|
|
|
1 | 2024-05-13T18:12:37.051Z | job assigned to worker 01HXSJENPX2Z0HFS7S8H6GVJ04 (queued for 48 s) |
|
2 | 2024-05-13T18:12:37.766Z | starting task 0: "setup" |
3 | 2024-05-13T18:12:37.810Z | ++ uname -s |
4 | 2024-05-13T18:12:37.810Z | + kern=SunOS |
5 | 2024-05-13T18:12:37.810Z | + case "$kern" in |
6 | 2024-05-13T18:12:37.811Z | + groupadd -g 12345 build |
7 | 2024-05-13T18:12:37.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-13T18:12:39.791Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-13T18:12:39.837Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-13T18:12:39.873Z | + home_fs=zfs |
11 | 2024-05-13T18:12:39.874Z | + [[ zfs == autofs ]] |
12 | 2024-05-13T18:12:39.874Z | + mkdir -p /home/build |
13 | 2024-05-13T18:12:39.874Z | + chown build:build /home/build /work |
14 | 2024-05-13T18:12:41.849Z | + chmod 0700 /home/build /work |
15 | 2024-05-13T18:12:41.875Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-05-13T18:12:41.927Z | starting task 1: "rust-toolchain" |
17 | 2024-05-13T18:12:41.953Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-13T18:12:41.953Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-13T18:12:42.113Z | info: downloading installer |
20 | 2024-05-13T18:12:42.877Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-13T18:12:42.878Z | warning: /opt/ooce/bin |
22 | 2024-05-13T18:12:42.878Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-13T18:12:42.878Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-13T18:12:42.878Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-13T18:12:42.878Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-13T18:12:42.879Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-13T18:12:42.879Z | error: cannot install while Rust is installed |
28 | 2024-05-13T18:12:42.879Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-13T18:12:42.929Z | info: profile set to 'default' |
30 | 2024-05-13T18:12:42.930Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-13T18:12:42.955Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-13T18:12:43.027Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-13T18:12:43.027Z | info: downloading component 'cargo' |
34 | 2024-05-13T18:12:43.148Z | info: downloading component 'clippy' |
35 | 2024-05-13T18:12:43.220Z | info: downloading component 'rust-docs' |
36 | 2024-05-13T18:12:43.474Z | info: downloading component 'rust-std' |
37 | 2024-05-13T18:12:43.852Z | info: downloading component 'rustc' |
38 | 2024-05-13T18:12:46.686Z | info: downloading component 'rustfmt' |
39 | 2024-05-13T18:12:46.751Z | info: installing component 'cargo' |
40 | 2024-05-13T18:12:47.875Z | info: installing component 'clippy' |
41 | 2024-05-13T18:12:48.342Z | info: installing component 'rust-docs' |
42 | 2024-05-13T18:12:50.691Z | info: installing component 'rust-std' |
43 | 2024-05-13T18:12:53.017Z | info: installing component 'rustc' |
44 | 2024-05-13T18:12:59.774Z | info: installing component 'rustfmt' |
45 | 2024-05-13T18:12:59.926Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-13T18:12:59.926Z | |
47 | 2024-05-13T18:12:59.926Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-13T18:12:59.926Z | |
49 | 2024-05-13T18:12:59.927Z | |
50 | 2024-05-13T18:12:59.927Z | Rust is installed now. Great! |
51 | 2024-05-13T18:12:59.927Z | |
52 | 2024-05-13T18:12:59.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-13T18:12:59.928Z | environment variable. This has not been done automatically. |
54 | 2024-05-13T18:12:59.928Z | |
55 | 2024-05-13T18:12:59.928Z | To configure your current shell, you need to source |
56 | 2024-05-13T18:12:59.928Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-13T18:12:59.928Z | |
58 | 2024-05-13T18:12:59.928Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-13T18:12:59.929Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-13T18:12:59.929Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-13T18:12:59.929Z | + rustc --version |
62 | 2024-05-13T18:12:59.929Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-13T18:12:59.929Z | process exited: duration 16440 ms, exit code 0 |
|
64 | 2024-05-13T18:13:00.060Z | starting task 2: "authentication" |
65 | 2024-05-13T18:13:00.117Z | process exited: duration 64 ms, exit code 0 |
|
66 | 2024-05-13T18:13:00.201Z | starting task 3: "clone repository" |
67 | 2024-05-13T18:13:00.242Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-13T18:13:00.242Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-13T18:13:00.243Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-13T18:13:10.297Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-13T18:13:10.297Z | + git fetch origin 1e629df40bbf75bf0af592f7e209eed16dc749ab |
72 | 2024-05-13T18:13:10.773Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-13T18:13:10.774Z | * branch 1e629df40bbf75bf0af592f7e209eed16dc749ab -> FETCH_HEAD |
74 | 2024-05-13T18:13:10.809Z | + [[ -n john/mark-sleds-decommissioned ]] |
75 | 2024-05-13T18:13:10.810Z | ++ git branch --show-current |
76 | 2024-05-13T18:13:10.810Z | + current=main |
77 | 2024-05-13T18:13:10.810Z | + [[ main != john/mark-sleds-decommissioned ]] |
78 | 2024-05-13T18:13:10.810Z | + git branch -f john/mark-sleds-decommissioned 1e629df40bbf75bf0af592f7e209eed16dc749ab |
79 | 2024-05-13T18:13:10.811Z | + git checkout -f john/mark-sleds-decommissioned |
80 | 2024-05-13T18:13:10.950Z | Switched to branch 'john/mark-sleds-decommissioned' |
81 | 2024-05-13T18:13:10.980Z | + git reset --hard 1e629df40bbf75bf0af592f7e209eed16dc749ab |
82 | 2024-05-13T18:13:10.980Z | HEAD is now at 1e629df40 planner: finding a decommissioned sleds with non-expunged zones is an error |
83 | 2024-05-13T18:13:10.980Z | process exited: duration 10777 ms, exit code 0 |
|
84 | 2024-05-13T18:13:11.032Z | starting task 4: "build" |
85 | 2024-05-13T18:13:11.059Z | + cargo --version |
86 | 2024-05-13T18:13:11.059Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-13T18:13:11.557Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-13T18:13:11.557Z | info: downloading component 'cargo' |
89 | 2024-05-13T18:13:11.586Z | info: downloading component 'clippy' |
90 | 2024-05-13T18:13:11.587Z | info: downloading component 'rust-docs' |
91 | 2024-05-13T18:13:11.587Z | info: downloading component 'rust-std' |
92 | 2024-05-13T18:13:11.888Z | info: downloading component 'rustc' |
93 | 2024-05-13T18:13:12.741Z | info: downloading component 'rustfmt' |
94 | 2024-05-13T18:13:12.795Z | info: installing component 'cargo' |
95 | 2024-05-13T18:13:13.754Z | info: installing component 'clippy' |
96 | 2024-05-13T18:13:14.138Z | info: installing component 'rust-docs' |
97 | 2024-05-13T18:13:16.609Z | info: installing component 'rust-std' |
98 | 2024-05-13T18:13:18.555Z | info: installing component 'rustc' |
99 | 2024-05-13T18:13:23.051Z | info: installing component 'rustfmt' |
100 | 2024-05-13T18:13:23.497Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-13T18:13:23.526Z | + rustc --version |
102 | 2024-05-13T18:13:24.856Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-13T18:13:24.885Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-05-13T18:13:28.242Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-05-13T18:13:30.360Z | Startup: Caching catalogs ... Done |
106 | 2024-05-13T18:13:32.306Z | Planning: Solver setup ... Done (1.361s) |
107 | 2024-05-13T18:13:32.332Z | Planning: Running solver ... Done (0.034s) |
108 | 2024-05-13T18:13:32.359Z | Planning: Finding local manifests ... Done (0.002s) |
109 | 2024-05-13T18:13:32.442Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-05-13T18:13:32.825Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-05-13T18:13:32.905Z | Planning: Package planning ... Done (0.062s) |
112 | 2024-05-13T18:13:33.353Z | Planning: Merging actions ... Done (0.062s) |
113 | 2024-05-13T18:13:33.382Z | Planning: Checking for conflicting actions ... Done (0.409s) |
114 | 2024-05-13T18:13:33.382Z | Planning: Consolidating action changes ... Done (0.013s) |
115 | 2024-05-13T18:13:34.010Z | Planning: Evaluating mediators ... Done (0.650s) |
116 | 2024-05-13T18:13:34.035Z | Planning: Planning completed in 3.62 seconds |
117 | 2024-05-13T18:13:34.060Z | Packages to install: 4 |
118 | 2024-05-13T18:13:34.060Z | Mediators to change: 2 |
119 | 2024-05-13T18:13:34.060Z | Services to change: 1 |
120 | 2024-05-13T18:13:34.060Z | Estimated space available: 148.35 GB |
121 | 2024-05-13T18:13:34.060Z | Estimated space to be consumed: 1.44 GB |
122 | 2024-05-13T18:13:34.060Z | Create boot environment: No |
123 | 2024-05-13T18:13:34.060Z | Create backup boot environment: No |
124 | 2024-05-13T18:13:34.060Z | Rebuild boot archive: No |
125 | 2024-05-13T18:13:34.060Z | |
126 | 2024-05-13T18:13:34.060Z | Changed mediators: |
127 | 2024-05-13T18:13:34.060Z | mediator clang: |
128 | 2024-05-13T18:13:34.060Z | version: None -> 15 (system default) |
129 | 2024-05-13T18:13:34.060Z | |
130 | 2024-05-13T18:13:34.060Z | mediator llvm: |
131 | 2024-05-13T18:13:34.060Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-05-13T18:13:34.061Z | |
133 | 2024-05-13T18:13:34.061Z | Changed packages: |
134 | 2024-05-13T18:13:34.061Z | helios-dev |
135 | 2024-05-13T18:13:34.061Z | developer/build-essential |
136 | 2024-05-13T18:13:34.061Z | None -> 11-2.0 |
137 | 2024-05-13T18:13:34.061Z | library/libxmlsec1 |
138 | 2024-05-13T18:13:34.061Z | None -> 1.2.35-2.0 |
139 | 2024-05-13T18:13:34.061Z | ooce/developer/clang-15 |
140 | 2024-05-13T18:13:34.061Z | None -> 15.0.7-2.0 |
141 | 2024-05-13T18:13:34.061Z | ooce/developer/llvm-15 |
142 | 2024-05-13T18:13:34.061Z | None -> 15.0.7-2.0 |
143 | 2024-05-13T18:13:34.061Z | |
144 | 2024-05-13T18:13:34.061Z | Services: |
145 | 2024-05-13T18:13:34.061Z | restart_fmri: |
146 | 2024-05-13T18:13:34.061Z | svc:/system/update-man-index:default |
147 | 2024-05-13T18:13:34.086Z | |
148 | 2024-05-13T18:13:34.086Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-05-13T18:13:39.094Z | Download: 510/3290 items 17.2/212.6MB 8% complete (3.5M/s) |
150 | 2024-05-13T18:13:44.091Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.5M/s) |
151 | 2024-05-13T18:13:49.126Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (10.2M/s) |
152 | 2024-05-13T18:13:54.119Z | Download: 3237/3290 items 172.0/212.6MB 80% complete (8.7M/s) |
153 | 2024-05-13T18:13:58.303Z | Download: Completed 212.60 MB in 24.22 seconds (8.8M/s) |
154 | 2024-05-13T18:13:58.462Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-05-13T18:14:03.475Z | Actions: 2773/3689 actions (Installing new actions) |
156 | 2024-05-13T18:14:04.259Z | Actions: Completed 3689 actions in 5.80 seconds. |
157 | 2024-05-13T18:14:04.449Z | Done (0.182s) |
158 | 2024-05-13T18:14:04.450Z | Done (0.000s) |
159 | 2024-05-13T18:14:08.050Z | Done (0.348s) |
160 | 2024-05-13T18:14:09.795Z | Done (4.874s) |
161 | 2024-05-13T18:14:09.882Z | Done (0.020s) |
162 | 2024-05-13T18:14:09.910Z | Done (0.000s) |
163 | 2024-05-13T18:14:10.058Z | Done (0.000s) |
164 | 2024-05-13T18:14:10.744Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-05-13T18:14:11.013Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-05-13T18:14:11.040Z | Planning: Consolidating action changes ... Done |
167 | 2024-05-13T18:14:11.326Z | Planning: Evaluating mediators ... Done |
168 | 2024-05-13T18:14:11.351Z | Planning: Planning completed in 0.58 seconds |
169 | 2024-05-13T18:14:11.376Z | Mediators to change: 2 |
170 | 2024-05-13T18:14:11.377Z | Create boot environment: No |
171 | 2024-05-13T18:14:11.377Z | Create backup boot environment: No |
172 | 2024-05-13T18:14:11.426Z | Done |
173 | 2024-05-13T18:14:11.426Z | Done |
174 | 2024-05-13T18:14:11.687Z | Done |
175 | 2024-05-13T18:14:16.131Z | Done |
176 | 2024-05-13T18:14:16.214Z | Done |
177 | 2024-05-13T18:14:16.214Z | Done |
178 | 2024-05-13T18:14:16.286Z | Done |
179 | 2024-05-13T18:14:17.095Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-05-13T18:14:17.121Z | Planning: Merging actions ... Done |
181 | 2024-05-13T18:14:17.395Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-05-13T18:14:17.420Z | Planning: Consolidating action changes ... Done |
183 | 2024-05-13T18:14:17.731Z | Planning: Evaluating mediators ... Done |
184 | 2024-05-13T18:14:17.800Z | Planning: Planning completed in 1.01 seconds |
185 | 2024-05-13T18:14:17.843Z | Packages to change: 1 |
186 | 2024-05-13T18:14:17.844Z | Mediators to change: 1 |
187 | 2024-05-13T18:14:17.844Z | Services to change: 1 |
188 | 2024-05-13T18:14:17.844Z | Create boot environment: No |
189 | 2024-05-13T18:14:17.844Z | Create backup boot environment: Yes |
190 | 2024-05-13T18:14:19.416Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-05-13T18:14:19.449Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-05-13T18:14:19.449Z | Done |
193 | 2024-05-13T18:14:19.449Z | Done |
194 | 2024-05-13T18:14:19.492Z | Done |
195 | 2024-05-13T18:14:23.930Z | Done |
196 | 2024-05-13T18:14:24.020Z | Done |
197 | 2024-05-13T18:14:24.045Z | Done |
198 | 2024-05-13T18:14:24.093Z | Done |
199 | 2024-05-13T18:14:24.648Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-05-13T18:14:24.648Z | clang system 15 system |
201 | 2024-05-13T18:14:24.648Z | csh system system illumos |
202 | 2024-05-13T18:14:24.648Z | ctags system system illumos |
203 | 2024-05-13T18:14:24.648Z | gcc vendor 12 vendor |
204 | 2024-05-13T18:14:24.649Z | gcc system 10 system |
205 | 2024-05-13T18:14:24.649Z | gcc system 7 system |
206 | 2024-05-13T18:14:24.649Z | go system 1.20 system |
207 | 2024-05-13T18:14:24.649Z | go system 1.19 system |
208 | 2024-05-13T18:14:24.649Z | llvm system 15 system |
209 | 2024-05-13T18:14:24.649Z | llvm system 14 system |
210 | 2024-05-13T18:14:24.649Z | mariadb system 10.6 system |
211 | 2024-05-13T18:14:24.649Z | mta vendor vendor dma |
212 | 2024-05-13T18:14:24.649Z | openjdk system 17 system |
213 | 2024-05-13T18:14:24.650Z | openjdk system 11 system |
214 | 2024-05-13T18:14:24.650Z | openjdk system 1.8 system |
215 | 2024-05-13T18:14:24.650Z | openssl vendor 3 vendor |
216 | 2024-05-13T18:14:24.650Z | perl system 5.36 system |
217 | 2024-05-13T18:14:24.650Z | postgresql system 15 system |
218 | 2024-05-13T18:14:24.650Z | postgresql system 13 system |
219 | 2024-05-13T18:14:24.650Z | python vendor 3 vendor |
220 | 2024-05-13T18:14:24.650Z | python system 2 system |
221 | 2024-05-13T18:14:24.650Z | python3 system 3.11 system |
222 | 2024-05-13T18:14:24.650Z | ruby system 3.0 system |
223 | 2024-05-13T18:14:24.651Z | words vendor vendor american-english |
224 | 2024-05-13T18:14:24.651Z | words system system australian-english |
225 | 2024-05-13T18:14:24.651Z | words system system british-english |
226 | 2024-05-13T18:14:24.651Z | words system system canadian-english |
227 | 2024-05-13T18:14:24.651Z | words system system french |
228 | 2024-05-13T18:14:24.651Z | words system system italian |
229 | 2024-05-13T18:14:24.651Z | words system system ngerman |
230 | 2024-05-13T18:14:24.651Z | words system system ogerman |
231 | 2024-05-13T18:14:24.651Z | words system system spanish |
232 | 2024-05-13T18:14:25.056Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-05-13T18:14:25.056Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-05-13T18:14:26.763Z | FMRI IFO |
235 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-05-13T18:14:26.764Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-05-13T18:14:27.011Z | + set -o errexit |
248 | 2024-05-13T18:14:27.037Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-05-13T18:14:27.037Z | ++ cd ./tools |
250 | 2024-05-13T18:14:27.037Z | ++ pwd |
251 | 2024-05-13T18:14:27.037Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-05-13T18:14:27.037Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-05-13T18:14:27.037Z | + ARG0=ci_download_cockroachdb |
254 | 2024-05-13T18:14:27.037Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-05-13T18:14:27.037Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-05-13T18:14:27.037Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-05-13T18:14:27.037Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
258 | 2024-05-13T18:14:27.037Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
259 | 2024-05-13T18:14:27.037Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
260 | 2024-05-13T18:14:27.037Z | + TARGET_DIR=out |
261 | 2024-05-13T18:14:27.037Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-05-13T18:14:27.037Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-05-13T18:14:27.037Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-05-13T18:14:27.037Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-05-13T18:14:27.037Z | + main |
266 | 2024-05-13T18:14:27.037Z | + [[ 0 != 0 ]] |
267 | 2024-05-13T18:14:27.037Z | + CIDL_OS=solaris2.11 |
268 | 2024-05-13T18:14:27.038Z | + [[ 0 != 0 ]] |
269 | 2024-05-13T18:14:27.038Z | + configure_os solaris2.11 |
270 | 2024-05-13T18:14:27.038Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-05-13T18:14:27.038Z | + echo 'configuring based on OS: "solaris2.11"' |
272 | 2024-05-13T18:14:27.038Z | + case "$1" in |
273 | 2024-05-13T18:14:27.038Z | + CIDL_BUILD=illumos |
274 | 2024-05-13T18:14:27.038Z | current directory: /work/oxidecomputer/omicron |
275 | 2024-05-13T18:14:27.038Z | + CIDL_SUFFIX=tar.gz |
276 | 2024-05-13T18:14:27.038Z | configuring based on OS: "solaris2.11" |
277 | 2024-05-13T18:14:27.038Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
278 | 2024-05-13T18:14:27.038Z | + CIDL_URL_BASE=https://illumos.org/downloads |
279 | 2024-05-13T18:14:27.038Z | + CIDL_ASSEMBLE=do_assemble_illumos |
280 | 2024-05-13T18:14:27.038Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
281 | 2024-05-13T18:14:27.038Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-05-13T18:14:27.038Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-05-13T18:14:27.038Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
284 | 2024-05-13T18:14:27.038Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-05-13T18:14:27.038Z | + CIDL_SHA256FUNC=do_sha256sum |
286 | 2024-05-13T18:14:27.038Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-05-13T18:14:27.038Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-05-13T18:14:27.038Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-13T18:14:27.038Z | + mkdir -p out/downloads |
290 | 2024-05-13T18:14:27.038Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-13T18:14:27.039Z | + mkdir -p ./out/cockroachdb |
292 | 2024-05-13T18:14:27.039Z | + local DO_DOWNLOAD=true |
293 | 2024-05-13T18:14:27.039Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-05-13T18:14:27.039Z | + '[' true == true ']' |
295 | 2024-05-13T18:14:27.039Z | + echo Downloading... |
296 | 2024-05-13T18:14:27.039Z | Downloading... |
297 | 2024-05-13T18:14:27.039Z | + 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-05-13T18:14:27.039Z | + 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-05-13T18:14:32.387Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-13T18:14:32.418Z | ++ sha256sum |
301 | 2024-05-13T18:14:32.419Z | ++ awk '{print $1}' |
302 | 2024-05-13T18:14:32.465Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
303 | 2024-05-13T18:14:32.465Z | + [[ 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-05-13T18:14:32.465Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-13T18:14:32.465Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-05-13T18:14:35.445Z | + do_assemble_illumos |
307 | 2024-05-13T18:14:35.446Z | + rm -r ./out/cockroachdb |
308 | 2024-05-13T18:14:35.473Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-05-13T18:14:35.793Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-05-13T18:14:35.972Z | Build Tag: v22.1.9-dirty |
311 | 2024-05-13T18:14:35.972Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-05-13T18:14:35.972Z | Distribution: OSS |
313 | 2024-05-13T18:14:35.972Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-05-13T18:14:35.972Z | Go Version: go1.17.13 |
315 | 2024-05-13T18:14:35.972Z | C Compiler: gcc 10.3.0 |
316 | 2024-05-13T18:14:35.972Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-05-13T18:14:35.972Z | Build Type: release |
318 | 2024-05-13T18:14:36.009Z | + set -o errexit |
319 | 2024-05-13T18:14:36.011Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-05-13T18:14:36.015Z | ++ cd ./tools |
321 | 2024-05-13T18:14:36.015Z | ++ pwd |
322 | 2024-05-13T18:14:36.015Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-05-13T18:14:36.015Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-05-13T18:14:36.016Z | + ARG0=ci_download_clickhouse |
325 | 2024-05-13T18:14:36.016Z | + TARGET_DIR=out |
326 | 2024-05-13T18:14:36.016Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-05-13T18:14:36.016Z | + DEST_DIR=./out/clickhouse |
328 | 2024-05-13T18:14:36.016Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
329 | 2024-05-13T18:14:36.016Z | + CIDL_VERSION=v23.8.7.24 |
330 | 2024-05-13T18:14:36.017Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
331 | 2024-05-13T18:14:36.017Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
332 | 2024-05-13T18:14:36.017Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
333 | 2024-05-13T18:14:36.017Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
334 | 2024-05-13T18:14:36.017Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
335 | 2024-05-13T18:14:36.017Z | + main |
336 | 2024-05-13T18:14:36.017Z | + [[ 0 != 0 ]] |
337 | 2024-05-13T18:14:36.017Z | + CIDL_OS=solaris2.11 |
338 | 2024-05-13T18:14:36.017Z | + [[ 0 != 0 ]] |
339 | 2024-05-13T18:14:36.017Z | + configure_os solaris2.11 |
340 | 2024-05-13T18:14:36.017Z | + echo 'current directory: /work/oxidecomputer/omicron' |
341 | 2024-05-13T18:14:36.017Z | current directory: /work/oxidecomputer/omicron |
342 | 2024-05-13T18:14:36.018Z | configuring based on OS: "solaris2.11" |
343 | 2024-05-13T18:14:36.018Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2024-05-13T18:14:36.018Z | + CIDL_DASHREV= |
345 | 2024-05-13T18:14:36.018Z | + case "$1" in |
346 | 2024-05-13T18:14:36.018Z | + CIDL_PLATFORM=illumos |
347 | 2024-05-13T18:14:36.018Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
348 | 2024-05-13T18:14:36.018Z | + CIDL_MD5FUNC=do_md5sum |
349 | 2024-05-13T18:14:36.018Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
350 | 2024-05-13T18:14:36.018Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-05-13T18:14:36.018Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-05-13T18:14:36.018Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-05-13T18:14:36.019Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-05-13T18:14:36.019Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-13T18:14:36.019Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-13T18:14:36.019Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-05-13T18:14:36.019Z | + mkdir -p out/downloads |
358 | 2024-05-13T18:14:36.045Z | + mkdir -p ./out/clickhouse |
359 | 2024-05-13T18:14:36.045Z | + local DO_DOWNLOAD=true |
360 | 2024-05-13T18:14:36.046Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
361 | 2024-05-13T18:14:36.046Z | + '[' true == true ']' |
362 | 2024-05-13T18:14:36.046Z | + echo Downloading... |
363 | 2024-05-13T18:14:36.046Z | Downloading... |
364 | 2024-05-13T18:14:36.046Z | + 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-05-13T18:14:36.046Z | + 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-05-13T18:14:47.702Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-05-13T18:14:47.737Z | ++ md5sum |
368 | 2024-05-13T18:14:47.737Z | ++ awk '{print $1}' |
369 | 2024-05-13T18:14:47.973Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-05-13T18:14:47.974Z | + [[ 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-05-13T18:14:47.974Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
372 | 2024-05-13T18:14:47.974Z | + mkdir -p ./out/clickhouse |
373 | 2024-05-13T18:14:48.023Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-05-13T18:14:53.181Z | + [[ solaris2.11 == darwin* ]] |
375 | 2024-05-13T18:14:53.182Z | + ./out/clickhouse/clickhouse server --version |
376 | 2024-05-13T18:14:53.331Z | ClickHouse server version 23.8.7.1. |
377 | 2024-05-13T18:14:53.370Z | + set -o errexit |
378 | 2024-05-13T18:14:53.398Z | +++ dirname ./tools/ci_download_console |
379 | 2024-05-13T18:14:53.398Z | ++ cd ./tools |
380 | 2024-05-13T18:14:53.398Z | ++ pwd |
381 | 2024-05-13T18:14:53.398Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
382 | 2024-05-13T18:14:53.399Z | ++ basename ./tools/ci_download_console |
383 | 2024-05-13T18:14:53.399Z | + ARG0=ci_download_console |
384 | 2024-05-13T18:14:53.399Z | + TARGET_DIR=out |
385 | 2024-05-13T18:14:53.399Z | + DOWNLOAD_DIR=out/downloads |
386 | 2024-05-13T18:14:53.399Z | + DEST_DIR=./out/console-assets |
387 | 2024-05-13T18:14:53.399Z | + source /work/oxidecomputer/omicron/tools/console_version |
388 | 2024-05-13T18:14:53.400Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
389 | 2024-05-13T18:14:53.400Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
390 | 2024-05-13T18:14:53.400Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
391 | 2024-05-13T18:14:53.400Z | + TARBALL_FILE=out/downloads/console.tar.gz |
392 | 2024-05-13T18:14:53.400Z | + main |
393 | 2024-05-13T18:14:53.400Z | + [[ 0 != 0 ]] |
394 | 2024-05-13T18:14:53.400Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
395 | 2024-05-13T18:14:53.401Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2024-05-13T18:14:53.401Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
397 | 2024-05-13T18:14:53.401Z | Local file: out/downloads/console.tar.gz |
398 | 2024-05-13T18:14:53.401Z | + local DO_DOWNLOAD=true |
399 | 2024-05-13T18:14:53.401Z | + [[ -f out/downloads/console.tar.gz ]] |
400 | 2024-05-13T18:14:53.401Z | + mkdir -p out/downloads |
401 | 2024-05-13T18:14:53.401Z | + '[' true == true ']' |
402 | 2024-05-13T18:14:53.402Z | + echo Downloading... |
403 | 2024-05-13T18:14:53.402Z | Downloading... |
404 | 2024-05-13T18:14:53.402Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
405 | 2024-05-13T18:14:53.402Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
406 | 2024-05-13T18:14:53.594Z | ++ do_sha256sum out/downloads/console.tar.gz |
407 | 2024-05-13T18:14:53.594Z | ++ case "$OSTYPE" in |
408 | 2024-05-13T18:14:53.594Z | ++ SHA=sha256sum |
409 | 2024-05-13T18:14:53.620Z | ++ sha256sum |
410 | 2024-05-13T18:14:53.620Z | ++ awk '{print $1}' |
411 | 2024-05-13T18:14:53.620Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
412 | 2024-05-13T18:14:53.620Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
413 | 2024-05-13T18:14:53.620Z | + rm -rf ./out/console-assets |
414 | 2024-05-13T18:14:53.620Z | + mkdir -p ./out/console-assets |
415 | 2024-05-13T18:14:53.620Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
416 | 2024-05-13T18:14:53.620Z | + mkdir -p ./out/console-assets |
417 | 2024-05-13T18:14:53.620Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
418 | 2024-05-13T18:14:53.742Z | + set -o errexit |
419 | 2024-05-13T18:14:53.780Z | +++ dirname ./tools/ci_download_dendrite_openapi |
420 | 2024-05-13T18:14:53.781Z | ++ cd ./tools |
421 | 2024-05-13T18:14:53.781Z | ++ pwd |
422 | 2024-05-13T18:14:53.781Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
423 | 2024-05-13T18:14:53.781Z | ++ basename ./tools/ci_download_dendrite_openapi |
424 | 2024-05-13T18:14:53.781Z | + ARG0=ci_download_dendrite_openapi |
425 | 2024-05-13T18:14:53.781Z | + TARGET_DIR=out |
426 | 2024-05-13T18:14:53.781Z | + DOWNLOAD_DIR=out/downloads |
427 | 2024-05-13T18:14:53.781Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
428 | 2024-05-13T18:14:53.781Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
429 | 2024-05-13T18:14:53.781Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
430 | 2024-05-13T18:14:53.781Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
431 | 2024-05-13T18:14:53.781Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
432 | 2024-05-13T18:14:53.781Z | + main |
433 | 2024-05-13T18:14:53.781Z | + [[ 0 != 0 ]] |
434 | 2024-05-13T18:14:53.781Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
435 | 2024-05-13T18:14:53.782Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
436 | 2024-05-13T18:14:53.782Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
437 | 2024-05-13T18:14:53.782Z | + local DO_DOWNLOAD=true |
438 | 2024-05-13T18:14:53.782Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
439 | 2024-05-13T18:14:53.782Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
440 | 2024-05-13T18:14:53.782Z | + mkdir -p out/downloads |
441 | 2024-05-13T18:14:53.782Z | + '[' true == true ']' |
442 | 2024-05-13T18:14:53.782Z | + echo Downloading... |
443 | 2024-05-13T18:14:53.782Z | Downloading... |
444 | 2024-05-13T18:14:53.782Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
445 | 2024-05-13T18:14:53.782Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
446 | 2024-05-13T18:14:54.183Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
447 | 2024-05-13T18:14:54.184Z | ++ case "$OSTYPE" in |
448 | 2024-05-13T18:14:54.184Z | ++ SHA=sha256sum |
449 | 2024-05-13T18:14:54.223Z | ++ sha256sum |
450 | 2024-05-13T18:14:54.223Z | ++ awk '{print $1}' |
451 | 2024-05-13T18:14:54.223Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
452 | 2024-05-13T18:14:54.224Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
453 | 2024-05-13T18:14:54.224Z | + set -o errexit |
454 | 2024-05-13T18:14:54.224Z | +++ dirname ./tools/ci_download_dendrite_stub |
455 | 2024-05-13T18:14:54.254Z | ++ cd ./tools |
456 | 2024-05-13T18:14:54.255Z | ++ pwd |
457 | 2024-05-13T18:14:54.255Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
458 | 2024-05-13T18:14:54.256Z | ++ basename ./tools/ci_download_dendrite_stub |
459 | 2024-05-13T18:14:54.256Z | + ARG0=ci_download_dendrite_stub |
460 | 2024-05-13T18:14:54.256Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
461 | 2024-05-13T18:14:54.257Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
462 | 2024-05-13T18:14:54.257Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
463 | 2024-05-13T18:14:54.257Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
464 | 2024-05-13T18:14:54.258Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
465 | 2024-05-13T18:14:54.258Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
466 | 2024-05-13T18:14:54.258Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
467 | 2024-05-13T18:14:54.259Z | + TARGET_DIR=out |
468 | 2024-05-13T18:14:54.259Z | + DOWNLOAD_DIR=out/downloads |
469 | 2024-05-13T18:14:54.260Z | + DEST_DIR=./out/dendrite-stub |
470 | 2024-05-13T18:14:54.260Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
471 | 2024-05-13T18:14:54.260Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
472 | 2024-05-13T18:14:54.260Z | + REPO=oxidecomputer/dendrite |
473 | 2024-05-13T18:14:54.260Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
474 | 2024-05-13T18:14:54.261Z | + main |
475 | 2024-05-13T18:14:54.261Z | + [[ 0 != 0 ]] |
476 | 2024-05-13T18:14:54.261Z | + CIDL_OS=solaris2.11 |
477 | 2024-05-13T18:14:54.261Z | + [[ 0 != 0 ]] |
478 | 2024-05-13T18:14:54.261Z | + configure_os solaris2.11 |
479 | 2024-05-13T18:14:54.261Z | + echo 'current directory: /work/oxidecomputer/omicron' |
480 | 2024-05-13T18:14:54.261Z | + echo 'configuring based on OS: "solaris2.11"' |
481 | 2024-05-13T18:14:54.261Z | + case "$1" in |
482 | 2024-05-13T18:14:54.261Z | + SET_BINARIES= |
483 | 2024-05-13T18:14:54.261Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
484 | 2024-05-13T18:14:54.261Z | + CIDL_SHA256FUNC=do_sha256sum |
485 | 2024-05-13T18:14:54.262Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
486 | 2024-05-13T18:14:54.262Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
487 | 2024-05-13T18:14:54.262Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
488 | 2024-05-13T18:14:54.262Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
489 | 2024-05-13T18:14:54.262Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
490 | 2024-05-13T18:14:54.262Z | + mkdir -p out/downloads |
491 | 2024-05-13T18:14:54.262Z | current directory: /work/oxidecomputer/omicron |
492 | 2024-05-13T18:14:54.262Z | configuring based on OS: "solaris2.11" |
493 | 2024-05-13T18:14:54.262Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
494 | 2024-05-13T18:14:54.262Z | Local file: out/downloads/dendrite-stub.tar.gz |
495 | 2024-05-13T18:14:54.262Z | + mkdir -p ./out/dendrite-stub |
496 | 2024-05-13T18:14:54.262Z | + fetch_and_verify |
497 | 2024-05-13T18:14:54.262Z | + local DO_DOWNLOAD=true |
498 | 2024-05-13T18:14:54.262Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
499 | 2024-05-13T18:14:54.262Z | + '[' true == true ']' |
500 | 2024-05-13T18:14:54.262Z | + echo Downloading... |
501 | 2024-05-13T18:14:54.263Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
502 | 2024-05-13T18:14:54.263Z | Downloading... |
503 | 2024-05-13T18:14:54.263Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
504 | 2024-05-13T18:15:06.822Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
505 | 2024-05-13T18:15:06.847Z | ++ sha256sum |
506 | 2024-05-13T18:15:06.847Z | ++ awk '{print $1}' |
507 | 2024-05-13T18:15:06.872Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
508 | 2024-05-13T18:15:06.872Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
509 | 2024-05-13T18:15:06.872Z | + do_untar out/downloads/dendrite-stub.tar.gz |
510 | 2024-05-13T18:15:06.872Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
511 | 2024-05-13T18:15:07.698Z | + do_assemble |
512 | 2024-05-13T18:15:07.698Z | + rm -r ./out/dendrite-stub |
513 | 2024-05-13T18:15:07.736Z | + mkdir ./out/dendrite-stub |
514 | 2024-05-13T18:15:07.736Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
515 | 2024-05-13T18:15:07.860Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
516 | 2024-05-13T18:15:07.920Z | + set -o errexit |
517 | 2024-05-13T18:15:07.921Z | +++ dirname ./tools/ci_download_maghemite_mgd |
518 | 2024-05-13T18:15:07.921Z | ++ cd ./tools |
519 | 2024-05-13T18:15:07.921Z | ++ pwd |
520 | 2024-05-13T18:15:07.921Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
521 | 2024-05-13T18:15:07.921Z | ++ basename ./tools/ci_download_maghemite_mgd |
522 | 2024-05-13T18:15:07.922Z | + ARG0=ci_download_maghemite_mgd |
523 | 2024-05-13T18:15:07.922Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
524 | 2024-05-13T18:15:07.922Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
525 | 2024-05-13T18:15:07.922Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
526 | 2024-05-13T18:15:07.922Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
527 | 2024-05-13T18:15:07.922Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
528 | 2024-05-13T18:15:07.922Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
529 | 2024-05-13T18:15:07.922Z | + TARGET_DIR=out |
530 | 2024-05-13T18:15:07.922Z | + DOWNLOAD_DIR=out/downloads |
531 | 2024-05-13T18:15:07.922Z | + DEST_DIR=./out/mgd |
532 | 2024-05-13T18:15:07.923Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
533 | 2024-05-13T18:15:07.923Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
534 | 2024-05-13T18:15:07.923Z | + REPO=oxidecomputer/maghemite |
535 | 2024-05-13T18:15:07.923Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
536 | 2024-05-13T18:15:07.923Z | + main |
537 | 2024-05-13T18:15:07.923Z | + rm -rf out/downloads/root |
538 | 2024-05-13T18:15:07.923Z | + [[ 0 != 0 ]] |
539 | 2024-05-13T18:15:07.923Z | + CIDL_OS=solaris2.11 |
540 | 2024-05-13T18:15:07.923Z | + [[ 0 != 0 ]] |
541 | 2024-05-13T18:15:07.924Z | + configure_os solaris2.11 |
542 | 2024-05-13T18:15:07.924Z | + echo 'current directory: /work/oxidecomputer/omicron' |
543 | 2024-05-13T18:15:07.924Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-05-13T18:15:07.924Z | configuring based on OS: "solaris2.11" |
545 | 2024-05-13T18:15:07.924Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2024-05-13T18:15:07.924Z | + case "$1" in |
547 | 2024-05-13T18:15:07.924Z | + SET_BINARIES= |
548 | 2024-05-13T18:15:07.924Z | + CIDL_SHA256FUNC=do_sha256sum |
549 | 2024-05-13T18:15:07.924Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
550 | 2024-05-13T18:15:07.925Z | Local file: out/downloads/mgd.tar.gz |
551 | 2024-05-13T18:15:07.925Z | + TARBALL_FILENAME=mgd.tar.gz |
552 | 2024-05-13T18:15:07.925Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
553 | 2024-05-13T18:15:07.925Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
554 | 2024-05-13T18:15:07.925Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
555 | 2024-05-13T18:15:07.925Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
556 | 2024-05-13T18:15:07.925Z | + mkdir -p out/downloads |
557 | 2024-05-13T18:15:07.962Z | + mkdir -p ./out/mgd |
558 | 2024-05-13T18:15:07.962Z | + fetch_and_verify |
559 | 2024-05-13T18:15:07.962Z | + local DO_DOWNLOAD=true |
560 | 2024-05-13T18:15:07.962Z | + [[ -f out/downloads/mgd.tar.gz ]] |
561 | 2024-05-13T18:15:07.963Z | + '[' true == true ']' |
562 | 2024-05-13T18:15:07.963Z | + echo Downloading... |
563 | 2024-05-13T18:15:07.963Z | Downloading... |
564 | 2024-05-13T18:15:07.963Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
565 | 2024-05-13T18:15:07.963Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
566 | 2024-05-13T18:15:18.414Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
567 | 2024-05-13T18:15:18.439Z | ++ sha256sum |
568 | 2024-05-13T18:15:18.439Z | ++ awk '{print $1}' |
569 | 2024-05-13T18:15:18.464Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
570 | 2024-05-13T18:15:18.464Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
571 | 2024-05-13T18:15:18.464Z | + do_untar out/downloads/mgd.tar.gz |
572 | 2024-05-13T18:15:18.465Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
573 | 2024-05-13T18:15:19.225Z | + do_assemble |
574 | 2024-05-13T18:15:19.225Z | + rm -r ./out/mgd |
575 | 2024-05-13T18:15:19.258Z | + mkdir ./out/mgd |
576 | 2024-05-13T18:15:19.258Z | + cp -r out/downloads/root ./out/mgd/root |
577 | 2024-05-13T18:15:19.298Z | + set -o errexit |
578 | 2024-05-13T18:15:19.351Z | +++ dirname ./tools/ci_download_transceiver_control |
579 | 2024-05-13T18:15:19.351Z | ++ cd ./tools |
580 | 2024-05-13T18:15:19.352Z | ++ pwd |
581 | 2024-05-13T18:15:19.352Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
582 | 2024-05-13T18:15:19.352Z | ++ basename ./tools/ci_download_transceiver_control |
583 | 2024-05-13T18:15:19.352Z | + ARG0=ci_download_transceiver_control |
584 | 2024-05-13T18:15:19.352Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
585 | 2024-05-13T18:15:19.352Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
586 | 2024-05-13T18:15:19.352Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
587 | 2024-05-13T18:15:19.353Z | + TARGET_DIR=out |
588 | 2024-05-13T18:15:19.353Z | + DOWNLOAD_DIR=out/downloads |
589 | 2024-05-13T18:15:19.353Z | + DEST_DIR=./out/transceiver-control |
590 | 2024-05-13T18:15:19.353Z | + BIN_DIR=/opt/oxide/bin |
591 | 2024-05-13T18:15:19.353Z | + BINARY=xcvradm |
592 | 2024-05-13T18:15:19.353Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
593 | 2024-05-13T18:15:19.354Z | + REPO=oxidecomputer/transceiver-control |
594 | 2024-05-13T18:15:19.354Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
595 | 2024-05-13T18:15:19.354Z | + main |
596 | 2024-05-13T18:15:19.354Z | + [[ 0 != 0 ]] |
597 | 2024-05-13T18:15:19.354Z | + CIDL_OS=solaris2.11 |
598 | 2024-05-13T18:15:19.355Z | + [[ 0 != 0 ]] |
599 | 2024-05-13T18:15:19.355Z | + configure_os solaris2.11 |
600 | 2024-05-13T18:15:19.355Z | + echo 'current directory: /work/oxidecomputer/omicron' |
601 | 2024-05-13T18:15:19.355Z | + echo 'configuring based on OS: "solaris2.11"' |
602 | 2024-05-13T18:15:19.356Z | + case "$1" in |
603 | 2024-05-13T18:15:19.356Z | + SET_BINARIES= |
604 | 2024-05-13T18:15:19.356Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
605 | 2024-05-13T18:15:19.356Z | + CIDL_SHA256FUNC=do_sha256sum |
606 | 2024-05-13T18:15:19.356Z | + ARCHIVE_FILENAME=xcvradm.gz |
607 | 2024-05-13T18:15:19.356Z | current directory: /work/oxidecomputer/omicron |
608 | 2024-05-13T18:15:19.357Z | configuring based on OS: "solaris2.11" |
609 | 2024-05-13T18:15:19.357Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
610 | 2024-05-13T18:15:19.357Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
611 | 2024-05-13T18:15:19.357Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
612 | 2024-05-13T18:15:19.357Z | + echo 'Local file: out/downloads/xcvradm.gz' |
613 | 2024-05-13T18:15:19.357Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
614 | 2024-05-13T18:15:19.357Z | Local file: out/downloads/xcvradm.gz |
615 | 2024-05-13T18:15:19.358Z | + mkdir -p out/downloads |
616 | 2024-05-13T18:15:19.358Z | + mkdir -p ./out/transceiver-control |
617 | 2024-05-13T18:15:19.358Z | + fetch_and_verify |
618 | 2024-05-13T18:15:19.358Z | + local DO_DOWNLOAD=true |
619 | 2024-05-13T18:15:19.358Z | + [[ -f out/downloads/xcvradm.gz ]] |
620 | 2024-05-13T18:15:19.358Z | + '[' true == true ']' |
621 | 2024-05-13T18:15:19.359Z | + echo Downloading... |
622 | 2024-05-13T18:15:19.359Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
623 | 2024-05-13T18:15:19.359Z | Downloading... |
624 | 2024-05-13T18:15:19.359Z | + 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 |
625 | 2024-05-13T18:15:21.183Z | ++ do_sha256sum out/downloads/xcvradm.gz |
626 | 2024-05-13T18:15:21.223Z | ++ sha256sum |
627 | 2024-05-13T18:15:21.223Z | ++ awk '{print $1}' |
628 | 2024-05-13T18:15:21.223Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2024-05-13T18:15:21.223Z | + [[ 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 ]] |
630 | 2024-05-13T18:15:21.223Z | + do_unpack out/downloads/xcvradm.gz |
631 | 2024-05-13T18:15:21.223Z | + mkdir -p out/downloads/root//opt/oxide/bin |
632 | 2024-05-13T18:15:21.223Z | + gzip -dc out/downloads/xcvradm.gz |
633 | 2024-05-13T18:15:21.335Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
634 | 2024-05-13T18:15:21.362Z | + do_assemble |
635 | 2024-05-13T18:15:21.363Z | + rm -r ./out/transceiver-control |
636 | 2024-05-13T18:15:21.363Z | + mkdir ./out/transceiver-control |
637 | 2024-05-13T18:15:21.363Z | + cp -r out/downloads/root ./out/transceiver-control/root |
638 | 2024-05-13T18:15:21.443Z | + set -o errexit |
639 | 2024-05-13T18:15:21.468Z | +++ dirname ./tools/ci_download_thundermuffin |
640 | 2024-05-13T18:15:21.468Z | ++ cd ./tools |
641 | 2024-05-13T18:15:21.468Z | ++ pwd |
642 | 2024-05-13T18:15:21.468Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
643 | 2024-05-13T18:15:21.468Z | ++ basename ./tools/ci_download_thundermuffin |
644 | 2024-05-13T18:15:21.468Z | + ARG0=ci_download_thundermuffin |
645 | 2024-05-13T18:15:21.468Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
646 | 2024-05-13T18:15:21.468Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
647 | 2024-05-13T18:15:21.468Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
648 | 2024-05-13T18:15:21.468Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
649 | 2024-05-13T18:15:21.468Z | + TARGET_DIR=out |
650 | 2024-05-13T18:15:21.468Z | + DOWNLOAD_DIR=out/downloads |
651 | 2024-05-13T18:15:21.468Z | + DEST_DIR=./out/thundermuffin |
652 | 2024-05-13T18:15:21.469Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
653 | 2024-05-13T18:15:21.469Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
654 | 2024-05-13T18:15:21.469Z | + REPO=oxidecomputer/thundermuffin |
655 | 2024-05-13T18:15:21.469Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
656 | 2024-05-13T18:15:21.469Z | + main |
657 | 2024-05-13T18:15:21.469Z | + rm -rf out/downloads/root |
658 | 2024-05-13T18:15:21.469Z | + [[ 0 != 0 ]] |
659 | 2024-05-13T18:15:21.469Z | + CIDL_OS=solaris2.11 |
660 | 2024-05-13T18:15:21.469Z | + [[ 0 != 0 ]] |
661 | 2024-05-13T18:15:21.469Z | + configure_os solaris2.11 |
662 | 2024-05-13T18:15:21.469Z | + echo 'current directory: /work/oxidecomputer/omicron' |
663 | 2024-05-13T18:15:21.469Z | + echo 'configuring based on OS: "solaris2.11"' |
664 | 2024-05-13T18:15:21.469Z | + case "$1" in |
665 | 2024-05-13T18:15:21.469Z | + SET_BINARIES= |
666 | 2024-05-13T18:15:21.469Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-05-13T18:15:21.469Z | configuring based on OS: "solaris2.11" |
668 | 2024-05-13T18:15:21.469Z | + CIDL_SHA256FUNC=do_sha256sum |
669 | 2024-05-13T18:15:21.469Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
670 | 2024-05-13T18:15:21.469Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
671 | 2024-05-13T18:15:21.469Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
672 | 2024-05-13T18:15:21.469Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
673 | 2024-05-13T18:15:21.469Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
674 | 2024-05-13T18:15:21.469Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
675 | 2024-05-13T18:15:21.470Z | + mkdir -p out/downloads |
676 | 2024-05-13T18:15:21.470Z | Local file: out/downloads/thundermuffin.tar.gz |
677 | 2024-05-13T18:15:21.470Z | + mkdir -p ./out/thundermuffin |
678 | 2024-05-13T18:15:21.470Z | + fetch_and_verify |
679 | 2024-05-13T18:15:21.470Z | + local DO_DOWNLOAD=true |
680 | 2024-05-13T18:15:21.470Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
681 | 2024-05-13T18:15:21.470Z | + '[' true == true ']' |
682 | 2024-05-13T18:15:21.470Z | + echo Downloading... |
683 | 2024-05-13T18:15:21.470Z | Downloading... |
684 | 2024-05-13T18:15:21.470Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
685 | 2024-05-13T18:15:21.470Z | + 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 |
686 | 2024-05-13T18:15:22.402Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
687 | 2024-05-13T18:15:22.427Z | ++ sha256sum |
688 | 2024-05-13T18:15:22.427Z | ++ awk '{print $1}' |
689 | 2024-05-13T18:15:22.427Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
690 | 2024-05-13T18:15:22.427Z | + [[ 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 ]] |
691 | 2024-05-13T18:15:22.427Z | + do_untar out/downloads/thundermuffin.tar.gz |
692 | 2024-05-13T18:15:22.427Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
693 | 2024-05-13T18:15:22.500Z | + do_assemble |
694 | 2024-05-13T18:15:22.500Z | + rm -r ./out/thundermuffin |
695 | 2024-05-13T18:15:22.537Z | + mkdir ./out/thundermuffin |
696 | 2024-05-13T18:15:22.537Z | + cp -r out/downloads/root ./out/thundermuffin/root |
697 | 2024-05-13T18:15:22.537Z | All prerequisites installed successfully |
698 | 2024-05-13T18:15:22.537Z | |
699 | 2024-05-13T18:15:22.537Z | real 1:58.870957805 |
700 | 2024-05-13T18:15:22.538Z | user 44.526108677 |
701 | 2024-05-13T18:15:22.538Z | sys 12.416960952 |
702 | 2024-05-13T18:15:22.538Z | trap 0.017189621 |
703 | 2024-05-13T18:15:22.538Z | tflt 0.011802505 |
704 | 2024-05-13T18:15:22.538Z | dflt 0.020059533 |
705 | 2024-05-13T18:15:22.539Z | kflt 0.005691229 |
706 | 2024-05-13T18:15:22.539Z | lock 1.365606457 |
707 | 2024-05-13T18:15:22.539Z | slp 4:03.412214271 |
708 | 2024-05-13T18:15:22.539Z | lat 4.477112848 |
709 | 2024-05-13T18:15:22.540Z | stop 0.078478032 |
710 | 2024-05-13T18:15:22.540Z | + banner end-to-end-tests |
711 | 2024-05-13T18:15:22.540Z | |
712 | 2024-05-13T18:15:22.541Z | ###### # # ##### ##### #### ###### # # ##### |
713 | 2024-05-13T18:15:22.541Z | # ## # # # # # # # ## # # # |
714 | 2024-05-13T18:15:22.541Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
715 | 2024-05-13T18:15:22.541Z | # # # # # # # # # # # # # # # |
716 | 2024-05-13T18:15:22.541Z | # # ## # # # # # # # ## # # |
717 | 2024-05-13T18:15:22.541Z | ###### # # ##### # #### ###### # # ##### |
718 | 2024-05-13T18:15:22.542Z | |
719 | 2024-05-13T18:15:22.542Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
720 | 2024-05-13T18:15:22.542Z | + CARGO_PROFILE_DEV_DEBUG=1 |
721 | 2024-05-13T18:15:22.542Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
722 | 2024-05-13T18:15:22.543Z | + CARGO_PROFILE_TEST_DEBUG=1 |
723 | 2024-05-13T18:15:22.543Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-05-13T18:15:22.543Z | + CARGO_INCREMENTAL=0 |
725 | 2024-05-13T18:15:22.543Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
726 | 2024-05-13T18:15:22.789Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-05-13T18:15:23.460Z | Updating git repository `https://github.com/oxidecomputer/zone` |
728 | 2024-05-13T18:15:24.047Z | Updating crates.io index |
729 | 2024-05-13T18:15:24.118Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-05-13T18:15:25.113Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
731 | 2024-05-13T18:15:26.153Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-05-13T18:15:28.463Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-05-13T18:15:29.096Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
734 | 2024-05-13T18:15:29.649Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-05-13T18:15:30.930Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-05-13T18:15:33.113Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-05-13T18:15:34.267Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
738 | 2024-05-13T18:15:35.438Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-05-13T18:15:36.002Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-05-13T18:15:36.836Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-05-13T18:15:37.406Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-05-13T18:15:37.960Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-05-13T18:15:38.621Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-05-13T18:15:39.019Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2024-05-13T18:15:39.638Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2024-05-13T18:15:40.064Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2024-05-13T18:15:40.475Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
748 | 2024-05-13T18:15:40.979Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-05-13T18:15:41.494Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
750 | 2024-05-13T18:15:41.946Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2024-05-13T18:15:42.812Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2024-05-13T18:15:43.380Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2024-05-13T18:15:43.823Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2024-05-13T18:15:45.117Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2024-05-13T18:15:45.638Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2024-05-13T18:15:47.953Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2024-05-13T18:15:48.528Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2024-05-13T18:15:49.013Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2024-05-13T18:15:49.684Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
760 | 2024-05-13T18:15:51.417Z | Downloading crates ... |
761 | 2024-05-13T18:15:51.515Z | Downloaded aead v0.5.2 |
762 | 2024-05-13T18:15:52.158Z | Downloaded adler v1.0.2 |
763 | 2024-05-13T18:15:52.158Z | Downloaded ahash v0.8.8 |
764 | 2024-05-13T18:15:52.158Z | Downloaded atomicwrites v0.4.3 |
765 | 2024-05-13T18:15:52.159Z | Downloaded async-trait v0.1.80 |
766 | 2024-05-13T18:15:52.159Z | Downloaded kstat-rs v0.2.3 |
767 | 2024-05-13T18:15:52.159Z | Downloaded colorchoice v1.0.0 |
768 | 2024-05-13T18:15:52.159Z | Downloaded lalrpop-util v0.19.12 |
769 | 2024-05-13T18:15:52.159Z | Downloaded keccak v0.1.4 |
770 | 2024-05-13T18:15:52.159Z | Downloaded lazy_static v1.4.0 |
771 | 2024-05-13T18:15:52.159Z | Downloaded md5 v0.7.0 |
772 | 2024-05-13T18:15:52.160Z | Downloaded nibble_vec v0.1.0 |
773 | 2024-05-13T18:15:52.160Z | Downloaded sigpipe v0.1.3 |
774 | 2024-05-13T18:15:52.160Z | Downloaded num v0.4.2 |
775 | 2024-05-13T18:15:52.160Z | Downloaded mio v0.8.11 |
776 | 2024-05-13T18:15:52.160Z | Downloaded slog-scope v4.4.0 |
777 | 2024-05-13T18:15:52.160Z | Downloaded tower-service v0.3.2 |
778 | 2024-05-13T18:15:52.160Z | Downloaded strsim v0.10.0 |
779 | 2024-05-13T18:15:52.160Z | Downloaded toolchain_find v0.4.0 |
780 | 2024-05-13T18:15:52.160Z | Downloaded try-lock v0.2.4 |
781 | 2024-05-13T18:15:52.160Z | Downloaded parking_lot v0.12.1 |
782 | 2024-05-13T18:15:52.161Z | Downloaded russh-cryptovec v0.7.0 |
783 | 2024-05-13T18:15:52.161Z | Downloaded hostname v0.4.0 |
784 | 2024-05-13T18:15:52.161Z | Downloaded hubpack_derive v0.1.1 |
785 | 2024-05-13T18:15:52.161Z | Downloaded usdt-macro v0.5.0 |
786 | 2024-05-13T18:15:52.161Z | Downloaded difflib v0.4.0 |
787 | 2024-05-13T18:15:52.162Z | Downloaded group v0.13.0 |
788 | 2024-05-13T18:15:52.162Z | Downloaded strum v0.26.2 |
789 | 2024-05-13T18:15:52.162Z | Downloaded dtrace-parser v0.2.0 |
790 | 2024-05-13T18:15:52.162Z | Downloaded ed25519 v2.2.2 |
791 | 2024-05-13T18:15:52.162Z | Downloaded pretty-hex v0.4.1 |
792 | 2024-05-13T18:15:52.162Z | Downloaded tokio-macros v2.2.0 |
793 | 2024-05-13T18:15:52.162Z | Downloaded psl-types v2.0.11 |
794 | 2024-05-13T18:15:52.162Z | Downloaded dirs-sys-next v0.1.2 |
795 | 2024-05-13T18:15:52.163Z | Downloaded proc-macro-error-attr v1.0.4 |
796 | 2024-05-13T18:15:52.163Z | Downloaded rand_core v0.6.4 |
797 | 2024-05-13T18:15:52.163Z | Downloaded proc-macro-error v1.0.4 |
798 | 2024-05-13T18:15:52.163Z | Downloaded sct v0.7.0 |
799 | 2024-05-13T18:15:52.163Z | Downloaded sync_wrapper v0.1.2 |
800 | 2024-05-13T18:15:52.163Z | Downloaded serde_urlencoded v0.7.1 |
801 | 2024-05-13T18:15:52.164Z | Downloaded take_mut v0.2.2 |
802 | 2024-05-13T18:15:52.164Z | Downloaded zerocopy-derive v0.7.32 |
803 | 2024-05-13T18:15:52.164Z | Downloaded want v0.3.1 |
804 | 2024-05-13T18:15:52.164Z | Downloaded termcolor v1.2.0 |
805 | 2024-05-13T18:15:52.164Z | Downloaded thiserror v1.0.59 |
806 | 2024-05-13T18:15:52.164Z | Downloaded foreign-types v0.3.2 |
807 | 2024-05-13T18:15:52.165Z | Downloaded phf_shared v0.10.0 |
808 | 2024-05-13T18:15:52.165Z | Downloaded thread_local v1.1.7 |
809 | 2024-05-13T18:15:52.165Z | Downloaded time-core v0.1.2 |
810 | 2024-05-13T18:15:52.165Z | Downloaded goblin v0.8.0 |
811 | 2024-05-13T18:15:52.165Z | Downloaded deranged v0.3.11 |
812 | 2024-05-13T18:15:52.165Z | Downloaded foreign-types v0.5.0 |
813 | 2024-05-13T18:15:52.166Z | Downloaded phf_shared v0.11.2 |
814 | 2024-05-13T18:15:52.166Z | Downloaded form_urlencoded v1.2.1 |
815 | 2024-05-13T18:15:52.166Z | Downloaded pin-utils v0.1.0 |
816 | 2024-05-13T18:15:52.166Z | Downloaded yasna v0.5.2 |
817 | 2024-05-13T18:15:52.166Z | Downloaded hyper v0.14.28 |
818 | 2024-05-13T18:15:52.166Z | Downloaded foreign-types-shared v0.3.1 |
819 | 2024-05-13T18:15:52.166Z | Downloaded elliptic-curve v0.13.8 |
820 | 2024-05-13T18:15:52.167Z | Downloaded version_check v0.9.4 |
821 | 2024-05-13T18:15:52.167Z | Downloaded postgres-types v0.2.6 |
822 | 2024-05-13T18:15:52.167Z | Downloaded time-macros v0.2.17 |
823 | 2024-05-13T18:15:52.167Z | Downloaded hyper-tls v0.5.0 |
824 | 2024-05-13T18:15:52.167Z | Downloaded sec1 v0.7.3 |
825 | 2024-05-13T18:15:52.167Z | Downloaded plain v0.2.3 |
826 | 2024-05-13T18:15:52.168Z | Downloaded serde_with v3.7.0 |
827 | 2024-05-13T18:15:52.168Z | Downloaded pkcs8 v0.10.2 |
828 | 2024-05-13T18:15:52.168Z | Downloaded webpki-roots v0.25.2 |
829 | 2024-05-13T18:15:52.168Z | Downloaded derive_more v0.99.17 |
830 | 2024-05-13T18:15:52.168Z | Downloaded serde_derive v1.0.201 |
831 | 2024-05-13T18:15:52.168Z | Downloaded tokio-postgres v0.7.10 |
832 | 2024-05-13T18:15:52.168Z | Downloaded expectorate v1.1.0 |
833 | 2024-05-13T18:15:52.168Z | Downloaded encoding_rs v0.8.33 |
834 | 2024-05-13T18:15:52.169Z | Downloaded serde v1.0.201 |
835 | 2024-05-13T18:15:52.169Z | Downloaded tokio-util v0.7.10 |
836 | 2024-05-13T18:15:52.169Z | Downloaded serde_json v1.0.116 |
837 | 2024-05-13T18:15:52.169Z | Downloaded curve25519-dalek v4.1.2 |
838 | 2024-05-13T18:15:52.169Z | Downloaded rayon v1.10.0 |
839 | 2024-05-13T18:15:52.170Z | Downloaded vcpkg v0.2.15 |
840 | 2024-05-13T18:15:52.170Z | Downloaded diesel v2.1.6 |
841 | 2024-05-13T18:15:52.170Z | Downloaded zerocopy-derive v0.6.6 |
842 | 2024-05-13T18:15:52.170Z | Downloaded regex-automata v0.4.5 |
843 | 2024-05-13T18:15:52.170Z | Downloaded sha3 v0.10.8 |
844 | 2024-05-13T18:15:52.205Z | Downloaded tokio v1.37.0 |
845 | 2024-05-13T18:15:52.205Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
846 | 2024-05-13T18:15:52.205Z | Downloaded rustix v0.38.31 |
847 | 2024-05-13T18:15:52.235Z | Downloaded regress v0.9.1 |
848 | 2024-05-13T18:15:52.235Z | Downloaded sled v0.34.7 |
849 | 2024-05-13T18:15:52.235Z | Downloaded rustls v0.21.9 |
850 | 2024-05-13T18:15:52.670Z | Downloaded regex-syntax v0.8.2 |
851 | 2024-05-13T18:15:52.670Z | Downloaded regex v1.10.4 |
852 | 2024-05-13T18:15:52.670Z | Downloaded trust-dns-proto v0.22.0 |
853 | 2024-05-13T18:15:52.671Z | Downloaded ring v0.17.8 |
854 | 2024-05-13T18:15:52.671Z | Downloaded ring v0.16.20 |
855 | 2024-05-13T18:15:52.671Z | Downloaded bstr v1.9.0 |
856 | 2024-05-13T18:15:52.672Z | Downloaded bstr v0.2.17 |
857 | 2024-05-13T18:15:52.672Z | Downloaded time v0.3.34 |
858 | 2024-05-13T18:15:52.672Z | Downloaded zerocopy v0.7.32 |
859 | 2024-05-13T18:15:52.672Z | Downloaded futures-util v0.3.30 |
860 | 2024-05-13T18:15:52.672Z | Downloaded reqwest v0.11.27 |
861 | 2024-05-13T18:15:52.672Z | Downloaded winapi v0.3.9 |
862 | 2024-05-13T18:15:52.672Z | Downloaded regex-automata v0.1.10 |
863 | 2024-05-13T18:15:52.673Z | Downloaded chrono v0.4.38 |
864 | 2024-05-13T18:15:52.673Z | Downloaded tinyvec v1.6.0 |
865 | 2024-05-13T18:15:52.673Z | Downloaded tabled v0.15.0 |
866 | 2024-05-13T18:15:52.673Z | Downloaded syn v2.0.60 |
867 | 2024-05-13T18:15:52.705Z | Downloaded syn v1.0.109 |
868 | 2024-05-13T18:15:52.705Z | Downloaded postcard v1.0.8 |
869 | 2024-05-13T18:15:52.705Z | Downloaded smoltcp v0.11.0 |
870 | 2024-05-13T18:15:52.730Z | Downloaded rustls v0.22.4 |
871 | 2024-05-13T18:15:52.730Z | Downloaded russh v0.43.0 |
872 | 2024-05-13T18:15:52.757Z | Downloaded libc v0.2.153 |
873 | 2024-05-13T18:15:52.785Z | Downloaded clap_builder v4.5.2 |
874 | 2024-05-13T18:15:52.785Z | Downloaded hkdf v0.12.4 |
875 | 2024-05-13T18:15:52.785Z | Downloaded winnow v0.6.1 |
876 | 2024-05-13T18:15:52.810Z | Downloaded winnow v0.5.15 |
877 | 2024-05-13T18:15:52.810Z | Downloaded vsss-rs v3.3.4 |
878 | 2024-05-13T18:15:52.810Z | Downloaded tokio-tungstenite v0.21.0 |
879 | 2024-05-13T18:15:52.811Z | Downloaded radix_trie v0.2.1 |
880 | 2024-05-13T18:15:52.811Z | Downloaded http v1.0.0 |
881 | 2024-05-13T18:15:52.841Z | Downloaded openapiv3 v2.0.0 |
882 | 2024-05-13T18:15:52.841Z | Downloaded serde_derive_internals v0.29.0 |
883 | 2024-05-13T18:15:52.841Z | Downloaded semver v1.0.22 |
884 | 2024-05-13T18:15:52.842Z | Downloaded diesel_derives v2.1.2 |
885 | 2024-05-13T18:15:52.867Z | Downloaded flate2 v1.0.28 |
886 | 2024-05-13T18:15:52.867Z | Downloaded trust-dns-server v0.22.1 |
887 | 2024-05-13T18:15:52.867Z | Downloaded crossterm v0.27.0 |
888 | 2024-05-13T18:15:52.867Z | Downloaded smoltcp v0.9.1 |
889 | 2024-05-13T18:15:52.891Z | Downloaded http v0.2.12 |
890 | 2024-05-13T18:15:52.892Z | Downloaded pkg-config v0.3.27 |
891 | 2024-05-13T18:15:52.892Z | Downloaded ed25519-dalek v2.0.0 |
892 | 2024-05-13T18:15:52.892Z | Downloaded postgres-protocol v0.6.6 |
893 | 2024-05-13T18:15:52.892Z | Downloaded toml v0.5.11 |
894 | 2024-05-13T18:15:52.892Z | Downloaded gimli v0.28.0 |
895 | 2024-05-13T18:15:52.936Z | Downloaded signal-hook v0.3.17 |
896 | 2024-05-13T18:15:52.936Z | Downloaded blake3 v1.5.0 |
897 | 2024-05-13T18:15:52.936Z | Downloaded platforms v3.0.2 |
898 | 2024-05-13T18:15:52.936Z | Downloaded rcgen v0.12.1 |
899 | 2024-05-13T18:15:52.937Z | Downloaded poly1305 v0.8.0 |
900 | 2024-05-13T18:15:52.937Z | Downloaded openssl v0.10.64 |
901 | 2024-05-13T18:15:52.965Z | Downloaded dhcproto v0.11.0 |
902 | 2024-05-13T18:15:52.965Z | Downloaded rand v0.7.3 |
903 | 2024-05-13T18:15:52.965Z | Downloaded trust-dns-client v0.22.0 |
904 | 2024-05-13T18:15:52.965Z | Downloaded toml_edit v0.22.12 |
905 | 2024-05-13T18:15:52.991Z | Downloaded foreign-types-shared v0.1.1 |
906 | 2024-05-13T18:15:52.991Z | Downloaded pin-project-lite v0.2.13 |
907 | 2024-05-13T18:15:52.991Z | Downloaded derive-where v1.2.7 |
908 | 2024-05-13T18:15:52.991Z | Downloaded zip v0.6.6 |
909 | 2024-05-13T18:15:52.991Z | Downloaded subprocess v0.2.9 |
910 | 2024-05-13T18:15:52.991Z | Downloaded serde_yaml v0.9.25 |
911 | 2024-05-13T18:15:53.016Z | Downloaded serde_repr v0.1.16 |
912 | 2024-05-13T18:15:53.016Z | Downloaded serde_path_to_error v0.1.16 |
913 | 2024-05-13T18:15:53.016Z | Downloaded serde_arrays v0.1.0 |
914 | 2024-05-13T18:15:53.016Z | Downloaded semver v0.1.20 |
915 | 2024-05-13T18:15:53.016Z | Downloaded secrecy v0.8.0 |
916 | 2024-05-13T18:15:53.016Z | Downloaded futures v0.3.30 |
917 | 2024-05-13T18:15:53.016Z | Downloaded zerocopy v0.6.6 |
918 | 2024-05-13T18:15:53.016Z | Downloaded rustls-webpki v0.102.1 |
919 | 2024-05-13T18:15:53.042Z | Downloaded trust-dns-resolver v0.22.0 |
920 | 2024-05-13T18:15:53.042Z | Downloaded xattr v1.0.1 |
921 | 2024-05-13T18:15:53.042Z | Downloaded walkdir v2.5.0 |
922 | 2024-05-13T18:15:53.068Z | Downloaded iana-time-zone v0.1.57 |
923 | 2024-05-13T18:15:53.068Z | Downloaded tar v0.4.40 |
924 | 2024-05-13T18:15:53.068Z | Downloaded sha2 v0.10.8 |
925 | 2024-05-13T18:15:53.068Z | Downloaded phf v0.11.2 |
926 | 2024-05-13T18:15:53.068Z | Downloaded hex-literal v0.4.1 |
927 | 2024-05-13T18:15:53.068Z | Downloaded foreign-types-macros v0.2.3 |
928 | 2024-05-13T18:15:53.068Z | Downloaded strum_macros v0.26.1 |
929 | 2024-05-13T18:15:53.068Z | Downloaded embedded-io v0.4.0 |
930 | 2024-05-13T18:15:53.068Z | Downloaded either v1.11.0 |
931 | 2024-05-13T18:15:53.068Z | Downloaded zone v0.1.8 |
932 | 2024-05-13T18:15:53.068Z | Downloaded object v0.32.1 |
933 | 2024-05-13T18:15:53.094Z | Downloaded zeroize_derive v1.4.2 |
934 | 2024-05-13T18:15:53.094Z | Downloaded zeroize v1.7.0 |
935 | 2024-05-13T18:15:53.095Z | Downloaded whoami v1.5.1 |
936 | 2024-05-13T18:15:53.095Z | Downloaded term v0.7.0 |
937 | 2024-05-13T18:15:53.095Z | Downloaded tempfile v3.10.1 |
938 | 2024-05-13T18:15:53.095Z | Downloaded predicates-core v1.0.6 |
939 | 2024-05-13T18:15:53.095Z | Downloaded predicates v3.1.0 |
940 | 2024-05-13T18:15:53.095Z | Downloaded ppv-lite86 v0.2.17 |
941 | 2024-05-13T18:15:53.095Z | Downloaded powerfmt v0.2.0 |
942 | 2024-05-13T18:15:53.095Z | Downloaded polyval v0.6.1 |
943 | 2024-05-13T18:15:53.124Z | Downloaded rustls-webpki v0.101.7 |
944 | 2024-05-13T18:15:53.124Z | Downloaded tungstenite v0.21.0 |
945 | 2024-05-13T18:15:53.124Z | Downloaded thiserror-impl v1.0.59 |
946 | 2024-05-13T18:15:53.124Z | Downloaded terminal_size v0.3.0 |
947 | 2024-05-13T18:15:53.124Z | Downloaded equivalent v1.0.1 |
948 | 2024-05-13T18:15:53.151Z | Downloaded endian-type v0.1.2 |
949 | 2024-05-13T18:15:53.151Z | Downloaded zone_cfg_derive v0.1.2 |
950 | 2024-05-13T18:15:53.152Z | Downloaded waitgroup v0.1.2 |
951 | 2024-05-13T18:15:53.152Z | Downloaded thread-id v4.2.0 |
952 | 2024-05-13T18:15:53.152Z | Downloaded thiserror-impl-no-std v2.0.2 |
953 | 2024-05-13T18:15:53.152Z | Downloaded tabwriter v1.4.0 |
954 | 2024-05-13T18:15:53.152Z | Downloaded publicsuffix v2.2.3 |
955 | 2024-05-13T18:15:53.152Z | Downloaded futures-channel v0.3.30 |
956 | 2024-05-13T18:15:53.152Z | Downloaded h2 v0.3.26 |
957 | 2024-05-13T18:15:53.152Z | Downloaded unsafe-libyaml v0.2.10 |
958 | 2024-05-13T18:15:53.152Z | Downloaded similar v2.4.0 |
959 | 2024-05-13T18:15:53.177Z | Downloaded tracing v0.1.40 |
960 | 2024-05-13T18:15:53.177Z | Downloaded swrite v0.1.0 |
961 | 2024-05-13T18:15:53.177Z | Downloaded serde_with_macros v3.7.0 |
962 | 2024-05-13T18:15:53.177Z | Downloaded rand v0.8.5 |
963 | 2024-05-13T18:15:53.177Z | Downloaded thiserror-no-std v2.0.2 |
964 | 2024-05-13T18:15:53.177Z | Downloaded tabled_derive v0.7.0 |
965 | 2024-05-13T18:15:53.177Z | Downloaded subtle v2.5.0 |
966 | 2024-05-13T18:15:53.177Z | Downloaded sha1 v0.10.6 |
967 | 2024-05-13T18:15:53.177Z | Downloaded flume v0.11.0 |
968 | 2024-05-13T18:15:53.178Z | Downloaded tokio-rustls v0.24.1 |
969 | 2024-05-13T18:15:53.202Z | Downloaded serde_tokenstream v0.2.0 |
970 | 2024-05-13T18:15:53.203Z | Downloaded tokio-native-tls v0.3.1 |
971 | 2024-05-13T18:15:53.203Z | Downloaded hashbrown v0.14.3 |
972 | 2024-05-13T18:15:53.203Z | Downloaded serde_spanned v0.6.5 |
973 | 2024-05-13T18:15:53.203Z | Downloaded proc-macro2 v1.0.81 |
974 | 2024-05-13T18:15:53.203Z | Downloaded portpicker v0.1.1 |
975 | 2024-05-13T18:15:53.203Z | Downloaded toml_edit v0.19.15 |
976 | 2024-05-13T18:15:53.229Z | Downloaded petgraph v0.6.4 |
977 | 2024-05-13T18:15:53.254Z | Downloaded quote v1.0.36 |
978 | 2024-05-13T18:15:53.254Z | Downloaded precomputed-hash v0.1.1 |
979 | 2024-05-13T18:15:53.254Z | Downloaded tungstenite v0.20.1 |
980 | 2024-05-13T18:15:53.255Z | Downloaded tracing-core v0.1.32 |
981 | 2024-05-13T18:15:53.255Z | Downloaded steno v0.4.0 |
982 | 2024-05-13T18:15:53.255Z | Downloaded toml v0.7.8 |
983 | 2024-05-13T18:15:53.255Z | Downloaded futures-macro v0.3.30 |
984 | 2024-05-13T18:15:53.255Z | Downloaded futures-io v0.3.30 |
985 | 2024-05-13T18:15:53.280Z | Downloaded futures-executor v0.3.30 |
986 | 2024-05-13T18:15:53.280Z | Downloaded futures-core v0.3.30 |
987 | 2024-05-13T18:15:53.280Z | Downloaded pest v2.7.6 |
988 | 2024-05-13T18:15:53.280Z | Downloaded crossbeam-channel v0.5.8 |
989 | 2024-05-13T18:15:53.280Z | Downloaded rand_core v0.5.1 |
990 | 2024-05-13T18:15:53.280Z | Downloaded rand_chacha v0.3.1 |
991 | 2024-05-13T18:15:53.281Z | Downloaded rand_chacha v0.2.2 |
992 | 2024-05-13T18:15:53.281Z | Downloaded r2d2 v0.8.10 |
993 | 2024-05-13T18:15:53.281Z | Downloaded quick-error v1.2.3 |
994 | 2024-05-13T18:15:53.281Z | Downloaded dhcproto-macros v0.1.0 |
995 | 2024-05-13T18:15:53.281Z | Downloaded rayon-core v1.12.1 |
996 | 2024-05-13T18:15:53.307Z | Downloaded heapless v0.8.0 |
997 | 2024-05-13T18:15:53.307Z | Downloaded heapless v0.7.16 |
998 | 2024-05-13T18:15:53.307Z | Downloaded russh-keys v0.43.0 |
999 | 2024-05-13T18:15:53.307Z | Downloaded ron v0.7.1 |
1000 | 2024-05-13T18:15:53.307Z | Downloaded proc-macro-crate v1.3.1 |
1001 | 2024-05-13T18:15:53.307Z | Downloaded primeorder v0.13.6 |
1002 | 2024-05-13T18:15:53.307Z | Downloaded uuid v1.8.0 |
1003 | 2024-05-13T18:15:53.307Z | Downloaded toml v0.8.12 |
1004 | 2024-05-13T18:15:53.332Z | Downloaded hmac v0.12.1 |
1005 | 2024-05-13T18:15:53.332Z | Downloaded unicode-normalization v0.1.22 |
1006 | 2024-05-13T18:15:53.332Z | Downloaded ecdsa v0.16.9 |
1007 | 2024-05-13T18:15:53.332Z | Downloaded pretty-hex v0.2.1 |
1008 | 2024-05-13T18:15:53.332Z | Downloaded schemars v0.8.17 |
1009 | 2024-05-13T18:15:53.332Z | Downloaded unicode-segmentation v1.10.1 |
1010 | 2024-05-13T18:15:53.361Z | Downloaded dyn-clone v1.0.17 |
1011 | 2024-05-13T18:15:53.362Z | Downloaded universal-hash v0.5.1 |
1012 | 2024-05-13T18:15:53.362Z | Downloaded toml_datetime v0.6.5 |
1013 | 2024-05-13T18:15:53.362Z | Downloaded env_logger v0.9.3 |
1014 | 2024-05-13T18:15:53.362Z | Downloaded ryu v1.0.15 |
1015 | 2024-05-13T18:15:53.362Z | Downloaded url v2.5.0 |
1016 | 2024-05-13T18:15:53.362Z | Downloaded typenum v1.16.0 |
1017 | 2024-05-13T18:15:53.362Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1018 | 2024-05-13T18:15:53.362Z | Downloaded strum_macros v0.25.2 |
1019 | 2024-05-13T18:15:53.362Z | Downloaded structmeta-derive v0.3.0 |
1020 | 2024-05-13T18:15:53.362Z | Downloaded structmeta v0.3.0 |
1021 | 2024-05-13T18:15:53.362Z | Downloaded signal-hook-mio v0.2.3 |
1022 | 2024-05-13T18:15:53.394Z | Downloaded scroll v0.12.0 |
1023 | 2024-05-13T18:15:53.395Z | Downloaded scopeguard v1.2.0 |
1024 | 2024-05-13T18:15:53.395Z | Downloaded schemars_derive v0.8.17 |
1025 | 2024-05-13T18:15:53.395Z | Downloaded futures-sink v0.3.30 |
1026 | 2024-05-13T18:15:53.395Z | Downloaded tokio-rustls v0.25.0 |
1027 | 2024-05-13T18:15:53.395Z | Downloaded rustversion v1.0.14 |
1028 | 2024-05-13T18:15:53.395Z | Downloaded rustls-pemfile v2.1.2 |
1029 | 2024-05-13T18:15:53.395Z | Downloaded headers v0.3.9 |
1030 | 2024-05-13T18:15:53.395Z | Downloaded half v2.3.1 |
1031 | 2024-05-13T18:15:53.395Z | Downloaded futures-task v0.3.30 |
1032 | 2024-05-13T18:15:53.396Z | Downloaded signature v2.1.0 |
1033 | 2024-05-13T18:15:53.396Z | Downloaded signal-hook-registry v1.4.1 |
1034 | 2024-05-13T18:15:53.396Z | Downloaded httparse v1.8.0 |
1035 | 2024-05-13T18:15:53.396Z | Downloaded home v0.5.5 |
1036 | 2024-05-13T18:15:53.396Z | Downloaded hashbrown v0.12.3 |
1037 | 2024-05-13T18:15:53.423Z | Downloaded ucd-trie v0.1.6 |
1038 | 2024-05-13T18:15:53.423Z | Downloaded tracing-attributes v0.1.27 |
1039 | 2024-05-13T18:15:53.423Z | Downloaded p521 v0.13.3 |
1040 | 2024-05-13T18:15:53.424Z | Downloaded der v0.7.8 |
1041 | 2024-05-13T18:15:53.424Z | Downloaded crypto-bigint v0.5.2 |
1042 | 2024-05-13T18:15:53.424Z | Downloaded scroll_derive v0.12.0 |
1043 | 2024-05-13T18:15:53.424Z | Downloaded hex v0.4.3 |
1044 | 2024-05-13T18:15:53.424Z | Downloaded heck v0.5.0 |
1045 | 2024-05-13T18:15:53.424Z | Downloaded heck v0.4.1 |
1046 | 2024-05-13T18:15:53.424Z | Downloaded heck v0.3.3 |
1047 | 2024-05-13T18:15:53.449Z | Downloaded headers-core v0.2.0 |
1048 | 2024-05-13T18:15:53.449Z | Downloaded enum-as-inner v0.5.1 |
1049 | 2024-05-13T18:15:53.449Z | Downloaded dof v0.3.0 |
1050 | 2024-05-13T18:15:53.449Z | Downloaded display-error-chain v0.2.0 |
1051 | 2024-05-13T18:15:53.449Z | Downloaded tinyvec_macros v0.1.1 |
1052 | 2024-05-13T18:15:53.449Z | Downloaded scheduled-thread-pool v0.2.7 |
1053 | 2024-05-13T18:15:53.449Z | Downloaded same-file v1.0.6 |
1054 | 2024-05-13T18:15:53.449Z | Downloaded rustls-pki-types v1.3.0 |
1055 | 2024-05-13T18:15:53.449Z | Downloaded rustls-pemfile v1.0.3 |
1056 | 2024-05-13T18:15:53.449Z | Downloaded ghash v0.5.0 |
1057 | 2024-05-13T18:15:53.449Z | Downloaded getrandom v0.2.12 |
1058 | 2024-05-13T18:15:53.449Z | Downloaded getrandom v0.1.16 |
1059 | 2024-05-13T18:15:53.449Z | Downloaded gethostname v0.4.3 |
1060 | 2024-05-13T18:15:53.449Z | Downloaded fxhash v0.2.1 |
1061 | 2024-05-13T18:15:53.450Z | Downloaded errno v0.3.8 |
1062 | 2024-05-13T18:15:53.450Z | Downloaded erased-serde v0.3.31 |
1063 | 2024-05-13T18:15:53.475Z | Downloaded utf-8 v0.7.6 |
1064 | 2024-05-13T18:15:53.475Z | Downloaded usdt-impl v0.5.0 |
1065 | 2024-05-13T18:15:53.475Z | Downloaded untrusted v0.9.0 |
1066 | 2024-05-13T18:15:53.475Z | Downloaded untrusted v0.7.1 |
1067 | 2024-05-13T18:15:53.475Z | Downloaded smallvec v1.13.1 |
1068 | 2024-05-13T18:15:53.475Z | Downloaded slog-term v2.9.1 |
1069 | 2024-05-13T18:15:53.475Z | Downloaded slog v2.7.0 |
1070 | 2024-05-13T18:15:53.475Z | Downloaded slab v0.4.9 |
1071 | 2024-05-13T18:15:53.475Z | Downloaded hyper-rustls v0.24.2 |
1072 | 2024-05-13T18:15:53.475Z | Downloaded fixedbitset v0.4.2 |
1073 | 2024-05-13T18:15:53.475Z | Downloaded unicode-ident v1.0.12 |
1074 | 2024-05-13T18:15:53.475Z | Downloaded unicode-bidi v0.3.15 |
1075 | 2024-05-13T18:15:53.500Z | Downloaded socket2 v0.5.6 |
1076 | 2024-05-13T18:15:53.500Z | Downloaded socket2 v0.4.9 |
1077 | 2024-05-13T18:15:53.500Z | Downloaded pest_meta v2.7.6 |
1078 | 2024-05-13T18:15:53.500Z | Downloaded p256 v0.13.2 |
1079 | 2024-05-13T18:15:53.500Z | Downloaded openssl-sys v0.9.102 |
1080 | 2024-05-13T18:15:53.500Z | Downloaded darling_core v0.20.8 |
1081 | 2024-05-13T18:15:53.500Z | Downloaded glob v0.3.1 |
1082 | 2024-05-13T18:15:53.532Z | Downloaded getopts v0.2.21 |
1083 | 2024-05-13T18:15:53.532Z | Downloaded generic-array v0.14.7 |
1084 | 2024-05-13T18:15:53.532Z | Downloaded fallible-iterator v0.2.0 |
1085 | 2024-05-13T18:15:53.532Z | Downloaded dirs-sys v0.4.1 |
1086 | 2024-05-13T18:15:53.532Z | Downloaded dirs-next v2.0.0 |
1087 | 2024-05-13T18:15:53.532Z | Downloaded dirs v5.0.1 |
1088 | 2024-05-13T18:15:53.532Z | Downloaded digest v0.10.7 |
1089 | 2024-05-13T18:15:53.532Z | Downloaded utf8parse v0.2.1 |
1090 | 2024-05-13T18:15:53.533Z | Downloaded usdt v0.5.0 |
1091 | 2024-05-13T18:15:53.533Z | Downloaded smf v0.2.3 |
1092 | 2024-05-13T18:15:53.533Z | Downloaded slog-stdlog v4.1.1 |
1093 | 2024-05-13T18:15:53.533Z | Downloaded slog-envlogger v2.2.0 |
1094 | 2024-05-13T18:15:53.533Z | Downloaded slog-dtrace v0.3.0 |
1095 | 2024-05-13T18:15:53.533Z | Downloaded slog-bunyan v2.5.0 |
1096 | 2024-05-13T18:15:53.533Z | Downloaded slog-async v2.8.0 |
1097 | 2024-05-13T18:15:53.533Z | Downloaded siphasher v0.3.11 |
1098 | 2024-05-13T18:15:53.533Z | Downloaded rustfmt-wrapper v0.2.1 |
1099 | 2024-05-13T18:15:53.533Z | Downloaded rustc_version v0.1.7 |
1100 | 2024-05-13T18:15:53.564Z | Downloaded rustc-demangle v0.1.23 |
1101 | 2024-05-13T18:15:53.564Z | Downloaded rfc6979 v0.4.0 |
1102 | 2024-05-13T18:15:53.564Z | Downloaded resolv-conf v0.7.0 |
1103 | 2024-05-13T18:15:53.564Z | Downloaded httpdate v1.0.3 |
1104 | 2024-05-13T18:15:53.564Z | Downloaded http-body v0.4.5 |
1105 | 2024-05-13T18:15:53.564Z | Downloaded hostname v0.3.1 |
1106 | 2024-05-13T18:15:53.564Z | Downloaded fnv v1.0.7 |
1107 | 2024-05-13T18:15:53.564Z | Downloaded float-cmp v0.9.0 |
1108 | 2024-05-13T18:15:53.564Z | Downloaded filetime v0.2.23 |
1109 | 2024-05-13T18:15:53.565Z | Downloaded ff v0.13.0 |
1110 | 2024-05-13T18:15:53.565Z | Downloaded fastrand v2.0.1 |
1111 | 2024-05-13T18:15:53.565Z | Downloaded tokio-tungstenite v0.20.1 |
1112 | 2024-05-13T18:15:53.565Z | Downloaded rustc_version v0.4.0 |
1113 | 2024-05-13T18:15:53.565Z | Downloaded hyper-staticfile v0.9.5 |
1114 | 2024-05-13T18:15:53.565Z | Downloaded humantime v2.1.0 |
1115 | 2024-05-13T18:15:53.565Z | Downloaded hubpack v0.1.2 |
1116 | 2024-05-13T18:15:53.565Z | Downloaded topological-sort v0.2.2 |
1117 | 2024-05-13T18:15:53.565Z | Downloaded password-hash v0.4.2 |
1118 | 2024-05-13T18:15:53.565Z | Downloaded cc v1.0.83 |
1119 | 2024-05-13T18:15:53.565Z | Downloaded usdt-attr-macro v0.5.0 |
1120 | 2024-05-13T18:15:53.595Z | Downloaded password-hash v0.5.0 |
1121 | 2024-05-13T18:15:53.595Z | Downloaded papergrid v0.11.0 |
1122 | 2024-05-13T18:15:53.595Z | Downloaded once_cell v1.19.0 |
1123 | 2024-05-13T18:15:53.595Z | Downloaded omicron-zone-package v0.11.0 |
1124 | 2024-05-13T18:15:53.595Z | Downloaded console v0.15.8 |
1125 | 2024-05-13T18:15:53.595Z | Downloaded hash32 v0.3.1 |
1126 | 2024-05-13T18:15:53.595Z | Downloaded flagset v0.4.3 |
1127 | 2024-05-13T18:15:53.595Z | Downloaded unicode-width v0.1.11 |
1128 | 2024-05-13T18:15:53.595Z | Downloaded unicase v2.7.0 |
1129 | 2024-05-13T18:15:53.595Z | Downloaded spin v0.9.8 |
1130 | 2024-05-13T18:15:53.595Z | Downloaded spin v0.5.2 |
1131 | 2024-05-13T18:15:53.596Z | Downloaded percent-encoding v2.3.1 |
1132 | 2024-05-13T18:15:53.596Z | Downloaded num-derive v0.4.0 |
1133 | 2024-05-13T18:15:53.630Z | Downloaded hash32 v0.2.1 |
1134 | 2024-05-13T18:15:53.630Z | Downloaded parse-display-derive v0.9.0 |
1135 | 2024-05-13T18:15:53.630Z | Downloaded parse-display v0.9.0 |
1136 | 2024-05-13T18:15:53.630Z | Downloaded owo-colors v4.0.0 |
1137 | 2024-05-13T18:15:53.630Z | Downloaded num-iter v0.1.44 |
1138 | 2024-05-13T18:15:53.630Z | Downloaded http-range v0.1.5 |
1139 | 2024-05-13T18:15:53.630Z | Downloaded strsim v0.11.0 |
1140 | 2024-05-13T18:15:53.630Z | Downloaded stringprep v0.1.3 |
1141 | 2024-05-13T18:15:53.630Z | Downloaded string_cache v0.8.7 |
1142 | 2024-05-13T18:15:53.630Z | Downloaded pest_generator v2.7.6 |
1143 | 2024-05-13T18:15:53.630Z | Downloaded pest_derive v2.7.6 |
1144 | 2024-05-13T18:15:53.630Z | Downloaded pem-rfc7468 v0.7.0 |
1145 | 2024-05-13T18:15:53.630Z | Downloaded pem v3.0.4 |
1146 | 2024-05-13T18:15:53.630Z | Downloaded parking_lot_core v0.9.8 |
1147 | 2024-05-13T18:15:53.630Z | Downloaded parking_lot_core v0.8.6 |
1148 | 2024-05-13T18:15:53.630Z | Downloaded parking_lot v0.11.2 |
1149 | 2024-05-13T18:15:53.631Z | Downloaded num-complex v0.4.5 |
1150 | 2024-05-13T18:15:53.631Z | Downloaded darling v0.20.8 |
1151 | 2024-05-13T18:15:53.659Z | Downloaded opaque-debug v0.3.0 |
1152 | 2024-05-13T18:15:53.659Z | Downloaded option-ext v0.2.0 |
1153 | 2024-05-13T18:15:53.659Z | Downloaded openssl-macros v0.1.1 |
1154 | 2024-05-13T18:15:53.659Z | Downloaded tokio-stream v0.1.15 |
1155 | 2024-05-13T18:15:53.659Z | Downloaded crossbeam-utils v0.8.19 |
1156 | 2024-05-13T18:15:53.659Z | Downloaded clap v4.5.4 |
1157 | 2024-05-13T18:15:53.659Z | Downloaded stable_deref_trait v1.2.0 |
1158 | 2024-05-13T18:15:53.659Z | Downloaded spki v0.7.2 |
1159 | 2024-05-13T18:15:53.659Z | Downloaded paste v1.0.14 |
1160 | 2024-05-13T18:15:53.659Z | Downloaded cookie_store v0.20.0 |
1161 | 2024-05-13T18:15:53.684Z | Downloaded cookie v0.17.0 |
1162 | 2024-05-13T18:15:53.684Z | Downloaded cancel-safe-futures v0.1.5 |
1163 | 2024-05-13T18:15:53.684Z | Downloaded static_assertions v1.1.0 |
1164 | 2024-05-13T18:15:53.685Z | Downloaded peg-runtime v0.8.3 |
1165 | 2024-05-13T18:15:53.685Z | Downloaded pbkdf2 v0.12.2 |
1166 | 2024-05-13T18:15:53.685Z | Downloaded num_enum_derive v0.5.11 |
1167 | 2024-05-13T18:15:53.685Z | Downloaded num_cpus v1.16.0 |
1168 | 2024-05-13T18:15:53.685Z | Downloaded num-traits v0.2.18 |
1169 | 2024-05-13T18:15:53.685Z | Downloaded num-rational v0.4.1 |
1170 | 2024-05-13T18:15:53.685Z | Downloaded num-integer v0.1.46 |
1171 | 2024-05-13T18:15:53.685Z | Downloaded num-conv v0.1.0 |
1172 | 2024-05-13T18:15:53.685Z | Downloaded num-bigint v0.4.4 |
1173 | 2024-05-13T18:15:53.710Z | Downloaded native-tls v0.2.11 |
1174 | 2024-05-13T18:15:53.710Z | Downloaded minimal-lexical v0.2.1 |
1175 | 2024-05-13T18:15:53.710Z | Downloaded defmt-parser v0.3.3 |
1176 | 2024-05-13T18:15:53.710Z | Downloaded defmt v0.3.5 |
1177 | 2024-05-13T18:15:53.710Z | Downloaded debug-ignore v1.0.5 |
1178 | 2024-05-13T18:15:53.710Z | Downloaded crc32fast v1.3.2 |
1179 | 2024-05-13T18:15:53.710Z | Downloaded convert_case v0.4.0 |
1180 | 2024-05-13T18:15:53.710Z | Downloaded camino-tempfile v1.1.1 |
1181 | 2024-05-13T18:15:53.711Z | Downloaded slog-json v2.6.1 |
1182 | 2024-05-13T18:15:53.711Z | Downloaded pbkdf2 v0.11.0 |
1183 | 2024-05-13T18:15:53.735Z | Downloaded openssl-probe v0.1.5 |
1184 | 2024-05-13T18:15:53.735Z | Downloaded num_threads v0.1.6 |
1185 | 2024-05-13T18:15:53.735Z | Downloaded num_enum v0.5.11 |
1186 | 2024-05-13T18:15:53.735Z | Downloaded nom v7.1.3 |
1187 | 2024-05-13T18:15:53.735Z | Downloaded newtype-uuid v1.1.0 |
1188 | 2024-05-13T18:15:53.735Z | Downloaded newline-converter v0.3.0 |
1189 | 2024-05-13T18:15:53.735Z | Downloaded nanorand v0.7.0 |
1190 | 2024-05-13T18:15:53.735Z | Downloaded multer v3.1.0 |
1191 | 2024-05-13T18:15:53.735Z | Downloaded mime_guess v2.0.4 |
1192 | 2024-05-13T18:15:53.763Z | Downloaded mime v0.3.17 |
1193 | 2024-05-13T18:15:53.763Z | Downloaded memchr v2.7.1 |
1194 | 2024-05-13T18:15:53.763Z | Downloaded lock_api v0.4.10 |
1195 | 2024-05-13T18:15:53.763Z | Downloaded libm v0.2.7 |
1196 | 2024-05-13T18:15:53.763Z | Downloaded data-encoding v2.4.0 |
1197 | 2024-05-13T18:15:53.763Z | Downloaded defmt-macros v0.3.6 |
1198 | 2024-05-13T18:15:53.788Z | Downloaded crossbeam-epoch v0.9.18 |
1199 | 2024-05-13T18:15:53.788Z | Downloaded cpufeatures v0.2.12 |
1200 | 2024-05-13T18:15:53.788Z | Downloaded normalize-line-endings v0.3.0 |
1201 | 2024-05-13T18:15:53.788Z | Downloaded newtype_derive v0.1.6 |
1202 | 2024-05-13T18:15:53.788Z | Downloaded new_debug_unreachable v1.0.4 |
1203 | 2024-05-13T18:15:53.788Z | Downloaded constant_time_eq v0.3.0 |
1204 | 2024-05-13T18:15:53.788Z | Downloaded miniz_oxide v0.7.1 |
1205 | 2024-05-13T18:15:53.788Z | Downloaded memmap2 v0.7.1 |
1206 | 2024-05-13T18:15:53.788Z | Downloaded memmap v0.7.0 |
1207 | 2024-05-13T18:15:53.788Z | Downloaded match_cfg v0.1.0 |
1208 | 2024-05-13T18:15:53.788Z | Downloaded managed v0.8.0 |
1209 | 2024-05-13T18:15:53.788Z | Downloaded macaddr v1.0.1 |
1210 | 2024-05-13T18:15:53.788Z | Downloaded log v0.4.21 |
1211 | 2024-05-13T18:15:53.788Z | Downloaded clap_lex v0.7.0 |
1212 | 2024-05-13T18:15:53.788Z | Downloaded bzip2 v0.4.4 |
1213 | 2024-05-13T18:15:53.824Z | Downloaded md-5 v0.10.5 |
1214 | 2024-05-13T18:15:53.825Z | Downloaded matches v0.1.10 |
1215 | 2024-05-13T18:15:53.825Z | Downloaded lru-cache v0.1.2 |
1216 | 2024-05-13T18:15:53.825Z | Downloaded linear-map v1.2.0 |
1217 | 2024-05-13T18:15:53.825Z | Downloaded libsw v3.3.1 |
1218 | 2024-05-13T18:15:53.825Z | Downloaded itoa v1.0.9 |
1219 | 2024-05-13T18:15:53.825Z | Downloaded ipnet v2.9.0 |
1220 | 2024-05-13T18:15:53.826Z | Downloaded idna v0.5.0 |
1221 | 2024-05-13T18:15:53.826Z | Downloaded idna v0.3.0 |
1222 | 2024-05-13T18:15:53.855Z | Downloaded crypto-common v0.1.6 |
1223 | 2024-05-13T18:15:53.855Z | Downloaded crucible-workspace-hack v0.1.0 |
1224 | 2024-05-13T18:15:53.855Z | Downloaded const-oid v0.9.6 |
1225 | 2024-05-13T18:15:53.856Z | Downloaded bytes v1.6.0 |
1226 | 2024-05-13T18:15:53.856Z | Downloaded bytecount v0.6.3 |
1227 | 2024-05-13T18:15:53.856Z | Downloaded linked-hash-map v0.5.6 |
1228 | 2024-05-13T18:15:53.856Z | Downloaded libefi-sys v0.1.0 |
1229 | 2024-05-13T18:15:53.856Z | Downloaded internet-checksum v0.2.1 |
1230 | 2024-05-13T18:15:53.856Z | Downloaded darling_macro v0.20.8 |
1231 | 2024-05-13T18:15:53.856Z | Downloaded curve25519-dalek-derive v0.1.0 |
1232 | 2024-05-13T18:15:53.856Z | Downloaded ctr v0.9.2 |
1233 | 2024-05-13T18:15:53.856Z | Downloaded cstr-argument v0.1.2 |
1234 | 2024-05-13T18:15:53.856Z | Downloaded crossbeam-deque v0.8.3 |
1235 | 2024-05-13T18:15:53.856Z | Downloaded colored v2.1.0 |
1236 | 2024-05-13T18:15:53.856Z | Downloaded cobs v0.2.3 |
1237 | 2024-05-13T18:15:53.856Z | Downloaded chacha20poly1305 v0.10.1 |
1238 | 2024-05-13T18:15:53.856Z | Downloaded bitflags v2.4.2 |
1239 | 2024-05-13T18:15:53.856Z | Downloaded itertools v0.12.1 |
1240 | 2024-05-13T18:15:53.883Z | Downloaded itertools v0.10.5 |
1241 | 2024-05-13T18:15:53.883Z | Downloaded ipnetwork v0.20.0 |
1242 | 2024-05-13T18:15:53.883Z | Downloaded inout v0.1.3 |
1243 | 2024-05-13T18:15:53.883Z | Downloaded idna v0.2.3 |
1244 | 2024-05-13T18:15:53.883Z | Downloaded clap_derive v4.5.4 |
1245 | 2024-05-13T18:15:53.883Z | Downloaded cipher v0.4.4 |
1246 | 2024-05-13T18:15:53.883Z | Downloaded ciborium-ll v0.2.2 |
1247 | 2024-05-13T18:15:53.883Z | Downloaded ciborium-io v0.2.2 |
1248 | 2024-05-13T18:15:53.883Z | Downloaded chacha20 v0.9.1 |
1249 | 2024-05-13T18:15:53.908Z | Downloaded cfg-if v1.0.0 |
1250 | 2024-05-13T18:15:53.908Z | Downloaded cbc v0.1.2 |
1251 | 2024-05-13T18:15:53.908Z | Downloaded block-buffer v0.10.4 |
1252 | 2024-05-13T18:15:53.908Z | Downloaded bitflags v1.3.2 |
1253 | 2024-05-13T18:15:53.908Z | Downloaded bit-vec v0.6.3 |
1254 | 2024-05-13T18:15:53.908Z | Downloaded is-terminal v0.4.9 |
1255 | 2024-05-13T18:15:53.908Z | Downloaded ciborium v0.2.2 |
1256 | 2024-05-13T18:15:53.908Z | Downloaded camino v1.1.6 |
1257 | 2024-05-13T18:15:53.908Z | Downloaded byteorder v1.5.0 |
1258 | 2024-05-13T18:15:53.908Z | Downloaded blowfish v0.9.1 |
1259 | 2024-05-13T18:15:53.908Z | Downloaded block-padding v0.3.3 |
1260 | 2024-05-13T18:15:53.909Z | Downloaded blake2 v0.10.6 |
1261 | 2024-05-13T18:15:53.909Z | Downloaded bitstruct v0.1.1 |
1262 | 2024-05-13T18:15:53.933Z | Downloaded bit-set v0.5.3 |
1263 | 2024-05-13T18:15:53.934Z | Downloaded instant v0.1.12 |
1264 | 2024-05-13T18:15:53.934Z | Downloaded indexmap v2.2.6 |
1265 | 2024-05-13T18:15:53.934Z | Downloaded indexmap v1.9.3 |
1266 | 2024-05-13T18:15:53.934Z | Downloaded ident_case v1.0.1 |
1267 | 2024-05-13T18:15:53.934Z | Downloaded der_derive v0.7.2 |
1268 | 2024-05-13T18:15:53.934Z | Downloaded bitstruct_derive v0.1.0 |
1269 | 2024-05-13T18:15:53.934Z | Downloaded bcrypt-pbkdf v0.10.0 |
1270 | 2024-05-13T18:15:53.934Z | Downloaded base64ct v1.6.0 |
1271 | 2024-05-13T18:15:53.934Z | Downloaded base64 v0.22.1 |
1272 | 2024-05-13T18:15:53.934Z | Downloaded base64 v0.21.7 |
1273 | 2024-05-13T18:15:53.961Z | Downloaded base64 v0.13.1 |
1274 | 2024-05-13T18:15:53.961Z | Downloaded base16ct v0.2.0 |
1275 | 2024-05-13T18:15:53.962Z | Downloaded backtrace v0.3.69 |
1276 | 2024-05-13T18:15:53.962Z | Downloaded backoff v0.4.0 |
1277 | 2024-05-13T18:15:53.962Z | Downloaded autocfg v1.1.0 |
1278 | 2024-05-13T18:15:53.962Z | Downloaded atty v0.2.14 |
1279 | 2024-05-13T18:15:53.962Z | Downloaded atomic-waker v1.1.1 |
1280 | 2024-05-13T18:15:53.963Z | Downloaded async-stream v0.3.5 |
1281 | 2024-05-13T18:15:53.963Z | Downloaded ascii v1.1.0 |
1282 | 2024-05-13T18:15:53.993Z | Downloaded anstyle-parse v0.2.1 |
1283 | 2024-05-13T18:15:53.994Z | Downloaded aho-corasick v1.1.2 |
1284 | 2024-05-13T18:15:53.994Z | Downloaded argon2 v0.5.3 |
1285 | 2024-05-13T18:15:53.995Z | Downloaded async-stream-impl v0.3.5 |
1286 | 2024-05-13T18:15:53.995Z | Downloaded arrayvec v0.7.4 |
1287 | 2024-05-13T18:15:53.996Z | Downloaded arrayref v0.3.7 |
1288 | 2024-05-13T18:15:53.996Z | Downloaded arc-swap v1.6.0 |
1289 | 2024-05-13T18:15:53.997Z | Downloaded anyhow v1.0.82 |
1290 | 2024-05-13T18:15:53.997Z | Downloaded anstyle-query v1.0.0 |
1291 | 2024-05-13T18:15:54.027Z | Downloaded anstyle v1.0.7 |
1292 | 2024-05-13T18:15:54.027Z | Downloaded anstream v0.6.11 |
1293 | 2024-05-13T18:15:54.027Z | Downloaded allocator-api2 v0.2.16 |
1294 | 2024-05-13T18:15:54.027Z | Downloaded aes-gcm v0.10.3 |
1295 | 2024-05-13T18:15:54.027Z | Downloaded addr2line v0.21.0 |
1296 | 2024-05-13T18:15:54.027Z | Downloaded aes v0.8.3 |
1297 | 2024-05-13T18:15:54.441Z | Compiling proc-macro2 v1.0.81 |
1298 | 2024-05-13T18:15:54.468Z | Compiling unicode-ident v1.0.12 |
1299 | 2024-05-13T18:15:54.468Z | Compiling libc v0.2.153 |
1300 | 2024-05-13T18:15:54.468Z | Compiling serde v1.0.201 |
1301 | 2024-05-13T18:15:54.468Z | Compiling version_check v0.9.4 |
1302 | 2024-05-13T18:15:54.468Z | Compiling cfg-if v1.0.0 |
1303 | 2024-05-13T18:15:54.468Z | Compiling autocfg v1.1.0 |
1304 | 2024-05-13T18:15:54.703Z | Compiling typenum v1.16.0 |
1305 | 2024-05-13T18:15:54.738Z | Compiling parking_lot_core v0.9.8 |
1306 | 2024-05-13T18:15:54.809Z | Compiling once_cell v1.19.0 |
1307 | 2024-05-13T18:15:55.228Z | Compiling libm v0.2.7 |
1308 | 2024-05-13T18:15:55.318Z | Compiling thiserror v1.0.59 |
1309 | 2024-05-13T18:15:55.355Z | Compiling byteorder v1.5.0 |
1310 | 2024-05-13T18:15:55.527Z | Compiling lock_api v0.4.10 |
1311 | 2024-05-13T18:15:55.638Z | Compiling generic-array v0.14.7 |
1312 | 2024-05-13T18:15:55.836Z | Compiling ahash v0.8.8 |
1313 | 2024-05-13T18:15:55.922Z | Compiling num-traits v0.2.18 |
1314 | 2024-05-13T18:15:55.951Z | Compiling serde_json v1.0.116 |
1315 | 2024-05-13T18:15:56.034Z | Compiling memchr v2.7.1 |
1316 | 2024-05-13T18:15:56.059Z | Compiling log v0.4.21 |
1317 | 2024-05-13T18:15:56.230Z | Compiling itoa v1.0.9 |
1318 | 2024-05-13T18:15:56.284Z | Compiling quote v1.0.36 |
1319 | 2024-05-13T18:15:56.456Z | Compiling scopeguard v1.2.0 |
1320 | 2024-05-13T18:15:56.594Z | Compiling syn v2.0.60 |
1321 | 2024-05-13T18:15:56.856Z | Compiling getrandom v0.2.12 |
1322 | 2024-05-13T18:15:56.881Z | Compiling cc v1.0.83 |
1323 | 2024-05-13T18:15:57.066Z | Compiling rand_core v0.6.4 |
1324 | 2024-05-13T18:15:57.265Z | Compiling slab v0.4.9 |
1325 | 2024-05-13T18:15:57.535Z | Compiling smallvec v1.13.1 |
1326 | 2024-05-13T18:15:57.635Z | Compiling allocator-api2 v0.2.16 |
1327 | 2024-05-13T18:15:57.718Z | Compiling syn v1.0.109 |
1328 | 2024-05-13T18:15:57.743Z | Compiling pin-project-lite v0.2.13 |
1329 | 2024-05-13T18:15:57.862Z | Compiling subtle v2.5.0 |
1330 | 2024-05-13T18:15:57.951Z | Compiling pkg-config v0.3.27 |
1331 | 2024-05-13T18:15:58.143Z | Compiling ryu v1.0.15 |
1332 | 2024-05-13T18:15:58.267Z | Compiling parking_lot v0.12.1 |
1333 | 2024-05-13T18:15:58.423Z | Compiling schemars v0.8.17 |
1334 | 2024-05-13T18:15:58.477Z | Compiling signal-hook-registry v1.4.1 |
1335 | 2024-05-13T18:15:58.714Z | Compiling mio v0.8.11 |
1336 | 2024-05-13T18:15:58.764Z | Compiling equivalent v1.0.1 |
1337 | 2024-05-13T18:15:59.096Z | Compiling num_cpus v1.16.0 |
1338 | 2024-05-13T18:15:59.147Z | Compiling socket2 v0.5.6 |
1339 | 2024-05-13T18:15:59.255Z | Compiling num-conv v0.1.0 |
1340 | 2024-05-13T18:15:59.379Z | Compiling ring v0.17.8 |
1341 | 2024-05-13T18:15:59.504Z | Compiling time-core v0.1.2 |
1342 | 2024-05-13T18:15:59.649Z | Compiling time-macros v0.2.17 |
1343 | 2024-05-13T18:15:59.837Z | Compiling futures-core v0.3.30 |
1344 | 2024-05-13T18:15:59.997Z | Compiling httparse v1.8.0 |
1345 | 2024-05-13T18:16:00.053Z | Compiling const-oid v0.9.6 |
1346 | 2024-05-13T18:16:00.162Z | Compiling vcpkg v0.2.15 |
1347 | 2024-05-13T18:16:01.520Z | Compiling fnv v1.0.7 |
1348 | 2024-05-13T18:16:01.651Z | Compiling futures-sink v0.3.30 |
1349 | 2024-05-13T18:16:01.742Z | Compiling ring v0.16.20 |
1350 | 2024-05-13T18:16:02.022Z | Compiling openssl-sys v0.9.102 |
1351 | 2024-05-13T18:16:02.182Z | Compiling futures-channel v0.3.30 |
1352 | 2024-05-13T18:16:02.212Z | Compiling slog v2.7.0 |
1353 | 2024-05-13T18:16:02.408Z | Compiling serde_derive_internals v0.29.0 |
1354 | 2024-05-13T18:16:02.564Z | Compiling spin v0.5.2 |
1355 | 2024-05-13T18:16:02.663Z | Compiling futures-task v0.3.30 |
1356 | 2024-05-13T18:16:02.722Z | Compiling futures-io v0.3.30 |
1357 | 2024-05-13T18:16:02.795Z | Compiling pin-utils v0.1.0 |
1358 | 2024-05-13T18:16:02.862Z | Compiling openssl v0.10.64 |
1359 | 2024-05-13T18:16:02.910Z | Compiling semver v1.0.22 |
1360 | 2024-05-13T18:16:02.944Z | Compiling heck v0.4.1 |
1361 | 2024-05-13T18:16:03.021Z | Compiling rustix v0.38.31 |
1362 | 2024-05-13T18:16:03.046Z | Compiling iana-time-zone v0.1.57 |
1363 | 2024-05-13T18:16:03.255Z | Compiling rustls v0.21.9 |
1364 | 2024-05-13T18:16:03.389Z | Compiling native-tls v0.2.11 |
1365 | 2024-05-13T18:16:03.532Z | Compiling cpufeatures v0.2.12 |
1366 | 2024-05-13T18:16:03.594Z | Compiling tinyvec_macros v0.1.1 |
1367 | 2024-05-13T18:16:03.642Z | Compiling backtrace v0.3.69 |
1368 | 2024-05-13T18:16:03.683Z | Compiling tinyvec v1.6.0 |
1369 | 2024-05-13T18:16:03.715Z | Compiling cookie v0.17.0 |
1370 | 2024-05-13T18:16:04.052Z | Compiling aho-corasick v1.1.2 |
1371 | 2024-05-13T18:16:04.385Z | Compiling dyn-clone v1.0.17 |
1372 | 2024-05-13T18:16:04.570Z | Compiling unicode-bidi v0.3.15 |
1373 | 2024-05-13T18:16:04.691Z | Compiling regex-syntax v0.8.2 |
1374 | 2024-05-13T18:16:04.853Z | Compiling heck v0.5.0 |
1375 | 2024-05-13T18:16:04.937Z | Compiling unicode-normalization v0.1.22 |
1376 | 2024-05-13T18:16:05.437Z | Compiling ppv-lite86 v0.2.17 |
1377 | 2024-05-13T18:16:05.890Z | Compiling crossbeam-utils v0.8.19 |
1378 | 2024-05-13T18:16:05.917Z | Compiling anyhow v1.0.82 |
1379 | 2024-05-13T18:16:05.943Z | Compiling tracing-core v0.1.32 |
1380 | 2024-05-13T18:16:06.505Z | Compiling ucd-trie v0.1.6 |
1381 | 2024-05-13T18:16:07.410Z | Compiling percent-encoding v2.3.1 |
1382 | 2024-05-13T18:16:07.978Z | Compiling rand_chacha v0.3.1 |
1383 | 2024-05-13T18:16:08.008Z | Compiling regex-automata v0.4.5 |
1384 | 2024-05-13T18:16:08.575Z | Compiling serde_derive v1.0.201 |
1385 | 2024-05-13T18:16:08.608Z | Compiling zeroize_derive v1.4.2 |
1386 | 2024-05-13T18:16:08.798Z | Compiling zerocopy-derive v0.7.32 |
1387 | 2024-05-13T18:16:09.005Z | Compiling thiserror-impl v1.0.59 |
1388 | 2024-05-13T18:16:09.360Z | Compiling tokio-macros v2.2.0 |
1389 | 2024-05-13T18:16:09.975Z | Compiling zeroize v1.7.0 |
1390 | 2024-05-13T18:16:10.278Z | Compiling futures-macro v0.3.30 |
1391 | 2024-05-13T18:16:10.435Z | Compiling tracing-attributes v0.1.27 |
1392 | 2024-05-13T18:16:10.769Z | Compiling schemars_derive v0.8.17 |
1393 | 2024-05-13T18:16:10.817Z | Compiling zerocopy v0.7.32 |
1394 | 2024-05-13T18:16:11.452Z | Compiling crypto-common v0.1.6 |
1395 | 2024-05-13T18:16:12.057Z | Compiling block-buffer v0.10.4 |
1396 | 2024-05-13T18:16:12.124Z | Compiling futures-util v0.3.30 |
1397 | 2024-05-13T18:16:12.293Z | Compiling digest v0.10.7 |
1398 | 2024-05-13T18:16:12.552Z | Compiling hashbrown v0.14.3 |
1399 | 2024-05-13T18:16:12.691Z | Compiling openssl-macros v0.1.1 |
1400 | 2024-05-13T18:16:12.923Z | Compiling async-trait v0.1.80 |
1401 | 2024-05-13T18:16:13.666Z | Compiling scroll_derive v0.12.0 |
1402 | 2024-05-13T18:16:13.719Z | Compiling tracing v0.1.40 |
1403 | 2024-05-13T18:16:13.891Z | Compiling regex v1.10.4 |
1404 | 2024-05-13T18:16:14.207Z | Compiling pest v2.7.6 |
1405 | 2024-05-13T18:16:14.861Z | Compiling der_derive v0.7.2 |
1406 | 2024-05-13T18:16:16.448Z | Compiling pest_meta v2.7.6 |
1407 | 2024-05-13T18:16:16.474Z | Compiling rand v0.8.5 |
1408 | 2024-05-13T18:16:16.633Z | Compiling spin v0.9.8 |
1409 | 2024-05-13T18:16:16.911Z | Compiling powerfmt v0.2.0 |
1410 | 2024-05-13T18:16:16.975Z | Compiling rustversion v1.0.14 |
1411 | 2024-05-13T18:16:17.381Z | Compiling deranged v0.3.11 |
1412 | 2024-05-13T18:16:17.474Z | Compiling pest_generator v2.7.6 |
1413 | 2024-05-13T18:16:18.150Z | Compiling form_urlencoded v1.2.1 |
1414 | 2024-05-13T18:16:18.213Z | Compiling usdt-impl v0.5.0 |
1415 | 2024-05-13T18:16:18.449Z | Compiling num_threads v0.1.6 |
1416 | 2024-05-13T18:16:18.507Z | Compiling winnow v0.5.15 |
1417 | 2024-05-13T18:16:18.736Z | Compiling unicode-width v0.1.11 |
1418 | 2024-05-13T18:16:19.037Z | Compiling time v0.3.34 |
1419 | 2024-05-13T18:16:19.292Z | Compiling scroll v0.12.0 |
1420 | 2024-05-13T18:16:20.105Z | Compiling bytes v1.6.0 |
1421 | 2024-05-13T18:16:20.516Z | Compiling indexmap v2.2.6 |
1422 | 2024-05-13T18:16:21.169Z | Compiling tokio v1.37.0 |
1423 | 2024-05-13T18:16:21.433Z | Compiling serde_tokenstream v0.2.0 |
1424 | 2024-05-13T18:16:21.500Z | Compiling uuid v1.8.0 |
1425 | 2024-05-13T18:16:21.710Z | Compiling chrono v0.4.38 |
1426 | 2024-05-13T18:16:22.539Z | Compiling bitflags v2.4.2 |
1427 | 2024-05-13T18:16:22.903Z | Compiling http v0.2.12 |
1428 | 2024-05-13T18:16:23.641Z | Compiling toml_datetime v0.6.5 |
1429 | 2024-05-13T18:16:23.723Z | Compiling serde_spanned v0.6.5 |
1430 | 2024-05-13T18:16:24.078Z | Compiling rustc_version v0.4.0 |
1431 | 2024-05-13T18:16:24.761Z | Compiling pest_derive v2.7.6 |
1432 | 2024-05-13T18:16:25.021Z | Compiling toml_edit v0.19.15 |
1433 | 2024-05-13T18:16:26.158Z | Compiling plain v0.2.3 |
1434 | 2024-05-13T18:16:26.294Z | Compiling goblin v0.8.0 |
1435 | 2024-05-13T18:16:26.774Z | Compiling openapiv3 v2.0.0 |
1436 | 2024-05-13T18:16:27.711Z | Compiling idna v0.5.0 |
1437 | 2024-05-13T18:16:28.907Z | Compiling crc32fast v1.3.2 |
1438 | 2024-05-13T18:16:29.529Z | Compiling pretty-hex v0.4.1 |
1439 | 2024-05-13T18:16:29.676Z | Compiling url v2.5.0 |
1440 | 2024-05-13T18:16:29.722Z | Compiling dtrace-parser v0.2.0 |
1441 | 2024-05-13T18:16:30.452Z | Compiling lazy_static v1.4.0 |
1442 | 2024-05-13T18:16:31.174Z | Compiling dof v0.3.0 |
1443 | 2024-05-13T18:16:31.297Z | Compiling thread-id v4.2.0 |
1444 | 2024-05-13T18:16:31.831Z | Compiling tokio-util v0.7.10 |
1445 | 2024-05-13T18:16:33.033Z | Compiling untrusted v0.9.0 |
1446 | 2024-05-13T18:16:33.305Z | Compiling foreign-types-shared v0.1.1 |
1447 | 2024-05-13T18:16:33.385Z | Compiling untrusted v0.7.1 |
1448 | 2024-05-13T18:16:33.411Z | Compiling foreign-types v0.3.2 |
1449 | 2024-05-13T18:16:35.560Z | Compiling errno v0.3.8 |
1450 | 2024-05-13T18:16:35.771Z | Compiling adler v1.0.2 |
1451 | 2024-05-13T18:16:36.084Z | Compiling try-lock v0.2.4 |
1452 | 2024-05-13T18:16:36.217Z | Compiling base64 v0.21.7 |
1453 | 2024-05-13T18:16:36.877Z | Compiling want v0.3.1 |
1454 | 2024-05-13T18:16:37.126Z | Compiling sct v0.7.0 |
1455 | 2024-05-13T18:16:37.151Z | Compiling miniz_oxide v0.7.1 |
1456 | 2024-05-13T18:16:37.640Z | Compiling rustls-webpki v0.101.7 |
1457 | 2024-05-13T18:16:38.048Z | Compiling usdt-attr-macro v0.5.0 |
1458 | 2024-05-13T18:16:38.464Z | Compiling usdt-macro v0.5.0 |
1459 | 2024-05-13T18:16:39.289Z | Compiling h2 v0.3.26 |
1460 | 2024-05-13T18:16:39.735Z | Compiling http-body v0.4.5 |
1461 | 2024-05-13T18:16:40.161Z | Compiling num-bigint v0.4.4 |
1462 | 2024-05-13T18:16:40.872Z | Compiling openssl-probe v0.1.5 |
1463 | 2024-05-13T18:16:40.930Z | Compiling httpdate v1.0.3 |
1464 | 2024-05-13T18:16:41.178Z | Compiling tower-service v0.3.2 |
1465 | 2024-05-13T18:16:42.465Z | Compiling heapless v0.7.16 |
1466 | 2024-05-13T18:16:42.524Z | Compiling idna v0.3.0 |
1467 | 2024-05-13T18:16:43.031Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1468 | 2024-05-13T18:16:43.056Z | Compiling signal-hook v0.3.17 |
1469 | 2024-05-13T18:16:43.355Z | Compiling base64ct v1.6.0 |
1470 | 2024-05-13T18:16:43.904Z | Compiling psl-types v2.0.11 |
1471 | 2024-05-13T18:16:44.230Z | Compiling publicsuffix v2.2.3 |
1472 | 2024-05-13T18:16:44.472Z | Compiling tokio-native-tls v0.3.1 |
1473 | 2024-05-13T18:16:44.743Z | Compiling crossbeam-epoch v0.9.18 |
1474 | 2024-05-13T18:16:45.298Z | Compiling hyper v0.14.28 |
1475 | 2024-05-13T18:16:45.508Z | Compiling ipnet v2.9.0 |
1476 | 2024-05-13T18:16:45.641Z | Compiling tokio-rustls v0.24.1 |
1477 | 2024-05-13T18:16:45.990Z | Compiling gimli v0.28.0 |
1478 | 2024-05-13T18:16:46.456Z | Compiling cookie_store v0.20.0 |
1479 | 2024-05-13T18:16:47.786Z | Compiling rustls-pemfile v1.0.3 |
1480 | 2024-05-13T18:16:48.063Z | Compiling serde_urlencoded v0.7.1 |
1481 | 2024-05-13T18:16:48.294Z | Compiling enum-as-inner v0.5.1 |
1482 | 2024-05-13T18:16:48.627Z | Compiling object v0.32.1 |
1483 | 2024-05-13T18:16:49.233Z | Compiling encoding_rs v0.8.33 |
1484 | 2024-05-13T18:16:49.914Z | Compiling addr2line v0.21.0 |
1485 | 2024-05-13T18:16:50.003Z | Compiling webpki-roots v0.25.2 |
1486 | 2024-05-13T18:16:50.176Z | Compiling mime v0.3.17 |
1487 | 2024-05-13T18:16:50.256Z | Compiling data-encoding v2.4.0 |
1488 | 2024-05-13T18:16:51.162Z | Compiling hyper-rustls v0.24.2 |
1489 | 2024-05-13T18:16:51.192Z | Compiling hyper-tls v0.5.0 |
1490 | 2024-05-13T18:16:51.481Z | Compiling smoltcp v0.9.1 |
1491 | 2024-05-13T18:16:51.633Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1492 | 2024-05-13T18:16:52.181Z | Compiling rustc-demangle v0.1.23 |
1493 | 2024-05-13T18:16:52.810Z | Compiling either v1.11.0 |
1494 | 2024-05-13T18:16:52.834Z | Compiling sync_wrapper v0.1.2 |
1495 | 2024-05-13T18:16:53.000Z | Compiling reqwest v0.11.27 |
1496 | 2024-05-13T18:16:53.026Z | Compiling pem-rfc7468 v0.7.0 |
1497 | 2024-05-13T18:16:54.011Z | Compiling hmac v0.12.1 |
1498 | 2024-05-13T18:16:54.288Z | Compiling futures-executor v0.3.30 |
1499 | 2024-05-13T18:16:54.819Z | Compiling regress v0.9.1 |
1500 | 2024-05-13T18:16:56.369Z | Compiling unicode-segmentation v1.10.1 |
1501 | 2024-05-13T18:16:56.394Z | Compiling flagset v0.4.3 |
1502 | 2024-05-13T18:16:56.579Z | Compiling siphasher v0.3.11 |
1503 | 2024-05-13T18:16:56.655Z | Compiling winnow v0.6.1 |
1504 | 2024-05-13T18:16:56.656Z | Compiling der v0.7.8 |
1505 | 2024-05-13T18:16:57.678Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1506 | 2024-05-13T18:16:59.282Z | Compiling flate2 v1.0.28 |
1507 | 2024-05-13T18:16:59.638Z | Compiling toml_edit v0.22.12 |
1508 | 2024-05-13T18:17:01.205Z | Compiling hubpack_derive v0.1.1 |
1509 | 2024-05-13T18:17:01.384Z | Compiling clap_derive v4.5.4 |
1510 | 2024-05-13T18:17:01.542Z | Compiling zerocopy-derive v0.6.6 |
1511 | 2024-05-13T18:17:02.857Z | Compiling bitflags v1.3.2 |
1512 | 2024-05-13T18:17:02.959Z | Compiling utf8parse v0.2.1 |
1513 | 2024-05-13T18:17:03.217Z | Compiling anstyle v1.0.7 |
1514 | 2024-05-13T18:17:03.409Z | Compiling sha2 v0.10.8 |
1515 | 2024-05-13T18:17:03.594Z | Compiling anstyle-parse v0.2.1 |
1516 | 2024-05-13T18:17:05.191Z | Compiling futures v0.3.30 |
1517 | 2024-05-13T18:17:05.300Z | Compiling spki v0.7.2 |
1518 | 2024-05-13T18:17:06.186Z | Compiling md-5 v0.10.5 |
1519 | 2024-05-13T18:17:06.234Z | Compiling toml v0.7.8 |
1520 | 2024-05-13T18:17:06.265Z | Compiling hex v0.4.3 |
1521 | 2024-05-13T18:17:06.294Z | Compiling stringprep v0.1.3 |
1522 | 2024-05-13T18:17:06.373Z | Compiling block-padding v0.3.3 |
1523 | 2024-05-13T18:17:06.668Z | Compiling num-integer v0.1.46 |
1524 | 2024-05-13T18:17:06.780Z | Compiling diesel_table_macro_syntax v0.1.0 |
1525 | 2024-05-13T18:17:06.805Z | Compiling hash32 v0.2.1 |
1526 | 2024-05-13T18:17:07.168Z | Compiling colorchoice v1.0.0 |
1527 | 2024-05-13T18:17:07.345Z | Compiling anstyle-query v1.0.0 |
1528 | 2024-05-13T18:17:07.376Z | Compiling stable_deref_trait v1.2.0 |
1529 | 2024-05-13T18:17:07.479Z | Compiling fallible-iterator v0.2.0 |
1530 | 2024-05-13T18:17:07.647Z | Compiling anstream v0.6.11 |
1531 | 2024-05-13T18:17:07.928Z | Compiling diesel_derives v2.1.2 |
1532 | 2024-05-13T18:17:08.071Z | Compiling postgres-protocol v0.6.6 |
1533 | 2024-05-13T18:17:08.610Z | Compiling inout v0.1.3 |
1534 | 2024-05-13T18:17:09.200Z | Compiling pkcs8 v0.10.2 |
1535 | 2024-05-13T18:17:09.684Z | Compiling phf_shared v0.11.2 |
1536 | 2024-05-13T18:17:09.861Z | Compiling terminal_size v0.3.0 |
1537 | 2024-05-13T18:17:10.019Z | Compiling ff v0.13.0 |
1538 | 2024-05-13T18:17:10.053Z | Compiling strum_macros v0.25.2 |
1539 | 2024-05-13T18:17:10.473Z | Compiling serde_repr v0.1.16 |
1540 | 2024-05-13T18:17:10.709Z | Compiling scheduled-thread-pool v0.2.7 |
1541 | 2024-05-13T18:17:10.799Z | Compiling base16ct v0.2.0 |
1542 | 2024-05-13T18:17:11.088Z | Compiling clap_lex v0.7.0 |
1543 | 2024-05-13T18:17:11.321Z | Compiling bit-vec v0.6.3 |
1544 | 2024-05-13T18:17:11.505Z | Compiling matches v0.1.10 |
1545 | 2024-05-13T18:17:11.537Z | Compiling strsim v0.11.0 |
1546 | 2024-05-13T18:17:11.609Z | Compiling managed v0.8.0 |
1547 | 2024-05-13T18:17:11.635Z | Compiling regex-automata v0.1.10 |
1548 | 2024-05-13T18:17:11.714Z | Compiling idna v0.2.3 |
1549 | 2024-05-13T18:17:12.013Z | Compiling bstr v0.2.17 |
1550 | 2024-05-13T18:17:12.353Z | Compiling clap_builder v4.5.2 |
1551 | 2024-05-13T18:17:12.587Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1552 | 2024-05-13T18:17:13.222Z | Compiling sec1 v0.7.3 |
1553 | 2024-05-13T18:17:13.443Z | Compiling r2d2 v0.8.10 |
1554 | 2024-05-13T18:17:13.773Z | Compiling group v0.13.0 |
1555 | 2024-05-13T18:17:13.981Z | Compiling phf v0.11.2 |
1556 | 2024-05-13T18:17:14.342Z | Compiling signal-hook-mio v0.2.3 |
1557 | 2024-05-13T18:17:14.566Z | Compiling bzip2 v0.4.4 |
1558 | 2024-05-13T18:17:14.845Z | Compiling cipher v0.4.4 |
1559 | 2024-05-13T18:17:14.915Z | Compiling postgres-types v0.2.6 |
1560 | 2024-05-13T18:17:15.646Z | Compiling zerocopy v0.6.6 |
1561 | 2024-05-13T18:17:16.112Z | Compiling hubpack v0.1.2 |
1562 | 2024-05-13T18:17:16.219Z | Compiling phf_shared v0.10.0 |
1563 | 2024-05-13T18:17:16.343Z | Compiling hkdf v0.12.4 |
1564 | 2024-05-13T18:17:16.564Z | Compiling crypto-bigint v0.5.2 |
1565 | 2024-05-13T18:17:16.593Z | Compiling ipnetwork v0.20.0 |
1566 | 2024-05-13T18:17:17.376Z | Compiling float-cmp v0.9.0 |
1567 | 2024-05-13T18:17:17.575Z | Compiling memmap v0.7.0 |
1568 | 2024-05-13T18:17:17.878Z | Compiling minimal-lexical v0.2.1 |
1569 | 2024-05-13T18:17:18.323Z | Compiling normalize-line-endings v0.3.0 |
1570 | 2024-05-13T18:17:18.435Z | Compiling precomputed-hash v0.1.1 |
1571 | 2024-05-13T18:17:18.755Z | Compiling predicates-core v1.0.6 |
1572 | 2024-05-13T18:17:19.095Z | Compiling whoami v1.5.1 |
1573 | 2024-05-13T18:17:19.435Z | Compiling new_debug_unreachable v1.0.4 |
1574 | 2024-05-13T18:17:19.634Z | Compiling fixedbitset v0.4.2 |
1575 | 2024-05-13T18:17:19.792Z | Compiling difflib v0.4.0 |
1576 | 2024-05-13T18:17:20.031Z | Compiling static_assertions v1.1.0 |
1577 | 2024-05-13T18:17:20.138Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1578 | 2024-05-13T18:17:20.341Z | Compiling predicates v3.1.0 |
1579 | 2024-05-13T18:17:20.558Z | Compiling diesel v2.1.6 |
1580 | 2024-05-13T18:17:20.583Z | Compiling trust-dns-proto v0.22.0 |
1581 | 2024-05-13T18:17:21.191Z | Compiling petgraph v0.6.4 |
1582 | 2024-05-13T18:17:21.734Z | Compiling string_cache v0.8.7 |
1583 | 2024-05-13T18:17:21.846Z | Compiling tokio-postgres v0.7.10 |
1584 | 2024-05-13T18:17:22.656Z | Compiling nom v7.1.3 |
1585 | 2024-05-13T18:17:24.168Z | Compiling elliptic-curve v0.13.8 |
1586 | 2024-05-13T18:17:24.486Z | Compiling usdt v0.5.0 |
1587 | 2024-05-13T18:17:24.829Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1588 | 2024-05-13T18:17:24.856Z | Compiling yasna v0.5.2 |
1589 | 2024-05-13T18:17:24.943Z | Compiling clap v4.5.4 |
1590 | 2024-05-13T18:17:24.972Z | Compiling zip v0.6.6 |
1591 | 2024-05-13T18:17:25.630Z | Compiling crossterm v0.27.0 |
1592 | 2024-05-13T18:17:26.254Z | Compiling similar v2.4.0 |
1593 | 2024-05-13T18:17:26.417Z | Compiling bit-set v0.5.3 |
1594 | 2024-05-13T18:17:26.480Z | Compiling num-iter v0.1.44 |
1595 | 2024-05-13T18:17:26.657Z | Compiling console v0.15.8 |
1596 | 2024-05-13T18:17:26.683Z | Compiling itertools v0.10.5 |
1597 | 2024-05-13T18:17:27.307Z | Compiling tokio-stream v0.1.15 |
1598 | 2024-05-13T18:17:27.948Z | Compiling getopts v0.2.21 |
1599 | 2024-05-13T18:17:28.253Z | Compiling bstr v1.9.0 |
1600 | 2024-05-13T18:17:28.534Z | Compiling unsafe-libyaml v0.2.10 |
1601 | 2024-05-13T18:17:28.569Z | Compiling lalrpop-util v0.19.12 |
1602 | 2024-05-13T18:17:28.762Z | Compiling peg-runtime v0.8.3 |
1603 | 2024-05-13T18:17:29.331Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1604 | 2024-05-13T18:17:29.589Z | Compiling serde_yaml v0.9.25 |
1605 | 2024-05-13T18:17:31.259Z | Compiling camino v1.1.6 |
1606 | 2024-05-13T18:17:34.927Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1607 | 2024-05-13T18:17:35.331Z | Compiling sha1 v0.10.6 |
1608 | 2024-05-13T18:17:36.578Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1609 | 2024-05-13T18:17:48.084Z | Compiling ident_case v1.0.1 |
1610 | 2024-05-13T18:17:48.392Z | Compiling strsim v0.10.0 |
1611 | 2024-05-13T18:17:48.659Z | Compiling darling_core v0.20.8 |
1612 | 2024-05-13T18:17:50.320Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1613 | 2024-05-13T18:17:51.108Z | Compiling strum_macros v0.26.1 |
1614 | 2024-05-13T18:17:51.630Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1615 | 2024-05-13T18:17:54.727Z | Compiling darling_macro v0.20.8 |
1616 | 2024-05-13T18:17:55.352Z | Compiling strum v0.26.2 |
1617 | 2024-05-13T18:17:55.953Z | Compiling darling v0.20.8 |
1618 | 2024-05-13T18:17:56.061Z | Compiling dirs-sys-next v0.1.2 |
1619 | 2024-05-13T18:17:56.123Z | Compiling rayon-core v1.12.1 |
1620 | 2024-05-13T18:17:56.329Z | Compiling base64 v0.22.1 |
1621 | 2024-05-13T18:17:56.381Z | Compiling match_cfg v0.1.0 |
1622 | 2024-05-13T18:17:56.487Z | Compiling hostname v0.3.1 |
1623 | 2024-05-13T18:17:56.682Z | Compiling dirs-next v2.0.0 |
1624 | 2024-05-13T18:17:56.724Z | Compiling crossbeam-deque v0.8.3 |
1625 | 2024-05-13T18:17:57.170Z | Compiling http v1.0.0 |
1626 | 2024-05-13T18:17:57.202Z | Compiling thread_local v1.1.7 |
1627 | 2024-05-13T18:17:57.202Z | Compiling same-file v1.0.6 |
1628 | 2024-05-13T18:17:57.202Z | Compiling rustls-pki-types v1.3.0 |
1629 | 2024-05-13T18:17:57.202Z | Compiling slog-async v2.8.0 |
1630 | 2024-05-13T18:17:57.202Z | Compiling fastrand v2.0.1 |
1631 | 2024-05-13T18:17:57.328Z | Compiling walkdir v2.5.0 |
1632 | 2024-05-13T18:17:57.538Z | Compiling tempfile v3.10.1 |
1633 | 2024-05-13T18:17:57.658Z | Compiling term v0.7.0 |
1634 | 2024-05-13T18:17:58.103Z | Compiling crossbeam-channel v0.5.8 |
1635 | 2024-05-13T18:17:58.331Z | Compiling is-terminal v0.4.9 |
1636 | 2024-05-13T18:17:58.466Z | Compiling blake3 v1.5.0 |
1637 | 2024-05-13T18:17:58.836Z | Compiling paste v1.0.14 |
1638 | 2024-05-13T18:17:58.884Z | Compiling rustls v0.22.4 |
1639 | 2024-05-13T18:17:58.984Z | Compiling take_mut v0.2.2 |
1640 | 2024-05-13T18:17:59.089Z | Compiling slog-term v2.9.1 |
1641 | 2024-05-13T18:17:59.239Z | Compiling rayon v1.10.0 |
1642 | 2024-05-13T18:17:59.386Z | Compiling rustls-webpki v0.102.1 |
1643 | 2024-05-13T18:17:59.480Z | Compiling filetime v0.2.23 |
1644 | 2024-05-13T18:17:59.795Z | Compiling xattr v1.0.1 |
1645 | 2024-05-13T18:18:00.050Z | Compiling memmap2 v0.7.1 |
1646 | 2024-05-13T18:18:00.164Z | Compiling multer v3.1.0 |
1647 | 2024-05-13T18:18:00.208Z | Compiling instant v0.1.12 |
1648 | 2024-05-13T18:18:00.300Z | Compiling home v0.5.5 |
1649 | 2024-05-13T18:18:00.379Z | Compiling constant_time_eq v0.3.0 |
1650 | 2024-05-13T18:18:00.911Z | Compiling arrayref v0.3.7 |
1651 | 2024-05-13T18:18:00.911Z | Compiling arrayvec v0.7.4 |
1652 | 2024-05-13T18:18:00.911Z | Compiling toolchain_find v0.4.0 |
1653 | 2024-05-13T18:18:00.911Z | Compiling tar v0.4.40 |
1654 | 2024-05-13T18:18:00.911Z | Compiling camino-tempfile v1.1.1 |
1655 | 2024-05-13T18:18:01.171Z | Compiling toml v0.8.12 |
1656 | 2024-05-13T18:18:01.605Z | Compiling slog-json v2.6.1 |
1657 | 2024-05-13T18:18:02.153Z | Compiling async-stream-impl v0.3.5 |
1658 | 2024-05-13T18:18:02.200Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1659 | 2024-05-13T18:18:02.457Z | Compiling debug-ignore v1.0.5 |
1660 | 2024-05-13T18:18:02.483Z | Compiling topological-sort v0.2.2 |
1661 | 2024-05-13T18:18:02.608Z | Compiling atomic-waker v1.1.1 |
1662 | 2024-05-13T18:18:02.691Z | Compiling slog-bunyan v2.5.0 |
1663 | 2024-05-13T18:18:02.776Z | Compiling rustfmt-wrapper v0.2.1 |
1664 | 2024-05-13T18:18:02.821Z | Compiling waitgroup v0.1.2 |
1665 | 2024-05-13T18:18:03.158Z | Compiling async-stream v0.3.5 |
1666 | 2024-05-13T18:18:03.250Z | Compiling rustls-pemfile v2.1.2 |
1667 | 2024-05-13T18:18:03.250Z | Compiling serde_with_macros v3.7.0 |
1668 | 2024-05-13T18:18:03.473Z | Compiling omicron-zone-package v0.11.0 |
1669 | 2024-05-13T18:18:04.241Z | Compiling tokio-rustls v0.25.0 |
1670 | 2024-05-13T18:18:04.266Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1671 | 2024-05-13T18:18:05.030Z | Compiling serde_path_to_error v0.1.16 |
1672 | 2024-05-13T18:18:05.066Z | Compiling structmeta-derive v0.3.0 |
1673 | 2024-05-13T18:18:05.168Z | Compiling hostname v0.4.0 |
1674 | 2024-05-13T18:18:05.375Z | Compiling proc-macro-error-attr v1.0.4 |
1675 | 2024-05-13T18:18:05.410Z | Compiling proc-macro-error v1.0.4 |
1676 | 2024-05-13T18:18:05.692Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1677 | 2024-05-13T18:18:06.005Z | Compiling serde_with v3.7.0 |
1678 | 2024-05-13T18:18:06.141Z | Compiling newtype-uuid v1.1.0 |
1679 | 2024-05-13T18:18:06.421Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1680 | 2024-05-13T18:18:07.092Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1681 | 2024-05-13T18:18:07.144Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1682 | 2024-05-13T18:18:07.402Z | Compiling backoff v0.4.0 |
1683 | 2024-05-13T18:18:07.481Z | Compiling structmeta v0.3.0 |
1684 | 2024-05-13T18:18:07.722Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1685 | 2024-05-13T18:18:07.868Z | Compiling parse-display-derive v0.9.0 |
1686 | 2024-05-13T18:18:08.355Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1687 | 2024-05-13T18:18:08.511Z | Compiling macaddr v1.0.1 |
1688 | 2024-05-13T18:18:08.869Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1689 | 2024-05-13T18:18:08.946Z | Compiling proc-macro-crate v1.3.1 |
1690 | 2024-05-13T18:18:09.226Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1691 | 2024-05-13T18:18:09.510Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1692 | 2024-05-13T18:18:09.569Z | Compiling foreign-types-macros v0.2.3 |
1693 | 2024-05-13T18:18:09.812Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1694 | 2024-05-13T18:18:09.943Z | Compiling num_enum_derive v0.5.11 |
1695 | 2024-05-13T18:18:10.072Z | Compiling foreign-types-shared v0.3.1 |
1696 | 2024-05-13T18:18:10.191Z | Compiling heapless v0.8.0 |
1697 | 2024-05-13T18:18:10.702Z | Compiling foreign-types v0.5.0 |
1698 | 2024-05-13T18:18:11.009Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1699 | 2024-05-13T18:18:11.161Z | Compiling cstr-argument v0.1.2 |
1700 | 2024-05-13T18:18:11.410Z | Compiling hash32 v0.3.1 |
1701 | 2024-05-13T18:18:11.697Z | Compiling smoltcp v0.11.0 |
1702 | 2024-05-13T18:18:11.925Z | Compiling pretty-hex v0.2.1 |
1703 | 2024-05-13T18:18:12.461Z | Compiling parse-display v0.9.0 |
1704 | 2024-05-13T18:18:12.506Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1705 | 2024-05-13T18:18:12.545Z | Compiling num_enum v0.5.11 |
1706 | 2024-05-13T18:18:12.693Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1707 | 2024-05-13T18:18:12.721Z | Compiling tabwriter v1.4.0 |
1708 | 2024-05-13T18:18:13.034Z | Compiling colored v2.1.0 |
1709 | 2024-05-13T18:18:13.478Z | Compiling socket2 v0.4.9 |
1710 | 2024-05-13T18:18:13.517Z | Compiling embedded-io v0.4.0 |
1711 | 2024-05-13T18:18:13.518Z | Compiling cobs v0.2.3 |
1712 | 2024-05-13T18:18:13.730Z | Compiling postcard v1.0.8 |
1713 | 2024-05-13T18:18:13.855Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1714 | 2024-05-13T18:18:13.882Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1715 | 2024-05-13T18:18:14.049Z | Compiling crucible-workspace-hack v0.1.0 |
1716 | 2024-05-13T18:18:14.247Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1717 | 2024-05-13T18:18:14.370Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1718 | 2024-05-13T18:18:14.495Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1719 | 2024-05-13T18:18:14.652Z | Compiling smf v0.2.3 |
1720 | 2024-05-13T18:18:14.687Z | Compiling humantime v2.1.0 |
1721 | 2024-05-13T18:18:14.849Z | Compiling platforms v3.0.2 |
1722 | 2024-05-13T18:18:15.131Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1723 | 2024-05-13T18:18:15.231Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1724 | 2024-05-13T18:18:15.435Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1725 | 2024-05-13T18:18:15.622Z | Compiling num-derive v0.4.0 |
1726 | 2024-05-13T18:18:15.842Z | Compiling sigpipe v0.1.3 |
1727 | 2024-05-13T18:18:15.869Z | Compiling utf-8 v0.7.6 |
1728 | 2024-05-13T18:18:15.985Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1729 | 2024-05-13T18:18:16.359Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1730 | 2024-05-13T18:18:16.509Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1731 | 2024-05-13T18:18:16.701Z | Compiling atty v0.2.14 |
1732 | 2024-05-13T18:18:16.840Z | Compiling unicase v2.7.0 |
1733 | 2024-05-13T18:18:17.106Z | Compiling semver v0.1.20 |
1734 | 2024-05-13T18:18:17.587Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1735 | 2024-05-13T18:18:17.689Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1736 | 2024-05-13T18:18:17.689Z | Compiling rustc_version v0.1.7 |
1737 | 2024-05-13T18:18:17.925Z | Compiling curve25519-dalek v4.1.2 |
1738 | 2024-05-13T18:18:18.111Z | Compiling newline-converter v0.3.0 |
1739 | 2024-05-13T18:18:18.170Z | Compiling universal-hash v0.5.1 |
1740 | 2024-05-13T18:18:18.281Z | Compiling opaque-debug v0.3.0 |
1741 | 2024-05-13T18:18:18.360Z | Compiling expectorate v1.1.0 |
1742 | 2024-05-13T18:18:18.396Z | Compiling newtype_derive v0.1.6 |
1743 | 2024-05-13T18:18:18.396Z | Compiling tungstenite v0.20.1 |
1744 | 2024-05-13T18:18:18.534Z | Compiling signature v2.1.0 |
1745 | 2024-05-13T18:18:18.559Z | Compiling curve25519-dalek-derive v0.1.0 |
1746 | 2024-05-13T18:18:18.598Z | Compiling num-rational v0.4.1 |
1747 | 2024-05-13T18:18:18.675Z | Compiling quick-error v1.2.3 |
1748 | 2024-05-13T18:18:18.793Z | Compiling linked-hash-map v0.5.6 |
1749 | 2024-05-13T18:18:18.836Z | Compiling arc-swap v1.6.0 |
1750 | 2024-05-13T18:18:18.885Z | Compiling termcolor v1.2.0 |
1751 | 2024-05-13T18:18:19.191Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1752 | 2024-05-13T18:18:19.306Z | Compiling getrandom v0.1.16 |
1753 | 2024-05-13T18:18:19.484Z | Compiling tokio-tungstenite v0.20.1 |
1754 | 2024-05-13T18:18:19.697Z | Compiling env_logger v0.9.3 |
1755 | 2024-05-13T18:18:19.975Z | Compiling slog-scope v4.4.0 |
1756 | 2024-05-13T18:18:20.006Z | Compiling lru-cache v0.1.2 |
1757 | 2024-05-13T18:18:20.203Z | Compiling resolv-conf v0.7.0 |
1758 | 2024-05-13T18:18:20.439Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1759 | 2024-05-13T18:18:20.505Z | Compiling password-hash v0.5.0 |
1760 | 2024-05-13T18:18:20.632Z | Compiling blake2 v0.10.6 |
1761 | 2024-05-13T18:18:20.889Z | Compiling bitstruct_derive v0.1.0 |
1762 | 2024-05-13T18:18:20.921Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-05-13T18:18:20.950Z | Compiling parking_lot_core v0.8.6 |
1764 | 2024-05-13T18:18:21.078Z | Compiling bytecount v0.6.3 |
1765 | 2024-05-13T18:18:21.264Z | Compiling ascii v1.1.0 |
1766 | 2024-05-13T18:18:21.364Z | Compiling libefi-sys v0.1.0 |
1767 | 2024-05-13T18:18:21.487Z | Compiling papergrid v0.11.0 |
1768 | 2024-05-13T18:18:21.694Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1769 | 2024-05-13T18:18:21.721Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1770 | 2024-05-13T18:18:21.746Z | Compiling argon2 v0.5.3 |
1771 | 2024-05-13T18:18:21.809Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1772 | 2024-05-13T18:18:22.133Z | Compiling bitstruct v0.1.1 |
1773 | 2024-05-13T18:18:22.254Z | Compiling trust-dns-resolver v0.22.0 |
1774 | 2024-05-13T18:18:22.319Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1775 | 2024-05-13T18:18:22.977Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1776 | 2024-05-13T18:18:24.242Z | Compiling slog-stdlog v4.1.1 |
1777 | 2024-05-13T18:18:24.591Z | Compiling tabled_derive v0.7.0 |
1778 | 2024-05-13T18:18:24.830Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1779 | 2024-05-13T18:18:24.869Z | Compiling rfc6979 v0.4.0 |
1780 | 2024-05-13T18:18:25.040Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1781 | 2024-05-13T18:18:25.065Z | Compiling serde_arrays v0.1.0 |
1782 | 2024-05-13T18:18:25.228Z | Compiling erased-serde v0.3.31 |
1783 | 2024-05-13T18:18:25.282Z | Compiling aead v0.5.2 |
1784 | 2024-05-13T18:18:25.394Z | Compiling num-complex v0.4.5 |
1785 | 2024-05-13T18:18:25.448Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1786 | 2024-05-13T18:18:25.645Z | Compiling nibble_vec v0.1.0 |
1787 | 2024-05-13T18:18:25.825Z | Compiling slog-dtrace v0.3.0 |
1788 | 2024-05-13T18:18:25.872Z | Compiling keccak v0.1.4 |
1789 | 2024-05-13T18:18:26.089Z | Compiling cancel-safe-futures v0.1.5 |
1790 | 2024-05-13T18:18:26.306Z | Compiling winapi v0.3.9 |
1791 | 2024-05-13T18:18:26.443Z | Compiling endian-type v0.1.2 |
1792 | 2024-05-13T18:18:26.533Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1793 | 2024-05-13T18:18:26.624Z | Compiling num v0.4.2 |
1794 | 2024-05-13T18:18:26.664Z | Compiling radix_trie v0.2.1 |
1795 | 2024-05-13T18:18:26.816Z | Compiling sha3 v0.10.8 |
1796 | 2024-05-13T18:18:27.258Z | Compiling tabled v0.15.0 |
1797 | 2024-05-13T18:18:27.258Z | Compiling ecdsa v0.16.9 |
1798 | 2024-05-13T18:18:27.298Z | Compiling rand_core v0.5.1 |
1799 | 2024-05-13T18:18:27.328Z | Compiling slog-envlogger v2.2.0 |
1800 | 2024-05-13T18:18:27.633Z | Compiling steno v0.4.0 |
1801 | 2024-05-13T18:18:27.748Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1802 | 2024-05-13T18:18:27.953Z | Compiling mime_guess v2.0.4 |
1803 | 2024-05-13T18:18:28.063Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1804 | 2024-05-13T18:18:28.443Z | Compiling poly1305 v0.8.0 |
1805 | 2024-05-13T18:18:28.916Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1806 | 2024-05-13T18:18:29.034Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1807 | 2024-05-13T18:18:29.573Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1808 | 2024-05-13T18:18:29.863Z | Compiling primeorder v0.13.6 |
1809 | 2024-05-13T18:18:29.904Z | Compiling chacha20 v0.9.1 |
1810 | 2024-05-13T18:18:30.445Z | Compiling heck v0.3.3 |
1811 | 2024-05-13T18:18:30.445Z | Compiling thiserror-impl-no-std v2.0.2 |
1812 | 2024-05-13T18:18:30.445Z | Compiling secrecy v0.8.0 |
1813 | 2024-05-13T18:18:30.470Z | Compiling half v2.3.1 |
1814 | 2024-05-13T18:18:30.605Z | Compiling option-ext v0.2.0 |
1815 | 2024-05-13T18:18:30.746Z | Compiling convert_case v0.4.0 |
1816 | 2024-05-13T18:18:31.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1817 | 2024-05-13T18:18:31.279Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1818 | 2024-05-13T18:18:31.619Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1819 | 2024-05-13T18:18:31.865Z | Compiling ciborium-io v0.2.2 |
1820 | 2024-05-13T18:18:31.995Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1821 | 2024-05-13T18:18:32.152Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1822 | 2024-05-13T18:18:32.680Z | Compiling ciborium-ll v0.2.2 |
1823 | 2024-05-13T18:18:33.088Z | Compiling derive_more v0.99.17 |
1824 | 2024-05-13T18:18:33.113Z | Compiling thiserror-no-std v2.0.2 |
1825 | 2024-05-13T18:18:33.235Z | Compiling dirs-sys v0.4.1 |
1826 | 2024-05-13T18:18:33.266Z | Compiling zone_cfg_derive v0.1.2 |
1827 | 2024-05-13T18:18:33.773Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1828 | 2024-05-13T18:18:34.357Z | Compiling parking_lot v0.11.2 |
1829 | 2024-05-13T18:18:34.793Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1830 | 2024-05-13T18:18:34.794Z | Compiling rand_chacha v0.2.2 |
1831 | 2024-05-13T18:18:34.794Z | Compiling trust-dns-client v0.22.0 |
1832 | 2024-05-13T18:18:35.223Z | Compiling ed25519 v2.2.2 |
1833 | 2024-05-13T18:18:35.693Z | Compiling polyval v0.6.1 |
1834 | 2024-05-13T18:18:35.718Z | Compiling tungstenite v0.21.0 |
1835 | 2024-05-13T18:18:35.767Z | Compiling aes v0.8.3 |
1836 | 2024-05-13T18:18:36.085Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1837 | 2024-05-13T18:18:36.453Z | Compiling blowfish v0.9.1 |
1838 | 2024-05-13T18:18:36.842Z | Compiling ctr v0.9.2 |
1839 | 2024-05-13T18:18:37.160Z | Compiling password-hash v0.4.2 |
1840 | 2024-05-13T18:18:37.323Z | Compiling libsw v3.3.1 |
1841 | 2024-05-13T18:18:37.605Z | Compiling toml v0.5.11 |
1842 | 2024-05-13T18:18:37.640Z | Compiling pbkdf2 v0.12.2 |
1843 | 2024-05-13T18:18:37.805Z | Compiling derive-where v1.2.7 |
1844 | 2024-05-13T18:18:37.960Z | Compiling fxhash v0.2.1 |
1845 | 2024-05-13T18:18:37.985Z | Compiling gethostname v0.4.3 |
1846 | 2024-05-13T18:18:38.417Z | Compiling owo-colors v4.0.0 |
1847 | 2024-05-13T18:18:38.567Z | Compiling swrite v0.1.0 |
1848 | 2024-05-13T18:18:38.702Z | Compiling linear-map v1.2.0 |
1849 | 2024-05-13T18:18:39.051Z | Compiling base64 v0.13.1 |
1850 | 2024-05-13T18:18:39.250Z | Compiling trust-dns-server v0.22.1 |
1851 | 2024-05-13T18:18:39.661Z | Compiling ron v0.7.1 |
1852 | 2024-05-13T18:18:40.447Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1853 | 2024-05-13T18:18:40.486Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1854 | 2024-05-13T18:18:40.891Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1855 | 2024-05-13T18:18:41.090Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1856 | 2024-05-13T18:18:41.756Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1857 | 2024-05-13T18:18:44.375Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1858 | 2024-05-13T18:18:44.433Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1859 | 2024-05-13T18:18:44.972Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1860 | 2024-05-13T18:18:45.259Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1861 | 2024-05-13T18:18:45.702Z | Compiling sled v0.34.7 |
1862 | 2024-05-13T18:18:46.673Z | Compiling bcrypt-pbkdf v0.10.0 |
1863 | 2024-05-13T18:18:47.031Z | Compiling pbkdf2 v0.11.0 |
1864 | 2024-05-13T18:18:47.185Z | Compiling tokio-tungstenite v0.21.0 |
1865 | 2024-05-13T18:18:47.245Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-05-13T18:18:47.375Z | Compiling ghash v0.5.0 |
1867 | 2024-05-13T18:18:47.439Z | Compiling ed25519-dalek v2.0.0 |
1868 | 2024-05-13T18:18:47.568Z | Compiling rand v0.7.3 |
1869 | 2024-05-13T18:18:47.676Z | Compiling russh-cryptovec v0.7.0 |
1870 | 2024-05-13T18:18:47.860Z | Compiling zone v0.1.8 |
1871 | 2024-05-13T18:18:48.268Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1872 | 2024-05-13T18:18:48.685Z | Compiling dirs v5.0.1 |
1873 | 2024-05-13T18:18:48.893Z | Compiling vsss-rs v3.3.4 |
1874 | 2024-05-13T18:18:49.692Z | Compiling ciborium v0.2.2 |
1875 | 2024-05-13T18:18:50.508Z | Compiling p521 v0.13.3 |
1876 | 2024-05-13T18:18:51.037Z | Compiling p256 v0.13.2 |
1877 | 2024-05-13T18:18:51.766Z | Compiling chacha20poly1305 v0.10.1 |
1878 | 2024-05-13T18:18:52.202Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-05-13T18:18:52.202Z | Compiling pem v3.0.4 |
1880 | 2024-05-13T18:18:52.526Z | Compiling cbc v0.1.2 |
1881 | 2024-05-13T18:18:52.717Z | Compiling headers-core v0.2.0 |
1882 | 2024-05-13T18:18:52.750Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1883 | 2024-05-13T18:18:52.784Z | Compiling portpicker v0.1.1 |
1884 | 2024-05-13T18:18:52.889Z | Compiling kstat-rs v0.2.3 |
1885 | 2024-05-13T18:18:53.075Z | Compiling nanorand v0.7.0 |
1886 | 2024-05-13T18:18:53.104Z | Compiling http-range v0.1.5 |
1887 | 2024-05-13T18:18:53.244Z | Compiling md5 v0.7.0 |
1888 | 2024-05-13T18:18:53.455Z | Compiling glob v0.3.1 |
1889 | 2024-05-13T18:18:53.670Z | Compiling russh-keys v0.43.0 |
1890 | 2024-05-13T18:18:53.702Z | Compiling flume v0.11.0 |
1891 | 2024-05-13T18:18:54.311Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1892 | 2024-05-13T18:18:54.337Z | Compiling hyper-staticfile v0.9.5 |
1893 | 2024-05-13T18:18:54.784Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1894 | 2024-05-13T18:18:55.181Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1895 | 2024-05-13T18:18:55.815Z | Compiling headers v0.3.9 |
1896 | 2024-05-13T18:18:56.599Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1897 | 2024-05-13T18:18:57.561Z | Compiling rcgen v0.12.1 |
1898 | 2024-05-13T18:18:58.100Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1899 | 2024-05-13T18:18:59.163Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1900 | 2024-05-13T18:18:59.704Z | Compiling aes-gcm v0.10.3 |
1901 | 2024-05-13T18:18:59.995Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1902 | 2024-05-13T18:19:00.109Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1903 | 2024-05-13T18:19:00.416Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1904 | 2024-05-13T18:19:02.062Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1905 | 2024-05-13T18:19:02.562Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1906 | 2024-05-13T18:19:03.979Z | Compiling atomicwrites v0.4.3 |
1907 | 2024-05-13T18:19:04.291Z | Compiling itertools v0.12.1 |
1908 | 2024-05-13T18:19:04.750Z | Compiling subprocess v0.2.9 |
1909 | 2024-05-13T18:19:05.079Z | Compiling hex-literal v0.4.1 |
1910 | 2024-05-13T18:19:05.644Z | Compiling dhcproto-macros v0.1.0 |
1911 | 2024-05-13T18:19:06.520Z | Compiling display-error-chain v0.2.0 |
1912 | 2024-05-13T18:19:06.547Z | Compiling dhcproto v0.11.0 |
1913 | 2024-05-13T18:19:06.547Z | Compiling russh v0.43.0 |
1914 | 2024-05-13T18:19:06.731Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1915 | 2024-05-13T18:19:07.101Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1916 | 2024-05-13T18:19:07.253Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1917 | 2024-05-13T18:19:07.663Z | Compiling internet-checksum v0.2.1 |
1918 | 2024-05-13T18:19:10.013Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1919 | 2024-05-13T18:19:11.687Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1920 | 2024-05-13T18:19:38.265Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1921 | 2024-05-13T18:20:34.149Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 11s |
1922 | 2024-05-13T18:20:34.505Z | |
1923 | 2024-05-13T18:20:34.532Z | real 5:11.909864256 |
1924 | 2024-05-13T18:20:34.532Z | user 24:04.985840066 |
1925 | 2024-05-13T18:20:34.532Z | sys 5:34.237766197 |
1926 | 2024-05-13T18:20:34.532Z | trap 0.798125695 |
1927 | 2024-05-13T18:20:34.532Z | tflt 0.353584582 |
1928 | 2024-05-13T18:20:34.532Z | dflt 2.911774352 |
1929 | 2024-05-13T18:20:34.532Z | kflt 0.002597997 |
1930 | 2024-05-13T18:20:34.532Z | lock 44:28.854938039 |
1931 | 2024-05-13T18:20:34.532Z | slp 1:07:14.288813404 |
1932 | 2024-05-13T18:20:34.532Z | lat 1:39.652908155 |
1933 | 2024-05-13T18:20:34.532Z | stop 4:17.955486453 |
1934 | 2024-05-13T18:20:34.532Z | + mkdir -p /work |
1935 | 2024-05-13T18:20:34.532Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1936 | 2024-05-13T18:20:35.655Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1937 | 2024-05-13T18:20:46.179Z | Finished dev [unoptimized + debuginfo] target(s) in 11.60s |
1938 | 2024-05-13T18:20:46.276Z | |
1939 | 2024-05-13T18:20:46.276Z | real 11.735833273 |
1940 | 2024-05-13T18:20:46.276Z | user 9.142172016 |
1941 | 2024-05-13T18:20:46.276Z | sys 3.784201288 |
1942 | 2024-05-13T18:20:46.276Z | trap 0.002070874 |
1943 | 2024-05-13T18:20:46.276Z | tflt 0.004938590 |
1944 | 2024-05-13T18:20:46.276Z | dflt 0.051178577 |
1945 | 2024-05-13T18:20:46.276Z | kflt 0.000000000 |
1946 | 2024-05-13T18:20:46.276Z | lock 32.398173315 |
1947 | 2024-05-13T18:20:46.276Z | slp 45.284552252 |
1948 | 2024-05-13T18:20:46.276Z | lat 0.074056125 |
1949 | 2024-05-13T18:20:46.276Z | stop 0.091671463 |
1950 | 2024-05-13T18:20:46.301Z | + cp target/debug/commtest /work/commtest |
1951 | 2024-05-13T18:20:46.656Z | + mkdir -p /work/end-to-end-tests |
1952 | 2024-05-13T18:20:46.681Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1953 | 2024-05-13T18:20:46.729Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1954 | 2024-05-13T18:20:46.730Z | + ptime -m gzip |
1955 | 2024-05-13T18:20:46.754Z | ++ basename target/debug/bootstrap |
1956 | 2024-05-13T18:21:01.343Z | |
1957 | 2024-05-13T18:21:01.343Z | real 14.611735827 |
1958 | 2024-05-13T18:21:01.343Z | user 14.464391119 |
1959 | 2024-05-13T18:21:01.343Z | sys 0.128064547 |
1960 | 2024-05-13T18:21:01.344Z | trap 0.004661822 |
1961 | 2024-05-13T18:21:01.344Z | tflt 0.000000000 |
1962 | 2024-05-13T18:21:01.344Z | dflt 0.000000000 |
1963 | 2024-05-13T18:21:01.344Z | kflt 0.000000000 |
1964 | 2024-05-13T18:21:01.344Z | lock 0.000000000 |
1965 | 2024-05-13T18:21:01.345Z | slp 0.000000000 |
1966 | 2024-05-13T18:21:01.345Z | lat 0.013783771 |
1967 | 2024-05-13T18:21:01.345Z | stop 0.000735837 |
1968 | 2024-05-13T18:21:01.370Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1969 | 2024-05-13T18:21:01.371Z | + ptime -m gzip |
1970 | 2024-05-13T18:21:01.371Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-de5ca33f91c4e25d |
1971 | 2024-05-13T18:21:02.386Z | |
1972 | 2024-05-13T18:21:02.386Z | real 1.034995862 |
1973 | 2024-05-13T18:21:02.386Z | user 1.020485809 |
1974 | 2024-05-13T18:21:02.386Z | sys 0.012059494 |
1975 | 2024-05-13T18:21:02.386Z | trap 0.000632582 |
1976 | 2024-05-13T18:21:02.386Z | tflt 0.000000000 |
1977 | 2024-05-13T18:21:02.386Z | dflt 0.000000000 |
1978 | 2024-05-13T18:21:02.386Z | kflt 0.000000000 |
1979 | 2024-05-13T18:21:02.386Z | lock 0.000000000 |
1980 | 2024-05-13T18:21:02.386Z | slp 0.000000000 |
1981 | 2024-05-13T18:21:02.386Z | lat 0.001483593 |
1982 | 2024-05-13T18:21:02.386Z | stop 0.000241157 |
1983 | 2024-05-13T18:21:02.411Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1984 | 2024-05-13T18:21:02.412Z | + ptime -m gzip |
1985 | 2024-05-13T18:21:02.412Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-98dea950e94fd935 |
1986 | 2024-05-13T18:21:03.424Z | |
1987 | 2024-05-13T18:21:03.424Z | real 1.029364424 |
1988 | 2024-05-13T18:21:03.424Z | user 1.017085976 |
1989 | 2024-05-13T18:21:03.424Z | sys 0.011552470 |
1990 | 2024-05-13T18:21:03.424Z | trap 0.000113865 |
1991 | 2024-05-13T18:21:03.424Z | tflt 0.000000000 |
1992 | 2024-05-13T18:21:03.425Z | dflt 0.000000000 |
1993 | 2024-05-13T18:21:03.425Z | kflt 0.000000000 |
1994 | 2024-05-13T18:21:03.425Z | lock 0.000000000 |
1995 | 2024-05-13T18:21:03.425Z | slp 0.000000000 |
1996 | 2024-05-13T18:21:03.425Z | lat 0.000231869 |
1997 | 2024-05-13T18:21:03.425Z | stop 0.000262519 |
1998 | 2024-05-13T18:21:03.458Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1999 | 2024-05-13T18:21:03.458Z | + ptime -m gzip |
2000 | 2024-05-13T18:21:03.458Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-90175cfcd651a988 |
2001 | 2024-05-13T18:21:04.464Z | |
2002 | 2024-05-13T18:21:04.464Z | real 1.029944197 |
2003 | 2024-05-13T18:21:04.464Z | user 1.017318416 |
2004 | 2024-05-13T18:21:04.464Z | sys 0.011928635 |
2005 | 2024-05-13T18:21:04.464Z | trap 0.000154455 |
2006 | 2024-05-13T18:21:04.464Z | tflt 0.000000000 |
2007 | 2024-05-13T18:21:04.464Z | dflt 0.000000000 |
2008 | 2024-05-13T18:21:04.464Z | kflt 0.000000000 |
2009 | 2024-05-13T18:21:04.464Z | lock 0.000000000 |
2010 | 2024-05-13T18:21:04.464Z | slp 0.000000000 |
2011 | 2024-05-13T18:21:04.464Z | lat 0.000195141 |
2012 | 2024-05-13T18:21:04.464Z | stop 0.000241949 |
2013 | 2024-05-13T18:21:04.489Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2014 | 2024-05-13T18:21:04.489Z | + ptime -m gzip |
2015 | 2024-05-13T18:21:04.489Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-75836b68fe5366bd |
2016 | 2024-05-13T18:21:19.359Z | |
2017 | 2024-05-13T18:21:19.359Z | real 14.885834334 |
2018 | 2024-05-13T18:21:19.359Z | user 14.763336950 |
2019 | 2024-05-13T18:21:19.359Z | sys 0.115764935 |
2020 | 2024-05-13T18:21:19.359Z | trap 0.003113716 |
2021 | 2024-05-13T18:21:19.359Z | tflt 0.000000000 |
2022 | 2024-05-13T18:21:19.359Z | dflt 0.000000000 |
2023 | 2024-05-13T18:21:19.359Z | kflt 0.000000000 |
2024 | 2024-05-13T18:21:19.359Z | lock 0.000000000 |
2025 | 2024-05-13T18:21:19.385Z | slp 0.000000000 |
2026 | 2024-05-13T18:21:19.385Z | lat 0.003230811 |
2027 | 2024-05-13T18:21:19.385Z | stop 0.000250696 |
2028 | 2024-05-13T18:21:19.385Z | + banner caboose-util |
2029 | 2024-05-13T18:21:19.385Z | |
2030 | 2024-05-13T18:21:19.385Z | #### ## ##### #### #### #### ###### # # ##### |
2031 | 2024-05-13T18:21:19.385Z | # # # # # # # # # # # # # # # |
2032 | 2024-05-13T18:21:19.385Z | # # # ##### # # # # #### ##### ##### # # # |
2033 | 2024-05-13T18:21:19.385Z | # ###### # # # # # # # # # # # |
2034 | 2024-05-13T18:21:19.385Z | # # # # # # # # # # # # # # # # |
2035 | 2024-05-13T18:21:19.385Z | #### # # ##### #### #### #### ###### #### # |
2036 | 2024-05-13T18:21:19.385Z | |
2037 | 2024-05-13T18:21:19.385Z | + ptime -m cargo build --locked -p caboose-util --release |
2038 | 2024-05-13T18:21:20.030Z | Downloading crates ... |
2039 | 2024-05-13T18:21:20.223Z | Downloaded bitfield v0.14.0 |
2040 | 2024-05-13T18:21:20.258Z | Downloaded funty v2.0.0 |
2041 | 2024-05-13T18:21:20.258Z | Downloaded crc v3.0.1 |
2042 | 2024-05-13T18:21:20.258Z | Downloaded wyz v0.5.1 |
2043 | 2024-05-13T18:21:20.258Z | Downloaded rsa v0.9.2 |
2044 | 2024-05-13T18:21:20.258Z | Downloaded x509-cert v0.2.4 |
2045 | 2024-05-13T18:21:20.258Z | Downloaded tap v1.0.1 |
2046 | 2024-05-13T18:21:20.258Z | Downloaded smallvec v0.6.14 |
2047 | 2024-05-13T18:21:20.258Z | Downloaded serde-hex v0.1.0 |
2048 | 2024-05-13T18:21:20.258Z | Downloaded ron v0.8.1 |
2049 | 2024-05-13T18:21:20.258Z | Downloaded pkcs1 v0.7.5 |
2050 | 2024-05-13T18:21:20.283Z | Downloaded packed_struct_codegen v0.10.1 |
2051 | 2024-05-13T18:21:20.283Z | Downloaded packed_struct v0.10.1 |
2052 | 2024-05-13T18:21:20.283Z | Downloaded object v0.30.4 |
2053 | 2024-05-13T18:21:20.283Z | Downloaded num-bigint-dig v0.8.4 |
2054 | 2024-05-13T18:21:20.283Z | Downloaded hashbrown v0.13.2 |
2055 | 2024-05-13T18:21:20.283Z | Downloaded env_logger v0.10.0 |
2056 | 2024-05-13T18:21:20.308Z | Downloaded crc-catalog v2.2.0 |
2057 | 2024-05-13T18:21:20.308Z | Downloaded crc-any v2.4.3 |
2058 | 2024-05-13T18:21:20.308Z | Downloaded bitvec v1.0.1 |
2059 | 2024-05-13T18:21:20.308Z | Downloaded radium v0.7.0 |
2060 | 2024-05-13T18:21:20.308Z | Downloaded path-slash v0.1.5 |
2061 | 2024-05-13T18:21:20.308Z | Downloaded maybe-uninit v2.0.0 |
2062 | 2024-05-13T18:21:20.332Z | Downloaded array-init v0.0.4 |
2063 | 2024-05-13T18:21:20.333Z | Downloaded nodrop v0.1.14 |
2064 | 2024-05-13T18:21:20.457Z | Compiling proc-macro2 v1.0.81 |
2065 | 2024-05-13T18:21:20.457Z | Compiling unicode-ident v1.0.12 |
2066 | 2024-05-13T18:21:20.457Z | Compiling libc v0.2.153 |
2067 | 2024-05-13T18:21:20.482Z | Compiling serde v1.0.201 |
2068 | 2024-05-13T18:21:20.482Z | Compiling autocfg v1.1.0 |
2069 | 2024-05-13T18:21:20.482Z | Compiling version_check v0.9.4 |
2070 | 2024-05-13T18:21:20.482Z | Compiling cfg-if v1.0.0 |
2071 | 2024-05-13T18:21:20.603Z | Compiling typenum v1.16.0 |
2072 | 2024-05-13T18:21:20.629Z | Compiling parking_lot_core v0.9.8 |
2073 | 2024-05-13T18:21:20.656Z | Compiling once_cell v1.19.0 |
2074 | 2024-05-13T18:21:20.973Z | Compiling memchr v2.7.1 |
2075 | 2024-05-13T18:21:20.998Z | Compiling libm v0.2.7 |
2076 | 2024-05-13T18:21:21.023Z | Compiling byteorder v1.5.0 |
2077 | 2024-05-13T18:21:21.133Z | Compiling lock_api v0.4.10 |
2078 | 2024-05-13T18:21:21.281Z | Compiling generic-array v0.14.7 |
2079 | 2024-05-13T18:21:21.352Z | Compiling num-traits v0.2.18 |
2080 | 2024-05-13T18:21:21.395Z | Compiling ahash v0.8.8 |
2081 | 2024-05-13T18:21:21.551Z | Compiling pkg-config v0.3.27 |
2082 | 2024-05-13T18:21:21.658Z | Compiling log v0.4.21 |
2083 | 2024-05-13T18:21:21.735Z | Compiling quote v1.0.36 |
2084 | 2024-05-13T18:21:21.831Z | Compiling serde_json v1.0.116 |
2085 | 2024-05-13T18:21:22.107Z | Compiling syn v2.0.60 |
2086 | 2024-05-13T18:21:22.231Z | Compiling cc v1.0.83 |
2087 | 2024-05-13T18:21:22.257Z | Compiling getrandom v0.2.12 |
2088 | 2024-05-13T18:21:22.559Z | Compiling scopeguard v1.2.0 |
2089 | 2024-05-13T18:21:22.622Z | Compiling itoa v1.0.9 |
2090 | 2024-05-13T18:21:22.724Z | Compiling slab v0.4.9 |
2091 | 2024-05-13T18:21:22.810Z | Compiling thiserror v1.0.59 |
2092 | 2024-05-13T18:21:22.997Z | Compiling rand_core v0.6.4 |
2093 | 2024-05-13T18:21:23.028Z | Compiling smallvec v1.13.1 |
2094 | 2024-05-13T18:21:23.417Z | Compiling vcpkg v0.2.15 |
2095 | 2024-05-13T18:21:23.812Z | Compiling syn v1.0.109 |
2096 | 2024-05-13T18:21:24.235Z | Compiling parking_lot v0.12.1 |
2097 | 2024-05-13T18:21:24.260Z | Compiling pin-project-lite v0.2.13 |
2098 | 2024-05-13T18:21:24.288Z | Compiling const-oid v0.9.6 |
2099 | 2024-05-13T18:21:24.362Z | Compiling ring v0.17.8 |
2100 | 2024-05-13T18:21:24.514Z | Compiling ryu v1.0.15 |
2101 | 2024-05-13T18:21:24.747Z | Compiling openssl-sys v0.9.102 |
2102 | 2024-05-13T18:21:25.079Z | Compiling signal-hook-registry v1.4.1 |
2103 | 2024-05-13T18:21:25.237Z | Compiling subtle v2.5.0 |
2104 | 2024-05-13T18:21:25.566Z | Compiling rustix v0.38.31 |
2105 | 2024-05-13T18:21:25.637Z | Compiling ring v0.16.20 |
2106 | 2024-05-13T18:21:25.742Z | Compiling mio v0.8.11 |
2107 | 2024-05-13T18:21:25.904Z | Compiling semver v1.0.22 |
2108 | 2024-05-13T18:21:26.115Z | Compiling tinyvec_macros v0.1.1 |
2109 | 2024-05-13T18:21:26.208Z | Compiling futures-core v0.3.30 |
2110 | 2024-05-13T18:21:26.287Z | Compiling tinyvec v1.6.0 |
2111 | 2024-05-13T18:21:27.048Z | Compiling spin v0.5.2 |
2112 | 2024-05-13T18:21:27.542Z | Compiling unicode-normalization v0.1.22 |
2113 | 2024-05-13T18:21:27.966Z | Compiling socket2 v0.5.6 |
2114 | 2024-05-13T18:21:28.131Z | Compiling num_cpus v1.16.0 |
2115 | 2024-05-13T18:21:28.386Z | Compiling openssl v0.10.64 |
2116 | 2024-05-13T18:21:28.467Z | Compiling futures-sink v0.3.30 |
2117 | 2024-05-13T18:21:28.583Z | Compiling unicode-bidi v0.3.15 |
2118 | 2024-05-13T18:21:28.669Z | Compiling httparse v1.8.0 |
2119 | 2024-05-13T18:21:28.696Z | Compiling allocator-api2 v0.2.16 |
2120 | 2024-05-13T18:21:28.722Z | Compiling ucd-trie v0.1.6 |
2121 | 2024-05-13T18:21:29.275Z | Compiling equivalent v1.0.1 |
2122 | 2024-05-13T18:21:29.394Z | Compiling num-conv v0.1.0 |
2123 | 2024-05-13T18:21:29.563Z | Compiling time-core v0.1.2 |
2124 | 2024-05-13T18:21:29.689Z | Compiling futures-channel v0.3.30 |
2125 | 2024-05-13T18:21:29.721Z | Compiling time-macros v0.2.17 |
2126 | 2024-05-13T18:21:30.026Z | Compiling crc32fast v1.3.2 |
2127 | 2024-05-13T18:21:30.056Z | Compiling rustls v0.21.9 |
2128 | 2024-05-13T18:21:30.120Z | Compiling futures-io v0.3.30 |
2129 | 2024-05-13T18:21:30.352Z | Compiling futures-task v0.3.30 |
2130 | 2024-05-13T18:21:30.377Z | Compiling native-tls v0.2.11 |
2131 | 2024-05-13T18:21:30.639Z | Compiling ppv-lite86 v0.2.17 |
2132 | 2024-05-13T18:21:30.695Z | Compiling pin-utils v0.1.0 |
2133 | 2024-05-13T18:21:30.786Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2134 | 2024-05-13T18:21:31.158Z | Compiling spin v0.9.8 |
2135 | 2024-05-13T18:21:31.326Z | Compiling rand_chacha v0.3.1 |
2136 | 2024-05-13T18:21:31.416Z | Compiling tracing-core v0.1.32 |
2137 | 2024-05-13T18:21:31.511Z | Compiling base64ct v1.6.0 |
2138 | 2024-05-13T18:21:31.859Z | Compiling rand v0.8.5 |
2139 | 2024-05-13T18:21:32.111Z | Compiling pem-rfc7468 v0.7.0 |
2140 | 2024-05-13T18:21:32.565Z | Compiling cookie v0.17.0 |
2141 | 2024-05-13T18:21:32.592Z | Compiling usdt-impl v0.5.0 |
2142 | 2024-05-13T18:21:32.745Z | Compiling serde_derive v1.0.201 |
2143 | 2024-05-13T18:21:32.797Z | Compiling zeroize_derive v1.4.2 |
2144 | 2024-05-13T18:21:32.838Z | Compiling zerocopy-derive v0.7.32 |
2145 | 2024-05-13T18:21:32.892Z | Compiling tokio-macros v2.2.0 |
2146 | 2024-05-13T18:21:33.232Z | Compiling thiserror-impl v1.0.59 |
2147 | 2024-05-13T18:21:33.433Z | Compiling futures-macro v0.3.30 |
2148 | 2024-05-13T18:21:33.466Z | Compiling tracing-attributes v0.1.27 |
2149 | 2024-05-13T18:21:33.977Z | Compiling zeroize v1.7.0 |
2150 | 2024-05-13T18:21:34.514Z | Compiling zerocopy v0.7.32 |
2151 | 2024-05-13T18:21:35.451Z | Compiling der_derive v0.7.2 |
2152 | 2024-05-13T18:21:35.558Z | Compiling crypto-common v0.1.6 |
2153 | 2024-05-13T18:21:35.649Z | Compiling scroll_derive v0.12.0 |
2154 | 2024-05-13T18:21:35.812Z | Compiling pest v2.7.6 |
2155 | 2024-05-13T18:21:36.225Z | Compiling hashbrown v0.14.3 |
2156 | 2024-05-13T18:21:36.387Z | Compiling block-buffer v0.10.4 |
2157 | 2024-05-13T18:21:36.684Z | Compiling digest v0.10.7 |
2158 | 2024-05-13T18:21:36.942Z | Compiling openssl-macros v0.1.1 |
2159 | 2024-05-13T18:21:37.095Z | Compiling futures-util v0.3.30 |
2160 | 2024-05-13T18:21:37.375Z | Compiling tracing v0.1.40 |
2161 | 2024-05-13T18:21:37.472Z | Compiling zerocopy-derive v0.6.6 |
2162 | 2024-05-13T18:21:37.576Z | Compiling signal-hook v0.3.17 |
2163 | 2024-05-13T18:21:37.811Z | Compiling pest_meta v2.7.6 |
2164 | 2024-05-13T18:21:38.102Z | Compiling flagset v0.4.3 |
2165 | 2024-05-13T18:21:38.223Z | Compiling percent-encoding v2.3.1 |
2166 | 2024-05-13T18:21:38.274Z | Compiling schemars v0.8.17 |
2167 | 2024-05-13T18:21:38.327Z | Compiling der v0.7.8 |
2168 | 2024-05-13T18:21:38.592Z | Compiling scroll v0.12.0 |
2169 | 2024-05-13T18:21:39.078Z | Compiling pest_generator v2.7.6 |
2170 | 2024-05-13T18:21:39.306Z | Compiling serde_derive_internals v0.29.0 |
2171 | 2024-05-13T18:21:41.106Z | Compiling pest_derive v2.7.6 |
2172 | 2024-05-13T18:21:41.808Z | Compiling errno v0.3.8 |
2173 | 2024-05-13T18:21:42.054Z | Compiling plain v0.2.3 |
2174 | 2024-05-13T18:21:42.206Z | Compiling fnv v1.0.7 |
2175 | 2024-05-13T18:21:42.232Z | Compiling goblin v0.8.0 |
2176 | 2024-05-13T18:21:43.157Z | Compiling schemars_derive v0.8.17 |
2177 | 2024-05-13T18:21:43.188Z | Compiling spki v0.7.2 |
2178 | 2024-05-13T18:21:43.606Z | Compiling bytes v1.6.0 |
2179 | 2024-05-13T18:21:43.875Z | Compiling bitflags v2.4.2 |
2180 | 2024-05-13T18:21:44.599Z | Compiling tokio v1.37.0 |
2181 | 2024-05-13T18:21:44.643Z | Compiling indexmap v2.2.6 |
2182 | 2024-05-13T18:21:45.212Z | Compiling rustc_version v0.4.0 |
2183 | 2024-05-13T18:21:45.822Z | Compiling heapless v0.7.16 |
2184 | 2024-05-13T18:21:46.077Z | Compiling http v0.2.12 |
2185 | 2024-05-13T18:21:46.189Z | Compiling uuid v1.8.0 |
2186 | 2024-05-13T18:21:47.257Z | Compiling lazy_static v1.4.0 |
2187 | 2024-05-13T18:21:48.140Z | Compiling backtrace v0.3.69 |
2188 | 2024-05-13T18:21:48.503Z | Compiling num-bigint v0.4.4 |
2189 | 2024-05-13T18:21:48.870Z | Compiling powerfmt v0.2.0 |
2190 | 2024-05-13T18:21:49.202Z | Compiling pretty-hex v0.4.1 |
2191 | 2024-05-13T18:21:49.375Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2192 | 2024-05-13T18:21:49.462Z | Compiling heck v0.5.0 |
2193 | 2024-05-13T18:21:49.679Z | Compiling foreign-types-shared v0.1.1 |
2194 | 2024-05-13T18:21:49.773Z | Compiling untrusted v0.7.1 |
2195 | 2024-05-13T18:21:49.802Z | Compiling heck v0.4.1 |
2196 | 2024-05-13T18:21:49.837Z | Compiling untrusted v0.9.0 |
2197 | 2024-05-13T18:21:49.941Z | Compiling iana-time-zone v0.1.57 |
2198 | 2024-05-13T18:21:49.966Z | Compiling base64 v0.21.7 |
2199 | 2024-05-13T18:21:50.150Z | Compiling smoltcp v0.9.1 |
2200 | 2024-05-13T18:21:50.249Z | Compiling crossbeam-utils v0.8.19 |
2201 | 2024-05-13T18:21:50.701Z | Compiling chrono v0.4.38 |
2202 | 2024-05-13T18:21:51.041Z | Compiling clap_derive v4.5.4 |
2203 | 2024-05-13T18:21:51.584Z | Compiling tokio-util v0.7.10 |
2204 | 2024-05-13T18:21:52.778Z | Compiling foreign-types v0.3.2 |
2205 | 2024-05-13T18:21:52.855Z | Compiling dof v0.3.0 |
2206 | 2024-05-13T18:21:53.473Z | Compiling deranged v0.3.11 |
2207 | 2024-05-13T18:21:53.637Z | Compiling dtrace-parser v0.2.0 |
2208 | 2024-05-13T18:21:53.661Z | Compiling form_urlencoded v1.2.1 |
2209 | 2024-05-13T18:21:53.904Z | Compiling hmac v0.12.1 |
2210 | 2024-05-13T18:21:54.361Z | Compiling num-integer v0.1.46 |
2211 | 2024-05-13T18:21:54.701Z | Compiling thread-id v4.2.0 |
2212 | 2024-05-13T18:21:54.810Z | Compiling siphasher v0.3.11 |
2213 | 2024-05-13T18:21:54.967Z | Compiling rustversion v1.0.14 |
2214 | 2024-05-13T18:21:55.122Z | Compiling adler v1.0.2 |
2215 | 2024-05-13T18:21:55.312Z | Compiling cpufeatures v0.2.12 |
2216 | 2024-05-13T18:21:55.337Z | Compiling anstyle v1.0.7 |
2217 | 2024-05-13T18:21:55.361Z | Compiling try-lock v0.2.4 |
2218 | 2024-05-13T18:21:55.400Z | Compiling num_threads v0.1.6 |
2219 | 2024-05-13T18:21:55.505Z | Compiling utf8parse v0.2.1 |
2220 | 2024-05-13T18:21:55.536Z | Compiling time v0.3.34 |
2221 | 2024-05-13T18:21:55.598Z | Compiling want v0.3.1 |
2222 | 2024-05-13T18:21:55.661Z | Compiling anstyle-parse v0.2.1 |
2223 | 2024-05-13T18:21:55.757Z | Compiling sha2 v0.10.8 |
2224 | 2024-05-13T18:21:55.845Z | Compiling miniz_oxide v0.7.1 |
2225 | 2024-05-13T18:21:57.208Z | Compiling sct v0.7.0 |
2226 | 2024-05-13T18:21:57.449Z | Compiling h2 v0.3.26 |
2227 | 2024-05-13T18:21:57.473Z | Compiling rustls-webpki v0.101.7 |
2228 | 2024-05-13T18:21:58.604Z | Compiling http-body v0.4.5 |
2229 | 2024-05-13T18:21:58.942Z | Compiling serde_tokenstream v0.2.0 |
2230 | 2024-05-13T18:21:59.373Z | Compiling pkcs8 v0.10.2 |
2231 | 2024-05-13T18:21:59.408Z | Compiling hubpack_derive v0.1.1 |
2232 | 2024-05-13T18:21:59.679Z | Compiling async-trait v0.1.80 |
2233 | 2024-05-13T18:21:59.956Z | Compiling idna v0.5.0 |
2234 | 2024-05-13T18:22:00.654Z | Compiling aho-corasick v1.1.2 |
2235 | 2024-05-13T18:22:01.453Z | Compiling colorchoice v1.0.0 |
2236 | 2024-05-13T18:22:01.628Z | Compiling anstyle-query v1.0.0 |
2237 | 2024-05-13T18:22:01.740Z | Compiling httpdate v1.0.3 |
2238 | 2024-05-13T18:22:01.769Z | Compiling radium v0.7.0 |
2239 | 2024-05-13T18:22:02.100Z | Compiling tower-service v0.3.2 |
2240 | 2024-05-13T18:22:02.224Z | Compiling anyhow v1.0.82 |
2241 | 2024-05-13T18:22:02.333Z | Compiling slog v2.7.0 |
2242 | 2024-05-13T18:22:02.492Z | Compiling openssl-probe v0.1.5 |
2243 | 2024-05-13T18:22:02.786Z | Compiling regex-syntax v0.8.2 |
2244 | 2024-05-13T18:22:03.164Z | Compiling hyper v0.14.28 |
2245 | 2024-05-13T18:22:05.633Z | Compiling regex-automata v0.4.5 |
2246 | 2024-05-13T18:22:07.146Z | Compiling anstream v0.6.11 |
2247 | 2024-05-13T18:22:08.007Z | Compiling url v2.5.0 |
2248 | 2024-05-13T18:22:11.022Z | Compiling terminal_size v0.3.0 |
2249 | 2024-05-13T18:22:11.224Z | Compiling serde_spanned v0.6.5 |
2250 | 2024-05-13T18:22:11.248Z | Compiling toml_datetime v0.6.5 |
2251 | 2024-05-13T18:22:11.272Z | Compiling zerocopy v0.6.6 |
2252 | 2024-05-13T18:22:11.311Z | Compiling md-5 v0.10.5 |
2253 | 2024-05-13T18:22:11.755Z | Compiling idna v0.3.0 |
2254 | 2024-05-13T18:22:12.087Z | Compiling stringprep v0.1.3 |
2255 | 2024-05-13T18:22:12.209Z | Compiling diesel_table_macro_syntax v0.1.0 |
2256 | 2024-05-13T18:22:12.233Z | Compiling hash32 v0.2.1 |
2257 | 2024-05-13T18:22:12.700Z | Compiling dyn-clone v1.0.17 |
2258 | 2024-05-13T18:22:12.790Z | Compiling tap v1.0.1 |
2259 | 2024-05-13T18:22:12.814Z | Compiling fallible-iterator v0.2.0 |
2260 | 2024-05-13T18:22:12.861Z | Compiling clap_lex v0.7.0 |
2261 | 2024-05-13T18:22:12.885Z | Compiling maybe-uninit v2.0.0 |
2262 | 2024-05-13T18:22:13.015Z | Compiling gimli v0.28.0 |
2263 | 2024-05-13T18:22:13.108Z | Compiling stable_deref_trait v1.2.0 |
2264 | 2024-05-13T18:22:13.272Z | Compiling psl-types v2.0.11 |
2265 | 2024-05-13T18:22:13.351Z | Compiling strsim v0.11.0 |
2266 | 2024-05-13T18:22:13.396Z | Compiling postgres-protocol v0.6.6 |
2267 | 2024-05-13T18:22:13.456Z | Compiling publicsuffix v2.2.3 |
2268 | 2024-05-13T18:22:13.677Z | Compiling clap_builder v4.5.2 |
2269 | 2024-05-13T18:22:14.440Z | Compiling wyz v0.5.1 |
2270 | 2024-05-13T18:22:14.852Z | Compiling tokio-rustls v0.24.1 |
2271 | 2024-05-13T18:22:14.969Z | Compiling diesel_derives v2.1.2 |
2272 | 2024-05-13T18:22:16.407Z | Compiling addr2line v0.21.0 |
2273 | 2024-05-13T18:22:16.972Z | Compiling strum_macros v0.25.2 |
2274 | 2024-05-13T18:22:18.064Z | Compiling tokio-native-tls v0.3.1 |
2275 | 2024-05-13T18:22:18.316Z | Compiling usdt-attr-macro v0.5.0 |
2276 | 2024-05-13T18:22:19.582Z | Compiling usdt-macro v0.5.0 |
2277 | 2024-05-13T18:22:20.324Z | Compiling phf_shared v0.11.2 |
2278 | 2024-05-13T18:22:20.679Z | Compiling num-iter v0.1.44 |
2279 | 2024-05-13T18:22:20.786Z | Compiling enum-as-inner v0.5.1 |
2280 | 2024-05-13T18:22:21.612Z | Compiling block-padding v0.3.3 |
2281 | 2024-05-13T18:22:21.815Z | Compiling serde_repr v0.1.16 |
2282 | 2024-05-13T18:22:22.716Z | Compiling ff v0.13.0 |
2283 | 2024-05-13T18:22:22.913Z | Compiling scheduled-thread-pool v0.2.7 |
2284 | 2024-05-13T18:22:24.563Z | Compiling object v0.32.1 |
2285 | 2024-05-13T18:22:25.832Z | Compiling base16ct v0.2.0 |
2286 | 2024-05-13T18:22:25.856Z | Compiling funty v2.0.0 |
2287 | 2024-05-13T18:22:27.310Z | Compiling bitflags v1.3.2 |
2288 | 2024-05-13T18:22:27.414Z | Compiling rustc-demangle v0.1.23 |
2289 | 2024-05-13T18:22:27.927Z | Compiling matches v0.1.10 |
2290 | 2024-05-13T18:22:27.951Z | Compiling winnow v0.5.15 |
2291 | 2024-05-13T18:22:28.014Z | Compiling managed v0.8.0 |
2292 | 2024-05-13T18:22:28.131Z | Compiling bit-vec v0.6.3 |
2293 | 2024-05-13T18:22:28.392Z | Compiling regex-automata v0.1.10 |
2294 | 2024-05-13T18:22:28.626Z | Compiling ipnet v2.9.0 |
2295 | 2024-05-13T18:22:28.813Z | Compiling packed_struct v0.10.1 |
2296 | 2024-05-13T18:22:29.378Z | Compiling num-bigint-dig v0.8.4 |
2297 | 2024-05-13T18:22:29.688Z | Compiling bstr v0.2.17 |
2298 | 2024-05-13T18:22:30.827Z | Compiling toml_edit v0.19.15 |
2299 | 2024-05-13T18:22:31.925Z | Compiling idna v0.2.3 |
2300 | 2024-05-13T18:22:35.599Z | Compiling bitvec v1.0.1 |
2301 | 2024-05-13T18:22:37.782Z | Compiling sec1 v0.7.3 |
2302 | 2024-05-13T18:22:38.412Z | Compiling r2d2 v0.8.10 |
2303 | 2024-05-13T18:22:38.735Z | Compiling group v0.13.0 |
2304 | 2024-05-13T18:22:39.067Z | Compiling inout v0.1.3 |
2305 | 2024-05-13T18:22:39.673Z | Compiling phf v0.11.2 |
2306 | 2024-05-13T18:22:40.561Z | Compiling hyper-tls v0.5.0 |
2307 | 2024-05-13T18:22:40.938Z | Compiling clap v4.5.4 |
2308 | 2024-05-13T18:22:40.994Z | Compiling signal-hook-mio v0.2.3 |
2309 | 2024-05-13T18:22:41.142Z | Compiling cookie_store v0.20.0 |
2310 | 2024-05-13T18:22:42.130Z | Compiling ipnetwork v0.20.0 |
2311 | 2024-05-13T18:22:42.265Z | Compiling flate2 v1.0.28 |
2312 | 2024-05-13T18:22:42.777Z | Compiling bzip2 v0.4.4 |
2313 | 2024-05-13T18:22:42.907Z | Compiling hyper-rustls v0.24.2 |
2314 | 2024-05-13T18:22:43.055Z | Compiling postgres-types v0.2.6 |
2315 | 2024-05-13T18:22:43.206Z | Compiling regex v1.10.4 |
2316 | 2024-05-13T18:22:43.458Z | Compiling hubpack v0.1.2 |
2317 | 2024-05-13T18:22:43.778Z | Compiling rustls-pemfile v1.0.3 |
2318 | 2024-05-13T18:22:43.834Z | Compiling phf_shared v0.10.0 |
2319 | 2024-05-13T18:22:44.076Z | Compiling hkdf v0.12.4 |
2320 | 2024-05-13T18:22:44.105Z | Compiling serde_urlencoded v0.7.1 |
2321 | 2024-05-13T18:22:44.225Z | Compiling futures-executor v0.3.30 |
2322 | 2024-05-13T18:22:44.543Z | Compiling packed_struct_codegen v0.10.1 |
2323 | 2024-05-13T18:22:44.570Z | Compiling crypto-bigint v0.5.2 |
2324 | 2024-05-13T18:22:46.260Z | Compiling float-cmp v0.9.0 |
2325 | 2024-05-13T18:22:46.458Z | Compiling memmap v0.7.0 |
2326 | 2024-05-13T18:22:46.772Z | Compiling indexmap v1.9.3 |
2327 | 2024-05-13T18:22:47.024Z | Compiling encoding_rs v0.8.33 |
2328 | 2024-05-13T18:22:47.064Z | Compiling minimal-lexical v0.2.1 |
2329 | 2024-05-13T18:22:47.490Z | Compiling sync_wrapper v0.1.2 |
2330 | 2024-05-13T18:22:47.549Z | Compiling either v1.11.0 |
2331 | 2024-05-13T18:22:47.611Z | Compiling whoami v1.5.1 |
2332 | 2024-05-13T18:22:47.881Z | Compiling predicates-core v1.0.6 |
2333 | 2024-05-13T18:22:47.914Z | Compiling data-encoding v2.4.0 |
2334 | 2024-05-13T18:22:48.153Z | Compiling nodrop v0.1.14 |
2335 | 2024-05-13T18:22:48.273Z | Compiling static_assertions v1.1.0 |
2336 | 2024-05-13T18:22:48.297Z | Compiling winnow v0.6.1 |
2337 | 2024-05-13T18:22:48.362Z | Compiling normalize-line-endings v0.3.0 |
2338 | 2024-05-13T18:22:48.705Z | Compiling precomputed-hash v0.1.1 |
2339 | 2024-05-13T18:22:48.805Z | Compiling new_debug_unreachable v1.0.4 |
2340 | 2024-05-13T18:22:48.897Z | Compiling unicode-width v0.1.11 |
2341 | 2024-05-13T18:22:49.045Z | Compiling difflib v0.4.0 |
2342 | 2024-05-13T18:22:49.283Z | Compiling webpki-roots v0.25.2 |
2343 | 2024-05-13T18:22:49.782Z | Compiling mime v0.3.17 |
2344 | 2024-05-13T18:22:50.207Z | Compiling fixedbitset v0.4.2 |
2345 | 2024-05-13T18:22:50.251Z | Compiling unicode-segmentation v1.10.1 |
2346 | 2024-05-13T18:22:50.598Z | Compiling crc-catalog v2.2.0 |
2347 | 2024-05-13T18:22:50.711Z | Compiling crc v3.0.1 |
2348 | 2024-05-13T18:22:50.926Z | Compiling similar v2.4.0 |
2349 | 2024-05-13T18:22:51.215Z | Compiling toml_edit v0.22.12 |
2350 | 2024-05-13T18:22:51.320Z | Compiling petgraph v0.6.4 |
2351 | 2024-05-13T18:22:53.595Z | Compiling reqwest v0.11.27 |
2352 | 2024-05-13T18:22:55.134Z | Compiling predicates v3.1.0 |
2353 | 2024-05-13T18:22:56.403Z | Compiling console v0.15.8 |
2354 | 2024-05-13T18:22:57.252Z | Compiling string_cache v0.8.7 |
2355 | 2024-05-13T18:22:57.592Z | Compiling trust-dns-proto v0.22.0 |
2356 | 2024-05-13T18:22:57.628Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2357 | 2024-05-13T18:23:01.370Z | Compiling array-init v0.0.4 |
2358 | 2024-05-13T18:23:02.303Z | Compiling tokio-postgres v0.7.10 |
2359 | 2024-05-13T18:23:02.346Z | Compiling itertools v0.10.5 |
2360 | 2024-05-13T18:23:02.558Z | Compiling nom v7.1.3 |
2361 | 2024-05-13T18:23:03.748Z | Compiling usdt v0.5.0 |
2362 | 2024-05-13T18:23:03.850Z | Compiling elliptic-curve v0.13.8 |
2363 | 2024-05-13T18:23:04.445Z | Compiling futures v0.3.30 |
2364 | 2024-05-13T18:23:05.654Z | Compiling smallvec v0.6.14 |
2365 | 2024-05-13T18:23:06.057Z | Compiling zip v0.6.6 |
2366 | 2024-05-13T18:23:06.128Z | Compiling diesel v2.1.6 |
2367 | 2024-05-13T18:23:06.167Z | Compiling yasna v0.5.2 |
2368 | 2024-05-13T18:23:06.682Z | Compiling crossterm v0.27.0 |
2369 | 2024-05-13T18:23:06.740Z | Compiling crossbeam-epoch v0.9.18 |
2370 | 2024-05-13T18:23:07.104Z | Compiling cipher v0.4.4 |
2371 | 2024-05-13T18:23:07.677Z | Compiling toml v0.7.8 |
2372 | 2024-05-13T18:23:07.803Z | Compiling bit-set v0.5.3 |
2373 | 2024-05-13T18:23:10.049Z | Compiling bstr v1.9.0 |
2374 | 2024-05-13T18:23:10.073Z | Compiling pkcs1 v0.7.5 |
2375 | 2024-05-13T18:23:11.394Z | Compiling tokio-stream v0.1.15 |
2376 | 2024-05-13T18:23:11.895Z | Compiling is-terminal v0.4.9 |
2377 | 2024-05-13T18:23:12.017Z | Compiling openapiv3 v2.0.0 |
2378 | 2024-05-13T18:23:12.215Z | Compiling hex v0.4.3 |
2379 | 2024-05-13T18:23:13.036Z | Compiling signature v2.1.0 |
2380 | 2024-05-13T18:23:14.264Z | Compiling hashbrown v0.12.3 |
2381 | 2024-05-13T18:23:15.385Z | Compiling lalrpop-util v0.19.12 |
2382 | 2024-05-13T18:23:15.643Z | Compiling bitfield v0.14.0 |
2383 | 2024-05-13T18:23:15.707Z | Compiling termcolor v1.2.0 |
2384 | 2024-05-13T18:23:15.908Z | Compiling peg-runtime v0.8.3 |
2385 | 2024-05-13T18:23:16.352Z | Compiling env_logger v0.10.0 |
2386 | 2024-05-13T18:23:16.609Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2387 | 2024-05-13T18:23:21.097Z | Compiling rsa v0.9.2 |
2388 | 2024-05-13T18:23:25.548Z | Compiling serde-hex v0.1.0 |
2389 | 2024-05-13T18:23:29.902Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2390 | 2024-05-13T18:23:32.444Z | Compiling ron v0.8.1 |
2391 | 2024-05-13T18:23:32.780Z | Compiling x509-cert v0.2.4 |
2392 | 2024-05-13T18:23:33.134Z | Compiling hashbrown v0.13.2 |
2393 | 2024-05-13T18:23:36.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2394 | 2024-05-13T18:23:37.551Z | Compiling crc-any v2.4.3 |
2395 | 2024-05-13T18:23:42.586Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2396 | 2024-05-13T18:23:54.883Z | Compiling object v0.30.4 |
2397 | 2024-05-13T18:23:57.370Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2398 | 2024-05-13T18:24:04.450Z | Compiling path-slash v0.1.5 |
2399 | 2024-05-13T18:24:04.991Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2400 | 2024-05-13T18:24:29.745Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2401 | 2024-05-13T18:24:30.766Z | Finished release [optimized] target(s) in 3m 11s |
2402 | 2024-05-13T18:24:30.849Z | |
2403 | 2024-05-13T18:24:30.849Z | real 3:11.455740934 |
2404 | 2024-05-13T18:24:30.849Z | user 20:33.568350121 |
2405 | 2024-05-13T18:24:30.849Z | sys 2:45.802805031 |
2406 | 2024-05-13T18:24:30.849Z | trap 0.805577030 |
2407 | 2024-05-13T18:24:30.849Z | tflt 0.771208992 |
2408 | 2024-05-13T18:24:30.849Z | dflt 0.365884959 |
2409 | 2024-05-13T18:24:30.849Z | kflt 0.000192801 |
2410 | 2024-05-13T18:24:30.849Z | lock 44:45.978063429 |
2411 | 2024-05-13T18:24:30.849Z | slp 59:08.616066454 |
2412 | 2024-05-13T18:24:30.850Z | lat 1:19.074494221 |
2413 | 2024-05-13T18:24:30.850Z | stop 1:27.189415464 |
2414 | 2024-05-13T18:24:30.874Z | + ptime -m gzip |
2415 | 2024-05-13T18:24:31.166Z | |
2416 | 2024-05-13T18:24:31.190Z | real 0.311293872 |
2417 | 2024-05-13T18:24:31.190Z | user 0.306515573 |
2418 | 2024-05-13T18:24:31.190Z | sys 0.004183846 |
2419 | 2024-05-13T18:24:31.190Z | trap 0.000059247 |
2420 | 2024-05-13T18:24:31.190Z | tflt 0.000000000 |
2421 | 2024-05-13T18:24:31.190Z | dflt 0.000000000 |
2422 | 2024-05-13T18:24:31.190Z | kflt 0.000000000 |
2423 | 2024-05-13T18:24:31.190Z | lock 0.000000000 |
2424 | 2024-05-13T18:24:31.190Z | slp 0.000000000 |
2425 | 2024-05-13T18:24:31.191Z | lat 0.000203878 |
2426 | 2024-05-13T18:24:31.191Z | stop 0.000240836 |
2427 | 2024-05-13T18:24:31.191Z | + banner tufaceous |
2428 | 2024-05-13T18:24:31.191Z | |
2429 | 2024-05-13T18:24:31.191Z | ##### # # ###### ## #### ###### #### # # #### |
2430 | 2024-05-13T18:24:31.191Z | # # # # # # # # # # # # # # |
2431 | 2024-05-13T18:24:31.191Z | # # # ##### # # # ##### # # # # #### |
2432 | 2024-05-13T18:24:31.191Z | # # # # ###### # # # # # # # |
2433 | 2024-05-13T18:24:31.191Z | # # # # # # # # # # # # # # # |
2434 | 2024-05-13T18:24:31.191Z | # #### # # # #### ###### #### #### #### |
2435 | 2024-05-13T18:24:31.191Z | |
2436 | 2024-05-13T18:24:31.191Z | + ptime -m cargo build --locked -p tufaceous --release |
2437 | 2024-05-13T18:24:31.946Z | Downloading crates ... |
2438 | 2024-05-13T18:24:32.131Z | Downloaded parse-size v1.0.0 |
2439 | 2024-05-13T18:24:32.155Z | Downloaded fs-err v2.11.0 |
2440 | 2024-05-13T18:24:32.155Z | Downloaded olpc-cjson v0.1.3 |
2441 | 2024-05-13T18:24:32.155Z | Downloaded serde_plain v1.0.2 |
2442 | 2024-05-13T18:24:32.155Z | Downloaded snafu-derive v0.8.2 |
2443 | 2024-05-13T18:24:32.155Z | Downloaded snafu v0.8.2 |
2444 | 2024-05-13T18:24:32.155Z | Downloaded typed-path v0.7.0 |
2445 | 2024-05-13T18:24:32.179Z | Downloaded tough v0.17.1 |
2446 | 2024-05-13T18:24:32.179Z | Downloaded pin-project v1.1.3 |
2447 | 2024-05-13T18:24:32.203Z | Downloaded pin-project-internal v1.1.3 |
2448 | 2024-05-13T18:24:32.203Z | Downloaded globset v0.4.13 |
2449 | 2024-05-13T18:24:32.203Z | Downloaded async-recursion v1.1.0 |
2450 | 2024-05-13T18:24:32.203Z | Downloaded buf-list v1.0.3 |
2451 | 2024-05-13T18:24:32.353Z | Compiling regress v0.9.1 |
2452 | 2024-05-13T18:24:32.377Z | Compiling camino v1.1.6 |
2453 | 2024-05-13T18:24:32.401Z | Compiling getopts v0.2.21 |
2454 | 2024-05-13T18:24:32.401Z | Compiling unsafe-libyaml v0.2.10 |
2455 | 2024-05-13T18:24:32.401Z | Compiling rayon-core v1.12.1 |
2456 | 2024-05-13T18:24:32.434Z | Compiling crossbeam-deque v0.8.3 |
2457 | 2024-05-13T18:24:32.458Z | Compiling same-file v1.0.6 |
2458 | 2024-05-13T18:24:32.458Z | Compiling fastrand v2.0.1 |
2459 | 2024-05-13T18:24:32.650Z | Compiling walkdir v2.5.0 |
2460 | 2024-05-13T18:24:32.922Z | Compiling tempfile v3.10.1 |
2461 | 2024-05-13T18:24:32.946Z | Compiling blake3 v1.5.0 |
2462 | 2024-05-13T18:24:33.201Z | Compiling xattr v1.0.1 |
2463 | 2024-05-13T18:24:33.427Z | Compiling rayon v1.10.0 |
2464 | 2024-05-13T18:24:33.592Z | Compiling serde_yaml v0.9.25 |
2465 | 2024-05-13T18:24:33.720Z | Compiling memmap2 v0.7.1 |
2466 | 2024-05-13T18:24:33.842Z | Compiling dirs-sys-next v0.1.2 |
2467 | 2024-05-13T18:24:33.919Z | Compiling filetime v0.2.23 |
2468 | 2024-05-13T18:24:34.052Z | Compiling home v0.5.5 |
2469 | 2024-05-13T18:24:34.076Z | Compiling arrayvec v0.7.4 |
2470 | 2024-05-13T18:24:34.187Z | Compiling strsim v0.10.0 |
2471 | 2024-05-13T18:24:34.262Z | Compiling arrayref v0.3.7 |
2472 | 2024-05-13T18:24:34.357Z | Compiling heck v0.5.0 |
2473 | 2024-05-13T18:24:34.419Z | Compiling rustls-pki-types v1.3.0 |
2474 | 2024-05-13T18:24:34.760Z | Compiling constant_time_eq v0.3.0 |
2475 | 2024-05-13T18:24:34.853Z | Compiling ident_case v1.0.1 |
2476 | 2024-05-13T18:24:34.905Z | Compiling toolchain_find v0.4.0 |
2477 | 2024-05-13T18:24:35.010Z | Compiling darling_core v0.20.8 |
2478 | 2024-05-13T18:24:35.367Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2479 | 2024-05-13T18:24:35.491Z | Compiling tar v0.4.40 |
2480 | 2024-05-13T18:24:35.527Z | Compiling dirs-next v2.0.0 |
2481 | 2024-05-13T18:24:35.766Z | Compiling camino-tempfile v1.1.1 |
2482 | 2024-05-13T18:24:36.139Z | Compiling toml v0.8.12 |
2483 | 2024-05-13T18:24:36.780Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2484 | 2024-05-13T18:24:37.145Z | Compiling thread_local v1.1.7 |
2485 | 2024-05-13T18:24:37.384Z | Compiling rustls v0.22.4 |
2486 | 2024-05-13T18:24:37.453Z | Compiling topological-sort v0.2.2 |
2487 | 2024-05-13T18:24:37.642Z | Compiling slog-async v2.8.0 |
2488 | 2024-05-13T18:24:37.666Z | Compiling paste v1.0.14 |
2489 | 2024-05-13T18:24:37.872Z | Compiling base64 v0.22.1 |
2490 | 2024-05-13T18:24:38.144Z | Compiling omicron-zone-package v0.11.0 |
2491 | 2024-05-13T18:24:38.168Z | Compiling rustfmt-wrapper v0.2.1 |
2492 | 2024-05-13T18:24:38.294Z | Compiling term v0.7.0 |
2493 | 2024-05-13T18:24:38.664Z | Compiling rustls-webpki v0.102.1 |
2494 | 2024-05-13T18:24:40.046Z | Compiling darling_macro v0.20.8 |
2495 | 2024-05-13T18:24:40.177Z | Compiling crossbeam-channel v0.5.8 |
2496 | 2024-05-13T18:24:40.870Z | Compiling structmeta-derive v0.3.0 |
2497 | 2024-05-13T18:24:41.667Z | Compiling multer v3.1.0 |
2498 | 2024-05-13T18:24:41.692Z | Compiling take_mut v0.2.2 |
2499 | 2024-05-13T18:24:41.841Z | Compiling match_cfg v0.1.0 |
2500 | 2024-05-13T18:24:41.940Z | Compiling hostname v0.3.1 |
2501 | 2024-05-13T18:24:42.169Z | Compiling darling v0.20.8 |
2502 | 2024-05-13T18:24:42.296Z | Compiling slog-term v2.9.1 |
2503 | 2024-05-13T18:24:43.117Z | Compiling structmeta v0.3.0 |
2504 | 2024-05-13T18:24:43.457Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2505 | 2024-05-13T18:24:43.481Z | Compiling slog-json v2.6.1 |
2506 | 2024-05-13T18:24:43.523Z | Compiling http v1.0.0 |
2507 | 2024-05-13T18:24:43.746Z | Compiling pin-project-internal v1.1.3 |
2508 | 2024-05-13T18:24:43.905Z | Compiling async-stream-impl v0.3.5 |
2509 | 2024-05-13T18:24:44.529Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2510 | 2024-05-13T18:24:44.646Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2511 | 2024-05-13T18:24:44.701Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2512 | 2024-05-13T18:24:44.976Z | Compiling atomic-waker v1.1.1 |
2513 | 2024-05-13T18:24:45.000Z | Compiling async-stream v0.3.5 |
2514 | 2024-05-13T18:24:45.157Z | Compiling waitgroup v0.1.2 |
2515 | 2024-05-13T18:24:45.566Z | Compiling slog-bunyan v2.5.0 |
2516 | 2024-05-13T18:24:45.925Z | Compiling parse-display-derive v0.9.0 |
2517 | 2024-05-13T18:24:45.998Z | Compiling pin-project v1.1.3 |
2518 | 2024-05-13T18:24:46.123Z | Compiling tokio-rustls v0.25.0 |
2519 | 2024-05-13T18:24:46.535Z | Compiling serde_with_macros v3.7.0 |
2520 | 2024-05-13T18:24:46.940Z | Compiling rustls-pemfile v2.1.2 |
2521 | 2024-05-13T18:24:47.592Z | Compiling sha1 v0.10.6 |
2522 | 2024-05-13T18:24:47.886Z | Compiling strum_macros v0.26.1 |
2523 | 2024-05-13T18:24:48.185Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2524 | 2024-05-13T18:24:48.310Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2525 | 2024-05-13T18:24:48.901Z | Compiling newtype-uuid v1.1.0 |
2526 | 2024-05-13T18:24:49.212Z | Compiling snafu-derive v0.8.2 |
2527 | 2024-05-13T18:24:49.305Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2528 | 2024-05-13T18:24:51.044Z | Compiling serde_path_to_error v0.1.16 |
2529 | 2024-05-13T18:24:51.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2530 | 2024-05-13T18:24:51.920Z | Compiling hostname v0.4.0 |
2531 | 2024-05-13T18:24:52.161Z | Compiling instant v0.1.12 |
2532 | 2024-05-13T18:24:52.283Z | Compiling fs-err v2.11.0 |
2533 | 2024-05-13T18:24:52.570Z | Compiling buf-list v1.0.3 |
2534 | 2024-05-13T18:24:52.596Z | Compiling arc-swap v1.6.0 |
2535 | 2024-05-13T18:24:53.050Z | Compiling debug-ignore v1.0.5 |
2536 | 2024-05-13T18:24:53.286Z | Compiling slog-scope v4.4.0 |
2537 | 2024-05-13T18:24:53.352Z | Compiling snafu v0.8.2 |
2538 | 2024-05-13T18:24:53.834Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2539 | 2024-05-13T18:24:54.092Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2540 | 2024-05-13T18:24:54.287Z | Compiling backoff v0.4.0 |
2541 | 2024-05-13T18:24:54.480Z | Compiling strum v0.26.2 |
2542 | 2024-05-13T18:24:54.611Z | Compiling parse-display v0.9.0 |
2543 | 2024-05-13T18:24:54.663Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2544 | 2024-05-13T18:24:55.075Z | Compiling serde_with v3.7.0 |
2545 | 2024-05-13T18:24:55.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2546 | 2024-05-13T18:24:55.971Z | Compiling pem v3.0.4 |
2547 | 2024-05-13T18:24:56.298Z | Compiling globset v0.4.13 |
2548 | 2024-05-13T18:24:57.321Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2549 | 2024-05-13T18:24:57.485Z | Compiling olpc-cjson v0.1.3 |
2550 | 2024-05-13T18:24:58.204Z | Compiling serde_plain v1.0.2 |
2551 | 2024-05-13T18:24:58.244Z | Compiling macaddr v1.0.1 |
2552 | 2024-05-13T18:24:58.702Z | Compiling async-recursion v1.1.0 |
2553 | 2024-05-13T18:24:59.320Z | Compiling typed-path v0.7.0 |
2554 | 2024-05-13T18:25:03.076Z | Compiling tough v0.17.1 |
2555 | 2024-05-13T18:25:04.915Z | Compiling slog-stdlog v4.1.1 |
2556 | 2024-05-13T18:25:06.161Z | Compiling itertools v0.12.1 |
2557 | 2024-05-13T18:25:06.248Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2558 | 2024-05-13T18:25:06.446Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2559 | 2024-05-13T18:25:08.434Z | Compiling parse-size v1.0.0 |
2560 | 2024-05-13T18:25:08.692Z | Compiling slog-envlogger v2.2.0 |
2561 | 2024-05-13T18:25:09.276Z | Compiling humantime v2.1.0 |
2562 | 2024-05-13T18:25:24.571Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2563 | 2024-05-13T18:25:32.711Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2564 | 2024-05-13T18:25:34.794Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2565 | 2024-05-13T18:25:54.080Z | Finished release [optimized] target(s) in 1m 22s |
2566 | 2024-05-13T18:25:54.171Z | |
2567 | 2024-05-13T18:25:54.171Z | real 1:22.967627166 |
2568 | 2024-05-13T18:25:54.171Z | user 8:06.152050155 |
2569 | 2024-05-13T18:25:54.171Z | sys 47.970803899 |
2570 | 2024-05-13T18:25:54.195Z | trap 0.269509514 |
2571 | 2024-05-13T18:25:54.195Z | tflt 0.245501300 |
2572 | 2024-05-13T18:25:54.195Z | dflt 0.681459241 |
2573 | 2024-05-13T18:25:54.195Z | kflt 0.000100443 |
2574 | 2024-05-13T18:25:54.195Z | lock 16:28.173173050 |
2575 | 2024-05-13T18:25:54.195Z | slp 18:08.224729268 |
2576 | 2024-05-13T18:25:54.195Z | lat 21.759271308 |
2577 | 2024-05-13T18:25:54.195Z | stop 21.997503744 |
2578 | 2024-05-13T18:25:54.196Z | + ptime -m gzip |
2579 | 2024-05-13T18:25:55.728Z | |
2580 | 2024-05-13T18:25:55.728Z | real 1.551768298 |
2581 | 2024-05-13T18:25:55.728Z | user 1.538919196 |
2582 | 2024-05-13T18:25:55.728Z | sys 0.011849839 |
2583 | 2024-05-13T18:25:55.728Z | trap 0.000200346 |
2584 | 2024-05-13T18:25:55.728Z | tflt 0.000000000 |
2585 | 2024-05-13T18:25:55.754Z | dflt 0.000000000 |
2586 | 2024-05-13T18:25:55.754Z | kflt 0.000000000 |
2587 | 2024-05-13T18:25:55.754Z | lock 0.000000000 |
2588 | 2024-05-13T18:25:55.754Z | slp 0.000000000 |
2589 | 2024-05-13T18:25:55.754Z | lat 0.000221648 |
2590 | 2024-05-13T18:25:55.754Z | stop 0.000449435 |
2591 | 2024-05-13T18:25:55.754Z | + banner permission-slip |
2592 | 2024-05-13T18:25:55.754Z | |
2593 | 2024-05-13T18:25:55.754Z | ##### ###### ##### # # # #### #### # #### # # |
2594 | 2024-05-13T18:25:55.754Z | # # # # # ## ## # # # # # # ## # |
2595 | 2024-05-13T18:25:55.754Z | # # ##### # # # ## # # #### #### # # # # # # |
2596 | 2024-05-13T18:25:55.754Z | ##### # ##### # # # # # # # # # # # |
2597 | 2024-05-13T18:25:55.754Z | # # # # # # # # # # # # # # # ## |
2598 | 2024-05-13T18:25:55.754Z | # ###### # # # # # #### #### # #### # # |
2599 | 2024-05-13T18:25:55.754Z | |
2600 | 2024-05-13T18:25:55.754Z | + source ./tools/permslip_commit |
2601 | 2024-05-13T18:25:55.754Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2602 | 2024-05-13T18:25:55.754Z | + git init /work/permission-slip-build |
2603 | 2024-05-13T18:25:55.754Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2604 | 2024-05-13T18:25:55.754Z | hint: is subject to change. To configure the initial branch name to use in all |
2605 | 2024-05-13T18:25:55.754Z | hint: of your new repositories, which will suppress this warning, call: |
2606 | 2024-05-13T18:25:55.755Z | hint: |
2607 | 2024-05-13T18:25:55.755Z | hint: git config --global init.defaultBranch <name> |
2608 | 2024-05-13T18:25:55.755Z | hint: |
2609 | 2024-05-13T18:25:55.755Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2610 | 2024-05-13T18:25:55.755Z | hint: 'development'. The just-created branch can be renamed via this command: |
2611 | 2024-05-13T18:25:55.755Z | hint: |
2612 | 2024-05-13T18:25:55.755Z | hint: git branch -m <name> |
2613 | 2024-05-13T18:25:55.755Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2614 | 2024-05-13T18:25:55.755Z | + pushd /work/permission-slip-build |
2615 | 2024-05-13T18:25:55.755Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2616 | 2024-05-13T18:25:55.755Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2617 | 2024-05-13T18:25:55.755Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2618 | 2024-05-13T18:25:56.651Z | From https://github.com/oxidecomputer/permission-slip |
2619 | 2024-05-13T18:25:56.651Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2620 | 2024-05-13T18:25:56.675Z | |
2621 | 2024-05-13T18:25:56.676Z | real 0.908273017 |
2622 | 2024-05-13T18:25:56.676Z | user 0.075594472 |
2623 | 2024-05-13T18:25:56.676Z | sys 0.043348695 |
2624 | 2024-05-13T18:25:56.676Z | trap 0.000007353 |
2625 | 2024-05-13T18:25:56.676Z | tflt 0.000000000 |
2626 | 2024-05-13T18:25:56.676Z | dflt 0.000000000 |
2627 | 2024-05-13T18:25:56.676Z | kflt 0.000000000 |
2628 | 2024-05-13T18:25:56.676Z | lock 0.000143952 |
2629 | 2024-05-13T18:25:56.676Z | slp 2.767223197 |
2630 | 2024-05-13T18:25:56.676Z | lat 0.004412450 |
2631 | 2024-05-13T18:25:56.676Z | stop 0.000748776 |
2632 | 2024-05-13T18:25:56.676Z | + git checkout FETCH_HEAD |
2633 | 2024-05-13T18:25:56.701Z | Note: switching to 'FETCH_HEAD'. |
2634 | 2024-05-13T18:25:56.701Z | |
2635 | 2024-05-13T18:25:56.701Z | You are in 'detached HEAD' state. You can look around, make experimental |
2636 | 2024-05-13T18:25:56.701Z | changes and commit them, and you can discard any commits you make in this |
2637 | 2024-05-13T18:25:56.701Z | state without impacting any branches by switching back to a branch. |
2638 | 2024-05-13T18:25:56.701Z | |
2639 | 2024-05-13T18:25:56.701Z | If you want to create a new branch to retain commits you create, you may |
2640 | 2024-05-13T18:25:56.701Z | do so (now or later) by using -c with the switch command. Example: |
2641 | 2024-05-13T18:25:56.701Z | |
2642 | 2024-05-13T18:25:56.701Z | git switch -c <new-branch-name> |
2643 | 2024-05-13T18:25:56.701Z | |
2644 | 2024-05-13T18:25:56.701Z | Or undo this operation with: |
2645 | 2024-05-13T18:25:56.701Z | |
2646 | 2024-05-13T18:25:56.702Z | git switch - |
2647 | 2024-05-13T18:25:56.702Z | |
2648 | 2024-05-13T18:25:56.702Z | Turn off this advice by setting config variable advice.detachedHead to false |
2649 | 2024-05-13T18:25:56.702Z | |
2650 | 2024-05-13T18:25:56.702Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2651 | 2024-05-13T18:25:56.702Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2652 | 2024-05-13T18:25:56.702Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2653 | 2024-05-13T18:25:56.825Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2654 | 2024-05-13T18:25:56.825Z | info: downloading component 'cargo' |
2655 | 2024-05-13T18:25:57.474Z | info: downloading component 'clippy' |
2656 | 2024-05-13T18:25:58.143Z | info: downloading component 'rust-docs' |
2657 | 2024-05-13T18:25:58.294Z | info: downloading component 'rust-std' |
2658 | 2024-05-13T18:25:59.056Z | info: downloading component 'rustc' |
2659 | 2024-05-13T18:26:00.636Z | info: downloading component 'rustfmt' |
2660 | 2024-05-13T18:26:01.024Z | info: installing component 'cargo' |
2661 | 2024-05-13T18:26:02.093Z | info: installing component 'clippy' |
2662 | 2024-05-13T18:26:02.479Z | info: installing component 'rust-docs' |
2663 | 2024-05-13T18:26:04.892Z | info: installing component 'rust-std' |
2664 | 2024-05-13T18:26:06.788Z | info: installing component 'rustc' |
2665 | 2024-05-13T18:26:11.592Z | info: installing component 'rustfmt' |
2666 | 2024-05-13T18:26:12.231Z | Updating crates.io index |
2667 | 2024-05-13T18:26:12.572Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2668 | 2024-05-13T18:26:13.462Z | From https://github.com/oxidecomputer/sshauth |
2669 | 2024-05-13T18:26:13.462Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2670 | 2024-05-13T18:26:13.462Z | * [new branch] main -> origin/main |
2671 | 2024-05-13T18:26:13.487Z | * [new branch] paranoia -> origin/paranoia |
2672 | 2024-05-13T18:26:13.487Z | * [new branch] readme -> origin/readme |
2673 | 2024-05-13T18:26:13.487Z | * [new ref] -> origin/HEAD |
2674 | 2024-05-13T18:26:13.514Z | Updating git repository `https://github.com/oxidecomputer/hubtools` |
2675 | 2024-05-13T18:26:14.131Z | From https://github.com/oxidecomputer/hubtools |
2676 | 2024-05-13T18:26:14.131Z | * [new branch] add-cargo-lock -> origin/add-cargo-lock |
2677 | 2024-05-13T18:26:14.132Z | * [new branch] add-default-caboose -> origin/add-default-caboose |
2678 | 2024-05-13T18:26:14.156Z | * [new branch] add_sign -> origin/add_sign |
2679 | 2024-05-13T18:26:14.156Z | * [new branch] bootleby_archive -> origin/bootleby_archive |
2680 | 2024-05-13T18:26:14.156Z | * [new branch] caboose_sign -> origin/caboose_sign |
2681 | 2024-05-13T18:26:14.157Z | * [new branch] epoch -> origin/epoch |
2682 | 2024-05-13T18:26:14.157Z | * [new branch] extract-image -> origin/extract-image |
2683 | 2024-05-13T18:26:14.157Z | * [new branch] fixes -> origin/fixes |
2684 | 2024-05-13T18:26:14.157Z | * [new branch] humility_fixes -> origin/humility_fixes |
2685 | 2024-05-13T18:26:14.157Z | * [new branch] main -> origin/main |
2686 | 2024-05-13T18:26:14.157Z | * [new branch] overwrite_in_memory -> origin/overwrite_in_memory |
2687 | 2024-05-13T18:26:14.157Z | * [new branch] sig_txt -> origin/sig_txt |
2688 | 2024-05-13T18:26:14.157Z | * [new branch] sign_caboose_builder -> origin/sign_caboose_builder |
2689 | 2024-05-13T18:26:14.157Z | * [new branch] verify_rot -> origin/verify_rot |
2690 | 2024-05-13T18:26:14.157Z | * [new ref] -> origin/HEAD |
2691 | 2024-05-13T18:26:14.787Z | Downloading crates ... |
2692 | 2024-05-13T18:26:14.934Z | Downloaded anstyle v1.0.6 |
2693 | 2024-05-13T18:26:14.959Z | Downloaded anstream v0.6.13 |
2694 | 2024-05-13T18:26:14.959Z | Downloaded anstyle-parse v0.2.3 |
2695 | 2024-05-13T18:26:14.959Z | Downloaded bincode v1.3.3 |
2696 | 2024-05-13T18:26:14.959Z | Downloaded crc-any v2.4.4 |
2697 | 2024-05-13T18:26:14.959Z | Downloaded chrono v0.4.37 |
2698 | 2024-05-13T18:26:14.984Z | Downloaded oauth2 v4.4.2 |
2699 | 2024-05-13T18:26:14.984Z | Downloaded typify-macro v0.0.16 |
2700 | 2024-05-13T18:26:14.984Z | Downloaded try-lock v0.2.5 |
2701 | 2024-05-13T18:26:14.984Z | Downloaded termcolor v1.4.1 |
2702 | 2024-05-13T18:26:14.984Z | Downloaded ssh-cipher v0.2.0 |
2703 | 2024-05-13T18:26:14.984Z | Downloaded xdg v2.5.2 |
2704 | 2024-05-13T18:26:15.010Z | Downloaded unsafe-libyaml v0.2.11 |
2705 | 2024-05-13T18:26:15.010Z | Downloaded x509-cert v0.2.5 |
2706 | 2024-05-13T18:26:15.010Z | Downloaded syn v2.0.55 |
2707 | 2024-05-13T18:26:15.034Z | Downloaded typify-impl v0.0.16 |
2708 | 2024-05-13T18:26:15.059Z | Downloaded webpki-roots v0.25.4 |
2709 | 2024-05-13T18:26:15.059Z | Downloaded tokio v1.36.0 |
2710 | 2024-05-13T18:26:15.083Z | Downloaded rustls v0.21.10 |
2711 | 2024-05-13T18:26:15.108Z | Downloaded rustix v0.38.32 |
2712 | 2024-05-13T18:26:15.132Z | Downloaded regress v0.8.0 |
2713 | 2024-05-13T18:26:15.132Z | Downloaded regex-syntax v0.8.3 |
2714 | 2024-05-13T18:26:15.156Z | Downloaded regex-automata v0.4.6 |
2715 | 2024-05-13T18:26:15.184Z | Downloaded p384 v0.13.0 |
2716 | 2024-05-13T18:26:15.184Z | Downloaded curve25519-dalek v3.2.0 |
2717 | 2024-05-13T18:26:15.184Z | Downloaded ssh-key v0.6.5 |
2718 | 2024-05-13T18:26:15.209Z | Downloaded openssl-sys v0.9.101 |
2719 | 2024-05-13T18:26:15.209Z | Downloaded unicode-normalization v0.1.23 |
2720 | 2024-05-13T18:26:15.209Z | Downloaded typenum v1.17.0 |
2721 | 2024-05-13T18:26:15.209Z | Downloaded signature v2.2.0 |
2722 | 2024-05-13T18:26:15.209Z | Downloaded serde_yaml v0.9.34+deprecated |
2723 | 2024-05-13T18:26:15.209Z | Downloaded sct v0.7.1 |
2724 | 2024-05-13T18:26:15.209Z | Downloaded quote v1.0.35 |
2725 | 2024-05-13T18:26:15.209Z | Downloaded proc-macro2 v1.0.79 |
2726 | 2024-05-13T18:26:15.233Z | Downloaded platforms v3.4.0 |
2727 | 2024-05-13T18:26:15.233Z | Downloaded parking_lot_core v0.9.9 |
2728 | 2024-05-13T18:26:15.233Z | Downloaded typify v0.0.16 |
2729 | 2024-05-13T18:26:15.233Z | Downloaded smallvec v1.13.2 |
2730 | 2024-05-13T18:26:15.234Z | Downloaded serde_json v1.0.115 |
2731 | 2024-05-13T18:26:15.234Z | Downloaded serde_derive_internals v0.26.0 |
2732 | 2024-05-13T18:26:15.234Z | Downloaded serde_derive v1.0.197 |
2733 | 2024-05-13T18:26:15.234Z | Downloaded serde v1.0.197 |
2734 | 2024-05-13T18:26:15.260Z | Downloaded schemars_derive v0.8.16 |
2735 | 2024-05-13T18:26:15.260Z | Downloaded rustls-pemfile v1.0.4 |
2736 | 2024-05-13T18:26:15.260Z | Downloaded opaque-debug v0.3.1 |
2737 | 2024-05-13T18:26:15.260Z | Downloaded ssh-encoding v0.2.0 |
2738 | 2024-05-13T18:26:15.260Z | Downloaded signature v1.6.4 |
2739 | 2024-05-13T18:26:15.260Z | Downloaded pkg-config v0.3.30 |
2740 | 2024-05-13T18:26:15.260Z | Downloaded tls_codec v0.4.1 |
2741 | 2024-05-13T18:26:15.260Z | Downloaded thiserror-impl v1.0.58 |
2742 | 2024-05-13T18:26:15.260Z | Downloaded spki v0.7.3 |
2743 | 2024-05-13T18:26:15.260Z | Downloaded sha2 v0.9.9 |
2744 | 2024-05-13T18:26:15.260Z | Downloaded rsa v0.9.6 |
2745 | 2024-05-13T18:26:15.260Z | Downloaded tls_codec_derive v0.4.1 |
2746 | 2024-05-13T18:26:15.284Z | Downloaded thiserror v1.0.58 |
2747 | 2024-05-13T18:26:15.284Z | Downloaded schemars v0.8.16 |
2748 | 2024-05-13T18:26:15.284Z | Downloaded ryu v1.0.17 |
2749 | 2024-05-13T18:26:15.285Z | Downloaded heapless v0.7.17 |
2750 | 2024-05-13T18:26:15.285Z | Downloaded h2 v0.3.25 |
2751 | 2024-05-13T18:26:15.309Z | Downloaded lock_api v0.4.11 |
2752 | 2024-05-13T18:26:15.309Z | Downloaded libm v0.2.8 |
2753 | 2024-05-13T18:26:15.309Z | Downloaded itoa v1.0.11 |
2754 | 2024-05-13T18:26:15.309Z | Downloaded is-terminal v0.4.12 |
2755 | 2024-05-13T18:26:15.309Z | Downloaded iana-time-zone v0.1.60 |
2756 | 2024-05-13T18:26:15.309Z | Downloaded http-body v0.4.6 |
2757 | 2024-05-13T18:26:15.309Z | Downloaded flagset v0.4.5 |
2758 | 2024-05-13T18:26:15.309Z | Downloaded env_logger v0.10.2 |
2759 | 2024-05-13T18:26:15.333Z | Downloaded ed25519-dalek v2.1.1 |
2760 | 2024-05-13T18:26:15.333Z | Downloaded ed25519-dalek v1.0.1 |
2761 | 2024-05-13T18:26:15.333Z | Downloaded ed25519 v2.2.3 |
2762 | 2024-05-13T18:26:15.333Z | Downloaded ed25519 v1.5.3 |
2763 | 2024-05-13T18:26:15.333Z | Downloaded digest v0.9.0 |
2764 | 2024-05-13T18:26:15.334Z | Downloaded curve25519-dalek-derive v0.1.1 |
2765 | 2024-05-13T18:26:15.334Z | Downloaded crypto-bigint v0.5.5 |
2766 | 2024-05-13T18:26:15.334Z | Downloaded clap-num v1.1.1 |
2767 | 2024-05-13T18:26:15.334Z | Downloaded blake3 v1.5.1 |
2768 | 2024-05-13T18:26:15.358Z | Downloaded bitflags v2.5.0 |
2769 | 2024-05-13T18:26:15.358Z | Downloaded cc v1.0.90 |
2770 | 2024-05-13T18:26:15.358Z | Downloaded block-buffer v0.9.0 |
2771 | 2024-05-13T18:26:15.358Z | Downloaded anyhow v1.0.81 |
2772 | 2024-05-13T18:26:15.358Z | Downloaded anstyle-query v1.0.2 |
2773 | 2024-05-13T18:26:15.358Z | Downloaded ahash v0.8.11 |
2774 | 2024-05-13T18:26:15.358Z | Downloaded autocfg v1.2.0 |
2775 | 2024-05-13T18:26:15.358Z | Downloaded aho-corasick v1.1.3 |
2776 | 2024-05-13T18:26:15.490Z | Compiling proc-macro2 v1.0.79 |
2777 | 2024-05-13T18:26:15.490Z | Compiling unicode-ident v1.0.12 |
2778 | 2024-05-13T18:26:15.514Z | Compiling version_check v0.9.4 |
2779 | 2024-05-13T18:26:15.514Z | Compiling libc v0.2.153 |
2780 | 2024-05-13T18:26:15.514Z | Compiling cfg-if v1.0.0 |
2781 | 2024-05-13T18:26:15.514Z | Compiling autocfg v1.2.0 |
2782 | 2024-05-13T18:26:15.514Z | Compiling typenum v1.17.0 |
2783 | 2024-05-13T18:26:15.514Z | Compiling serde v1.0.197 |
2784 | 2024-05-13T18:26:15.672Z | Compiling subtle v2.5.0 |
2785 | 2024-05-13T18:26:15.707Z | Compiling cc v1.0.90 |
2786 | 2024-05-13T18:26:15.961Z | Compiling const-oid v0.9.6 |
2787 | 2024-05-13T18:26:16.135Z | Compiling once_cell v1.19.0 |
2788 | 2024-05-13T18:26:16.162Z | Compiling generic-array v0.14.7 |
2789 | 2024-05-13T18:26:16.239Z | Compiling ahash v0.8.11 |
2790 | 2024-05-13T18:26:16.553Z | Compiling lock_api v0.4.11 |
2791 | 2024-05-13T18:26:16.578Z | Compiling scopeguard v1.2.0 |
2792 | 2024-05-13T18:26:16.602Z | Compiling serde_json v1.0.115 |
2793 | 2024-05-13T18:26:16.700Z | Compiling syn v1.0.109 |
2794 | 2024-05-13T18:26:16.894Z | Compiling quote v1.0.35 |
2795 | 2024-05-13T18:26:17.219Z | Compiling syn v2.0.55 |
2796 | 2024-05-13T18:26:17.453Z | Compiling getrandom v0.2.12 |
2797 | 2024-05-13T18:26:17.547Z | Compiling smallvec v1.13.2 |
2798 | 2024-05-13T18:26:17.571Z | Compiling itoa v1.0.11 |
2799 | 2024-05-13T18:26:17.776Z | Compiling rand_core v0.6.4 |
2800 | 2024-05-13T18:26:17.799Z | Compiling base64ct v1.6.0 |
2801 | 2024-05-13T18:26:17.922Z | Compiling memchr v2.7.1 |
2802 | 2024-05-13T18:26:17.985Z | Compiling parking_lot_core v0.9.9 |
2803 | 2024-05-13T18:26:18.127Z | Compiling pin-project-lite v0.2.13 |
2804 | 2024-05-13T18:26:18.222Z | Compiling pem-rfc7468 v0.7.0 |
2805 | 2024-05-13T18:26:18.246Z | Compiling bytes v1.6.0 |
2806 | 2024-05-13T18:26:18.271Z | Compiling zerocopy v0.7.32 |
2807 | 2024-05-13T18:26:18.471Z | Compiling libm v0.2.8 |
2808 | 2024-05-13T18:26:19.062Z | Compiling num-traits v0.2.18 |
2809 | 2024-05-13T18:26:19.087Z | Compiling allocator-api2 v0.2.16 |
2810 | 2024-05-13T18:26:19.406Z | Compiling thiserror v1.0.58 |
2811 | 2024-05-13T18:26:19.465Z | Compiling log v0.4.21 |
2812 | 2024-05-13T18:26:19.854Z | Compiling hashbrown v0.14.3 |
2813 | 2024-05-13T18:26:20.088Z | Compiling bitflags v2.5.0 |
2814 | 2024-05-13T18:26:20.952Z | Compiling flagset v0.4.5 |
2815 | 2024-05-13T18:26:21.061Z | Compiling parking_lot v0.12.1 |
2816 | 2024-05-13T18:26:21.183Z | Compiling spin v0.9.8 |
2817 | 2024-05-13T18:26:21.432Z | Compiling num_cpus v1.16.0 |
2818 | 2024-05-13T18:26:21.575Z | Compiling signal-hook-registry v1.4.1 |
2819 | 2024-05-13T18:26:21.602Z | Compiling socket2 v0.5.6 |
2820 | 2024-05-13T18:26:22.007Z | Compiling mio v0.8.11 |
2821 | 2024-05-13T18:26:22.482Z | Compiling semver v1.0.22 |
2822 | 2024-05-13T18:26:23.021Z | Compiling pkg-config v0.3.30 |
2823 | 2024-05-13T18:26:23.285Z | Compiling cpufeatures v0.2.12 |
2824 | 2024-05-13T18:26:23.309Z | Compiling schemars v0.8.16 |
2825 | 2024-05-13T18:26:23.309Z | Compiling vcpkg v0.2.15 |
2826 | 2024-05-13T18:26:23.453Z | Compiling serde_derive_internals v0.26.0 |
2827 | 2024-05-13T18:26:23.717Z | Compiling ring v0.17.8 |
2828 | 2024-05-13T18:26:24.430Z | Compiling ryu v1.0.17 |
2829 | 2024-05-13T18:26:24.969Z | Compiling openssl-sys v0.9.101 |
2830 | 2024-05-13T18:26:25.629Z | Compiling slab v0.4.9 |
2831 | 2024-05-13T18:26:25.653Z | Compiling equivalent v1.0.1 |
2832 | 2024-05-13T18:26:25.677Z | Compiling fnv v1.0.7 |
2833 | 2024-05-13T18:26:25.794Z | Compiling futures-core v0.3.30 |
2834 | 2024-05-13T18:26:25.822Z | Compiling http v0.2.12 |
2835 | 2024-05-13T18:26:26.027Z | Compiling rustc_version v0.4.0 |
2836 | 2024-05-13T18:26:26.177Z | Compiling tracing-core v0.1.32 |
2837 | 2024-05-13T18:26:26.264Z | Compiling byteorder v1.5.0 |
2838 | 2024-05-13T18:26:26.576Z | Compiling untrusted v0.9.0 |
2839 | 2024-05-13T18:26:26.869Z | Compiling tracing v0.1.40 |
2840 | 2024-05-13T18:26:26.982Z | Compiling dyn-clone v1.0.17 |
2841 | 2024-05-13T18:26:27.154Z | Compiling futures-task v0.3.30 |
2842 | 2024-05-13T18:26:27.366Z | Compiling chrono v0.4.37 |
2843 | 2024-05-13T18:26:27.457Z | Compiling httparse v1.8.0 |
2844 | 2024-05-13T18:26:27.509Z | Compiling foreign-types-shared v0.1.1 |
2845 | 2024-05-13T18:26:27.618Z | Compiling openssl v0.10.64 |
2846 | 2024-05-13T18:26:27.775Z | Compiling serde_derive v1.0.197 |
2847 | 2024-05-13T18:26:27.875Z | Compiling zeroize_derive v1.4.2 |
2848 | 2024-05-13T18:26:27.930Z | Compiling der_derive v0.7.2 |
2849 | 2024-05-13T18:26:28.035Z | Compiling tokio-macros v2.2.0 |
2850 | 2024-05-13T18:26:28.526Z | Compiling thiserror-impl v1.0.58 |
2851 | 2024-05-13T18:26:29.145Z | Compiling schemars_derive v0.8.16 |
2852 | 2024-05-13T18:26:29.243Z | Compiling zeroize v1.7.0 |
2853 | 2024-05-13T18:26:29.548Z | Compiling tokio v1.36.0 |
2854 | 2024-05-13T18:26:29.993Z | Compiling der v0.7.8 |
2855 | 2024-05-13T18:26:30.188Z | Compiling uuid v1.8.0 |
2856 | 2024-05-13T18:26:30.704Z | Compiling crypto-common v0.1.6 |
2857 | 2024-05-13T18:26:30.728Z | Compiling block-buffer v0.10.4 |
2858 | 2024-05-13T18:26:30.886Z | Compiling futures-io v0.3.30 |
2859 | 2024-05-13T18:26:30.949Z | Compiling digest v0.10.7 |
2860 | 2024-05-13T18:26:31.094Z | Compiling pin-utils v0.1.0 |
2861 | 2024-05-13T18:26:31.183Z | Compiling ppv-lite86 v0.2.17 |
2862 | 2024-05-13T18:26:31.209Z | Compiling futures-sink v0.3.30 |
2863 | 2024-05-13T18:26:31.352Z | Compiling sha2 v0.10.8 |
2864 | 2024-05-13T18:26:31.376Z | Compiling signature v2.2.0 |
2865 | 2024-05-13T18:26:31.616Z | Compiling futures-util v0.3.30 |
2866 | 2024-05-13T18:26:31.925Z | Compiling spki v0.7.3 |
2867 | 2024-05-13T18:26:32.022Z | Compiling openssl-macros v0.1.1 |
2868 | 2024-05-13T18:26:32.375Z | Compiling pkcs8 v0.10.2 |
2869 | 2024-05-13T18:26:32.746Z | Compiling foreign-types v0.3.2 |
2870 | 2024-05-13T18:26:33.893Z | Compiling regress v0.8.0 |
2871 | 2024-05-13T18:26:33.921Z | Compiling try-lock v0.2.5 |
2872 | 2024-05-13T18:26:34.064Z | Compiling rustls v0.21.10 |
2873 | 2024-05-13T18:26:34.376Z | Compiling heck v0.4.1 |
2874 | 2024-05-13T18:26:34.730Z | Compiling tinyvec_macros v0.1.1 |
2875 | 2024-05-13T18:26:34.819Z | Compiling native-tls v0.2.11 |
2876 | 2024-05-13T18:26:35.189Z | Compiling tinyvec v1.6.0 |
2877 | 2024-05-13T18:26:36.578Z | Compiling tokio-util v0.7.10 |
2878 | 2024-05-13T18:26:36.717Z | Compiling rustls-webpki v0.101.7 |
2879 | 2024-05-13T18:26:37.032Z | Compiling sct v0.7.1 |
2880 | 2024-05-13T18:26:37.480Z | Compiling want v0.3.1 |
2881 | 2024-05-13T18:26:38.739Z | Compiling http-body v0.4.6 |
2882 | 2024-05-13T18:26:39.239Z | Compiling futures-channel v0.3.30 |
2883 | 2024-05-13T18:26:39.416Z | Compiling indexmap v2.2.6 |
2884 | 2024-05-13T18:26:39.676Z | Compiling serde_tokenstream v0.2.0 |
2885 | 2024-05-13T18:26:39.961Z | Compiling ff v0.13.0 |
2886 | 2024-05-13T18:26:40.191Z | Compiling tower-service v0.3.2 |
2887 | 2024-05-13T18:26:40.289Z | Compiling httpdate v1.0.3 |
2888 | 2024-05-13T18:26:40.325Z | Compiling iana-time-zone v0.1.60 |
2889 | 2024-05-13T18:26:40.780Z | Compiling percent-encoding v2.3.1 |
2890 | 2024-05-13T18:26:40.978Z | Compiling h2 v0.3.25 |
2891 | 2024-05-13T18:26:41.003Z | Compiling base16ct v0.2.0 |
2892 | 2024-05-13T18:26:41.032Z | Compiling openssl-probe v0.1.5 |
2893 | 2024-05-13T18:26:41.528Z | Compiling getrandom v0.1.16 |
2894 | 2024-05-13T18:26:41.631Z | Compiling rustix v0.38.32 |
2895 | 2024-05-13T18:26:41.986Z | Compiling sec1 v0.7.3 |
2896 | 2024-05-13T18:26:42.385Z | Compiling form_urlencoded v1.2.1 |
2897 | 2024-05-13T18:26:42.921Z | Compiling typify-impl v0.0.16 |
2898 | 2024-05-13T18:26:44.618Z | Compiling group v0.13.0 |
2899 | 2024-05-13T18:26:45.237Z | Compiling hyper v0.14.28 |
2900 | 2024-05-13T18:26:46.546Z | Compiling unicode-normalization v0.1.23 |
2901 | 2024-05-13T18:26:47.584Z | Compiling crypto-bigint v0.5.5 |
2902 | 2024-05-13T18:26:51.432Z | Compiling errno v0.3.8 |
2903 | 2024-05-13T18:26:51.692Z | Compiling radium v0.7.0 |
2904 | 2024-05-13T18:26:52.106Z | Compiling unicode-bidi v0.3.15 |
2905 | 2024-05-13T18:26:52.226Z | Compiling platforms v3.4.0 |
2906 | 2024-05-13T18:26:52.529Z | Compiling utf8parse v0.2.1 |
2907 | 2024-05-13T18:26:52.727Z | Compiling anstyle-parse v0.2.3 |
2908 | 2024-05-13T18:26:52.774Z | Compiling curve25519-dalek v4.1.2 |
2909 | 2024-05-13T18:26:52.798Z | Compiling typify-macro v0.0.16 |
2910 | 2024-05-13T18:26:53.124Z | Compiling idna v0.5.0 |
2911 | 2024-05-13T18:26:55.116Z | Compiling elliptic-curve v0.13.8 |
2912 | 2024-05-13T18:26:55.772Z | Compiling tokio-rustls v0.24.1 |
2913 | 2024-05-13T18:26:56.034Z | Compiling tokio-native-tls v0.3.1 |
2914 | 2024-05-13T18:26:56.397Z | Compiling rand_chacha v0.3.1 |
2915 | 2024-05-13T18:26:56.733Z | Compiling hmac v0.12.1 |
2916 | 2024-05-13T18:26:56.821Z | Compiling aho-corasick v1.1.3 |
2917 | 2024-05-13T18:26:56.888Z | Compiling maybe-uninit v2.0.0 |
2918 | 2024-05-13T18:26:56.948Z | Compiling colorchoice v1.0.0 |
2919 | 2024-05-13T18:26:57.118Z | Compiling regex-syntax v0.8.3 |
2920 | 2024-05-13T18:26:57.676Z | Compiling base64 v0.21.7 |
2921 | 2024-05-13T18:26:58.087Z | Compiling anstyle-query v1.0.2 |
2922 | 2024-05-13T18:26:58.223Z | Compiling anstyle v1.0.6 |
2923 | 2024-05-13T18:26:58.512Z | Compiling tap v1.0.1 |
2924 | 2024-05-13T18:26:58.538Z | Compiling rustls-pemfile v1.0.4 |
2925 | 2024-05-13T18:26:58.674Z | Compiling wyz v0.5.1 |
2926 | 2024-05-13T18:26:58.698Z | Compiling anstream v0.6.13 |
2927 | 2024-05-13T18:26:58.995Z | Compiling rfc6979 v0.4.0 |
2928 | 2024-05-13T18:26:59.140Z | Compiling rand v0.8.5 |
2929 | 2024-05-13T18:26:59.208Z | Compiling rand_core v0.5.1 |
2930 | 2024-05-13T18:26:59.608Z | Compiling hyper-tls v0.5.0 |
2931 | 2024-05-13T18:26:59.868Z | Compiling hyper-rustls v0.24.2 |
2932 | 2024-05-13T18:27:00.058Z | Compiling regex-automata v0.4.6 |
2933 | 2024-05-13T18:27:00.265Z | Compiling terminal_size v0.3.0 |
2934 | 2024-05-13T18:27:00.762Z | Compiling url v2.5.0 |
2935 | 2024-05-13T18:27:00.998Z | Compiling serde_urlencoded v0.7.1 |
2936 | 2024-05-13T18:27:01.074Z | Compiling inout v0.1.3 |
2937 | 2024-05-13T18:27:01.302Z | Compiling curve25519-dalek-derive v0.1.1 |
2938 | 2024-05-13T18:27:01.553Z | Compiling heapless v0.7.17 |
2939 | 2024-05-13T18:27:01.966Z | Compiling num-integer v0.1.46 |
2940 | 2024-05-13T18:27:02.929Z | Compiling encoding_rs v0.8.33 |
2941 | 2024-05-13T18:27:07.151Z | Compiling webpki-roots v0.25.4 |
2942 | 2024-05-13T18:27:07.304Z | Compiling packed_struct v0.10.1 |
2943 | 2024-05-13T18:27:07.723Z | Compiling sync_wrapper v0.1.2 |
2944 | 2024-05-13T18:27:07.867Z | Compiling ipnet v2.9.0 |
2945 | 2024-05-13T18:27:10.307Z | Compiling clap_lex v0.7.0 |
2946 | 2024-05-13T18:27:11.018Z | Compiling funty v2.0.0 |
2947 | 2024-05-13T18:27:11.325Z | Compiling strsim v0.11.0 |
2948 | 2024-05-13T18:27:12.519Z | Compiling mime v0.3.17 |
2949 | 2024-05-13T18:27:12.841Z | Compiling spin v0.5.2 |
2950 | 2024-05-13T18:27:13.053Z | Compiling num-bigint-dig v0.8.4 |
2951 | 2024-05-13T18:27:13.077Z | Compiling unicode-width v0.1.11 |
2952 | 2024-05-13T18:27:13.184Z | Compiling heck v0.5.0 |
2953 | 2024-05-13T18:27:13.233Z | Compiling getopts v0.2.21 |
2954 | 2024-05-13T18:27:13.425Z | Compiling lazy_static v1.4.0 |
2955 | 2024-05-13T18:27:13.449Z | Compiling reqwest v0.11.27 |
2956 | 2024-05-13T18:27:13.533Z | Compiling bitvec v1.0.1 |
2957 | 2024-05-13T18:27:13.576Z | Compiling clap_derive v4.5.4 |
2958 | 2024-05-13T18:27:15.973Z | Compiling clap_builder v4.5.2 |
2959 | 2024-05-13T18:27:17.269Z | Compiling regex v1.10.4 |
2960 | 2024-05-13T18:27:18.129Z | Compiling num-iter v0.1.44 |
2961 | 2024-05-13T18:27:18.360Z | Compiling cipher v0.4.4 |
2962 | 2024-05-13T18:27:18.895Z | Compiling ecdsa v0.16.9 |
2963 | 2024-05-13T18:27:19.926Z | Compiling typify v0.0.16 |
2964 | 2024-05-13T18:27:20.046Z | Compiling primeorder v0.13.6 |
2965 | 2024-05-13T18:27:20.530Z | Compiling openapiv3 v2.0.0 |
2966 | 2024-05-13T18:27:21.283Z | Compiling ssh-encoding v0.2.0 |
2967 | 2024-05-13T18:27:22.128Z | Compiling ed25519 v2.2.3 |
2968 | 2024-05-13T18:27:22.417Z | Compiling digest v0.9.0 |
2969 | 2024-05-13T18:27:22.486Z | Compiling packed_struct_codegen v0.10.1 |
2970 | 2024-05-13T18:27:22.646Z | Compiling hash32 v0.2.1 |
2971 | 2024-05-13T18:27:23.020Z | Compiling anyhow v1.0.81 |
2972 | 2024-05-13T18:27:23.538Z | Compiling nodrop v0.1.14 |
2973 | 2024-05-13T18:27:23.657Z | Compiling stable_deref_trait v1.2.0 |
2974 | 2024-05-13T18:27:23.752Z | Compiling unsafe-libyaml v0.2.11 |
2975 | 2024-05-13T18:27:24.579Z | Compiling slog v2.7.0 |
2976 | 2024-05-13T18:27:25.104Z | Compiling serde_yaml v0.9.34+deprecated |
2977 | 2024-05-13T18:27:27.242Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
2978 | 2024-05-13T18:27:28.708Z | Compiling array-init v0.0.4 |
2979 | 2024-05-13T18:27:29.759Z | Compiling ed25519-dalek v2.1.1 |
2980 | 2024-05-13T18:27:29.783Z | Compiling ssh-cipher v0.2.0 |
2981 | 2024-05-13T18:27:30.041Z | Compiling p256 v0.13.2 |
2982 | 2024-05-13T18:27:30.582Z | Compiling smallvec v0.6.14 |
2983 | 2024-05-13T18:27:31.984Z | Compiling clap v4.5.4 |
2984 | 2024-05-13T18:27:32.851Z | Compiling rand_chacha v0.2.2 |
2985 | 2024-05-13T18:27:34.437Z | Compiling pkcs1 v0.7.5 |
2986 | 2024-05-13T18:27:37.432Z | Compiling block-buffer v0.9.0 |
2987 | 2024-05-13T18:27:37.617Z | Compiling zerocopy-derive v0.6.6 |
2988 | 2024-05-13T18:27:39.379Z | Compiling blake3 v1.5.1 |
2989 | 2024-05-13T18:27:39.911Z | Compiling is-terminal v0.4.12 |
2990 | 2024-05-13T18:27:40.038Z | Compiling opaque-debug v0.3.1 |
2991 | 2024-05-13T18:27:40.147Z | Compiling signature v1.6.4 |
2992 | 2024-05-13T18:27:40.316Z | Compiling embedded-io v0.4.0 |
2993 | 2024-05-13T18:27:40.558Z | Compiling termcolor v1.4.1 |
2994 | 2024-05-13T18:27:41.795Z | Compiling cobs v0.2.3 |
2995 | 2024-05-13T18:27:41.854Z | Compiling base64 v0.13.1 |
2996 | 2024-05-13T18:27:42.075Z | Compiling bitfield v0.14.0 |
2997 | 2024-05-13T18:27:42.253Z | Compiling postcard v1.0.8 |
2998 | 2024-05-13T18:27:42.332Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2999 | 2024-05-13T18:27:42.567Z | Compiling env_logger v0.10.2 |
3000 | 2024-05-13T18:27:43.122Z | Compiling ed25519 v1.5.3 |
3001 | 2024-05-13T18:27:43.152Z | Compiling sha2 v0.9.9 |
3002 | 2024-05-13T18:27:43.686Z | Compiling zerocopy v0.6.6 |
3003 | 2024-05-13T18:27:45.453Z | Compiling rsa v0.9.6 |
3004 | 2024-05-13T18:27:46.043Z | Compiling rand v0.7.3 |
3005 | 2024-05-13T18:27:48.244Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3006 | 2024-05-13T18:27:48.286Z | Compiling serde-hex v0.1.0 |
3007 | 2024-05-13T18:27:50.823Z | Compiling ssh-key v0.6.5 |
3008 | 2024-05-13T18:27:52.953Z | Compiling curve25519-dalek v3.2.0 |
3009 | 2024-05-13T18:27:53.147Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3010 | 2024-05-13T18:27:54.691Z | Compiling bincode v1.3.3 |
3011 | 2024-05-13T18:27:55.745Z | Compiling serde_path_to_error v0.1.16 |
3012 | 2024-05-13T18:27:56.650Z | Compiling x509-cert v0.2.5 |
3013 | 2024-05-13T18:28:01.236Z | Compiling hex v0.4.3 |
3014 | 2024-05-13T18:28:01.817Z | Compiling constant_time_eq v0.3.0 |
3015 | 2024-05-13T18:28:01.987Z | Compiling arrayref v0.3.7 |
3016 | 2024-05-13T18:28:02.093Z | Compiling arrayvec v0.7.4 |
3017 | 2024-05-13T18:28:02.514Z | Compiling crc-any v2.4.4 |
3018 | 2024-05-13T18:28:02.969Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3019 | 2024-05-13T18:28:04.877Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3020 | 2024-05-13T18:28:05.046Z | Compiling oauth2 v4.4.2 |
3021 | 2024-05-13T18:28:06.248Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3022 | 2024-05-13T18:28:07.660Z | Compiling ed25519-dalek v1.0.1 |
3023 | 2024-05-13T18:28:07.856Z | Compiling clap-num v1.1.1 |
3024 | 2024-05-13T18:28:08.097Z | Compiling xdg v2.5.2 |
3025 | 2024-05-13T18:28:08.741Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3026 | 2024-05-13T18:28:34.028Z | Finished release [optimized] target(s) in 2m 21s |
3027 | 2024-05-13T18:28:34.100Z | |
3028 | 2024-05-13T18:28:34.101Z | real 2:37.395035197 |
3029 | 2024-05-13T18:28:34.101Z | user 15:50.919831507 |
3030 | 2024-05-13T18:28:34.101Z | sys 1:33.366183217 |
3031 | 2024-05-13T18:28:34.101Z | trap 0.556229116 |
3032 | 2024-05-13T18:28:34.101Z | tflt 0.560230096 |
3033 | 2024-05-13T18:28:34.101Z | dflt 0.593251069 |
3034 | 2024-05-13T18:28:34.101Z | kflt 0.000143335 |
3035 | 2024-05-13T18:28:34.101Z | lock 37:55.197716138 |
3036 | 2024-05-13T18:28:34.101Z | slp 43:54.309184417 |
3037 | 2024-05-13T18:28:34.101Z | lat 56.382984837 |
3038 | 2024-05-13T18:28:34.101Z | stop 49.022908383 |
3039 | 2024-05-13T18:28:34.136Z | + ptime -m gzip |
3040 | 2024-05-13T18:28:35.456Z | |
3041 | 2024-05-13T18:28:35.456Z | real 1.348064892 |
3042 | 2024-05-13T18:28:35.456Z | user 1.328114823 |
3043 | 2024-05-13T18:28:35.457Z | sys 0.019062363 |
3044 | 2024-05-13T18:28:35.457Z | trap 0.000210276 |
3045 | 2024-05-13T18:28:35.457Z | tflt 0.000000000 |
3046 | 2024-05-13T18:28:35.457Z | dflt 0.000000000 |
3047 | 2024-05-13T18:28:35.457Z | kflt 0.000000000 |
3048 | 2024-05-13T18:28:35.458Z | lock 0.000000000 |
3049 | 2024-05-13T18:28:35.458Z | slp 0.000000000 |
3050 | 2024-05-13T18:28:35.458Z | lat 0.000204727 |
3051 | 2024-05-13T18:28:35.458Z | stop 0.000377783 |
3052 | 2024-05-13T18:28:35.485Z | process exited: duration 924434 ms, exit code 0 |
|
3053 | 2024-05-13T18:28:35.579Z | found 9 output files |
3054 | 2024-05-13T18:28:35.579Z | uploading: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz (7318798 bytes) |
3055 | 2024-05-13T18:28:42.806Z | uploaded: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz |
3056 | 2024-05-13T18:28:42.806Z | uploading: /work/end-to-end-tests/bootstrap.gz (102570839 bytes) |
3057 | 2024-05-13T18:29:26.603Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3058 | 2024-05-13T18:29:26.630Z | uploading: /work/end-to-end-tests/commtest-90175cfcd651a988.gz (7317260 bytes) |
3059 | 2024-05-13T18:29:30.550Z | uploaded: /work/end-to-end-tests/commtest-90175cfcd651a988.gz |
3060 | 2024-05-13T18:29:30.551Z | uploading: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz (7313474 bytes) |
3061 | 2024-05-13T18:29:34.105Z | uploaded: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz |
3062 | 2024-05-13T18:29:34.105Z | uploading: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz (106220633 bytes) |
3063 | 2024-05-13T18:30:13.630Z | uploaded: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz |
3064 | 2024-05-13T18:30:13.630Z | uploading: /work/caboose-util.gz (2411462 bytes) |
3065 | 2024-05-13T18:30:15.865Z | uploaded: /work/caboose-util.gz |
3066 | 2024-05-13T18:30:15.895Z | uploading: /work/tufaceous.gz (12200437 bytes) |
3067 | 2024-05-13T18:30:24.109Z | uploaded: /work/tufaceous.gz |
3068 | 2024-05-13T18:30:24.109Z | uploading: /work/commtest (462479544 bytes) |
3069 | 2024-05-13T18:33:12.619Z | uploaded: /work/commtest |
3070 | 2024-05-13T18:33:12.619Z | uploading: /work/permslip.gz (10331245 bytes) |
3071 | 2024-05-13T18:33:16.691Z | uploaded: /work/permslip.gz |