|
|
|
1 | 2024-04-30T20:04:09.930Z | job assigned to worker 01HWR9K8M4PNRR3B5FH3RZS2Q6 (queued for 2 m 11 s) |
|
2 | 2024-04-30T20:04:17.110Z | starting task 0: "setup" |
3 | 2024-04-30T20:04:17.178Z | ++ uname -s |
4 | 2024-04-30T20:04:17.187Z | + kern=SunOS |
5 | 2024-04-30T20:04:17.187Z | + case "$kern" in |
6 | 2024-04-30T20:04:17.188Z | + groupadd -g 12345 build |
7 | 2024-04-30T20:04:17.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-30T20:04:19.296Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-30T20:04:19.393Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-30T20:04:19.405Z | + home_fs=zfs |
11 | 2024-04-30T20:04:19.406Z | + [[ zfs == autofs ]] |
12 | 2024-04-30T20:04:19.406Z | + mkdir -p /home/build |
13 | 2024-04-30T20:04:19.406Z | + chown build:build /home/build /work |
14 | 2024-04-30T20:04:21.398Z | + chmod 0700 /home/build /work |
15 | 2024-04-30T20:04:21.405Z | process exited: duration 4286 ms, exit code 0 |
|
16 | 2024-04-30T20:04:21.420Z | starting task 1: "rust-toolchain" |
17 | 2024-04-30T20:04:21.434Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-30T20:04:21.434Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-30T20:04:21.538Z | info: downloading installer |
20 | 2024-04-30T20:04:22.794Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-30T20:04:22.794Z | warning: /opt/ooce/bin |
22 | 2024-04-30T20:04:22.795Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-30T20:04:22.795Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-30T20:04:22.795Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-30T20:04:22.796Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-30T20:04:22.796Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-30T20:04:22.796Z | error: cannot install while Rust is installed |
28 | 2024-04-30T20:04:22.796Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-30T20:04:23.123Z | info: profile set to 'default' |
30 | 2024-04-30T20:04:23.123Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-30T20:04:23.156Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-30T20:04:23.219Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-30T20:04:23.219Z | info: downloading component 'cargo' |
34 | 2024-04-30T20:04:23.839Z | info: downloading component 'clippy' |
35 | 2024-04-30T20:04:24.046Z | info: downloading component 'rust-docs' |
36 | 2024-04-30T20:04:24.814Z | info: downloading component 'rust-std' |
37 | 2024-04-30T20:04:26.175Z | info: downloading component 'rustc' |
38 | 2024-04-30T20:04:29.768Z | info: downloading component 'rustfmt' |
39 | 2024-04-30T20:04:29.840Z | info: installing component 'cargo' |
40 | 2024-04-30T20:04:30.417Z | info: installing component 'clippy' |
41 | 2024-04-30T20:04:30.800Z | info: installing component 'rust-docs' |
42 | 2024-04-30T20:04:32.201Z | info: installing component 'rust-std' |
43 | 2024-04-30T20:04:33.998Z | info: installing component 'rustc' |
44 | 2024-04-30T20:04:38.489Z | info: installing component 'rustfmt' |
45 | 2024-04-30T20:04:38.497Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-30T20:04:38.497Z | |
47 | 2024-04-30T20:04:38.688Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-30T20:04:38.688Z | |
49 | 2024-04-30T20:04:38.697Z | |
50 | 2024-04-30T20:04:38.697Z | Rust is installed now. Great! |
51 | 2024-04-30T20:04:38.697Z | |
52 | 2024-04-30T20:04:38.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-30T20:04:38.697Z | environment variable. This has not been done automatically. |
54 | 2024-04-30T20:04:38.697Z | |
55 | 2024-04-30T20:04:38.698Z | To configure your current shell, you need to source |
56 | 2024-04-30T20:04:38.698Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-30T20:04:38.698Z | |
58 | 2024-04-30T20:04:38.699Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-30T20:04:38.699Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-30T20:04:38.699Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-30T20:04:38.808Z | + rustc --version |
62 | 2024-04-30T20:04:38.887Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-30T20:04:38.914Z | process exited: duration 17444 ms, exit code 0 |
|
64 | 2024-04-30T20:04:38.943Z | starting task 2: "authentication" |
65 | 2024-04-30T20:04:38.976Z | process exited: duration 33 ms, exit code 0 |
|
66 | 2024-04-30T20:04:39.055Z | starting task 3: "clone repository" |
67 | 2024-04-30T20:04:39.073Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-30T20:04:39.073Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-30T20:04:39.533Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-30T20:04:44.554Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-30T20:04:44.554Z | + git fetch origin a4183a1399ce3d49be2881fa55026e38de052e6a |
72 | 2024-04-30T20:04:44.948Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-30T20:04:44.948Z | * branch a4183a1399ce3d49be2881fa55026e38de052e6a -> FETCH_HEAD |
74 | 2024-04-30T20:04:44.956Z | + [[ -n fip-attach-refactor ]] |
75 | 2024-04-30T20:04:44.956Z | ++ git branch --show-current |
76 | 2024-04-30T20:04:44.956Z | + current=main |
77 | 2024-04-30T20:04:44.956Z | + [[ main != fip-attach-refactor ]] |
78 | 2024-04-30T20:04:44.956Z | + git branch -f fip-attach-refactor a4183a1399ce3d49be2881fa55026e38de052e6a |
79 | 2024-04-30T20:04:44.972Z | + git checkout -f fip-attach-refactor |
80 | 2024-04-30T20:04:45.088Z | Switched to branch 'fip-attach-refactor' |
81 | 2024-04-30T20:04:45.106Z | + git reset --hard a4183a1399ce3d49be2881fa55026e38de052e6a |
82 | 2024-04-30T20:04:45.195Z | HEAD is now at a4183a139 do the same thing for probe IP allocation |
83 | 2024-04-30T20:04:45.210Z | process exited: duration 6170 ms, exit code 0 |
|
84 | 2024-04-30T20:04:45.697Z | starting task 4: "build" |
85 | 2024-04-30T20:04:45.711Z | + cargo --version |
86 | 2024-04-30T20:04:45.711Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-30T20:04:45.825Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-30T20:04:45.825Z | info: downloading component 'cargo' |
89 | 2024-04-30T20:04:46.449Z | info: downloading component 'clippy' |
90 | 2024-04-30T20:04:46.661Z | info: downloading component 'rust-docs' |
91 | 2024-04-30T20:04:47.482Z | info: downloading component 'rust-std' |
92 | 2024-04-30T20:04:48.705Z | info: downloading component 'rustc' |
93 | 2024-04-30T20:04:51.954Z | info: downloading component 'rustfmt' |
94 | 2024-04-30T20:04:52.142Z | info: installing component 'cargo' |
95 | 2024-04-30T20:04:52.957Z | info: installing component 'clippy' |
96 | 2024-04-30T20:04:53.287Z | info: installing component 'rust-docs' |
97 | 2024-04-30T20:04:54.762Z | info: installing component 'rust-std' |
98 | 2024-04-30T20:04:56.384Z | info: installing component 'rustc' |
99 | 2024-04-30T20:05:01.942Z | info: installing component 'rustfmt' |
100 | 2024-04-30T20:05:01.942Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-30T20:05:01.943Z | + rustc --version |
102 | 2024-04-30T20:05:01.943Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-30T20:05:01.943Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-04-30T20:05:12.941Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-04-30T20:05:14.717Z | Startup: Caching catalogs ... Done |
106 | 2024-04-30T20:05:17.367Z | Planning: Solver setup ... Done (2.188s) |
107 | 2024-04-30T20:05:17.412Z | Planning: Running solver ... Done (0.046s) |
108 | 2024-04-30T20:05:17.601Z | Planning: Finding local manifests ... Done (0.143s) |
109 | 2024-04-30T20:05:17.618Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-04-30T20:05:17.896Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-04-30T20:05:17.977Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-04-30T20:05:18.426Z | Planning: Merging actions ... Done (0.054s) |
113 | 2024-04-30T20:05:18.460Z | Planning: Checking for conflicting actions ... Done (0.455s) |
114 | 2024-04-30T20:05:18.471Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-04-30T20:05:24.817Z | Planning: Evaluating mediators ... Done (6.348s) |
116 | 2024-04-30T20:05:24.826Z | Planning: Planning completed in 10.05 seconds |
117 | 2024-04-30T20:05:24.841Z | Packages to install: 4 |
118 | 2024-04-30T20:05:24.844Z | Mediators to change: 2 |
119 | 2024-04-30T20:05:24.844Z | Services to change: 1 |
120 | 2024-04-30T20:05:24.844Z | Estimated space available: 155.32 GB |
121 | 2024-04-30T20:05:24.844Z | Estimated space to be consumed: 1.44 GB |
122 | 2024-04-30T20:05:24.844Z | Create boot environment: No |
123 | 2024-04-30T20:05:24.844Z | Create backup boot environment: No |
124 | 2024-04-30T20:05:24.844Z | Rebuild boot archive: No |
125 | 2024-04-30T20:05:24.844Z | |
126 | 2024-04-30T20:05:24.844Z | Changed mediators: |
127 | 2024-04-30T20:05:24.844Z | mediator clang: |
128 | 2024-04-30T20:05:24.845Z | version: None -> 15 (system default) |
129 | 2024-04-30T20:05:24.845Z | |
130 | 2024-04-30T20:05:24.845Z | mediator llvm: |
131 | 2024-04-30T20:05:24.845Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-04-30T20:05:24.845Z | |
133 | 2024-04-30T20:05:24.845Z | Changed packages: |
134 | 2024-04-30T20:05:24.845Z | helios-dev |
135 | 2024-04-30T20:05:24.845Z | developer/build-essential |
136 | 2024-04-30T20:05:24.845Z | None -> 11-2.0 |
137 | 2024-04-30T20:05:24.845Z | library/libxmlsec1 |
138 | 2024-04-30T20:05:24.845Z | None -> 1.2.35-2.0 |
139 | 2024-04-30T20:05:24.845Z | ooce/developer/clang-15 |
140 | 2024-04-30T20:05:24.845Z | None -> 15.0.7-2.0 |
141 | 2024-04-30T20:05:24.845Z | ooce/developer/llvm-15 |
142 | 2024-04-30T20:05:24.845Z | None -> 15.0.7-2.0 |
143 | 2024-04-30T20:05:24.845Z | |
144 | 2024-04-30T20:05:24.845Z | Services: |
145 | 2024-04-30T20:05:24.845Z | restart_fmri: |
146 | 2024-04-30T20:05:24.845Z | svc:/system/update-man-index:default |
147 | 2024-04-30T20:05:24.923Z | |
148 | 2024-04-30T20:05:24.923Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-04-30T20:05:29.927Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s) |
150 | 2024-04-30T20:05:35.013Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (12.7M/s) |
151 | 2024-04-30T20:05:40.010Z | Download: 3070/3290 items 121.4/212.6MB 57% complete (4.3M/s) |
152 | 2024-04-30T20:05:45.012Z | Download: 3282/3290 items 209.7/212.6MB 98% complete (9.0M/s) |
153 | 2024-04-30T20:05:45.427Z | Download: Completed 212.60 MB in 20.50 seconds (10.4M/s) |
154 | 2024-04-30T20:05:47.237Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-04-30T20:05:52.261Z | Actions: 3550/3689 actions (Installing new actions) |
156 | 2024-04-30T20:05:52.933Z | Actions: Completed 3689 actions in 5.69 seconds. |
157 | 2024-04-30T20:05:53.051Z | Done (0.113s) |
158 | 2024-04-30T20:05:53.051Z | Done (0.000s) |
159 | 2024-04-30T20:05:53.335Z | Done (0.285s) |
160 | 2024-04-30T20:05:59.390Z | Done (5.902s) |
161 | 2024-04-30T20:05:59.612Z | Done (0.147s) |
162 | 2024-04-30T20:05:59.616Z | Done (0.000s) |
163 | 2024-04-30T20:05:59.784Z | Done (0.000s) |
164 | 2024-04-30T20:06:00.325Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-04-30T20:06:00.493Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-04-30T20:06:00.499Z | Planning: Consolidating action changes ... Done |
167 | 2024-04-30T20:06:00.763Z | Planning: Evaluating mediators ... Done |
168 | 2024-04-30T20:06:00.768Z | Planning: Planning completed in 0.44 seconds |
169 | 2024-04-30T20:06:00.791Z | Mediators to change: 2 |
170 | 2024-04-30T20:06:00.791Z | Create boot environment: No |
171 | 2024-04-30T20:06:00.796Z | Create backup boot environment: No |
172 | 2024-04-30T20:06:00.860Z | Done |
173 | 2024-04-30T20:06:00.860Z | Done |
174 | 2024-04-30T20:06:01.041Z | Done |
175 | 2024-04-30T20:06:04.670Z | Done |
176 | 2024-04-30T20:06:04.762Z | Done |
177 | 2024-04-30T20:06:04.766Z | Done |
178 | 2024-04-30T20:06:04.892Z | Done |
179 | 2024-04-30T20:06:05.531Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-04-30T20:06:05.536Z | Planning: Merging actions ... Done |
181 | 2024-04-30T20:06:05.722Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-04-30T20:06:05.727Z | Planning: Consolidating action changes ... Done |
183 | 2024-04-30T20:06:05.987Z | Planning: Evaluating mediators ... Done |
184 | 2024-04-30T20:06:06.042Z | Planning: Planning completed in 0.78 seconds |
185 | 2024-04-30T20:06:06.084Z | Packages to change: 1 |
186 | 2024-04-30T20:06:06.084Z | Mediators to change: 1 |
187 | 2024-04-30T20:06:06.090Z | Services to change: 1 |
188 | 2024-04-30T20:06:06.090Z | Create boot environment: No |
189 | 2024-04-30T20:06:06.090Z | Create backup boot environment: Yes |
190 | 2024-04-30T20:06:08.099Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-04-30T20:06:08.107Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-04-30T20:06:08.107Z | Done |
193 | 2024-04-30T20:06:08.108Z | Done |
194 | 2024-04-30T20:06:08.167Z | Done |
195 | 2024-04-30T20:06:11.814Z | Done |
196 | 2024-04-30T20:06:11.901Z | Done |
197 | 2024-04-30T20:06:11.904Z | Done |
198 | 2024-04-30T20:06:12.014Z | Done |
199 | 2024-04-30T20:06:12.462Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-04-30T20:06:12.462Z | clang system 15 system |
201 | 2024-04-30T20:06:12.462Z | csh system system illumos |
202 | 2024-04-30T20:06:12.463Z | ctags system system illumos |
203 | 2024-04-30T20:06:12.463Z | gcc vendor 12 vendor |
204 | 2024-04-30T20:06:12.463Z | gcc system 10 system |
205 | 2024-04-30T20:06:12.463Z | gcc system 7 system |
206 | 2024-04-30T20:06:12.463Z | go system 1.20 system |
207 | 2024-04-30T20:06:12.463Z | go system 1.19 system |
208 | 2024-04-30T20:06:12.463Z | llvm system 15 system |
209 | 2024-04-30T20:06:12.463Z | llvm system 14 system |
210 | 2024-04-30T20:06:12.463Z | mariadb system 10.6 system |
211 | 2024-04-30T20:06:12.464Z | mta vendor vendor dma |
212 | 2024-04-30T20:06:12.464Z | openjdk system 17 system |
213 | 2024-04-30T20:06:12.464Z | openjdk system 11 system |
214 | 2024-04-30T20:06:12.464Z | openjdk system 1.8 system |
215 | 2024-04-30T20:06:12.464Z | openssl vendor 3 vendor |
216 | 2024-04-30T20:06:12.464Z | perl system 5.36 system |
217 | 2024-04-30T20:06:12.465Z | postgresql system 15 system |
218 | 2024-04-30T20:06:12.465Z | postgresql system 13 system |
219 | 2024-04-30T20:06:12.465Z | python vendor 3 vendor |
220 | 2024-04-30T20:06:12.465Z | python system 2 system |
221 | 2024-04-30T20:06:12.465Z | python3 system 3.11 system |
222 | 2024-04-30T20:06:12.465Z | ruby system 3.0 system |
223 | 2024-04-30T20:06:12.465Z | words vendor vendor american-english |
224 | 2024-04-30T20:06:12.465Z | words system system australian-english |
225 | 2024-04-30T20:06:12.466Z | words system system british-english |
226 | 2024-04-30T20:06:12.466Z | words system system canadian-english |
227 | 2024-04-30T20:06:12.466Z | words system system french |
228 | 2024-04-30T20:06:12.466Z | words system system italian |
229 | 2024-04-30T20:06:12.466Z | words system system ngerman |
230 | 2024-04-30T20:06:12.466Z | words system system ogerman |
231 | 2024-04-30T20:06:12.466Z | words system system spanish |
232 | 2024-04-30T20:06:12.771Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-04-30T20:06:12.771Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-04-30T20:06:14.135Z | FMRI IFO |
235 | 2024-04-30T20:06:14.135Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-04-30T20:06:14.135Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-04-30T20:06:14.135Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-04-30T20:06:14.135Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-04-30T20:06:14.136Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-04-30T20:06:14.136Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-04-30T20:06:14.136Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-04-30T20:06:14.136Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-04-30T20:06:14.136Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-04-30T20:06:14.137Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-04-30T20:06:14.137Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-04-30T20:06:14.137Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-04-30T20:06:14.389Z | + set -o errexit |
248 | 2024-04-30T20:06:14.405Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-04-30T20:06:14.405Z | ++ cd ./tools |
250 | 2024-04-30T20:06:14.405Z | ++ pwd |
251 | 2024-04-30T20:06:14.405Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-04-30T20:06:14.405Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-04-30T20:06:14.406Z | + ARG0=ci_download_cockroachdb |
254 | 2024-04-30T20:06:14.406Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-04-30T20:06:14.423Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-04-30T20:06:14.423Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-04-30T20:06:14.424Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-04-30T20:06:14.424Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-04-30T20:06:14.424Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-04-30T20:06:14.424Z | + TARGET_DIR=out |
261 | 2024-04-30T20:06:14.425Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-04-30T20:06:14.425Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-04-30T20:06:14.425Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-04-30T20:06:14.425Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-04-30T20:06:14.425Z | + main |
266 | 2024-04-30T20:06:14.425Z | + [[ 0 != 0 ]] |
267 | 2024-04-30T20:06:14.425Z | + CIDL_OS=solaris2.11 |
268 | 2024-04-30T20:06:14.426Z | + [[ 0 != 0 ]] |
269 | 2024-04-30T20:06:14.426Z | + configure_os solaris2.11 |
270 | 2024-04-30T20:06:14.426Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-04-30T20:06:14.426Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-04-30T20:06:14.427Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-04-30T20:06:14.427Z | + case "$1" in |
274 | 2024-04-30T20:06:14.427Z | configuring based on OS: "solaris2.11" |
275 | 2024-04-30T20:06:14.427Z | + CIDL_BUILD=illumos |
276 | 2024-04-30T20:06:14.427Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-04-30T20:06:14.428Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-04-30T20:06:14.428Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-04-30T20:06:14.428Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-04-30T20:06:14.428Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-04-30T20:06:14.428Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-04-30T20:06:14.429Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-04-30T20:06:14.429Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-04-30T20:06:14.429Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-04-30T20:06:14.430Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-04-30T20:06:14.430Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-04-30T20:06:14.430Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-30T20:06:14.430Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-30T20:06:14.430Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-04-30T20:06:14.431Z | + mkdir -p out/downloads |
291 | 2024-04-30T20:06:14.431Z | + mkdir -p ./out/cockroachdb |
292 | 2024-04-30T20:06:14.431Z | + local DO_DOWNLOAD=true |
293 | 2024-04-30T20:06:14.431Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-04-30T20:06:14.432Z | + '[' true == true ']' |
295 | 2024-04-30T20:06:14.432Z | + echo Downloading... |
296 | 2024-04-30T20:06:14.432Z | Downloading... |
297 | 2024-04-30T20:06:14.432Z | + 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-30T20:06:14.432Z | + 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-30T20:06:17.538Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-30T20:06:17.542Z | ++ sha256sum |
301 | 2024-04-30T20:06:17.542Z | ++ awk '{print $1}' |
302 | 2024-04-30T20:06:17.713Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-04-30T20:06:17.716Z | + [[ 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-30T20:06:17.716Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-30T20:06:17.716Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-04-30T20:06:19.880Z | + do_assemble_illumos |
307 | 2024-04-30T20:06:19.880Z | + rm -r ./out/cockroachdb |
308 | 2024-04-30T20:06:19.887Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-04-30T20:06:20.317Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-04-30T20:06:20.491Z | Build Tag: v22.1.9-dirty |
311 | 2024-04-30T20:06:20.491Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-04-30T20:06:20.492Z | Distribution: OSS |
313 | 2024-04-30T20:06:20.492Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-04-30T20:06:20.492Z | Go Version: go1.17.13 |
315 | 2024-04-30T20:06:20.492Z | C Compiler: gcc 10.3.0 |
316 | 2024-04-30T20:06:20.492Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-04-30T20:06:20.493Z | Build Type: release |
318 | 2024-04-30T20:06:20.508Z | + set -o errexit |
319 | 2024-04-30T20:06:20.515Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-04-30T20:06:20.515Z | ++ cd ./tools |
321 | 2024-04-30T20:06:20.515Z | ++ pwd |
322 | 2024-04-30T20:06:20.516Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-04-30T20:06:20.516Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-04-30T20:06:20.523Z | + ARG0=ci_download_clickhouse |
325 | 2024-04-30T20:06:20.523Z | + TARGET_DIR=out |
326 | 2024-04-30T20:06:20.523Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-04-30T20:06:20.524Z | + DEST_DIR=./out/clickhouse |
328 | 2024-04-30T20:06:20.524Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-04-30T20:06:20.524Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-04-30T20:06:20.524Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-04-30T20:06:20.524Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-04-30T20:06:20.524Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-04-30T20:06:20.525Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-04-30T20:06:20.525Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-04-30T20:06:20.525Z | + main |
336 | 2024-04-30T20:06:20.525Z | + [[ 0 != 0 ]] |
337 | 2024-04-30T20:06:20.525Z | + CIDL_OS=solaris2.11 |
338 | 2024-04-30T20:06:20.525Z | + [[ 0 != 0 ]] |
339 | 2024-04-30T20:06:20.525Z | + configure_os solaris2.11 |
340 | 2024-04-30T20:06:20.526Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-04-30T20:06:20.526Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-04-30T20:06:20.526Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-04-30T20:06:20.526Z | + CIDL_DASHREV= |
344 | 2024-04-30T20:06:20.526Z | + case "$1" in |
345 | 2024-04-30T20:06:20.527Z | configuring based on OS: "solaris2.11" |
346 | 2024-04-30T20:06:20.527Z | + CIDL_PLATFORM=illumos |
347 | 2024-04-30T20:06:20.527Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-04-30T20:06:20.527Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-04-30T20:06:20.527Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-04-30T20:06:20.527Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-04-30T20:06:20.528Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-04-30T20:06:20.528Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-04-30T20:06:20.528Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-04-30T20:06:20.528Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-30T20:06:20.528Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-30T20:06:20.528Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-04-30T20:06:20.528Z | + mkdir -p out/downloads |
358 | 2024-04-30T20:06:20.529Z | + mkdir -p ./out/clickhouse |
359 | 2024-04-30T20:06:20.538Z | + local DO_DOWNLOAD=true |
360 | 2024-04-30T20:06:20.539Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-04-30T20:06:20.539Z | + '[' true == true ']' |
362 | 2024-04-30T20:06:20.539Z | + echo Downloading... |
363 | 2024-04-30T20:06:20.539Z | Downloading... |
364 | 2024-04-30T20:06:20.539Z | + 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-30T20:06:20.540Z | + 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-30T20:06:22.595Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-30T20:06:22.599Z | ++ md5sum |
368 | 2024-04-30T20:06:22.599Z | ++ awk '{print $1}' |
369 | 2024-04-30T20:06:22.827Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-04-30T20:06:22.849Z | + [[ 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-30T20:06:22.849Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-04-30T20:06:22.849Z | + mkdir -p ./out/clickhouse |
373 | 2024-04-30T20:06:22.849Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-04-30T20:06:30.621Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-04-30T20:06:30.621Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-04-30T20:06:30.803Z | ClickHouse server version 23.8.7.1. |
377 | 2024-04-30T20:06:30.804Z | + set -o errexit |
378 | 2024-04-30T20:06:30.867Z | +++ dirname ./tools/ci_download_console |
379 | 2024-04-30T20:06:30.867Z | ++ cd ./tools |
380 | 2024-04-30T20:06:30.868Z | ++ pwd |
381 | 2024-04-30T20:06:30.868Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-04-30T20:06:30.868Z | ++ basename ./tools/ci_download_console |
383 | 2024-04-30T20:06:30.868Z | + ARG0=ci_download_console |
384 | 2024-04-30T20:06:30.868Z | + TARGET_DIR=out |
385 | 2024-04-30T20:06:30.868Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-04-30T20:06:30.868Z | + DEST_DIR=./out/console-assets |
387 | 2024-04-30T20:06:30.868Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-04-30T20:06:30.868Z | ++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b |
389 | 2024-04-30T20:06:30.869Z | ++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
390 | 2024-04-30T20:06:30.869Z | + URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
391 | 2024-04-30T20:06:30.869Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-04-30T20:06:30.869Z | + main |
393 | 2024-04-30T20:06:30.869Z | + [[ 0 != 0 ]] |
394 | 2024-04-30T20:06:30.869Z | + echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz' |
395 | 2024-04-30T20:06:30.869Z | URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
396 | 2024-04-30T20:06:30.869Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2024-04-30T20:06:30.869Z | Local file: out/downloads/console.tar.gz |
398 | 2024-04-30T20:06:30.869Z | + local DO_DOWNLOAD=true |
399 | 2024-04-30T20:06:30.869Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-04-30T20:06:30.869Z | + mkdir -p out/downloads |
401 | 2024-04-30T20:06:30.869Z | + '[' true == true ']' |
402 | 2024-04-30T20:06:30.869Z | + echo Downloading... |
403 | 2024-04-30T20:06:30.869Z | Downloading... |
404 | 2024-04-30T20:06:30.869Z | + do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz |
405 | 2024-04-30T20:06:30.869Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
406 | 2024-04-30T20:06:30.869Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-04-30T20:06:30.869Z | ++ case "$OSTYPE" in |
408 | 2024-04-30T20:06:30.869Z | ++ SHA=sha256sum |
409 | 2024-04-30T20:06:30.870Z | ++ sha256sum |
410 | 2024-04-30T20:06:30.870Z | ++ awk '{print $1}' |
411 | 2024-04-30T20:06:30.870Z | + calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
412 | 2024-04-30T20:06:30.870Z | + [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]] |
413 | 2024-04-30T20:06:30.870Z | + rm -rf ./out/console-assets |
414 | 2024-04-30T20:06:30.870Z | + mkdir -p ./out/console-assets |
415 | 2024-04-30T20:06:30.870Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-04-30T20:06:30.870Z | + mkdir -p ./out/console-assets |
417 | 2024-04-30T20:06:30.870Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-04-30T20:06:30.870Z | + set -o errexit |
419 | 2024-04-30T20:06:30.870Z | +++ dirname ./tools/ci_download_maghemite_openapi |
420 | 2024-04-30T20:06:30.870Z | ++ cd ./tools |
421 | 2024-04-30T20:06:30.870Z | ++ pwd |
422 | 2024-04-30T20:06:30.870Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-04-30T20:06:30.870Z | ++ basename ./tools/ci_download_maghemite_openapi |
424 | 2024-04-30T20:06:30.870Z | + ARG0=ci_download_maghemite_openapi |
425 | 2024-04-30T20:06:30.870Z | + TARGET_DIR=out |
426 | 2024-04-30T20:06:30.870Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-04-30T20:06:30.870Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
428 | 2024-04-30T20:06:30.870Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
429 | 2024-04-30T20:06:30.870Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
430 | 2024-04-30T20:06:30.870Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
431 | 2024-04-30T20:06:30.870Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
432 | 2024-04-30T20:06:30.871Z | + main |
433 | 2024-04-30T20:06:30.871Z | + rm -rf out/downloads/root |
434 | 2024-04-30T20:06:30.871Z | + [[ 0 != 0 ]] |
435 | 2024-04-30T20:06:30.871Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
436 | 2024-04-30T20:06:30.871Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-04-30T20:06:30.871Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
438 | 2024-04-30T20:06:30.871Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-04-30T20:06:30.871Z | + local DO_DOWNLOAD=true |
440 | 2024-04-30T20:06:30.871Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
441 | 2024-04-30T20:06:30.871Z | + mkdir -p out/downloads |
442 | 2024-04-30T20:06:30.871Z | + '[' true == true ']' |
443 | 2024-04-30T20:06:30.871Z | + echo Downloading... |
444 | 2024-04-30T20:06:30.871Z | Downloading... |
445 | 2024-04-30T20:06:30.872Z | + 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-30T20:06:30.872Z | + 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-30T20:06:30.963Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
448 | 2024-04-30T20:06:30.963Z | ++ case "$OSTYPE" in |
449 | 2024-04-30T20:06:31.393Z | ++ SHA=sha256sum |
450 | 2024-04-30T20:06:31.394Z | ++ sha256sum |
451 | 2024-04-30T20:06:31.394Z | ++ awk '{print $1}' |
452 | 2024-04-30T20:06:31.395Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-04-30T20:06:31.396Z | + [[ 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-30T20:06:31.396Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2024-04-30T20:06:31.396Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
456 | 2024-04-30T20:06:31.396Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
457 | 2024-04-30T20:06:31.396Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
458 | 2024-04-30T20:06:31.396Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-04-30T20:06:31.396Z | + main |
460 | 2024-04-30T20:06:31.397Z | + rm -rf out/downloads/root |
461 | 2024-04-30T20:06:31.397Z | + [[ 0 != 0 ]] |
462 | 2024-04-30T20:06:31.397Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
463 | 2024-04-30T20:06:31.397Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
464 | 2024-04-30T20:06:31.397Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
465 | 2024-04-30T20:06:31.398Z | + local DO_DOWNLOAD=true |
466 | 2024-04-30T20:06:31.398Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
467 | 2024-04-30T20:06:31.398Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
468 | 2024-04-30T20:06:31.398Z | + mkdir -p out/downloads |
469 | 2024-04-30T20:06:31.398Z | + '[' true == true ']' |
470 | 2024-04-30T20:06:31.398Z | + echo Downloading... |
471 | 2024-04-30T20:06:31.399Z | Downloading... |
472 | 2024-04-30T20:06:31.399Z | + 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-30T20:06:31.399Z | + 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-30T20:06:31.426Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-30T20:06:31.426Z | ++ case "$OSTYPE" in |
476 | 2024-04-30T20:06:31.427Z | ++ SHA=sha256sum |
477 | 2024-04-30T20:06:31.427Z | ++ sha256sum |
478 | 2024-04-30T20:06:31.427Z | ++ awk '{print $1}' |
479 | 2024-04-30T20:06:31.427Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-04-30T20:06:31.427Z | + [[ 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-30T20:06:31.427Z | + set -o errexit |
482 | 2024-04-30T20:06:31.427Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2024-04-30T20:06:31.427Z | ++ cd ./tools |
484 | 2024-04-30T20:06:31.428Z | ++ pwd |
485 | 2024-04-30T20:06:31.428Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2024-04-30T20:06:31.428Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2024-04-30T20:06:31.428Z | + ARG0=ci_download_dendrite_openapi |
488 | 2024-04-30T20:06:31.428Z | + TARGET_DIR=out |
489 | 2024-04-30T20:06:31.428Z | + DOWNLOAD_DIR=out/downloads |
490 | 2024-04-30T20:06:31.428Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2024-04-30T20:06:31.428Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
492 | 2024-04-30T20:06:31.429Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
493 | 2024-04-30T20:06:31.429Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
494 | 2024-04-30T20:06:31.429Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
495 | 2024-04-30T20:06:31.429Z | + main |
496 | 2024-04-30T20:06:31.429Z | + [[ 0 != 0 ]] |
497 | 2024-04-30T20:06:31.429Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
498 | 2024-04-30T20:06:31.429Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
499 | 2024-04-30T20:06:31.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
500 | 2024-04-30T20:06:31.429Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
501 | 2024-04-30T20:06:31.429Z | + local DO_DOWNLOAD=true |
502 | 2024-04-30T20:06:31.430Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
503 | 2024-04-30T20:06:31.430Z | + mkdir -p out/downloads |
504 | 2024-04-30T20:06:31.430Z | + '[' true == true ']' |
505 | 2024-04-30T20:06:31.430Z | + echo Downloading... |
506 | 2024-04-30T20:06:31.430Z | Downloading... |
507 | 2024-04-30T20:06:31.430Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
508 | 2024-04-30T20:06:31.430Z | + 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-30T20:06:31.430Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-30T20:06:31.431Z | ++ case "$OSTYPE" in |
511 | 2024-04-30T20:06:31.431Z | ++ SHA=sha256sum |
512 | 2024-04-30T20:06:31.431Z | ++ sha256sum |
513 | 2024-04-30T20:06:31.431Z | ++ awk '{print $1}' |
514 | 2024-04-30T20:06:31.431Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-04-30T20:06:31.431Z | + [[ 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-30T20:06:31.431Z | + set -o errexit |
517 | 2024-04-30T20:06:31.431Z | +++ dirname ./tools/ci_download_dendrite_stub |
518 | 2024-04-30T20:06:31.431Z | ++ cd ./tools |
519 | 2024-04-30T20:06:31.431Z | ++ pwd |
520 | 2024-04-30T20:06:31.432Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-04-30T20:06:31.432Z | ++ basename ./tools/ci_download_dendrite_stub |
522 | 2024-04-30T20:06:31.432Z | + ARG0=ci_download_dendrite_stub |
523 | 2024-04-30T20:06:31.432Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
524 | 2024-04-30T20:06:31.433Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
525 | 2024-04-30T20:06:31.433Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
526 | 2024-04-30T20:06:31.433Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
527 | 2024-04-30T20:06:31.433Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
528 | 2024-04-30T20:06:31.434Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
529 | 2024-04-30T20:06:31.434Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
530 | 2024-04-30T20:06:31.434Z | + TARGET_DIR=out |
531 | 2024-04-30T20:06:31.434Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-04-30T20:06:31.434Z | + DEST_DIR=./out/dendrite-stub |
533 | 2024-04-30T20:06:31.435Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
534 | 2024-04-30T20:06:31.435Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-04-30T20:06:31.435Z | + REPO=oxidecomputer/dendrite |
536 | 2024-04-30T20:06:31.435Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
537 | 2024-04-30T20:06:31.435Z | + main |
538 | 2024-04-30T20:06:31.435Z | + [[ 0 != 0 ]] |
539 | 2024-04-30T20:06:31.435Z | + CIDL_OS=solaris2.11 |
540 | 2024-04-30T20:06:31.435Z | + [[ 0 != 0 ]] |
541 | 2024-04-30T20:06:31.435Z | + configure_os solaris2.11 |
542 | 2024-04-30T20:06:31.436Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-04-30T20:06:31.436Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-04-30T20:06:31.436Z | + echo 'configuring based on OS: "solaris2.11"' |
545 | 2024-04-30T20:06:31.436Z | + case "$1" in |
546 | 2024-04-30T20:06:31.436Z | configuring based on OS: "solaris2.11" |
547 | 2024-04-30T20:06:31.436Z | + SET_BINARIES= |
548 | 2024-04-30T20:06:31.436Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
549 | 2024-04-30T20:06:31.436Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-04-30T20:06:31.437Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
551 | 2024-04-30T20:06:31.437Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
552 | 2024-04-30T20:06:31.437Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
553 | 2024-04-30T20:06:31.437Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
554 | 2024-04-30T20:06:31.437Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
555 | 2024-04-30T20:06:31.437Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
556 | 2024-04-30T20:06:31.437Z | Local file: out/downloads/dendrite-stub.tar.gz |
557 | 2024-04-30T20:06:31.437Z | + mkdir -p out/downloads |
558 | 2024-04-30T20:06:31.437Z | + mkdir -p ./out/dendrite-stub |
559 | 2024-04-30T20:06:31.438Z | + fetch_and_verify |
560 | 2024-04-30T20:06:31.438Z | + local DO_DOWNLOAD=true |
561 | 2024-04-30T20:06:31.438Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
562 | 2024-04-30T20:06:31.438Z | + '[' true == true ']' |
563 | 2024-04-30T20:06:31.438Z | + echo Downloading... |
564 | 2024-04-30T20:06:31.438Z | Downloading... |
565 | 2024-04-30T20:06:31.438Z | + 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-30T20:06:31.438Z | + 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-30T20:06:36.502Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
568 | 2024-04-30T20:06:36.525Z | ++ sha256sum |
569 | 2024-04-30T20:06:36.525Z | ++ awk '{print $1}' |
570 | 2024-04-30T20:06:36.955Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
571 | 2024-04-30T20:06:36.955Z | + [[ 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-30T20:06:36.955Z | + do_untar out/downloads/dendrite-stub.tar.gz |
573 | 2024-04-30T20:06:36.955Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
574 | 2024-04-30T20:06:37.111Z | + do_assemble |
575 | 2024-04-30T20:06:37.111Z | + rm -r ./out/dendrite-stub |
576 | 2024-04-30T20:06:37.114Z | + mkdir ./out/dendrite-stub |
577 | 2024-04-30T20:06:37.121Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
578 | 2024-04-30T20:06:37.206Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
579 | 2024-04-30T20:06:37.216Z | + set -o errexit |
580 | 2024-04-30T20:06:37.218Z | +++ dirname ./tools/ci_download_maghemite_mgd |
581 | 2024-04-30T20:06:37.221Z | ++ cd ./tools |
582 | 2024-04-30T20:06:37.221Z | ++ pwd |
583 | 2024-04-30T20:06:37.221Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
584 | 2024-04-30T20:06:37.225Z | ++ basename ./tools/ci_download_maghemite_mgd |
585 | 2024-04-30T20:06:37.225Z | + ARG0=ci_download_maghemite_mgd |
586 | 2024-04-30T20:06:37.225Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
587 | 2024-04-30T20:06:37.225Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
588 | 2024-04-30T20:06:37.225Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
589 | 2024-04-30T20:06:37.225Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
590 | 2024-04-30T20:06:37.225Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
591 | 2024-04-30T20:06:37.225Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
592 | 2024-04-30T20:06:37.225Z | + TARGET_DIR=out |
593 | 2024-04-30T20:06:37.226Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-04-30T20:06:37.226Z | + DEST_DIR=./out/mgd |
595 | 2024-04-30T20:06:37.226Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
596 | 2024-04-30T20:06:37.226Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
597 | 2024-04-30T20:06:37.226Z | + REPO=oxidecomputer/maghemite |
598 | 2024-04-30T20:06:37.226Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-04-30T20:06:37.226Z | + main |
600 | 2024-04-30T20:06:37.226Z | + rm -rf out/downloads/root |
601 | 2024-04-30T20:06:37.231Z | + [[ 0 != 0 ]] |
602 | 2024-04-30T20:06:37.231Z | + CIDL_OS=solaris2.11 |
603 | 2024-04-30T20:06:37.234Z | + [[ 0 != 0 ]] |
604 | 2024-04-30T20:06:37.234Z | + configure_os solaris2.11 |
605 | 2024-04-30T20:06:37.234Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-04-30T20:06:37.234Z | current directory: /work/oxidecomputer/omicron |
607 | 2024-04-30T20:06:37.234Z | configuring based on OS: "solaris2.11" |
608 | 2024-04-30T20:06:37.234Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-04-30T20:06:37.234Z | + case "$1" in |
610 | 2024-04-30T20:06:37.235Z | + SET_BINARIES= |
611 | 2024-04-30T20:06:37.235Z | + CIDL_SHA256FUNC=do_sha256sum |
612 | 2024-04-30T20:06:37.235Z | + TARBALL_FILENAME=mgd.tar.gz |
613 | 2024-04-30T20:06:37.235Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
614 | 2024-04-30T20:06:37.235Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
615 | 2024-04-30T20:06:37.235Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
616 | 2024-04-30T20:06:37.235Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
617 | 2024-04-30T20:06:37.235Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
618 | 2024-04-30T20:06:37.235Z | Local file: out/downloads/mgd.tar.gz |
619 | 2024-04-30T20:06:37.235Z | + mkdir -p out/downloads |
620 | 2024-04-30T20:06:37.235Z | + mkdir -p ./out/mgd |
621 | 2024-04-30T20:06:37.239Z | + fetch_and_verify |
622 | 2024-04-30T20:06:37.239Z | + local DO_DOWNLOAD=true |
623 | 2024-04-30T20:06:37.239Z | + [[ -f out/downloads/mgd.tar.gz ]] |
624 | 2024-04-30T20:06:37.239Z | + '[' true == true ']' |
625 | 2024-04-30T20:06:37.239Z | + echo Downloading... |
626 | 2024-04-30T20:06:37.239Z | Downloading... |
627 | 2024-04-30T20:06:37.239Z | + 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-30T20:06:37.239Z | + 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-30T20:06:44.498Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
630 | 2024-04-30T20:06:44.503Z | ++ sha256sum |
631 | 2024-04-30T20:06:44.503Z | ++ awk '{print $1}' |
632 | 2024-04-30T20:06:44.522Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
633 | 2024-04-30T20:06:44.525Z | + [[ 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-30T20:06:44.525Z | + do_untar out/downloads/mgd.tar.gz |
635 | 2024-04-30T20:06:44.525Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
636 | 2024-04-30T20:06:45.115Z | + do_assemble |
637 | 2024-04-30T20:06:45.115Z | + rm -r ./out/mgd |
638 | 2024-04-30T20:06:45.121Z | + mkdir ./out/mgd |
639 | 2024-04-30T20:06:45.124Z | + cp -r out/downloads/root ./out/mgd/root |
640 | 2024-04-30T20:06:45.632Z | + set -o errexit |
641 | 2024-04-30T20:06:45.638Z | +++ dirname ./tools/ci_download_transceiver_control |
642 | 2024-04-30T20:06:45.638Z | ++ cd ./tools |
643 | 2024-04-30T20:06:45.639Z | ++ pwd |
644 | 2024-04-30T20:06:45.639Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
645 | 2024-04-30T20:06:45.639Z | ++ basename ./tools/ci_download_transceiver_control |
646 | 2024-04-30T20:06:45.639Z | + ARG0=ci_download_transceiver_control |
647 | 2024-04-30T20:06:45.639Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
648 | 2024-04-30T20:06:45.639Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-04-30T20:06:45.639Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-04-30T20:06:45.639Z | + TARGET_DIR=out |
651 | 2024-04-30T20:06:45.640Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-04-30T20:06:45.640Z | + DEST_DIR=./out/transceiver-control |
653 | 2024-04-30T20:06:45.640Z | + BIN_DIR=/opt/oxide/bin |
654 | 2024-04-30T20:06:45.640Z | + BINARY=xcvradm |
655 | 2024-04-30T20:06:45.640Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
656 | 2024-04-30T20:06:45.640Z | + REPO=oxidecomputer/transceiver-control |
657 | 2024-04-30T20:06:45.640Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-04-30T20:06:45.640Z | + main |
659 | 2024-04-30T20:06:45.641Z | + [[ 0 != 0 ]] |
660 | 2024-04-30T20:06:45.641Z | + CIDL_OS=solaris2.11 |
661 | 2024-04-30T20:06:45.641Z | + [[ 0 != 0 ]] |
662 | 2024-04-30T20:06:45.641Z | + configure_os solaris2.11 |
663 | 2024-04-30T20:06:45.641Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-04-30T20:06:45.641Z | current directory: /work/oxidecomputer/omicron |
665 | 2024-04-30T20:06:45.641Z | configuring based on OS: "solaris2.11" |
666 | 2024-04-30T20:06:45.642Z | + echo 'configuring based on OS: "solaris2.11"' |
667 | 2024-04-30T20:06:45.642Z | + case "$1" in |
668 | 2024-04-30T20:06:45.642Z | + SET_BINARIES= |
669 | 2024-04-30T20:06:45.642Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-04-30T20:06:45.642Z | + CIDL_SHA256FUNC=do_sha256sum |
671 | 2024-04-30T20:06:45.642Z | + ARCHIVE_FILENAME=xcvradm.gz |
672 | 2024-04-30T20:06:45.643Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-04-30T20:06:45.643Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
674 | 2024-04-30T20:06:45.643Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
675 | 2024-04-30T20:06:45.643Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2024-04-30T20:06:45.643Z | Local file: out/downloads/xcvradm.gz |
677 | 2024-04-30T20:06:45.643Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-04-30T20:06:45.644Z | + mkdir -p out/downloads |
679 | 2024-04-30T20:06:45.644Z | + mkdir -p ./out/transceiver-control |
680 | 2024-04-30T20:06:45.644Z | + fetch_and_verify |
681 | 2024-04-30T20:06:45.644Z | + local DO_DOWNLOAD=true |
682 | 2024-04-30T20:06:45.644Z | + [[ -f out/downloads/xcvradm.gz ]] |
683 | 2024-04-30T20:06:45.644Z | + '[' true == true ']' |
684 | 2024-04-30T20:06:45.644Z | + echo Downloading... |
685 | 2024-04-30T20:06:45.645Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
686 | 2024-04-30T20:06:45.645Z | Downloading... |
687 | 2024-04-30T20:06:45.645Z | + 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-30T20:06:48.331Z | ++ do_sha256sum out/downloads/xcvradm.gz |
689 | 2024-04-30T20:06:48.334Z | ++ sha256sum |
690 | 2024-04-30T20:06:48.334Z | ++ awk '{print $1}' |
691 | 2024-04-30T20:06:48.340Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-04-30T20:06:48.344Z | + [[ 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-30T20:06:48.344Z | + do_unpack out/downloads/xcvradm.gz |
694 | 2024-04-30T20:06:48.344Z | + mkdir -p out/downloads/root//opt/oxide/bin |
695 | 2024-04-30T20:06:48.344Z | + gzip -dc out/downloads/xcvradm.gz |
696 | 2024-04-30T20:06:48.462Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
697 | 2024-04-30T20:06:48.476Z | + do_assemble |
698 | 2024-04-30T20:06:48.476Z | + rm -r ./out/transceiver-control |
699 | 2024-04-30T20:06:48.476Z | + mkdir ./out/transceiver-control |
700 | 2024-04-30T20:06:48.476Z | + cp -r out/downloads/root ./out/transceiver-control/root |
701 | 2024-04-30T20:06:48.567Z | + set -o errexit |
702 | 2024-04-30T20:06:48.578Z | +++ dirname ./tools/ci_download_thundermuffin |
703 | 2024-04-30T20:06:48.578Z | ++ cd ./tools |
704 | 2024-04-30T20:06:48.578Z | ++ pwd |
705 | 2024-04-30T20:06:48.578Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
706 | 2024-04-30T20:06:48.579Z | ++ basename ./tools/ci_download_thundermuffin |
707 | 2024-04-30T20:06:48.579Z | + ARG0=ci_download_thundermuffin |
708 | 2024-04-30T20:06:48.579Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
709 | 2024-04-30T20:06:48.579Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
710 | 2024-04-30T20:06:48.579Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
711 | 2024-04-30T20:06:48.579Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
712 | 2024-04-30T20:06:48.579Z | + TARGET_DIR=out |
713 | 2024-04-30T20:06:48.579Z | + DOWNLOAD_DIR=out/downloads |
714 | 2024-04-30T20:06:48.579Z | + DEST_DIR=./out/thundermuffin |
715 | 2024-04-30T20:06:48.579Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
716 | 2024-04-30T20:06:48.579Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
717 | 2024-04-30T20:06:48.579Z | + REPO=oxidecomputer/thundermuffin |
718 | 2024-04-30T20:06:48.579Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
719 | 2024-04-30T20:06:48.579Z | + main |
720 | 2024-04-30T20:06:48.579Z | + rm -rf out/downloads/root |
721 | 2024-04-30T20:06:48.583Z | + [[ 0 != 0 ]] |
722 | 2024-04-30T20:06:48.583Z | + CIDL_OS=solaris2.11 |
723 | 2024-04-30T20:06:48.583Z | + [[ 0 != 0 ]] |
724 | 2024-04-30T20:06:48.583Z | + configure_os solaris2.11 |
725 | 2024-04-30T20:06:48.583Z | + echo 'current directory: /work/oxidecomputer/omicron' |
726 | 2024-04-30T20:06:48.583Z | current directory: /work/oxidecomputer/omicron |
727 | 2024-04-30T20:06:48.583Z | + echo 'configuring based on OS: "solaris2.11"' |
728 | 2024-04-30T20:06:48.584Z | + case "$1" in |
729 | 2024-04-30T20:06:48.584Z | configuring based on OS: "solaris2.11" |
730 | 2024-04-30T20:06:48.584Z | + SET_BINARIES= |
731 | 2024-04-30T20:06:48.584Z | + CIDL_SHA256FUNC=do_sha256sum |
732 | 2024-04-30T20:06:48.584Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
733 | 2024-04-30T20:06:48.584Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
734 | 2024-04-30T20:06:48.584Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
735 | 2024-04-30T20:06:48.584Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
736 | 2024-04-30T20:06:48.584Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
737 | 2024-04-30T20:06:48.584Z | Local file: out/downloads/thundermuffin.tar.gz |
738 | 2024-04-30T20:06:48.584Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-04-30T20:06:48.584Z | + mkdir -p out/downloads |
740 | 2024-04-30T20:06:48.584Z | + mkdir -p ./out/thundermuffin |
741 | 2024-04-30T20:06:48.584Z | + fetch_and_verify |
742 | 2024-04-30T20:06:48.584Z | + local DO_DOWNLOAD=true |
743 | 2024-04-30T20:06:48.584Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
744 | 2024-04-30T20:06:48.584Z | + '[' true == true ']' |
745 | 2024-04-30T20:06:48.584Z | + echo Downloading... |
746 | 2024-04-30T20:06:48.584Z | Downloading... |
747 | 2024-04-30T20:06:48.584Z | + 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-30T20:06:48.584Z | + 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-30T20:06:50.162Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
750 | 2024-04-30T20:06:50.165Z | ++ sha256sum |
751 | 2024-04-30T20:06:50.165Z | ++ awk '{print $1}' |
752 | 2024-04-30T20:06:50.168Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
753 | 2024-04-30T20:06:50.171Z | + [[ 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-30T20:06:50.171Z | + do_untar out/downloads/thundermuffin.tar.gz |
755 | 2024-04-30T20:06:50.171Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
756 | 2024-04-30T20:06:50.249Z | + do_assemble |
757 | 2024-04-30T20:06:50.250Z | + rm -r ./out/thundermuffin |
758 | 2024-04-30T20:06:50.259Z | + mkdir ./out/thundermuffin |
759 | 2024-04-30T20:06:50.259Z | + cp -r out/downloads/root ./out/thundermuffin/root |
760 | 2024-04-30T20:06:50.267Z | All prerequisites installed successfully |
761 | 2024-04-30T20:06:50.268Z | |
762 | 2024-04-30T20:06:50.268Z | real 1:49.187263995 |
763 | 2024-04-30T20:06:50.268Z | user 38.246270221 |
764 | 2024-04-30T20:06:50.268Z | sys 7.297331663 |
765 | 2024-04-30T20:06:50.268Z | trap 0.009133267 |
766 | 2024-04-30T20:06:50.268Z | tflt 0.184793624 |
767 | 2024-04-30T20:06:50.268Z | dflt 0.568630566 |
768 | 2024-04-30T20:06:50.269Z | kflt 0.189292793 |
769 | 2024-04-30T20:06:50.269Z | lock 1.054147643 |
770 | 2024-04-30T20:06:50.269Z | slp 3:34.558350940 |
771 | 2024-04-30T20:06:50.269Z | lat 2.156789580 |
772 | 2024-04-30T20:06:50.269Z | stop 0.140624048 |
773 | 2024-04-30T20:06:50.269Z | + banner end-to-end-tests |
774 | 2024-04-30T20:06:50.269Z | |
775 | 2024-04-30T20:06:50.269Z | ###### # # ##### ##### #### ###### # # ##### |
776 | 2024-04-30T20:06:50.269Z | # ## # # # # # # # ## # # # |
777 | 2024-04-30T20:06:50.269Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
778 | 2024-04-30T20:06:50.269Z | # # # # # # # # # # # # # # # |
779 | 2024-04-30T20:06:50.270Z | # # ## # # # # # # # ## # # |
780 | 2024-04-30T20:06:50.270Z | ###### # # ##### # #### ###### # # ##### |
781 | 2024-04-30T20:06:50.270Z | |
782 | 2024-04-30T20:06:50.270Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
783 | 2024-04-30T20:06:50.270Z | + CARGO_PROFILE_DEV_DEBUG=1 |
784 | 2024-04-30T20:06:50.270Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
785 | 2024-04-30T20:06:50.270Z | + CARGO_PROFILE_TEST_DEBUG=1 |
786 | 2024-04-30T20:06:50.270Z | + export CARGO_INCREMENTAL=0 |
787 | 2024-04-30T20:06:50.270Z | + CARGO_INCREMENTAL=0 |
788 | 2024-04-30T20:06:50.271Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
789 | 2024-04-30T20:06:50.486Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
790 | 2024-04-30T20:06:50.792Z | Updating git repository `https://github.com/oxidecomputer/zone` |
791 | 2024-04-30T20:06:51.131Z | Updating crates.io index |
792 | 2024-04-30T20:06:51.165Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
793 | 2024-04-30T20:06:51.955Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
794 | 2024-04-30T20:06:52.720Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
795 | 2024-04-30T20:06:54.606Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
796 | 2024-04-30T20:06:55.216Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
797 | 2024-04-30T20:06:55.497Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
798 | 2024-04-30T20:06:56.447Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
799 | 2024-04-30T20:06:58.245Z | Updating git repository `https://github.com/oxidecomputer/opte` |
800 | 2024-04-30T20:06:59.292Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
801 | 2024-04-30T20:07:00.094Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
802 | 2024-04-30T20:07:00.401Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
803 | 2024-04-30T20:07:00.959Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
804 | 2024-04-30T20:07:01.310Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
805 | 2024-04-30T20:07:01.645Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
806 | 2024-04-30T20:07:01.980Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
807 | 2024-04-30T20:07:02.335Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
808 | 2024-04-30T20:07:02.656Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
809 | 2024-04-30T20:07:02.954Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
810 | 2024-04-30T20:07:03.208Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
811 | 2024-04-30T20:07:03.632Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
812 | 2024-04-30T20:07:03.928Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
813 | 2024-04-30T20:07:04.372Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
814 | 2024-04-30T20:07:05.069Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
815 | 2024-04-30T20:07:05.421Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
816 | 2024-04-30T20:07:05.815Z | Updating git repository `https://github.com/jgallagher/nix` |
817 | 2024-04-30T20:07:07.083Z | Updating git repository `https://github.com/cbiffle/hubpack` |
818 | 2024-04-30T20:07:07.398Z | Updating git repository `https://github.com/oxidecomputer/typify` |
819 | 2024-04-30T20:07:09.471Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
820 | 2024-04-30T20:07:09.873Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
821 | 2024-04-30T20:07:10.141Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
822 | 2024-04-30T20:07:10.607Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
823 | 2024-04-30T20:07:11.740Z | Downloading crates ... |
824 | 2024-04-30T20:07:11.847Z | Downloaded adler v1.0.2 |
825 | 2024-04-30T20:07:11.866Z | Downloaded atomicwrites v0.4.3 |
826 | 2024-04-30T20:07:11.866Z | Downloaded anstyle v1.0.6 |
827 | 2024-04-30T20:07:11.879Z | Downloaded async-stream-impl v0.3.5 |
828 | 2024-04-30T20:07:11.879Z | Downloaded async-stream v0.3.5 |
829 | 2024-04-30T20:07:11.879Z | Downloaded aes-gcm v0.10.3 |
830 | 2024-04-30T20:07:11.879Z | Downloaded indexmap v1.9.3 |
831 | 2024-04-30T20:07:11.890Z | Downloaded backtrace v0.3.69 |
832 | 2024-04-30T20:07:11.891Z | Downloaded byteorder v1.5.0 |
833 | 2024-04-30T20:07:11.891Z | Downloaded ascii v1.1.0 |
834 | 2024-04-30T20:07:11.891Z | Downloaded iana-time-zone v0.1.57 |
835 | 2024-04-30T20:07:11.891Z | Downloaded base64 v0.22.0 |
836 | 2024-04-30T20:07:11.904Z | Downloaded atomic-waker v1.1.1 |
837 | 2024-04-30T20:07:11.904Z | Downloaded arrayref v0.3.7 |
838 | 2024-04-30T20:07:11.904Z | Downloaded idna v0.5.0 |
839 | 2024-04-30T20:07:11.926Z | Downloaded ident_case v1.0.1 |
840 | 2024-04-30T20:07:11.926Z | Downloaded arc-swap v1.6.0 |
841 | 2024-04-30T20:07:11.926Z | Downloaded der_derive v0.7.2 |
842 | 2024-04-30T20:07:11.926Z | Downloaded crypto-common v0.1.6 |
843 | 2024-04-30T20:07:11.926Z | Downloaded bytecount v0.6.3 |
844 | 2024-04-30T20:07:11.926Z | Downloaded async-trait v0.1.80 |
845 | 2024-04-30T20:07:11.932Z | Downloaded linked-hash-map v0.5.6 |
846 | 2024-04-30T20:07:11.932Z | Downloaded kstat-rs v0.2.3 |
847 | 2024-04-30T20:07:11.932Z | Downloaded ipnet v2.9.0 |
848 | 2024-04-30T20:07:11.932Z | Downloaded idna v0.2.3 |
849 | 2024-04-30T20:07:11.932Z | Downloaded ciborium-ll v0.2.2 |
850 | 2024-04-30T20:07:11.932Z | Downloaded ciborium-io v0.2.2 |
851 | 2024-04-30T20:07:11.932Z | Downloaded bitstruct_derive v0.1.0 |
852 | 2024-04-30T20:07:11.932Z | Downloaded bit-set v0.5.3 |
853 | 2024-04-30T20:07:11.933Z | Downloaded idna v0.3.0 |
854 | 2024-04-30T20:07:11.939Z | Downloaded libsw v3.3.1 |
855 | 2024-04-30T20:07:11.942Z | Downloaded linear-map v1.2.0 |
856 | 2024-04-30T20:07:11.942Z | Downloaded memmap v0.7.0 |
857 | 2024-04-30T20:07:11.945Z | Downloaded opaque-debug v0.3.0 |
858 | 2024-04-30T20:07:11.945Z | Downloaded clap_builder v4.5.2 |
859 | 2024-04-30T20:07:11.951Z | Downloaded num-integer v0.1.46 |
860 | 2024-04-30T20:07:11.954Z | Downloaded md5 v0.7.0 |
861 | 2024-04-30T20:07:11.957Z | Downloaded darling_macro v0.20.8 |
862 | 2024-04-30T20:07:11.957Z | Downloaded bitstruct v0.1.1 |
863 | 2024-04-30T20:07:11.957Z | Downloaded num-conv v0.1.0 |
864 | 2024-04-30T20:07:11.960Z | Downloaded cstr-argument v0.1.2 |
865 | 2024-04-30T20:07:11.960Z | Downloaded instant v0.1.12 |
866 | 2024-04-30T20:07:11.963Z | Downloaded crucible-workspace-hack v0.1.0 |
867 | 2024-04-30T20:07:11.964Z | Downloaded crc32fast v1.3.2 |
868 | 2024-04-30T20:07:11.978Z | Downloaded swrite v0.1.0 |
869 | 2024-04-30T20:07:11.978Z | Downloaded is-terminal v0.4.9 |
870 | 2024-04-30T20:07:12.395Z | Downloaded peg-runtime v0.8.2 |
871 | 2024-04-30T20:07:12.395Z | Downloaded chacha20 v0.9.1 |
872 | 2024-04-30T20:07:12.395Z | Downloaded num-iter v0.1.44 |
873 | 2024-04-30T20:07:12.395Z | Downloaded macaddr v1.0.1 |
874 | 2024-04-30T20:07:12.395Z | Downloaded num_enum_derive v0.5.11 |
875 | 2024-04-30T20:07:12.395Z | Downloaded darling v0.20.8 |
876 | 2024-04-30T20:07:12.395Z | Downloaded slog-bunyan v2.5.0 |
877 | 2024-04-30T20:07:12.395Z | Downloaded toml_datetime v0.6.5 |
878 | 2024-04-30T20:07:12.395Z | Downloaded take_mut v0.2.2 |
879 | 2024-04-30T20:07:12.395Z | Downloaded anyhow v1.0.82 |
880 | 2024-04-30T20:07:12.395Z | Downloaded openssl-macros v0.1.1 |
881 | 2024-04-30T20:07:12.403Z | Downloaded openssl-probe v0.1.5 |
882 | 2024-04-30T20:07:12.403Z | Downloaded matches v0.1.10 |
883 | 2024-04-30T20:07:12.403Z | Downloaded cobs v0.2.3 |
884 | 2024-04-30T20:07:12.403Z | Downloaded newtype_derive v0.1.6 |
885 | 2024-04-30T20:07:12.403Z | Downloaded newline-converter v0.3.0 |
886 | 2024-04-30T20:07:12.404Z | Downloaded num_threads v0.1.6 |
887 | 2024-04-30T20:07:12.404Z | Downloaded constant_time_eq v0.3.0 |
888 | 2024-04-30T20:07:12.404Z | Downloaded colored v2.1.0 |
889 | 2024-04-30T20:07:12.404Z | Downloaded clap_lex v0.7.0 |
890 | 2024-04-30T20:07:12.404Z | Downloaded mime v0.3.17 |
891 | 2024-04-30T20:07:12.404Z | Downloaded bitflags v1.3.2 |
892 | 2024-04-30T20:07:12.404Z | Downloaded cookie_store v0.20.0 |
893 | 2024-04-30T20:07:12.404Z | Downloaded dirs v5.0.1 |
894 | 2024-04-30T20:07:12.404Z | Downloaded num-complex v0.4.5 |
895 | 2024-04-30T20:07:12.404Z | Downloaded memmap2 v0.7.1 |
896 | 2024-04-30T20:07:12.404Z | Downloaded defmt-macros v0.3.6 |
897 | 2024-04-30T20:07:12.404Z | Downloaded subtle v2.5.0 |
898 | 2024-04-30T20:07:12.404Z | Downloaded slab v0.4.9 |
899 | 2024-04-30T20:07:12.405Z | Downloaded signal-hook-registry v1.4.1 |
900 | 2024-04-30T20:07:12.405Z | Downloaded parking_lot v0.11.2 |
901 | 2024-04-30T20:07:12.405Z | Downloaded fxhash v0.2.1 |
902 | 2024-04-30T20:07:12.405Z | Downloaded num-derive v0.4.0 |
903 | 2024-04-30T20:07:12.405Z | Downloaded lazy_static v1.4.0 |
904 | 2024-04-30T20:07:12.405Z | Downloaded stringprep v0.1.3 |
905 | 2024-04-30T20:07:12.405Z | Downloaded pem-rfc7468 v0.7.0 |
906 | 2024-04-30T20:07:12.405Z | Downloaded lru-cache v0.1.2 |
907 | 2024-04-30T20:07:12.405Z | Downloaded parse-display-derive v0.9.0 |
908 | 2024-04-30T20:07:12.405Z | Downloaded num v0.4.2 |
909 | 2024-04-30T20:07:12.405Z | Downloaded heck v0.4.1 |
910 | 2024-04-30T20:07:12.405Z | Downloaded hubpack_derive v0.1.1 |
911 | 2024-04-30T20:07:12.405Z | Downloaded owo-colors v4.0.0 |
912 | 2024-04-30T20:07:12.406Z | Downloaded cookie v0.17.0 |
913 | 2024-04-30T20:07:12.406Z | Downloaded pest_generator v2.7.6 |
914 | 2024-04-30T20:07:12.406Z | Downloaded mime_guess v2.0.4 |
915 | 2024-04-30T20:07:12.406Z | Downloaded pem v3.0.4 |
916 | 2024-04-30T20:07:12.406Z | Downloaded nibble_vec v0.1.0 |
917 | 2024-04-30T20:07:12.406Z | Downloaded pbkdf2 v0.12.2 |
918 | 2024-04-30T20:07:12.406Z | Downloaded percent-encoding v2.3.1 |
919 | 2024-04-30T20:07:12.406Z | Downloaded pbkdf2 v0.11.0 |
920 | 2024-04-30T20:07:12.406Z | Downloaded paste v1.0.14 |
921 | 2024-04-30T20:07:12.406Z | Downloaded scroll_derive v0.12.0 |
922 | 2024-04-30T20:07:12.406Z | Downloaded either v1.11.0 |
923 | 2024-04-30T20:07:12.406Z | Downloaded dirs-next v2.0.0 |
924 | 2024-04-30T20:07:12.406Z | Downloaded tempfile v3.10.1 |
925 | 2024-04-30T20:07:12.406Z | Downloaded float-cmp v0.9.0 |
926 | 2024-04-30T20:07:12.407Z | Downloaded password-hash v0.5.0 |
927 | 2024-04-30T20:07:12.407Z | Downloaded parse-display v0.9.0 |
928 | 2024-04-30T20:07:12.407Z | Downloaded toolchain_find v0.4.0 |
929 | 2024-04-30T20:07:12.407Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2024-04-30T20:07:12.407Z | Downloaded humantime v2.1.0 |
931 | 2024-04-30T20:07:12.407Z | Downloaded flagset v0.4.3 |
932 | 2024-04-30T20:07:12.407Z | Downloaded plain v0.2.3 |
933 | 2024-04-30T20:07:12.407Z | Downloaded password-hash v0.4.2 |
934 | 2024-04-30T20:07:12.407Z | Downloaded omicron-zone-package v0.11.0 |
935 | 2024-04-30T20:07:12.407Z | Downloaded vsss-rs v3.3.4 |
936 | 2024-04-30T20:07:12.407Z | Downloaded num_enum v0.5.11 |
937 | 2024-04-30T20:07:12.407Z | Downloaded filetime v0.2.23 |
938 | 2024-04-30T20:07:12.407Z | Downloaded rand_core v0.6.4 |
939 | 2024-04-30T20:07:12.408Z | Downloaded psl-types v2.0.11 |
940 | 2024-04-30T20:07:12.408Z | Downloaded generic-array v0.14.7 |
941 | 2024-04-30T20:07:12.408Z | Downloaded phf_shared v0.10.0 |
942 | 2024-04-30T20:07:12.408Z | Downloaded parking_lot v0.12.1 |
943 | 2024-04-30T20:07:12.408Z | Downloaded pest_meta v2.7.6 |
944 | 2024-04-30T20:07:12.408Z | Downloaded signal-hook-mio v0.2.3 |
945 | 2024-04-30T20:07:12.408Z | Downloaded tower-service v0.3.2 |
946 | 2024-04-30T20:07:12.408Z | Downloaded sigpipe v0.1.3 |
947 | 2024-04-30T20:07:12.408Z | Downloaded rustc_version v0.4.0 |
948 | 2024-04-30T20:07:12.408Z | Downloaded socket2 v0.4.9 |
949 | 2024-04-30T20:07:12.409Z | Downloaded tabwriter v1.4.0 |
950 | 2024-04-30T20:07:12.409Z | Downloaded strum_macros v0.25.2 |
951 | 2024-04-30T20:07:12.409Z | Downloaded want v0.3.1 |
952 | 2024-04-30T20:07:12.409Z | Downloaded dyn-clone v1.0.17 |
953 | 2024-04-30T20:07:12.409Z | Downloaded foreign-types v0.3.2 |
954 | 2024-04-30T20:07:12.409Z | Downloaded zone_cfg_derive v0.1.2 |
955 | 2024-04-30T20:07:12.409Z | Downloaded zeroize_derive v1.4.2 |
956 | 2024-04-30T20:07:12.409Z | Downloaded zeroize v1.7.0 |
957 | 2024-04-30T20:07:12.409Z | Downloaded ed25519 v2.2.2 |
958 | 2024-04-30T20:07:12.409Z | Downloaded clap v4.5.4 |
959 | 2024-04-30T20:07:12.409Z | Downloaded futures-macro v0.3.30 |
960 | 2024-04-30T20:07:12.409Z | Downloaded heck v0.3.3 |
961 | 2024-04-30T20:07:12.409Z | Downloaded ghash v0.5.0 |
962 | 2024-04-30T20:07:12.410Z | Downloaded rfc6979 v0.4.0 |
963 | 2024-04-30T20:07:12.410Z | Downloaded siphasher v0.3.11 |
964 | 2024-04-30T20:07:12.410Z | Downloaded serde_path_to_error v0.1.16 |
965 | 2024-04-30T20:07:12.410Z | Downloaded pin-utils v0.1.0 |
966 | 2024-04-30T20:07:12.410Z | Downloaded phf_shared v0.11.2 |
967 | 2024-04-30T20:07:12.410Z | Downloaded pest_derive v2.7.6 |
968 | 2024-04-30T20:07:12.410Z | Downloaded strum_macros v0.26.1 |
969 | 2024-04-30T20:07:12.410Z | Downloaded scheduled-thread-pool v0.2.7 |
970 | 2024-04-30T20:07:12.410Z | Downloaded openssl-sys v0.9.102 |
971 | 2024-04-30T20:07:12.410Z | Downloaded strum v0.26.2 |
972 | 2024-04-30T20:07:12.410Z | Downloaded hex v0.4.3 |
973 | 2024-04-30T20:07:12.410Z | Downloaded heck v0.5.0 |
974 | 2024-04-30T20:07:12.410Z | Downloaded structmeta v0.3.0 |
975 | 2024-04-30T20:07:12.410Z | Downloaded strsim v0.11.0 |
976 | 2024-04-30T20:07:12.410Z | Downloaded resolv-conf v0.7.0 |
977 | 2024-04-30T20:07:12.411Z | Downloaded version_check v0.9.4 |
978 | 2024-04-30T20:07:12.411Z | Downloaded getrandom v0.2.12 |
979 | 2024-04-30T20:07:12.411Z | Downloaded try-lock v0.2.4 |
980 | 2024-04-30T20:07:12.411Z | Downloaded endian-type v0.1.2 |
981 | 2024-04-30T20:07:12.416Z | Downloaded dhcproto-macros v0.1.0 |
982 | 2024-04-30T20:07:12.416Z | Downloaded base64 v0.21.7 |
983 | 2024-04-30T20:07:12.417Z | Downloaded portpicker v0.1.1 |
984 | 2024-04-30T20:07:12.417Z | Downloaded semver v0.1.20 |
985 | 2024-04-30T20:07:12.417Z | Downloaded pkcs8 v0.10.2 |
986 | 2024-04-30T20:07:12.417Z | Downloaded pin-project-lite v0.2.13 |
987 | 2024-04-30T20:07:12.417Z | Downloaded usdt-attr-macro v0.3.5 |
988 | 2024-04-30T20:07:12.417Z | Downloaded serde_spanned v0.6.5 |
989 | 2024-04-30T20:07:12.417Z | Downloaded scopeguard v1.2.0 |
990 | 2024-04-30T20:07:12.417Z | Downloaded dof v0.1.5 |
991 | 2024-04-30T20:07:12.417Z | Downloaded string_cache v0.8.7 |
992 | 2024-04-30T20:07:12.417Z | Downloaded thiserror v1.0.59 |
993 | 2024-04-30T20:07:12.417Z | Downloaded usdt-attr-macro v0.5.0 |
994 | 2024-04-30T20:07:12.417Z | Downloaded dof v0.3.0 |
995 | 2024-04-30T20:07:12.417Z | Downloaded foreign-types-shared v0.3.1 |
996 | 2024-04-30T20:07:12.417Z | Downloaded display-error-chain v0.2.0 |
997 | 2024-04-30T20:07:12.417Z | Downloaded hash32 v0.3.1 |
998 | 2024-04-30T20:07:12.417Z | Downloaded foreign-types-shared v0.1.1 |
999 | 2024-04-30T20:07:12.417Z | Downloaded embedded-io v0.4.0 |
1000 | 2024-04-30T20:07:12.417Z | Downloaded glob v0.3.1 |
1001 | 2024-04-30T20:07:12.417Z | Downloaded rustversion v1.0.14 |
1002 | 2024-04-30T20:07:12.417Z | Downloaded serde_derive_internals v0.26.0 |
1003 | 2024-04-30T20:07:12.417Z | Downloaded rayon-core v1.12.1 |
1004 | 2024-04-30T20:07:12.418Z | Downloaded russh-cryptovec v0.7.0 |
1005 | 2024-04-30T20:07:12.418Z | Downloaded precomputed-hash v0.1.1 |
1006 | 2024-04-30T20:07:12.418Z | Downloaded rand_chacha v0.3.1 |
1007 | 2024-04-30T20:07:12.418Z | Downloaded enum-as-inner v0.5.1 |
1008 | 2024-04-30T20:07:12.418Z | Downloaded rand_chacha v0.2.2 |
1009 | 2024-04-30T20:07:12.418Z | Downloaded sync_wrapper v0.1.2 |
1010 | 2024-04-30T20:07:12.418Z | Downloaded tracing-attributes v0.1.27 |
1011 | 2024-04-30T20:07:12.418Z | Downloaded serde_repr v0.1.16 |
1012 | 2024-04-30T20:07:12.418Z | Downloaded indexmap v2.2.6 |
1013 | 2024-04-30T20:07:12.418Z | Downloaded dtrace-parser v0.1.14 |
1014 | 2024-04-30T20:07:12.418Z | Downloaded usdt v0.5.0 |
1015 | 2024-04-30T20:07:12.418Z | Downloaded rustls-pki-types v1.3.0 |
1016 | 2024-04-30T20:07:12.418Z | Downloaded untrusted v0.9.0 |
1017 | 2024-04-30T20:07:12.418Z | Downloaded uuid v0.8.2 |
1018 | 2024-04-30T20:07:12.418Z | Downloaded num-bigint v0.4.4 |
1019 | 2024-04-30T20:07:12.418Z | Downloaded usdt-macro v0.5.0 |
1020 | 2024-04-30T20:07:12.418Z | Downloaded slog-async v2.8.0 |
1021 | 2024-04-30T20:07:12.418Z | Downloaded waitgroup v0.1.2 |
1022 | 2024-04-30T20:07:12.418Z | Downloaded hyper-staticfile v0.9.5 |
1023 | 2024-04-30T20:07:12.418Z | Downloaded form_urlencoded v1.2.1 |
1024 | 2024-04-30T20:07:12.418Z | Downloaded foreign-types-macros v0.2.3 |
1025 | 2024-04-30T20:07:12.419Z | Downloaded hash32 v0.2.1 |
1026 | 2024-04-30T20:07:12.419Z | Downloaded fastrand v2.0.1 |
1027 | 2024-04-30T20:07:12.419Z | Downloaded equivalent v1.0.1 |
1028 | 2024-04-30T20:07:12.419Z | Downloaded tinyvec_macros v0.1.1 |
1029 | 2024-04-30T20:07:12.419Z | Downloaded powerfmt v0.2.0 |
1030 | 2024-04-30T20:07:12.419Z | Downloaded expectorate v1.1.0 |
1031 | 2024-04-30T20:07:12.419Z | Downloaded schemars_derive v0.8.16 |
1032 | 2024-04-30T20:07:12.419Z | Downloaded slog-scope v4.4.0 |
1033 | 2024-04-30T20:07:12.419Z | Downloaded uuid v1.8.0 |
1034 | 2024-04-30T20:07:12.419Z | Downloaded itertools v0.10.5 |
1035 | 2024-04-30T20:07:12.419Z | Downloaded synstructure v0.12.6 |
1036 | 2024-04-30T20:07:12.419Z | Downloaded pretty-hex v0.4.1 |
1037 | 2024-04-30T20:07:12.419Z | Downloaded rustls-pemfile v2.1.2 |
1038 | 2024-04-30T20:07:12.419Z | Downloaded pretty-hex v0.2.1 |
1039 | 2024-04-30T20:07:12.419Z | Downloaded scroll v0.12.0 |
1040 | 2024-04-30T20:07:12.419Z | Downloaded hex-literal v0.4.1 |
1041 | 2024-04-30T20:07:12.419Z | Downloaded futures-executor v0.3.30 |
1042 | 2024-04-30T20:07:12.419Z | Downloaded unicode-xid v0.2.4 |
1043 | 2024-04-30T20:07:12.419Z | Downloaded unicode-width v0.1.11 |
1044 | 2024-04-30T20:07:12.419Z | Downloaded tokio-tungstenite v0.21.0 |
1045 | 2024-04-30T20:07:12.419Z | Downloaded http-range v0.1.5 |
1046 | 2024-04-30T20:07:12.419Z | Downloaded dtrace-parser v0.2.0 |
1047 | 2024-04-30T20:07:12.419Z | Downloaded slog-dtrace v0.3.0 |
1048 | 2024-04-30T20:07:12.419Z | Downloaded half v2.3.1 |
1049 | 2024-04-30T20:07:12.420Z | Downloaded smf v0.2.3 |
1050 | 2024-04-30T20:07:12.420Z | Downloaded r2d2 v0.8.10 |
1051 | 2024-04-30T20:07:12.420Z | Downloaded quick-error v1.2.3 |
1052 | 2024-04-30T20:07:12.420Z | Downloaded hyper-tls v0.5.0 |
1053 | 2024-04-30T20:07:12.420Z | Downloaded proc-macro-error-attr v1.0.4 |
1054 | 2024-04-30T20:07:12.420Z | Downloaded headers-core v0.2.0 |
1055 | 2024-04-30T20:07:12.420Z | Downloaded foreign-types v0.5.0 |
1056 | 2024-04-30T20:07:12.420Z | Downloaded ff v0.13.0 |
1057 | 2024-04-30T20:07:12.420Z | Downloaded usdt-macro v0.3.5 |
1058 | 2024-04-30T20:07:12.420Z | Downloaded predicates v3.1.0 |
1059 | 2024-04-30T20:07:12.420Z | Downloaded futures-core v0.3.30 |
1060 | 2024-04-30T20:07:12.420Z | Downloaded serde_tokenstream v0.2.0 |
1061 | 2024-04-30T20:07:12.420Z | Downloaded serde_tokenstream v0.1.7 |
1062 | 2024-04-30T20:07:12.420Z | Downloaded proc-macro-crate v1.3.1 |
1063 | 2024-04-30T20:07:12.420Z | Downloaded slog-envlogger v2.2.0 |
1064 | 2024-04-30T20:07:12.420Z | Downloaded serde_urlencoded v0.7.1 |
1065 | 2024-04-30T20:07:12.420Z | Downloaded thread-id v4.2.0 |
1066 | 2024-04-30T20:07:12.420Z | Downloaded tokio-tungstenite v0.20.1 |
1067 | 2024-04-30T20:07:12.420Z | Downloaded tokio-native-tls v0.3.1 |
1068 | 2024-04-30T20:07:12.420Z | Downloaded futures-io v0.3.30 |
1069 | 2024-04-30T20:07:12.420Z | Downloaded slog v2.7.0 |
1070 | 2024-04-30T20:07:12.420Z | Downloaded fallible-iterator v0.2.0 |
1071 | 2024-04-30T20:07:12.420Z | Downloaded phf v0.11.2 |
1072 | 2024-04-30T20:07:12.420Z | Downloaded elliptic-curve v0.13.8 |
1073 | 2024-04-30T20:07:12.421Z | Downloaded hyper-rustls v0.24.2 |
1074 | 2024-04-30T20:07:12.421Z | Downloaded futures v0.3.30 |
1075 | 2024-04-30T20:07:12.421Z | Downloaded httpdate v1.0.3 |
1076 | 2024-04-30T20:07:12.421Z | Downloaded usdt-impl v0.5.0 |
1077 | 2024-04-30T20:07:12.421Z | Downloaded usdt-impl v0.3.5 |
1078 | 2024-04-30T20:07:12.421Z | Downloaded termcolor v1.2.0 |
1079 | 2024-04-30T20:07:12.421Z | Downloaded spki v0.7.2 |
1080 | 2024-04-30T20:07:12.421Z | Downloaded rcgen v0.12.1 |
1081 | 2024-04-30T20:07:12.425Z | Downloaded proc-macro2 v1.0.81 |
1082 | 2024-04-30T20:07:12.426Z | Downloaded zerocopy-derive v0.7.32 |
1083 | 2024-04-30T20:07:12.426Z | Downloaded stable_deref_trait v1.2.0 |
1084 | 2024-04-30T20:07:12.426Z | Downloaded slog-stdlog v4.1.1 |
1085 | 2024-04-30T20:07:12.426Z | Downloaded pest v2.7.6 |
1086 | 2024-04-30T20:07:12.426Z | Downloaded whoami v1.5.1 |
1087 | 2024-04-30T20:07:12.426Z | Downloaded erased-serde v0.3.31 |
1088 | 2024-04-30T20:07:12.426Z | Downloaded toml_edit v0.19.15 |
1089 | 2024-04-30T20:07:12.426Z | Downloaded postgres-types v0.2.6 |
1090 | 2024-04-30T20:07:12.426Z | Downloaded proc-macro-error v1.0.4 |
1091 | 2024-04-30T20:07:12.426Z | Downloaded derive-where v1.2.7 |
1092 | 2024-04-30T20:07:12.430Z | Downloaded httparse v1.8.0 |
1093 | 2024-04-30T20:07:12.431Z | Downloaded p521 v0.13.3 |
1094 | 2024-04-30T20:07:12.435Z | Downloaded ron v0.7.1 |
1095 | 2024-04-30T20:07:12.440Z | Downloaded ryu v1.0.15 |
1096 | 2024-04-30T20:07:12.445Z | Downloaded url v2.5.0 |
1097 | 2024-04-30T20:07:12.449Z | Downloaded steno v0.4.0 |
1098 | 2024-04-30T20:07:12.454Z | Downloaded socket2 v0.5.6 |
1099 | 2024-04-30T20:07:12.454Z | Downloaded winnow v0.5.15 |
1100 | 2024-04-30T20:07:12.460Z | Downloaded futures-channel v0.3.30 |
1101 | 2024-04-30T20:07:12.466Z | Downloaded time v0.3.34 |
1102 | 2024-04-30T20:07:12.472Z | Downloaded tokio-postgres v0.7.10 |
1103 | 2024-04-30T20:07:12.478Z | Downloaded heapless v0.7.16 |
1104 | 2024-04-30T20:07:12.484Z | Downloaded h2 v0.3.26 |
1105 | 2024-04-30T20:07:12.489Z | Downloaded tungstenite v0.21.0 |
1106 | 2024-04-30T20:07:12.495Z | Downloaded tungstenite v0.20.1 |
1107 | 2024-04-30T20:07:12.495Z | Downloaded unicode-segmentation v1.10.1 |
1108 | 2024-04-30T20:07:12.906Z | Downloaded tokio-util v0.7.10 |
1109 | 2024-04-30T20:07:12.913Z | Downloaded russh v0.43.0 |
1110 | 2024-04-30T20:07:12.913Z | Downloaded zerocopy v0.7.32 |
1111 | 2024-04-30T20:07:12.913Z | Downloaded reqwest v0.11.24 |
1112 | 2024-04-30T20:07:12.913Z | Downloaded rayon v1.10.0 |
1113 | 2024-04-30T20:07:12.914Z | Downloaded futures-util v0.3.30 |
1114 | 2024-04-30T20:07:12.914Z | Downloaded regex-automata v0.1.10 |
1115 | 2024-04-30T20:07:12.914Z | Downloaded openssl v0.10.64 |
1116 | 2024-04-30T20:07:12.914Z | Downloaded hashbrown v0.14.3 |
1117 | 2024-04-30T20:07:12.914Z | Downloaded chrono v0.4.38 |
1118 | 2024-04-30T20:07:12.915Z | Downloaded serde_with v3.7.0 |
1119 | 2024-04-30T20:07:12.915Z | Downloaded object v0.32.1 |
1120 | 2024-04-30T20:07:12.915Z | Downloaded petgraph v0.6.4 |
1121 | 2024-04-30T20:07:12.915Z | Downloaded rustls-webpki v0.102.1 |
1122 | 2024-04-30T20:07:12.915Z | Downloaded rustls-webpki v0.101.7 |
1123 | 2024-04-30T20:07:12.915Z | Downloaded tabled v0.15.0 |
1124 | 2024-04-30T20:07:12.915Z | Downloaded hyper v0.14.28 |
1125 | 2024-04-30T20:07:12.915Z | Downloaded vcpkg v0.2.15 |
1126 | 2024-04-30T20:07:12.916Z | Downloaded rustls v0.21.9 |
1127 | 2024-04-30T20:07:12.916Z | Downloaded regress v0.9.1 |
1128 | 2024-04-30T20:07:12.916Z | Downloaded trust-dns-proto v0.22.0 |
1129 | 2024-04-30T20:07:12.916Z | Downloaded regex v1.10.4 |
1130 | 2024-04-30T20:07:12.916Z | Downloaded regex-syntax v0.8.2 |
1131 | 2024-04-30T20:07:12.917Z | Downloaded rustix v0.38.31 |
1132 | 2024-04-30T20:07:12.917Z | Downloaded rustls v0.22.4 |
1133 | 2024-04-30T20:07:12.917Z | Downloaded sled v0.34.7 |
1134 | 2024-04-30T20:07:12.917Z | Downloaded smoltcp v0.9.1 |
1135 | 2024-04-30T20:07:12.917Z | Downloaded zerocopy-derive v0.6.6 |
1136 | 2024-04-30T20:07:12.917Z | Downloaded diesel v2.1.6 |
1137 | 2024-04-30T20:07:12.918Z | Downloaded zerocopy-derive v0.2.0 |
1138 | 2024-04-30T20:07:12.918Z | Downloaded libc v0.2.153 |
1139 | 2024-04-30T20:07:12.918Z | Downloaded tokio v1.37.0 |
1140 | 2024-04-30T20:07:13.352Z | Downloaded regex-automata v0.4.5 |
1141 | 2024-04-30T20:07:13.789Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1142 | 2024-04-30T20:07:13.789Z | Downloaded sha3 v0.10.8 |
1143 | 2024-04-30T20:07:13.789Z | Downloaded bstr v1.9.0 |
1144 | 2024-04-30T20:07:13.790Z | Downloaded openapiv3 v2.0.0 |
1145 | 2024-04-30T20:07:13.790Z | Downloaded syn v2.0.60 |
1146 | 2024-04-30T20:07:13.790Z | Downloaded winapi v0.3.9 |
1147 | 2024-04-30T20:07:13.790Z | Downloaded encoding_rs v0.8.33 |
1148 | 2024-04-30T20:07:13.790Z | Downloaded gimli v0.28.0 |
1149 | 2024-04-30T20:07:13.790Z | Downloaded smoltcp v0.11.0 |
1150 | 2024-04-30T20:07:13.790Z | Downloaded curve25519-dalek v4.1.2 |
1151 | 2024-04-30T20:07:13.790Z | Downloaded bstr v0.2.17 |
1152 | 2024-04-30T20:07:13.790Z | Downloaded syn v1.0.109 |
1153 | 2024-04-30T20:07:13.790Z | Downloaded radix_trie v0.2.1 |
1154 | 2024-04-30T20:07:13.791Z | Downloaded hkdf v0.12.4 |
1155 | 2024-04-30T20:07:13.791Z | Downloaded webpki-roots v0.25.2 |
1156 | 2024-04-30T20:07:13.791Z | Downloaded goblin v0.8.0 |
1157 | 2024-04-30T20:07:13.791Z | Downloaded rand v0.7.3 |
1158 | 2024-04-30T20:07:13.791Z | Downloaded http v1.0.0 |
1159 | 2024-04-30T20:07:13.791Z | Downloaded serde_json v1.0.116 |
1160 | 2024-04-30T20:07:13.791Z | Downloaded headers v0.3.9 |
1161 | 2024-04-30T20:07:13.791Z | Downloaded rand v0.8.5 |
1162 | 2024-04-30T20:07:13.791Z | Downloaded http v0.2.12 |
1163 | 2024-04-30T20:07:13.791Z | Downloaded winnow v0.6.1 |
1164 | 2024-04-30T20:07:13.791Z | Downloaded tinyvec v1.6.0 |
1165 | 2024-04-30T20:07:13.792Z | Downloaded smallvec v1.13.1 |
1166 | 2024-04-30T20:07:13.792Z | Downloaded schemars v0.8.16 |
1167 | 2024-04-30T20:07:13.792Z | Downloaded trust-dns-resolver v0.22.0 |
1168 | 2024-04-30T20:07:13.792Z | Downloaded hashbrown v0.12.3 |
1169 | 2024-04-30T20:07:13.792Z | Downloaded typenum v1.16.0 |
1170 | 2024-04-30T20:07:13.792Z | Downloaded spin v0.9.8 |
1171 | 2024-04-30T20:07:13.792Z | Downloaded diesel_derives v2.1.2 |
1172 | 2024-04-30T20:07:13.792Z | Downloaded tokio-rustls v0.25.0 |
1173 | 2024-04-30T20:07:13.792Z | Downloaded tokio-rustls v0.24.1 |
1174 | 2024-04-30T20:07:13.793Z | Downloaded rustls-pemfile v1.0.3 |
1175 | 2024-04-30T20:07:13.793Z | Downloaded derive_more v0.99.17 |
1176 | 2024-04-30T20:07:13.793Z | Downloaded deranged v0.3.11 |
1177 | 2024-04-30T20:07:13.793Z | Downloaded serde_yaml v0.9.25 |
1178 | 2024-04-30T20:07:13.793Z | Downloaded blake3 v1.5.0 |
1179 | 2024-04-30T20:07:13.793Z | Downloaded trust-dns-client v0.22.0 |
1180 | 2024-04-30T20:07:13.793Z | Downloaded serde v1.0.199 |
1181 | 2024-04-30T20:07:13.794Z | Downloaded unicode-normalization v0.1.22 |
1182 | 2024-04-30T20:07:13.794Z | Downloaded walkdir v2.5.0 |
1183 | 2024-04-30T20:07:13.794Z | Downloaded dhcproto v0.11.0 |
1184 | 2024-04-30T20:07:13.794Z | Downloaded errno v0.3.8 |
1185 | 2024-04-30T20:07:13.794Z | Downloaded quote v1.0.36 |
1186 | 2024-04-30T20:07:13.794Z | Downloaded zerocopy v0.6.6 |
1187 | 2024-04-30T20:07:13.794Z | Downloaded tracing-core v0.1.32 |
1188 | 2024-04-30T20:07:13.794Z | Downloaded tracing v0.1.40 |
1189 | 2024-04-30T20:07:13.794Z | Downloaded toml_edit v0.22.12 |
1190 | 2024-04-30T20:07:13.794Z | Downloaded static_assertions v1.1.0 |
1191 | 2024-04-30T20:07:13.794Z | Downloaded same-file v1.0.6 |
1192 | 2024-04-30T20:07:13.794Z | Downloaded postcard v1.0.8 |
1193 | 2024-04-30T20:07:13.794Z | Downloaded nom v7.1.3 |
1194 | 2024-04-30T20:07:13.794Z | Downloaded thiserror-no-std v2.0.2 |
1195 | 2024-04-30T20:07:13.795Z | Downloaded terminal_size v0.3.0 |
1196 | 2024-04-30T20:07:13.795Z | Downloaded http-body v0.4.5 |
1197 | 2024-04-30T20:07:13.795Z | Downloaded heapless v0.8.0 |
1198 | 2024-04-30T20:07:13.795Z | Downloaded publicsuffix v2.2.3 |
1199 | 2024-04-30T20:07:13.795Z | Downloaded crossterm v0.27.0 |
1200 | 2024-04-30T20:07:13.795Z | Downloaded sha2 v0.10.8 |
1201 | 2024-04-30T20:07:13.795Z | Downloaded subprocess v0.2.9 |
1202 | 2024-04-30T20:07:13.795Z | Downloaded unsafe-libyaml v0.2.10 |
1203 | 2024-04-30T20:07:13.795Z | Downloaded tabled_derive v0.7.0 |
1204 | 2024-04-30T20:07:13.795Z | Downloaded predicates-core v1.0.6 |
1205 | 2024-04-30T20:07:13.795Z | Downloaded serde_with_macros v3.7.0 |
1206 | 2024-04-30T20:07:13.795Z | Downloaded postgres-protocol v0.6.6 |
1207 | 2024-04-30T20:07:13.795Z | Downloaded env_logger v0.9.3 |
1208 | 2024-04-30T20:07:13.795Z | Downloaded serde_derive v1.0.199 |
1209 | 2024-04-30T20:07:13.795Z | Downloaded zip v0.6.6 |
1210 | 2024-04-30T20:07:13.795Z | Downloaded mio v0.8.11 |
1211 | 2024-04-30T20:07:13.795Z | Downloaded toml v0.5.11 |
1212 | 2024-04-30T20:07:13.795Z | Downloaded similar v2.4.0 |
1213 | 2024-04-30T20:07:13.795Z | Downloaded sha1 v0.10.6 |
1214 | 2024-04-30T20:07:13.795Z | Downloaded memchr v2.7.1 |
1215 | 2024-04-30T20:07:13.795Z | Downloaded semver v1.0.22 |
1216 | 2024-04-30T20:07:13.795Z | Downloaded hostname v0.3.1 |
1217 | 2024-04-30T20:07:13.795Z | Downloaded usdt v0.3.5 |
1218 | 2024-04-30T20:07:13.795Z | Downloaded slog-json v2.6.1 |
1219 | 2024-04-30T20:07:13.796Z | Downloaded ed25519-dalek v2.0.0 |
1220 | 2024-04-30T20:07:13.796Z | Downloaded flate2 v1.0.28 |
1221 | 2024-04-30T20:07:13.796Z | Downloaded crossbeam-channel v0.5.8 |
1222 | 2024-04-30T20:07:13.796Z | Downloaded ring v0.17.8 |
1223 | 2024-04-30T20:07:13.810Z | Downloaded poly1305 v0.8.0 |
1224 | 2024-04-30T20:07:13.810Z | Downloaded platforms v3.0.2 |
1225 | 2024-04-30T20:07:13.810Z | Downloaded trust-dns-server v0.22.1 |
1226 | 2024-04-30T20:07:13.810Z | Downloaded dirs-sys v0.4.1 |
1227 | 2024-04-30T20:07:13.810Z | Downloaded difflib v0.4.0 |
1228 | 2024-04-30T20:07:13.810Z | Downloaded term v0.7.0 |
1229 | 2024-04-30T20:07:13.810Z | Downloaded dirs-sys-next v0.1.2 |
1230 | 2024-04-30T20:07:13.810Z | Downloaded utf8parse v0.2.1 |
1231 | 2024-04-30T20:07:13.811Z | Downloaded thiserror-impl-no-std v2.0.2 |
1232 | 2024-04-30T20:07:13.811Z | Downloaded thiserror-impl v1.0.59 |
1233 | 2024-04-30T20:07:13.811Z | Downloaded structmeta-derive v0.3.0 |
1234 | 2024-04-30T20:07:13.811Z | Downloaded serde_arrays v0.1.0 |
1235 | 2024-04-30T20:07:13.811Z | Downloaded aes v0.8.3 |
1236 | 2024-04-30T20:07:13.811Z | Downloaded signal-hook v0.3.17 |
1237 | 2024-04-30T20:07:13.811Z | Downloaded darling_core v0.20.8 |
1238 | 2024-04-30T20:07:13.811Z | Downloaded getopts v0.2.21 |
1239 | 2024-04-30T20:07:13.811Z | Downloaded gethostname v0.4.3 |
1240 | 2024-04-30T20:07:13.811Z | Downloaded futures-task v0.3.30 |
1241 | 2024-04-30T20:07:13.811Z | Downloaded futures-sink v0.3.30 |
1242 | 2024-04-30T20:07:13.811Z | Downloaded rustc-demangle v0.1.23 |
1243 | 2024-04-30T20:07:13.811Z | Downloaded signature v2.1.0 |
1244 | 2024-04-30T20:07:13.811Z | Downloaded flume v0.11.0 |
1245 | 2024-04-30T20:07:13.811Z | Downloaded ring v0.16.20 |
1246 | 2024-04-30T20:07:13.811Z | Downloaded getrandom v0.1.16 |
1247 | 2024-04-30T20:07:13.811Z | Downloaded unicode-bidi v0.3.15 |
1248 | 2024-04-30T20:07:13.811Z | Downloaded spin v0.5.2 |
1249 | 2024-04-30T20:07:13.811Z | Downloaded unicode-ident v1.0.12 |
1250 | 2024-04-30T20:07:13.811Z | Downloaded polyval v0.6.1 |
1251 | 2024-04-30T20:07:13.811Z | Downloaded ecdsa v0.16.9 |
1252 | 2024-04-30T20:07:13.811Z | Downloaded hmac v0.12.1 |
1253 | 2024-04-30T20:07:13.811Z | Downloaded zone v0.1.8 |
1254 | 2024-04-30T20:07:13.812Z | Downloaded untrusted v0.7.1 |
1255 | 2024-04-30T20:07:13.812Z | Downloaded topological-sort v0.2.2 |
1256 | 2024-04-30T20:07:13.812Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1257 | 2024-04-30T20:07:13.812Z | Downloaded secrecy v0.8.0 |
1258 | 2024-04-30T20:07:13.812Z | Downloaded sec1 v0.7.3 |
1259 | 2024-04-30T20:07:13.812Z | Downloaded time-macros v0.2.17 |
1260 | 2024-04-30T20:07:13.812Z | Downloaded thread_local v1.1.7 |
1261 | 2024-04-30T20:07:13.812Z | Downloaded p256 v0.13.2 |
1262 | 2024-04-30T20:07:13.812Z | Downloaded sct v0.7.0 |
1263 | 2024-04-30T20:07:13.812Z | Downloaded russh-keys v0.43.0 |
1264 | 2024-04-30T20:07:13.812Z | Downloaded base64 v0.13.1 |
1265 | 2024-04-30T20:07:13.812Z | Downloaded fnv v1.0.7 |
1266 | 2024-04-30T20:07:13.812Z | Downloaded chacha20poly1305 v0.10.1 |
1267 | 2024-04-30T20:07:13.812Z | Downloaded cc v1.0.83 |
1268 | 2024-04-30T20:07:13.812Z | Downloaded ucd-trie v0.1.6 |
1269 | 2024-04-30T20:07:13.812Z | Downloaded toml v0.8.12 |
1270 | 2024-04-30T20:07:13.812Z | Downloaded toml v0.7.8 |
1271 | 2024-04-30T20:07:13.812Z | Downloaded tokio-stream v0.1.15 |
1272 | 2024-04-30T20:07:13.812Z | Downloaded universal-hash v0.5.1 |
1273 | 2024-04-30T20:07:13.812Z | Downloaded tar v0.4.40 |
1274 | 2024-04-30T20:07:13.812Z | Downloaded rustfmt-wrapper v0.2.1 |
1275 | 2024-04-30T20:07:13.812Z | Downloaded primeorder v0.13.6 |
1276 | 2024-04-30T20:07:13.812Z | Downloaded papergrid v0.11.0 |
1277 | 2024-04-30T20:07:13.812Z | Downloaded der v0.7.8 |
1278 | 2024-04-30T20:07:13.813Z | Downloaded crypto-bigint v0.5.2 |
1279 | 2024-04-30T20:07:13.813Z | Downloaded bytes v1.6.0 |
1280 | 2024-04-30T20:07:13.813Z | Downloaded num-rational v0.4.1 |
1281 | 2024-04-30T20:07:13.813Z | Downloaded miniz_oxide v0.7.1 |
1282 | 2024-04-30T20:07:13.813Z | Downloaded rustc_version v0.1.7 |
1283 | 2024-04-30T20:07:13.813Z | Downloaded rand_core v0.5.1 |
1284 | 2024-04-30T20:07:13.813Z | Downloaded yasna v0.5.2 |
1285 | 2024-04-30T20:07:13.813Z | Downloaded const-oid v0.9.6 |
1286 | 2024-04-30T20:07:13.813Z | Downloaded crossbeam-utils v0.8.19 |
1287 | 2024-04-30T20:07:13.813Z | Downloaded crossbeam-epoch v0.9.18 |
1288 | 2024-04-30T20:07:13.813Z | Downloaded log v0.4.21 |
1289 | 2024-04-30T20:07:13.813Z | Downloaded native-tls v0.2.11 |
1290 | 2024-04-30T20:07:13.813Z | Downloaded pkg-config v0.3.27 |
1291 | 2024-04-30T20:07:13.813Z | Downloaded hubpack v0.1.2 |
1292 | 2024-04-30T20:07:13.813Z | Downloaded home v0.5.5 |
1293 | 2024-04-30T20:07:13.813Z | Downloaded group v0.13.0 |
1294 | 2024-04-30T20:07:13.813Z | Downloaded bzip2 v0.4.4 |
1295 | 2024-04-30T20:07:13.813Z | Downloaded fixedbitset v0.4.2 |
1296 | 2024-04-30T20:07:13.813Z | Downloaded time-core v0.1.2 |
1297 | 2024-04-30T20:07:13.813Z | Downloaded parking_lot_core v0.8.6 |
1298 | 2024-04-30T20:07:13.813Z | Downloaded allocator-api2 v0.2.16 |
1299 | 2024-04-30T20:07:13.813Z | Downloaded digest v0.10.7 |
1300 | 2024-04-30T20:07:13.813Z | Downloaded zerocopy v0.3.0 |
1301 | 2024-04-30T20:07:13.814Z | Downloaded xattr v1.0.1 |
1302 | 2024-04-30T20:07:13.814Z | Downloaded tokio-macros v2.2.0 |
1303 | 2024-04-30T20:07:13.814Z | Downloaded strsim v0.10.0 |
1304 | 2024-04-30T20:07:13.814Z | Downloaded slog-term v2.9.1 |
1305 | 2024-04-30T20:07:13.814Z | Downloaded num-traits v0.2.18 |
1306 | 2024-04-30T20:07:13.814Z | Downloaded backoff v0.4.0 |
1307 | 2024-04-30T20:07:13.814Z | Downloaded parking_lot_core v0.9.8 |
1308 | 2024-04-30T20:07:13.814Z | Downloaded once_cell v1.19.0 |
1309 | 2024-04-30T20:07:13.814Z | Downloaded multer v3.0.0 |
1310 | 2024-04-30T20:07:13.814Z | Downloaded lock_api v0.4.10 |
1311 | 2024-04-30T20:07:13.814Z | Downloaded libefi-sys v0.1.0 |
1312 | 2024-04-30T20:07:13.814Z | Downloaded camino v1.1.6 |
1313 | 2024-04-30T20:07:13.814Z | Downloaded clap_derive v4.5.4 |
1314 | 2024-04-30T20:07:13.814Z | Downloaded ciborium v0.2.2 |
1315 | 2024-04-30T20:07:13.814Z | Downloaded camino-tempfile v1.1.1 |
1316 | 2024-04-30T20:07:13.814Z | Downloaded utf-8 v0.7.6 |
1317 | 2024-04-30T20:07:13.814Z | Downloaded unicase v2.7.0 |
1318 | 2024-04-30T20:07:13.814Z | Downloaded nanorand v0.7.0 |
1319 | 2024-04-30T20:07:13.814Z | Downloaded md-5 v0.10.5 |
1320 | 2024-04-30T20:07:13.814Z | Downloaded cpufeatures v0.2.12 |
1321 | 2024-04-30T20:07:13.814Z | Downloaded cancel-safe-futures v0.1.5 |
1322 | 2024-04-30T20:07:13.814Z | Downloaded blake2 v0.10.6 |
1323 | 2024-04-30T20:07:13.818Z | Downloaded minimal-lexical v0.2.1 |
1324 | 2024-04-30T20:07:13.818Z | Downloaded itertools v0.12.1 |
1325 | 2024-04-30T20:07:13.818Z | Downloaded bitflags v2.4.2 |
1326 | 2024-04-30T20:07:13.818Z | Downloaded base64ct v1.6.0 |
1327 | 2024-04-30T20:07:13.818Z | Downloaded blowfish v0.9.1 |
1328 | 2024-04-30T20:07:13.818Z | Downloaded block-padding v0.3.3 |
1329 | 2024-04-30T20:07:13.818Z | Downloaded block-buffer v0.10.4 |
1330 | 2024-04-30T20:07:13.818Z | Downloaded console v0.15.8 |
1331 | 2024-04-30T20:07:13.818Z | Downloaded normalize-line-endings v0.3.0 |
1332 | 2024-04-30T20:07:13.819Z | Downloaded ctr v0.9.2 |
1333 | 2024-04-30T20:07:13.819Z | Downloaded crossbeam-deque v0.8.3 |
1334 | 2024-04-30T20:07:13.819Z | Downloaded convert_case v0.4.0 |
1335 | 2024-04-30T20:07:13.819Z | Downloaded new_debug_unreachable v1.0.4 |
1336 | 2024-04-30T20:07:13.819Z | Downloaded match_cfg v0.1.0 |
1337 | 2024-04-30T20:07:13.819Z | Downloaded colorchoice v1.0.0 |
1338 | 2024-04-30T20:07:13.819Z | Downloaded bit-vec v0.6.3 |
1339 | 2024-04-30T20:07:13.819Z | Downloaded option-ext v0.2.0 |
1340 | 2024-04-30T20:07:13.819Z | Downloaded anstream v0.6.11 |
1341 | 2024-04-30T20:07:13.819Z | Downloaded num_cpus v1.16.0 |
1342 | 2024-04-30T20:07:13.819Z | Downloaded newtype-uuid v1.1.0 |
1343 | 2024-04-30T20:07:13.819Z | Downloaded managed v0.8.0 |
1344 | 2024-04-30T20:07:13.819Z | Downloaded itoa v1.0.9 |
1345 | 2024-04-30T20:07:13.819Z | Downloaded cbc v0.1.2 |
1346 | 2024-04-30T20:07:13.819Z | Downloaded addr2line v0.21.0 |
1347 | 2024-04-30T20:07:13.819Z | Downloaded keccak v0.1.4 |
1348 | 2024-04-30T20:07:13.819Z | Downloaded cfg-if v1.0.0 |
1349 | 2024-04-30T20:07:13.819Z | Downloaded defmt v0.3.5 |
1350 | 2024-04-30T20:07:13.819Z | Downloaded debug-ignore v1.0.5 |
1351 | 2024-04-30T20:07:13.819Z | Downloaded data-encoding v2.4.0 |
1352 | 2024-04-30T20:07:13.819Z | Downloaded cipher v0.4.4 |
1353 | 2024-04-30T20:07:13.819Z | Downloaded internet-checksum v0.2.1 |
1354 | 2024-04-30T20:07:13.819Z | Downloaded inout v0.1.3 |
1355 | 2024-04-30T20:07:13.820Z | Downloaded argon2 v0.5.3 |
1356 | 2024-04-30T20:07:13.820Z | Downloaded bcrypt-pbkdf v0.10.0 |
1357 | 2024-04-30T20:07:13.820Z | Downloaded aho-corasick v1.1.2 |
1358 | 2024-04-30T20:07:13.820Z | Downloaded libm v0.2.7 |
1359 | 2024-04-30T20:07:13.820Z | Downloaded lalrpop-util v0.19.12 |
1360 | 2024-04-30T20:07:13.820Z | Downloaded ipnetwork v0.20.0 |
1361 | 2024-04-30T20:07:13.820Z | Downloaded defmt-parser v0.3.3 |
1362 | 2024-04-30T20:07:13.820Z | Downloaded atty v0.2.14 |
1363 | 2024-04-30T20:07:13.820Z | Downloaded base16ct v0.2.0 |
1364 | 2024-04-30T20:07:13.820Z | Downloaded curve25519-dalek-derive v0.1.0 |
1365 | 2024-04-30T20:07:13.820Z | Downloaded ahash v0.8.8 |
1366 | 2024-04-30T20:07:13.820Z | Downloaded anstyle-query v1.0.0 |
1367 | 2024-04-30T20:07:13.820Z | Downloaded autocfg v1.1.0 |
1368 | 2024-04-30T20:07:13.820Z | Downloaded aead v0.5.2 |
1369 | 2024-04-30T20:07:13.820Z | Downloaded arrayvec v0.7.4 |
1370 | 2024-04-30T20:07:13.820Z | Downloaded anstyle-parse v0.2.1 |
1371 | 2024-04-30T20:07:14.210Z | Compiling proc-macro2 v1.0.81 |
1372 | 2024-04-30T20:07:14.213Z | Compiling unicode-ident v1.0.12 |
1373 | 2024-04-30T20:07:14.213Z | Compiling libc v0.2.153 |
1374 | 2024-04-30T20:07:14.213Z | Compiling serde v1.0.199 |
1375 | 2024-04-30T20:07:14.213Z | Compiling version_check v0.9.4 |
1376 | 2024-04-30T20:07:14.213Z | Compiling cfg-if v1.0.0 |
1377 | 2024-04-30T20:07:14.213Z | Compiling autocfg v1.1.0 |
1378 | 2024-04-30T20:07:14.366Z | Compiling syn v1.0.109 |
1379 | 2024-04-30T20:07:14.396Z | Compiling once_cell v1.19.0 |
1380 | 2024-04-30T20:07:14.468Z | Compiling thiserror v1.0.59 |
1381 | 2024-04-30T20:07:14.801Z | Compiling typenum v1.16.0 |
1382 | 2024-04-30T20:07:14.959Z | Compiling parking_lot_core v0.9.8 |
1383 | 2024-04-30T20:07:15.074Z | Compiling lock_api v0.4.10 |
1384 | 2024-04-30T20:07:15.787Z | Compiling generic-array v0.14.7 |
1385 | 2024-04-30T20:07:15.810Z | Compiling byteorder v1.5.0 |
1386 | 2024-04-30T20:07:15.953Z | Compiling memchr v2.7.1 |
1387 | 2024-04-30T20:07:15.957Z | Compiling serde_json v1.0.116 |
1388 | 2024-04-30T20:07:15.957Z | Compiling libm v0.2.7 |
1389 | 2024-04-30T20:07:16.075Z | Compiling ahash v0.8.8 |
1390 | 2024-04-30T20:07:16.198Z | Compiling num-traits v0.2.18 |
1391 | 2024-04-30T20:07:16.332Z | Compiling log v0.4.21 |
1392 | 2024-04-30T20:07:16.426Z | Compiling itoa v1.0.9 |
1393 | 2024-04-30T20:07:17.883Z | Compiling scopeguard v1.2.0 |
1394 | 2024-04-30T20:07:17.954Z | Compiling slab v0.4.9 |
1395 | 2024-04-30T20:07:17.954Z | Compiling quote v1.0.36 |
1396 | 2024-04-30T20:07:17.987Z | Compiling syn v2.0.60 |
1397 | 2024-04-30T20:07:17.987Z | Compiling getrandom v0.2.12 |
1398 | 2024-04-30T20:07:17.987Z | Compiling cc v1.0.83 |
1399 | 2024-04-30T20:07:17.988Z | Compiling rand_core v0.6.4 |
1400 | 2024-04-30T20:07:18.146Z | Compiling smallvec v1.13.1 |
1401 | 2024-04-30T20:07:18.272Z | Compiling ryu v1.0.15 |
1402 | 2024-04-30T20:07:18.326Z | Compiling allocator-api2 v0.2.16 |
1403 | 2024-04-30T20:07:18.605Z | Compiling pin-project-lite v0.2.13 |
1404 | 2024-04-30T20:07:18.626Z | Compiling subtle v2.5.0 |
1405 | 2024-04-30T20:07:18.732Z | Compiling heck v0.4.1 |
1406 | 2024-04-30T20:07:18.969Z | Compiling pkg-config v0.3.27 |
1407 | 2024-04-30T20:07:19.082Z | Compiling parking_lot v0.12.1 |
1408 | 2024-04-30T20:07:19.297Z | Compiling schemars v0.8.16 |
1409 | 2024-04-30T20:07:19.324Z | Compiling signal-hook-registry v1.4.1 |
1410 | 2024-04-30T20:07:19.638Z | Compiling mio v0.8.11 |
1411 | 2024-04-30T20:07:19.654Z | Compiling equivalent v1.0.1 |
1412 | 2024-04-30T20:07:20.055Z | Compiling socket2 v0.5.6 |
1413 | 2024-04-30T20:07:20.130Z | Compiling num_cpus v1.16.0 |
1414 | 2024-04-30T20:07:20.276Z | Compiling time-core v0.1.2 |
1415 | 2024-04-30T20:07:20.448Z | Compiling num-conv v0.1.0 |
1416 | 2024-04-30T20:07:20.474Z | Compiling ring v0.17.8 |
1417 | 2024-04-30T20:07:20.752Z | Compiling time-macros v0.2.17 |
1418 | 2024-04-30T20:07:20.930Z | Compiling futures-core v0.3.30 |
1419 | 2024-04-30T20:07:21.204Z | Compiling vcpkg v0.2.15 |
1420 | 2024-04-30T20:07:21.226Z | Compiling httparse v1.8.0 |
1421 | 2024-04-30T20:07:21.364Z | Compiling const-oid v0.9.6 |
1422 | 2024-04-30T20:07:23.166Z | Compiling fnv v1.0.7 |
1423 | 2024-04-30T20:07:23.220Z | Compiling openssl-sys v0.9.102 |
1424 | 2024-04-30T20:07:23.240Z | Compiling futures-sink v0.3.30 |
1425 | 2024-04-30T20:07:23.278Z | Compiling ring v0.16.20 |
1426 | 2024-04-30T20:07:23.611Z | Compiling futures-channel v0.3.30 |
1427 | 2024-04-30T20:07:23.794Z | Compiling pin-utils v0.1.0 |
1428 | 2024-04-30T20:07:23.892Z | Compiling futures-task v0.3.30 |
1429 | 2024-04-30T20:07:24.018Z | Compiling spin v0.5.2 |
1430 | 2024-04-30T20:07:24.168Z | Compiling serde_derive_internals v0.26.0 |
1431 | 2024-04-30T20:07:24.197Z | Compiling futures-io v0.3.30 |
1432 | 2024-04-30T20:07:24.218Z | Compiling slog v2.7.0 |
1433 | 2024-04-30T20:07:24.236Z | Compiling ucd-trie v0.1.6 |
1434 | 2024-04-30T20:07:24.371Z | Compiling semver v1.0.22 |
1435 | 2024-04-30T20:07:24.908Z | Compiling openssl v0.10.64 |
1436 | 2024-04-30T20:07:24.922Z | Compiling iana-time-zone v0.1.57 |
1437 | 2024-04-30T20:07:24.922Z | Compiling rustix v0.38.31 |
1438 | 2024-04-30T20:07:24.922Z | Compiling rustls v0.21.9 |
1439 | 2024-04-30T20:07:24.922Z | Compiling native-tls v0.2.11 |
1440 | 2024-04-30T20:07:25.205Z | Compiling cpufeatures v0.2.12 |
1441 | 2024-04-30T20:07:25.271Z | Compiling tinyvec_macros v0.1.1 |
1442 | 2024-04-30T20:07:25.338Z | Compiling backtrace v0.3.69 |
1443 | 2024-04-30T20:07:25.346Z | Compiling tinyvec v1.6.0 |
1444 | 2024-04-30T20:07:25.368Z | Compiling cookie v0.17.0 |
1445 | 2024-04-30T20:07:26.012Z | Compiling aho-corasick v1.1.2 |
1446 | 2024-04-30T20:07:26.033Z | Compiling unicode-bidi v0.3.15 |
1447 | 2024-04-30T20:07:26.586Z | Compiling dyn-clone v1.0.17 |
1448 | 2024-04-30T20:07:26.592Z | Compiling uuid v0.8.2 |
1449 | 2024-04-30T20:07:26.743Z | Compiling unicode-normalization v0.1.22 |
1450 | 2024-04-30T20:07:26.777Z | Compiling regex-syntax v0.8.2 |
1451 | 2024-04-30T20:07:27.423Z | Compiling ppv-lite86 v0.2.17 |
1452 | 2024-04-30T20:07:28.335Z | Compiling anyhow v1.0.82 |
1453 | 2024-04-30T20:07:28.343Z | Compiling crossbeam-utils v0.8.19 |
1454 | 2024-04-30T20:07:28.344Z | Compiling tracing-core v0.1.32 |
1455 | 2024-04-30T20:07:29.360Z | Compiling percent-encoding v2.3.1 |
1456 | 2024-04-30T20:07:29.721Z | Compiling rand_chacha v0.3.1 |
1457 | 2024-04-30T20:07:30.168Z | Compiling regex-automata v0.4.5 |
1458 | 2024-04-30T20:07:31.549Z | Compiling rand v0.8.5 |
1459 | 2024-04-30T20:07:31.573Z | Compiling serde_derive v1.0.199 |
1460 | 2024-04-30T20:07:31.583Z | Compiling zeroize_derive v1.4.2 |
1461 | 2024-04-30T20:07:31.688Z | Compiling zerocopy-derive v0.7.32 |
1462 | 2024-04-30T20:07:31.902Z | Compiling thiserror-impl v1.0.59 |
1463 | 2024-04-30T20:07:32.739Z | Compiling tokio-macros v2.2.0 |
1464 | 2024-04-30T20:07:33.227Z | Compiling zeroize v1.7.0 |
1465 | 2024-04-30T20:07:33.283Z | Compiling futures-macro v0.3.30 |
1466 | 2024-04-30T20:07:33.615Z | Compiling tracing-attributes v0.1.27 |
1467 | 2024-04-30T20:07:34.070Z | Compiling zerocopy v0.7.32 |
1468 | 2024-04-30T20:07:34.436Z | Compiling schemars_derive v0.8.16 |
1469 | 2024-04-30T20:07:34.939Z | Compiling crypto-common v0.1.6 |
1470 | 2024-04-30T20:07:35.455Z | Compiling block-buffer v0.10.4 |
1471 | 2024-04-30T20:07:35.543Z | Compiling futures-util v0.3.30 |
1472 | 2024-04-30T20:07:35.827Z | Compiling digest v0.10.7 |
1473 | 2024-04-30T20:07:36.317Z | Compiling hashbrown v0.14.3 |
1474 | 2024-04-30T20:07:36.377Z | Compiling pest v2.7.6 |
1475 | 2024-04-30T20:07:36.834Z | Compiling openssl-macros v0.1.1 |
1476 | 2024-04-30T20:07:37.614Z | Compiling async-trait v0.1.80 |
1477 | 2024-04-30T20:07:37.890Z | Compiling tracing v0.1.40 |
1478 | 2024-04-30T20:07:38.007Z | Compiling regex v1.10.4 |
1479 | 2024-04-30T20:07:38.420Z | Compiling der_derive v0.7.2 |
1480 | 2024-04-30T20:07:39.267Z | Compiling pest_meta v2.7.6 |
1481 | 2024-04-30T20:07:39.336Z | Compiling scroll_derive v0.12.0 |
1482 | 2024-04-30T20:07:40.647Z | Compiling pest_generator v2.7.6 |
1483 | 2024-04-30T20:07:41.011Z | Compiling spin v0.9.8 |
1484 | 2024-04-30T20:07:41.185Z | Compiling thread-id v4.2.0 |
1485 | 2024-04-30T20:07:41.444Z | Compiling powerfmt v0.2.0 |
1486 | 2024-04-30T20:07:41.595Z | Compiling rustversion v1.0.14 |
1487 | 2024-04-30T20:07:41.721Z | Compiling deranged v0.3.11 |
1488 | 2024-04-30T20:07:42.324Z | Compiling form_urlencoded v1.2.1 |
1489 | 2024-04-30T20:07:42.641Z | Compiling num_threads v0.1.6 |
1490 | 2024-04-30T20:07:42.666Z | Compiling winnow v0.5.15 |
1491 | 2024-04-30T20:07:42.991Z | Compiling unicode-width v0.1.11 |
1492 | 2024-04-30T20:07:44.099Z | Compiling time v0.3.34 |
1493 | 2024-04-30T20:07:44.132Z | Compiling pest_derive v2.7.6 |
1494 | 2024-04-30T20:07:45.013Z | Compiling unicode-xid v0.2.4 |
1495 | 2024-04-30T20:07:45.180Z | Compiling synstructure v0.12.6 |
1496 | 2024-04-30T20:07:46.188Z | Compiling bytes v1.6.0 |
1497 | 2024-04-30T20:07:46.570Z | Compiling indexmap v2.2.6 |
1498 | 2024-04-30T20:07:47.630Z | Compiling tokio v1.37.0 |
1499 | 2024-04-30T20:07:47.635Z | Compiling uuid v1.8.0 |
1500 | 2024-04-30T20:07:47.945Z | Compiling chrono v0.4.38 |
1501 | 2024-04-30T20:07:48.580Z | Compiling bitflags v2.4.2 |
1502 | 2024-04-30T20:07:48.983Z | Compiling http v0.2.12 |
1503 | 2024-04-30T20:07:49.680Z | Compiling toml_datetime v0.6.5 |
1504 | 2024-04-30T20:07:49.950Z | Compiling serde_spanned v0.6.5 |
1505 | 2024-04-30T20:07:50.172Z | Compiling rustc_version v0.4.0 |
1506 | 2024-04-30T20:07:51.286Z | Compiling toml_edit v0.19.15 |
1507 | 2024-04-30T20:07:51.374Z | Compiling openapiv3 v2.0.0 |
1508 | 2024-04-30T20:07:54.045Z | Compiling serde_tokenstream v0.2.0 |
1509 | 2024-04-30T20:07:55.077Z | Compiling idna v0.5.0 |
1510 | 2024-04-30T20:07:55.422Z | Compiling usdt-impl v0.5.0 |
1511 | 2024-04-30T20:07:55.732Z | Compiling crc32fast v1.3.2 |
1512 | 2024-04-30T20:07:56.032Z | Compiling url v2.5.0 |
1513 | 2024-04-30T20:07:56.163Z | Compiling zerocopy-derive v0.2.0 |
1514 | 2024-04-30T20:07:56.213Z | Compiling scroll v0.12.0 |
1515 | 2024-04-30T20:07:56.720Z | Compiling lazy_static v1.4.0 |
1516 | 2024-04-30T20:07:56.891Z | Compiling plain v0.2.3 |
1517 | 2024-04-30T20:07:57.023Z | Compiling goblin v0.8.0 |
1518 | 2024-04-30T20:07:58.624Z | Compiling tokio-util v0.7.10 |
1519 | 2024-04-30T20:07:58.875Z | Compiling untrusted v0.7.1 |
1520 | 2024-04-30T20:07:59.699Z | Compiling untrusted v0.9.0 |
1521 | 2024-04-30T20:07:59.882Z | Compiling foreign-types-shared v0.1.1 |
1522 | 2024-04-30T20:07:59.987Z | Compiling pretty-hex v0.4.1 |
1523 | 2024-04-30T20:08:00.113Z | Compiling foreign-types v0.3.2 |
1524 | 2024-04-30T20:08:03.805Z | Compiling dof v0.3.0 |
1525 | 2024-04-30T20:08:04.234Z | Compiling dtrace-parser v0.2.0 |
1526 | 2024-04-30T20:08:04.665Z | Compiling errno v0.3.8 |
1527 | 2024-04-30T20:08:04.901Z | Compiling usdt-impl v0.3.5 |
1528 | 2024-04-30T20:08:05.407Z | Compiling base64 v0.21.7 |
1529 | 2024-04-30T20:08:05.504Z | Compiling try-lock v0.2.4 |
1530 | 2024-04-30T20:08:05.659Z | Compiling adler v1.0.2 |
1531 | 2024-04-30T20:08:05.754Z | Compiling want v0.3.1 |
1532 | 2024-04-30T20:08:05.896Z | Compiling miniz_oxide v0.7.1 |
1533 | 2024-04-30T20:08:06.822Z | Compiling rustls-webpki v0.101.7 |
1534 | 2024-04-30T20:08:07.119Z | Compiling sct v0.7.0 |
1535 | 2024-04-30T20:08:07.407Z | Compiling h2 v0.3.26 |
1536 | 2024-04-30T20:08:07.697Z | Compiling http-body v0.4.5 |
1537 | 2024-04-30T20:08:08.796Z | Compiling num-bigint v0.4.4 |
1538 | 2024-04-30T20:08:08.950Z | Compiling tower-service v0.3.2 |
1539 | 2024-04-30T20:08:09.016Z | Compiling httpdate v1.0.3 |
1540 | 2024-04-30T20:08:09.254Z | Compiling openssl-probe v0.1.5 |
1541 | 2024-04-30T20:08:10.723Z | Compiling zerocopy v0.3.0 |
1542 | 2024-04-30T20:08:11.156Z | Compiling heapless v0.7.16 |
1543 | 2024-04-30T20:08:11.330Z | Compiling idna v0.3.0 |
1544 | 2024-04-30T20:08:11.632Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1545 | 2024-04-30T20:08:11.662Z | Compiling base64ct v1.6.0 |
1546 | 2024-04-30T20:08:12.683Z | Compiling signal-hook v0.3.17 |
1547 | 2024-04-30T20:08:12.966Z | Compiling psl-types v2.0.11 |
1548 | 2024-04-30T20:08:13.157Z | Compiling publicsuffix v2.2.3 |
1549 | 2024-04-30T20:08:13.415Z | Compiling tokio-native-tls v0.3.1 |
1550 | 2024-04-30T20:08:14.543Z | Compiling hyper v0.14.28 |
1551 | 2024-04-30T20:08:14.625Z | Compiling tokio-rustls v0.24.1 |
1552 | 2024-04-30T20:08:14.742Z | Compiling dof v0.1.5 |
1553 | 2024-04-30T20:08:14.859Z | Compiling crossbeam-epoch v0.9.18 |
1554 | 2024-04-30T20:08:15.148Z | Compiling dtrace-parser v0.1.14 |
1555 | 2024-04-30T20:08:15.652Z | Compiling gimli v0.28.0 |
1556 | 2024-04-30T20:08:16.163Z | Compiling ipnet v2.9.0 |
1557 | 2024-04-30T20:08:17.532Z | Compiling cookie_store v0.20.0 |
1558 | 2024-04-30T20:08:19.385Z | Compiling rustls-pemfile v1.0.3 |
1559 | 2024-04-30T20:08:19.419Z | Compiling serde_urlencoded v0.7.1 |
1560 | 2024-04-30T20:08:19.555Z | Compiling serde_tokenstream v0.1.7 |
1561 | 2024-04-30T20:08:19.604Z | Compiling addr2line v0.21.0 |
1562 | 2024-04-30T20:08:19.725Z | Compiling enum-as-inner v0.5.1 |
1563 | 2024-04-30T20:08:20.091Z | Compiling object v0.32.1 |
1564 | 2024-04-30T20:08:20.264Z | Compiling encoding_rs v0.8.33 |
1565 | 2024-04-30T20:08:21.381Z | Compiling hyper-rustls v0.24.2 |
1566 | 2024-04-30T20:08:21.705Z | Compiling hyper-tls v0.5.0 |
1567 | 2024-04-30T20:08:21.836Z | Compiling either v1.11.0 |
1568 | 2024-04-30T20:08:22.057Z | Compiling webpki-roots v0.25.2 |
1569 | 2024-04-30T20:08:22.216Z | Compiling mime v0.3.17 |
1570 | 2024-04-30T20:08:22.587Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1571 | 2024-04-30T20:08:23.400Z | Compiling sync_wrapper v0.1.2 |
1572 | 2024-04-30T20:08:23.535Z | Compiling rustc-demangle v0.1.23 |
1573 | 2024-04-30T20:08:24.231Z | Compiling data-encoding v2.4.0 |
1574 | 2024-04-30T20:08:24.479Z | Compiling smoltcp v0.9.1 |
1575 | 2024-04-30T20:08:25.008Z | Compiling reqwest v0.11.24 |
1576 | 2024-04-30T20:08:25.405Z | Compiling pem-rfc7468 v0.7.0 |
1577 | 2024-04-30T20:08:26.846Z | Compiling hmac v0.12.1 |
1578 | 2024-04-30T20:08:26.876Z | Compiling futures-executor v0.3.30 |
1579 | 2024-04-30T20:08:26.876Z | Compiling regress v0.9.1 |
1580 | 2024-04-30T20:08:27.646Z | Compiling siphasher v0.3.11 |
1581 | 2024-04-30T20:08:28.031Z | Compiling winnow v0.6.1 |
1582 | 2024-04-30T20:08:28.201Z | Compiling flagset v0.4.3 |
1583 | 2024-04-30T20:08:28.396Z | Compiling heck v0.5.0 |
1584 | 2024-04-30T20:08:28.903Z | Compiling unicode-segmentation v1.10.1 |
1585 | 2024-04-30T20:08:29.735Z | Compiling clap_derive v4.5.4 |
1586 | 2024-04-30T20:08:30.302Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1587 | 2024-04-30T20:08:31.701Z | Compiling toml_edit v0.22.12 |
1588 | 2024-04-30T20:08:31.794Z | Compiling der v0.7.8 |
1589 | 2024-04-30T20:08:34.692Z | Compiling flate2 v1.0.28 |
1590 | 2024-04-30T20:08:34.880Z | Compiling usdt-macro v0.3.5 |
1591 | 2024-04-30T20:08:35.062Z | Compiling usdt-attr-macro v0.3.5 |
1592 | 2024-04-30T20:08:36.767Z | Compiling hubpack_derive v0.1.1 |
1593 | 2024-04-30T20:08:36.869Z | Compiling zerocopy-derive v0.6.6 |
1594 | 2024-04-30T20:08:37.726Z | Compiling bitflags v1.3.2 |
1595 | 2024-04-30T20:08:37.822Z | Compiling anstyle v1.0.6 |
1596 | 2024-04-30T20:08:37.954Z | Compiling utf8parse v0.2.1 |
1597 | 2024-04-30T20:08:37.992Z | Compiling sha2 v0.10.8 |
1598 | 2024-04-30T20:08:38.110Z | Compiling anstyle-parse v0.2.1 |
1599 | 2024-04-30T20:08:39.721Z | Compiling futures v0.3.30 |
1600 | 2024-04-30T20:08:39.900Z | Compiling spki v0.7.2 |
1601 | 2024-04-30T20:08:40.369Z | Compiling md-5 v0.10.5 |
1602 | 2024-04-30T20:08:40.871Z | Compiling toml v0.7.8 |
1603 | 2024-04-30T20:08:40.938Z | Compiling hex v0.4.3 |
1604 | 2024-04-30T20:08:41.076Z | Compiling block-padding v0.3.3 |
1605 | 2024-04-30T20:08:41.250Z | Compiling stringprep v0.1.3 |
1606 | 2024-04-30T20:08:41.594Z | Compiling num-integer v0.1.46 |
1607 | 2024-04-30T20:08:41.726Z | Compiling diesel_table_macro_syntax v0.1.0 |
1608 | 2024-04-30T20:08:41.747Z | Compiling hash32 v0.2.1 |
1609 | 2024-04-30T20:08:42.213Z | Compiling anstyle-query v1.0.0 |
1610 | 2024-04-30T20:08:42.347Z | Compiling fallible-iterator v0.2.0 |
1611 | 2024-04-30T20:08:42.351Z | Compiling stable_deref_trait v1.2.0 |
1612 | 2024-04-30T20:08:42.351Z | Compiling colorchoice v1.0.0 |
1613 | 2024-04-30T20:08:42.504Z | Compiling anstream v0.6.11 |
1614 | 2024-04-30T20:08:42.899Z | Compiling diesel_derives v2.1.2 |
1615 | 2024-04-30T20:08:43.389Z | Compiling postgres-protocol v0.6.6 |
1616 | 2024-04-30T20:08:44.013Z | Compiling inout v0.1.3 |
1617 | 2024-04-30T20:08:44.313Z | Compiling pkcs8 v0.10.2 |
1618 | 2024-04-30T20:08:44.703Z | Compiling phf_shared v0.11.2 |
1619 | 2024-04-30T20:08:45.076Z | Compiling terminal_size v0.3.0 |
1620 | 2024-04-30T20:08:45.286Z | Compiling ff v0.13.0 |
1621 | 2024-04-30T20:08:45.429Z | Compiling strum_macros v0.25.2 |
1622 | 2024-04-30T20:08:45.763Z | Compiling serde_repr v0.1.16 |
1623 | 2024-04-30T20:08:45.942Z | Compiling scheduled-thread-pool v0.2.7 |
1624 | 2024-04-30T20:08:46.208Z | Compiling base16ct v0.2.0 |
1625 | 2024-04-30T20:08:46.526Z | Compiling managed v0.8.0 |
1626 | 2024-04-30T20:08:46.554Z | Compiling clap_lex v0.7.0 |
1627 | 2024-04-30T20:08:46.701Z | Compiling bit-vec v0.6.3 |
1628 | 2024-04-30T20:08:46.934Z | Compiling strsim v0.11.0 |
1629 | 2024-04-30T20:08:46.978Z | Compiling matches v0.1.10 |
1630 | 2024-04-30T20:08:47.013Z | Compiling regex-automata v0.1.10 |
1631 | 2024-04-30T20:08:47.064Z | Compiling idna v0.2.3 |
1632 | 2024-04-30T20:08:47.488Z | Compiling bstr v0.2.17 |
1633 | 2024-04-30T20:08:47.829Z | Compiling clap_builder v4.5.2 |
1634 | 2024-04-30T20:08:48.175Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1635 | 2024-04-30T20:08:48.657Z | Compiling sec1 v0.7.3 |
1636 | 2024-04-30T20:08:48.776Z | Compiling r2d2 v0.8.10 |
1637 | 2024-04-30T20:08:49.126Z | Compiling group v0.13.0 |
1638 | 2024-04-30T20:08:49.258Z | Compiling phf v0.11.2 |
1639 | 2024-04-30T20:08:49.439Z | Compiling signal-hook-mio v0.2.3 |
1640 | 2024-04-30T20:08:49.566Z | Compiling bzip2 v0.4.4 |
1641 | 2024-04-30T20:08:49.634Z | Compiling cipher v0.4.4 |
1642 | 2024-04-30T20:08:50.162Z | Compiling postgres-types v0.2.6 |
1643 | 2024-04-30T20:08:50.162Z | Compiling zerocopy v0.6.6 |
1644 | 2024-04-30T20:08:50.262Z | Compiling hubpack v0.1.2 |
1645 | 2024-04-30T20:08:50.740Z | Compiling phf_shared v0.10.0 |
1646 | 2024-04-30T20:08:50.948Z | Compiling hkdf v0.12.4 |
1647 | 2024-04-30T20:08:51.208Z | Compiling crypto-bigint v0.5.2 |
1648 | 2024-04-30T20:08:51.371Z | Compiling ipnetwork v0.20.0 |
1649 | 2024-04-30T20:08:52.256Z | Compiling float-cmp v0.9.0 |
1650 | 2024-04-30T20:08:52.492Z | Compiling minimal-lexical v0.2.1 |
1651 | 2024-04-30T20:08:52.996Z | Compiling static_assertions v1.1.0 |
1652 | 2024-04-30T20:08:53.104Z | Compiling precomputed-hash v0.1.1 |
1653 | 2024-04-30T20:08:53.242Z | Compiling predicates-core v1.0.6 |
1654 | 2024-04-30T20:08:53.381Z | Compiling new_debug_unreachable v1.0.4 |
1655 | 2024-04-30T20:08:53.587Z | Compiling whoami v1.5.1 |
1656 | 2024-04-30T20:08:53.616Z | Compiling fixedbitset v0.4.2 |
1657 | 2024-04-30T20:08:54.268Z | Compiling normalize-line-endings v0.3.0 |
1658 | 2024-04-30T20:08:54.395Z | Compiling difflib v0.4.0 |
1659 | 2024-04-30T20:08:55.834Z | Compiling predicates v3.1.0 |
1660 | 2024-04-30T20:08:56.354Z | Compiling trust-dns-proto v0.22.0 |
1661 | 2024-04-30T20:08:56.355Z | Compiling tokio-postgres v0.7.10 |
1662 | 2024-04-30T20:08:56.370Z | Compiling petgraph v0.6.4 |
1663 | 2024-04-30T20:08:57.176Z | Compiling string_cache v0.8.7 |
1664 | 2024-04-30T20:08:58.870Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1665 | 2024-04-30T20:08:58.982Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1666 | 2024-04-30T20:08:58.982Z | Compiling diesel v2.1.6 |
1667 | 2024-04-30T20:09:01.716Z | Compiling elliptic-curve v0.13.8 |
1668 | 2024-04-30T20:09:01.735Z | Compiling nom v7.1.3 |
1669 | 2024-04-30T20:09:01.735Z | Compiling yasna v0.5.2 |
1670 | 2024-04-30T20:09:01.735Z | Compiling clap v4.5.4 |
1671 | 2024-04-30T20:09:01.735Z | Compiling zip v0.6.6 |
1672 | 2024-04-30T20:09:02.619Z | Compiling crossterm v0.27.0 |
1673 | 2024-04-30T20:09:03.358Z | Compiling similar v2.4.0 |
1674 | 2024-04-30T20:09:03.378Z | Compiling bit-set v0.5.3 |
1675 | 2024-04-30T20:09:03.660Z | Compiling num-iter v0.1.44 |
1676 | 2024-04-30T20:09:03.851Z | Compiling console v0.15.8 |
1677 | 2024-04-30T20:09:04.027Z | Compiling usdt v0.3.5 |
1678 | 2024-04-30T20:09:04.211Z | Compiling itertools v0.10.5 |
1679 | 2024-04-30T20:09:04.275Z | Compiling tokio-stream v0.1.15 |
1680 | 2024-04-30T20:09:05.599Z | Compiling getopts v0.2.21 |
1681 | 2024-04-30T20:09:05.789Z | Compiling bstr v1.9.0 |
1682 | 2024-04-30T20:09:06.319Z | Compiling unsafe-libyaml v0.2.10 |
1683 | 2024-04-30T20:09:06.869Z | Compiling peg-runtime v0.8.2 |
1684 | 2024-04-30T20:09:06.877Z | Compiling base64 v0.22.0 |
1685 | 2024-04-30T20:09:07.103Z | Compiling lalrpop-util v0.19.12 |
1686 | 2024-04-30T20:09:07.555Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1687 | 2024-04-30T20:09:07.746Z | Compiling serde_yaml v0.9.25 |
1688 | 2024-04-30T20:09:10.955Z | Compiling camino v1.1.6 |
1689 | 2024-04-30T20:09:14.901Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1690 | 2024-04-30T20:09:15.467Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1691 | 2024-04-30T20:09:18.770Z | Compiling sha1 v0.10.6 |
1692 | 2024-04-30T20:09:33.268Z | Compiling strsim v0.10.0 |
1693 | 2024-04-30T20:09:33.543Z | Compiling ident_case v1.0.1 |
1694 | 2024-04-30T20:09:33.690Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1695 | 2024-04-30T20:09:33.718Z | Compiling darling_core v0.20.8 |
1696 | 2024-04-30T20:09:34.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1697 | 2024-04-30T20:09:35.546Z | Compiling strum_macros v0.26.1 |
1698 | 2024-04-30T20:09:40.803Z | Compiling strum v0.26.2 |
1699 | 2024-04-30T20:09:40.836Z | Compiling darling_macro v0.20.8 |
1700 | 2024-04-30T20:09:41.311Z | Compiling dirs-sys-next v0.1.2 |
1701 | 2024-04-30T20:09:41.743Z | Compiling match_cfg v0.1.0 |
1702 | 2024-04-30T20:09:41.750Z | Compiling hostname v0.3.1 |
1703 | 2024-04-30T20:09:41.750Z | Compiling dirs-next v2.0.0 |
1704 | 2024-04-30T20:09:41.756Z | Compiling http v1.0.0 |
1705 | 2024-04-30T20:09:41.821Z | Compiling thread_local v1.1.7 |
1706 | 2024-04-30T20:09:41.855Z | Compiling darling v0.20.8 |
1707 | 2024-04-30T20:09:41.927Z | Compiling rustls-pki-types v1.3.0 |
1708 | 2024-04-30T20:09:41.930Z | Compiling slog-async v2.8.0 |
1709 | 2024-04-30T20:09:42.170Z | Compiling term v0.7.0 |
1710 | 2024-04-30T20:09:42.365Z | Compiling crossbeam-channel v0.5.8 |
1711 | 2024-04-30T20:09:42.385Z | Compiling is-terminal v0.4.9 |
1712 | 2024-04-30T20:09:42.506Z | Compiling rustls v0.22.4 |
1713 | 2024-04-30T20:09:42.538Z | Compiling take_mut v0.2.2 |
1714 | 2024-04-30T20:09:42.685Z | Compiling paste v1.0.14 |
1715 | 2024-04-30T20:09:42.718Z | Compiling slog-term v2.9.1 |
1716 | 2024-04-30T20:09:42.934Z | Compiling rustls-webpki v0.102.1 |
1717 | 2024-04-30T20:09:43.007Z | Compiling multer v3.0.0 |
1718 | 2024-04-30T20:09:43.299Z | Compiling instant v0.1.12 |
1719 | 2024-04-30T20:09:43.499Z | Compiling slog-json v2.6.1 |
1720 | 2024-04-30T20:09:43.718Z | Compiling async-stream-impl v0.3.5 |
1721 | 2024-04-30T20:09:43.962Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1722 | 2024-04-30T20:09:44.115Z | Compiling atomic-waker v1.1.1 |
1723 | 2024-04-30T20:09:44.984Z | Compiling debug-ignore v1.0.5 |
1724 | 2024-04-30T20:09:44.984Z | Compiling waitgroup v0.1.2 |
1725 | 2024-04-30T20:09:44.984Z | Compiling slog-bunyan v2.5.0 |
1726 | 2024-04-30T20:09:44.984Z | Compiling rustls-pemfile v2.1.2 |
1727 | 2024-04-30T20:09:45.020Z | Compiling serde_with_macros v3.7.0 |
1728 | 2024-04-30T20:09:45.020Z | Compiling toml v0.8.12 |
1729 | 2024-04-30T20:09:45.054Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1730 | 2024-04-30T20:09:45.068Z | Compiling serde_path_to_error v0.1.16 |
1731 | 2024-04-30T20:09:45.109Z | Compiling async-stream v0.3.5 |
1732 | 2024-04-30T20:09:45.516Z | Compiling structmeta-derive v0.3.0 |
1733 | 2024-04-30T20:09:45.537Z | Compiling proc-macro-error-attr v1.0.4 |
1734 | 2024-04-30T20:09:45.905Z | Compiling proc-macro-error v1.0.4 |
1735 | 2024-04-30T20:09:46.359Z | Compiling newtype-uuid v1.1.0 |
1736 | 2024-04-30T20:09:46.422Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1737 | 2024-04-30T20:09:46.661Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1738 | 2024-04-30T20:09:46.944Z | Compiling backoff v0.4.0 |
1739 | 2024-04-30T20:09:47.194Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1740 | 2024-04-30T20:09:47.263Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1741 | 2024-04-30T20:09:47.291Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1742 | 2024-04-30T20:09:47.363Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1743 | 2024-04-30T20:09:47.494Z | Compiling macaddr v1.0.1 |
1744 | 2024-04-30T20:09:47.526Z | Compiling proc-macro-crate v1.3.1 |
1745 | 2024-04-30T20:09:47.832Z | Compiling serde_with v3.7.0 |
1746 | 2024-04-30T20:09:47.920Z | Compiling tokio-rustls v0.25.0 |
1747 | 2024-04-30T20:09:48.029Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2024-04-30T20:09:48.412Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-04-30T20:09:48.572Z | Compiling structmeta v0.3.0 |
1750 | 2024-04-30T20:09:48.598Z | Compiling num_enum_derive v0.5.11 |
1751 | 2024-04-30T20:09:48.730Z | Compiling foreign-types-macros v0.2.3 |
1752 | 2024-04-30T20:09:49.009Z | Compiling parse-display-derive v0.9.0 |
1753 | 2024-04-30T20:09:50.098Z | Compiling heapless v0.8.0 |
1754 | 2024-04-30T20:09:50.717Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1755 | 2024-04-30T20:09:51.019Z | Compiling foreign-types-shared v0.3.1 |
1756 | 2024-04-30T20:09:51.144Z | Compiling foreign-types v0.5.0 |
1757 | 2024-04-30T20:09:51.446Z | Compiling num_enum v0.5.11 |
1758 | 2024-04-30T20:09:51.756Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1759 | 2024-04-30T20:09:51.804Z | Compiling cstr-argument v0.1.2 |
1760 | 2024-04-30T20:09:51.912Z | Compiling hash32 v0.3.1 |
1761 | 2024-04-30T20:09:52.060Z | Compiling pretty-hex v0.2.1 |
1762 | 2024-04-30T20:09:52.162Z | Compiling smoltcp v0.11.0 |
1763 | 2024-04-30T20:09:52.250Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1764 | 2024-04-30T20:09:52.813Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1765 | 2024-04-30T20:09:52.940Z | Compiling tabwriter v1.4.0 |
1766 | 2024-04-30T20:09:53.390Z | Compiling colored v2.1.0 |
1767 | 2024-04-30T20:09:53.419Z | Compiling socket2 v0.4.9 |
1768 | 2024-04-30T20:09:53.641Z | Compiling embedded-io v0.4.0 |
1769 | 2024-04-30T20:09:53.840Z | Compiling cobs v0.2.3 |
1770 | 2024-04-30T20:09:53.869Z | Compiling fastrand v2.0.1 |
1771 | 2024-04-30T20:09:53.901Z | Compiling parse-display v0.9.0 |
1772 | 2024-04-30T20:09:54.061Z | Compiling postcard v1.0.8 |
1773 | 2024-04-30T20:09:54.154Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1774 | 2024-04-30T20:09:54.300Z | Compiling tempfile v3.10.1 |
1775 | 2024-04-30T20:09:54.415Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1776 | 2024-04-30T20:09:54.461Z | Compiling crucible-workspace-hack v0.1.0 |
1777 | 2024-04-30T20:09:54.588Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1778 | 2024-04-30T20:09:54.636Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1779 | 2024-04-30T20:09:54.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1780 | 2024-04-30T20:09:54.964Z | Compiling smf v0.2.3 |
1781 | 2024-04-30T20:09:55.127Z | Compiling humantime v2.1.0 |
1782 | 2024-04-30T20:09:55.136Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1783 | 2024-04-30T20:09:55.507Z | Compiling platforms v3.0.2 |
1784 | 2024-04-30T20:09:55.653Z | Compiling camino-tempfile v1.1.1 |
1785 | 2024-04-30T20:09:55.757Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1786 | 2024-04-30T20:09:55.896Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1787 | 2024-04-30T20:09:56.097Z | Compiling usdt-attr-macro v0.5.0 |
1788 | 2024-04-30T20:09:56.364Z | Compiling usdt-macro v0.5.0 |
1789 | 2024-04-30T20:09:56.384Z | Compiling num-derive v0.4.0 |
1790 | 2024-04-30T20:09:56.707Z | Compiling memmap v0.7.0 |
1791 | 2024-04-30T20:09:57.057Z | Compiling sigpipe v0.1.3 |
1792 | 2024-04-30T20:09:57.182Z | Compiling utf-8 v0.7.6 |
1793 | 2024-04-30T20:09:57.287Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1794 | 2024-04-30T20:09:57.489Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1795 | 2024-04-30T20:09:58.530Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1796 | 2024-04-30T20:09:58.545Z | Compiling usdt v0.5.0 |
1797 | 2024-04-30T20:09:58.545Z | Compiling atty v0.2.14 |
1798 | 2024-04-30T20:09:58.545Z | Compiling unicase v2.7.0 |
1799 | 2024-04-30T20:09:58.686Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1800 | 2024-04-30T20:09:58.802Z | Compiling rayon-core v1.12.1 |
1801 | 2024-04-30T20:09:58.937Z | Compiling semver v0.1.20 |
1802 | 2024-04-30T20:09:58.960Z | Compiling curve25519-dalek v4.1.2 |
1803 | 2024-04-30T20:09:58.984Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1804 | 2024-04-30T20:09:59.118Z | Compiling newline-converter v0.3.0 |
1805 | 2024-04-30T20:09:59.281Z | Compiling rustc_version v0.1.7 |
1806 | 2024-04-30T20:09:59.353Z | Compiling crossbeam-deque v0.8.3 |
1807 | 2024-04-30T20:09:59.465Z | Compiling universal-hash v0.5.1 |
1808 | 2024-04-30T20:09:59.566Z | Compiling opaque-debug v0.3.0 |
1809 | 2024-04-30T20:09:59.609Z | Compiling same-file v1.0.6 |
1810 | 2024-04-30T20:09:59.694Z | Compiling expectorate v1.1.0 |
1811 | 2024-04-30T20:09:59.763Z | Compiling newtype_derive v0.1.6 |
1812 | 2024-04-30T20:09:59.786Z | Compiling walkdir v2.5.0 |
1813 | 2024-04-30T20:09:59.816Z | Compiling tungstenite v0.20.1 |
1814 | 2024-04-30T20:09:59.945Z | Compiling signature v2.1.0 |
1815 | 2024-04-30T20:10:00.175Z | Compiling curve25519-dalek-derive v0.1.0 |
1816 | 2024-04-30T20:10:00.195Z | Compiling blake3 v1.5.0 |
1817 | 2024-04-30T20:10:00.616Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1818 | 2024-04-30T20:10:00.800Z | Compiling num-rational v0.4.1 |
1819 | 2024-04-30T20:10:00.853Z | Compiling termcolor v1.2.0 |
1820 | 2024-04-30T20:10:01.338Z | Compiling arc-swap v1.6.0 |
1821 | 2024-04-30T20:10:01.357Z | Compiling linked-hash-map v0.5.6 |
1822 | 2024-04-30T20:10:01.432Z | Compiling getrandom v0.1.16 |
1823 | 2024-04-30T20:10:01.482Z | Compiling quick-error v1.2.3 |
1824 | 2024-04-30T20:10:01.636Z | Compiling resolv-conf v0.7.0 |
1825 | 2024-04-30T20:10:01.675Z | Compiling lru-cache v0.1.2 |
1826 | 2024-04-30T20:10:01.693Z | Compiling slog-scope v4.4.0 |
1827 | 2024-04-30T20:10:01.744Z | Compiling env_logger v0.9.3 |
1828 | 2024-04-30T20:10:01.980Z | Compiling tokio-tungstenite v0.20.1 |
1829 | 2024-04-30T20:10:02.147Z | Compiling rayon v1.10.0 |
1830 | 2024-04-30T20:10:02.475Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1831 | 2024-04-30T20:10:02.594Z | Compiling password-hash v0.5.0 |
1832 | 2024-04-30T20:10:02.621Z | Compiling blake2 v0.10.6 |
1833 | 2024-04-30T20:10:02.929Z | Compiling bitstruct_derive v0.1.0 |
1834 | 2024-04-30T20:10:03.117Z | Compiling memmap2 v0.7.1 |
1835 | 2024-04-30T20:10:03.295Z | Compiling filetime v0.2.23 |
1836 | 2024-04-30T20:10:03.555Z | Compiling xattr v1.0.1 |
1837 | 2024-04-30T20:10:03.641Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1838 | 2024-04-30T20:10:03.666Z | Compiling libefi-sys v0.1.0 |
1839 | 2024-04-30T20:10:03.776Z | Compiling ascii v1.1.0 |
1840 | 2024-04-30T20:10:03.819Z | Compiling bytecount v0.6.3 |
1841 | 2024-04-30T20:10:03.973Z | Compiling constant_time_eq v0.3.0 |
1842 | 2024-04-30T20:10:04.026Z | Compiling parking_lot_core v0.8.6 |
1843 | 2024-04-30T20:10:04.090Z | Compiling arrayref v0.3.7 |
1844 | 2024-04-30T20:10:04.147Z | Compiling home v0.5.5 |
1845 | 2024-04-30T20:10:04.192Z | Compiling arrayvec v0.7.4 |
1846 | 2024-04-30T20:10:04.289Z | Compiling bitstruct v0.1.1 |
1847 | 2024-04-30T20:10:04.384Z | Compiling toolchain_find v0.4.0 |
1848 | 2024-04-30T20:10:04.413Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1849 | 2024-04-30T20:10:04.466Z | Compiling papergrid v0.11.0 |
1850 | 2024-04-30T20:10:04.524Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1851 | 2024-04-30T20:10:04.570Z | Compiling tar v0.4.40 |
1852 | 2024-04-30T20:10:04.784Z | Compiling argon2 v0.5.3 |
1853 | 2024-04-30T20:10:05.483Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-04-30T20:10:06.763Z | Compiling trust-dns-resolver v0.22.0 |
1855 | 2024-04-30T20:10:06.942Z | Compiling slog-stdlog v4.1.1 |
1856 | 2024-04-30T20:10:07.287Z | Compiling tabled_derive v0.7.0 |
1857 | 2024-04-30T20:10:07.804Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-04-30T20:10:08.526Z | Compiling rfc6979 v0.4.0 |
1859 | 2024-04-30T20:10:08.622Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-04-30T20:10:08.720Z | Compiling erased-serde v0.3.31 |
1861 | 2024-04-30T20:10:08.782Z | Compiling serde_arrays v0.1.0 |
1862 | 2024-04-30T20:10:08.938Z | Compiling aead v0.5.2 |
1863 | 2024-04-30T20:10:08.981Z | Compiling num-complex v0.4.5 |
1864 | 2024-04-30T20:10:09.712Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1865 | 2024-04-30T20:10:09.725Z | Compiling nibble_vec v0.1.0 |
1866 | 2024-04-30T20:10:09.746Z | Compiling slog-dtrace v0.3.0 |
1867 | 2024-04-30T20:10:09.857Z | Compiling topological-sort v0.2.2 |
1868 | 2024-04-30T20:10:09.881Z | Compiling winapi v0.3.9 |
1869 | 2024-04-30T20:10:09.973Z | Compiling keccak v0.1.4 |
1870 | 2024-04-30T20:10:10.049Z | Compiling endian-type v0.1.2 |
1871 | 2024-04-30T20:10:10.070Z | Compiling cancel-safe-futures v0.1.5 |
1872 | 2024-04-30T20:10:10.168Z | Compiling omicron-zone-package v0.11.0 |
1873 | 2024-04-30T20:10:10.301Z | Compiling sha3 v0.10.8 |
1874 | 2024-04-30T20:10:10.358Z | Compiling radix_trie v0.2.1 |
1875 | 2024-04-30T20:10:10.500Z | Compiling tabled v0.15.0 |
1876 | 2024-04-30T20:10:10.971Z | Compiling num v0.4.2 |
1877 | 2024-04-30T20:10:11.001Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1878 | 2024-04-30T20:10:11.080Z | Compiling rustfmt-wrapper v0.2.1 |
1879 | 2024-04-30T20:10:11.203Z | Compiling ecdsa v0.16.9 |
1880 | 2024-04-30T20:10:11.459Z | Compiling slog-envlogger v2.2.0 |
1881 | 2024-04-30T20:10:11.656Z | Compiling mime_guess v2.0.4 |
1882 | 2024-04-30T20:10:11.979Z | Compiling rand_core v0.5.1 |
1883 | 2024-04-30T20:10:12.178Z | Compiling steno v0.4.0 |
1884 | 2024-04-30T20:10:12.592Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1885 | 2024-04-30T20:10:12.942Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1886 | 2024-04-30T20:10:13.067Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1887 | 2024-04-30T20:10:14.145Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1888 | 2024-04-30T20:10:14.649Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1889 | 2024-04-30T20:10:15.526Z | Compiling poly1305 v0.8.0 |
1890 | 2024-04-30T20:10:16.350Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1891 | 2024-04-30T20:10:16.659Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1892 | 2024-04-30T20:10:16.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1893 | 2024-04-30T20:10:17.008Z | Compiling primeorder v0.13.6 |
1894 | 2024-04-30T20:10:17.343Z | Compiling chacha20 v0.9.1 |
1895 | 2024-04-30T20:10:17.509Z | Compiling heck v0.3.3 |
1896 | 2024-04-30T20:10:17.790Z | Compiling secrecy v0.8.0 |
1897 | 2024-04-30T20:10:17.859Z | Compiling thiserror-impl-no-std v2.0.2 |
1898 | 2024-04-30T20:10:17.905Z | Compiling half v2.3.1 |
1899 | 2024-04-30T20:10:17.928Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1900 | 2024-04-30T20:10:18.045Z | Compiling option-ext v0.2.0 |
1901 | 2024-04-30T20:10:18.190Z | Compiling ciborium-io v0.2.2 |
1902 | 2024-04-30T20:10:18.228Z | Compiling convert_case v0.4.0 |
1903 | 2024-04-30T20:10:18.324Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1904 | 2024-04-30T20:10:18.443Z | Compiling ciborium-ll v0.2.2 |
1905 | 2024-04-30T20:10:18.485Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1906 | 2024-04-30T20:10:18.898Z | Compiling dirs-sys v0.4.1 |
1907 | 2024-04-30T20:10:19.105Z | Compiling zone_cfg_derive v0.1.2 |
1908 | 2024-04-30T20:10:19.209Z | Compiling derive_more v0.99.17 |
1909 | 2024-04-30T20:10:19.545Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1910 | 2024-04-30T20:10:19.865Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1911 | 2024-04-30T20:10:20.826Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1912 | 2024-04-30T20:10:21.037Z | Compiling parking_lot v0.11.2 |
1913 | 2024-04-30T20:10:21.116Z | Compiling rand_chacha v0.2.2 |
1914 | 2024-04-30T20:10:21.159Z | Compiling thiserror-no-std v2.0.2 |
1915 | 2024-04-30T20:10:21.257Z | Compiling trust-dns-client v0.22.0 |
1916 | 2024-04-30T20:10:21.875Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1917 | 2024-04-30T20:10:21.983Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1918 | 2024-04-30T20:10:22.642Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1919 | 2024-04-30T20:10:24.346Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-04-30T20:10:25.355Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1921 | 2024-04-30T20:10:26.331Z | Compiling ed25519 v2.2.2 |
1922 | 2024-04-30T20:10:26.813Z | Compiling polyval v0.6.1 |
1923 | 2024-04-30T20:10:27.223Z | Compiling tungstenite v0.21.0 |
1924 | 2024-04-30T20:10:27.505Z | Compiling aes v0.8.3 |
1925 | 2024-04-30T20:10:27.818Z | Compiling ctr v0.9.2 |
1926 | 2024-04-30T20:10:28.194Z | Compiling blowfish v0.9.1 |
1927 | 2024-04-30T20:10:28.658Z | Compiling password-hash v0.4.2 |
1928 | 2024-04-30T20:10:29.290Z | Compiling libsw v3.3.1 |
1929 | 2024-04-30T20:10:29.443Z | Compiling toml v0.5.11 |
1930 | 2024-04-30T20:10:29.576Z | Compiling pbkdf2 v0.12.2 |
1931 | 2024-04-30T20:10:29.606Z | Compiling derive-where v1.2.7 |
1932 | 2024-04-30T20:10:30.087Z | Compiling gethostname v0.4.3 |
1933 | 2024-04-30T20:10:30.849Z | Compiling fxhash v0.2.1 |
1934 | 2024-04-30T20:10:30.855Z | Compiling linear-map v1.2.0 |
1935 | 2024-04-30T20:10:30.855Z | Compiling base64 v0.13.1 |
1936 | 2024-04-30T20:10:30.855Z | Compiling swrite v0.1.0 |
1937 | 2024-04-30T20:10:30.855Z | Compiling owo-colors v4.0.0 |
1938 | 2024-04-30T20:10:30.912Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1939 | 2024-04-30T20:10:31.249Z | Compiling trust-dns-server v0.22.1 |
1940 | 2024-04-30T20:10:33.059Z | Compiling ron v0.7.1 |
1941 | 2024-04-30T20:10:33.150Z | Compiling sled v0.34.7 |
1942 | 2024-04-30T20:10:34.326Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1943 | 2024-04-30T20:10:35.390Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1944 | 2024-04-30T20:10:36.465Z | Compiling bcrypt-pbkdf v0.10.0 |
1945 | 2024-04-30T20:10:36.791Z | Compiling pbkdf2 v0.11.0 |
1946 | 2024-04-30T20:10:37.042Z | Compiling tokio-tungstenite v0.21.0 |
1947 | 2024-04-30T20:10:37.159Z | Compiling ghash v0.5.0 |
1948 | 2024-04-30T20:10:37.208Z | Compiling ed25519-dalek v2.0.0 |
1949 | 2024-04-30T20:10:37.339Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-04-30T20:10:37.565Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1951 | 2024-04-30T20:10:38.028Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1952 | 2024-04-30T20:10:38.111Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1953 | 2024-04-30T20:10:38.329Z | Compiling rand v0.7.3 |
1954 | 2024-04-30T20:10:38.883Z | Compiling vsss-rs v3.3.4 |
1955 | 2024-04-30T20:10:39.065Z | Compiling russh-cryptovec v0.7.0 |
1956 | 2024-04-30T20:10:40.314Z | Compiling zone v0.1.8 |
1957 | 2024-04-30T20:10:40.601Z | Compiling dirs v5.0.1 |
1958 | 2024-04-30T20:10:40.791Z | Compiling ciborium v0.2.2 |
1959 | 2024-04-30T20:10:40.880Z | Compiling chacha20poly1305 v0.10.1 |
1960 | 2024-04-30T20:10:41.090Z | Compiling p256 v0.13.2 |
1961 | 2024-04-30T20:10:41.907Z | Compiling p521 v0.13.3 |
1962 | 2024-04-30T20:10:41.933Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-04-30T20:10:42.609Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1964 | 2024-04-30T20:10:43.377Z | Compiling pem v3.0.4 |
1965 | 2024-04-30T20:10:43.772Z | Compiling cbc v0.1.2 |
1966 | 2024-04-30T20:10:44.030Z | Compiling headers-core v0.2.0 |
1967 | 2024-04-30T20:10:44.158Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1968 | 2024-04-30T20:10:44.198Z | Compiling kstat-rs v0.2.3 |
1969 | 2024-04-30T20:10:44.314Z | Compiling portpicker v0.1.1 |
1970 | 2024-04-30T20:10:44.343Z | Compiling nanorand v0.7.0 |
1971 | 2024-04-30T20:10:44.563Z | Compiling http-range v0.1.5 |
1972 | 2024-04-30T20:10:44.625Z | Compiling md5 v0.7.0 |
1973 | 2024-04-30T20:10:44.794Z | Compiling glob v0.3.1 |
1974 | 2024-04-30T20:10:44.922Z | Compiling russh-keys v0.43.0 |
1975 | 2024-04-30T20:10:44.925Z | Compiling hyper-staticfile v0.9.5 |
1976 | 2024-04-30T20:10:45.149Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1977 | 2024-04-30T20:10:45.623Z | Compiling flume v0.11.0 |
1978 | 2024-04-30T20:10:45.744Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1979 | 2024-04-30T20:10:45.928Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1980 | 2024-04-30T20:10:46.322Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1981 | 2024-04-30T20:10:48.298Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1982 | 2024-04-30T20:10:48.968Z | Compiling headers v0.3.9 |
1983 | 2024-04-30T20:10:49.283Z | Compiling rcgen v0.12.1 |
1984 | 2024-04-30T20:10:49.368Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1985 | 2024-04-30T20:10:51.288Z | Compiling aes-gcm v0.10.3 |
1986 | 2024-04-30T20:10:51.586Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1987 | 2024-04-30T20:10:51.906Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1988 | 2024-04-30T20:10:53.842Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1989 | 2024-04-30T20:10:55.070Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1990 | 2024-04-30T20:10:55.745Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1991 | 2024-04-30T20:10:58.269Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1992 | 2024-04-30T20:10:58.564Z | Compiling atomicwrites v0.4.3 |
1993 | 2024-04-30T20:10:58.927Z | Compiling itertools v0.12.1 |
1994 | 2024-04-30T20:10:59.969Z | Compiling subprocess v0.2.9 |
1995 | 2024-04-30T20:11:00.158Z | Compiling hex-literal v0.4.1 |
1996 | 2024-04-30T20:11:00.324Z | Compiling display-error-chain v0.2.0 |
1997 | 2024-04-30T20:11:00.502Z | Compiling dhcproto-macros v0.1.0 |
1998 | 2024-04-30T20:11:01.539Z | Compiling dhcproto v0.11.0 |
1999 | 2024-04-30T20:11:02.055Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2000 | 2024-04-30T20:11:02.487Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2001 | 2024-04-30T20:11:02.491Z | Compiling russh v0.43.0 |
2002 | 2024-04-30T20:11:02.710Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2003 | 2024-04-30T20:11:04.898Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2004 | 2024-04-30T20:11:04.968Z | Compiling internet-checksum v0.2.1 |
2005 | 2024-04-30T20:11:24.093Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2006 | 2024-04-30T20:12:04.278Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 13s |
2007 | 2024-04-30T20:12:04.617Z | |
2008 | 2024-04-30T20:12:04.652Z | real 5:14.219704742 |
2009 | 2024-04-30T20:12:04.653Z | user 27:29.330809801 |
2010 | 2024-04-30T20:12:04.653Z | sys 5:58.712269596 |
2011 | 2024-04-30T20:12:04.653Z | trap 0.802497944 |
2012 | 2024-04-30T20:12:04.653Z | tflt 4.669192241 |
2013 | 2024-04-30T20:12:04.653Z | dflt 5.604225423 |
2014 | 2024-04-30T20:12:04.653Z | kflt 0.143305450 |
2015 | 2024-04-30T20:12:04.653Z | lock 51:12.233725814 |
2016 | 2024-04-30T20:12:04.654Z | slp 1:19:14.490482495 |
2017 | 2024-04-30T20:12:04.654Z | lat 1:40.302279202 |
2018 | 2024-04-30T20:12:04.654Z | stop 4:34.890135991 |
2019 | 2024-04-30T20:12:04.654Z | + mkdir -p /work |
2020 | 2024-04-30T20:12:04.654Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2021 | 2024-04-30T20:12:05.417Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2022 | 2024-04-30T20:12:14.169Z | Finished dev [unoptimized + debuginfo] target(s) in 9.51s |
2023 | 2024-04-30T20:12:14.261Z | |
2024 | 2024-04-30T20:12:14.261Z | real 9.623875265 |
2025 | 2024-04-30T20:12:14.262Z | user 6.774512305 |
2026 | 2024-04-30T20:12:14.262Z | sys 3.748188150 |
2027 | 2024-04-30T20:12:14.262Z | trap 0.001371467 |
2028 | 2024-04-30T20:12:14.262Z | tflt 0.002386291 |
2029 | 2024-04-30T20:12:14.262Z | dflt 0.036579364 |
2030 | 2024-04-30T20:12:14.686Z | kflt 0.000000000 |
2031 | 2024-04-30T20:12:14.686Z | lock 26.335133220 |
2032 | 2024-04-30T20:12:14.686Z | slp 38.121727855 |
2033 | 2024-04-30T20:12:14.686Z | lat 0.036471837 |
2034 | 2024-04-30T20:12:14.687Z | stop 0.349198327 |
2035 | 2024-04-30T20:12:14.687Z | + cp target/debug/commtest /work/commtest |
2036 | 2024-04-30T20:12:14.708Z | + mkdir -p /work/end-to-end-tests |
2037 | 2024-04-30T20:12:14.720Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2038 | 2024-04-30T20:12:15.905Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2039 | 2024-04-30T20:12:15.905Z | + ptime -m gzip |
2040 | 2024-04-30T20:12:15.909Z | ++ basename target/debug/bootstrap |
2041 | 2024-04-30T20:12:28.482Z | |
2042 | 2024-04-30T20:12:28.482Z | real 12.567859423 |
2043 | 2024-04-30T20:12:28.482Z | user 12.481977639 |
2044 | 2024-04-30T20:12:28.482Z | sys 0.077867930 |
2045 | 2024-04-30T20:12:28.482Z | trap 0.002511046 |
2046 | 2024-04-30T20:12:28.482Z | tflt 0.000000000 |
2047 | 2024-04-30T20:12:28.482Z | dflt 0.000000000 |
2048 | 2024-04-30T20:12:28.504Z | kflt 0.000000000 |
2049 | 2024-04-30T20:12:28.504Z | lock 0.000000000 |
2050 | 2024-04-30T20:12:28.504Z | slp 0.000000000 |
2051 | 2024-04-30T20:12:28.504Z | lat 0.005108710 |
2052 | 2024-04-30T20:12:28.504Z | stop 0.000168649 |
2053 | 2024-04-30T20:12:28.504Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2054 | 2024-04-30T20:12:28.505Z | + ptime -m gzip |
2055 | 2024-04-30T20:12:28.505Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e2418f0dc25c6bc2 |
2056 | 2024-04-30T20:12:33.041Z | |
2057 | 2024-04-30T20:12:33.093Z | real 1.173955619 |
2058 | 2024-04-30T20:12:33.093Z | user 1.164239220 |
2059 | 2024-04-30T20:12:33.093Z | sys 0.009114605 |
2060 | 2024-04-30T20:12:33.093Z | trap 0.000086174 |
2061 | 2024-04-30T20:12:33.093Z | tflt 0.000000000 |
2062 | 2024-04-30T20:12:33.093Z | dflt 0.000000000 |
2063 | 2024-04-30T20:12:33.093Z | kflt 0.000000000 |
2064 | 2024-04-30T20:12:33.093Z | lock 0.000000000 |
2065 | 2024-04-30T20:12:33.093Z | slp 0.000000000 |
2066 | 2024-04-30T20:12:33.094Z | lat 0.000110780 |
2067 | 2024-04-30T20:12:33.094Z | stop 0.000178468 |
2068 | 2024-04-30T20:12:33.094Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2069 | 2024-04-30T20:12:33.094Z | + ptime -m gzip |
2070 | 2024-04-30T20:12:33.094Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d1b9678287527757 |
2071 | 2024-04-30T20:12:33.094Z | |
2072 | 2024-04-30T20:12:33.094Z | real 1.179622067 |
2073 | 2024-04-30T20:12:33.094Z | user 1.168597877 |
2074 | 2024-04-30T20:12:33.094Z | sys 0.009673719 |
2075 | 2024-04-30T20:12:33.094Z | trap 0.000428174 |
2076 | 2024-04-30T20:12:33.094Z | tflt 0.000000000 |
2077 | 2024-04-30T20:12:33.094Z | dflt 0.000000000 |
2078 | 2024-04-30T20:12:33.094Z | kflt 0.000000000 |
2079 | 2024-04-30T20:12:33.094Z | lock 0.000000000 |
2080 | 2024-04-30T20:12:33.094Z | slp 0.000000000 |
2081 | 2024-04-30T20:12:33.094Z | lat 0.000515118 |
2082 | 2024-04-30T20:12:33.095Z | stop 0.000171719 |
2083 | 2024-04-30T20:12:33.095Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2084 | 2024-04-30T20:12:33.095Z | + ptime -m gzip |
2085 | 2024-04-30T20:12:33.095Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4e9c8bd28cbcb860 |
2086 | 2024-04-30T20:12:33.095Z | |
2087 | 2024-04-30T20:12:33.095Z | real 1.178149900 |
2088 | 2024-04-30T20:12:33.095Z | user 1.168662561 |
2089 | 2024-04-30T20:12:33.095Z | sys 0.008907383 |
2090 | 2024-04-30T20:12:33.095Z | trap 0.000081094 |
2091 | 2024-04-30T20:12:33.095Z | tflt 0.000000000 |
2092 | 2024-04-30T20:12:33.095Z | dflt 0.000000000 |
2093 | 2024-04-30T20:12:33.095Z | kflt 0.000000000 |
2094 | 2024-04-30T20:12:33.095Z | lock 0.000000000 |
2095 | 2024-04-30T20:12:33.096Z | slp 0.000000000 |
2096 | 2024-04-30T20:12:33.096Z | lat 0.000099092 |
2097 | 2024-04-30T20:12:33.096Z | stop 0.000171339 |
2098 | 2024-04-30T20:12:33.096Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2099 | 2024-04-30T20:12:33.096Z | + ptime -m gzip |
2100 | 2024-04-30T20:12:33.096Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4f28bafc4b85baee |
2101 | 2024-04-30T20:12:44.986Z | |
2102 | 2024-04-30T20:12:44.990Z | real 12.944396080 |
2103 | 2024-04-30T20:12:44.990Z | user 12.866927126 |
2104 | 2024-04-30T20:12:44.990Z | sys 0.073938213 |
2105 | 2024-04-30T20:12:44.990Z | trap 0.001776091 |
2106 | 2024-04-30T20:12:44.990Z | tflt 0.000000000 |
2107 | 2024-04-30T20:12:44.990Z | dflt 0.000000000 |
2108 | 2024-04-30T20:12:44.990Z | kflt 0.000000000 |
2109 | 2024-04-30T20:12:44.990Z | lock 0.000000000 |
2110 | 2024-04-30T20:12:44.990Z | slp 0.000000000 |
2111 | 2024-04-30T20:12:44.990Z | lat 0.001357836 |
2112 | 2024-04-30T20:12:44.990Z | stop 0.000170010 |
2113 | 2024-04-30T20:12:44.990Z | + banner caboose-util |
2114 | 2024-04-30T20:12:44.990Z | |
2115 | 2024-04-30T20:12:44.990Z | #### ## ##### #### #### #### ###### # # ##### |
2116 | 2024-04-30T20:12:44.990Z | # # # # # # # # # # # # # # # |
2117 | 2024-04-30T20:12:44.990Z | # # # ##### # # # # #### ##### ##### # # # |
2118 | 2024-04-30T20:12:44.990Z | # ###### # # # # # # # # # # # |
2119 | 2024-04-30T20:12:44.990Z | # # # # # # # # # # # # # # # # |
2120 | 2024-04-30T20:12:44.990Z | #### # # ##### #### #### #### ###### #### # |
2121 | 2024-04-30T20:12:44.991Z | |
2122 | 2024-04-30T20:12:44.991Z | + ptime -m cargo build --locked -p caboose-util --release |
2123 | 2024-04-30T20:12:45.484Z | Downloading crates ... |
2124 | 2024-04-30T20:12:45.640Z | Downloaded array-init v0.0.4 |
2125 | 2024-04-30T20:12:45.650Z | Downloaded packed_struct v0.10.1 |
2126 | 2024-04-30T20:12:45.651Z | Downloaded funty v2.0.0 |
2127 | 2024-04-30T20:12:45.651Z | Downloaded path-slash v0.1.5 |
2128 | 2024-04-30T20:12:45.652Z | Downloaded nodrop v0.1.14 |
2129 | 2024-04-30T20:12:45.677Z | Downloaded packed_struct_codegen v0.10.1 |
2130 | 2024-04-30T20:12:45.678Z | Downloaded tap v1.0.1 |
2131 | 2024-04-30T20:12:45.688Z | Downloaded crc-catalog v2.2.0 |
2132 | 2024-04-30T20:12:45.688Z | Downloaded crc v3.0.1 |
2133 | 2024-04-30T20:12:45.688Z | Downloaded smallvec v0.6.14 |
2134 | 2024-04-30T20:12:45.688Z | Downloaded pkcs1 v0.7.5 |
2135 | 2024-04-30T20:12:45.689Z | Downloaded bitfield v0.14.0 |
2136 | 2024-04-30T20:12:45.689Z | Downloaded wyz v0.5.1 |
2137 | 2024-04-30T20:12:45.689Z | Downloaded radium v0.7.0 |
2138 | 2024-04-30T20:12:45.689Z | Downloaded serde-hex v0.1.0 |
2139 | 2024-04-30T20:12:45.689Z | Downloaded ron v0.8.1 |
2140 | 2024-04-30T20:12:45.689Z | Downloaded env_logger v0.10.0 |
2141 | 2024-04-30T20:12:45.690Z | Downloaded crc-any v2.4.3 |
2142 | 2024-04-30T20:12:45.690Z | Downloaded maybe-uninit v2.0.0 |
2143 | 2024-04-30T20:12:45.690Z | Downloaded rsa v0.9.2 |
2144 | 2024-04-30T20:12:45.695Z | Downloaded x509-cert v0.2.4 |
2145 | 2024-04-30T20:12:45.695Z | Downloaded hashbrown v0.13.2 |
2146 | 2024-04-30T20:12:45.702Z | Downloaded num-bigint-dig v0.8.4 |
2147 | 2024-04-30T20:12:45.707Z | Downloaded bitvec v1.0.1 |
2148 | 2024-04-30T20:12:45.750Z | Downloaded object v0.30.4 |
2149 | 2024-04-30T20:12:45.826Z | Compiling proc-macro2 v1.0.81 |
2150 | 2024-04-30T20:12:45.842Z | Compiling unicode-ident v1.0.12 |
2151 | 2024-04-30T20:12:45.842Z | Compiling libc v0.2.153 |
2152 | 2024-04-30T20:12:45.842Z | Compiling serde v1.0.199 |
2153 | 2024-04-30T20:12:45.842Z | Compiling autocfg v1.1.0 |
2154 | 2024-04-30T20:12:45.842Z | Compiling version_check v0.9.4 |
2155 | 2024-04-30T20:12:45.842Z | Compiling cfg-if v1.0.0 |
2156 | 2024-04-30T20:12:45.992Z | Compiling typenum v1.16.0 |
2157 | 2024-04-30T20:12:46.033Z | Compiling once_cell v1.19.0 |
2158 | 2024-04-30T20:12:46.054Z | Compiling parking_lot_core v0.9.8 |
2159 | 2024-04-30T20:12:47.673Z | Compiling memchr v2.7.1 |
2160 | 2024-04-30T20:12:47.694Z | Compiling syn v1.0.109 |
2161 | 2024-04-30T20:12:47.694Z | Compiling byteorder v1.5.0 |
2162 | 2024-04-30T20:12:47.694Z | Compiling lock_api v0.4.10 |
2163 | 2024-04-30T20:12:47.694Z | Compiling generic-array v0.14.7 |
2164 | 2024-04-30T20:12:47.695Z | Compiling libm v0.2.7 |
2165 | 2024-04-30T20:12:47.695Z | Compiling num-traits v0.2.18 |
2166 | 2024-04-30T20:12:47.695Z | Compiling ahash v0.8.8 |
2167 | 2024-04-30T20:12:47.696Z | Compiling serde_json v1.0.116 |
2168 | 2024-04-30T20:12:47.696Z | Compiling quote v1.0.36 |
2169 | 2024-04-30T20:12:47.696Z | Compiling thiserror v1.0.59 |
2170 | 2024-04-30T20:12:47.696Z | Compiling pkg-config v0.3.27 |
2171 | 2024-04-30T20:12:47.852Z | Compiling syn v2.0.60 |
2172 | 2024-04-30T20:12:48.433Z | Compiling cc v1.0.83 |
2173 | 2024-04-30T20:12:48.433Z | Compiling getrandom v0.2.12 |
2174 | 2024-04-30T20:12:48.455Z | Compiling scopeguard v1.2.0 |
2175 | 2024-04-30T20:12:48.455Z | Compiling itoa v1.0.9 |
2176 | 2024-04-30T20:12:48.479Z | Compiling log v0.4.21 |
2177 | 2024-04-30T20:12:48.628Z | Compiling slab v0.4.9 |
2178 | 2024-04-30T20:12:48.937Z | Compiling rand_core v0.6.4 |
2179 | 2024-04-30T20:12:48.976Z | Compiling smallvec v1.13.1 |
2180 | 2024-04-30T20:12:49.510Z | Compiling vcpkg v0.2.15 |
2181 | 2024-04-30T20:12:50.274Z | Compiling ryu v1.0.15 |
2182 | 2024-04-30T20:12:50.535Z | Compiling parking_lot v0.12.1 |
2183 | 2024-04-30T20:12:50.540Z | Compiling const-oid v0.9.6 |
2184 | 2024-04-30T20:12:51.024Z | Compiling pin-project-lite v0.2.13 |
2185 | 2024-04-30T20:12:51.190Z | Compiling openssl-sys v0.9.102 |
2186 | 2024-04-30T20:12:51.190Z | Compiling ring v0.17.8 |
2187 | 2024-04-30T20:12:51.492Z | Compiling ucd-trie v0.1.6 |
2188 | 2024-04-30T20:12:51.969Z | Compiling signal-hook-registry v1.4.1 |
2189 | 2024-04-30T20:12:52.349Z | Compiling subtle v2.5.0 |
2190 | 2024-04-30T20:12:52.593Z | Compiling rustix v0.38.31 |
2191 | 2024-04-30T20:12:52.620Z | Compiling ring v0.16.20 |
2192 | 2024-04-30T20:12:52.630Z | Compiling mio v0.8.11 |
2193 | 2024-04-30T20:12:53.260Z | Compiling semver v1.0.22 |
2194 | 2024-04-30T20:12:53.586Z | Compiling futures-core v0.3.30 |
2195 | 2024-04-30T20:12:53.687Z | Compiling tinyvec_macros v0.1.1 |
2196 | 2024-04-30T20:12:53.766Z | Compiling tinyvec v1.6.0 |
2197 | 2024-04-30T20:12:54.140Z | Compiling spin v0.5.2 |
2198 | 2024-04-30T20:12:55.195Z | Compiling unicode-normalization v0.1.22 |
2199 | 2024-04-30T20:12:55.443Z | Compiling num_cpus v1.16.0 |
2200 | 2024-04-30T20:12:55.560Z | Compiling socket2 v0.5.6 |
2201 | 2024-04-30T20:12:55.567Z | Compiling openssl v0.10.64 |
2202 | 2024-04-30T20:12:56.035Z | Compiling httparse v1.8.0 |
2203 | 2024-04-30T20:12:56.104Z | Compiling unicode-xid v0.2.4 |
2204 | 2024-04-30T20:12:56.257Z | Compiling futures-sink v0.3.30 |
2205 | 2024-04-30T20:12:56.405Z | Compiling unicode-bidi v0.3.15 |
2206 | 2024-04-30T20:12:56.408Z | Compiling allocator-api2 v0.2.16 |
2207 | 2024-04-30T20:12:56.427Z | Compiling synstructure v0.12.6 |
2208 | 2024-04-30T20:12:57.173Z | Compiling num-conv v0.1.0 |
2209 | 2024-04-30T20:12:57.386Z | Compiling equivalent v1.0.1 |
2210 | 2024-04-30T20:12:57.445Z | Compiling time-core v0.1.2 |
2211 | 2024-04-30T20:12:57.601Z | Compiling time-macros v0.2.17 |
2212 | 2024-04-30T20:12:57.625Z | Compiling futures-channel v0.3.30 |
2213 | 2024-04-30T20:12:58.010Z | Compiling crc32fast v1.3.2 |
2214 | 2024-04-30T20:12:58.083Z | Compiling native-tls v0.2.11 |
2215 | 2024-04-30T20:12:58.177Z | Compiling ppv-lite86 v0.2.17 |
2216 | 2024-04-30T20:12:58.441Z | Compiling futures-task v0.3.30 |
2217 | 2024-04-30T20:12:58.461Z | Compiling rustls v0.21.9 |
2218 | 2024-04-30T20:12:58.737Z | Compiling pin-utils v0.1.0 |
2219 | 2024-04-30T20:12:58.746Z | Compiling futures-io v0.3.30 |
2220 | 2024-04-30T20:12:58.950Z | Compiling rand_chacha v0.3.1 |
2221 | 2024-04-30T20:12:58.993Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2222 | 2024-04-30T20:12:59.554Z | Compiling spin v0.9.8 |
2223 | 2024-04-30T20:12:59.575Z | Compiling tracing-core v0.1.32 |
2224 | 2024-04-30T20:12:59.732Z | Compiling base64ct v1.6.0 |
2225 | 2024-04-30T20:13:00.285Z | Compiling pem-rfc7468 v0.7.0 |
2226 | 2024-04-30T20:13:00.410Z | Compiling rand v0.8.5 |
2227 | 2024-04-30T20:13:00.426Z | Compiling zerocopy-derive v0.2.0 |
2228 | 2024-04-30T20:13:00.457Z | Compiling serde_derive v1.0.199 |
2229 | 2024-04-30T20:13:00.644Z | Compiling zeroize_derive v1.4.2 |
2230 | 2024-04-30T20:13:00.681Z | Compiling zerocopy-derive v0.7.32 |
2231 | 2024-04-30T20:13:00.869Z | Compiling thiserror-impl v1.0.59 |
2232 | 2024-04-30T20:13:01.822Z | Compiling tokio-macros v2.2.0 |
2233 | 2024-04-30T20:13:01.917Z | Compiling futures-macro v0.3.30 |
2234 | 2024-04-30T20:13:02.122Z | Compiling zeroize v1.7.0 |
2235 | 2024-04-30T20:13:02.166Z | Compiling tracing-attributes v0.1.27 |
2236 | 2024-04-30T20:13:02.681Z | Compiling zerocopy v0.7.32 |
2237 | 2024-04-30T20:13:03.717Z | Compiling pest v2.7.6 |
2238 | 2024-04-30T20:13:03.769Z | Compiling der_derive v0.7.2 |
2239 | 2024-04-30T20:13:03.793Z | Compiling crypto-common v0.1.6 |
2240 | 2024-04-30T20:13:03.998Z | Compiling block-buffer v0.10.4 |
2241 | 2024-04-30T20:13:04.148Z | Compiling openssl-macros v0.1.1 |
2242 | 2024-04-30T20:13:04.222Z | Compiling digest v0.10.7 |
2243 | 2024-04-30T20:13:04.694Z | Compiling futures-util v0.3.30 |
2244 | 2024-04-30T20:13:05.145Z | Compiling hashbrown v0.14.3 |
2245 | 2024-04-30T20:13:05.520Z | Compiling tracing v0.1.40 |
2246 | 2024-04-30T20:13:05.715Z | Compiling scroll_derive v0.12.0 |
2247 | 2024-04-30T20:13:05.982Z | Compiling pest_meta v2.7.6 |
2248 | 2024-04-30T20:13:06.052Z | Compiling zerocopy-derive v0.6.6 |
2249 | 2024-04-30T20:13:06.769Z | Compiling cookie v0.17.0 |
2250 | 2024-04-30T20:13:06.808Z | Compiling usdt-impl v0.3.5 |
2251 | 2024-04-30T20:13:06.853Z | Compiling percent-encoding v2.3.1 |
2252 | 2024-04-30T20:13:07.054Z | Compiling flagset v0.4.3 |
2253 | 2024-04-30T20:13:07.146Z | Compiling pest_generator v2.7.6 |
2254 | 2024-04-30T20:13:07.253Z | Compiling schemars v0.8.16 |
2255 | 2024-04-30T20:13:07.573Z | Compiling signal-hook v0.3.17 |
2256 | 2024-04-30T20:13:07.924Z | Compiling der v0.7.8 |
2257 | 2024-04-30T20:13:08.796Z | Compiling serde_derive_internals v0.26.0 |
2258 | 2024-04-30T20:13:09.889Z | Compiling pest_derive v2.7.6 |
2259 | 2024-04-30T20:13:11.010Z | Compiling errno v0.3.8 |
2260 | 2024-04-30T20:13:11.095Z | Compiling fnv v1.0.7 |
2261 | 2024-04-30T20:13:11.749Z | Compiling schemars_derive v0.8.16 |
2262 | 2024-04-30T20:13:11.749Z | Compiling spki v0.7.2 |
2263 | 2024-04-30T20:13:12.615Z | Compiling zerocopy v0.3.0 |
2264 | 2024-04-30T20:13:13.235Z | Compiling lazy_static v1.4.0 |
2265 | 2024-04-30T20:13:13.461Z | Compiling backtrace v0.3.69 |
2266 | 2024-04-30T20:13:13.874Z | Compiling bytes v1.6.0 |
2267 | 2024-04-30T20:13:14.566Z | Compiling bitflags v2.4.2 |
2268 | 2024-04-30T20:13:14.682Z | Compiling tokio v1.37.0 |
2269 | 2024-04-30T20:13:15.348Z | Compiling indexmap v2.2.6 |
2270 | 2024-04-30T20:13:16.013Z | Compiling rustc_version v0.4.0 |
2271 | 2024-04-30T20:13:16.620Z | Compiling heapless v0.7.16 |
2272 | 2024-04-30T20:13:16.785Z | Compiling http v0.2.12 |
2273 | 2024-04-30T20:13:17.050Z | Compiling uuid v1.8.0 |
2274 | 2024-04-30T20:13:17.796Z | Compiling thread-id v4.2.0 |
2275 | 2024-04-30T20:13:17.826Z | Compiling num-bigint v0.4.4 |
2276 | 2024-04-30T20:13:18.317Z | Compiling base64 v0.21.7 |
2277 | 2024-04-30T20:13:18.345Z | Compiling crossbeam-utils v0.8.19 |
2278 | 2024-04-30T20:13:19.218Z | Compiling smoltcp v0.9.1 |
2279 | 2024-04-30T20:13:19.226Z | Compiling powerfmt v0.2.0 |
2280 | 2024-04-30T20:13:19.226Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2281 | 2024-04-30T20:13:19.410Z | Compiling iana-time-zone v0.1.57 |
2282 | 2024-04-30T20:13:19.808Z | Compiling heck v0.5.0 |
2283 | 2024-04-30T20:13:19.891Z | Compiling foreign-types-shared v0.1.1 |
2284 | 2024-04-30T20:13:20.006Z | Compiling heck v0.4.1 |
2285 | 2024-04-30T20:13:20.171Z | Compiling untrusted v0.9.0 |
2286 | 2024-04-30T20:13:20.231Z | Compiling untrusted v0.7.1 |
2287 | 2024-04-30T20:13:20.409Z | Compiling clap_derive v4.5.4 |
2288 | 2024-04-30T20:13:21.604Z | Compiling foreign-types v0.3.2 |
2289 | 2024-04-30T20:13:22.277Z | Compiling chrono v0.4.38 |
2290 | 2024-04-30T20:13:22.326Z | Compiling deranged v0.3.11 |
2291 | 2024-04-30T20:13:23.340Z | Compiling tokio-util v0.7.10 |
2292 | 2024-04-30T20:13:24.046Z | Compiling dof v0.1.5 |
2293 | 2024-04-30T20:13:24.070Z | Compiling dtrace-parser v0.1.14 |
2294 | 2024-04-30T20:13:24.375Z | Compiling form_urlencoded v1.2.1 |
2295 | 2024-04-30T20:13:24.654Z | Compiling hmac v0.12.1 |
2296 | 2024-04-30T20:13:24.757Z | Compiling num-integer v0.1.46 |
2297 | 2024-04-30T20:13:24.901Z | Compiling num_threads v0.1.6 |
2298 | 2024-04-30T20:13:25.018Z | Compiling try-lock v0.2.4 |
2299 | 2024-04-30T20:13:25.036Z | Compiling utf8parse v0.2.1 |
2300 | 2024-04-30T20:13:25.162Z | Compiling rustversion v1.0.14 |
2301 | 2024-04-30T20:13:25.394Z | Compiling anstyle v1.0.6 |
2302 | 2024-04-30T20:13:25.504Z | Compiling siphasher v0.3.11 |
2303 | 2024-04-30T20:13:25.585Z | Compiling cpufeatures v0.2.12 |
2304 | 2024-04-30T20:13:25.737Z | Compiling adler v1.0.2 |
2305 | 2024-04-30T20:13:25.869Z | Compiling miniz_oxide v0.7.1 |
2306 | 2024-04-30T20:13:25.896Z | Compiling sha2 v0.10.8 |
2307 | 2024-04-30T20:13:27.090Z | Compiling anstyle-parse v0.2.1 |
2308 | 2024-04-30T20:13:27.684Z | Compiling want v0.3.1 |
2309 | 2024-04-30T20:13:28.122Z | Compiling time v0.3.34 |
2310 | 2024-04-30T20:13:28.962Z | Compiling h2 v0.3.26 |
2311 | 2024-04-30T20:13:29.888Z | Compiling sct v0.7.0 |
2312 | 2024-04-30T20:13:30.173Z | Compiling rustls-webpki v0.101.7 |
2313 | 2024-04-30T20:13:30.580Z | Compiling http-body v0.4.5 |
2314 | 2024-04-30T20:13:31.432Z | Compiling serde_tokenstream v0.1.7 |
2315 | 2024-04-30T20:13:31.803Z | Compiling pkcs8 v0.10.2 |
2316 | 2024-04-30T20:13:31.833Z | Compiling async-trait v0.1.80 |
2317 | 2024-04-30T20:13:31.907Z | Compiling hubpack_derive v0.1.1 |
2318 | 2024-04-30T20:13:32.363Z | Compiling idna v0.5.0 |
2319 | 2024-04-30T20:13:33.079Z | Compiling aho-corasick v1.1.2 |
2320 | 2024-04-30T20:13:33.593Z | Compiling usdt-impl v0.5.0 |
2321 | 2024-04-30T20:13:33.908Z | Compiling colorchoice v1.0.0 |
2322 | 2024-04-30T20:13:34.007Z | Compiling anyhow v1.0.82 |
2323 | 2024-04-30T20:13:34.029Z | Compiling radium v0.7.0 |
2324 | 2024-04-30T20:13:34.146Z | Compiling slog v2.7.0 |
2325 | 2024-04-30T20:13:34.431Z | Compiling anstyle-query v1.0.0 |
2326 | 2024-04-30T20:13:34.727Z | Compiling openssl-probe v0.1.5 |
2327 | 2024-04-30T20:13:34.803Z | Compiling tower-service v0.3.2 |
2328 | 2024-04-30T20:13:35.417Z | Compiling regex-syntax v0.8.2 |
2329 | 2024-04-30T20:13:35.425Z | Compiling httpdate v1.0.3 |
2330 | 2024-04-30T20:13:35.965Z | Compiling hyper v0.14.28 |
2331 | 2024-04-30T20:13:38.593Z | Compiling regex-automata v0.4.5 |
2332 | 2024-04-30T20:13:41.425Z | Compiling anstream v0.6.11 |
2333 | 2024-04-30T20:13:43.226Z | Compiling url v2.5.0 |
2334 | 2024-04-30T20:13:45.292Z | Compiling terminal_size v0.3.0 |
2335 | 2024-04-30T20:13:45.546Z | Compiling toml_datetime v0.6.5 |
2336 | 2024-04-30T20:13:45.804Z | Compiling serde_spanned v0.6.5 |
2337 | 2024-04-30T20:13:46.016Z | Compiling zerocopy v0.6.6 |
2338 | 2024-04-30T20:13:46.287Z | Compiling scroll v0.12.0 |
2339 | 2024-04-30T20:13:46.348Z | Compiling md-5 v0.10.5 |
2340 | 2024-04-30T20:13:46.765Z | Compiling idna v0.3.0 |
2341 | 2024-04-30T20:13:47.285Z | Compiling stringprep v0.1.3 |
2342 | 2024-04-30T20:13:47.285Z | Compiling diesel_table_macro_syntax v0.1.0 |
2343 | 2024-04-30T20:13:47.286Z | Compiling hash32 v0.2.1 |
2344 | 2024-04-30T20:13:47.413Z | Compiling uuid v0.8.2 |
2345 | 2024-04-30T20:13:47.459Z | Compiling stable_deref_trait v1.2.0 |
2346 | 2024-04-30T20:13:47.557Z | Compiling psl-types v2.0.11 |
2347 | 2024-04-30T20:13:47.574Z | Compiling strsim v0.11.0 |
2348 | 2024-04-30T20:13:47.668Z | Compiling fallible-iterator v0.2.0 |
2349 | 2024-04-30T20:13:47.744Z | Compiling plain v0.2.3 |
2350 | 2024-04-30T20:13:47.874Z | Compiling maybe-uninit v2.0.0 |
2351 | 2024-04-30T20:13:47.910Z | Compiling tap v1.0.1 |
2352 | 2024-04-30T20:13:48.398Z | Compiling dyn-clone v1.0.17 |
2353 | 2024-04-30T20:13:48.398Z | Compiling clap_lex v0.7.0 |
2354 | 2024-04-30T20:13:48.398Z | Compiling gimli v0.28.0 |
2355 | 2024-04-30T20:13:48.398Z | Compiling postgres-protocol v0.6.6 |
2356 | 2024-04-30T20:13:48.982Z | Compiling clap_builder v4.5.2 |
2357 | 2024-04-30T20:13:49.351Z | Compiling wyz v0.5.1 |
2358 | 2024-04-30T20:13:49.916Z | Compiling goblin v0.8.0 |
2359 | 2024-04-30T20:13:49.924Z | Compiling publicsuffix v2.2.3 |
2360 | 2024-04-30T20:13:50.786Z | Compiling tokio-rustls v0.24.1 |
2361 | 2024-04-30T20:13:51.146Z | Compiling diesel_derives v2.1.2 |
2362 | 2024-04-30T20:13:52.264Z | Compiling addr2line v0.21.0 |
2363 | 2024-04-30T20:13:52.827Z | Compiling strum_macros v0.25.2 |
2364 | 2024-04-30T20:13:54.277Z | Compiling tokio-native-tls v0.3.1 |
2365 | 2024-04-30T20:13:54.627Z | Compiling usdt-attr-macro v0.3.5 |
2366 | 2024-04-30T20:13:56.035Z | Compiling usdt-macro v0.3.5 |
2367 | 2024-04-30T20:13:57.653Z | Compiling phf_shared v0.11.2 |
2368 | 2024-04-30T20:13:57.978Z | Compiling num-iter v0.1.44 |
2369 | 2024-04-30T20:13:58.182Z | Compiling enum-as-inner v0.5.1 |
2370 | 2024-04-30T20:13:59.242Z | Compiling block-padding v0.3.3 |
2371 | 2024-04-30T20:13:59.359Z | Compiling serde_repr v0.1.16 |
2372 | 2024-04-30T20:14:00.321Z | Compiling ff v0.13.0 |
2373 | 2024-04-30T20:14:00.551Z | Compiling scheduled-thread-pool v0.2.7 |
2374 | 2024-04-30T20:14:01.804Z | Compiling object v0.32.1 |
2375 | 2024-04-30T20:14:03.496Z | Compiling matches v0.1.10 |
2376 | 2024-04-30T20:14:03.585Z | Compiling num-bigint-dig v0.8.4 |
2377 | 2024-04-30T20:14:03.882Z | Compiling funty v2.0.0 |
2378 | 2024-04-30T20:14:04.813Z | Compiling bit-vec v0.6.3 |
2379 | 2024-04-30T20:14:04.824Z | Compiling pretty-hex v0.4.1 |
2380 | 2024-04-30T20:14:05.026Z | Compiling managed v0.8.0 |
2381 | 2024-04-30T20:14:05.488Z | Compiling packed_struct v0.10.1 |
2382 | 2024-04-30T20:14:05.849Z | Compiling rustc-demangle v0.1.23 |
2383 | 2024-04-30T20:14:05.881Z | Compiling winnow v0.5.15 |
2384 | 2024-04-30T20:14:06.690Z | Compiling ipnet v2.9.0 |
2385 | 2024-04-30T20:14:07.722Z | Compiling base16ct v0.2.0 |
2386 | 2024-04-30T20:14:08.209Z | Compiling regex-automata v0.1.10 |
2387 | 2024-04-30T20:14:08.667Z | Compiling bitflags v1.3.2 |
2388 | 2024-04-30T20:14:08.690Z | Compiling bstr v0.2.17 |
2389 | 2024-04-30T20:14:09.415Z | Compiling toml_edit v0.19.15 |
2390 | 2024-04-30T20:14:10.856Z | Compiling sec1 v0.7.3 |
2391 | 2024-04-30T20:14:16.210Z | Compiling bitvec v1.0.1 |
2392 | 2024-04-30T20:14:16.230Z | Compiling dof v0.3.0 |
2393 | 2024-04-30T20:14:16.387Z | Compiling idna v0.2.3 |
2394 | 2024-04-30T20:14:16.544Z | Compiling r2d2 v0.8.10 |
2395 | 2024-04-30T20:14:16.892Z | Compiling group v0.13.0 |
2396 | 2024-04-30T20:14:17.750Z | Compiling inout v0.1.3 |
2397 | 2024-04-30T20:14:19.116Z | Compiling phf v0.11.2 |
2398 | 2024-04-30T20:14:19.445Z | Compiling hyper-tls v0.5.0 |
2399 | 2024-04-30T20:14:19.784Z | Compiling signal-hook-mio v0.2.3 |
2400 | 2024-04-30T20:14:19.948Z | Compiling cookie_store v0.20.0 |
2401 | 2024-04-30T20:14:20.266Z | Compiling clap v4.5.4 |
2402 | 2024-04-30T20:14:20.383Z | Compiling flate2 v1.0.28 |
2403 | 2024-04-30T20:14:21.216Z | Compiling bzip2 v0.4.4 |
2404 | 2024-04-30T20:14:21.262Z | Compiling hyper-rustls v0.24.2 |
2405 | 2024-04-30T20:14:21.361Z | Compiling ipnetwork v0.20.0 |
2406 | 2024-04-30T20:14:22.006Z | Compiling postgres-types v0.2.6 |
2407 | 2024-04-30T20:14:22.016Z | Compiling regex v1.10.4 |
2408 | 2024-04-30T20:14:22.447Z | Compiling hubpack v0.1.2 |
2409 | 2024-04-30T20:14:22.661Z | Compiling rustls-pemfile v1.0.3 |
2410 | 2024-04-30T20:14:22.861Z | Compiling phf_shared v0.10.0 |
2411 | 2024-04-30T20:14:22.869Z | Compiling hkdf v0.12.4 |
2412 | 2024-04-30T20:14:22.939Z | Compiling serde_urlencoded v0.7.1 |
2413 | 2024-04-30T20:14:23.050Z | Compiling dtrace-parser v0.2.0 |
2414 | 2024-04-30T20:14:23.089Z | Compiling futures-executor v0.3.30 |
2415 | 2024-04-30T20:14:23.565Z | Compiling crypto-bigint v0.5.2 |
2416 | 2024-04-30T20:14:23.871Z | Compiling packed_struct_codegen v0.10.1 |
2417 | 2024-04-30T20:14:24.696Z | Compiling float-cmp v0.9.0 |
2418 | 2024-04-30T20:14:25.499Z | Compiling indexmap v1.9.3 |
2419 | 2024-04-30T20:14:25.652Z | Compiling encoding_rs v0.8.33 |
2420 | 2024-04-30T20:14:25.802Z | Compiling mime v0.3.17 |
2421 | 2024-04-30T20:14:26.812Z | Compiling minimal-lexical v0.2.1 |
2422 | 2024-04-30T20:14:26.834Z | Compiling normalize-line-endings v0.3.0 |
2423 | 2024-04-30T20:14:26.835Z | Compiling unicode-width v0.1.11 |
2424 | 2024-04-30T20:14:26.835Z | Compiling data-encoding v2.4.0 |
2425 | 2024-04-30T20:14:27.079Z | Compiling crc-catalog v2.2.0 |
2426 | 2024-04-30T20:14:27.214Z | Compiling unicode-segmentation v1.10.1 |
2427 | 2024-04-30T20:14:27.360Z | Compiling nodrop v0.1.14 |
2428 | 2024-04-30T20:14:27.478Z | Compiling sync_wrapper v0.1.2 |
2429 | 2024-04-30T20:14:27.599Z | Compiling difflib v0.4.0 |
2430 | 2024-04-30T20:14:28.017Z | Compiling webpki-roots v0.25.2 |
2431 | 2024-04-30T20:14:28.441Z | Compiling new_debug_unreachable v1.0.4 |
2432 | 2024-04-30T20:14:28.493Z | Compiling predicates-core v1.0.6 |
2433 | 2024-04-30T20:14:28.803Z | Compiling fixedbitset v0.4.2 |
2434 | 2024-04-30T20:14:28.901Z | Compiling whoami v1.5.1 |
2435 | 2024-04-30T20:14:29.181Z | Compiling precomputed-hash v0.1.1 |
2436 | 2024-04-30T20:14:29.293Z | Compiling static_assertions v1.1.0 |
2437 | 2024-04-30T20:14:29.460Z | Compiling winnow v0.6.1 |
2438 | 2024-04-30T20:14:29.605Z | Compiling either v1.11.0 |
2439 | 2024-04-30T20:14:30.012Z | Compiling itertools v0.10.5 |
2440 | 2024-04-30T20:14:32.943Z | Compiling toml_edit v0.22.12 |
2441 | 2024-04-30T20:14:34.002Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2442 | 2024-04-30T20:14:34.209Z | Compiling string_cache v0.8.7 |
2443 | 2024-04-30T20:14:34.290Z | Compiling tokio-postgres v0.7.10 |
2444 | 2024-04-30T20:14:34.627Z | Compiling petgraph v0.6.4 |
2445 | 2024-04-30T20:14:38.825Z | Compiling predicates v3.1.0 |
2446 | 2024-04-30T20:14:39.559Z | Compiling reqwest v0.11.24 |
2447 | 2024-04-30T20:14:40.026Z | Compiling similar v2.4.0 |
2448 | 2024-04-30T20:14:40.340Z | Compiling array-init v0.0.4 |
2449 | 2024-04-30T20:14:41.482Z | Compiling trust-dns-proto v0.22.0 |
2450 | 2024-04-30T20:14:41.643Z | Compiling crc v3.0.1 |
2451 | 2024-04-30T20:14:42.282Z | Compiling nom v7.1.3 |
2452 | 2024-04-30T20:14:42.376Z | Compiling console v0.15.8 |
2453 | 2024-04-30T20:14:45.847Z | Compiling elliptic-curve v0.13.8 |
2454 | 2024-04-30T20:14:48.314Z | Compiling futures v0.3.30 |
2455 | 2024-04-30T20:14:50.901Z | Compiling diesel v2.1.6 |
2456 | 2024-04-30T20:14:50.947Z | Compiling smallvec v0.6.14 |
2457 | 2024-04-30T20:14:50.973Z | Compiling zip v0.6.6 |
2458 | 2024-04-30T20:14:51.419Z | Compiling yasna v0.5.2 |
2459 | 2024-04-30T20:14:52.150Z | Compiling crossterm v0.27.0 |
2460 | 2024-04-30T20:14:52.164Z | Compiling crossbeam-epoch v0.9.18 |
2461 | 2024-04-30T20:14:53.720Z | Compiling cipher v0.4.4 |
2462 | 2024-04-30T20:14:54.089Z | Compiling toml v0.7.8 |
2463 | 2024-04-30T20:14:55.474Z | Compiling bit-set v0.5.3 |
2464 | 2024-04-30T20:14:55.584Z | Compiling usdt v0.3.5 |
2465 | 2024-04-30T20:14:56.482Z | Compiling bstr v1.9.0 |
2466 | 2024-04-30T20:14:57.032Z | Compiling pkcs1 v0.7.5 |
2467 | 2024-04-30T20:14:58.039Z | Compiling tokio-stream v0.1.15 |
2468 | 2024-04-30T20:14:58.997Z | Compiling is-terminal v0.4.9 |
2469 | 2024-04-30T20:14:59.545Z | Compiling openapiv3 v2.0.0 |
2470 | 2024-04-30T20:15:01.247Z | Compiling hex v0.4.3 |
2471 | 2024-04-30T20:15:02.071Z | Compiling signature v2.1.0 |
2472 | 2024-04-30T20:15:02.842Z | Compiling hashbrown v0.12.3 |
2473 | 2024-04-30T20:15:03.800Z | Compiling base64 v0.22.0 |
2474 | 2024-04-30T20:15:03.810Z | Compiling lalrpop-util v0.19.12 |
2475 | 2024-04-30T20:15:04.473Z | Compiling bitfield v0.14.0 |
2476 | 2024-04-30T20:15:04.741Z | Compiling termcolor v1.2.0 |
2477 | 2024-04-30T20:15:04.789Z | Compiling peg-runtime v0.8.2 |
2478 | 2024-04-30T20:15:07.679Z | Compiling env_logger v0.10.0 |
2479 | 2024-04-30T20:15:08.273Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2480 | 2024-04-30T20:15:11.729Z | Compiling rsa v0.9.2 |
2481 | 2024-04-30T20:15:17.903Z | Compiling serde-hex v0.1.0 |
2482 | 2024-04-30T20:15:21.195Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2483 | 2024-04-30T20:15:26.921Z | Compiling ron v0.8.1 |
2484 | 2024-04-30T20:15:27.211Z | Compiling x509-cert v0.2.4 |
2485 | 2024-04-30T20:15:28.295Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2486 | 2024-04-30T20:15:28.334Z | Compiling hashbrown v0.13.2 |
2487 | 2024-04-30T20:15:32.772Z | Compiling crc-any v2.4.3 |
2488 | 2024-04-30T20:15:50.429Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2489 | 2024-04-30T20:15:56.407Z | Compiling object v0.30.4 |
2490 | 2024-04-30T20:16:00.654Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2491 | 2024-04-30T20:16:12.096Z | Compiling path-slash v0.1.5 |
2492 | 2024-04-30T20:16:13.459Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2493 | 2024-04-30T20:16:32.914Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2494 | 2024-04-30T20:16:33.661Z | Finished release [optimized] target(s) in 3m 48s |
2495 | 2024-04-30T20:16:33.730Z | |
2496 | 2024-04-30T20:16:33.731Z | real 3:48.671889969 |
2497 | 2024-04-30T20:16:33.731Z | user 25:06.261809286 |
2498 | 2024-04-30T20:16:33.731Z | sys 3:11.145844373 |
2499 | 2024-04-30T20:16:33.741Z | trap 0.776451593 |
2500 | 2024-04-30T20:16:33.741Z | tflt 1.729438106 |
2501 | 2024-04-30T20:16:33.741Z | dflt 0.323967924 |
2502 | 2024-04-30T20:16:33.741Z | kflt 0.008734795 |
2503 | 2024-04-30T20:16:33.742Z | lock 57:44.812355052 |
2504 | 2024-04-30T20:16:33.742Z | slp 1:14:44.729160023 |
2505 | 2024-04-30T20:16:33.742Z | lat 1:31.707713836 |
2506 | 2024-04-30T20:16:33.742Z | stop 1:25.520536868 |
2507 | 2024-04-30T20:16:33.742Z | + ptime -m gzip |
2508 | 2024-04-30T20:16:34.414Z | |
2509 | 2024-04-30T20:16:34.434Z | real 0.265560010 |
2510 | 2024-04-30T20:16:34.435Z | user 0.262998037 |
2511 | 2024-04-30T20:16:34.435Z | sys 0.002057123 |
2512 | 2024-04-30T20:16:34.435Z | trap 0.000019746 |
2513 | 2024-04-30T20:16:34.435Z | tflt 0.000000000 |
2514 | 2024-04-30T20:16:34.435Z | dflt 0.000000000 |
2515 | 2024-04-30T20:16:34.435Z | kflt 0.000000000 |
2516 | 2024-04-30T20:16:34.436Z | lock 0.000000000 |
2517 | 2024-04-30T20:16:34.436Z | slp 0.000000000 |
2518 | 2024-04-30T20:16:34.436Z | lat 0.000086094 |
2519 | 2024-04-30T20:16:34.436Z | stop 0.000169819 |
2520 | 2024-04-30T20:16:34.436Z | + banner tufaceous |
2521 | 2024-04-30T20:16:34.436Z | |
2522 | 2024-04-30T20:16:34.436Z | ##### # # ###### ## #### ###### #### # # #### |
2523 | 2024-04-30T20:16:34.436Z | # # # # # # # # # # # # # # |
2524 | 2024-04-30T20:16:34.437Z | # # # ##### # # # ##### # # # # #### |
2525 | 2024-04-30T20:16:34.437Z | # # # # ###### # # # # # # # |
2526 | 2024-04-30T20:16:34.437Z | # # # # # # # # # # # # # # # |
2527 | 2024-04-30T20:16:34.437Z | # #### # # # #### ###### #### #### #### |
2528 | 2024-04-30T20:16:34.437Z | |
2529 | 2024-04-30T20:16:34.437Z | + ptime -m cargo build --locked -p tufaceous --release |
2530 | 2024-04-30T20:16:35.036Z | Downloading crates ... |
2531 | 2024-04-30T20:16:35.145Z | Downloaded parse-size v1.0.0 |
2532 | 2024-04-30T20:16:35.145Z | Downloaded globset v0.4.13 |
2533 | 2024-04-30T20:16:35.145Z | Downloaded pin-project v1.1.3 |
2534 | 2024-04-30T20:16:35.145Z | Downloaded buf-list v1.0.3 |
2535 | 2024-04-30T20:16:35.145Z | Downloaded async-recursion v1.1.0 |
2536 | 2024-04-30T20:16:35.145Z | Downloaded serde_plain v1.0.2 |
2537 | 2024-04-30T20:16:35.145Z | Downloaded pin-project-internal v1.1.3 |
2538 | 2024-04-30T20:16:35.146Z | Downloaded olpc-cjson v0.1.3 |
2539 | 2024-04-30T20:16:35.146Z | Downloaded fs-err v2.11.0 |
2540 | 2024-04-30T20:16:35.146Z | Downloaded snafu-derive v0.8.2 |
2541 | 2024-04-30T20:16:35.146Z | Downloaded snafu v0.8.2 |
2542 | 2024-04-30T20:16:35.146Z | Downloaded typed-path v0.7.0 |
2543 | 2024-04-30T20:16:35.146Z | Downloaded tough v0.17.1 |
2544 | 2024-04-30T20:16:35.147Z | Compiling serde_tokenstream v0.2.0 |
2545 | 2024-04-30T20:16:35.147Z | Compiling regress v0.9.1 |
2546 | 2024-04-30T20:16:35.147Z | Compiling dirs-sys-next v0.1.2 |
2547 | 2024-04-30T20:16:35.147Z | Compiling heck v0.4.1 |
2548 | 2024-04-30T20:16:35.147Z | Compiling rustls-pki-types v1.3.0 |
2549 | 2024-04-30T20:16:35.147Z | Compiling ident_case v1.0.1 |
2550 | 2024-04-30T20:16:35.147Z | Compiling strsim v0.10.0 |
2551 | 2024-04-30T20:16:35.210Z | Compiling dirs-next v2.0.0 |
2552 | 2024-04-30T20:16:35.407Z | Compiling darling_core v0.20.8 |
2553 | 2024-04-30T20:16:35.534Z | Compiling getopts v0.2.21 |
2554 | 2024-04-30T20:16:35.960Z | Compiling thread_local v1.1.7 |
2555 | 2024-04-30T20:16:36.058Z | Compiling camino v1.1.6 |
2556 | 2024-04-30T20:16:36.106Z | Compiling rustls v0.22.4 |
2557 | 2024-04-30T20:16:37.701Z | Compiling paste v1.0.14 |
2558 | 2024-04-30T20:16:37.790Z | Compiling unsafe-libyaml v0.2.10 |
2559 | 2024-04-30T20:16:37.791Z | Compiling slog-async v2.8.0 |
2560 | 2024-04-30T20:16:37.791Z | Compiling rustls-webpki v0.102.1 |
2561 | 2024-04-30T20:16:37.791Z | Compiling term v0.7.0 |
2562 | 2024-04-30T20:16:37.791Z | Compiling crossbeam-channel v0.5.8 |
2563 | 2024-04-30T20:16:38.118Z | Compiling serde_yaml v0.9.25 |
2564 | 2024-04-30T20:16:38.612Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2565 | 2024-04-30T20:16:39.535Z | Compiling structmeta-derive v0.3.0 |
2566 | 2024-04-30T20:16:40.735Z | Compiling multer v3.0.0 |
2567 | 2024-04-30T20:16:41.055Z | Compiling take_mut v0.2.2 |
2568 | 2024-04-30T20:16:41.204Z | Compiling match_cfg v0.1.0 |
2569 | 2024-04-30T20:16:41.709Z | Compiling hostname v0.3.1 |
2570 | 2024-04-30T20:16:41.733Z | Compiling darling_macro v0.20.8 |
2571 | 2024-04-30T20:16:41.734Z | Compiling slog-term v2.9.1 |
2572 | 2024-04-30T20:16:42.654Z | Compiling structmeta v0.3.0 |
2573 | 2024-04-30T20:16:42.664Z | Compiling darling v0.20.8 |
2574 | 2024-04-30T20:16:43.611Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2575 | 2024-04-30T20:16:43.623Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2576 | 2024-04-30T20:16:44.188Z | Compiling slog-json v2.6.1 |
2577 | 2024-04-30T20:16:44.265Z | Compiling http v1.0.0 |
2578 | 2024-04-30T20:16:44.393Z | Compiling pin-project-internal v1.1.3 |
2579 | 2024-04-30T20:16:44.568Z | Compiling async-stream-impl v0.3.5 |
2580 | 2024-04-30T20:16:44.591Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2581 | 2024-04-30T20:16:44.928Z | Compiling atomic-waker v1.1.1 |
2582 | 2024-04-30T20:16:45.126Z | Compiling fastrand v2.0.1 |
2583 | 2024-04-30T20:16:45.158Z | Compiling waitgroup v0.1.2 |
2584 | 2024-04-30T20:16:45.454Z | Compiling slog-bunyan v2.5.0 |
2585 | 2024-04-30T20:16:45.720Z | Compiling tempfile v3.10.1 |
2586 | 2024-04-30T20:16:45.882Z | Compiling async-stream v0.3.5 |
2587 | 2024-04-30T20:16:46.313Z | Compiling tokio-rustls v0.25.0 |
2588 | 2024-04-30T20:16:47.070Z | Compiling parse-display-derive v0.9.0 |
2589 | 2024-04-30T20:16:47.128Z | Compiling pin-project v1.1.3 |
2590 | 2024-04-30T20:16:47.258Z | Compiling serde_with_macros v3.7.0 |
2591 | 2024-04-30T20:16:47.609Z | Compiling toml v0.8.12 |
2592 | 2024-04-30T20:16:48.856Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2593 | 2024-04-30T20:16:49.007Z | Compiling rustls-pemfile v2.1.2 |
2594 | 2024-04-30T20:16:49.519Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2595 | 2024-04-30T20:16:49.784Z | Compiling sha1 v0.10.6 |
2596 | 2024-04-30T20:16:50.051Z | Compiling strum_macros v0.26.1 |
2597 | 2024-04-30T20:16:50.570Z | Compiling newtype-uuid v1.1.0 |
2598 | 2024-04-30T20:16:51.060Z | Compiling snafu-derive v0.8.2 |
2599 | 2024-04-30T20:16:51.072Z | Compiling serde_path_to_error v0.1.16 |
2600 | 2024-04-30T20:16:51.072Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2601 | 2024-04-30T20:16:51.673Z | Compiling fs-err v2.11.0 |
2602 | 2024-04-30T20:16:51.878Z | Compiling instant v0.1.12 |
2603 | 2024-04-30T20:16:52.045Z | Compiling arc-swap v1.6.0 |
2604 | 2024-04-30T20:16:52.055Z | Compiling buf-list v1.0.3 |
2605 | 2024-04-30T20:16:52.609Z | Compiling same-file v1.0.6 |
2606 | 2024-04-30T20:16:52.775Z | Compiling debug-ignore v1.0.5 |
2607 | 2024-04-30T20:16:52.877Z | Compiling walkdir v2.5.0 |
2608 | 2024-04-30T20:16:53.777Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2609 | 2024-04-30T20:16:53.920Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2610 | 2024-04-30T20:16:54.514Z | Compiling strum v0.26.2 |
2611 | 2024-04-30T20:16:54.791Z | Compiling slog-scope v4.4.0 |
2612 | 2024-04-30T20:16:55.469Z | Compiling backoff v0.4.0 |
2613 | 2024-04-30T20:16:55.580Z | Compiling snafu v0.8.2 |
2614 | 2024-04-30T20:16:55.725Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2615 | 2024-04-30T20:16:55.815Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2616 | 2024-04-30T20:16:55.936Z | Compiling parse-display v0.9.0 |
2617 | 2024-04-30T20:16:56.270Z | Compiling serde_with v3.7.0 |
2618 | 2024-04-30T20:16:56.887Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2619 | 2024-04-30T20:16:57.624Z | Compiling globset v0.4.13 |
2620 | 2024-04-30T20:16:57.935Z | Compiling pem v3.0.4 |
2621 | 2024-04-30T20:16:59.505Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2622 | 2024-04-30T20:16:59.695Z | Compiling olpc-cjson v0.1.3 |
2623 | 2024-04-30T20:17:00.067Z | Compiling macaddr v1.0.1 |
2624 | 2024-04-30T20:17:01.197Z | Compiling serde_plain v1.0.2 |
2625 | 2024-04-30T20:17:01.272Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2626 | 2024-04-30T20:17:01.272Z | Compiling async-recursion v1.1.0 |
2627 | 2024-04-30T20:17:01.272Z | Compiling xattr v1.0.1 |
2628 | 2024-04-30T20:17:01.437Z | Compiling filetime v0.2.23 |
2629 | 2024-04-30T20:17:01.782Z | Compiling typed-path v0.7.0 |
2630 | 2024-04-30T20:17:02.287Z | Compiling tar v0.4.40 |
2631 | 2024-04-30T20:17:06.013Z | Compiling tough v0.17.1 |
2632 | 2024-04-30T20:17:08.585Z | Compiling slog-stdlog v4.1.1 |
2633 | 2024-04-30T20:17:09.512Z | Compiling camino-tempfile v1.1.1 |
2634 | 2024-04-30T20:17:09.791Z | Compiling itertools v0.12.1 |
2635 | 2024-04-30T20:17:10.372Z | Compiling parse-size v1.0.0 |
2636 | 2024-04-30T20:17:10.654Z | Compiling slog-envlogger v2.2.0 |
2637 | 2024-04-30T20:17:13.165Z | Compiling humantime v2.1.0 |
2638 | 2024-04-30T20:17:16.128Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2639 | 2024-04-30T20:17:16.347Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2640 | 2024-04-30T20:17:22.676Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2641 | 2024-04-30T20:17:30.410Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2642 | 2024-04-30T20:17:32.375Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2643 | 2024-04-30T20:17:51.748Z | Finished release [optimized] target(s) in 1m 17s |
2644 | 2024-04-30T20:17:51.834Z | |
2645 | 2024-04-30T20:17:51.852Z | real 1:17.793620066 |
2646 | 2024-04-30T20:17:51.853Z | user 8:30.995563134 |
2647 | 2024-04-30T20:17:51.853Z | sys 41.376023919 |
2648 | 2024-04-30T20:17:51.853Z | trap 0.227315765 |
2649 | 2024-04-30T20:17:51.853Z | tflt 0.399152333 |
2650 | 2024-04-30T20:17:51.853Z | dflt 0.223369989 |
2651 | 2024-04-30T20:17:51.853Z | kflt 0.000013196 |
2652 | 2024-04-30T20:17:51.854Z | lock 17:39.045963545 |
2653 | 2024-04-30T20:17:51.854Z | slp 19:18.008251125 |
2654 | 2024-04-30T20:17:51.854Z | lat 20.716323457 |
2655 | 2024-04-30T20:17:51.854Z | stop 16.728496218 |
2656 | 2024-04-30T20:17:51.854Z | + ptime -m gzip |
2657 | 2024-04-30T20:17:53.124Z | |
2658 | 2024-04-30T20:17:53.157Z | real 1.279687575 |
2659 | 2024-04-30T20:17:53.157Z | user 1.273035779 |
2660 | 2024-04-30T20:17:53.157Z | sys 0.006077539 |
2661 | 2024-04-30T20:17:53.157Z | trap 0.000075755 |
2662 | 2024-04-30T20:17:53.157Z | tflt 0.000000000 |
2663 | 2024-04-30T20:17:53.158Z | dflt 0.000000000 |
2664 | 2024-04-30T20:17:53.158Z | kflt 0.000000000 |
2665 | 2024-04-30T20:17:53.158Z | lock 0.000000000 |
2666 | 2024-04-30T20:17:53.158Z | slp 0.000000000 |
2667 | 2024-04-30T20:17:53.158Z | lat 0.000093483 |
2668 | 2024-04-30T20:17:53.159Z | stop 0.000185186 |
2669 | 2024-04-30T20:17:53.159Z | + banner permission-slip |
2670 | 2024-04-30T20:17:53.159Z | |
2671 | 2024-04-30T20:17:53.159Z | ##### ###### ##### # # # #### #### # #### # # |
2672 | 2024-04-30T20:17:53.159Z | # # # # # ## ## # # # # # # ## # |
2673 | 2024-04-30T20:17:53.159Z | # # ##### # # # ## # # #### #### # # # # # # |
2674 | 2024-04-30T20:17:53.159Z | ##### # ##### # # # # # # # # # # # |
2675 | 2024-04-30T20:17:53.160Z | # # # # # # # # # # # # # # # ## |
2676 | 2024-04-30T20:17:53.160Z | # ###### # # # # # #### #### # #### # # |
2677 | 2024-04-30T20:17:53.160Z | |
2678 | 2024-04-30T20:17:53.160Z | + source ./tools/permslip_commit |
2679 | 2024-04-30T20:17:53.160Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2680 | 2024-04-30T20:17:53.160Z | + git init /work/permission-slip-build |
2681 | 2024-04-30T20:17:53.160Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2682 | 2024-04-30T20:17:53.160Z | hint: is subject to change. To configure the initial branch name to use in all |
2683 | 2024-04-30T20:17:53.161Z | hint: of your new repositories, which will suppress this warning, call: |
2684 | 2024-04-30T20:17:53.161Z | hint: |
2685 | 2024-04-30T20:17:53.161Z | hint: git config --global init.defaultBranch <name> |
2686 | 2024-04-30T20:17:53.161Z | hint: |
2687 | 2024-04-30T20:17:53.161Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2688 | 2024-04-30T20:17:53.161Z | hint: 'development'. The just-created branch can be renamed via this command: |
2689 | 2024-04-30T20:17:53.161Z | hint: |
2690 | 2024-04-30T20:17:53.161Z | hint: git branch -m <name> |
2691 | 2024-04-30T20:17:53.162Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2692 | 2024-04-30T20:17:53.162Z | + pushd /work/permission-slip-build |
2693 | 2024-04-30T20:17:53.162Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2694 | 2024-04-30T20:17:53.162Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2695 | 2024-04-30T20:17:53.162Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2696 | 2024-04-30T20:17:53.789Z | From https://github.com/oxidecomputer/permission-slip |
2697 | 2024-04-30T20:17:53.790Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2698 | 2024-04-30T20:17:53.793Z | |
2699 | 2024-04-30T20:17:53.794Z | real 0.663329747 |
2700 | 2024-04-30T20:17:53.794Z | user 0.059474273 |
2701 | 2024-04-30T20:17:53.794Z | sys 0.025979117 |
2702 | 2024-04-30T20:17:53.794Z | trap 0.000004288 |
2703 | 2024-04-30T20:17:53.794Z | tflt 0.000004499 |
2704 | 2024-04-30T20:17:53.794Z | dflt 0.000019026 |
2705 | 2024-04-30T20:17:53.794Z | kflt 0.000000000 |
2706 | 2024-04-30T20:17:53.794Z | lock 0.000014987 |
2707 | 2024-04-30T20:17:53.794Z | slp 1.942770535 |
2708 | 2024-04-30T20:17:53.794Z | lat 0.002238647 |
2709 | 2024-04-30T20:17:53.794Z | stop 0.000737341 |
2710 | 2024-04-30T20:17:53.794Z | + git checkout FETCH_HEAD |
2711 | 2024-04-30T20:17:53.811Z | Note: switching to 'FETCH_HEAD'. |
2712 | 2024-04-30T20:17:53.811Z | |
2713 | 2024-04-30T20:17:53.811Z | You are in 'detached HEAD' state. You can look around, make experimental |
2714 | 2024-04-30T20:17:53.811Z | changes and commit them, and you can discard any commits you make in this |
2715 | 2024-04-30T20:17:53.811Z | state without impacting any branches by switching back to a branch. |
2716 | 2024-04-30T20:17:53.811Z | |
2717 | 2024-04-30T20:17:53.811Z | If you want to create a new branch to retain commits you create, you may |
2718 | 2024-04-30T20:17:53.811Z | do so (now or later) by using -c with the switch command. Example: |
2719 | 2024-04-30T20:17:53.811Z | |
2720 | 2024-04-30T20:17:53.812Z | git switch -c <new-branch-name> |
2721 | 2024-04-30T20:17:53.812Z | |
2722 | 2024-04-30T20:17:53.812Z | Or undo this operation with: |
2723 | 2024-04-30T20:17:53.812Z | |
2724 | 2024-04-30T20:17:53.812Z | git switch - |
2725 | 2024-04-30T20:17:53.812Z | |
2726 | 2024-04-30T20:17:53.812Z | Turn off this advice by setting config variable advice.detachedHead to false |
2727 | 2024-04-30T20:17:53.812Z | |
2728 | 2024-04-30T20:17:53.812Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2729 | 2024-04-30T20:17:53.824Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2730 | 2024-04-30T20:17:53.825Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2731 | 2024-04-30T20:17:53.975Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2732 | 2024-04-30T20:17:53.976Z | info: downloading component 'cargo' |
2733 | 2024-04-30T20:17:54.839Z | info: downloading component 'clippy' |
2734 | 2024-04-30T20:17:55.125Z | info: downloading component 'rust-docs' |
2735 | 2024-04-30T20:17:56.589Z | info: downloading component 'rust-std' |
2736 | 2024-04-30T20:17:57.899Z | info: downloading component 'rustc' |
2737 | 2024-04-30T20:18:02.452Z | info: downloading component 'rustfmt' |
2738 | 2024-04-30T20:18:02.725Z | info: installing component 'cargo' |
2739 | 2024-04-30T20:18:03.595Z | info: installing component 'clippy' |
2740 | 2024-04-30T20:18:03.936Z | info: installing component 'rust-docs' |
2741 | 2024-04-30T20:18:05.453Z | info: installing component 'rust-std' |
2742 | 2024-04-30T20:18:07.140Z | info: installing component 'rustc' |
2743 | 2024-04-30T20:18:11.329Z | info: installing component 'rustfmt' |
2744 | 2024-04-30T20:18:11.878Z | Updating crates.io index |
2745 | 2024-04-30T20:18:12.023Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2746 | 2024-04-30T20:18:12.775Z | From https://github.com/oxidecomputer/sshauth |
2747 | 2024-04-30T20:18:12.776Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2748 | 2024-04-30T20:18:12.786Z | * [new branch] main -> origin/main |
2749 | 2024-04-30T20:18:12.786Z | * [new branch] paranoia -> origin/paranoia |
2750 | 2024-04-30T20:18:12.786Z | * [new branch] readme -> origin/readme |
2751 | 2024-04-30T20:18:12.786Z | * [new ref] -> origin/HEAD |
2752 | 2024-04-30T20:18:13.541Z | Downloading crates ... |
2753 | 2024-04-30T20:18:13.559Z | Downloaded autocfg v1.2.0 |
2754 | 2024-04-30T20:18:13.559Z | Downloaded anstream v0.6.13 |
2755 | 2024-04-30T20:18:13.559Z | Downloaded ahash v0.8.11 |
2756 | 2024-04-30T20:18:13.559Z | Downloaded anstyle-query v1.0.2 |
2757 | 2024-04-30T20:18:13.559Z | Downloaded anyhow v1.0.81 |
2758 | 2024-04-30T20:18:13.559Z | Downloaded block-buffer v0.9.0 |
2759 | 2024-04-30T20:18:13.560Z | Downloaded anstyle-parse v0.2.3 |
2760 | 2024-04-30T20:18:13.560Z | Downloaded cc v1.0.90 |
2761 | 2024-04-30T20:18:13.560Z | Downloaded clap-num v1.1.1 |
2762 | 2024-04-30T20:18:13.560Z | Downloaded chrono v0.4.37 |
2763 | 2024-04-30T20:18:13.560Z | Downloaded bincode v1.3.3 |
2764 | 2024-04-30T20:18:13.560Z | Downloaded blake3 v1.5.1 |
2765 | 2024-04-30T20:18:13.560Z | Downloaded bitflags v2.5.0 |
2766 | 2024-04-30T20:18:13.569Z | Downloaded pkg-config v0.3.30 |
2767 | 2024-04-30T20:18:13.572Z | Downloaded try-lock v0.2.5 |
2768 | 2024-04-30T20:18:13.577Z | Downloaded opaque-debug v0.3.1 |
2769 | 2024-04-30T20:18:13.581Z | Downloaded smallvec v1.13.2 |
2770 | 2024-04-30T20:18:13.589Z | Downloaded typify v0.0.16 |
2771 | 2024-04-30T20:18:13.593Z | Downloaded tls_codec_derive v0.4.1 |
2772 | 2024-04-30T20:18:13.593Z | Downloaded tls_codec v0.4.1 |
2773 | 2024-04-30T20:18:13.593Z | Downloaded termcolor v1.4.1 |
2774 | 2024-04-30T20:18:13.593Z | Downloaded ssh-encoding v0.2.0 |
2775 | 2024-04-30T20:18:13.604Z | Downloaded parking_lot_core v0.9.9 |
2776 | 2024-04-30T20:18:13.611Z | Downloaded is-terminal v0.4.12 |
2777 | 2024-04-30T20:18:13.611Z | Downloaded typify-macro v0.0.16 |
2778 | 2024-04-30T20:18:13.619Z | Downloaded xdg v2.5.2 |
2779 | 2024-04-30T20:18:13.623Z | Downloaded digest v0.9.0 |
2780 | 2024-04-30T20:18:13.623Z | Downloaded iana-time-zone v0.1.60 |
2781 | 2024-04-30T20:18:13.623Z | Downloaded http-body v0.4.6 |
2782 | 2024-04-30T20:18:13.626Z | Downloaded itoa v1.0.11 |
2783 | 2024-04-30T20:18:13.627Z | Downloaded spki v0.7.3 |
2784 | 2024-04-30T20:18:13.627Z | Downloaded ed25519 v1.5.3 |
2785 | 2024-04-30T20:18:13.635Z | Downloaded sct v0.7.1 |
2786 | 2024-04-30T20:18:13.640Z | Downloaded env_logger v0.10.2 |
2787 | 2024-04-30T20:18:13.644Z | Downloaded ryu v1.0.17 |
2788 | 2024-04-30T20:18:13.649Z | Downloaded flagset v0.4.5 |
2789 | 2024-04-30T20:18:13.652Z | Downloaded ed25519 v2.2.3 |
2790 | 2024-04-30T20:18:13.657Z | Downloaded signature v2.2.0 |
2791 | 2024-04-30T20:18:13.657Z | Downloaded lock_api v0.4.11 |
2792 | 2024-04-30T20:18:13.664Z | Downloaded rustls-pemfile v1.0.4 |
2793 | 2024-04-30T20:18:13.664Z | Downloaded thiserror-impl v1.0.58 |
2794 | 2024-04-30T20:18:14.908Z | Downloaded curve25519-dalek-derive v0.1.1 |
2795 | 2024-04-30T20:18:14.925Z | Downloaded ed25519-dalek v1.0.1 |
2796 | 2024-04-30T20:18:14.925Z | Downloaded serde_derive v1.0.197 |
2797 | 2024-04-30T20:18:14.925Z | Downloaded sha2 v0.9.9 |
2798 | 2024-04-30T20:18:14.925Z | Downloaded ssh-cipher v0.2.0 |
2799 | 2024-04-30T20:18:14.925Z | Downloaded signature v1.6.4 |
2800 | 2024-04-30T20:18:14.925Z | Downloaded quote v1.0.35 |
2801 | 2024-04-30T20:18:14.926Z | Downloaded platforms v3.4.0 |
2802 | 2024-04-30T20:18:14.926Z | Downloaded proc-macro2 v1.0.79 |
2803 | 2024-04-30T20:18:14.926Z | Downloaded thiserror v1.0.58 |
2804 | 2024-04-30T20:18:14.926Z | Downloaded serde_yaml v0.9.34+deprecated |
2805 | 2024-04-30T20:18:14.926Z | Downloaded crc-any v2.4.4 |
2806 | 2024-04-30T20:18:14.926Z | Downloaded typenum v1.17.0 |
2807 | 2024-04-30T20:18:14.926Z | Downloaded heapless v0.7.17 |
2808 | 2024-04-30T20:18:14.926Z | Downloaded serde v1.0.197 |
2809 | 2024-04-30T20:18:14.927Z | Downloaded openssl-sys v0.9.101 |
2810 | 2024-04-30T20:18:14.927Z | Downloaded unsafe-libyaml v0.2.11 |
2811 | 2024-04-30T20:18:14.927Z | Downloaded rsa v0.9.6 |
2812 | 2024-04-30T20:18:14.927Z | Downloaded crypto-bigint v0.5.5 |
2813 | 2024-04-30T20:18:14.927Z | Downloaded ed25519-dalek v2.1.1 |
2814 | 2024-04-30T20:18:14.927Z | Downloaded oauth2 v4.4.2 |
2815 | 2024-04-30T20:18:14.927Z | Downloaded x509-cert v0.2.5 |
2816 | 2024-04-30T20:18:14.927Z | Downloaded ssh-key v0.6.5 |
2817 | 2024-04-30T20:18:14.927Z | Downloaded libm v0.2.8 |
2818 | 2024-04-30T20:18:14.927Z | Downloaded unicode-normalization v0.1.23 |
2819 | 2024-04-30T20:18:14.928Z | Downloaded serde_json v1.0.115 |
2820 | 2024-04-30T20:18:14.928Z | Downloaded reqwest v0.11.27 |
2821 | 2024-04-30T20:18:14.928Z | Downloaded h2 v0.3.25 |
2822 | 2024-04-30T20:18:14.928Z | Downloaded aho-corasick v1.1.3 |
2823 | 2024-04-30T20:18:14.928Z | Downloaded regress v0.8.0 |
2824 | 2024-04-30T20:18:14.928Z | Downloaded p384 v0.13.0 |
2825 | 2024-04-30T20:18:14.928Z | Downloaded syn v2.0.55 |
2826 | 2024-04-30T20:18:14.928Z | Downloaded webpki-roots v0.25.4 |
2827 | 2024-04-30T20:18:14.929Z | Downloaded rustls v0.21.10 |
2828 | 2024-04-30T20:18:14.929Z | Downloaded regex-automata v0.4.6 |
2829 | 2024-04-30T20:18:14.929Z | Downloaded rustix v0.38.32 |
2830 | 2024-04-30T20:18:14.929Z | Downloaded typify-impl v0.0.16 |
2831 | 2024-04-30T20:18:14.929Z | Downloaded curve25519-dalek v3.2.0 |
2832 | 2024-04-30T20:18:14.929Z | Downloaded tokio v1.36.0 |
2833 | 2024-04-30T20:18:14.929Z | Downloaded regex-syntax v0.8.3 |
2834 | 2024-04-30T20:18:14.929Z | Compiling proc-macro2 v1.0.79 |
2835 | 2024-04-30T20:18:14.930Z | Compiling unicode-ident v1.0.12 |
2836 | 2024-04-30T20:18:14.930Z | Compiling version_check v0.9.4 |
2837 | 2024-04-30T20:18:14.930Z | Compiling cfg-if v1.0.0 |
2838 | 2024-04-30T20:18:14.930Z | Compiling libc v0.2.153 |
2839 | 2024-04-30T20:18:14.930Z | Compiling autocfg v1.2.0 |
2840 | 2024-04-30T20:18:14.930Z | Compiling typenum v1.17.0 |
2841 | 2024-04-30T20:18:14.930Z | Compiling serde v1.0.197 |
2842 | 2024-04-30T20:18:14.930Z | Compiling const-oid v0.9.6 |
2843 | 2024-04-30T20:18:14.930Z | Compiling cc v1.0.90 |
2844 | 2024-04-30T20:18:14.930Z | Compiling generic-array v0.14.7 |
2845 | 2024-04-30T20:18:14.930Z | Compiling ahash v0.8.11 |
2846 | 2024-04-30T20:18:14.938Z | Compiling subtle v2.5.0 |
2847 | 2024-04-30T20:18:15.232Z | Compiling lock_api v0.4.11 |
2848 | 2024-04-30T20:18:15.304Z | Compiling once_cell v1.19.0 |
2849 | 2024-04-30T20:18:15.321Z | Compiling scopeguard v1.2.0 |
2850 | 2024-04-30T20:18:15.461Z | Compiling serde_json v1.0.115 |
2851 | 2024-04-30T20:18:15.746Z | Compiling quote v1.0.35 |
2852 | 2024-04-30T20:18:15.845Z | Compiling syn v1.0.109 |
2853 | 2024-04-30T20:18:16.278Z | Compiling syn v2.0.55 |
2854 | 2024-04-30T20:18:16.378Z | Compiling getrandom v0.2.12 |
2855 | 2024-04-30T20:18:16.395Z | Compiling itoa v1.0.11 |
2856 | 2024-04-30T20:18:16.503Z | Compiling smallvec v1.13.2 |
2857 | 2024-04-30T20:18:16.614Z | Compiling rand_core v0.6.4 |
2858 | 2024-04-30T20:18:16.801Z | Compiling base64ct v1.6.0 |
2859 | 2024-04-30T20:18:17.070Z | Compiling libm v0.2.8 |
2860 | 2024-04-30T20:18:17.075Z | Compiling pin-project-lite v0.2.13 |
2861 | 2024-04-30T20:18:17.080Z | Compiling bytes v1.6.0 |
2862 | 2024-04-30T20:18:17.087Z | Compiling zerocopy v0.7.32 |
2863 | 2024-04-30T20:18:17.445Z | Compiling pem-rfc7468 v0.7.0 |
2864 | 2024-04-30T20:18:17.476Z | Compiling memchr v2.7.1 |
2865 | 2024-04-30T20:18:17.580Z | Compiling parking_lot_core v0.9.9 |
2866 | 2024-04-30T20:18:17.999Z | Compiling num-traits v0.2.18 |
2867 | 2024-04-30T20:18:18.132Z | Compiling thiserror v1.0.58 |
2868 | 2024-04-30T20:18:18.870Z | Compiling log v0.4.21 |
2869 | 2024-04-30T20:18:18.871Z | Compiling allocator-api2 v0.2.16 |
2870 | 2024-04-30T20:18:19.308Z | Compiling hashbrown v0.14.3 |
2871 | 2024-04-30T20:18:19.441Z | Compiling flagset v0.4.5 |
2872 | 2024-04-30T20:18:19.706Z | Compiling bitflags v2.5.0 |
2873 | 2024-04-30T20:18:20.396Z | Compiling parking_lot v0.12.1 |
2874 | 2024-04-30T20:18:21.001Z | Compiling num_cpus v1.16.0 |
2875 | 2024-04-30T20:18:21.012Z | Compiling socket2 v0.5.6 |
2876 | 2024-04-30T20:18:21.142Z | Compiling mio v0.8.11 |
2877 | 2024-04-30T20:18:21.149Z | Compiling signal-hook-registry v1.4.1 |
2878 | 2024-04-30T20:18:21.906Z | Compiling spin v0.9.8 |
2879 | 2024-04-30T20:18:22.722Z | Compiling semver v1.0.22 |
2880 | 2024-04-30T20:18:22.876Z | Compiling pkg-config v0.3.30 |
2881 | 2024-04-30T20:18:22.890Z | Compiling cpufeatures v0.2.12 |
2882 | 2024-04-30T20:18:22.967Z | Compiling vcpkg v0.2.15 |
2883 | 2024-04-30T20:18:23.013Z | Compiling schemars v0.8.16 |
2884 | 2024-04-30T20:18:23.273Z | Compiling serde_derive_internals v0.26.0 |
2885 | 2024-04-30T20:18:23.370Z | Compiling ring v0.17.8 |
2886 | 2024-04-30T20:18:23.860Z | Compiling ryu v1.0.17 |
2887 | 2024-04-30T20:18:24.726Z | Compiling openssl-sys v0.9.101 |
2888 | 2024-04-30T20:18:25.143Z | Compiling slab v0.4.9 |
2889 | 2024-04-30T20:18:25.524Z | Compiling fnv v1.0.7 |
2890 | 2024-04-30T20:18:25.534Z | Compiling futures-core v0.3.30 |
2891 | 2024-04-30T20:18:25.664Z | Compiling equivalent v1.0.1 |
2892 | 2024-04-30T20:18:25.691Z | Compiling http v0.2.12 |
2893 | 2024-04-30T20:18:25.770Z | Compiling rustc_version v0.4.0 |
2894 | 2024-04-30T20:18:25.914Z | Compiling tracing-core v0.1.32 |
2895 | 2024-04-30T20:18:26.273Z | Compiling byteorder v1.5.0 |
2896 | 2024-04-30T20:18:26.372Z | Compiling untrusted v0.9.0 |
2897 | 2024-04-30T20:18:26.788Z | Compiling tracing v0.1.40 |
2898 | 2024-04-30T20:18:27.057Z | Compiling openssl v0.10.64 |
2899 | 2024-04-30T20:18:27.498Z | Compiling futures-io v0.3.30 |
2900 | 2024-04-30T20:18:27.510Z | Compiling foreign-types-shared v0.1.1 |
2901 | 2024-04-30T20:18:27.625Z | Compiling chrono v0.4.37 |
2902 | 2024-04-30T20:18:27.722Z | Compiling ppv-lite86 v0.2.17 |
2903 | 2024-04-30T20:18:27.857Z | Compiling futures-task v0.3.30 |
2904 | 2024-04-30T20:18:28.307Z | Compiling uuid v1.8.0 |
2905 | 2024-04-30T20:18:28.415Z | Compiling schemars_derive v0.8.16 |
2906 | 2024-04-30T20:18:28.883Z | Compiling serde_derive v1.0.197 |
2907 | 2024-04-30T20:18:28.896Z | Compiling zeroize_derive v1.4.2 |
2908 | 2024-04-30T20:18:28.896Z | Compiling der_derive v0.7.2 |
2909 | 2024-04-30T20:18:28.896Z | Compiling thiserror-impl v1.0.58 |
2910 | 2024-04-30T20:18:29.734Z | Compiling tokio-macros v2.2.0 |
2911 | 2024-04-30T20:18:30.166Z | Compiling zeroize v1.7.0 |
2912 | 2024-04-30T20:18:31.218Z | Compiling dyn-clone v1.0.17 |
2913 | 2024-04-30T20:18:31.273Z | Compiling der v0.7.8 |
2914 | 2024-04-30T20:18:31.284Z | Compiling pin-utils v0.1.0 |
2915 | 2024-04-30T20:18:31.434Z | Compiling futures-sink v0.3.30 |
2916 | 2024-04-30T20:18:31.440Z | Compiling tokio v1.36.0 |
2917 | 2024-04-30T20:18:31.535Z | Compiling httparse v1.8.0 |
2918 | 2024-04-30T20:18:31.707Z | Compiling futures-util v0.3.30 |
2919 | 2024-04-30T20:18:31.858Z | Compiling crypto-common v0.1.6 |
2920 | 2024-04-30T20:18:31.902Z | Compiling block-buffer v0.10.4 |
2921 | 2024-04-30T20:18:32.039Z | Compiling openssl-macros v0.1.1 |
2922 | 2024-04-30T20:18:32.054Z | Compiling foreign-types v0.3.2 |
2923 | 2024-04-30T20:18:32.148Z | Compiling digest v0.10.7 |
2924 | 2024-04-30T20:18:32.590Z | Compiling sha2 v0.10.8 |
2925 | 2024-04-30T20:18:32.883Z | Compiling signature v2.2.0 |
2926 | 2024-04-30T20:18:33.159Z | Compiling regress v0.8.0 |
2927 | 2024-04-30T20:18:34.092Z | Compiling spki v0.7.3 |
2928 | 2024-04-30T20:18:34.184Z | Compiling pkcs8 v0.10.2 |
2929 | 2024-04-30T20:18:36.339Z | Compiling tinyvec_macros v0.1.1 |
2930 | 2024-04-30T20:18:36.403Z | Compiling heck v0.4.1 |
2931 | 2024-04-30T20:18:36.428Z | Compiling rustls v0.21.10 |
2932 | 2024-04-30T20:18:36.813Z | Compiling native-tls v0.2.11 |
2933 | 2024-04-30T20:18:37.233Z | Compiling try-lock v0.2.5 |
2934 | 2024-04-30T20:18:37.385Z | Compiling want v0.3.1 |
2935 | 2024-04-30T20:18:37.675Z | Compiling tinyvec v1.6.0 |
2936 | 2024-04-30T20:18:37.691Z | Compiling sct v0.7.1 |
2937 | 2024-04-30T20:18:38.272Z | Compiling rustls-webpki v0.101.7 |
2938 | 2024-04-30T20:18:39.738Z | Compiling http-body v0.4.6 |
2939 | 2024-04-30T20:18:45.095Z | Compiling tokio-util v0.7.10 |
2940 | 2024-04-30T20:18:45.592Z | Compiling futures-channel v0.3.30 |
2941 | 2024-04-30T20:18:45.593Z | Compiling ff v0.13.0 |
2942 | 2024-04-30T20:18:45.593Z | Compiling openssl-probe v0.1.5 |
2943 | 2024-04-30T20:18:45.815Z | Compiling percent-encoding v2.3.1 |
2944 | 2024-04-30T20:18:45.815Z | Compiling base16ct v0.2.0 |
2945 | 2024-04-30T20:18:45.815Z | Compiling serde_tokenstream v0.2.0 |
2946 | 2024-04-30T20:18:45.815Z | Compiling indexmap v2.2.6 |
2947 | 2024-04-30T20:18:45.815Z | Compiling rustix v0.38.32 |
2948 | 2024-04-30T20:18:45.815Z | Compiling tower-service v0.3.2 |
2949 | 2024-04-30T20:18:45.815Z | Compiling iana-time-zone v0.1.60 |
2950 | 2024-04-30T20:18:45.815Z | Compiling getrandom v0.1.16 |
2951 | 2024-04-30T20:18:45.816Z | Compiling httpdate v1.0.3 |
2952 | 2024-04-30T20:18:45.816Z | Compiling sec1 v0.7.3 |
2953 | 2024-04-30T20:18:45.816Z | Compiling h2 v0.3.25 |
2954 | 2024-04-30T20:18:46.446Z | Compiling form_urlencoded v1.2.1 |
2955 | 2024-04-30T20:18:47.045Z | Compiling typify-impl v0.0.16 |
2956 | 2024-04-30T20:18:48.760Z | Compiling group v0.13.0 |
2957 | 2024-04-30T20:18:48.853Z | Compiling unicode-normalization v0.1.23 |
2958 | 2024-04-30T20:18:49.989Z | Compiling hyper v0.14.28 |
2959 | 2024-04-30T20:18:52.395Z | Compiling crypto-bigint v0.5.5 |
2960 | 2024-04-30T20:18:53.978Z | Compiling errno v0.3.8 |
2961 | 2024-04-30T20:18:54.232Z | Compiling platforms v3.4.0 |
2962 | 2024-04-30T20:18:54.829Z | Compiling radium v0.7.0 |
2963 | 2024-04-30T20:18:55.226Z | Compiling unicode-bidi v0.3.15 |
2964 | 2024-04-30T20:18:55.370Z | Compiling utf8parse v0.2.1 |
2965 | 2024-04-30T20:18:55.589Z | Compiling anstyle-parse v0.2.3 |
2966 | 2024-04-30T20:18:56.006Z | Compiling idna v0.5.0 |
2967 | 2024-04-30T20:18:58.259Z | Compiling elliptic-curve v0.13.8 |
2968 | 2024-04-30T20:18:58.871Z | Compiling typify-macro v0.0.16 |
2969 | 2024-04-30T20:18:59.054Z | Compiling curve25519-dalek v4.1.2 |
2970 | 2024-04-30T20:18:59.558Z | Compiling tokio-rustls v0.24.1 |
2971 | 2024-04-30T20:19:00.221Z | Compiling tokio-native-tls v0.3.1 |
2972 | 2024-04-30T20:19:01.013Z | Compiling hmac v0.12.1 |
2973 | 2024-04-30T20:19:01.675Z | Compiling rand_chacha v0.3.1 |
2974 | 2024-04-30T20:19:02.241Z | Compiling aho-corasick v1.1.3 |
2975 | 2024-04-30T20:19:02.720Z | Compiling regex-syntax v0.8.3 |
2976 | 2024-04-30T20:19:02.929Z | Compiling anstyle-query v1.0.2 |
2977 | 2024-04-30T20:19:03.402Z | Compiling anstyle v1.0.6 |
2978 | 2024-04-30T20:19:03.541Z | Compiling colorchoice v1.0.0 |
2979 | 2024-04-30T20:19:03.708Z | Compiling base64 v0.21.7 |
2980 | 2024-04-30T20:19:04.032Z | Compiling maybe-uninit v2.0.0 |
2981 | 2024-04-30T20:19:04.275Z | Compiling tap v1.0.1 |
2982 | 2024-04-30T20:19:04.468Z | Compiling wyz v0.5.1 |
2983 | 2024-04-30T20:19:04.644Z | Compiling rustls-pemfile v1.0.4 |
2984 | 2024-04-30T20:19:04.940Z | Compiling anstream v0.6.13 |
2985 | 2024-04-30T20:19:05.514Z | Compiling rand v0.8.5 |
2986 | 2024-04-30T20:19:05.729Z | Compiling terminal_size v0.3.0 |
2987 | 2024-04-30T20:19:05.963Z | Compiling rfc6979 v0.4.0 |
2988 | 2024-04-30T20:19:06.181Z | Compiling rand_core v0.5.1 |
2989 | 2024-04-30T20:19:06.265Z | Compiling hyper-tls v0.5.0 |
2990 | 2024-04-30T20:19:06.482Z | Compiling regex-automata v0.4.6 |
2991 | 2024-04-30T20:19:06.865Z | Compiling hyper-rustls v0.24.2 |
2992 | 2024-04-30T20:19:07.284Z | Compiling url v2.5.0 |
2993 | 2024-04-30T20:19:07.553Z | Compiling serde_urlencoded v0.7.1 |
2994 | 2024-04-30T20:19:07.626Z | Compiling inout v0.1.3 |
2995 | 2024-04-30T20:19:07.864Z | Compiling curve25519-dalek-derive v0.1.1 |
2996 | 2024-04-30T20:19:08.203Z | Compiling heapless v0.7.17 |
2997 | 2024-04-30T20:19:08.709Z | Compiling num-integer v0.1.46 |
2998 | 2024-04-30T20:19:09.855Z | Compiling encoding_rs v0.8.33 |
2999 | 2024-04-30T20:19:14.845Z | Compiling funty v2.0.0 |
3000 | 2024-04-30T20:19:14.938Z | Compiling ipnet v2.9.0 |
3001 | 2024-04-30T20:19:17.883Z | Compiling unicode-width v0.1.11 |
3002 | 2024-04-30T20:19:18.059Z | Compiling mime v0.3.17 |
3003 | 2024-04-30T20:19:19.171Z | Compiling webpki-roots v0.25.4 |
3004 | 2024-04-30T20:19:19.344Z | Compiling clap_lex v0.7.0 |
3005 | 2024-04-30T20:19:20.123Z | Compiling heck v0.5.0 |
3006 | 2024-04-30T20:19:20.372Z | Compiling num-bigint-dig v0.8.4 |
3007 | 2024-04-30T20:19:20.560Z | Compiling packed_struct v0.10.1 |
3008 | 2024-04-30T20:19:20.764Z | Compiling spin v0.5.2 |
3009 | 2024-04-30T20:19:21.028Z | Compiling strsim v0.11.0 |
3010 | 2024-04-30T20:19:21.080Z | Compiling sync_wrapper v0.1.2 |
3011 | 2024-04-30T20:19:21.197Z | Compiling reqwest v0.11.27 |
3012 | 2024-04-30T20:19:22.238Z | Compiling clap_builder v4.5.2 |
3013 | 2024-04-30T20:19:22.489Z | Compiling lazy_static v1.4.0 |
3014 | 2024-04-30T20:19:22.637Z | Compiling clap_derive v4.5.4 |
3015 | 2024-04-30T20:19:25.497Z | Compiling getopts v0.2.21 |
3016 | 2024-04-30T20:19:26.379Z | Compiling bitvec v1.0.1 |
3017 | 2024-04-30T20:19:27.566Z | Compiling regex v1.10.4 |
3018 | 2024-04-30T20:19:30.966Z | Compiling num-iter v0.1.44 |
3019 | 2024-04-30T20:19:31.218Z | Compiling cipher v0.4.4 |
3020 | 2024-04-30T20:19:31.718Z | Compiling ecdsa v0.16.9 |
3021 | 2024-04-30T20:19:33.169Z | Compiling typify v0.0.16 |
3022 | 2024-04-30T20:19:33.308Z | Compiling openapiv3 v2.0.0 |
3023 | 2024-04-30T20:19:33.748Z | Compiling primeorder v0.13.6 |
3024 | 2024-04-30T20:19:34.356Z | Compiling ssh-encoding v0.2.0 |
3025 | 2024-04-30T20:19:35.772Z | Compiling ed25519 v2.2.3 |
3026 | 2024-04-30T20:19:36.172Z | Compiling digest v0.9.0 |
3027 | 2024-04-30T20:19:36.439Z | Compiling packed_struct_codegen v0.10.1 |
3028 | 2024-04-30T20:19:37.852Z | Compiling hash32 v0.2.1 |
3029 | 2024-04-30T20:19:38.259Z | Compiling stable_deref_trait v1.2.0 |
3030 | 2024-04-30T20:19:38.279Z | Compiling anyhow v1.0.81 |
3031 | 2024-04-30T20:19:38.366Z | Compiling unsafe-libyaml v0.2.11 |
3032 | 2024-04-30T20:19:38.873Z | Compiling slog v2.7.0 |
3033 | 2024-04-30T20:19:39.253Z | Compiling nodrop v0.1.14 |
3034 | 2024-04-30T20:19:39.553Z | Compiling array-init v0.0.4 |
3035 | 2024-04-30T20:19:40.208Z | Compiling serde_yaml v0.9.34+deprecated |
3036 | 2024-04-30T20:19:45.001Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3037 | 2024-04-30T20:19:45.006Z | Compiling ed25519-dalek v2.1.1 |
3038 | 2024-04-30T20:19:45.183Z | Compiling ssh-cipher v0.2.0 |
3039 | 2024-04-30T20:19:45.507Z | Compiling p256 v0.13.2 |
3040 | 2024-04-30T20:19:45.844Z | Compiling smallvec v0.6.14 |
3041 | 2024-04-30T20:19:48.256Z | Compiling clap v4.5.4 |
3042 | 2024-04-30T20:19:50.550Z | Compiling rand_chacha v0.2.2 |
3043 | 2024-04-30T20:19:52.494Z | Compiling pkcs1 v0.7.5 |
3044 | 2024-04-30T20:19:53.440Z | Compiling block-buffer v0.9.0 |
3045 | 2024-04-30T20:19:53.648Z | Compiling zerocopy-derive v0.6.6 |
3046 | 2024-04-30T20:19:55.836Z | Compiling blake3 v1.5.1 |
3047 | 2024-04-30T20:19:56.295Z | Compiling is-terminal v0.4.12 |
3048 | 2024-04-30T20:19:56.425Z | Compiling signature v1.6.4 |
3049 | 2024-04-30T20:19:56.503Z | Compiling base64 v0.13.1 |
3050 | 2024-04-30T20:19:56.634Z | Compiling bitfield v0.14.0 |
3051 | 2024-04-30T20:19:56.945Z | Compiling embedded-io v0.4.0 |
3052 | 2024-04-30T20:19:57.209Z | Compiling termcolor v1.4.1 |
3053 | 2024-04-30T20:19:57.388Z | Compiling opaque-debug v0.3.1 |
3054 | 2024-04-30T20:19:57.476Z | Compiling cobs v0.2.3 |
3055 | 2024-04-30T20:19:58.009Z | Compiling env_logger v0.10.2 |
3056 | 2024-04-30T20:19:58.685Z | Compiling postcard v1.0.8 |
3057 | 2024-04-30T20:19:59.197Z | Compiling sha2 v0.9.9 |
3058 | 2024-04-30T20:19:59.759Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3059 | 2024-04-30T20:20:02.920Z | Compiling ed25519 v1.5.3 |
3060 | 2024-04-30T20:20:03.275Z | Compiling zerocopy v0.6.6 |
3061 | 2024-04-30T20:20:03.315Z | Compiling rsa v0.9.6 |
3062 | 2024-04-30T20:20:04.264Z | Compiling rand v0.7.3 |
3063 | 2024-04-30T20:20:04.308Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3064 | 2024-04-30T20:20:06.433Z | Compiling serde-hex v0.1.0 |
3065 | 2024-04-30T20:20:07.139Z | Compiling ssh-key v0.6.5 |
3066 | 2024-04-30T20:20:12.142Z | Compiling curve25519-dalek v3.2.0 |
3067 | 2024-04-30T20:20:12.462Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3068 | 2024-04-30T20:20:14.489Z | Compiling serde_path_to_error v0.1.16 |
3069 | 2024-04-30T20:20:15.345Z | Compiling bincode v1.3.3 |
3070 | 2024-04-30T20:20:16.500Z | Compiling x509-cert v0.2.5 |
3071 | 2024-04-30T20:20:20.522Z | Compiling crc-any v2.4.4 |
3072 | 2024-04-30T20:20:20.988Z | Compiling arrayref v0.3.7 |
3073 | 2024-04-30T20:20:21.093Z | Compiling arrayvec v0.7.4 |
3074 | 2024-04-30T20:20:21.133Z | Compiling constant_time_eq v0.3.0 |
3075 | 2024-04-30T20:20:21.301Z | Compiling hex v0.4.3 |
3076 | 2024-04-30T20:20:22.026Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3077 | 2024-04-30T20:20:23.451Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3078 | 2024-04-30T20:20:23.661Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3079 | 2024-04-30T20:20:29.106Z | Compiling oauth2 v4.4.2 |
3080 | 2024-04-30T20:20:29.423Z | Compiling ed25519-dalek v1.0.1 |
3081 | 2024-04-30T20:20:30.124Z | Compiling clap-num v1.1.1 |
3082 | 2024-04-30T20:20:30.157Z | Compiling xdg v2.5.2 |
3083 | 2024-04-30T20:20:32.525Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3084 | 2024-04-30T20:20:56.937Z | Finished release [optimized] target(s) in 2m 44s |
3085 | 2024-04-30T20:20:56.937Z | |
3086 | 2024-04-30T20:20:56.937Z | real 3:02.338861505 |
3087 | 2024-04-30T20:20:56.937Z | user 19:03.985757740 |
3088 | 2024-04-30T20:20:56.937Z | sys 1:39.966780230 |
3089 | 2024-04-30T20:20:56.937Z | trap 0.557499951 |
3090 | 2024-04-30T20:20:56.937Z | tflt 1.143857979 |
3091 | 2024-04-30T20:20:56.937Z | dflt 0.360591684 |
3092 | 2024-04-30T20:20:56.937Z | kflt 0.009544871 |
3093 | 2024-04-30T20:20:56.938Z | lock 45:27.126568657 |
3094 | 2024-04-30T20:20:56.938Z | slp 53:32.423410792 |
3095 | 2024-04-30T20:20:56.938Z | lat 57.743228297 |
3096 | 2024-04-30T20:20:56.938Z | stop 38.875465156 |
3097 | 2024-04-30T20:20:56.938Z | + ptime -m gzip |
3098 | 2024-04-30T20:20:57.364Z | |
3099 | 2024-04-30T20:20:57.365Z | real 1.133918340 |
3100 | 2024-04-30T20:20:57.365Z | user 1.123616003 |
3101 | 2024-04-30T20:20:57.365Z | sys 0.009730108 |
3102 | 2024-04-30T20:20:57.365Z | trap 0.000072797 |
3103 | 2024-04-30T20:20:57.365Z | tflt 0.000000000 |
3104 | 2024-04-30T20:20:57.365Z | dflt 0.000000000 |
3105 | 2024-04-30T20:20:57.365Z | kflt 0.000000000 |
3106 | 2024-04-30T20:20:57.365Z | lock 0.000000000 |
3107 | 2024-04-30T20:20:57.365Z | slp 0.000000000 |
3108 | 2024-04-30T20:20:57.365Z | lat 0.000099202 |
3109 | 2024-04-30T20:20:57.366Z | stop 0.000180117 |
3110 | 2024-04-30T20:20:57.366Z | process exited: duration 971457 ms, exit code 0 |
|
3111 | 2024-04-30T20:20:57.411Z | found 9 output files |
3112 | 2024-04-30T20:20:57.411Z | uploading: /work/end-to-end-tests/bootstrap-e2418f0dc25c6bc2.gz (9699017 bytes) |
3113 | 2024-04-30T20:21:10.655Z | uploaded: /work/end-to-end-tests/bootstrap-e2418f0dc25c6bc2.gz |
3114 | 2024-04-30T20:21:10.655Z | uploading: /work/end-to-end-tests/bootstrap.gz (104504456 bytes) |
3115 | 2024-04-30T20:22:37.562Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3116 | 2024-04-30T20:22:37.562Z | uploading: /work/end-to-end-tests/commtest-d1b9678287527757.gz (9698244 bytes) |
3117 | 2024-04-30T20:22:44.123Z | uploaded: /work/end-to-end-tests/commtest-d1b9678287527757.gz |
3118 | 2024-04-30T20:22:44.123Z | uploading: /work/end-to-end-tests/dhcp_server-4e9c8bd28cbcb860.gz (9697072 bytes) |
3119 | 2024-04-30T20:22:55.201Z | uploaded: /work/end-to-end-tests/dhcp_server-4e9c8bd28cbcb860.gz |
3120 | 2024-04-30T20:22:55.202Z | uploading: /work/end-to-end-tests/end_to_end_tests-4f28bafc4b85baee.gz (107931382 bytes) |
3121 | 2024-04-30T20:24:39.467Z | uploaded: /work/end-to-end-tests/end_to_end_tests-4f28bafc4b85baee.gz |
3122 | 2024-04-30T20:24:39.468Z | uploading: /work/caboose-util.gz (2411927 bytes) |
3123 | 2024-04-30T20:24:42.779Z | uploaded: /work/caboose-util.gz |
3124 | 2024-04-30T20:24:42.779Z | uploading: /work/tufaceous.gz (11882830 bytes) |
3125 | 2024-04-30T20:24:49.495Z | uploaded: /work/tufaceous.gz |
3126 | 2024-04-30T20:24:49.512Z | uploading: /work/commtest (469706632 bytes) |
3127 | 2024-04-30T20:28:46.436Z | uploaded: /work/commtest |
3128 | 2024-04-30T20:28:46.436Z | uploading: /work/permslip.gz (10331253 bytes) |
3129 | 2024-04-30T20:28:52.483Z | uploaded: /work/permslip.gz |