|
|
|
1 | 2024-12-13T23:08:58.493Z | job assigned to worker 01JF14F1D6KAERPRJR8AQSMZPS [factory aws, i-022a3f29d06f6fc9d] (queued for 22 m 27 s) |
|
2 | 2024-12-13T23:09:07.445Z | starting task 0: "setup" |
3 | 2024-12-13T23:09:07.454Z | ++ uname -s |
4 | 2024-12-13T23:09:07.457Z | + kern=SunOS |
5 | 2024-12-13T23:09:07.457Z | + case "$kern" in |
6 | 2024-12-13T23:09:07.457Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:09:07.459Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:09:09.468Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:09:09.572Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:09:09.576Z | + home_fs=zfs |
11 | 2024-12-13T23:09:09.576Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:09:09.576Z | + mkdir -p /home/build |
13 | 2024-12-13T23:09:09.576Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:09:11.581Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:09:11.583Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-12-13T23:09:11.589Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:09:11.594Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:09:11.595Z | ' 1.81.0 |
19 | 2024-12-13T23:09:11.595Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T23:09:11.595Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T23:09:11.595Z | * toolchain profile = "default" |
22 | 2024-12-13T23:09:11.595Z | ' default |
23 | 2024-12-13T23:09:11.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:09:11.599Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:09:11.721Z | info: downloading installer |
26 | 2024-12-13T23:09:13.156Z | info: profile set to 'default' |
27 | 2024-12-13T23:09:13.156Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:09:13.158Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:09:13.290Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:09:13.290Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:09:13.989Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:09:14.246Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:09:15.266Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:09:16.746Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:09:22.053Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:09:22.253Z | info: installing component 'cargo' |
37 | 2024-12-13T23:09:26.884Z | info: installing component 'clippy' |
38 | 2024-12-13T23:09:26.921Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:09:26.921Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:09:26.921Z | info: installing component 'rustc' |
41 | 2024-12-13T23:09:32.367Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:09:32.683Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:09:32.683Z | |
44 | 2024-12-13T23:09:33.049Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:09:33.049Z | |
46 | 2024-12-13T23:09:33.054Z | |
47 | 2024-12-13T23:09:33.054Z | Rust is installed now. Great! |
48 | 2024-12-13T23:09:33.054Z | |
49 | 2024-12-13T23:09:33.054Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:09:33.054Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:09:33.054Z | |
52 | 2024-12-13T23:09:33.054Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:09:33.054Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:09:33.054Z | |
55 | 2024-12-13T23:09:33.054Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:09:33.054Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:09:33.054Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:09:33.127Z | + rustc --version |
59 | 2024-12-13T23:09:33.192Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:09:33.196Z | process exited: duration 21601 ms, exit code 0 |
|
61 | 2024-12-13T23:09:33.204Z | starting task 2: "authentication" |
62 | 2024-12-13T23:09:33.224Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T23:09:33.230Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:09:33.235Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:09:33.238Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:09:33.553Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:09:41.707Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:09:41.708Z | + git fetch origin 6503968e3d887929cb9cd9e18070b40ce258ee0b |
69 | 2024-12-13T23:09:42.036Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:09:42.036Z | * branch 6503968e3d887929cb9cd9e18070b40ce258ee0b -> FETCH_HEAD |
71 | 2024-12-13T23:09:42.045Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2024-12-13T23:09:42.048Z | ++ git branch --show-current |
73 | 2024-12-13T23:09:42.051Z | + current=main |
74 | 2024-12-13T23:09:42.051Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2024-12-13T23:09:42.051Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 6503968e3d887929cb9cd9e18070b40ce258ee0b |
76 | 2024-12-13T23:09:42.053Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2024-12-13T23:09:42.230Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2024-12-13T23:09:42.233Z | + git reset --hard 6503968e3d887929cb9cd9e18070b40ce258ee0b |
79 | 2024-12-13T23:09:42.251Z | HEAD is now at 6503968e3 openapi |
80 | 2024-12-13T23:09:42.253Z | process exited: duration 9020 ms, exit code 0 |
|
81 | 2024-12-13T23:09:42.259Z | starting task 4: "build" |
82 | 2024-12-13T23:09:42.264Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:09:42.267Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:09:42.267Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:09:42.267Z | + cargo --version |
86 | 2024-12-13T23:09:42.321Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:09:42.323Z | + rustc --version |
88 | 2024-12-13T23:09:42.383Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:09:42.386Z | + WORK=/work |
90 | 2024-12-13T23:09:42.386Z | + pfexec mkdir -p /work |
91 | 2024-12-13T23:09:42.389Z | + pfexec chown build /work |
92 | 2024-12-13T23:09:42.392Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-13T23:09:59.556Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-13T23:10:03.636Z | Startup: Caching catalogs ... Done |
95 | 2024-12-13T23:10:13.609Z | Planning: Solver setup ... Done (9.097s) |
96 | 2024-12-13T23:10:13.733Z | Planning: Running solver ... Done (0.125s) |
97 | 2024-12-13T23:10:14.282Z | Planning: Finding local manifests ... Done (0.203s) |
98 | 2024-12-13T23:10:14.305Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-13T23:10:14.305Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-13T23:10:14.596Z | Planning: Package planning ... Done (0.333s) |
101 | 2024-12-13T23:10:14.650Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-12-13T23:10:15.612Z | Planning: Checking for conflicting actions ... Done (0.963s) |
103 | 2024-12-13T23:10:24.138Z | Planning: Consolidating action changes ... Done (8.523s) |
104 | 2024-12-13T23:10:24.530Z | Planning: Evaluating mediators ... Done (0.393s) |
105 | 2024-12-13T23:10:24.667Z | Planning: Planning completed in 20.94 seconds |
106 | 2024-12-13T23:10:25.266Z | Packages to install: 4 |
107 | 2024-12-13T23:10:25.266Z | Packages to update: 1 |
108 | 2024-12-13T23:10:25.269Z | Mediators to change: 2 |
109 | 2024-12-13T23:10:25.269Z | Services to change: 1 |
110 | 2024-12-13T23:10:25.269Z | Estimated space available: 155.64 GB |
111 | 2024-12-13T23:10:25.269Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-13T23:10:25.269Z | Create boot environment: No |
113 | 2024-12-13T23:10:25.269Z | Create backup boot environment: Yes |
114 | 2024-12-13T23:10:25.269Z | Rebuild boot archive: No |
115 | 2024-12-13T23:10:25.269Z | |
116 | 2024-12-13T23:10:25.269Z | Changed mediators: |
117 | 2024-12-13T23:10:25.269Z | mediator clang: |
118 | 2024-12-13T23:10:25.269Z | version: None -> 15 (system default) |
119 | 2024-12-13T23:10:25.269Z | |
120 | 2024-12-13T23:10:25.269Z | mediator llvm: |
121 | 2024-12-13T23:10:25.269Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-13T23:10:25.269Z | |
123 | 2024-12-13T23:10:25.269Z | Changed packages: |
124 | 2024-12-13T23:10:25.269Z | helios-dev |
125 | 2024-12-13T23:10:25.269Z | developer/build-essential |
126 | 2024-12-13T23:10:25.269Z | None -> 11-2.0 |
127 | 2024-12-13T23:10:25.269Z | library/libxmlsec1 |
128 | 2024-12-13T23:10:25.269Z | None -> 1.2.35-2.0 |
129 | 2024-12-13T23:10:25.269Z | ooce/developer/clang-15 |
130 | 2024-12-13T23:10:25.269Z | None -> 15.0.7-2.0 |
131 | 2024-12-13T23:10:25.269Z | ooce/developer/llvm-15 |
132 | 2024-12-13T23:10:25.269Z | None -> 15.0.7-2.0 |
133 | 2024-12-13T23:10:25.269Z | package/pkg |
134 | 2024-12-13T23:10:25.269Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-13T23:10:25.269Z | |
136 | 2024-12-13T23:10:25.269Z | Services: |
137 | 2024-12-13T23:10:25.269Z | restart_fmri: |
138 | 2024-12-13T23:10:25.269Z | svc:/system/update-man-index:default |
139 | 2024-12-13T23:10:25.269Z | |
140 | 2024-12-13T23:10:25.269Z | Editable files to change: |
141 | 2024-12-13T23:10:25.270Z | Update: |
142 | 2024-12-13T23:10:25.270Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-13T23:10:25.711Z | |
144 | 2024-12-13T23:10:25.711Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-13T23:10:30.719Z | Download: 1155/4281 items 53.8/220.6MB 24% complete (10.8M/s) |
146 | 2024-12-13T23:10:35.729Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
147 | 2024-12-13T23:10:40.731Z | Download: 2549/4281 items 120.4/220.6MB 54% complete (7.0M/s) |
148 | 2024-12-13T23:10:46.317Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (12.8M/s) |
149 | 2024-12-13T23:10:51.318Z | Download: 3963/4281 items 219.1/220.6MB 99% complete (9.8M/s) |
150 | 2024-12-13T23:10:52.553Z | Download: Completed 220.60 MB in 26.84 seconds (8.2M/s) |
151 | 2024-12-13T23:10:54.965Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-12-13T23:10:54.989Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-12-13T23:11:00.129Z | Actions: 4098/5063 actions (Installing new actions) |
154 | 2024-12-13T23:11:00.789Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-12-13T23:11:01.189Z | Actions: Completed 5063 actions in 6.22 seconds. |
156 | 2024-12-13T23:11:01.709Z | Done (0.216s) |
157 | 2024-12-13T23:11:01.721Z | Done (0.000s) |
158 | 2024-12-13T23:11:02.010Z | Done (0.555s) |
159 | 2024-12-13T23:11:08.687Z | Done (6.503s) |
160 | 2024-12-13T23:11:09.101Z | Done (0.344s) |
161 | 2024-12-13T23:11:09.103Z | Done (0.000s) |
162 | 2024-12-13T23:11:09.267Z | Done (0.000s) |
163 | 2024-12-13T23:11:09.949Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-12-13T23:11:10.113Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-12-13T23:11:10.116Z | Planning: Consolidating action changes ... Done |
166 | 2024-12-13T23:11:10.384Z | Planning: Evaluating mediators ... Done |
167 | 2024-12-13T23:11:10.386Z | Planning: Planning completed in 0.43 seconds |
168 | 2024-12-13T23:11:10.421Z | Mediators to change: 2 |
169 | 2024-12-13T23:11:10.421Z | Create boot environment: No |
170 | 2024-12-13T23:11:10.424Z | Create backup boot environment: No |
171 | 2024-12-13T23:11:10.499Z | Done |
172 | 2024-12-13T23:11:10.499Z | Done |
173 | 2024-12-13T23:11:10.851Z | Done |
174 | 2024-12-13T23:11:14.448Z | Done |
175 | 2024-12-13T23:11:14.536Z | Done |
176 | 2024-12-13T23:11:14.538Z | Done |
177 | 2024-12-13T23:11:14.652Z | Done |
178 | 2024-12-13T23:11:15.268Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-12-13T23:11:15.270Z | Planning: Merging actions ... Done |
180 | 2024-12-13T23:11:15.457Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-12-13T23:11:15.460Z | Planning: Consolidating action changes ... Done |
182 | 2024-12-13T23:11:15.724Z | Planning: Evaluating mediators ... Done |
183 | 2024-12-13T23:11:15.778Z | Planning: Planning completed in 0.75 seconds |
184 | 2024-12-13T23:11:15.818Z | Packages to change: 1 |
185 | 2024-12-13T23:11:15.818Z | Mediators to change: 1 |
186 | 2024-12-13T23:11:15.820Z | Services to change: 1 |
187 | 2024-12-13T23:11:15.820Z | Create boot environment: No |
188 | 2024-12-13T23:11:15.820Z | Create backup boot environment: Yes |
189 | 2024-12-13T23:11:18.147Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-12-13T23:11:18.272Z | Actions: Completed 6 actions in 0.13 seconds. |
191 | 2024-12-13T23:11:18.274Z | Done |
192 | 2024-12-13T23:11:18.274Z | Done |
193 | 2024-12-13T23:11:18.384Z | Done |
194 | 2024-12-13T23:11:21.955Z | Done |
195 | 2024-12-13T23:11:22.051Z | Done |
196 | 2024-12-13T23:11:22.053Z | Done |
197 | 2024-12-13T23:11:22.183Z | Done |
198 | 2024-12-13T23:11:22.612Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-12-13T23:11:22.612Z | clang system 15 system |
200 | 2024-12-13T23:11:22.612Z | csh system system illumos |
201 | 2024-12-13T23:11:22.612Z | ctags system system illumos |
202 | 2024-12-13T23:11:22.612Z | gcc vendor 12 vendor |
203 | 2024-12-13T23:11:22.612Z | gcc system 10 system |
204 | 2024-12-13T23:11:22.612Z | gcc system 7 system |
205 | 2024-12-13T23:11:22.612Z | go system 1.20 system |
206 | 2024-12-13T23:11:22.612Z | go system 1.19 system |
207 | 2024-12-13T23:11:22.612Z | llvm system 15 system |
208 | 2024-12-13T23:11:22.612Z | llvm system 14 system |
209 | 2024-12-13T23:11:22.612Z | mariadb system 10.6 system |
210 | 2024-12-13T23:11:22.612Z | mta vendor vendor dma |
211 | 2024-12-13T23:11:22.612Z | openjdk system 17 system |
212 | 2024-12-13T23:11:22.612Z | openjdk system 11 system |
213 | 2024-12-13T23:11:22.612Z | openjdk system 1.8 system |
214 | 2024-12-13T23:11:22.613Z | openssl vendor 3 vendor |
215 | 2024-12-13T23:11:22.613Z | perl system 5.36 system |
216 | 2024-12-13T23:11:22.613Z | postgresql system 15 system |
217 | 2024-12-13T23:11:22.613Z | postgresql system 13 system |
218 | 2024-12-13T23:11:22.613Z | python vendor 3 vendor |
219 | 2024-12-13T23:11:22.613Z | python system 2 system |
220 | 2024-12-13T23:11:22.613Z | python3 system 3.11 system |
221 | 2024-12-13T23:11:22.613Z | ruby system 3.0 system |
222 | 2024-12-13T23:11:22.613Z | words vendor vendor american-english |
223 | 2024-12-13T23:11:22.613Z | words system system australian-english |
224 | 2024-12-13T23:11:22.613Z | words system system british-english |
225 | 2024-12-13T23:11:22.613Z | words system system canadian-english |
226 | 2024-12-13T23:11:22.613Z | words system system french |
227 | 2024-12-13T23:11:22.613Z | words system system italian |
228 | 2024-12-13T23:11:22.613Z | words system system ngerman |
229 | 2024-12-13T23:11:22.613Z | words system system ogerman |
230 | 2024-12-13T23:11:22.613Z | words system system spanish |
231 | 2024-12-13T23:11:22.942Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-12-13T23:11:22.942Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-12-13T23:11:25.609Z | FMRI IFO |
234 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-12-13T23:11:25.609Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-12-13T23:11:26.368Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-12-13T23:11:26.656Z | Updating crates.io index |
251 | 2024-12-13T23:11:26.740Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-12-13T23:11:27.312Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-12-13T23:11:27.568Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-12-13T23:11:27.830Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-12-13T23:11:28.142Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-12-13T23:11:29.214Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-12-13T23:11:30.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-12-13T23:11:31.901Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-12-13T23:11:32.580Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-12-13T23:11:32.902Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-12-13T23:11:33.271Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-12-13T23:11:33.852Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-12-13T23:11:34.169Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-12-13T23:11:34.458Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-12-13T23:11:34.704Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-12-13T23:11:34.989Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-12-13T23:11:35.265Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-12-13T23:11:35.572Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-12-13T23:11:35.928Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-12-13T23:11:36.258Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-12-13T23:11:36.543Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-12-13T23:11:37.066Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-12-13T23:11:37.367Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-12-13T23:11:37.769Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-12-13T23:11:38.209Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
276 | 2024-12-13T23:11:38.518Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-12-13T23:11:38.752Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-12-13T23:11:39.035Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-12-13T23:11:40.273Z | Downloading crates ... |
280 | 2024-12-13T23:11:40.339Z | Downloaded anstyle v1.0.10 |
281 | 2024-12-13T23:11:40.347Z | Downloaded anstream v0.6.15 |
282 | 2024-12-13T23:11:40.357Z | Downloaded equivalent v1.0.1 |
283 | 2024-12-13T23:11:40.367Z | Downloaded swrite v0.1.0 |
284 | 2024-12-13T23:11:40.370Z | Downloaded dtrace-parser v0.2.0 |
285 | 2024-12-13T23:11:40.378Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-12-13T23:11:40.391Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-12-13T23:11:40.398Z | Downloaded heck v0.4.1 |
288 | 2024-12-13T23:11:40.401Z | Downloaded pretty-hex v0.4.1 |
289 | 2024-12-13T23:11:40.404Z | Downloaded autocfg v1.4.0 |
290 | 2024-12-13T23:11:40.408Z | Downloaded anstyle-query v1.1.1 |
291 | 2024-12-13T23:11:40.413Z | Downloaded usdt-attr-macro v0.5.0 |
292 | 2024-12-13T23:11:40.417Z | Downloaded errno v0.3.9 |
293 | 2024-12-13T23:11:40.417Z | Downloaded colorchoice v1.0.2 |
294 | 2024-12-13T23:11:40.421Z | Downloaded itoa v1.0.11 |
295 | 2024-12-13T23:11:40.424Z | Downloaded anstyle-parse v0.2.5 |
296 | 2024-12-13T23:11:40.424Z | Downloaded fastrand v2.1.1 |
297 | 2024-12-13T23:11:40.424Z | Downloaded macaddr v1.0.1 |
298 | 2024-12-13T23:11:40.427Z | Downloaded camino-tempfile v1.1.1 |
299 | 2024-12-13T23:11:40.427Z | Downloaded bytecount v0.6.8 |
300 | 2024-12-13T23:11:40.430Z | Downloaded crypto-common v0.1.6 |
301 | 2024-12-13T23:11:40.430Z | Downloaded generic-array v0.14.7 |
302 | 2024-12-13T23:11:40.430Z | Downloaded cpufeatures v0.2.14 |
303 | 2024-12-13T23:11:40.434Z | Downloaded fs-err v2.11.0 |
304 | 2024-12-13T23:11:40.434Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-12-13T23:11:40.437Z | Downloaded is_terminal_polyfill v1.70.1 |
306 | 2024-12-13T23:11:40.440Z | Downloaded cfg-if v1.0.0 |
307 | 2024-12-13T23:11:40.440Z | Downloaded usdt v0.5.0 |
308 | 2024-12-13T23:11:40.443Z | Downloaded thread-id v4.2.2 |
309 | 2024-12-13T23:11:40.443Z | Downloaded thiserror v1.0.69 |
310 | 2024-12-13T23:11:40.446Z | Downloaded unicode-linebreak v0.1.5 |
311 | 2024-12-13T23:11:40.448Z | Downloaded thiserror-impl v1.0.69 |
312 | 2024-12-13T23:11:40.449Z | Downloaded terminal_size v0.4.0 |
313 | 2024-12-13T23:11:40.451Z | Downloaded strsim v0.11.1 |
314 | 2024-12-13T23:11:40.451Z | Downloaded serde_spanned v0.6.8 |
315 | 2024-12-13T23:11:40.451Z | Downloaded smawk v0.3.2 |
316 | 2024-12-13T23:11:40.454Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-12-13T23:11:40.454Z | Downloaded utf8parse v0.2.2 |
318 | 2024-12-13T23:11:40.457Z | Downloaded serde_tokenstream v0.2.2 |
319 | 2024-12-13T23:11:40.457Z | Downloaded clap_lex v0.7.2 |
320 | 2024-12-13T23:11:40.461Z | Downloaded tabled_derive v0.7.0 |
321 | 2024-12-13T23:11:40.464Z | Downloaded version_check v0.9.5 |
322 | 2024-12-13T23:11:40.466Z | Downloaded block-buffer v0.10.4 |
323 | 2024-12-13T23:11:40.466Z | Downloaded pest_generator v2.7.14 |
324 | 2024-12-13T23:11:40.477Z | Downloaded fnv v1.0.7 |
325 | 2024-12-13T23:11:40.481Z | Downloaded heck v0.5.0 |
326 | 2024-12-13T23:11:40.481Z | Downloaded digest v0.10.7 |
327 | 2024-12-13T23:11:40.481Z | Downloaded byteorder v1.5.0 |
328 | 2024-12-13T23:11:40.484Z | Downloaded cargo_metadata v0.18.1 |
329 | 2024-12-13T23:11:40.489Z | Downloaded toml_datetime v0.6.8 |
330 | 2024-12-13T23:11:40.492Z | Downloaded dof v0.3.0 |
331 | 2024-12-13T23:11:40.495Z | Downloaded proc-macro-error v1.0.4 |
332 | 2024-12-13T23:11:40.498Z | Downloaded semver v1.0.23 |
333 | 2024-12-13T23:11:40.502Z | Downloaded quote v1.0.37 |
334 | 2024-12-13T23:11:40.502Z | Downloaded scroll v0.12.0 |
335 | 2024-12-13T23:11:40.505Z | Downloaded once_cell v1.20.2 |
336 | 2024-12-13T23:11:40.508Z | Downloaded zerocopy-derive v0.7.35 |
337 | 2024-12-13T23:11:40.513Z | Downloaded tempfile v3.13.0 |
338 | 2024-12-13T23:11:40.515Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-12-13T23:11:40.517Z | Downloaded plain v0.2.3 |
340 | 2024-12-13T23:11:40.518Z | Downloaded log v0.4.22 |
341 | 2024-12-13T23:11:40.520Z | Downloaded cargo_toml v0.20.5 |
342 | 2024-12-13T23:11:40.523Z | Downloaded bitflags v2.6.0 |
343 | 2024-12-13T23:11:40.526Z | Downloaded clap v4.5.21 |
344 | 2024-12-13T23:11:40.534Z | Downloaded memmap v0.7.0 |
345 | 2024-12-13T23:11:40.537Z | Downloaded sha2 v0.10.8 |
346 | 2024-12-13T23:11:40.539Z | Downloaded anyhow v1.0.93 |
347 | 2024-12-13T23:11:40.542Z | Downloaded clap_derive v4.5.18 |
348 | 2024-12-13T23:11:40.545Z | Downloaded proc-macro2 v1.0.89 |
349 | 2024-12-13T23:11:40.547Z | Downloaded camino v1.1.9 |
350 | 2024-12-13T23:11:40.549Z | Downloaded pest_derive v2.7.14 |
351 | 2024-12-13T23:11:40.553Z | Downloaded typenum v1.17.0 |
352 | 2024-12-13T23:11:40.556Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-12-13T23:11:40.558Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-12-13T23:11:40.561Z | Downloaded pest_meta v2.7.14 |
355 | 2024-12-13T23:11:40.564Z | Downloaded toml v0.8.19 |
356 | 2024-12-13T23:11:40.586Z | Downloaded papergrid v0.11.0 |
357 | 2024-12-13T23:11:40.590Z | Downloaded textwrap v0.16.1 |
358 | 2024-12-13T23:11:40.595Z | Downloaded serde_derive v1.0.215 |
359 | 2024-12-13T23:11:40.599Z | Downloaded ryu v1.0.18 |
360 | 2024-12-13T23:11:40.609Z | Downloaded serde v1.0.215 |
361 | 2024-12-13T23:11:40.618Z | Downloaded indexmap v2.6.0 |
362 | 2024-12-13T23:11:40.632Z | Downloaded memchr v2.7.4 |
363 | 2024-12-13T23:11:40.637Z | Downloaded toml_edit v0.22.22 |
364 | 2024-12-13T23:11:40.658Z | Downloaded hashbrown v0.15.1 |
365 | 2024-12-13T23:11:40.670Z | Downloaded pest v2.7.14 |
366 | 2024-12-13T23:11:40.678Z | Downloaded zerocopy v0.7.35 |
367 | 2024-12-13T23:11:40.693Z | Downloaded serde_json v1.0.132 |
368 | 2024-12-13T23:11:40.708Z | Downloaded goblin v0.8.2 |
369 | 2024-12-13T23:11:40.714Z | Downloaded winnow v0.6.20 |
370 | 2024-12-13T23:11:40.722Z | Downloaded clap_builder v4.5.21 |
371 | 2024-12-13T23:11:40.727Z | Downloaded tabled v0.15.0 |
372 | 2024-12-13T23:11:40.753Z | Downloaded syn v1.0.109 |
373 | 2024-12-13T23:11:40.763Z | Downloaded syn v2.0.87 |
374 | 2024-12-13T23:11:40.774Z | Downloaded unicode-width v0.1.14 |
375 | 2024-12-13T23:11:40.779Z | Downloaded rustix v0.38.37 |
376 | 2024-12-13T23:11:40.814Z | Downloaded libc v0.2.162 |
377 | 2024-12-13T23:11:41.121Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-12-13T23:11:41.121Z | Compiling unicode-ident v1.0.13 |
379 | 2024-12-13T23:11:41.121Z | Compiling serde v1.0.215 |
380 | 2024-12-13T23:11:41.125Z | Compiling version_check v0.9.5 |
381 | 2024-12-13T23:11:41.125Z | Compiling thiserror v1.0.69 |
382 | 2024-12-13T23:11:41.125Z | Compiling memchr v2.7.4 |
383 | 2024-12-13T23:11:41.125Z | Compiling libc v0.2.162 |
384 | 2024-12-13T23:11:41.125Z | Compiling ryu v1.0.18 |
385 | 2024-12-13T23:11:41.375Z | Compiling itoa v1.0.11 |
386 | 2024-12-13T23:11:41.601Z | Compiling ucd-trie v0.1.7 |
387 | 2024-12-13T23:11:41.921Z | Compiling once_cell v1.20.2 |
388 | 2024-12-13T23:11:42.100Z | Compiling byteorder v1.5.0 |
389 | 2024-12-13T23:11:42.238Z | Compiling rustix v0.38.37 |
390 | 2024-12-13T23:11:42.473Z | Compiling serde_json v1.0.132 |
391 | 2024-12-13T23:11:43.256Z | Compiling bitflags v2.6.0 |
392 | 2024-12-13T23:11:43.322Z | Compiling usdt-impl v0.5.0 |
393 | 2024-12-13T23:11:43.347Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-12-13T23:11:43.347Z | Compiling syn v1.0.109 |
395 | 2024-12-13T23:11:43.533Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-12-13T23:11:43.674Z | Compiling utf8parse v0.2.2 |
397 | 2024-12-13T23:11:43.733Z | Compiling equivalent v1.0.1 |
398 | 2024-12-13T23:11:43.770Z | Compiling camino v1.1.9 |
399 | 2024-12-13T23:11:43.797Z | Compiling hashbrown v0.15.1 |
400 | 2024-12-13T23:11:43.834Z | Compiling plain v0.2.3 |
401 | 2024-12-13T23:11:43.837Z | Compiling log v0.4.22 |
402 | 2024-12-13T23:11:43.992Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-12-13T23:11:44.163Z | Compiling quote v1.0.37 |
404 | 2024-12-13T23:11:44.181Z | Compiling thread-id v4.2.2 |
405 | 2024-12-13T23:11:44.284Z | Compiling anstyle-query v1.1.1 |
406 | 2024-12-13T23:11:44.308Z | Compiling winnow v0.6.20 |
407 | 2024-12-13T23:11:44.440Z | Compiling errno v0.3.9 |
408 | 2024-12-13T23:11:44.465Z | Compiling is_terminal_polyfill v1.70.1 |
409 | 2024-12-13T23:11:44.565Z | Compiling syn v2.0.87 |
410 | 2024-12-13T23:11:44.721Z | Compiling colorchoice v1.0.2 |
411 | 2024-12-13T23:11:44.884Z | Compiling unicode-width v0.1.14 |
412 | 2024-12-13T23:11:44.911Z | Compiling autocfg v1.4.0 |
413 | 2024-12-13T23:11:45.009Z | Compiling indexmap v2.6.0 |
414 | 2024-12-13T23:11:45.406Z | Compiling anstyle v1.0.10 |
415 | 2024-12-13T23:11:45.873Z | Compiling pretty-hex v0.4.1 |
416 | 2024-12-13T23:11:46.090Z | Compiling semver v1.0.23 |
417 | 2024-12-13T23:11:46.093Z | Compiling fs-err v2.11.0 |
418 | 2024-12-13T23:11:46.328Z | Compiling anstream v0.6.15 |
419 | 2024-12-13T23:11:46.488Z | Compiling fastrand v2.1.1 |
420 | 2024-12-13T23:11:46.512Z | Compiling bytecount v0.6.8 |
421 | 2024-12-13T23:11:46.694Z | Compiling terminal_size v0.4.0 |
422 | 2024-12-13T23:11:46.904Z | Compiling anyhow v1.0.93 |
423 | 2024-12-13T23:11:47.033Z | Compiling cfg-if v1.0.0 |
424 | 2024-12-13T23:11:47.070Z | Compiling heck v0.5.0 |
425 | 2024-12-13T23:11:47.178Z | Compiling clap_lex v0.7.2 |
426 | 2024-12-13T23:11:47.201Z | Compiling strsim v0.11.1 |
427 | 2024-12-13T23:11:47.555Z | Compiling heck v0.4.1 |
428 | 2024-12-13T23:11:47.630Z | Compiling fnv v1.0.7 |
429 | 2024-12-13T23:11:47.688Z | Compiling clap_builder v4.5.21 |
430 | 2024-12-13T23:11:47.770Z | Compiling papergrid v0.11.0 |
431 | 2024-12-13T23:11:48.094Z | Compiling tempfile v3.13.0 |
432 | 2024-12-13T23:11:48.250Z | Compiling memmap v0.7.0 |
433 | 2024-12-13T23:11:48.299Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-13T23:11:48.428Z | Compiling smawk v0.3.2 |
435 | 2024-12-13T23:11:49.175Z | Compiling textwrap v0.16.1 |
436 | 2024-12-13T23:11:49.230Z | Compiling swrite v0.1.0 |
437 | 2024-12-13T23:11:50.173Z | Compiling tabled_derive v0.7.0 |
438 | 2024-12-13T23:11:51.694Z | Compiling tabled v0.15.0 |
439 | 2024-12-13T23:11:53.431Z | Compiling serde_derive v1.0.215 |
440 | 2024-12-13T23:11:53.431Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-12-13T23:11:53.436Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-12-13T23:11:53.436Z | Compiling scroll_derive v0.12.0 |
443 | 2024-12-13T23:11:53.436Z | Compiling clap_derive v4.5.18 |
444 | 2024-12-13T23:11:54.743Z | Compiling scroll v0.12.0 |
445 | 2024-12-13T23:11:55.065Z | Compiling zerocopy v0.7.35 |
446 | 2024-12-13T23:11:55.309Z | Compiling goblin v0.8.2 |
447 | 2024-12-13T23:11:55.892Z | Compiling pest v2.7.14 |
448 | 2024-12-13T23:11:57.028Z | Compiling clap v4.5.21 |
449 | 2024-12-13T23:11:58.131Z | Compiling pest_meta v2.7.14 |
450 | 2024-12-13T23:11:58.988Z | Compiling pest_generator v2.7.14 |
451 | 2024-12-13T23:12:03.537Z | Compiling pest_derive v2.7.14 |
452 | 2024-12-13T23:12:03.645Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-12-13T23:12:03.713Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-13T23:12:03.713Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-13T23:12:03.713Z | Compiling cargo-platform v0.1.8 |
456 | 2024-12-13T23:12:03.917Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-12-13T23:12:03.946Z | Compiling toml_edit v0.22.22 |
458 | 2024-12-13T23:12:04.094Z | Compiling macaddr v1.0.1 |
459 | 2024-12-13T23:12:04.300Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-12-13T23:12:05.087Z | Compiling dof v0.3.0 |
461 | 2024-12-13T23:12:05.087Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-12-13T23:12:06.647Z | Compiling toml v0.8.19 |
463 | 2024-12-13T23:12:06.961Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-12-13T23:12:06.984Z | Compiling usdt-macro v0.5.0 |
465 | 2024-12-13T23:12:07.531Z | Compiling cargo_toml v0.20.5 |
466 | 2024-12-13T23:12:08.357Z | Compiling usdt v0.5.0 |
467 | 2024-12-13T23:12:11.100Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-12-13T23:12:15.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
469 | 2024-12-13T23:12:15.519Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-12-13T23:12:16.049Z | Downloading crates ... |
471 | 2024-12-13T23:12:16.214Z | Downloaded addr2line v0.24.2 |
472 | 2024-12-13T23:12:16.217Z | Downloaded headers-core v0.3.0 |
473 | 2024-12-13T23:12:16.227Z | Downloaded darling v0.20.10 |
474 | 2024-12-13T23:12:16.233Z | Downloaded atomic-waker v1.1.2 |
475 | 2024-12-13T23:12:16.237Z | Downloaded aead v0.5.2 |
476 | 2024-12-13T23:12:16.237Z | Downloaded heapless v0.8.0 |
477 | 2024-12-13T23:12:16.239Z | Downloaded heapless v0.7.17 |
478 | 2024-12-13T23:12:16.243Z | Downloaded async-stream-impl v0.3.6 |
479 | 2024-12-13T23:12:16.253Z | Downloaded hickory-server v0.24.1 |
480 | 2024-12-13T23:12:16.259Z | Downloaded home v0.5.9 |
481 | 2024-12-13T23:12:16.261Z | Downloaded atty v0.2.14 |
482 | 2024-12-13T23:12:16.261Z | Downloaded async-stream v0.3.6 |
483 | 2024-12-13T23:12:16.266Z | Downloaded httpdate v1.0.3 |
484 | 2024-12-13T23:12:16.270Z | Downloaded http-body v1.0.1 |
485 | 2024-12-13T23:12:16.270Z | Downloaded hostname v0.3.1 |
486 | 2024-12-13T23:12:16.270Z | Downloaded hickory-client v0.24.1 |
487 | 2024-12-13T23:12:16.274Z | Downloaded hmac v0.12.1 |
488 | 2024-12-13T23:12:16.278Z | Downloaded humantime v2.1.0 |
489 | 2024-12-13T23:12:16.278Z | Downloaded async-bb8-diesel v0.2.1 |
490 | 2024-12-13T23:12:16.280Z | Downloaded ascii-canvas v3.0.0 |
491 | 2024-12-13T23:12:16.280Z | Downloaded array-init v0.0.4 |
492 | 2024-12-13T23:12:16.280Z | Downloaded hubpack v0.1.2 |
493 | 2024-12-13T23:12:16.283Z | Downloaded argon2 v0.5.3 |
494 | 2024-12-13T23:12:16.283Z | Downloaded ahash v0.8.11 |
495 | 2024-12-13T23:12:16.286Z | Downloaded assert_matches v1.5.0 |
496 | 2024-12-13T23:12:16.289Z | Downloaded atomicwrites v0.4.4 |
497 | 2024-12-13T23:12:16.289Z | Downloaded hyper-staticfile v0.10.1 |
498 | 2024-12-13T23:12:16.291Z | Downloaded highway v1.2.0 |
499 | 2024-12-13T23:12:16.294Z | Downloaded adler2 v2.0.0 |
500 | 2024-12-13T23:12:16.296Z | Downloaded bit-set v0.5.3 |
501 | 2024-12-13T23:12:16.296Z | Downloaded async-recursion v1.1.1 |
502 | 2024-12-13T23:12:16.300Z | Downloaded hubpack_derive v0.1.1 |
503 | 2024-12-13T23:12:16.302Z | Downloaded arrayref v0.3.9 |
504 | 2024-12-13T23:12:16.305Z | Downloaded bitflags v1.3.2 |
505 | 2024-12-13T23:12:16.309Z | Downloaded ident_case v1.0.1 |
506 | 2024-12-13T23:12:16.311Z | Downloaded icu_provider_macros v1.5.0 |
507 | 2024-12-13T23:12:16.312Z | Downloaded http-range v0.1.5 |
508 | 2024-12-13T23:12:16.312Z | Downloaded blowfish v0.9.1 |
509 | 2024-12-13T23:12:16.314Z | Downloaded bb8 v0.8.5 |
510 | 2024-12-13T23:12:16.317Z | Downloaded instant v0.1.13 |
511 | 2024-12-13T23:12:16.319Z | Downloaded hyper-util v0.1.10 |
512 | 2024-12-13T23:12:16.322Z | Downloaded hex-literal v0.4.1 |
513 | 2024-12-13T23:12:16.324Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-12-13T23:12:16.335Z | Downloaded idna_adapter v1.2.0 |
515 | 2024-12-13T23:12:16.338Z | Downloaded cfg_aliases v0.1.1 |
516 | 2024-12-13T23:12:16.338Z | Downloaded hyper-tls v0.6.0 |
517 | 2024-12-13T23:12:16.341Z | Downloaded http-body-util v0.1.2 |
518 | 2024-12-13T23:12:16.341Z | Downloaded hostname v0.4.0 |
519 | 2024-12-13T23:12:16.344Z | Downloaded is_ci v1.2.0 |
520 | 2024-12-13T23:12:16.344Z | Downloaded inout v0.1.3 |
521 | 2024-12-13T23:12:16.348Z | Downloaded cstr-argument v0.1.2 |
522 | 2024-12-13T23:12:16.348Z | Downloaded crunchy v0.2.2 |
523 | 2024-12-13T23:12:16.348Z | Downloaded crucible-workspace-hack v0.1.0 |
524 | 2024-12-13T23:12:16.352Z | Downloaded ciborium-io v0.2.2 |
525 | 2024-12-13T23:12:16.352Z | Downloaded match_cfg v0.1.0 |
526 | 2024-12-13T23:12:16.354Z | Downloaded md5 v0.7.0 |
527 | 2024-12-13T23:12:16.354Z | Downloaded matches v0.1.10 |
528 | 2024-12-13T23:12:16.356Z | Downloaded crc v3.2.1 |
529 | 2024-12-13T23:12:16.358Z | Downloaded bzip2 v0.4.4 |
530 | 2024-12-13T23:12:16.362Z | Downloaded http v1.1.0 |
531 | 2024-12-13T23:12:16.365Z | Downloaded instability v0.3.2 |
532 | 2024-12-13T23:12:16.367Z | Downloaded aho-corasick v1.1.3 |
533 | 2024-12-13T23:12:16.371Z | Downloaded progenitor-client v0.8.0 |
534 | 2024-12-13T23:12:16.374Z | Downloaded md-5 v0.10.6 |
535 | 2024-12-13T23:12:16.376Z | Downloaded lru-cache v0.1.2 |
536 | 2024-12-13T23:12:16.376Z | Downloaded bitfield v0.14.0 |
537 | 2024-12-13T23:12:16.380Z | Downloaded bitfield-struct v0.6.2 |
538 | 2024-12-13T23:12:16.380Z | Downloaded linear-map v1.2.0 |
539 | 2024-12-13T23:12:16.383Z | Downloaded indent_write v2.2.0 |
540 | 2024-12-13T23:12:16.383Z | Downloaded bcrypt-pbkdf v0.10.0 |
541 | 2024-12-13T23:12:16.383Z | Downloaded base16ct v0.2.0 |
542 | 2024-12-13T23:12:16.386Z | Downloaded internet-checksum v0.2.1 |
543 | 2024-12-13T23:12:16.386Z | Downloaded async-trait v0.1.83 |
544 | 2024-12-13T23:12:16.389Z | Downloaded managed v0.8.0 |
545 | 2024-12-13T23:12:16.391Z | Downloaded hex v0.4.3 |
546 | 2024-12-13T23:12:16.394Z | Downloaded heck v0.3.3 |
547 | 2024-12-13T23:12:16.394Z | Downloaded lalrpop-util v0.19.12 |
548 | 2024-12-13T23:12:16.394Z | Downloaded chrono-tz-build v0.4.0 |
549 | 2024-12-13T23:12:16.397Z | Downloaded lru v0.12.5 |
550 | 2024-12-13T23:12:16.399Z | Downloaded iana-time-zone v0.1.61 |
551 | 2024-12-13T23:12:16.402Z | Downloaded crossbeam-deque v0.8.5 |
552 | 2024-12-13T23:12:16.402Z | Downloaded colored v2.1.0 |
553 | 2024-12-13T23:12:16.404Z | Downloaded libefi-sys v0.1.0 |
554 | 2024-12-13T23:12:16.408Z | Downloaded httparse v1.9.5 |
555 | 2024-12-13T23:12:16.412Z | Downloaded convert_case v0.4.0 |
556 | 2024-12-13T23:12:16.412Z | Downloaded constant_time_eq v0.3.1 |
557 | 2024-12-13T23:12:16.412Z | Downloaded cmake v0.1.51 |
558 | 2024-12-13T23:12:16.416Z | Downloaded cbc v0.1.2 |
559 | 2024-12-13T23:12:16.416Z | Downloaded tinyvec_macros v0.1.1 |
560 | 2024-12-13T23:12:16.416Z | Downloaded hickory-resolver v0.24.1 |
561 | 2024-12-13T23:12:16.419Z | Downloaded curve25519-dalek-derive v0.1.1 |
562 | 2024-12-13T23:12:16.422Z | Downloaded ctr v0.9.2 |
563 | 2024-12-13T23:12:16.425Z | Downloaded try-lock v0.2.5 |
564 | 2024-12-13T23:12:16.425Z | Downloaded rustfmt-wrapper v0.2.1 |
565 | 2024-12-13T23:12:16.427Z | Downloaded ref-cast v1.0.23 |
566 | 2024-12-13T23:12:16.430Z | Downloaded rustversion v1.0.17 |
567 | 2024-12-13T23:12:16.433Z | Downloaded write16 v1.0.0 |
568 | 2024-12-13T23:12:16.433Z | Downloaded serde_urlencoded v0.7.1 |
569 | 2024-12-13T23:12:16.435Z | Downloaded rusty-fork v0.3.0 |
570 | 2024-12-13T23:12:16.438Z | Downloaded cipher v0.4.4 |
571 | 2024-12-13T23:12:16.438Z | Downloaded cobs v0.2.3 |
572 | 2024-12-13T23:12:16.441Z | Downloaded mime v0.3.17 |
573 | 2024-12-13T23:12:16.441Z | Downloaded static_assertions v1.1.0 |
574 | 2024-12-13T23:12:16.444Z | Downloaded memoffset v0.9.1 |
575 | 2024-12-13T23:12:16.444Z | Downloaded maybe-uninit v2.0.0 |
576 | 2024-12-13T23:12:16.446Z | Downloaded allocator-api2 v0.2.18 |
577 | 2024-12-13T23:12:16.448Z | Downloaded lock_api v0.4.12 |
578 | 2024-12-13T23:12:16.451Z | Downloaded litemap v0.7.3 |
579 | 2024-12-13T23:12:16.453Z | Downloaded quinn-udp v0.5.5 |
580 | 2024-12-13T23:12:16.456Z | Downloaded ipnetwork v0.20.0 |
581 | 2024-12-13T23:12:16.456Z | Downloaded maplit v1.0.2 |
582 | 2024-12-13T23:12:16.458Z | Downloaded termios v0.3.3 |
583 | 2024-12-13T23:12:16.461Z | Downloaded diesel_table_macro_syntax v0.2.0 |
584 | 2024-12-13T23:12:16.461Z | Downloaded zerofrom v0.1.4 |
585 | 2024-12-13T23:12:16.463Z | Downloaded yoke-derive v0.7.4 |
586 | 2024-12-13T23:12:16.463Z | Downloaded ipnet v2.10.1 |
587 | 2024-12-13T23:12:16.467Z | Downloaded jobserver v0.1.32 |
588 | 2024-12-13T23:12:16.469Z | Downloaded libloading v0.8.5 |
589 | 2024-12-13T23:12:16.469Z | Downloaded chacha20 v0.9.1 |
590 | 2024-12-13T23:12:16.472Z | Downloaded shlex v1.3.0 |
591 | 2024-12-13T23:12:16.474Z | Downloaded shell-words v1.1.0 |
592 | 2024-12-13T23:12:16.474Z | Downloaded icu_locid_transform v1.5.0 |
593 | 2024-12-13T23:12:16.478Z | Downloaded mime_guess v2.0.5 |
594 | 2024-12-13T23:12:16.480Z | Downloaded icu_locid_transform_data v1.5.0 |
595 | 2024-12-13T23:12:16.480Z | Downloaded strum_macros v0.25.3 |
596 | 2024-12-13T23:12:16.483Z | Downloaded tui-tree-widget v0.22.0 |
597 | 2024-12-13T23:12:16.486Z | Downloaded fixedbitset v0.4.2 |
598 | 2024-12-13T23:12:16.486Z | Downloaded signal-hook-mio v0.2.4 |
599 | 2024-12-13T23:12:16.488Z | Downloaded mirai-annotations v1.12.0 |
600 | 2024-12-13T23:12:16.488Z | Downloaded cexpr v0.6.0 |
601 | 2024-12-13T23:12:16.490Z | Downloaded bcs v0.1.6 |
602 | 2024-12-13T23:12:16.492Z | Downloaded path-slash v0.1.5 |
603 | 2024-12-13T23:12:16.495Z | Downloaded console v0.15.8 |
604 | 2024-12-13T23:12:16.497Z | Downloaded base64ct v1.6.0 |
605 | 2024-12-13T23:12:16.500Z | Downloaded universal-hash v0.5.1 |
606 | 2024-12-13T23:12:16.500Z | Downloaded crc-catalog v2.4.0 |
607 | 2024-12-13T23:12:16.502Z | Downloaded indexmap v1.9.3 |
608 | 2024-12-13T23:12:16.506Z | Downloaded crc32fast v1.4.2 |
609 | 2024-12-13T23:12:16.509Z | Downloaded const_format_proc_macros v0.2.33 |
610 | 2024-12-13T23:12:16.511Z | Downloaded cancel-safe-futures v0.1.5 |
611 | 2024-12-13T23:12:16.515Z | Downloaded icu_locid v1.5.0 |
612 | 2024-12-13T23:12:16.517Z | Downloaded csv-core v0.1.11 |
613 | 2024-12-13T23:12:16.521Z | Downloaded debug-ignore v1.0.5 |
614 | 2024-12-13T23:12:16.524Z | Downloaded icu_normalizer v1.5.0 |
615 | 2024-12-13T23:12:16.527Z | Downloaded enum-as-inner v0.6.1 |
616 | 2024-12-13T23:12:16.527Z | Downloaded aes-gcm v0.10.3 |
617 | 2024-12-13T23:12:16.530Z | Downloaded backoff v0.4.0 |
618 | 2024-12-13T23:12:16.532Z | Downloaded phf_shared v0.10.0 |
619 | 2024-12-13T23:12:16.535Z | Downloaded tinystr v0.7.6 |
620 | 2024-12-13T23:12:16.538Z | Downloaded fallible-iterator v0.2.0 |
621 | 2024-12-13T23:12:16.538Z | Downloaded tls_codec v0.4.1 |
622 | 2024-12-13T23:12:16.540Z | Downloaded pretty-hex v0.2.1 |
623 | 2024-12-13T23:12:16.540Z | Downloaded tiny-keccak v2.0.2 |
624 | 2024-12-13T23:12:16.543Z | Downloaded cookie_store v0.21.0 |
625 | 2024-12-13T23:12:16.545Z | Downloaded futures-io v0.3.31 |
626 | 2024-12-13T23:12:16.547Z | Downloaded futures-macro v0.3.31 |
627 | 2024-12-13T23:12:16.548Z | Downloaded flagset v0.4.6 |
628 | 2024-12-13T23:12:16.550Z | Downloaded filetime v0.2.25 |
629 | 2024-12-13T23:12:16.555Z | Downloaded kstat-rs v0.2.4 |
630 | 2024-12-13T23:12:16.555Z | Downloaded zeroize v1.8.1 |
631 | 2024-12-13T23:12:16.558Z | Downloaded mockall v0.13.0 |
632 | 2024-12-13T23:12:16.558Z | Downloaded blake2 v0.10.6 |
633 | 2024-12-13T23:12:16.560Z | Downloaded hash32 v0.2.1 |
634 | 2024-12-13T23:12:16.560Z | Downloaded funty v2.0.0 |
635 | 2024-12-13T23:12:16.563Z | Downloaded either v1.13.0 |
636 | 2024-12-13T23:12:16.563Z | Downloaded vte_generate_state_changes v0.1.2 |
637 | 2024-12-13T23:12:16.565Z | Downloaded nanorand v0.7.0 |
638 | 2024-12-13T23:12:16.572Z | Downloaded multimap v0.10.0 |
639 | 2024-12-13T23:12:16.572Z | Downloaded strum_macros v0.26.4 |
640 | 2024-12-13T23:12:16.572Z | Downloaded unicode-xid v0.2.6 |
641 | 2024-12-13T23:12:16.572Z | Downloaded paste v1.0.15 |
642 | 2024-12-13T23:12:16.574Z | Downloaded icu_properties v1.5.1 |
643 | 2024-12-13T23:12:16.577Z | Downloaded diesel-dtrace v0.4.0 |
644 | 2024-12-13T23:12:16.579Z | Downloaded zerofrom-derive v0.1.4 |
645 | 2024-12-13T23:12:16.583Z | Downloaded smallvec v1.13.2 |
646 | 2024-12-13T23:12:16.589Z | Downloaded indicatif v0.17.9 |
647 | 2024-12-13T23:12:16.596Z | Downloaded der_derive v0.7.3 |
648 | 2024-12-13T23:12:16.598Z | Downloaded downcast v0.11.0 |
649 | 2024-12-13T23:12:16.601Z | Downloaded rtoolbox v0.0.2 |
650 | 2024-12-13T23:12:16.601Z | Downloaded rpassword v7.3.1 |
651 | 2024-12-13T23:12:16.604Z | Downloaded resolv-conf v0.7.0 |
652 | 2024-12-13T23:12:16.604Z | Downloaded tinyvec v1.8.0 |
653 | 2024-12-13T23:12:16.607Z | Downloaded secrecy v0.8.0 |
654 | 2024-12-13T23:12:16.610Z | Downloaded hyper v1.5.0 |
655 | 2024-12-13T23:12:16.615Z | Downloaded slab v0.4.9 |
656 | 2024-12-13T23:12:16.617Z | Downloaded ron v0.8.1 |
657 | 2024-12-13T23:12:16.622Z | Downloaded rfc6979 v0.4.0 |
658 | 2024-12-13T23:12:16.625Z | Downloaded aes v0.8.4 |
659 | 2024-12-13T23:12:16.628Z | Downloaded oso-derive v0.27.3 |
660 | 2024-12-13T23:12:16.630Z | Downloaded endian-type v0.1.2 |
661 | 2024-12-13T23:12:16.630Z | Downloaded number_prefix v0.4.0 |
662 | 2024-12-13T23:12:16.633Z | Downloaded tap v1.0.1 |
663 | 2024-12-13T23:12:16.633Z | Downloaded string_cache v0.8.7 |
664 | 2024-12-13T23:12:16.636Z | Downloaded stable_deref_trait v1.2.0 |
665 | 2024-12-13T23:12:16.636Z | Downloaded tls_codec_derive v0.4.1 |
666 | 2024-12-13T23:12:16.639Z | Downloaded native-tls v0.2.12 |
667 | 2024-12-13T23:12:16.643Z | Downloaded parse-size v1.1.0 |
668 | 2024-12-13T23:12:16.643Z | Downloaded r2d2 v0.8.10 |
669 | 2024-12-13T23:12:16.643Z | Downloaded quick-error v1.2.3 |
670 | 2024-12-13T23:12:16.647Z | Downloaded phf_shared v0.11.2 |
671 | 2024-12-13T23:12:16.647Z | Downloaded primeorder v0.13.6 |
672 | 2024-12-13T23:12:16.647Z | Downloaded postgres-protocol v0.6.7 |
673 | 2024-12-13T23:12:16.649Z | Downloaded postcard v1.0.10 |
674 | 2024-12-13T23:12:16.649Z | Downloaded thiserror-impl v2.0.3 |
675 | 2024-12-13T23:12:16.652Z | Downloaded icu_normalizer_data v1.5.0 |
676 | 2024-12-13T23:12:16.655Z | Downloaded bytes v1.8.0 |
677 | 2024-12-13T23:12:16.658Z | Downloaded phf_generator v0.11.2 |
678 | 2024-12-13T23:12:16.661Z | Downloaded socket2 v0.5.7 |
679 | 2024-12-13T23:12:16.663Z | Downloaded which v4.4.2 |
680 | 2024-12-13T23:12:16.666Z | Downloaded compact_str v0.8.0 |
681 | 2024-12-13T23:12:16.668Z | Downloaded signal-hook v0.3.17 |
682 | 2024-12-13T23:12:16.671Z | Downloaded crc-any v2.5.0 |
683 | 2024-12-13T23:12:16.673Z | Downloaded cookie v0.18.1 |
684 | 2024-12-13T23:12:16.677Z | Downloaded ciborium v0.2.2 |
685 | 2024-12-13T23:12:16.679Z | Downloaded foldhash v0.1.3 |
686 | 2024-12-13T23:12:16.681Z | Downloaded subprocess v0.2.9 |
687 | 2024-12-13T23:12:16.684Z | Downloaded enum-as-inner v0.5.1 |
688 | 2024-12-13T23:12:16.687Z | Downloaded ed25519 v2.2.3 |
689 | 2024-12-13T23:12:16.687Z | Downloaded qorb v0.2.1 |
690 | 2024-12-13T23:12:16.691Z | Downloaded fragile v2.0.0 |
691 | 2024-12-13T23:12:16.693Z | Downloaded unicode-truncate v1.1.0 |
692 | 2024-12-13T23:12:16.697Z | Downloaded snafu-derive v0.8.5 |
693 | 2024-12-13T23:12:16.702Z | Downloaded sync_wrapper v1.0.1 |
694 | 2024-12-13T23:12:16.702Z | Downloaded want v0.3.1 |
695 | 2024-12-13T23:12:16.702Z | Downloaded num_threads v0.1.7 |
696 | 2024-12-13T23:12:16.702Z | Downloaded prettyplease v0.2.25 |
697 | 2024-12-13T23:12:16.705Z | Downloaded zeroize_derive v1.4.2 |
698 | 2024-12-13T23:12:16.705Z | Downloaded icu_collections v1.5.0 |
699 | 2024-12-13T23:12:16.710Z | Downloaded tracing-attributes v0.1.27 |
700 | 2024-12-13T23:12:16.714Z | Downloaded unsafe-libyaml v0.2.11 |
701 | 2024-12-13T23:12:16.716Z | Downloaded time-macros v0.2.18 |
702 | 2024-12-13T23:12:16.718Z | Downloaded password-hash v0.5.0 |
703 | 2024-12-13T23:12:16.721Z | Downloaded group v0.13.0 |
704 | 2024-12-13T23:12:16.723Z | Downloaded glob v0.3.1 |
705 | 2024-12-13T23:12:16.726Z | Downloaded futures-sink v0.3.31 |
706 | 2024-12-13T23:12:16.726Z | Downloaded futures-executor v0.3.31 |
707 | 2024-12-13T23:12:16.731Z | Downloaded ff v0.13.0 |
708 | 2024-12-13T23:12:16.731Z | Downloaded password-hash v0.4.2 |
709 | 2024-12-13T23:12:16.735Z | Downloaded parking_lot_core v0.8.6 |
710 | 2024-12-13T23:12:16.735Z | Downloaded predicates-tree v1.0.11 |
711 | 2024-12-13T23:12:16.735Z | Downloaded predicates-core v1.0.8 |
712 | 2024-12-13T23:12:16.737Z | Downloaded phf_codegen v0.11.2 |
713 | 2024-12-13T23:12:16.737Z | Downloaded vte v0.11.1 |
714 | 2024-12-13T23:12:16.740Z | Downloaded minimal-lexical v0.2.1 |
715 | 2024-12-13T23:12:16.743Z | Downloaded rustc_version v0.4.1 |
716 | 2024-12-13T23:12:16.745Z | Downloaded base64 v0.21.7 |
717 | 2024-12-13T23:12:16.748Z | Downloaded rand_chacha v0.3.1 |
718 | 2024-12-13T23:12:16.751Z | Downloaded precomputed-hash v0.1.1 |
719 | 2024-12-13T23:12:16.751Z | Downloaded num-iter v0.1.45 |
720 | 2024-12-13T23:12:16.753Z | Downloaded cc v1.1.30 |
721 | 2024-12-13T23:12:16.756Z | Downloaded slog v2.7.0 |
722 | 2024-12-13T23:12:16.758Z | Downloaded signature v2.2.0 |
723 | 2024-12-13T23:12:16.761Z | Downloaded synstructure v0.13.1 |
724 | 2024-12-13T23:12:16.764Z | Downloaded miniz_oxide v0.8.0 |
725 | 2024-12-13T23:12:16.769Z | Downloaded crypto-bigint v0.5.5 |
726 | 2024-12-13T23:12:16.780Z | Downloaded utf-8 v0.7.6 |
727 | 2024-12-13T23:12:16.780Z | Downloaded openssl-macros v0.1.1 |
728 | 2024-12-13T23:12:16.781Z | Downloaded mockall_derive v0.13.0 |
729 | 2024-12-13T23:12:16.781Z | Downloaded num-complex v0.4.6 |
730 | 2024-12-13T23:12:16.781Z | Downloaded writeable v0.5.5 |
731 | 2024-12-13T23:12:16.785Z | Downloaded structmeta v0.3.0 |
732 | 2024-12-13T23:12:16.785Z | Downloaded smallvec v0.6.14 |
733 | 2024-12-13T23:12:16.785Z | Downloaded signal-hook-tokio v0.3.1 |
734 | 2024-12-13T23:12:16.785Z | Downloaded ref-cast-impl v1.0.23 |
735 | 2024-12-13T23:12:16.788Z | Downloaded semver v0.1.20 |
736 | 2024-12-13T23:12:16.788Z | Downloaded walkdir v2.5.0 |
737 | 2024-12-13T23:12:16.788Z | Downloaded steno v0.4.1 |
738 | 2024-12-13T23:12:16.791Z | Downloaded derive_builder_core v0.20.2 |
739 | 2024-12-13T23:12:16.795Z | Downloaded dirs-next v2.0.0 |
740 | 2024-12-13T23:12:16.798Z | Downloaded predicates v3.1.2 |
741 | 2024-12-13T23:12:16.801Z | Downloaded derive_builder v0.20.2 |
742 | 2024-12-13T23:12:16.804Z | Downloaded globset v0.4.15 |
743 | 2024-12-13T23:12:16.807Z | Downloaded time-core v0.1.2 |
744 | 2024-12-13T23:12:16.807Z | Downloaded take_mut v0.2.2 |
745 | 2024-12-13T23:12:16.809Z | Downloaded parse-display-derive v0.10.0 |
746 | 2024-12-13T23:12:16.809Z | Downloaded tokio-macros v2.4.0 |
747 | 2024-12-13T23:12:16.811Z | Downloaded fd-lock v4.0.2 |
748 | 2024-12-13T23:12:16.814Z | Downloaded wait-timeout v0.2.0 |
749 | 2024-12-13T23:12:16.814Z | Downloaded untrusted v0.9.0 |
750 | 2024-12-13T23:12:16.817Z | Downloaded nodrop v0.1.14 |
751 | 2024-12-13T23:12:16.821Z | Downloaded fallible-iterator v0.3.0 |
752 | 2024-12-13T23:12:16.821Z | Downloaded float-ord v0.3.2 |
753 | 2024-12-13T23:12:16.821Z | Downloaded float-cmp v0.9.0 |
754 | 2024-12-13T23:12:16.824Z | Downloaded fallible-streaming-iterator v0.1.9 |
755 | 2024-12-13T23:12:16.824Z | Downloaded diff v0.1.13 |
756 | 2024-12-13T23:12:16.827Z | Downloaded diesel_derives v2.2.3 |
757 | 2024-12-13T23:12:16.831Z | Downloaded tracing-core v0.1.32 |
758 | 2024-12-13T23:12:16.833Z | Downloaded tokio-stream v0.1.16 |
759 | 2024-12-13T23:12:16.837Z | Downloaded crossbeam-channel v0.5.13 |
760 | 2024-12-13T23:12:16.841Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2024-12-13T23:12:16.844Z | Downloaded rand_core v0.6.4 |
762 | 2024-12-13T23:12:16.847Z | Downloaded whoami v1.5.2 |
763 | 2024-12-13T23:12:16.847Z | Downloaded zone_cfg_derive v0.3.0 |
764 | 2024-12-13T23:12:16.850Z | Downloaded headers v0.4.0 |
765 | 2024-12-13T23:12:16.853Z | Downloaded tungstenite v0.23.0 |
766 | 2024-12-13T23:12:16.858Z | Downloaded foreign-types-shared v0.3.1 |
767 | 2024-12-13T23:12:16.861Z | Downloaded foreign-types-shared v0.1.1 |
768 | 2024-12-13T23:12:16.861Z | Downloaded spin v0.5.2 |
769 | 2024-12-13T23:12:16.861Z | Downloaded smf v0.2.3 |
770 | 2024-12-13T23:12:16.861Z | Downloaded pin-utils v0.1.0 |
771 | 2024-12-13T23:12:16.864Z | Downloaded libm v0.2.8 |
772 | 2024-12-13T23:12:16.870Z | Downloaded pbkdf2 v0.11.0 |
773 | 2024-12-13T23:12:16.873Z | Downloaded schemars_derive v0.8.21 |
774 | 2024-12-13T23:12:16.876Z | Downloaded utf16_iter v1.0.5 |
775 | 2024-12-13T23:12:16.876Z | Downloaded slog-stdlog v4.1.1 |
776 | 2024-12-13T23:12:16.879Z | Downloaded scopeguard v1.2.0 |
777 | 2024-12-13T23:12:16.882Z | Downloaded derive-where v1.2.7 |
778 | 2024-12-13T23:12:16.885Z | Downloaded pin-project v1.1.6 |
779 | 2024-12-13T23:12:16.894Z | Downloaded embedded-io v0.6.1 |
780 | 2024-12-13T23:12:16.898Z | Downloaded deranged v0.3.11 |
781 | 2024-12-13T23:12:16.902Z | Downloaded defmt-parser v0.3.4 |
782 | 2024-12-13T23:12:16.902Z | Downloaded scrypt v0.11.0 |
783 | 2024-12-13T23:12:16.902Z | Downloaded tower-service v0.3.3 |
784 | 2024-12-13T23:12:16.904Z | Downloaded mio v1.0.2 |
785 | 2024-12-13T23:12:16.907Z | Downloaded rustls-pemfile v2.2.0 |
786 | 2024-12-13T23:12:16.910Z | Downloaded foreign-types v0.3.2 |
787 | 2024-12-13T23:12:16.913Z | Downloaded dhcproto-macros v0.1.0 |
788 | 2024-12-13T23:12:16.913Z | Downloaded toml v0.7.8 |
789 | 2024-12-13T23:12:16.916Z | Downloaded num v0.4.3 |
790 | 2024-12-13T23:12:16.919Z | Downloaded unicode-properties v0.1.3 |
791 | 2024-12-13T23:12:16.919Z | Downloaded polyval v0.6.2 |
792 | 2024-12-13T23:12:16.923Z | Downloaded waitgroup v0.1.2 |
793 | 2024-12-13T23:12:16.923Z | Downloaded poly1305 v0.8.0 |
794 | 2024-12-13T23:12:16.926Z | Downloaded pbkdf2 v0.12.2 |
795 | 2024-12-13T23:12:16.926Z | Downloaded data-encoding v2.6.0 |
796 | 2024-12-13T23:12:16.928Z | Downloaded snafu v0.8.5 |
797 | 2024-12-13T23:12:16.933Z | Downloaded new_debug_unreachable v1.0.6 |
798 | 2024-12-13T23:12:16.935Z | Downloaded defmt-macros v0.3.9 |
799 | 2024-12-13T23:12:16.938Z | Downloaded tokio-tungstenite v0.23.1 |
800 | 2024-12-13T23:12:16.940Z | Downloaded serde_plain v1.0.2 |
801 | 2024-12-13T23:12:16.944Z | Downloaded russh-cryptovec v0.7.3 |
802 | 2024-12-13T23:12:16.944Z | Downloaded peg-runtime v0.8.3 |
803 | 2024-12-13T23:12:16.944Z | Downloaded num-conv v0.1.0 |
804 | 2024-12-13T23:12:16.946Z | Downloaded serde_repr v0.1.19 |
805 | 2024-12-13T23:12:16.948Z | Downloaded foreign-types-macros v0.2.3 |
806 | 2024-12-13T23:12:16.948Z | Downloaded fatfs v0.3.6 |
807 | 2024-12-13T23:12:16.950Z | Downloaded sct v0.7.1 |
808 | 2024-12-13T23:12:16.954Z | Downloaded structmeta-derive v0.3.0 |
809 | 2024-12-13T23:12:16.956Z | Downloaded structmeta-derive v0.2.0 |
810 | 2024-12-13T23:12:16.958Z | Downloaded parking_lot v0.12.3 |
811 | 2024-12-13T23:12:16.961Z | Downloaded quinn v0.11.5 |
812 | 2024-12-13T23:12:16.963Z | Downloaded toolchain_find v0.4.0 |
813 | 2024-12-13T23:12:16.966Z | Downloaded tokio-tungstenite v0.21.0 |
814 | 2024-12-13T23:12:16.969Z | Downloaded fxhash v0.2.1 |
815 | 2024-12-13T23:12:16.969Z | Downloaded tokio-rustls v0.25.0 |
816 | 2024-12-13T23:12:16.972Z | Downloaded slog-json v2.6.1 |
817 | 2024-12-13T23:12:16.974Z | Downloaded unicase v2.7.0 |
818 | 2024-12-13T23:12:16.974Z | Downloaded difflib v0.4.0 |
819 | 2024-12-13T23:12:16.977Z | Downloaded wyz v0.5.1 |
820 | 2024-12-13T23:12:16.977Z | Downloaded proc-macro-crate v1.3.1 |
821 | 2024-12-13T23:12:16.979Z | Downloaded powerfmt v0.2.0 |
822 | 2024-12-13T23:12:16.979Z | Downloaded foreign-types v0.5.0 |
823 | 2024-12-13T23:12:16.982Z | Downloaded unarray v0.1.4 |
824 | 2024-12-13T23:12:16.982Z | Downloaded ed25519-dalek v2.1.1 |
825 | 2024-12-13T23:12:16.986Z | Downloaded postgres-types v0.2.8 |
826 | 2024-12-13T23:12:16.988Z | Downloaded nu-ansi-term v0.50.1 |
827 | 2024-12-13T23:12:16.991Z | Downloaded itertools v0.13.0 |
828 | 2024-12-13T23:12:16.998Z | Downloaded fs_extra v1.3.0 |
829 | 2024-12-13T23:12:17.000Z | Downloaded termtree v0.4.1 |
830 | 2024-12-13T23:12:17.003Z | Downloaded radium v0.7.0 |
831 | 2024-12-13T23:12:17.003Z | Downloaded stringprep v0.1.5 |
832 | 2024-12-13T23:12:17.005Z | Downloaded form_urlencoded v1.2.1 |
833 | 2024-12-13T23:12:17.005Z | Downloaded ssh-cipher v0.2.0 |
834 | 2024-12-13T23:12:17.008Z | Downloaded ppv-lite86 v0.2.20 |
835 | 2024-12-13T23:12:17.008Z | Downloaded serde_derive_internals v0.29.1 |
836 | 2024-12-13T23:12:17.010Z | Downloaded rustc-demangle v0.1.24 |
837 | 2024-12-13T23:12:17.013Z | Downloaded aws-lc-rs v1.10.0 |
838 | 2024-12-13T23:12:17.020Z | Downloaded sigpipe v0.1.3 |
839 | 2024-12-13T23:12:17.023Z | Downloaded derive_builder_macro v0.20.2 |
840 | 2024-12-13T23:12:17.023Z | Downloaded utf8_iter v1.0.4 |
841 | 2024-12-13T23:12:17.023Z | Downloaded strip-ansi-escapes v0.2.0 |
842 | 2024-12-13T23:12:17.025Z | Downloaded slog-bunyan v2.5.0 |
843 | 2024-12-13T23:12:17.028Z | Downloaded rustyline v14.0.0 |
844 | 2024-12-13T23:12:17.031Z | Downloaded ssh-encoding v0.2.0 |
845 | 2024-12-13T23:12:17.034Z | Downloaded thiserror-no-std v2.0.2 |
846 | 2024-12-13T23:12:17.037Z | Downloaded gethostname v0.5.0 |
847 | 2024-12-13T23:12:17.040Z | Downloaded topological-sort v0.2.2 |
848 | 2024-12-13T23:12:17.042Z | Downloaded progenitor v0.8.0 |
849 | 2024-12-13T23:12:17.042Z | Downloaded phf v0.11.2 |
850 | 2024-12-13T23:12:17.044Z | Downloaded defmt v0.3.8 |
851 | 2024-12-13T23:12:17.046Z | Downloaded zone_cfg_derive v0.1.2 |
852 | 2024-12-13T23:12:17.049Z | Downloaded rand_xorshift v0.3.0 |
853 | 2024-12-13T23:12:17.049Z | Downloaded rand_seeder v0.3.0 |
854 | 2024-12-13T23:12:17.051Z | Downloaded pem v3.0.4 |
855 | 2024-12-13T23:12:17.051Z | Downloaded ghash v0.5.1 |
856 | 2024-12-13T23:12:17.054Z | Downloaded term v0.7.0 |
857 | 2024-12-13T23:12:17.056Z | Downloaded futures-task v0.3.31 |
858 | 2024-12-13T23:12:17.059Z | Downloaded tokio-tungstenite v0.24.0 |
859 | 2024-12-13T23:12:17.061Z | Downloaded spin v0.9.8 |
860 | 2024-12-13T23:12:17.064Z | Downloaded termcolor v1.4.1 |
861 | 2024-12-13T23:12:17.066Z | Downloaded nibble_vec v0.1.0 |
862 | 2024-12-13T23:12:17.066Z | Downloaded crossterm v0.28.1 |
863 | 2024-12-13T23:12:17.072Z | Downloaded vsss-rs v3.3.4 |
864 | 2024-12-13T23:12:17.075Z | Downloaded thiserror-impl-no-std v2.0.2 |
865 | 2024-12-13T23:12:17.078Z | Downloaded darling_core v0.20.10 |
866 | 2024-12-13T23:12:17.081Z | Downloaded slog-scope v4.4.0 |
867 | 2024-12-13T23:12:17.084Z | Downloaded zopfli v0.8.1 |
868 | 2024-12-13T23:12:17.086Z | Downloaded serde_yaml v0.9.34+deprecated |
869 | 2024-12-13T23:12:17.089Z | Downloaded simd-adler32 v0.3.7 |
870 | 2024-12-13T23:12:17.104Z | Downloaded sync-ptr v0.1.1 |
871 | 2024-12-13T23:12:17.104Z | Downloaded opaque-debug v0.3.1 |
872 | 2024-12-13T23:12:17.104Z | Downloaded num-derive v0.4.2 |
873 | 2024-12-13T23:12:17.104Z | Downloaded futures v0.3.31 |
874 | 2024-12-13T23:12:17.111Z | Downloaded serde-big-array v0.5.1 |
875 | 2024-12-13T23:12:17.114Z | Downloaded num_enum_derive v0.5.11 |
876 | 2024-12-13T23:12:17.117Z | Downloaded xz2 v0.1.7 |
877 | 2024-12-13T23:12:17.120Z | Downloaded peg-macros v0.8.4 |
878 | 2024-12-13T23:12:17.123Z | Downloaded p521 v0.13.3 |
879 | 2024-12-13T23:12:17.130Z | Downloaded futures-core v0.3.31 |
880 | 2024-12-13T23:12:17.132Z | Downloaded openssl-probe v0.1.5 |
881 | 2024-12-13T23:12:17.134Z | Downloaded newtype_derive v0.1.6 |
882 | 2024-12-13T23:12:17.138Z | Downloaded tabwriter v1.4.0 |
883 | 2024-12-13T23:12:17.142Z | Downloaded scheduled-thread-pool v0.2.7 |
884 | 2024-12-13T23:12:17.142Z | Downloaded env_filter v0.1.2 |
885 | 2024-12-13T23:12:17.145Z | Downloaded subtle v2.6.1 |
886 | 2024-12-13T23:12:17.145Z | Downloaded strum_macros v0.24.3 |
887 | 2024-12-13T23:12:17.149Z | Downloaded futures-channel v0.3.31 |
888 | 2024-12-13T23:12:17.149Z | Downloaded newline-converter v0.3.0 |
889 | 2024-12-13T23:12:17.151Z | Downloaded blake3 v1.5.4 |
890 | 2024-12-13T23:12:17.156Z | Downloaded strum v0.26.3 |
891 | 2024-12-13T23:12:17.159Z | Downloaded sqlparser_derive v0.2.2 |
892 | 2024-12-13T23:12:17.159Z | Downloaded displaydoc v0.2.5 |
893 | 2024-12-13T23:12:17.161Z | Downloaded zerocopy v0.6.6 |
894 | 2024-12-13T23:12:17.164Z | Downloaded url v2.5.3 |
895 | 2024-12-13T23:12:17.167Z | Downloaded vergen v8.3.2 |
896 | 2024-12-13T23:12:17.172Z | Downloaded percent-encoding v2.3.1 |
897 | 2024-12-13T23:12:17.174Z | Downloaded xattr v1.3.1 |
898 | 2024-12-13T23:12:17.174Z | Downloaded zerovec-derive v0.10.3 |
899 | 2024-12-13T23:12:17.174Z | Downloaded twox-hash v1.6.3 |
900 | 2024-12-13T23:12:17.178Z | Downloaded structmeta v0.2.0 |
901 | 2024-12-13T23:12:17.178Z | Downloaded getrandom v0.2.15 |
902 | 2024-12-13T23:12:17.181Z | Downloaded num_enum v0.5.11 |
903 | 2024-12-13T23:12:17.184Z | Downloaded yasna v0.5.2 |
904 | 2024-12-13T23:12:17.187Z | Downloaded slog-async v2.8.0 |
905 | 2024-12-13T23:12:17.189Z | Downloaded sec1 v0.7.3 |
906 | 2024-12-13T23:12:17.194Z | Downloaded embedded-io v0.4.0 |
907 | 2024-12-13T23:12:17.194Z | Downloaded dyn-clone v1.0.17 |
908 | 2024-12-13T23:12:17.197Z | Downloaded dirs-sys-next v0.1.2 |
909 | 2024-12-13T23:12:17.197Z | Downloaded schemars v0.8.21 |
910 | 2024-12-13T23:12:17.205Z | Downloaded pkg-config v0.3.31 |
911 | 2024-12-13T23:12:17.207Z | Downloaded psl-types v2.0.11 |
912 | 2024-12-13T23:12:17.210Z | Downloaded dunce v1.0.5 |
913 | 2024-12-13T23:12:17.210Z | Downloaded dsl_auto_type v0.1.2 |
914 | 2024-12-13T23:12:17.213Z | Downloaded display-error-chain v0.2.2 |
915 | 2024-12-13T23:12:17.213Z | Downloaded test-strategy v0.3.1 |
916 | 2024-12-13T23:12:17.215Z | Downloaded packed_struct_codegen v0.10.1 |
917 | 2024-12-13T23:12:17.218Z | Downloaded flate2 v1.0.34 |
918 | 2024-12-13T23:12:17.222Z | Downloaded salsa20 v0.10.2 |
919 | 2024-12-13T23:12:17.224Z | Downloaded parse-zoneinfo v0.3.1 |
920 | 2024-12-13T23:12:17.227Z | Downloaded unicode-segmentation v1.12.0 |
921 | 2024-12-13T23:12:17.230Z | Downloaded ssh-key v0.6.6 |
922 | 2024-12-13T23:12:17.236Z | Downloaded supports-color v3.0.1 |
923 | 2024-12-13T23:12:17.239Z | Downloaded slog-envlogger v2.2.0 |
924 | 2024-12-13T23:12:17.241Z | Downloaded rustls-webpki v0.102.8 |
925 | 2024-12-13T23:12:17.258Z | Downloaded ena v0.14.3 |
926 | 2024-12-13T23:12:17.261Z | Downloaded olpc-cjson v0.1.4 |
927 | 2024-12-13T23:12:17.264Z | Downloaded pkcs1 v0.7.5 |
928 | 2024-12-13T23:12:17.264Z | Downloaded pem-rfc7468 v0.7.0 |
929 | 2024-12-13T23:12:17.266Z | Downloaded winnow v0.5.40 |
930 | 2024-12-13T23:12:17.278Z | Downloaded similar v2.6.0 |
931 | 2024-12-13T23:12:17.281Z | Downloaded num-rational v0.4.2 |
932 | 2024-12-13T23:12:17.281Z | Downloaded dropshot_endpoint v0.13.0 |
933 | 2024-12-13T23:12:17.284Z | Downloaded newtype-uuid v1.1.3 |
934 | 2024-12-13T23:12:17.286Z | Downloaded zone v0.3.0 |
935 | 2024-12-13T23:12:17.286Z | Downloaded typify v0.2.0 |
936 | 2024-12-13T23:12:17.289Z | Downloaded flume v0.11.1 |
937 | 2024-12-13T23:12:17.296Z | Downloaded parse-display v0.10.0 |
938 | 2024-12-13T23:12:17.296Z | Downloaded typify-macro v0.2.0 |
939 | 2024-12-13T23:12:17.299Z | Downloaded hashlink v0.9.1 |
940 | 2024-12-13T23:12:17.299Z | Downloaded rand v0.8.5 |
941 | 2024-12-13T23:12:17.301Z | Downloaded slog-dtrace v0.3.0 |
942 | 2024-12-13T23:12:17.304Z | Downloaded samael v0.0.17 |
943 | 2024-12-13T23:12:17.307Z | Downloaded rustls-pemfile v1.0.4 |
944 | 2024-12-13T23:12:17.311Z | Downloaded omicron-zone-package v0.11.1 |
945 | 2024-12-13T23:12:17.314Z | Downloaded same-file v1.0.6 |
946 | 2024-12-13T23:12:17.317Z | Downloaded num-traits v0.2.19 |
947 | 2024-12-13T23:12:17.317Z | Downloaded num-bigint-dig v0.8.4 |
948 | 2024-12-13T23:12:17.321Z | Downloaded serde_with_macros v3.11.0 |
949 | 2024-12-13T23:12:17.324Z | Downloaded hash32 v0.3.1 |
950 | 2024-12-13T23:12:17.326Z | Downloaded zone v0.1.8 |
951 | 2024-12-13T23:12:17.326Z | Downloaded progenitor-macro v0.8.0 |
952 | 2024-12-13T23:12:17.329Z | Downloaded icu_properties_data v1.5.0 |
953 | 2024-12-13T23:12:17.336Z | Downloaded progenitor-impl v0.8.0 |
954 | 2024-12-13T23:12:17.339Z | Downloaded elliptic-curve v0.13.8 |
955 | 2024-12-13T23:12:17.342Z | Downloaded packed_struct v0.10.1 |
956 | 2024-12-13T23:12:17.345Z | Downloaded rusqlite v0.32.1 |
957 | 2024-12-13T23:12:17.350Z | Downloaded russh-keys v0.45.0 |
958 | 2024-12-13T23:12:17.353Z | Downloaded sqlformat v0.2.6 |
959 | 2024-12-13T23:12:17.356Z | Downloaded pkcs5 v0.7.1 |
960 | 2024-12-13T23:12:17.358Z | Downloaded tar v0.4.42 |
961 | 2024-12-13T23:12:17.361Z | Downloaded zerovec v0.10.4 |
962 | 2024-12-13T23:12:17.369Z | Downloaded rustls-webpki v0.101.7 |
963 | 2024-12-13T23:12:17.382Z | Downloaded des v0.8.1 |
964 | 2024-12-13T23:12:17.384Z | Downloaded openssl-sys v0.9.103 |
965 | 2024-12-13T23:12:17.389Z | Downloaded dhcproto v0.12.0 |
966 | 2024-12-13T23:12:17.392Z | Downloaded pkcs8 v0.10.2 |
967 | 2024-12-13T23:12:17.395Z | Downloaded sqlparser v0.45.0 |
968 | 2024-12-13T23:12:17.400Z | Downloaded h2 v0.4.6 |
969 | 2024-12-13T23:12:17.408Z | Downloaded rustls-pki-types v1.10.0 |
970 | 2024-12-13T23:12:17.411Z | Downloaded hashbrown v0.12.3 |
971 | 2024-12-13T23:12:17.415Z | Downloaded half v2.4.1 |
972 | 2024-12-13T23:12:17.418Z | Downloaded tungstenite v0.24.0 |
973 | 2024-12-13T23:12:17.422Z | Downloaded bindgen v0.69.5 |
974 | 2024-12-13T23:12:17.429Z | Downloaded num-bigint v0.4.6 |
975 | 2024-12-13T23:12:17.434Z | Downloaded quinn-proto v0.11.8 |
976 | 2024-12-13T23:12:17.441Z | Downloaded zip v2.1.3 |
977 | 2024-12-13T23:12:17.446Z | Downloaded hashbrown v0.13.2 |
978 | 2024-12-13T23:12:17.450Z | Downloaded idna v0.5.0 |
979 | 2024-12-13T23:12:17.457Z | Downloaded idna v0.4.0 |
980 | 2024-12-13T23:12:17.466Z | Downloaded zip v0.6.6 |
981 | 2024-12-13T23:12:17.470Z | Downloaded publicsuffix v2.2.3 |
982 | 2024-12-13T23:12:17.473Z | Downloaded tokio-util v0.7.12 |
983 | 2024-12-13T23:12:17.479Z | Downloaded toml_edit v0.19.15 |
984 | 2024-12-13T23:12:17.497Z | Downloaded time v0.3.36 |
985 | 2024-12-13T23:12:17.505Z | Downloaded x509-cert v0.2.5 |
986 | 2024-12-13T23:12:17.510Z | Downloaded tough v0.19.0 |
987 | 2024-12-13T23:12:17.519Z | Downloaded quick-xml v0.33.0 |
988 | 2024-12-13T23:12:17.525Z | Downloaded tracing v0.1.40 |
989 | 2024-12-13T23:12:17.531Z | Downloaded portable-atomic v1.9.0 |
990 | 2024-12-13T23:12:17.538Z | Downloaded idna v0.2.3 |
991 | 2024-12-13T23:12:17.546Z | Downloaded reedline v0.35.0 |
992 | 2024-12-13T23:12:17.553Z | Downloaded openssl v0.10.66 |
993 | 2024-12-13T23:12:17.563Z | Downloaded webpki-roots v0.26.6 |
994 | 2024-12-13T23:12:17.567Z | Downloaded chrono v0.4.38 |
995 | 2024-12-13T23:12:17.577Z | Downloaded serde_with v3.11.0 |
996 | 2024-12-13T23:12:17.583Z | Downloaded hickory-proto v0.24.1 |
997 | 2024-12-13T23:12:17.599Z | Downloaded typed-path v0.9.3 |
998 | 2024-12-13T23:12:17.605Z | Downloaded zerocopy v0.8.10 |
999 | 2024-12-13T23:12:17.632Z | Downloaded russh v0.45.0 |
1000 | 2024-12-13T23:12:17.637Z | Downloaded unicode-normalization v0.1.24 |
1001 | 2024-12-13T23:12:17.641Z | Downloaded salty v0.3.0 |
1002 | 2024-12-13T23:12:17.648Z | Downloaded proptest v1.5.0 |
1003 | 2024-12-13T23:12:17.659Z | Downloaded object v0.30.4 |
1004 | 2024-12-13T23:12:17.670Z | Downloaded rustls v0.21.12 |
1005 | 2024-12-13T23:12:17.682Z | Downloaded git2 v0.19.0 |
1006 | 2024-12-13T23:12:17.693Z | Downloaded hashbrown v0.14.5 |
1007 | 2024-12-13T23:12:17.699Z | Downloaded regress v0.10.1 |
1008 | 2024-12-13T23:12:17.706Z | Downloaded curve25519-dalek v4.1.3 |
1009 | 2024-12-13T23:12:17.713Z | Downloaded radix_trie v0.2.1 |
1010 | 2024-12-13T23:12:17.718Z | Downloaded futures-util v0.3.31 |
1011 | 2024-12-13T23:12:17.730Z | Downloaded rayon v1.10.0 |
1012 | 2024-12-13T23:12:17.740Z | Downloaded vcpkg v0.2.15 |
1013 | 2024-12-13T23:12:17.780Z | Downloaded petname v2.0.2 |
1014 | 2024-12-13T23:12:17.785Z | Downloaded smoltcp v0.11.0 |
1015 | 2024-12-13T23:12:17.798Z | Downloaded rustls v0.22.4 |
1016 | 2024-12-13T23:12:17.813Z | Downloaded rustls v0.23.19 |
1017 | 2024-12-13T23:12:17.827Z | Downloaded gimli v0.31.1 |
1018 | 2024-12-13T23:12:17.834Z | Downloaded object v0.36.5 |
1019 | 2024-12-13T23:12:17.849Z | Downloaded nix v0.29.0 |
1020 | 2024-12-13T23:12:17.861Z | Downloaded bstr v1.10.0 |
1021 | 2024-12-13T23:12:17.872Z | Downloaded polar-core v0.27.3 |
1022 | 2024-12-13T23:12:17.882Z | Downloaded nix v0.28.0 |
1023 | 2024-12-13T23:12:17.894Z | Downloaded nix v0.27.1 |
1024 | 2024-12-13T23:12:17.906Z | Downloaded regress v0.9.1 |
1025 | 2024-12-13T23:12:17.916Z | Downloaded sled v0.34.7 |
1026 | 2024-12-13T23:12:17.927Z | Downloaded regex-syntax v0.6.29 |
1027 | 2024-12-13T23:12:17.935Z | Downloaded diesel v2.2.6 |
1028 | 2024-12-13T23:12:17.954Z | Downloaded typify-impl v0.2.0 |
1029 | 2024-12-13T23:12:17.970Z | Downloaded dropshot v0.13.0 |
1030 | 2024-12-13T23:12:17.992Z | Downloaded ratatui v0.28.1 |
1031 | 2024-12-13T23:12:18.012Z | Downloaded chrono-tz v0.10.0 |
1032 | 2024-12-13T23:12:18.020Z | Downloaded zerocopy-derive v0.6.6 |
1033 | 2024-12-13T23:12:18.032Z | Downloaded regex-syntax v0.8.5 |
1034 | 2024-12-13T23:12:18.040Z | Downloaded regex v1.11.1 |
1035 | 2024-12-13T23:12:18.056Z | Downloaded openapiv3 v2.0.0 |
1036 | 2024-12-13T23:12:18.068Z | Downloaded lzma-sys v0.1.20 |
1037 | 2024-12-13T23:12:18.099Z | Downloaded tokio v1.40.0 |
1038 | 2024-12-13T23:12:18.139Z | Downloaded p384 v0.13.0 |
1039 | 2024-12-13T23:12:18.145Z | Downloaded unicode-width v0.2.0 |
1040 | 2024-12-13T23:12:18.152Z | Downloaded dropshot v0.12.0 |
1041 | 2024-12-13T23:12:18.174Z | Downloaded libz-sys v1.1.20 |
1042 | 2024-12-13T23:12:18.195Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1043 | 2024-12-13T23:12:18.208Z | Downloaded smoltcp v0.9.1 |
1044 | 2024-12-13T23:12:18.223Z | Downloaded trust-dns-proto v0.22.0 |
1045 | 2024-12-13T23:12:18.232Z | Downloaded bitvec v1.0.1 |
1046 | 2024-12-13T23:12:18.247Z | Downloaded idna v0.3.0 |
1047 | 2024-12-13T23:12:18.253Z | Downloaded zerocopy-derive v0.8.10 |
1048 | 2024-12-13T23:12:18.260Z | Downloaded regex-automata v0.4.8 |
1049 | 2024-12-13T23:12:18.278Z | Downloaded unicode-bidi v0.3.17 |
1050 | 2024-12-13T23:12:18.281Z | Downloaded nom v7.1.3 |
1051 | 2024-12-13T23:12:18.297Z | Downloaded derive_more v0.99.18 |
1052 | 2024-12-13T23:12:18.307Z | Downloaded rayon-core v1.12.1 |
1053 | 2024-12-13T23:12:18.307Z | Downloaded p256 v0.13.2 |
1054 | 2024-12-13T23:12:18.307Z | Downloaded reqwest v0.12.9 |
1055 | 2024-12-13T23:12:18.311Z | Downloaded petgraph v0.6.5 |
1056 | 2024-12-13T23:12:18.326Z | Downloaded lalrpop v0.19.12 |
1057 | 2024-12-13T23:12:18.337Z | Downloaded sha3 v0.10.8 |
1058 | 2024-12-13T23:12:18.342Z | Downloaded csv v1.3.0 |
1059 | 2024-12-13T23:12:18.363Z | Downloaded spki v0.7.3 |
1060 | 2024-12-13T23:12:18.366Z | Downloaded owo-colors v4.1.0 |
1061 | 2024-12-13T23:12:18.368Z | Downloaded uuid v1.11.0 |
1062 | 2024-12-13T23:12:18.371Z | Downloaded rcgen v0.12.1 |
1063 | 2024-12-13T23:12:18.373Z | Downloaded expectorate v1.1.0 |
1064 | 2024-12-13T23:12:18.376Z | Downloaded tokio-postgres v0.7.12 |
1065 | 2024-12-13T23:12:18.380Z | Downloaded value-bag v1.9.0 |
1066 | 2024-12-13T23:12:18.382Z | Downloaded uzers v0.12.1 |
1067 | 2024-12-13T23:12:18.384Z | Downloaded siphasher v0.3.11 |
1068 | 2024-12-13T23:12:18.389Z | Downloaded serde-hex v0.1.0 |
1069 | 2024-12-13T23:12:18.393Z | Downloaded peg v0.8.4 |
1070 | 2024-12-13T23:12:18.393Z | Downloaded num-integer v0.1.46 |
1071 | 2024-12-13T23:12:18.396Z | Downloaded libxml v0.3.3 |
1072 | 2024-12-13T23:12:18.399Z | Downloaded pin-project-lite v0.2.14 |
1073 | 2024-12-13T23:12:18.403Z | Downloaded pin-project-internal v1.1.6 |
1074 | 2024-12-13T23:12:18.405Z | Downloaded dropshot_endpoint v0.12.0 |
1075 | 2024-12-13T23:12:18.408Z | Downloaded itertools v0.12.1 |
1076 | 2024-12-13T23:12:18.415Z | Downloaded env_logger v0.11.5 |
1077 | 2024-12-13T23:12:18.418Z | Downloaded env_logger v0.10.2 |
1078 | 2024-12-13T23:12:18.420Z | Downloaded tokio-rustls v0.24.1 |
1079 | 2024-12-13T23:12:18.424Z | Downloaded tokio-native-tls v0.3.1 |
1080 | 2024-12-13T23:12:18.426Z | Downloaded parking_lot_core v0.9.10 |
1081 | 2024-12-13T23:12:18.429Z | Downloaded parking_lot v0.11.2 |
1082 | 2024-12-13T23:12:18.429Z | Downloaded oso v0.27.3 |
1083 | 2024-12-13T23:12:18.432Z | Downloaded untrusted v0.7.1 |
1084 | 2024-12-13T23:12:18.434Z | Downloaded ecdsa v0.16.9 |
1085 | 2024-12-13T23:12:18.438Z | Downloaded rsa v0.9.6 |
1086 | 2024-12-13T23:12:18.441Z | Downloaded itertools v0.10.5 |
1087 | 2024-12-13T23:12:18.446Z | Downloaded idna v1.0.3 |
1088 | 2024-12-13T23:12:18.451Z | Downloaded tungstenite v0.21.0 |
1089 | 2024-12-13T23:12:18.455Z | Downloaded const_format v0.2.33 |
1090 | 2024-12-13T23:12:18.462Z | Downloaded backtrace v0.3.74 |
1091 | 2024-12-13T23:12:18.466Z | Downloaded tokio-rustls v0.26.0 |
1092 | 2024-12-13T23:12:18.469Z | Downloaded thiserror v2.0.3 |
1093 | 2024-12-13T23:12:18.474Z | Downloaded slog-term v2.9.1 |
1094 | 2024-12-13T23:12:18.477Z | Downloaded der v0.7.9 |
1095 | 2024-12-13T23:12:18.480Z | Downloaded rustc_version v0.1.7 |
1096 | 2024-12-13T23:12:18.483Z | Downloaded rustc-hash v2.0.0 |
1097 | 2024-12-13T23:12:18.483Z | Downloaded rustc-hash v1.1.0 |
1098 | 2024-12-13T23:12:18.483Z | Downloaded unicode_categories v0.1.1 |
1099 | 2024-12-13T23:12:18.486Z | Downloaded yoke v0.7.4 |
1100 | 2024-12-13T23:12:18.489Z | Downloaded signal-hook-registry v1.4.2 |
1101 | 2024-12-13T23:12:18.489Z | Downloaded bumpalo v3.16.0 |
1102 | 2024-12-13T23:12:18.492Z | Downloaded base64 v0.22.1 |
1103 | 2024-12-13T23:12:18.495Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1104 | 2024-12-13T23:12:18.553Z | Downloaded hkdf v0.12.4 |
1105 | 2024-12-13T23:12:18.555Z | Downloaded chacha20poly1305 v0.10.1 |
1106 | 2024-12-13T23:12:18.557Z | Downloaded base64 v0.13.1 |
1107 | 2024-12-13T23:12:18.560Z | Downloaded sha1 v0.10.6 |
1108 | 2024-12-13T23:12:18.563Z | Downloaded serde_path_to_error v0.1.16 |
1109 | 2024-12-13T23:12:18.563Z | Downloaded multer v3.1.0 |
1110 | 2024-12-13T23:12:18.566Z | Downloaded ron v0.7.1 |
1111 | 2024-12-13T23:12:18.570Z | Downloaded darling_macro v0.20.10 |
1112 | 2024-12-13T23:12:18.570Z | Downloaded arc-swap v1.7.1 |
1113 | 2024-12-13T23:12:18.574Z | Downloaded thread_local v1.1.8 |
1114 | 2024-12-13T23:12:18.577Z | Downloaded memmap2 v0.9.5 |
1115 | 2024-12-13T23:12:18.577Z | Downloaded crossbeam-utils v0.8.20 |
1116 | 2024-12-13T23:12:18.590Z | Downloaded crossbeam-epoch v0.9.18 |
1117 | 2024-12-13T23:12:18.594Z | Downloaded const-oid v0.9.6 |
1118 | 2024-12-13T23:12:18.594Z | Downloaded clang-sys v1.8.1 |
1119 | 2024-12-13T23:12:18.594Z | Downloaded icu_provider v1.5.0 |
1120 | 2024-12-13T23:12:18.594Z | Downloaded is-terminal v0.4.13 |
1121 | 2024-12-13T23:12:18.595Z | Downloaded impl-trait-for-tuples v0.2.2 |
1122 | 2024-12-13T23:12:18.595Z | Downloaded ciborium-ll v0.2.2 |
1123 | 2024-12-13T23:12:18.595Z | Downloaded lazy_static v1.5.0 |
1124 | 2024-12-13T23:12:18.598Z | Downloaded cassowary v0.3.0 |
1125 | 2024-12-13T23:12:18.598Z | Downloaded hyper-rustls v0.27.3 |
1126 | 2024-12-13T23:12:18.602Z | Downloaded buf-list v1.0.3 |
1127 | 2024-12-13T23:12:18.602Z | Downloaded block-padding v0.3.3 |
1128 | 2024-12-13T23:12:18.602Z | Downloaded lockfree-object-pool v0.1.6 |
1129 | 2024-12-13T23:12:18.606Z | Downloaded linked-hash-map v0.5.6 |
1130 | 2024-12-13T23:12:18.606Z | Downloaded libsw v3.3.1 |
1131 | 2024-12-13T23:12:18.610Z | Downloaded lazycell v1.3.0 |
1132 | 2024-12-13T23:12:18.611Z | Downloaded keccak v0.1.5 |
1133 | 2024-12-13T23:12:18.614Z | Downloaded indoc v1.0.9 |
1134 | 2024-12-13T23:12:18.614Z | Downloaded castaway v0.2.3 |
1135 | 2024-12-13T23:12:18.617Z | Downloaded bit-vec v0.6.3 |
1136 | 2024-12-13T23:12:18.617Z | Downloaded arrayvec v0.7.6 |
1137 | 2024-12-13T23:12:18.623Z | Downloaded encoding_rs v0.8.34 |
1138 | 2024-12-13T23:12:18.814Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-13T23:12:19.336Z | Downloaded ring v0.17.8 |
1140 | 2024-12-13T23:12:19.540Z | Downloaded ring v0.16.20 |
1141 | 2024-12-13T23:12:19.839Z | Downloaded aws-lc-sys v0.22.0 |
1142 | 2024-12-13T23:12:20.139Z | Compiling serde v1.0.215 |
1143 | 2024-12-13T23:12:20.143Z | Compiling lock_api v0.4.12 |
1144 | 2024-12-13T23:12:20.143Z | Compiling scopeguard v1.2.0 |
1145 | 2024-12-13T23:12:20.144Z | Compiling value-bag v1.9.0 |
1146 | 2024-12-13T23:12:20.144Z | Compiling typenum v1.17.0 |
1147 | 2024-12-13T23:12:20.144Z | Compiling generic-array v0.14.7 |
1148 | 2024-12-13T23:12:20.345Z | Compiling syn v2.0.87 |
1149 | 2024-12-13T23:12:20.362Z | Compiling getrandom v0.2.15 |
1150 | 2024-12-13T23:12:20.490Z | Compiling shlex v1.3.0 |
1151 | 2024-12-13T23:12:20.614Z | Compiling rand_core v0.6.4 |
1152 | 2024-12-13T23:12:20.762Z | Compiling log v0.4.22 |
1153 | 2024-12-13T23:12:20.890Z | Compiling subtle v2.6.1 |
1154 | 2024-12-13T23:12:20.896Z | Compiling jobserver v0.1.32 |
1155 | 2024-12-13T23:12:20.930Z | Compiling smallvec v1.13.2 |
1156 | 2024-12-13T23:12:21.095Z | Compiling const-oid v0.9.6 |
1157 | 2024-12-13T23:12:21.231Z | Compiling spin v0.9.8 |
1158 | 2024-12-13T23:12:21.237Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-12-13T23:12:21.313Z | Compiling cc v1.1.30 |
1160 | 2024-12-13T23:12:21.369Z | Compiling rustix v0.38.37 |
1161 | 2024-12-13T23:12:21.615Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-12-13T23:12:21.615Z | Compiling futures-core v0.3.31 |
1163 | 2024-12-13T23:12:21.828Z | Compiling signal-hook-registry v1.4.2 |
1164 | 2024-12-13T23:12:21.889Z | Compiling mio v1.0.2 |
1165 | 2024-12-13T23:12:22.365Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-12-13T23:12:22.792Z | Compiling parking_lot v0.12.3 |
1167 | 2024-12-13T23:12:22.924Z | Compiling regex-syntax v0.8.5 |
1168 | 2024-12-13T23:12:22.980Z | Compiling cpufeatures v0.2.14 |
1169 | 2024-12-13T23:12:23.082Z | Compiling lazy_static v1.5.0 |
1170 | 2024-12-13T23:12:23.106Z | Compiling glob v0.3.1 |
1171 | 2024-12-13T23:12:23.205Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-12-13T23:12:23.266Z | Compiling either v1.13.0 |
1173 | 2024-12-13T23:12:23.301Z | Compiling futures-sink v0.3.31 |
1174 | 2024-12-13T23:12:23.461Z | Compiling socket2 v0.5.7 |
1175 | 2024-12-13T23:12:23.712Z | Compiling slab v0.4.9 |
1176 | 2024-12-13T23:12:23.790Z | Compiling prettyplease v0.2.25 |
1177 | 2024-12-13T23:12:24.139Z | Compiling minimal-lexical v0.2.1 |
1178 | 2024-12-13T23:12:24.179Z | Compiling clang-sys v1.8.1 |
1179 | 2024-12-13T23:12:24.459Z | Compiling libloading v0.8.5 |
1180 | 2024-12-13T23:12:24.496Z | Compiling bindgen v0.69.5 |
1181 | 2024-12-13T23:12:24.667Z | Compiling nom v7.1.3 |
1182 | 2024-12-13T23:12:24.874Z | Compiling home v0.5.9 |
1183 | 2024-12-13T23:12:24.922Z | Compiling serde_json v1.0.132 |
1184 | 2024-12-13T23:12:25.280Z | Compiling itertools v0.10.5 |
1185 | 2024-12-13T23:12:25.338Z | Compiling futures-channel v0.3.31 |
1186 | 2024-12-13T23:12:25.745Z | Compiling futures-io v0.3.31 |
1187 | 2024-12-13T23:12:25.772Z | Compiling foldhash v0.1.3 |
1188 | 2024-12-13T23:12:26.044Z | Compiling pin-utils v0.1.0 |
1189 | 2024-12-13T23:12:26.065Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-13T23:12:26.138Z | Compiling futures-task v0.3.31 |
1191 | 2024-12-13T23:12:26.440Z | Compiling lazycell v1.3.0 |
1192 | 2024-12-13T23:12:26.597Z | Compiling regex-automata v0.4.8 |
1193 | 2024-12-13T23:12:26.868Z | Compiling rustc-hash v1.1.0 |
1194 | 2024-12-13T23:12:27.025Z | Compiling hashbrown v0.15.1 |
1195 | 2024-12-13T23:12:28.081Z | Compiling synstructure v0.13.1 |
1196 | 2024-12-13T23:12:28.096Z | Compiling cexpr v0.6.0 |
1197 | 2024-12-13T23:12:28.411Z | Compiling cmake v0.1.51 |
1198 | 2024-12-13T23:12:29.469Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-12-13T23:12:29.554Z | Compiling dunce v1.0.5 |
1200 | 2024-12-13T23:12:29.659Z | Compiling fs_extra v1.3.0 |
1201 | 2024-12-13T23:12:29.738Z | Compiling pkg-config v0.3.31 |
1202 | 2024-12-13T23:12:29.868Z | Compiling libm v0.2.8 |
1203 | 2024-12-13T23:12:29.873Z | Compiling tinyvec v1.8.0 |
1204 | 2024-12-13T23:12:30.248Z | Compiling num-traits v0.2.19 |
1205 | 2024-12-13T23:12:30.755Z | Compiling ring v0.17.8 |
1206 | 2024-12-13T23:12:31.291Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-12-13T23:12:31.392Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-12-13T23:12:31.537Z | Compiling litemap v0.7.3 |
1209 | 2024-12-13T23:12:31.627Z | Compiling writeable v0.5.5 |
1210 | 2024-12-13T23:12:31.868Z | Compiling base64ct v1.6.0 |
1211 | 2024-12-13T23:12:31.926Z | Compiling paste v1.0.15 |
1212 | 2024-12-13T23:12:32.235Z | Compiling regex v1.11.1 |
1213 | 2024-12-13T23:12:32.488Z | Compiling pem-rfc7468 v0.7.0 |
1214 | 2024-12-13T23:12:32.681Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-12-13T23:12:33.029Z | Compiling flagset v0.4.6 |
1216 | 2024-12-13T23:12:33.200Z | Compiling httparse v1.9.5 |
1217 | 2024-12-13T23:12:33.274Z | Compiling tracing-core v0.1.32 |
1218 | 2024-12-13T23:12:33.995Z | Compiling icu_locid_transform_data v1.5.0 |
1219 | 2024-12-13T23:12:34.095Z | Compiling crossbeam-utils v0.8.20 |
1220 | 2024-12-13T23:12:34.321Z | Compiling rustls-pki-types v1.10.0 |
1221 | 2024-12-13T23:12:34.392Z | Compiling percent-encoding v2.3.1 |
1222 | 2024-12-13T23:12:34.672Z | Compiling num-conv v0.1.0 |
1223 | 2024-12-13T23:12:34.725Z | Compiling powerfmt v0.2.0 |
1224 | 2024-12-13T23:12:34.800Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-13T23:12:34.940Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-13T23:12:35.105Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-13T23:12:35.314Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-13T23:12:35.358Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-13T23:12:36.570Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-13T23:12:36.832Z | Compiling yoke-derive v0.7.4 |
1231 | 2024-12-13T23:12:36.862Z | Compiling thiserror-impl v1.0.69 |
1232 | 2024-12-13T23:12:37.294Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-13T23:12:38.172Z | Compiling crypto-common v0.1.6 |
1234 | 2024-12-13T23:12:38.412Z | Compiling block-buffer v0.10.4 |
1235 | 2024-12-13T23:12:38.665Z | Compiling digest v0.10.7 |
1236 | 2024-12-13T23:12:38.862Z | Compiling zerovec-derive v0.10.3 |
1237 | 2024-12-13T23:12:39.110Z | Compiling hmac v0.12.1 |
1238 | 2024-12-13T23:12:39.261Z | Compiling futures-macro v0.3.31 |
1239 | 2024-12-13T23:12:39.343Z | Compiling block-padding v0.3.3 |
1240 | 2024-12-13T23:12:39.407Z | Compiling zerofrom v0.1.4 |
1241 | 2024-12-13T23:12:39.588Z | Compiling displaydoc v0.2.5 |
1242 | 2024-12-13T23:12:39.641Z | Compiling inout v0.1.3 |
1243 | 2024-12-13T23:12:39.831Z | Compiling yoke v0.7.4 |
1244 | 2024-12-13T23:12:39.904Z | Compiling cipher v0.4.4 |
1245 | 2024-12-13T23:12:40.079Z | Compiling thiserror v1.0.69 |
1246 | 2024-12-13T23:12:40.195Z | Compiling sha2 v0.10.8 |
1247 | 2024-12-13T23:12:40.217Z | Compiling ppv-lite86 v0.2.20 |
1248 | 2024-12-13T23:12:40.415Z | Compiling icu_provider_macros v1.5.0 |
1249 | 2024-12-13T23:12:41.005Z | Compiling der_derive v0.7.3 |
1250 | 2024-12-13T23:12:41.125Z | Compiling futures-util v0.3.31 |
1251 | 2024-12-13T23:12:41.254Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-12-13T23:12:41.387Z | Compiling zerovec v0.10.4 |
1253 | 2024-12-13T23:12:41.521Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-12-13T23:12:43.298Z | Compiling tinystr v0.7.6 |
1255 | 2024-12-13T23:12:43.474Z | Compiling der v0.7.9 |
1256 | 2024-12-13T23:12:43.541Z | Compiling icu_collections v1.5.0 |
1257 | 2024-12-13T23:12:43.739Z | Compiling icu_locid v1.5.0 |
1258 | 2024-12-13T23:12:43.756Z | Compiling rand v0.8.5 |
1259 | 2024-12-13T23:12:45.032Z | Compiling icu_provider v1.5.0 |
1260 | 2024-12-13T23:12:45.054Z | Compiling tracing v0.1.40 |
1261 | 2024-12-13T23:12:45.574Z | Compiling spki v0.7.3 |
1262 | 2024-12-13T23:12:45.857Z | Compiling icu_locid_transform v1.5.0 |
1263 | 2024-12-13T23:12:45.900Z | Compiling salsa20 v0.10.2 |
1264 | 2024-12-13T23:12:46.063Z | Compiling pest v2.7.14 |
1265 | 2024-12-13T23:12:46.084Z | Compiling pbkdf2 v0.12.2 |
1266 | 2024-12-13T23:12:46.123Z | Compiling time-core v0.1.2 |
1267 | 2024-12-13T23:12:46.235Z | Compiling untrusted v0.7.1 |
1268 | 2024-12-13T23:12:46.275Z | Compiling icu_properties_data v1.5.0 |
1269 | 2024-12-13T23:12:46.419Z | Compiling untrusted v0.9.0 |
1270 | 2024-12-13T23:12:46.523Z | Compiling vcpkg v0.2.15 |
1271 | 2024-12-13T23:12:46.588Z | Compiling mirai-annotations v1.12.0 |
1272 | 2024-12-13T23:12:46.735Z | Compiling time-macros v0.2.18 |
1273 | 2024-12-13T23:12:46.786Z | Compiling scrypt v0.11.0 |
1274 | 2024-12-13T23:12:47.036Z | Compiling icu_properties v1.5.1 |
1275 | 2024-12-13T23:12:47.371Z | Compiling aes v0.8.4 |
1276 | 2024-12-13T23:12:48.453Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-13T23:12:48.473Z | Compiling bytes v1.8.0 |
1278 | 2024-12-13T23:12:48.724Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-13T23:12:48.975Z | Compiling semver v1.0.23 |
1280 | 2024-12-13T23:12:49.735Z | Compiling tokio v1.40.0 |
1281 | 2024-12-13T23:12:49.757Z | Compiling http v1.1.0 |
1282 | 2024-12-13T23:12:50.026Z | Compiling rustc_version v0.4.1 |
1283 | 2024-12-13T23:12:50.080Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-12-13T23:12:50.805Z | Compiling pest_meta v2.7.14 |
1285 | 2024-12-13T23:12:51.221Z | Compiling cbc v0.1.2 |
1286 | 2024-12-13T23:12:51.470Z | Compiling deranged v0.3.11 |
1287 | 2024-12-13T23:12:51.791Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-12-13T23:12:52.314Z | Compiling write16 v1.0.0 |
1289 | 2024-12-13T23:12:52.460Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-12-13T23:12:52.669Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-12-13T23:12:52.782Z | Compiling atomic-waker v1.1.2 |
1292 | 2024-12-13T23:12:52.972Z | Compiling which v4.4.2 |
1293 | 2024-12-13T23:12:53.104Z | Compiling num_threads v0.1.7 |
1294 | 2024-12-13T23:12:53.240Z | Compiling utf8_iter v1.0.4 |
1295 | 2024-12-13T23:12:53.410Z | Compiling scroll v0.12.0 |
1296 | 2024-12-13T23:12:53.488Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-13T23:12:53.568Z | Compiling time v0.3.36 |
1298 | 2024-12-13T23:12:53.992Z | Compiling pest_generator v2.7.14 |
1299 | 2024-12-13T23:12:54.011Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-12-13T23:12:54.281Z | Compiling http-body v1.0.1 |
1301 | 2024-12-13T23:12:54.893Z | Compiling form_urlencoded v1.2.1 |
1302 | 2024-12-13T23:12:55.215Z | Compiling slog v2.7.0 |
1303 | 2024-12-13T23:12:55.236Z | Compiling try-lock v0.2.5 |
1304 | 2024-12-13T23:12:55.386Z | Compiling goblin v0.8.2 |
1305 | 2024-12-13T23:12:55.498Z | Compiling want v0.3.1 |
1306 | 2024-12-13T23:12:55.786Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-12-13T23:12:55.837Z | Compiling idna_adapter v1.2.0 |
1308 | 2024-12-13T23:12:55.982Z | Compiling httpdate v1.0.3 |
1309 | 2024-12-13T23:12:56.021Z | Compiling pest_derive v2.7.14 |
1310 | 2024-12-13T23:12:56.046Z | Compiling idna v1.0.3 |
1311 | 2024-12-13T23:12:56.484Z | Compiling uuid v1.11.0 |
1312 | 2024-12-13T23:12:56.794Z | Compiling dtrace-parser v0.2.0 |
1313 | 2024-12-13T23:12:57.330Z | Compiling toml_datetime v0.6.8 |
1314 | 2024-12-13T23:12:57.861Z | Compiling serde_spanned v0.6.8 |
1315 | 2024-12-13T23:12:57.939Z | Compiling serde_tokenstream v0.2.2 |
1316 | 2024-12-13T23:12:57.976Z | Compiling tower-service v0.3.3 |
1317 | 2024-12-13T23:12:58.094Z | Compiling tokio-util v0.7.12 |
1318 | 2024-12-13T23:12:58.121Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-12-13T23:12:58.558Z | Compiling base64 v0.22.1 |
1320 | 2024-12-13T23:12:58.583Z | Compiling openssl v0.10.66 |
1321 | 2024-12-13T23:12:58.766Z | Compiling rustversion v1.0.17 |
1322 | 2024-12-13T23:12:58.987Z | Compiling match_cfg v0.1.0 |
1323 | 2024-12-13T23:12:59.003Z | Compiling adler2 v2.0.0 |
1324 | 2024-12-13T23:12:59.077Z | Compiling foreign-types-shared v0.1.1 |
1325 | 2024-12-13T23:12:59.186Z | Compiling h2 v0.4.6 |
1326 | 2024-12-13T23:12:59.207Z | Compiling foreign-types v0.3.2 |
1327 | 2024-12-13T23:12:59.302Z | Compiling miniz_oxide v0.8.0 |
1328 | 2024-12-13T23:12:59.328Z | Compiling hostname v0.3.1 |
1329 | 2024-12-13T23:12:59.543Z | Compiling chrono v0.4.38 |
1330 | 2024-12-13T23:12:59.569Z | Compiling url v2.5.3 |
1331 | 2024-12-13T23:13:00.804Z | Compiling async-trait v0.1.83 |
1332 | 2024-12-13T23:13:00.991Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-13T23:13:01.612Z | Compiling dof v0.3.0 |
1334 | 2024-12-13T23:13:01.759Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-12-13T23:13:02.470Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-12-13T23:13:03.385Z | Compiling native-tls v0.2.12 |
1337 | 2024-12-13T23:13:03.598Z | Compiling rustls v0.23.19 |
1338 | 2024-12-13T23:13:03.709Z | Compiling rustls v0.22.4 |
1339 | 2024-12-13T23:13:03.869Z | Compiling syn v1.0.109 |
1340 | 2024-12-13T23:13:03.872Z | Compiling data-encoding v2.6.0 |
1341 | 2024-12-13T23:13:03.960Z | Compiling siphasher v0.3.11 |
1342 | 2024-12-13T23:13:04.092Z | Compiling dirs-next v2.0.0 |
1343 | 2024-12-13T23:13:04.580Z | Compiling http-body-util v0.1.2 |
1344 | 2024-12-13T23:13:05.142Z | Compiling crossbeam-epoch v0.9.18 |
1345 | 2024-12-13T23:13:05.440Z | Compiling heapless v0.7.17 |
1346 | 2024-12-13T23:13:05.656Z | Compiling sha1 v0.10.6 |
1347 | 2024-12-13T23:13:05.751Z | Compiling signature v2.2.0 |
1348 | 2024-12-13T23:13:05.844Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-12-13T23:13:05.908Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-12-13T23:13:06.029Z | Compiling hyper v1.5.0 |
1351 | 2024-12-13T23:13:06.076Z | Compiling thread_local v1.1.8 |
1352 | 2024-12-13T23:13:06.328Z | Compiling multer v3.1.0 |
1353 | 2024-12-13T23:13:06.331Z | Compiling cookie v0.18.1 |
1354 | 2024-12-13T23:13:06.603Z | Compiling encoding_rs v0.8.34 |
1355 | 2024-12-13T23:13:06.629Z | Compiling signal-hook v0.3.17 |
1356 | 2024-12-13T23:13:06.645Z | Compiling slog-async v2.8.0 |
1357 | 2024-12-13T23:13:06.881Z | Compiling openssl-probe v0.1.5 |
1358 | 2024-12-13T23:13:07.201Z | Compiling rayon-core v1.12.1 |
1359 | 2024-12-13T23:13:07.279Z | Compiling ipnet v2.10.1 |
1360 | 2024-12-13T23:13:07.478Z | Compiling mime v0.3.17 |
1361 | 2024-12-13T23:13:08.071Z | Compiling schemars v0.8.21 |
1362 | 2024-12-13T23:13:08.409Z | Compiling gimli v0.31.1 |
1363 | 2024-12-13T23:13:08.560Z | Compiling hyper-util v0.1.10 |
1364 | 2024-12-13T23:13:08.653Z | Compiling unicode-properties v0.1.3 |
1365 | 2024-12-13T23:13:09.059Z | Compiling stringprep v0.1.5 |
1366 | 2024-12-13T23:13:09.667Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-12-13T23:13:10.261Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-13T23:13:11.268Z | Compiling usdt-attr-macro v0.5.0 |
1369 | 2024-12-13T23:13:11.718Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-13T23:13:12.603Z | Compiling crossbeam-deque v0.8.5 |
1371 | 2024-12-13T23:13:12.871Z | Compiling addr2line v0.24.2 |
1372 | 2024-12-13T23:13:12.966Z | Compiling term v0.7.0 |
1373 | 2024-12-13T23:13:13.140Z | Compiling slog-json v2.6.1 |
1374 | 2024-12-13T23:13:13.301Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2024-12-13T23:13:13.519Z | Compiling crossbeam-channel v0.5.13 |
1376 | 2024-12-13T23:13:13.539Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-12-13T23:13:13.591Z | Compiling enum-as-inner v0.6.1 |
1378 | 2024-12-13T23:13:13.835Z | Compiling futures-executor v0.3.31 |
1379 | 2024-12-13T23:13:14.164Z | Compiling md-5 v0.10.6 |
1380 | 2024-12-13T23:13:14.384Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-12-13T23:13:14.419Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-12-13T23:13:14.536Z | Compiling num-integer v0.1.46 |
1383 | 2024-12-13T23:13:14.616Z | Compiling idna v0.3.0 |
1384 | 2024-12-13T23:13:14.708Z | Compiling idna v0.4.0 |
1385 | 2024-12-13T23:13:14.729Z | Compiling hash32 v0.2.1 |
1386 | 2024-12-13T23:13:15.129Z | Compiling ff v0.13.0 |
1387 | 2024-12-13T23:13:15.319Z | Compiling is-terminal v0.4.13 |
1388 | 2024-12-13T23:13:15.365Z | Compiling object v0.36.5 |
1389 | 2024-12-13T23:13:15.444Z | Compiling dropshot v0.12.0 |
1390 | 2024-12-13T23:13:15.721Z | Compiling dyn-clone v1.0.17 |
1391 | 2024-12-13T23:13:15.766Z | Compiling anyhow v1.0.93 |
1392 | 2024-12-13T23:13:15.947Z | Compiling utf-8 v0.7.6 |
1393 | 2024-12-13T23:13:16.288Z | Compiling portable-atomic v1.9.0 |
1394 | 2024-12-13T23:13:16.328Z | Compiling quick-error v1.2.3 |
1395 | 2024-12-13T23:13:16.390Z | Compiling rustc-demangle v0.1.24 |
1396 | 2024-12-13T23:13:16.409Z | Compiling num-bigint-dig v0.8.4 |
1397 | 2024-12-13T23:13:16.476Z | Compiling base16ct v0.2.0 |
1398 | 2024-12-13T23:13:16.690Z | Compiling fallible-iterator v0.2.0 |
1399 | 2024-12-13T23:13:16.797Z | Compiling take_mut v0.2.2 |
1400 | 2024-12-13T23:13:16.958Z | Compiling psl-types v2.0.11 |
1401 | 2024-12-13T23:13:17.188Z | Compiling linked-hash-map v0.5.6 |
1402 | 2024-12-13T23:13:17.373Z | Compiling smoltcp v0.9.1 |
1403 | 2024-12-13T23:13:17.429Z | Compiling postgres-protocol v0.6.7 |
1404 | 2024-12-13T23:13:17.475Z | Compiling publicsuffix v2.2.3 |
1405 | 2024-12-13T23:13:17.574Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-13T23:13:17.814Z | Compiling sec1 v0.7.3 |
1407 | 2024-12-13T23:13:18.138Z | Compiling resolv-conf v0.7.0 |
1408 | 2024-12-13T23:13:18.631Z | Compiling tungstenite v0.24.0 |
1409 | 2024-12-13T23:13:18.798Z | Compiling async-stream v0.3.6 |
1410 | 2024-12-13T23:13:18.950Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-12-13T23:13:19.025Z | Compiling slog-term v2.9.1 |
1412 | 2024-12-13T23:13:19.097Z | Compiling usdt v0.5.0 |
1413 | 2024-12-13T23:13:19.620Z | Compiling group v0.13.0 |
1414 | 2024-12-13T23:13:19.954Z | Compiling num-iter v0.1.45 |
1415 | 2024-12-13T23:13:20.437Z | Compiling futures v0.3.31 |
1416 | 2024-12-13T23:13:20.562Z | Compiling slog-bunyan v2.5.0 |
1417 | 2024-12-13T23:13:20.777Z | Compiling toml v0.8.19 |
1418 | 2024-12-13T23:13:22.574Z | Compiling backtrace v0.3.74 |
1419 | 2024-12-13T23:13:22.593Z | Compiling camino v1.1.9 |
1420 | 2024-12-13T23:13:23.373Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-12-13T23:13:23.580Z | Compiling phf_shared v0.11.2 |
1422 | 2024-12-13T23:13:24.112Z | Compiling dropshot_endpoint v0.12.0 |
1423 | 2024-12-13T23:13:24.133Z | Compiling waitgroup v0.1.2 |
1424 | 2024-12-13T23:13:24.133Z | Compiling terminal_size v0.4.0 |
1425 | 2024-12-13T23:13:24.133Z | Compiling openapiv3 v2.0.0 |
1426 | 2024-12-13T23:13:24.133Z | Compiling serde_path_to_error v0.1.16 |
1427 | 2024-12-13T23:13:24.133Z | Compiling hkdf v0.12.4 |
1428 | 2024-12-13T23:13:24.245Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-12-13T23:13:24.808Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-12-13T23:13:25.036Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-12-13T23:13:26.316Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-12-13T23:13:26.622Z | Compiling idna v0.5.0 |
1433 | 2024-12-13T23:13:27.166Z | Compiling hubpack_derive v0.1.1 |
1434 | 2024-12-13T23:13:28.105Z | Compiling hostname v0.4.0 |
1435 | 2024-12-13T23:13:28.281Z | Compiling ahash v0.8.11 |
1436 | 2024-12-13T23:13:28.302Z | Compiling fs-err v2.11.0 |
1437 | 2024-12-13T23:13:28.347Z | Compiling crc32fast v1.4.2 |
1438 | 2024-12-13T23:13:28.452Z | Compiling winnow v0.5.40 |
1439 | 2024-12-13T23:13:28.584Z | Compiling managed v0.8.0 |
1440 | 2024-12-13T23:13:28.592Z | Compiling bitflags v1.3.2 |
1441 | 2024-12-13T23:13:28.620Z | Compiling debug-ignore v1.0.5 |
1442 | 2024-12-13T23:13:28.673Z | Compiling console v0.15.8 |
1443 | 2024-12-13T23:13:28.694Z | Compiling clap_builder v4.5.21 |
1444 | 2024-12-13T23:13:28.758Z | Compiling strum_macros v0.25.3 |
1445 | 2024-12-13T23:13:29.634Z | Compiling zerocopy v0.6.6 |
1446 | 2024-12-13T23:13:30.431Z | Compiling flate2 v1.0.34 |
1447 | 2024-12-13T23:13:30.453Z | Compiling hubpack v0.1.2 |
1448 | 2024-12-13T23:13:30.525Z | Compiling cookie_store v0.21.0 |
1449 | 2024-12-13T23:13:30.918Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-12-13T23:13:31.365Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-12-13T23:13:31.779Z | Compiling phf v0.11.2 |
1452 | 2024-12-13T23:13:32.085Z | Compiling toml_edit v0.19.15 |
1453 | 2024-12-13T23:13:32.129Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-12-13T23:13:32.583Z | Compiling signal-hook-mio v0.2.4 |
1455 | 2024-12-13T23:13:32.748Z | Compiling rayon v1.10.0 |
1456 | 2024-12-13T23:13:33.008Z | Compiling bzip2 v0.4.4 |
1457 | 2024-12-13T23:13:33.390Z | Compiling tokio-tungstenite v0.24.0 |
1458 | 2024-12-13T23:13:33.928Z | Compiling postgres-types v0.2.8 |
1459 | 2024-12-13T23:13:36.827Z | Compiling ed25519 v2.2.3 |
1460 | 2024-12-13T23:13:37.634Z | Compiling phf_shared v0.10.0 |
1461 | 2024-12-13T23:13:38.049Z | Compiling tokio-stream v0.1.16 |
1462 | 2024-12-13T23:13:38.197Z | Compiling pkcs1 v0.7.5 |
1463 | 2024-12-13T23:13:38.282Z | Compiling serde-big-array v0.5.1 |
1464 | 2024-12-13T23:13:38.505Z | Compiling clap_derive v4.5.18 |
1465 | 2024-12-13T23:13:38.753Z | Compiling rfc6979 v0.4.0 |
1466 | 2024-12-13T23:13:38.923Z | Compiling serde_repr v0.1.19 |
1467 | 2024-12-13T23:13:39.142Z | Compiling derive-where v1.2.7 |
1468 | 2024-12-13T23:13:39.231Z | Compiling float-cmp v0.9.0 |
1469 | 2024-12-13T23:13:39.274Z | Compiling bstr v1.10.0 |
1470 | 2024-12-13T23:13:39.458Z | Compiling sync_wrapper v1.0.1 |
1471 | 2024-12-13T23:13:39.617Z | Compiling bit-vec v0.6.3 |
1472 | 2024-12-13T23:13:40.124Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-12-13T23:13:40.151Z | Compiling whoami v1.5.2 |
1474 | 2024-12-13T23:13:40.180Z | Compiling static_assertions v1.1.0 |
1475 | 2024-12-13T23:13:40.283Z | Compiling unicode-segmentation v1.12.0 |
1476 | 2024-12-13T23:13:40.573Z | Compiling difflib v0.4.0 |
1477 | 2024-12-13T23:13:40.768Z | Compiling unicode-width v0.2.0 |
1478 | 2024-12-13T23:13:41.069Z | Compiling number_prefix v0.4.0 |
1479 | 2024-12-13T23:13:41.146Z | Compiling new_debug_unreachable v1.0.6 |
1480 | 2024-12-13T23:13:41.246Z | Compiling predicates-core v1.0.8 |
1481 | 2024-12-13T23:13:41.270Z | Compiling precomputed-hash v0.1.1 |
1482 | 2024-12-13T23:13:41.302Z | Compiling normalize-line-endings v0.3.0 |
1483 | 2024-12-13T23:13:41.390Z | Compiling string_cache v0.8.7 |
1484 | 2024-12-13T23:13:41.423Z | Compiling predicates v3.1.2 |
1485 | 2024-12-13T23:13:41.593Z | Compiling indicatif v0.17.9 |
1486 | 2024-12-13T23:13:41.865Z | Compiling similar v2.6.0 |
1487 | 2024-12-13T23:13:42.206Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-12-13T23:13:42.701Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-13T23:13:43.246Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-13T23:13:43.651Z | Compiling clap v4.5.21 |
1491 | 2024-12-13T23:13:43.749Z | Compiling bit-set v0.5.3 |
1492 | 2024-12-13T23:13:43.888Z | Compiling ecdsa v0.16.9 |
1493 | 2024-12-13T23:13:44.035Z | Compiling rsa v0.9.6 |
1494 | 2024-12-13T23:13:44.372Z | Compiling ed25519-dalek v2.1.1 |
1495 | 2024-12-13T23:13:44.777Z | Compiling toml v0.7.8 |
1496 | 2024-12-13T23:13:45.689Z | Compiling zip v0.6.6 |
1497 | 2024-12-13T23:13:46.529Z | Compiling crossterm v0.28.1 |
1498 | 2024-12-13T23:13:47.534Z | Compiling hex v0.4.3 |
1499 | 2024-12-13T23:13:47.747Z | Compiling x509-cert v0.2.5 |
1500 | 2024-12-13T23:13:47.851Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-12-13T23:13:48.086Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-12-13T23:13:48.146Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-12-13T23:13:48.333Z | Compiling strum_macros v0.26.4 |
1504 | 2024-12-13T23:13:48.448Z | Compiling xattr v1.3.1 |
1505 | 2024-12-13T23:13:48.526Z | Compiling filetime v0.2.25 |
1506 | 2024-12-13T23:13:48.837Z | Compiling tar v0.4.42 |
1507 | 2024-12-13T23:13:53.515Z | Compiling strum v0.26.3 |
1508 | 2024-12-13T23:13:56.166Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-12-13T23:14:31.596Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-12-13T23:14:34.981Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-12-13T23:14:36.686Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-12-13T23:14:37.050Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-12-13T23:14:37.388Z | Compiling reqwest v0.12.9 |
1514 | 2024-12-13T23:14:38.362Z | Compiling qorb v0.2.1 |
1515 | 2024-12-13T23:14:43.462Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-12-13T23:14:43.695Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-12-13T23:14:49.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1518 | 2024-12-13T23:14:49.619Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-12-13T23:14:49.670Z | Dec 13 23:14:48.747 INFO Starting download, target: DendriteOpenapi |
1520 | 2024-12-13T23:14:49.670Z | Dec 13 23:14:48.747 INFO Starting download, target: Console |
1521 | 2024-12-13T23:14:49.671Z | Dec 13 23:14:48.747 INFO Starting download, target: Clickhouse |
1522 | 2024-12-13T23:14:49.671Z | Dec 13 23:14:48.747 INFO Starting download, target: Cockroach |
1523 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.747 INFO Starting download, target: DendriteStub |
1524 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.747 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.747 INFO Starting download, target: TransceiverControl |
1526 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1528 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1529 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1532 | 2024-12-13T23:14:49.673Z | Dec 13 23:14:48.748 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1533 | 2024-12-13T23:14:49.852Z | Dec 13 23:14:48.928 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-12-13T23:14:50.065Z | Dec 13 23:14:49.119 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-12-13T23:14:50.270Z | Dec 13 23:14:49.335 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-12-13T23:14:50.623Z | Dec 13 23:14:49.678 INFO Download complete, target: Console |
1537 | 2024-12-13T23:14:50.665Z | Dec 13 23:14:49.734 INFO Download complete, target: TransceiverControl |
1538 | 2024-12-13T23:14:50.986Z | Dec 13 23:14:50.043 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1539 | 2024-12-13T23:14:51.285Z | Dec 13 23:14:50.359 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1540 | 2024-12-13T23:14:51.600Z | Dec 13 23:14:50.674 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-12-13T23:14:52.109Z | Dec 13 23:14:51.184 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-12-13T23:14:52.109Z | Dec 13 23:14:51.185 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-12-13T23:14:53.966Z | Dec 13 23:14:53.042 INFO Download complete, target: MaghemiteMgd |
1544 | 2024-12-13T23:14:54.244Z | Dec 13 23:14:53.319 INFO Download complete, target: DendriteStub |
1545 | 2024-12-13T23:14:59.637Z | Dec 13 23:14:58.711 INFO Checking that binary works, target: Cockroach |
1546 | 2024-12-13T23:14:59.791Z | Dec 13 23:14:58.865 INFO Download complete, target: Cockroach |
1547 | 2024-12-13T23:15:04.560Z | Dec 13 23:15:03.633 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-12-13T23:15:05.448Z | Dec 13 23:15:04.520 INFO Download complete, target: Clickhouse |
1549 | 2024-12-13T23:15:05.454Z | All prerequisites installed successfully |
1550 | 2024-12-13T23:15:05.456Z | |
1551 | 2024-12-13T23:15:05.456Z | real 5:22.993398163 |
1552 | 2024-12-13T23:15:05.456Z | user 16:18.554926149 |
1553 | 2024-12-13T23:15:05.456Z | sys 3:12.428327483 |
1554 | 2024-12-13T23:15:05.456Z | trap 0.521447772 |
1555 | 2024-12-13T23:15:05.456Z | tflt 8.425478256 |
1556 | 2024-12-13T23:15:05.456Z | dflt 8.102250207 |
1557 | 2024-12-13T23:15:05.456Z | kflt 0.439530509 |
1558 | 2024-12-13T23:15:05.456Z | lock 30:02.637920243 |
1559 | 2024-12-13T23:15:05.456Z | slp 1:03:20.393876254 |
1560 | 2024-12-13T23:15:05.456Z | lat 53.547052603 |
1561 | 2024-12-13T23:15:05.456Z | stop 2:15.236279784 |
1562 | 2024-12-13T23:15:05.456Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-12-13T23:15:05.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1564 | 2024-12-13T23:15:05.992Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-12-13T23:15:06.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1566 | 2024-12-13T23:15:06.865Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-12-13T23:15:06.902Z | Dec 13 23:15:05.973 INFO Starting download, target: Softnpu |
1568 | 2024-12-13T23:15:06.905Z | Dec 13 23:15:05.974 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-12-13T23:15:07.769Z | Dec 13 23:15:06.842 INFO Download complete, target: Softnpu |
1570 | 2024-12-13T23:15:07.773Z | |
1571 | 2024-12-13T23:15:07.775Z | real 2.311704459 |
1572 | 2024-12-13T23:15:07.775Z | user 1.256483844 |
1573 | 2024-12-13T23:15:07.775Z | sys 0.530306727 |
1574 | 2024-12-13T23:15:07.775Z | trap 0.001578991 |
1575 | 2024-12-13T23:15:07.775Z | tflt 0.000036042 |
1576 | 2024-12-13T23:15:07.776Z | dflt 0.000023625 |
1577 | 2024-12-13T23:15:07.776Z | kflt 0.000000000 |
1578 | 2024-12-13T23:15:07.776Z | lock 9.084373281 |
1579 | 2024-12-13T23:15:07.776Z | slp 0.702819100 |
1580 | 2024-12-13T23:15:07.776Z | lat 0.087197571 |
1581 | 2024-12-13T23:15:07.776Z | stop 0.000157873 |
1582 | 2024-12-13T23:15:07.776Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-12-13T23:15:07.776Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-12-13T23:15:07.776Z | + 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-13T23:15:08.723Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-12-13T23:15:08.723Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-12-13T23:15:08.724Z | Compiling libc v0.2.162 |
1588 | 2024-12-13T23:15:08.726Z | Compiling serde v1.0.215 |
1589 | 2024-12-13T23:15:08.726Z | Compiling autocfg v1.4.0 |
1590 | 2024-12-13T23:15:08.726Z | Compiling version_check v0.9.5 |
1591 | 2024-12-13T23:15:08.726Z | Compiling cfg-if v1.0.0 |
1592 | 2024-12-13T23:15:08.944Z | Compiling memchr v2.7.4 |
1593 | 2024-12-13T23:15:09.015Z | Compiling typenum v1.17.0 |
1594 | 2024-12-13T23:15:09.073Z | Compiling shlex v1.3.0 |
1595 | 2024-12-13T23:15:09.421Z | Compiling value-bag v1.9.0 |
1596 | 2024-12-13T23:15:09.506Z | Compiling generic-array v0.14.7 |
1597 | 2024-12-13T23:15:09.676Z | Compiling lock_api v0.4.12 |
1598 | 2024-12-13T23:15:09.765Z | Compiling scopeguard v1.2.0 |
1599 | 2024-12-13T23:15:09.907Z | Compiling log v0.4.22 |
1600 | 2024-12-13T23:15:09.956Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-12-13T23:15:10.336Z | Compiling serde_json v1.0.132 |
1602 | 2024-12-13T23:15:10.361Z | Compiling once_cell v1.20.2 |
1603 | 2024-12-13T23:15:10.548Z | Compiling quote v1.0.37 |
1604 | 2024-12-13T23:15:10.630Z | Compiling rustix v0.38.37 |
1605 | 2024-12-13T23:15:10.736Z | Compiling thiserror v1.0.69 |
1606 | 2024-12-13T23:15:10.754Z | Compiling libm v0.2.8 |
1607 | 2024-12-13T23:15:11.045Z | Compiling syn v2.0.87 |
1608 | 2024-12-13T23:15:11.072Z | Compiling jobserver v0.1.32 |
1609 | 2024-12-13T23:15:11.170Z | Compiling getrandom v0.2.15 |
1610 | 2024-12-13T23:15:11.230Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-12-13T23:15:11.250Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-13T23:15:11.340Z | Compiling num-traits v0.2.19 |
1613 | 2024-12-13T23:15:11.455Z | Compiling cc v1.1.30 |
1614 | 2024-12-13T23:15:11.523Z | Compiling either v1.13.0 |
1615 | 2024-12-13T23:15:11.619Z | Compiling itoa v1.0.11 |
1616 | 2024-12-13T23:15:11.794Z | Compiling spin v0.9.8 |
1617 | 2024-12-13T23:15:11.951Z | Compiling slab v0.4.9 |
1618 | 2024-12-13T23:15:12.300Z | Compiling byteorder v1.5.0 |
1619 | 2024-12-13T23:15:12.578Z | Compiling errno v0.3.9 |
1620 | 2024-12-13T23:15:12.715Z | Compiling rand_core v0.6.4 |
1621 | 2024-12-13T23:15:12.784Z | Compiling lazy_static v1.5.0 |
1622 | 2024-12-13T23:15:12.923Z | Compiling glob v0.3.1 |
1623 | 2024-12-13T23:15:13.478Z | Compiling prettyplease v0.2.25 |
1624 | 2024-12-13T23:15:13.728Z | Compiling clang-sys v1.8.1 |
1625 | 2024-12-13T23:15:14.048Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-12-13T23:15:14.180Z | Compiling libloading v0.8.5 |
1627 | 2024-12-13T23:15:14.411Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-12-13T23:15:14.536Z | Compiling nom v7.1.3 |
1629 | 2024-12-13T23:15:14.554Z | Compiling home v0.5.9 |
1630 | 2024-12-13T23:15:14.786Z | Compiling regex-automata v0.4.8 |
1631 | 2024-12-13T23:15:14.947Z | Compiling subtle v2.6.1 |
1632 | 2024-12-13T23:15:15.241Z | Compiling bindgen v0.69.5 |
1633 | 2024-12-13T23:15:15.462Z | Compiling itertools v0.10.5 |
1634 | 2024-12-13T23:15:15.527Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-12-13T23:15:15.671Z | Compiling lazycell v1.3.0 |
1636 | 2024-12-13T23:15:15.688Z | Compiling semver v1.0.23 |
1637 | 2024-12-13T23:15:15.834Z | Compiling smallvec v1.13.2 |
1638 | 2024-12-13T23:15:16.113Z | Compiling cmake v0.1.51 |
1639 | 2024-12-13T23:15:16.523Z | Compiling fs_extra v1.3.0 |
1640 | 2024-12-13T23:15:16.962Z | Compiling dunce v1.0.5 |
1641 | 2024-12-13T23:15:17.500Z | Compiling pkg-config v0.3.31 |
1642 | 2024-12-13T23:15:17.634Z | Compiling ring v0.17.8 |
1643 | 2024-12-13T23:15:18.134Z | Compiling cexpr v0.6.0 |
1644 | 2024-12-13T23:15:18.204Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-12-13T23:15:18.340Z | Compiling ryu v1.0.18 |
1646 | 2024-12-13T23:15:18.503Z | Compiling const-oid v0.9.6 |
1647 | 2024-12-13T23:15:18.600Z | Compiling fnv v1.0.7 |
1648 | 2024-12-13T23:15:18.645Z | Compiling paste v1.0.15 |
1649 | 2024-12-13T23:15:18.730Z | Compiling synstructure v0.13.1 |
1650 | 2024-12-13T23:15:19.267Z | Compiling equivalent v1.0.1 |
1651 | 2024-12-13T23:15:19.378Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-13T23:15:19.656Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2024-12-13T23:15:19.701Z | Compiling httparse v1.9.5 |
1654 | 2024-12-13T23:15:20.073Z | Compiling hashbrown v0.15.1 |
1655 | 2024-12-13T23:15:20.346Z | Compiling regex v1.11.1 |
1656 | 2024-12-13T23:15:20.979Z | Compiling schemars v0.8.21 |
1657 | 2024-12-13T23:15:21.181Z | Compiling heck v0.5.0 |
1658 | 2024-12-13T23:15:21.392Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-12-13T23:15:21.410Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-12-13T23:15:21.627Z | Compiling mio v1.0.2 |
1661 | 2024-12-13T23:15:21.804Z | Compiling parking_lot v0.12.3 |
1662 | 2024-12-13T23:15:23.486Z | Compiling crossbeam-utils v0.8.20 |
1663 | 2024-12-13T23:15:23.723Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-12-13T23:15:23.844Z | Compiling socket2 v0.5.7 |
1665 | 2024-12-13T23:15:23.862Z | Compiling num-conv v0.1.0 |
1666 | 2024-12-13T23:15:24.149Z | Compiling futures-core v0.3.31 |
1667 | 2024-12-13T23:15:24.314Z | Compiling serde_derive v1.0.215 |
1668 | 2024-12-13T23:15:24.404Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-12-13T23:15:24.421Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2024-12-13T23:15:25.449Z | Compiling thiserror-impl v1.0.69 |
1671 | 2024-12-13T23:15:25.473Z | Compiling tokio-macros v2.4.0 |
1672 | 2024-12-13T23:15:25.534Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-12-13T23:15:25.676Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-12-13T23:15:25.779Z | Compiling zeroize v1.8.1 |
1675 | 2024-12-13T23:15:26.427Z | Compiling futures-macro v0.3.31 |
1676 | 2024-12-13T23:15:26.607Z | Compiling zerovec-derive v0.10.3 |
1677 | 2024-12-13T23:15:26.911Z | Compiling zerocopy v0.7.35 |
1678 | 2024-12-13T23:15:27.863Z | Compiling displaydoc v0.2.5 |
1679 | 2024-12-13T23:15:28.315Z | Compiling crypto-common v0.1.6 |
1680 | 2024-12-13T23:15:28.384Z | Compiling tracing-attributes v0.1.27 |
1681 | 2024-12-13T23:15:28.526Z | Compiling icu_provider_macros v1.5.0 |
1682 | 2024-12-13T23:15:28.564Z | Compiling block-buffer v0.10.4 |
1683 | 2024-12-13T23:15:28.818Z | Compiling digest v0.10.7 |
1684 | 2024-12-13T23:15:29.040Z | Compiling schemars_derive v0.8.21 |
1685 | 2024-12-13T23:15:29.246Z | Compiling der_derive v0.7.3 |
1686 | 2024-12-13T23:15:29.304Z | Compiling time-core v0.1.2 |
1687 | 2024-12-13T23:15:29.468Z | Compiling time-macros v0.2.18 |
1688 | 2024-12-13T23:15:30.111Z | Compiling vcpkg v0.2.15 |
1689 | 2024-12-13T23:15:31.697Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-12-13T23:15:32.395Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-12-13T23:15:32.496Z | Compiling slog v2.7.0 |
1692 | 2024-12-13T23:15:32.688Z | Compiling futures-sink v0.3.31 |
1693 | 2024-12-13T23:15:32.851Z | Compiling ahash v0.8.11 |
1694 | 2024-12-13T23:15:32.892Z | Compiling syn v1.0.109 |
1695 | 2024-12-13T23:15:33.207Z | Compiling zerofrom v0.1.4 |
1696 | 2024-12-13T23:15:33.454Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-12-13T23:15:33.557Z | Compiling ucd-trie v0.1.7 |
1698 | 2024-12-13T23:15:33.611Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-12-13T23:15:33.964Z | Compiling pest v2.7.14 |
1700 | 2024-12-13T23:15:34.014Z | Compiling yoke v0.7.4 |
1701 | 2024-12-13T23:15:34.327Z | Compiling futures-channel v0.3.31 |
1702 | 2024-12-13T23:15:34.799Z | Compiling hmac v0.12.1 |
1703 | 2024-12-13T23:15:34.830Z | Compiling futures-io v0.3.31 |
1704 | 2024-12-13T23:15:35.068Z | Compiling openssl v0.10.66 |
1705 | 2024-12-13T23:15:35.122Z | Compiling pin-utils v0.1.0 |
1706 | 2024-12-13T23:15:35.222Z | Compiling futures-task v0.3.31 |
1707 | 2024-12-13T23:15:35.518Z | Compiling zerovec v0.10.4 |
1708 | 2024-12-13T23:15:35.570Z | Compiling futures-util v0.3.31 |
1709 | 2024-12-13T23:15:35.892Z | Compiling block-padding v0.3.3 |
1710 | 2024-12-13T23:15:36.123Z | Compiling tinyvec_macros v0.1.1 |
1711 | 2024-12-13T23:15:36.737Z | Compiling pest_meta v2.7.14 |
1712 | 2024-12-13T23:15:36.897Z | Compiling tinyvec v1.8.0 |
1713 | 2024-12-13T23:15:37.603Z | Compiling bitflags v2.6.0 |
1714 | 2024-12-13T23:15:37.725Z | Compiling bytes v1.8.0 |
1715 | 2024-12-13T23:15:39.093Z | Compiling indexmap v2.6.0 |
1716 | 2024-12-13T23:15:40.571Z | Compiling tokio v1.40.0 |
1717 | 2024-12-13T23:15:41.494Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2024-12-13T23:15:41.828Z | Compiling http v1.1.0 |
1719 | 2024-12-13T23:15:42.083Z | Compiling which v4.4.2 |
1720 | 2024-12-13T23:15:42.292Z | Compiling uuid v1.11.0 |
1721 | 2024-12-13T23:15:43.173Z | Compiling rustc_version v0.4.1 |
1722 | 2024-12-13T23:15:43.573Z | Compiling chrono v0.4.38 |
1723 | 2024-12-13T23:15:45.620Z | Compiling pest_generator v2.7.14 |
1724 | 2024-12-13T23:15:46.829Z | Compiling serde_spanned v0.6.8 |
1725 | 2024-12-13T23:15:47.064Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-12-13T23:15:47.439Z | Compiling inout v0.1.3 |
1727 | 2024-12-13T23:15:47.704Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-12-13T23:15:48.441Z | Compiling rustls v0.23.19 |
1729 | 2024-12-13T23:15:48.839Z | Compiling strsim v0.11.1 |
1730 | 2024-12-13T23:15:49.566Z | Compiling native-tls v0.2.12 |
1731 | 2024-12-13T23:15:49.837Z | Compiling cipher v0.4.4 |
1732 | 2024-12-13T23:15:49.892Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-13T23:15:50.318Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-12-13T23:15:50.601Z | Compiling tinystr v0.7.6 |
1735 | 2024-12-13T23:15:50.655Z | Compiling sha2 v0.10.8 |
1736 | 2024-12-13T23:15:51.060Z | Compiling tracing-core v0.1.32 |
1737 | 2024-12-13T23:15:51.347Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-12-13T23:15:51.404Z | Compiling base64ct v1.6.0 |
1739 | 2024-12-13T23:15:51.413Z | Compiling litemap v0.7.3 |
1740 | 2024-12-13T23:15:51.685Z | Compiling unicode-bidi v0.3.17 |
1741 | 2024-12-13T23:15:51.779Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-12-13T23:15:51.803Z | Compiling writeable v0.5.5 |
1743 | 2024-12-13T23:15:51.997Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-12-13T23:15:52.361Z | Compiling icu_locid v1.5.0 |
1745 | 2024-12-13T23:15:52.654Z | Compiling tracing v0.1.40 |
1746 | 2024-12-13T23:15:53.482Z | Compiling scroll v0.12.0 |
1747 | 2024-12-13T23:15:53.943Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-12-13T23:15:54.019Z | Compiling async-trait v0.1.83 |
1749 | 2024-12-13T23:15:54.484Z | Compiling cookie v0.18.1 |
1750 | 2024-12-13T23:15:54.770Z | Compiling flagset v0.4.6 |
1751 | 2024-12-13T23:15:54.955Z | Compiling camino v1.1.9 |
1752 | 2024-12-13T23:15:55.014Z | Compiling anyhow v1.0.93 |
1753 | 2024-12-13T23:15:55.511Z | Compiling plain v0.2.3 |
1754 | 2024-12-13T23:15:56.309Z | Compiling aws-lc-sys v0.22.0 |
1755 | 2024-12-13T23:15:56.749Z | Compiling goblin v0.8.2 |
1756 | 2024-12-13T23:15:58.586Z | Compiling der v0.7.9 |
1757 | 2024-12-13T23:16:01.929Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-12-13T23:16:03.050Z | Compiling icu_provider v1.5.0 |
1759 | 2024-12-13T23:16:04.017Z | Compiling untrusted v0.7.1 |
1760 | 2024-12-13T23:16:04.182Z | Compiling rustls-pki-types v1.10.0 |
1761 | 2024-12-13T23:16:04.735Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-12-13T23:16:05.015Z | Compiling rustls v0.22.4 |
1763 | 2024-12-13T23:16:05.285Z | Compiling rayon-core v1.12.1 |
1764 | 2024-12-13T23:16:05.548Z | Compiling percent-encoding v2.3.1 |
1765 | 2024-12-13T23:16:05.674Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2024-12-13T23:16:05.914Z | Compiling icu_locid_transform v1.5.0 |
1767 | 2024-12-13T23:16:05.932Z | Compiling dof v0.3.0 |
1768 | 2024-12-13T23:16:06.507Z | Compiling rand v0.8.5 |
1769 | 2024-12-13T23:16:06.712Z | Compiling spki v0.7.3 |
1770 | 2024-12-13T23:16:07.274Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-12-13T23:16:07.328Z | Compiling salsa20 v0.10.2 |
1772 | 2024-12-13T23:16:07.551Z | Compiling tokio-util v0.7.12 |
1773 | 2024-12-13T23:16:08.101Z | Compiling icu_collections v1.5.0 |
1774 | 2024-12-13T23:16:08.164Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-12-13T23:16:09.048Z | Compiling thread-id v4.2.2 |
1776 | 2024-12-13T23:16:09.152Z | Compiling untrusted v0.9.0 |
1777 | 2024-12-13T23:16:09.190Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-12-13T23:16:09.243Z | Compiling winnow v0.5.40 |
1779 | 2024-12-13T23:16:09.271Z | Compiling powerfmt v0.2.0 |
1780 | 2024-12-13T23:16:09.460Z | Compiling mirai-annotations v1.12.0 |
1781 | 2024-12-13T23:16:09.651Z | Compiling deranged v0.3.11 |
1782 | 2024-12-13T23:16:09.696Z | Compiling icu_properties v1.5.1 |
1783 | 2024-12-13T23:16:13.036Z | Compiling toml_edit v0.19.15 |
1784 | 2024-12-13T23:16:14.419Z | Compiling scrypt v0.11.0 |
1785 | 2024-12-13T23:16:14.596Z | Compiling aes v0.8.4 |
1786 | 2024-12-13T23:16:14.920Z | Compiling cbc v0.1.2 |
1787 | 2024-12-13T23:16:15.171Z | Compiling multer v3.1.0 |
1788 | 2024-12-13T23:16:15.248Z | Compiling write16 v1.0.0 |
1789 | 2024-12-13T23:16:15.382Z | Compiling num_threads v0.1.7 |
1790 | 2024-12-13T23:16:15.453Z | Compiling slog-async v2.8.0 |
1791 | 2024-12-13T23:16:15.512Z | Compiling utf8_iter v1.0.4 |
1792 | 2024-12-13T23:16:15.933Z | Compiling rustversion v1.0.17 |
1793 | 2024-12-13T23:16:15.950Z | Compiling atomic-waker v1.1.2 |
1794 | 2024-12-13T23:16:16.177Z | Compiling icu_normalizer_data v1.5.0 |
1795 | 2024-12-13T23:16:16.423Z | Compiling utf16_iter v1.0.5 |
1796 | 2024-12-13T23:16:16.585Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-12-13T23:16:16.626Z | Compiling time v0.3.36 |
1798 | 2024-12-13T23:16:18.279Z | Compiling pkcs5 v0.7.1 |
1799 | 2024-12-13T23:16:19.852Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-12-13T23:16:20.145Z | Compiling http-body v1.0.1 |
1801 | 2024-12-13T23:16:20.363Z | Compiling heapless v0.7.17 |
1802 | 2024-12-13T23:16:20.907Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-12-13T23:16:21.648Z | Compiling try-lock v0.2.5 |
1804 | 2024-12-13T23:16:21.966Z | Compiling signal-hook v0.3.17 |
1805 | 2024-12-13T23:16:22.515Z | Compiling want v0.3.1 |
1806 | 2024-12-13T23:16:23.842Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-12-13T23:16:24.019Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-12-13T23:16:24.475Z | Compiling h2 v0.4.6 |
1809 | 2024-12-13T23:16:25.468Z | Compiling usdt-macro v0.5.0 |
1810 | 2024-12-13T23:16:26.802Z | Compiling usdt-attr-macro v0.5.0 |
1811 | 2024-12-13T23:16:27.607Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-12-13T23:16:27.633Z | Compiling httpdate v1.0.3 |
1813 | 2024-12-13T23:16:28.360Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-13T23:16:28.830Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-12-13T23:16:29.104Z | Compiling idna v1.0.3 |
1816 | 2024-12-13T23:16:30.759Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-12-13T23:16:31.148Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-13T23:16:31.999Z | Compiling hyper v1.5.0 |
1819 | 2024-12-13T23:16:32.085Z | Compiling enum-as-inner v0.6.1 |
1820 | 2024-12-13T23:16:34.498Z | Compiling dropshot v0.12.0 |
1821 | 2024-12-13T23:16:34.784Z | Compiling smoltcp v0.9.1 |
1822 | 2024-12-13T23:16:35.384Z | Compiling tower-service v0.3.3 |
1823 | 2024-12-13T23:16:35.521Z | Compiling base64 v0.22.1 |
1824 | 2024-12-13T23:16:35.594Z | Compiling num-bigint-dig v0.8.4 |
1825 | 2024-12-13T23:16:35.779Z | Compiling portable-atomic v1.9.0 |
1826 | 2024-12-13T23:16:35.864Z | Compiling match_cfg v0.1.0 |
1827 | 2024-12-13T23:16:35.964Z | Compiling foreign-types-shared v0.1.1 |
1828 | 2024-12-13T23:16:36.208Z | Compiling foreign-types v0.3.2 |
1829 | 2024-12-13T23:16:36.309Z | Compiling hostname v0.3.1 |
1830 | 2024-12-13T23:16:36.523Z | Compiling hyper-util v0.1.10 |
1831 | 2024-12-13T23:16:46.585Z | Compiling url v2.5.3 |
1832 | 2024-12-13T23:16:46.585Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-12-13T23:16:46.585Z | Compiling gimli v0.31.1 |
1834 | 2024-12-13T23:16:46.585Z | Compiling heck v0.4.1 |
1835 | 2024-12-13T23:16:46.585Z | Compiling data-encoding v2.6.0 |
1836 | 2024-12-13T23:16:46.585Z | Compiling ident_case v1.0.1 |
1837 | 2024-12-13T23:16:46.585Z | Compiling siphasher v0.3.11 |
1838 | 2024-12-13T23:16:46.585Z | Compiling darling_core v0.20.10 |
1839 | 2024-12-13T23:16:46.585Z | Compiling dirs-next v2.0.0 |
1840 | 2024-12-13T23:16:48.130Z | Compiling http-body-util v0.1.2 |
1841 | 2024-12-13T23:16:51.498Z | Compiling addr2line v0.24.2 |
1842 | 2024-12-13T23:16:51.699Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-12-13T23:16:51.949Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-12-13T23:16:52.014Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-12-13T23:16:52.428Z | Compiling sha1 v0.10.6 |
1846 | 2024-12-13T23:16:52.476Z | Compiling signature v2.2.0 |
1847 | 2024-12-13T23:16:52.713Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-12-13T23:16:52.795Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-13T23:16:53.849Z | Compiling object v0.36.5 |
1850 | 2024-12-13T23:16:54.146Z | Compiling thread_local v1.1.8 |
1851 | 2024-12-13T23:16:54.620Z | Compiling fs-err v2.11.0 |
1852 | 2024-12-13T23:16:54.641Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-12-13T23:16:55.978Z | Compiling mime v0.3.17 |
1854 | 2024-12-13T23:16:57.068Z | Compiling anstyle v1.0.10 |
1855 | 2024-12-13T23:16:57.541Z | Compiling winnow v0.6.20 |
1856 | 2024-12-13T23:17:01.383Z | Compiling unicode-properties v0.1.3 |
1857 | 2024-12-13T23:17:01.780Z | Compiling rustc-demangle v0.1.24 |
1858 | 2024-12-13T23:17:03.234Z | Compiling ipnet v2.10.1 |
1859 | 2024-12-13T23:17:04.271Z | Compiling utf8parse v0.2.2 |
1860 | 2024-12-13T23:17:04.432Z | Compiling openssl-probe v0.1.5 |
1861 | 2024-12-13T23:17:04.536Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-12-13T23:17:05.275Z | Compiling backtrace v0.3.74 |
1863 | 2024-12-13T23:17:05.527Z | Compiling stringprep v0.1.5 |
1864 | 2024-12-13T23:17:05.648Z | Compiling toml_edit v0.22.22 |
1865 | 2024-12-13T23:17:07.980Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-12-13T23:17:11.078Z | Compiling rustls-webpki v0.102.8 |
1867 | 2024-12-13T23:17:11.539Z | Compiling darling_macro v0.20.10 |
1868 | 2024-12-13T23:17:16.189Z | Compiling term v0.7.0 |
1869 | 2024-12-13T23:17:17.468Z | Compiling slog-json v2.6.1 |
1870 | 2024-12-13T23:17:19.407Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-12-13T23:17:20.138Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-12-13T23:17:20.329Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-12-13T23:17:21.614Z | Compiling hashbrown v0.14.5 |
1874 | 2024-12-13T23:17:21.719Z | Compiling idna v0.3.0 |
1875 | 2024-12-13T23:17:21.775Z | Compiling idna v0.4.0 |
1876 | 2024-12-13T23:17:22.531Z | Compiling futures-executor v0.3.31 |
1877 | 2024-12-13T23:17:23.236Z | Compiling num-integer v0.1.46 |
1878 | 2024-12-13T23:17:23.278Z | Compiling md-5 v0.10.6 |
1879 | 2024-12-13T23:17:23.524Z | Compiling ff v0.13.0 |
1880 | 2024-12-13T23:17:23.764Z | Compiling hash32 v0.2.1 |
1881 | 2024-12-13T23:17:23.858Z | Compiling is-terminal v0.4.13 |
1882 | 2024-12-13T23:17:23.938Z | Compiling memmap v0.7.0 |
1883 | 2024-12-13T23:17:24.143Z | Compiling colorchoice v1.0.2 |
1884 | 2024-12-13T23:17:24.254Z | Compiling quick-error v1.2.3 |
1885 | 2024-12-13T23:17:24.308Z | Compiling base16ct v0.2.0 |
1886 | 2024-12-13T23:17:25.070Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-12-13T23:17:25.273Z | Compiling anstyle-query v1.1.1 |
1888 | 2024-12-13T23:17:25.428Z | Compiling psl-types v2.0.11 |
1889 | 2024-12-13T23:17:25.460Z | Compiling is_terminal_polyfill v1.70.1 |
1890 | 2024-12-13T23:17:25.594Z | Compiling fallible-iterator v0.2.0 |
1891 | 2024-12-13T23:17:25.948Z | Compiling utf-8 v0.7.6 |
1892 | 2024-12-13T23:17:26.265Z | Compiling take_mut v0.2.2 |
1893 | 2024-12-13T23:17:26.283Z | Compiling postgres-protocol v0.6.7 |
1894 | 2024-12-13T23:17:27.449Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-13T23:17:27.503Z | Compiling publicsuffix v2.2.3 |
1896 | 2024-12-13T23:17:27.759Z | Compiling anstream v0.6.15 |
1897 | 2024-12-13T23:17:28.450Z | Compiling lru-cache v0.1.2 |
1898 | 2024-12-13T23:17:28.657Z | Compiling sec1 v0.7.3 |
1899 | 2024-12-13T23:17:28.878Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-12-13T23:17:29.264Z | Compiling usdt v0.5.0 |
1901 | 2024-12-13T23:17:29.544Z | Compiling slog-term v2.9.1 |
1902 | 2024-12-13T23:17:29.731Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-13T23:17:29.743Z | Compiling group v0.13.0 |
1904 | 2024-12-13T23:17:29.908Z | Compiling futures v0.3.31 |
1905 | 2024-12-13T23:17:30.024Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-12-13T23:17:30.041Z | Compiling regress v0.10.1 |
1907 | 2024-12-13T23:17:33.733Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-12-13T23:17:34.201Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-12-13T23:17:34.245Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-13T23:17:34.416Z | Compiling darling v0.20.10 |
1911 | 2024-12-13T23:17:34.537Z | Compiling toml v0.8.19 |
1912 | 2024-12-13T23:17:34.665Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-12-13T23:17:34.713Z | Compiling phf_shared v0.11.2 |
1914 | 2024-12-13T23:17:34.732Z | Compiling strum_macros v0.25.3 |
1915 | 2024-12-13T23:17:35.150Z | Compiling async-stream v0.3.6 |
1916 | 2024-12-13T23:17:35.217Z | Compiling waitgroup v0.1.2 |
1917 | 2024-12-13T23:17:35.428Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-12-13T23:17:36.098Z | Compiling idna v0.5.0 |
1919 | 2024-12-13T23:17:36.118Z | Compiling terminal_size v0.4.0 |
1920 | 2024-12-13T23:17:36.340Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-12-13T23:17:36.835Z | Compiling hkdf v0.12.4 |
1922 | 2024-12-13T23:17:37.359Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-12-13T23:17:37.558Z | Compiling serde_repr v0.1.19 |
1924 | 2024-12-13T23:17:37.746Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-13T23:17:38.360Z | Compiling derive-where v1.2.7 |
1926 | 2024-12-13T23:17:38.629Z | Compiling hostname v0.4.0 |
1927 | 2024-12-13T23:17:38.897Z | Compiling crc32fast v1.4.2 |
1928 | 2024-12-13T23:17:39.135Z | Compiling bitflags v1.3.2 |
1929 | 2024-12-13T23:17:39.195Z | Compiling clap_lex v0.7.2 |
1930 | 2024-12-13T23:17:39.384Z | Compiling managed v0.8.0 |
1931 | 2024-12-13T23:17:39.889Z | Compiling debug-ignore v1.0.5 |
1932 | 2024-12-13T23:17:39.916Z | Compiling unicode-width v0.1.14 |
1933 | 2024-12-13T23:17:40.685Z | Compiling console v0.15.8 |
1934 | 2024-12-13T23:17:40.933Z | Compiling elliptic-curve v0.13.8 |
1935 | 2024-12-13T23:17:42.366Z | Compiling clap_builder v4.5.21 |
1936 | 2024-12-13T23:17:42.861Z | Compiling flate2 v1.0.34 |
1937 | 2024-12-13T23:17:43.926Z | Compiling cookie_store v0.21.0 |
1938 | 2024-12-13T23:17:46.699Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-12-13T23:17:47.287Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-12-13T23:17:49.990Z | Compiling phf v0.11.2 |
1941 | 2024-12-13T23:17:50.252Z | Compiling hyper-tls v0.6.0 |
1942 | 2024-12-13T23:17:50.313Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-12-13T23:17:50.486Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-13T23:17:50.646Z | Compiling typify-impl v0.2.0 |
1945 | 2024-12-13T23:17:50.875Z | Compiling rayon v1.10.0 |
1946 | 2024-12-13T23:17:51.123Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-12-13T23:17:51.383Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-13T23:17:51.828Z | Compiling zerocopy v0.6.6 |
1949 | 2024-12-13T23:17:52.698Z | Compiling hubpack v0.1.2 |
1950 | 2024-12-13T23:17:52.711Z | Compiling ed25519 v2.2.3 |
1951 | 2024-12-13T23:17:52.799Z | Compiling phf_shared v0.10.0 |
1952 | 2024-12-13T23:17:52.807Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-12-13T23:17:53.150Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-12-13T23:17:54.135Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-12-13T23:17:54.243Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-13T23:17:54.404Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-13T23:17:54.447Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-12-13T23:17:54.594Z | Compiling bstr v1.10.0 |
1959 | 2024-12-13T23:17:55.813Z | Compiling fixedbitset v0.4.2 |
1960 | 2024-12-13T23:17:56.179Z | Compiling number_prefix v0.4.0 |
1961 | 2024-12-13T23:17:56.206Z | Compiling bit-vec v0.6.3 |
1962 | 2024-12-13T23:17:56.208Z | Compiling new_debug_unreachable v1.0.6 |
1963 | 2024-12-13T23:17:56.327Z | Compiling precomputed-hash v0.1.1 |
1964 | 2024-12-13T23:17:56.455Z | Compiling static_assertions v1.1.0 |
1965 | 2024-12-13T23:17:56.566Z | Compiling unicode-width v0.2.0 |
1966 | 2024-12-13T23:17:56.871Z | Compiling unicode-segmentation v1.12.0 |
1967 | 2024-12-13T23:17:56.979Z | Compiling difflib v0.4.0 |
1968 | 2024-12-13T23:17:57.115Z | Compiling predicates-core v1.0.8 |
1969 | 2024-12-13T23:17:57.325Z | Compiling whoami v1.5.2 |
1970 | 2024-12-13T23:17:57.478Z | Compiling normalize-line-endings v0.3.0 |
1971 | 2024-12-13T23:17:57.622Z | Compiling predicates v3.1.2 |
1972 | 2024-12-13T23:17:57.756Z | Compiling tokio-postgres v0.7.12 |
1973 | 2024-12-13T23:17:57.879Z | Compiling similar v2.6.0 |
1974 | 2024-12-13T23:17:58.232Z | Compiling indicatif v0.17.9 |
1975 | 2024-12-13T23:17:59.878Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1976 | 2024-12-13T23:18:00.145Z | Compiling bit-set v0.5.3 |
1977 | 2024-12-13T23:18:00.462Z | Compiling string_cache v0.8.7 |
1978 | 2024-12-13T23:18:00.493Z | Compiling petgraph v0.6.5 |
1979 | 2024-12-13T23:18:01.129Z | Compiling reqwest v0.12.9 |
1980 | 2024-12-13T23:18:02.541Z | Compiling typify-macro v0.2.0 |
1981 | 2024-12-13T23:18:03.154Z | Compiling ecdsa v0.16.9 |
1982 | 2024-12-13T23:18:04.512Z | Compiling qorb v0.2.1 |
1983 | 2024-12-13T23:18:05.955Z | Compiling rsa v0.9.6 |
1984 | 2024-12-13T23:18:06.054Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-12-13T23:18:06.617Z | Compiling zip v0.6.6 |
1986 | 2024-12-13T23:18:07.022Z | Compiling crossterm v0.28.1 |
1987 | 2024-12-13T23:18:07.042Z | Compiling clap v4.5.21 |
1988 | 2024-12-13T23:18:08.145Z | Compiling toml v0.7.8 |
1989 | 2024-12-13T23:18:09.532Z | Compiling x509-cert v0.2.5 |
1990 | 2024-12-13T23:18:10.081Z | Compiling hex v0.4.3 |
1991 | 2024-12-13T23:18:10.723Z | Compiling lalrpop-util v0.19.12 |
1992 | 2024-12-13T23:18:11.087Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-12-13T23:18:11.258Z | Compiling zerocopy v0.8.10 |
1994 | 2024-12-13T23:18:11.262Z | Compiling peg-runtime v0.8.3 |
1995 | 2024-12-13T23:18:13.946Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-12-13T23:18:17.507Z | Compiling proc-macro-crate v1.3.1 |
1997 | 2024-12-13T23:18:17.757Z | Compiling ipnetwork v0.20.0 |
1998 | 2024-12-13T23:18:17.796Z | Compiling macaddr v1.0.1 |
1999 | 2024-12-13T23:18:18.426Z | Compiling zerocopy-derive v0.8.10 |
2000 | 2024-12-13T23:18:18.653Z | Compiling itertools v0.13.0 |
2001 | 2024-12-13T23:18:21.754Z | Compiling heapless v0.8.0 |
2002 | 2024-12-13T23:18:21.944Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2003 | 2024-12-13T23:18:26.930Z | Compiling num_enum_derive v0.5.11 |
2004 | 2024-12-13T23:18:35.574Z | Compiling hash32 v0.3.1 |
2005 | 2024-12-13T23:18:35.919Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-13T23:18:36.700Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-12-13T23:18:41.375Z | Compiling num_enum v0.5.11 |
2008 | 2024-12-13T23:18:41.462Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2009 | 2024-12-13T23:18:42.079Z | Compiling typify v0.2.0 |
2010 | 2024-12-13T23:18:43.149Z | Compiling proc-macro-error-attr v1.0.4 |
2011 | 2024-12-13T23:18:43.503Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-12-13T23:18:44.114Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-12-13T23:18:44.411Z | Compiling cobs v0.2.3 |
2014 | 2024-12-13T23:18:44.860Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-13T23:18:45.250Z | Compiling postcard v1.0.10 |
2016 | 2024-12-13T23:18:58.727Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-12-13T23:19:01.911Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-12-13T23:19:12.796Z | Compiling strum_macros v0.26.4 |
2019 | 2024-12-13T23:19:14.815Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-12-13T23:19:14.970Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-13T23:19:15.416Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-12-13T23:19:15.440Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2023 | 2024-12-13T23:19:15.726Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-13T23:19:16.225Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-12-13T23:19:16.700Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-12-13T23:19:17.218Z | Compiling strum v0.26.3 |
2027 | 2024-12-13T23:19:17.453Z | Compiling structmeta v0.3.0 |
2028 | 2024-12-13T23:19:21.054Z | Compiling foreign-types v0.5.0 |
2029 | 2024-12-13T23:19:22.341Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-13T23:19:25.853Z | Compiling progenitor-macro v0.8.0 |
2031 | 2024-12-13T23:19:31.357Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-12-13T23:19:31.517Z | Compiling progenitor-client v0.8.0 |
2033 | 2024-12-13T23:19:31.780Z | Compiling tabwriter v1.4.0 |
2034 | 2024-12-13T23:19:32.571Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-12-13T23:19:33.384Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2024-12-13T23:19:34.240Z | Compiling cstr-argument v0.1.2 |
2037 | 2024-12-13T23:19:34.505Z | Compiling dropshot v0.13.0 |
2038 | 2024-12-13T23:19:34.824Z | Compiling crucible-workspace-hack v0.1.0 |
2039 | 2024-12-13T23:19:34.951Z | Compiling thiserror v2.0.3 |
2040 | 2024-12-13T23:19:35.109Z | Compiling pretty-hex v0.2.1 |
2041 | 2024-12-13T23:19:35.776Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-12-13T23:19:36.079Z | Compiling fastrand v2.1.1 |
2043 | 2024-12-13T23:19:36.761Z | Compiling tempfile v3.13.0 |
2044 | 2024-12-13T23:19:37.310Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-12-13T23:19:37.559Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-12-13T23:19:37.967Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-13T23:19:38.431Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-13T23:19:38.555Z | Compiling progenitor v0.8.0 |
2049 | 2024-12-13T23:19:38.808Z | Compiling colored v2.1.0 |
2050 | 2024-12-13T23:19:38.848Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-12-13T23:19:38.885Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-12-13T23:19:40.014Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-12-13T23:19:40.755Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-13T23:19:41.472Z | Compiling instant v0.1.13 |
2055 | 2024-12-13T23:19:41.652Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-12-13T23:19:42.049Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2024-12-13T23:19:42.417Z | Compiling parse-display v0.10.0 |
2058 | 2024-12-13T23:19:42.674Z | Compiling backoff v0.4.0 |
2059 | 2024-12-13T23:19:43.070Z | Compiling serde_with v3.11.0 |
2060 | 2024-12-13T23:19:43.628Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-12-13T23:19:44.218Z | Compiling zone_cfg_derive v0.3.0 |
2062 | 2024-12-13T23:19:44.353Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2063 | 2024-12-13T23:19:45.020Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-13T23:19:45.370Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-12-13T23:19:45.738Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-12-13T23:19:46.091Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2067 | 2024-12-13T23:19:46.517Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-12-13T23:19:46.588Z | Compiling regress v0.9.1 |
2069 | 2024-12-13T23:19:46.716Z | Compiling num-derive v0.4.2 |
2070 | 2024-12-13T23:19:47.333Z | Compiling sigpipe v0.1.3 |
2071 | 2024-12-13T23:19:47.477Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-12-13T23:19:47.774Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-13T23:19:48.132Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-12-13T23:19:48.992Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2075 | 2024-12-13T23:19:50.551Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-12-13T23:19:51.427Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2077 | 2024-12-13T23:19:51.992Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2024-12-13T23:19:53.541Z | Compiling zone v0.3.0 |
2079 | 2024-12-13T23:19:55.080Z | Compiling smf v0.2.3 |
2080 | 2024-12-13T23:19:56.295Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-12-13T23:19:56.640Z | Compiling ring v0.16.20 |
2082 | 2024-12-13T23:19:56.910Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-13T23:19:57.315Z | Compiling blake3 v1.5.4 |
2084 | 2024-12-13T23:19:57.681Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-12-13T23:19:58.274Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-12-13T23:19:58.408Z | Compiling xattr v1.3.1 |
2087 | 2024-12-13T23:19:58.544Z | Compiling filetime v0.2.25 |
2088 | 2024-12-13T23:19:58.739Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-13T23:19:58.907Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-12-13T23:19:59.044Z | Compiling spin v0.5.2 |
2091 | 2024-12-13T23:19:59.304Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-12-13T23:19:59.328Z | Compiling arrayvec v0.7.6 |
2093 | 2024-12-13T23:19:59.419Z | Compiling same-file v1.0.6 |
2094 | 2024-12-13T23:19:59.500Z | Compiling arrayref v0.3.9 |
2095 | 2024-12-13T23:19:59.643Z | Compiling walkdir v2.5.0 |
2096 | 2024-12-13T23:19:59.711Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-13T23:20:01.283Z | Compiling tar v0.4.42 |
2098 | 2024-12-13T23:20:02.433Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-12-13T23:20:02.528Z | Compiling gethostname v0.5.0 |
2100 | 2024-12-13T23:20:02.736Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-12-13T23:20:02.756Z | Compiling topological-sort v0.2.2 |
2102 | 2024-12-13T23:20:03.687Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-12-13T23:20:08.428Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-12-13T23:20:09.159Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-12-13T23:20:10.743Z | Compiling omicron-zone-package v0.11.1 |
2106 | 2024-12-13T23:20:16.814Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-12-13T23:20:32.563Z | Finished `release` profile [optimized] target(s) in 5m 24s |
2108 | 2024-12-13T23:20:32.722Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-12-13T23:20:32.770Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-12-13T23:20:32.772Z | Created new build target 'test' and set it as active |
2111 | 2024-12-13T23:20:32.773Z | |
2112 | 2024-12-13T23:20:32.773Z | real 5:24.931997369 |
2113 | 2024-12-13T23:20:32.773Z | user 36:35.510915147 |
2114 | 2024-12-13T23:20:32.773Z | sys 4:53.558053717 |
2115 | 2024-12-13T23:20:32.773Z | trap 1.055193170 |
2116 | 2024-12-13T23:20:32.773Z | tflt 3.306988786 |
2117 | 2024-12-13T23:20:32.773Z | dflt 0.652817877 |
2118 | 2024-12-13T23:20:32.773Z | kflt 0.025786987 |
2119 | 2024-12-13T23:20:32.773Z | lock 1:16:49.979652805 |
2120 | 2024-12-13T23:20:32.773Z | slp 2:33:09.527862906 |
2121 | 2024-12-13T23:20:32.773Z | lat 2:31.795941790 |
2122 | 2024-12-13T23:20:32.773Z | stop 4:26.411914102 |
2123 | 2024-12-13T23:20:32.776Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-12-13T23:20:33.722Z | Finished `release` profile [optimized] target(s) in 0.89s |
2125 | 2024-12-13T23:20:33.778Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-12-13T23:20:33.826Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-12-13T23:20:34.921Z | Compiling convert_case v0.4.0 |
2128 | 2024-12-13T23:20:34.921Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-12-13T23:20:34.927Z | Compiling itertools v0.13.0 |
2130 | 2024-12-13T23:20:34.927Z | Compiling newline-converter v0.3.0 |
2131 | 2024-12-13T23:20:34.927Z | Compiling password-hash v0.5.0 |
2132 | 2024-12-13T23:20:34.927Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-12-13T23:20:34.927Z | Compiling blake2 v0.10.6 |
2134 | 2024-12-13T23:20:35.077Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-12-13T23:20:35.260Z | Compiling cancel-safe-futures v0.1.5 |
2136 | 2024-12-13T23:20:35.327Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-13T23:20:35.524Z | Compiling progenitor v0.8.0 |
2138 | 2024-12-13T23:20:35.548Z | Compiling owo-colors v4.1.0 |
2139 | 2024-12-13T23:20:35.610Z | Compiling num-rational v0.4.2 |
2140 | 2024-12-13T23:20:35.780Z | Compiling argon2 v0.5.3 |
2141 | 2024-12-13T23:20:35.797Z | Compiling derive_more v0.99.18 |
2142 | 2024-12-13T23:20:35.849Z | Compiling num-complex v0.4.6 |
2143 | 2024-12-13T23:20:36.889Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-12-13T23:20:37.189Z | Compiling num v0.4.3 |
2145 | 2024-12-13T23:20:37.320Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-12-13T23:20:37.352Z | Compiling libsw v3.3.1 |
2147 | 2024-12-13T23:20:37.479Z | Compiling swrite v0.1.0 |
2148 | 2024-12-13T23:20:37.620Z | Compiling linear-map v1.2.0 |
2149 | 2024-12-13T23:20:37.715Z | Compiling indent_write v2.2.0 |
2150 | 2024-12-13T23:20:37.858Z | Compiling float-ord v0.3.2 |
2151 | 2024-12-13T23:20:37.960Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-12-13T23:20:37.979Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-12-13T23:20:38.035Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-12-13T23:20:38.055Z | Compiling base64 v0.21.7 |
2155 | 2024-12-13T23:20:38.167Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2024-12-13T23:20:38.883Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-12-13T23:20:38.899Z | Compiling highway v1.2.0 |
2158 | 2024-12-13T23:20:39.186Z | Compiling semver v0.1.20 |
2159 | 2024-12-13T23:20:39.775Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-13T23:20:40.203Z | Compiling newtype_derive v0.1.6 |
2161 | 2024-12-13T23:20:40.338Z | Compiling newtype-uuid v1.1.3 |
2162 | 2024-12-13T23:20:40.600Z | Compiling dropshot v0.13.0 |
2163 | 2024-12-13T23:20:40.671Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-12-13T23:20:40.708Z | Compiling instant v0.1.13 |
2165 | 2024-12-13T23:20:40.869Z | Compiling humantime v2.1.0 |
2166 | 2024-12-13T23:20:41.475Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2167 | 2024-12-13T23:20:41.733Z | Compiling backoff v0.4.0 |
2168 | 2024-12-13T23:20:42.160Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-12-13T23:20:42.282Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-13T23:20:42.531Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2171 | 2024-12-13T23:20:46.031Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-12-13T23:20:46.153Z | Compiling parse-display v0.10.0 |
2173 | 2024-12-13T23:20:46.725Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-12-13T23:20:46.916Z | Compiling serde_with v3.11.0 |
2175 | 2024-12-13T23:20:47.235Z | Compiling strum v0.26.3 |
2176 | 2024-12-13T23:20:47.458Z | Compiling regress v0.9.1 |
2177 | 2024-12-13T23:20:50.505Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-13T23:20:52.153Z | Compiling macaddr v1.0.1 |
2179 | 2024-12-13T23:20:52.327Z | Compiling steno v0.4.1 |
2180 | 2024-12-13T23:20:52.568Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-12-13T23:20:52.660Z | Compiling prettyplease v0.2.25 |
2182 | 2024-12-13T23:20:52.691Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-12-13T23:20:53.815Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2184 | 2024-12-13T23:20:54.582Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-12-13T23:20:54.850Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2186 | 2024-12-13T23:20:57.588Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-13T23:20:57.839Z | Compiling half v2.4.1 |
2188 | 2024-12-13T23:20:58.555Z | Compiling ciborium-io v0.2.2 |
2189 | 2024-12-13T23:20:58.706Z | Compiling ciborium-ll v0.2.2 |
2190 | 2024-12-13T23:20:59.236Z | Compiling tungstenite v0.21.0 |
2191 | 2024-12-13T23:21:03.098Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2024-12-13T23:21:03.727Z | Compiling ciborium v0.2.2 |
2193 | 2024-12-13T23:21:04.394Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-12-13T23:21:09.427Z | Compiling fastrand v2.1.1 |
2195 | 2024-12-13T23:21:09.953Z | Compiling display-error-chain v0.2.2 |
2196 | 2024-12-13T23:21:10.539Z | Compiling same-file v1.0.6 |
2197 | 2024-12-13T23:21:10.776Z | Compiling walkdir v2.5.0 |
2198 | 2024-12-13T23:21:11.391Z | Compiling tempfile v3.13.0 |
2199 | 2024-12-13T23:21:11.455Z | Compiling blake3 v1.5.4 |
2200 | 2024-12-13T23:21:12.091Z | Compiling ring v0.16.20 |
2201 | 2024-12-13T23:21:12.175Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2202 | 2024-12-13T23:21:12.592Z | Compiling xattr v1.3.1 |
2203 | 2024-12-13T23:21:12.866Z | Compiling memmap2 v0.9.5 |
2204 | 2024-12-13T23:21:13.199Z | Compiling filetime v0.2.25 |
2205 | 2024-12-13T23:21:13.276Z | Compiling constant_time_eq v0.3.1 |
2206 | 2024-12-13T23:21:13.443Z | Compiling arrayref v0.3.9 |
2207 | 2024-12-13T23:21:13.485Z | Compiling keccak v0.1.5 |
2208 | 2024-12-13T23:21:13.552Z | Compiling arrayvec v0.7.6 |
2209 | 2024-12-13T23:21:13.767Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2210 | 2024-12-13T23:21:13.940Z | Compiling spin v0.5.2 |
2211 | 2024-12-13T23:21:14.187Z | Compiling sha3 v0.10.8 |
2212 | 2024-12-13T23:21:14.443Z | Compiling tar v0.4.42 |
2213 | 2024-12-13T23:21:15.009Z | Compiling camino-tempfile v1.1.1 |
2214 | 2024-12-13T23:21:15.042Z | Compiling toolchain_find v0.4.0 |
2215 | 2024-12-13T23:21:15.439Z | Compiling const_format_proc_macros v0.2.33 |
2216 | 2024-12-13T23:21:15.602Z | Compiling crunchy v0.2.2 |
2217 | 2024-12-13T23:21:15.997Z | Compiling topological-sort v0.2.2 |
2218 | 2024-12-13T23:21:16.064Z | Compiling maplit v1.0.2 |
2219 | 2024-12-13T23:21:16.196Z | Compiling radium v0.7.0 |
2220 | 2024-12-13T23:21:16.271Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-13T23:21:16.442Z | Compiling tap v1.0.1 |
2222 | 2024-12-13T23:21:16.643Z | Compiling maybe-uninit v2.0.0 |
2223 | 2024-12-13T23:21:16.667Z | Compiling tiny-keccak v2.0.2 |
2224 | 2024-12-13T23:21:16.811Z | Compiling omicron-zone-package v0.11.1 |
2225 | 2024-12-13T23:21:17.179Z | Compiling wyz v0.5.1 |
2226 | 2024-12-13T23:21:17.240Z | Compiling const_format v0.2.33 |
2227 | 2024-12-13T23:21:17.637Z | Compiling dsl_auto_type v0.1.2 |
2228 | 2024-12-13T23:21:17.664Z | Compiling phf_generator v0.11.2 |
2229 | 2024-12-13T23:21:17.868Z | Compiling scheduled-thread-pool v0.2.7 |
2230 | 2024-12-13T23:21:17.938Z | Compiling secrecy v0.8.0 |
2231 | 2024-12-13T23:21:18.225Z | Compiling async-recursion v1.1.1 |
2232 | 2024-12-13T23:21:18.469Z | Compiling diesel_table_macro_syntax v0.2.0 |
2233 | 2024-12-13T23:21:18.566Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-12-13T23:21:18.945Z | Compiling funty v2.0.0 |
2235 | 2024-12-13T23:21:19.120Z | Compiling packed_struct v0.10.1 |
2236 | 2024-12-13T23:21:19.365Z | Compiling arc-swap v1.7.1 |
2237 | 2024-12-13T23:21:19.365Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2238 | 2024-12-13T23:21:19.405Z | Compiling crc-catalog v2.4.0 |
2239 | 2024-12-13T23:21:19.499Z | Compiling crc v3.2.1 |
2240 | 2024-12-13T23:21:19.521Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2241 | 2024-12-13T23:21:19.606Z | Compiling slog-scope v4.4.0 |
2242 | 2024-12-13T23:21:19.702Z | Compiling diesel_derives v2.2.3 |
2243 | 2024-12-13T23:21:20.394Z | Compiling bitvec v1.0.1 |
2244 | 2024-12-13T23:21:21.253Z | Compiling r2d2 v0.8.10 |
2245 | 2024-12-13T23:21:21.414Z | Compiling phf_codegen v0.11.2 |
2246 | 2024-12-13T23:21:21.814Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-13T23:21:21.897Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2248 | 2024-12-13T23:21:22.094Z | Compiling ascii-canvas v3.0.0 |
2249 | 2024-12-13T23:21:22.611Z | Compiling universal-hash v0.5.1 |
2250 | 2024-12-13T23:21:22.858Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2024-12-13T23:21:25.119Z | Compiling thiserror-impl-no-std v2.0.2 |
2252 | 2024-12-13T23:21:25.277Z | Compiling parse-zoneinfo v0.3.1 |
2253 | 2024-12-13T23:21:26.878Z | Compiling ena v0.14.3 |
2254 | 2024-12-13T23:21:27.310Z | Compiling indexmap v1.9.3 |
2255 | 2024-12-13T23:21:27.650Z | Compiling opaque-debug v0.3.1 |
2256 | 2024-12-13T23:21:27.770Z | Compiling regex-syntax v0.6.29 |
2257 | 2024-12-13T23:21:27.809Z | Compiling nodrop v0.1.14 |
2258 | 2024-12-13T23:21:27.958Z | Compiling diff v0.1.13 |
2259 | 2024-12-13T23:21:28.520Z | Compiling array-init v0.0.4 |
2260 | 2024-12-13T23:21:29.774Z | Compiling thiserror-no-std v2.0.2 |
2261 | 2024-12-13T23:21:29.908Z | Compiling poly1305 v0.8.0 |
2262 | 2024-12-13T23:21:31.266Z | Compiling diesel v2.2.6 |
2263 | 2024-12-13T23:21:31.352Z | Compiling lalrpop v0.19.12 |
2264 | 2024-12-13T23:21:33.162Z | Compiling chrono-tz-build v0.4.0 |
2265 | 2024-12-13T23:21:38.581Z | Compiling smallvec v0.6.14 |
2266 | 2024-12-13T23:21:38.788Z | Compiling slog-stdlog v4.1.1 |
2267 | 2024-12-13T23:21:39.577Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2268 | 2024-12-13T23:21:39.657Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2269 | 2024-12-13T23:21:39.957Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2270 | 2024-12-13T23:21:40.211Z | Compiling chacha20 v0.9.1 |
2271 | 2024-12-13T23:21:40.686Z | Compiling aead v0.5.2 |
2272 | 2024-12-13T23:21:40.719Z | Compiling vte_generate_state_changes v0.1.2 |
2273 | 2024-12-13T23:21:41.055Z | Compiling ref-cast v1.0.23 |
2274 | 2024-12-13T23:21:41.334Z | Compiling bitfield v0.14.0 |
2275 | 2024-12-13T23:21:41.531Z | Compiling hashbrown v0.12.3 |
2276 | 2024-12-13T23:21:41.644Z | Compiling termcolor v1.4.1 |
2277 | 2024-12-13T23:21:42.726Z | Compiling env_logger v0.10.2 |
2278 | 2024-12-13T23:21:44.127Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2279 | 2024-12-13T23:21:45.969Z | Compiling vte v0.11.1 |
2280 | 2024-12-13T23:21:47.374Z | Compiling chacha20poly1305 v0.10.1 |
2281 | 2024-12-13T23:21:47.651Z | Compiling serde-hex v0.1.0 |
2282 | 2024-12-13T23:21:52.922Z | Compiling slog-envlogger v2.2.0 |
2283 | 2024-12-13T23:21:55.302Z | Compiling chrono-tz v0.10.0 |
2284 | 2024-12-13T23:21:55.553Z | Compiling vsss-rs v3.3.4 |
2285 | 2024-12-13T23:21:55.934Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2024-12-13T23:21:56.290Z | Compiling ron v0.8.1 |
2287 | 2024-12-13T23:21:57.412Z | Compiling polar-core v0.27.3 |
2288 | 2024-12-13T23:21:58.642Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2289 | 2024-12-13T23:21:58.936Z | Compiling derive_builder_core v0.20.2 |
2290 | 2024-12-13T23:21:59.836Z | Compiling hashbrown v0.13.2 |
2291 | 2024-12-13T23:22:01.137Z | Compiling headers-core v0.3.0 |
2292 | 2024-12-13T23:22:01.263Z | Compiling fxhash v0.2.1 |
2293 | 2024-12-13T23:22:01.323Z | Compiling libxml v0.3.3 |
2294 | 2024-12-13T23:22:01.510Z | Compiling ref-cast-impl v1.0.23 |
2295 | 2024-12-13T23:22:01.699Z | Compiling bumpalo v3.16.0 |
2296 | 2024-12-13T23:22:02.097Z | Compiling zip v2.1.3 |
2297 | 2024-12-13T23:22:02.314Z | Compiling crc-any v2.5.0 |
2298 | 2024-12-13T23:22:02.417Z | Compiling bytecount v0.6.8 |
2299 | 2024-12-13T23:22:02.629Z | Compiling lockfree-object-pool v0.1.6 |
2300 | 2024-12-13T23:22:02.747Z | Compiling simd-adler32 v0.3.7 |
2301 | 2024-12-13T23:22:02.960Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2302 | 2024-12-13T23:22:03.240Z | Compiling zopfli v0.8.1 |
2303 | 2024-12-13T23:22:04.095Z | Compiling papergrid v0.11.0 |
2304 | 2024-12-13T23:22:07.677Z | Compiling headers v0.4.0 |
2305 | 2024-12-13T23:22:08.887Z | Compiling object v0.30.4 |
2306 | 2024-12-13T23:22:11.278Z | Compiling derive_builder_macro v0.20.2 |
2307 | 2024-12-13T23:22:17.433Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2308 | 2024-12-13T23:22:18.082Z | Compiling strip-ansi-escapes v0.2.0 |
2309 | 2024-12-13T23:22:18.624Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2310 | 2024-12-13T23:22:18.810Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2311 | 2024-12-13T23:22:18.994Z | Compiling tabled_derive v0.7.0 |
2312 | 2024-12-13T23:22:19.111Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2313 | 2024-12-13T23:22:21.224Z | Compiling itertools v0.12.1 |
2314 | 2024-12-13T23:22:21.714Z | Compiling fd-lock v4.0.2 |
2315 | 2024-12-13T23:22:21.811Z | Compiling peg-macros v0.8.4 |
2316 | 2024-12-13T23:22:21.935Z | Compiling strum_macros v0.24.3 |
2317 | 2024-12-13T23:22:22.944Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2024-12-13T23:22:23.844Z | Compiling kstat-rs v0.2.4 |
2319 | 2024-12-13T23:22:24.003Z | Compiling samael v0.0.17 |
2320 | 2024-12-13T23:22:24.852Z | Compiling unicase v2.7.0 |
2321 | 2024-12-13T23:22:24.929Z | Compiling path-slash v0.1.5 |
2322 | 2024-12-13T23:22:25.104Z | Compiling indoc v1.0.9 |
2323 | 2024-12-13T23:22:25.153Z | Compiling nu-ansi-term v0.50.1 |
2324 | 2024-12-13T23:22:25.180Z | Compiling peg v0.8.4 |
2325 | 2024-12-13T23:22:25.181Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2326 | 2024-12-13T23:22:25.284Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2327 | 2024-12-13T23:22:25.898Z | Compiling reedline v0.35.0 |
2328 | 2024-12-13T23:22:27.633Z | Compiling tabled v0.15.0 |
2329 | 2024-12-13T23:22:30.118Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2330 | 2024-12-13T23:22:40.468Z | Compiling derive_builder v0.20.2 |
2331 | 2024-12-13T23:22:45.184Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2332 | 2024-12-13T23:22:45.702Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2333 | 2024-12-13T23:22:46.168Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2334 | 2024-12-13T23:22:46.475Z | Compiling pem v3.0.4 |
2335 | 2024-12-13T23:22:47.691Z | Compiling bcs v0.1.6 |
2336 | 2024-12-13T23:22:47.921Z | Compiling impl-trait-for-tuples v0.2.2 |
2337 | 2024-12-13T23:22:48.600Z | Compiling oso-derive v0.27.3 |
2338 | 2024-12-13T23:22:49.436Z | Compiling libz-sys v1.1.20 |
2339 | 2024-12-13T23:22:49.573Z | Compiling quick-xml v0.33.0 |
2340 | 2024-12-13T23:22:50.069Z | Compiling diesel-dtrace v0.4.0 |
2341 | 2024-12-13T23:22:50.395Z | Compiling parking_lot_core v0.8.6 |
2342 | 2024-12-13T23:22:54.899Z | Compiling oso v0.27.3 |
2343 | 2024-12-13T23:22:56.834Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2344 | 2024-12-13T23:22:58.416Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2345 | 2024-12-13T23:23:03.884Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2024-12-13T23:23:07.048Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2347 | 2024-12-13T23:23:07.363Z | Compiling bb8 v0.8.5 |
2348 | 2024-12-13T23:23:08.026Z | Compiling buf-list v1.0.3 |
2349 | 2024-12-13T23:23:08.668Z | Compiling async-bb8-diesel v0.2.1 |
2350 | 2024-12-13T23:23:11.083Z | Compiling nibble_vec v0.1.0 |
2351 | 2024-12-13T23:23:11.325Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2352 | 2024-12-13T23:23:12.129Z | Compiling pin-project-internal v1.1.6 |
2353 | 2024-12-13T23:23:12.219Z | Compiling atty v0.2.14 |
2354 | 2024-12-13T23:23:12.404Z | Compiling endian-type v0.1.2 |
2355 | 2024-12-13T23:23:12.677Z | Compiling salty v0.3.0 |
2356 | 2024-12-13T23:23:13.137Z | Compiling radix_trie v0.2.1 |
2357 | 2024-12-13T23:23:14.887Z | Compiling pin-project v1.1.6 |
2358 | 2024-12-13T23:23:15.384Z | Compiling parking_lot v0.11.2 |
2359 | 2024-12-13T23:23:18.436Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2360 | 2024-12-13T23:23:23.119Z | Compiling snafu-derive v0.8.5 |
2361 | 2024-12-13T23:23:27.856Z | Compiling snafu v0.8.5 |
2362 | 2024-12-13T23:23:29.107Z | Compiling sled v0.34.7 |
2363 | 2024-12-13T23:23:31.893Z | Compiling mime_guess v2.0.5 |
2364 | 2024-12-13T23:23:33.033Z | Compiling hickory-client v0.24.1 |
2365 | 2024-12-13T23:23:40.464Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2366 | 2024-12-13T23:23:42.753Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2367 | 2024-12-13T23:23:43.188Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2368 | 2024-12-13T23:23:44.910Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2369 | 2024-12-13T23:23:45.151Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2370 | 2024-12-13T23:23:46.542Z | Compiling globset v0.4.15 |
2371 | 2024-12-13T23:23:48.466Z | Compiling hickory-server v0.24.1 |
2372 | 2024-12-13T23:23:53.702Z | Compiling primeorder v0.13.6 |
2373 | 2024-12-13T23:23:53.825Z | Compiling olpc-cjson v0.1.4 |
2374 | 2024-12-13T23:23:54.168Z | Compiling vergen v8.3.2 |
2375 | 2024-12-13T23:23:54.285Z | Compiling env_filter v0.1.2 |
2376 | 2024-12-13T23:23:54.462Z | Compiling cargo-platform v0.1.8 |
2377 | 2024-12-13T23:23:54.991Z | Compiling serde_plain v1.0.2 |
2378 | 2024-12-13T23:23:55.792Z | Compiling nanorand v0.7.0 |
2379 | 2024-12-13T23:23:57.262Z | Compiling memoffset v0.9.1 |
2380 | 2024-12-13T23:23:57.583Z | Compiling typed-path v0.9.3 |
2381 | 2024-12-13T23:24:00.413Z | Compiling tough v0.19.0 |
2382 | 2024-12-13T23:24:00.649Z | Compiling flume v0.11.1 |
2383 | 2024-12-13T23:24:02.690Z | Compiling cargo_metadata v0.18.1 |
2384 | 2024-12-13T23:24:03.388Z | Compiling env_logger v0.11.5 |
2385 | 2024-12-13T23:24:04.128Z | Compiling git2 v0.19.0 |
2386 | 2024-12-13T23:24:04.867Z | Compiling p384 v0.13.0 |
2387 | 2024-12-13T23:24:04.903Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2388 | 2024-12-13T23:24:06.018Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-13T23:24:11.010Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2390 | 2024-12-13T23:24:13.937Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2391 | 2024-12-13T23:24:15.148Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2392 | 2024-12-13T23:24:16.121Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2393 | 2024-12-13T23:24:22.115Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2394 | 2024-12-13T23:24:22.690Z | Compiling rand_seeder v0.3.0 |
2395 | 2024-12-13T23:24:22.891Z | Compiling libsqlite3-sys v0.30.1 |
2396 | 2024-12-13T23:24:23.098Z | Compiling lzma-sys v0.1.20 |
2397 | 2024-12-13T23:24:23.385Z | Compiling cfg_aliases v0.2.1 |
2398 | 2024-12-13T23:24:23.509Z | Compiling rustls v0.21.12 |
2399 | 2024-12-13T23:24:23.781Z | Compiling parse-size v1.1.0 |
2400 | 2024-12-13T23:24:23.798Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2401 | 2024-12-13T23:24:24.088Z | Compiling http-range v0.1.5 |
2402 | 2024-12-13T23:24:24.143Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2403 | 2024-12-13T23:24:24.738Z | Compiling nix v0.29.0 |
2404 | 2024-12-13T23:24:24.800Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2405 | 2024-12-13T23:24:25.041Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2406 | 2024-12-13T23:24:26.667Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2407 | 2024-12-13T23:24:27.281Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2408 | 2024-12-13T23:24:28.091Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2409 | 2024-12-13T23:24:28.399Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2410 | 2024-12-13T23:24:28.428Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2411 | 2024-12-13T23:24:30.894Z | Compiling rustls-webpki v0.101.7 |
2412 | 2024-12-13T23:24:32.155Z | Compiling sct v0.7.1 |
2413 | 2024-12-13T23:24:36.818Z | Compiling heck v0.3.3 |
2414 | 2024-12-13T23:24:36.818Z | Compiling castaway v0.2.3 |
2415 | 2024-12-13T23:24:36.818Z | Compiling csv-core v0.1.11 |
2416 | 2024-12-13T23:24:36.818Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2417 | 2024-12-13T23:24:36.818Z | Compiling glob v0.3.1 |
2418 | 2024-12-13T23:24:36.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2419 | 2024-12-13T23:24:36.818Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2420 | 2024-12-13T23:24:36.818Z | Compiling csv v1.3.0 |
2421 | 2024-12-13T23:24:36.818Z | Compiling zone_cfg_derive v0.1.2 |
2422 | 2024-12-13T23:24:36.818Z | Compiling compact_str v0.8.0 |
2423 | 2024-12-13T23:24:37.016Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2424 | 2024-12-13T23:24:38.072Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2425 | 2024-12-13T23:24:41.318Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2426 | 2024-12-13T23:24:42.605Z | Compiling nix v0.27.1 |
2427 | 2024-12-13T23:24:42.708Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2428 | 2024-12-13T23:24:43.668Z | Compiling hyper-staticfile v0.10.1 |
2429 | 2024-12-13T23:24:46.686Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2430 | 2024-12-13T23:24:50.002Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2431 | 2024-12-13T23:24:51.248Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2432 | 2024-12-13T23:24:52.948Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2433 | 2024-12-13T23:24:56.685Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2434 | 2024-12-13T23:24:57.036Z | Compiling unicode-truncate v1.1.0 |
2435 | 2024-12-13T23:24:57.329Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-12-13T23:24:57.349Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-12-13T23:24:57.634Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2438 | 2024-12-13T23:24:57.661Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2439 | 2024-12-13T23:24:57.737Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2440 | 2024-12-13T23:24:58.335Z | Compiling hashlink v0.9.1 |
2441 | 2024-12-13T23:24:59.190Z | Compiling tungstenite v0.23.0 |
2442 | 2024-12-13T23:25:00.484Z | Compiling lru v0.12.5 |
2443 | 2024-12-13T23:25:00.533Z | Compiling instability v0.3.2 |
2444 | 2024-12-13T23:25:00.865Z | Compiling cassowary v0.3.0 |
2445 | 2024-12-13T23:25:01.568Z | Compiling fallible-streaming-iterator v0.1.9 |
2446 | 2024-12-13T23:25:01.871Z | Compiling base64 v0.13.1 |
2447 | 2024-12-13T23:25:02.296Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-12-13T23:25:02.689Z | Compiling ron v0.7.1 |
2449 | 2024-12-13T23:25:03.171Z | Compiling rusqlite v0.32.1 |
2450 | 2024-12-13T23:25:03.633Z | Compiling ratatui v0.28.1 |
2451 | 2024-12-13T23:25:04.421Z | Compiling tokio-tungstenite v0.23.1 |
2452 | 2024-12-13T23:25:04.878Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2453 | 2024-12-13T23:25:04.900Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2454 | 2024-12-13T23:25:05.568Z | Compiling xz2 v0.1.7 |
2455 | 2024-12-13T23:25:08.100Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-13T23:25:08.414Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-12-13T23:25:12.233Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-13T23:25:12.307Z | Compiling zone v0.1.8 |
2459 | 2024-12-13T23:25:15.577Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-13T23:25:22.323Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-13T23:25:22.425Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2024-12-13T23:25:23.086Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2024-12-13T23:25:29.766Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-13T23:25:32.353Z | Compiling rustls-pemfile v1.0.4 |
2465 | 2024-12-13T23:25:33.156Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-13T23:25:33.485Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-13T23:25:33.674Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2024-12-13T23:25:33.858Z | Compiling signal-hook-tokio v0.3.1 |
2469 | 2024-12-13T23:25:34.104Z | Compiling twox-hash v1.6.3 |
2470 | 2024-12-13T23:25:35.134Z | Compiling yasna v0.5.2 |
2471 | 2024-12-13T23:25:35.477Z | Compiling is_ci v1.2.0 |
2472 | 2024-12-13T23:25:35.779Z | Compiling unicode-linebreak v0.1.5 |
2473 | 2024-12-13T23:25:36.341Z | Compiling smawk v0.3.2 |
2474 | 2024-12-13T23:25:36.625Z | Compiling textwrap v0.16.1 |
2475 | 2024-12-13T23:25:38.267Z | Compiling rcgen v0.12.1 |
2476 | 2024-12-13T23:25:38.519Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-13T23:25:41.096Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2478 | 2024-12-13T23:25:45.608Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2479 | 2024-12-13T23:25:48.483Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2480 | 2024-12-13T23:25:49.659Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-13T23:25:52.183Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-13T23:25:56.741Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-12-13T23:26:01.488Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-12-13T23:26:09.469Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2485 | 2024-12-13T23:26:10.109Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2024-12-13T23:26:14.963Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2487 | 2024-12-13T23:26:15.284Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2488 | 2024-12-13T23:26:21.901Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-12-13T23:26:24.923Z | Compiling fatfs v0.3.6 |
2490 | 2024-12-13T23:26:27.745Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-13T23:26:28.153Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-13T23:26:29.427Z | Compiling assert_matches v1.5.0 |
2493 | 2024-12-13T23:26:32.289Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2494 | 2024-12-13T23:26:32.842Z | Compiling rpassword v7.3.1 |
2495 | 2024-12-13T23:26:33.106Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-12-13T23:26:33.342Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-12-13T23:26:41.046Z | Compiling tui-tree-widget v0.22.0 |
2498 | 2024-12-13T23:26:41.046Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-12-13T23:26:41.046Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-12-13T23:26:43.787Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2501 | 2024-12-13T23:26:44.111Z | Compiling uzers v0.12.1 |
2502 | 2024-12-13T23:26:47.298Z | Compiling shell-words v1.1.0 |
2503 | 2024-12-13T23:26:47.754Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-13T23:26:54.387Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2505 | 2024-12-13T23:26:56.462Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-12-13T23:27:02.390Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-13T23:27:24.374Z | Compiling multimap v0.10.0 |
2508 | 2024-12-13T23:29:44.178Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2509 | 2024-12-13T23:29:49.411Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2510 | 2024-12-13T23:36:27.601Z | Finished `release` profile [optimized] target(s) in 15m 53s |
2511 | 2024-12-13T23:37:31.980Z | |
2512 | 2024-12-13T23:37:31.982Z | real 16:58.997383556 |
2513 | 2024-12-13T23:37:31.982Z | user 1:55:44.513594268 |
2514 | 2024-12-13T23:37:31.982Z | sys 5:40.299439468 |
2515 | 2024-12-13T23:37:31.982Z | trap 2.726112854 |
2516 | 2024-12-13T23:37:31.982Z | tflt 3.104868383 |
2517 | 2024-12-13T23:37:31.982Z | dflt 4.955238284 |
2518 | 2024-12-13T23:37:31.982Z | kflt 0.002102344 |
2519 | 2024-12-13T23:37:31.982Z | lock 7:11:04.396704610 |
2520 | 2024-12-13T23:37:31.982Z | slp 6:07:38.085734474 |
2521 | 2024-12-13T23:37:31.982Z | lat 2:51.276211616 |
2522 | 2024-12-13T23:37:31.982Z | stop 2:33.463304696 |
2523 | 2024-12-13T23:37:31.982Z | + mapfile -t packages |
2524 | 2024-12-13T23:37:31.982Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2525 | 2024-12-13T23:37:33.001Z | Finished `release` profile [optimized] target(s) in 0.96s |
2526 | 2024-12-13T23:37:33.060Z | Running `target/release/omicron-package -t test list-outputs` |
2527 | 2024-12-13T23:37:33.115Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2528 | 2024-12-13T23:37:33.117Z | + ptime -m cargo build --locked --release -p xtask |
2529 | 2024-12-13T23:37:33.679Z | Compiling serde v1.0.215 |
2530 | 2024-12-13T23:37:33.681Z | Compiling serde_json v1.0.132 |
2531 | 2024-12-13T23:37:33.682Z | Compiling rustix v0.38.37 |
2532 | 2024-12-13T23:37:33.682Z | Compiling libc v0.2.162 |
2533 | 2024-12-13T23:37:33.772Z | Compiling syn v2.0.87 |
2534 | 2024-12-13T23:37:33.782Z | Compiling bitflags v2.6.0 |
2535 | 2024-12-13T23:37:34.095Z | Compiling usdt-impl v0.5.0 |
2536 | 2024-12-13T23:37:34.141Z | Compiling syn v1.0.109 |
2537 | 2024-12-13T23:37:34.282Z | Compiling log v0.4.22 |
2538 | 2024-12-13T23:37:34.316Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-13T23:37:34.334Z | Compiling fs-err v2.11.0 |
2540 | 2024-12-13T23:37:34.634Z | Compiling anyhow v1.0.93 |
2541 | 2024-12-13T23:37:34.742Z | Compiling once_cell v1.20.2 |
2542 | 2024-12-13T23:37:35.237Z | Compiling thread-id v4.2.2 |
2543 | 2024-12-13T23:37:35.610Z | Compiling indexmap v2.6.0 |
2544 | 2024-12-13T23:37:36.820Z | Compiling terminal_size v0.4.0 |
2545 | 2024-12-13T23:37:36.820Z | Compiling tempfile v3.13.0 |
2546 | 2024-12-13T23:37:37.050Z | Compiling clap_builder v4.5.21 |
2547 | 2024-12-13T23:37:37.488Z | Compiling proc-macro-error v1.0.4 |
2548 | 2024-12-13T23:37:38.924Z | Compiling tabled_derive v0.7.0 |
2549 | 2024-12-13T23:37:40.240Z | Compiling tabled v0.15.0 |
2550 | 2024-12-13T23:37:41.845Z | Compiling serde_derive v1.0.215 |
2551 | 2024-12-13T23:37:42.289Z | Compiling thiserror-impl v1.0.69 |
2552 | 2024-12-13T23:37:44.772Z | Compiling zerocopy-derive v0.7.35 |
2553 | 2024-12-13T23:37:44.811Z | Compiling scroll_derive v0.12.0 |
2554 | 2024-12-13T23:37:45.211Z | Compiling thiserror v1.0.69 |
2555 | 2024-12-13T23:37:45.382Z | Compiling pest v2.7.14 |
2556 | 2024-12-13T23:37:46.424Z | Compiling scroll v0.12.0 |
2557 | 2024-12-13T23:37:46.836Z | Compiling zerocopy v0.7.35 |
2558 | 2024-12-13T23:37:47.118Z | Compiling goblin v0.8.2 |
2559 | 2024-12-13T23:37:48.443Z | Compiling pest_meta v2.7.14 |
2560 | 2024-12-13T23:37:50.366Z | Compiling pest_generator v2.7.14 |
2561 | 2024-12-13T23:37:52.540Z | Compiling pest_derive v2.7.14 |
2562 | 2024-12-13T23:37:53.347Z | Compiling dtrace-parser v0.2.0 |
2563 | 2024-12-13T23:37:56.365Z | Compiling serde_spanned v0.6.8 |
2564 | 2024-12-13T23:37:56.648Z | Compiling toml_datetime v0.6.8 |
2565 | 2024-12-13T23:37:57.736Z | Compiling toml_edit v0.22.22 |
2566 | 2024-12-13T23:38:00.113Z | Compiling dof v0.3.0 |
2567 | 2024-12-13T23:38:01.077Z | Compiling serde_tokenstream v0.2.2 |
2568 | 2024-12-13T23:38:01.710Z | Compiling camino v1.1.9 |
2569 | 2024-12-13T23:38:02.305Z | Compiling usdt-attr-macro v0.5.0 |
2570 | 2024-12-13T23:38:03.092Z | Compiling usdt-macro v0.5.0 |
2571 | 2024-12-13T23:38:03.734Z | Compiling toml v0.8.19 |
2572 | 2024-12-13T23:38:04.345Z | Compiling cargo-platform v0.1.8 |
2573 | 2024-12-13T23:38:05.429Z | Compiling semver v1.0.23 |
2574 | 2024-12-13T23:38:05.591Z | Compiling clap_derive v4.5.18 |
2575 | 2024-12-13T23:38:06.927Z | Compiling cargo_metadata v0.18.1 |
2576 | 2024-12-13T23:38:07.204Z | Compiling cargo_toml v0.20.5 |
2577 | 2024-12-13T23:38:08.706Z | Compiling usdt v0.5.0 |
2578 | 2024-12-13T23:38:09.801Z | Compiling camino-tempfile v1.1.1 |
2579 | 2024-12-13T23:38:10.173Z | Compiling macaddr v1.0.1 |
2580 | 2024-12-13T23:38:10.245Z | Compiling clap v4.5.21 |
2581 | 2024-12-13T23:38:18.498Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2582 | 2024-12-13T23:38:29.654Z | Finished `release` profile [optimized] target(s) in 56.48s |
2583 | 2024-12-13T23:38:29.760Z | |
2584 | 2024-12-13T23:38:29.761Z | real 56.611138645 |
2585 | 2024-12-13T23:38:29.761Z | user 5:43.201343271 |
2586 | 2024-12-13T23:38:29.761Z | sys 31.871852179 |
2587 | 2024-12-13T23:38:29.761Z | trap 0.150936145 |
2588 | 2024-12-13T23:38:29.761Z | tflt 0.281286886 |
2589 | 2024-12-13T23:38:29.761Z | dflt 0.655986668 |
2590 | 2024-12-13T23:38:29.761Z | kflt 0.000000000 |
2591 | 2024-12-13T23:38:29.761Z | lock 10:19.226164474 |
2592 | 2024-12-13T23:38:29.764Z | slp 15:46.902061794 |
2593 | 2024-12-13T23:38:29.765Z | lat 14.427070390 |
2594 | 2024-12-13T23:38:29.765Z | stop 17.423384363 |
2595 | 2024-12-13T23:38:29.765Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2596 | 2024-12-13T23:38:29.765Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-13T23:38:29.765Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2598 | 2024-12-13T23:38:29.765Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-13T23:38:29.765Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2600 | 2024-12-13T23:38:30.634Z | Compiling hashbrown v0.14.5 |
2601 | 2024-12-13T23:38:30.761Z | Compiling ident_case v1.0.1 |
2602 | 2024-12-13T23:38:30.761Z | Compiling unsafe-libyaml v0.2.11 |
2603 | 2024-12-13T23:38:30.764Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2604 | 2024-12-13T23:38:30.764Z | Compiling progenitor-client v0.8.0 |
2605 | 2024-12-13T23:38:30.764Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-13T23:38:30.764Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-13T23:38:30.764Z | Compiling instant v0.1.13 |
2608 | 2024-12-13T23:38:30.975Z | Compiling darling_core v0.20.10 |
2609 | 2024-12-13T23:38:30.993Z | Compiling structmeta-derive v0.3.0 |
2610 | 2024-12-13T23:38:31.243Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2611 | 2024-12-13T23:38:31.270Z | Compiling dropshot v0.13.0 |
2612 | 2024-12-13T23:38:31.293Z | Compiling newtype-uuid v1.1.3 |
2613 | 2024-12-13T23:38:31.636Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-13T23:38:31.739Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2615 | 2024-12-13T23:38:31.989Z | Compiling regress v0.10.1 |
2616 | 2024-12-13T23:38:32.037Z | Compiling serde_yaml v0.9.34+deprecated |
2617 | 2024-12-13T23:38:32.040Z | Compiling regress v0.9.1 |
2618 | 2024-12-13T23:38:32.497Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-12-13T23:38:32.694Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2620 | 2024-12-13T23:38:32.709Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2621 | 2024-12-13T23:38:33.077Z | Compiling backoff v0.4.0 |
2622 | 2024-12-13T23:38:33.470Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2623 | 2024-12-13T23:38:33.511Z | Compiling tempfile v3.13.0 |
2624 | 2024-12-13T23:38:33.648Z | Compiling proc-macro-crate v1.3.1 |
2625 | 2024-12-13T23:38:34.039Z | Compiling structmeta v0.3.0 |
2626 | 2024-12-13T23:38:34.407Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2627 | 2024-12-13T23:38:34.526Z | Compiling parse-display-derive v0.10.0 |
2628 | 2024-12-13T23:38:34.731Z | Compiling num_enum_derive v0.5.11 |
2629 | 2024-12-13T23:38:34.807Z | Compiling itertools v0.13.0 |
2630 | 2024-12-13T23:38:36.207Z | Compiling typify-impl v0.2.0 |
2631 | 2024-12-13T23:38:37.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2632 | 2024-12-13T23:38:37.261Z | Compiling zerocopy v0.8.10 |
2633 | 2024-12-13T23:38:37.389Z | Compiling num_enum v0.5.11 |
2634 | 2024-12-13T23:38:37.560Z | Compiling foreign-types-macros v0.2.3 |
2635 | 2024-12-13T23:38:37.582Z | Compiling zerocopy-derive v0.8.10 |
2636 | 2024-12-13T23:38:38.083Z | Compiling darling_macro v0.20.10 |
2637 | 2024-12-13T23:38:38.199Z | Compiling foreign-types-shared v0.3.1 |
2638 | 2024-12-13T23:38:38.280Z | Compiling heapless v0.8.0 |
2639 | 2024-12-13T23:38:38.354Z | Compiling proc-macro-error v1.0.4 |
2640 | 2024-12-13T23:38:38.893Z | Compiling foreign-types v0.5.0 |
2641 | 2024-12-13T23:38:39.012Z | Compiling darling v0.20.10 |
2642 | 2024-12-13T23:38:39.133Z | Compiling serde_with_macros v3.11.0 |
2643 | 2024-12-13T23:38:39.177Z | Compiling parse-display v0.10.0 |
2644 | 2024-12-13T23:38:39.197Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2645 | 2024-12-13T23:38:39.218Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-12-13T23:38:39.257Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2647 | 2024-12-13T23:38:39.694Z | Compiling hash32 v0.3.1 |
2648 | 2024-12-13T23:38:39.930Z | Compiling cstr-argument v0.1.2 |
2649 | 2024-12-13T23:38:39.951Z | Compiling pretty-hex v0.2.1 |
2650 | 2024-12-13T23:38:40.117Z | Compiling crucible-workspace-hack v0.1.0 |
2651 | 2024-12-13T23:38:40.138Z | Compiling smoltcp v0.11.0 |
2652 | 2024-12-13T23:38:40.185Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2653 | 2024-12-13T23:38:40.364Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2654 | 2024-12-13T23:38:40.418Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2655 | 2024-12-13T23:38:40.904Z | Compiling tabwriter v1.4.0 |
2656 | 2024-12-13T23:38:41.019Z | Compiling colored v2.1.0 |
2657 | 2024-12-13T23:38:41.435Z | Compiling cobs v0.2.3 |
2658 | 2024-12-13T23:38:41.809Z | Compiling postcard v1.0.10 |
2659 | 2024-12-13T23:38:41.955Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-13T23:38:42.042Z | Compiling serde_with v3.11.0 |
2661 | 2024-12-13T23:38:42.242Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2024-12-13T23:38:42.538Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-13T23:38:42.565Z | Compiling thiserror v2.0.3 |
2664 | 2024-12-13T23:38:43.236Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2665 | 2024-12-13T23:38:43.575Z | Compiling smf v0.2.3 |
2666 | 2024-12-13T23:38:43.878Z | Compiling thiserror-impl v2.0.3 |
2667 | 2024-12-13T23:38:44.273Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2668 | 2024-12-13T23:38:45.106Z | Compiling zone_cfg_derive v0.3.0 |
2669 | 2024-12-13T23:38:45.955Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2670 | 2024-12-13T23:38:45.979Z | Compiling num-derive v0.4.2 |
2671 | 2024-12-13T23:38:46.399Z | Compiling sigpipe v0.1.3 |
2672 | 2024-12-13T23:38:46.554Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-12-13T23:38:46.598Z | Compiling zone v0.3.0 |
2674 | 2024-12-13T23:38:46.601Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2675 | 2024-12-13T23:38:46.872Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-13T23:38:46.937Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2677 | 2024-12-13T23:38:47.445Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-13T23:38:47.465Z | Compiling universal-hash v0.5.1 |
2679 | 2024-12-13T23:38:47.696Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-12-13T23:38:47.765Z | Compiling num-rational v0.4.2 |
2681 | 2024-12-13T23:38:47.808Z | Compiling password-hash v0.5.0 |
2682 | 2024-12-13T23:38:48.025Z | Compiling num-complex v0.4.6 |
2683 | 2024-12-13T23:38:48.258Z | Compiling blake2 v0.10.6 |
2684 | 2024-12-13T23:38:48.437Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2024-12-13T23:38:48.830Z | Compiling aead v0.5.2 |
2686 | 2024-12-13T23:38:48.921Z | Compiling convert_case v0.4.0 |
2687 | 2024-12-13T23:38:49.113Z | Compiling keccak v0.1.5 |
2688 | 2024-12-13T23:38:49.209Z | Compiling num v0.4.3 |
2689 | 2024-12-13T23:38:49.334Z | Compiling argon2 v0.5.3 |
2690 | 2024-12-13T23:38:49.383Z | Compiling poly1305 v0.8.0 |
2691 | 2024-12-13T23:38:49.595Z | Compiling sha3 v0.10.8 |
2692 | 2024-12-13T23:38:49.679Z | Compiling tungstenite v0.21.0 |
2693 | 2024-12-13T23:38:49.944Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2024-12-13T23:38:50.166Z | Compiling derive_more v0.99.18 |
2695 | 2024-12-13T23:38:50.220Z | Compiling chacha20 v0.9.1 |
2696 | 2024-12-13T23:38:50.656Z | Compiling float-ord v0.3.2 |
2697 | 2024-12-13T23:38:50.704Z | Compiling base64 v0.21.7 |
2698 | 2024-12-13T23:38:50.844Z | Compiling tokio-tungstenite v0.21.0 |
2699 | 2024-12-13T23:38:51.136Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2024-12-13T23:38:51.497Z | Compiling same-file v1.0.6 |
2701 | 2024-12-13T23:38:51.574Z | Compiling semver v0.1.20 |
2702 | 2024-12-13T23:38:51.723Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2703 | 2024-12-13T23:38:51.813Z | Compiling walkdir v2.5.0 |
2704 | 2024-12-13T23:38:51.895Z | Compiling newline-converter v0.3.0 |
2705 | 2024-12-13T23:38:51.916Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-13T23:38:52.083Z | Compiling primeorder v0.13.6 |
2707 | 2024-12-13T23:38:52.217Z | Compiling secrecy v0.8.0 |
2708 | 2024-12-13T23:38:52.274Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2024-12-13T23:38:52.457Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2024-12-13T23:38:52.525Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-13T23:38:52.655Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-12-13T23:38:52.658Z | Compiling expectorate v1.1.0 |
2713 | 2024-12-13T23:38:52.725Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-12-13T23:38:52.835Z | Compiling thiserror-impl-no-std v2.0.2 |
2715 | 2024-12-13T23:38:52.856Z | Compiling blake3 v1.5.4 |
2716 | 2024-12-13T23:38:52.962Z | Compiling ring v0.16.20 |
2717 | 2024-12-13T23:38:53.078Z | Compiling half v2.4.1 |
2718 | 2024-12-13T23:38:53.379Z | Compiling unicase v2.7.0 |
2719 | 2024-12-13T23:38:53.568Z | Compiling ciborium-io v0.2.2 |
2720 | 2024-12-13T23:38:53.679Z | Compiling arc-swap v1.7.1 |
2721 | 2024-12-13T23:38:53.700Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2024-12-13T23:38:53.923Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-13T23:38:54.332Z | Compiling slog-scope v4.4.0 |
2724 | 2024-12-13T23:38:54.349Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2725 | 2024-12-13T23:38:54.883Z | Compiling polyval v0.6.2 |
2726 | 2024-12-13T23:38:54.942Z | Compiling typify-macro v0.2.0 |
2727 | 2024-12-13T23:38:55.122Z | Compiling atomicwrites v0.4.4 |
2728 | 2024-12-13T23:38:55.331Z | Compiling libsw v3.3.1 |
2729 | 2024-12-13T23:38:55.352Z | Compiling memmap2 v0.9.5 |
2730 | 2024-12-13T23:38:55.522Z | Compiling parking_lot_core v0.8.6 |
2731 | 2024-12-13T23:38:55.656Z | Compiling arrayref v0.3.9 |
2732 | 2024-12-13T23:38:55.780Z | Compiling salty v0.3.0 |
2733 | 2024-12-13T23:38:55.800Z | Compiling indent_write v2.2.0 |
2734 | 2024-12-13T23:38:55.974Z | Compiling thiserror-no-std v2.0.2 |
2735 | 2024-12-13T23:38:55.994Z | Compiling libefi-sys v0.1.0 |
2736 | 2024-12-13T23:38:56.027Z | Compiling spin v0.5.2 |
2737 | 2024-12-13T23:38:56.103Z | Compiling arrayvec v0.7.6 |
2738 | 2024-12-13T23:38:56.195Z | Compiling constant_time_eq v0.3.1 |
2739 | 2024-12-13T23:38:56.260Z | Compiling linear-map v1.2.0 |
2740 | 2024-12-13T23:38:56.349Z | Compiling vsss-rs v3.3.4 |
2741 | 2024-12-13T23:38:56.411Z | Compiling ghash v0.5.1 |
2742 | 2024-12-13T23:38:56.660Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2024-12-13T23:38:56.765Z | Compiling slog-stdlog v4.1.1 |
2744 | 2024-12-13T23:38:57.003Z | Compiling ciborium v0.2.2 |
2745 | 2024-12-13T23:38:57.873Z | Compiling p384 v0.13.0 |
2746 | 2024-12-13T23:38:57.907Z | Compiling toolchain_find v0.4.0 |
2747 | 2024-12-13T23:38:57.935Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2024-12-13T23:38:58.170Z | Compiling lzma-sys v0.1.20 |
2749 | 2024-12-13T23:38:58.559Z | Compiling ctr v0.9.2 |
2750 | 2024-12-13T23:38:58.615Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2024-12-13T23:38:58.929Z | Compiling bitfield-struct v0.6.2 |
2752 | 2024-12-13T23:38:59.004Z | Compiling slog-dtrace v0.3.0 |
2753 | 2024-12-13T23:38:59.023Z | Compiling topological-sort v0.2.2 |
2754 | 2024-12-13T23:38:59.266Z | Compiling highway v1.2.0 |
2755 | 2024-12-13T23:38:59.319Z | Compiling typify v0.2.0 |
2756 | 2024-12-13T23:38:59.361Z | Compiling omicron-zone-package v0.11.1 |
2757 | 2024-12-13T23:38:59.498Z | Compiling progenitor-impl v0.8.0 |
2758 | 2024-12-13T23:38:59.565Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-12-13T23:38:59.871Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-12-13T23:39:00.067Z | Compiling mime_guess v2.0.5 |
2761 | 2024-12-13T23:39:00.373Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2762 | 2024-12-13T23:39:00.416Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-12-13T23:39:00.463Z | Compiling steno v0.4.1 |
2764 | 2024-12-13T23:39:01.246Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2024-12-13T23:39:01.383Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2024-12-13T23:39:01.403Z | Compiling heck v0.3.3 |
2767 | 2024-12-13T23:39:01.554Z | Compiling ssh-encoding v0.2.0 |
2768 | 2024-12-13T23:39:01.831Z | Compiling blowfish v0.9.1 |
2769 | 2024-12-13T23:39:01.958Z | Compiling nibble_vec v0.1.0 |
2770 | 2024-12-13T23:39:02.005Z | Compiling env_filter v0.1.2 |
2771 | 2024-12-13T23:39:02.086Z | Compiling humantime v2.1.0 |
2772 | 2024-12-13T23:39:02.191Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2773 | 2024-12-13T23:39:02.305Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-13T23:39:02.438Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2775 | 2024-12-13T23:39:02.551Z | Compiling endian-type v0.1.2 |
2776 | 2024-12-13T23:39:02.649Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2024-12-13T23:39:02.669Z | Compiling env_logger v0.11.5 |
2778 | 2024-12-13T23:39:02.804Z | Compiling radix_trie v0.2.1 |
2779 | 2024-12-13T23:39:02.806Z | Compiling bcrypt-pbkdf v0.10.0 |
2780 | 2024-12-13T23:39:02.843Z | Compiling ssh-cipher v0.2.0 |
2781 | 2024-12-13T23:39:03.450Z | Compiling zone_cfg_derive v0.1.2 |
2782 | 2024-12-13T23:39:03.564Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-12-13T23:39:03.671Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2024-12-13T23:39:04.059Z | Compiling parking_lot v0.11.2 |
2785 | 2024-12-13T23:39:04.562Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2024-12-13T23:39:04.606Z | Compiling password-hash v0.4.2 |
2787 | 2024-12-13T23:39:04.895Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2788 | 2024-12-13T23:39:04.984Z | Compiling gethostname v0.5.0 |
2789 | 2024-12-13T23:39:05.009Z | Compiling fxhash v0.2.1 |
2790 | 2024-12-13T23:39:05.044Z | Compiling lockfree-object-pool v0.1.6 |
2791 | 2024-12-13T23:39:05.211Z | Compiling http-range v0.1.5 |
2792 | 2024-12-13T23:39:05.234Z | Compiling base64 v0.13.1 |
2793 | 2024-12-13T23:39:05.315Z | Compiling bumpalo v3.16.0 |
2794 | 2024-12-13T23:39:05.557Z | Compiling zip v2.1.3 |
2795 | 2024-12-13T23:39:05.578Z | Compiling simd-adler32 v0.3.7 |
2796 | 2024-12-13T23:39:05.607Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2797 | 2024-12-13T23:39:05.769Z | Compiling matches v0.1.10 |
2798 | 2024-12-13T23:39:05.834Z | Compiling ron v0.7.1 |
2799 | 2024-12-13T23:39:05.854Z | Compiling sled v0.34.7 |
2800 | 2024-12-13T23:39:05.894Z | Compiling idna v0.2.3 |
2801 | 2024-12-13T23:39:05.931Z | Compiling zopfli v0.8.1 |
2802 | 2024-12-13T23:39:05.959Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-13T23:39:06.149Z | Compiling zone v0.1.8 |
2804 | 2024-12-13T23:39:06.333Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2805 | 2024-12-13T23:39:07.065Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2806 | 2024-12-13T23:39:07.582Z | Compiling xz2 v0.1.7 |
2807 | 2024-12-13T23:39:07.809Z | Compiling hickory-client v0.24.1 |
2808 | 2024-12-13T23:39:07.829Z | Compiling progenitor-macro v0.8.0 |
2809 | 2024-12-13T23:39:08.060Z | Compiling ssh-key v0.6.6 |
2810 | 2024-12-13T23:39:08.286Z | Compiling p256 v0.13.2 |
2811 | 2024-12-13T23:39:08.714Z | Compiling p521 v0.13.3 |
2812 | 2024-12-13T23:39:08.790Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2813 | 2024-12-13T23:39:09.137Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2814 | 2024-12-13T23:39:09.294Z | Compiling hickory-server v0.24.1 |
2815 | 2024-12-13T23:39:09.950Z | Compiling enum-as-inner v0.5.1 |
2816 | 2024-12-13T23:39:10.279Z | Compiling pem v3.0.4 |
2817 | 2024-12-13T23:39:11.027Z | Compiling yasna v0.5.2 |
2818 | 2024-12-13T23:39:11.145Z | Compiling headers-core v0.3.0 |
2819 | 2024-12-13T23:39:11.190Z | Compiling kstat-rs v0.2.4 |
2820 | 2024-12-13T23:39:11.329Z | Compiling nanorand v0.7.0 |
2821 | 2024-12-13T23:39:11.879Z | Compiling atty v0.2.14 |
2822 | 2024-12-13T23:39:11.929Z | Compiling russh-cryptovec v0.7.3 |
2823 | 2024-12-13T23:39:12.044Z | Compiling md5 v0.7.0 |
2824 | 2024-12-13T23:39:12.273Z | Compiling rcgen v0.12.1 |
2825 | 2024-12-13T23:39:12.366Z | Compiling russh-keys v0.45.0 |
2826 | 2024-12-13T23:39:12.587Z | Compiling flume v0.11.1 |
2827 | 2024-12-13T23:39:12.807Z | Compiling headers v0.4.0 |
2828 | 2024-12-13T23:39:12.827Z | Compiling trust-dns-proto v0.22.0 |
2829 | 2024-12-13T23:39:13.330Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2830 | 2024-12-13T23:39:14.826Z | Compiling hyper-staticfile v0.10.1 |
2831 | 2024-12-13T23:39:16.012Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2832 | 2024-12-13T23:39:16.644Z | Compiling num-bigint v0.4.6 |
2833 | 2024-12-13T23:39:16.665Z | Compiling des v0.8.1 |
2834 | 2024-12-13T23:39:16.691Z | Compiling subprocess v0.2.9 |
2835 | 2024-12-13T23:39:16.921Z | Compiling display-error-chain v0.2.2 |
2836 | 2024-12-13T23:39:17.027Z | Compiling dhcproto-macros v0.1.0 |
2837 | 2024-12-13T23:39:17.148Z | Compiling hex-literal v0.4.1 |
2838 | 2024-12-13T23:39:17.327Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2839 | 2024-12-13T23:39:17.714Z | Compiling internet-checksum v0.2.1 |
2840 | 2024-12-13T23:39:18.025Z | Compiling dhcproto v0.12.0 |
2841 | 2024-12-13T23:39:19.618Z | Compiling russh v0.45.0 |
2842 | 2024-12-13T23:39:21.156Z | Compiling progenitor v0.8.0 |
2843 | 2024-12-13T23:39:21.333Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2024-12-13T23:39:21.333Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2845 | 2024-12-13T23:39:21.335Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2846 | 2024-12-13T23:39:21.335Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2847 | 2024-12-13T23:39:21.335Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2848 | 2024-12-13T23:39:21.410Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2849 | 2024-12-13T23:39:21.484Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2850 | 2024-12-13T23:39:22.320Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2851 | 2024-12-13T23:39:22.890Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2852 | 2024-12-13T23:39:24.721Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2853 | 2024-12-13T23:39:27.621Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2854 | 2024-12-13T23:39:28.104Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2855 | 2024-12-13T23:39:37.295Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2856 | 2024-12-13T23:39:37.297Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2857 | 2024-12-13T23:39:37.297Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2858 | 2024-12-13T23:39:37.297Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2859 | 2024-12-13T23:39:40.529Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2860 | 2024-12-13T23:39:40.818Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2861 | 2024-12-13T23:39:41.953Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2862 | 2024-12-13T23:39:42.191Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2863 | 2024-12-13T23:39:44.557Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2864 | 2024-12-13T23:39:45.459Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2865 | 2024-12-13T23:39:46.413Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2866 | 2024-12-13T23:39:46.625Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2867 | 2024-12-13T23:39:48.260Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2868 | 2024-12-13T23:39:49.307Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2024-12-13T23:39:49.527Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2870 | 2024-12-13T23:39:50.374Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2871 | 2024-12-13T23:39:51.139Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2872 | 2024-12-13T23:39:51.163Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-13T23:39:51.311Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2874 | 2024-12-13T23:39:53.541Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2875 | 2024-12-13T23:39:54.047Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2876 | 2024-12-13T23:39:55.206Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2877 | 2024-12-13T23:39:57.037Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2878 | 2024-12-13T23:39:59.396Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2879 | 2024-12-13T23:40:00.512Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2880 | 2024-12-13T23:40:01.258Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2881 | 2024-12-13T23:40:02.314Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2882 | 2024-12-13T23:40:03.340Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2883 | 2024-12-13T23:40:06.211Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2884 | 2024-12-13T23:40:18.857Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2885 | 2024-12-13T23:40:18.896Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2886 | 2024-12-13T23:40:35.525Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2887 | 2024-12-13T23:41:11.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
2888 | 2024-12-13T23:41:11.595Z | |
2889 | 2024-12-13T23:41:11.598Z | real 2:41.760307811 |
2890 | 2024-12-13T23:41:11.598Z | user 12:24.325592559 |
2891 | 2024-12-13T23:41:11.598Z | sys 2:46.280571725 |
2892 | 2024-12-13T23:41:11.598Z | trap 0.333523677 |
2893 | 2024-12-13T23:41:11.598Z | tflt 0.951703486 |
2894 | 2024-12-13T23:41:11.598Z | dflt 2.179645401 |
2895 | 2024-12-13T23:41:11.598Z | kflt 0.000014184 |
2896 | 2024-12-13T23:41:11.598Z | lock 26:05.943979990 |
2897 | 2024-12-13T23:41:11.598Z | slp 45:13.078753010 |
2898 | 2024-12-13T23:41:11.598Z | lat 35.367523826 |
2899 | 2024-12-13T23:41:11.598Z | stop 1:30.558506043 |
2900 | 2024-12-13T23:41:11.598Z | + mkdir tests |
2901 | 2024-12-13T23:41:11.601Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2902 | 2024-12-13T23:41:11.601Z | + xargs -I '{}' -t cp '{}' tests/ |
2903 | 2024-12-13T23:41:12.686Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9729cdd61cc48f88 tests/ |
2904 | 2024-12-13T23:41:12.706Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b445d6ea0ee6812a tests/ |
2905 | 2024-12-13T23:41:12.726Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a582ee33f6a2c6b2 tests/ |
2906 | 2024-12-13T23:41:12.747Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f78269f0277268d6 tests/ |
2907 | 2024-12-13T23:41:12.930Z | + 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/*) |
2908 | 2024-12-13T23:41:12.932Z | + 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-b445d6ea0ee6812a tests/commtest-a582ee33f6a2c6b2 tests/dhcp_server-9729cdd61cc48f88 tests/end_to_end_tests-f78269f0277268d6 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 |
2909 | 2024-12-13T23:42:23.861Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2910 | 2024-12-13T23:42:23.861Z | a .github/buildomat/ci-env.sh 1K |
2911 | 2024-12-13T23:42:23.861Z | a out/target/test 1K |
2912 | 2024-12-13T23:42:23.861Z | a out/npuzone/npuzone 23144K |
2913 | 2024-12-13T23:42:23.861Z | a package-manifest.toml 32K |
2914 | 2024-12-13T23:42:23.861Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2915 | 2024-12-13T23:42:23.861Z | a target/release/omicron-package 36289K |
2916 | 2024-12-13T23:42:23.861Z | a target/release/xtask 11762K |
2917 | 2024-12-13T23:42:23.861Z | a target/debug/bootstrap 210143K |
2918 | 2024-12-13T23:42:23.861Z | a tests/bootstrap-b445d6ea0ee6812a 24246K |
2919 | 2024-12-13T23:42:23.861Z | a tests/commtest-a582ee33f6a2c6b2 25022K |
2920 | 2024-12-13T23:42:23.861Z | a tests/dhcp_server-9729cdd61cc48f88 24246K |
2921 | 2024-12-13T23:42:23.861Z | a tests/end_to_end_tests-f78269f0277268d6 228206K |
2922 | 2024-12-13T23:42:23.862Z | a out/clickhouse.tar.gz 280542K |
2923 | 2024-12-13T23:42:23.862Z | a out/clickhouse_keeper.tar.gz 280530K |
2924 | 2024-12-13T23:42:23.862Z | a out/clickhouse_server.tar.gz 280528K |
2925 | 2024-12-13T23:42:23.862Z | a out/cockroachdb.tar.gz 134582K |
2926 | 2024-12-13T23:42:23.862Z | a out/crucible-dtrace.tar 85K |
2927 | 2024-12-13T23:42:23.862Z | a out/crucible-pantry-zone.tar.gz 28187K |
2928 | 2024-12-13T23:42:23.862Z | a out/crucible-zone.tar.gz 36403K |
2929 | 2024-12-13T23:42:23.862Z | a out/external-dns.tar.gz 35277K |
2930 | 2024-12-13T23:42:23.862Z | a out/internal-dns.tar.gz 35277K |
2931 | 2024-12-13T23:42:23.862Z | a out/mg-ddm-gz.tar 63075K |
2932 | 2024-12-13T23:42:23.862Z | a out/nexus.tar.gz 98105K |
2933 | 2024-12-13T23:42:23.862Z | a out/ntp.tar.gz 10367K |
2934 | 2024-12-13T23:42:23.862Z | a out/omicron-gateway-softnpu.tar.gz 23921K |
2935 | 2024-12-13T23:42:23.862Z | a out/omicron-sled-agent.tar 113555K |
2936 | 2024-12-13T23:42:23.862Z | a out/overlay.tar.gz 3K |
2937 | 2024-12-13T23:42:23.862Z | a out/oximeter.tar.gz 47740K |
2938 | 2024-12-13T23:42:23.862Z | a out/oxlog.tar 3088K |
2939 | 2024-12-13T23:42:23.862Z | a out/probe.tar.gz 2764K |
2940 | 2024-12-13T23:42:23.862Z | a out/propolis-server.tar.gz 66730K |
2941 | 2024-12-13T23:42:23.862Z | a out/pumpkind-gz.tar 26665K |
2942 | 2024-12-13T23:42:23.862Z | a out/switch-softnpu.tar.gz 235583K |
2943 | 2024-12-13T23:42:23.865Z | |
2944 | 2024-12-13T23:42:23.865Z | real 1:10.915933497 |
2945 | 2024-12-13T23:42:23.865Z | user 1:07.665462803 |
2946 | 2024-12-13T23:42:23.865Z | sys 4.537301593 |
2947 | 2024-12-13T23:42:23.865Z | trap 0.017390566 |
2948 | 2024-12-13T23:42:23.865Z | tflt 0.000000000 |
2949 | 2024-12-13T23:42:23.865Z | dflt 0.000000000 |
2950 | 2024-12-13T23:42:23.865Z | kflt 0.000000000 |
2951 | 2024-12-13T23:42:23.865Z | lock 0.000000000 |
2952 | 2024-12-13T23:42:23.865Z | slp 1:07.523772834 |
2953 | 2024-12-13T23:42:23.865Z | lat 2.081709123 |
2954 | 2024-12-13T23:42:23.865Z | stop 0.000199257 |
2955 | 2024-12-13T23:42:23.865Z | process exited: duration 1961225 ms, exit code 0 |
|
2956 | 2024-12-13T23:42:23.879Z | found 1 output files |
2957 | 2024-12-13T23:42:23.879Z | uploading: /work/package.tar.gz (1854592100 bytes) |
2958 | 2024-12-13T23:43:01.967Z | uploaded: /work/package.tar.gz |