|
|
|
1 | 2024-11-26T22:48:56.543Z | job assigned to worker 01JDNAJ2VHHN6DQZ848RNRD2C1 [factory aws, i-0df030b9c97cced7e] (queued for 57 s) |
|
2 | 2024-11-26T22:49:05.135Z | starting task 0: "setup" |
3 | 2024-11-26T22:49:05.144Z | ++ uname -s |
4 | 2024-11-26T22:49:05.147Z | + kern=SunOS |
5 | 2024-11-26T22:49:05.147Z | + case "$kern" in |
6 | 2024-11-26T22:49:05.147Z | + groupadd -g 12345 build |
7 | 2024-11-26T22:49:05.149Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T22:49:07.155Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T22:49:07.256Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T22:49:07.259Z | + home_fs=zfs |
11 | 2024-11-26T22:49:07.259Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T22:49:07.259Z | + mkdir -p /home/build |
13 | 2024-11-26T22:49:07.261Z | + chown build:build /home/build /work |
14 | 2024-11-26T22:49:09.263Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T22:49:09.266Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-11-26T22:49:09.272Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T22:49:09.277Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T22:49:09.277Z | ' 1.81.0 |
19 | 2024-11-26T22:49:09.277Z | * toolchain channel = "1.81.0" |
20 | 2024-11-26T22:49:09.277Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T22:49:09.277Z | ' default |
22 | 2024-11-26T22:49:09.277Z | * toolchain profile = "default" |
23 | 2024-11-26T22:49:09.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T22:49:09.279Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-26T22:49:09.382Z | info: downloading installer |
26 | 2024-11-26T22:49:11.071Z | info: profile set to 'default' |
27 | 2024-11-26T22:49:11.071Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T22:49:11.073Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-26T22:49:11.241Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-26T22:49:11.241Z | info: downloading component 'cargo' |
31 | 2024-11-26T22:49:12.231Z | info: downloading component 'clippy' |
32 | 2024-11-26T22:49:12.595Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T22:49:13.957Z | info: downloading component 'rust-std' |
34 | 2024-11-26T22:49:16.083Z | info: downloading component 'rustc' |
35 | 2024-11-26T22:49:23.713Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T22:49:24.006Z | info: installing component 'cargo' |
37 | 2024-11-26T22:49:24.790Z | info: installing component 'clippy' |
38 | 2024-11-26T22:49:25.147Z | info: installing component 'rust-docs' |
39 | 2024-11-26T22:49:26.773Z | info: installing component 'rust-std' |
40 | 2024-11-26T22:49:28.464Z | info: installing component 'rustc' |
41 | 2024-11-26T22:49:34.141Z | info: installing component 'rustfmt' |
42 | 2024-11-26T22:49:34.457Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-26T22:49:34.457Z | |
44 | 2024-11-26T22:49:34.822Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-26T22:49:34.822Z | |
46 | 2024-11-26T22:49:34.825Z | |
47 | 2024-11-26T22:49:34.825Z | Rust is installed now. Great! |
48 | 2024-11-26T22:49:34.825Z | |
49 | 2024-11-26T22:49:34.825Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T22:49:34.825Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T22:49:34.825Z | |
52 | 2024-11-26T22:49:34.825Z | To configure your current shell, you need to source |
53 | 2024-11-26T22:49:34.825Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T22:49:34.825Z | |
55 | 2024-11-26T22:49:34.826Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T22:49:34.826Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T22:49:34.826Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T22:49:34.897Z | + rustc --version |
59 | 2024-11-26T22:49:34.962Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-26T22:49:34.965Z | process exited: duration 25688 ms, exit code 0 |
|
61 | 2024-11-26T22:49:34.970Z | starting task 2: "authentication" |
62 | 2024-11-26T22:49:34.990Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T22:49:34.996Z | starting task 3: "clone repository" |
64 | 2024-11-26T22:49:35.001Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-26T22:49:35.003Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-26T22:49:35.293Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-26T22:49:41.079Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-26T22:49:41.079Z | + git fetch origin 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
69 | 2024-11-26T22:49:41.415Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-26T22:49:41.415Z | * branch 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 -> FETCH_HEAD |
71 | 2024-11-26T22:49:41.425Z | + [[ -n fix-clickhouse-admin-single ]] |
72 | 2024-11-26T22:49:41.427Z | ++ git branch --show-current |
73 | 2024-11-26T22:49:41.429Z | + current=main |
74 | 2024-11-26T22:49:41.430Z | + [[ main != fix-clickhouse-admin-single ]] |
75 | 2024-11-26T22:49:41.430Z | + git branch -f fix-clickhouse-admin-single 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
76 | 2024-11-26T22:49:41.432Z | + git checkout -f fix-clickhouse-admin-single |
77 | 2024-11-26T22:49:41.605Z | Switched to branch 'fix-clickhouse-admin-single' |
78 | 2024-11-26T22:49:41.608Z | + git reset --hard 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
79 | 2024-11-26T22:49:41.619Z | HEAD is now at 922157bb7 Make `ClickhouseCli.log` a mandatory field |
80 | 2024-11-26T22:49:41.621Z | process exited: duration 6622 ms, exit code 0 |
|
81 | 2024-11-26T22:49:41.627Z | starting task 4: "build" |
82 | 2024-11-26T22:49:41.632Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-26T22:49:41.632Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-26T22:49:41.632Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-26T22:49:41.632Z | + cargo --version |
86 | 2024-11-26T22:49:41.691Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-26T22:49:41.693Z | + rustc --version |
88 | 2024-11-26T22:49:41.753Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-26T22:49:41.756Z | + WORK=/work |
90 | 2024-11-26T22:49:41.756Z | + pfexec mkdir -p /work |
91 | 2024-11-26T22:49:41.759Z | + pfexec chown build /work |
92 | 2024-11-26T22:49:41.762Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-26T22:49:52.338Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-26T22:49:56.246Z | Startup: Caching catalogs ... Done |
95 | 2024-11-26T22:50:05.311Z | Planning: Solver setup ... Done (8.387s) |
96 | 2024-11-26T22:50:05.428Z | Planning: Running solver ... Done (0.117s) |
97 | 2024-11-26T22:50:05.605Z | Planning: Finding local manifests ... Done (0.083s) |
98 | 2024-11-26T22:50:05.617Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-26T22:50:05.828Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-26T22:50:06.027Z | Planning: Package planning ... Done (0.199s) |
101 | 2024-11-26T22:50:06.084Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-26T22:50:06.587Z | Planning: Checking for conflicting actions ... Done (0.503s) |
103 | 2024-11-26T22:50:10.907Z | Planning: Consolidating action changes ... Done (4.319s) |
104 | 2024-11-26T22:50:11.259Z | Planning: Evaluating mediators ... Done (0.352s) |
105 | 2024-11-26T22:50:11.372Z | Planning: Planning completed in 15.12 seconds |
106 | 2024-11-26T22:50:11.385Z | Packages to install: 4 |
107 | 2024-11-26T22:50:11.386Z | Packages to update: 1 |
108 | 2024-11-26T22:50:11.389Z | Mediators to change: 2 |
109 | 2024-11-26T22:50:11.389Z | Services to change: 1 |
110 | 2024-11-26T22:50:11.389Z | Estimated space available: 155.64 GB |
111 | 2024-11-26T22:50:11.389Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-26T22:50:11.389Z | Create boot environment: No |
113 | 2024-11-26T22:50:11.389Z | Create backup boot environment: Yes |
114 | 2024-11-26T22:50:11.389Z | Rebuild boot archive: No |
115 | 2024-11-26T22:50:11.389Z | |
116 | 2024-11-26T22:50:11.389Z | Changed mediators: |
117 | 2024-11-26T22:50:11.389Z | mediator clang: |
118 | 2024-11-26T22:50:11.389Z | version: None -> 15 (system default) |
119 | 2024-11-26T22:50:11.389Z | |
120 | 2024-11-26T22:50:11.389Z | mediator llvm: |
121 | 2024-11-26T22:50:11.389Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-26T22:50:11.389Z | |
123 | 2024-11-26T22:50:11.389Z | Changed packages: |
124 | 2024-11-26T22:50:11.389Z | helios-dev |
125 | 2024-11-26T22:50:11.389Z | developer/build-essential |
126 | 2024-11-26T22:50:11.389Z | None -> 11-2.0 |
127 | 2024-11-26T22:50:11.389Z | library/libxmlsec1 |
128 | 2024-11-26T22:50:11.389Z | None -> 1.2.35-2.0 |
129 | 2024-11-26T22:50:11.389Z | ooce/developer/clang-15 |
130 | 2024-11-26T22:50:11.389Z | None -> 15.0.7-2.0 |
131 | 2024-11-26T22:50:11.389Z | ooce/developer/llvm-15 |
132 | 2024-11-26T22:50:11.389Z | None -> 15.0.7-2.0 |
133 | 2024-11-26T22:50:11.389Z | package/pkg |
134 | 2024-11-26T22:50:11.389Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-26T22:50:11.389Z | |
136 | 2024-11-26T22:50:11.389Z | Services: |
137 | 2024-11-26T22:50:11.389Z | restart_fmri: |
138 | 2024-11-26T22:50:11.389Z | svc:/system/update-man-index:default |
139 | 2024-11-26T22:50:11.389Z | |
140 | 2024-11-26T22:50:11.389Z | Editable files to change: |
141 | 2024-11-26T22:50:11.389Z | Update: |
142 | 2024-11-26T22:50:11.389Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-26T22:50:11.594Z | |
144 | 2024-11-26T22:50:11.594Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-26T22:50:16.597Z | Download: 693/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
146 | 2024-11-26T22:50:21.617Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
147 | 2024-11-26T22:50:26.619Z | Download: 1713/4281 items 118.0/220.6MB 53% complete (10.0M/s) |
148 | 2024-11-26T22:50:32.038Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (6.4M/s) |
149 | 2024-11-26T22:50:37.041Z | Download: 3182/4281 items 159.2/220.6MB 72% complete (4.0M/s) |
150 | 2024-11-26T22:50:42.043Z | Download: 4192/4281 items 220.3/220.6MB 99% complete (10.2M/s) |
151 | 2024-11-26T22:50:42.501Z | Download: Completed 220.60 MB in 30.90 seconds (7.1M/s) |
152 | 2024-11-26T22:50:43.426Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-26T22:50:43.445Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-26T22:50:48.569Z | Actions: 4112/5063 actions (Installing new actions) |
155 | 2024-11-26T22:50:49.462Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-26T22:50:49.889Z | Actions: Completed 5063 actions in 6.46 seconds. |
157 | 2024-11-26T22:50:50.298Z | Done (0.400s) |
158 | 2024-11-26T22:50:50.301Z | Done (0.000s) |
159 | 2024-11-26T22:50:50.834Z | Done (0.533s) |
160 | 2024-11-26T22:50:58.113Z | Done (7.043s) |
161 | 2024-11-26T22:50:58.539Z | Done (0.354s) |
162 | 2024-11-26T22:50:58.545Z | Done (0.000s) |
163 | 2024-11-26T22:50:58.710Z | Done (0.000s) |
164 | 2024-11-26T22:50:59.436Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-26T22:50:59.602Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-26T22:50:59.605Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-26T22:50:59.879Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-26T22:50:59.882Z | Planning: Planning completed in 0.44 seconds |
169 | 2024-11-26T22:50:59.919Z | Mediators to change: 2 |
170 | 2024-11-26T22:50:59.921Z | Create boot environment: No |
171 | 2024-11-26T22:50:59.922Z | Create backup boot environment: No |
172 | 2024-11-26T22:50:59.997Z | Done |
173 | 2024-11-26T22:50:59.997Z | Done |
174 | 2024-11-26T22:51:00.357Z | Done |
175 | 2024-11-26T22:51:04.139Z | Done |
176 | 2024-11-26T22:51:04.234Z | Done |
177 | 2024-11-26T22:51:04.236Z | Done |
178 | 2024-11-26T22:51:04.363Z | Done |
179 | 2024-11-26T22:51:05.007Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-26T22:51:05.010Z | Planning: Merging actions ... Done |
181 | 2024-11-26T22:51:05.199Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-26T22:51:05.202Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-26T22:51:05.478Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-26T22:51:05.536Z | Planning: Planning completed in 0.78 seconds |
185 | 2024-11-26T22:51:05.576Z | Packages to change: 1 |
186 | 2024-11-26T22:51:05.576Z | Mediators to change: 1 |
187 | 2024-11-26T22:51:05.579Z | Services to change: 1 |
188 | 2024-11-26T22:51:05.579Z | Create boot environment: No |
189 | 2024-11-26T22:51:05.579Z | Create backup boot environment: Yes |
190 | 2024-11-26T22:51:07.779Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-26T22:51:07.866Z | Actions: Completed 6 actions in 0.09 seconds. |
192 | 2024-11-26T22:51:07.869Z | Done |
193 | 2024-11-26T22:51:07.869Z | Done |
194 | 2024-11-26T22:51:07.981Z | Done |
195 | 2024-11-26T22:51:11.799Z | Done |
196 | 2024-11-26T22:51:11.895Z | Done |
197 | 2024-11-26T22:51:11.898Z | Done |
198 | 2024-11-26T22:51:12.014Z | Done |
199 | 2024-11-26T22:51:12.465Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-26T22:51:12.465Z | clang system 15 system |
201 | 2024-11-26T22:51:12.465Z | csh system system illumos |
202 | 2024-11-26T22:51:12.465Z | ctags system system illumos |
203 | 2024-11-26T22:51:12.465Z | gcc vendor 12 vendor |
204 | 2024-11-26T22:51:12.465Z | gcc system 10 system |
205 | 2024-11-26T22:51:12.465Z | gcc system 7 system |
206 | 2024-11-26T22:51:12.465Z | go system 1.20 system |
207 | 2024-11-26T22:51:12.465Z | go system 1.19 system |
208 | 2024-11-26T22:51:12.465Z | llvm system 15 system |
209 | 2024-11-26T22:51:12.465Z | llvm system 14 system |
210 | 2024-11-26T22:51:12.465Z | mariadb system 10.6 system |
211 | 2024-11-26T22:51:12.465Z | mta vendor vendor dma |
212 | 2024-11-26T22:51:12.465Z | openjdk system 17 system |
213 | 2024-11-26T22:51:12.465Z | openjdk system 11 system |
214 | 2024-11-26T22:51:12.465Z | openjdk system 1.8 system |
215 | 2024-11-26T22:51:12.465Z | openssl vendor 3 vendor |
216 | 2024-11-26T22:51:12.465Z | perl system 5.36 system |
217 | 2024-11-26T22:51:12.465Z | postgresql system 15 system |
218 | 2024-11-26T22:51:12.465Z | postgresql system 13 system |
219 | 2024-11-26T22:51:12.465Z | python vendor 3 vendor |
220 | 2024-11-26T22:51:12.465Z | python system 2 system |
221 | 2024-11-26T22:51:12.465Z | python3 system 3.11 system |
222 | 2024-11-26T22:51:12.465Z | ruby system 3.0 system |
223 | 2024-11-26T22:51:12.466Z | words vendor vendor american-english |
224 | 2024-11-26T22:51:12.466Z | words system system australian-english |
225 | 2024-11-26T22:51:12.466Z | words system system british-english |
226 | 2024-11-26T22:51:12.466Z | words system system canadian-english |
227 | 2024-11-26T22:51:12.466Z | words system system french |
228 | 2024-11-26T22:51:12.467Z | words system system italian |
229 | 2024-11-26T22:51:12.467Z | words system system ngerman |
230 | 2024-11-26T22:51:12.467Z | words system system ogerman |
231 | 2024-11-26T22:51:12.467Z | words system system spanish |
232 | 2024-11-26T22:51:12.814Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-26T22:51:12.814Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-26T22:51:15.465Z | FMRI IFO |
235 | 2024-11-26T22:51:15.465Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-26T22:51:15.465Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-26T22:51:15.465Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-26T22:51:15.465Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-26T22:51:15.465Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-26T22:51:15.465Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-26T22:51:15.466Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-26T22:51:16.259Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-26T22:51:16.527Z | Updating crates.io index |
252 | 2024-11-26T22:51:16.530Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-26T22:51:17.086Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-26T22:51:17.354Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-26T22:51:17.630Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-26T22:51:17.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-26T22:51:18.934Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-26T22:51:21.270Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-26T22:51:22.427Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-26T22:51:23.092Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-26T22:51:23.376Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-26T22:51:23.739Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-26T22:51:24.235Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-26T22:51:24.654Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-26T22:51:24.899Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-26T22:51:25.161Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-26T22:51:25.415Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-26T22:51:25.662Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-26T22:51:25.952Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-26T22:51:26.233Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-26T22:51:26.558Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-26T22:51:26.895Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-26T22:51:27.502Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-26T22:51:27.789Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-11-26T22:51:28.439Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
276 | 2024-11-26T22:51:28.916Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-11-26T22:51:29.284Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
278 | 2024-11-26T22:51:29.707Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-11-26T22:51:29.952Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-11-26T22:51:30.245Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-11-26T22:51:31.541Z | Downloading crates ... |
282 | 2024-11-26T22:51:31.753Z | Downloaded block-buffer v0.10.4 |
283 | 2024-11-26T22:51:31.759Z | Downloaded heck v0.4.1 |
284 | 2024-11-26T22:51:31.763Z | Downloaded is_terminal_polyfill v1.70.1 |
285 | 2024-11-26T22:51:31.768Z | Downloaded cargo_toml v0.20.5 |
286 | 2024-11-26T22:51:31.771Z | Downloaded dtrace-parser v0.2.0 |
287 | 2024-11-26T22:51:31.776Z | Downloaded cfg-if v1.0.0 |
288 | 2024-11-26T22:51:31.800Z | Downloaded swrite v0.1.0 |
289 | 2024-11-26T22:51:31.803Z | Downloaded equivalent v1.0.1 |
290 | 2024-11-26T22:51:31.810Z | Downloaded anstyle-query v1.1.1 |
291 | 2024-11-26T22:51:31.812Z | Downloaded autocfg v1.4.0 |
292 | 2024-11-26T22:51:31.817Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-11-26T22:51:31.817Z | Downloaded camino v1.1.9 |
294 | 2024-11-26T22:51:31.820Z | Downloaded anstyle-parse v0.2.5 |
295 | 2024-11-26T22:51:31.820Z | Downloaded proc-macro-error-attr v1.0.4 |
296 | 2024-11-26T22:51:31.822Z | Downloaded pretty-hex v0.4.1 |
297 | 2024-11-26T22:51:31.831Z | Downloaded usdt-attr-macro v0.5.0 |
298 | 2024-11-26T22:51:31.838Z | Downloaded pest_generator v2.7.14 |
299 | 2024-11-26T22:51:31.841Z | Downloaded generic-array v0.14.7 |
300 | 2024-11-26T22:51:31.847Z | Downloaded digest v0.10.7 |
301 | 2024-11-26T22:51:31.850Z | Downloaded dof v0.3.0 |
302 | 2024-11-26T22:51:31.853Z | Downloaded colorchoice v1.0.2 |
303 | 2024-11-26T22:51:31.855Z | Downloaded fs-err v2.11.0 |
304 | 2024-11-26T22:51:31.858Z | Downloaded serde_spanned v0.6.8 |
305 | 2024-11-26T22:51:31.860Z | Downloaded plain v0.2.3 |
306 | 2024-11-26T22:51:31.860Z | Downloaded errno v0.3.9 |
307 | 2024-11-26T22:51:31.863Z | Downloaded cpufeatures v0.2.14 |
308 | 2024-11-26T22:51:31.863Z | Downloaded byteorder v1.5.0 |
309 | 2024-11-26T22:51:31.865Z | Downloaded crypto-common v0.1.6 |
310 | 2024-11-26T22:51:31.865Z | Downloaded once_cell v1.20.2 |
311 | 2024-11-26T22:51:31.869Z | Downloaded heck v0.5.0 |
312 | 2024-11-26T22:51:31.871Z | Downloaded anstream v0.6.15 |
313 | 2024-11-26T22:51:31.873Z | Downloaded tabled_derive v0.7.0 |
314 | 2024-11-26T22:51:31.873Z | Downloaded anstyle v1.0.10 |
315 | 2024-11-26T22:51:31.876Z | Downloaded thread-id v4.2.2 |
316 | 2024-11-26T22:51:31.878Z | Downloaded thiserror-impl v1.0.69 |
317 | 2024-11-26T22:51:31.878Z | Downloaded scroll v0.12.0 |
318 | 2024-11-26T22:51:31.881Z | Downloaded bytecount v0.6.8 |
319 | 2024-11-26T22:51:31.884Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-11-26T22:51:31.887Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-11-26T22:51:31.887Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-11-26T22:51:31.887Z | Downloaded thiserror v1.0.69 |
323 | 2024-11-26T22:51:31.893Z | Downloaded usdt v0.5.0 |
324 | 2024-11-26T22:51:31.895Z | Downloaded terminal_size v0.4.0 |
325 | 2024-11-26T22:51:31.895Z | Downloaded strsim v0.11.1 |
326 | 2024-11-26T22:51:31.898Z | Downloaded macaddr v1.0.1 |
327 | 2024-11-26T22:51:31.898Z | Downloaded fastrand v2.1.1 |
328 | 2024-11-26T22:51:31.901Z | Downloaded smawk v0.3.2 |
329 | 2024-11-26T22:51:31.901Z | Downloaded memmap v0.7.0 |
330 | 2024-11-26T22:51:31.905Z | Downloaded version_check v0.9.5 |
331 | 2024-11-26T22:51:31.909Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-11-26T22:51:31.909Z | Downloaded itoa v1.0.11 |
333 | 2024-11-26T22:51:31.909Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-11-26T22:51:31.909Z | Downloaded utf8parse v0.2.2 |
335 | 2024-11-26T22:51:31.912Z | Downloaded tempfile v3.13.0 |
336 | 2024-11-26T22:51:31.920Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-11-26T22:51:31.923Z | Downloaded clap v4.5.21 |
338 | 2024-11-26T22:51:31.930Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2024-11-26T22:51:31.938Z | Downloaded sha2 v0.10.8 |
340 | 2024-11-26T22:51:31.943Z | Downloaded quote v1.0.37 |
341 | 2024-11-26T22:51:31.945Z | Downloaded usdt-impl v0.5.0 |
342 | 2024-11-26T22:51:31.945Z | Downloaded bitflags v2.6.0 |
343 | 2024-11-26T22:51:31.948Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-11-26T22:51:31.951Z | Downloaded ryu v1.0.18 |
345 | 2024-11-26T22:51:31.954Z | Downloaded log v0.4.22 |
346 | 2024-11-26T22:51:31.956Z | Downloaded clap_derive v4.5.18 |
347 | 2024-11-26T22:51:31.959Z | Downloaded unicode-ident v1.0.13 |
348 | 2024-11-26T22:51:31.961Z | Downloaded ucd-trie v0.1.7 |
349 | 2024-11-26T22:51:31.965Z | Downloaded serde_derive v1.0.215 |
350 | 2024-11-26T22:51:31.967Z | Downloaded proc-macro2 v1.0.89 |
351 | 2024-11-26T22:51:31.971Z | Downloaded typenum v1.17.0 |
352 | 2024-11-26T22:51:31.973Z | Downloaded toml v0.8.19 |
353 | 2024-11-26T22:51:31.973Z | Downloaded textwrap v0.16.1 |
354 | 2024-11-26T22:51:31.977Z | Downloaded semver v1.0.23 |
355 | 2024-11-26T22:51:31.980Z | Downloaded anyhow v1.0.93 |
356 | 2024-11-26T22:51:31.983Z | Downloaded pest_derive v2.7.14 |
357 | 2024-11-26T22:51:31.985Z | Downloaded papergrid v0.11.0 |
358 | 2024-11-26T22:51:31.989Z | Downloaded indexmap v2.6.0 |
359 | 2024-11-26T22:51:31.994Z | Downloaded pest_meta v2.7.14 |
360 | 2024-11-26T22:51:31.996Z | Downloaded serde v1.0.215 |
361 | 2024-11-26T22:51:31.999Z | Downloaded fnv v1.0.7 |
362 | 2024-11-26T22:51:32.002Z | Downloaded clap_lex v0.7.2 |
363 | 2024-11-26T22:51:32.002Z | Downloaded camino-tempfile v1.1.1 |
364 | 2024-11-26T22:51:32.013Z | Downloaded memchr v2.7.4 |
365 | 2024-11-26T22:51:32.028Z | Downloaded toml_edit v0.22.22 |
366 | 2024-11-26T22:51:32.052Z | Downloaded serde_json v1.0.132 |
367 | 2024-11-26T22:51:32.059Z | Downloaded hashbrown v0.15.0 |
368 | 2024-11-26T22:51:32.077Z | Downloaded pest v2.7.14 |
369 | 2024-11-26T22:51:32.087Z | Downloaded winnow v0.6.20 |
370 | 2024-11-26T22:51:32.096Z | Downloaded zerocopy v0.7.35 |
371 | 2024-11-26T22:51:32.113Z | Downloaded goblin v0.8.2 |
372 | 2024-11-26T22:51:32.117Z | Downloaded tabled v0.15.0 |
373 | 2024-11-26T22:51:32.132Z | Downloaded clap_builder v4.5.21 |
374 | 2024-11-26T22:51:32.143Z | Downloaded syn v1.0.109 |
375 | 2024-11-26T22:51:32.148Z | Downloaded syn v2.0.87 |
376 | 2024-11-26T22:51:32.158Z | Downloaded unicode-width v0.1.14 |
377 | 2024-11-26T22:51:32.164Z | Downloaded rustix v0.38.37 |
378 | 2024-11-26T22:51:32.196Z | Downloaded libc v0.2.162 |
379 | 2024-11-26T22:51:32.512Z | Compiling proc-macro2 v1.0.89 |
380 | 2024-11-26T22:51:32.512Z | Compiling unicode-ident v1.0.13 |
381 | 2024-11-26T22:51:32.512Z | Compiling serde v1.0.215 |
382 | 2024-11-26T22:51:32.514Z | Compiling version_check v0.9.5 |
383 | 2024-11-26T22:51:32.514Z | Compiling memchr v2.7.4 |
384 | 2024-11-26T22:51:32.514Z | Compiling thiserror v1.0.69 |
385 | 2024-11-26T22:51:32.514Z | Compiling libc v0.2.162 |
386 | 2024-11-26T22:51:32.548Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-26T22:51:32.767Z | Compiling itoa v1.0.11 |
388 | 2024-11-26T22:51:33.009Z | Compiling ryu v1.0.18 |
389 | 2024-11-26T22:51:33.293Z | Compiling once_cell v1.20.2 |
390 | 2024-11-26T22:51:33.388Z | Compiling byteorder v1.5.0 |
391 | 2024-11-26T22:51:33.614Z | Compiling rustix v0.38.37 |
392 | 2024-11-26T22:51:33.732Z | Compiling serde_json v1.0.132 |
393 | 2024-11-26T22:51:34.087Z | Compiling bitflags v2.6.0 |
394 | 2024-11-26T22:51:34.206Z | Compiling usdt-impl v0.5.0 |
395 | 2024-11-26T22:51:34.248Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-11-26T22:51:34.400Z | Compiling syn v1.0.109 |
397 | 2024-11-26T22:51:34.487Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-11-26T22:51:34.515Z | Compiling utf8parse v0.2.2 |
399 | 2024-11-26T22:51:34.642Z | Compiling equivalent v1.0.1 |
400 | 2024-11-26T22:51:34.681Z | Compiling camino v1.1.9 |
401 | 2024-11-26T22:51:34.705Z | Compiling plain v0.2.3 |
402 | 2024-11-26T22:51:34.762Z | Compiling log v0.4.22 |
403 | 2024-11-26T22:51:34.790Z | Compiling hashbrown v0.15.0 |
404 | 2024-11-26T22:51:35.011Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-11-26T22:51:35.116Z | Compiling quote v1.0.37 |
406 | 2024-11-26T22:51:35.328Z | Compiling errno v0.3.9 |
407 | 2024-11-26T22:51:35.427Z | Compiling anstyle-query v1.1.1 |
408 | 2024-11-26T22:51:35.559Z | Compiling syn v2.0.87 |
409 | 2024-11-26T22:51:35.625Z | Compiling thread-id v4.2.2 |
410 | 2024-11-26T22:51:35.710Z | Compiling semver v1.0.23 |
411 | 2024-11-26T22:51:35.750Z | Compiling is_terminal_polyfill v1.70.1 |
412 | 2024-11-26T22:51:35.866Z | Compiling unicode-width v0.1.14 |
413 | 2024-11-26T22:51:35.895Z | Compiling winnow v0.6.20 |
414 | 2024-11-26T22:51:36.113Z | Compiling indexmap v2.6.0 |
415 | 2024-11-26T22:51:36.214Z | Compiling autocfg v1.4.0 |
416 | 2024-11-26T22:51:36.382Z | Compiling colorchoice v1.0.2 |
417 | 2024-11-26T22:51:36.568Z | Compiling anstyle v1.0.10 |
418 | 2024-11-26T22:51:37.102Z | Compiling pretty-hex v0.4.1 |
419 | 2024-11-26T22:51:37.307Z | Compiling anstream v0.6.15 |
420 | 2024-11-26T22:51:37.447Z | Compiling fs-err v2.11.0 |
421 | 2024-11-26T22:51:37.576Z | Compiling cfg-if v1.0.0 |
422 | 2024-11-26T22:51:37.658Z | Compiling heck v0.5.0 |
423 | 2024-11-26T22:51:37.684Z | Compiling fastrand v2.1.1 |
424 | 2024-11-26T22:51:37.758Z | Compiling terminal_size v0.4.0 |
425 | 2024-11-26T22:51:37.985Z | Compiling anyhow v1.0.93 |
426 | 2024-11-26T22:51:38.101Z | Compiling strsim v0.11.1 |
427 | 2024-11-26T22:51:38.205Z | Compiling bytecount v0.6.8 |
428 | 2024-11-26T22:51:38.440Z | Compiling fnv v1.0.7 |
429 | 2024-11-26T22:51:38.594Z | Compiling heck v0.4.1 |
430 | 2024-11-26T22:51:38.618Z | Compiling clap_lex v0.7.2 |
431 | 2024-11-26T22:51:39.046Z | Compiling clap_builder v4.5.21 |
432 | 2024-11-26T22:51:39.074Z | Compiling papergrid v0.11.0 |
433 | 2024-11-26T22:51:39.100Z | Compiling tempfile v3.13.0 |
434 | 2024-11-26T22:51:39.192Z | Compiling memmap v0.7.0 |
435 | 2024-11-26T22:51:39.292Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-11-26T22:51:39.554Z | Compiling smawk v0.3.2 |
437 | 2024-11-26T22:51:39.785Z | Compiling textwrap v0.16.1 |
438 | 2024-11-26T22:51:39.954Z | Compiling swrite v0.1.0 |
439 | 2024-11-26T22:51:41.194Z | Compiling tabled_derive v0.7.0 |
440 | 2024-11-26T22:51:42.823Z | Compiling tabled v0.15.0 |
441 | 2024-11-26T22:51:44.794Z | Compiling serde_derive v1.0.215 |
442 | 2024-11-26T22:51:44.795Z | Compiling thiserror-impl v1.0.69 |
443 | 2024-11-26T22:51:44.797Z | Compiling zerocopy-derive v0.7.35 |
444 | 2024-11-26T22:51:44.797Z | Compiling scroll_derive v0.12.0 |
445 | 2024-11-26T22:51:44.797Z | Compiling clap_derive v4.5.18 |
446 | 2024-11-26T22:51:46.166Z | Compiling scroll v0.12.0 |
447 | 2024-11-26T22:51:46.665Z | Compiling goblin v0.8.2 |
448 | 2024-11-26T22:51:46.762Z | Compiling zerocopy v0.7.35 |
449 | 2024-11-26T22:51:47.536Z | Compiling pest v2.7.14 |
450 | 2024-11-26T22:51:48.667Z | Compiling clap v4.5.21 |
451 | 2024-11-26T22:51:49.754Z | Compiling pest_meta v2.7.14 |
452 | 2024-11-26T22:51:50.622Z | Compiling pest_generator v2.7.14 |
453 | 2024-11-26T22:51:52.579Z | Compiling pest_derive v2.7.14 |
454 | 2024-11-26T22:51:53.242Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-11-26T22:51:54.913Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-11-26T22:51:54.980Z | Compiling toml_datetime v0.6.8 |
457 | 2024-11-26T22:51:54.980Z | Compiling serde_spanned v0.6.8 |
458 | 2024-11-26T22:51:55.243Z | Compiling cargo-platform v0.1.8 |
459 | 2024-11-26T22:51:55.387Z | Compiling toml_edit v0.22.22 |
460 | 2024-11-26T22:51:55.514Z | Compiling macaddr v1.0.1 |
461 | 2024-11-26T22:51:55.693Z | Compiling camino-tempfile v1.1.1 |
462 | 2024-11-26T22:51:56.387Z | Compiling dof v0.3.0 |
463 | 2024-11-26T22:51:56.453Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-11-26T22:51:58.182Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-11-26T22:51:58.184Z | Compiling usdt-macro v0.5.0 |
466 | 2024-11-26T22:51:58.252Z | Compiling toml v0.8.19 |
467 | 2024-11-26T22:51:59.124Z | Compiling cargo_toml v0.20.5 |
468 | 2024-11-26T22:51:59.551Z | Compiling usdt v0.5.0 |
469 | 2024-11-26T22:52:02.665Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-11-26T22:52:06.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.84s |
471 | 2024-11-26T22:52:07.151Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-11-26T22:52:07.739Z | Downloading crates ... |
473 | 2024-11-26T22:52:07.906Z | Downloaded aead v0.5.2 |
474 | 2024-11-26T22:52:07.918Z | Downloaded adler2 v2.0.0 |
475 | 2024-11-26T22:52:07.941Z | Downloaded hex-literal v0.4.1 |
476 | 2024-11-26T22:52:07.944Z | Downloaded addr2line v0.24.2 |
477 | 2024-11-26T22:52:07.944Z | Downloaded aes-gcm v0.10.3 |
478 | 2024-11-26T22:52:07.947Z | Downloaded aes v0.8.4 |
479 | 2024-11-26T22:52:07.951Z | Downloaded async-stream v0.3.6 |
480 | 2024-11-26T22:52:07.954Z | Downloaded heapless v0.8.0 |
481 | 2024-11-26T22:52:07.957Z | Downloaded atty v0.2.14 |
482 | 2024-11-26T22:52:07.960Z | Downloaded atomic-waker v1.1.2 |
483 | 2024-11-26T22:52:07.963Z | Downloaded hex v0.4.3 |
484 | 2024-11-26T22:52:07.963Z | Downloaded hickory-resolver v0.24.1 |
485 | 2024-11-26T22:52:07.968Z | Downloaded heapless v0.7.17 |
486 | 2024-11-26T22:52:07.971Z | Downloaded http-body v1.0.1 |
487 | 2024-11-26T22:52:07.974Z | Downloaded hickory-client v0.24.1 |
488 | 2024-11-26T22:52:07.977Z | Downloaded hostname v0.4.0 |
489 | 2024-11-26T22:52:07.979Z | Downloaded hostname v0.3.1 |
490 | 2024-11-26T22:52:07.979Z | Downloaded home v0.5.9 |
491 | 2024-11-26T22:52:07.982Z | Downloaded arrayref v0.3.9 |
492 | 2024-11-26T22:52:07.982Z | Downloaded headers-core v0.3.0 |
493 | 2024-11-26T22:52:07.985Z | Downloaded hmac v0.12.1 |
494 | 2024-11-26T22:52:07.987Z | Downloaded bit-vec v0.6.3 |
495 | 2024-11-26T22:52:07.987Z | Downloaded async-trait v0.1.83 |
496 | 2024-11-26T22:52:07.992Z | Downloaded highway v1.2.0 |
497 | 2024-11-26T22:52:07.995Z | Downloaded darling v0.20.10 |
498 | 2024-11-26T22:52:07.997Z | Downloaded block-padding v0.3.3 |
499 | 2024-11-26T22:52:08.000Z | Downloaded blowfish v0.9.1 |
500 | 2024-11-26T22:52:08.003Z | Downloaded http v1.1.0 |
501 | 2024-11-26T22:52:08.006Z | Downloaded hickory-server v0.24.1 |
502 | 2024-11-26T22:52:08.010Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-11-26T22:52:08.015Z | Downloaded hkdf v0.12.4 |
504 | 2024-11-26T22:52:08.015Z | Downloaded cfg_aliases v0.2.1 |
505 | 2024-11-26T22:52:08.018Z | Downloaded aho-corasick v1.1.3 |
506 | 2024-11-26T22:52:08.021Z | Downloaded bitfield v0.14.0 |
507 | 2024-11-26T22:52:08.023Z | Downloaded bit-set v0.5.3 |
508 | 2024-11-26T22:52:08.023Z | Downloaded bcrypt-pbkdf v0.10.0 |
509 | 2024-11-26T22:52:08.026Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-11-26T22:52:08.026Z | Downloaded arrayvec v0.7.6 |
511 | 2024-11-26T22:52:08.028Z | Downloaded http-range v0.1.5 |
512 | 2024-11-26T22:52:08.031Z | Downloaded cfg_aliases v0.1.1 |
513 | 2024-11-26T22:52:08.031Z | Downloaded async-bb8-diesel v0.2.1 |
514 | 2024-11-26T22:52:08.034Z | Downloaded argon2 v0.5.3 |
515 | 2024-11-26T22:52:08.036Z | Downloaded is_ci v1.2.0 |
516 | 2024-11-26T22:52:08.039Z | Downloaded instant v0.1.13 |
517 | 2024-11-26T22:52:08.039Z | Downloaded http-body-util v0.1.2 |
518 | 2024-11-26T22:52:08.042Z | Downloaded cstr-argument v0.1.2 |
519 | 2024-11-26T22:52:08.042Z | Downloaded crucible-workspace-hack v0.1.0 |
520 | 2024-11-26T22:52:08.042Z | Downloaded hickory-proto v0.24.1 |
521 | 2024-11-26T22:52:08.057Z | Downloaded impl-trait-for-tuples v0.2.2 |
522 | 2024-11-26T22:52:08.060Z | Downloaded humantime v2.1.0 |
523 | 2024-11-26T22:52:08.063Z | Downloaded bitflags v1.3.2 |
524 | 2024-11-26T22:52:08.066Z | Downloaded bb8 v0.8.5 |
525 | 2024-11-26T22:52:08.066Z | Downloaded is-terminal v0.4.13 |
526 | 2024-11-26T22:52:08.072Z | Downloaded cexpr v0.6.0 |
527 | 2024-11-26T22:52:08.076Z | Downloaded bitfield-struct v0.6.2 |
528 | 2024-11-26T22:52:08.076Z | Downloaded indoc v1.0.9 |
529 | 2024-11-26T22:52:08.076Z | Downloaded indent_write v2.2.0 |
530 | 2024-11-26T22:52:08.076Z | Downloaded md5 v0.7.0 |
531 | 2024-11-26T22:52:08.080Z | Downloaded bcs v0.1.6 |
532 | 2024-11-26T22:52:08.080Z | Downloaded cbc v0.1.2 |
533 | 2024-11-26T22:52:08.080Z | Downloaded castaway v0.2.3 |
534 | 2024-11-26T22:52:08.083Z | Downloaded libefi-sys v0.1.0 |
535 | 2024-11-26T22:52:08.083Z | Downloaded hyper-tls v0.6.0 |
536 | 2024-11-26T22:52:08.086Z | Downloaded hyper-rustls v0.27.3 |
537 | 2024-11-26T22:52:08.088Z | Downloaded strum v0.26.3 |
538 | 2024-11-26T22:52:08.088Z | Downloaded iana-time-zone v0.1.61 |
539 | 2024-11-26T22:52:08.092Z | Downloaded lru-cache v0.1.2 |
540 | 2024-11-26T22:52:08.095Z | Downloaded sqlparser_derive v0.2.2 |
541 | 2024-11-26T22:52:08.095Z | Downloaded blake2 v0.10.6 |
542 | 2024-11-26T22:52:08.099Z | Downloaded crc-catalog v2.4.0 |
543 | 2024-11-26T22:52:08.099Z | Downloaded signal-hook-tokio v0.3.1 |
544 | 2024-11-26T22:52:08.099Z | Downloaded constant_time_eq v0.3.1 |
545 | 2024-11-26T22:52:08.102Z | Downloaded cipher v0.4.4 |
546 | 2024-11-26T22:52:08.103Z | Downloaded crc v3.2.1 |
547 | 2024-11-26T22:52:08.105Z | Downloaded internet-checksum v0.2.1 |
548 | 2024-11-26T22:52:08.106Z | Downloaded const_format_proc_macros v0.2.33 |
549 | 2024-11-26T22:52:08.108Z | Downloaded instability v0.3.2 |
550 | 2024-11-26T22:52:08.108Z | Downloaded inout v0.1.3 |
551 | 2024-11-26T22:52:08.111Z | Downloaded ciborium-ll v0.2.2 |
552 | 2024-11-26T22:52:08.114Z | Downloaded linear-map v1.2.0 |
553 | 2024-11-26T22:52:08.114Z | Downloaded lazy_static v1.5.0 |
554 | 2024-11-26T22:52:08.117Z | Downloaded cmake v0.1.51 |
555 | 2024-11-26T22:52:08.117Z | Downloaded chrono-tz-build v0.4.0 |
556 | 2024-11-26T22:52:08.117Z | Downloaded httparse v1.9.5 |
557 | 2024-11-26T22:52:08.121Z | Downloaded maplit v1.0.2 |
558 | 2024-11-26T22:52:08.124Z | Downloaded lru v0.12.5 |
559 | 2024-11-26T22:52:08.124Z | Downloaded tinyvec_macros v0.1.1 |
560 | 2024-11-26T22:52:08.128Z | Downloaded curve25519-dalek-derive v0.1.1 |
561 | 2024-11-26T22:52:08.128Z | Downloaded crossbeam-deque v0.8.5 |
562 | 2024-11-26T22:52:08.128Z | Downloaded memoffset v0.9.1 |
563 | 2024-11-26T22:52:08.131Z | Downloaded md-5 v0.10.6 |
564 | 2024-11-26T22:52:08.131Z | Downloaded maybe-uninit v2.0.0 |
565 | 2024-11-26T22:52:08.134Z | Downloaded ciborium v0.2.2 |
566 | 2024-11-26T22:52:08.148Z | Downloaded rand_chacha v0.3.1 |
567 | 2024-11-26T22:52:08.148Z | Downloaded mime v0.3.17 |
568 | 2024-11-26T22:52:08.148Z | Downloaded managed v0.8.0 |
569 | 2024-11-26T22:52:08.148Z | Downloaded linked-hash-map v0.5.6 |
570 | 2024-11-26T22:52:08.149Z | Downloaded lalrpop-util v0.19.12 |
571 | 2024-11-26T22:52:08.149Z | Downloaded bzip2 v0.4.4 |
572 | 2024-11-26T22:52:08.149Z | Downloaded zerofrom v0.1.4 |
573 | 2024-11-26T22:52:08.152Z | Downloaded write16 v1.0.0 |
574 | 2024-11-26T22:52:08.152Z | Downloaded rpassword v7.3.1 |
575 | 2024-11-26T22:52:08.152Z | Downloaded ref-cast v1.0.23 |
576 | 2024-11-26T22:52:08.152Z | Downloaded chacha20 v0.9.1 |
577 | 2024-11-26T22:52:08.152Z | Downloaded spin v0.5.2 |
578 | 2024-11-26T22:52:08.152Z | Downloaded scopeguard v1.2.0 |
579 | 2024-11-26T22:52:08.165Z | Downloaded rustls-pemfile v1.0.4 |
580 | 2024-11-26T22:52:08.165Z | Downloaded thread_local v1.1.8 |
581 | 2024-11-26T22:52:08.165Z | Downloaded ahash v0.8.11 |
582 | 2024-11-26T22:52:08.165Z | Downloaded utf-8 v0.7.6 |
583 | 2024-11-26T22:52:08.168Z | Downloaded shlex v1.3.0 |
584 | 2024-11-26T22:52:08.168Z | Downloaded colored v2.1.0 |
585 | 2024-11-26T22:52:08.168Z | Downloaded litemap v0.7.3 |
586 | 2024-11-26T22:52:08.168Z | Downloaded ssh-cipher v0.2.0 |
587 | 2024-11-26T22:52:08.171Z | Downloaded structmeta-derive v0.2.0 |
588 | 2024-11-26T22:52:08.171Z | Downloaded structmeta v0.3.0 |
589 | 2024-11-26T22:52:08.173Z | Downloaded structmeta v0.2.0 |
590 | 2024-11-26T22:52:08.173Z | Downloaded memmap2 v0.9.5 |
591 | 2024-11-26T22:52:08.175Z | Downloaded icu_provider v1.5.0 |
592 | 2024-11-26T22:52:08.179Z | Downloaded libsw v3.3.1 |
593 | 2024-11-26T22:52:08.182Z | Downloaded mirai-annotations v1.12.0 |
594 | 2024-11-26T22:52:08.182Z | Downloaded newtype_derive v0.1.6 |
595 | 2024-11-26T22:52:08.185Z | Downloaded icu_properties v1.5.1 |
596 | 2024-11-26T22:52:08.188Z | Downloaded icu_locid_transform_data v1.5.0 |
597 | 2024-11-26T22:52:08.188Z | Downloaded openssl-macros v0.1.1 |
598 | 2024-11-26T22:52:08.191Z | Downloaded zerofrom-derive v0.1.4 |
599 | 2024-11-26T22:52:08.191Z | Downloaded indicatif v0.17.9 |
600 | 2024-11-26T22:52:08.195Z | Downloaded indexmap v1.9.3 |
601 | 2024-11-26T22:52:08.198Z | Downloaded display-error-chain v0.2.2 |
602 | 2024-11-26T22:52:08.203Z | Downloaded debug-ignore v1.0.5 |
603 | 2024-11-26T22:52:08.203Z | Downloaded rustls-pemfile v2.2.0 |
604 | 2024-11-26T22:52:08.207Z | Downloaded enum-as-inner v0.6.1 |
605 | 2024-11-26T22:52:08.207Z | Downloaded num-conv v0.1.0 |
606 | 2024-11-26T22:52:08.209Z | Downloaded topological-sort v0.2.2 |
607 | 2024-11-26T22:52:08.209Z | Downloaded enum-as-inner v0.5.1 |
608 | 2024-11-26T22:52:08.209Z | Downloaded tokio-tungstenite v0.24.0 |
609 | 2024-11-26T22:52:08.212Z | Downloaded ipnet v2.10.1 |
610 | 2024-11-26T22:52:08.214Z | Downloaded icu_locid v1.5.0 |
611 | 2024-11-26T22:52:08.219Z | Downloaded mime_guess v2.0.5 |
612 | 2024-11-26T22:52:08.223Z | Downloaded base64 v0.13.1 |
613 | 2024-11-26T22:52:08.234Z | Downloaded take_mut v0.2.2 |
614 | 2024-11-26T22:52:08.237Z | Downloaded russh-cryptovec v0.7.3 |
615 | 2024-11-26T22:52:08.238Z | Downloaded olpc-cjson v0.1.4 |
616 | 2024-11-26T22:52:08.238Z | Downloaded newtype-uuid v1.1.3 |
617 | 2024-11-26T22:52:08.240Z | Downloaded whoami v1.5.2 |
618 | 2024-11-26T22:52:08.243Z | Downloaded untrusted v0.9.0 |
619 | 2024-11-26T22:52:08.243Z | Downloaded yoke-derive v0.7.4 |
620 | 2024-11-26T22:52:08.245Z | Downloaded stable_deref_trait v1.2.0 |
621 | 2024-11-26T22:52:08.245Z | Downloaded env_filter v0.1.2 |
622 | 2024-11-26T22:52:08.249Z | Downloaded dirs-sys-next v0.1.2 |
623 | 2024-11-26T22:52:08.249Z | Downloaded data-encoding v2.6.0 |
624 | 2024-11-26T22:52:08.249Z | Downloaded untrusted v0.7.1 |
625 | 2024-11-26T22:52:08.253Z | Downloaded env_logger v0.10.2 |
626 | 2024-11-26T22:52:08.255Z | Downloaded psl-types v2.0.11 |
627 | 2024-11-26T22:52:08.255Z | Downloaded pin-utils v0.1.0 |
628 | 2024-11-26T22:52:08.255Z | Downloaded futures-core v0.3.31 |
629 | 2024-11-26T22:52:08.258Z | Downloaded futures-channel v0.3.31 |
630 | 2024-11-26T22:52:08.261Z | Downloaded float-ord v0.3.2 |
631 | 2024-11-26T22:52:08.261Z | Downloaded progenitor-impl v0.8.0 |
632 | 2024-11-26T22:52:08.264Z | Downloaded diesel_table_macro_syntax v0.2.0 |
633 | 2024-11-26T22:52:08.264Z | Downloaded vte_generate_state_changes v0.1.2 |
634 | 2024-11-26T22:52:08.267Z | Downloaded dirs-next v2.0.0 |
635 | 2024-11-26T22:52:08.267Z | Downloaded hyper-util v0.1.10 |
636 | 2024-11-26T22:52:08.270Z | Downloaded pbkdf2 v0.12.2 |
637 | 2024-11-26T22:52:08.273Z | Downloaded peg v0.8.4 |
638 | 2024-11-26T22:52:08.277Z | Downloaded rand_xorshift v0.3.0 |
639 | 2024-11-26T22:52:08.277Z | Downloaded base64 v0.22.1 |
640 | 2024-11-26T22:52:08.281Z | Downloaded openssl-probe v0.1.5 |
641 | 2024-11-26T22:52:08.283Z | Downloaded nodrop v0.1.14 |
642 | 2024-11-26T22:52:08.284Z | Downloaded schemars_derive v0.8.21 |
643 | 2024-11-26T22:52:08.287Z | Downloaded scheduled-thread-pool v0.2.7 |
644 | 2024-11-26T22:52:08.287Z | Downloaded same-file v1.0.6 |
645 | 2024-11-26T22:52:08.290Z | Downloaded base64 v0.21.7 |
646 | 2024-11-26T22:52:08.293Z | Downloaded phf_shared v0.10.0 |
647 | 2024-11-26T22:52:08.293Z | Downloaded path-slash v0.1.5 |
648 | 2024-11-26T22:52:08.295Z | Downloaded foreign-types-shared v0.3.1 |
649 | 2024-11-26T22:52:08.295Z | Downloaded foreign-types-macros v0.2.3 |
650 | 2024-11-26T22:52:08.297Z | Downloaded pretty-hex v0.2.1 |
651 | 2024-11-26T22:52:08.297Z | Downloaded precomputed-hash v0.1.1 |
652 | 2024-11-26T22:52:08.300Z | Downloaded foreign-types-shared v0.1.1 |
653 | 2024-11-26T22:52:08.300Z | Downloaded predicates-core v1.0.8 |
654 | 2024-11-26T22:52:08.301Z | Downloaded unicode-xid v0.2.6 |
655 | 2024-11-26T22:52:08.305Z | Downloaded tap v1.0.1 |
656 | 2024-11-26T22:52:08.305Z | Downloaded serde-big-array v0.5.1 |
657 | 2024-11-26T22:52:08.308Z | Downloaded pkcs1 v0.7.5 |
658 | 2024-11-26T22:52:08.308Z | Downloaded futures v0.3.31 |
659 | 2024-11-26T22:52:08.312Z | Downloaded xz2 v0.1.7 |
660 | 2024-11-26T22:52:08.315Z | Downloaded tungstenite v0.21.0 |
661 | 2024-11-26T22:52:08.318Z | Downloaded tokio-native-tls v0.3.1 |
662 | 2024-11-26T22:52:08.321Z | Downloaded static_assertions v1.1.0 |
663 | 2024-11-26T22:52:08.325Z | Downloaded smallvec v0.6.14 |
664 | 2024-11-26T22:52:08.325Z | Downloaded tabwriter v1.4.0 |
665 | 2024-11-26T22:52:08.329Z | Downloaded peg-macros v0.8.4 |
666 | 2024-11-26T22:52:08.329Z | Downloaded fallible-iterator v0.3.0 |
667 | 2024-11-26T22:52:08.333Z | Downloaded either v1.13.0 |
668 | 2024-11-26T22:52:08.333Z | Downloaded zeroize v1.8.1 |
669 | 2024-11-26T22:52:08.333Z | Downloaded tinyvec v1.8.0 |
670 | 2024-11-26T22:52:08.338Z | Downloaded sec1 v0.7.3 |
671 | 2024-11-26T22:52:08.340Z | Downloaded diesel-dtrace v0.3.0 |
672 | 2024-11-26T22:52:08.340Z | Downloaded xattr v1.3.1 |
673 | 2024-11-26T22:52:08.340Z | Downloaded unicode-truncate v1.1.0 |
674 | 2024-11-26T22:52:08.343Z | Downloaded sct v0.7.1 |
675 | 2024-11-26T22:52:08.346Z | Downloaded num-complex v0.4.6 |
676 | 2024-11-26T22:52:08.349Z | Downloaded prettyplease v0.2.25 |
677 | 2024-11-26T22:52:08.352Z | Downloaded paste v1.0.15 |
678 | 2024-11-26T22:52:08.354Z | Downloaded predicates-tree v1.0.11 |
679 | 2024-11-26T22:52:08.357Z | Downloaded backtrace v0.3.74 |
680 | 2024-11-26T22:52:08.360Z | Downloaded yoke v0.7.4 |
681 | 2024-11-26T22:52:08.363Z | Downloaded ref-cast-impl v1.0.23 |
682 | 2024-11-26T22:52:08.366Z | Downloaded shell-words v1.1.0 |
683 | 2024-11-26T22:52:08.366Z | Downloaded rand_seeder v0.3.0 |
684 | 2024-11-26T22:52:08.371Z | Downloaded yasna v0.5.2 |
685 | 2024-11-26T22:52:08.374Z | Downloaded form_urlencoded v1.2.1 |
686 | 2024-11-26T22:52:08.374Z | Downloaded foreign-types v0.5.0 |
687 | 2024-11-26T22:52:08.374Z | Downloaded minimal-lexical v0.2.1 |
688 | 2024-11-26T22:52:08.376Z | Downloaded const_format v0.2.33 |
689 | 2024-11-26T22:52:08.381Z | Downloaded num-iter v0.1.45 |
690 | 2024-11-26T22:52:08.383Z | Downloaded crypto-bigint v0.5.5 |
691 | 2024-11-26T22:52:08.389Z | Downloaded derive_builder_macro v0.20.2 |
692 | 2024-11-26T22:52:08.392Z | Downloaded new_debug_unreachable v1.0.6 |
693 | 2024-11-26T22:52:08.392Z | Downloaded tokio-rustls v0.26.0 |
694 | 2024-11-26T22:52:08.395Z | Downloaded spki v0.7.3 |
695 | 2024-11-26T22:52:08.397Z | Downloaded synstructure v0.13.1 |
696 | 2024-11-26T22:52:08.397Z | Downloaded diff v0.1.13 |
697 | 2024-11-26T22:52:08.400Z | Downloaded opaque-debug v0.3.1 |
698 | 2024-11-26T22:52:08.403Z | Downloaded termtree v0.4.1 |
699 | 2024-11-26T22:52:08.403Z | Downloaded oso-derive v0.27.3 |
700 | 2024-11-26T22:52:08.405Z | Downloaded bytes v1.8.0 |
701 | 2024-11-26T22:52:08.408Z | Downloaded tokio-rustls v0.24.1 |
702 | 2024-11-26T22:52:08.410Z | Downloaded unicase v2.7.0 |
703 | 2024-11-26T22:52:08.413Z | Downloaded unarray v0.1.4 |
704 | 2024-11-26T22:52:08.413Z | Downloaded typify-macro v0.2.0 |
705 | 2024-11-26T22:52:08.416Z | Downloaded zerovec-derive v0.10.3 |
706 | 2024-11-26T22:52:08.416Z | Downloaded zeroize_derive v1.4.2 |
707 | 2024-11-26T22:52:08.418Z | Downloaded zerocopy v0.6.6 |
708 | 2024-11-26T22:52:08.421Z | Downloaded unicode-bidi v0.3.17 |
709 | 2024-11-26T22:52:08.423Z | Downloaded rustc_version v0.1.7 |
710 | 2024-11-26T22:52:08.423Z | Downloaded pkcs5 v0.7.1 |
711 | 2024-11-26T22:52:08.428Z | Downloaded deranged v0.3.11 |
712 | 2024-11-26T22:52:08.430Z | Downloaded slog-envlogger v2.2.0 |
713 | 2024-11-26T22:52:08.433Z | Downloaded slog-dtrace v0.3.0 |
714 | 2024-11-26T22:52:08.433Z | Downloaded waitgroup v0.1.2 |
715 | 2024-11-26T22:52:08.435Z | Downloaded rcgen v0.12.1 |
716 | 2024-11-26T22:52:08.437Z | Downloaded defmt-parser v0.3.4 |
717 | 2024-11-26T22:52:08.437Z | Downloaded defmt-macros v0.3.9 |
718 | 2024-11-26T22:52:08.441Z | Downloaded schemars v0.8.21 |
719 | 2024-11-26T22:52:08.452Z | Downloaded powerfmt v0.2.0 |
720 | 2024-11-26T22:52:08.455Z | Downloaded fxhash v0.2.1 |
721 | 2024-11-26T22:52:08.457Z | Downloaded futures-executor v0.3.31 |
722 | 2024-11-26T22:52:08.457Z | Downloaded funty v2.0.0 |
723 | 2024-11-26T22:52:08.461Z | Downloaded bumpalo v3.16.0 |
724 | 2024-11-26T22:52:08.463Z | Downloaded hash32 v0.3.1 |
725 | 2024-11-26T22:52:08.463Z | Downloaded tinystr v0.7.6 |
726 | 2024-11-26T22:52:08.466Z | Downloaded flume v0.11.1 |
727 | 2024-11-26T22:52:08.470Z | Downloaded rustfmt-wrapper v0.2.1 |
728 | 2024-11-26T22:52:08.473Z | Downloaded rustc_version v0.4.1 |
729 | 2024-11-26T22:52:08.473Z | Downloaded rustc-hash v1.1.0 |
730 | 2024-11-26T22:52:08.473Z | Downloaded normalize-line-endings v0.3.0 |
731 | 2024-11-26T22:52:08.475Z | Downloaded half v2.4.1 |
732 | 2024-11-26T22:52:08.478Z | Downloaded rayon-core v1.12.1 |
733 | 2024-11-26T22:52:08.481Z | Downloaded libm v0.2.8 |
734 | 2024-11-26T22:52:08.488Z | Downloaded walkdir v2.5.0 |
735 | 2024-11-26T22:52:08.490Z | Downloaded hyper v1.5.0 |
736 | 2024-11-26T22:52:08.497Z | Downloaded time-core v0.1.2 |
737 | 2024-11-26T22:52:08.499Z | Downloaded sync-ptr v0.1.1 |
738 | 2024-11-26T22:52:08.499Z | Downloaded num-traits v0.2.19 |
739 | 2024-11-26T22:52:08.502Z | Downloaded strip-ansi-escapes v0.2.0 |
740 | 2024-11-26T22:52:08.504Z | Downloaded stringprep v0.1.5 |
741 | 2024-11-26T22:52:08.504Z | Downloaded rtoolbox v0.0.2 |
742 | 2024-11-26T22:52:08.507Z | Downloaded owo-colors v4.1.0 |
743 | 2024-11-26T22:52:08.509Z | Downloaded fd-lock v4.0.2 |
744 | 2024-11-26T22:52:08.513Z | Downloaded tui-tree-widget v0.22.0 |
745 | 2024-11-26T22:52:08.513Z | Downloaded der_derive v0.7.3 |
746 | 2024-11-26T22:52:08.515Z | Downloaded num-integer v0.1.46 |
747 | 2024-11-26T22:52:08.518Z | Downloaded postgres-types v0.2.8 |
748 | 2024-11-26T22:52:08.522Z | Downloaded postgres-protocol v0.6.7 |
749 | 2024-11-26T22:52:08.522Z | Downloaded num v0.4.3 |
750 | 2024-11-26T22:52:08.525Z | Downloaded rfc6979 v0.4.0 |
751 | 2024-11-26T22:52:08.525Z | Downloaded unicode-properties v0.1.3 |
752 | 2024-11-26T22:52:08.527Z | Downloaded primeorder v0.13.6 |
753 | 2024-11-26T22:52:08.527Z | Downloaded gethostname v0.5.0 |
754 | 2024-11-26T22:52:08.530Z | Downloaded dunce v1.0.5 |
755 | 2024-11-26T22:52:08.530Z | Downloaded dsl_auto_type v0.1.2 |
756 | 2024-11-26T22:52:08.533Z | Downloaded itertools v0.12.1 |
757 | 2024-11-26T22:52:08.539Z | Downloaded sha1 v0.10.6 |
758 | 2024-11-26T22:52:08.541Z | Downloaded polyval v0.6.2 |
759 | 2024-11-26T22:52:08.544Z | Downloaded float-cmp v0.9.0 |
760 | 2024-11-26T22:52:08.544Z | Downloaded diesel_derives v2.2.3 |
761 | 2024-11-26T22:52:08.548Z | Downloaded thiserror-no-std v2.0.2 |
762 | 2024-11-26T22:52:08.552Z | Downloaded try-lock v0.2.5 |
763 | 2024-11-26T22:52:08.554Z | Downloaded thiserror-impl-no-std v2.0.2 |
764 | 2024-11-26T22:52:08.557Z | Downloaded openssl-sys v0.9.103 |
765 | 2024-11-26T22:52:08.560Z | Downloaded glob v0.3.1 |
766 | 2024-11-26T22:52:08.563Z | Downloaded futures-macro v0.3.31 |
767 | 2024-11-26T22:52:08.566Z | Downloaded ena v0.14.3 |
768 | 2024-11-26T22:52:08.566Z | Downloaded pkg-config v0.3.31 |
769 | 2024-11-26T22:52:08.569Z | Downloaded strum_macros v0.25.3 |
770 | 2024-11-26T22:52:08.569Z | Downloaded rustc-demangle v0.1.24 |
771 | 2024-11-26T22:52:08.571Z | Downloaded siphasher v0.3.11 |
772 | 2024-11-26T22:52:08.574Z | Downloaded nu-ansi-term v0.50.1 |
773 | 2024-11-26T22:52:08.576Z | Downloaded dhcproto-macros v0.1.0 |
774 | 2024-11-26T22:52:08.576Z | Downloaded darling_macro v0.20.10 |
775 | 2024-11-26T22:52:08.579Z | Downloaded percent-encoding v2.3.1 |
776 | 2024-11-26T22:52:08.579Z | Downloaded ghash v0.5.1 |
777 | 2024-11-26T22:52:08.579Z | Downloaded slab v0.4.9 |
778 | 2024-11-26T22:52:08.581Z | Downloaded futures-task v0.3.31 |
779 | 2024-11-26T22:52:08.584Z | Downloaded toml v0.7.8 |
780 | 2024-11-26T22:52:08.587Z | Downloaded pbkdf2 v0.11.0 |
781 | 2024-11-26T22:52:08.589Z | Downloaded postcard v1.0.10 |
782 | 2024-11-26T22:52:08.592Z | Downloaded tokio-macros v2.4.0 |
783 | 2024-11-26T22:52:08.595Z | Downloaded utf16_iter v1.0.5 |
784 | 2024-11-26T22:52:08.595Z | Downloaded serde_urlencoded v0.7.1 |
785 | 2024-11-26T22:52:08.595Z | Downloaded utf8_iter v1.0.4 |
786 | 2024-11-26T22:52:08.597Z | Downloaded rustls-pki-types v1.9.0 |
787 | 2024-11-26T22:52:08.600Z | Downloaded sync_wrapper v1.0.1 |
788 | 2024-11-26T22:52:08.603Z | Downloaded vsss-rs v3.3.4 |
789 | 2024-11-26T22:52:08.606Z | Downloaded defmt v0.3.8 |
790 | 2024-11-26T22:52:08.609Z | Downloaded dhcproto v0.12.0 |
791 | 2024-11-26T22:52:08.611Z | Downloaded vte v0.11.1 |
792 | 2024-11-26T22:52:08.614Z | Downloaded zone v0.1.8 |
793 | 2024-11-26T22:52:08.614Z | Downloaded p256 v0.13.2 |
794 | 2024-11-26T22:52:08.617Z | Downloaded derive_more v0.99.18 |
795 | 2024-11-26T22:52:08.622Z | Downloaded progenitor-client v0.8.0 |
796 | 2024-11-26T22:52:08.624Z | Downloaded quinn-udp v0.5.5 |
797 | 2024-11-26T22:52:08.628Z | Downloaded itertools v0.13.0 |
798 | 2024-11-26T22:52:08.632Z | Downloaded progenitor-macro v0.8.0 |
799 | 2024-11-26T22:52:08.635Z | Downloaded group v0.13.0 |
800 | 2024-11-26T22:52:08.637Z | Downloaded samael v0.0.17 |
801 | 2024-11-26T22:52:08.641Z | Downloaded ssh-encoding v0.2.0 |
802 | 2024-11-26T22:52:08.644Z | Downloaded rustversion v1.0.17 |
803 | 2024-11-26T22:52:08.646Z | Downloaded resolv-conf v0.7.0 |
804 | 2024-11-26T22:52:08.648Z | Downloaded radium v0.7.0 |
805 | 2024-11-26T22:52:08.652Z | Downloaded poly1305 v0.8.0 |
806 | 2024-11-26T22:52:08.655Z | Downloaded ed25519-dalek v2.1.1 |
807 | 2024-11-26T22:52:08.655Z | Downloaded pin-project-internal v1.1.6 |
808 | 2024-11-26T22:52:08.657Z | Downloaded want v0.3.1 |
809 | 2024-11-26T22:52:08.660Z | Downloaded unicode-normalization v0.1.24 |
810 | 2024-11-26T22:52:08.663Z | Downloaded termcolor v1.4.1 |
811 | 2024-11-26T22:52:08.665Z | Downloaded fallible-streaming-iterator v0.1.9 |
812 | 2024-11-26T22:52:08.665Z | Downloaded r2d2 v0.8.10 |
813 | 2024-11-26T22:52:08.667Z | Downloaded fragile v2.0.0 |
814 | 2024-11-26T22:52:08.671Z | Downloaded futures-io v0.3.31 |
815 | 2024-11-26T22:52:08.671Z | Downloaded flagset v0.4.6 |
816 | 2024-11-26T22:52:08.674Z | Downloaded parking_lot_core v0.8.6 |
817 | 2024-11-26T22:52:08.674Z | Downloaded progenitor v0.8.0 |
818 | 2024-11-26T22:52:08.677Z | Downloaded fs_extra v1.3.0 |
819 | 2024-11-26T22:52:08.680Z | Downloaded phf_codegen v0.11.2 |
820 | 2024-11-26T22:52:08.680Z | Downloaded des v0.8.1 |
821 | 2024-11-26T22:52:08.682Z | Downloaded dropshot_endpoint v0.13.0 |
822 | 2024-11-26T22:52:08.685Z | Downloaded getrandom v0.2.15 |
823 | 2024-11-26T22:52:08.688Z | Downloaded parse-size v1.1.0 |
824 | 2024-11-26T22:52:08.690Z | Downloaded globset v0.4.15 |
825 | 2024-11-26T22:52:08.690Z | Downloaded parking_lot v0.12.3 |
826 | 2024-11-26T22:52:08.694Z | Downloaded pem-rfc7468 v0.7.0 |
827 | 2024-11-26T22:52:08.697Z | Downloaded tiny-keccak v2.0.2 |
828 | 2024-11-26T22:52:08.699Z | Downloaded serde_path_to_error v0.1.16 |
829 | 2024-11-26T22:52:08.702Z | Downloaded supports-color v3.0.1 |
830 | 2024-11-26T22:52:08.702Z | Downloaded subtle v2.6.1 |
831 | 2024-11-26T22:52:08.705Z | Downloaded embedded-io v0.4.0 |
832 | 2024-11-26T22:52:08.707Z | Downloaded endian-type v0.1.2 |
833 | 2024-11-26T22:52:08.707Z | Downloaded wyz v0.5.1 |
834 | 2024-11-26T22:52:08.707Z | Downloaded foldhash v0.1.3 |
835 | 2024-11-26T22:52:08.710Z | Downloaded tokio-postgres v0.7.12 |
836 | 2024-11-26T22:52:08.714Z | Downloaded toolchain_find v0.4.0 |
837 | 2024-11-26T22:52:08.717Z | Downloaded sqlformat v0.2.6 |
838 | 2024-11-26T22:52:08.720Z | Downloaded steno v0.4.1 |
839 | 2024-11-26T22:52:08.723Z | Downloaded peg-runtime v0.8.3 |
840 | 2024-11-26T22:52:08.723Z | Downloaded quick-error v1.2.3 |
841 | 2024-11-26T22:52:08.725Z | Downloaded snafu v0.8.5 |
842 | 2024-11-26T22:52:08.730Z | Downloaded string_cache v0.8.7 |
843 | 2024-11-26T22:52:08.733Z | Downloaded mockall_derive v0.13.0 |
844 | 2024-11-26T22:52:08.735Z | Downloaded nanorand v0.7.0 |
845 | 2024-11-26T22:52:08.738Z | Downloaded zone v0.3.0 |
846 | 2024-11-26T22:52:08.738Z | Downloaded multer v3.1.0 |
847 | 2024-11-26T22:52:08.741Z | Downloaded tungstenite v0.24.0 |
848 | 2024-11-26T22:52:08.743Z | Downloaded uzers v0.12.1 |
849 | 2024-11-26T22:52:08.747Z | Downloaded serde_derive_internals v0.29.1 |
850 | 2024-11-26T22:52:08.749Z | Downloaded test-strategy v0.3.1 |
851 | 2024-11-26T22:52:08.751Z | Downloaded salsa20 v0.10.2 |
852 | 2024-11-26T22:52:08.754Z | Downloaded hash32 v0.2.1 |
853 | 2024-11-26T22:52:08.754Z | Downloaded time-macros v0.2.18 |
854 | 2024-11-26T22:52:08.756Z | Downloaded password-hash v0.4.2 |
855 | 2024-11-26T22:52:08.758Z | Downloaded sigpipe v0.1.3 |
856 | 2024-11-26T22:52:08.761Z | Downloaded zone_cfg_derive v0.3.0 |
857 | 2024-11-26T22:52:08.761Z | Downloaded zone_cfg_derive v0.1.2 |
858 | 2024-11-26T22:52:08.761Z | Downloaded pem v3.0.4 |
859 | 2024-11-26T22:52:08.763Z | Downloaded tungstenite v0.23.0 |
860 | 2024-11-26T22:52:08.768Z | Downloaded simd-adler32 v0.3.7 |
861 | 2024-11-26T22:52:08.768Z | Downloaded mockall v0.13.0 |
862 | 2024-11-26T22:52:08.774Z | Downloaded nibble_vec v0.1.0 |
863 | 2024-11-26T22:52:08.774Z | Downloaded tough v0.19.0 |
864 | 2024-11-26T22:52:08.779Z | Downloaded tower-service v0.3.3 |
865 | 2024-11-26T22:52:08.781Z | Downloaded number_prefix v0.4.0 |
866 | 2024-11-26T22:52:08.781Z | Downloaded num_threads v0.1.7 |
867 | 2024-11-26T22:52:08.784Z | Downloaded num_enum_derive v0.5.11 |
868 | 2024-11-26T22:52:08.784Z | Downloaded writeable v0.5.5 |
869 | 2024-11-26T22:52:08.788Z | Downloaded which v4.4.2 |
870 | 2024-11-26T22:52:08.792Z | Downloaded filetime v0.2.25 |
871 | 2024-11-26T22:52:08.792Z | Downloaded ff v0.13.0 |
872 | 2024-11-26T22:52:08.792Z | Downloaded ron v0.7.1 |
873 | 2024-11-26T22:52:08.794Z | Downloaded rusty-fork v0.3.0 |
874 | 2024-11-26T22:52:08.796Z | Downloaded value-bag v1.9.0 |
875 | 2024-11-26T22:52:08.799Z | Downloaded dyn-clone v1.0.17 |
876 | 2024-11-26T22:52:08.801Z | Downloaded reedline v0.35.0 |
877 | 2024-11-26T22:52:08.808Z | Downloaded twox-hash v1.6.3 |
878 | 2024-11-26T22:52:08.811Z | Downloaded downcast v0.11.0 |
879 | 2024-11-26T22:52:08.813Z | Downloaded serde-hex v0.1.0 |
880 | 2024-11-26T22:52:08.813Z | Downloaded rand_core v0.6.4 |
881 | 2024-11-26T22:52:08.819Z | Downloaded ed25519 v2.2.3 |
882 | 2024-11-26T22:52:08.819Z | Downloaded crossterm v0.28.1 |
883 | 2024-11-26T22:52:08.823Z | Downloaded unsafe-libyaml v0.2.11 |
884 | 2024-11-26T22:52:08.827Z | Downloaded icu_properties_data v1.5.0 |
885 | 2024-11-26T22:52:08.838Z | Downloaded tls_codec v0.4.1 |
886 | 2024-11-26T22:52:08.840Z | Downloaded parse-display v0.10.0 |
887 | 2024-11-26T22:52:08.844Z | Downloaded tokio-tungstenite v0.23.1 |
888 | 2024-11-26T22:52:08.846Z | Downloaded num_enum v0.5.11 |
889 | 2024-11-26T22:52:08.848Z | Downloaded num-bigint-dig v0.8.4 |
890 | 2024-11-26T22:52:08.853Z | Downloaded parse-display-derive v0.10.0 |
891 | 2024-11-26T22:52:08.855Z | Downloaded ecdsa v0.16.9 |
892 | 2024-11-26T22:52:08.858Z | Downloaded displaydoc v0.2.5 |
893 | 2024-11-26T22:52:08.861Z | Downloaded strum_macros v0.26.4 |
894 | 2024-11-26T22:52:08.863Z | Downloaded embedded-io v0.6.1 |
895 | 2024-11-26T22:52:08.863Z | Downloaded universal-hash v0.5.1 |
896 | 2024-11-26T22:52:08.866Z | Downloaded slog v2.7.0 |
897 | 2024-11-26T22:52:08.869Z | Downloaded rsa v0.9.6 |
898 | 2024-11-26T22:52:08.872Z | Downloaded typify v0.2.0 |
899 | 2024-11-26T22:52:08.875Z | Downloaded zerovec v0.10.4 |
900 | 2024-11-26T22:52:08.881Z | Downloaded signature v2.2.0 |
901 | 2024-11-26T22:52:08.884Z | Downloaded dropshot_endpoint v0.12.0 |
902 | 2024-11-26T22:52:08.887Z | Downloaded zopfli v0.8.1 |
903 | 2024-11-26T22:52:08.889Z | Downloaded uuid v1.11.0 |
904 | 2024-11-26T22:52:08.892Z | Downloaded darling_core v0.20.10 |
905 | 2024-11-26T22:52:08.896Z | Downloaded omicron-zone-package v0.11.1 |
906 | 2024-11-26T22:52:08.899Z | Downloaded blake3 v1.5.4 |
907 | 2024-11-26T22:52:08.906Z | Downloaded quinn v0.11.5 |
908 | 2024-11-26T22:52:08.910Z | Downloaded miniz_oxide v0.8.0 |
909 | 2024-11-26T22:52:08.915Z | Downloaded x509-cert v0.2.5 |
910 | 2024-11-26T22:52:08.918Z | Downloaded unicode_categories v0.1.1 |
911 | 2024-11-26T22:52:08.921Z | Downloaded time v0.3.36 |
912 | 2024-11-26T22:52:08.927Z | Downloaded tracing v0.1.40 |
913 | 2024-11-26T22:52:08.932Z | Downloaded p521 v0.13.3 |
914 | 2024-11-26T22:52:08.936Z | Downloaded serde_with_macros v3.11.0 |
915 | 2024-11-26T22:52:08.939Z | Downloaded idna v0.2.3 |
916 | 2024-11-26T22:52:08.945Z | Downloaded expectorate v1.1.0 |
917 | 2024-11-26T22:52:08.948Z | Downloaded proptest v1.5.0 |
918 | 2024-11-26T22:52:08.956Z | Downloaded rand v0.8.5 |
919 | 2024-11-26T22:52:08.960Z | Downloaded vergen v8.3.2 |
920 | 2024-11-26T22:52:08.962Z | Downloaded h2 v0.4.6 |
921 | 2024-11-26T22:52:08.970Z | Downloaded hashbrown v0.13.2 |
922 | 2024-11-26T22:52:08.973Z | Downloaded parse-zoneinfo v0.3.1 |
923 | 2024-11-26T22:52:08.976Z | Downloaded idna v0.4.0 |
924 | 2024-11-26T22:52:08.983Z | Downloaded futures-util v0.3.31 |
925 | 2024-11-26T22:52:08.995Z | Downloaded serde_with v3.11.0 |
926 | 2024-11-26T22:52:09.003Z | Downloaded rustyline v14.0.0 |
927 | 2024-11-26T22:52:09.009Z | Downloaded elliptic-curve v0.13.8 |
928 | 2024-11-26T22:52:09.012Z | Downloaded quinn-proto v0.11.8 |
929 | 2024-11-26T22:52:09.019Z | Downloaded nom v7.1.3 |
930 | 2024-11-26T22:52:09.025Z | Downloaded chrono v0.4.38 |
931 | 2024-11-26T22:52:09.032Z | Downloaded typed-path v0.9.3 |
932 | 2024-11-26T22:52:09.038Z | Downloaded git2 v0.19.0 |
933 | 2024-11-26T22:52:09.047Z | Downloaded rustls-webpki v0.102.8 |
934 | 2024-11-26T22:52:09.065Z | Downloaded salty v0.3.0 |
935 | 2024-11-26T22:52:09.071Z | Downloaded zip v2.1.3 |
936 | 2024-11-26T22:52:09.076Z | Downloaded ssh-key v0.6.6 |
937 | 2024-11-26T22:52:09.082Z | Downloaded serde_yaml v0.9.34+deprecated |
938 | 2024-11-26T22:52:09.086Z | Downloaded rustls-webpki v0.101.7 |
939 | 2024-11-26T22:52:09.099Z | Downloaded portable-atomic v1.9.0 |
940 | 2024-11-26T22:52:09.106Z | Downloaded openssl v0.10.66 |
941 | 2024-11-26T22:52:09.115Z | Downloaded regex v1.11.1 |
942 | 2024-11-26T22:52:09.128Z | Downloaded unicode-width v0.2.0 |
943 | 2024-11-26T22:52:09.135Z | Downloaded rustls v0.21.12 |
944 | 2024-11-26T22:52:09.147Z | Downloaded regress v0.9.1 |
945 | 2024-11-26T22:52:09.155Z | Downloaded zerocopy v0.8.10 |
946 | 2024-11-26T22:52:09.180Z | Downloaded unicode-segmentation v1.12.0 |
947 | 2024-11-26T22:52:09.195Z | Downloaded p384 v0.13.0 |
948 | 2024-11-26T22:52:09.203Z | Downloaded idna v0.3.0 |
949 | 2024-11-26T22:52:09.203Z | Downloaded radix_trie v0.2.1 |
950 | 2024-11-26T22:52:09.203Z | Downloaded bitvec v1.0.1 |
951 | 2024-11-26T22:52:09.221Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2024-11-26T22:52:09.228Z | Downloaded sqlparser v0.45.0 |
953 | 2024-11-26T22:52:09.235Z | Downloaded openapiv3 v2.0.0 |
954 | 2024-11-26T22:52:09.246Z | Downloaded quick-xml v0.33.0 |
955 | 2024-11-26T22:52:09.253Z | Downloaded regex-syntax v0.6.29 |
956 | 2024-11-26T22:52:09.259Z | Downloaded curve25519-dalek v4.1.3 |
957 | 2024-11-26T22:52:09.269Z | Downloaded smoltcp v0.9.1 |
958 | 2024-11-26T22:52:09.280Z | Downloaded gimli v0.31.1 |
959 | 2024-11-26T22:52:09.287Z | Downloaded reqwest v0.12.9 |
960 | 2024-11-26T22:52:09.295Z | Downloaded ratatui v0.28.1 |
961 | 2024-11-26T22:52:09.314Z | Downloaded toml_edit v0.19.15 |
962 | 2024-11-26T22:52:09.330Z | Downloaded bindgen v0.69.5 |
963 | 2024-11-26T22:52:09.337Z | Downloaded aws-lc-rs v1.10.0 |
964 | 2024-11-26T22:52:09.346Z | Downloaded idna v0.5.0 |
965 | 2024-11-26T22:52:09.352Z | Downloaded rusqlite v0.32.1 |
966 | 2024-11-26T22:52:09.361Z | Downloaded rayon v1.10.0 |
967 | 2024-11-26T22:52:09.368Z | Downloaded petname v2.0.2 |
968 | 2024-11-26T22:52:09.374Z | Downloaded rustls v0.22.4 |
969 | 2024-11-26T22:52:09.387Z | Downloaded sled v0.34.7 |
970 | 2024-11-26T22:52:09.397Z | Downloaded polar-core v0.27.3 |
971 | 2024-11-26T22:52:09.407Z | Downloaded rustls v0.23.14 |
972 | 2024-11-26T22:52:09.417Z | Downloaded vcpkg v0.2.15 |
973 | 2024-11-26T22:52:09.455Z | Downloaded bstr v1.10.0 |
974 | 2024-11-26T22:52:09.466Z | Downloaded dropshot v0.12.0 |
975 | 2024-11-26T22:52:09.484Z | Downloaded object v0.30.4 |
976 | 2024-11-26T22:52:09.493Z | Downloaded nix v0.27.1 |
977 | 2024-11-26T22:52:09.504Z | Downloaded dropshot v0.13.0 |
978 | 2024-11-26T22:52:09.524Z | Downloaded nix v0.28.0 |
979 | 2024-11-26T22:52:09.535Z | Downloaded regress v0.10.1 |
980 | 2024-11-26T22:52:09.543Z | Downloaded petgraph v0.6.5 |
981 | 2024-11-26T22:52:09.560Z | Downloaded diesel v2.2.4 |
982 | 2024-11-26T22:52:09.579Z | Downloaded libz-sys v1.1.20 |
983 | 2024-11-26T22:52:09.599Z | Downloaded typify-impl v0.2.0 |
984 | 2024-11-26T22:52:09.615Z | Downloaded object v0.36.5 |
985 | 2024-11-26T22:52:09.626Z | Downloaded zerocopy-derive v0.6.6 |
986 | 2024-11-26T22:52:09.635Z | Downloaded smoltcp v0.11.0 |
987 | 2024-11-26T22:52:09.648Z | Downloaded nix v0.29.0 |
988 | 2024-11-26T22:52:09.658Z | Downloaded lzma-sys v0.1.20 |
989 | 2024-11-26T22:52:09.688Z | Downloaded webpki-roots v0.26.6 |
990 | 2024-11-26T22:52:09.691Z | Downloaded regex-syntax v0.8.5 |
991 | 2024-11-26T22:52:09.698Z | Downloaded chrono-tz v0.10.0 |
992 | 2024-11-26T22:52:09.705Z | Downloaded tokio v1.40.0 |
993 | 2024-11-26T22:52:09.743Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2024-11-26T22:52:09.756Z | Downloaded publicsuffix v2.2.3 |
995 | 2024-11-26T22:52:09.758Z | Downloaded hashbrown v0.12.3 |
996 | 2024-11-26T22:52:09.761Z | Downloaded flate2 v1.0.34 |
997 | 2024-11-26T22:52:09.767Z | Downloaded lalrpop v0.19.12 |
998 | 2024-11-26T22:52:09.777Z | Downloaded tokio-util v0.7.12 |
999 | 2024-11-26T22:52:09.783Z | Downloaded similar v2.6.0 |
1000 | 2024-11-26T22:52:09.788Z | Downloaded regex-automata v0.4.8 |
1001 | 2024-11-26T22:52:09.806Z | Downloaded tar v0.4.42 |
1002 | 2024-11-26T22:52:09.810Z | Downloaded fixedbitset v0.4.2 |
1003 | 2024-11-26T22:52:09.810Z | Downloaded tracing-core v0.1.32 |
1004 | 2024-11-26T22:52:09.813Z | Downloaded num-bigint v0.4.6 |
1005 | 2024-11-26T22:52:09.816Z | Downloaded hashbrown v0.14.5 |
1006 | 2024-11-26T22:52:09.821Z | Downloaded russh v0.45.0 |
1007 | 2024-11-26T22:52:09.826Z | Downloaded subprocess v0.2.9 |
1008 | 2024-11-26T22:52:09.828Z | Downloaded csv v1.3.0 |
1009 | 2024-11-26T22:52:09.848Z | Downloaded parking_lot v0.11.2 |
1010 | 2024-11-26T22:52:09.850Z | Downloaded der v0.7.9 |
1011 | 2024-11-26T22:52:09.855Z | Downloaded sha3 v0.10.8 |
1012 | 2024-11-26T22:52:09.860Z | Downloaded tls_codec_derive v0.4.1 |
1013 | 2024-11-26T22:52:09.863Z | Downloaded parking_lot_core v0.9.10 |
1014 | 2024-11-26T22:52:09.865Z | Downloaded fatfs v0.3.6 |
1015 | 2024-11-26T22:52:09.867Z | Downloaded env_logger v0.11.5 |
1016 | 2024-11-26T22:52:09.870Z | Downloaded tracing-attributes v0.1.27 |
1017 | 2024-11-26T22:52:09.872Z | Downloaded term v0.7.0 |
1018 | 2024-11-26T22:52:09.875Z | Downloaded phf v0.11.2 |
1019 | 2024-11-26T22:52:09.877Z | Downloaded zip v0.6.6 |
1020 | 2024-11-26T22:52:09.880Z | Downloaded proc-macro-crate v1.3.1 |
1021 | 2024-11-26T22:52:09.882Z | Downloaded phf_generator v0.11.2 |
1022 | 2024-11-26T22:52:09.883Z | Downloaded multimap v0.10.0 |
1023 | 2024-11-26T22:52:09.883Z | Downloaded winnow v0.5.40 |
1024 | 2024-11-26T22:52:09.891Z | Downloaded pkcs8 v0.10.2 |
1025 | 2024-11-26T22:52:09.893Z | Downloaded derive-where v1.2.7 |
1026 | 2024-11-26T22:52:09.897Z | Downloaded mio v1.0.2 |
1027 | 2024-11-26T22:52:09.902Z | Downloaded native-tls v0.2.12 |
1028 | 2024-11-26T22:52:09.904Z | Downloaded futures-sink v0.3.31 |
1029 | 2024-11-26T22:52:09.907Z | Downloaded snafu-derive v0.8.5 |
1030 | 2024-11-26T22:52:09.907Z | Downloaded spin v0.9.8 |
1031 | 2024-11-26T22:52:09.910Z | Downloaded socket2 v0.5.7 |
1032 | 2024-11-26T22:52:09.912Z | Downloaded slog-stdlog v4.1.1 |
1033 | 2024-11-26T22:52:09.912Z | Downloaded slog-term v2.9.1 |
1034 | 2024-11-26T22:52:09.915Z | Downloaded encoding_rs v0.8.34 |
1035 | 2024-11-26T22:52:09.934Z | Downloaded headers v0.4.0 |
1036 | 2024-11-26T22:52:09.939Z | Downloaded url v2.5.3 |
1037 | 2024-11-26T22:52:09.942Z | Downloaded libxml v0.3.3 |
1038 | 2024-11-26T22:52:09.947Z | Downloaded termios v0.3.3 |
1039 | 2024-11-26T22:52:09.949Z | Downloaded itertools v0.10.5 |
1040 | 2024-11-26T22:52:09.954Z | Downloaded idna v1.0.3 |
1041 | 2024-11-26T22:52:09.959Z | Downloaded ppv-lite86 v0.2.20 |
1042 | 2024-11-26T22:52:09.961Z | Downloaded pin-project v1.1.6 |
1043 | 2024-11-26T22:52:09.970Z | Downloaded oso v0.27.3 |
1044 | 2024-11-26T22:52:09.974Z | Downloaded russh-keys v0.45.0 |
1045 | 2024-11-26T22:52:09.976Z | Downloaded crossbeam-channel v0.5.13 |
1046 | 2024-11-26T22:52:09.980Z | Downloaded slog-scope v4.4.0 |
1047 | 2024-11-26T22:52:09.984Z | Downloaded slog-json v2.6.1 |
1048 | 2024-11-26T22:52:09.984Z | Downloaded slog-bunyan v2.5.0 |
1049 | 2024-11-26T22:52:09.984Z | Downloaded slog-async v2.8.0 |
1050 | 2024-11-26T22:52:09.995Z | Downloaded ron v0.8.1 |
1051 | 2024-11-26T22:52:09.995Z | Downloaded smallvec v1.13.2 |
1052 | 2024-11-26T22:52:09.995Z | Downloaded password-hash v0.5.0 |
1053 | 2024-11-26T22:52:09.995Z | Downloaded num-rational v0.4.2 |
1054 | 2024-11-26T22:52:09.998Z | Downloaded hashlink v0.9.1 |
1055 | 2024-11-26T22:52:09.998Z | Downloaded zerocopy-derive v0.8.10 |
1056 | 2024-11-26T22:52:10.003Z | Downloaded cc v1.1.30 |
1057 | 2024-11-26T22:52:10.006Z | Downloaded fallible-iterator v0.2.0 |
1058 | 2024-11-26T22:52:10.008Z | Downloaded pin-project-lite v0.2.14 |
1059 | 2024-11-26T22:52:10.011Z | Downloaded derive_builder v0.20.2 |
1060 | 2024-11-26T22:52:10.015Z | Downloaded predicates v3.1.2 |
1061 | 2024-11-26T22:52:10.018Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1062 | 2024-11-26T22:52:10.075Z | Downloaded phf_shared v0.11.2 |
1063 | 2024-11-26T22:52:10.077Z | Downloaded derive_builder_core v0.20.2 |
1064 | 2024-11-26T22:52:10.077Z | Downloaded compact_str v0.8.0 |
1065 | 2024-11-26T22:52:10.081Z | Downloaded wait-timeout v0.2.0 |
1066 | 2024-11-26T22:52:10.083Z | Downloaded tokio-tungstenite v0.21.0 |
1067 | 2024-11-26T22:52:10.086Z | Downloaded tokio-stream v0.1.16 |
1068 | 2024-11-26T22:52:10.089Z | Downloaded qorb v0.2.0 |
1069 | 2024-11-26T22:52:10.092Z | Downloaded packed_struct v0.10.1 |
1070 | 2024-11-26T22:52:10.094Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-11-26T22:52:10.097Z | Downloaded foreign-types v0.3.2 |
1072 | 2024-11-26T22:52:10.100Z | Downloaded secrecy v0.8.0 |
1073 | 2024-11-26T22:52:10.100Z | Downloaded scrypt v0.11.0 |
1074 | 2024-11-26T22:52:10.102Z | Downloaded packed_struct_codegen v0.10.1 |
1075 | 2024-11-26T22:52:10.102Z | Downloaded num-derive v0.4.2 |
1076 | 2024-11-26T22:52:10.102Z | Downloaded difflib v0.4.0 |
1077 | 2024-11-26T22:52:10.105Z | Downloaded chacha20poly1305 v0.10.1 |
1078 | 2024-11-26T22:52:10.105Z | Downloaded signal-hook v0.3.17 |
1079 | 2024-11-26T22:52:10.109Z | Downloaded icu_collections v1.5.0 |
1080 | 2024-11-26T22:52:10.115Z | Downloaded crossbeam-utils v0.8.20 |
1081 | 2024-11-26T22:52:10.120Z | Downloaded crossbeam-epoch v0.9.18 |
1082 | 2024-11-26T22:52:10.123Z | Downloaded crc-any v2.5.0 |
1083 | 2024-11-26T22:52:10.123Z | Downloaded cookie v0.18.1 |
1084 | 2024-11-26T22:52:10.126Z | Downloaded const-oid v0.9.6 |
1085 | 2024-11-26T22:52:10.126Z | Downloaded console v0.15.8 |
1086 | 2024-11-26T22:52:10.128Z | Downloaded clang-sys v1.8.1 |
1087 | 2024-11-26T22:52:10.130Z | Downloaded tokio-rustls v0.25.0 |
1088 | 2024-11-26T22:52:10.133Z | Downloaded rustc-hash v2.0.0 |
1089 | 2024-11-26T22:52:10.136Z | Downloaded newline-converter v0.3.0 |
1090 | 2024-11-26T22:52:10.136Z | Downloaded structmeta-derive v0.3.0 |
1091 | 2024-11-26T22:52:10.136Z | Downloaded lock_api v0.4.12 |
1092 | 2024-11-26T22:52:10.138Z | Downloaded csv-core v0.1.11 |
1093 | 2024-11-26T22:52:10.142Z | Downloaded ctr v0.9.2 |
1094 | 2024-11-26T22:52:10.142Z | Downloaded icu_normalizer v1.5.0 |
1095 | 2024-11-26T22:52:10.144Z | Downloaded cookie_store v0.21.0 |
1096 | 2024-11-26T22:52:10.147Z | Downloaded convert_case v0.4.0 |
1097 | 2024-11-26T22:52:10.147Z | Downloaded cobs v0.2.3 |
1098 | 2024-11-26T22:52:10.150Z | Downloaded smf v0.2.3 |
1099 | 2024-11-26T22:52:10.150Z | Downloaded icu_locid_transform v1.5.0 |
1100 | 2024-11-26T22:52:10.152Z | Downloaded libloading v0.8.5 |
1101 | 2024-11-26T22:52:10.155Z | Downloaded cancel-safe-futures v0.1.5 |
1102 | 2024-11-26T22:52:10.158Z | Downloaded strum_macros v0.24.3 |
1103 | 2024-11-26T22:52:10.158Z | Downloaded signal-hook-registry v1.4.2 |
1104 | 2024-11-26T22:52:10.160Z | Downloaded signal-hook-mio v0.2.4 |
1105 | 2024-11-26T22:52:10.160Z | Downloaded serde_repr v0.1.19 |
1106 | 2024-11-26T22:52:10.162Z | Downloaded serde_plain v1.0.2 |
1107 | 2024-11-26T22:52:10.165Z | Downloaded semver v0.1.20 |
1108 | 2024-11-26T22:52:10.165Z | Downloaded crc32fast v1.4.2 |
1109 | 2024-11-26T22:52:10.165Z | Downloaded allocator-api2 v0.2.18 |
1110 | 2024-11-26T22:52:10.168Z | Downloaded base64ct v1.6.0 |
1111 | 2024-11-26T22:52:10.171Z | Downloaded cassowary v0.3.0 |
1112 | 2024-11-26T22:52:10.174Z | Downloaded buf-list v1.0.3 |
1113 | 2024-11-26T22:52:10.174Z | Downloaded lockfree-object-pool v0.1.6 |
1114 | 2024-11-26T22:52:10.178Z | Downloaded kstat-rs v0.2.4 |
1115 | 2024-11-26T22:52:10.178Z | Downloaded keccak v0.1.5 |
1116 | 2024-11-26T22:52:10.178Z | Downloaded ipnetwork v0.20.0 |
1117 | 2024-11-26T22:52:10.180Z | Downloaded icu_normalizer_data v1.5.0 |
1118 | 2024-11-26T22:52:10.183Z | Downloaded backoff v0.4.0 |
1119 | 2024-11-26T22:52:10.183Z | Downloaded lazycell v1.3.0 |
1120 | 2024-11-26T22:52:10.185Z | Downloaded jobserver v0.1.32 |
1121 | 2024-11-26T22:52:10.185Z | Downloaded hyper-staticfile v0.10.1 |
1122 | 2024-11-26T22:52:10.188Z | Downloaded matches v0.1.10 |
1123 | 2024-11-26T22:52:10.188Z | Downloaded match_cfg v0.1.0 |
1124 | 2024-11-26T22:52:10.191Z | Downloaded idna_adapter v1.2.0 |
1125 | 2024-11-26T22:52:10.191Z | Downloaded base16ct v0.2.0 |
1126 | 2024-11-26T22:52:10.191Z | Downloaded hubpack v0.1.2 |
1127 | 2024-11-26T22:52:10.193Z | Downloaded httpdate v1.0.3 |
1128 | 2024-11-26T22:52:10.193Z | Downloaded crunchy v0.2.2 |
1129 | 2024-11-26T22:52:10.193Z | Downloaded ident_case v1.0.1 |
1130 | 2024-11-26T22:52:10.196Z | Downloaded icu_provider_macros v1.5.0 |
1131 | 2024-11-26T22:52:10.196Z | Downloaded ascii-canvas v3.0.0 |
1132 | 2024-11-26T22:52:10.196Z | Downloaded atomicwrites v0.4.4 |
1133 | 2024-11-26T22:52:10.198Z | Downloaded heck v0.3.3 |
1134 | 2024-11-26T22:52:10.198Z | Downloaded async-stream-impl v0.3.6 |
1135 | 2024-11-26T22:52:10.198Z | Downloaded async-recursion v1.1.1 |
1136 | 2024-11-26T22:52:10.203Z | Downloaded array-init v0.0.4 |
1137 | 2024-11-26T22:52:10.206Z | Downloaded assert_matches v1.5.0 |
1138 | 2024-11-26T22:52:10.512Z | Downloaded ring v0.17.8 |
1139 | 2024-11-26T22:52:10.613Z | Downloaded aws-lc-sys v0.22.0 |
1140 | 2024-11-26T22:52:10.875Z | Downloaded ring v0.16.20 |
1141 | 2024-11-26T22:52:10.956Z | Downloaded libsqlite3-sys v0.30.1 |
1142 | 2024-11-26T22:52:11.136Z | Compiling serde v1.0.215 |
1143 | 2024-11-26T22:52:11.138Z | Compiling lock_api v0.4.12 |
1144 | 2024-11-26T22:52:11.138Z | Compiling scopeguard v1.2.0 |
1145 | 2024-11-26T22:52:11.138Z | Compiling value-bag v1.9.0 |
1146 | 2024-11-26T22:52:11.138Z | Compiling typenum v1.17.0 |
1147 | 2024-11-26T22:52:11.302Z | Compiling generic-array v0.14.7 |
1148 | 2024-11-26T22:52:11.347Z | Compiling syn v2.0.87 |
1149 | 2024-11-26T22:52:11.362Z | Compiling getrandom v0.2.15 |
1150 | 2024-11-26T22:52:11.436Z | Compiling subtle v2.6.1 |
1151 | 2024-11-26T22:52:11.644Z | Compiling rand_core v0.6.4 |
1152 | 2024-11-26T22:52:11.787Z | Compiling log v0.4.22 |
1153 | 2024-11-26T22:52:11.882Z | Compiling shlex v1.3.0 |
1154 | 2024-11-26T22:52:11.905Z | Compiling jobserver v0.1.32 |
1155 | 2024-11-26T22:52:11.940Z | Compiling smallvec v1.13.2 |
1156 | 2024-11-26T22:52:12.361Z | Compiling const-oid v0.9.6 |
1157 | 2024-11-26T22:52:12.383Z | Compiling spin v0.9.8 |
1158 | 2024-11-26T22:52:12.444Z | Compiling cc v1.1.30 |
1159 | 2024-11-26T22:52:12.468Z | Compiling pin-project-lite v0.2.14 |
1160 | 2024-11-26T22:52:12.604Z | Compiling rustix v0.38.37 |
1161 | 2024-11-26T22:52:12.800Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-11-26T22:52:12.823Z | Compiling futures-core v0.3.31 |
1163 | 2024-11-26T22:52:13.026Z | Compiling signal-hook-registry v1.4.2 |
1164 | 2024-11-26T22:52:13.086Z | Compiling mio v1.0.2 |
1165 | 2024-11-26T22:52:13.582Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-11-26T22:52:13.932Z | Compiling parking_lot v0.12.3 |
1167 | 2024-11-26T22:52:14.028Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-11-26T22:52:14.190Z | Compiling either v1.13.0 |
1169 | 2024-11-26T22:52:14.318Z | Compiling regex-syntax v0.8.5 |
1170 | 2024-11-26T22:52:14.391Z | Compiling lazy_static v1.5.0 |
1171 | 2024-11-26T22:52:14.499Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-11-26T22:52:14.530Z | Compiling futures-sink v0.3.31 |
1173 | 2024-11-26T22:52:14.626Z | Compiling glob v0.3.1 |
1174 | 2024-11-26T22:52:14.648Z | Compiling socket2 v0.5.7 |
1175 | 2024-11-26T22:52:14.707Z | Compiling slab v0.4.9 |
1176 | 2024-11-26T22:52:14.935Z | Compiling prettyplease v0.2.25 |
1177 | 2024-11-26T22:52:15.183Z | Compiling minimal-lexical v0.2.1 |
1178 | 2024-11-26T22:52:15.652Z | Compiling nom v7.1.3 |
1179 | 2024-11-26T22:52:15.726Z | Compiling clang-sys v1.8.1 |
1180 | 2024-11-26T22:52:15.729Z | Compiling libloading v0.8.5 |
1181 | 2024-11-26T22:52:15.729Z | Compiling serde_json v1.0.132 |
1182 | 2024-11-26T22:52:16.105Z | Compiling home v0.5.9 |
1183 | 2024-11-26T22:52:16.158Z | Compiling bindgen v0.69.5 |
1184 | 2024-11-26T22:52:16.414Z | Compiling futures-channel v0.3.31 |
1185 | 2024-11-26T22:52:16.858Z | Compiling itertools v0.12.1 |
1186 | 2024-11-26T22:52:17.038Z | Compiling foldhash v0.1.3 |
1187 | 2024-11-26T22:52:17.060Z | Compiling pin-utils v0.1.0 |
1188 | 2024-11-26T22:52:17.169Z | Compiling futures-task v0.3.31 |
1189 | 2024-11-26T22:52:17.358Z | Compiling lazycell v1.3.0 |
1190 | 2024-11-26T22:52:17.613Z | Compiling allocator-api2 v0.2.18 |
1191 | 2024-11-26T22:52:17.617Z | Compiling rustc-hash v1.1.0 |
1192 | 2024-11-26T22:52:17.715Z | Compiling futures-io v0.3.31 |
1193 | 2024-11-26T22:52:18.073Z | Compiling cmake v0.1.51 |
1194 | 2024-11-26T22:52:18.347Z | Compiling regex-automata v0.4.8 |
1195 | 2024-11-26T22:52:19.141Z | Compiling hashbrown v0.15.0 |
1196 | 2024-11-26T22:52:19.541Z | Compiling cexpr v0.6.0 |
1197 | 2024-11-26T22:52:19.616Z | Compiling synstructure v0.13.1 |
1198 | 2024-11-26T22:52:20.554Z | Compiling dunce v1.0.5 |
1199 | 2024-11-26T22:52:20.700Z | Compiling libm v0.2.8 |
1200 | 2024-11-26T22:52:21.048Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-11-26T22:52:21.151Z | Compiling pkg-config v0.3.31 |
1202 | 2024-11-26T22:52:21.374Z | Compiling fs_extra v1.3.0 |
1203 | 2024-11-26T22:52:21.396Z | Compiling tinyvec v1.8.0 |
1204 | 2024-11-26T22:52:21.505Z | Compiling num-traits v0.2.19 |
1205 | 2024-11-26T22:52:22.093Z | Compiling ring v0.17.8 |
1206 | 2024-11-26T22:52:22.762Z | Compiling litemap v0.7.3 |
1207 | 2024-11-26T22:52:22.998Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-11-26T22:52:23.167Z | Compiling unicode-bidi v0.3.17 |
1209 | 2024-11-26T22:52:23.252Z | Compiling writeable v0.5.5 |
1210 | 2024-11-26T22:52:23.346Z | Compiling paste v1.0.15 |
1211 | 2024-11-26T22:52:23.458Z | Compiling base64ct v1.6.0 |
1212 | 2024-11-26T22:52:23.947Z | Compiling pem-rfc7468 v0.7.0 |
1213 | 2024-11-26T22:52:24.060Z | Compiling regex v1.11.1 |
1214 | 2024-11-26T22:52:24.604Z | Compiling httparse v1.9.5 |
1215 | 2024-11-26T22:52:24.684Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2024-11-26T22:52:25.100Z | Compiling flagset v0.4.6 |
1217 | 2024-11-26T22:52:25.303Z | Compiling tracing-core v0.1.32 |
1218 | 2024-11-26T22:52:25.465Z | Compiling crossbeam-utils v0.8.20 |
1219 | 2024-11-26T22:52:25.912Z | Compiling percent-encoding v2.3.1 |
1220 | 2024-11-26T22:52:26.085Z | Compiling icu_locid_transform_data v1.5.0 |
1221 | 2024-11-26T22:52:26.202Z | Compiling rustls-pki-types v1.9.0 |
1222 | 2024-11-26T22:52:26.333Z | Compiling vcpkg v0.2.15 |
1223 | 2024-11-26T22:52:26.603Z | Compiling icu_properties_data v1.5.0 |
1224 | 2024-11-26T22:52:26.626Z | Compiling serde_derive v1.0.215 |
1225 | 2024-11-26T22:52:26.869Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-11-26T22:52:27.028Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-11-26T22:52:27.275Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-11-26T22:52:28.467Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-11-26T22:52:28.507Z | Compiling zeroize v1.8.1 |
1230 | 2024-11-26T22:52:28.755Z | Compiling thiserror-impl v1.0.69 |
1231 | 2024-11-26T22:52:28.918Z | Compiling yoke-derive v0.7.4 |
1232 | 2024-11-26T22:52:29.349Z | Compiling zerocopy v0.7.35 |
1233 | 2024-11-26T22:52:30.285Z | Compiling crypto-common v0.1.6 |
1234 | 2024-11-26T22:52:30.517Z | Compiling block-buffer v0.10.4 |
1235 | 2024-11-26T22:52:30.783Z | Compiling digest v0.10.7 |
1236 | 2024-11-26T22:52:31.013Z | Compiling futures-macro v0.3.31 |
1237 | 2024-11-26T22:52:31.234Z | Compiling hmac v0.12.1 |
1238 | 2024-11-26T22:52:31.282Z | Compiling zerovec-derive v0.10.3 |
1239 | 2024-11-26T22:52:31.490Z | Compiling block-padding v0.3.3 |
1240 | 2024-11-26T22:52:31.721Z | Compiling displaydoc v0.2.5 |
1241 | 2024-11-26T22:52:31.943Z | Compiling inout v0.1.3 |
1242 | 2024-11-26T22:52:32.233Z | Compiling thiserror v1.0.69 |
1243 | 2024-11-26T22:52:32.256Z | Compiling cipher v0.4.4 |
1244 | 2024-11-26T22:52:32.388Z | Compiling sha2 v0.10.8 |
1245 | 2024-11-26T22:52:32.601Z | Compiling zerofrom v0.1.4 |
1246 | 2024-11-26T22:52:32.764Z | Compiling ppv-lite86 v0.2.20 |
1247 | 2024-11-26T22:52:32.822Z | Compiling yoke v0.7.4 |
1248 | 2024-11-26T22:52:32.943Z | Compiling futures-util v0.3.31 |
1249 | 2024-11-26T22:52:33.212Z | Compiling icu_provider_macros v1.5.0 |
1250 | 2024-11-26T22:52:33.390Z | Compiling der_derive v0.7.3 |
1251 | 2024-11-26T22:52:33.617Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-11-26T22:52:34.007Z | Compiling zerovec v0.10.4 |
1253 | 2024-11-26T22:52:34.359Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-11-26T22:52:35.738Z | Compiling rand v0.8.5 |
1255 | 2024-11-26T22:52:35.833Z | Compiling der v0.7.9 |
1256 | 2024-11-26T22:52:35.964Z | Compiling tinystr v0.7.6 |
1257 | 2024-11-26T22:52:36.221Z | Compiling icu_collections v1.5.0 |
1258 | 2024-11-26T22:52:36.401Z | Compiling icu_locid v1.5.0 |
1259 | 2024-11-26T22:52:36.583Z | Compiling salsa20 v0.10.2 |
1260 | 2024-11-26T22:52:36.831Z | Compiling pest v2.7.14 |
1261 | 2024-11-26T22:52:37.746Z | Compiling icu_provider v1.5.0 |
1262 | 2024-11-26T22:52:37.961Z | Compiling pbkdf2 v0.12.2 |
1263 | 2024-11-26T22:52:38.150Z | Compiling spki v0.7.3 |
1264 | 2024-11-26T22:52:38.251Z | Compiling tracing v0.1.40 |
1265 | 2024-11-26T22:52:38.546Z | Compiling icu_locid_transform v1.5.0 |
1266 | 2024-11-26T22:52:38.786Z | Compiling time-core v0.1.2 |
1267 | 2024-11-26T22:52:38.807Z | Compiling untrusted v0.7.1 |
1268 | 2024-11-26T22:52:38.978Z | Compiling powerfmt v0.2.0 |
1269 | 2024-11-26T22:52:38.981Z | Compiling untrusted v0.9.0 |
1270 | 2024-11-26T22:52:39.016Z | Compiling mirai-annotations v1.12.0 |
1271 | 2024-11-26T22:52:39.186Z | Compiling num-conv v0.1.0 |
1272 | 2024-11-26T22:52:39.285Z | Compiling deranged v0.3.11 |
1273 | 2024-11-26T22:52:39.374Z | Compiling scrypt v0.11.0 |
1274 | 2024-11-26T22:52:39.463Z | Compiling aes v0.8.4 |
1275 | 2024-11-26T22:52:39.500Z | Compiling time-macros v0.2.18 |
1276 | 2024-11-26T22:52:39.980Z | Compiling icu_properties v1.5.1 |
1277 | 2024-11-26T22:52:40.022Z | Compiling pest_meta v2.7.14 |
1278 | 2024-11-26T22:52:41.104Z | Compiling bitflags v2.6.0 |
1279 | 2024-11-26T22:52:41.238Z | Compiling bytes v1.8.0 |
1280 | 2024-11-26T22:52:42.346Z | Compiling tokio v1.40.0 |
1281 | 2024-11-26T22:52:42.614Z | Compiling indexmap v2.6.0 |
1282 | 2024-11-26T22:52:43.022Z | Compiling http v1.1.0 |
1283 | 2024-11-26T22:52:43.154Z | Compiling semver v1.0.23 |
1284 | 2024-11-26T22:52:43.973Z | Compiling rustc_version v0.4.1 |
1285 | 2024-11-26T22:52:44.163Z | Compiling cbc v0.1.2 |
1286 | 2024-11-26T22:52:44.423Z | Compiling openssl-sys v0.9.103 |
1287 | 2024-11-26T22:52:44.656Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-11-26T22:52:45.004Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-11-26T22:52:45.207Z | Compiling num_threads v0.1.7 |
1290 | 2024-11-26T22:52:45.353Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-11-26T22:52:45.374Z | Compiling utf16_iter v1.0.5 |
1292 | 2024-11-26T22:52:45.462Z | Compiling write16 v1.0.0 |
1293 | 2024-11-26T22:52:45.559Z | Compiling utf8_iter v1.0.4 |
1294 | 2024-11-26T22:52:45.602Z | Compiling time v0.3.36 |
1295 | 2024-11-26T22:52:45.604Z | Compiling http-body v1.0.1 |
1296 | 2024-11-26T22:52:45.779Z | Compiling which v4.4.2 |
1297 | 2024-11-26T22:52:45.812Z | Compiling icu_normalizer v1.5.0 |
1298 | 2024-11-26T22:52:45.877Z | Compiling pkcs5 v0.7.1 |
1299 | 2024-11-26T22:52:46.047Z | Compiling pest_generator v2.7.14 |
1300 | 2024-11-26T22:52:46.424Z | Compiling scroll v0.12.0 |
1301 | 2024-11-26T22:52:47.056Z | Compiling form_urlencoded v1.2.1 |
1302 | 2024-11-26T22:52:47.179Z | Compiling slog v2.7.0 |
1303 | 2024-11-26T22:52:47.201Z | Compiling try-lock v0.2.5 |
1304 | 2024-11-26T22:52:47.360Z | Compiling want v0.3.1 |
1305 | 2024-11-26T22:52:47.384Z | Compiling goblin v0.8.2 |
1306 | 2024-11-26T22:52:47.669Z | Compiling idna_adapter v1.2.0 |
1307 | 2024-11-26T22:52:47.794Z | Compiling pkcs8 v0.10.2 |
1308 | 2024-11-26T22:52:47.866Z | Compiling httpdate v1.0.3 |
1309 | 2024-11-26T22:52:47.893Z | Compiling idna v1.0.3 |
1310 | 2024-11-26T22:52:48.172Z | Compiling pest_derive v2.7.14 |
1311 | 2024-11-26T22:52:48.543Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-11-26T22:52:48.980Z | Compiling dtrace-parser v0.2.0 |
1313 | 2024-11-26T22:52:49.160Z | Compiling toml_datetime v0.6.8 |
1314 | 2024-11-26T22:52:49.204Z | Compiling serde_spanned v0.6.8 |
1315 | 2024-11-26T22:52:49.459Z | Compiling uuid v1.11.0 |
1316 | 2024-11-26T22:52:49.677Z | Compiling iana-time-zone v0.1.61 |
1317 | 2024-11-26T22:52:49.745Z | Compiling match_cfg v0.1.0 |
1318 | 2024-11-26T22:52:49.850Z | Compiling tower-service v0.3.3 |
1319 | 2024-11-26T22:52:49.991Z | Compiling base64 v0.22.1 |
1320 | 2024-11-26T22:52:50.157Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-11-26T22:52:50.285Z | Compiling adler2 v2.0.0 |
1322 | 2024-11-26T22:52:50.524Z | Compiling openssl v0.10.66 |
1323 | 2024-11-26T22:52:50.792Z | Compiling rustversion v1.0.17 |
1324 | 2024-11-26T22:52:50.905Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-11-26T22:52:51.000Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-26T22:52:51.044Z | Compiling foreign-types v0.3.2 |
1327 | 2024-11-26T22:52:51.154Z | Compiling chrono v0.4.38 |
1328 | 2024-11-26T22:52:51.213Z | Compiling hostname v0.3.1 |
1329 | 2024-11-26T22:52:51.486Z | Compiling url v2.5.3 |
1330 | 2024-11-26T22:52:52.512Z | Compiling h2 v0.4.6 |
1331 | 2024-11-26T22:52:52.542Z | Compiling async-trait v0.1.83 |
1332 | 2024-11-26T22:52:53.133Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-11-26T22:52:53.589Z | Compiling dof v0.3.0 |
1334 | 2024-11-26T22:52:53.912Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-11-26T22:52:54.576Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-11-26T22:52:55.074Z | Compiling siphasher v0.3.11 |
1337 | 2024-11-26T22:52:55.372Z | Compiling rustls v0.23.14 |
1338 | 2024-11-26T22:52:55.485Z | Compiling syn v1.0.109 |
1339 | 2024-11-26T22:52:55.642Z | Compiling rustls v0.22.4 |
1340 | 2024-11-26T22:52:55.839Z | Compiling native-tls v0.2.12 |
1341 | 2024-11-26T22:52:55.917Z | Compiling data-encoding v2.6.0 |
1342 | 2024-11-26T22:52:56.208Z | Compiling dirs-next v2.0.0 |
1343 | 2024-11-26T22:52:56.417Z | Compiling http-body-util v0.1.2 |
1344 | 2024-11-26T22:52:57.023Z | Compiling crossbeam-epoch v0.9.18 |
1345 | 2024-11-26T22:52:57.721Z | Compiling heapless v0.7.17 |
1346 | 2024-11-26T22:52:57.839Z | Compiling sha1 v0.10.6 |
1347 | 2024-11-26T22:52:57.899Z | Compiling signature v2.2.0 |
1348 | 2024-11-26T22:52:58.147Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-11-26T22:52:58.187Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-11-26T22:52:58.264Z | Compiling thread_local v1.1.8 |
1351 | 2024-11-26T22:52:58.318Z | Compiling multer v3.1.0 |
1352 | 2024-11-26T22:52:58.512Z | Compiling cookie v0.18.1 |
1353 | 2024-11-26T22:52:58.611Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-11-26T22:52:58.638Z | Compiling mime v0.3.17 |
1355 | 2024-11-26T22:52:58.796Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-11-26T22:52:58.817Z | Compiling openssl-probe v0.1.5 |
1357 | 2024-11-26T22:52:59.186Z | Compiling ipnet v2.10.1 |
1358 | 2024-11-26T22:52:59.188Z | Compiling schemars v0.8.21 |
1359 | 2024-11-26T22:52:59.259Z | Compiling rayon-core v1.12.1 |
1360 | 2024-11-26T22:52:59.517Z | Compiling hyper v1.5.0 |
1361 | 2024-11-26T22:52:59.539Z | Compiling signal-hook v0.3.17 |
1362 | 2024-11-26T22:52:59.818Z | Compiling slog-async v2.8.0 |
1363 | 2024-11-26T22:53:00.369Z | Compiling gimli v0.31.1 |
1364 | 2024-11-26T22:53:00.695Z | Compiling stringprep v0.1.5 |
1365 | 2024-11-26T22:53:01.002Z | Compiling schemars_derive v0.8.21 |
1366 | 2024-11-26T22:53:02.035Z | Compiling hyper-util v0.1.10 |
1367 | 2024-11-26T22:53:03.384Z | Compiling toml_edit v0.22.22 |
1368 | 2024-11-26T22:53:04.078Z | Compiling usdt-attr-macro v0.5.0 |
1369 | 2024-11-26T22:53:04.469Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-11-26T22:53:05.048Z | Compiling addr2line v0.24.2 |
1371 | 2024-11-26T22:53:05.281Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2024-11-26T22:53:05.305Z | Compiling term v0.7.0 |
1373 | 2024-11-26T22:53:05.668Z | Compiling slog-json v2.6.1 |
1374 | 2024-11-26T22:53:05.755Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2024-11-26T22:53:05.757Z | Compiling crossbeam-channel v0.5.13 |
1376 | 2024-11-26T22:53:05.921Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-11-26T22:53:06.016Z | Compiling enum-as-inner v0.6.1 |
1378 | 2024-11-26T22:53:06.285Z | Compiling futures-executor v0.3.31 |
1379 | 2024-11-26T22:53:06.560Z | Compiling md-5 v0.10.6 |
1380 | 2024-11-26T22:53:06.848Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-11-26T22:53:06.871Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-11-26T22:53:06.892Z | Compiling num-integer v0.1.46 |
1383 | 2024-11-26T22:53:06.926Z | Compiling idna v0.3.0 |
1384 | 2024-11-26T22:53:07.172Z | Compiling idna v0.4.0 |
1385 | 2024-11-26T22:53:07.242Z | Compiling hash32 v0.2.1 |
1386 | 2024-11-26T22:53:07.619Z | Compiling ff v0.13.0 |
1387 | 2024-11-26T22:53:07.787Z | Compiling is-terminal v0.4.13 |
1388 | 2024-11-26T22:53:07.853Z | Compiling dropshot v0.12.0 |
1389 | 2024-11-26T22:53:07.933Z | Compiling object v0.36.5 |
1390 | 2024-11-26T22:53:08.161Z | Compiling dyn-clone v1.0.17 |
1391 | 2024-11-26T22:53:08.330Z | Compiling fallible-iterator v0.2.0 |
1392 | 2024-11-26T22:53:08.399Z | Compiling portable-atomic v1.9.0 |
1393 | 2024-11-26T22:53:08.768Z | Compiling take_mut v0.2.2 |
1394 | 2024-11-26T22:53:08.890Z | Compiling linked-hash-map v0.5.6 |
1395 | 2024-11-26T22:53:08.936Z | Compiling smoltcp v0.9.1 |
1396 | 2024-11-26T22:53:09.063Z | Compiling psl-types v2.0.11 |
1397 | 2024-11-26T22:53:09.266Z | Compiling base16ct v0.2.0 |
1398 | 2024-11-26T22:53:09.288Z | Compiling rustc-demangle v0.1.24 |
1399 | 2024-11-26T22:53:09.469Z | Compiling utf-8 v0.7.6 |
1400 | 2024-11-26T22:53:09.604Z | Compiling anyhow v1.0.93 |
1401 | 2024-11-26T22:53:09.661Z | Compiling num-bigint-dig v0.8.4 |
1402 | 2024-11-26T22:53:09.805Z | Compiling quick-error v1.2.3 |
1403 | 2024-11-26T22:53:09.960Z | Compiling resolv-conf v0.7.0 |
1404 | 2024-11-26T22:53:10.014Z | Compiling tungstenite v0.24.0 |
1405 | 2024-11-26T22:53:10.337Z | Compiling sec1 v0.7.3 |
1406 | 2024-11-26T22:53:10.721Z | Compiling publicsuffix v2.2.3 |
1407 | 2024-11-26T22:53:10.782Z | Compiling lru-cache v0.1.2 |
1408 | 2024-11-26T22:53:10.960Z | Compiling postgres-protocol v0.6.7 |
1409 | 2024-11-26T22:53:11.012Z | Compiling async-stream v0.3.6 |
1410 | 2024-11-26T22:53:11.858Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-11-26T22:53:12.252Z | Compiling slog-term v2.9.1 |
1412 | 2024-11-26T22:53:12.404Z | Compiling group v0.13.0 |
1413 | 2024-11-26T22:53:12.497Z | Compiling usdt v0.5.0 |
1414 | 2024-11-26T22:53:13.042Z | Compiling num-iter v0.1.45 |
1415 | 2024-11-26T22:53:13.242Z | Compiling toml v0.8.19 |
1416 | 2024-11-26T22:53:13.666Z | Compiling futures v0.3.31 |
1417 | 2024-11-26T22:53:13.803Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-11-26T22:53:15.079Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-11-26T22:53:15.363Z | Compiling camino v1.1.9 |
1420 | 2024-11-26T22:53:15.851Z | Compiling backtrace v0.3.74 |
1421 | 2024-11-26T22:53:16.368Z | Compiling phf_shared v0.11.2 |
1422 | 2024-11-26T22:53:16.391Z | Compiling dropshot_endpoint v0.12.0 |
1423 | 2024-11-26T22:53:16.394Z | Compiling terminal_size v0.4.0 |
1424 | 2024-11-26T22:53:16.435Z | Compiling waitgroup v0.1.2 |
1425 | 2024-11-26T22:53:16.649Z | Compiling openapiv3 v2.0.0 |
1426 | 2024-11-26T22:53:16.673Z | Compiling serde_path_to_error v0.1.16 |
1427 | 2024-11-26T22:53:16.763Z | Compiling hkdf v0.12.4 |
1428 | 2024-11-26T22:53:17.064Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-11-26T22:53:17.555Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-11-26T22:53:17.803Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-11-26T22:53:19.442Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-11-26T22:53:19.702Z | Compiling idna v0.5.0 |
1433 | 2024-11-26T22:53:20.186Z | Compiling hubpack_derive v0.1.1 |
1434 | 2024-11-26T22:53:21.109Z | Compiling hostname v0.4.0 |
1435 | 2024-11-26T22:53:21.184Z | Compiling ahash v0.8.11 |
1436 | 2024-11-26T22:53:21.268Z | Compiling fs-err v2.11.0 |
1437 | 2024-11-26T22:53:21.365Z | Compiling crc32fast v1.4.2 |
1438 | 2024-11-26T22:53:21.385Z | Compiling bitflags v1.3.2 |
1439 | 2024-11-26T22:53:21.492Z | Compiling winnow v0.5.40 |
1440 | 2024-11-26T22:53:21.518Z | Compiling debug-ignore v1.0.5 |
1441 | 2024-11-26T22:53:21.580Z | Compiling managed v0.8.0 |
1442 | 2024-11-26T22:53:21.670Z | Compiling zerocopy v0.6.6 |
1443 | 2024-11-26T22:53:21.691Z | Compiling flate2 v1.0.34 |
1444 | 2024-11-26T22:53:21.712Z | Compiling console v0.15.8 |
1445 | 2024-11-26T22:53:22.585Z | Compiling strum_macros v0.25.3 |
1446 | 2024-11-26T22:53:22.712Z | Compiling clap_builder v4.5.21 |
1447 | 2024-11-26T22:53:23.171Z | Compiling hubpack v0.1.2 |
1448 | 2024-11-26T22:53:23.331Z | Compiling cookie_store v0.21.0 |
1449 | 2024-11-26T22:53:23.472Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-11-26T22:53:24.305Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-11-26T22:53:24.339Z | Compiling phf v0.11.2 |
1452 | 2024-11-26T22:53:24.990Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-11-26T22:53:25.152Z | Compiling toml_edit v0.19.15 |
1454 | 2024-11-26T22:53:25.504Z | Compiling hyper-tls v0.6.0 |
1455 | 2024-11-26T22:53:25.555Z | Compiling rayon v1.10.0 |
1456 | 2024-11-26T22:53:25.934Z | Compiling bzip2 v0.4.4 |
1457 | 2024-11-26T22:53:26.876Z | Compiling postgres-types v0.2.8 |
1458 | 2024-11-26T22:53:28.538Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-11-26T22:53:30.512Z | Compiling ed25519 v2.2.3 |
1460 | 2024-11-26T22:53:30.549Z | Compiling phf_shared v0.10.0 |
1461 | 2024-11-26T22:53:30.973Z | Compiling tokio-stream v0.1.16 |
1462 | 2024-11-26T22:53:31.142Z | Compiling pkcs1 v0.7.5 |
1463 | 2024-11-26T22:53:31.825Z | Compiling serde-big-array v0.5.1 |
1464 | 2024-11-26T22:53:32.077Z | Compiling clap_derive v4.5.18 |
1465 | 2024-11-26T22:53:32.121Z | Compiling rfc6979 v0.4.0 |
1466 | 2024-11-26T22:53:32.194Z | Compiling serde_repr v0.1.19 |
1467 | 2024-11-26T22:53:32.336Z | Compiling derive-where v1.2.7 |
1468 | 2024-11-26T22:53:32.423Z | Compiling float-cmp v0.9.0 |
1469 | 2024-11-26T22:53:32.446Z | Compiling bstr v1.10.0 |
1470 | 2024-11-26T22:53:32.658Z | Compiling sync_wrapper v1.0.1 |
1471 | 2024-11-26T22:53:32.825Z | Compiling unicode-segmentation v1.12.0 |
1472 | 2024-11-26T22:53:33.420Z | Compiling static_assertions v1.1.0 |
1473 | 2024-11-26T22:53:33.461Z | Compiling predicates-core v1.0.8 |
1474 | 2024-11-26T22:53:33.532Z | Compiling bit-vec v0.6.3 |
1475 | 2024-11-26T22:53:33.756Z | Compiling precomputed-hash v0.1.1 |
1476 | 2024-11-26T22:53:33.842Z | Compiling unicode-width v0.2.0 |
1477 | 2024-11-26T22:53:33.881Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-11-26T22:53:34.009Z | Compiling number_prefix v0.4.0 |
1479 | 2024-11-26T22:53:34.234Z | Compiling normalize-line-endings v0.3.0 |
1480 | 2024-11-26T22:53:34.237Z | Compiling whoami v1.5.2 |
1481 | 2024-11-26T22:53:34.356Z | Compiling new_debug_unreachable v1.0.6 |
1482 | 2024-11-26T22:53:34.359Z | Compiling difflib v0.4.0 |
1483 | 2024-11-26T22:53:34.395Z | Compiling indicatif v0.17.9 |
1484 | 2024-11-26T22:53:34.475Z | Compiling string_cache v0.8.7 |
1485 | 2024-11-26T22:53:34.926Z | Compiling predicates v3.1.2 |
1486 | 2024-11-26T22:53:34.954Z | Compiling tokio-postgres v0.7.12 |
1487 | 2024-11-26T22:53:35.990Z | Compiling petgraph v0.6.5 |
1488 | 2024-11-26T22:53:36.051Z | Compiling bit-set v0.5.3 |
1489 | 2024-11-26T22:53:36.349Z | Compiling similar v2.6.0 |
1490 | 2024-11-26T22:53:36.712Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1491 | 2024-11-26T22:53:36.761Z | Compiling ecdsa v0.16.9 |
1492 | 2024-11-26T22:53:37.107Z | Compiling clap v4.5.21 |
1493 | 2024-11-26T22:53:37.244Z | Compiling rsa v0.9.6 |
1494 | 2024-11-26T22:53:37.662Z | Compiling ed25519-dalek v2.1.1 |
1495 | 2024-11-26T22:53:38.861Z | Compiling toml v0.7.8 |
1496 | 2024-11-26T22:53:38.973Z | Compiling zip v0.6.6 |
1497 | 2024-11-26T22:53:40.218Z | Compiling crossterm v0.28.1 |
1498 | 2024-11-26T22:53:40.709Z | Compiling hex v0.4.3 |
1499 | 2024-11-26T22:53:40.907Z | Compiling x509-cert v0.2.5 |
1500 | 2024-11-26T22:53:41.093Z | Compiling itertools v0.10.5 |
1501 | 2024-11-26T22:53:41.332Z | Compiling peg-runtime v0.8.3 |
1502 | 2024-11-26T22:53:41.504Z | Compiling lalrpop-util v0.19.12 |
1503 | 2024-11-26T22:53:41.893Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-11-26T22:53:42.037Z | Compiling strum_macros v0.26.4 |
1505 | 2024-11-26T22:53:42.094Z | Compiling xattr v1.3.1 |
1506 | 2024-11-26T22:53:42.374Z | Compiling filetime v0.2.25 |
1507 | 2024-11-26T22:53:42.697Z | Compiling tar v0.4.42 |
1508 | 2024-11-26T22:53:47.182Z | Compiling strum v0.26.3 |
1509 | 2024-11-26T22:53:49.794Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-11-26T22:54:22.953Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-11-26T22:54:26.355Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-11-26T22:54:27.892Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-11-26T22:54:28.171Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-11-26T22:54:28.531Z | Compiling reqwest v0.12.9 |
1515 | 2024-11-26T22:54:29.863Z | Compiling qorb v0.2.0 |
1516 | 2024-11-26T22:54:34.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-11-26T22:54:34.956Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-11-26T22:54:40.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1519 | 2024-11-26T22:54:40.921Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-11-26T22:54:40.984Z | Nov 26 22:54:39.345 INFO Starting download, target: Clickhouse |
1521 | 2024-11-26T22:54:40.984Z | Nov 26 22:54:39.346 INFO Starting download, target: Console |
1522 | 2024-11-26T22:54:40.984Z | Nov 26 22:54:39.346 INFO Starting download, target: Cockroach |
1523 | 2024-11-26T22:54:40.984Z | Nov 26 22:54:39.346 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-11-26T22:54:40.984Z | Nov 26 22:54:39.346 INFO Starting download, target: DendriteStub |
1525 | 2024-11-26T22:54:40.992Z | Nov 26 22:54:39.346 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-11-26T22:54:40.992Z | Nov 26 22:54:39.346 INFO Starting download, target: TransceiverControl |
1527 | 2024-11-26T22:54:40.992Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-11-26T22:54:40.992Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-11-26T22:54:40.992Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1530 | 2024-11-26T22:54:40.993Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1531 | 2024-11-26T22:54:40.993Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-11-26T22:54:40.993Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-11-26T22:54:40.993Z | Nov 26 22:54:39.347 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1534 | 2024-11-26T22:54:41.418Z | Nov 26 22:54:39.778 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-11-26T22:54:41.644Z | Nov 26 22:54:39.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-11-26T22:54:41.872Z | Nov 26 22:54:40.183 INFO Download complete, target: Console |
1537 | 2024-11-26T22:54:42.265Z | Nov 26 22:54:40.605 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1538 | 2024-11-26T22:54:42.845Z | Nov 26 22:54:41.214 INFO Download complete, target: TransceiverControl |
1539 | 2024-11-26T22:54:42.855Z | Nov 26 22:54:41.226 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-11-26T22:54:42.944Z | Nov 26 22:54:41.296 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-11-26T22:54:43.078Z | Nov 26 22:54:41.435 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1542 | 2024-11-26T22:54:43.966Z | Nov 26 22:54:42.337 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1543 | 2024-11-26T22:54:43.966Z | Nov 26 22:54:42.337 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1544 | 2024-11-26T22:54:45.573Z | Nov 26 22:54:43.944 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-11-26T22:54:45.764Z | Nov 26 22:54:44.135 INFO Download complete, target: DendriteStub |
1546 | 2024-11-26T22:54:50.951Z | Nov 26 22:54:49.321 INFO Checking that binary works, target: Cockroach |
1547 | 2024-11-26T22:54:51.115Z | Nov 26 22:54:49.485 INFO Download complete, target: Cockroach |
1548 | 2024-11-26T22:54:54.903Z | Nov 26 22:54:53.272 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-11-26T22:54:55.529Z | Nov 26 22:54:53.898 INFO Download complete, target: Clickhouse |
1550 | 2024-11-26T22:54:55.536Z | All prerequisites installed successfully |
1551 | 2024-11-26T22:54:55.539Z | |
1552 | 2024-11-26T22:54:55.539Z | real 5:13.707860300 |
1553 | 2024-11-26T22:54:55.539Z | user 16:37.654024569 |
1554 | 2024-11-26T22:54:55.539Z | sys 3:18.547020009 |
1555 | 2024-11-26T22:54:55.539Z | trap 0.561102544 |
1556 | 2024-11-26T22:54:55.539Z | tflt 6.635615467 |
1557 | 2024-11-26T22:54:55.539Z | dflt 5.382199092 |
1558 | 2024-11-26T22:54:55.539Z | kflt 0.263265514 |
1559 | 2024-11-26T22:54:55.539Z | lock 30:16.693055951 |
1560 | 2024-11-26T22:54:55.539Z | slp 1:03:46.235015688 |
1561 | 2024-11-26T22:54:55.539Z | lat 55.619648057 |
1562 | 2024-11-26T22:54:55.539Z | stop 2:24.565930481 |
1563 | 2024-11-26T22:54:55.539Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-11-26T22:54:56.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1565 | 2024-11-26T22:54:56.094Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-11-26T22:54:56.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1567 | 2024-11-26T22:54:56.995Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-11-26T22:54:57.035Z | Nov 26 22:54:55.404 INFO Starting download, target: Softnpu |
1569 | 2024-11-26T22:54:57.038Z | Nov 26 22:54:55.404 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-11-26T22:54:58.673Z | Nov 26 22:54:57.041 INFO Download complete, target: Softnpu |
1571 | 2024-11-26T22:54:58.677Z | |
1572 | 2024-11-26T22:54:58.679Z | real 3.132820233 |
1573 | 2024-11-26T22:54:58.680Z | user 1.265832681 |
1574 | 2024-11-26T22:54:58.680Z | sys 0.543270054 |
1575 | 2024-11-26T22:54:58.680Z | trap 0.000973426 |
1576 | 2024-11-26T22:54:58.680Z | tflt 0.000009947 |
1577 | 2024-11-26T22:54:58.680Z | dflt 0.000009008 |
1578 | 2024-11-26T22:54:58.680Z | kflt 0.000000000 |
1579 | 2024-11-26T22:54:58.680Z | lock 17.511450782 |
1580 | 2024-11-26T22:54:58.681Z | slp 1.497452397 |
1581 | 2024-11-26T22:54:58.681Z | lat 0.064389121 |
1582 | 2024-11-26T22:54:58.681Z | stop 0.000183573 |
1583 | 2024-11-26T22:54:58.681Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-11-26T22:54:58.681Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-11-26T22:54:58.681Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-11-26T22:54:59.639Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-11-26T22:54:59.639Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-11-26T22:54:59.639Z | Compiling libc v0.2.162 |
1589 | 2024-11-26T22:54:59.639Z | Compiling serde v1.0.215 |
1590 | 2024-11-26T22:54:59.641Z | Compiling autocfg v1.4.0 |
1591 | 2024-11-26T22:54:59.641Z | Compiling version_check v0.9.5 |
1592 | 2024-11-26T22:54:59.641Z | Compiling cfg-if v1.0.0 |
1593 | 2024-11-26T22:54:59.918Z | Compiling memchr v2.7.4 |
1594 | 2024-11-26T22:54:59.937Z | Compiling shlex v1.3.0 |
1595 | 2024-11-26T22:54:59.977Z | Compiling typenum v1.17.0 |
1596 | 2024-11-26T22:55:00.353Z | Compiling value-bag v1.9.0 |
1597 | 2024-11-26T22:55:00.393Z | Compiling scopeguard v1.2.0 |
1598 | 2024-11-26T22:55:00.552Z | Compiling generic-array v0.14.7 |
1599 | 2024-11-26T22:55:00.748Z | Compiling lock_api v0.4.12 |
1600 | 2024-11-26T22:55:00.837Z | Compiling log v0.4.22 |
1601 | 2024-11-26T22:55:00.933Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-11-26T22:55:01.346Z | Compiling serde_json v1.0.132 |
1603 | 2024-11-26T22:55:01.363Z | Compiling once_cell v1.20.2 |
1604 | 2024-11-26T22:55:01.648Z | Compiling quote v1.0.37 |
1605 | 2024-11-26T22:55:01.674Z | Compiling jobserver v0.1.32 |
1606 | 2024-11-26T22:55:01.692Z | Compiling getrandom v0.2.15 |
1607 | 2024-11-26T22:55:01.764Z | Compiling rustix v0.38.37 |
1608 | 2024-11-26T22:55:01.978Z | Compiling libm v0.2.8 |
1609 | 2024-11-26T22:55:02.131Z | Compiling syn v2.0.87 |
1610 | 2024-11-26T22:55:02.245Z | Compiling cc v1.1.30 |
1611 | 2024-11-26T22:55:02.269Z | Compiling thiserror v1.0.69 |
1612 | 2024-11-26T22:55:02.303Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-11-26T22:55:02.418Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-11-26T22:55:02.438Z | Compiling num-traits v0.2.19 |
1615 | 2024-11-26T22:55:02.441Z | Compiling either v1.13.0 |
1616 | 2024-11-26T22:55:02.753Z | Compiling itoa v1.0.11 |
1617 | 2024-11-26T22:55:02.790Z | Compiling spin v0.9.8 |
1618 | 2024-11-26T22:55:02.960Z | Compiling slab v0.4.9 |
1619 | 2024-11-26T22:55:03.263Z | Compiling byteorder v1.5.0 |
1620 | 2024-11-26T22:55:03.511Z | Compiling errno v0.3.9 |
1621 | 2024-11-26T22:55:03.707Z | Compiling rand_core v0.6.4 |
1622 | 2024-11-26T22:55:03.737Z | Compiling lazy_static v1.5.0 |
1623 | 2024-11-26T22:55:03.853Z | Compiling glob v0.3.1 |
1624 | 2024-11-26T22:55:04.424Z | Compiling prettyplease v0.2.25 |
1625 | 2024-11-26T22:55:04.656Z | Compiling clang-sys v1.8.1 |
1626 | 2024-11-26T22:55:04.848Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-11-26T22:55:05.286Z | Compiling nom v7.1.3 |
1628 | 2024-11-26T22:55:05.350Z | Compiling libloading v0.8.5 |
1629 | 2024-11-26T22:55:05.374Z | Compiling subtle v2.6.1 |
1630 | 2024-11-26T22:55:05.665Z | Compiling bindgen v0.69.5 |
1631 | 2024-11-26T22:55:05.731Z | Compiling home v0.5.9 |
1632 | 2024-11-26T22:55:05.955Z | Compiling regex-automata v0.4.8 |
1633 | 2024-11-26T22:55:06.033Z | Compiling allocator-api2 v0.2.18 |
1634 | 2024-11-26T22:55:06.253Z | Compiling itertools v0.12.1 |
1635 | 2024-11-26T22:55:06.731Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-11-26T22:55:06.814Z | Compiling smallvec v1.13.2 |
1637 | 2024-11-26T22:55:06.878Z | Compiling semver v1.0.23 |
1638 | 2024-11-26T22:55:07.307Z | Compiling lazycell v1.3.0 |
1639 | 2024-11-26T22:55:07.345Z | Compiling cmake v0.1.51 |
1640 | 2024-11-26T22:55:07.669Z | Compiling dunce v1.0.5 |
1641 | 2024-11-26T22:55:07.805Z | Compiling fs_extra v1.3.0 |
1642 | 2024-11-26T22:55:08.732Z | Compiling cexpr v0.6.0 |
1643 | 2024-11-26T22:55:08.855Z | Compiling pkg-config v0.3.31 |
1644 | 2024-11-26T22:55:08.874Z | Compiling ring v0.17.8 |
1645 | 2024-11-26T22:55:09.384Z | Compiling pin-project-lite v0.2.14 |
1646 | 2024-11-26T22:55:09.518Z | Compiling ryu v1.0.18 |
1647 | 2024-11-26T22:55:09.627Z | Compiling fnv v1.0.7 |
1648 | 2024-11-26T22:55:09.764Z | Compiling synstructure v0.13.1 |
1649 | 2024-11-26T22:55:10.009Z | Compiling paste v1.0.15 |
1650 | 2024-11-26T22:55:10.280Z | Compiling const-oid v0.9.6 |
1651 | 2024-11-26T22:55:10.409Z | Compiling equivalent v1.0.1 |
1652 | 2024-11-26T22:55:10.527Z | Compiling foldhash v0.1.3 |
1653 | 2024-11-26T22:55:10.545Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-11-26T22:55:10.807Z | Compiling httparse v1.9.5 |
1655 | 2024-11-26T22:55:10.959Z | Compiling hashbrown v0.15.0 |
1656 | 2024-11-26T22:55:11.475Z | Compiling regex v1.11.1 |
1657 | 2024-11-26T22:55:12.249Z | Compiling schemars v0.8.21 |
1658 | 2024-11-26T22:55:12.367Z | Compiling heck v0.5.0 |
1659 | 2024-11-26T22:55:12.568Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-11-26T22:55:12.607Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-11-26T22:55:12.818Z | Compiling mio v1.0.2 |
1662 | 2024-11-26T22:55:12.837Z | Compiling parking_lot v0.12.3 |
1663 | 2024-11-26T22:55:14.701Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-11-26T22:55:14.819Z | Compiling crossbeam-utils v0.8.20 |
1665 | 2024-11-26T22:55:14.861Z | Compiling socket2 v0.5.7 |
1666 | 2024-11-26T22:55:14.861Z | Compiling num-conv v0.1.0 |
1667 | 2024-11-26T22:55:15.150Z | Compiling futures-core v0.3.31 |
1668 | 2024-11-26T22:55:15.351Z | Compiling serde_derive v1.0.215 |
1669 | 2024-11-26T22:55:15.438Z | Compiling zeroize_derive v1.4.2 |
1670 | 2024-11-26T22:55:15.542Z | Compiling zerocopy-derive v0.7.35 |
1671 | 2024-11-26T22:55:16.412Z | Compiling thiserror-impl v1.0.69 |
1672 | 2024-11-26T22:55:16.519Z | Compiling tokio-macros v2.4.0 |
1673 | 2024-11-26T22:55:16.549Z | Compiling zerofrom-derive v0.1.4 |
1674 | 2024-11-26T22:55:16.889Z | Compiling zeroize v1.8.1 |
1675 | 2024-11-26T22:55:17.260Z | Compiling yoke-derive v0.7.4 |
1676 | 2024-11-26T22:55:17.431Z | Compiling futures-macro v0.3.31 |
1677 | 2024-11-26T22:55:17.789Z | Compiling zerovec-derive v0.10.3 |
1678 | 2024-11-26T22:55:17.905Z | Compiling zerocopy v0.7.35 |
1679 | 2024-11-26T22:55:18.867Z | Compiling displaydoc v0.2.5 |
1680 | 2024-11-26T22:55:19.427Z | Compiling crypto-common v0.1.6 |
1681 | 2024-11-26T22:55:19.521Z | Compiling tracing-attributes v0.1.27 |
1682 | 2024-11-26T22:55:19.624Z | Compiling icu_provider_macros v1.5.0 |
1683 | 2024-11-26T22:55:19.892Z | Compiling block-buffer v0.10.4 |
1684 | 2024-11-26T22:55:20.012Z | Compiling schemars_derive v0.8.21 |
1685 | 2024-11-26T22:55:20.122Z | Compiling digest v0.10.7 |
1686 | 2024-11-26T22:55:20.398Z | Compiling der_derive v0.7.3 |
1687 | 2024-11-26T22:55:20.577Z | Compiling time-core v0.1.2 |
1688 | 2024-11-26T22:55:20.761Z | Compiling time-macros v0.2.18 |
1689 | 2024-11-26T22:55:21.025Z | Compiling vcpkg v0.2.15 |
1690 | 2024-11-26T22:55:22.646Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-11-26T22:55:23.597Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-11-26T22:55:23.705Z | Compiling slog v2.7.0 |
1693 | 2024-11-26T22:55:23.730Z | Compiling futures-sink v0.3.31 |
1694 | 2024-11-26T22:55:23.964Z | Compiling ahash v0.8.11 |
1695 | 2024-11-26T22:55:23.984Z | Compiling syn v1.0.109 |
1696 | 2024-11-26T22:55:24.481Z | Compiling zerofrom v0.1.4 |
1697 | 2024-11-26T22:55:24.650Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-11-26T22:55:24.708Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-11-26T22:55:24.863Z | Compiling ucd-trie v0.1.7 |
1700 | 2024-11-26T22:55:25.154Z | Compiling pest v2.7.14 |
1701 | 2024-11-26T22:55:25.394Z | Compiling yoke v0.7.4 |
1702 | 2024-11-26T22:55:25.447Z | Compiling futures-channel v0.3.31 |
1703 | 2024-11-26T22:55:26.018Z | Compiling hmac v0.12.1 |
1704 | 2024-11-26T22:55:26.162Z | Compiling openssl v0.10.66 |
1705 | 2024-11-26T22:55:26.192Z | Compiling futures-io v0.3.31 |
1706 | 2024-11-26T22:55:26.244Z | Compiling futures-task v0.3.31 |
1707 | 2024-11-26T22:55:26.540Z | Compiling pin-utils v0.1.0 |
1708 | 2024-11-26T22:55:26.661Z | Compiling futures-util v0.3.31 |
1709 | 2024-11-26T22:55:26.748Z | Compiling zerovec v0.10.4 |
1710 | 2024-11-26T22:55:27.071Z | Compiling block-padding v0.3.3 |
1711 | 2024-11-26T22:55:27.808Z | Compiling pest_meta v2.7.14 |
1712 | 2024-11-26T22:55:28.169Z | Compiling tinyvec_macros v0.1.1 |
1713 | 2024-11-26T22:55:28.264Z | Compiling tinyvec v1.8.0 |
1714 | 2024-11-26T22:55:28.797Z | Compiling bitflags v2.6.0 |
1715 | 2024-11-26T22:55:28.873Z | Compiling bytes v1.8.0 |
1716 | 2024-11-26T22:55:30.793Z | Compiling indexmap v2.6.0 |
1717 | 2024-11-26T22:55:31.960Z | Compiling tokio v1.40.0 |
1718 | 2024-11-26T22:55:32.761Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-11-26T22:55:32.871Z | Compiling http v1.1.0 |
1720 | 2024-11-26T22:55:33.341Z | Compiling which v4.4.2 |
1721 | 2024-11-26T22:55:33.983Z | Compiling uuid v1.11.0 |
1722 | 2024-11-26T22:55:34.321Z | Compiling rustc_version v0.4.1 |
1723 | 2024-11-26T22:55:34.963Z | Compiling chrono v0.4.38 |
1724 | 2024-11-26T22:55:37.139Z | Compiling pest_generator v2.7.14 |
1725 | 2024-11-26T22:55:37.546Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-11-26T22:55:38.153Z | Compiling serde_spanned v0.6.8 |
1727 | 2024-11-26T22:55:38.370Z | Compiling inout v0.1.3 |
1728 | 2024-11-26T22:55:38.892Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-11-26T22:55:39.624Z | Compiling rustls v0.23.14 |
1730 | 2024-11-26T22:55:39.911Z | Compiling strsim v0.11.1 |
1731 | 2024-11-26T22:55:40.748Z | Compiling native-tls v0.2.12 |
1732 | 2024-11-26T22:55:41.088Z | Compiling pest_derive v2.7.14 |
1733 | 2024-11-26T22:55:41.429Z | Compiling cipher v0.4.4 |
1734 | 2024-11-26T22:55:41.700Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-11-26T22:55:41.869Z | Compiling tinystr v0.7.6 |
1736 | 2024-11-26T22:55:41.919Z | Compiling sha2 v0.10.8 |
1737 | 2024-11-26T22:55:42.344Z | Compiling tracing-core v0.1.32 |
1738 | 2024-11-26T22:55:42.488Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-11-26T22:55:42.754Z | Compiling litemap v0.7.3 |
1740 | 2024-11-26T22:55:42.811Z | Compiling writeable v0.5.5 |
1741 | 2024-11-26T22:55:42.834Z | Compiling base64ct v1.6.0 |
1742 | 2024-11-26T22:55:43.162Z | Compiling unicode-bidi v0.3.17 |
1743 | 2024-11-26T22:55:43.329Z | Compiling dyn-clone v1.0.17 |
1744 | 2024-11-26T22:55:43.358Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2024-11-26T22:55:43.423Z | Compiling icu_locid v1.5.0 |
1746 | 2024-11-26T22:55:44.000Z | Compiling tracing v0.1.40 |
1747 | 2024-11-26T22:55:44.865Z | Compiling scroll v0.12.0 |
1748 | 2024-11-26T22:55:45.230Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-11-26T22:55:45.462Z | Compiling async-trait v0.1.83 |
1750 | 2024-11-26T22:55:45.723Z | Compiling cookie v0.18.1 |
1751 | 2024-11-26T22:55:46.064Z | Compiling flagset v0.4.6 |
1752 | 2024-11-26T22:55:46.231Z | Compiling anyhow v1.0.93 |
1753 | 2024-11-26T22:55:46.265Z | Compiling plain v0.2.3 |
1754 | 2024-11-26T22:55:47.703Z | Compiling aws-lc-sys v0.22.0 |
1755 | 2024-11-26T22:55:47.729Z | Compiling camino v1.1.9 |
1756 | 2024-11-26T22:55:48.391Z | Compiling goblin v0.8.2 |
1757 | 2024-11-26T22:55:49.115Z | Compiling der v0.7.9 |
1758 | 2024-11-26T22:55:53.801Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-11-26T22:55:55.467Z | Compiling icu_provider v1.5.0 |
1760 | 2024-11-26T22:55:55.769Z | Compiling icu_locid_transform_data v1.5.0 |
1761 | 2024-11-26T22:55:55.891Z | Compiling percent-encoding v2.3.1 |
1762 | 2024-11-26T22:55:56.234Z | Compiling untrusted v0.7.1 |
1763 | 2024-11-26T22:55:56.453Z | Compiling rustls-pki-types v1.9.0 |
1764 | 2024-11-26T22:55:56.912Z | Compiling rustls v0.22.4 |
1765 | 2024-11-26T22:55:57.173Z | Compiling pretty-hex v0.4.1 |
1766 | 2024-11-26T22:55:57.305Z | Compiling rayon-core v1.12.1 |
1767 | 2024-11-26T22:55:57.392Z | Compiling dof v0.3.0 |
1768 | 2024-11-26T22:55:57.961Z | Compiling icu_locid_transform v1.5.0 |
1769 | 2024-11-26T22:55:58.206Z | Compiling rand v0.8.5 |
1770 | 2024-11-26T22:55:58.592Z | Compiling spki v0.7.3 |
1771 | 2024-11-26T22:55:59.130Z | Compiling salsa20 v0.10.2 |
1772 | 2024-11-26T22:55:59.161Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-11-26T22:55:59.181Z | Compiling tokio-util v0.7.12 |
1774 | 2024-11-26T22:55:59.843Z | Compiling icu_collections v1.5.0 |
1775 | 2024-11-26T22:56:00.297Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-11-26T22:56:00.799Z | Compiling thread-id v4.2.2 |
1777 | 2024-11-26T22:56:00.918Z | Compiling powerfmt v0.2.0 |
1778 | 2024-11-26T22:56:00.989Z | Compiling icu_properties_data v1.5.0 |
1779 | 2024-11-26T22:56:01.256Z | Compiling untrusted v0.9.0 |
1780 | 2024-11-26T22:56:01.408Z | Compiling mirai-annotations v1.12.0 |
1781 | 2024-11-26T22:56:01.424Z | Compiling winnow v0.5.40 |
1782 | 2024-11-26T22:56:01.631Z | Compiling icu_properties v1.5.1 |
1783 | 2024-11-26T22:56:03.400Z | Compiling deranged v0.3.11 |
1784 | 2024-11-26T22:56:05.477Z | Compiling toml_edit v0.19.15 |
1785 | 2024-11-26T22:56:07.226Z | Compiling scrypt v0.11.0 |
1786 | 2024-11-26T22:56:07.279Z | Compiling cbc v0.1.2 |
1787 | 2024-11-26T22:56:07.325Z | Compiling aes v0.8.4 |
1788 | 2024-11-26T22:56:07.677Z | Compiling multer v3.1.0 |
1789 | 2024-11-26T22:56:07.729Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-11-26T22:56:07.839Z | Compiling utf8_iter v1.0.4 |
1791 | 2024-11-26T22:56:07.967Z | Compiling write16 v1.0.0 |
1792 | 2024-11-26T22:56:08.091Z | Compiling slog-async v2.8.0 |
1793 | 2024-11-26T22:56:08.111Z | Compiling num_threads v0.1.7 |
1794 | 2024-11-26T22:56:08.377Z | Compiling atomic-waker v1.1.2 |
1795 | 2024-11-26T22:56:08.754Z | Compiling utf16_iter v1.0.5 |
1796 | 2024-11-26T22:56:08.853Z | Compiling rustversion v1.0.17 |
1797 | 2024-11-26T22:56:08.964Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-11-26T22:56:09.065Z | Compiling time v0.3.36 |
1799 | 2024-11-26T22:56:10.197Z | Compiling pkcs5 v0.7.1 |
1800 | 2024-11-26T22:56:11.322Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-11-26T22:56:12.135Z | Compiling http-body v1.0.1 |
1802 | 2024-11-26T22:56:12.411Z | Compiling heapless v0.7.17 |
1803 | 2024-11-26T22:56:13.145Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-11-26T22:56:13.492Z | Compiling signal-hook v0.3.17 |
1805 | 2024-11-26T22:56:14.073Z | Compiling try-lock v0.2.5 |
1806 | 2024-11-26T22:56:14.533Z | Compiling want v0.3.1 |
1807 | 2024-11-26T22:56:16.100Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-11-26T22:56:16.121Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-11-26T22:56:16.836Z | Compiling h2 v0.4.6 |
1810 | 2024-11-26T22:56:17.606Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-11-26T22:56:19.023Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-11-26T22:56:19.800Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-11-26T22:56:20.106Z | Compiling adler2 v2.0.0 |
1814 | 2024-11-26T22:56:20.380Z | Compiling httpdate v1.0.3 |
1815 | 2024-11-26T22:56:21.099Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-11-26T22:56:21.957Z | Compiling idna v1.0.3 |
1817 | 2024-11-26T22:56:23.669Z | Compiling curve25519-dalek v4.1.3 |
1818 | 2024-11-26T22:56:24.083Z | Compiling openapiv3 v2.0.0 |
1819 | 2024-11-26T22:56:24.294Z | Compiling hyper v1.5.0 |
1820 | 2024-11-26T22:56:27.183Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-11-26T22:56:28.267Z | Compiling dropshot v0.12.0 |
1822 | 2024-11-26T22:56:28.465Z | Compiling base64 v0.22.1 |
1823 | 2024-11-26T22:56:28.502Z | Compiling tower-service v0.3.3 |
1824 | 2024-11-26T22:56:28.522Z | Compiling num-bigint-dig v0.8.4 |
1825 | 2024-11-26T22:56:28.779Z | Compiling match_cfg v0.1.0 |
1826 | 2024-11-26T22:56:28.808Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-11-26T22:56:28.882Z | Compiling portable-atomic v1.9.0 |
1828 | 2024-11-26T22:56:28.920Z | Compiling smoltcp v0.9.1 |
1829 | 2024-11-26T22:56:29.276Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-26T22:56:29.386Z | Compiling hostname v0.3.1 |
1831 | 2024-11-26T22:56:29.544Z | Compiling hyper-util v0.1.10 |
1832 | 2024-11-26T22:56:35.422Z | Compiling url v2.5.3 |
1833 | 2024-11-26T22:56:37.322Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-11-26T22:56:37.504Z | Compiling data-encoding v2.6.0 |
1835 | 2024-11-26T22:56:37.527Z | Compiling gimli v0.31.1 |
1836 | 2024-11-26T22:56:37.816Z | Compiling ident_case v1.0.1 |
1837 | 2024-11-26T22:56:37.897Z | Compiling siphasher v0.3.11 |
1838 | 2024-11-26T22:56:38.010Z | Compiling heck v0.4.1 |
1839 | 2024-11-26T22:56:38.081Z | Compiling darling_core v0.20.10 |
1840 | 2024-11-26T22:56:38.378Z | Compiling dirs-next v2.0.0 |
1841 | 2024-11-26T22:56:40.947Z | Compiling http-body-util v0.1.2 |
1842 | 2024-11-26T22:56:44.266Z | Compiling addr2line v0.24.2 |
1843 | 2024-11-26T22:56:44.725Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-11-26T22:56:44.934Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-11-26T22:56:44.993Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-11-26T22:56:45.251Z | Compiling sha1 v0.10.6 |
1847 | 2024-11-26T22:56:45.467Z | Compiling signature v2.2.0 |
1848 | 2024-11-26T22:56:45.696Z | Compiling zerocopy-derive v0.6.6 |
1849 | 2024-11-26T22:56:45.717Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-11-26T22:56:45.897Z | Compiling object v0.36.5 |
1851 | 2024-11-26T22:56:47.149Z | Compiling thread_local v1.1.8 |
1852 | 2024-11-26T22:56:47.619Z | Compiling fs-err v2.11.0 |
1853 | 2024-11-26T22:56:47.640Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-11-26T22:56:49.216Z | Compiling mime v0.3.17 |
1855 | 2024-11-26T22:56:55.504Z | Compiling ipnet v2.10.1 |
1856 | 2024-11-26T22:56:56.592Z | Compiling unicode-properties v0.1.3 |
1857 | 2024-11-26T22:56:56.783Z | Compiling openssl-probe v0.1.5 |
1858 | 2024-11-26T22:56:57.005Z | Compiling anstyle v1.0.10 |
1859 | 2024-11-26T22:56:57.089Z | Compiling winnow v0.6.20 |
1860 | 2024-11-26T22:56:58.527Z | Compiling utf8parse v0.2.2 |
1861 | 2024-11-26T22:56:58.663Z | Compiling rustc-demangle v0.1.24 |
1862 | 2024-11-26T22:56:58.731Z | Compiling anstyle-parse v0.2.5 |
1863 | 2024-11-26T22:56:59.637Z | Compiling backtrace v0.3.74 |
1864 | 2024-11-26T22:57:01.010Z | Compiling toml_edit v0.22.22 |
1865 | 2024-11-26T22:57:01.071Z | Compiling stringprep v0.1.5 |
1866 | 2024-11-26T22:57:04.384Z | Compiling rustls-webpki v0.102.8 |
1867 | 2024-11-26T22:57:05.114Z | Compiling crossbeam-deque v0.8.5 |
1868 | 2024-11-26T22:57:08.470Z | Compiling darling_macro v0.20.10 |
1869 | 2024-11-26T22:57:09.903Z | Compiling term v0.7.0 |
1870 | 2024-11-26T22:57:10.794Z | Compiling slog-json v2.6.1 |
1871 | 2024-11-26T22:57:11.317Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-11-26T22:57:12.605Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-11-26T22:57:12.654Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-11-26T22:57:13.506Z | Compiling hashbrown v0.14.5 |
1875 | 2024-11-26T22:57:14.229Z | Compiling idna v0.4.0 |
1876 | 2024-11-26T22:57:14.503Z | Compiling idna v0.3.0 |
1877 | 2024-11-26T22:57:14.845Z | Compiling futures-executor v0.3.31 |
1878 | 2024-11-26T22:57:15.957Z | Compiling num-integer v0.1.46 |
1879 | 2024-11-26T22:57:15.993Z | Compiling md-5 v0.10.6 |
1880 | 2024-11-26T22:57:16.054Z | Compiling ff v0.13.0 |
1881 | 2024-11-26T22:57:16.243Z | Compiling hash32 v0.2.1 |
1882 | 2024-11-26T22:57:16.290Z | Compiling is-terminal v0.4.13 |
1883 | 2024-11-26T22:57:16.430Z | Compiling memmap v0.7.0 |
1884 | 2024-11-26T22:57:16.685Z | Compiling utf-8 v0.7.6 |
1885 | 2024-11-26T22:57:16.768Z | Compiling is_terminal_polyfill v1.70.1 |
1886 | 2024-11-26T22:57:16.910Z | Compiling psl-types v2.0.11 |
1887 | 2024-11-26T22:57:16.998Z | Compiling base16ct v0.2.0 |
1888 | 2024-11-26T22:57:17.115Z | Compiling fallible-iterator v0.2.0 |
1889 | 2024-11-26T22:57:17.297Z | Compiling anstyle-query v1.1.1 |
1890 | 2024-11-26T22:57:17.470Z | Compiling take_mut v0.2.2 |
1891 | 2024-11-26T22:57:17.870Z | Compiling linked-hash-map v0.5.6 |
1892 | 2024-11-26T22:57:18.283Z | Compiling quick-error v1.2.3 |
1893 | 2024-11-26T22:57:19.352Z | Compiling colorchoice v1.0.2 |
1894 | 2024-11-26T22:57:19.533Z | Compiling anstream v0.6.15 |
1895 | 2024-11-26T22:57:20.214Z | Compiling resolv-conf v0.7.0 |
1896 | 2024-11-26T22:57:20.289Z | Compiling lru-cache v0.1.2 |
1897 | 2024-11-26T22:57:20.938Z | Compiling postgres-protocol v0.6.7 |
1898 | 2024-11-26T22:57:21.597Z | Compiling sec1 v0.7.3 |
1899 | 2024-11-26T22:57:22.148Z | Compiling publicsuffix v2.2.3 |
1900 | 2024-11-26T22:57:22.186Z | Compiling tungstenite v0.24.0 |
1901 | 2024-11-26T22:57:22.340Z | Compiling usdt v0.5.0 |
1902 | 2024-11-26T22:57:22.807Z | Compiling num-iter v0.1.45 |
1903 | 2024-11-26T22:57:23.001Z | Compiling slog-term v2.9.1 |
1904 | 2024-11-26T22:57:23.720Z | Compiling group v0.13.0 |
1905 | 2024-11-26T22:57:24.052Z | Compiling futures v0.3.31 |
1906 | 2024-11-26T22:57:24.139Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-11-26T22:57:24.176Z | Compiling regress v0.10.1 |
1908 | 2024-11-26T22:57:26.854Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-11-26T22:57:28.229Z | Compiling slog-bunyan v2.5.0 |
1910 | 2024-11-26T22:57:28.263Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-11-26T22:57:28.439Z | Compiling darling v0.20.10 |
1912 | 2024-11-26T22:57:28.578Z | Compiling toml v0.8.19 |
1913 | 2024-11-26T22:57:28.704Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-11-26T22:57:28.893Z | Compiling strum_macros v0.25.3 |
1915 | 2024-11-26T22:57:28.974Z | Compiling phf_shared v0.11.2 |
1916 | 2024-11-26T22:57:29.341Z | Compiling async-stream v0.3.6 |
1917 | 2024-11-26T22:57:29.363Z | Compiling waitgroup v0.1.2 |
1918 | 2024-11-26T22:57:29.576Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-11-26T22:57:30.127Z | Compiling idna v0.5.0 |
1920 | 2024-11-26T22:57:30.176Z | Compiling terminal_size v0.4.0 |
1921 | 2024-11-26T22:57:30.406Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-11-26T22:57:31.133Z | Compiling hkdf v0.12.4 |
1923 | 2024-11-26T22:57:31.532Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-11-26T22:57:31.644Z | Compiling clap_derive v4.5.18 |
1925 | 2024-11-26T22:57:31.985Z | Compiling serde_repr v0.1.19 |
1926 | 2024-11-26T22:57:32.564Z | Compiling derive-where v1.2.7 |
1927 | 2024-11-26T22:57:33.047Z | Compiling hostname v0.4.0 |
1928 | 2024-11-26T22:57:33.287Z | Compiling crc32fast v1.4.2 |
1929 | 2024-11-26T22:57:33.612Z | Compiling managed v0.8.0 |
1930 | 2024-11-26T22:57:33.632Z | Compiling bitflags v1.3.2 |
1931 | 2024-11-26T22:57:34.074Z | Compiling debug-ignore v1.0.5 |
1932 | 2024-11-26T22:57:34.230Z | Compiling clap_lex v0.7.2 |
1933 | 2024-11-26T22:57:34.804Z | Compiling unicode-width v0.1.14 |
1934 | 2024-11-26T22:57:35.314Z | Compiling console v0.15.8 |
1935 | 2024-11-26T22:57:35.658Z | Compiling clap_builder v4.5.21 |
1936 | 2024-11-26T22:57:35.813Z | Compiling elliptic-curve v0.13.8 |
1937 | 2024-11-26T22:57:38.181Z | Compiling flate2 v1.0.34 |
1938 | 2024-11-26T22:57:38.632Z | Compiling cookie_store v0.21.0 |
1939 | 2024-11-26T22:57:39.911Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-11-26T22:57:40.081Z | Compiling hyper-rustls v0.27.3 |
1941 | 2024-11-26T22:57:44.643Z | Compiling phf v0.11.2 |
1942 | 2024-11-26T22:57:45.263Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-11-26T22:57:45.584Z | Compiling typify-impl v0.2.0 |
1944 | 2024-11-26T22:57:45.649Z | Compiling signal-hook-mio v0.2.4 |
1945 | 2024-11-26T22:57:45.668Z | Compiling rayon v1.10.0 |
1946 | 2024-11-26T22:57:45.820Z | Compiling bzip2 v0.4.4 |
1947 | 2024-11-26T22:57:46.202Z | Compiling tokio-tungstenite v0.24.0 |
1948 | 2024-11-26T22:57:46.339Z | Compiling postgres-types v0.2.8 |
1949 | 2024-11-26T22:57:46.927Z | Compiling zerocopy v0.6.6 |
1950 | 2024-11-26T22:57:46.948Z | Compiling hubpack v0.1.2 |
1951 | 2024-11-26T22:57:47.469Z | Compiling ed25519 v2.2.3 |
1952 | 2024-11-26T22:57:47.770Z | Compiling phf_shared v0.10.0 |
1953 | 2024-11-26T22:57:47.825Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-11-26T22:57:48.156Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-11-26T22:57:49.051Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-11-26T22:57:49.239Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-11-26T22:57:49.295Z | Compiling float-cmp v0.9.0 |
1958 | 2024-11-26T22:57:49.445Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-11-26T22:57:49.517Z | Compiling bstr v1.10.0 |
1960 | 2024-11-26T22:57:51.004Z | Compiling unicode-segmentation v1.12.0 |
1961 | 2024-11-26T22:57:51.254Z | Compiling unicode-width v0.2.0 |
1962 | 2024-11-26T22:57:51.257Z | Compiling fixedbitset v0.4.2 |
1963 | 2024-11-26T22:57:51.699Z | Compiling normalize-line-endings v0.3.0 |
1964 | 2024-11-26T22:57:51.804Z | Compiling difflib v0.4.0 |
1965 | 2024-11-26T22:57:51.831Z | Compiling static_assertions v1.1.0 |
1966 | 2024-11-26T22:57:51.893Z | Compiling new_debug_unreachable v1.0.6 |
1967 | 2024-11-26T22:57:51.937Z | Compiling precomputed-hash v0.1.1 |
1968 | 2024-11-26T22:57:52.003Z | Compiling bit-vec v0.6.3 |
1969 | 2024-11-26T22:57:52.068Z | Compiling whoami v1.5.2 |
1970 | 2024-11-26T22:57:52.385Z | Compiling number_prefix v0.4.0 |
1971 | 2024-11-26T22:57:52.626Z | Compiling predicates-core v1.0.8 |
1972 | 2024-11-26T22:57:52.643Z | Compiling indicatif v0.17.9 |
1973 | 2024-11-26T22:57:52.952Z | Compiling predicates v3.1.2 |
1974 | 2024-11-26T22:57:53.057Z | Compiling tokio-postgres v0.7.12 |
1975 | 2024-11-26T22:57:53.092Z | Compiling bit-set v0.5.3 |
1976 | 2024-11-26T22:57:53.407Z | Compiling string_cache v0.8.7 |
1977 | 2024-11-26T22:57:53.838Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-11-26T22:57:54.494Z | Compiling similar v2.6.0 |
1979 | 2024-11-26T22:57:54.540Z | Compiling petgraph v0.6.5 |
1980 | 2024-11-26T22:57:56.850Z | Compiling reqwest v0.12.9 |
1981 | 2024-11-26T22:57:57.661Z | Compiling typify-macro v0.2.0 |
1982 | 2024-11-26T22:57:58.624Z | Compiling ecdsa v0.16.9 |
1983 | 2024-11-26T22:57:59.502Z | Compiling qorb v0.2.0 |
1984 | 2024-11-26T22:58:01.353Z | Compiling rsa v0.9.6 |
1985 | 2024-11-26T22:58:01.471Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-11-26T22:58:02.323Z | Compiling zip v0.6.6 |
1987 | 2024-11-26T22:58:02.494Z | Compiling crossterm v0.28.1 |
1988 | 2024-11-26T22:58:02.610Z | Compiling clap v4.5.21 |
1989 | 2024-11-26T22:58:03.625Z | Compiling toml v0.7.8 |
1990 | 2024-11-26T22:58:04.685Z | Compiling x509-cert v0.2.5 |
1991 | 2024-11-26T22:58:05.321Z | Compiling hex v0.4.3 |
1992 | 2024-11-26T22:58:06.063Z | Compiling itertools v0.10.5 |
1993 | 2024-11-26T22:58:06.568Z | Compiling zerocopy v0.8.10 |
1994 | 2024-11-26T22:58:06.714Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-11-26T22:58:06.833Z | Compiling peg-runtime v0.8.3 |
1996 | 2024-11-26T22:58:07.299Z | Compiling unicode-xid v0.2.6 |
1997 | 2024-11-26T22:58:09.124Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2024-11-26T22:58:13.425Z | Compiling proc-macro-crate v1.3.1 |
1999 | 2024-11-26T22:58:14.330Z | Compiling ipnetwork v0.20.0 |
2000 | 2024-11-26T22:58:14.349Z | Compiling macaddr v1.0.1 |
2001 | 2024-11-26T22:58:14.666Z | Compiling zerocopy-derive v0.8.10 |
2002 | 2024-11-26T22:58:14.991Z | Compiling itertools v0.13.0 |
2003 | 2024-11-26T22:58:17.436Z | Compiling heapless v0.8.0 |
2004 | 2024-11-26T22:58:18.443Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2005 | 2024-11-26T22:58:23.437Z | Compiling num_enum_derive v0.5.11 |
2006 | 2024-11-26T22:58:31.264Z | Compiling hash32 v0.3.1 |
2007 | 2024-11-26T22:58:32.023Z | Compiling smoltcp v0.11.0 |
2008 | 2024-11-26T22:58:32.643Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2009 | 2024-11-26T22:58:37.183Z | Compiling num_enum v0.5.11 |
2010 | 2024-11-26T22:58:37.379Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2011 | 2024-11-26T22:58:38.066Z | Compiling typify v0.2.0 |
2012 | 2024-11-26T22:58:39.119Z | Compiling proc-macro-error-attr v1.0.4 |
2013 | 2024-11-26T22:58:39.418Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2014 | 2024-11-26T22:58:39.421Z | Compiling cobs v0.2.3 |
2015 | 2024-11-26T22:58:40.547Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-11-26T22:58:41.703Z | Compiling postcard v1.0.10 |
2017 | 2024-11-26T22:58:42.474Z | Compiling serde_yaml v0.9.34+deprecated |
2018 | 2024-11-26T22:58:58.012Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2024-11-26T22:58:58.255Z | Compiling progenitor-impl v0.8.0 |
2020 | 2024-11-26T22:59:09.184Z | Compiling strum_macros v0.26.4 |
2021 | 2024-11-26T22:59:10.742Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-26T22:59:10.845Z | Compiling foreign-types-macros v0.2.3 |
2023 | 2024-11-26T22:59:10.867Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2024 | 2024-11-26T22:59:11.082Z | Compiling proc-macro-error v1.0.4 |
2025 | 2024-11-26T22:59:11.764Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-11-26T22:59:12.703Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2027 | 2024-11-26T22:59:12.863Z | Compiling foreign-types-shared v0.3.1 |
2028 | 2024-11-26T22:59:13.311Z | Compiling structmeta v0.3.0 |
2029 | 2024-11-26T22:59:13.736Z | Compiling strum v0.26.3 |
2030 | 2024-11-26T22:59:13.938Z | Compiling foreign-types v0.5.0 |
2031 | 2024-11-26T22:59:14.074Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2032 | 2024-11-26T22:59:23.305Z | Compiling progenitor-macro v0.8.0 |
2033 | 2024-11-26T22:59:27.348Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-11-26T22:59:27.524Z | Compiling progenitor-client v0.8.0 |
2035 | 2024-11-26T22:59:28.496Z | Compiling tabwriter v1.4.0 |
2036 | 2024-11-26T22:59:30.996Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2037 | 2024-11-26T22:59:31.483Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2038 | 2024-11-26T22:59:31.777Z | Compiling cstr-argument v0.1.2 |
2039 | 2024-11-26T22:59:32.035Z | Compiling dropshot v0.13.0 |
2040 | 2024-11-26T22:59:32.774Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-11-26T22:59:33.065Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-11-26T22:59:33.293Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-11-26T22:59:33.427Z | Compiling fastrand v2.1.1 |
2044 | 2024-11-26T22:59:33.602Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-11-26T22:59:33.848Z | Compiling tempfile v3.13.0 |
2046 | 2024-11-26T22:59:34.102Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-11-26T22:59:34.270Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-11-26T22:59:35.214Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-11-26T22:59:35.327Z | Compiling colored v2.1.0 |
2050 | 2024-11-26T22:59:35.584Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-26T22:59:36.199Z | Compiling progenitor v0.8.0 |
2052 | 2024-11-26T22:59:36.521Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-11-26T22:59:36.546Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-11-26T22:59:37.264Z | Compiling instant v0.1.13 |
2055 | 2024-11-26T22:59:37.444Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-11-26T22:59:37.928Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2057 | 2024-11-26T22:59:38.108Z | Compiling serde_with v3.11.0 |
2058 | 2024-11-26T22:59:39.154Z | Compiling parse-display v0.10.0 |
2059 | 2024-11-26T22:59:39.819Z | Compiling backoff v0.4.0 |
2060 | 2024-11-26T22:59:40.196Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-11-26T22:59:40.403Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2062 | 2024-11-26T22:59:40.964Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-11-26T22:59:41.152Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-11-26T22:59:41.756Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-11-26T22:59:42.300Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-11-26T22:59:42.536Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2067 | 2024-11-26T22:59:42.634Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-11-26T22:59:42.840Z | Compiling regress v0.9.1 |
2069 | 2024-11-26T22:59:43.031Z | Compiling num-derive v0.4.2 |
2070 | 2024-11-26T22:59:43.106Z | Compiling sigpipe v0.1.3 |
2071 | 2024-11-26T22:59:43.248Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-11-26T22:59:43.541Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-11-26T22:59:43.893Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-11-26T22:59:45.207Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2075 | 2024-11-26T22:59:46.813Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-11-26T22:59:47.137Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2077 | 2024-11-26T22:59:50.256Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2078 | 2024-11-26T22:59:50.834Z | Compiling zone v0.3.0 |
2079 | 2024-11-26T22:59:51.378Z | Compiling smf v0.2.3 |
2080 | 2024-11-26T22:59:51.513Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-11-26T22:59:52.527Z | Compiling ring v0.16.20 |
2082 | 2024-11-26T22:59:52.892Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-11-26T22:59:53.300Z | Compiling blake3 v1.5.4 |
2084 | 2024-11-26T22:59:54.118Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-11-26T22:59:54.547Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-11-26T22:59:54.623Z | Compiling xattr v1.3.1 |
2087 | 2024-11-26T22:59:54.902Z | Compiling filetime v0.2.25 |
2088 | 2024-11-26T22:59:54.950Z | Compiling memmap2 v0.9.5 |
2089 | 2024-11-26T22:59:55.263Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-26T22:59:55.541Z | Compiling spin v0.5.2 |
2091 | 2024-11-26T22:59:55.728Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-11-26T22:59:55.780Z | Compiling same-file v1.0.6 |
2093 | 2024-11-26T22:59:55.811Z | Compiling arrayref v0.3.9 |
2094 | 2024-11-26T22:59:55.910Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-11-26T22:59:56.041Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-11-26T22:59:56.061Z | Compiling walkdir v2.5.0 |
2097 | 2024-11-26T22:59:57.572Z | Compiling tar v0.4.42 |
2098 | 2024-11-26T22:59:58.602Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-11-26T22:59:58.861Z | Compiling gethostname v0.5.0 |
2100 | 2024-11-26T22:59:59.027Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-11-26T22:59:59.069Z | Compiling topological-sort v0.2.2 |
2102 | 2024-11-26T22:59:59.354Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-11-26T23:00:02.775Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-11-26T23:00:03.377Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2105 | 2024-11-26T23:00:05.349Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-11-26T23:00:07.637Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-11-26T23:00:29.763Z | Finished `release` profile [optimized] target(s) in 5m 30s |
2108 | 2024-11-26T23:00:29.931Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-11-26T23:00:29.976Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-11-26T23:00:29.979Z | Created new build target 'test' and set it as active |
2111 | 2024-11-26T23:00:29.979Z | |
2112 | 2024-11-26T23:00:29.979Z | real 5:31.229011962 |
2113 | 2024-11-26T23:00:29.979Z | user 37:11.159979267 |
2114 | 2024-11-26T23:00:29.979Z | sys 4:58.499694837 |
2115 | 2024-11-26T23:00:29.979Z | trap 1.088322804 |
2116 | 2024-11-26T23:00:29.979Z | tflt 3.393999825 |
2117 | 2024-11-26T23:00:29.979Z | dflt 0.782679113 |
2118 | 2024-11-26T23:00:29.979Z | kflt 0.040644053 |
2119 | 2024-11-26T23:00:29.979Z | lock 1:18:38.010370394 |
2120 | 2024-11-26T23:00:29.979Z | slp 2:36:26.016754864 |
2121 | 2024-11-26T23:00:29.980Z | lat 2:35.200497715 |
2122 | 2024-11-26T23:00:29.980Z | stop 4:37.533218669 |
2123 | 2024-11-26T23:00:29.980Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-11-26T23:00:30.972Z | Finished `release` profile [optimized] target(s) in 0.94s |
2125 | 2024-11-26T23:00:31.036Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-11-26T23:00:31.083Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-11-26T23:00:32.242Z | Compiling convert_case v0.4.0 |
2128 | 2024-11-26T23:00:32.247Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-11-26T23:00:32.247Z | Compiling itertools v0.13.0 |
2130 | 2024-11-26T23:00:32.247Z | Compiling newline-converter v0.3.0 |
2131 | 2024-11-26T23:00:32.247Z | Compiling password-hash v0.5.0 |
2132 | 2024-11-26T23:00:32.247Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-11-26T23:00:32.248Z | Compiling blake2 v0.10.6 |
2134 | 2024-11-26T23:00:32.248Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-11-26T23:00:32.563Z | Compiling expectorate v1.1.0 |
2136 | 2024-11-26T23:00:32.620Z | Compiling owo-colors v4.1.0 |
2137 | 2024-11-26T23:00:32.755Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-11-26T23:00:32.891Z | Compiling progenitor v0.8.0 |
2139 | 2024-11-26T23:00:32.938Z | Compiling argon2 v0.5.3 |
2140 | 2024-11-26T23:00:33.087Z | Compiling num-rational v0.4.2 |
2141 | 2024-11-26T23:00:33.138Z | Compiling num-complex v0.4.6 |
2142 | 2024-11-26T23:00:33.239Z | Compiling derive_more v0.99.18 |
2143 | 2024-11-26T23:00:33.634Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-11-26T23:00:34.213Z | Compiling num v0.4.3 |
2145 | 2024-11-26T23:00:34.334Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-11-26T23:00:34.352Z | Compiling libsw v3.3.1 |
2147 | 2024-11-26T23:00:34.500Z | Compiling indent_write v2.2.0 |
2148 | 2024-11-26T23:00:34.686Z | Compiling float-ord v0.3.2 |
2149 | 2024-11-26T23:00:34.740Z | Compiling linear-map v1.2.0 |
2150 | 2024-11-26T23:00:34.845Z | Compiling swrite v0.1.0 |
2151 | 2024-11-26T23:00:34.867Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-11-26T23:00:34.986Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-11-26T23:00:35.179Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-11-26T23:00:35.303Z | Compiling base64 v0.21.7 |
2155 | 2024-11-26T23:00:35.477Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-11-26T23:00:36.125Z | Compiling highway v1.2.0 |
2157 | 2024-11-26T23:00:36.461Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-11-26T23:00:37.152Z | Compiling semver v0.1.20 |
2159 | 2024-11-26T23:00:37.573Z | Compiling rustc_version v0.1.7 |
2160 | 2024-11-26T23:00:37.734Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-11-26T23:00:38.002Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-11-26T23:00:38.084Z | Compiling dropshot v0.13.0 |
2163 | 2024-11-26T23:00:38.163Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-11-26T23:00:38.389Z | Compiling instant v0.1.13 |
2165 | 2024-11-26T23:00:38.558Z | Compiling humantime v2.1.0 |
2166 | 2024-11-26T23:00:38.972Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2167 | 2024-11-26T23:00:39.422Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-11-26T23:00:39.618Z | Compiling backoff v0.4.0 |
2169 | 2024-11-26T23:00:39.725Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-11-26T23:00:42.703Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-11-26T23:00:43.078Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-11-26T23:00:44.524Z | Compiling parse-display v0.10.0 |
2173 | 2024-11-26T23:00:44.635Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-11-26T23:00:44.855Z | Compiling strum v0.26.3 |
2175 | 2024-11-26T23:00:45.061Z | Compiling serde_with v3.11.0 |
2176 | 2024-11-26T23:00:45.086Z | Compiling regress v0.9.1 |
2177 | 2024-11-26T23:00:48.731Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-11-26T23:00:49.366Z | Compiling macaddr v1.0.1 |
2179 | 2024-11-26T23:00:49.835Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-11-26T23:00:50.126Z | Compiling steno v0.4.1 |
2181 | 2024-11-26T23:00:50.703Z | Compiling prettyplease v0.2.25 |
2182 | 2024-11-26T23:00:50.740Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-11-26T23:00:51.144Z | Compiling tungstenite v0.21.0 |
2184 | 2024-11-26T23:00:51.176Z | Compiling display-error-chain v0.2.2 |
2185 | 2024-11-26T23:00:52.984Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-11-26T23:00:54.739Z | Compiling tokio-tungstenite v0.21.0 |
2187 | 2024-11-26T23:00:55.434Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2188 | 2024-11-26T23:00:55.741Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2189 | 2024-11-26T23:00:56.467Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2190 | 2024-11-26T23:00:56.846Z | Compiling arc-swap v1.7.1 |
2191 | 2024-11-26T23:00:57.563Z | Compiling slog-scope v4.4.0 |
2192 | 2024-11-26T23:00:58.402Z | Compiling half v2.4.1 |
2193 | 2024-11-26T23:00:59.163Z | Compiling ciborium-io v0.2.2 |
2194 | 2024-11-26T23:00:59.334Z | Compiling ciborium-ll v0.2.2 |
2195 | 2024-11-26T23:00:59.704Z | Compiling slog-stdlog v4.1.1 |
2196 | 2024-11-26T23:00:59.878Z | Compiling ciborium v0.2.2 |
2197 | 2024-11-26T23:01:00.571Z | Compiling slog-envlogger v2.2.0 |
2198 | 2024-11-26T23:01:02.093Z | Compiling nibble_vec v0.1.0 |
2199 | 2024-11-26T23:01:02.360Z | Compiling endian-type v0.1.2 |
2200 | 2024-11-26T23:01:02.630Z | Compiling radix_trie v0.2.1 |
2201 | 2024-11-26T23:01:03.580Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-11-26T23:01:09.844Z | Compiling same-file v1.0.6 |
2203 | 2024-11-26T23:01:10.117Z | Compiling fastrand v2.1.1 |
2204 | 2024-11-26T23:01:10.362Z | Compiling walkdir v2.5.0 |
2205 | 2024-11-26T23:01:10.672Z | Compiling tempfile v3.13.0 |
2206 | 2024-11-26T23:01:11.001Z | Compiling blake3 v1.5.4 |
2207 | 2024-11-26T23:01:11.077Z | Compiling ring v0.16.20 |
2208 | 2024-11-26T23:01:11.446Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2209 | 2024-11-26T23:01:11.645Z | Compiling xattr v1.3.1 |
2210 | 2024-11-26T23:01:11.931Z | Compiling filetime v0.2.25 |
2211 | 2024-11-26T23:01:12.261Z | Compiling memmap2 v0.9.5 |
2212 | 2024-11-26T23:01:12.305Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-11-26T23:01:12.485Z | Compiling keccak v0.1.5 |
2214 | 2024-11-26T23:01:12.687Z | Compiling arrayvec v0.7.6 |
2215 | 2024-11-26T23:01:12.721Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2216 | 2024-11-26T23:01:13.130Z | Compiling arrayref v0.3.9 |
2217 | 2024-11-26T23:01:13.246Z | Compiling spin v0.5.2 |
2218 | 2024-11-26T23:01:13.492Z | Compiling sha3 v0.10.8 |
2219 | 2024-11-26T23:01:14.252Z | Compiling tar v0.4.42 |
2220 | 2024-11-26T23:01:14.310Z | Compiling camino-tempfile v1.1.1 |
2221 | 2024-11-26T23:01:14.576Z | Compiling toolchain_find v0.4.0 |
2222 | 2024-11-26T23:01:14.772Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2024-11-26T23:01:15.055Z | Compiling topological-sort v0.2.2 |
2224 | 2024-11-26T23:01:15.178Z | Compiling maplit v1.0.2 |
2225 | 2024-11-26T23:01:15.293Z | Compiling radium v0.7.0 |
2226 | 2024-11-26T23:01:15.317Z | Compiling crunchy v0.2.2 |
2227 | 2024-11-26T23:01:15.772Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-11-26T23:01:15.851Z | Compiling omicron-zone-package v0.11.1 |
2229 | 2024-11-26T23:01:16.277Z | Compiling pem v3.0.4 |
2230 | 2024-11-26T23:01:16.386Z | Compiling tap v1.0.1 |
2231 | 2024-11-26T23:01:16.587Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-11-26T23:01:16.722Z | Compiling const_format v0.2.33 |
2233 | 2024-11-26T23:01:17.020Z | Compiling tiny-keccak v2.0.2 |
2234 | 2024-11-26T23:01:17.155Z | Compiling wyz v0.5.1 |
2235 | 2024-11-26T23:01:17.614Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-26T23:01:17.683Z | Compiling dsl_auto_type v0.1.2 |
2237 | 2024-11-26T23:01:17.768Z | Compiling phf_generator v0.11.2 |
2238 | 2024-11-26T23:01:17.896Z | Compiling scheduled-thread-pool v0.2.7 |
2239 | 2024-11-26T23:01:17.979Z | Compiling secrecy v0.8.0 |
2240 | 2024-11-26T23:01:18.006Z | Compiling diesel_table_macro_syntax v0.2.0 |
2241 | 2024-11-26T23:01:18.117Z | Compiling async-recursion v1.1.1 |
2242 | 2024-11-26T23:01:18.267Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2024-11-26T23:01:18.394Z | Compiling packed_struct v0.10.1 |
2244 | 2024-11-26T23:01:18.580Z | Compiling funty v2.0.0 |
2245 | 2024-11-26T23:01:18.819Z | Compiling crc-catalog v2.4.0 |
2246 | 2024-11-26T23:01:19.005Z | Compiling crc v3.2.1 |
2247 | 2024-11-26T23:01:19.147Z | Compiling diesel_derives v2.2.3 |
2248 | 2024-11-26T23:01:19.196Z | Compiling r2d2 v0.8.10 |
2249 | 2024-11-26T23:01:19.635Z | Compiling phf_codegen v0.11.2 |
2250 | 2024-11-26T23:01:19.874Z | Compiling bitvec v1.0.1 |
2251 | 2024-11-26T23:01:20.242Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-11-26T23:01:21.061Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2253 | 2024-11-26T23:01:21.063Z | Compiling ascii-canvas v3.0.0 |
2254 | 2024-11-26T23:01:21.285Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2255 | 2024-11-26T23:01:21.600Z | Compiling universal-hash v0.5.1 |
2256 | 2024-11-26T23:01:21.862Z | Compiling thiserror-impl-no-std v2.0.2 |
2257 | 2024-11-26T23:01:24.645Z | Compiling packed_struct_codegen v0.10.1 |
2258 | 2024-11-26T23:01:24.768Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2024-11-26T23:01:26.440Z | Compiling lzma-sys v0.1.20 |
2260 | 2024-11-26T23:01:27.131Z | Compiling ena v0.14.3 |
2261 | 2024-11-26T23:01:27.169Z | Compiling indexmap v1.9.3 |
2262 | 2024-11-26T23:01:27.504Z | Compiling diff v0.1.13 |
2263 | 2024-11-26T23:01:27.534Z | Compiling opaque-debug v0.3.1 |
2264 | 2024-11-26T23:01:27.662Z | Compiling regex-syntax v0.6.29 |
2265 | 2024-11-26T23:01:28.082Z | Compiling nodrop v0.1.14 |
2266 | 2024-11-26T23:01:28.247Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-11-26T23:01:28.377Z | Compiling nix v0.28.0 |
2268 | 2024-11-26T23:01:29.152Z | Compiling array-init v0.0.4 |
2269 | 2024-11-26T23:01:30.408Z | Compiling poly1305 v0.8.0 |
2270 | 2024-11-26T23:01:31.028Z | Compiling diesel v2.2.4 |
2271 | 2024-11-26T23:01:31.862Z | Compiling lalrpop v0.19.12 |
2272 | 2024-11-26T23:01:37.562Z | Compiling chrono-tz-build v0.4.0 |
2273 | 2024-11-26T23:01:38.288Z | Compiling thiserror-no-std v2.0.2 |
2274 | 2024-11-26T23:01:38.441Z | Compiling smallvec v0.6.14 |
2275 | 2024-11-26T23:01:38.994Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2276 | 2024-11-26T23:01:39.346Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2024-11-26T23:01:39.670Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2278 | 2024-11-26T23:01:39.924Z | Compiling chacha20 v0.9.1 |
2279 | 2024-11-26T23:01:40.089Z | Compiling heck v0.3.3 |
2280 | 2024-11-26T23:01:40.418Z | Compiling aead v0.5.2 |
2281 | 2024-11-26T23:01:40.497Z | Compiling vte_generate_state_changes v0.1.2 |
2282 | 2024-11-26T23:01:40.805Z | Compiling hashbrown v0.12.3 |
2283 | 2024-11-26T23:01:41.183Z | Compiling termcolor v1.4.1 |
2284 | 2024-11-26T23:01:42.275Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2285 | 2024-11-26T23:01:42.294Z | Compiling bitfield v0.14.0 |
2286 | 2024-11-26T23:01:42.602Z | Compiling ref-cast v1.0.23 |
2287 | 2024-11-26T23:01:42.666Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-11-26T23:01:44.402Z | Compiling env_logger v0.10.2 |
2289 | 2024-11-26T23:01:47.659Z | Compiling vte v0.11.1 |
2290 | 2024-11-26T23:01:49.202Z | Compiling chacha20poly1305 v0.10.1 |
2291 | 2024-11-26T23:01:49.473Z | Compiling zone_cfg_derive v0.1.2 |
2292 | 2024-11-26T23:01:50.984Z | Compiling serde-hex v0.1.0 |
2293 | 2024-11-26T23:01:56.366Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-11-26T23:01:56.369Z | Compiling vsss-rs v3.3.4 |
2295 | 2024-11-26T23:01:57.279Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2296 | 2024-11-26T23:01:57.634Z | Compiling ron v0.8.1 |
2297 | 2024-11-26T23:01:58.346Z | Compiling polar-core v0.27.3 |
2298 | 2024-11-26T23:01:59.618Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2024-11-26T23:01:59.933Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2024-11-26T23:02:00.520Z | Compiling derive_builder_core v0.20.2 |
2301 | 2024-11-26T23:02:00.889Z | Compiling hashbrown v0.13.2 |
2302 | 2024-11-26T23:02:02.361Z | Compiling fd-lock v4.0.2 |
2303 | 2024-11-26T23:02:02.626Z | Compiling headers-core v0.3.0 |
2304 | 2024-11-26T23:02:02.709Z | Compiling fxhash v0.2.1 |
2305 | 2024-11-26T23:02:02.832Z | Compiling libxml v0.3.3 |
2306 | 2024-11-26T23:02:02.947Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2024-11-26T23:02:03.214Z | Compiling simd-adler32 v0.3.7 |
2308 | 2024-11-26T23:02:03.664Z | Compiling base64 v0.13.1 |
2309 | 2024-11-26T23:02:04.099Z | Compiling lockfree-object-pool v0.1.6 |
2310 | 2024-11-26T23:02:04.425Z | Compiling zip v2.1.3 |
2311 | 2024-11-26T23:02:04.428Z | Compiling bumpalo v3.16.0 |
2312 | 2024-11-26T23:02:04.465Z | Compiling crc-any v2.5.0 |
2313 | 2024-11-26T23:02:04.765Z | Compiling bytecount v0.6.8 |
2314 | 2024-11-26T23:02:05.074Z | Compiling papergrid v0.11.0 |
2315 | 2024-11-26T23:02:05.099Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2024-11-26T23:02:05.410Z | Compiling zopfli v0.8.1 |
2317 | 2024-11-26T23:02:08.619Z | Compiling ron v0.7.1 |
2318 | 2024-11-26T23:02:09.922Z | Compiling headers v0.4.0 |
2319 | 2024-11-26T23:02:13.765Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2024-11-26T23:02:14.015Z | Compiling object v0.30.4 |
2321 | 2024-11-26T23:02:17.043Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2024-11-26T23:02:17.742Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2323 | 2024-11-26T23:02:19.351Z | Compiling xz2 v0.1.7 |
2324 | 2024-11-26T23:02:20.631Z | Compiling zone v0.1.8 |
2325 | 2024-11-26T23:02:20.969Z | Compiling strip-ansi-escapes v0.2.0 |
2326 | 2024-11-26T23:02:24.279Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2327 | 2024-11-26T23:02:24.731Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2328 | 2024-11-26T23:02:24.934Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2329 | 2024-11-26T23:02:25.252Z | Compiling tabled_derive v0.7.0 |
2330 | 2024-11-26T23:02:27.215Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2331 | 2024-11-26T23:02:27.545Z | Compiling yasna v0.5.2 |
2332 | 2024-11-26T23:02:27.567Z | Compiling peg-macros v0.8.4 |
2333 | 2024-11-26T23:02:27.612Z | Compiling strum_macros v0.24.3 |
2334 | 2024-11-26T23:02:28.761Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2335 | 2024-11-26T23:02:29.856Z | Compiling kstat-rs v0.2.4 |
2336 | 2024-11-26T23:02:30.462Z | Compiling samael v0.0.17 |
2337 | 2024-11-26T23:02:30.850Z | Compiling sqlparser_derive v0.2.2 |
2338 | 2024-11-26T23:02:30.917Z | Compiling unicase v2.7.0 |
2339 | 2024-11-26T23:02:30.937Z | Compiling nu-ansi-term v0.50.1 |
2340 | 2024-11-26T23:02:30.997Z | Compiling home v0.5.9 |
2341 | 2024-11-26T23:02:31.237Z | Compiling path-slash v0.1.5 |
2342 | 2024-11-26T23:02:31.294Z | Compiling unicode_categories v0.1.1 |
2343 | 2024-11-26T23:02:31.502Z | Compiling indoc v1.0.9 |
2344 | 2024-11-26T23:02:31.626Z | Compiling sqlformat v0.2.6 |
2345 | 2024-11-26T23:02:31.673Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2346 | 2024-11-26T23:02:31.927Z | Compiling sqlparser v0.45.0 |
2347 | 2024-11-26T23:02:31.949Z | Compiling reedline v0.35.0 |
2348 | 2024-11-26T23:02:32.074Z | Compiling rustyline v14.0.0 |
2349 | 2024-11-26T23:02:35.985Z | Compiling peg v0.8.4 |
2350 | 2024-11-26T23:02:36.121Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2351 | 2024-11-26T23:02:43.283Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2352 | 2024-11-26T23:02:43.343Z | Compiling rcgen v0.12.1 |
2353 | 2024-11-26T23:02:47.390Z | Compiling tabled v0.15.0 |
2354 | 2024-11-26T23:02:56.021Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2355 | 2024-11-26T23:02:57.149Z | Compiling derive_builder v0.20.2 |
2356 | 2024-11-26T23:03:03.485Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2357 | 2024-11-26T23:03:06.306Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2358 | 2024-11-26T23:03:06.796Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2359 | 2024-11-26T23:03:07.101Z | Compiling bcs v0.1.6 |
2360 | 2024-11-26T23:03:07.837Z | Compiling oso-derive v0.27.3 |
2361 | 2024-11-26T23:03:08.032Z | Compiling impl-trait-for-tuples v0.2.2 |
2362 | 2024-11-26T23:03:08.874Z | Compiling libz-sys v1.1.20 |
2363 | 2024-11-26T23:03:09.550Z | Compiling quick-xml v0.33.0 |
2364 | 2024-11-26T23:03:14.918Z | Compiling subprocess v0.2.9 |
2365 | 2024-11-26T23:03:16.065Z | Compiling diesel-dtrace v0.3.0 |
2366 | 2024-11-26T23:03:16.387Z | Compiling parking_lot_core v0.8.6 |
2367 | 2024-11-26T23:03:17.552Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2368 | 2024-11-26T23:03:19.768Z | Compiling oso v0.27.3 |
2369 | 2024-11-26T23:03:37.188Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2370 | 2024-11-26T23:03:38.861Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2024-11-26T23:03:44.379Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2372 | 2024-11-26T23:03:47.652Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2373 | 2024-11-26T23:03:47.968Z | Compiling bb8 v0.8.5 |
2374 | 2024-11-26T23:03:48.611Z | Compiling buf-list v1.0.3 |
2375 | 2024-11-26T23:03:49.275Z | Compiling async-bb8-diesel v0.2.1 |
2376 | 2024-11-26T23:03:51.466Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2377 | 2024-11-26T23:03:51.619Z | Compiling pin-project-internal v1.1.6 |
2378 | 2024-11-26T23:03:52.252Z | Compiling atty v0.2.14 |
2379 | 2024-11-26T23:03:52.439Z | Compiling salty v0.3.0 |
2380 | 2024-11-26T23:03:54.343Z | Compiling pin-project v1.1.6 |
2381 | 2024-11-26T23:03:54.894Z | Compiling parking_lot v0.11.2 |
2382 | 2024-11-26T23:03:57.915Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2383 | 2024-11-26T23:03:58.674Z | Compiling snafu-derive v0.8.5 |
2384 | 2024-11-26T23:03:59.036Z | Compiling sled v0.34.7 |
2385 | 2024-11-26T23:04:02.854Z | Compiling mime_guess v2.0.5 |
2386 | 2024-11-26T23:04:03.361Z | Compiling snafu v0.8.5 |
2387 | 2024-11-26T23:04:04.751Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2388 | 2024-11-26T23:04:04.778Z | Compiling hickory-client v0.24.1 |
2389 | 2024-11-26T23:04:06.128Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2390 | 2024-11-26T23:04:06.875Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2024-11-26T23:04:06.972Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2392 | 2024-11-26T23:04:10.191Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2393 | 2024-11-26T23:04:11.778Z | Compiling globset v0.4.15 |
2394 | 2024-11-26T23:04:12.201Z | Compiling hickory-server v0.24.1 |
2395 | 2024-11-26T23:04:15.530Z | Compiling primeorder v0.13.6 |
2396 | 2024-11-26T23:04:16.160Z | Compiling olpc-cjson v0.1.4 |
2397 | 2024-11-26T23:04:16.479Z | Compiling vergen v8.3.2 |
2398 | 2024-11-26T23:04:16.773Z | Compiling env_filter v0.1.2 |
2399 | 2024-11-26T23:04:19.954Z | Compiling cargo-platform v0.1.8 |
2400 | 2024-11-26T23:04:20.484Z | Compiling serde_plain v1.0.2 |
2401 | 2024-11-26T23:04:21.031Z | Compiling nanorand v0.7.0 |
2402 | 2024-11-26T23:04:21.773Z | Compiling memoffset v0.9.1 |
2403 | 2024-11-26T23:04:22.109Z | Compiling typed-path v0.9.3 |
2404 | 2024-11-26T23:04:27.065Z | Compiling tough v0.19.0 |
2405 | 2024-11-26T23:04:29.447Z | Compiling flume v0.11.1 |
2406 | 2024-11-26T23:04:30.196Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-11-26T23:04:33.076Z | Compiling env_logger v0.11.5 |
2408 | 2024-11-26T23:04:33.584Z | Compiling p384 v0.13.0 |
2409 | 2024-11-26T23:04:34.469Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-11-26T23:04:39.391Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2024-11-26T23:04:44.399Z | Compiling git2 v0.19.0 |
2412 | 2024-11-26T23:04:47.184Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2024-11-26T23:04:49.952Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-26T23:04:51.173Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2415 | 2024-11-26T23:04:53.741Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-11-26T23:04:57.697Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2417 | 2024-11-26T23:04:58.093Z | Compiling rand_seeder v0.3.0 |
2418 | 2024-11-26T23:04:58.515Z | Compiling libsqlite3-sys v0.30.1 |
2419 | 2024-11-26T23:04:58.667Z | Compiling cfg_aliases v0.2.1 |
2420 | 2024-11-26T23:04:58.800Z | Compiling http-range v0.1.5 |
2421 | 2024-11-26T23:04:58.821Z | Compiling parse-size v1.1.0 |
2422 | 2024-11-26T23:04:59.002Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2423 | 2024-11-26T23:04:59.118Z | Compiling rustls v0.21.12 |
2424 | 2024-11-26T23:04:59.385Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2425 | 2024-11-26T23:04:59.425Z | Compiling nix v0.29.0 |
2426 | 2024-11-26T23:04:59.450Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2024-11-26T23:05:00.296Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2428 | 2024-11-26T23:05:00.805Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2024-11-26T23:05:01.019Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2024-11-26T23:05:01.462Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-11-26T23:05:01.758Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2432 | 2024-11-26T23:05:01.851Z | Compiling sct v0.7.1 |
2433 | 2024-11-26T23:05:02.075Z | Compiling rustls-webpki v0.101.7 |
2434 | 2024-11-26T23:05:02.323Z | Compiling castaway v0.2.3 |
2435 | 2024-11-26T23:05:02.531Z | Compiling csv-core v0.1.11 |
2436 | 2024-11-26T23:05:03.402Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2437 | 2024-11-26T23:05:03.732Z | Compiling glob v0.3.1 |
2438 | 2024-11-26T23:05:04.560Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2439 | 2024-11-26T23:05:05.814Z | Compiling csv v1.3.0 |
2440 | 2024-11-26T23:05:06.131Z | Compiling compact_str v0.8.0 |
2441 | 2024-11-26T23:05:06.169Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2442 | 2024-11-26T23:05:07.950Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2443 | 2024-11-26T23:05:08.744Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2444 | 2024-11-26T23:05:09.213Z | Compiling nix v0.27.1 |
2445 | 2024-11-26T23:05:12.279Z | Compiling hyper-staticfile v0.10.1 |
2446 | 2024-11-26T23:05:15.249Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2447 | 2024-11-26T23:05:15.844Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2448 | 2024-11-26T23:05:17.107Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2449 | 2024-11-26T23:05:17.776Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2450 | 2024-11-26T23:05:21.643Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-11-26T23:05:23.042Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2452 | 2024-11-26T23:05:23.399Z | Compiling unicode-truncate v1.1.0 |
2453 | 2024-11-26T23:05:23.692Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2454 | 2024-11-26T23:05:24.007Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2455 | 2024-11-26T23:05:24.310Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2456 | 2024-11-26T23:05:25.301Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2457 | 2024-11-26T23:05:28.185Z | Compiling hashlink v0.9.1 |
2458 | 2024-11-26T23:05:29.038Z | Compiling tungstenite v0.23.0 |
2459 | 2024-11-26T23:05:31.596Z | Compiling lru v0.12.5 |
2460 | 2024-11-26T23:05:31.801Z | Compiling instability v0.3.2 |
2461 | 2024-11-26T23:05:31.978Z | Compiling cassowary v0.3.0 |
2462 | 2024-11-26T23:05:32.243Z | Compiling fallible-iterator v0.3.0 |
2463 | 2024-11-26T23:05:32.300Z | Compiling fallible-streaming-iterator v0.1.9 |
2464 | 2024-11-26T23:05:32.607Z | Compiling tokio-tungstenite v0.23.1 |
2465 | 2024-11-26T23:05:32.770Z | Compiling ratatui v0.28.1 |
2466 | 2024-11-26T23:05:33.005Z | Compiling rusqlite v0.32.1 |
2467 | 2024-11-26T23:05:33.249Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-11-26T23:05:36.606Z | Compiling tokio-rustls v0.24.1 |
2469 | 2024-11-26T23:05:37.109Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-11-26T23:05:38.747Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2471 | 2024-11-26T23:05:43.103Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2472 | 2024-11-26T23:05:44.183Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2473 | 2024-11-26T23:05:51.570Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2024-11-26T23:05:53.029Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2024-11-26T23:05:57.208Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2024-11-26T23:05:57.629Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2477 | 2024-11-26T23:05:57.974Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2478 | 2024-11-26T23:05:58.025Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2024-11-26T23:05:58.212Z | Compiling signal-hook-tokio v0.3.1 |
2480 | 2024-11-26T23:05:58.423Z | Compiling twox-hash v1.6.3 |
2481 | 2024-11-26T23:05:59.490Z | Compiling smawk v0.3.2 |
2482 | 2024-11-26T23:05:59.831Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-11-26T23:06:00.197Z | Compiling is_ci v1.2.0 |
2484 | 2024-11-26T23:06:00.402Z | Compiling supports-color v3.0.1 |
2485 | 2024-11-26T23:06:00.537Z | Compiling textwrap v0.16.1 |
2486 | 2024-11-26T23:06:02.975Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2487 | 2024-11-26T23:06:04.103Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2024-11-26T23:06:09.012Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-11-26T23:06:12.907Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2490 | 2024-11-26T23:06:18.214Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-11-26T23:06:23.104Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2492 | 2024-11-26T23:06:23.173Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-11-26T23:06:23.810Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2494 | 2024-11-26T23:06:36.430Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2495 | 2024-11-26T23:06:36.736Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2496 | 2024-11-26T23:06:43.108Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2497 | 2024-11-26T23:06:43.506Z | Compiling fatfs v0.3.6 |
2498 | 2024-11-26T23:06:44.466Z | Compiling rtoolbox v0.0.2 |
2499 | 2024-11-26T23:06:44.899Z | Compiling assert_matches v1.5.0 |
2500 | 2024-11-26T23:06:46.376Z | Compiling rpassword v7.3.1 |
2501 | 2024-11-26T23:06:46.851Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2502 | 2024-11-26T23:06:53.908Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2503 | 2024-11-26T23:06:55.459Z | Compiling tui-tree-widget v0.22.0 |
2504 | 2024-11-26T23:06:55.928Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2505 | 2024-11-26T23:06:59.269Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2506 | 2024-11-26T23:07:03.358Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2507 | 2024-11-26T23:07:03.669Z | Compiling uzers v0.12.1 |
2508 | 2024-11-26T23:07:06.878Z | Compiling shell-words v1.1.0 |
2509 | 2024-11-26T23:07:07.318Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-11-26T23:07:12.715Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2511 | 2024-11-26T23:07:14.945Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2512 | 2024-11-26T23:07:46.189Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2513 | 2024-11-26T23:07:48.632Z | Compiling multimap v0.10.0 |
2514 | 2024-11-26T23:10:10.723Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2515 | 2024-11-26T23:10:11.935Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2516 | 2024-11-26T23:16:48.175Z | Finished `release` profile [optimized] target(s) in 16m 16s |
2517 | 2024-11-26T23:17:52.716Z | |
2518 | 2024-11-26T23:17:52.716Z | real 17:22.515097369 |
2519 | 2024-11-26T23:17:52.717Z | user 1:59:05.076371222 |
2520 | 2024-11-26T23:17:52.717Z | sys 6:01.385539651 |
2521 | 2024-11-26T23:17:52.717Z | trap 2.920283877 |
2522 | 2024-11-26T23:17:52.717Z | tflt 3.048461272 |
2523 | 2024-11-26T23:17:52.719Z | dflt 4.812587431 |
2524 | 2024-11-26T23:17:52.719Z | kflt 0.038612870 |
2525 | 2024-11-26T23:17:52.719Z | lock 7:25:08.908767119 |
2526 | 2024-11-26T23:17:52.719Z | slp 6:19:53.325366893 |
2527 | 2024-11-26T23:17:52.719Z | lat 2:55.440050465 |
2528 | 2024-11-26T23:17:52.719Z | stop 2:44.974600450 |
2529 | 2024-11-26T23:17:52.719Z | + mapfile -t packages |
2530 | 2024-11-26T23:17:52.719Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2531 | 2024-11-26T23:17:53.729Z | Finished `release` profile [optimized] target(s) in 0.96s |
2532 | 2024-11-26T23:17:53.789Z | Running `target/release/omicron-package -t test list-outputs` |
2533 | 2024-11-26T23:17:53.838Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2534 | 2024-11-26T23:17:53.841Z | + ptime -m cargo build --locked --release -p xtask |
2535 | 2024-11-26T23:17:54.401Z | Compiling serde v1.0.215 |
2536 | 2024-11-26T23:17:54.404Z | Compiling libc v0.2.162 |
2537 | 2024-11-26T23:17:54.404Z | Compiling serde_json v1.0.132 |
2538 | 2024-11-26T23:17:54.404Z | Compiling rustix v0.38.37 |
2539 | 2024-11-26T23:17:54.503Z | Compiling syn v2.0.87 |
2540 | 2024-11-26T23:17:54.525Z | Compiling bitflags v2.6.0 |
2541 | 2024-11-26T23:17:54.856Z | Compiling usdt-impl v0.5.0 |
2542 | 2024-11-26T23:17:54.907Z | Compiling syn v1.0.109 |
2543 | 2024-11-26T23:17:55.014Z | Compiling hashbrown v0.15.0 |
2544 | 2024-11-26T23:17:55.034Z | Compiling log v0.4.22 |
2545 | 2024-11-26T23:17:55.093Z | Compiling fs-err v2.11.0 |
2546 | 2024-11-26T23:17:55.406Z | Compiling anyhow v1.0.93 |
2547 | 2024-11-26T23:17:55.498Z | Compiling once_cell v1.20.2 |
2548 | 2024-11-26T23:17:55.980Z | Compiling thread-id v4.2.2 |
2549 | 2024-11-26T23:17:56.359Z | Compiling indexmap v2.6.0 |
2550 | 2024-11-26T23:17:57.564Z | Compiling terminal_size v0.4.0 |
2551 | 2024-11-26T23:17:57.564Z | Compiling tempfile v3.13.0 |
2552 | 2024-11-26T23:17:57.814Z | Compiling clap_builder v4.5.21 |
2553 | 2024-11-26T23:17:58.304Z | Compiling proc-macro-error v1.0.4 |
2554 | 2024-11-26T23:17:59.576Z | Compiling tabled_derive v0.7.0 |
2555 | 2024-11-26T23:18:00.846Z | Compiling tabled v0.15.0 |
2556 | 2024-11-26T23:18:02.725Z | Compiling serde_derive v1.0.215 |
2557 | 2024-11-26T23:18:03.058Z | Compiling thiserror-impl v1.0.69 |
2558 | 2024-11-26T23:18:03.392Z | Compiling zerocopy-derive v0.7.35 |
2559 | 2024-11-26T23:18:03.470Z | Compiling scroll_derive v0.12.0 |
2560 | 2024-11-26T23:18:04.087Z | Compiling clap_derive v4.5.18 |
2561 | 2024-11-26T23:18:04.928Z | Compiling scroll v0.12.0 |
2562 | 2024-11-26T23:18:05.447Z | Compiling zerocopy v0.7.35 |
2563 | 2024-11-26T23:18:05.580Z | Compiling goblin v0.8.2 |
2564 | 2024-11-26T23:18:05.966Z | Compiling thiserror v1.0.69 |
2565 | 2024-11-26T23:18:06.135Z | Compiling pest v2.7.14 |
2566 | 2024-11-26T23:18:08.756Z | Compiling pest_meta v2.7.14 |
2567 | 2024-11-26T23:18:10.884Z | Compiling pest_generator v2.7.14 |
2568 | 2024-11-26T23:18:12.732Z | Compiling clap v4.5.21 |
2569 | 2024-11-26T23:18:12.954Z | Compiling pest_derive v2.7.14 |
2570 | 2024-11-26T23:18:13.755Z | Compiling dtrace-parser v0.2.0 |
2571 | 2024-11-26T23:18:17.349Z | Compiling toml_datetime v0.6.8 |
2572 | 2024-11-26T23:18:18.112Z | Compiling serde_tokenstream v0.2.2 |
2573 | 2024-11-26T23:18:18.746Z | Compiling serde_spanned v0.6.8 |
2574 | 2024-11-26T23:18:19.040Z | Compiling toml_edit v0.22.22 |
2575 | 2024-11-26T23:18:19.406Z | Compiling dof v0.3.0 |
2576 | 2024-11-26T23:18:21.761Z | Compiling camino v1.1.9 |
2577 | 2024-11-26T23:18:23.163Z | Compiling usdt-macro v0.5.0 |
2578 | 2024-11-26T23:18:23.182Z | Compiling usdt-attr-macro v0.5.0 |
2579 | 2024-11-26T23:18:23.184Z | Compiling toml v0.8.19 |
2580 | 2024-11-26T23:18:24.601Z | Compiling cargo-platform v0.1.8 |
2581 | 2024-11-26T23:18:25.537Z | Compiling semver v1.0.23 |
2582 | 2024-11-26T23:18:25.748Z | Compiling usdt v0.5.0 |
2583 | 2024-11-26T23:18:27.061Z | Compiling cargo_metadata v0.18.1 |
2584 | 2024-11-26T23:18:27.251Z | Compiling cargo_toml v0.20.5 |
2585 | 2024-11-26T23:18:30.109Z | Compiling camino-tempfile v1.1.1 |
2586 | 2024-11-26T23:18:30.127Z | Compiling macaddr v1.0.1 |
2587 | 2024-11-26T23:18:39.635Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2588 | 2024-11-26T23:18:50.883Z | Finished `release` profile [optimized] target(s) in 56.98s |
2589 | 2024-11-26T23:18:50.997Z | |
2590 | 2024-11-26T23:18:51.000Z | real 57.117677582 |
2591 | 2024-11-26T23:18:51.000Z | user 5:47.967542123 |
2592 | 2024-11-26T23:18:51.000Z | sys 31.594581011 |
2593 | 2024-11-26T23:18:51.000Z | trap 0.155125052 |
2594 | 2024-11-26T23:18:51.000Z | tflt 0.326299499 |
2595 | 2024-11-26T23:18:51.000Z | dflt 0.583640784 |
2596 | 2024-11-26T23:18:51.000Z | kflt 0.000273749 |
2597 | 2024-11-26T23:18:51.000Z | lock 11:26.194509163 |
2598 | 2024-11-26T23:18:51.000Z | slp 16:52.598962651 |
2599 | 2024-11-26T23:18:51.000Z | lat 13.639738225 |
2600 | 2024-11-26T23:18:51.000Z | stop 16.272865901 |
2601 | 2024-11-26T23:18:51.001Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-11-26T23:18:51.001Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-11-26T23:18:51.001Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-11-26T23:18:51.001Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-11-26T23:18:51.001Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2606 | 2024-11-26T23:18:51.882Z | Compiling hashbrown v0.14.5 |
2607 | 2024-11-26T23:18:52.012Z | Compiling ident_case v1.0.1 |
2608 | 2024-11-26T23:18:52.024Z | Compiling unsafe-libyaml v0.2.11 |
2609 | 2024-11-26T23:18:52.026Z | Compiling progenitor-client v0.8.0 |
2610 | 2024-11-26T23:18:52.026Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2611 | 2024-11-26T23:18:52.026Z | Compiling ipnetwork v0.20.0 |
2612 | 2024-11-26T23:18:52.026Z | Compiling macaddr v1.0.1 |
2613 | 2024-11-26T23:18:52.038Z | Compiling instant v0.1.13 |
2614 | 2024-11-26T23:18:52.158Z | Compiling darling_core v0.20.10 |
2615 | 2024-11-26T23:18:52.216Z | Compiling structmeta-derive v0.3.0 |
2616 | 2024-11-26T23:18:52.498Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2617 | 2024-11-26T23:18:52.521Z | Compiling dropshot v0.13.0 |
2618 | 2024-11-26T23:18:52.540Z | Compiling newtype-uuid v1.1.3 |
2619 | 2024-11-26T23:18:52.880Z | Compiling dropshot_endpoint v0.13.0 |
2620 | 2024-11-26T23:18:53.028Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2024-11-26T23:18:53.225Z | Compiling regress v0.10.1 |
2622 | 2024-11-26T23:18:53.277Z | Compiling serde_yaml v0.9.34+deprecated |
2623 | 2024-11-26T23:18:53.298Z | Compiling regress v0.9.1 |
2624 | 2024-11-26T23:18:53.807Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2024-11-26T23:18:53.908Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2626 | 2024-11-26T23:18:53.999Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2627 | 2024-11-26T23:18:54.289Z | Compiling backoff v0.4.0 |
2628 | 2024-11-26T23:18:54.655Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2629 | 2024-11-26T23:18:54.807Z | Compiling tempfile v3.13.0 |
2630 | 2024-11-26T23:18:54.866Z | Compiling proc-macro-crate v1.3.1 |
2631 | 2024-11-26T23:18:55.286Z | Compiling structmeta v0.3.0 |
2632 | 2024-11-26T23:18:55.756Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2633 | 2024-11-26T23:18:55.775Z | Compiling parse-display-derive v0.10.0 |
2634 | 2024-11-26T23:18:56.020Z | Compiling num_enum_derive v0.5.11 |
2635 | 2024-11-26T23:18:56.151Z | Compiling itertools v0.13.0 |
2636 | 2024-11-26T23:18:57.617Z | Compiling typify-impl v0.2.0 |
2637 | 2024-11-26T23:18:58.306Z | Compiling zerocopy v0.8.10 |
2638 | 2024-11-26T23:18:58.537Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-11-26T23:18:58.692Z | Compiling num_enum v0.5.11 |
2640 | 2024-11-26T23:18:58.864Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-11-26T23:18:58.883Z | Compiling zerocopy-derive v0.8.10 |
2642 | 2024-11-26T23:18:59.306Z | Compiling heapless v0.8.0 |
2643 | 2024-11-26T23:18:59.383Z | Compiling darling_macro v0.20.10 |
2644 | 2024-11-26T23:18:59.504Z | Compiling foreign-types-shared v0.3.1 |
2645 | 2024-11-26T23:18:59.639Z | Compiling proc-macro-error v1.0.4 |
2646 | 2024-11-26T23:19:00.205Z | Compiling foreign-types v0.5.0 |
2647 | 2024-11-26T23:19:00.369Z | Compiling camino-tempfile v1.1.1 |
2648 | 2024-11-26T23:19:00.402Z | Compiling darling v0.20.10 |
2649 | 2024-11-26T23:19:00.424Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-11-26T23:19:00.576Z | Compiling parse-display v0.10.0 |
2651 | 2024-11-26T23:19:00.582Z | Compiling serde_with_macros v3.11.0 |
2652 | 2024-11-26T23:19:00.582Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2653 | 2024-11-26T23:19:00.848Z | Compiling hash32 v0.3.1 |
2654 | 2024-11-26T23:19:01.119Z | Compiling cstr-argument v0.1.2 |
2655 | 2024-11-26T23:19:01.171Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-11-26T23:19:01.291Z | Compiling smoltcp v0.11.0 |
2657 | 2024-11-26T23:19:01.362Z | Compiling crucible-workspace-hack v0.1.0 |
2658 | 2024-11-26T23:19:01.382Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2024-11-26T23:19:01.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2660 | 2024-11-26T23:19:02.011Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2661 | 2024-11-26T23:19:02.079Z | Compiling tabwriter v1.4.0 |
2662 | 2024-11-26T23:19:02.185Z | Compiling colored v2.1.0 |
2663 | 2024-11-26T23:19:02.649Z | Compiling cobs v0.2.3 |
2664 | 2024-11-26T23:19:02.966Z | Compiling postcard v1.0.10 |
2665 | 2024-11-26T23:19:03.133Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-11-26T23:19:03.397Z | Compiling serde_with v3.11.0 |
2667 | 2024-11-26T23:19:03.428Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2668 | 2024-11-26T23:19:03.637Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2669 | 2024-11-26T23:19:03.685Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2670 | 2024-11-26T23:19:04.003Z | Compiling smf v0.2.3 |
2671 | 2024-11-26T23:19:04.566Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2672 | 2024-11-26T23:19:05.503Z | Compiling zone_cfg_derive v0.3.0 |
2673 | 2024-11-26T23:19:05.536Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2674 | 2024-11-26T23:19:06.019Z | Compiling num-derive v0.4.2 |
2675 | 2024-11-26T23:19:07.053Z | Compiling sigpipe v0.1.3 |
2676 | 2024-11-26T23:19:07.188Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2024-11-26T23:19:07.366Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-11-26T23:19:07.452Z | Compiling zone v0.3.0 |
2679 | 2024-11-26T23:19:07.510Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2680 | 2024-11-26T23:19:08.014Z | Compiling universal-hash v0.5.1 |
2681 | 2024-11-26T23:19:08.101Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2682 | 2024-11-26T23:19:08.213Z | Compiling opaque-debug v0.3.1 |
2683 | 2024-11-26T23:19:08.234Z | Compiling num-rational v0.4.2 |
2684 | 2024-11-26T23:19:08.328Z | Compiling password-hash v0.5.0 |
2685 | 2024-11-26T23:19:08.350Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2686 | 2024-11-26T23:19:08.546Z | Compiling num-complex v0.4.6 |
2687 | 2024-11-26T23:19:08.973Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2688 | 2024-11-26T23:19:09.131Z | Compiling blake2 v0.10.6 |
2689 | 2024-11-26T23:19:09.305Z | Compiling aead v0.5.2 |
2690 | 2024-11-26T23:19:09.378Z | Compiling convert_case v0.4.0 |
2691 | 2024-11-26T23:19:09.420Z | Compiling keccak v0.1.5 |
2692 | 2024-11-26T23:19:09.645Z | Compiling argon2 v0.5.3 |
2693 | 2024-11-26T23:19:09.681Z | Compiling num v0.4.3 |
2694 | 2024-11-26T23:19:09.809Z | Compiling sha3 v0.10.8 |
2695 | 2024-11-26T23:19:10.113Z | Compiling poly1305 v0.8.0 |
2696 | 2024-11-26T23:19:10.463Z | Compiling derive_more v0.99.18 |
2697 | 2024-11-26T23:19:10.524Z | Compiling tungstenite v0.21.0 |
2698 | 2024-11-26T23:19:10.544Z | Compiling chacha20 v0.9.1 |
2699 | 2024-11-26T23:19:10.970Z | Compiling base64 v0.21.7 |
2700 | 2024-11-26T23:19:11.046Z | Compiling float-ord v0.3.2 |
2701 | 2024-11-26T23:19:11.243Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2702 | 2024-11-26T23:19:11.716Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2703 | 2024-11-26T23:19:11.751Z | Compiling tokio-tungstenite v0.21.0 |
2704 | 2024-11-26T23:19:11.825Z | Compiling same-file v1.0.6 |
2705 | 2024-11-26T23:19:11.845Z | Compiling semver v0.1.20 |
2706 | 2024-11-26T23:19:12.150Z | Compiling walkdir v2.5.0 |
2707 | 2024-11-26T23:19:12.362Z | Compiling rustc_version v0.1.7 |
2708 | 2024-11-26T23:19:12.544Z | Compiling newline-converter v0.3.0 |
2709 | 2024-11-26T23:19:12.568Z | Compiling primeorder v0.13.6 |
2710 | 2024-11-26T23:19:12.727Z | Compiling secrecy v0.8.0 |
2711 | 2024-11-26T23:19:12.783Z | Compiling owo-colors v4.1.0 |
2712 | 2024-11-26T23:19:12.900Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2713 | 2024-11-26T23:19:12.963Z | Compiling cancel-safe-futures v0.1.5 |
2714 | 2024-11-26T23:19:12.993Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-11-26T23:19:13.129Z | Compiling expectorate v1.1.0 |
2716 | 2024-11-26T23:19:13.295Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2717 | 2024-11-26T23:19:13.316Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-11-26T23:19:13.321Z | Compiling thiserror-impl-no-std v2.0.2 |
2719 | 2024-11-26T23:19:13.387Z | Compiling blake3 v1.5.4 |
2720 | 2024-11-26T23:19:13.649Z | Compiling ring v0.16.20 |
2721 | 2024-11-26T23:19:13.734Z | Compiling half v2.4.1 |
2722 | 2024-11-26T23:19:13.762Z | Compiling unicase v2.7.0 |
2723 | 2024-11-26T23:19:14.068Z | Compiling ciborium-io v0.2.2 |
2724 | 2024-11-26T23:19:14.089Z | Compiling arc-swap v1.7.1 |
2725 | 2024-11-26T23:19:14.214Z | Compiling ciborium-ll v0.2.2 |
2726 | 2024-11-26T23:19:14.650Z | Compiling slog-scope v4.4.0 |
2727 | 2024-11-26T23:19:14.772Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2728 | 2024-11-26T23:19:15.262Z | Compiling polyval v0.6.2 |
2729 | 2024-11-26T23:19:15.683Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2730 | 2024-11-26T23:19:15.722Z | Compiling atomicwrites v0.4.4 |
2731 | 2024-11-26T23:19:15.742Z | Compiling libsw v3.3.1 |
2732 | 2024-11-26T23:19:16.077Z | Compiling memmap2 v0.9.5 |
2733 | 2024-11-26T23:19:16.108Z | Compiling arrayref v0.3.9 |
2734 | 2024-11-26T23:19:16.216Z | Compiling arrayvec v0.7.6 |
2735 | 2024-11-26T23:19:16.538Z | Compiling typify-macro v0.2.0 |
2736 | 2024-11-26T23:19:16.569Z | Compiling libefi-sys v0.1.0 |
2737 | 2024-11-26T23:19:16.640Z | Compiling thiserror-no-std v2.0.2 |
2738 | 2024-11-26T23:19:16.673Z | Compiling spin v0.5.2 |
2739 | 2024-11-26T23:19:16.772Z | Compiling indent_write v2.2.0 |
2740 | 2024-11-26T23:19:16.864Z | Compiling linear-map v1.2.0 |
2741 | 2024-11-26T23:19:16.931Z | Compiling constant_time_eq v0.3.1 |
2742 | 2024-11-26T23:19:17.009Z | Compiling salty v0.3.0 |
2743 | 2024-11-26T23:19:17.115Z | Compiling parking_lot_core v0.8.6 |
2744 | 2024-11-26T23:19:17.256Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-11-26T23:19:17.530Z | Compiling vsss-rs v3.3.4 |
2746 | 2024-11-26T23:19:17.610Z | Compiling ghash v0.5.1 |
2747 | 2024-11-26T23:19:17.810Z | Compiling slog-stdlog v4.1.1 |
2748 | 2024-11-26T23:19:17.832Z | Compiling ciborium v0.2.2 |
2749 | 2024-11-26T23:19:18.349Z | Compiling p384 v0.13.0 |
2750 | 2024-11-26T23:19:18.675Z | Compiling toolchain_find v0.4.0 |
2751 | 2024-11-26T23:19:18.697Z | Compiling chacha20poly1305 v0.10.1 |
2752 | 2024-11-26T23:19:18.958Z | Compiling ctr v0.9.2 |
2753 | 2024-11-26T23:19:19.345Z | Compiling lzma-sys v0.1.20 |
2754 | 2024-11-26T23:19:19.394Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2755 | 2024-11-26T23:19:19.434Z | Compiling bitfield-struct v0.6.2 |
2756 | 2024-11-26T23:19:19.816Z | Compiling slog-dtrace v0.3.0 |
2757 | 2024-11-26T23:19:19.964Z | Compiling highway v1.2.0 |
2758 | 2024-11-26T23:19:20.159Z | Compiling topological-sort v0.2.2 |
2759 | 2024-11-26T23:19:20.401Z | Compiling omicron-zone-package v0.11.1 |
2760 | 2024-11-26T23:19:20.431Z | Compiling aes-gcm v0.10.3 |
2761 | 2024-11-26T23:19:20.739Z | Compiling rustfmt-wrapper v0.2.1 |
2762 | 2024-11-26T23:19:20.759Z | Compiling mime_guess v2.0.5 |
2763 | 2024-11-26T23:19:20.989Z | Compiling typify v0.2.0 |
2764 | 2024-11-26T23:19:21.010Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2765 | 2024-11-26T23:19:21.155Z | Compiling progenitor-impl v0.8.0 |
2766 | 2024-11-26T23:19:21.282Z | Compiling slog-envlogger v2.2.0 |
2767 | 2024-11-26T23:19:21.306Z | Compiling steno v0.4.1 |
2768 | 2024-11-26T23:19:22.100Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2769 | 2024-11-26T23:19:22.171Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2770 | 2024-11-26T23:19:22.219Z | Compiling heck v0.3.3 |
2771 | 2024-11-26T23:19:22.239Z | Compiling ssh-encoding v0.2.0 |
2772 | 2024-11-26T23:19:22.672Z | Compiling blowfish v0.9.1 |
2773 | 2024-11-26T23:19:22.795Z | Compiling nibble_vec v0.1.0 |
2774 | 2024-11-26T23:19:22.824Z | Compiling env_filter v0.1.2 |
2775 | 2024-11-26T23:19:23.040Z | Compiling endian-type v0.1.2 |
2776 | 2024-11-26T23:19:23.043Z | Compiling humantime v2.1.0 |
2777 | 2024-11-26T23:19:23.158Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-11-26T23:19:23.296Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2779 | 2024-11-26T23:19:23.317Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2780 | 2024-11-26T23:19:23.366Z | Compiling radix_trie v0.2.1 |
2781 | 2024-11-26T23:19:23.582Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-11-26T23:19:23.621Z | Compiling env_logger v0.11.5 |
2783 | 2024-11-26T23:19:23.658Z | Compiling bcrypt-pbkdf v0.10.0 |
2784 | 2024-11-26T23:19:23.685Z | Compiling zone_cfg_derive v0.1.2 |
2785 | 2024-11-26T23:19:24.073Z | Compiling ssh-cipher v0.2.0 |
2786 | 2024-11-26T23:19:24.295Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2787 | 2024-11-26T23:19:24.657Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2788 | 2024-11-26T23:19:24.997Z | Compiling parking_lot v0.11.2 |
2789 | 2024-11-26T23:19:25.338Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2790 | 2024-11-26T23:19:25.475Z | Compiling password-hash v0.4.2 |
2791 | 2024-11-26T23:19:25.799Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2792 | 2024-11-26T23:19:25.820Z | Compiling gethostname v0.5.0 |
2793 | 2024-11-26T23:19:25.945Z | Compiling fxhash v0.2.1 |
2794 | 2024-11-26T23:19:25.977Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-11-26T23:19:26.064Z | Compiling base64 v0.13.1 |
2796 | 2024-11-26T23:19:26.180Z | Compiling lockfree-object-pool v0.1.6 |
2797 | 2024-11-26T23:19:26.284Z | Compiling bumpalo v3.16.0 |
2798 | 2024-11-26T23:19:26.432Z | Compiling matches v0.1.10 |
2799 | 2024-11-26T23:19:26.459Z | Compiling simd-adler32 v0.3.7 |
2800 | 2024-11-26T23:19:26.477Z | Compiling zip v2.1.3 |
2801 | 2024-11-26T23:19:26.542Z | Compiling http-range v0.1.5 |
2802 | 2024-11-26T23:19:26.701Z | Compiling idna v0.2.3 |
2803 | 2024-11-26T23:19:26.812Z | Compiling zopfli v0.8.1 |
2804 | 2024-11-26T23:19:26.838Z | Compiling ron v0.7.1 |
2805 | 2024-11-26T23:19:26.891Z | Compiling sled v0.34.7 |
2806 | 2024-11-26T23:19:26.911Z | Compiling pbkdf2 v0.11.0 |
2807 | 2024-11-26T23:19:27.034Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2808 | 2024-11-26T23:19:27.292Z | Compiling xz2 v0.1.7 |
2809 | 2024-11-26T23:19:27.779Z | Compiling zone v0.1.8 |
2810 | 2024-11-26T23:19:27.803Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2811 | 2024-11-26T23:19:28.642Z | Compiling ssh-key v0.6.6 |
2812 | 2024-11-26T23:19:28.975Z | Compiling hickory-client v0.24.1 |
2813 | 2024-11-26T23:19:29.395Z | Compiling p521 v0.13.3 |
2814 | 2024-11-26T23:19:29.425Z | Compiling p256 v0.13.2 |
2815 | 2024-11-26T23:19:29.680Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2816 | 2024-11-26T23:19:29.683Z | Compiling progenitor-macro v0.8.0 |
2817 | 2024-11-26T23:19:30.335Z | Compiling hickory-server v0.24.1 |
2818 | 2024-11-26T23:19:30.503Z | Compiling enum-as-inner v0.5.1 |
2819 | 2024-11-26T23:19:30.920Z | Compiling pem v3.0.4 |
2820 | 2024-11-26T23:19:31.540Z | Compiling yasna v0.5.2 |
2821 | 2024-11-26T23:19:31.777Z | Compiling headers-core v0.3.0 |
2822 | 2024-11-26T23:19:31.780Z | Compiling kstat-rs v0.2.4 |
2823 | 2024-11-26T23:19:31.967Z | Compiling nanorand v0.7.0 |
2824 | 2024-11-26T23:19:32.453Z | Compiling atty v0.2.14 |
2825 | 2024-11-26T23:19:32.560Z | Compiling russh-cryptovec v0.7.3 |
2826 | 2024-11-26T23:19:32.614Z | Compiling md5 v0.7.0 |
2827 | 2024-11-26T23:19:32.906Z | Compiling rcgen v0.12.1 |
2828 | 2024-11-26T23:19:33.141Z | Compiling russh-keys v0.45.0 |
2829 | 2024-11-26T23:19:33.285Z | Compiling flume v0.11.1 |
2830 | 2024-11-26T23:19:33.337Z | Compiling headers v0.4.0 |
2831 | 2024-11-26T23:19:33.615Z | Compiling trust-dns-proto v0.22.0 |
2832 | 2024-11-26T23:19:34.017Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2833 | 2024-11-26T23:19:35.374Z | Compiling hyper-staticfile v0.10.1 |
2834 | 2024-11-26T23:19:36.561Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2835 | 2024-11-26T23:19:37.188Z | Compiling num-bigint v0.4.6 |
2836 | 2024-11-26T23:19:37.552Z | Compiling des v0.8.1 |
2837 | 2024-11-26T23:19:37.639Z | Compiling subprocess v0.2.9 |
2838 | 2024-11-26T23:19:37.662Z | Compiling dhcproto-macros v0.1.0 |
2839 | 2024-11-26T23:19:37.913Z | Compiling display-error-chain v0.2.2 |
2840 | 2024-11-26T23:19:38.144Z | Compiling hex-literal v0.4.1 |
2841 | 2024-11-26T23:19:38.309Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2842 | 2024-11-26T23:19:38.650Z | Compiling dhcproto v0.12.0 |
2843 | 2024-11-26T23:19:38.671Z | Compiling internet-checksum v0.2.1 |
2844 | 2024-11-26T23:19:40.268Z | Compiling russh v0.45.0 |
2845 | 2024-11-26T23:19:42.529Z | Compiling progenitor v0.8.0 |
2846 | 2024-11-26T23:19:42.661Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2847 | 2024-11-26T23:19:42.664Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2848 | 2024-11-26T23:19:42.664Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2849 | 2024-11-26T23:19:42.664Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2024-11-26T23:19:42.664Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2851 | 2024-11-26T23:19:42.664Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2852 | 2024-11-26T23:19:42.757Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2853 | 2024-11-26T23:19:44.205Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2854 | 2024-11-26T23:19:44.449Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2855 | 2024-11-26T23:19:45.115Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2856 | 2024-11-26T23:19:48.220Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2857 | 2024-11-26T23:19:49.497Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2858 | 2024-11-26T23:19:58.426Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2859 | 2024-11-26T23:19:58.426Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2860 | 2024-11-26T23:19:58.428Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2861 | 2024-11-26T23:19:58.429Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2024-11-26T23:20:01.675Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2863 | 2024-11-26T23:20:01.847Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2024-11-26T23:20:02.979Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-11-26T23:20:03.338Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2866 | 2024-11-26T23:20:05.645Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2867 | 2024-11-26T23:20:06.604Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2868 | 2024-11-26T23:20:07.593Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2869 | 2024-11-26T23:20:07.596Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2870 | 2024-11-26T23:20:09.130Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-11-26T23:20:10.428Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2872 | 2024-11-26T23:20:10.789Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2873 | 2024-11-26T23:20:11.866Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2874 | 2024-11-26T23:20:12.222Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2875 | 2024-11-26T23:20:12.807Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2876 | 2024-11-26T23:20:12.838Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2877 | 2024-11-26T23:20:14.437Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2878 | 2024-11-26T23:20:15.043Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-11-26T23:20:16.925Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2024-11-26T23:20:17.976Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2881 | 2024-11-26T23:20:18.177Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2882 | 2024-11-26T23:20:19.084Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2883 | 2024-11-26T23:20:22.082Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2884 | 2024-11-26T23:20:22.085Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2885 | 2024-11-26T23:20:23.870Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2886 | 2024-11-26T23:20:27.459Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2887 | 2024-11-26T23:20:36.647Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2888 | 2024-11-26T23:20:37.911Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2889 | 2024-11-26T23:20:58.091Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2890 | 2024-11-26T23:21:34.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2891 | 2024-11-26T23:21:34.368Z | |
2892 | 2024-11-26T23:21:34.368Z | real 2:43.286871033 |
2893 | 2024-11-26T23:21:34.368Z | user 12:32.691581683 |
2894 | 2024-11-26T23:21:34.368Z | sys 2:46.591202716 |
2895 | 2024-11-26T23:21:34.368Z | trap 0.329318623 |
2896 | 2024-11-26T23:21:34.368Z | tflt 1.024113083 |
2897 | 2024-11-26T23:21:34.368Z | dflt 2.007459178 |
2898 | 2024-11-26T23:21:34.368Z | kflt 0.000022275 |
2899 | 2024-11-26T23:21:34.368Z | lock 26:08.673747823 |
2900 | 2024-11-26T23:21:34.368Z | slp 45:21.339849246 |
2901 | 2024-11-26T23:21:34.368Z | lat 34.882889235 |
2902 | 2024-11-26T23:21:34.372Z | stop 1:28.159445647 |
2903 | 2024-11-26T23:21:34.372Z | + mkdir tests |
2904 | 2024-11-26T23:21:34.372Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2905 | 2024-11-26T23:21:34.372Z | + xargs -I '{}' -t cp '{}' tests/ |
2906 | 2024-11-26T23:21:35.503Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d4e53d9f3bedcb3c tests/ |
2907 | 2024-11-26T23:21:35.523Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-40c18115de4f3f4d tests/ |
2908 | 2024-11-26T23:21:35.544Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c8af10747fd33443 tests/ |
2909 | 2024-11-26T23:21:35.566Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fec4822d49808226 tests/ |
2910 | 2024-11-26T23:21:35.748Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2911 | 2024-11-26T23:21:35.751Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-40c18115de4f3f4d tests/commtest-c8af10747fd33443 tests/dhcp_server-d4e53d9f3bedcb3c tests/end_to_end_tests-fec4822d49808226 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 |
2912 | 2024-11-26T23:22:47.166Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2913 | 2024-11-26T23:22:47.166Z | a .github/buildomat/ci-env.sh 1K |
2914 | 2024-11-26T23:22:47.166Z | a out/target/test 1K |
2915 | 2024-11-26T23:22:47.166Z | a out/npuzone/npuzone 23144K |
2916 | 2024-11-26T23:22:47.166Z | a package-manifest.toml 32K |
2917 | 2024-11-26T23:22:47.166Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2918 | 2024-11-26T23:22:47.166Z | a target/release/omicron-package 36354K |
2919 | 2024-11-26T23:22:47.166Z | a target/release/xtask 11750K |
2920 | 2024-11-26T23:22:47.166Z | a target/debug/bootstrap 210022K |
2921 | 2024-11-26T23:22:47.166Z | a tests/bootstrap-40c18115de4f3f4d 24246K |
2922 | 2024-11-26T23:22:47.166Z | a tests/commtest-c8af10747fd33443 25022K |
2923 | 2024-11-26T23:22:47.166Z | a tests/dhcp_server-d4e53d9f3bedcb3c 24246K |
2924 | 2024-11-26T23:22:47.166Z | a tests/end_to_end_tests-fec4822d49808226 228126K |
2925 | 2024-11-26T23:22:47.166Z | a out/clickhouse.tar.gz 285853K |
2926 | 2024-11-26T23:22:47.166Z | a out/clickhouse_keeper.tar.gz 285847K |
2927 | 2024-11-26T23:22:47.166Z | a out/clickhouse_server.tar.gz 285846K |
2928 | 2024-11-26T23:22:47.166Z | a out/cockroachdb.tar.gz 134563K |
2929 | 2024-11-26T23:22:47.166Z | a out/crucible-dtrace.tar 85K |
2930 | 2024-11-26T23:22:47.166Z | a out/crucible-pantry-zone.tar.gz 28186K |
2931 | 2024-11-26T23:22:47.168Z | a out/crucible-zone.tar.gz 36398K |
2932 | 2024-11-26T23:22:47.168Z | a out/external-dns.tar.gz 35284K |
2933 | 2024-11-26T23:22:47.168Z | a out/internal-dns.tar.gz 35283K |
2934 | 2024-11-26T23:22:47.168Z | a out/mg-ddm-gz.tar 63075K |
2935 | 2024-11-26T23:22:47.168Z | a out/nexus.tar.gz 100269K |
2936 | 2024-11-26T23:22:47.168Z | a out/ntp.tar.gz 10359K |
2937 | 2024-11-26T23:22:47.168Z | a out/omicron-gateway-softnpu.tar.gz 23921K |
2938 | 2024-11-26T23:22:47.168Z | a out/omicron-sled-agent.tar 113600K |
2939 | 2024-11-26T23:22:47.168Z | a out/overlay.tar.gz 3K |
2940 | 2024-11-26T23:22:47.168Z | a out/oximeter.tar.gz 51235K |
2941 | 2024-11-26T23:22:47.168Z | a out/oxlog.tar 3088K |
2942 | 2024-11-26T23:22:47.168Z | a out/probe.tar.gz 2764K |
2943 | 2024-11-26T23:22:47.168Z | a out/propolis-server.tar.gz 66596K |
2944 | 2024-11-26T23:22:47.168Z | a out/pumpkind-gz.tar 26665K |
2945 | 2024-11-26T23:22:47.168Z | a out/switch-softnpu.tar.gz 237415K |
2946 | 2024-11-26T23:22:47.171Z | |
2947 | 2024-11-26T23:22:47.171Z | real 1:11.402571834 |
2948 | 2024-11-26T23:22:47.171Z | user 1:08.241406269 |
2949 | 2024-11-26T23:22:47.171Z | sys 4.473925205 |
2950 | 2024-11-26T23:22:47.171Z | trap 0.017162280 |
2951 | 2024-11-26T23:22:47.171Z | tflt 0.000000000 |
2952 | 2024-11-26T23:22:47.171Z | dflt 0.000000000 |
2953 | 2024-11-26T23:22:47.171Z | kflt 0.000000000 |
2954 | 2024-11-26T23:22:47.171Z | lock 0.000000000 |
2955 | 2024-11-26T23:22:47.171Z | slp 1:08.214342568 |
2956 | 2024-11-26T23:22:47.171Z | lat 1.853423835 |
2957 | 2024-11-26T23:22:47.171Z | stop 0.000231195 |
2958 | 2024-11-26T23:22:47.171Z | process exited: duration 1985140 ms, exit code 0 |
|
2959 | 2024-11-26T23:22:47.186Z | found 1 output files |
2960 | 2024-11-26T23:22:47.186Z | uploading: /work/package.tar.gz (1878129197 bytes) |
2961 | 2024-11-26T23:23:31.762Z | uploaded: /work/package.tar.gz |