|
|
|
1 | 2024-09-17T13:23:52.527Z | job assigned to worker 01J802DBEXK2CM6HVCDQZE027A (queued for 49 s) |
|
2 | 2024-09-17T13:23:59.491Z | starting task 0: "setup" |
3 | 2024-09-17T13:23:59.500Z | ++ uname -s |
4 | 2024-09-17T13:23:59.502Z | + kern=SunOS |
5 | 2024-09-17T13:23:59.502Z | + case "$kern" in |
6 | 2024-09-17T13:23:59.502Z | + groupadd -g 12345 build |
7 | 2024-09-17T13:23:59.505Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-17T13:24:01.515Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-17T13:24:01.677Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-17T13:24:01.680Z | + home_fs=zfs |
11 | 2024-09-17T13:24:01.680Z | + [[ zfs == autofs ]] |
12 | 2024-09-17T13:24:01.680Z | + mkdir -p /home/build |
13 | 2024-09-17T13:24:01.683Z | + chown build:build /home/build /work |
14 | 2024-09-17T13:24:03.684Z | + chmod 0700 /home/build /work |
15 | 2024-09-17T13:24:03.687Z | process exited: duration 4197 ms, exit code 0 |
|
16 | 2024-09-17T13:24:03.692Z | starting task 1: "rust-toolchain" |
17 | 2024-09-17T13:24:03.697Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-17T13:24:03.697Z | ' 1.80.1 |
19 | 2024-09-17T13:24:03.697Z | * toolchain channel = "1.80.1" |
20 | 2024-09-17T13:24:03.697Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-17T13:24:03.697Z | ' default |
22 | 2024-09-17T13:24:03.699Z | * toolchain profile = "default" |
23 | 2024-09-17T13:24:03.700Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-17T13:24:03.700Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-17T13:24:03.816Z | info: downloading installer |
26 | 2024-09-17T13:24:05.386Z | info: profile set to 'default' |
27 | 2024-09-17T13:24:05.386Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-17T13:24:05.389Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-17T13:24:05.515Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-17T13:24:05.515Z | info: downloading component 'cargo' |
31 | 2024-09-17T13:24:06.229Z | info: downloading component 'clippy' |
32 | 2024-09-17T13:24:06.469Z | info: downloading component 'rust-docs' |
33 | 2024-09-17T13:24:07.412Z | info: downloading component 'rust-std' |
34 | 2024-09-17T13:24:08.783Z | info: downloading component 'rustc' |
35 | 2024-09-17T13:24:12.603Z | info: downloading component 'rustfmt' |
36 | 2024-09-17T13:24:12.801Z | info: installing component 'cargo' |
37 | 2024-09-17T13:24:13.667Z | info: installing component 'clippy' |
38 | 2024-09-17T13:24:14.059Z | info: installing component 'rust-docs' |
39 | 2024-09-17T13:24:15.724Z | info: installing component 'rust-std' |
40 | 2024-09-17T13:24:17.408Z | info: installing component 'rustc' |
41 | 2024-09-17T13:24:21.627Z | info: installing component 'rustfmt' |
42 | 2024-09-17T13:24:21.964Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-17T13:24:21.964Z | |
44 | 2024-09-17T13:24:22.215Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-17T13:24:22.215Z | |
46 | 2024-09-17T13:24:22.218Z | |
47 | 2024-09-17T13:24:22.218Z | Rust is installed now. Great! |
48 | 2024-09-17T13:24:22.218Z | |
49 | 2024-09-17T13:24:22.218Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-17T13:24:22.218Z | environment variable. This has not been done automatically. |
51 | 2024-09-17T13:24:22.218Z | |
52 | 2024-09-17T13:24:22.218Z | To configure your current shell, you need to source |
53 | 2024-09-17T13:24:22.218Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-17T13:24:22.218Z | |
55 | 2024-09-17T13:24:22.218Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-17T13:24:22.218Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-17T13:24:22.218Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-17T13:24:22.270Z | + rustc --version |
59 | 2024-09-17T13:24:22.336Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-17T13:24:22.338Z | process exited: duration 18644 ms, exit code 0 |
|
61 | 2024-09-17T13:24:22.343Z | starting task 2: "authentication" |
62 | 2024-09-17T13:24:22.363Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-09-17T13:24:22.368Z | starting task 3: "clone repository" |
64 | 2024-09-17T13:24:22.373Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-17T13:24:22.376Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-17T13:24:22.409Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-17T13:24:28.716Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-17T13:24:28.716Z | + git fetch origin a4ce8b110394cf242444a062503d1096b8dbcf03 |
69 | 2024-09-17T13:24:29.012Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-17T13:24:29.012Z | * branch a4ce8b110394cf242444a062503d1096b8dbcf03 -> FETCH_HEAD |
71 | 2024-09-17T13:24:29.022Z | + [[ -n sprockets ]] |
72 | 2024-09-17T13:24:29.025Z | ++ git branch --show-current |
73 | 2024-09-17T13:24:29.027Z | + current=main |
74 | 2024-09-17T13:24:29.027Z | + [[ main != sprockets ]] |
75 | 2024-09-17T13:24:29.027Z | + git branch -f sprockets a4ce8b110394cf242444a062503d1096b8dbcf03 |
76 | 2024-09-17T13:24:29.030Z | + git checkout -f sprockets |
77 | 2024-09-17T13:24:29.194Z | Switched to branch 'sprockets' |
78 | 2024-09-17T13:24:29.196Z | + git reset --hard a4ce8b110394cf242444a062503d1096b8dbcf03 |
79 | 2024-09-17T13:24:29.211Z | HEAD is now at a4ce8b110 Connect over the bootstrap network using sprockets_tls |
80 | 2024-09-17T13:24:29.214Z | process exited: duration 6843 ms, exit code 0 |
|
81 | 2024-09-17T13:24:29.219Z | starting task 4: "build" |
82 | 2024-09-17T13:24:29.224Z | + cargo --version |
83 | 2024-09-17T13:24:29.279Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-17T13:24:29.283Z | + rustc --version |
85 | 2024-09-17T13:24:29.341Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-17T13:24:29.344Z | + WORK=/work |
87 | 2024-09-17T13:24:29.344Z | + pfexec mkdir -p /work |
88 | 2024-09-17T13:24:29.350Z | + pfexec chown build /work |
89 | 2024-09-17T13:24:29.353Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-17T13:24:34.737Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-17T13:24:37.160Z | Startup: Caching catalogs ... Done |
92 | 2024-09-17T13:24:39.884Z | Planning: Solver setup ... Done (2.064s) |
93 | 2024-09-17T13:24:39.921Z | Planning: Running solver ... Done (0.037s) |
94 | 2024-09-17T13:24:39.975Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-09-17T13:24:40.008Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-17T13:24:40.639Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-17T13:24:40.740Z | Planning: Package planning ... Done (0.102s) |
98 | 2024-09-17T13:24:40.798Z | Planning: Merging actions ... Done (0.057s) |
99 | 2024-09-17T13:24:41.006Z | Planning: Checking for conflicting actions ... Done (0.208s) |
100 | 2024-09-17T13:24:42.862Z | Planning: Consolidating action changes ... Done (1.855s) |
101 | 2024-09-17T13:24:43.274Z | Planning: Evaluating mediators ... Done (0.413s) |
102 | 2024-09-17T13:24:43.355Z | Planning: Planning completed in 6.12 seconds |
103 | 2024-09-17T13:24:43.370Z | Packages to install: 4 |
104 | 2024-09-17T13:24:43.370Z | Packages to update: 1 |
105 | 2024-09-17T13:24:43.371Z | Mediators to change: 2 |
106 | 2024-09-17T13:24:43.373Z | Services to change: 1 |
107 | 2024-09-17T13:24:43.373Z | Estimated space available: 155.71 GB |
108 | 2024-09-17T13:24:43.373Z | Estimated space to be consumed: 1.54 GB |
109 | 2024-09-17T13:24:43.373Z | Create boot environment: No |
110 | 2024-09-17T13:24:43.373Z | Create backup boot environment: Yes |
111 | 2024-09-17T13:24:43.373Z | Rebuild boot archive: No |
112 | 2024-09-17T13:24:43.373Z | |
113 | 2024-09-17T13:24:43.373Z | Changed mediators: |
114 | 2024-09-17T13:24:43.373Z | mediator clang: |
115 | 2024-09-17T13:24:43.373Z | version: None -> 15 (system default) |
116 | 2024-09-17T13:24:43.374Z | |
117 | 2024-09-17T13:24:43.374Z | mediator llvm: |
118 | 2024-09-17T13:24:43.374Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-17T13:24:43.374Z | |
120 | 2024-09-17T13:24:43.374Z | Changed packages: |
121 | 2024-09-17T13:24:43.374Z | helios-dev |
122 | 2024-09-17T13:24:43.374Z | developer/build-essential |
123 | 2024-09-17T13:24:43.374Z | None -> 11-2.0 |
124 | 2024-09-17T13:24:43.374Z | library/libxmlsec1 |
125 | 2024-09-17T13:24:43.374Z | None -> 1.2.35-2.0 |
126 | 2024-09-17T13:24:43.374Z | ooce/developer/clang-15 |
127 | 2024-09-17T13:24:43.374Z | None -> 15.0.7-2.0 |
128 | 2024-09-17T13:24:43.374Z | ooce/developer/llvm-15 |
129 | 2024-09-17T13:24:43.374Z | None -> 15.0.7-2.0 |
130 | 2024-09-17T13:24:43.374Z | package/pkg |
131 | 2024-09-17T13:24:43.374Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-17T13:24:43.374Z | |
133 | 2024-09-17T13:24:43.374Z | Services: |
134 | 2024-09-17T13:24:43.374Z | restart_fmri: |
135 | 2024-09-17T13:24:43.374Z | svc:/system/update-man-index:default |
136 | 2024-09-17T13:24:43.374Z | |
137 | 2024-09-17T13:24:43.374Z | Editable files to change: |
138 | 2024-09-17T13:24:43.374Z | Update: |
139 | 2024-09-17T13:24:43.374Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-17T13:24:43.450Z | |
141 | 2024-09-17T13:24:43.450Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-17T13:24:48.452Z | Download: 1470/4281 items 105.2/220.6MB 47% complete (21.1M/s) |
143 | 2024-09-17T13:24:53.453Z | Download: 3179/4281 items 176.7/220.6MB 80% complete (17.6M/s) |
144 | 2024-09-17T13:24:58.453Z | Download: 4273/4281 items 220.6/220.6MB 99% complete (11.5M/s) |
145 | 2024-09-17T13:24:58.482Z | Download: Completed 220.60 MB in 15.03 seconds (14.7M/s) |
146 | 2024-09-17T13:25:00.700Z | Actions: 1/5063 actions (Removing old actions) |
147 | 2024-09-17T13:25:00.721Z | Actions: 194/5063 actions (Installing new actions) |
148 | 2024-09-17T13:25:05.473Z | Actions: 4226/5063 actions (Updating modified actions) |
149 | 2024-09-17T13:25:05.793Z | Actions: Completed 5063 actions in 5.09 seconds. |
150 | 2024-09-17T13:25:06.100Z | Done (0.298s) |
151 | 2024-09-17T13:25:06.103Z | Done (0.000s) |
152 | 2024-09-17T13:25:06.497Z | Done (0.396s) |
153 | 2024-09-17T13:25:11.024Z | Done (4.339s) |
154 | 2024-09-17T13:25:11.112Z | Done (0.017s) |
155 | 2024-09-17T13:25:11.115Z | Done (0.000s) |
156 | 2024-09-17T13:25:11.289Z | Done (0.000s) |
157 | 2024-09-17T13:25:11.917Z | Planning: Evaluating mediator changes ... Done |
158 | 2024-09-17T13:25:12.082Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-09-17T13:25:12.085Z | Planning: Consolidating action changes ... Done |
160 | 2024-09-17T13:25:12.363Z | Planning: Evaluating mediators ... Done |
161 | 2024-09-17T13:25:12.365Z | Planning: Planning completed in 0.45 seconds |
162 | 2024-09-17T13:25:12.404Z | Mediators to change: 2 |
163 | 2024-09-17T13:25:12.404Z | Create boot environment: No |
164 | 2024-09-17T13:25:12.404Z | Create backup boot environment: No |
165 | 2024-09-17T13:25:12.465Z | Done |
166 | 2024-09-17T13:25:12.465Z | Done |
167 | 2024-09-17T13:25:12.747Z | Done |
168 | 2024-09-17T13:25:16.690Z | Done |
169 | 2024-09-17T13:25:16.785Z | Done |
170 | 2024-09-17T13:25:16.786Z | Done |
171 | 2024-09-17T13:25:16.868Z | Done |
172 | 2024-09-17T13:25:17.498Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-09-17T13:25:17.500Z | Planning: Merging actions ... Done |
174 | 2024-09-17T13:25:17.694Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-09-17T13:25:17.697Z | Planning: Consolidating action changes ... Done |
176 | 2024-09-17T13:25:17.968Z | Planning: Evaluating mediators ... Done |
177 | 2024-09-17T13:25:18.025Z | Planning: Planning completed in 0.77 seconds |
178 | 2024-09-17T13:25:18.066Z | Packages to change: 1 |
179 | 2024-09-17T13:25:18.066Z | Mediators to change: 1 |
180 | 2024-09-17T13:25:18.066Z | Services to change: 1 |
181 | 2024-09-17T13:25:18.066Z | Create boot environment: No |
182 | 2024-09-17T13:25:18.066Z | Create backup boot environment: Yes |
183 | 2024-09-17T13:25:19.852Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2024-09-17T13:25:19.855Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2024-09-17T13:25:19.855Z | Done |
186 | 2024-09-17T13:25:19.855Z | Done |
187 | 2024-09-17T13:25:19.937Z | Done |
188 | 2024-09-17T13:25:23.768Z | Done |
189 | 2024-09-17T13:25:23.864Z | Done |
190 | 2024-09-17T13:25:23.867Z | Done |
191 | 2024-09-17T13:25:23.985Z | Done |
192 | 2024-09-17T13:25:24.435Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2024-09-17T13:25:24.435Z | clang system 15 system |
194 | 2024-09-17T13:25:24.435Z | csh system system illumos |
195 | 2024-09-17T13:25:24.435Z | ctags system system illumos |
196 | 2024-09-17T13:25:24.435Z | gcc vendor 12 vendor |
197 | 2024-09-17T13:25:24.435Z | gcc system 10 system |
198 | 2024-09-17T13:25:24.435Z | gcc system 7 system |
199 | 2024-09-17T13:25:24.435Z | go system 1.20 system |
200 | 2024-09-17T13:25:24.435Z | go system 1.19 system |
201 | 2024-09-17T13:25:24.435Z | llvm system 15 system |
202 | 2024-09-17T13:25:24.435Z | llvm system 14 system |
203 | 2024-09-17T13:25:24.435Z | mariadb system 10.6 system |
204 | 2024-09-17T13:25:24.435Z | mta vendor vendor dma |
205 | 2024-09-17T13:25:24.435Z | openjdk system 17 system |
206 | 2024-09-17T13:25:24.435Z | openjdk system 11 system |
207 | 2024-09-17T13:25:24.435Z | openjdk system 1.8 system |
208 | 2024-09-17T13:25:24.435Z | openssl vendor 3 vendor |
209 | 2024-09-17T13:25:24.435Z | perl system 5.36 system |
210 | 2024-09-17T13:25:24.435Z | postgresql system 15 system |
211 | 2024-09-17T13:25:24.435Z | postgresql system 13 system |
212 | 2024-09-17T13:25:24.435Z | python vendor 3 vendor |
213 | 2024-09-17T13:25:24.435Z | python system 2 system |
214 | 2024-09-17T13:25:24.435Z | python3 system 3.11 system |
215 | 2024-09-17T13:25:24.435Z | ruby system 3.0 system |
216 | 2024-09-17T13:25:24.435Z | words vendor vendor american-english |
217 | 2024-09-17T13:25:24.435Z | words system system australian-english |
218 | 2024-09-17T13:25:24.435Z | words system system british-english |
219 | 2024-09-17T13:25:24.435Z | words system system canadian-english |
220 | 2024-09-17T13:25:24.435Z | words system system french |
221 | 2024-09-17T13:25:24.435Z | words system system italian |
222 | 2024-09-17T13:25:24.435Z | words system system ngerman |
223 | 2024-09-17T13:25:24.435Z | words system system ogerman |
224 | 2024-09-17T13:25:24.435Z | words system system spanish |
225 | 2024-09-17T13:25:24.779Z | PUBLISHER TYPE STATUS P LOCATION |
226 | 2024-09-17T13:25:24.779Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
227 | 2024-09-17T13:25:26.636Z | FMRI IFO |
228 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
233 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
235 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
236 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
237 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-09-17T13:25:26.636Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-09-17T13:25:27.273Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
242 | 2024-09-17T13:25:27.551Z | Updating crates.io index |
243 | 2024-09-17T13:25:27.554Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
244 | 2024-09-17T13:25:28.329Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-09-17T13:25:29.051Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-09-17T13:25:29.386Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
247 | 2024-09-17T13:25:30.872Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
248 | 2024-09-17T13:25:31.102Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
249 | 2024-09-17T13:25:31.467Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
250 | 2024-09-17T13:25:32.603Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
251 | 2024-09-17T13:25:34.531Z | Updating git repository `https://github.com/oxidecomputer/opte` |
252 | 2024-09-17T13:25:35.519Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
253 | 2024-09-17T13:25:36.166Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-09-17T13:25:36.461Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-09-17T13:25:37.462Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
256 | 2024-09-17T13:25:37.788Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
257 | 2024-09-17T13:25:38.231Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
258 | 2024-09-17T13:25:38.573Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
259 | 2024-09-17T13:25:39.032Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
260 | 2024-09-17T13:25:39.381Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
261 | 2024-09-17T13:25:39.624Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
262 | 2024-09-17T13:25:39.957Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
263 | 2024-09-17T13:25:40.219Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
264 | 2024-09-17T13:25:40.499Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
265 | 2024-09-17T13:25:40.794Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-09-17T13:25:41.208Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-09-17T13:25:41.757Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-09-17T13:25:42.038Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-09-17T13:25:42.481Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-09-17T13:25:42.789Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
271 | 2024-09-17T13:25:43.157Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-09-17T13:25:43.543Z | Updating git repository `https://github.com/oxidecomputer/typify` |
273 | 2024-09-17T13:25:45.862Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-09-17T13:25:46.094Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-09-17T13:25:46.373Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-09-17T13:25:46.748Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
277 | 2024-09-17T13:25:48.200Z | Downloading crates ... |
278 | 2024-09-17T13:25:48.245Z | Downloaded equivalent v1.0.1 |
279 | 2024-09-17T13:25:48.255Z | Downloaded anstream v0.6.14 |
280 | 2024-09-17T13:25:48.266Z | Downloaded pretty-hex v0.4.1 |
281 | 2024-09-17T13:25:48.273Z | Downloaded dof v0.3.0 |
282 | 2024-09-17T13:25:48.277Z | Downloaded bytecount v0.6.8 |
283 | 2024-09-17T13:25:48.277Z | Downloaded cargo-platform v0.1.8 |
284 | 2024-09-17T13:25:48.277Z | Downloaded fs-err v2.11.0 |
285 | 2024-09-17T13:25:48.279Z | Downloaded crypto-common v0.1.6 |
286 | 2024-09-17T13:25:48.281Z | Downloaded is_terminal_polyfill v1.70.0 |
287 | 2024-09-17T13:25:48.284Z | Downloaded memmap v0.7.0 |
288 | 2024-09-17T13:25:48.284Z | Downloaded colorchoice v1.0.1 |
289 | 2024-09-17T13:25:48.287Z | Downloaded heck v0.5.0 |
290 | 2024-09-17T13:25:48.287Z | Downloaded anstyle v1.0.8 |
291 | 2024-09-17T13:25:48.289Z | Downloaded thread-id v4.2.1 |
292 | 2024-09-17T13:25:48.289Z | Downloaded tabled_derive v0.7.0 |
293 | 2024-09-17T13:25:48.292Z | Downloaded strsim v0.11.1 |
294 | 2024-09-17T13:25:48.292Z | Downloaded usdt v0.5.0 |
295 | 2024-09-17T13:25:48.292Z | Downloaded terminal_size v0.3.0 |
296 | 2024-09-17T13:25:48.294Z | Downloaded macaddr v1.0.1 |
297 | 2024-09-17T13:25:48.294Z | Downloaded fastrand v2.1.0 |
298 | 2024-09-17T13:25:48.297Z | Downloaded utf8parse v0.2.1 |
299 | 2024-09-17T13:25:48.297Z | Downloaded serde_spanned v0.6.7 |
300 | 2024-09-17T13:25:48.299Z | Downloaded generic-array v0.14.7 |
301 | 2024-09-17T13:25:48.299Z | Downloaded clap_derive v4.5.13 |
302 | 2024-09-17T13:25:48.303Z | Downloaded usdt-impl v0.5.0 |
303 | 2024-09-17T13:25:48.306Z | Downloaded thiserror v1.0.63 |
304 | 2024-09-17T13:25:48.309Z | Downloaded toml_datetime v0.6.8 |
305 | 2024-09-17T13:25:48.311Z | Downloaded cargo_toml v0.20.4 |
306 | 2024-09-17T13:25:48.314Z | Downloaded anstyle-parse v0.2.4 |
307 | 2024-09-17T13:25:48.316Z | Downloaded clap v4.5.16 |
308 | 2024-09-17T13:25:48.324Z | Downloaded scroll v0.12.0 |
309 | 2024-09-17T13:25:48.326Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-09-17T13:25:48.326Z | Downloaded sha2 v0.10.8 |
311 | 2024-09-17T13:25:48.329Z | Downloaded semver v1.0.23 |
312 | 2024-09-17T13:25:48.331Z | Downloaded pest_meta v2.7.10 |
313 | 2024-09-17T13:25:48.334Z | Downloaded pest_derive v2.7.10 |
314 | 2024-09-17T13:25:48.336Z | Downloaded unicode-ident v1.0.12 |
315 | 2024-09-17T13:25:48.338Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-09-17T13:25:48.339Z | Downloaded typenum v1.17.0 |
317 | 2024-09-17T13:25:48.341Z | Downloaded proc-macro2 v1.0.86 |
318 | 2024-09-17T13:25:48.344Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-09-17T13:25:48.344Z | Downloaded fnv v1.0.7 |
320 | 2024-09-17T13:25:48.344Z | Downloaded cpufeatures v0.2.12 |
321 | 2024-09-17T13:25:48.346Z | Downloaded anstyle-query v1.0.3 |
322 | 2024-09-17T13:25:48.346Z | Downloaded camino v1.1.9 |
323 | 2024-09-17T13:25:48.349Z | Downloaded byteorder v1.5.0 |
324 | 2024-09-17T13:25:48.351Z | Downloaded bitflags v2.6.0 |
325 | 2024-09-17T13:25:48.353Z | Downloaded block-buffer v0.10.4 |
326 | 2024-09-17T13:25:48.353Z | Downloaded swrite v0.1.0 |
327 | 2024-09-17T13:25:48.356Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-09-17T13:25:48.356Z | Downloaded digest v0.10.7 |
329 | 2024-09-17T13:25:48.358Z | Downloaded cfg-if v1.0.0 |
330 | 2024-09-17T13:25:48.359Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-09-17T13:25:48.361Z | Downloaded autocfg v1.3.0 |
332 | 2024-09-17T13:25:48.361Z | Downloaded zerocopy-derive v0.7.34 |
333 | 2024-09-17T13:25:48.364Z | Downloaded itoa v1.0.11 |
334 | 2024-09-17T13:25:48.367Z | Downloaded smawk v0.3.2 |
335 | 2024-09-17T13:25:48.367Z | Downloaded plain v0.2.3 |
336 | 2024-09-17T13:25:48.370Z | Downloaded serde_derive v1.0.208 |
337 | 2024-09-17T13:25:48.372Z | Downloaded papergrid v0.11.0 |
338 | 2024-09-17T13:25:48.374Z | Downloaded heck v0.4.1 |
339 | 2024-09-17T13:25:48.377Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-09-17T13:25:48.377Z | Downloaded unicode-linebreak v0.1.5 |
341 | 2024-09-17T13:25:48.377Z | Downloaded thiserror-impl v1.0.63 |
342 | 2024-09-17T13:25:48.380Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2024-09-17T13:25:48.380Z | Downloaded clap_lex v0.7.0 |
344 | 2024-09-17T13:25:48.383Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-09-17T13:25:48.383Z | Downloaded pest_generator v2.7.10 |
346 | 2024-09-17T13:25:48.385Z | Downloaded version_check v0.9.5 |
347 | 2024-09-17T13:25:48.385Z | Downloaded anyhow v1.0.86 |
348 | 2024-09-17T13:25:48.388Z | Downloaded errno v0.3.9 |
349 | 2024-09-17T13:25:48.395Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-09-17T13:25:48.400Z | Downloaded quote v1.0.36 |
351 | 2024-09-17T13:25:48.402Z | Downloaded tempfile v3.10.1 |
352 | 2024-09-17T13:25:48.405Z | Downloaded once_cell v1.19.0 |
353 | 2024-09-17T13:25:48.407Z | Downloaded ryu v1.0.18 |
354 | 2024-09-17T13:25:48.410Z | Downloaded log v0.4.21 |
355 | 2024-09-17T13:25:48.412Z | Downloaded textwrap v0.16.1 |
356 | 2024-09-17T13:25:48.416Z | Downloaded toml v0.8.19 |
357 | 2024-09-17T13:25:48.428Z | Downloaded ucd-trie v0.1.6 |
358 | 2024-09-17T13:25:48.444Z | Downloaded indexmap v2.4.0 |
359 | 2024-09-17T13:25:48.448Z | Downloaded serde v1.0.208 |
360 | 2024-09-17T13:25:48.462Z | Downloaded memchr v2.7.2 |
361 | 2024-09-17T13:25:48.462Z | Downloaded toml_edit v0.22.20 |
362 | 2024-09-17T13:25:48.478Z | Downloaded hashbrown v0.14.5 |
363 | 2024-09-17T13:25:48.485Z | Downloaded clap_builder v4.5.15 |
364 | 2024-09-17T13:25:48.491Z | Downloaded pest v2.7.10 |
365 | 2024-09-17T13:25:48.498Z | Downloaded serde_json v1.0.125 |
366 | 2024-09-17T13:25:48.506Z | Downloaded zerocopy v0.7.34 |
367 | 2024-09-17T13:25:48.520Z | Downloaded winnow v0.6.18 |
368 | 2024-09-17T13:25:48.528Z | Downloaded goblin v0.8.2 |
369 | 2024-09-17T13:25:48.534Z | Downloaded tabled v0.15.0 |
370 | 2024-09-17T13:25:48.549Z | Downloaded syn v1.0.109 |
371 | 2024-09-17T13:25:48.570Z | Downloaded rustix v0.38.34 |
372 | 2024-09-17T13:25:48.590Z | Downloaded unicode-width v0.1.13 |
373 | 2024-09-17T13:25:48.598Z | Downloaded syn v2.0.74 |
374 | 2024-09-17T13:25:48.608Z | Downloaded libc v0.2.158 |
375 | 2024-09-17T13:25:48.925Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-09-17T13:25:48.925Z | Compiling unicode-ident v1.0.12 |
377 | 2024-09-17T13:25:48.927Z | Compiling version_check v0.9.5 |
378 | 2024-09-17T13:25:48.927Z | Compiling serde v1.0.208 |
379 | 2024-09-17T13:25:48.927Z | Compiling thiserror v1.0.63 |
380 | 2024-09-17T13:25:48.927Z | Compiling memchr v2.7.2 |
381 | 2024-09-17T13:25:48.958Z | Compiling libc v0.2.158 |
382 | 2024-09-17T13:25:48.961Z | Compiling itoa v1.0.11 |
383 | 2024-09-17T13:25:49.237Z | Compiling ryu v1.0.18 |
384 | 2024-09-17T13:25:49.328Z | Compiling ucd-trie v0.1.6 |
385 | 2024-09-17T13:25:49.611Z | Compiling once_cell v1.19.0 |
386 | 2024-09-17T13:25:49.842Z | Compiling byteorder v1.5.0 |
387 | 2024-09-17T13:25:49.893Z | Compiling serde_json v1.0.125 |
388 | 2024-09-17T13:25:50.040Z | Compiling rustix v0.38.34 |
389 | 2024-09-17T13:25:50.268Z | Compiling bitflags v2.6.0 |
390 | 2024-09-17T13:25:50.382Z | Compiling usdt-impl v0.5.0 |
391 | 2024-09-17T13:25:50.686Z | Compiling quote v1.0.36 |
392 | 2024-09-17T13:25:50.714Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-09-17T13:25:50.759Z | Compiling syn v1.0.109 |
394 | 2024-09-17T13:25:50.957Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-09-17T13:25:50.993Z | Compiling utf8parse v0.2.1 |
396 | 2024-09-17T13:25:51.031Z | Compiling syn v2.0.74 |
397 | 2024-09-17T13:25:51.176Z | Compiling errno v0.3.9 |
398 | 2024-09-17T13:25:51.386Z | Compiling hashbrown v0.14.5 |
399 | 2024-09-17T13:25:51.435Z | Compiling plain v0.2.3 |
400 | 2024-09-17T13:25:51.435Z | Compiling equivalent v1.0.1 |
401 | 2024-09-17T13:25:51.484Z | Compiling camino v1.1.9 |
402 | 2024-09-17T13:25:51.579Z | Compiling thread-id v4.2.1 |
403 | 2024-09-17T13:25:51.605Z | Compiling log v0.4.21 |
404 | 2024-09-17T13:25:51.869Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-09-17T13:25:52.219Z | Compiling colorchoice v1.0.1 |
406 | 2024-09-17T13:25:52.251Z | Compiling semver v1.0.23 |
407 | 2024-09-17T13:25:52.381Z | Compiling anstyle-query v1.0.3 |
408 | 2024-09-17T13:25:52.404Z | Compiling winnow v0.6.18 |
409 | 2024-09-17T13:25:52.517Z | Compiling unicode-width v0.1.13 |
410 | 2024-09-17T13:25:52.541Z | Compiling pretty-hex v0.4.1 |
411 | 2024-09-17T13:25:52.691Z | Compiling indexmap v2.4.0 |
412 | 2024-09-17T13:25:52.753Z | Compiling is_terminal_polyfill v1.70.0 |
413 | 2024-09-17T13:25:52.755Z | Compiling autocfg v1.3.0 |
414 | 2024-09-17T13:25:52.803Z | Compiling anstyle v1.0.8 |
415 | 2024-09-17T13:25:53.273Z | Compiling anstream v0.6.14 |
416 | 2024-09-17T13:25:53.299Z | Compiling fastrand v2.1.0 |
417 | 2024-09-17T13:25:53.728Z | Compiling fs-err v2.11.0 |
418 | 2024-09-17T13:25:53.887Z | Compiling terminal_size v0.3.0 |
419 | 2024-09-17T13:25:54.068Z | Compiling bytecount v0.6.8 |
420 | 2024-09-17T13:25:54.097Z | Compiling clap_lex v0.7.0 |
421 | 2024-09-17T13:25:54.120Z | Compiling cfg-if v1.0.0 |
422 | 2024-09-17T13:25:54.123Z | Compiling fnv v1.0.7 |
423 | 2024-09-17T13:25:54.223Z | Compiling strsim v0.11.1 |
424 | 2024-09-17T13:25:54.287Z | Compiling heck v0.4.1 |
425 | 2024-09-17T13:25:54.313Z | Compiling heck v0.5.0 |
426 | 2024-09-17T13:25:54.338Z | Compiling anyhow v1.0.86 |
427 | 2024-09-17T13:25:54.824Z | Compiling clap_builder v4.5.15 |
428 | 2024-09-17T13:25:54.878Z | Compiling papergrid v0.11.0 |
429 | 2024-09-17T13:25:55.187Z | Compiling tempfile v3.10.1 |
430 | 2024-09-17T13:25:55.326Z | Compiling memmap v0.7.0 |
431 | 2024-09-17T13:25:55.359Z | Compiling smawk v0.3.2 |
432 | 2024-09-17T13:25:55.588Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-09-17T13:25:56.063Z | Compiling textwrap v0.16.1 |
434 | 2024-09-17T13:25:56.293Z | Compiling swrite v0.1.0 |
435 | 2024-09-17T13:25:57.451Z | Compiling tabled_derive v0.7.0 |
436 | 2024-09-17T13:25:59.102Z | Compiling tabled v0.15.0 |
437 | 2024-09-17T13:26:00.222Z | Compiling serde_derive v1.0.208 |
438 | 2024-09-17T13:26:00.222Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-09-17T13:26:00.225Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-09-17T13:26:00.225Z | Compiling scroll_derive v0.12.0 |
441 | 2024-09-17T13:26:00.578Z | Compiling clap_derive v4.5.13 |
442 | 2024-09-17T13:26:01.616Z | Compiling scroll v0.12.0 |
443 | 2024-09-17T13:26:02.123Z | Compiling goblin v0.8.2 |
444 | 2024-09-17T13:26:02.172Z | Compiling zerocopy v0.7.34 |
445 | 2024-09-17T13:26:02.853Z | Compiling pest v2.7.10 |
446 | 2024-09-17T13:26:04.438Z | Compiling clap v4.5.16 |
447 | 2024-09-17T13:26:05.152Z | Compiling pest_meta v2.7.10 |
448 | 2024-09-17T13:26:06.009Z | Compiling pest_generator v2.7.10 |
449 | 2024-09-17T13:26:07.820Z | Compiling pest_derive v2.7.10 |
450 | 2024-09-17T13:26:08.534Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-09-17T13:26:10.803Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-09-17T13:26:10.976Z | Compiling toml_datetime v0.6.8 |
453 | 2024-09-17T13:26:10.978Z | Compiling serde_spanned v0.6.7 |
454 | 2024-09-17T13:26:11.066Z | Compiling cargo-platform v0.1.8 |
455 | 2024-09-17T13:26:11.419Z | Compiling toml_edit v0.22.20 |
456 | 2024-09-17T13:26:11.446Z | Compiling macaddr v1.0.1 |
457 | 2024-09-17T13:26:11.604Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-09-17T13:26:12.198Z | Compiling dof v0.3.0 |
459 | 2024-09-17T13:26:12.473Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-09-17T13:26:13.857Z | Compiling usdt-macro v0.5.0 |
461 | 2024-09-17T13:26:13.911Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-09-17T13:26:14.369Z | Compiling toml v0.8.19 |
463 | 2024-09-17T13:26:15.234Z | Compiling cargo_toml v0.20.4 |
464 | 2024-09-17T13:26:15.280Z | Compiling usdt v0.5.0 |
465 | 2024-09-17T13:26:18.920Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-09-17T13:26:23.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.19s |
467 | 2024-09-17T13:26:23.492Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-09-17T13:26:24.129Z | Downloading crates ... |
469 | 2024-09-17T13:26:24.293Z | Downloaded http-body v1.0.0 |
470 | 2024-09-17T13:26:24.296Z | Downloaded atty v0.2.14 |
471 | 2024-09-17T13:26:24.299Z | Downloaded hex v0.4.3 |
472 | 2024-09-17T13:26:24.302Z | Downloaded httparse v1.8.0 |
473 | 2024-09-17T13:26:24.305Z | Downloaded ident_case v1.0.1 |
474 | 2024-09-17T13:26:24.307Z | Downloaded hmac v0.12.1 |
475 | 2024-09-17T13:26:24.309Z | Downloaded crunchy v0.2.2 |
476 | 2024-09-17T13:26:24.309Z | Downloaded instant v0.1.12 |
477 | 2024-09-17T13:26:24.312Z | Downloaded match_cfg v0.1.0 |
478 | 2024-09-17T13:26:24.314Z | Downloaded md5 v0.7.0 |
479 | 2024-09-17T13:26:24.314Z | Downloaded is-terminal v0.4.12 |
480 | 2024-09-17T13:26:24.317Z | Downloaded cstr-argument v0.1.2 |
481 | 2024-09-17T13:26:24.317Z | Downloaded newtype_derive v0.1.6 |
482 | 2024-09-17T13:26:24.319Z | Downloaded async-recursion v1.1.1 |
483 | 2024-09-17T13:26:24.322Z | Downloaded hex-literal v0.4.1 |
484 | 2024-09-17T13:26:24.324Z | Downloaded newline-converter v0.3.0 |
485 | 2024-09-17T13:26:24.326Z | Downloaded async-stream v0.3.5 |
486 | 2024-09-17T13:26:24.329Z | Downloaded lazycell v1.3.0 |
487 | 2024-09-17T13:26:24.329Z | Downloaded inout v0.1.3 |
488 | 2024-09-17T13:26:24.331Z | Downloaded arrayref v0.3.7 |
489 | 2024-09-17T13:26:24.331Z | Downloaded mime v0.3.17 |
490 | 2024-09-17T13:26:24.334Z | Downloaded maybe-uninit v2.0.0 |
491 | 2024-09-17T13:26:24.336Z | Downloaded lru v0.12.3 |
492 | 2024-09-17T13:26:24.336Z | Downloaded bitfield v0.14.0 |
493 | 2024-09-17T13:26:24.339Z | Downloaded bitflags v1.3.2 |
494 | 2024-09-17T13:26:24.342Z | Downloaded cipher v0.4.4 |
495 | 2024-09-17T13:26:24.344Z | Downloaded linked-hash-map v0.5.6 |
496 | 2024-09-17T13:26:24.346Z | Downloaded http-range v0.1.5 |
497 | 2024-09-17T13:26:24.349Z | Downloaded multimap v0.10.0 |
498 | 2024-09-17T13:26:24.349Z | Downloaded managed v0.8.0 |
499 | 2024-09-17T13:26:24.351Z | Downloaded hubpack_derive v0.1.1 |
500 | 2024-09-17T13:26:24.351Z | Downloaded home v0.5.9 |
501 | 2024-09-17T13:26:24.353Z | Downloaded const_format_proc_macros v0.2.33 |
502 | 2024-09-17T13:26:24.356Z | Downloaded ctr v0.9.2 |
503 | 2024-09-17T13:26:24.358Z | Downloaded bcrypt-pbkdf v0.10.0 |
504 | 2024-09-17T13:26:24.361Z | Downloaded ipnet v2.9.0 |
505 | 2024-09-17T13:26:24.363Z | Downloaded libsw v3.3.1 |
506 | 2024-09-17T13:26:24.365Z | Downloaded atomicwrites v0.4.3 |
507 | 2024-09-17T13:26:24.366Z | Downloaded bitstruct v0.1.1 |
508 | 2024-09-17T13:26:24.368Z | Downloaded async-stream-impl v0.3.5 |
509 | 2024-09-17T13:26:24.370Z | Downloaded native-tls v0.2.11 |
510 | 2024-09-17T13:26:24.370Z | Downloaded hubpack v0.1.2 |
511 | 2024-09-17T13:26:24.373Z | Downloaded cfg_aliases v0.2.1 |
512 | 2024-09-17T13:26:24.375Z | Downloaded httpdate v1.0.3 |
513 | 2024-09-17T13:26:24.375Z | Downloaded http-body v0.4.6 |
514 | 2024-09-17T13:26:24.378Z | Downloaded hostname v0.3.1 |
515 | 2024-09-17T13:26:24.380Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-09-17T13:26:24.380Z | Downloaded addr2line v0.21.0 |
517 | 2024-09-17T13:26:24.392Z | Downloaded crc v3.2.1 |
518 | 2024-09-17T13:26:24.395Z | Downloaded matches v0.1.10 |
519 | 2024-09-17T13:26:24.395Z | Downloaded async-bb8-diesel v0.2.1 |
520 | 2024-09-17T13:26:24.395Z | Downloaded ascii v1.1.0 |
521 | 2024-09-17T13:26:24.395Z | Downloaded new_debug_unreachable v1.0.6 |
522 | 2024-09-17T13:26:24.395Z | Downloaded keccak v0.1.5 |
523 | 2024-09-17T13:26:24.395Z | Downloaded jobserver v0.1.32 |
524 | 2024-09-17T13:26:24.398Z | Downloaded curve25519-dalek-derive v0.1.1 |
525 | 2024-09-17T13:26:24.398Z | Downloaded mockall_derive v0.13.0 |
526 | 2024-09-17T13:26:24.401Z | Downloaded arrayvec v0.7.4 |
527 | 2024-09-17T13:26:24.403Z | Downloaded chacha20 v0.9.1 |
528 | 2024-09-17T13:26:24.405Z | Downloaded base64ct v1.6.0 |
529 | 2024-09-17T13:26:24.408Z | Downloaded crc-catalog v2.4.0 |
530 | 2024-09-17T13:26:24.410Z | Downloaded cancel-safe-futures v0.1.5 |
531 | 2024-09-17T13:26:24.413Z | Downloaded zone_cfg_derive v0.1.2 |
532 | 2024-09-17T13:26:24.416Z | Downloaded bitfield-struct v0.6.1 |
533 | 2024-09-17T13:26:24.416Z | Downloaded darling v0.20.9 |
534 | 2024-09-17T13:26:24.420Z | Downloaded bzip2 v0.4.4 |
535 | 2024-09-17T13:26:24.422Z | Downloaded salsa20 v0.10.2 |
536 | 2024-09-17T13:26:24.425Z | Downloaded indoc v1.0.9 |
537 | 2024-09-17T13:26:24.427Z | Downloaded libefi-sys v0.1.0 |
538 | 2024-09-17T13:26:24.430Z | Downloaded crossbeam-deque v0.8.5 |
539 | 2024-09-17T13:26:24.432Z | Downloaded maplit v1.0.2 |
540 | 2024-09-17T13:26:24.432Z | Downloaded lru-cache v0.1.2 |
541 | 2024-09-17T13:26:24.435Z | Downloaded cexpr v0.6.0 |
542 | 2024-09-17T13:26:24.437Z | Downloaded lazy_static v1.5.0 |
543 | 2024-09-17T13:26:24.440Z | Downloaded nanorand v0.7.0 |
544 | 2024-09-17T13:26:24.442Z | Downloaded internet-checksum v0.2.1 |
545 | 2024-09-17T13:26:24.442Z | Downloaded slog-bunyan v2.5.0 |
546 | 2024-09-17T13:26:24.444Z | Downloaded signal-hook-mio v0.2.4 |
547 | 2024-09-17T13:26:24.445Z | Downloaded rustc-hash v1.1.0 |
548 | 2024-09-17T13:26:24.447Z | Downloaded const-oid v0.9.6 |
549 | 2024-09-17T13:26:24.449Z | Downloaded newtype-uuid v1.1.0 |
550 | 2024-09-17T13:26:24.452Z | Downloaded ahash v0.8.11 |
551 | 2024-09-17T13:26:24.454Z | Downloaded serde_path_to_error v0.1.16 |
552 | 2024-09-17T13:26:24.457Z | Downloaded multer v3.1.0 |
553 | 2024-09-17T13:26:24.459Z | Downloaded crossbeam-epoch v0.9.18 |
554 | 2024-09-17T13:26:24.462Z | Downloaded fxhash v0.2.1 |
555 | 2024-09-17T13:26:24.462Z | Downloaded tiny-keccak v2.0.2 |
556 | 2024-09-17T13:26:24.464Z | Downloaded subtle v2.5.0 |
557 | 2024-09-17T13:26:24.467Z | Downloaded rfc6979 v0.4.0 |
558 | 2024-09-17T13:26:24.469Z | Downloaded foreign-types v0.3.2 |
559 | 2024-09-17T13:26:24.469Z | Downloaded zone v0.3.0 |
560 | 2024-09-17T13:26:24.472Z | Downloaded uzers v0.11.3 |
561 | 2024-09-17T13:26:24.472Z | Downloaded foreign-types-macros v0.2.3 |
562 | 2024-09-17T13:26:24.474Z | Downloaded precomputed-hash v0.1.1 |
563 | 2024-09-17T13:26:24.474Z | Downloaded openssl-probe v0.1.5 |
564 | 2024-09-17T13:26:24.477Z | Downloaded foreign-types v0.5.0 |
565 | 2024-09-17T13:26:24.477Z | Downloaded ssh-encoding v0.2.0 |
566 | 2024-09-17T13:26:24.479Z | Downloaded slog-async v2.8.0 |
567 | 2024-09-17T13:26:24.482Z | Downloaded iana-time-zone v0.1.60 |
568 | 2024-09-17T13:26:24.484Z | Downloaded backoff v0.4.0 |
569 | 2024-09-17T13:26:24.486Z | Downloaded ssh-cipher v0.2.0 |
570 | 2024-09-17T13:26:24.489Z | Downloaded serde_plain v1.0.2 |
571 | 2024-09-17T13:26:24.491Z | Downloaded termcolor v1.4.1 |
572 | 2024-09-17T13:26:24.491Z | Downloaded secrecy v0.8.0 |
573 | 2024-09-17T13:26:24.494Z | Downloaded ciborium v0.2.2 |
574 | 2024-09-17T13:26:24.496Z | Downloaded mockall v0.13.0 |
575 | 2024-09-17T13:26:24.500Z | Downloaded mime_guess v2.0.4 |
576 | 2024-09-17T13:26:24.502Z | Downloaded cookie v0.17.0 |
577 | 2024-09-17T13:26:24.503Z | Downloaded peg-runtime v0.8.3 |
578 | 2024-09-17T13:26:24.508Z | Downloaded indicatif v0.17.8 |
579 | 2024-09-17T13:26:24.511Z | Downloaded dsl_auto_type v0.1.2 |
580 | 2024-09-17T13:26:24.511Z | Downloaded termios v0.3.3 |
581 | 2024-09-17T13:26:24.513Z | Downloaded miniz_oxide v0.8.0 |
582 | 2024-09-17T13:26:24.518Z | Downloaded csv-core v0.1.11 |
583 | 2024-09-17T13:26:24.518Z | Downloaded hash32 v0.3.1 |
584 | 2024-09-17T13:26:24.521Z | Downloaded dropshot_endpoint v0.10.1 |
585 | 2024-09-17T13:26:24.521Z | Downloaded compact_str v0.8.0 |
586 | 2024-09-17T13:26:24.524Z | Downloaded stable_deref_trait v1.2.0 |
587 | 2024-09-17T13:26:24.527Z | Downloaded tower-layer v0.3.2 |
588 | 2024-09-17T13:26:24.529Z | Downloaded deranged v0.3.11 |
589 | 2024-09-17T13:26:24.529Z | Downloaded defmt-parser v0.3.4 |
590 | 2024-09-17T13:26:24.531Z | Downloaded arc-swap v1.7.1 |
591 | 2024-09-17T13:26:24.534Z | Downloaded utf-8 v0.7.6 |
592 | 2024-09-17T13:26:24.537Z | Downloaded serde-big-array v0.5.1 |
593 | 2024-09-17T13:26:24.540Z | Downloaded pem-rfc7468 v0.7.0 |
594 | 2024-09-17T13:26:24.542Z | Downloaded miniz_oxide v0.7.2 |
595 | 2024-09-17T13:26:24.545Z | Downloaded toolchain_find v0.4.0 |
596 | 2024-09-17T13:26:24.545Z | Downloaded packed_struct_codegen v0.10.1 |
597 | 2024-09-17T13:26:24.547Z | Downloaded hickory-resolver v0.24.1 |
598 | 2024-09-17T13:26:24.551Z | Downloaded rcgen v0.12.1 |
599 | 2024-09-17T13:26:24.564Z | Downloaded pbkdf2 v0.12.2 |
600 | 2024-09-17T13:26:24.567Z | Downloaded normalize-line-endings v0.3.0 |
601 | 2024-09-17T13:26:24.569Z | Downloaded slog-scope v4.4.0 |
602 | 2024-09-17T13:26:24.569Z | Downloaded slog-envlogger v2.2.0 |
603 | 2024-09-17T13:26:24.572Z | Downloaded peg v0.8.4 |
604 | 2024-09-17T13:26:24.575Z | Downloaded serde_arrays v0.1.0 |
605 | 2024-09-17T13:26:24.577Z | Downloaded thiserror-no-std v2.0.2 |
606 | 2024-09-17T13:26:24.581Z | Downloaded thiserror-impl-no-std v2.0.2 |
607 | 2024-09-17T13:26:24.583Z | Downloaded russh-cryptovec v0.7.2 |
608 | 2024-09-17T13:26:24.586Z | Downloaded funty v2.0.0 |
609 | 2024-09-17T13:26:24.586Z | Downloaded tokio-native-tls v0.3.1 |
610 | 2024-09-17T13:26:24.588Z | Downloaded predicates-tree v1.0.9 |
611 | 2024-09-17T13:26:24.591Z | Downloaded untrusted v0.7.1 |
612 | 2024-09-17T13:26:24.591Z | Downloaded portpicker v0.1.1 |
613 | 2024-09-17T13:26:24.593Z | Downloaded env_filter v0.1.2 |
614 | 2024-09-17T13:26:24.593Z | Downloaded stringprep v0.1.4 |
615 | 2024-09-17T13:26:24.596Z | Downloaded russh-keys v0.45.0 |
616 | 2024-09-17T13:26:24.599Z | Downloaded string_cache v0.8.7 |
617 | 2024-09-17T13:26:24.601Z | Downloaded rustls-pemfile v1.0.4 |
618 | 2024-09-17T13:26:24.603Z | Downloaded signal-hook-tokio v0.3.1 |
619 | 2024-09-17T13:26:24.603Z | Downloaded serde-hex v0.1.0 |
620 | 2024-09-17T13:26:24.606Z | Downloaded semver v0.1.20 |
621 | 2024-09-17T13:26:24.608Z | Downloaded take_mut v0.2.2 |
622 | 2024-09-17T13:26:24.608Z | Downloaded dyn-clone v1.0.17 |
623 | 2024-09-17T13:26:24.611Z | Downloaded rustls-pki-types v1.7.0 |
624 | 2024-09-17T13:26:24.615Z | Downloaded strum_macros v0.25.3 |
625 | 2024-09-17T13:26:24.618Z | Downloaded wait-timeout v0.2.0 |
626 | 2024-09-17T13:26:24.618Z | Downloaded tower-service v0.3.2 |
627 | 2024-09-17T13:26:24.621Z | Downloaded whoami v1.5.1 |
628 | 2024-09-17T13:26:24.621Z | Downloaded crc-any v2.5.0 |
629 | 2024-09-17T13:26:24.623Z | Downloaded phf v0.11.2 |
630 | 2024-09-17T13:26:24.626Z | Downloaded sync_wrapper v0.1.2 |
631 | 2024-09-17T13:26:24.626Z | Downloaded topological-sort v0.2.2 |
632 | 2024-09-17T13:26:24.628Z | Downloaded strum_macros v0.26.4 |
633 | 2024-09-17T13:26:24.632Z | Downloaded predicates-core v1.0.6 |
634 | 2024-09-17T13:26:24.634Z | Downloaded rustc_version v0.4.0 |
635 | 2024-09-17T13:26:24.634Z | Downloaded defmt v0.3.8 |
636 | 2024-09-17T13:26:24.637Z | Downloaded fallible-iterator v0.3.0 |
637 | 2024-09-17T13:26:24.641Z | Downloaded postgres-types v0.2.7 |
638 | 2024-09-17T13:26:24.644Z | Downloaded peg-macros v0.8.4 |
639 | 2024-09-17T13:26:24.644Z | Downloaded zerocopy v0.6.6 |
640 | 2024-09-17T13:26:24.646Z | Downloaded num-conv v0.1.0 |
641 | 2024-09-17T13:26:24.649Z | Downloaded opaque-debug v0.3.1 |
642 | 2024-09-17T13:26:24.649Z | Downloaded erased-serde v0.3.31 |
643 | 2024-09-17T13:26:24.654Z | Downloaded sqlformat v0.2.4 |
644 | 2024-09-17T13:26:24.656Z | Downloaded darling_macro v0.20.9 |
645 | 2024-09-17T13:26:24.656Z | Downloaded der_derive v0.7.2 |
646 | 2024-09-17T13:26:24.659Z | Downloaded phf_shared v0.10.0 |
647 | 2024-09-17T13:26:24.659Z | Downloaded des v0.8.1 |
648 | 2024-09-17T13:26:24.662Z | Downloaded path-slash v0.1.5 |
649 | 2024-09-17T13:26:24.662Z | Downloaded zone_cfg_derive v0.3.0 |
650 | 2024-09-17T13:26:24.664Z | Downloaded tap v1.0.1 |
651 | 2024-09-17T13:26:24.664Z | Downloaded gethostname v0.5.0 |
652 | 2024-09-17T13:26:24.669Z | Downloaded ecdsa v0.16.9 |
653 | 2024-09-17T13:26:24.672Z | Downloaded libm v0.2.8 |
654 | 2024-09-17T13:26:24.677Z | Downloaded scrypt v0.11.0 |
655 | 2024-09-17T13:26:24.680Z | Downloaded sqlparser_derive v0.2.2 |
656 | 2024-09-17T13:26:24.683Z | Downloaded glob v0.3.1 |
657 | 2024-09-17T13:26:24.683Z | Downloaded futures-core v0.3.30 |
658 | 2024-09-17T13:26:24.686Z | Downloaded defmt-macros v0.3.9 |
659 | 2024-09-17T13:26:24.688Z | Downloaded shell-words v1.1.0 |
660 | 2024-09-17T13:26:24.691Z | Downloaded debug-ignore v1.0.5 |
661 | 2024-09-17T13:26:24.691Z | Downloaded predicates v3.1.2 |
662 | 2024-09-17T13:26:24.695Z | Downloaded postgres-protocol v0.6.7 |
663 | 2024-09-17T13:26:24.697Z | Downloaded want v0.3.1 |
664 | 2024-09-17T13:26:24.700Z | Downloaded itertools v0.10.5 |
665 | 2024-09-17T13:26:24.706Z | Downloaded unarray v0.1.4 |
666 | 2024-09-17T13:26:24.708Z | Downloaded phf_shared v0.11.2 |
667 | 2024-09-17T13:26:24.711Z | Downloaded ref-cast v1.0.23 |
668 | 2024-09-17T13:26:24.713Z | Downloaded dhcproto v0.12.0 |
669 | 2024-09-17T13:26:24.716Z | Downloaded percent-encoding v2.3.1 |
670 | 2024-09-17T13:26:24.721Z | Downloaded headers-core v0.2.0 |
671 | 2024-09-17T13:26:24.721Z | Downloaded serde_repr v0.1.19 |
672 | 2024-09-17T13:26:24.721Z | Downloaded scopeguard v1.2.0 |
673 | 2024-09-17T13:26:24.724Z | Downloaded flagset v0.4.5 |
674 | 2024-09-17T13:26:24.724Z | Downloaded static_assertions v1.1.0 |
675 | 2024-09-17T13:26:24.727Z | Downloaded globset v0.4.14 |
676 | 2024-09-17T13:26:24.727Z | Downloaded env_logger v0.11.5 |
677 | 2024-09-17T13:26:24.731Z | Downloaded fixedbitset v0.4.2 |
678 | 2024-09-17T13:26:24.733Z | Downloaded postcard v1.0.8 |
679 | 2024-09-17T13:26:24.736Z | Downloaded unsafe-libyaml v0.2.11 |
680 | 2024-09-17T13:26:24.739Z | Downloaded rand v0.8.5 |
681 | 2024-09-17T13:26:24.743Z | Downloaded waitgroup v0.1.2 |
682 | 2024-09-17T13:26:24.746Z | Downloaded which v4.4.2 |
683 | 2024-09-17T13:26:24.746Z | Downloaded tar v0.4.41 |
684 | 2024-09-17T13:26:24.749Z | Downloaded nodrop v0.1.14 |
685 | 2024-09-17T13:26:24.751Z | Downloaded shlex v1.3.0 |
686 | 2024-09-17T13:26:24.751Z | Downloaded oso-derive v0.27.3 |
687 | 2024-09-17T13:26:24.754Z | Downloaded diesel_table_macro_syntax v0.2.0 |
688 | 2024-09-17T13:26:24.754Z | Downloaded fallible-streaming-iterator v0.1.9 |
689 | 2024-09-17T13:26:24.754Z | Downloaded heck v0.3.3 |
690 | 2024-09-17T13:26:24.757Z | Downloaded socket2 v0.5.7 |
691 | 2024-09-17T13:26:24.759Z | Downloaded ref-cast-impl v1.0.23 |
692 | 2024-09-17T13:26:24.762Z | Downloaded num_threads v0.1.7 |
693 | 2024-09-17T13:26:24.762Z | Downloaded vte_generate_state_changes v0.1.1 |
694 | 2024-09-17T13:26:24.762Z | Downloaded scheduled-thread-pool v0.2.7 |
695 | 2024-09-17T13:26:24.766Z | Downloaded vsss-rs v3.3.4 |
696 | 2024-09-17T13:26:24.768Z | Downloaded tls_codec v0.4.1 |
697 | 2024-09-17T13:26:24.771Z | Downloaded futures v0.3.30 |
698 | 2024-09-17T13:26:24.774Z | Downloaded hyper v1.4.1 |
699 | 2024-09-17T13:26:24.782Z | Downloaded schemars v0.8.21 |
700 | 2024-09-17T13:26:24.795Z | Downloaded structmeta-derive v0.3.0 |
701 | 2024-09-17T13:26:24.798Z | Downloaded smf v0.2.3 |
702 | 2024-09-17T13:26:24.801Z | Downloaded pkg-config v0.3.30 |
703 | 2024-09-17T13:26:24.801Z | Downloaded futures-task v0.3.30 |
704 | 2024-09-17T13:26:24.804Z | Downloaded fragile v2.0.0 |
705 | 2024-09-17T13:26:24.804Z | Downloaded dirs-next v2.0.0 |
706 | 2024-09-17T13:26:24.806Z | Downloaded float-ord v0.3.2 |
707 | 2024-09-17T13:26:24.809Z | Downloaded float-cmp v0.9.0 |
708 | 2024-09-17T13:26:24.809Z | Downloaded password-hash v0.4.2 |
709 | 2024-09-17T13:26:24.814Z | Downloaded dirs-sys-next v0.1.2 |
710 | 2024-09-17T13:26:24.814Z | Downloaded num-rational v0.4.2 |
711 | 2024-09-17T13:26:24.816Z | Downloaded rusty-fork v0.3.0 |
712 | 2024-09-17T13:26:24.817Z | Downloaded thread_local v1.1.8 |
713 | 2024-09-17T13:26:24.819Z | Downloaded tokio-rustls v0.26.0 |
714 | 2024-09-17T13:26:24.822Z | Downloaded parse-display-derive v0.10.0 |
715 | 2024-09-17T13:26:24.822Z | Downloaded password-hash v0.5.0 |
716 | 2024-09-17T13:26:24.824Z | Downloaded signal-hook v0.3.17 |
717 | 2024-09-17T13:26:24.828Z | Downloaded strum v0.26.3 |
718 | 2024-09-17T13:26:24.830Z | Downloaded endian-type v0.1.2 |
719 | 2024-09-17T13:26:24.830Z | Downloaded vergen v8.3.2 |
720 | 2024-09-17T13:26:24.834Z | Downloaded ron v0.7.1 |
721 | 2024-09-17T13:26:24.840Z | Downloaded filetime v0.2.25 |
722 | 2024-09-17T13:26:24.842Z | Downloaded itertools v0.12.1 |
723 | 2024-09-17T13:26:24.850Z | Downloaded url v2.5.2 |
724 | 2024-09-17T13:26:24.854Z | Downloaded strip-ansi-escapes v0.2.0 |
725 | 2024-09-17T13:26:24.856Z | Downloaded rpassword v7.3.1 |
726 | 2024-09-17T13:26:24.859Z | Downloaded crossterm v0.28.1 |
727 | 2024-09-17T13:26:24.865Z | Downloaded aes-gcm v0.10.3 |
728 | 2024-09-17T13:26:24.869Z | Downloaded downcast v0.11.0 |
729 | 2024-09-17T13:26:24.871Z | Downloaded foreign-types-shared v0.3.1 |
730 | 2024-09-17T13:26:24.871Z | Downloaded display-error-chain v0.2.1 |
731 | 2024-09-17T13:26:24.874Z | Downloaded pin-utils v0.1.0 |
732 | 2024-09-17T13:26:24.876Z | Downloaded sigpipe v0.1.3 |
733 | 2024-09-17T13:26:24.876Z | Downloaded owo-colors v4.0.0 |
734 | 2024-09-17T13:26:24.878Z | Downloaded tower v0.4.13 |
735 | 2024-09-17T13:26:24.887Z | Downloaded psl-types v2.0.11 |
736 | 2024-09-17T13:26:24.890Z | Downloaded either v1.13.0 |
737 | 2024-09-17T13:26:24.893Z | Downloaded enum-as-inner v0.5.1 |
738 | 2024-09-17T13:26:24.893Z | Downloaded structmeta-derive v0.2.0 |
739 | 2024-09-17T13:26:24.896Z | Downloaded derive_builder_macro v0.20.0 |
740 | 2024-09-17T13:26:24.896Z | Downloaded vte v0.11.1 |
741 | 2024-09-17T13:26:24.899Z | Downloaded pretty-hex v0.2.1 |
742 | 2024-09-17T13:26:24.899Z | Downloaded tokio-tungstenite v0.20.1 |
743 | 2024-09-17T13:26:24.902Z | Downloaded embedded-io v0.4.0 |
744 | 2024-09-17T13:26:24.905Z | Downloaded env_logger v0.10.2 |
745 | 2024-09-17T13:26:24.908Z | Downloaded structmeta v0.3.0 |
746 | 2024-09-17T13:26:24.908Z | Downloaded tokio-stream v0.1.15 |
747 | 2024-09-17T13:26:24.912Z | Downloaded spin v0.9.8 |
748 | 2024-09-17T13:26:24.915Z | Downloaded universal-hash v0.5.1 |
749 | 2024-09-17T13:26:24.918Z | Downloaded primeorder v0.13.6 |
750 | 2024-09-17T13:26:24.920Z | Downloaded aho-corasick v1.1.3 |
751 | 2024-09-17T13:26:24.925Z | Downloaded unicode-truncate v1.0.0 |
752 | 2024-09-17T13:26:24.929Z | Downloaded poly1305 v0.8.0 |
753 | 2024-09-17T13:26:24.931Z | Downloaded pkcs1 v0.7.5 |
754 | 2024-09-17T13:26:24.934Z | Downloaded pin-project-lite v0.2.14 |
755 | 2024-09-17T13:26:24.939Z | Downloaded snafu-derive v0.8.2 |
756 | 2024-09-17T13:26:24.942Z | Downloaded futures-sink v0.3.30 |
757 | 2024-09-17T13:26:24.942Z | Downloaded xattr v1.3.1 |
758 | 2024-09-17T13:26:24.945Z | Downloaded proc-macro-crate v1.3.1 |
759 | 2024-09-17T13:26:24.945Z | Downloaded parse-display v0.10.0 |
760 | 2024-09-17T13:26:24.947Z | Downloaded untrusted v0.9.0 |
761 | 2024-09-17T13:26:24.948Z | Downloaded hashlink v0.9.1 |
762 | 2024-09-17T13:26:24.950Z | Downloaded strum_macros v0.24.3 |
763 | 2024-09-17T13:26:24.954Z | Downloaded slog-term v2.9.1 |
764 | 2024-09-17T13:26:24.957Z | Downloaded ena v0.14.3 |
765 | 2024-09-17T13:26:24.957Z | Downloaded try-lock v0.2.5 |
766 | 2024-09-17T13:26:24.960Z | Downloaded test-strategy v0.3.1 |
767 | 2024-09-17T13:26:24.963Z | Downloaded toml_edit v0.19.15 |
768 | 2024-09-17T13:26:24.978Z | Downloaded pin-project-internal v1.1.5 |
769 | 2024-09-17T13:26:24.980Z | Downloaded number_prefix v0.4.0 |
770 | 2024-09-17T13:26:24.983Z | Downloaded radium v0.7.0 |
771 | 2024-09-17T13:26:24.983Z | Downloaded signature v2.2.0 |
772 | 2024-09-17T13:26:24.985Z | Downloaded serde_with_macros v3.9.0 |
773 | 2024-09-17T13:26:24.989Z | Downloaded olpc-cjson v0.1.3 |
774 | 2024-09-17T13:26:24.989Z | Downloaded group v0.13.0 |
775 | 2024-09-17T13:26:24.992Z | Downloaded prettyplease v0.2.20 |
776 | 2024-09-17T13:26:24.995Z | Downloaded futures-macro v0.3.30 |
777 | 2024-09-17T13:26:24.995Z | Downloaded rand_chacha v0.3.1 |
778 | 2024-09-17T13:26:24.997Z | Downloaded same-file v1.0.6 |
779 | 2024-09-17T13:26:24.997Z | Downloaded rustversion v1.0.17 |
780 | 2024-09-17T13:26:25.000Z | Downloaded rustfmt-wrapper v0.2.1 |
781 | 2024-09-17T13:26:25.003Z | Downloaded itertools v0.13.0 |
782 | 2024-09-17T13:26:25.011Z | Downloaded rtoolbox v0.0.2 |
783 | 2024-09-17T13:26:25.016Z | Downloaded ghash v0.5.1 |
784 | 2024-09-17T13:26:25.016Z | Downloaded walkdir v2.5.0 |
785 | 2024-09-17T13:26:25.016Z | Downloaded tui-tree-widget v0.22.0 |
786 | 2024-09-17T13:26:25.019Z | Downloaded term v0.7.0 |
787 | 2024-09-17T13:26:25.019Z | Downloaded serde_yaml v0.9.34+deprecated |
788 | 2024-09-17T13:26:25.023Z | Downloaded socket2 v0.4.10 |
789 | 2024-09-17T13:26:25.026Z | Downloaded tokio-rustls v0.25.0 |
790 | 2024-09-17T13:26:25.028Z | Downloaded supports-color v3.0.1 |
791 | 2024-09-17T13:26:25.031Z | Downloaded fatfs v0.3.6 |
792 | 2024-09-17T13:26:25.034Z | Downloaded futures-executor v0.3.30 |
793 | 2024-09-17T13:26:25.034Z | Downloaded derive_builder v0.20.0 |
794 | 2024-09-17T13:26:25.039Z | Downloaded parking_lot v0.12.2 |
795 | 2024-09-17T13:26:25.043Z | Downloaded tokio-rustls v0.24.1 |
796 | 2024-09-17T13:26:25.045Z | Downloaded siphasher v0.3.11 |
797 | 2024-09-17T13:26:25.046Z | Downloaded num_enum_derive v0.5.11 |
798 | 2024-09-17T13:26:25.048Z | Downloaded flume v0.11.0 |
799 | 2024-09-17T13:26:25.050Z | Downloaded heapless v0.8.0 |
800 | 2024-09-17T13:26:25.054Z | Downloaded futures-io v0.3.30 |
801 | 2024-09-17T13:26:25.056Z | Downloaded form_urlencoded v1.2.1 |
802 | 2024-09-17T13:26:25.059Z | Downloaded parking_lot_core v0.9.10 |
803 | 2024-09-17T13:26:25.059Z | Downloaded yasna v0.5.2 |
804 | 2024-09-17T13:26:25.061Z | Downloaded pin-project v1.1.5 |
805 | 2024-09-17T13:26:25.073Z | Downloaded expectorate v1.1.0 |
806 | 2024-09-17T13:26:25.076Z | Downloaded parking_lot_core v0.8.6 |
807 | 2024-09-17T13:26:25.078Z | Downloaded unicase v2.7.0 |
808 | 2024-09-17T13:26:25.081Z | Downloaded quick-error v1.2.3 |
809 | 2024-09-17T13:26:25.083Z | Downloaded oso v0.27.3 |
810 | 2024-09-17T13:26:25.086Z | Downloaded diesel_derives v2.2.2 |
811 | 2024-09-17T13:26:25.090Z | Downloaded snafu v0.8.2 |
812 | 2024-09-17T13:26:25.096Z | Downloaded steno v0.4.1 |
813 | 2024-09-17T13:26:25.100Z | Downloaded p256 v0.13.2 |
814 | 2024-09-17T13:26:25.104Z | Downloaded derive_builder_core v0.20.0 |
815 | 2024-09-17T13:26:25.106Z | Downloaded tls_codec_derive v0.4.1 |
816 | 2024-09-17T13:26:25.109Z | Downloaded rsa v0.9.6 |
817 | 2024-09-17T13:26:25.113Z | Downloaded num-bigint v0.4.5 |
818 | 2024-09-17T13:26:25.119Z | Downloaded flate2 v1.0.33 |
819 | 2024-09-17T13:26:25.123Z | Downloaded similar v2.6.0 |
820 | 2024-09-17T13:26:25.128Z | Downloaded idna v0.3.0 |
821 | 2024-09-17T13:26:25.135Z | Downloaded tracing-core v0.1.32 |
822 | 2024-09-17T13:26:25.138Z | Downloaded zip v0.6.6 |
823 | 2024-09-17T13:26:25.142Z | Downloaded publicsuffix v2.2.3 |
824 | 2024-09-17T13:26:25.145Z | Downloaded tracing-attributes v0.1.27 |
825 | 2024-09-17T13:26:25.147Z | Downloaded ed25519-dalek v2.1.1 |
826 | 2024-09-17T13:26:25.150Z | Downloaded lalrpop v0.19.12 |
827 | 2024-09-17T13:26:25.162Z | Downloaded num-bigint-dig v0.8.4 |
828 | 2024-09-17T13:26:25.166Z | Downloaded tokio-postgres v0.7.11 |
829 | 2024-09-17T13:26:25.171Z | Downloaded unicode-bidi v0.3.15 |
830 | 2024-09-17T13:26:25.174Z | Downloaded unicode-normalization v0.1.23 |
831 | 2024-09-17T13:26:25.177Z | Downloaded bindgen v0.69.4 |
832 | 2024-09-17T13:26:25.185Z | Downloaded nix v0.27.1 |
833 | 2024-09-17T13:26:25.195Z | Downloaded unicode_categories v0.1.1 |
834 | 2024-09-17T13:26:25.198Z | Downloaded headers v0.3.9 |
835 | 2024-09-17T13:26:25.202Z | Downloaded time v0.3.36 |
836 | 2024-09-17T13:26:25.209Z | Downloaded idna v0.4.0 |
837 | 2024-09-17T13:26:25.217Z | Downloaded salty v0.3.0 |
838 | 2024-09-17T13:26:25.223Z | Downloaded dropshot v0.10.1 |
839 | 2024-09-17T13:26:25.234Z | Downloaded x509-cert v0.2.5 |
840 | 2024-09-17T13:26:25.239Z | Downloaded idna v0.5.0 |
841 | 2024-09-17T13:26:25.247Z | Downloaded bitvec v1.0.1 |
842 | 2024-09-17T13:26:25.262Z | Downloaded h2 v0.4.6 |
843 | 2024-09-17T13:26:25.269Z | Downloaded h2 v0.3.26 |
844 | 2024-09-17T13:26:25.276Z | Downloaded chrono v0.4.38 |
845 | 2024-09-17T13:26:25.284Z | Downloaded serde_with v3.9.0 |
846 | 2024-09-17T13:26:25.293Z | Downloaded nix v0.28.0 |
847 | 2024-09-17T13:26:25.305Z | Downloaded typed-path v0.7.1 |
848 | 2024-09-17T13:26:25.310Z | Downloaded rayon v1.10.0 |
849 | 2024-09-17T13:26:25.320Z | Downloaded quick-xml v0.33.0 |
850 | 2024-09-17T13:26:25.326Z | Downloaded smoltcp v0.9.1 |
851 | 2024-09-17T13:26:25.337Z | Downloaded webpki-roots v0.25.4 |
852 | 2024-09-17T13:26:25.342Z | Downloaded object v0.30.4 |
853 | 2024-09-17T13:26:25.352Z | Downloaded regex v1.10.6 |
854 | 2024-09-17T13:26:25.365Z | Downloaded vcpkg v0.2.15 |
855 | 2024-09-17T13:26:25.404Z | Downloaded rusqlite v0.31.0 |
856 | 2024-09-17T13:26:25.409Z | Downloaded p521 v0.13.3 |
857 | 2024-09-17T13:26:25.414Z | Downloaded reqwest v0.11.27 |
858 | 2024-09-17T13:26:25.422Z | Downloaded rustls-webpki v0.101.7 |
859 | 2024-09-17T13:26:25.435Z | Downloaded proptest v1.5.0 |
860 | 2024-09-17T13:26:25.445Z | Downloaded regress v0.9.1 |
861 | 2024-09-17T13:26:25.453Z | Downloaded openssl v0.10.66 |
862 | 2024-09-17T13:26:25.463Z | Downloaded rustls v0.22.4 |
863 | 2024-09-17T13:26:25.476Z | Downloaded polar-core v0.27.3 |
864 | 2024-09-17T13:26:25.485Z | Downloaded diesel v2.2.3 |
865 | 2024-09-17T13:26:25.504Z | Downloaded rustls v0.21.12 |
866 | 2024-09-17T13:26:25.515Z | Downloaded p384 v0.13.0 |
867 | 2024-09-17T13:26:25.522Z | Downloaded nix v0.29.0 |
868 | 2024-09-17T13:26:25.534Z | Downloaded gimli v0.28.1 |
869 | 2024-09-17T13:26:25.542Z | Downloaded object v0.32.2 |
870 | 2024-09-17T13:26:25.554Z | Downloaded smoltcp v0.11.0 |
871 | 2024-09-17T13:26:25.570Z | Downloaded ratatui v0.28.0 |
872 | 2024-09-17T13:26:25.588Z | Downloaded rustls v0.23.10 |
873 | 2024-09-17T13:26:25.605Z | Downloaded sled v0.34.7 |
874 | 2024-09-17T13:26:25.615Z | Downloaded zerocopy-derive v0.6.6 |
875 | 2024-09-17T13:26:25.626Z | Downloaded petgraph v0.6.5 |
876 | 2024-09-17T13:26:25.646Z | Downloaded regex-automata v0.4.6 |
877 | 2024-09-17T13:26:25.664Z | Downloaded finl_unicode v1.2.0 |
878 | 2024-09-17T13:26:25.677Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
879 | 2024-09-17T13:26:25.690Z | Downloaded csv v1.3.0 |
880 | 2024-09-17T13:26:25.711Z | Downloaded openapiv3 v2.0.0 |
881 | 2024-09-17T13:26:25.724Z | Downloaded bstr v1.9.1 |
882 | 2024-09-17T13:26:25.736Z | Downloaded trust-dns-proto v0.22.0 |
883 | 2024-09-17T13:26:25.747Z | Downloaded tokio v1.39.3 |
884 | 2024-09-17T13:26:25.785Z | Downloaded regex-syntax v0.6.29 |
885 | 2024-09-17T13:26:25.793Z | Downloaded sha3 v0.10.8 |
886 | 2024-09-17T13:26:25.797Z | Downloaded regex-syntax v0.8.4 |
887 | 2024-09-17T13:26:25.808Z | Downloaded curve25519-dalek v4.1.3 |
888 | 2024-09-17T13:26:25.817Z | Downloaded radix_trie v0.2.1 |
889 | 2024-09-17T13:26:25.821Z | Downloaded hickory-proto v0.24.1 |
890 | 2024-09-17T13:26:25.838Z | Downloaded rustls-webpki v0.102.4 |
891 | 2024-09-17T13:26:25.856Z | Downloaded git2 v0.19.0 |
892 | 2024-09-17T13:26:25.865Z | Downloaded sqlparser v0.45.0 |
893 | 2024-09-17T13:26:25.870Z | Downloaded idna v0.2.3 |
894 | 2024-09-17T13:26:25.881Z | Downloaded portable-atomic v1.6.0 |
895 | 2024-09-17T13:26:25.885Z | Downloaded winnow v0.5.40 |
896 | 2024-09-17T13:26:25.894Z | Downloaded elliptic-curve v0.13.8 |
897 | 2024-09-17T13:26:25.898Z | Downloaded unicode-segmentation v1.11.0 |
898 | 2024-09-17T13:26:25.901Z | Downloaded tracing v0.1.40 |
899 | 2024-09-17T13:26:25.906Z | Downloaded rustyline v14.0.0 |
900 | 2024-09-17T13:26:25.911Z | Downloaded blake3 v1.5.1 |
901 | 2024-09-17T13:26:25.918Z | Downloaded reedline v0.33.0 |
902 | 2024-09-17T13:26:25.926Z | Downloaded futures-util v0.3.30 |
903 | 2024-09-17T13:26:25.938Z | Downloaded ssh-key v0.6.6 |
904 | 2024-09-17T13:26:25.945Z | Downloaded encoding_rs v0.8.34 |
905 | 2024-09-17T13:26:25.967Z | Downloaded nom v7.1.3 |
906 | 2024-09-17T13:26:25.972Z | Downloaded ring v0.17.8 |
907 | 2024-09-17T13:26:26.042Z | Downloaded hyper v0.14.30 |
908 | 2024-09-17T13:26:26.050Z | Downloaded crossterm v0.27.0 |
909 | 2024-09-17T13:26:26.056Z | Downloaded tough v0.17.1 |
910 | 2024-09-17T13:26:26.064Z | Downloaded smallvec v0.6.14 |
911 | 2024-09-17T13:26:26.066Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
912 | 2024-09-17T13:26:26.126Z | Downloaded tokio-util v0.7.11 |
913 | 2024-09-17T13:26:26.129Z | Downloaded slog-stdlog v4.1.1 |
914 | 2024-09-17T13:26:26.131Z | Downloaded enum-as-inner v0.6.0 |
915 | 2024-09-17T13:26:26.134Z | Downloaded diff v0.1.13 |
916 | 2024-09-17T13:26:26.136Z | Downloaded samael v0.0.17 |
917 | 2024-09-17T13:26:26.140Z | Downloaded heapless v0.7.17 |
918 | 2024-09-17T13:26:26.144Z | Downloaded smallvec v1.13.2 |
919 | 2024-09-17T13:26:26.147Z | Downloaded hkdf v0.12.4 |
920 | 2024-09-17T13:26:26.149Z | Downloaded rand_seeder v0.3.0 |
921 | 2024-09-17T13:26:26.151Z | Downloaded rand_core v0.6.4 |
922 | 2024-09-17T13:26:26.151Z | Downloaded dhcproto-macros v0.1.0 |
923 | 2024-09-17T13:26:26.151Z | Downloaded tinyvec_macros v0.1.1 |
924 | 2024-09-17T13:26:26.154Z | Downloaded time-core v0.1.2 |
925 | 2024-09-17T13:26:26.154Z | Downloaded termtree v0.4.1 |
926 | 2024-09-17T13:26:26.154Z | Downloaded parse-size v1.0.0 |
927 | 2024-09-17T13:26:26.157Z | Downloaded r2d2 v0.8.10 |
928 | 2024-09-17T13:26:26.157Z | Downloaded pkcs8 v0.10.2 |
929 | 2024-09-17T13:26:26.159Z | Downloaded num-traits v0.2.19 |
930 | 2024-09-17T13:26:26.162Z | Downloaded getrandom v0.2.14 |
931 | 2024-09-17T13:26:26.164Z | Downloaded darling_core v0.20.9 |
932 | 2024-09-17T13:26:26.168Z | Downloaded sha1 v0.10.6 |
933 | 2024-09-17T13:26:26.170Z | Downloaded value-bag v1.9.0 |
934 | 2024-09-17T13:26:26.173Z | Downloaded russh v0.45.0 |
935 | 2024-09-17T13:26:26.177Z | Downloaded hashbrown v0.13.2 |
936 | 2024-09-17T13:26:26.181Z | Downloaded spki v0.7.3 |
937 | 2024-09-17T13:26:26.183Z | Downloaded rayon-core v1.12.1 |
938 | 2024-09-17T13:26:26.186Z | Downloaded futures-channel v0.3.30 |
939 | 2024-09-17T13:26:26.190Z | Downloaded ron v0.8.1 |
940 | 2024-09-17T13:26:26.194Z | Downloaded der v0.7.9 |
941 | 2024-09-17T13:26:26.198Z | Downloaded pkcs5 v0.7.1 |
942 | 2024-09-17T13:26:26.203Z | Downloaded difflib v0.4.0 |
943 | 2024-09-17T13:26:26.206Z | Downloaded num-complex v0.4.6 |
944 | 2024-09-17T13:26:26.206Z | Downloaded omicron-zone-package v0.11.0 |
945 | 2024-09-17T13:26:26.209Z | Downloaded hashbrown v0.12.3 |
946 | 2024-09-17T13:26:26.213Z | Downloaded wyz v0.5.1 |
947 | 2024-09-17T13:26:26.213Z | Downloaded libxml v0.3.3 |
948 | 2024-09-17T13:26:26.217Z | Downloaded aes v0.8.4 |
949 | 2024-09-17T13:26:26.221Z | Downloaded derive_more v0.99.18 |
950 | 2024-09-17T13:26:26.227Z | Downloaded openssl-sys v0.9.103 |
951 | 2024-09-17T13:26:26.231Z | Downloaded crypto-bigint v0.5.5 |
952 | 2024-09-17T13:26:26.238Z | Downloaded rand_xorshift v0.3.0 |
953 | 2024-09-17T13:26:26.240Z | Downloaded num_enum v0.5.11 |
954 | 2024-09-17T13:26:26.244Z | Downloaded num-iter v0.1.45 |
955 | 2024-09-17T13:26:26.246Z | Downloaded num-derive v0.4.2 |
956 | 2024-09-17T13:26:26.248Z | Downloaded sct v0.7.1 |
957 | 2024-09-17T13:26:26.251Z | Downloaded const_format v0.2.33 |
958 | 2024-09-17T13:26:26.254Z | Downloaded zone v0.1.8 |
959 | 2024-09-17T13:26:26.258Z | Downloaded data-encoding v2.6.0 |
960 | 2024-09-17T13:26:26.258Z | Downloaded nu-ansi-term v0.50.0 |
961 | 2024-09-17T13:26:26.261Z | Downloaded pbkdf2 v0.11.0 |
962 | 2024-09-17T13:26:26.261Z | Downloaded paste v1.0.15 |
963 | 2024-09-17T13:26:26.264Z | Downloaded uuid v1.10.0 |
964 | 2024-09-17T13:26:26.267Z | Downloaded tabwriter v1.4.0 |
965 | 2024-09-17T13:26:26.269Z | Downloaded structmeta v0.2.0 |
966 | 2024-09-17T13:26:26.269Z | Downloaded powerfmt v0.2.0 |
967 | 2024-09-17T13:26:26.272Z | Downloaded mio v0.8.11 |
968 | 2024-09-17T13:26:26.275Z | Downloaded crossbeam-channel v0.5.12 |
969 | 2024-09-17T13:26:26.282Z | Downloaded spin v0.5.2 |
970 | 2024-09-17T13:26:26.284Z | Downloaded parking_lot v0.11.2 |
971 | 2024-09-17T13:26:26.284Z | Downloaded base64 v0.22.1 |
972 | 2024-09-17T13:26:26.288Z | Downloaded base64 v0.21.7 |
973 | 2024-09-17T13:26:26.291Z | Downloaded serde_urlencoded v0.7.1 |
974 | 2024-09-17T13:26:26.293Z | Downloaded unicode-xid v0.2.4 |
975 | 2024-09-17T13:26:26.296Z | Downloaded polyval v0.6.2 |
976 | 2024-09-17T13:26:26.296Z | Downloaded sec1 v0.7.3 |
977 | 2024-09-17T13:26:26.298Z | Downloaded backtrace v0.3.71 |
978 | 2024-09-17T13:26:26.302Z | Downloaded signal-hook-registry v1.4.2 |
979 | 2024-09-17T13:26:26.305Z | Downloaded hickory-server v0.24.1 |
980 | 2024-09-17T13:26:26.309Z | Downloaded fallible-iterator v0.2.0 |
981 | 2024-09-17T13:26:26.311Z | Downloaded http v0.2.12 |
982 | 2024-09-17T13:26:26.314Z | Downloaded tungstenite v0.23.0 |
983 | 2024-09-17T13:26:26.317Z | Downloaded tungstenite v0.21.0 |
984 | 2024-09-17T13:26:26.321Z | Downloaded tungstenite v0.20.1 |
985 | 2024-09-17T13:26:26.324Z | Downloaded chacha20poly1305 v0.10.1 |
986 | 2024-09-17T13:26:26.326Z | Downloaded bytes v1.7.1 |
987 | 2024-09-17T13:26:26.329Z | Downloaded num v0.4.3 |
988 | 2024-09-17T13:26:26.332Z | Downloaded getopts v0.2.21 |
989 | 2024-09-17T13:26:26.332Z | Downloaded ed25519 v2.2.3 |
990 | 2024-09-17T13:26:26.334Z | Downloaded slog-json v2.6.1 |
991 | 2024-09-17T13:26:26.337Z | Downloaded rustls-pemfile v2.1.3 |
992 | 2024-09-17T13:26:26.339Z | Downloaded half v2.4.1 |
993 | 2024-09-17T13:26:26.342Z | Downloaded tokio-macros v2.4.0 |
994 | 2024-09-17T13:26:26.342Z | Downloaded zeroize_derive v1.4.2 |
995 | 2024-09-17T13:26:26.344Z | Downloaded zeroize v1.8.1 |
996 | 2024-09-17T13:26:26.344Z | Downloaded derive-where v1.2.7 |
997 | 2024-09-17T13:26:26.347Z | Downloaded pem v3.0.4 |
998 | 2024-09-17T13:26:26.349Z | Downloaded cc v1.0.97 |
999 | 2024-09-17T13:26:26.352Z | Downloaded ppv-lite86 v0.2.17 |
1000 | 2024-09-17T13:26:26.356Z | Downloaded hash32 v0.2.1 |
1001 | 2024-09-17T13:26:26.356Z | Downloaded toml v0.7.8 |
1002 | 2024-09-17T13:26:26.358Z | Downloaded tinyvec v1.6.0 |
1003 | 2024-09-17T13:26:26.361Z | Downloaded subprocess v0.2.9 |
1004 | 2024-09-17T13:26:26.363Z | Downloaded http v1.1.0 |
1005 | 2024-09-17T13:26:26.367Z | Downloaded crc32fast v1.4.0 |
1006 | 2024-09-17T13:26:26.369Z | Downloaded clang-sys v1.7.0 |
1007 | 2024-09-17T13:26:26.371Z | Downloaded packed_struct v0.10.1 |
1008 | 2024-09-17T13:26:26.374Z | Downloaded env_logger v0.9.3 |
1009 | 2024-09-17T13:26:26.376Z | Downloaded time-macros v0.2.18 |
1010 | 2024-09-17T13:26:26.378Z | Downloaded minimal-lexical v0.2.1 |
1011 | 2024-09-17T13:26:26.381Z | Downloaded cookie_store v0.20.0 |
1012 | 2024-09-17T13:26:26.384Z | Downloaded async-trait v0.1.82 |
1013 | 2024-09-17T13:26:26.387Z | Downloaded mio v1.0.2 |
1014 | 2024-09-17T13:26:26.392Z | Downloaded num-integer v0.1.46 |
1015 | 2024-09-17T13:26:26.395Z | Downloaded ff v0.13.0 |
1016 | 2024-09-17T13:26:26.397Z | Downloaded fd-lock v4.0.2 |
1017 | 2024-09-17T13:26:26.400Z | Downloaded slog v2.7.0 |
1018 | 2024-09-17T13:26:26.402Z | Downloaded serde_derive_internals v0.29.1 |
1019 | 2024-09-17T13:26:26.402Z | Downloaded indexmap v1.9.3 |
1020 | 2024-09-17T13:26:26.405Z | Downloaded tokio-tungstenite v0.23.1 |
1021 | 2024-09-17T13:26:26.408Z | Downloaded tokio-tungstenite v0.21.0 |
1022 | 2024-09-17T13:26:26.411Z | Downloaded base64 v0.13.1 |
1023 | 2024-09-17T13:26:26.414Z | Downloaded console v0.15.8 |
1024 | 2024-09-17T13:26:26.417Z | Downloaded memmap2 v0.9.4 |
1025 | 2024-09-17T13:26:26.419Z | Downloaded lock_api v0.4.12 |
1026 | 2024-09-17T13:26:26.419Z | Downloaded libloading v0.8.3 |
1027 | 2024-09-17T13:26:26.422Z | Downloaded impl-trait-for-tuples v0.2.2 |
1028 | 2024-09-17T13:26:26.424Z | Downloaded hyper-tls v0.5.0 |
1029 | 2024-09-17T13:26:26.426Z | Downloaded bcs v0.1.6 |
1030 | 2024-09-17T13:26:26.426Z | Downloaded hyper-rustls v0.24.2 |
1031 | 2024-09-17T13:26:26.430Z | Downloaded slab v0.4.9 |
1032 | 2024-09-17T13:26:26.432Z | Downloaded rustc-demangle v0.1.24 |
1033 | 2024-09-17T13:26:26.432Z | Downloaded openssl-macros v0.1.1 |
1034 | 2024-09-17T13:26:26.433Z | Downloaded schemars_derive v0.8.21 |
1035 | 2024-09-17T13:26:26.437Z | Downloaded twox-hash v1.6.3 |
1036 | 2024-09-17T13:26:26.439Z | Downloaded allocator-api2 v0.2.18 |
1037 | 2024-09-17T13:26:26.439Z | Downloaded resolv-conf v0.7.0 |
1038 | 2024-09-17T13:26:26.442Z | Downloaded crossbeam-utils v0.8.19 |
1039 | 2024-09-17T13:26:26.445Z | Downloaded blake2 v0.10.6 |
1040 | 2024-09-17T13:26:26.448Z | Downloaded slog-dtrace v0.3.0 |
1041 | 2024-09-17T13:26:26.448Z | Downloaded foreign-types-shared v0.1.1 |
1042 | 2024-09-17T13:26:26.450Z | Downloaded cookie v0.18.1 |
1043 | 2024-09-17T13:26:26.450Z | Downloaded hyper-util v0.1.7 |
1044 | 2024-09-17T13:26:26.454Z | Downloaded nibble_vec v0.1.0 |
1045 | 2024-09-17T13:26:26.457Z | Downloaded md-5 v0.10.6 |
1046 | 2024-09-17T13:26:26.460Z | Downloaded colored v2.1.0 |
1047 | 2024-09-17T13:26:26.460Z | Downloaded linear-map v1.2.0 |
1048 | 2024-09-17T13:26:26.463Z | Downloaded block-padding v0.3.3 |
1049 | 2024-09-17T13:26:26.463Z | Downloaded ipnetwork v0.20.0 |
1050 | 2024-09-17T13:26:26.463Z | Downloaded instability v0.3.2 |
1051 | 2024-09-17T13:26:26.465Z | Downloaded constant_time_eq v0.3.0 |
1052 | 2024-09-17T13:26:26.465Z | Downloaded ciborium-ll v0.2.2 |
1053 | 2024-09-17T13:26:26.468Z | Downloaded cbc v0.1.2 |
1054 | 2024-09-17T13:26:26.468Z | Downloaded cassowary v0.3.0 |
1055 | 2024-09-17T13:26:26.470Z | Downloaded rustc_version v0.1.7 |
1056 | 2024-09-17T13:26:26.470Z | Downloaded bb8 v0.8.5 |
1057 | 2024-09-17T13:26:26.473Z | Downloaded base16ct v0.2.0 |
1058 | 2024-09-17T13:26:26.473Z | Downloaded bit-vec v0.6.3 |
1059 | 2024-09-17T13:26:26.475Z | Downloaded argon2 v0.5.3 |
1060 | 2024-09-17T13:26:26.475Z | Downloaded is_ci v1.2.0 |
1061 | 2024-09-17T13:26:26.478Z | Downloaded cobs v0.2.3 |
1062 | 2024-09-17T13:26:26.478Z | Downloaded castaway v0.2.3 |
1063 | 2024-09-17T13:26:26.480Z | Downloaded atomic-waker v1.1.2 |
1064 | 2024-09-17T13:26:26.480Z | Downloaded highway v1.2.0 |
1065 | 2024-09-17T13:26:26.483Z | Downloaded buf-list v1.0.3 |
1066 | 2024-09-17T13:26:26.485Z | Downloaded blowfish v0.9.1 |
1067 | 2024-09-17T13:26:26.485Z | Downloaded indent_write v2.2.0 |
1068 | 2024-09-17T13:26:26.488Z | Downloaded hyper-staticfile v0.9.5 |
1069 | 2024-09-17T13:26:26.490Z | Downloaded humantime v2.1.0 |
1070 | 2024-09-17T13:26:26.490Z | Downloaded memoffset v0.9.1 |
1071 | 2024-09-17T13:26:26.492Z | Downloaded lalrpop-util v0.19.12 |
1072 | 2024-09-17T13:26:26.492Z | Downloaded libz-sys v1.1.16 |
1073 | 2024-09-17T13:26:26.559Z | Downloaded kstat-rs v0.2.4 |
1074 | 2024-09-17T13:26:26.561Z | Downloaded assert_matches v1.5.0 |
1075 | 2024-09-17T13:26:26.561Z | Downloaded hostname v0.4.0 |
1076 | 2024-09-17T13:26:26.564Z | Downloaded convert_case v0.4.0 |
1077 | 2024-09-17T13:26:26.564Z | Downloaded bit-set v0.5.3 |
1078 | 2024-09-17T13:26:26.567Z | Downloaded adler2 v2.0.0 |
1079 | 2024-09-17T13:26:26.567Z | Downloaded ascii-canvas v3.0.0 |
1080 | 2024-09-17T13:26:26.569Z | Downloaded array-init v0.0.4 |
1081 | 2024-09-17T13:26:26.569Z | Downloaded aead v0.5.2 |
1082 | 2024-09-17T13:26:26.569Z | Downloaded adler v1.0.2 |
1083 | 2024-09-17T13:26:26.572Z | Downloaded hickory-client v0.24.1 |
1084 | 2024-09-17T13:26:26.574Z | Downloaded ciborium-io v0.2.2 |
1085 | 2024-09-17T13:26:26.574Z | Downloaded cfg_aliases v0.1.1 |
1086 | 2024-09-17T13:26:26.574Z | Downloaded bitstruct_derive v0.1.0 |
1087 | 2024-09-17T13:26:26.658Z | Downloaded libsqlite3-sys v0.28.0 |
1088 | 2024-09-17T13:26:26.735Z | Downloaded ring v0.16.20 |
1089 | 2024-09-17T13:26:26.933Z | Compiling serde v1.0.208 |
1090 | 2024-09-17T13:26:26.936Z | Compiling typenum v1.17.0 |
1091 | 2024-09-17T13:26:26.936Z | Compiling generic-array v0.14.7 |
1092 | 2024-09-17T13:26:26.936Z | Compiling lock_api v0.4.12 |
1093 | 2024-09-17T13:26:26.937Z | Compiling scopeguard v1.2.0 |
1094 | 2024-09-17T13:26:27.113Z | Compiling syn v2.0.74 |
1095 | 2024-09-17T13:26:27.122Z | Compiling getrandom v0.2.14 |
1096 | 2024-09-17T13:26:27.122Z | Compiling value-bag v1.9.0 |
1097 | 2024-09-17T13:26:27.288Z | Compiling const-oid v0.9.6 |
1098 | 2024-09-17T13:26:27.390Z | Compiling rand_core v0.6.4 |
1099 | 2024-09-17T13:26:27.639Z | Compiling log v0.4.21 |
1100 | 2024-09-17T13:26:27.659Z | Compiling subtle v2.5.0 |
1101 | 2024-09-17T13:26:27.808Z | Compiling jobserver v0.1.32 |
1102 | 2024-09-17T13:26:27.959Z | Compiling smallvec v1.13.2 |
1103 | 2024-09-17T13:26:28.023Z | Compiling pin-project-lite v0.2.14 |
1104 | 2024-09-17T13:26:28.120Z | Compiling parking_lot_core v0.9.10 |
1105 | 2024-09-17T13:26:28.143Z | Compiling signal-hook-registry v1.4.2 |
1106 | 2024-09-17T13:26:28.353Z | Compiling cc v1.0.97 |
1107 | 2024-09-17T13:26:28.561Z | Compiling mio v1.0.2 |
1108 | 2024-09-17T13:26:28.808Z | Compiling socket2 v0.5.7 |
1109 | 2024-09-17T13:26:29.104Z | Compiling parking_lot v0.12.2 |
1110 | 2024-09-17T13:26:29.384Z | Compiling ahash v0.8.11 |
1111 | 2024-09-17T13:26:29.412Z | Compiling futures-core v0.3.30 |
1112 | 2024-09-17T13:26:29.693Z | Compiling futures-sink v0.3.30 |
1113 | 2024-09-17T13:26:29.788Z | Compiling cpufeatures v0.2.12 |
1114 | 2024-09-17T13:26:29.896Z | Compiling slab v0.4.9 |
1115 | 2024-09-17T13:26:29.914Z | Compiling allocator-api2 v0.2.18 |
1116 | 2024-09-17T13:26:29.942Z | Compiling spin v0.9.8 |
1117 | 2024-09-17T13:26:30.028Z | Compiling tinyvec_macros v0.1.1 |
1118 | 2024-09-17T13:26:30.075Z | Compiling futures-channel v0.3.30 |
1119 | 2024-09-17T13:26:30.125Z | Compiling tinyvec v1.6.0 |
1120 | 2024-09-17T13:26:30.144Z | Compiling pin-utils v0.1.0 |
1121 | 2024-09-17T13:26:30.246Z | Compiling base64ct v1.6.0 |
1122 | 2024-09-17T13:26:30.352Z | Compiling libm v0.2.8 |
1123 | 2024-09-17T13:26:30.510Z | Compiling serde_json v1.0.125 |
1124 | 2024-09-17T13:26:30.668Z | Compiling futures-io v0.3.30 |
1125 | 2024-09-17T13:26:30.730Z | Compiling futures-task v0.3.30 |
1126 | 2024-09-17T13:26:30.785Z | Compiling pem-rfc7468 v0.7.0 |
1127 | 2024-09-17T13:26:30.892Z | Compiling num-traits v0.2.19 |
1128 | 2024-09-17T13:26:30.915Z | Compiling flagset v0.4.5 |
1129 | 2024-09-17T13:26:31.005Z | Compiling unicode-bidi v0.3.15 |
1130 | 2024-09-17T13:26:31.129Z | Compiling tracing-core v0.1.32 |
1131 | 2024-09-17T13:26:31.443Z | Compiling vcpkg v0.2.15 |
1132 | 2024-09-17T13:26:31.567Z | Compiling pkg-config v0.3.30 |
1133 | 2024-09-17T13:26:31.742Z | Compiling unicode-normalization v0.1.23 |
1134 | 2024-09-17T13:26:32.658Z | Compiling percent-encoding v2.3.1 |
1135 | 2024-09-17T13:26:32.658Z | Compiling httparse v1.8.0 |
1136 | 2024-09-17T13:26:32.774Z | Compiling ring v0.17.8 |
1137 | 2024-09-17T13:26:33.022Z | Compiling ppv-lite86 v0.2.17 |
1138 | 2024-09-17T13:26:33.053Z | Compiling try-lock v0.2.5 |
1139 | 2024-09-17T13:26:33.163Z | Compiling untrusted v0.9.0 |
1140 | 2024-09-17T13:26:33.203Z | Compiling rustix v0.38.34 |
1141 | 2024-09-17T13:26:33.222Z | Compiling want v0.3.1 |
1142 | 2024-09-17T13:26:33.505Z | Compiling powerfmt v0.2.0 |
1143 | 2024-09-17T13:26:33.808Z | Compiling rand_chacha v0.3.1 |
1144 | 2024-09-17T13:26:33.843Z | Compiling openssl-sys v0.9.103 |
1145 | 2024-09-17T13:26:33.889Z | Compiling httpdate v1.0.3 |
1146 | 2024-09-17T13:26:34.085Z | Compiling rustversion v1.0.17 |
1147 | 2024-09-17T13:26:34.158Z | Compiling time-core v0.1.2 |
1148 | 2024-09-17T13:26:34.334Z | Compiling rand v0.8.5 |
1149 | 2024-09-17T13:26:34.389Z | Compiling foreign-types-shared v0.1.1 |
1150 | 2024-09-17T13:26:34.494Z | Compiling num-conv v0.1.0 |
1151 | 2024-09-17T13:26:34.694Z | Compiling openssl v0.10.66 |
1152 | 2024-09-17T13:26:34.753Z | Compiling tower-service v0.3.2 |
1153 | 2024-09-17T13:26:34.874Z | Compiling time-macros v0.2.18 |
1154 | 2024-09-17T13:26:34.893Z | Compiling foreign-types v0.3.2 |
1155 | 2024-09-17T13:26:34.974Z | Compiling deranged v0.3.11 |
1156 | 2024-09-17T13:26:35.121Z | Compiling form_urlencoded v1.2.1 |
1157 | 2024-09-17T13:26:35.449Z | Compiling aho-corasick v1.1.3 |
1158 | 2024-09-17T13:26:36.189Z | Compiling rustls v0.21.12 |
1159 | 2024-09-17T13:26:36.216Z | Compiling regex-syntax v0.8.4 |
1160 | 2024-09-17T13:26:36.324Z | Compiling siphasher v0.3.11 |
1161 | 2024-09-17T13:26:36.455Z | Compiling num_threads v0.1.7 |
1162 | 2024-09-17T13:26:36.582Z | Compiling syn v1.0.109 |
1163 | 2024-09-17T13:26:36.707Z | Compiling crossbeam-utils v0.8.19 |
1164 | 2024-09-17T13:26:36.901Z | Compiling native-tls v0.2.11 |
1165 | 2024-09-17T13:26:37.306Z | Compiling idna v0.5.0 |
1166 | 2024-09-17T13:26:37.374Z | Compiling socket2 v0.4.10 |
1167 | 2024-09-17T13:26:38.160Z | Compiling time v0.3.36 |
1168 | 2024-09-17T13:26:38.266Z | Compiling cookie v0.17.0 |
1169 | 2024-09-17T13:26:38.565Z | Compiling iana-time-zone v0.1.60 |
1170 | 2024-09-17T13:26:38.671Z | Compiling openssl-probe v0.1.5 |
1171 | 2024-09-17T13:26:38.822Z | Compiling finl_unicode v1.2.0 |
1172 | 2024-09-17T13:26:39.036Z | Compiling slog v2.7.0 |
1173 | 2024-09-17T13:26:39.146Z | Compiling url v2.5.2 |
1174 | 2024-09-17T13:26:39.420Z | Compiling stringprep v0.1.4 |
1175 | 2024-09-17T13:26:40.650Z | Compiling regex-automata v0.4.6 |
1176 | 2024-09-17T13:26:40.968Z | Compiling num-integer v0.1.46 |
1177 | 2024-09-17T13:26:41.011Z | Compiling idna v0.3.0 |
1178 | 2024-09-17T13:26:41.747Z | Compiling backtrace v0.3.71 |
1179 | 2024-09-17T13:26:41.959Z | Compiling serde_derive v1.0.208 |
1180 | 2024-09-17T13:26:42.228Z | Compiling zeroize_derive v1.4.2 |
1181 | 2024-09-17T13:26:42.654Z | Compiling zerocopy-derive v0.7.34 |
1182 | 2024-09-17T13:26:42.815Z | Compiling tokio-macros v2.4.0 |
1183 | 2024-09-17T13:26:43.572Z | Compiling futures-macro v0.3.30 |
1184 | 2024-09-17T13:26:43.879Z | Compiling der_derive v0.7.2 |
1185 | 2024-09-17T13:26:43.914Z | Compiling zeroize v1.8.1 |
1186 | 2024-09-17T13:26:44.590Z | Compiling thiserror-impl v1.0.63 |
1187 | 2024-09-17T13:26:44.985Z | Compiling zerocopy v0.7.34 |
1188 | 2024-09-17T13:26:45.654Z | Compiling futures-util v0.3.30 |
1189 | 2024-09-17T13:26:45.760Z | Compiling crypto-common v0.1.6 |
1190 | 2024-09-17T13:26:45.993Z | Compiling block-buffer v0.10.4 |
1191 | 2024-09-17T13:26:46.256Z | Compiling digest v0.10.7 |
1192 | 2024-09-17T13:26:46.633Z | Compiling block-padding v0.3.3 |
1193 | 2024-09-17T13:26:46.761Z | Compiling hmac v0.12.1 |
1194 | 2024-09-17T13:26:46.887Z | Compiling inout v0.1.3 |
1195 | 2024-09-17T13:26:47.011Z | Compiling sha2 v0.10.8 |
1196 | 2024-09-17T13:26:47.176Z | Compiling hashbrown v0.14.5 |
1197 | 2024-09-17T13:26:47.235Z | Compiling cipher v0.4.4 |
1198 | 2024-09-17T13:26:47.769Z | Compiling der v0.7.9 |
1199 | 2024-09-17T13:26:47.998Z | Compiling thiserror v1.0.63 |
1200 | 2024-09-17T13:26:48.152Z | Compiling salsa20 v0.10.2 |
1201 | 2024-09-17T13:26:48.378Z | Compiling pbkdf2 v0.12.2 |
1202 | 2024-09-17T13:26:48.550Z | Compiling tracing-attributes v0.1.27 |
1203 | 2024-09-17T13:26:48.631Z | Compiling scrypt v0.11.0 |
1204 | 2024-09-17T13:26:49.299Z | Compiling aes v0.8.4 |
1205 | 2024-09-17T13:26:50.686Z | Compiling spki v0.7.3 |
1206 | 2024-09-17T13:26:51.080Z | Compiling cbc v0.1.2 |
1207 | 2024-09-17T13:26:51.183Z | Compiling pest v2.7.10 |
1208 | 2024-09-17T13:26:51.295Z | Compiling pkcs5 v0.7.1 |
1209 | 2024-09-17T13:26:52.059Z | Compiling pkcs8 v0.10.2 |
1210 | 2024-09-17T13:26:52.132Z | Compiling scroll_derive v0.12.0 |
1211 | 2024-09-17T13:26:52.449Z | Compiling tracing v0.1.40 |
1212 | 2024-09-17T13:26:52.509Z | Compiling openssl-macros v0.1.1 |
1213 | 2024-09-17T13:26:52.852Z | Compiling signature v2.2.0 |
1214 | 2024-09-17T13:26:52.983Z | Compiling rustls-webpki v0.101.7 |
1215 | 2024-09-17T13:26:53.133Z | Compiling sct v0.7.1 |
1216 | 2024-09-17T13:26:53.291Z | Compiling md-5 v0.10.6 |
1217 | 2024-09-17T13:26:53.450Z | Compiling pin-project-internal v1.1.5 |
1218 | 2024-09-17T13:26:53.553Z | Compiling lazy_static v1.5.0 |
1219 | 2024-09-17T13:26:53.642Z | Compiling scroll v0.12.0 |
1220 | 2024-09-17T13:26:53.676Z | Compiling ff v0.13.0 |
1221 | 2024-09-17T13:26:53.723Z | Compiling pest_meta v2.7.10 |
1222 | 2024-09-17T13:26:54.199Z | Compiling goblin v0.8.2 |
1223 | 2024-09-17T13:26:54.283Z | Compiling hash32 v0.2.1 |
1224 | 2024-09-17T13:26:54.688Z | Compiling adler v1.0.2 |
1225 | 2024-09-17T13:26:54.923Z | Compiling smoltcp v0.9.1 |
1226 | 2024-09-17T13:26:54.994Z | Compiling crc32fast v1.4.0 |
1227 | 2024-09-17T13:26:55.517Z | Compiling pest_generator v2.7.10 |
1228 | 2024-09-17T13:26:55.541Z | Compiling psl-types v2.0.11 |
1229 | 2024-09-17T13:26:55.688Z | Compiling fallible-iterator v0.2.0 |
1230 | 2024-09-17T13:26:55.721Z | Compiling base16ct v0.2.0 |
1231 | 2024-09-17T13:26:56.053Z | Compiling num-bigint-dig v0.8.4 |
1232 | 2024-09-17T13:26:56.358Z | Compiling gimli v0.28.1 |
1233 | 2024-09-17T13:26:56.379Z | Compiling atomic-waker v1.1.2 |
1234 | 2024-09-17T13:26:56.570Z | Compiling stable_deref_trait v1.2.0 |
1235 | 2024-09-17T13:26:56.639Z | Compiling bytes v1.7.1 |
1236 | 2024-09-17T13:26:56.675Z | Compiling indexmap v2.4.0 |
1237 | 2024-09-17T13:26:57.021Z | Compiling bitflags v2.6.0 |
1238 | 2024-09-17T13:26:57.537Z | Compiling semver v1.0.23 |
1239 | 2024-09-17T13:26:57.989Z | Compiling tokio v1.39.3 |
1240 | 2024-09-17T13:26:58.143Z | Compiling rustc_version v0.4.0 |
1241 | 2024-09-17T13:26:58.304Z | Compiling http v0.2.12 |
1242 | 2024-09-17T13:26:58.851Z | Compiling pest_derive v2.7.10 |
1243 | 2024-09-17T13:26:59.699Z | Compiling dtrace-parser v0.2.0 |
1244 | 2024-09-17T13:27:00.662Z | Compiling dof v0.3.0 |
1245 | 2024-09-17T13:27:00.921Z | Compiling http-body v0.4.6 |
1246 | 2024-09-17T13:27:01.403Z | Compiling heapless v0.7.17 |
1247 | 2024-09-17T13:27:01.499Z | Compiling http v1.1.0 |
1248 | 2024-09-17T13:27:01.907Z | Compiling uuid v1.10.0 |
1249 | 2024-09-17T13:27:03.028Z | Compiling usdt-impl v0.5.0 |
1250 | 2024-09-17T13:27:03.190Z | Compiling curve25519-dalek v4.1.3 |
1251 | 2024-09-17T13:27:03.443Z | Compiling serde_spanned v0.6.7 |
1252 | 2024-09-17T13:27:03.685Z | Compiling toml_datetime v0.6.8 |
1253 | 2024-09-17T13:27:03.843Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2024-09-17T13:27:04.047Z | Compiling chrono v0.4.38 |
1255 | 2024-09-17T13:27:04.237Z | Compiling signal-hook v0.3.17 |
1256 | 2024-09-17T13:27:04.411Z | Compiling base64 v0.22.1 |
1257 | 2024-09-17T13:27:04.545Z | Compiling http-body v1.0.0 |
1258 | 2024-09-17T13:27:04.683Z | Compiling terminal_size v0.3.0 |
1259 | 2024-09-17T13:27:04.756Z | Compiling addr2line v0.21.0 |
1260 | 2024-09-17T13:27:04.777Z | Compiling pin-project v1.1.5 |
1261 | 2024-09-17T13:27:04.897Z | Compiling postgres-protocol v0.6.7 |
1262 | 2024-09-17T13:27:04.921Z | Compiling sec1 v0.7.3 |
1263 | 2024-09-17T13:27:05.167Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-09-17T13:27:05.456Z | Compiling hubpack_derive v0.1.1 |
1265 | 2024-09-17T13:27:05.505Z | Compiling miniz_oxide v0.7.2 |
1266 | 2024-09-17T13:27:05.524Z | Compiling group v0.13.0 |
1267 | 2024-09-17T13:27:05.779Z | Compiling hkdf v0.12.4 |
1268 | 2024-09-17T13:27:05.850Z | Compiling crypto-bigint v0.5.5 |
1269 | 2024-09-17T13:27:06.059Z | Compiling zerocopy-derive v0.6.6 |
1270 | 2024-09-17T13:27:06.226Z | Compiling async-trait v0.1.82 |
1271 | 2024-09-17T13:27:06.284Z | Compiling curve25519-dalek-derive v0.1.1 |
1272 | 2024-09-17T13:27:06.390Z | Compiling tokio-util v0.7.11 |
1273 | 2024-09-17T13:27:07.789Z | Compiling h2 v0.3.26 |
1274 | 2024-09-17T13:27:07.823Z | Compiling h2 v0.4.6 |
1275 | 2024-09-17T13:27:07.876Z | Compiling tokio-rustls v0.24.1 |
1276 | 2024-09-17T13:27:08.279Z | Compiling num-iter v0.1.45 |
1277 | 2024-09-17T13:27:08.896Z | Compiling tokio-native-tls v0.3.1 |
1278 | 2024-09-17T13:27:09.202Z | Compiling phf_shared v0.11.2 |
1279 | 2024-09-17T13:27:09.603Z | Compiling serde_derive_internals v0.29.1 |
1280 | 2024-09-17T13:27:09.696Z | Compiling object v0.32.2 |
1281 | 2024-09-17T13:27:10.023Z | Compiling fs-err v2.11.0 |
1282 | 2024-09-17T13:27:10.326Z | Compiling either v1.13.0 |
1283 | 2024-09-17T13:27:10.761Z | Compiling base64 v0.21.7 |
1284 | 2024-09-17T13:27:10.785Z | Compiling schemars v0.8.21 |
1285 | 2024-09-17T13:27:11.147Z | Compiling ipnet v2.9.0 |
1286 | 2024-09-17T13:27:11.525Z | Compiling rustc-demangle v0.1.24 |
1287 | 2024-09-17T13:27:12.215Z | Compiling adler2 v2.0.0 |
1288 | 2024-09-17T13:27:12.387Z | Compiling winnow v0.5.40 |
1289 | 2024-09-17T13:27:12.430Z | Compiling anyhow v1.0.86 |
1290 | 2024-09-17T13:27:12.513Z | Compiling tower-layer v0.3.2 |
1291 | 2024-09-17T13:27:12.557Z | Compiling managed v0.8.0 |
1292 | 2024-09-17T13:27:12.798Z | Compiling bitflags v1.3.2 |
1293 | 2024-09-17T13:27:12.907Z | Compiling tower v0.4.13 |
1294 | 2024-09-17T13:27:13.297Z | Compiling schemars_derive v0.8.21 |
1295 | 2024-09-17T13:27:13.519Z | Compiling miniz_oxide v0.8.0 |
1296 | 2024-09-17T13:27:13.773Z | Compiling rustls-pemfile v1.0.4 |
1297 | 2024-09-17T13:27:14.275Z | Compiling clap_builder v4.5.15 |
1298 | 2024-09-17T13:27:15.118Z | Compiling hyper v0.14.30 |
1299 | 2024-09-17T13:27:15.159Z | Compiling hyper v1.4.1 |
1300 | 2024-09-17T13:27:16.305Z | Compiling toml_edit v0.19.15 |
1301 | 2024-09-17T13:27:17.269Z | Compiling phf v0.11.2 |
1302 | 2024-09-17T13:27:17.558Z | Compiling elliptic-curve v0.13.8 |
1303 | 2024-09-17T13:27:18.468Z | Compiling cookie_store v0.20.0 |
1304 | 2024-09-17T13:27:18.768Z | Compiling zerocopy v0.6.6 |
1305 | 2024-09-17T13:27:19.674Z | Compiling hubpack v0.1.2 |
1306 | 2024-09-17T13:27:20.069Z | Compiling postgres-types v0.2.7 |
1307 | 2024-09-17T13:27:20.397Z | Compiling usdt-macro v0.5.0 |
1308 | 2024-09-17T13:27:20.460Z | Compiling usdt-attr-macro v0.5.0 |
1309 | 2024-09-17T13:27:21.930Z | Compiling serde_urlencoded v0.7.1 |
1310 | 2024-09-17T13:27:22.162Z | Compiling serde-big-array v0.5.1 |
1311 | 2024-09-17T13:27:22.405Z | Compiling hyper-rustls v0.24.2 |
1312 | 2024-09-17T13:27:22.475Z | Compiling hyper-tls v0.5.0 |
1313 | 2024-09-17T13:27:22.557Z | Compiling ed25519 v2.2.3 |
1314 | 2024-09-17T13:27:22.840Z | Compiling pkcs1 v0.7.5 |
1315 | 2024-09-17T13:27:22.909Z | Compiling futures-executor v0.3.30 |
1316 | 2024-09-17T13:27:23.420Z | Compiling rfc6979 v0.4.0 |
1317 | 2024-09-17T13:27:23.621Z | Compiling bstr v1.9.1 |
1318 | 2024-09-17T13:27:23.849Z | Compiling regex v1.10.6 |
1319 | 2024-09-17T13:27:23.927Z | Compiling clap_derive v4.5.13 |
1320 | 2024-09-17T13:27:24.522Z | Compiling serde_repr v0.1.19 |
1321 | 2024-09-17T13:27:24.736Z | Compiling enum-as-inner v0.6.0 |
1322 | 2024-09-17T13:27:25.007Z | Compiling strum_macros v0.25.3 |
1323 | 2024-09-17T13:27:25.465Z | Compiling phf_shared v0.10.0 |
1324 | 2024-09-17T13:27:25.482Z | Compiling float-cmp v0.9.0 |
1325 | 2024-09-17T13:27:25.723Z | Compiling idna v0.4.0 |
1326 | 2024-09-17T13:27:25.742Z | Compiling mio v0.8.11 |
1327 | 2024-09-17T13:27:25.838Z | Compiling encoding_rs v0.8.34 |
1328 | 2024-09-17T13:27:25.858Z | Compiling sync_wrapper v0.1.2 |
1329 | 2024-09-17T13:27:25.988Z | Compiling dyn-clone v1.0.17 |
1330 | 2024-09-17T13:27:26.201Z | Compiling precomputed-hash v0.1.1 |
1331 | 2024-09-17T13:27:26.321Z | Compiling webpki-roots v0.25.4 |
1332 | 2024-09-17T13:27:26.486Z | Compiling whoami v1.5.1 |
1333 | 2024-09-17T13:27:26.972Z | Compiling data-encoding v2.6.0 |
1334 | 2024-09-17T13:27:27.134Z | Compiling unicode-segmentation v1.11.0 |
1335 | 2024-09-17T13:27:27.312Z | Compiling static_assertions v1.1.0 |
1336 | 2024-09-17T13:27:27.416Z | Compiling fixedbitset v0.4.2 |
1337 | 2024-09-17T13:27:27.754Z | Compiling minimal-lexical v0.2.1 |
1338 | 2024-09-17T13:27:27.901Z | Compiling predicates-core v1.0.6 |
1339 | 2024-09-17T13:27:28.006Z | Compiling mime v0.3.17 |
1340 | 2024-09-17T13:27:28.269Z | Compiling new_debug_unreachable v1.0.6 |
1341 | 2024-09-17T13:27:28.272Z | Compiling difflib v0.4.0 |
1342 | 2024-09-17T13:27:28.368Z | Compiling normalize-line-endings v0.3.0 |
1343 | 2024-09-17T13:27:28.495Z | Compiling bit-vec v0.6.3 |
1344 | 2024-09-17T13:27:28.607Z | Compiling string_cache v0.8.7 |
1345 | 2024-09-17T13:27:28.967Z | Compiling bit-set v0.5.3 |
1346 | 2024-09-17T13:27:29.104Z | Compiling clap v4.5.16 |
1347 | 2024-09-17T13:27:29.125Z | Compiling predicates v3.1.2 |
1348 | 2024-09-17T13:27:29.164Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
1349 | 2024-09-17T13:27:29.231Z | Compiling reqwest v0.11.27 |
1350 | 2024-09-17T13:27:29.256Z | Compiling console v0.15.8 |
1351 | 2024-09-17T13:27:29.457Z | Compiling toml_edit v0.22.20 |
1352 | 2024-09-17T13:27:29.936Z | Compiling nom v7.1.3 |
1353 | 2024-09-17T13:27:30.434Z | Compiling similar v2.6.0 |
1354 | 2024-09-17T13:27:30.840Z | Compiling petgraph v0.6.5 |
1355 | 2024-09-17T13:27:30.887Z | Compiling hickory-proto v0.24.1 |
1356 | 2024-09-17T13:27:32.928Z | Compiling tokio-postgres v0.7.11 |
1357 | 2024-09-17T13:27:33.718Z | Compiling signal-hook-mio v0.2.4 |
1358 | 2024-09-17T13:27:33.926Z | Compiling usdt v0.5.0 |
1359 | 2024-09-17T13:27:34.507Z | Compiling ecdsa v0.16.9 |
1360 | 2024-09-17T13:27:35.031Z | Compiling rsa v0.9.6 |
1361 | 2024-09-17T13:27:35.380Z | Compiling futures v0.3.30 |
1362 | 2024-09-17T13:27:35.501Z | Compiling ed25519-dalek v2.1.1 |
1363 | 2024-09-17T13:27:36.340Z | Compiling flate2 v1.0.33 |
1364 | 2024-09-17T13:27:36.855Z | Compiling toml v0.7.8 |
1365 | 2024-09-17T13:27:37.331Z | Compiling hyper-util v0.1.7 |
1366 | 2024-09-17T13:27:38.569Z | Compiling itertools v0.10.5 |
1367 | 2024-09-17T13:27:38.626Z | Compiling itertools v0.12.1 |
1368 | 2024-09-17T13:27:38.831Z | Compiling tokio-stream v0.1.15 |
1369 | 2024-09-17T13:27:39.000Z | Compiling openapiv3 v2.0.0 |
1370 | 2024-09-17T13:27:39.947Z | Compiling hex v0.4.3 |
1371 | 2024-09-17T13:27:40.391Z | Compiling x509-cert v0.2.5 |
1372 | 2024-09-17T13:27:40.538Z | Compiling sha1 v0.10.6 |
1373 | 2024-09-17T13:27:40.977Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2024-09-17T13:27:41.455Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2024-09-17T13:27:41.519Z | Compiling lalrpop-util v0.19.12 |
1376 | 2024-09-17T13:27:41.748Z | Compiling unicode-xid v0.2.4 |
1377 | 2024-09-17T13:27:41.883Z | Compiling peg-runtime v0.8.3 |
1378 | 2024-09-17T13:27:41.902Z | Compiling dirs-next v2.0.0 |
1379 | 2024-09-17T13:27:41.933Z | Compiling thread_local v1.1.8 |
1380 | 2024-09-17T13:27:42.099Z | Compiling slog-async v2.8.0 |
1381 | 2024-09-17T13:27:42.140Z | Compiling term v0.7.0 |
1382 | 2024-09-17T13:27:42.509Z | Compiling xattr v1.3.1 |
1383 | 2024-09-17T13:27:42.557Z | Compiling strum_macros v0.26.4 |
1384 | 2024-09-17T13:27:42.742Z | Compiling crossbeam-channel v0.5.12 |
1385 | 2024-09-17T13:27:42.780Z | Compiling filetime v0.2.25 |
1386 | 2024-09-17T13:27:43.101Z | Compiling is-terminal v0.4.12 |
1387 | 2024-09-17T13:27:43.241Z | Compiling take_mut v0.2.2 |
1388 | 2024-09-17T13:27:43.411Z | Compiling slog-term v2.9.1 |
1389 | 2024-09-17T13:27:43.514Z | Compiling tar v0.4.41 |
1390 | 2024-09-17T13:27:43.689Z | Compiling camino v1.1.9 |
1391 | 2024-09-17T13:27:44.892Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1392 | 2024-09-17T13:27:45.897Z | Compiling strum v0.26.3 |
1393 | 2024-09-17T13:27:45.975Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1394 | 2024-09-17T13:27:51.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1395 | 2024-09-17T13:27:51.590Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1396 | 2024-09-17T13:27:51.638Z | Sep 17 13:27:50.615 INFO Starting download, target: Clickhouse |
1397 | 2024-09-17T13:27:51.638Z | Sep 17 13:27:50.615 INFO Starting download, target: Cockroach |
1398 | 2024-09-17T13:27:51.638Z | Sep 17 13:27:50.615 INFO Starting download, target: Console |
1399 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.615 INFO Starting download, target: DendriteOpenapi |
1400 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.615 INFO Starting download, target: DendriteStub |
1401 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.615 INFO Starting download, target: MaghemiteMgd |
1402 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.615 INFO Starting download, target: TransceiverControl |
1403 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.616 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1404 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.616 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1405 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.616 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1406 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.616 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1407 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.616 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1408 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.617 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1409 | 2024-09-17T13:27:51.641Z | Sep 17 13:27:50.617 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1410 | 2024-09-17T13:27:51.774Z | Sep 17 13:27:50.751 INFO Download complete, target: DendriteOpenapi |
1411 | 2024-09-17T13:27:52.007Z | Sep 17 13:27:50.980 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1412 | 2024-09-17T13:27:52.354Z | Sep 17 13:27:51.331 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1413 | 2024-09-17T13:27:52.375Z | Sep 17 13:27:51.352 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1414 | 2024-09-17T13:27:52.555Z | Sep 17 13:27:51.532 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1415 | 2024-09-17T13:27:52.843Z | Sep 17 13:27:51.819 INFO Download complete, target: TransceiverControl |
1416 | 2024-09-17T13:27:52.857Z | Sep 17 13:27:51.834 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1417 | 2024-09-17T13:27:52.857Z | Sep 17 13:27:51.834 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1418 | 2024-09-17T13:27:52.934Z | Sep 17 13:27:51.911 INFO Download complete, target: Console |
1419 | 2024-09-17T13:27:53.786Z | Sep 17 13:27:52.763 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1420 | 2024-09-17T13:27:55.533Z | Sep 17 13:27:54.510 INFO Download complete, target: DendriteStub |
1421 | 2024-09-17T13:27:55.729Z | Sep 17 13:27:54.705 INFO Download complete, target: MaghemiteMgd |
1422 | 2024-09-17T13:28:01.243Z | Sep 17 13:28:00.219 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1423 | 2024-09-17T13:28:01.588Z | Sep 17 13:28:00.557 INFO Checking that binary works, target: Cockroach |
1424 | 2024-09-17T13:28:01.787Z | Sep 17 13:28:00.760 INFO Download complete, target: Cockroach |
1425 | 2024-09-17T13:28:07.725Z | Sep 17 13:28:06.698 INFO Checking that binary works, target: Clickhouse |
1426 | 2024-09-17T13:28:07.891Z | Sep 17 13:28:06.866 INFO Download complete, target: Clickhouse |
1427 | 2024-09-17T13:28:07.898Z | All prerequisites installed successfully |
1428 | 2024-09-17T13:28:07.901Z | |
1429 | 2024-09-17T13:28:07.901Z | real 3:38.520358396 |
1430 | 2024-09-17T13:28:07.901Z | user 12:26.009260341 |
1431 | 2024-09-17T13:28:07.901Z | sys 2:34.892376052 |
1432 | 2024-09-17T13:28:07.901Z | trap 0.479872731 |
1433 | 2024-09-17T13:28:07.901Z | tflt 1.557242882 |
1434 | 2024-09-17T13:28:07.901Z | dflt 1.546022479 |
1435 | 2024-09-17T13:28:07.901Z | kflt 0.027781184 |
1436 | 2024-09-17T13:28:07.901Z | lock 24:13.935263377 |
1437 | 2024-09-17T13:28:07.901Z | slp 47:13.681959742 |
1438 | 2024-09-17T13:28:07.901Z | lat 46.724161792 |
1439 | 2024-09-17T13:28:07.901Z | stop 1:57.158730849 |
1440 | 2024-09-17T13:28:07.901Z | + ptime -m cargo xtask download softnpu |
1441 | 2024-09-17T13:28:08.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1442 | 2024-09-17T13:28:08.532Z | Running `target/debug/xtask download softnpu` |
1443 | 2024-09-17T13:28:09.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1444 | 2024-09-17T13:28:09.461Z | Running `target/debug/xtask-downloader softnpu` |
1445 | 2024-09-17T13:28:09.495Z | Sep 17 13:28:08.470 INFO Starting download, target: Softnpu |
1446 | 2024-09-17T13:28:09.497Z | Sep 17 13:28:08.470 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1447 | 2024-09-17T13:28:10.658Z | Sep 17 13:28:09.633 INFO Download complete, target: Softnpu |
1448 | 2024-09-17T13:28:10.662Z | |
1449 | 2024-09-17T13:28:10.662Z | real 2.757545377 |
1450 | 2024-09-17T13:28:10.662Z | user 1.318106044 |
1451 | 2024-09-17T13:28:10.662Z | sys 0.597859010 |
1452 | 2024-09-17T13:28:10.662Z | trap 0.000266901 |
1453 | 2024-09-17T13:28:10.662Z | tflt 0.000056643 |
1454 | 2024-09-17T13:28:10.662Z | dflt 0.000004419 |
1455 | 2024-09-17T13:28:10.662Z | kflt 0.000000000 |
1456 | 2024-09-17T13:28:10.662Z | lock 12.327858631 |
1457 | 2024-09-17T13:28:10.662Z | slp 1.153401753 |
1458 | 2024-09-17T13:28:10.665Z | lat 0.074292305 |
1459 | 2024-09-17T13:28:10.665Z | stop 0.000444653 |
1460 | 2024-09-17T13:28:10.665Z | + export CARGO_INCREMENTAL=0 |
1461 | 2024-09-17T13:28:10.665Z | + CARGO_INCREMENTAL=0 |
1462 | 2024-09-17T13:28:10.665Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1463 | 2024-09-17T13:28:11.692Z | Compiling proc-macro2 v1.0.86 |
1464 | 2024-09-17T13:28:11.692Z | Compiling unicode-ident v1.0.12 |
1465 | 2024-09-17T13:28:11.695Z | Compiling libc v0.2.158 |
1466 | 2024-09-17T13:28:11.695Z | Compiling serde v1.0.208 |
1467 | 2024-09-17T13:28:11.695Z | Compiling version_check v0.9.5 |
1468 | 2024-09-17T13:28:11.695Z | Compiling autocfg v1.3.0 |
1469 | 2024-09-17T13:28:11.695Z | Compiling cfg-if v1.0.0 |
1470 | 2024-09-17T13:28:11.695Z | Compiling once_cell v1.19.0 |
1471 | 2024-09-17T13:28:12.050Z | Compiling typenum v1.17.0 |
1472 | 2024-09-17T13:28:12.076Z | Compiling memchr v2.7.2 |
1473 | 2024-09-17T13:28:12.418Z | Compiling parking_lot_core v0.9.10 |
1474 | 2024-09-17T13:28:12.515Z | Compiling generic-array v0.14.7 |
1475 | 2024-09-17T13:28:12.812Z | Compiling lock_api v0.4.12 |
1476 | 2024-09-17T13:28:12.829Z | Compiling ahash v0.8.11 |
1477 | 2024-09-17T13:28:12.967Z | Compiling byteorder v1.5.0 |
1478 | 2024-09-17T13:28:13.113Z | Compiling serde_json v1.0.125 |
1479 | 2024-09-17T13:28:13.182Z | Compiling libm v0.2.8 |
1480 | 2024-09-17T13:28:13.429Z | Compiling quote v1.0.36 |
1481 | 2024-09-17T13:28:13.452Z | Compiling num-traits v0.2.19 |
1482 | 2024-09-17T13:28:13.652Z | Compiling scopeguard v1.2.0 |
1483 | 2024-09-17T13:28:13.667Z | Compiling thiserror v1.0.63 |
1484 | 2024-09-17T13:28:13.813Z | Compiling syn v2.0.74 |
1485 | 2024-09-17T13:28:14.012Z | Compiling getrandom v0.2.14 |
1486 | 2024-09-17T13:28:14.098Z | Compiling jobserver v0.1.32 |
1487 | 2024-09-17T13:28:14.262Z | Compiling value-bag v1.9.0 |
1488 | 2024-09-17T13:28:14.333Z | Compiling itoa v1.0.11 |
1489 | 2024-09-17T13:28:14.492Z | Compiling cc v1.0.97 |
1490 | 2024-09-17T13:28:14.575Z | Compiling slab v0.4.9 |
1491 | 2024-09-17T13:28:14.825Z | Compiling log v0.4.21 |
1492 | 2024-09-17T13:28:14.876Z | Compiling rand_core v0.6.4 |
1493 | 2024-09-17T13:28:14.960Z | Compiling allocator-api2 v0.2.18 |
1494 | 2024-09-17T13:28:15.409Z | Compiling semver v1.0.23 |
1495 | 2024-09-17T13:28:15.873Z | Compiling pin-project-lite v0.2.14 |
1496 | 2024-09-17T13:28:16.009Z | Compiling smallvec v1.13.2 |
1497 | 2024-09-17T13:28:16.089Z | Compiling equivalent v1.0.1 |
1498 | 2024-09-17T13:28:16.190Z | Compiling const-oid v0.9.6 |
1499 | 2024-09-17T13:28:16.206Z | Compiling subtle v2.5.0 |
1500 | 2024-09-17T13:28:16.508Z | Compiling signal-hook-registry v1.4.2 |
1501 | 2024-09-17T13:28:16.524Z | Compiling ryu v1.0.18 |
1502 | 2024-09-17T13:28:17.035Z | Compiling parking_lot v0.12.2 |
1503 | 2024-09-17T13:28:17.145Z | Compiling mio v1.0.2 |
1504 | 2024-09-17T13:28:17.464Z | Compiling socket2 v0.5.7 |
1505 | 2024-09-17T13:28:17.746Z | Compiling vcpkg v0.2.15 |
1506 | 2024-09-17T13:28:17.874Z | Compiling ring v0.17.8 |
1507 | 2024-09-17T13:28:18.026Z | Compiling schemars v0.8.21 |
1508 | 2024-09-17T13:28:18.187Z | Compiling pkg-config v0.3.30 |
1509 | 2024-09-17T13:28:18.873Z | Compiling spin v0.9.8 |
1510 | 2024-09-17T13:28:19.092Z | Compiling httparse v1.8.0 |
1511 | 2024-09-17T13:28:19.497Z | Compiling fnv v1.0.7 |
1512 | 2024-09-17T13:28:19.513Z | Compiling openssl-sys v0.9.103 |
1513 | 2024-09-17T13:28:19.781Z | Compiling futures-core v0.3.30 |
1514 | 2024-09-17T13:28:20.591Z | Compiling syn v1.0.109 |
1515 | 2024-09-17T13:28:21.204Z | Compiling heck v0.5.0 |
1516 | 2024-09-17T13:28:21.280Z | Compiling futures-sink v0.3.30 |
1517 | 2024-09-17T13:28:21.626Z | Compiling serde_derive_internals v0.29.1 |
1518 | 2024-09-17T13:28:21.847Z | Compiling cpufeatures v0.2.12 |
1519 | 2024-09-17T13:28:21.912Z | Compiling time-core v0.1.2 |
1520 | 2024-09-17T13:28:21.955Z | Compiling num-conv v0.1.0 |
1521 | 2024-09-17T13:28:22.249Z | Compiling openssl v0.10.66 |
1522 | 2024-09-17T13:28:22.252Z | Compiling time-macros v0.2.18 |
1523 | 2024-09-17T13:28:22.333Z | Compiling rustix v0.38.34 |
1524 | 2024-09-17T13:28:22.674Z | Compiling crossbeam-utils v0.8.19 |
1525 | 2024-09-17T13:28:22.690Z | Compiling futures-channel v0.3.30 |
1526 | 2024-09-17T13:28:23.092Z | Compiling iana-time-zone v0.1.60 |
1527 | 2024-09-17T13:28:23.186Z | Compiling rustls v0.21.12 |
1528 | 2024-09-17T13:28:23.233Z | Compiling tinyvec_macros v0.1.1 |
1529 | 2024-09-17T13:28:23.332Z | Compiling futures-task v0.3.30 |
1530 | 2024-09-17T13:28:23.429Z | Compiling pin-utils v0.1.0 |
1531 | 2024-09-17T13:28:23.475Z | Compiling native-tls v0.2.11 |
1532 | 2024-09-17T13:28:23.645Z | Compiling futures-io v0.3.30 |
1533 | 2024-09-17T13:28:23.672Z | Compiling tinyvec v1.6.0 |
1534 | 2024-09-17T13:28:24.285Z | Compiling base64ct v1.6.0 |
1535 | 2024-09-17T13:28:24.305Z | Compiling ucd-trie v0.1.6 |
1536 | 2024-09-17T13:28:24.810Z | Compiling pem-rfc7468 v0.7.0 |
1537 | 2024-09-17T13:28:24.841Z | Compiling backtrace v0.3.71 |
1538 | 2024-09-17T13:28:25.177Z | Compiling unicode-normalization v0.1.23 |
1539 | 2024-09-17T13:28:25.224Z | Compiling tracing-core v0.1.32 |
1540 | 2024-09-17T13:28:25.309Z | Compiling cookie v0.17.0 |
1541 | 2024-09-17T13:28:25.428Z | Compiling slog v2.7.0 |
1542 | 2024-09-17T13:28:25.609Z | Compiling flagset v0.4.5 |
1543 | 2024-09-17T13:28:25.832Z | Compiling unicode-bidi v0.3.15 |
1544 | 2024-09-17T13:28:25.888Z | Compiling aho-corasick v1.1.3 |
1545 | 2024-09-17T13:28:26.175Z | Compiling regex-syntax v0.8.4 |
1546 | 2024-09-17T13:28:27.121Z | Compiling serde_derive v1.0.208 |
1547 | 2024-09-17T13:28:27.121Z | Compiling zeroize_derive v1.4.2 |
1548 | 2024-09-17T13:28:27.570Z | Compiling zerocopy-derive v0.7.34 |
1549 | 2024-09-17T13:28:27.758Z | Compiling tokio-macros v2.4.0 |
1550 | 2024-09-17T13:28:28.567Z | Compiling thiserror-impl v1.0.63 |
1551 | 2024-09-17T13:28:29.249Z | Compiling zeroize v1.8.1 |
1552 | 2024-09-17T13:28:29.483Z | Compiling zerocopy v0.7.34 |
1553 | 2024-09-17T13:28:30.136Z | Compiling futures-macro v0.3.30 |
1554 | 2024-09-17T13:28:31.280Z | Compiling crypto-common v0.1.6 |
1555 | 2024-09-17T13:28:31.477Z | Compiling tracing-attributes v0.1.27 |
1556 | 2024-09-17T13:28:31.701Z | Compiling hashbrown v0.14.5 |
1557 | 2024-09-17T13:28:32.180Z | Compiling der_derive v0.7.2 |
1558 | 2024-09-17T13:28:32.918Z | Compiling block-buffer v0.10.4 |
1559 | 2024-09-17T13:28:33.145Z | Compiling digest v0.10.7 |
1560 | 2024-09-17T13:28:33.163Z | Compiling schemars_derive v0.8.21 |
1561 | 2024-09-17T13:28:34.082Z | Compiling hmac v0.12.1 |
1562 | 2024-09-17T13:28:34.321Z | Compiling block-padding v0.3.3 |
1563 | 2024-09-17T13:28:34.354Z | Compiling openssl-macros v0.1.1 |
1564 | 2024-09-17T13:28:34.457Z | Compiling sha2 v0.10.8 |
1565 | 2024-09-17T13:28:34.766Z | Compiling inout v0.1.3 |
1566 | 2024-09-17T13:28:35.028Z | Compiling cipher v0.4.4 |
1567 | 2024-09-17T13:28:35.052Z | Compiling futures-util v0.3.30 |
1568 | 2024-09-17T13:28:35.242Z | Compiling scroll_derive v0.12.0 |
1569 | 2024-09-17T13:28:35.471Z | Compiling pest v2.7.10 |
1570 | 2024-09-17T13:28:36.024Z | Compiling tracing v0.1.40 |
1571 | 2024-09-17T13:28:36.622Z | Compiling der v0.7.9 |
1572 | 2024-09-17T13:28:36.932Z | Compiling salsa20 v0.10.2 |
1573 | 2024-09-17T13:28:37.173Z | Compiling pbkdf2 v0.12.2 |
1574 | 2024-09-17T13:28:37.624Z | Compiling regex-automata v0.4.6 |
1575 | 2024-09-17T13:28:38.398Z | Compiling pest_meta v2.7.10 |
1576 | 2024-09-17T13:28:39.764Z | Compiling pest_generator v2.7.10 |
1577 | 2024-09-17T13:28:39.928Z | Compiling spki v0.7.3 |
1578 | 2024-09-17T13:28:40.844Z | Compiling bytes v1.7.1 |
1579 | 2024-09-17T13:28:41.546Z | Compiling indexmap v2.4.0 |
1580 | 2024-09-17T13:28:42.154Z | Compiling rustc_version v0.4.0 |
1581 | 2024-09-17T13:28:42.374Z | Compiling tokio v1.39.3 |
1582 | 2024-09-17T13:28:43.147Z | Compiling uuid v1.10.0 |
1583 | 2024-09-17T13:28:43.270Z | Compiling bitflags v2.6.0 |
1584 | 2024-09-17T13:28:43.840Z | Compiling serde_tokenstream v0.2.2 |
1585 | 2024-09-17T13:28:44.443Z | Compiling chrono v0.4.38 |
1586 | 2024-09-17T13:28:44.922Z | Compiling toml_datetime v0.6.8 |
1587 | 2024-09-17T13:28:45.274Z | Compiling serde_spanned v0.6.7 |
1588 | 2024-09-17T13:28:45.373Z | Compiling http v0.2.12 |
1589 | 2024-09-17T13:28:45.926Z | Compiling winnow v0.5.40 |
1590 | 2024-09-17T13:28:47.825Z | Compiling untrusted v0.9.0 |
1591 | 2024-09-17T13:28:48.040Z | Compiling dyn-clone v1.0.17 |
1592 | 2024-09-17T13:28:48.273Z | Compiling anyhow v1.0.86 |
1593 | 2024-09-17T13:28:48.976Z | Compiling pest_derive v2.7.10 |
1594 | 2024-09-17T13:28:49.755Z | Compiling toml_edit v0.19.15 |
1595 | 2024-09-17T13:28:50.760Z | Compiling scrypt v0.11.0 |
1596 | 2024-09-17T13:28:51.282Z | Compiling tokio-util v0.7.11 |
1597 | 2024-09-17T13:28:53.189Z | Compiling aes v0.8.4 |
1598 | 2024-09-17T13:28:53.205Z | Compiling cbc v0.1.2 |
1599 | 2024-09-17T13:28:53.429Z | Compiling usdt-impl v0.5.0 |
1600 | 2024-09-17T13:28:53.479Z | Compiling rustversion v1.0.17 |
1601 | 2024-09-17T13:28:54.162Z | Compiling pkcs5 v0.7.1 |
1602 | 2024-09-17T13:28:54.351Z | Compiling heapless v0.7.17 |
1603 | 2024-09-17T13:28:54.413Z | Compiling scroll v0.12.0 |
1604 | 2024-09-17T13:28:55.285Z | Compiling heck v0.4.1 |
1605 | 2024-09-17T13:28:55.711Z | Compiling percent-encoding v2.3.1 |
1606 | 2024-09-17T13:28:55.973Z | Compiling plain v0.2.3 |
1607 | 2024-09-17T13:28:56.138Z | Compiling powerfmt v0.2.0 |
1608 | 2024-09-17T13:28:56.441Z | Compiling ppv-lite86 v0.2.17 |
1609 | 2024-09-17T13:28:56.766Z | Compiling deranged v0.3.11 |
1610 | 2024-09-17T13:28:57.085Z | Compiling goblin v0.8.2 |
1611 | 2024-09-17T13:28:57.209Z | Compiling rand_chacha v0.3.1 |
1612 | 2024-09-17T13:28:58.188Z | Compiling pkcs8 v0.10.2 |
1613 | 2024-09-17T13:28:58.851Z | Compiling regex v1.10.6 |
1614 | 2024-09-17T13:28:59.240Z | Compiling strsim v0.11.1 |
1615 | 2024-09-17T13:28:59.776Z | Compiling num_threads v0.1.7 |
1616 | 2024-09-17T13:28:59.909Z | Compiling pretty-hex v0.4.1 |
1617 | 2024-09-17T13:28:59.925Z | Compiling try-lock v0.2.5 |
1618 | 2024-09-17T13:29:00.105Z | Compiling crc32fast v1.4.0 |
1619 | 2024-09-17T13:29:00.123Z | Compiling want v0.3.1 |
1620 | 2024-09-17T13:29:00.334Z | Compiling time v0.3.36 |
1621 | 2024-09-17T13:29:00.553Z | Compiling rand v0.8.5 |
1622 | 2024-09-17T13:29:01.237Z | Compiling dtrace-parser v0.2.0 |
1623 | 2024-09-17T13:29:02.138Z | Compiling curve25519-dalek v4.1.3 |
1624 | 2024-09-17T13:29:02.563Z | Compiling pin-project-internal v1.1.5 |
1625 | 2024-09-17T13:29:03.050Z | Compiling dof v0.3.0 |
1626 | 2024-09-17T13:29:03.706Z | Compiling async-trait v0.1.82 |
1627 | 2024-09-17T13:29:04.160Z | Compiling socket2 v0.4.10 |
1628 | 2024-09-17T13:29:04.922Z | Compiling thread-id v4.2.1 |
1629 | 2024-09-17T13:29:05.423Z | Compiling num-bigint-dig v0.8.4 |
1630 | 2024-09-17T13:29:05.456Z | Compiling unicode-width v0.1.13 |
1631 | 2024-09-17T13:29:05.684Z | Compiling tower-service v0.3.2 |
1632 | 2024-09-17T13:29:05.728Z | Compiling httpdate v1.0.3 |
1633 | 2024-09-17T13:29:05.815Z | Compiling signal-hook v0.3.17 |
1634 | 2024-09-17T13:29:06.126Z | Compiling foreign-types-shared v0.1.1 |
1635 | 2024-09-17T13:29:06.163Z | Compiling smoltcp v0.9.1 |
1636 | 2024-09-17T13:29:06.241Z | Compiling foreign-types v0.3.2 |
1637 | 2024-09-17T13:29:06.847Z | Compiling form_urlencoded v1.2.1 |
1638 | 2024-09-17T13:29:07.863Z | Compiling errno v0.3.9 |
1639 | 2024-09-17T13:29:08.132Z | Compiling siphasher v0.3.11 |
1640 | 2024-09-17T13:29:09.267Z | Compiling rustls-webpki v0.101.7 |
1641 | 2024-09-17T13:29:09.344Z | Compiling sct v0.7.1 |
1642 | 2024-09-17T13:29:09.678Z | Compiling h2 v0.3.26 |
1643 | 2024-09-17T13:29:10.443Z | Compiling http-body v0.4.6 |
1644 | 2024-09-17T13:29:11.744Z | Compiling openapiv3 v2.0.0 |
1645 | 2024-09-17T13:29:12.142Z | Compiling http v1.1.0 |
1646 | 2024-09-17T13:29:13.448Z | Compiling hubpack_derive v0.1.1 |
1647 | 2024-09-17T13:29:13.558Z | Compiling signature v2.2.0 |
1648 | 2024-09-17T13:29:13.785Z | Compiling zerocopy-derive v0.6.6 |
1649 | 2024-09-17T13:29:14.332Z | Compiling curve25519-dalek-derive v0.1.1 |
1650 | 2024-09-17T13:29:14.570Z | Compiling idna v0.5.0 |
1651 | 2024-09-17T13:29:16.076Z | Compiling fs-err v2.11.0 |
1652 | 2024-09-17T13:29:16.121Z | Compiling anstyle v1.0.8 |
1653 | 2024-09-17T13:29:16.385Z | Compiling stable_deref_trait v1.2.0 |
1654 | 2024-09-17T13:29:16.496Z | Compiling openssl-probe v0.1.5 |
1655 | 2024-09-17T13:29:16.604Z | Compiling adler v1.0.2 |
1656 | 2024-09-17T13:29:16.620Z | Compiling finl_unicode v1.2.0 |
1657 | 2024-09-17T13:29:16.669Z | Compiling utf8parse v0.2.1 |
1658 | 2024-09-17T13:29:16.883Z | Compiling gimli v0.28.1 |
1659 | 2024-09-17T13:29:17.247Z | Compiling stringprep v0.1.4 |
1660 | 2024-09-17T13:29:18.217Z | Compiling hyper v0.14.30 |
1661 | 2024-09-17T13:29:22.172Z | Compiling addr2line v0.21.0 |
1662 | 2024-09-17T13:29:23.148Z | Compiling anstyle-parse v0.2.4 |
1663 | 2024-09-17T13:29:23.503Z | Compiling miniz_oxide v0.7.2 |
1664 | 2024-09-17T13:29:26.093Z | Compiling url v2.5.2 |
1665 | 2024-09-17T13:29:30.481Z | Compiling usdt-macro v0.5.0 |
1666 | 2024-09-17T13:29:31.864Z | Compiling usdt-attr-macro v0.5.0 |
1667 | 2024-09-17T13:29:33.516Z | Compiling md-5 v0.10.6 |
1668 | 2024-09-17T13:29:33.775Z | Compiling idna v0.3.0 |
1669 | 2024-09-17T13:29:35.322Z | Compiling lazy_static v1.5.0 |
1670 | 2024-09-17T13:29:35.456Z | Compiling num-integer v0.1.46 |
1671 | 2024-09-17T13:29:36.208Z | Compiling ff v0.13.0 |
1672 | 2024-09-17T13:29:36.517Z | Compiling hash32 v0.2.1 |
1673 | 2024-09-17T13:29:36.639Z | Compiling object v0.32.2 |
1674 | 2024-09-17T13:29:37.026Z | Compiling fallible-iterator v0.2.0 |
1675 | 2024-09-17T13:29:37.048Z | Compiling base64 v0.22.1 |
1676 | 2024-09-17T13:29:37.391Z | Compiling base16ct v0.2.0 |
1677 | 2024-09-17T13:29:37.667Z | Compiling anstyle-query v1.0.3 |
1678 | 2024-09-17T13:29:37.709Z | Compiling atomic-waker v1.1.2 |
1679 | 2024-09-17T13:29:37.756Z | Compiling psl-types v2.0.11 |
1680 | 2024-09-17T13:29:37.895Z | Compiling is_terminal_polyfill v1.70.0 |
1681 | 2024-09-17T13:29:37.955Z | Compiling colorchoice v1.0.1 |
1682 | 2024-09-17T13:29:38.120Z | Compiling rustc-demangle v0.1.24 |
1683 | 2024-09-17T13:29:38.306Z | Compiling anstream v0.6.14 |
1684 | 2024-09-17T13:29:38.962Z | Compiling publicsuffix v2.2.3 |
1685 | 2024-09-17T13:29:39.237Z | Compiling h2 v0.4.6 |
1686 | 2024-09-17T13:29:40.034Z | Compiling postgres-protocol v0.6.7 |
1687 | 2024-09-17T13:29:40.571Z | Compiling sec1 v0.7.3 |
1688 | 2024-09-17T13:29:42.796Z | Compiling group v0.13.0 |
1689 | 2024-09-17T13:29:42.892Z | Compiling num-iter v0.1.45 |
1690 | 2024-09-17T13:29:44.078Z | Compiling tokio-rustls v0.24.1 |
1691 | 2024-09-17T13:29:45.108Z | Compiling terminal_size v0.3.0 |
1692 | 2024-09-17T13:29:45.318Z | Compiling tokio-native-tls v0.3.1 |
1693 | 2024-09-17T13:29:47.022Z | Compiling http-body v1.0.0 |
1694 | 2024-09-17T13:29:47.266Z | Compiling phf_shared v0.11.2 |
1695 | 2024-09-17T13:29:47.574Z | Compiling pin-project v1.1.5 |
1696 | 2024-09-17T13:29:47.774Z | Compiling strum_macros v0.25.3 |
1697 | 2024-09-17T13:29:47.792Z | Compiling enum-as-inner v0.6.0 |
1698 | 2024-09-17T13:29:48.880Z | Compiling hkdf v0.12.4 |
1699 | 2024-09-17T13:29:49.116Z | Compiling regress v0.9.1 |
1700 | 2024-09-17T13:29:49.322Z | Compiling crypto-bigint v0.5.5 |
1701 | 2024-09-17T13:29:51.449Z | Compiling serde_repr v0.1.19 |
1702 | 2024-09-17T13:29:52.134Z | Compiling clap_derive v4.5.13 |
1703 | 2024-09-17T13:29:53.051Z | Compiling encoding_rs v0.8.34 |
1704 | 2024-09-17T13:29:54.520Z | Compiling mime v0.3.17 |
1705 | 2024-09-17T13:29:54.931Z | Compiling ipnet v2.9.0 |
1706 | 2024-09-17T13:29:55.650Z | Compiling bitflags v1.3.2 |
1707 | 2024-09-17T13:29:55.970Z | Compiling either v1.13.0 |
1708 | 2024-09-17T13:29:55.994Z | Compiling adler2 v2.0.0 |
1709 | 2024-09-17T13:29:56.200Z | Compiling managed v0.8.0 |
1710 | 2024-09-17T13:29:56.402Z | Compiling base64 v0.21.7 |
1711 | 2024-09-17T13:29:56.750Z | Compiling clap_lex v0.7.0 |
1712 | 2024-09-17T13:29:57.192Z | Compiling tower-layer v0.3.2 |
1713 | 2024-09-17T13:29:57.508Z | Compiling tower v0.4.13 |
1714 | 2024-09-17T13:29:57.544Z | Compiling clap_builder v4.5.15 |
1715 | 2024-09-17T13:29:58.360Z | Compiling rustls-pemfile v1.0.4 |
1716 | 2024-09-17T13:29:58.740Z | Compiling miniz_oxide v0.8.0 |
1717 | 2024-09-17T13:30:00.081Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1718 | 2024-09-17T13:30:02.735Z | Compiling elliptic-curve v0.13.8 |
1719 | 2024-09-17T13:30:04.948Z | Compiling phf v0.11.2 |
1720 | 2024-09-17T13:30:05.722Z | Compiling hyper v1.4.1 |
1721 | 2024-09-17T13:30:05.761Z | Compiling hyper-tls v0.5.0 |
1722 | 2024-09-17T13:30:05.901Z | Compiling hyper-rustls v0.24.2 |
1723 | 2024-09-17T13:30:06.119Z | Compiling cookie_store v0.20.0 |
1724 | 2024-09-17T13:30:06.251Z | Compiling postgres-types v0.2.7 |
1725 | 2024-09-17T13:30:07.474Z | Compiling zerocopy v0.6.6 |
1726 | 2024-09-17T13:30:07.525Z | Compiling hubpack v0.1.2 |
1727 | 2024-09-17T13:30:07.542Z | Compiling ed25519 v2.2.3 |
1728 | 2024-09-17T13:30:07.674Z | Compiling phf_shared v0.10.0 |
1729 | 2024-09-17T13:30:07.953Z | Compiling crossbeam-epoch v0.9.18 |
1730 | 2024-09-17T13:30:07.976Z | Compiling serde_urlencoded v0.7.1 |
1731 | 2024-09-17T13:30:08.312Z | Compiling pkcs1 v0.7.5 |
1732 | 2024-09-17T13:30:08.682Z | Compiling bstr v1.9.1 |
1733 | 2024-09-17T13:30:09.140Z | Compiling futures-executor v0.3.30 |
1734 | 2024-09-17T13:30:09.594Z | Compiling serde-big-array v0.5.1 |
1735 | 2024-09-17T13:30:09.613Z | Compiling rfc6979 v0.4.0 |
1736 | 2024-09-17T13:30:09.811Z | Compiling idna v0.4.0 |
1737 | 2024-09-17T13:30:09.900Z | Compiling float-cmp v0.9.0 |
1738 | 2024-09-17T13:30:10.131Z | Compiling mio v0.8.11 |
1739 | 2024-09-17T13:30:10.146Z | Compiling memmap v0.7.0 |
1740 | 2024-09-17T13:30:10.279Z | Compiling precomputed-hash v0.1.1 |
1741 | 2024-09-17T13:30:10.400Z | Compiling sync_wrapper v0.1.2 |
1742 | 2024-09-17T13:30:10.439Z | Compiling data-encoding v2.6.0 |
1743 | 2024-09-17T13:30:10.529Z | Compiling bit-vec v0.6.3 |
1744 | 2024-09-17T13:30:10.967Z | Compiling difflib v0.4.0 |
1745 | 2024-09-17T13:30:11.194Z | Compiling whoami v1.5.1 |
1746 | 2024-09-17T13:30:11.217Z | Compiling winnow v0.6.18 |
1747 | 2024-09-17T13:30:12.122Z | Compiling unicode-segmentation v1.11.0 |
1748 | 2024-09-17T13:30:12.225Z | Compiling normalize-line-endings v0.3.0 |
1749 | 2024-09-17T13:30:12.251Z | Compiling fixedbitset v0.4.2 |
1750 | 2024-09-17T13:30:12.342Z | Compiling minimal-lexical v0.2.1 |
1751 | 2024-09-17T13:30:12.359Z | Compiling webpki-roots v0.25.4 |
1752 | 2024-09-17T13:30:12.656Z | Compiling predicates-core v1.0.6 |
1753 | 2024-09-17T13:30:12.950Z | Compiling static_assertions v1.1.0 |
1754 | 2024-09-17T13:30:12.985Z | Compiling new_debug_unreachable v1.0.6 |
1755 | 2024-09-17T13:30:13.055Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
1756 | 2024-09-17T13:30:13.083Z | Compiling string_cache v0.8.7 |
1757 | 2024-09-17T13:30:13.562Z | Compiling predicates v3.1.2 |
1758 | 2024-09-17T13:30:13.689Z | Compiling similar v2.6.0 |
1759 | 2024-09-17T13:30:13.724Z | Compiling nom v7.1.3 |
1760 | 2024-09-17T13:30:14.281Z | Compiling reqwest v0.11.27 |
1761 | 2024-09-17T13:30:15.102Z | Compiling toml_edit v0.22.20 |
1762 | 2024-09-17T13:30:15.175Z | Compiling petgraph v0.6.5 |
1763 | 2024-09-17T13:30:15.483Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1764 | 2024-09-17T13:30:15.718Z | Compiling tokio-postgres v0.7.11 |
1765 | 2024-09-17T13:30:17.581Z | Compiling hickory-proto v0.24.1 |
1766 | 2024-09-17T13:30:19.258Z | Compiling bit-set v0.5.3 |
1767 | 2024-09-17T13:30:19.444Z | Compiling signal-hook-mio v0.2.4 |
1768 | 2024-09-17T13:30:19.557Z | Compiling usdt v0.5.0 |
1769 | 2024-09-17T13:30:19.761Z | Compiling ecdsa v0.16.9 |
1770 | 2024-09-17T13:30:20.011Z | Compiling futures v0.3.30 |
1771 | 2024-09-17T13:30:20.145Z | Compiling rsa v0.9.6 |
1772 | 2024-09-17T13:30:20.643Z | Compiling hyper-util v0.1.7 |
1773 | 2024-09-17T13:30:21.075Z | Compiling ed25519-dalek v2.1.1 |
1774 | 2024-09-17T13:30:21.991Z | Compiling flate2 v1.0.33 |
1775 | 2024-09-17T13:30:22.274Z | Compiling clap v4.5.16 |
1776 | 2024-09-17T13:30:22.532Z | Compiling itertools v0.10.5 |
1777 | 2024-09-17T13:30:22.899Z | Compiling itertools v0.12.1 |
1778 | 2024-09-17T13:30:23.143Z | Compiling console v0.15.8 |
1779 | 2024-09-17T13:30:24.426Z | Compiling toml v0.7.8 |
1780 | 2024-09-17T13:30:25.572Z | Compiling tokio-stream v0.1.15 |
1781 | 2024-09-17T13:30:25.706Z | Compiling hex v0.4.3 |
1782 | 2024-09-17T13:30:25.818Z | Compiling x509-cert v0.2.5 |
1783 | 2024-09-17T13:30:26.222Z | Compiling sha1 v0.10.6 |
1784 | 2024-09-17T13:30:26.425Z | Compiling camino v1.1.9 |
1785 | 2024-09-17T13:30:26.510Z | Compiling lalrpop-util v0.19.12 |
1786 | 2024-09-17T13:30:26.722Z | Compiling unicode-xid v0.2.4 |
1787 | 2024-09-17T13:30:26.904Z | Compiling peg-runtime v0.8.3 |
1788 | 2024-09-17T13:30:27.008Z | Compiling proc-macro-crate v1.3.1 |
1789 | 2024-09-17T13:30:28.066Z | Compiling heapless v0.8.0 |
1790 | 2024-09-17T13:30:28.928Z | Compiling num_enum_derive v0.5.11 |
1791 | 2024-09-17T13:30:30.209Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1792 | 2024-09-17T13:30:30.849Z | Compiling ipnetwork v0.20.0 |
1793 | 2024-09-17T13:30:33.097Z | Compiling hash32 v0.3.1 |
1794 | 2024-09-17T13:30:34.705Z | Compiling rustls-pki-types v1.7.0 |
1795 | 2024-09-17T13:30:36.104Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1796 | 2024-09-17T13:30:37.484Z | Compiling smoltcp v0.11.0 |
1797 | 2024-09-17T13:30:37.572Z | Compiling ident_case v1.0.1 |
1798 | 2024-09-17T13:30:37.753Z | Compiling darling_core v0.20.9 |
1799 | 2024-09-17T13:30:45.246Z | Compiling num_enum v0.5.11 |
1800 | 2024-09-17T13:30:45.962Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1801 | 2024-09-17T13:30:46.718Z | Compiling getopts v0.2.21 |
1802 | 2024-09-17T13:30:51.867Z | Compiling dirs-sys-next v0.1.2 |
1803 | 2024-09-17T13:30:52.456Z | Compiling proc-macro-error-attr v1.0.4 |
1804 | 2024-09-17T13:30:53.366Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1805 | 2024-09-17T13:30:53.725Z | Compiling embedded-io v0.4.0 |
1806 | 2024-09-17T13:30:53.977Z | Compiling unsafe-libyaml v0.2.11 |
1807 | 2024-09-17T13:30:54.787Z | Compiling cobs v0.2.3 |
1808 | 2024-09-17T13:30:55.243Z | Compiling rustls v0.22.4 |
1809 | 2024-09-17T13:30:55.399Z | Compiling paste v1.0.15 |
1810 | 2024-09-17T13:30:55.589Z | Compiling serde_yaml v0.9.34+deprecated |
1811 | 2024-09-17T13:30:55.871Z | Compiling postcard v1.0.8 |
1812 | 2024-09-17T13:31:00.697Z | Compiling dirs-next v2.0.0 |
1813 | 2024-09-17T13:31:02.081Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1814 | 2024-09-17T13:31:09.448Z | Compiling darling_macro v0.20.9 |
1815 | 2024-09-17T13:31:10.630Z | Compiling rustls-webpki v0.102.4 |
1816 | 2024-09-17T13:31:18.091Z | Compiling strum_macros v0.26.4 |
1817 | 2024-09-17T13:31:19.711Z | Compiling structmeta-derive v0.3.0 |
1818 | 2024-09-17T13:31:19.730Z | Compiling foreign-types-macros v0.2.3 |
1819 | 2024-09-17T13:31:20.046Z | Compiling thread_local v1.1.8 |
1820 | 2024-09-17T13:31:20.740Z | Compiling proc-macro-error v1.0.4 |
1821 | 2024-09-17T13:31:20.998Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1822 | 2024-09-17T13:31:21.090Z | Compiling multer v3.1.0 |
1823 | 2024-09-17T13:31:21.883Z | Compiling slog-async v2.8.0 |
1824 | 2024-09-17T13:31:22.021Z | Compiling match_cfg v0.1.0 |
1825 | 2024-09-17T13:31:22.104Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1826 | 2024-09-17T13:31:22.121Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2024-09-17T13:31:22.378Z | Compiling foreign-types-shared v0.3.1 |
1828 | 2024-09-17T13:31:26.238Z | Compiling strum v0.26.3 |
1829 | 2024-09-17T13:31:27.666Z | Compiling foreign-types v0.5.0 |
1830 | 2024-09-17T13:31:27.822Z | Compiling structmeta v0.3.0 |
1831 | 2024-09-17T13:31:28.846Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1832 | 2024-09-17T13:31:29.476Z | Compiling hostname v0.3.1 |
1833 | 2024-09-17T13:31:34.273Z | Compiling darling v0.20.9 |
1834 | 2024-09-17T13:31:34.405Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1835 | 2024-09-17T13:31:36.020Z | Compiling term v0.7.0 |
1836 | 2024-09-17T13:31:40.083Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1837 | 2024-09-17T13:31:41.596Z | Compiling slog-json v2.6.1 |
1838 | 2024-09-17T13:31:42.061Z | Compiling tabwriter v1.4.0 |
1839 | 2024-09-17T13:31:42.875Z | Compiling crossbeam-channel v0.5.12 |
1840 | 2024-09-17T13:31:44.542Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1841 | 2024-09-17T13:31:45.378Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1842 | 2024-09-17T13:31:45.819Z | Compiling async-stream-impl v0.3.5 |
1843 | 2024-09-17T13:31:46.249Z | Compiling is-terminal v0.4.12 |
1844 | 2024-09-17T13:31:46.393Z | Compiling cstr-argument v0.1.2 |
1845 | 2024-09-17T13:31:46.667Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1846 | 2024-09-17T13:31:47.011Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1847 | 2024-09-17T13:31:47.061Z | Compiling take_mut v0.2.2 |
1848 | 2024-09-17T13:31:47.237Z | Compiling fastrand v2.1.0 |
1849 | 2024-09-17T13:31:47.340Z | Compiling rayon-core v1.12.1 |
1850 | 2024-09-17T13:31:47.702Z | Compiling crucible-workspace-hack v0.1.0 |
1851 | 2024-09-17T13:31:48.021Z | Compiling pretty-hex v0.2.1 |
1852 | 2024-09-17T13:31:48.335Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1853 | 2024-09-17T13:31:48.410Z | Compiling tempfile v3.10.1 |
1854 | 2024-09-17T13:31:49.289Z | Compiling async-stream v0.3.5 |
1855 | 2024-09-17T13:31:49.466Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1856 | 2024-09-17T13:31:49.631Z | Compiling slog-term v2.9.1 |
1857 | 2024-09-17T13:31:49.822Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1858 | 2024-09-17T13:31:50.252Z | Compiling slog-bunyan v2.5.0 |
1859 | 2024-09-17T13:31:50.375Z | Compiling tokio-rustls v0.25.0 |
1860 | 2024-09-17T13:31:50.539Z | Compiling serde_with_macros v3.9.0 |
1861 | 2024-09-17T13:31:51.013Z | Compiling parse-display-derive v0.10.0 |
1862 | 2024-09-17T13:31:51.978Z | Compiling toml v0.8.19 |
1863 | 2024-09-17T13:31:52.329Z | Compiling rustls-pemfile v2.1.3 |
1864 | 2024-09-17T13:31:53.092Z | Compiling waitgroup v0.1.2 |
1865 | 2024-09-17T13:31:53.315Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-09-17T13:31:53.345Z | Compiling colored v2.1.0 |
1867 | 2024-09-17T13:31:53.669Z | Compiling newtype-uuid v1.1.0 |
1868 | 2024-09-17T13:31:53.717Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1869 | 2024-09-17T13:31:54.022Z | Compiling serde_path_to_error v0.1.16 |
1870 | 2024-09-17T13:31:54.688Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1871 | 2024-09-17T13:31:55.056Z | Compiling hostname v0.4.0 |
1872 | 2024-09-17T13:31:55.093Z | Compiling instant v0.1.12 |
1873 | 2024-09-17T13:31:55.270Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1874 | 2024-09-17T13:31:55.328Z | Compiling debug-ignore v1.0.5 |
1875 | 2024-09-17T13:31:55.446Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1876 | 2024-09-17T13:31:55.481Z | Compiling backoff v0.4.0 |
1877 | 2024-09-17T13:31:55.678Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1878 | 2024-09-17T13:31:55.678Z | Compiling parse-display v0.10.0 |
1879 | 2024-09-17T13:31:55.854Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1880 | 2024-09-17T13:31:57.745Z | Compiling serde_with v3.9.0 |
1881 | 2024-09-17T13:31:58.860Z | Compiling zone_cfg_derive v0.3.0 |
1882 | 2024-09-17T13:31:59.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1883 | 2024-09-17T13:31:59.546Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1884 | 2024-09-17T13:31:59.790Z | Compiling camino-tempfile v1.1.1 |
1885 | 2024-09-17T13:32:00.431Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1886 | 2024-09-17T13:32:00.585Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1887 | 2024-09-17T13:32:00.788Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1888 | 2024-09-17T13:32:00.922Z | Compiling macaddr v1.0.1 |
1889 | 2024-09-17T13:32:01.606Z | Compiling num-derive v0.4.2 |
1890 | 2024-09-17T13:32:02.241Z | Compiling sigpipe v0.1.3 |
1891 | 2024-09-17T13:32:02.382Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1892 | 2024-09-17T13:32:02.686Z | Compiling libefi-sys v0.1.0 |
1893 | 2024-09-17T13:32:03.065Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1894 | 2024-09-17T13:32:03.918Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1895 | 2024-09-17T13:32:04.556Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1896 | 2024-09-17T13:32:05.120Z | Compiling zone v0.3.0 |
1897 | 2024-09-17T13:32:05.309Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1898 | 2024-09-17T13:32:05.501Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1899 | 2024-09-17T13:32:05.547Z | Compiling rayon v1.10.0 |
1900 | 2024-09-17T13:32:06.500Z | Compiling smf v0.2.3 |
1901 | 2024-09-17T13:32:08.531Z | Compiling bitfield-struct v0.6.1 |
1902 | 2024-09-17T13:32:09.183Z | Compiling ring v0.16.20 |
1903 | 2024-09-17T13:32:09.254Z | Compiling blake3 v1.5.1 |
1904 | 2024-09-17T13:32:09.908Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1905 | 2024-09-17T13:32:09.985Z | Compiling portable-atomic v1.6.0 |
1906 | 2024-09-17T13:32:10.476Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1907 | 2024-09-17T13:32:11.162Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1908 | 2024-09-17T13:32:11.394Z | Compiling xattr v1.3.1 |
1909 | 2024-09-17T13:32:11.469Z | Compiling memmap2 v0.9.4 |
1910 | 2024-09-17T13:32:11.597Z | Compiling filetime v0.2.25 |
1911 | 2024-09-17T13:32:11.728Z | Compiling arrayvec v0.7.4 |
1912 | 2024-09-17T13:32:11.970Z | Compiling arrayref v0.3.7 |
1913 | 2024-09-17T13:32:12.077Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1914 | 2024-09-17T13:32:12.092Z | Compiling constant_time_eq v0.3.0 |
1915 | 2024-09-17T13:32:12.206Z | Compiling untrusted v0.7.1 |
1916 | 2024-09-17T13:32:12.223Z | Compiling same-file v1.0.6 |
1917 | 2024-09-17T13:32:12.283Z | Compiling spin v0.5.2 |
1918 | 2024-09-17T13:32:12.414Z | Compiling walkdir v2.5.0 |
1919 | 2024-09-17T13:32:12.503Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1920 | 2024-09-17T13:32:12.544Z | Compiling tar v0.4.41 |
1921 | 2024-09-17T13:32:14.021Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1922 | 2024-09-17T13:32:15.064Z | Compiling gethostname v0.5.0 |
1923 | 2024-09-17T13:32:15.067Z | Compiling cargo-platform v0.1.8 |
1924 | 2024-09-17T13:32:15.279Z | Compiling number_prefix v0.4.0 |
1925 | 2024-09-17T13:32:15.553Z | Compiling topological-sort v0.2.2 |
1926 | 2024-09-17T13:32:15.823Z | Compiling indicatif v0.17.8 |
1927 | 2024-09-17T13:32:16.219Z | Compiling cargo_metadata v0.18.1 |
1928 | 2024-09-17T13:32:20.905Z | Compiling omicron-zone-package v0.11.0 |
1929 | 2024-09-17T13:32:23.698Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1930 | 2024-09-17T13:32:25.018Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1931 | 2024-09-17T13:32:29.305Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1932 | 2024-09-17T13:32:46.383Z | Finished `release` profile [optimized] target(s) in 4m 35s |
1933 | 2024-09-17T13:32:46.539Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1934 | 2024-09-17T13:32:46.590Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1935 | 2024-09-17T13:32:46.592Z | Created new build target 'test' and set it as active |
1936 | 2024-09-17T13:32:46.592Z | |
1937 | 2024-09-17T13:32:46.595Z | real 4:35.895900859 |
1938 | 2024-09-17T13:32:46.595Z | user 31:23.479764809 |
1939 | 2024-09-17T13:32:46.595Z | sys 3:52.562425163 |
1940 | 2024-09-17T13:32:46.595Z | trap 0.956867667 |
1941 | 2024-09-17T13:32:46.595Z | tflt 3.190530736 |
1942 | 2024-09-17T13:32:46.595Z | dflt 0.676362537 |
1943 | 2024-09-17T13:32:46.595Z | kflt 0.007690545 |
1944 | 2024-09-17T13:32:46.595Z | lock 1:09:17.610546906 |
1945 | 2024-09-17T13:32:46.595Z | slp 2:00:28.271780120 |
1946 | 2024-09-17T13:32:46.595Z | lat 2:03.300641876 |
1947 | 2024-09-17T13:32:46.595Z | stop 3:50.148115771 |
1948 | 2024-09-17T13:32:46.595Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1949 | 2024-09-17T13:32:47.678Z | Finished `release` profile [optimized] target(s) in 1.03s |
1950 | 2024-09-17T13:32:47.730Z | Running `target/release/omicron-package -t test package` |
1951 | 2024-09-17T13:32:47.773Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1952 | 2024-09-17T13:32:49.003Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1953 | 2024-09-17T13:32:49.003Z | Compiling convert_case v0.4.0 |
1954 | 2024-09-17T13:32:49.003Z | Compiling camino v1.1.9 |
1955 | 2024-09-17T13:32:49.006Z | Compiling newline-converter v0.3.0 |
1956 | 2024-09-17T13:32:49.006Z | Compiling password-hash v0.5.0 |
1957 | 2024-09-17T13:32:49.006Z | Compiling blake2 v0.10.6 |
1958 | 2024-09-17T13:32:49.006Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1959 | 2024-09-17T13:32:49.172Z | Compiling cancel-safe-futures v0.1.5 |
1960 | 2024-09-17T13:32:49.344Z | Compiling expectorate v1.1.0 |
1961 | 2024-09-17T13:32:49.363Z | Compiling derive-where v1.2.7 |
1962 | 2024-09-17T13:32:49.547Z | Compiling libsw v3.3.1 |
1963 | 2024-09-17T13:32:49.899Z | Compiling argon2 v0.5.3 |
1964 | 2024-09-17T13:32:49.921Z | Compiling linear-map v1.2.0 |
1965 | 2024-09-17T13:32:49.942Z | Compiling derive_more v0.99.18 |
1966 | 2024-09-17T13:32:50.090Z | Compiling owo-colors v4.0.0 |
1967 | 2024-09-17T13:32:50.300Z | Compiling indent_write v2.2.0 |
1968 | 2024-09-17T13:32:50.330Z | Compiling swrite v0.1.0 |
1969 | 2024-09-17T13:32:50.470Z | Compiling humantime v2.1.0 |
1970 | 2024-09-17T13:32:50.539Z | Compiling toml v0.8.19 |
1971 | 2024-09-17T13:32:51.110Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1972 | 2024-09-17T13:32:51.137Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1973 | 2024-09-17T13:32:51.261Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1974 | 2024-09-17T13:32:51.580Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1975 | 2024-09-17T13:32:51.722Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1976 | 2024-09-17T13:32:51.956Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1977 | 2024-09-17T13:32:52.130Z | Compiling num-rational v0.4.2 |
1978 | 2024-09-17T13:32:52.352Z | Compiling num-complex v0.4.6 |
1979 | 2024-09-17T13:32:52.557Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1980 | 2024-09-17T13:32:52.864Z | Compiling dirs-sys-next v0.1.2 |
1981 | 2024-09-17T13:32:53.402Z | Compiling num v0.4.3 |
1982 | 2024-09-17T13:32:53.534Z | Compiling dirs-next v2.0.0 |
1983 | 2024-09-17T13:32:53.606Z | Compiling float-ord v0.3.2 |
1984 | 2024-09-17T13:32:53.738Z | Compiling term v0.7.0 |
1985 | 2024-09-17T13:32:53.782Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1986 | 2024-09-17T13:32:54.687Z | Compiling semver v0.1.20 |
1987 | 2024-09-17T13:32:55.071Z | Compiling prettyplease v0.2.20 |
1988 | 2024-09-17T13:32:55.273Z | Compiling utf-8 v0.7.6 |
1989 | 2024-09-17T13:32:55.401Z | Compiling rustc_version v0.1.7 |
1990 | 2024-09-17T13:32:55.652Z | Compiling is-terminal v0.4.12 |
1991 | 2024-09-17T13:32:55.792Z | Compiling cookie v0.18.1 |
1992 | 2024-09-17T13:32:55.811Z | Compiling newtype_derive v0.1.6 |
1993 | 2024-09-17T13:32:56.133Z | Compiling highway v1.2.0 |
1994 | 2024-09-17T13:32:56.457Z | Compiling linked-hash-map v0.5.6 |
1995 | 2024-09-17T13:32:56.677Z | Compiling rustls-pki-types v1.7.0 |
1996 | 2024-09-17T13:32:56.927Z | Compiling lru-cache v0.1.2 |
1997 | 2024-09-17T13:32:57.446Z | Compiling steno v0.4.1 |
1998 | 2024-09-17T13:32:57.545Z | Compiling home v0.5.9 |
1999 | 2024-09-17T13:32:57.609Z | Compiling quick-error v1.2.3 |
2000 | 2024-09-17T13:32:57.785Z | Compiling resolv-conf v0.7.0 |
2001 | 2024-09-17T13:32:57.808Z | Compiling rustls-webpki v0.102.4 |
2002 | 2024-09-17T13:32:59.215Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2003 | 2024-09-17T13:32:59.801Z | Compiling rustls v0.22.4 |
2004 | 2024-09-17T13:32:59.829Z | Compiling thread_local v1.1.8 |
2005 | 2024-09-17T13:32:59.994Z | Compiling match_cfg v0.1.0 |
2006 | 2024-09-17T13:33:00.103Z | Compiling hostname v0.3.1 |
2007 | 2024-09-17T13:33:00.382Z | Compiling hickory-resolver v0.24.1 |
2008 | 2024-09-17T13:33:00.955Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2009 | 2024-09-17T13:33:02.111Z | Compiling multer v3.1.0 |
2010 | 2024-09-17T13:33:02.188Z | Compiling slog-async v2.8.0 |
2011 | 2024-09-17T13:33:02.262Z | Compiling slog-json v2.6.1 |
2012 | 2024-09-17T13:33:02.634Z | Compiling crossbeam-channel v0.5.12 |
2013 | 2024-09-17T13:33:03.720Z | Compiling take_mut v0.2.2 |
2014 | 2024-09-17T13:33:04.966Z | Compiling tokio-rustls v0.25.0 |
2015 | 2024-09-17T13:33:05.444Z | Compiling slog-bunyan v2.5.0 |
2016 | 2024-09-17T13:33:06.473Z | Compiling slog-term v2.9.1 |
2017 | 2024-09-17T13:33:06.624Z | Compiling rustls-pemfile v2.1.3 |
2018 | 2024-09-17T13:33:07.076Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2019 | 2024-09-17T13:33:07.158Z | Compiling async-stream v0.3.5 |
2020 | 2024-09-17T13:33:07.449Z | Compiling waitgroup v0.1.2 |
2021 | 2024-09-17T13:33:07.645Z | Compiling newtype-uuid v1.1.0 |
2022 | 2024-09-17T13:33:07.665Z | Compiling ipnetwork v0.20.0 |
2023 | 2024-09-17T13:33:07.912Z | Compiling serde_path_to_error v0.1.16 |
2024 | 2024-09-17T13:33:08.489Z | Compiling hostname v0.4.0 |
2025 | 2024-09-17T13:33:08.724Z | Compiling instant v0.1.12 |
2026 | 2024-09-17T13:33:08.747Z | Compiling debug-ignore v1.0.5 |
2027 | 2024-09-17T13:33:08.914Z | Compiling backoff v0.4.0 |
2028 | 2024-09-17T13:33:09.298Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2029 | 2024-09-17T13:33:09.518Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2030 | 2024-09-17T13:33:09.864Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2031 | 2024-09-17T13:33:09.997Z | Compiling parse-display v0.10.0 |
2032 | 2024-09-17T13:33:10.593Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-09-17T13:33:10.794Z | Compiling serde_with v3.9.0 |
2034 | 2024-09-17T13:33:14.874Z | Compiling strum v0.26.3 |
2035 | 2024-09-17T13:33:14.989Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2036 | 2024-09-17T13:33:16.240Z | Compiling macaddr v1.0.1 |
2037 | 2024-09-17T13:33:16.706Z | Compiling slog-dtrace v0.3.0 |
2038 | 2024-09-17T13:33:16.709Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2039 | 2024-09-17T13:33:17.535Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2040 | 2024-09-17T13:33:18.718Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2041 | 2024-09-17T13:33:19.557Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2042 | 2024-09-17T13:33:19.927Z | Compiling half v2.4.1 |
2043 | 2024-09-17T13:33:20.628Z | Compiling ciborium-io v0.2.2 |
2044 | 2024-09-17T13:33:20.669Z | Compiling tungstenite v0.21.0 |
2045 | 2024-09-17T13:33:20.774Z | Compiling ciborium-ll v0.2.2 |
2046 | 2024-09-17T13:33:21.325Z | Compiling ciborium v0.2.2 |
2047 | 2024-09-17T13:33:23.618Z | Compiling tokio-tungstenite v0.21.0 |
2048 | 2024-09-17T13:33:23.686Z | Compiling rayon-core v1.12.1 |
2049 | 2024-09-17T13:33:23.717Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2050 | 2024-09-17T13:33:24.215Z | Compiling crossbeam-deque v0.8.5 |
2051 | 2024-09-17T13:33:24.586Z | Compiling termcolor v1.4.1 |
2052 | 2024-09-17T13:33:25.700Z | Compiling display-error-chain v0.2.1 |
2053 | 2024-09-17T13:33:25.903Z | Compiling same-file v1.0.6 |
2054 | 2024-09-17T13:33:25.975Z | Compiling fastrand v2.1.0 |
2055 | 2024-09-17T13:33:26.153Z | Compiling walkdir v2.5.0 |
2056 | 2024-09-17T13:33:26.466Z | Compiling tempfile v3.10.1 |
2057 | 2024-09-17T13:33:27.255Z | Compiling blake3 v1.5.1 |
2058 | 2024-09-17T13:33:27.903Z | Compiling rayon v1.10.0 |
2059 | 2024-09-17T13:33:28.388Z | Compiling ring v0.16.20 |
2060 | 2024-09-17T13:33:31.213Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2061 | 2024-09-17T13:33:32.861Z | Compiling xattr v1.3.1 |
2062 | 2024-09-17T13:33:33.142Z | Compiling memmap2 v0.9.4 |
2063 | 2024-09-17T13:33:33.572Z | Compiling filetime v0.2.25 |
2064 | 2024-09-17T13:33:33.588Z | Compiling arrayvec v0.7.4 |
2065 | 2024-09-17T13:33:33.882Z | Compiling arrayref v0.3.7 |
2066 | 2024-09-17T13:33:33.997Z | Compiling constant_time_eq v0.3.0 |
2067 | 2024-09-17T13:33:34.022Z | Compiling keccak v0.1.5 |
2068 | 2024-09-17T13:33:34.038Z | Compiling untrusted v0.7.1 |
2069 | 2024-09-17T13:33:34.235Z | Compiling spin v0.5.2 |
2070 | 2024-09-17T13:33:35.017Z | Compiling sha3 v0.10.8 |
2071 | 2024-09-17T13:33:37.069Z | Compiling tar v0.4.41 |
2072 | 2024-09-17T13:33:37.431Z | Compiling camino-tempfile v1.1.1 |
2073 | 2024-09-17T13:33:37.884Z | Compiling toolchain_find v0.4.0 |
2074 | 2024-09-17T13:33:37.950Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2075 | 2024-09-17T13:33:37.969Z | Compiling nibble_vec v0.1.0 |
2076 | 2024-09-17T13:33:38.218Z | Compiling atty v0.2.14 |
2077 | 2024-09-17T13:33:38.388Z | Compiling radium v0.7.0 |
2078 | 2024-09-17T13:33:38.448Z | Compiling glob v0.3.1 |
2079 | 2024-09-17T13:33:38.857Z | Compiling topological-sort v0.2.2 |
2080 | 2024-09-17T13:33:38.893Z | Compiling maplit v1.0.2 |
2081 | 2024-09-17T13:33:39.034Z | Compiling endian-type v0.1.2 |
2082 | 2024-09-17T13:33:39.097Z | Compiling crunchy v0.2.2 |
2083 | 2024-09-17T13:33:39.271Z | Compiling clang-sys v1.7.0 |
2084 | 2024-09-17T13:33:39.304Z | Compiling radix_trie v0.2.1 |
2085 | 2024-09-17T13:33:39.404Z | Compiling omicron-zone-package v0.11.0 |
2086 | 2024-09-17T13:33:39.740Z | Compiling rustfmt-wrapper v0.2.1 |
2087 | 2024-09-17T13:33:40.038Z | Compiling tap v1.0.1 |
2088 | 2024-09-17T13:33:40.185Z | Compiling tiny-keccak v2.0.2 |
2089 | 2024-09-17T13:33:40.255Z | Compiling maybe-uninit v2.0.0 |
2090 | 2024-09-17T13:33:40.375Z | Compiling wyz v0.5.1 |
2091 | 2024-09-17T13:33:40.654Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2092 | 2024-09-17T13:33:40.845Z | Compiling dsl_auto_type v0.1.2 |
2093 | 2024-09-17T13:33:40.863Z | Compiling itertools v0.13.0 |
2094 | 2024-09-17T13:33:41.102Z | Compiling scheduled-thread-pool v0.2.7 |
2095 | 2024-09-17T13:33:42.260Z | Compiling secrecy v0.8.0 |
2096 | 2024-09-17T13:33:42.374Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2097 | 2024-09-17T13:33:42.536Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2098 | 2024-09-17T13:33:42.552Z | Compiling diesel_table_macro_syntax v0.2.0 |
2099 | 2024-09-17T13:33:42.828Z | Compiling arc-swap v1.7.1 |
2100 | 2024-09-17T13:33:42.939Z | Compiling funty v2.0.0 |
2101 | 2024-09-17T13:33:43.030Z | Compiling packed_struct v0.10.1 |
2102 | 2024-09-17T13:33:43.472Z | Compiling crc-catalog v2.4.0 |
2103 | 2024-09-17T13:33:43.541Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2104 | 2024-09-17T13:33:43.647Z | Compiling crc v3.2.1 |
2105 | 2024-09-17T13:33:43.948Z | Compiling slog-scope v4.4.0 |
2106 | 2024-09-17T13:33:44.759Z | Compiling bitvec v1.0.1 |
2107 | 2024-09-17T13:33:44.959Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2108 | 2024-09-17T13:33:45.443Z | Compiling diesel_derives v2.2.2 |
2109 | 2024-09-17T13:33:45.710Z | Compiling r2d2 v0.8.10 |
2110 | 2024-09-17T13:33:46.728Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2111 | 2024-09-17T13:33:49.176Z | Compiling ascii-canvas v3.0.0 |
2112 | 2024-09-17T13:33:49.706Z | Compiling universal-hash v0.5.1 |
2113 | 2024-09-17T13:33:49.962Z | Compiling thiserror-impl-no-std v2.0.2 |
2114 | 2024-09-17T13:33:51.312Z | Compiling packed_struct_codegen v0.10.1 |
2115 | 2024-09-17T13:33:52.705Z | Compiling ena v0.14.3 |
2116 | 2024-09-17T13:33:53.142Z | Compiling libloading v0.8.3 |
2117 | 2024-09-17T13:33:53.551Z | Compiling indexmap v1.9.3 |
2118 | 2024-09-17T13:33:53.857Z | Compiling nodrop v0.1.14 |
2119 | 2024-09-17T13:33:53.886Z | Compiling regex-syntax v0.6.29 |
2120 | 2024-09-17T13:33:54.009Z | Compiling opaque-debug v0.3.1 |
2121 | 2024-09-17T13:33:54.127Z | Compiling diff v0.1.13 |
2122 | 2024-09-17T13:33:54.731Z | Compiling bindgen v0.69.4 |
2123 | 2024-09-17T13:33:55.196Z | Compiling poly1305 v0.8.0 |
2124 | 2024-09-17T13:33:56.764Z | Compiling array-init v0.0.4 |
2125 | 2024-09-17T13:33:57.304Z | Compiling diesel v2.2.3 |
2126 | 2024-09-17T13:33:58.076Z | Compiling lalrpop v0.19.12 |
2127 | 2024-09-17T13:34:05.611Z | Compiling thiserror-no-std v2.0.2 |
2128 | 2024-09-17T13:34:05.928Z | Compiling smallvec v0.6.14 |
2129 | 2024-09-17T13:34:06.475Z | Compiling slog-stdlog v4.1.1 |
2130 | 2024-09-17T13:34:07.905Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2131 | 2024-09-17T13:34:09.116Z | Compiling which v4.4.2 |
2132 | 2024-09-17T13:34:09.663Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2133 | 2024-09-17T13:34:09.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2134 | 2024-09-17T13:34:10.225Z | Compiling chacha20 v0.9.1 |
2135 | 2024-09-17T13:34:10.720Z | Compiling cexpr v0.6.0 |
2136 | 2024-09-17T13:34:12.363Z | Compiling aead v0.5.2 |
2137 | 2024-09-17T13:34:12.727Z | Compiling shlex v1.3.0 |
2138 | 2024-09-17T13:34:13.125Z | Compiling lazycell v1.3.0 |
2139 | 2024-09-17T13:34:13.324Z | Compiling ref-cast v1.0.23 |
2140 | 2024-09-17T13:34:13.831Z | Compiling hashbrown v0.12.3 |
2141 | 2024-09-17T13:34:13.917Z | Compiling rustc-hash v1.1.0 |
2142 | 2024-09-17T13:34:14.099Z | Compiling bitfield v0.14.0 |
2143 | 2024-09-17T13:34:14.413Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2144 | 2024-09-17T13:34:16.360Z | Compiling chacha20poly1305 v0.10.1 |
2145 | 2024-09-17T13:34:16.411Z | Compiling slog-envlogger v2.2.0 |
2146 | 2024-09-17T13:34:16.623Z | Compiling serde-hex v0.1.0 |
2147 | 2024-09-17T13:34:19.021Z | Compiling bzip2 v0.4.4 |
2148 | 2024-09-17T13:34:19.529Z | Compiling vsss-rs v3.3.4 |
2149 | 2024-09-17T13:34:22.030Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2150 | 2024-09-17T13:34:22.371Z | Compiling env_logger v0.10.2 |
2151 | 2024-09-17T13:34:24.152Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2152 | 2024-09-17T13:34:24.497Z | Compiling derive_builder_core v0.20.0 |
2153 | 2024-09-17T13:34:24.883Z | Compiling polar-core v0.27.3 |
2154 | 2024-09-17T13:34:25.351Z | Compiling ron v0.8.1 |
2155 | 2024-09-17T13:34:26.152Z | Compiling headers-core v0.2.0 |
2156 | 2024-09-17T13:34:26.341Z | Compiling hashbrown v0.13.2 |
2157 | 2024-09-17T13:34:26.720Z | Compiling fxhash v0.2.1 |
2158 | 2024-09-17T13:34:26.973Z | Compiling libxml v0.3.3 |
2159 | 2024-09-17T13:34:27.373Z | Compiling ref-cast-impl v1.0.23 |
2160 | 2024-09-17T13:34:27.741Z | Compiling crc-any v2.5.0 |
2161 | 2024-09-17T13:34:27.977Z | Compiling samael v0.0.17 |
2162 | 2024-09-17T13:34:28.664Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2163 | 2024-09-17T13:34:28.688Z | Compiling object v0.30.4 |
2164 | 2024-09-17T13:34:29.678Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2165 | 2024-09-17T13:34:31.431Z | Compiling derive_builder_macro v0.20.0 |
2166 | 2024-09-17T13:34:31.449Z | Compiling headers v0.3.9 |
2167 | 2024-09-17T13:34:35.158Z | Compiling zip v0.6.6 |
2168 | 2024-09-17T13:34:35.852Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2169 | 2024-09-17T13:34:37.900Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2170 | 2024-09-17T13:34:38.215Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2171 | 2024-09-17T13:34:38.983Z | Compiling strum_macros v0.24.3 |
2172 | 2024-09-17T13:34:41.856Z | Compiling kstat-rs v0.2.4 |
2173 | 2024-09-17T13:34:42.272Z | Compiling async-recursion v1.1.1 |
2174 | 2024-09-17T13:34:42.822Z | Compiling dropshot v0.10.1 |
2175 | 2024-09-17T13:34:43.170Z | Compiling unicase v2.7.0 |
2176 | 2024-09-17T13:34:43.258Z | Compiling path-slash v0.1.5 |
2177 | 2024-09-17T13:34:43.509Z | Compiling indoc v1.0.9 |
2178 | 2024-09-17T13:34:43.564Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2179 | 2024-09-17T13:34:43.871Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2180 | 2024-09-17T13:34:46.518Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2181 | 2024-09-17T13:34:49.123Z | Compiling derive_builder v0.20.0 |
2182 | 2024-09-17T13:34:54.186Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2183 | 2024-09-17T13:34:54.379Z | Compiling tungstenite v0.23.0 |
2184 | 2024-09-17T13:34:58.387Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2185 | 2024-09-17T13:34:58.733Z | Compiling crossterm v0.28.1 |
2186 | 2024-09-17T13:34:59.687Z | Compiling pem v3.0.4 |
2187 | 2024-09-17T13:35:00.216Z | Compiling impl-trait-for-tuples v0.2.2 |
2188 | 2024-09-17T13:35:00.382Z | Compiling oso-derive v0.27.3 |
2189 | 2024-09-17T13:35:01.235Z | Compiling dropshot_endpoint v0.10.1 |
2190 | 2024-09-17T13:35:01.398Z | Compiling libz-sys v1.1.16 |
2191 | 2024-09-17T13:35:02.107Z | Compiling quick-xml v0.33.0 |
2192 | 2024-09-17T13:35:03.323Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2193 | 2024-09-17T13:35:03.701Z | Compiling parking_lot_core v0.8.6 |
2194 | 2024-09-17T13:35:04.180Z | Compiling cfg_aliases v0.1.1 |
2195 | 2024-09-17T13:35:04.302Z | Compiling nix v0.28.0 |
2196 | 2024-09-17T13:35:07.275Z | Compiling tokio-tungstenite v0.23.1 |
2197 | 2024-09-17T13:35:07.396Z | Compiling oso v0.27.3 |
2198 | 2024-09-17T13:35:07.923Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2199 | 2024-09-17T13:35:09.620Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2200 | 2024-09-17T13:35:15.098Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2201 | 2024-09-17T13:35:15.429Z | Compiling const_format_proc_macros v0.2.33 |
2202 | 2024-09-17T13:35:17.417Z | Compiling bb8 v0.8.5 |
2203 | 2024-09-17T13:35:18.073Z | Compiling vte_generate_state_changes v0.1.1 |
2204 | 2024-09-17T13:35:18.734Z | Compiling buf-list v1.0.3 |
2205 | 2024-09-17T13:35:19.406Z | Compiling vte v0.11.1 |
2206 | 2024-09-17T13:35:20.893Z | Compiling async-bb8-diesel v0.2.1 |
2207 | 2024-09-17T13:35:21.799Z | Compiling const_format v0.2.33 |
2208 | 2024-09-17T13:35:23.121Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2209 | 2024-09-17T13:35:26.905Z | Compiling fd-lock v4.0.2 |
2210 | 2024-09-17T13:35:27.154Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2211 | 2024-09-17T13:35:27.996Z | Compiling bytecount v0.6.8 |
2212 | 2024-09-17T13:35:28.333Z | Compiling salty v0.3.0 |
2213 | 2024-09-17T13:35:28.791Z | Compiling papergrid v0.11.0 |
2214 | 2024-09-17T13:35:47.060Z | Compiling parking_lot v0.11.2 |
2215 | 2024-09-17T13:35:49.019Z | Compiling strip-ansi-escapes v0.2.0 |
2216 | 2024-09-17T13:35:50.563Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2217 | 2024-09-17T13:35:50.664Z | Compiling tabled_derive v0.7.0 |
2218 | 2024-09-17T13:35:52.903Z | Compiling crossterm v0.27.0 |
2219 | 2024-09-17T13:35:55.305Z | Compiling peg-macros v0.8.4 |
2220 | 2024-09-17T13:35:57.360Z | Compiling snafu-derive v0.8.2 |
2221 | 2024-09-17T13:35:58.682Z | Compiling sqlparser_derive v0.2.2 |
2222 | 2024-09-17T13:35:59.290Z | Compiling nu-ansi-term v0.50.0 |
2223 | 2024-09-17T13:35:59.680Z | Compiling rustls v0.23.10 |
2224 | 2024-09-17T13:35:59.768Z | Compiling unicode_categories v0.1.1 |
2225 | 2024-09-17T13:36:00.007Z | Compiling sqlparser v0.45.0 |
2226 | 2024-09-17T13:36:00.146Z | Compiling sqlformat v0.2.4 |
2227 | 2024-09-17T13:36:00.523Z | Compiling reedline v0.33.0 |
2228 | 2024-09-17T13:36:01.678Z | Compiling rustyline v14.0.0 |
2229 | 2024-09-17T13:36:02.122Z | Compiling snafu v0.8.2 |
2230 | 2024-09-17T13:36:02.671Z | Compiling peg v0.8.4 |
2231 | 2024-09-17T13:36:02.799Z | Compiling tabled v0.15.0 |
2232 | 2024-09-17T13:36:03.308Z | Compiling sled v0.34.7 |
2233 | 2024-09-17T13:36:13.631Z | Compiling mime_guess v2.0.4 |
2234 | 2024-09-17T13:36:23.095Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2235 | 2024-09-17T13:36:23.271Z | Compiling hickory-client v0.24.1 |
2236 | 2024-09-17T13:36:25.474Z | Compiling env_logger v0.9.3 |
2237 | 2024-09-17T13:36:26.440Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2238 | 2024-09-17T13:36:28.669Z | Compiling tungstenite v0.20.1 |
2239 | 2024-09-17T13:36:29.847Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2240 | 2024-09-17T13:36:33.164Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2241 | 2024-09-17T13:36:33.941Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2242 | 2024-09-17T13:36:36.724Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2243 | 2024-09-17T13:36:38.342Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2244 | 2024-09-17T13:36:38.873Z | Compiling globset v0.4.14 |
2245 | 2024-09-17T13:36:40.858Z | Compiling hickory-server v0.24.1 |
2246 | 2024-09-17T13:36:41.615Z | Compiling primeorder v0.13.6 |
2247 | 2024-09-17T13:36:41.911Z | Compiling olpc-cjson v0.1.3 |
2248 | 2024-09-17T13:36:42.244Z | Compiling bcs v0.1.6 |
2249 | 2024-09-17T13:36:42.266Z | Compiling vergen v8.3.2 |
2250 | 2024-09-17T13:36:42.593Z | Compiling bitstruct_derive v0.1.0 |
2251 | 2024-09-17T13:36:43.157Z | Compiling env_filter v0.1.2 |
2252 | 2024-09-17T13:36:43.895Z | Compiling serde_plain v1.0.2 |
2253 | 2024-09-17T13:36:44.441Z | Compiling cargo-platform v0.1.8 |
2254 | 2024-09-17T13:36:44.509Z | Compiling nanorand v0.7.0 |
2255 | 2024-09-17T13:36:44.983Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2256 | 2024-09-17T13:36:45.148Z | Compiling memoffset v0.9.1 |
2257 | 2024-09-17T13:36:45.222Z | Compiling typed-path v0.7.1 |
2258 | 2024-09-17T13:36:45.504Z | Compiling ascii v1.1.0 |
2259 | 2024-09-17T13:36:46.304Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2260 | 2024-09-17T13:36:46.957Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2261 | 2024-09-17T13:36:47.257Z | Compiling flume v0.11.0 |
2262 | 2024-09-17T13:36:48.066Z | Compiling tough v0.17.1 |
2263 | 2024-09-17T13:36:48.811Z | Compiling cargo_metadata v0.18.1 |
2264 | 2024-09-17T13:36:51.001Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2265 | 2024-09-17T13:36:52.000Z | Compiling bitstruct v0.1.1 |
2266 | 2024-09-17T13:36:52.058Z | Compiling env_logger v0.11.5 |
2267 | 2024-09-17T13:36:52.145Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2268 | 2024-09-17T13:36:52.365Z | Compiling p384 v0.13.0 |
2269 | 2024-09-17T13:36:53.504Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2270 | 2024-09-17T13:36:53.568Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2271 | 2024-09-17T13:36:54.083Z | Compiling tokio-tungstenite v0.20.1 |
2272 | 2024-09-17T13:36:54.753Z | Compiling git2 v0.19.0 |
2273 | 2024-09-17T13:36:58.549Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2274 | 2024-09-17T13:37:04.051Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2275 | 2024-09-17T13:37:05.372Z | Compiling atomicwrites v0.4.3 |
2276 | 2024-09-17T13:37:05.958Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2277 | 2024-09-17T13:37:07.193Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2278 | 2024-09-17T13:37:09.203Z | Compiling libsqlite3-sys v0.28.0 |
2279 | 2024-09-17T13:37:09.749Z | Compiling serde_arrays v0.1.0 |
2280 | 2024-09-17T13:37:09.960Z | Compiling erased-serde v0.3.31 |
2281 | 2024-09-17T13:37:10.425Z | Compiling cfg_aliases v0.2.1 |
2282 | 2024-09-17T13:37:10.557Z | Compiling parse-size v1.0.0 |
2283 | 2024-09-17T13:37:10.880Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2284 | 2024-09-17T13:37:11.258Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2285 | 2024-09-17T13:37:11.690Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2286 | 2024-09-17T13:37:15.963Z | Compiling nix v0.29.0 |
2287 | 2024-09-17T13:37:16.889Z | Compiling tokio-rustls v0.26.0 |
2288 | 2024-09-17T13:37:17.503Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2289 | 2024-09-17T13:37:22.103Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2290 | 2024-09-17T13:37:23.481Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2291 | 2024-09-17T13:37:24.278Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2292 | 2024-09-17T13:37:24.610Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2293 | 2024-09-17T13:37:25.012Z | Compiling heck v0.3.3 |
2294 | 2024-09-17T13:37:25.427Z | Compiling castaway v0.2.3 |
2295 | 2024-09-17T13:37:25.634Z | Compiling rand_seeder v0.3.0 |
2296 | 2024-09-17T13:37:26.063Z | Compiling csv-core v0.1.11 |
2297 | 2024-09-17T13:37:26.658Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
2298 | 2024-09-17T13:37:26.977Z | Compiling http-range v0.1.5 |
2299 | 2024-09-17T13:37:27.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2300 | 2024-09-17T13:37:27.600Z | Compiling hyper-staticfile v0.9.5 |
2301 | 2024-09-17T13:37:29.328Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2302 | 2024-09-17T13:37:30.814Z | Compiling csv v1.3.0 |
2303 | 2024-09-17T13:37:33.047Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2304 | 2024-09-17T13:37:33.406Z | Compiling compact_str v0.8.0 |
2305 | 2024-09-17T13:37:36.006Z | Compiling zone_cfg_derive v0.1.2 |
2306 | 2024-09-17T13:37:36.380Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2307 | 2024-09-17T13:37:37.525Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2308 | 2024-09-17T13:37:38.181Z | Compiling nix v0.27.1 |
2309 | 2024-09-17T13:37:39.681Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2310 | 2024-09-17T13:37:41.929Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2311 | 2024-09-17T13:37:42.284Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2312 | 2024-09-17T13:37:43.088Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2313 | 2024-09-17T13:37:48.372Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2314 | 2024-09-17T13:37:48.731Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2315 | 2024-09-17T13:37:49.064Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2316 | 2024-09-17T13:37:49.403Z | Compiling unicode-truncate v1.0.0 |
2317 | 2024-09-17T13:37:49.707Z | Compiling hashlink v0.9.1 |
2318 | 2024-09-17T13:37:49.795Z | Compiling lru v0.12.3 |
2319 | 2024-09-17T13:37:50.206Z | Compiling instability v0.3.2 |
2320 | 2024-09-17T13:37:50.502Z | Compiling fallible-streaming-iterator v0.1.9 |
2321 | 2024-09-17T13:37:50.790Z | Compiling base64 v0.13.1 |
2322 | 2024-09-17T13:37:51.252Z | Compiling fallible-iterator v0.3.0 |
2323 | 2024-09-17T13:37:51.565Z | Compiling cassowary v0.3.0 |
2324 | 2024-09-17T13:37:52.104Z | Compiling ratatui v0.28.0 |
2325 | 2024-09-17T13:37:52.568Z | Compiling rusqlite v0.31.0 |
2326 | 2024-09-17T13:37:55.356Z | Compiling ron v0.7.1 |
2327 | 2024-09-17T13:37:57.844Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2328 | 2024-09-17T13:38:00.791Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2329 | 2024-09-17T13:38:07.136Z | Compiling zone v0.1.8 |
2330 | 2024-09-17T13:38:10.168Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2331 | 2024-09-17T13:38:14.570Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2332 | 2024-09-17T13:38:14.760Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2333 | 2024-09-17T13:38:19.827Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2334 | 2024-09-17T13:38:20.080Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2335 | 2024-09-17T13:38:21.707Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2336 | 2024-09-17T13:38:21.863Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2337 | 2024-09-17T13:38:22.211Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2338 | 2024-09-17T13:38:23.012Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2339 | 2024-09-17T13:38:23.202Z | Compiling signal-hook-tokio v0.3.1 |
2340 | 2024-09-17T13:38:23.442Z | Compiling twox-hash v1.6.3 |
2341 | 2024-09-17T13:38:24.446Z | Compiling yasna v0.5.2 |
2342 | 2024-09-17T13:38:27.388Z | Compiling portpicker v0.1.1 |
2343 | 2024-09-17T13:38:27.831Z | Compiling smawk v0.3.2 |
2344 | 2024-09-17T13:38:28.070Z | Compiling is_ci v1.2.0 |
2345 | 2024-09-17T13:38:28.117Z | Compiling unicode-linebreak v0.1.5 |
2346 | 2024-09-17T13:38:28.268Z | Compiling supports-color v3.0.1 |
2347 | 2024-09-17T13:38:28.355Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2348 | 2024-09-17T13:38:28.670Z | Compiling textwrap v0.16.1 |
2349 | 2024-09-17T13:38:28.691Z | Compiling rcgen v0.12.1 |
2350 | 2024-09-17T13:38:32.468Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2351 | 2024-09-17T13:38:40.482Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2352 | 2024-09-17T13:38:42.086Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2353 | 2024-09-17T13:38:51.168Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2354 | 2024-09-17T13:38:54.543Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2355 | 2024-09-17T13:38:56.287Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2356 | 2024-09-17T13:38:56.344Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2357 | 2024-09-17T13:38:56.946Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2358 | 2024-09-17T13:39:01.917Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2359 | 2024-09-17T13:39:02.260Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2360 | 2024-09-17T13:39:09.344Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2361 | 2024-09-17T13:39:10.397Z | Compiling fatfs v0.3.6 |
2362 | 2024-09-17T13:39:11.254Z | Compiling rtoolbox v0.0.2 |
2363 | 2024-09-17T13:39:11.742Z | Compiling subprocess v0.2.9 |
2364 | 2024-09-17T13:39:13.343Z | Compiling assert_matches v1.5.0 |
2365 | 2024-09-17T13:39:15.957Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2366 | 2024-09-17T13:39:16.663Z | Compiling rpassword v7.3.1 |
2367 | 2024-09-17T13:39:17.129Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2368 | 2024-09-17T13:39:18.734Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2369 | 2024-09-17T13:39:23.350Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2370 | 2024-09-17T13:39:26.117Z | Compiling tui-tree-widget v0.22.0 |
2371 | 2024-09-17T13:39:26.588Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2372 | 2024-09-17T13:39:30.646Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2373 | 2024-09-17T13:39:35.408Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2374 | 2024-09-17T13:39:35.741Z | Compiling uzers v0.11.3 |
2375 | 2024-09-17T13:39:38.489Z | Compiling shell-words v1.1.0 |
2376 | 2024-09-17T13:39:38.944Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2377 | 2024-09-17T13:39:44.221Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2378 | 2024-09-17T13:39:46.318Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2379 | 2024-09-17T13:40:17.307Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2380 | 2024-09-17T13:40:20.997Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2381 | 2024-09-17T13:40:32.454Z | Compiling multimap v0.10.0 |
2382 | 2024-09-17T13:42:35.059Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2383 | 2024-09-17T13:42:48.961Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2384 | 2024-09-17T13:48:56.150Z | Finished `release` profile [optimized] target(s) in 16m 08s |
2385 | 2024-09-17T13:49:52.723Z | |
2386 | 2024-09-17T13:49:52.726Z | real 17:06.006818342 |
2387 | 2024-09-17T13:49:52.726Z | user 1:59:52.773034424 |
2388 | 2024-09-17T13:49:52.726Z | sys 5:52.138191673 |
2389 | 2024-09-17T13:49:52.726Z | trap 3.144014850 |
2390 | 2024-09-17T13:49:52.726Z | tflt 3.456251665 |
2391 | 2024-09-17T13:49:52.726Z | dflt 3.455984154 |
2392 | 2024-09-17T13:49:52.726Z | kflt 0.021569984 |
2393 | 2024-09-17T13:49:52.726Z | lock 7:16:42.963425113 |
2394 | 2024-09-17T13:49:52.726Z | slp 6:25:12.050865516 |
2395 | 2024-09-17T13:49:52.726Z | lat 2:56.494296529 |
2396 | 2024-09-17T13:49:52.726Z | stop 2:42.294674971 |
2397 | 2024-09-17T13:49:52.726Z | + mapfile -t packages |
2398 | 2024-09-17T13:49:52.726Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2399 | 2024-09-17T13:49:53.873Z | Finished `release` profile [optimized] target(s) in 1.09s |
2400 | 2024-09-17T13:49:53.924Z | Running `target/release/omicron-package -t test list-outputs` |
2401 | 2024-09-17T13:49:53.969Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2402 | 2024-09-17T13:49:53.971Z | + ptime -m cargo build --locked --release -p xtask |
2403 | 2024-09-17T13:49:54.615Z | Compiling serde v1.0.208 |
2404 | 2024-09-17T13:49:54.618Z | Compiling rustix v0.38.34 |
2405 | 2024-09-17T13:49:54.618Z | Compiling libc v0.2.158 |
2406 | 2024-09-17T13:49:54.618Z | Compiling serde_json v1.0.125 |
2407 | 2024-09-17T13:49:54.618Z | Compiling syn v2.0.74 |
2408 | 2024-09-17T13:49:54.724Z | Compiling bitflags v2.6.0 |
2409 | 2024-09-17T13:49:55.149Z | Compiling usdt-impl v0.5.0 |
2410 | 2024-09-17T13:49:55.164Z | Compiling syn v1.0.109 |
2411 | 2024-09-17T13:49:55.227Z | Compiling hashbrown v0.14.5 |
2412 | 2024-09-17T13:49:55.252Z | Compiling log v0.4.21 |
2413 | 2024-09-17T13:49:55.287Z | Compiling fs-err v2.11.0 |
2414 | 2024-09-17T13:49:55.632Z | Compiling anyhow v1.0.86 |
2415 | 2024-09-17T13:49:56.178Z | Compiling thread-id v4.2.1 |
2416 | 2024-09-17T13:49:56.670Z | Compiling indexmap v2.4.0 |
2417 | 2024-09-17T13:49:57.880Z | Compiling terminal_size v0.3.0 |
2418 | 2024-09-17T13:49:57.880Z | Compiling tempfile v3.10.1 |
2419 | 2024-09-17T13:49:58.120Z | Compiling clap_builder v4.5.15 |
2420 | 2024-09-17T13:49:58.359Z | Compiling proc-macro-error v1.0.4 |
2421 | 2024-09-17T13:50:00.025Z | Compiling tabled_derive v0.7.0 |
2422 | 2024-09-17T13:50:01.591Z | Compiling tabled v0.15.0 |
2423 | 2024-09-17T13:50:02.366Z | Compiling serde_derive v1.0.208 |
2424 | 2024-09-17T13:50:05.362Z | Compiling thiserror-impl v1.0.63 |
2425 | 2024-09-17T13:50:05.462Z | Compiling zerocopy-derive v0.7.34 |
2426 | 2024-09-17T13:50:05.961Z | Compiling scroll_derive v0.12.0 |
2427 | 2024-09-17T13:50:07.471Z | Compiling scroll v0.12.0 |
2428 | 2024-09-17T13:50:07.547Z | Compiling zerocopy v0.7.34 |
2429 | 2024-09-17T13:50:08.117Z | Compiling goblin v0.8.2 |
2430 | 2024-09-17T13:50:08.345Z | Compiling thiserror v1.0.63 |
2431 | 2024-09-17T13:50:08.512Z | Compiling pest v2.7.10 |
2432 | 2024-09-17T13:50:11.587Z | Compiling pest_meta v2.7.10 |
2433 | 2024-09-17T13:50:13.344Z | Compiling pest_generator v2.7.10 |
2434 | 2024-09-17T13:50:15.828Z | Compiling pest_derive v2.7.10 |
2435 | 2024-09-17T13:50:16.636Z | Compiling dtrace-parser v0.2.0 |
2436 | 2024-09-17T13:50:18.472Z | Compiling toml_datetime v0.6.8 |
2437 | 2024-09-17T13:50:19.208Z | Compiling serde_spanned v0.6.7 |
2438 | 2024-09-17T13:50:19.887Z | Compiling toml_edit v0.22.20 |
2439 | 2024-09-17T13:50:21.165Z | Compiling dof v0.3.0 |
2440 | 2024-09-17T13:50:22.794Z | Compiling serde_tokenstream v0.2.2 |
2441 | 2024-09-17T13:50:23.422Z | Compiling camino v1.1.9 |
2442 | 2024-09-17T13:50:24.521Z | Compiling toml v0.8.19 |
2443 | 2024-09-17T13:50:24.813Z | Compiling semver v1.0.23 |
2444 | 2024-09-17T13:50:25.892Z | Compiling usdt-macro v0.5.0 |
2445 | 2024-09-17T13:50:26.350Z | Compiling usdt-attr-macro v0.5.0 |
2446 | 2024-09-17T13:50:27.043Z | Compiling cargo-platform v0.1.8 |
2447 | 2024-09-17T13:50:27.179Z | Compiling clap_derive v4.5.13 |
2448 | 2024-09-17T13:50:27.814Z | Compiling usdt v0.5.0 |
2449 | 2024-09-17T13:50:28.139Z | Compiling cargo_metadata v0.18.1 |
2450 | 2024-09-17T13:50:29.342Z | Compiling cargo_toml v0.20.4 |
2451 | 2024-09-17T13:50:30.186Z | Compiling camino-tempfile v1.1.1 |
2452 | 2024-09-17T13:50:30.994Z | Compiling macaddr v1.0.1 |
2453 | 2024-09-17T13:50:32.061Z | Compiling clap v4.5.16 |
2454 | 2024-09-17T13:50:41.015Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2455 | 2024-09-17T13:50:52.514Z | Finished `release` profile [optimized] target(s) in 58.48s |
2456 | 2024-09-17T13:50:52.622Z | |
2457 | 2024-09-17T13:50:52.622Z | real 58.617635746 |
2458 | 2024-09-17T13:50:52.622Z | user 5:54.071775350 |
2459 | 2024-09-17T13:50:52.622Z | sys 33.251812404 |
2460 | 2024-09-17T13:50:52.622Z | trap 0.165700009 |
2461 | 2024-09-17T13:50:52.622Z | tflt 0.434322191 |
2462 | 2024-09-17T13:50:52.622Z | dflt 0.459396981 |
2463 | 2024-09-17T13:50:52.622Z | kflt 0.000000000 |
2464 | 2024-09-17T13:50:52.624Z | lock 11:01.676611133 |
2465 | 2024-09-17T13:50:52.625Z | slp 16:39.488667734 |
2466 | 2024-09-17T13:50:52.625Z | lat 12.534312787 |
2467 | 2024-09-17T13:50:52.625Z | stop 16.066193832 |
2468 | 2024-09-17T13:50:52.625Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2469 | 2024-09-17T13:50:52.625Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2470 | 2024-09-17T13:50:52.625Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2471 | 2024-09-17T13:50:52.625Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2472 | 2024-09-17T13:50:52.625Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2473 | 2024-09-17T13:50:53.592Z | Compiling regress v0.9.1 |
2474 | 2024-09-17T13:50:53.711Z | Compiling getopts v0.2.21 |
2475 | 2024-09-17T13:50:53.713Z | Compiling unsafe-libyaml v0.2.11 |
2476 | 2024-09-17T13:50:53.713Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2477 | 2024-09-17T13:50:53.748Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2478 | 2024-09-17T13:50:53.750Z | Compiling rustls-pki-types v1.7.0 |
2479 | 2024-09-17T13:50:53.750Z | Compiling ident_case v1.0.1 |
2480 | 2024-09-17T13:50:53.753Z | Compiling toml v0.8.19 |
2481 | 2024-09-17T13:50:53.984Z | Compiling darling_core v0.20.9 |
2482 | 2024-09-17T13:50:54.152Z | Compiling match_cfg v0.1.0 |
2483 | 2024-09-17T13:50:54.256Z | Compiling rustls-webpki v0.102.4 |
2484 | 2024-09-17T13:50:54.286Z | Compiling hostname v0.3.1 |
2485 | 2024-09-17T13:50:54.560Z | Compiling paste v1.0.15 |
2486 | 2024-09-17T13:50:54.649Z | Compiling rustls v0.22.4 |
2487 | 2024-09-17T13:50:54.670Z | Compiling ipnetwork v0.20.0 |
2488 | 2024-09-17T13:50:54.982Z | Compiling multer v3.1.0 |
2489 | 2024-09-17T13:50:55.146Z | Compiling serde_yaml v0.9.34+deprecated |
2490 | 2024-09-17T13:50:55.642Z | Compiling slog-json v2.6.1 |
2491 | 2024-09-17T13:50:55.706Z | Compiling async-stream-impl v0.3.5 |
2492 | 2024-09-17T13:50:56.049Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2493 | 2024-09-17T13:50:56.391Z | Compiling instant v0.1.12 |
2494 | 2024-09-17T13:50:56.492Z | Compiling debug-ignore v1.0.5 |
2495 | 2024-09-17T13:50:56.630Z | Compiling slog-bunyan v2.5.0 |
2496 | 2024-09-17T13:50:56.666Z | Compiling rustls-pemfile v2.1.3 |
2497 | 2024-09-17T13:50:56.872Z | Compiling waitgroup v0.1.2 |
2498 | 2024-09-17T13:50:57.136Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2499 | 2024-09-17T13:50:57.155Z | Compiling async-stream v0.3.5 |
2500 | 2024-09-17T13:50:57.157Z | Compiling serde_path_to_error v0.1.16 |
2501 | 2024-09-17T13:50:57.508Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2502 | 2024-09-17T13:50:57.820Z | Compiling hostname v0.4.0 |
2503 | 2024-09-17T13:50:58.095Z | Compiling structmeta-derive v0.3.0 |
2504 | 2024-09-17T13:50:58.113Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2505 | 2024-09-17T13:50:58.902Z | Compiling newtype-uuid v1.1.0 |
2506 | 2024-09-17T13:50:58.921Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2507 | 2024-09-17T13:50:59.230Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2508 | 2024-09-17T13:50:59.575Z | Compiling backoff v0.4.0 |
2509 | 2024-09-17T13:50:59.593Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2510 | 2024-09-17T13:50:59.739Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2511 | 2024-09-17T13:50:59.940Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2512 | 2024-09-17T13:50:59.942Z | Compiling macaddr v1.0.1 |
2513 | 2024-09-17T13:51:00.122Z | Compiling tokio-rustls v0.25.0 |
2514 | 2024-09-17T13:51:00.406Z | Compiling proc-macro-crate v1.3.1 |
2515 | 2024-09-17T13:51:00.441Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2516 | 2024-09-17T13:51:00.577Z | Compiling tempfile v3.10.1 |
2517 | 2024-09-17T13:51:00.862Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2518 | 2024-09-17T13:51:01.208Z | Compiling foreign-types-macros v0.2.3 |
2519 | 2024-09-17T13:51:01.226Z | Compiling structmeta v0.3.0 |
2520 | 2024-09-17T13:51:01.312Z | Compiling darling_macro v0.20.9 |
2521 | 2024-09-17T13:51:01.428Z | Compiling foreign-types-shared v0.3.1 |
2522 | 2024-09-17T13:51:01.509Z | Compiling num_enum_derive v0.5.11 |
2523 | 2024-09-17T13:51:01.563Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2524 | 2024-09-17T13:51:01.688Z | Compiling parse-display-derive v0.10.0 |
2525 | 2024-09-17T13:51:01.898Z | Compiling heapless v0.8.0 |
2526 | 2024-09-17T13:51:02.385Z | Compiling darling v0.20.9 |
2527 | 2024-09-17T13:51:02.520Z | Compiling serde_with_macros v3.9.0 |
2528 | 2024-09-17T13:51:02.620Z | Compiling foreign-types v0.5.0 |
2529 | 2024-09-17T13:51:02.778Z | Compiling proc-macro-error v1.0.4 |
2530 | 2024-09-17T13:51:03.265Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2531 | 2024-09-17T13:51:03.518Z | Compiling cstr-argument v0.1.2 |
2532 | 2024-09-17T13:51:03.804Z | Compiling hash32 v0.3.1 |
2533 | 2024-09-17T13:51:04.073Z | Compiling smoltcp v0.11.0 |
2534 | 2024-09-17T13:51:04.152Z | Compiling pretty-hex v0.2.1 |
2535 | 2024-09-17T13:51:04.308Z | Compiling num_enum v0.5.11 |
2536 | 2024-09-17T13:51:04.473Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2537 | 2024-09-17T13:51:04.850Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2538 | 2024-09-17T13:51:04.892Z | Compiling camino-tempfile v1.1.1 |
2539 | 2024-09-17T13:51:05.377Z | Compiling tabwriter v1.4.0 |
2540 | 2024-09-17T13:51:05.494Z | Compiling colored v2.1.0 |
2541 | 2024-09-17T13:51:05.565Z | Compiling serde_with v3.9.0 |
2542 | 2024-09-17T13:51:05.632Z | Compiling cobs v0.2.3 |
2543 | 2024-09-17T13:51:05.906Z | Compiling embedded-io v0.4.0 |
2544 | 2024-09-17T13:51:06.144Z | Compiling postcard v1.0.8 |
2545 | 2024-09-17T13:51:06.217Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2546 | 2024-09-17T13:51:06.276Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2547 | 2024-09-17T13:51:06.454Z | Compiling crucible-workspace-hack v0.1.0 |
2548 | 2024-09-17T13:51:06.498Z | Compiling parse-display v0.10.0 |
2549 | 2024-09-17T13:51:06.626Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2550 | 2024-09-17T13:51:06.850Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2551 | 2024-09-17T13:51:07.202Z | Compiling smf v0.2.3 |
2552 | 2024-09-17T13:51:07.225Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2553 | 2024-09-17T13:51:07.589Z | Compiling zone_cfg_derive v0.3.0 |
2554 | 2024-09-17T13:51:07.677Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2555 | 2024-09-17T13:51:08.167Z | Compiling num-derive v0.4.2 |
2556 | 2024-09-17T13:51:08.721Z | Compiling sigpipe v0.1.3 |
2557 | 2024-09-17T13:51:08.855Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2558 | 2024-09-17T13:51:09.198Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2559 | 2024-09-17T13:51:09.216Z | Compiling zone v0.3.0 |
2560 | 2024-09-17T13:51:09.627Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2561 | 2024-09-17T13:51:10.427Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2562 | 2024-09-17T13:51:10.661Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2563 | 2024-09-17T13:51:10.867Z | Compiling universal-hash v0.5.1 |
2564 | 2024-09-17T13:51:10.926Z | Compiling opaque-debug v0.3.1 |
2565 | 2024-09-17T13:51:10.958Z | Compiling utf-8 v0.7.6 |
2566 | 2024-09-17T13:51:10.997Z | Compiling num-rational v0.4.2 |
2567 | 2024-09-17T13:51:11.089Z | Compiling num-complex v0.4.6 |
2568 | 2024-09-17T13:51:11.155Z | Compiling humantime v2.1.0 |
2569 | 2024-09-17T13:51:11.297Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2570 | 2024-09-17T13:51:11.324Z | Compiling password-hash v0.5.0 |
2571 | 2024-09-17T13:51:11.601Z | Compiling blake2 v0.10.6 |
2572 | 2024-09-17T13:51:11.764Z | Compiling aead v0.5.2 |
2573 | 2024-09-17T13:51:11.781Z | Compiling keccak v0.1.5 |
2574 | 2024-09-17T13:51:12.182Z | Compiling num v0.4.3 |
2575 | 2024-09-17T13:51:12.243Z | Compiling float-ord v0.3.2 |
2576 | 2024-09-17T13:51:12.300Z | Compiling sha3 v0.10.8 |
2577 | 2024-09-17T13:51:12.419Z | Compiling argon2 v0.5.3 |
2578 | 2024-09-17T13:51:12.438Z | Compiling poly1305 v0.8.0 |
2579 | 2024-09-17T13:51:12.814Z | Compiling chacha20 v0.9.1 |
2580 | 2024-09-17T13:51:12.856Z | Compiling semver v0.1.20 |
2581 | 2024-09-17T13:51:13.203Z | Compiling convert_case v0.4.0 |
2582 | 2024-09-17T13:51:13.289Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2583 | 2024-09-17T13:51:13.332Z | Compiling rustc_version v0.1.7 |
2584 | 2024-09-17T13:51:13.559Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2585 | 2024-09-17T13:51:13.612Z | Compiling tungstenite v0.21.0 |
2586 | 2024-09-17T13:51:13.875Z | Compiling newline-converter v0.3.0 |
2587 | 2024-09-17T13:51:13.994Z | Compiling atty v0.2.14 |
2588 | 2024-09-17T13:51:14.052Z | Compiling cancel-safe-futures v0.1.5 |
2589 | 2024-09-17T13:51:14.152Z | Compiling same-file v1.0.6 |
2590 | 2024-09-17T13:51:14.219Z | Compiling rayon-core v1.12.1 |
2591 | 2024-09-17T13:51:14.237Z | Compiling derive_more v0.99.18 |
2592 | 2024-09-17T13:51:14.452Z | Compiling walkdir v2.5.0 |
2593 | 2024-09-17T13:51:14.471Z | Compiling expectorate v1.1.0 |
2594 | 2024-09-17T13:51:14.548Z | Compiling newtype_derive v0.1.6 |
2595 | 2024-09-17T13:51:14.613Z | Compiling primeorder v0.13.6 |
2596 | 2024-09-17T13:51:14.641Z | Compiling crossbeam-deque v0.8.5 |
2597 | 2024-09-17T13:51:14.873Z | Compiling tokio-tungstenite v0.21.0 |
2598 | 2024-09-17T13:51:15.024Z | Compiling secrecy v0.8.0 |
2599 | 2024-09-17T13:51:15.169Z | Compiling home v0.5.9 |
2600 | 2024-09-17T13:51:15.249Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2601 | 2024-09-17T13:51:15.312Z | Compiling prettyplease v0.2.20 |
2602 | 2024-09-17T13:51:15.530Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2603 | 2024-09-17T13:51:15.651Z | Compiling thiserror-impl-no-std v2.0.2 |
2604 | 2024-09-17T13:51:15.878Z | Compiling libsw v3.3.1 |
2605 | 2024-09-17T13:51:15.909Z | Compiling ring v0.16.20 |
2606 | 2024-09-17T13:51:16.120Z | Compiling blake3 v1.5.1 |
2607 | 2024-09-17T13:51:16.195Z | Compiling derive-where v1.2.7 |
2608 | 2024-09-17T13:51:16.218Z | Compiling cookie v0.18.1 |
2609 | 2024-09-17T13:51:16.525Z | Compiling unicase v2.7.0 |
2610 | 2024-09-17T13:51:16.569Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2611 | 2024-09-17T13:51:16.809Z | Compiling half v2.4.1 |
2612 | 2024-09-17T13:51:16.879Z | Compiling arc-swap v1.7.1 |
2613 | 2024-09-17T13:51:17.089Z | Compiling quick-error v1.2.3 |
2614 | 2024-09-17T13:51:17.223Z | Compiling linked-hash-map v0.5.6 |
2615 | 2024-09-17T13:51:17.258Z | Compiling owo-colors v4.0.0 |
2616 | 2024-09-17T13:51:17.420Z | Compiling linear-map v1.2.0 |
2617 | 2024-09-17T13:51:17.549Z | Compiling ciborium-io v0.2.2 |
2618 | 2024-09-17T13:51:17.618Z | Compiling indent_write v2.2.0 |
2619 | 2024-09-17T13:51:17.694Z | Compiling termcolor v1.4.1 |
2620 | 2024-09-17T13:51:17.809Z | Compiling ciborium-ll v0.2.2 |
2621 | 2024-09-17T13:51:17.855Z | Compiling lru-cache v0.1.2 |
2622 | 2024-09-17T13:51:18.069Z | Compiling slog-scope v4.4.0 |
2623 | 2024-09-17T13:51:18.237Z | Compiling env_logger v0.9.3 |
2624 | 2024-09-17T13:51:18.634Z | Compiling resolv-conf v0.7.0 |
2625 | 2024-09-17T13:51:19.100Z | Compiling thiserror-no-std v2.0.2 |
2626 | 2024-09-17T13:51:19.526Z | Compiling rayon v1.10.0 |
2627 | 2024-09-17T13:51:19.592Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2628 | 2024-09-17T13:51:19.929Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2629 | 2024-09-17T13:51:20.038Z | Compiling polyval v0.6.2 |
2630 | 2024-09-17T13:51:20.067Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2631 | 2024-09-17T13:51:20.511Z | Compiling bitstruct_derive v0.1.0 |
2632 | 2024-09-17T13:51:20.553Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2633 | 2024-09-17T13:51:20.697Z | Compiling memmap2 v0.9.4 |
2634 | 2024-09-17T13:51:21.113Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2635 | 2024-09-17T13:51:21.227Z | Compiling highway v1.2.0 |
2636 | 2024-09-17T13:51:21.279Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2637 | 2024-09-17T13:51:21.370Z | Compiling salty v0.3.0 |
2638 | 2024-09-17T13:51:21.839Z | Compiling ascii v1.1.0 |
2639 | 2024-09-17T13:51:21.936Z | Compiling spin v0.5.2 |
2640 | 2024-09-17T13:51:22.107Z | Compiling constant_time_eq v0.3.0 |
2641 | 2024-09-17T13:51:22.202Z | Compiling arrayvec v0.7.4 |
2642 | 2024-09-17T13:51:22.270Z | Compiling parking_lot_core v0.8.6 |
2643 | 2024-09-17T13:51:22.305Z | Compiling arrayref v0.3.7 |
2644 | 2024-09-17T13:51:22.418Z | Compiling libefi-sys v0.1.0 |
2645 | 2024-09-17T13:51:22.454Z | Compiling untrusted v0.7.1 |
2646 | 2024-09-17T13:51:22.656Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2647 | 2024-09-17T13:51:22.753Z | Compiling bitstruct v0.1.1 |
2648 | 2024-09-17T13:51:22.837Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2649 | 2024-09-17T13:51:22.862Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2650 | 2024-09-17T13:51:22.880Z | Compiling ghash v0.5.1 |
2651 | 2024-09-17T13:51:23.090Z | Compiling steno v0.4.1 |
2652 | 2024-09-17T13:51:23.747Z | Compiling vsss-rs v3.3.4 |
2653 | 2024-09-17T13:51:24.001Z | Compiling hickory-resolver v0.24.1 |
2654 | 2024-09-17T13:51:24.332Z | Compiling slog-stdlog v4.1.1 |
2655 | 2024-09-17T13:51:24.567Z | Compiling ciborium v0.2.2 |
2656 | 2024-09-17T13:51:25.065Z | Compiling toolchain_find v0.4.0 |
2657 | 2024-09-17T13:51:25.454Z | Compiling p384 v0.13.0 |
2658 | 2024-09-17T13:51:25.776Z | Compiling chacha20poly1305 v0.10.1 |
2659 | 2024-09-17T13:51:26.024Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-09-17T13:51:26.178Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2661 | 2024-09-17T13:51:26.467Z | Compiling ctr v0.9.2 |
2662 | 2024-09-17T13:51:26.587Z | Compiling serde_arrays v0.1.0 |
2663 | 2024-09-17T13:51:26.804Z | Compiling erased-serde v0.3.31 |
2664 | 2024-09-17T13:51:26.827Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2665 | 2024-09-17T13:51:26.876Z | Compiling bitfield-struct v0.6.1 |
2666 | 2024-09-17T13:51:27.081Z | Compiling slog-dtrace v0.3.0 |
2667 | 2024-09-17T13:51:27.280Z | Compiling rustls v0.23.10 |
2668 | 2024-09-17T13:51:27.417Z | Compiling topological-sort v0.2.2 |
2669 | 2024-09-17T13:51:27.642Z | Compiling omicron-zone-package v0.11.0 |
2670 | 2024-09-17T13:51:27.862Z | Compiling aes-gcm v0.10.3 |
2671 | 2024-09-17T13:51:28.160Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-09-17T13:51:28.319Z | Compiling rustfmt-wrapper v0.2.1 |
2673 | 2024-09-17T13:51:28.388Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2674 | 2024-09-17T13:51:28.563Z | Compiling slog-envlogger v2.2.0 |
2675 | 2024-09-17T13:51:28.968Z | Compiling mime_guess v2.0.4 |
2676 | 2024-09-17T13:51:29.921Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2677 | 2024-09-17T13:51:30.218Z | Compiling tungstenite v0.20.1 |
2678 | 2024-09-17T13:51:30.371Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2679 | 2024-09-17T13:51:30.542Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2680 | 2024-09-17T13:51:30.908Z | Compiling heck v0.3.3 |
2681 | 2024-09-17T13:51:31.048Z | Compiling ssh-encoding v0.2.0 |
2682 | 2024-09-17T13:51:31.098Z | Compiling blowfish v0.9.1 |
2683 | 2024-09-17T13:51:31.380Z | Compiling nibble_vec v0.1.0 |
2684 | 2024-09-17T13:51:31.572Z | Compiling env_filter v0.1.2 |
2685 | 2024-09-17T13:51:31.607Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2686 | 2024-09-17T13:51:31.610Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2687 | 2024-09-17T13:51:31.784Z | Compiling endian-type v0.1.2 |
2688 | 2024-09-17T13:51:31.842Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2689 | 2024-09-17T13:51:31.971Z | Compiling env_logger v0.11.5 |
2690 | 2024-09-17T13:51:32.046Z | Compiling radix_trie v0.2.1 |
2691 | 2024-09-17T13:51:32.196Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2692 | 2024-09-17T13:51:32.371Z | Compiling ssh-cipher v0.2.0 |
2693 | 2024-09-17T13:51:32.517Z | Compiling zone_cfg_derive v0.1.2 |
2694 | 2024-09-17T13:51:32.760Z | Compiling bcrypt-pbkdf v0.10.0 |
2695 | 2024-09-17T13:51:32.806Z | Compiling tokio-tungstenite v0.20.1 |
2696 | 2024-09-17T13:51:33.408Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2697 | 2024-09-17T13:51:33.497Z | Compiling parking_lot v0.11.2 |
2698 | 2024-09-17T13:51:33.720Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2699 | 2024-09-17T13:51:34.169Z | Compiling gethostname v0.5.0 |
2700 | 2024-09-17T13:51:34.338Z | Compiling password-hash v0.4.2 |
2701 | 2024-09-17T13:51:34.401Z | Compiling fxhash v0.2.1 |
2702 | 2024-09-17T13:51:34.432Z | Compiling base64 v0.13.1 |
2703 | 2024-09-17T13:51:34.457Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2704 | 2024-09-17T13:51:34.626Z | Compiling matches v0.1.10 |
2705 | 2024-09-17T13:51:34.740Z | Compiling idna v0.2.3 |
2706 | 2024-09-17T13:51:34.759Z | Compiling sled v0.34.7 |
2707 | 2024-09-17T13:51:34.805Z | Compiling pbkdf2 v0.11.0 |
2708 | 2024-09-17T13:51:35.097Z | Compiling ron v0.7.1 |
2709 | 2024-09-17T13:51:35.227Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2710 | 2024-09-17T13:51:35.298Z | Compiling zone v0.1.8 |
2711 | 2024-09-17T13:51:36.453Z | Compiling ssh-key v0.6.6 |
2712 | 2024-09-17T13:51:36.989Z | Compiling hickory-client v0.24.1 |
2713 | 2024-09-17T13:51:38.127Z | Compiling p256 v0.13.2 |
2714 | 2024-09-17T13:51:38.444Z | Compiling p521 v0.13.3 |
2715 | 2024-09-17T13:51:39.022Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2716 | 2024-09-17T13:51:40.931Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2717 | 2024-09-17T13:51:41.119Z | Compiling tokio-rustls v0.26.0 |
2718 | 2024-09-17T13:51:41.382Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2719 | 2024-09-17T13:51:41.401Z | Compiling hickory-server v0.24.1 |
2720 | 2024-09-17T13:51:41.434Z | Compiling pem v3.0.4 |
2721 | 2024-09-17T13:51:41.623Z | Compiling enum-as-inner v0.5.1 |
2722 | 2024-09-17T13:51:42.135Z | Compiling yasna v0.5.2 |
2723 | 2024-09-17T13:51:42.307Z | Compiling headers-core v0.2.0 |
2724 | 2024-09-17T13:51:42.494Z | Compiling portpicker v0.1.1 |
2725 | 2024-09-17T13:51:42.776Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2726 | 2024-09-17T13:51:42.861Z | Compiling kstat-rs v0.2.4 |
2727 | 2024-09-17T13:51:43.173Z | Compiling nanorand v0.7.0 |
2728 | 2024-09-17T13:51:43.548Z | Compiling russh-cryptovec v0.7.2 |
2729 | 2024-09-17T13:51:43.765Z | Compiling md5 v0.7.0 |
2730 | 2024-09-17T13:51:43.836Z | Compiling http-range v0.1.5 |
2731 | 2024-09-17T13:51:43.879Z | Compiling glob v0.3.1 |
2732 | 2024-09-17T13:51:44.233Z | Compiling russh-keys v0.45.0 |
2733 | 2024-09-17T13:51:44.309Z | Compiling hyper-staticfile v0.9.5 |
2734 | 2024-09-17T13:51:44.917Z | Compiling flume v0.11.0 |
2735 | 2024-09-17T13:51:45.345Z | Compiling rcgen v0.12.1 |
2736 | 2024-09-17T13:51:45.639Z | Compiling trust-dns-proto v0.22.0 |
2737 | 2024-09-17T13:51:46.223Z | Compiling headers v0.3.9 |
2738 | 2024-09-17T13:51:46.795Z | Compiling atomicwrites v0.4.3 |
2739 | 2024-09-17T13:51:47.215Z | Compiling itertools v0.13.0 |
2740 | 2024-09-17T13:51:47.858Z | Compiling num-bigint v0.4.5 |
2741 | 2024-09-17T13:51:48.278Z | Compiling des v0.8.1 |
2742 | 2024-09-17T13:51:48.310Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2743 | 2024-09-17T13:51:48.567Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2744 | 2024-09-17T13:51:48.639Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2745 | 2024-09-17T13:51:48.688Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2746 | 2024-09-17T13:51:48.909Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2747 | 2024-09-17T13:51:50.642Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2748 | 2024-09-17T13:51:50.698Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2749 | 2024-09-17T13:51:54.155Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2750 | 2024-09-17T13:51:55.537Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2751 | 2024-09-17T13:51:56.628Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2752 | 2024-09-17T13:51:56.707Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2753 | 2024-09-17T13:51:57.071Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2754 | 2024-09-17T13:51:58.157Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2755 | 2024-09-17T13:51:58.850Z | Compiling subprocess v0.2.9 |
2756 | 2024-09-17T13:51:59.168Z | Compiling dhcproto-macros v0.1.0 |
2757 | 2024-09-17T13:52:00.218Z | Compiling hex-literal v0.4.1 |
2758 | 2024-09-17T13:52:00.402Z | Compiling display-error-chain v0.2.1 |
2759 | 2024-09-17T13:52:00.608Z | Compiling russh v0.45.0 |
2760 | 2024-09-17T13:52:00.934Z | Compiling dhcproto v0.12.0 |
2761 | 2024-09-17T13:52:02.587Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2762 | 2024-09-17T13:52:03.858Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2763 | 2024-09-17T13:52:04.385Z | Compiling internet-checksum v0.2.1 |
2764 | 2024-09-17T13:52:06.930Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2765 | 2024-09-17T13:52:08.557Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2766 | 2024-09-17T13:52:08.867Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2767 | 2024-09-17T13:52:08.905Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2768 | 2024-09-17T13:52:09.747Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2769 | 2024-09-17T13:52:10.849Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2770 | 2024-09-17T13:52:11.702Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2771 | 2024-09-17T13:52:12.227Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2772 | 2024-09-17T13:52:13.373Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2773 | 2024-09-17T13:52:14.852Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2774 | 2024-09-17T13:52:15.245Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2775 | 2024-09-17T13:52:16.523Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2776 | 2024-09-17T13:52:16.640Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2777 | 2024-09-17T13:52:17.465Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2778 | 2024-09-17T13:52:20.406Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2779 | 2024-09-17T13:52:21.541Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2780 | 2024-09-17T13:52:22.055Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2781 | 2024-09-17T13:52:24.681Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2782 | 2024-09-17T13:52:26.306Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2783 | 2024-09-17T13:52:27.543Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2784 | 2024-09-17T13:52:28.357Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2785 | 2024-09-17T13:52:32.215Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2786 | 2024-09-17T13:52:39.371Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2787 | 2024-09-17T13:52:39.371Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2788 | 2024-09-17T13:52:41.411Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2789 | 2024-09-17T13:53:00.675Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2790 | 2024-09-17T13:53:31.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2791 | 2024-09-17T13:53:31.309Z | |
2792 | 2024-09-17T13:53:31.309Z | real 2:38.629032207 |
2793 | 2024-09-17T13:53:31.309Z | user 13:18.009036551 |
2794 | 2024-09-17T13:53:31.309Z | sys 2:41.999347018 |
2795 | 2024-09-17T13:53:31.309Z | trap 0.382833056 |
2796 | 2024-09-17T13:53:31.309Z | tflt 1.503304329 |
2797 | 2024-09-17T13:53:31.309Z | dflt 1.535926872 |
2798 | 2024-09-17T13:53:31.309Z | kflt 0.000000000 |
2799 | 2024-09-17T13:53:31.309Z | lock 27:59.814596620 |
2800 | 2024-09-17T13:53:31.309Z | slp 49:49.572998435 |
2801 | 2024-09-17T13:53:31.309Z | lat 40.468417945 |
2802 | 2024-09-17T13:53:31.309Z | stop 1:41.191073769 |
2803 | 2024-09-17T13:53:31.311Z | + mkdir tests |
2804 | 2024-09-17T13:53:31.315Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2805 | 2024-09-17T13:53:31.315Z | + xargs -I '{}' -t cp '{}' tests/ |
2806 | 2024-09-17T13:53:31.352Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-49dc204addbf9552 tests/ |
2807 | 2024-09-17T13:53:31.379Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3b95585e4e139e31 tests/ |
2808 | 2024-09-17T13:53:31.404Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f59e7fe66a00b71c tests/ |
2809 | 2024-09-17T13:53:31.430Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bd7d59981d7ba40a tests/ |
2810 | 2024-09-17T13:53:31.643Z | + files=(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/*) |
2811 | 2024-09-17T13:53:31.646Z | + ptime -m tar cvzf /work/package.tar.gz 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-f59e7fe66a00b71c tests/commtest-3b95585e4e139e31 tests/dhcp_server-49dc204addbf9552 tests/end_to_end_tests-bd7d59981d7ba40a 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 |
2812 | 2024-09-17T13:54:35.149Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2813 | 2024-09-17T13:54:35.149Z | a out/target/test 1K |
2814 | 2024-09-17T13:54:35.149Z | a out/npuzone/npuzone 23144K |
2815 | 2024-09-17T13:54:35.149Z | a package-manifest.toml 32K |
2816 | 2024-09-17T13:54:35.149Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2817 | 2024-09-17T13:54:35.149Z | a target/release/omicron-package 32525K |
2818 | 2024-09-17T13:54:35.149Z | a target/release/xtask 11987K |
2819 | 2024-09-17T13:54:35.149Z | a target/debug/bootstrap 193335K |
2820 | 2024-09-17T13:54:35.149Z | a tests/bootstrap-f59e7fe66a00b71c 23974K |
2821 | 2024-09-17T13:54:35.149Z | a tests/commtest-3b95585e4e139e31 24235K |
2822 | 2024-09-17T13:54:35.150Z | a tests/dhcp_server-49dc204addbf9552 23974K |
2823 | 2024-09-17T13:54:35.150Z | a tests/end_to_end_tests-bd7d59981d7ba40a 211376K |
2824 | 2024-09-17T13:54:35.150Z | a out/clickhouse.tar.gz 232869K |
2825 | 2024-09-17T13:54:35.150Z | a out/clickhouse_keeper.tar.gz 232855K |
2826 | 2024-09-17T13:54:35.150Z | a out/clickhouse_server.tar.gz 232853K |
2827 | 2024-09-17T13:54:35.150Z | a out/cockroachdb.tar.gz 132183K |
2828 | 2024-09-17T13:54:35.150Z | a out/crucible-dtrace.tar 84K |
2829 | 2024-09-17T13:54:35.150Z | a out/crucible-pantry-zone.tar.gz 25984K |
2830 | 2024-09-17T13:54:35.150Z | a out/crucible-zone.tar.gz 34244K |
2831 | 2024-09-17T13:54:35.150Z | a out/external-dns.tar.gz 25127K |
2832 | 2024-09-17T13:54:35.150Z | a out/internal-dns.tar.gz 25127K |
2833 | 2024-09-17T13:54:35.150Z | a out/mg-ddm-gz.tar 62160K |
2834 | 2024-09-17T13:54:35.150Z | a out/nexus.tar.gz 91895K |
2835 | 2024-09-17T13:54:35.150Z | a out/ntp.tar.gz 9057K |
2836 | 2024-09-17T13:54:35.150Z | a out/omicron-gateway-softnpu.tar.gz 20771K |
2837 | 2024-09-17T13:54:35.150Z | a out/omicron-sled-agent.tar 101853K |
2838 | 2024-09-17T13:54:35.150Z | a out/overlay.tar.gz 3K |
2839 | 2024-09-17T13:54:35.150Z | a out/oximeter.tar.gz 42499K |
2840 | 2024-09-17T13:54:35.150Z | a out/oxlog.tar 3038K |
2841 | 2024-09-17T13:54:35.150Z | a out/probe.tar.gz 2764K |
2842 | 2024-09-17T13:54:35.150Z | a out/propolis-server.tar.gz 65665K |
2843 | 2024-09-17T13:54:35.150Z | a out/pumpkind-gz.tar 26665K |
2844 | 2024-09-17T13:54:35.150Z | a out/switch-softnpu.tar.gz 217868K |
2845 | 2024-09-17T13:54:35.153Z | |
2846 | 2024-09-17T13:54:35.153Z | real 1:03.497635655 |
2847 | 2024-09-17T13:54:35.153Z | user 1:00.609086955 |
2848 | 2024-09-17T13:54:35.153Z | sys 3.972153322 |
2849 | 2024-09-17T13:54:35.153Z | trap 0.018097669 |
2850 | 2024-09-17T13:54:35.153Z | tflt 0.000000000 |
2851 | 2024-09-17T13:54:35.153Z | dflt 0.000000000 |
2852 | 2024-09-17T13:54:35.153Z | kflt 0.000000000 |
2853 | 2024-09-17T13:54:35.153Z | lock 0.000000000 |
2854 | 2024-09-17T13:54:35.153Z | slp 1:00.624142194 |
2855 | 2024-09-17T13:54:35.153Z | lat 1.766339508 |
2856 | 2024-09-17T13:54:35.153Z | stop 0.000489736 |
2857 | 2024-09-17T13:54:35.156Z | process exited: duration 1805736 ms, exit code 0 |
|
2858 | 2024-09-17T13:54:35.169Z | found 1 output files |
2859 | 2024-09-17T13:54:35.169Z | uploading: /work/package.tar.gz (1628310159 bytes) |
2860 | 2024-09-17T13:55:04.802Z | uploaded: /work/package.tar.gz |