|
|
|
1 | 2024-02-26T13:23:27.217Z | job assigned to worker 01HQJS9S0RZMJ2NB86AF4HKQFE (queued for 53 s) |
|
2 | 2024-02-26T13:23:27.956Z | starting task 0: "setup" |
3 | 2024-02-26T13:23:28.063Z | ++ uname -s |
4 | 2024-02-26T13:23:28.067Z | + kern=SunOS |
5 | 2024-02-26T13:23:28.067Z | + case "$kern" in |
6 | 2024-02-26T13:23:28.067Z | + groupadd -g 12345 build |
7 | 2024-02-26T13:23:28.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-26T13:23:30.482Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-26T13:23:30.490Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-26T13:23:30.491Z | + home_fs=zfs |
11 | 2024-02-26T13:23:30.491Z | + [[ zfs == autofs ]] |
12 | 2024-02-26T13:23:30.491Z | + mkdir -p /home/build |
13 | 2024-02-26T13:23:30.491Z | + chown build:build /home/build /work |
14 | 2024-02-26T13:23:32.181Z | + chmod 0700 /home/build /work |
15 | 2024-02-26T13:23:32.603Z | process exited: duration 4221 ms, exit code 0 |
|
16 | 2024-02-26T13:23:32.625Z | starting task 1: "rust-toolchain" |
17 | 2024-02-26T13:23:32.637Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-26T13:23:32.638Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-26T13:23:32.749Z | info: downloading installer |
20 | 2024-02-26T13:23:34.507Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-26T13:23:34.507Z | warning: /opt/ooce/bin |
22 | 2024-02-26T13:23:34.507Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-26T13:23:34.507Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-26T13:23:34.507Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-26T13:23:34.507Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-26T13:23:34.507Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-26T13:23:34.508Z | error: cannot install while Rust is installed |
28 | 2024-02-26T13:23:34.508Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-26T13:23:34.659Z | info: profile set to 'default' |
30 | 2024-02-26T13:23:34.659Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-26T13:23:34.663Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-26T13:23:34.791Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-26T13:23:34.792Z | info: downloading component 'cargo' |
34 | 2024-02-26T13:23:35.450Z | info: downloading component 'clippy' |
35 | 2024-02-26T13:23:35.673Z | info: downloading component 'rust-docs' |
36 | 2024-02-26T13:23:36.480Z | info: downloading component 'rust-std' |
37 | 2024-02-26T13:23:37.921Z | info: downloading component 'rustc' |
38 | 2024-02-26T13:23:41.370Z | info: downloading component 'rustfmt' |
39 | 2024-02-26T13:23:41.575Z | info: installing component 'cargo' |
40 | 2024-02-26T13:23:42.500Z | info: installing component 'clippy' |
41 | 2024-02-26T13:23:42.904Z | info: installing component 'rust-docs' |
42 | 2024-02-26T13:23:44.406Z | info: installing component 'rust-std' |
43 | 2024-02-26T13:23:46.329Z | info: installing component 'rustc' |
44 | 2024-02-26T13:23:50.478Z | info: installing component 'rustfmt' |
45 | 2024-02-26T13:23:50.836Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-26T13:23:50.836Z | |
47 | 2024-02-26T13:23:51.100Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-26T13:23:51.100Z | |
49 | 2024-02-26T13:23:51.117Z | |
50 | 2024-02-26T13:23:51.117Z | Rust is installed now. Great! |
51 | 2024-02-26T13:23:51.117Z | |
52 | 2024-02-26T13:23:51.117Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-26T13:23:51.117Z | environment variable. This has not been done automatically. |
54 | 2024-02-26T13:23:51.117Z | |
55 | 2024-02-26T13:23:51.117Z | To configure your current shell, run: |
56 | 2024-02-26T13:23:51.117Z | source "$HOME/.cargo/env" |
57 | 2024-02-26T13:23:51.151Z | + rustc --version |
58 | 2024-02-26T13:23:51.221Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-26T13:23:51.230Z | process exited: duration 18593 ms, exit code 0 |
|
60 | 2024-02-26T13:23:51.242Z | starting task 2: "authentication" |
61 | 2024-02-26T13:23:51.271Z | process exited: duration 26 ms, exit code 0 |
|
62 | 2024-02-26T13:23:51.293Z | starting task 3: "clone repository" |
63 | 2024-02-26T13:23:51.317Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-26T13:23:51.317Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-26T13:23:51.543Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-26T13:23:57.627Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-26T13:23:57.627Z | + git fetch origin 8a4b9b32892e9e718e0cd107705bd539c8b38767 |
68 | 2024-02-26T13:23:57.949Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-26T13:23:57.950Z | * branch 8a4b9b32892e9e718e0cd107705bd539c8b38767 -> FETCH_HEAD |
70 | 2024-02-26T13:23:57.964Z | + [[ -n '' ]] |
71 | 2024-02-26T13:23:57.964Z | + git reset --hard 8a4b9b32892e9e718e0cd107705bd539c8b38767 |
72 | 2024-02-26T13:23:58.071Z | HEAD is now at 8a4b9b328 chore(deps): update taiki-e/install-action digest to 4ce8785 |
73 | 2024-02-26T13:23:58.075Z | process exited: duration 6777 ms, exit code 0 |
|
74 | 2024-02-26T13:23:58.082Z | starting task 4: "build" |
75 | 2024-02-26T13:23:58.088Z | + cargo --version |
76 | 2024-02-26T13:23:58.092Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-26T13:23:58.289Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-26T13:23:58.290Z | info: downloading component 'cargo' |
79 | 2024-02-26T13:23:59.111Z | info: downloading component 'clippy' |
80 | 2024-02-26T13:23:59.377Z | info: downloading component 'rust-docs' |
81 | 2024-02-26T13:24:00.396Z | info: downloading component 'rust-std' |
82 | 2024-02-26T13:24:01.930Z | info: downloading component 'rustc' |
83 | 2024-02-26T13:24:06.229Z | info: downloading component 'rustfmt' |
84 | 2024-02-26T13:24:06.464Z | info: installing component 'cargo' |
85 | 2024-02-26T13:24:07.338Z | info: installing component 'clippy' |
86 | 2024-02-26T13:24:07.695Z | info: installing component 'rust-docs' |
87 | 2024-02-26T13:24:09.270Z | info: installing component 'rust-std' |
88 | 2024-02-26T13:24:10.845Z | info: installing component 'rustc' |
89 | 2024-02-26T13:24:15.009Z | info: installing component 'rustfmt' |
90 | 2024-02-26T13:24:15.417Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-26T13:24:15.432Z | + rustc --version |
92 | 2024-02-26T13:24:15.510Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-26T13:24:15.518Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-26T13:24:30.901Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-26T13:24:32.180Z | Startup: Caching catalogs ... Done |
96 | 2024-02-26T13:24:33.718Z | Planning: Solver setup ... Done (1.205s) |
97 | 2024-02-26T13:24:33.749Z | Planning: Running solver ... Done (0.031s) |
98 | 2024-02-26T13:24:34.006Z | Planning: Finding local manifests ... Done (0.234s) |
99 | 2024-02-26T13:24:34.018Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-26T13:24:35.626Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-26T13:24:35.672Z | Planning: Package planning ... Done (0.048s) |
102 | 2024-02-26T13:24:35.724Z | Planning: Merging actions ... Done (0.052s) |
103 | 2024-02-26T13:24:36.617Z | Planning: Checking for conflicting actions ... Done (0.889s) |
104 | 2024-02-26T13:24:36.635Z | Planning: Consolidating action changes ... Done (0.012s) |
105 | 2024-02-26T13:24:40.256Z | Planning: Evaluating mediators ... Done (3.630s) |
106 | 2024-02-26T13:24:40.265Z | Planning: Planning completed in 8.03 seconds |
107 | 2024-02-26T13:24:40.279Z | Packages to install: 4 |
108 | 2024-02-26T13:24:40.279Z | Mediators to change: 2 |
109 | 2024-02-26T13:24:40.279Z | Services to change: 1 |
110 | 2024-02-26T13:24:40.279Z | Estimated space available: 148.87 GB |
111 | 2024-02-26T13:24:40.279Z | Estimated space to be consumed: 1.41 GB |
112 | 2024-02-26T13:24:40.282Z | Create boot environment: No |
113 | 2024-02-26T13:24:40.283Z | Create backup boot environment: No |
114 | 2024-02-26T13:24:40.283Z | Rebuild boot archive: No |
115 | 2024-02-26T13:24:40.283Z | |
116 | 2024-02-26T13:24:40.283Z | Changed mediators: |
117 | 2024-02-26T13:24:40.283Z | mediator clang: |
118 | 2024-02-26T13:24:40.283Z | version: None -> 15 (system default) |
119 | 2024-02-26T13:24:40.283Z | |
120 | 2024-02-26T13:24:40.283Z | mediator llvm: |
121 | 2024-02-26T13:24:40.283Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-26T13:24:40.283Z | |
123 | 2024-02-26T13:24:40.283Z | Changed packages: |
124 | 2024-02-26T13:24:40.283Z | helios-dev |
125 | 2024-02-26T13:24:40.283Z | developer/build-essential |
126 | 2024-02-26T13:24:40.283Z | None -> 11-2.0 |
127 | 2024-02-26T13:24:40.283Z | library/libxmlsec1 |
128 | 2024-02-26T13:24:40.283Z | None -> 1.2.35-2.0 |
129 | 2024-02-26T13:24:40.283Z | ooce/developer/clang-15 |
130 | 2024-02-26T13:24:40.283Z | None -> 15.0.7-2.0 |
131 | 2024-02-26T13:24:40.283Z | ooce/developer/llvm-15 |
132 | 2024-02-26T13:24:40.283Z | None -> 15.0.7-2.0 |
133 | 2024-02-26T13:24:40.283Z | |
134 | 2024-02-26T13:24:40.283Z | Services: |
135 | 2024-02-26T13:24:40.284Z | restart_fmri: |
136 | 2024-02-26T13:24:40.284Z | svc:/system/update-man-index:default |
137 | 2024-02-26T13:24:40.484Z | |
138 | 2024-02-26T13:24:40.485Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-26T13:24:45.493Z | Download: 1194/3290 items 76.8/212.6MB 36% complete (16.4M/s) |
140 | 2024-02-26T13:24:50.488Z | Download: 1239/3290 items 93.5/212.6MB 43% complete (9.3M/s) |
141 | 2024-02-26T13:25:03.941Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
142 | 2024-02-26T13:25:08.970Z | Download: 3240/3290 items 198.0/212.6MB 93% complete (15.8M/s) |
143 | 2024-02-26T13:25:11.821Z | Download: Completed 212.60 MB in 31.33 seconds (6.8M/s) |
144 | 2024-02-26T13:25:12.040Z | Actions: 1/3689 actions (Installing new actions) |
145 | 2024-02-26T13:25:17.065Z | Actions: 3583/3689 actions (Installing new actions) |
146 | 2024-02-26T13:25:17.334Z | Actions: Completed 3689 actions in 5.29 seconds. |
147 | 2024-02-26T13:25:17.517Z | Done (0.178s) |
148 | 2024-02-26T13:25:17.517Z | Done (0.000s) |
149 | 2024-02-26T13:25:17.741Z | Done (0.224s) |
150 | 2024-02-26T13:25:23.643Z | Done (5.769s) |
151 | 2024-02-26T13:25:23.868Z | Done (0.151s) |
152 | 2024-02-26T13:25:23.871Z | Done (0.000s) |
153 | 2024-02-26T13:25:24.026Z | Done (0.000s) |
154 | 2024-02-26T13:25:24.594Z | Planning: Evaluating mediator changes ... Done |
155 | 2024-02-26T13:25:24.768Z | Planning: Checking for conflicting actions ... Done |
156 | 2024-02-26T13:25:24.771Z | Planning: Consolidating action changes ... Done |
157 | 2024-02-26T13:25:25.052Z | Planning: Evaluating mediators ... Done |
158 | 2024-02-26T13:25:25.059Z | Planning: Planning completed in 0.46 seconds |
159 | 2024-02-26T13:25:25.088Z | Mediators to change: 2 |
160 | 2024-02-26T13:25:25.088Z | Create boot environment: No |
161 | 2024-02-26T13:25:25.088Z | Create backup boot environment: No |
162 | 2024-02-26T13:25:25.154Z | Done |
163 | 2024-02-26T13:25:25.154Z | Done |
164 | 2024-02-26T13:25:25.290Z | Done |
165 | 2024-02-26T13:25:29.470Z | Done |
166 | 2024-02-26T13:25:29.570Z | Done |
167 | 2024-02-26T13:25:29.570Z | Done |
168 | 2024-02-26T13:25:29.686Z | Done |
169 | 2024-02-26T13:25:30.387Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-02-26T13:25:30.390Z | Planning: Merging actions ... Done |
171 | 2024-02-26T13:25:30.595Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-02-26T13:25:30.602Z | Planning: Consolidating action changes ... Done |
173 | 2024-02-26T13:25:30.894Z | Planning: Evaluating mediators ... Done |
174 | 2024-02-26T13:25:30.941Z | Planning: Planning completed in 0.84 seconds |
175 | 2024-02-26T13:25:30.979Z | Packages to change: 1 |
176 | 2024-02-26T13:25:30.979Z | Mediators to change: 1 |
177 | 2024-02-26T13:25:30.979Z | Services to change: 1 |
178 | 2024-02-26T13:25:30.979Z | Create boot environment: No |
179 | 2024-02-26T13:25:30.979Z | Create backup boot environment: Yes |
180 | 2024-02-26T13:25:32.743Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2024-02-26T13:25:32.775Z | Actions: Completed 6 actions in 0.03 seconds. |
182 | 2024-02-26T13:25:32.775Z | Done |
183 | 2024-02-26T13:25:32.776Z | Done |
184 | 2024-02-26T13:25:32.825Z | Done |
185 | 2024-02-26T13:25:36.691Z | Done |
186 | 2024-02-26T13:25:36.778Z | Done |
187 | 2024-02-26T13:25:36.778Z | Done |
188 | 2024-02-26T13:25:36.876Z | Done |
189 | 2024-02-26T13:25:37.327Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2024-02-26T13:25:37.327Z | clang system 15 system |
191 | 2024-02-26T13:25:37.327Z | csh system system illumos |
192 | 2024-02-26T13:25:37.327Z | ctags system system illumos |
193 | 2024-02-26T13:25:37.327Z | gcc vendor 12 vendor |
194 | 2024-02-26T13:25:37.327Z | gcc system 10 system |
195 | 2024-02-26T13:25:37.327Z | gcc system 7 system |
196 | 2024-02-26T13:25:37.327Z | go system 1.20 system |
197 | 2024-02-26T13:25:37.327Z | go system 1.19 system |
198 | 2024-02-26T13:25:37.327Z | llvm system 15 system |
199 | 2024-02-26T13:25:37.327Z | llvm system 14 system |
200 | 2024-02-26T13:25:37.327Z | mariadb system 10.6 system |
201 | 2024-02-26T13:25:37.327Z | mta vendor vendor dma |
202 | 2024-02-26T13:25:37.327Z | openjdk system 17 system |
203 | 2024-02-26T13:25:37.327Z | openjdk system 11 system |
204 | 2024-02-26T13:25:37.327Z | openjdk system 1.8 system |
205 | 2024-02-26T13:25:37.327Z | openssl vendor 3 vendor |
206 | 2024-02-26T13:25:37.327Z | perl system 5.36 system |
207 | 2024-02-26T13:25:37.327Z | postgresql system 15 system |
208 | 2024-02-26T13:25:37.328Z | postgresql system 13 system |
209 | 2024-02-26T13:25:37.328Z | python vendor 3 vendor |
210 | 2024-02-26T13:25:37.328Z | python system 2 system |
211 | 2024-02-26T13:25:37.328Z | python3 system 3.11 system |
212 | 2024-02-26T13:25:37.328Z | ruby system 3.0 system |
213 | 2024-02-26T13:25:37.328Z | words vendor vendor american-english |
214 | 2024-02-26T13:25:37.328Z | words system system australian-english |
215 | 2024-02-26T13:25:37.328Z | words system system british-english |
216 | 2024-02-26T13:25:37.328Z | words system system canadian-english |
217 | 2024-02-26T13:25:37.328Z | words system system french |
218 | 2024-02-26T13:25:37.328Z | words system system italian |
219 | 2024-02-26T13:25:37.328Z | words system system ngerman |
220 | 2024-02-26T13:25:37.328Z | words system system ogerman |
221 | 2024-02-26T13:25:37.328Z | words system system spanish |
222 | 2024-02-26T13:25:37.665Z | FMRI IFO |
223 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-02-26T13:25:37.665Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-02-26T13:25:37.718Z | + set -o errexit |
232 | 2024-02-26T13:25:37.721Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2024-02-26T13:25:37.725Z | ++ cd ./tools |
234 | 2024-02-26T13:25:37.725Z | ++ pwd |
235 | 2024-02-26T13:25:37.725Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2024-02-26T13:25:37.725Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2024-02-26T13:25:37.725Z | + ARG0=ci_download_cockroachdb |
238 | 2024-02-26T13:25:37.729Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2024-02-26T13:25:37.729Z | + CIDL_VERSION=v22.1.9 |
240 | 2024-02-26T13:25:37.729Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2024-02-26T13:25:37.729Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
242 | 2024-02-26T13:25:37.729Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
243 | 2024-02-26T13:25:37.729Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
244 | 2024-02-26T13:25:37.729Z | + TARGET_DIR=out |
245 | 2024-02-26T13:25:37.729Z | + DOWNLOAD_DIR=out/downloads |
246 | 2024-02-26T13:25:37.729Z | + DEST_DIR=./out/cockroachdb |
247 | 2024-02-26T13:25:37.729Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2024-02-26T13:25:37.729Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2024-02-26T13:25:37.729Z | + main |
250 | 2024-02-26T13:25:37.729Z | + [[ 0 != 0 ]] |
251 | 2024-02-26T13:25:37.729Z | + CIDL_OS=solaris2.11 |
252 | 2024-02-26T13:25:37.730Z | + [[ 0 != 0 ]] |
253 | 2024-02-26T13:25:37.730Z | + configure_os solaris2.11 |
254 | 2024-02-26T13:25:37.730Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2024-02-26T13:25:37.730Z | current directory: /work/oxidecomputer/omicron |
256 | 2024-02-26T13:25:37.730Z | configuring based on OS: "solaris2.11" |
257 | 2024-02-26T13:25:37.730Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2024-02-26T13:25:37.730Z | + case "$1" in |
259 | 2024-02-26T13:25:37.730Z | + CIDL_BUILD=illumos |
260 | 2024-02-26T13:25:37.730Z | + CIDL_SUFFIX=tar.gz |
261 | 2024-02-26T13:25:37.730Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-02-26T13:25:37.730Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2024-02-26T13:25:37.730Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2024-02-26T13:25:37.730Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2024-02-26T13:25:37.730Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2024-02-26T13:25:37.730Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2024-02-26T13:25:37.730Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2024-02-26T13:25:37.730Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-26T13:25:37.730Z | + CIDL_SHA256FUNC=do_sha256sum |
270 | 2024-02-26T13:25:37.730Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2024-02-26T13:25:37.730Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-02-26T13:25:37.730Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-26T13:25:37.730Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-26T13:25:37.730Z | + mkdir -p out/downloads |
275 | 2024-02-26T13:25:37.734Z | + mkdir -p ./out/cockroachdb |
276 | 2024-02-26T13:25:37.734Z | + local DO_DOWNLOAD=true |
277 | 2024-02-26T13:25:37.734Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
278 | 2024-02-26T13:25:37.734Z | + '[' true == true ']' |
279 | 2024-02-26T13:25:37.734Z | + echo Downloading... |
280 | 2024-02-26T13:25:37.734Z | Downloading... |
281 | 2024-02-26T13:25:37.734Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-26T13:25:37.734Z | + 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 |
283 | 2024-02-26T13:25:40.068Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-26T13:25:40.085Z | ++ sha256sum |
285 | 2024-02-26T13:25:40.085Z | ++ awk '{print $1}' |
286 | 2024-02-26T13:25:40.164Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-02-26T13:25:40.167Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
288 | 2024-02-26T13:25:40.167Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-26T13:25:40.167Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2024-02-26T13:25:42.391Z | + do_assemble_illumos |
291 | 2024-02-26T13:25:42.391Z | + rm -r ./out/cockroachdb |
292 | 2024-02-26T13:25:42.401Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2024-02-26T13:25:42.735Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2024-02-26T13:25:42.902Z | Build Tag: v22.1.9-dirty |
295 | 2024-02-26T13:25:42.902Z | Build Time: 2022/10/26 21:17:46 |
296 | 2024-02-26T13:25:42.902Z | Distribution: OSS |
297 | 2024-02-26T13:25:42.902Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2024-02-26T13:25:42.902Z | Go Version: go1.17.13 |
299 | 2024-02-26T13:25:42.902Z | C Compiler: gcc 10.3.0 |
300 | 2024-02-26T13:25:42.902Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2024-02-26T13:25:42.902Z | Build Type: release |
302 | 2024-02-26T13:25:42.918Z | + set -o errexit |
303 | 2024-02-26T13:25:42.922Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2024-02-26T13:25:42.926Z | ++ cd ./tools |
305 | 2024-02-26T13:25:42.927Z | ++ pwd |
306 | 2024-02-26T13:25:42.927Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2024-02-26T13:25:42.927Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2024-02-26T13:25:42.927Z | + ARG0=ci_download_clickhouse |
309 | 2024-02-26T13:25:42.927Z | + TARGET_DIR=out |
310 | 2024-02-26T13:25:42.927Z | + DOWNLOAD_DIR=out/downloads |
311 | 2024-02-26T13:25:42.927Z | + DEST_DIR=./out/clickhouse |
312 | 2024-02-26T13:25:42.927Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
313 | 2024-02-26T13:25:42.934Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2024-02-26T13:25:42.934Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2024-02-26T13:25:42.934Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2024-02-26T13:25:42.934Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2024-02-26T13:25:42.934Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2024-02-26T13:25:42.934Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2024-02-26T13:25:42.935Z | + main |
320 | 2024-02-26T13:25:42.935Z | + [[ 0 != 0 ]] |
321 | 2024-02-26T13:25:42.935Z | + CIDL_OS=solaris2.11 |
322 | 2024-02-26T13:25:42.935Z | + [[ 0 != 0 ]] |
323 | 2024-02-26T13:25:42.935Z | + configure_os solaris2.11 |
324 | 2024-02-26T13:25:42.935Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2024-02-26T13:25:42.935Z | current directory: /work/oxidecomputer/omicron |
326 | 2024-02-26T13:25:42.935Z | configuring based on OS: "solaris2.11" |
327 | 2024-02-26T13:25:42.935Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2024-02-26T13:25:42.936Z | + CIDL_DASHREV= |
329 | 2024-02-26T13:25:42.936Z | + case "$1" in |
330 | 2024-02-26T13:25:42.936Z | + CIDL_PLATFORM=illumos |
331 | 2024-02-26T13:25:42.936Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2024-02-26T13:25:42.936Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2024-02-26T13:25:42.936Z | + CIDL_DASHREV=-1 |
334 | 2024-02-26T13:25:42.936Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2024-02-26T13:25:42.936Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2024-02-26T13:25:42.936Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-02-26T13:25:42.937Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-26T13:25:42.937Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2024-02-26T13:25:42.937Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2024-02-26T13:25:42.937Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-26T13:25:42.937Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-26T13:25:42.937Z | + mkdir -p out/downloads |
343 | 2024-02-26T13:25:42.937Z | + mkdir -p ./out/clickhouse |
344 | 2024-02-26T13:25:42.937Z | + local DO_DOWNLOAD=true |
345 | 2024-02-26T13:25:42.937Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2024-02-26T13:25:42.937Z | + '[' true == true ']' |
347 | 2024-02-26T13:25:42.937Z | Downloading... |
348 | 2024-02-26T13:25:42.937Z | + echo Downloading... |
349 | 2024-02-26T13:25:42.937Z | + 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 |
350 | 2024-02-26T13:25:42.937Z | + 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 |
351 | 2024-02-26T13:25:44.279Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-26T13:25:44.286Z | ++ md5sum |
353 | 2024-02-26T13:25:44.286Z | ++ awk '{print $1}' |
354 | 2024-02-26T13:25:44.460Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-26T13:25:44.460Z | + [[ 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 ]] |
356 | 2024-02-26T13:25:44.460Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2024-02-26T13:25:44.468Z | + mkdir -p ./out/clickhouse |
358 | 2024-02-26T13:25:44.469Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2024-02-26T13:25:47.603Z | + ./out/clickhouse/clickhouse server --version |
360 | 2024-02-26T13:25:47.634Z | ClickHouse server version 22.8.9.1. |
361 | 2024-02-26T13:25:48.050Z | + set -o errexit |
362 | 2024-02-26T13:25:48.050Z | +++ dirname ./tools/ci_download_console |
363 | 2024-02-26T13:25:48.050Z | ++ cd ./tools |
364 | 2024-02-26T13:25:48.050Z | ++ pwd |
365 | 2024-02-26T13:25:48.050Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2024-02-26T13:25:48.056Z | ++ basename ./tools/ci_download_console |
367 | 2024-02-26T13:25:48.056Z | + ARG0=ci_download_console |
368 | 2024-02-26T13:25:48.056Z | + TARGET_DIR=out |
369 | 2024-02-26T13:25:48.056Z | + DOWNLOAD_DIR=out/downloads |
370 | 2024-02-26T13:25:48.056Z | + DEST_DIR=./out/console-assets |
371 | 2024-02-26T13:25:48.056Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2024-02-26T13:25:48.056Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
373 | 2024-02-26T13:25:48.056Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
374 | 2024-02-26T13:25:48.056Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
375 | 2024-02-26T13:25:48.057Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2024-02-26T13:25:48.057Z | + main |
377 | 2024-02-26T13:25:48.057Z | + [[ 0 != 0 ]] |
378 | 2024-02-26T13:25:48.057Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
379 | 2024-02-26T13:25:48.057Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
380 | 2024-02-26T13:25:48.057Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2024-02-26T13:25:48.057Z | + local DO_DOWNLOAD=true |
382 | 2024-02-26T13:25:48.057Z | Local file: out/downloads/console.tar.gz |
383 | 2024-02-26T13:25:48.057Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2024-02-26T13:25:48.057Z | + mkdir -p out/downloads |
385 | 2024-02-26T13:25:48.057Z | + '[' true == true ']' |
386 | 2024-02-26T13:25:48.057Z | + echo Downloading... |
387 | 2024-02-26T13:25:48.057Z | Downloading... |
388 | 2024-02-26T13:25:48.057Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
389 | 2024-02-26T13:25:48.057Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
390 | 2024-02-26T13:25:48.277Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2024-02-26T13:25:48.292Z | ++ case "$OSTYPE" in |
392 | 2024-02-26T13:25:48.292Z | ++ SHA=sha256sum |
393 | 2024-02-26T13:25:48.292Z | ++ sha256sum |
394 | 2024-02-26T13:25:48.293Z | ++ awk '{print $1}' |
395 | 2024-02-26T13:25:48.715Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
396 | 2024-02-26T13:25:48.715Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
397 | 2024-02-26T13:25:48.716Z | + rm -rf ./out/console-assets |
398 | 2024-02-26T13:25:48.716Z | + mkdir -p ./out/console-assets |
399 | 2024-02-26T13:25:48.716Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2024-02-26T13:25:48.716Z | + mkdir -p ./out/console-assets |
401 | 2024-02-26T13:25:48.716Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2024-02-26T13:25:49.143Z | + set -o errexit |
403 | 2024-02-26T13:25:49.143Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2024-02-26T13:25:49.143Z | ++ cd ./tools |
405 | 2024-02-26T13:25:49.143Z | ++ pwd |
406 | 2024-02-26T13:25:49.143Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-02-26T13:25:49.144Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2024-02-26T13:25:49.144Z | + ARG0=ci_download_maghemite_openapi |
409 | 2024-02-26T13:25:49.144Z | + TARGET_DIR=out |
410 | 2024-02-26T13:25:49.144Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-02-26T13:25:49.144Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2024-02-26T13:25:49.144Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
413 | 2024-02-26T13:25:49.144Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
414 | 2024-02-26T13:25:49.144Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
415 | 2024-02-26T13:25:49.144Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
416 | 2024-02-26T13:25:49.144Z | + main |
417 | 2024-02-26T13:25:49.144Z | + [[ 0 != 0 ]] |
418 | 2024-02-26T13:25:49.144Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
419 | 2024-02-26T13:25:49.144Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
420 | 2024-02-26T13:25:49.144Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
421 | 2024-02-26T13:25:49.144Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
422 | 2024-02-26T13:25:49.144Z | + local DO_DOWNLOAD=true |
423 | 2024-02-26T13:25:49.144Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
424 | 2024-02-26T13:25:49.144Z | + mkdir -p out/downloads |
425 | 2024-02-26T13:25:49.144Z | + '[' true == true ']' |
426 | 2024-02-26T13:25:49.144Z | + echo Downloading... |
427 | 2024-02-26T13:25:49.144Z | Downloading... |
428 | 2024-02-26T13:25:49.144Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
429 | 2024-02-26T13:25:49.144Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
430 | 2024-02-26T13:25:49.144Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
431 | 2024-02-26T13:25:49.145Z | ++ case "$OSTYPE" in |
432 | 2024-02-26T13:25:49.145Z | ++ SHA=sha256sum |
433 | 2024-02-26T13:25:49.145Z | ++ sha256sum |
434 | 2024-02-26T13:25:49.145Z | ++ awk '{print $1}' |
435 | 2024-02-26T13:25:49.145Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
436 | 2024-02-26T13:25:49.145Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
437 | 2024-02-26T13:25:49.145Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2024-02-26T13:25:49.145Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
439 | 2024-02-26T13:25:49.145Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
440 | 2024-02-26T13:25:49.145Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
441 | 2024-02-26T13:25:49.145Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
442 | 2024-02-26T13:25:49.145Z | + main |
443 | 2024-02-26T13:25:49.145Z | + [[ 0 != 0 ]] |
444 | 2024-02-26T13:25:49.145Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
445 | 2024-02-26T13:25:49.145Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
446 | 2024-02-26T13:25:49.145Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
447 | 2024-02-26T13:25:49.145Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
448 | 2024-02-26T13:25:49.145Z | + local DO_DOWNLOAD=true |
449 | 2024-02-26T13:25:49.145Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
450 | 2024-02-26T13:25:49.145Z | + mkdir -p out/downloads |
451 | 2024-02-26T13:25:49.145Z | + '[' true == true ']' |
452 | 2024-02-26T13:25:49.145Z | + echo Downloading... |
453 | 2024-02-26T13:25:49.145Z | Downloading... |
454 | 2024-02-26T13:25:49.145Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
455 | 2024-02-26T13:25:49.145Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
456 | 2024-02-26T13:25:49.146Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
457 | 2024-02-26T13:25:49.146Z | ++ case "$OSTYPE" in |
458 | 2024-02-26T13:25:49.146Z | ++ SHA=sha256sum |
459 | 2024-02-26T13:25:49.146Z | ++ sha256sum |
460 | 2024-02-26T13:25:49.146Z | ++ awk '{print $1}' |
461 | 2024-02-26T13:25:49.146Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
462 | 2024-02-26T13:25:49.146Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
463 | 2024-02-26T13:25:49.146Z | + set -o errexit |
464 | 2024-02-26T13:25:49.146Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2024-02-26T13:25:49.146Z | ++ cd ./tools |
466 | 2024-02-26T13:25:49.146Z | ++ pwd |
467 | 2024-02-26T13:25:49.146Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2024-02-26T13:25:49.146Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2024-02-26T13:25:49.146Z | + ARG0=ci_download_dendrite_openapi |
470 | 2024-02-26T13:25:49.146Z | + TARGET_DIR=out |
471 | 2024-02-26T13:25:49.146Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-02-26T13:25:49.146Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-02-26T13:25:49.146Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
474 | 2024-02-26T13:25:49.146Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
475 | 2024-02-26T13:25:49.146Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
476 | 2024-02-26T13:25:49.146Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
477 | 2024-02-26T13:25:49.146Z | + main |
478 | 2024-02-26T13:25:49.146Z | + [[ 0 != 0 ]] |
479 | 2024-02-26T13:25:49.146Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
480 | 2024-02-26T13:25:49.147Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
481 | 2024-02-26T13:25:49.147Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
482 | 2024-02-26T13:25:49.147Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
483 | 2024-02-26T13:25:49.147Z | + local DO_DOWNLOAD=true |
484 | 2024-02-26T13:25:49.147Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
485 | 2024-02-26T13:25:49.147Z | + mkdir -p out/downloads |
486 | 2024-02-26T13:25:49.147Z | + '[' true == true ']' |
487 | 2024-02-26T13:25:49.147Z | + echo Downloading... |
488 | 2024-02-26T13:25:49.147Z | Downloading... |
489 | 2024-02-26T13:25:49.147Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-02-26T13:25:49.147Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
491 | 2024-02-26T13:25:49.283Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-26T13:25:49.283Z | ++ case "$OSTYPE" in |
493 | 2024-02-26T13:25:49.298Z | ++ SHA=sha256sum |
494 | 2024-02-26T13:25:49.299Z | ++ sha256sum |
495 | 2024-02-26T13:25:49.299Z | ++ awk '{print $1}' |
496 | 2024-02-26T13:25:49.299Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
497 | 2024-02-26T13:25:49.299Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
498 | 2024-02-26T13:25:49.299Z | + set -o errexit |
499 | 2024-02-26T13:25:49.299Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2024-02-26T13:25:49.299Z | ++ cd ./tools |
501 | 2024-02-26T13:25:49.299Z | ++ pwd |
502 | 2024-02-26T13:25:49.299Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-02-26T13:25:49.299Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2024-02-26T13:25:49.299Z | + ARG0=ci_download_dendrite_stub |
505 | 2024-02-26T13:25:49.299Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2024-02-26T13:25:49.299Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
507 | 2024-02-26T13:25:49.300Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
508 | 2024-02-26T13:25:49.300Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
509 | 2024-02-26T13:25:49.300Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2024-02-26T13:25:49.300Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
511 | 2024-02-26T13:25:49.300Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
512 | 2024-02-26T13:25:49.300Z | + TARGET_DIR=out |
513 | 2024-02-26T13:25:49.300Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-02-26T13:25:49.300Z | + DEST_DIR=./out/dendrite-stub |
515 | 2024-02-26T13:25:49.300Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2024-02-26T13:25:49.300Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2024-02-26T13:25:49.300Z | + REPO=oxidecomputer/dendrite |
518 | 2024-02-26T13:25:49.301Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-26T13:25:49.301Z | + main |
520 | 2024-02-26T13:25:49.301Z | + [[ 0 != 0 ]] |
521 | 2024-02-26T13:25:49.301Z | + CIDL_OS=solaris2.11 |
522 | 2024-02-26T13:25:49.301Z | + [[ 0 != 0 ]] |
523 | 2024-02-26T13:25:49.301Z | + configure_os solaris2.11 |
524 | 2024-02-26T13:25:49.301Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2024-02-26T13:25:49.301Z | current directory: /work/oxidecomputer/omicron |
526 | 2024-02-26T13:25:49.302Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2024-02-26T13:25:49.302Z | configuring based on OS: "solaris2.11" |
528 | 2024-02-26T13:25:49.302Z | + case "$1" in |
529 | 2024-02-26T13:25:49.302Z | + SET_BINARIES= |
530 | 2024-02-26T13:25:49.302Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
531 | 2024-02-26T13:25:49.302Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2024-02-26T13:25:49.303Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2024-02-26T13:25:49.303Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
534 | 2024-02-26T13:25:49.303Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2024-02-26T13:25:49.303Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
536 | 2024-02-26T13:25:49.303Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
537 | 2024-02-26T13:25:49.303Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2024-02-26T13:25:49.303Z | + mkdir -p out/downloads |
539 | 2024-02-26T13:25:49.304Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2024-02-26T13:25:49.304Z | + mkdir -p ./out/dendrite-stub |
541 | 2024-02-26T13:25:49.304Z | + fetch_and_verify |
542 | 2024-02-26T13:25:49.304Z | + local DO_DOWNLOAD=true |
543 | 2024-02-26T13:25:49.304Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2024-02-26T13:25:49.304Z | + '[' true == true ']' |
545 | 2024-02-26T13:25:49.304Z | + echo Downloading... |
546 | 2024-02-26T13:25:49.304Z | Downloading... |
547 | 2024-02-26T13:25:49.305Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-26T13:25:49.305Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
549 | 2024-02-26T13:25:56.107Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-26T13:25:56.111Z | ++ sha256sum |
551 | 2024-02-26T13:25:56.111Z | ++ awk '{print $1}' |
552 | 2024-02-26T13:25:56.132Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
553 | 2024-02-26T13:25:56.132Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
554 | 2024-02-26T13:25:56.136Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-26T13:25:56.136Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2024-02-26T13:25:56.818Z | + do_assemble |
557 | 2024-02-26T13:25:56.818Z | + rm -r ./out/dendrite-stub |
558 | 2024-02-26T13:25:56.837Z | + mkdir ./out/dendrite-stub |
559 | 2024-02-26T13:25:56.837Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2024-02-26T13:25:56.906Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2024-02-26T13:25:56.922Z | + set -o errexit |
562 | 2024-02-26T13:25:56.932Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2024-02-26T13:25:56.932Z | ++ cd ./tools |
564 | 2024-02-26T13:25:56.932Z | ++ pwd |
565 | 2024-02-26T13:25:56.932Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2024-02-26T13:25:56.932Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2024-02-26T13:25:56.932Z | + ARG0=ci_download_maghemite_mgd |
568 | 2024-02-26T13:25:56.932Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2024-02-26T13:25:56.932Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
570 | 2024-02-26T13:25:56.933Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
571 | 2024-02-26T13:25:56.933Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2024-02-26T13:25:56.933Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
573 | 2024-02-26T13:25:56.933Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
574 | 2024-02-26T13:25:56.933Z | + TARGET_DIR=out |
575 | 2024-02-26T13:25:56.933Z | + DOWNLOAD_DIR=out/downloads |
576 | 2024-02-26T13:25:56.933Z | + DEST_DIR=./out/mgd |
577 | 2024-02-26T13:25:56.933Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2024-02-26T13:25:56.933Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2024-02-26T13:25:56.933Z | + REPO=oxidecomputer/maghemite |
580 | 2024-02-26T13:25:56.933Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
581 | 2024-02-26T13:25:56.933Z | + main |
582 | 2024-02-26T13:25:56.933Z | + [[ 0 != 0 ]] |
583 | 2024-02-26T13:25:56.934Z | + CIDL_OS=solaris2.11 |
584 | 2024-02-26T13:25:56.934Z | + [[ 0 != 0 ]] |
585 | 2024-02-26T13:25:56.934Z | + configure_os solaris2.11 |
586 | 2024-02-26T13:25:56.934Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2024-02-26T13:25:56.934Z | + echo 'configuring based on OS: "solaris2.11"' |
588 | 2024-02-26T13:25:56.934Z | + case "$1" in |
589 | 2024-02-26T13:25:56.934Z | + SET_BINARIES= |
590 | 2024-02-26T13:25:56.934Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2024-02-26T13:25:56.934Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-02-26T13:25:56.934Z | + TARBALL_FILENAME=mgd.tar.gz |
593 | 2024-02-26T13:25:56.934Z | configuring based on OS: "solaris2.11" |
594 | 2024-02-26T13:25:56.934Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
595 | 2024-02-26T13:25:56.935Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2024-02-26T13:25:56.935Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
597 | 2024-02-26T13:25:56.935Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
598 | 2024-02-26T13:25:56.935Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2024-02-26T13:25:56.935Z | + mkdir -p out/downloads |
600 | 2024-02-26T13:25:56.935Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-02-26T13:25:56.935Z | + mkdir -p ./out/mgd |
602 | 2024-02-26T13:25:56.935Z | + fetch_and_verify |
603 | 2024-02-26T13:25:56.935Z | + local DO_DOWNLOAD=true |
604 | 2024-02-26T13:25:56.935Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2024-02-26T13:25:56.935Z | + '[' true == true ']' |
606 | 2024-02-26T13:25:56.936Z | + echo Downloading... |
607 | 2024-02-26T13:25:56.936Z | Downloading... |
608 | 2024-02-26T13:25:56.936Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2024-02-26T13:25:56.936Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
610 | 2024-02-26T13:26:01.791Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2024-02-26T13:26:01.795Z | ++ sha256sum |
612 | 2024-02-26T13:26:01.796Z | ++ awk '{print $1}' |
613 | 2024-02-26T13:26:01.809Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
614 | 2024-02-26T13:26:01.812Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
615 | 2024-02-26T13:26:01.812Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2024-02-26T13:26:01.812Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2024-02-26T13:26:02.250Z | + do_assemble |
618 | 2024-02-26T13:26:02.250Z | + rm -r ./out/mgd |
619 | 2024-02-26T13:26:02.253Z | + mkdir ./out/mgd |
620 | 2024-02-26T13:26:02.254Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2024-02-26T13:26:02.398Z | + set -o errexit |
622 | 2024-02-26T13:26:02.402Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2024-02-26T13:26:02.402Z | ++ cd ./tools |
624 | 2024-02-26T13:26:02.402Z | ++ pwd |
625 | 2024-02-26T13:26:02.402Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2024-02-26T13:26:02.407Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2024-02-26T13:26:02.407Z | + ARG0=ci_download_transceiver_control |
628 | 2024-02-26T13:26:02.407Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2024-02-26T13:26:02.407Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2024-02-26T13:26:02.407Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2024-02-26T13:26:02.407Z | + TARGET_DIR=out |
632 | 2024-02-26T13:26:02.407Z | + DOWNLOAD_DIR=out/downloads |
633 | 2024-02-26T13:26:02.407Z | + DEST_DIR=./out/transceiver-control |
634 | 2024-02-26T13:26:02.407Z | + BIN_DIR=/opt/oxide/bin |
635 | 2024-02-26T13:26:02.407Z | + BINARY=xcvradm |
636 | 2024-02-26T13:26:02.407Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2024-02-26T13:26:02.407Z | + REPO=oxidecomputer/transceiver-control |
638 | 2024-02-26T13:26:02.407Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-26T13:26:02.407Z | + main |
640 | 2024-02-26T13:26:02.407Z | + [[ 0 != 0 ]] |
641 | 2024-02-26T13:26:02.407Z | + CIDL_OS=solaris2.11 |
642 | 2024-02-26T13:26:02.407Z | + [[ 0 != 0 ]] |
643 | 2024-02-26T13:26:02.407Z | + configure_os solaris2.11 |
644 | 2024-02-26T13:26:02.408Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2024-02-26T13:26:02.408Z | current directory: /work/oxidecomputer/omicron |
646 | 2024-02-26T13:26:02.408Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2024-02-26T13:26:02.408Z | + case "$1" in |
648 | 2024-02-26T13:26:02.408Z | configuring based on OS: "solaris2.11" |
649 | 2024-02-26T13:26:02.408Z | + SET_BINARIES= |
650 | 2024-02-26T13:26:02.408Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-02-26T13:26:02.408Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2024-02-26T13:26:02.408Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2024-02-26T13:26:02.408Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2024-02-26T13:26:02.408Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2024-02-26T13:26:02.408Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2024-02-26T13:26:02.408Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2024-02-26T13:26:02.408Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-02-26T13:26:02.408Z | Local file: out/downloads/xcvradm.gz |
659 | 2024-02-26T13:26:02.408Z | + mkdir -p out/downloads |
660 | 2024-02-26T13:26:02.412Z | + mkdir -p ./out/transceiver-control |
661 | 2024-02-26T13:26:02.412Z | + fetch_and_verify |
662 | 2024-02-26T13:26:02.412Z | + local DO_DOWNLOAD=true |
663 | 2024-02-26T13:26:02.412Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2024-02-26T13:26:02.412Z | + '[' true == true ']' |
665 | 2024-02-26T13:26:02.412Z | + echo Downloading... |
666 | 2024-02-26T13:26:02.412Z | Downloading... |
667 | 2024-02-26T13:26:02.413Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2024-02-26T13:26:02.413Z | + 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 |
669 | 2024-02-26T13:26:06.403Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2024-02-26T13:26:06.409Z | ++ sha256sum |
671 | 2024-02-26T13:26:06.409Z | ++ awk '{print $1}' |
672 | 2024-02-26T13:26:06.412Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-02-26T13:26:06.412Z | + [[ 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 ]] |
674 | 2024-02-26T13:26:06.412Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2024-02-26T13:26:06.412Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2024-02-26T13:26:06.424Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2024-02-26T13:26:06.532Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2024-02-26T13:26:06.536Z | + do_assemble |
679 | 2024-02-26T13:26:06.536Z | + rm -r ./out/transceiver-control |
680 | 2024-02-26T13:26:06.536Z | + mkdir ./out/transceiver-control |
681 | 2024-02-26T13:26:06.536Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2024-02-26T13:26:06.684Z | All prerequisites installed successfully |
683 | 2024-02-26T13:26:06.688Z | |
684 | 2024-02-26T13:26:06.688Z | real 1:51.133747133 |
685 | 2024-02-26T13:26:06.688Z | user 35.482881021 |
686 | 2024-02-26T13:26:06.688Z | sys 6.501056014 |
687 | 2024-02-26T13:26:06.688Z | trap 0.011907924 |
688 | 2024-02-26T13:26:06.688Z | tflt 0.368892627 |
689 | 2024-02-26T13:26:06.688Z | dflt 0.571379302 |
690 | 2024-02-26T13:26:06.688Z | kflt 0.281348241 |
691 | 2024-02-26T13:26:06.688Z | lock 1.383174682 |
692 | 2024-02-26T13:26:06.689Z | slp 3:34.317603412 |
693 | 2024-02-26T13:26:06.689Z | lat 1.866063698 |
694 | 2024-02-26T13:26:06.689Z | stop 0.143301770 |
695 | 2024-02-26T13:26:06.689Z | + banner end-to-end-tests |
696 | 2024-02-26T13:26:06.734Z | |
697 | 2024-02-26T13:26:06.734Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2024-02-26T13:26:06.734Z | # ## # # # # # # # ## # # # |
699 | 2024-02-26T13:26:06.734Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2024-02-26T13:26:06.734Z | # # # # # # # # # # # # # # # |
701 | 2024-02-26T13:26:06.734Z | # # ## # # # # # # # ## # # |
702 | 2024-02-26T13:26:06.734Z | ###### # # ##### # #### ###### # # ##### |
703 | 2024-02-26T13:26:06.734Z | |
704 | 2024-02-26T13:26:06.738Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2024-02-26T13:26:06.738Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-02-26T13:26:06.738Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2024-02-26T13:26:06.738Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-02-26T13:26:06.738Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-02-26T13:26:06.738Z | + CARGO_INCREMENTAL=0 |
710 | 2024-02-26T13:26:06.738Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2024-02-26T13:26:06.938Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2024-02-26T13:26:07.223Z | Updating git repository `https://github.com/oxidecomputer/samael` |
713 | 2024-02-26T13:26:07.732Z | Updating crates.io index |
714 | 2024-02-26T13:26:07.736Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2024-02-26T13:26:08.491Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2024-02-26T13:26:10.372Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2024-02-26T13:26:10.870Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2024-02-26T13:26:11.151Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2024-02-26T13:26:11.434Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2024-02-26T13:26:11.706Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2024-02-26T13:26:12.614Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2024-02-26T13:26:14.690Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2024-02-26T13:26:15.639Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2024-02-26T13:26:15.987Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2024-02-26T13:26:16.537Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2024-02-26T13:26:16.905Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
727 | 2024-02-26T13:26:17.226Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2024-02-26T13:26:17.537Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2024-02-26T13:26:17.930Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2024-02-26T13:26:18.287Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
731 | 2024-02-26T13:26:18.625Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2024-02-26T13:26:19.169Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2024-02-26T13:26:19.590Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2024-02-26T13:26:19.962Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2024-02-26T13:26:21.176Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2024-02-26T13:26:21.494Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2024-02-26T13:26:23.170Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2024-02-26T13:26:23.557Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2024-02-26T13:26:23.846Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2024-02-26T13:26:25.141Z | Downloading crates ... |
741 | 2024-02-26T13:26:25.374Z | Downloaded darling v0.20.3 |
742 | 2024-02-26T13:26:25.380Z | Downloaded arrayvec v0.7.4 |
743 | 2024-02-26T13:26:25.380Z | Downloaded matches v0.1.10 |
744 | 2024-02-26T13:26:25.380Z | Downloaded libsw v3.3.1 |
745 | 2024-02-26T13:26:25.380Z | Downloaded blowfish v0.9.1 |
746 | 2024-02-26T13:26:25.380Z | Downloaded der_derive v0.7.2 |
747 | 2024-02-26T13:26:25.381Z | Downloaded macaddr v1.0.1 |
748 | 2024-02-26T13:26:25.381Z | Downloaded native-tls v0.2.11 |
749 | 2024-02-26T13:26:25.381Z | Downloaded match_cfg v0.1.0 |
750 | 2024-02-26T13:26:25.381Z | Downloaded cancel-safe-futures v0.1.5 |
751 | 2024-02-26T13:26:25.381Z | Downloaded diesel_table_macro_syntax v0.1.0 |
752 | 2024-02-26T13:26:25.381Z | Downloaded chacha20 v0.9.1 |
753 | 2024-02-26T13:26:25.381Z | Downloaded addr2line v0.21.0 |
754 | 2024-02-26T13:26:25.381Z | Downloaded async-stream v0.3.5 |
755 | 2024-02-26T13:26:25.381Z | Downloaded subtle v2.5.0 |
756 | 2024-02-26T13:26:25.391Z | Downloaded parse-display-derive v0.9.0 |
757 | 2024-02-26T13:26:25.392Z | Downloaded managed v0.8.0 |
758 | 2024-02-26T13:26:25.392Z | Downloaded ciborium-io v0.2.2 |
759 | 2024-02-26T13:26:25.392Z | Downloaded camino-tempfile v1.1.1 |
760 | 2024-02-26T13:26:25.392Z | Downloaded cipher v0.4.4 |
761 | 2024-02-26T13:26:25.392Z | Downloaded anstyle-query v1.0.0 |
762 | 2024-02-26T13:26:25.392Z | Downloaded convert_case v0.4.0 |
763 | 2024-02-26T13:26:25.423Z | Downloaded memmap2 v0.7.1 |
764 | 2024-02-26T13:26:25.424Z | Downloaded paste v1.0.14 |
765 | 2024-02-26T13:26:25.424Z | Downloaded phf_shared v0.11.2 |
766 | 2024-02-26T13:26:25.424Z | Downloaded arc-swap v1.6.0 |
767 | 2024-02-26T13:26:25.424Z | Downloaded async-stream-impl v0.3.5 |
768 | 2024-02-26T13:26:25.424Z | Downloaded anyhow v1.0.75 |
769 | 2024-02-26T13:26:25.434Z | Downloaded polyval v0.6.1 |
770 | 2024-02-26T13:26:25.434Z | Downloaded cstr-argument v0.1.2 |
771 | 2024-02-26T13:26:25.434Z | Downloaded pin-utils v0.1.0 |
772 | 2024-02-26T13:26:25.434Z | Downloaded byteorder v1.5.0 |
773 | 2024-02-26T13:26:25.434Z | Downloaded pkcs8 v0.10.2 |
774 | 2024-02-26T13:26:25.434Z | Downloaded clap_lex v0.7.0 |
775 | 2024-02-26T13:26:25.434Z | Downloaded atty v0.2.14 |
776 | 2024-02-26T13:26:25.434Z | Downloaded openssl-probe v0.1.5 |
777 | 2024-02-26T13:26:25.434Z | Downloaded defmt v0.3.5 |
778 | 2024-02-26T13:26:25.434Z | Downloaded precomputed-hash v0.1.1 |
779 | 2024-02-26T13:26:25.445Z | Downloaded darling_macro v0.20.3 |
780 | 2024-02-26T13:26:25.445Z | Downloaded crossbeam-deque v0.8.3 |
781 | 2024-02-26T13:26:25.446Z | Downloaded pbkdf2 v0.11.0 |
782 | 2024-02-26T13:26:25.446Z | Downloaded time-core v0.1.1 |
783 | 2024-02-26T13:26:25.446Z | Downloaded adler v1.0.2 |
784 | 2024-02-26T13:26:25.446Z | Downloaded log v0.4.20 |
785 | 2024-02-26T13:26:25.446Z | Downloaded opaque-debug v0.3.0 |
786 | 2024-02-26T13:26:25.455Z | Downloaded num-iter v0.1.43 |
787 | 2024-02-26T13:26:25.455Z | Downloaded ciborium-ll v0.2.2 |
788 | 2024-02-26T13:26:25.455Z | Downloaded openssl-macros v0.1.1 |
789 | 2024-02-26T13:26:25.455Z | Downloaded atomicwrites v0.4.3 |
790 | 2024-02-26T13:26:25.455Z | Downloaded data-encoding v2.4.0 |
791 | 2024-02-26T13:26:25.455Z | Downloaded num-derive v0.4.0 |
792 | 2024-02-26T13:26:25.462Z | Downloaded num_enum v0.5.11 |
793 | 2024-02-26T13:26:25.462Z | Downloaded ctr v0.9.2 |
794 | 2024-02-26T13:26:25.474Z | Downloaded curve25519-dalek-derive v0.1.0 |
795 | 2024-02-26T13:26:25.474Z | Downloaded mime v0.3.17 |
796 | 2024-02-26T13:26:25.474Z | Downloaded pretty-hex v0.4.1 |
797 | 2024-02-26T13:26:25.475Z | Downloaded constant_time_eq v0.3.0 |
798 | 2024-02-26T13:26:25.475Z | Downloaded pretty-hex v0.2.1 |
799 | 2024-02-26T13:26:25.475Z | Downloaded http-range v0.1.5 |
800 | 2024-02-26T13:26:25.475Z | Downloaded pem-rfc7468 v0.7.0 |
801 | 2024-02-26T13:26:25.475Z | Downloaded crypto-common v0.1.6 |
802 | 2024-02-26T13:26:25.479Z | Downloaded tower-service v0.3.2 |
803 | 2024-02-26T13:26:25.479Z | Downloaded num v0.4.1 |
804 | 2024-02-26T13:26:25.480Z | Downloaded clap_derive v4.5.0 |
805 | 2024-02-26T13:26:25.489Z | Downloaded zone_cfg_derive v0.3.0 |
806 | 2024-02-26T13:26:25.489Z | Downloaded strum_macros v0.25.2 |
807 | 2024-02-26T13:26:25.489Z | Downloaded usdt-macro v0.5.0 |
808 | 2024-02-26T13:26:25.489Z | Downloaded nibble_vec v0.1.0 |
809 | 2024-02-26T13:26:25.489Z | Downloaded strsim v0.8.0 |
810 | 2024-02-26T13:26:25.489Z | Downloaded ident_case v1.0.1 |
811 | 2024-02-26T13:26:25.490Z | Downloaded num-complex v0.4.4 |
812 | 2024-02-26T13:26:25.498Z | Downloaded static_assertions v1.1.0 |
813 | 2024-02-26T13:26:25.498Z | Downloaded difflib v0.4.0 |
814 | 2024-02-26T13:26:25.498Z | Downloaded untrusted v0.7.1 |
815 | 2024-02-26T13:26:25.507Z | Downloaded num-rational v0.4.1 |
816 | 2024-02-26T13:26:25.507Z | Downloaded base16ct v0.2.0 |
817 | 2024-02-26T13:26:25.507Z | Downloaded dtrace-parser v0.1.14 |
818 | 2024-02-26T13:26:25.507Z | Downloaded arrayref v0.3.7 |
819 | 2024-02-26T13:26:25.507Z | Downloaded pem v3.0.2 |
820 | 2024-02-26T13:26:25.507Z | Downloaded form_urlencoded v1.2.1 |
821 | 2024-02-26T13:26:25.508Z | Downloaded usdt v0.5.0 |
822 | 2024-02-26T13:26:25.508Z | Downloaded dtrace-parser v0.2.0 |
823 | 2024-02-26T13:26:25.508Z | Downloaded defmt-parser v0.3.3 |
824 | 2024-02-26T13:26:25.508Z | Downloaded bitflags v1.3.2 |
825 | 2024-02-26T13:26:25.519Z | Downloaded anstream v0.6.11 |
826 | 2024-02-26T13:26:25.520Z | Downloaded bcrypt-pbkdf v0.10.0 |
827 | 2024-02-26T13:26:25.520Z | Downloaded num-integer v0.1.46 |
828 | 2024-02-26T13:26:25.520Z | Downloaded strum v0.26.1 |
829 | 2024-02-26T13:26:25.520Z | Downloaded const-oid v0.9.5 |
830 | 2024-02-26T13:26:25.520Z | Downloaded password-hash v0.4.2 |
831 | 2024-02-26T13:26:25.537Z | Downloaded usdt-attr-macro v0.5.0 |
832 | 2024-02-26T13:26:25.537Z | Downloaded ciborium v0.2.2 |
833 | 2024-02-26T13:26:25.538Z | Downloaded percent-encoding v2.3.1 |
834 | 2024-02-26T13:26:25.538Z | Downloaded password-hash v0.5.0 |
835 | 2024-02-26T13:26:25.538Z | Downloaded time-macros v0.2.13 |
836 | 2024-02-26T13:26:25.539Z | Downloaded chacha20poly1305 v0.10.1 |
837 | 2024-02-26T13:26:25.539Z | Downloaded terminal_size v0.3.0 |
838 | 2024-02-26T13:26:25.539Z | Downloaded libefi-sys v0.1.0 |
839 | 2024-02-26T13:26:25.545Z | Downloaded block-padding v0.3.3 |
840 | 2024-02-26T13:26:25.545Z | Downloaded lru-cache v0.1.2 |
841 | 2024-02-26T13:26:25.545Z | Downloaded usdt v0.3.5 |
842 | 2024-02-26T13:26:25.545Z | Downloaded bit-vec v0.6.3 |
843 | 2024-02-26T13:26:25.545Z | Downloaded structmeta v0.3.0 |
844 | 2024-02-26T13:26:25.545Z | Downloaded predicates v3.1.0 |
845 | 2024-02-26T13:26:25.546Z | Downloaded once_cell v1.19.0 |
846 | 2024-02-26T13:26:25.546Z | Downloaded omicron-zone-package v0.11.0 |
847 | 2024-02-26T13:26:25.562Z | Downloaded deranged v0.3.8 |
848 | 2024-02-26T13:26:25.562Z | Downloaded miniz_oxide v0.7.1 |
849 | 2024-02-26T13:26:25.562Z | Downloaded platforms v3.0.2 |
850 | 2024-02-26T13:26:25.562Z | Downloaded clap v4.5.0 |
851 | 2024-02-26T13:26:25.575Z | Downloaded zone v0.3.0 |
852 | 2024-02-26T13:26:25.576Z | Downloaded either v1.10.0 |
853 | 2024-02-26T13:26:25.576Z | Downloaded foreign-types-shared v0.3.1 |
854 | 2024-02-26T13:26:25.576Z | Downloaded float-cmp v0.9.0 |
855 | 2024-02-26T13:26:25.576Z | Downloaded console v0.15.8 |
856 | 2024-02-26T13:26:25.576Z | Downloaded version_check v0.9.4 |
857 | 2024-02-26T13:26:25.577Z | Downloaded flagset v0.4.3 |
858 | 2024-02-26T13:26:25.577Z | Downloaded lazy_static v1.4.0 |
859 | 2024-02-26T13:26:25.577Z | Downloaded ansi_term v0.12.1 |
860 | 2024-02-26T13:26:25.590Z | Downloaded multer v3.0.0 |
861 | 2024-02-26T13:26:25.590Z | Downloaded ahash v0.8.7 |
862 | 2024-02-26T13:26:25.590Z | Downloaded bitflags v2.4.0 |
863 | 2024-02-26T13:26:25.590Z | Downloaded fallible-iterator v0.2.0 |
864 | 2024-02-26T13:26:25.591Z | Downloaded serde_tokenstream v0.2.0 |
865 | 2024-02-26T13:26:25.591Z | Downloaded spin v0.5.2 |
866 | 2024-02-26T13:26:25.591Z | Downloaded semver v0.11.0 |
867 | 2024-02-26T13:26:25.591Z | Downloaded serde_urlencoded v0.7.1 |
868 | 2024-02-26T13:26:25.603Z | Downloaded rustls-pki-types v1.3.0 |
869 | 2024-02-26T13:26:25.604Z | Downloaded getrandom v0.2.10 |
870 | 2024-02-26T13:26:25.604Z | Downloaded slog-term v2.9.0 |
871 | 2024-02-26T13:26:25.604Z | Downloaded crypto-bigint v0.5.2 |
872 | 2024-02-26T13:26:25.604Z | Downloaded parking_lot_core v0.9.8 |
873 | 2024-02-26T13:26:25.631Z | Downloaded foreign-types-macros v0.2.3 |
874 | 2024-02-26T13:26:25.631Z | Downloaded lock_api v0.4.10 |
875 | 2024-02-26T13:26:25.631Z | Downloaded cc v1.0.83 |
876 | 2024-02-26T13:26:25.632Z | Downloaded synstructure v0.12.6 |
877 | 2024-02-26T13:26:25.660Z | Downloaded getrandom v0.1.16 |
878 | 2024-02-26T13:26:25.660Z | Downloaded embedded-io v0.4.0 |
879 | 2024-02-26T13:26:25.660Z | Downloaded debug-ignore v1.0.5 |
880 | 2024-02-26T13:26:25.660Z | Downloaded yasna v0.5.2 |
881 | 2024-02-26T13:26:25.660Z | Downloaded blake2 v0.10.6 |
882 | 2024-02-26T13:26:25.661Z | Downloaded rfc6979 v0.4.0 |
883 | 2024-02-26T13:26:25.661Z | Downloaded zerocopy v0.3.0 |
884 | 2024-02-26T13:26:25.661Z | Downloaded dirs-next v2.0.0 |
885 | 2024-02-26T13:26:25.662Z | Downloaded display-error-chain v0.2.0 |
886 | 2024-02-26T13:26:25.662Z | Downloaded derive_more v0.99.17 |
887 | 2024-02-26T13:26:25.662Z | Downloaded httpdate v1.0.3 |
888 | 2024-02-26T13:26:25.662Z | Downloaded slog-scope v4.4.0 |
889 | 2024-02-26T13:26:25.662Z | Downloaded slog-envlogger v2.2.0 |
890 | 2024-02-26T13:26:25.662Z | Downloaded slog-dtrace v0.3.0 |
891 | 2024-02-26T13:26:25.662Z | Downloaded tokio-stream v0.1.14 |
892 | 2024-02-26T13:26:25.663Z | Downloaded hex v0.4.3 |
893 | 2024-02-26T13:26:25.663Z | Downloaded hubpack v0.1.2 |
894 | 2024-02-26T13:26:25.664Z | Downloaded sec1 v0.7.3 |
895 | 2024-02-26T13:26:25.664Z | Downloaded sct v0.7.0 |
896 | 2024-02-26T13:26:25.664Z | Downloaded untrusted v0.9.0 |
897 | 2024-02-26T13:26:25.664Z | Downloaded heck v0.4.1 |
898 | 2024-02-26T13:26:25.664Z | Downloaded gethostname v0.4.3 |
899 | 2024-02-26T13:26:25.665Z | Downloaded elliptic-curve v0.13.8 |
900 | 2024-02-26T13:26:25.665Z | Downloaded tungstenite v0.20.1 |
901 | 2024-02-26T13:26:25.665Z | Downloaded poly1305 v0.8.0 |
902 | 2024-02-26T13:26:25.676Z | Downloaded rand_chacha v0.3.1 |
903 | 2024-02-26T13:26:25.676Z | Downloaded memchr v2.6.3 |
904 | 2024-02-26T13:26:25.676Z | Downloaded num-bigint v0.4.4 |
905 | 2024-02-26T13:26:25.676Z | Downloaded p256 v0.13.2 |
906 | 2024-02-26T13:26:25.677Z | Downloaded proc-macro-error v1.0.4 |
907 | 2024-02-26T13:26:25.684Z | Downloaded foreign-types-shared v0.1.1 |
908 | 2024-02-26T13:26:25.684Z | Downloaded quick-error v1.2.3 |
909 | 2024-02-26T13:26:25.684Z | Downloaded tokio-postgres v0.7.10 |
910 | 2024-02-26T13:26:25.685Z | Downloaded new_debug_unreachable v1.0.4 |
911 | 2024-02-26T13:26:25.703Z | Downloaded try-lock v0.2.4 |
912 | 2024-02-26T13:26:25.704Z | Downloaded hubpack_derive v0.1.1 |
913 | 2024-02-26T13:26:25.704Z | Downloaded serde_with_macros v3.6.1 |
914 | 2024-02-26T13:26:25.704Z | Downloaded waitgroup v0.1.2 |
915 | 2024-02-26T13:26:25.704Z | Downloaded heck v0.3.3 |
916 | 2024-02-26T13:26:25.704Z | Downloaded itoa v1.0.9 |
917 | 2024-02-26T13:26:25.704Z | Downloaded universal-hash v0.5.1 |
918 | 2024-02-26T13:26:25.704Z | Downloaded stable_deref_trait v1.2.0 |
919 | 2024-02-26T13:26:25.704Z | Downloaded quote v1.0.35 |
920 | 2024-02-26T13:26:25.704Z | Downloaded home v0.5.5 |
921 | 2024-02-26T13:26:25.704Z | Downloaded hash32 v0.2.1 |
922 | 2024-02-26T13:26:25.705Z | Downloaded instant v0.1.12 |
923 | 2024-02-26T13:26:25.705Z | Downloaded slog-bunyan v2.5.0 |
924 | 2024-02-26T13:26:25.705Z | Downloaded toml v0.7.8 |
925 | 2024-02-26T13:26:25.711Z | Downloaded tinyvec_macros v0.1.1 |
926 | 2024-02-26T13:26:25.711Z | Downloaded zip v0.6.6 |
927 | 2024-02-26T13:26:25.711Z | Downloaded walkdir v2.4.0 |
928 | 2024-02-26T13:26:25.711Z | Downloaded subprocess v0.2.9 |
929 | 2024-02-26T13:26:25.735Z | Downloaded darling_core v0.20.3 |
930 | 2024-02-26T13:26:25.735Z | Downloaded enum-as-inner v0.5.1 |
931 | 2024-02-26T13:26:25.735Z | Downloaded signal-hook v0.3.17 |
932 | 2024-02-26T13:26:25.735Z | Downloaded foreign-types v0.5.0 |
933 | 2024-02-26T13:26:25.735Z | Downloaded russh-keys v0.42.0 |
934 | 2024-02-26T13:26:25.735Z | Downloaded socket2 v0.4.9 |
935 | 2024-02-26T13:26:25.735Z | Downloaded futures-io v0.3.30 |
936 | 2024-02-26T13:26:25.735Z | Downloaded secrecy v0.8.0 |
937 | 2024-02-26T13:26:25.735Z | Downloaded rustversion v1.0.14 |
938 | 2024-02-26T13:26:25.735Z | Downloaded base64 v0.21.7 |
939 | 2024-02-26T13:26:25.736Z | Downloaded unicase v2.7.0 |
940 | 2024-02-26T13:26:25.746Z | Downloaded backtrace v0.3.69 |
941 | 2024-02-26T13:26:25.746Z | Downloaded thiserror-impl v1.0.57 |
942 | 2024-02-26T13:26:25.763Z | Downloaded want v0.3.1 |
943 | 2024-02-26T13:26:25.763Z | Downloaded num_threads v0.1.6 |
944 | 2024-02-26T13:26:25.763Z | Downloaded signal-hook-registry v1.4.1 |
945 | 2024-02-26T13:26:25.763Z | Downloaded futures-macro v0.3.30 |
946 | 2024-02-26T13:26:25.764Z | Downloaded russh-cryptovec v0.7.0 |
947 | 2024-02-26T13:26:25.764Z | Downloaded futures-sink v0.3.30 |
948 | 2024-02-26T13:26:25.764Z | Downloaded utf-8 v0.7.6 |
949 | 2024-02-26T13:26:25.764Z | Downloaded proc-macro-crate v1.3.1 |
950 | 2024-02-26T13:26:25.764Z | Downloaded http-body v0.4.5 |
951 | 2024-02-26T13:26:25.764Z | Downloaded zeroize_derive v1.4.2 |
952 | 2024-02-26T13:26:25.764Z | Downloaded r2d2 v0.8.10 |
953 | 2024-02-26T13:26:25.764Z | Downloaded rcgen v0.12.1 |
954 | 2024-02-26T13:26:25.764Z | Downloaded hyper-staticfile v0.9.5 |
955 | 2024-02-26T13:26:25.764Z | Downloaded crossbeam-channel v0.5.8 |
956 | 2024-02-26T13:26:25.764Z | Downloaded minimal-lexical v0.2.1 |
957 | 2024-02-26T13:26:25.789Z | Downloaded headers-core v0.2.0 |
958 | 2024-02-26T13:26:25.789Z | Downloaded generic-array v0.14.7 |
959 | 2024-02-26T13:26:25.789Z | Downloaded dirs-sys v0.4.1 |
960 | 2024-02-26T13:26:25.789Z | Downloaded strum_macros v0.26.1 |
961 | 2024-02-26T13:26:25.789Z | Downloaded ecdsa v0.16.9 |
962 | 2024-02-26T13:26:25.790Z | Downloaded bytes v1.5.0 |
963 | 2024-02-26T13:26:25.790Z | Downloaded xattr v1.0.1 |
964 | 2024-02-26T13:26:25.812Z | Downloaded unicode-segmentation v1.10.1 |
965 | 2024-02-26T13:26:25.812Z | Downloaded toml v0.5.11 |
966 | 2024-02-26T13:26:25.812Z | Downloaded dof v0.3.0 |
967 | 2024-02-26T13:26:25.812Z | Downloaded hostname v0.3.1 |
968 | 2024-02-26T13:26:25.812Z | Downloaded aes-gcm v0.10.3 |
969 | 2024-02-26T13:26:25.813Z | Downloaded structopt-derive v0.4.18 |
970 | 2024-02-26T13:26:25.813Z | Downloaded rustc_version v0.1.7 |
971 | 2024-02-26T13:26:25.813Z | Downloaded signal-hook-mio v0.2.3 |
972 | 2024-02-26T13:26:25.813Z | Downloaded scopeguard v1.2.0 |
973 | 2024-02-26T13:26:25.813Z | Downloaded toolchain_find v0.2.0 |
974 | 2024-02-26T13:26:25.813Z | Downloaded thread_local v1.1.7 |
975 | 2024-02-26T13:26:25.813Z | Downloaded thiserror-impl-no-std v2.0.2 |
976 | 2024-02-26T13:26:25.813Z | Downloaded slog-async v2.8.0 |
977 | 2024-02-26T13:26:25.813Z | Downloaded foreign-types v0.3.2 |
978 | 2024-02-26T13:26:25.813Z | Downloaded resolv-conf v0.7.0 |
979 | 2024-02-26T13:26:25.813Z | Downloaded serde_path_to_error v0.1.15 |
980 | 2024-02-26T13:26:25.813Z | Downloaded fixedbitset v0.4.2 |
981 | 2024-02-26T13:26:25.830Z | Downloaded indexmap v1.9.3 |
982 | 2024-02-26T13:26:25.830Z | Downloaded ryu v1.0.15 |
983 | 2024-02-26T13:26:25.830Z | Downloaded smf v0.2.2 |
984 | 2024-02-26T13:26:25.830Z | Downloaded semver v1.0.22 |
985 | 2024-02-26T13:26:25.830Z | Downloaded spin v0.9.8 |
986 | 2024-02-26T13:26:25.830Z | Downloaded fxhash v0.2.1 |
987 | 2024-02-26T13:26:25.830Z | Downloaded flate2 v1.0.28 |
988 | 2024-02-26T13:26:25.830Z | Downloaded strum v0.25.0 |
989 | 2024-02-26T13:26:25.830Z | Downloaded rustc_version v0.4.0 |
990 | 2024-02-26T13:26:25.831Z | Downloaded sha1 v0.10.6 |
991 | 2024-02-26T13:26:25.845Z | Downloaded hyper-tls v0.5.0 |
992 | 2024-02-26T13:26:25.845Z | Downloaded getopts v0.2.21 |
993 | 2024-02-26T13:26:25.845Z | Downloaded serde_tokenstream v0.1.7 |
994 | 2024-02-26T13:26:25.845Z | Downloaded trust-dns-client v0.22.0 |
995 | 2024-02-26T13:26:25.845Z | Downloaded futures-core v0.3.30 |
996 | 2024-02-26T13:26:25.846Z | Downloaded take_mut v0.2.2 |
997 | 2024-02-26T13:26:25.846Z | Downloaded futures-task v0.3.30 |
998 | 2024-02-26T13:26:25.846Z | Downloaded rustls-pemfile v2.1.0 |
999 | 2024-02-26T13:26:25.846Z | Downloaded proc-macro-error-attr v1.0.4 |
1000 | 2024-02-26T13:26:25.846Z | Downloaded dirs v5.0.1 |
1001 | 2024-02-26T13:26:25.846Z | Downloaded aes v0.8.3 |
1002 | 2024-02-26T13:26:25.857Z | Downloaded tokio-rustls v0.25.0 |
1003 | 2024-02-26T13:26:25.857Z | Downloaded indexmap v2.2.3 |
1004 | 2024-02-26T13:26:25.858Z | Downloaded anstyle-parse v0.2.1 |
1005 | 2024-02-26T13:26:25.858Z | Downloaded dof v0.1.5 |
1006 | 2024-02-26T13:26:25.858Z | Downloaded dyn-clone v1.0.16 |
1007 | 2024-02-26T13:26:25.858Z | Downloaded serde_spanned v0.6.5 |
1008 | 2024-02-26T13:26:25.858Z | Downloaded usdt-attr-macro v0.3.5 |
1009 | 2024-02-26T13:26:25.858Z | Downloaded nom v7.1.3 |
1010 | 2024-02-26T13:26:25.868Z | Downloaded unicode-ident v1.0.12 |
1011 | 2024-02-26T13:26:25.868Z | Downloaded ff v0.13.0 |
1012 | 2024-02-26T13:26:25.868Z | Downloaded ghash v0.5.0 |
1013 | 2024-02-26T13:26:25.868Z | Downloaded futures v0.3.30 |
1014 | 2024-02-26T13:26:25.874Z | Downloaded serde_repr v0.1.16 |
1015 | 2024-02-26T13:26:25.874Z | Downloaded unicode-xid v0.2.4 |
1016 | 2024-02-26T13:26:25.874Z | Downloaded headers v0.3.9 |
1017 | 2024-02-26T13:26:25.874Z | Downloaded keccak v0.1.4 |
1018 | 2024-02-26T13:26:25.882Z | Downloaded ed25519-dalek v2.0.0 |
1019 | 2024-02-26T13:26:25.882Z | Downloaded futures-channel v0.3.30 |
1020 | 2024-02-26T13:26:25.882Z | Downloaded steno v0.4.0 |
1021 | 2024-02-26T13:26:25.893Z | Downloaded rayon-core v1.12.0 |
1022 | 2024-02-26T13:26:25.893Z | Downloaded filetime v0.2.23 |
1023 | 2024-02-26T13:26:25.893Z | Downloaded hex-literal v0.4.1 |
1024 | 2024-02-26T13:26:25.893Z | Downloaded usdt-impl v0.3.5 |
1025 | 2024-02-26T13:26:25.893Z | Downloaded futures-executor v0.3.30 |
1026 | 2024-02-26T13:26:25.893Z | Downloaded serde v1.0.196 |
1027 | 2024-02-26T13:26:25.920Z | Downloaded tokio-tungstenite v0.20.1 |
1028 | 2024-02-26T13:26:25.920Z | Downloaded ucd-trie v0.1.6 |
1029 | 2024-02-26T13:26:25.921Z | Downloaded rand v0.8.5 |
1030 | 2024-02-26T13:26:25.921Z | Downloaded usdt-impl v0.5.0 |
1031 | 2024-02-26T13:26:25.921Z | Downloaded smallvec v1.13.1 |
1032 | 2024-02-26T13:26:25.921Z | Downloaded term v0.7.0 |
1033 | 2024-02-26T13:26:25.921Z | Downloaded similar v2.3.0 |
1034 | 2024-02-26T13:26:25.921Z | Downloaded sha2 v0.10.8 |
1035 | 2024-02-26T13:26:25.921Z | Downloaded unsafe-libyaml v0.2.10 |
1036 | 2024-02-26T13:26:25.921Z | Downloaded rustls-pemfile v1.0.3 |
1037 | 2024-02-26T13:26:25.921Z | Downloaded half v2.3.1 |
1038 | 2024-02-26T13:26:25.926Z | Downloaded vsss-rs v3.3.4 |
1039 | 2024-02-26T13:26:25.926Z | Downloaded p521 v0.13.3 |
1040 | 2024-02-26T13:26:25.940Z | Downloaded libm v0.2.7 |
1041 | 2024-02-26T13:26:25.969Z | Downloaded tracing-attributes v0.1.26 |
1042 | 2024-02-26T13:26:25.969Z | Downloaded serde_derive v1.0.196 |
1043 | 2024-02-26T13:26:25.969Z | Downloaded rand v0.7.3 |
1044 | 2024-02-26T13:26:25.969Z | Downloaded unicode-normalization v0.1.22 |
1045 | 2024-02-26T13:26:25.969Z | Downloaded tempfile v3.10.0 |
1046 | 2024-02-26T13:26:25.970Z | Downloaded crossterm v0.27.0 |
1047 | 2024-02-26T13:26:25.974Z | Downloaded slog v2.7.0 |
1048 | 2024-02-26T13:26:25.975Z | Downloaded tracing-core v0.1.31 |
1049 | 2024-02-26T13:26:25.975Z | Downloaded url v2.5.0 |
1050 | 2024-02-26T13:26:25.975Z | Downloaded uuid v1.7.0 |
1051 | 2024-02-26T13:26:25.975Z | Downloaded postcard v1.0.8 |
1052 | 2024-02-26T13:26:25.975Z | Downloaded regex-automata v0.1.10 |
1053 | 2024-02-26T13:26:25.975Z | Downloaded serde_yaml v0.9.25 |
1054 | 2024-02-26T13:26:25.985Z | Downloaded schemars v0.8.16 |
1055 | 2024-02-26T13:26:25.995Z | Downloaded trust-dns-server v0.22.1 |
1056 | 2024-02-26T13:26:25.995Z | Downloaded clap_builder v4.5.0 |
1057 | 2024-02-26T13:26:25.999Z | Downloaded russh v0.42.0 |
1058 | 2024-02-26T13:26:26.007Z | Downloaded toml_edit v0.22.6 |
1059 | 2024-02-26T13:26:26.028Z | Downloaded heapless v0.8.0 |
1060 | 2024-02-26T13:26:26.034Z | Downloaded http v1.0.0 |
1061 | 2024-02-26T13:26:26.034Z | Downloaded aho-corasick v1.0.4 |
1062 | 2024-02-26T13:26:26.034Z | Downloaded heapless v0.7.16 |
1063 | 2024-02-26T13:26:26.044Z | Downloaded http v0.2.11 |
1064 | 2024-02-26T13:26:26.044Z | Downloaded hashbrown v0.12.3 |
1065 | 2024-02-26T13:26:26.044Z | Downloaded clap v2.34.0 |
1066 | 2024-02-26T13:26:26.058Z | Downloaded h2 v0.3.24 |
1067 | 2024-02-26T13:26:26.497Z | Downloaded serde_json v1.0.114 |
1068 | 2024-02-26T13:26:26.497Z | Downloaded zerocopy v0.7.32 |
1069 | 2024-02-26T13:26:26.504Z | Downloaded toml_edit v0.19.15 |
1070 | 2024-02-26T13:26:26.504Z | Downloaded hyper v0.14.27 |
1071 | 2024-02-26T13:26:26.504Z | Downloaded pest v2.7.6 |
1072 | 2024-02-26T13:26:26.504Z | Downloaded serde_with v3.6.1 |
1073 | 2024-02-26T13:26:26.504Z | Downloaded winnow v0.5.15 |
1074 | 2024-02-26T13:26:26.504Z | Downloaded futures-util v0.3.30 |
1075 | 2024-02-26T13:26:26.504Z | Downloaded hashbrown v0.14.3 |
1076 | 2024-02-26T13:26:26.504Z | Downloaded rustls-webpki v0.101.7 |
1077 | 2024-02-26T13:26:26.505Z | Downloaded rayon v1.8.0 |
1078 | 2024-02-26T13:26:26.505Z | Downloaded smoltcp v0.9.1 |
1079 | 2024-02-26T13:26:26.505Z | Downloaded object v0.32.1 |
1080 | 2024-02-26T13:26:26.505Z | Downloaded openssl v0.10.60 |
1081 | 2024-02-26T13:26:26.505Z | Downloaded curve25519-dalek v4.1.1 |
1082 | 2024-02-26T13:26:26.505Z | Downloaded bstr v0.2.17 |
1083 | 2024-02-26T13:26:26.505Z | Downloaded syn v1.0.109 |
1084 | 2024-02-26T13:26:26.505Z | Downloaded radix_trie v0.2.1 |
1085 | 2024-02-26T13:26:26.505Z | Downloaded idna v0.2.3 |
1086 | 2024-02-26T13:26:26.505Z | Downloaded vcpkg v0.2.15 |
1087 | 2024-02-26T13:26:26.505Z | Downloaded bstr v1.6.0 |
1088 | 2024-02-26T13:26:26.505Z | Downloaded rustls v0.22.2 |
1089 | 2024-02-26T13:26:26.505Z | Downloaded regex-syntax v0.8.2 |
1090 | 2024-02-26T13:26:26.505Z | Downloaded rustix v0.38.31 |
1091 | 2024-02-26T13:26:26.505Z | Downloaded trust-dns-proto v0.22.0 |
1092 | 2024-02-26T13:26:26.505Z | Downloaded zerocopy-derive v0.6.4 |
1093 | 2024-02-26T13:26:26.505Z | Downloaded tokio v1.36.0 |
1094 | 2024-02-26T13:26:26.505Z | Downloaded zerocopy-derive v0.2.0 |
1095 | 2024-02-26T13:26:26.505Z | Downloaded smoltcp v0.11.0 |
1096 | 2024-02-26T13:26:26.505Z | Downloaded diesel v2.1.4 |
1097 | 2024-02-26T13:26:26.505Z | Downloaded openapiv3 v2.0.0 |
1098 | 2024-02-26T13:26:26.505Z | Downloaded regress v0.8.0 |
1099 | 2024-02-26T13:26:26.505Z | Downloaded regex v1.10.3 |
1100 | 2024-02-26T13:26:26.505Z | Downloaded sled v0.34.7 |
1101 | 2024-02-26T13:26:26.506Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1102 | 2024-02-26T13:26:26.506Z | Downloaded syn v2.0.48 |
1103 | 2024-02-26T13:26:26.506Z | Downloaded regex-automata v0.3.8 |
1104 | 2024-02-26T13:26:26.506Z | Downloaded regex-automata v0.4.4 |
1105 | 2024-02-26T13:26:26.506Z | Downloaded libc v0.2.153 |
1106 | 2024-02-26T13:26:26.534Z | Downloaded gimli v0.28.0 |
1107 | 2024-02-26T13:26:26.577Z | Downloaded rustls v0.21.9 |
1108 | 2024-02-26T13:26:26.577Z | Downloaded idna v0.5.0 |
1109 | 2024-02-26T13:26:26.577Z | Downloaded webpki-roots v0.25.2 |
1110 | 2024-02-26T13:26:26.577Z | Downloaded rustls-webpki v0.102.1 |
1111 | 2024-02-26T13:26:26.593Z | Downloaded itertools v0.10.5 |
1112 | 2024-02-26T13:26:26.593Z | Downloaded time v0.3.27 |
1113 | 2024-02-26T13:26:26.593Z | Downloaded itertools v0.12.1 |
1114 | 2024-02-26T13:26:26.593Z | Downloaded hkdf v0.12.4 |
1115 | 2024-02-26T13:26:26.593Z | Downloaded reqwest v0.11.22 |
1116 | 2024-02-26T13:26:26.598Z | Downloaded goblin v0.8.0 |
1117 | 2024-02-26T13:26:26.610Z | Downloaded sha3 v0.10.8 |
1118 | 2024-02-26T13:26:26.610Z | Downloaded blake3 v1.5.0 |
1119 | 2024-02-26T13:26:26.617Z | Downloaded winnow v0.6.1 |
1120 | 2024-02-26T13:26:26.617Z | Downloaded chrono v0.4.31 |
1121 | 2024-02-26T13:26:26.624Z | Downloaded mio v0.8.9 |
1122 | 2024-02-26T13:26:26.646Z | Downloaded unicode-bidi v0.3.13 |
1123 | 2024-02-26T13:26:26.646Z | Downloaded proc-macro2 v1.0.78 |
1124 | 2024-02-26T13:26:26.646Z | Downloaded slab v0.4.9 |
1125 | 2024-02-26T13:26:26.646Z | Downloaded tinyvec v1.6.0 |
1126 | 2024-02-26T13:26:26.646Z | Downloaded tokio-rustls v0.24.1 |
1127 | 2024-02-26T13:26:26.647Z | Downloaded semver v0.1.20 |
1128 | 2024-02-26T13:26:26.647Z | Downloaded zeroize v1.7.0 |
1129 | 2024-02-26T13:26:26.647Z | Downloaded scheduled-thread-pool v0.2.7 |
1130 | 2024-02-26T13:26:26.647Z | Downloaded digest v0.10.7 |
1131 | 2024-02-26T13:26:26.647Z | Downloaded trust-dns-resolver v0.22.0 |
1132 | 2024-02-26T13:26:26.667Z | Downloaded socket2 v0.5.5 |
1133 | 2024-02-26T13:26:26.667Z | Downloaded dirs-sys-next v0.1.2 |
1134 | 2024-02-26T13:26:26.667Z | Downloaded winapi v0.3.9 |
1135 | 2024-02-26T13:26:26.693Z | Downloaded strsim v0.11.0 |
1136 | 2024-02-26T13:26:26.699Z | Downloaded hyper-rustls v0.24.2 |
1137 | 2024-02-26T13:26:26.699Z | Downloaded rustc-demangle v0.1.23 |
1138 | 2024-02-26T13:26:26.699Z | Downloaded semver-parser v0.10.2 |
1139 | 2024-02-26T13:26:26.699Z | Downloaded ipnetwork v0.20.0 |
1140 | 2024-02-26T13:26:26.699Z | Downloaded rand_chacha v0.2.2 |
1141 | 2024-02-26T13:26:26.699Z | Downloaded petgraph v0.6.4 |
1142 | 2024-02-26T13:26:26.710Z | Downloaded slog-stdlog v4.1.1 |
1143 | 2024-02-26T13:26:26.714Z | Downloaded slog-json v2.6.1 |
1144 | 2024-02-26T13:26:26.714Z | Downloaded fnv v1.0.7 |
1145 | 2024-02-26T13:26:26.714Z | Downloaded utf8parse v0.2.1 |
1146 | 2024-02-26T13:26:26.714Z | Downloaded string_cache v0.8.7 |
1147 | 2024-02-26T13:26:26.744Z | Downloaded scroll v0.12.0 |
1148 | 2024-02-26T13:26:26.744Z | Downloaded schemars_derive v0.8.16 |
1149 | 2024-02-26T13:26:26.744Z | Downloaded encoding_rs v0.8.33 |
1150 | 2024-02-26T13:26:26.751Z | Downloaded inout v0.1.3 |
1151 | 2024-02-26T13:26:26.751Z | Downloaded unicode-width v0.1.11 |
1152 | 2024-02-26T13:26:26.751Z | Downloaded hmac v0.12.1 |
1153 | 2024-02-26T13:26:26.751Z | Downloaded structopt v0.3.26 |
1154 | 2024-02-26T13:26:26.751Z | Downloaded zerocopy v0.6.4 |
1155 | 2024-02-26T13:26:26.761Z | Downloaded tracing v0.1.37 |
1156 | 2024-02-26T13:26:26.761Z | Downloaded scroll_derive v0.12.0 |
1157 | 2024-02-26T13:26:26.761Z | Downloaded der v0.7.8 |
1158 | 2024-02-26T13:26:26.762Z | Downloaded openssl-sys v0.9.96 |
1159 | 2024-02-26T13:26:26.765Z | Downloaded allocator-api2 v0.2.16 |
1160 | 2024-02-26T13:26:26.769Z | Downloaded diesel_derives v2.1.2 |
1161 | 2024-02-26T13:26:26.769Z | Downloaded topological-sort v0.2.2 |
1162 | 2024-02-26T13:26:26.772Z | Downloaded tokio-macros v2.2.0 |
1163 | 2024-02-26T13:26:26.773Z | Downloaded parking_lot v0.12.1 |
1164 | 2024-02-26T13:26:26.773Z | Downloaded glob v0.3.1 |
1165 | 2024-02-26T13:26:26.781Z | Downloaded toml v0.8.10 |
1166 | 2024-02-26T13:26:26.782Z | Downloaded strsim v0.10.0 |
1167 | 2024-02-26T13:26:26.782Z | Downloaded serde_derive_internals v0.26.0 |
1168 | 2024-02-26T13:26:26.792Z | Downloaded thiserror-no-std v2.0.2 |
1169 | 2024-02-26T13:26:26.792Z | Downloaded rustfmt-wrapper v0.2.0 |
1170 | 2024-02-26T13:26:26.792Z | Downloaded primeorder v0.13.6 |
1171 | 2024-02-26T13:26:26.792Z | Downloaded same-file v1.0.6 |
1172 | 2024-02-26T13:26:26.792Z | Downloaded derive-where v1.2.7 |
1173 | 2024-02-26T13:26:26.812Z | Downloaded typenum v1.16.0 |
1174 | 2024-02-26T13:26:26.812Z | Downloaded siphasher v0.3.11 |
1175 | 2024-02-26T13:26:26.812Z | Downloaded bzip2 v0.4.4 |
1176 | 2024-02-26T13:26:26.812Z | Downloaded rand_core v0.5.1 |
1177 | 2024-02-26T13:26:26.812Z | Downloaded thiserror v1.0.57 |
1178 | 2024-02-26T13:26:26.812Z | Downloaded pest_generator v2.7.6 |
1179 | 2024-02-26T13:26:26.812Z | Downloaded pest_derive v2.7.6 |
1180 | 2024-02-26T13:26:26.812Z | Downloaded zerocopy-derive v0.7.32 |
1181 | 2024-02-26T13:26:26.812Z | Downloaded base64ct v1.6.0 |
1182 | 2024-02-26T13:26:26.812Z | Downloaded httparse v1.8.0 |
1183 | 2024-02-26T13:26:26.812Z | Downloaded postgres-types v0.2.6 |
1184 | 2024-02-26T13:26:26.818Z | Downloaded parking_lot_core v0.8.6 |
1185 | 2024-02-26T13:26:26.818Z | Downloaded owo-colors v4.0.0 |
1186 | 2024-02-26T13:26:26.818Z | Downloaded postgres-protocol v0.6.6 |
1187 | 2024-02-26T13:26:26.829Z | Downloaded backoff v0.4.0 |
1188 | 2024-02-26T13:26:26.829Z | Downloaded ipnet v2.9.0 |
1189 | 2024-02-26T13:26:26.829Z | Downloaded fastrand v2.0.1 |
1190 | 2024-02-26T13:26:26.829Z | Downloaded signature v2.1.0 |
1191 | 2024-02-26T13:26:26.830Z | Downloaded hash32 v0.3.1 |
1192 | 2024-02-26T13:26:26.830Z | Downloaded stringprep v0.1.3 |
1193 | 2024-02-26T13:26:26.830Z | Downloaded vec_map v0.8.2 |
1194 | 2024-02-26T13:26:26.830Z | Downloaded ed25519 v2.2.2 |
1195 | 2024-02-26T13:26:26.830Z | Downloaded rand_core v0.6.4 |
1196 | 2024-02-26T13:26:26.839Z | Downloaded whoami v1.4.1 |
1197 | 2024-02-26T13:26:26.839Z | Downloaded endian-type v0.1.2 |
1198 | 2024-02-26T13:26:26.839Z | Downloaded structmeta-derive v0.3.0 |
1199 | 2024-02-26T13:26:26.839Z | Downloaded atomic-waker v1.1.1 |
1200 | 2024-02-26T13:26:26.839Z | Downloaded crossbeam-utils v0.8.16 |
1201 | 2024-02-26T13:26:26.839Z | Downloaded crossbeam-epoch v0.9.15 |
1202 | 2024-02-26T13:26:26.846Z | Downloaded crc32fast v1.3.2 |
1203 | 2024-02-26T13:26:26.846Z | Downloaded num-traits v0.2.16 |
1204 | 2024-02-26T13:26:26.846Z | Downloaded iana-time-zone v0.1.57 |
1205 | 2024-02-26T13:26:26.846Z | Downloaded group v0.13.0 |
1206 | 2024-02-26T13:26:26.846Z | Downloaded errno v0.3.8 |
1207 | 2024-02-26T13:26:26.851Z | Downloaded phf v0.11.2 |
1208 | 2024-02-26T13:26:26.851Z | Downloaded defmt-macros v0.3.6 |
1209 | 2024-02-26T13:26:26.851Z | Downloaded spki v0.7.2 |
1210 | 2024-02-26T13:26:26.864Z | Downloaded block-buffer v0.10.4 |
1211 | 2024-02-26T13:26:26.864Z | Downloaded plain v0.2.3 |
1212 | 2024-02-26T13:26:26.864Z | Downloaded toml_datetime v0.6.5 |
1213 | 2024-02-26T13:26:26.864Z | Downloaded predicates-core v1.0.6 |
1214 | 2024-02-26T13:26:26.864Z | Downloaded colored v2.0.4 |
1215 | 2024-02-26T13:26:26.864Z | Downloaded is-terminal v0.4.9 |
1216 | 2024-02-26T13:26:26.864Z | Downloaded equivalent v1.0.1 |
1217 | 2024-02-26T13:26:26.865Z | Downloaded usdt-macro v0.3.5 |
1218 | 2024-02-26T13:26:26.865Z | Downloaded num_cpus v1.16.0 |
1219 | 2024-02-26T13:26:26.869Z | Downloaded newtype-uuid v1.0.1 |
1220 | 2024-02-26T13:26:26.869Z | Downloaded cobs v0.2.3 |
1221 | 2024-02-26T13:26:26.869Z | Downloaded aead v0.5.2 |
1222 | 2024-02-26T13:26:26.869Z | Downloaded ppv-lite86 v0.2.17 |
1223 | 2024-02-26T13:26:26.869Z | Downloaded pkg-config v0.3.27 |
1224 | 2024-02-26T13:26:26.869Z | Downloaded pbkdf2 v0.12.2 |
1225 | 2024-02-26T13:26:26.869Z | Downloaded option-ext v0.2.0 |
1226 | 2024-02-26T13:26:26.869Z | Downloaded cpufeatures v0.2.12 |
1227 | 2024-02-26T13:26:26.878Z | Downloaded pin-project-lite v0.2.13 |
1228 | 2024-02-26T13:26:26.878Z | Downloaded md5 v0.7.0 |
1229 | 2024-02-26T13:26:26.878Z | Downloaded swrite v0.1.0 |
1230 | 2024-02-26T13:26:26.878Z | Downloaded anstyle v1.0.2 |
1231 | 2024-02-26T13:26:26.878Z | Downloaded async-trait v0.1.77 |
1232 | 2024-02-26T13:26:26.882Z | Downloaded argon2 v0.5.3 |
1233 | 2024-02-26T13:26:26.882Z | Downloaded num_enum_derive v0.5.11 |
1234 | 2024-02-26T13:26:26.882Z | Downloaded mime_guess v2.0.4 |
1235 | 2024-02-26T13:26:26.885Z | Downloaded cfg-if v1.0.0 |
1236 | 2024-02-26T13:26:26.885Z | Downloaded camino v1.1.6 |
1237 | 2024-02-26T13:26:26.890Z | Downloaded pest_meta v2.7.6 |
1238 | 2024-02-26T13:26:26.890Z | Downloaded cbc v0.1.2 |
1239 | 2024-02-26T13:26:26.890Z | Downloaded bit-set v0.5.3 |
1240 | 2024-02-26T13:26:26.896Z | Downloaded parse-display v0.9.0 |
1241 | 2024-02-26T13:26:26.896Z | Downloaded parking_lot v0.11.2 |
1242 | 2024-02-26T13:26:26.896Z | Downloaded phf_shared v0.10.0 |
1243 | 2024-02-26T13:26:26.896Z | Downloaded normalize-line-endings v0.3.0 |
1244 | 2024-02-26T13:26:26.896Z | Downloaded autocfg v1.1.0 |
1245 | 2024-02-26T13:26:26.899Z | Downloaded crucible-workspace-hack v0.1.0 |
1246 | 2024-02-26T13:26:26.899Z | Downloaded colorchoice v1.0.0 |
1247 | 2024-02-26T13:26:26.899Z | Downloaded tokio-util v0.7.10 |
1248 | 2024-02-26T13:26:26.911Z | Downloaded tokio-native-tls v0.3.1 |
1249 | 2024-02-26T13:26:26.912Z | Downloaded thread-id v4.2.0 |
1250 | 2024-02-26T13:26:26.912Z | Downloaded textwrap v0.11.0 |
1251 | 2024-02-26T13:26:26.912Z | Downloaded tar v0.4.40 |
1252 | 2024-02-26T13:26:26.912Z | Downloaded memmap v0.7.0 |
1253 | 2024-02-26T13:26:26.912Z | Downloaded linked-hash-map v0.5.6 |
1254 | 2024-02-26T13:26:26.912Z | Downloaded linear-map v1.2.0 |
1255 | 2024-02-26T13:26:26.912Z | Downloaded memoffset v0.9.0 |
1256 | 2024-02-26T13:26:26.922Z | Downloaded newtype_derive v0.1.6 |
1257 | 2024-02-26T13:26:26.922Z | Downloaded md-5 v0.10.5 |
1258 | 2024-02-26T13:26:26.922Z | Downloaded kstat-rs v0.2.3 |
1259 | 2024-02-26T13:26:26.922Z | Downloaded lalrpop-util v0.19.12 |
1260 | 2024-02-26T13:26:27.029Z | Downloaded ring v0.17.8 |
1261 | 2024-02-26T13:26:27.133Z | Downloaded ring v0.16.20 |
1262 | 2024-02-26T13:26:27.599Z | Compiling proc-macro2 v1.0.78 |
1263 | 2024-02-26T13:26:27.599Z | Compiling unicode-ident v1.0.12 |
1264 | 2024-02-26T13:26:27.599Z | Compiling libc v0.2.153 |
1265 | 2024-02-26T13:26:27.599Z | Compiling serde v1.0.196 |
1266 | 2024-02-26T13:26:27.605Z | Compiling version_check v0.9.4 |
1267 | 2024-02-26T13:26:27.606Z | Compiling autocfg v1.1.0 |
1268 | 2024-02-26T13:26:27.639Z | Compiling cfg-if v1.0.0 |
1269 | 2024-02-26T13:26:27.757Z | Compiling syn v1.0.109 |
1270 | 2024-02-26T13:26:27.774Z | Compiling once_cell v1.19.0 |
1271 | 2024-02-26T13:26:27.834Z | Compiling thiserror v1.0.57 |
1272 | 2024-02-26T13:26:28.223Z | Compiling typenum v1.16.0 |
1273 | 2024-02-26T13:26:28.338Z | Compiling memchr v2.6.3 |
1274 | 2024-02-26T13:26:28.442Z | Compiling lock_api v0.4.10 |
1275 | 2024-02-26T13:26:29.116Z | Compiling generic-array v0.14.7 |
1276 | 2024-02-26T13:26:29.268Z | Compiling parking_lot_core v0.9.8 |
1277 | 2024-02-26T13:26:29.288Z | Compiling byteorder v1.5.0 |
1278 | 2024-02-26T13:26:29.288Z | Compiling libm v0.2.7 |
1279 | 2024-02-26T13:26:29.406Z | Compiling ahash v0.8.7 |
1280 | 2024-02-26T13:26:29.621Z | Compiling num-traits v0.2.16 |
1281 | 2024-02-26T13:26:29.724Z | Compiling serde_json v1.0.114 |
1282 | 2024-02-26T13:26:29.777Z | Compiling itoa v1.0.9 |
1283 | 2024-02-26T13:26:30.062Z | Compiling slab v0.4.9 |
1284 | 2024-02-26T13:26:35.945Z | Compiling quote v1.0.35 |
1285 | 2024-02-26T13:26:36.003Z | Compiling log v0.4.20 |
1286 | 2024-02-26T13:26:36.003Z | Compiling scopeguard v1.2.0 |
1287 | 2024-02-26T13:26:36.003Z | Compiling syn v2.0.48 |
1288 | 2024-02-26T13:26:36.003Z | Compiling getrandom v0.2.10 |
1289 | 2024-02-26T13:26:36.004Z | Compiling cc v1.0.83 |
1290 | 2024-02-26T13:26:36.004Z | Compiling rand_core v0.6.4 |
1291 | 2024-02-26T13:26:36.005Z | Compiling allocator-api2 v0.2.16 |
1292 | 2024-02-26T13:26:36.005Z | Compiling ryu v1.0.15 |
1293 | 2024-02-26T13:26:36.005Z | Compiling pkg-config v0.3.27 |
1294 | 2024-02-26T13:26:36.005Z | Compiling heck v0.4.1 |
1295 | 2024-02-26T13:26:36.006Z | Compiling schemars v0.8.16 |
1296 | 2024-02-26T13:26:36.006Z | Compiling subtle v2.5.0 |
1297 | 2024-02-26T13:26:36.006Z | Compiling smallvec v1.13.1 |
1298 | 2024-02-26T13:26:36.006Z | Compiling equivalent v1.0.1 |
1299 | 2024-02-26T13:26:36.066Z | Compiling vcpkg v0.2.15 |
1300 | 2024-02-26T13:26:36.067Z | Compiling pin-project-lite v0.2.13 |
1301 | 2024-02-26T13:26:36.067Z | Compiling httparse v1.8.0 |
1302 | 2024-02-26T13:26:36.067Z | Compiling parking_lot v0.12.1 |
1303 | 2024-02-26T13:26:36.067Z | Compiling ring v0.17.8 |
1304 | 2024-02-26T13:26:36.067Z | Compiling ucd-trie v0.1.6 |
1305 | 2024-02-26T13:26:36.067Z | Compiling ring v0.16.20 |
1306 | 2024-02-26T13:26:36.067Z | Compiling openssl-sys v0.9.96 |
1307 | 2024-02-26T13:26:36.067Z | Compiling signal-hook-registry v1.4.1 |
1308 | 2024-02-26T13:26:36.068Z | Compiling fnv v1.0.7 |
1309 | 2024-02-26T13:26:36.068Z | Compiling mio v0.8.9 |
1310 | 2024-02-26T13:26:36.068Z | Compiling const-oid v0.9.5 |
1311 | 2024-02-26T13:26:36.199Z | Compiling iana-time-zone v0.1.57 |
1312 | 2024-02-26T13:26:36.244Z | Compiling rustix v0.38.31 |
1313 | 2024-02-26T13:26:36.272Z | Compiling semver v1.0.22 |
1314 | 2024-02-26T13:26:36.617Z | Compiling openssl v0.10.60 |
1315 | 2024-02-26T13:26:37.073Z | Compiling num_cpus v1.16.0 |
1316 | 2024-02-26T13:26:37.098Z | Compiling socket2 v0.5.5 |
1317 | 2024-02-26T13:26:37.274Z | Compiling native-tls v0.2.11 |
1318 | 2024-02-26T13:26:37.374Z | Compiling rustls v0.21.9 |
1319 | 2024-02-26T13:26:37.688Z | Compiling futures-core v0.3.30 |
1320 | 2024-02-26T13:26:37.706Z | Compiling dyn-clone v1.0.16 |
1321 | 2024-02-26T13:26:37.987Z | Compiling aho-corasick v1.0.4 |
1322 | 2024-02-26T13:26:38.065Z | Compiling regex-syntax v0.8.2 |
1323 | 2024-02-26T13:26:38.233Z | Compiling serde_derive_internals v0.26.0 |
1324 | 2024-02-26T13:26:38.732Z | Compiling slog v2.7.0 |
1325 | 2024-02-26T13:26:39.140Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2024-02-26T13:26:39.623Z | Compiling async-trait v0.1.77 |
1327 | 2024-02-26T13:26:40.109Z | Compiling spin v0.5.2 |
1328 | 2024-02-26T13:26:40.109Z | Compiling futures-sink v0.3.30 |
1329 | 2024-02-26T13:26:40.109Z | Compiling backtrace v0.3.69 |
1330 | 2024-02-26T13:26:40.443Z | Compiling tinyvec_macros v0.1.1 |
1331 | 2024-02-26T13:26:40.538Z | Compiling tinyvec v1.6.0 |
1332 | 2024-02-26T13:26:40.773Z | Compiling futures-channel v0.3.30 |
1333 | 2024-02-26T13:26:41.193Z | Compiling futures-task v0.3.30 |
1334 | 2024-02-26T13:26:41.511Z | Compiling pin-utils v0.1.0 |
1335 | 2024-02-26T13:26:41.601Z | Compiling futures-io v0.3.30 |
1336 | 2024-02-26T13:26:41.679Z | Compiling regex-automata v0.4.4 |
1337 | 2024-02-26T13:26:41.996Z | Compiling cpufeatures v0.2.12 |
1338 | 2024-02-26T13:26:42.104Z | Compiling unicode-normalization v0.1.22 |
1339 | 2024-02-26T13:26:42.346Z | Compiling spin v0.9.8 |
1340 | 2024-02-26T13:26:42.569Z | Compiling memoffset v0.9.0 |
1341 | 2024-02-26T13:26:42.599Z | Compiling tracing-core v0.1.31 |
1342 | 2024-02-26T13:26:42.716Z | Compiling anyhow v1.0.75 |
1343 | 2024-02-26T13:26:42.896Z | Compiling unicode-width v0.1.11 |
1344 | 2024-02-26T13:26:43.059Z | Compiling unicode-bidi v0.3.13 |
1345 | 2024-02-26T13:26:44.076Z | Compiling crc32fast v1.3.2 |
1346 | 2024-02-26T13:26:44.510Z | Compiling winnow v0.5.15 |
1347 | 2024-02-26T13:26:44.892Z | Compiling crossbeam-epoch v0.9.15 |
1348 | 2024-02-26T13:26:45.068Z | Compiling time-core v0.1.1 |
1349 | 2024-02-26T13:26:45.227Z | Compiling time-macros v0.2.13 |
1350 | 2024-02-26T13:26:45.247Z | Compiling serde_derive v1.0.196 |
1351 | 2024-02-26T13:26:45.325Z | Compiling zeroize_derive v1.4.2 |
1352 | 2024-02-26T13:26:45.734Z | Compiling zerocopy-derive v0.7.32 |
1353 | 2024-02-26T13:26:46.130Z | Compiling thiserror-impl v1.0.57 |
1354 | 2024-02-26T13:26:46.908Z | Compiling tokio-macros v2.2.0 |
1355 | 2024-02-26T13:26:47.826Z | Compiling zeroize v1.7.0 |
1356 | 2024-02-26T13:26:48.010Z | Compiling zerocopy v0.7.32 |
1357 | 2024-02-26T13:26:48.189Z | Compiling futures-macro v0.3.30 |
1358 | 2024-02-26T13:26:48.606Z | Compiling tracing-attributes v0.1.26 |
1359 | 2024-02-26T13:26:49.603Z | Compiling schemars_derive v0.8.16 |
1360 | 2024-02-26T13:26:49.879Z | Compiling crypto-common v0.1.6 |
1361 | 2024-02-26T13:26:50.146Z | Compiling hashbrown v0.14.3 |
1362 | 2024-02-26T13:26:50.232Z | Compiling pest v2.7.6 |
1363 | 2024-02-26T13:26:51.020Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-02-26T13:26:51.273Z | Compiling block-buffer v0.10.4 |
1365 | 2024-02-26T13:26:51.522Z | Compiling digest v0.10.7 |
1366 | 2024-02-26T13:26:51.611Z | Compiling regex v1.10.3 |
1367 | 2024-02-26T13:26:52.207Z | Compiling futures-util v0.3.30 |
1368 | 2024-02-26T13:26:52.594Z | Compiling pest_meta v2.7.6 |
1369 | 2024-02-26T13:26:52.983Z | Compiling tracing v0.1.37 |
1370 | 2024-02-26T13:26:53.226Z | Compiling der_derive v0.7.2 |
1371 | 2024-02-26T13:26:54.917Z | Compiling pest_generator v2.7.6 |
1372 | 2024-02-26T13:26:57.055Z | Compiling untrusted v0.9.0 |
1373 | 2024-02-26T13:26:57.171Z | Compiling foreign-types-shared v0.1.1 |
1374 | 2024-02-26T13:26:57.233Z | Compiling percent-encoding v2.3.1 |
1375 | 2024-02-26T13:26:57.278Z | Compiling untrusted v0.7.1 |
1376 | 2024-02-26T13:26:57.690Z | Compiling foreign-types v0.3.2 |
1377 | 2024-02-26T13:26:57.932Z | Compiling pest_derive v2.7.6 |
1378 | 2024-02-26T13:26:59.124Z | Compiling errno v0.3.8 |
1379 | 2024-02-26T13:26:59.145Z | Compiling try-lock v0.2.4 |
1380 | 2024-02-26T13:26:59.165Z | Compiling unicode-xid v0.2.4 |
1381 | 2024-02-26T13:26:59.279Z | Compiling base64 v0.21.7 |
1382 | 2024-02-26T13:26:59.323Z | Compiling ppv-lite86 v0.2.17 |
1383 | 2024-02-26T13:26:59.326Z | Compiling synstructure v0.12.6 |
1384 | 2024-02-26T13:27:00.074Z | Compiling bytes v1.5.0 |
1385 | 2024-02-26T13:27:00.239Z | Compiling indexmap v2.2.3 |
1386 | 2024-02-26T13:27:00.434Z | Compiling uuid v1.7.0 |
1387 | 2024-02-26T13:27:01.246Z | Compiling chrono v0.4.31 |
1388 | 2024-02-26T13:27:01.327Z | Compiling tokio v1.36.0 |
1389 | 2024-02-26T13:27:01.530Z | Compiling http v0.2.11 |
1390 | 2024-02-26T13:27:01.780Z | Compiling bitflags v2.4.0 |
1391 | 2024-02-26T13:27:02.198Z | Compiling serde_spanned v0.6.5 |
1392 | 2024-02-26T13:27:02.433Z | Compiling toml_datetime v0.6.5 |
1393 | 2024-02-26T13:27:02.851Z | Compiling toml_edit v0.19.15 |
1394 | 2024-02-26T13:27:02.886Z | Compiling openapiv3 v2.0.0 |
1395 | 2024-02-26T13:27:03.305Z | Compiling rustc_version v0.4.0 |
1396 | 2024-02-26T13:27:06.269Z | Compiling serde_tokenstream v0.2.0 |
1397 | 2024-02-26T13:27:06.622Z | Compiling http-body v0.4.5 |
1398 | 2024-02-26T13:27:07.951Z | Compiling rustls-webpki v0.101.7 |
1399 | 2024-02-26T13:27:08.090Z | Compiling sct v0.7.0 |
1400 | 2024-02-26T13:27:08.120Z | Compiling want v0.3.1 |
1401 | 2024-02-26T13:27:09.106Z | Compiling form_urlencoded v1.2.1 |
1402 | 2024-02-26T13:27:09.496Z | Compiling scroll_derive v0.12.0 |
1403 | 2024-02-26T13:27:09.928Z | Compiling socket2 v0.4.9 |
1404 | 2024-02-26T13:27:10.080Z | Compiling tokio-util v0.7.10 |
1405 | 2024-02-26T13:27:10.100Z | Compiling openssl-probe v0.1.5 |
1406 | 2024-02-26T13:27:10.794Z | Compiling httpdate v1.0.3 |
1407 | 2024-02-26T13:27:11.176Z | Compiling tower-service v0.3.2 |
1408 | 2024-02-26T13:27:11.219Z | Compiling h2 v0.3.24 |
1409 | 2024-02-26T13:27:12.342Z | Compiling zerocopy-derive v0.2.0 |
1410 | 2024-02-26T13:27:12.863Z | Compiling idna v0.5.0 |
1411 | 2024-02-26T13:27:14.501Z | Compiling lazy_static v1.4.0 |
1412 | 2024-02-26T13:27:15.121Z | Compiling thread-id v4.2.0 |
1413 | 2024-02-26T13:27:15.144Z | Compiling adler v1.0.2 |
1414 | 2024-02-26T13:27:15.445Z | Compiling miniz_oxide v0.7.1 |
1415 | 2024-02-26T13:27:15.777Z | Compiling tokio-rustls v0.24.1 |
1416 | 2024-02-26T13:27:16.188Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-02-26T13:27:16.459Z | Compiling url v2.5.0 |
1418 | 2024-02-26T13:27:17.062Z | Compiling rand_chacha v0.3.1 |
1419 | 2024-02-26T13:27:17.501Z | Compiling rustversion v1.0.14 |
1420 | 2024-02-26T13:27:17.828Z | Compiling ipnet v2.9.0 |
1421 | 2024-02-26T13:27:18.190Z | Compiling hyper v0.14.27 |
1422 | 2024-02-26T13:27:18.275Z | Compiling rand v0.8.5 |
1423 | 2024-02-26T13:27:18.372Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-02-26T13:27:18.854Z | Compiling rustls-pemfile v1.0.3 |
1425 | 2024-02-26T13:27:19.163Z | Compiling usdt-impl v0.3.5 |
1426 | 2024-02-26T13:27:19.227Z | Compiling encoding_rs v0.8.33 |
1427 | 2024-02-26T13:27:19.274Z | Compiling mime v0.3.17 |
1428 | 2024-02-26T13:27:19.327Z | Compiling gimli v0.28.0 |
1429 | 2024-02-26T13:27:19.522Z | Compiling webpki-roots v0.25.2 |
1430 | 2024-02-26T13:27:19.843Z | Compiling either v1.10.0 |
1431 | 2024-02-26T13:27:21.050Z | Compiling regress v0.8.0 |
1432 | 2024-02-26T13:27:21.238Z | Compiling object v0.32.1 |
1433 | 2024-02-26T13:27:21.670Z | Compiling num-bigint v0.4.4 |
1434 | 2024-02-26T13:27:22.167Z | Compiling usdt-impl v0.5.0 |
1435 | 2024-02-26T13:27:22.359Z | Compiling rustc-demangle v0.1.23 |
1436 | 2024-02-26T13:27:23.307Z | Compiling flate2 v1.0.28 |
1437 | 2024-02-26T13:27:23.762Z | Compiling addr2line v0.21.0 |
1438 | 2024-02-26T13:27:23.976Z | Compiling zerocopy v0.3.0 |
1439 | 2024-02-26T13:27:24.321Z | Compiling scroll v0.12.0 |
1440 | 2024-02-26T13:27:24.368Z | Compiling heapless v0.7.16 |
1441 | 2024-02-26T13:27:24.496Z | Compiling futures-executor v0.3.30 |
1442 | 2024-02-26T13:27:24.706Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1443 | 2024-02-26T13:27:24.983Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1444 | 2024-02-26T13:27:25.089Z | Compiling hyper-tls v0.5.0 |
1445 | 2024-02-26T13:27:25.451Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-02-26T13:27:25.498Z | Compiling winnow v0.6.1 |
1447 | 2024-02-26T13:27:26.004Z | Compiling reqwest v0.11.22 |
1448 | 2024-02-26T13:27:26.004Z | Compiling plain v0.2.3 |
1449 | 2024-02-26T13:27:26.004Z | Compiling signal-hook v0.3.17 |
1450 | 2024-02-26T13:27:26.602Z | Compiling base64ct v1.6.0 |
1451 | 2024-02-26T13:27:27.374Z | Compiling goblin v0.8.0 |
1452 | 2024-02-26T13:27:29.101Z | Compiling toml_edit v0.22.6 |
1453 | 2024-02-26T13:27:29.143Z | Compiling futures v0.3.30 |
1454 | 2024-02-26T13:27:29.259Z | Compiling dof v0.1.5 |
1455 | 2024-02-26T13:27:30.246Z | Compiling toml v0.7.8 |
1456 | 2024-02-26T13:27:30.983Z | Compiling hex v0.4.3 |
1457 | 2024-02-26T13:27:31.181Z | Compiling dtrace-parser v0.1.14 |
1458 | 2024-02-26T13:27:31.470Z | Compiling pretty-hex v0.4.1 |
1459 | 2024-02-26T13:27:33.232Z | Compiling dof v0.3.0 |
1460 | 2024-02-26T13:27:33.709Z | Compiling strum_macros v0.25.2 |
1461 | 2024-02-26T13:27:33.799Z | Compiling serde_tokenstream v0.1.7 |
1462 | 2024-02-26T13:27:33.996Z | Compiling dtrace-parser v0.2.0 |
1463 | 2024-02-26T13:27:35.271Z | Compiling smoltcp v0.9.1 |
1464 | 2024-02-26T13:27:35.577Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1465 | 2024-02-26T13:27:36.831Z | Compiling hmac v0.12.1 |
1466 | 2024-02-26T13:27:36.849Z | Compiling pem-rfc7468 v0.7.0 |
1467 | 2024-02-26T13:27:36.929Z | Compiling enum-as-inner v0.5.1 |
1468 | 2024-02-26T13:27:37.440Z | Compiling num-iter v0.1.43 |
1469 | 2024-02-26T13:27:37.514Z | Compiling flagset v0.4.3 |
1470 | 2024-02-26T13:27:37.681Z | Compiling siphasher v0.3.11 |
1471 | 2024-02-26T13:27:37.731Z | Compiling unicode-segmentation v1.10.1 |
1472 | 2024-02-26T13:27:37.997Z | Compiling der v0.7.8 |
1473 | 2024-02-26T13:27:38.016Z | Compiling usdt-macro v0.3.5 |
1474 | 2024-02-26T13:27:38.050Z | Compiling usdt-attr-macro v0.3.5 |
1475 | 2024-02-26T13:27:38.603Z | Compiling hubpack_derive v0.1.1 |
1476 | 2024-02-26T13:27:38.808Z | Compiling zerocopy-derive v0.6.4 |
1477 | 2024-02-26T13:27:39.537Z | Compiling utf8parse v0.2.1 |
1478 | 2024-02-26T13:27:39.808Z | Compiling num_threads v0.1.6 |
1479 | 2024-02-26T13:27:40.209Z | Compiling deranged v0.3.8 |
1480 | 2024-02-26T13:27:40.679Z | Compiling anstyle v1.0.2 |
1481 | 2024-02-26T13:27:41.138Z | Compiling spki v0.7.2 |
1482 | 2024-02-26T13:27:41.245Z | Compiling sha2 v0.10.8 |
1483 | 2024-02-26T13:27:41.334Z | Compiling anstyle-parse v0.2.1 |
1484 | 2024-02-26T13:27:41.907Z | Compiling time v0.3.27 |
1485 | 2024-02-26T13:27:43.209Z | Compiling md-5 v0.10.5 |
1486 | 2024-02-26T13:27:43.346Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1487 | 2024-02-26T13:27:43.394Z | Compiling block-padding v0.3.3 |
1488 | 2024-02-26T13:27:43.445Z | Compiling clap_derive v4.5.0 |
1489 | 2024-02-26T13:27:43.659Z | Compiling stringprep v0.1.3 |
1490 | 2024-02-26T13:27:44.670Z | Compiling getopts v0.2.21 |
1491 | 2024-02-26T13:27:45.347Z | Compiling diesel_table_macro_syntax v0.1.0 |
1492 | 2024-02-26T13:27:45.788Z | Compiling num-integer v0.1.46 |
1493 | 2024-02-26T13:27:46.818Z | Compiling hash32 v0.2.1 |
1494 | 2024-02-26T13:27:47.196Z | Compiling colorchoice v1.0.0 |
1495 | 2024-02-26T13:27:47.369Z | Compiling fallible-iterator v0.2.0 |
1496 | 2024-02-26T13:27:48.074Z | Compiling stable_deref_trait v1.2.0 |
1497 | 2024-02-26T13:27:48.684Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1498 | 2024-02-26T13:27:48.831Z | Compiling anstyle-query v1.0.0 |
1499 | 2024-02-26T13:27:48.966Z | Compiling anstream v0.6.11 |
1500 | 2024-02-26T13:27:49.432Z | Compiling postgres-protocol v0.6.6 |
1501 | 2024-02-26T13:27:50.323Z | Compiling diesel_derives v2.1.2 |
1502 | 2024-02-26T13:27:50.681Z | Compiling inout v0.1.3 |
1503 | 2024-02-26T13:27:52.872Z | Compiling pkcs8 v0.10.2 |
1504 | 2024-02-26T13:27:53.452Z | Compiling phf_shared v0.11.2 |
1505 | 2024-02-26T13:27:54.267Z | Compiling ff v0.13.0 |
1506 | 2024-02-26T13:27:54.504Z | Compiling terminal_size v0.3.0 |
1507 | 2024-02-26T13:27:54.711Z | Compiling serde_repr v0.1.16 |
1508 | 2024-02-26T13:27:54.879Z | Compiling scheduled-thread-pool v0.2.7 |
1509 | 2024-02-26T13:27:55.043Z | Compiling unsafe-libyaml v0.2.10 |
1510 | 2024-02-26T13:27:55.628Z | Compiling clap_lex v0.7.0 |
1511 | 2024-02-26T13:27:55.789Z | Compiling bitflags v1.3.2 |
1512 | 2024-02-26T13:27:55.898Z | Compiling managed v0.8.0 |
1513 | 2024-02-26T13:27:56.151Z | Compiling regex-automata v0.1.10 |
1514 | 2024-02-26T13:27:56.322Z | Compiling strsim v0.11.0 |
1515 | 2024-02-26T13:27:56.373Z | Compiling bit-vec v0.6.3 |
1516 | 2024-02-26T13:27:56.664Z | Compiling base16ct v0.2.0 |
1517 | 2024-02-26T13:27:56.824Z | Compiling matches v0.1.10 |
1518 | 2024-02-26T13:27:56.979Z | Compiling idna v0.2.3 |
1519 | 2024-02-26T13:27:56.996Z | Compiling sec1 v0.7.3 |
1520 | 2024-02-26T13:27:57.591Z | Compiling clap_builder v4.5.0 |
1521 | 2024-02-26T13:27:57.795Z | Compiling bstr v0.2.17 |
1522 | 2024-02-26T13:27:57.847Z | Compiling serde_yaml v0.9.25 |
1523 | 2024-02-26T13:28:00.011Z | Compiling r2d2 v0.8.10 |
1524 | 2024-02-26T13:28:00.699Z | Compiling group v0.13.0 |
1525 | 2024-02-26T13:28:00.996Z | Compiling phf v0.11.2 |
1526 | 2024-02-26T13:28:01.276Z | Compiling signal-hook-mio v0.2.3 |
1527 | 2024-02-26T13:28:01.504Z | Compiling bzip2 v0.4.4 |
1528 | 2024-02-26T13:28:01.814Z | Compiling cipher v0.4.4 |
1529 | 2024-02-26T13:28:01.896Z | Compiling postgres-types v0.2.6 |
1530 | 2024-02-26T13:28:02.230Z | Compiling zerocopy v0.6.4 |
1531 | 2024-02-26T13:28:02.339Z | Compiling hubpack v0.1.2 |
1532 | 2024-02-26T13:28:02.812Z | Compiling phf_shared v0.10.0 |
1533 | 2024-02-26T13:28:03.225Z | Compiling hkdf v0.12.4 |
1534 | 2024-02-26T13:28:03.244Z | Compiling crypto-bigint v0.5.2 |
1535 | 2024-02-26T13:28:03.454Z | Compiling ipnetwork v0.20.0 |
1536 | 2024-02-26T13:28:04.304Z | Compiling float-cmp v0.9.0 |
1537 | 2024-02-26T13:28:04.542Z | Compiling normalize-line-endings v0.3.0 |
1538 | 2024-02-26T13:28:05.326Z | Compiling difflib v0.4.0 |
1539 | 2024-02-26T13:28:06.696Z | Compiling precomputed-hash v0.1.1 |
1540 | 2024-02-26T13:28:06.816Z | Compiling fixedbitset v0.4.2 |
1541 | 2024-02-26T13:28:06.950Z | Compiling predicates-core v1.0.6 |
1542 | 2024-02-26T13:28:07.097Z | Compiling static_assertions v1.1.0 |
1543 | 2024-02-26T13:28:07.202Z | Compiling data-encoding v2.4.0 |
1544 | 2024-02-26T13:28:07.275Z | Compiling minimal-lexical v0.2.1 |
1545 | 2024-02-26T13:28:07.312Z | Compiling new_debug_unreachable v1.0.4 |
1546 | 2024-02-26T13:28:07.789Z | Compiling regex-automata v0.3.8 |
1547 | 2024-02-26T13:28:07.807Z | Compiling whoami v1.4.1 |
1548 | 2024-02-26T13:28:08.442Z | Compiling tokio-postgres v0.7.10 |
1549 | 2024-02-26T13:28:09.142Z | Compiling trust-dns-proto v0.22.0 |
1550 | 2024-02-26T13:28:09.529Z | Compiling nom v7.1.3 |
1551 | 2024-02-26T13:28:09.644Z | Compiling bstr v1.6.0 |
1552 | 2024-02-26T13:28:09.789Z | Compiling string_cache v0.8.7 |
1553 | 2024-02-26T13:28:10.286Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1554 | 2024-02-26T13:28:10.386Z | Compiling predicates v3.1.0 |
1555 | 2024-02-26T13:28:11.254Z | Compiling petgraph v0.6.4 |
1556 | 2024-02-26T13:28:12.081Z | Compiling diesel v2.1.4 |
1557 | 2024-02-26T13:28:12.376Z | Compiling elliptic-curve v0.13.8 |
1558 | 2024-02-26T13:28:13.331Z | Compiling yasna v0.5.2 |
1559 | 2024-02-26T13:28:13.601Z | Compiling zip v0.6.6 |
1560 | 2024-02-26T13:28:14.346Z | Compiling clap v4.5.0 |
1561 | 2024-02-26T13:28:14.471Z | Compiling crossterm v0.27.0 |
1562 | 2024-02-26T13:28:15.216Z | Compiling similar v2.3.0 |
1563 | 2024-02-26T13:28:15.315Z | Compiling bit-set v0.5.3 |
1564 | 2024-02-26T13:28:15.554Z | Compiling usdt v0.3.5 |
1565 | 2024-02-26T13:28:15.573Z | Compiling strum v0.25.0 |
1566 | 2024-02-26T13:28:15.750Z | Compiling itertools v0.10.5 |
1567 | 2024-02-26T13:28:15.829Z | Compiling console v0.15.8 |
1568 | 2024-02-26T13:28:16.112Z | Compiling tokio-stream v0.1.14 |
1569 | 2024-02-26T13:28:17.385Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-02-26T13:28:17.739Z | Compiling camino v1.1.6 |
1571 | 2024-02-26T13:28:19.632Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1572 | 2024-02-26T13:28:28.003Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1573 | 2024-02-26T13:28:54.706Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1574 | 2024-02-26T13:28:55.460Z | Compiling sha1 v0.10.6 |
1575 | 2024-02-26T13:28:55.876Z | Compiling atty v0.2.14 |
1576 | 2024-02-26T13:28:56.016Z | Compiling match_cfg v0.1.0 |
1577 | 2024-02-26T13:28:56.066Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1578 | 2024-02-26T13:28:56.121Z | Compiling hostname v0.3.1 |
1579 | 2024-02-26T13:28:56.345Z | Compiling dirs-sys-next v0.1.2 |
1580 | 2024-02-26T13:28:56.489Z | Compiling strsim v0.10.0 |
1581 | 2024-02-26T13:28:56.526Z | Compiling ident_case v1.0.1 |
1582 | 2024-02-26T13:28:56.715Z | Compiling rustls-pki-types v1.3.0 |
1583 | 2024-02-26T13:28:56.946Z | Compiling darling_core v0.20.3 |
1584 | 2024-02-26T13:28:57.018Z | Compiling dirs-next v2.0.0 |
1585 | 2024-02-26T13:28:57.351Z | Compiling thread_local v1.1.7 |
1586 | 2024-02-26T13:28:57.511Z | Compiling slog-async v2.8.0 |
1587 | 2024-02-26T13:28:57.555Z | Compiling rustls v0.22.2 |
1588 | 2024-02-26T13:28:58.011Z | Compiling rustls-webpki v0.102.1 |
1589 | 2024-02-26T13:28:58.078Z | Compiling term v0.7.0 |
1590 | 2024-02-26T13:28:58.127Z | Compiling crossbeam-channel v0.5.8 |
1591 | 2024-02-26T13:28:58.356Z | Compiling multer v3.0.0 |
1592 | 2024-02-26T13:28:58.679Z | Compiling instant v0.1.12 |
1593 | 2024-02-26T13:28:58.835Z | Compiling take_mut v0.2.2 |
1594 | 2024-02-26T13:28:58.935Z | Compiling paste v1.0.14 |
1595 | 2024-02-26T13:28:59.530Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1596 | 2024-02-26T13:28:59.757Z | Compiling slog-term v2.9.0 |
1597 | 2024-02-26T13:29:00.176Z | Compiling slog-json v2.6.1 |
1598 | 2024-02-26T13:29:00.191Z | Compiling http v1.0.0 |
1599 | 2024-02-26T13:29:00.211Z | Compiling async-stream-impl v0.3.5 |
1600 | 2024-02-26T13:29:00.303Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1601 | 2024-02-26T13:29:00.643Z | Compiling debug-ignore v1.0.5 |
1602 | 2024-02-26T13:29:00.800Z | Compiling atomic-waker v1.1.1 |
1603 | 2024-02-26T13:29:00.989Z | Compiling waitgroup v0.1.2 |
1604 | 2024-02-26T13:29:01.151Z | Compiling slog-bunyan v2.5.0 |
1605 | 2024-02-26T13:29:01.364Z | Compiling rustls-pemfile v2.1.0 |
1606 | 2024-02-26T13:29:01.733Z | Compiling async-stream v0.3.5 |
1607 | 2024-02-26T13:29:02.063Z | Compiling toml v0.8.10 |
1608 | 2024-02-26T13:29:02.494Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-26T13:29:02.852Z | Compiling serde_path_to_error v0.1.15 |
1610 | 2024-02-26T13:29:02.994Z | Compiling structmeta-derive v0.3.0 |
1611 | 2024-02-26T13:29:03.140Z | Compiling darling_macro v0.20.3 |
1612 | 2024-02-26T13:29:03.744Z | Compiling tokio-rustls v0.25.0 |
1613 | 2024-02-26T13:29:03.860Z | Compiling strum_macros v0.26.1 |
1614 | 2024-02-26T13:29:04.150Z | Compiling newtype-uuid v1.0.1 |
1615 | 2024-02-26T13:29:04.235Z | Compiling darling v0.20.3 |
1616 | 2024-02-26T13:29:04.361Z | Compiling serde_with_macros v3.6.1 |
1617 | 2024-02-26T13:29:04.450Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1618 | 2024-02-26T13:29:04.655Z | Compiling backoff v0.4.0 |
1619 | 2024-02-26T13:29:05.050Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1620 | 2024-02-26T13:29:05.502Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1621 | 2024-02-26T13:29:05.662Z | Compiling macaddr v1.0.1 |
1622 | 2024-02-26T13:29:05.875Z | Compiling proc-macro-error-attr v1.0.4 |
1623 | 2024-02-26T13:29:06.120Z | Compiling proc-macro-crate v1.3.1 |
1624 | 2024-02-26T13:29:06.267Z | Compiling proc-macro-error v1.0.4 |
1625 | 2024-02-26T13:29:06.287Z | Compiling structmeta v0.3.0 |
1626 | 2024-02-26T13:29:06.603Z | Compiling heapless v0.8.0 |
1627 | 2024-02-26T13:29:06.747Z | Compiling parse-display-derive v0.9.0 |
1628 | 2024-02-26T13:29:07.265Z | Compiling num_enum_derive v0.5.11 |
1629 | 2024-02-26T13:29:07.799Z | Compiling serde_with v3.6.1 |
1630 | 2024-02-26T13:29:08.546Z | Compiling hash32 v0.3.1 |
1631 | 2024-02-26T13:29:08.798Z | Compiling smoltcp v0.11.0 |
1632 | 2024-02-26T13:29:09.207Z | Compiling strum v0.26.1 |
1633 | 2024-02-26T13:29:09.393Z | Compiling rayon-core v1.12.0 |
1634 | 2024-02-26T13:29:09.579Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2024-02-26T13:29:10.169Z | Compiling num_enum v0.5.11 |
1636 | 2024-02-26T13:29:10.246Z | Compiling crossbeam-deque v0.8.3 |
1637 | 2024-02-26T13:29:10.338Z | Compiling same-file v1.0.6 |
1638 | 2024-02-26T13:29:10.587Z | Compiling fastrand v2.0.1 |
1639 | 2024-02-26T13:29:10.609Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-02-26T13:29:10.790Z | Compiling cobs v0.2.3 |
1641 | 2024-02-26T13:29:10.910Z | Compiling embedded-io v0.4.0 |
1642 | 2024-02-26T13:29:11.102Z | Compiling postcard v1.0.8 |
1643 | 2024-02-26T13:29:11.168Z | Compiling tempfile v3.10.0 |
1644 | 2024-02-26T13:29:11.659Z | Compiling parse-display v0.9.0 |
1645 | 2024-02-26T13:29:12.047Z | Compiling walkdir v2.4.0 |
1646 | 2024-02-26T13:29:12.126Z | Compiling semver-parser v0.10.2 |
1647 | 2024-02-26T13:29:12.296Z | Compiling foreign-types-macros v0.2.3 |
1648 | 2024-02-26T13:29:12.315Z | Compiling blake3 v1.5.0 |
1649 | 2024-02-26T13:29:12.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1650 | 2024-02-26T13:29:12.991Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1651 | 2024-02-26T13:29:13.188Z | Compiling foreign-types-shared v0.3.1 |
1652 | 2024-02-26T13:29:13.217Z | Compiling crucible-workspace-hack v0.1.0 |
1653 | 2024-02-26T13:29:13.311Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1654 | 2024-02-26T13:29:13.535Z | Compiling semver v0.11.0 |
1655 | 2024-02-26T13:29:13.653Z | Compiling rayon v1.8.0 |
1656 | 2024-02-26T13:29:13.671Z | Compiling foreign-types v0.5.0 |
1657 | 2024-02-26T13:29:13.986Z | Compiling is-terminal v0.4.9 |
1658 | 2024-02-26T13:29:14.035Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1659 | 2024-02-26T13:29:14.120Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-26T13:29:14.324Z | Compiling cstr-argument v0.1.2 |
1661 | 2024-02-26T13:29:14.336Z | Compiling xattr v1.0.1 |
1662 | 2024-02-26T13:29:14.556Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1663 | 2024-02-26T13:29:14.604Z | Compiling filetime v0.2.23 |
1664 | 2024-02-26T13:29:14.884Z | Compiling memmap2 v0.7.1 |
1665 | 2024-02-26T13:29:14.920Z | Compiling constant_time_eq v0.3.0 |
1666 | 2024-02-26T13:29:15.067Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1667 | 2024-02-26T13:29:15.137Z | Compiling arrayvec v0.7.4 |
1668 | 2024-02-26T13:29:15.178Z | Compiling home v0.5.5 |
1669 | 2024-02-26T13:29:15.411Z | Compiling pretty-hex v0.2.1 |
1670 | 2024-02-26T13:29:15.428Z | Compiling arrayref v0.3.7 |
1671 | 2024-02-26T13:29:15.473Z | Compiling toolchain_find v0.2.0 |
1672 | 2024-02-26T13:29:15.955Z | Compiling tar v0.4.40 |
1673 | 2024-02-26T13:29:15.955Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2024-02-26T13:29:15.956Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1675 | 2024-02-26T13:29:16.090Z | Compiling camino-tempfile v1.1.1 |
1676 | 2024-02-26T13:29:16.170Z | Compiling colored v2.0.4 |
1677 | 2024-02-26T13:29:16.472Z | Compiling toml v0.5.11 |
1678 | 2024-02-26T13:29:16.527Z | Compiling platforms v3.0.2 |
1679 | 2024-02-26T13:29:16.798Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1680 | 2024-02-26T13:29:16.815Z | Compiling topological-sort v0.2.2 |
1681 | 2024-02-26T13:29:17.041Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1682 | 2024-02-26T13:29:17.130Z | Compiling zone_cfg_derive v0.3.0 |
1683 | 2024-02-26T13:29:17.575Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1684 | 2024-02-26T13:29:17.661Z | Compiling textwrap v0.11.0 |
1685 | 2024-02-26T13:29:18.180Z | Compiling rustfmt-wrapper v0.2.0 |
1686 | 2024-02-26T13:29:18.479Z | Compiling heck v0.3.3 |
1687 | 2024-02-26T13:29:18.756Z | Compiling omicron-zone-package v0.11.0 |
1688 | 2024-02-26T13:29:18.901Z | Compiling num-derive v0.4.0 |
1689 | 2024-02-26T13:29:19.003Z | Compiling ansi_term v0.12.1 |
1690 | 2024-02-26T13:29:19.560Z | Compiling strsim v0.8.0 |
1691 | 2024-02-26T13:29:19.744Z | Compiling vec_map v0.8.2 |
1692 | 2024-02-26T13:29:20.084Z | Compiling libefi-sys v0.1.0 |
1693 | 2024-02-26T13:29:20.258Z | Compiling clap v2.34.0 |
1694 | 2024-02-26T13:29:20.277Z | Compiling structopt-derive v0.4.18 |
1695 | 2024-02-26T13:29:20.438Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1696 | 2024-02-26T13:29:20.605Z | Compiling zone v0.3.0 |
1697 | 2024-02-26T13:29:20.942Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1698 | 2024-02-26T13:29:21.403Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1699 | 2024-02-26T13:29:21.475Z | Compiling smf v0.2.2 |
1700 | 2024-02-26T13:29:22.015Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1701 | 2024-02-26T13:29:22.235Z | Compiling unicase v2.7.0 |
1702 | 2024-02-26T13:29:22.387Z | Compiling semver v0.1.20 |
1703 | 2024-02-26T13:29:22.573Z | Compiling curve25519-dalek v4.1.1 |
1704 | 2024-02-26T13:29:22.845Z | Compiling rustc_version v0.1.7 |
1705 | 2024-02-26T13:29:23.052Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1706 | 2024-02-26T13:29:23.171Z | Compiling universal-hash v0.5.1 |
1707 | 2024-02-26T13:29:23.328Z | Compiling opaque-debug v0.3.0 |
1708 | 2024-02-26T13:29:23.333Z | Compiling newtype_derive v0.1.6 |
1709 | 2024-02-26T13:29:23.369Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1710 | 2024-02-26T13:29:23.460Z | Compiling signature v2.1.0 |
1711 | 2024-02-26T13:29:23.477Z | Compiling curve25519-dalek-derive v0.1.0 |
1712 | 2024-02-26T13:29:23.650Z | Compiling structopt v0.3.26 |
1713 | 2024-02-26T13:29:23.717Z | Compiling gethostname v0.4.3 |
1714 | 2024-02-26T13:29:23.736Z | Compiling num-rational v0.4.1 |
1715 | 2024-02-26T13:29:23.740Z | Compiling getrandom v0.1.16 |
1716 | 2024-02-26T13:29:24.229Z | Compiling usdt-macro v0.5.0 |
1717 | 2024-02-26T13:29:24.313Z | Compiling usdt-attr-macro v0.5.0 |
1718 | 2024-02-26T13:29:24.332Z | Compiling password-hash v0.5.0 |
1719 | 2024-02-26T13:29:24.474Z | Compiling blake2 v0.10.6 |
1720 | 2024-02-26T13:29:25.212Z | Compiling memmap v0.7.0 |
1721 | 2024-02-26T13:29:25.469Z | Compiling quick-error v1.2.3 |
1722 | 2024-02-26T13:29:25.592Z | Compiling parking_lot_core v0.8.6 |
1723 | 2024-02-26T13:29:25.613Z | Compiling linked-hash-map v0.5.6 |
1724 | 2024-02-26T13:29:25.823Z | Compiling resolv-conf v0.7.0 |
1725 | 2024-02-26T13:29:25.977Z | Compiling lru-cache v0.1.2 |
1726 | 2024-02-26T13:29:26.001Z | Compiling argon2 v0.5.3 |
1727 | 2024-02-26T13:29:26.089Z | Compiling usdt v0.5.0 |
1728 | 2024-02-26T13:29:26.667Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1729 | 2024-02-26T13:29:26.752Z | Compiling rfc6979 v0.4.0 |
1730 | 2024-02-26T13:29:26.950Z | Compiling aead v0.5.2 |
1731 | 2024-02-26T13:29:26.984Z | Compiling num-complex v0.4.4 |
1732 | 2024-02-26T13:29:27.299Z | Compiling nibble_vec v0.1.0 |
1733 | 2024-02-26T13:29:27.508Z | Compiling slog-dtrace v0.3.0 |
1734 | 2024-02-26T13:29:27.857Z | Compiling utf-8 v0.7.6 |
1735 | 2024-02-26T13:29:27.958Z | Compiling endian-type v0.1.2 |
1736 | 2024-02-26T13:29:28.118Z | Compiling arc-swap v1.6.0 |
1737 | 2024-02-26T13:29:28.175Z | Compiling cancel-safe-futures v0.1.5 |
1738 | 2024-02-26T13:29:28.194Z | Compiling winapi v0.3.9 |
1739 | 2024-02-26T13:29:28.558Z | Compiling keccak v0.1.4 |
1740 | 2024-02-26T13:29:28.816Z | Compiling slog-scope v4.4.0 |
1741 | 2024-02-26T13:29:29.174Z | Compiling sha3 v0.10.8 |
1742 | 2024-02-26T13:29:29.308Z | Compiling radix_trie v0.2.1 |
1743 | 2024-02-26T13:29:29.368Z | Compiling tungstenite v0.20.1 |
1744 | 2024-02-26T13:29:29.450Z | Compiling num v0.4.1 |
1745 | 2024-02-26T13:29:29.567Z | Compiling mime_guess v2.0.4 |
1746 | 2024-02-26T13:29:29.634Z | Compiling ecdsa v0.16.9 |
1747 | 2024-02-26T13:29:29.998Z | Compiling steno v0.4.0 |
1748 | 2024-02-26T13:29:30.190Z | Compiling rand_core v0.5.1 |
1749 | 2024-02-26T13:29:30.540Z | Compiling trust-dns-resolver v0.22.0 |
1750 | 2024-02-26T13:29:31.048Z | Compiling poly1305 v0.8.0 |
1751 | 2024-02-26T13:29:31.565Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1752 | 2024-02-26T13:29:31.746Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1753 | 2024-02-26T13:29:46.724Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1754 | 2024-02-26T13:29:46.844Z | Compiling primeorder v0.13.6 |
1755 | 2024-02-26T13:29:46.889Z | Compiling chacha20 v0.9.1 |
1756 | 2024-02-26T13:29:46.889Z | Compiling secrecy v0.8.0 |
1757 | 2024-02-26T13:29:46.889Z | Compiling thiserror-impl-no-std v2.0.2 |
1758 | 2024-02-26T13:29:46.889Z | Compiling half v2.3.1 |
1759 | 2024-02-26T13:29:46.889Z | Compiling ciborium-io v0.2.2 |
1760 | 2024-02-26T13:29:46.889Z | Compiling option-ext v0.2.0 |
1761 | 2024-02-26T13:29:46.889Z | Compiling convert_case v0.4.0 |
1762 | 2024-02-26T13:29:46.889Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1763 | 2024-02-26T13:29:46.889Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1764 | 2024-02-26T13:29:46.889Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1765 | 2024-02-26T13:29:46.889Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1766 | 2024-02-26T13:29:46.890Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1767 | 2024-02-26T13:29:46.890Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1768 | 2024-02-26T13:29:46.890Z | Compiling derive_more v0.99.17 |
1769 | 2024-02-26T13:29:46.890Z | Compiling thiserror-no-std v2.0.2 |
1770 | 2024-02-26T13:29:46.890Z | Compiling dirs-sys v0.4.1 |
1771 | 2024-02-26T13:29:46.890Z | Compiling ciborium-ll v0.2.2 |
1772 | 2024-02-26T13:29:46.890Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1773 | 2024-02-26T13:29:46.890Z | Compiling parking_lot v0.11.2 |
1774 | 2024-02-26T13:29:46.890Z | Compiling rand_chacha v0.2.2 |
1775 | 2024-02-26T13:29:46.890Z | Compiling tokio-tungstenite v0.20.1 |
1776 | 2024-02-26T13:29:46.890Z | Compiling trust-dns-client v0.22.0 |
1777 | 2024-02-26T13:29:46.890Z | Compiling slog-stdlog v4.1.1 |
1778 | 2024-02-26T13:29:46.890Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1779 | 2024-02-26T13:29:46.890Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1780 | 2024-02-26T13:29:46.890Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1781 | 2024-02-26T13:29:46.890Z | Compiling ed25519 v2.2.2 |
1782 | 2024-02-26T13:29:46.890Z | Compiling polyval v0.6.1 |
1783 | 2024-02-26T13:29:46.890Z | Compiling blowfish v0.9.1 |
1784 | 2024-02-26T13:29:46.890Z | Compiling aes v0.8.3 |
1785 | 2024-02-26T13:29:46.890Z | Compiling ctr v0.9.2 |
1786 | 2024-02-26T13:29:46.890Z | Compiling password-hash v0.4.2 |
1787 | 2024-02-26T13:29:46.890Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1788 | 2024-02-26T13:29:46.890Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1789 | 2024-02-26T13:29:46.890Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1790 | 2024-02-26T13:29:50.971Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1791 | 2024-02-26T13:29:52.991Z | Compiling libsw v3.3.1 |
1792 | 2024-02-26T13:29:54.732Z | Compiling pbkdf2 v0.12.2 |
1793 | 2024-02-26T13:29:54.915Z | Compiling derive-where v1.2.7 |
1794 | 2024-02-26T13:29:55.233Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1795 | 2024-02-26T13:29:55.486Z | Compiling fxhash v0.2.1 |
1796 | 2024-02-26T13:29:55.704Z | Compiling swrite v0.1.0 |
1797 | 2024-02-26T13:29:55.722Z | Compiling linear-map v1.2.0 |
1798 | 2024-02-26T13:29:55.848Z | Compiling owo-colors v4.0.0 |
1799 | 2024-02-26T13:29:56.060Z | Compiling sled v0.34.7 |
1800 | 2024-02-26T13:29:57.073Z | Compiling trust-dns-server v0.22.1 |
1801 | 2024-02-26T13:29:57.280Z | Compiling bcrypt-pbkdf v0.10.0 |
1802 | 2024-02-26T13:29:57.522Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1803 | 2024-02-26T13:29:57.861Z | Compiling pbkdf2 v0.11.0 |
1804 | 2024-02-26T13:29:58.233Z | Compiling ghash v0.5.0 |
1805 | 2024-02-26T13:29:58.265Z | Compiling ed25519-dalek v2.0.0 |
1806 | 2024-02-26T13:29:58.302Z | Compiling slog-envlogger v2.2.0 |
1807 | 2024-02-26T13:29:58.415Z | Compiling russh-cryptovec v0.7.0 |
1808 | 2024-02-26T13:29:58.680Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1809 | 2024-02-26T13:29:58.697Z | Compiling rand v0.7.3 |
1810 | 2024-02-26T13:29:59.103Z | Compiling ciborium v0.2.2 |
1811 | 2024-02-26T13:29:59.277Z | Compiling dirs v5.0.1 |
1812 | 2024-02-26T13:29:59.464Z | Compiling vsss-rs v3.3.4 |
1813 | 2024-02-26T13:30:00.101Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1814 | 2024-02-26T13:30:00.760Z | Compiling chacha20poly1305 v0.10.1 |
1815 | 2024-02-26T13:30:01.005Z | Compiling p521 v0.13.3 |
1816 | 2024-02-26T13:30:01.761Z | Compiling p256 v0.13.2 |
1817 | 2024-02-26T13:30:02.653Z | Compiling cbc v0.1.2 |
1818 | 2024-02-26T13:30:02.908Z | Compiling pem v3.0.2 |
1819 | 2024-02-26T13:30:03.429Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1820 | 2024-02-26T13:30:03.516Z | Compiling headers-core v0.2.0 |
1821 | 2024-02-26T13:30:03.685Z | Compiling kstat-rs v0.2.3 |
1822 | 2024-02-26T13:30:03.730Z | Compiling http-range v0.1.5 |
1823 | 2024-02-26T13:30:04.211Z | Compiling glob v0.3.1 |
1824 | 2024-02-26T13:30:04.220Z | Compiling md5 v0.7.0 |
1825 | 2024-02-26T13:30:04.494Z | Compiling russh-keys v0.42.0 |
1826 | 2024-02-26T13:30:04.614Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1827 | 2024-02-26T13:30:04.806Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1828 | 2024-02-26T13:30:05.221Z | Compiling hyper-staticfile v0.9.5 |
1829 | 2024-02-26T13:30:06.229Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1830 | 2024-02-26T13:30:07.873Z | Compiling headers v0.3.9 |
1831 | 2024-02-26T13:30:08.009Z | Compiling rcgen v0.12.1 |
1832 | 2024-02-26T13:30:08.251Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1833 | 2024-02-26T13:30:08.783Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1834 | 2024-02-26T13:30:10.105Z | Compiling aes-gcm v0.10.3 |
1835 | 2024-02-26T13:30:10.755Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1836 | 2024-02-26T13:30:13.403Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1837 | 2024-02-26T13:30:13.798Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1838 | 2024-02-26T13:30:15.717Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1839 | 2024-02-26T13:30:17.851Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1840 | 2024-02-26T13:30:18.228Z | Compiling atomicwrites v0.4.3 |
1841 | 2024-02-26T13:30:18.604Z | Compiling itertools v0.12.1 |
1842 | 2024-02-26T13:30:18.740Z | Compiling subprocess v0.2.9 |
1843 | 2024-02-26T13:30:19.566Z | Compiling display-error-chain v0.2.0 |
1844 | 2024-02-26T13:30:19.747Z | Compiling hex-literal v0.4.1 |
1845 | 2024-02-26T13:30:19.905Z | Compiling russh v0.42.0 |
1846 | 2024-02-26T13:30:20.845Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1847 | 2024-02-26T13:30:20.983Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1848 | 2024-02-26T13:30:26.205Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1849 | 2024-02-26T13:30:27.871Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1850 | 2024-02-26T13:30:47.435Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1851 | 2024-02-26T13:31:44.157Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 37s |
1852 | 2024-02-26T13:31:44.426Z | |
1853 | 2024-02-26T13:31:44.433Z | real 5:37.606218809 |
1854 | 2024-02-26T13:31:44.433Z | user 29:06.044835091 |
1855 | 2024-02-26T13:31:44.433Z | sys 5:38.821879065 |
1856 | 2024-02-26T13:31:44.433Z | trap 0.846214864 |
1857 | 2024-02-26T13:31:44.433Z | tflt 5.213919234 |
1858 | 2024-02-26T13:31:44.433Z | dflt 4.002933533 |
1859 | 2024-02-26T13:31:44.433Z | kflt 0.048842313 |
1860 | 2024-02-26T13:31:44.433Z | lock 54:11.801263847 |
1861 | 2024-02-26T13:31:44.433Z | slp 1:25:26.209734143 |
1862 | 2024-02-26T13:31:44.433Z | lat 1:40.089357445 |
1863 | 2024-02-26T13:31:44.433Z | stop 4:02.021398342 |
1864 | 2024-02-26T13:31:44.433Z | + mkdir -p /work/end-to-end-tests |
1865 | 2024-02-26T13:31:44.434Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1866 | 2024-02-26T13:31:45.118Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1867 | 2024-02-26T13:31:45.118Z | + ptime -m gzip |
1868 | 2024-02-26T13:31:45.121Z | ++ basename target/debug/bootstrap |
1869 | 2024-02-26T13:31:58.384Z | |
1870 | 2024-02-26T13:31:58.384Z | real 13.258719635 |
1871 | 2024-02-26T13:31:58.384Z | user 13.152197494 |
1872 | 2024-02-26T13:31:58.384Z | sys 0.096289479 |
1873 | 2024-02-26T13:31:58.384Z | trap 0.002928528 |
1874 | 2024-02-26T13:31:58.384Z | tflt 0.000000000 |
1875 | 2024-02-26T13:31:58.384Z | dflt 0.000000000 |
1876 | 2024-02-26T13:31:58.384Z | kflt 0.000000000 |
1877 | 2024-02-26T13:31:58.384Z | lock 0.000000000 |
1878 | 2024-02-26T13:31:58.384Z | slp 0.000000000 |
1879 | 2024-02-26T13:31:58.384Z | lat 0.006903390 |
1880 | 2024-02-26T13:31:58.384Z | stop 0.000182855 |
1881 | 2024-02-26T13:31:58.388Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1882 | 2024-02-26T13:31:58.388Z | + ptime -m gzip |
1883 | 2024-02-26T13:31:58.388Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6 |
1884 | 2024-02-26T13:31:59.676Z | |
1885 | 2024-02-26T13:31:59.676Z | real 1.286674496 |
1886 | 2024-02-26T13:31:59.676Z | user 1.276558842 |
1887 | 2024-02-26T13:31:59.676Z | sys 0.009526578 |
1888 | 2024-02-26T13:31:59.676Z | trap 0.000096113 |
1889 | 2024-02-26T13:31:59.676Z | tflt 0.000000000 |
1890 | 2024-02-26T13:31:59.676Z | dflt 0.000000000 |
1891 | 2024-02-26T13:31:59.676Z | kflt 0.000000000 |
1892 | 2024-02-26T13:31:59.677Z | lock 0.000000000 |
1893 | 2024-02-26T13:31:59.677Z | slp 0.000000000 |
1894 | 2024-02-26T13:31:59.677Z | lat 0.000095173 |
1895 | 2024-02-26T13:31:59.677Z | stop 0.000179285 |
1896 | 2024-02-26T13:31:59.680Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1897 | 2024-02-26T13:31:59.680Z | + ptime -m gzip |
1898 | 2024-02-26T13:31:59.680Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84 |
1899 | 2024-02-26T13:32:13.301Z | |
1900 | 2024-02-26T13:32:13.301Z | real 13.617957943 |
1901 | 2024-02-26T13:32:13.301Z | user 13.534177950 |
1902 | 2024-02-26T13:32:13.301Z | sys 0.079832557 |
1903 | 2024-02-26T13:32:13.301Z | trap 0.001937217 |
1904 | 2024-02-26T13:32:13.301Z | tflt 0.000000000 |
1905 | 2024-02-26T13:32:13.301Z | dflt 0.000000000 |
1906 | 2024-02-26T13:32:13.301Z | kflt 0.000000000 |
1907 | 2024-02-26T13:32:13.301Z | lock 0.000000000 |
1908 | 2024-02-26T13:32:13.301Z | slp 0.000000000 |
1909 | 2024-02-26T13:32:13.301Z | lat 0.001609585 |
1910 | 2024-02-26T13:32:13.302Z | stop 0.000172966 |
1911 | 2024-02-26T13:32:13.305Z | + banner caboose-util |
1912 | 2024-02-26T13:32:13.305Z | |
1913 | 2024-02-26T13:32:13.305Z | #### ## ##### #### #### #### ###### # # ##### |
1914 | 2024-02-26T13:32:13.305Z | # # # # # # # # # # # # # # # |
1915 | 2024-02-26T13:32:13.305Z | # # # ##### # # # # #### ##### ##### # # # |
1916 | 2024-02-26T13:32:13.305Z | # ###### # # # # # # # # # # # |
1917 | 2024-02-26T13:32:13.305Z | # # # # # # # # # # # # # # # # |
1918 | 2024-02-26T13:32:13.305Z | #### # # ##### #### #### #### ###### #### # |
1919 | 2024-02-26T13:32:13.305Z | |
1920 | 2024-02-26T13:32:13.305Z | + ptime -m cargo build --locked -p caboose-util --release |
1921 | 2024-02-26T13:32:13.698Z | Downloading crates ... |
1922 | 2024-02-26T13:32:13.953Z | Downloaded termcolor v1.2.0 |
1923 | 2024-02-26T13:32:13.979Z | Downloaded path-slash v0.1.5 |
1924 | 2024-02-26T13:32:13.990Z | Downloaded nodrop v0.1.14 |
1925 | 2024-02-26T13:32:13.990Z | Downloaded bitfield v0.14.0 |
1926 | 2024-02-26T13:32:13.990Z | Downloaded wyz v0.5.1 |
1927 | 2024-02-26T13:32:13.990Z | Downloaded radium v0.7.0 |
1928 | 2024-02-26T13:32:13.990Z | Downloaded packed_struct v0.10.1 |
1929 | 2024-02-26T13:32:13.990Z | Downloaded crc v3.0.1 |
1930 | 2024-02-26T13:32:13.990Z | Downloaded funty v2.0.0 |
1931 | 2024-02-26T13:32:13.990Z | Downloaded array-init v0.0.4 |
1932 | 2024-02-26T13:32:13.990Z | Downloaded packed_struct_codegen v0.10.1 |
1933 | 2024-02-26T13:32:13.990Z | Downloaded tap v1.0.1 |
1934 | 2024-02-26T13:32:13.990Z | Downloaded maybe-uninit v2.0.0 |
1935 | 2024-02-26T13:32:13.993Z | Downloaded serde-hex v0.1.0 |
1936 | 2024-02-26T13:32:13.993Z | Downloaded crc-catalog v2.2.0 |
1937 | 2024-02-26T13:32:13.993Z | Downloaded pkcs1 v0.7.5 |
1938 | 2024-02-26T13:32:13.996Z | Downloaded smallvec v0.6.14 |
1939 | 2024-02-26T13:32:13.999Z | Downloaded env_logger v0.10.0 |
1940 | 2024-02-26T13:32:14.003Z | Downloaded num-bigint-dig v0.8.4 |
1941 | 2024-02-26T13:32:14.007Z | Downloaded crc-any v2.4.3 |
1942 | 2024-02-26T13:32:14.010Z | Downloaded ron v0.8.1 |
1943 | 2024-02-26T13:32:14.015Z | Downloaded x509-cert v0.2.4 |
1944 | 2024-02-26T13:32:14.020Z | Downloaded hashbrown v0.13.2 |
1945 | 2024-02-26T13:32:14.024Z | Downloaded rsa v0.9.2 |
1946 | 2024-02-26T13:32:14.030Z | Downloaded bitvec v1.0.1 |
1947 | 2024-02-26T13:32:14.043Z | Downloaded object v0.30.4 |
1948 | 2024-02-26T13:32:14.142Z | Compiling proc-macro2 v1.0.78 |
1949 | 2024-02-26T13:32:14.143Z | Compiling unicode-ident v1.0.12 |
1950 | 2024-02-26T13:32:14.143Z | Compiling libc v0.2.153 |
1951 | 2024-02-26T13:32:14.147Z | Compiling serde v1.0.196 |
1952 | 2024-02-26T13:32:14.147Z | Compiling autocfg v1.1.0 |
1953 | 2024-02-26T13:32:14.147Z | Compiling version_check v0.9.4 |
1954 | 2024-02-26T13:32:14.147Z | Compiling cfg-if v1.0.0 |
1955 | 2024-02-26T13:32:14.266Z | Compiling typenum v1.16.0 |
1956 | 2024-02-26T13:32:14.275Z | Compiling once_cell v1.19.0 |
1957 | 2024-02-26T13:32:14.342Z | Compiling parking_lot_core v0.9.8 |
1958 | 2024-02-26T13:32:14.636Z | Compiling memchr v2.6.3 |
1959 | 2024-02-26T13:32:14.733Z | Compiling syn v1.0.109 |
1960 | 2024-02-26T13:32:14.762Z | Compiling byteorder v1.5.0 |
1961 | 2024-02-26T13:32:14.786Z | Compiling generic-array v0.14.7 |
1962 | 2024-02-26T13:32:15.096Z | Compiling lock_api v0.4.10 |
1963 | 2024-02-26T13:32:15.183Z | Compiling libm v0.2.7 |
1964 | 2024-02-26T13:32:15.278Z | Compiling num-traits v0.2.16 |
1965 | 2024-02-26T13:32:15.395Z | Compiling ahash v0.8.7 |
1966 | 2024-02-26T13:32:15.517Z | Compiling quote v1.0.35 |
1967 | 2024-02-26T13:32:15.585Z | Compiling pkg-config v0.3.27 |
1968 | 2024-02-26T13:32:15.728Z | Compiling thiserror v1.0.57 |
1969 | 2024-02-26T13:32:16.120Z | Compiling syn v2.0.48 |
1970 | 2024-02-26T13:32:16.138Z | Compiling cc v1.0.83 |
1971 | 2024-02-26T13:32:16.182Z | Compiling getrandom v0.2.10 |
1972 | 2024-02-26T13:32:16.528Z | Compiling serde_json v1.0.114 |
1973 | 2024-02-26T13:32:16.584Z | Compiling scopeguard v1.2.0 |
1974 | 2024-02-26T13:32:17.083Z | Compiling slab v0.4.9 |
1975 | 2024-02-26T13:32:17.114Z | Compiling itoa v1.0.9 |
1976 | 2024-02-26T13:32:17.259Z | Compiling log v0.4.20 |
1977 | 2024-02-26T13:32:17.400Z | Compiling rand_core v0.6.4 |
1978 | 2024-02-26T13:32:17.760Z | Compiling smallvec v1.13.1 |
1979 | 2024-02-26T13:32:18.237Z | Compiling vcpkg v0.2.15 |
1980 | 2024-02-26T13:32:18.741Z | Compiling const-oid v0.9.5 |
1981 | 2024-02-26T13:32:19.159Z | Compiling parking_lot v0.12.1 |
1982 | 2024-02-26T13:32:19.255Z | Compiling pin-project-lite v0.2.13 |
1983 | 2024-02-26T13:32:19.642Z | Compiling ring v0.17.8 |
1984 | 2024-02-26T13:32:19.956Z | Compiling openssl-sys v0.9.96 |
1985 | 2024-02-26T13:32:20.028Z | Compiling ryu v1.0.15 |
1986 | 2024-02-26T13:32:20.050Z | Compiling ucd-trie v0.1.6 |
1987 | 2024-02-26T13:32:20.541Z | Compiling signal-hook-registry v1.4.1 |
1988 | 2024-02-26T13:32:20.961Z | Compiling rustix v0.38.31 |
1989 | 2024-02-26T13:32:20.994Z | Compiling subtle v2.5.0 |
1990 | 2024-02-26T13:32:21.190Z | Compiling ring v0.16.20 |
1991 | 2024-02-26T13:32:21.306Z | Compiling mio v0.8.9 |
1992 | 2024-02-26T13:32:21.676Z | Compiling semver v1.0.22 |
1993 | 2024-02-26T13:32:22.120Z | Compiling heck v0.4.1 |
1994 | 2024-02-26T13:32:22.184Z | Compiling futures-core v0.3.30 |
1995 | 2024-02-26T13:32:22.632Z | Compiling spin v0.5.2 |
1996 | 2024-02-26T13:32:23.496Z | Compiling num_cpus v1.16.0 |
1997 | 2024-02-26T13:32:23.606Z | Compiling socket2 v0.5.5 |
1998 | 2024-02-26T13:32:24.039Z | Compiling openssl v0.10.60 |
1999 | 2024-02-26T13:32:24.166Z | Compiling allocator-api2 v0.2.16 |
2000 | 2024-02-26T13:32:24.417Z | Compiling futures-sink v0.3.30 |
2001 | 2024-02-26T13:32:24.562Z | Compiling httparse v1.8.0 |
2002 | 2024-02-26T13:32:24.679Z | Compiling unicode-xid v0.2.4 |
2003 | 2024-02-26T13:32:24.824Z | Compiling synstructure v0.12.6 |
2004 | 2024-02-26T13:32:24.946Z | Compiling equivalent v1.0.1 |
2005 | 2024-02-26T13:32:25.009Z | Compiling tinyvec_macros v0.1.1 |
2006 | 2024-02-26T13:32:25.670Z | Compiling tinyvec v1.6.0 |
2007 | 2024-02-26T13:32:25.675Z | Compiling futures-channel v0.3.30 |
2008 | 2024-02-26T13:32:25.802Z | Compiling futures-io v0.3.30 |
2009 | 2024-02-26T13:32:25.886Z | Compiling pin-utils v0.1.0 |
2010 | 2024-02-26T13:32:25.895Z | Compiling ppv-lite86 v0.2.17 |
2011 | 2024-02-26T13:32:25.969Z | Compiling futures-task v0.3.30 |
2012 | 2024-02-26T13:32:26.048Z | Compiling crc32fast v1.3.2 |
2013 | 2024-02-26T13:32:26.241Z | Compiling rustls v0.21.9 |
2014 | 2024-02-26T13:32:26.506Z | Compiling native-tls v0.2.11 |
2015 | 2024-02-26T13:32:26.522Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2016 | 2024-02-26T13:32:26.689Z | Compiling unicode-normalization v0.1.22 |
2017 | 2024-02-26T13:32:26.710Z | Compiling rand_chacha v0.3.1 |
2018 | 2024-02-26T13:32:26.753Z | Compiling spin v0.9.8 |
2019 | 2024-02-26T13:32:26.824Z | Compiling tracing-core v0.1.31 |
2020 | 2024-02-26T13:32:26.960Z | Compiling base64ct v1.6.0 |
2021 | 2024-02-26T13:32:27.194Z | Compiling unicode-bidi v0.3.13 |
2022 | 2024-02-26T13:32:27.688Z | Compiling pem-rfc7468 v0.7.0 |
2023 | 2024-02-26T13:32:27.758Z | Compiling rand v0.8.5 |
2024 | 2024-02-26T13:32:28.467Z | Compiling num-iter v0.1.43 |
2025 | 2024-02-26T13:32:28.479Z | Compiling usdt-impl v0.3.5 |
2026 | 2024-02-26T13:32:28.782Z | Compiling flagset v0.4.3 |
2027 | 2024-02-26T13:32:29.168Z | Compiling schemars v0.8.16 |
2028 | 2024-02-26T13:32:29.178Z | Compiling serde_derive v1.0.196 |
2029 | 2024-02-26T13:32:29.187Z | Compiling zeroize_derive v1.4.2 |
2030 | 2024-02-26T13:32:29.387Z | Compiling zerocopy-derive v0.7.32 |
2031 | 2024-02-26T13:32:29.453Z | Compiling thiserror-impl v1.0.57 |
2032 | 2024-02-26T13:32:29.503Z | Compiling tokio-macros v2.2.0 |
2033 | 2024-02-26T13:32:29.566Z | Compiling futures-macro v0.3.30 |
2034 | 2024-02-26T13:32:29.765Z | Compiling tracing-attributes v0.1.26 |
2035 | 2024-02-26T13:32:29.834Z | Compiling der_derive v0.7.2 |
2036 | 2024-02-26T13:32:30.576Z | Compiling zeroize v1.7.0 |
2037 | 2024-02-26T13:32:31.460Z | Compiling zerocopy v0.7.32 |
2038 | 2024-02-26T13:32:32.232Z | Compiling zerocopy-derive v0.2.0 |
2039 | 2024-02-26T13:32:32.424Z | Compiling pest v2.7.6 |
2040 | 2024-02-26T13:32:32.502Z | Compiling crypto-common v0.1.6 |
2041 | 2024-02-26T13:32:32.598Z | Compiling block-buffer v0.10.4 |
2042 | 2024-02-26T13:32:32.890Z | Compiling digest v0.10.7 |
2043 | 2024-02-26T13:32:32.921Z | Compiling openssl-macros v0.1.1 |
2044 | 2024-02-26T13:32:33.362Z | Compiling futures-util v0.3.30 |
2045 | 2024-02-26T13:32:33.634Z | Compiling hashbrown v0.14.3 |
2046 | 2024-02-26T13:32:33.654Z | Compiling tracing v0.1.37 |
2047 | 2024-02-26T13:32:33.883Z | Compiling scroll_derive v0.12.0 |
2048 | 2024-02-26T13:32:34.016Z | Compiling zerocopy-derive v0.6.4 |
2049 | 2024-02-26T13:32:34.128Z | Compiling signal-hook v0.3.17 |
2050 | 2024-02-26T13:32:35.108Z | Compiling pest_meta v2.7.6 |
2051 | 2024-02-26T13:32:35.131Z | Compiling der v0.7.8 |
2052 | 2024-02-26T13:32:35.939Z | Compiling serde_derive_internals v0.26.0 |
2053 | 2024-02-26T13:32:38.311Z | Compiling pest_generator v2.7.6 |
2054 | 2024-02-26T13:32:39.655Z | Compiling errno v0.3.8 |
2055 | 2024-02-26T13:32:39.716Z | Compiling fnv v1.0.7 |
2056 | 2024-02-26T13:32:39.836Z | Compiling rustversion v1.0.14 |
2057 | 2024-02-26T13:32:40.085Z | Compiling pest_derive v2.7.6 |
2058 | 2024-02-26T13:32:40.823Z | Compiling schemars_derive v0.8.16 |
2059 | 2024-02-26T13:32:41.383Z | Compiling spki v0.7.2 |
2060 | 2024-02-26T13:32:41.951Z | Compiling zerocopy v0.3.0 |
2061 | 2024-02-26T13:32:41.963Z | Compiling lazy_static v1.4.0 |
2062 | 2024-02-26T13:32:42.835Z | Compiling bytes v1.5.0 |
2063 | 2024-02-26T13:32:43.487Z | Compiling bitflags v2.4.0 |
2064 | 2024-02-26T13:32:43.837Z | Compiling tokio v1.36.0 |
2065 | 2024-02-26T13:32:43.857Z | Compiling indexmap v2.2.3 |
2066 | 2024-02-26T13:32:44.671Z | Compiling rustc_version v0.4.0 |
2067 | 2024-02-26T13:32:45.307Z | Compiling heapless v0.7.16 |
2068 | 2024-02-26T13:32:45.341Z | Compiling http v0.2.11 |
2069 | 2024-02-26T13:32:45.629Z | Compiling uuid v1.7.0 |
2070 | 2024-02-26T13:32:45.966Z | Compiling backtrace v0.3.69 |
2071 | 2024-02-26T13:32:46.344Z | Compiling thread-id v4.2.0 |
2072 | 2024-02-26T13:32:46.404Z | Compiling memoffset v0.9.0 |
2073 | 2024-02-26T13:32:46.456Z | Compiling num-bigint v0.4.4 |
2074 | 2024-02-26T13:32:46.714Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2075 | 2024-02-26T13:32:46.930Z | Compiling smoltcp v0.9.1 |
2076 | 2024-02-26T13:32:47.440Z | Compiling untrusted v0.9.0 |
2077 | 2024-02-26T13:32:47.565Z | Compiling foreign-types-shared v0.1.1 |
2078 | 2024-02-26T13:32:47.605Z | Compiling async-trait v0.1.77 |
2079 | 2024-02-26T13:32:47.621Z | Compiling crossbeam-utils v0.8.16 |
2080 | 2024-02-26T13:32:47.705Z | Compiling base64 v0.21.7 |
2081 | 2024-02-26T13:32:48.087Z | Compiling percent-encoding v2.3.1 |
2082 | 2024-02-26T13:32:48.090Z | Compiling untrusted v0.7.1 |
2083 | 2024-02-26T13:32:48.417Z | Compiling iana-time-zone v0.1.57 |
2084 | 2024-02-26T13:32:48.854Z | Compiling chrono v0.4.31 |
2085 | 2024-02-26T13:32:49.012Z | Compiling foreign-types v0.3.2 |
2086 | 2024-02-26T13:32:49.383Z | Compiling dof v0.1.5 |
2087 | 2024-02-26T13:32:50.211Z | Compiling dtrace-parser v0.1.14 |
2088 | 2024-02-26T13:32:51.735Z | Compiling tokio-util v0.7.10 |
2089 | 2024-02-26T13:32:52.331Z | Compiling hmac v0.12.1 |
2090 | 2024-02-26T13:32:52.353Z | Compiling clap_derive v4.5.0 |
2091 | 2024-02-26T13:32:52.729Z | Compiling num-integer v0.1.46 |
2092 | 2024-02-26T13:32:52.963Z | Compiling time-core v0.1.1 |
2093 | 2024-02-26T13:32:53.126Z | Compiling try-lock v0.2.4 |
2094 | 2024-02-26T13:32:53.251Z | Compiling adler v1.0.2 |
2095 | 2024-02-26T13:32:53.437Z | Compiling cpufeatures v0.2.12 |
2096 | 2024-02-26T13:32:53.560Z | Compiling utf8parse v0.2.1 |
2097 | 2024-02-26T13:32:53.730Z | Compiling anstyle v1.0.2 |
2098 | 2024-02-26T13:32:53.740Z | Compiling siphasher v0.3.11 |
2099 | 2024-02-26T13:32:54.303Z | Compiling anstyle-parse v0.2.1 |
2100 | 2024-02-26T13:32:54.690Z | Compiling sha2 v0.10.8 |
2101 | 2024-02-26T13:32:56.019Z | Compiling miniz_oxide v0.7.1 |
2102 | 2024-02-26T13:32:57.351Z | Compiling want v0.3.1 |
2103 | 2024-02-26T13:32:57.512Z | Compiling time-macros v0.2.13 |
2104 | 2024-02-26T13:32:57.606Z | Compiling h2 v0.3.24 |
2105 | 2024-02-26T13:32:58.247Z | Compiling strum_macros v0.25.2 |
2106 | 2024-02-26T13:33:00.337Z | Compiling rustls-webpki v0.101.7 |
2107 | 2024-02-26T13:33:00.678Z | Compiling sct v0.7.0 |
2108 | 2024-02-26T13:33:01.285Z | Compiling form_urlencoded v1.2.1 |
2109 | 2024-02-26T13:33:01.570Z | Compiling http-body v0.4.5 |
2110 | 2024-02-26T13:33:01.994Z | Compiling serde_tokenstream v0.1.7 |
2111 | 2024-02-26T13:33:02.084Z | Compiling pkcs8 v0.10.2 |
2112 | 2024-02-26T13:33:02.303Z | Compiling hubpack_derive v0.1.1 |
2113 | 2024-02-26T13:33:02.830Z | Compiling socket2 v0.4.9 |
2114 | 2024-02-26T13:33:03.157Z | Compiling crossbeam-epoch v0.9.15 |
2115 | 2024-02-26T13:33:03.346Z | Compiling usdt-impl v0.5.0 |
2116 | 2024-02-26T13:33:03.450Z | Compiling httpdate v1.0.3 |
2117 | 2024-02-26T13:33:03.669Z | Compiling anyhow v1.0.75 |
2118 | 2024-02-26T13:33:03.949Z | Compiling colorchoice v1.0.0 |
2119 | 2024-02-26T13:33:03.992Z | Compiling slog v2.7.0 |
2120 | 2024-02-26T13:33:04.115Z | Compiling openssl-probe v0.1.5 |
2121 | 2024-02-26T13:33:04.623Z | Compiling anstyle-query v1.0.0 |
2122 | 2024-02-26T13:33:04.683Z | Compiling tower-service v0.3.2 |
2123 | 2024-02-26T13:33:04.754Z | Compiling radium v0.7.0 |
2124 | 2024-02-26T13:33:05.199Z | Compiling hyper v0.14.27 |
2125 | 2024-02-26T13:33:05.617Z | Compiling anstream v0.6.11 |
2126 | 2024-02-26T13:33:11.312Z | Compiling terminal_size v0.3.0 |
2127 | 2024-02-26T13:33:12.645Z | Compiling serde_spanned v0.6.5 |
2128 | 2024-02-26T13:33:12.874Z | Compiling toml_datetime v0.6.5 |
2129 | 2024-02-26T13:33:13.055Z | Compiling zerocopy v0.6.4 |
2130 | 2024-02-26T13:33:13.281Z | Compiling scroll v0.12.0 |
2131 | 2024-02-26T13:33:13.864Z | Compiling md-5 v0.10.5 |
2132 | 2024-02-26T13:33:14.234Z | Compiling idna v0.5.0 |
2133 | 2024-02-26T13:33:14.274Z | Compiling stringprep v0.1.3 |
2134 | 2024-02-26T13:33:14.801Z | Compiling diesel_table_macro_syntax v0.1.0 |
2135 | 2024-02-26T13:33:15.020Z | Compiling hash32 v0.2.1 |
2136 | 2024-02-26T13:33:15.081Z | Compiling aho-corasick v1.0.4 |
2137 | 2024-02-26T13:33:15.288Z | Compiling fallible-iterator v0.2.0 |
2138 | 2024-02-26T13:33:15.339Z | Compiling strsim v0.11.0 |
2139 | 2024-02-26T13:33:15.395Z | Compiling stable_deref_trait v1.2.0 |
2140 | 2024-02-26T13:33:15.420Z | Compiling gimli v0.28.0 |
2141 | 2024-02-26T13:33:15.484Z | Compiling clap_lex v0.7.0 |
2142 | 2024-02-26T13:33:15.794Z | Compiling regex-syntax v0.8.2 |
2143 | 2024-02-26T13:33:15.805Z | Compiling plain v0.2.3 |
2144 | 2024-02-26T13:33:16.092Z | Compiling maybe-uninit v2.0.0 |
2145 | 2024-02-26T13:33:16.241Z | Compiling tap v1.0.1 |
2146 | 2024-02-26T13:33:16.426Z | Compiling dyn-clone v1.0.16 |
2147 | 2024-02-26T13:33:16.504Z | Compiling wyz v0.5.1 |
2148 | 2024-02-26T13:33:16.630Z | Compiling postgres-protocol v0.6.6 |
2149 | 2024-02-26T13:33:16.885Z | Compiling goblin v0.8.0 |
2150 | 2024-02-26T13:33:17.342Z | Compiling clap_builder v4.5.0 |
2151 | 2024-02-26T13:33:17.871Z | Compiling diesel_derives v2.1.2 |
2152 | 2024-02-26T13:33:18.829Z | Compiling url v2.5.0 |
2153 | 2024-02-26T13:33:20.087Z | Compiling addr2line v0.21.0 |
2154 | 2024-02-26T13:33:20.169Z | Compiling regex-automata v0.4.4 |
2155 | 2024-02-26T13:33:20.875Z | Compiling tokio-rustls v0.24.1 |
2156 | 2024-02-26T13:33:21.941Z | Compiling tokio-native-tls v0.3.1 |
2157 | 2024-02-26T13:33:22.786Z | Compiling usdt-attr-macro v0.3.5 |
2158 | 2024-02-26T13:33:22.867Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-26T13:33:24.644Z | Compiling phf_shared v0.11.2 |
2160 | 2024-02-26T13:33:26.416Z | Compiling block-padding v0.3.3 |
2161 | 2024-02-26T13:33:26.438Z | Compiling enum-as-inner v0.5.1 |
2162 | 2024-02-26T13:33:26.586Z | Compiling serde_repr v0.1.16 |
2163 | 2024-02-26T13:33:27.588Z | Compiling ff v0.13.0 |
2164 | 2024-02-26T13:33:27.669Z | Compiling scheduled-thread-pool v0.2.7 |
2165 | 2024-02-26T13:33:28.172Z | Compiling object v0.32.1 |
2166 | 2024-02-26T13:33:28.942Z | Compiling num-bigint-dig v0.8.4 |
2167 | 2024-02-26T13:33:29.257Z | Compiling deranged v0.3.8 |
2168 | 2024-02-26T13:33:29.384Z | Compiling funty v2.0.0 |
2169 | 2024-02-26T13:33:31.062Z | Compiling bit-vec v0.6.3 |
2170 | 2024-02-26T13:33:31.498Z | Compiling packed_struct v0.10.1 |
2171 | 2024-02-26T13:33:31.914Z | Compiling rustc-demangle v0.1.23 |
2172 | 2024-02-26T13:33:32.406Z | Compiling regex-automata v0.1.10 |
2173 | 2024-02-26T13:33:32.848Z | Compiling managed v0.8.0 |
2174 | 2024-02-26T13:33:32.911Z | Compiling base16ct v0.2.0 |
2175 | 2024-02-26T13:33:32.933Z | Compiling winnow v0.5.15 |
2176 | 2024-02-26T13:33:33.172Z | Compiling ipnet v2.9.0 |
2177 | 2024-02-26T13:33:33.204Z | Compiling matches v0.1.10 |
2178 | 2024-02-26T13:33:33.279Z | Compiling bitflags v1.3.2 |
2179 | 2024-02-26T13:33:33.294Z | Compiling pretty-hex v0.4.1 |
2180 | 2024-02-26T13:33:33.488Z | Compiling num_threads v0.1.6 |
2181 | 2024-02-26T13:33:33.598Z | Compiling time v0.3.27 |
2182 | 2024-02-26T13:33:34.223Z | Compiling dof v0.3.0 |
2183 | 2024-02-26T13:33:36.713Z | Compiling toml_edit v0.19.15 |
2184 | 2024-02-26T13:33:38.135Z | Compiling idna v0.2.3 |
2185 | 2024-02-26T13:33:38.296Z | Compiling sec1 v0.7.3 |
2186 | 2024-02-26T13:33:38.479Z | Compiling bstr v0.2.17 |
2187 | 2024-02-26T13:33:39.736Z | Compiling bitvec v1.0.1 |
2188 | 2024-02-26T13:33:39.839Z | Compiling r2d2 v0.8.10 |
2189 | 2024-02-26T13:33:39.899Z | Compiling group v0.13.0 |
2190 | 2024-02-26T13:33:40.186Z | Compiling inout v0.1.3 |
2191 | 2024-02-26T13:33:41.772Z | Compiling phf v0.11.2 |
2192 | 2024-02-26T13:33:42.065Z | Compiling regex v1.10.3 |
2193 | 2024-02-26T13:33:43.126Z | Compiling hyper-tls v0.5.0 |
2194 | 2024-02-26T13:33:43.487Z | Compiling hyper-rustls v0.24.2 |
2195 | 2024-02-26T13:33:43.821Z | Compiling clap v4.5.0 |
2196 | 2024-02-26T13:33:43.850Z | Compiling signal-hook-mio v0.2.3 |
2197 | 2024-02-26T13:33:43.938Z | Compiling flate2 v1.0.28 |
2198 | 2024-02-26T13:33:43.963Z | Compiling bzip2 v0.4.4 |
2199 | 2024-02-26T13:33:43.994Z | Compiling ipnetwork v0.20.0 |
2200 | 2024-02-26T13:33:44.279Z | Compiling postgres-types v0.2.6 |
2201 | 2024-02-26T13:33:45.184Z | Compiling hubpack v0.1.2 |
2202 | 2024-02-26T13:33:45.193Z | Compiling serde_urlencoded v0.7.1 |
2203 | 2024-02-26T13:33:45.193Z | Compiling rustls-pemfile v1.0.3 |
2204 | 2024-02-26T13:33:45.214Z | Compiling phf_shared v0.10.0 |
2205 | 2024-02-26T13:33:45.220Z | Compiling hkdf v0.12.4 |
2206 | 2024-02-26T13:33:45.441Z | Compiling dtrace-parser v0.2.0 |
2207 | 2024-02-26T13:33:45.685Z | Compiling futures-executor v0.3.30 |
2208 | 2024-02-26T13:33:47.108Z | Compiling crypto-bigint v0.5.2 |
2209 | 2024-02-26T13:33:47.314Z | Compiling packed_struct_codegen v0.10.1 |
2210 | 2024-02-26T13:33:47.732Z | Compiling float-cmp v0.9.0 |
2211 | 2024-02-26T13:33:48.546Z | Compiling indexmap v1.9.3 |
2212 | 2024-02-26T13:33:48.864Z | Compiling encoding_rs v0.8.33 |
2213 | 2024-02-26T13:33:48.977Z | Compiling regex-automata v0.3.8 |
2214 | 2024-02-26T13:33:49.054Z | Compiling predicates-core v1.0.6 |
2215 | 2024-02-26T13:33:49.201Z | Compiling precomputed-hash v0.1.1 |
2216 | 2024-02-26T13:33:49.309Z | Compiling winnow v0.6.1 |
2217 | 2024-02-26T13:33:50.033Z | Compiling static_assertions v1.1.0 |
2218 | 2024-02-26T13:33:50.131Z | Compiling normalize-line-endings v0.3.0 |
2219 | 2024-02-26T13:33:50.250Z | Compiling data-encoding v2.4.0 |
2220 | 2024-02-26T13:33:52.021Z | Compiling nodrop v0.1.14 |
2221 | 2024-02-26T13:33:52.054Z | Compiling webpki-roots v0.25.2 |
2222 | 2024-02-26T13:33:52.144Z | Compiling either v1.10.0 |
2223 | 2024-02-26T13:33:52.207Z | Compiling new_debug_unreachable v1.0.4 |
2224 | 2024-02-26T13:33:52.461Z | Compiling fixedbitset v0.4.2 |
2225 | 2024-02-26T13:33:52.498Z | Compiling difflib v0.4.0 |
2226 | 2024-02-26T13:33:52.533Z | Compiling minimal-lexical v0.2.1 |
2227 | 2024-02-26T13:33:53.031Z | Compiling whoami v1.4.1 |
2228 | 2024-02-26T13:33:53.075Z | Compiling unicode-width v0.1.11 |
2229 | 2024-02-26T13:33:53.521Z | Compiling crc-catalog v2.2.0 |
2230 | 2024-02-26T13:33:53.660Z | Compiling unicode-segmentation v1.10.1 |
2231 | 2024-02-26T13:33:53.775Z | Compiling mime v0.3.17 |
2232 | 2024-02-26T13:33:54.508Z | Compiling similar v2.3.0 |
2233 | 2024-02-26T13:33:56.569Z | Compiling reqwest v0.11.22 |
2234 | 2024-02-26T13:33:59.673Z | Compiling crc v3.0.1 |
2235 | 2024-02-26T13:34:00.383Z | Compiling tokio-postgres v0.7.10 |
2236 | 2024-02-26T13:34:01.002Z | Compiling console v0.15.8 |
2237 | 2024-02-26T13:34:02.377Z | Compiling nom v7.1.3 |
2238 | 2024-02-26T13:34:05.293Z | Compiling predicates v3.1.0 |
2239 | 2024-02-26T13:34:06.235Z | Compiling toml_edit v0.22.6 |
2240 | 2024-02-26T13:34:06.420Z | Compiling petgraph v0.6.4 |
2241 | 2024-02-26T13:34:06.760Z | Compiling itertools v0.10.5 |
2242 | 2024-02-26T13:34:09.643Z | Compiling string_cache v0.8.7 |
2243 | 2024-02-26T13:34:10.044Z | Compiling array-init v0.0.4 |
2244 | 2024-02-26T13:34:10.517Z | Compiling trust-dns-proto v0.22.0 |
2245 | 2024-02-26T13:34:11.315Z | Compiling bstr v1.6.0 |
2246 | 2024-02-26T13:34:11.588Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2247 | 2024-02-26T13:34:13.694Z | Compiling elliptic-curve v0.13.8 |
2248 | 2024-02-26T13:34:18.275Z | Compiling futures v0.3.30 |
2249 | 2024-02-26T13:34:18.955Z | Compiling zip v0.6.6 |
2250 | 2024-02-26T13:34:20.046Z | Compiling smallvec v0.6.14 |
2251 | 2024-02-26T13:34:20.218Z | Compiling diesel v2.1.4 |
2252 | 2024-02-26T13:34:20.307Z | Compiling crossterm v0.27.0 |
2253 | 2024-02-26T13:34:20.522Z | Compiling yasna v0.5.2 |
2254 | 2024-02-26T13:34:22.097Z | Compiling cipher v0.4.4 |
2255 | 2024-02-26T13:34:22.557Z | Compiling toml v0.7.8 |
2256 | 2024-02-26T13:34:24.054Z | Compiling bit-set v0.5.3 |
2257 | 2024-02-26T13:34:24.093Z | Compiling usdt v0.3.5 |
2258 | 2024-02-26T13:34:24.811Z | Compiling pkcs1 v0.7.5 |
2259 | 2024-02-26T13:34:25.676Z | Compiling strum v0.25.0 |
2260 | 2024-02-26T13:34:25.845Z | Compiling tokio-stream v0.1.14 |
2261 | 2024-02-26T13:34:27.378Z | Compiling is-terminal v0.4.9 |
2262 | 2024-02-26T13:34:27.504Z | Compiling openapiv3 v2.0.0 |
2263 | 2024-02-26T13:34:28.529Z | Compiling hex v0.4.3 |
2264 | 2024-02-26T13:34:29.364Z | Compiling signature v2.1.0 |
2265 | 2024-02-26T13:34:32.033Z | Compiling hashbrown v0.12.3 |
2266 | 2024-02-26T13:34:35.223Z | Compiling bitfield v0.14.0 |
2267 | 2024-02-26T13:34:35.447Z | Compiling termcolor v1.2.0 |
2268 | 2024-02-26T13:34:35.516Z | Compiling lalrpop-util v0.19.12 |
2269 | 2024-02-26T13:34:35.843Z | Compiling env_logger v0.10.0 |
2270 | 2024-02-26T13:34:44.366Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2271 | 2024-02-26T13:34:44.483Z | Compiling rsa v0.9.2 |
2272 | 2024-02-26T13:34:51.294Z | Compiling serde-hex v0.1.0 |
2273 | 2024-02-26T13:34:56.125Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2274 | 2024-02-26T13:34:59.160Z | Compiling ron v0.8.1 |
2275 | 2024-02-26T13:35:00.413Z | Compiling x509-cert v0.2.4 |
2276 | 2024-02-26T13:35:01.758Z | Compiling hashbrown v0.13.2 |
2277 | 2024-02-26T13:35:03.011Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2024-02-26T13:35:07.832Z | Compiling crc-any v2.4.3 |
2279 | 2024-02-26T13:35:19.007Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2280 | 2024-02-26T13:35:35.580Z | Compiling object v0.30.4 |
2281 | 2024-02-26T13:35:36.467Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2282 | 2024-02-26T13:35:44.416Z | Compiling path-slash v0.1.5 |
2283 | 2024-02-26T13:35:44.630Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2284 | 2024-02-26T13:36:10.850Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2285 | 2024-02-26T13:36:11.564Z | Finished release [optimized] target(s) in 3m 58s |
2286 | 2024-02-26T13:36:11.632Z | |
2287 | 2024-02-26T13:36:11.632Z | real 3:58.285844287 |
2288 | 2024-02-26T13:36:11.632Z | user 26:13.620829360 |
2289 | 2024-02-26T13:36:11.632Z | sys 2:58.727768445 |
2290 | 2024-02-26T13:36:11.633Z | trap 0.786946658 |
2291 | 2024-02-26T13:36:11.633Z | tflt 1.675404841 |
2292 | 2024-02-26T13:36:11.633Z | dflt 0.502015150 |
2293 | 2024-02-26T13:36:11.633Z | kflt 0.000197853 |
2294 | 2024-02-26T13:36:11.633Z | lock 59:47.437404823 |
2295 | 2024-02-26T13:36:11.633Z | slp 1:17:36.802905112 |
2296 | 2024-02-26T13:36:11.633Z | lat 1:22.778735429 |
2297 | 2024-02-26T13:36:11.633Z | stop 1:10.733476837 |
2298 | 2024-02-26T13:36:11.640Z | + ptime -m gzip |
2299 | 2024-02-26T13:36:12.092Z | |
2300 | 2024-02-26T13:36:12.092Z | real 0.457502731 |
2301 | 2024-02-26T13:36:12.092Z | user 0.452123612 |
2302 | 2024-02-26T13:36:12.092Z | sys 0.004853098 |
2303 | 2024-02-26T13:36:12.092Z | trap 0.000039647 |
2304 | 2024-02-26T13:36:12.092Z | tflt 0.000000000 |
2305 | 2024-02-26T13:36:12.092Z | dflt 0.000000000 |
2306 | 2024-02-26T13:36:12.092Z | kflt 0.000000000 |
2307 | 2024-02-26T13:36:12.092Z | lock 0.000000000 |
2308 | 2024-02-26T13:36:12.092Z | slp 0.000000000 |
2309 | 2024-02-26T13:36:12.092Z | lat 0.000098312 |
2310 | 2024-02-26T13:36:12.092Z | stop 0.000171957 |
2311 | 2024-02-26T13:36:12.096Z | + banner tufaceous |
2312 | 2024-02-26T13:36:12.096Z | |
2313 | 2024-02-26T13:36:12.096Z | ##### # # ###### ## #### ###### #### # # #### |
2314 | 2024-02-26T13:36:12.096Z | # # # # # # # # # # # # # # |
2315 | 2024-02-26T13:36:12.096Z | # # # ##### # # # ##### # # # # #### |
2316 | 2024-02-26T13:36:12.096Z | # # # # ###### # # # # # # # |
2317 | 2024-02-26T13:36:12.096Z | # # # # # # # # # # # # # # # |
2318 | 2024-02-26T13:36:12.096Z | # #### # # # #### ###### #### #### #### |
2319 | 2024-02-26T13:36:12.096Z | |
2320 | 2024-02-26T13:36:12.096Z | + ptime -m cargo build --locked -p tufaceous --release |
2321 | 2024-02-26T13:36:12.494Z | Downloading crates ... |
2322 | 2024-02-26T13:36:12.872Z | Downloaded snafu v0.7.5 |
2323 | 2024-02-26T13:36:12.881Z | Downloaded doc-comment v0.3.3 |
2324 | 2024-02-26T13:36:12.881Z | Downloaded parse-size v1.0.0 |
2325 | 2024-02-26T13:36:12.887Z | Downloaded buf-list v1.0.3 |
2326 | 2024-02-26T13:36:12.887Z | Downloaded humantime v2.1.0 |
2327 | 2024-02-26T13:36:12.887Z | Downloaded pin-project-internal v1.1.3 |
2328 | 2024-02-26T13:36:12.887Z | Downloaded fs-err v2.11.0 |
2329 | 2024-02-26T13:36:12.893Z | Downloaded olpc-cjson v0.1.3 |
2330 | 2024-02-26T13:36:12.893Z | Downloaded snafu-derive v0.7.5 |
2331 | 2024-02-26T13:36:12.893Z | Downloaded globset v0.4.13 |
2332 | 2024-02-26T13:36:12.896Z | Downloaded serde_plain v1.0.2 |
2333 | 2024-02-26T13:36:12.896Z | Downloaded async-recursion v1.0.5 |
2334 | 2024-02-26T13:36:12.896Z | Downloaded pin-project v1.1.3 |
2335 | 2024-02-26T13:36:12.904Z | Downloaded tough v0.16.0 |
2336 | 2024-02-26T13:36:12.911Z | Downloaded typed-path v0.7.0 |
2337 | 2024-02-26T13:36:13.007Z | Compiling serde_tokenstream v0.2.0 |
2338 | 2024-02-26T13:36:13.071Z | Compiling regress v0.8.0 |
2339 | 2024-02-26T13:36:13.080Z | Compiling dirs-sys-next v0.1.2 |
2340 | 2024-02-26T13:36:13.083Z | Compiling ident_case v1.0.1 |
2341 | 2024-02-26T13:36:13.083Z | Compiling strsim v0.10.0 |
2342 | 2024-02-26T13:36:13.083Z | Compiling rustls-pki-types v1.3.0 |
2343 | 2024-02-26T13:36:13.110Z | Compiling thread_local v1.1.7 |
2344 | 2024-02-26T13:36:13.226Z | Compiling dirs-next v2.0.0 |
2345 | 2024-02-26T13:36:13.466Z | Compiling darling_core v0.20.3 |
2346 | 2024-02-26T13:36:13.514Z | Compiling slog-async v2.8.0 |
2347 | 2024-02-26T13:36:13.670Z | Compiling camino v1.1.6 |
2348 | 2024-02-26T13:36:13.894Z | Compiling heck v0.4.1 |
2349 | 2024-02-26T13:36:13.989Z | Compiling rustls v0.22.2 |
2350 | 2024-02-26T13:36:14.223Z | Compiling rustls-webpki v0.102.1 |
2351 | 2024-02-26T13:36:14.288Z | Compiling term v0.7.0 |
2352 | 2024-02-26T13:36:14.320Z | Compiling crossbeam-channel v0.5.8 |
2353 | 2024-02-26T13:36:14.441Z | Compiling getopts v0.2.21 |
2354 | 2024-02-26T13:36:15.122Z | Compiling structmeta-derive v0.3.0 |
2355 | 2024-02-26T13:36:15.307Z | Compiling atty v0.2.14 |
2356 | 2024-02-26T13:36:15.444Z | Compiling multer v3.0.0 |
2357 | 2024-02-26T13:36:15.766Z | Compiling take_mut v0.2.2 |
2358 | 2024-02-26T13:36:15.913Z | Compiling doc-comment v0.3.3 |
2359 | 2024-02-26T13:36:16.054Z | Compiling match_cfg v0.1.0 |
2360 | 2024-02-26T13:36:16.154Z | Compiling paste v1.0.14 |
2361 | 2024-02-26T13:36:16.426Z | Compiling unsafe-libyaml v0.2.10 |
2362 | 2024-02-26T13:36:16.615Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2363 | 2024-02-26T13:36:18.250Z | Compiling structmeta v0.3.0 |
2364 | 2024-02-26T13:36:18.412Z | Compiling serde_yaml v0.9.25 |
2365 | 2024-02-26T13:36:18.835Z | Compiling hostname v0.3.1 |
2366 | 2024-02-26T13:36:18.864Z | Compiling darling_macro v0.20.3 |
2367 | 2024-02-26T13:36:19.229Z | Compiling slog-term v2.9.0 |
2368 | 2024-02-26T13:36:19.821Z | Compiling darling v0.20.3 |
2369 | 2024-02-26T13:36:22.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2370 | 2024-02-26T13:36:22.259Z | Compiling slog-json v2.6.1 |
2371 | 2024-02-26T13:36:22.273Z | Compiling http v1.0.0 |
2372 | 2024-02-26T13:36:22.360Z | Compiling pin-project-internal v1.1.3 |
2373 | 2024-02-26T13:36:22.785Z | Compiling async-stream-impl v0.3.5 |
2374 | 2024-02-26T13:36:24.011Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2375 | 2024-02-26T13:36:24.050Z | Compiling fastrand v2.0.1 |
2376 | 2024-02-26T13:36:24.334Z | Compiling atomic-waker v1.1.1 |
2377 | 2024-02-26T13:36:24.526Z | Compiling waitgroup v0.1.2 |
2378 | 2024-02-26T13:36:24.705Z | Compiling tempfile v3.10.0 |
2379 | 2024-02-26T13:36:24.816Z | Compiling async-stream v0.3.5 |
2380 | 2024-02-26T13:36:25.211Z | Compiling pin-project v1.1.3 |
2381 | 2024-02-26T13:36:25.337Z | Compiling tokio-rustls v0.25.0 |
2382 | 2024-02-26T13:36:25.799Z | Compiling slog-bunyan v2.5.0 |
2383 | 2024-02-26T13:36:25.955Z | Compiling serde_with_macros v3.6.1 |
2384 | 2024-02-26T13:36:26.700Z | Compiling parse-display-derive v0.9.0 |
2385 | 2024-02-26T13:36:27.267Z | Compiling toml v0.8.10 |
2386 | 2024-02-26T13:36:27.546Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2387 | 2024-02-26T13:36:28.391Z | Compiling rustls-pemfile v2.1.0 |
2388 | 2024-02-26T13:36:28.490Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2389 | 2024-02-26T13:36:28.821Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2390 | 2024-02-26T13:36:29.098Z | Compiling sha1 v0.10.6 |
2391 | 2024-02-26T13:36:29.653Z | Compiling newtype-uuid v1.0.1 |
2392 | 2024-02-26T13:36:30.003Z | Compiling strum_macros v0.26.1 |
2393 | 2024-02-26T13:36:30.017Z | Compiling snafu-derive v0.7.5 |
2394 | 2024-02-26T13:36:30.320Z | Compiling serde_path_to_error v0.1.15 |
2395 | 2024-02-26T13:36:30.788Z | Compiling instant v0.1.12 |
2396 | 2024-02-26T13:36:30.946Z | Compiling fs-err v2.11.0 |
2397 | 2024-02-26T13:36:31.257Z | Compiling buf-list v1.0.3 |
2398 | 2024-02-26T13:36:31.375Z | Compiling arc-swap v1.6.0 |
2399 | 2024-02-26T13:36:31.814Z | Compiling debug-ignore v1.0.5 |
2400 | 2024-02-26T13:36:31.958Z | Compiling same-file v1.0.6 |
2401 | 2024-02-26T13:36:32.129Z | Compiling walkdir v2.4.0 |
2402 | 2024-02-26T13:36:32.932Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2403 | 2024-02-26T13:36:33.074Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2404 | 2024-02-26T13:36:33.934Z | Compiling slog-scope v4.4.0 |
2405 | 2024-02-26T13:36:34.811Z | Compiling strum v0.26.1 |
2406 | 2024-02-26T13:36:34.991Z | Compiling backoff v0.4.0 |
2407 | 2024-02-26T13:36:35.043Z | Compiling parse-display v0.9.0 |
2408 | 2024-02-26T13:36:35.110Z | Compiling snafu v0.7.5 |
2409 | 2024-02-26T13:36:35.359Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2410 | 2024-02-26T13:36:35.693Z | Compiling serde_with v3.6.1 |
2411 | 2024-02-26T13:36:36.561Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2412 | 2024-02-26T13:36:36.973Z | Compiling globset v0.4.13 |
2413 | 2024-02-26T13:36:37.278Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2414 | 2024-02-26T13:36:37.444Z | Compiling olpc-cjson v0.1.3 |
2415 | 2024-02-26T13:36:38.049Z | Compiling pem v3.0.2 |
2416 | 2024-02-26T13:36:39.684Z | Compiling macaddr v1.0.1 |
2417 | 2024-02-26T13:36:39.977Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2418 | 2024-02-26T13:36:40.413Z | Compiling serde_plain v1.0.2 |
2419 | 2024-02-26T13:36:40.582Z | Compiling async-recursion v1.0.5 |
2420 | 2024-02-26T13:36:40.964Z | Compiling filetime v0.2.23 |
2421 | 2024-02-26T13:36:41.325Z | Compiling xattr v1.0.1 |
2422 | 2024-02-26T13:36:41.620Z | Compiling typed-path v0.7.0 |
2423 | 2024-02-26T13:36:41.624Z | Compiling tar v0.4.40 |
2424 | 2024-02-26T13:36:45.979Z | Compiling tough v0.16.0 |
2425 | 2024-02-26T13:36:48.948Z | Compiling slog-stdlog v4.1.1 |
2426 | 2024-02-26T13:36:49.260Z | Compiling camino-tempfile v1.1.1 |
2427 | 2024-02-26T13:36:49.864Z | Compiling itertools v0.12.1 |
2428 | 2024-02-26T13:36:50.060Z | Compiling parse-size v1.0.0 |
2429 | 2024-02-26T13:36:50.383Z | Compiling slog-envlogger v2.2.0 |
2430 | 2024-02-26T13:36:52.852Z | Compiling humantime v2.1.0 |
2431 | 2024-02-26T13:36:55.963Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2432 | 2024-02-26T13:36:56.180Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2433 | 2024-02-26T13:37:06.067Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2434 | 2024-02-26T13:37:08.130Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2435 | 2024-02-26T13:37:27.480Z | Finished release [optimized] target(s) in 1m 15s |
2436 | 2024-02-26T13:37:27.564Z | |
2437 | 2024-02-26T13:37:27.565Z | real 1:15.432562157 |
2438 | 2024-02-26T13:37:27.565Z | user 8:21.738964509 |
2439 | 2024-02-26T13:37:27.565Z | sys 38.687311104 |
2440 | 2024-02-26T13:37:27.565Z | trap 0.226115423 |
2441 | 2024-02-26T13:37:27.565Z | tflt 0.480314609 |
2442 | 2024-02-26T13:37:27.565Z | dflt 0.313224110 |
2443 | 2024-02-26T13:37:27.565Z | kflt 0.000096922 |
2444 | 2024-02-26T13:37:27.565Z | lock 17:14.103872263 |
2445 | 2024-02-26T13:37:27.566Z | slp 19:00.500319850 |
2446 | 2024-02-26T13:37:27.569Z | lat 18.921360404 |
2447 | 2024-02-26T13:37:27.570Z | stop 14.327634588 |
2448 | 2024-02-26T13:37:27.570Z | + ptime -m gzip |
2449 | 2024-02-26T13:37:29.290Z | |
2450 | 2024-02-26T13:37:29.290Z | real 1.733724539 |
2451 | 2024-02-26T13:37:29.290Z | user 1.720926310 |
2452 | 2024-02-26T13:37:29.290Z | sys 0.011334431 |
2453 | 2024-02-26T13:37:29.291Z | trap 0.000354963 |
2454 | 2024-02-26T13:37:29.291Z | tflt 0.000000000 |
2455 | 2024-02-26T13:37:29.291Z | dflt 0.000000000 |
2456 | 2024-02-26T13:37:29.291Z | kflt 0.000000000 |
2457 | 2024-02-26T13:37:29.291Z | lock 0.000000000 |
2458 | 2024-02-26T13:37:29.291Z | slp 0.000000000 |
2459 | 2024-02-26T13:37:29.291Z | lat 0.000717973 |
2460 | 2024-02-26T13:37:29.291Z | stop 0.000176396 |
2461 | 2024-02-26T13:37:29.295Z | process exited: duration 811133 ms, exit code 0 |
|
2462 | 2024-02-26T13:37:29.748Z | found 5 output files |
2463 | 2024-02-26T13:37:29.748Z | uploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes) |
2464 | 2024-02-26T13:37:33.588Z | uploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz |
2465 | 2024-02-26T13:37:33.588Z | uploading: /work/end-to-end-tests/bootstrap.gz (109731731 bytes) |
2466 | 2024-02-26T13:38:09.444Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2467 | 2024-02-26T13:38:09.451Z | uploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113174813 bytes) |
2468 | 2024-02-26T13:38:37.093Z | uploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz |
2469 | 2024-02-26T13:38:37.093Z | uploading: /work/caboose-util.gz (4099335 bytes) |
2470 | 2024-02-26T13:38:39.892Z | uploaded: /work/caboose-util.gz |
2471 | 2024-02-26T13:38:39.892Z | uploading: /work/tufaceous.gz (15875104 bytes) |
2472 | 2024-02-26T13:38:44.465Z | uploaded: /work/tufaceous.gz |