|
|
|
1 | 2023-11-29T19:30:15.442Z | job assigned to worker 01HGE8WNG609WRHVWTWQA9SH29 (queued for 1 m 24 s) |
|
2 | 2023-11-29T19:30:16.255Z | starting task 0: "setup" |
3 | 2023-11-29T19:30:16.312Z | ++ uname -s |
4 | 2023-11-29T19:30:16.315Z | + kern=SunOS |
5 | 2023-11-29T19:30:16.315Z | + case "$kern" in |
6 | 2023-11-29T19:30:16.315Z | + groupadd -g 12345 build |
7 | 2023-11-29T19:30:16.317Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-29T19:30:18.328Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-29T19:30:18.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-29T19:30:18.446Z | + home_fs=zfs |
11 | 2023-11-29T19:30:18.446Z | + [[ zfs == autofs ]] |
12 | 2023-11-29T19:30:18.446Z | + mkdir -p /home/build |
13 | 2023-11-29T19:30:18.450Z | + chown build:build /home/build /work |
14 | 2023-11-29T19:30:20.452Z | + chmod 0700 /home/build /work |
15 | 2023-11-29T19:30:20.458Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2023-11-29T19:30:20.470Z | starting task 1: "rust-toolchain" |
17 | 2023-11-29T19:30:20.478Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-29T19:30:20.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-29T19:30:20.670Z | info: downloading installer |
20 | 2023-11-29T19:30:22.645Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-29T19:30:22.645Z | warning: /opt/ooce/bin |
22 | 2023-11-29T19:30:22.645Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-29T19:30:22.645Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-29T19:30:22.645Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-29T19:30:22.645Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-29T19:30:22.645Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-29T19:30:22.645Z | error: cannot install while Rust is installed |
28 | 2023-11-29T19:30:22.645Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-29T19:30:22.763Z | info: profile set to 'default' |
30 | 2023-11-29T19:30:22.763Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-29T19:30:22.774Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-29T19:30:22.938Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-29T19:30:22.938Z | info: downloading component 'cargo' |
34 | 2023-11-29T19:30:23.723Z | info: downloading component 'clippy' |
35 | 2023-11-29T19:30:24.003Z | info: downloading component 'rust-docs' |
36 | 2023-11-29T19:30:24.986Z | info: downloading component 'rust-std' |
37 | 2023-11-29T19:30:26.770Z | info: downloading component 'rustc' |
38 | 2023-11-29T19:30:31.055Z | info: downloading component 'rustfmt' |
39 | 2023-11-29T19:30:31.312Z | info: installing component 'cargo' |
40 | 2023-11-29T19:30:33.412Z | info: installing component 'clippy' |
41 | 2023-11-29T19:30:34.387Z | info: installing component 'rust-docs' |
42 | 2023-11-29T19:30:36.944Z | info: installing component 'rust-std' |
43 | 2023-11-29T19:30:41.240Z | info: installing component 'rustc' |
44 | 2023-11-29T19:30:53.344Z | info: installing component 'rustfmt' |
45 | 2023-11-29T19:30:53.816Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-29T19:30:53.816Z | |
47 | 2023-11-29T19:30:53.937Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-29T19:30:53.937Z | |
49 | 2023-11-29T19:30:53.947Z | |
50 | 2023-11-29T19:30:53.947Z | Rust is installed now. Great! |
51 | 2023-11-29T19:30:53.947Z | |
52 | 2023-11-29T19:30:53.947Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-29T19:30:53.947Z | environment variable. This has not been done automatically. |
54 | 2023-11-29T19:30:53.947Z | |
55 | 2023-11-29T19:30:53.947Z | To configure your current shell, run: |
56 | 2023-11-29T19:30:53.947Z | source "$HOME/.cargo/env" |
57 | 2023-11-29T19:30:54.036Z | + rustc --version |
58 | 2023-11-29T19:30:54.138Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-29T19:30:54.144Z | process exited: duration 33678 ms, exit code 0 |
|
60 | 2023-11-29T19:30:54.149Z | starting task 2: "authentication" |
61 | 2023-11-29T19:30:54.175Z | process exited: duration 25 ms, exit code 0 |
|
62 | 2023-11-29T19:30:54.183Z | starting task 3: "clone repository" |
63 | 2023-11-29T19:30:54.190Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-29T19:30:54.193Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-29T19:30:54.230Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-29T19:31:00.116Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-29T19:31:00.117Z | + [[ -n ntwk-fixes ]] |
68 | 2023-11-29T19:31:00.123Z | + git fetch origin ntwk-fixes |
69 | 2023-11-29T19:31:00.888Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-29T19:31:00.888Z | * branch ntwk-fixes -> FETCH_HEAD |
71 | 2023-11-29T19:31:01.315Z | + git checkout -B ntwk-fixes remotes/origin/ntwk-fixes |
72 | 2023-11-29T19:31:01.315Z | Switched to a new branch 'ntwk-fixes' |
73 | 2023-11-29T19:31:01.315Z | branch 'ntwk-fixes' set up to track 'origin/ntwk-fixes'. |
74 | 2023-11-29T19:31:01.315Z | + git reset --hard a40c1f6cd62acd3880794ccca8ab86e8dff1f023 |
75 | 2023-11-29T19:31:01.315Z | HEAD is now at a40c1f6c Merge branch 'main' into ntwk-fixes |
76 | 2023-11-29T19:31:01.315Z | process exited: duration 6573 ms, exit code 0 |
|
77 | 2023-11-29T19:31:01.328Z | starting task 4: "build" |
78 | 2023-11-29T19:31:01.339Z | + cargo --version |
79 | 2023-11-29T19:31:01.347Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-29T19:31:01.560Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-29T19:31:01.563Z | info: downloading component 'cargo' |
82 | 2023-11-29T19:31:02.404Z | info: downloading component 'clippy' |
83 | 2023-11-29T19:31:02.656Z | info: downloading component 'rust-docs' |
84 | 2023-11-29T19:31:03.672Z | info: downloading component 'rust-std' |
85 | 2023-11-29T19:31:05.347Z | info: downloading component 'rustc' |
86 | 2023-11-29T19:31:09.981Z | info: downloading component 'rustfmt' |
87 | 2023-11-29T19:31:09.986Z | info: installing component 'cargo' |
88 | 2023-11-29T19:31:11.118Z | info: installing component 'clippy' |
89 | 2023-11-29T19:31:11.582Z | info: installing component 'rust-docs' |
90 | 2023-11-29T19:31:14.398Z | info: installing component 'rust-std' |
91 | 2023-11-29T19:31:16.971Z | info: installing component 'rustc' |
92 | 2023-11-29T19:31:23.155Z | info: installing component 'rustfmt' |
93 | 2023-11-29T19:31:23.737Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-29T19:31:23.740Z | + rustc --version |
95 | 2023-11-29T19:31:23.848Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-29T19:31:23.852Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-29T19:31:38.294Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-29T19:31:39.344Z | Startup: Caching catalogs ... Done |
99 | 2023-11-29T19:31:44.962Z | Planning: Solver setup ... Done (5.249s) |
100 | 2023-11-29T19:31:45.096Z | Planning: Running solver ... Done (0.133s) |
101 | 2023-11-29T19:31:45.278Z | Planning: Finding local manifests ... Done (0.124s) |
102 | 2023-11-29T19:31:45.293Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-29T19:31:45.635Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-29T19:31:45.715Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-11-29T19:31:45.800Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-11-29T19:31:47.386Z | Planning: Checking for conflicting actions ... Done (1.586s) |
107 | 2023-11-29T19:31:47.404Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-29T19:31:59.666Z | Planning: Evaluating mediators ... Done (11.849s) |
109 | 2023-11-29T19:31:59.670Z | Planning: Planning completed in 19.87 seconds |
110 | 2023-11-29T19:32:12.740Z | Packages to install: 4 |
111 | 2023-11-29T19:32:12.740Z | Mediators to change: 2 |
112 | 2023-11-29T19:32:12.740Z | Services to change: 1 |
113 | 2023-11-29T19:32:12.914Z | Estimated space available: 148.88 GB |
114 | 2023-11-29T19:32:12.915Z | Estimated space to be consumed: 1.38 GB |
115 | 2023-11-29T19:32:12.915Z | Create boot environment: No |
116 | 2023-11-29T19:32:12.915Z | Create backup boot environment: No |
117 | 2023-11-29T19:32:12.915Z | Rebuild boot archive: No |
118 | 2023-11-29T19:32:12.915Z | |
119 | 2023-11-29T19:32:12.915Z | Changed mediators: |
120 | 2023-11-29T19:32:12.915Z | mediator clang: |
121 | 2023-11-29T19:32:12.915Z | version: None -> 15 (system default) |
122 | 2023-11-29T19:32:12.915Z | |
123 | 2023-11-29T19:32:12.915Z | mediator llvm: |
124 | 2023-11-29T19:32:12.915Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-29T19:32:12.915Z | |
126 | 2023-11-29T19:32:12.915Z | Changed packages: |
127 | 2023-11-29T19:32:12.916Z | helios-dev |
128 | 2023-11-29T19:32:12.916Z | developer/build-essential |
129 | 2023-11-29T19:32:12.916Z | None -> 11-2.0 |
130 | 2023-11-29T19:32:12.916Z | library/libxmlsec1 |
131 | 2023-11-29T19:32:12.916Z | None -> 1.2.35-2.0 |
132 | 2023-11-29T19:32:12.916Z | ooce/developer/clang-15 |
133 | 2023-11-29T19:32:12.916Z | None -> 15.0.7-2.0 |
134 | 2023-11-29T19:32:12.916Z | ooce/developer/llvm-15 |
135 | 2023-11-29T19:32:12.916Z | None -> 15.0.7-2.0 |
136 | 2023-11-29T19:32:12.916Z | |
137 | 2023-11-29T19:32:12.916Z | Services: |
138 | 2023-11-29T19:32:12.916Z | restart_fmri: |
139 | 2023-11-29T19:32:12.916Z | svc:/system/update-man-index:default |
140 | 2023-11-29T19:32:12.916Z | |
141 | 2023-11-29T19:32:12.916Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-29T19:32:12.916Z | Download: 397/3290 items 16.9/212.6MB 7% complete (3.5M/s) |
143 | 2023-11-29T19:32:15.056Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (8.5M/s) |
144 | 2023-11-29T19:32:20.039Z | Download: 1257/3290 items 105.7/212.6MB 49% complete (8.7M/s) |
145 | 2023-11-29T19:32:25.040Z | Download: 2030/3290 items 118.7/212.6MB 55% complete (3.6M/s) |
146 | 2023-11-29T19:32:32.433Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (3.9M/s) |
147 | 2023-11-29T19:32:37.019Z | Download: 3290/3290 items 212.6/212.6MB 100% complete (9.4M/s) |
148 | 2023-11-29T19:32:37.053Z | Download: Completed 212.60 MB in 32.49 seconds (6.5M/s) |
149 | 2023-11-29T19:32:38.622Z | Actions: 1/3687 actions (Installing new actions) |
150 | 2023-11-29T19:32:42.857Z | Actions: 2195/3687 actions (Installing new actions) |
151 | 2023-11-29T19:32:45.647Z | Actions: Completed 3687 actions in 7.83 seconds. |
152 | 2023-11-29T19:32:45.823Z | Done (0.169s) |
153 | 2023-11-29T19:32:45.823Z | Done (0.000s) |
154 | 2023-11-29T19:32:46.057Z | Done (0.233s) |
155 | 2023-11-29T19:32:53.614Z | Done (7.439s) |
156 | 2023-11-29T19:32:53.881Z | Done (0.167s) |
157 | 2023-11-29T19:32:53.884Z | Done (0.000s) |
158 | 2023-11-29T19:32:54.104Z | Done (0.000s) |
159 | 2023-11-29T19:32:54.809Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-29T19:32:55.099Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-11-29T19:32:55.103Z | Planning: Consolidating action changes ... Done |
162 | 2023-11-29T19:32:55.534Z | Planning: Evaluating mediators ... Done |
163 | 2023-11-29T19:32:55.537Z | Planning: Planning completed in 0.73 seconds |
164 | 2023-11-29T19:32:55.588Z | Mediators to change: 2 |
165 | 2023-11-29T19:32:55.588Z | Create boot environment: No |
166 | 2023-11-29T19:32:55.592Z | Create backup boot environment: No |
167 | 2023-11-29T19:32:55.700Z | Done |
168 | 2023-11-29T19:32:55.700Z | Done |
169 | 2023-11-29T19:32:55.840Z | Done |
170 | 2023-11-29T19:33:01.757Z | Done |
171 | 2023-11-29T19:33:01.877Z | Done |
172 | 2023-11-29T19:33:01.880Z | Done |
173 | 2023-11-29T19:33:01.976Z | Done |
174 | 2023-11-29T19:33:03.009Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-11-29T19:33:03.012Z | Planning: Merging actions ... Done |
176 | 2023-11-29T19:33:03.352Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-11-29T19:33:03.361Z | Planning: Consolidating action changes ... Done |
178 | 2023-11-29T19:33:03.794Z | Planning: Evaluating mediators ... Done |
179 | 2023-11-29T19:33:03.887Z | Planning: Planning completed in 1.32 seconds |
180 | 2023-11-29T19:33:03.948Z | Packages to change: 1 |
181 | 2023-11-29T19:33:03.948Z | Mediators to change: 1 |
182 | 2023-11-29T19:33:03.952Z | Services to change: 1 |
183 | 2023-11-29T19:33:03.952Z | Create boot environment: No |
184 | 2023-11-29T19:33:03.952Z | Create backup boot environment: Yes |
185 | 2023-11-29T19:33:05.861Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2023-11-29T19:33:05.879Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2023-11-29T19:33:05.879Z | Done |
188 | 2023-11-29T19:33:05.879Z | Done |
189 | 2023-11-29T19:33:06.320Z | Done |
190 | 2023-11-29T19:33:11.723Z | Done |
191 | 2023-11-29T19:33:11.850Z | Done |
192 | 2023-11-29T19:33:11.869Z | Done |
193 | 2023-11-29T19:33:11.963Z | Done |
194 | 2023-11-29T19:33:12.671Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2023-11-29T19:33:12.671Z | clang system 15 system |
196 | 2023-11-29T19:33:12.671Z | csh system system illumos |
197 | 2023-11-29T19:33:12.671Z | ctags system system illumos |
198 | 2023-11-29T19:33:12.671Z | gcc vendor 12 vendor |
199 | 2023-11-29T19:33:12.671Z | gcc system 10 system |
200 | 2023-11-29T19:33:12.671Z | gcc system 7 system |
201 | 2023-11-29T19:33:12.671Z | go system 1.20 system |
202 | 2023-11-29T19:33:12.671Z | go system 1.19 system |
203 | 2023-11-29T19:33:12.671Z | llvm system 15 system |
204 | 2023-11-29T19:33:12.671Z | llvm system 14 system |
205 | 2023-11-29T19:33:12.671Z | mariadb system 10.6 system |
206 | 2023-11-29T19:33:12.671Z | mta vendor vendor dma |
207 | 2023-11-29T19:33:12.671Z | openjdk system 17 system |
208 | 2023-11-29T19:33:12.671Z | openjdk system 11 system |
209 | 2023-11-29T19:33:12.671Z | openjdk system 1.8 system |
210 | 2023-11-29T19:33:12.671Z | openssl vendor 3 vendor |
211 | 2023-11-29T19:33:12.671Z | perl system 5.36 system |
212 | 2023-11-29T19:33:12.671Z | postgresql system 15 system |
213 | 2023-11-29T19:33:12.671Z | postgresql system 13 system |
214 | 2023-11-29T19:33:12.671Z | python vendor 3 vendor |
215 | 2023-11-29T19:33:12.671Z | python system 2 system |
216 | 2023-11-29T19:33:12.671Z | python3 system 3.11 system |
217 | 2023-11-29T19:33:12.671Z | ruby system 3.0 system |
218 | 2023-11-29T19:33:12.671Z | words vendor vendor american-english |
219 | 2023-11-29T19:33:12.671Z | words system system australian-english |
220 | 2023-11-29T19:33:12.671Z | words system system british-english |
221 | 2023-11-29T19:33:12.671Z | words system system canadian-english |
222 | 2023-11-29T19:33:12.671Z | words system system french |
223 | 2023-11-29T19:33:12.671Z | words system system italian |
224 | 2023-11-29T19:33:12.671Z | words system system ngerman |
225 | 2023-11-29T19:33:12.671Z | words system system ogerman |
226 | 2023-11-29T19:33:12.671Z | words system system spanish |
227 | 2023-11-29T19:33:13.166Z | FMRI IFO |
228 | 2023-11-29T19:33:13.166Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2023-11-29T19:33:13.166Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2023-11-29T19:33:13.166Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2023-11-29T19:33:13.166Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
232 | 2023-11-29T19:33:13.166Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2023-11-29T19:33:13.166Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
234 | 2023-11-29T19:33:13.247Z | + set -o errexit |
235 | 2023-11-29T19:33:13.272Z | +++ dirname ./tools/ci_download_cockroachdb |
236 | 2023-11-29T19:33:13.272Z | ++ cd ./tools |
237 | 2023-11-29T19:33:13.272Z | ++ pwd |
238 | 2023-11-29T19:33:13.272Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
239 | 2023-11-29T19:33:13.272Z | ++ basename ./tools/ci_download_cockroachdb |
240 | 2023-11-29T19:33:13.273Z | + ARG0=ci_download_cockroachdb |
241 | 2023-11-29T19:33:13.273Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
242 | 2023-11-29T19:33:13.273Z | + CIDL_VERSION=v22.1.9 |
243 | 2023-11-29T19:33:13.273Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
244 | 2023-11-29T19:33:13.283Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
245 | 2023-11-29T19:33:13.283Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
246 | 2023-11-29T19:33:13.283Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-11-29T19:33:13.283Z | + TARGET_DIR=out |
248 | 2023-11-29T19:33:13.283Z | + DOWNLOAD_DIR=out/downloads |
249 | 2023-11-29T19:33:13.283Z | + DEST_DIR=./out/cockroachdb |
250 | 2023-11-29T19:33:13.283Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
251 | 2023-11-29T19:33:13.284Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
252 | 2023-11-29T19:33:13.284Z | + main |
253 | 2023-11-29T19:33:13.284Z | + [[ 0 != 0 ]] |
254 | 2023-11-29T19:33:13.284Z | + CIDL_OS=solaris2.11 |
255 | 2023-11-29T19:33:13.284Z | + [[ 0 != 0 ]] |
256 | 2023-11-29T19:33:13.284Z | + configure_os solaris2.11 |
257 | 2023-11-29T19:33:13.285Z | + echo 'current directory: /work/oxidecomputer/omicron' |
258 | 2023-11-29T19:33:13.285Z | current directory: /work/oxidecomputer/omicron |
259 | 2023-11-29T19:33:13.285Z | configuring based on OS: "solaris2.11" |
260 | 2023-11-29T19:33:13.285Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-11-29T19:33:13.285Z | + case "$1" in |
262 | 2023-11-29T19:33:13.285Z | + CIDL_BUILD=illumos |
263 | 2023-11-29T19:33:13.285Z | + CIDL_SUFFIX=tar.gz |
264 | 2023-11-29T19:33:13.285Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-11-29T19:33:13.285Z | + CIDL_MD5FUNC=do_md5sum |
266 | 2023-11-29T19:33:13.285Z | + CIDL_URL_BASE=https://illumos.org/downloads |
267 | 2023-11-29T19:33:13.285Z | + CIDL_ASSEMBLE=do_assemble_illumos |
268 | 2023-11-29T19:33:13.285Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
269 | 2023-11-29T19:33:13.285Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-29T19:33:13.285Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-29T19:33:13.285Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
272 | 2023-11-29T19:33:13.285Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-29T19:33:13.285Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-11-29T19:33:13.285Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-29T19:33:13.286Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-29T19:33:13.286Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-29T19:33:13.286Z | + mkdir -p out/downloads |
278 | 2023-11-29T19:33:13.286Z | + mkdir -p ./out/cockroachdb |
279 | 2023-11-29T19:33:13.286Z | + local DO_DOWNLOAD=true |
280 | 2023-11-29T19:33:13.286Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
281 | 2023-11-29T19:33:13.286Z | + '[' true == true ']' |
282 | 2023-11-29T19:33:13.286Z | + echo Downloading... |
283 | 2023-11-29T19:33:13.286Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-29T19:33:13.286Z | Downloading... |
285 | 2023-11-29T19:33:13.286Z | + 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 |
286 | 2023-11-29T19:33:21.225Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-29T19:33:21.228Z | ++ md5sum |
288 | 2023-11-29T19:33:21.228Z | ++ awk '{print $1}' |
289 | 2023-11-29T19:33:21.410Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
290 | 2023-11-29T19:33:21.410Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
291 | 2023-11-29T19:33:21.410Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-29T19:33:21.414Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
293 | 2023-11-29T19:33:24.789Z | + do_assemble_illumos |
294 | 2023-11-29T19:33:24.789Z | + rm -r ./out/cockroachdb |
295 | 2023-11-29T19:33:24.795Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
296 | 2023-11-29T19:33:25.453Z | + ./out/cockroachdb/bin/cockroach version |
297 | 2023-11-29T19:33:25.849Z | Build Tag: v22.1.9-dirty |
298 | 2023-11-29T19:33:25.849Z | Build Time: 2022/10/26 21:17:46 |
299 | 2023-11-29T19:33:25.849Z | Distribution: OSS |
300 | 2023-11-29T19:33:25.849Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
301 | 2023-11-29T19:33:25.849Z | Go Version: go1.17.13 |
302 | 2023-11-29T19:33:25.849Z | C Compiler: gcc 10.3.0 |
303 | 2023-11-29T19:33:25.849Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
304 | 2023-11-29T19:33:25.850Z | Build Type: release |
305 | 2023-11-29T19:33:25.880Z | + set -o errexit |
306 | 2023-11-29T19:33:25.880Z | +++ dirname ./tools/ci_download_clickhouse |
307 | 2023-11-29T19:33:25.880Z | ++ cd ./tools |
308 | 2023-11-29T19:33:25.880Z | ++ pwd |
309 | 2023-11-29T19:33:25.880Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
310 | 2023-11-29T19:33:25.880Z | ++ basename ./tools/ci_download_clickhouse |
311 | 2023-11-29T19:33:25.880Z | + ARG0=ci_download_clickhouse |
312 | 2023-11-29T19:33:25.880Z | + TARGET_DIR=out |
313 | 2023-11-29T19:33:25.880Z | + DOWNLOAD_DIR=out/downloads |
314 | 2023-11-29T19:33:25.880Z | + DEST_DIR=./out/clickhouse |
315 | 2023-11-29T19:33:25.887Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2023-11-29T19:33:25.887Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2023-11-29T19:33:25.887Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2023-11-29T19:33:25.887Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2023-11-29T19:33:25.887Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-11-29T19:33:25.887Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2023-11-29T19:33:25.887Z | + main |
322 | 2023-11-29T19:33:25.887Z | + [[ 0 != 0 ]] |
323 | 2023-11-29T19:33:25.887Z | + CIDL_OS=solaris2.11 |
324 | 2023-11-29T19:33:25.887Z | + [[ 0 != 0 ]] |
325 | 2023-11-29T19:33:25.887Z | + configure_os solaris2.11 |
326 | 2023-11-29T19:33:25.887Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2023-11-29T19:33:25.887Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2023-11-29T19:33:25.887Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-29T19:33:25.887Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-29T19:33:25.887Z | + CIDL_DASHREV= |
331 | 2023-11-29T19:33:25.887Z | + case "$1" in |
332 | 2023-11-29T19:33:25.887Z | + CIDL_PLATFORM=illumos |
333 | 2023-11-29T19:33:25.887Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-11-29T19:33:25.887Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2023-11-29T19:33:25.887Z | + CIDL_DASHREV=-1 |
336 | 2023-11-29T19:33:25.887Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2023-11-29T19:33:25.890Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-29T19:33:25.890Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-29T19:33:25.890Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-29T19:33:25.890Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-29T19:33:25.890Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-29T19:33:25.890Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-29T19:33:25.890Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-29T19:33:25.890Z | + mkdir -p out/downloads |
345 | 2023-11-29T19:33:25.890Z | + mkdir -p ./out/clickhouse |
346 | 2023-11-29T19:33:25.890Z | + local DO_DOWNLOAD=true |
347 | 2023-11-29T19:33:25.890Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2023-11-29T19:33:25.890Z | + '[' true == true ']' |
349 | 2023-11-29T19:33:25.890Z | + echo Downloading... |
350 | 2023-11-29T19:33:25.891Z | Downloading... |
351 | 2023-11-29T19:33:25.891Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-11-29T19:33:25.891Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-11-29T19:33:27.677Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-11-29T19:33:27.852Z | ++ md5sum |
355 | 2023-11-29T19:33:27.852Z | ++ awk '{print $1}' |
356 | 2023-11-29T19:33:40.497Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2023-11-29T19:33:40.498Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
358 | 2023-11-29T19:33:40.498Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2023-11-29T19:33:40.499Z | + mkdir -p ./out/clickhouse |
360 | 2023-11-29T19:33:40.514Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2023-11-29T19:33:41.728Z | + ./out/clickhouse/clickhouse server --version |
362 | 2023-11-29T19:33:42.307Z | ClickHouse server version 22.8.9.1. |
363 | 2023-11-29T19:33:42.311Z | + set -o errexit |
364 | 2023-11-29T19:33:42.311Z | +++ dirname ./tools/ci_download_console |
365 | 2023-11-29T19:33:42.311Z | ++ cd ./tools |
366 | 2023-11-29T19:33:42.311Z | ++ pwd |
367 | 2023-11-29T19:33:42.311Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2023-11-29T19:33:42.311Z | ++ basename ./tools/ci_download_console |
369 | 2023-11-29T19:33:42.311Z | + ARG0=ci_download_console |
370 | 2023-11-29T19:33:42.311Z | + TARGET_DIR=out |
371 | 2023-11-29T19:33:42.311Z | + DOWNLOAD_DIR=out/downloads |
372 | 2023-11-29T19:33:42.311Z | + DEST_DIR=./out/console-assets |
373 | 2023-11-29T19:33:42.311Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2023-11-29T19:33:42.311Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
375 | 2023-11-29T19:33:42.311Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
376 | 2023-11-29T19:33:42.311Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
377 | 2023-11-29T19:33:42.311Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2023-11-29T19:33:42.502Z | + main |
379 | 2023-11-29T19:33:42.502Z | + [[ 0 != 0 ]] |
380 | 2023-11-29T19:33:42.502Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
381 | 2023-11-29T19:33:42.502Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
382 | 2023-11-29T19:33:42.503Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2023-11-29T19:33:42.503Z | Local file: out/downloads/console.tar.gz |
384 | 2023-11-29T19:33:42.503Z | + local DO_DOWNLOAD=true |
385 | 2023-11-29T19:33:42.503Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2023-11-29T19:33:42.503Z | + mkdir -p out/downloads |
387 | 2023-11-29T19:33:42.503Z | + '[' true == true ']' |
388 | 2023-11-29T19:33:42.503Z | + echo Downloading... |
389 | 2023-11-29T19:33:42.526Z | Downloading... |
390 | 2023-11-29T19:33:42.526Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
391 | 2023-11-29T19:33:42.526Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
392 | 2023-11-29T19:33:42.526Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2023-11-29T19:33:42.526Z | ++ case "$OSTYPE" in |
394 | 2023-11-29T19:33:42.526Z | ++ SHA=sha256sum |
395 | 2023-11-29T19:33:42.526Z | ++ sha256sum |
396 | 2023-11-29T19:33:42.526Z | ++ awk '{print $1}' |
397 | 2023-11-29T19:33:42.526Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-29T19:33:42.526Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
399 | 2023-11-29T19:33:42.526Z | + rm -rf ./out/console-assets |
400 | 2023-11-29T19:33:42.526Z | + mkdir -p ./out/console-assets |
401 | 2023-11-29T19:33:42.526Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2023-11-29T19:33:42.526Z | + mkdir -p ./out/console-assets |
403 | 2023-11-29T19:33:42.526Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2023-11-29T19:33:42.526Z | + set -o errexit |
405 | 2023-11-29T19:33:42.527Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2023-11-29T19:33:42.527Z | ++ cd ./tools |
407 | 2023-11-29T19:33:42.527Z | ++ pwd |
408 | 2023-11-29T19:33:42.527Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2023-11-29T19:33:42.527Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2023-11-29T19:33:42.527Z | + ARG0=ci_download_maghemite_openapi |
411 | 2023-11-29T19:33:42.527Z | + TARGET_DIR=out |
412 | 2023-11-29T19:33:42.527Z | + DOWNLOAD_DIR=out/downloads |
413 | 2023-11-29T19:33:42.527Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2023-11-29T19:33:42.530Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
415 | 2023-11-29T19:33:42.530Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
416 | 2023-11-29T19:33:42.530Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
417 | 2023-11-29T19:33:42.530Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
418 | 2023-11-29T19:33:42.530Z | + main |
419 | 2023-11-29T19:33:42.530Z | + [[ 0 != 0 ]] |
420 | 2023-11-29T19:33:42.530Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
421 | 2023-11-29T19:33:42.530Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
422 | 2023-11-29T19:33:42.530Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
423 | 2023-11-29T19:33:42.530Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
424 | 2023-11-29T19:33:42.530Z | + local DO_DOWNLOAD=true |
425 | 2023-11-29T19:33:42.530Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
426 | 2023-11-29T19:33:42.530Z | + mkdir -p out/downloads |
427 | 2023-11-29T19:33:42.530Z | + '[' true == true ']' |
428 | 2023-11-29T19:33:42.530Z | + echo Downloading... |
429 | 2023-11-29T19:33:42.530Z | Downloading... |
430 | 2023-11-29T19:33:42.530Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
431 | 2023-11-29T19:33:42.530Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
432 | 2023-11-29T19:33:42.530Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
433 | 2023-11-29T19:33:42.530Z | ++ case "$OSTYPE" in |
434 | 2023-11-29T19:33:42.530Z | ++ SHA=sha256sum |
435 | 2023-11-29T19:33:42.531Z | ++ sha256sum |
436 | 2023-11-29T19:33:42.531Z | ++ awk '{print $1}' |
437 | 2023-11-29T19:33:42.531Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-29T19:33:42.531Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
439 | 2023-11-29T19:33:42.531Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2023-11-29T19:33:42.531Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
441 | 2023-11-29T19:33:42.531Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
442 | 2023-11-29T19:33:42.531Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
443 | 2023-11-29T19:33:42.531Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
444 | 2023-11-29T19:33:42.531Z | + main |
445 | 2023-11-29T19:33:42.531Z | + [[ 0 != 0 ]] |
446 | 2023-11-29T19:33:42.531Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
447 | 2023-11-29T19:33:42.776Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
448 | 2023-11-29T19:33:42.777Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
449 | 2023-11-29T19:33:42.778Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
450 | 2023-11-29T19:33:42.778Z | + local DO_DOWNLOAD=true |
451 | 2023-11-29T19:33:42.778Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
452 | 2023-11-29T19:33:42.778Z | + mkdir -p out/downloads |
453 | 2023-11-29T19:33:42.778Z | + '[' true == true ']' |
454 | 2023-11-29T19:33:42.778Z | + echo Downloading... |
455 | 2023-11-29T19:33:42.778Z | Downloading... |
456 | 2023-11-29T19:33:42.778Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-11-29T19:33:42.778Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
458 | 2023-11-29T19:33:43.429Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
459 | 2023-11-29T19:33:43.459Z | ++ case "$OSTYPE" in |
460 | 2023-11-29T19:33:43.460Z | ++ SHA=sha256sum |
461 | 2023-11-29T19:33:43.460Z | ++ sha256sum |
462 | 2023-11-29T19:33:43.460Z | ++ awk '{print $1}' |
463 | 2023-11-29T19:33:43.460Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-29T19:33:43.460Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
465 | 2023-11-29T19:33:43.460Z | + set -o errexit |
466 | 2023-11-29T19:33:43.460Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2023-11-29T19:33:43.460Z | ++ cd ./tools |
468 | 2023-11-29T19:33:43.460Z | ++ pwd |
469 | 2023-11-29T19:33:43.460Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2023-11-29T19:33:43.460Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2023-11-29T19:33:43.460Z | + ARG0=ci_download_dendrite_openapi |
472 | 2023-11-29T19:33:43.460Z | + TARGET_DIR=out |
473 | 2023-11-29T19:33:43.460Z | + DOWNLOAD_DIR=out/downloads |
474 | 2023-11-29T19:33:43.460Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2023-11-29T19:33:43.460Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
476 | 2023-11-29T19:33:43.460Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
477 | 2023-11-29T19:33:43.460Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
478 | 2023-11-29T19:33:43.460Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
479 | 2023-11-29T19:33:43.460Z | + main |
480 | 2023-11-29T19:33:43.460Z | + [[ 0 != 0 ]] |
481 | 2023-11-29T19:33:43.460Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
482 | 2023-11-29T19:33:43.460Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
483 | 2023-11-29T19:33:43.460Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
484 | 2023-11-29T19:33:43.460Z | + local DO_DOWNLOAD=true |
485 | 2023-11-29T19:33:43.460Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
486 | 2023-11-29T19:33:43.460Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
487 | 2023-11-29T19:33:43.460Z | + mkdir -p out/downloads |
488 | 2023-11-29T19:33:43.460Z | + '[' true == true ']' |
489 | 2023-11-29T19:33:43.460Z | + echo Downloading... |
490 | 2023-11-29T19:33:43.460Z | Downloading... |
491 | 2023-11-29T19:33:43.460Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
492 | 2023-11-29T19:33:43.460Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
493 | 2023-11-29T19:33:44.159Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
494 | 2023-11-29T19:33:44.159Z | ++ case "$OSTYPE" in |
495 | 2023-11-29T19:33:44.200Z | ++ SHA=sha256sum |
496 | 2023-11-29T19:33:44.201Z | ++ sha256sum |
497 | 2023-11-29T19:33:44.201Z | ++ awk '{print $1}' |
498 | 2023-11-29T19:33:44.201Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-29T19:33:44.201Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
500 | 2023-11-29T19:33:44.201Z | + set -o errexit |
501 | 2023-11-29T19:33:44.201Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2023-11-29T19:33:44.201Z | ++ cd ./tools |
503 | 2023-11-29T19:33:44.201Z | ++ pwd |
504 | 2023-11-29T19:33:44.201Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-11-29T19:33:44.201Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2023-11-29T19:33:44.201Z | + ARG0=ci_download_dendrite_stub |
507 | 2023-11-29T19:33:44.201Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2023-11-29T19:33:44.201Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
509 | 2023-11-29T19:33:44.201Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
510 | 2023-11-29T19:33:44.201Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
511 | 2023-11-29T19:33:44.201Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2023-11-29T19:33:44.203Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
513 | 2023-11-29T19:33:44.203Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
514 | 2023-11-29T19:33:44.203Z | + TARGET_DIR=out |
515 | 2023-11-29T19:33:44.203Z | + DOWNLOAD_DIR=out/downloads |
516 | 2023-11-29T19:33:44.203Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-29T19:33:44.203Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2023-11-29T19:33:44.203Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2023-11-29T19:33:44.203Z | + REPO=oxidecomputer/dendrite |
520 | 2023-11-29T19:33:44.203Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
521 | 2023-11-29T19:33:44.203Z | + main |
522 | 2023-11-29T19:33:44.203Z | + [[ 0 != 0 ]] |
523 | 2023-11-29T19:33:44.204Z | + CIDL_OS=solaris2.11 |
524 | 2023-11-29T19:33:44.204Z | + [[ 0 != 0 ]] |
525 | 2023-11-29T19:33:44.204Z | + configure_os solaris2.11 |
526 | 2023-11-29T19:33:44.204Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2023-11-29T19:33:44.204Z | current directory: /work/oxidecomputer/omicron |
528 | 2023-11-29T19:33:44.205Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2023-11-29T19:33:44.205Z | configuring based on OS: "solaris2.11" |
530 | 2023-11-29T19:33:44.205Z | + case "$1" in |
531 | 2023-11-29T19:33:44.205Z | + SET_BINARIES= |
532 | 2023-11-29T19:33:44.205Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
533 | 2023-11-29T19:33:44.205Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-29T19:33:44.205Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-29T19:33:44.205Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
536 | 2023-11-29T19:33:44.205Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-29T19:33:44.206Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
538 | 2023-11-29T19:33:44.206Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
539 | 2023-11-29T19:33:44.206Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-29T19:33:44.206Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2023-11-29T19:33:44.206Z | + mkdir -p out/downloads |
542 | 2023-11-29T19:33:44.206Z | + mkdir -p ./out/dendrite-stub |
543 | 2023-11-29T19:33:44.206Z | + fetch_and_verify |
544 | 2023-11-29T19:33:44.206Z | + local DO_DOWNLOAD=true |
545 | 2023-11-29T19:33:44.206Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2023-11-29T19:33:44.206Z | + '[' true == true ']' |
547 | 2023-11-29T19:33:44.206Z | + echo Downloading... |
548 | 2023-11-29T19:33:44.206Z | Downloading... |
549 | 2023-11-29T19:33:44.206Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-29T19:33:44.206Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
551 | 2023-11-29T19:33:58.066Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-29T19:33:58.069Z | ++ sha256sum |
553 | 2023-11-29T19:33:58.069Z | ++ awk '{print $1}' |
554 | 2023-11-29T19:33:58.171Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
555 | 2023-11-29T19:33:58.172Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
556 | 2023-11-29T19:33:58.175Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-29T19:33:58.175Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2023-11-29T19:33:59.220Z | + do_assemble |
559 | 2023-11-29T19:33:59.220Z | + rm -r ./out/dendrite-stub |
560 | 2023-11-29T19:33:59.223Z | + mkdir ./out/dendrite-stub |
561 | 2023-11-29T19:33:59.226Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2023-11-29T19:33:59.392Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2023-11-29T19:33:59.409Z | + set -o errexit |
564 | 2023-11-29T19:33:59.420Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2023-11-29T19:33:59.420Z | ++ cd ./tools |
566 | 2023-11-29T19:33:59.420Z | ++ pwd |
567 | 2023-11-29T19:33:59.420Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2023-11-29T19:33:59.421Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2023-11-29T19:33:59.421Z | + ARG0=ci_download_maghemite_mgd |
570 | 2023-11-29T19:33:59.421Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2023-11-29T19:33:59.421Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
572 | 2023-11-29T19:33:59.421Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
573 | 2023-11-29T19:33:59.422Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2023-11-29T19:33:59.422Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
575 | 2023-11-29T19:33:59.422Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
576 | 2023-11-29T19:33:59.422Z | + TARGET_DIR=out |
577 | 2023-11-29T19:33:59.422Z | + DOWNLOAD_DIR=out/downloads |
578 | 2023-11-29T19:33:59.422Z | + DEST_DIR=./out/mgd |
579 | 2023-11-29T19:33:59.423Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2023-11-29T19:33:59.423Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2023-11-29T19:33:59.423Z | + REPO=oxidecomputer/maghemite |
582 | 2023-11-29T19:33:59.423Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
583 | 2023-11-29T19:33:59.423Z | + main |
584 | 2023-11-29T19:33:59.423Z | + [[ 0 != 0 ]] |
585 | 2023-11-29T19:33:59.423Z | + CIDL_OS=solaris2.11 |
586 | 2023-11-29T19:33:59.423Z | + [[ 0 != 0 ]] |
587 | 2023-11-29T19:33:59.423Z | + configure_os solaris2.11 |
588 | 2023-11-29T19:33:59.423Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2023-11-29T19:33:59.423Z | current directory: /work/oxidecomputer/omicron |
590 | 2023-11-29T19:33:59.423Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2023-11-29T19:33:59.423Z | + case "$1" in |
592 | 2023-11-29T19:33:59.423Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-29T19:33:59.423Z | + SET_BINARIES= |
594 | 2023-11-29T19:33:59.423Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2023-11-29T19:33:59.423Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2023-11-29T19:33:59.423Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
597 | 2023-11-29T19:33:59.423Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2023-11-29T19:33:59.423Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
599 | 2023-11-29T19:33:59.424Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
600 | 2023-11-29T19:33:59.424Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2023-11-29T19:33:59.424Z | Local file: out/downloads/mgd.tar.gz |
602 | 2023-11-29T19:33:59.425Z | + mkdir -p out/downloads |
603 | 2023-11-29T19:33:59.425Z | + mkdir -p ./out/mgd |
604 | 2023-11-29T19:33:59.425Z | + fetch_and_verify |
605 | 2023-11-29T19:33:59.425Z | + local DO_DOWNLOAD=true |
606 | 2023-11-29T19:33:59.425Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2023-11-29T19:33:59.425Z | + '[' true == true ']' |
608 | 2023-11-29T19:33:59.425Z | + echo Downloading... |
609 | 2023-11-29T19:33:59.425Z | Downloading... |
610 | 2023-11-29T19:33:59.425Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2023-11-29T19:33:59.425Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
612 | 2023-11-29T19:34:05.507Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2023-11-29T19:34:05.511Z | ++ sha256sum |
614 | 2023-11-29T19:34:05.511Z | ++ awk '{print $1}' |
615 | 2023-11-29T19:34:05.585Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
616 | 2023-11-29T19:34:05.585Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
617 | 2023-11-29T19:34:05.589Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2023-11-29T19:34:05.589Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2023-11-29T19:34:06.247Z | + do_assemble |
620 | 2023-11-29T19:34:06.247Z | + rm -r ./out/mgd |
621 | 2023-11-29T19:34:06.257Z | + mkdir ./out/mgd |
622 | 2023-11-29T19:34:06.305Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2023-11-29T19:34:06.478Z | + set -o errexit |
624 | 2023-11-29T19:34:06.482Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2023-11-29T19:34:06.487Z | ++ cd ./tools |
626 | 2023-11-29T19:34:06.487Z | ++ pwd |
627 | 2023-11-29T19:34:06.487Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2023-11-29T19:34:06.487Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2023-11-29T19:34:06.491Z | + ARG0=ci_download_transceiver_control |
630 | 2023-11-29T19:34:06.491Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2023-11-29T19:34:06.491Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2023-11-29T19:34:06.491Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2023-11-29T19:34:06.491Z | + TARGET_DIR=out |
634 | 2023-11-29T19:34:06.491Z | + DOWNLOAD_DIR=out/downloads |
635 | 2023-11-29T19:34:06.491Z | + DEST_DIR=./out/transceiver-control |
636 | 2023-11-29T19:34:06.491Z | + BIN_DIR=/opt/oxide/bin |
637 | 2023-11-29T19:34:06.491Z | + BINARY=xcvradm |
638 | 2023-11-29T19:34:06.491Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2023-11-29T19:34:06.491Z | + REPO=oxidecomputer/transceiver-control |
640 | 2023-11-29T19:34:06.491Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-11-29T19:34:06.491Z | + main |
642 | 2023-11-29T19:34:06.491Z | + [[ 0 != 0 ]] |
643 | 2023-11-29T19:34:06.491Z | + CIDL_OS=solaris2.11 |
644 | 2023-11-29T19:34:06.491Z | + [[ 0 != 0 ]] |
645 | 2023-11-29T19:34:06.491Z | + configure_os solaris2.11 |
646 | 2023-11-29T19:34:06.491Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2023-11-29T19:34:06.492Z | current directory: /work/oxidecomputer/omicron |
648 | 2023-11-29T19:34:06.492Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2023-11-29T19:34:06.492Z | configuring based on OS: "solaris2.11" |
650 | 2023-11-29T19:34:06.492Z | + case "$1" in |
651 | 2023-11-29T19:34:06.492Z | + SET_BINARIES= |
652 | 2023-11-29T19:34:06.492Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-29T19:34:06.492Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2023-11-29T19:34:06.492Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2023-11-29T19:34:06.492Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-29T19:34:06.492Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2023-11-29T19:34:06.492Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2023-11-29T19:34:06.492Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-29T19:34:06.492Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2023-11-29T19:34:06.492Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-29T19:34:06.492Z | + mkdir -p out/downloads |
662 | 2023-11-29T19:34:06.492Z | + mkdir -p ./out/transceiver-control |
663 | 2023-11-29T19:34:06.496Z | + fetch_and_verify |
664 | 2023-11-29T19:34:06.496Z | + local DO_DOWNLOAD=true |
665 | 2023-11-29T19:34:06.496Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2023-11-29T19:34:06.496Z | + '[' true == true ']' |
667 | 2023-11-29T19:34:06.496Z | + echo Downloading... |
668 | 2023-11-29T19:34:06.496Z | Downloading... |
669 | 2023-11-29T19:34:06.496Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2023-11-29T19:34:06.496Z | + 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 |
671 | 2023-11-29T19:34:09.004Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2023-11-29T19:34:09.011Z | ++ sha256sum |
673 | 2023-11-29T19:34:09.011Z | ++ awk '{print $1}' |
674 | 2023-11-29T19:34:09.031Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-29T19:34:09.031Z | + [[ 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 ]] |
676 | 2023-11-29T19:34:09.040Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2023-11-29T19:34:09.040Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2023-11-29T19:34:09.040Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2023-11-29T19:34:09.213Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2023-11-29T19:34:09.217Z | + do_assemble |
681 | 2023-11-29T19:34:09.217Z | + rm -r ./out/transceiver-control |
682 | 2023-11-29T19:34:09.217Z | + mkdir ./out/transceiver-control |
683 | 2023-11-29T19:34:09.217Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2023-11-29T19:34:09.450Z | All prerequisites installed successfully |
685 | 2023-11-29T19:34:09.455Z | |
686 | 2023-11-29T19:34:09.455Z | real 2:45.537879770 |
687 | 2023-11-29T19:34:09.455Z | user 53.470825862 |
688 | 2023-11-29T19:34:09.455Z | sys 10.060199521 |
689 | 2023-11-29T19:34:09.455Z | trap 0.017311307 |
690 | 2023-11-29T19:34:09.459Z | tflt 0.474702807 |
691 | 2023-11-29T19:34:09.459Z | dflt 1.012718276 |
692 | 2023-11-29T19:34:09.459Z | kflt 0.307765479 |
693 | 2023-11-29T19:34:09.459Z | lock 2.134531076 |
694 | 2023-11-29T19:34:09.459Z | slp 5:31.211423867 |
695 | 2023-11-29T19:34:09.459Z | lat 3.376053633 |
696 | 2023-11-29T19:34:09.459Z | stop 0.078144875 |
697 | 2023-11-29T19:34:09.459Z | + banner end-to-end-tests |
698 | 2023-11-29T19:34:09.509Z | |
699 | 2023-11-29T19:34:09.509Z | ###### # # ##### ##### #### ###### # # ##### |
700 | 2023-11-29T19:34:09.509Z | # ## # # # # # # # ## # # # |
701 | 2023-11-29T19:34:09.509Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
702 | 2023-11-29T19:34:09.509Z | # # # # # # # # # # # # # # # |
703 | 2023-11-29T19:34:09.509Z | # # ## # # # # # # # ## # # |
704 | 2023-11-29T19:34:09.509Z | ###### # # ##### # #### ###### # # ##### |
705 | 2023-11-29T19:34:09.509Z | |
706 | 2023-11-29T19:34:09.512Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2023-11-29T19:34:09.512Z | + CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2023-11-29T19:34:09.512Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2023-11-29T19:34:09.513Z | + CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2023-11-29T19:34:09.513Z | + export CARGO_INCREMENTAL=0 |
711 | 2023-11-29T19:34:09.513Z | + CARGO_INCREMENTAL=0 |
712 | 2023-11-29T19:34:09.513Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
713 | 2023-11-29T19:34:10.151Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
714 | 2023-11-29T19:34:10.232Z | Updating crates.io index |
715 | 2023-11-29T19:34:10.672Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
716 | 2023-11-29T19:34:11.095Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
717 | 2023-11-29T19:34:12.889Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
718 | 2023-11-29T19:34:13.767Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
719 | 2023-11-29T19:34:14.137Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
720 | 2023-11-29T19:34:14.491Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
721 | 2023-11-29T19:34:14.747Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
722 | 2023-11-29T19:34:15.650Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
723 | 2023-11-29T19:34:17.666Z | Updating git repository `https://github.com/oxidecomputer/opte` |
724 | 2023-11-29T19:34:18.893Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
725 | 2023-11-29T19:34:19.181Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
726 | 2023-11-29T19:34:19.766Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
727 | 2023-11-29T19:34:20.176Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2023-11-29T19:34:20.508Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2023-11-29T19:34:20.972Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2023-11-29T19:34:21.302Z | Updating git repository `https://github.com/njaremko/samael` |
731 | 2023-11-29T19:34:21.854Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2023-11-29T19:34:22.447Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2023-11-29T19:34:22.837Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2023-11-29T19:34:23.188Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2023-11-29T19:34:24.430Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2023-11-29T19:34:25.082Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2023-11-29T19:34:25.999Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2023-11-29T19:34:28.470Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2023-11-29T19:34:28.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2023-11-29T19:34:28.470Z | Downloading crates ... |
741 | 2023-11-29T19:34:28.470Z | Downloaded new_debug_unreachable v1.0.4 |
742 | 2023-11-29T19:34:28.470Z | Downloaded async-stream-impl v0.3.5 |
743 | 2023-11-29T19:34:28.470Z | Downloaded anstream v0.5.0 |
744 | 2023-11-29T19:34:28.470Z | Downloaded parse-display-derive v0.8.2 |
745 | 2023-11-29T19:34:28.470Z | Downloaded async-stream v0.3.5 |
746 | 2023-11-29T19:34:28.470Z | Downloaded autocfg v1.1.0 |
747 | 2023-11-29T19:34:28.470Z | Downloaded precomputed-hash v0.1.1 |
748 | 2023-11-29T19:34:28.470Z | Downloaded dtrace-parser v0.1.14 |
749 | 2023-11-29T19:34:28.470Z | Downloaded pretty-hex v0.4.0 |
750 | 2023-11-29T19:34:28.470Z | Downloaded phf_shared v0.10.0 |
751 | 2023-11-29T19:34:28.470Z | Downloaded pbkdf2 v0.11.0 |
752 | 2023-11-29T19:34:28.470Z | Downloaded polyval v0.6.1 |
753 | 2023-11-29T19:34:28.470Z | Downloaded proc-macro-error-attr v1.0.4 |
754 | 2023-11-29T19:34:28.470Z | Downloaded proc-macro-error v1.0.4 |
755 | 2023-11-29T19:34:28.470Z | Downloaded num-integer v0.1.45 |
756 | 2023-11-29T19:34:28.470Z | Downloaded curve25519-dalek-derive v0.1.0 |
757 | 2023-11-29T19:34:28.496Z | Downloaded openssl-probe v0.1.5 |
758 | 2023-11-29T19:34:28.496Z | Downloaded pem v1.1.1 |
759 | 2023-11-29T19:34:28.496Z | Downloaded pbkdf2 v0.12.2 |
760 | 2023-11-29T19:34:28.496Z | Downloaded base64ct v1.6.0 |
761 | 2023-11-29T19:34:28.496Z | Downloaded paste v1.0.14 |
762 | 2023-11-29T19:34:28.496Z | Downloaded colored v2.0.4 |
763 | 2023-11-29T19:34:28.505Z | Downloaded postcard v0.7.3 |
764 | 2023-11-29T19:34:28.506Z | Downloaded multer v2.1.0 |
765 | 2023-11-29T19:34:28.506Z | Downloaded md5 v0.7.0 |
766 | 2023-11-29T19:34:28.506Z | Downloaded addr2line v0.21.0 |
767 | 2023-11-29T19:34:28.506Z | Downloaded pest_derive v2.7.2 |
768 | 2023-11-29T19:34:28.517Z | Downloaded anstyle v1.0.2 |
769 | 2023-11-29T19:34:28.517Z | Downloaded parking_lot v0.11.2 |
770 | 2023-11-29T19:34:28.529Z | Downloaded fixedbitset v0.4.2 |
771 | 2023-11-29T19:34:28.529Z | Downloaded cancel-safe-futures v0.1.5 |
772 | 2023-11-29T19:34:28.533Z | Downloaded foreign-types-shared v0.1.1 |
773 | 2023-11-29T19:34:28.533Z | Downloaded argon2 v0.5.2 |
774 | 2023-11-29T19:34:28.533Z | Downloaded usdt-macro v0.3.5 |
775 | 2023-11-29T19:34:28.537Z | Downloaded ff v0.13.0 |
776 | 2023-11-29T19:34:28.542Z | Downloaded blake2 v0.10.6 |
777 | 2023-11-29T19:34:28.546Z | Downloaded bitflags v2.4.0 |
778 | 2023-11-29T19:34:28.552Z | Downloaded equivalent v1.0.1 |
779 | 2023-11-29T19:34:28.557Z | Downloaded password-hash v0.4.2 |
780 | 2023-11-29T19:34:28.560Z | Downloaded strum v0.25.0 |
781 | 2023-11-29T19:34:28.564Z | Downloaded num-traits v0.2.16 |
782 | 2023-11-29T19:34:28.568Z | Downloaded rcgen v0.11.3 |
783 | 2023-11-29T19:34:28.575Z | Downloaded strsim v0.10.0 |
784 | 2023-11-29T19:34:28.579Z | Downloaded want v0.3.1 |
785 | 2023-11-29T19:34:28.584Z | Downloaded utf-8 v0.7.6 |
786 | 2023-11-29T19:34:28.589Z | Downloaded usdt-attr-macro v0.3.5 |
787 | 2023-11-29T19:34:28.589Z | Downloaded spki v0.7.2 |
788 | 2023-11-29T19:34:28.593Z | Downloaded filetime v0.2.22 |
789 | 2023-11-29T19:34:28.598Z | Downloaded diesel_derives v2.1.2 |
790 | 2023-11-29T19:34:28.604Z | Downloaded sha1 v0.10.6 |
791 | 2023-11-29T19:34:28.610Z | Downloaded match_cfg v0.1.0 |
792 | 2023-11-29T19:34:28.611Z | Downloaded managed v0.8.0 |
793 | 2023-11-29T19:34:28.615Z | Downloaded hex-literal v0.4.1 |
794 | 2023-11-29T19:34:28.615Z | Downloaded backtrace v0.3.69 |
795 | 2023-11-29T19:34:28.655Z | Downloaded instant v0.1.12 |
796 | 2023-11-29T19:34:28.660Z | Downloaded hubpack v0.1.2 |
797 | 2023-11-29T19:34:28.665Z | Downloaded walkdir v2.4.0 |
798 | 2023-11-29T19:34:28.665Z | Downloaded vec_map v0.8.2 |
799 | 2023-11-29T19:34:28.665Z | Downloaded tokio-native-tls v0.3.1 |
800 | 2023-11-29T19:34:28.665Z | Downloaded russh-cryptovec v0.7.0 |
801 | 2023-11-29T19:34:28.665Z | Downloaded signal-hook-registry v1.4.1 |
802 | 2023-11-29T19:34:28.665Z | Downloaded signal-hook-mio v0.2.3 |
803 | 2023-11-29T19:34:28.665Z | Downloaded structmeta v0.2.0 |
804 | 2023-11-29T19:34:28.665Z | Downloaded same-file v1.0.6 |
805 | 2023-11-29T19:34:28.665Z | Downloaded usdt-impl v0.3.5 |
806 | 2023-11-29T19:34:28.665Z | Downloaded slog-dtrace v0.2.3 |
807 | 2023-11-29T19:34:28.671Z | Downloaded slab v0.4.9 |
808 | 2023-11-29T19:34:28.671Z | Downloaded serde_urlencoded v0.7.1 |
809 | 2023-11-29T19:34:28.671Z | Downloaded zone_cfg_derive v0.3.0 |
810 | 2023-11-29T19:34:28.675Z | Downloaded slog-bunyan v2.4.0 |
811 | 2023-11-29T19:34:28.675Z | Downloaded half v1.8.2 |
812 | 2023-11-29T19:34:28.683Z | Downloaded time-core v0.1.1 |
813 | 2023-11-29T19:34:28.694Z | Downloaded macaddr v1.0.1 |
814 | 2023-11-29T19:34:28.694Z | Downloaded thiserror-impl v1.0.49 |
815 | 2023-11-29T19:34:28.694Z | Downloaded thiserror-impl-no-std v2.0.2 |
816 | 2023-11-29T19:34:28.706Z | Downloaded foreign-types-shared v0.3.1 |
817 | 2023-11-29T19:34:28.706Z | Downloaded hex v0.4.3 |
818 | 2023-11-29T19:34:28.706Z | Downloaded sha2 v0.10.8 |
819 | 2023-11-29T19:34:28.717Z | Downloaded slog-envlogger v2.2.0 |
820 | 2023-11-29T19:34:28.717Z | Downloaded http-range v0.1.5 |
821 | 2023-11-29T19:34:28.717Z | Downloaded secrecy v0.8.0 |
822 | 2023-11-29T19:34:28.717Z | Downloaded strum_macros v0.25.2 |
823 | 2023-11-29T19:34:28.718Z | Downloaded thiserror-no-std v2.0.2 |
824 | 2023-11-29T19:34:28.726Z | Downloaded try-lock v0.2.4 |
825 | 2023-11-29T19:34:28.726Z | Downloaded schemars_derive v0.8.13 |
826 | 2023-11-29T19:34:28.732Z | Downloaded httpdate v1.0.3 |
827 | 2023-11-29T19:34:28.732Z | Downloaded form_urlencoded v1.2.0 |
828 | 2023-11-29T19:34:28.732Z | Downloaded whoami v1.4.1 |
829 | 2023-11-29T19:34:28.750Z | Downloaded term v0.7.0 |
830 | 2023-11-29T19:34:28.772Z | Downloaded textwrap v0.11.0 |
831 | 2023-11-29T19:34:28.772Z | Downloaded libefi-sys v0.1.0 |
832 | 2023-11-29T19:34:28.772Z | Downloaded scheduled-thread-pool v0.2.7 |
833 | 2023-11-29T19:34:28.772Z | Downloaded subtle v2.5.0 |
834 | 2023-11-29T19:34:28.772Z | Downloaded typenum v1.16.0 |
835 | 2023-11-29T19:34:28.772Z | Downloaded hostname v0.3.1 |
836 | 2023-11-29T19:34:28.773Z | Downloaded universal-hash v0.5.1 |
837 | 2023-11-29T19:34:28.773Z | Downloaded zerocopy v0.3.0 |
838 | 2023-11-29T19:34:28.773Z | Downloaded thread_local v1.1.7 |
839 | 2023-11-29T19:34:28.780Z | Downloaded tokio-tungstenite v0.20.1 |
840 | 2023-11-29T19:34:28.780Z | Downloaded thread-id v4.2.0 |
841 | 2023-11-29T19:34:28.780Z | Downloaded time-macros v0.2.13 |
842 | 2023-11-29T19:34:28.780Z | Downloaded siphasher v0.3.11 |
843 | 2023-11-29T19:34:28.780Z | Downloaded socket2 v0.4.9 |
844 | 2023-11-29T19:34:28.785Z | Downloaded spin v0.9.8 |
845 | 2023-11-29T19:34:28.795Z | Downloaded russh-keys v0.38.0 |
846 | 2023-11-29T19:34:28.795Z | Downloaded signal-hook v0.3.17 |
847 | 2023-11-29T19:34:28.823Z | Downloaded httparse v1.8.0 |
848 | 2023-11-29T19:34:28.823Z | Downloaded hyper-rustls v0.24.2 |
849 | 2023-11-29T19:34:28.823Z | Downloaded tinyvec v1.6.0 |
850 | 2023-11-29T19:34:28.823Z | Downloaded structopt v0.3.26 |
851 | 2023-11-29T19:34:28.850Z | Downloaded sct v0.7.0 |
852 | 2023-11-29T19:34:28.850Z | Downloaded unicode-ident v1.0.12 |
853 | 2023-11-29T19:34:28.855Z | Downloaded hmac v0.12.1 |
854 | 2023-11-29T19:34:28.855Z | Downloaded hashbrown v0.14.2 |
855 | 2023-11-29T19:34:28.871Z | Downloaded serde_yaml v0.9.25 |
856 | 2023-11-29T19:34:28.871Z | Downloaded schemars v0.8.13 |
857 | 2023-11-29T19:34:28.893Z | Downloaded tokio-rustls v0.24.1 |
858 | 2023-11-29T19:34:28.923Z | Downloaded ryu v1.0.15 |
859 | 2023-11-29T19:34:28.924Z | Downloaded tungstenite v0.20.1 |
860 | 2023-11-29T19:34:28.924Z | Downloaded libm v0.2.7 |
861 | 2023-11-29T19:34:28.949Z | Downloaded http v0.2.11 |
862 | 2023-11-29T19:34:28.949Z | Downloaded unsafe-libyaml v0.2.9 |
863 | 2023-11-29T19:34:28.949Z | Downloaded russh v0.39.0 |
864 | 2023-11-29T19:34:28.995Z | Downloaded chrono v0.4.31 |
865 | 2023-11-29T19:34:29.016Z | Downloaded tracing v0.1.37 |
866 | 2023-11-29T19:34:29.016Z | Downloaded reqwest v0.11.22 |
867 | 2023-11-29T19:34:29.016Z | Downloaded unicode-segmentation v1.10.1 |
868 | 2023-11-29T19:34:29.016Z | Downloaded serde_json v1.0.108 |
869 | 2023-11-29T19:34:29.029Z | Downloaded syn v1.0.109 |
870 | 2023-11-29T19:34:29.450Z | Downloaded petgraph v0.6.4 |
871 | 2023-11-29T19:34:29.461Z | Downloaded futures-util v0.3.29 |
872 | 2023-11-29T19:34:29.461Z | Downloaded unicode-normalization v0.1.22 |
873 | 2023-11-29T19:34:29.461Z | Downloaded itertools v0.12.0 |
874 | 2023-11-29T19:34:29.461Z | Downloaded hkdf v0.12.3 |
875 | 2023-11-29T19:34:29.461Z | Downloaded h2 v0.3.21 |
876 | 2023-11-29T19:34:29.462Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
877 | 2023-11-29T19:34:29.462Z | Downloaded regex v1.10.2 |
878 | 2023-11-29T19:34:29.462Z | Downloaded rustls-webpki v0.101.7 |
879 | 2023-11-29T19:34:29.462Z | Downloaded libc v0.2.150 |
880 | 2023-11-29T19:34:29.462Z | Downloaded syn v2.0.32 |
881 | 2023-11-29T19:34:29.462Z | Downloaded smoltcp v0.8.2 |
882 | 2023-11-29T19:34:29.462Z | Downloaded webpki-roots v0.25.2 |
883 | 2023-11-29T19:34:29.462Z | Downloaded radix_trie v0.2.1 |
884 | 2023-11-29T19:34:29.462Z | Downloaded vcpkg v0.2.15 |
885 | 2023-11-29T19:34:29.462Z | Downloaded idna v0.4.0 |
886 | 2023-11-29T19:34:29.462Z | Downloaded idna v0.2.3 |
887 | 2023-11-29T19:34:29.462Z | Downloaded rustls v0.21.9 |
888 | 2023-11-29T19:34:29.462Z | Downloaded openapiv3 v2.0.0-rc.1 |
889 | 2023-11-29T19:34:29.462Z | Downloaded rustix v0.38.25 |
890 | 2023-11-29T19:34:29.476Z | Downloaded rustix v0.37.23 |
891 | 2023-11-29T19:34:29.512Z | Downloaded regex-syntax v0.7.5 |
892 | 2023-11-29T19:34:29.534Z | Downloaded regex-syntax v0.8.2 |
893 | 2023-11-29T19:34:29.544Z | Downloaded smoltcp v0.9.1 |
894 | 2023-11-29T19:34:29.563Z | Downloaded regress v0.7.1 |
895 | 2023-11-29T19:34:29.576Z | Downloaded sled v0.34.7 |
896 | 2023-11-29T19:34:29.601Z | Downloaded zerocopy-derive v0.2.0 |
897 | 2023-11-29T19:34:29.612Z | Downloaded regex-automata v0.4.3 |
898 | 2023-11-29T19:34:29.644Z | Downloaded regex-automata v0.3.8 |
899 | 2023-11-29T19:34:29.676Z | Downloaded zerocopy-derive v0.6.4 |
900 | 2023-11-29T19:34:29.696Z | Downloaded diesel v2.1.4 |
901 | 2023-11-29T19:34:29.729Z | Downloaded winapi v0.3.9 |
902 | 2023-11-29T19:34:29.802Z | Downloaded sha3 v0.10.8 |
903 | 2023-11-29T19:34:29.813Z | Downloaded tokio v1.34.0 |
904 | 2023-11-29T19:34:29.886Z | Downloaded bstr v1.6.0 |
905 | 2023-11-29T19:34:29.897Z | Downloaded gimli v0.28.0 |
906 | 2023-11-29T19:34:29.912Z | Downloaded bstr v0.2.17 |
907 | 2023-11-29T19:34:29.930Z | Downloaded trust-dns-proto v0.22.0 |
908 | 2023-11-29T19:34:29.951Z | Downloaded curve25519-dalek v4.1.0 |
909 | 2023-11-29T19:34:30.392Z | Downloaded encoding_rs v0.8.33 |
910 | 2023-11-29T19:34:30.393Z | Downloaded ed25519-dalek v2.0.0 |
911 | 2023-11-29T19:34:30.394Z | Downloaded hyper v0.14.27 |
912 | 2023-11-29T19:34:30.394Z | Downloaded memchr v2.6.3 |
913 | 2023-11-29T19:34:30.394Z | Downloaded winnow v0.5.15 |
914 | 2023-11-29T19:34:30.394Z | Downloaded openssl v0.10.57 |
915 | 2023-11-29T19:34:30.394Z | Downloaded toml_edit v0.19.15 |
916 | 2023-11-29T19:34:30.394Z | Downloaded tracing-core v0.1.31 |
917 | 2023-11-29T19:34:30.394Z | Downloaded tokio-util v0.7.10 |
918 | 2023-11-29T19:34:30.394Z | Downloaded indexmap v2.1.0 |
919 | 2023-11-29T19:34:30.394Z | Downloaded zip v0.6.6 |
920 | 2023-11-29T19:34:30.394Z | Downloaded itertools v0.10.5 |
921 | 2023-11-29T19:34:30.394Z | Downloaded time v0.3.27 |
922 | 2023-11-29T19:34:30.396Z | Downloaded itertools v0.11.0 |
923 | 2023-11-29T19:34:30.396Z | Downloaded object v0.32.1 |
924 | 2023-11-29T19:34:30.396Z | Downloaded clap v2.34.0 |
925 | 2023-11-29T19:34:30.396Z | Downloaded regex-automata v0.1.10 |
926 | 2023-11-29T19:34:30.396Z | Downloaded rand v0.7.3 |
927 | 2023-11-29T19:34:30.396Z | Downloaded clap_builder v4.4.2 |
928 | 2023-11-29T19:34:30.396Z | Downloaded serde_with v2.3.3 |
929 | 2023-11-29T19:34:30.396Z | Downloaded aho-corasick v1.0.4 |
930 | 2023-11-29T19:34:30.396Z | Downloaded hashbrown v0.13.2 |
931 | 2023-11-29T19:34:30.396Z | Downloaded hashbrown v0.12.3 |
932 | 2023-11-29T19:34:30.396Z | Downloaded futures v0.3.29 |
933 | 2023-11-29T19:34:30.397Z | Downloaded crossterm v0.27.0 |
934 | 2023-11-29T19:34:30.397Z | Downloaded similar v2.2.1 |
935 | 2023-11-29T19:34:30.397Z | Downloaded zerocopy v0.6.4 |
936 | 2023-11-29T19:34:30.397Z | Downloaded toml_edit v0.21.0 |
937 | 2023-11-29T19:34:30.397Z | Downloaded tokio-postgres v0.7.10 |
938 | 2023-11-29T19:34:30.397Z | Downloaded unicode-bidi v0.3.13 |
939 | 2023-11-29T19:34:30.397Z | Downloaded serde v1.0.192 |
940 | 2023-11-29T19:34:30.397Z | Downloaded ipnet v2.8.0 |
941 | 2023-11-29T19:34:30.397Z | Downloaded crossbeam-channel v0.5.8 |
942 | 2023-11-29T19:34:30.397Z | Downloaded trust-dns-server v0.22.1 |
943 | 2023-11-29T19:34:30.397Z | Downloaded aes v0.8.3 |
944 | 2023-11-29T19:34:30.397Z | Downloaded heapless v0.7.16 |
945 | 2023-11-29T19:34:30.397Z | Downloaded headers v0.3.9 |
946 | 2023-11-29T19:34:31.254Z | Downloaded ring v0.17.5 |
947 | 2023-11-29T19:34:31.254Z | Downloaded lalrpop-util v0.19.12 |
948 | 2023-11-29T19:34:31.254Z | Downloaded smallvec v1.11.0 |
949 | 2023-11-29T19:34:31.254Z | Downloaded tracing-attributes v0.1.26 |
950 | 2023-11-29T19:34:31.254Z | Downloaded thiserror v1.0.49 |
951 | 2023-11-29T19:34:31.254Z | Downloaded trust-dns-client v0.22.0 |
952 | 2023-11-29T19:34:31.254Z | Downloaded rustc-demangle v0.1.23 |
953 | 2023-11-29T19:34:31.255Z | Downloaded slog-stdlog v4.1.1 |
954 | 2023-11-29T19:34:31.255Z | Downloaded home v0.5.5 |
955 | 2023-11-29T19:34:31.255Z | Downloaded lazy_static v1.4.0 |
956 | 2023-11-29T19:34:31.255Z | Downloaded kstat-rs v0.2.3 |
957 | 2023-11-29T19:34:31.255Z | Downloaded io-lifetimes v1.0.11 |
958 | 2023-11-29T19:34:31.255Z | Downloaded subprocess v0.2.9 |
959 | 2023-11-29T19:34:31.255Z | Downloaded ring v0.16.20 |
960 | 2023-11-29T19:34:31.255Z | Downloaded scopeguard v1.2.0 |
961 | 2023-11-29T19:34:31.255Z | Downloaded untrusted v0.7.1 |
962 | 2023-11-29T19:34:31.255Z | Downloaded linked-hash-map v0.5.6 |
963 | 2023-11-29T19:34:31.255Z | Downloaded socket2 v0.5.5 |
964 | 2023-11-29T19:34:31.255Z | Downloaded indexmap v1.9.3 |
965 | 2023-11-29T19:34:31.255Z | Downloaded slog-term v2.9.0 |
966 | 2023-11-29T19:34:31.255Z | Downloaded stringprep v0.1.3 |
967 | 2023-11-29T19:34:31.255Z | Downloaded rustversion v1.0.14 |
968 | 2023-11-29T19:34:31.255Z | Downloaded keccak v0.1.4 |
969 | 2023-11-29T19:34:31.256Z | Downloaded http-body v0.4.5 |
970 | 2023-11-29T19:34:31.256Z | Downloaded inout v0.1.3 |
971 | 2023-11-29T19:34:31.256Z | Downloaded zone v0.3.0 |
972 | 2023-11-29T19:34:31.256Z | Downloaded structopt-derive v0.4.18 |
973 | 2023-11-29T19:34:31.256Z | Downloaded itoa v1.0.9 |
974 | 2023-11-29T19:34:31.256Z | Downloaded is-terminal v0.4.9 |
975 | 2023-11-29T19:34:31.256Z | Downloaded ipnetwork v0.20.0 |
976 | 2023-11-29T19:34:31.256Z | Downloaded version_check v0.9.4 |
977 | 2023-11-29T19:34:31.256Z | Downloaded aes-gcm v0.10.3 |
978 | 2023-11-29T19:34:31.256Z | Downloaded toml v0.8.8 |
979 | 2023-11-29T19:34:31.256Z | Downloaded snafu v0.7.5 |
980 | 2023-11-29T19:34:31.256Z | Downloaded vsss-rs v3.3.1 |
981 | 2023-11-29T19:34:31.256Z | Downloaded url v2.4.1 |
982 | 2023-11-29T19:34:31.264Z | Downloaded der v0.7.8 |
983 | 2023-11-29T19:34:31.264Z | Downloaded signature v2.1.0 |
984 | 2023-11-29T19:34:31.264Z | Downloaded serde_derive v1.0.192 |
985 | 2023-11-29T19:34:31.264Z | Downloaded hyper-staticfile v0.9.5 |
986 | 2023-11-29T19:34:31.264Z | Downloaded heck v0.4.1 |
987 | 2023-11-29T19:34:31.264Z | Downloaded string_cache v0.8.7 |
988 | 2023-11-29T19:34:31.282Z | Downloaded rustls-native-certs v0.6.3 |
989 | 2023-11-29T19:34:31.282Z | Downloaded yasna v0.5.2 |
990 | 2023-11-29T19:34:31.282Z | Downloaded flate2 v1.0.28 |
991 | 2023-11-29T19:34:31.282Z | Downloaded trust-dns-resolver v0.22.0 |
992 | 2023-11-29T19:34:31.282Z | Downloaded heck v0.3.3 |
993 | 2023-11-29T19:34:31.282Z | Downloaded either v1.9.0 |
994 | 2023-11-29T19:34:31.282Z | Downloaded terminal_size v0.2.6 |
995 | 2023-11-29T19:34:31.282Z | Downloaded slog-scope v4.4.0 |
996 | 2023-11-29T19:34:31.282Z | Downloaded pest v2.7.2 |
997 | 2023-11-29T19:34:31.282Z | Downloaded lru-cache v0.1.2 |
998 | 2023-11-29T19:34:31.282Z | Downloaded semver v1.0.20 |
999 | 2023-11-29T19:34:31.282Z | Downloaded slog v2.7.0 |
1000 | 2023-11-29T19:34:31.282Z | Downloaded elliptic-curve v0.13.5 |
1001 | 2023-11-29T19:34:31.282Z | Downloaded rand v0.8.5 |
1002 | 2023-11-29T19:34:31.282Z | Downloaded serde_with_macros v2.3.3 |
1003 | 2023-11-29T19:34:31.282Z | Downloaded untrusted v0.9.0 |
1004 | 2023-11-29T19:34:31.282Z | Downloaded base64 v0.21.5 |
1005 | 2023-11-29T19:34:31.282Z | Downloaded tar v0.4.40 |
1006 | 2023-11-29T19:34:31.282Z | Downloaded getrandom v0.2.10 |
1007 | 2023-11-29T19:34:31.282Z | Downloaded pin-project v1.1.3 |
1008 | 2023-11-29T19:34:31.282Z | Downloaded rustls-pemfile v1.0.3 |
1009 | 2023-11-29T19:34:31.282Z | Downloaded iana-time-zone v0.1.57 |
1010 | 2023-11-29T19:34:31.282Z | Downloaded log v0.4.20 |
1011 | 2023-11-29T19:34:31.282Z | Downloaded getopts v0.2.21 |
1012 | 2023-11-29T19:34:31.282Z | Downloaded semver v0.11.0 |
1013 | 2023-11-29T19:34:31.282Z | Downloaded lock_api v0.4.10 |
1014 | 2023-11-29T19:34:31.282Z | Downloaded spin v0.5.2 |
1015 | 2023-11-29T19:34:31.282Z | Downloaded ed25519 v2.2.2 |
1016 | 2023-11-29T19:34:31.282Z | Downloaded rustc_version v0.4.0 |
1017 | 2023-11-29T19:34:31.282Z | Downloaded slog-json v2.6.1 |
1018 | 2023-11-29T19:34:31.282Z | Downloaded chacha20poly1305 v0.10.1 |
1019 | 2023-11-29T19:34:31.282Z | Downloaded darling_core v0.20.3 |
1020 | 2023-11-29T19:34:31.282Z | Downloaded bytes v1.5.0 |
1021 | 2023-11-29T19:34:31.282Z | Downloaded uuid v1.6.1 |
1022 | 2023-11-29T19:34:31.282Z | Downloaded utf8parse v0.2.1 |
1023 | 2023-11-29T19:34:31.282Z | Downloaded toml v0.5.11 |
1024 | 2023-11-29T19:34:31.282Z | Downloaded hyper-tls v0.5.0 |
1025 | 2023-11-29T19:34:31.282Z | Downloaded toml_datetime v0.6.5 |
1026 | 2023-11-29T19:34:31.282Z | Downloaded getrandom v0.1.16 |
1027 | 2023-11-29T19:34:31.282Z | Downloaded futures-channel v0.3.29 |
1028 | 2023-11-29T19:34:31.282Z | Downloaded ucd-trie v0.1.6 |
1029 | 2023-11-29T19:34:31.283Z | Downloaded toml v0.7.8 |
1030 | 2023-11-29T19:34:31.283Z | Downloaded openssl-sys v0.9.93 |
1031 | 2023-11-29T19:34:31.283Z | Downloaded errno v0.3.2 |
1032 | 2023-11-29T19:34:31.283Z | Downloaded enum-as-inner v0.5.1 |
1033 | 2023-11-29T19:34:31.283Z | Downloaded hubpack_derive v0.1.1 |
1034 | 2023-11-29T19:34:31.283Z | Downloaded tinyvec_macros v0.1.1 |
1035 | 2023-11-29T19:34:31.283Z | Downloaded static_assertions v1.1.0 |
1036 | 2023-11-29T19:34:31.283Z | Downloaded serde_tokenstream v0.2.0 |
1037 | 2023-11-29T19:34:31.283Z | Downloaded serde_spanned v0.6.4 |
1038 | 2023-11-29T19:34:31.285Z | Downloaded serde_repr v0.1.16 |
1039 | 2023-11-29T19:34:31.285Z | Downloaded stable_deref_trait v1.2.0 |
1040 | 2023-11-29T19:34:31.285Z | Downloaded serde_tokenstream v0.1.7 |
1041 | 2023-11-29T19:34:31.285Z | Downloaded tempfile v3.8.1 |
1042 | 2023-11-29T19:34:31.285Z | Downloaded synstructure v0.12.6 |
1043 | 2023-11-29T19:34:31.285Z | Downloaded snafu-derive v0.7.5 |
1044 | 2023-11-29T19:34:31.285Z | Downloaded serde_derive_internals v0.26.0 |
1045 | 2023-11-29T19:34:31.285Z | Downloaded proc-macro2 v1.0.69 |
1046 | 2023-11-29T19:34:31.302Z | Downloaded strsim v0.8.0 |
1047 | 2023-11-29T19:34:31.302Z | Downloaded semver-parser v0.10.2 |
1048 | 2023-11-29T19:34:31.302Z | Downloaded parking_lot v0.12.1 |
1049 | 2023-11-29T19:34:31.303Z | Downloaded crc32fast v1.3.2 |
1050 | 2023-11-29T19:34:31.303Z | Downloaded headers-core v0.2.0 |
1051 | 2023-11-29T19:34:31.303Z | Downloaded structmeta-derive v0.2.0 |
1052 | 2023-11-29T19:34:31.303Z | Downloaded serde_path_to_error v0.1.14 |
1053 | 2023-11-29T19:34:31.303Z | Downloaded float-cmp v0.9.0 |
1054 | 2023-11-29T19:34:31.303Z | Downloaded smf v0.2.2 |
1055 | 2023-11-29T19:34:31.303Z | Downloaded hash32 v0.2.1 |
1056 | 2023-11-29T19:34:31.303Z | Downloaded group v0.13.0 |
1057 | 2023-11-29T19:34:31.303Z | Downloaded glob v0.3.1 |
1058 | 2023-11-29T19:34:31.303Z | Downloaded ghash v0.5.0 |
1059 | 2023-11-29T19:34:31.303Z | Downloaded generic-array v0.14.7 |
1060 | 2023-11-29T19:34:31.303Z | Downloaded futures-io v0.3.29 |
1061 | 2023-11-29T19:34:31.303Z | Downloaded ident_case v1.0.1 |
1062 | 2023-11-29T19:34:31.303Z | Downloaded futures-task v0.3.29 |
1063 | 2023-11-29T19:34:31.303Z | Downloaded futures-macro v0.3.29 |
1064 | 2023-11-29T19:34:31.303Z | Downloaded futures-executor v0.3.29 |
1065 | 2023-11-29T19:34:31.303Z | Downloaded futures-core v0.3.29 |
1066 | 2023-11-29T19:34:31.304Z | Downloaded r2d2 v0.8.10 |
1067 | 2023-11-29T19:34:31.304Z | Downloaded const-oid v0.9.5 |
1068 | 2023-11-29T19:34:31.304Z | Downloaded arc-swap v1.6.0 |
1069 | 2023-11-29T19:34:31.304Z | Downloaded fxhash v0.2.1 |
1070 | 2023-11-29T19:34:31.304Z | Downloaded fnv v1.0.7 |
1071 | 2023-11-29T19:34:31.304Z | Downloaded base64 v0.13.1 |
1072 | 2023-11-29T19:34:31.304Z | Downloaded xattr v1.0.1 |
1073 | 2023-11-29T19:34:31.304Z | Downloaded tokio-stream v0.1.14 |
1074 | 2023-11-29T19:34:31.305Z | Downloaded postgres-protocol v0.6.6 |
1075 | 2023-11-29T19:34:31.305Z | Downloaded pkcs8 v0.10.2 |
1076 | 2023-11-29T19:34:31.305Z | Downloaded rustfmt-wrapper v0.2.0 |
1077 | 2023-11-29T19:34:31.305Z | Downloaded zeroize_derive v1.4.2 |
1078 | 2023-11-29T19:34:31.305Z | Downloaded mime_guess v2.0.4 |
1079 | 2023-11-29T19:34:31.305Z | Downloaded block-padding v0.3.3 |
1080 | 2023-11-29T19:34:31.305Z | Downloaded slog-async v2.8.0 |
1081 | 2023-11-29T19:34:31.307Z | Downloaded md-5 v0.10.5 |
1082 | 2023-11-29T19:34:31.307Z | Downloaded fastrand v2.0.0 |
1083 | 2023-11-29T19:34:31.307Z | Downloaded fallible-iterator v0.2.0 |
1084 | 2023-11-29T19:34:31.307Z | Downloaded parking_lot_core v0.8.6 |
1085 | 2023-11-29T19:34:31.307Z | Downloaded omicron-zone-package v0.9.1 |
1086 | 2023-11-29T19:34:31.307Z | Downloaded native-tls v0.2.11 |
1087 | 2023-11-29T19:34:31.307Z | Downloaded endian-type v0.1.2 |
1088 | 2023-11-29T19:34:31.307Z | Downloaded num-complex v0.4.4 |
1089 | 2023-11-29T19:34:31.307Z | Downloaded camino-tempfile v1.1.1 |
1090 | 2023-11-29T19:34:31.307Z | Downloaded bzip2 v0.4.4 |
1091 | 2023-11-29T19:34:31.307Z | Downloaded unicode-xid v0.2.4 |
1092 | 2023-11-29T19:34:31.307Z | Downloaded unicode-width v0.1.11 |
1093 | 2023-11-29T19:34:31.307Z | Downloaded darling v0.20.3 |
1094 | 2023-11-29T19:34:31.307Z | Downloaded foreign-types v0.5.0 |
1095 | 2023-11-29T19:34:31.307Z | Downloaded zeroize v1.7.0 |
1096 | 2023-11-29T19:34:31.307Z | Downloaded usdt v0.3.5 |
1097 | 2023-11-29T19:34:31.307Z | Downloaded tokio-macros v2.2.0 |
1098 | 2023-11-29T19:34:31.307Z | Downloaded postcard-cobs v0.1.5-pre |
1099 | 2023-11-29T19:34:31.307Z | Downloaded camino v1.1.6 |
1100 | 2023-11-29T19:34:31.307Z | Downloaded ahash v0.8.3 |
1101 | 2023-11-29T19:34:31.307Z | Downloaded take_mut v0.2.2 |
1102 | 2023-11-29T19:34:31.307Z | Downloaded futures-sink v0.3.29 |
1103 | 2023-11-29T19:34:31.307Z | Downloaded crossbeam-utils v0.8.16 |
1104 | 2023-11-29T19:34:31.307Z | Downloaded crossbeam-epoch v0.9.15 |
1105 | 2023-11-29T19:34:31.307Z | Downloaded unicase v2.7.0 |
1106 | 2023-11-29T19:34:31.307Z | Downloaded waitgroup v0.1.2 |
1107 | 2023-11-29T19:34:31.307Z | Downloaded pkg-config v0.3.27 |
1108 | 2023-11-29T19:34:31.307Z | Downloaded foreign-types v0.3.2 |
1109 | 2023-11-29T19:34:31.307Z | Downloaded backoff v0.4.0 |
1110 | 2023-11-29T19:34:31.307Z | Downloaded matches v0.1.10 |
1111 | 2023-11-29T19:34:31.307Z | Downloaded foreign-types-macros v0.2.3 |
1112 | 2023-11-29T19:34:31.307Z | Downloaded platforms v3.0.2 |
1113 | 2023-11-29T19:34:31.307Z | Downloaded data-encoding v2.4.0 |
1114 | 2023-11-29T19:34:31.307Z | Downloaded mime v0.3.17 |
1115 | 2023-11-29T19:34:31.307Z | Downloaded chacha20 v0.9.1 |
1116 | 2023-11-29T19:34:31.308Z | Downloaded toolchain_find v0.2.0 |
1117 | 2023-11-29T19:34:31.308Z | Downloaded resolv-conf v0.7.0 |
1118 | 2023-11-29T19:34:31.338Z | Downloaded rand_core v0.6.4 |
1119 | 2023-11-29T19:34:31.338Z | Downloaded rand_chacha v0.3.1 |
1120 | 2023-11-29T19:34:31.338Z | Downloaded rand_chacha v0.2.2 |
1121 | 2023-11-29T19:34:31.338Z | Downloaded crypto-common v0.1.6 |
1122 | 2023-11-29T19:34:31.338Z | Downloaded num_enum v0.5.11 |
1123 | 2023-11-29T19:34:31.338Z | Downloaded digest v0.10.7 |
1124 | 2023-11-29T19:34:31.338Z | Downloaded deranged v0.3.8 |
1125 | 2023-11-29T19:34:31.338Z | Downloaded debug-ignore v1.0.5 |
1126 | 2023-11-29T19:34:31.338Z | Downloaded ciborium-ll v0.2.1 |
1127 | 2023-11-29T19:34:31.343Z | Downloaded ciborium-io v0.2.1 |
1128 | 2023-11-29T19:34:31.343Z | Downloaded block-buffer v0.10.4 |
1129 | 2023-11-29T19:34:31.344Z | Downloaded bit-vec v0.6.3 |
1130 | 2023-11-29T19:34:31.344Z | Downloaded base16ct v0.2.0 |
1131 | 2023-11-29T19:34:31.344Z | Downloaded dirs-next v2.0.0 |
1132 | 2023-11-29T19:34:31.344Z | Downloaded tower-service v0.3.2 |
1133 | 2023-11-29T19:34:31.344Z | Downloaded pretty-hex v0.2.1 |
1134 | 2023-11-29T19:34:31.344Z | Downloaded parse-display v0.8.2 |
1135 | 2023-11-29T19:34:31.344Z | Downloaded option-ext v0.2.0 |
1136 | 2023-11-29T19:34:31.349Z | Downloaded proc-macro-crate v1.3.1 |
1137 | 2023-11-29T19:34:31.358Z | Downloaded predicates v3.0.4 |
1138 | 2023-11-29T19:34:31.363Z | Downloaded postgres-types v0.2.6 |
1139 | 2023-11-29T19:34:31.363Z | Downloaded pem v3.0.2 |
1140 | 2023-11-29T19:34:31.363Z | Downloaded num-bigint v0.4.4 |
1141 | 2023-11-29T19:34:31.371Z | Downloaded rand_core v0.5.1 |
1142 | 2023-11-29T19:34:31.375Z | Downloaded pest_generator v2.7.2 |
1143 | 2023-11-29T19:34:31.375Z | Downloaded bit-set v0.5.3 |
1144 | 2023-11-29T19:34:31.375Z | Downloaded async-trait v0.1.74 |
1145 | 2023-11-29T19:34:31.378Z | Downloaded normalize-line-endings v0.3.0 |
1146 | 2023-11-29T19:34:31.381Z | Downloaded memoffset v0.9.0 |
1147 | 2023-11-29T19:34:31.381Z | Downloaded cfg-if v1.0.0 |
1148 | 2023-11-29T19:34:31.384Z | Downloaded byteorder v1.5.0 |
1149 | 2023-11-29T19:34:31.387Z | Downloaded bcrypt-pbkdf v0.10.0 |
1150 | 2023-11-29T19:34:31.387Z | Downloaded cfg-if v0.1.10 |
1151 | 2023-11-29T19:34:31.390Z | Downloaded atomic-waker v1.1.1 |
1152 | 2023-11-29T19:34:31.390Z | Downloaded nibble_vec v0.1.0 |
1153 | 2023-11-29T19:34:31.394Z | Downloaded pin-utils v0.1.0 |
1154 | 2023-11-29T19:34:31.397Z | Downloaded pest_meta v2.7.2 |
1155 | 2023-11-29T19:34:31.400Z | Downloaded cstr-argument v0.1.2 |
1156 | 2023-11-29T19:34:31.400Z | Downloaded blowfish v0.9.1 |
1157 | 2023-11-29T19:34:31.404Z | Downloaded bitflags v1.3.2 |
1158 | 2023-11-29T19:34:31.408Z | Downloaded darling_macro v0.20.3 |
1159 | 2023-11-29T19:34:31.408Z | Downloaded pin-project-internal v1.1.3 |
1160 | 2023-11-29T19:34:31.411Z | Downloaded password-hash v0.5.0 |
1161 | 2023-11-29T19:34:31.414Z | Downloaded dof v0.1.5 |
1162 | 2023-11-29T19:34:31.417Z | Downloaded dirs v5.0.1 |
1163 | 2023-11-29T19:34:31.417Z | Downloaded crucible-workspace-hack v0.1.0 |
1164 | 2023-11-29T19:34:31.417Z | Downloaded ppv-lite86 v0.2.17 |
1165 | 2023-11-29T19:34:31.421Z | Downloaded percent-encoding v2.3.0 |
1166 | 2023-11-29T19:34:31.425Z | Downloaded anstyle-query v1.0.0 |
1167 | 2023-11-29T19:34:31.425Z | Downloaded anyhow v1.0.75 |
1168 | 2023-11-29T19:34:31.437Z | Downloaded anstyle-parse v0.2.1 |
1169 | 2023-11-29T19:34:31.437Z | Downloaded ansi_term v0.12.1 |
1170 | 2023-11-29T19:34:31.437Z | Downloaded pin-project-lite v0.2.13 |
1171 | 2023-11-29T19:34:31.442Z | Downloaded doc-comment v0.3.3 |
1172 | 2023-11-29T19:34:31.445Z | Downloaded once_cell v1.18.0 |
1173 | 2023-11-29T19:34:31.448Z | Downloaded derive_more v0.99.17 |
1174 | 2023-11-29T19:34:31.457Z | Downloaded aead v0.5.2 |
1175 | 2023-11-29T19:34:31.457Z | Downloaded num_enum_derive v0.5.11 |
1176 | 2023-11-29T19:34:31.460Z | Downloaded dirs-sys v0.4.1 |
1177 | 2023-11-29T19:34:31.464Z | Downloaded clap_lex v0.5.1 |
1178 | 2023-11-29T19:34:31.464Z | Downloaded atty v0.2.14 |
1179 | 2023-11-29T19:34:31.467Z | Downloaded quick-error v1.2.3 |
1180 | 2023-11-29T19:34:31.467Z | Downloaded parking_lot_core v0.9.8 |
1181 | 2023-11-29T19:34:31.499Z | Downloaded difflib v0.4.0 |
1182 | 2023-11-29T19:34:31.503Z | Downloaded dirs-sys-next v0.1.2 |
1183 | 2023-11-29T19:34:31.503Z | Downloaded phf v0.11.2 |
1184 | 2023-11-29T19:34:31.503Z | Downloaded colorchoice v1.0.0 |
1185 | 2023-11-29T19:34:31.503Z | Downloaded atomicwrites v0.4.2 |
1186 | 2023-11-29T19:34:31.504Z | Downloaded quote v1.0.33 |
1187 | 2023-11-29T19:34:31.504Z | Downloaded predicates-core v1.0.6 |
1188 | 2023-11-29T19:34:31.504Z | Downloaded opaque-debug v0.3.0 |
1189 | 2023-11-29T19:34:31.505Z | Downloaded phf_shared v0.11.2 |
1190 | 2023-11-29T19:34:31.505Z | Downloaded cc v1.0.83 |
1191 | 2023-11-29T19:34:31.505Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1192 | 2023-11-29T19:34:31.505Z | Downloaded miniz_oxide v0.7.1 |
1193 | 2023-11-29T19:34:31.505Z | Downloaded clap v4.4.3 |
1194 | 2023-11-29T19:34:31.509Z | Downloaded poly1305 v0.8.0 |
1195 | 2023-11-29T19:34:31.515Z | Downloaded openssl-macros v0.1.1 |
1196 | 2023-11-29T19:34:31.528Z | Downloaded num-derive v0.4.0 |
1197 | 2023-11-29T19:34:31.528Z | Downloaded crypto-bigint v0.5.2 |
1198 | 2023-11-29T19:34:31.537Z | Downloaded clap_derive v4.4.2 |
1199 | 2023-11-29T19:34:31.537Z | Downloaded num_cpus v1.16.0 |
1200 | 2023-11-29T19:34:31.539Z | Downloaded num-rational v0.4.1 |
1201 | 2023-11-29T19:34:31.539Z | Downloaded console v0.15.7 |
1202 | 2023-11-29T19:34:31.543Z | Downloaded ciborium v0.2.1 |
1203 | 2023-11-29T19:34:31.546Z | Downloaded num-iter v0.1.43 |
1204 | 2023-11-29T19:34:31.590Z | Downloaded ctr v0.9.2 |
1205 | 2023-11-29T19:34:31.590Z | Downloaded cpufeatures v0.2.9 |
1206 | 2023-11-29T19:34:31.590Z | Downloaded convert_case v0.4.0 |
1207 | 2023-11-29T19:34:31.590Z | Downloaded cipher v0.4.4 |
1208 | 2023-11-29T19:34:31.590Z | Downloaded num_threads v0.1.6 |
1209 | 2023-11-29T19:34:31.591Z | Downloaded num v0.4.1 |
1210 | 2023-11-29T19:34:31.591Z | Downloaded dyn-clone v1.0.13 |
1211 | 2023-11-29T19:34:31.591Z | Downloaded cbc v0.1.2 |
1212 | 2023-11-29T19:34:31.591Z | Downloaded adler v1.0.2 |
1213 | 2023-11-29T19:34:31.591Z | Downloaded mio v0.8.9 |
1214 | 2023-11-29T19:34:31.956Z | Compiling proc-macro2 v1.0.69 |
1215 | 2023-11-29T19:34:31.957Z | Compiling unicode-ident v1.0.12 |
1216 | 2023-11-29T19:34:31.960Z | Compiling libc v0.2.150 |
1217 | 2023-11-29T19:34:31.960Z | Compiling serde v1.0.192 |
1218 | 2023-11-29T19:34:31.960Z | Compiling autocfg v1.1.0 |
1219 | 2023-11-29T19:34:31.960Z | Compiling version_check v0.9.4 |
1220 | 2023-11-29T19:34:31.980Z | Compiling cfg-if v1.0.0 |
1221 | 2023-11-29T19:34:31.983Z | Compiling syn v1.0.109 |
1222 | 2023-11-29T19:34:32.318Z | Compiling parking_lot_core v0.9.8 |
1223 | 2023-11-29T19:34:32.358Z | Compiling typenum v1.16.0 |
1224 | 2023-11-29T19:34:33.092Z | Compiling libm v0.2.7 |
1225 | 2023-11-29T19:34:33.294Z | Compiling lock_api v0.4.10 |
1226 | 2023-11-29T19:34:34.126Z | Compiling generic-array v0.14.7 |
1227 | 2023-11-29T19:34:34.130Z | Compiling once_cell v1.18.0 |
1228 | 2023-11-29T19:34:34.130Z | Compiling num-traits v0.2.16 |
1229 | 2023-11-29T19:34:34.375Z | Compiling thiserror v1.0.49 |
1230 | 2023-11-29T19:34:34.414Z | Compiling futures-core v0.3.29 |
1231 | 2023-11-29T19:34:34.512Z | Compiling serde_json v1.0.108 |
1232 | 2023-11-29T19:34:34.572Z | Compiling slab v0.4.9 |
1233 | 2023-11-29T19:34:34.748Z | Compiling futures-channel v0.3.29 |
1234 | 2023-11-29T19:34:34.906Z | Compiling futures-task v0.3.29 |
1235 | 2023-11-29T19:34:34.988Z | Compiling memchr v2.6.3 |
1236 | 2023-11-29T19:34:35.012Z | Compiling futures-util v0.3.29 |
1237 | 2023-11-29T19:34:35.155Z | Compiling itoa v1.0.9 |
1238 | 2023-11-29T19:34:35.240Z | Compiling pkg-config v0.3.27 |
1239 | 2023-11-29T19:34:35.626Z | Compiling quote v1.0.33 |
1240 | 2023-11-29T19:34:35.812Z | Compiling scopeguard v1.2.0 |
1241 | 2023-11-29T19:34:41.795Z | Compiling log v0.4.20 |
1242 | 2023-11-29T19:34:41.945Z | Compiling syn v2.0.32 |
1243 | 2023-11-29T19:34:41.945Z | Compiling cc v1.0.83 |
1244 | 2023-11-29T19:34:41.945Z | Compiling getrandom v0.2.10 |
1245 | 2023-11-29T19:34:41.950Z | Compiling rand_core v0.6.4 |
1246 | 2023-11-29T19:34:41.950Z | Compiling heck v0.4.1 |
1247 | 2023-11-29T19:34:41.950Z | Compiling ryu v1.0.15 |
1248 | 2023-11-29T19:34:41.950Z | Compiling smallvec v1.11.0 |
1249 | 2023-11-29T19:34:41.950Z | Compiling schemars v0.8.13 |
1250 | 2023-11-29T19:34:41.950Z | Compiling vcpkg v0.2.15 |
1251 | 2023-11-29T19:34:41.950Z | Compiling httparse v1.8.0 |
1252 | 2023-11-29T19:34:41.950Z | Compiling subtle v2.5.0 |
1253 | 2023-11-29T19:34:41.951Z | Compiling indexmap v1.9.3 |
1254 | 2023-11-29T19:34:41.951Z | Compiling equivalent v1.0.1 |
1255 | 2023-11-29T19:34:41.951Z | Compiling hashbrown v0.14.2 |
1256 | 2023-11-29T19:34:41.951Z | Compiling pin-project-lite v0.2.13 |
1257 | 2023-11-29T19:34:41.951Z | Compiling semver v1.0.20 |
1258 | 2023-11-29T19:34:42.084Z | Compiling ring v0.17.5 |
1259 | 2023-11-29T19:34:42.190Z | Compiling ring v0.16.20 |
1260 | 2023-11-29T19:34:42.962Z | Compiling parking_lot v0.12.1 |
1261 | 2023-11-29T19:34:43.518Z | Compiling openssl-sys v0.9.93 |
1262 | 2023-11-29T19:34:43.969Z | Compiling ahash v0.8.3 |
1263 | 2023-11-29T19:34:44.000Z | Compiling fnv v1.0.7 |
1264 | 2023-11-29T19:34:44.610Z | Compiling openssl v0.10.57 |
1265 | 2023-11-29T19:34:45.218Z | Compiling signal-hook-registry v1.4.1 |
1266 | 2023-11-29T19:34:45.307Z | Compiling rustls v0.21.9 |
1267 | 2023-11-29T19:34:45.633Z | Compiling ucd-trie v0.1.6 |
1268 | 2023-11-29T19:34:45.765Z | Compiling iana-time-zone v0.1.57 |
1269 | 2023-11-29T19:34:46.155Z | Compiling mio v0.8.9 |
1270 | 2023-11-29T19:34:46.459Z | Compiling native-tls v0.2.11 |
1271 | 2023-11-29T19:34:46.938Z | Compiling socket2 v0.5.5 |
1272 | 2023-11-29T19:34:46.986Z | Compiling num_cpus v1.16.0 |
1273 | 2023-11-29T19:34:47.333Z | Compiling spin v0.5.2 |
1274 | 2023-11-29T19:34:47.650Z | Compiling byteorder v1.5.0 |
1275 | 2023-11-29T19:34:48.378Z | Compiling futures-sink v0.3.29 |
1276 | 2023-11-29T19:34:48.427Z | Compiling async-trait v0.1.74 |
1277 | 2023-11-29T19:34:48.461Z | Compiling dyn-clone v1.0.13 |
1278 | 2023-11-29T19:34:49.839Z | Compiling serde_derive_internals v0.26.0 |
1279 | 2023-11-29T19:34:49.862Z | Compiling aho-corasick v1.0.4 |
1280 | 2023-11-29T19:34:49.862Z | Compiling const-oid v0.9.5 |
1281 | 2023-11-29T19:34:49.862Z | Compiling regex-syntax v0.8.2 |
1282 | 2023-11-29T19:34:49.862Z | Compiling tinyvec_macros v0.1.1 |
1283 | 2023-11-29T19:34:49.862Z | Compiling rustix v0.38.25 |
1284 | 2023-11-29T19:34:49.968Z | Compiling tinyvec v1.6.0 |
1285 | 2023-11-29T19:34:51.443Z | Compiling hashbrown v0.13.2 |
1286 | 2023-11-29T19:34:53.105Z | Compiling backtrace v0.3.69 |
1287 | 2023-11-29T19:34:53.176Z | Compiling winnow v0.5.15 |
1288 | 2023-11-29T19:34:53.301Z | Compiling pin-utils v0.1.0 |
1289 | 2023-11-29T19:34:53.442Z | Compiling futures-io v0.3.29 |
1290 | 2023-11-29T19:34:53.757Z | Compiling unicode-normalization v0.1.22 |
1291 | 2023-11-29T19:34:53.890Z | Compiling spin v0.9.8 |
1292 | 2023-11-29T19:34:53.962Z | Compiling tracing-core v0.1.31 |
1293 | 2023-11-29T19:34:54.680Z | Compiling unicode-bidi v0.3.13 |
1294 | 2023-11-29T19:34:55.589Z | Compiling regex-automata v0.4.3 |
1295 | 2023-11-29T19:34:56.723Z | Compiling cpufeatures v0.2.9 |
1296 | 2023-11-29T19:34:56.871Z | Compiling crc32fast v1.3.2 |
1297 | 2023-11-29T19:34:57.263Z | Compiling anyhow v1.0.75 |
1298 | 2023-11-29T19:34:58.495Z | Compiling time-core v0.1.1 |
1299 | 2023-11-29T19:34:58.890Z | Compiling base64 v0.21.5 |
1300 | 2023-11-29T19:34:59.159Z | Compiling time-macros v0.2.13 |
1301 | 2023-11-29T19:35:00.554Z | Compiling serde_derive v1.0.192 |
1302 | 2023-11-29T19:35:00.861Z | Compiling zeroize_derive v1.4.2 |
1303 | 2023-11-29T19:35:00.938Z | Compiling thiserror-impl v1.0.49 |
1304 | 2023-11-29T19:35:01.402Z | Compiling tokio-macros v2.2.0 |
1305 | 2023-11-29T19:35:02.924Z | Compiling futures-macro v0.3.29 |
1306 | 2023-11-29T19:35:03.573Z | Compiling zeroize v1.7.0 |
1307 | 2023-11-29T19:35:04.097Z | Compiling tracing-attributes v0.1.26 |
1308 | 2023-11-29T19:35:04.749Z | Compiling schemars_derive v0.8.13 |
1309 | 2023-11-29T19:35:05.017Z | Compiling openssl-macros v0.1.1 |
1310 | 2023-11-29T19:35:06.601Z | Compiling crypto-common v0.1.6 |
1311 | 2023-11-29T19:35:06.655Z | Compiling pest v2.7.2 |
1312 | 2023-11-29T19:35:06.714Z | Compiling block-buffer v0.10.4 |
1313 | 2023-11-29T19:35:07.150Z | Compiling digest v0.10.7 |
1314 | 2023-11-29T19:35:07.864Z | Compiling regex v1.10.2 |
1315 | 2023-11-29T19:35:10.766Z | Compiling tracing v0.1.37 |
1316 | 2023-11-29T19:35:10.807Z | Compiling num-integer v0.1.45 |
1317 | 2023-11-29T19:35:11.017Z | Compiling percent-encoding v2.3.0 |
1318 | 2023-11-29T19:35:11.114Z | Compiling untrusted v0.9.0 |
1319 | 2023-11-29T19:35:11.239Z | Compiling unicode-xid v0.2.4 |
1320 | 2023-11-29T19:35:11.369Z | Compiling openssl-probe v0.1.5 |
1321 | 2023-11-29T19:35:11.487Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2023-11-29T19:35:11.514Z | Compiling unicode-width v0.1.11 |
1323 | 2023-11-29T19:35:11.543Z | Compiling slog v2.7.0 |
1324 | 2023-11-29T19:35:11.580Z | Compiling untrusted v0.7.1 |
1325 | 2023-11-29T19:35:11.640Z | Compiling hashbrown v0.12.3 |
1326 | 2023-11-29T19:35:11.752Z | Compiling foreign-types v0.3.2 |
1327 | 2023-11-29T19:35:11.884Z | Compiling synstructure v0.12.6 |
1328 | 2023-11-29T19:35:15.257Z | Compiling errno v0.3.2 |
1329 | 2023-11-29T19:35:15.748Z | Compiling ppv-lite86 v0.2.17 |
1330 | 2023-11-29T19:35:17.053Z | Compiling try-lock v0.2.4 |
1331 | 2023-11-29T19:35:17.264Z | Compiling want v0.3.1 |
1332 | 2023-11-29T19:35:17.711Z | Compiling rustls-webpki v0.101.7 |
1333 | 2023-11-29T19:35:18.198Z | Compiling sct v0.7.0 |
1334 | 2023-11-29T19:35:18.364Z | Compiling zerocopy-derive v0.2.0 |
1335 | 2023-11-29T19:35:18.396Z | Compiling form_urlencoded v1.2.0 |
1336 | 2023-11-29T19:35:18.665Z | Compiling pest_meta v2.7.2 |
1337 | 2023-11-29T19:35:19.536Z | Compiling socket2 v0.4.9 |
1338 | 2023-11-29T19:35:20.078Z | Compiling tower-service v0.3.2 |
1339 | 2023-11-29T19:35:20.259Z | Compiling httpdate v1.0.3 |
1340 | 2023-11-29T19:35:20.959Z | Compiling io-lifetimes v1.0.11 |
1341 | 2023-11-29T19:35:20.985Z | Compiling pest_generator v2.7.2 |
1342 | 2023-11-29T19:35:21.769Z | Compiling rustls-pemfile v1.0.3 |
1343 | 2023-11-29T19:35:21.845Z | Compiling idna v0.4.0 |
1344 | 2023-11-29T19:35:22.333Z | Compiling lazy_static v1.4.0 |
1345 | 2023-11-29T19:35:23.201Z | Compiling crossbeam-utils v0.8.16 |
1346 | 2023-11-29T19:35:26.837Z | Compiling adler v1.0.2 |
1347 | 2023-11-29T19:35:26.921Z | Compiling miniz_oxide v0.7.1 |
1348 | 2023-11-29T19:35:26.921Z | Compiling url v2.4.1 |
1349 | 2023-11-29T19:35:26.921Z | Compiling bytes v1.5.0 |
1350 | 2023-11-29T19:35:26.921Z | Compiling indexmap v2.1.0 |
1351 | 2023-11-29T19:35:26.960Z | Compiling chrono v0.4.31 |
1352 | 2023-11-29T19:35:27.145Z | Compiling uuid v1.6.1 |
1353 | 2023-11-29T19:35:27.172Z | Compiling tokio v1.34.0 |
1354 | 2023-11-29T19:35:27.572Z | Compiling http v0.2.11 |
1355 | 2023-11-29T19:35:28.134Z | Compiling bitflags v2.4.0 |
1356 | 2023-11-29T19:35:28.846Z | Compiling serde_spanned v0.6.4 |
1357 | 2023-11-29T19:35:29.180Z | Compiling toml_datetime v0.6.5 |
1358 | 2023-11-29T19:35:29.914Z | Compiling toml_edit v0.19.15 |
1359 | 2023-11-29T19:35:30.251Z | Compiling rustc_version v0.4.0 |
1360 | 2023-11-29T19:35:31.750Z | Compiling http-body v0.4.5 |
1361 | 2023-11-29T19:35:33.157Z | Compiling openapiv3 v2.0.0-rc.1 |
1362 | 2023-11-29T19:35:35.497Z | Compiling pest_derive v2.7.2 |
1363 | 2023-11-29T19:35:37.652Z | Compiling rustls-native-certs v0.6.3 |
1364 | 2023-11-29T19:35:38.384Z | Compiling rand_chacha v0.3.1 |
1365 | 2023-11-29T19:35:39.547Z | Compiling usdt-impl v0.3.5 |
1366 | 2023-11-29T19:35:41.334Z | Compiling tokio-util v0.7.10 |
1367 | 2023-11-29T19:35:41.599Z | Compiling tokio-rustls v0.24.1 |
1368 | 2023-11-29T19:35:42.224Z | Compiling rustix v0.37.23 |
1369 | 2023-11-29T19:35:43.231Z | Compiling h2 v0.3.21 |
1370 | 2023-11-29T19:35:43.331Z | Compiling tokio-native-tls v0.3.1 |
1371 | 2023-11-29T19:35:43.437Z | Compiling ipnet v2.8.0 |
1372 | 2023-11-29T19:35:43.747Z | Compiling rand v0.8.5 |
1373 | 2023-11-29T19:35:43.820Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2023-11-29T19:35:48.219Z | Compiling encoding_rs v0.8.33 |
1375 | 2023-11-29T19:35:48.329Z | Compiling gimli v0.28.0 |
1376 | 2023-11-29T19:35:48.343Z | Compiling webpki-roots v0.25.2 |
1377 | 2023-11-29T19:35:48.343Z | Compiling mime v0.3.17 |
1378 | 2023-11-29T19:35:48.343Z | Compiling zerocopy v0.3.0 |
1379 | 2023-11-29T19:35:48.835Z | Compiling object v0.32.1 |
1380 | 2023-11-29T19:35:49.337Z | Compiling num-bigint v0.4.4 |
1381 | 2023-11-29T19:35:50.632Z | Compiling rustc-demangle v0.1.23 |
1382 | 2023-11-29T19:35:52.405Z | Compiling dof v0.1.5 |
1383 | 2023-11-29T19:35:52.468Z | Compiling addr2line v0.21.0 |
1384 | 2023-11-29T19:35:52.856Z | Compiling flate2 v1.0.28 |
1385 | 2023-11-29T19:35:52.976Z | Compiling dtrace-parser v0.1.14 |
1386 | 2023-11-29T19:35:53.096Z | Compiling heapless v0.7.16 |
1387 | 2023-11-29T19:35:53.500Z | Compiling serde_tokenstream v0.2.0 |
1388 | 2023-11-29T19:35:53.866Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1389 | 2023-11-29T19:35:54.058Z | Compiling thread-id v4.2.0 |
1390 | 2023-11-29T19:35:54.135Z | Compiling signal-hook v0.3.17 |
1391 | 2023-11-29T19:35:54.422Z | Compiling hyper v0.14.27 |
1392 | 2023-11-29T19:35:54.551Z | Compiling rustversion v1.0.14 |
1393 | 2023-11-29T19:35:56.309Z | Compiling toml v0.7.8 |
1394 | 2023-11-29T19:35:56.347Z | Compiling toml_edit v0.21.0 |
1395 | 2023-11-29T19:35:57.804Z | Compiling serde_tokenstream v0.1.7 |
1396 | 2023-11-29T19:35:58.226Z | Compiling hex v0.4.3 |
1397 | 2023-11-29T19:35:58.687Z | Compiling zerocopy-derive v0.6.4 |
1398 | 2023-11-29T19:35:59.053Z | Compiling regress v0.7.1 |
1399 | 2023-11-29T19:35:59.843Z | Compiling memoffset v0.9.0 |
1400 | 2023-11-29T19:36:01.371Z | Compiling strsim v0.10.0 |
1401 | 2023-11-29T19:36:02.930Z | Compiling bitflags v1.3.2 |
1402 | 2023-11-29T19:36:03.080Z | Compiling smoltcp v0.9.1 |
1403 | 2023-11-29T19:36:04.206Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1404 | 2023-11-29T19:36:04.877Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1405 | 2023-11-29T19:36:05.070Z | Compiling doc-comment v0.3.3 |
1406 | 2023-11-29T19:36:05.758Z | Compiling hyper-rustls v0.24.2 |
1407 | 2023-11-29T19:36:05.792Z | Compiling hyper-tls v0.5.0 |
1408 | 2023-11-29T19:36:06.294Z | Compiling strum_macros v0.25.2 |
1409 | 2023-11-29T19:36:06.610Z | Compiling reqwest v0.11.22 |
1410 | 2023-11-29T19:36:08.117Z | Compiling usdt-macro v0.3.5 |
1411 | 2023-11-29T19:36:08.707Z | Compiling usdt-attr-macro v0.3.5 |
1412 | 2023-11-29T19:36:10.613Z | Compiling enum-as-inner v0.5.1 |
1413 | 2023-11-29T19:36:11.225Z | Compiling num-iter v0.1.43 |
1414 | 2023-11-29T19:36:11.592Z | Compiling crossbeam-epoch v0.9.15 |
1415 | 2023-11-29T19:36:11.673Z | Compiling unicode-segmentation v1.10.1 |
1416 | 2023-11-29T19:36:12.517Z | Compiling siphasher v0.3.11 |
1417 | 2023-11-29T19:36:12.932Z | Compiling hubpack_derive v0.1.1 |
1418 | 2023-11-29T19:36:13.119Z | Compiling pin-project-internal v1.1.3 |
1419 | 2023-11-29T19:36:14.357Z | Compiling num_threads v0.1.6 |
1420 | 2023-11-29T19:36:15.247Z | Compiling anstyle v1.0.2 |
1421 | 2023-11-29T19:36:15.487Z | Compiling utf8parse v0.2.1 |
1422 | 2023-11-29T19:36:15.771Z | Compiling deranged v0.3.8 |
1423 | 2023-11-29T19:36:16.039Z | Compiling anstyle-parse v0.2.1 |
1424 | 2023-11-29T19:36:16.564Z | Compiling sha2 v0.10.8 |
1425 | 2023-11-29T19:36:18.754Z | Compiling time v0.3.27 |
1426 | 2023-11-29T19:36:19.359Z | Compiling md-5 v0.10.5 |
1427 | 2023-11-29T19:36:19.589Z | Compiling hmac v0.12.1 |
1428 | 2023-11-29T19:36:20.121Z | Compiling block-padding v0.3.3 |
1429 | 2023-11-29T19:36:20.551Z | Compiling clap_derive v4.4.2 |
1430 | 2023-11-29T19:36:20.798Z | Compiling stringprep v0.1.3 |
1431 | 2023-11-29T19:36:21.006Z | Compiling hash32 v0.2.1 |
1432 | 2023-11-29T19:36:21.998Z | Compiling diesel_table_macro_syntax v0.1.0 |
1433 | 2023-11-29T19:36:22.235Z | Compiling colorchoice v1.0.0 |
1434 | 2023-11-29T19:36:22.425Z | Compiling either v1.9.0 |
1435 | 2023-11-29T19:36:22.942Z | Compiling fallible-iterator v0.2.0 |
1436 | 2023-11-29T19:36:22.980Z | Compiling stable_deref_trait v1.2.0 |
1437 | 2023-11-29T19:36:23.131Z | Compiling anstyle-query v1.0.0 |
1438 | 2023-11-29T19:36:23.992Z | Compiling postgres-protocol v0.6.6 |
1439 | 2023-11-29T19:36:24.096Z | Compiling anstream v0.5.0 |
1440 | 2023-11-29T19:36:26.350Z | Compiling diesel_derives v2.1.2 |
1441 | 2023-11-29T19:36:26.891Z | Compiling inout v0.1.3 |
1442 | 2023-11-29T19:36:27.079Z | Compiling terminal_size v0.2.6 |
1443 | 2023-11-29T19:36:28.652Z | Compiling phf_shared v0.11.2 |
1444 | 2023-11-29T19:36:29.827Z | Compiling getopts v0.2.21 |
1445 | 2023-11-29T19:36:29.867Z | Compiling snafu-derive v0.7.5 |
1446 | 2023-11-29T19:36:29.922Z | Compiling serde_repr v0.1.16 |
1447 | 2023-11-29T19:36:30.184Z | Compiling scheduled-thread-pool v0.2.7 |
1448 | 2023-11-29T19:36:31.749Z | Compiling clap_lex v0.5.1 |
1449 | 2023-11-29T19:36:31.749Z | Compiling managed v0.8.0 |
1450 | 2023-11-29T19:36:31.749Z | Compiling matches v0.1.10 |
1451 | 2023-11-29T19:36:31.777Z | Compiling bit-vec v0.6.3 |
1452 | 2023-11-29T19:36:32.039Z | Compiling unsafe-libyaml v0.2.9 |
1453 | 2023-11-29T19:36:32.853Z | Compiling regex-automata v0.1.10 |
1454 | 2023-11-29T19:36:33.575Z | Compiling bstr v0.2.17 |
1455 | 2023-11-29T19:36:38.188Z | Compiling serde_yaml v0.9.25 |
1456 | 2023-11-29T19:36:38.492Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1457 | 2023-11-29T19:36:38.492Z | Compiling idna v0.2.3 |
1458 | 2023-11-29T19:36:38.511Z | Compiling clap_builder v4.4.2 |
1459 | 2023-11-29T19:36:39.879Z | Compiling r2d2 v0.8.10 |
1460 | 2023-11-29T19:36:44.189Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1461 | 2023-11-29T19:36:44.386Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1462 | 2023-11-29T19:36:44.825Z | Compiling phf v0.11.2 |
1463 | 2023-11-29T19:36:44.934Z | Compiling signal-hook-mio v0.2.3 |
1464 | 2023-11-29T19:36:45.172Z | Compiling cipher v0.4.4 |
1465 | 2023-11-29T19:36:45.464Z | Compiling bzip2 v0.4.4 |
1466 | 2023-11-29T19:36:46.030Z | Compiling postgres-types v0.2.6 |
1467 | 2023-11-29T19:36:46.091Z | Compiling itertools v0.11.0 |
1468 | 2023-11-29T19:36:48.643Z | Compiling pin-project v1.1.3 |
1469 | 2023-11-29T19:36:48.914Z | Compiling hubpack v0.1.2 |
1470 | 2023-11-29T19:36:49.676Z | Compiling phf_shared v0.10.0 |
1471 | 2023-11-29T19:36:50.710Z | Compiling zerocopy v0.6.4 |
1472 | 2023-11-29T19:36:50.919Z | Compiling ipnetwork v0.20.0 |
1473 | 2023-11-29T19:36:51.327Z | Compiling futures-executor v0.3.29 |
1474 | 2023-11-29T19:36:52.222Z | Compiling float-cmp v0.9.0 |
1475 | 2023-11-29T19:36:52.420Z | Compiling difflib v0.4.0 |
1476 | 2023-11-29T19:36:53.587Z | Compiling data-encoding v2.4.0 |
1477 | 2023-11-29T19:36:53.593Z | Compiling predicates-core v1.0.6 |
1478 | 2023-11-29T19:36:54.099Z | Compiling normalize-line-endings v0.3.0 |
1479 | 2023-11-29T19:36:54.282Z | Compiling new_debug_unreachable v1.0.4 |
1480 | 2023-11-29T19:36:55.094Z | Compiling fixedbitset v0.4.2 |
1481 | 2023-11-29T19:36:55.339Z | Compiling whoami v1.4.1 |
1482 | 2023-11-29T19:36:55.854Z | Compiling precomputed-hash v0.1.1 |
1483 | 2023-11-29T19:36:56.024Z | Compiling static_assertions v1.1.0 |
1484 | 2023-11-29T19:36:56.406Z | Compiling regex-automata v0.3.8 |
1485 | 2023-11-29T19:36:56.829Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1486 | 2023-11-29T19:36:57.201Z | Compiling string_cache v0.8.7 |
1487 | 2023-11-29T19:36:57.293Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1488 | 2023-11-29T19:36:57.900Z | Compiling tokio-postgres v0.7.10 |
1489 | 2023-11-29T19:36:58.191Z | Compiling petgraph v0.6.4 |
1490 | 2023-11-29T19:36:59.967Z | Compiling bstr v1.6.0 |
1491 | 2023-11-29T19:37:00.434Z | Compiling predicates v3.0.4 |
1492 | 2023-11-29T19:37:02.602Z | Compiling trust-dns-proto v0.22.0 |
1493 | 2023-11-29T19:37:03.243Z | Compiling diesel v2.1.4 |
1494 | 2023-11-29T19:37:04.976Z | Compiling futures v0.3.29 |
1495 | 2023-11-29T19:37:06.502Z | Compiling snafu v0.7.5 |
1496 | 2023-11-29T19:37:07.492Z | Compiling zip v0.6.6 |
1497 | 2023-11-29T19:37:07.854Z | Compiling yasna v0.5.2 |
1498 | 2023-11-29T19:37:09.764Z | Compiling crossterm v0.27.0 |
1499 | 2023-11-29T19:37:11.079Z | Compiling clap v4.4.3 |
1500 | 2023-11-29T19:37:13.581Z | Compiling similar v2.2.1 |
1501 | 2023-11-29T19:37:16.163Z | Compiling bit-set v0.5.3 |
1502 | 2023-11-29T19:37:16.302Z | Compiling itertools v0.10.5 |
1503 | 2023-11-29T19:37:16.444Z | Compiling usdt v0.3.5 |
1504 | 2023-11-29T19:37:16.873Z | Compiling signature v2.1.0 |
1505 | 2023-11-29T19:37:16.904Z | Compiling tokio-stream v0.1.14 |
1506 | 2023-11-29T19:37:17.144Z | Compiling console v0.15.7 |
1507 | 2023-11-29T19:37:18.498Z | Compiling lalrpop-util v0.19.12 |
1508 | 2023-11-29T19:38:00.319Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1509 | 2023-11-29T19:38:08.500Z | Compiling sha1 v0.10.6 |
1510 | 2023-11-29T19:38:09.644Z | Compiling atty v0.2.14 |
1511 | 2023-11-29T19:38:09.845Z | Compiling match_cfg v0.1.0 |
1512 | 2023-11-29T19:38:10.622Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1513 | 2023-11-29T19:38:15.696Z | Compiling hostname v0.3.1 |
1514 | 2023-11-29T19:38:16.840Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1515 | 2023-11-29T19:38:19.535Z | Compiling dirs-sys-next v0.1.2 |
1516 | 2023-11-29T19:38:20.732Z | Compiling dirs-next v2.0.0 |
1517 | 2023-11-29T19:38:21.057Z | Compiling thread_local v1.1.7 |
1518 | 2023-11-29T19:38:21.081Z | Compiling ident_case v1.0.1 |
1519 | 2023-11-29T19:38:21.113Z | Compiling slog-async v2.8.0 |
1520 | 2023-11-29T19:38:21.402Z | Compiling camino v1.1.6 |
1521 | 2023-11-29T19:38:21.885Z | Compiling darling_core v0.20.3 |
1522 | 2023-11-29T19:38:22.011Z | Compiling term v0.7.0 |
1523 | 2023-11-29T19:38:22.097Z | Compiling crossbeam-channel v0.5.8 |
1524 | 2023-11-29T19:38:22.203Z | Compiling multer v2.1.0 |
1525 | 2023-11-29T19:38:22.386Z | Compiling instant v0.1.12 |
1526 | 2023-11-29T19:38:22.599Z | Compiling paste v1.0.14 |
1527 | 2023-11-29T19:38:22.662Z | Compiling take_mut v0.2.2 |
1528 | 2023-11-29T19:38:22.905Z | Compiling slog-term v2.9.0 |
1529 | 2023-11-29T19:38:23.603Z | Compiling slog-json v2.6.1 |
1530 | 2023-11-29T19:38:23.934Z | Compiling async-stream-impl v0.3.5 |
1531 | 2023-11-29T19:38:24.218Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1532 | 2023-11-29T19:38:24.495Z | Compiling atomic-waker v1.1.1 |
1533 | 2023-11-29T19:38:24.762Z | Compiling waitgroup v0.1.2 |
1534 | 2023-11-29T19:38:24.789Z | Compiling slog-bunyan v2.4.0 |
1535 | 2023-11-29T19:38:25.110Z | Compiling toml v0.8.8 |
1536 | 2023-11-29T19:38:25.203Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1537 | 2023-11-29T19:38:25.830Z | Compiling serde_path_to_error v0.1.14 |
1538 | 2023-11-29T19:38:26.262Z | Compiling async-stream v0.3.5 |
1539 | 2023-11-29T19:38:26.763Z | Compiling structmeta-derive v0.2.0 |
1540 | 2023-11-29T19:38:26.859Z | Compiling debug-ignore v1.0.5 |
1541 | 2023-11-29T19:38:26.883Z | Compiling strum v0.25.0 |
1542 | 2023-11-29T19:38:27.064Z | Compiling regex-syntax v0.7.5 |
1543 | 2023-11-29T19:38:27.095Z | Compiling backoff v0.4.0 |
1544 | 2023-11-29T19:38:27.115Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1545 | 2023-11-29T19:38:27.644Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1546 | 2023-11-29T19:38:27.881Z | Compiling macaddr v1.0.1 |
1547 | 2023-11-29T19:38:28.016Z | Compiling proc-macro-error-attr v1.0.4 |
1548 | 2023-11-29T19:38:28.280Z | Compiling proc-macro-crate v1.3.1 |
1549 | 2023-11-29T19:38:28.578Z | Compiling proc-macro-error v1.0.4 |
1550 | 2023-11-29T19:38:29.654Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1551 | 2023-11-29T19:38:29.830Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1552 | 2023-11-29T19:38:30.072Z | Compiling num_enum_derive v0.5.11 |
1553 | 2023-11-29T19:38:30.264Z | Compiling same-file v1.0.6 |
1554 | 2023-11-29T19:38:30.706Z | Compiling postcard-cobs v0.1.5-pre |
1555 | 2023-11-29T19:38:31.140Z | Compiling fastrand v2.0.0 |
1556 | 2023-11-29T19:38:31.178Z | Compiling postcard v0.7.3 |
1557 | 2023-11-29T19:38:31.778Z | Compiling structmeta v0.2.0 |
1558 | 2023-11-29T19:38:31.961Z | Compiling tempfile v3.8.1 |
1559 | 2023-11-29T19:38:32.038Z | Compiling walkdir v2.4.0 |
1560 | 2023-11-29T19:38:32.160Z | Compiling darling_macro v0.20.3 |
1561 | 2023-11-29T19:38:32.544Z | Compiling smoltcp v0.8.2 |
1562 | 2023-11-29T19:38:33.326Z | Compiling semver-parser v0.10.2 |
1563 | 2023-11-29T19:38:33.326Z | Compiling foreign-types-macros v0.2.3 |
1564 | 2023-11-29T19:38:33.781Z | Compiling darling v0.20.3 |
1565 | 2023-11-29T19:38:33.960Z | Compiling serde_with_macros v2.3.3 |
1566 | 2023-11-29T19:38:35.059Z | Compiling num_enum v0.5.11 |
1567 | 2023-11-29T19:38:35.062Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1568 | 2023-11-29T19:38:35.350Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1569 | 2023-11-29T19:38:35.699Z | Compiling crucible-workspace-hack v0.1.0 |
1570 | 2023-11-29T19:38:36.125Z | Compiling foreign-types-shared v0.3.1 |
1571 | 2023-11-29T19:38:36.299Z | Compiling cfg-if v0.1.10 |
1572 | 2023-11-29T19:38:36.324Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1573 | 2023-11-29T19:38:36.468Z | Compiling foreign-types v0.5.0 |
1574 | 2023-11-29T19:38:36.898Z | Compiling semver v0.11.0 |
1575 | 2023-11-29T19:38:37.633Z | Compiling is-terminal v0.4.9 |
1576 | 2023-11-29T19:38:37.823Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-11-29T19:38:38.002Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-11-29T19:38:38.224Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1579 | 2023-11-29T19:38:38.511Z | Compiling serde_with v2.3.3 |
1580 | 2023-11-29T19:38:38.606Z | Compiling parse-display-derive v0.8.2 |
1581 | 2023-11-29T19:38:39.483Z | Compiling cstr-argument v0.1.2 |
1582 | 2023-11-29T19:38:39.591Z | Compiling xattr v1.0.1 |
1583 | 2023-11-29T19:38:40.261Z | Compiling filetime v0.2.22 |
1584 | 2023-11-29T19:38:40.269Z | Compiling pretty-hex v0.2.1 |
1585 | 2023-11-29T19:38:40.289Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1586 | 2023-11-29T19:38:40.343Z | Compiling home v0.5.5 |
1587 | 2023-11-29T19:38:40.779Z | Compiling toolchain_find v0.2.0 |
1588 | 2023-11-29T19:38:40.848Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1589 | 2023-11-29T19:38:41.267Z | Compiling tar v0.4.40 |
1590 | 2023-11-29T19:38:41.701Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1591 | 2023-11-29T19:38:41.986Z | Compiling colored v2.0.4 |
1592 | 2023-11-29T19:38:42.191Z | Compiling textwrap v0.11.0 |
1593 | 2023-11-29T19:38:42.332Z | Compiling heck v0.3.3 |
1594 | 2023-11-29T19:38:43.008Z | Compiling toml v0.5.11 |
1595 | 2023-11-29T19:38:43.016Z | Compiling platforms v3.0.2 |
1596 | 2023-11-29T19:38:43.134Z | Compiling libefi-sys v0.1.0 |
1597 | 2023-11-29T19:38:43.554Z | Compiling ansi_term v0.12.1 |
1598 | 2023-11-29T19:38:43.555Z | Compiling vec_map v0.8.2 |
1599 | 2023-11-29T19:38:43.998Z | Compiling strsim v0.8.0 |
1600 | 2023-11-29T19:38:44.014Z | Compiling clap v2.34.0 |
1601 | 2023-11-29T19:38:44.504Z | Compiling structopt-derive v0.4.18 |
1602 | 2023-11-29T19:38:44.616Z | Compiling omicron-zone-package v0.9.1 |
1603 | 2023-11-29T19:38:45.331Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1604 | 2023-11-29T19:38:46.121Z | Compiling parse-display v0.8.2 |
1605 | 2023-11-29T19:38:46.568Z | Compiling rustfmt-wrapper v0.2.0 |
1606 | 2023-11-29T19:38:47.459Z | Compiling camino-tempfile v1.1.1 |
1607 | 2023-11-29T19:38:48.151Z | Compiling zone_cfg_derive v0.3.0 |
1608 | 2023-11-29T19:38:48.382Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1609 | 2023-11-29T19:38:49.308Z | Compiling num-derive v0.4.0 |
1610 | 2023-11-29T19:38:49.425Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1611 | 2023-11-29T19:38:49.995Z | Compiling base64ct v1.6.0 |
1612 | 2023-11-29T19:38:50.677Z | Compiling zone v0.3.0 |
1613 | 2023-11-29T19:38:51.712Z | Compiling structopt v0.3.26 |
1614 | 2023-11-29T19:38:51.717Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1615 | 2023-11-29T19:38:51.717Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1616 | 2023-11-29T19:38:51.962Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1617 | 2023-11-29T19:38:52.487Z | Compiling smf v0.2.2 |
1618 | 2023-11-29T19:38:52.859Z | Compiling unicase v2.7.0 |
1619 | 2023-11-29T19:38:52.888Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1620 | 2023-11-29T19:38:53.061Z | Compiling curve25519-dalek v4.1.0 |
1621 | 2023-11-29T19:38:53.350Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1622 | 2023-11-29T19:38:53.360Z | Compiling universal-hash v0.5.1 |
1623 | 2023-11-29T19:38:53.812Z | Compiling opaque-debug v0.3.0 |
1624 | 2023-11-29T19:38:53.819Z | Compiling hkdf v0.12.3 |
1625 | 2023-11-29T19:38:53.819Z | Compiling curve25519-dalek-derive v0.1.0 |
1626 | 2023-11-29T19:38:53.939Z | Compiling num-rational v0.4.1 |
1627 | 2023-11-29T19:38:54.053Z | Compiling getrandom v0.1.16 |
1628 | 2023-11-29T19:38:54.392Z | Compiling linked-hash-map v0.5.6 |
1629 | 2023-11-29T19:38:54.695Z | Compiling quick-error v1.2.3 |
1630 | 2023-11-29T19:38:54.783Z | Compiling keccak v0.1.4 |
1631 | 2023-11-29T19:38:54.899Z | Compiling parking_lot_core v0.8.6 |
1632 | 2023-11-29T19:38:54.926Z | Compiling lru-cache v0.1.2 |
1633 | 2023-11-29T19:38:54.954Z | Compiling resolv-conf v0.7.0 |
1634 | 2023-11-29T19:38:55.699Z | Compiling sha3 v0.10.8 |
1635 | 2023-11-29T19:38:56.366Z | Compiling password-hash v0.5.0 |
1636 | 2023-11-29T19:38:56.482Z | Compiling blake2 v0.10.6 |
1637 | 2023-11-29T19:38:56.595Z | Compiling aead v0.5.2 |
1638 | 2023-11-29T19:38:57.136Z | Compiling secrecy v0.8.0 |
1639 | 2023-11-29T19:38:57.294Z | Compiling num-complex v0.4.4 |
1640 | 2023-11-29T19:38:57.550Z | Compiling ff v0.13.0 |
1641 | 2023-11-29T19:38:57.879Z | Compiling nibble_vec v0.1.0 |
1642 | 2023-11-29T19:38:58.148Z | Compiling slog-dtrace v0.2.3 |
1643 | 2023-11-29T19:38:58.188Z | Compiling utf-8 v0.7.6 |
1644 | 2023-11-29T19:38:58.211Z | Compiling convert_case v0.4.0 |
1645 | 2023-11-29T19:38:58.592Z | Compiling endian-type v0.1.2 |
1646 | 2023-11-29T19:38:58.660Z | Compiling winapi v0.3.9 |
1647 | 2023-11-29T19:38:58.924Z | Compiling arc-swap v1.6.0 |
1648 | 2023-11-29T19:38:58.966Z | Compiling num v0.4.1 |
1649 | 2023-11-29T19:38:59.053Z | Compiling radix_trie v0.2.1 |
1650 | 2023-11-29T19:38:59.156Z | Compiling tungstenite v0.20.1 |
1651 | 2023-11-29T19:38:59.216Z | Compiling group v0.13.0 |
1652 | 2023-11-29T19:38:59.474Z | Compiling argon2 v0.5.2 |
1653 | 2023-11-29T19:38:59.758Z | Compiling derive_more v0.99.17 |
1654 | 2023-11-29T19:38:59.970Z | Compiling slog-scope v4.4.0 |
1655 | 2023-11-29T19:39:00.125Z | Compiling mime_guess v2.0.4 |
1656 | 2023-11-29T19:39:00.854Z | Compiling trust-dns-resolver v0.22.0 |
1657 | 2023-11-29T19:39:01.461Z | Compiling rand_core v0.5.1 |
1658 | 2023-11-29T19:39:02.223Z | Compiling poly1305 v0.8.0 |
1659 | 2023-11-29T19:39:02.591Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1660 | 2023-11-29T19:39:02.813Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1661 | 2023-11-29T19:39:03.286Z | Compiling chacha20 v0.9.1 |
1662 | 2023-11-29T19:39:04.015Z | Compiling crypto-bigint v0.5.2 |
1663 | 2023-11-29T19:39:04.429Z | Compiling thiserror-impl-no-std v2.0.2 |
1664 | 2023-11-29T19:39:04.596Z | Compiling option-ext v0.2.0 |
1665 | 2023-11-29T19:39:04.779Z | Compiling base16ct v0.2.0 |
1666 | 2023-11-29T19:39:05.074Z | Compiling ciborium-io v0.2.1 |
1667 | 2023-11-29T19:39:05.197Z | Compiling half v1.8.2 |
1668 | 2023-11-29T19:39:05.256Z | Compiling dirs-sys v0.4.1 |
1669 | 2023-11-29T19:39:06.293Z | Compiling ciborium-ll v0.2.1 |
1670 | 2023-11-29T19:39:06.296Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1671 | 2023-11-29T19:39:07.025Z | Compiling elliptic-curve v0.13.5 |
1672 | 2023-11-29T19:39:07.405Z | Compiling rand_chacha v0.2.2 |
1673 | 2023-11-29T19:39:07.926Z | Compiling parking_lot v0.11.2 |
1674 | 2023-11-29T19:39:09.611Z | Compiling tokio-tungstenite v0.20.1 |
1675 | 2023-11-29T19:39:09.785Z | Compiling slog-stdlog v4.1.1 |
1676 | 2023-11-29T19:39:09.851Z | Compiling trust-dns-client v0.22.0 |
1677 | 2023-11-29T19:39:09.965Z | Compiling thiserror-no-std v2.0.2 |
1678 | 2023-11-29T19:39:10.352Z | Compiling polyval v0.6.1 |
1679 | 2023-11-29T19:39:10.405Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1680 | 2023-11-29T19:39:10.821Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1681 | 2023-11-29T19:39:11.030Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1682 | 2023-11-29T19:39:11.056Z | Compiling password-hash v0.4.2 |
1683 | 2023-11-29T19:39:11.388Z | Compiling ed25519 v2.2.2 |
1684 | 2023-11-29T19:39:12.109Z | Compiling ctr v0.9.2 |
1685 | 2023-11-29T19:39:12.593Z | Compiling blowfish v0.9.1 |
1686 | 2023-11-29T19:39:12.637Z | Compiling aes v0.8.3 |
1687 | 2023-11-29T19:39:14.199Z | Compiling pbkdf2 v0.12.2 |
1688 | 2023-11-29T19:39:14.461Z | Compiling fxhash v0.2.1 |
1689 | 2023-11-29T19:39:15.266Z | Compiling glob v0.3.1 |
1690 | 2023-11-29T19:39:15.314Z | Compiling cancel-safe-futures v0.1.5 |
1691 | 2023-11-29T19:39:17.015Z | Compiling trust-dns-server v0.22.1 |
1692 | 2023-11-29T19:39:17.570Z | Compiling sled v0.34.7 |
1693 | 2023-11-29T19:39:19.413Z | Compiling bcrypt-pbkdf v0.10.0 |
1694 | 2023-11-29T19:39:19.624Z | Compiling pbkdf2 v0.11.0 |
1695 | 2023-11-29T19:39:20.213Z | Compiling ed25519-dalek v2.0.0 |
1696 | 2023-11-29T19:39:20.363Z | Compiling ghash v0.5.0 |
1697 | 2023-11-29T19:39:20.666Z | Compiling vsss-rs v3.3.1 |
1698 | 2023-11-29T19:39:22.010Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1699 | 2023-11-29T19:39:25.290Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1700 | 2023-11-29T19:39:27.690Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1701 | 2023-11-29T19:39:28.329Z | Compiling slog-envlogger v2.2.0 |
1702 | 2023-11-29T19:39:28.809Z | Compiling russh-cryptovec v0.7.0 |
1703 | 2023-11-29T19:39:28.972Z | Compiling rand v0.7.3 |
1704 | 2023-11-29T19:39:29.605Z | Compiling ciborium v0.2.1 |
1705 | 2023-11-29T19:39:30.990Z | Compiling dirs v5.0.1 |
1706 | 2023-11-29T19:39:31.304Z | Compiling chacha20poly1305 v0.10.1 |
1707 | 2023-11-29T19:39:31.656Z | Compiling cbc v0.1.2 |
1708 | 2023-11-29T19:39:32.024Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1709 | 2023-11-29T19:39:32.167Z | Compiling pem v3.0.2 |
1710 | 2023-11-29T19:39:32.632Z | Compiling headers-core v0.2.0 |
1711 | 2023-11-29T19:39:32.873Z | Compiling kstat-rs v0.2.3 |
1712 | 2023-11-29T19:39:33.491Z | Compiling base64 v0.13.1 |
1713 | 2023-11-29T19:39:33.844Z | Compiling pretty-hex v0.4.0 |
1714 | 2023-11-29T19:39:34.040Z | Compiling md5 v0.7.0 |
1715 | 2023-11-29T19:39:34.166Z | Compiling http-range v0.1.5 |
1716 | 2023-11-29T19:39:34.450Z | Compiling russh-keys v0.38.0 |
1717 | 2023-11-29T19:39:34.748Z | Compiling hyper-staticfile v0.9.5 |
1718 | 2023-11-29T19:39:34.854Z | Compiling pem v1.1.1 |
1719 | 2023-11-29T19:39:36.047Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1720 | 2023-11-29T19:39:36.434Z | Compiling headers v0.3.9 |
1721 | 2023-11-29T19:39:36.465Z | Compiling rcgen v0.11.3 |
1722 | 2023-11-29T19:39:36.533Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1723 | 2023-11-29T19:39:37.528Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1724 | 2023-11-29T19:39:39.558Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1725 | 2023-11-29T19:39:39.924Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1726 | 2023-11-29T19:39:41.003Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1727 | 2023-11-29T19:39:42.171Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1728 | 2023-11-29T19:39:46.051Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1729 | 2023-11-29T19:39:47.372Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1730 | 2023-11-29T19:39:48.183Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1731 | 2023-11-29T19:39:51.604Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1732 | 2023-11-29T19:39:55.397Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1733 | 2023-11-29T19:39:56.217Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1734 | 2023-11-29T19:39:56.785Z | Compiling aes-gcm v0.10.3 |
1735 | 2023-11-29T19:39:57.241Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1736 | 2023-11-29T19:39:58.093Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1737 | 2023-11-29T19:39:58.560Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1738 | 2023-11-29T19:40:00.580Z | Compiling atomicwrites v0.4.2 |
1739 | 2023-11-29T19:40:01.102Z | Compiling itertools v0.12.0 |
1740 | 2023-11-29T19:40:03.510Z | Compiling subprocess v0.2.9 |
1741 | 2023-11-29T19:40:06.298Z | Compiling hex-literal v0.4.1 |
1742 | 2023-11-29T19:40:06.531Z | Compiling russh v0.39.0 |
1743 | 2023-11-29T19:40:07.041Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1744 | 2023-11-29T19:40:09.047Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1745 | 2023-11-29T19:40:12.315Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1746 | 2023-11-29T19:40:38.709Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1747 | 2023-11-29T19:41:55.703Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 46s |
1748 | 2023-11-29T19:41:56.045Z | |
1749 | 2023-11-29T19:41:56.048Z | real 7:46.468589113 |
1750 | 2023-11-29T19:41:56.048Z | user 42:46.257610540 |
1751 | 2023-11-29T19:41:56.048Z | sys 6:44.737414460 |
1752 | 2023-11-29T19:41:56.048Z | trap 1.603947141 |
1753 | 2023-11-29T19:41:56.048Z | tflt 3.726495200 |
1754 | 2023-11-29T19:41:56.048Z | dflt 6.509621078 |
1755 | 2023-11-29T19:41:56.049Z | kflt 0.020646316 |
1756 | 2023-11-29T19:41:56.049Z | lock 1:21:51.981243135 |
1757 | 2023-11-29T19:41:56.049Z | slp 2:02:19.497524092 |
1758 | 2023-11-29T19:41:56.049Z | lat 1:56.998556923 |
1759 | 2023-11-29T19:41:56.049Z | stop 4:48.527827847 |
1760 | 2023-11-29T19:41:56.049Z | + mkdir -p /work/end-to-end-tests |
1761 | 2023-11-29T19:41:56.051Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1762 | 2023-11-29T19:41:57.013Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1763 | 2023-11-29T19:41:57.013Z | + ptime -m gzip |
1764 | 2023-11-29T19:41:57.017Z | ++ basename target/debug/bootstrap |
1765 | 2023-11-29T19:42:13.449Z | |
1766 | 2023-11-29T19:42:13.449Z | real 16.451053671 |
1767 | 2023-11-29T19:42:13.449Z | user 16.264754482 |
1768 | 2023-11-29T19:42:13.449Z | sys 0.179439882 |
1769 | 2023-11-29T19:42:13.449Z | trap 0.003958672 |
1770 | 2023-11-29T19:42:13.449Z | tflt 0.000000000 |
1771 | 2023-11-29T19:42:13.450Z | dflt 0.000000000 |
1772 | 2023-11-29T19:42:16.779Z | kflt 0.000000000 |
1773 | 2023-11-29T19:42:16.779Z | lock 0.000000000 |
1774 | 2023-11-29T19:42:16.779Z | slp 0.000000000 |
1775 | 2023-11-29T19:42:16.779Z | lat 0.002554427 |
1776 | 2023-11-29T19:42:16.779Z | stop 0.000230333 |
1777 | 2023-11-29T19:42:16.779Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1778 | 2023-11-29T19:42:16.779Z | + ptime -m gzip |
1779 | 2023-11-29T19:42:16.779Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d69322849e0fa66 |
1780 | 2023-11-29T19:42:16.779Z | |
1781 | 2023-11-29T19:42:16.779Z | real 1.072808517 |
1782 | 2023-11-29T19:42:16.779Z | user 1.060860509 |
1783 | 2023-11-29T19:42:16.779Z | sys 0.011286732 |
1784 | 2023-11-29T19:42:16.779Z | trap 0.000102551 |
1785 | 2023-11-29T19:42:16.779Z | tflt 0.000000000 |
1786 | 2023-11-29T19:42:16.779Z | dflt 0.000000000 |
1787 | 2023-11-29T19:42:16.779Z | kflt 0.000000000 |
1788 | 2023-11-29T19:42:16.779Z | lock 0.000000000 |
1789 | 2023-11-29T19:42:16.779Z | slp 0.000000000 |
1790 | 2023-11-29T19:42:16.779Z | lat 0.000176496 |
1791 | 2023-11-29T19:42:16.779Z | stop 0.000264989 |
1792 | 2023-11-29T19:42:16.779Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1793 | 2023-11-29T19:42:16.779Z | + ptime -m gzip |
1794 | 2023-11-29T19:42:16.779Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7d7c590276acd289 |
1795 | 2023-11-29T19:42:31.520Z | |
1796 | 2023-11-29T19:42:31.524Z | real 16.946844006 |
1797 | 2023-11-29T19:42:31.524Z | user 16.764613835 |
1798 | 2023-11-29T19:42:31.524Z | sys 0.177136476 |
1799 | 2023-11-29T19:42:31.524Z | trap 0.003375545 |
1800 | 2023-11-29T19:42:31.524Z | tflt 0.000000000 |
1801 | 2023-11-29T19:42:31.524Z | dflt 0.000000000 |
1802 | 2023-11-29T19:42:31.524Z | kflt 0.000000000 |
1803 | 2023-11-29T19:42:31.524Z | lock 0.000000000 |
1804 | 2023-11-29T19:42:31.524Z | slp 0.000000000 |
1805 | 2023-11-29T19:42:31.524Z | lat 0.001371779 |
1806 | 2023-11-29T19:42:31.524Z | stop 0.000229760 |
1807 | 2023-11-29T19:42:31.524Z | + banner caboose-util |
1808 | 2023-11-29T19:42:31.524Z | |
1809 | 2023-11-29T19:42:31.524Z | #### ## ##### #### #### #### ###### # # ##### |
1810 | 2023-11-29T19:42:31.524Z | # # # # # # # # # # # # # # # |
1811 | 2023-11-29T19:42:31.524Z | # # # ##### # # # # #### ##### ##### # # # |
1812 | 2023-11-29T19:42:31.524Z | # ###### # # # # # # # # # # # |
1813 | 2023-11-29T19:42:31.524Z | # # # # # # # # # # # # # # # # |
1814 | 2023-11-29T19:42:31.524Z | #### # # ##### #### #### #### ###### #### # |
1815 | 2023-11-29T19:42:31.524Z | |
1816 | 2023-11-29T19:42:31.524Z | + ptime -m cargo build --locked -p caboose-util --release |
1817 | 2023-11-29T19:42:32.125Z | Downloading crates ... |
1818 | 2023-11-29T19:42:32.422Z | Downloaded funty v2.0.0 |
1819 | 2023-11-29T19:42:32.425Z | Downloaded tap v1.0.1 |
1820 | 2023-11-29T19:42:32.431Z | Downloaded rsa v0.9.2 |
1821 | 2023-11-29T19:42:32.440Z | Downloaded path-slash v0.1.5 |
1822 | 2023-11-29T19:42:32.444Z | Downloaded smallvec v0.6.14 |
1823 | 2023-11-29T19:42:32.447Z | Downloaded nodrop v0.1.14 |
1824 | 2023-11-29T19:42:32.447Z | Downloaded bitfield v0.14.0 |
1825 | 2023-11-29T19:42:32.461Z | Downloaded maybe-uninit v2.0.0 |
1826 | 2023-11-29T19:42:32.461Z | Downloaded crc-catalog v2.2.0 |
1827 | 2023-11-29T19:42:32.461Z | Downloaded crc v3.0.1 |
1828 | 2023-11-29T19:42:32.461Z | Downloaded packed_struct v0.10.1 |
1829 | 2023-11-29T19:42:32.461Z | Downloaded array-init v0.0.4 |
1830 | 2023-11-29T19:42:32.464Z | Downloaded wyz v0.5.1 |
1831 | 2023-11-29T19:42:32.464Z | Downloaded serde-hex v0.1.0 |
1832 | 2023-11-29T19:42:32.467Z | Downloaded packed_struct_codegen v0.10.1 |
1833 | 2023-11-29T19:42:32.469Z | Downloaded pem-rfc7468 v0.7.0 |
1834 | 2023-11-29T19:42:32.472Z | Downloaded env_logger v0.10.0 |
1835 | 2023-11-29T19:42:32.476Z | Downloaded pkcs1 v0.7.5 |
1836 | 2023-11-29T19:42:32.481Z | Downloaded crc-any v2.4.3 |
1837 | 2023-11-29T19:42:32.486Z | Downloaded ron v0.8.1 |
1838 | 2023-11-29T19:42:32.493Z | Downloaded x509-cert v0.2.4 |
1839 | 2023-11-29T19:42:32.503Z | Downloaded num-bigint-dig v0.8.4 |
1840 | 2023-11-29T19:42:32.511Z | Downloaded bitvec v1.0.1 |
1841 | 2023-11-29T19:42:32.561Z | Downloaded object v0.30.4 |
1842 | 2023-11-29T19:42:32.565Z | Downloaded der_derive v0.7.2 |
1843 | 2023-11-29T19:42:32.565Z | Downloaded flagset v0.4.3 |
1844 | 2023-11-29T19:42:32.565Z | Downloaded termcolor v1.2.0 |
1845 | 2023-11-29T19:42:32.565Z | Downloaded radium v0.7.0 |
1846 | 2023-11-29T19:42:32.727Z | Compiling proc-macro2 v1.0.69 |
1847 | 2023-11-29T19:42:32.732Z | Compiling unicode-ident v1.0.12 |
1848 | 2023-11-29T19:42:32.732Z | Compiling libc v0.2.150 |
1849 | 2023-11-29T19:42:32.732Z | Compiling autocfg v1.1.0 |
1850 | 2023-11-29T19:42:32.732Z | Compiling serde v1.0.192 |
1851 | 2023-11-29T19:42:32.732Z | Compiling cfg-if v1.0.0 |
1852 | 2023-11-29T19:42:32.732Z | Compiling version_check v0.9.4 |
1853 | 2023-11-29T19:42:32.877Z | Compiling syn v1.0.109 |
1854 | 2023-11-29T19:42:32.888Z | Compiling parking_lot_core v0.9.8 |
1855 | 2023-11-29T19:42:33.443Z | Compiling typenum v1.16.0 |
1856 | 2023-11-29T19:42:33.446Z | Compiling futures-core v0.3.29 |
1857 | 2023-11-29T19:42:33.481Z | Compiling libm v0.2.7 |
1858 | 2023-11-29T19:42:33.703Z | Compiling generic-array v0.14.7 |
1859 | 2023-11-29T19:42:33.780Z | Compiling lock_api v0.4.10 |
1860 | 2023-11-29T19:42:33.904Z | Compiling num-traits v0.2.16 |
1861 | 2023-11-29T19:42:33.928Z | Compiling once_cell v1.18.0 |
1862 | 2023-11-29T19:42:34.115Z | Compiling pkg-config v0.3.27 |
1863 | 2023-11-29T19:42:34.189Z | Compiling scopeguard v1.2.0 |
1864 | 2023-11-29T19:42:34.565Z | Compiling slab v0.4.9 |
1865 | 2023-11-29T19:42:34.746Z | Compiling quote v1.0.33 |
1866 | 2023-11-29T19:42:34.945Z | Compiling serde_json v1.0.108 |
1867 | 2023-11-29T19:42:35.081Z | Compiling futures-channel v0.3.29 |
1868 | 2023-11-29T19:42:35.283Z | Compiling futures-task v0.3.29 |
1869 | 2023-11-29T19:42:35.408Z | Compiling syn v2.0.32 |
1870 | 2023-11-29T19:42:35.741Z | Compiling cc v1.0.83 |
1871 | 2023-11-29T19:42:35.745Z | Compiling getrandom v0.2.10 |
1872 | 2023-11-29T19:42:36.222Z | Compiling thiserror v1.0.49 |
1873 | 2023-11-29T19:42:36.354Z | Compiling itoa v1.0.9 |
1874 | 2023-11-29T19:42:36.366Z | Compiling memchr v2.6.3 |
1875 | 2023-11-29T19:42:36.669Z | Compiling futures-util v0.3.29 |
1876 | 2023-11-29T19:42:36.875Z | Compiling log v0.4.20 |
1877 | 2023-11-29T19:42:37.147Z | Compiling smallvec v1.11.0 |
1878 | 2023-11-29T19:42:37.910Z | Compiling vcpkg v0.2.15 |
1879 | 2023-11-29T19:42:38.497Z | Compiling byteorder v1.5.0 |
1880 | 2023-11-29T19:42:38.961Z | Compiling rand_core v0.6.4 |
1881 | 2023-11-29T19:42:39.672Z | Compiling parking_lot v0.12.1 |
1882 | 2023-11-29T19:42:39.703Z | Compiling pin-project-lite v0.2.13 |
1883 | 2023-11-29T19:42:39.880Z | Compiling ring v0.17.5 |
1884 | 2023-11-29T19:42:40.849Z | Compiling openssl-sys v0.9.93 |
1885 | 2023-11-29T19:42:40.880Z | Compiling indexmap v1.9.3 |
1886 | 2023-11-29T19:42:42.078Z | Compiling signal-hook-registry v1.4.1 |
1887 | 2023-11-29T19:42:42.655Z | Compiling heck v0.4.1 |
1888 | 2023-11-29T19:42:43.113Z | Compiling io-lifetimes v1.0.11 |
1889 | 2023-11-29T19:42:43.812Z | Compiling ring v0.16.20 |
1890 | 2023-11-29T19:42:43.849Z | Compiling mio v0.8.9 |
1891 | 2023-11-29T19:42:45.383Z | Compiling num-integer v0.1.45 |
1892 | 2023-11-29T19:42:45.405Z | Compiling semver v1.0.20 |
1893 | 2023-11-29T19:42:45.609Z | Compiling ryu v1.0.15 |
1894 | 2023-11-29T19:42:45.779Z | Compiling const-oid v0.9.5 |
1895 | 2023-11-29T19:42:46.198Z | Compiling rustix v0.37.23 |
1896 | 2023-11-29T19:42:46.995Z | Compiling spin v0.5.2 |
1897 | 2023-11-29T19:42:47.362Z | Compiling socket2 v0.5.5 |
1898 | 2023-11-29T19:42:47.800Z | Compiling num_cpus v1.16.0 |
1899 | 2023-11-29T19:42:47.962Z | Compiling ucd-trie v0.1.6 |
1900 | 2023-11-29T19:42:48.600Z | Compiling httparse v1.8.0 |
1901 | 2023-11-29T19:42:48.733Z | Compiling openssl v0.10.57 |
1902 | 2023-11-29T19:42:48.738Z | Compiling unicode-xid v0.2.4 |
1903 | 2023-11-29T19:42:48.964Z | Compiling futures-sink v0.3.29 |
1904 | 2023-11-29T19:42:49.160Z | Compiling synstructure v0.12.6 |
1905 | 2023-11-29T19:42:49.460Z | Compiling tinyvec_macros v0.1.1 |
1906 | 2023-11-29T19:42:49.570Z | Compiling tinyvec v1.6.0 |
1907 | 2023-11-29T19:42:50.562Z | Compiling ppv-lite86 v0.2.17 |
1908 | 2023-11-29T19:42:50.669Z | Compiling futures-io v0.3.29 |
1909 | 2023-11-29T19:42:51.054Z | Compiling crc32fast v1.3.2 |
1910 | 2023-11-29T19:42:51.101Z | Compiling pin-utils v0.1.0 |
1911 | 2023-11-29T19:42:51.217Z | Compiling native-tls v0.2.11 |
1912 | 2023-11-29T19:42:51.735Z | Compiling rustls v0.21.9 |
1913 | 2023-11-29T19:42:51.741Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1914 | 2023-11-29T19:42:51.820Z | Compiling rand_chacha v0.3.1 |
1915 | 2023-11-29T19:42:51.930Z | Compiling spin v0.9.8 |
1916 | 2023-11-29T19:42:52.275Z | Compiling unicode-normalization v0.1.22 |
1917 | 2023-11-29T19:42:52.289Z | Compiling tracing-core v0.1.31 |
1918 | 2023-11-29T19:42:52.846Z | Compiling subtle v2.5.0 |
1919 | 2023-11-29T19:42:52.945Z | Compiling unicode-bidi v0.3.13 |
1920 | 2023-11-29T19:42:53.428Z | Compiling rand v0.8.5 |
1921 | 2023-11-29T19:42:54.572Z | Compiling errno v0.3.2 |
1922 | 2023-11-29T19:42:55.050Z | Compiling num-iter v0.1.43 |
1923 | 2023-11-29T19:42:55.054Z | Compiling ahash v0.8.3 |
1924 | 2023-11-29T19:42:55.054Z | Compiling usdt-impl v0.3.5 |
1925 | 2023-11-29T19:42:55.494Z | Compiling base64 v0.21.5 |
1926 | 2023-11-29T19:42:55.788Z | Compiling rustix v0.38.25 |
1927 | 2023-11-29T19:42:56.156Z | Compiling signal-hook v0.3.17 |
1928 | 2023-11-29T19:42:56.524Z | Compiling serde_derive v1.0.192 |
1929 | 2023-11-29T19:42:56.537Z | Compiling zeroize_derive v1.4.2 |
1930 | 2023-11-29T19:42:56.740Z | Compiling tokio-macros v2.2.0 |
1931 | 2023-11-29T19:42:56.753Z | Compiling thiserror-impl v1.0.49 |
1932 | 2023-11-29T19:42:56.766Z | Compiling futures-macro v0.3.29 |
1933 | 2023-11-29T19:42:57.041Z | Compiling tracing-attributes v0.1.26 |
1934 | 2023-11-29T19:42:57.432Z | Compiling zerocopy-derive v0.2.0 |
1935 | 2023-11-29T19:42:58.561Z | Compiling openssl-macros v0.1.1 |
1936 | 2023-11-29T19:42:58.726Z | Compiling zeroize v1.7.0 |
1937 | 2023-11-29T19:42:59.626Z | Compiling zerocopy-derive v0.6.4 |
1938 | 2023-11-29T19:43:00.247Z | Compiling schemars v0.8.13 |
1939 | 2023-11-29T19:43:01.347Z | Compiling pest v2.7.2 |
1940 | 2023-11-29T19:43:01.487Z | Compiling crypto-common v0.1.6 |
1941 | 2023-11-29T19:43:01.784Z | Compiling block-buffer v0.10.4 |
1942 | 2023-11-29T19:43:02.178Z | Compiling digest v0.10.7 |
1943 | 2023-11-29T19:43:02.433Z | Compiling tracing v0.1.37 |
1944 | 2023-11-29T19:43:03.164Z | Compiling serde_derive_internals v0.26.0 |
1945 | 2023-11-29T19:43:05.285Z | Compiling pest_meta v2.7.2 |
1946 | 2023-11-29T19:43:06.922Z | Compiling fnv v1.0.7 |
1947 | 2023-11-29T19:43:08.095Z | Compiling pest_generator v2.7.2 |
1948 | 2023-11-29T19:43:08.144Z | Compiling bitflags v1.3.2 |
1949 | 2023-11-29T19:43:08.279Z | Compiling schemars_derive v0.8.13 |
1950 | 2023-11-29T19:43:11.003Z | Compiling zerocopy v0.3.0 |
1951 | 2023-11-29T19:43:11.905Z | Compiling pest_derive v2.7.2 |
1952 | 2023-11-29T19:43:12.250Z | Compiling lazy_static v1.4.0 |
1953 | 2023-11-29T19:43:12.799Z | Compiling backtrace v0.3.69 |
1954 | 2023-11-29T19:43:12.804Z | Compiling memoffset v0.9.0 |
1955 | 2023-11-29T19:43:12.804Z | Compiling num-bigint v0.4.4 |
1956 | 2023-11-29T19:43:13.013Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1957 | 2023-11-29T19:43:13.016Z | Compiling equivalent v1.0.1 |
1958 | 2023-11-29T19:43:13.158Z | Compiling foreign-types-shared v0.1.1 |
1959 | 2023-11-29T19:43:13.209Z | Compiling base64ct v1.6.0 |
1960 | 2023-11-29T19:43:13.330Z | Compiling hashbrown v0.12.3 |
1961 | 2023-11-29T19:43:13.432Z | Compiling percent-encoding v2.3.0 |
1962 | 2023-11-29T19:43:13.444Z | Compiling async-trait v0.1.74 |
1963 | 2023-11-29T19:43:13.924Z | Compiling smoltcp v0.9.1 |
1964 | 2023-11-29T19:43:13.995Z | Compiling crossbeam-utils v0.8.16 |
1965 | 2023-11-29T19:43:14.098Z | Compiling iana-time-zone v0.1.57 |
1966 | 2023-11-29T19:43:14.603Z | Compiling hashbrown v0.14.2 |
1967 | 2023-11-29T19:43:14.658Z | Compiling doc-comment v0.3.3 |
1968 | 2023-11-29T19:43:14.886Z | Compiling openssl-probe v0.1.5 |
1969 | 2023-11-29T19:43:15.179Z | Compiling untrusted v0.9.0 |
1970 | 2023-11-29T19:43:15.268Z | Compiling untrusted v0.7.1 |
1971 | 2023-11-29T19:43:15.621Z | Compiling pem-rfc7468 v0.7.0 |
1972 | 2023-11-29T19:43:16.660Z | Compiling foreign-types v0.3.2 |
1973 | 2023-11-29T19:43:16.759Z | Compiling dtrace-parser v0.1.14 |
1974 | 2023-11-29T19:43:18.146Z | Compiling dof v0.1.5 |
1975 | 2023-11-29T19:43:18.488Z | Compiling clap_derive v4.4.2 |
1976 | 2023-11-29T19:43:18.906Z | Compiling bytes v1.5.0 |
1977 | 2023-11-29T19:43:19.431Z | Compiling bitflags v2.4.0 |
1978 | 2023-11-29T19:43:20.810Z | Compiling tokio v1.34.0 |
1979 | 2023-11-29T19:43:20.816Z | Compiling rustc_version v0.4.0 |
1980 | 2023-11-29T19:43:21.165Z | Compiling http v0.2.11 |
1981 | 2023-11-29T19:43:21.351Z | Compiling uuid v1.6.1 |
1982 | 2023-11-29T19:43:22.489Z | Compiling heapless v0.7.16 |
1983 | 2023-11-29T19:43:23.071Z | Compiling chrono v0.4.31 |
1984 | 2023-11-29T19:43:23.158Z | Compiling indexmap v2.1.0 |
1985 | 2023-11-29T19:43:23.767Z | Compiling der_derive v0.7.2 |
1986 | 2023-11-29T19:43:27.528Z | Compiling thread-id v4.2.0 |
1987 | 2023-11-29T19:43:27.674Z | Compiling time-core v0.1.1 |
1988 | 2023-11-29T19:43:27.787Z | Compiling anstyle v1.0.2 |
1989 | 2023-11-29T19:43:27.927Z | Compiling adler v1.0.2 |
1990 | 2023-11-29T19:43:28.418Z | Compiling utf8parse v0.2.1 |
1991 | 2023-11-29T19:43:28.705Z | Compiling cpufeatures v0.2.9 |
1992 | 2023-11-29T19:43:28.714Z | Compiling flagset v0.4.3 |
1993 | 2023-11-29T19:43:28.887Z | Compiling rustversion v1.0.14 |
1994 | 2023-11-29T19:43:29.011Z | Compiling siphasher v0.3.11 |
1995 | 2023-11-29T19:43:29.787Z | Compiling try-lock v0.2.4 |
1996 | 2023-11-29T19:43:29.911Z | Compiling der v0.7.8 |
1997 | 2023-11-29T19:43:29.989Z | Compiling want v0.3.1 |
1998 | 2023-11-29T19:43:30.383Z | Compiling sha2 v0.10.8 |
1999 | 2023-11-29T19:43:32.890Z | Compiling anstyle-parse v0.2.1 |
2000 | 2023-11-29T19:43:33.460Z | Compiling tokio-util v0.7.10 |
2001 | 2023-11-29T19:43:33.881Z | Compiling miniz_oxide v0.7.1 |
2002 | 2023-11-29T19:43:35.786Z | Compiling h2 v0.3.21 |
2003 | 2023-11-29T19:43:36.393Z | Compiling time-macros v0.2.13 |
2004 | 2023-11-29T19:43:42.598Z | Compiling http-body v0.4.5 |
2005 | 2023-11-29T19:43:43.251Z | Compiling serde_tokenstream v0.1.7 |
2006 | 2023-11-29T19:43:43.315Z | Compiling sct v0.7.0 |
2007 | 2023-11-29T19:43:43.359Z | Compiling rustls-webpki v0.101.7 |
2008 | 2023-11-29T19:43:44.023Z | Compiling form_urlencoded v1.2.0 |
2009 | 2023-11-29T19:43:44.505Z | Compiling hubpack_derive v0.1.1 |
2010 | 2023-11-29T19:43:44.919Z | Compiling pin-project-internal v1.1.3 |
2011 | 2023-11-29T19:43:45.796Z | Compiling socket2 v0.4.9 |
2012 | 2023-11-29T19:43:45.864Z | Compiling crossbeam-epoch v0.9.15 |
2013 | 2023-11-29T19:43:46.266Z | Compiling radium v0.7.0 |
2014 | 2023-11-29T19:43:46.760Z | Compiling anyhow v1.0.75 |
2015 | 2023-11-29T19:43:47.484Z | Compiling slog v2.7.0 |
2016 | 2023-11-29T19:43:47.662Z | Compiling anstyle-query v1.0.0 |
2017 | 2023-11-29T19:43:47.858Z | Compiling colorchoice v1.0.0 |
2018 | 2023-11-29T19:43:48.149Z | Compiling httpdate v1.0.3 |
2019 | 2023-11-29T19:43:48.786Z | Compiling tower-service v0.3.2 |
2020 | 2023-11-29T19:43:48.935Z | Compiling hyper v0.14.27 |
2021 | 2023-11-29T19:43:49.155Z | Compiling anstream v0.5.0 |
2022 | 2023-11-29T19:43:57.098Z | Compiling terminal_size v0.2.6 |
2023 | 2023-11-29T19:43:57.370Z | Compiling spki v0.7.2 |
2024 | 2023-11-29T19:43:58.268Z | Compiling toml_datetime v0.6.5 |
2025 | 2023-11-29T19:43:58.895Z | Compiling serde_spanned v0.6.4 |
2026 | 2023-11-29T19:43:59.941Z | Compiling rustls-pemfile v1.0.3 |
2027 | 2023-11-29T19:44:00.446Z | Compiling hmac v0.12.1 |
2028 | 2023-11-29T19:44:00.784Z | Compiling md-5 v0.10.5 |
2029 | 2023-11-29T19:44:01.121Z | Compiling zerocopy v0.6.4 |
2030 | 2023-11-29T19:44:02.145Z | Compiling stringprep v0.1.3 |
2031 | 2023-11-29T19:44:02.643Z | Compiling idna v0.4.0 |
2032 | 2023-11-29T19:44:03.935Z | Compiling diesel_table_macro_syntax v0.1.0 |
2033 | 2023-11-29T19:44:04.515Z | Compiling hash32 v0.2.1 |
2034 | 2023-11-29T19:44:04.617Z | Compiling aho-corasick v1.0.4 |
2035 | 2023-11-29T19:44:04.675Z | Compiling fallible-iterator v0.2.0 |
2036 | 2023-11-29T19:44:05.029Z | Compiling strsim v0.10.0 |
2037 | 2023-11-29T19:44:05.336Z | Compiling maybe-uninit v2.0.0 |
2038 | 2023-11-29T19:44:05.861Z | Compiling stable_deref_trait v1.2.0 |
2039 | 2023-11-29T19:44:05.974Z | Compiling either v1.9.0 |
2040 | 2023-11-29T19:44:06.176Z | Compiling tap v1.0.1 |
2041 | 2023-11-29T19:44:06.403Z | Compiling winnow v0.5.15 |
2042 | 2023-11-29T19:44:06.445Z | Compiling clap_lex v0.5.1 |
2043 | 2023-11-29T19:44:06.496Z | Compiling gimli v0.28.0 |
2044 | 2023-11-29T19:44:07.166Z | Compiling dyn-clone v1.0.13 |
2045 | 2023-11-29T19:44:07.430Z | Compiling regex-syntax v0.8.2 |
2046 | 2023-11-29T19:44:08.740Z | Compiling clap_builder v4.4.2 |
2047 | 2023-11-29T19:44:09.156Z | Compiling wyz v0.5.1 |
2048 | 2023-11-29T19:44:09.924Z | Compiling postgres-protocol v0.6.6 |
2049 | 2023-11-29T19:44:11.332Z | Compiling diesel_derives v2.1.2 |
2050 | 2023-11-29T19:44:11.576Z | Compiling url v2.4.1 |
2051 | 2023-11-29T19:44:13.438Z | Compiling addr2line v0.21.0 |
2052 | 2023-11-29T19:44:13.671Z | Compiling regex-automata v0.4.3 |
2053 | 2023-11-29T19:44:13.721Z | Compiling tokio-rustls v0.24.1 |
2054 | 2023-11-29T19:44:14.540Z | Compiling rustls-native-certs v0.6.3 |
2055 | 2023-11-29T19:44:15.100Z | Compiling strum_macros v0.25.2 |
2056 | 2023-11-29T19:44:19.256Z | Compiling tokio-native-tls v0.3.1 |
2057 | 2023-11-29T19:44:22.027Z | Compiling usdt-attr-macro v0.3.5 |
2058 | 2023-11-29T19:44:22.253Z | Compiling usdt-macro v0.3.5 |
2059 | 2023-11-29T19:44:24.105Z | Compiling phf_shared v0.11.2 |
2060 | 2023-11-29T19:44:24.990Z | Compiling block-padding v0.3.3 |
2061 | 2023-11-29T19:44:25.294Z | Compiling snafu-derive v0.7.5 |
2062 | 2023-11-29T19:44:25.312Z | Compiling enum-as-inner v0.5.1 |
2063 | 2023-11-29T19:44:25.580Z | Compiling serde_repr v0.1.16 |
2064 | 2023-11-29T19:44:27.120Z | Compiling scheduled-thread-pool v0.2.7 |
2065 | 2023-11-29T19:44:27.191Z | Compiling object v0.32.1 |
2066 | 2023-11-29T19:44:30.627Z | Compiling matches v0.1.10 |
2067 | 2023-11-29T19:44:30.798Z | Compiling num-bigint-dig v0.8.4 |
2068 | 2023-11-29T19:44:31.216Z | Compiling regex-automata v0.1.10 |
2069 | 2023-11-29T19:44:31.975Z | Compiling rustc-demangle v0.1.23 |
2070 | 2023-11-29T19:44:33.360Z | Compiling deranged v0.3.8 |
2071 | 2023-11-29T19:44:33.372Z | Compiling ipnet v2.8.0 |
2072 | 2023-11-29T19:44:35.620Z | Compiling packed_struct v0.10.1 |
2073 | 2023-11-29T19:44:36.027Z | Compiling funty v2.0.0 |
2074 | 2023-11-29T19:44:36.308Z | Compiling bit-vec v0.6.3 |
2075 | 2023-11-29T19:44:36.770Z | Compiling num_threads v0.1.6 |
2076 | 2023-11-29T19:44:36.950Z | Compiling managed v0.8.0 |
2077 | 2023-11-29T19:44:38.384Z | Compiling bitvec v1.0.1 |
2078 | 2023-11-29T19:44:41.134Z | Compiling time v0.3.27 |
2079 | 2023-11-29T19:44:44.444Z | Compiling bstr v0.2.17 |
2080 | 2023-11-29T19:44:45.846Z | Compiling idna v0.2.3 |
2081 | 2023-11-29T19:44:46.721Z | Compiling r2d2 v0.8.10 |
2082 | 2023-11-29T19:44:48.216Z | Compiling inout v0.1.3 |
2083 | 2023-11-29T19:44:49.355Z | Compiling phf v0.11.2 |
2084 | 2023-11-29T19:44:50.277Z | Compiling regex v1.10.2 |
2085 | 2023-11-29T19:44:50.651Z | Compiling hyper-tls v0.5.0 |
2086 | 2023-11-29T19:44:51.152Z | Compiling signal-hook-mio v0.2.3 |
2087 | 2023-11-29T19:44:51.368Z | Compiling clap v4.4.3 |
2088 | 2023-11-29T19:44:51.534Z | Compiling hyper-rustls v0.24.2 |
2089 | 2023-11-29T19:44:51.930Z | Compiling flate2 v1.0.28 |
2090 | 2023-11-29T19:44:52.289Z | Compiling toml_edit v0.19.15 |
2091 | 2023-11-29T19:44:53.425Z | Compiling bzip2 v0.4.4 |
2092 | 2023-11-29T19:44:53.947Z | Compiling ipnetwork v0.20.0 |
2093 | 2023-11-29T19:44:53.981Z | Compiling postgres-types v0.2.6 |
2094 | 2023-11-29T19:44:54.632Z | Compiling itertools v0.11.0 |
2095 | 2023-11-29T19:44:55.200Z | Compiling pkcs8 v0.10.2 |
2096 | 2023-11-29T19:44:55.913Z | Compiling pin-project v1.1.3 |
2097 | 2023-11-29T19:44:56.384Z | Compiling hubpack v0.1.2 |
2098 | 2023-11-29T19:44:56.481Z | Compiling serde_urlencoded v0.7.1 |
2099 | 2023-11-29T19:44:57.075Z | Compiling phf_shared v0.10.0 |
2100 | 2023-11-29T19:44:57.386Z | Compiling futures-executor v0.3.29 |
2101 | 2023-11-29T19:44:58.502Z | Compiling signature v2.1.0 |
2102 | 2023-11-29T19:45:00.618Z | Compiling packed_struct_codegen v0.10.1 |
2103 | 2023-11-29T19:45:01.337Z | Compiling float-cmp v0.9.0 |
2104 | 2023-11-29T19:45:02.371Z | Compiling encoding_rs v0.8.33 |
2105 | 2023-11-29T19:45:03.522Z | Compiling difflib v0.4.0 |
2106 | 2023-11-29T19:45:03.697Z | Compiling static_assertions v1.1.0 |
2107 | 2023-11-29T19:45:04.427Z | Compiling unicode-width v0.1.11 |
2108 | 2023-11-29T19:45:04.651Z | Compiling regex-automata v0.3.8 |
2109 | 2023-11-29T19:45:04.925Z | Compiling new_debug_unreachable v1.0.4 |
2110 | 2023-11-29T19:45:05.048Z | Compiling normalize-line-endings v0.3.0 |
2111 | 2023-11-29T19:45:05.349Z | Compiling mime v0.3.17 |
2112 | 2023-11-29T19:45:05.477Z | Compiling predicates-core v1.0.6 |
2113 | 2023-11-29T19:45:05.584Z | Compiling crc-catalog v2.2.0 |
2114 | 2023-11-29T19:45:05.908Z | Compiling precomputed-hash v0.1.1 |
2115 | 2023-11-29T19:45:06.152Z | Compiling whoami v1.4.1 |
2116 | 2023-11-29T19:45:06.963Z | Compiling fixedbitset v0.4.2 |
2117 | 2023-11-29T19:45:07.568Z | Compiling unicode-segmentation v1.10.1 |
2118 | 2023-11-29T19:45:08.405Z | Compiling nodrop v0.1.14 |
2119 | 2023-11-29T19:45:08.486Z | Compiling data-encoding v2.4.0 |
2120 | 2023-11-29T19:45:08.603Z | Compiling webpki-roots v0.25.2 |
2121 | 2023-11-29T19:45:08.808Z | Compiling reqwest v0.11.22 |
2122 | 2023-11-29T19:45:08.983Z | Compiling similar v2.2.1 |
2123 | 2023-11-29T19:45:11.373Z | Compiling trust-dns-proto v0.22.0 |
2124 | 2023-11-29T19:45:15.096Z | Compiling array-init v0.0.4 |
2125 | 2023-11-29T19:45:17.227Z | Compiling bstr v1.6.0 |
2126 | 2023-11-29T19:45:17.954Z | Compiling petgraph v0.6.4 |
2127 | 2023-11-29T19:45:19.624Z | Compiling tokio-postgres v0.7.10 |
2128 | 2023-11-29T19:45:23.436Z | Compiling string_cache v0.8.7 |
2129 | 2023-11-29T19:45:23.958Z | Compiling crc v3.0.1 |
2130 | 2023-11-29T19:45:24.124Z | Compiling predicates v3.0.4 |
2131 | 2023-11-29T19:45:27.221Z | Compiling console v0.15.7 |
2132 | 2023-11-29T19:45:28.614Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2133 | 2023-11-29T19:45:37.264Z | Compiling futures v0.3.29 |
2134 | 2023-11-29T19:45:37.418Z | Compiling toml v0.7.8 |
2135 | 2023-11-29T19:45:39.546Z | Compiling snafu v0.7.5 |
2136 | 2023-11-29T19:45:40.036Z | Compiling pkcs1 v0.7.5 |
2137 | 2023-11-29T19:45:41.873Z | Compiling smallvec v0.6.14 |
2138 | 2023-11-29T19:45:41.879Z | Compiling diesel v2.1.4 |
2139 | 2023-11-29T19:45:41.879Z | Compiling zip v0.6.6 |
2140 | 2023-11-29T19:45:41.879Z | Compiling yasna v0.5.2 |
2141 | 2023-11-29T19:45:42.643Z | Compiling crossterm v0.27.0 |
2142 | 2023-11-29T19:45:43.405Z | Compiling hashbrown v0.13.2 |
2143 | 2023-11-29T19:45:43.981Z | Compiling cipher v0.4.4 |
2144 | 2023-11-29T19:45:47.036Z | Compiling bit-set v0.5.3 |
2145 | 2023-11-29T19:45:47.472Z | Compiling usdt v0.3.5 |
2146 | 2023-11-29T19:45:47.854Z | Compiling is-terminal v0.4.9 |
2147 | 2023-11-29T19:45:48.245Z | Compiling toml_edit v0.21.0 |
2148 | 2023-11-29T19:45:50.551Z | Compiling itertools v0.10.5 |
2149 | 2023-11-29T19:45:54.688Z | Compiling tokio-stream v0.1.14 |
2150 | 2023-11-29T19:45:55.285Z | Compiling openapiv3 v2.0.0-rc.1 |
2151 | 2023-11-29T19:45:56.233Z | Compiling hex v0.4.3 |
2152 | 2023-11-29T19:46:04.249Z | Compiling termcolor v1.2.0 |
2153 | 2023-11-29T19:46:06.728Z | Compiling lalrpop-util v0.19.12 |
2154 | 2023-11-29T19:46:06.943Z | Compiling bitfield v0.14.0 |
2155 | 2023-11-29T19:46:15.033Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2156 | 2023-11-29T19:46:22.364Z | Compiling env_logger v0.10.0 |
2157 | 2023-11-29T19:46:32.092Z | Compiling rsa v0.9.2 |
2158 | 2023-11-29T19:46:39.401Z | Compiling serde-hex v0.1.0 |
2159 | 2023-11-29T19:46:42.126Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2160 | 2023-11-29T19:46:47.683Z | Compiling x509-cert v0.2.4 |
2161 | 2023-11-29T19:46:48.720Z | Compiling ron v0.8.1 |
2162 | 2023-11-29T19:46:48.742Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2163 | 2023-11-29T19:46:51.474Z | Compiling crc-any v2.4.3 |
2164 | 2023-11-29T19:47:08.432Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2165 | 2023-11-29T19:47:10.476Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2166 | 2023-11-29T19:47:29.141Z | Compiling object v0.30.4 |
2167 | 2023-11-29T19:47:42.713Z | Compiling path-slash v0.1.5 |
2168 | 2023-11-29T19:47:42.943Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2169 | 2023-11-29T19:48:27.951Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2170 | 2023-11-29T19:48:29.094Z | Finished release [optimized] target(s) in 5m 57s |
2171 | 2023-11-29T19:48:29.181Z | |
2172 | 2023-11-29T19:48:29.185Z | real 5:57.676207748 |
2173 | 2023-11-29T19:48:29.185Z | user 41:13.657486191 |
2174 | 2023-11-29T19:48:29.185Z | sys 3:40.369507152 |
2175 | 2023-11-29T19:48:29.185Z | trap 1.649553918 |
2176 | 2023-11-29T19:48:29.185Z | tflt 1.091020108 |
2177 | 2023-11-29T19:48:29.185Z | dflt 0.642561762 |
2178 | 2023-11-29T19:48:29.185Z | kflt 0.000137467 |
2179 | 2023-11-29T19:48:29.185Z | lock 1:32:05.406348982 |
2180 | 2023-11-29T19:48:29.185Z | slp 1:56:21.530569728 |
2181 | 2023-11-29T19:48:29.185Z | lat 1:50.966079799 |
2182 | 2023-11-29T19:48:29.185Z | stop 1:33.482594164 |
2183 | 2023-11-29T19:48:29.185Z | + ptime -m gzip |
2184 | 2023-11-29T19:48:29.929Z | |
2185 | 2023-11-29T19:48:29.970Z | real 0.671038153 |
2186 | 2023-11-29T19:48:29.970Z | user 0.660080390 |
2187 | 2023-11-29T19:48:29.970Z | sys 0.008419502 |
2188 | 2023-11-29T19:48:29.970Z | trap 0.000721111 |
2189 | 2023-11-29T19:48:29.970Z | tflt 0.000000000 |
2190 | 2023-11-29T19:48:29.970Z | dflt 0.000000000 |
2191 | 2023-11-29T19:48:29.970Z | kflt 0.000000000 |
2192 | 2023-11-29T19:48:29.970Z | lock 0.000000000 |
2193 | 2023-11-29T19:48:29.970Z | slp 0.000000000 |
2194 | 2023-11-29T19:48:29.970Z | lat 0.001484178 |
2195 | 2023-11-29T19:48:29.970Z | stop 0.000231373 |
2196 | 2023-11-29T19:48:29.970Z | + banner tufaceous |
2197 | 2023-11-29T19:48:29.970Z | |
2198 | 2023-11-29T19:48:29.970Z | ##### # # ###### ## #### ###### #### # # #### |
2199 | 2023-11-29T19:48:29.970Z | # # # # # # # # # # # # # # |
2200 | 2023-11-29T19:48:29.970Z | # # # ##### # # # ##### # # # # #### |
2201 | 2023-11-29T19:48:29.970Z | # # # # ###### # # # # # # # |
2202 | 2023-11-29T19:48:29.970Z | # # # # # # # # # # # # # # # |
2203 | 2023-11-29T19:48:29.970Z | # #### # # # #### ###### #### #### #### |
2204 | 2023-11-29T19:48:29.970Z | |
2205 | 2023-11-29T19:48:29.970Z | + ptime -m cargo build --locked -p tufaceous --release |
2206 | 2023-11-29T19:48:30.500Z | Downloading crates ... |
2207 | 2023-11-29T19:48:30.912Z | Downloaded humantime v2.1.0 |
2208 | 2023-11-29T19:48:30.917Z | Downloaded buf-list v1.0.3 |
2209 | 2023-11-29T19:48:30.923Z | Downloaded fs-err v2.11.0 |
2210 | 2023-11-29T19:48:30.933Z | Downloaded typed-path v0.6.0 |
2211 | 2023-11-29T19:48:30.943Z | Downloaded serde_plain v1.0.2 |
2212 | 2023-11-29T19:48:30.949Z | Downloaded bytesize v1.3.0 |
2213 | 2023-11-29T19:48:30.952Z | Downloaded olpc-cjson v0.1.3 |
2214 | 2023-11-29T19:48:30.955Z | Downloaded globset v0.4.13 |
2215 | 2023-11-29T19:48:30.958Z | Downloaded tough v0.15.0 |
2216 | 2023-11-29T19:48:30.968Z | Downloaded async-recursion v1.0.5 |
2217 | 2023-11-29T19:48:31.120Z | Compiling serde_tokenstream v0.2.0 |
2218 | 2023-11-29T19:48:31.155Z | Compiling regress v0.7.1 |
2219 | 2023-11-29T19:48:31.175Z | Compiling dirs-sys-next v0.1.2 |
2220 | 2023-11-29T19:48:31.175Z | Compiling ident_case v1.0.1 |
2221 | 2023-11-29T19:48:31.188Z | Compiling thread_local v1.1.7 |
2222 | 2023-11-29T19:48:31.188Z | Compiling heck v0.4.1 |
2223 | 2023-11-29T19:48:31.188Z | Compiling slog-async v2.8.0 |
2224 | 2023-11-29T19:48:31.385Z | Compiling dirs-next v2.0.0 |
2225 | 2023-11-29T19:48:31.729Z | Compiling darling_core v0.20.3 |
2226 | 2023-11-29T19:48:31.830Z | Compiling camino v1.1.6 |
2227 | 2023-11-29T19:48:31.939Z | Compiling term v0.7.0 |
2228 | 2023-11-29T19:48:32.460Z | Compiling crossbeam-channel v0.5.8 |
2229 | 2023-11-29T19:48:32.706Z | Compiling getopts v0.2.21 |
2230 | 2023-11-29T19:48:32.946Z | Compiling structmeta-derive v0.2.0 |
2231 | 2023-11-29T19:48:33.124Z | Compiling atty v0.2.14 |
2232 | 2023-11-29T19:48:33.319Z | Compiling multer v2.1.0 |
2233 | 2023-11-29T19:48:33.744Z | Compiling unsafe-libyaml v0.2.9 |
2234 | 2023-11-29T19:48:34.091Z | Compiling match_cfg v0.1.0 |
2235 | 2023-11-29T19:48:34.209Z | Compiling paste v1.0.14 |
2236 | 2023-11-29T19:48:35.309Z | Compiling take_mut v0.2.2 |
2237 | 2023-11-29T19:48:35.385Z | Compiling hostname v0.3.1 |
2238 | 2023-11-29T19:48:35.832Z | Compiling slog-term v2.9.0 |
2239 | 2023-11-29T19:48:36.583Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2240 | 2023-11-29T19:48:38.946Z | Compiling structmeta v0.2.0 |
2241 | 2023-11-29T19:48:39.538Z | Compiling serde_yaml v0.9.25 |
2242 | 2023-11-29T19:48:40.559Z | Compiling darling_macro v0.20.3 |
2243 | 2023-11-29T19:48:40.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2244 | 2023-11-29T19:48:40.735Z | Compiling slog-json v2.6.1 |
2245 | 2023-11-29T19:48:41.526Z | Compiling async-stream-impl v0.3.5 |
2246 | 2023-11-29T19:48:41.977Z | Compiling darling v0.20.3 |
2247 | 2023-11-29T19:48:42.131Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2248 | 2023-11-29T19:48:42.585Z | Compiling regex-syntax v0.7.5 |
2249 | 2023-11-29T19:48:42.835Z | Compiling fastrand v2.0.0 |
2250 | 2023-11-29T19:48:43.490Z | Compiling atomic-waker v1.1.1 |
2251 | 2023-11-29T19:48:43.766Z | Compiling waitgroup v0.1.2 |
2252 | 2023-11-29T19:48:43.848Z | Compiling async-stream v0.3.5 |
2253 | 2023-11-29T19:48:44.062Z | Compiling tempfile v3.8.1 |
2254 | 2023-11-29T19:48:44.191Z | Compiling serde_with_macros v2.3.3 |
2255 | 2023-11-29T19:48:44.310Z | Compiling slog-bunyan v2.4.0 |
2256 | 2023-11-29T19:48:47.270Z | Compiling toml v0.8.8 |
2257 | 2023-11-29T19:48:47.461Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2258 | 2023-11-29T19:48:48.074Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2259 | 2023-11-29T19:48:49.463Z | Compiling sha1 v0.10.6 |
2260 | 2023-11-29T19:48:49.596Z | Compiling serde_path_to_error v0.1.14 |
2261 | 2023-11-29T19:48:50.514Z | Compiling instant v0.1.12 |
2262 | 2023-11-29T19:48:50.737Z | Compiling fs-err v2.11.0 |
2263 | 2023-11-29T19:48:50.791Z | Compiling same-file v1.0.6 |
2264 | 2023-11-29T19:48:51.041Z | Compiling arc-swap v1.6.0 |
2265 | 2023-11-29T19:48:51.158Z | Compiling debug-ignore v1.0.5 |
2266 | 2023-11-29T19:48:51.238Z | Compiling buf-list v1.0.3 |
2267 | 2023-11-29T19:48:51.461Z | Compiling walkdir v2.4.0 |
2268 | 2023-11-29T19:48:52.124Z | Compiling slog-scope v4.4.0 |
2269 | 2023-11-29T19:48:52.249Z | Compiling backoff v0.4.0 |
2270 | 2023-11-29T19:48:52.797Z | Compiling serde_with v2.3.3 |
2271 | 2023-11-29T19:48:52.870Z | Compiling parse-display-derive v0.8.2 |
2272 | 2023-11-29T19:48:53.597Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2273 | 2023-11-29T19:48:54.323Z | Compiling globset v0.4.13 |
2274 | 2023-11-29T19:48:54.659Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2275 | 2023-11-29T19:48:54.916Z | Compiling strum v0.25.0 |
2276 | 2023-11-29T19:48:55.183Z | Compiling olpc-cjson v0.1.3 |
2277 | 2023-11-29T19:48:55.506Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2278 | 2023-11-29T19:48:56.063Z | Compiling pem v3.0.2 |
2279 | 2023-11-29T19:48:56.214Z | Compiling serde_plain v1.0.2 |
2280 | 2023-11-29T19:48:57.031Z | Compiling macaddr v1.0.1 |
2281 | 2023-11-29T19:48:58.191Z | Compiling async-recursion v1.0.5 |
2282 | 2023-11-29T19:48:58.698Z | Compiling xattr v1.0.1 |
2283 | 2023-11-29T19:48:59.127Z | Compiling filetime v0.2.22 |
2284 | 2023-11-29T19:48:59.185Z | Compiling parse-display v0.8.2 |
2285 | 2023-11-29T19:48:59.473Z | Compiling typed-path v0.6.0 |
2286 | 2023-11-29T19:48:59.585Z | Compiling tar v0.4.40 |
2287 | 2023-11-29T19:48:59.725Z | Compiling slog-stdlog v4.1.1 |
2288 | 2023-11-29T19:49:02.219Z | Compiling camino-tempfile v1.1.1 |
2289 | 2023-11-29T19:49:02.519Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2290 | 2023-11-29T19:49:02.711Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2291 | 2023-11-29T19:49:03.435Z | Compiling tough v0.15.0 |
2292 | 2023-11-29T19:49:09.162Z | Compiling itertools v0.12.0 |
2293 | 2023-11-29T19:49:09.286Z | Compiling bytesize v1.3.0 |
2294 | 2023-11-29T19:49:10.208Z | Compiling slog-envlogger v2.2.0 |
2295 | 2023-11-29T19:49:11.279Z | Compiling humantime v2.1.0 |
2296 | 2023-11-29T19:49:13.551Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2297 | 2023-11-29T19:49:38.024Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2298 | 2023-11-29T19:49:38.318Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2299 | 2023-11-29T19:49:47.933Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2023-11-29T19:49:50.177Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2301 | 2023-11-29T19:50:18.901Z | Finished release [optimized] target(s) in 1m 48s |
2302 | 2023-11-29T19:50:18.992Z | |
2303 | 2023-11-29T19:50:19.000Z | real 1:49.101161950 |
2304 | 2023-11-29T19:50:19.000Z | user 11:38.865984983 |
2305 | 2023-11-29T19:50:19.000Z | sys 44.666013450 |
2306 | 2023-11-29T19:50:19.000Z | trap 0.429723169 |
2307 | 2023-11-29T19:50:19.000Z | tflt 0.360472754 |
2308 | 2023-11-29T19:50:19.000Z | dflt 0.618375191 |
2309 | 2023-11-29T19:50:19.000Z | kflt 0.000045206 |
2310 | 2023-11-29T19:50:19.000Z | lock 21:53.424966337 |
2311 | 2023-11-29T19:50:19.000Z | slp 24:06.674799040 |
2312 | 2023-11-29T19:50:19.000Z | lat 21.283279596 |
2313 | 2023-11-29T19:50:19.000Z | stop 12.623869928 |
2314 | 2023-11-29T19:50:19.000Z | + ptime -m gzip |
2315 | 2023-11-29T19:50:21.375Z | |
2316 | 2023-11-29T19:50:21.378Z | real 2.377736969 |
2317 | 2023-11-29T19:50:21.378Z | user 2.353633250 |
2318 | 2023-11-29T19:50:21.378Z | sys 0.021774414 |
2319 | 2023-11-29T19:50:21.378Z | trap 0.000736224 |
2320 | 2023-11-29T19:50:21.378Z | tflt 0.000000000 |
2321 | 2023-11-29T19:50:21.379Z | dflt 0.000000000 |
2322 | 2023-11-29T19:50:21.379Z | kflt 0.000000000 |
2323 | 2023-11-29T19:50:21.379Z | lock 0.000000000 |
2324 | 2023-11-29T19:50:21.379Z | slp 0.000000000 |
2325 | 2023-11-29T19:50:21.379Z | lat 0.001094797 |
2326 | 2023-11-29T19:50:21.379Z | stop 0.000380894 |
2327 | 2023-11-29T19:50:21.379Z | process exited: duration 1160099 ms, exit code 0 |
|
2328 | 2023-11-29T19:50:21.397Z | found 5 output files |
2329 | 2023-11-29T19:50:21.397Z | uploading: /work/end-to-end-tests/bootstrap-8d69322849e0fa66.gz (6319379 bytes) |
2330 | 2023-11-29T19:50:25.090Z | uploaded: /work/end-to-end-tests/bootstrap-8d69322849e0fa66.gz |
2331 | 2023-11-29T19:50:25.090Z | uploading: /work/end-to-end-tests/bootstrap.gz (95351074 bytes) |
2332 | 2023-11-29T19:51:21.042Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2333 | 2023-11-29T19:51:21.042Z | uploading: /work/end-to-end-tests/end_to_end_tests-7d7c590276acd289.gz (98649315 bytes) |
2334 | 2023-11-29T19:51:45.481Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7d7c590276acd289.gz |
2335 | 2023-11-29T19:51:45.481Z | uploading: /work/caboose-util.gz (4090913 bytes) |
2336 | 2023-11-29T19:51:47.460Z | uploaded: /work/caboose-util.gz |
2337 | 2023-11-29T19:51:47.465Z | uploading: /work/tufaceous.gz (14959365 bytes) |
2338 | 2023-11-29T19:51:52.982Z | uploaded: /work/tufaceous.gz |