|
|
|
1 | 2024-11-18T17:26:14.437Z | job assigned to worker 01JD04X8QG6VDYFK2MP7RBJ9N4 [factory aws, i-02bf2be47104ec02b] (queued for 1 m 6 s) |
|
2 | 2024-11-18T17:26:21.676Z | starting task 0: "setup" |
3 | 2024-11-18T17:26:21.691Z | ++ uname -s |
4 | 2024-11-18T17:26:21.694Z | + kern=SunOS |
5 | 2024-11-18T17:26:21.694Z | + case "$kern" in |
6 | 2024-11-18T17:26:21.694Z | + groupadd -g 12345 build |
7 | 2024-11-18T17:26:21.694Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T17:26:23.701Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T17:26:23.799Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T17:26:23.802Z | + home_fs=zfs |
11 | 2024-11-18T17:26:23.802Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T17:26:23.802Z | + mkdir -p /home/build |
13 | 2024-11-18T17:26:23.805Z | + chown build:build /home/build /work |
14 | 2024-11-18T17:26:25.807Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T17:26:25.809Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-11-18T17:26:25.815Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T17:26:25.820Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T17:26:25.820Z | ' 1.81.0 |
19 | 2024-11-18T17:26:25.821Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T17:26:25.823Z | * toolchain profile = "default" |
21 | 2024-11-18T17:26:25.823Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-18T17:26:25.823Z | ' default |
23 | 2024-11-18T17:26:25.823Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T17:26:25.823Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T17:26:26.128Z | info: downloading installer |
26 | 2024-11-18T17:26:27.443Z | info: profile set to 'default' |
27 | 2024-11-18T17:26:27.445Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T17:26:27.445Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T17:26:27.614Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T17:26:27.614Z | info: downloading component 'cargo' |
31 | 2024-11-18T17:26:28.581Z | info: downloading component 'clippy' |
32 | 2024-11-18T17:26:28.942Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T17:26:30.288Z | info: downloading component 'rust-std' |
34 | 2024-11-18T17:26:32.384Z | info: downloading component 'rustc' |
35 | 2024-11-18T17:26:39.918Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T17:26:40.201Z | info: installing component 'cargo' |
37 | 2024-11-18T17:26:41.016Z | info: installing component 'clippy' |
38 | 2024-11-18T17:26:41.390Z | info: installing component 'rust-docs' |
39 | 2024-11-18T17:26:42.976Z | info: installing component 'rust-std' |
40 | 2024-11-18T17:26:44.819Z | info: installing component 'rustc' |
41 | 2024-11-18T17:26:50.562Z | info: installing component 'rustfmt' |
42 | 2024-11-18T17:26:50.882Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T17:26:50.882Z | |
44 | 2024-11-18T17:26:51.245Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T17:26:51.245Z | |
46 | 2024-11-18T17:26:51.248Z | |
47 | 2024-11-18T17:26:51.248Z | Rust is installed now. Great! |
48 | 2024-11-18T17:26:51.248Z | |
49 | 2024-11-18T17:26:51.248Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T17:26:51.248Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T17:26:51.248Z | |
52 | 2024-11-18T17:26:51.248Z | To configure your current shell, you need to source |
53 | 2024-11-18T17:26:51.248Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T17:26:51.248Z | |
55 | 2024-11-18T17:26:51.248Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T17:26:51.248Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T17:26:51.248Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T17:26:51.318Z | + rustc --version |
59 | 2024-11-18T17:26:51.382Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T17:26:51.384Z | process exited: duration 25560 ms, exit code 0 |
|
61 | 2024-11-18T17:26:51.389Z | starting task 2: "authentication" |
62 | 2024-11-18T17:26:51.411Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-18T17:26:51.420Z | starting task 3: "clone repository" |
64 | 2024-11-18T17:26:51.423Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T17:26:51.428Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T17:26:51.481Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T17:26:59.316Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T17:26:59.316Z | + git fetch origin baff1cce651366e144ec3b32b1c7988e4437ee2d |
69 | 2024-11-18T17:26:59.621Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T17:26:59.621Z | * branch baff1cce651366e144ec3b32b1c7988e4437ee2d -> FETCH_HEAD |
71 | 2024-11-18T17:26:59.632Z | + [[ -n '' ]] |
72 | 2024-11-18T17:26:59.632Z | + git reset --hard baff1cce651366e144ec3b32b1c7988e4437ee2d |
73 | 2024-11-18T17:26:59.803Z | HEAD is now at baff1cce6 Fix copy-paste-o |
74 | 2024-11-18T17:26:59.807Z | process exited: duration 8384 ms, exit code 0 |
|
75 | 2024-11-18T17:26:59.812Z | starting task 4: "build" |
76 | 2024-11-18T17:26:59.818Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-18T17:26:59.818Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-18T17:26:59.818Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-18T17:26:59.821Z | + cargo --version |
80 | 2024-11-18T17:26:59.875Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-18T17:26:59.878Z | + rustc --version |
82 | 2024-11-18T17:26:59.937Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-18T17:26:59.939Z | + WORK=/work |
84 | 2024-11-18T17:26:59.939Z | + pfexec mkdir -p /work |
85 | 2024-11-18T17:26:59.944Z | + pfexec chown build /work |
86 | 2024-11-18T17:26:59.946Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-11-18T17:27:06.756Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-11-18T17:27:10.221Z | Startup: Caching catalogs ... Done |
89 | 2024-11-18T17:27:18.943Z | Planning: Solver setup ... Done (7.821s) |
90 | 2024-11-18T17:27:19.054Z | Planning: Running solver ... Done (0.112s) |
91 | 2024-11-18T17:27:19.145Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2024-11-18T17:27:19.605Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-11-18T17:27:20.225Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-11-18T17:27:20.324Z | Planning: Package planning ... Done (0.100s) |
95 | 2024-11-18T17:27:20.380Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-11-18T17:27:20.569Z | Planning: Checking for conflicting actions ... Done (0.189s) |
97 | 2024-11-18T17:27:22.460Z | Planning: Consolidating action changes ... Done (1.890s) |
98 | 2024-11-18T17:27:22.882Z | Planning: Evaluating mediators ... Done (0.422s) |
99 | 2024-11-18T17:27:22.961Z | Planning: Planning completed in 12.65 seconds |
100 | 2024-11-18T17:27:22.977Z | Packages to install: 4 |
101 | 2024-11-18T17:27:22.978Z | Packages to update: 1 |
102 | 2024-11-18T17:27:22.981Z | Mediators to change: 2 |
103 | 2024-11-18T17:27:22.981Z | Services to change: 1 |
104 | 2024-11-18T17:27:22.981Z | Estimated space available: 155.64 GB |
105 | 2024-11-18T17:27:22.981Z | Estimated space to be consumed: 1.60 GB |
106 | 2024-11-18T17:27:22.981Z | Create boot environment: No |
107 | 2024-11-18T17:27:22.981Z | Create backup boot environment: Yes |
108 | 2024-11-18T17:27:22.981Z | Rebuild boot archive: No |
109 | 2024-11-18T17:27:22.981Z | |
110 | 2024-11-18T17:27:22.981Z | Changed mediators: |
111 | 2024-11-18T17:27:22.981Z | mediator clang: |
112 | 2024-11-18T17:27:22.981Z | version: None -> 15 (system default) |
113 | 2024-11-18T17:27:22.981Z | |
114 | 2024-11-18T17:27:22.981Z | mediator llvm: |
115 | 2024-11-18T17:27:22.981Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-11-18T17:27:22.981Z | |
117 | 2024-11-18T17:27:22.981Z | Changed packages: |
118 | 2024-11-18T17:27:22.981Z | helios-dev |
119 | 2024-11-18T17:27:22.981Z | developer/build-essential |
120 | 2024-11-18T17:27:22.981Z | None -> 11-2.0 |
121 | 2024-11-18T17:27:22.981Z | library/libxmlsec1 |
122 | 2024-11-18T17:27:22.981Z | None -> 1.2.35-2.0 |
123 | 2024-11-18T17:27:22.981Z | ooce/developer/clang-15 |
124 | 2024-11-18T17:27:22.981Z | None -> 15.0.7-2.0 |
125 | 2024-11-18T17:27:22.981Z | ooce/developer/llvm-15 |
126 | 2024-11-18T17:27:22.981Z | None -> 15.0.7-2.0 |
127 | 2024-11-18T17:27:22.981Z | package/pkg |
128 | 2024-11-18T17:27:22.981Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-11-18T17:27:22.981Z | |
130 | 2024-11-18T17:27:22.981Z | Services: |
131 | 2024-11-18T17:27:22.981Z | restart_fmri: |
132 | 2024-11-18T17:27:22.981Z | svc:/system/update-man-index:default |
133 | 2024-11-18T17:27:22.982Z | |
134 | 2024-11-18T17:27:22.982Z | Editable files to change: |
135 | 2024-11-18T17:27:22.982Z | Update: |
136 | 2024-11-18T17:27:22.982Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-11-18T17:27:23.057Z | |
138 | 2024-11-18T17:27:23.057Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-11-18T17:27:28.064Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (17.1M/s) |
140 | 2024-11-18T17:27:33.564Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (13.0M/s) |
141 | 2024-11-18T17:27:41.541Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (12.7M/s) |
142 | 2024-11-18T17:27:47.887Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (20.7M/s) |
143 | 2024-11-18T17:27:52.890Z | Download: 4158/4281 items 220.2/220.6MB 99% complete (9.9M/s) |
144 | 2024-11-18T17:27:55.289Z | Download: Completed 220.60 MB in 32.22 seconds (6.8M/s) |
145 | 2024-11-18T17:27:57.465Z | Actions: 1/5063 actions (Removing old actions) |
146 | 2024-11-18T17:27:57.486Z | Actions: 194/5063 actions (Installing new actions) |
147 | 2024-11-18T17:28:02.152Z | Actions: 4226/5063 actions (Updating modified actions) |
148 | 2024-11-18T17:28:02.461Z | Actions: Completed 5063 actions in 4.99 seconds. |
149 | 2024-11-18T17:28:02.680Z | Done (0.211s) |
150 | 2024-11-18T17:28:02.683Z | Done (0.000s) |
151 | 2024-11-18T17:28:03.206Z | Done (0.524s) |
152 | 2024-11-18T17:28:07.664Z | Done (4.241s) |
153 | 2024-11-18T17:28:07.754Z | Done (0.018s) |
154 | 2024-11-18T17:28:07.757Z | Done (0.000s) |
155 | 2024-11-18T17:28:07.973Z | Done (0.000s) |
156 | 2024-11-18T17:28:08.642Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-11-18T17:28:08.799Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-11-18T17:28:08.802Z | Planning: Consolidating action changes ... Done |
159 | 2024-11-18T17:28:09.061Z | Planning: Evaluating mediators ... Done |
160 | 2024-11-18T17:28:09.064Z | Planning: Planning completed in 0.42 seconds |
161 | 2024-11-18T17:28:09.101Z | Mediators to change: 2 |
162 | 2024-11-18T17:28:09.101Z | Create boot environment: No |
163 | 2024-11-18T17:28:09.104Z | Create backup boot environment: No |
164 | 2024-11-18T17:28:09.193Z | Done |
165 | 2024-11-18T17:28:09.193Z | Done |
166 | 2024-11-18T17:28:09.526Z | Done |
167 | 2024-11-18T17:28:13.078Z | Done |
168 | 2024-11-18T17:28:13.160Z | Done |
169 | 2024-11-18T17:28:13.162Z | Done |
170 | 2024-11-18T17:28:13.330Z | Done |
171 | 2024-11-18T17:28:13.935Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-11-18T17:28:13.945Z | Planning: Merging actions ... Done |
173 | 2024-11-18T17:28:14.124Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-11-18T17:28:14.127Z | Planning: Consolidating action changes ... Done |
175 | 2024-11-18T17:28:14.387Z | Planning: Evaluating mediators ... Done |
176 | 2024-11-18T17:28:14.440Z | Planning: Planning completed in 0.74 seconds |
177 | 2024-11-18T17:28:14.501Z | Packages to change: 1 |
178 | 2024-11-18T17:28:14.501Z | Mediators to change: 1 |
179 | 2024-11-18T17:28:14.542Z | Services to change: 1 |
180 | 2024-11-18T17:28:14.542Z | Create boot environment: No |
181 | 2024-11-18T17:28:14.542Z | Create backup boot environment: Yes |
182 | 2024-11-18T17:28:16.701Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-11-18T17:28:16.704Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2024-11-18T17:28:16.704Z | Done |
185 | 2024-11-18T17:28:16.704Z | Done |
186 | 2024-11-18T17:28:16.811Z | Done |
187 | 2024-11-18T17:28:20.383Z | Done |
188 | 2024-11-18T17:28:20.475Z | Done |
189 | 2024-11-18T17:28:20.478Z | Done |
190 | 2024-11-18T17:28:20.602Z | Done |
191 | 2024-11-18T17:28:21.029Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-11-18T17:28:21.029Z | clang system 15 system |
193 | 2024-11-18T17:28:21.029Z | csh system system illumos |
194 | 2024-11-18T17:28:21.029Z | ctags system system illumos |
195 | 2024-11-18T17:28:21.029Z | gcc vendor 12 vendor |
196 | 2024-11-18T17:28:21.029Z | gcc system 10 system |
197 | 2024-11-18T17:28:21.030Z | gcc system 7 system |
198 | 2024-11-18T17:28:21.030Z | go system 1.20 system |
199 | 2024-11-18T17:28:21.030Z | go system 1.19 system |
200 | 2024-11-18T17:28:21.030Z | llvm system 15 system |
201 | 2024-11-18T17:28:21.030Z | llvm system 14 system |
202 | 2024-11-18T17:28:21.030Z | mariadb system 10.6 system |
203 | 2024-11-18T17:28:21.030Z | mta vendor vendor dma |
204 | 2024-11-18T17:28:21.030Z | openjdk system 17 system |
205 | 2024-11-18T17:28:21.030Z | openjdk system 11 system |
206 | 2024-11-18T17:28:21.030Z | openjdk system 1.8 system |
207 | 2024-11-18T17:28:21.030Z | openssl vendor 3 vendor |
208 | 2024-11-18T17:28:21.030Z | perl system 5.36 system |
209 | 2024-11-18T17:28:21.030Z | postgresql system 15 system |
210 | 2024-11-18T17:28:21.030Z | postgresql system 13 system |
211 | 2024-11-18T17:28:21.030Z | python vendor 3 vendor |
212 | 2024-11-18T17:28:21.030Z | python system 2 system |
213 | 2024-11-18T17:28:21.031Z | python3 system 3.11 system |
214 | 2024-11-18T17:28:21.031Z | ruby system 3.0 system |
215 | 2024-11-18T17:28:21.031Z | words vendor vendor american-english |
216 | 2024-11-18T17:28:21.031Z | words system system australian-english |
217 | 2024-11-18T17:28:21.031Z | words system system british-english |
218 | 2024-11-18T17:28:21.031Z | words system system canadian-english |
219 | 2024-11-18T17:28:21.031Z | words system system french |
220 | 2024-11-18T17:28:21.031Z | words system system italian |
221 | 2024-11-18T17:28:21.031Z | words system system ngerman |
222 | 2024-11-18T17:28:21.031Z | words system system ogerman |
223 | 2024-11-18T17:28:21.031Z | words system system spanish |
224 | 2024-11-18T17:28:21.353Z | PUBLISHER TYPE STATUS P LOCATION |
225 | 2024-11-18T17:28:21.353Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
226 | 2024-11-18T17:28:23.862Z | FMRI IFO |
227 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
232 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
234 | 2024-11-18T17:28:23.862Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
235 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
236 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
237 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
240 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-11-18T17:28:23.863Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-11-18T17:28:24.582Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-11-18T17:28:24.868Z | Updating crates.io index |
244 | 2024-11-18T17:28:24.871Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-11-18T17:28:25.657Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-11-18T17:28:25.924Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
247 | 2024-11-18T17:28:26.169Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
248 | 2024-11-18T17:28:26.447Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
249 | 2024-11-18T17:28:27.306Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
250 | 2024-11-18T17:28:29.716Z | Updating git repository `https://github.com/oxidecomputer/opte` |
251 | 2024-11-18T17:28:30.642Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2024-11-18T17:28:31.355Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-11-18T17:28:31.650Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-11-18T17:28:31.971Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-11-18T17:28:32.487Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
256 | 2024-11-18T17:28:32.821Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
257 | 2024-11-18T17:28:33.135Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
258 | 2024-11-18T17:28:33.458Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
259 | 2024-11-18T17:28:33.696Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
260 | 2024-11-18T17:28:33.910Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
261 | 2024-11-18T17:28:34.179Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
262 | 2024-11-18T17:28:34.604Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
263 | 2024-11-18T17:28:34.916Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
264 | 2024-11-18T17:28:35.256Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
265 | 2024-11-18T17:28:35.711Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
266 | 2024-11-18T17:28:35.999Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
267 | 2024-11-18T17:28:36.334Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
268 | 2024-11-18T17:28:36.679Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
269 | 2024-11-18T17:28:36.958Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
270 | 2024-11-18T17:28:37.243Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
271 | 2024-11-18T17:28:38.536Z | Downloading crates ... |
272 | 2024-11-18T17:28:38.653Z | Downloaded anstyle-parse v0.2.5 |
273 | 2024-11-18T17:28:38.661Z | Downloaded anstream v0.6.15 |
274 | 2024-11-18T17:28:38.665Z | Downloaded camino v1.1.9 |
275 | 2024-11-18T17:28:38.668Z | Downloaded cargo-platform v0.1.8 |
276 | 2024-11-18T17:28:38.672Z | Downloaded anstyle v1.0.10 |
277 | 2024-11-18T17:28:38.674Z | Downloaded cfg-if v1.0.0 |
278 | 2024-11-18T17:28:38.674Z | Downloaded cargo_metadata v0.18.1 |
279 | 2024-11-18T17:28:38.676Z | Downloaded camino-tempfile v1.1.1 |
280 | 2024-11-18T17:28:38.676Z | Downloaded digest v0.10.7 |
281 | 2024-11-18T17:28:38.680Z | Downloaded autocfg v1.4.0 |
282 | 2024-11-18T17:28:38.683Z | Downloaded block-buffer v0.10.4 |
283 | 2024-11-18T17:28:38.685Z | Downloaded bitflags v2.6.0 |
284 | 2024-11-18T17:28:38.687Z | Downloaded anstyle-query v1.1.1 |
285 | 2024-11-18T17:28:38.689Z | Downloaded bytecount v0.6.8 |
286 | 2024-11-18T17:28:38.693Z | Downloaded clap v4.5.21 |
287 | 2024-11-18T17:28:38.699Z | Downloaded byteorder v1.5.0 |
288 | 2024-11-18T17:28:38.702Z | Downloaded cargo_toml v0.20.5 |
289 | 2024-11-18T17:28:38.704Z | Downloaded anyhow v1.0.93 |
290 | 2024-11-18T17:28:38.706Z | Downloaded heck v0.4.1 |
291 | 2024-11-18T17:28:38.709Z | Downloaded crypto-common v0.1.6 |
292 | 2024-11-18T17:28:38.709Z | Downloaded cpufeatures v0.2.14 |
293 | 2024-11-18T17:28:38.712Z | Downloaded colorchoice v1.0.2 |
294 | 2024-11-18T17:28:38.712Z | Downloaded clap_derive v4.5.18 |
295 | 2024-11-18T17:28:38.714Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-11-18T17:28:38.717Z | Downloaded equivalent v1.0.1 |
297 | 2024-11-18T17:28:38.722Z | Downloaded generic-array v0.14.7 |
298 | 2024-11-18T17:28:38.725Z | Downloaded heck v0.5.0 |
299 | 2024-11-18T17:28:38.725Z | Downloaded dof v0.3.0 |
300 | 2024-11-18T17:28:38.728Z | Downloaded is_terminal_polyfill v1.70.1 |
301 | 2024-11-18T17:28:38.728Z | Downloaded fs-err v2.11.0 |
302 | 2024-11-18T17:28:38.730Z | Downloaded fastrand v2.1.1 |
303 | 2024-11-18T17:28:38.730Z | Downloaded errno v0.3.9 |
304 | 2024-11-18T17:28:38.732Z | Downloaded clap_lex v0.7.2 |
305 | 2024-11-18T17:28:38.735Z | Downloaded once_cell v1.20.2 |
306 | 2024-11-18T17:28:38.743Z | Downloaded plain v0.2.3 |
307 | 2024-11-18T17:28:38.746Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-11-18T17:28:38.751Z | Downloaded proc-macro-error-attr v1.0.4 |
309 | 2024-11-18T17:28:38.756Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-11-18T17:28:38.762Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-11-18T17:28:38.766Z | Downloaded swrite v0.1.0 |
312 | 2024-11-18T17:28:38.769Z | Downloaded papergrid v0.11.0 |
313 | 2024-11-18T17:28:38.772Z | Downloaded macaddr v1.0.1 |
314 | 2024-11-18T17:28:38.775Z | Downloaded fnv v1.0.7 |
315 | 2024-11-18T17:28:38.778Z | Downloaded thread-id v4.2.2 |
316 | 2024-11-18T17:28:38.782Z | Downloaded tabled_derive v0.7.0 |
317 | 2024-11-18T17:28:38.787Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-11-18T17:28:38.792Z | Downloaded toml_datetime v0.6.8 |
319 | 2024-11-18T17:28:38.797Z | Downloaded itoa v1.0.11 |
320 | 2024-11-18T17:28:38.799Z | Downloaded thiserror v1.0.69 |
321 | 2024-11-18T17:28:38.803Z | Downloaded pest_generator v2.7.14 |
322 | 2024-11-18T17:28:38.807Z | Downloaded strsim v0.11.1 |
323 | 2024-11-18T17:28:38.812Z | Downloaded utf8parse v0.2.2 |
324 | 2024-11-18T17:28:38.817Z | Downloaded unicode-linebreak v0.1.5 |
325 | 2024-11-18T17:28:38.819Z | Downloaded clap_builder v4.5.21 |
326 | 2024-11-18T17:28:38.824Z | Downloaded version_check v0.9.5 |
327 | 2024-11-18T17:28:38.826Z | Downloaded terminal_size v0.4.0 |
328 | 2024-11-18T17:28:38.827Z | Downloaded serde_tokenstream v0.2.2 |
329 | 2024-11-18T17:28:38.833Z | Downloaded quote v1.0.37 |
330 | 2024-11-18T17:28:38.836Z | Downloaded usdt v0.5.0 |
331 | 2024-11-18T17:28:38.839Z | Downloaded thiserror-impl v1.0.69 |
332 | 2024-11-18T17:28:38.839Z | Downloaded smawk v0.3.2 |
333 | 2024-11-18T17:28:38.841Z | Downloaded memmap v0.7.0 |
334 | 2024-11-18T17:28:38.844Z | Downloaded usdt-impl v0.5.0 |
335 | 2024-11-18T17:28:38.846Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-11-18T17:28:38.850Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-11-18T17:28:38.857Z | Downloaded zerocopy-derive v0.7.35 |
338 | 2024-11-18T17:28:38.860Z | Downloaded semver v1.0.23 |
339 | 2024-11-18T17:28:38.862Z | Downloaded scroll v0.12.0 |
340 | 2024-11-18T17:28:38.865Z | Downloaded tempfile v3.13.0 |
341 | 2024-11-18T17:28:38.867Z | Downloaded memchr v2.7.4 |
342 | 2024-11-18T17:28:38.871Z | Downloaded log v0.4.22 |
343 | 2024-11-18T17:28:38.873Z | Downloaded pest_derive v2.7.14 |
344 | 2024-11-18T17:28:38.877Z | Downloaded sha2 v0.10.8 |
345 | 2024-11-18T17:28:38.879Z | Downloaded proc-macro2 v1.0.89 |
346 | 2024-11-18T17:28:38.882Z | Downloaded pest_meta v2.7.14 |
347 | 2024-11-18T17:28:38.884Z | Downloaded typenum v1.17.0 |
348 | 2024-11-18T17:28:38.888Z | Downloaded toml v0.8.19 |
349 | 2024-11-18T17:28:38.890Z | Downloaded serde_derive v1.0.215 |
350 | 2024-11-18T17:28:38.893Z | Downloaded ryu v1.0.18 |
351 | 2024-11-18T17:28:38.901Z | Downloaded unicode-ident v1.0.13 |
352 | 2024-11-18T17:28:38.903Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-11-18T17:28:38.912Z | Downloaded indexmap v2.6.0 |
354 | 2024-11-18T17:28:38.917Z | Downloaded textwrap v0.16.1 |
355 | 2024-11-18T17:28:38.932Z | Downloaded serde v1.0.215 |
356 | 2024-11-18T17:28:38.946Z | Downloaded toml_edit v0.22.22 |
357 | 2024-11-18T17:28:38.966Z | Downloaded hashbrown v0.15.0 |
358 | 2024-11-18T17:28:38.976Z | Downloaded pest v2.7.14 |
359 | 2024-11-18T17:28:38.996Z | Downloaded goblin v0.8.2 |
360 | 2024-11-18T17:28:39.007Z | Downloaded serde_json v1.0.132 |
361 | 2024-11-18T17:28:39.012Z | Downloaded zerocopy v0.7.35 |
362 | 2024-11-18T17:28:39.026Z | Downloaded winnow v0.6.20 |
363 | 2024-11-18T17:28:39.034Z | Downloaded tabled v0.15.0 |
364 | 2024-11-18T17:28:39.048Z | Downloaded syn v1.0.109 |
365 | 2024-11-18T17:28:39.057Z | Downloaded syn v2.0.87 |
366 | 2024-11-18T17:28:39.078Z | Downloaded unicode-width v0.1.14 |
367 | 2024-11-18T17:28:39.088Z | Downloaded rustix v0.38.37 |
368 | 2024-11-18T17:28:39.128Z | Downloaded libc v0.2.162 |
369 | 2024-11-18T17:28:39.431Z | Compiling proc-macro2 v1.0.89 |
370 | 2024-11-18T17:28:39.431Z | Compiling unicode-ident v1.0.13 |
371 | 2024-11-18T17:28:39.431Z | Compiling version_check v0.9.5 |
372 | 2024-11-18T17:28:39.433Z | Compiling serde v1.0.215 |
373 | 2024-11-18T17:28:39.433Z | Compiling memchr v2.7.4 |
374 | 2024-11-18T17:28:39.433Z | Compiling thiserror v1.0.69 |
375 | 2024-11-18T17:28:39.465Z | Compiling libc v0.2.162 |
376 | 2024-11-18T17:28:39.468Z | Compiling ryu v1.0.18 |
377 | 2024-11-18T17:28:39.678Z | Compiling itoa v1.0.11 |
378 | 2024-11-18T17:28:39.869Z | Compiling ucd-trie v0.1.7 |
379 | 2024-11-18T17:28:39.910Z | Compiling once_cell v1.20.2 |
380 | 2024-11-18T17:28:40.331Z | Compiling byteorder v1.5.0 |
381 | 2024-11-18T17:28:40.333Z | Compiling rustix v0.38.37 |
382 | 2024-11-18T17:28:40.486Z | Compiling serde_json v1.0.132 |
383 | 2024-11-18T17:28:40.880Z | Compiling bitflags v2.6.0 |
384 | 2024-11-18T17:28:40.906Z | Compiling proc-macro-error-attr v1.0.4 |
385 | 2024-11-18T17:28:41.211Z | Compiling usdt-impl v0.5.0 |
386 | 2024-11-18T17:28:41.214Z | Compiling syn v1.0.109 |
387 | 2024-11-18T17:28:41.336Z | Compiling proc-macro-error v1.0.4 |
388 | 2024-11-18T17:28:41.360Z | Compiling equivalent v1.0.1 |
389 | 2024-11-18T17:28:41.386Z | Compiling quote v1.0.37 |
390 | 2024-11-18T17:28:41.469Z | Compiling camino v1.1.9 |
391 | 2024-11-18T17:28:41.603Z | Compiling plain v0.2.3 |
392 | 2024-11-18T17:28:41.653Z | Compiling errno v0.3.9 |
393 | 2024-11-18T17:28:41.762Z | Compiling syn v2.0.87 |
394 | 2024-11-18T17:28:41.956Z | Compiling log v0.4.22 |
395 | 2024-11-18T17:28:41.981Z | Compiling utf8parse v0.2.2 |
396 | 2024-11-18T17:28:42.088Z | Compiling hashbrown v0.15.0 |
397 | 2024-11-18T17:28:42.113Z | Compiling thread-id v4.2.2 |
398 | 2024-11-18T17:28:42.196Z | Compiling anstyle-parse v0.2.5 |
399 | 2024-11-18T17:28:42.391Z | Compiling unicode-width v0.1.14 |
400 | 2024-11-18T17:28:42.504Z | Compiling semver v1.0.23 |
401 | 2024-11-18T17:28:42.638Z | Compiling anstyle v1.0.10 |
402 | 2024-11-18T17:28:42.900Z | Compiling anstyle-query v1.1.1 |
403 | 2024-11-18T17:28:43.033Z | Compiling winnow v0.6.20 |
404 | 2024-11-18T17:28:43.066Z | Compiling pretty-hex v0.4.1 |
405 | 2024-11-18T17:28:43.097Z | Compiling colorchoice v1.0.2 |
406 | 2024-11-18T17:28:43.145Z | Compiling is_terminal_polyfill v1.70.1 |
407 | 2024-11-18T17:28:43.254Z | Compiling indexmap v2.6.0 |
408 | 2024-11-18T17:28:43.281Z | Compiling autocfg v1.4.0 |
409 | 2024-11-18T17:28:43.281Z | Compiling anstream v0.6.15 |
410 | 2024-11-18T17:28:43.680Z | Compiling strsim v0.11.1 |
411 | 2024-11-18T17:28:44.086Z | Compiling terminal_size v0.4.0 |
412 | 2024-11-18T17:28:44.308Z | Compiling bytecount v0.6.8 |
413 | 2024-11-18T17:28:44.478Z | Compiling fs-err v2.11.0 |
414 | 2024-11-18T17:28:44.524Z | Compiling fnv v1.0.7 |
415 | 2024-11-18T17:28:44.606Z | Compiling heck v0.5.0 |
416 | 2024-11-18T17:28:44.629Z | Compiling clap_lex v0.7.2 |
417 | 2024-11-18T17:28:44.666Z | Compiling cfg-if v1.0.0 |
418 | 2024-11-18T17:28:44.715Z | Compiling heck v0.4.1 |
419 | 2024-11-18T17:28:44.779Z | Compiling anyhow v1.0.93 |
420 | 2024-11-18T17:28:45.145Z | Compiling fastrand v2.1.1 |
421 | 2024-11-18T17:28:45.181Z | Compiling clap_builder v4.5.21 |
422 | 2024-11-18T17:28:45.356Z | Compiling papergrid v0.11.0 |
423 | 2024-11-18T17:28:45.695Z | Compiling tempfile v3.13.0 |
424 | 2024-11-18T17:28:45.794Z | Compiling memmap v0.7.0 |
425 | 2024-11-18T17:28:45.828Z | Compiling smawk v0.3.2 |
426 | 2024-11-18T17:28:46.047Z | Compiling unicode-linebreak v0.1.5 |
427 | 2024-11-18T17:28:46.555Z | Compiling textwrap v0.16.1 |
428 | 2024-11-18T17:28:46.805Z | Compiling swrite v0.1.0 |
429 | 2024-11-18T17:28:47.930Z | Compiling tabled_derive v0.7.0 |
430 | 2024-11-18T17:28:49.443Z | Compiling tabled v0.15.0 |
431 | 2024-11-18T17:28:50.745Z | Compiling serde_derive v1.0.215 |
432 | 2024-11-18T17:28:50.745Z | Compiling thiserror-impl v1.0.69 |
433 | 2024-11-18T17:28:50.747Z | Compiling zerocopy-derive v0.7.35 |
434 | 2024-11-18T17:28:50.747Z | Compiling scroll_derive v0.12.0 |
435 | 2024-11-18T17:28:50.923Z | Compiling clap_derive v4.5.18 |
436 | 2024-11-18T17:28:52.000Z | Compiling scroll v0.12.0 |
437 | 2024-11-18T17:28:52.479Z | Compiling goblin v0.8.2 |
438 | 2024-11-18T17:28:52.588Z | Compiling zerocopy v0.7.35 |
439 | 2024-11-18T17:28:53.416Z | Compiling pest v2.7.14 |
440 | 2024-11-18T17:28:54.585Z | Compiling clap v4.5.21 |
441 | 2024-11-18T17:28:55.726Z | Compiling pest_meta v2.7.14 |
442 | 2024-11-18T17:28:56.553Z | Compiling pest_generator v2.7.14 |
443 | 2024-11-18T17:28:58.487Z | Compiling pest_derive v2.7.14 |
444 | 2024-11-18T17:28:59.125Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-11-18T17:29:00.813Z | Compiling serde_tokenstream v0.2.2 |
446 | 2024-11-18T17:29:00.868Z | Compiling toml_datetime v0.6.8 |
447 | 2024-11-18T17:29:00.868Z | Compiling serde_spanned v0.6.8 |
448 | 2024-11-18T17:29:01.175Z | Compiling cargo-platform v0.1.8 |
449 | 2024-11-18T17:29:01.252Z | Compiling toml_edit v0.22.22 |
450 | 2024-11-18T17:29:01.391Z | Compiling macaddr v1.0.1 |
451 | 2024-11-18T17:29:01.682Z | Compiling camino-tempfile v1.1.1 |
452 | 2024-11-18T17:29:02.323Z | Compiling dof v0.3.0 |
453 | 2024-11-18T17:29:02.346Z | Compiling cargo_metadata v0.18.1 |
454 | 2024-11-18T17:29:03.951Z | Compiling toml v0.8.19 |
455 | 2024-11-18T17:29:04.080Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2024-11-18T17:29:04.080Z | Compiling usdt-macro v0.5.0 |
457 | 2024-11-18T17:29:04.886Z | Compiling cargo_toml v0.20.5 |
458 | 2024-11-18T17:29:05.453Z | Compiling usdt v0.5.0 |
459 | 2024-11-18T17:29:08.374Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
460 | 2024-11-18T17:29:12.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.11s |
461 | 2024-11-18T17:29:12.742Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
462 | 2024-11-18T17:29:13.257Z | Downloading crates ... |
463 | 2024-11-18T17:29:13.394Z | Downloaded kstat-rs v0.2.4 |
464 | 2024-11-18T17:29:13.413Z | Downloaded darling v0.20.10 |
465 | 2024-11-18T17:29:13.418Z | Downloaded hex-literal v0.4.1 |
466 | 2024-11-18T17:29:13.424Z | Downloaded headers-core v0.3.0 |
467 | 2024-11-18T17:29:13.426Z | Downloaded aead v0.5.2 |
468 | 2024-11-18T17:29:13.426Z | Downloaded ahash v0.8.11 |
469 | 2024-11-18T17:29:13.429Z | Downloaded hex v0.4.3 |
470 | 2024-11-18T17:29:13.434Z | Downloaded aes v0.8.4 |
471 | 2024-11-18T17:29:13.440Z | Downloaded hickory-client v0.24.1 |
472 | 2024-11-18T17:29:13.442Z | Downloaded heck v0.3.3 |
473 | 2024-11-18T17:29:13.442Z | Downloaded heapless v0.7.17 |
474 | 2024-11-18T17:29:13.446Z | Downloaded heapless v0.8.0 |
475 | 2024-11-18T17:29:13.451Z | Downloaded addr2line v0.24.2 |
476 | 2024-11-18T17:29:13.453Z | Downloaded aes-gcm v0.10.3 |
477 | 2024-11-18T17:29:13.457Z | Downloaded adler2 v2.0.0 |
478 | 2024-11-18T17:29:13.459Z | Downloaded aho-corasick v1.1.3 |
479 | 2024-11-18T17:29:13.465Z | Downloaded arc-swap v1.7.1 |
480 | 2024-11-18T17:29:13.470Z | Downloaded humantime v2.1.0 |
481 | 2024-11-18T17:29:13.472Z | Downloaded bzip2 v0.4.4 |
482 | 2024-11-18T17:29:13.475Z | Downloaded async-stream v0.3.6 |
483 | 2024-11-18T17:29:13.478Z | Downloaded backoff v0.4.0 |
484 | 2024-11-18T17:29:13.480Z | Downloaded bit-set v0.5.3 |
485 | 2024-11-18T17:29:13.480Z | Downloaded async-stream-impl v0.3.6 |
486 | 2024-11-18T17:29:13.483Z | Downloaded async-bb8-diesel v0.2.1 |
487 | 2024-11-18T17:29:13.485Z | Downloaded base64 v0.21.7 |
488 | 2024-11-18T17:29:13.489Z | Downloaded httpdate v1.0.3 |
489 | 2024-11-18T17:29:13.498Z | Downloaded chacha20poly1305 v0.10.1 |
490 | 2024-11-18T17:29:13.498Z | Downloaded buf-list v1.0.3 |
491 | 2024-11-18T17:29:13.498Z | Downloaded bcs v0.1.6 |
492 | 2024-11-18T17:29:13.498Z | Downloaded arrayvec v0.7.6 |
493 | 2024-11-18T17:29:13.502Z | Downloaded hubpack_derive v0.1.1 |
494 | 2024-11-18T17:29:13.502Z | Downloaded hickory-proto v0.24.1 |
495 | 2024-11-18T17:29:13.519Z | Downloaded hyper-util v0.1.10 |
496 | 2024-11-18T17:29:13.523Z | Downloaded http-range v0.1.5 |
497 | 2024-11-18T17:29:13.525Z | Downloaded hickory-server v0.24.1 |
498 | 2024-11-18T17:29:13.531Z | Downloaded hyper-tls v0.6.0 |
499 | 2024-11-18T17:29:13.535Z | Downloaded cexpr v0.6.0 |
500 | 2024-11-18T17:29:13.537Z | Downloaded ident_case v1.0.1 |
501 | 2024-11-18T17:29:13.537Z | Downloaded iana-time-zone v0.1.61 |
502 | 2024-11-18T17:29:13.540Z | Downloaded hyper-staticfile v0.10.1 |
503 | 2024-11-18T17:29:13.543Z | Downloaded icu_provider_macros v1.5.0 |
504 | 2024-11-18T17:29:13.545Z | Downloaded home v0.5.9 |
505 | 2024-11-18T17:29:13.545Z | Downloaded hmac v0.12.1 |
506 | 2024-11-18T17:29:13.548Z | Downloaded is_ci v1.2.0 |
507 | 2024-11-18T17:29:13.551Z | Downloaded async-recursion v1.1.1 |
508 | 2024-11-18T17:29:13.553Z | Downloaded instant v0.1.13 |
509 | 2024-11-18T17:29:13.555Z | Downloaded cbc v0.1.2 |
510 | 2024-11-18T17:29:13.558Z | Downloaded impl-trait-for-tuples v0.2.2 |
511 | 2024-11-18T17:29:13.561Z | Downloaded hostname v0.4.0 |
512 | 2024-11-18T17:29:13.564Z | Downloaded inout v0.1.3 |
513 | 2024-11-18T17:29:13.566Z | Downloaded castaway v0.2.3 |
514 | 2024-11-18T17:29:13.567Z | Downloaded ascii-canvas v3.0.0 |
515 | 2024-11-18T17:29:13.570Z | Downloaded curve25519-dalek-derive v0.1.1 |
516 | 2024-11-18T17:29:13.570Z | Downloaded cancel-safe-futures v0.1.5 |
517 | 2024-11-18T17:29:13.572Z | Downloaded md5 v0.7.0 |
518 | 2024-11-18T17:29:13.575Z | Downloaded matches v0.1.10 |
519 | 2024-11-18T17:29:13.575Z | Downloaded indent_write v2.2.0 |
520 | 2024-11-18T17:29:13.578Z | Downloaded idna_adapter v1.2.0 |
521 | 2024-11-18T17:29:13.578Z | Downloaded take_mut v0.2.2 |
522 | 2024-11-18T17:29:13.580Z | Downloaded lazycell v1.3.0 |
523 | 2024-11-18T17:29:13.580Z | Downloaded lazy_static v1.5.0 |
524 | 2024-11-18T17:29:13.582Z | Downloaded match_cfg v0.1.0 |
525 | 2024-11-18T17:29:13.585Z | Downloaded linear-map v1.2.0 |
526 | 2024-11-18T17:29:13.587Z | Downloaded linked-hash-map v0.5.6 |
527 | 2024-11-18T17:29:13.589Z | Downloaded bitflags v1.3.2 |
528 | 2024-11-18T17:29:13.592Z | Downloaded managed v0.8.0 |
529 | 2024-11-18T17:29:13.595Z | Downloaded icu_locid_transform v1.5.0 |
530 | 2024-11-18T17:29:13.597Z | Downloaded cipher v0.4.4 |
531 | 2024-11-18T17:29:13.600Z | Downloaded crc32fast v1.4.2 |
532 | 2024-11-18T17:29:13.602Z | Downloaded ciborium-ll v0.2.2 |
533 | 2024-11-18T17:29:13.602Z | Downloaded async-trait v0.1.83 |
534 | 2024-11-18T17:29:13.606Z | Downloaded waitgroup v0.1.2 |
535 | 2024-11-18T17:29:13.609Z | Downloaded maybe-uninit v2.0.0 |
536 | 2024-11-18T17:29:13.611Z | Downloaded rfc6979 v0.4.0 |
537 | 2024-11-18T17:29:13.611Z | Downloaded serde_urlencoded v0.7.1 |
538 | 2024-11-18T17:29:13.614Z | Downloaded memoffset v0.9.1 |
539 | 2024-11-18T17:29:13.616Z | Downloaded lru-cache v0.1.2 |
540 | 2024-11-18T17:29:13.616Z | Downloaded derive_builder_macro v0.20.2 |
541 | 2024-11-18T17:29:13.619Z | Downloaded blake2 v0.10.6 |
542 | 2024-11-18T17:29:13.621Z | Downloaded secrecy v0.8.0 |
543 | 2024-11-18T17:29:13.624Z | Downloaded mime v0.3.17 |
544 | 2024-11-18T17:29:13.624Z | Downloaded maplit v1.0.2 |
545 | 2024-11-18T17:29:13.627Z | Downloaded zone_cfg_derive v0.1.2 |
546 | 2024-11-18T17:29:13.627Z | Downloaded zone_cfg_derive v0.3.0 |
547 | 2024-11-18T17:29:13.627Z | Downloaded slog-json v2.6.1 |
548 | 2024-11-18T17:29:13.630Z | Downloaded lockfree-object-pool v0.1.6 |
549 | 2024-11-18T17:29:13.633Z | Downloaded tap v1.0.1 |
550 | 2024-11-18T17:29:13.635Z | Downloaded endian-type v0.1.2 |
551 | 2024-11-18T17:29:13.635Z | Downloaded strum_macros v0.24.3 |
552 | 2024-11-18T17:29:13.637Z | Downloaded foreign-types-shared v0.1.1 |
553 | 2024-11-18T17:29:13.637Z | Downloaded static_assertions v1.1.0 |
554 | 2024-11-18T17:29:13.640Z | Downloaded console v0.15.8 |
555 | 2024-11-18T17:29:13.644Z | Downloaded foreign-types-shared v0.3.1 |
556 | 2024-11-18T17:29:13.647Z | Downloaded rustc-hash v1.1.0 |
557 | 2024-11-18T17:29:13.647Z | Downloaded foreign-types-macros v0.2.3 |
558 | 2024-11-18T17:29:13.651Z | Downloaded opaque-debug v0.3.1 |
559 | 2024-11-18T17:29:13.651Z | Downloaded newtype_derive v0.1.6 |
560 | 2024-11-18T17:29:13.651Z | Downloaded mirai-annotations v1.12.0 |
561 | 2024-11-18T17:29:13.653Z | Downloaded env_filter v0.1.2 |
562 | 2024-11-18T17:29:13.653Z | Downloaded tokio-native-tls v0.3.1 |
563 | 2024-11-18T17:29:13.656Z | Downloaded twox-hash v1.6.3 |
564 | 2024-11-18T17:29:13.658Z | Downloaded unicase v2.7.0 |
565 | 2024-11-18T17:29:13.661Z | Downloaded unarray v0.1.4 |
566 | 2024-11-18T17:29:13.661Z | Downloaded csv-core v0.1.11 |
567 | 2024-11-18T17:29:13.664Z | Downloaded crossbeam-utils v0.8.20 |
568 | 2024-11-18T17:29:13.666Z | Downloaded xattr v1.3.1 |
569 | 2024-11-18T17:29:13.668Z | Downloaded spin v0.9.8 |
570 | 2024-11-18T17:29:13.671Z | Downloaded xz2 v0.1.7 |
571 | 2024-11-18T17:29:13.673Z | Downloaded mime_guess v2.0.5 |
572 | 2024-11-18T17:29:13.676Z | Downloaded deranged v0.3.11 |
573 | 2024-11-18T17:29:13.680Z | Downloaded zone v0.3.0 |
574 | 2024-11-18T17:29:13.682Z | Downloaded jobserver v0.1.32 |
575 | 2024-11-18T17:29:13.684Z | Downloaded term v0.7.0 |
576 | 2024-11-18T17:29:13.687Z | Downloaded cookie v0.18.1 |
577 | 2024-11-18T17:29:13.690Z | Downloaded foreign-types v0.5.0 |
578 | 2024-11-18T17:29:13.694Z | Downloaded crc-any v2.5.0 |
579 | 2024-11-18T17:29:13.694Z | Downloaded clang-sys v1.8.1 |
580 | 2024-11-18T17:29:13.697Z | Downloaded sync_wrapper v1.0.1 |
581 | 2024-11-18T17:29:13.699Z | Downloaded num-iter v0.1.45 |
582 | 2024-11-18T17:29:13.699Z | Downloaded nibble_vec v0.1.0 |
583 | 2024-11-18T17:29:13.701Z | Downloaded form_urlencoded v1.2.1 |
584 | 2024-11-18T17:29:13.701Z | Downloaded enum-as-inner v0.6.1 |
585 | 2024-11-18T17:29:13.704Z | Downloaded percent-encoding v2.3.1 |
586 | 2024-11-18T17:29:13.706Z | Downloaded newtype-uuid v1.1.3 |
587 | 2024-11-18T17:29:13.706Z | Downloaded typify v0.2.0 |
588 | 2024-11-18T17:29:13.710Z | Downloaded walkdir v2.5.0 |
589 | 2024-11-18T17:29:13.713Z | Downloaded signal-hook-mio v0.2.4 |
590 | 2024-11-18T17:29:13.716Z | Downloaded base64 v0.22.1 |
591 | 2024-11-18T17:29:13.719Z | Downloaded yoke-derive v0.7.4 |
592 | 2024-11-18T17:29:13.722Z | Downloaded write16 v1.0.0 |
593 | 2024-11-18T17:29:13.722Z | Downloaded tower-service v0.3.3 |
594 | 2024-11-18T17:29:13.725Z | Downloaded des v0.8.1 |
595 | 2024-11-18T17:29:13.725Z | Downloaded progenitor-impl v0.8.0 |
596 | 2024-11-18T17:29:13.727Z | Downloaded compact_str v0.8.0 |
597 | 2024-11-18T17:29:13.732Z | Downloaded fxhash v0.2.1 |
598 | 2024-11-18T17:29:13.734Z | Downloaded dyn-clone v1.0.17 |
599 | 2024-11-18T17:29:13.736Z | Downloaded indicatif v0.17.9 |
600 | 2024-11-18T17:29:13.740Z | Downloaded same-file v1.0.6 |
601 | 2024-11-18T17:29:13.742Z | Downloaded rustversion v1.0.17 |
602 | 2024-11-18T17:29:13.745Z | Downloaded foreign-types v0.3.2 |
603 | 2024-11-18T17:29:13.747Z | Downloaded openssl-macros v0.1.1 |
604 | 2024-11-18T17:29:13.747Z | Downloaded signal-hook-registry v1.4.2 |
605 | 2024-11-18T17:29:13.749Z | Downloaded bumpalo v3.16.0 |
606 | 2024-11-18T17:29:13.752Z | Downloaded signal-hook-tokio v0.3.1 |
607 | 2024-11-18T17:29:13.755Z | Downloaded tabwriter v1.4.0 |
608 | 2024-11-18T17:29:13.755Z | Downloaded shlex v1.3.0 |
609 | 2024-11-18T17:29:13.758Z | Downloaded rustls-pemfile v1.0.4 |
610 | 2024-11-18T17:29:13.761Z | Downloaded quick-error v1.2.3 |
611 | 2024-11-18T17:29:13.764Z | Downloaded backtrace v0.3.74 |
612 | 2024-11-18T17:29:13.767Z | Downloaded psl-types v2.0.11 |
613 | 2024-11-18T17:29:13.769Z | Downloaded russh-cryptovec v0.7.3 |
614 | 2024-11-18T17:29:13.769Z | Downloaded newline-converter v0.3.0 |
615 | 2024-11-18T17:29:13.772Z | Downloaded new_debug_unreachable v1.0.6 |
616 | 2024-11-18T17:29:13.772Z | Downloaded tls_codec v0.4.1 |
617 | 2024-11-18T17:29:13.774Z | Downloaded tls_codec_derive v0.4.1 |
618 | 2024-11-18T17:29:13.777Z | Downloaded wyz v0.5.1 |
619 | 2024-11-18T17:29:13.779Z | Downloaded siphasher v0.3.11 |
620 | 2024-11-18T17:29:13.779Z | Downloaded simd-adler32 v0.3.7 |
621 | 2024-11-18T17:29:13.783Z | Downloaded writeable v0.5.5 |
622 | 2024-11-18T17:29:13.785Z | Downloaded icu_collections v1.5.0 |
623 | 2024-11-18T17:29:13.791Z | Downloaded fd-lock v4.0.2 |
624 | 2024-11-18T17:29:13.794Z | Downloaded ff v0.13.0 |
625 | 2024-11-18T17:29:13.796Z | Downloaded glob v0.3.1 |
626 | 2024-11-18T17:29:13.799Z | Downloaded crypto-bigint v0.5.5 |
627 | 2024-11-18T17:29:13.815Z | Downloaded try-lock v0.2.5 |
628 | 2024-11-18T17:29:13.817Z | Downloaded phf_codegen v0.11.2 |
629 | 2024-11-18T17:29:13.818Z | Downloaded phf v0.11.2 |
630 | 2024-11-18T17:29:13.820Z | Downloaded fragile v2.0.0 |
631 | 2024-11-18T17:29:13.820Z | Downloaded foldhash v0.1.3 |
632 | 2024-11-18T17:29:13.823Z | Downloaded synstructure v0.13.1 |
633 | 2024-11-18T17:29:13.826Z | Downloaded darling_macro v0.20.10 |
634 | 2024-11-18T17:29:13.826Z | Downloaded tinyvec_macros v0.1.1 |
635 | 2024-11-18T17:29:13.826Z | Downloaded native-tls v0.2.12 |
636 | 2024-11-18T17:29:13.829Z | Downloaded termcolor v1.4.1 |
637 | 2024-11-18T17:29:13.832Z | Downloaded shell-words v1.1.0 |
638 | 2024-11-18T17:29:13.832Z | Downloaded pkg-config v0.3.31 |
639 | 2024-11-18T17:29:13.836Z | Downloaded yoke v0.7.4 |
640 | 2024-11-18T17:29:13.836Z | Downloaded vte v0.11.1 |
641 | 2024-11-18T17:29:13.838Z | Downloaded normalize-line-endings v0.3.0 |
642 | 2024-11-18T17:29:13.838Z | Downloaded slab v0.4.9 |
643 | 2024-11-18T17:29:13.841Z | Downloaded dhcproto v0.12.0 |
644 | 2024-11-18T17:29:13.845Z | Downloaded path-slash v0.1.5 |
645 | 2024-11-18T17:29:13.848Z | Downloaded strum_macros v0.25.3 |
646 | 2024-11-18T17:29:13.848Z | Downloaded structmeta-derive v0.3.0 |
647 | 2024-11-18T17:29:13.848Z | Downloaded structmeta-derive v0.2.0 |
648 | 2024-11-18T17:29:13.851Z | Downloaded env_logger v0.11.5 |
649 | 2024-11-18T17:29:13.854Z | Downloaded structmeta v0.3.0 |
650 | 2024-11-18T17:29:13.856Z | Downloaded globset v0.4.15 |
651 | 2024-11-18T17:29:13.856Z | Downloaded ecdsa v0.16.9 |
652 | 2024-11-18T17:29:13.859Z | Downloaded utf8_iter v1.0.4 |
653 | 2024-11-18T17:29:13.861Z | Downloaded number_prefix v0.4.0 |
654 | 2024-11-18T17:29:13.861Z | Downloaded scopeguard v1.2.0 |
655 | 2024-11-18T17:29:13.865Z | Downloaded dunce v1.0.5 |
656 | 2024-11-18T17:29:13.865Z | Downloaded signal-hook v0.3.17 |
657 | 2024-11-18T17:29:13.867Z | Downloaded password-hash v0.5.0 |
658 | 2024-11-18T17:29:13.870Z | Downloaded qorb v0.2.0 |
659 | 2024-11-18T17:29:13.873Z | Downloaded zone v0.1.8 |
660 | 2024-11-18T17:29:13.875Z | Downloaded russh-keys v0.45.0 |
661 | 2024-11-18T17:29:13.878Z | Downloaded pkcs8 v0.10.2 |
662 | 2024-11-18T17:29:13.881Z | Downloaded funty v2.0.0 |
663 | 2024-11-18T17:29:13.884Z | Downloaded fallible-streaming-iterator v0.1.9 |
664 | 2024-11-18T17:29:13.884Z | Downloaded multimap v0.10.0 |
665 | 2024-11-18T17:29:13.888Z | Downloaded unicode-properties v0.1.3 |
666 | 2024-11-18T17:29:13.888Z | Downloaded zerofrom v0.1.4 |
667 | 2024-11-18T17:29:13.891Z | Downloaded postgres-types v0.2.8 |
668 | 2024-11-18T17:29:13.891Z | Downloaded postgres-protocol v0.6.7 |
669 | 2024-11-18T17:29:13.894Z | Downloaded toml v0.7.8 |
670 | 2024-11-18T17:29:13.897Z | Downloaded phf_generator v0.11.2 |
671 | 2024-11-18T17:29:13.899Z | Downloaded pbkdf2 v0.11.0 |
672 | 2024-11-18T17:29:13.902Z | Downloaded utf16_iter v1.0.5 |
673 | 2024-11-18T17:29:13.904Z | Downloaded ed25519 v2.2.3 |
674 | 2024-11-18T17:29:13.907Z | Downloaded dsl_auto_type v0.1.2 |
675 | 2024-11-18T17:29:13.907Z | Downloaded bindgen v0.69.5 |
676 | 2024-11-18T17:29:13.914Z | Downloaded progenitor-macro v0.8.0 |
677 | 2024-11-18T17:29:13.916Z | Downloaded float-ord v0.3.2 |
678 | 2024-11-18T17:29:13.918Z | Downloaded zeroize_derive v1.4.2 |
679 | 2024-11-18T17:29:13.919Z | Downloaded futures-io v0.3.31 |
680 | 2024-11-18T17:29:13.921Z | Downloaded futures-executor v0.3.31 |
681 | 2024-11-18T17:29:13.921Z | Downloaded rustc_version v0.1.7 |
682 | 2024-11-18T17:29:13.923Z | Downloaded rustc-demangle v0.1.24 |
683 | 2024-11-18T17:29:13.926Z | Downloaded structmeta v0.2.0 |
684 | 2024-11-18T17:29:13.927Z | Downloaded olpc-cjson v0.1.4 |
685 | 2024-11-18T17:29:13.930Z | Downloaded tracing-attributes v0.1.27 |
686 | 2024-11-18T17:29:13.932Z | Downloaded progenitor-client v0.8.0 |
687 | 2024-11-18T17:29:13.932Z | Downloaded serde-big-array v0.5.1 |
688 | 2024-11-18T17:29:13.935Z | Downloaded parse-size v1.1.0 |
689 | 2024-11-18T17:29:13.935Z | Downloaded diff v0.1.13 |
690 | 2024-11-18T17:29:13.937Z | Downloaded either v1.13.0 |
691 | 2024-11-18T17:29:13.941Z | Downloaded rustfmt-wrapper v0.2.1 |
692 | 2024-11-18T17:29:13.943Z | Downloaded powerfmt v0.2.0 |
693 | 2024-11-18T17:29:13.943Z | Downloaded untrusted v0.9.0 |
694 | 2024-11-18T17:29:13.945Z | Downloaded untrusted v0.7.1 |
695 | 2024-11-18T17:29:13.948Z | Downloaded tokio-rustls v0.25.0 |
696 | 2024-11-18T17:29:13.950Z | Downloaded parking_lot_core v0.9.10 |
697 | 2024-11-18T17:29:13.953Z | Downloaded pkcs1 v0.7.5 |
698 | 2024-11-18T17:29:13.955Z | Downloaded toolchain_find v0.4.0 |
699 | 2024-11-18T17:29:13.955Z | Downloaded parking_lot v0.12.3 |
700 | 2024-11-18T17:29:13.958Z | Downloaded rustc_version v0.4.1 |
701 | 2024-11-18T17:29:13.960Z | Downloaded zerocopy v0.6.6 |
702 | 2024-11-18T17:29:13.963Z | Downloaded thread_local v1.1.8 |
703 | 2024-11-18T17:29:13.965Z | Downloaded float-cmp v0.9.0 |
704 | 2024-11-18T17:29:13.968Z | Downloaded fixedbitset v0.4.2 |
705 | 2024-11-18T17:29:13.968Z | Downloaded unsafe-libyaml v0.2.11 |
706 | 2024-11-18T17:29:13.971Z | Downloaded num-conv v0.1.0 |
707 | 2024-11-18T17:29:13.974Z | Downloaded flagset v0.4.6 |
708 | 2024-11-18T17:29:13.974Z | Downloaded filetime v0.2.25 |
709 | 2024-11-18T17:29:13.977Z | Downloaded zerovec-derive v0.10.3 |
710 | 2024-11-18T17:29:13.979Z | Downloaded semver v0.1.20 |
711 | 2024-11-18T17:29:13.982Z | Downloaded sec1 v0.7.3 |
712 | 2024-11-18T17:29:13.982Z | Downloaded publicsuffix v2.2.3 |
713 | 2024-11-18T17:29:13.984Z | Downloaded radium v0.7.0 |
714 | 2024-11-18T17:29:13.987Z | Downloaded tracing-core v0.1.32 |
715 | 2024-11-18T17:29:13.991Z | Downloaded pbkdf2 v0.12.2 |
716 | 2024-11-18T17:29:13.993Z | Downloaded futures-task v0.3.31 |
717 | 2024-11-18T17:29:13.993Z | Downloaded phf_shared v0.10.0 |
718 | 2024-11-18T17:29:13.996Z | Downloaded peg-runtime v0.8.3 |
719 | 2024-11-18T17:29:13.996Z | Downloaded tiny-keccak v2.0.2 |
720 | 2024-11-18T17:29:13.999Z | Downloaded rand_core v0.6.4 |
721 | 2024-11-18T17:29:14.002Z | Downloaded smf v0.2.3 |
722 | 2024-11-18T17:29:14.002Z | Downloaded smallvec v1.13.2 |
723 | 2024-11-18T17:29:14.005Z | Downloaded zopfli v0.8.1 |
724 | 2024-11-18T17:29:14.008Z | Downloaded want v0.3.1 |
725 | 2024-11-18T17:29:14.008Z | Downloaded uuid v1.11.0 |
726 | 2024-11-18T17:29:14.012Z | Downloaded topological-sort v0.2.2 |
727 | 2024-11-18T17:29:14.015Z | Downloaded libm v0.2.8 |
728 | 2024-11-18T17:29:14.022Z | Downloaded embedded-io v0.6.1 |
729 | 2024-11-18T17:29:14.025Z | Downloaded crossterm v0.28.1 |
730 | 2024-11-18T17:29:14.032Z | Downloaded ghash v0.5.1 |
731 | 2024-11-18T17:29:14.035Z | Downloaded num-derive v0.4.2 |
732 | 2024-11-18T17:29:14.035Z | Downloaded futures-channel v0.3.31 |
733 | 2024-11-18T17:29:14.038Z | Downloaded futures v0.3.31 |
734 | 2024-11-18T17:29:14.045Z | Downloaded pem v3.0.4 |
735 | 2024-11-18T17:29:14.049Z | Downloaded diesel_table_macro_syntax v0.2.0 |
736 | 2024-11-18T17:29:14.049Z | Downloaded pem-rfc7468 v0.7.0 |
737 | 2024-11-18T17:29:14.049Z | Downloaded num-integer v0.1.46 |
738 | 2024-11-18T17:29:14.052Z | Downloaded tokio-tungstenite v0.23.1 |
739 | 2024-11-18T17:29:14.055Z | Downloaded strip-ansi-escapes v0.2.0 |
740 | 2024-11-18T17:29:14.055Z | Downloaded rustc-hash v2.0.0 |
741 | 2024-11-18T17:29:14.057Z | Downloaded tokio-tungstenite v0.24.0 |
742 | 2024-11-18T17:29:14.062Z | Downloaded rand_chacha v0.3.1 |
743 | 2024-11-18T17:29:14.062Z | Downloaded idna v1.0.3 |
744 | 2024-11-18T17:29:14.066Z | Downloaded downcast v0.11.0 |
745 | 2024-11-18T17:29:14.068Z | Downloaded hyper v1.5.0 |
746 | 2024-11-18T17:29:14.074Z | Downloaded num_threads v0.1.7 |
747 | 2024-11-18T17:29:14.076Z | Downloaded embedded-io v0.4.0 |
748 | 2024-11-18T17:29:14.079Z | Downloaded hash32 v0.3.1 |
749 | 2024-11-18T17:29:14.082Z | Downloaded rpassword v7.3.1 |
750 | 2024-11-18T17:29:14.082Z | Downloaded pin-utils v0.1.0 |
751 | 2024-11-18T17:29:14.082Z | Downloaded rusty-fork v0.3.0 |
752 | 2024-11-18T17:29:14.084Z | Downloaded num_enum v0.5.11 |
753 | 2024-11-18T17:29:14.089Z | Downloaded libxml v0.3.3 |
754 | 2024-11-18T17:29:14.096Z | Downloaded rtoolbox v0.0.2 |
755 | 2024-11-18T17:29:14.099Z | Downloaded rustls-pemfile v2.2.0 |
756 | 2024-11-18T17:29:14.102Z | Downloaded tinystr v0.7.6 |
757 | 2024-11-18T17:29:14.104Z | Downloaded stringprep v0.1.5 |
758 | 2024-11-18T17:29:14.105Z | Downloaded which v4.4.2 |
759 | 2024-11-18T17:29:14.107Z | Downloaded nodrop v0.1.14 |
760 | 2024-11-18T17:29:14.107Z | Downloaded string_cache v0.8.7 |
761 | 2024-11-18T17:29:14.110Z | Downloaded proc-macro-crate v1.3.1 |
762 | 2024-11-18T17:29:14.114Z | Downloaded darling_core v0.20.10 |
763 | 2024-11-18T17:29:14.116Z | Downloaded rsa v0.9.6 |
764 | 2024-11-18T17:29:14.121Z | Downloaded sqlparser_derive v0.2.2 |
765 | 2024-11-18T17:29:14.127Z | Downloaded tungstenite v0.23.0 |
766 | 2024-11-18T17:29:14.131Z | Downloaded gethostname v0.5.0 |
767 | 2024-11-18T17:29:14.132Z | Downloaded serde_yaml v0.9.34+deprecated |
768 | 2024-11-18T17:29:14.135Z | Downloaded phf_shared v0.11.2 |
769 | 2024-11-18T17:29:14.135Z | Downloaded fallible-iterator v0.3.0 |
770 | 2024-11-18T17:29:14.135Z | Downloaded slog-async v2.8.0 |
771 | 2024-11-18T17:29:14.138Z | Downloaded termtree v0.4.1 |
772 | 2024-11-18T17:29:14.138Z | Downloaded oso-derive v0.27.3 |
773 | 2024-11-18T17:29:14.138Z | Downloaded pretty-hex v0.2.1 |
774 | 2024-11-18T17:29:14.143Z | Downloaded pin-project-internal v1.1.6 |
775 | 2024-11-18T17:29:14.143Z | Downloaded flume v0.11.1 |
776 | 2024-11-18T17:29:14.146Z | Downloaded displaydoc v0.2.5 |
777 | 2024-11-18T17:29:14.151Z | Downloaded openssl-probe v0.1.5 |
778 | 2024-11-18T17:29:14.153Z | Downloaded display-error-chain v0.2.2 |
779 | 2024-11-18T17:29:14.153Z | Downloaded dirs-sys-next v0.1.2 |
780 | 2024-11-18T17:29:14.153Z | Downloaded sha1 v0.10.6 |
781 | 2024-11-18T17:29:14.156Z | Downloaded num-complex v0.4.6 |
782 | 2024-11-18T17:29:14.156Z | Downloaded time-core v0.1.2 |
783 | 2024-11-18T17:29:14.158Z | Downloaded sync-ptr v0.1.1 |
784 | 2024-11-18T17:29:14.158Z | Downloaded parse-display v0.10.0 |
785 | 2024-11-18T17:29:14.161Z | Downloaded zip v2.1.3 |
786 | 2024-11-18T17:29:14.165Z | Downloaded dhcproto-macros v0.1.0 |
787 | 2024-11-18T17:29:14.168Z | Downloaded resolv-conf v0.7.0 |
788 | 2024-11-18T17:29:14.168Z | Downloaded ref-cast-impl v1.0.23 |
789 | 2024-11-18T17:29:14.168Z | Downloaded rand_seeder v0.3.0 |
790 | 2024-11-18T17:29:14.171Z | Downloaded value-bag v1.9.0 |
791 | 2024-11-18T17:29:14.176Z | Downloaded num v0.4.3 |
792 | 2024-11-18T17:29:14.176Z | Downloaded utf-8 v0.7.6 |
793 | 2024-11-18T17:29:14.181Z | Downloaded uzers v0.12.1 |
794 | 2024-11-18T17:29:14.181Z | Downloaded progenitor v0.8.0 |
795 | 2024-11-18T17:29:14.181Z | Downloaded precomputed-hash v0.1.1 |
796 | 2024-11-18T17:29:14.183Z | Downloaded vte_generate_state_changes v0.1.2 |
797 | 2024-11-18T17:29:14.183Z | Downloaded multer v3.1.0 |
798 | 2024-11-18T17:29:14.183Z | Downloaded miniz_oxide v0.8.0 |
799 | 2024-11-18T17:29:14.189Z | Downloaded slog-scope v4.4.0 |
800 | 2024-11-18T17:29:14.193Z | Downloaded slog-bunyan v2.5.0 |
801 | 2024-11-18T17:29:14.193Z | Downloaded peg-macros v0.8.4 |
802 | 2024-11-18T17:29:14.194Z | Downloaded serde-hex v0.1.0 |
803 | 2024-11-18T17:29:14.194Z | Downloaded scrypt v0.11.0 |
804 | 2024-11-18T17:29:14.197Z | Downloaded elliptic-curve v0.13.8 |
805 | 2024-11-18T17:29:14.200Z | Downloaded salsa20 v0.10.2 |
806 | 2024-11-18T17:29:14.200Z | Downloaded fallible-iterator v0.2.0 |
807 | 2024-11-18T17:29:14.202Z | Downloaded serde_derive_internals v0.29.1 |
808 | 2024-11-18T17:29:14.202Z | Downloaded getrandom v0.2.15 |
809 | 2024-11-18T17:29:14.205Z | Downloaded oso v0.27.3 |
810 | 2024-11-18T17:29:14.209Z | Downloaded num_enum_derive v0.5.11 |
811 | 2024-11-18T17:29:14.211Z | Downloaded time-macros v0.2.18 |
812 | 2024-11-18T17:29:14.214Z | Downloaded strum_macros v0.26.4 |
813 | 2024-11-18T17:29:14.217Z | Downloaded tokio-stream v0.1.16 |
814 | 2024-11-18T17:29:14.221Z | Downloaded sqlformat v0.2.6 |
815 | 2024-11-18T17:29:14.226Z | Downloaded tokio-tungstenite v0.21.0 |
816 | 2024-11-18T17:29:14.229Z | Downloaded tokio-rustls v0.26.0 |
817 | 2024-11-18T17:29:14.229Z | Downloaded ed25519-dalek v2.1.1 |
818 | 2024-11-18T17:29:14.233Z | Downloaded spki v0.7.3 |
819 | 2024-11-18T17:29:14.235Z | Downloaded bitvec v1.0.1 |
820 | 2024-11-18T17:29:14.250Z | Downloaded termios v0.3.3 |
821 | 2024-11-18T17:29:14.254Z | Downloaded subtle v2.6.1 |
822 | 2024-11-18T17:29:14.254Z | Downloaded predicates-core v1.0.8 |
823 | 2024-11-18T17:29:14.254Z | Downloaded wait-timeout v0.2.0 |
824 | 2024-11-18T17:29:14.257Z | Downloaded pin-project v1.1.6 |
825 | 2024-11-18T17:29:14.264Z | Downloaded mockall v0.13.0 |
826 | 2024-11-18T17:29:14.267Z | Downloaded owo-colors v4.1.0 |
827 | 2024-11-18T17:29:14.270Z | Downloaded slog v2.7.0 |
828 | 2024-11-18T17:29:14.275Z | Downloaded omicron-zone-package v0.11.1 |
829 | 2024-11-18T17:29:14.277Z | Downloaded diesel-dtrace v0.3.0 |
830 | 2024-11-18T17:29:14.277Z | Downloaded data-encoding v2.6.0 |
831 | 2024-11-18T17:29:14.277Z | Downloaded dropshot_endpoint v0.12.0 |
832 | 2024-11-18T17:29:14.280Z | Downloaded primeorder v0.13.6 |
833 | 2024-11-18T17:29:14.282Z | Downloaded url v2.5.3 |
834 | 2024-11-18T17:29:14.286Z | Downloaded toml_edit v0.19.15 |
835 | 2024-11-18T17:29:14.301Z | Downloaded packed_struct_codegen v0.10.1 |
836 | 2024-11-18T17:29:14.306Z | Downloaded packed_struct v0.10.1 |
837 | 2024-11-18T17:29:14.306Z | Downloaded env_logger v0.10.2 |
838 | 2024-11-18T17:29:14.309Z | Downloaded whoami v1.5.2 |
839 | 2024-11-18T17:29:14.309Z | Downloaded predicates v3.1.2 |
840 | 2024-11-18T17:29:14.311Z | Downloaded chrono v0.4.38 |
841 | 2024-11-18T17:29:14.319Z | Downloaded steno v0.4.1 |
842 | 2024-11-18T17:29:14.323Z | Downloaded hashlink v0.9.1 |
843 | 2024-11-18T17:29:14.326Z | Downloaded vergen v8.3.2 |
844 | 2024-11-18T17:29:14.333Z | Downloaded num-traits v0.2.19 |
845 | 2024-11-18T17:29:14.336Z | Downloaded unicode-bidi v0.3.17 |
846 | 2024-11-18T17:29:14.336Z | Downloaded tungstenite v0.21.0 |
847 | 2024-11-18T17:29:14.338Z | Downloaded flate2 v1.0.34 |
848 | 2024-11-18T17:29:14.343Z | Downloaded ppv-lite86 v0.2.20 |
849 | 2024-11-18T17:29:14.346Z | Downloaded subprocess v0.2.9 |
850 | 2024-11-18T17:29:14.348Z | Downloaded zerovec v0.10.4 |
851 | 2024-11-18T17:29:14.356Z | Downloaded hashbrown v0.12.3 |
852 | 2024-11-18T17:29:14.359Z | Downloaded tokio-util v0.7.12 |
853 | 2024-11-18T17:29:14.365Z | Downloaded winnow v0.5.40 |
854 | 2024-11-18T17:29:14.376Z | Downloaded quick-xml v0.33.0 |
855 | 2024-11-18T17:29:14.383Z | Downloaded zip v0.6.6 |
856 | 2024-11-18T17:29:14.388Z | Downloaded num-bigint v0.4.6 |
857 | 2024-11-18T17:29:14.393Z | Downloaded diesel_derives v2.2.3 |
858 | 2024-11-18T17:29:14.396Z | Downloaded reqwest v0.12.9 |
859 | 2024-11-18T17:29:14.405Z | Downloaded tracing v0.1.40 |
860 | 2024-11-18T17:29:14.410Z | Downloaded ssh-key v0.6.6 |
861 | 2024-11-18T17:29:14.418Z | Downloaded icu_properties_data v1.5.0 |
862 | 2024-11-18T17:29:14.429Z | Downloaded russh v0.45.0 |
863 | 2024-11-18T17:29:14.435Z | Downloaded salty v0.3.0 |
864 | 2024-11-18T17:29:14.442Z | Downloaded hashbrown v0.13.2 |
865 | 2024-11-18T17:29:14.446Z | Downloaded num-bigint-dig v0.8.4 |
866 | 2024-11-18T17:29:14.452Z | Downloaded idna v0.4.0 |
867 | 2024-11-18T17:29:14.459Z | Downloaded headers v0.4.0 |
868 | 2024-11-18T17:29:14.465Z | Downloaded idna v0.3.0 |
869 | 2024-11-18T17:29:14.472Z | Downloaded rusqlite v0.32.1 |
870 | 2024-11-18T17:29:14.479Z | Downloaded expectorate v1.1.0 |
871 | 2024-11-18T17:29:14.482Z | Downloaded unicode-segmentation v1.12.0 |
872 | 2024-11-18T17:29:14.485Z | Downloaded unicode-normalization v0.1.24 |
873 | 2024-11-18T17:29:14.490Z | Downloaded futures-util v0.3.31 |
874 | 2024-11-18T17:29:14.503Z | Downloaded hashbrown v0.14.5 |
875 | 2024-11-18T17:29:14.508Z | Downloaded idna v0.5.0 |
876 | 2024-11-18T17:29:14.516Z | Downloaded rustls-webpki v0.101.7 |
877 | 2024-11-18T17:29:14.529Z | Downloaded reedline v0.35.0 |
878 | 2024-11-18T17:29:14.537Z | Downloaded regress v0.9.1 |
879 | 2024-11-18T17:29:14.546Z | Downloaded petname v2.0.2 |
880 | 2024-11-18T17:29:14.552Z | Downloaded chrono-tz v0.10.0 |
881 | 2024-11-18T17:29:14.560Z | Downloaded unicode-width v0.2.0 |
882 | 2024-11-18T17:29:14.566Z | Downloaded sqlparser v0.45.0 |
883 | 2024-11-18T17:29:14.572Z | Downloaded radix_trie v0.2.1 |
884 | 2024-11-18T17:29:14.578Z | Downloaded bstr v1.10.0 |
885 | 2024-11-18T17:29:14.591Z | Downloaded openapiv3 v2.0.0 |
886 | 2024-11-18T17:29:14.601Z | Downloaded git2 v0.19.0 |
887 | 2024-11-18T17:29:14.610Z | Downloaded object v0.30.4 |
888 | 2024-11-18T17:29:14.620Z | Downloaded vcpkg v0.2.15 |
889 | 2024-11-18T17:29:14.658Z | Downloaded dropshot v0.12.0 |
890 | 2024-11-18T17:29:14.678Z | Downloaded webpki-roots v0.26.6 |
891 | 2024-11-18T17:29:14.681Z | Downloaded nix v0.28.0 |
892 | 2024-11-18T17:29:14.693Z | Downloaded rustls v0.21.12 |
893 | 2024-11-18T17:29:14.704Z | Downloaded regex v1.11.1 |
894 | 2024-11-18T17:29:14.717Z | Downloaded smoltcp v0.9.1 |
895 | 2024-11-18T17:29:14.728Z | Downloaded sled v0.34.7 |
896 | 2024-11-18T17:29:14.738Z | Downloaded smoltcp v0.11.0 |
897 | 2024-11-18T17:29:14.751Z | Downloaded object v0.36.5 |
898 | 2024-11-18T17:29:14.763Z | Downloaded dropshot v0.13.0 |
899 | 2024-11-18T17:29:14.783Z | Downloaded nix v0.29.0 |
900 | 2024-11-18T17:29:14.794Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
901 | 2024-11-18T17:29:14.806Z | Downloaded typify-impl v0.2.0 |
902 | 2024-11-18T17:29:14.822Z | Downloaded diesel v2.2.4 |
903 | 2024-11-18T17:29:14.841Z | Downloaded rustls v0.23.14 |
904 | 2024-11-18T17:29:14.852Z | Downloaded zerocopy-derive v0.6.6 |
905 | 2024-11-18T17:29:14.864Z | Downloaded regex-automata v0.4.8 |
906 | 2024-11-18T17:29:14.878Z | Downloaded regress v0.10.1 |
907 | 2024-11-18T17:29:14.887Z | Downloaded ratatui v0.28.1 |
908 | 2024-11-18T17:29:14.906Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2024-11-18T17:29:14.917Z | Downloaded regex-syntax v0.8.5 |
910 | 2024-11-18T17:29:14.926Z | Downloaded nix v0.27.1 |
911 | 2024-11-18T17:29:14.937Z | Downloaded tokio v1.40.0 |
912 | 2024-11-18T17:29:14.973Z | Downloaded quinn-proto v0.11.8 |
913 | 2024-11-18T17:29:14.979Z | Downloaded rustls-webpki v0.102.8 |
914 | 2024-11-18T17:29:14.996Z | Downloaded petgraph v0.6.5 |
915 | 2024-11-18T17:29:15.013Z | Downloaded lzma-sys v0.1.20 |
916 | 2024-11-18T17:29:15.041Z | Downloaded csv v1.3.0 |
917 | 2024-11-18T17:29:15.060Z | Downloaded h2 v0.4.6 |
918 | 2024-11-18T17:29:15.066Z | Downloaded regex-syntax v0.6.29 |
919 | 2024-11-18T17:29:15.073Z | Downloaded rustls v0.22.4 |
920 | 2024-11-18T17:29:15.086Z | Downloaded openssl v0.10.66 |
921 | 2024-11-18T17:29:15.097Z | Downloaded p384 v0.13.0 |
922 | 2024-11-18T17:29:15.101Z | Downloaded libz-sys v1.1.20 |
923 | 2024-11-18T17:29:15.121Z | Downloaded polar-core v0.27.3 |
924 | 2024-11-18T17:29:15.129Z | Downloaded sha3 v0.10.8 |
925 | 2024-11-18T17:29:15.133Z | Downloaded gimli v0.31.1 |
926 | 2024-11-18T17:29:15.142Z | Downloaded curve25519-dalek v4.1.3 |
927 | 2024-11-18T17:29:15.150Z | Downloaded tough v0.19.0 |
928 | 2024-11-18T17:29:15.157Z | Downloaded proptest v1.5.0 |
929 | 2024-11-18T17:29:15.166Z | Downloaded idna v0.2.3 |
930 | 2024-11-18T17:29:15.173Z | Downloaded rayon v1.10.0 |
931 | 2024-11-18T17:29:15.182Z | Downloaded time v0.3.36 |
932 | 2024-11-18T17:29:15.189Z | Downloaded predicates-tree v1.0.11 |
933 | 2024-11-18T17:29:15.191Z | Downloaded mockall_derive v0.13.0 |
934 | 2024-11-18T17:29:15.194Z | Downloaded dropshot_endpoint v0.13.0 |
935 | 2024-11-18T17:29:15.197Z | Downloaded openssl-sys v0.9.103 |
936 | 2024-11-18T17:29:15.200Z | Downloaded lalrpop v0.19.12 |
937 | 2024-11-18T17:29:15.210Z | Downloaded rand v0.8.5 |
938 | 2024-11-18T17:29:15.215Z | Downloaded parse-zoneinfo v0.3.1 |
939 | 2024-11-18T17:29:15.218Z | Downloaded nom v7.1.3 |
940 | 2024-11-18T17:29:15.222Z | Downloaded der v0.7.9 |
941 | 2024-11-18T17:29:15.227Z | Downloaded portable-atomic v1.9.0 |
942 | 2024-11-18T17:29:15.233Z | Downloaded slog-stdlog v4.1.1 |
943 | 2024-11-18T17:29:15.235Z | Downloaded parse-display-derive v0.10.0 |
944 | 2024-11-18T17:29:15.238Z | Downloaded ron v0.7.1 |
945 | 2024-11-18T17:29:15.241Z | Downloaded rustls-pki-types v1.9.0 |
946 | 2024-11-18T17:29:15.243Z | Downloaded ron v0.8.1 |
947 | 2024-11-18T17:29:15.248Z | Downloaded blake3 v1.5.4 |
948 | 2024-11-18T17:29:15.256Z | Downloaded p521 v0.13.3 |
949 | 2024-11-18T17:29:15.259Z | Downloaded serde_with v3.11.0 |
950 | 2024-11-18T17:29:15.267Z | Downloaded itertools v0.13.0 |
951 | 2024-11-18T17:29:15.276Z | Downloaded aws-lc-rs v1.10.0 |
952 | 2024-11-18T17:29:15.282Z | Downloaded mio v1.0.2 |
953 | 2024-11-18T17:29:15.287Z | Downloaded encoding_rs v0.8.34 |
954 | 2024-11-18T17:29:15.308Z | Downloaded ena v0.14.3 |
955 | 2024-11-18T17:29:15.310Z | Downloaded der_derive v0.7.3 |
956 | 2024-11-18T17:29:15.313Z | Downloaded fs_extra v1.3.0 |
957 | 2024-11-18T17:29:15.313Z | Downloaded quinn v0.11.5 |
958 | 2024-11-18T17:29:15.316Z | Downloaded unicode-truncate v1.1.0 |
959 | 2024-11-18T17:29:15.325Z | Downloaded password-hash v0.4.2 |
960 | 2024-11-18T17:29:15.325Z | Downloaded pkcs5 v0.7.1 |
961 | 2024-11-18T17:29:15.337Z | Downloaded itertools v0.12.1 |
962 | 2024-11-18T17:29:15.337Z | Downloaded sct v0.7.1 |
963 | 2024-11-18T17:29:15.337Z | Downloaded samael v0.0.17 |
964 | 2024-11-18T17:29:15.341Z | Downloaded defmt v0.3.8 |
965 | 2024-11-18T17:29:15.341Z | Downloaded debug-ignore v1.0.5 |
966 | 2024-11-18T17:29:15.341Z | Downloaded fatfs v0.3.6 |
967 | 2024-11-18T17:29:15.345Z | Downloaded rcgen v0.12.1 |
968 | 2024-11-18T17:29:15.349Z | Downloaded tinyvec v1.8.0 |
969 | 2024-11-18T17:29:15.352Z | Downloaded unicode_categories v0.1.1 |
970 | 2024-11-18T17:29:15.352Z | Downloaded similar v2.6.0 |
971 | 2024-11-18T17:29:15.356Z | Downloaded slog-term v2.9.1 |
972 | 2024-11-18T17:29:15.358Z | Downloaded ssh-encoding v0.2.0 |
973 | 2024-11-18T17:29:15.360Z | Downloaded ssh-cipher v0.2.0 |
974 | 2024-11-18T17:29:15.361Z | Downloaded peg v0.8.4 |
975 | 2024-11-18T17:29:15.364Z | Downloaded futures-sink v0.3.31 |
976 | 2024-11-18T17:29:15.367Z | Downloaded futures-macro v0.3.31 |
977 | 2024-11-18T17:29:15.367Z | Downloaded itertools v0.10.5 |
978 | 2024-11-18T17:29:15.371Z | Downloaded snafu v0.8.5 |
979 | 2024-11-18T17:29:15.377Z | Downloaded thiserror-impl-no-std v2.0.2 |
980 | 2024-11-18T17:29:15.380Z | Downloaded socket2 v0.5.7 |
981 | 2024-11-18T17:29:15.382Z | Downloaded zeroize v1.8.1 |
982 | 2024-11-18T17:29:15.382Z | Downloaded zerofrom-derive v0.1.4 |
983 | 2024-11-18T17:29:15.385Z | Downloaded futures-core v0.3.31 |
984 | 2024-11-18T17:29:15.385Z | Downloaded test-strategy v0.3.1 |
985 | 2024-11-18T17:29:15.387Z | Downloaded hkdf v0.12.4 |
986 | 2024-11-18T17:29:15.390Z | Downloaded x509-cert v0.2.5 |
987 | 2024-11-18T17:29:15.396Z | Downloaded smallvec v0.6.14 |
988 | 2024-11-18T17:29:15.413Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
989 | 2024-11-18T17:29:15.452Z | Downloaded typed-path v0.9.3 |
990 | 2024-11-18T17:29:15.458Z | Downloaded rustyline v14.0.0 |
991 | 2024-11-18T17:29:15.463Z | Downloaded unicode-xid v0.2.6 |
992 | 2024-11-18T17:29:15.465Z | Downloaded thiserror-no-std v2.0.2 |
993 | 2024-11-18T17:29:15.467Z | Downloaded nu-ansi-term v0.50.1 |
994 | 2024-11-18T17:29:15.470Z | Downloaded snafu-derive v0.8.5 |
995 | 2024-11-18T17:29:15.473Z | Downloaded schemars v0.8.21 |
996 | 2024-11-18T17:29:15.481Z | Downloaded p256 v0.13.2 |
997 | 2024-11-18T17:29:15.484Z | Downloaded parking_lot_core v0.8.6 |
998 | 2024-11-18T17:29:15.495Z | Downloaded parking_lot v0.11.2 |
999 | 2024-11-18T17:29:15.500Z | Downloaded rayon-core v1.12.1 |
1000 | 2024-11-18T17:29:15.500Z | Downloaded tokio-postgres v0.7.12 |
1001 | 2024-11-18T17:29:15.500Z | Downloaded minimal-lexical v0.2.1 |
1002 | 2024-11-18T17:29:15.516Z | Downloaded vsss-rs v3.3.4 |
1003 | 2024-11-18T17:29:15.516Z | Downloaded nanorand v0.7.0 |
1004 | 2024-11-18T17:29:15.517Z | Downloaded group v0.13.0 |
1005 | 2024-11-18T17:29:15.517Z | Downloaded tui-tree-widget v0.22.0 |
1006 | 2024-11-18T17:29:15.531Z | Downloaded poly1305 v0.8.0 |
1007 | 2024-11-18T17:29:15.531Z | Downloaded const_format v0.2.33 |
1008 | 2024-11-18T17:29:15.531Z | Downloaded crossbeam-channel v0.5.13 |
1009 | 2024-11-18T17:29:15.531Z | Downloaded polyval v0.6.2 |
1010 | 2024-11-18T17:29:15.532Z | Downloaded num-rational v0.4.2 |
1011 | 2024-11-18T17:29:15.539Z | Downloaded half v2.4.1 |
1012 | 2024-11-18T17:29:15.539Z | Downloaded tungstenite v0.24.0 |
1013 | 2024-11-18T17:29:15.539Z | Downloaded cc v1.1.30 |
1014 | 2024-11-18T17:29:15.539Z | Downloaded defmt-parser v0.3.4 |
1015 | 2024-11-18T17:29:15.552Z | Downloaded defmt-macros v0.3.9 |
1016 | 2024-11-18T17:29:15.568Z | Downloaded postcard v1.0.10 |
1017 | 2024-11-18T17:29:15.568Z | Downloaded pin-project-lite v0.2.14 |
1018 | 2024-11-18T17:29:15.569Z | Downloaded prettyplease v0.2.25 |
1019 | 2024-11-18T17:29:15.587Z | Downloaded dirs-next v2.0.0 |
1020 | 2024-11-18T17:29:15.587Z | Downloaded difflib v0.4.0 |
1021 | 2024-11-18T17:29:15.587Z | Downloaded scheduled-thread-pool v0.2.7 |
1022 | 2024-11-18T17:29:15.587Z | Downloaded derive_more v0.99.18 |
1023 | 2024-11-18T17:29:15.588Z | Downloaded derive_builder_core v0.20.2 |
1024 | 2024-11-18T17:29:15.588Z | Downloaded derive-where v1.2.7 |
1025 | 2024-11-18T17:29:15.611Z | Downloaded tar v0.4.42 |
1026 | 2024-11-18T17:29:15.611Z | Downloaded signature v2.2.0 |
1027 | 2024-11-18T17:29:15.612Z | Downloaded tokio-rustls v0.24.1 |
1028 | 2024-11-18T17:29:15.612Z | Downloaded universal-hash v0.5.1 |
1029 | 2024-11-18T17:29:15.612Z | Downloaded paste v1.0.15 |
1030 | 2024-11-18T17:29:15.612Z | Downloaded enum-as-inner v0.5.1 |
1031 | 2024-11-18T17:29:15.612Z | Downloaded crossbeam-epoch v0.9.18 |
1032 | 2024-11-18T17:29:15.628Z | Downloaded indexmap v1.9.3 |
1033 | 2024-11-18T17:29:15.628Z | Downloaded icu_properties v1.5.1 |
1034 | 2024-11-18T17:29:15.628Z | Downloaded icu_normalizer v1.5.0 |
1035 | 2024-11-18T17:29:15.628Z | Downloaded derive_builder v0.20.2 |
1036 | 2024-11-18T17:29:15.628Z | Downloaded yasna v0.5.2 |
1037 | 2024-11-18T17:29:15.628Z | Downloaded strum v0.26.3 |
1038 | 2024-11-18T17:29:15.647Z | Downloaded sigpipe v0.1.3 |
1039 | 2024-11-18T17:29:15.647Z | Downloaded const-oid v0.9.6 |
1040 | 2024-11-18T17:29:15.647Z | Downloaded bytes v1.8.0 |
1041 | 2024-11-18T17:29:15.648Z | Downloaded serde_with_macros v3.11.0 |
1042 | 2024-11-18T17:29:15.648Z | Downloaded hash32 v0.2.1 |
1043 | 2024-11-18T17:29:15.648Z | Downloaded const_format_proc_macros v0.2.33 |
1044 | 2024-11-18T17:29:15.648Z | Downloaded icu_provider v1.5.0 |
1045 | 2024-11-18T17:29:15.648Z | Downloaded icu_locid_transform_data v1.5.0 |
1046 | 2024-11-18T17:29:15.648Z | Downloaded spin v0.5.2 |
1047 | 2024-11-18T17:29:15.648Z | Downloaded memmap2 v0.9.5 |
1048 | 2024-11-18T17:29:15.654Z | Downloaded icu_locid v1.5.0 |
1049 | 2024-11-18T17:29:15.654Z | Downloaded lock_api v0.4.12 |
1050 | 2024-11-18T17:29:15.654Z | Downloaded litemap v0.7.3 |
1051 | 2024-11-18T17:29:15.654Z | Downloaded base64 v0.13.1 |
1052 | 2024-11-18T17:29:15.654Z | Downloaded typify-macro v0.2.0 |
1053 | 2024-11-18T17:29:15.654Z | Downloaded libloading v0.8.5 |
1054 | 2024-11-18T17:29:15.657Z | Downloaded tokio-macros v2.4.0 |
1055 | 2024-11-18T17:29:15.657Z | Downloaded supports-color v3.0.1 |
1056 | 2024-11-18T17:29:15.657Z | Downloaded ref-cast v1.0.23 |
1057 | 2024-11-18T17:29:15.660Z | Downloaded libefi-sys v0.1.0 |
1058 | 2024-11-18T17:29:15.660Z | Downloaded r2d2 v0.8.10 |
1059 | 2024-11-18T17:29:15.663Z | Downloaded icu_normalizer_data v1.5.0 |
1060 | 2024-11-18T17:29:15.663Z | Downloaded chacha20 v0.9.1 |
1061 | 2024-11-18T17:29:15.666Z | Downloaded stable_deref_trait v1.2.0 |
1062 | 2024-11-18T17:29:15.666Z | Downloaded ipnet v2.10.1 |
1063 | 2024-11-18T17:29:15.666Z | Downloaded slog-envlogger v2.2.0 |
1064 | 2024-11-18T17:29:15.669Z | Downloaded slog-dtrace v0.3.0 |
1065 | 2024-11-18T17:29:15.669Z | Downloaded ciborium v0.2.2 |
1066 | 2024-11-18T17:29:15.672Z | Downloaded serde_repr v0.1.19 |
1067 | 2024-11-18T17:29:15.680Z | Downloaded keccak v0.1.5 |
1068 | 2024-11-18T17:29:15.680Z | Downloaded cookie_store v0.21.0 |
1069 | 2024-11-18T17:29:15.680Z | Downloaded serde_plain v1.0.2 |
1070 | 2024-11-18T17:29:15.680Z | Downloaded serde_path_to_error v0.1.16 |
1071 | 2024-11-18T17:29:15.680Z | Downloaded schemars_derive v0.8.21 |
1072 | 2024-11-18T17:29:15.680Z | Downloaded rand_xorshift v0.3.0 |
1073 | 2024-11-18T17:29:15.680Z | Downloaded quinn-udp v0.5.5 |
1074 | 2024-11-18T17:29:15.685Z | Downloaded md-5 v0.10.6 |
1075 | 2024-11-18T17:29:15.685Z | Downloaded lru v0.12.5 |
1076 | 2024-11-18T17:29:15.685Z | Downloaded libsw v3.3.1 |
1077 | 2024-11-18T17:29:15.688Z | Downloaded is-terminal v0.4.13 |
1078 | 2024-11-18T17:29:15.688Z | Downloaded crossbeam-deque v0.8.5 |
1079 | 2024-11-18T17:29:15.689Z | Downloaded cmake v0.1.51 |
1080 | 2024-11-18T17:29:15.693Z | Downloaded internet-checksum v0.2.1 |
1081 | 2024-11-18T17:29:15.693Z | Downloaded ctr v0.9.2 |
1082 | 2024-11-18T17:29:15.693Z | Downloaded colored v2.1.0 |
1083 | 2024-11-18T17:29:15.697Z | Downloaded chrono-tz-build v0.4.0 |
1084 | 2024-11-18T17:29:15.697Z | Downloaded lalrpop-util v0.19.12 |
1085 | 2024-11-18T17:29:15.697Z | Downloaded ipnetwork v0.20.0 |
1086 | 2024-11-18T17:29:15.707Z | Downloaded instability v0.3.2 |
1087 | 2024-11-18T17:29:15.707Z | Downloaded indoc v1.0.9 |
1088 | 2024-11-18T17:29:15.707Z | Downloaded crc v3.2.1 |
1089 | 2024-11-18T17:29:15.713Z | Downloaded bitfield v0.14.0 |
1090 | 2024-11-18T17:29:15.714Z | Downloaded bcrypt-pbkdf v0.10.0 |
1091 | 2024-11-18T17:29:15.714Z | Downloaded crc-catalog v2.4.0 |
1092 | 2024-11-18T17:29:15.714Z | Downloaded convert_case v0.4.0 |
1093 | 2024-11-18T17:29:15.714Z | Downloaded blowfish v0.9.1 |
1094 | 2024-11-18T17:29:15.714Z | Downloaded bit-vec v0.6.3 |
1095 | 2024-11-18T17:29:15.714Z | Downloaded bb8 v0.8.5 |
1096 | 2024-11-18T17:29:15.714Z | Downloaded base16ct v0.2.0 |
1097 | 2024-11-18T17:29:15.714Z | Downloaded cstr-argument v0.1.2 |
1098 | 2024-11-18T17:29:15.724Z | Downloaded crucible-workspace-hack v0.1.0 |
1099 | 2024-11-18T17:29:15.725Z | Downloaded httparse v1.9.5 |
1100 | 2024-11-18T17:29:15.725Z | Downloaded http-body v1.0.1 |
1101 | 2024-11-18T17:29:15.725Z | Downloaded highway v1.2.0 |
1102 | 2024-11-18T17:29:15.725Z | Downloaded cobs v0.2.3 |
1103 | 2024-11-18T17:29:15.747Z | Downloaded bitfield-struct v0.6.2 |
1104 | 2024-11-18T17:29:15.748Z | Downloaded cassowary v0.3.0 |
1105 | 2024-11-18T17:29:15.748Z | Downloaded atomic-waker v1.1.2 |
1106 | 2024-11-18T17:29:15.749Z | Downloaded hubpack v0.1.2 |
1107 | 2024-11-18T17:29:15.749Z | Downloaded hostname v0.3.1 |
1108 | 2024-11-18T17:29:15.749Z | Downloaded constant_time_eq v0.3.1 |
1109 | 2024-11-18T17:29:15.750Z | Downloaded hyper-rustls v0.27.3 |
1110 | 2024-11-18T17:29:15.750Z | Downloaded http-body-util v0.1.2 |
1111 | 2024-11-18T17:29:15.750Z | Downloaded crunchy v0.2.2 |
1112 | 2024-11-18T17:29:15.750Z | Downloaded ciborium-io v0.2.2 |
1113 | 2024-11-18T17:29:15.750Z | Downloaded cfg_aliases v0.2.1 |
1114 | 2024-11-18T17:29:15.750Z | Downloaded cfg_aliases v0.1.1 |
1115 | 2024-11-18T17:29:15.750Z | Downloaded block-padding v0.3.3 |
1116 | 2024-11-18T17:29:15.750Z | Downloaded http v1.1.0 |
1117 | 2024-11-18T17:29:15.773Z | Downloaded hickory-resolver v0.24.1 |
1118 | 2024-11-18T17:29:15.774Z | Downloaded atty v0.2.14 |
1119 | 2024-11-18T17:29:15.774Z | Downloaded atomicwrites v0.4.4 |
1120 | 2024-11-18T17:29:15.774Z | Downloaded argon2 v0.5.3 |
1121 | 2024-11-18T17:29:15.774Z | Downloaded base64ct v1.6.0 |
1122 | 2024-11-18T17:29:15.774Z | Downloaded assert_matches v1.5.0 |
1123 | 2024-11-18T17:29:15.774Z | Downloaded arrayref v0.3.9 |
1124 | 2024-11-18T17:29:15.774Z | Downloaded array-init v0.0.4 |
1125 | 2024-11-18T17:29:15.774Z | Downloaded allocator-api2 v0.2.18 |
1126 | 2024-11-18T17:29:15.916Z | Downloaded ring v0.17.8 |
1127 | 2024-11-18T17:29:16.027Z | Downloaded aws-lc-sys v0.22.0 |
1128 | 2024-11-18T17:29:16.263Z | Downloaded libsqlite3-sys v0.30.1 |
1129 | 2024-11-18T17:29:16.340Z | Downloaded ring v0.16.20 |
1130 | 2024-11-18T17:29:16.525Z | Compiling serde v1.0.215 |
1131 | 2024-11-18T17:29:16.527Z | Compiling lock_api v0.4.12 |
1132 | 2024-11-18T17:29:16.528Z | Compiling scopeguard v1.2.0 |
1133 | 2024-11-18T17:29:16.528Z | Compiling value-bag v1.9.0 |
1134 | 2024-11-18T17:29:16.528Z | Compiling typenum v1.17.0 |
1135 | 2024-11-18T17:29:16.528Z | Compiling generic-array v0.14.7 |
1136 | 2024-11-18T17:29:16.731Z | Compiling syn v2.0.87 |
1137 | 2024-11-18T17:29:16.747Z | Compiling getrandom v0.2.15 |
1138 | 2024-11-18T17:29:16.900Z | Compiling subtle v2.6.1 |
1139 | 2024-11-18T17:29:17.003Z | Compiling rand_core v0.6.4 |
1140 | 2024-11-18T17:29:17.145Z | Compiling log v0.4.22 |
1141 | 2024-11-18T17:29:17.264Z | Compiling shlex v1.3.0 |
1142 | 2024-11-18T17:29:17.314Z | Compiling jobserver v0.1.32 |
1143 | 2024-11-18T17:29:17.333Z | Compiling smallvec v1.13.2 |
1144 | 2024-11-18T17:29:17.554Z | Compiling const-oid v0.9.6 |
1145 | 2024-11-18T17:29:17.662Z | Compiling spin v0.9.8 |
1146 | 2024-11-18T17:29:17.723Z | Compiling cc v1.1.30 |
1147 | 2024-11-18T17:29:17.763Z | Compiling pin-project-lite v0.2.14 |
1148 | 2024-11-18T17:29:17.912Z | Compiling rustix v0.38.37 |
1149 | 2024-11-18T17:29:18.067Z | Compiling parking_lot_core v0.9.10 |
1150 | 2024-11-18T17:29:18.110Z | Compiling futures-core v0.3.31 |
1151 | 2024-11-18T17:29:18.242Z | Compiling signal-hook-registry v1.4.2 |
1152 | 2024-11-18T17:29:18.344Z | Compiling mio v1.0.2 |
1153 | 2024-11-18T17:29:18.744Z | Compiling aho-corasick v1.1.3 |
1154 | 2024-11-18T17:29:19.055Z | Compiling parking_lot v0.12.3 |
1155 | 2024-11-18T17:29:19.194Z | Compiling cpufeatures v0.2.14 |
1156 | 2024-11-18T17:29:19.298Z | Compiling either v1.13.0 |
1157 | 2024-11-18T17:29:19.411Z | Compiling regex-syntax v0.8.5 |
1158 | 2024-11-18T17:29:19.503Z | Compiling lazy_static v1.5.0 |
1159 | 2024-11-18T17:29:19.523Z | Compiling futures-sink v0.3.31 |
1160 | 2024-11-18T17:29:19.631Z | Compiling glob v0.3.1 |
1161 | 2024-11-18T17:29:19.668Z | Compiling stable_deref_trait v1.2.0 |
1162 | 2024-11-18T17:29:19.704Z | Compiling socket2 v0.5.7 |
1163 | 2024-11-18T17:29:19.780Z | Compiling slab v0.4.9 |
1164 | 2024-11-18T17:29:19.969Z | Compiling prettyplease v0.2.25 |
1165 | 2024-11-18T17:29:20.209Z | Compiling minimal-lexical v0.2.1 |
1166 | 2024-11-18T17:29:20.629Z | Compiling libloading v0.8.5 |
1167 | 2024-11-18T17:29:20.649Z | Compiling clang-sys v1.8.1 |
1168 | 2024-11-18T17:29:20.705Z | Compiling nom v7.1.3 |
1169 | 2024-11-18T17:29:20.798Z | Compiling serde_json v1.0.132 |
1170 | 2024-11-18T17:29:21.036Z | Compiling home v0.5.9 |
1171 | 2024-11-18T17:29:21.120Z | Compiling bindgen v0.69.5 |
1172 | 2024-11-18T17:29:21.354Z | Compiling futures-channel v0.3.31 |
1173 | 2024-11-18T17:29:21.783Z | Compiling itertools v0.12.1 |
1174 | 2024-11-18T17:29:21.967Z | Compiling pin-utils v0.1.0 |
1175 | 2024-11-18T17:29:22.063Z | Compiling futures-io v0.3.31 |
1176 | 2024-11-18T17:29:22.121Z | Compiling lazycell v1.3.0 |
1177 | 2024-11-18T17:29:22.282Z | Compiling futures-task v0.3.31 |
1178 | 2024-11-18T17:29:22.390Z | Compiling rustc-hash v1.1.0 |
1179 | 2024-11-18T17:29:22.544Z | Compiling foldhash v0.1.3 |
1180 | 2024-11-18T17:29:22.582Z | Compiling allocator-api2 v0.2.18 |
1181 | 2024-11-18T17:29:22.862Z | Compiling cmake v0.1.51 |
1182 | 2024-11-18T17:29:23.409Z | Compiling regex-automata v0.4.8 |
1183 | 2024-11-18T17:29:23.864Z | Compiling hashbrown v0.15.0 |
1184 | 2024-11-18T17:29:24.345Z | Compiling synstructure v0.13.1 |
1185 | 2024-11-18T17:29:24.923Z | Compiling cexpr v0.6.0 |
1186 | 2024-11-18T17:29:25.205Z | Compiling libm v0.2.8 |
1187 | 2024-11-18T17:29:25.557Z | Compiling dunce v1.0.5 |
1188 | 2024-11-18T17:29:25.692Z | Compiling fs_extra v1.3.0 |
1189 | 2024-11-18T17:29:26.061Z | Compiling tinyvec_macros v0.1.1 |
1190 | 2024-11-18T17:29:26.152Z | Compiling pkg-config v0.3.31 |
1191 | 2024-11-18T17:29:26.233Z | Compiling tinyvec v1.8.0 |
1192 | 2024-11-18T17:29:26.316Z | Compiling num-traits v0.2.19 |
1193 | 2024-11-18T17:29:26.821Z | Compiling ring v0.17.8 |
1194 | 2024-11-18T17:29:27.621Z | Compiling base64ct v1.6.0 |
1195 | 2024-11-18T17:29:27.651Z | Compiling writeable v0.5.5 |
1196 | 2024-11-18T17:29:27.721Z | Compiling unicode-normalization v0.1.24 |
1197 | 2024-11-18T17:29:27.936Z | Compiling paste v1.0.15 |
1198 | 2024-11-18T17:29:28.067Z | Compiling unicode-bidi v0.3.17 |
1199 | 2024-11-18T17:29:28.197Z | Compiling litemap v0.7.3 |
1200 | 2024-11-18T17:29:28.236Z | Compiling pem-rfc7468 v0.7.0 |
1201 | 2024-11-18T17:29:28.807Z | Compiling httparse v1.9.5 |
1202 | 2024-11-18T17:29:28.956Z | Compiling regex v1.11.1 |
1203 | 2024-11-18T17:29:29.464Z | Compiling aws-lc-rs v1.10.0 |
1204 | 2024-11-18T17:29:29.549Z | Compiling flagset v0.4.6 |
1205 | 2024-11-18T17:29:29.898Z | Compiling tracing-core v0.1.32 |
1206 | 2024-11-18T17:29:29.979Z | Compiling crossbeam-utils v0.8.20 |
1207 | 2024-11-18T17:29:30.620Z | Compiling rustls-pki-types v1.9.0 |
1208 | 2024-11-18T17:29:30.628Z | Compiling icu_locid_transform_data v1.5.0 |
1209 | 2024-11-18T17:29:30.728Z | Compiling percent-encoding v2.3.1 |
1210 | 2024-11-18T17:29:31.083Z | Compiling time-core v0.1.2 |
1211 | 2024-11-18T17:29:31.249Z | Compiling powerfmt v0.2.0 |
1212 | 2024-11-18T17:29:31.276Z | Compiling vcpkg v0.2.15 |
1213 | 2024-11-18T17:29:31.388Z | Compiling serde_derive v1.0.215 |
1214 | 2024-11-18T17:29:31.666Z | Compiling zeroize_derive v1.4.2 |
1215 | 2024-11-18T17:29:31.684Z | Compiling zerocopy-derive v0.7.35 |
1216 | 2024-11-18T17:29:31.723Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-11-18T17:29:33.177Z | Compiling zeroize v1.8.1 |
1218 | 2024-11-18T17:29:33.322Z | Compiling zerofrom-derive v0.1.4 |
1219 | 2024-11-18T17:29:33.398Z | Compiling yoke-derive v0.7.4 |
1220 | 2024-11-18T17:29:33.421Z | Compiling thiserror-impl v1.0.69 |
1221 | 2024-11-18T17:29:33.934Z | Compiling zerocopy v0.7.35 |
1222 | 2024-11-18T17:29:34.444Z | Compiling zerovec-derive v0.10.3 |
1223 | 2024-11-18T17:29:35.019Z | Compiling crypto-common v0.1.6 |
1224 | 2024-11-18T17:29:35.264Z | Compiling block-buffer v0.10.4 |
1225 | 2024-11-18T17:29:35.551Z | Compiling digest v0.10.7 |
1226 | 2024-11-18T17:29:35.589Z | Compiling futures-macro v0.3.31 |
1227 | 2024-11-18T17:29:36.119Z | Compiling hmac v0.12.1 |
1228 | 2024-11-18T17:29:36.352Z | Compiling block-padding v0.3.3 |
1229 | 2024-11-18T17:29:36.403Z | Compiling displaydoc v0.2.5 |
1230 | 2024-11-18T17:29:36.501Z | Compiling sha2 v0.10.8 |
1231 | 2024-11-18T17:29:36.588Z | Compiling inout v0.1.3 |
1232 | 2024-11-18T17:29:36.857Z | Compiling cipher v0.4.4 |
1233 | 2024-11-18T17:29:36.887Z | Compiling thiserror v1.0.69 |
1234 | 2024-11-18T17:29:37.025Z | Compiling ppv-lite86 v0.2.20 |
1235 | 2024-11-18T17:29:37.256Z | Compiling icu_provider_macros v1.5.0 |
1236 | 2024-11-18T17:29:37.358Z | Compiling der_derive v0.7.3 |
1237 | 2024-11-18T17:29:37.481Z | Compiling zerofrom v0.1.4 |
1238 | 2024-11-18T17:29:37.549Z | Compiling futures-util v0.3.31 |
1239 | 2024-11-18T17:29:37.716Z | Compiling yoke v0.7.4 |
1240 | 2024-11-18T17:29:37.851Z | Compiling rand_chacha v0.3.1 |
1241 | 2024-11-18T17:29:38.053Z | Compiling zerovec v0.10.4 |
1242 | 2024-11-18T17:29:38.089Z | Compiling tracing-attributes v0.1.27 |
1243 | 2024-11-18T17:29:38.385Z | Compiling rand v0.8.5 |
1244 | 2024-11-18T17:29:39.868Z | Compiling der v0.7.9 |
1245 | 2024-11-18T17:29:40.033Z | Compiling tinystr v0.7.6 |
1246 | 2024-11-18T17:29:40.229Z | Compiling icu_collections v1.5.0 |
1247 | 2024-11-18T17:29:40.326Z | Compiling salsa20 v0.10.2 |
1248 | 2024-11-18T17:29:40.456Z | Compiling icu_locid v1.5.0 |
1249 | 2024-11-18T17:29:40.549Z | Compiling pest v2.7.14 |
1250 | 2024-11-18T17:29:40.601Z | Compiling pbkdf2 v0.12.2 |
1251 | 2024-11-18T17:29:40.797Z | Compiling untrusted v0.7.1 |
1252 | 2024-11-18T17:29:40.998Z | Compiling untrusted v0.9.0 |
1253 | 2024-11-18T17:29:41.181Z | Compiling num-conv v0.1.0 |
1254 | 2024-11-18T17:29:41.484Z | Compiling mirai-annotations v1.12.0 |
1255 | 2024-11-18T17:29:41.686Z | Compiling icu_properties_data v1.5.0 |
1256 | 2024-11-18T17:29:41.787Z | Compiling icu_provider v1.5.0 |
1257 | 2024-11-18T17:29:41.948Z | Compiling spki v0.7.3 |
1258 | 2024-11-18T17:29:41.979Z | Compiling tracing v0.1.40 |
1259 | 2024-11-18T17:29:42.329Z | Compiling time-macros v0.2.18 |
1260 | 2024-11-18T17:29:42.523Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-11-18T17:29:42.977Z | Compiling scrypt v0.11.0 |
1262 | 2024-11-18T17:29:43.222Z | Compiling pest_meta v2.7.14 |
1263 | 2024-11-18T17:29:43.555Z | Compiling aes v0.8.4 |
1264 | 2024-11-18T17:29:43.675Z | Compiling icu_properties v1.5.1 |
1265 | 2024-11-18T17:29:43.727Z | Compiling cbc v0.1.2 |
1266 | 2024-11-18T17:29:43.968Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-18T17:29:45.068Z | Compiling deranged v0.3.11 |
1268 | 2024-11-18T17:29:45.161Z | Compiling bitflags v2.6.0 |
1269 | 2024-11-18T17:29:45.507Z | Compiling bytes v1.8.0 |
1270 | 2024-11-18T17:29:46.366Z | Compiling indexmap v2.6.0 |
1271 | 2024-11-18T17:29:46.693Z | Compiling tokio v1.40.0 |
1272 | 2024-11-18T17:29:46.797Z | Compiling http v1.1.0 |
1273 | 2024-11-18T17:29:47.050Z | Compiling semver v1.0.23 |
1274 | 2024-11-18T17:29:47.761Z | Compiling rustc_version v0.4.1 |
1275 | 2024-11-18T17:29:47.798Z | Compiling scroll_derive v0.12.0 |
1276 | 2024-11-18T17:29:48.562Z | Compiling utf16_iter v1.0.5 |
1277 | 2024-11-18T17:29:48.595Z | Compiling write16 v1.0.0 |
1278 | 2024-11-18T17:29:48.783Z | Compiling num_threads v0.1.7 |
1279 | 2024-11-18T17:29:48.787Z | Compiling utf8_iter v1.0.4 |
1280 | 2024-11-18T17:29:48.852Z | Compiling atomic-waker v1.1.2 |
1281 | 2024-11-18T17:29:48.961Z | Compiling icu_normalizer_data v1.5.0 |
1282 | 2024-11-18T17:29:49.000Z | Compiling time v0.3.36 |
1283 | 2024-11-18T17:29:49.026Z | Compiling http-body v1.0.1 |
1284 | 2024-11-18T17:29:49.062Z | Compiling icu_normalizer v1.5.0 |
1285 | 2024-11-18T17:29:49.232Z | Compiling scroll v0.12.0 |
1286 | 2024-11-18T17:29:49.291Z | Compiling pkcs5 v0.7.1 |
1287 | 2024-11-18T17:29:49.360Z | Compiling pest_generator v2.7.14 |
1288 | 2024-11-18T17:29:49.669Z | Compiling which v4.4.2 |
1289 | 2024-11-18T17:29:49.775Z | Compiling form_urlencoded v1.2.1 |
1290 | 2024-11-18T17:29:50.296Z | Compiling try-lock v0.2.5 |
1291 | 2024-11-18T17:29:50.449Z | Compiling slog v2.7.0 |
1292 | 2024-11-18T17:29:50.503Z | Compiling want v0.3.1 |
1293 | 2024-11-18T17:29:50.829Z | Compiling goblin v0.8.2 |
1294 | 2024-11-18T17:29:50.983Z | Compiling idna_adapter v1.2.0 |
1295 | 2024-11-18T17:29:51.080Z | Compiling pkcs8 v0.10.2 |
1296 | 2024-11-18T17:29:51.136Z | Compiling httpdate v1.0.3 |
1297 | 2024-11-18T17:29:51.211Z | Compiling idna v1.0.3 |
1298 | 2024-11-18T17:29:51.343Z | Compiling pest_derive v2.7.14 |
1299 | 2024-11-18T17:29:51.817Z | Compiling serde_spanned v0.6.8 |
1300 | 2024-11-18T17:29:52.048Z | Compiling toml_datetime v0.6.8 |
1301 | 2024-11-18T17:29:52.128Z | Compiling dtrace-parser v0.2.0 |
1302 | 2024-11-18T17:29:52.450Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-11-18T17:29:52.555Z | Compiling uuid v1.11.0 |
1304 | 2024-11-18T17:29:53.042Z | Compiling openssl v0.10.66 |
1305 | 2024-11-18T17:29:53.062Z | Compiling rustversion v1.0.17 |
1306 | 2024-11-18T17:29:53.469Z | Compiling tower-service v0.3.3 |
1307 | 2024-11-18T17:29:53.598Z | Compiling match_cfg v0.1.0 |
1308 | 2024-11-18T17:29:53.700Z | Compiling base64 v0.22.1 |
1309 | 2024-11-18T17:29:53.749Z | Compiling iana-time-zone v0.1.61 |
1310 | 2024-11-18T17:29:53.993Z | Compiling adler2 v2.0.0 |
1311 | 2024-11-18T17:29:54.194Z | Compiling foreign-types-shared v0.1.1 |
1312 | 2024-11-18T17:29:54.215Z | Compiling miniz_oxide v0.8.0 |
1313 | 2024-11-18T17:29:54.235Z | Compiling chrono v0.4.38 |
1314 | 2024-11-18T17:29:54.302Z | Compiling foreign-types v0.3.2 |
1315 | 2024-11-18T17:29:54.392Z | Compiling hostname v0.3.1 |
1316 | 2024-11-18T17:29:54.524Z | Compiling url v2.5.3 |
1317 | 2024-11-18T17:29:54.643Z | Compiling async-trait v0.1.83 |
1318 | 2024-11-18T17:29:55.755Z | Compiling tokio-util v0.7.12 |
1319 | 2024-11-18T17:29:55.851Z | Compiling openssl-macros v0.1.1 |
1320 | 2024-11-18T17:29:56.503Z | Compiling dof v0.3.0 |
1321 | 2024-11-18T17:29:56.609Z | Compiling dirs-sys-next v0.1.2 |
1322 | 2024-11-18T17:29:57.218Z | Compiling h2 v0.4.6 |
1323 | 2024-11-18T17:29:57.268Z | Compiling usdt-impl v0.5.0 |
1324 | 2024-11-18T17:29:57.418Z | Compiling rustls v0.22.4 |
1325 | 2024-11-18T17:29:57.675Z | Compiling siphasher v0.3.11 |
1326 | 2024-11-18T17:29:58.027Z | Compiling rustls v0.23.14 |
1327 | 2024-11-18T17:29:58.053Z | Compiling native-tls v0.2.12 |
1328 | 2024-11-18T17:29:58.289Z | Compiling data-encoding v2.6.0 |
1329 | 2024-11-18T17:29:58.378Z | Compiling syn v1.0.109 |
1330 | 2024-11-18T17:29:58.713Z | Compiling dirs-next v2.0.0 |
1331 | 2024-11-18T17:29:59.098Z | Compiling http-body-util v0.1.2 |
1332 | 2024-11-18T17:29:59.636Z | Compiling crossbeam-epoch v0.9.18 |
1333 | 2024-11-18T17:30:00.306Z | Compiling heapless v0.7.17 |
1334 | 2024-11-18T17:30:00.421Z | Compiling signature v2.2.0 |
1335 | 2024-11-18T17:30:00.689Z | Compiling sha1 v0.10.6 |
1336 | 2024-11-18T17:30:00.739Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1337 | 2024-11-18T17:30:00.788Z | Compiling serde_derive_internals v0.29.1 |
1338 | 2024-11-18T17:30:01.091Z | Compiling thread_local v1.1.8 |
1339 | 2024-11-18T17:30:01.121Z | Compiling multer v3.1.0 |
1340 | 2024-11-18T17:30:01.220Z | Compiling cookie v0.18.1 |
1341 | 2024-11-18T17:30:01.409Z | Compiling encoding_rs v0.8.34 |
1342 | 2024-11-18T17:30:01.495Z | Compiling schemars v0.8.21 |
1343 | 2024-11-18T17:30:01.651Z | Compiling gimli v0.31.1 |
1344 | 2024-11-18T17:30:01.846Z | Compiling mime v0.3.17 |
1345 | 2024-11-18T17:30:02.233Z | Compiling slog-async v2.8.0 |
1346 | 2024-11-18T17:30:02.484Z | Compiling rayon-core v1.12.1 |
1347 | 2024-11-18T17:30:02.763Z | Compiling ipnet v2.10.1 |
1348 | 2024-11-18T17:30:02.778Z | Compiling openssl-probe v0.1.5 |
1349 | 2024-11-18T17:30:03.158Z | Compiling signal-hook v0.3.17 |
1350 | 2024-11-18T17:30:03.419Z | Compiling unicode-properties v0.1.3 |
1351 | 2024-11-18T17:30:03.538Z | Compiling schemars_derive v0.8.21 |
1352 | 2024-11-18T17:30:03.807Z | Compiling stringprep v0.1.5 |
1353 | 2024-11-18T17:30:04.023Z | Compiling hyper v1.5.0 |
1354 | 2024-11-18T17:30:05.856Z | Compiling toml_edit v0.22.22 |
1355 | 2024-11-18T17:30:06.056Z | Compiling addr2line v0.24.2 |
1356 | 2024-11-18T17:30:06.774Z | Compiling hyper-util v0.1.10 |
1357 | 2024-11-18T17:30:06.935Z | Compiling usdt-macro v0.5.0 |
1358 | 2024-11-18T17:30:07.484Z | Compiling usdt-attr-macro v0.5.0 |
1359 | 2024-11-18T17:30:07.783Z | Compiling crossbeam-deque v0.8.5 |
1360 | 2024-11-18T17:30:08.173Z | Compiling term v0.7.0 |
1361 | 2024-11-18T17:30:08.294Z | Compiling slog-json v2.6.1 |
1362 | 2024-11-18T17:30:08.400Z | Compiling serde_urlencoded v0.7.1 |
1363 | 2024-11-18T17:30:08.653Z | Compiling crossbeam-channel v0.5.13 |
1364 | 2024-11-18T17:30:08.952Z | Compiling curve25519-dalek v4.1.3 |
1365 | 2024-11-18T17:30:09.066Z | Compiling futures-executor v0.3.31 |
1366 | 2024-11-18T17:30:09.561Z | Compiling md-5 v0.10.6 |
1367 | 2024-11-18T17:30:09.618Z | Compiling enum-as-inner v0.6.1 |
1368 | 2024-11-18T17:30:09.637Z | Compiling async-stream-impl v0.3.6 |
1369 | 2024-11-18T17:30:09.768Z | Compiling rustls-pemfile v2.2.0 |
1370 | 2024-11-18T17:30:09.819Z | Compiling num-integer v0.1.46 |
1371 | 2024-11-18T17:30:09.851Z | Compiling idna v0.3.0 |
1372 | 2024-11-18T17:30:10.081Z | Compiling idna v0.4.0 |
1373 | 2024-11-18T17:30:10.623Z | Compiling hash32 v0.2.1 |
1374 | 2024-11-18T17:30:10.754Z | Compiling ff v0.13.0 |
1375 | 2024-11-18T17:30:10.987Z | Compiling is-terminal v0.4.13 |
1376 | 2024-11-18T17:30:11.022Z | Compiling object v0.36.5 |
1377 | 2024-11-18T17:30:11.097Z | Compiling dropshot v0.12.0 |
1378 | 2024-11-18T17:30:11.125Z | Compiling rustc-demangle v0.1.24 |
1379 | 2024-11-18T17:30:11.380Z | Compiling portable-atomic v1.9.0 |
1380 | 2024-11-18T17:30:11.583Z | Compiling quick-error v1.2.3 |
1381 | 2024-11-18T17:30:11.735Z | Compiling dyn-clone v1.0.17 |
1382 | 2024-11-18T17:30:11.756Z | Compiling utf-8 v0.7.6 |
1383 | 2024-11-18T17:30:11.962Z | Compiling base16ct v0.2.0 |
1384 | 2024-11-18T17:30:12.087Z | Compiling fallible-iterator v0.2.0 |
1385 | 2024-11-18T17:30:12.121Z | Compiling smoltcp v0.9.1 |
1386 | 2024-11-18T17:30:12.291Z | Compiling linked-hash-map v0.5.6 |
1387 | 2024-11-18T17:30:12.407Z | Compiling take_mut v0.2.2 |
1388 | 2024-11-18T17:30:12.572Z | Compiling psl-types v2.0.11 |
1389 | 2024-11-18T17:30:12.660Z | Compiling num-bigint-dig v0.8.4 |
1390 | 2024-11-18T17:30:12.760Z | Compiling anyhow v1.0.93 |
1391 | 2024-11-18T17:30:12.825Z | Compiling postgres-protocol v0.6.7 |
1392 | 2024-11-18T17:30:12.870Z | Compiling publicsuffix v2.2.3 |
1393 | 2024-11-18T17:30:12.967Z | Compiling lru-cache v0.1.2 |
1394 | 2024-11-18T17:30:13.230Z | Compiling sec1 v0.7.3 |
1395 | 2024-11-18T17:30:13.761Z | Compiling tungstenite v0.24.0 |
1396 | 2024-11-18T17:30:14.132Z | Compiling resolv-conf v0.7.0 |
1397 | 2024-11-18T17:30:14.280Z | Compiling slog-term v2.9.1 |
1398 | 2024-11-18T17:30:14.301Z | Compiling async-stream v0.3.6 |
1399 | 2024-11-18T17:30:14.584Z | Compiling usdt v0.5.0 |
1400 | 2024-11-18T17:30:14.978Z | Compiling hickory-proto v0.24.1 |
1401 | 2024-11-18T17:30:15.106Z | Compiling group v0.13.0 |
1402 | 2024-11-18T17:30:15.539Z | Compiling num-iter v0.1.45 |
1403 | 2024-11-18T17:30:15.862Z | Compiling futures v0.3.31 |
1404 | 2024-11-18T17:30:15.982Z | Compiling toml v0.8.19 |
1405 | 2024-11-18T17:30:16.124Z | Compiling slog-bunyan v2.5.0 |
1406 | 2024-11-18T17:30:17.751Z | Compiling camino v1.1.9 |
1407 | 2024-11-18T17:30:17.802Z | Compiling tokio-native-tls v0.3.1 |
1408 | 2024-11-18T17:30:18.311Z | Compiling backtrace v0.3.74 |
1409 | 2024-11-18T17:30:18.698Z | Compiling phf_shared v0.11.2 |
1410 | 2024-11-18T17:30:18.811Z | Compiling dropshot_endpoint v0.12.0 |
1411 | 2024-11-18T17:30:19.086Z | Compiling terminal_size v0.4.0 |
1412 | 2024-11-18T17:30:19.107Z | Compiling waitgroup v0.1.2 |
1413 | 2024-11-18T17:30:19.126Z | Compiling openapiv3 v2.0.0 |
1414 | 2024-11-18T17:30:19.306Z | Compiling serde_path_to_error v0.1.16 |
1415 | 2024-11-18T17:30:19.328Z | Compiling hkdf v0.12.4 |
1416 | 2024-11-18T17:30:19.594Z | Compiling crypto-bigint v0.5.5 |
1417 | 2024-11-18T17:30:20.143Z | Compiling curve25519-dalek-derive v0.1.1 |
1418 | 2024-11-18T17:30:21.760Z | Compiling zerocopy-derive v0.6.6 |
1419 | 2024-11-18T17:30:22.006Z | Compiling webpki-roots v0.26.6 |
1420 | 2024-11-18T17:30:22.214Z | Compiling idna v0.5.0 |
1421 | 2024-11-18T17:30:22.403Z | Compiling hubpack_derive v0.1.1 |
1422 | 2024-11-18T17:30:23.299Z | Compiling hostname v0.4.0 |
1423 | 2024-11-18T17:30:23.568Z | Compiling ahash v0.8.11 |
1424 | 2024-11-18T17:30:23.568Z | Compiling fs-err v2.11.0 |
1425 | 2024-11-18T17:30:23.629Z | Compiling crc32fast v1.4.2 |
1426 | 2024-11-18T17:30:23.856Z | Compiling debug-ignore v1.0.5 |
1427 | 2024-11-18T17:30:23.891Z | Compiling bitflags v1.3.2 |
1428 | 2024-11-18T17:30:23.912Z | Compiling winnow v0.5.40 |
1429 | 2024-11-18T17:30:23.966Z | Compiling managed v0.8.0 |
1430 | 2024-11-18T17:30:23.997Z | Compiling clap_builder v4.5.21 |
1431 | 2024-11-18T17:30:24.019Z | Compiling zerocopy v0.6.6 |
1432 | 2024-11-18T17:30:24.088Z | Compiling console v0.15.8 |
1433 | 2024-11-18T17:30:24.901Z | Compiling strum_macros v0.25.3 |
1434 | 2024-11-18T17:30:25.690Z | Compiling flate2 v1.0.34 |
1435 | 2024-11-18T17:30:25.723Z | Compiling hubpack v0.1.2 |
1436 | 2024-11-18T17:30:25.769Z | Compiling cookie_store v0.21.0 |
1437 | 2024-11-18T17:30:26.196Z | Compiling elliptic-curve v0.13.8 |
1438 | 2024-11-18T17:30:26.690Z | Compiling hickory-resolver v0.24.1 |
1439 | 2024-11-18T17:30:27.394Z | Compiling toml_edit v0.19.15 |
1440 | 2024-11-18T17:30:27.783Z | Compiling phf v0.11.2 |
1441 | 2024-11-18T17:30:27.905Z | Compiling signal-hook-mio v0.2.4 |
1442 | 2024-11-18T17:30:28.075Z | Compiling hyper-tls v0.6.0 |
1443 | 2024-11-18T17:30:28.096Z | Compiling rayon v1.10.0 |
1444 | 2024-11-18T17:30:28.480Z | Compiling bzip2 v0.4.4 |
1445 | 2024-11-18T17:30:29.144Z | Compiling tokio-tungstenite v0.24.0 |
1446 | 2024-11-18T17:30:29.683Z | Compiling postgres-types v0.2.8 |
1447 | 2024-11-18T17:30:32.648Z | Compiling ed25519 v2.2.3 |
1448 | 2024-11-18T17:30:33.022Z | Compiling phf_shared v0.10.0 |
1449 | 2024-11-18T17:30:33.436Z | Compiling tokio-stream v0.1.16 |
1450 | 2024-11-18T17:30:33.490Z | Compiling pkcs1 v0.7.5 |
1451 | 2024-11-18T17:30:33.570Z | Compiling serde-big-array v0.5.1 |
1452 | 2024-11-18T17:30:33.795Z | Compiling rfc6979 v0.4.0 |
1453 | 2024-11-18T17:30:33.982Z | Compiling serde_repr v0.1.19 |
1454 | 2024-11-18T17:30:34.516Z | Compiling derive-where v1.2.7 |
1455 | 2024-11-18T17:30:34.538Z | Compiling clap_derive v4.5.18 |
1456 | 2024-11-18T17:30:34.557Z | Compiling float-cmp v0.9.0 |
1457 | 2024-11-18T17:30:34.631Z | Compiling bstr v1.10.0 |
1458 | 2024-11-18T17:30:34.774Z | Compiling sync_wrapper v1.0.1 |
1459 | 2024-11-18T17:30:34.932Z | Compiling unicode-segmentation v1.12.0 |
1460 | 2024-11-18T17:30:35.163Z | Compiling difflib v0.4.0 |
1461 | 2024-11-18T17:30:35.403Z | Compiling predicates-core v1.0.8 |
1462 | 2024-11-18T17:30:35.897Z | Compiling number_prefix v0.4.0 |
1463 | 2024-11-18T17:30:35.906Z | Compiling static_assertions v1.1.0 |
1464 | 2024-11-18T17:30:35.952Z | Compiling normalize-line-endings v0.3.0 |
1465 | 2024-11-18T17:30:36.036Z | Compiling precomputed-hash v0.1.1 |
1466 | 2024-11-18T17:30:36.086Z | Compiling bit-vec v0.6.3 |
1467 | 2024-11-18T17:30:36.161Z | Compiling fixedbitset v0.4.2 |
1468 | 2024-11-18T17:30:36.509Z | Compiling whoami v1.5.2 |
1469 | 2024-11-18T17:30:36.556Z | Compiling unicode-width v0.2.0 |
1470 | 2024-11-18T17:30:36.621Z | Compiling new_debug_unreachable v1.0.6 |
1471 | 2024-11-18T17:30:36.723Z | Compiling string_cache v0.8.7 |
1472 | 2024-11-18T17:30:36.829Z | Compiling tokio-postgres v0.7.12 |
1473 | 2024-11-18T17:30:37.089Z | Compiling indicatif v0.17.9 |
1474 | 2024-11-18T17:30:37.150Z | Compiling petgraph v0.6.5 |
1475 | 2024-11-18T17:30:37.209Z | Compiling bit-set v0.5.3 |
1476 | 2024-11-18T17:30:37.510Z | Compiling predicates v3.1.2 |
1477 | 2024-11-18T17:30:38.145Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1478 | 2024-11-18T17:30:39.268Z | Compiling similar v2.6.0 |
1479 | 2024-11-18T17:30:39.346Z | Compiling ecdsa v0.16.9 |
1480 | 2024-11-18T17:30:39.623Z | Compiling clap v4.5.21 |
1481 | 2024-11-18T17:30:39.756Z | Compiling rsa v0.9.6 |
1482 | 2024-11-18T17:30:40.185Z | Compiling ed25519-dalek v2.1.1 |
1483 | 2024-11-18T17:30:41.300Z | Compiling toml v0.7.8 |
1484 | 2024-11-18T17:30:41.553Z | Compiling zip v0.6.6 |
1485 | 2024-11-18T17:30:41.758Z | Compiling crossterm v0.28.1 |
1486 | 2024-11-18T17:30:43.046Z | Compiling hex v0.4.3 |
1487 | 2024-11-18T17:30:43.406Z | Compiling x509-cert v0.2.5 |
1488 | 2024-11-18T17:30:43.501Z | Compiling itertools v0.10.5 |
1489 | 2024-11-18T17:30:43.626Z | Compiling lalrpop-util v0.19.12 |
1490 | 2024-11-18T17:30:43.649Z | Compiling peg-runtime v0.8.3 |
1491 | 2024-11-18T17:30:43.979Z | Compiling unicode-xid v0.2.6 |
1492 | 2024-11-18T17:30:44.160Z | Compiling strum_macros v0.26.4 |
1493 | 2024-11-18T17:30:44.311Z | Compiling xattr v1.3.1 |
1494 | 2024-11-18T17:30:44.586Z | Compiling filetime v0.2.25 |
1495 | 2024-11-18T17:30:44.918Z | Compiling tar v0.4.42 |
1496 | 2024-11-18T17:30:49.155Z | Compiling strum v0.26.3 |
1497 | 2024-11-18T17:30:51.948Z | Compiling aws-lc-sys v0.22.0 |
1498 | 2024-11-18T17:31:19.792Z | Compiling rustls-webpki v0.102.8 |
1499 | 2024-11-18T17:31:23.176Z | Compiling tokio-rustls v0.25.0 |
1500 | 2024-11-18T17:31:24.746Z | Compiling tokio-rustls v0.26.0 |
1501 | 2024-11-18T17:31:25.132Z | Compiling hyper-rustls v0.27.3 |
1502 | 2024-11-18T17:31:25.492Z | Compiling reqwest v0.12.9 |
1503 | 2024-11-18T17:31:26.855Z | Compiling qorb v0.2.0 |
1504 | 2024-11-18T17:31:31.363Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1505 | 2024-11-18T17:31:31.593Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1506 | 2024-11-18T17:31:37.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1507 | 2024-11-18T17:31:37.499Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1508 | 2024-11-18T17:31:37.548Z | Nov 18 17:31:36.828 INFO Starting download, target: Clickhouse |
1509 | 2024-11-18T17:31:37.548Z | Nov 18 17:31:36.828 INFO Starting download, target: Console |
1510 | 2024-11-18T17:31:37.548Z | Nov 18 17:31:36.828 INFO Starting download, target: Cockroach |
1511 | 2024-11-18T17:31:37.548Z | Nov 18 17:31:36.828 INFO Starting download, target: DendriteOpenapi |
1512 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.828 INFO Starting download, target: DendriteStub |
1513 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.828 INFO Starting download, target: MaghemiteMgd |
1514 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.828 INFO Starting download, target: TransceiverControl |
1515 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1516 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1517 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1518 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1519 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1520 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1521 | 2024-11-18T17:31:37.551Z | Nov 18 17:31:36.829 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1522 | 2024-11-18T17:31:37.676Z | Nov 18 17:31:36.955 INFO Download complete, target: DendriteOpenapi |
1523 | 2024-11-18T17:31:38.014Z | Nov 18 17:31:37.207 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1524 | 2024-11-18T17:31:38.086Z | Nov 18 17:31:37.364 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1525 | 2024-11-18T17:31:38.489Z | Nov 18 17:31:37.664 INFO Download complete, target: Console |
1526 | 2024-11-18T17:31:38.701Z | Nov 18 17:31:37.814 INFO Download complete, target: TransceiverControl |
1527 | 2024-11-18T17:31:38.824Z | Nov 18 17:31:38.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1528 | 2024-11-18T17:31:39.106Z | Nov 18 17:31:38.350 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1529 | 2024-11-18T17:31:39.486Z | Nov 18 17:31:38.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1530 | 2024-11-18T17:31:39.806Z | Nov 18 17:31:39.081 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1531 | 2024-11-18T17:31:39.806Z | Nov 18 17:31:39.082 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1532 | 2024-11-18T17:31:41.442Z | Nov 18 17:31:40.720 INFO Download complete, target: MaghemiteMgd |
1533 | 2024-11-18T17:31:41.615Z | Nov 18 17:31:40.894 INFO Download complete, target: DendriteStub |
1534 | 2024-11-18T17:31:46.911Z | Nov 18 17:31:46.187 INFO Checking that binary works, target: Cockroach |
1535 | 2024-11-18T17:31:47.062Z | Nov 18 17:31:46.339 INFO Download complete, target: Cockroach |
1536 | 2024-11-18T17:31:51.445Z | Nov 18 17:31:50.720 INFO Checking that binary works, target: Clickhouse |
1537 | 2024-11-18T17:31:51.614Z | Nov 18 17:31:50.888 INFO Download complete, target: Clickhouse |
1538 | 2024-11-18T17:31:51.621Z | All prerequisites installed successfully |
1539 | 2024-11-18T17:31:51.623Z | |
1540 | 2024-11-18T17:31:51.623Z | real 4:51.568113176 |
1541 | 2024-11-18T17:31:51.623Z | user 16:19.969143081 |
1542 | 2024-11-18T17:31:51.623Z | sys 3:13.942780493 |
1543 | 2024-11-18T17:31:51.623Z | trap 0.534844077 |
1544 | 2024-11-18T17:31:51.623Z | tflt 1.529734260 |
1545 | 2024-11-18T17:31:51.624Z | dflt 2.042014369 |
1546 | 2024-11-18T17:31:51.624Z | kflt 0.027775679 |
1547 | 2024-11-18T17:31:51.624Z | lock 29:34.507536083 |
1548 | 2024-11-18T17:31:51.624Z | slp 1:01:07.082769020 |
1549 | 2024-11-18T17:31:51.624Z | lat 57.583202545 |
1550 | 2024-11-18T17:31:51.624Z | stop 2:17.877153886 |
1551 | 2024-11-18T17:31:51.624Z | + ptime -m cargo xtask download softnpu |
1552 | 2024-11-18T17:31:52.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1553 | 2024-11-18T17:31:52.139Z | Running `target/debug/xtask download softnpu` |
1554 | 2024-11-18T17:31:52.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1555 | 2024-11-18T17:31:52.989Z | Running `target/debug/xtask-downloader softnpu` |
1556 | 2024-11-18T17:31:53.026Z | Nov 18 17:31:52.300 INFO Starting download, target: Softnpu |
1557 | 2024-11-18T17:31:53.029Z | Nov 18 17:31:52.301 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1558 | 2024-11-18T17:31:53.871Z | Nov 18 17:31:53.145 INFO Download complete, target: Softnpu |
1559 | 2024-11-18T17:31:53.874Z | |
1560 | 2024-11-18T17:31:53.877Z | real 2.246156200 |
1561 | 2024-11-18T17:31:53.877Z | user 1.233131743 |
1562 | 2024-11-18T17:31:53.877Z | sys 0.516985938 |
1563 | 2024-11-18T17:31:53.877Z | trap 0.000270046 |
1564 | 2024-11-18T17:31:53.877Z | tflt 0.000024180 |
1565 | 2024-11-18T17:31:53.877Z | dflt 0.000000000 |
1566 | 2024-11-18T17:31:53.877Z | kflt 0.000000000 |
1567 | 2024-11-18T17:31:53.877Z | lock 8.823695655 |
1568 | 2024-11-18T17:31:53.877Z | slp 0.659532607 |
1569 | 2024-11-18T17:31:53.877Z | lat 0.067275140 |
1570 | 2024-11-18T17:31:53.877Z | stop 0.000154000 |
1571 | 2024-11-18T17:31:53.877Z | + export CARGO_INCREMENTAL=0 |
1572 | 2024-11-18T17:31:53.877Z | + CARGO_INCREMENTAL=0 |
1573 | 2024-11-18T17:31:53.877Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1574 | 2024-11-18T17:31:54.857Z | Compiling proc-macro2 v1.0.89 |
1575 | 2024-11-18T17:31:54.857Z | Compiling unicode-ident v1.0.13 |
1576 | 2024-11-18T17:31:54.859Z | Compiling libc v0.2.162 |
1577 | 2024-11-18T17:31:54.859Z | Compiling serde v1.0.215 |
1578 | 2024-11-18T17:31:54.859Z | Compiling autocfg v1.4.0 |
1579 | 2024-11-18T17:31:54.859Z | Compiling version_check v0.9.5 |
1580 | 2024-11-18T17:31:54.859Z | Compiling cfg-if v1.0.0 |
1581 | 2024-11-18T17:31:55.116Z | Compiling memchr v2.7.4 |
1582 | 2024-11-18T17:31:55.133Z | Compiling typenum v1.17.0 |
1583 | 2024-11-18T17:31:55.232Z | Compiling shlex v1.3.0 |
1584 | 2024-11-18T17:31:55.528Z | Compiling value-bag v1.9.0 |
1585 | 2024-11-18T17:31:55.566Z | Compiling scopeguard v1.2.0 |
1586 | 2024-11-18T17:31:55.585Z | Compiling generic-array v0.14.7 |
1587 | 2024-11-18T17:31:55.882Z | Compiling lock_api v0.4.12 |
1588 | 2024-11-18T17:31:56.005Z | Compiling log v0.4.22 |
1589 | 2024-11-18T17:31:56.071Z | Compiling parking_lot_core v0.9.10 |
1590 | 2024-11-18T17:31:56.466Z | Compiling once_cell v1.20.2 |
1591 | 2024-11-18T17:31:56.481Z | Compiling serde_json v1.0.132 |
1592 | 2024-11-18T17:31:56.753Z | Compiling quote v1.0.37 |
1593 | 2024-11-18T17:31:56.807Z | Compiling rustix v0.38.37 |
1594 | 2024-11-18T17:31:56.824Z | Compiling libm v0.2.8 |
1595 | 2024-11-18T17:31:56.856Z | Compiling jobserver v0.1.32 |
1596 | 2024-11-18T17:31:57.098Z | Compiling getrandom v0.2.15 |
1597 | 2024-11-18T17:31:57.141Z | Compiling syn v2.0.87 |
1598 | 2024-11-18T17:31:57.256Z | Compiling cc v1.1.30 |
1599 | 2024-11-18T17:31:57.425Z | Compiling thiserror v1.0.69 |
1600 | 2024-11-18T17:31:57.453Z | Compiling num-traits v0.2.19 |
1601 | 2024-11-18T17:31:57.608Z | Compiling itoa v1.0.11 |
1602 | 2024-11-18T17:31:57.619Z | Compiling spin v0.9.8 |
1603 | 2024-11-18T17:31:57.671Z | Compiling aho-corasick v1.1.3 |
1604 | 2024-11-18T17:31:57.728Z | Compiling regex-syntax v0.8.5 |
1605 | 2024-11-18T17:31:57.914Z | Compiling slab v0.4.9 |
1606 | 2024-11-18T17:31:58.206Z | Compiling byteorder v1.5.0 |
1607 | 2024-11-18T17:31:58.339Z | Compiling errno v0.3.9 |
1608 | 2024-11-18T17:31:58.558Z | Compiling rand_core v0.6.4 |
1609 | 2024-11-18T17:31:58.599Z | Compiling either v1.13.0 |
1610 | 2024-11-18T17:31:58.681Z | Compiling lazy_static v1.5.0 |
1611 | 2024-11-18T17:31:58.930Z | Compiling glob v0.3.1 |
1612 | 2024-11-18T17:31:59.404Z | Compiling prettyplease v0.2.25 |
1613 | 2024-11-18T17:31:59.745Z | Compiling clang-sys v1.8.1 |
1614 | 2024-11-18T17:32:00.051Z | Compiling minimal-lexical v0.2.1 |
1615 | 2024-11-18T17:32:00.079Z | Compiling libloading v0.8.5 |
1616 | 2024-11-18T17:32:00.385Z | Compiling bindgen v0.69.5 |
1617 | 2024-11-18T17:32:00.449Z | Compiling nom v7.1.3 |
1618 | 2024-11-18T17:32:00.494Z | Compiling subtle v2.6.1 |
1619 | 2024-11-18T17:32:00.782Z | Compiling allocator-api2 v0.2.18 |
1620 | 2024-11-18T17:32:00.800Z | Compiling home v0.5.9 |
1621 | 2024-11-18T17:32:01.040Z | Compiling itertools v0.12.1 |
1622 | 2024-11-18T17:32:01.132Z | Compiling lazycell v1.3.0 |
1623 | 2024-11-18T17:32:01.303Z | Compiling regex-automata v0.4.8 |
1624 | 2024-11-18T17:32:01.558Z | Compiling smallvec v1.13.2 |
1625 | 2024-11-18T17:32:01.936Z | Compiling semver v1.0.23 |
1626 | 2024-11-18T17:32:02.027Z | Compiling rustc-hash v1.1.0 |
1627 | 2024-11-18T17:32:02.178Z | Compiling cmake v0.1.51 |
1628 | 2024-11-18T17:32:02.565Z | Compiling fs_extra v1.3.0 |
1629 | 2024-11-18T17:32:03.015Z | Compiling dunce v1.0.5 |
1630 | 2024-11-18T17:32:03.683Z | Compiling pkg-config v0.3.31 |
1631 | 2024-11-18T17:32:03.935Z | Compiling cexpr v0.6.0 |
1632 | 2024-11-18T17:32:03.982Z | Compiling ring v0.17.8 |
1633 | 2024-11-18T17:32:04.149Z | Compiling ryu v1.0.18 |
1634 | 2024-11-18T17:32:04.454Z | Compiling pin-project-lite v0.2.14 |
1635 | 2024-11-18T17:32:04.531Z | Compiling const-oid v0.9.6 |
1636 | 2024-11-18T17:32:04.588Z | Compiling paste v1.0.15 |
1637 | 2024-11-18T17:32:04.908Z | Compiling synstructure v0.13.1 |
1638 | 2024-11-18T17:32:05.578Z | Compiling aws-lc-rs v1.10.0 |
1639 | 2024-11-18T17:32:05.604Z | Compiling equivalent v1.0.1 |
1640 | 2024-11-18T17:32:05.727Z | Compiling httparse v1.9.5 |
1641 | 2024-11-18T17:32:05.984Z | Compiling foldhash v0.1.3 |
1642 | 2024-11-18T17:32:06.264Z | Compiling hashbrown v0.15.0 |
1643 | 2024-11-18T17:32:06.391Z | Compiling heck v0.5.0 |
1644 | 2024-11-18T17:32:06.832Z | Compiling regex v1.11.1 |
1645 | 2024-11-18T17:32:07.040Z | Compiling schemars v0.8.21 |
1646 | 2024-11-18T17:32:07.385Z | Compiling serde_derive_internals v0.29.1 |
1647 | 2024-11-18T17:32:07.586Z | Compiling signal-hook-registry v1.4.2 |
1648 | 2024-11-18T17:32:07.669Z | Compiling parking_lot v0.12.3 |
1649 | 2024-11-18T17:32:07.867Z | Compiling mio v1.0.2 |
1650 | 2024-11-18T17:32:09.639Z | Compiling stable_deref_trait v1.2.0 |
1651 | 2024-11-18T17:32:09.721Z | Compiling crossbeam-utils v0.8.20 |
1652 | 2024-11-18T17:32:09.755Z | Compiling socket2 v0.5.7 |
1653 | 2024-11-18T17:32:09.772Z | Compiling time-core v0.1.2 |
1654 | 2024-11-18T17:32:09.944Z | Compiling num-conv v0.1.0 |
1655 | 2024-11-18T17:32:10.232Z | Compiling futures-core v0.3.31 |
1656 | 2024-11-18T17:32:10.250Z | Compiling serde_derive v1.0.215 |
1657 | 2024-11-18T17:32:10.424Z | Compiling zeroize_derive v1.4.2 |
1658 | 2024-11-18T17:32:10.476Z | Compiling zerocopy-derive v0.7.35 |
1659 | 2024-11-18T17:32:11.155Z | Compiling thiserror-impl v1.0.69 |
1660 | 2024-11-18T17:32:11.402Z | Compiling tokio-macros v2.4.0 |
1661 | 2024-11-18T17:32:11.785Z | Compiling zerofrom-derive v0.1.4 |
1662 | 2024-11-18T17:32:11.854Z | Compiling zeroize v1.8.1 |
1663 | 2024-11-18T17:32:12.229Z | Compiling yoke-derive v0.7.4 |
1664 | 2024-11-18T17:32:12.410Z | Compiling futures-macro v0.3.31 |
1665 | 2024-11-18T17:32:12.648Z | Compiling zerovec-derive v0.10.3 |
1666 | 2024-11-18T17:32:12.852Z | Compiling zerocopy v0.7.35 |
1667 | 2024-11-18T17:32:13.957Z | Compiling displaydoc v0.2.5 |
1668 | 2024-11-18T17:32:14.299Z | Compiling crypto-common v0.1.6 |
1669 | 2024-11-18T17:32:14.493Z | Compiling tracing-attributes v0.1.27 |
1670 | 2024-11-18T17:32:14.545Z | Compiling icu_provider_macros v1.5.0 |
1671 | 2024-11-18T17:32:14.795Z | Compiling block-buffer v0.10.4 |
1672 | 2024-11-18T17:32:15.044Z | Compiling digest v0.10.7 |
1673 | 2024-11-18T17:32:15.203Z | Compiling schemars_derive v0.8.21 |
1674 | 2024-11-18T17:32:15.464Z | Compiling der_derive v0.7.3 |
1675 | 2024-11-18T17:32:15.561Z | Compiling time-macros v0.2.18 |
1676 | 2024-11-18T17:32:15.784Z | Compiling fnv v1.0.7 |
1677 | 2024-11-18T17:32:15.981Z | Compiling vcpkg v0.2.15 |
1678 | 2024-11-18T17:32:17.621Z | Compiling openssl-sys v0.9.103 |
1679 | 2024-11-18T17:32:18.380Z | Compiling cpufeatures v0.2.14 |
1680 | 2024-11-18T17:32:18.474Z | Compiling futures-sink v0.3.31 |
1681 | 2024-11-18T17:32:18.673Z | Compiling slog v2.7.0 |
1682 | 2024-11-18T17:32:18.785Z | Compiling ahash v0.8.11 |
1683 | 2024-11-18T17:32:18.800Z | Compiling syn v1.0.109 |
1684 | 2024-11-18T17:32:19.267Z | Compiling zerofrom v0.1.4 |
1685 | 2024-11-18T17:32:19.524Z | Compiling scroll_derive v0.12.0 |
1686 | 2024-11-18T17:32:19.574Z | Compiling ucd-trie v0.1.7 |
1687 | 2024-11-18T17:32:19.690Z | Compiling iana-time-zone v0.1.61 |
1688 | 2024-11-18T17:32:19.989Z | Compiling pest v2.7.14 |
1689 | 2024-11-18T17:32:20.066Z | Compiling yoke v0.7.4 |
1690 | 2024-11-18T17:32:20.426Z | Compiling futures-channel v0.3.31 |
1691 | 2024-11-18T17:32:20.837Z | Compiling hmac v0.12.1 |
1692 | 2024-11-18T17:32:20.940Z | Compiling futures-task v0.3.31 |
1693 | 2024-11-18T17:32:21.064Z | Compiling openssl v0.10.66 |
1694 | 2024-11-18T17:32:21.093Z | Compiling futures-io v0.3.31 |
1695 | 2024-11-18T17:32:21.229Z | Compiling pin-utils v0.1.0 |
1696 | 2024-11-18T17:32:21.529Z | Compiling futures-util v0.3.31 |
1697 | 2024-11-18T17:32:21.722Z | Compiling zerovec v0.10.4 |
1698 | 2024-11-18T17:32:21.838Z | Compiling block-padding v0.3.3 |
1699 | 2024-11-18T17:32:22.210Z | Compiling tinyvec_macros v0.1.1 |
1700 | 2024-11-18T17:32:22.674Z | Compiling pest_meta v2.7.14 |
1701 | 2024-11-18T17:32:22.826Z | Compiling tinyvec v1.8.0 |
1702 | 2024-11-18T17:32:23.761Z | Compiling bitflags v2.6.0 |
1703 | 2024-11-18T17:32:23.784Z | Compiling bytes v1.8.0 |
1704 | 2024-11-18T17:32:25.070Z | Compiling indexmap v2.6.0 |
1705 | 2024-11-18T17:32:26.558Z | Compiling tokio v1.40.0 |
1706 | 2024-11-18T17:32:26.748Z | Compiling serde_tokenstream v0.2.2 |
1707 | 2024-11-18T17:32:27.749Z | Compiling http v1.1.0 |
1708 | 2024-11-18T17:32:27.897Z | Compiling uuid v1.11.0 |
1709 | 2024-11-18T17:32:28.282Z | Compiling which v4.4.2 |
1710 | 2024-11-18T17:32:29.124Z | Compiling rustc_version v0.4.1 |
1711 | 2024-11-18T17:32:29.394Z | Compiling chrono v0.4.38 |
1712 | 2024-11-18T17:32:31.853Z | Compiling pest_generator v2.7.14 |
1713 | 2024-11-18T17:32:32.141Z | Compiling serde_spanned v0.6.8 |
1714 | 2024-11-18T17:32:32.367Z | Compiling toml_datetime v0.6.8 |
1715 | 2024-11-18T17:32:32.836Z | Compiling inout v0.1.3 |
1716 | 2024-11-18T17:32:33.612Z | Compiling openssl-macros v0.1.1 |
1717 | 2024-11-18T17:32:34.321Z | Compiling native-tls v0.2.12 |
1718 | 2024-11-18T17:32:34.791Z | Compiling rustls v0.23.14 |
1719 | 2024-11-18T17:32:35.826Z | Compiling pest_derive v2.7.14 |
1720 | 2024-11-18T17:32:36.092Z | Compiling cipher v0.4.4 |
1721 | 2024-11-18T17:32:36.165Z | Compiling unicode-normalization v0.1.24 |
1722 | 2024-11-18T17:32:36.555Z | Compiling tinystr v0.7.6 |
1723 | 2024-11-18T17:32:36.574Z | Compiling sha2 v0.10.8 |
1724 | 2024-11-18T17:32:36.822Z | Compiling tracing-core v0.1.32 |
1725 | 2024-11-18T17:32:36.976Z | Compiling usdt-impl v0.5.0 |
1726 | 2024-11-18T17:32:37.201Z | Compiling dyn-clone v1.0.17 |
1727 | 2024-11-18T17:32:37.292Z | Compiling unicode-bidi v0.3.17 |
1728 | 2024-11-18T17:32:37.364Z | Compiling base64ct v1.6.0 |
1729 | 2024-11-18T17:32:37.431Z | Compiling writeable v0.5.5 |
1730 | 2024-11-18T17:32:37.631Z | Compiling litemap v0.7.3 |
1731 | 2024-11-18T17:32:37.926Z | Compiling pem-rfc7468 v0.7.0 |
1732 | 2024-11-18T17:32:37.946Z | Compiling tracing v0.1.40 |
1733 | 2024-11-18T17:32:38.019Z | Compiling icu_locid v1.5.0 |
1734 | 2024-11-18T17:32:39.083Z | Compiling scroll v0.12.0 |
1735 | 2024-11-18T17:32:39.369Z | Compiling ppv-lite86 v0.2.20 |
1736 | 2024-11-18T17:32:39.669Z | Compiling async-trait v0.1.83 |
1737 | 2024-11-18T17:32:40.154Z | Compiling cookie v0.18.1 |
1738 | 2024-11-18T17:32:40.424Z | Compiling flagset v0.4.6 |
1739 | 2024-11-18T17:32:40.819Z | Compiling camino v1.1.9 |
1740 | 2024-11-18T17:32:41.905Z | Compiling anyhow v1.0.93 |
1741 | 2024-11-18T17:32:42.353Z | Compiling aws-lc-sys v0.22.0 |
1742 | 2024-11-18T17:32:42.370Z | Compiling plain v0.2.3 |
1743 | 2024-11-18T17:32:42.533Z | Compiling goblin v0.8.2 |
1744 | 2024-11-18T17:32:46.476Z | Compiling der v0.7.9 |
1745 | 2024-11-18T17:32:48.499Z | Compiling rand_chacha v0.3.1 |
1746 | 2024-11-18T17:32:49.514Z | Compiling icu_provider v1.5.0 |
1747 | 2024-11-18T17:32:50.026Z | Compiling rustls-pki-types v1.9.0 |
1748 | 2024-11-18T17:32:50.458Z | Compiling percent-encoding v2.3.1 |
1749 | 2024-11-18T17:32:51.116Z | Compiling rustls v0.22.4 |
1750 | 2024-11-18T17:32:51.130Z | Compiling rayon-core v1.12.1 |
1751 | 2024-11-18T17:32:51.203Z | Compiling pretty-hex v0.4.1 |
1752 | 2024-11-18T17:32:51.372Z | Compiling untrusted v0.7.1 |
1753 | 2024-11-18T17:32:51.390Z | Compiling icu_locid_transform_data v1.5.0 |
1754 | 2024-11-18T17:32:51.393Z | Compiling dof v0.3.0 |
1755 | 2024-11-18T17:32:51.472Z | Compiling icu_locid_transform v1.5.0 |
1756 | 2024-11-18T17:32:52.542Z | Compiling rand v0.8.5 |
1757 | 2024-11-18T17:32:52.600Z | Compiling spki v0.7.3 |
1758 | 2024-11-18T17:32:52.995Z | Compiling dtrace-parser v0.2.0 |
1759 | 2024-11-18T17:32:53.012Z | Compiling salsa20 v0.10.2 |
1760 | 2024-11-18T17:32:53.128Z | Compiling tokio-util v0.7.12 |
1761 | 2024-11-18T17:32:53.686Z | Compiling icu_collections v1.5.0 |
1762 | 2024-11-18T17:32:54.134Z | Compiling pbkdf2 v0.12.2 |
1763 | 2024-11-18T17:32:54.666Z | Compiling thread-id v4.2.2 |
1764 | 2024-11-18T17:32:54.685Z | Compiling winnow v0.5.40 |
1765 | 2024-11-18T17:32:54.823Z | Compiling untrusted v0.9.0 |
1766 | 2024-11-18T17:32:54.913Z | Compiling mirai-annotations v1.12.0 |
1767 | 2024-11-18T17:32:55.008Z | Compiling icu_properties_data v1.5.0 |
1768 | 2024-11-18T17:32:55.051Z | Compiling powerfmt v0.2.0 |
1769 | 2024-11-18T17:32:55.281Z | Compiling icu_properties v1.5.1 |
1770 | 2024-11-18T17:32:55.384Z | Compiling deranged v0.3.11 |
1771 | 2024-11-18T17:32:58.467Z | Compiling toml_edit v0.19.15 |
1772 | 2024-11-18T17:32:59.557Z | Compiling scrypt v0.11.0 |
1773 | 2024-11-18T17:32:59.865Z | Compiling cbc v0.1.2 |
1774 | 2024-11-18T17:32:59.895Z | Compiling aes v0.8.4 |
1775 | 2024-11-18T17:33:00.087Z | Compiling multer v3.1.0 |
1776 | 2024-11-18T17:33:00.367Z | Compiling write16 v1.0.0 |
1777 | 2024-11-18T17:33:00.499Z | Compiling atomic-waker v1.1.2 |
1778 | 2024-11-18T17:33:00.705Z | Compiling num_threads v0.1.7 |
1779 | 2024-11-18T17:33:01.114Z | Compiling utf8_iter v1.0.4 |
1780 | 2024-11-18T17:33:01.132Z | Compiling icu_normalizer_data v1.5.0 |
1781 | 2024-11-18T17:33:01.240Z | Compiling slog-async v2.8.0 |
1782 | 2024-11-18T17:33:01.359Z | Compiling utf16_iter v1.0.5 |
1783 | 2024-11-18T17:33:01.688Z | Compiling rustversion v1.0.17 |
1784 | 2024-11-18T17:33:02.309Z | Compiling time v0.3.36 |
1785 | 2024-11-18T17:33:02.381Z | Compiling icu_normalizer v1.5.0 |
1786 | 2024-11-18T17:33:02.900Z | Compiling pkcs5 v0.7.1 |
1787 | 2024-11-18T17:33:04.597Z | Compiling form_urlencoded v1.2.1 |
1788 | 2024-11-18T17:33:05.318Z | Compiling http-body v1.0.1 |
1789 | 2024-11-18T17:33:05.394Z | Compiling heapless v0.7.17 |
1790 | 2024-11-18T17:33:05.947Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1791 | 2024-11-18T17:33:06.775Z | Compiling signal-hook v0.3.17 |
1792 | 2024-11-18T17:33:07.034Z | Compiling try-lock v0.2.5 |
1793 | 2024-11-18T17:33:08.683Z | Compiling want v0.3.1 |
1794 | 2024-11-18T17:33:09.234Z | Compiling pkcs8 v0.10.2 |
1795 | 2024-11-18T17:33:09.339Z | Compiling idna_adapter v1.2.0 |
1796 | 2024-11-18T17:33:09.879Z | Compiling h2 v0.4.6 |
1797 | 2024-11-18T17:33:10.754Z | Compiling usdt-attr-macro v0.5.0 |
1798 | 2024-11-18T17:33:12.210Z | Compiling usdt-macro v0.5.0 |
1799 | 2024-11-18T17:33:12.589Z | Compiling async-stream-impl v0.3.6 |
1800 | 2024-11-18T17:33:13.553Z | Compiling httpdate v1.0.3 |
1801 | 2024-11-18T17:33:13.753Z | Compiling strsim v0.11.1 |
1802 | 2024-11-18T17:33:13.931Z | Compiling adler2 v2.0.0 |
1803 | 2024-11-18T17:33:14.197Z | Compiling miniz_oxide v0.8.0 |
1804 | 2024-11-18T17:33:14.941Z | Compiling idna v1.0.3 |
1805 | 2024-11-18T17:33:16.605Z | Compiling curve25519-dalek v4.1.3 |
1806 | 2024-11-18T17:33:16.986Z | Compiling hyper v1.5.0 |
1807 | 2024-11-18T17:33:17.351Z | Compiling openapiv3 v2.0.0 |
1808 | 2024-11-18T17:33:17.789Z | Compiling enum-as-inner v0.6.1 |
1809 | 2024-11-18T17:33:19.868Z | Compiling dropshot v0.12.0 |
1810 | 2024-11-18T17:33:20.164Z | Compiling foreign-types-shared v0.1.1 |
1811 | 2024-11-18T17:33:20.483Z | Compiling num-bigint-dig v0.8.4 |
1812 | 2024-11-18T17:33:20.725Z | Compiling tower-service v0.3.3 |
1813 | 2024-11-18T17:33:20.755Z | Compiling match_cfg v0.1.0 |
1814 | 2024-11-18T17:33:20.859Z | Compiling base64 v0.22.1 |
1815 | 2024-11-18T17:33:21.463Z | Compiling portable-atomic v1.9.0 |
1816 | 2024-11-18T17:33:21.505Z | Compiling smoltcp v0.9.1 |
1817 | 2024-11-18T17:33:21.836Z | Compiling hyper-util v0.1.10 |
1818 | 2024-11-18T17:33:22.091Z | Compiling hostname v0.3.1 |
1819 | 2024-11-18T17:33:22.348Z | Compiling foreign-types v0.3.2 |
1820 | 2024-11-18T17:33:27.847Z | Compiling url v2.5.3 |
1821 | 2024-11-18T17:33:30.089Z | Compiling dirs-sys-next v0.1.2 |
1822 | 2024-11-18T17:33:30.442Z | Compiling siphasher v0.3.11 |
1823 | 2024-11-18T17:33:30.524Z | Compiling heck v0.4.1 |
1824 | 2024-11-18T17:33:30.554Z | Compiling data-encoding v2.6.0 |
1825 | 2024-11-18T17:33:30.591Z | Compiling gimli v0.31.1 |
1826 | 2024-11-18T17:33:30.794Z | Compiling dirs-next v2.0.0 |
1827 | 2024-11-18T17:33:32.226Z | Compiling http-body-util v0.1.2 |
1828 | 2024-11-18T17:33:33.450Z | Compiling crossbeam-epoch v0.9.18 |
1829 | 2024-11-18T17:33:34.165Z | Compiling hubpack_derive v0.1.1 |
1830 | 2024-11-18T17:33:35.039Z | Compiling dropshot_endpoint v0.12.0 |
1831 | 2024-11-18T17:33:35.863Z | Compiling addr2line v0.24.2 |
1832 | 2024-11-18T17:33:36.712Z | Compiling sha1 v0.10.6 |
1833 | 2024-11-18T17:33:36.759Z | Compiling signature v2.2.0 |
1834 | 2024-11-18T17:33:36.989Z | Compiling zerocopy-derive v0.6.6 |
1835 | 2024-11-18T17:33:37.100Z | Compiling curve25519-dalek-derive v0.1.1 |
1836 | 2024-11-18T17:33:38.473Z | Compiling object v0.36.5 |
1837 | 2024-11-18T17:33:38.877Z | Compiling thread_local v1.1.8 |
1838 | 2024-11-18T17:33:39.023Z | Compiling fs-err v2.11.0 |
1839 | 2024-11-18T17:33:39.065Z | Compiling encoding_rs v0.8.34 |
1840 | 2024-11-18T17:33:42.547Z | Compiling utf8parse v0.2.2 |
1841 | 2024-11-18T17:33:42.713Z | Compiling mime v0.3.17 |
1842 | 2024-11-18T17:33:47.568Z | Compiling rustc-demangle v0.1.24 |
1843 | 2024-11-18T17:33:49.301Z | Compiling openssl-probe v0.1.5 |
1844 | 2024-11-18T17:33:49.619Z | Compiling winnow v0.6.20 |
1845 | 2024-11-18T17:33:49.856Z | Compiling anstyle v1.0.10 |
1846 | 2024-11-18T17:33:49.889Z | Compiling ipnet v2.10.1 |
1847 | 2024-11-18T17:33:50.286Z | Compiling unicode-properties v0.1.3 |
1848 | 2024-11-18T17:33:50.725Z | Compiling stringprep v0.1.5 |
1849 | 2024-11-18T17:33:51.470Z | Compiling backtrace v0.3.74 |
1850 | 2024-11-18T17:33:51.950Z | Compiling anstyle-parse v0.2.5 |
1851 | 2024-11-18T17:33:53.384Z | Compiling toml_edit v0.22.22 |
1852 | 2024-11-18T17:33:55.950Z | Compiling rustls-webpki v0.102.8 |
1853 | 2024-11-18T17:33:56.845Z | Compiling crossbeam-deque v0.8.5 |
1854 | 2024-11-18T17:34:00.641Z | Compiling term v0.7.0 |
1855 | 2024-11-18T17:34:01.893Z | Compiling slog-json v2.6.1 |
1856 | 2024-11-18T17:34:02.414Z | Compiling serde_urlencoded v0.7.1 |
1857 | 2024-11-18T17:34:03.648Z | Compiling crossbeam-channel v0.5.13 |
1858 | 2024-11-18T17:34:03.738Z | Compiling rustls-pemfile v2.2.0 |
1859 | 2024-11-18T17:34:04.538Z | Compiling hashbrown v0.14.5 |
1860 | 2024-11-18T17:34:05.188Z | Compiling idna v0.3.0 |
1861 | 2024-11-18T17:34:05.921Z | Compiling idna v0.4.0 |
1862 | 2024-11-18T17:34:06.290Z | Compiling futures-executor v0.3.31 |
1863 | 2024-11-18T17:34:06.885Z | Compiling num-integer v0.1.46 |
1864 | 2024-11-18T17:34:07.347Z | Compiling md-5 v0.10.6 |
1865 | 2024-11-18T17:34:07.438Z | Compiling ff v0.13.0 |
1866 | 2024-11-18T17:34:07.590Z | Compiling hash32 v0.2.1 |
1867 | 2024-11-18T17:34:07.618Z | Compiling memmap v0.7.0 |
1868 | 2024-11-18T17:34:07.669Z | Compiling is-terminal v0.4.13 |
1869 | 2024-11-18T17:34:07.930Z | Compiling utf-8 v0.7.6 |
1870 | 2024-11-18T17:34:07.949Z | Compiling colorchoice v1.0.2 |
1871 | 2024-11-18T17:34:08.230Z | Compiling fallible-iterator v0.2.0 |
1872 | 2024-11-18T17:34:08.588Z | Compiling take_mut v0.2.2 |
1873 | 2024-11-18T17:34:08.754Z | Compiling quick-error v1.2.3 |
1874 | 2024-11-18T17:34:08.909Z | Compiling linked-hash-map v0.5.6 |
1875 | 2024-11-18T17:34:08.951Z | Compiling is_terminal_polyfill v1.70.1 |
1876 | 2024-11-18T17:34:09.318Z | Compiling base16ct v0.2.0 |
1877 | 2024-11-18T17:34:09.636Z | Compiling psl-types v2.0.11 |
1878 | 2024-11-18T17:34:10.604Z | Compiling anstyle-query v1.1.1 |
1879 | 2024-11-18T17:34:10.713Z | Compiling publicsuffix v2.2.3 |
1880 | 2024-11-18T17:34:10.749Z | Compiling anstream v0.6.15 |
1881 | 2024-11-18T17:34:10.982Z | Compiling sec1 v0.7.3 |
1882 | 2024-11-18T17:34:11.421Z | Compiling lru-cache v0.1.2 |
1883 | 2024-11-18T17:34:11.545Z | Compiling postgres-protocol v0.6.7 |
1884 | 2024-11-18T17:34:11.623Z | Compiling resolv-conf v0.7.0 |
1885 | 2024-11-18T17:34:12.759Z | Compiling tungstenite v0.24.0 |
1886 | 2024-11-18T17:34:13.365Z | Compiling usdt v0.5.0 |
1887 | 2024-11-18T17:34:13.417Z | Compiling slog-term v2.9.1 |
1888 | 2024-11-18T17:34:13.833Z | Compiling group v0.13.0 |
1889 | 2024-11-18T17:34:14.126Z | Compiling num-iter v0.1.45 |
1890 | 2024-11-18T17:34:14.319Z | Compiling hickory-proto v0.24.1 |
1891 | 2024-11-18T17:34:14.350Z | Compiling futures v0.3.31 |
1892 | 2024-11-18T17:34:14.474Z | Compiling regress v0.10.1 |
1893 | 2024-11-18T17:34:17.089Z | Compiling tokio-rustls v0.26.0 |
1894 | 2024-11-18T17:34:18.253Z | Compiling slog-bunyan v2.5.0 |
1895 | 2024-11-18T17:34:18.339Z | Compiling tokio-rustls v0.25.0 |
1896 | 2024-11-18T17:34:18.390Z | Compiling toml v0.8.19 |
1897 | 2024-11-18T17:34:18.776Z | Compiling tokio-native-tls v0.3.1 |
1898 | 2024-11-18T17:34:19.051Z | Compiling strum_macros v0.25.3 |
1899 | 2024-11-18T17:34:19.124Z | Compiling phf_shared v0.11.2 |
1900 | 2024-11-18T17:34:19.714Z | Compiling async-stream v0.3.6 |
1901 | 2024-11-18T17:34:19.802Z | Compiling waitgroup v0.1.2 |
1902 | 2024-11-18T17:34:19.938Z | Compiling webpki-roots v0.26.6 |
1903 | 2024-11-18T17:34:20.297Z | Compiling idna v0.5.0 |
1904 | 2024-11-18T17:34:20.350Z | Compiling terminal_size v0.4.0 |
1905 | 2024-11-18T17:34:20.551Z | Compiling serde_path_to_error v0.1.16 |
1906 | 2024-11-18T17:34:20.939Z | Compiling hkdf v0.12.4 |
1907 | 2024-11-18T17:34:21.523Z | Compiling crypto-bigint v0.5.5 |
1908 | 2024-11-18T17:34:21.673Z | Compiling derive-where v1.2.7 |
1909 | 2024-11-18T17:34:21.812Z | Compiling serde_repr v0.1.19 |
1910 | 2024-11-18T17:34:22.648Z | Compiling clap_derive v4.5.18 |
1911 | 2024-11-18T17:34:22.922Z | Compiling hostname v0.4.0 |
1912 | 2024-11-18T17:34:23.148Z | Compiling crc32fast v1.4.2 |
1913 | 2024-11-18T17:34:23.339Z | Compiling unicode-width v0.1.14 |
1914 | 2024-11-18T17:34:23.840Z | Compiling bitflags v1.3.2 |
1915 | 2024-11-18T17:34:23.950Z | Compiling clap_lex v0.7.2 |
1916 | 2024-11-18T17:34:23.995Z | Compiling managed v0.8.0 |
1917 | 2024-11-18T17:34:24.783Z | Compiling debug-ignore v1.0.5 |
1918 | 2024-11-18T17:34:25.136Z | Compiling elliptic-curve v0.13.8 |
1919 | 2024-11-18T17:34:26.124Z | Compiling clap_builder v4.5.21 |
1920 | 2024-11-18T17:34:27.216Z | Compiling console v0.15.8 |
1921 | 2024-11-18T17:34:28.808Z | Compiling flate2 v1.0.34 |
1922 | 2024-11-18T17:34:29.117Z | Compiling cookie_store v0.21.0 |
1923 | 2024-11-18T17:34:30.832Z | Compiling hyper-rustls v0.27.3 |
1924 | 2024-11-18T17:34:33.075Z | Compiling hickory-resolver v0.24.1 |
1925 | 2024-11-18T17:34:34.732Z | Compiling phf v0.11.2 |
1926 | 2024-11-18T17:34:34.932Z | Compiling hyper-tls v0.6.0 |
1927 | 2024-11-18T17:34:35.039Z | Compiling typify-impl v0.2.0 |
1928 | 2024-11-18T17:34:35.303Z | Compiling signal-hook-mio v0.2.4 |
1929 | 2024-11-18T17:34:35.470Z | Compiling bzip2 v0.4.4 |
1930 | 2024-11-18T17:34:35.500Z | Compiling rayon v1.10.0 |
1931 | 2024-11-18T17:34:35.857Z | Compiling tokio-tungstenite v0.24.0 |
1932 | 2024-11-18T17:34:36.417Z | Compiling postgres-types v0.2.8 |
1933 | 2024-11-18T17:34:36.576Z | Compiling zerocopy v0.6.6 |
1934 | 2024-11-18T17:34:36.711Z | Compiling ed25519 v2.2.3 |
1935 | 2024-11-18T17:34:37.159Z | Compiling hubpack v0.1.2 |
1936 | 2024-11-18T17:34:37.452Z | Compiling phf_shared v0.10.0 |
1937 | 2024-11-18T17:34:37.740Z | Compiling pkcs1 v0.7.5 |
1938 | 2024-11-18T17:34:37.841Z | Compiling tokio-stream v0.1.16 |
1939 | 2024-11-18T17:34:38.745Z | Compiling serde-big-array v0.5.1 |
1940 | 2024-11-18T17:34:38.835Z | Compiling rfc6979 v0.4.0 |
1941 | 2024-11-18T17:34:38.979Z | Compiling float-cmp v0.9.0 |
1942 | 2024-11-18T17:34:39.034Z | Compiling sync_wrapper v1.0.1 |
1943 | 2024-11-18T17:34:39.192Z | Compiling bstr v1.10.0 |
1944 | 2024-11-18T17:34:40.447Z | Compiling whoami v1.5.2 |
1945 | 2024-11-18T17:34:40.763Z | Compiling difflib v0.4.0 |
1946 | 2024-11-18T17:34:40.801Z | Compiling unicode-width v0.2.0 |
1947 | 2024-11-18T17:34:41.013Z | Compiling predicates-core v1.0.8 |
1948 | 2024-11-18T17:34:41.333Z | Compiling unicode-segmentation v1.12.0 |
1949 | 2024-11-18T17:34:41.907Z | Compiling precomputed-hash v0.1.1 |
1950 | 2024-11-18T17:34:42.036Z | Compiling normalize-line-endings v0.3.0 |
1951 | 2024-11-18T17:34:42.040Z | Compiling number_prefix v0.4.0 |
1952 | 2024-11-18T17:34:42.174Z | Compiling new_debug_unreachable v1.0.6 |
1953 | 2024-11-18T17:34:42.193Z | Compiling static_assertions v1.1.0 |
1954 | 2024-11-18T17:34:42.276Z | Compiling bit-vec v0.6.3 |
1955 | 2024-11-18T17:34:42.309Z | Compiling fixedbitset v0.4.2 |
1956 | 2024-11-18T17:34:42.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1957 | 2024-11-18T17:34:42.686Z | Compiling bit-set v0.5.3 |
1958 | 2024-11-18T17:34:42.719Z | Compiling petgraph v0.6.5 |
1959 | 2024-11-18T17:34:42.986Z | Compiling string_cache v0.8.7 |
1960 | 2024-11-18T17:34:43.400Z | Compiling indicatif v0.17.9 |
1961 | 2024-11-18T17:34:44.802Z | Compiling predicates v3.1.2 |
1962 | 2024-11-18T17:34:45.302Z | Compiling similar v2.6.0 |
1963 | 2024-11-18T17:34:46.304Z | Compiling tokio-postgres v0.7.12 |
1964 | 2024-11-18T17:34:47.064Z | Compiling typify-macro v0.2.0 |
1965 | 2024-11-18T17:34:48.327Z | Compiling reqwest v0.12.9 |
1966 | 2024-11-18T17:34:48.580Z | Compiling ecdsa v0.16.9 |
1967 | 2024-11-18T17:34:48.602Z | Compiling qorb v0.2.0 |
1968 | 2024-11-18T17:34:49.193Z | Compiling rsa v0.9.6 |
1969 | 2024-11-18T17:34:49.863Z | Compiling ed25519-dalek v2.1.1 |
1970 | 2024-11-18T17:34:50.820Z | Compiling zip v0.6.6 |
1971 | 2024-11-18T17:34:50.838Z | Compiling crossterm v0.28.1 |
1972 | 2024-11-18T17:34:51.603Z | Compiling clap v4.5.21 |
1973 | 2024-11-18T17:34:52.001Z | Compiling toml v0.7.8 |
1974 | 2024-11-18T17:34:53.319Z | Compiling x509-cert v0.2.5 |
1975 | 2024-11-18T17:34:54.113Z | Compiling hex v0.4.3 |
1976 | 2024-11-18T17:34:54.752Z | Compiling itertools v0.10.5 |
1977 | 2024-11-18T17:34:54.887Z | Compiling lalrpop-util v0.19.12 |
1978 | 2024-11-18T17:34:55.228Z | Compiling peg-runtime v0.8.3 |
1979 | 2024-11-18T17:34:55.851Z | Compiling unicode-xid v0.2.6 |
1980 | 2024-11-18T17:34:58.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1981 | 2024-11-18T17:35:02.005Z | Compiling proc-macro-crate v1.3.1 |
1982 | 2024-11-18T17:35:02.143Z | Compiling ipnetwork v0.20.0 |
1983 | 2024-11-18T17:35:03.527Z | Compiling heapless v0.8.0 |
1984 | 2024-11-18T17:35:06.270Z | Compiling num_enum_derive v0.5.11 |
1985 | 2024-11-18T17:35:15.637Z | Compiling hash32 v0.3.1 |
1986 | 2024-11-18T17:35:16.755Z | Compiling ident_case v1.0.1 |
1987 | 2024-11-18T17:35:17.548Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1988 | 2024-11-18T17:35:17.915Z | Compiling smoltcp v0.11.0 |
1989 | 2024-11-18T17:35:20.096Z | Compiling darling_core v0.20.10 |
1990 | 2024-11-18T17:35:24.202Z | Compiling num_enum v0.5.11 |
1991 | 2024-11-18T17:35:24.908Z | Compiling typify v0.2.0 |
1992 | 2024-11-18T17:35:26.310Z | Compiling proc-macro-error-attr v1.0.4 |
1993 | 2024-11-18T17:35:26.624Z | Compiling cobs v0.2.3 |
1994 | 2024-11-18T17:35:27.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1995 | 2024-11-18T17:35:27.349Z | Compiling unsafe-libyaml v0.2.11 |
1996 | 2024-11-18T17:35:28.506Z | Compiling postcard v1.0.10 |
1997 | 2024-11-18T17:35:29.076Z | Compiling serde_yaml v0.9.34+deprecated |
1998 | 2024-11-18T17:35:29.298Z | Compiling darling_macro v0.20.10 |
1999 | 2024-11-18T17:35:43.360Z | Compiling progenitor-impl v0.8.0 |
2000 | 2024-11-18T17:35:56.505Z | Compiling strum_macros v0.26.4 |
2001 | 2024-11-18T17:35:57.362Z | Compiling foreign-types-macros v0.2.3 |
2002 | 2024-11-18T17:35:57.380Z | Compiling structmeta-derive v0.3.0 |
2003 | 2024-11-18T17:35:57.410Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2004 | 2024-11-18T17:35:57.706Z | Compiling proc-macro-error v1.0.4 |
2005 | 2024-11-18T17:35:58.440Z | Compiling foreign-types-shared v0.3.1 |
2006 | 2024-11-18T17:35:59.120Z | Compiling newtype-uuid v1.1.3 |
2007 | 2024-11-18T17:35:59.530Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2008 | 2024-11-18T17:35:59.699Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2009 | 2024-11-18T17:35:59.962Z | Compiling structmeta v0.3.0 |
2010 | 2024-11-18T17:36:00.950Z | Compiling strum v0.26.3 |
2011 | 2024-11-18T17:36:03.097Z | Compiling foreign-types v0.5.0 |
2012 | 2024-11-18T17:36:09.459Z | Compiling progenitor-macro v0.8.0 |
2013 | 2024-11-18T17:36:11.498Z | Compiling darling v0.20.10 |
2014 | 2024-11-18T17:36:12.736Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2015 | 2024-11-18T17:36:13.312Z | Compiling progenitor-client v0.8.0 |
2016 | 2024-11-18T17:36:16.347Z | Compiling tabwriter v1.4.0 |
2017 | 2024-11-18T17:36:17.112Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2018 | 2024-11-18T17:36:17.912Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2019 | 2024-11-18T17:36:18.101Z | Compiling cstr-argument v0.1.2 |
2020 | 2024-11-18T17:36:18.323Z | Compiling dropshot v0.13.0 |
2021 | 2024-11-18T17:36:18.629Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2022 | 2024-11-18T17:36:18.742Z | Compiling fastrand v2.1.1 |
2023 | 2024-11-18T17:36:18.928Z | Compiling pretty-hex v0.2.1 |
2024 | 2024-11-18T17:36:19.394Z | Compiling crucible-workspace-hack v0.1.0 |
2025 | 2024-11-18T17:36:19.721Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2026 | 2024-11-18T17:36:20.121Z | Compiling tempfile v3.13.0 |
2027 | 2024-11-18T17:36:20.430Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2028 | 2024-11-18T17:36:20.470Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2029 | 2024-11-18T17:36:21.291Z | Compiling serde_with_macros v3.11.0 |
2030 | 2024-11-18T17:36:21.780Z | Compiling parse-display-derive v0.10.0 |
2031 | 2024-11-18T17:36:21.799Z | Compiling colored v2.1.0 |
2032 | 2024-11-18T17:36:22.094Z | Compiling progenitor v0.8.0 |
2033 | 2024-11-18T17:36:22.374Z | Compiling dropshot_endpoint v0.13.0 |
2034 | 2024-11-18T17:36:23.026Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2035 | 2024-11-18T17:36:23.765Z | Compiling instant v0.1.13 |
2036 | 2024-11-18T17:36:23.789Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2037 | 2024-11-18T17:36:23.940Z | Compiling backoff v0.4.0 |
2038 | 2024-11-18T17:36:24.191Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2039 | 2024-11-18T17:36:24.324Z | Compiling serde_with v3.11.0 |
2040 | 2024-11-18T17:36:25.183Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-18T17:36:25.382Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2042 | 2024-11-18T17:36:25.681Z | Compiling parse-display v0.10.0 |
2043 | 2024-11-18T17:36:27.587Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2044 | 2024-11-18T17:36:27.787Z | Compiling zone_cfg_derive v0.3.0 |
2045 | 2024-11-18T17:36:28.212Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2046 | 2024-11-18T17:36:28.765Z | Compiling camino-tempfile v1.1.1 |
2047 | 2024-11-18T17:36:29.054Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2048 | 2024-11-18T17:36:29.164Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2049 | 2024-11-18T17:36:29.351Z | Compiling regress v0.9.1 |
2050 | 2024-11-18T17:36:29.524Z | Compiling macaddr v1.0.1 |
2051 | 2024-11-18T17:36:29.543Z | Compiling num-derive v0.4.2 |
2052 | 2024-11-18T17:36:30.112Z | Compiling sigpipe v0.1.3 |
2053 | 2024-11-18T17:36:30.253Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2054 | 2024-11-18T17:36:30.545Z | Compiling libefi-sys v0.1.0 |
2055 | 2024-11-18T17:36:30.899Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2056 | 2024-11-18T17:36:31.685Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2057 | 2024-11-18T17:36:33.238Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2058 | 2024-11-18T17:36:34.141Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2059 | 2024-11-18T17:36:34.730Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2060 | 2024-11-18T17:36:36.657Z | Compiling zone v0.3.0 |
2061 | 2024-11-18T17:36:37.890Z | Compiling smf v0.2.3 |
2062 | 2024-11-18T17:36:38.949Z | Compiling bitfield-struct v0.6.2 |
2063 | 2024-11-18T17:36:39.039Z | Compiling blake3 v1.5.4 |
2064 | 2024-11-18T17:36:39.664Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2065 | 2024-11-18T17:36:39.958Z | Compiling ring v0.16.20 |
2066 | 2024-11-18T17:36:40.300Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2067 | 2024-11-18T17:36:40.834Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2068 | 2024-11-18T17:36:40.978Z | Compiling xattr v1.3.1 |
2069 | 2024-11-18T17:36:41.000Z | Compiling memmap2 v0.9.5 |
2070 | 2024-11-18T17:36:41.304Z | Compiling filetime v0.2.25 |
2071 | 2024-11-18T17:36:41.585Z | Compiling arrayref v0.3.9 |
2072 | 2024-11-18T17:36:41.658Z | Compiling spin v0.5.2 |
2073 | 2024-11-18T17:36:41.700Z | Compiling same-file v1.0.6 |
2074 | 2024-11-18T17:36:41.925Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2075 | 2024-11-18T17:36:41.971Z | Compiling constant_time_eq v0.3.1 |
2076 | 2024-11-18T17:36:41.990Z | Compiling arrayvec v0.7.6 |
2077 | 2024-11-18T17:36:42.049Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2078 | 2024-11-18T17:36:42.154Z | Compiling walkdir v2.5.0 |
2079 | 2024-11-18T17:36:43.466Z | Compiling tar v0.4.42 |
2080 | 2024-11-18T17:36:43.732Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2081 | 2024-11-18T17:36:44.145Z | Compiling gethostname v0.5.0 |
2082 | 2024-11-18T17:36:44.357Z | Compiling cargo-platform v0.1.8 |
2083 | 2024-11-18T17:36:44.706Z | Compiling topological-sort v0.2.2 |
2084 | 2024-11-18T17:36:44.974Z | Compiling cargo_metadata v0.18.1 |
2085 | 2024-11-18T17:36:51.889Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2086 | 2024-11-18T17:36:51.930Z | Compiling omicron-zone-package v0.11.1 |
2087 | 2024-11-18T17:36:54.375Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2088 | 2024-11-18T17:36:59.499Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2089 | 2024-11-18T17:37:15.222Z | Finished `release` profile [optimized] target(s) in 5m 21s |
2090 | 2024-11-18T17:37:15.383Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2091 | 2024-11-18T17:37:15.430Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2092 | 2024-11-18T17:37:15.433Z | Created new build target 'test' and set it as active |
2093 | 2024-11-18T17:37:15.433Z | |
2094 | 2024-11-18T17:37:15.433Z | real 5:21.439585870 |
2095 | 2024-11-18T17:37:15.433Z | user 36:11.687964933 |
2096 | 2024-11-18T17:37:15.433Z | sys 4:46.624890262 |
2097 | 2024-11-18T17:37:15.433Z | trap 1.044535730 |
2098 | 2024-11-18T17:37:15.433Z | tflt 2.937253018 |
2099 | 2024-11-18T17:37:15.433Z | dflt 0.795291198 |
2100 | 2024-11-18T17:37:15.433Z | kflt 0.007638434 |
2101 | 2024-11-18T17:37:15.433Z | lock 1:16:11.963009033 |
2102 | 2024-11-18T17:37:15.433Z | slp 2:31:09.987834913 |
2103 | 2024-11-18T17:37:15.433Z | lat 2:30.154722908 |
2104 | 2024-11-18T17:37:15.433Z | stop 4:20.887795890 |
2105 | 2024-11-18T17:37:15.436Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2106 | 2024-11-18T17:37:16.372Z | Finished `release` profile [optimized] target(s) in 0.89s |
2107 | 2024-11-18T17:37:16.429Z | Running `target/release/omicron-package -t test package` |
2108 | 2024-11-18T17:37:16.472Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-11-18T17:37:17.596Z | Compiling convert_case v0.4.0 |
2110 | 2024-11-18T17:37:17.596Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2111 | 2024-11-18T17:37:17.599Z | Compiling itertools v0.13.0 |
2112 | 2024-11-18T17:37:17.599Z | Compiling newline-converter v0.3.0 |
2113 | 2024-11-18T17:37:17.599Z | Compiling password-hash v0.5.0 |
2114 | 2024-11-18T17:37:17.599Z | Compiling progenitor-client v0.8.0 |
2115 | 2024-11-18T17:37:17.599Z | Compiling blake2 v0.10.6 |
2116 | 2024-11-18T17:37:17.732Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2117 | 2024-11-18T17:37:18.011Z | Compiling expectorate v1.1.0 |
2118 | 2024-11-18T17:37:18.127Z | Compiling owo-colors v4.1.0 |
2119 | 2024-11-18T17:37:18.202Z | Compiling progenitor v0.8.0 |
2120 | 2024-11-18T17:37:18.258Z | Compiling argon2 v0.5.3 |
2121 | 2024-11-18T17:37:18.390Z | Compiling cancel-safe-futures v0.1.5 |
2122 | 2024-11-18T17:37:18.427Z | Compiling derive_more v0.99.18 |
2123 | 2024-11-18T17:37:18.478Z | Compiling num-rational v0.4.2 |
2124 | 2024-11-18T17:37:18.501Z | Compiling num-complex v0.4.6 |
2125 | 2024-11-18T17:37:18.965Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2126 | 2024-11-18T17:37:19.561Z | Compiling num v0.4.3 |
2127 | 2024-11-18T17:37:19.681Z | Compiling atomicwrites v0.4.4 |
2128 | 2024-11-18T17:37:19.787Z | Compiling libsw v3.3.1 |
2129 | 2024-11-18T17:37:19.863Z | Compiling linear-map v1.2.0 |
2130 | 2024-11-18T17:37:20.128Z | Compiling float-ord v0.3.2 |
2131 | 2024-11-18T17:37:20.225Z | Compiling indent_write v2.2.0 |
2132 | 2024-11-18T17:37:20.274Z | Compiling swrite v0.1.0 |
2133 | 2024-11-18T17:37:20.307Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2134 | 2024-11-18T17:37:20.409Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2135 | 2024-11-18T17:37:20.455Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2136 | 2024-11-18T17:37:20.689Z | Compiling base64 v0.21.7 |
2137 | 2024-11-18T17:37:20.921Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2138 | 2024-11-18T17:37:21.426Z | Compiling highway v1.2.0 |
2139 | 2024-11-18T17:37:21.779Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2140 | 2024-11-18T17:37:22.338Z | Compiling semver v0.1.20 |
2141 | 2024-11-18T17:37:22.859Z | Compiling rustc_version v0.1.7 |
2142 | 2024-11-18T17:37:22.922Z | Compiling newtype-uuid v1.1.3 |
2143 | 2024-11-18T17:37:23.273Z | Compiling dropshot v0.13.0 |
2144 | 2024-11-18T17:37:23.288Z | Compiling newtype_derive v0.1.6 |
2145 | 2024-11-18T17:37:23.338Z | Compiling ipnetwork v0.20.0 |
2146 | 2024-11-18T17:37:23.663Z | Compiling instant v0.1.13 |
2147 | 2024-11-18T17:37:23.825Z | Compiling humantime v2.1.0 |
2148 | 2024-11-18T17:37:24.132Z | Compiling backoff v0.4.0 |
2149 | 2024-11-18T17:37:24.490Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2150 | 2024-11-18T17:37:24.669Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2151 | 2024-11-18T17:37:24.949Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2152 | 2024-11-18T17:37:28.313Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2153 | 2024-11-18T17:37:28.685Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2154 | 2024-11-18T17:37:29.547Z | Compiling parse-display v0.10.0 |
2155 | 2024-11-18T17:37:29.722Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2156 | 2024-11-18T17:37:29.910Z | Compiling serde_with v3.11.0 |
2157 | 2024-11-18T17:37:30.109Z | Compiling strum v0.26.3 |
2158 | 2024-11-18T17:37:30.300Z | Compiling regress v0.9.1 |
2159 | 2024-11-18T17:37:33.827Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2160 | 2024-11-18T17:37:34.657Z | Compiling macaddr v1.0.1 |
2161 | 2024-11-18T17:37:35.079Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2162 | 2024-11-18T17:37:35.139Z | Compiling steno v0.4.1 |
2163 | 2024-11-18T17:37:35.605Z | Compiling prettyplease v0.2.25 |
2164 | 2024-11-18T17:37:35.635Z | Compiling slog-dtrace v0.3.0 |
2165 | 2024-11-18T17:37:36.009Z | Compiling tungstenite v0.21.0 |
2166 | 2024-11-18T17:37:36.213Z | Compiling display-error-chain v0.2.2 |
2167 | 2024-11-18T17:37:37.884Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2168 | 2024-11-18T17:37:38.881Z | Compiling tokio-tungstenite v0.21.0 |
2169 | 2024-11-18T17:37:39.422Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2170 | 2024-11-18T17:37:39.547Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2171 | 2024-11-18T17:37:40.644Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2172 | 2024-11-18T17:37:41.189Z | Compiling arc-swap v1.7.1 |
2173 | 2024-11-18T17:37:41.867Z | Compiling slog-scope v4.4.0 |
2174 | 2024-11-18T17:37:42.686Z | Compiling half v2.4.1 |
2175 | 2024-11-18T17:37:43.393Z | Compiling ciborium-io v0.2.2 |
2176 | 2024-11-18T17:37:43.541Z | Compiling ciborium-ll v0.2.2 |
2177 | 2024-11-18T17:37:44.068Z | Compiling slog-stdlog v4.1.1 |
2178 | 2024-11-18T17:37:44.868Z | Compiling slog-envlogger v2.2.0 |
2179 | 2024-11-18T17:37:44.981Z | Compiling ciborium v0.2.2 |
2180 | 2024-11-18T17:37:47.163Z | Compiling nibble_vec v0.1.0 |
2181 | 2024-11-18T17:37:47.601Z | Compiling endian-type v0.1.2 |
2182 | 2024-11-18T17:37:47.854Z | Compiling radix_trie v0.2.1 |
2183 | 2024-11-18T17:37:48.768Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2184 | 2024-11-18T17:37:54.249Z | Compiling fastrand v2.1.1 |
2185 | 2024-11-18T17:37:54.772Z | Compiling same-file v1.0.6 |
2186 | 2024-11-18T17:37:54.791Z | Compiling tempfile v3.13.0 |
2187 | 2024-11-18T17:37:54.936Z | Compiling walkdir v2.5.0 |
2188 | 2024-11-18T17:37:55.008Z | Compiling blake3 v1.5.4 |
2189 | 2024-11-18T17:37:55.569Z | Compiling ring v0.16.20 |
2190 | 2024-11-18T17:37:55.572Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2191 | 2024-11-18T17:37:55.606Z | Compiling xattr v1.3.1 |
2192 | 2024-11-18T17:37:55.850Z | Compiling filetime v0.2.25 |
2193 | 2024-11-18T17:37:56.148Z | Compiling memmap2 v0.9.5 |
2194 | 2024-11-18T17:37:56.568Z | Compiling arrayvec v0.7.6 |
2195 | 2024-11-18T17:37:56.613Z | Compiling constant_time_eq v0.3.1 |
2196 | 2024-11-18T17:37:56.772Z | Compiling spin v0.5.2 |
2197 | 2024-11-18T17:37:56.979Z | Compiling keccak v0.1.5 |
2198 | 2024-11-18T17:37:57.001Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2199 | 2024-11-18T17:37:57.021Z | Compiling arrayref v0.3.9 |
2200 | 2024-11-18T17:37:57.968Z | Compiling sha3 v0.10.8 |
2201 | 2024-11-18T17:37:58.121Z | Compiling tar v0.4.42 |
2202 | 2024-11-18T17:37:58.536Z | Compiling toolchain_find v0.4.0 |
2203 | 2024-11-18T17:37:58.812Z | Compiling camino-tempfile v1.1.1 |
2204 | 2024-11-18T17:37:58.990Z | Compiling const_format_proc_macros v0.2.33 |
2205 | 2024-11-18T17:37:59.134Z | Compiling crunchy v0.2.2 |
2206 | 2024-11-18T17:37:59.225Z | Compiling radium v0.7.0 |
2207 | 2024-11-18T17:37:59.565Z | Compiling maplit v1.0.2 |
2208 | 2024-11-18T17:37:59.836Z | Compiling topological-sort v0.2.2 |
2209 | 2024-11-18T17:37:59.847Z | Compiling rustfmt-wrapper v0.2.1 |
2210 | 2024-11-18T17:37:59.857Z | Compiling pem v3.0.4 |
2211 | 2024-11-18T17:38:00.105Z | Compiling omicron-zone-package v0.11.1 |
2212 | 2024-11-18T17:38:00.306Z | Compiling tiny-keccak v2.0.2 |
2213 | 2024-11-18T17:38:00.611Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-11-18T17:38:00.793Z | Compiling const_format v0.2.33 |
2215 | 2024-11-18T17:38:01.108Z | Compiling tap v1.0.1 |
2216 | 2024-11-18T17:38:01.310Z | Compiling wyz v0.5.1 |
2217 | 2024-11-18T17:38:01.506Z | Compiling dsl_auto_type v0.1.2 |
2218 | 2024-11-18T17:38:01.728Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2219 | 2024-11-18T17:38:01.791Z | Compiling phf_generator v0.11.2 |
2220 | 2024-11-18T17:38:01.930Z | Compiling scheduled-thread-pool v0.2.7 |
2221 | 2024-11-18T17:38:01.955Z | Compiling secrecy v0.8.0 |
2222 | 2024-11-18T17:38:01.990Z | Compiling async-recursion v1.1.1 |
2223 | 2024-11-18T17:38:02.210Z | Compiling diesel_table_macro_syntax v0.2.0 |
2224 | 2024-11-18T17:38:02.228Z | Compiling crc-catalog v2.4.0 |
2225 | 2024-11-18T17:38:02.390Z | Compiling funty v2.0.0 |
2226 | 2024-11-18T17:38:02.671Z | Compiling packed_struct v0.10.1 |
2227 | 2024-11-18T17:38:02.862Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2228 | 2024-11-18T17:38:03.025Z | Compiling diesel_derives v2.2.3 |
2229 | 2024-11-18T17:38:03.177Z | Compiling crc v3.2.1 |
2230 | 2024-11-18T17:38:03.202Z | Compiling r2d2 v0.8.10 |
2231 | 2024-11-18T17:38:03.422Z | Compiling phf_codegen v0.11.2 |
2232 | 2024-11-18T17:38:03.636Z | Compiling bitvec v1.0.1 |
2233 | 2024-11-18T17:38:04.207Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2024-11-18T17:38:04.875Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2235 | 2024-11-18T17:38:05.004Z | Compiling ascii-canvas v3.0.0 |
2236 | 2024-11-18T17:38:05.243Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2237 | 2024-11-18T17:38:05.604Z | Compiling universal-hash v0.5.1 |
2238 | 2024-11-18T17:38:05.721Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2024-11-18T17:38:08.220Z | Compiling packed_struct_codegen v0.10.1 |
2240 | 2024-11-18T17:38:08.402Z | Compiling parse-zoneinfo v0.3.1 |
2241 | 2024-11-18T17:38:10.023Z | Compiling lzma-sys v0.1.20 |
2242 | 2024-11-18T17:38:10.662Z | Compiling ena v0.14.3 |
2243 | 2024-11-18T17:38:10.717Z | Compiling indexmap v1.9.3 |
2244 | 2024-11-18T17:38:11.038Z | Compiling regex-syntax v0.6.29 |
2245 | 2024-11-18T17:38:11.097Z | Compiling nodrop v0.1.14 |
2246 | 2024-11-18T17:38:11.248Z | Compiling cfg_aliases v0.1.1 |
2247 | 2024-11-18T17:38:11.368Z | Compiling diff v0.1.13 |
2248 | 2024-11-18T17:38:11.914Z | Compiling opaque-debug v0.3.1 |
2249 | 2024-11-18T17:38:12.029Z | Compiling poly1305 v0.8.0 |
2250 | 2024-11-18T17:38:13.492Z | Compiling nix v0.28.0 |
2251 | 2024-11-18T17:38:14.167Z | Compiling array-init v0.0.4 |
2252 | 2024-11-18T17:38:14.515Z | Compiling diesel v2.2.4 |
2253 | 2024-11-18T17:38:15.416Z | Compiling lalrpop v0.19.12 |
2254 | 2024-11-18T17:38:20.697Z | Compiling chrono-tz-build v0.4.0 |
2255 | 2024-11-18T17:38:21.658Z | Compiling thiserror-no-std v2.0.2 |
2256 | 2024-11-18T17:38:21.810Z | Compiling smallvec v0.6.14 |
2257 | 2024-11-18T17:38:22.344Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2258 | 2024-11-18T17:38:22.387Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2259 | 2024-11-18T17:38:22.682Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2260 | 2024-11-18T17:38:22.912Z | Compiling chacha20 v0.9.1 |
2261 | 2024-11-18T17:38:23.392Z | Compiling heck v0.3.3 |
2262 | 2024-11-18T17:38:23.430Z | Compiling aead v0.5.2 |
2263 | 2024-11-18T17:38:23.773Z | Compiling vte_generate_state_changes v0.1.2 |
2264 | 2024-11-18T17:38:23.793Z | Compiling bitfield v0.14.0 |
2265 | 2024-11-18T17:38:24.115Z | Compiling hashbrown v0.12.3 |
2266 | 2024-11-18T17:38:24.377Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2267 | 2024-11-18T17:38:24.682Z | Compiling ref-cast v1.0.23 |
2268 | 2024-11-18T17:38:25.155Z | Compiling termcolor v1.4.1 |
2269 | 2024-11-18T17:38:26.178Z | Compiling env_logger v0.10.2 |
2270 | 2024-11-18T17:38:26.681Z | Compiling vte v0.11.1 |
2271 | 2024-11-18T17:38:28.084Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2272 | 2024-11-18T17:38:29.338Z | Compiling zone_cfg_derive v0.1.2 |
2273 | 2024-11-18T17:38:30.760Z | Compiling chacha20poly1305 v0.10.1 |
2274 | 2024-11-18T17:38:31.180Z | Compiling serde-hex v0.1.0 |
2275 | 2024-11-18T17:38:36.333Z | Compiling chrono-tz v0.10.0 |
2276 | 2024-11-18T17:38:36.958Z | Compiling vsss-rs v3.3.4 |
2277 | 2024-11-18T17:38:37.922Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2278 | 2024-11-18T17:38:38.252Z | Compiling ron v0.8.1 |
2279 | 2024-11-18T17:38:40.992Z | Compiling polar-core v0.27.3 |
2280 | 2024-11-18T17:38:41.271Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2281 | 2024-11-18T17:38:41.569Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2282 | 2024-11-18T17:38:42.150Z | Compiling derive_builder_core v0.20.2 |
2283 | 2024-11-18T17:38:42.253Z | Compiling hashbrown v0.13.2 |
2284 | 2024-11-18T17:38:43.686Z | Compiling fd-lock v4.0.2 |
2285 | 2024-11-18T17:38:43.935Z | Compiling headers-core v0.3.0 |
2286 | 2024-11-18T17:38:44.120Z | Compiling fxhash v0.2.1 |
2287 | 2024-11-18T17:38:44.212Z | Compiling libxml v0.3.3 |
2288 | 2024-11-18T17:38:44.350Z | Compiling ref-cast-impl v1.0.23 |
2289 | 2024-11-18T17:38:44.369Z | Compiling base64 v0.13.1 |
2290 | 2024-11-18T17:38:44.560Z | Compiling bytecount v0.6.8 |
2291 | 2024-11-18T17:38:44.893Z | Compiling crc-any v2.5.0 |
2292 | 2024-11-18T17:38:45.132Z | Compiling ron v0.7.1 |
2293 | 2024-11-18T17:38:45.688Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2024-11-18T17:38:45.808Z | Compiling papergrid v0.11.0 |
2295 | 2024-11-18T17:38:50.411Z | Compiling derive_builder_macro v0.20.2 |
2296 | 2024-11-18T17:38:51.221Z | Compiling headers v0.4.0 |
2297 | 2024-11-18T17:38:51.666Z | Compiling object v0.30.4 |
2298 | 2024-11-18T17:38:58.908Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2024-11-18T17:38:59.566Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2300 | 2024-11-18T17:39:01.167Z | Compiling xz2 v0.1.7 |
2301 | 2024-11-18T17:39:01.923Z | Compiling zone v0.1.8 |
2302 | 2024-11-18T17:39:02.367Z | Compiling strip-ansi-escapes v0.2.0 |
2303 | 2024-11-18T17:39:04.662Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2304 | 2024-11-18T17:39:05.222Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2305 | 2024-11-18T17:39:06.191Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2306 | 2024-11-18T17:39:06.343Z | Compiling tabled_derive v0.7.0 |
2307 | 2024-11-18T17:39:06.476Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2308 | 2024-11-18T17:39:06.508Z | Compiling yasna v0.5.2 |
2309 | 2024-11-18T17:39:06.710Z | Compiling peg-macros v0.8.4 |
2310 | 2024-11-18T17:39:07.849Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2311 | 2024-11-18T17:39:08.535Z | Compiling strum_macros v0.24.3 |
2312 | 2024-11-18T17:39:08.867Z | Compiling kstat-rs v0.2.4 |
2313 | 2024-11-18T17:39:09.835Z | Compiling samael v0.0.17 |
2314 | 2024-11-18T17:39:09.932Z | Compiling sqlparser_derive v0.2.2 |
2315 | 2024-11-18T17:39:10.144Z | Compiling unicase v2.7.0 |
2316 | 2024-11-18T17:39:10.435Z | Compiling nu-ansi-term v0.50.1 |
2317 | 2024-11-18T17:39:10.965Z | Compiling path-slash v0.1.5 |
2318 | 2024-11-18T17:39:11.183Z | Compiling indoc v1.0.9 |
2319 | 2024-11-18T17:39:11.208Z | Compiling home v0.5.9 |
2320 | 2024-11-18T17:39:11.374Z | Compiling unicode_categories v0.1.1 |
2321 | 2024-11-18T17:39:11.590Z | Compiling rustyline v14.0.0 |
2322 | 2024-11-18T17:39:11.748Z | Compiling sqlformat v0.2.6 |
2323 | 2024-11-18T17:39:11.789Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2324 | 2024-11-18T17:39:12.725Z | Compiling sqlparser v0.45.0 |
2325 | 2024-11-18T17:39:15.008Z | Compiling reedline v0.35.0 |
2326 | 2024-11-18T17:39:15.322Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2327 | 2024-11-18T17:39:22.985Z | Compiling peg v0.8.4 |
2328 | 2024-11-18T17:39:23.111Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-11-18T17:39:23.658Z | Compiling tabled v0.15.0 |
2330 | 2024-11-18T17:39:27.163Z | Compiling rcgen v0.12.1 |
2331 | 2024-11-18T17:39:37.305Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2332 | 2024-11-18T17:39:38.269Z | Compiling derive_builder v0.20.2 |
2333 | 2024-11-18T17:39:42.963Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2334 | 2024-11-18T17:39:43.374Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2335 | 2024-11-18T17:39:43.623Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2336 | 2024-11-18T17:39:43.919Z | Compiling bcs v0.1.6 |
2337 | 2024-11-18T17:39:44.769Z | Compiling impl-trait-for-tuples v0.2.2 |
2338 | 2024-11-18T17:39:48.647Z | Compiling oso-derive v0.27.3 |
2339 | 2024-11-18T17:39:49.629Z | Compiling libz-sys v1.1.20 |
2340 | 2024-11-18T17:39:50.307Z | Compiling quick-xml v0.33.0 |
2341 | 2024-11-18T17:39:51.577Z | Compiling subprocess v0.2.9 |
2342 | 2024-11-18T17:39:54.150Z | Compiling diesel-dtrace v0.3.0 |
2343 | 2024-11-18T17:39:54.462Z | Compiling parking_lot_core v0.8.6 |
2344 | 2024-11-18T17:39:55.026Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2345 | 2024-11-18T17:39:56.107Z | Compiling oso v0.27.3 |
2346 | 2024-11-18T17:40:13.192Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2347 | 2024-11-18T17:40:14.756Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2348 | 2024-11-18T17:40:20.146Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2349 | 2024-11-18T17:40:23.331Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2350 | 2024-11-18T17:40:23.630Z | Compiling bb8 v0.8.5 |
2351 | 2024-11-18T17:40:24.244Z | Compiling buf-list v1.0.3 |
2352 | 2024-11-18T17:40:24.896Z | Compiling async-bb8-diesel v0.2.1 |
2353 | 2024-11-18T17:40:27.244Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2354 | 2024-11-18T17:40:28.037Z | Compiling pin-project-internal v1.1.6 |
2355 | 2024-11-18T17:40:29.232Z | Compiling atty v0.2.14 |
2356 | 2024-11-18T17:40:29.406Z | Compiling salty v0.3.0 |
2357 | 2024-11-18T17:40:30.780Z | Compiling pin-project v1.1.6 |
2358 | 2024-11-18T17:40:31.311Z | Compiling parking_lot v0.11.2 |
2359 | 2024-11-18T17:40:34.387Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2360 | 2024-11-18T17:40:37.702Z | Compiling snafu-derive v0.8.5 |
2361 | 2024-11-18T17:40:38.478Z | Compiling simd-adler32 v0.3.7 |
2362 | 2024-11-18T17:40:39.025Z | Compiling lockfree-object-pool v0.1.6 |
2363 | 2024-11-18T17:40:39.359Z | Compiling zip v2.1.3 |
2364 | 2024-11-18T17:40:39.608Z | Compiling bumpalo v3.16.0 |
2365 | 2024-11-18T17:40:39.726Z | Compiling sled v0.34.7 |
2366 | 2024-11-18T17:40:40.193Z | Compiling zopfli v0.8.1 |
2367 | 2024-11-18T17:40:42.397Z | Compiling snafu v0.8.5 |
2368 | 2024-11-18T17:40:43.404Z | Compiling mime_guess v2.0.5 |
2369 | 2024-11-18T17:40:44.390Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2024-11-18T17:40:44.494Z | Compiling hickory-client v0.24.1 |
2371 | 2024-11-18T17:40:45.644Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2372 | 2024-11-18T17:40:45.841Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2373 | 2024-11-18T17:40:46.537Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2374 | 2024-11-18T17:40:49.624Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2375 | 2024-11-18T17:40:51.114Z | Compiling globset v0.4.15 |
2376 | 2024-11-18T17:40:51.478Z | Compiling hickory-server v0.24.1 |
2377 | 2024-11-18T17:40:58.493Z | Compiling primeorder v0.13.6 |
2378 | 2024-11-18T17:40:59.097Z | Compiling olpc-cjson v0.1.4 |
2379 | 2024-11-18T17:40:59.451Z | Compiling vergen v8.3.2 |
2380 | 2024-11-18T17:40:59.775Z | Compiling env_filter v0.1.2 |
2381 | 2024-11-18T17:41:02.999Z | Compiling serde_plain v1.0.2 |
2382 | 2024-11-18T17:41:03.524Z | Compiling cargo-platform v0.1.8 |
2383 | 2024-11-18T17:41:04.057Z | Compiling nanorand v0.7.0 |
2384 | 2024-11-18T17:41:04.760Z | Compiling memoffset v0.9.1 |
2385 | 2024-11-18T17:41:05.109Z | Compiling typed-path v0.9.3 |
2386 | 2024-11-18T17:41:06.260Z | Compiling flume v0.11.1 |
2387 | 2024-11-18T17:41:07.043Z | Compiling cargo_metadata v0.18.1 |
2388 | 2024-11-18T17:41:10.124Z | Compiling tough v0.19.0 |
2389 | 2024-11-18T17:41:12.235Z | Compiling env_logger v0.11.5 |
2390 | 2024-11-18T17:41:13.307Z | Compiling p384 v0.13.0 |
2391 | 2024-11-18T17:41:13.528Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2392 | 2024-11-18T17:41:18.817Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2393 | 2024-11-18T17:41:20.290Z | Compiling git2 v0.19.0 |
2394 | 2024-11-18T17:41:23.624Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2395 | 2024-11-18T17:41:29.347Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2396 | 2024-11-18T17:41:30.446Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2397 | 2024-11-18T17:41:33.494Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2398 | 2024-11-18T17:41:35.061Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2399 | 2024-11-18T17:41:37.049Z | Compiling rand_seeder v0.3.0 |
2400 | 2024-11-18T17:41:37.344Z | Compiling libsqlite3-sys v0.30.1 |
2401 | 2024-11-18T17:41:37.467Z | Compiling rustls v0.21.12 |
2402 | 2024-11-18T17:41:37.759Z | Compiling parse-size v1.1.0 |
2403 | 2024-11-18T17:41:37.777Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2404 | 2024-11-18T17:41:37.841Z | Compiling cfg_aliases v0.2.1 |
2405 | 2024-11-18T17:41:37.965Z | Compiling nix v0.29.0 |
2406 | 2024-11-18T17:41:38.048Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2407 | 2024-11-18T17:41:38.172Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2408 | 2024-11-18T17:41:38.390Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2409 | 2024-11-18T17:41:39.943Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2410 | 2024-11-18T17:41:40.171Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2411 | 2024-11-18T17:41:40.445Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2412 | 2024-11-18T17:41:40.737Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2413 | 2024-11-18T17:41:40.951Z | Compiling sct v0.7.1 |
2414 | 2024-11-18T17:41:41.429Z | Compiling rustls-webpki v0.101.7 |
2415 | 2024-11-18T17:41:44.267Z | Compiling castaway v0.2.3 |
2416 | 2024-11-18T17:41:44.443Z | Compiling csv-core v0.1.11 |
2417 | 2024-11-18T17:41:44.470Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2418 | 2024-11-18T17:41:44.792Z | Compiling http-range v0.1.5 |
2419 | 2024-11-18T17:41:44.997Z | Compiling glob v0.3.1 |
2420 | 2024-11-18T17:41:45.340Z | Compiling hyper-staticfile v0.10.1 |
2421 | 2024-11-18T17:41:45.361Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2422 | 2024-11-18T17:41:45.391Z | Compiling csv v1.3.0 |
2423 | 2024-11-18T17:41:47.076Z | Compiling compact_str v0.8.0 |
2424 | 2024-11-18T17:41:48.304Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2425 | 2024-11-18T17:41:49.767Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2426 | 2024-11-18T17:41:51.015Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-11-18T17:41:52.441Z | Compiling nix v0.27.1 |
2428 | 2024-11-18T17:41:56.726Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2429 | 2024-11-18T17:41:58.065Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2430 | 2024-11-18T17:42:01.614Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2431 | 2024-11-18T17:42:03.799Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2432 | 2024-11-18T17:42:06.760Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2433 | 2024-11-18T17:42:07.092Z | Compiling unicode-truncate v1.1.0 |
2434 | 2024-11-18T17:42:07.386Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2435 | 2024-11-18T17:42:07.687Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2436 | 2024-11-18T17:42:07.984Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2437 | 2024-11-18T17:42:09.029Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2438 | 2024-11-18T17:42:11.272Z | Compiling hashlink v0.9.1 |
2439 | 2024-11-18T17:42:11.876Z | Compiling tungstenite v0.23.0 |
2440 | 2024-11-18T17:42:12.258Z | Compiling lru v0.12.5 |
2441 | 2024-11-18T17:42:12.579Z | Compiling instability v0.3.2 |
2442 | 2024-11-18T17:42:13.271Z | Compiling cassowary v0.3.0 |
2443 | 2024-11-18T17:42:13.605Z | Compiling fallible-iterator v0.3.0 |
2444 | 2024-11-18T17:42:13.730Z | Compiling fallible-streaming-iterator v0.1.9 |
2445 | 2024-11-18T17:42:14.027Z | Compiling ratatui v0.28.1 |
2446 | 2024-11-18T17:42:14.433Z | Compiling rusqlite v0.32.1 |
2447 | 2024-11-18T17:42:15.273Z | Compiling tokio-tungstenite v0.23.1 |
2448 | 2024-11-18T17:42:15.885Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2449 | 2024-11-18T17:42:18.408Z | Compiling tokio-rustls v0.24.1 |
2450 | 2024-11-18T17:42:21.435Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2451 | 2024-11-18T17:42:23.149Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2452 | 2024-11-18T17:42:25.332Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2453 | 2024-11-18T17:42:27.265Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2454 | 2024-11-18T17:42:32.901Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2455 | 2024-11-18T17:42:35.050Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2456 | 2024-11-18T17:42:36.018Z | Compiling rustls-pemfile v1.0.4 |
2457 | 2024-11-18T17:42:36.794Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2458 | 2024-11-18T17:42:36.992Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-11-18T17:42:37.109Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2460 | 2024-11-18T17:42:37.297Z | Compiling signal-hook-tokio v0.3.1 |
2461 | 2024-11-18T17:42:37.540Z | Compiling twox-hash v1.6.3 |
2462 | 2024-11-18T17:42:38.537Z | Compiling unicode-linebreak v0.1.5 |
2463 | 2024-11-18T17:42:39.093Z | Compiling smawk v0.3.2 |
2464 | 2024-11-18T17:42:39.375Z | Compiling is_ci v1.2.0 |
2465 | 2024-11-18T17:42:39.820Z | Compiling supports-color v3.0.1 |
2466 | 2024-11-18T17:42:40.271Z | Compiling textwrap v0.16.1 |
2467 | 2024-11-18T17:42:42.393Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2468 | 2024-11-18T17:42:43.710Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2469 | 2024-11-18T17:42:43.890Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2470 | 2024-11-18T17:42:54.062Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2024-11-18T17:43:00.653Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2472 | 2024-11-18T17:43:03.081Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2473 | 2024-11-18T17:43:05.502Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2474 | 2024-11-18T17:43:16.449Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2475 | 2024-11-18T17:43:17.041Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2476 | 2024-11-18T17:43:17.343Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2477 | 2024-11-18T17:43:18.363Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2478 | 2024-11-18T17:43:24.142Z | Compiling fatfs v0.3.6 |
2479 | 2024-11-18T17:43:24.800Z | Compiling rtoolbox v0.0.2 |
2480 | 2024-11-18T17:43:25.246Z | Compiling assert_matches v1.5.0 |
2481 | 2024-11-18T17:43:25.367Z | Compiling rpassword v7.3.1 |
2482 | 2024-11-18T17:43:27.009Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2483 | 2024-11-18T17:43:27.476Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2484 | 2024-11-18T17:43:34.491Z | Compiling tui-tree-widget v0.22.0 |
2485 | 2024-11-18T17:43:34.955Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2486 | 2024-11-18T17:43:40.544Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2487 | 2024-11-18T17:43:42.831Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2488 | 2024-11-18T17:43:43.129Z | Compiling uzers v0.12.1 |
2489 | 2024-11-18T17:43:46.275Z | Compiling shell-words v1.1.0 |
2490 | 2024-11-18T17:43:46.705Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2491 | 2024-11-18T17:43:53.991Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2492 | 2024-11-18T17:43:56.017Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2493 | 2024-11-18T17:44:24.181Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2494 | 2024-11-18T17:44:26.348Z | Compiling multimap v0.10.0 |
2495 | 2024-11-18T17:46:47.024Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2496 | 2024-11-18T17:46:48.839Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2497 | 2024-11-18T17:53:27.241Z | Finished `release` profile [optimized] target(s) in 16m 10s |
2498 | 2024-11-18T17:54:31.270Z | |
2499 | 2024-11-18T17:54:31.274Z | real 17:15.457166860 |
2500 | 2024-11-18T17:54:31.274Z | user 1:57:05.588808215 |
2501 | 2024-11-18T17:54:31.274Z | sys 5:45.056797172 |
2502 | 2024-11-18T17:54:31.274Z | trap 2.831294493 |
2503 | 2024-11-18T17:54:31.274Z | tflt 2.932927037 |
2504 | 2024-11-18T17:54:31.274Z | dflt 6.092729811 |
2505 | 2024-11-18T17:54:31.274Z | kflt 0.086868633 |
2506 | 2024-11-18T17:54:31.274Z | lock 7:13:44.719157214 |
2507 | 2024-11-18T17:54:31.274Z | slp 6:11:07.123264814 |
2508 | 2024-11-18T17:54:31.274Z | lat 2:55.694938038 |
2509 | 2024-11-18T17:54:31.274Z | stop 2:33.210906718 |
2510 | 2024-11-18T17:54:31.274Z | + mapfile -t packages |
2511 | 2024-11-18T17:54:31.274Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2512 | 2024-11-18T17:54:32.282Z | Finished `release` profile [optimized] target(s) in 0.95s |
2513 | 2024-11-18T17:54:32.336Z | Running `target/release/omicron-package -t test list-outputs` |
2514 | 2024-11-18T17:54:32.382Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2515 | 2024-11-18T17:54:32.385Z | + ptime -m cargo build --locked --release -p xtask |
2516 | 2024-11-18T17:54:32.930Z | Compiling serde v1.0.215 |
2517 | 2024-11-18T17:54:32.933Z | Compiling libc v0.2.162 |
2518 | 2024-11-18T17:54:32.933Z | Compiling rustix v0.38.37 |
2519 | 2024-11-18T17:54:32.933Z | Compiling serde_json v1.0.132 |
2520 | 2024-11-18T17:54:33.027Z | Compiling syn v2.0.87 |
2521 | 2024-11-18T17:54:33.041Z | Compiling bitflags v2.6.0 |
2522 | 2024-11-18T17:54:33.397Z | Compiling usdt-impl v0.5.0 |
2523 | 2024-11-18T17:54:33.410Z | Compiling syn v1.0.109 |
2524 | 2024-11-18T17:54:33.521Z | Compiling hashbrown v0.15.0 |
2525 | 2024-11-18T17:54:33.539Z | Compiling log v0.4.22 |
2526 | 2024-11-18T17:54:33.594Z | Compiling fs-err v2.11.0 |
2527 | 2024-11-18T17:54:33.890Z | Compiling once_cell v1.20.2 |
2528 | 2024-11-18T17:54:34.005Z | Compiling anyhow v1.0.93 |
2529 | 2024-11-18T17:54:34.527Z | Compiling thread-id v4.2.2 |
2530 | 2024-11-18T17:54:34.833Z | Compiling indexmap v2.6.0 |
2531 | 2024-11-18T17:54:36.037Z | Compiling terminal_size v0.4.0 |
2532 | 2024-11-18T17:54:36.037Z | Compiling tempfile v3.13.0 |
2533 | 2024-11-18T17:54:36.303Z | Compiling clap_builder v4.5.21 |
2534 | 2024-11-18T17:54:36.823Z | Compiling proc-macro-error v1.0.4 |
2535 | 2024-11-18T17:54:38.124Z | Compiling tabled_derive v0.7.0 |
2536 | 2024-11-18T17:54:39.539Z | Compiling tabled v0.15.0 |
2537 | 2024-11-18T17:54:40.770Z | Compiling serde_derive v1.0.215 |
2538 | 2024-11-18T17:54:41.549Z | Compiling thiserror-impl v1.0.69 |
2539 | 2024-11-18T17:54:42.218Z | Compiling zerocopy-derive v0.7.35 |
2540 | 2024-11-18T17:54:42.842Z | Compiling scroll_derive v0.12.0 |
2541 | 2024-11-18T17:54:44.222Z | Compiling scroll v0.12.0 |
2542 | 2024-11-18T17:54:44.250Z | Compiling zerocopy v0.7.35 |
2543 | 2024-11-18T17:54:44.488Z | Compiling thiserror v1.0.69 |
2544 | 2024-11-18T17:54:44.662Z | Compiling pest v2.7.14 |
2545 | 2024-11-18T17:54:45.910Z | Compiling goblin v0.8.2 |
2546 | 2024-11-18T17:54:47.683Z | Compiling pest_meta v2.7.14 |
2547 | 2024-11-18T17:54:48.987Z | Compiling pest_generator v2.7.14 |
2548 | 2024-11-18T17:54:51.791Z | Compiling pest_derive v2.7.14 |
2549 | 2024-11-18T17:54:52.585Z | Compiling dtrace-parser v0.2.0 |
2550 | 2024-11-18T17:54:54.415Z | Compiling clap_derive v4.5.18 |
2551 | 2024-11-18T17:54:55.382Z | Compiling toml_datetime v0.6.8 |
2552 | 2024-11-18T17:54:56.109Z | Compiling serde_spanned v0.6.8 |
2553 | 2024-11-18T17:54:56.383Z | Compiling toml_edit v0.22.22 |
2554 | 2024-11-18T17:54:59.041Z | Compiling dof v0.3.0 |
2555 | 2024-11-18T17:54:59.250Z | Compiling serde_tokenstream v0.2.2 |
2556 | 2024-11-18T17:54:59.946Z | Compiling camino v1.1.9 |
2557 | 2024-11-18T17:55:01.228Z | Compiling usdt-macro v0.5.0 |
2558 | 2024-11-18T17:55:01.353Z | Compiling usdt-attr-macro v0.5.0 |
2559 | 2024-11-18T17:55:02.464Z | Compiling toml v0.8.19 |
2560 | 2024-11-18T17:55:02.734Z | Compiling semver v1.0.23 |
2561 | 2024-11-18T17:55:04.223Z | Compiling cargo-platform v0.1.8 |
2562 | 2024-11-18T17:55:05.337Z | Compiling cargo_metadata v0.18.1 |
2563 | 2024-11-18T17:55:05.896Z | Compiling cargo_toml v0.20.5 |
2564 | 2024-11-18T17:55:08.140Z | Compiling usdt v0.5.0 |
2565 | 2024-11-18T17:55:08.961Z | Compiling camino-tempfile v1.1.1 |
2566 | 2024-11-18T17:55:09.317Z | Compiling clap v4.5.21 |
2567 | 2024-11-18T17:55:09.460Z | Compiling macaddr v1.0.1 |
2568 | 2024-11-18T17:55:17.587Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2569 | 2024-11-18T17:55:28.717Z | Finished `release` profile [optimized] target(s) in 56.26s |
2570 | 2024-11-18T17:55:28.821Z | |
2571 | 2024-11-18T17:55:28.823Z | real 56.390398886 |
2572 | 2024-11-18T17:55:28.823Z | user 5:43.281746952 |
2573 | 2024-11-18T17:55:28.823Z | sys 31.459277519 |
2574 | 2024-11-18T17:55:28.823Z | trap 0.148675084 |
2575 | 2024-11-18T17:55:28.823Z | tflt 0.293497200 |
2576 | 2024-11-18T17:55:28.823Z | dflt 0.515447330 |
2577 | 2024-11-18T17:55:28.823Z | kflt 0.000000000 |
2578 | 2024-11-18T17:55:28.823Z | lock 10:31.040943074 |
2579 | 2024-11-18T17:55:28.823Z | slp 15:59.950723487 |
2580 | 2024-11-18T17:55:28.823Z | lat 13.709648906 |
2581 | 2024-11-18T17:55:28.824Z | stop 16.631477338 |
2582 | 2024-11-18T17:55:28.824Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2583 | 2024-11-18T17:55:28.824Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2584 | 2024-11-18T17:55:28.824Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2585 | 2024-11-18T17:55:28.824Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2586 | 2024-11-18T17:55:28.824Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2587 | 2024-11-18T17:55:29.684Z | Compiling hashbrown v0.14.5 |
2588 | 2024-11-18T17:55:29.810Z | Compiling unsafe-libyaml v0.2.11 |
2589 | 2024-11-18T17:55:29.822Z | Compiling progenitor-client v0.8.0 |
2590 | 2024-11-18T17:55:29.825Z | Compiling ident_case v1.0.1 |
2591 | 2024-11-18T17:55:29.825Z | Compiling ipnetwork v0.20.0 |
2592 | 2024-11-18T17:55:29.825Z | Compiling instant v0.1.13 |
2593 | 2024-11-18T17:55:29.825Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2594 | 2024-11-18T17:55:29.825Z | Compiling structmeta-derive v0.3.0 |
2595 | 2024-11-18T17:55:29.986Z | Compiling darling_core v0.20.10 |
2596 | 2024-11-18T17:55:30.004Z | Compiling newtype-uuid v1.1.3 |
2597 | 2024-11-18T17:55:30.298Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2598 | 2024-11-18T17:55:30.333Z | Compiling dropshot v0.13.0 |
2599 | 2024-11-18T17:55:30.711Z | Compiling dropshot_endpoint v0.13.0 |
2600 | 2024-11-18T17:55:30.730Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2601 | 2024-11-18T17:55:30.807Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2602 | 2024-11-18T17:55:31.057Z | Compiling regress v0.10.1 |
2603 | 2024-11-18T17:55:31.125Z | Compiling serde_yaml v0.9.34+deprecated |
2604 | 2024-11-18T17:55:31.176Z | Compiling regress v0.9.1 |
2605 | 2024-11-18T17:55:31.502Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2606 | 2024-11-18T17:55:31.699Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2607 | 2024-11-18T17:55:31.756Z | Compiling backoff v0.4.0 |
2608 | 2024-11-18T17:55:32.110Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2609 | 2024-11-18T17:55:32.295Z | Compiling macaddr v1.0.1 |
2610 | 2024-11-18T17:55:32.510Z | Compiling tempfile v3.13.0 |
2611 | 2024-11-18T17:55:32.734Z | Compiling proc-macro-crate v1.3.1 |
2612 | 2024-11-18T17:55:32.809Z | Compiling structmeta v0.3.0 |
2613 | 2024-11-18T17:55:33.268Z | Compiling parse-display-derive v0.10.0 |
2614 | 2024-11-18T17:55:33.388Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2615 | 2024-11-18T17:55:33.783Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2616 | 2024-11-18T17:55:33.881Z | Compiling num_enum_derive v0.5.11 |
2617 | 2024-11-18T17:55:34.096Z | Compiling foreign-types-macros v0.2.3 |
2618 | 2024-11-18T17:55:35.255Z | Compiling typify-impl v0.2.0 |
2619 | 2024-11-18T17:55:35.479Z | Compiling foreign-types-shared v0.3.1 |
2620 | 2024-11-18T17:55:35.616Z | Compiling heapless v0.8.0 |
2621 | 2024-11-18T17:55:36.109Z | Compiling foreign-types v0.5.0 |
2622 | 2024-11-18T17:55:36.237Z | Compiling proc-macro-error v1.0.4 |
2623 | 2024-11-18T17:55:36.502Z | Compiling camino-tempfile v1.1.1 |
2624 | 2024-11-18T17:55:36.535Z | Compiling num_enum v0.5.11 |
2625 | 2024-11-18T17:55:36.632Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2626 | 2024-11-18T17:55:36.699Z | Compiling hash32 v0.3.1 |
2627 | 2024-11-18T17:55:36.954Z | Compiling cstr-argument v0.1.2 |
2628 | 2024-11-18T17:55:36.956Z | Compiling smoltcp v0.11.0 |
2629 | 2024-11-18T17:55:36.988Z | Compiling pretty-hex v0.2.1 |
2630 | 2024-11-18T17:55:37.043Z | Compiling darling_macro v0.20.10 |
2631 | 2024-11-18T17:55:37.176Z | Compiling crucible-workspace-hack v0.1.0 |
2632 | 2024-11-18T17:55:37.199Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2633 | 2024-11-18T17:55:37.492Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2634 | 2024-11-18T17:55:37.516Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2635 | 2024-11-18T17:55:37.691Z | Compiling tabwriter v1.4.0 |
2636 | 2024-11-18T17:55:37.711Z | Compiling colored v2.1.0 |
2637 | 2024-11-18T17:55:37.904Z | Compiling parse-display v0.10.0 |
2638 | 2024-11-18T17:55:37.989Z | Compiling darling v0.20.10 |
2639 | 2024-11-18T17:55:38.061Z | Compiling cobs v0.2.3 |
2640 | 2024-11-18T17:55:38.124Z | Compiling serde_with_macros v3.11.0 |
2641 | 2024-11-18T17:55:38.334Z | Compiling postcard v1.0.10 |
2642 | 2024-11-18T17:55:38.378Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2643 | 2024-11-18T17:55:38.475Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2644 | 2024-11-18T17:55:38.630Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2645 | 2024-11-18T17:55:38.648Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2646 | 2024-11-18T17:55:38.751Z | Compiling smf v0.2.3 |
2647 | 2024-11-18T17:55:38.958Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2648 | 2024-11-18T17:55:39.294Z | Compiling zone_cfg_derive v0.3.0 |
2649 | 2024-11-18T17:55:39.510Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2650 | 2024-11-18T17:55:40.037Z | Compiling num-derive v0.4.2 |
2651 | 2024-11-18T17:55:40.261Z | Compiling sigpipe v0.1.3 |
2652 | 2024-11-18T17:55:40.404Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2653 | 2024-11-18T17:55:40.732Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2654 | 2024-11-18T17:55:40.896Z | Compiling zone v0.3.0 |
2655 | 2024-11-18T17:55:41.066Z | Compiling serde_with v3.11.0 |
2656 | 2024-11-18T17:55:41.845Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2657 | 2024-11-18T17:55:42.332Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2658 | 2024-11-18T17:55:42.473Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2659 | 2024-11-18T17:55:42.544Z | Compiling universal-hash v0.5.1 |
2660 | 2024-11-18T17:55:42.762Z | Compiling opaque-debug v0.3.1 |
2661 | 2024-11-18T17:55:42.874Z | Compiling num-rational v0.4.2 |
2662 | 2024-11-18T17:55:43.291Z | Compiling password-hash v0.5.0 |
2663 | 2024-11-18T17:55:43.400Z | Compiling num-complex v0.4.6 |
2664 | 2024-11-18T17:55:44.050Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2665 | 2024-11-18T17:55:44.348Z | Compiling blake2 v0.10.6 |
2666 | 2024-11-18T17:55:44.430Z | Compiling aead v0.5.2 |
2667 | 2024-11-18T17:55:44.434Z | Compiling keccak v0.1.5 |
2668 | 2024-11-18T17:55:44.662Z | Compiling convert_case v0.4.0 |
2669 | 2024-11-18T17:55:44.819Z | Compiling argon2 v0.5.3 |
2670 | 2024-11-18T17:55:45.011Z | Compiling sha3 v0.10.8 |
2671 | 2024-11-18T17:55:45.169Z | Compiling num v0.4.3 |
2672 | 2024-11-18T17:55:45.299Z | Compiling poly1305 v0.8.0 |
2673 | 2024-11-18T17:55:45.515Z | Compiling tungstenite v0.21.0 |
2674 | 2024-11-18T17:55:45.720Z | Compiling chacha20 v0.9.1 |
2675 | 2024-11-18T17:55:45.738Z | Compiling derive_more v0.99.18 |
2676 | 2024-11-18T17:55:46.072Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2677 | 2024-11-18T17:55:46.210Z | Compiling base64 v0.21.7 |
2678 | 2024-11-18T17:55:46.234Z | Compiling float-ord v0.3.2 |
2679 | 2024-11-18T17:55:46.412Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2680 | 2024-11-18T17:55:46.867Z | Compiling tokio-tungstenite v0.21.0 |
2681 | 2024-11-18T17:55:47.004Z | Compiling semver v0.1.20 |
2682 | 2024-11-18T17:55:47.028Z | Compiling same-file v1.0.6 |
2683 | 2024-11-18T17:55:47.336Z | Compiling walkdir v2.5.0 |
2684 | 2024-11-18T17:55:47.490Z | Compiling rustc_version v0.1.7 |
2685 | 2024-11-18T17:55:47.590Z | Compiling newline-converter v0.3.0 |
2686 | 2024-11-18T17:55:47.688Z | Compiling primeorder v0.13.6 |
2687 | 2024-11-18T17:55:47.691Z | Compiling secrecy v0.8.0 |
2688 | 2024-11-18T17:55:47.763Z | Compiling cancel-safe-futures v0.1.5 |
2689 | 2024-11-18T17:55:47.766Z | Compiling owo-colors v4.1.0 |
2690 | 2024-11-18T17:55:47.977Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2691 | 2024-11-18T17:55:48.023Z | Compiling newtype_derive v0.1.6 |
2692 | 2024-11-18T17:55:48.115Z | Compiling expectorate v1.1.0 |
2693 | 2024-11-18T17:55:48.134Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2694 | 2024-11-18T17:55:48.137Z | Compiling thiserror-impl-no-std v2.0.2 |
2695 | 2024-11-18T17:55:48.218Z | Compiling ring v0.16.20 |
2696 | 2024-11-18T17:55:48.293Z | Compiling blake3 v1.5.4 |
2697 | 2024-11-18T17:55:48.313Z | Compiling half v2.4.1 |
2698 | 2024-11-18T17:55:48.494Z | Compiling unicase v2.7.0 |
2699 | 2024-11-18T17:55:48.802Z | Compiling arc-swap v1.7.1 |
2700 | 2024-11-18T17:55:48.868Z | Compiling ciborium-io v0.2.2 |
2701 | 2024-11-18T17:55:49.006Z | Compiling ciborium-ll v0.2.2 |
2702 | 2024-11-18T17:55:49.079Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2703 | 2024-11-18T17:55:49.377Z | Compiling slog-scope v4.4.0 |
2704 | 2024-11-18T17:55:49.601Z | Compiling polyval v0.6.2 |
2705 | 2024-11-18T17:55:49.956Z | Compiling atomicwrites v0.4.4 |
2706 | 2024-11-18T17:55:50.054Z | Compiling libsw v3.3.1 |
2707 | 2024-11-18T17:55:50.105Z | Compiling memmap2 v0.9.5 |
2708 | 2024-11-18T17:55:50.365Z | Compiling salty v0.3.0 |
2709 | 2024-11-18T17:55:50.391Z | Compiling parking_lot_core v0.8.6 |
2710 | 2024-11-18T17:55:50.595Z | Compiling constant_time_eq v0.3.1 |
2711 | 2024-11-18T17:55:50.797Z | Compiling indent_write v2.2.0 |
2712 | 2024-11-18T17:55:50.800Z | Compiling arrayref v0.3.9 |
2713 | 2024-11-18T17:55:50.866Z | Compiling arrayvec v0.7.6 |
2714 | 2024-11-18T17:55:50.931Z | Compiling linear-map v1.2.0 |
2715 | 2024-11-18T17:55:51.032Z | Compiling libefi-sys v0.1.0 |
2716 | 2024-11-18T17:55:51.286Z | Compiling spin v0.5.2 |
2717 | 2024-11-18T17:55:51.419Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2718 | 2024-11-18T17:55:51.437Z | Compiling thiserror-no-std v2.0.2 |
2719 | 2024-11-18T17:55:51.527Z | Compiling ghash v0.5.1 |
2720 | 2024-11-18T17:55:51.565Z | Compiling vsss-rs v3.3.4 |
2721 | 2024-11-18T17:55:51.731Z | Compiling slog-stdlog v4.1.1 |
2722 | 2024-11-18T17:55:51.962Z | Compiling ciborium v0.2.2 |
2723 | 2024-11-18T17:55:52.557Z | Compiling p384 v0.13.0 |
2724 | 2024-11-18T17:55:52.812Z | Compiling toolchain_find v0.4.0 |
2725 | 2024-11-18T17:55:53.380Z | Compiling chacha20poly1305 v0.10.1 |
2726 | 2024-11-18T17:55:53.450Z | Compiling ctr v0.9.2 |
2727 | 2024-11-18T17:55:53.520Z | Compiling lzma-sys v0.1.20 |
2728 | 2024-11-18T17:55:53.610Z | Compiling itertools v0.13.0 |
2729 | 2024-11-18T17:55:53.808Z | Compiling typify-macro v0.2.0 |
2730 | 2024-11-18T17:55:53.828Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2731 | 2024-11-18T17:55:54.129Z | Compiling bitfield-struct v0.6.2 |
2732 | 2024-11-18T17:55:54.241Z | Compiling slog-dtrace v0.3.0 |
2733 | 2024-11-18T17:55:54.318Z | Compiling highway v1.2.0 |
2734 | 2024-11-18T17:55:54.538Z | Compiling topological-sort v0.2.2 |
2735 | 2024-11-18T17:55:54.783Z | Compiling omicron-zone-package v0.11.1 |
2736 | 2024-11-18T17:55:55.390Z | Compiling aes-gcm v0.10.3 |
2737 | 2024-11-18T17:55:55.428Z | Compiling rustfmt-wrapper v0.2.1 |
2738 | 2024-11-18T17:55:55.621Z | Compiling mime_guess v2.0.5 |
2739 | 2024-11-18T17:55:55.663Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2740 | 2024-11-18T17:55:55.711Z | Compiling slog-envlogger v2.2.0 |
2741 | 2024-11-18T17:55:56.021Z | Compiling steno v0.4.1 |
2742 | 2024-11-18T17:55:56.886Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2743 | 2024-11-18T17:55:56.984Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2744 | 2024-11-18T17:55:56.987Z | Compiling heck v0.3.3 |
2745 | 2024-11-18T17:55:57.046Z | Compiling ssh-encoding v0.2.0 |
2746 | 2024-11-18T17:55:57.198Z | Compiling blowfish v0.9.1 |
2747 | 2024-11-18T17:55:57.440Z | Compiling nibble_vec v0.1.0 |
2748 | 2024-11-18T17:55:57.554Z | Compiling env_filter v0.1.2 |
2749 | 2024-11-18T17:55:57.574Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2750 | 2024-11-18T17:55:57.648Z | Compiling endian-type v0.1.2 |
2751 | 2024-11-18T17:55:57.669Z | Compiling humantime v2.1.0 |
2752 | 2024-11-18T17:55:57.847Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2753 | 2024-11-18T17:55:57.905Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2754 | 2024-11-18T17:55:57.978Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2755 | 2024-11-18T17:55:58.139Z | Compiling typify v0.2.0 |
2756 | 2024-11-18T17:55:58.162Z | Compiling radix_trie v0.2.1 |
2757 | 2024-11-18T17:55:58.230Z | Compiling env_logger v0.11.5 |
2758 | 2024-11-18T17:55:58.250Z | Compiling progenitor-impl v0.8.0 |
2759 | 2024-11-18T17:55:58.278Z | Compiling zone_cfg_derive v0.1.2 |
2760 | 2024-11-18T17:55:58.298Z | Compiling bcrypt-pbkdf v0.10.0 |
2761 | 2024-11-18T17:55:58.852Z | Compiling ssh-cipher v0.2.0 |
2762 | 2024-11-18T17:55:58.982Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2763 | 2024-11-18T17:55:59.008Z | Compiling parking_lot v0.11.2 |
2764 | 2024-11-18T17:55:59.386Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2765 | 2024-11-18T17:55:59.800Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2766 | 2024-11-18T17:55:59.986Z | Compiling password-hash v0.4.2 |
2767 | 2024-11-18T17:56:00.277Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2768 | 2024-11-18T17:56:00.329Z | Compiling gethostname v0.5.0 |
2769 | 2024-11-18T17:56:00.385Z | Compiling fxhash v0.2.1 |
2770 | 2024-11-18T17:56:00.567Z | Compiling base64 v0.13.1 |
2771 | 2024-11-18T17:56:00.617Z | Compiling matches v0.1.10 |
2772 | 2024-11-18T17:56:00.636Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2773 | 2024-11-18T17:56:00.727Z | Compiling idna v0.2.3 |
2774 | 2024-11-18T17:56:00.913Z | Compiling sled v0.34.7 |
2775 | 2024-11-18T17:56:00.933Z | Compiling pbkdf2 v0.11.0 |
2776 | 2024-11-18T17:56:00.982Z | Compiling ron v0.7.1 |
2777 | 2024-11-18T17:56:01.083Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2778 | 2024-11-18T17:56:01.166Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2779 | 2024-11-18T17:56:01.285Z | Compiling zone v0.1.8 |
2780 | 2024-11-18T17:56:01.798Z | Compiling xz2 v0.1.7 |
2781 | 2024-11-18T17:56:02.298Z | Compiling ssh-key v0.6.6 |
2782 | 2024-11-18T17:56:02.413Z | Compiling hickory-client v0.24.1 |
2783 | 2024-11-18T17:56:03.368Z | Compiling p521 v0.13.3 |
2784 | 2024-11-18T17:56:03.370Z | Compiling p256 v0.13.2 |
2785 | 2024-11-18T17:56:03.720Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2786 | 2024-11-18T17:56:03.919Z | Compiling hickory-server v0.24.1 |
2787 | 2024-11-18T17:56:04.230Z | Compiling enum-as-inner v0.5.1 |
2788 | 2024-11-18T17:56:04.956Z | Compiling pem v3.0.4 |
2789 | 2024-11-18T17:56:05.305Z | Compiling yasna v0.5.2 |
2790 | 2024-11-18T17:56:05.728Z | Compiling headers-core v0.3.0 |
2791 | 2024-11-18T17:56:05.809Z | Compiling kstat-rs v0.2.4 |
2792 | 2024-11-18T17:56:05.902Z | Compiling nanorand v0.7.0 |
2793 | 2024-11-18T17:56:06.461Z | Compiling russh-cryptovec v0.7.3 |
2794 | 2024-11-18T17:56:06.494Z | Compiling atty v0.2.14 |
2795 | 2024-11-18T17:56:06.600Z | Compiling progenitor-macro v0.8.0 |
2796 | 2024-11-18T17:56:06.654Z | Compiling http-range v0.1.5 |
2797 | 2024-11-18T17:56:06.781Z | Compiling md5 v0.7.0 |
2798 | 2024-11-18T17:56:07.048Z | Compiling hyper-staticfile v0.10.1 |
2799 | 2024-11-18T17:56:07.070Z | Compiling rcgen v0.12.1 |
2800 | 2024-11-18T17:56:07.122Z | Compiling russh-keys v0.45.0 |
2801 | 2024-11-18T17:56:07.316Z | Compiling flume v0.11.1 |
2802 | 2024-11-18T17:56:07.657Z | Compiling headers v0.4.0 |
2803 | 2024-11-18T17:56:08.065Z | Compiling trust-dns-proto v0.22.0 |
2804 | 2024-11-18T17:56:08.195Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2805 | 2024-11-18T17:56:09.582Z | Compiling num-bigint v0.4.6 |
2806 | 2024-11-18T17:56:09.658Z | Compiling des v0.8.1 |
2807 | 2024-11-18T17:56:10.046Z | Compiling subprocess v0.2.9 |
2808 | 2024-11-18T17:56:11.147Z | Compiling dhcproto-macros v0.1.0 |
2809 | 2024-11-18T17:56:11.377Z | Compiling display-error-chain v0.2.2 |
2810 | 2024-11-18T17:56:11.600Z | Compiling hex-literal v0.4.1 |
2811 | 2024-11-18T17:56:11.769Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2812 | 2024-11-18T17:56:12.031Z | Compiling internet-checksum v0.2.1 |
2813 | 2024-11-18T17:56:12.568Z | Compiling dhcproto v0.12.0 |
2814 | 2024-11-18T17:56:12.918Z | Compiling russh v0.45.0 |
2815 | 2024-11-18T17:56:17.221Z | Compiling progenitor v0.8.0 |
2816 | 2024-11-18T17:56:17.366Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2817 | 2024-11-18T17:56:17.369Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2818 | 2024-11-18T17:56:17.369Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2819 | 2024-11-18T17:56:17.369Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2820 | 2024-11-18T17:56:17.369Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2821 | 2024-11-18T17:56:17.441Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2822 | 2024-11-18T17:56:17.505Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2823 | 2024-11-18T17:56:18.364Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2824 | 2024-11-18T17:56:18.853Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2825 | 2024-11-18T17:56:19.963Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2826 | 2024-11-18T17:56:23.470Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2827 | 2024-11-18T17:56:24.111Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2828 | 2024-11-18T17:56:33.426Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2829 | 2024-11-18T17:56:33.429Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2830 | 2024-11-18T17:56:33.429Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2831 | 2024-11-18T17:56:33.429Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2832 | 2024-11-18T17:56:36.556Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2833 | 2024-11-18T17:56:36.940Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2834 | 2024-11-18T17:56:38.038Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2835 | 2024-11-18T17:56:38.269Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2836 | 2024-11-18T17:56:40.624Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2837 | 2024-11-18T17:56:41.426Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2838 | 2024-11-18T17:56:42.408Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2839 | 2024-11-18T17:56:42.411Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-11-18T17:56:43.538Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2841 | 2024-11-18T17:56:44.117Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2842 | 2024-11-18T17:56:45.307Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2843 | 2024-11-18T17:56:45.426Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2844 | 2024-11-18T17:56:46.330Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2845 | 2024-11-18T17:56:46.485Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2846 | 2024-11-18T17:56:46.966Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2847 | 2024-11-18T17:56:48.607Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2848 | 2024-11-18T17:56:49.285Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2849 | 2024-11-18T17:56:49.825Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2850 | 2024-11-18T17:56:50.279Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-11-18T17:56:51.216Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2852 | 2024-11-18T17:56:54.308Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2853 | 2024-11-18T17:56:56.833Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2854 | 2024-11-18T17:56:56.997Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2855 | 2024-11-18T17:56:57.183Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2856 | 2024-11-18T17:57:03.240Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2857 | 2024-11-18T17:57:11.419Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2858 | 2024-11-18T17:57:12.710Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2859 | 2024-11-18T17:57:30.696Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2860 | 2024-11-18T17:58:02.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2861 | 2024-11-18T17:58:02.276Z | |
2862 | 2024-11-18T17:58:02.278Z | real 2:33.358979954 |
2863 | 2024-11-18T17:58:02.278Z | user 11:52.507100912 |
2864 | 2024-11-18T17:58:02.278Z | sys 2:34.357940395 |
2865 | 2024-11-18T17:58:02.279Z | trap 0.312861212 |
2866 | 2024-11-18T17:58:02.279Z | tflt 0.716791534 |
2867 | 2024-11-18T17:58:02.279Z | dflt 2.018108516 |
2868 | 2024-11-18T17:58:02.279Z | kflt 0.000015794 |
2869 | 2024-11-18T17:58:02.279Z | lock 24:23.199469977 |
2870 | 2024-11-18T17:58:02.279Z | slp 42:10.360515342 |
2871 | 2024-11-18T17:58:02.279Z | lat 33.148409893 |
2872 | 2024-11-18T17:58:02.279Z | stop 1:24.022272497 |
2873 | 2024-11-18T17:58:02.279Z | + mkdir tests |
2874 | 2024-11-18T17:58:02.281Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2875 | 2024-11-18T17:58:02.281Z | + xargs -I '{}' -t cp '{}' tests/ |
2876 | 2024-11-18T17:58:02.325Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9802ee68cc8d4054 tests/ |
2877 | 2024-11-18T17:58:02.352Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f65635f2e4439db7 tests/ |
2878 | 2024-11-18T17:58:02.379Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-42121a4e7222f4ec tests/ |
2879 | 2024-11-18T17:58:02.406Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4db006a8b6aa2348 tests/ |
2880 | 2024-11-18T17:58:02.640Z | + 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/*) |
2881 | 2024-11-18T17:58:02.643Z | + 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-f65635f2e4439db7 tests/commtest-42121a4e7222f4ec tests/dhcp_server-9802ee68cc8d4054 tests/end_to_end_tests-4db006a8b6aa2348 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 |
2882 | 2024-11-18T17:59:14.059Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2883 | 2024-11-18T17:59:14.059Z | a .github/buildomat/ci-env.sh 1K |
2884 | 2024-11-18T17:59:14.059Z | a out/target/test 1K |
2885 | 2024-11-18T17:59:14.059Z | a out/npuzone/npuzone 23144K |
2886 | 2024-11-18T17:59:14.059Z | a package-manifest.toml 32K |
2887 | 2024-11-18T17:59:14.059Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2888 | 2024-11-18T17:59:14.059Z | a target/release/omicron-package 36317K |
2889 | 2024-11-18T17:59:14.059Z | a target/release/xtask 11750K |
2890 | 2024-11-18T17:59:14.059Z | a target/debug/bootstrap 209773K |
2891 | 2024-11-18T17:59:14.059Z | a tests/bootstrap-f65635f2e4439db7 24246K |
2892 | 2024-11-18T17:59:14.059Z | a tests/commtest-42121a4e7222f4ec 25022K |
2893 | 2024-11-18T17:59:14.059Z | a tests/dhcp_server-9802ee68cc8d4054 24246K |
2894 | 2024-11-18T17:59:14.059Z | a tests/end_to_end_tests-4db006a8b6aa2348 227877K |
2895 | 2024-11-18T17:59:14.059Z | a out/clickhouse.tar.gz 286441K |
2896 | 2024-11-18T17:59:14.059Z | a out/clickhouse_keeper.tar.gz 286421K |
2897 | 2024-11-18T17:59:14.059Z | a out/clickhouse_server.tar.gz 286420K |
2898 | 2024-11-18T17:59:14.059Z | a out/cockroachdb.tar.gz 134540K |
2899 | 2024-11-18T17:59:14.059Z | a out/crucible-dtrace.tar 83K |
2900 | 2024-11-18T17:59:14.059Z | a out/crucible-pantry-zone.tar.gz 28156K |
2901 | 2024-11-18T17:59:14.059Z | a out/crucible-zone.tar.gz 36365K |
2902 | 2024-11-18T17:59:14.059Z | a out/external-dns.tar.gz 35266K |
2903 | 2024-11-18T17:59:14.059Z | a out/internal-dns.tar.gz 35268K |
2904 | 2024-11-18T17:59:14.059Z | a out/mg-ddm-gz.tar 62661K |
2905 | 2024-11-18T17:59:14.059Z | a out/nexus.tar.gz 100750K |
2906 | 2024-11-18T17:59:14.059Z | a out/ntp.tar.gz 10344K |
2907 | 2024-11-18T17:59:14.059Z | a out/omicron-gateway-softnpu.tar.gz 23873K |
2908 | 2024-11-18T17:59:14.059Z | a out/omicron-sled-agent.tar 112642K |
2909 | 2024-11-18T17:59:14.060Z | a out/overlay.tar.gz 3K |
2910 | 2024-11-18T17:59:14.060Z | a out/oximeter.tar.gz 51664K |
2911 | 2024-11-18T17:59:14.060Z | a out/oxlog.tar 3088K |
2912 | 2024-11-18T17:59:14.060Z | a out/probe.tar.gz 2764K |
2913 | 2024-11-18T17:59:14.060Z | a out/propolis-server.tar.gz 66584K |
2914 | 2024-11-18T17:59:14.060Z | a out/pumpkind-gz.tar 26665K |
2915 | 2024-11-18T17:59:14.060Z | a out/switch-softnpu.tar.gz 234595K |
2916 | 2024-11-18T17:59:14.111Z | |
2917 | 2024-11-18T17:59:14.112Z | real 1:11.342212304 |
2918 | 2024-11-18T17:59:14.112Z | user 1:08.113090562 |
2919 | 2024-11-18T17:59:14.112Z | sys 4.557701510 |
2920 | 2024-11-18T17:59:14.112Z | trap 0.017210069 |
2921 | 2024-11-18T17:59:14.112Z | tflt 0.000000000 |
2922 | 2024-11-18T17:59:14.112Z | dflt 0.000000000 |
2923 | 2024-11-18T17:59:14.112Z | kflt 0.000000000 |
2924 | 2024-11-18T17:59:14.112Z | lock 0.000000000 |
2925 | 2024-11-18T17:59:14.112Z | slp 1:07.949891419 |
2926 | 2024-11-18T17:59:14.112Z | lat 2.040314392 |
2927 | 2024-11-18T17:59:14.112Z | stop 0.000193314 |
2928 | 2024-11-18T17:59:14.112Z | process exited: duration 1933511 ms, exit code 0 |
|
2929 | 2024-11-18T17:59:14.336Z | found 1 output files |
2930 | 2024-11-18T17:59:14.337Z | uploading: /work/package.tar.gz (1877119134 bytes) |
2931 | 2024-11-18T17:59:53.907Z | uploaded: /work/package.tar.gz |