|
|
|
1 | 2024-11-15T21:23:13.064Z | job assigned to worker 01JCRV8ZA2P1TR434TSTV816N5 [factory aws, i-0909cfbd385694b64] (queued for 1 m 5 s) |
|
2 | 2024-11-15T21:23:21.077Z | starting task 0: "setup" |
3 | 2024-11-15T21:23:21.087Z | ++ uname -s |
4 | 2024-11-15T21:23:21.090Z | + kern=SunOS |
5 | 2024-11-15T21:23:21.090Z | + case "$kern" in |
6 | 2024-11-15T21:23:21.090Z | + groupadd -g 12345 build |
7 | 2024-11-15T21:23:21.093Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T21:23:23.098Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T21:23:23.182Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T21:23:23.185Z | + home_fs=zfs |
11 | 2024-11-15T21:23:23.185Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T21:23:23.185Z | + mkdir -p /home/build |
13 | 2024-11-15T21:23:23.187Z | + chown build:build /home/build /work |
14 | 2024-11-15T21:23:25.189Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T21:23:25.194Z | process exited: duration 4115 ms, exit code 0 |
|
16 | 2024-11-15T21:23:25.202Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T21:23:25.208Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T21:23:25.208Z | ' 1.81.0 |
19 | 2024-11-15T21:23:25.208Z | * toolchain channel = "1.81.0" |
20 | 2024-11-15T21:23:25.208Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-15T21:23:25.208Z | * toolchain profile = "default" |
22 | 2024-11-15T21:23:25.208Z | ' default |
23 | 2024-11-15T21:23:25.210Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T21:23:25.211Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T21:23:25.334Z | info: downloading installer |
26 | 2024-11-15T21:23:26.580Z | info: profile set to 'default' |
27 | 2024-11-15T21:23:26.580Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T21:23:26.582Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T21:23:26.729Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T21:23:26.729Z | info: downloading component 'cargo' |
31 | 2024-11-15T21:23:27.527Z | info: downloading component 'clippy' |
32 | 2024-11-15T21:23:27.821Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T21:23:29.026Z | info: downloading component 'rust-std' |
34 | 2024-11-15T21:23:30.861Z | info: downloading component 'rustc' |
35 | 2024-11-15T21:23:37.101Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T21:23:37.341Z | info: installing component 'cargo' |
37 | 2024-11-15T21:23:38.193Z | info: installing component 'clippy' |
38 | 2024-11-15T21:23:38.576Z | info: installing component 'rust-docs' |
39 | 2024-11-15T21:23:40.198Z | info: installing component 'rust-std' |
40 | 2024-11-15T21:23:42.009Z | info: installing component 'rustc' |
41 | 2024-11-15T21:23:47.863Z | info: installing component 'rustfmt' |
42 | 2024-11-15T21:23:48.185Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T21:23:48.185Z | |
44 | 2024-11-15T21:23:48.551Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T21:23:48.551Z | |
46 | 2024-11-15T21:23:48.555Z | |
47 | 2024-11-15T21:23:48.555Z | Rust is installed now. Great! |
48 | 2024-11-15T21:23:48.555Z | |
49 | 2024-11-15T21:23:48.555Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T21:23:48.555Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T21:23:48.555Z | |
52 | 2024-11-15T21:23:48.555Z | To configure your current shell, you need to source |
53 | 2024-11-15T21:23:48.555Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T21:23:48.555Z | |
55 | 2024-11-15T21:23:48.555Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T21:23:48.555Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T21:23:48.555Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T21:23:48.623Z | + rustc --version |
59 | 2024-11-15T21:23:48.691Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T21:23:48.694Z | process exited: duration 23490 ms, exit code 0 |
|
61 | 2024-11-15T21:23:48.699Z | starting task 2: "authentication" |
62 | 2024-11-15T21:23:48.720Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-15T21:23:48.726Z | starting task 3: "clone repository" |
64 | 2024-11-15T21:23:48.731Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T21:23:48.733Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T21:23:49.384Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T21:24:26.179Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T21:24:26.182Z | + git fetch origin 963fcd56b278b6d19df878fa296a42eb596eb1bb |
69 | 2024-11-15T21:24:26.938Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T21:24:26.938Z | * branch 963fcd56b278b6d19df878fa296a42eb596eb1bb -> FETCH_HEAD |
71 | 2024-11-15T21:24:26.950Z | + [[ -n doc ]] |
72 | 2024-11-15T21:24:26.952Z | ++ git branch --show-current |
73 | 2024-11-15T21:24:26.955Z | + current=main |
74 | 2024-11-15T21:24:26.955Z | + [[ main != doc ]] |
75 | 2024-11-15T21:24:26.955Z | + git branch -f doc 963fcd56b278b6d19df878fa296a42eb596eb1bb |
76 | 2024-11-15T21:24:26.957Z | + git checkout -f doc |
77 | 2024-11-15T21:24:27.136Z | Switched to branch 'doc' |
78 | 2024-11-15T21:24:27.139Z | + git reset --hard 963fcd56b278b6d19df878fa296a42eb596eb1bb |
79 | 2024-11-15T21:24:27.157Z | HEAD is now at 963fcd56b regenerate openapi |
80 | 2024-11-15T21:24:27.160Z | process exited: duration 38430 ms, exit code 0 |
|
81 | 2024-11-15T21:24:27.165Z | starting task 4: "build" |
82 | 2024-11-15T21:24:27.170Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-15T21:24:27.170Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-15T21:24:27.170Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-15T21:24:27.170Z | + cargo --version |
86 | 2024-11-15T21:24:27.228Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-15T21:24:27.231Z | + rustc --version |
88 | 2024-11-15T21:24:27.292Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-15T21:24:27.294Z | + WORK=/work |
90 | 2024-11-15T21:24:27.294Z | + pfexec mkdir -p /work |
91 | 2024-11-15T21:24:27.298Z | + pfexec chown build /work |
92 | 2024-11-15T21:24:27.301Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-15T21:24:54.700Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-15T21:24:58.597Z | Startup: Caching catalogs ... Done |
95 | 2024-11-15T21:25:07.310Z | Planning: Solver setup ... Done (7.869s) |
96 | 2024-11-15T21:25:07.420Z | Planning: Running solver ... Done (0.110s) |
97 | 2024-11-15T21:25:07.661Z | Planning: Finding local manifests ... Done (0.152s) |
98 | 2024-11-15T21:25:07.674Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-15T21:25:07.892Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-15T21:25:08.315Z | Planning: Package planning ... Done (0.423s) |
101 | 2024-11-15T21:25:08.371Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-11-15T21:25:09.638Z | Planning: Checking for conflicting actions ... Done (1.267s) |
103 | 2024-11-15T21:25:20.195Z | Planning: Consolidating action changes ... Done (10.554s) |
104 | 2024-11-15T21:25:20.644Z | Planning: Evaluating mediators ... Done (0.451s) |
105 | 2024-11-15T21:25:20.854Z | Planning: Planning completed in 22.16 seconds |
106 | 2024-11-15T21:25:21.383Z | Packages to install: 4 |
107 | 2024-11-15T21:25:21.383Z | Packages to update: 1 |
108 | 2024-11-15T21:25:21.383Z | Mediators to change: 2 |
109 | 2024-11-15T21:25:21.383Z | Services to change: 1 |
110 | 2024-11-15T21:25:21.385Z | Estimated space available: 155.64 GB |
111 | 2024-11-15T21:25:21.386Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-15T21:25:21.386Z | Create boot environment: No |
113 | 2024-11-15T21:25:21.386Z | Create backup boot environment: Yes |
114 | 2024-11-15T21:25:21.386Z | Rebuild boot archive: No |
115 | 2024-11-15T21:25:21.386Z | |
116 | 2024-11-15T21:25:21.386Z | Changed mediators: |
117 | 2024-11-15T21:25:21.386Z | mediator clang: |
118 | 2024-11-15T21:25:21.386Z | version: None -> 15 (system default) |
119 | 2024-11-15T21:25:21.386Z | |
120 | 2024-11-15T21:25:21.386Z | mediator llvm: |
121 | 2024-11-15T21:25:21.386Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-15T21:25:21.386Z | |
123 | 2024-11-15T21:25:21.386Z | Changed packages: |
124 | 2024-11-15T21:25:21.386Z | helios-dev |
125 | 2024-11-15T21:25:21.386Z | developer/build-essential |
126 | 2024-11-15T21:25:21.386Z | None -> 11-2.0 |
127 | 2024-11-15T21:25:21.386Z | library/libxmlsec1 |
128 | 2024-11-15T21:25:21.386Z | None -> 1.2.35-2.0 |
129 | 2024-11-15T21:25:21.386Z | ooce/developer/clang-15 |
130 | 2024-11-15T21:25:21.386Z | None -> 15.0.7-2.0 |
131 | 2024-11-15T21:25:21.386Z | ooce/developer/llvm-15 |
132 | 2024-11-15T21:25:21.386Z | None -> 15.0.7-2.0 |
133 | 2024-11-15T21:25:21.386Z | package/pkg |
134 | 2024-11-15T21:25:21.386Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-15T21:25:21.387Z | |
136 | 2024-11-15T21:25:21.387Z | Services: |
137 | 2024-11-15T21:25:21.387Z | restart_fmri: |
138 | 2024-11-15T21:25:21.387Z | svc:/system/update-man-index:default |
139 | 2024-11-15T21:25:21.387Z | |
140 | 2024-11-15T21:25:21.387Z | Editable files to change: |
141 | 2024-11-15T21:25:21.387Z | Update: |
142 | 2024-11-15T21:25:21.387Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-15T21:25:21.908Z | |
144 | 2024-11-15T21:25:21.908Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-15T21:25:26.912Z | Download: 1393/4281 items 113.9/220.6MB 51% complete (22.9M/s) |
146 | 2024-11-15T21:25:31.912Z | Download: 3104/4281 items 133.3/220.6MB 60% complete (13.3M/s) |
147 | 2024-11-15T21:25:36.913Z | Download: 4203/4281 items 220.5/220.6MB 99% complete (10.8M/s) |
148 | 2024-11-15T21:25:37.221Z | Download: Completed 220.60 MB in 15.31 seconds (14.4M/s) |
149 | 2024-11-15T21:25:41.484Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-11-15T21:25:41.502Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-11-15T21:25:46.829Z | Actions: 4082/5063 actions (Installing new actions) |
152 | 2024-11-15T21:25:47.649Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-15T21:25:48.090Z | Actions: Completed 5063 actions in 6.61 seconds. |
154 | 2024-11-15T21:25:48.313Z | Done (0.216s) |
155 | 2024-11-15T21:25:48.316Z | Done (0.000s) |
156 | 2024-11-15T21:25:48.850Z | Done (0.535s) |
157 | 2024-11-15T21:25:56.654Z | Done (7.582s) |
158 | 2024-11-15T21:25:57.115Z | Done (0.390s) |
159 | 2024-11-15T21:25:57.117Z | Done (0.000s) |
160 | 2024-11-15T21:25:57.265Z | Done (0.000s) |
161 | 2024-11-15T21:25:57.946Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-15T21:25:58.110Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-15T21:25:58.112Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-15T21:25:58.385Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-15T21:25:58.388Z | Planning: Planning completed in 0.44 seconds |
166 | 2024-11-15T21:25:58.425Z | Mediators to change: 2 |
167 | 2024-11-15T21:25:58.425Z | Create boot environment: No |
168 | 2024-11-15T21:25:58.428Z | Create backup boot environment: No |
169 | 2024-11-15T21:25:58.492Z | Done |
170 | 2024-11-15T21:25:58.492Z | Done |
171 | 2024-11-15T21:25:58.836Z | Done |
172 | 2024-11-15T21:26:02.477Z | Done |
173 | 2024-11-15T21:26:02.582Z | Done |
174 | 2024-11-15T21:26:02.585Z | Done |
175 | 2024-11-15T21:26:03.242Z | Done |
176 | 2024-11-15T21:26:03.862Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-15T21:26:03.864Z | Planning: Merging actions ... Done |
178 | 2024-11-15T21:26:04.052Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-15T21:26:04.054Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-15T21:26:04.325Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-15T21:26:04.382Z | Planning: Planning completed in 0.77 seconds |
182 | 2024-11-15T21:26:04.422Z | Packages to change: 1 |
183 | 2024-11-15T21:26:04.422Z | Mediators to change: 1 |
184 | 2024-11-15T21:26:04.425Z | Services to change: 1 |
185 | 2024-11-15T21:26:04.425Z | Create boot environment: No |
186 | 2024-11-15T21:26:04.425Z | Create backup boot environment: Yes |
187 | 2024-11-15T21:26:06.582Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-15T21:26:06.687Z | Actions: Completed 6 actions in 0.11 seconds. |
189 | 2024-11-15T21:26:06.690Z | Done |
190 | 2024-11-15T21:26:06.690Z | Done |
191 | 2024-11-15T21:26:06.796Z | Done |
192 | 2024-11-15T21:26:10.638Z | Done |
193 | 2024-11-15T21:26:10.728Z | Done |
194 | 2024-11-15T21:26:10.731Z | Done |
195 | 2024-11-15T21:26:10.893Z | Done |
196 | 2024-11-15T21:26:11.333Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-15T21:26:11.333Z | clang system 15 system |
198 | 2024-11-15T21:26:11.333Z | csh system system illumos |
199 | 2024-11-15T21:26:11.333Z | ctags system system illumos |
200 | 2024-11-15T21:26:11.333Z | gcc vendor 12 vendor |
201 | 2024-11-15T21:26:11.333Z | gcc system 10 system |
202 | 2024-11-15T21:26:11.333Z | gcc system 7 system |
203 | 2024-11-15T21:26:11.333Z | go system 1.20 system |
204 | 2024-11-15T21:26:11.333Z | go system 1.19 system |
205 | 2024-11-15T21:26:11.333Z | llvm system 15 system |
206 | 2024-11-15T21:26:11.333Z | llvm system 14 system |
207 | 2024-11-15T21:26:11.333Z | mariadb system 10.6 system |
208 | 2024-11-15T21:26:11.333Z | mta vendor vendor dma |
209 | 2024-11-15T21:26:11.333Z | openjdk system 17 system |
210 | 2024-11-15T21:26:11.333Z | openjdk system 11 system |
211 | 2024-11-15T21:26:11.333Z | openjdk system 1.8 system |
212 | 2024-11-15T21:26:11.333Z | openssl vendor 3 vendor |
213 | 2024-11-15T21:26:11.333Z | perl system 5.36 system |
214 | 2024-11-15T21:26:11.333Z | postgresql system 15 system |
215 | 2024-11-15T21:26:11.333Z | postgresql system 13 system |
216 | 2024-11-15T21:26:11.333Z | python vendor 3 vendor |
217 | 2024-11-15T21:26:11.333Z | python system 2 system |
218 | 2024-11-15T21:26:11.333Z | python3 system 3.11 system |
219 | 2024-11-15T21:26:11.333Z | ruby system 3.0 system |
220 | 2024-11-15T21:26:11.333Z | words vendor vendor american-english |
221 | 2024-11-15T21:26:11.333Z | words system system australian-english |
222 | 2024-11-15T21:26:11.333Z | words system system british-english |
223 | 2024-11-15T21:26:11.333Z | words system system canadian-english |
224 | 2024-11-15T21:26:11.333Z | words system system french |
225 | 2024-11-15T21:26:11.334Z | words system system italian |
226 | 2024-11-15T21:26:11.334Z | words system system ngerman |
227 | 2024-11-15T21:26:11.334Z | words system system ogerman |
228 | 2024-11-15T21:26:11.334Z | words system system spanish |
229 | 2024-11-15T21:26:11.674Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-15T21:26:11.674Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-15T21:26:14.234Z | FMRI IFO |
232 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-15T21:26:14.234Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-15T21:26:14.235Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-15T21:26:14.235Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-15T21:26:14.235Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-15T21:26:14.235Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-15T21:26:14.986Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-15T21:26:15.750Z | Updating crates.io index |
249 | 2024-11-15T21:26:15.758Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-15T21:26:17.847Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-15T21:26:18.523Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-15T21:26:19.155Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-15T21:26:19.782Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-15T21:26:23.588Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-15T21:26:29.461Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-15T21:26:32.107Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-15T21:26:39.473Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-15T21:26:39.473Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-15T21:26:39.473Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-15T21:26:39.473Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-15T21:26:39.807Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-15T21:26:40.624Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-15T21:26:41.303Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-15T21:26:41.895Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-15T21:26:42.456Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-15T21:26:43.155Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-15T21:26:43.947Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-15T21:26:44.608Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-15T21:26:45.324Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-15T21:26:46.289Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-15T21:26:46.956Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-11-15T21:26:47.971Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-11-15T21:26:48.936Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-11-15T21:26:49.586Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-11-15T21:26:50.378Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-11-15T21:26:52.194Z | Downloading crates ... |
277 | 2024-11-15T21:26:52.254Z | Downloaded proc-macro-error v1.0.4 |
278 | 2024-11-15T21:26:52.258Z | Downloaded smawk v0.3.2 |
279 | 2024-11-15T21:26:52.261Z | Downloaded cargo_metadata v0.18.1 |
280 | 2024-11-15T21:26:52.263Z | Downloaded anstyle-parse v0.2.5 |
281 | 2024-11-15T21:26:52.265Z | Downloaded dtrace-parser v0.2.0 |
282 | 2024-11-15T21:26:52.269Z | Downloaded usdt-macro v0.5.0 |
283 | 2024-11-15T21:26:52.272Z | Downloaded crypto-common v0.1.6 |
284 | 2024-11-15T21:26:52.274Z | Downloaded fastrand v2.1.1 |
285 | 2024-11-15T21:26:52.274Z | Downloaded clap_lex v0.7.2 |
286 | 2024-11-15T21:26:52.277Z | Downloaded bytecount v0.6.8 |
287 | 2024-11-15T21:26:52.277Z | Downloaded fs-err v2.11.0 |
288 | 2024-11-15T21:26:52.279Z | Downloaded tabled_derive v0.7.0 |
289 | 2024-11-15T21:26:52.281Z | Downloaded serde_tokenstream v0.2.2 |
290 | 2024-11-15T21:26:52.281Z | Downloaded scroll v0.12.0 |
291 | 2024-11-15T21:26:52.284Z | Downloaded semver v1.0.23 |
292 | 2024-11-15T21:26:52.286Z | Downloaded autocfg v1.4.0 |
293 | 2024-11-15T21:26:52.289Z | Downloaded utf8parse v0.2.2 |
294 | 2024-11-15T21:26:52.289Z | Downloaded errno v0.3.9 |
295 | 2024-11-15T21:26:52.294Z | Downloaded camino v1.1.9 |
296 | 2024-11-15T21:26:52.301Z | Downloaded usdt v0.5.0 |
297 | 2024-11-15T21:26:52.304Z | Downloaded quote v1.0.37 |
298 | 2024-11-15T21:26:52.306Z | Downloaded clap v4.5.21 |
299 | 2024-11-15T21:26:52.314Z | Downloaded unicode-ident v1.0.13 |
300 | 2024-11-15T21:26:52.317Z | Downloaded papergrid v0.11.0 |
301 | 2024-11-15T21:26:52.321Z | Downloaded pest_meta v2.7.14 |
302 | 2024-11-15T21:26:52.324Z | Downloaded toml v0.8.19 |
303 | 2024-11-15T21:26:52.327Z | Downloaded indexmap v2.6.0 |
304 | 2024-11-15T21:26:52.331Z | Downloaded textwrap v0.16.1 |
305 | 2024-11-15T21:26:52.337Z | Downloaded toml_edit v0.22.22 |
306 | 2024-11-15T21:26:52.359Z | Downloaded memchr v2.7.4 |
307 | 2024-11-15T21:26:52.363Z | Downloaded equivalent v1.0.1 |
308 | 2024-11-15T21:26:52.366Z | Downloaded swrite v0.1.0 |
309 | 2024-11-15T21:26:52.373Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-11-15T21:26:52.375Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-11-15T21:26:52.380Z | Downloaded digest v0.10.7 |
312 | 2024-11-15T21:26:52.383Z | Downloaded cpufeatures v0.2.14 |
313 | 2024-11-15T21:26:52.385Z | Downloaded colorchoice v1.0.2 |
314 | 2024-11-15T21:26:52.385Z | Downloaded block-buffer v0.10.4 |
315 | 2024-11-15T21:26:52.388Z | Downloaded macaddr v1.0.1 |
316 | 2024-11-15T21:26:52.390Z | Downloaded hashbrown v0.15.0 |
317 | 2024-11-15T21:26:52.394Z | Downloaded is_terminal_polyfill v1.70.1 |
318 | 2024-11-15T21:26:52.396Z | Downloaded plain v0.2.3 |
319 | 2024-11-15T21:26:52.396Z | Downloaded heck v0.4.1 |
320 | 2024-11-15T21:26:52.399Z | Downloaded anstyle-query v1.1.1 |
321 | 2024-11-15T21:26:52.399Z | Downloaded fnv v1.0.7 |
322 | 2024-11-15T21:26:52.401Z | Downloaded cfg-if v1.0.0 |
323 | 2024-11-15T21:26:52.401Z | Downloaded dof v0.3.0 |
324 | 2024-11-15T21:26:52.404Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-11-15T21:26:52.404Z | Downloaded terminal_size v0.4.0 |
326 | 2024-11-15T21:26:52.406Z | Downloaded strsim v0.11.1 |
327 | 2024-11-15T21:26:52.407Z | Downloaded pest_generator v2.7.14 |
328 | 2024-11-15T21:26:52.407Z | Downloaded anstyle v1.0.10 |
329 | 2024-11-15T21:26:52.409Z | Downloaded generic-array v0.14.7 |
330 | 2024-11-15T21:26:52.409Z | Downloaded itoa v1.0.11 |
331 | 2024-11-15T21:26:52.412Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-11-15T21:26:52.412Z | Downloaded heck v0.5.0 |
333 | 2024-11-15T21:26:52.416Z | Downloaded version_check v0.9.5 |
334 | 2024-11-15T21:26:52.419Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-11-15T21:26:52.419Z | Downloaded anstream v0.6.15 |
336 | 2024-11-15T21:26:52.421Z | Downloaded thiserror-impl v1.0.69 |
337 | 2024-11-15T21:26:52.423Z | Downloaded byteorder v1.5.0 |
338 | 2024-11-15T21:26:52.426Z | Downloaded usdt-attr-macro v0.5.0 |
339 | 2024-11-15T21:26:52.426Z | Downloaded thread-id v4.2.2 |
340 | 2024-11-15T21:26:52.426Z | Downloaded clap_derive v4.5.18 |
341 | 2024-11-15T21:26:52.428Z | Downloaded cargo_toml v0.20.5 |
342 | 2024-11-15T21:26:52.431Z | Downloaded memmap v0.7.0 |
343 | 2024-11-15T21:26:52.431Z | Downloaded serde_json v1.0.132 |
344 | 2024-11-15T21:26:52.437Z | Downloaded zerocopy-derive v0.7.35 |
345 | 2024-11-15T21:26:52.441Z | Downloaded usdt-impl v0.5.0 |
346 | 2024-11-15T21:26:52.444Z | Downloaded bitflags v2.6.0 |
347 | 2024-11-15T21:26:52.446Z | Downloaded tempfile v3.13.0 |
348 | 2024-11-15T21:26:52.449Z | Downloaded pest_derive v2.7.14 |
349 | 2024-11-15T21:26:52.451Z | Downloaded ryu v1.0.18 |
350 | 2024-11-15T21:26:52.454Z | Downloaded ucd-trie v0.1.7 |
351 | 2024-11-15T21:26:52.456Z | Downloaded typenum v1.17.0 |
352 | 2024-11-15T21:26:52.459Z | Downloaded proc-macro2 v1.0.89 |
353 | 2024-11-15T21:26:52.462Z | Downloaded serde_derive v1.0.215 |
354 | 2024-11-15T21:26:52.465Z | Downloaded log v0.4.22 |
355 | 2024-11-15T21:26:52.467Z | Downloaded anyhow v1.0.93 |
356 | 2024-11-15T21:26:52.469Z | Downloaded toml_datetime v0.6.8 |
357 | 2024-11-15T21:26:52.471Z | Downloaded once_cell v1.20.2 |
358 | 2024-11-15T21:26:52.474Z | Downloaded zerocopy v0.7.35 |
359 | 2024-11-15T21:26:52.488Z | Downloaded serde v1.0.215 |
360 | 2024-11-15T21:26:52.491Z | Downloaded thiserror v1.0.69 |
361 | 2024-11-15T21:26:52.496Z | Downloaded sha2 v0.10.8 |
362 | 2024-11-15T21:26:52.498Z | Downloaded proc-macro-error-attr v1.0.4 |
363 | 2024-11-15T21:26:52.500Z | Downloaded syn v1.0.109 |
364 | 2024-11-15T21:26:52.509Z | Downloaded camino-tempfile v1.1.1 |
365 | 2024-11-15T21:26:52.512Z | Downloaded pest v2.7.14 |
366 | 2024-11-15T21:26:52.527Z | Downloaded winnow v0.6.20 |
367 | 2024-11-15T21:26:52.535Z | Downloaded clap_builder v4.5.21 |
368 | 2024-11-15T21:26:52.542Z | Downloaded tabled v0.15.0 |
369 | 2024-11-15T21:26:52.557Z | Downloaded goblin v0.8.2 |
370 | 2024-11-15T21:26:52.563Z | Downloaded syn v2.0.87 |
371 | 2024-11-15T21:26:52.581Z | Downloaded unicode-width v0.1.14 |
372 | 2024-11-15T21:26:52.588Z | Downloaded rustix v0.38.37 |
373 | 2024-11-15T21:26:52.609Z | Downloaded libc v0.2.162 |
374 | 2024-11-15T21:26:52.902Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-11-15T21:26:52.902Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-15T21:26:52.902Z | Compiling version_check v0.9.5 |
377 | 2024-11-15T21:26:52.902Z | Compiling serde v1.0.215 |
378 | 2024-11-15T21:26:52.905Z | Compiling memchr v2.7.4 |
379 | 2024-11-15T21:26:52.905Z | Compiling thiserror v1.0.69 |
380 | 2024-11-15T21:26:52.905Z | Compiling libc v0.2.162 |
381 | 2024-11-15T21:26:52.905Z | Compiling ucd-trie v0.1.7 |
382 | 2024-11-15T21:26:53.157Z | Compiling itoa v1.0.11 |
383 | 2024-11-15T21:26:53.393Z | Compiling ryu v1.0.18 |
384 | 2024-11-15T21:26:53.707Z | Compiling once_cell v1.20.2 |
385 | 2024-11-15T21:26:53.773Z | Compiling byteorder v1.5.0 |
386 | 2024-11-15T21:26:54.019Z | Compiling rustix v0.38.37 |
387 | 2024-11-15T21:26:54.122Z | Compiling serde_json v1.0.132 |
388 | 2024-11-15T21:26:55.206Z | Compiling bitflags v2.6.0 |
389 | 2024-11-15T21:26:55.264Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-11-15T21:26:55.267Z | Compiling usdt-impl v0.5.0 |
391 | 2024-11-15T21:26:55.325Z | Compiling syn v1.0.109 |
392 | 2024-11-15T21:26:55.511Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-11-15T21:26:55.611Z | Compiling camino v1.1.9 |
394 | 2024-11-15T21:26:55.637Z | Compiling plain v0.2.3 |
395 | 2024-11-15T21:26:55.726Z | Compiling equivalent v1.0.1 |
396 | 2024-11-15T21:26:55.834Z | Compiling log v0.4.22 |
397 | 2024-11-15T21:26:55.834Z | Compiling utf8parse v0.2.2 |
398 | 2024-11-15T21:26:55.885Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-15T21:26:56.032Z | Compiling thread-id v4.2.2 |
400 | 2024-11-15T21:26:56.058Z | Compiling anstyle-parse v0.2.5 |
401 | 2024-11-15T21:26:56.239Z | Compiling quote v1.0.37 |
402 | 2024-11-15T21:26:56.272Z | Compiling anstyle v1.0.10 |
403 | 2024-11-15T21:26:56.389Z | Compiling semver v1.0.23 |
404 | 2024-11-15T21:26:56.413Z | Compiling winnow v0.6.20 |
405 | 2024-11-15T21:26:56.494Z | Compiling colorchoice v1.0.2 |
406 | 2024-11-15T21:26:56.657Z | Compiling syn v2.0.87 |
407 | 2024-11-15T21:26:56.723Z | Compiling errno v0.3.9 |
408 | 2024-11-15T21:26:56.958Z | Compiling unicode-width v0.1.14 |
409 | 2024-11-15T21:26:57.002Z | Compiling autocfg v1.4.0 |
410 | 2024-11-15T21:26:57.232Z | Compiling indexmap v2.6.0 |
411 | 2024-11-15T21:26:57.509Z | Compiling pretty-hex v0.4.1 |
412 | 2024-11-15T21:26:57.721Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-11-15T21:26:57.850Z | Compiling anstyle-query v1.1.1 |
414 | 2024-11-15T21:26:58.005Z | Compiling anstream v0.6.15 |
415 | 2024-11-15T21:26:58.178Z | Compiling fs-err v2.11.0 |
416 | 2024-11-15T21:26:58.585Z | Compiling clap_lex v0.7.2 |
417 | 2024-11-15T21:26:58.709Z | Compiling anyhow v1.0.93 |
418 | 2024-11-15T21:26:58.769Z | Compiling cfg-if v1.0.0 |
419 | 2024-11-15T21:26:58.882Z | Compiling heck v0.5.0 |
420 | 2024-11-15T21:26:59.083Z | Compiling terminal_size v0.4.0 |
421 | 2024-11-15T21:26:59.105Z | Compiling fastrand v2.1.1 |
422 | 2024-11-15T21:26:59.288Z | Compiling bytecount v0.6.8 |
423 | 2024-11-15T21:26:59.336Z | Compiling fnv v1.0.7 |
424 | 2024-11-15T21:26:59.409Z | Compiling heck v0.4.1 |
425 | 2024-11-15T21:26:59.477Z | Compiling strsim v0.11.1 |
426 | 2024-11-15T21:26:59.502Z | Compiling papergrid v0.11.0 |
427 | 2024-11-15T21:26:59.646Z | Compiling tempfile v3.13.0 |
428 | 2024-11-15T21:26:59.914Z | Compiling clap_builder v4.5.21 |
429 | 2024-11-15T21:27:00.528Z | Compiling memmap v0.7.0 |
430 | 2024-11-15T21:27:00.554Z | Compiling smawk v0.3.2 |
431 | 2024-11-15T21:27:00.558Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-11-15T21:27:00.947Z | Compiling swrite v0.1.0 |
433 | 2024-11-15T21:27:01.076Z | Compiling textwrap v0.16.1 |
434 | 2024-11-15T21:27:02.579Z | Compiling tabled_derive v0.7.0 |
435 | 2024-11-15T21:27:04.033Z | Compiling tabled v0.15.0 |
436 | 2024-11-15T21:27:05.439Z | Compiling serde_derive v1.0.215 |
437 | 2024-11-15T21:27:05.443Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-11-15T21:27:05.443Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-11-15T21:27:05.443Z | Compiling scroll_derive v0.12.0 |
440 | 2024-11-15T21:27:05.443Z | Compiling clap_derive v4.5.18 |
441 | 2024-11-15T21:27:06.767Z | Compiling scroll v0.12.0 |
442 | 2024-11-15T21:27:07.233Z | Compiling goblin v0.8.2 |
443 | 2024-11-15T21:27:07.368Z | Compiling zerocopy v0.7.35 |
444 | 2024-11-15T21:27:08.248Z | Compiling pest v2.7.14 |
445 | 2024-11-15T21:27:09.493Z | Compiling clap v4.5.21 |
446 | 2024-11-15T21:27:10.510Z | Compiling pest_meta v2.7.14 |
447 | 2024-11-15T21:27:11.431Z | Compiling pest_generator v2.7.14 |
448 | 2024-11-15T21:27:13.117Z | Compiling pest_derive v2.7.14 |
449 | 2024-11-15T21:27:13.889Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-11-15T21:27:15.796Z | Compiling toml_datetime v0.6.8 |
451 | 2024-11-15T21:27:15.797Z | Compiling serde_spanned v0.6.8 |
452 | 2024-11-15T21:27:15.799Z | Compiling cargo-platform v0.1.8 |
453 | 2024-11-15T21:27:16.187Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-11-15T21:27:16.240Z | Compiling toml_edit v0.22.22 |
455 | 2024-11-15T21:27:16.383Z | Compiling macaddr v1.0.1 |
456 | 2024-11-15T21:27:16.460Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-11-15T21:27:17.433Z | Compiling dof v0.3.0 |
458 | 2024-11-15T21:27:17.433Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-11-15T21:27:19.087Z | Compiling toml v0.8.19 |
460 | 2024-11-15T21:27:19.322Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-11-15T21:27:19.322Z | Compiling usdt-macro v0.5.0 |
462 | 2024-11-15T21:27:19.924Z | Compiling cargo_toml v0.20.5 |
463 | 2024-11-15T21:27:20.791Z | Compiling usdt v0.5.0 |
464 | 2024-11-15T21:27:23.597Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-11-15T21:27:27.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
466 | 2024-11-15T21:27:28.137Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-11-15T21:27:28.668Z | Downloading crates ... |
468 | 2024-11-15T21:27:28.806Z | Downloaded async-stream-impl v0.3.6 |
469 | 2024-11-15T21:27:28.810Z | Downloaded array-init v0.0.4 |
470 | 2024-11-15T21:27:28.818Z | Downloaded ahash v0.8.11 |
471 | 2024-11-15T21:27:28.824Z | Downloaded cfg_aliases v0.1.1 |
472 | 2024-11-15T21:27:28.827Z | Downloaded crucible-workspace-hack v0.1.0 |
473 | 2024-11-15T21:27:28.831Z | Downloaded ascii-canvas v3.0.0 |
474 | 2024-11-15T21:27:28.834Z | Downloaded httpdate v1.0.3 |
475 | 2024-11-15T21:27:28.836Z | Downloaded http-body v1.0.1 |
476 | 2024-11-15T21:27:28.839Z | Downloaded cassowary v0.3.0 |
477 | 2024-11-15T21:27:28.839Z | Downloaded bitfield v0.14.0 |
478 | 2024-11-15T21:27:28.842Z | Downloaded buf-list v1.0.3 |
479 | 2024-11-15T21:27:28.844Z | Downloaded bcrypt-pbkdf v0.10.0 |
480 | 2024-11-15T21:27:28.847Z | Downloaded icu_provider_macros v1.5.0 |
481 | 2024-11-15T21:27:28.847Z | Downloaded block-padding v0.3.3 |
482 | 2024-11-15T21:27:28.849Z | Downloaded constant_time_eq v0.3.1 |
483 | 2024-11-15T21:27:28.850Z | Downloaded cobs v0.2.3 |
484 | 2024-11-15T21:27:28.852Z | Downloaded bit-set v0.5.3 |
485 | 2024-11-15T21:27:28.855Z | Downloaded async-recursion v1.1.1 |
486 | 2024-11-15T21:27:28.858Z | Downloaded base16ct v0.2.0 |
487 | 2024-11-15T21:27:28.861Z | Downloaded addr2line v0.24.2 |
488 | 2024-11-15T21:27:28.865Z | Downloaded atomic-waker v1.1.2 |
489 | 2024-11-15T21:27:28.865Z | Downloaded new_debug_unreachable v1.0.6 |
490 | 2024-11-15T21:27:28.867Z | Downloaded mirai-annotations v1.12.0 |
491 | 2024-11-15T21:27:28.867Z | Downloaded arrayref v0.3.9 |
492 | 2024-11-15T21:27:28.867Z | Downloaded aead v0.5.2 |
493 | 2024-11-15T21:27:28.870Z | Downloaded bzip2 v0.4.4 |
494 | 2024-11-15T21:27:28.873Z | Downloaded adler2 v2.0.0 |
495 | 2024-11-15T21:27:28.873Z | Downloaded http-range v0.1.5 |
496 | 2024-11-15T21:27:28.875Z | Downloaded lazy_static v1.5.0 |
497 | 2024-11-15T21:27:28.878Z | Downloaded aes v0.8.4 |
498 | 2024-11-15T21:27:28.881Z | Downloaded csv-core v0.1.11 |
499 | 2024-11-15T21:27:28.884Z | Downloaded atty v0.2.14 |
500 | 2024-11-15T21:27:28.884Z | Downloaded cipher v0.4.4 |
501 | 2024-11-15T21:27:28.887Z | Downloaded instability v0.3.2 |
502 | 2024-11-15T21:27:28.887Z | Downloaded atomicwrites v0.4.4 |
503 | 2024-11-15T21:27:28.890Z | Downloaded humantime v2.1.0 |
504 | 2024-11-15T21:27:28.893Z | Downloaded lru-cache v0.1.2 |
505 | 2024-11-15T21:27:28.893Z | Downloaded ciborium-io v0.2.2 |
506 | 2024-11-15T21:27:28.895Z | Downloaded ipnet v2.10.1 |
507 | 2024-11-15T21:27:28.898Z | Downloaded kstat-rs v0.2.4 |
508 | 2024-11-15T21:27:28.898Z | Downloaded impl-trait-for-tuples v0.2.2 |
509 | 2024-11-15T21:27:28.901Z | Downloaded maplit v1.0.2 |
510 | 2024-11-15T21:27:28.904Z | Downloaded headers-core v0.3.0 |
511 | 2024-11-15T21:27:28.904Z | Downloaded const-oid v0.9.6 |
512 | 2024-11-15T21:27:28.907Z | Downloaded nanorand v0.7.0 |
513 | 2024-11-15T21:27:28.909Z | Downloaded highway v1.2.0 |
514 | 2024-11-15T21:27:28.912Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-11-15T21:27:28.915Z | Downloaded crossbeam-utils v0.8.20 |
516 | 2024-11-15T21:27:28.917Z | Downloaded chacha20poly1305 v0.10.1 |
517 | 2024-11-15T21:27:28.920Z | Downloaded hostname v0.4.0 |
518 | 2024-11-15T21:27:28.923Z | Downloaded serde-big-array v0.5.1 |
519 | 2024-11-15T21:27:28.923Z | Downloaded bit-vec v0.6.3 |
520 | 2024-11-15T21:27:28.925Z | Downloaded lock_api v0.4.12 |
521 | 2024-11-15T21:27:28.928Z | Downloaded assert_matches v1.5.0 |
522 | 2024-11-15T21:27:28.928Z | Downloaded cfg_aliases v0.2.1 |
523 | 2024-11-15T21:27:28.931Z | Downloaded linear-map v1.2.0 |
524 | 2024-11-15T21:27:28.931Z | Downloaded ident_case v1.0.1 |
525 | 2024-11-15T21:27:28.934Z | Downloaded bitflags v1.3.2 |
526 | 2024-11-15T21:27:28.936Z | Downloaded instant v0.1.13 |
527 | 2024-11-15T21:27:28.939Z | Downloaded cbc v0.1.2 |
528 | 2024-11-15T21:27:28.939Z | Downloaded castaway v0.2.3 |
529 | 2024-11-15T21:27:28.941Z | Downloaded memmap2 v0.9.5 |
530 | 2024-11-15T21:27:28.944Z | Downloaded multer v3.1.0 |
531 | 2024-11-15T21:27:28.946Z | Downloaded crc-catalog v2.4.0 |
532 | 2024-11-15T21:27:28.949Z | Downloaded signal-hook-tokio v0.3.1 |
533 | 2024-11-15T21:27:28.949Z | Downloaded crc v3.2.1 |
534 | 2024-11-15T21:27:28.952Z | Downloaded md5 v0.7.0 |
535 | 2024-11-15T21:27:28.954Z | Downloaded matches v0.1.10 |
536 | 2024-11-15T21:27:28.954Z | Downloaded match_cfg v0.1.0 |
537 | 2024-11-15T21:27:28.957Z | Downloaded curve25519-dalek-derive v0.1.1 |
538 | 2024-11-15T21:27:28.957Z | Downloaded rand_chacha v0.3.1 |
539 | 2024-11-15T21:27:28.960Z | Downloaded quinn-udp v0.5.5 |
540 | 2024-11-15T21:27:28.962Z | Downloaded ctr v0.9.2 |
541 | 2024-11-15T21:27:28.965Z | Downloaded linked-hash-map v0.5.6 |
542 | 2024-11-15T21:27:28.965Z | Downloaded compact_str v0.8.0 |
543 | 2024-11-15T21:27:28.969Z | Downloaded strum v0.26.3 |
544 | 2024-11-15T21:27:28.971Z | Downloaded icu_normalizer v1.5.0 |
545 | 2024-11-15T21:27:28.974Z | Downloaded icu_locid_transform v1.5.0 |
546 | 2024-11-15T21:27:28.977Z | Downloaded rustversion v1.0.17 |
547 | 2024-11-15T21:27:28.981Z | Downloaded shell-words v1.1.0 |
548 | 2024-11-15T21:27:28.985Z | Downloaded idna_adapter v1.2.0 |
549 | 2024-11-15T21:27:28.985Z | Downloaded base64ct v1.6.0 |
550 | 2024-11-15T21:27:28.987Z | Downloaded backoff v0.4.0 |
551 | 2024-11-15T21:27:28.990Z | Downloaded cancel-safe-futures v0.1.5 |
552 | 2024-11-15T21:27:28.992Z | Downloaded bcs v0.1.6 |
553 | 2024-11-15T21:27:28.995Z | Downloaded zerofrom v0.1.4 |
554 | 2024-11-15T21:27:28.997Z | Downloaded crc32fast v1.4.2 |
555 | 2024-11-15T21:27:29.000Z | Downloaded want v0.3.1 |
556 | 2024-11-15T21:27:29.000Z | Downloaded waitgroup v0.1.2 |
557 | 2024-11-15T21:27:29.002Z | Downloaded smf v0.2.3 |
558 | 2024-11-15T21:27:29.002Z | Downloaded slab v0.4.9 |
559 | 2024-11-15T21:27:29.005Z | Downloaded stringprep v0.1.5 |
560 | 2024-11-15T21:27:29.008Z | Downloaded internet-checksum v0.2.1 |
561 | 2024-11-15T21:27:29.008Z | Downloaded lazycell v1.3.0 |
562 | 2024-11-15T21:27:29.010Z | Downloaded allocator-api2 v0.2.18 |
563 | 2024-11-15T21:27:29.013Z | Downloaded managed v0.8.0 |
564 | 2024-11-15T21:27:29.015Z | Downloaded lru v0.12.5 |
565 | 2024-11-15T21:27:29.019Z | Downloaded lalrpop-util v0.19.12 |
566 | 2024-11-15T21:27:29.019Z | Downloaded md-5 v0.10.6 |
567 | 2024-11-15T21:27:29.021Z | Downloaded backtrace v0.3.74 |
568 | 2024-11-15T21:27:29.025Z | Downloaded termios v0.3.3 |
569 | 2024-11-15T21:27:29.027Z | Downloaded multimap v0.10.0 |
570 | 2024-11-15T21:27:29.030Z | Downloaded mockall v0.13.0 |
571 | 2024-11-15T21:27:29.030Z | Downloaded dhcproto-macros v0.1.0 |
572 | 2024-11-15T21:27:29.033Z | Downloaded memoffset v0.9.1 |
573 | 2024-11-15T21:27:29.033Z | Downloaded lockfree-object-pool v0.1.6 |
574 | 2024-11-15T21:27:29.035Z | Downloaded libefi-sys v0.1.0 |
575 | 2024-11-15T21:27:29.037Z | Downloaded utf8_iter v1.0.4 |
576 | 2024-11-15T21:27:29.040Z | Downloaded async-bb8-diesel v0.2.1 |
577 | 2024-11-15T21:27:29.042Z | Downloaded strum_macros v0.24.3 |
578 | 2024-11-15T21:27:29.045Z | Downloaded zerofrom-derive v0.1.4 |
579 | 2024-11-15T21:27:29.045Z | Downloaded console v0.15.8 |
580 | 2024-11-15T21:27:29.048Z | Downloaded crossbeam-epoch v0.9.18 |
581 | 2024-11-15T21:27:29.051Z | Downloaded hkdf v0.12.4 |
582 | 2024-11-15T21:27:29.054Z | Downloaded fallible-iterator v0.3.0 |
583 | 2024-11-15T21:27:29.056Z | Downloaded clang-sys v1.8.1 |
584 | 2024-11-15T21:27:29.059Z | Downloaded hyper-rustls v0.27.3 |
585 | 2024-11-15T21:27:29.061Z | Downloaded crossbeam-channel v0.5.13 |
586 | 2024-11-15T21:27:29.067Z | Downloaded num_threads v0.1.7 |
587 | 2024-11-15T21:27:29.069Z | Downloaded filetime v0.2.25 |
588 | 2024-11-15T21:27:29.072Z | Downloaded ron v0.7.1 |
589 | 2024-11-15T21:27:29.075Z | Downloaded group v0.13.0 |
590 | 2024-11-15T21:27:29.078Z | Downloaded funty v2.0.0 |
591 | 2024-11-15T21:27:29.080Z | Downloaded zeroize v1.8.1 |
592 | 2024-11-15T21:27:29.080Z | Downloaded num_enum v0.5.11 |
593 | 2024-11-15T21:27:29.086Z | Downloaded peg v0.8.4 |
594 | 2024-11-15T21:27:29.092Z | Downloaded base64 v0.13.1 |
595 | 2024-11-15T21:27:29.094Z | Downloaded bytes v1.8.0 |
596 | 2024-11-15T21:27:29.099Z | Downloaded predicates-tree v1.0.11 |
597 | 2024-11-15T21:27:29.102Z | Downloaded derive_builder_core v0.20.2 |
598 | 2024-11-15T21:27:29.104Z | Downloaded predicates-core v1.0.8 |
599 | 2024-11-15T21:27:29.104Z | Downloaded rusty-fork v0.3.0 |
600 | 2024-11-15T21:27:29.106Z | Downloaded ecdsa v0.16.9 |
601 | 2024-11-15T21:27:29.109Z | Downloaded difflib v0.4.0 |
602 | 2024-11-15T21:27:29.111Z | Downloaded defmt-parser v0.3.4 |
603 | 2024-11-15T21:27:29.111Z | Downloaded icu_locid v1.5.0 |
604 | 2024-11-15T21:27:29.116Z | Downloaded ref-cast-impl v1.0.23 |
605 | 2024-11-15T21:27:29.119Z | Downloaded time-core v0.1.2 |
606 | 2024-11-15T21:27:29.121Z | Downloaded simd-adler32 v0.3.7 |
607 | 2024-11-15T21:27:29.121Z | Downloaded tinyvec v1.8.0 |
608 | 2024-11-15T21:27:29.125Z | Downloaded foldhash v0.1.3 |
609 | 2024-11-15T21:27:29.127Z | Downloaded number_prefix v0.4.0 |
610 | 2024-11-15T21:27:29.130Z | Downloaded heck v0.3.3 |
611 | 2024-11-15T21:27:29.130Z | Downloaded futures-core v0.3.31 |
612 | 2024-11-15T21:27:29.132Z | Downloaded icu_provider v1.5.0 |
613 | 2024-11-15T21:27:29.135Z | Downloaded string_cache v0.8.7 |
614 | 2024-11-15T21:27:29.137Z | Downloaded write16 v1.0.0 |
615 | 2024-11-15T21:27:29.140Z | Downloaded peg-macros v0.8.4 |
616 | 2024-11-15T21:27:29.140Z | Downloaded bumpalo v3.16.0 |
617 | 2024-11-15T21:27:29.143Z | Downloaded diesel_table_macro_syntax v0.2.0 |
618 | 2024-11-15T21:27:29.146Z | Downloaded derive_builder_macro v0.20.2 |
619 | 2024-11-15T21:27:29.149Z | Downloaded predicates v3.1.2 |
620 | 2024-11-15T21:27:29.151Z | Downloaded static_assertions v1.1.0 |
621 | 2024-11-15T21:27:29.151Z | Downloaded rand_xorshift v0.3.0 |
622 | 2024-11-15T21:27:29.154Z | Downloaded dropshot_endpoint v0.12.0 |
623 | 2024-11-15T21:27:29.156Z | Downloaded walkdir v2.5.0 |
624 | 2024-11-15T21:27:29.160Z | Downloaded litemap v0.7.3 |
625 | 2024-11-15T21:27:29.163Z | Downloaded vte_generate_state_changes v0.1.2 |
626 | 2024-11-15T21:27:29.163Z | Downloaded miniz_oxide v0.8.0 |
627 | 2024-11-15T21:27:29.165Z | Downloaded pem v3.0.4 |
628 | 2024-11-15T21:27:29.168Z | Downloaded native-tls v0.2.12 |
629 | 2024-11-15T21:27:29.171Z | Downloaded futures-channel v0.3.31 |
630 | 2024-11-15T21:27:29.173Z | Downloaded futures v0.3.31 |
631 | 2024-11-15T21:27:29.178Z | Downloaded num-conv v0.1.0 |
632 | 2024-11-15T21:27:29.181Z | Downloaded siphasher v0.3.11 |
633 | 2024-11-15T21:27:29.183Z | Downloaded ff v0.13.0 |
634 | 2024-11-15T21:27:29.183Z | Downloaded num-traits v0.2.19 |
635 | 2024-11-15T21:27:29.186Z | Downloaded phf_shared v0.10.0 |
636 | 2024-11-15T21:27:29.189Z | Downloaded slog v2.7.0 |
637 | 2024-11-15T21:27:29.191Z | Downloaded pretty-hex v0.2.1 |
638 | 2024-11-15T21:27:29.193Z | Downloaded same-file v1.0.6 |
639 | 2024-11-15T21:27:29.193Z | Downloaded hyper-util v0.1.10 |
640 | 2024-11-15T21:27:29.209Z | Downloaded tokio-tungstenite v0.24.0 |
641 | 2024-11-15T21:27:29.211Z | Downloaded tabwriter v1.4.0 |
642 | 2024-11-15T21:27:29.214Z | Downloaded hickory-client v0.24.1 |
643 | 2024-11-15T21:27:29.216Z | Downloaded yoke-derive v0.7.4 |
644 | 2024-11-15T21:27:29.219Z | Downloaded tower-service v0.3.3 |
645 | 2024-11-15T21:27:29.221Z | Downloaded enum-as-inner v0.5.1 |
646 | 2024-11-15T21:27:29.221Z | Downloaded dsl_auto_type v0.1.2 |
647 | 2024-11-15T21:27:29.224Z | Downloaded thiserror-no-std v2.0.2 |
648 | 2024-11-15T21:27:29.226Z | Downloaded data-encoding v2.6.0 |
649 | 2024-11-15T21:27:29.229Z | Downloaded debug-ignore v1.0.5 |
650 | 2024-11-15T21:27:29.231Z | Downloaded r2d2 v0.8.10 |
651 | 2024-11-15T21:27:29.234Z | Downloaded phf v0.11.2 |
652 | 2024-11-15T21:27:29.234Z | Downloaded tokio-stream v0.1.16 |
653 | 2024-11-15T21:27:29.238Z | Downloaded foreign-types v0.3.2 |
654 | 2024-11-15T21:27:29.241Z | Downloaded thread_local v1.1.8 |
655 | 2024-11-15T21:27:29.243Z | Downloaded spin v0.5.2 |
656 | 2024-11-15T21:27:29.243Z | Downloaded take_mut v0.2.2 |
657 | 2024-11-15T21:27:29.246Z | Downloaded serde_urlencoded v0.7.1 |
658 | 2024-11-15T21:27:29.246Z | Downloaded semver v0.1.20 |
659 | 2024-11-15T21:27:29.248Z | Downloaded rand_seeder v0.3.0 |
660 | 2024-11-15T21:27:29.251Z | Downloaded zone_cfg_derive v0.3.0 |
661 | 2024-11-15T21:27:29.251Z | Downloaded base64 v0.21.7 |
662 | 2024-11-15T21:27:29.254Z | Downloaded icu_collections v1.5.0 |
663 | 2024-11-15T21:27:29.261Z | Downloaded fixedbitset v0.4.2 |
664 | 2024-11-15T21:27:29.264Z | Downloaded phf_codegen v0.11.2 |
665 | 2024-11-15T21:27:29.266Z | Downloaded http v1.1.0 |
666 | 2024-11-15T21:27:29.269Z | Downloaded oso-derive v0.27.3 |
667 | 2024-11-15T21:27:29.271Z | Downloaded scopeguard v1.2.0 |
668 | 2024-11-15T21:27:29.274Z | Downloaded primeorder v0.13.6 |
669 | 2024-11-15T21:27:29.274Z | Downloaded nu-ansi-term v0.50.1 |
670 | 2024-11-15T21:27:29.276Z | Downloaded universal-hash v0.5.1 |
671 | 2024-11-15T21:27:29.279Z | Downloaded progenitor-client v0.8.0 |
672 | 2024-11-15T21:27:29.279Z | Downloaded poly1305 v0.8.0 |
673 | 2024-11-15T21:27:29.281Z | Downloaded flume v0.11.1 |
674 | 2024-11-15T21:27:29.286Z | Downloaded phf_generator v0.11.2 |
675 | 2024-11-15T21:27:29.288Z | Downloaded tokio-tungstenite v0.23.1 |
676 | 2024-11-15T21:27:29.291Z | Downloaded display-error-chain v0.2.2 |
677 | 2024-11-15T21:27:29.293Z | Downloaded embedded-io v0.6.1 |
678 | 2024-11-15T21:27:29.293Z | Downloaded flagset v0.4.6 |
679 | 2024-11-15T21:27:29.296Z | Downloaded which v4.4.2 |
680 | 2024-11-15T21:27:29.299Z | Downloaded psl-types v2.0.11 |
681 | 2024-11-15T21:27:29.299Z | Downloaded socket2 v0.5.7 |
682 | 2024-11-15T21:27:29.301Z | Downloaded serde_yaml v0.9.34+deprecated |
683 | 2024-11-15T21:27:29.305Z | Downloaded toolchain_find v0.4.0 |
684 | 2024-11-15T21:27:29.308Z | Downloaded p256 v0.13.2 |
685 | 2024-11-15T21:27:29.310Z | Downloaded unicode-bidi v0.3.17 |
686 | 2024-11-15T21:27:29.313Z | Downloaded nibble_vec v0.1.0 |
687 | 2024-11-15T21:27:29.316Z | Downloaded parking_lot v0.12.3 |
688 | 2024-11-15T21:27:29.318Z | Downloaded darling_macro v0.20.10 |
689 | 2024-11-15T21:27:29.321Z | Downloaded ghash v0.5.1 |
690 | 2024-11-15T21:27:29.321Z | Downloaded time-macros v0.2.18 |
691 | 2024-11-15T21:27:29.323Z | Downloaded slog-envlogger v2.2.0 |
692 | 2024-11-15T21:27:29.327Z | Downloaded fxhash v0.2.1 |
693 | 2024-11-15T21:27:29.327Z | Downloaded sigpipe v0.1.3 |
694 | 2024-11-15T21:27:29.330Z | Downloaded endian-type v0.1.2 |
695 | 2024-11-15T21:27:29.330Z | Downloaded polyval v0.6.2 |
696 | 2024-11-15T21:27:29.333Z | Downloaded topological-sort v0.2.2 |
697 | 2024-11-15T21:27:29.333Z | Downloaded rustc-hash v2.0.0 |
698 | 2024-11-15T21:27:29.335Z | Downloaded similar v2.6.0 |
699 | 2024-11-15T21:27:29.339Z | Downloaded float-cmp v0.9.0 |
700 | 2024-11-15T21:27:29.342Z | Downloaded getrandom v0.2.15 |
701 | 2024-11-15T21:27:29.344Z | Downloaded yoke v0.7.4 |
702 | 2024-11-15T21:27:29.347Z | Downloaded smallvec v0.6.14 |
703 | 2024-11-15T21:27:29.349Z | Downloaded fragile v2.0.0 |
704 | 2024-11-15T21:27:29.352Z | Downloaded slog-stdlog v4.1.1 |
705 | 2024-11-15T21:27:29.354Z | Downloaded slog-scope v4.4.0 |
706 | 2024-11-15T21:27:29.354Z | Downloaded ena v0.14.3 |
707 | 2024-11-15T21:27:29.357Z | Downloaded parking_lot_core v0.9.10 |
708 | 2024-11-15T21:27:29.359Z | Downloaded glob v0.3.1 |
709 | 2024-11-15T21:27:29.362Z | Downloaded zerovec-derive v0.10.3 |
710 | 2024-11-15T21:27:29.364Z | Downloaded hashlink v0.9.1 |
711 | 2024-11-15T21:27:29.364Z | Downloaded utf-8 v0.7.6 |
712 | 2024-11-15T21:27:29.366Z | Downloaded unicode-properties v0.1.3 |
713 | 2024-11-15T21:27:29.369Z | Downloaded password-hash v0.5.0 |
714 | 2024-11-15T21:27:29.371Z | Downloaded toml v0.7.8 |
715 | 2024-11-15T21:27:29.374Z | Downloaded oso v0.27.3 |
716 | 2024-11-15T21:27:29.378Z | Downloaded pin-utils v0.1.0 |
717 | 2024-11-15T21:27:29.380Z | Downloaded sqlparser_derive v0.2.2 |
718 | 2024-11-15T21:27:29.383Z | Downloaded try-lock v0.2.5 |
719 | 2024-11-15T21:27:29.383Z | Downloaded paste v1.0.15 |
720 | 2024-11-15T21:27:29.386Z | Downloaded spin v0.9.8 |
721 | 2024-11-15T21:27:29.388Z | Downloaded embedded-io v0.4.0 |
722 | 2024-11-15T21:27:29.391Z | Downloaded schemars_derive v0.8.21 |
723 | 2024-11-15T21:27:29.394Z | Downloaded progenitor-macro v0.8.0 |
724 | 2024-11-15T21:27:29.394Z | Downloaded futures-task v0.3.31 |
725 | 2024-11-15T21:27:29.397Z | Downloaded futures-sink v0.3.31 |
726 | 2024-11-15T21:27:29.397Z | Downloaded slog-term v2.9.1 |
727 | 2024-11-15T21:27:29.400Z | Downloaded snafu-derive v0.8.5 |
728 | 2024-11-15T21:27:29.402Z | Downloaded mio v1.0.2 |
729 | 2024-11-15T21:27:29.408Z | Downloaded foreign-types-shared v0.1.1 |
730 | 2024-11-15T21:27:29.410Z | Downloaded minimal-lexical v0.2.1 |
731 | 2024-11-15T21:27:29.413Z | Downloaded percent-encoding v2.3.1 |
732 | 2024-11-15T21:27:29.416Z | Downloaded tokio-rustls v0.25.0 |
733 | 2024-11-15T21:27:29.418Z | Downloaded displaydoc v0.2.5 |
734 | 2024-11-15T21:27:29.421Z | Downloaded quick-error v1.2.3 |
735 | 2024-11-15T21:27:29.424Z | Downloaded scrypt v0.11.0 |
736 | 2024-11-15T21:27:29.427Z | Downloaded newline-converter v0.3.0 |
737 | 2024-11-15T21:27:29.427Z | Downloaded rayon-core v1.12.1 |
738 | 2024-11-15T21:27:29.430Z | Downloaded rustc_version v0.4.1 |
739 | 2024-11-15T21:27:29.432Z | Downloaded tls_codec_derive v0.4.1 |
740 | 2024-11-15T21:27:29.436Z | Downloaded untrusted v0.7.1 |
741 | 2024-11-15T21:27:29.439Z | Downloaded subtle v2.6.1 |
742 | 2024-11-15T21:27:29.439Z | Downloaded float-ord v0.3.2 |
743 | 2024-11-15T21:27:29.439Z | Downloaded aws-lc-rs v1.10.0 |
744 | 2024-11-15T21:27:29.448Z | Downloaded tokio-macros v2.4.0 |
745 | 2024-11-15T21:27:29.451Z | Downloaded owo-colors v4.1.0 |
746 | 2024-11-15T21:27:29.453Z | Downloaded hickory-resolver v0.24.1 |
747 | 2024-11-15T21:27:29.458Z | Downloaded nodrop v0.1.14 |
748 | 2024-11-15T21:27:29.461Z | Downloaded dyn-clone v1.0.17 |
749 | 2024-11-15T21:27:29.463Z | Downloaded dunce v1.0.5 |
750 | 2024-11-15T21:27:29.463Z | Downloaded num-integer v0.1.46 |
751 | 2024-11-15T21:27:29.465Z | Downloaded num-derive v0.4.2 |
752 | 2024-11-15T21:27:29.468Z | Downloaded num-iter v0.1.45 |
753 | 2024-11-15T21:27:29.468Z | Downloaded gethostname v0.5.0 |
754 | 2024-11-15T21:27:29.471Z | Downloaded snafu v0.8.5 |
755 | 2024-11-15T21:27:29.477Z | Downloaded rustc_version v0.1.7 |
756 | 2024-11-15T21:27:29.479Z | Downloaded rand_core v0.6.4 |
757 | 2024-11-15T21:27:29.480Z | Downloaded radium v0.7.0 |
758 | 2024-11-15T21:27:29.482Z | Downloaded sec1 v0.7.3 |
759 | 2024-11-15T21:27:29.485Z | Downloaded quinn v0.11.5 |
760 | 2024-11-15T21:27:29.487Z | Downloaded serde_repr v0.1.19 |
761 | 2024-11-15T21:27:29.490Z | Downloaded serde_path_to_error v0.1.16 |
762 | 2024-11-15T21:27:29.493Z | Downloaded rustfmt-wrapper v0.2.1 |
763 | 2024-11-15T21:27:29.493Z | Downloaded tls_codec v0.4.1 |
764 | 2024-11-15T21:27:29.496Z | Downloaded zopfli v0.8.1 |
765 | 2024-11-15T21:27:29.498Z | Downloaded dirs-sys-next v0.1.2 |
766 | 2024-11-15T21:27:29.501Z | Downloaded dirs-next v2.0.0 |
767 | 2024-11-15T21:27:29.503Z | Downloaded rpassword v7.3.1 |
768 | 2024-11-15T21:27:29.503Z | Downloaded openssl-probe v0.1.5 |
769 | 2024-11-15T21:27:29.505Z | Downloaded tap v1.0.1 |
770 | 2024-11-15T21:27:29.505Z | Downloaded unicode-truncate v1.1.0 |
771 | 2024-11-15T21:27:29.508Z | Downloaded supports-color v3.0.1 |
772 | 2024-11-15T21:27:29.512Z | Downloaded blake3 v1.5.4 |
773 | 2024-11-15T21:27:29.518Z | Downloaded parse-size v1.1.0 |
774 | 2024-11-15T21:27:29.520Z | Downloaded hash32 v0.2.1 |
775 | 2024-11-15T21:27:29.523Z | Downloaded num-complex v0.4.6 |
776 | 2024-11-15T21:27:29.523Z | Downloaded prettyplease v0.2.25 |
777 | 2024-11-15T21:27:29.526Z | Downloaded ed25519-dalek v2.1.1 |
778 | 2024-11-15T21:27:29.529Z | Downloaded vsss-rs v3.3.4 |
779 | 2024-11-15T21:27:29.533Z | Downloaded foreign-types-macros v0.2.3 |
780 | 2024-11-15T21:27:29.536Z | Downloaded olpc-cjson v0.1.4 |
781 | 2024-11-15T21:27:29.536Z | Downloaded progenitor-impl v0.8.0 |
782 | 2024-11-15T21:27:29.538Z | Downloaded openssl-macros v0.1.1 |
783 | 2024-11-15T21:27:29.541Z | Downloaded russh-cryptovec v0.7.3 |
784 | 2024-11-15T21:27:29.541Z | Downloaded signal-hook-mio v0.2.4 |
785 | 2024-11-15T21:27:29.544Z | Downloaded shlex v1.3.0 |
786 | 2024-11-15T21:27:29.544Z | Downloaded num-rational v0.4.2 |
787 | 2024-11-15T21:27:29.546Z | Downloaded downcast v0.11.0 |
788 | 2024-11-15T21:27:29.546Z | Downloaded strum_macros v0.25.3 |
789 | 2024-11-15T21:27:29.549Z | Downloaded path-slash v0.1.5 |
790 | 2024-11-15T21:27:29.551Z | Downloaded normalize-line-endings v0.3.0 |
791 | 2024-11-15T21:27:29.551Z | Downloaded newtype_derive v0.1.6 |
792 | 2024-11-15T21:27:29.554Z | Downloaded rustls-webpki v0.101.7 |
793 | 2024-11-15T21:27:29.569Z | Downloaded structmeta v0.2.0 |
794 | 2024-11-15T21:27:29.572Z | Downloaded rtoolbox v0.0.2 |
795 | 2024-11-15T21:27:29.572Z | Downloaded resolv-conf v0.7.0 |
796 | 2024-11-15T21:27:29.574Z | Downloaded idna v1.0.3 |
797 | 2024-11-15T21:27:29.578Z | Downloaded parse-display-derive v0.10.0 |
798 | 2024-11-15T21:27:29.580Z | Downloaded foreign-types-shared v0.3.1 |
799 | 2024-11-15T21:27:29.580Z | Downloaded fallible-streaming-iterator v0.1.9 |
800 | 2024-11-15T21:27:29.583Z | Downloaded postgres-protocol v0.6.7 |
801 | 2024-11-15T21:27:29.585Z | Downloaded foreign-types v0.5.0 |
802 | 2024-11-15T21:27:29.585Z | Downloaded zone v0.3.0 |
803 | 2024-11-15T21:27:29.588Z | Downloaded zone v0.1.8 |
804 | 2024-11-15T21:27:29.588Z | Downloaded des v0.8.1 |
805 | 2024-11-15T21:27:29.590Z | Downloaded rfc6979 v0.4.0 |
806 | 2024-11-15T21:27:29.590Z | Downloaded zeroize_derive v1.4.2 |
807 | 2024-11-15T21:27:29.593Z | Downloaded pin-project-lite v0.2.14 |
808 | 2024-11-15T21:27:29.596Z | Downloaded pbkdf2 v0.11.0 |
809 | 2024-11-15T21:27:29.599Z | Downloaded term v0.7.0 |
810 | 2024-11-15T21:27:29.603Z | Downloaded precomputed-hash v0.1.1 |
811 | 2024-11-15T21:27:29.606Z | Downloaded deranged v0.3.11 |
812 | 2024-11-15T21:27:29.606Z | Downloaded strip-ansi-escapes v0.2.0 |
813 | 2024-11-15T21:27:29.608Z | Downloaded stable_deref_trait v1.2.0 |
814 | 2024-11-15T21:27:29.608Z | Downloaded ssh-encoding v0.2.0 |
815 | 2024-11-15T21:27:29.611Z | Downloaded zip v0.6.6 |
816 | 2024-11-15T21:27:29.614Z | Downloaded env_logger v0.11.5 |
817 | 2024-11-15T21:27:29.617Z | Downloaded termtree v0.4.1 |
818 | 2024-11-15T21:27:29.619Z | Downloaded phf_shared v0.11.2 |
819 | 2024-11-15T21:27:29.620Z | Downloaded wyz v0.5.1 |
820 | 2024-11-15T21:27:29.622Z | Downloaded schemars v0.8.21 |
821 | 2024-11-15T21:27:29.633Z | Downloaded writeable v0.5.5 |
822 | 2024-11-15T21:27:29.636Z | Downloaded fs_extra v1.3.0 |
823 | 2024-11-15T21:27:29.639Z | Downloaded libxml v0.3.3 |
824 | 2024-11-15T21:27:29.644Z | Downloaded opaque-debug v0.3.1 |
825 | 2024-11-15T21:27:29.646Z | Downloaded slog-async v2.8.0 |
826 | 2024-11-15T21:27:29.649Z | Downloaded structmeta v0.3.0 |
827 | 2024-11-15T21:27:29.649Z | Downloaded vte v0.11.1 |
828 | 2024-11-15T21:27:29.651Z | Downloaded xz2 v0.1.7 |
829 | 2024-11-15T21:27:29.654Z | Downloaded tough v0.19.0 |
830 | 2024-11-15T21:27:29.660Z | Downloaded progenitor v0.8.0 |
831 | 2024-11-15T21:27:29.662Z | Downloaded salty v0.3.0 |
832 | 2024-11-15T21:27:29.669Z | Downloaded tinyvec_macros v0.1.1 |
833 | 2024-11-15T21:27:29.671Z | Downloaded signature v2.2.0 |
834 | 2024-11-15T21:27:29.671Z | Downloaded enum-as-inner v0.6.1 |
835 | 2024-11-15T21:27:29.674Z | Downloaded untrusted v0.9.0 |
836 | 2024-11-15T21:27:29.676Z | Downloaded dhcproto v0.12.0 |
837 | 2024-11-15T21:27:29.679Z | Downloaded signal-hook-registry v1.4.2 |
838 | 2024-11-15T21:27:29.681Z | Downloaded diesel-dtrace v0.3.0 |
839 | 2024-11-15T21:27:29.681Z | Downloaded der_derive v0.7.3 |
840 | 2024-11-15T21:27:29.684Z | Downloaded ssh-cipher v0.2.0 |
841 | 2024-11-15T21:27:29.686Z | Downloaded unsafe-libyaml v0.2.11 |
842 | 2024-11-15T21:27:29.689Z | Downloaded structmeta-derive v0.3.0 |
843 | 2024-11-15T21:27:29.691Z | Downloaded rustls-pemfile v2.2.0 |
844 | 2024-11-15T21:27:29.694Z | Downloaded twox-hash v1.6.3 |
845 | 2024-11-15T21:27:29.694Z | Downloaded toml_edit v0.19.15 |
846 | 2024-11-15T21:27:29.710Z | Downloaded rustc-demangle v0.1.24 |
847 | 2024-11-15T21:27:29.713Z | Downloaded itertools v0.12.1 |
848 | 2024-11-15T21:27:29.719Z | Downloaded pkg-config v0.3.31 |
849 | 2024-11-15T21:27:29.722Z | Downloaded hash32 v0.3.1 |
850 | 2024-11-15T21:27:29.724Z | Downloaded rustls-webpki v0.102.8 |
851 | 2024-11-15T21:27:29.741Z | Downloaded env_filter v0.1.2 |
852 | 2024-11-15T21:27:29.744Z | Downloaded chrono v0.4.38 |
853 | 2024-11-15T21:27:29.750Z | Downloaded pin-project-internal v1.1.6 |
854 | 2024-11-15T21:27:29.753Z | Downloaded thiserror-impl-no-std v2.0.2 |
855 | 2024-11-15T21:27:29.756Z | Downloaded pem-rfc7468 v0.7.0 |
856 | 2024-11-15T21:27:29.759Z | Downloaded slog-bunyan v2.5.0 |
857 | 2024-11-15T21:27:29.759Z | Downloaded futures-io v0.3.31 |
858 | 2024-11-15T21:27:29.759Z | Downloaded sqlparser v0.45.0 |
859 | 2024-11-15T21:27:29.764Z | Downloaded signal-hook v0.3.17 |
860 | 2024-11-15T21:27:29.767Z | Downloaded hickory-server v0.24.1 |
861 | 2024-11-15T21:27:29.773Z | Downloaded num v0.4.3 |
862 | 2024-11-15T21:27:29.775Z | Downloaded newtype-uuid v1.1.3 |
863 | 2024-11-15T21:27:29.775Z | Downloaded fallible-iterator v0.2.0 |
864 | 2024-11-15T21:27:29.778Z | Downloaded rsa v0.9.6 |
865 | 2024-11-15T21:27:29.782Z | Downloaded tokio-util v0.7.12 |
866 | 2024-11-15T21:27:29.788Z | Downloaded pkcs1 v0.7.5 |
867 | 2024-11-15T21:27:29.791Z | Downloaded pkcs5 v0.7.1 |
868 | 2024-11-15T21:27:29.795Z | Downloaded serde_derive_internals v0.29.1 |
869 | 2024-11-15T21:27:29.797Z | Downloaded secrecy v0.8.0 |
870 | 2024-11-15T21:27:29.800Z | Downloaded half v2.4.1 |
871 | 2024-11-15T21:27:29.802Z | Downloaded hyper v1.5.0 |
872 | 2024-11-15T21:27:29.808Z | Downloaded tungstenite v0.24.0 |
873 | 2024-11-15T21:27:29.812Z | Downloaded env_logger v0.10.2 |
874 | 2024-11-15T21:27:29.814Z | Downloaded tracing-core v0.1.32 |
875 | 2024-11-15T21:27:29.818Z | Downloaded zerovec v0.10.4 |
876 | 2024-11-15T21:27:29.824Z | Downloaded nom v7.1.3 |
877 | 2024-11-15T21:27:29.830Z | Downloaded icu_properties_data v1.5.0 |
878 | 2024-11-15T21:27:29.841Z | Downloaded pin-project v1.1.6 |
879 | 2024-11-15T21:27:29.852Z | Downloaded tokio-postgres v0.7.12 |
880 | 2024-11-15T21:27:29.858Z | Downloaded tungstenite v0.23.0 |
881 | 2024-11-15T21:27:29.861Z | Downloaded smoltcp v0.9.1 |
882 | 2024-11-15T21:27:29.874Z | Downloaded tokio-rustls v0.24.1 |
883 | 2024-11-15T21:27:29.878Z | Downloaded der v0.7.9 |
884 | 2024-11-15T21:27:29.881Z | Downloaded h2 v0.4.6 |
885 | 2024-11-15T21:27:29.888Z | Downloaded petname v2.0.2 |
886 | 2024-11-15T21:27:29.894Z | Downloaded expectorate v1.1.0 |
887 | 2024-11-15T21:27:29.901Z | Downloaded quinn-proto v0.11.8 |
888 | 2024-11-15T21:27:29.904Z | Downloaded russh v0.45.0 |
889 | 2024-11-15T21:27:29.910Z | Downloaded rustls v0.21.12 |
890 | 2024-11-15T21:27:29.923Z | Downloaded num-bigint-dig v0.8.4 |
891 | 2024-11-15T21:27:29.927Z | Downloaded reedline v0.35.0 |
892 | 2024-11-15T21:27:29.935Z | Downloaded x509-cert v0.2.5 |
893 | 2024-11-15T21:27:29.942Z | Downloaded zip v2.1.3 |
894 | 2024-11-15T21:27:29.946Z | Downloaded url v2.5.3 |
895 | 2024-11-15T21:27:29.950Z | Downloaded chrono-tz v0.10.0 |
896 | 2024-11-15T21:27:29.958Z | Downloaded nix v0.27.1 |
897 | 2024-11-15T21:27:29.969Z | Downloaded flate2 v1.0.34 |
898 | 2024-11-15T21:27:29.975Z | Downloaded bstr v1.10.0 |
899 | 2024-11-15T21:27:29.986Z | Downloaded polar-core v0.27.3 |
900 | 2024-11-15T21:27:29.995Z | Downloaded winnow v0.5.40 |
901 | 2024-11-15T21:27:30.004Z | Downloaded idna v0.3.0 |
902 | 2024-11-15T21:27:30.011Z | Downloaded object v0.30.4 |
903 | 2024-11-15T21:27:30.021Z | Downloaded curve25519-dalek v4.1.3 |
904 | 2024-11-15T21:27:30.031Z | Downloaded vcpkg v0.2.15 |
905 | 2024-11-15T21:27:30.069Z | Downloaded num-bigint v0.4.6 |
906 | 2024-11-15T21:27:30.074Z | Downloaded rustls v0.23.14 |
907 | 2024-11-15T21:27:30.086Z | Downloaded openssl v0.10.68 |
908 | 2024-11-15T21:27:30.096Z | Downloaded hashbrown v0.13.2 |
909 | 2024-11-15T21:27:30.100Z | Downloaded idna v0.5.0 |
910 | 2024-11-15T21:27:30.107Z | Downloaded unicode-width v0.2.0 |
911 | 2024-11-15T21:27:30.113Z | Downloaded unicode-segmentation v1.12.0 |
912 | 2024-11-15T21:27:30.117Z | Downloaded sled v0.34.7 |
913 | 2024-11-15T21:27:30.128Z | Downloaded reqwest v0.12.9 |
914 | 2024-11-15T21:27:30.136Z | Downloaded dropshot v0.13.0 |
915 | 2024-11-15T21:27:30.158Z | Downloaded idna v0.4.0 |
916 | 2024-11-15T21:27:30.165Z | Downloaded zerocopy-derive v0.6.6 |
917 | 2024-11-15T21:27:30.175Z | Downloaded proptest v1.5.0 |
918 | 2024-11-15T21:27:30.184Z | Downloaded rusqlite v0.32.1 |
919 | 2024-11-15T21:27:30.192Z | Downloaded ratatui v0.28.1 |
920 | 2024-11-15T21:27:30.212Z | Downloaded git2 v0.19.0 |
921 | 2024-11-15T21:27:30.221Z | Downloaded regex-automata v0.4.8 |
922 | 2024-11-15T21:27:30.238Z | Downloaded webpki-roots v0.26.6 |
923 | 2024-11-15T21:27:30.241Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
924 | 2024-11-15T21:27:30.254Z | Downloaded idna v0.2.3 |
925 | 2024-11-15T21:27:30.261Z | Downloaded regress v0.9.1 |
926 | 2024-11-15T21:27:30.270Z | Downloaded gimli v0.31.1 |
927 | 2024-11-15T21:27:30.279Z | Downloaded regex-syntax v0.6.29 |
928 | 2024-11-15T21:27:30.287Z | Downloaded typed-path v0.9.3 |
929 | 2024-11-15T21:27:30.293Z | Downloaded hashbrown v0.12.3 |
930 | 2024-11-15T21:27:30.297Z | Downloaded quick-xml v0.33.0 |
931 | 2024-11-15T21:27:30.304Z | Downloaded lalrpop v0.19.12 |
932 | 2024-11-15T21:27:30.316Z | Downloaded radix_trie v0.2.1 |
933 | 2024-11-15T21:27:30.322Z | Downloaded regex v1.11.1 |
934 | 2024-11-15T21:27:30.337Z | Downloaded smoltcp v0.11.0 |
935 | 2024-11-15T21:27:30.350Z | Downloaded portable-atomic v1.9.0 |
936 | 2024-11-15T21:27:30.357Z | Downloaded regress v0.10.1 |
937 | 2024-11-15T21:27:30.366Z | Downloaded nix v0.28.0 |
938 | 2024-11-15T21:27:30.379Z | Downloaded rustls v0.22.4 |
939 | 2024-11-15T21:27:30.393Z | Downloaded trust-dns-proto v0.22.0 |
940 | 2024-11-15T21:27:30.405Z | Downloaded dropshot v0.12.0 |
941 | 2024-11-15T21:27:30.426Z | Downloaded openapiv3 v2.0.0 |
942 | 2024-11-15T21:27:30.439Z | Downloaded object v0.36.5 |
943 | 2024-11-15T21:27:30.451Z | Downloaded tokio v1.40.0 |
944 | 2024-11-15T21:27:30.491Z | Downloaded diesel v2.2.4 |
945 | 2024-11-15T21:27:30.510Z | Downloaded typify-impl v0.2.0 |
946 | 2024-11-15T21:27:30.526Z | Downloaded nix v0.29.0 |
947 | 2024-11-15T21:27:30.538Z | Downloaded hickory-proto v0.24.1 |
948 | 2024-11-15T21:27:30.555Z | Downloaded csv v1.3.0 |
949 | 2024-11-15T21:27:30.575Z | Downloaded regex-syntax v0.8.5 |
950 | 2024-11-15T21:27:30.584Z | Downloaded p384 v0.13.0 |
951 | 2024-11-15T21:27:30.591Z | Downloaded unicode-normalization v0.1.24 |
952 | 2024-11-15T21:27:30.594Z | Downloaded serde_with v3.11.0 |
953 | 2024-11-15T21:27:30.603Z | Downloaded rustls-pki-types v1.9.0 |
954 | 2024-11-15T21:27:30.607Z | Downloaded parking_lot v0.11.2 |
955 | 2024-11-15T21:27:30.609Z | Downloaded unicode_categories v0.1.1 |
956 | 2024-11-15T21:27:30.612Z | Downloaded publicsuffix v2.2.3 |
957 | 2024-11-15T21:27:30.615Z | Downloaded test-strategy v0.3.1 |
958 | 2024-11-15T21:27:30.618Z | Downloaded password-hash v0.4.2 |
959 | 2024-11-15T21:27:30.621Z | Downloaded rand v0.8.5 |
960 | 2024-11-15T21:27:30.625Z | Downloaded tar v0.4.43 |
961 | 2024-11-15T21:27:30.628Z | Downloaded postgres-types v0.2.8 |
962 | 2024-11-15T21:27:30.630Z | Downloaded scheduled-thread-pool v0.2.7 |
963 | 2024-11-15T21:27:30.633Z | Downloaded proc-macro-crate v1.3.1 |
964 | 2024-11-15T21:27:30.633Z | Downloaded russh-keys v0.45.0 |
965 | 2024-11-15T21:27:30.635Z | Downloaded xattr v1.3.1 |
966 | 2024-11-15T21:27:30.638Z | Downloaded futures-util v0.3.31 |
967 | 2024-11-15T21:27:30.651Z | Downloaded bindgen v0.69.5 |
968 | 2024-11-15T21:27:30.659Z | Downloaded structmeta-derive v0.2.0 |
969 | 2024-11-15T21:27:30.663Z | Downloaded futures-executor v0.3.31 |
970 | 2024-11-15T21:27:30.663Z | Downloaded tui-tree-widget v0.22.0 |
971 | 2024-11-15T21:27:30.665Z | Downloaded ppv-lite86 v0.2.20 |
972 | 2024-11-15T21:27:30.665Z | Downloaded lzma-sys v0.1.20 |
973 | 2024-11-15T21:27:30.695Z | Downloaded defmt-macros v0.3.9 |
974 | 2024-11-15T21:27:30.698Z | Downloaded subprocess v0.2.9 |
975 | 2024-11-15T21:27:30.701Z | Downloaded itertools v0.13.0 |
976 | 2024-11-15T21:27:30.708Z | Downloaded defmt v0.3.8 |
977 | 2024-11-15T21:27:30.711Z | Downloaded petgraph v0.6.5 |
978 | 2024-11-15T21:27:30.729Z | Downloaded libz-sys v1.1.20 |
979 | 2024-11-15T21:27:30.750Z | Downloaded yasna v0.5.2 |
980 | 2024-11-15T21:27:30.753Z | Downloaded pkcs8 v0.10.2 |
981 | 2024-11-15T21:27:30.755Z | Downloaded elliptic-curve v0.13.8 |
982 | 2024-11-15T21:27:30.759Z | Downloaded rustls-pemfile v1.0.4 |
983 | 2024-11-15T21:27:30.761Z | Downloaded parse-zoneinfo v0.3.1 |
984 | 2024-11-15T21:27:30.764Z | Downloaded openssl-sys v0.9.104 |
985 | 2024-11-15T21:27:30.768Z | Downloaded hashbrown v0.14.5 |
986 | 2024-11-15T21:27:30.774Z | Downloaded time v0.3.36 |
987 | 2024-11-15T21:27:30.805Z | Downloaded strum_macros v0.26.4 |
988 | 2024-11-15T21:27:30.809Z | Downloaded sha3 v0.10.8 |
989 | 2024-11-15T21:27:30.814Z | Downloaded derive_more v0.99.18 |
990 | 2024-11-15T21:27:30.821Z | Downloaded parse-display v0.10.0 |
991 | 2024-11-15T21:27:30.824Z | Downloaded termcolor v1.4.1 |
992 | 2024-11-15T21:27:30.826Z | Downloaded packed_struct_codegen v0.10.1 |
993 | 2024-11-15T21:27:30.826Z | Downloaded postcard v1.0.10 |
994 | 2024-11-15T21:27:30.829Z | Downloaded darling_core v0.20.10 |
995 | 2024-11-15T21:27:30.835Z | Downloaded uuid v1.11.0 |
996 | 2024-11-15T21:27:30.840Z | Downloaded p521 v0.13.3 |
997 | 2024-11-15T21:27:30.843Z | Downloaded derive-where v1.2.7 |
998 | 2024-11-15T21:27:30.847Z | Downloaded rayon v1.10.0 |
999 | 2024-11-15T21:27:30.859Z | Downloaded powerfmt v0.2.0 |
1000 | 2024-11-15T21:27:30.861Z | Downloaded sct v0.7.1 |
1001 | 2024-11-15T21:27:30.865Z | Downloaded smallvec v1.13.2 |
1002 | 2024-11-15T21:27:30.868Z | Downloaded rustyline v14.0.0 |
1003 | 2024-11-15T21:27:30.876Z | Downloaded serde_plain v1.0.2 |
1004 | 2024-11-15T21:27:30.879Z | Downloaded vergen v8.3.2 |
1005 | 2024-11-15T21:27:30.882Z | Downloaded bitvec v1.0.1 |
1006 | 2024-11-15T21:27:30.895Z | Downloaded tracing v0.1.40 |
1007 | 2024-11-15T21:27:30.899Z | Downloaded futures-macro v0.3.31 |
1008 | 2024-11-15T21:27:30.901Z | Downloaded rcgen v0.12.1 |
1009 | 2024-11-15T21:27:30.904Z | Downloaded heapless v0.8.0 |
1010 | 2024-11-15T21:27:30.907Z | Downloaded aho-corasick v1.1.3 |
1011 | 2024-11-15T21:27:30.912Z | Downloaded slog-json v2.6.1 |
1012 | 2024-11-15T21:27:30.915Z | Downloaded slog-dtrace v0.3.0 |
1013 | 2024-11-15T21:27:30.917Z | Downloaded derive_builder v0.20.2 |
1014 | 2024-11-15T21:27:30.921Z | Downloaded unicode-xid v0.2.6 |
1015 | 2024-11-15T21:27:30.923Z | Downloaded sqlformat v0.2.6 |
1016 | 2024-11-15T21:27:30.926Z | Downloaded ssh-key v0.6.6 |
1017 | 2024-11-15T21:27:30.931Z | Downloaded spki v0.7.3 |
1018 | 2024-11-15T21:27:30.933Z | Downloaded form_urlencoded v1.2.1 |
1019 | 2024-11-15T21:27:30.933Z | Downloaded steno v0.4.1 |
1020 | 2024-11-15T21:27:30.937Z | Downloaded uzers v0.12.1 |
1021 | 2024-11-15T21:27:30.941Z | Downloaded omicron-zone-package v0.11.1 |
1022 | 2024-11-15T21:27:30.944Z | Downloaded encoding_rs v0.8.34 |
1023 | 2024-11-15T21:27:30.965Z | Downloaded fatfs v0.3.6 |
1024 | 2024-11-15T21:27:30.968Z | Downloaded diesel_derives v2.2.3 |
1025 | 2024-11-15T21:27:30.971Z | Downloaded libm v0.2.8 |
1026 | 2024-11-15T21:27:30.979Z | Downloaded serde_with_macros v3.11.0 |
1027 | 2024-11-15T21:27:30.981Z | Downloaded dropshot_endpoint v0.13.0 |
1028 | 2024-11-15T21:27:30.984Z | Downloaded crossterm v0.28.1 |
1029 | 2024-11-15T21:27:30.990Z | Downloaded heapless v0.7.17 |
1030 | 2024-11-15T21:27:30.994Z | Downloaded itertools v0.10.5 |
1031 | 2024-11-15T21:27:31.000Z | Downloaded aes-gcm v0.10.3 |
1032 | 2024-11-15T21:27:31.003Z | Downloaded rustc-hash v1.1.0 |
1033 | 2024-11-15T21:27:31.006Z | Downloaded value-bag v1.9.0 |
1034 | 2024-11-15T21:27:31.008Z | Downloaded tinystr v0.7.6 |
1035 | 2024-11-15T21:27:31.011Z | Downloaded tiny-keccak v2.0.2 |
1036 | 2024-11-15T21:27:31.014Z | Downloaded parking_lot_core v0.8.6 |
1037 | 2024-11-15T21:27:31.016Z | Downloaded tungstenite v0.21.0 |
1038 | 2024-11-15T21:27:31.019Z | Downloaded typify v0.2.0 |
1039 | 2024-11-15T21:27:31.022Z | Downloaded samael v0.0.17 |
1040 | 2024-11-15T21:27:31.027Z | Downloaded icu_properties v1.5.1 |
1041 | 2024-11-15T21:27:31.030Z | Downloaded zone_cfg_derive v0.1.2 |
1042 | 2024-11-15T21:27:31.033Z | Downloaded fd-lock v4.0.2 |
1043 | 2024-11-15T21:27:31.036Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1044 | 2024-11-15T21:27:31.093Z | Downloaded headers v0.4.0 |
1045 | 2024-11-15T21:27:31.098Z | Downloaded whoami v1.5.2 |
1046 | 2024-11-15T21:27:31.101Z | Downloaded sync-ptr v0.1.1 |
1047 | 2024-11-15T21:27:31.104Z | Downloaded diff v0.1.13 |
1048 | 2024-11-15T21:27:31.106Z | Downloaded zerocopy v0.6.6 |
1049 | 2024-11-15T21:27:31.109Z | Downloaded tokio-rustls v0.26.0 |
1050 | 2024-11-15T21:27:31.111Z | Downloaded indexmap v1.9.3 |
1051 | 2024-11-15T21:27:31.114Z | Downloaded const_format v0.2.33 |
1052 | 2024-11-15T21:27:31.118Z | Downloaded qorb v0.2.0 |
1053 | 2024-11-15T21:27:31.122Z | Downloaded mockall_derive v0.13.0 |
1054 | 2024-11-15T21:27:31.125Z | Downloaded hmac v0.12.1 |
1055 | 2024-11-15T21:27:31.128Z | Downloaded tokio-tungstenite v0.21.0 |
1056 | 2024-11-15T21:27:31.131Z | Downloaded crypto-bigint v0.5.5 |
1057 | 2024-11-15T21:27:31.135Z | Downloaded hex v0.4.3 |
1058 | 2024-11-15T21:27:31.137Z | Downloaded peg-runtime v0.8.3 |
1059 | 2024-11-15T21:27:31.137Z | Downloaded icu_normalizer_data v1.5.0 |
1060 | 2024-11-15T21:27:31.142Z | Downloaded globset v0.4.15 |
1061 | 2024-11-15T21:27:31.145Z | Downloaded ed25519 v2.2.3 |
1062 | 2024-11-15T21:27:31.145Z | Downloaded synstructure v0.13.1 |
1063 | 2024-11-15T21:27:31.145Z | Downloaded sha1 v0.10.6 |
1064 | 2024-11-15T21:27:31.148Z | Downloaded salsa20 v0.10.2 |
1065 | 2024-11-15T21:27:31.148Z | Downloaded ron v0.8.1 |
1066 | 2024-11-15T21:27:31.152Z | Downloaded sync_wrapper v1.0.1 |
1067 | 2024-11-15T21:27:31.155Z | Downloaded icu_locid_transform_data v1.5.0 |
1068 | 2024-11-15T21:27:31.155Z | Downloaded either v1.13.0 |
1069 | 2024-11-15T21:27:31.159Z | Downloaded pbkdf2 v0.12.2 |
1070 | 2024-11-15T21:27:31.159Z | Downloaded packed_struct v0.10.1 |
1071 | 2024-11-15T21:27:31.161Z | Downloaded num_enum_derive v0.5.11 |
1072 | 2024-11-15T21:27:31.162Z | Downloaded mime_guess v2.0.5 |
1073 | 2024-11-15T21:27:31.164Z | Downloaded libloading v0.8.5 |
1074 | 2024-11-15T21:27:31.164Z | Downloaded jobserver v0.1.32 |
1075 | 2024-11-15T21:27:31.167Z | Downloaded wait-timeout v0.2.0 |
1076 | 2024-11-15T21:27:31.170Z | Downloaded unicase v2.7.0 |
1077 | 2024-11-15T21:27:31.173Z | Downloaded unarray v0.1.4 |
1078 | 2024-11-15T21:27:31.173Z | Downloaded tracing-attributes v0.1.27 |
1079 | 2024-11-15T21:27:31.176Z | Downloaded tokio-native-tls v0.3.1 |
1080 | 2024-11-15T21:27:31.179Z | Downloaded indicatif v0.17.9 |
1081 | 2024-11-15T21:27:31.182Z | Downloaded utf16_iter v1.0.5 |
1082 | 2024-11-15T21:27:31.182Z | Downloaded typify-macro v0.2.0 |
1083 | 2024-11-15T21:27:31.185Z | Downloaded ref-cast v1.0.23 |
1084 | 2024-11-15T21:27:31.187Z | Downloaded blake2 v0.10.6 |
1085 | 2024-11-15T21:27:31.190Z | Downloaded keccak v0.1.5 |
1086 | 2024-11-15T21:27:31.190Z | Downloaded arc-swap v1.7.1 |
1087 | 2024-11-15T21:27:31.194Z | Downloaded is-terminal v0.4.13 |
1088 | 2024-11-15T21:27:31.197Z | Downloaded indoc v1.0.9 |
1089 | 2024-11-15T21:27:31.197Z | Downloaded indent_write v2.2.0 |
1090 | 2024-11-15T21:27:31.199Z | Downloaded inout v0.1.3 |
1091 | 2024-11-15T21:27:31.199Z | Downloaded cookie_store v0.21.0 |
1092 | 2024-11-15T21:27:31.202Z | Downloaded httparse v1.9.5 |
1093 | 2024-11-15T21:27:31.205Z | Downloaded ciborium-ll v0.2.2 |
1094 | 2024-11-15T21:27:31.205Z | Downloaded serde-hex v0.1.0 |
1095 | 2024-11-15T21:27:31.207Z | Downloaded hex-literal v0.4.1 |
1096 | 2024-11-15T21:27:31.208Z | Downloaded darling v0.20.10 |
1097 | 2024-11-15T21:27:31.211Z | Downloaded async-trait v0.1.83 |
1098 | 2024-11-15T21:27:31.215Z | Downloaded arrayvec v0.7.6 |
1099 | 2024-11-15T21:27:31.218Z | Downloaded hyper-tls v0.6.0 |
1100 | 2024-11-15T21:27:31.218Z | Downloaded cc v1.1.30 |
1101 | 2024-11-15T21:27:31.220Z | Downloaded base64 v0.22.1 |
1102 | 2024-11-15T21:27:31.224Z | Downloaded is_ci v1.2.0 |
1103 | 2024-11-15T21:27:31.226Z | Downloaded crossbeam-deque v0.8.5 |
1104 | 2024-11-15T21:27:31.229Z | Downloaded chrono-tz-build v0.4.0 |
1105 | 2024-11-15T21:27:31.229Z | Downloaded argon2 v0.5.3 |
1106 | 2024-11-15T21:27:31.229Z | Downloaded colored v2.1.0 |
1107 | 2024-11-15T21:27:31.232Z | Downloaded cmake v0.1.51 |
1108 | 2024-11-15T21:27:31.232Z | Downloaded convert_case v0.4.0 |
1109 | 2024-11-15T21:27:31.234Z | Downloaded const_format_proc_macros v0.2.33 |
1110 | 2024-11-15T21:27:31.238Z | Downloaded hubpack v0.1.2 |
1111 | 2024-11-15T21:27:31.238Z | Downloaded http-body-util v0.1.2 |
1112 | 2024-11-15T21:27:31.240Z | Downloaded hostname v0.3.1 |
1113 | 2024-11-15T21:27:31.240Z | Downloaded home v0.5.9 |
1114 | 2024-11-15T21:27:31.240Z | Downloaded chacha20 v0.9.1 |
1115 | 2024-11-15T21:27:31.243Z | Downloaded cexpr v0.6.0 |
1116 | 2024-11-15T21:27:31.243Z | Downloaded blowfish v0.9.1 |
1117 | 2024-11-15T21:27:31.245Z | Downloaded bitfield-struct v0.6.2 |
1118 | 2024-11-15T21:27:31.245Z | Downloaded bb8 v0.8.5 |
1119 | 2024-11-15T21:27:31.248Z | Downloaded iana-time-zone v0.1.61 |
1120 | 2024-11-15T21:27:31.250Z | Downloaded async-stream v0.3.6 |
1121 | 2024-11-15T21:27:31.253Z | Downloaded hyper-staticfile v0.10.1 |
1122 | 2024-11-15T21:27:31.253Z | Downloaded crc-any v2.5.0 |
1123 | 2024-11-15T21:27:31.256Z | Downloaded cookie v0.18.1 |
1124 | 2024-11-15T21:27:31.258Z | Downloaded ciborium v0.2.2 |
1125 | 2024-11-15T21:27:31.261Z | Downloaded mime v0.3.17 |
1126 | 2024-11-15T21:27:31.261Z | Downloaded maybe-uninit v2.0.0 |
1127 | 2024-11-15T21:27:31.264Z | Downloaded libsw v3.3.1 |
1128 | 2024-11-15T21:27:31.266Z | Downloaded ipnetwork v0.20.0 |
1129 | 2024-11-15T21:27:31.266Z | Downloaded cstr-argument v0.1.2 |
1130 | 2024-11-15T21:27:31.268Z | Downloaded crunchy v0.2.2 |
1131 | 2024-11-15T21:27:31.361Z | Downloaded ring v0.17.8 |
1132 | 2024-11-15T21:27:31.462Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-11-15T21:27:31.583Z | Downloaded ring v0.16.20 |
1134 | 2024-11-15T21:27:31.804Z | Downloaded aws-lc-sys v0.22.0 |
1135 | 2024-11-15T21:27:32.145Z | Compiling serde v1.0.215 |
1136 | 2024-11-15T21:27:32.148Z | Compiling lock_api v0.4.12 |
1137 | 2024-11-15T21:27:32.148Z | Compiling scopeguard v1.2.0 |
1138 | 2024-11-15T21:27:32.148Z | Compiling value-bag v1.9.0 |
1139 | 2024-11-15T21:27:32.148Z | Compiling typenum v1.17.0 |
1140 | 2024-11-15T21:27:32.148Z | Compiling generic-array v0.14.7 |
1141 | 2024-11-15T21:27:32.325Z | Compiling syn v2.0.87 |
1142 | 2024-11-15T21:27:32.340Z | Compiling getrandom v0.2.15 |
1143 | 2024-11-15T21:27:32.487Z | Compiling shlex v1.3.0 |
1144 | 2024-11-15T21:27:32.675Z | Compiling rand_core v0.6.4 |
1145 | 2024-11-15T21:27:32.754Z | Compiling log v0.4.22 |
1146 | 2024-11-15T21:27:32.894Z | Compiling subtle v2.6.1 |
1147 | 2024-11-15T21:27:32.911Z | Compiling jobserver v0.1.32 |
1148 | 2024-11-15T21:27:32.941Z | Compiling smallvec v1.13.2 |
1149 | 2024-11-15T21:27:33.196Z | Compiling const-oid v0.9.6 |
1150 | 2024-11-15T21:27:33.215Z | Compiling spin v0.9.8 |
1151 | 2024-11-15T21:27:33.232Z | Compiling pin-project-lite v0.2.14 |
1152 | 2024-11-15T21:27:33.377Z | Compiling cc v1.1.30 |
1153 | 2024-11-15T21:27:33.379Z | Compiling rustix v0.38.37 |
1154 | 2024-11-15T21:27:33.603Z | Compiling parking_lot_core v0.9.10 |
1155 | 2024-11-15T21:27:33.621Z | Compiling futures-core v0.3.31 |
1156 | 2024-11-15T21:27:33.816Z | Compiling signal-hook-registry v1.4.2 |
1157 | 2024-11-15T21:27:33.861Z | Compiling mio v1.0.2 |
1158 | 2024-11-15T21:27:34.321Z | Compiling aho-corasick v1.1.3 |
1159 | 2024-11-15T21:27:34.644Z | Compiling parking_lot v0.12.3 |
1160 | 2024-11-15T21:27:34.742Z | Compiling regex-syntax v0.8.5 |
1161 | 2024-11-15T21:27:34.959Z | Compiling cpufeatures v0.2.14 |
1162 | 2024-11-15T21:27:35.065Z | Compiling either v1.13.0 |
1163 | 2024-11-15T21:27:35.084Z | Compiling lazy_static v1.5.0 |
1164 | 2024-11-15T21:27:35.137Z | Compiling stable_deref_trait v1.2.0 |
1165 | 2024-11-15T21:27:35.201Z | Compiling futures-sink v0.3.31 |
1166 | 2024-11-15T21:27:35.253Z | Compiling glob v0.3.1 |
1167 | 2024-11-15T21:27:35.349Z | Compiling socket2 v0.5.7 |
1168 | 2024-11-15T21:27:35.485Z | Compiling slab v0.4.9 |
1169 | 2024-11-15T21:27:35.587Z | Compiling prettyplease v0.2.25 |
1170 | 2024-11-15T21:27:35.984Z | Compiling minimal-lexical v0.2.1 |
1171 | 2024-11-15T21:27:36.334Z | Compiling libloading v0.8.5 |
1172 | 2024-11-15T21:27:36.354Z | Compiling clang-sys v1.8.1 |
1173 | 2024-11-15T21:27:36.439Z | Compiling nom v7.1.3 |
1174 | 2024-11-15T21:27:36.533Z | Compiling serde_json v1.0.132 |
1175 | 2024-11-15T21:27:36.779Z | Compiling bindgen v0.69.5 |
1176 | 2024-11-15T21:27:36.863Z | Compiling home v0.5.9 |
1177 | 2024-11-15T21:27:37.170Z | Compiling itertools v0.12.1 |
1178 | 2024-11-15T21:27:37.615Z | Compiling futures-channel v0.3.31 |
1179 | 2024-11-15T21:27:37.835Z | Compiling allocator-api2 v0.2.18 |
1180 | 2024-11-15T21:27:38.049Z | Compiling lazycell v1.3.0 |
1181 | 2024-11-15T21:27:38.217Z | Compiling futures-io v0.3.31 |
1182 | 2024-11-15T21:27:38.541Z | Compiling regex-automata v0.4.8 |
1183 | 2024-11-15T21:27:38.674Z | Compiling pin-utils v0.1.0 |
1184 | 2024-11-15T21:27:38.775Z | Compiling futures-task v0.3.31 |
1185 | 2024-11-15T21:27:39.070Z | Compiling foldhash v0.1.3 |
1186 | 2024-11-15T21:27:39.392Z | Compiling rustc-hash v1.1.0 |
1187 | 2024-11-15T21:27:39.537Z | Compiling hashbrown v0.15.0 |
1188 | 2024-11-15T21:27:40.197Z | Compiling synstructure v0.13.1 |
1189 | 2024-11-15T21:27:40.348Z | Compiling cexpr v0.6.0 |
1190 | 2024-11-15T21:27:40.904Z | Compiling cmake v0.1.51 |
1191 | 2024-11-15T21:27:41.712Z | Compiling libm v0.2.8 |
1192 | 2024-11-15T21:27:41.960Z | Compiling tinyvec_macros v0.1.1 |
1193 | 2024-11-15T21:27:42.006Z | Compiling fs_extra v1.3.0 |
1194 | 2024-11-15T21:27:42.041Z | Compiling dunce v1.0.5 |
1195 | 2024-11-15T21:27:42.060Z | Compiling pkg-config v0.3.31 |
1196 | 2024-11-15T21:27:42.161Z | Compiling tinyvec v1.8.0 |
1197 | 2024-11-15T21:27:42.209Z | Compiling num-traits v0.2.19 |
1198 | 2024-11-15T21:27:42.721Z | Compiling ring v0.17.8 |
1199 | 2024-11-15T21:27:43.403Z | Compiling paste v1.0.15 |
1200 | 2024-11-15T21:27:43.625Z | Compiling unicode-normalization v0.1.24 |
1201 | 2024-11-15T21:27:43.672Z | Compiling writeable v0.5.5 |
1202 | 2024-11-15T21:27:43.874Z | Compiling base64ct v1.6.0 |
1203 | 2024-11-15T21:27:43.907Z | Compiling unicode-bidi v0.3.17 |
1204 | 2024-11-15T21:27:43.967Z | Compiling litemap v0.7.3 |
1205 | 2024-11-15T21:27:44.240Z | Compiling regex v1.11.1 |
1206 | 2024-11-15T21:27:44.411Z | Compiling pem-rfc7468 v0.7.0 |
1207 | 2024-11-15T21:27:45.034Z | Compiling flagset v0.4.6 |
1208 | 2024-11-15T21:27:45.238Z | Compiling httparse v1.9.5 |
1209 | 2024-11-15T21:27:45.281Z | Compiling aws-lc-rs v1.10.0 |
1210 | 2024-11-15T21:27:45.709Z | Compiling tracing-core v0.1.32 |
1211 | 2024-11-15T21:27:46.093Z | Compiling rustls-pki-types v1.9.0 |
1212 | 2024-11-15T21:27:46.480Z | Compiling icu_locid_transform_data v1.5.0 |
1213 | 2024-11-15T21:27:46.586Z | Compiling percent-encoding v2.3.1 |
1214 | 2024-11-15T21:27:46.661Z | Compiling crossbeam-utils v0.8.20 |
1215 | 2024-11-15T21:27:47.066Z | Compiling time-core v0.1.2 |
1216 | 2024-11-15T21:27:47.125Z | Compiling serde_derive v1.0.215 |
1217 | 2024-11-15T21:27:47.181Z | Compiling zeroize_derive v1.4.2 |
1218 | 2024-11-15T21:27:47.242Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2024-11-15T21:27:47.246Z | Compiling tokio-macros v2.4.0 |
1220 | 2024-11-15T21:27:47.596Z | Compiling zerofrom-derive v0.1.4 |
1221 | 2024-11-15T21:27:48.741Z | Compiling zeroize v1.8.1 |
1222 | 2024-11-15T21:27:48.874Z | Compiling thiserror-impl v1.0.69 |
1223 | 2024-11-15T21:27:49.095Z | Compiling yoke-derive v0.7.4 |
1224 | 2024-11-15T21:27:49.513Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-15T21:27:50.485Z | Compiling crypto-common v0.1.6 |
1226 | 2024-11-15T21:27:50.731Z | Compiling block-buffer v0.10.4 |
1227 | 2024-11-15T21:27:51.064Z | Compiling digest v0.10.7 |
1228 | 2024-11-15T21:27:51.105Z | Compiling futures-macro v0.3.31 |
1229 | 2024-11-15T21:27:51.514Z | Compiling hmac v0.12.1 |
1230 | 2024-11-15T21:27:51.532Z | Compiling zerovec-derive v0.10.3 |
1231 | 2024-11-15T21:27:51.625Z | Compiling zerofrom v0.1.4 |
1232 | 2024-11-15T21:27:51.745Z | Compiling block-padding v0.3.3 |
1233 | 2024-11-15T21:27:51.856Z | Compiling displaydoc v0.2.5 |
1234 | 2024-11-15T21:27:51.906Z | Compiling yoke v0.7.4 |
1235 | 2024-11-15T21:27:51.969Z | Compiling inout v0.1.3 |
1236 | 2024-11-15T21:27:52.246Z | Compiling cipher v0.4.4 |
1237 | 2024-11-15T21:27:52.266Z | Compiling sha2 v0.10.8 |
1238 | 2024-11-15T21:27:52.286Z | Compiling thiserror v1.0.69 |
1239 | 2024-11-15T21:27:52.415Z | Compiling ppv-lite86 v0.2.20 |
1240 | 2024-11-15T21:27:52.759Z | Compiling icu_provider_macros v1.5.0 |
1241 | 2024-11-15T21:27:52.928Z | Compiling futures-util v0.3.31 |
1242 | 2024-11-15T21:27:53.245Z | Compiling der_derive v0.7.3 |
1243 | 2024-11-15T21:27:53.549Z | Compiling rand_chacha v0.3.1 |
1244 | 2024-11-15T21:27:53.845Z | Compiling tracing-attributes v0.1.27 |
1245 | 2024-11-15T21:27:54.163Z | Compiling zerovec v0.10.4 |
1246 | 2024-11-15T21:27:55.677Z | Compiling der v0.7.9 |
1247 | 2024-11-15T21:27:55.738Z | Compiling rand v0.8.5 |
1248 | 2024-11-15T21:27:55.934Z | Compiling salsa20 v0.10.2 |
1249 | 2024-11-15T21:27:56.172Z | Compiling tinystr v0.7.6 |
1250 | 2024-11-15T21:27:56.431Z | Compiling icu_collections v1.5.0 |
1251 | 2024-11-15T21:27:56.614Z | Compiling icu_locid v1.5.0 |
1252 | 2024-11-15T21:27:57.519Z | Compiling tracing v0.1.40 |
1253 | 2024-11-15T21:27:57.737Z | Compiling spki v0.7.3 |
1254 | 2024-11-15T21:27:57.860Z | Compiling icu_provider v1.5.0 |
1255 | 2024-11-15T21:27:58.043Z | Compiling pest v2.7.14 |
1256 | 2024-11-15T21:27:58.117Z | Compiling pbkdf2 v0.12.2 |
1257 | 2024-11-15T21:27:58.320Z | Compiling untrusted v0.7.1 |
1258 | 2024-11-15T21:27:58.515Z | Compiling vcpkg v0.2.15 |
1259 | 2024-11-15T21:27:58.847Z | Compiling icu_locid_transform v1.5.0 |
1260 | 2024-11-15T21:27:58.916Z | Compiling mirai-annotations v1.12.0 |
1261 | 2024-11-15T21:27:59.008Z | Compiling num-conv v0.1.0 |
1262 | 2024-11-15T21:27:59.027Z | Compiling icu_properties_data v1.5.0 |
1263 | 2024-11-15T21:27:59.101Z | Compiling powerfmt v0.2.0 |
1264 | 2024-11-15T21:27:59.275Z | Compiling untrusted v0.9.0 |
1265 | 2024-11-15T21:27:59.297Z | Compiling time-macros v0.2.18 |
1266 | 2024-11-15T21:27:59.442Z | Compiling deranged v0.3.11 |
1267 | 2024-11-15T21:28:00.633Z | Compiling bitflags v2.6.0 |
1268 | 2024-11-15T21:28:00.681Z | Compiling bytes v1.8.0 |
1269 | 2024-11-15T21:28:01.081Z | Compiling indexmap v2.6.0 |
1270 | 2024-11-15T21:28:01.285Z | Compiling semver v1.0.23 |
1271 | 2024-11-15T21:28:01.496Z | Compiling openssl-sys v0.9.104 |
1272 | 2024-11-15T21:28:02.050Z | Compiling tokio v1.40.0 |
1273 | 2024-11-15T21:28:02.071Z | Compiling http v1.1.0 |
1274 | 2024-11-15T21:28:02.517Z | Compiling rustc_version v0.4.1 |
1275 | 2024-11-15T21:28:02.630Z | Compiling pest_meta v2.7.14 |
1276 | 2024-11-15T21:28:02.650Z | Compiling icu_properties v1.5.1 |
1277 | 2024-11-15T21:28:03.276Z | Compiling scrypt v0.11.0 |
1278 | 2024-11-15T21:28:03.894Z | Compiling cbc v0.1.2 |
1279 | 2024-11-15T21:28:04.139Z | Compiling aes v0.8.4 |
1280 | 2024-11-15T21:28:04.349Z | Compiling scroll_derive v0.12.0 |
1281 | 2024-11-15T21:28:04.573Z | Compiling icu_normalizer_data v1.5.0 |
1282 | 2024-11-15T21:28:04.683Z | Compiling utf8_iter v1.0.4 |
1283 | 2024-11-15T21:28:04.934Z | Compiling which v4.4.2 |
1284 | 2024-11-15T21:28:05.190Z | Compiling atomic-waker v1.1.2 |
1285 | 2024-11-15T21:28:05.537Z | Compiling write16 v1.0.0 |
1286 | 2024-11-15T21:28:05.686Z | Compiling utf16_iter v1.0.5 |
1287 | 2024-11-15T21:28:05.892Z | Compiling num_threads v0.1.7 |
1288 | 2024-11-15T21:28:05.912Z | Compiling scroll v0.12.0 |
1289 | 2024-11-15T21:28:06.025Z | Compiling time v0.3.36 |
1290 | 2024-11-15T21:28:06.455Z | Compiling icu_normalizer v1.5.0 |
1291 | 2024-11-15T21:28:06.489Z | Compiling pkcs5 v0.7.1 |
1292 | 2024-11-15T21:28:07.086Z | Compiling pest_generator v2.7.14 |
1293 | 2024-11-15T21:28:07.664Z | Compiling http-body v1.0.1 |
1294 | 2024-11-15T21:28:07.876Z | Compiling form_urlencoded v1.2.1 |
1295 | 2024-11-15T21:28:07.900Z | Compiling slog v2.7.0 |
1296 | 2024-11-15T21:28:08.024Z | Compiling try-lock v0.2.5 |
1297 | 2024-11-15T21:28:08.181Z | Compiling goblin v0.8.2 |
1298 | 2024-11-15T21:28:08.201Z | Compiling want v0.3.1 |
1299 | 2024-11-15T21:28:08.475Z | Compiling idna_adapter v1.2.0 |
1300 | 2024-11-15T21:28:08.494Z | Compiling pkcs8 v0.10.2 |
1301 | 2024-11-15T21:28:08.536Z | Compiling httpdate v1.0.3 |
1302 | 2024-11-15T21:28:08.690Z | Compiling idna v1.0.3 |
1303 | 2024-11-15T21:28:09.165Z | Compiling pest_derive v2.7.14 |
1304 | 2024-11-15T21:28:09.204Z | Compiling serde_spanned v0.6.8 |
1305 | 2024-11-15T21:28:09.446Z | Compiling toml_datetime v0.6.8 |
1306 | 2024-11-15T21:28:09.837Z | Compiling uuid v1.11.0 |
1307 | 2024-11-15T21:28:09.964Z | Compiling serde_tokenstream v0.2.2 |
1308 | 2024-11-15T21:28:09.997Z | Compiling dtrace-parser v0.2.0 |
1309 | 2024-11-15T21:28:10.516Z | Compiling adler2 v2.0.0 |
1310 | 2024-11-15T21:28:10.582Z | Compiling tokio-util v0.7.12 |
1311 | 2024-11-15T21:28:10.730Z | Compiling tower-service v0.3.3 |
1312 | 2024-11-15T21:28:10.893Z | Compiling foreign-types-shared v0.1.1 |
1313 | 2024-11-15T21:28:11.046Z | Compiling base64 v0.22.1 |
1314 | 2024-11-15T21:28:11.311Z | Compiling rustversion v1.0.17 |
1315 | 2024-11-15T21:28:11.356Z | Compiling match_cfg v0.1.0 |
1316 | 2024-11-15T21:28:11.461Z | Compiling openssl v0.10.68 |
1317 | 2024-11-15T21:28:11.824Z | Compiling h2 v0.4.6 |
1318 | 2024-11-15T21:28:11.883Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-11-15T21:28:12.087Z | Compiling chrono v0.4.38 |
1320 | 2024-11-15T21:28:12.151Z | Compiling hostname v0.3.1 |
1321 | 2024-11-15T21:28:12.237Z | Compiling foreign-types v0.3.2 |
1322 | 2024-11-15T21:28:12.337Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-11-15T21:28:12.359Z | Compiling url v2.5.3 |
1324 | 2024-11-15T21:28:13.884Z | Compiling dof v0.3.0 |
1325 | 2024-11-15T21:28:13.910Z | Compiling async-trait v0.1.83 |
1326 | 2024-11-15T21:28:14.393Z | Compiling openssl-macros v0.1.1 |
1327 | 2024-11-15T21:28:15.173Z | Compiling usdt-impl v0.5.0 |
1328 | 2024-11-15T21:28:15.907Z | Compiling dirs-sys-next v0.1.2 |
1329 | 2024-11-15T21:28:16.180Z | Compiling syn v1.0.109 |
1330 | 2024-11-15T21:28:16.605Z | Compiling data-encoding v2.6.0 |
1331 | 2024-11-15T21:28:16.784Z | Compiling rustls v0.22.4 |
1332 | 2024-11-15T21:28:16.811Z | Compiling rustls v0.23.14 |
1333 | 2024-11-15T21:28:16.878Z | Compiling native-tls v0.2.12 |
1334 | 2024-11-15T21:28:17.046Z | Compiling siphasher v0.3.11 |
1335 | 2024-11-15T21:28:17.181Z | Compiling dirs-next v2.0.0 |
1336 | 2024-11-15T21:28:17.444Z | Compiling http-body-util v0.1.2 |
1337 | 2024-11-15T21:28:17.905Z | Compiling heapless v0.7.17 |
1338 | 2024-11-15T21:28:17.987Z | Compiling crossbeam-epoch v0.9.18 |
1339 | 2024-11-15T21:28:18.337Z | Compiling sha1 v0.10.6 |
1340 | 2024-11-15T21:28:18.664Z | Compiling signature v2.2.0 |
1341 | 2024-11-15T21:28:18.759Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1342 | 2024-11-15T21:28:18.762Z | Compiling serde_derive_internals v0.29.1 |
1343 | 2024-11-15T21:28:18.762Z | Compiling thread_local v1.1.8 |
1344 | 2024-11-15T21:28:18.920Z | Compiling hyper v1.5.0 |
1345 | 2024-11-15T21:28:18.940Z | Compiling multer v3.1.0 |
1346 | 2024-11-15T21:28:19.222Z | Compiling cookie v0.18.1 |
1347 | 2024-11-15T21:28:19.270Z | Compiling encoding_rs v0.8.34 |
1348 | 2024-11-15T21:28:19.329Z | Compiling ipnet v2.10.1 |
1349 | 2024-11-15T21:28:19.494Z | Compiling openssl-probe v0.1.5 |
1350 | 2024-11-15T21:28:19.865Z | Compiling schemars v0.8.21 |
1351 | 2024-11-15T21:28:20.224Z | Compiling rayon-core v1.12.1 |
1352 | 2024-11-15T21:28:20.502Z | Compiling gimli v0.31.1 |
1353 | 2024-11-15T21:28:20.620Z | Compiling mime v0.3.17 |
1354 | 2024-11-15T21:28:21.341Z | Compiling slog-async v2.8.0 |
1355 | 2024-11-15T21:28:21.705Z | Compiling hyper-util v0.1.10 |
1356 | 2024-11-15T21:28:21.857Z | Compiling signal-hook v0.3.17 |
1357 | 2024-11-15T21:28:22.121Z | Compiling unicode-properties v0.1.3 |
1358 | 2024-11-15T21:28:22.526Z | Compiling stringprep v0.1.5 |
1359 | 2024-11-15T21:28:22.654Z | Compiling toml_edit v0.22.22 |
1360 | 2024-11-15T21:28:23.285Z | Compiling schemars_derive v0.8.21 |
1361 | 2024-11-15T21:28:24.509Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-11-15T21:28:24.882Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-11-15T21:28:25.486Z | Compiling addr2line v0.24.2 |
1364 | 2024-11-15T21:28:25.892Z | Compiling crossbeam-deque v0.8.5 |
1365 | 2024-11-15T21:28:26.167Z | Compiling term v0.7.0 |
1366 | 2024-11-15T21:28:26.222Z | Compiling slog-json v2.6.1 |
1367 | 2024-11-15T21:28:26.241Z | Compiling serde_urlencoded v0.7.1 |
1368 | 2024-11-15T21:28:26.377Z | Compiling curve25519-dalek v4.1.3 |
1369 | 2024-11-15T21:28:26.586Z | Compiling crossbeam-channel v0.5.13 |
1370 | 2024-11-15T21:28:26.672Z | Compiling enum-as-inner v0.6.1 |
1371 | 2024-11-15T21:28:26.759Z | Compiling futures-executor v0.3.31 |
1372 | 2024-11-15T21:28:26.985Z | Compiling md-5 v0.10.6 |
1373 | 2024-11-15T21:28:27.260Z | Compiling async-stream-impl v0.3.6 |
1374 | 2024-11-15T21:28:27.339Z | Compiling rustls-pemfile v2.2.0 |
1375 | 2024-11-15T21:28:27.677Z | Compiling num-integer v0.1.46 |
1376 | 2024-11-15T21:28:27.699Z | Compiling idna v0.4.0 |
1377 | 2024-11-15T21:28:27.724Z | Compiling idna v0.3.0 |
1378 | 2024-11-15T21:28:27.769Z | Compiling hash32 v0.2.1 |
1379 | 2024-11-15T21:28:28.145Z | Compiling ff v0.13.0 |
1380 | 2024-11-15T21:28:28.378Z | Compiling is-terminal v0.4.13 |
1381 | 2024-11-15T21:28:28.473Z | Compiling object v0.36.5 |
1382 | 2024-11-15T21:28:28.504Z | Compiling dropshot v0.12.0 |
1383 | 2024-11-15T21:28:28.678Z | Compiling utf-8 v0.7.6 |
1384 | 2024-11-15T21:28:28.797Z | Compiling portable-atomic v1.9.0 |
1385 | 2024-11-15T21:28:29.014Z | Compiling num-bigint-dig v0.8.4 |
1386 | 2024-11-15T21:28:29.299Z | Compiling take_mut v0.2.2 |
1387 | 2024-11-15T21:28:29.340Z | Compiling rustc-demangle v0.1.24 |
1388 | 2024-11-15T21:28:29.400Z | Compiling quick-error v1.2.3 |
1389 | 2024-11-15T21:28:29.457Z | Compiling linked-hash-map v0.5.6 |
1390 | 2024-11-15T21:28:29.552Z | Compiling anyhow v1.0.93 |
1391 | 2024-11-15T21:28:29.839Z | Compiling psl-types v2.0.11 |
1392 | 2024-11-15T21:28:29.841Z | Compiling fallible-iterator v0.2.0 |
1393 | 2024-11-15T21:28:30.054Z | Compiling smoltcp v0.9.1 |
1394 | 2024-11-15T21:28:30.175Z | Compiling base16ct v0.2.0 |
1395 | 2024-11-15T21:28:30.369Z | Compiling dyn-clone v1.0.17 |
1396 | 2024-11-15T21:28:30.578Z | Compiling postgres-protocol v0.6.7 |
1397 | 2024-11-15T21:28:30.597Z | Compiling sec1 v0.7.3 |
1398 | 2024-11-15T21:28:31.185Z | Compiling publicsuffix v2.2.3 |
1399 | 2024-11-15T21:28:31.240Z | Compiling lru-cache v0.1.2 |
1400 | 2024-11-15T21:28:31.292Z | Compiling resolv-conf v0.7.0 |
1401 | 2024-11-15T21:28:31.503Z | Compiling tungstenite v0.24.0 |
1402 | 2024-11-15T21:28:32.116Z | Compiling async-stream v0.3.6 |
1403 | 2024-11-15T21:28:32.164Z | Compiling hickory-proto v0.24.1 |
1404 | 2024-11-15T21:28:32.415Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-15T21:28:32.708Z | Compiling usdt v0.5.0 |
1406 | 2024-11-15T21:28:33.232Z | Compiling group v0.13.0 |
1407 | 2024-11-15T21:28:33.556Z | Compiling num-iter v0.1.45 |
1408 | 2024-11-15T21:28:33.749Z | Compiling futures v0.3.31 |
1409 | 2024-11-15T21:28:33.916Z | Compiling slog-bunyan v2.5.0 |
1410 | 2024-11-15T21:28:34.134Z | Compiling toml v0.8.19 |
1411 | 2024-11-15T21:28:34.863Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2024-11-15T21:28:35.687Z | Compiling camino v1.1.9 |
1413 | 2024-11-15T21:28:35.944Z | Compiling backtrace v0.3.74 |
1414 | 2024-11-15T21:28:36.356Z | Compiling phf_shared v0.11.2 |
1415 | 2024-11-15T21:28:36.685Z | Compiling dropshot_endpoint v0.12.0 |
1416 | 2024-11-15T21:28:36.735Z | Compiling waitgroup v0.1.2 |
1417 | 2024-11-15T21:28:36.755Z | Compiling terminal_size v0.4.0 |
1418 | 2024-11-15T21:28:36.842Z | Compiling openapiv3 v2.0.0 |
1419 | 2024-11-15T21:28:36.964Z | Compiling serde_path_to_error v0.1.16 |
1420 | 2024-11-15T21:28:36.992Z | Compiling hkdf v0.12.4 |
1421 | 2024-11-15T21:28:37.273Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-11-15T21:28:37.828Z | Compiling curve25519-dalek-derive v0.1.1 |
1423 | 2024-11-15T21:28:39.468Z | Compiling zerocopy-derive v0.6.6 |
1424 | 2024-11-15T21:28:39.776Z | Compiling webpki-roots v0.26.6 |
1425 | 2024-11-15T21:28:39.992Z | Compiling idna v0.5.0 |
1426 | 2024-11-15T21:28:40.599Z | Compiling hubpack_derive v0.1.1 |
1427 | 2024-11-15T21:28:41.434Z | Compiling hostname v0.4.0 |
1428 | 2024-11-15T21:28:41.534Z | Compiling fs-err v2.11.0 |
1429 | 2024-11-15T21:28:41.557Z | Compiling ahash v0.8.11 |
1430 | 2024-11-15T21:28:41.676Z | Compiling crc32fast v1.4.2 |
1431 | 2024-11-15T21:28:41.707Z | Compiling debug-ignore v1.0.5 |
1432 | 2024-11-15T21:28:41.812Z | Compiling winnow v0.5.40 |
1433 | 2024-11-15T21:28:41.815Z | Compiling bitflags v1.3.2 |
1434 | 2024-11-15T21:28:41.863Z | Compiling managed v0.8.0 |
1435 | 2024-11-15T21:28:41.890Z | Compiling console v0.15.8 |
1436 | 2024-11-15T21:28:41.992Z | Compiling flate2 v1.0.34 |
1437 | 2024-11-15T21:28:42.011Z | Compiling clap_builder v4.5.21 |
1438 | 2024-11-15T21:28:42.582Z | Compiling strum_macros v0.25.3 |
1439 | 2024-11-15T21:28:43.124Z | Compiling zerocopy v0.6.6 |
1440 | 2024-11-15T21:28:43.518Z | Compiling hubpack v0.1.2 |
1441 | 2024-11-15T21:28:43.580Z | Compiling cookie_store v0.21.0 |
1442 | 2024-11-15T21:28:43.967Z | Compiling elliptic-curve v0.13.8 |
1443 | 2024-11-15T21:28:44.486Z | Compiling hickory-resolver v0.24.1 |
1444 | 2024-11-15T21:28:45.219Z | Compiling phf v0.11.2 |
1445 | 2024-11-15T21:28:45.525Z | Compiling toml_edit v0.19.15 |
1446 | 2024-11-15T21:28:45.715Z | Compiling signal-hook-mio v0.2.4 |
1447 | 2024-11-15T21:28:45.781Z | Compiling hyper-tls v0.6.0 |
1448 | 2024-11-15T21:28:45.921Z | Compiling rayon v1.10.0 |
1449 | 2024-11-15T21:28:46.242Z | Compiling bzip2 v0.4.4 |
1450 | 2024-11-15T21:28:46.868Z | Compiling tokio-tungstenite v0.24.0 |
1451 | 2024-11-15T21:28:47.413Z | Compiling postgres-types v0.2.8 |
1452 | 2024-11-15T21:28:50.401Z | Compiling ed25519 v2.2.3 |
1453 | 2024-11-15T21:28:50.903Z | Compiling phf_shared v0.10.0 |
1454 | 2024-11-15T21:28:51.322Z | Compiling tokio-stream v0.1.16 |
1455 | 2024-11-15T21:28:51.527Z | Compiling pkcs1 v0.7.5 |
1456 | 2024-11-15T21:28:51.673Z | Compiling serde-big-array v0.5.1 |
1457 | 2024-11-15T21:28:51.924Z | Compiling clap_derive v4.5.18 |
1458 | 2024-11-15T21:28:52.380Z | Compiling rfc6979 v0.4.0 |
1459 | 2024-11-15T21:28:52.399Z | Compiling serde_repr v0.1.19 |
1460 | 2024-11-15T21:28:52.416Z | Compiling derive-where v1.2.7 |
1461 | 2024-11-15T21:28:52.567Z | Compiling float-cmp v0.9.0 |
1462 | 2024-11-15T21:28:52.569Z | Compiling bstr v1.10.0 |
1463 | 2024-11-15T21:28:52.802Z | Compiling sync_wrapper v1.0.1 |
1464 | 2024-11-15T21:28:52.966Z | Compiling unicode-segmentation v1.12.0 |
1465 | 2024-11-15T21:28:53.604Z | Compiling static_assertions v1.1.0 |
1466 | 2024-11-15T21:28:53.713Z | Compiling bit-vec v0.6.3 |
1467 | 2024-11-15T21:28:53.807Z | Compiling normalize-line-endings v0.3.0 |
1468 | 2024-11-15T21:28:53.870Z | Compiling precomputed-hash v0.1.1 |
1469 | 2024-11-15T21:28:53.939Z | Compiling whoami v1.5.2 |
1470 | 2024-11-15T21:28:53.988Z | Compiling new_debug_unreachable v1.0.6 |
1471 | 2024-11-15T21:28:54.087Z | Compiling fixedbitset v0.4.2 |
1472 | 2024-11-15T21:28:54.199Z | Compiling difflib v0.4.0 |
1473 | 2024-11-15T21:28:54.427Z | Compiling number_prefix v0.4.0 |
1474 | 2024-11-15T21:28:54.569Z | Compiling unicode-width v0.2.0 |
1475 | 2024-11-15T21:28:54.602Z | Compiling predicates-core v1.0.8 |
1476 | 2024-11-15T21:28:54.660Z | Compiling petgraph v0.6.5 |
1477 | 2024-11-15T21:28:54.969Z | Compiling predicates v3.1.2 |
1478 | 2024-11-15T21:28:55.105Z | Compiling indicatif v0.17.9 |
1479 | 2024-11-15T21:28:55.904Z | Compiling tokio-postgres v0.7.12 |
1480 | 2024-11-15T21:28:56.149Z | Compiling string_cache v0.8.7 |
1481 | 2024-11-15T21:28:56.640Z | Compiling bit-set v0.5.3 |
1482 | 2024-11-15T21:28:56.813Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1483 | 2024-11-15T21:28:56.945Z | Compiling similar v2.6.0 |
1484 | 2024-11-15T21:28:57.233Z | Compiling clap v4.5.21 |
1485 | 2024-11-15T21:28:57.365Z | Compiling ecdsa v0.16.9 |
1486 | 2024-11-15T21:28:57.457Z | Compiling rsa v0.9.6 |
1487 | 2024-11-15T21:28:58.228Z | Compiling ed25519-dalek v2.1.1 |
1488 | 2024-11-15T21:28:58.880Z | Compiling toml v0.7.8 |
1489 | 2024-11-15T21:28:59.470Z | Compiling zip v0.6.6 |
1490 | 2024-11-15T21:28:59.577Z | Compiling crossterm v0.28.1 |
1491 | 2024-11-15T21:29:01.458Z | Compiling hex v0.4.3 |
1492 | 2024-11-15T21:29:01.540Z | Compiling x509-cert v0.2.5 |
1493 | 2024-11-15T21:29:01.678Z | Compiling itertools v0.10.5 |
1494 | 2024-11-15T21:29:01.855Z | Compiling unicode-xid v0.2.6 |
1495 | 2024-11-15T21:29:02.039Z | Compiling peg-runtime v0.8.3 |
1496 | 2024-11-15T21:29:02.129Z | Compiling lalrpop-util v0.19.12 |
1497 | 2024-11-15T21:29:02.472Z | Compiling strum_macros v0.26.4 |
1498 | 2024-11-15T21:29:02.688Z | Compiling xattr v1.3.1 |
1499 | 2024-11-15T21:29:02.948Z | Compiling filetime v0.2.25 |
1500 | 2024-11-15T21:29:03.279Z | Compiling tar v0.4.43 |
1501 | 2024-11-15T21:29:07.262Z | Compiling strum v0.26.3 |
1502 | 2024-11-15T21:29:10.291Z | Compiling aws-lc-sys v0.22.0 |
1503 | 2024-11-15T21:29:48.311Z | Compiling rustls-webpki v0.102.8 |
1504 | 2024-11-15T21:29:51.827Z | Compiling tokio-rustls v0.25.0 |
1505 | 2024-11-15T21:29:53.649Z | Compiling tokio-rustls v0.26.0 |
1506 | 2024-11-15T21:29:53.982Z | Compiling hyper-rustls v0.27.3 |
1507 | 2024-11-15T21:29:54.243Z | Compiling reqwest v0.12.9 |
1508 | 2024-11-15T21:29:55.556Z | Compiling qorb v0.2.0 |
1509 | 2024-11-15T21:30:00.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1510 | 2024-11-15T21:30:00.616Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1511 | 2024-11-15T21:30:06.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
1512 | 2024-11-15T21:30:06.716Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1513 | 2024-11-15T21:30:06.767Z | Nov 15 21:30:05.796 INFO Starting download, target: DendriteOpenapi |
1514 | 2024-11-15T21:30:06.767Z | Nov 15 21:30:05.796 INFO Starting download, target: Console |
1515 | 2024-11-15T21:30:06.767Z | Nov 15 21:30:05.796 INFO Starting download, target: Clickhouse |
1516 | 2024-11-15T21:30:06.767Z | Nov 15 21:30:05.796 INFO Starting download, target: Cockroach |
1517 | 2024-11-15T21:30:06.767Z | Nov 15 21:30:05.796 INFO Starting download, target: DendriteStub |
1518 | 2024-11-15T21:30:06.767Z | Nov 15 21:30:05.796 INFO Starting download, target: MaghemiteMgd |
1519 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.796 INFO Starting download, target: TransceiverControl |
1520 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1521 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1522 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1523 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1524 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1525 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1526 | 2024-11-15T21:30:06.771Z | Nov 15 21:30:05.797 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1527 | 2024-11-15T21:30:06.953Z | Nov 15 21:30:05.981 INFO Download complete, target: DendriteOpenapi |
1528 | 2024-11-15T21:30:07.051Z | Nov 15 21:30:06.073 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1529 | 2024-11-15T21:30:07.269Z | Nov 15 21:30:06.292 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1530 | 2024-11-15T21:30:07.593Z | Nov 15 21:30:06.618 INFO Download complete, target: Console |
1531 | 2024-11-15T21:30:07.687Z | Nov 15 21:30:06.715 INFO Download complete, target: TransceiverControl |
1532 | 2024-11-15T21:30:07.713Z | Nov 15 21:30:06.739 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1533 | 2024-11-15T21:30:07.854Z | Nov 15 21:30:06.881 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1534 | 2024-11-15T21:30:08.475Z | Nov 15 21:30:07.504 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1535 | 2024-11-15T21:30:08.475Z | Nov 15 21:30:07.504 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1536 | 2024-11-15T21:30:08.762Z | Nov 15 21:30:07.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1537 | 2024-11-15T21:30:10.548Z | Nov 15 21:30:09.577 INFO Download complete, target: MaghemiteMgd |
1538 | 2024-11-15T21:30:10.613Z | Nov 15 21:30:09.642 INFO Download complete, target: DendriteStub |
1539 | 2024-11-15T21:30:15.856Z | Nov 15 21:30:14.885 INFO Checking that binary works, target: Cockroach |
1540 | 2024-11-15T21:30:16.025Z | Nov 15 21:30:15.054 INFO Download complete, target: Cockroach |
1541 | 2024-11-15T21:30:21.249Z | Nov 15 21:30:20.148 INFO Checking that binary works, target: Clickhouse |
1542 | 2024-11-15T21:30:22.115Z | Nov 15 21:30:21.144 INFO Download complete, target: Clickhouse |
1543 | 2024-11-15T21:30:22.122Z | All prerequisites installed successfully |
1544 | 2024-11-15T21:30:22.125Z | |
1545 | 2024-11-15T21:30:22.125Z | real 5:54.802287776 |
1546 | 2024-11-15T21:30:22.125Z | user 16:40.840531612 |
1547 | 2024-11-15T21:30:22.125Z | sys 3:14.022219062 |
1548 | 2024-11-15T21:30:22.125Z | trap 0.529547059 |
1549 | 2024-11-15T21:30:22.125Z | tflt 10.087444291 |
1550 | 2024-11-15T21:30:22.125Z | dflt 9.628235862 |
1551 | 2024-11-15T21:30:22.125Z | kflt 0.514895596 |
1552 | 2024-11-15T21:30:22.125Z | lock 30:17.458950607 |
1553 | 2024-11-15T21:30:22.125Z | slp 1:05:53.014491374 |
1554 | 2024-11-15T21:30:22.125Z | lat 51.444336874 |
1555 | 2024-11-15T21:30:22.125Z | stop 2:12.834821408 |
1556 | 2024-11-15T21:30:22.125Z | + ptime -m cargo xtask download softnpu |
1557 | 2024-11-15T21:30:22.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1558 | 2024-11-15T21:30:22.658Z | Running `target/debug/xtask download softnpu` |
1559 | 2024-11-15T21:30:23.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1560 | 2024-11-15T21:30:23.528Z | Running `target/debug/xtask-downloader softnpu` |
1561 | 2024-11-15T21:30:23.565Z | Nov 15 21:30:22.593 INFO Starting download, target: Softnpu |
1562 | 2024-11-15T21:30:23.567Z | Nov 15 21:30:22.594 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1563 | 2024-11-15T21:30:24.315Z | Nov 15 21:30:23.344 INFO Download complete, target: Softnpu |
1564 | 2024-11-15T21:30:24.319Z | |
1565 | 2024-11-15T21:30:24.322Z | real 2.189977651 |
1566 | 2024-11-15T21:30:24.322Z | user 1.270412302 |
1567 | 2024-11-15T21:30:24.322Z | sys 0.537811189 |
1568 | 2024-11-15T21:30:24.322Z | trap 0.001300768 |
1569 | 2024-11-15T21:30:24.322Z | tflt 0.000033399 |
1570 | 2024-11-15T21:30:24.322Z | dflt 0.000013990 |
1571 | 2024-11-15T21:30:24.322Z | kflt 0.000000000 |
1572 | 2024-11-15T21:30:24.322Z | lock 7.769229410 |
1573 | 2024-11-15T21:30:24.322Z | slp 0.542525301 |
1574 | 2024-11-15T21:30:24.322Z | lat 0.081008451 |
1575 | 2024-11-15T21:30:24.322Z | stop 0.000167272 |
1576 | 2024-11-15T21:30:24.322Z | + export CARGO_INCREMENTAL=0 |
1577 | 2024-11-15T21:30:24.322Z | + CARGO_INCREMENTAL=0 |
1578 | 2024-11-15T21:30:24.322Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1579 | 2024-11-15T21:30:25.323Z | Compiling proc-macro2 v1.0.89 |
1580 | 2024-11-15T21:30:25.323Z | Compiling unicode-ident v1.0.13 |
1581 | 2024-11-15T21:30:25.323Z | Compiling libc v0.2.162 |
1582 | 2024-11-15T21:30:25.325Z | Compiling serde v1.0.215 |
1583 | 2024-11-15T21:30:25.325Z | Compiling autocfg v1.4.0 |
1584 | 2024-11-15T21:30:25.325Z | Compiling version_check v0.9.5 |
1585 | 2024-11-15T21:30:25.325Z | Compiling cfg-if v1.0.0 |
1586 | 2024-11-15T21:30:25.599Z | Compiling memchr v2.7.4 |
1587 | 2024-11-15T21:30:25.623Z | Compiling typenum v1.17.0 |
1588 | 2024-11-15T21:30:25.648Z | Compiling shlex v1.3.0 |
1589 | 2024-11-15T21:30:26.012Z | Compiling value-bag v1.9.0 |
1590 | 2024-11-15T21:30:26.030Z | Compiling scopeguard v1.2.0 |
1591 | 2024-11-15T21:30:26.095Z | Compiling generic-array v0.14.7 |
1592 | 2024-11-15T21:30:26.348Z | Compiling lock_api v0.4.12 |
1593 | 2024-11-15T21:30:26.526Z | Compiling log v0.4.22 |
1594 | 2024-11-15T21:30:26.576Z | Compiling parking_lot_core v0.9.10 |
1595 | 2024-11-15T21:30:26.960Z | Compiling once_cell v1.20.2 |
1596 | 2024-11-15T21:30:27.028Z | Compiling serde_json v1.0.132 |
1597 | 2024-11-15T21:30:27.224Z | Compiling quote v1.0.37 |
1598 | 2024-11-15T21:30:27.334Z | Compiling rustix v0.38.37 |
1599 | 2024-11-15T21:30:27.368Z | Compiling thiserror v1.0.69 |
1600 | 2024-11-15T21:30:27.386Z | Compiling libm v0.2.8 |
1601 | 2024-11-15T21:30:27.689Z | Compiling syn v2.0.87 |
1602 | 2024-11-15T21:30:27.711Z | Compiling jobserver v0.1.32 |
1603 | 2024-11-15T21:30:27.791Z | Compiling getrandom v0.2.15 |
1604 | 2024-11-15T21:30:27.867Z | Compiling num-traits v0.2.19 |
1605 | 2024-11-15T21:30:27.965Z | Compiling itoa v1.0.11 |
1606 | 2024-11-15T21:30:28.133Z | Compiling cc v1.1.30 |
1607 | 2024-11-15T21:30:28.151Z | Compiling spin v0.9.8 |
1608 | 2024-11-15T21:30:28.167Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-11-15T21:30:28.184Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-11-15T21:30:28.346Z | Compiling slab v0.4.9 |
1611 | 2024-11-15T21:30:28.638Z | Compiling byteorder v1.5.0 |
1612 | 2024-11-15T21:30:28.821Z | Compiling errno v0.3.9 |
1613 | 2024-11-15T21:30:29.091Z | Compiling rand_core v0.6.4 |
1614 | 2024-11-15T21:30:29.146Z | Compiling either v1.13.0 |
1615 | 2024-11-15T21:30:29.202Z | Compiling lazy_static v1.5.0 |
1616 | 2024-11-15T21:30:29.502Z | Compiling glob v0.3.1 |
1617 | 2024-11-15T21:30:30.009Z | Compiling prettyplease v0.2.25 |
1618 | 2024-11-15T21:30:30.314Z | Compiling clang-sys v1.8.1 |
1619 | 2024-11-15T21:30:30.502Z | Compiling minimal-lexical v0.2.1 |
1620 | 2024-11-15T21:30:30.672Z | Compiling libloading v0.8.5 |
1621 | 2024-11-15T21:30:30.982Z | Compiling nom v7.1.3 |
1622 | 2024-11-15T21:30:31.032Z | Compiling subtle v2.6.1 |
1623 | 2024-11-15T21:30:31.116Z | Compiling bindgen v0.69.5 |
1624 | 2024-11-15T21:30:31.370Z | Compiling allocator-api2 v0.2.18 |
1625 | 2024-11-15T21:30:31.530Z | Compiling home v0.5.9 |
1626 | 2024-11-15T21:30:31.791Z | Compiling itertools v0.12.1 |
1627 | 2024-11-15T21:30:31.894Z | Compiling regex-automata v0.4.8 |
1628 | 2024-11-15T21:30:32.187Z | Compiling lazycell v1.3.0 |
1629 | 2024-11-15T21:30:32.349Z | Compiling smallvec v1.13.2 |
1630 | 2024-11-15T21:30:32.508Z | Compiling rustc-hash v1.1.0 |
1631 | 2024-11-15T21:30:32.665Z | Compiling semver v1.0.23 |
1632 | 2024-11-15T21:30:32.817Z | Compiling cmake v0.1.51 |
1633 | 2024-11-15T21:30:33.317Z | Compiling fs_extra v1.3.0 |
1634 | 2024-11-15T21:30:33.682Z | Compiling dunce v1.0.5 |
1635 | 2024-11-15T21:30:34.342Z | Compiling cexpr v0.6.0 |
1636 | 2024-11-15T21:30:34.642Z | Compiling pkg-config v0.3.31 |
1637 | 2024-11-15T21:30:34.788Z | Compiling ring v0.17.8 |
1638 | 2024-11-15T21:30:35.019Z | Compiling pin-project-lite v0.2.14 |
1639 | 2024-11-15T21:30:35.157Z | Compiling ryu v1.0.18 |
1640 | 2024-11-15T21:30:35.280Z | Compiling paste v1.0.15 |
1641 | 2024-11-15T21:30:35.453Z | Compiling synstructure v0.13.1 |
1642 | 2024-11-15T21:30:35.844Z | Compiling const-oid v0.9.6 |
1643 | 2024-11-15T21:30:36.037Z | Compiling equivalent v1.0.1 |
1644 | 2024-11-15T21:30:36.152Z | Compiling httparse v1.9.5 |
1645 | 2024-11-15T21:30:36.237Z | Compiling aws-lc-rs v1.10.0 |
1646 | 2024-11-15T21:30:36.667Z | Compiling foldhash v0.1.3 |
1647 | 2024-11-15T21:30:36.917Z | Compiling hashbrown v0.15.0 |
1648 | 2024-11-15T21:30:37.549Z | Compiling regex v1.11.1 |
1649 | 2024-11-15T21:30:37.747Z | Compiling heck v0.5.0 |
1650 | 2024-11-15T21:30:37.838Z | Compiling schemars v0.8.21 |
1651 | 2024-11-15T21:30:38.210Z | Compiling serde_derive_internals v0.29.1 |
1652 | 2024-11-15T21:30:38.333Z | Compiling signal-hook-registry v1.4.2 |
1653 | 2024-11-15T21:30:38.436Z | Compiling mio v1.0.2 |
1654 | 2024-11-15T21:30:38.610Z | Compiling parking_lot v0.12.3 |
1655 | 2024-11-15T21:30:40.381Z | Compiling crossbeam-utils v0.8.20 |
1656 | 2024-11-15T21:30:40.497Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2024-11-15T21:30:40.614Z | Compiling socket2 v0.5.7 |
1658 | 2024-11-15T21:30:40.660Z | Compiling time-core v0.1.2 |
1659 | 2024-11-15T21:30:40.841Z | Compiling futures-core v0.3.31 |
1660 | 2024-11-15T21:30:40.889Z | Compiling num-conv v0.1.0 |
1661 | 2024-11-15T21:30:41.132Z | Compiling serde_derive v1.0.215 |
1662 | 2024-11-15T21:30:41.169Z | Compiling zeroize_derive v1.4.2 |
1663 | 2024-11-15T21:30:41.294Z | Compiling zerocopy-derive v0.7.35 |
1664 | 2024-11-15T21:30:42.194Z | Compiling thiserror-impl v1.0.69 |
1665 | 2024-11-15T21:30:42.212Z | Compiling tokio-macros v2.4.0 |
1666 | 2024-11-15T21:30:42.636Z | Compiling zeroize v1.8.1 |
1667 | 2024-11-15T21:30:42.768Z | Compiling zerofrom-derive v0.1.4 |
1668 | 2024-11-15T21:30:43.078Z | Compiling yoke-derive v0.7.4 |
1669 | 2024-11-15T21:30:43.097Z | Compiling futures-macro v0.3.31 |
1670 | 2024-11-15T21:30:43.530Z | Compiling zerovec-derive v0.10.3 |
1671 | 2024-11-15T21:30:43.637Z | Compiling zerocopy v0.7.35 |
1672 | 2024-11-15T21:30:44.624Z | Compiling displaydoc v0.2.5 |
1673 | 2024-11-15T21:30:45.261Z | Compiling crypto-common v0.1.6 |
1674 | 2024-11-15T21:30:45.333Z | Compiling tracing-attributes v0.1.27 |
1675 | 2024-11-15T21:30:45.466Z | Compiling icu_provider_macros v1.5.0 |
1676 | 2024-11-15T21:30:45.750Z | Compiling block-buffer v0.10.4 |
1677 | 2024-11-15T21:30:45.992Z | Compiling digest v0.10.7 |
1678 | 2024-11-15T21:30:46.112Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-11-15T21:30:46.389Z | Compiling der_derive v0.7.3 |
1680 | 2024-11-15T21:30:46.522Z | Compiling time-macros v0.2.18 |
1681 | 2024-11-15T21:30:46.858Z | Compiling fnv v1.0.7 |
1682 | 2024-11-15T21:30:46.995Z | Compiling vcpkg v0.2.15 |
1683 | 2024-11-15T21:30:48.624Z | Compiling openssl-sys v0.9.104 |
1684 | 2024-11-15T21:30:49.484Z | Compiling cpufeatures v0.2.14 |
1685 | 2024-11-15T21:30:49.588Z | Compiling futures-sink v0.3.31 |
1686 | 2024-11-15T21:30:49.655Z | Compiling slog v2.7.0 |
1687 | 2024-11-15T21:30:49.865Z | Compiling ahash v0.8.11 |
1688 | 2024-11-15T21:30:49.932Z | Compiling syn v1.0.109 |
1689 | 2024-11-15T21:30:50.346Z | Compiling zerofrom v0.1.4 |
1690 | 2024-11-15T21:30:50.579Z | Compiling scroll_derive v0.12.0 |
1691 | 2024-11-15T21:30:50.599Z | Compiling iana-time-zone v0.1.61 |
1692 | 2024-11-15T21:30:50.814Z | Compiling ucd-trie v0.1.7 |
1693 | 2024-11-15T21:30:51.022Z | Compiling yoke v0.7.4 |
1694 | 2024-11-15T21:30:51.317Z | Compiling pest v2.7.14 |
1695 | 2024-11-15T21:30:51.335Z | Compiling futures-channel v0.3.31 |
1696 | 2024-11-15T21:30:51.769Z | Compiling hmac v0.12.1 |
1697 | 2024-11-15T21:30:51.898Z | Compiling pin-utils v0.1.0 |
1698 | 2024-11-15T21:30:51.991Z | Compiling futures-task v0.3.31 |
1699 | 2024-11-15T21:30:52.010Z | Compiling futures-io v0.3.31 |
1700 | 2024-11-15T21:30:52.355Z | Compiling openssl v0.10.68 |
1701 | 2024-11-15T21:30:52.409Z | Compiling futures-util v0.3.31 |
1702 | 2024-11-15T21:30:52.738Z | Compiling zerovec v0.10.4 |
1703 | 2024-11-15T21:30:52.896Z | Compiling block-padding v0.3.3 |
1704 | 2024-11-15T21:30:53.127Z | Compiling tinyvec_macros v0.1.1 |
1705 | 2024-11-15T21:30:53.737Z | Compiling tinyvec v1.8.0 |
1706 | 2024-11-15T21:30:54.305Z | Compiling pest_meta v2.7.14 |
1707 | 2024-11-15T21:30:54.805Z | Compiling bitflags v2.6.0 |
1708 | 2024-11-15T21:30:54.845Z | Compiling bytes v1.8.0 |
1709 | 2024-11-15T21:30:56.095Z | Compiling indexmap v2.6.0 |
1710 | 2024-11-15T21:30:57.616Z | Compiling tokio v1.40.0 |
1711 | 2024-11-15T21:30:58.330Z | Compiling serde_tokenstream v0.2.2 |
1712 | 2024-11-15T21:30:58.909Z | Compiling http v1.1.0 |
1713 | 2024-11-15T21:30:59.024Z | Compiling uuid v1.11.0 |
1714 | 2024-11-15T21:30:59.426Z | Compiling which v4.4.2 |
1715 | 2024-11-15T21:31:00.355Z | Compiling rustc_version v0.4.1 |
1716 | 2024-11-15T21:31:00.437Z | Compiling chrono v0.4.38 |
1717 | 2024-11-15T21:31:02.858Z | Compiling pest_generator v2.7.14 |
1718 | 2024-11-15T21:31:03.555Z | Compiling toml_datetime v0.6.8 |
1719 | 2024-11-15T21:31:04.046Z | Compiling serde_spanned v0.6.8 |
1720 | 2024-11-15T21:31:04.278Z | Compiling inout v0.1.3 |
1721 | 2024-11-15T21:31:04.735Z | Compiling openssl-macros v0.1.1 |
1722 | 2024-11-15T21:31:05.471Z | Compiling rustls v0.23.14 |
1723 | 2024-11-15T21:31:05.896Z | Compiling native-tls v0.2.12 |
1724 | 2024-11-15T21:31:07.502Z | Compiling pest_derive v2.7.14 |
1725 | 2024-11-15T21:31:07.558Z | Compiling cipher v0.4.4 |
1726 | 2024-11-15T21:31:07.681Z | Compiling unicode-normalization v0.1.24 |
1727 | 2024-11-15T21:31:07.965Z | Compiling tinystr v0.7.6 |
1728 | 2024-11-15T21:31:08.038Z | Compiling sha2 v0.10.8 |
1729 | 2024-11-15T21:31:08.410Z | Compiling tracing-core v0.1.32 |
1730 | 2024-11-15T21:31:08.413Z | Compiling usdt-impl v0.5.0 |
1731 | 2024-11-15T21:31:08.744Z | Compiling litemap v0.7.3 |
1732 | 2024-11-15T21:31:08.763Z | Compiling unicode-bidi v0.3.17 |
1733 | 2024-11-15T21:31:08.815Z | Compiling base64ct v1.6.0 |
1734 | 2024-11-15T21:31:08.835Z | Compiling writeable v0.5.5 |
1735 | 2024-11-15T21:31:09.178Z | Compiling dyn-clone v1.0.17 |
1736 | 2024-11-15T21:31:09.402Z | Compiling pem-rfc7468 v0.7.0 |
1737 | 2024-11-15T21:31:09.424Z | Compiling icu_locid v1.5.0 |
1738 | 2024-11-15T21:31:10.032Z | Compiling tracing v0.1.40 |
1739 | 2024-11-15T21:31:10.925Z | Compiling scroll v0.12.0 |
1740 | 2024-11-15T21:31:11.297Z | Compiling ppv-lite86 v0.2.20 |
1741 | 2024-11-15T21:31:11.478Z | Compiling async-trait v0.1.83 |
1742 | 2024-11-15T21:31:11.882Z | Compiling cookie v0.18.1 |
1743 | 2024-11-15T21:31:12.165Z | Compiling camino v1.1.9 |
1744 | 2024-11-15T21:31:13.168Z | Compiling flagset v0.4.6 |
1745 | 2024-11-15T21:31:13.389Z | Compiling anyhow v1.0.93 |
1746 | 2024-11-15T21:31:13.714Z | Compiling plain v0.2.3 |
1747 | 2024-11-15T21:31:13.761Z | Compiling aws-lc-sys v0.22.0 |
1748 | 2024-11-15T21:31:13.874Z | Compiling goblin v0.8.2 |
1749 | 2024-11-15T21:31:13.941Z | Compiling der v0.7.9 |
1750 | 2024-11-15T21:31:19.448Z | Compiling rand_chacha v0.3.1 |
1751 | 2024-11-15T21:31:20.265Z | Compiling icu_provider v1.5.0 |
1752 | 2024-11-15T21:31:21.286Z | Compiling rustls-pki-types v1.9.0 |
1753 | 2024-11-15T21:31:22.100Z | Compiling untrusted v0.7.1 |
1754 | 2024-11-15T21:31:22.286Z | Compiling percent-encoding v2.3.1 |
1755 | 2024-11-15T21:31:22.756Z | Compiling rayon-core v1.12.1 |
1756 | 2024-11-15T21:31:22.969Z | Compiling icu_locid_transform_data v1.5.0 |
1757 | 2024-11-15T21:31:23.016Z | Compiling pretty-hex v0.4.1 |
1758 | 2024-11-15T21:31:23.231Z | Compiling rustls v0.22.4 |
1759 | 2024-11-15T21:31:23.307Z | Compiling dof v0.3.0 |
1760 | 2024-11-15T21:31:23.497Z | Compiling icu_locid_transform v1.5.0 |
1761 | 2024-11-15T21:31:24.402Z | Compiling rand v0.8.5 |
1762 | 2024-11-15T21:31:24.660Z | Compiling spki v0.7.3 |
1763 | 2024-11-15T21:31:25.085Z | Compiling dtrace-parser v0.2.0 |
1764 | 2024-11-15T21:31:25.167Z | Compiling salsa20 v0.10.2 |
1765 | 2024-11-15T21:31:25.277Z | Compiling tokio-util v0.7.12 |
1766 | 2024-11-15T21:31:25.815Z | Compiling icu_collections v1.5.0 |
1767 | 2024-11-15T21:31:26.002Z | Compiling pbkdf2 v0.12.2 |
1768 | 2024-11-15T21:31:26.688Z | Compiling thread-id v4.2.2 |
1769 | 2024-11-15T21:31:26.823Z | Compiling untrusted v0.9.0 |
1770 | 2024-11-15T21:31:26.840Z | Compiling mirai-annotations v1.12.0 |
1771 | 2024-11-15T21:31:26.982Z | Compiling winnow v0.5.40 |
1772 | 2024-11-15T21:31:27.035Z | Compiling icu_properties_data v1.5.0 |
1773 | 2024-11-15T21:31:27.157Z | Compiling powerfmt v0.2.0 |
1774 | 2024-11-15T21:31:27.285Z | Compiling icu_properties v1.5.1 |
1775 | 2024-11-15T21:31:27.468Z | Compiling deranged v0.3.11 |
1776 | 2024-11-15T21:31:30.922Z | Compiling toml_edit v0.19.15 |
1777 | 2024-11-15T21:31:32.818Z | Compiling scrypt v0.11.0 |
1778 | 2024-11-15T21:31:33.323Z | Compiling aes v0.8.4 |
1779 | 2024-11-15T21:31:33.346Z | Compiling cbc v0.1.2 |
1780 | 2024-11-15T21:31:33.465Z | Compiling multer v3.1.0 |
1781 | 2024-11-15T21:31:33.556Z | Compiling rustversion v1.0.17 |
1782 | 2024-11-15T21:31:33.762Z | Compiling atomic-waker v1.1.2 |
1783 | 2024-11-15T21:31:34.207Z | Compiling icu_normalizer_data v1.5.0 |
1784 | 2024-11-15T21:31:34.227Z | Compiling num_threads v0.1.7 |
1785 | 2024-11-15T21:31:34.570Z | Compiling slog-async v2.8.0 |
1786 | 2024-11-15T21:31:34.604Z | Compiling write16 v1.0.0 |
1787 | 2024-11-15T21:31:34.721Z | Compiling utf8_iter v1.0.4 |
1788 | 2024-11-15T21:31:34.933Z | Compiling utf16_iter v1.0.5 |
1789 | 2024-11-15T21:31:34.966Z | Compiling time v0.3.36 |
1790 | 2024-11-15T21:31:35.029Z | Compiling pkcs5 v0.7.1 |
1791 | 2024-11-15T21:31:35.122Z | Compiling icu_normalizer v1.5.0 |
1792 | 2024-11-15T21:31:36.811Z | Compiling form_urlencoded v1.2.1 |
1793 | 2024-11-15T21:31:37.610Z | Compiling http-body v1.0.1 |
1794 | 2024-11-15T21:31:37.842Z | Compiling heapless v0.7.17 |
1795 | 2024-11-15T21:31:38.378Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1796 | 2024-11-15T21:31:39.034Z | Compiling try-lock v0.2.5 |
1797 | 2024-11-15T21:31:39.667Z | Compiling signal-hook v0.3.17 |
1798 | 2024-11-15T21:31:41.358Z | Compiling want v0.3.1 |
1799 | 2024-11-15T21:31:42.242Z | Compiling idna_adapter v1.2.0 |
1800 | 2024-11-15T21:31:42.476Z | Compiling pkcs8 v0.10.2 |
1801 | 2024-11-15T21:31:42.911Z | Compiling h2 v0.4.6 |
1802 | 2024-11-15T21:31:43.331Z | Compiling usdt-macro v0.5.0 |
1803 | 2024-11-15T21:31:44.670Z | Compiling usdt-attr-macro v0.5.0 |
1804 | 2024-11-15T21:31:45.102Z | Compiling async-stream-impl v0.3.6 |
1805 | 2024-11-15T21:31:45.160Z | Compiling strsim v0.11.1 |
1806 | 2024-11-15T21:31:46.157Z | Compiling httpdate v1.0.3 |
1807 | 2024-11-15T21:31:46.188Z | Compiling adler2 v2.0.0 |
1808 | 2024-11-15T21:31:46.464Z | Compiling miniz_oxide v0.8.0 |
1809 | 2024-11-15T21:31:47.662Z | Compiling idna v1.0.3 |
1810 | 2024-11-15T21:31:49.408Z | Compiling curve25519-dalek v4.1.3 |
1811 | 2024-11-15T21:31:49.718Z | Compiling openapiv3 v2.0.0 |
1812 | 2024-11-15T21:31:49.897Z | Compiling enum-as-inner v0.6.1 |
1813 | 2024-11-15T21:31:50.139Z | Compiling hyper v1.5.0 |
1814 | 2024-11-15T21:31:53.372Z | Compiling dropshot v0.12.0 |
1815 | 2024-11-15T21:31:53.868Z | Compiling foreign-types-shared v0.1.1 |
1816 | 2024-11-15T21:31:53.916Z | Compiling tower-service v0.3.3 |
1817 | 2024-11-15T21:31:54.075Z | Compiling num-bigint-dig v0.8.4 |
1818 | 2024-11-15T21:31:54.094Z | Compiling base64 v0.22.1 |
1819 | 2024-11-15T21:31:54.122Z | Compiling match_cfg v0.1.0 |
1820 | 2024-11-15T21:31:54.193Z | Compiling portable-atomic v1.9.0 |
1821 | 2024-11-15T21:31:54.223Z | Compiling smoltcp v0.9.1 |
1822 | 2024-11-15T21:31:54.772Z | Compiling hostname v0.3.1 |
1823 | 2024-11-15T21:31:54.841Z | Compiling hyper-util v0.1.10 |
1824 | 2024-11-15T21:31:55.095Z | Compiling foreign-types v0.3.2 |
1825 | 2024-11-15T21:31:58.299Z | Compiling url v2.5.3 |
1826 | 2024-11-15T21:32:02.106Z | Compiling dirs-sys-next v0.1.2 |
1827 | 2024-11-15T21:32:02.570Z | Compiling heck v0.4.1 |
1828 | 2024-11-15T21:32:02.612Z | Compiling siphasher v0.3.11 |
1829 | 2024-11-15T21:32:02.996Z | Compiling gimli v0.31.1 |
1830 | 2024-11-15T21:32:03.134Z | Compiling data-encoding v2.6.0 |
1831 | 2024-11-15T21:32:03.549Z | Compiling dirs-next v2.0.0 |
1832 | 2024-11-15T21:32:04.905Z | Compiling http-body-util v0.1.2 |
1833 | 2024-11-15T21:32:06.265Z | Compiling crossbeam-epoch v0.9.18 |
1834 | 2024-11-15T21:32:07.016Z | Compiling hubpack_derive v0.1.1 |
1835 | 2024-11-15T21:32:07.860Z | Compiling dropshot_endpoint v0.12.0 |
1836 | 2024-11-15T21:32:08.625Z | Compiling addr2line v0.24.2 |
1837 | 2024-11-15T21:32:09.596Z | Compiling sha1 v0.10.6 |
1838 | 2024-11-15T21:32:09.650Z | Compiling signature v2.2.0 |
1839 | 2024-11-15T21:32:09.884Z | Compiling curve25519-dalek-derive v0.1.1 |
1840 | 2024-11-15T21:32:09.988Z | Compiling zerocopy-derive v0.6.6 |
1841 | 2024-11-15T21:32:10.218Z | Compiling object v0.36.5 |
1842 | 2024-11-15T21:32:11.882Z | Compiling thread_local v1.1.8 |
1843 | 2024-11-15T21:32:11.928Z | Compiling fs-err v2.11.0 |
1844 | 2024-11-15T21:32:11.993Z | Compiling encoding_rs v0.8.34 |
1845 | 2024-11-15T21:32:15.788Z | Compiling mime v0.3.17 |
1846 | 2024-11-15T21:32:16.309Z | Compiling ipnet v2.10.1 |
1847 | 2024-11-15T21:32:17.432Z | Compiling anstyle v1.0.10 |
1848 | 2024-11-15T21:32:17.891Z | Compiling openssl-probe v0.1.5 |
1849 | 2024-11-15T21:32:18.237Z | Compiling winnow v0.6.20 |
1850 | 2024-11-15T21:32:18.487Z | Compiling utf8parse v0.2.2 |
1851 | 2024-11-15T21:32:18.660Z | Compiling rustc-demangle v0.1.24 |
1852 | 2024-11-15T21:32:19.603Z | Compiling unicode-properties v0.1.3 |
1853 | 2024-11-15T21:32:20.997Z | Compiling stringprep v0.1.5 |
1854 | 2024-11-15T21:32:22.068Z | Compiling toml_edit v0.22.22 |
1855 | 2024-11-15T21:32:22.091Z | Compiling backtrace v0.3.74 |
1856 | 2024-11-15T21:32:22.944Z | Compiling anstyle-parse v0.2.5 |
1857 | 2024-11-15T21:32:29.608Z | Compiling rustls-webpki v0.102.8 |
1858 | 2024-11-15T21:32:29.904Z | Compiling crossbeam-deque v0.8.5 |
1859 | 2024-11-15T21:32:33.222Z | Compiling term v0.7.0 |
1860 | 2024-11-15T21:32:34.560Z | Compiling slog-json v2.6.1 |
1861 | 2024-11-15T21:32:36.538Z | Compiling serde_urlencoded v0.7.1 |
1862 | 2024-11-15T21:32:37.298Z | Compiling crossbeam-channel v0.5.13 |
1863 | 2024-11-15T21:32:37.480Z | Compiling rustls-pemfile v2.2.0 |
1864 | 2024-11-15T21:32:38.320Z | Compiling hashbrown v0.14.5 |
1865 | 2024-11-15T21:32:38.911Z | Compiling idna v0.3.0 |
1866 | 2024-11-15T21:32:39.771Z | Compiling idna v0.4.0 |
1867 | 2024-11-15T21:32:40.258Z | Compiling futures-executor v0.3.31 |
1868 | 2024-11-15T21:32:41.006Z | Compiling num-integer v0.1.46 |
1869 | 2024-11-15T21:32:41.134Z | Compiling md-5 v0.10.6 |
1870 | 2024-11-15T21:32:41.243Z | Compiling ff v0.13.0 |
1871 | 2024-11-15T21:32:41.418Z | Compiling hash32 v0.2.1 |
1872 | 2024-11-15T21:32:41.476Z | Compiling is-terminal v0.4.13 |
1873 | 2024-11-15T21:32:41.610Z | Compiling memmap v0.7.0 |
1874 | 2024-11-15T21:32:41.934Z | Compiling utf-8 v0.7.6 |
1875 | 2024-11-15T21:32:42.261Z | Compiling take_mut v0.2.2 |
1876 | 2024-11-15T21:32:42.422Z | Compiling psl-types v2.0.11 |
1877 | 2024-11-15T21:32:42.765Z | Compiling quick-error v1.2.3 |
1878 | 2024-11-15T21:32:42.773Z | Compiling base16ct v0.2.0 |
1879 | 2024-11-15T21:32:42.980Z | Compiling is_terminal_polyfill v1.70.1 |
1880 | 2024-11-15T21:32:43.117Z | Compiling linked-hash-map v0.5.6 |
1881 | 2024-11-15T21:32:43.515Z | Compiling colorchoice v1.0.2 |
1882 | 2024-11-15T21:32:43.693Z | Compiling fallible-iterator v0.2.0 |
1883 | 2024-11-15T21:32:44.959Z | Compiling anstyle-query v1.1.1 |
1884 | 2024-11-15T21:32:45.123Z | Compiling anstream v0.6.15 |
1885 | 2024-11-15T21:32:45.791Z | Compiling postgres-protocol v0.6.7 |
1886 | 2024-11-15T21:32:45.836Z | Compiling lru-cache v0.1.2 |
1887 | 2024-11-15T21:32:46.055Z | Compiling sec1 v0.7.3 |
1888 | 2024-11-15T21:32:46.196Z | Compiling resolv-conf v0.7.0 |
1889 | 2024-11-15T21:32:46.384Z | Compiling publicsuffix v2.2.3 |
1890 | 2024-11-15T21:32:46.667Z | Compiling tungstenite v0.24.0 |
1891 | 2024-11-15T21:32:46.868Z | Compiling usdt v0.5.0 |
1892 | 2024-11-15T21:32:47.347Z | Compiling slog-term v2.9.1 |
1893 | 2024-11-15T21:32:47.662Z | Compiling num-iter v0.1.45 |
1894 | 2024-11-15T21:32:47.865Z | Compiling group v0.13.0 |
1895 | 2024-11-15T21:32:48.189Z | Compiling hickory-proto v0.24.1 |
1896 | 2024-11-15T21:32:48.216Z | Compiling futures v0.3.31 |
1897 | 2024-11-15T21:32:48.336Z | Compiling regress v0.10.1 |
1898 | 2024-11-15T21:32:49.736Z | Compiling tokio-rustls v0.26.0 |
1899 | 2024-11-15T21:32:51.943Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-11-15T21:32:52.296Z | Compiling slog-bunyan v2.5.0 |
1901 | 2024-11-15T21:32:52.511Z | Compiling toml v0.8.19 |
1902 | 2024-11-15T21:32:52.806Z | Compiling tokio-native-tls v0.3.1 |
1903 | 2024-11-15T21:32:53.088Z | Compiling strum_macros v0.25.3 |
1904 | 2024-11-15T21:32:53.110Z | Compiling phf_shared v0.11.2 |
1905 | 2024-11-15T21:32:53.826Z | Compiling async-stream v0.3.6 |
1906 | 2024-11-15T21:32:54.081Z | Compiling waitgroup v0.1.2 |
1907 | 2024-11-15T21:32:54.131Z | Compiling webpki-roots v0.26.6 |
1908 | 2024-11-15T21:32:54.891Z | Compiling idna v0.5.0 |
1909 | 2024-11-15T21:32:54.911Z | Compiling terminal_size v0.4.0 |
1910 | 2024-11-15T21:32:55.138Z | Compiling serde_path_to_error v0.1.16 |
1911 | 2024-11-15T21:32:55.977Z | Compiling hkdf v0.12.4 |
1912 | 2024-11-15T21:32:56.355Z | Compiling crypto-bigint v0.5.5 |
1913 | 2024-11-15T21:32:56.373Z | Compiling clap_derive v4.5.18 |
1914 | 2024-11-15T21:32:56.657Z | Compiling serde_repr v0.1.19 |
1915 | 2024-11-15T21:32:56.711Z | Compiling derive-where v1.2.7 |
1916 | 2024-11-15T21:32:57.556Z | Compiling hostname v0.4.0 |
1917 | 2024-11-15T21:32:57.772Z | Compiling crc32fast v1.4.2 |
1918 | 2024-11-15T21:32:58.098Z | Compiling bitflags v1.3.2 |
1919 | 2024-11-15T21:32:58.217Z | Compiling clap_lex v0.7.2 |
1920 | 2024-11-15T21:32:58.255Z | Compiling managed v0.8.0 |
1921 | 2024-11-15T21:32:59.395Z | Compiling debug-ignore v1.0.5 |
1922 | 2024-11-15T21:32:59.547Z | Compiling unicode-width v0.1.14 |
1923 | 2024-11-15T21:32:59.974Z | Compiling elliptic-curve v0.13.8 |
1924 | 2024-11-15T21:33:00.072Z | Compiling console v0.15.8 |
1925 | 2024-11-15T21:33:01.566Z | Compiling clap_builder v4.5.21 |
1926 | 2024-11-15T21:33:02.341Z | Compiling flate2 v1.0.34 |
1927 | 2024-11-15T21:33:02.371Z | Compiling cookie_store v0.21.0 |
1928 | 2024-11-15T21:33:05.299Z | Compiling hyper-rustls v0.27.3 |
1929 | 2024-11-15T21:33:05.887Z | Compiling hickory-resolver v0.24.1 |
1930 | 2024-11-15T21:33:08.976Z | Compiling phf v0.11.2 |
1931 | 2024-11-15T21:33:09.161Z | Compiling hyper-tls v0.6.0 |
1932 | 2024-11-15T21:33:09.293Z | Compiling signal-hook-mio v0.2.4 |
1933 | 2024-11-15T21:33:09.457Z | Compiling typify-impl v0.2.0 |
1934 | 2024-11-15T21:33:09.477Z | Compiling bzip2 v0.4.4 |
1935 | 2024-11-15T21:33:09.551Z | Compiling rayon v1.10.0 |
1936 | 2024-11-15T21:33:09.606Z | Compiling tokio-tungstenite v0.24.0 |
1937 | 2024-11-15T21:33:09.853Z | Compiling postgres-types v0.2.8 |
1938 | 2024-11-15T21:33:10.646Z | Compiling zerocopy v0.6.6 |
1939 | 2024-11-15T21:33:11.308Z | Compiling ed25519 v2.2.3 |
1940 | 2024-11-15T21:33:11.405Z | Compiling hubpack v0.1.2 |
1941 | 2024-11-15T21:33:11.541Z | Compiling phf_shared v0.10.0 |
1942 | 2024-11-15T21:33:11.760Z | Compiling pkcs1 v0.7.5 |
1943 | 2024-11-15T21:33:11.945Z | Compiling tokio-stream v0.1.16 |
1944 | 2024-11-15T21:33:12.973Z | Compiling serde-big-array v0.5.1 |
1945 | 2024-11-15T21:33:12.992Z | Compiling rfc6979 v0.4.0 |
1946 | 2024-11-15T21:33:13.180Z | Compiling float-cmp v0.9.0 |
1947 | 2024-11-15T21:33:13.214Z | Compiling sync_wrapper v1.0.1 |
1948 | 2024-11-15T21:33:13.376Z | Compiling bstr v1.10.0 |
1949 | 2024-11-15T21:33:14.456Z | Compiling precomputed-hash v0.1.1 |
1950 | 2024-11-15T21:33:14.581Z | Compiling fixedbitset v0.4.2 |
1951 | 2024-11-15T21:33:14.609Z | Compiling unicode-segmentation v1.12.0 |
1952 | 2024-11-15T21:33:15.015Z | Compiling difflib v0.4.0 |
1953 | 2024-11-15T21:33:15.018Z | Compiling unicode-width v0.2.0 |
1954 | 2024-11-15T21:33:15.487Z | Compiling static_assertions v1.1.0 |
1955 | 2024-11-15T21:33:15.587Z | Compiling bit-vec v0.6.3 |
1956 | 2024-11-15T21:33:15.606Z | Compiling number_prefix v0.4.0 |
1957 | 2024-11-15T21:33:16.084Z | Compiling new_debug_unreachable v1.0.6 |
1958 | 2024-11-15T21:33:16.189Z | Compiling normalize-line-endings v0.3.0 |
1959 | 2024-11-15T21:33:16.337Z | Compiling whoami v1.5.2 |
1960 | 2024-11-15T21:33:16.393Z | Compiling predicates-core v1.0.8 |
1961 | 2024-11-15T21:33:16.707Z | Compiling tokio-postgres v0.7.12 |
1962 | 2024-11-15T21:33:16.873Z | Compiling predicates v3.1.2 |
1963 | 2024-11-15T21:33:16.896Z | Compiling string_cache v0.8.7 |
1964 | 2024-11-15T21:33:17.931Z | Compiling bit-set v0.5.3 |
1965 | 2024-11-15T21:33:18.248Z | Compiling indicatif v0.17.9 |
1966 | 2024-11-15T21:33:18.457Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1967 | 2024-11-15T21:33:18.918Z | Compiling similar v2.6.0 |
1968 | 2024-11-15T21:33:20.181Z | Compiling petgraph v0.6.5 |
1969 | 2024-11-15T21:33:21.612Z | Compiling typify-macro v0.2.0 |
1970 | 2024-11-15T21:33:22.159Z | Compiling reqwest v0.12.9 |
1971 | 2024-11-15T21:33:23.673Z | Compiling ecdsa v0.16.9 |
1972 | 2024-11-15T21:33:24.325Z | Compiling qorb v0.2.0 |
1973 | 2024-11-15T21:33:24.954Z | Compiling rsa v0.9.6 |
1974 | 2024-11-15T21:33:25.361Z | Compiling ed25519-dalek v2.1.1 |
1975 | 2024-11-15T21:33:25.420Z | Compiling zip v0.6.6 |
1976 | 2024-11-15T21:33:25.826Z | Compiling crossterm v0.28.1 |
1977 | 2024-11-15T21:33:25.922Z | Compiling clap v4.5.21 |
1978 | 2024-11-15T21:33:26.640Z | Compiling toml v0.7.8 |
1979 | 2024-11-15T21:33:28.168Z | Compiling x509-cert v0.2.5 |
1980 | 2024-11-15T21:33:29.114Z | Compiling hex v0.4.3 |
1981 | 2024-11-15T21:33:29.742Z | Compiling itertools v0.10.5 |
1982 | 2024-11-15T21:33:30.135Z | Compiling peg-runtime v0.8.3 |
1983 | 2024-11-15T21:33:30.583Z | Compiling lalrpop-util v0.19.12 |
1984 | 2024-11-15T21:33:30.689Z | Compiling unicode-xid v0.2.6 |
1985 | 2024-11-15T21:33:32.734Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1986 | 2024-11-15T21:33:37.104Z | Compiling proc-macro-crate v1.3.1 |
1987 | 2024-11-15T21:33:37.484Z | Compiling ipnetwork v0.20.0 |
1988 | 2024-11-15T21:33:38.715Z | Compiling heapless v0.8.0 |
1989 | 2024-11-15T21:33:41.611Z | Compiling num_enum_derive v0.5.11 |
1990 | 2024-11-15T21:33:51.644Z | Compiling hash32 v0.3.1 |
1991 | 2024-11-15T21:33:51.956Z | Compiling smoltcp v0.11.0 |
1992 | 2024-11-15T21:33:52.564Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1993 | 2024-11-15T21:33:53.046Z | Compiling ident_case v1.0.1 |
1994 | 2024-11-15T21:33:53.943Z | Compiling darling_core v0.20.10 |
1995 | 2024-11-15T21:34:00.584Z | Compiling num_enum v0.5.11 |
1996 | 2024-11-15T21:34:01.310Z | Compiling typify v0.2.0 |
1997 | 2024-11-15T21:34:02.211Z | Compiling proc-macro-error-attr v1.0.4 |
1998 | 2024-11-15T21:34:02.726Z | Compiling cobs v0.2.3 |
1999 | 2024-11-15T21:34:03.176Z | Compiling unsafe-libyaml v0.2.11 |
2000 | 2024-11-15T21:34:03.261Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2001 | 2024-11-15T21:34:03.594Z | Compiling postcard v1.0.10 |
2002 | 2024-11-15T21:34:05.015Z | Compiling serde_yaml v0.9.34+deprecated |
2003 | 2024-11-15T21:34:19.989Z | Compiling progenitor-impl v0.8.0 |
2004 | 2024-11-15T21:34:21.792Z | Compiling darling_macro v0.20.10 |
2005 | 2024-11-15T21:34:33.030Z | Compiling strum_macros v0.26.4 |
2006 | 2024-11-15T21:34:34.154Z | Compiling foreign-types-macros v0.2.3 |
2007 | 2024-11-15T21:34:34.213Z | Compiling structmeta-derive v0.3.0 |
2008 | 2024-11-15T21:34:34.517Z | Compiling proc-macro-error v1.0.4 |
2009 | 2024-11-15T21:34:34.601Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2010 | 2024-11-15T21:34:34.909Z | Compiling newtype-uuid v1.1.3 |
2011 | 2024-11-15T21:34:36.582Z | Compiling foreign-types-shared v0.3.1 |
2012 | 2024-11-15T21:34:36.725Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2013 | 2024-11-15T21:34:36.814Z | Compiling structmeta v0.3.0 |
2014 | 2024-11-15T21:34:36.900Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2015 | 2024-11-15T21:34:37.229Z | Compiling foreign-types v0.5.0 |
2016 | 2024-11-15T21:34:37.552Z | Compiling strum v0.26.3 |
2017 | 2024-11-15T21:34:45.521Z | Compiling progenitor-macro v0.8.0 |
2018 | 2024-11-15T21:34:46.797Z | Compiling darling v0.20.10 |
2019 | 2024-11-15T21:34:50.197Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2020 | 2024-11-15T21:34:50.578Z | Compiling progenitor-client v0.8.0 |
2021 | 2024-11-15T21:34:53.873Z | Compiling tabwriter v1.4.0 |
2022 | 2024-11-15T21:34:55.411Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2023 | 2024-11-15T21:34:55.624Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2024 | 2024-11-15T21:34:55.808Z | Compiling cstr-argument v0.1.2 |
2025 | 2024-11-15T21:34:56.083Z | Compiling dropshot v0.13.0 |
2026 | 2024-11-15T21:34:56.460Z | Compiling fastrand v2.1.1 |
2027 | 2024-11-15T21:34:57.156Z | Compiling pretty-hex v0.2.1 |
2028 | 2024-11-15T21:34:57.387Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2029 | 2024-11-15T21:34:57.525Z | Compiling crucible-workspace-hack v0.1.0 |
2030 | 2024-11-15T21:34:57.708Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2031 | 2024-11-15T21:34:57.975Z | Compiling tempfile v3.13.0 |
2032 | 2024-11-15T21:34:58.154Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2033 | 2024-11-15T21:34:58.222Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2034 | 2024-11-15T21:34:58.449Z | Compiling progenitor v0.8.0 |
2035 | 2024-11-15T21:34:58.740Z | Compiling serde_with_macros v3.11.0 |
2036 | 2024-11-15T21:34:59.147Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-15T21:34:59.512Z | Compiling colored v2.1.0 |
2038 | 2024-11-15T21:34:59.717Z | Compiling dropshot_endpoint v0.13.0 |
2039 | 2024-11-15T21:35:00.763Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-11-15T21:35:01.424Z | Compiling instant v0.1.13 |
2041 | 2024-11-15T21:35:01.543Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2042 | 2024-11-15T21:35:01.609Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-11-15T21:35:01.848Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2044 | 2024-11-15T21:35:01.965Z | Compiling backoff v0.4.0 |
2045 | 2024-11-15T21:35:01.998Z | Compiling serde_with v3.11.0 |
2046 | 2024-11-15T21:35:03.051Z | Compiling parse-display v0.10.0 |
2047 | 2024-11-15T21:35:04.948Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2048 | 2024-11-15T21:35:05.016Z | Compiling zone_cfg_derive v0.3.0 |
2049 | 2024-11-15T21:35:05.543Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2050 | 2024-11-15T21:35:05.929Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2051 | 2024-11-15T21:35:06.431Z | Compiling camino-tempfile v1.1.1 |
2052 | 2024-11-15T21:35:06.588Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2053 | 2024-11-15T21:35:06.671Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2024-11-15T21:35:06.867Z | Compiling regress v0.9.1 |
2055 | 2024-11-15T21:35:07.058Z | Compiling macaddr v1.0.1 |
2056 | 2024-11-15T21:35:07.189Z | Compiling num-derive v0.4.2 |
2057 | 2024-11-15T21:35:07.669Z | Compiling sigpipe v0.1.3 |
2058 | 2024-11-15T21:35:07.823Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2059 | 2024-11-15T21:35:08.126Z | Compiling libefi-sys v0.1.0 |
2060 | 2024-11-15T21:35:08.519Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2061 | 2024-11-15T21:35:09.505Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2062 | 2024-11-15T21:35:11.119Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2063 | 2024-11-15T21:35:11.698Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2064 | 2024-11-15T21:35:11.819Z | Compiling zone v0.3.0 |
2065 | 2024-11-15T21:35:12.322Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2066 | 2024-11-15T21:35:15.251Z | Compiling smf v0.2.3 |
2067 | 2024-11-15T21:35:15.582Z | Compiling bitfield-struct v0.6.2 |
2068 | 2024-11-15T21:35:16.682Z | Compiling ring v0.16.20 |
2069 | 2024-11-15T21:35:17.041Z | Compiling blake3 v1.5.4 |
2070 | 2024-11-15T21:35:17.400Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2071 | 2024-11-15T21:35:17.895Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2072 | 2024-11-15T21:35:18.271Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2073 | 2024-11-15T21:35:18.392Z | Compiling xattr v1.3.1 |
2074 | 2024-11-15T21:35:18.663Z | Compiling filetime v0.2.25 |
2075 | 2024-11-15T21:35:18.719Z | Compiling memmap2 v0.9.5 |
2076 | 2024-11-15T21:35:19.047Z | Compiling arrayref v0.3.9 |
2077 | 2024-11-15T21:35:19.173Z | Compiling arrayvec v0.7.6 |
2078 | 2024-11-15T21:35:19.339Z | Compiling same-file v1.0.6 |
2079 | 2024-11-15T21:35:19.468Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2080 | 2024-11-15T21:35:19.607Z | Compiling spin v0.5.2 |
2081 | 2024-11-15T21:35:19.629Z | Compiling constant_time_eq v0.3.1 |
2082 | 2024-11-15T21:35:19.671Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-11-15T21:35:19.885Z | Compiling walkdir v2.5.0 |
2084 | 2024-11-15T21:35:21.280Z | Compiling tar v0.4.43 |
2085 | 2024-11-15T21:35:22.536Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2086 | 2024-11-15T21:35:22.693Z | Compiling gethostname v0.5.0 |
2087 | 2024-11-15T21:35:22.913Z | Compiling cargo-platform v0.1.8 |
2088 | 2024-11-15T21:35:22.958Z | Compiling topological-sort v0.2.2 |
2089 | 2024-11-15T21:35:23.968Z | Compiling cargo_metadata v0.18.1 |
2090 | 2024-11-15T21:35:26.728Z | Compiling omicron-zone-package v0.11.1 |
2091 | 2024-11-15T21:35:30.566Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2092 | 2024-11-15T21:35:32.782Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2093 | 2024-11-15T21:35:36.659Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2094 | 2024-11-15T21:35:53.465Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2095 | 2024-11-15T21:35:53.629Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2096 | 2024-11-15T21:35:53.677Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2097 | 2024-11-15T21:35:53.680Z | Created new build target 'test' and set it as active |
2098 | 2024-11-15T21:35:53.680Z | |
2099 | 2024-11-15T21:35:53.680Z | real 5:29.341737609 |
2100 | 2024-11-15T21:35:53.680Z | user 37:09.588568696 |
2101 | 2024-11-15T21:35:53.680Z | sys 4:53.306889310 |
2102 | 2024-11-15T21:35:53.680Z | trap 1.122234908 |
2103 | 2024-11-15T21:35:53.680Z | tflt 3.147025612 |
2104 | 2024-11-15T21:35:53.680Z | dflt 0.741795559 |
2105 | 2024-11-15T21:35:53.680Z | kflt 0.006749497 |
2106 | 2024-11-15T21:35:53.680Z | lock 1:18:13.339810300 |
2107 | 2024-11-15T21:35:53.680Z | slp 2:35:18.120253882 |
2108 | 2024-11-15T21:35:53.680Z | lat 2:35.603430699 |
2109 | 2024-11-15T21:35:53.680Z | stop 4:27.453079170 |
2110 | 2024-11-15T21:35:53.680Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2111 | 2024-11-15T21:35:54.668Z | Finished `release` profile [optimized] target(s) in 0.93s |
2112 | 2024-11-15T21:35:54.726Z | Running `target/release/omicron-package -t test package` |
2113 | 2024-11-15T21:35:54.771Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2114 | 2024-11-15T21:35:55.935Z | Compiling convert_case v0.4.0 |
2115 | 2024-11-15T21:35:55.936Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2116 | 2024-11-15T21:35:55.938Z | Compiling itertools v0.13.0 |
2117 | 2024-11-15T21:35:55.938Z | Compiling password-hash v0.5.0 |
2118 | 2024-11-15T21:35:55.938Z | Compiling blake2 v0.10.6 |
2119 | 2024-11-15T21:35:55.938Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2120 | 2024-11-15T21:35:55.938Z | Compiling newline-converter v0.3.0 |
2121 | 2024-11-15T21:35:55.938Z | Compiling owo-colors v4.1.0 |
2122 | 2024-11-15T21:35:56.307Z | Compiling cancel-safe-futures v0.1.5 |
2123 | 2024-11-15T21:35:56.407Z | Compiling expectorate v1.1.0 |
2124 | 2024-11-15T21:35:56.602Z | Compiling libsw v3.3.1 |
2125 | 2024-11-15T21:35:56.643Z | Compiling argon2 v0.5.3 |
2126 | 2024-11-15T21:35:56.728Z | Compiling derive_more v0.99.18 |
2127 | 2024-11-15T21:35:57.136Z | Compiling linear-map v1.2.0 |
2128 | 2024-11-15T21:35:57.546Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2129 | 2024-11-15T21:35:57.590Z | Compiling indent_write v2.2.0 |
2130 | 2024-11-15T21:35:57.705Z | Compiling swrite v0.1.0 |
2131 | 2024-11-15T21:35:57.815Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2132 | 2024-11-15T21:35:57.845Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2133 | 2024-11-15T21:35:58.114Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-11-15T21:35:58.270Z | Compiling base64 v0.21.7 |
2135 | 2024-11-15T21:35:58.605Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2136 | 2024-11-15T21:35:59.066Z | Compiling progenitor v0.8.0 |
2137 | 2024-11-15T21:35:59.290Z | Compiling atomicwrites v0.4.4 |
2138 | 2024-11-15T21:35:59.353Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2139 | 2024-11-15T21:35:59.440Z | Compiling num-rational v0.4.2 |
2140 | 2024-11-15T21:35:59.823Z | Compiling num-complex v0.4.6 |
2141 | 2024-11-15T21:35:59.841Z | Compiling float-ord v0.3.2 |
2142 | 2024-11-15T21:36:00.014Z | Compiling semver v0.1.20 |
2143 | 2024-11-15T21:36:00.603Z | Compiling rustc_version v0.1.7 |
2144 | 2024-11-15T21:36:01.042Z | Compiling num v0.4.3 |
2145 | 2024-11-15T21:36:01.113Z | Compiling newtype_derive v0.1.6 |
2146 | 2024-11-15T21:36:01.158Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2147 | 2024-11-15T21:36:01.494Z | Compiling humantime v2.1.0 |
2148 | 2024-11-15T21:36:01.919Z | Compiling highway v1.2.0 |
2149 | 2024-11-15T21:36:02.470Z | Compiling steno v0.4.1 |
2150 | 2024-11-15T21:36:03.478Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2151 | 2024-11-15T21:36:03.645Z | Compiling newtype-uuid v1.1.3 |
2152 | 2024-11-15T21:36:04.009Z | Compiling dropshot v0.13.0 |
2153 | 2024-11-15T21:36:04.093Z | Compiling tungstenite v0.21.0 |
2154 | 2024-11-15T21:36:05.774Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2155 | 2024-11-15T21:36:06.715Z | Compiling ipnetwork v0.20.0 |
2156 | 2024-11-15T21:36:07.481Z | Compiling instant v0.1.13 |
2157 | 2024-11-15T21:36:07.540Z | Compiling slog-dtrace v0.3.0 |
2158 | 2024-11-15T21:36:07.646Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2159 | 2024-11-15T21:36:08.011Z | Compiling backoff v0.4.0 |
2160 | 2024-11-15T21:36:08.403Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2161 | 2024-11-15T21:36:09.127Z | Compiling tokio-tungstenite v0.21.0 |
2162 | 2024-11-15T21:36:09.843Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2024-11-15T21:36:10.196Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2164 | 2024-11-15T21:36:13.154Z | Compiling parse-display v0.10.0 |
2165 | 2024-11-15T21:36:13.774Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2024-11-15T21:36:13.965Z | Compiling serde_with v3.11.0 |
2167 | 2024-11-15T21:36:17.623Z | Compiling strum v0.26.3 |
2168 | 2024-11-15T21:36:17.804Z | Compiling regress v0.9.1 |
2169 | 2024-11-15T21:36:17.918Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2170 | 2024-11-15T21:36:18.257Z | Compiling macaddr v1.0.1 |
2171 | 2024-11-15T21:36:19.663Z | Compiling prettyplease v0.2.25 |
2172 | 2024-11-15T21:36:19.764Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2173 | 2024-11-15T21:36:20.250Z | Compiling display-error-chain v0.2.2 |
2174 | 2024-11-15T21:36:20.485Z | Compiling arc-swap v1.7.1 |
2175 | 2024-11-15T21:36:21.172Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2176 | 2024-11-15T21:36:21.201Z | Compiling slog-scope v4.4.0 |
2177 | 2024-11-15T21:36:22.002Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-11-15T21:36:22.675Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-11-15T21:36:23.783Z | Compiling half v2.4.1 |
2180 | 2024-11-15T21:36:24.532Z | Compiling ciborium-io v0.2.2 |
2181 | 2024-11-15T21:36:24.667Z | Compiling ciborium-ll v0.2.2 |
2182 | 2024-11-15T21:36:24.685Z | Compiling slog-stdlog v4.1.1 |
2183 | 2024-11-15T21:36:25.192Z | Compiling ciborium v0.2.2 |
2184 | 2024-11-15T21:36:25.498Z | Compiling slog-envlogger v2.2.0 |
2185 | 2024-11-15T21:36:26.554Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2186 | 2024-11-15T21:36:27.432Z | Compiling fastrand v2.1.1 |
2187 | 2024-11-15T21:36:27.975Z | Compiling same-file v1.0.6 |
2188 | 2024-11-15T21:36:28.228Z | Compiling walkdir v2.5.0 |
2189 | 2024-11-15T21:36:28.269Z | Compiling tempfile v3.13.0 |
2190 | 2024-11-15T21:36:28.905Z | Compiling ring v0.16.20 |
2191 | 2024-11-15T21:36:29.085Z | Compiling blake3 v1.5.4 |
2192 | 2024-11-15T21:36:29.771Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2193 | 2024-11-15T21:36:31.797Z | Compiling xattr v1.3.1 |
2194 | 2024-11-15T21:36:32.087Z | Compiling memmap2 v0.9.5 |
2195 | 2024-11-15T21:36:32.493Z | Compiling filetime v0.2.25 |
2196 | 2024-11-15T21:36:32.619Z | Compiling keccak v0.1.5 |
2197 | 2024-11-15T21:36:32.812Z | Compiling spin v0.5.2 |
2198 | 2024-11-15T21:36:33.060Z | Compiling constant_time_eq v0.3.1 |
2199 | 2024-11-15T21:36:33.227Z | Compiling arrayvec v0.7.6 |
2200 | 2024-11-15T21:36:33.646Z | Compiling arrayref v0.3.9 |
2201 | 2024-11-15T21:36:36.202Z | Compiling sha3 v0.10.8 |
2202 | 2024-11-15T21:36:36.977Z | Compiling tar v0.4.43 |
2203 | 2024-11-15T21:36:37.119Z | Compiling camino-tempfile v1.1.1 |
2204 | 2024-11-15T21:36:37.583Z | Compiling toolchain_find v0.4.0 |
2205 | 2024-11-15T21:36:37.873Z | Compiling nibble_vec v0.1.0 |
2206 | 2024-11-15T21:36:38.129Z | Compiling maplit v1.0.2 |
2207 | 2024-11-15T21:36:38.164Z | Compiling topological-sort v0.2.2 |
2208 | 2024-11-15T21:36:38.273Z | Compiling endian-type v0.1.2 |
2209 | 2024-11-15T21:36:38.395Z | Compiling crunchy v0.2.2 |
2210 | 2024-11-15T21:36:38.522Z | Compiling radium v0.7.0 |
2211 | 2024-11-15T21:36:38.890Z | Compiling radix_trie v0.2.1 |
2212 | 2024-11-15T21:36:38.995Z | Compiling omicron-zone-package v0.11.1 |
2213 | 2024-11-15T21:36:39.015Z | Compiling rustfmt-wrapper v0.2.1 |
2214 | 2024-11-15T21:36:39.849Z | Compiling pem v3.0.4 |
2215 | 2024-11-15T21:36:41.045Z | Compiling tap v1.0.1 |
2216 | 2024-11-15T21:36:41.247Z | Compiling tiny-keccak v2.0.2 |
2217 | 2024-11-15T21:36:41.317Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-11-15T21:36:41.580Z | Compiling wyz v0.5.1 |
2219 | 2024-11-15T21:36:42.235Z | Compiling dsl_auto_type v0.1.2 |
2220 | 2024-11-15T21:36:42.313Z | Compiling scheduled-thread-pool v0.2.7 |
2221 | 2024-11-15T21:36:42.428Z | Compiling secrecy v0.8.0 |
2222 | 2024-11-15T21:36:42.721Z | Compiling diesel_table_macro_syntax v0.2.0 |
2223 | 2024-11-15T21:36:43.140Z | Compiling funty v2.0.0 |
2224 | 2024-11-15T21:36:43.240Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2024-11-15T21:36:43.547Z | Compiling crc-catalog v2.4.0 |
2226 | 2024-11-15T21:36:43.629Z | Compiling packed_struct v0.10.1 |
2227 | 2024-11-15T21:36:43.648Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2228 | 2024-11-15T21:36:43.709Z | Compiling crc v3.2.1 |
2229 | 2024-11-15T21:36:43.980Z | Compiling diesel_derives v2.2.3 |
2230 | 2024-11-15T21:36:44.079Z | Compiling r2d2 v0.8.10 |
2231 | 2024-11-15T21:36:44.399Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2232 | 2024-11-15T21:36:44.574Z | Compiling bitvec v1.0.1 |
2233 | 2024-11-15T21:36:45.766Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2024-11-15T21:36:45.988Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2235 | 2024-11-15T21:36:48.090Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-15T21:36:48.603Z | Compiling ascii-canvas v3.0.0 |
2237 | 2024-11-15T21:36:49.104Z | Compiling universal-hash v0.5.1 |
2238 | 2024-11-15T21:36:49.171Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2024-11-15T21:36:49.356Z | Compiling packed_struct_codegen v0.10.1 |
2240 | 2024-11-15T21:36:51.824Z | Compiling lzma-sys v0.1.20 |
2241 | 2024-11-15T21:36:51.873Z | Compiling ena v0.14.3 |
2242 | 2024-11-15T21:36:52.321Z | Compiling indexmap v1.9.3 |
2243 | 2024-11-15T21:36:52.558Z | Compiling diff v0.1.13 |
2244 | 2024-11-15T21:36:52.661Z | Compiling regex-syntax v0.6.29 |
2245 | 2024-11-15T21:36:53.123Z | Compiling nodrop v0.1.14 |
2246 | 2024-11-15T21:36:53.287Z | Compiling opaque-debug v0.3.1 |
2247 | 2024-11-15T21:36:53.418Z | Compiling poly1305 v0.8.0 |
2248 | 2024-11-15T21:36:54.915Z | Compiling array-init v0.0.4 |
2249 | 2024-11-15T21:36:55.741Z | Compiling diesel v2.2.4 |
2250 | 2024-11-15T21:36:56.154Z | Compiling lalrpop v0.19.12 |
2251 | 2024-11-15T21:37:02.554Z | Compiling thiserror-no-std v2.0.2 |
2252 | 2024-11-15T21:37:02.692Z | Compiling smallvec v0.6.14 |
2253 | 2024-11-15T21:37:03.449Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2254 | 2024-11-15T21:37:03.790Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2255 | 2024-11-15T21:37:04.090Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2256 | 2024-11-15T21:37:04.345Z | Compiling chacha20 v0.9.1 |
2257 | 2024-11-15T21:37:04.614Z | Compiling heck v0.3.3 |
2258 | 2024-11-15T21:37:04.822Z | Compiling const_format_proc_macros v0.2.33 |
2259 | 2024-11-15T21:37:04.998Z | Compiling aead v0.5.2 |
2260 | 2024-11-15T21:37:05.353Z | Compiling hashbrown v0.12.3 |
2261 | 2024-11-15T21:37:06.689Z | Compiling termcolor v1.4.1 |
2262 | 2024-11-15T21:37:06.788Z | Compiling ref-cast v1.0.23 |
2263 | 2024-11-15T21:37:07.259Z | Compiling bitfield v0.14.0 |
2264 | 2024-11-15T21:37:07.586Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2265 | 2024-11-15T21:37:07.767Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-11-15T21:37:07.986Z | Compiling env_logger v0.10.2 |
2267 | 2024-11-15T21:37:12.252Z | Compiling const_format v0.2.33 |
2268 | 2024-11-15T21:37:13.503Z | Compiling chacha20poly1305 v0.10.1 |
2269 | 2024-11-15T21:37:13.678Z | Compiling zone_cfg_derive v0.1.2 |
2270 | 2024-11-15T21:37:13.784Z | Compiling serde-hex v0.1.0 |
2271 | 2024-11-15T21:37:15.148Z | Compiling vsss-rs v3.3.4 |
2272 | 2024-11-15T21:37:19.482Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-11-15T21:37:19.661Z | Compiling ron v0.8.1 |
2274 | 2024-11-15T21:37:19.839Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2275 | 2024-11-15T21:37:20.151Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2276 | 2024-11-15T21:37:20.707Z | Compiling derive_builder_core v0.20.2 |
2277 | 2024-11-15T21:37:22.527Z | Compiling polar-core v0.27.3 |
2278 | 2024-11-15T21:37:22.991Z | Compiling hashbrown v0.13.2 |
2279 | 2024-11-15T21:37:23.783Z | Compiling headers-core v0.3.0 |
2280 | 2024-11-15T21:37:23.978Z | Compiling fxhash v0.2.1 |
2281 | 2024-11-15T21:37:24.232Z | Compiling libxml v0.3.3 |
2282 | 2024-11-15T21:37:24.393Z | Compiling ref-cast-impl v1.0.23 |
2283 | 2024-11-15T21:37:24.607Z | Compiling base64 v0.13.1 |
2284 | 2024-11-15T21:37:25.388Z | Compiling crc-any v2.5.0 |
2285 | 2024-11-15T21:37:25.698Z | Compiling ron v0.7.1 |
2286 | 2024-11-15T21:37:25.979Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-15T21:37:26.350Z | Compiling object v0.30.4 |
2288 | 2024-11-15T21:37:31.084Z | Compiling headers v0.4.0 |
2289 | 2024-11-15T21:37:34.820Z | Compiling derive_builder_macro v0.20.2 |
2290 | 2024-11-15T21:37:35.672Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2291 | 2024-11-15T21:37:37.263Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-11-15T21:37:38.008Z | Compiling xz2 v0.1.7 |
2293 | 2024-11-15T21:37:41.299Z | Compiling zone v0.1.8 |
2294 | 2024-11-15T21:37:41.310Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2295 | 2024-11-15T21:37:42.162Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2296 | 2024-11-15T21:37:42.283Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2297 | 2024-11-15T21:37:42.595Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2298 | 2024-11-15T21:37:42.628Z | Compiling yasna v0.5.2 |
2299 | 2024-11-15T21:37:43.520Z | Compiling phf_generator v0.11.2 |
2300 | 2024-11-15T21:37:43.787Z | Compiling strum_macros v0.24.3 |
2301 | 2024-11-15T21:37:44.182Z | Compiling kstat-rs v0.2.4 |
2302 | 2024-11-15T21:37:45.192Z | Compiling samael v0.0.17 |
2303 | 2024-11-15T21:37:46.197Z | Compiling async-recursion v1.1.1 |
2304 | 2024-11-15T21:37:46.859Z | Compiling unicase v2.7.0 |
2305 | 2024-11-15T21:37:47.173Z | Compiling path-slash v0.1.5 |
2306 | 2024-11-15T21:37:47.220Z | Compiling indoc v1.0.9 |
2307 | 2024-11-15T21:37:47.352Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2308 | 2024-11-15T21:37:47.686Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2309 | 2024-11-15T21:37:48.738Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2310 | 2024-11-15T21:37:51.353Z | Compiling rcgen v0.12.1 |
2311 | 2024-11-15T21:37:54.599Z | Compiling phf_codegen v0.11.2 |
2312 | 2024-11-15T21:37:54.872Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2313 | 2024-11-15T21:38:00.801Z | Compiling derive_builder v0.20.2 |
2314 | 2024-11-15T21:38:01.785Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2315 | 2024-11-15T21:38:03.194Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2316 | 2024-11-15T21:38:03.502Z | Compiling impl-trait-for-tuples v0.2.2 |
2317 | 2024-11-15T21:38:06.088Z | Compiling oso-derive v0.27.3 |
2318 | 2024-11-15T21:38:07.082Z | Compiling libz-sys v1.1.20 |
2319 | 2024-11-15T21:38:07.727Z | Compiling parse-zoneinfo v0.3.1 |
2320 | 2024-11-15T21:38:08.776Z | Compiling quick-xml v0.33.0 |
2321 | 2024-11-15T21:38:09.169Z | Compiling subprocess v0.2.9 |
2322 | 2024-11-15T21:38:09.403Z | Compiling diesel-dtrace v0.3.0 |
2323 | 2024-11-15T21:38:09.733Z | Compiling parking_lot_core v0.8.6 |
2324 | 2024-11-15T21:38:10.194Z | Compiling cfg_aliases v0.1.1 |
2325 | 2024-11-15T21:38:10.316Z | Compiling nix v0.28.0 |
2326 | 2024-11-15T21:38:10.354Z | Compiling oso v0.27.3 |
2327 | 2024-11-15T21:38:11.096Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2328 | 2024-11-15T21:38:14.018Z | Compiling chrono-tz-build v0.4.0 |
2329 | 2024-11-15T21:38:15.399Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2330 | 2024-11-15T21:38:17.032Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2331 | 2024-11-15T21:38:19.026Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2332 | 2024-11-15T21:38:22.371Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2333 | 2024-11-15T21:38:22.389Z | Compiling bb8 v0.8.5 |
2334 | 2024-11-15T21:38:22.662Z | Compiling vte_generate_state_changes v0.1.2 |
2335 | 2024-11-15T21:38:23.015Z | Compiling buf-list v1.0.3 |
2336 | 2024-11-15T21:38:23.301Z | Compiling vte v0.11.1 |
2337 | 2024-11-15T21:38:23.690Z | Compiling async-bb8-diesel v0.2.1 |
2338 | 2024-11-15T21:38:24.631Z | Compiling chrono-tz v0.10.0 |
2339 | 2024-11-15T21:38:25.553Z | Compiling fd-lock v4.0.2 |
2340 | 2024-11-15T21:38:25.818Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2341 | 2024-11-15T21:38:26.061Z | Compiling pin-project-internal v1.1.6 |
2342 | 2024-11-15T21:38:26.603Z | Compiling atty v0.2.14 |
2343 | 2024-11-15T21:38:26.778Z | Compiling bytecount v0.6.8 |
2344 | 2024-11-15T21:38:27.105Z | Compiling salty v0.3.0 |
2345 | 2024-11-15T21:38:27.563Z | Compiling papergrid v0.11.0 |
2346 | 2024-11-15T21:38:28.840Z | Compiling pin-project v1.1.6 |
2347 | 2024-11-15T21:38:28.995Z | Compiling parking_lot v0.11.2 |
2348 | 2024-11-15T21:38:38.233Z | Compiling strip-ansi-escapes v0.2.0 |
2349 | 2024-11-15T21:38:39.962Z | Compiling tabled_derive v0.7.0 |
2350 | 2024-11-15T21:38:40.383Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2351 | 2024-11-15T21:38:42.181Z | Compiling peg-macros v0.8.4 |
2352 | 2024-11-15T21:38:45.166Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2024-11-15T21:38:45.625Z | Compiling snafu-derive v0.8.5 |
2354 | 2024-11-15T21:38:46.198Z | Compiling sqlparser_derive v0.2.2 |
2355 | 2024-11-15T21:38:47.219Z | Compiling simd-adler32 v0.3.7 |
2356 | 2024-11-15T21:38:48.352Z | Compiling lockfree-object-pool v0.1.6 |
2357 | 2024-11-15T21:38:48.681Z | Compiling nu-ansi-term v0.50.1 |
2358 | 2024-11-15T21:38:50.007Z | Compiling bumpalo v3.16.0 |
2359 | 2024-11-15T21:38:50.443Z | Compiling zip v2.1.3 |
2360 | 2024-11-15T21:38:50.622Z | Compiling unicode_categories v0.1.1 |
2361 | 2024-11-15T21:38:50.773Z | Compiling home v0.5.9 |
2362 | 2024-11-15T21:38:51.015Z | Compiling sqlformat v0.2.6 |
2363 | 2024-11-15T21:38:51.087Z | Compiling rustyline v14.0.0 |
2364 | 2024-11-15T21:38:57.107Z | Compiling snafu v0.8.5 |
2365 | 2024-11-15T21:38:58.398Z | Compiling zopfli v0.8.1 |
2366 | 2024-11-15T21:39:02.292Z | Compiling reedline v0.35.0 |
2367 | 2024-11-15T21:39:02.569Z | Compiling sqlparser v0.45.0 |
2368 | 2024-11-15T21:39:03.672Z | Compiling peg v0.8.4 |
2369 | 2024-11-15T21:39:03.759Z | Compiling tabled v0.15.0 |
2370 | 2024-11-15T21:39:04.702Z | Compiling mime_guess v2.0.5 |
2371 | 2024-11-15T21:39:05.880Z | Compiling sled v0.34.7 |
2372 | 2024-11-15T21:39:08.844Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2373 | 2024-11-15T21:39:11.027Z | Compiling hickory-client v0.24.1 |
2374 | 2024-11-15T21:39:16.204Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2375 | 2024-11-15T21:39:16.224Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2024-11-15T21:39:18.603Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2024-11-15T21:39:23.992Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2024-11-15T21:39:25.751Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2379 | 2024-11-15T21:39:27.365Z | Compiling globset v0.4.15 |
2380 | 2024-11-15T21:39:27.380Z | Compiling hickory-server v0.24.1 |
2381 | 2024-11-15T21:39:35.047Z | Compiling primeorder v0.13.6 |
2382 | 2024-11-15T21:39:35.660Z | Compiling olpc-cjson v0.1.4 |
2383 | 2024-11-15T21:39:36.044Z | Compiling vergen v8.3.2 |
2384 | 2024-11-15T21:39:36.380Z | Compiling bcs v0.1.6 |
2385 | 2024-11-15T21:39:37.316Z | Compiling env_filter v0.1.2 |
2386 | 2024-11-15T21:39:38.888Z | Compiling serde_plain v1.0.2 |
2387 | 2024-11-15T21:39:39.471Z | Compiling cargo-platform v0.1.8 |
2388 | 2024-11-15T21:39:39.973Z | Compiling nanorand v0.7.0 |
2389 | 2024-11-15T21:39:40.142Z | Compiling memoffset v0.9.1 |
2390 | 2024-11-15T21:39:40.145Z | Compiling typed-path v0.9.3 |
2391 | 2024-11-15T21:39:40.655Z | Compiling flume v0.11.1 |
2392 | 2024-11-15T21:39:40.681Z | Compiling cargo_metadata v0.18.1 |
2393 | 2024-11-15T21:39:41.037Z | Compiling env_logger v0.11.5 |
2394 | 2024-11-15T21:39:42.508Z | Compiling p384 v0.13.0 |
2395 | 2024-11-15T21:39:44.041Z | Compiling tough v0.19.0 |
2396 | 2024-11-15T21:39:47.546Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2397 | 2024-11-15T21:39:48.702Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-11-15T21:39:52.746Z | Compiling git2 v0.19.0 |
2399 | 2024-11-15T21:39:58.874Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2400 | 2024-11-15T21:40:02.567Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2401 | 2024-11-15T21:40:07.919Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2402 | 2024-11-15T21:40:08.718Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2403 | 2024-11-15T21:40:10.730Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2404 | 2024-11-15T21:40:11.620Z | Compiling rand_seeder v0.3.0 |
2405 | 2024-11-15T21:40:12.057Z | Compiling libsqlite3-sys v0.30.1 |
2406 | 2024-11-15T21:40:12.588Z | Compiling parse-size v1.1.0 |
2407 | 2024-11-15T21:40:12.961Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2408 | 2024-11-15T21:40:13.305Z | Compiling rustls v0.21.12 |
2409 | 2024-11-15T21:40:13.529Z | Compiling cfg_aliases v0.2.1 |
2410 | 2024-11-15T21:40:13.673Z | Compiling nix v0.29.0 |
2411 | 2024-11-15T21:40:13.700Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2412 | 2024-11-15T21:40:14.231Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-11-15T21:40:14.572Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-15T21:40:16.430Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-11-15T21:40:17.362Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2416 | 2024-11-15T21:40:18.248Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2417 | 2024-11-15T21:40:18.553Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2418 | 2024-11-15T21:40:19.339Z | Compiling rustls-webpki v0.101.7 |
2419 | 2024-11-15T21:40:20.491Z | Compiling sct v0.7.1 |
2420 | 2024-11-15T21:40:20.964Z | Compiling castaway v0.2.3 |
2421 | 2024-11-15T21:40:21.178Z | Compiling csv-core v0.1.11 |
2422 | 2024-11-15T21:40:22.071Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2423 | 2024-11-15T21:40:22.417Z | Compiling http-range v0.1.5 |
2424 | 2024-11-15T21:40:23.010Z | Compiling glob v0.3.1 |
2425 | 2024-11-15T21:40:23.013Z | Compiling hyper-staticfile v0.10.1 |
2426 | 2024-11-15T21:40:23.442Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2427 | 2024-11-15T21:40:25.091Z | Compiling csv v1.3.0 |
2428 | 2024-11-15T21:40:26.116Z | Compiling compact_str v0.8.0 |
2429 | 2024-11-15T21:40:28.832Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2430 | 2024-11-15T21:40:29.801Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2431 | 2024-11-15T21:40:30.736Z | Compiling nix v0.27.1 |
2432 | 2024-11-15T21:40:31.115Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2433 | 2024-11-15T21:40:33.895Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2434 | 2024-11-15T21:40:38.359Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2435 | 2024-11-15T21:40:44.676Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-11-15T21:40:45.411Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2024-11-15T21:40:47.677Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-11-15T21:40:48.044Z | Compiling unicode-truncate v1.1.0 |
2439 | 2024-11-15T21:40:48.368Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-11-15T21:40:48.693Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-11-15T21:40:49.016Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2442 | 2024-11-15T21:40:51.402Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2443 | 2024-11-15T21:40:53.196Z | Compiling hashlink v0.9.1 |
2444 | 2024-11-15T21:40:53.755Z | Compiling tungstenite v0.23.0 |
2445 | 2024-11-15T21:40:54.059Z | Compiling lru v0.12.5 |
2446 | 2024-11-15T21:40:54.440Z | Compiling instability v0.3.2 |
2447 | 2024-11-15T21:40:54.492Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-11-15T21:40:55.338Z | Compiling cassowary v0.3.0 |
2449 | 2024-11-15T21:40:55.479Z | Compiling fallible-streaming-iterator v0.1.9 |
2450 | 2024-11-15T21:40:55.791Z | Compiling rusqlite v0.32.1 |
2451 | 2024-11-15T21:40:56.431Z | Compiling ratatui v0.28.1 |
2452 | 2024-11-15T21:40:58.931Z | Compiling tokio-tungstenite v0.23.1 |
2453 | 2024-11-15T21:40:59.549Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-11-15T21:41:01.999Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-11-15T21:41:08.202Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-11-15T21:41:12.195Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-11-15T21:41:13.841Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2458 | 2024-11-15T21:41:14.748Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-11-15T21:41:17.179Z | Compiling rustls-pemfile v1.0.4 |
2460 | 2024-11-15T21:41:17.560Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2461 | 2024-11-15T21:41:17.825Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2462 | 2024-11-15T21:41:17.929Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2463 | 2024-11-15T21:41:18.118Z | Compiling signal-hook-tokio v0.3.1 |
2464 | 2024-11-15T21:41:18.367Z | Compiling twox-hash v1.6.3 |
2465 | 2024-11-15T21:41:19.400Z | Compiling is_ci v1.2.0 |
2466 | 2024-11-15T21:41:19.687Z | Compiling smawk v0.3.2 |
2467 | 2024-11-15T21:41:19.970Z | Compiling unicode-linebreak v0.1.5 |
2468 | 2024-11-15T21:41:20.535Z | Compiling textwrap v0.16.1 |
2469 | 2024-11-15T21:41:22.582Z | Compiling supports-color v3.0.1 |
2470 | 2024-11-15T21:41:23.963Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2471 | 2024-11-15T21:41:27.484Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2024-11-15T21:41:45.401Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2024-11-15T21:41:45.401Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2474 | 2024-11-15T21:41:47.836Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2475 | 2024-11-15T21:41:48.935Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2024-11-15T21:41:49.604Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2024-11-15T21:41:52.593Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2478 | 2024-11-15T21:41:59.837Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-11-15T21:42:00.151Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2480 | 2024-11-15T21:42:01.350Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2481 | 2024-11-15T21:42:06.838Z | Compiling fatfs v0.3.6 |
2482 | 2024-11-15T21:42:09.163Z | Compiling rtoolbox v0.0.2 |
2483 | 2024-11-15T21:42:09.628Z | Compiling assert_matches v1.5.0 |
2484 | 2024-11-15T21:42:09.709Z | Compiling rpassword v7.3.1 |
2485 | 2024-11-15T21:42:10.208Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2486 | 2024-11-15T21:42:10.605Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2024-11-15T21:42:28.037Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2488 | 2024-11-15T21:42:29.818Z | Compiling tui-tree-widget v0.22.0 |
2489 | 2024-11-15T21:42:30.321Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2490 | 2024-11-15T21:42:35.359Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2491 | 2024-11-15T21:42:37.146Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2492 | 2024-11-15T21:42:37.462Z | Compiling uzers v0.12.1 |
2493 | 2024-11-15T21:42:40.693Z | Compiling shell-words v1.1.0 |
2494 | 2024-11-15T21:42:41.165Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2495 | 2024-11-15T21:42:48.831Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-11-15T21:42:50.908Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2497 | 2024-11-15T21:43:08.540Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2498 | 2024-11-15T21:43:19.503Z | Compiling multimap v0.10.0 |
2499 | 2024-11-15T21:45:17.494Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2500 | 2024-11-15T21:45:35.149Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-11-15T21:52:29.226Z | Finished `release` profile [optimized] target(s) in 16m 34s |
2502 | 2024-11-15T21:53:30.160Z | |
2503 | 2024-11-15T21:53:30.163Z | real 17:36.422829633 |
2504 | 2024-11-15T21:53:30.163Z | user 1:59:12.024583820 |
2505 | 2024-11-15T21:53:30.163Z | sys 5:52.109769271 |
2506 | 2024-11-15T21:53:30.163Z | trap 2.988742837 |
2507 | 2024-11-15T21:53:30.163Z | tflt 3.235897406 |
2508 | 2024-11-15T21:53:30.163Z | dflt 4.899554765 |
2509 | 2024-11-15T21:53:30.163Z | kflt 0.086916064 |
2510 | 2024-11-15T21:53:30.163Z | lock 7:20:26.382366714 |
2511 | 2024-11-15T21:53:30.163Z | slp 6:17:18.596613709 |
2512 | 2024-11-15T21:53:30.163Z | lat 2:48.323602045 |
2513 | 2024-11-15T21:53:30.163Z | stop 2:37.979036062 |
2514 | 2024-11-15T21:53:30.163Z | + mapfile -t packages |
2515 | 2024-11-15T21:53:30.163Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2516 | 2024-11-15T21:53:31.204Z | Finished `release` profile [optimized] target(s) in 0.98s |
2517 | 2024-11-15T21:53:31.270Z | Running `target/release/omicron-package -t test list-outputs` |
2518 | 2024-11-15T21:53:31.318Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2519 | 2024-11-15T21:53:31.321Z | + ptime -m cargo build --locked --release -p xtask |
2520 | 2024-11-15T21:53:31.877Z | Compiling serde v1.0.215 |
2521 | 2024-11-15T21:53:31.880Z | Compiling rustix v0.38.37 |
2522 | 2024-11-15T21:53:31.880Z | Compiling serde_json v1.0.132 |
2523 | 2024-11-15T21:53:31.880Z | Compiling libc v0.2.162 |
2524 | 2024-11-15T21:53:31.977Z | Compiling syn v2.0.87 |
2525 | 2024-11-15T21:53:31.996Z | Compiling bitflags v2.6.0 |
2526 | 2024-11-15T21:53:32.291Z | Compiling usdt-impl v0.5.0 |
2527 | 2024-11-15T21:53:32.365Z | Compiling syn v1.0.109 |
2528 | 2024-11-15T21:53:32.485Z | Compiling hashbrown v0.15.0 |
2529 | 2024-11-15T21:53:32.500Z | Compiling log v0.4.22 |
2530 | 2024-11-15T21:53:32.568Z | Compiling fs-err v2.11.0 |
2531 | 2024-11-15T21:53:32.858Z | Compiling anyhow v1.0.93 |
2532 | 2024-11-15T21:53:32.981Z | Compiling once_cell v1.20.2 |
2533 | 2024-11-15T21:53:33.413Z | Compiling thread-id v4.2.2 |
2534 | 2024-11-15T21:53:33.834Z | Compiling indexmap v2.6.0 |
2535 | 2024-11-15T21:53:35.104Z | Compiling terminal_size v0.4.0 |
2536 | 2024-11-15T21:53:35.104Z | Compiling tempfile v3.13.0 |
2537 | 2024-11-15T21:53:35.343Z | Compiling clap_builder v4.5.21 |
2538 | 2024-11-15T21:53:35.885Z | Compiling proc-macro-error v1.0.4 |
2539 | 2024-11-15T21:53:37.308Z | Compiling tabled_derive v0.7.0 |
2540 | 2024-11-15T21:53:38.588Z | Compiling tabled v0.15.0 |
2541 | 2024-11-15T21:53:40.282Z | Compiling serde_derive v1.0.215 |
2542 | 2024-11-15T21:53:41.928Z | Compiling thiserror-impl v1.0.69 |
2543 | 2024-11-15T21:53:42.454Z | Compiling zerocopy-derive v0.7.35 |
2544 | 2024-11-15T21:53:43.922Z | Compiling scroll_derive v0.12.0 |
2545 | 2024-11-15T21:53:44.549Z | Compiling zerocopy v0.7.35 |
2546 | 2024-11-15T21:53:44.954Z | Compiling thiserror v1.0.69 |
2547 | 2024-11-15T21:53:45.150Z | Compiling pest v2.7.14 |
2548 | 2024-11-15T21:53:45.537Z | Compiling scroll v0.12.0 |
2549 | 2024-11-15T21:53:46.205Z | Compiling goblin v0.8.2 |
2550 | 2024-11-15T21:53:48.100Z | Compiling pest_meta v2.7.14 |
2551 | 2024-11-15T21:53:50.264Z | Compiling pest_generator v2.7.14 |
2552 | 2024-11-15T21:53:52.439Z | Compiling pest_derive v2.7.14 |
2553 | 2024-11-15T21:53:53.212Z | Compiling dtrace-parser v0.2.0 |
2554 | 2024-11-15T21:53:55.264Z | Compiling serde_spanned v0.6.8 |
2555 | 2024-11-15T21:53:55.547Z | Compiling toml_datetime v0.6.8 |
2556 | 2024-11-15T21:53:56.388Z | Compiling toml_edit v0.22.22 |
2557 | 2024-11-15T21:53:57.853Z | Compiling dof v0.3.0 |
2558 | 2024-11-15T21:53:58.246Z | Compiling camino v1.1.9 |
2559 | 2024-11-15T21:53:59.675Z | Compiling serde_tokenstream v0.2.2 |
2560 | 2024-11-15T21:54:02.177Z | Compiling toml v0.8.19 |
2561 | 2024-11-15T21:54:03.546Z | Compiling usdt-macro v0.5.0 |
2562 | 2024-11-15T21:54:03.930Z | Compiling usdt-attr-macro v0.5.0 |
2563 | 2024-11-15T21:54:04.835Z | Compiling cargo-platform v0.1.8 |
2564 | 2024-11-15T21:54:05.361Z | Compiling semver v1.0.23 |
2565 | 2024-11-15T21:54:05.949Z | Compiling clap_derive v4.5.18 |
2566 | 2024-11-15T21:54:06.437Z | Compiling cargo_metadata v0.18.1 |
2567 | 2024-11-15T21:54:06.479Z | Compiling usdt v0.5.0 |
2568 | 2024-11-15T21:54:06.874Z | Compiling cargo_toml v0.20.5 |
2569 | 2024-11-15T21:54:07.993Z | Compiling camino-tempfile v1.1.1 |
2570 | 2024-11-15T21:54:08.806Z | Compiling macaddr v1.0.1 |
2571 | 2024-11-15T21:54:10.667Z | Compiling clap v4.5.21 |
2572 | 2024-11-15T21:54:18.191Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2573 | 2024-11-15T21:54:29.884Z | Finished `release` profile [optimized] target(s) in 58.51s |
2574 | 2024-11-15T21:54:29.989Z | |
2575 | 2024-11-15T21:54:29.992Z | real 58.640255328 |
2576 | 2024-11-15T21:54:29.992Z | user 5:53.392345333 |
2577 | 2024-11-15T21:54:29.992Z | sys 32.044516134 |
2578 | 2024-11-15T21:54:29.992Z | trap 0.161123119 |
2579 | 2024-11-15T21:54:29.992Z | tflt 0.302610644 |
2580 | 2024-11-15T21:54:29.992Z | dflt 0.467783626 |
2581 | 2024-11-15T21:54:29.992Z | kflt 0.000003309 |
2582 | 2024-11-15T21:54:29.992Z | lock 10:37.439883681 |
2583 | 2024-11-15T21:54:29.992Z | slp 16:08.830776663 |
2584 | 2024-11-15T21:54:29.992Z | lat 13.989573956 |
2585 | 2024-11-15T21:54:29.993Z | stop 15.207288687 |
2586 | 2024-11-15T21:54:29.993Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2587 | 2024-11-15T21:54:29.993Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2588 | 2024-11-15T21:54:29.993Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2589 | 2024-11-15T21:54:29.993Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2590 | 2024-11-15T21:54:29.993Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2591 | 2024-11-15T21:54:30.879Z | Compiling hashbrown v0.14.5 |
2592 | 2024-11-15T21:54:31.007Z | Compiling unsafe-libyaml v0.2.11 |
2593 | 2024-11-15T21:54:31.020Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2594 | 2024-11-15T21:54:31.022Z | Compiling progenitor-client v0.8.0 |
2595 | 2024-11-15T21:54:31.022Z | Compiling ident_case v1.0.1 |
2596 | 2024-11-15T21:54:31.022Z | Compiling ipnetwork v0.20.0 |
2597 | 2024-11-15T21:54:31.023Z | Compiling instant v0.1.13 |
2598 | 2024-11-15T21:54:31.023Z | Compiling structmeta-derive v0.3.0 |
2599 | 2024-11-15T21:54:31.151Z | Compiling newtype-uuid v1.1.3 |
2600 | 2024-11-15T21:54:31.208Z | Compiling darling_core v0.20.10 |
2601 | 2024-11-15T21:54:31.424Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2602 | 2024-11-15T21:54:31.587Z | Compiling dropshot v0.13.0 |
2603 | 2024-11-15T21:54:31.917Z | Compiling dropshot_endpoint v0.13.0 |
2604 | 2024-11-15T21:54:31.961Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2605 | 2024-11-15T21:54:31.979Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2606 | 2024-11-15T21:54:32.211Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2607 | 2024-11-15T21:54:32.341Z | Compiling regress v0.10.1 |
2608 | 2024-11-15T21:54:32.360Z | Compiling serde_yaml v0.9.34+deprecated |
2609 | 2024-11-15T21:54:32.770Z | Compiling regress v0.9.1 |
2610 | 2024-11-15T21:54:32.907Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2611 | 2024-11-15T21:54:33.003Z | Compiling backoff v0.4.0 |
2612 | 2024-11-15T21:54:33.100Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2613 | 2024-11-15T21:54:33.284Z | Compiling macaddr v1.0.1 |
2614 | 2024-11-15T21:54:33.381Z | Compiling tempfile v3.13.0 |
2615 | 2024-11-15T21:54:33.749Z | Compiling proc-macro-crate v1.3.1 |
2616 | 2024-11-15T21:54:34.165Z | Compiling structmeta v0.3.0 |
2617 | 2024-11-15T21:54:34.321Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2618 | 2024-11-15T21:54:34.626Z | Compiling parse-display-derive v0.10.0 |
2619 | 2024-11-15T21:54:34.717Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2620 | 2024-11-15T21:54:34.957Z | Compiling num_enum_derive v0.5.11 |
2621 | 2024-11-15T21:54:35.033Z | Compiling foreign-types-macros v0.2.3 |
2622 | 2024-11-15T21:54:36.389Z | Compiling typify-impl v0.2.0 |
2623 | 2024-11-15T21:54:36.720Z | Compiling heapless v0.8.0 |
2624 | 2024-11-15T21:54:37.322Z | Compiling foreign-types-shared v0.3.1 |
2625 | 2024-11-15T21:54:37.464Z | Compiling foreign-types v0.5.0 |
2626 | 2024-11-15T21:54:37.597Z | Compiling proc-macro-error v1.0.4 |
2627 | 2024-11-15T21:54:37.634Z | Compiling num_enum v0.5.11 |
2628 | 2024-11-15T21:54:37.999Z | Compiling camino-tempfile v1.1.1 |
2629 | 2024-11-15T21:54:38.080Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2630 | 2024-11-15T21:54:38.121Z | Compiling hash32 v0.3.1 |
2631 | 2024-11-15T21:54:38.313Z | Compiling cstr-argument v0.1.2 |
2632 | 2024-11-15T21:54:38.386Z | Compiling pretty-hex v0.2.1 |
2633 | 2024-11-15T21:54:38.478Z | Compiling crucible-workspace-hack v0.1.0 |
2634 | 2024-11-15T21:54:38.507Z | Compiling darling_macro v0.20.10 |
2635 | 2024-11-15T21:54:38.579Z | Compiling smoltcp v0.11.0 |
2636 | 2024-11-15T21:54:38.597Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-15T21:54:38.767Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2638 | 2024-11-15T21:54:38.914Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2639 | 2024-11-15T21:54:39.124Z | Compiling tabwriter v1.4.0 |
2640 | 2024-11-15T21:54:39.387Z | Compiling parse-display v0.10.0 |
2641 | 2024-11-15T21:54:39.414Z | Compiling colored v2.1.0 |
2642 | 2024-11-15T21:54:39.440Z | Compiling cobs v0.2.3 |
2643 | 2024-11-15T21:54:39.520Z | Compiling darling v0.20.10 |
2644 | 2024-11-15T21:54:39.666Z | Compiling serde_with_macros v3.11.0 |
2645 | 2024-11-15T21:54:39.687Z | Compiling postcard v1.0.10 |
2646 | 2024-11-15T21:54:39.887Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2647 | 2024-11-15T21:54:40.101Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2648 | 2024-11-15T21:54:40.231Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-15T21:54:40.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2650 | 2024-11-15T21:54:40.283Z | Compiling smf v0.2.3 |
2651 | 2024-11-15T21:54:40.372Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2652 | 2024-11-15T21:54:40.734Z | Compiling zone_cfg_derive v0.3.0 |
2653 | 2024-11-15T21:54:41.143Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2654 | 2024-11-15T21:54:41.632Z | Compiling num-derive v0.4.2 |
2655 | 2024-11-15T21:54:41.736Z | Compiling sigpipe v0.1.3 |
2656 | 2024-11-15T21:54:41.878Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-11-15T21:54:42.189Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-11-15T21:54:42.301Z | Compiling zone v0.3.0 |
2659 | 2024-11-15T21:54:42.556Z | Compiling serde_with v3.11.0 |
2660 | 2024-11-15T21:54:43.369Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2661 | 2024-11-15T21:54:43.871Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2662 | 2024-11-15T21:54:43.961Z | Compiling universal-hash v0.5.1 |
2663 | 2024-11-15T21:54:44.197Z | Compiling opaque-debug v0.3.1 |
2664 | 2024-11-15T21:54:44.217Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2665 | 2024-11-15T21:54:44.314Z | Compiling num-rational v0.4.2 |
2666 | 2024-11-15T21:54:44.988Z | Compiling password-hash v0.5.0 |
2667 | 2024-11-15T21:54:45.206Z | Compiling num-complex v0.4.6 |
2668 | 2024-11-15T21:54:45.557Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2669 | 2024-11-15T21:54:46.042Z | Compiling blake2 v0.10.6 |
2670 | 2024-11-15T21:54:46.061Z | Compiling aead v0.5.2 |
2671 | 2024-11-15T21:54:46.178Z | Compiling convert_case v0.4.0 |
2672 | 2024-11-15T21:54:46.366Z | Compiling keccak v0.1.5 |
2673 | 2024-11-15T21:54:46.447Z | Compiling num v0.4.3 |
2674 | 2024-11-15T21:54:46.574Z | Compiling argon2 v0.5.3 |
2675 | 2024-11-15T21:54:46.624Z | Compiling poly1305 v0.8.0 |
2676 | 2024-11-15T21:54:46.644Z | Compiling sha3 v0.10.8 |
2677 | 2024-11-15T21:54:47.224Z | Compiling derive_more v0.99.18 |
2678 | 2024-11-15T21:54:47.361Z | Compiling tungstenite v0.21.0 |
2679 | 2024-11-15T21:54:47.398Z | Compiling chacha20 v0.9.1 |
2680 | 2024-11-15T21:54:47.695Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2681 | 2024-11-15T21:54:47.832Z | Compiling float-ord v0.3.2 |
2682 | 2024-11-15T21:54:47.905Z | Compiling base64 v0.21.7 |
2683 | 2024-11-15T21:54:48.027Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2684 | 2024-11-15T21:54:48.354Z | Compiling same-file v1.0.6 |
2685 | 2024-11-15T21:54:48.482Z | Compiling semver v0.1.20 |
2686 | 2024-11-15T21:54:48.671Z | Compiling tokio-tungstenite v0.21.0 |
2687 | 2024-11-15T21:54:48.711Z | Compiling walkdir v2.5.0 |
2688 | 2024-11-15T21:54:49.196Z | Compiling rustc_version v0.1.7 |
2689 | 2024-11-15T21:54:49.217Z | Compiling newline-converter v0.3.0 |
2690 | 2024-11-15T21:54:49.340Z | Compiling primeorder v0.13.6 |
2691 | 2024-11-15T21:54:49.400Z | Compiling secrecy v0.8.0 |
2692 | 2024-11-15T21:54:49.478Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2693 | 2024-11-15T21:54:49.558Z | Compiling cancel-safe-futures v0.1.5 |
2694 | 2024-11-15T21:54:49.676Z | Compiling owo-colors v4.1.0 |
2695 | 2024-11-15T21:54:49.679Z | Compiling expectorate v1.1.0 |
2696 | 2024-11-15T21:54:49.732Z | Compiling newtype_derive v0.1.6 |
2697 | 2024-11-15T21:54:49.866Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2698 | 2024-11-15T21:54:49.866Z | Compiling thiserror-impl-no-std v2.0.2 |
2699 | 2024-11-15T21:54:49.941Z | Compiling ring v0.16.20 |
2700 | 2024-11-15T21:54:50.007Z | Compiling blake3 v1.5.4 |
2701 | 2024-11-15T21:54:50.032Z | Compiling half v2.4.1 |
2702 | 2024-11-15T21:54:50.222Z | Compiling unicase v2.7.0 |
2703 | 2024-11-15T21:54:50.362Z | Compiling ciborium-io v0.2.2 |
2704 | 2024-11-15T21:54:50.514Z | Compiling arc-swap v1.7.1 |
2705 | 2024-11-15T21:54:50.606Z | Compiling ciborium-ll v0.2.2 |
2706 | 2024-11-15T21:54:50.771Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2707 | 2024-11-15T21:54:51.032Z | Compiling slog-scope v4.4.0 |
2708 | 2024-11-15T21:54:51.360Z | Compiling polyval v0.6.2 |
2709 | 2024-11-15T21:54:51.583Z | Compiling atomicwrites v0.4.4 |
2710 | 2024-11-15T21:54:51.749Z | Compiling libsw v3.3.1 |
2711 | 2024-11-15T21:54:51.831Z | Compiling memmap2 v0.9.5 |
2712 | 2024-11-15T21:54:51.964Z | Compiling constant_time_eq v0.3.1 |
2713 | 2024-11-15T21:54:52.097Z | Compiling linear-map v1.2.0 |
2714 | 2024-11-15T21:54:52.160Z | Compiling indent_write v2.2.0 |
2715 | 2024-11-15T21:54:52.312Z | Compiling arrayref v0.3.9 |
2716 | 2024-11-15T21:54:52.408Z | Compiling arrayvec v0.7.6 |
2717 | 2024-11-15T21:54:52.431Z | Compiling salty v0.3.0 |
2718 | 2024-11-15T21:54:52.479Z | Compiling parking_lot_core v0.8.6 |
2719 | 2024-11-15T21:54:52.857Z | Compiling libefi-sys v0.1.0 |
2720 | 2024-11-15T21:54:52.875Z | Compiling spin v0.5.2 |
2721 | 2024-11-15T21:54:53.115Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2722 | 2024-11-15T21:54:53.135Z | Compiling thiserror-no-std v2.0.2 |
2723 | 2024-11-15T21:54:53.182Z | Compiling ghash v0.5.1 |
2724 | 2024-11-15T21:54:53.263Z | Compiling vsss-rs v3.3.4 |
2725 | 2024-11-15T21:54:53.404Z | Compiling slog-stdlog v4.1.1 |
2726 | 2024-11-15T21:54:53.645Z | Compiling ciborium v0.2.2 |
2727 | 2024-11-15T21:54:54.297Z | Compiling p384 v0.13.0 |
2728 | 2024-11-15T21:54:54.616Z | Compiling toolchain_find v0.4.0 |
2729 | 2024-11-15T21:54:55.195Z | Compiling chacha20poly1305 v0.10.1 |
2730 | 2024-11-15T21:54:55.334Z | Compiling lzma-sys v0.1.20 |
2731 | 2024-11-15T21:54:55.399Z | Compiling ctr v0.9.2 |
2732 | 2024-11-15T21:54:55.448Z | Compiling itertools v0.13.0 |
2733 | 2024-11-15T21:54:55.761Z | Compiling typify-macro v0.2.0 |
2734 | 2024-11-15T21:54:55.777Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2735 | 2024-11-15T21:54:55.940Z | Compiling bitfield-struct v0.6.2 |
2736 | 2024-11-15T21:54:56.124Z | Compiling slog-dtrace v0.3.0 |
2737 | 2024-11-15T21:54:56.190Z | Compiling highway v1.2.0 |
2738 | 2024-11-15T21:54:56.431Z | Compiling topological-sort v0.2.2 |
2739 | 2024-11-15T21:54:56.684Z | Compiling omicron-zone-package v0.11.1 |
2740 | 2024-11-15T21:54:57.201Z | Compiling aes-gcm v0.10.3 |
2741 | 2024-11-15T21:54:57.231Z | Compiling rustfmt-wrapper v0.2.1 |
2742 | 2024-11-15T21:54:57.413Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2743 | 2024-11-15T21:54:57.503Z | Compiling mime_guess v2.0.5 |
2744 | 2024-11-15T21:54:57.599Z | Compiling slog-envlogger v2.2.0 |
2745 | 2024-11-15T21:54:57.878Z | Compiling steno v0.4.1 |
2746 | 2024-11-15T21:54:58.440Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2747 | 2024-11-15T21:54:58.805Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2748 | 2024-11-15T21:54:58.874Z | Compiling heck v0.3.3 |
2749 | 2024-11-15T21:54:59.162Z | Compiling ssh-encoding v0.2.0 |
2750 | 2024-11-15T21:54:59.206Z | Compiling blowfish v0.9.1 |
2751 | 2024-11-15T21:54:59.234Z | Compiling nibble_vec v0.1.0 |
2752 | 2024-11-15T21:54:59.344Z | Compiling env_filter v0.1.2 |
2753 | 2024-11-15T21:54:59.467Z | Compiling humantime v2.1.0 |
2754 | 2024-11-15T21:54:59.704Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2755 | 2024-11-15T21:54:59.707Z | Compiling endian-type v0.1.2 |
2756 | 2024-11-15T21:54:59.987Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2757 | 2024-11-15T21:54:59.987Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2758 | 2024-11-15T21:55:00.047Z | Compiling radix_trie v0.2.1 |
2759 | 2024-11-15T21:55:00.066Z | Compiling env_logger v0.11.5 |
2760 | 2024-11-15T21:55:00.113Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-11-15T21:55:00.113Z | Compiling ssh-cipher v0.2.0 |
2762 | 2024-11-15T21:55:00.148Z | Compiling typify v0.2.0 |
2763 | 2024-11-15T21:55:00.292Z | Compiling progenitor-impl v0.8.0 |
2764 | 2024-11-15T21:55:00.342Z | Compiling bcrypt-pbkdf v0.10.0 |
2765 | 2024-11-15T21:55:00.753Z | Compiling zone_cfg_derive v0.1.2 |
2766 | 2024-11-15T21:55:00.857Z | Compiling parking_lot v0.11.2 |
2767 | 2024-11-15T21:55:01.005Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2768 | 2024-11-15T21:55:01.689Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-11-15T21:55:02.012Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2770 | 2024-11-15T21:55:02.043Z | Compiling password-hash v0.4.2 |
2771 | 2024-11-15T21:55:02.096Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2772 | 2024-11-15T21:55:02.327Z | Compiling gethostname v0.5.0 |
2773 | 2024-11-15T21:55:02.453Z | Compiling fxhash v0.2.1 |
2774 | 2024-11-15T21:55:02.522Z | Compiling matches v0.1.10 |
2775 | 2024-11-15T21:55:02.566Z | Compiling base64 v0.13.1 |
2776 | 2024-11-15T21:55:02.634Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2777 | 2024-11-15T21:55:02.671Z | Compiling sled v0.34.7 |
2778 | 2024-11-15T21:55:02.703Z | Compiling idna v0.2.3 |
2779 | 2024-11-15T21:55:02.958Z | Compiling pbkdf2 v0.11.0 |
2780 | 2024-11-15T21:55:02.985Z | Compiling ron v0.7.1 |
2781 | 2024-11-15T21:55:03.123Z | Compiling zone v0.1.8 |
2782 | 2024-11-15T21:55:03.157Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-11-15T21:55:03.326Z | Compiling xz2 v0.1.7 |
2784 | 2024-11-15T21:55:03.835Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-11-15T21:55:04.476Z | Compiling ssh-key v0.6.6 |
2786 | 2024-11-15T21:55:04.819Z | Compiling hickory-client v0.24.1 |
2787 | 2024-11-15T21:55:05.408Z | Compiling p256 v0.13.2 |
2788 | 2024-11-15T21:55:05.459Z | Compiling p521 v0.13.3 |
2789 | 2024-11-15T21:55:05.737Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2790 | 2024-11-15T21:55:06.274Z | Compiling hickory-server v0.24.1 |
2791 | 2024-11-15T21:55:06.417Z | Compiling enum-as-inner v0.5.1 |
2792 | 2024-11-15T21:55:06.956Z | Compiling pem v3.0.4 |
2793 | 2024-11-15T21:55:07.491Z | Compiling yasna v0.5.2 |
2794 | 2024-11-15T21:55:07.764Z | Compiling headers-core v0.3.0 |
2795 | 2024-11-15T21:55:07.889Z | Compiling kstat-rs v0.2.4 |
2796 | 2024-11-15T21:55:07.958Z | Compiling nanorand v0.7.0 |
2797 | 2024-11-15T21:55:08.568Z | Compiling russh-cryptovec v0.7.3 |
2798 | 2024-11-15T21:55:08.587Z | Compiling atty v0.2.14 |
2799 | 2024-11-15T21:55:08.749Z | Compiling http-range v0.1.5 |
2800 | 2024-11-15T21:55:08.900Z | Compiling md5 v0.7.0 |
2801 | 2024-11-15T21:55:08.953Z | Compiling progenitor-macro v0.8.0 |
2802 | 2024-11-15T21:55:09.194Z | Compiling russh-keys v0.45.0 |
2803 | 2024-11-15T21:55:09.276Z | Compiling hyper-staticfile v0.10.1 |
2804 | 2024-11-15T21:55:09.420Z | Compiling rcgen v0.12.1 |
2805 | 2024-11-15T21:55:09.457Z | Compiling flume v0.11.1 |
2806 | 2024-11-15T21:55:09.476Z | Compiling headers v0.4.0 |
2807 | 2024-11-15T21:55:10.214Z | Compiling trust-dns-proto v0.22.0 |
2808 | 2024-11-15T21:55:10.472Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2809 | 2024-11-15T21:55:11.520Z | Compiling num-bigint v0.4.6 |
2810 | 2024-11-15T21:55:12.030Z | Compiling des v0.8.1 |
2811 | 2024-11-15T21:55:12.412Z | Compiling subprocess v0.2.9 |
2812 | 2024-11-15T21:55:13.591Z | Compiling display-error-chain v0.2.2 |
2813 | 2024-11-15T21:55:13.740Z | Compiling hex-literal v0.4.1 |
2814 | 2024-11-15T21:55:13.812Z | Compiling dhcproto-macros v0.1.0 |
2815 | 2024-11-15T21:55:13.917Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2816 | 2024-11-15T21:55:14.453Z | Compiling internet-checksum v0.2.1 |
2817 | 2024-11-15T21:55:14.653Z | Compiling russh v0.45.0 |
2818 | 2024-11-15T21:55:14.818Z | Compiling dhcproto v0.12.0 |
2819 | 2024-11-15T21:55:20.098Z | Compiling progenitor v0.8.0 |
2820 | 2024-11-15T21:55:20.267Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2821 | 2024-11-15T21:55:20.269Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2822 | 2024-11-15T21:55:20.269Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2823 | 2024-11-15T21:55:20.269Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2824 | 2024-11-15T21:55:20.269Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2825 | 2024-11-15T21:55:20.269Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2826 | 2024-11-15T21:55:20.364Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-11-15T21:55:20.366Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2828 | 2024-11-15T21:55:21.123Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2829 | 2024-11-15T21:55:21.752Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2830 | 2024-11-15T21:55:26.182Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2831 | 2024-11-15T21:55:27.140Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2832 | 2024-11-15T21:55:36.648Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2833 | 2024-11-15T21:55:36.650Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2834 | 2024-11-15T21:55:36.651Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2024-11-15T21:55:36.651Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2836 | 2024-11-15T21:55:39.884Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-11-15T21:55:40.099Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2838 | 2024-11-15T21:55:41.194Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2839 | 2024-11-15T21:55:41.670Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-11-15T21:55:43.777Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-11-15T21:55:44.810Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2842 | 2024-11-15T21:55:45.825Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2843 | 2024-11-15T21:55:45.926Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-11-15T21:55:47.744Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2845 | 2024-11-15T21:55:48.540Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2846 | 2024-11-15T21:55:48.602Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2847 | 2024-11-15T21:55:49.758Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2848 | 2024-11-15T21:55:50.125Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2849 | 2024-11-15T21:55:50.259Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2850 | 2024-11-15T21:55:50.710Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2024-11-15T21:55:52.205Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2852 | 2024-11-15T21:55:53.073Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2853 | 2024-11-15T21:55:53.596Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2854 | 2024-11-15T21:55:54.625Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2855 | 2024-11-15T21:55:54.792Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2856 | 2024-11-15T21:55:57.747Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2857 | 2024-11-15T21:55:58.262Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2858 | 2024-11-15T21:56:00.445Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-11-15T21:56:00.867Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2860 | 2024-11-15T21:56:07.772Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2861 | 2024-11-15T21:56:15.570Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2862 | 2024-11-15T21:56:16.915Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2024-11-15T21:56:35.488Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2864 | 2024-11-15T21:57:06.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
2865 | 2024-11-15T21:57:07.106Z | |
2866 | 2024-11-15T21:57:07.106Z | real 2:37.065603596 |
2867 | 2024-11-15T21:57:07.106Z | user 12:13.080519662 |
2868 | 2024-11-15T21:57:07.106Z | sys 2:34.542460614 |
2869 | 2024-11-15T21:57:07.109Z | trap 0.322215466 |
2870 | 2024-11-15T21:57:07.109Z | tflt 0.737153477 |
2871 | 2024-11-15T21:57:07.109Z | dflt 2.517534040 |
2872 | 2024-11-15T21:57:07.109Z | kflt 0.000005000 |
2873 | 2024-11-15T21:57:07.109Z | lock 25:06.519263208 |
2874 | 2024-11-15T21:57:07.109Z | slp 43:23.268948588 |
2875 | 2024-11-15T21:57:07.109Z | lat 35.020987539 |
2876 | 2024-11-15T21:57:07.109Z | stop 1:23.827059897 |
2877 | 2024-11-15T21:57:07.109Z | + mkdir tests |
2878 | 2024-11-15T21:57:07.112Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2879 | 2024-11-15T21:57:07.112Z | + xargs -I '{}' -t cp '{}' tests/ |
2880 | 2024-11-15T21:57:08.302Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2881 | 2024-11-15T21:57:08.330Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2882 | 2024-11-15T21:57:08.357Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2883 | 2024-11-15T21:57:08.386Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2884 | 2024-11-15T21:57:08.669Z | + 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/*) |
2885 | 2024-11-15T21:57:08.672Z | + 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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 |
2886 | 2024-11-15T21:58:17.347Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2887 | 2024-11-15T21:58:17.347Z | a .github/buildomat/ci-env.sh 1K |
2888 | 2024-11-15T21:58:17.347Z | a out/target/test 1K |
2889 | 2024-11-15T21:58:17.347Z | a out/npuzone/npuzone 23144K |
2890 | 2024-11-15T21:58:17.347Z | a package-manifest.toml 32K |
2891 | 2024-11-15T21:58:17.347Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2892 | 2024-11-15T21:58:17.347Z | a target/release/omicron-package 36276K |
2893 | 2024-11-15T21:58:17.347Z | a target/release/xtask 11750K |
2894 | 2024-11-15T21:58:17.347Z | a target/debug/bootstrap 209775K |
2895 | 2024-11-15T21:58:17.347Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2896 | 2024-11-15T21:58:17.347Z | a tests/commtest-47185152e52e4d85 25022K |
2897 | 2024-11-15T21:58:17.347Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2898 | 2024-11-15T21:58:17.347Z | a tests/end_to_end_tests-113dd4db321a5b88 227882K |
2899 | 2024-11-15T21:58:17.347Z | a out/clickhouse.tar.gz 250294K |
2900 | 2024-11-15T21:58:17.347Z | a out/clickhouse_keeper.tar.gz 250281K |
2901 | 2024-11-15T21:58:17.347Z | a out/clickhouse_server.tar.gz 250280K |
2902 | 2024-11-15T21:58:17.347Z | a out/cockroachdb.tar.gz 134539K |
2903 | 2024-11-15T21:58:17.347Z | a out/crucible-dtrace.tar 83K |
2904 | 2024-11-15T21:58:17.347Z | a out/crucible-pantry-zone.tar.gz 28154K |
2905 | 2024-11-15T21:58:17.348Z | a out/crucible-zone.tar.gz 36365K |
2906 | 2024-11-15T21:58:17.348Z | a out/external-dns.tar.gz 35250K |
2907 | 2024-11-15T21:58:17.348Z | a out/internal-dns.tar.gz 35250K |
2908 | 2024-11-15T21:58:17.348Z | a out/mg-ddm-gz.tar 62661K |
2909 | 2024-11-15T21:58:17.348Z | a out/nexus.tar.gz 100647K |
2910 | 2024-11-15T21:58:17.348Z | a out/ntp.tar.gz 10342K |
2911 | 2024-11-15T21:58:17.348Z | a out/omicron-gateway-softnpu.tar.gz 23853K |
2912 | 2024-11-15T21:58:17.348Z | a out/omicron-sled-agent.tar 112559K |
2913 | 2024-11-15T21:58:17.348Z | a out/overlay.tar.gz 3K |
2914 | 2024-11-15T21:58:17.348Z | a out/oximeter.tar.gz 51619K |
2915 | 2024-11-15T21:58:17.348Z | a out/oxlog.tar 3088K |
2916 | 2024-11-15T21:58:17.348Z | a out/probe.tar.gz 2764K |
2917 | 2024-11-15T21:58:17.348Z | a out/propolis-server.tar.gz 66584K |
2918 | 2024-11-15T21:58:17.348Z | a out/pumpkind-gz.tar 26665K |
2919 | 2024-11-15T21:58:17.348Z | a out/switch-softnpu.tar.gz 234554K |
2920 | 2024-11-15T21:58:17.351Z | |
2921 | 2024-11-15T21:58:17.351Z | real 1:08.672734558 |
2922 | 2024-11-15T21:58:17.351Z | user 1:05.503972741 |
2923 | 2024-11-15T21:58:17.351Z | sys 4.539842087 |
2924 | 2024-11-15T21:58:17.351Z | trap 0.018255838 |
2925 | 2024-11-15T21:58:17.351Z | tflt 0.000000000 |
2926 | 2024-11-15T21:58:17.351Z | dflt 0.000000000 |
2927 | 2024-11-15T21:58:17.351Z | kflt 0.000000000 |
2928 | 2024-11-15T21:58:17.351Z | lock 0.000000000 |
2929 | 2024-11-15T21:58:17.351Z | slp 1:05.283720983 |
2930 | 2024-11-15T21:58:17.351Z | lat 1.994128795 |
2931 | 2024-11-15T21:58:17.351Z | stop 0.000559847 |
2932 | 2024-11-15T21:58:17.354Z | process exited: duration 2030099 ms, exit code 0 |
|
2933 | 2024-11-15T21:58:17.368Z | found 1 output files |
2934 | 2024-11-15T21:58:17.368Z | uploading: /work/package.tar.gz (1766750271 bytes) |
2935 | 2024-11-15T21:58:53.757Z | uploaded: /work/package.tar.gz |