|
|
|
1 | 2024-04-03T07:22:06.075Z | job assigned to worker 01HTHD89YGRY94G8AN6667318D (queued for 2 m 13 s) |
|
2 | 2024-04-03T07:22:12.811Z | starting task 0: "setup" |
3 | 2024-04-03T07:22:12.877Z | ++ uname -s |
4 | 2024-04-03T07:22:12.883Z | + kern=SunOS |
5 | 2024-04-03T07:22:12.883Z | + case "$kern" in |
6 | 2024-04-03T07:22:12.884Z | + groupadd -g 12345 build |
7 | 2024-04-03T07:22:12.914Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-03T07:22:14.929Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-03T07:22:15.001Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-03T07:22:15.009Z | + home_fs=zfs |
11 | 2024-04-03T07:22:15.009Z | + [[ zfs == autofs ]] |
12 | 2024-04-03T07:22:15.009Z | + mkdir -p /home/build |
13 | 2024-04-03T07:22:15.009Z | + chown build:build /home/build /work |
14 | 2024-04-03T07:22:17.010Z | + chmod 0700 /home/build /work |
15 | 2024-04-03T07:22:17.021Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-04-03T07:22:17.036Z | starting task 1: "rust-toolchain" |
17 | 2024-04-03T07:22:17.042Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-03T07:22:17.043Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-03T07:22:17.148Z | info: downloading installer |
20 | 2024-04-03T07:22:18.770Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-03T07:22:18.770Z | warning: /opt/ooce/bin |
22 | 2024-04-03T07:22:18.770Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-03T07:22:18.770Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-03T07:22:18.770Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-03T07:22:18.770Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-03T07:22:18.770Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-03T07:22:18.771Z | error: cannot install while Rust is installed |
28 | 2024-04-03T07:22:18.771Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-03T07:22:18.968Z | info: profile set to 'default' |
30 | 2024-04-03T07:22:18.968Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-03T07:22:18.971Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-03T07:22:19.093Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-03T07:22:19.093Z | info: downloading component 'cargo' |
34 | 2024-04-03T07:22:19.719Z | info: downloading component 'clippy' |
35 | 2024-04-03T07:22:19.939Z | info: downloading component 'rust-docs' |
36 | 2024-04-03T07:22:20.730Z | info: downloading component 'rust-std' |
37 | 2024-04-03T07:22:22.148Z | info: downloading component 'rustc' |
38 | 2024-04-03T07:22:25.545Z | info: downloading component 'rustfmt' |
39 | 2024-04-03T07:22:25.746Z | info: installing component 'cargo' |
40 | 2024-04-03T07:22:26.562Z | info: installing component 'clippy' |
41 | 2024-04-03T07:22:26.931Z | info: installing component 'rust-docs' |
42 | 2024-04-03T07:22:28.327Z | info: installing component 'rust-std' |
43 | 2024-04-03T07:22:30.120Z | info: installing component 'rustc' |
44 | 2024-04-03T07:22:34.191Z | info: installing component 'rustfmt' |
45 | 2024-04-03T07:22:34.537Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-03T07:22:34.537Z | |
47 | 2024-04-03T07:22:34.804Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-03T07:22:34.804Z | |
49 | 2024-04-03T07:22:34.810Z | |
50 | 2024-04-03T07:22:34.810Z | Rust is installed now. Great! |
51 | 2024-04-03T07:22:34.810Z | |
52 | 2024-04-03T07:22:34.810Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-03T07:22:34.810Z | environment variable. This has not been done automatically. |
54 | 2024-04-03T07:22:34.810Z | |
55 | 2024-04-03T07:22:34.811Z | To configure your current shell, you need to source |
56 | 2024-04-03T07:22:34.811Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-03T07:22:34.811Z | |
58 | 2024-04-03T07:22:34.811Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-03T07:22:34.811Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-03T07:22:34.811Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-03T07:22:34.906Z | + rustc --version |
62 | 2024-04-03T07:22:34.972Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-03T07:22:34.987Z | process exited: duration 17931 ms, exit code 0 |
|
64 | 2024-04-03T07:22:35.409Z | starting task 2: "authentication" |
65 | 2024-04-03T07:22:35.442Z | process exited: duration 35 ms, exit code 0 |
|
66 | 2024-04-03T07:22:35.454Z | starting task 3: "clone repository" |
67 | 2024-04-03T07:22:35.458Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-03T07:22:35.458Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-03T07:22:36.302Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-03T07:23:06.360Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-03T07:23:06.360Z | + git fetch origin e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
72 | 2024-04-03T07:23:07.039Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-03T07:23:07.039Z | * branch e33f57601f40a2d5b94e4aa9ee14b85bb71baecf -> FETCH_HEAD |
74 | 2024-04-03T07:23:07.048Z | + [[ -n sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]] |
75 | 2024-04-03T07:23:07.055Z | ++ git branch --show-current |
76 | 2024-04-03T07:23:07.055Z | + current=main |
77 | 2024-04-03T07:23:07.055Z | + [[ main != sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]] |
78 | 2024-04-03T07:23:07.055Z | + git branch -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
79 | 2024-04-03T07:23:07.059Z | + git checkout -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end |
80 | 2024-04-03T07:23:07.198Z | Switched to branch 'sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end' |
81 | 2024-04-03T07:23:07.216Z | + git reset --hard e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
82 | 2024-04-03T07:23:07.217Z | HEAD is now at e33f57601 [𝘀𝗽𝗿] initial version |
83 | 2024-04-03T07:23:07.217Z | process exited: duration 31737 ms, exit code 0 |
|
84 | 2024-04-03T07:23:07.244Z | starting task 4: "build" |
85 | 2024-04-03T07:23:07.258Z | + cargo --version |
86 | 2024-04-03T07:23:07.259Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-03T07:23:07.429Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-03T07:23:07.430Z | info: downloading component 'cargo' |
89 | 2024-04-03T07:23:08.291Z | info: downloading component 'clippy' |
90 | 2024-04-03T07:23:08.557Z | info: downloading component 'rust-docs' |
91 | 2024-04-03T07:23:15.650Z | info: downloading component 'rust-std' |
92 | 2024-04-03T07:23:15.976Z | info: downloading component 'rustc' |
93 | 2024-04-03T07:23:16.073Z | info: downloading component 'rustfmt' |
94 | 2024-04-03T07:23:16.073Z | info: installing component 'cargo' |
95 | 2024-04-03T07:23:16.764Z | info: installing component 'clippy' |
96 | 2024-04-03T07:23:17.127Z | info: installing component 'rust-docs' |
97 | 2024-04-03T07:23:18.471Z | info: installing component 'rust-std' |
98 | 2024-04-03T07:23:20.233Z | info: installing component 'rustc' |
99 | 2024-04-03T07:23:24.387Z | info: installing component 'rustfmt' |
100 | 2024-04-03T07:23:24.788Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-03T07:23:24.801Z | + rustc --version |
102 | 2024-04-03T07:23:24.853Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-03T07:23:24.858Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-04-03T07:23:45.276Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-04-03T07:23:45.738Z | Startup: Caching catalogs ... Done |
106 | 2024-04-03T07:23:45.738Z | Planning: Solver setup ... Done (1.358s) |
107 | 2024-04-03T07:23:45.738Z | Planning: Running solver ... Done (0.026s) |
108 | 2024-04-03T07:23:45.738Z | Planning: Finding local manifests ... Done (0.281s) |
109 | 2024-04-03T07:23:45.738Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-04-03T07:23:45.738Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-04-03T07:23:45.738Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-04-03T07:23:45.738Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-04-03T07:23:45.739Z | Planning: Checking for conflicting actions ... Done (0.552s) |
114 | 2024-04-03T07:23:45.739Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-04-03T07:23:53.846Z | Planning: Evaluating mediators ... Done (10.383s) |
116 | 2024-04-03T07:23:53.850Z | Planning: Planning completed in 13.48 seconds |
117 | 2024-04-03T07:23:53.850Z | Packages to install: 4 |
118 | 2024-04-03T07:23:53.850Z | Mediators to change: 2 |
119 | 2024-04-03T07:23:53.850Z | Services to change: 1 |
120 | 2024-04-03T07:23:53.850Z | Estimated space available: 155.31 GB |
121 | 2024-04-03T07:23:53.850Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-04-03T07:23:53.850Z | Create boot environment: No |
123 | 2024-04-03T07:23:53.850Z | Create backup boot environment: No |
124 | 2024-04-03T07:23:53.850Z | Rebuild boot archive: No |
125 | 2024-04-03T07:23:53.850Z | |
126 | 2024-04-03T07:23:53.850Z | Changed mediators: |
127 | 2024-04-03T07:23:53.850Z | mediator clang: |
128 | 2024-04-03T07:23:53.850Z | version: None -> 15 (system default) |
129 | 2024-04-03T07:23:53.850Z | |
130 | 2024-04-03T07:23:53.850Z | mediator llvm: |
131 | 2024-04-03T07:23:53.850Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-04-03T07:23:53.850Z | |
133 | 2024-04-03T07:23:53.851Z | Changed packages: |
134 | 2024-04-03T07:23:53.851Z | helios-dev |
135 | 2024-04-03T07:23:53.851Z | developer/build-essential |
136 | 2024-04-03T07:23:53.851Z | None -> 11-2.0 |
137 | 2024-04-03T07:23:53.851Z | library/libxmlsec1 |
138 | 2024-04-03T07:23:53.851Z | None -> 1.2.35-2.0 |
139 | 2024-04-03T07:23:53.851Z | ooce/developer/clang-15 |
140 | 2024-04-03T07:23:53.851Z | None -> 15.0.7-2.0 |
141 | 2024-04-03T07:23:53.851Z | ooce/developer/llvm-15 |
142 | 2024-04-03T07:23:53.851Z | None -> 15.0.7-2.0 |
143 | 2024-04-03T07:23:53.851Z | |
144 | 2024-04-03T07:23:53.851Z | Services: |
145 | 2024-04-03T07:23:53.851Z | restart_fmri: |
146 | 2024-04-03T07:23:53.851Z | svc:/system/update-man-index:default |
147 | 2024-04-03T07:23:53.851Z | |
148 | 2024-04-03T07:23:53.851Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-04-03T07:23:58.137Z | Download: 1139/3290 items 52.2/212.6MB 24% complete (10.3M/s) |
150 | 2024-04-03T07:24:03.140Z | Download: 1770/3290 items 118.3/212.6MB 55% complete (11.9M/s) |
151 | 2024-04-03T07:24:08.163Z | Download: 2339/3290 items 119.9/212.6MB 56% complete (7.3M/s) |
152 | 2024-04-03T07:24:13.419Z | Download: 3246/3290 items 178.1/212.6MB 83% complete (5.9M/s) |
153 | 2024-04-03T07:24:14.845Z | Download: Completed 212.60 MB in 21.69 seconds (9.8M/s) |
154 | 2024-04-03T07:24:15.215Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-04-03T07:24:20.228Z | Actions: 3544/3689 actions (Installing new actions) |
156 | 2024-04-03T07:24:21.015Z | Actions: Completed 3689 actions in 5.80 seconds. |
157 | 2024-04-03T07:24:21.204Z | Done (0.190s) |
158 | 2024-04-03T07:24:21.204Z | Done (0.000s) |
159 | 2024-04-03T07:24:21.803Z | Done (0.254s) |
160 | 2024-04-03T07:24:27.532Z | Done (5.933s) |
161 | 2024-04-03T07:24:27.806Z | Done (0.203s) |
162 | 2024-04-03T07:24:27.809Z | Done (0.000s) |
163 | 2024-04-03T07:24:27.954Z | Done (0.000s) |
164 | 2024-04-03T07:24:28.483Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-04-03T07:24:28.641Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-04-03T07:24:28.644Z | Planning: Consolidating action changes ... Done |
167 | 2024-04-03T07:24:28.916Z | Planning: Evaluating mediators ... Done |
168 | 2024-04-03T07:24:28.921Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-04-03T07:24:28.946Z | Mediators to change: 2 |
170 | 2024-04-03T07:24:28.946Z | Create boot environment: No |
171 | 2024-04-03T07:24:28.949Z | Create backup boot environment: No |
172 | 2024-04-03T07:24:29.026Z | Done |
173 | 2024-04-03T07:24:29.026Z | Done |
174 | 2024-04-03T07:24:29.165Z | Done |
175 | 2024-04-03T07:24:35.269Z | Done |
176 | 2024-04-03T07:24:35.417Z | Done |
177 | 2024-04-03T07:24:35.417Z | Done |
178 | 2024-04-03T07:24:35.417Z | Done |
179 | 2024-04-03T07:24:35.417Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-04-03T07:24:35.417Z | Planning: Merging actions ... Done |
181 | 2024-04-03T07:24:35.417Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-04-03T07:24:35.417Z | Planning: Consolidating action changes ... Done |
183 | 2024-04-03T07:24:35.417Z | Planning: Evaluating mediators ... Done |
184 | 2024-04-03T07:24:35.417Z | Planning: Planning completed in 0.79 seconds |
185 | 2024-04-03T07:24:35.417Z | Packages to change: 1 |
186 | 2024-04-03T07:24:35.417Z | Mediators to change: 1 |
187 | 2024-04-03T07:24:35.417Z | Services to change: 1 |
188 | 2024-04-03T07:24:35.417Z | Create boot environment: No |
189 | 2024-04-03T07:24:35.417Z | Create backup boot environment: Yes |
190 | 2024-04-03T07:24:36.099Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-04-03T07:24:36.117Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-04-03T07:24:36.117Z | Done |
193 | 2024-04-03T07:24:36.118Z | Done |
194 | 2024-04-03T07:24:36.145Z | Done |
195 | 2024-04-03T07:24:39.718Z | Done |
196 | 2024-04-03T07:24:39.798Z | Done |
197 | 2024-04-03T07:24:39.801Z | Done |
198 | 2024-04-03T07:24:39.903Z | Done |
199 | 2024-04-03T07:24:40.336Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-04-03T07:24:40.337Z | clang system 15 system |
201 | 2024-04-03T07:24:40.337Z | csh system system illumos |
202 | 2024-04-03T07:24:40.337Z | ctags system system illumos |
203 | 2024-04-03T07:24:40.337Z | gcc vendor 12 vendor |
204 | 2024-04-03T07:24:40.337Z | gcc system 10 system |
205 | 2024-04-03T07:24:40.337Z | gcc system 7 system |
206 | 2024-04-03T07:24:40.337Z | go system 1.20 system |
207 | 2024-04-03T07:24:40.337Z | go system 1.19 system |
208 | 2024-04-03T07:24:40.337Z | llvm system 15 system |
209 | 2024-04-03T07:24:40.337Z | llvm system 14 system |
210 | 2024-04-03T07:24:40.337Z | mariadb system 10.6 system |
211 | 2024-04-03T07:24:40.337Z | mta vendor vendor dma |
212 | 2024-04-03T07:24:40.337Z | openjdk system 17 system |
213 | 2024-04-03T07:24:40.337Z | openjdk system 11 system |
214 | 2024-04-03T07:24:40.337Z | openjdk system 1.8 system |
215 | 2024-04-03T07:24:40.337Z | openssl vendor 3 vendor |
216 | 2024-04-03T07:24:40.337Z | perl system 5.36 system |
217 | 2024-04-03T07:24:40.337Z | postgresql system 15 system |
218 | 2024-04-03T07:24:40.337Z | postgresql system 13 system |
219 | 2024-04-03T07:24:40.337Z | python vendor 3 vendor |
220 | 2024-04-03T07:24:40.338Z | python system 2 system |
221 | 2024-04-03T07:24:40.338Z | python3 system 3.11 system |
222 | 2024-04-03T07:24:40.338Z | ruby system 3.0 system |
223 | 2024-04-03T07:24:40.338Z | words vendor vendor american-english |
224 | 2024-04-03T07:24:40.338Z | words system system australian-english |
225 | 2024-04-03T07:24:40.338Z | words system system british-english |
226 | 2024-04-03T07:24:40.338Z | words system system canadian-english |
227 | 2024-04-03T07:24:40.338Z | words system system french |
228 | 2024-04-03T07:24:40.338Z | words system system italian |
229 | 2024-04-03T07:24:40.338Z | words system system ngerman |
230 | 2024-04-03T07:24:40.338Z | words system system ogerman |
231 | 2024-04-03T07:24:40.338Z | words system system spanish |
232 | 2024-04-03T07:24:40.667Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-04-03T07:24:40.667Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-04-03T07:24:41.916Z | FMRI IFO |
235 | 2024-04-03T07:24:41.916Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-04-03T07:24:41.916Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-04-03T07:24:41.916Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-04-03T07:24:41.916Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-04-03T07:24:41.916Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-04-03T07:24:41.916Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-04-03T07:24:41.917Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-04-03T07:24:41.917Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-04-03T07:24:41.917Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-04-03T07:24:41.917Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-04-03T07:24:41.917Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-04-03T07:24:41.917Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-04-03T07:24:42.142Z | + set -o errexit |
248 | 2024-04-03T07:24:42.145Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-04-03T07:24:42.145Z | ++ cd ./tools |
250 | 2024-04-03T07:24:42.145Z | ++ pwd |
251 | 2024-04-03T07:24:42.150Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-04-03T07:24:42.150Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-04-03T07:24:42.150Z | + ARG0=ci_download_cockroachdb |
254 | 2024-04-03T07:24:42.150Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-04-03T07:24:42.154Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-04-03T07:24:42.154Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-04-03T07:24:42.154Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-04-03T07:24:42.155Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-04-03T07:24:42.155Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-04-03T07:24:42.155Z | + TARGET_DIR=out |
261 | 2024-04-03T07:24:42.155Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-04-03T07:24:42.155Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-04-03T07:24:42.155Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-04-03T07:24:42.155Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-04-03T07:24:42.156Z | + main |
266 | 2024-04-03T07:24:42.156Z | + [[ 0 != 0 ]] |
267 | 2024-04-03T07:24:42.156Z | + CIDL_OS=solaris2.11 |
268 | 2024-04-03T07:24:42.156Z | + [[ 0 != 0 ]] |
269 | 2024-04-03T07:24:42.156Z | + configure_os solaris2.11 |
270 | 2024-04-03T07:24:42.156Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-04-03T07:24:42.156Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-04-03T07:24:42.156Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-04-03T07:24:42.157Z | + case "$1" in |
274 | 2024-04-03T07:24:42.157Z | configuring based on OS: "solaris2.11" |
275 | 2024-04-03T07:24:42.157Z | + CIDL_BUILD=illumos |
276 | 2024-04-03T07:24:42.157Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-04-03T07:24:42.157Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-04-03T07:24:42.157Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-04-03T07:24:42.157Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-04-03T07:24:42.157Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-04-03T07:24:42.158Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-04-03T07:24:42.158Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-04-03T07:24:42.158Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-04-03T07:24:42.158Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-03T07:24:42.158Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-04-03T07:24:42.158Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-04-03T07:24:42.159Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-03T07:24:42.159Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-04-03T07:24:42.159Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-04-03T07:24:42.159Z | + mkdir -p out/downloads |
291 | 2024-04-03T07:24:42.159Z | + mkdir -p ./out/cockroachdb |
292 | 2024-04-03T07:24:42.175Z | + local DO_DOWNLOAD=true |
293 | 2024-04-03T07:24:42.175Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-04-03T07:24:42.175Z | + '[' true == true ']' |
295 | 2024-04-03T07:24:42.175Z | + echo Downloading... |
296 | 2024-04-03T07:24:42.175Z | Downloading... |
297 | 2024-04-03T07:24:42.175Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-04-03T07:24:42.175Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-04-03T07:24:48.797Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-03T07:24:48.931Z | ++ sha256sum |
301 | 2024-04-03T07:24:48.932Z | ++ awk '{print $1}' |
302 | 2024-04-03T07:24:48.932Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-04-03T07:24:48.932Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
304 | 2024-04-03T07:24:48.932Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-03T07:24:48.932Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-04-03T07:24:49.612Z | + do_assemble_illumos |
307 | 2024-04-03T07:24:49.613Z | + rm -r ./out/cockroachdb |
308 | 2024-04-03T07:24:49.634Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-04-03T07:24:49.989Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-04-03T07:24:50.146Z | Build Tag: v22.1.9-dirty |
311 | 2024-04-03T07:24:50.147Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-04-03T07:24:50.147Z | Distribution: OSS |
313 | 2024-04-03T07:24:50.148Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-04-03T07:24:50.148Z | Go Version: go1.17.13 |
315 | 2024-04-03T07:24:50.148Z | C Compiler: gcc 10.3.0 |
316 | 2024-04-03T07:24:50.148Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-04-03T07:24:50.149Z | Build Type: release |
318 | 2024-04-03T07:24:50.168Z | + set -o errexit |
319 | 2024-04-03T07:24:50.168Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-04-03T07:24:50.175Z | ++ cd ./tools |
321 | 2024-04-03T07:24:50.175Z | ++ pwd |
322 | 2024-04-03T07:24:50.175Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-04-03T07:24:50.176Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-04-03T07:24:50.176Z | + ARG0=ci_download_clickhouse |
325 | 2024-04-03T07:24:50.177Z | + TARGET_DIR=out |
326 | 2024-04-03T07:24:50.177Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-04-03T07:24:50.177Z | + DEST_DIR=./out/clickhouse |
328 | 2024-04-03T07:24:50.178Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-04-03T07:24:50.178Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-04-03T07:24:50.178Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-04-03T07:24:50.179Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-04-03T07:24:50.179Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-04-03T07:24:50.179Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-04-03T07:24:50.179Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-04-03T07:24:50.180Z | + main |
336 | 2024-04-03T07:24:50.180Z | + [[ 0 != 0 ]] |
337 | 2024-04-03T07:24:50.180Z | + CIDL_OS=solaris2.11 |
338 | 2024-04-03T07:24:50.180Z | + [[ 0 != 0 ]] |
339 | 2024-04-03T07:24:50.180Z | + configure_os solaris2.11 |
340 | 2024-04-03T07:24:50.181Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-04-03T07:24:50.181Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-04-03T07:24:50.182Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-04-03T07:24:50.182Z | configuring based on OS: "solaris2.11" |
344 | 2024-04-03T07:24:50.182Z | + CIDL_DASHREV= |
345 | 2024-04-03T07:24:50.182Z | + case "$1" in |
346 | 2024-04-03T07:24:50.182Z | + CIDL_PLATFORM=illumos |
347 | 2024-04-03T07:24:50.183Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-04-03T07:24:50.183Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-04-03T07:24:50.183Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-04-03T07:24:50.183Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-04-03T07:24:50.183Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-04-03T07:24:50.183Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-03T07:24:50.184Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-04-03T07:24:50.184Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-03T07:24:50.184Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-03T07:24:50.184Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-04-03T07:24:50.184Z | + mkdir -p out/downloads |
358 | 2024-04-03T07:24:50.184Z | + mkdir -p ./out/clickhouse |
359 | 2024-04-03T07:24:50.185Z | + local DO_DOWNLOAD=true |
360 | 2024-04-03T07:24:50.185Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-04-03T07:24:50.185Z | + '[' true == true ']' |
362 | 2024-04-03T07:24:50.185Z | + echo Downloading... |
363 | 2024-04-03T07:24:50.185Z | Downloading... |
364 | 2024-04-03T07:24:50.186Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-04-03T07:24:50.186Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-04-03T07:24:53.263Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-03T07:24:53.268Z | ++ md5sum |
368 | 2024-04-03T07:24:53.268Z | ++ awk '{print $1}' |
369 | 2024-04-03T07:24:53.495Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-04-03T07:24:53.510Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
371 | 2024-04-03T07:24:53.511Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-04-03T07:24:53.511Z | + mkdir -p ./out/clickhouse |
373 | 2024-04-03T07:24:53.511Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-04-03T07:24:57.330Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-04-03T07:24:57.330Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-04-03T07:24:57.967Z | ClickHouse server version 23.8.7.1. |
377 | 2024-04-03T07:24:57.967Z | + set -o errexit |
378 | 2024-04-03T07:24:57.967Z | +++ dirname ./tools/ci_download_console |
379 | 2024-04-03T07:24:57.967Z | ++ cd ./tools |
380 | 2024-04-03T07:24:57.968Z | ++ pwd |
381 | 2024-04-03T07:24:57.968Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-04-03T07:24:57.968Z | ++ basename ./tools/ci_download_console |
383 | 2024-04-03T07:24:57.968Z | + ARG0=ci_download_console |
384 | 2024-04-03T07:24:57.968Z | + TARGET_DIR=out |
385 | 2024-04-03T07:24:57.968Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-04-03T07:24:57.969Z | + DEST_DIR=./out/console-assets |
387 | 2024-04-03T07:24:57.969Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-04-03T07:24:57.969Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
389 | 2024-04-03T07:24:57.969Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
390 | 2024-04-03T07:24:57.969Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
391 | 2024-04-03T07:24:57.969Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-04-03T07:24:57.969Z | + main |
393 | 2024-04-03T07:24:57.969Z | + [[ 0 != 0 ]] |
394 | 2024-04-03T07:24:57.969Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
395 | 2024-04-03T07:24:57.969Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2024-04-03T07:24:57.970Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
397 | 2024-04-03T07:24:57.970Z | Local file: out/downloads/console.tar.gz |
398 | 2024-04-03T07:24:57.970Z | + local DO_DOWNLOAD=true |
399 | 2024-04-03T07:24:57.970Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-04-03T07:24:57.970Z | + mkdir -p out/downloads |
401 | 2024-04-03T07:24:57.970Z | + '[' true == true ']' |
402 | 2024-04-03T07:24:57.971Z | + echo Downloading... |
403 | 2024-04-03T07:24:57.971Z | Downloading... |
404 | 2024-04-03T07:24:57.971Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
405 | 2024-04-03T07:24:57.971Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
406 | 2024-04-03T07:24:58.474Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-04-03T07:24:58.488Z | ++ case "$OSTYPE" in |
408 | 2024-04-03T07:24:58.488Z | ++ SHA=sha256sum |
409 | 2024-04-03T07:24:58.488Z | ++ sha256sum |
410 | 2024-04-03T07:24:58.488Z | ++ awk '{print $1}' |
411 | 2024-04-03T07:24:58.488Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
412 | 2024-04-03T07:24:58.488Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
413 | 2024-04-03T07:24:58.489Z | + rm -rf ./out/console-assets |
414 | 2024-04-03T07:24:58.489Z | + mkdir -p ./out/console-assets |
415 | 2024-04-03T07:24:58.490Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-04-03T07:24:58.491Z | + mkdir -p ./out/console-assets |
417 | 2024-04-03T07:24:58.491Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-04-03T07:24:58.574Z | + set -o errexit |
419 | 2024-04-03T07:24:58.592Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-04-03T07:24:58.592Z | ++ cd ./tools |
421 | 2024-04-03T07:24:58.592Z | ++ pwd |
422 | 2024-04-03T07:24:58.592Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-04-03T07:24:58.592Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-04-03T07:24:58.592Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-04-03T07:24:58.592Z | + TARGET_DIR=out |
426 | 2024-04-03T07:24:58.593Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-04-03T07:24:58.593Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-04-03T07:24:58.593Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
429 | 2024-04-03T07:24:58.593Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
430 | 2024-04-03T07:24:58.593Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-04-03T07:24:58.593Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
432 | 2024-04-03T07:24:58.593Z | + main |
433 | 2024-04-03T07:24:58.593Z | + rm -rf out/downloads/root |
434 | 2024-04-03T07:24:58.593Z | + [[ 0 != 0 ]] |
435 | 2024-04-03T07:24:58.593Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
436 | 2024-04-03T07:24:58.593Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-04-03T07:24:58.593Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
438 | 2024-04-03T07:24:58.593Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-04-03T07:24:58.593Z | + local DO_DOWNLOAD=true |
440 | 2024-04-03T07:24:58.593Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
441 | 2024-04-03T07:24:58.594Z | + mkdir -p out/downloads |
442 | 2024-04-03T07:24:58.594Z | + '[' true == true ']' |
443 | 2024-04-03T07:24:58.594Z | + echo Downloading... |
444 | 2024-04-03T07:24:58.594Z | Downloading... |
445 | 2024-04-03T07:24:58.594Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-04-03T07:24:58.594Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
447 | 2024-04-03T07:24:59.308Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-03T07:24:59.315Z | ++ case "$OSTYPE" in |
449 | 2024-04-03T07:24:59.316Z | ++ SHA=sha256sum |
450 | 2024-04-03T07:24:59.316Z | ++ sha256sum |
451 | 2024-04-03T07:24:59.316Z | ++ awk '{print $1}' |
452 | 2024-04-03T07:24:59.317Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-04-03T07:24:59.317Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
454 | 2024-04-03T07:24:59.317Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-04-03T07:24:59.317Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
456 | 2024-04-03T07:24:59.317Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
457 | 2024-04-03T07:24:59.318Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-04-03T07:24:59.318Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-04-03T07:24:59.318Z | + main |
460 | 2024-04-03T07:24:59.318Z | + rm -rf out/downloads/root |
461 | 2024-04-03T07:24:59.318Z | + [[ 0 != 0 ]] |
462 | 2024-04-03T07:24:59.319Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
463 | 2024-04-03T07:24:59.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
464 | 2024-04-03T07:24:59.319Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
465 | 2024-04-03T07:24:59.319Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-04-03T07:24:59.319Z | + local DO_DOWNLOAD=true |
467 | 2024-04-03T07:24:59.320Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
468 | 2024-04-03T07:24:59.320Z | + mkdir -p out/downloads |
469 | 2024-04-03T07:24:59.320Z | + '[' true == true ']' |
470 | 2024-04-03T07:24:59.320Z | + echo Downloading... |
471 | 2024-04-03T07:24:59.320Z | Downloading... |
472 | 2024-04-03T07:24:59.320Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
473 | 2024-04-03T07:24:59.320Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
474 | 2024-04-03T07:24:59.458Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-03T07:24:59.462Z | ++ case "$OSTYPE" in |
476 | 2024-04-03T07:24:59.462Z | ++ SHA=sha256sum |
477 | 2024-04-03T07:24:59.462Z | ++ sha256sum |
478 | 2024-04-03T07:24:59.462Z | ++ awk '{print $1}' |
479 | 2024-04-03T07:24:59.468Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-04-03T07:24:59.468Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
481 | 2024-04-03T07:24:59.472Z | + set -o errexit |
482 | 2024-04-03T07:24:59.475Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2024-04-03T07:24:59.475Z | ++ cd ./tools |
484 | 2024-04-03T07:24:59.475Z | ++ pwd |
485 | 2024-04-03T07:24:59.475Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-04-03T07:24:59.480Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2024-04-03T07:24:59.480Z | + ARG0=ci_download_dendrite_openapi |
488 | 2024-04-03T07:24:59.480Z | + TARGET_DIR=out |
489 | 2024-04-03T07:24:59.481Z | + DOWNLOAD_DIR=out/downloads |
490 | 2024-04-03T07:24:59.481Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-04-03T07:24:59.481Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
492 | 2024-04-03T07:24:59.481Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
493 | 2024-04-03T07:24:59.481Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
494 | 2024-04-03T07:24:59.481Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
495 | 2024-04-03T07:24:59.481Z | + main |
496 | 2024-04-03T07:24:59.481Z | + [[ 0 != 0 ]] |
497 | 2024-04-03T07:24:59.482Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
498 | 2024-04-03T07:24:59.482Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
499 | 2024-04-03T07:24:59.482Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
500 | 2024-04-03T07:24:59.482Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
501 | 2024-04-03T07:24:59.482Z | + local DO_DOWNLOAD=true |
502 | 2024-04-03T07:24:59.483Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
503 | 2024-04-03T07:24:59.483Z | + mkdir -p out/downloads |
504 | 2024-04-03T07:24:59.915Z | + '[' true == true ']' |
505 | 2024-04-03T07:24:59.916Z | + echo Downloading... |
506 | 2024-04-03T07:24:59.916Z | Downloading... |
507 | 2024-04-03T07:24:59.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
508 | 2024-04-03T07:24:59.916Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
509 | 2024-04-03T07:25:00.902Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-03T07:25:00.906Z | ++ case "$OSTYPE" in |
511 | 2024-04-03T07:25:00.906Z | ++ SHA=sha256sum |
512 | 2024-04-03T07:25:00.906Z | ++ sha256sum |
513 | 2024-04-03T07:25:00.906Z | ++ awk '{print $1}' |
514 | 2024-04-03T07:25:00.911Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-04-03T07:25:00.911Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
516 | 2024-04-03T07:25:00.915Z | + set -o errexit |
517 | 2024-04-03T07:25:00.919Z | +++ dirname ./tools/ci_download_dendrite_stub |
518 | 2024-04-03T07:25:00.926Z | ++ cd ./tools |
519 | 2024-04-03T07:25:00.926Z | ++ pwd |
520 | 2024-04-03T07:25:00.926Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-04-03T07:25:00.926Z | ++ basename ./tools/ci_download_dendrite_stub |
522 | 2024-04-03T07:25:00.926Z | + ARG0=ci_download_dendrite_stub |
523 | 2024-04-03T07:25:00.926Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
524 | 2024-04-03T07:25:00.941Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
525 | 2024-04-03T07:25:00.941Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
526 | 2024-04-03T07:25:00.941Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
527 | 2024-04-03T07:25:00.941Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
528 | 2024-04-03T07:25:00.942Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
529 | 2024-04-03T07:25:00.942Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
530 | 2024-04-03T07:25:00.942Z | + TARGET_DIR=out |
531 | 2024-04-03T07:25:00.942Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-04-03T07:25:00.943Z | + DEST_DIR=./out/dendrite-stub |
533 | 2024-04-03T07:25:00.943Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
534 | 2024-04-03T07:25:00.944Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-04-03T07:25:00.944Z | + REPO=oxidecomputer/dendrite |
536 | 2024-04-03T07:25:00.944Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
537 | 2024-04-03T07:25:00.944Z | + main |
538 | 2024-04-03T07:25:00.944Z | + [[ 0 != 0 ]] |
539 | 2024-04-03T07:25:00.944Z | + CIDL_OS=solaris2.11 |
540 | 2024-04-03T07:25:00.944Z | + [[ 0 != 0 ]] |
541 | 2024-04-03T07:25:00.944Z | + configure_os solaris2.11 |
542 | 2024-04-03T07:25:00.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-04-03T07:25:00.944Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-04-03T07:25:00.945Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2024-04-03T07:25:00.945Z | + case "$1" in |
546 | 2024-04-03T07:25:00.945Z | configuring based on OS: "solaris2.11" |
547 | 2024-04-03T07:25:00.945Z | + SET_BINARIES= |
548 | 2024-04-03T07:25:00.945Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
549 | 2024-04-03T07:25:00.945Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-04-03T07:25:00.945Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
551 | 2024-04-03T07:25:00.945Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
552 | 2024-04-03T07:25:00.945Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
553 | 2024-04-03T07:25:00.945Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
554 | 2024-04-03T07:25:00.945Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
555 | 2024-04-03T07:25:00.945Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
556 | 2024-04-03T07:25:00.945Z | + mkdir -p out/downloads |
557 | 2024-04-03T07:25:00.946Z | Local file: out/downloads/dendrite-stub.tar.gz |
558 | 2024-04-03T07:25:00.946Z | + mkdir -p ./out/dendrite-stub |
559 | 2024-04-03T07:25:00.946Z | + fetch_and_verify |
560 | 2024-04-03T07:25:00.946Z | + local DO_DOWNLOAD=true |
561 | 2024-04-03T07:25:00.946Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
562 | 2024-04-03T07:25:00.946Z | + '[' true == true ']' |
563 | 2024-04-03T07:25:00.946Z | + echo Downloading... |
564 | 2024-04-03T07:25:00.946Z | Downloading... |
565 | 2024-04-03T07:25:00.946Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
566 | 2024-04-03T07:25:00.946Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
567 | 2024-04-03T07:25:11.599Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-03T07:25:11.607Z | ++ sha256sum |
569 | 2024-04-03T07:25:11.608Z | ++ awk '{print $1}' |
570 | 2024-04-03T07:25:12.035Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
571 | 2024-04-03T07:25:12.050Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
572 | 2024-04-03T07:25:12.050Z | + do_untar out/downloads/dendrite-stub.tar.gz |
573 | 2024-04-03T07:25:12.050Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
574 | 2024-04-03T07:25:12.221Z | + do_assemble |
575 | 2024-04-03T07:25:12.221Z | + rm -r ./out/dendrite-stub |
576 | 2024-04-03T07:25:12.250Z | + mkdir ./out/dendrite-stub |
577 | 2024-04-03T07:25:12.251Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
578 | 2024-04-03T07:25:12.317Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
579 | 2024-04-03T07:25:12.328Z | + set -o errexit |
580 | 2024-04-03T07:25:12.328Z | +++ dirname ./tools/ci_download_maghemite_mgd |
581 | 2024-04-03T07:25:12.328Z | ++ cd ./tools |
582 | 2024-04-03T07:25:12.328Z | ++ pwd |
583 | 2024-04-03T07:25:12.328Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
584 | 2024-04-03T07:25:12.328Z | ++ basename ./tools/ci_download_maghemite_mgd |
585 | 2024-04-03T07:25:12.328Z | + ARG0=ci_download_maghemite_mgd |
586 | 2024-04-03T07:25:12.328Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
587 | 2024-04-03T07:25:12.328Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
588 | 2024-04-03T07:25:12.328Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
589 | 2024-04-03T07:25:12.329Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
590 | 2024-04-03T07:25:12.329Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
591 | 2024-04-03T07:25:12.329Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
592 | 2024-04-03T07:25:12.329Z | + TARGET_DIR=out |
593 | 2024-04-03T07:25:12.329Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-04-03T07:25:12.329Z | + DEST_DIR=./out/mgd |
595 | 2024-04-03T07:25:12.329Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
596 | 2024-04-03T07:25:12.329Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
597 | 2024-04-03T07:25:12.329Z | + REPO=oxidecomputer/maghemite |
598 | 2024-04-03T07:25:12.329Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-04-03T07:25:12.329Z | + main |
600 | 2024-04-03T07:25:12.329Z | + rm -rf out/downloads/root |
601 | 2024-04-03T07:25:12.345Z | + [[ 0 != 0 ]] |
602 | 2024-04-03T07:25:12.345Z | + CIDL_OS=solaris2.11 |
603 | 2024-04-03T07:25:12.345Z | + [[ 0 != 0 ]] |
604 | 2024-04-03T07:25:12.345Z | + configure_os solaris2.11 |
605 | 2024-04-03T07:25:12.345Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-04-03T07:25:12.345Z | + echo 'configuring based on OS: "solaris2.11"' |
607 | 2024-04-03T07:25:12.345Z | current directory: /work/oxidecomputer/omicron |
608 | 2024-04-03T07:25:12.346Z | configuring based on OS: "solaris2.11" |
609 | 2024-04-03T07:25:12.346Z | + case "$1" in |
610 | 2024-04-03T07:25:12.346Z | + SET_BINARIES= |
611 | 2024-04-03T07:25:12.346Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2024-04-03T07:25:12.346Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2024-04-03T07:25:12.346Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-04-03T07:25:12.346Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2024-04-03T07:25:12.346Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
616 | 2024-04-03T07:25:12.346Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
617 | 2024-04-03T07:25:12.346Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
618 | 2024-04-03T07:25:12.347Z | Local file: out/downloads/mgd.tar.gz |
619 | 2024-04-03T07:25:12.347Z | + mkdir -p out/downloads |
620 | 2024-04-03T07:25:12.347Z | + mkdir -p ./out/mgd |
621 | 2024-04-03T07:25:12.347Z | + fetch_and_verify |
622 | 2024-04-03T07:25:12.347Z | + local DO_DOWNLOAD=true |
623 | 2024-04-03T07:25:12.347Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2024-04-03T07:25:12.347Z | + '[' true == true ']' |
625 | 2024-04-03T07:25:12.347Z | + echo Downloading... |
626 | 2024-04-03T07:25:12.347Z | Downloading... |
627 | 2024-04-03T07:25:12.347Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
628 | 2024-04-03T07:25:12.348Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
629 | 2024-04-03T07:25:26.537Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2024-04-03T07:25:26.547Z | ++ sha256sum |
631 | 2024-04-03T07:25:26.547Z | ++ awk '{print $1}' |
632 | 2024-04-03T07:25:26.548Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
633 | 2024-04-03T07:25:26.548Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
634 | 2024-04-03T07:25:26.548Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2024-04-03T07:25:26.548Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2024-04-03T07:25:26.976Z | + do_assemble |
637 | 2024-04-03T07:25:26.976Z | + rm -r ./out/mgd |
638 | 2024-04-03T07:25:26.976Z | + mkdir ./out/mgd |
639 | 2024-04-03T07:25:26.976Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2024-04-03T07:25:26.977Z | + set -o errexit |
641 | 2024-04-03T07:25:26.977Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2024-04-03T07:25:26.977Z | ++ cd ./tools |
643 | 2024-04-03T07:25:26.977Z | ++ pwd |
644 | 2024-04-03T07:25:26.977Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2024-04-03T07:25:26.977Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2024-04-03T07:25:26.977Z | + ARG0=ci_download_transceiver_control |
647 | 2024-04-03T07:25:26.977Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2024-04-03T07:25:26.977Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-04-03T07:25:26.977Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-04-03T07:25:26.977Z | + TARGET_DIR=out |
651 | 2024-04-03T07:25:26.978Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-04-03T07:25:26.978Z | + DEST_DIR=./out/transceiver-control |
653 | 2024-04-03T07:25:26.978Z | + BIN_DIR=/opt/oxide/bin |
654 | 2024-04-03T07:25:26.978Z | + BINARY=xcvradm |
655 | 2024-04-03T07:25:26.979Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2024-04-03T07:25:26.979Z | + REPO=oxidecomputer/transceiver-control |
657 | 2024-04-03T07:25:26.979Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-04-03T07:25:26.979Z | + main |
659 | 2024-04-03T07:25:26.979Z | + [[ 0 != 0 ]] |
660 | 2024-04-03T07:25:26.980Z | + CIDL_OS=solaris2.11 |
661 | 2024-04-03T07:25:26.980Z | + [[ 0 != 0 ]] |
662 | 2024-04-03T07:25:26.980Z | + configure_os solaris2.11 |
663 | 2024-04-03T07:25:26.980Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-04-03T07:25:26.980Z | + echo 'configuring based on OS: "solaris2.11"' |
665 | 2024-04-03T07:25:26.980Z | + case "$1" in |
666 | 2024-04-03T07:25:26.981Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-04-03T07:25:26.981Z | + SET_BINARIES= |
668 | 2024-04-03T07:25:26.981Z | configuring based on OS: "solaris2.11" |
669 | 2024-04-03T07:25:26.981Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-04-03T07:25:26.981Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2024-04-03T07:25:26.981Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2024-04-03T07:25:26.981Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-04-03T07:25:26.982Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
674 | 2024-04-03T07:25:26.982Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
675 | 2024-04-03T07:25:26.982Z | + echo 'Local file: out/downloads/xcvradm.gz' |
676 | 2024-04-03T07:25:26.982Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-04-03T07:25:26.982Z | Local file: out/downloads/xcvradm.gz |
678 | 2024-04-03T07:25:26.982Z | + mkdir -p out/downloads |
679 | 2024-04-03T07:25:26.982Z | + mkdir -p ./out/transceiver-control |
680 | 2024-04-03T07:25:26.982Z | + fetch_and_verify |
681 | 2024-04-03T07:25:26.982Z | + local DO_DOWNLOAD=true |
682 | 2024-04-03T07:25:26.982Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2024-04-03T07:25:26.982Z | + '[' true == true ']' |
684 | 2024-04-03T07:25:26.982Z | + echo Downloading... |
685 | 2024-04-03T07:25:26.982Z | Downloading... |
686 | 2024-04-03T07:25:26.982Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
687 | 2024-04-03T07:25:26.982Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-04-03T07:25:35.260Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2024-04-03T07:25:35.461Z | ++ sha256sum |
690 | 2024-04-03T07:25:35.461Z | ++ awk '{print $1}' |
691 | 2024-04-03T07:25:35.461Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-04-03T07:25:35.462Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
693 | 2024-04-03T07:25:35.462Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2024-04-03T07:25:35.462Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2024-04-03T07:25:35.462Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2024-04-03T07:25:35.462Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2024-04-03T07:25:35.462Z | + do_assemble |
698 | 2024-04-03T07:25:35.463Z | + rm -r ./out/transceiver-control |
699 | 2024-04-03T07:25:35.463Z | + mkdir ./out/transceiver-control |
700 | 2024-04-03T07:25:35.463Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2024-04-03T07:25:35.463Z | + set -o errexit |
702 | 2024-04-03T07:25:35.464Z | +++ dirname ./tools/ci_download_thundermuffin |
703 | 2024-04-03T07:25:35.464Z | ++ cd ./tools |
704 | 2024-04-03T07:25:35.464Z | ++ pwd |
705 | 2024-04-03T07:25:35.464Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
706 | 2024-04-03T07:25:35.464Z | ++ basename ./tools/ci_download_thundermuffin |
707 | 2024-04-03T07:25:35.464Z | + ARG0=ci_download_thundermuffin |
708 | 2024-04-03T07:25:35.464Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
709 | 2024-04-03T07:25:35.464Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
710 | 2024-04-03T07:25:35.465Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
711 | 2024-04-03T07:25:35.465Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
712 | 2024-04-03T07:25:35.465Z | + TARGET_DIR=out |
713 | 2024-04-03T07:25:35.465Z | + DOWNLOAD_DIR=out/downloads |
714 | 2024-04-03T07:25:35.465Z | + DEST_DIR=./out/thundermuffin |
715 | 2024-04-03T07:25:35.465Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
716 | 2024-04-03T07:25:35.465Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
717 | 2024-04-03T07:25:35.465Z | + REPO=oxidecomputer/thundermuffin |
718 | 2024-04-03T07:25:35.465Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-04-03T07:25:35.466Z | + main |
720 | 2024-04-03T07:25:35.466Z | + rm -rf out/downloads/root |
721 | 2024-04-03T07:25:35.466Z | + [[ 0 != 0 ]] |
722 | 2024-04-03T07:25:35.467Z | + CIDL_OS=solaris2.11 |
723 | 2024-04-03T07:25:35.467Z | + [[ 0 != 0 ]] |
724 | 2024-04-03T07:25:35.467Z | + configure_os solaris2.11 |
725 | 2024-04-03T07:25:35.467Z | + echo 'current directory: /work/oxidecomputer/omicron' |
726 | 2024-04-03T07:25:35.467Z | current directory: /work/oxidecomputer/omicron |
727 | 2024-04-03T07:25:35.468Z | + echo 'configuring based on OS: "solaris2.11"' |
728 | 2024-04-03T07:25:35.468Z | configuring based on OS: "solaris2.11" |
729 | 2024-04-03T07:25:35.468Z | + case "$1" in |
730 | 2024-04-03T07:25:35.468Z | + SET_BINARIES= |
731 | 2024-04-03T07:25:35.468Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-04-03T07:25:35.468Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-04-03T07:25:35.469Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-04-03T07:25:35.469Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
735 | 2024-04-03T07:25:35.469Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
736 | 2024-04-03T07:25:35.469Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
737 | 2024-04-03T07:25:35.470Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-04-03T07:25:35.470Z | + mkdir -p out/downloads |
739 | 2024-04-03T07:25:35.470Z | Local file: out/downloads/thundermuffin.tar.gz |
740 | 2024-04-03T07:25:35.470Z | + mkdir -p ./out/thundermuffin |
741 | 2024-04-03T07:25:35.470Z | + fetch_and_verify |
742 | 2024-04-03T07:25:35.470Z | + local DO_DOWNLOAD=true |
743 | 2024-04-03T07:25:35.471Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
744 | 2024-04-03T07:25:35.471Z | + '[' true == true ']' |
745 | 2024-04-03T07:25:35.472Z | + echo Downloading... |
746 | 2024-04-03T07:25:35.472Z | Downloading... |
747 | 2024-04-03T07:25:35.472Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
748 | 2024-04-03T07:25:35.472Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
749 | 2024-04-03T07:25:37.480Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
750 | 2024-04-03T07:25:37.498Z | ++ sha256sum |
751 | 2024-04-03T07:25:37.498Z | ++ awk '{print $1}' |
752 | 2024-04-03T07:25:37.499Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
753 | 2024-04-03T07:25:37.499Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
754 | 2024-04-03T07:25:37.499Z | + do_untar out/downloads/thundermuffin.tar.gz |
755 | 2024-04-03T07:25:37.499Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
756 | 2024-04-03T07:25:37.548Z | + do_assemble |
757 | 2024-04-03T07:25:37.548Z | + rm -r ./out/thundermuffin |
758 | 2024-04-03T07:25:37.557Z | + mkdir ./out/thundermuffin |
759 | 2024-04-03T07:25:37.557Z | + cp -r out/downloads/root ./out/thundermuffin/root |
760 | 2024-04-03T07:25:37.561Z | All prerequisites installed successfully |
761 | 2024-04-03T07:25:37.562Z | |
762 | 2024-04-03T07:25:37.562Z | real 2:12.652165816 |
763 | 2024-04-03T07:25:37.562Z | user 36.585628891 |
764 | 2024-04-03T07:25:37.562Z | sys 6.634538161 |
765 | 2024-04-03T07:25:37.562Z | trap 0.007930243 |
766 | 2024-04-03T07:25:37.562Z | tflt 0.099605298 |
767 | 2024-04-03T07:25:37.562Z | dflt 0.650246403 |
768 | 2024-04-03T07:25:37.563Z | kflt 0.222218179 |
769 | 2024-04-03T07:25:37.563Z | lock 1.099634705 |
770 | 2024-04-03T07:25:37.563Z | slp 4:43.464210315 |
771 | 2024-04-03T07:25:37.563Z | lat 1.936844286 |
772 | 2024-04-03T07:25:37.563Z | stop 0.146951760 |
773 | 2024-04-03T07:25:37.563Z | + banner end-to-end-tests |
774 | 2024-04-03T07:25:37.570Z | |
775 | 2024-04-03T07:25:37.570Z | ###### # # ##### ##### #### ###### # # ##### |
776 | 2024-04-03T07:25:37.570Z | # ## # # # # # # # ## # # # |
777 | 2024-04-03T07:25:37.571Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
778 | 2024-04-03T07:25:37.571Z | # # # # # # # # # # # # # # # |
779 | 2024-04-03T07:25:37.571Z | # # ## # # # # # # # ## # # |
780 | 2024-04-03T07:25:37.571Z | ###### # # ##### # #### ###### # # ##### |
781 | 2024-04-03T07:25:37.571Z | |
782 | 2024-04-03T07:25:37.571Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
783 | 2024-04-03T07:25:37.571Z | + CARGO_PROFILE_DEV_DEBUG=1 |
784 | 2024-04-03T07:25:37.571Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
785 | 2024-04-03T07:25:37.571Z | + CARGO_PROFILE_TEST_DEBUG=1 |
786 | 2024-04-03T07:25:37.571Z | + export CARGO_INCREMENTAL=0 |
787 | 2024-04-03T07:25:37.571Z | + CARGO_INCREMENTAL=0 |
788 | 2024-04-03T07:25:37.571Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
789 | 2024-04-03T07:25:37.836Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
790 | 2024-04-03T07:25:38.789Z | Updating git repository `https://github.com/oxidecomputer/samael` |
791 | 2024-04-03T07:25:39.805Z | Updating git repository `https://github.com/oxidecomputer/zone` |
792 | 2024-04-03T07:25:40.580Z | Updating crates.io index |
793 | 2024-04-03T07:25:40.665Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
794 | 2024-04-03T07:25:42.834Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
795 | 2024-04-03T07:25:44.540Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
796 | 2024-04-03T07:25:48.817Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
797 | 2024-04-03T07:25:53.271Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
798 | 2024-04-03T07:25:53.472Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
799 | 2024-04-03T07:25:53.557Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
800 | 2024-04-03T07:26:02.260Z | Updating git repository `https://github.com/oxidecomputer/opte` |
801 | 2024-04-03T07:26:02.391Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
802 | 2024-04-03T07:26:05.654Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
803 | 2024-04-03T07:26:06.431Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
804 | 2024-04-03T07:26:07.739Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
805 | 2024-04-03T07:26:08.619Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
806 | 2024-04-03T07:26:09.584Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
807 | 2024-04-03T07:26:10.582Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
808 | 2024-04-03T07:26:11.271Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
809 | 2024-04-03T07:26:12.211Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
810 | 2024-04-03T07:26:12.984Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
811 | 2024-04-03T07:26:13.674Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
812 | 2024-04-03T07:26:14.505Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
813 | 2024-04-03T07:26:15.267Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
814 | 2024-04-03T07:26:16.038Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
815 | 2024-04-03T07:26:16.993Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
816 | 2024-04-03T07:26:17.974Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
817 | 2024-04-03T07:26:18.966Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
818 | 2024-04-03T07:26:19.717Z | Updating git repository `https://github.com/jgallagher/nix` |
819 | 2024-04-03T07:26:23.399Z | Updating git repository `https://github.com/cbiffle/hubpack` |
820 | 2024-04-03T07:26:24.296Z | Updating git repository `https://github.com/oxidecomputer/typify` |
821 | 2024-04-03T07:26:27.359Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
822 | 2024-04-03T07:26:28.709Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
823 | 2024-04-03T07:26:29.607Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
824 | 2024-04-03T07:26:31.252Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
825 | 2024-04-03T07:26:35.495Z | Downloading crates ... |
826 | 2024-04-03T07:26:35.495Z | Downloaded adler v1.0.2 |
827 | 2024-04-03T07:26:35.495Z | Downloaded addr2line v0.21.0 |
828 | 2024-04-03T07:26:35.495Z | Downloaded anstream v0.6.11 |
829 | 2024-04-03T07:26:35.495Z | Downloaded async-stream-impl v0.3.5 |
830 | 2024-04-03T07:26:35.495Z | Downloaded atomicwrites v0.4.3 |
831 | 2024-04-03T07:26:35.495Z | Downloaded async-stream v0.3.5 |
832 | 2024-04-03T07:26:35.495Z | Downloaded anstyle-query v1.0.0 |
833 | 2024-04-03T07:26:35.495Z | Downloaded instant v0.1.12 |
834 | 2024-04-03T07:26:35.495Z | Downloaded anstyle v1.0.6 |
835 | 2024-04-03T07:26:35.496Z | Downloaded inout v0.1.3 |
836 | 2024-04-03T07:26:35.496Z | Downloaded arrayvec v0.7.4 |
837 | 2024-04-03T07:26:35.496Z | Downloaded argon2 v0.5.3 |
838 | 2024-04-03T07:26:35.496Z | Downloaded indexmap v2.2.6 |
839 | 2024-04-03T07:26:35.496Z | Downloaded ansi_term v0.12.1 |
840 | 2024-04-03T07:26:35.496Z | Downloaded ipnet v2.9.0 |
841 | 2024-04-03T07:26:35.496Z | Downloaded ahash v0.8.8 |
842 | 2024-04-03T07:26:35.496Z | Downloaded matches v0.1.10 |
843 | 2024-04-03T07:26:35.496Z | Downloaded anyhow v1.0.79 |
844 | 2024-04-03T07:26:35.496Z | Downloaded md-5 v0.10.5 |
845 | 2024-04-03T07:26:35.496Z | Downloaded allocator-api2 v0.2.16 |
846 | 2024-04-03T07:26:35.496Z | Downloaded internet-checksum v0.2.1 |
847 | 2024-04-03T07:26:35.497Z | Downloaded indexmap v1.9.3 |
848 | 2024-04-03T07:26:35.497Z | Downloaded memmap v0.7.0 |
849 | 2024-04-03T07:26:35.497Z | Downloaded lru-cache v0.1.2 |
850 | 2024-04-03T07:26:35.497Z | Downloaded async-trait v0.1.79 |
851 | 2024-04-03T07:26:35.497Z | Downloaded new_debug_unreachable v1.0.4 |
852 | 2024-04-03T07:26:35.497Z | Downloaded bzip2 v0.4.4 |
853 | 2024-04-03T07:26:35.497Z | Downloaded bitstruct v0.1.1 |
854 | 2024-04-03T07:26:35.497Z | Downloaded ciborium-io v0.2.2 |
855 | 2024-04-03T07:26:35.497Z | Downloaded linked-hash-map v0.5.6 |
856 | 2024-04-03T07:26:35.497Z | Downloaded lalrpop-util v0.19.12 |
857 | 2024-04-03T07:26:35.498Z | Downloaded ascii v1.1.0 |
858 | 2024-04-03T07:26:35.498Z | Downloaded md5 v0.7.0 |
859 | 2024-04-03T07:26:35.498Z | Downloaded anstyle-parse v0.2.1 |
860 | 2024-04-03T07:26:35.498Z | Downloaded defmt-parser v0.3.3 |
861 | 2024-04-03T07:26:35.498Z | Downloaded mime v0.3.17 |
862 | 2024-04-03T07:26:35.498Z | Downloaded cipher v0.4.4 |
863 | 2024-04-03T07:26:35.498Z | Downloaded multer v3.0.0 |
864 | 2024-04-03T07:26:35.498Z | Downloaded blowfish v0.9.1 |
865 | 2024-04-03T07:26:35.498Z | Downloaded bitflags v1.3.2 |
866 | 2024-04-03T07:26:35.498Z | Downloaded libsw v3.3.1 |
867 | 2024-04-03T07:26:35.498Z | Downloaded nanorand v0.7.0 |
868 | 2024-04-03T07:26:35.498Z | Downloaded lock_api v0.4.10 |
869 | 2024-04-03T07:26:35.499Z | Downloaded newline-converter v0.3.0 |
870 | 2024-04-03T07:26:35.499Z | Downloaded darling_macro v0.20.3 |
871 | 2024-04-03T07:26:35.499Z | Downloaded match_cfg v0.1.0 |
872 | 2024-04-03T07:26:35.499Z | Downloaded colorchoice v1.0.0 |
873 | 2024-04-03T07:26:35.499Z | Downloaded libefi-sys v0.1.0 |
874 | 2024-04-03T07:26:35.499Z | Downloaded block-padding v0.3.3 |
875 | 2024-04-03T07:26:35.499Z | Downloaded normalize-line-endings v0.3.0 |
876 | 2024-04-03T07:26:35.499Z | Downloaded num_threads v0.1.6 |
877 | 2024-04-03T07:26:35.499Z | Downloaded convert_case v0.4.0 |
878 | 2024-04-03T07:26:35.499Z | Downloaded curve25519-dalek-derive v0.1.0 |
879 | 2024-04-03T07:26:35.499Z | Downloaded num-conv v0.1.0 |
880 | 2024-04-03T07:26:35.499Z | Downloaded newtype-uuid v1.0.1 |
881 | 2024-04-03T07:26:35.500Z | Downloaded cstr-argument v0.1.2 |
882 | 2024-04-03T07:26:35.500Z | Downloaded crucible-workspace-hack v0.1.0 |
883 | 2024-04-03T07:26:35.500Z | Downloaded arc-swap v1.6.0 |
884 | 2024-04-03T07:26:35.500Z | Downloaded openssl-probe v0.1.5 |
885 | 2024-04-03T07:26:35.500Z | Downloaded opaque-debug v0.3.0 |
886 | 2024-04-03T07:26:35.500Z | Downloaded cancel-safe-futures v0.1.5 |
887 | 2024-04-03T07:26:35.500Z | Downloaded base16ct v0.2.0 |
888 | 2024-04-03T07:26:35.500Z | Downloaded clap_lex v0.7.0 |
889 | 2024-04-03T07:26:35.500Z | Downloaded camino-tempfile v1.1.1 |
890 | 2024-04-03T07:26:35.500Z | Downloaded bit-vec v0.6.3 |
891 | 2024-04-03T07:26:35.500Z | Downloaded block-buffer v0.10.4 |
892 | 2024-04-03T07:26:35.501Z | Downloaded autocfg v1.1.0 |
893 | 2024-04-03T07:26:35.501Z | Downloaded phf_shared v0.10.0 |
894 | 2024-04-03T07:26:35.501Z | Downloaded option-ext v0.2.0 |
895 | 2024-04-03T07:26:35.501Z | Downloaded cbc v0.1.2 |
896 | 2024-04-03T07:26:35.501Z | Downloaded byteorder v1.5.0 |
897 | 2024-04-03T07:26:35.501Z | Downloaded macaddr v1.0.1 |
898 | 2024-04-03T07:26:35.501Z | Downloaded lazy_static v1.4.0 |
899 | 2024-04-03T07:26:35.501Z | Downloaded time-core v0.1.2 |
900 | 2024-04-03T07:26:35.501Z | Downloaded swrite v0.1.0 |
901 | 2024-04-03T07:26:35.501Z | Downloaded zone_cfg_derive v0.1.2 |
902 | 2024-04-03T07:26:35.501Z | Downloaded constant_time_eq v0.3.0 |
903 | 2024-04-03T07:26:35.501Z | Downloaded openssl-macros v0.1.1 |
904 | 2024-04-03T07:26:35.501Z | Downloaded num v0.4.1 |
905 | 2024-04-03T07:26:35.502Z | Downloaded memchr v2.7.1 |
906 | 2024-04-03T07:26:35.502Z | Downloaded cpufeatures v0.2.12 |
907 | 2024-04-03T07:26:35.502Z | Downloaded managed v0.8.0 |
908 | 2024-04-03T07:26:35.502Z | Downloaded bcrypt-pbkdf v0.10.0 |
909 | 2024-04-03T07:26:35.502Z | Downloaded linear-map v1.2.0 |
910 | 2024-04-03T07:26:35.502Z | Downloaded cobs v0.2.3 |
911 | 2024-04-03T07:26:35.502Z | Downloaded num_cpus v1.16.0 |
912 | 2024-04-03T07:26:35.502Z | Downloaded num-integer v0.1.46 |
913 | 2024-04-03T07:26:35.502Z | Downloaded ctr v0.9.2 |
914 | 2024-04-03T07:26:35.502Z | Downloaded defmt-macros v0.3.6 |
915 | 2024-04-03T07:26:35.502Z | Downloaded colored v2.1.0 |
916 | 2024-04-03T07:26:35.502Z | Downloaded paste v1.0.14 |
917 | 2024-04-03T07:26:35.503Z | Downloaded data-encoding v2.4.0 |
918 | 2024-04-03T07:26:35.503Z | Downloaded hyper-tls v0.5.0 |
919 | 2024-04-03T07:26:35.503Z | Downloaded slog-scope v4.4.0 |
920 | 2024-04-03T07:26:35.503Z | Downloaded pbkdf2 v0.11.0 |
921 | 2024-04-03T07:26:35.503Z | Downloaded parse-display-derive v0.9.0 |
922 | 2024-04-03T07:26:35.503Z | Downloaded num_enum v0.5.11 |
923 | 2024-04-03T07:26:35.503Z | Downloaded fxhash v0.2.1 |
924 | 2024-04-03T07:26:35.503Z | Downloaded phf v0.11.2 |
925 | 2024-04-03T07:26:35.664Z | Downloaded pest_generator v2.7.6 |
926 | 2024-04-03T07:26:35.664Z | Downloaded pem-rfc7468 v0.7.0 |
927 | 2024-04-03T07:26:35.664Z | Downloaded string_cache v0.8.7 |
928 | 2024-04-03T07:26:35.664Z | Downloaded percent-encoding v2.3.1 |
929 | 2024-04-03T07:26:35.664Z | Downloaded parse-display v0.9.0 |
930 | 2024-04-03T07:26:35.664Z | Downloaded thiserror-impl v1.0.57 |
931 | 2024-04-03T07:26:35.664Z | Downloaded miniz_oxide v0.7.1 |
932 | 2024-04-03T07:26:35.664Z | Downloaded try-lock v0.2.4 |
933 | 2024-04-03T07:26:35.664Z | Downloaded backoff v0.4.0 |
934 | 2024-04-03T07:26:35.664Z | Downloaded toml_datetime v0.6.5 |
935 | 2024-04-03T07:26:35.664Z | Downloaded pretty-hex v0.2.1 |
936 | 2024-04-03T07:26:35.664Z | Downloaded pem v3.0.2 |
937 | 2024-04-03T07:26:35.664Z | Downloaded thread_local v1.1.7 |
938 | 2024-04-03T07:26:35.664Z | Downloaded aes v0.8.3 |
939 | 2024-04-03T07:26:35.664Z | Downloaded xattr v1.0.1 |
940 | 2024-04-03T07:26:35.664Z | Downloaded float-cmp v0.9.0 |
941 | 2024-04-03T07:26:35.664Z | Downloaded erased-serde v0.3.31 |
942 | 2024-04-03T07:26:35.664Z | Downloaded usdt-impl v0.5.0 |
943 | 2024-04-03T07:26:35.664Z | Downloaded unicase v2.7.0 |
944 | 2024-04-03T07:26:35.665Z | Downloaded ciborium-ll v0.2.2 |
945 | 2024-04-03T07:26:35.665Z | Downloaded camino v1.1.6 |
946 | 2024-04-03T07:26:35.665Z | Downloaded cookie_store v0.20.0 |
947 | 2024-04-03T07:26:35.665Z | Downloaded ed25519 v2.2.2 |
948 | 2024-04-03T07:26:35.665Z | Downloaded native-tls v0.2.11 |
949 | 2024-04-03T07:26:35.665Z | Downloaded fixedbitset v0.4.2 |
950 | 2024-04-03T07:26:35.665Z | Downloaded num-rational v0.4.1 |
951 | 2024-04-03T07:26:35.665Z | Downloaded console v0.15.8 |
952 | 2024-04-03T07:26:35.665Z | Downloaded once_cell v1.19.0 |
953 | 2024-04-03T07:26:35.665Z | Downloaded tabwriter v1.4.0 |
954 | 2024-04-03T07:26:35.665Z | Downloaded owo-colors v4.0.0 |
955 | 2024-04-03T07:26:35.665Z | Downloaded spin v0.9.8 |
956 | 2024-04-03T07:26:35.665Z | Downloaded group v0.13.0 |
957 | 2024-04-03T07:26:35.665Z | Downloaded generic-array v0.14.7 |
958 | 2024-04-03T07:26:35.665Z | Downloaded parking_lot_core v0.8.6 |
959 | 2024-04-03T07:26:35.666Z | Downloaded num_enum_derive v0.5.11 |
960 | 2024-04-03T07:26:35.666Z | Downloaded pest_derive v2.7.6 |
961 | 2024-04-03T07:26:35.666Z | Downloaded structopt-derive v0.4.18 |
962 | 2024-04-03T07:26:35.666Z | Downloaded pin-project-lite v0.2.13 |
963 | 2024-04-03T07:26:35.666Z | Downloaded password-hash v0.5.0 |
964 | 2024-04-03T07:26:35.666Z | Downloaded itertools v0.10.5 |
965 | 2024-04-03T07:26:35.666Z | Downloaded foreign-types v0.3.2 |
966 | 2024-04-03T07:26:35.666Z | Downloaded ident_case v1.0.1 |
967 | 2024-04-03T07:26:35.666Z | Downloaded plain v0.2.3 |
968 | 2024-04-03T07:26:35.666Z | Downloaded der_derive v0.7.2 |
969 | 2024-04-03T07:26:35.666Z | Downloaded powerfmt v0.2.0 |
970 | 2024-04-03T07:26:35.666Z | Downloaded pkg-config v0.3.27 |
971 | 2024-04-03T07:26:35.666Z | Downloaded r2d2 v0.8.10 |
972 | 2024-04-03T07:26:35.666Z | Downloaded scheduled-thread-pool v0.2.7 |
973 | 2024-04-03T07:26:35.666Z | Downloaded rustc_version v0.1.7 |
974 | 2024-04-03T07:26:35.666Z | Downloaded same-file v1.0.6 |
975 | 2024-04-03T07:26:35.666Z | Downloaded strsim v0.11.0 |
976 | 2024-04-03T07:26:35.666Z | Downloaded slog-stdlog v4.1.1 |
977 | 2024-04-03T07:26:35.666Z | Downloaded signal-hook-registry v1.4.1 |
978 | 2024-04-03T07:26:35.666Z | Downloaded signal-hook-mio v0.2.3 |
979 | 2024-04-03T07:26:35.666Z | Downloaded log v0.4.21 |
980 | 2024-04-03T07:26:35.666Z | Downloaded blake2 v0.10.6 |
981 | 2024-04-03T07:26:35.667Z | Downloaded crossbeam-utils v0.8.19 |
982 | 2024-04-03T07:26:35.667Z | Downloaded crossbeam-epoch v0.9.18 |
983 | 2024-04-03T07:26:35.667Z | Downloaded terminal_size v0.3.0 |
984 | 2024-04-03T07:26:35.667Z | Downloaded omicron-zone-package v0.11.0 |
985 | 2024-04-03T07:26:35.667Z | Downloaded password-hash v0.4.2 |
986 | 2024-04-03T07:26:35.667Z | Downloaded parking_lot v0.11.2 |
987 | 2024-04-03T07:26:35.667Z | Downloaded bytes v1.5.0 |
988 | 2024-04-03T07:26:35.667Z | Downloaded tokio-native-tls v0.3.1 |
989 | 2024-04-03T07:26:35.667Z | Downloaded subtle v2.5.0 |
990 | 2024-04-03T07:26:35.667Z | Downloaded pest_meta v2.7.6 |
991 | 2024-04-03T07:26:35.667Z | Downloaded universal-hash v0.5.1 |
992 | 2024-04-03T07:26:35.667Z | Downloaded num-traits v0.2.18 |
993 | 2024-04-03T07:26:35.667Z | Downloaded parking_lot v0.12.1 |
994 | 2024-04-03T07:26:35.667Z | Downloaded zerocopy v0.3.0 |
995 | 2024-04-03T07:26:35.667Z | Downloaded termcolor v1.2.0 |
996 | 2024-04-03T07:26:35.667Z | Downloaded fnv v1.0.7 |
997 | 2024-04-03T07:26:35.667Z | Downloaded utf-8 v0.7.6 |
998 | 2024-04-03T07:26:35.667Z | Downloaded digest v0.10.7 |
999 | 2024-04-03T07:26:35.667Z | Downloaded walkdir v2.4.0 |
1000 | 2024-04-03T07:26:35.667Z | Downloaded iana-time-zone v0.1.57 |
1001 | 2024-04-03T07:26:35.668Z | Downloaded unicode-ident v1.0.12 |
1002 | 2024-04-03T07:26:35.668Z | Downloaded foreign-types-shared v0.3.1 |
1003 | 2024-04-03T07:26:35.668Z | Downloaded foreign-types-shared v0.1.1 |
1004 | 2024-04-03T07:26:35.668Z | Downloaded hubpack_derive v0.1.1 |
1005 | 2024-04-03T07:26:35.668Z | Downloaded rustc-demangle v0.1.23 |
1006 | 2024-04-03T07:26:35.668Z | Downloaded quote v1.0.35 |
1007 | 2024-04-03T07:26:35.668Z | Downloaded form_urlencoded v1.2.1 |
1008 | 2024-04-03T07:26:35.668Z | Downloaded rfc6979 v0.4.0 |
1009 | 2024-04-03T07:26:35.668Z | Downloaded pin-utils v0.1.0 |
1010 | 2024-04-03T07:26:35.668Z | Downloaded enum-as-inner v0.5.1 |
1011 | 2024-04-03T07:26:35.668Z | Downloaded scroll_derive v0.12.0 |
1012 | 2024-04-03T07:26:35.668Z | Downloaded uuid v1.7.0 |
1013 | 2024-04-03T07:26:35.668Z | Downloaded rand_chacha v0.2.2 |
1014 | 2024-04-03T07:26:35.668Z | Downloaded crypto-bigint v0.5.2 |
1015 | 2024-04-03T07:26:35.668Z | Downloaded strum_macros v0.25.2 |
1016 | 2024-04-03T07:26:35.668Z | Downloaded rustls-pki-types v1.3.0 |
1017 | 2024-04-03T07:26:35.668Z | Downloaded term v0.7.0 |
1018 | 2024-04-03T07:26:35.668Z | Downloaded slab v0.4.9 |
1019 | 2024-04-03T07:26:35.668Z | Downloaded openssl-sys v0.9.96 |
1020 | 2024-04-03T07:26:35.668Z | Downloaded sigpipe v0.1.3 |
1021 | 2024-04-03T07:26:35.668Z | Downloaded serde_urlencoded v0.7.1 |
1022 | 2024-04-03T07:26:35.669Z | Downloaded dtrace-parser v0.1.14 |
1023 | 2024-04-03T07:26:35.669Z | Downloaded thiserror-impl-no-std v2.0.2 |
1024 | 2024-04-03T07:26:35.669Z | Downloaded static_assertions v1.1.0 |
1025 | 2024-04-03T07:26:35.708Z | Downloaded stable_deref_trait v1.2.0 |
1026 | 2024-04-03T07:26:35.708Z | Downloaded thread-id v4.2.0 |
1027 | 2024-04-03T07:26:35.708Z | Downloaded equivalent v1.0.1 |
1028 | 2024-04-03T07:26:35.708Z | Downloaded thiserror-no-std v2.0.2 |
1029 | 2024-04-03T07:26:35.708Z | Downloaded futures-executor v0.3.30 |
1030 | 2024-04-03T07:26:35.708Z | Downloaded aes-gcm v0.10.3 |
1031 | 2024-04-03T07:26:35.709Z | Downloaded russh-cryptovec v0.7.0 |
1032 | 2024-04-03T07:26:35.709Z | Downloaded portpicker v0.1.1 |
1033 | 2024-04-03T07:26:35.709Z | Downloaded unicode-bidi v0.3.15 |
1034 | 2024-04-03T07:26:35.709Z | Downloaded base64 v0.13.1 |
1035 | 2024-04-03T07:26:35.709Z | Downloaded zeroize_derive v1.4.2 |
1036 | 2024-04-03T07:26:35.709Z | Downloaded serde_derive v1.0.197 |
1037 | 2024-04-03T07:26:35.709Z | Downloaded rand_chacha v0.3.1 |
1038 | 2024-04-03T07:26:35.709Z | Downloaded pkcs8 v0.10.2 |
1039 | 2024-04-03T07:26:35.709Z | Downloaded proc-macro-error-attr v1.0.4 |
1040 | 2024-04-03T07:26:35.709Z | Downloaded hostname v0.3.1 |
1041 | 2024-04-03T07:26:35.709Z | Downloaded getrandom v0.2.12 |
1042 | 2024-04-03T07:26:35.709Z | Downloaded ryu v1.0.15 |
1043 | 2024-04-03T07:26:35.709Z | Downloaded scroll v0.12.0 |
1044 | 2024-04-03T07:26:35.709Z | Downloaded scopeguard v1.2.0 |
1045 | 2024-04-03T07:26:35.709Z | Downloaded rustc_version v0.4.0 |
1046 | 2024-04-03T07:26:35.709Z | Downloaded strum_macros v0.26.1 |
1047 | 2024-04-03T07:26:35.709Z | Downloaded rand_core v0.6.4 |
1048 | 2024-04-03T07:26:35.709Z | Downloaded rand_core v0.5.1 |
1049 | 2024-04-03T07:26:35.709Z | Downloaded darling_core v0.20.3 |
1050 | 2024-04-03T07:26:35.709Z | Downloaded tower-service v0.3.2 |
1051 | 2024-04-03T07:26:35.709Z | Downloaded dtrace-parser v0.2.0 |
1052 | 2024-04-03T07:26:35.710Z | Downloaded synstructure v0.12.6 |
1053 | 2024-04-03T07:26:35.710Z | Downloaded signature v2.1.0 |
1054 | 2024-04-03T07:26:35.710Z | Downloaded slog-async v2.8.0 |
1055 | 2024-04-03T07:26:35.710Z | Downloaded slog-bunyan v2.5.0 |
1056 | 2024-04-03T07:26:35.710Z | Downloaded tracing-attributes v0.1.27 |
1057 | 2024-04-03T07:26:35.710Z | Downloaded libm v0.2.7 |
1058 | 2024-04-03T07:26:35.710Z | Downloaded fallible-iterator v0.2.0 |
1059 | 2024-04-03T07:26:35.710Z | Downloaded errno v0.3.8 |
1060 | 2024-04-03T07:26:35.710Z | Downloaded diesel_derives v2.1.2 |
1061 | 2024-04-03T07:26:35.710Z | Downloaded usdt-macro v0.3.5 |
1062 | 2024-04-03T07:26:35.710Z | Downloaded deranged v0.3.11 |
1063 | 2024-04-03T07:26:35.710Z | Downloaded usdt-attr-macro v0.5.0 |
1064 | 2024-04-03T07:26:35.710Z | Downloaded usdt-attr-macro v0.3.5 |
1065 | 2024-04-03T07:26:35.710Z | Downloaded zeroize v1.7.0 |
1066 | 2024-04-03T07:26:35.710Z | Downloaded polyval v0.6.1 |
1067 | 2024-04-03T07:26:35.710Z | Downloaded proc-macro-crate v1.3.1 |
1068 | 2024-04-03T07:26:35.710Z | Downloaded primeorder v0.13.6 |
1069 | 2024-04-03T07:26:35.710Z | Downloaded poly1305 v0.8.0 |
1070 | 2024-04-03T07:26:35.711Z | Downloaded russh-keys v0.42.0 |
1071 | 2024-04-03T07:26:35.711Z | Downloaded http-range v0.1.5 |
1072 | 2024-04-03T07:26:35.711Z | Downloaded futures-task v0.3.30 |
1073 | 2024-04-03T07:26:35.711Z | Downloaded serde_yaml v0.9.25 |
1074 | 2024-04-03T07:26:35.711Z | Downloaded rustls-pemfile v1.0.3 |
1075 | 2024-04-03T07:26:35.711Z | Downloaded semver-parser v0.10.2 |
1076 | 2024-04-03T07:26:35.711Z | Downloaded textwrap v0.11.0 |
1077 | 2024-04-03T07:26:35.711Z | Downloaded num-bigint v0.4.4 |
1078 | 2024-04-03T07:26:35.711Z | Downloaded http-body v0.4.5 |
1079 | 2024-04-03T07:26:35.711Z | Downloaded sync_wrapper v0.1.2 |
1080 | 2024-04-03T07:26:35.711Z | Downloaded home v0.5.5 |
1081 | 2024-04-03T07:26:35.711Z | Downloaded mio v0.8.11 |
1082 | 2024-04-03T07:26:35.711Z | Downloaded usdt v0.5.0 |
1083 | 2024-04-03T07:26:35.711Z | Downloaded itertools v0.12.1 |
1084 | 2024-04-03T07:26:35.711Z | Downloaded waitgroup v0.1.2 |
1085 | 2024-04-03T07:26:35.711Z | Downloaded hubpack v0.1.2 |
1086 | 2024-04-03T07:26:35.711Z | Downloaded utf8parse v0.2.1 |
1087 | 2024-04-03T07:26:35.711Z | Downloaded fastrand v2.0.1 |
1088 | 2024-04-03T07:26:35.711Z | Downloaded whoami v1.5.0 |
1089 | 2024-04-03T07:26:35.711Z | Downloaded httpdate v1.0.3 |
1090 | 2024-04-03T07:26:35.711Z | Downloaded derive-where v1.2.7 |
1091 | 2024-04-03T07:26:35.712Z | Downloaded strum v0.26.1 |
1092 | 2024-04-03T07:26:35.712Z | Downloaded precomputed-hash v0.1.1 |
1093 | 2024-04-03T07:26:35.712Z | Downloaded hex v0.4.3 |
1094 | 2024-04-03T07:26:35.712Z | Downloaded ff v0.13.0 |
1095 | 2024-04-03T07:26:35.712Z | Downloaded flume v0.11.0 |
1096 | 2024-04-03T07:26:35.712Z | Downloaded strsim v0.8.0 |
1097 | 2024-04-03T07:26:35.712Z | Downloaded spin v0.5.2 |
1098 | 2024-04-03T07:26:35.712Z | Downloaded futures-sink v0.3.30 |
1099 | 2024-04-03T07:26:35.712Z | Downloaded sha2 v0.10.8 |
1100 | 2024-04-03T07:26:35.712Z | Downloaded futures v0.3.30 |
1101 | 2024-04-03T07:26:35.712Z | Downloaded smf v0.2.2 |
1102 | 2024-04-03T07:26:35.712Z | Downloaded toolchain_find v0.2.0 |
1103 | 2024-04-03T07:26:35.712Z | Downloaded pretty-hex v0.4.1 |
1104 | 2024-04-03T07:26:35.712Z | Downloaded publicsuffix v2.2.3 |
1105 | 2024-04-03T07:26:35.712Z | Downloaded usdt-macro v0.5.0 |
1106 | 2024-04-03T07:26:35.712Z | Downloaded usdt-impl v0.3.5 |
1107 | 2024-04-03T07:26:35.712Z | Downloaded proc-macro-error v1.0.4 |
1108 | 2024-04-03T07:26:35.712Z | Downloaded usdt v0.3.5 |
1109 | 2024-04-03T07:26:35.713Z | Downloaded serde_spanned v0.6.5 |
1110 | 2024-04-03T07:26:35.713Z | Downloaded serde_derive_internals v0.26.0 |
1111 | 2024-04-03T07:26:35.713Z | Downloaded signal-hook v0.3.17 |
1112 | 2024-04-03T07:26:35.713Z | Downloaded serde_arrays v0.1.0 |
1113 | 2024-04-03T07:26:35.713Z | Downloaded heck v0.4.1 |
1114 | 2024-04-03T07:26:35.713Z | Downloaded rustls-pemfile v2.1.1 |
1115 | 2024-04-03T07:26:35.713Z | Downloaded filetime v0.2.23 |
1116 | 2024-04-03T07:26:35.713Z | Downloaded time-macros v0.2.17 |
1117 | 2024-04-03T07:26:35.713Z | Downloaded structmeta-derive v0.3.0 |
1118 | 2024-04-03T07:26:35.713Z | Downloaded strsim v0.10.0 |
1119 | 2024-04-03T07:26:35.713Z | Downloaded typenum v1.16.0 |
1120 | 2024-04-03T07:26:35.713Z | Downloaded tinyvec_macros v0.1.1 |
1121 | 2024-04-03T07:26:35.713Z | Downloaded untrusted v0.9.0 |
1122 | 2024-04-03T07:26:35.713Z | Downloaded tar v0.4.40 |
1123 | 2024-04-03T07:26:35.713Z | Downloaded toml v0.5.11 |
1124 | 2024-04-03T07:26:35.713Z | Downloaded ppv-lite86 v0.2.17 |
1125 | 2024-04-03T07:26:35.737Z | Downloaded gethostname v0.4.3 |
1126 | 2024-04-03T07:26:35.737Z | Downloaded headers v0.3.9 |
1127 | 2024-04-03T07:26:35.737Z | Downloaded psl-types v2.0.11 |
1128 | 2024-04-03T07:26:35.738Z | Downloaded ghash v0.5.0 |
1129 | 2024-04-03T07:26:35.738Z | Downloaded serde_tokenstream v0.2.0 |
1130 | 2024-04-03T07:26:35.738Z | Downloaded tokio-stream v0.1.14 |
1131 | 2024-04-03T07:26:35.738Z | Downloaded serde_with_macros v3.6.1 |
1132 | 2024-04-03T07:26:35.738Z | Downloaded half v2.3.1 |
1133 | 2024-04-03T07:26:35.739Z | Downloaded display-error-chain v0.2.0 |
1134 | 2024-04-03T07:26:35.739Z | Downloaded resolv-conf v0.7.0 |
1135 | 2024-04-03T07:26:35.739Z | Downloaded nom v7.1.3 |
1136 | 2024-04-03T07:26:35.739Z | Downloaded vsss-rs v3.3.4 |
1137 | 2024-04-03T07:26:35.740Z | Downloaded uuid v0.8.2 |
1138 | 2024-04-03T07:26:35.740Z | Downloaded httparse v1.8.0 |
1139 | 2024-04-03T07:26:35.740Z | Downloaded idna v0.5.0 |
1140 | 2024-04-03T07:26:35.740Z | Downloaded dhcproto-macros v0.1.0 |
1141 | 2024-04-03T07:26:35.740Z | Downloaded predicates v3.1.0 |
1142 | 2024-04-03T07:26:35.740Z | Downloaded semver v0.11.0 |
1143 | 2024-04-03T07:26:35.741Z | Downloaded slog-json v2.6.1 |
1144 | 2024-04-03T07:26:35.741Z | Downloaded slog-envlogger v2.2.0 |
1145 | 2024-04-03T07:26:35.741Z | Downloaded dof v0.3.0 |
1146 | 2024-04-03T07:26:35.741Z | Downloaded env_logger v0.9.3 |
1147 | 2024-04-03T07:26:35.741Z | Downloaded rustfmt-wrapper v0.2.0 |
1148 | 2024-04-03T07:26:35.741Z | Downloaded http v0.2.12 |
1149 | 2024-04-03T07:26:35.742Z | Downloaded postgres-types v0.2.6 |
1150 | 2024-04-03T07:26:35.742Z | Downloaded http v1.0.0 |
1151 | 2024-04-03T07:26:35.742Z | Downloaded tokio-macros v2.2.0 |
1152 | 2024-04-03T07:26:35.742Z | Downloaded zip v0.6.6 |
1153 | 2024-04-03T07:26:35.742Z | Downloaded dirs-next v2.0.0 |
1154 | 2024-04-03T07:26:35.742Z | Downloaded semver v1.0.22 |
1155 | 2024-04-03T07:26:35.742Z | Downloaded ed25519-dalek v2.0.0 |
1156 | 2024-04-03T07:26:35.742Z | Downloaded socket2 v0.4.9 |
1157 | 2024-04-03T07:26:35.742Z | Downloaded semver v0.1.20 |
1158 | 2024-04-03T07:26:35.742Z | Downloaded crossterm v0.27.0 |
1159 | 2024-04-03T07:26:35.742Z | Downloaded postcard v1.0.8 |
1160 | 2024-04-03T07:26:35.742Z | Downloaded tokio-rustls v0.25.0 |
1161 | 2024-04-03T07:26:35.742Z | Downloaded embedded-io v0.4.0 |
1162 | 2024-04-03T07:26:35.742Z | Downloaded unicode-normalization v0.1.22 |
1163 | 2024-04-03T07:26:35.742Z | Downloaded getopts v0.2.21 |
1164 | 2024-04-03T07:26:35.743Z | Downloaded dyn-clone v1.0.17 |
1165 | 2024-04-03T07:26:35.743Z | Downloaded heck v0.3.3 |
1166 | 2024-04-03T07:26:35.743Z | Downloaded trust-dns-server v0.22.1 |
1167 | 2024-04-03T07:26:35.743Z | Downloaded tokio-postgres v0.7.10 |
1168 | 2024-04-03T07:26:35.743Z | Downloaded p521 v0.13.3 |
1169 | 2024-04-03T07:26:35.743Z | Downloaded postgres-protocol v0.6.6 |
1170 | 2024-04-03T07:26:35.743Z | Downloaded subprocess v0.2.9 |
1171 | 2024-04-03T07:26:35.743Z | Downloaded structopt v0.3.26 |
1172 | 2024-04-03T07:26:35.743Z | Downloaded tokio-rustls v0.24.1 |
1173 | 2024-04-03T07:26:35.743Z | Downloaded dhcproto v0.11.0 |
1174 | 2024-04-03T07:26:35.743Z | Downloaded predicates-core v1.0.6 |
1175 | 2024-04-03T07:26:35.743Z | Downloaded rand v0.7.3 |
1176 | 2024-04-03T07:26:35.743Z | Downloaded serde v1.0.197 |
1177 | 2024-04-03T07:26:35.743Z | Downloaded clap_builder v4.5.1 |
1178 | 2024-04-03T07:26:35.743Z | Downloaded rand v0.8.5 |
1179 | 2024-04-03T07:26:35.743Z | Downloaded derive_more v0.99.17 |
1180 | 2024-04-03T07:26:35.744Z | Downloaded ucd-trie v0.1.6 |
1181 | 2024-04-03T07:26:35.744Z | Downloaded trust-dns-client v0.22.0 |
1182 | 2024-04-03T07:26:35.744Z | Downloaded expectorate v1.1.0 |
1183 | 2024-04-03T07:26:35.744Z | Downloaded tinyvec v1.6.0 |
1184 | 2024-04-03T07:26:35.744Z | Downloaded proc-macro2 v1.0.78 |
1185 | 2024-04-03T07:26:35.744Z | Downloaded unicode-segmentation v1.10.1 |
1186 | 2024-04-03T07:26:35.744Z | Downloaded heapless v0.7.16 |
1187 | 2024-04-03T07:26:35.744Z | Downloaded rayon-core v1.12.1 |
1188 | 2024-04-03T07:26:35.744Z | Downloaded rcgen v0.12.1 |
1189 | 2024-04-03T07:26:35.744Z | Downloaded petgraph v0.6.4 |
1190 | 2024-04-03T07:26:35.744Z | Downloaded url v2.5.0 |
1191 | 2024-04-03T07:26:35.744Z | Downloaded regex-automata v0.1.10 |
1192 | 2024-04-03T07:26:35.744Z | Downloaded serde_json v1.0.114 |
1193 | 2024-04-03T07:26:35.744Z | Downloaded hashbrown v0.12.3 |
1194 | 2024-04-03T07:26:35.744Z | Downloaded hyper v0.14.28 |
1195 | 2024-04-03T07:26:35.744Z | Downloaded heapless v0.8.0 |
1196 | 2024-04-03T07:26:35.744Z | Downloaded tokio-util v0.7.10 |
1197 | 2024-04-03T07:26:35.745Z | Downloaded russh v0.42.0 |
1198 | 2024-04-03T07:26:35.745Z | Downloaded goblin v0.8.0 |
1199 | 2024-04-03T07:26:35.745Z | Downloaded reqwest v0.11.24 |
1200 | 2024-04-03T07:26:35.745Z | Downloaded clap v2.34.0 |
1201 | 2024-04-03T07:26:35.745Z | Downloaded trust-dns-resolver v0.22.0 |
1202 | 2024-04-03T07:26:35.745Z | Downloaded tabled v0.15.0 |
1203 | 2024-04-03T07:26:35.745Z | Downloaded syn v1.0.109 |
1204 | 2024-04-03T07:26:35.745Z | Downloaded rustls-webpki v0.101.7 |
1205 | 2024-04-03T07:26:35.745Z | Downloaded syn v2.0.52 |
1206 | 2024-04-03T07:26:35.745Z | Downloaded futures-util v0.3.30 |
1207 | 2024-04-03T07:26:35.745Z | Downloaded serde_with v3.6.1 |
1208 | 2024-04-03T07:26:35.745Z | Downloaded openapiv3 v2.0.0 |
1209 | 2024-04-03T07:26:35.745Z | Downloaded regress v0.9.0 |
1210 | 2024-04-03T07:26:35.746Z | Downloaded rustix v0.38.31 |
1211 | 2024-04-03T07:26:35.746Z | Downloaded rustls v0.22.2 |
1212 | 2024-04-03T07:26:35.746Z | Downloaded regex-automata v0.4.5 |
1213 | 2024-04-03T07:26:35.746Z | Downloaded libc v0.2.153 |
1214 | 2024-04-03T07:26:35.746Z | Downloaded zerocopy v0.7.32 |
1215 | 2024-04-03T07:26:35.746Z | Downloaded vcpkg v0.2.15 |
1216 | 2024-04-03T07:26:35.746Z | Downloaded rayon v1.9.0 |
1217 | 2024-04-03T07:26:35.746Z | Downloaded smoltcp v0.9.1 |
1218 | 2024-04-03T07:26:35.746Z | Downloaded curve25519-dalek v4.1.1 |
1219 | 2024-04-03T07:26:35.746Z | Downloaded idna v0.2.3 |
1220 | 2024-04-03T07:26:35.746Z | Downloaded bstr v0.2.17 |
1221 | 2024-04-03T07:26:35.746Z | Downloaded regex-syntax v0.8.2 |
1222 | 2024-04-03T07:26:35.746Z | Downloaded regex v1.10.4 |
1223 | 2024-04-03T07:26:35.746Z | Downloaded chrono v0.4.34 |
1224 | 2024-04-03T07:26:35.747Z | Downloaded idna v0.3.0 |
1225 | 2024-04-03T07:26:35.790Z | Downloaded webpki-roots v0.25.2 |
1226 | 2024-04-03T07:26:35.790Z | Downloaded openssl v0.10.60 |
1227 | 2024-04-03T07:26:35.790Z | Downloaded object v0.32.1 |
1228 | 2024-04-03T07:26:35.790Z | Downloaded gimli v0.28.0 |
1229 | 2024-04-03T07:26:35.791Z | Downloaded smoltcp v0.11.0 |
1230 | 2024-04-03T07:26:35.791Z | Downloaded radix_trie v0.2.1 |
1231 | 2024-04-03T07:26:35.791Z | Downloaded rustls v0.21.9 |
1232 | 2024-04-03T07:26:35.791Z | Downloaded trust-dns-proto v0.22.0 |
1233 | 2024-04-03T07:26:35.791Z | Downloaded diesel v2.1.5 |
1234 | 2024-04-03T07:26:35.791Z | Downloaded bstr v1.9.0 |
1235 | 2024-04-03T07:26:35.791Z | Downloaded rustls-webpki v0.102.1 |
1236 | 2024-04-03T07:26:35.791Z | Downloaded hashbrown v0.14.3 |
1237 | 2024-04-03T07:26:35.792Z | Downloaded blake3 v1.5.0 |
1238 | 2024-04-03T07:26:35.792Z | Downloaded winnow v0.6.1 |
1239 | 2024-04-03T07:26:35.792Z | Downloaded winnow v0.5.15 |
1240 | 2024-04-03T07:26:35.792Z | Downloaded hkdf v0.12.4 |
1241 | 2024-04-03T07:26:35.792Z | Downloaded h2 v0.3.24 |
1242 | 2024-04-03T07:26:35.792Z | Downloaded sled v0.34.7 |
1243 | 2024-04-03T07:26:35.792Z | Downloaded steno v0.4.0 |
1244 | 2024-04-03T07:26:35.792Z | Downloaded socket2 v0.5.5 |
1245 | 2024-04-03T07:26:35.793Z | Downloaded dirs-sys-next v0.1.2 |
1246 | 2024-04-03T07:26:35.793Z | Downloaded time v0.3.34 |
1247 | 2024-04-03T07:26:35.793Z | Downloaded zerocopy-derive v0.2.0 |
1248 | 2024-04-03T07:26:35.794Z | Downloaded zerocopy-derive v0.6.4 |
1249 | 2024-04-03T07:26:35.794Z | Downloaded toml_edit v0.19.15 |
1250 | 2024-04-03T07:26:35.794Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1251 | 2024-04-03T07:26:35.794Z | Downloaded sec1 v0.7.3 |
1252 | 2024-04-03T07:26:35.794Z | Downloaded dirs-sys v0.4.1 |
1253 | 2024-04-03T07:26:35.795Z | Downloaded tungstenite v0.21.0 |
1254 | 2024-04-03T07:26:35.795Z | Downloaded structmeta v0.3.0 |
1255 | 2024-04-03T07:26:35.795Z | Downloaded futures-channel v0.3.30 |
1256 | 2024-04-03T07:26:35.795Z | Downloaded thiserror v1.0.57 |
1257 | 2024-04-03T07:26:35.796Z | Downloaded tungstenite v0.20.1 |
1258 | 2024-04-03T07:26:35.796Z | Downloaded tracing v0.1.40 |
1259 | 2024-04-03T07:26:35.796Z | Downloaded pest v2.7.6 |
1260 | 2024-04-03T07:26:35.796Z | Downloaded elliptic-curve v0.13.8 |
1261 | 2024-04-03T07:26:35.796Z | Downloaded slog-dtrace v0.3.0 |
1262 | 2024-04-03T07:26:35.796Z | Downloaded sha1 v0.10.6 |
1263 | 2024-04-03T07:26:35.796Z | Downloaded spki v0.7.2 |
1264 | 2024-04-03T07:26:35.796Z | Downloaded sct v0.7.0 |
1265 | 2024-04-03T07:26:35.796Z | Downloaded toml_edit v0.22.9 |
1266 | 2024-04-03T07:26:35.796Z | Downloaded secrecy v0.8.0 |
1267 | 2024-04-03T07:26:35.796Z | Downloaded futures-macro v0.3.30 |
1268 | 2024-04-03T07:26:35.796Z | Downloaded futures-io v0.3.30 |
1269 | 2024-04-03T07:26:35.797Z | Downloaded foreign-types-macros v0.2.3 |
1270 | 2024-04-03T07:26:35.797Z | Downloaded schemars_derive v0.8.16 |
1271 | 2024-04-03T07:26:35.797Z | Downloaded hash32 v0.2.1 |
1272 | 2024-04-03T07:26:35.797Z | Downloaded zerocopy-derive v0.7.32 |
1273 | 2024-04-03T07:26:35.797Z | Downloaded toml v0.8.12 |
1274 | 2024-04-03T07:26:35.797Z | Downloaded toml v0.7.8 |
1275 | 2024-04-03T07:26:35.797Z | Downloaded unsafe-libyaml v0.2.10 |
1276 | 2024-04-03T07:26:35.797Z | Downloaded foreign-types v0.5.0 |
1277 | 2024-04-03T07:26:35.797Z | Downloaded dirs v5.0.1 |
1278 | 2024-04-03T07:26:35.798Z | Downloaded glob v0.3.1 |
1279 | 2024-04-03T07:26:35.798Z | Downloaded tempfile v3.10.0 |
1280 | 2024-04-03T07:26:35.798Z | Downloaded unicode-width v0.1.11 |
1281 | 2024-04-03T07:26:35.798Z | Downloaded aho-corasick v1.1.2 |
1282 | 2024-04-03T07:26:35.798Z | Downloaded topological-sort v0.2.2 |
1283 | 2024-04-03T07:26:35.798Z | Downloaded tracing-core v0.1.32 |
1284 | 2024-04-03T07:26:35.798Z | Downloaded tokio v1.36.0 |
1285 | 2024-04-03T07:26:35.798Z | Downloaded sha3 v0.10.8 |
1286 | 2024-04-03T07:26:35.798Z | Downloaded ron v0.7.1 |
1287 | 2024-04-03T07:26:35.798Z | Downloaded der v0.7.8 |
1288 | 2024-04-03T07:26:35.799Z | Downloaded crossbeam-channel v0.5.8 |
1289 | 2024-04-03T07:26:35.799Z | Downloaded hyper-rustls v0.24.2 |
1290 | 2024-04-03T07:26:35.799Z | Downloaded zerocopy v0.6.4 |
1291 | 2024-04-03T07:26:35.799Z | Downloaded chacha20poly1305 v0.10.1 |
1292 | 2024-04-03T07:26:35.799Z | Downloaded getrandom v0.1.16 |
1293 | 2024-04-03T07:26:35.799Z | Downloaded hyper-staticfile v0.9.5 |
1294 | 2024-04-03T07:26:35.799Z | Downloaded hash32 v0.3.1 |
1295 | 2024-04-03T07:26:35.799Z | Downloaded schemars v0.8.16 |
1296 | 2024-04-03T07:26:35.799Z | Downloaded flate2 v1.0.28 |
1297 | 2024-04-03T07:26:35.799Z | Downloaded headers-core v0.2.0 |
1298 | 2024-04-03T07:26:35.799Z | Downloaded platforms v3.0.2 |
1299 | 2024-04-03T07:26:35.800Z | Downloaded either v1.10.0 |
1300 | 2024-04-03T07:26:35.800Z | Downloaded version_check v0.9.4 |
1301 | 2024-04-03T07:26:35.800Z | Downloaded untrusted v0.7.1 |
1302 | 2024-04-03T07:26:35.800Z | Downloaded futures-core v0.3.30 |
1303 | 2024-04-03T07:26:35.800Z | Downloaded unicode-xid v0.2.4 |
1304 | 2024-04-03T07:26:35.800Z | Downloaded hmac v0.12.1 |
1305 | 2024-04-03T07:26:35.800Z | Downloaded want v0.3.1 |
1306 | 2024-04-03T07:26:35.800Z | Downloaded take_mut v0.2.2 |
1307 | 2024-04-03T07:26:35.800Z | Downloaded base64 v0.21.7 |
1308 | 2024-04-03T07:26:35.800Z | Downloaded backtrace v0.3.69 |
1309 | 2024-04-03T07:26:35.800Z | Downloaded cc v1.0.83 |
1310 | 2024-04-03T07:26:35.800Z | Downloaded siphasher v0.3.11 |
1311 | 2024-04-03T07:26:35.801Z | Downloaded tokio-tungstenite v0.21.0 |
1312 | 2024-04-03T07:26:35.801Z | Downloaded parking_lot_core v0.9.8 |
1313 | 2024-04-03T07:26:35.801Z | Downloaded papergrid v0.11.0 |
1314 | 2024-04-03T07:26:35.801Z | Downloaded p256 v0.13.2 |
1315 | 2024-04-03T07:26:35.801Z | Downloaded base64 v0.22.0 |
1316 | 2024-04-03T07:26:35.801Z | Downloaded serde_repr v0.1.16 |
1317 | 2024-04-03T07:26:35.801Z | Downloaded serde_path_to_error v0.1.16 |
1318 | 2024-04-03T07:26:35.801Z | Downloaded rustversion v1.0.14 |
1319 | 2024-04-03T07:26:35.801Z | Downloaded smallvec v1.13.1 |
1320 | 2024-04-03T07:26:35.801Z | Downloaded slog-term v2.9.0 |
1321 | 2024-04-03T07:26:35.801Z | Downloaded memmap2 v0.7.1 |
1322 | 2024-04-03T07:26:35.801Z | Downloaded difflib v0.4.0 |
1323 | 2024-04-03T07:26:35.801Z | Downloaded winapi v0.3.9 |
1324 | 2024-04-03T07:26:35.801Z | Downloaded slog v2.7.0 |
1325 | 2024-04-03T07:26:35.815Z | Downloaded similar v2.4.0 |
1326 | 2024-04-03T07:26:35.815Z | Downloaded bitflags v2.4.2 |
1327 | 2024-04-03T07:26:35.815Z | Downloaded quick-error v1.2.3 |
1328 | 2024-04-03T07:26:35.815Z | Downloaded flagset v0.4.3 |
1329 | 2024-04-03T07:26:35.815Z | Downloaded encoding_rs v0.8.33 |
1330 | 2024-04-03T07:26:35.816Z | Downloaded ecdsa v0.16.9 |
1331 | 2024-04-03T07:26:35.816Z | Downloaded yasna v0.5.2 |
1332 | 2024-04-03T07:26:35.816Z | Downloaded tokio-tungstenite v0.20.1 |
1333 | 2024-04-03T07:26:35.818Z | Downloaded endian-type v0.1.2 |
1334 | 2024-04-03T07:26:35.818Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1335 | 2024-04-03T07:26:35.819Z | Downloaded serde_tokenstream v0.1.7 |
1336 | 2024-04-03T07:26:35.819Z | Downloaded humantime v2.1.0 |
1337 | 2024-04-03T07:26:35.819Z | Downloaded hex-literal v0.4.1 |
1338 | 2024-04-03T07:26:35.819Z | Downloaded clap v4.5.1 |
1339 | 2024-04-03T07:26:35.819Z | Downloaded const-oid v0.9.6 |
1340 | 2024-04-03T07:26:35.819Z | Downloaded dof v0.1.5 |
1341 | 2024-04-03T07:26:35.819Z | Downloaded zone v0.1.8 |
1342 | 2024-04-03T07:26:35.819Z | Downloaded pbkdf2 v0.12.2 |
1343 | 2024-04-03T07:26:35.819Z | Downloaded num-complex v0.4.4 |
1344 | 2024-04-03T07:26:35.820Z | Downloaded defmt v0.3.5 |
1345 | 2024-04-03T07:26:35.820Z | Downloaded darling v0.20.3 |
1346 | 2024-04-03T07:26:35.820Z | Downloaded mime_guess v2.0.4 |
1347 | 2024-04-03T07:26:35.820Z | Downloaded cookie v0.17.0 |
1348 | 2024-04-03T07:26:35.820Z | Downloaded chacha20 v0.9.1 |
1349 | 2024-04-03T07:26:35.820Z | Downloaded vec_map v0.8.2 |
1350 | 2024-04-03T07:26:35.820Z | Downloaded ciborium v0.2.2 |
1351 | 2024-04-03T07:26:35.820Z | Downloaded minimal-lexical v0.2.1 |
1352 | 2024-04-03T07:26:35.820Z | Downloaded crc32fast v1.3.2 |
1353 | 2024-04-03T07:26:35.821Z | Downloaded bit-set v0.5.3 |
1354 | 2024-04-03T07:26:35.821Z | Downloaded cfg-if v1.0.0 |
1355 | 2024-04-03T07:26:35.821Z | Downloaded bytecount v0.6.3 |
1356 | 2024-04-03T07:26:35.821Z | Downloaded tabled_derive v0.7.0 |
1357 | 2024-04-03T07:26:35.821Z | Downloaded stringprep v0.1.3 |
1358 | 2024-04-03T07:26:35.821Z | Downloaded phf_shared v0.11.2 |
1359 | 2024-04-03T07:26:35.821Z | Downloaded peg-runtime v0.8.2 |
1360 | 2024-04-03T07:26:35.821Z | Downloaded num-iter v0.1.44 |
1361 | 2024-04-03T07:26:35.821Z | Downloaded debug-ignore v1.0.5 |
1362 | 2024-04-03T07:26:35.821Z | Downloaded clap_derive v4.5.0 |
1363 | 2024-04-03T07:26:35.821Z | Downloaded num-derive v0.4.0 |
1364 | 2024-04-03T07:26:35.822Z | Downloaded crypto-common v0.1.6 |
1365 | 2024-04-03T07:26:35.822Z | Downloaded crossbeam-deque v0.8.3 |
1366 | 2024-04-03T07:26:35.822Z | Downloaded nibble_vec v0.1.0 |
1367 | 2024-04-03T07:26:35.822Z | Downloaded newtype_derive v0.1.6 |
1368 | 2024-04-03T07:26:35.823Z | Downloaded kstat-rs v0.2.3 |
1369 | 2024-04-03T07:26:35.823Z | Downloaded itoa v1.0.9 |
1370 | 2024-04-03T07:26:35.823Z | Downloaded bitstruct_derive v0.1.0 |
1371 | 2024-04-03T07:26:35.823Z | Downloaded base64ct v1.6.0 |
1372 | 2024-04-03T07:26:35.823Z | Downloaded keccak v0.1.4 |
1373 | 2024-04-03T07:26:35.823Z | Downloaded ipnetwork v0.20.0 |
1374 | 2024-04-03T07:26:35.824Z | Downloaded atty v0.2.14 |
1375 | 2024-04-03T07:26:35.824Z | Downloaded atomic-waker v1.1.1 |
1376 | 2024-04-03T07:26:35.824Z | Downloaded arrayref v0.3.7 |
1377 | 2024-04-03T07:26:35.824Z | Downloaded aead v0.5.2 |
1378 | 2024-04-03T07:26:35.825Z | Downloaded ring v0.17.8 |
1379 | 2024-04-03T07:26:35.825Z | Downloaded ring v0.16.20 |
1380 | 2024-04-03T07:26:35.899Z | Compiling proc-macro2 v1.0.78 |
1381 | 2024-04-03T07:26:35.906Z | Compiling unicode-ident v1.0.12 |
1382 | 2024-04-03T07:26:35.907Z | Compiling libc v0.2.153 |
1383 | 2024-04-03T07:26:35.907Z | Compiling serde v1.0.197 |
1384 | 2024-04-03T07:26:35.907Z | Compiling version_check v0.9.4 |
1385 | 2024-04-03T07:26:35.908Z | Compiling cfg-if v1.0.0 |
1386 | 2024-04-03T07:26:35.947Z | Compiling autocfg v1.1.0 |
1387 | 2024-04-03T07:26:36.099Z | Compiling syn v1.0.109 |
1388 | 2024-04-03T07:26:36.116Z | Compiling thiserror v1.0.57 |
1389 | 2024-04-03T07:26:36.166Z | Compiling once_cell v1.19.0 |
1390 | 2024-04-03T07:26:36.569Z | Compiling typenum v1.16.0 |
1391 | 2024-04-03T07:26:36.713Z | Compiling parking_lot_core v0.9.8 |
1392 | 2024-04-03T07:26:36.813Z | Compiling lock_api v0.4.10 |
1393 | 2024-04-03T07:26:38.062Z | Compiling generic-array v0.14.7 |
1394 | 2024-04-03T07:26:38.529Z | Compiling memchr v2.7.1 |
1395 | 2024-04-03T07:26:38.540Z | Compiling byteorder v1.5.0 |
1396 | 2024-04-03T07:26:38.540Z | Compiling libm v0.2.7 |
1397 | 2024-04-03T07:26:38.540Z | Compiling serde_json v1.0.114 |
1398 | 2024-04-03T07:26:38.540Z | Compiling num-traits v0.2.18 |
1399 | 2024-04-03T07:26:38.540Z | Compiling ahash v0.8.8 |
1400 | 2024-04-03T07:26:38.616Z | Compiling log v0.4.21 |
1401 | 2024-04-03T07:26:38.869Z | Compiling itoa v1.0.9 |
1402 | 2024-04-03T07:26:39.047Z | Compiling quote v1.0.35 |
1403 | 2024-04-03T07:26:39.096Z | Compiling scopeguard v1.2.0 |
1404 | 2024-04-03T07:26:39.198Z | Compiling slab v0.4.9 |
1405 | 2024-04-03T07:26:39.495Z | Compiling syn v2.0.52 |
1406 | 2024-04-03T07:26:39.684Z | Compiling getrandom v0.2.12 |
1407 | 2024-04-03T07:26:39.739Z | Compiling cc v1.0.83 |
1408 | 2024-04-03T07:26:40.034Z | Compiling rand_core v0.6.4 |
1409 | 2024-04-03T07:26:40.403Z | Compiling smallvec v1.13.1 |
1410 | 2024-04-03T07:26:40.957Z | Compiling ryu v1.0.15 |
1411 | 2024-04-03T07:26:40.974Z | Compiling heck v0.4.1 |
1412 | 2024-04-03T07:26:40.974Z | Compiling allocator-api2 v0.2.16 |
1413 | 2024-04-03T07:26:40.974Z | Compiling subtle v2.5.0 |
1414 | 2024-04-03T07:26:40.974Z | Compiling pin-project-lite v0.2.13 |
1415 | 2024-04-03T07:26:41.149Z | Compiling pkg-config v0.3.27 |
1416 | 2024-04-03T07:26:41.291Z | Compiling schemars v0.8.16 |
1417 | 2024-04-03T07:26:41.583Z | Compiling parking_lot v0.12.1 |
1418 | 2024-04-03T07:26:41.637Z | Compiling signal-hook-registry v1.4.1 |
1419 | 2024-04-03T07:26:41.664Z | Compiling mio v0.8.11 |
1420 | 2024-04-03T07:26:42.516Z | Compiling equivalent v1.0.1 |
1421 | 2024-04-03T07:26:42.595Z | Compiling num_cpus v1.16.0 |
1422 | 2024-04-03T07:26:42.626Z | Compiling socket2 v0.5.5 |
1423 | 2024-04-03T07:26:42.695Z | Compiling num-conv v0.1.0 |
1424 | 2024-04-03T07:26:42.822Z | Compiling ring v0.17.8 |
1425 | 2024-04-03T07:26:42.919Z | Compiling time-core v0.1.2 |
1426 | 2024-04-03T07:26:42.983Z | Compiling futures-core v0.3.30 |
1427 | 2024-04-03T07:26:43.079Z | Compiling time-macros v0.2.17 |
1428 | 2024-04-03T07:26:43.513Z | Compiling const-oid v0.9.6 |
1429 | 2024-04-03T07:26:43.563Z | Compiling httparse v1.8.0 |
1430 | 2024-04-03T07:26:43.580Z | Compiling vcpkg v0.2.15 |
1431 | 2024-04-03T07:26:44.876Z | Compiling ucd-trie v0.1.6 |
1432 | 2024-04-03T07:26:45.421Z | Compiling fnv v1.0.7 |
1433 | 2024-04-03T07:26:45.529Z | Compiling futures-sink v0.3.30 |
1434 | 2024-04-03T07:26:45.549Z | Compiling spin v0.5.2 |
1435 | 2024-04-03T07:26:45.683Z | Compiling ring v0.16.20 |
1436 | 2024-04-03T07:26:45.832Z | Compiling openssl-sys v0.9.96 |
1437 | 2024-04-03T07:26:46.052Z | Compiling futures-channel v0.3.30 |
1438 | 2024-04-03T07:26:46.177Z | Compiling futures-task v0.3.30 |
1439 | 2024-04-03T07:26:46.425Z | Compiling pin-utils v0.1.0 |
1440 | 2024-04-03T07:26:46.475Z | Compiling slog v2.7.0 |
1441 | 2024-04-03T07:26:46.520Z | Compiling futures-io v0.3.30 |
1442 | 2024-04-03T07:26:46.665Z | Compiling openssl v0.10.60 |
1443 | 2024-04-03T07:26:46.756Z | Compiling async-trait v0.1.79 |
1444 | 2024-04-03T07:26:46.785Z | Compiling iana-time-zone v0.1.57 |
1445 | 2024-04-03T07:26:46.811Z | Compiling serde_derive_internals v0.26.0 |
1446 | 2024-04-03T07:26:47.052Z | Compiling semver v1.0.22 |
1447 | 2024-04-03T07:26:47.196Z | Compiling native-tls v0.2.11 |
1448 | 2024-04-03T07:26:47.300Z | Compiling rustls v0.21.9 |
1449 | 2024-04-03T07:26:47.860Z | Compiling tinyvec_macros v0.1.1 |
1450 | 2024-04-03T07:26:47.903Z | Compiling cpufeatures v0.2.12 |
1451 | 2024-04-03T07:26:47.903Z | Compiling tinyvec v1.6.0 |
1452 | 2024-04-03T07:26:47.903Z | Compiling backtrace v0.3.69 |
1453 | 2024-04-03T07:26:47.903Z | Compiling cookie v0.17.0 |
1454 | 2024-04-03T07:26:48.525Z | Compiling aho-corasick v1.1.2 |
1455 | 2024-04-03T07:26:48.528Z | Compiling dyn-clone v1.0.17 |
1456 | 2024-04-03T07:26:48.528Z | Compiling regex-syntax v0.8.2 |
1457 | 2024-04-03T07:26:49.158Z | Compiling rustix v0.38.31 |
1458 | 2024-04-03T07:26:49.586Z | Compiling uuid v0.8.2 |
1459 | 2024-04-03T07:26:49.586Z | Compiling unicode-normalization v0.1.22 |
1460 | 2024-04-03T07:26:49.602Z | Compiling unicode-bidi v0.3.15 |
1461 | 2024-04-03T07:26:49.807Z | Compiling ppv-lite86 v0.2.17 |
1462 | 2024-04-03T07:26:50.135Z | Compiling anyhow v1.0.79 |
1463 | 2024-04-03T07:26:51.115Z | Compiling crossbeam-utils v0.8.19 |
1464 | 2024-04-03T07:26:51.115Z | Compiling tracing-core v0.1.32 |
1465 | 2024-04-03T07:26:51.888Z | Compiling regex-automata v0.4.5 |
1466 | 2024-04-03T07:26:52.522Z | Compiling percent-encoding v2.3.1 |
1467 | 2024-04-03T07:26:52.891Z | Compiling rand_chacha v0.3.1 |
1468 | 2024-04-03T07:26:54.369Z | Compiling serde_derive v1.0.197 |
1469 | 2024-04-03T07:26:54.433Z | Compiling zeroize_derive v1.4.2 |
1470 | 2024-04-03T07:26:54.681Z | Compiling thiserror-impl v1.0.57 |
1471 | 2024-04-03T07:26:54.735Z | Compiling zerocopy-derive v0.7.32 |
1472 | 2024-04-03T07:26:54.833Z | Compiling tokio-macros v2.2.0 |
1473 | 2024-04-03T07:26:55.177Z | Compiling futures-macro v0.3.30 |
1474 | 2024-04-03T07:26:55.857Z | Compiling tracing-attributes v0.1.27 |
1475 | 2024-04-03T07:26:56.116Z | Compiling zeroize v1.7.0 |
1476 | 2024-04-03T07:26:56.620Z | Compiling schemars_derive v0.8.16 |
1477 | 2024-04-03T07:26:57.135Z | Compiling zerocopy v0.7.32 |
1478 | 2024-04-03T07:26:58.264Z | Compiling crypto-common v0.1.6 |
1479 | 2024-04-03T07:26:58.288Z | Compiling block-buffer v0.10.4 |
1480 | 2024-04-03T07:26:58.333Z | Compiling pest v2.7.6 |
1481 | 2024-04-03T07:26:58.381Z | Compiling digest v0.10.7 |
1482 | 2024-04-03T07:26:58.833Z | Compiling futures-util v0.3.30 |
1483 | 2024-04-03T07:26:58.924Z | Compiling openssl-macros v0.1.1 |
1484 | 2024-04-03T07:26:59.822Z | Compiling hashbrown v0.14.3 |
1485 | 2024-04-03T07:27:00.515Z | Compiling tracing v0.1.40 |
1486 | 2024-04-03T07:27:00.807Z | Compiling pest_meta v2.7.6 |
1487 | 2024-04-03T07:27:01.026Z | Compiling regex v1.10.4 |
1488 | 2024-04-03T07:27:01.465Z | Compiling der_derive v0.7.2 |
1489 | 2024-04-03T07:27:01.917Z | Compiling scroll_derive v0.12.0 |
1490 | 2024-04-03T07:27:02.131Z | Compiling pest_generator v2.7.6 |
1491 | 2024-04-03T07:27:02.741Z | Compiling rand v0.8.5 |
1492 | 2024-04-03T07:27:03.765Z | Compiling spin v0.9.8 |
1493 | 2024-04-03T07:27:04.093Z | Compiling thread-id v4.2.0 |
1494 | 2024-04-03T07:27:04.127Z | Compiling powerfmt v0.2.0 |
1495 | 2024-04-03T07:27:04.161Z | Compiling rustversion v1.0.14 |
1496 | 2024-04-03T07:27:04.473Z | Compiling deranged v0.3.11 |
1497 | 2024-04-03T07:27:04.831Z | Compiling form_urlencoded v1.2.1 |
1498 | 2024-04-03T07:27:05.009Z | Compiling unicode-width v0.1.11 |
1499 | 2024-04-03T07:27:05.220Z | Compiling num_threads v0.1.6 |
1500 | 2024-04-03T07:27:05.348Z | Compiling winnow v0.5.15 |
1501 | 2024-04-03T07:27:05.917Z | Compiling pest_derive v2.7.6 |
1502 | 2024-04-03T07:27:06.604Z | Compiling time v0.3.34 |
1503 | 2024-04-03T07:27:07.062Z | Compiling lazy_static v1.4.0 |
1504 | 2024-04-03T07:27:07.278Z | Compiling unicode-xid v0.2.4 |
1505 | 2024-04-03T07:27:07.443Z | Compiling synstructure v0.12.6 |
1506 | 2024-04-03T07:27:09.429Z | Compiling bytes v1.5.0 |
1507 | 2024-04-03T07:27:09.441Z | Compiling indexmap v2.2.6 |
1508 | 2024-04-03T07:27:10.274Z | Compiling tokio v1.36.0 |
1509 | 2024-04-03T07:27:10.442Z | Compiling uuid v1.7.0 |
1510 | 2024-04-03T07:27:10.537Z | Compiling chrono v0.4.34 |
1511 | 2024-04-03T07:27:12.391Z | Compiling http v0.2.12 |
1512 | 2024-04-03T07:27:12.507Z | Compiling bitflags v2.4.2 |
1513 | 2024-04-03T07:27:12.993Z | Compiling toml_datetime v0.6.5 |
1514 | 2024-04-03T07:27:13.943Z | Compiling serde_spanned v0.6.5 |
1515 | 2024-04-03T07:27:14.338Z | Compiling rustc_version v0.4.0 |
1516 | 2024-04-03T07:27:14.526Z | Compiling toml_edit v0.19.15 |
1517 | 2024-04-03T07:27:15.135Z | Compiling openapiv3 v2.0.0 |
1518 | 2024-04-03T07:27:15.990Z | Compiling serde_tokenstream v0.2.0 |
1519 | 2024-04-03T07:27:16.846Z | Compiling idna v0.5.0 |
1520 | 2024-04-03T07:27:17.610Z | Compiling usdt-impl v0.5.0 |
1521 | 2024-04-03T07:27:17.921Z | Compiling crc32fast v1.3.2 |
1522 | 2024-04-03T07:27:18.386Z | Compiling url v2.5.0 |
1523 | 2024-04-03T07:27:18.410Z | Compiling zerocopy-derive v0.2.0 |
1524 | 2024-04-03T07:27:18.637Z | Compiling scroll v0.12.0 |
1525 | 2024-04-03T07:27:19.644Z | Compiling plain v0.2.3 |
1526 | 2024-04-03T07:27:20.212Z | Compiling goblin v0.8.0 |
1527 | 2024-04-03T07:27:22.162Z | Compiling pretty-hex v0.4.1 |
1528 | 2024-04-03T07:27:22.287Z | Compiling untrusted v0.9.0 |
1529 | 2024-04-03T07:27:22.288Z | Compiling untrusted v0.7.1 |
1530 | 2024-04-03T07:27:22.288Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-04-03T07:27:22.415Z | Compiling tokio-util v0.7.10 |
1532 | 2024-04-03T07:27:23.774Z | Compiling foreign-types v0.3.2 |
1533 | 2024-04-03T07:27:27.693Z | Compiling dof v0.3.0 |
1534 | 2024-04-03T07:27:28.117Z | Compiling dtrace-parser v0.2.0 |
1535 | 2024-04-03T07:27:28.311Z | Compiling errno v0.3.8 |
1536 | 2024-04-03T07:27:28.311Z | Compiling usdt-impl v0.3.5 |
1537 | 2024-04-03T07:27:28.344Z | Compiling try-lock v0.2.4 |
1538 | 2024-04-03T07:27:28.476Z | Compiling base64 v0.21.7 |
1539 | 2024-04-03T07:27:28.751Z | Compiling adler v1.0.2 |
1540 | 2024-04-03T07:27:28.925Z | Compiling miniz_oxide v0.7.1 |
1541 | 2024-04-03T07:27:29.232Z | Compiling want v0.3.1 |
1542 | 2024-04-03T07:27:30.188Z | Compiling rustls-webpki v0.101.7 |
1543 | 2024-04-03T07:27:30.322Z | Compiling sct v0.7.0 |
1544 | 2024-04-03T07:27:30.470Z | Compiling h2 v0.3.24 |
1545 | 2024-04-03T07:27:32.035Z | Compiling http-body v0.4.5 |
1546 | 2024-04-03T07:27:32.271Z | Compiling num-bigint v0.4.4 |
1547 | 2024-04-03T07:27:32.429Z | Compiling openssl-probe v0.1.5 |
1548 | 2024-04-03T07:27:32.850Z | Compiling httpdate v1.0.3 |
1549 | 2024-04-03T07:27:32.850Z | Compiling tower-service v0.3.2 |
1550 | 2024-04-03T07:27:34.304Z | Compiling zerocopy v0.3.0 |
1551 | 2024-04-03T07:27:35.858Z | Compiling heapless v0.7.16 |
1552 | 2024-04-03T07:27:35.940Z | Compiling idna v0.3.0 |
1553 | 2024-04-03T07:27:35.940Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1554 | 2024-04-03T07:27:35.940Z | Compiling psl-types v2.0.11 |
1555 | 2024-04-03T07:27:35.940Z | Compiling signal-hook v0.3.17 |
1556 | 2024-04-03T07:27:36.441Z | Compiling base64ct v1.6.0 |
1557 | 2024-04-03T07:27:36.466Z | Compiling unicode-segmentation v1.10.1 |
1558 | 2024-04-03T07:27:37.090Z | Compiling tokio-native-tls v0.3.1 |
1559 | 2024-04-03T07:27:37.146Z | Compiling hyper v0.14.28 |
1560 | 2024-04-03T07:27:37.276Z | Compiling publicsuffix v2.2.3 |
1561 | 2024-04-03T07:27:38.418Z | Compiling tokio-rustls v0.24.1 |
1562 | 2024-04-03T07:27:38.514Z | Compiling dof v0.1.5 |
1563 | 2024-04-03T07:27:38.641Z | Compiling crossbeam-epoch v0.9.18 |
1564 | 2024-04-03T07:27:38.907Z | Compiling dtrace-parser v0.1.14 |
1565 | 2024-04-03T07:27:39.399Z | Compiling bitflags v1.3.2 |
1566 | 2024-04-03T07:27:39.444Z | Compiling ipnet v2.9.0 |
1567 | 2024-04-03T07:27:39.469Z | Compiling gimli v0.28.0 |
1568 | 2024-04-03T07:27:41.167Z | Compiling cookie_store v0.20.0 |
1569 | 2024-04-03T07:27:42.226Z | Compiling rustls-pemfile v1.0.3 |
1570 | 2024-04-03T07:27:42.254Z | Compiling serde_urlencoded v0.7.1 |
1571 | 2024-04-03T07:27:42.671Z | Compiling serde_tokenstream v0.1.7 |
1572 | 2024-04-03T07:27:42.794Z | Compiling enum-as-inner v0.5.1 |
1573 | 2024-04-03T07:27:43.016Z | Compiling object v0.32.1 |
1574 | 2024-04-03T07:27:43.200Z | Compiling encoding_rs v0.8.33 |
1575 | 2024-04-03T07:27:43.814Z | Compiling hyper-rustls v0.24.2 |
1576 | 2024-04-03T07:27:44.180Z | Compiling hyper-tls v0.5.0 |
1577 | 2024-04-03T07:27:44.467Z | Compiling addr2line v0.21.0 |
1578 | 2024-04-03T07:27:44.525Z | Compiling either v1.10.0 |
1579 | 2024-04-03T07:27:45.023Z | Compiling webpki-roots v0.25.2 |
1580 | 2024-04-03T07:27:45.515Z | Compiling data-encoding v2.4.0 |
1581 | 2024-04-03T07:27:46.863Z | Compiling mime v0.3.17 |
1582 | 2024-04-03T07:27:47.450Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1583 | 2024-04-03T07:27:47.459Z | Compiling rustc-demangle v0.1.23 |
1584 | 2024-04-03T07:27:47.846Z | Compiling smoltcp v0.9.1 |
1585 | 2024-04-03T07:27:48.264Z | Compiling sync_wrapper v0.1.2 |
1586 | 2024-04-03T07:27:48.398Z | Compiling reqwest v0.11.24 |
1587 | 2024-04-03T07:27:48.575Z | Compiling pem-rfc7468 v0.7.0 |
1588 | 2024-04-03T07:27:50.037Z | Compiling hmac v0.12.1 |
1589 | 2024-04-03T07:27:50.269Z | Compiling futures-executor v0.3.30 |
1590 | 2024-04-03T07:27:50.699Z | Compiling regress v0.9.0 |
1591 | 2024-04-03T07:27:51.414Z | Compiling flagset v0.4.3 |
1592 | 2024-04-03T07:27:51.554Z | Compiling siphasher v0.3.11 |
1593 | 2024-04-03T07:27:52.457Z | Compiling der v0.7.8 |
1594 | 2024-04-03T07:27:54.044Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1595 | 2024-04-03T07:27:55.323Z | Compiling flate2 v1.0.28 |
1596 | 2024-04-03T07:27:55.555Z | Compiling usdt-attr-macro v0.3.5 |
1597 | 2024-04-03T07:27:56.430Z | Compiling usdt-macro v0.3.5 |
1598 | 2024-04-03T07:27:58.479Z | Compiling hubpack_derive v0.1.1 |
1599 | 2024-04-03T07:27:58.612Z | Compiling zerocopy-derive v0.6.4 |
1600 | 2024-04-03T07:27:58.612Z | Compiling clap_derive v4.5.0 |
1601 | 2024-04-03T07:27:58.612Z | Compiling winnow v0.6.1 |
1602 | 2024-04-03T07:27:58.667Z | Compiling utf8parse v0.2.1 |
1603 | 2024-04-03T07:27:59.118Z | Compiling anstyle v1.0.6 |
1604 | 2024-04-03T07:27:59.661Z | Compiling sha2 v0.10.8 |
1605 | 2024-04-03T07:28:00.942Z | Compiling anstyle-parse v0.2.1 |
1606 | 2024-04-03T07:28:01.812Z | Compiling futures v0.3.30 |
1607 | 2024-04-03T07:28:01.955Z | Compiling spki v0.7.2 |
1608 | 2024-04-03T07:28:02.142Z | Compiling toml_edit v0.22.9 |
1609 | 2024-04-03T07:28:03.134Z | Compiling md-5 v0.10.5 |
1610 | 2024-04-03T07:28:03.213Z | Compiling toml v0.7.8 |
1611 | 2024-04-03T07:28:05.031Z | Compiling hex v0.4.3 |
1612 | 2024-04-03T07:28:05.464Z | Compiling block-padding v0.3.3 |
1613 | 2024-04-03T07:28:05.464Z | Compiling stringprep v0.1.3 |
1614 | 2024-04-03T07:28:05.464Z | Compiling num-integer v0.1.46 |
1615 | 2024-04-03T07:28:05.464Z | Compiling diesel_table_macro_syntax v0.1.0 |
1616 | 2024-04-03T07:28:05.464Z | Compiling hash32 v0.2.1 |
1617 | 2024-04-03T07:28:05.464Z | Compiling colorchoice v1.0.0 |
1618 | 2024-04-03T07:28:05.464Z | Compiling fallible-iterator v0.2.0 |
1619 | 2024-04-03T07:28:05.464Z | Compiling anstyle-query v1.0.0 |
1620 | 2024-04-03T07:28:05.464Z | Compiling stable_deref_trait v1.2.0 |
1621 | 2024-04-03T07:28:05.475Z | Compiling anstream v0.6.11 |
1622 | 2024-04-03T07:28:05.688Z | Compiling postgres-protocol v0.6.6 |
1623 | 2024-04-03T07:28:06.182Z | Compiling diesel_derives v2.1.2 |
1624 | 2024-04-03T07:28:06.988Z | Compiling inout v0.1.3 |
1625 | 2024-04-03T07:28:07.533Z | Compiling pkcs8 v0.10.2 |
1626 | 2024-04-03T07:28:08.309Z | Compiling phf_shared v0.11.2 |
1627 | 2024-04-03T07:28:08.700Z | Compiling terminal_size v0.3.0 |
1628 | 2024-04-03T07:28:08.893Z | Compiling ff v0.13.0 |
1629 | 2024-04-03T07:28:08.964Z | Compiling strum_macros v0.25.2 |
1630 | 2024-04-03T07:28:09.188Z | Compiling serde_repr v0.1.16 |
1631 | 2024-04-03T07:28:09.371Z | Compiling scheduled-thread-pool v0.2.7 |
1632 | 2024-04-03T07:28:09.718Z | Compiling regex-automata v0.1.10 |
1633 | 2024-04-03T07:28:09.982Z | Compiling bit-vec v0.6.3 |
1634 | 2024-04-03T07:28:10.241Z | Compiling managed v0.8.0 |
1635 | 2024-04-03T07:28:10.373Z | Compiling clap_lex v0.7.0 |
1636 | 2024-04-03T07:28:10.416Z | Compiling base16ct v0.2.0 |
1637 | 2024-04-03T07:28:10.682Z | Compiling strsim v0.11.0 |
1638 | 2024-04-03T07:28:10.712Z | Compiling matches v0.1.10 |
1639 | 2024-04-03T07:28:10.802Z | Compiling idna v0.2.3 |
1640 | 2024-04-03T07:28:11.221Z | Compiling sec1 v0.7.3 |
1641 | 2024-04-03T07:28:11.221Z | Compiling bstr v0.2.17 |
1642 | 2024-04-03T07:28:11.437Z | Compiling clap_builder v4.5.1 |
1643 | 2024-04-03T07:28:11.634Z | Compiling r2d2 v0.8.10 |
1644 | 2024-04-03T07:28:12.281Z | Compiling group v0.13.0 |
1645 | 2024-04-03T07:28:12.371Z | Compiling phf v0.11.2 |
1646 | 2024-04-03T07:28:12.676Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1647 | 2024-04-03T07:28:12.886Z | Compiling signal-hook-mio v0.2.3 |
1648 | 2024-04-03T07:28:13.008Z | Compiling bzip2 v0.4.4 |
1649 | 2024-04-03T07:28:13.042Z | Compiling cipher v0.4.4 |
1650 | 2024-04-03T07:28:13.313Z | Compiling postgres-types v0.2.6 |
1651 | 2024-04-03T07:28:13.538Z | Compiling zerocopy v0.6.4 |
1652 | 2024-04-03T07:28:13.771Z | Compiling hubpack v0.1.2 |
1653 | 2024-04-03T07:28:14.245Z | Compiling phf_shared v0.10.0 |
1654 | 2024-04-03T07:28:14.378Z | Compiling hkdf v0.12.4 |
1655 | 2024-04-03T07:28:14.639Z | Compiling crypto-bigint v0.5.2 |
1656 | 2024-04-03T07:28:14.752Z | Compiling ipnetwork v0.20.0 |
1657 | 2024-04-03T07:28:15.717Z | Compiling float-cmp v0.9.0 |
1658 | 2024-04-03T07:28:16.137Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2024-04-03T07:28:16.190Z | Compiling normalize-line-endings v0.3.0 |
1660 | 2024-04-03T07:28:18.519Z | Compiling minimal-lexical v0.2.1 |
1661 | 2024-04-03T07:28:18.520Z | Compiling difflib v0.4.0 |
1662 | 2024-04-03T07:28:18.520Z | Compiling predicates-core v1.0.6 |
1663 | 2024-04-03T07:28:18.648Z | Compiling whoami v1.5.0 |
1664 | 2024-04-03T07:28:18.813Z | Compiling precomputed-hash v0.1.1 |
1665 | 2024-04-03T07:28:21.367Z | Compiling fixedbitset v0.4.2 |
1666 | 2024-04-03T07:28:21.367Z | Compiling static_assertions v1.1.0 |
1667 | 2024-04-03T07:28:21.368Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1668 | 2024-04-03T07:28:21.368Z | Compiling petgraph v0.6.4 |
1669 | 2024-04-03T07:28:21.368Z | Compiling tokio-postgres v0.7.10 |
1670 | 2024-04-03T07:28:21.821Z | Compiling string_cache v0.8.7 |
1671 | 2024-04-03T07:28:22.414Z | Compiling predicates v3.1.0 |
1672 | 2024-04-03T07:28:22.522Z | Compiling diesel v2.1.5 |
1673 | 2024-04-03T07:28:23.196Z | Compiling nom v7.1.3 |
1674 | 2024-04-03T07:28:23.566Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1675 | 2024-04-03T07:28:23.720Z | Compiling trust-dns-proto v0.22.0 |
1676 | 2024-04-03T07:28:23.774Z | Compiling elliptic-curve v0.13.8 |
1677 | 2024-04-03T07:28:24.604Z | Compiling yasna v0.5.2 |
1678 | 2024-04-03T07:28:24.613Z | Compiling clap v4.5.1 |
1679 | 2024-04-03T07:28:24.749Z | Compiling zip v0.6.6 |
1680 | 2024-04-03T07:28:25.799Z | Compiling crossterm v0.27.0 |
1681 | 2024-04-03T07:28:26.469Z | Compiling similar v2.4.0 |
1682 | 2024-04-03T07:28:26.702Z | Compiling bit-set v0.5.3 |
1683 | 2024-04-03T07:28:26.875Z | Compiling num-iter v0.1.44 |
1684 | 2024-04-03T07:28:26.978Z | Compiling usdt v0.3.5 |
1685 | 2024-04-03T07:28:27.062Z | Compiling itertools v0.10.5 |
1686 | 2024-04-03T07:28:27.243Z | Compiling console v0.15.8 |
1687 | 2024-04-03T07:28:28.776Z | Compiling tokio-stream v0.1.14 |
1688 | 2024-04-03T07:28:29.652Z | Compiling getopts v0.2.21 |
1689 | 2024-04-03T07:28:29.733Z | Compiling bstr v1.9.0 |
1690 | 2024-04-03T07:28:30.177Z | Compiling peg-runtime v0.8.2 |
1691 | 2024-04-03T07:28:30.219Z | Compiling unsafe-libyaml v0.2.10 |
1692 | 2024-04-03T07:28:30.801Z | Compiling lalrpop-util v0.19.12 |
1693 | 2024-04-03T07:28:31.485Z | Compiling serde_yaml v0.9.25 |
1694 | 2024-04-03T07:28:31.521Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1695 | 2024-04-03T07:28:34.907Z | Compiling camino v1.1.6 |
1696 | 2024-04-03T07:28:36.571Z | Compiling atty v0.2.14 |
1697 | 2024-04-03T07:28:39.877Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1698 | 2024-04-03T07:28:40.215Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1699 | 2024-04-03T07:28:44.091Z | Compiling sha1 v0.10.6 |
1700 | 2024-04-03T07:28:58.406Z | Compiling ident_case v1.0.1 |
1701 | 2024-04-03T07:28:58.555Z | Compiling strsim v0.10.0 |
1702 | 2024-04-03T07:28:58.639Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1703 | 2024-04-03T07:28:58.943Z | Compiling darling_core v0.20.3 |
1704 | 2024-04-03T07:28:59.879Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1705 | 2024-04-03T07:29:00.846Z | Compiling strum_macros v0.26.1 |
1706 | 2024-04-03T07:29:06.066Z | Compiling darling_macro v0.20.3 |
1707 | 2024-04-03T07:29:06.226Z | Compiling strum v0.26.1 |
1708 | 2024-04-03T07:29:06.439Z | Compiling darling v0.20.3 |
1709 | 2024-04-03T07:29:06.527Z | Compiling dirs-sys-next v0.1.2 |
1710 | 2024-04-03T07:29:06.599Z | Compiling match_cfg v0.1.0 |
1711 | 2024-04-03T07:29:06.695Z | Compiling hostname v0.3.1 |
1712 | 2024-04-03T07:29:06.822Z | Compiling dirs-next v2.0.0 |
1713 | 2024-04-03T07:29:06.931Z | Compiling http v1.0.0 |
1714 | 2024-04-03T07:29:07.361Z | Compiling thread_local v1.1.7 |
1715 | 2024-04-03T07:29:07.385Z | Compiling rustls-pki-types v1.3.0 |
1716 | 2024-04-03T07:29:07.385Z | Compiling slog-async v2.8.0 |
1717 | 2024-04-03T07:29:07.515Z | Compiling term v0.7.0 |
1718 | 2024-04-03T07:29:07.702Z | Compiling crossbeam-channel v0.5.8 |
1719 | 2024-04-03T07:29:07.738Z | Compiling proc-macro-error-attr v1.0.4 |
1720 | 2024-04-03T07:29:07.743Z | Compiling take_mut v0.2.2 |
1721 | 2024-04-03T07:29:07.901Z | Compiling rustls v0.22.2 |
1722 | 2024-04-03T07:29:08.135Z | Compiling slog-term v2.9.0 |
1723 | 2024-04-03T07:29:08.222Z | Compiling rustls-webpki v0.102.1 |
1724 | 2024-04-03T07:29:08.272Z | Compiling proc-macro-error v1.0.4 |
1725 | 2024-04-03T07:29:08.436Z | Compiling multer v3.0.0 |
1726 | 2024-04-03T07:29:09.066Z | Compiling instant v0.1.12 |
1727 | 2024-04-03T07:29:09.104Z | Compiling paste v1.0.14 |
1728 | 2024-04-03T07:29:09.379Z | Compiling slog-json v2.6.1 |
1729 | 2024-04-03T07:29:09.432Z | Compiling async-stream-impl v0.3.5 |
1730 | 2024-04-03T07:29:09.452Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1731 | 2024-04-03T07:29:09.758Z | Compiling atomic-waker v1.1.1 |
1732 | 2024-04-03T07:29:09.767Z | Compiling debug-ignore v1.0.5 |
1733 | 2024-04-03T07:29:09.854Z | Compiling slog-bunyan v2.5.0 |
1734 | 2024-04-03T07:29:09.957Z | Compiling waitgroup v0.1.2 |
1735 | 2024-04-03T07:29:10.191Z | Compiling rustls-pemfile v2.1.1 |
1736 | 2024-04-03T07:29:10.268Z | Compiling serde_with_macros v3.6.1 |
1737 | 2024-04-03T07:29:10.653Z | Compiling toml v0.8.12 |
1738 | 2024-04-03T07:29:10.742Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1739 | 2024-04-03T07:29:10.905Z | Compiling async-stream v0.3.5 |
1740 | 2024-04-03T07:29:11.165Z | Compiling serde_path_to_error v0.1.16 |
1741 | 2024-04-03T07:29:11.226Z | Compiling structmeta-derive v0.3.0 |
1742 | 2024-04-03T07:29:11.255Z | Compiling newtype-uuid v1.0.1 |
1743 | 2024-04-03T07:29:11.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1744 | 2024-04-03T07:29:12.030Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1745 | 2024-04-03T07:29:12.265Z | Compiling backoff v0.4.0 |
1746 | 2024-04-03T07:29:12.328Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1747 | 2024-04-03T07:29:12.414Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1748 | 2024-04-03T07:29:12.499Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1749 | 2024-04-03T07:29:12.595Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1750 | 2024-04-03T07:29:12.749Z | Compiling macaddr v1.0.1 |
1751 | 2024-04-03T07:29:12.983Z | Compiling proc-macro-crate v1.3.1 |
1752 | 2024-04-03T07:29:13.175Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1753 | 2024-04-03T07:29:13.229Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1754 | 2024-04-03T07:29:13.498Z | Compiling tokio-rustls v0.25.0 |
1755 | 2024-04-03T07:29:13.508Z | Compiling serde_with v3.6.1 |
1756 | 2024-04-03T07:29:13.616Z | Compiling foreign-types-macros v0.2.3 |
1757 | 2024-04-03T07:29:14.151Z | Compiling num_enum_derive v0.5.11 |
1758 | 2024-04-03T07:29:14.309Z | Compiling structmeta v0.3.0 |
1759 | 2024-04-03T07:29:14.776Z | Compiling parse-display-derive v0.9.0 |
1760 | 2024-04-03T07:29:14.981Z | Compiling foreign-types-shared v0.3.1 |
1761 | 2024-04-03T07:29:15.095Z | Compiling heapless v0.8.0 |
1762 | 2024-04-03T07:29:15.678Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1763 | 2024-04-03T07:29:16.760Z | Compiling foreign-types v0.5.0 |
1764 | 2024-04-03T07:29:16.792Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1765 | 2024-04-03T07:29:17.069Z | Compiling num_enum v0.5.11 |
1766 | 2024-04-03T07:29:17.223Z | Compiling cstr-argument v0.1.2 |
1767 | 2024-04-03T07:29:17.473Z | Compiling hash32 v0.3.1 |
1768 | 2024-04-03T07:29:17.583Z | Compiling pretty-hex v0.2.1 |
1769 | 2024-04-03T07:29:17.645Z | Compiling smoltcp v0.11.0 |
1770 | 2024-04-03T07:29:17.712Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1771 | 2024-04-03T07:29:18.271Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1772 | 2024-04-03T07:29:18.436Z | Compiling tabwriter v1.4.0 |
1773 | 2024-04-03T07:29:18.865Z | Compiling colored v2.1.0 |
1774 | 2024-04-03T07:29:18.879Z | Compiling socket2 v0.4.9 |
1775 | 2024-04-03T07:29:18.942Z | Compiling fastrand v2.0.1 |
1776 | 2024-04-03T07:29:19.457Z | Compiling cobs v0.2.3 |
1777 | 2024-04-03T07:29:19.506Z | Compiling embedded-io v0.4.0 |
1778 | 2024-04-03T07:29:19.617Z | Compiling tempfile v3.10.0 |
1779 | 2024-04-03T07:29:19.686Z | Compiling parse-display v0.9.0 |
1780 | 2024-04-03T07:29:19.711Z | Compiling postcard v1.0.8 |
1781 | 2024-04-03T07:29:19.741Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1782 | 2024-04-03T07:29:19.763Z | Compiling crucible-workspace-hack v0.1.0 |
1783 | 2024-04-03T07:29:20.081Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1784 | 2024-04-03T07:29:20.224Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1785 | 2024-04-03T07:29:20.252Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1786 | 2024-04-03T07:29:20.353Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1787 | 2024-04-03T07:29:20.575Z | Compiling smf v0.2.2 |
1788 | 2024-04-03T07:29:21.070Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1789 | 2024-04-03T07:29:21.074Z | Compiling humantime v2.1.0 |
1790 | 2024-04-03T07:29:21.074Z | Compiling platforms v3.0.2 |
1791 | 2024-04-03T07:29:21.197Z | Compiling camino-tempfile v1.1.1 |
1792 | 2024-04-03T07:29:21.291Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1793 | 2024-04-03T07:29:21.369Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1794 | 2024-04-03T07:29:21.636Z | Compiling heck v0.3.3 |
1795 | 2024-04-03T07:29:21.850Z | Compiling usdt-attr-macro v0.5.0 |
1796 | 2024-04-03T07:29:21.978Z | Compiling usdt-macro v0.5.0 |
1797 | 2024-04-03T07:29:22.450Z | Compiling num-derive v0.4.0 |
1798 | 2024-04-03T07:29:22.453Z | Compiling sigpipe v0.1.3 |
1799 | 2024-04-03T07:29:22.453Z | Compiling memmap v0.7.0 |
1800 | 2024-04-03T07:29:22.551Z | Compiling utf-8 v0.7.6 |
1801 | 2024-04-03T07:29:22.850Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1802 | 2024-04-03T07:29:22.850Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1803 | 2024-04-03T07:29:23.295Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1804 | 2024-04-03T07:29:23.507Z | Compiling usdt v0.5.0 |
1805 | 2024-04-03T07:29:24.009Z | Compiling unicase v2.7.0 |
1806 | 2024-04-03T07:29:24.141Z | Compiling semver v0.1.20 |
1807 | 2024-04-03T07:29:24.342Z | Compiling rayon-core v1.12.1 |
1808 | 2024-04-03T07:29:24.420Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1809 | 2024-04-03T07:29:24.544Z | Compiling rustc_version v0.1.7 |
1810 | 2024-04-03T07:29:24.691Z | Compiling curve25519-dalek v4.1.1 |
1811 | 2024-04-03T07:29:24.773Z | Compiling newline-converter v0.3.0 |
1812 | 2024-04-03T07:29:24.825Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1813 | 2024-04-03T07:29:25.015Z | Compiling crossbeam-deque v0.8.3 |
1814 | 2024-04-03T07:29:25.049Z | Compiling universal-hash v0.5.1 |
1815 | 2024-04-03T07:29:25.238Z | Compiling opaque-debug v0.3.0 |
1816 | 2024-04-03T07:29:25.747Z | Compiling same-file v1.0.6 |
1817 | 2024-04-03T07:29:25.756Z | Compiling newtype_derive v0.1.6 |
1818 | 2024-04-03T07:29:25.756Z | Compiling expectorate v1.1.0 |
1819 | 2024-04-03T07:29:25.756Z | Compiling walkdir v2.4.0 |
1820 | 2024-04-03T07:29:25.756Z | Compiling tungstenite v0.20.1 |
1821 | 2024-04-03T07:29:25.756Z | Compiling semver-parser v0.10.2 |
1822 | 2024-04-03T07:29:25.759Z | Compiling signature v2.1.0 |
1823 | 2024-04-03T07:29:26.009Z | Compiling curve25519-dalek-derive v0.1.0 |
1824 | 2024-04-03T07:29:26.313Z | Compiling blake3 v1.5.0 |
1825 | 2024-04-03T07:29:26.337Z | Compiling num-rational v0.4.1 |
1826 | 2024-04-03T07:29:26.638Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1827 | 2024-04-03T07:29:26.662Z | Compiling arc-swap v1.6.0 |
1828 | 2024-04-03T07:29:26.900Z | Compiling getrandom v0.1.16 |
1829 | 2024-04-03T07:29:27.113Z | Compiling termcolor v1.2.0 |
1830 | 2024-04-03T07:29:27.324Z | Compiling slog-scope v4.4.0 |
1831 | 2024-04-03T07:29:27.646Z | Compiling env_logger v0.9.3 |
1832 | 2024-04-03T07:29:27.784Z | Compiling tokio-tungstenite v0.20.1 |
1833 | 2024-04-03T07:29:27.871Z | Compiling semver v0.11.0 |
1834 | 2024-04-03T07:29:27.912Z | Compiling rayon v1.9.0 |
1835 | 2024-04-03T07:29:28.273Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1836 | 2024-04-03T07:29:28.420Z | Compiling password-hash v0.5.0 |
1837 | 2024-04-03T07:29:28.930Z | Compiling textwrap v0.11.0 |
1838 | 2024-04-03T07:29:28.930Z | Compiling blake2 v0.10.6 |
1839 | 2024-04-03T07:29:28.996Z | Compiling bitstruct_derive v0.1.0 |
1840 | 2024-04-03T07:29:29.093Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1841 | 2024-04-03T07:29:29.224Z | Compiling filetime v0.2.23 |
1842 | 2024-04-03T07:29:29.236Z | Compiling memmap2 v0.7.1 |
1843 | 2024-04-03T07:29:29.493Z | Compiling xattr v1.0.1 |
1844 | 2024-04-03T07:29:29.564Z | Compiling home v0.5.5 |
1845 | 2024-04-03T07:29:29.658Z | Compiling vec_map v0.8.2 |
1846 | 2024-04-03T07:29:29.768Z | Compiling linked-hash-map v0.5.6 |
1847 | 2024-04-03T07:29:29.846Z | Compiling quick-error v1.2.3 |
1848 | 2024-04-03T07:29:29.975Z | Compiling parking_lot_core v0.8.6 |
1849 | 2024-04-03T07:29:29.995Z | Compiling bytecount v0.6.3 |
1850 | 2024-04-03T07:29:30.156Z | Compiling arrayvec v0.7.4 |
1851 | 2024-04-03T07:29:30.203Z | Compiling constant_time_eq v0.3.0 |
1852 | 2024-04-03T07:29:30.238Z | Compiling strsim v0.8.0 |
1853 | 2024-04-03T07:29:30.812Z | Compiling ansi_term v0.12.1 |
1854 | 2024-04-03T07:29:30.830Z | Compiling arrayref v0.3.7 |
1855 | 2024-04-03T07:29:30.830Z | Compiling base64 v0.22.0 |
1856 | 2024-04-03T07:29:30.830Z | Compiling ascii v1.1.0 |
1857 | 2024-04-03T07:29:30.831Z | Compiling libefi-sys v0.1.0 |
1858 | 2024-04-03T07:29:30.863Z | Compiling clap v2.34.0 |
1859 | 2024-04-03T07:29:31.322Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1860 | 2024-04-03T07:29:31.741Z | Compiling bitstruct v0.1.1 |
1861 | 2024-04-03T07:29:31.741Z | Compiling papergrid v0.11.0 |
1862 | 2024-04-03T07:29:31.741Z | Compiling lru-cache v0.1.2 |
1863 | 2024-04-03T07:29:31.741Z | Compiling resolv-conf v0.7.0 |
1864 | 2024-04-03T07:29:31.741Z | Compiling toolchain_find v0.2.0 |
1865 | 2024-04-03T07:29:32.014Z | Compiling tar v0.4.40 |
1866 | 2024-04-03T07:29:32.045Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-04-03T07:29:32.412Z | Compiling argon2 v0.5.3 |
1868 | 2024-04-03T07:29:32.632Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-04-03T07:29:34.160Z | Compiling slog-stdlog v4.1.1 |
1870 | 2024-04-03T07:29:34.499Z | Compiling structopt-derive v0.4.18 |
1871 | 2024-04-03T07:29:34.519Z | Compiling tabled_derive v0.7.0 |
1872 | 2024-04-03T07:29:35.376Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-04-03T07:29:35.753Z | Compiling rfc6979 v0.4.0 |
1874 | 2024-04-03T07:29:35.940Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-04-03T07:29:36.358Z | Compiling serde_arrays v0.1.0 |
1876 | 2024-04-03T07:29:36.358Z | Compiling erased-serde v0.3.31 |
1877 | 2024-04-03T07:29:36.358Z | Compiling toml v0.5.11 |
1878 | 2024-04-03T07:29:36.358Z | Compiling aead v0.5.2 |
1879 | 2024-04-03T07:29:36.358Z | Compiling num-complex v0.4.4 |
1880 | 2024-04-03T07:29:36.602Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1881 | 2024-04-03T07:29:36.966Z | Compiling nibble_vec v0.1.0 |
1882 | 2024-04-03T07:29:37.156Z | Compiling slog-dtrace v0.3.0 |
1883 | 2024-04-03T07:29:37.251Z | Compiling winapi v0.3.9 |
1884 | 2024-04-03T07:29:37.326Z | Compiling keccak v0.1.4 |
1885 | 2024-04-03T07:29:37.467Z | Compiling endian-type v0.1.2 |
1886 | 2024-04-03T07:29:37.560Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1887 | 2024-04-03T07:29:37.610Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1888 | 2024-04-03T07:29:37.703Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1889 | 2024-04-03T07:29:38.248Z | Compiling cancel-safe-futures v0.1.5 |
1890 | 2024-04-03T07:29:38.304Z | Compiling topological-sort v0.2.2 |
1891 | 2024-04-03T07:29:38.530Z | Compiling omicron-zone-package v0.11.0 |
1892 | 2024-04-03T07:29:38.684Z | Compiling rustfmt-wrapper v0.2.0 |
1893 | 2024-04-03T07:29:38.763Z | Compiling radix_trie v0.2.1 |
1894 | 2024-04-03T07:29:39.308Z | Compiling sha3 v0.10.8 |
1895 | 2024-04-03T07:29:39.467Z | Compiling structopt v0.3.26 |
1896 | 2024-04-03T07:29:39.647Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1897 | 2024-04-03T07:29:39.674Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1898 | 2024-04-03T07:29:39.744Z | Compiling tabled v0.15.0 |
1899 | 2024-04-03T07:29:39.785Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-04-03T07:29:39.814Z | Compiling num v0.4.1 |
1901 | 2024-04-03T07:29:40.105Z | Compiling ecdsa v0.16.9 |
1902 | 2024-04-03T07:29:40.277Z | Compiling slog-envlogger v2.2.0 |
1903 | 2024-04-03T07:29:40.762Z | Compiling rand_core v0.5.1 |
1904 | 2024-04-03T07:29:40.867Z | Compiling steno v0.4.0 |
1905 | 2024-04-03T07:29:40.917Z | Compiling mime_guess v2.0.4 |
1906 | 2024-04-03T07:29:41.058Z | Compiling trust-dns-resolver v0.22.0 |
1907 | 2024-04-03T07:29:43.372Z | Compiling poly1305 v0.8.0 |
1908 | 2024-04-03T07:29:45.261Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1909 | 2024-04-03T07:29:45.369Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1910 | 2024-04-03T07:29:46.400Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1911 | 2024-04-03T07:29:46.418Z | Compiling primeorder v0.13.6 |
1912 | 2024-04-03T07:29:46.489Z | Compiling chacha20 v0.9.1 |
1913 | 2024-04-03T07:29:46.703Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1914 | 2024-04-03T07:29:46.818Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1915 | 2024-04-03T07:29:47.432Z | Compiling secrecy v0.8.0 |
1916 | 2024-04-03T07:29:47.556Z | Compiling thiserror-impl-no-std v2.0.2 |
1917 | 2024-04-03T07:29:47.691Z | Compiling half v2.3.1 |
1918 | 2024-04-03T07:29:48.397Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1919 | 2024-04-03T07:29:48.424Z | Compiling option-ext v0.2.0 |
1920 | 2024-04-03T07:29:48.559Z | Compiling convert_case v0.4.0 |
1921 | 2024-04-03T07:29:48.628Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1922 | 2024-04-03T07:29:48.915Z | Compiling ciborium-io v0.2.2 |
1923 | 2024-04-03T07:29:48.988Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1924 | 2024-04-03T07:29:49.055Z | Compiling ciborium-ll v0.2.2 |
1925 | 2024-04-03T07:29:49.464Z | Compiling dirs-sys v0.4.1 |
1926 | 2024-04-03T07:29:49.540Z | Compiling derive_more v0.99.17 |
1927 | 2024-04-03T07:29:50.173Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1928 | 2024-04-03T07:29:50.923Z | Compiling thiserror-no-std v2.0.2 |
1929 | 2024-04-03T07:29:51.044Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-04-03T07:29:51.194Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1931 | 2024-04-03T07:29:51.469Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1932 | 2024-04-03T07:29:51.848Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1933 | 2024-04-03T07:29:52.643Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1934 | 2024-04-03T07:29:52.772Z | Compiling parking_lot v0.11.2 |
1935 | 2024-04-03T07:29:53.083Z | Compiling rand_chacha v0.2.2 |
1936 | 2024-04-03T07:29:54.376Z | Compiling trust-dns-client v0.22.0 |
1937 | 2024-04-03T07:29:54.666Z | Compiling ed25519 v2.2.2 |
1938 | 2024-04-03T07:29:59.088Z | Compiling polyval v0.6.1 |
1939 | 2024-04-03T07:29:59.088Z | Compiling tungstenite v0.21.0 |
1940 | 2024-04-03T07:29:59.088Z | Compiling zone_cfg_derive v0.1.2 |
1941 | 2024-04-03T07:29:59.089Z | Compiling aes v0.8.3 |
1942 | 2024-04-03T07:29:59.089Z | Compiling ctr v0.9.2 |
1943 | 2024-04-03T07:29:59.089Z | Compiling blowfish v0.9.1 |
1944 | 2024-04-03T07:29:59.089Z | Compiling password-hash v0.4.2 |
1945 | 2024-04-03T07:29:59.215Z | Compiling libsw v3.3.1 |
1946 | 2024-04-03T07:29:59.215Z | Compiling pbkdf2 v0.12.2 |
1947 | 2024-04-03T07:29:59.215Z | Compiling derive-where v1.2.7 |
1948 | 2024-04-03T07:29:59.215Z | Compiling gethostname v0.4.3 |
1949 | 2024-04-03T07:29:59.608Z | Compiling fxhash v0.2.1 |
1950 | 2024-04-03T07:29:59.619Z | Compiling base64 v0.13.1 |
1951 | 2024-04-03T07:29:59.785Z | Compiling owo-colors v4.0.0 |
1952 | 2024-04-03T07:30:00.022Z | Compiling linear-map v1.2.0 |
1953 | 2024-04-03T07:30:00.256Z | Compiling swrite v0.1.0 |
1954 | 2024-04-03T07:30:00.386Z | Compiling ron v0.7.1 |
1955 | 2024-04-03T07:30:00.405Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1956 | 2024-04-03T07:30:01.978Z | Compiling trust-dns-server v0.22.1 |
1957 | 2024-04-03T07:30:02.242Z | Compiling sled v0.34.7 |
1958 | 2024-04-03T07:30:02.352Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1959 | 2024-04-03T07:30:05.072Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1960 | 2024-04-03T07:30:05.159Z | Compiling bcrypt-pbkdf v0.10.0 |
1961 | 2024-04-03T07:30:05.591Z | Compiling pbkdf2 v0.11.0 |
1962 | 2024-04-03T07:30:05.940Z | Compiling zone v0.1.8 |
1963 | 2024-04-03T07:30:06.315Z | Compiling tokio-tungstenite v0.21.0 |
1964 | 2024-04-03T07:30:06.824Z | Compiling ghash v0.5.0 |
1965 | 2024-04-03T07:30:07.033Z | Compiling ed25519-dalek v2.0.0 |
1966 | 2024-04-03T07:30:07.526Z | Compiling russh-cryptovec v0.7.0 |
1967 | 2024-04-03T07:30:07.670Z | Compiling rand v0.7.3 |
1968 | 2024-04-03T07:30:08.005Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-04-03T07:30:08.699Z | Compiling vsss-rs v3.3.4 |
1970 | 2024-04-03T07:30:08.771Z | Compiling dirs v5.0.1 |
1971 | 2024-04-03T07:30:08.984Z | Compiling ciborium v0.2.2 |
1972 | 2024-04-03T07:30:09.232Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1973 | 2024-04-03T07:30:10.033Z | Compiling chacha20poly1305 v0.10.1 |
1974 | 2024-04-03T07:30:10.123Z | Compiling p256 v0.13.2 |
1975 | 2024-04-03T07:30:10.284Z | Compiling p521 v0.13.3 |
1976 | 2024-04-03T07:30:10.499Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1977 | 2024-04-03T07:30:10.988Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-04-03T07:30:12.639Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1979 | 2024-04-03T07:30:12.955Z | Compiling cbc v0.1.2 |
1980 | 2024-04-03T07:30:13.466Z | Compiling pem v3.0.2 |
1981 | 2024-04-03T07:30:13.466Z | Compiling headers-core v0.2.0 |
1982 | 2024-04-03T07:30:13.466Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1983 | 2024-04-03T07:30:13.466Z | Compiling portpicker v0.1.1 |
1984 | 2024-04-03T07:30:13.619Z | Compiling kstat-rs v0.2.3 |
1985 | 2024-04-03T07:30:14.097Z | Compiling nanorand v0.7.0 |
1986 | 2024-04-03T07:30:14.105Z | Compiling glob v0.3.1 |
1987 | 2024-04-03T07:30:14.137Z | Compiling md5 v0.7.0 |
1988 | 2024-04-03T07:30:14.667Z | Compiling http-range v0.1.5 |
1989 | 2024-04-03T07:30:14.673Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1990 | 2024-04-03T07:30:14.673Z | Compiling hyper-staticfile v0.9.5 |
1991 | 2024-04-03T07:30:14.674Z | Compiling russh-keys v0.42.0 |
1992 | 2024-04-03T07:30:14.913Z | Compiling flume v0.11.0 |
1993 | 2024-04-03T07:30:15.320Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1994 | 2024-04-03T07:30:15.997Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1995 | 2024-04-03T07:30:16.000Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1996 | 2024-04-03T07:30:17.969Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1997 | 2024-04-03T07:30:18.055Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1998 | 2024-04-03T07:30:18.432Z | Compiling rcgen v0.12.1 |
1999 | 2024-04-03T07:30:18.698Z | Compiling headers v0.3.9 |
2000 | 2024-04-03T07:30:20.755Z | Compiling aes-gcm v0.10.3 |
2001 | 2024-04-03T07:30:21.052Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2002 | 2024-04-03T07:30:21.072Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2003 | 2024-04-03T07:30:22.613Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2004 | 2024-04-03T07:30:23.601Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2005 | 2024-04-03T07:30:23.601Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2006 | 2024-04-03T07:30:26.473Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2007 | 2024-04-03T07:30:27.632Z | Compiling atomicwrites v0.4.3 |
2008 | 2024-04-03T07:30:27.656Z | Compiling itertools v0.12.1 |
2009 | 2024-04-03T07:30:27.851Z | Compiling subprocess v0.2.9 |
2010 | 2024-04-03T07:30:28.600Z | Compiling display-error-chain v0.2.0 |
2011 | 2024-04-03T07:30:28.600Z | Compiling dhcproto-macros v0.1.0 |
2012 | 2024-04-03T07:30:29.334Z | Compiling hex-literal v0.4.1 |
2013 | 2024-04-03T07:30:29.509Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2014 | 2024-04-03T07:30:29.996Z | Compiling russh v0.42.0 |
2015 | 2024-04-03T07:30:30.405Z | Compiling dhcproto v0.11.0 |
2016 | 2024-04-03T07:30:32.190Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2017 | 2024-04-03T07:30:32.781Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2018 | 2024-04-03T07:30:33.589Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2019 | 2024-04-03T07:30:33.834Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2020 | 2024-04-03T07:30:34.276Z | Compiling internet-checksum v0.2.1 |
2021 | 2024-04-03T07:30:55.570Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2022 | 2024-04-03T07:31:34.997Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 57s |
2023 | 2024-04-03T07:31:35.327Z | |
2024 | 2024-04-03T07:31:35.331Z | real 5:57.649235833 |
2025 | 2024-04-03T07:31:35.331Z | user 28:38.121983872 |
2026 | 2024-04-03T07:31:35.331Z | sys 6:02.318140184 |
2027 | 2024-04-03T07:31:35.331Z | trap 0.823487899 |
2028 | 2024-04-03T07:31:35.331Z | tflt 5.217868344 |
2029 | 2024-04-03T07:31:35.331Z | dflt 7.109688691 |
2030 | 2024-04-03T07:31:35.331Z | kflt 0.080714769 |
2031 | 2024-04-03T07:31:35.331Z | lock 53:21.675598890 |
2032 | 2024-04-03T07:31:35.331Z | slp 1:23:08.550992012 |
2033 | 2024-04-03T07:31:35.331Z | lat 1:41.470844596 |
2034 | 2024-04-03T07:31:35.331Z | stop 4:32.666100409 |
2035 | 2024-04-03T07:31:35.331Z | + mkdir -p /work |
2036 | 2024-04-03T07:31:35.331Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2037 | 2024-04-03T07:31:36.133Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2038 | 2024-04-03T07:31:44.938Z | Finished dev [unoptimized + debuginfo] target(s) in 9.56s |
2039 | 2024-04-03T07:31:45.032Z | |
2040 | 2024-04-03T07:31:45.060Z | real 9.679969357 |
2041 | 2024-04-03T07:31:45.060Z | user 6.874540999 |
2042 | 2024-04-03T07:31:45.060Z | sys 3.728973020 |
2043 | 2024-04-03T07:31:45.060Z | trap 0.001413037 |
2044 | 2024-04-03T07:31:45.060Z | tflt 0.019847707 |
2045 | 2024-04-03T07:31:45.060Z | dflt 0.053875816 |
2046 | 2024-04-03T07:31:45.060Z | kflt 0.000000000 |
2047 | 2024-04-03T07:31:45.061Z | lock 26.388905725 |
2048 | 2024-04-03T07:31:45.061Z | slp 38.462371601 |
2049 | 2024-04-03T07:31:45.061Z | lat 0.045308105 |
2050 | 2024-04-03T07:31:45.061Z | stop 0.351026945 |
2051 | 2024-04-03T07:31:45.061Z | + cp target/debug/commtest /work/commtest |
2052 | 2024-04-03T07:31:45.487Z | + mkdir -p /work/end-to-end-tests |
2053 | 2024-04-03T07:31:45.491Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2054 | 2024-04-03T07:31:46.542Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2055 | 2024-04-03T07:31:46.542Z | + ptime -m gzip |
2056 | 2024-04-03T07:31:46.548Z | ++ basename target/debug/bootstrap |
2057 | 2024-04-03T07:32:04.097Z | |
2058 | 2024-04-03T07:32:04.097Z | real 12.657164544 |
2059 | 2024-04-03T07:32:04.097Z | user 12.561070818 |
2060 | 2024-04-03T07:32:04.097Z | sys 0.086432032 |
2061 | 2024-04-03T07:32:04.098Z | trap 0.002943438 |
2062 | 2024-04-03T07:32:04.098Z | tflt 0.000000000 |
2063 | 2024-04-03T07:32:04.098Z | dflt 0.000000000 |
2064 | 2024-04-03T07:32:04.303Z | kflt 0.000000000 |
2065 | 2024-04-03T07:32:04.303Z | lock 0.000000000 |
2066 | 2024-04-03T07:32:04.303Z | slp 0.000000000 |
2067 | 2024-04-03T07:32:04.303Z | lat 0.006319086 |
2068 | 2024-04-03T07:32:04.303Z | stop 0.000171211 |
2069 | 2024-04-03T07:32:04.303Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2070 | 2024-04-03T07:32:04.303Z | + ptime -m gzip |
2071 | 2024-04-03T07:32:04.303Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28a51422b533788d |
2072 | 2024-04-03T07:32:04.304Z | |
2073 | 2024-04-03T07:32:04.304Z | real 1.182339807 |
2074 | 2024-04-03T07:32:04.304Z | user 1.171399390 |
2075 | 2024-04-03T07:32:04.304Z | sys 0.010356871 |
2076 | 2024-04-03T07:32:04.304Z | trap 0.000076072 |
2077 | 2024-04-03T07:32:04.304Z | tflt 0.000000000 |
2078 | 2024-04-03T07:32:04.304Z | dflt 0.000000000 |
2079 | 2024-04-03T07:32:04.304Z | kflt 0.000000000 |
2080 | 2024-04-03T07:32:04.304Z | lock 0.000000000 |
2081 | 2024-04-03T07:32:04.304Z | slp 0.000000000 |
2082 | 2024-04-03T07:32:04.304Z | lat 0.000099779 |
2083 | 2024-04-03T07:32:04.304Z | stop 0.000171270 |
2084 | 2024-04-03T07:32:04.304Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2085 | 2024-04-03T07:32:04.304Z | + ptime -m gzip |
2086 | 2024-04-03T07:32:04.304Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3228f4e88b82b7eb |
2087 | 2024-04-03T07:32:04.304Z | |
2088 | 2024-04-03T07:32:04.304Z | real 1.188500242 |
2089 | 2024-04-03T07:32:04.304Z | user 1.177468292 |
2090 | 2024-04-03T07:32:04.304Z | sys 0.009763407 |
2091 | 2024-04-03T07:32:04.305Z | trap 0.000401162 |
2092 | 2024-04-03T07:32:04.305Z | tflt 0.000000000 |
2093 | 2024-04-03T07:32:04.305Z | dflt 0.000000000 |
2094 | 2024-04-03T07:32:04.305Z | kflt 0.000000000 |
2095 | 2024-04-03T07:32:04.305Z | lock 0.000000000 |
2096 | 2024-04-03T07:32:04.305Z | slp 0.000000000 |
2097 | 2024-04-03T07:32:04.305Z | lat 0.000454867 |
2098 | 2024-04-03T07:32:04.305Z | stop 0.000186738 |
2099 | 2024-04-03T07:32:04.305Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2100 | 2024-04-03T07:32:04.305Z | + ptime -m gzip |
2101 | 2024-04-03T07:32:04.305Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-0e6379a48de6d126 |
2102 | 2024-04-03T07:32:04.305Z | |
2103 | 2024-04-03T07:32:04.305Z | real 1.179639203 |
2104 | 2024-04-03T07:32:04.306Z | user 1.169278058 |
2105 | 2024-04-03T07:32:04.306Z | sys 0.009784920 |
2106 | 2024-04-03T07:32:04.306Z | trap 0.000073043 |
2107 | 2024-04-03T07:32:04.306Z | tflt 0.000000000 |
2108 | 2024-04-03T07:32:04.306Z | dflt 0.000000000 |
2109 | 2024-04-03T07:32:04.306Z | kflt 0.000000000 |
2110 | 2024-04-03T07:32:04.306Z | lock 0.000000000 |
2111 | 2024-04-03T07:32:04.307Z | slp 0.000000000 |
2112 | 2024-04-03T07:32:04.307Z | lat 0.000097248 |
2113 | 2024-04-03T07:32:04.307Z | stop 0.000176099 |
2114 | 2024-04-03T07:32:04.307Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2115 | 2024-04-03T07:32:04.307Z | + ptime -m gzip |
2116 | 2024-04-03T07:32:04.307Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2972fd47be91e6e5 |
2117 | 2024-04-03T07:32:15.636Z | |
2118 | 2024-04-03T07:32:15.648Z | real 12.848020016 |
2119 | 2024-04-03T07:32:15.648Z | user 12.754604766 |
2120 | 2024-04-03T07:32:15.649Z | sys 0.090186645 |
2121 | 2024-04-03T07:32:15.649Z | trap 0.001610665 |
2122 | 2024-04-03T07:32:15.649Z | tflt 0.000000000 |
2123 | 2024-04-03T07:32:15.649Z | dflt 0.000000000 |
2124 | 2024-04-03T07:32:15.649Z | kflt 0.000000000 |
2125 | 2024-04-03T07:32:15.649Z | lock 0.000000000 |
2126 | 2024-04-03T07:32:15.649Z | slp 0.000000000 |
2127 | 2024-04-03T07:32:15.650Z | lat 0.001216112 |
2128 | 2024-04-03T07:32:15.650Z | stop 0.000172790 |
2129 | 2024-04-03T07:32:15.650Z | + banner caboose-util |
2130 | 2024-04-03T07:32:15.650Z | |
2131 | 2024-04-03T07:32:15.650Z | #### ## ##### #### #### #### ###### # # ##### |
2132 | 2024-04-03T07:32:15.650Z | # # # # # # # # # # # # # # # |
2133 | 2024-04-03T07:32:15.651Z | # # # ##### # # # # #### ##### ##### # # # |
2134 | 2024-04-03T07:32:15.651Z | # ###### # # # # # # # # # # # |
2135 | 2024-04-03T07:32:15.651Z | # # # # # # # # # # # # # # # # |
2136 | 2024-04-03T07:32:15.651Z | #### # # ##### #### #### #### ###### #### # |
2137 | 2024-04-03T07:32:15.651Z | |
2138 | 2024-04-03T07:32:15.652Z | + ptime -m cargo build --locked -p caboose-util --release |
2139 | 2024-04-03T07:32:16.130Z | Downloading crates ... |
2140 | 2024-04-03T07:32:16.293Z | Downloaded array-init v0.0.4 |
2141 | 2024-04-03T07:32:16.317Z | Downloaded crc-catalog v2.2.0 |
2142 | 2024-04-03T07:32:16.318Z | Downloaded bitfield v0.14.0 |
2143 | 2024-04-03T07:32:16.323Z | Downloaded env_logger v0.10.0 |
2144 | 2024-04-03T07:32:16.323Z | Downloaded crc-any v2.4.3 |
2145 | 2024-04-03T07:32:16.323Z | Downloaded path-slash v0.1.5 |
2146 | 2024-04-03T07:32:16.323Z | Downloaded nodrop v0.1.14 |
2147 | 2024-04-03T07:32:16.324Z | Downloaded crc v3.0.1 |
2148 | 2024-04-03T07:32:16.324Z | Downloaded funty v2.0.0 |
2149 | 2024-04-03T07:32:16.324Z | Downloaded wyz v0.5.1 |
2150 | 2024-04-03T07:32:16.331Z | Downloaded tap v1.0.1 |
2151 | 2024-04-03T07:32:16.332Z | Downloaded radium v0.7.0 |
2152 | 2024-04-03T07:32:16.332Z | Downloaded smallvec v0.6.14 |
2153 | 2024-04-03T07:32:16.332Z | Downloaded serde-hex v0.1.0 |
2154 | 2024-04-03T07:32:16.332Z | Downloaded packed_struct v0.10.1 |
2155 | 2024-04-03T07:32:16.332Z | Downloaded is-terminal v0.4.9 |
2156 | 2024-04-03T07:32:16.340Z | Downloaded pkcs1 v0.7.5 |
2157 | 2024-04-03T07:32:16.340Z | Downloaded packed_struct_codegen v0.10.1 |
2158 | 2024-04-03T07:32:16.340Z | Downloaded maybe-uninit v2.0.0 |
2159 | 2024-04-03T07:32:16.356Z | Downloaded ron v0.8.1 |
2160 | 2024-04-03T07:32:16.372Z | Downloaded x509-cert v0.2.4 |
2161 | 2024-04-03T07:32:16.381Z | Downloaded hashbrown v0.13.2 |
2162 | 2024-04-03T07:32:16.381Z | Downloaded num-bigint-dig v0.8.4 |
2163 | 2024-04-03T07:32:16.381Z | Downloaded rsa v0.9.2 |
2164 | 2024-04-03T07:32:16.390Z | Downloaded bitvec v1.0.1 |
2165 | 2024-04-03T07:32:16.397Z | Downloaded object v0.30.4 |
2166 | 2024-04-03T07:32:16.508Z | Compiling proc-macro2 v1.0.78 |
2167 | 2024-04-03T07:32:16.952Z | Compiling unicode-ident v1.0.12 |
2168 | 2024-04-03T07:32:16.952Z | Compiling libc v0.2.153 |
2169 | 2024-04-03T07:32:16.953Z | Compiling serde v1.0.197 |
2170 | 2024-04-03T07:32:16.953Z | Compiling autocfg v1.1.0 |
2171 | 2024-04-03T07:32:16.953Z | Compiling version_check v0.9.4 |
2172 | 2024-04-03T07:32:16.953Z | Compiling cfg-if v1.0.0 |
2173 | 2024-04-03T07:32:16.953Z | Compiling typenum v1.16.0 |
2174 | 2024-04-03T07:32:16.953Z | Compiling once_cell v1.19.0 |
2175 | 2024-04-03T07:32:16.954Z | Compiling parking_lot_core v0.9.8 |
2176 | 2024-04-03T07:32:17.058Z | Compiling memchr v2.7.1 |
2177 | 2024-04-03T07:32:17.094Z | Compiling syn v1.0.109 |
2178 | 2024-04-03T07:32:17.106Z | Compiling byteorder v1.5.0 |
2179 | 2024-04-03T07:32:17.264Z | Compiling lock_api v0.4.10 |
2180 | 2024-04-03T07:32:17.508Z | Compiling generic-array v0.14.7 |
2181 | 2024-04-03T07:32:17.530Z | Compiling libm v0.2.7 |
2182 | 2024-04-03T07:32:17.597Z | Compiling num-traits v0.2.18 |
2183 | 2024-04-03T07:32:17.785Z | Compiling ahash v0.8.8 |
2184 | 2024-04-03T07:32:17.833Z | Compiling serde_json v1.0.114 |
2185 | 2024-04-03T07:32:17.880Z | Compiling quote v1.0.35 |
2186 | 2024-04-03T07:32:18.079Z | Compiling pkg-config v0.3.27 |
2187 | 2024-04-03T07:32:18.133Z | Compiling thiserror v1.0.57 |
2188 | 2024-04-03T07:32:18.468Z | Compiling syn v2.0.52 |
2189 | 2024-04-03T07:32:18.520Z | Compiling cc v1.0.83 |
2190 | 2024-04-03T07:32:18.555Z | Compiling getrandom v0.2.12 |
2191 | 2024-04-03T07:32:19.058Z | Compiling itoa v1.0.9 |
2192 | 2024-04-03T07:32:19.069Z | Compiling scopeguard v1.2.0 |
2193 | 2024-04-03T07:32:19.109Z | Compiling log v0.4.21 |
2194 | 2024-04-03T07:32:19.303Z | Compiling slab v0.4.9 |
2195 | 2024-04-03T07:32:20.007Z | Compiling rand_core v0.6.4 |
2196 | 2024-04-03T07:32:20.010Z | Compiling smallvec v1.13.1 |
2197 | 2024-04-03T07:32:20.228Z | Compiling vcpkg v0.2.15 |
2198 | 2024-04-03T07:32:21.104Z | Compiling parking_lot v0.12.1 |
2199 | 2024-04-03T07:32:21.212Z | Compiling const-oid v0.9.6 |
2200 | 2024-04-03T07:32:21.679Z | Compiling ryu v1.0.15 |
2201 | 2024-04-03T07:32:21.721Z | Compiling pin-project-lite v0.2.13 |
2202 | 2024-04-03T07:32:21.795Z | Compiling ring v0.17.8 |
2203 | 2024-04-03T07:32:21.974Z | Compiling openssl-sys v0.9.96 |
2204 | 2024-04-03T07:32:21.983Z | Compiling ucd-trie v0.1.6 |
2205 | 2024-04-03T07:32:23.040Z | Compiling signal-hook-registry v1.4.1 |
2206 | 2024-04-03T07:32:23.049Z | Compiling rustix v0.38.31 |
2207 | 2024-04-03T07:32:23.261Z | Compiling subtle v2.5.0 |
2208 | 2024-04-03T07:32:23.714Z | Compiling ring v0.16.20 |
2209 | 2024-04-03T07:32:23.737Z | Compiling mio v0.8.11 |
2210 | 2024-04-03T07:32:23.737Z | Compiling semver v1.0.22 |
2211 | 2024-04-03T07:32:24.085Z | Compiling futures-core v0.3.30 |
2212 | 2024-04-03T07:32:24.240Z | Compiling tinyvec_macros v0.1.1 |
2213 | 2024-04-03T07:32:24.328Z | Compiling tinyvec v1.6.0 |
2214 | 2024-04-03T07:32:25.219Z | Compiling spin v0.5.2 |
2215 | 2024-04-03T07:32:25.809Z | Compiling unicode-normalization v0.1.22 |
2216 | 2024-04-03T07:32:26.633Z | Compiling socket2 v0.5.5 |
2217 | 2024-04-03T07:32:26.643Z | Compiling num_cpus v1.16.0 |
2218 | 2024-04-03T07:32:26.643Z | Compiling unicode-bidi v0.3.15 |
2219 | 2024-04-03T07:32:26.824Z | Compiling openssl v0.10.60 |
2220 | 2024-04-03T07:32:27.069Z | Compiling httparse v1.8.0 |
2221 | 2024-04-03T07:32:27.260Z | Compiling allocator-api2 v0.2.16 |
2222 | 2024-04-03T07:32:27.293Z | Compiling heck v0.4.1 |
2223 | 2024-04-03T07:32:27.612Z | Compiling futures-sink v0.3.30 |
2224 | 2024-04-03T07:32:27.681Z | Compiling unicode-xid v0.2.4 |
2225 | 2024-04-03T07:32:27.781Z | Compiling equivalent v1.0.1 |
2226 | 2024-04-03T07:32:27.824Z | Compiling synstructure v0.12.6 |
2227 | 2024-04-03T07:32:28.003Z | Compiling time-core v0.1.2 |
2228 | 2024-04-03T07:32:28.111Z | Compiling num-conv v0.1.0 |
2229 | 2024-04-03T07:32:28.230Z | Compiling futures-channel v0.3.30 |
2230 | 2024-04-03T07:32:28.369Z | Compiling time-macros v0.2.17 |
2231 | 2024-04-03T07:32:28.691Z | Compiling pin-utils v0.1.0 |
2232 | 2024-04-03T07:32:28.750Z | Compiling native-tls v0.2.11 |
2233 | 2024-04-03T07:32:28.778Z | Compiling futures-io v0.3.30 |
2234 | 2024-04-03T07:32:29.032Z | Compiling ppv-lite86 v0.2.17 |
2235 | 2024-04-03T07:32:29.390Z | Compiling futures-task v0.3.30 |
2236 | 2024-04-03T07:32:29.681Z | Compiling rustls v0.21.9 |
2237 | 2024-04-03T07:32:29.845Z | Compiling crc32fast v1.3.2 |
2238 | 2024-04-03T07:32:29.944Z | Compiling rand_chacha v0.3.1 |
2239 | 2024-04-03T07:32:30.261Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2240 | 2024-04-03T07:32:30.355Z | Compiling spin v0.9.8 |
2241 | 2024-04-03T07:32:30.673Z | Compiling tracing-core v0.1.32 |
2242 | 2024-04-03T07:32:30.706Z | Compiling base64ct v1.6.0 |
2243 | 2024-04-03T07:32:31.066Z | Compiling rand v0.8.5 |
2244 | 2024-04-03T07:32:31.356Z | Compiling pem-rfc7468 v0.7.0 |
2245 | 2024-04-03T07:32:31.674Z | Compiling serde_derive v1.0.197 |
2246 | 2024-04-03T07:32:31.714Z | Compiling zeroize_derive v1.4.2 |
2247 | 2024-04-03T07:32:31.834Z | Compiling zerocopy-derive v0.7.32 |
2248 | 2024-04-03T07:32:31.846Z | Compiling thiserror-impl v1.0.57 |
2249 | 2024-04-03T07:32:31.979Z | Compiling tokio-macros v2.2.0 |
2250 | 2024-04-03T07:32:32.355Z | Compiling futures-macro v0.3.30 |
2251 | 2024-04-03T07:32:32.901Z | Compiling tracing-attributes v0.1.27 |
2252 | 2024-04-03T07:32:32.998Z | Compiling der_derive v0.7.2 |
2253 | 2024-04-03T07:32:33.111Z | Compiling zeroize v1.7.0 |
2254 | 2024-04-03T07:32:33.834Z | Compiling zerocopy v0.7.32 |
2255 | 2024-04-03T07:32:34.695Z | Compiling pest v2.7.6 |
2256 | 2024-04-03T07:32:34.961Z | Compiling crypto-common v0.1.6 |
2257 | 2024-04-03T07:32:35.152Z | Compiling block-buffer v0.10.4 |
2258 | 2024-04-03T07:32:35.336Z | Compiling digest v0.10.7 |
2259 | 2024-04-03T07:32:35.358Z | Compiling zerocopy-derive v0.2.0 |
2260 | 2024-04-03T07:32:35.421Z | Compiling openssl-macros v0.1.1 |
2261 | 2024-04-03T07:32:36.081Z | Compiling futures-util v0.3.30 |
2262 | 2024-04-03T07:32:36.200Z | Compiling tracing v0.1.40 |
2263 | 2024-04-03T07:32:36.702Z | Compiling hashbrown v0.14.3 |
2264 | 2024-04-03T07:32:36.702Z | Compiling scroll_derive v0.12.0 |
2265 | 2024-04-03T07:32:36.716Z | Compiling zerocopy-derive v0.6.4 |
2266 | 2024-04-03T07:32:37.090Z | Compiling pest_meta v2.7.6 |
2267 | 2024-04-03T07:32:37.340Z | Compiling cookie v0.17.0 |
2268 | 2024-04-03T07:32:37.612Z | Compiling usdt-impl v0.3.5 |
2269 | 2024-04-03T07:32:37.783Z | Compiling signal-hook v0.3.17 |
2270 | 2024-04-03T07:32:37.932Z | Compiling schemars v0.8.16 |
2271 | 2024-04-03T07:32:38.033Z | Compiling percent-encoding v2.3.1 |
2272 | 2024-04-03T07:32:38.155Z | Compiling flagset v0.4.3 |
2273 | 2024-04-03T07:32:38.295Z | Compiling pest_generator v2.7.6 |
2274 | 2024-04-03T07:32:38.363Z | Compiling der v0.7.8 |
2275 | 2024-04-03T07:32:38.506Z | Compiling serde_derive_internals v0.26.0 |
2276 | 2024-04-03T07:32:41.083Z | Compiling pest_derive v2.7.6 |
2277 | 2024-04-03T07:32:41.767Z | Compiling errno v0.3.8 |
2278 | 2024-04-03T07:32:41.999Z | Compiling fnv v1.0.7 |
2279 | 2024-04-03T07:32:42.171Z | Compiling schemars_derive v0.8.16 |
2280 | 2024-04-03T07:32:42.957Z | Compiling spki v0.7.2 |
2281 | 2024-04-03T07:32:43.477Z | Compiling zerocopy v0.3.0 |
2282 | 2024-04-03T07:32:43.758Z | Compiling lazy_static v1.4.0 |
2283 | 2024-04-03T07:32:44.605Z | Compiling backtrace v0.3.69 |
2284 | 2024-04-03T07:32:44.982Z | Compiling thread-id v4.2.0 |
2285 | 2024-04-03T07:32:45.081Z | Compiling num-bigint v0.4.4 |
2286 | 2024-04-03T07:32:45.192Z | Compiling bytes v1.5.0 |
2287 | 2024-04-03T07:32:45.544Z | Compiling bitflags v2.4.2 |
2288 | 2024-04-03T07:32:45.873Z | Compiling indexmap v2.2.6 |
2289 | 2024-04-03T07:32:45.941Z | Compiling uuid v1.7.0 |
2290 | 2024-04-03T07:32:46.205Z | Compiling tokio v1.36.0 |
2291 | 2024-04-03T07:32:46.271Z | Compiling rustc_version v0.4.0 |
2292 | 2024-04-03T07:32:47.219Z | Compiling heapless v0.7.16 |
2293 | 2024-04-03T07:32:48.317Z | Compiling http v0.2.12 |
2294 | 2024-04-03T07:32:48.913Z | Compiling async-trait v0.1.79 |
2295 | 2024-04-03T07:32:49.047Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2296 | 2024-04-03T07:32:49.327Z | Compiling powerfmt v0.2.0 |
2297 | 2024-04-03T07:32:49.664Z | Compiling untrusted v0.7.1 |
2298 | 2024-04-03T07:32:49.709Z | Compiling smoltcp v0.9.1 |
2299 | 2024-04-03T07:32:49.823Z | Compiling base64 v0.21.7 |
2300 | 2024-04-03T07:32:50.304Z | Compiling untrusted v0.9.0 |
2301 | 2024-04-03T07:32:50.520Z | Compiling foreign-types-shared v0.1.1 |
2302 | 2024-04-03T07:32:50.589Z | Compiling iana-time-zone v0.1.57 |
2303 | 2024-04-03T07:32:50.650Z | Compiling crossbeam-utils v0.8.19 |
2304 | 2024-04-03T07:32:50.939Z | Compiling chrono v0.4.34 |
2305 | 2024-04-03T07:32:51.039Z | Compiling foreign-types v0.3.2 |
2306 | 2024-04-03T07:32:52.135Z | Compiling deranged v0.3.11 |
2307 | 2024-04-03T07:32:54.184Z | Compiling dof v0.1.5 |
2308 | 2024-04-03T07:32:54.274Z | Compiling tokio-util v0.7.10 |
2309 | 2024-04-03T07:32:54.443Z | Compiling dtrace-parser v0.1.14 |
2310 | 2024-04-03T07:32:54.515Z | Compiling form_urlencoded v1.2.1 |
2311 | 2024-04-03T07:32:54.603Z | Compiling hmac v0.12.1 |
2312 | 2024-04-03T07:32:56.427Z | Compiling clap_derive v4.5.0 |
2313 | 2024-04-03T07:32:56.463Z | Compiling num-integer v0.1.46 |
2314 | 2024-04-03T07:32:56.464Z | Compiling rustversion v1.0.14 |
2315 | 2024-04-03T07:32:56.464Z | Compiling siphasher v0.3.11 |
2316 | 2024-04-03T07:32:56.464Z | Compiling try-lock v0.2.4 |
2317 | 2024-04-03T07:32:56.464Z | Compiling utf8parse v0.2.1 |
2318 | 2024-04-03T07:32:56.464Z | Compiling num_threads v0.1.6 |
2319 | 2024-04-03T07:32:56.464Z | Compiling adler v1.0.2 |
2320 | 2024-04-03T07:32:56.464Z | Compiling cpufeatures v0.2.12 |
2321 | 2024-04-03T07:32:56.465Z | Compiling anstyle v1.0.6 |
2322 | 2024-04-03T07:32:56.465Z | Compiling sha2 v0.10.8 |
2323 | 2024-04-03T07:32:56.465Z | Compiling miniz_oxide v0.7.1 |
2324 | 2024-04-03T07:32:56.694Z | Compiling time v0.3.34 |
2325 | 2024-04-03T07:32:59.349Z | Compiling anstyle-parse v0.2.1 |
2326 | 2024-04-03T07:32:59.726Z | Compiling want v0.3.1 |
2327 | 2024-04-03T07:32:59.811Z | Compiling h2 v0.3.24 |
2328 | 2024-04-03T07:33:01.441Z | Compiling sct v0.7.0 |
2329 | 2024-04-03T07:33:01.562Z | Compiling rustls-webpki v0.101.7 |
2330 | 2024-04-03T07:33:01.583Z | Compiling http-body v0.4.5 |
2331 | 2024-04-03T07:33:01.972Z | Compiling serde_tokenstream v0.1.7 |
2332 | 2024-04-03T07:33:02.484Z | Compiling pkcs8 v0.10.2 |
2333 | 2024-04-03T07:33:03.046Z | Compiling hubpack_derive v0.1.1 |
2334 | 2024-04-03T07:33:03.152Z | Compiling idna v0.5.0 |
2335 | 2024-04-03T07:33:08.108Z | Compiling aho-corasick v1.1.2 |
2336 | 2024-04-03T07:33:08.213Z | Compiling usdt-impl v0.5.0 |
2337 | 2024-04-03T07:33:08.213Z | Compiling anyhow v1.0.79 |
2338 | 2024-04-03T07:33:08.213Z | Compiling openssl-probe v0.1.5 |
2339 | 2024-04-03T07:33:08.213Z | Compiling tower-service v0.3.2 |
2340 | 2024-04-03T07:33:08.213Z | Compiling radium v0.7.0 |
2341 | 2024-04-03T07:33:08.213Z | Compiling regex-syntax v0.8.2 |
2342 | 2024-04-03T07:33:08.213Z | Compiling slog v2.7.0 |
2343 | 2024-04-03T07:33:08.213Z | Compiling colorchoice v1.0.0 |
2344 | 2024-04-03T07:33:08.213Z | Compiling anstyle-query v1.0.0 |
2345 | 2024-04-03T07:33:08.213Z | Compiling httpdate v1.0.3 |
2346 | 2024-04-03T07:33:08.254Z | Compiling hyper v0.14.28 |
2347 | 2024-04-03T07:33:08.632Z | Compiling regex-automata v0.4.5 |
2348 | 2024-04-03T07:33:09.800Z | Compiling anstream v0.6.11 |
2349 | 2024-04-03T07:33:13.372Z | Compiling url v2.5.0 |
2350 | 2024-04-03T07:33:16.664Z | Compiling terminal_size v0.3.0 |
2351 | 2024-04-03T07:33:16.938Z | Compiling serde_spanned v0.6.5 |
2352 | 2024-04-03T07:33:17.166Z | Compiling toml_datetime v0.6.5 |
2353 | 2024-04-03T07:33:17.492Z | Compiling zerocopy v0.6.4 |
2354 | 2024-04-03T07:33:17.585Z | Compiling scroll v0.12.0 |
2355 | 2024-04-03T07:33:17.677Z | Compiling md-5 v0.10.5 |
2356 | 2024-04-03T07:33:18.199Z | Compiling idna v0.3.0 |
2357 | 2024-04-03T07:33:18.366Z | Compiling stringprep v0.1.3 |
2358 | 2024-04-03T07:33:18.692Z | Compiling diesel_table_macro_syntax v0.1.0 |
2359 | 2024-04-03T07:33:18.771Z | Compiling hash32 v0.2.1 |
2360 | 2024-04-03T07:33:19.443Z | Compiling maybe-uninit v2.0.0 |
2361 | 2024-04-03T07:33:19.455Z | Compiling clap_lex v0.7.0 |
2362 | 2024-04-03T07:33:19.455Z | Compiling stable_deref_trait v1.2.0 |
2363 | 2024-04-03T07:33:19.455Z | Compiling uuid v0.8.2 |
2364 | 2024-04-03T07:33:19.455Z | Compiling plain v0.2.3 |
2365 | 2024-04-03T07:33:19.455Z | Compiling dyn-clone v1.0.17 |
2366 | 2024-04-03T07:33:19.455Z | Compiling strsim v0.11.0 |
2367 | 2024-04-03T07:33:19.466Z | Compiling tap v1.0.1 |
2368 | 2024-04-03T07:33:19.642Z | Compiling psl-types v2.0.11 |
2369 | 2024-04-03T07:33:19.711Z | Compiling fallible-iterator v0.2.0 |
2370 | 2024-04-03T07:33:19.821Z | Compiling gimli v0.28.0 |
2371 | 2024-04-03T07:33:19.950Z | Compiling publicsuffix v2.2.3 |
2372 | 2024-04-03T07:33:20.191Z | Compiling clap_builder v4.5.1 |
2373 | 2024-04-03T07:33:20.434Z | Compiling postgres-protocol v0.6.6 |
2374 | 2024-04-03T07:33:21.058Z | Compiling wyz v0.5.1 |
2375 | 2024-04-03T07:33:21.147Z | Compiling goblin v0.8.0 |
2376 | 2024-04-03T07:33:21.961Z | Compiling diesel_derives v2.1.2 |
2377 | 2024-04-03T07:33:22.862Z | Compiling tokio-rustls v0.24.1 |
2378 | 2024-04-03T07:33:24.291Z | Compiling addr2line v0.21.0 |
2379 | 2024-04-03T07:33:25.627Z | Compiling strum_macros v0.25.2 |
2380 | 2024-04-03T07:33:26.416Z | Compiling tokio-native-tls v0.3.1 |
2381 | 2024-04-03T07:33:27.160Z | Compiling usdt-macro v0.3.5 |
2382 | 2024-04-03T07:33:28.325Z | Compiling usdt-attr-macro v0.3.5 |
2383 | 2024-04-03T07:33:29.915Z | Compiling phf_shared v0.11.2 |
2384 | 2024-04-03T07:33:30.045Z | Compiling num-iter v0.1.44 |
2385 | 2024-04-03T07:33:30.643Z | Compiling block-padding v0.3.3 |
2386 | 2024-04-03T07:33:30.875Z | Compiling enum-as-inner v0.5.1 |
2387 | 2024-04-03T07:33:30.956Z | Compiling serde_repr v0.1.16 |
2388 | 2024-04-03T07:33:31.973Z | Compiling ff v0.13.0 |
2389 | 2024-04-03T07:33:32.179Z | Compiling scheduled-thread-pool v0.2.7 |
2390 | 2024-04-03T07:33:37.324Z | Compiling object v0.32.1 |
2391 | 2024-04-03T07:33:37.324Z | Compiling rustc-demangle v0.1.23 |
2392 | 2024-04-03T07:33:37.324Z | Compiling regex-automata v0.1.10 |
2393 | 2024-04-03T07:33:37.324Z | Compiling ipnet v2.9.0 |
2394 | 2024-04-03T07:33:37.324Z | Compiling matches v0.1.10 |
2395 | 2024-04-03T07:33:37.324Z | Compiling winnow v0.5.15 |
2396 | 2024-04-03T07:33:37.324Z | Compiling num-bigint-dig v0.8.4 |
2397 | 2024-04-03T07:33:37.324Z | Compiling managed v0.8.0 |
2398 | 2024-04-03T07:33:37.500Z | Compiling funty v2.0.0 |
2399 | 2024-04-03T07:33:37.780Z | Compiling bitflags v1.3.2 |
2400 | 2024-04-03T07:33:40.321Z | Compiling packed_struct v0.10.1 |
2401 | 2024-04-03T07:33:40.325Z | Compiling pretty-hex v0.4.1 |
2402 | 2024-04-03T07:33:40.513Z | Compiling bit-vec v0.6.3 |
2403 | 2024-04-03T07:33:40.798Z | Compiling base16ct v0.2.0 |
2404 | 2024-04-03T07:33:41.008Z | Compiling sec1 v0.7.3 |
2405 | 2024-04-03T07:33:41.141Z | Compiling dof v0.3.0 |
2406 | 2024-04-03T07:33:43.072Z | Compiling toml_edit v0.19.15 |
2407 | 2024-04-03T07:33:48.479Z | Compiling bitvec v1.0.1 |
2408 | 2024-04-03T07:33:50.056Z | Compiling idna v0.2.3 |
2409 | 2024-04-03T07:33:50.468Z | Compiling bstr v0.2.17 |
2410 | 2024-04-03T07:33:51.031Z | Compiling r2d2 v0.8.10 |
2411 | 2024-04-03T07:33:51.386Z | Compiling group v0.13.0 |
2412 | 2024-04-03T07:33:51.657Z | Compiling inout v0.1.3 |
2413 | 2024-04-03T07:33:52.652Z | Compiling phf v0.11.2 |
2414 | 2024-04-03T07:33:52.962Z | Compiling hyper-tls v0.5.0 |
2415 | 2024-04-03T07:33:52.988Z | Compiling signal-hook-mio v0.2.3 |
2416 | 2024-04-03T07:33:53.142Z | Compiling cookie_store v0.20.0 |
2417 | 2024-04-03T07:33:53.291Z | Compiling flate2 v1.0.28 |
2418 | 2024-04-03T07:33:54.226Z | Compiling clap v4.5.1 |
2419 | 2024-04-03T07:33:54.339Z | Compiling hyper-rustls v0.24.2 |
2420 | 2024-04-03T07:33:54.492Z | Compiling bzip2 v0.4.4 |
2421 | 2024-04-03T07:33:54.677Z | Compiling ipnetwork v0.20.0 |
2422 | 2024-04-03T07:33:54.741Z | Compiling postgres-types v0.2.6 |
2423 | 2024-04-03T07:33:55.008Z | Compiling regex v1.10.4 |
2424 | 2024-04-03T07:33:55.438Z | Compiling hubpack v0.1.2 |
2425 | 2024-04-03T07:33:55.466Z | Compiling rustls-pemfile v1.0.3 |
2426 | 2024-04-03T07:33:55.802Z | Compiling phf_shared v0.10.0 |
2427 | 2024-04-03T07:33:56.270Z | Compiling hkdf v0.12.4 |
2428 | 2024-04-03T07:33:56.274Z | Compiling serde_urlencoded v0.7.1 |
2429 | 2024-04-03T07:33:56.274Z | Compiling dtrace-parser v0.2.0 |
2430 | 2024-04-03T07:33:56.274Z | Compiling futures-executor v0.3.30 |
2431 | 2024-04-03T07:33:58.162Z | Compiling crypto-bigint v0.5.2 |
2432 | 2024-04-03T07:33:58.473Z | Compiling packed_struct_codegen v0.10.1 |
2433 | 2024-04-03T07:33:58.473Z | Compiling float-cmp v0.9.0 |
2434 | 2024-04-03T07:33:58.540Z | Compiling indexmap v1.9.3 |
2435 | 2024-04-03T07:33:58.806Z | Compiling encoding_rs v0.8.33 |
2436 | 2024-04-03T07:33:59.098Z | Compiling minimal-lexical v0.2.1 |
2437 | 2024-04-03T07:33:59.612Z | Compiling static_assertions v1.1.0 |
2438 | 2024-04-03T07:33:59.912Z | Compiling data-encoding v2.4.0 |
2439 | 2024-04-03T07:34:00.730Z | Compiling difflib v0.4.0 |
2440 | 2024-04-03T07:34:00.737Z | Compiling crc-catalog v2.2.0 |
2441 | 2024-04-03T07:34:00.754Z | Compiling normalize-line-endings v0.3.0 |
2442 | 2024-04-03T07:34:00.923Z | Compiling precomputed-hash v0.1.1 |
2443 | 2024-04-03T07:34:01.029Z | Compiling new_debug_unreachable v1.0.4 |
2444 | 2024-04-03T07:34:01.131Z | Compiling mime v0.3.17 |
2445 | 2024-04-03T07:34:01.139Z | Compiling whoami v1.5.0 |
2446 | 2024-04-03T07:34:01.623Z | Compiling winnow v0.6.1 |
2447 | 2024-04-03T07:34:01.684Z | Compiling unicode-segmentation v1.10.1 |
2448 | 2024-04-03T07:34:01.839Z | Compiling nodrop v0.1.14 |
2449 | 2024-04-03T07:34:02.379Z | Compiling webpki-roots v0.25.2 |
2450 | 2024-04-03T07:34:02.391Z | Compiling predicates-core v1.0.6 |
2451 | 2024-04-03T07:34:02.403Z | Compiling fixedbitset v0.4.2 |
2452 | 2024-04-03T07:34:02.460Z | Compiling sync_wrapper v0.1.2 |
2453 | 2024-04-03T07:34:02.528Z | Compiling either v1.10.0 |
2454 | 2024-04-03T07:34:02.687Z | Compiling unicode-width v0.1.11 |
2455 | 2024-04-03T07:34:02.801Z | Compiling petgraph v0.6.4 |
2456 | 2024-04-03T07:34:02.841Z | Compiling console v0.15.8 |
2457 | 2024-04-03T07:34:02.925Z | Compiling itertools v0.10.5 |
2458 | 2024-04-03T07:34:04.171Z | Compiling reqwest v0.11.24 |
2459 | 2024-04-03T07:34:05.358Z | Compiling toml_edit v0.22.9 |
2460 | 2024-04-03T07:34:06.166Z | Compiling predicates v3.1.0 |
2461 | 2024-04-03T07:34:12.316Z | Compiling similar v2.4.0 |
2462 | 2024-04-03T07:34:12.841Z | Compiling array-init v0.0.4 |
2463 | 2024-04-03T07:34:12.841Z | Compiling tokio-postgres v0.7.10 |
2464 | 2024-04-03T07:34:12.841Z | Compiling string_cache v0.8.7 |
2465 | 2024-04-03T07:34:14.047Z | Compiling crc v3.0.1 |
2466 | 2024-04-03T07:34:14.450Z | Compiling trust-dns-proto v0.22.0 |
2467 | 2024-04-03T07:34:16.803Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2468 | 2024-04-03T07:34:19.716Z | Compiling nom v7.1.3 |
2469 | 2024-04-03T07:34:20.274Z | Compiling elliptic-curve v0.13.8 |
2470 | 2024-04-03T07:34:23.497Z | Compiling futures v0.3.30 |
2471 | 2024-04-03T07:34:24.803Z | Compiling diesel v2.1.5 |
2472 | 2024-04-03T07:34:24.830Z | Compiling smallvec v0.6.14 |
2473 | 2024-04-03T07:34:25.191Z | Compiling zip v0.6.6 |
2474 | 2024-04-03T07:34:25.310Z | Compiling yasna v0.5.2 |
2475 | 2024-04-03T07:34:25.617Z | Compiling crossterm v0.27.0 |
2476 | 2024-04-03T07:34:26.446Z | Compiling crossbeam-epoch v0.9.18 |
2477 | 2024-04-03T07:34:26.907Z | Compiling cipher v0.4.4 |
2478 | 2024-04-03T07:34:27.633Z | Compiling toml v0.7.8 |
2479 | 2024-04-03T07:34:28.299Z | Compiling bit-set v0.5.3 |
2480 | 2024-04-03T07:34:28.572Z | Compiling usdt v0.3.5 |
2481 | 2024-04-03T07:34:29.250Z | Compiling bstr v1.9.0 |
2482 | 2024-04-03T07:34:30.472Z | Compiling pkcs1 v0.7.5 |
2483 | 2024-04-03T07:34:30.478Z | Compiling tokio-stream v0.1.14 |
2484 | 2024-04-03T07:34:30.910Z | Compiling is-terminal v0.4.9 |
2485 | 2024-04-03T07:34:31.034Z | Compiling openapiv3 v2.0.0 |
2486 | 2024-04-03T07:34:31.455Z | Compiling hex v0.4.3 |
2487 | 2024-04-03T07:34:32.969Z | Compiling signature v2.1.0 |
2488 | 2024-04-03T07:34:35.445Z | Compiling hashbrown v0.12.3 |
2489 | 2024-04-03T07:34:35.453Z | Compiling lalrpop-util v0.19.12 |
2490 | 2024-04-03T07:34:35.533Z | Compiling termcolor v1.2.0 |
2491 | 2024-04-03T07:34:35.967Z | Compiling peg-runtime v0.8.2 |
2492 | 2024-04-03T07:34:36.973Z | Compiling bitfield v0.14.0 |
2493 | 2024-04-03T07:34:37.278Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2494 | 2024-04-03T07:34:41.710Z | Compiling env_logger v0.10.0 |
2495 | 2024-04-03T07:34:43.301Z | Compiling rsa v0.9.2 |
2496 | 2024-04-03T07:34:49.505Z | Compiling serde-hex v0.1.0 |
2497 | 2024-04-03T07:34:53.032Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2498 | 2024-04-03T07:35:04.424Z | Compiling ron v0.8.1 |
2499 | 2024-04-03T07:35:04.592Z | Compiling x509-cert v0.2.4 |
2500 | 2024-04-03T07:35:04.638Z | Compiling hashbrown v0.13.2 |
2501 | 2024-04-03T07:35:04.639Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2502 | 2024-04-03T07:35:05.559Z | Compiling crc-any v2.4.3 |
2503 | 2024-04-03T07:35:17.584Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2504 | 2024-04-03T07:35:31.727Z | Compiling object v0.30.4 |
2505 | 2024-04-03T07:35:32.517Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2506 | 2024-04-03T07:35:45.709Z | Compiling path-slash v0.1.5 |
2507 | 2024-04-03T07:35:45.709Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2508 | 2024-04-03T07:36:05.986Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2509 | 2024-04-03T07:36:06.741Z | Finished release [optimized] target(s) in 3m 51s |
2510 | 2024-04-03T07:36:06.821Z | |
2511 | 2024-04-03T07:36:06.826Z | real 3:51.132137738 |
2512 | 2024-04-03T07:36:06.826Z | user 25:37.460626339 |
2513 | 2024-04-03T07:36:06.826Z | sys 3:08.360019546 |
2514 | 2024-04-03T07:36:06.826Z | trap 0.798621939 |
2515 | 2024-04-03T07:36:06.826Z | tflt 1.735508021 |
2516 | 2024-04-03T07:36:06.826Z | dflt 0.761841954 |
2517 | 2024-04-03T07:36:06.826Z | kflt 0.010139108 |
2518 | 2024-04-03T07:36:06.826Z | lock 58:12.980003805 |
2519 | 2024-04-03T07:36:06.826Z | slp 1:15:23.135647541 |
2520 | 2024-04-03T07:36:06.826Z | lat 1:29.218206119 |
2521 | 2024-04-03T07:36:06.826Z | stop 1:29.555942275 |
2522 | 2024-04-03T07:36:06.826Z | + ptime -m gzip |
2523 | 2024-04-03T07:36:07.180Z | |
2524 | 2024-04-03T07:36:07.187Z | real 0.354670022 |
2525 | 2024-04-03T07:36:07.187Z | user 0.349922828 |
2526 | 2024-04-03T07:36:07.187Z | sys 0.004233231 |
2527 | 2024-04-03T07:36:07.187Z | trap 0.000025946 |
2528 | 2024-04-03T07:36:07.188Z | tflt 0.000000000 |
2529 | 2024-04-03T07:36:07.188Z | dflt 0.000000000 |
2530 | 2024-04-03T07:36:07.188Z | kflt 0.000000000 |
2531 | 2024-04-03T07:36:07.188Z | lock 0.000000000 |
2532 | 2024-04-03T07:36:07.188Z | slp 0.000000000 |
2533 | 2024-04-03T07:36:07.188Z | lat 0.000091989 |
2534 | 2024-04-03T07:36:07.188Z | stop 0.000173690 |
2535 | 2024-04-03T07:36:07.188Z | + banner tufaceous |
2536 | 2024-04-03T07:36:07.188Z | |
2537 | 2024-04-03T07:36:07.188Z | ##### # # ###### ## #### ###### #### # # #### |
2538 | 2024-04-03T07:36:07.188Z | # # # # # # # # # # # # # # |
2539 | 2024-04-03T07:36:07.189Z | # # # ##### # # # ##### # # # # #### |
2540 | 2024-04-03T07:36:07.189Z | # # # # ###### # # # # # # # |
2541 | 2024-04-03T07:36:07.189Z | # # # # # # # # # # # # # # # |
2542 | 2024-04-03T07:36:07.189Z | # #### # # # #### ###### #### #### #### |
2543 | 2024-04-03T07:36:07.189Z | |
2544 | 2024-04-03T07:36:07.189Z | + ptime -m cargo build --locked -p tufaceous --release |
2545 | 2024-04-03T07:36:07.728Z | Downloading crates ... |
2546 | 2024-04-03T07:36:07.882Z | Downloaded doc-comment v0.3.3 |
2547 | 2024-04-03T07:36:07.910Z | Downloaded async-recursion v1.0.5 |
2548 | 2024-04-03T07:36:07.910Z | Downloaded pin-project-internal v1.1.3 |
2549 | 2024-04-03T07:36:07.910Z | Downloaded pin-project v1.1.3 |
2550 | 2024-04-03T07:36:07.911Z | Downloaded snafu v0.7.5 |
2551 | 2024-04-03T07:36:07.911Z | Downloaded snafu-derive v0.7.5 |
2552 | 2024-04-03T07:36:07.965Z | Downloaded serde_plain v1.0.2 |
2553 | 2024-04-03T07:36:07.965Z | Downloaded parse-size v1.0.0 |
2554 | 2024-04-03T07:36:07.965Z | Downloaded typed-path v0.7.0 |
2555 | 2024-04-03T07:36:07.965Z | Downloaded tough v0.16.0 |
2556 | 2024-04-03T07:36:07.965Z | Downloaded olpc-cjson v0.1.3 |
2557 | 2024-04-03T07:36:07.965Z | Downloaded fs-err v2.11.0 |
2558 | 2024-04-03T07:36:07.965Z | Downloaded buf-list v1.0.3 |
2559 | 2024-04-03T07:36:07.966Z | Downloaded globset v0.4.13 |
2560 | 2024-04-03T07:36:08.033Z | Compiling serde_tokenstream v0.2.0 |
2561 | 2024-04-03T07:36:09.229Z | Compiling regress v0.9.0 |
2562 | 2024-04-03T07:36:09.229Z | Compiling dirs-sys-next v0.1.2 |
2563 | 2024-04-03T07:36:09.229Z | Compiling rustls-pki-types v1.3.0 |
2564 | 2024-04-03T07:36:09.229Z | Compiling strsim v0.10.0 |
2565 | 2024-04-03T07:36:09.229Z | Compiling ident_case v1.0.1 |
2566 | 2024-04-03T07:36:09.229Z | Compiling heck v0.4.1 |
2567 | 2024-04-03T07:36:09.230Z | Compiling dirs-next v2.0.0 |
2568 | 2024-04-03T07:36:09.230Z | Compiling darling_core v0.20.3 |
2569 | 2024-04-03T07:36:09.230Z | Compiling getopts v0.2.21 |
2570 | 2024-04-03T07:36:09.230Z | Compiling thread_local v1.1.7 |
2571 | 2024-04-03T07:36:09.252Z | Compiling slog-async v2.8.0 |
2572 | 2024-04-03T07:36:09.321Z | Compiling rustls v0.22.2 |
2573 | 2024-04-03T07:36:09.750Z | Compiling unsafe-libyaml v0.2.10 |
2574 | 2024-04-03T07:36:09.754Z | Compiling camino v1.1.6 |
2575 | 2024-04-03T07:36:09.754Z | Compiling rustls-webpki v0.102.1 |
2576 | 2024-04-03T07:36:09.755Z | Compiling term v0.7.0 |
2577 | 2024-04-03T07:36:09.988Z | Compiling crossbeam-channel v0.5.8 |
2578 | 2024-04-03T07:36:11.155Z | Compiling serde_yaml v0.9.25 |
2579 | 2024-04-03T07:36:11.756Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2580 | 2024-04-03T07:36:11.783Z | Compiling structmeta-derive v0.3.0 |
2581 | 2024-04-03T07:36:13.818Z | Compiling darling_macro v0.20.3 |
2582 | 2024-04-03T07:36:13.973Z | Compiling atty v0.2.14 |
2583 | 2024-04-03T07:36:14.120Z | Compiling multer v3.0.0 |
2584 | 2024-04-03T07:36:14.422Z | Compiling take_mut v0.2.2 |
2585 | 2024-04-03T07:36:14.469Z | Compiling doc-comment v0.3.3 |
2586 | 2024-04-03T07:36:14.483Z | Compiling paste v1.0.14 |
2587 | 2024-04-03T07:36:14.982Z | Compiling match_cfg v0.1.0 |
2588 | 2024-04-03T07:36:14.987Z | Compiling hostname v0.3.1 |
2589 | 2024-04-03T07:36:14.988Z | Compiling darling v0.20.3 |
2590 | 2024-04-03T07:36:14.988Z | Compiling structmeta v0.3.0 |
2591 | 2024-04-03T07:36:14.988Z | Compiling slog-term v2.9.0 |
2592 | 2024-04-03T07:36:15.313Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2593 | 2024-04-03T07:36:16.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2594 | 2024-04-03T07:36:16.887Z | Compiling slog-json v2.6.1 |
2595 | 2024-04-03T07:36:16.897Z | Compiling http v1.0.0 |
2596 | 2024-04-03T07:36:17.178Z | Compiling async-stream-impl v0.3.5 |
2597 | 2024-04-03T07:36:17.416Z | Compiling pin-project-internal v1.1.3 |
2598 | 2024-04-03T07:36:17.985Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2599 | 2024-04-03T07:36:18.070Z | Compiling atomic-waker v1.1.1 |
2600 | 2024-04-03T07:36:18.252Z | Compiling fastrand v2.0.1 |
2601 | 2024-04-03T07:36:18.332Z | Compiling waitgroup v0.1.2 |
2602 | 2024-04-03T07:36:18.412Z | Compiling async-stream v0.3.5 |
2603 | 2024-04-03T07:36:18.734Z | Compiling tempfile v3.10.0 |
2604 | 2024-04-03T07:36:18.971Z | Compiling slog-bunyan v2.5.0 |
2605 | 2024-04-03T07:36:19.327Z | Compiling parse-display-derive v0.9.0 |
2606 | 2024-04-03T07:36:20.120Z | Compiling pin-project v1.1.3 |
2607 | 2024-04-03T07:36:20.583Z | Compiling tokio-rustls v0.25.0 |
2608 | 2024-04-03T07:36:20.741Z | Compiling serde_with_macros v3.6.1 |
2609 | 2024-04-03T07:36:21.950Z | Compiling toml v0.8.12 |
2610 | 2024-04-03T07:36:21.960Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2611 | 2024-04-03T07:36:21.960Z | Compiling rustls-pemfile v2.1.1 |
2612 | 2024-04-03T07:36:22.551Z | Compiling sha1 v0.10.6 |
2613 | 2024-04-03T07:36:23.591Z | Compiling strum_macros v0.26.1 |
2614 | 2024-04-03T07:36:23.591Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2615 | 2024-04-03T07:36:23.591Z | Compiling newtype-uuid v1.0.1 |
2616 | 2024-04-03T07:36:23.591Z | Compiling snafu-derive v0.7.5 |
2617 | 2024-04-03T07:36:23.708Z | Compiling serde_path_to_error v0.1.16 |
2618 | 2024-04-03T07:36:23.787Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-04-03T07:36:24.492Z | Compiling fs-err v2.11.0 |
2620 | 2024-04-03T07:36:24.692Z | Compiling instant v0.1.12 |
2621 | 2024-04-03T07:36:24.777Z | Compiling same-file v1.0.6 |
2622 | 2024-04-03T07:36:24.870Z | Compiling debug-ignore v1.0.5 |
2623 | 2024-04-03T07:36:25.017Z | Compiling arc-swap v1.6.0 |
2624 | 2024-04-03T07:36:25.049Z | Compiling buf-list v1.0.3 |
2625 | 2024-04-03T07:36:25.733Z | Compiling slog-scope v4.4.0 |
2626 | 2024-04-03T07:36:26.679Z | Compiling walkdir v2.4.0 |
2627 | 2024-04-03T07:36:27.663Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2628 | 2024-04-03T07:36:27.807Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2629 | 2024-04-03T07:36:28.191Z | Compiling strum v0.26.1 |
2630 | 2024-04-03T07:36:28.386Z | Compiling backoff v0.4.0 |
2631 | 2024-04-03T07:36:28.437Z | Compiling snafu v0.7.5 |
2632 | 2024-04-03T07:36:28.878Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2633 | 2024-04-03T07:36:29.022Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2634 | 2024-04-03T07:36:29.075Z | Compiling serde_with v3.6.1 |
2635 | 2024-04-03T07:36:29.441Z | Compiling parse-display v0.9.0 |
2636 | 2024-04-03T07:36:29.881Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2637 | 2024-04-03T07:36:30.608Z | Compiling globset v0.4.13 |
2638 | 2024-04-03T07:36:31.596Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2639 | 2024-04-03T07:36:31.765Z | Compiling pem v3.0.2 |
2640 | 2024-04-03T07:36:33.405Z | Compiling olpc-cjson v0.1.3 |
2641 | 2024-04-03T07:36:33.538Z | Compiling macaddr v1.0.1 |
2642 | 2024-04-03T07:36:33.722Z | Compiling serde_plain v1.0.2 |
2643 | 2024-04-03T07:36:34.158Z | Compiling async-recursion v1.0.5 |
2644 | 2024-04-03T07:36:34.250Z | Compiling xattr v1.0.1 |
2645 | 2024-04-03T07:36:34.559Z | Compiling filetime v0.2.23 |
2646 | 2024-04-03T07:36:34.696Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2647 | 2024-04-03T07:36:34.923Z | Compiling typed-path v0.7.0 |
2648 | 2024-04-03T07:36:35.108Z | Compiling tar v0.4.40 |
2649 | 2024-04-03T07:36:39.035Z | Compiling tough v0.16.0 |
2650 | 2024-04-03T07:36:41.741Z | Compiling slog-stdlog v4.1.1 |
2651 | 2024-04-03T07:36:42.677Z | Compiling camino-tempfile v1.1.1 |
2652 | 2024-04-03T07:36:42.747Z | Compiling itertools v0.12.1 |
2653 | 2024-04-03T07:36:43.487Z | Compiling parse-size v1.0.0 |
2654 | 2024-04-03T07:36:44.181Z | Compiling slog-envlogger v2.2.0 |
2655 | 2024-04-03T07:36:46.500Z | Compiling humantime v2.1.0 |
2656 | 2024-04-03T07:36:50.208Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2657 | 2024-04-03T07:36:50.439Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2658 | 2024-04-03T07:36:56.350Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2659 | 2024-04-03T07:37:03.532Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2660 | 2024-04-03T07:37:06.045Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2661 | 2024-04-03T07:37:24.561Z | Finished release [optimized] target(s) in 1m 17s |
2662 | 2024-04-03T07:37:24.654Z | |
2663 | 2024-04-03T07:37:24.655Z | real 1:17.438394281 |
2664 | 2024-04-03T07:37:24.655Z | user 8:29.315964910 |
2665 | 2024-04-03T07:37:24.655Z | sys 40.554948925 |
2666 | 2024-04-03T07:37:24.655Z | trap 0.230061102 |
2667 | 2024-04-03T07:37:24.655Z | tflt 0.443798473 |
2668 | 2024-04-03T07:37:24.655Z | dflt 0.408261950 |
2669 | 2024-04-03T07:37:24.656Z | kflt 0.000004179 |
2670 | 2024-04-03T07:37:24.656Z | lock 16:59.181007654 |
2671 | 2024-04-03T07:37:24.664Z | slp 18:47.522266551 |
2672 | 2024-04-03T07:37:24.664Z | lat 21.779656262 |
2673 | 2024-04-03T07:37:24.665Z | stop 14.974538300 |
2674 | 2024-04-03T07:37:24.665Z | + ptime -m gzip |
2675 | 2024-04-03T07:37:26.162Z | |
2676 | 2024-04-03T07:37:26.162Z | real 1.502511496 |
2677 | 2024-04-03T07:37:26.162Z | user 1.488577623 |
2678 | 2024-04-03T07:37:26.162Z | sys 0.012424255 |
2679 | 2024-04-03T07:37:26.162Z | trap 0.000458637 |
2680 | 2024-04-03T07:37:26.162Z | tflt 0.000000000 |
2681 | 2024-04-03T07:37:26.162Z | dflt 0.000000000 |
2682 | 2024-04-03T07:37:26.163Z | kflt 0.000000000 |
2683 | 2024-04-03T07:37:26.163Z | lock 0.000000000 |
2684 | 2024-04-03T07:37:26.163Z | slp 0.000000000 |
2685 | 2024-04-03T07:37:26.163Z | lat 0.000652946 |
2686 | 2024-04-03T07:37:26.167Z | stop 0.000177558 |
2687 | 2024-04-03T07:37:26.167Z | process exited: duration 858806 ms, exit code 0 |
|
2688 | 2024-04-03T07:37:26.177Z | found 8 output files |
2689 | 2024-04-03T07:37:26.177Z | uploading: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz (9708667 bytes) |
2690 | 2024-04-03T07:37:34.678Z | uploaded: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz |
2691 | 2024-04-03T07:37:34.700Z | uploading: /work/end-to-end-tests/bootstrap.gz (105026451 bytes) |
2692 | 2024-04-03T07:38:27.783Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2693 | 2024-04-03T07:38:27.783Z | uploading: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz (9708652 bytes) |
2694 | 2024-04-03T07:38:37.886Z | uploaded: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz |
2695 | 2024-04-03T07:38:37.887Z | uploading: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz (9708155 bytes) |
2696 | 2024-04-03T07:38:41.085Z | uploaded: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz |
2697 | 2024-04-03T07:38:41.099Z | uploading: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz (106361550 bytes) |
2698 | 2024-04-03T07:39:30.766Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz |
2699 | 2024-04-03T07:39:30.766Z | uploading: /work/caboose-util.gz (3208626 bytes) |
2700 | 2024-04-03T07:39:32.865Z | uploaded: /work/caboose-util.gz |
2701 | 2024-04-03T07:39:32.870Z | uploading: /work/tufaceous.gz (13708938 bytes) |
2702 | 2024-04-03T07:39:37.669Z | uploaded: /work/tufaceous.gz |
2703 | 2024-04-03T07:39:37.679Z | uploading: /work/commtest (474196920 bytes) |
2704 | 2024-04-03T07:42:45.939Z | uploaded: /work/commtest |