|
|
|
1 | 2024-12-21T00:42:56.859Z | job assigned to worker 01JFKAKT6P99D2P28DM70KMB6T [factory aws, i-0eb230dad36791dbe] (queued for 1 m 6 s) |
|
2 | 2024-12-21T00:43:04.420Z | starting task 0: "setup" |
3 | 2024-12-21T00:43:04.427Z | ++ uname -s |
4 | 2024-12-21T00:43:04.430Z | + kern=SunOS |
5 | 2024-12-21T00:43:04.430Z | + case "$kern" in |
6 | 2024-12-21T00:43:04.430Z | + groupadd -g 12345 build |
7 | 2024-12-21T00:43:04.439Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T00:43:06.437Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T00:43:06.576Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T00:43:06.579Z | + home_fs=zfs |
11 | 2024-12-21T00:43:06.579Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T00:43:06.579Z | + mkdir -p /home/build |
13 | 2024-12-21T00:43:06.582Z | + chown build:build /home/build /work |
14 | 2024-12-21T00:43:07.588Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T00:43:07.593Z | process exited: duration 3165 ms, exit code 0 |
|
16 | 2024-12-21T00:43:07.603Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T00:43:07.607Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T00:43:07.607Z | ' 1.81.0 |
19 | 2024-12-21T00:43:07.607Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T00:43:07.607Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T00:43:07.607Z | ' default |
22 | 2024-12-21T00:43:07.607Z | * toolchain profile = "default" |
23 | 2024-12-21T00:43:07.611Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T00:43:07.611Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T00:43:07.751Z | info: downloading installer |
26 | 2024-12-21T00:43:09.221Z | info: profile set to 'default' |
27 | 2024-12-21T00:43:09.221Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T00:43:09.221Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T00:43:09.375Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T00:43:09.375Z | info: downloading component 'cargo' |
31 | 2024-12-21T00:43:10.208Z | info: downloading component 'clippy' |
32 | 2024-12-21T00:43:10.516Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T00:43:11.673Z | info: downloading component 'rust-std' |
34 | 2024-12-21T00:43:13.469Z | info: downloading component 'rustc' |
35 | 2024-12-21T00:43:19.973Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T00:43:20.219Z | info: installing component 'cargo' |
37 | 2024-12-21T00:43:20.995Z | info: installing component 'clippy' |
38 | 2024-12-21T00:43:21.349Z | info: installing component 'rust-docs' |
39 | 2024-12-21T00:43:22.902Z | info: installing component 'rust-std' |
40 | 2024-12-21T00:43:24.664Z | info: installing component 'rustc' |
41 | 2024-12-21T00:43:30.136Z | info: installing component 'rustfmt' |
42 | 2024-12-21T00:43:30.455Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T00:43:30.455Z | |
44 | 2024-12-21T00:43:30.817Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T00:43:30.817Z | |
46 | 2024-12-21T00:43:30.820Z | |
47 | 2024-12-21T00:43:30.821Z | Rust is installed now. Great! |
48 | 2024-12-21T00:43:30.821Z | |
49 | 2024-12-21T00:43:30.821Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T00:43:30.821Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T00:43:30.821Z | |
52 | 2024-12-21T00:43:30.821Z | To configure your current shell, you need to source |
53 | 2024-12-21T00:43:30.821Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T00:43:30.821Z | |
55 | 2024-12-21T00:43:30.821Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T00:43:30.821Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T00:43:30.821Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T00:43:30.892Z | + rustc --version |
59 | 2024-12-21T00:43:30.960Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T00:43:30.963Z | process exited: duration 23357 ms, exit code 0 |
|
61 | 2024-12-21T00:43:30.970Z | starting task 2: "authentication" |
62 | 2024-12-21T00:43:30.991Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T00:43:31.001Z | starting task 3: "clone repository" |
64 | 2024-12-21T00:43:31.006Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T00:43:31.009Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T00:43:32.550Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T00:43:40.234Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T00:43:40.234Z | + git fetch origin b9230aecdc1ef611d4c203ade2e683da167ea9da |
69 | 2024-12-21T00:43:40.643Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T00:43:40.643Z | * branch b9230aecdc1ef611d4c203ade2e683da167ea9da -> FETCH_HEAD |
71 | 2024-12-21T00:43:40.652Z | + [[ -n dap/doc-pattern ]] |
72 | 2024-12-21T00:43:40.654Z | ++ git branch --show-current |
73 | 2024-12-21T00:43:40.660Z | + current=main |
74 | 2024-12-21T00:43:40.660Z | + [[ main != dap/doc-pattern ]] |
75 | 2024-12-21T00:43:40.660Z | + git branch -f dap/doc-pattern b9230aecdc1ef611d4c203ade2e683da167ea9da |
76 | 2024-12-21T00:43:40.663Z | + git checkout -f dap/doc-pattern |
77 | 2024-12-21T00:43:40.830Z | Switched to branch 'dap/doc-pattern' |
78 | 2024-12-21T00:43:40.832Z | + git reset --hard b9230aecdc1ef611d4c203ade2e683da167ea9da |
79 | 2024-12-21T00:43:40.871Z | HEAD is now at b9230aecd edit |
80 | 2024-12-21T00:43:40.873Z | process exited: duration 9869 ms, exit code 0 |
|
81 | 2024-12-21T00:43:40.878Z | starting task 4: "build" |
82 | 2024-12-21T00:43:40.883Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T00:43:40.883Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T00:43:40.883Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T00:43:40.886Z | + cargo --version |
86 | 2024-12-21T00:43:40.949Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T00:43:40.952Z | + rustc --version |
88 | 2024-12-21T00:43:41.010Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T00:43:41.012Z | + WORK=/work |
90 | 2024-12-21T00:43:41.013Z | + pfexec mkdir -p /work |
91 | 2024-12-21T00:43:41.015Z | + pfexec chown build /work |
92 | 2024-12-21T00:43:41.018Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-21T00:43:57.224Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-21T00:44:01.184Z | Startup: Caching catalogs ... Done |
95 | 2024-12-21T00:44:11.724Z | Planning: Solver setup ... Done (9.597s) |
96 | 2024-12-21T00:44:11.875Z | Planning: Running solver ... Done (0.153s) |
97 | 2024-12-21T00:44:12.058Z | Planning: Finding local manifests ... Done (0.083s) |
98 | 2024-12-21T00:44:12.156Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-21T00:44:12.830Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-21T00:44:13.048Z | Planning: Package planning ... Done (0.220s) |
101 | 2024-12-21T00:44:13.262Z | Planning: Merging actions ... Done (0.213s) |
102 | 2024-12-21T00:44:13.878Z | Planning: Checking for conflicting actions ... Done (0.617s) |
103 | 2024-12-21T00:44:18.692Z | Planning: Consolidating action changes ... Done (4.795s) |
104 | 2024-12-21T00:44:19.110Z | Planning: Evaluating mediators ... Done (0.406s) |
105 | 2024-12-21T00:44:19.239Z | Planning: Planning completed in 17.95 seconds |
106 | 2024-12-21T00:44:19.250Z | Packages to install: 4 |
107 | 2024-12-21T00:44:19.251Z | Packages to update: 1 |
108 | 2024-12-21T00:44:19.260Z | Mediators to change: 2 |
109 | 2024-12-21T00:44:19.260Z | Services to change: 1 |
110 | 2024-12-21T00:44:19.260Z | Estimated space available: 155.63 GB |
111 | 2024-12-21T00:44:19.260Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-21T00:44:19.274Z | Create boot environment: No |
113 | 2024-12-21T00:44:19.274Z | Create backup boot environment: Yes |
114 | 2024-12-21T00:44:19.274Z | Rebuild boot archive: No |
115 | 2024-12-21T00:44:19.274Z | |
116 | 2024-12-21T00:44:19.274Z | Changed mediators: |
117 | 2024-12-21T00:44:19.274Z | mediator clang: |
118 | 2024-12-21T00:44:19.274Z | version: None -> 15 (system default) |
119 | 2024-12-21T00:44:19.274Z | |
120 | 2024-12-21T00:44:19.274Z | mediator llvm: |
121 | 2024-12-21T00:44:19.274Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-21T00:44:19.274Z | |
123 | 2024-12-21T00:44:19.274Z | Changed packages: |
124 | 2024-12-21T00:44:19.274Z | helios-dev |
125 | 2024-12-21T00:44:19.274Z | developer/build-essential |
126 | 2024-12-21T00:44:19.274Z | None -> 11-2.0 |
127 | 2024-12-21T00:44:19.274Z | library/libxmlsec1 |
128 | 2024-12-21T00:44:19.275Z | None -> 1.2.35-2.0 |
129 | 2024-12-21T00:44:19.275Z | ooce/developer/clang-15 |
130 | 2024-12-21T00:44:19.275Z | None -> 15.0.7-2.0 |
131 | 2024-12-21T00:44:19.275Z | ooce/developer/llvm-15 |
132 | 2024-12-21T00:44:19.275Z | None -> 15.0.7-2.0 |
133 | 2024-12-21T00:44:19.275Z | package/pkg |
134 | 2024-12-21T00:44:19.275Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-21T00:44:19.275Z | |
136 | 2024-12-21T00:44:19.275Z | Services: |
137 | 2024-12-21T00:44:19.275Z | restart_fmri: |
138 | 2024-12-21T00:44:19.275Z | svc:/system/update-man-index:default |
139 | 2024-12-21T00:44:19.275Z | |
140 | 2024-12-21T00:44:19.275Z | Editable files to change: |
141 | 2024-12-21T00:44:19.275Z | Update: |
142 | 2024-12-21T00:44:19.275Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-21T00:44:19.475Z | |
144 | 2024-12-21T00:44:19.475Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-21T00:44:25.593Z | Download: 207/4281 items 1.3/220.6MB 0% complete (381k/s) |
146 | 2024-12-21T00:44:30.827Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (8.3M/s) |
147 | 2024-12-21T00:44:39.860Z | Download: 1197/4281 items 83.5/220.6MB 37% complete |
148 | 2024-12-21T00:44:44.861Z | Download: 2544/4281 items 120.2/220.6MB 54% complete (7.5M/s) |
149 | 2024-12-21T00:44:49.864Z | Download: 3321/4281 items 212.8/220.6MB 96% complete (13.0M/s) |
150 | 2024-12-21T00:44:52.353Z | Download: Completed 220.60 MB in 32.92 seconds (6.7M/s) |
151 | 2024-12-21T00:44:54.588Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-12-21T00:44:54.601Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-12-21T00:44:59.603Z | Actions: 4224/5063 actions (Installing new actions) |
154 | 2024-12-21T00:44:59.605Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-12-21T00:44:59.949Z | Actions: Completed 5063 actions in 5.36 seconds. |
156 | 2024-12-21T00:45:00.349Z | Done (0.392s) |
157 | 2024-12-21T00:45:00.352Z | Done (0.000s) |
158 | 2024-12-21T00:45:00.935Z | Done (0.583s) |
159 | 2024-12-21T00:45:06.232Z | Done (5.073s) |
160 | 2024-12-21T00:45:06.482Z | Done (0.184s) |
161 | 2024-12-21T00:45:06.485Z | Done (0.000s) |
162 | 2024-12-21T00:45:06.626Z | Done (0.000s) |
163 | 2024-12-21T00:45:07.288Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-12-21T00:45:07.444Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-12-21T00:45:07.446Z | Planning: Consolidating action changes ... Done |
166 | 2024-12-21T00:45:07.706Z | Planning: Evaluating mediators ... Done |
167 | 2024-12-21T00:45:07.708Z | Planning: Planning completed in 0.42 seconds |
168 | 2024-12-21T00:45:07.743Z | Mediators to change: 2 |
169 | 2024-12-21T00:45:07.743Z | Create boot environment: No |
170 | 2024-12-21T00:45:07.746Z | Create backup boot environment: No |
171 | 2024-12-21T00:45:07.823Z | Done |
172 | 2024-12-21T00:45:07.823Z | Done |
173 | 2024-12-21T00:45:08.204Z | Done |
174 | 2024-12-21T00:45:11.642Z | Done |
175 | 2024-12-21T00:45:11.727Z | Done |
176 | 2024-12-21T00:45:11.728Z | Done |
177 | 2024-12-21T00:45:11.832Z | Done |
178 | 2024-12-21T00:45:12.421Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-12-21T00:45:12.423Z | Planning: Merging actions ... Done |
180 | 2024-12-21T00:45:12.606Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-12-21T00:45:12.609Z | Planning: Consolidating action changes ... Done |
182 | 2024-12-21T00:45:12.865Z | Planning: Evaluating mediators ... Done |
183 | 2024-12-21T00:45:12.919Z | Planning: Planning completed in 0.73 seconds |
184 | 2024-12-21T00:45:12.957Z | Packages to change: 1 |
185 | 2024-12-21T00:45:12.957Z | Mediators to change: 1 |
186 | 2024-12-21T00:45:12.960Z | Services to change: 1 |
187 | 2024-12-21T00:45:12.960Z | Create boot environment: No |
188 | 2024-12-21T00:45:12.960Z | Create backup boot environment: Yes |
189 | 2024-12-21T00:45:15.010Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-12-21T00:45:15.059Z | Actions: Completed 6 actions in 0.05 seconds. |
191 | 2024-12-21T00:45:15.062Z | Done |
192 | 2024-12-21T00:45:15.062Z | Done |
193 | 2024-12-21T00:45:15.176Z | Done |
194 | 2024-12-21T00:45:18.647Z | Done |
195 | 2024-12-21T00:45:18.737Z | Done |
196 | 2024-12-21T00:45:18.740Z | Done |
197 | 2024-12-21T00:45:18.867Z | Done |
198 | 2024-12-21T00:45:19.287Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-12-21T00:45:19.287Z | clang system 15 system |
200 | 2024-12-21T00:45:19.287Z | csh system system illumos |
201 | 2024-12-21T00:45:19.287Z | ctags system system illumos |
202 | 2024-12-21T00:45:19.287Z | gcc vendor 12 vendor |
203 | 2024-12-21T00:45:19.287Z | gcc system 10 system |
204 | 2024-12-21T00:45:19.287Z | gcc system 7 system |
205 | 2024-12-21T00:45:19.287Z | go system 1.20 system |
206 | 2024-12-21T00:45:19.287Z | go system 1.19 system |
207 | 2024-12-21T00:45:19.287Z | llvm system 15 system |
208 | 2024-12-21T00:45:19.288Z | llvm system 14 system |
209 | 2024-12-21T00:45:19.288Z | mariadb system 10.6 system |
210 | 2024-12-21T00:45:19.288Z | mta vendor vendor dma |
211 | 2024-12-21T00:45:19.288Z | openjdk system 17 system |
212 | 2024-12-21T00:45:19.288Z | openjdk system 11 system |
213 | 2024-12-21T00:45:19.288Z | openjdk system 1.8 system |
214 | 2024-12-21T00:45:19.288Z | openssl vendor 3 vendor |
215 | 2024-12-21T00:45:19.288Z | perl system 5.36 system |
216 | 2024-12-21T00:45:19.288Z | postgresql system 15 system |
217 | 2024-12-21T00:45:19.288Z | postgresql system 13 system |
218 | 2024-12-21T00:45:19.288Z | python vendor 3 vendor |
219 | 2024-12-21T00:45:19.288Z | python system 2 system |
220 | 2024-12-21T00:45:19.288Z | python3 system 3.11 system |
221 | 2024-12-21T00:45:19.288Z | ruby system 3.0 system |
222 | 2024-12-21T00:45:19.288Z | words vendor vendor american-english |
223 | 2024-12-21T00:45:19.288Z | words system system australian-english |
224 | 2024-12-21T00:45:19.288Z | words system system british-english |
225 | 2024-12-21T00:45:19.288Z | words system system canadian-english |
226 | 2024-12-21T00:45:19.288Z | words system system french |
227 | 2024-12-21T00:45:19.288Z | words system system italian |
228 | 2024-12-21T00:45:19.288Z | words system system ngerman |
229 | 2024-12-21T00:45:19.288Z | words system system ogerman |
230 | 2024-12-21T00:45:19.288Z | words system system spanish |
231 | 2024-12-21T00:45:19.611Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-12-21T00:45:19.611Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-12-21T00:45:22.264Z | FMRI IFO |
234 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-12-21T00:45:22.264Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-12-21T00:45:22.990Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-12-21T00:45:23.275Z | Updating crates.io index |
251 | 2024-12-21T00:45:23.326Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-12-21T00:45:23.801Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-12-21T00:45:24.142Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-12-21T00:45:24.380Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-12-21T00:45:24.601Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-12-21T00:45:25.455Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-12-21T00:45:26.978Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-12-21T00:45:27.648Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-12-21T00:45:28.395Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-12-21T00:45:28.632Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-12-21T00:45:28.952Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-12-21T00:45:29.503Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-12-21T00:45:29.844Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-12-21T00:45:30.111Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-12-21T00:45:30.355Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-12-21T00:45:30.592Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-12-21T00:45:30.822Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-12-21T00:45:31.127Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-12-21T00:45:31.411Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-12-21T00:45:31.844Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-12-21T00:45:32.071Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-12-21T00:45:32.555Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-12-21T00:45:32.833Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-12-21T00:45:33.235Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-12-21T00:45:33.606Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
276 | 2024-12-21T00:45:33.890Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-12-21T00:45:34.131Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-12-21T00:45:34.368Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-12-21T00:45:35.492Z | Downloading crates ... |
280 | 2024-12-21T00:45:35.574Z | Downloaded bytecount v0.6.8 |
281 | 2024-12-21T00:45:35.576Z | Downloaded anstyle-query v1.1.1 |
282 | 2024-12-21T00:45:35.581Z | Downloaded anstream v0.6.15 |
283 | 2024-12-21T00:45:35.585Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-12-21T00:45:35.589Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-12-21T00:45:35.594Z | Downloaded byteorder v1.5.0 |
286 | 2024-12-21T00:45:35.596Z | Downloaded anstyle v1.0.10 |
287 | 2024-12-21T00:45:35.598Z | Downloaded autocfg v1.4.0 |
288 | 2024-12-21T00:45:35.602Z | Downloaded swrite v0.1.0 |
289 | 2024-12-21T00:45:35.609Z | Downloaded usdt-attr-macro v0.5.0 |
290 | 2024-12-21T00:45:35.614Z | Downloaded equivalent v1.0.1 |
291 | 2024-12-21T00:45:35.616Z | Downloaded itoa v1.0.11 |
292 | 2024-12-21T00:45:35.618Z | Downloaded usdt-macro v0.5.0 |
293 | 2024-12-21T00:45:35.618Z | Downloaded generic-array v0.14.7 |
294 | 2024-12-21T00:45:35.624Z | Downloaded terminal_size v0.4.0 |
295 | 2024-12-21T00:45:35.627Z | Downloaded memmap v0.7.0 |
296 | 2024-12-21T00:45:35.627Z | Downloaded camino-tempfile v1.1.1 |
297 | 2024-12-21T00:45:35.629Z | Downloaded strsim v0.11.1 |
298 | 2024-12-21T00:45:35.631Z | Downloaded proc-macro-error-attr v1.0.4 |
299 | 2024-12-21T00:45:35.631Z | Downloaded cfg-if v1.0.0 |
300 | 2024-12-21T00:45:35.631Z | Downloaded block-buffer v0.10.4 |
301 | 2024-12-21T00:45:35.633Z | Downloaded tabled_derive v0.7.0 |
302 | 2024-12-21T00:45:35.633Z | Downloaded heck v0.5.0 |
303 | 2024-12-21T00:45:35.635Z | Downloaded scroll v0.12.0 |
304 | 2024-12-21T00:45:35.635Z | Downloaded is_terminal_polyfill v1.70.1 |
305 | 2024-12-21T00:45:35.637Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-12-21T00:45:35.637Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-12-21T00:45:35.640Z | Downloaded digest v0.10.7 |
308 | 2024-12-21T00:45:35.640Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-12-21T00:45:35.642Z | Downloaded utf8parse v0.2.2 |
310 | 2024-12-21T00:45:35.645Z | Downloaded crypto-common v0.1.6 |
311 | 2024-12-21T00:45:35.647Z | Downloaded usdt v0.5.0 |
312 | 2024-12-21T00:45:35.647Z | Downloaded toml_datetime v0.6.8 |
313 | 2024-12-21T00:45:35.651Z | Downloaded unicode-linebreak v0.1.5 |
314 | 2024-12-21T00:45:35.651Z | Downloaded serde_spanned v0.6.8 |
315 | 2024-12-21T00:45:35.654Z | Downloaded plain v0.2.3 |
316 | 2024-12-21T00:45:35.654Z | Downloaded heck v0.4.1 |
317 | 2024-12-21T00:45:35.657Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-12-21T00:45:35.657Z | Downloaded fs-err v2.11.0 |
319 | 2024-12-21T00:45:35.659Z | Downloaded dof v0.3.0 |
320 | 2024-12-21T00:45:35.659Z | Downloaded usdt-impl v0.5.0 |
321 | 2024-12-21T00:45:35.661Z | Downloaded smawk v0.3.2 |
322 | 2024-12-21T00:45:35.663Z | Downloaded pest_generator v2.7.14 |
323 | 2024-12-21T00:45:35.664Z | Downloaded thread-id v4.2.2 |
324 | 2024-12-21T00:45:35.666Z | Downloaded macaddr v1.0.1 |
325 | 2024-12-21T00:45:35.666Z | Downloaded thiserror-impl v1.0.69 |
326 | 2024-12-21T00:45:35.666Z | Downloaded cpufeatures v0.2.14 |
327 | 2024-12-21T00:45:35.668Z | Downloaded fnv v1.0.7 |
328 | 2024-12-21T00:45:35.668Z | Downloaded fastrand v2.1.1 |
329 | 2024-12-21T00:45:35.670Z | Downloaded clap_lex v0.7.2 |
330 | 2024-12-21T00:45:35.670Z | Downloaded camino v1.1.9 |
331 | 2024-12-21T00:45:35.673Z | Downloaded version_check v0.9.5 |
332 | 2024-12-21T00:45:35.675Z | Downloaded colorchoice v1.0.2 |
333 | 2024-12-21T00:45:35.676Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-12-21T00:45:35.685Z | Downloaded errno v0.3.9 |
335 | 2024-12-21T00:45:35.688Z | Downloaded once_cell v1.20.2 |
336 | 2024-12-21T00:45:35.690Z | Downloaded zerocopy-derive v0.7.35 |
337 | 2024-12-21T00:45:35.693Z | Downloaded semver v1.0.23 |
338 | 2024-12-21T00:45:35.696Z | Downloaded pest_derive v2.7.14 |
339 | 2024-12-21T00:45:35.699Z | Downloaded cargo_toml v0.20.5 |
340 | 2024-12-21T00:45:35.700Z | Downloaded tempfile v3.13.0 |
341 | 2024-12-21T00:45:35.703Z | Downloaded quote v1.0.37 |
342 | 2024-12-21T00:45:35.705Z | Downloaded log v0.4.22 |
343 | 2024-12-21T00:45:35.708Z | Downloaded anyhow v1.0.93 |
344 | 2024-12-21T00:45:35.710Z | Downloaded clap_derive v4.5.18 |
345 | 2024-12-21T00:45:35.712Z | Downloaded toml v0.8.19 |
346 | 2024-12-21T00:45:35.715Z | Downloaded textwrap v0.16.1 |
347 | 2024-12-21T00:45:35.717Z | Downloaded bitflags v2.6.0 |
348 | 2024-12-21T00:45:35.720Z | Downloaded typenum v1.17.0 |
349 | 2024-12-21T00:45:35.723Z | Downloaded thiserror v1.0.69 |
350 | 2024-12-21T00:45:35.727Z | Downloaded ucd-trie v0.1.7 |
351 | 2024-12-21T00:45:35.729Z | Downloaded proc-macro2 v1.0.89 |
352 | 2024-12-21T00:45:35.731Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-21T00:45:35.733Z | Downloaded clap v4.5.21 |
354 | 2024-12-21T00:45:35.740Z | Downloaded unicode-ident v1.0.13 |
355 | 2024-12-21T00:45:35.742Z | Downloaded sha2 v0.10.8 |
356 | 2024-12-21T00:45:35.745Z | Downloaded ryu v1.0.18 |
357 | 2024-12-21T00:45:35.747Z | Downloaded serde_derive v1.0.215 |
358 | 2024-12-21T00:45:35.749Z | Downloaded serde v1.0.215 |
359 | 2024-12-21T00:45:35.752Z | Downloaded papergrid v0.11.0 |
360 | 2024-12-21T00:45:35.756Z | Downloaded proc-macro-error v1.0.4 |
361 | 2024-12-21T00:45:35.779Z | Downloaded memchr v2.7.4 |
362 | 2024-12-21T00:45:35.783Z | Downloaded indexmap v2.6.0 |
363 | 2024-12-21T00:45:35.787Z | Downloaded toml_edit v0.22.22 |
364 | 2024-12-21T00:45:35.806Z | Downloaded hashbrown v0.15.1 |
365 | 2024-12-21T00:45:35.821Z | Downloaded serde_json v1.0.132 |
366 | 2024-12-21T00:45:35.827Z | Downloaded zerocopy v0.7.35 |
367 | 2024-12-21T00:45:35.841Z | Downloaded pest v2.7.14 |
368 | 2024-12-21T00:45:35.846Z | Downloaded winnow v0.6.20 |
369 | 2024-12-21T00:45:35.853Z | Downloaded clap_builder v4.5.21 |
370 | 2024-12-21T00:45:35.861Z | Downloaded tabled v0.15.0 |
371 | 2024-12-21T00:45:35.872Z | Downloaded goblin v0.8.2 |
372 | 2024-12-21T00:45:35.878Z | Downloaded syn v1.0.109 |
373 | 2024-12-21T00:45:35.886Z | Downloaded syn v2.0.87 |
374 | 2024-12-21T00:45:35.896Z | Downloaded unicode-width v0.1.14 |
375 | 2024-12-21T00:45:35.901Z | Downloaded rustix v0.38.37 |
376 | 2024-12-21T00:45:35.944Z | Downloaded libc v0.2.162 |
377 | 2024-12-21T00:45:36.246Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-12-21T00:45:36.246Z | Compiling unicode-ident v1.0.13 |
379 | 2024-12-21T00:45:36.248Z | Compiling version_check v0.9.5 |
380 | 2024-12-21T00:45:36.248Z | Compiling serde v1.0.215 |
381 | 2024-12-21T00:45:36.248Z | Compiling memchr v2.7.4 |
382 | 2024-12-21T00:45:36.248Z | Compiling thiserror v1.0.69 |
383 | 2024-12-21T00:45:36.248Z | Compiling libc v0.2.162 |
384 | 2024-12-21T00:45:36.248Z | Compiling itoa v1.0.11 |
385 | 2024-12-21T00:45:36.480Z | Compiling ryu v1.0.18 |
386 | 2024-12-21T00:45:36.577Z | Compiling ucd-trie v0.1.7 |
387 | 2024-12-21T00:45:37.054Z | Compiling once_cell v1.20.2 |
388 | 2024-12-21T00:45:37.108Z | Compiling byteorder v1.5.0 |
389 | 2024-12-21T00:45:37.354Z | Compiling serde_json v1.0.132 |
390 | 2024-12-21T00:45:37.435Z | Compiling rustix v0.38.37 |
391 | 2024-12-21T00:45:37.760Z | Compiling bitflags v2.6.0 |
392 | 2024-12-21T00:45:37.808Z | Compiling usdt-impl v0.5.0 |
393 | 2024-12-21T00:45:38.006Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-12-21T00:45:38.089Z | Compiling syn v1.0.109 |
395 | 2024-12-21T00:45:38.196Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-12-21T00:45:38.254Z | Compiling utf8parse v0.2.2 |
397 | 2024-12-21T00:45:38.303Z | Compiling plain v0.2.3 |
398 | 2024-12-21T00:45:38.350Z | Compiling equivalent v1.0.1 |
399 | 2024-12-21T00:45:38.419Z | Compiling hashbrown v0.15.1 |
400 | 2024-12-21T00:45:38.455Z | Compiling camino v1.1.9 |
401 | 2024-12-21T00:45:38.480Z | Compiling log v0.4.22 |
402 | 2024-12-21T00:45:38.628Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-12-21T00:45:38.735Z | Compiling quote v1.0.37 |
404 | 2024-12-21T00:45:39.037Z | Compiling autocfg v1.4.0 |
405 | 2024-12-21T00:45:39.116Z | Compiling errno v0.3.9 |
406 | 2024-12-21T00:45:39.174Z | Compiling syn v2.0.87 |
407 | 2024-12-21T00:45:39.249Z | Compiling thread-id v4.2.2 |
408 | 2024-12-21T00:45:39.495Z | Compiling semver v1.0.23 |
409 | 2024-12-21T00:45:39.520Z | Compiling anstyle v1.0.10 |
410 | 2024-12-21T00:45:39.899Z | Compiling indexmap v2.6.0 |
411 | 2024-12-21T00:45:39.987Z | Compiling pretty-hex v0.4.1 |
412 | 2024-12-21T00:45:40.036Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-12-21T00:45:40.164Z | Compiling unicode-width v0.1.14 |
414 | 2024-12-21T00:45:40.190Z | Compiling winnow v0.6.20 |
415 | 2024-12-21T00:45:40.223Z | Compiling colorchoice v1.0.2 |
416 | 2024-12-21T00:45:40.399Z | Compiling anstyle-query v1.1.1 |
417 | 2024-12-21T00:45:40.561Z | Compiling anstream v0.6.15 |
418 | 2024-12-21T00:45:40.694Z | Compiling fs-err v2.11.0 |
419 | 2024-12-21T00:45:41.046Z | Compiling cfg-if v1.0.0 |
420 | 2024-12-21T00:45:41.077Z | Compiling fnv v1.0.7 |
421 | 2024-12-21T00:45:41.100Z | Compiling heck v0.5.0 |
422 | 2024-12-21T00:45:41.146Z | Compiling heck v0.4.1 |
423 | 2024-12-21T00:45:41.212Z | Compiling strsim v0.11.1 |
424 | 2024-12-21T00:45:41.628Z | Compiling terminal_size v0.4.0 |
425 | 2024-12-21T00:45:41.671Z | Compiling anyhow v1.0.93 |
426 | 2024-12-21T00:45:41.696Z | Compiling clap_lex v0.7.2 |
427 | 2024-12-21T00:45:41.842Z | Compiling fastrand v2.1.1 |
428 | 2024-12-21T00:45:42.204Z | Compiling bytecount v0.6.8 |
429 | 2024-12-21T00:45:42.240Z | Compiling tempfile v3.13.0 |
430 | 2024-12-21T00:45:42.403Z | Compiling papergrid v0.11.0 |
431 | 2024-12-21T00:45:42.429Z | Compiling clap_builder v4.5.21 |
432 | 2024-12-21T00:45:42.796Z | Compiling memmap v0.7.0 |
433 | 2024-12-21T00:45:42.819Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-21T00:45:43.125Z | Compiling smawk v0.3.2 |
435 | 2024-12-21T00:45:43.349Z | Compiling textwrap v0.16.1 |
436 | 2024-12-21T00:45:43.740Z | Compiling swrite v0.1.0 |
437 | 2024-12-21T00:45:44.897Z | Compiling tabled_derive v0.7.0 |
438 | 2024-12-21T00:45:46.331Z | Compiling tabled v0.15.0 |
439 | 2024-12-21T00:45:47.961Z | Compiling serde_derive v1.0.215 |
440 | 2024-12-21T00:45:47.961Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-12-21T00:45:47.963Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-12-21T00:45:47.964Z | Compiling scroll_derive v0.12.0 |
443 | 2024-12-21T00:45:47.964Z | Compiling clap_derive v4.5.18 |
444 | 2024-12-21T00:45:49.164Z | Compiling scroll v0.12.0 |
445 | 2024-12-21T00:45:49.597Z | Compiling goblin v0.8.2 |
446 | 2024-12-21T00:45:49.756Z | Compiling zerocopy v0.7.35 |
447 | 2024-12-21T00:45:50.809Z | Compiling pest v2.7.14 |
448 | 2024-12-21T00:45:52.114Z | Compiling clap v4.5.21 |
449 | 2024-12-21T00:45:52.988Z | Compiling pest_meta v2.7.14 |
450 | 2024-12-21T00:45:53.824Z | Compiling pest_generator v2.7.14 |
451 | 2024-12-21T00:45:55.880Z | Compiling pest_derive v2.7.14 |
452 | 2024-12-21T00:45:56.507Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-12-21T00:45:57.800Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-12-21T00:45:57.866Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-21T00:45:57.866Z | Compiling toml_datetime v0.6.8 |
456 | 2024-12-21T00:45:58.099Z | Compiling cargo-platform v0.1.8 |
457 | 2024-12-21T00:45:58.266Z | Compiling toml_edit v0.22.22 |
458 | 2024-12-21T00:45:58.366Z | Compiling macaddr v1.0.1 |
459 | 2024-12-21T00:45:58.588Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-12-21T00:45:59.318Z | Compiling dof v0.3.0 |
461 | 2024-12-21T00:45:59.385Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-12-21T00:46:01.046Z | Compiling toml v0.8.19 |
463 | 2024-12-21T00:46:01.070Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-12-21T00:46:01.075Z | Compiling usdt-macro v0.5.0 |
465 | 2024-12-21T00:46:01.948Z | Compiling cargo_toml v0.20.5 |
466 | 2024-12-21T00:46:02.427Z | Compiling usdt v0.5.0 |
467 | 2024-12-21T00:46:05.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-12-21T00:46:09.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.26s |
469 | 2024-12-21T00:46:09.291Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-12-21T00:46:09.792Z | Downloading crates ... |
471 | 2024-12-21T00:46:09.933Z | Downloaded hubpack_derive v0.1.1 |
472 | 2024-12-21T00:46:09.935Z | Downloaded headers-core v0.3.0 |
473 | 2024-12-21T00:46:09.945Z | Downloaded aead v0.5.2 |
474 | 2024-12-21T00:46:09.949Z | Downloaded http-body v1.0.1 |
475 | 2024-12-21T00:46:09.951Z | Downloaded instant v0.1.13 |
476 | 2024-12-21T00:46:09.955Z | Downloaded matches v0.1.10 |
477 | 2024-12-21T00:46:09.957Z | Downloaded is_ci v1.2.0 |
478 | 2024-12-21T00:46:09.959Z | Downloaded md5 v0.7.0 |
479 | 2024-12-21T00:46:09.959Z | Downloaded icu_provider_macros v1.5.0 |
480 | 2024-12-21T00:46:09.962Z | Downloaded match_cfg v0.1.0 |
481 | 2024-12-21T00:46:09.965Z | Downloaded ident_case v1.0.1 |
482 | 2024-12-21T00:46:09.965Z | Downloaded argon2 v0.5.3 |
483 | 2024-12-21T00:46:09.967Z | Downloaded adler2 v2.0.0 |
484 | 2024-12-21T00:46:09.970Z | Downloaded async-stream-impl v0.3.6 |
485 | 2024-12-21T00:46:09.972Z | Downloaded hubpack v0.1.2 |
486 | 2024-12-21T00:46:09.975Z | Downloaded hostname v0.3.1 |
487 | 2024-12-21T00:46:09.975Z | Downloaded heck v0.3.3 |
488 | 2024-12-21T00:46:09.977Z | Downloaded hyper-tls v0.6.0 |
489 | 2024-12-21T00:46:09.977Z | Downloaded async-stream v0.3.6 |
490 | 2024-12-21T00:46:09.980Z | Downloaded async-bb8-diesel v0.2.1 |
491 | 2024-12-21T00:46:09.982Z | Downloaded darling v0.20.10 |
492 | 2024-12-21T00:46:09.986Z | Downloaded async-recursion v1.1.1 |
493 | 2024-12-21T00:46:09.989Z | Downloaded ahash v0.8.11 |
494 | 2024-12-21T00:46:09.992Z | Downloaded mime v0.3.17 |
495 | 2024-12-21T00:46:09.995Z | Downloaded async-trait v0.1.83 |
496 | 2024-12-21T00:46:09.997Z | Downloaded lockfree-object-pool v0.1.6 |
497 | 2024-12-21T00:46:10.000Z | Downloaded lru v0.12.5 |
498 | 2024-12-21T00:46:10.003Z | Downloaded arc-swap v1.7.1 |
499 | 2024-12-21T00:46:10.005Z | Downloaded memoffset v0.9.1 |
500 | 2024-12-21T00:46:10.008Z | Downloaded aes v0.8.4 |
501 | 2024-12-21T00:46:10.010Z | Downloaded managed v0.8.0 |
502 | 2024-12-21T00:46:10.013Z | Downloaded internet-checksum v0.2.1 |
503 | 2024-12-21T00:46:10.013Z | Downloaded buf-list v1.0.3 |
504 | 2024-12-21T00:46:10.016Z | Downloaded libefi-sys v0.1.0 |
505 | 2024-12-21T00:46:10.016Z | Downloaded backoff v0.4.0 |
506 | 2024-12-21T00:46:10.019Z | Downloaded libsw v3.3.1 |
507 | 2024-12-21T00:46:10.022Z | Downloaded keccak v0.1.5 |
508 | 2024-12-21T00:46:10.022Z | Downloaded md-5 v0.10.6 |
509 | 2024-12-21T00:46:10.024Z | Downloaded hickory-client v0.24.1 |
510 | 2024-12-21T00:46:10.027Z | Downloaded iana-time-zone v0.1.61 |
511 | 2024-12-21T00:46:10.030Z | Downloaded ciborium-io v0.2.2 |
512 | 2024-12-21T00:46:10.033Z | Downloaded cfg_aliases v0.1.1 |
513 | 2024-12-21T00:46:10.033Z | Downloaded hyper-rustls v0.27.3 |
514 | 2024-12-21T00:46:10.036Z | Downloaded russh-cryptovec v0.7.3 |
515 | 2024-12-21T00:46:10.036Z | Downloaded cfg_aliases v0.2.1 |
516 | 2024-12-21T00:46:10.036Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-12-21T00:46:10.039Z | Downloaded indent_write v2.2.0 |
518 | 2024-12-21T00:46:10.039Z | Downloaded http-body-util v0.1.2 |
519 | 2024-12-21T00:46:10.042Z | Downloaded linked-hash-map v0.5.6 |
520 | 2024-12-21T00:46:10.044Z | Downloaded icu_locid_transform v1.5.0 |
521 | 2024-12-21T00:46:10.044Z | Downloaded kstat-rs v0.2.4 |
522 | 2024-12-21T00:46:10.047Z | Downloaded httparse v1.9.5 |
523 | 2024-12-21T00:46:10.050Z | Downloaded litemap v0.7.3 |
524 | 2024-12-21T00:46:10.052Z | Downloaded block-padding v0.3.3 |
525 | 2024-12-21T00:46:10.052Z | Downloaded indoc v1.0.9 |
526 | 2024-12-21T00:46:10.055Z | Downloaded lock_api v0.4.12 |
527 | 2024-12-21T00:46:10.058Z | Downloaded mime_guess v2.0.5 |
528 | 2024-12-21T00:46:10.061Z | Downloaded ipnet v2.10.1 |
529 | 2024-12-21T00:46:10.061Z | Downloaded impl-trait-for-tuples v0.2.2 |
530 | 2024-12-21T00:46:10.063Z | Downloaded bit-set v0.5.3 |
531 | 2024-12-21T00:46:10.065Z | Downloaded memmap2 v0.9.5 |
532 | 2024-12-21T00:46:10.068Z | Downloaded icu_locid v1.5.0 |
533 | 2024-12-21T00:46:10.071Z | Downloaded cexpr v0.6.0 |
534 | 2024-12-21T00:46:10.074Z | Downloaded http-range v0.1.5 |
535 | 2024-12-21T00:46:10.077Z | Downloaded chacha20 v0.9.1 |
536 | 2024-12-21T00:46:10.077Z | Downloaded rand_chacha v0.3.1 |
537 | 2024-12-21T00:46:10.079Z | Downloaded bcrypt-pbkdf v0.10.0 |
538 | 2024-12-21T00:46:10.079Z | Downloaded ref-cast-impl v1.0.23 |
539 | 2024-12-21T00:46:10.082Z | Downloaded cobs v0.2.3 |
540 | 2024-12-21T00:46:10.082Z | Downloaded cmake v0.1.51 |
541 | 2024-12-21T00:46:10.085Z | Downloaded sync_wrapper v1.0.1 |
542 | 2024-12-21T00:46:10.085Z | Downloaded bb8 v0.8.5 |
543 | 2024-12-21T00:46:10.087Z | Downloaded colored v2.1.0 |
544 | 2024-12-21T00:46:10.087Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2024-12-21T00:46:10.089Z | Downloaded tower-service v0.3.3 |
546 | 2024-12-21T00:46:10.089Z | Downloaded cipher v0.4.4 |
547 | 2024-12-21T00:46:10.092Z | Downloaded darling_macro v0.20.10 |
548 | 2024-12-21T00:46:10.092Z | Downloaded utf-8 v0.7.6 |
549 | 2024-12-21T00:46:10.095Z | Downloaded termtree v0.4.1 |
550 | 2024-12-21T00:46:10.095Z | Downloaded derive_builder_macro v0.20.2 |
551 | 2024-12-21T00:46:10.095Z | Downloaded bit-vec v0.6.3 |
552 | 2024-12-21T00:46:10.097Z | Downloaded castaway v0.2.3 |
553 | 2024-12-21T00:46:10.097Z | Downloaded semver v0.1.20 |
554 | 2024-12-21T00:46:10.100Z | Downloaded same-file v1.0.6 |
555 | 2024-12-21T00:46:10.100Z | Downloaded cbc v0.1.2 |
556 | 2024-12-21T00:46:10.115Z | Downloaded indexmap v1.9.3 |
557 | 2024-12-21T00:46:10.115Z | Downloaded icu_locid_transform_data v1.5.0 |
558 | 2024-12-21T00:46:10.115Z | Downloaded crossbeam-deque v0.8.5 |
559 | 2024-12-21T00:46:10.115Z | Downloaded icu_provider v1.5.0 |
560 | 2024-12-21T00:46:10.115Z | Downloaded base64ct v1.6.0 |
561 | 2024-12-21T00:46:10.115Z | Downloaded icu_normalizer v1.5.0 |
562 | 2024-12-21T00:46:10.118Z | Downloaded signal-hook-mio v0.2.4 |
563 | 2024-12-21T00:46:10.120Z | Downloaded shell-words v1.1.0 |
564 | 2024-12-21T00:46:10.120Z | Downloaded secrecy v0.8.0 |
565 | 2024-12-21T00:46:10.123Z | Downloaded curve25519-dalek-derive v0.1.1 |
566 | 2024-12-21T00:46:10.123Z | Downloaded hyper-util v0.1.10 |
567 | 2024-12-21T00:46:10.127Z | Downloaded foreign-types-shared v0.1.1 |
568 | 2024-12-21T00:46:10.129Z | Downloaded heapless v0.8.0 |
569 | 2024-12-21T00:46:10.133Z | Downloaded maplit v1.0.2 |
570 | 2024-12-21T00:46:10.136Z | Downloaded crc-catalog v2.4.0 |
571 | 2024-12-21T00:46:10.136Z | Downloaded ciborium-ll v0.2.2 |
572 | 2024-12-21T00:46:10.139Z | Downloaded tls_codec_derive v0.4.1 |
573 | 2024-12-21T00:46:10.139Z | Downloaded rustversion v1.0.17 |
574 | 2024-12-21T00:46:10.141Z | Downloaded shlex v1.3.0 |
575 | 2024-12-21T00:46:10.144Z | Downloaded sec1 v0.7.3 |
576 | 2024-12-21T00:46:10.147Z | Downloaded slog-stdlog v4.1.1 |
577 | 2024-12-21T00:46:10.147Z | Downloaded rustfmt-wrapper v0.2.1 |
578 | 2024-12-21T00:46:10.147Z | Downloaded rustc_version v0.4.1 |
579 | 2024-12-21T00:46:10.149Z | Downloaded synstructure v0.13.1 |
580 | 2024-12-21T00:46:10.149Z | Downloaded lru-cache v0.1.2 |
581 | 2024-12-21T00:46:10.152Z | Downloaded instability v0.3.2 |
582 | 2024-12-21T00:46:10.152Z | Downloaded untrusted v0.9.0 |
583 | 2024-12-21T00:46:10.154Z | Downloaded tls_codec v0.4.1 |
584 | 2024-12-21T00:46:10.156Z | Downloaded zeroize v1.8.1 |
585 | 2024-12-21T00:46:10.158Z | Downloaded wyz v0.5.1 |
586 | 2024-12-21T00:46:10.158Z | Downloaded universal-hash v0.5.1 |
587 | 2024-12-21T00:46:10.160Z | Downloaded untrusted v0.7.1 |
588 | 2024-12-21T00:46:10.160Z | Downloaded console v0.15.8 |
589 | 2024-12-21T00:46:10.163Z | Downloaded icu_properties v1.5.1 |
590 | 2024-12-21T00:46:10.166Z | Downloaded cookie_store v0.21.0 |
591 | 2024-12-21T00:46:10.168Z | Downloaded blake2 v0.10.6 |
592 | 2024-12-21T00:46:10.171Z | Downloaded const_format_proc_macros v0.2.33 |
593 | 2024-12-21T00:46:10.173Z | Downloaded ciborium v0.2.2 |
594 | 2024-12-21T00:46:10.176Z | Downloaded base64 v0.22.1 |
595 | 2024-12-21T00:46:10.179Z | Downloaded static_assertions v1.1.0 |
596 | 2024-12-21T00:46:10.181Z | Downloaded ctr v0.9.2 |
597 | 2024-12-21T00:46:10.183Z | Downloaded env_filter v0.1.2 |
598 | 2024-12-21T00:46:10.185Z | Downloaded fallible-streaming-iterator v0.1.9 |
599 | 2024-12-21T00:46:10.188Z | Downloaded ena v0.14.3 |
600 | 2024-12-21T00:46:10.188Z | Downloaded foreign-types-macros v0.2.3 |
601 | 2024-12-21T00:46:10.191Z | Downloaded futures-executor v0.3.31 |
602 | 2024-12-21T00:46:10.191Z | Downloaded futures-core v0.3.31 |
603 | 2024-12-21T00:46:10.193Z | Downloaded libloading v0.8.5 |
604 | 2024-12-21T00:46:10.195Z | Downloaded hickory-resolver v0.24.1 |
605 | 2024-12-21T00:46:10.199Z | Downloaded time-macros v0.2.18 |
606 | 2024-12-21T00:46:10.203Z | Downloaded multer v3.1.0 |
607 | 2024-12-21T00:46:10.205Z | Downloaded tracing-attributes v0.1.27 |
608 | 2024-12-21T00:46:10.208Z | Downloaded slog-term v2.9.1 |
609 | 2024-12-21T00:46:10.211Z | Downloaded nibble_vec v0.1.0 |
610 | 2024-12-21T00:46:10.211Z | Downloaded base64 v0.13.1 |
611 | 2024-12-21T00:46:10.214Z | Downloaded strum_macros v0.26.4 |
612 | 2024-12-21T00:46:10.217Z | Downloaded packed_struct_codegen v0.10.1 |
613 | 2024-12-21T00:46:10.219Z | Downloaded packed_struct v0.10.1 |
614 | 2024-12-21T00:46:10.219Z | Downloaded cookie v0.18.1 |
615 | 2024-12-21T00:46:10.222Z | Downloaded const-oid v0.9.6 |
616 | 2024-12-21T00:46:10.226Z | Downloaded bytes v1.8.0 |
617 | 2024-12-21T00:46:10.230Z | Downloaded percent-encoding v2.3.1 |
618 | 2024-12-21T00:46:10.232Z | Downloaded tokio-tungstenite v0.21.0 |
619 | 2024-12-21T00:46:10.232Z | Downloaded powerfmt v0.2.0 |
620 | 2024-12-21T00:46:10.235Z | Downloaded radium v0.7.0 |
621 | 2024-12-21T00:46:10.235Z | Downloaded progenitor v0.8.0 |
622 | 2024-12-21T00:46:10.238Z | Downloaded yoke-derive v0.7.4 |
623 | 2024-12-21T00:46:10.238Z | Downloaded r2d2 v0.8.10 |
624 | 2024-12-21T00:46:10.242Z | Downloaded downcast v0.11.0 |
625 | 2024-12-21T00:46:10.242Z | Downloaded progenitor-impl v0.8.0 |
626 | 2024-12-21T00:46:10.245Z | Downloaded icu_collections v1.5.0 |
627 | 2024-12-21T00:46:10.247Z | Downloaded scheduled-thread-pool v0.2.7 |
628 | 2024-12-21T00:46:10.249Z | Downloaded foreign-types-shared v0.3.1 |
629 | 2024-12-21T00:46:10.249Z | Downloaded rustc_version v0.1.7 |
630 | 2024-12-21T00:46:10.252Z | Downloaded ppv-lite86 v0.2.20 |
631 | 2024-12-21T00:46:10.252Z | Downloaded getrandom v0.2.15 |
632 | 2024-12-21T00:46:10.255Z | Downloaded siphasher v0.3.11 |
633 | 2024-12-21T00:46:10.257Z | Downloaded smallvec v0.6.14 |
634 | 2024-12-21T00:46:10.261Z | Downloaded compact_str v0.8.0 |
635 | 2024-12-21T00:46:10.264Z | Downloaded crossbeam-utils v0.8.20 |
636 | 2024-12-21T00:46:10.264Z | Downloaded tokio-stream v0.1.16 |
637 | 2024-12-21T00:46:10.269Z | Downloaded strum_macros v0.25.3 |
638 | 2024-12-21T00:46:10.272Z | Downloaded num_threads v0.1.7 |
639 | 2024-12-21T00:46:10.272Z | Downloaded thread_local v1.1.8 |
640 | 2024-12-21T00:46:10.275Z | Downloaded number_prefix v0.4.0 |
641 | 2024-12-21T00:46:10.275Z | Downloaded test-strategy v0.3.1 |
642 | 2024-12-21T00:46:10.278Z | Downloaded twox-hash v1.6.3 |
643 | 2024-12-21T00:46:10.281Z | Downloaded parking_lot v0.11.2 |
644 | 2024-12-21T00:46:10.286Z | Downloaded bumpalo v3.16.0 |
645 | 2024-12-21T00:46:10.289Z | Downloaded derive_more v0.99.18 |
646 | 2024-12-21T00:46:10.291Z | Downloaded base64 v0.21.7 |
647 | 2024-12-21T00:46:10.294Z | Downloaded tui-tree-widget v0.22.0 |
648 | 2024-12-21T00:46:10.296Z | Downloaded rfc6979 v0.4.0 |
649 | 2024-12-21T00:46:10.299Z | Downloaded dyn-clone v1.0.17 |
650 | 2024-12-21T00:46:10.299Z | Downloaded indicatif v0.17.9 |
651 | 2024-12-21T00:46:10.302Z | Downloaded sqlparser_derive v0.2.2 |
652 | 2024-12-21T00:46:10.305Z | Downloaded precomputed-hash v0.1.1 |
653 | 2024-12-21T00:46:10.305Z | Downloaded take_mut v0.2.2 |
654 | 2024-12-21T00:46:10.305Z | Downloaded sync-ptr v0.1.1 |
655 | 2024-12-21T00:46:10.308Z | Downloaded signal-hook v0.3.17 |
656 | 2024-12-21T00:46:10.311Z | Downloaded pkcs8 v0.10.2 |
657 | 2024-12-21T00:46:10.314Z | Downloaded dropshot_endpoint v0.13.0 |
658 | 2024-12-21T00:46:10.318Z | Downloaded deranged v0.3.11 |
659 | 2024-12-21T00:46:10.318Z | Downloaded schemars_derive v0.8.21 |
660 | 2024-12-21T00:46:10.320Z | Downloaded cc v1.1.30 |
661 | 2024-12-21T00:46:10.323Z | Downloaded samael v0.0.17 |
662 | 2024-12-21T00:46:10.328Z | Downloaded form_urlencoded v1.2.1 |
663 | 2024-12-21T00:46:10.331Z | Downloaded hmac v0.12.1 |
664 | 2024-12-21T00:46:10.331Z | Downloaded ed25519 v2.2.3 |
665 | 2024-12-21T00:46:10.334Z | Downloaded tracing-core v0.1.32 |
666 | 2024-12-21T00:46:10.336Z | Downloaded olpc-cjson v0.1.4 |
667 | 2024-12-21T00:46:10.340Z | Downloaded write16 v1.0.0 |
668 | 2024-12-21T00:46:10.340Z | Downloaded backtrace v0.3.74 |
669 | 2024-12-21T00:46:10.343Z | Downloaded predicates-core v1.0.8 |
670 | 2024-12-21T00:46:10.345Z | Downloaded parking_lot v0.12.3 |
671 | 2024-12-21T00:46:10.348Z | Downloaded dhcproto-macros v0.1.0 |
672 | 2024-12-21T00:46:10.348Z | Downloaded darling_core v0.20.10 |
673 | 2024-12-21T00:46:10.361Z | Downloaded scrypt v0.11.0 |
674 | 2024-12-21T00:46:10.364Z | Downloaded tabwriter v1.4.0 |
675 | 2024-12-21T00:46:10.364Z | Downloaded supports-color v3.0.1 |
676 | 2024-12-21T00:46:10.367Z | Downloaded strip-ansi-escapes v0.2.0 |
677 | 2024-12-21T00:46:10.367Z | Downloaded stringprep v0.1.5 |
678 | 2024-12-21T00:46:10.370Z | Downloaded rtoolbox v0.0.2 |
679 | 2024-12-21T00:46:10.370Z | Downloaded openssl-macros v0.1.1 |
680 | 2024-12-21T00:46:10.373Z | Downloaded der_derive v0.7.3 |
681 | 2024-12-21T00:46:10.373Z | Downloaded vsss-rs v3.3.4 |
682 | 2024-12-21T00:46:10.376Z | Downloaded mirai-annotations v1.12.0 |
683 | 2024-12-21T00:46:10.376Z | Downloaded value-bag v1.9.0 |
684 | 2024-12-21T00:46:10.379Z | Downloaded pretty-hex v0.2.1 |
685 | 2024-12-21T00:46:10.382Z | Downloaded parse-size v1.1.0 |
686 | 2024-12-21T00:46:10.382Z | Downloaded normalize-line-endings v0.3.0 |
687 | 2024-12-21T00:46:10.382Z | Downloaded signal-hook-registry v1.4.2 |
688 | 2024-12-21T00:46:10.385Z | Downloaded crypto-bigint v0.5.5 |
689 | 2024-12-21T00:46:10.390Z | Downloaded slog-json v2.6.1 |
690 | 2024-12-21T00:46:10.392Z | Downloaded slog-envlogger v2.2.0 |
691 | 2024-12-21T00:46:10.392Z | Downloaded which v4.4.2 |
692 | 2024-12-21T00:46:10.395Z | Downloaded strum v0.26.3 |
693 | 2024-12-21T00:46:10.398Z | Downloaded unicode-truncate v1.1.0 |
694 | 2024-12-21T00:46:10.398Z | Downloaded spin v0.9.8 |
695 | 2024-12-21T00:46:10.400Z | Downloaded data-encoding v2.6.0 |
696 | 2024-12-21T00:46:10.403Z | Downloaded toml v0.7.8 |
697 | 2024-12-21T00:46:10.406Z | Downloaded unsafe-libyaml v0.2.11 |
698 | 2024-12-21T00:46:10.408Z | Downloaded openssl-sys v0.9.103 |
699 | 2024-12-21T00:46:10.412Z | Downloaded pin-project-internal v1.1.6 |
700 | 2024-12-21T00:46:10.415Z | Downloaded peg-macros v0.8.4 |
701 | 2024-12-21T00:46:10.418Z | Downloaded tinyvec_macros v0.1.1 |
702 | 2024-12-21T00:46:10.418Z | Downloaded mockall v0.13.0 |
703 | 2024-12-21T00:46:10.420Z | Downloaded predicates v3.1.2 |
704 | 2024-12-21T00:46:10.423Z | Downloaded structmeta-derive v0.2.0 |
705 | 2024-12-21T00:46:10.423Z | Downloaded libm v0.2.8 |
706 | 2024-12-21T00:46:10.432Z | Downloaded pkg-config v0.3.31 |
707 | 2024-12-21T00:46:10.435Z | Downloaded ghash v0.5.1 |
708 | 2024-12-21T00:46:10.435Z | Downloaded sct v0.7.1 |
709 | 2024-12-21T00:46:10.437Z | Downloaded schemars v0.8.21 |
710 | 2024-12-21T00:46:10.448Z | Downloaded fxhash v0.2.1 |
711 | 2024-12-21T00:46:10.450Z | Downloaded quick-error v1.2.3 |
712 | 2024-12-21T00:46:10.453Z | Downloaded newline-converter v0.3.0 |
713 | 2024-12-21T00:46:10.453Z | Downloaded rusty-fork v0.3.0 |
714 | 2024-12-21T00:46:10.453Z | Downloaded resolv-conf v0.7.0 |
715 | 2024-12-21T00:46:10.456Z | Downloaded tracing v0.1.40 |
716 | 2024-12-21T00:46:10.460Z | Downloaded serde-big-array v0.5.1 |
717 | 2024-12-21T00:46:10.462Z | Downloaded phf_shared v0.10.0 |
718 | 2024-12-21T00:46:10.462Z | Downloaded num-conv v0.1.0 |
719 | 2024-12-21T00:46:10.465Z | Downloaded newtype_derive v0.1.6 |
720 | 2024-12-21T00:46:10.465Z | Downloaded slog-dtrace v0.3.0 |
721 | 2024-12-21T00:46:10.468Z | Downloaded structmeta-derive v0.3.0 |
722 | 2024-12-21T00:46:10.468Z | Downloaded slog-bunyan v2.5.0 |
723 | 2024-12-21T00:46:10.470Z | Downloaded rustls-pemfile v1.0.4 |
724 | 2024-12-21T00:46:10.470Z | Downloaded pin-project v1.1.6 |
725 | 2024-12-21T00:46:10.481Z | Downloaded try-lock v0.2.5 |
726 | 2024-12-21T00:46:10.484Z | Downloaded debug-ignore v1.0.5 |
727 | 2024-12-21T00:46:10.488Z | Downloaded fs_extra v1.3.0 |
728 | 2024-12-21T00:46:10.492Z | Downloaded tokio-rustls v0.24.1 |
729 | 2024-12-21T00:46:10.492Z | Downloaded rustls-pki-types v1.10.0 |
730 | 2024-12-21T00:46:10.494Z | Downloaded steno v0.4.1 |
731 | 2024-12-21T00:46:10.498Z | Downloaded tungstenite v0.21.0 |
732 | 2024-12-21T00:46:10.501Z | Downloaded dunce v1.0.5 |
733 | 2024-12-21T00:46:10.501Z | Downloaded nodrop v0.1.14 |
734 | 2024-12-21T00:46:10.504Z | Downloaded tar v0.4.42 |
735 | 2024-12-21T00:46:10.504Z | Downloaded flagset v0.4.6 |
736 | 2024-12-21T00:46:10.507Z | Downloaded futures-macro v0.3.31 |
737 | 2024-12-21T00:46:10.507Z | Downloaded ff v0.13.0 |
738 | 2024-12-21T00:46:10.510Z | Downloaded des v0.8.1 |
739 | 2024-12-21T00:46:10.512Z | Downloaded uuid v1.11.0 |
740 | 2024-12-21T00:46:10.516Z | Downloaded progenitor-client v0.8.0 |
741 | 2024-12-21T00:46:10.516Z | Downloaded oso-derive v0.27.3 |
742 | 2024-12-21T00:46:10.518Z | Downloaded polyval v0.6.2 |
743 | 2024-12-21T00:46:10.519Z | Downloaded pin-utils v0.1.0 |
744 | 2024-12-21T00:46:10.519Z | Downloaded phf_generator v0.11.2 |
745 | 2024-12-21T00:46:10.521Z | Downloaded x509-cert v0.2.5 |
746 | 2024-12-21T00:46:10.525Z | Downloaded rustls-pemfile v2.2.0 |
747 | 2024-12-21T00:46:10.528Z | Downloaded toolchain_find v0.4.0 |
748 | 2024-12-21T00:46:10.530Z | Downloaded topological-sort v0.2.2 |
749 | 2024-12-21T00:46:10.533Z | Downloaded ssh-cipher v0.2.0 |
750 | 2024-12-21T00:46:10.533Z | Downloaded zip v2.1.3 |
751 | 2024-12-21T00:46:10.537Z | Downloaded structmeta v0.3.0 |
752 | 2024-12-21T00:46:10.540Z | Downloaded structmeta v0.2.0 |
753 | 2024-12-21T00:46:10.541Z | Downloaded string_cache v0.8.7 |
754 | 2024-12-21T00:46:10.541Z | Downloaded slab v0.4.9 |
755 | 2024-12-21T00:46:10.544Z | Downloaded defmt v0.3.8 |
756 | 2024-12-21T00:46:10.548Z | Downloaded der v0.7.9 |
757 | 2024-12-21T00:46:10.552Z | Downloaded diesel_table_macro_syntax v0.2.0 |
758 | 2024-12-21T00:46:10.555Z | Downloaded zone_cfg_derive v0.3.0 |
759 | 2024-12-21T00:46:10.555Z | Downloaded glob v0.3.1 |
760 | 2024-12-21T00:46:10.555Z | Downloaded diesel-dtrace v0.4.2 |
761 | 2024-12-21T00:46:10.555Z | Downloaded defmt-parser v0.3.4 |
762 | 2024-12-21T00:46:10.557Z | Downloaded num-bigint v0.4.6 |
763 | 2024-12-21T00:46:10.560Z | Downloaded float-cmp v0.9.0 |
764 | 2024-12-21T00:46:10.563Z | Downloaded zone_cfg_derive v0.1.2 |
765 | 2024-12-21T00:46:10.563Z | Downloaded uzers v0.12.1 |
766 | 2024-12-21T00:46:10.566Z | Downloaded unicase v2.7.0 |
767 | 2024-12-21T00:46:10.566Z | Downloaded unarray v0.1.4 |
768 | 2024-12-21T00:46:10.570Z | Downloaded zerofrom v0.1.4 |
769 | 2024-12-21T00:46:10.571Z | Downloaded vte_generate_state_changes v0.1.2 |
770 | 2024-12-21T00:46:10.573Z | Downloaded utf16_iter v1.0.5 |
771 | 2024-12-21T00:46:10.573Z | Downloaded publicsuffix v2.2.3 |
772 | 2024-12-21T00:46:10.577Z | Downloaded hashbrown v0.13.2 |
773 | 2024-12-21T00:46:10.579Z | Downloaded progenitor-macro v0.8.0 |
774 | 2024-12-21T00:46:10.579Z | Downloaded proc-macro-crate v1.3.1 |
775 | 2024-12-21T00:46:10.583Z | Downloaded quinn-udp v0.5.5 |
776 | 2024-12-21T00:46:10.583Z | Downloaded tough v0.19.0 |
777 | 2024-12-21T00:46:10.591Z | Downloaded derive_builder_core v0.20.2 |
778 | 2024-12-21T00:46:10.593Z | Downloaded tinyvec v1.8.0 |
779 | 2024-12-21T00:46:10.596Z | Downloaded tokio-postgres v0.7.12 |
780 | 2024-12-21T00:46:10.600Z | Downloaded crossterm v0.28.1 |
781 | 2024-12-21T00:46:10.609Z | Downloaded path-slash v0.1.5 |
782 | 2024-12-21T00:46:10.612Z | Downloaded hkdf v0.12.4 |
783 | 2024-12-21T00:46:10.612Z | Downloaded zerofrom-derive v0.1.4 |
784 | 2024-12-21T00:46:10.612Z | Downloaded rayon-core v1.12.1 |
785 | 2024-12-21T00:46:10.615Z | Downloaded rand_core v0.6.4 |
786 | 2024-12-21T00:46:10.618Z | Downloaded predicates-tree v1.0.11 |
787 | 2024-12-21T00:46:10.618Z | Downloaded want v0.3.1 |
788 | 2024-12-21T00:46:10.621Z | Downloaded waitgroup v0.1.2 |
789 | 2024-12-21T00:46:10.622Z | Downloaded funty v2.0.0 |
790 | 2024-12-21T00:46:10.622Z | Downloaded dhcproto v0.12.0 |
791 | 2024-12-21T00:46:10.624Z | Downloaded tap v1.0.1 |
792 | 2024-12-21T00:46:10.627Z | Downloaded ref-cast v1.0.23 |
793 | 2024-12-21T00:46:10.629Z | Downloaded dropshot_endpoint v0.12.0 |
794 | 2024-12-21T00:46:10.631Z | Downloaded zeroize_derive v1.4.2 |
795 | 2024-12-21T00:46:10.631Z | Downloaded parking_lot_core v0.9.10 |
796 | 2024-12-21T00:46:10.633Z | Downloaded poly1305 v0.8.0 |
797 | 2024-12-21T00:46:10.635Z | Downloaded diff v0.1.13 |
798 | 2024-12-21T00:46:10.639Z | Downloaded endian-type v0.1.2 |
799 | 2024-12-21T00:46:10.644Z | Downloaded password-hash v0.4.2 |
800 | 2024-12-21T00:46:10.644Z | Downloaded elliptic-curve v0.13.8 |
801 | 2024-12-21T00:46:10.646Z | Downloaded smf v0.2.3 |
802 | 2024-12-21T00:46:10.646Z | Downloaded hashlink v0.9.1 |
803 | 2024-12-21T00:46:10.649Z | Downloaded serde_with_macros v3.11.0 |
804 | 2024-12-21T00:46:10.652Z | Downloaded password-hash v0.5.0 |
805 | 2024-12-21T00:46:10.654Z | Downloaded num_enum v0.5.11 |
806 | 2024-12-21T00:46:10.656Z | Downloaded foreign-types v0.3.2 |
807 | 2024-12-21T00:46:10.659Z | Downloaded display-error-chain v0.2.2 |
808 | 2024-12-21T00:46:10.659Z | Downloaded dirs-sys-next v0.1.2 |
809 | 2024-12-21T00:46:10.662Z | Downloaded defmt-macros v0.3.9 |
810 | 2024-12-21T00:46:10.665Z | Downloaded sigpipe v0.1.3 |
811 | 2024-12-21T00:46:10.665Z | Downloaded zone v0.1.8 |
812 | 2024-12-21T00:46:10.665Z | Downloaded new_debug_unreachable v1.0.6 |
813 | 2024-12-21T00:46:10.668Z | Downloaded foreign-types v0.5.0 |
814 | 2024-12-21T00:46:10.668Z | Downloaded serde_repr v0.1.19 |
815 | 2024-12-21T00:46:10.668Z | Downloaded opaque-debug v0.3.1 |
816 | 2024-12-21T00:46:10.672Z | Downloaded serde_plain v1.0.2 |
817 | 2024-12-21T00:46:10.672Z | Downloaded zip v0.6.6 |
818 | 2024-12-21T00:46:10.674Z | Downloaded hyper v1.5.0 |
819 | 2024-12-21T00:46:10.684Z | Downloaded openssl-probe v0.1.5 |
820 | 2024-12-21T00:46:10.688Z | Downloaded unicode-xid v0.2.6 |
821 | 2024-12-21T00:46:10.688Z | Downloaded pem v3.0.4 |
822 | 2024-12-21T00:46:10.688Z | Downloaded termcolor v1.4.1 |
823 | 2024-12-21T00:46:10.688Z | Downloaded wait-timeout v0.2.0 |
824 | 2024-12-21T00:46:10.690Z | Downloaded owo-colors v4.1.0 |
825 | 2024-12-21T00:46:10.690Z | Downloaded smallvec v1.13.2 |
826 | 2024-12-21T00:46:10.694Z | Downloaded embedded-io v0.4.0 |
827 | 2024-12-21T00:46:10.697Z | Downloaded headers v0.4.0 |
828 | 2024-12-21T00:46:10.699Z | Downloaded either v1.13.0 |
829 | 2024-12-21T00:46:10.702Z | Downloaded signature v2.2.0 |
830 | 2024-12-21T00:46:10.702Z | Downloaded enum-as-inner v0.6.1 |
831 | 2024-12-21T00:46:10.704Z | Downloaded xz2 v0.1.7 |
832 | 2024-12-21T00:46:10.704Z | Downloaded slog-scope v4.4.0 |
833 | 2024-12-21T00:46:10.707Z | Downloaded slog-async v2.8.0 |
834 | 2024-12-21T00:46:10.709Z | Downloaded num-rational v0.4.2 |
835 | 2024-12-21T00:46:10.709Z | Downloaded embedded-io v0.6.1 |
836 | 2024-12-21T00:46:10.712Z | Downloaded term v0.7.0 |
837 | 2024-12-21T00:46:10.715Z | Downloaded zerovec-derive v0.10.3 |
838 | 2024-12-21T00:46:10.715Z | Downloaded blake3 v1.5.4 |
839 | 2024-12-21T00:46:10.723Z | Downloaded peg-runtime v0.8.3 |
840 | 2024-12-21T00:46:10.726Z | Downloaded num_enum_derive v0.5.11 |
841 | 2024-12-21T00:46:10.726Z | Downloaded thiserror-impl v2.0.3 |
842 | 2024-12-21T00:46:10.726Z | Downloaded termios v0.3.3 |
843 | 2024-12-21T00:46:10.728Z | Downloaded foldhash v0.1.3 |
844 | 2024-12-21T00:46:10.729Z | Downloaded parking_lot_core v0.8.6 |
845 | 2024-12-21T00:46:10.735Z | Downloaded time-core v0.1.2 |
846 | 2024-12-21T00:46:10.735Z | Downloaded hash32 v0.2.1 |
847 | 2024-12-21T00:46:10.736Z | Downloaded multimap v0.10.0 |
848 | 2024-12-21T00:46:10.736Z | Downloaded serde_derive_internals v0.29.1 |
849 | 2024-12-21T00:46:10.738Z | Downloaded xattr v1.3.1 |
850 | 2024-12-21T00:46:10.738Z | Downloaded salsa20 v0.10.2 |
851 | 2024-12-21T00:46:10.738Z | Downloaded vte v0.11.1 |
852 | 2024-12-21T00:46:10.740Z | Downloaded rustc-demangle v0.1.24 |
853 | 2024-12-21T00:46:10.743Z | Downloaded paste v1.0.15 |
854 | 2024-12-21T00:46:10.746Z | Downloaded unicode-bidi v0.3.17 |
855 | 2024-12-21T00:46:10.749Z | Downloaded serde_urlencoded v0.7.1 |
856 | 2024-12-21T00:46:10.749Z | Downloaded pbkdf2 v0.11.0 |
857 | 2024-12-21T00:46:10.752Z | Downloaded tokio-macros v2.4.0 |
858 | 2024-12-21T00:46:10.752Z | Downloaded walkdir v2.5.0 |
859 | 2024-12-21T00:46:10.758Z | Downloaded subprocess v0.2.9 |
860 | 2024-12-21T00:46:10.761Z | Downloaded ed25519-dalek v2.1.1 |
861 | 2024-12-21T00:46:10.762Z | Downloaded p521 v0.13.3 |
862 | 2024-12-21T00:46:10.765Z | Downloaded postgres-protocol v0.6.7 |
863 | 2024-12-21T00:46:10.765Z | Downloaded enum-as-inner v0.5.1 |
864 | 2024-12-21T00:46:10.767Z | Downloaded fallible-iterator v0.2.0 |
865 | 2024-12-21T00:46:10.767Z | Downloaded unicode_categories v0.1.1 |
866 | 2024-12-21T00:46:10.771Z | Downloaded pbkdf2 v0.12.2 |
867 | 2024-12-21T00:46:10.771Z | Downloaded rustc-hash v1.1.0 |
868 | 2024-12-21T00:46:10.773Z | Downloaded futures-io v0.3.31 |
869 | 2024-12-21T00:46:10.773Z | Downloaded fallible-iterator v0.3.0 |
870 | 2024-12-21T00:46:10.773Z | Downloaded diesel_derives v2.2.3 |
871 | 2024-12-21T00:46:10.777Z | Downloaded tokio-native-tls v0.3.1 |
872 | 2024-12-21T00:46:10.780Z | Downloaded num-integer v0.1.46 |
873 | 2024-12-21T00:46:10.782Z | Downloaded zerocopy-derive v0.8.10 |
874 | 2024-12-21T00:46:10.786Z | Downloaded sha1 v0.10.6 |
875 | 2024-12-21T00:46:10.789Z | Downloaded thiserror v2.0.3 |
876 | 2024-12-21T00:46:10.792Z | Downloaded phf v0.11.2 |
877 | 2024-12-21T00:46:10.798Z | Downloaded aws-lc-rs v1.10.0 |
878 | 2024-12-21T00:46:10.803Z | Downloaded tiny-keccak v2.0.2 |
879 | 2024-12-21T00:46:10.808Z | Downloaded fragile v2.0.0 |
880 | 2024-12-21T00:46:10.811Z | Downloaded float-ord v0.3.2 |
881 | 2024-12-21T00:46:10.811Z | Downloaded rayon v1.10.0 |
882 | 2024-12-21T00:46:10.815Z | Downloaded pem-rfc7468 v0.7.0 |
883 | 2024-12-21T00:46:10.820Z | Downloaded futures-channel v0.3.31 |
884 | 2024-12-21T00:46:10.823Z | Downloaded num-traits v0.2.19 |
885 | 2024-12-21T00:46:10.823Z | Downloaded quinn v0.11.5 |
886 | 2024-12-21T00:46:10.826Z | Downloaded half v2.4.1 |
887 | 2024-12-21T00:46:10.828Z | Downloaded bitvec v1.0.1 |
888 | 2024-12-21T00:46:10.841Z | Downloaded postcard v1.0.10 |
889 | 2024-12-21T00:46:10.843Z | Downloaded tokio-rustls v0.25.0 |
890 | 2024-12-21T00:46:10.847Z | Downloaded slog v2.7.0 |
891 | 2024-12-21T00:46:10.850Z | Downloaded sqlparser v0.45.0 |
892 | 2024-12-21T00:46:10.857Z | Downloaded tinystr v0.7.6 |
893 | 2024-12-21T00:46:10.862Z | Downloaded chrono v0.4.38 |
894 | 2024-12-21T00:46:10.864Z | Downloaded ron v0.7.1 |
895 | 2024-12-21T00:46:10.867Z | Downloaded russh-keys v0.45.0 |
896 | 2024-12-21T00:46:10.870Z | Downloaded futures v0.3.31 |
897 | 2024-12-21T00:46:10.874Z | Downloaded hashbrown v0.14.5 |
898 | 2024-12-21T00:46:10.879Z | Downloaded futures-util v0.3.31 |
899 | 2024-12-21T00:46:10.891Z | Downloaded typed-path v0.9.3 |
900 | 2024-12-21T00:46:10.896Z | Downloaded bindgen v0.69.5 |
901 | 2024-12-21T00:46:10.903Z | Downloaded rustls-webpki v0.101.7 |
902 | 2024-12-21T00:46:10.916Z | Downloaded icu_properties_data v1.5.0 |
903 | 2024-12-21T00:46:10.926Z | Downloaded toml_edit v0.19.15 |
904 | 2024-12-21T00:46:10.941Z | Downloaded expectorate v1.1.0 |
905 | 2024-12-21T00:46:10.943Z | Downloaded ssh-key v0.6.6 |
906 | 2024-12-21T00:46:10.950Z | Downloaded tokio-util v0.7.12 |
907 | 2024-12-21T00:46:10.956Z | Downloaded winnow v0.5.40 |
908 | 2024-12-21T00:46:10.965Z | Downloaded unicode-normalization v0.1.24 |
909 | 2024-12-21T00:46:10.969Z | Downloaded idna v0.3.0 |
910 | 2024-12-21T00:46:10.975Z | Downloaded zerovec v0.10.4 |
911 | 2024-12-21T00:46:10.981Z | Downloaded zerocopy v0.8.10 |
912 | 2024-12-21T00:46:11.007Z | Downloaded quick-xml v0.33.0 |
913 | 2024-12-21T00:46:11.010Z | Downloaded object v0.30.4 |
914 | 2024-12-21T00:46:11.018Z | Downloaded reedline v0.35.0 |
915 | 2024-12-21T00:46:11.024Z | Downloaded salty v0.3.0 |
916 | 2024-12-21T00:46:11.030Z | Downloaded russh v0.45.0 |
917 | 2024-12-21T00:46:11.036Z | Downloaded vcpkg v0.2.15 |
918 | 2024-12-21T00:46:11.071Z | Downloaded portable-atomic v1.9.0 |
919 | 2024-12-21T00:46:11.077Z | Downloaded radix_trie v0.2.1 |
920 | 2024-12-21T00:46:11.082Z | Downloaded rustls-webpki v0.102.8 |
921 | 2024-12-21T00:46:11.099Z | Downloaded h2 v0.4.6 |
922 | 2024-12-21T00:46:11.106Z | Downloaded rusqlite v0.32.1 |
923 | 2024-12-21T00:46:11.111Z | Downloaded petname v2.0.2 |
924 | 2024-12-21T00:46:11.117Z | Downloaded serde_with v3.11.0 |
925 | 2024-12-21T00:46:11.126Z | Downloaded rustyline v14.0.0 |
926 | 2024-12-21T00:46:11.130Z | Downloaded proptest v1.5.0 |
927 | 2024-12-21T00:46:11.138Z | Downloaded nix v0.27.1 |
928 | 2024-12-21T00:46:11.149Z | Downloaded regress v0.9.1 |
929 | 2024-12-21T00:46:11.157Z | Downloaded chrono-tz v0.10.0 |
930 | 2024-12-21T00:46:11.164Z | Downloaded curve25519-dalek v4.1.3 |
931 | 2024-12-21T00:46:11.173Z | Downloaded openssl v0.10.66 |
932 | 2024-12-21T00:46:11.182Z | Downloaded trust-dns-proto v0.22.0 |
933 | 2024-12-21T00:46:11.194Z | Downloaded p384 v0.13.0 |
934 | 2024-12-21T00:46:11.199Z | Downloaded smoltcp v0.9.1 |
935 | 2024-12-21T00:46:11.210Z | Downloaded gimli v0.31.1 |
936 | 2024-12-21T00:46:11.218Z | Downloaded unicode-width v0.2.0 |
937 | 2024-12-21T00:46:11.226Z | Downloaded regex-syntax v0.8.5 |
938 | 2024-12-21T00:46:11.234Z | Downloaded nix v0.28.0 |
939 | 2024-12-21T00:46:11.243Z | Downloaded webpki-roots v0.26.6 |
940 | 2024-12-21T00:46:11.246Z | Downloaded nix v0.29.0 |
941 | 2024-12-21T00:46:11.258Z | Downloaded git2 v0.19.0 |
942 | 2024-12-21T00:46:11.267Z | Downloaded dropshot v0.12.0 |
943 | 2024-12-21T00:46:11.284Z | Downloaded diesel v2.2.6 |
944 | 2024-12-21T00:46:11.302Z | Downloaded regress v0.10.1 |
945 | 2024-12-21T00:46:11.312Z | Downloaded regex-syntax v0.6.29 |
946 | 2024-12-21T00:46:11.317Z | Downloaded dropshot v0.13.0 |
947 | 2024-12-21T00:46:11.340Z | Downloaded regex v1.11.1 |
948 | 2024-12-21T00:46:11.349Z | Downloaded rustls v0.21.12 |
949 | 2024-12-21T00:46:11.359Z | Downloaded openapiv3 v2.0.0 |
950 | 2024-12-21T00:46:11.372Z | Downloaded typify-impl v0.2.0 |
951 | 2024-12-21T00:46:11.386Z | Downloaded smoltcp v0.11.0 |
952 | 2024-12-21T00:46:11.397Z | Downloaded rustls v0.23.19 |
953 | 2024-12-21T00:46:11.409Z | Downloaded ratatui v0.28.1 |
954 | 2024-12-21T00:46:11.431Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2024-12-21T00:46:11.439Z | Downloaded sled v0.34.7 |
956 | 2024-12-21T00:46:11.448Z | Downloaded zerocopy-derive v0.6.6 |
957 | 2024-12-21T00:46:11.457Z | Downloaded hickory-proto v0.24.1 |
958 | 2024-12-21T00:46:11.471Z | Downloaded rustls v0.22.4 |
959 | 2024-12-21T00:46:11.484Z | Downloaded polar-core v0.27.3 |
960 | 2024-12-21T00:46:11.492Z | Downloaded object v0.36.5 |
961 | 2024-12-21T00:46:11.503Z | Downloaded petgraph v0.6.5 |
962 | 2024-12-21T00:46:11.519Z | Downloaded bstr v1.10.0 |
963 | 2024-12-21T00:46:11.529Z | Downloaded regex-automata v0.4.8 |
964 | 2024-12-21T00:46:11.545Z | Downloaded idna v0.5.0 |
965 | 2024-12-21T00:46:11.553Z | Downloaded lzma-sys v0.1.20 |
966 | 2024-12-21T00:46:11.579Z | Downloaded idna v0.2.3 |
967 | 2024-12-21T00:46:11.585Z | Downloaded reqwest v0.12.9 |
968 | 2024-12-21T00:46:11.593Z | Downloaded idna v0.4.0 |
969 | 2024-12-21T00:46:11.599Z | Downloaded lalrpop v0.19.12 |
970 | 2024-12-21T00:46:11.609Z | Downloaded csv v1.3.0 |
971 | 2024-12-21T00:46:11.628Z | Downloaded sha3 v0.10.8 |
972 | 2024-12-21T00:46:11.633Z | Downloaded libz-sys v1.1.20 |
973 | 2024-12-21T00:46:11.652Z | Downloaded mio v1.0.2 |
974 | 2024-12-21T00:46:11.657Z | Downloaded flate2 v1.0.34 |
975 | 2024-12-21T00:46:11.662Z | Downloaded parse-zoneinfo v0.3.1 |
976 | 2024-12-21T00:46:11.665Z | Downloaded nom v7.1.3 |
977 | 2024-12-21T00:46:11.669Z | Downloaded quinn-proto v0.11.8 |
978 | 2024-12-21T00:46:11.676Z | Downloaded tokio v1.40.0 |
979 | 2024-12-21T00:46:11.710Z | Downloaded p256 v0.13.2 |
980 | 2024-12-21T00:46:11.713Z | Downloaded oso v0.27.3 |
981 | 2024-12-21T00:46:11.716Z | Downloaded rustc-hash v2.0.0 |
982 | 2024-12-21T00:46:11.718Z | Downloaded globset v0.4.15 |
983 | 2024-12-21T00:46:11.718Z | Downloaded unicode-properties v0.1.3 |
984 | 2024-12-21T00:46:11.721Z | Downloaded tokio-rustls v0.26.0 |
985 | 2024-12-21T00:46:11.724Z | Downloaded rcgen v0.12.1 |
986 | 2024-12-21T00:46:11.724Z | Downloaded time v0.3.36 |
987 | 2024-12-21T00:46:11.730Z | Downloaded subtle v2.6.1 |
988 | 2024-12-21T00:46:11.732Z | Downloaded miniz_oxide v0.8.0 |
989 | 2024-12-21T00:46:11.734Z | Downloaded displaydoc v0.2.5 |
990 | 2024-12-21T00:46:11.736Z | Downloaded rand_seeder v0.3.0 |
991 | 2024-12-21T00:46:11.738Z | Downloaded serde_path_to_error v0.1.16 |
992 | 2024-12-21T00:46:11.738Z | Downloaded tokio-tungstenite v0.24.0 |
993 | 2024-12-21T00:46:11.741Z | Downloaded sqlformat v0.2.6 |
994 | 2024-12-21T00:46:11.745Z | Downloaded ron v0.8.1 |
995 | 2024-12-21T00:46:11.747Z | Downloaded num-bigint-dig v0.8.4 |
996 | 2024-12-21T00:46:11.750Z | Downloaded zone v0.3.0 |
997 | 2024-12-21T00:46:11.752Z | Downloaded tokio-tungstenite v0.23.1 |
998 | 2024-12-21T00:46:11.755Z | Downloaded spki v0.7.3 |
999 | 2024-12-21T00:46:11.755Z | Downloaded derive_builder v0.20.2 |
1000 | 2024-12-21T00:46:11.758Z | Downloaded flume v0.11.1 |
1001 | 2024-12-21T00:46:11.763Z | Downloaded idna v1.0.3 |
1002 | 2024-12-21T00:46:11.765Z | Downloaded primeorder v0.13.6 |
1003 | 2024-12-21T00:46:11.768Z | Downloaded pin-project-lite v0.2.14 |
1004 | 2024-12-21T00:46:11.771Z | Downloaded itertools v0.10.5 |
1005 | 2024-12-21T00:46:11.776Z | Downloaded typify v0.2.0 |
1006 | 2024-12-21T00:46:11.779Z | Downloaded pkcs1 v0.7.5 |
1007 | 2024-12-21T00:46:11.781Z | Downloaded itertools v0.13.0 |
1008 | 2024-12-21T00:46:11.787Z | Downloaded simd-adler32 v0.3.7 |
1009 | 2024-12-21T00:46:11.789Z | Downloaded serde-hex v0.1.0 |
1010 | 2024-12-21T00:46:11.791Z | Downloaded rand v0.8.5 |
1011 | 2024-12-21T00:46:11.796Z | Downloaded num-derive v0.4.2 |
1012 | 2024-12-21T00:46:11.798Z | Downloaded num v0.4.3 |
1013 | 2024-12-21T00:46:11.798Z | Downloaded newtype-uuid v1.1.3 |
1014 | 2024-12-21T00:46:11.798Z | Downloaded ssh-encoding v0.2.0 |
1015 | 2024-12-21T00:46:11.798Z | Downloaded unicode-segmentation v1.12.0 |
1016 | 2024-12-21T00:46:11.804Z | Downloaded hashbrown v0.12.3 |
1017 | 2024-12-21T00:46:11.806Z | Downloaded itertools v0.12.1 |
1018 | 2024-12-21T00:46:11.811Z | Downloaded hickory-server v0.24.1 |
1019 | 2024-12-21T00:46:11.816Z | Downloaded env_logger v0.10.2 |
1020 | 2024-12-21T00:46:11.818Z | Downloaded tungstenite v0.24.0 |
1021 | 2024-12-21T00:46:11.821Z | Downloaded tungstenite v0.23.0 |
1022 | 2024-12-21T00:46:11.824Z | Downloaded psl-types v2.0.11 |
1023 | 2024-12-21T00:46:11.826Z | Downloaded phf_codegen v0.11.2 |
1024 | 2024-12-21T00:46:11.826Z | Downloaded whoami v1.5.2 |
1025 | 2024-12-21T00:46:11.830Z | Downloaded utf8_iter v1.0.4 |
1026 | 2024-12-21T00:46:11.831Z | Downloaded omicron-zone-package v0.11.1 |
1027 | 2024-12-21T00:46:11.833Z | Downloaded snafu v0.8.5 |
1028 | 2024-12-21T00:46:11.836Z | Downloaded serde_yaml v0.9.34+deprecated |
1029 | 2024-12-21T00:46:11.840Z | Downloaded encoding_rs v0.8.34 |
1030 | 2024-12-21T00:46:11.860Z | Downloaded derive-where v1.2.7 |
1031 | 2024-12-21T00:46:11.864Z | Downloaded vergen v8.3.2 |
1032 | 2024-12-21T00:46:11.866Z | Downloaded parse-display v0.10.0 |
1033 | 2024-12-21T00:46:11.869Z | Downloaded gethostname v0.5.0 |
1034 | 2024-12-21T00:46:11.871Z | Downloaded fixedbitset v0.4.2 |
1035 | 2024-12-21T00:46:11.871Z | Downloaded postgres-types v0.2.8 |
1036 | 2024-12-21T00:46:11.874Z | Downloaded nu-ansi-term v0.50.1 |
1037 | 2024-12-21T00:46:11.876Z | Downloaded ecdsa v0.16.9 |
1038 | 2024-12-21T00:46:11.876Z | Downloaded zerocopy v0.6.6 |
1039 | 2024-12-21T00:46:11.879Z | Downloaded libxml v0.3.3 |
1040 | 2024-12-21T00:46:11.885Z | Downloaded url v2.5.3 |
1041 | 2024-12-21T00:46:11.889Z | Downloaded crossbeam-channel v0.5.13 |
1042 | 2024-12-21T00:46:11.892Z | Downloaded typify-macro v0.2.0 |
1043 | 2024-12-21T00:46:11.892Z | Downloaded parse-display-derive v0.10.0 |
1044 | 2024-12-21T00:46:11.895Z | Downloaded prettyplease v0.2.25 |
1045 | 2024-12-21T00:46:11.895Z | Downloaded signal-hook-tokio v0.3.1 |
1046 | 2024-12-21T00:46:11.898Z | Downloaded similar v2.6.0 |
1047 | 2024-12-21T00:46:11.900Z | Downloaded mockall_derive v0.13.0 |
1048 | 2024-12-21T00:46:11.903Z | Downloaded fatfs v0.3.6 |
1049 | 2024-12-21T00:46:11.905Z | Downloaded qorb v0.2.1 |
1050 | 2024-12-21T00:46:11.909Z | Downloaded rpassword v7.3.1 |
1051 | 2024-12-21T00:46:11.911Z | Downloaded native-tls v0.2.12 |
1052 | 2024-12-21T00:46:11.914Z | Downloaded env_logger v0.11.5 |
1053 | 2024-12-21T00:46:11.916Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2024-12-21T00:46:11.968Z | Downloaded scopeguard v1.2.0 |
1055 | 2024-12-21T00:46:11.971Z | Downloaded rand_xorshift v0.3.0 |
1056 | 2024-12-21T00:46:11.971Z | Downloaded phf_shared v0.11.2 |
1057 | 2024-12-21T00:46:11.971Z | Downloaded peg v0.8.4 |
1058 | 2024-12-21T00:46:11.974Z | Downloaded yoke v0.7.4 |
1059 | 2024-12-21T00:46:11.977Z | Downloaded yasna v0.5.2 |
1060 | 2024-12-21T00:46:11.979Z | Downloaded rsa v0.9.6 |
1061 | 2024-12-21T00:46:11.984Z | Downloaded pkcs5 v0.7.1 |
1062 | 2024-12-21T00:46:11.986Z | Downloaded http v1.1.0 |
1063 | 2024-12-21T00:46:11.990Z | Downloaded const_format v0.2.33 |
1064 | 2024-12-21T00:46:11.992Z | Downloaded num-iter v0.1.45 |
1065 | 2024-12-21T00:46:11.995Z | Downloaded hash32 v0.3.1 |
1066 | 2024-12-21T00:46:11.995Z | Downloaded socket2 v0.5.7 |
1067 | 2024-12-21T00:46:11.999Z | Downloaded chacha20poly1305 v0.10.1 |
1068 | 2024-12-21T00:46:11.999Z | Downloaded zopfli v0.8.1 |
1069 | 2024-12-21T00:46:12.004Z | Downloaded nanorand v0.7.0 |
1070 | 2024-12-21T00:46:12.004Z | Downloaded futures-task v0.3.31 |
1071 | 2024-12-21T00:46:12.009Z | Downloaded futures-sink v0.3.31 |
1072 | 2024-12-21T00:46:12.009Z | Downloaded filetime v0.2.25 |
1073 | 2024-12-21T00:46:12.009Z | Downloaded minimal-lexical v0.2.1 |
1074 | 2024-12-21T00:46:12.011Z | Downloaded num-complex v0.4.6 |
1075 | 2024-12-21T00:46:12.011Z | Downloaded crc-any v2.5.0 |
1076 | 2024-12-21T00:46:12.015Z | Downloaded thiserror-no-std v2.0.2 |
1077 | 2024-12-21T00:46:12.019Z | Downloaded thiserror-impl-no-std v2.0.2 |
1078 | 2024-12-21T00:46:12.019Z | Downloaded spin v0.5.2 |
1079 | 2024-12-21T00:46:12.023Z | Downloaded strum_macros v0.24.3 |
1080 | 2024-12-21T00:46:12.023Z | Downloaded snafu-derive v0.8.5 |
1081 | 2024-12-21T00:46:12.023Z | Downloaded crossbeam-epoch v0.9.18 |
1082 | 2024-12-21T00:46:12.025Z | Downloaded group v0.13.0 |
1083 | 2024-12-21T00:46:12.025Z | Downloaded clang-sys v1.8.1 |
1084 | 2024-12-21T00:46:12.029Z | Downloaded fd-lock v4.0.2 |
1085 | 2024-12-21T00:46:12.032Z | Downloaded crc32fast v1.4.2 |
1086 | 2024-12-21T00:46:12.032Z | Downloaded dirs-next v2.0.0 |
1087 | 2024-12-21T00:46:12.032Z | Downloaded difflib v0.4.0 |
1088 | 2024-12-21T00:46:12.035Z | Downloaded dsl_auto_type v0.1.2 |
1089 | 2024-12-21T00:46:12.035Z | Downloaded writeable v0.5.5 |
1090 | 2024-12-21T00:46:12.035Z | Downloaded csv-core v0.1.11 |
1091 | 2024-12-21T00:46:12.038Z | Downloaded stable_deref_trait v1.2.0 |
1092 | 2024-12-21T00:46:12.038Z | Downloaded icu_normalizer_data v1.5.0 |
1093 | 2024-12-21T00:46:12.041Z | Downloaded cassowary v0.3.0 |
1094 | 2024-12-21T00:46:12.041Z | Downloaded cancel-safe-futures v0.1.5 |
1095 | 2024-12-21T00:46:12.044Z | Downloaded bzip2 v0.4.4 |
1096 | 2024-12-21T00:46:12.044Z | Downloaded idna_adapter v1.2.0 |
1097 | 2024-12-21T00:46:12.047Z | Downloaded hyper-staticfile v0.10.1 |
1098 | 2024-12-21T00:46:12.047Z | Downloaded humantime v2.1.0 |
1099 | 2024-12-21T00:46:12.049Z | Downloaded heapless v0.7.17 |
1100 | 2024-12-21T00:46:12.052Z | Downloaded crc v3.2.1 |
1101 | 2024-12-21T00:46:12.054Z | Downloaded bcs v0.1.6 |
1102 | 2024-12-21T00:46:12.054Z | Downloaded convert_case v0.4.0 |
1103 | 2024-12-21T00:46:12.057Z | Downloaded constant_time_eq v0.3.1 |
1104 | 2024-12-21T00:46:12.057Z | Downloaded bitfield v0.14.0 |
1105 | 2024-12-21T00:46:12.060Z | Downloaded cstr-argument v0.1.2 |
1106 | 2024-12-21T00:46:12.060Z | Downloaded crunchy v0.2.2 |
1107 | 2024-12-21T00:46:12.060Z | Downloaded crucible-workspace-hack v0.1.0 |
1108 | 2024-12-21T00:46:12.060Z | Downloaded blowfish v0.9.1 |
1109 | 2024-12-21T00:46:12.062Z | Downloaded bitfield-struct v0.6.2 |
1110 | 2024-12-21T00:46:12.063Z | Downloaded jobserver v0.1.32 |
1111 | 2024-12-21T00:46:12.065Z | Downloaded atomic-waker v1.1.2 |
1112 | 2024-12-21T00:46:12.065Z | Downloaded bitflags v1.3.2 |
1113 | 2024-12-21T00:46:12.067Z | Downloaded httpdate v1.0.3 |
1114 | 2024-12-21T00:46:12.070Z | Downloaded highway v1.2.0 |
1115 | 2024-12-21T00:46:12.070Z | Downloaded aho-corasick v1.1.3 |
1116 | 2024-12-21T00:46:12.075Z | Downloaded lazycell v1.3.0 |
1117 | 2024-12-21T00:46:12.077Z | Downloaded lalrpop-util v0.19.12 |
1118 | 2024-12-21T00:46:12.077Z | Downloaded inout v0.1.3 |
1119 | 2024-12-21T00:46:12.080Z | Downloaded base16ct v0.2.0 |
1120 | 2024-12-21T00:46:12.080Z | Downloaded atty v0.2.14 |
1121 | 2024-12-21T00:46:12.082Z | Downloaded maybe-uninit v2.0.0 |
1122 | 2024-12-21T00:46:12.082Z | Downloaded linear-map v1.2.0 |
1123 | 2024-12-21T00:46:12.082Z | Downloaded lazy_static v1.5.0 |
1124 | 2024-12-21T00:46:12.085Z | Downloaded is-terminal v0.4.13 |
1125 | 2024-12-21T00:46:12.085Z | Downloaded allocator-api2 v0.2.18 |
1126 | 2024-12-21T00:46:12.087Z | Downloaded addr2line v0.24.2 |
1127 | 2024-12-21T00:46:12.094Z | Downloaded aes-gcm v0.10.3 |
1128 | 2024-12-21T00:46:12.097Z | Downloaded ipnetwork v0.20.0 |
1129 | 2024-12-21T00:46:12.097Z | Downloaded ascii-canvas v3.0.0 |
1130 | 2024-12-21T00:46:12.097Z | Downloaded arrayref v0.3.9 |
1131 | 2024-12-21T00:46:12.097Z | Downloaded arrayvec v0.7.6 |
1132 | 2024-12-21T00:46:12.097Z | Downloaded hostname v0.4.0 |
1133 | 2024-12-21T00:46:12.100Z | Downloaded home v0.5.9 |
1134 | 2024-12-21T00:46:12.100Z | Downloaded hex-literal v0.4.1 |
1135 | 2024-12-21T00:46:12.100Z | Downloaded hex v0.4.3 |
1136 | 2024-12-21T00:46:12.103Z | Downloaded array-init v0.0.4 |
1137 | 2024-12-21T00:46:12.103Z | Downloaded assert_matches v1.5.0 |
1138 | 2024-12-21T00:46:12.259Z | Downloaded ring v0.17.8 |
1139 | 2024-12-21T00:46:12.382Z | Downloaded libsqlite3-sys v0.30.1 |
1140 | 2024-12-21T00:46:12.449Z | Downloaded ring v0.16.20 |
1141 | 2024-12-21T00:46:12.700Z | Downloaded aws-lc-sys v0.22.0 |
1142 | 2024-12-21T00:46:12.989Z | Compiling serde v1.0.215 |
1143 | 2024-12-21T00:46:12.989Z | Compiling lock_api v0.4.12 |
1144 | 2024-12-21T00:46:12.992Z | Compiling scopeguard v1.2.0 |
1145 | 2024-12-21T00:46:12.992Z | Compiling value-bag v1.9.0 |
1146 | 2024-12-21T00:46:12.992Z | Compiling typenum v1.17.0 |
1147 | 2024-12-21T00:46:12.992Z | Compiling generic-array v0.14.7 |
1148 | 2024-12-21T00:46:13.159Z | Compiling syn v2.0.87 |
1149 | 2024-12-21T00:46:13.161Z | Compiling getrandom v0.2.15 |
1150 | 2024-12-21T00:46:13.275Z | Compiling shlex v1.3.0 |
1151 | 2024-12-21T00:46:13.446Z | Compiling rand_core v0.6.4 |
1152 | 2024-12-21T00:46:13.638Z | Compiling log v0.4.22 |
1153 | 2024-12-21T00:46:13.684Z | Compiling subtle v2.6.1 |
1154 | 2024-12-21T00:46:13.720Z | Compiling jobserver v0.1.32 |
1155 | 2024-12-21T00:46:13.775Z | Compiling const-oid v0.9.6 |
1156 | 2024-12-21T00:46:14.062Z | Compiling smallvec v1.13.2 |
1157 | 2024-12-21T00:46:14.083Z | Compiling spin v0.9.8 |
1158 | 2024-12-21T00:46:14.181Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-12-21T00:46:14.312Z | Compiling cc v1.1.30 |
1160 | 2024-12-21T00:46:14.468Z | Compiling rustix v0.38.37 |
1161 | 2024-12-21T00:46:14.502Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-12-21T00:46:14.664Z | Compiling futures-core v0.3.31 |
1163 | 2024-12-21T00:46:14.780Z | Compiling signal-hook-registry v1.4.2 |
1164 | 2024-12-21T00:46:14.922Z | Compiling mio v1.0.2 |
1165 | 2024-12-21T00:46:15.382Z | Compiling parking_lot v0.12.3 |
1166 | 2024-12-21T00:46:15.640Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-12-21T00:46:15.666Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-12-21T00:46:15.762Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-12-21T00:46:15.918Z | Compiling lazy_static v1.5.0 |
1170 | 2024-12-21T00:46:16.038Z | Compiling either v1.13.0 |
1171 | 2024-12-21T00:46:16.082Z | Compiling glob v0.3.1 |
1172 | 2024-12-21T00:46:16.110Z | Compiling futures-sink v0.3.31 |
1173 | 2024-12-21T00:46:16.255Z | Compiling stable_deref_trait v1.2.0 |
1174 | 2024-12-21T00:46:16.338Z | Compiling socket2 v0.5.7 |
1175 | 2024-12-21T00:46:16.366Z | Compiling slab v0.4.9 |
1176 | 2024-12-21T00:46:16.472Z | Compiling prettyplease v0.2.25 |
1177 | 2024-12-21T00:46:16.804Z | Compiling minimal-lexical v0.2.1 |
1178 | 2024-12-21T00:46:17.101Z | Compiling clang-sys v1.8.1 |
1179 | 2024-12-21T00:46:17.119Z | Compiling libloading v0.8.5 |
1180 | 2024-12-21T00:46:17.330Z | Compiling nom v7.1.3 |
1181 | 2024-12-21T00:46:17.350Z | Compiling serde_json v1.0.132 |
1182 | 2024-12-21T00:46:17.519Z | Compiling home v0.5.9 |
1183 | 2024-12-21T00:46:17.656Z | Compiling bindgen v0.69.5 |
1184 | 2024-12-21T00:46:17.819Z | Compiling itertools v0.10.5 |
1185 | 2024-12-21T00:46:18.554Z | Compiling futures-channel v0.3.31 |
1186 | 2024-12-21T00:46:18.703Z | Compiling futures-io v0.3.31 |
1187 | 2024-12-21T00:46:18.902Z | Compiling foldhash v0.1.3 |
1188 | 2024-12-21T00:46:18.984Z | Compiling rustc-hash v1.1.0 |
1189 | 2024-12-21T00:46:19.133Z | Compiling pin-utils v0.1.0 |
1190 | 2024-12-21T00:46:19.177Z | Compiling futures-task v0.3.31 |
1191 | 2024-12-21T00:46:19.220Z | Compiling allocator-api2 v0.2.18 |
1192 | 2024-12-21T00:46:19.467Z | Compiling regex-automata v0.4.8 |
1193 | 2024-12-21T00:46:19.984Z | Compiling lazycell v1.3.0 |
1194 | 2024-12-21T00:46:20.151Z | Compiling hashbrown v0.15.1 |
1195 | 2024-12-21T00:46:20.549Z | Compiling cmake v0.1.51 |
1196 | 2024-12-21T00:46:21.019Z | Compiling synstructure v0.13.1 |
1197 | 2024-12-21T00:46:21.468Z | Compiling cexpr v0.6.0 |
1198 | 2024-12-21T00:46:21.573Z | Compiling fs_extra v1.3.0 |
1199 | 2024-12-21T00:46:22.160Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-12-21T00:46:22.249Z | Compiling dunce v1.0.5 |
1201 | 2024-12-21T00:46:22.376Z | Compiling libm v0.2.8 |
1202 | 2024-12-21T00:46:22.650Z | Compiling pkg-config v0.3.31 |
1203 | 2024-12-21T00:46:22.731Z | Compiling tinyvec v1.8.0 |
1204 | 2024-12-21T00:46:22.754Z | Compiling num-traits v0.2.19 |
1205 | 2024-12-21T00:46:23.269Z | Compiling ring v0.17.8 |
1206 | 2024-12-21T00:46:24.230Z | Compiling unicode-normalization v0.1.24 |
1207 | 2024-12-21T00:46:24.250Z | Compiling unicode-bidi v0.3.17 |
1208 | 2024-12-21T00:46:24.424Z | Compiling paste v1.0.15 |
1209 | 2024-12-21T00:46:24.427Z | Compiling litemap v0.7.3 |
1210 | 2024-12-21T00:46:24.624Z | Compiling base64ct v1.6.0 |
1211 | 2024-12-21T00:46:24.818Z | Compiling writeable v0.5.5 |
1212 | 2024-12-21T00:46:24.936Z | Compiling regex v1.11.1 |
1213 | 2024-12-21T00:46:25.199Z | Compiling pem-rfc7468 v0.7.0 |
1214 | 2024-12-21T00:46:25.650Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-12-21T00:46:25.942Z | Compiling flagset v0.4.6 |
1216 | 2024-12-21T00:46:26.026Z | Compiling httparse v1.9.5 |
1217 | 2024-12-21T00:46:26.130Z | Compiling tracing-core v0.1.32 |
1218 | 2024-12-21T00:46:26.665Z | Compiling rustls-pki-types v1.10.0 |
1219 | 2024-12-21T00:46:27.245Z | Compiling icu_locid_transform_data v1.5.0 |
1220 | 2024-12-21T00:46:27.312Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-12-21T00:46:27.330Z | Compiling percent-encoding v2.3.1 |
1222 | 2024-12-21T00:46:27.716Z | Compiling time-core v0.1.2 |
1223 | 2024-12-21T00:46:27.774Z | Compiling untrusted v0.7.1 |
1224 | 2024-12-21T00:46:27.774Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-21T00:46:27.855Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-21T00:46:27.892Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-21T00:46:27.894Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-21T00:46:28.071Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-21T00:46:29.370Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-21T00:46:29.423Z | Compiling thiserror-impl v1.0.69 |
1231 | 2024-12-21T00:46:29.543Z | Compiling yoke-derive v0.7.4 |
1232 | 2024-12-21T00:46:29.996Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-21T00:46:31.104Z | Compiling crypto-common v0.1.6 |
1234 | 2024-12-21T00:46:31.320Z | Compiling block-buffer v0.10.4 |
1235 | 2024-12-21T00:46:31.565Z | Compiling digest v0.10.7 |
1236 | 2024-12-21T00:46:31.587Z | Compiling futures-macro v0.3.31 |
1237 | 2024-12-21T00:46:32.006Z | Compiling hmac v0.12.1 |
1238 | 2024-12-21T00:46:32.087Z | Compiling zerofrom v0.1.4 |
1239 | 2024-12-21T00:46:32.162Z | Compiling zerovec-derive v0.10.3 |
1240 | 2024-12-21T00:46:32.221Z | Compiling block-padding v0.3.3 |
1241 | 2024-12-21T00:46:32.297Z | Compiling displaydoc v0.2.5 |
1242 | 2024-12-21T00:46:32.429Z | Compiling inout v0.1.3 |
1243 | 2024-12-21T00:46:32.481Z | Compiling yoke v0.7.4 |
1244 | 2024-12-21T00:46:32.571Z | Compiling thiserror v1.0.69 |
1245 | 2024-12-21T00:46:32.676Z | Compiling cipher v0.4.4 |
1246 | 2024-12-21T00:46:32.695Z | Compiling sha2 v0.10.8 |
1247 | 2024-12-21T00:46:32.815Z | Compiling ppv-lite86 v0.2.20 |
1248 | 2024-12-21T00:46:33.180Z | Compiling der_derive v0.7.3 |
1249 | 2024-12-21T00:46:33.371Z | Compiling futures-util v0.3.31 |
1250 | 2024-12-21T00:46:33.597Z | Compiling icu_provider_macros v1.5.0 |
1251 | 2024-12-21T00:46:33.921Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-12-21T00:46:34.753Z | Compiling tracing-attributes v0.1.27 |
1253 | 2024-12-21T00:46:34.771Z | Compiling zerovec v0.10.4 |
1254 | 2024-12-21T00:46:35.456Z | Compiling der v0.7.9 |
1255 | 2024-12-21T00:46:35.892Z | Compiling rand v0.8.5 |
1256 | 2024-12-21T00:46:36.050Z | Compiling salsa20 v0.10.2 |
1257 | 2024-12-21T00:46:36.288Z | Compiling pest v2.7.14 |
1258 | 2024-12-21T00:46:36.917Z | Compiling tinystr v0.7.6 |
1259 | 2024-12-21T00:46:37.317Z | Compiling icu_locid v1.5.0 |
1260 | 2024-12-21T00:46:38.087Z | Compiling spki v0.7.3 |
1261 | 2024-12-21T00:46:38.399Z | Compiling tracing v0.1.40 |
1262 | 2024-12-21T00:46:38.429Z | Compiling icu_collections v1.5.0 |
1263 | 2024-12-21T00:46:38.580Z | Compiling icu_provider v1.5.0 |
1264 | 2024-12-21T00:46:38.905Z | Compiling pbkdf2 v0.12.2 |
1265 | 2024-12-21T00:46:39.100Z | Compiling icu_properties_data v1.5.0 |
1266 | 2024-12-21T00:46:39.153Z | Compiling powerfmt v0.2.0 |
1267 | 2024-12-21T00:46:39.219Z | Compiling untrusted v0.9.0 |
1268 | 2024-12-21T00:46:39.382Z | Compiling icu_locid_transform v1.5.0 |
1269 | 2024-12-21T00:46:39.456Z | Compiling num-conv v0.1.0 |
1270 | 2024-12-21T00:46:39.529Z | Compiling mirai-annotations v1.12.0 |
1271 | 2024-12-21T00:46:39.577Z | Compiling vcpkg v0.2.15 |
1272 | 2024-12-21T00:46:39.676Z | Compiling time-macros v0.2.18 |
1273 | 2024-12-21T00:46:39.718Z | Compiling deranged v0.3.11 |
1274 | 2024-12-21T00:46:39.892Z | Compiling scrypt v0.11.0 |
1275 | 2024-12-21T00:46:40.460Z | Compiling pest_meta v2.7.14 |
1276 | 2024-12-21T00:46:41.009Z | Compiling icu_properties v1.5.1 |
1277 | 2024-12-21T00:46:41.502Z | Compiling bitflags v2.6.0 |
1278 | 2024-12-21T00:46:41.636Z | Compiling bytes v1.8.0 |
1279 | 2024-12-21T00:46:42.008Z | Compiling indexmap v2.6.0 |
1280 | 2024-12-21T00:46:42.914Z | Compiling tokio v1.40.0 |
1281 | 2024-12-21T00:46:43.001Z | Compiling http v1.1.0 |
1282 | 2024-12-21T00:46:43.487Z | Compiling semver v1.0.23 |
1283 | 2024-12-21T00:46:43.506Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-21T00:46:44.263Z | Compiling rustc_version v0.4.1 |
1285 | 2024-12-21T00:46:44.669Z | Compiling cbc v0.1.2 |
1286 | 2024-12-21T00:46:44.913Z | Compiling aes v0.8.4 |
1287 | 2024-12-21T00:46:44.948Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-12-21T00:46:45.013Z | Compiling utf8_iter v1.0.4 |
1289 | 2024-12-21T00:46:45.257Z | Compiling icu_normalizer_data v1.5.0 |
1290 | 2024-12-21T00:46:45.365Z | Compiling write16 v1.0.0 |
1291 | 2024-12-21T00:46:45.483Z | Compiling num_threads v0.1.7 |
1292 | 2024-12-21T00:46:45.487Z | Compiling utf16_iter v1.0.5 |
1293 | 2024-12-21T00:46:45.565Z | Compiling atomic-waker v1.1.2 |
1294 | 2024-12-21T00:46:45.622Z | Compiling time v0.3.36 |
1295 | 2024-12-21T00:46:45.678Z | Compiling icu_normalizer v1.5.0 |
1296 | 2024-12-21T00:46:45.928Z | Compiling which v4.4.2 |
1297 | 2024-12-21T00:46:46.026Z | Compiling pkcs5 v0.7.1 |
1298 | 2024-12-21T00:46:46.480Z | Compiling scroll v0.12.0 |
1299 | 2024-12-21T00:46:47.036Z | Compiling http-body v1.0.1 |
1300 | 2024-12-21T00:46:47.265Z | Compiling pest_generator v2.7.14 |
1301 | 2024-12-21T00:46:47.285Z | Compiling form_urlencoded v1.2.1 |
1302 | 2024-12-21T00:46:47.312Z | Compiling slog v2.7.0 |
1303 | 2024-12-21T00:46:47.614Z | Compiling try-lock v0.2.5 |
1304 | 2024-12-21T00:46:47.632Z | Compiling goblin v0.8.2 |
1305 | 2024-12-21T00:46:47.706Z | Compiling pkcs8 v0.10.2 |
1306 | 2024-12-21T00:46:47.757Z | Compiling want v0.3.1 |
1307 | 2024-12-21T00:46:47.904Z | Compiling idna_adapter v1.2.0 |
1308 | 2024-12-21T00:46:48.034Z | Compiling httpdate v1.0.3 |
1309 | 2024-12-21T00:46:48.126Z | Compiling idna v1.0.3 |
1310 | 2024-12-21T00:46:48.509Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-12-21T00:46:48.742Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-12-21T00:46:49.238Z | Compiling pest_derive v2.7.14 |
1313 | 2024-12-21T00:46:49.282Z | Compiling uuid v1.11.0 |
1314 | 2024-12-21T00:46:49.374Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-12-21T00:46:49.865Z | Compiling adler2 v2.0.0 |
1316 | 2024-12-21T00:46:49.988Z | Compiling foreign-types-shared v0.1.1 |
1317 | 2024-12-21T00:46:50.025Z | Compiling dtrace-parser v0.2.0 |
1318 | 2024-12-21T00:46:50.070Z | Compiling base64 v0.22.1 |
1319 | 2024-12-21T00:46:50.090Z | Compiling rustversion v1.0.17 |
1320 | 2024-12-21T00:46:50.695Z | Compiling iana-time-zone v0.1.61 |
1321 | 2024-12-21T00:46:50.782Z | Compiling tower-service v0.3.3 |
1322 | 2024-12-21T00:46:50.801Z | Compiling match_cfg v0.1.0 |
1323 | 2024-12-21T00:46:50.895Z | Compiling openssl v0.10.66 |
1324 | 2024-12-21T00:46:50.913Z | Compiling hostname v0.3.1 |
1325 | 2024-12-21T00:46:50.913Z | Compiling chrono v0.4.38 |
1326 | 2024-12-21T00:46:51.158Z | Compiling foreign-types v0.3.2 |
1327 | 2024-12-21T00:46:51.209Z | Compiling tokio-util v0.7.12 |
1328 | 2024-12-21T00:46:51.255Z | Compiling miniz_oxide v0.8.0 |
1329 | 2024-12-21T00:46:51.320Z | Compiling url v2.5.3 |
1330 | 2024-12-21T00:46:52.615Z | Compiling h2 v0.4.6 |
1331 | 2024-12-21T00:46:52.767Z | Compiling async-trait v0.1.83 |
1332 | 2024-12-21T00:46:53.275Z | Compiling dof v0.3.0 |
1333 | 2024-12-21T00:46:53.511Z | Compiling openssl-macros v0.1.1 |
1334 | 2024-12-21T00:46:54.305Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-12-21T00:46:54.703Z | Compiling dirs-sys-next v0.1.2 |
1336 | 2024-12-21T00:46:55.340Z | Compiling rustls v0.22.4 |
1337 | 2024-12-21T00:46:55.454Z | Compiling syn v1.0.109 |
1338 | 2024-12-21T00:46:55.558Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-21T00:46:55.593Z | Compiling rustls v0.23.19 |
1340 | 2024-12-21T00:46:55.849Z | Compiling data-encoding v2.6.0 |
1341 | 2024-12-21T00:46:55.868Z | Compiling native-tls v0.2.12 |
1342 | 2024-12-21T00:46:55.961Z | Compiling dirs-next v2.0.0 |
1343 | 2024-12-21T00:46:56.215Z | Compiling http-body-util v0.1.2 |
1344 | 2024-12-21T00:46:56.751Z | Compiling heapless v0.7.17 |
1345 | 2024-12-21T00:46:57.191Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2024-12-21T00:46:57.567Z | Compiling sha1 v0.10.6 |
1347 | 2024-12-21T00:46:57.825Z | Compiling signature v2.2.0 |
1348 | 2024-12-21T00:46:57.892Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-12-21T00:46:58.011Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-12-21T00:46:58.115Z | Compiling thread_local v1.1.8 |
1351 | 2024-12-21T00:46:58.264Z | Compiling multer v3.1.0 |
1352 | 2024-12-21T00:46:58.360Z | Compiling cookie v0.18.1 |
1353 | 2024-12-21T00:46:58.492Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-12-21T00:46:58.541Z | Compiling openssl-probe v0.1.5 |
1355 | 2024-12-21T00:46:58.667Z | Compiling signal-hook v0.3.17 |
1356 | 2024-12-21T00:46:58.713Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-12-21T00:46:58.974Z | Compiling rayon-core v1.12.1 |
1358 | 2024-12-21T00:46:58.994Z | Compiling gimli v0.31.1 |
1359 | 2024-12-21T00:46:59.191Z | Compiling ipnet v2.10.1 |
1360 | 2024-12-21T00:46:59.251Z | Compiling slog-async v2.8.0 |
1361 | 2024-12-21T00:46:59.791Z | Compiling hyper v1.5.0 |
1362 | 2024-12-21T00:47:00.455Z | Compiling schemars v0.8.21 |
1363 | 2024-12-21T00:47:00.797Z | Compiling mime v0.3.17 |
1364 | 2024-12-21T00:47:00.904Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-12-21T00:47:01.532Z | Compiling stringprep v0.1.5 |
1366 | 2024-12-21T00:47:02.797Z | Compiling hyper-util v0.1.10 |
1367 | 2024-12-21T00:47:03.264Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-21T00:47:03.690Z | Compiling addr2line v0.24.2 |
1369 | 2024-12-21T00:47:04.173Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-21T00:47:04.175Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-21T00:47:04.392Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2024-12-21T00:47:04.911Z | Compiling term v0.7.0 |
1373 | 2024-12-21T00:47:05.478Z | Compiling slog-json v2.6.1 |
1374 | 2024-12-21T00:47:05.590Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2024-12-21T00:47:05.798Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-12-21T00:47:05.850Z | Compiling crossbeam-channel v0.5.13 |
1377 | 2024-12-21T00:47:05.885Z | Compiling enum-as-inner v0.6.1 |
1378 | 2024-12-21T00:47:06.082Z | Compiling futures-executor v0.3.31 |
1379 | 2024-12-21T00:47:06.391Z | Compiling md-5 v0.10.6 |
1380 | 2024-12-21T00:47:06.414Z | Compiling async-stream-impl v0.3.6 |
1381 | 2024-12-21T00:47:06.639Z | Compiling rustls-pemfile v2.2.0 |
1382 | 2024-12-21T00:47:06.664Z | Compiling num-integer v0.1.46 |
1383 | 2024-12-21T00:47:06.938Z | Compiling idna v0.4.0 |
1384 | 2024-12-21T00:47:06.985Z | Compiling idna v0.3.0 |
1385 | 2024-12-21T00:47:07.004Z | Compiling ff v0.13.0 |
1386 | 2024-12-21T00:47:07.235Z | Compiling hash32 v0.2.1 |
1387 | 2024-12-21T00:47:07.437Z | Compiling is-terminal v0.4.13 |
1388 | 2024-12-21T00:47:07.556Z | Compiling object v0.36.5 |
1389 | 2024-12-21T00:47:07.605Z | Compiling dropshot v0.12.0 |
1390 | 2024-12-21T00:47:07.781Z | Compiling num-bigint-dig v0.8.4 |
1391 | 2024-12-21T00:47:07.863Z | Compiling quick-error v1.2.3 |
1392 | 2024-12-21T00:47:08.008Z | Compiling anyhow v1.0.93 |
1393 | 2024-12-21T00:47:08.060Z | Compiling utf-8 v0.7.6 |
1394 | 2024-12-21T00:47:08.391Z | Compiling take_mut v0.2.2 |
1395 | 2024-12-21T00:47:08.548Z | Compiling dyn-clone v1.0.17 |
1396 | 2024-12-21T00:47:08.567Z | Compiling linked-hash-map v0.5.6 |
1397 | 2024-12-21T00:47:08.633Z | Compiling portable-atomic v1.9.0 |
1398 | 2024-12-21T00:47:08.635Z | Compiling rustc-demangle v0.1.24 |
1399 | 2024-12-21T00:47:08.750Z | Compiling fallible-iterator v0.2.0 |
1400 | 2024-12-21T00:47:08.985Z | Compiling psl-types v2.0.11 |
1401 | 2024-12-21T00:47:09.196Z | Compiling smoltcp v0.9.1 |
1402 | 2024-12-21T00:47:09.460Z | Compiling base16ct v0.2.0 |
1403 | 2024-12-21T00:47:09.690Z | Compiling sec1 v0.7.3 |
1404 | 2024-12-21T00:47:09.785Z | Compiling postgres-protocol v0.6.7 |
1405 | 2024-12-21T00:47:09.856Z | Compiling publicsuffix v2.2.3 |
1406 | 2024-12-21T00:47:09.953Z | Compiling lru-cache v0.1.2 |
1407 | 2024-12-21T00:47:10.491Z | Compiling tungstenite v0.24.0 |
1408 | 2024-12-21T00:47:11.224Z | Compiling resolv-conf v0.7.0 |
1409 | 2024-12-21T00:47:11.560Z | Compiling async-stream v0.3.6 |
1410 | 2024-12-21T00:47:11.610Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-12-21T00:47:11.879Z | Compiling usdt v0.5.0 |
1412 | 2024-12-21T00:47:11.991Z | Compiling slog-term v2.9.1 |
1413 | 2024-12-21T00:47:12.815Z | Compiling group v0.13.0 |
1414 | 2024-12-21T00:47:13.139Z | Compiling num-iter v0.1.45 |
1415 | 2024-12-21T00:47:13.324Z | Compiling toml v0.8.19 |
1416 | 2024-12-21T00:47:13.373Z | Compiling futures v0.3.31 |
1417 | 2024-12-21T00:47:13.497Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-21T00:47:14.918Z | Compiling backtrace v0.3.74 |
1419 | 2024-12-21T00:47:15.083Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-12-21T00:47:15.221Z | Compiling camino v1.1.9 |
1421 | 2024-12-21T00:47:15.517Z | Compiling phf_shared v0.11.2 |
1422 | 2024-12-21T00:47:15.610Z | Compiling dropshot_endpoint v0.12.0 |
1423 | 2024-12-21T00:47:15.909Z | Compiling terminal_size v0.4.0 |
1424 | 2024-12-21T00:47:16.133Z | Compiling waitgroup v0.1.2 |
1425 | 2024-12-21T00:47:16.175Z | Compiling openapiv3 v2.0.0 |
1426 | 2024-12-21T00:47:16.359Z | Compiling serde_path_to_error v0.1.16 |
1427 | 2024-12-21T00:47:16.379Z | Compiling hkdf v0.12.4 |
1428 | 2024-12-21T00:47:16.638Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-12-21T00:47:17.191Z | Compiling curve25519-dalek-derive v0.1.1 |
1430 | 2024-12-21T00:47:18.643Z | Compiling zerocopy-derive v0.6.6 |
1431 | 2024-12-21T00:47:18.772Z | Compiling webpki-roots v0.26.6 |
1432 | 2024-12-21T00:47:18.927Z | Compiling hubpack_derive v0.1.1 |
1433 | 2024-12-21T00:47:19.028Z | Compiling idna v0.5.0 |
1434 | 2024-12-21T00:47:19.827Z | Compiling hostname v0.4.0 |
1435 | 2024-12-21T00:47:20.083Z | Compiling ahash v0.8.11 |
1436 | 2024-12-21T00:47:20.313Z | Compiling crc32fast v1.4.2 |
1437 | 2024-12-21T00:47:20.402Z | Compiling fs-err v2.11.0 |
1438 | 2024-12-21T00:47:20.590Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-12-21T00:47:20.650Z | Compiling bitflags v1.3.2 |
1440 | 2024-12-21T00:47:20.671Z | Compiling winnow v0.5.40 |
1441 | 2024-12-21T00:47:20.689Z | Compiling managed v0.8.0 |
1442 | 2024-12-21T00:47:20.726Z | Compiling clap_builder v4.5.21 |
1443 | 2024-12-21T00:47:20.888Z | Compiling console v0.15.8 |
1444 | 2024-12-21T00:47:20.940Z | Compiling zerocopy v0.6.6 |
1445 | 2024-12-21T00:47:21.750Z | Compiling strum_macros v0.25.3 |
1446 | 2024-12-21T00:47:22.220Z | Compiling flate2 v1.0.34 |
1447 | 2024-12-21T00:47:22.530Z | Compiling cookie_store v0.21.0 |
1448 | 2024-12-21T00:47:22.850Z | Compiling hubpack v0.1.2 |
1449 | 2024-12-21T00:47:23.188Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-12-21T00:47:23.293Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-12-21T00:47:24.014Z | Compiling phf v0.11.2 |
1452 | 2024-12-21T00:47:24.147Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-12-21T00:47:24.307Z | Compiling toml_edit v0.19.15 |
1454 | 2024-12-21T00:47:24.566Z | Compiling hyper-tls v0.6.0 |
1455 | 2024-12-21T00:47:24.981Z | Compiling rayon v1.10.0 |
1456 | 2024-12-21T00:47:25.221Z | Compiling bzip2 v0.4.4 |
1457 | 2024-12-21T00:47:25.865Z | Compiling tokio-tungstenite v0.24.0 |
1458 | 2024-12-21T00:47:26.395Z | Compiling postgres-types v0.2.8 |
1459 | 2024-12-21T00:47:29.342Z | Compiling ed25519 v2.2.3 |
1460 | 2024-12-21T00:47:29.753Z | Compiling phf_shared v0.10.0 |
1461 | 2024-12-21T00:47:30.090Z | Compiling tokio-stream v0.1.16 |
1462 | 2024-12-21T00:47:30.112Z | Compiling pkcs1 v0.7.5 |
1463 | 2024-12-21T00:47:30.161Z | Compiling serde-big-array v0.5.1 |
1464 | 2024-12-21T00:47:30.390Z | Compiling clap_derive v4.5.18 |
1465 | 2024-12-21T00:47:31.283Z | Compiling rfc6979 v0.4.0 |
1466 | 2024-12-21T00:47:31.303Z | Compiling serde_repr v0.1.19 |
1467 | 2024-12-21T00:47:31.385Z | Compiling derive-where v1.2.7 |
1468 | 2024-12-21T00:47:31.411Z | Compiling float-cmp v0.9.0 |
1469 | 2024-12-21T00:47:31.477Z | Compiling bstr v1.10.0 |
1470 | 2024-12-21T00:47:31.650Z | Compiling sync_wrapper v1.0.1 |
1471 | 2024-12-21T00:47:31.808Z | Compiling number_prefix v0.4.0 |
1472 | 2024-12-21T00:47:32.028Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-12-21T00:47:32.468Z | Compiling normalize-line-endings v0.3.0 |
1474 | 2024-12-21T00:47:32.491Z | Compiling unicode-segmentation v1.12.0 |
1475 | 2024-12-21T00:47:32.510Z | Compiling precomputed-hash v0.1.1 |
1476 | 2024-12-21T00:47:32.594Z | Compiling difflib v0.4.0 |
1477 | 2024-12-21T00:47:32.627Z | Compiling predicates-core v1.0.8 |
1478 | 2024-12-21T00:47:32.980Z | Compiling unicode-width v0.2.0 |
1479 | 2024-12-21T00:47:33.252Z | Compiling new_debug_unreachable v1.0.6 |
1480 | 2024-12-21T00:47:33.352Z | Compiling whoami v1.5.2 |
1481 | 2024-12-21T00:47:33.400Z | Compiling static_assertions v1.1.0 |
1482 | 2024-12-21T00:47:33.503Z | Compiling bit-vec v0.6.3 |
1483 | 2024-12-21T00:47:33.523Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1484 | 2024-12-21T00:47:33.998Z | Compiling bit-set v0.5.3 |
1485 | 2024-12-21T00:47:34.031Z | Compiling tokio-postgres v0.7.12 |
1486 | 2024-12-21T00:47:34.251Z | Compiling indicatif v0.17.9 |
1487 | 2024-12-21T00:47:34.303Z | Compiling string_cache v0.8.7 |
1488 | 2024-12-21T00:47:34.751Z | Compiling similar v2.6.0 |
1489 | 2024-12-21T00:47:35.027Z | Compiling predicates v3.1.2 |
1490 | 2024-12-21T00:47:35.633Z | Compiling clap v4.5.21 |
1491 | 2024-12-21T00:47:35.758Z | Compiling petgraph v0.6.5 |
1492 | 2024-12-21T00:47:36.541Z | Compiling ecdsa v0.16.9 |
1493 | 2024-12-21T00:47:36.753Z | Compiling rsa v0.9.6 |
1494 | 2024-12-21T00:47:37.209Z | Compiling ed25519-dalek v2.1.1 |
1495 | 2024-12-21T00:47:37.384Z | Compiling toml v0.7.8 |
1496 | 2024-12-21T00:47:38.551Z | Compiling zip v0.6.6 |
1497 | 2024-12-21T00:47:39.111Z | Compiling crossterm v0.28.1 |
1498 | 2024-12-21T00:47:40.007Z | Compiling hex v0.4.3 |
1499 | 2024-12-21T00:47:40.131Z | Compiling x509-cert v0.2.5 |
1500 | 2024-12-21T00:47:40.242Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-12-21T00:47:40.461Z | Compiling unicode-xid v0.2.6 |
1502 | 2024-12-21T00:47:40.615Z | Compiling lalrpop-util v0.19.12 |
1503 | 2024-12-21T00:47:40.641Z | Compiling strum_macros v0.26.4 |
1504 | 2024-12-21T00:47:40.706Z | Compiling xattr v1.3.1 |
1505 | 2024-12-21T00:47:40.887Z | Compiling filetime v0.2.25 |
1506 | 2024-12-21T00:47:41.191Z | Compiling tar v0.4.42 |
1507 | 2024-12-21T00:47:45.131Z | Compiling strum v0.26.3 |
1508 | 2024-12-21T00:47:48.890Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-12-21T00:48:24.064Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-12-21T00:48:27.280Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-12-21T00:48:28.827Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-12-21T00:48:29.250Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-12-21T00:48:29.601Z | Compiling reqwest v0.12.9 |
1514 | 2024-12-21T00:48:30.839Z | Compiling qorb v0.2.1 |
1515 | 2024-12-21T00:48:35.639Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-12-21T00:48:35.862Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-12-21T00:48:41.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1518 | 2024-12-21T00:48:41.638Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-12-21T00:48:41.686Z | Dec 21 00:48:41.178 INFO Starting download, target: Clickhouse |
1520 | 2024-12-21T00:48:41.686Z | Dec 21 00:48:41.178 INFO Starting download, target: Cockroach |
1521 | 2024-12-21T00:48:41.686Z | Dec 21 00:48:41.178 INFO Starting download, target: Console |
1522 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Starting download, target: DendriteOpenapi |
1523 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Starting download, target: DendriteStub |
1524 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Starting download, target: TransceiverControl |
1526 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1528 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1531 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1532 | 2024-12-21T00:48:41.689Z | Dec 21 00:48:41.179 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1533 | 2024-12-21T00:48:42.235Z | Dec 21 00:48:41.727 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-12-21T00:48:42.314Z | Dec 21 00:48:41.803 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-12-21T00:48:42.661Z | Dec 21 00:48:42.031 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1536 | 2024-12-21T00:48:42.843Z | Dec 21 00:48:42.043 INFO Download complete, target: Console |
1537 | 2024-12-21T00:48:43.221Z | Dec 21 00:48:42.633 INFO Download complete, target: TransceiverControl |
1538 | 2024-12-21T00:48:43.346Z | Dec 21 00:48:42.792 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-12-21T00:48:43.668Z | Dec 21 00:48:43.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1540 | 2024-12-21T00:48:43.755Z | Dec 21 00:48:43.213 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1541 | 2024-12-21T00:48:44.296Z | Dec 21 00:48:43.786 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-12-21T00:48:44.296Z | Dec 21 00:48:43.786 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-12-21T00:48:46.169Z | Dec 21 00:48:45.661 INFO Download complete, target: DendriteStub |
1544 | 2024-12-21T00:48:46.623Z | Dec 21 00:48:46.115 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-12-21T00:48:51.497Z | Dec 21 00:48:50.988 INFO Checking that binary works, target: Cockroach |
1546 | 2024-12-21T00:48:51.650Z | Dec 21 00:48:51.141 INFO Download complete, target: Cockroach |
1547 | 2024-12-21T00:48:56.034Z | Dec 21 00:48:55.524 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-12-21T00:48:56.845Z | Dec 21 00:48:56.335 INFO Download complete, target: Clickhouse |
1549 | 2024-12-21T00:48:56.852Z | All prerequisites installed successfully |
1550 | 2024-12-21T00:48:56.854Z | |
1551 | 2024-12-21T00:48:56.854Z | real 5:15.774900650 |
1552 | 2024-12-21T00:48:56.854Z | user 16:14.571071875 |
1553 | 2024-12-21T00:48:56.854Z | sys 3:09.837126293 |
1554 | 2024-12-21T00:48:56.854Z | trap 0.529997824 |
1555 | 2024-12-21T00:48:56.854Z | tflt 8.850327482 |
1556 | 2024-12-21T00:48:56.854Z | dflt 7.466904981 |
1557 | 2024-12-21T00:48:56.854Z | kflt 0.396415104 |
1558 | 2024-12-21T00:48:56.854Z | lock 29:30.915104648 |
1559 | 2024-12-21T00:48:56.854Z | slp 1:02:27.784272115 |
1560 | 2024-12-21T00:48:56.854Z | lat 54.582710942 |
1561 | 2024-12-21T00:48:56.854Z | stop 2:09.951211714 |
1562 | 2024-12-21T00:48:56.854Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-12-21T00:48:57.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1564 | 2024-12-21T00:48:57.380Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-12-21T00:48:58.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1566 | 2024-12-21T00:48:58.229Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-12-21T00:48:58.265Z | Dec 21 00:48:57.754 INFO Starting download, target: Softnpu |
1568 | 2024-12-21T00:48:58.267Z | Dec 21 00:48:57.755 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-12-21T00:48:58.803Z | Dec 21 00:48:58.293 INFO Download complete, target: Softnpu |
1570 | 2024-12-21T00:48:58.807Z | |
1571 | 2024-12-21T00:48:58.809Z | real 1.948207763 |
1572 | 2024-12-21T00:48:58.809Z | user 1.239195373 |
1573 | 2024-12-21T00:48:58.809Z | sys 0.517139953 |
1574 | 2024-12-21T00:48:58.809Z | trap 0.002137519 |
1575 | 2024-12-21T00:48:58.809Z | tflt 0.000003079 |
1576 | 2024-12-21T00:48:58.809Z | dflt 0.000004539 |
1577 | 2024-12-21T00:48:58.809Z | kflt 0.000000000 |
1578 | 2024-12-21T00:48:58.809Z | lock 5.458063794 |
1579 | 2024-12-21T00:48:58.809Z | slp 0.363018135 |
1580 | 2024-12-21T00:48:58.809Z | lat 0.095863785 |
1581 | 2024-12-21T00:48:58.809Z | stop 0.000159530 |
1582 | 2024-12-21T00:48:58.809Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-12-21T00:48:58.809Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-12-21T00:48:58.810Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1585 | 2024-12-21T00:48:59.760Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-12-21T00:48:59.760Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-12-21T00:48:59.760Z | Compiling libc v0.2.162 |
1588 | 2024-12-21T00:48:59.763Z | Compiling serde v1.0.215 |
1589 | 2024-12-21T00:48:59.763Z | Compiling autocfg v1.4.0 |
1590 | 2024-12-21T00:48:59.763Z | Compiling version_check v0.9.5 |
1591 | 2024-12-21T00:48:59.763Z | Compiling cfg-if v1.0.0 |
1592 | 2024-12-21T00:48:59.982Z | Compiling memchr v2.7.4 |
1593 | 2024-12-21T00:48:59.999Z | Compiling typenum v1.17.0 |
1594 | 2024-12-21T00:49:00.030Z | Compiling shlex v1.3.0 |
1595 | 2024-12-21T00:49:00.425Z | Compiling value-bag v1.9.0 |
1596 | 2024-12-21T00:49:00.460Z | Compiling scopeguard v1.2.0 |
1597 | 2024-12-21T00:49:00.617Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-21T00:49:00.816Z | Compiling lock_api v0.4.12 |
1599 | 2024-12-21T00:49:00.864Z | Compiling log v0.4.22 |
1600 | 2024-12-21T00:49:00.996Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-12-21T00:49:01.339Z | Compiling once_cell v1.20.2 |
1602 | 2024-12-21T00:49:01.409Z | Compiling serde_json v1.0.132 |
1603 | 2024-12-21T00:49:01.722Z | Compiling quote v1.0.37 |
1604 | 2024-12-21T00:49:01.725Z | Compiling rustix v0.38.37 |
1605 | 2024-12-21T00:49:01.754Z | Compiling libm v0.2.8 |
1606 | 2024-12-21T00:49:01.773Z | Compiling thiserror v1.0.69 |
1607 | 2024-12-21T00:49:02.068Z | Compiling jobserver v0.1.32 |
1608 | 2024-12-21T00:49:02.087Z | Compiling getrandom v0.2.15 |
1609 | 2024-12-21T00:49:02.291Z | Compiling syn v2.0.87 |
1610 | 2024-12-21T00:49:02.370Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-12-21T00:49:02.413Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-21T00:49:02.474Z | Compiling cc v1.1.30 |
1613 | 2024-12-21T00:49:02.493Z | Compiling num-traits v0.2.19 |
1614 | 2024-12-21T00:49:02.635Z | Compiling either v1.13.0 |
1615 | 2024-12-21T00:49:02.779Z | Compiling itoa v1.0.11 |
1616 | 2024-12-21T00:49:02.855Z | Compiling spin v0.9.8 |
1617 | 2024-12-21T00:49:03.084Z | Compiling slab v0.4.9 |
1618 | 2024-12-21T00:49:03.396Z | Compiling byteorder v1.5.0 |
1619 | 2024-12-21T00:49:03.597Z | Compiling errno v0.3.9 |
1620 | 2024-12-21T00:49:03.836Z | Compiling rand_core v0.6.4 |
1621 | 2024-12-21T00:49:03.895Z | Compiling lazy_static v1.5.0 |
1622 | 2024-12-21T00:49:04.025Z | Compiling glob v0.3.1 |
1623 | 2024-12-21T00:49:04.676Z | Compiling prettyplease v0.2.25 |
1624 | 2024-12-21T00:49:04.855Z | Compiling clang-sys v1.8.1 |
1625 | 2024-12-21T00:49:05.122Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-12-21T00:49:05.532Z | Compiling libloading v0.8.5 |
1627 | 2024-12-21T00:49:05.614Z | Compiling nom v7.1.3 |
1628 | 2024-12-21T00:49:05.650Z | Compiling subtle v2.6.1 |
1629 | 2024-12-21T00:49:05.908Z | Compiling home v0.5.9 |
1630 | 2024-12-21T00:49:06.131Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-12-21T00:49:06.154Z | Compiling regex-automata v0.4.8 |
1632 | 2024-12-21T00:49:06.294Z | Compiling bindgen v0.69.5 |
1633 | 2024-12-21T00:49:06.757Z | Compiling itertools v0.10.5 |
1634 | 2024-12-21T00:49:06.947Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-12-21T00:49:06.966Z | Compiling lazycell v1.3.0 |
1636 | 2024-12-21T00:49:07.100Z | Compiling semver v1.0.23 |
1637 | 2024-12-21T00:49:07.139Z | Compiling smallvec v1.13.2 |
1638 | 2024-12-21T00:49:07.580Z | Compiling cmake v0.1.51 |
1639 | 2024-12-21T00:49:07.844Z | Compiling dunce v1.0.5 |
1640 | 2024-12-21T00:49:07.990Z | Compiling fs_extra v1.3.0 |
1641 | 2024-12-21T00:49:09.031Z | Compiling pkg-config v0.3.31 |
1642 | 2024-12-21T00:49:09.135Z | Compiling cexpr v0.6.0 |
1643 | 2024-12-21T00:49:09.443Z | Compiling ring v0.17.8 |
1644 | 2024-12-21T00:49:09.633Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-12-21T00:49:09.781Z | Compiling ryu v1.0.18 |
1646 | 2024-12-21T00:49:09.967Z | Compiling const-oid v0.9.6 |
1647 | 2024-12-21T00:49:10.082Z | Compiling fnv v1.0.7 |
1648 | 2024-12-21T00:49:10.221Z | Compiling synstructure v0.13.1 |
1649 | 2024-12-21T00:49:10.731Z | Compiling paste v1.0.15 |
1650 | 2024-12-21T00:49:11.014Z | Compiling httparse v1.9.5 |
1651 | 2024-12-21T00:49:11.245Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-21T00:49:11.534Z | Compiling equivalent v1.0.1 |
1653 | 2024-12-21T00:49:11.651Z | Compiling regex v1.11.1 |
1654 | 2024-12-21T00:49:11.653Z | Compiling aws-lc-rs v1.10.0 |
1655 | 2024-12-21T00:49:11.685Z | Compiling hashbrown v0.15.1 |
1656 | 2024-12-21T00:49:12.682Z | Compiling schemars v0.8.21 |
1657 | 2024-12-21T00:49:12.685Z | Compiling heck v0.5.0 |
1658 | 2024-12-21T00:49:12.989Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-12-21T00:49:13.023Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-12-21T00:49:13.067Z | Compiling mio v1.0.2 |
1661 | 2024-12-21T00:49:13.700Z | Compiling parking_lot v0.12.3 |
1662 | 2024-12-21T00:49:15.016Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-12-21T00:49:15.137Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-12-21T00:49:15.255Z | Compiling socket2 v0.5.7 |
1665 | 2024-12-21T00:49:15.417Z | Compiling num-conv v0.1.0 |
1666 | 2024-12-21T00:49:15.705Z | Compiling futures-core v0.3.31 |
1667 | 2024-12-21T00:49:15.724Z | Compiling time-core v0.1.2 |
1668 | 2024-12-21T00:49:15.798Z | Compiling serde_derive v1.0.215 |
1669 | 2024-12-21T00:49:15.895Z | Compiling zeroize_derive v1.4.2 |
1670 | 2024-12-21T00:49:15.959Z | Compiling zerocopy-derive v0.7.35 |
1671 | 2024-12-21T00:49:16.814Z | Compiling thiserror-impl v1.0.69 |
1672 | 2024-12-21T00:49:16.883Z | Compiling tokio-macros v2.4.0 |
1673 | 2024-12-21T00:49:17.030Z | Compiling zerofrom-derive v0.1.4 |
1674 | 2024-12-21T00:49:17.312Z | Compiling zeroize v1.8.1 |
1675 | 2024-12-21T00:49:17.723Z | Compiling yoke-derive v0.7.4 |
1676 | 2024-12-21T00:49:17.771Z | Compiling futures-macro v0.3.31 |
1677 | 2024-12-21T00:49:17.983Z | Compiling zerovec-derive v0.10.3 |
1678 | 2024-12-21T00:49:18.291Z | Compiling zerocopy v0.7.35 |
1679 | 2024-12-21T00:49:19.308Z | Compiling displaydoc v0.2.5 |
1680 | 2024-12-21T00:49:19.790Z | Compiling crypto-common v0.1.6 |
1681 | 2024-12-21T00:49:19.924Z | Compiling tracing-attributes v0.1.27 |
1682 | 2024-12-21T00:49:19.974Z | Compiling icu_provider_macros v1.5.0 |
1683 | 2024-12-21T00:49:20.329Z | Compiling block-buffer v0.10.4 |
1684 | 2024-12-21T00:49:20.429Z | Compiling schemars_derive v0.8.21 |
1685 | 2024-12-21T00:49:20.570Z | Compiling digest v0.10.7 |
1686 | 2024-12-21T00:49:20.748Z | Compiling der_derive v0.7.3 |
1687 | 2024-12-21T00:49:21.036Z | Compiling time-macros v0.2.18 |
1688 | 2024-12-21T00:49:21.316Z | Compiling vcpkg v0.2.15 |
1689 | 2024-12-21T00:49:22.926Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-12-21T00:49:23.892Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-12-21T00:49:23.909Z | Compiling futures-sink v0.3.31 |
1692 | 2024-12-21T00:49:24.114Z | Compiling slog v2.7.0 |
1693 | 2024-12-21T00:49:24.149Z | Compiling ahash v0.8.11 |
1694 | 2024-12-21T00:49:24.166Z | Compiling syn v1.0.109 |
1695 | 2024-12-21T00:49:24.654Z | Compiling zerofrom v0.1.4 |
1696 | 2024-12-21T00:49:24.899Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-12-21T00:49:24.902Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-12-21T00:49:25.008Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-12-21T00:49:25.471Z | Compiling pest v2.7.14 |
1700 | 2024-12-21T00:49:25.491Z | Compiling yoke v0.7.4 |
1701 | 2024-12-21T00:49:25.606Z | Compiling futures-channel v0.3.31 |
1702 | 2024-12-21T00:49:26.081Z | Compiling hmac v0.12.1 |
1703 | 2024-12-21T00:49:26.249Z | Compiling openssl v0.10.66 |
1704 | 2024-12-21T00:49:26.310Z | Compiling futures-io v0.3.31 |
1705 | 2024-12-21T00:49:26.476Z | Compiling futures-task v0.3.31 |
1706 | 2024-12-21T00:49:26.580Z | Compiling pin-utils v0.1.0 |
1707 | 2024-12-21T00:49:26.867Z | Compiling futures-util v0.3.31 |
1708 | 2024-12-21T00:49:26.997Z | Compiling zerovec v0.10.4 |
1709 | 2024-12-21T00:49:27.377Z | Compiling block-padding v0.3.3 |
1710 | 2024-12-21T00:49:28.093Z | Compiling pest_meta v2.7.14 |
1711 | 2024-12-21T00:49:28.390Z | Compiling tinyvec_macros v0.1.1 |
1712 | 2024-12-21T00:49:28.496Z | Compiling tinyvec v1.8.0 |
1713 | 2024-12-21T00:49:29.120Z | Compiling bitflags v2.6.0 |
1714 | 2024-12-21T00:49:29.329Z | Compiling bytes v1.8.0 |
1715 | 2024-12-21T00:49:30.668Z | Compiling indexmap v2.6.0 |
1716 | 2024-12-21T00:49:32.135Z | Compiling tokio v1.40.0 |
1717 | 2024-12-21T00:49:32.727Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2024-12-21T00:49:33.288Z | Compiling http v1.1.0 |
1719 | 2024-12-21T00:49:33.435Z | Compiling uuid v1.11.0 |
1720 | 2024-12-21T00:49:33.638Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-21T00:49:34.310Z | Compiling which v4.4.2 |
1722 | 2024-12-21T00:49:34.870Z | Compiling chrono v0.4.38 |
1723 | 2024-12-21T00:49:36.935Z | Compiling pest_generator v2.7.14 |
1724 | 2024-12-21T00:49:37.881Z | Compiling toml_datetime v0.6.8 |
1725 | 2024-12-21T00:49:38.352Z | Compiling serde_spanned v0.6.8 |
1726 | 2024-12-21T00:49:38.599Z | Compiling inout v0.1.3 |
1727 | 2024-12-21T00:49:38.835Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-12-21T00:49:39.541Z | Compiling rustls v0.23.19 |
1729 | 2024-12-21T00:49:39.829Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-21T00:49:40.271Z | Compiling strsim v0.11.1 |
1731 | 2024-12-21T00:49:41.239Z | Compiling cipher v0.4.4 |
1732 | 2024-12-21T00:49:41.711Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-21T00:49:41.714Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-12-21T00:49:41.798Z | Compiling tinystr v0.7.6 |
1735 | 2024-12-21T00:49:42.219Z | Compiling sha2 v0.10.8 |
1736 | 2024-12-21T00:49:42.482Z | Compiling tracing-core v0.1.32 |
1737 | 2024-12-21T00:49:42.716Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-12-21T00:49:42.794Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-12-21T00:49:43.014Z | Compiling unicode-bidi v0.3.17 |
1740 | 2024-12-21T00:49:43.017Z | Compiling litemap v0.7.3 |
1741 | 2024-12-21T00:49:43.050Z | Compiling writeable v0.5.5 |
1742 | 2024-12-21T00:49:43.263Z | Compiling base64ct v1.6.0 |
1743 | 2024-12-21T00:49:43.413Z | Compiling icu_locid v1.5.0 |
1744 | 2024-12-21T00:49:43.552Z | Compiling tracing v0.1.40 |
1745 | 2024-12-21T00:49:43.863Z | Compiling pem-rfc7468 v0.7.0 |
1746 | 2024-12-21T00:49:44.815Z | Compiling scroll v0.12.0 |
1747 | 2024-12-21T00:49:45.019Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-12-21T00:49:45.387Z | Compiling async-trait v0.1.83 |
1749 | 2024-12-21T00:49:45.689Z | Compiling cookie v0.18.1 |
1750 | 2024-12-21T00:49:45.873Z | Compiling flagset v0.4.6 |
1751 | 2024-12-21T00:49:46.055Z | Compiling camino v1.1.9 |
1752 | 2024-12-21T00:49:46.776Z | Compiling plain v0.2.3 |
1753 | 2024-12-21T00:49:46.929Z | Compiling anyhow v1.0.93 |
1754 | 2024-12-21T00:49:47.460Z | Compiling goblin v0.8.2 |
1755 | 2024-12-21T00:49:48.191Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-12-21T00:49:52.900Z | Compiling der v0.7.9 |
1757 | 2024-12-21T00:49:54.289Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-12-21T00:49:55.133Z | Compiling icu_provider v1.5.0 |
1759 | 2024-12-21T00:49:55.933Z | Compiling rustls-pki-types v1.10.0 |
1760 | 2024-12-21T00:49:56.097Z | Compiling percent-encoding v2.3.1 |
1761 | 2024-12-21T00:49:56.656Z | Compiling untrusted v0.7.1 |
1762 | 2024-12-21T00:49:56.781Z | Compiling rustls v0.22.4 |
1763 | 2024-12-21T00:49:56.834Z | Compiling rayon-core v1.12.1 |
1764 | 2024-12-21T00:49:56.869Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2024-12-21T00:49:56.970Z | Compiling pretty-hex v0.4.1 |
1766 | 2024-12-21T00:49:57.030Z | Compiling icu_locid_transform v1.5.0 |
1767 | 2024-12-21T00:49:57.150Z | Compiling dof v0.3.0 |
1768 | 2024-12-21T00:49:58.128Z | Compiling spki v0.7.3 |
1769 | 2024-12-21T00:49:58.236Z | Compiling rand v0.8.5 |
1770 | 2024-12-21T00:49:58.668Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-12-21T00:49:58.853Z | Compiling salsa20 v0.10.2 |
1772 | 2024-12-21T00:49:58.919Z | Compiling tokio-util v0.7.12 |
1773 | 2024-12-21T00:49:59.336Z | Compiling icu_collections v1.5.0 |
1774 | 2024-12-21T00:49:59.888Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-12-21T00:50:00.415Z | Compiling thread-id v4.2.2 |
1776 | 2024-12-21T00:50:00.490Z | Compiling winnow v0.5.40 |
1777 | 2024-12-21T00:50:00.509Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-12-21T00:50:00.528Z | Compiling powerfmt v0.2.0 |
1779 | 2024-12-21T00:50:00.920Z | Compiling untrusted v0.9.0 |
1780 | 2024-12-21T00:50:01.019Z | Compiling icu_properties_data v1.5.0 |
1781 | 2024-12-21T00:50:01.152Z | Compiling deranged v0.3.11 |
1782 | 2024-12-21T00:50:01.275Z | Compiling icu_properties v1.5.1 |
1783 | 2024-12-21T00:50:04.429Z | Compiling toml_edit v0.19.15 |
1784 | 2024-12-21T00:50:05.893Z | Compiling scrypt v0.11.0 |
1785 | 2024-12-21T00:50:06.046Z | Compiling aes v0.8.4 |
1786 | 2024-12-21T00:50:06.419Z | Compiling cbc v0.1.2 |
1787 | 2024-12-21T00:50:06.777Z | Compiling multer v3.1.0 |
1788 | 2024-12-21T00:50:07.061Z | Compiling num_threads v0.1.7 |
1789 | 2024-12-21T00:50:07.197Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-12-21T00:50:07.433Z | Compiling atomic-waker v1.1.2 |
1791 | 2024-12-21T00:50:07.524Z | Compiling rustversion v1.0.17 |
1792 | 2024-12-21T00:50:07.620Z | Compiling write16 v1.0.0 |
1793 | 2024-12-21T00:50:07.754Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-12-21T00:50:08.190Z | Compiling slog-async v2.8.0 |
1795 | 2024-12-21T00:50:08.622Z | Compiling utf16_iter v1.0.5 |
1796 | 2024-12-21T00:50:08.657Z | Compiling time v0.3.36 |
1797 | 2024-12-21T00:50:08.814Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-12-21T00:50:09.309Z | Compiling pkcs5 v0.7.1 |
1799 | 2024-12-21T00:50:10.984Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-12-21T00:50:11.286Z | Compiling http-body v1.0.1 |
1801 | 2024-12-21T00:50:11.760Z | Compiling heapless v0.7.17 |
1802 | 2024-12-21T00:50:12.313Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-12-21T00:50:12.703Z | Compiling signal-hook v0.3.17 |
1804 | 2024-12-21T00:50:12.775Z | Compiling try-lock v0.2.5 |
1805 | 2024-12-21T00:50:13.661Z | Compiling want v0.3.1 |
1806 | 2024-12-21T00:50:15.157Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-12-21T00:50:15.350Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-12-21T00:50:15.836Z | Compiling h2 v0.4.6 |
1809 | 2024-12-21T00:50:16.783Z | Compiling usdt-macro v0.5.0 |
1810 | 2024-12-21T00:50:18.117Z | Compiling usdt-attr-macro v0.5.0 |
1811 | 2024-12-21T00:50:18.860Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-12-21T00:50:18.970Z | Compiling httpdate v1.0.3 |
1813 | 2024-12-21T00:50:19.616Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-21T00:50:20.096Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-12-21T00:50:20.884Z | Compiling idna v1.0.3 |
1816 | 2024-12-21T00:50:22.316Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-12-21T00:50:22.718Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-21T00:50:23.428Z | Compiling hyper v1.5.0 |
1819 | 2024-12-21T00:50:26.299Z | Compiling enum-as-inner v0.6.1 |
1820 | 2024-12-21T00:50:27.110Z | Compiling dropshot v0.12.0 |
1821 | 2024-12-21T00:50:27.295Z | Compiling foreign-types-shared v0.1.1 |
1822 | 2024-12-21T00:50:27.385Z | Compiling tower-service v0.3.3 |
1823 | 2024-12-21T00:50:27.402Z | Compiling base64 v0.22.1 |
1824 | 2024-12-21T00:50:27.512Z | Compiling smoltcp v0.9.1 |
1825 | 2024-12-21T00:50:27.543Z | Compiling match_cfg v0.1.0 |
1826 | 2024-12-21T00:50:27.639Z | Compiling num-bigint-dig v0.8.4 |
1827 | 2024-12-21T00:50:28.043Z | Compiling portable-atomic v1.9.0 |
1828 | 2024-12-21T00:50:28.059Z | Compiling hyper-util v0.1.10 |
1829 | 2024-12-21T00:50:28.102Z | Compiling hostname v0.3.1 |
1830 | 2024-12-21T00:50:28.950Z | Compiling foreign-types v0.3.2 |
1831 | 2024-12-21T00:50:31.275Z | Compiling url v2.5.3 |
1832 | 2024-12-21T00:50:35.062Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-12-21T00:50:35.537Z | Compiling siphasher v0.3.11 |
1834 | 2024-12-21T00:50:35.662Z | Compiling gimli v0.31.1 |
1835 | 2024-12-21T00:50:35.681Z | Compiling ident_case v1.0.1 |
1836 | 2024-12-21T00:50:35.862Z | Compiling heck v0.4.1 |
1837 | 2024-12-21T00:50:35.909Z | Compiling data-encoding v2.6.0 |
1838 | 2024-12-21T00:50:36.290Z | Compiling darling_core v0.20.10 |
1839 | 2024-12-21T00:50:37.602Z | Compiling dirs-next v2.0.0 |
1840 | 2024-12-21T00:50:40.215Z | Compiling http-body-util v0.1.2 |
1841 | 2024-12-21T00:50:40.740Z | Compiling addr2line v0.24.2 |
1842 | 2024-12-21T00:50:42.472Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-12-21T00:50:42.571Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-12-21T00:50:43.168Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-12-21T00:50:43.459Z | Compiling sha1 v0.10.6 |
1846 | 2024-12-21T00:50:43.894Z | Compiling signature v2.2.0 |
1847 | 2024-12-21T00:50:44.127Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-12-21T00:50:44.346Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-21T00:50:45.024Z | Compiling object v0.36.5 |
1850 | 2024-12-21T00:50:45.672Z | Compiling thread_local v1.1.8 |
1851 | 2024-12-21T00:50:45.996Z | Compiling fs-err v2.11.0 |
1852 | 2024-12-21T00:50:46.130Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-12-21T00:50:47.283Z | Compiling openssl-probe v0.1.5 |
1854 | 2024-12-21T00:50:47.581Z | Compiling utf8parse v0.2.2 |
1855 | 2024-12-21T00:50:47.752Z | Compiling rustc-demangle v0.1.24 |
1856 | 2024-12-21T00:50:49.762Z | Compiling ipnet v2.10.1 |
1857 | 2024-12-21T00:50:50.057Z | Compiling winnow v0.6.20 |
1858 | 2024-12-21T00:50:50.818Z | Compiling anstyle v1.0.10 |
1859 | 2024-12-21T00:50:51.263Z | Compiling mime v0.3.17 |
1860 | 2024-12-21T00:50:54.290Z | Compiling unicode-properties v0.1.3 |
1861 | 2024-12-21T00:50:54.692Z | Compiling stringprep v0.1.5 |
1862 | 2024-12-21T00:50:55.683Z | Compiling toml_edit v0.22.22 |
1863 | 2024-12-21T00:50:59.587Z | Compiling backtrace v0.3.74 |
1864 | 2024-12-21T00:50:59.919Z | Compiling anstyle-parse v0.2.5 |
1865 | 2024-12-21T00:51:02.303Z | Compiling rustls-webpki v0.102.8 |
1866 | 2024-12-21T00:51:03.098Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-12-21T00:51:06.253Z | Compiling darling_macro v0.20.10 |
1868 | 2024-12-21T00:51:12.054Z | Compiling term v0.7.0 |
1869 | 2024-12-21T00:51:12.069Z | Compiling slog-json v2.6.1 |
1870 | 2024-12-21T00:51:12.069Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-12-21T00:51:12.251Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-12-21T00:51:12.298Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-12-21T00:51:12.787Z | Compiling hashbrown v0.14.5 |
1874 | 2024-12-21T00:51:13.288Z | Compiling idna v0.3.0 |
1875 | 2024-12-21T00:51:13.322Z | Compiling idna v0.4.0 |
1876 | 2024-12-21T00:51:14.143Z | Compiling futures-executor v0.3.31 |
1877 | 2024-12-21T00:51:14.787Z | Compiling num-integer v0.1.46 |
1878 | 2024-12-21T00:51:15.039Z | Compiling md-5 v0.10.6 |
1879 | 2024-12-21T00:51:15.288Z | Compiling ff v0.13.0 |
1880 | 2024-12-21T00:51:15.324Z | Compiling hash32 v0.2.1 |
1881 | 2024-12-21T00:51:15.512Z | Compiling memmap v0.7.0 |
1882 | 2024-12-21T00:51:15.531Z | Compiling is-terminal v0.4.13 |
1883 | 2024-12-21T00:51:15.706Z | Compiling utf-8 v0.7.6 |
1884 | 2024-12-21T00:51:16.012Z | Compiling quick-error v1.2.3 |
1885 | 2024-12-21T00:51:16.166Z | Compiling take_mut v0.2.2 |
1886 | 2024-12-21T00:51:16.720Z | Compiling colorchoice v1.0.2 |
1887 | 2024-12-21T00:51:16.893Z | Compiling psl-types v2.0.11 |
1888 | 2024-12-21T00:51:17.098Z | Compiling is_terminal_polyfill v1.70.1 |
1889 | 2024-12-21T00:51:17.234Z | Compiling linked-hash-map v0.5.6 |
1890 | 2024-12-21T00:51:17.635Z | Compiling anstyle-query v1.1.1 |
1891 | 2024-12-21T00:51:17.798Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-21T00:51:17.938Z | Compiling fallible-iterator v0.2.0 |
1893 | 2024-12-21T00:51:18.082Z | Compiling sec1 v0.7.3 |
1894 | 2024-12-21T00:51:18.673Z | Compiling postgres-protocol v0.6.7 |
1895 | 2024-12-21T00:51:18.692Z | Compiling anstream v0.6.15 |
1896 | 2024-12-21T00:51:19.380Z | Compiling lru-cache v0.1.2 |
1897 | 2024-12-21T00:51:19.587Z | Compiling publicsuffix v2.2.3 |
1898 | 2024-12-21T00:51:19.855Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-12-21T00:51:20.519Z | Compiling tungstenite v0.24.0 |
1900 | 2024-12-21T00:51:20.848Z | Compiling usdt v0.5.0 |
1901 | 2024-12-21T00:51:20.884Z | Compiling slog-term v2.9.1 |
1902 | 2024-12-21T00:51:21.977Z | Compiling group v0.13.0 |
1903 | 2024-12-21T00:51:22.291Z | Compiling num-iter v0.1.45 |
1904 | 2024-12-21T00:51:22.483Z | Compiling futures v0.3.31 |
1905 | 2024-12-21T00:51:22.518Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-12-21T00:51:22.533Z | Compiling regress v0.10.1 |
1907 | 2024-12-21T00:51:25.567Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-12-21T00:51:25.926Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-12-21T00:51:26.068Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-21T00:51:26.117Z | Compiling darling v0.20.10 |
1911 | 2024-12-21T00:51:26.377Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-21T00:51:26.492Z | Compiling toml v0.8.19 |
1913 | 2024-12-21T00:51:26.658Z | Compiling strum_macros v0.25.3 |
1914 | 2024-12-21T00:51:26.795Z | Compiling phf_shared v0.11.2 |
1915 | 2024-12-21T00:51:27.314Z | Compiling async-stream v0.3.6 |
1916 | 2024-12-21T00:51:27.376Z | Compiling waitgroup v0.1.2 |
1917 | 2024-12-21T00:51:27.577Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-12-21T00:51:28.138Z | Compiling idna v0.5.0 |
1919 | 2024-12-21T00:51:28.159Z | Compiling terminal_size v0.4.0 |
1920 | 2024-12-21T00:51:28.371Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-12-21T00:51:28.654Z | Compiling hkdf v0.12.4 |
1922 | 2024-12-21T00:51:29.361Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-12-21T00:51:29.551Z | Compiling serde_repr v0.1.19 |
1924 | 2024-12-21T00:51:29.593Z | Compiling derive-where v1.2.7 |
1925 | 2024-12-21T00:51:30.203Z | Compiling clap_derive v4.5.18 |
1926 | 2024-12-21T00:51:30.621Z | Compiling hostname v0.4.0 |
1927 | 2024-12-21T00:51:30.846Z | Compiling crc32fast v1.4.2 |
1928 | 2024-12-21T00:51:31.497Z | Compiling debug-ignore v1.0.5 |
1929 | 2024-12-21T00:51:31.540Z | Compiling bitflags v1.3.2 |
1930 | 2024-12-21T00:51:31.635Z | Compiling clap_lex v0.7.2 |
1931 | 2024-12-21T00:51:31.652Z | Compiling managed v0.8.0 |
1932 | 2024-12-21T00:51:32.160Z | Compiling unicode-width v0.1.14 |
1933 | 2024-12-21T00:51:32.676Z | Compiling console v0.15.8 |
1934 | 2024-12-21T00:51:32.996Z | Compiling elliptic-curve v0.13.8 |
1935 | 2024-12-21T00:51:33.754Z | Compiling clap_builder v4.5.21 |
1936 | 2024-12-21T00:51:35.450Z | Compiling flate2 v1.0.34 |
1937 | 2024-12-21T00:51:36.403Z | Compiling cookie_store v0.21.0 |
1938 | 2024-12-21T00:51:40.375Z | Compiling hickory-resolver v0.24.1 |
1939 | 2024-12-21T00:51:40.541Z | Compiling hyper-rustls v0.27.3 |
1940 | 2024-12-21T00:51:42.412Z | Compiling phf v0.11.2 |
1941 | 2024-12-21T00:51:42.440Z | Compiling hyper-tls v0.6.0 |
1942 | 2024-12-21T00:51:42.687Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-12-21T00:51:42.716Z | Compiling typify-impl v0.2.0 |
1944 | 2024-12-21T00:51:42.806Z | Compiling bzip2 v0.4.4 |
1945 | 2024-12-21T00:51:42.857Z | Compiling rayon v1.10.0 |
1946 | 2024-12-21T00:51:43.163Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-12-21T00:51:43.733Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-21T00:51:43.894Z | Compiling zerocopy v0.6.6 |
1949 | 2024-12-21T00:51:44.103Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-21T00:51:44.556Z | Compiling hubpack v0.1.2 |
1951 | 2024-12-21T00:51:44.767Z | Compiling phf_shared v0.10.0 |
1952 | 2024-12-21T00:51:45.062Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-12-21T00:51:45.164Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-12-21T00:51:46.173Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-12-21T00:51:46.404Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-21T00:51:46.589Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-21T00:51:46.737Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-12-21T00:51:46.817Z | Compiling bstr v1.10.0 |
1959 | 2024-12-21T00:51:47.825Z | Compiling normalize-line-endings v0.3.0 |
1960 | 2024-12-21T00:51:47.957Z | Compiling bit-vec v0.6.3 |
1961 | 2024-12-21T00:51:47.960Z | Compiling unicode-width v0.2.0 |
1962 | 2024-12-21T00:51:48.400Z | Compiling precomputed-hash v0.1.1 |
1963 | 2024-12-21T00:51:48.524Z | Compiling whoami v1.5.2 |
1964 | 2024-12-21T00:51:48.638Z | Compiling predicates-core v1.0.8 |
1965 | 2024-12-21T00:51:48.964Z | Compiling fixedbitset v0.4.2 |
1966 | 2024-12-21T00:51:49.083Z | Compiling difflib v0.4.0 |
1967 | 2024-12-21T00:51:49.101Z | Compiling unicode-segmentation v1.12.0 |
1968 | 2024-12-21T00:51:49.377Z | Compiling static_assertions v1.1.0 |
1969 | 2024-12-21T00:51:49.486Z | Compiling number_prefix v0.4.0 |
1970 | 2024-12-21T00:51:49.721Z | Compiling new_debug_unreachable v1.0.6 |
1971 | 2024-12-21T00:51:49.824Z | Compiling string_cache v0.8.7 |
1972 | 2024-12-21T00:51:49.847Z | Compiling similar v2.6.0 |
1973 | 2024-12-21T00:51:49.939Z | Compiling indicatif v0.17.9 |
1974 | 2024-12-21T00:51:50.245Z | Compiling predicates v3.1.2 |
1975 | 2024-12-21T00:51:50.349Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1976 | 2024-12-21T00:51:51.781Z | Compiling petgraph v0.6.5 |
1977 | 2024-12-21T00:51:51.800Z | Compiling tokio-postgres v0.7.12 |
1978 | 2024-12-21T00:51:52.071Z | Compiling bit-set v0.5.3 |
1979 | 2024-12-21T00:51:54.669Z | Compiling typify-macro v0.2.0 |
1980 | 2024-12-21T00:51:55.810Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-21T00:51:56.755Z | Compiling ecdsa v0.16.9 |
1982 | 2024-12-21T00:51:56.958Z | Compiling qorb v0.2.1 |
1983 | 2024-12-21T00:51:57.507Z | Compiling rsa v0.9.6 |
1984 | 2024-12-21T00:51:57.622Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-12-21T00:51:58.161Z | Compiling zip v0.6.6 |
1986 | 2024-12-21T00:51:58.301Z | Compiling crossterm v0.28.1 |
1987 | 2024-12-21T00:51:58.475Z | Compiling clap v4.5.21 |
1988 | 2024-12-21T00:51:59.455Z | Compiling toml v0.7.8 |
1989 | 2024-12-21T00:52:00.681Z | Compiling x509-cert v0.2.5 |
1990 | 2024-12-21T00:52:01.683Z | Compiling hex v0.4.3 |
1991 | 2024-12-21T00:52:02.578Z | Compiling peg-runtime v0.8.3 |
1992 | 2024-12-21T00:52:02.911Z | Compiling zerocopy v0.8.10 |
1993 | 2024-12-21T00:52:02.930Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-12-21T00:52:03.083Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-12-21T00:52:06.105Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-12-21T00:52:09.608Z | Compiling proc-macro-crate v1.3.1 |
1997 | 2024-12-21T00:52:09.737Z | Compiling ipnetwork v0.20.0 |
1998 | 2024-12-21T00:52:10.129Z | Compiling macaddr v1.0.1 |
1999 | 2024-12-21T00:52:10.759Z | Compiling zerocopy-derive v0.8.10 |
2000 | 2024-12-21T00:52:10.778Z | Compiling itertools v0.13.0 |
2001 | 2024-12-21T00:52:13.807Z | Compiling heapless v0.8.0 |
2002 | 2024-12-21T00:52:14.233Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2003 | 2024-12-21T00:52:18.640Z | Compiling num_enum_derive v0.5.11 |
2004 | 2024-12-21T00:52:26.882Z | Compiling hash32 v0.3.1 |
2005 | 2024-12-21T00:52:28.631Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-21T00:52:28.656Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-12-21T00:52:33.105Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-12-21T00:52:33.484Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-21T00:52:34.076Z | Compiling typify v0.2.0 |
2010 | 2024-12-21T00:52:35.226Z | Compiling proc-macro-error-attr v1.0.4 |
2011 | 2024-12-21T00:52:35.535Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-12-21T00:52:35.961Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-12-21T00:52:36.255Z | Compiling cobs v0.2.3 |
2014 | 2024-12-21T00:52:36.709Z | Compiling postcard v1.0.10 |
2015 | 2024-12-21T00:52:37.276Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-21T00:52:53.574Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-12-21T00:52:54.272Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-21T00:53:05.559Z | Compiling strum_macros v0.26.4 |
2019 | 2024-12-21T00:53:06.760Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-12-21T00:53:06.777Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-12-21T00:53:07.013Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2022 | 2024-12-21T00:53:07.162Z | Compiling proc-macro-error v1.0.4 |
2023 | 2024-12-21T00:53:07.456Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-21T00:53:07.918Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-12-21T00:53:08.921Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-12-21T00:53:09.103Z | Compiling foreign-types v0.5.0 |
2027 | 2024-12-21T00:53:09.386Z | Compiling structmeta v0.3.0 |
2028 | 2024-12-21T00:53:09.970Z | Compiling strum v0.26.3 |
2029 | 2024-12-21T00:53:13.906Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-21T00:53:16.952Z | Compiling progenitor-macro v0.8.0 |
2031 | 2024-12-21T00:53:23.269Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-12-21T00:53:23.345Z | Compiling progenitor-client v0.8.0 |
2033 | 2024-12-21T00:53:24.309Z | Compiling tabwriter v1.4.0 |
2034 | 2024-12-21T00:53:26.901Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-12-21T00:53:26.981Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2024-12-21T00:53:27.317Z | Compiling cstr-argument v0.1.2 |
2037 | 2024-12-21T00:53:27.568Z | Compiling dropshot v0.13.0 |
2038 | 2024-12-21T00:53:27.811Z | Compiling fastrand v2.1.1 |
2039 | 2024-12-21T00:53:27.864Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-12-21T00:53:28.460Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-12-21T00:53:28.769Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-12-21T00:53:28.855Z | Compiling thiserror v2.0.3 |
2043 | 2024-12-21T00:53:28.993Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2044 | 2024-12-21T00:53:29.528Z | Compiling tempfile v3.13.0 |
2045 | 2024-12-21T00:53:29.621Z | Compiling progenitor v0.8.0 |
2046 | 2024-12-21T00:53:29.887Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-21T00:53:29.903Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-12-21T00:53:30.554Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-12-21T00:53:30.703Z | Compiling colored v2.1.0 |
2050 | 2024-12-21T00:53:30.782Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-12-21T00:53:31.180Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-12-21T00:53:31.914Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-12-21T00:53:32.651Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-21T00:53:33.362Z | Compiling instant v0.1.13 |
2055 | 2024-12-21T00:53:33.541Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-12-21T00:53:34.001Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2024-12-21T00:53:34.372Z | Compiling parse-display v0.10.0 |
2058 | 2024-12-21T00:53:35.691Z | Compiling backoff v0.4.0 |
2059 | 2024-12-21T00:53:35.993Z | Compiling serde_with v3.11.0 |
2060 | 2024-12-21T00:53:36.053Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-12-21T00:53:36.285Z | Compiling zone_cfg_derive v0.3.0 |
2062 | 2024-12-21T00:53:36.301Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2063 | 2024-12-21T00:53:36.893Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2024-12-21T00:53:37.047Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-12-21T00:53:37.614Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2066 | 2024-12-21T00:53:37.744Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2067 | 2024-12-21T00:53:37.860Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-12-21T00:53:38.050Z | Compiling regress v0.9.1 |
2069 | 2024-12-21T00:53:38.215Z | Compiling num-derive v0.4.2 |
2070 | 2024-12-21T00:53:40.376Z | Compiling sigpipe v0.1.3 |
2071 | 2024-12-21T00:53:40.456Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-12-21T00:53:40.512Z | Compiling libefi-sys v0.1.0 |
2073 | 2024-12-21T00:53:40.759Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-12-21T00:53:40.810Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2075 | 2024-12-21T00:53:42.366Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2024-12-21T00:53:44.023Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-21T00:53:45.976Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2078 | 2024-12-21T00:53:46.523Z | Compiling zone v0.3.0 |
2079 | 2024-12-21T00:53:46.643Z | Compiling smf v0.2.3 |
2080 | 2024-12-21T00:53:47.372Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-12-21T00:53:48.757Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2082 | 2024-12-21T00:53:49.152Z | Compiling blake3 v1.5.4 |
2083 | 2024-12-21T00:53:49.220Z | Compiling ring v0.16.20 |
2084 | 2024-12-21T00:53:50.029Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-12-21T00:53:50.428Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-12-21T00:53:50.803Z | Compiling xattr v1.3.1 |
2087 | 2024-12-21T00:53:50.803Z | Compiling memmap2 v0.9.5 |
2088 | 2024-12-21T00:53:51.144Z | Compiling filetime v0.2.25 |
2089 | 2024-12-21T00:53:51.394Z | Compiling arrayref v0.3.9 |
2090 | 2024-12-21T00:53:51.484Z | Compiling same-file v1.0.6 |
2091 | 2024-12-21T00:53:51.510Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-12-21T00:53:51.554Z | Compiling spin v0.5.2 |
2093 | 2024-12-21T00:53:51.695Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-12-21T00:53:51.819Z | Compiling arrayvec v0.7.6 |
2095 | 2024-12-21T00:53:51.840Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-21T00:53:51.856Z | Compiling walkdir v2.5.0 |
2097 | 2024-12-21T00:53:53.333Z | Compiling tar v0.4.42 |
2098 | 2024-12-21T00:53:53.482Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-12-21T00:53:54.977Z | Compiling gethostname v0.5.0 |
2100 | 2024-12-21T00:53:55.081Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-12-21T00:53:55.184Z | Compiling topological-sort v0.2.2 |
2102 | 2024-12-21T00:53:55.459Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-12-21T00:54:00.237Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-12-21T00:54:01.756Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2105 | 2024-12-21T00:54:03.712Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-12-21T00:54:06.139Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-12-21T00:54:24.687Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2108 | 2024-12-21T00:54:24.852Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-12-21T00:54:24.904Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-12-21T00:54:24.906Z | Created new build target 'test' and set it as active |
2111 | 2024-12-21T00:54:24.906Z | |
2112 | 2024-12-21T00:54:24.906Z | real 5:26.036186202 |
2113 | 2024-12-21T00:54:24.906Z | user 36:53.116776639 |
2114 | 2024-12-21T00:54:24.906Z | sys 4:51.593005532 |
2115 | 2024-12-21T00:54:24.906Z | trap 1.088013904 |
2116 | 2024-12-21T00:54:24.906Z | tflt 3.440623370 |
2117 | 2024-12-21T00:54:24.906Z | dflt 0.630702773 |
2118 | 2024-12-21T00:54:24.906Z | kflt 0.000525753 |
2119 | 2024-12-21T00:54:24.906Z | lock 1:17:48.432397301 |
2120 | 2024-12-21T00:54:24.906Z | slp 2:34:50.824612436 |
2121 | 2024-12-21T00:54:24.907Z | lat 2:33.986978459 |
2122 | 2024-12-21T00:54:24.907Z | stop 4:19.747444651 |
2123 | 2024-12-21T00:54:24.909Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-12-21T00:54:25.857Z | Finished `release` profile [optimized] target(s) in 0.89s |
2125 | 2024-12-21T00:54:25.912Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-12-21T00:54:25.956Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-12-21T00:54:27.034Z | Compiling convert_case v0.4.0 |
2128 | 2024-12-21T00:54:27.035Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-12-21T00:54:27.035Z | Compiling newline-converter v0.3.0 |
2130 | 2024-12-21T00:54:27.035Z | Compiling password-hash v0.5.0 |
2131 | 2024-12-21T00:54:27.038Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-12-21T00:54:27.038Z | Compiling blake2 v0.10.6 |
2133 | 2024-12-21T00:54:27.174Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2134 | 2024-12-21T00:54:27.225Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2024-12-21T00:54:27.316Z | Compiling expectorate v1.1.0 |
2136 | 2024-12-21T00:54:27.373Z | Compiling owo-colors v4.1.0 |
2137 | 2024-12-21T00:54:27.514Z | Compiling num-rational v0.4.2 |
2138 | 2024-12-21T00:54:27.601Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-21T00:54:27.669Z | Compiling num-complex v0.4.6 |
2140 | 2024-12-21T00:54:27.864Z | Compiling argon2 v0.5.3 |
2141 | 2024-12-21T00:54:27.883Z | Compiling derive_more v0.99.18 |
2142 | 2024-12-21T00:54:28.463Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-12-21T00:54:28.908Z | Compiling num v0.4.3 |
2144 | 2024-12-21T00:54:29.039Z | Compiling atomicwrites v0.4.4 |
2145 | 2024-12-21T00:54:29.083Z | Compiling libsw v3.3.1 |
2146 | 2024-12-21T00:54:29.103Z | Compiling linear-map v1.2.0 |
2147 | 2024-12-21T00:54:29.349Z | Compiling indent_write v2.2.0 |
2148 | 2024-12-21T00:54:29.423Z | Compiling swrite v0.1.0 |
2149 | 2024-12-21T00:54:29.521Z | Compiling float-ord v0.3.2 |
2150 | 2024-12-21T00:54:29.551Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2151 | 2024-12-21T00:54:29.570Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2152 | 2024-12-21T00:54:29.587Z | Compiling base64 v0.21.7 |
2153 | 2024-12-21T00:54:29.699Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-12-21T00:54:29.863Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-12-21T00:54:30.229Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-12-21T00:54:30.346Z | Compiling highway v1.2.0 |
2157 | 2024-12-21T00:54:30.664Z | Compiling semver v0.1.20 |
2158 | 2024-12-21T00:54:31.242Z | Compiling rustc_version v0.1.7 |
2159 | 2024-12-21T00:54:31.678Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-12-21T00:54:31.759Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-12-21T00:54:32.059Z | Compiling dropshot v0.13.0 |
2162 | 2024-12-21T00:54:32.116Z | Compiling ipnetwork v0.20.0 |
2163 | 2024-12-21T00:54:32.138Z | Compiling instant v0.1.13 |
2164 | 2024-12-21T00:54:32.298Z | Compiling humantime v2.1.0 |
2165 | 2024-12-21T00:54:32.904Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-12-21T00:54:33.156Z | Compiling backoff v0.4.0 |
2167 | 2024-12-21T00:54:33.765Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-12-21T00:54:34.150Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2169 | 2024-12-21T00:54:34.408Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-21T00:54:37.500Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2171 | 2024-12-21T00:54:37.826Z | Compiling parse-display v0.10.0 |
2172 | 2024-12-21T00:54:38.393Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-21T00:54:38.614Z | Compiling serde_with v3.11.0 |
2174 | 2024-12-21T00:54:38.958Z | Compiling strum v0.26.3 |
2175 | 2024-12-21T00:54:39.140Z | Compiling regress v0.9.1 |
2176 | 2024-12-21T00:54:42.011Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-12-21T00:54:43.762Z | Compiling macaddr v1.0.1 |
2178 | 2024-12-21T00:54:43.906Z | Compiling steno v0.4.1 |
2179 | 2024-12-21T00:54:44.184Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-12-21T00:54:44.207Z | Compiling prettyplease v0.2.25 |
2181 | 2024-12-21T00:54:44.222Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-12-21T00:54:45.474Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2183 | 2024-12-21T00:54:46.075Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2184 | 2024-12-21T00:54:46.515Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2185 | 2024-12-21T00:54:49.323Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-12-21T00:54:49.908Z | Compiling half v2.4.1 |
2187 | 2024-12-21T00:54:50.613Z | Compiling ciborium-io v0.2.2 |
2188 | 2024-12-21T00:54:50.771Z | Compiling ciborium-ll v0.2.2 |
2189 | 2024-12-21T00:54:51.291Z | Compiling tungstenite v0.21.0 |
2190 | 2024-12-21T00:54:54.387Z | Compiling tokio-tungstenite v0.21.0 |
2191 | 2024-12-21T00:54:55.058Z | Compiling ciborium v0.2.2 |
2192 | 2024-12-21T00:54:57.163Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2193 | 2024-12-21T00:55:02.656Z | Compiling fastrand v2.1.1 |
2194 | 2024-12-21T00:55:03.183Z | Compiling same-file v1.0.6 |
2195 | 2024-12-21T00:55:03.264Z | Compiling display-error-chain v0.2.2 |
2196 | 2024-12-21T00:55:03.434Z | Compiling walkdir v2.5.0 |
2197 | 2024-12-21T00:55:03.488Z | Compiling tempfile v3.13.0 |
2198 | 2024-12-21T00:55:03.883Z | Compiling blake3 v1.5.4 |
2199 | 2024-12-21T00:55:04.105Z | Compiling ring v0.16.20 |
2200 | 2024-12-21T00:55:04.255Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2201 | 2024-12-21T00:55:04.288Z | Compiling xattr v1.3.1 |
2202 | 2024-12-21T00:55:04.521Z | Compiling memmap2 v0.9.5 |
2203 | 2024-12-21T00:55:04.557Z | Compiling filetime v0.2.25 |
2204 | 2024-12-21T00:55:04.593Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2205 | 2024-12-21T00:55:04.863Z | Compiling keccak v0.1.5 |
2206 | 2024-12-21T00:55:04.940Z | Compiling spin v0.5.2 |
2207 | 2024-12-21T00:55:05.177Z | Compiling arrayvec v0.7.6 |
2208 | 2024-12-21T00:55:05.612Z | Compiling arrayref v0.3.9 |
2209 | 2024-12-21T00:55:05.631Z | Compiling constant_time_eq v0.3.1 |
2210 | 2024-12-21T00:55:05.722Z | Compiling sha3 v0.10.8 |
2211 | 2024-12-21T00:55:05.865Z | Compiling tar v0.4.42 |
2212 | 2024-12-21T00:55:06.581Z | Compiling camino-tempfile v1.1.1 |
2213 | 2024-12-21T00:55:06.818Z | Compiling toolchain_find v0.4.0 |
2214 | 2024-12-21T00:55:07.020Z | Compiling const_format_proc_macros v0.2.33 |
2215 | 2024-12-21T00:55:07.346Z | Compiling radium v0.7.0 |
2216 | 2024-12-21T00:55:07.415Z | Compiling crunchy v0.2.2 |
2217 | 2024-12-21T00:55:07.797Z | Compiling topological-sort v0.2.2 |
2218 | 2024-12-21T00:55:07.855Z | Compiling maplit v1.0.2 |
2219 | 2024-12-21T00:55:07.933Z | Compiling rustfmt-wrapper v0.2.1 |
2220 | 2024-12-21T00:55:07.986Z | Compiling maybe-uninit v2.0.0 |
2221 | 2024-12-21T00:55:08.034Z | Compiling tiny-keccak v2.0.2 |
2222 | 2024-12-21T00:55:08.332Z | Compiling tap v1.0.1 |
2223 | 2024-12-21T00:55:08.517Z | Compiling wyz v0.5.1 |
2224 | 2024-12-21T00:55:08.701Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-12-21T00:55:08.888Z | Compiling const_format v0.2.33 |
2226 | 2024-12-21T00:55:09.041Z | Compiling dsl_auto_type v0.1.2 |
2227 | 2024-12-21T00:55:09.115Z | Compiling phf_generator v0.11.2 |
2228 | 2024-12-21T00:55:09.309Z | Compiling scheduled-thread-pool v0.2.7 |
2229 | 2024-12-21T00:55:09.376Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2024-12-21T00:55:09.814Z | Compiling secrecy v0.8.0 |
2231 | 2024-12-21T00:55:09.872Z | Compiling async-recursion v1.1.1 |
2232 | 2024-12-21T00:55:10.083Z | Compiling diesel_table_macro_syntax v0.2.0 |
2233 | 2024-12-21T00:55:10.153Z | Compiling packed_struct v0.10.1 |
2234 | 2024-12-21T00:55:10.468Z | Compiling crc-catalog v2.4.0 |
2235 | 2024-12-21T00:55:10.491Z | Compiling arc-swap v1.7.1 |
2236 | 2024-12-21T00:55:10.558Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2237 | 2024-12-21T00:55:10.576Z | Compiling funty v2.0.0 |
2238 | 2024-12-21T00:55:10.612Z | Compiling crc v3.2.1 |
2239 | 2024-12-21T00:55:10.915Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2240 | 2024-12-21T00:55:11.172Z | Compiling slog-scope v4.4.0 |
2241 | 2024-12-21T00:55:11.287Z | Compiling diesel_derives v2.2.3 |
2242 | 2024-12-21T00:55:11.997Z | Compiling bitvec v1.0.1 |
2243 | 2024-12-21T00:55:12.573Z | Compiling r2d2 v0.8.10 |
2244 | 2024-12-21T00:55:13.041Z | Compiling phf_codegen v0.11.2 |
2245 | 2024-12-21T00:55:13.385Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2246 | 2024-12-21T00:55:13.497Z | Compiling ascii-canvas v3.0.0 |
2247 | 2024-12-21T00:55:13.921Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2248 | 2024-12-21T00:55:14.037Z | Compiling universal-hash v0.5.1 |
2249 | 2024-12-21T00:55:14.298Z | Compiling packed_struct_codegen v0.10.1 |
2250 | 2024-12-21T00:55:16.809Z | Compiling thiserror-impl-no-std v2.0.2 |
2251 | 2024-12-21T00:55:16.856Z | Compiling parse-zoneinfo v0.3.1 |
2252 | 2024-12-21T00:55:18.422Z | Compiling ena v0.14.3 |
2253 | 2024-12-21T00:55:18.871Z | Compiling indexmap v1.9.3 |
2254 | 2024-12-21T00:55:19.185Z | Compiling opaque-debug v0.3.1 |
2255 | 2024-12-21T00:55:19.309Z | Compiling diff v0.1.13 |
2256 | 2024-12-21T00:55:19.535Z | Compiling nodrop v0.1.14 |
2257 | 2024-12-21T00:55:19.684Z | Compiling regex-syntax v0.6.29 |
2258 | 2024-12-21T00:55:19.863Z | Compiling array-init v0.0.4 |
2259 | 2024-12-21T00:55:21.186Z | Compiling thiserror-no-std v2.0.2 |
2260 | 2024-12-21T00:55:21.324Z | Compiling poly1305 v0.8.0 |
2261 | 2024-12-21T00:55:22.743Z | Compiling diesel v2.2.6 |
2262 | 2024-12-21T00:55:22.840Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-12-21T00:55:24.024Z | Compiling lalrpop v0.19.12 |
2264 | 2024-12-21T00:55:29.289Z | Compiling smallvec v0.6.14 |
2265 | 2024-12-21T00:55:29.802Z | Compiling slog-stdlog v4.1.1 |
2266 | 2024-12-21T00:55:30.643Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2267 | 2024-12-21T00:55:31.157Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2268 | 2024-12-21T00:55:31.448Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2269 | 2024-12-21T00:55:31.682Z | Compiling chacha20 v0.9.1 |
2270 | 2024-12-21T00:55:31.760Z | Compiling aead v0.5.2 |
2271 | 2024-12-21T00:55:32.110Z | Compiling vte_generate_state_changes v0.1.2 |
2272 | 2024-12-21T00:55:32.158Z | Compiling bitfield v0.14.0 |
2273 | 2024-12-21T00:55:32.484Z | Compiling hashbrown v0.12.3 |
2274 | 2024-12-21T00:55:32.720Z | Compiling ref-cast v1.0.23 |
2275 | 2024-12-21T00:55:33.258Z | Compiling termcolor v1.4.1 |
2276 | 2024-12-21T00:55:33.798Z | Compiling env_logger v0.10.2 |
2277 | 2024-12-21T00:55:35.561Z | Compiling vte v0.11.1 |
2278 | 2024-12-21T00:55:36.959Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2279 | 2024-12-21T00:55:36.986Z | Compiling chacha20poly1305 v0.10.1 |
2280 | 2024-12-21T00:55:37.263Z | Compiling slog-envlogger v2.2.0 |
2281 | 2024-12-21T00:55:40.019Z | Compiling serde-hex v0.1.0 |
2282 | 2024-12-21T00:55:45.319Z | Compiling chrono-tz v0.10.0 |
2283 | 2024-12-21T00:55:45.947Z | Compiling vsss-rs v3.3.4 |
2284 | 2024-12-21T00:55:47.070Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2285 | 2024-12-21T00:55:47.421Z | Compiling ron v0.8.1 |
2286 | 2024-12-21T00:55:50.022Z | Compiling polar-core v0.27.3 |
2287 | 2024-12-21T00:55:50.049Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2288 | 2024-12-21T00:55:50.341Z | Compiling derive_builder_core v0.20.2 |
2289 | 2024-12-21T00:55:51.222Z | Compiling hashbrown v0.13.2 |
2290 | 2024-12-21T00:55:52.496Z | Compiling headers-core v0.3.0 |
2291 | 2024-12-21T00:55:52.676Z | Compiling fxhash v0.2.1 |
2292 | 2024-12-21T00:55:52.679Z | Compiling libxml v0.3.3 |
2293 | 2024-12-21T00:55:52.914Z | Compiling ref-cast-impl v1.0.23 |
2294 | 2024-12-21T00:55:53.053Z | Compiling lockfree-object-pool v0.1.6 |
2295 | 2024-12-21T00:55:53.323Z | Compiling simd-adler32 v0.3.7 |
2296 | 2024-12-21T00:55:53.364Z | Compiling crc-any v2.5.0 |
2297 | 2024-12-21T00:55:54.033Z | Compiling zip v2.1.3 |
2298 | 2024-12-21T00:55:54.264Z | Compiling bytecount v0.6.8 |
2299 | 2024-12-21T00:55:54.351Z | Compiling bumpalo v3.16.0 |
2300 | 2024-12-21T00:55:54.522Z | Compiling papergrid v0.11.0 |
2301 | 2024-12-21T00:55:54.774Z | Compiling zopfli v0.8.1 |
2302 | 2024-12-21T00:55:54.940Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-12-21T00:55:59.087Z | Compiling headers v0.4.0 |
2304 | 2024-12-21T00:56:00.592Z | Compiling object v0.30.4 |
2305 | 2024-12-21T00:56:02.819Z | Compiling derive_builder_macro v0.20.2 |
2306 | 2024-12-21T00:56:07.819Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2307 | 2024-12-21T00:56:10.203Z | Compiling strip-ansi-escapes v0.2.0 |
2308 | 2024-12-21T00:56:10.339Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2309 | 2024-12-21T00:56:10.835Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2310 | 2024-12-21T00:56:10.916Z | Compiling tabled_derive v0.7.0 |
2311 | 2024-12-21T00:56:11.132Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2312 | 2024-12-21T00:56:13.094Z | Compiling itertools v0.12.1 |
2313 | 2024-12-21T00:56:13.380Z | Compiling fd-lock v4.0.2 |
2314 | 2024-12-21T00:56:13.498Z | Compiling peg-macros v0.8.4 |
2315 | 2024-12-21T00:56:13.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2316 | 2024-12-21T00:56:14.730Z | Compiling strum_macros v0.24.3 |
2317 | 2024-12-21T00:56:14.858Z | Compiling kstat-rs v0.2.4 |
2318 | 2024-12-21T00:56:15.041Z | Compiling samael v0.0.17 |
2319 | 2024-12-21T00:56:15.280Z | Compiling unicase v2.7.0 |
2320 | 2024-12-21T00:56:15.585Z | Compiling path-slash v0.1.5 |
2321 | 2024-12-21T00:56:15.764Z | Compiling nu-ansi-term v0.50.1 |
2322 | 2024-12-21T00:56:15.795Z | Compiling indoc v1.0.9 |
2323 | 2024-12-21T00:56:15.832Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2324 | 2024-12-21T00:56:16.613Z | Compiling reedline v0.35.0 |
2325 | 2024-12-21T00:56:16.684Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2326 | 2024-12-21T00:56:16.774Z | Compiling peg v0.8.4 |
2327 | 2024-12-21T00:56:16.967Z | Compiling tabled v0.15.0 |
2328 | 2024-12-21T00:56:20.522Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2329 | 2024-12-21T00:56:31.233Z | Compiling derive_builder v0.20.2 |
2330 | 2024-12-21T00:56:36.412Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2331 | 2024-12-21T00:56:36.454Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2332 | 2024-12-21T00:56:36.820Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2333 | 2024-12-21T00:56:37.111Z | Compiling pem v3.0.4 |
2334 | 2024-12-21T00:56:38.554Z | Compiling bcs v0.1.6 |
2335 | 2024-12-21T00:56:39.491Z | Compiling impl-trait-for-tuples v0.2.2 |
2336 | 2024-12-21T00:56:39.755Z | Compiling oso-derive v0.27.3 |
2337 | 2024-12-21T00:56:39.831Z | Compiling libz-sys v1.1.20 |
2338 | 2024-12-21T00:56:40.523Z | Compiling quick-xml v0.33.0 |
2339 | 2024-12-21T00:56:40.724Z | Compiling diesel-dtrace v0.4.2 |
2340 | 2024-12-21T00:56:41.035Z | Compiling parking_lot_core v0.8.6 |
2341 | 2024-12-21T00:56:46.363Z | Compiling oso v0.27.3 |
2342 | 2024-12-21T00:56:47.521Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2343 | 2024-12-21T00:56:49.116Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2344 | 2024-12-21T00:56:54.567Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2345 | 2024-12-21T00:56:57.759Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2346 | 2024-12-21T00:56:58.056Z | Compiling bb8 v0.8.5 |
2347 | 2024-12-21T00:56:58.683Z | Compiling buf-list v1.0.3 |
2348 | 2024-12-21T00:56:59.372Z | Compiling async-bb8-diesel v0.2.1 |
2349 | 2024-12-21T00:57:01.713Z | Compiling nibble_vec v0.1.0 |
2350 | 2024-12-21T00:57:01.960Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2351 | 2024-12-21T00:57:02.753Z | Compiling pin-project-internal v1.1.6 |
2352 | 2024-12-21T00:57:03.466Z | Compiling atty v0.2.14 |
2353 | 2024-12-21T00:57:03.645Z | Compiling salty v0.3.0 |
2354 | 2024-12-21T00:57:04.068Z | Compiling endian-type v0.1.2 |
2355 | 2024-12-21T00:57:04.333Z | Compiling radix_trie v0.2.1 |
2356 | 2024-12-21T00:57:05.575Z | Compiling pin-project v1.1.6 |
2357 | 2024-12-21T00:57:06.069Z | Compiling parking_lot v0.11.2 |
2358 | 2024-12-21T00:57:09.219Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2359 | 2024-12-21T00:57:13.868Z | Compiling snafu-derive v0.8.5 |
2360 | 2024-12-21T00:57:18.516Z | Compiling snafu v0.8.5 |
2361 | 2024-12-21T00:57:19.834Z | Compiling sled v0.34.7 |
2362 | 2024-12-21T00:57:22.022Z | Compiling mime_guess v2.0.5 |
2363 | 2024-12-21T00:57:25.198Z | Compiling hickory-client v0.24.1 |
2364 | 2024-12-21T00:57:30.650Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2365 | 2024-12-21T00:57:32.769Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2366 | 2024-12-21T00:57:35.045Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2367 | 2024-12-21T00:57:35.462Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2368 | 2024-12-21T00:57:36.372Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2369 | 2024-12-21T00:57:37.806Z | Compiling globset v0.4.15 |
2370 | 2024-12-21T00:57:38.431Z | Compiling hickory-server v0.24.1 |
2371 | 2024-12-21T00:57:44.125Z | Compiling primeorder v0.13.6 |
2372 | 2024-12-21T00:57:44.704Z | Compiling olpc-cjson v0.1.4 |
2373 | 2024-12-21T00:57:45.060Z | Compiling vergen v8.3.2 |
2374 | 2024-12-21T00:57:45.212Z | Compiling env_filter v0.1.2 |
2375 | 2024-12-21T00:57:45.354Z | Compiling cargo-platform v0.1.8 |
2376 | 2024-12-21T00:57:45.881Z | Compiling serde_plain v1.0.2 |
2377 | 2024-12-21T00:57:46.416Z | Compiling nanorand v0.7.0 |
2378 | 2024-12-21T00:57:46.720Z | Compiling memoffset v0.9.1 |
2379 | 2024-12-21T00:57:47.058Z | Compiling typed-path v0.9.3 |
2380 | 2024-12-21T00:57:49.741Z | Compiling tough v0.19.0 |
2381 | 2024-12-21T00:57:50.439Z | Compiling flume v0.11.1 |
2382 | 2024-12-21T00:57:51.192Z | Compiling cargo_metadata v0.18.1 |
2383 | 2024-12-21T00:57:54.273Z | Compiling env_logger v0.11.5 |
2384 | 2024-12-21T00:57:54.455Z | Compiling p384 v0.13.0 |
2385 | 2024-12-21T00:57:54.893Z | Compiling git2 v0.19.0 |
2386 | 2024-12-21T00:57:55.283Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2387 | 2024-12-21T00:57:55.667Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2024-12-21T00:58:00.640Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2389 | 2024-12-21T00:58:04.667Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2390 | 2024-12-21T00:58:05.660Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2391 | 2024-12-21T00:58:05.856Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2392 | 2024-12-21T00:58:12.205Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2393 | 2024-12-21T00:58:12.740Z | Compiling rand_seeder v0.3.0 |
2394 | 2024-12-21T00:58:12.740Z | Compiling libsqlite3-sys v0.30.1 |
2395 | 2024-12-21T00:58:13.160Z | Compiling lzma-sys v0.1.20 |
2396 | 2024-12-21T00:58:13.282Z | Compiling cfg_aliases v0.2.1 |
2397 | 2024-12-21T00:58:13.409Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2398 | 2024-12-21T00:58:13.733Z | Compiling rustls v0.21.12 |
2399 | 2024-12-21T00:58:13.893Z | Compiling parse-size v1.1.0 |
2400 | 2024-12-21T00:58:14.046Z | Compiling http-range v0.1.5 |
2401 | 2024-12-21T00:58:14.223Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2402 | 2024-12-21T00:58:14.731Z | Compiling nix v0.29.0 |
2403 | 2024-12-21T00:58:15.019Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2404 | 2024-12-21T00:58:15.576Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2405 | 2024-12-21T00:58:17.147Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2406 | 2024-12-21T00:58:18.169Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2407 | 2024-12-21T00:58:19.013Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2408 | 2024-12-21T00:58:19.058Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2409 | 2024-12-21T00:58:19.303Z | Compiling rustls-webpki v0.101.7 |
2410 | 2024-12-21T00:58:21.497Z | Compiling sct v0.7.1 |
2411 | 2024-12-21T00:58:21.972Z | Compiling heck v0.3.3 |
2412 | 2024-12-21T00:58:22.368Z | Compiling castaway v0.2.3 |
2413 | 2024-12-21T00:58:22.580Z | Compiling csv-core v0.1.11 |
2414 | 2024-12-21T00:58:23.192Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2415 | 2024-12-21T00:58:23.379Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2416 | 2024-12-21T00:58:23.441Z | Compiling glob v0.3.1 |
2417 | 2024-12-21T00:58:23.579Z | Compiling csv v1.3.0 |
2418 | 2024-12-21T00:58:23.717Z | Compiling compact_str v0.8.0 |
2419 | 2024-12-21T00:58:24.776Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2420 | 2024-12-21T00:58:25.452Z | Compiling zone_cfg_derive v0.1.2 |
2421 | 2024-12-21T00:58:26.229Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2422 | 2024-12-21T00:58:26.928Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2423 | 2024-12-21T00:58:28.198Z | Compiling nix v0.27.1 |
2424 | 2024-12-21T00:58:31.189Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2425 | 2024-12-21T00:58:33.964Z | Compiling hyper-staticfile v0.10.1 |
2426 | 2024-12-21T00:58:34.979Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2427 | 2024-12-21T00:58:37.648Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2428 | 2024-12-21T00:58:37.707Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2429 | 2024-12-21T00:58:38.893Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2430 | 2024-12-21T00:58:41.940Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2431 | 2024-12-21T00:58:42.958Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2432 | 2024-12-21T00:58:43.308Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-12-21T00:58:43.608Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2434 | 2024-12-21T00:58:43.912Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2435 | 2024-12-21T00:58:46.404Z | Compiling unicode-truncate v1.1.0 |
2436 | 2024-12-21T00:58:46.696Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2437 | 2024-12-21T00:58:47.401Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2438 | 2024-12-21T00:58:48.055Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2439 | 2024-12-21T00:58:48.637Z | Compiling hashlink v0.9.1 |
2440 | 2024-12-21T00:58:49.495Z | Compiling tungstenite v0.23.0 |
2441 | 2024-12-21T00:58:49.669Z | Compiling lru v0.12.5 |
2442 | 2024-12-21T00:58:50.057Z | Compiling instability v0.3.2 |
2443 | 2024-12-21T00:58:51.067Z | Compiling fallible-iterator v0.3.0 |
2444 | 2024-12-21T00:58:51.148Z | Compiling fallible-streaming-iterator v0.1.9 |
2445 | 2024-12-21T00:58:51.447Z | Compiling cassowary v0.3.0 |
2446 | 2024-12-21T00:58:51.465Z | Compiling base64 v0.13.1 |
2447 | 2024-12-21T00:58:51.884Z | Compiling rusqlite v0.32.1 |
2448 | 2024-12-21T00:58:52.165Z | Compiling ratatui v0.28.1 |
2449 | 2024-12-21T00:58:52.202Z | Compiling ron v0.7.1 |
2450 | 2024-12-21T00:58:55.090Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-12-21T00:58:55.196Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2452 | 2024-12-21T00:58:55.730Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2453 | 2024-12-21T00:58:57.074Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2454 | 2024-12-21T00:58:58.649Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2455 | 2024-12-21T00:59:01.299Z | Compiling xz2 v0.1.7 |
2456 | 2024-12-21T00:59:02.922Z | Compiling tokio-rustls v0.24.1 |
2457 | 2024-12-21T00:59:03.375Z | Compiling zone v0.1.8 |
2458 | 2024-12-21T00:59:06.751Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2459 | 2024-12-21T00:59:10.887Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2460 | 2024-12-21T00:59:13.238Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2461 | 2024-12-21T00:59:14.383Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2462 | 2024-12-21T00:59:21.504Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2463 | 2024-12-21T00:59:23.714Z | Compiling rustls-pemfile v1.0.4 |
2464 | 2024-12-21T00:59:24.489Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2465 | 2024-12-21T00:59:24.594Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2466 | 2024-12-21T00:59:24.807Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2467 | 2024-12-21T00:59:25.000Z | Compiling signal-hook-tokio v0.3.1 |
2468 | 2024-12-21T00:59:25.237Z | Compiling twox-hash v1.6.3 |
2469 | 2024-12-21T00:59:25.495Z | Compiling yasna v0.5.2 |
2470 | 2024-12-21T00:59:26.263Z | Compiling unicode-linebreak v0.1.5 |
2471 | 2024-12-21T00:59:26.837Z | Compiling smawk v0.3.2 |
2472 | 2024-12-21T00:59:27.104Z | Compiling is_ci v1.2.0 |
2473 | 2024-12-21T00:59:27.414Z | Compiling supports-color v3.0.1 |
2474 | 2024-12-21T00:59:27.841Z | Compiling textwrap v0.16.1 |
2475 | 2024-12-21T00:59:28.845Z | Compiling rcgen v0.12.1 |
2476 | 2024-12-21T00:59:31.923Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2477 | 2024-12-21T00:59:37.196Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2478 | 2024-12-21T00:59:39.059Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2479 | 2024-12-21T00:59:40.493Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2480 | 2024-12-21T00:59:42.864Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2481 | 2024-12-21T00:59:43.758Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2482 | 2024-12-21T00:59:48.584Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2483 | 2024-12-21T00:59:59.974Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2484 | 2024-12-21T01:00:00.622Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2485 | 2024-12-21T01:00:02.125Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2486 | 2024-12-21T01:00:02.437Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2487 | 2024-12-21T01:00:09.093Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2488 | 2024-12-21T01:00:16.017Z | Compiling fatfs v0.3.6 |
2489 | 2024-12-21T01:00:18.958Z | Compiling subprocess v0.2.9 |
2490 | 2024-12-21T01:00:19.427Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-21T01:00:19.879Z | Compiling assert_matches v1.5.0 |
2492 | 2024-12-21T01:00:19.958Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2493 | 2024-12-21T01:00:23.653Z | Compiling rpassword v7.3.1 |
2494 | 2024-12-21T01:00:24.145Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2495 | 2024-12-21T01:00:24.989Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2496 | 2024-12-21T01:00:27.673Z | Compiling tui-tree-widget v0.22.0 |
2497 | 2024-12-21T01:00:28.152Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2498 | 2024-12-21T01:00:32.264Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2499 | 2024-12-21T01:00:36.700Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2500 | 2024-12-21T01:00:37.011Z | Compiling uzers v0.12.1 |
2501 | 2024-12-21T01:00:40.163Z | Compiling shell-words v1.1.0 |
2502 | 2024-12-21T01:00:40.594Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2503 | 2024-12-21T01:00:46.061Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2504 | 2024-12-21T01:00:48.250Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2505 | 2024-12-21T01:01:15.837Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2506 | 2024-12-21T01:01:17.304Z | Compiling multimap v0.10.0 |
2507 | 2024-12-21T01:03:33.912Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2508 | 2024-12-21T01:03:42.156Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2509 | 2024-12-21T01:10:22.217Z | Finished `release` profile [optimized] target(s) in 15m 55s |
2510 | 2024-12-21T01:11:25.664Z | |
2511 | 2024-12-21T01:11:25.664Z | real 17:00.562739855 |
2512 | 2024-12-21T01:11:25.664Z | user 1:55:09.569697294 |
2513 | 2024-12-21T01:11:25.664Z | sys 5:41.127366282 |
2514 | 2024-12-21T01:11:25.664Z | trap 2.795784608 |
2515 | 2024-12-21T01:11:25.664Z | tflt 2.920906822 |
2516 | 2024-12-21T01:11:25.664Z | dflt 4.001481554 |
2517 | 2024-12-21T01:11:25.664Z | kflt 0.080509605 |
2518 | 2024-12-21T01:11:25.667Z | lock 7:09:28.325890104 |
2519 | 2024-12-21T01:11:25.667Z | slp 6:07:44.429551866 |
2520 | 2024-12-21T01:11:25.667Z | lat 2:51.935834927 |
2521 | 2024-12-21T01:11:25.667Z | stop 2:27.600222888 |
2522 | 2024-12-21T01:11:25.667Z | + mapfile -t packages |
2523 | 2024-12-21T01:11:25.668Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2524 | 2024-12-21T01:11:26.662Z | Finished `release` profile [optimized] target(s) in 0.94s |
2525 | 2024-12-21T01:11:26.719Z | Running `target/release/omicron-package -t test list-outputs` |
2526 | 2024-12-21T01:11:26.765Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2527 | 2024-12-21T01:11:26.768Z | + ptime -m cargo build --locked --release -p xtask |
2528 | 2024-12-21T01:11:27.312Z | Compiling serde v1.0.215 |
2529 | 2024-12-21T01:11:27.315Z | Compiling libc v0.2.162 |
2530 | 2024-12-21T01:11:27.316Z | Compiling serde_json v1.0.132 |
2531 | 2024-12-21T01:11:27.316Z | Compiling rustix v0.38.37 |
2532 | 2024-12-21T01:11:27.404Z | Compiling syn v2.0.87 |
2533 | 2024-12-21T01:11:27.415Z | Compiling bitflags v2.6.0 |
2534 | 2024-12-21T01:11:27.746Z | Compiling usdt-impl v0.5.0 |
2535 | 2024-12-21T01:11:27.787Z | Compiling syn v1.0.109 |
2536 | 2024-12-21T01:11:27.894Z | Compiling log v0.4.22 |
2537 | 2024-12-21T01:11:27.911Z | Compiling hashbrown v0.15.1 |
2538 | 2024-12-21T01:11:27.997Z | Compiling fs-err v2.11.0 |
2539 | 2024-12-21T01:11:28.292Z | Compiling anyhow v1.0.93 |
2540 | 2024-12-21T01:11:28.347Z | Compiling once_cell v1.20.2 |
2541 | 2024-12-21T01:11:28.860Z | Compiling thread-id v4.2.2 |
2542 | 2024-12-21T01:11:29.263Z | Compiling indexmap v2.6.0 |
2543 | 2024-12-21T01:11:30.333Z | Compiling terminal_size v0.4.0 |
2544 | 2024-12-21T01:11:30.333Z | Compiling tempfile v3.13.0 |
2545 | 2024-12-21T01:11:30.574Z | Compiling clap_builder v4.5.21 |
2546 | 2024-12-21T01:11:31.092Z | Compiling proc-macro-error v1.0.4 |
2547 | 2024-12-21T01:11:32.467Z | Compiling tabled_derive v0.7.0 |
2548 | 2024-12-21T01:11:33.748Z | Compiling tabled v0.15.0 |
2549 | 2024-12-21T01:11:35.319Z | Compiling serde_derive v1.0.215 |
2550 | 2024-12-21T01:11:35.844Z | Compiling thiserror-impl v1.0.69 |
2551 | 2024-12-21T01:11:38.060Z | Compiling zerocopy-derive v0.7.35 |
2552 | 2024-12-21T01:11:38.739Z | Compiling thiserror v1.0.69 |
2553 | 2024-12-21T01:11:38.990Z | Compiling pest v2.7.14 |
2554 | 2024-12-21T01:11:39.843Z | Compiling scroll_derive v0.12.0 |
2555 | 2024-12-21T01:11:40.153Z | Compiling zerocopy v0.7.35 |
2556 | 2024-12-21T01:11:41.235Z | Compiling scroll v0.12.0 |
2557 | 2024-12-21T01:11:41.805Z | Compiling pest_meta v2.7.14 |
2558 | 2024-12-21T01:11:41.898Z | Compiling goblin v0.8.2 |
2559 | 2024-12-21T01:11:43.658Z | Compiling pest_generator v2.7.14 |
2560 | 2024-12-21T01:11:46.002Z | Compiling pest_derive v2.7.14 |
2561 | 2024-12-21T01:11:46.798Z | Compiling dtrace-parser v0.2.0 |
2562 | 2024-12-21T01:11:48.896Z | Compiling clap_derive v4.5.18 |
2563 | 2024-12-21T01:11:53.519Z | Compiling dof v0.3.0 |
2564 | 2024-12-21T01:11:53.588Z | Compiling serde_tokenstream v0.2.2 |
2565 | 2024-12-21T01:11:54.466Z | Compiling toml_datetime v0.6.8 |
2566 | 2024-12-21T01:11:54.594Z | Compiling serde_spanned v0.6.8 |
2567 | 2024-12-21T01:11:54.859Z | Compiling toml_edit v0.22.22 |
2568 | 2024-12-21T01:11:55.600Z | Compiling camino v1.1.9 |
2569 | 2024-12-21T01:11:55.799Z | Compiling usdt-macro v0.5.0 |
2570 | 2024-12-21T01:11:57.003Z | Compiling usdt-attr-macro v0.5.0 |
2571 | 2024-12-21T01:11:57.575Z | Compiling cargo-platform v0.1.8 |
2572 | 2024-12-21T01:11:58.389Z | Compiling toml v0.8.19 |
2573 | 2024-12-21T01:11:58.638Z | Compiling semver v1.0.23 |
2574 | 2024-12-21T01:12:00.119Z | Compiling cargo_toml v0.20.5 |
2575 | 2024-12-21T01:12:00.152Z | Compiling cargo_metadata v0.18.1 |
2576 | 2024-12-21T01:12:00.319Z | Compiling usdt v0.5.0 |
2577 | 2024-12-21T01:12:00.787Z | Compiling camino-tempfile v1.1.1 |
2578 | 2024-12-21T01:12:01.603Z | Compiling clap v4.5.21 |
2579 | 2024-12-21T01:12:01.745Z | Compiling macaddr v1.0.1 |
2580 | 2024-12-21T01:12:11.827Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2581 | 2024-12-21T01:12:22.820Z | Finished `release` profile [optimized] target(s) in 55.99s |
2582 | 2024-12-21T01:12:22.924Z | |
2583 | 2024-12-21T01:12:22.924Z | real 56.122405080 |
2584 | 2024-12-21T01:12:22.924Z | user 5:44.324351728 |
2585 | 2024-12-21T01:12:22.924Z | sys 30.900610651 |
2586 | 2024-12-21T01:12:22.924Z | trap 0.150583261 |
2587 | 2024-12-21T01:12:22.924Z | tflt 0.317568999 |
2588 | 2024-12-21T01:12:22.925Z | dflt 0.451152701 |
2589 | 2024-12-21T01:12:22.925Z | kflt 0.000000000 |
2590 | 2024-12-21T01:12:22.925Z | lock 9:37.862381121 |
2591 | 2024-12-21T01:12:22.925Z | slp 14:45.917053282 |
2592 | 2024-12-21T01:12:22.925Z | lat 12.311008261 |
2593 | 2024-12-21T01:12:22.925Z | stop 15.305355810 |
2594 | 2024-12-21T01:12:22.928Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2595 | 2024-12-21T01:12:22.928Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2596 | 2024-12-21T01:12:22.928Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2597 | 2024-12-21T01:12:22.928Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2598 | 2024-12-21T01:12:22.928Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2599 | 2024-12-21T01:12:23.788Z | Compiling hashbrown v0.14.5 |
2600 | 2024-12-21T01:12:23.916Z | Compiling ident_case v1.0.1 |
2601 | 2024-12-21T01:12:23.919Z | Compiling unsafe-libyaml v0.2.11 |
2602 | 2024-12-21T01:12:23.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2603 | 2024-12-21T01:12:23.919Z | Compiling progenitor-client v0.8.0 |
2604 | 2024-12-21T01:12:23.920Z | Compiling ipnetwork v0.20.0 |
2605 | 2024-12-21T01:12:23.920Z | Compiling macaddr v1.0.1 |
2606 | 2024-12-21T01:12:23.920Z | Compiling instant v0.1.13 |
2607 | 2024-12-21T01:12:24.084Z | Compiling darling_core v0.20.10 |
2608 | 2024-12-21T01:12:24.157Z | Compiling structmeta-derive v0.3.0 |
2609 | 2024-12-21T01:12:24.397Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2610 | 2024-12-21T01:12:24.427Z | Compiling dropshot v0.13.0 |
2611 | 2024-12-21T01:12:24.446Z | Compiling newtype-uuid v1.1.3 |
2612 | 2024-12-21T01:12:24.757Z | Compiling dropshot_endpoint v0.13.0 |
2613 | 2024-12-21T01:12:24.857Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2614 | 2024-12-21T01:12:25.089Z | Compiling regress v0.10.1 |
2615 | 2024-12-21T01:12:25.179Z | Compiling serde_yaml v0.9.34+deprecated |
2616 | 2024-12-21T01:12:25.202Z | Compiling regress v0.9.1 |
2617 | 2024-12-21T01:12:25.647Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2618 | 2024-12-21T01:12:25.747Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2619 | 2024-12-21T01:12:25.824Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2620 | 2024-12-21T01:12:26.107Z | Compiling backoff v0.4.0 |
2621 | 2024-12-21T01:12:26.450Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2622 | 2024-12-21T01:12:26.575Z | Compiling tempfile v3.13.0 |
2623 | 2024-12-21T01:12:26.619Z | Compiling proc-macro-crate v1.3.1 |
2624 | 2024-12-21T01:12:27.147Z | Compiling structmeta v0.3.0 |
2625 | 2024-12-21T01:12:27.482Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2626 | 2024-12-21T01:12:27.611Z | Compiling parse-display-derive v0.10.0 |
2627 | 2024-12-21T01:12:27.673Z | Compiling num_enum_derive v0.5.11 |
2628 | 2024-12-21T01:12:27.875Z | Compiling itertools v0.13.0 |
2629 | 2024-12-21T01:12:29.323Z | Compiling typify-impl v0.2.0 |
2630 | 2024-12-21T01:12:30.237Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2631 | 2024-12-21T01:12:30.340Z | Compiling num_enum v0.5.11 |
2632 | 2024-12-21T01:12:30.385Z | Compiling zerocopy v0.8.10 |
2633 | 2024-12-21T01:12:30.524Z | Compiling foreign-types-macros v0.2.3 |
2634 | 2024-12-21T01:12:30.545Z | Compiling zerocopy-derive v0.8.10 |
2635 | 2024-12-21T01:12:31.197Z | Compiling darling_macro v0.20.10 |
2636 | 2024-12-21T01:12:31.256Z | Compiling foreign-types-shared v0.3.1 |
2637 | 2024-12-21T01:12:31.385Z | Compiling heapless v0.8.0 |
2638 | 2024-12-21T01:12:31.563Z | Compiling proc-macro-error v1.0.4 |
2639 | 2024-12-21T01:12:31.852Z | Compiling foreign-types v0.5.0 |
2640 | 2024-12-21T01:12:32.134Z | Compiling darling v0.20.10 |
2641 | 2024-12-21T01:12:32.162Z | Compiling camino-tempfile v1.1.1 |
2642 | 2024-12-21T01:12:32.235Z | Compiling parse-display v0.10.0 |
2643 | 2024-12-21T01:12:32.257Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2644 | 2024-12-21T01:12:32.260Z | Compiling serde_with_macros v3.11.0 |
2645 | 2024-12-21T01:12:32.294Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2646 | 2024-12-21T01:12:32.613Z | Compiling hash32 v0.3.1 |
2647 | 2024-12-21T01:12:32.861Z | Compiling cstr-argument v0.1.2 |
2648 | 2024-12-21T01:12:32.952Z | Compiling crucible-workspace-hack v0.1.0 |
2649 | 2024-12-21T01:12:33.084Z | Compiling pretty-hex v0.2.1 |
2650 | 2024-12-21T01:12:33.112Z | Compiling smoltcp v0.11.0 |
2651 | 2024-12-21T01:12:33.247Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2652 | 2024-12-21T01:12:33.267Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2653 | 2024-12-21T01:12:33.453Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2654 | 2024-12-21T01:12:33.929Z | Compiling tabwriter v1.4.0 |
2655 | 2024-12-21T01:12:34.071Z | Compiling colored v2.1.0 |
2656 | 2024-12-21T01:12:34.464Z | Compiling cobs v0.2.3 |
2657 | 2024-12-21T01:12:34.776Z | Compiling postcard v1.0.10 |
2658 | 2024-12-21T01:12:34.971Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2659 | 2024-12-21T01:12:35.137Z | Compiling serde_with v3.11.0 |
2660 | 2024-12-21T01:12:35.263Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2024-12-21T01:12:35.444Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2024-12-21T01:12:35.498Z | Compiling thiserror v2.0.3 |
2663 | 2024-12-21T01:12:36.166Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2664 | 2024-12-21T01:12:36.491Z | Compiling smf v0.2.3 |
2665 | 2024-12-21T01:12:36.734Z | Compiling thiserror-impl v2.0.3 |
2666 | 2024-12-21T01:12:37.230Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2667 | 2024-12-21T01:12:37.858Z | Compiling zone_cfg_derive v0.3.0 |
2668 | 2024-12-21T01:12:39.095Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2669 | 2024-12-21T01:12:39.380Z | Compiling num-derive v0.4.2 |
2670 | 2024-12-21T01:12:39.463Z | Compiling sigpipe v0.1.3 |
2671 | 2024-12-21T01:12:39.595Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2672 | 2024-12-21T01:12:39.615Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2673 | 2024-12-21T01:12:39.652Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2674 | 2024-12-21T01:12:39.804Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2675 | 2024-12-21T01:12:39.905Z | Compiling zone v0.3.0 |
2676 | 2024-12-21T01:12:40.229Z | Compiling universal-hash v0.5.1 |
2677 | 2024-12-21T01:12:40.421Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-21T01:12:40.496Z | Compiling opaque-debug v0.3.1 |
2679 | 2024-12-21T01:12:40.598Z | Compiling num-rational v0.4.2 |
2680 | 2024-12-21T01:12:40.617Z | Compiling password-hash v0.5.0 |
2681 | 2024-12-21T01:12:40.752Z | Compiling num-complex v0.4.6 |
2682 | 2024-12-21T01:12:41.538Z | Compiling blake2 v0.10.6 |
2683 | 2024-12-21T01:12:41.653Z | Compiling aead v0.5.2 |
2684 | 2024-12-21T01:12:41.725Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2024-12-21T01:12:41.827Z | Compiling convert_case v0.4.0 |
2686 | 2024-12-21T01:12:41.883Z | Compiling keccak v0.1.5 |
2687 | 2024-12-21T01:12:42.027Z | Compiling argon2 v0.5.3 |
2688 | 2024-12-21T01:12:42.432Z | Compiling sha3 v0.10.8 |
2689 | 2024-12-21T01:12:42.675Z | Compiling num v0.4.3 |
2690 | 2024-12-21T01:12:42.789Z | Compiling poly1305 v0.8.0 |
2691 | 2024-12-21T01:12:42.828Z | Compiling derive_more v0.99.18 |
2692 | 2024-12-21T01:12:42.889Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2024-12-21T01:12:42.950Z | Compiling tungstenite v0.21.0 |
2694 | 2024-12-21T01:12:43.204Z | Compiling chacha20 v0.9.1 |
2695 | 2024-12-21T01:12:43.500Z | Compiling base64 v0.21.7 |
2696 | 2024-12-21T01:12:43.703Z | Compiling float-ord v0.3.2 |
2697 | 2024-12-21T01:12:43.936Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2698 | 2024-12-21T01:12:44.377Z | Compiling tokio-tungstenite v0.21.0 |
2699 | 2024-12-21T01:12:44.496Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2700 | 2024-12-21T01:12:44.546Z | Compiling same-file v1.0.6 |
2701 | 2024-12-21T01:12:44.874Z | Compiling semver v0.1.20 |
2702 | 2024-12-21T01:12:44.897Z | Compiling walkdir v2.5.0 |
2703 | 2024-12-21T01:12:44.964Z | Compiling newline-converter v0.3.0 |
2704 | 2024-12-21T01:12:44.988Z | Compiling primeorder v0.13.6 |
2705 | 2024-12-21T01:12:45.137Z | Compiling secrecy v0.8.0 |
2706 | 2024-12-21T01:12:45.191Z | Compiling rustc_version v0.1.7 |
2707 | 2024-12-21T01:12:45.418Z | Compiling owo-colors v4.1.0 |
2708 | 2024-12-21T01:12:45.505Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2709 | 2024-12-21T01:12:45.535Z | Compiling cancel-safe-futures v0.1.5 |
2710 | 2024-12-21T01:12:45.716Z | Compiling newtype_derive v0.1.6 |
2711 | 2024-12-21T01:12:45.716Z | Compiling expectorate v1.1.0 |
2712 | 2024-12-21T01:12:45.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2713 | 2024-12-21T01:12:45.906Z | Compiling thiserror-impl-no-std v2.0.2 |
2714 | 2024-12-21T01:12:45.959Z | Compiling ring v0.16.20 |
2715 | 2024-12-21T01:12:46.007Z | Compiling blake3 v1.5.4 |
2716 | 2024-12-21T01:12:46.074Z | Compiling unicase v2.7.0 |
2717 | 2024-12-21T01:12:46.369Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2024-12-21T01:12:46.397Z | Compiling half v2.4.1 |
2719 | 2024-12-21T01:12:46.683Z | Compiling ciborium-io v0.2.2 |
2720 | 2024-12-21T01:12:46.719Z | Compiling arc-swap v1.7.1 |
2721 | 2024-12-21T01:12:46.985Z | Compiling ciborium-ll v0.2.2 |
2722 | 2024-12-21T01:12:47.303Z | Compiling slog-scope v4.4.0 |
2723 | 2024-12-21T01:12:47.458Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2724 | 2024-12-21T01:12:47.663Z | Compiling typify-macro v0.2.0 |
2725 | 2024-12-21T01:12:47.807Z | Compiling polyval v0.6.2 |
2726 | 2024-12-21T01:12:47.825Z | Compiling atomicwrites v0.4.4 |
2727 | 2024-12-21T01:12:48.196Z | Compiling libsw v3.3.1 |
2728 | 2024-12-21T01:12:48.243Z | Compiling memmap2 v0.9.5 |
2729 | 2024-12-21T01:12:48.263Z | Compiling spin v0.5.2 |
2730 | 2024-12-21T01:12:48.510Z | Compiling constant_time_eq v0.3.1 |
2731 | 2024-12-21T01:12:48.532Z | Compiling parking_lot_core v0.8.6 |
2732 | 2024-12-21T01:12:48.693Z | Compiling libefi-sys v0.1.0 |
2733 | 2024-12-21T01:12:48.726Z | Compiling arrayvec v0.7.6 |
2734 | 2024-12-21T01:12:49.027Z | Compiling arrayref v0.3.9 |
2735 | 2024-12-21T01:12:49.048Z | Compiling salty v0.3.0 |
2736 | 2024-12-21T01:12:49.051Z | Compiling thiserror-no-std v2.0.2 |
2737 | 2024-12-21T01:12:49.136Z | Compiling linear-map v1.2.0 |
2738 | 2024-12-21T01:12:49.165Z | Compiling indent_write v2.2.0 |
2739 | 2024-12-21T01:12:49.181Z | Compiling vsss-rs v3.3.4 |
2740 | 2024-12-21T01:12:49.568Z | Compiling ghash v0.5.1 |
2741 | 2024-12-21T01:12:49.743Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2742 | 2024-12-21T01:12:50.066Z | Compiling slog-stdlog v4.1.1 |
2743 | 2024-12-21T01:12:50.170Z | Compiling ciborium v0.2.2 |
2744 | 2024-12-21T01:12:50.534Z | Compiling p384 v0.13.0 |
2745 | 2024-12-21T01:12:50.626Z | Compiling toolchain_find v0.4.0 |
2746 | 2024-12-21T01:12:50.767Z | Compiling chacha20poly1305 v0.10.1 |
2747 | 2024-12-21T01:12:51.009Z | Compiling ctr v0.9.2 |
2748 | 2024-12-21T01:12:51.350Z | Compiling lzma-sys v0.1.20 |
2749 | 2024-12-21T01:12:51.392Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2750 | 2024-12-21T01:12:51.629Z | Compiling bitfield-struct v0.6.2 |
2751 | 2024-12-21T01:12:51.794Z | Compiling slog-dtrace v0.3.0 |
2752 | 2024-12-21T01:12:51.859Z | Compiling typify v0.2.0 |
2753 | 2024-12-21T01:12:52.010Z | Compiling progenitor-impl v0.8.0 |
2754 | 2024-12-21T01:12:52.068Z | Compiling topological-sort v0.2.2 |
2755 | 2024-12-21T01:12:52.088Z | Compiling highway v1.2.0 |
2756 | 2024-12-21T01:12:52.291Z | Compiling omicron-zone-package v0.11.1 |
2757 | 2024-12-21T01:12:52.352Z | Compiling aes-gcm v0.10.3 |
2758 | 2024-12-21T01:12:52.668Z | Compiling rustfmt-wrapper v0.2.1 |
2759 | 2024-12-21T01:12:52.843Z | Compiling slog-envlogger v2.2.0 |
2760 | 2024-12-21T01:12:53.149Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-12-21T01:12:53.239Z | Compiling mime_guess v2.0.5 |
2762 | 2024-12-21T01:12:53.363Z | Compiling steno v0.4.1 |
2763 | 2024-12-21T01:12:53.937Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2764 | 2024-12-21T01:12:54.101Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2765 | 2024-12-21T01:12:54.406Z | Compiling heck v0.3.3 |
2766 | 2024-12-21T01:12:54.642Z | Compiling ssh-encoding v0.2.0 |
2767 | 2024-12-21T01:12:54.661Z | Compiling blowfish v0.9.1 |
2768 | 2024-12-21T01:12:54.800Z | Compiling nibble_vec v0.1.0 |
2769 | 2024-12-21T01:12:54.856Z | Compiling env_filter v0.1.2 |
2770 | 2024-12-21T01:12:55.015Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2771 | 2024-12-21T01:12:55.106Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2772 | 2024-12-21T01:12:55.201Z | Compiling endian-type v0.1.2 |
2773 | 2024-12-21T01:12:55.255Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-21T01:12:55.291Z | Compiling humantime v2.1.0 |
2775 | 2024-12-21T01:12:55.384Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2776 | 2024-12-21T01:12:55.432Z | Compiling radix_trie v0.2.1 |
2777 | 2024-12-21T01:12:55.483Z | Compiling env_logger v0.11.5 |
2778 | 2024-12-21T01:12:55.571Z | Compiling ssh-cipher v0.2.0 |
2779 | 2024-12-21T01:12:55.833Z | Compiling bcrypt-pbkdf v0.10.0 |
2780 | 2024-12-21T01:12:56.142Z | Compiling zone_cfg_derive v0.1.2 |
2781 | 2024-12-21T01:12:56.295Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2782 | 2024-12-21T01:12:56.451Z | Compiling parking_lot v0.11.2 |
2783 | 2024-12-21T01:12:56.909Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2024-12-21T01:12:57.311Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2785 | 2024-12-21T01:12:57.393Z | Compiling password-hash v0.4.2 |
2786 | 2024-12-21T01:12:57.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2787 | 2024-12-21T01:12:57.653Z | Compiling gethostname v0.5.0 |
2788 | 2024-12-21T01:12:57.738Z | Compiling fxhash v0.2.1 |
2789 | 2024-12-21T01:12:57.826Z | Compiling bumpalo v3.16.0 |
2790 | 2024-12-21T01:12:57.870Z | Compiling simd-adler32 v0.3.7 |
2791 | 2024-12-21T01:12:57.946Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2792 | 2024-12-21T01:12:58.090Z | Compiling zip v2.1.3 |
2793 | 2024-12-21T01:12:58.242Z | Compiling lockfree-object-pool v0.1.6 |
2794 | 2024-12-21T01:12:58.310Z | Compiling matches v0.1.10 |
2795 | 2024-12-21T01:12:58.347Z | Compiling http-range v0.1.5 |
2796 | 2024-12-21T01:12:58.393Z | Compiling base64 v0.13.1 |
2797 | 2024-12-21T01:12:58.451Z | Compiling idna v0.2.3 |
2798 | 2024-12-21T01:12:58.504Z | Compiling zopfli v0.8.1 |
2799 | 2024-12-21T01:12:58.527Z | Compiling sled v0.34.7 |
2800 | 2024-12-21T01:12:58.657Z | Compiling pbkdf2 v0.11.0 |
2801 | 2024-12-21T01:12:58.713Z | Compiling zone v0.1.8 |
2802 | 2024-12-21T01:12:59.033Z | Compiling ron v0.7.1 |
2803 | 2024-12-21T01:12:59.052Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2804 | 2024-12-21T01:12:59.785Z | Compiling xz2 v0.1.7 |
2805 | 2024-12-21T01:13:00.174Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2806 | 2024-12-21T01:13:00.320Z | Compiling progenitor-macro v0.8.0 |
2807 | 2024-12-21T01:13:00.341Z | Compiling ssh-key v0.6.6 |
2808 | 2024-12-21T01:13:00.373Z | Compiling hickory-client v0.24.1 |
2809 | 2024-12-21T01:13:01.359Z | Compiling p256 v0.13.2 |
2810 | 2024-12-21T01:13:01.482Z | Compiling p521 v0.13.3 |
2811 | 2024-12-21T01:13:01.748Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2812 | 2024-12-21T01:13:01.854Z | Compiling hickory-server v0.24.1 |
2813 | 2024-12-21T01:13:02.224Z | Compiling enum-as-inner v0.5.1 |
2814 | 2024-12-21T01:13:02.949Z | Compiling pem v3.0.4 |
2815 | 2024-12-21T01:13:03.258Z | Compiling yasna v0.5.2 |
2816 | 2024-12-21T01:13:03.809Z | Compiling headers-core v0.3.0 |
2817 | 2024-12-21T01:13:03.919Z | Compiling kstat-rs v0.2.4 |
2818 | 2024-12-21T01:13:03.986Z | Compiling nanorand v0.7.0 |
2819 | 2024-12-21T01:13:04.584Z | Compiling russh-cryptovec v0.7.3 |
2820 | 2024-12-21T01:13:04.601Z | Compiling atty v0.2.14 |
2821 | 2024-12-21T01:13:04.753Z | Compiling md5 v0.7.0 |
2822 | 2024-12-21T01:13:04.914Z | Compiling flume v0.11.1 |
2823 | 2024-12-21T01:13:05.023Z | Compiling russh-keys v0.45.0 |
2824 | 2024-12-21T01:13:05.151Z | Compiling rcgen v0.12.1 |
2825 | 2024-12-21T01:13:05.241Z | Compiling headers v0.4.0 |
2826 | 2024-12-21T01:13:05.368Z | Compiling trust-dns-proto v0.22.0 |
2827 | 2024-12-21T01:13:05.637Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2828 | 2024-12-21T01:13:07.228Z | Compiling hyper-staticfile v0.10.1 |
2829 | 2024-12-21T01:13:08.405Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2830 | 2024-12-21T01:13:09.059Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2831 | 2024-12-21T01:13:09.131Z | Compiling num-bigint v0.4.6 |
2832 | 2024-12-21T01:13:09.330Z | Compiling des v0.8.1 |
2833 | 2024-12-21T01:13:09.605Z | Compiling subprocess v0.2.9 |
2834 | 2024-12-21T01:13:09.682Z | Compiling dhcproto-macros v0.1.0 |
2835 | 2024-12-21T01:13:09.825Z | Compiling hex-literal v0.4.1 |
2836 | 2024-12-21T01:13:09.986Z | Compiling display-error-chain v0.2.2 |
2837 | 2024-12-21T01:13:10.184Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2838 | 2024-12-21T01:13:10.203Z | Compiling internet-checksum v0.2.1 |
2839 | 2024-12-21T01:13:10.656Z | Compiling dhcproto v0.12.0 |
2840 | 2024-12-21T01:13:12.131Z | Compiling russh v0.45.0 |
2841 | 2024-12-21T01:13:13.854Z | Compiling progenitor v0.8.0 |
2842 | 2024-12-21T01:13:14.008Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2843 | 2024-12-21T01:13:14.008Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2844 | 2024-12-21T01:13:14.010Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2845 | 2024-12-21T01:13:14.010Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2846 | 2024-12-21T01:13:14.010Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2847 | 2024-12-21T01:13:14.091Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2848 | 2024-12-21T01:13:14.111Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2849 | 2024-12-21T01:13:15.465Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2850 | 2024-12-21T01:13:15.863Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2851 | 2024-12-21T01:13:16.723Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2852 | 2024-12-21T01:13:20.066Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2853 | 2024-12-21T01:13:20.676Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2854 | 2024-12-21T01:13:29.901Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2855 | 2024-12-21T01:13:29.901Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2856 | 2024-12-21T01:13:29.903Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-21T01:13:29.903Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2858 | 2024-12-21T01:13:33.167Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2859 | 2024-12-21T01:13:33.392Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2860 | 2024-12-21T01:13:34.264Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2861 | 2024-12-21T01:13:35.060Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2862 | 2024-12-21T01:13:36.847Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2863 | 2024-12-21T01:13:37.948Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2864 | 2024-12-21T01:13:39.047Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2865 | 2024-12-21T01:13:39.177Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2866 | 2024-12-21T01:13:40.500Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2024-12-21T01:13:41.644Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2024-12-21T01:13:42.112Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2024-12-21T01:13:43.177Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2870 | 2024-12-21T01:13:43.296Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2871 | 2024-12-21T01:13:43.644Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2872 | 2024-12-21T01:13:44.090Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2873 | 2024-12-21T01:13:45.551Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2874 | 2024-12-21T01:13:46.032Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2875 | 2024-12-21T01:13:46.273Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2024-12-21T01:13:49.112Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2877 | 2024-12-21T01:13:51.365Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2878 | 2024-12-21T01:13:53.088Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2879 | 2024-12-21T01:13:53.185Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2880 | 2024-12-21T01:13:54.356Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2881 | 2024-12-21T01:13:55.258Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2882 | 2024-12-21T01:13:58.772Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2883 | 2024-12-21T01:14:07.409Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2884 | 2024-12-21T01:14:08.562Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2885 | 2024-12-21T01:14:27.658Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2886 | 2024-12-21T01:15:01.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2887 | 2024-12-21T01:15:02.183Z | |
2888 | 2024-12-21T01:15:02.183Z | real 2:39.192159801 |
2889 | 2024-12-21T01:15:02.183Z | user 12:19.053151668 |
2890 | 2024-12-21T01:15:02.183Z | sys 2:42.487982013 |
2891 | 2024-12-21T01:15:02.183Z | trap 0.316228153 |
2892 | 2024-12-21T01:15:02.183Z | tflt 0.749530092 |
2893 | 2024-12-21T01:15:02.183Z | dflt 2.093764454 |
2894 | 2024-12-21T01:15:02.183Z | kflt 0.000024533 |
2895 | 2024-12-21T01:15:02.183Z | lock 25:42.721499221 |
2896 | 2024-12-21T01:15:02.184Z | slp 44:45.555118259 |
2897 | 2024-12-21T01:15:02.184Z | lat 35.913504777 |
2898 | 2024-12-21T01:15:02.184Z | stop 1:29.352732706 |
2899 | 2024-12-21T01:15:02.189Z | + mkdir tests |
2900 | 2024-12-21T01:15:02.189Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2901 | 2024-12-21T01:15:02.190Z | + xargs -I '{}' -t cp '{}' tests/ |
2902 | 2024-12-21T01:15:04.226Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2903 | 2024-12-21T01:15:04.233Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2904 | 2024-12-21T01:15:04.233Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2905 | 2024-12-21T01:15:04.233Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2906 | 2024-12-21T01:15:04.233Z | + 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/*) |
2907 | 2024-12-21T01:15:04.234Z | + 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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 |
2908 | 2024-12-21T01:16:14.242Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2909 | 2024-12-21T01:16:14.242Z | a .github/buildomat/ci-env.sh 1K |
2910 | 2024-12-21T01:16:14.242Z | a out/target/test 1K |
2911 | 2024-12-21T01:16:14.242Z | a out/npuzone/npuzone 23144K |
2912 | 2024-12-21T01:16:14.242Z | a package-manifest.toml 32K |
2913 | 2024-12-21T01:16:14.242Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2914 | 2024-12-21T01:16:14.242Z | a target/release/omicron-package 36300K |
2915 | 2024-12-21T01:16:14.242Z | a target/release/xtask 11762K |
2916 | 2024-12-21T01:16:14.242Z | a target/debug/bootstrap 210153K |
2917 | 2024-12-21T01:16:14.243Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2918 | 2024-12-21T01:16:14.243Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2919 | 2024-12-21T01:16:14.243Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2920 | 2024-12-21T01:16:14.243Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2921 | 2024-12-21T01:16:14.243Z | a out/clickhouse.tar.gz 280543K |
2922 | 2024-12-21T01:16:14.243Z | a out/clickhouse_keeper.tar.gz 280535K |
2923 | 2024-12-21T01:16:14.243Z | a out/clickhouse_server.tar.gz 280538K |
2924 | 2024-12-21T01:16:14.243Z | a out/cockroachdb.tar.gz 134574K |
2925 | 2024-12-21T01:16:14.243Z | a out/crucible-dtrace.tar 85K |
2926 | 2024-12-21T01:16:14.243Z | a out/crucible-pantry-zone.tar.gz 28189K |
2927 | 2024-12-21T01:16:14.243Z | a out/crucible-zone.tar.gz 36407K |
2928 | 2024-12-21T01:16:14.243Z | a out/external-dns.tar.gz 35283K |
2929 | 2024-12-21T01:16:14.244Z | a out/internal-dns.tar.gz 35283K |
2930 | 2024-12-21T01:16:14.244Z | a out/mg-ddm-gz.tar 63075K |
2931 | 2024-12-21T01:16:14.244Z | a out/nexus.tar.gz 98038K |
2932 | 2024-12-21T01:16:14.244Z | a out/ntp.tar.gz 10372K |
2933 | 2024-12-21T01:16:14.244Z | a out/omicron-gateway-softnpu.tar.gz 23858K |
2934 | 2024-12-21T01:16:14.244Z | a out/omicron-sled-agent.tar 113314K |
2935 | 2024-12-21T01:16:14.244Z | a out/overlay.tar.gz 3K |
2936 | 2024-12-21T01:16:14.244Z | a out/oximeter.tar.gz 47674K |
2937 | 2024-12-21T01:16:14.244Z | a out/oxlog.tar 3088K |
2938 | 2024-12-21T01:16:14.244Z | a out/probe.tar.gz 2764K |
2939 | 2024-12-21T01:16:14.244Z | a out/propolis-server.tar.gz 66730K |
2940 | 2024-12-21T01:16:14.244Z | a out/pumpkind-gz.tar 26665K |
2941 | 2024-12-21T01:16:14.244Z | a out/switch-softnpu.tar.gz 235540K |
2942 | 2024-12-21T01:16:14.247Z | |
2943 | 2024-12-21T01:16:14.247Z | real 1:10.583743654 |
2944 | 2024-12-21T01:16:14.247Z | user 1:07.615965925 |
2945 | 2024-12-21T01:16:14.247Z | sys 4.074294102 |
2946 | 2024-12-21T01:16:14.247Z | trap 0.016691624 |
2947 | 2024-12-21T01:16:14.247Z | tflt 0.000000000 |
2948 | 2024-12-21T01:16:14.247Z | dflt 0.000000000 |
2949 | 2024-12-21T01:16:14.247Z | kflt 0.000000000 |
2950 | 2024-12-21T01:16:14.247Z | lock 0.000000000 |
2951 | 2024-12-21T01:16:14.247Z | slp 1:07.553742779 |
2952 | 2024-12-21T01:16:14.247Z | lat 1.901647662 |
2953 | 2024-12-21T01:16:14.247Z | stop 0.000464719 |
2954 | 2024-12-21T01:16:14.247Z | process exited: duration 1953015 ms, exit code 0 |
|
2955 | 2024-12-21T01:16:14.260Z | found 1 output files |
2956 | 2024-12-21T01:16:14.260Z | uploading: /work/package.tar.gz (1854298457 bytes) |
2957 | 2024-12-21T01:16:52.761Z | uploaded: /work/package.tar.gz |