|
|
|
1 | 2024-01-15T21:26:12.794Z | job assigned to worker 01HM7G75SA150ZK1AE95VF92KW (queued for 1 m 11 s) |
|
2 | 2024-01-15T21:26:13.409Z | starting task 0: "setup" |
3 | 2024-01-15T21:26:13.463Z | ++ uname -s |
4 | 2024-01-15T21:26:13.469Z | + kern=SunOS |
5 | 2024-01-15T21:26:13.469Z | + case "$kern" in |
6 | 2024-01-15T21:26:13.469Z | + groupadd -g 12345 build |
7 | 2024-01-15T21:26:13.469Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-15T21:26:15.515Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-15T21:26:15.631Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-15T21:26:15.635Z | + home_fs=zfs |
11 | 2024-01-15T21:26:15.635Z | + [[ zfs == autofs ]] |
12 | 2024-01-15T21:26:15.635Z | + mkdir -p /home/build |
13 | 2024-01-15T21:26:15.638Z | + chown build:build /home/build /work |
14 | 2024-01-15T21:26:16.637Z | + chmod 0700 /home/build /work |
15 | 2024-01-15T21:26:16.645Z | process exited: duration 3231 ms, exit code 0 |
|
16 | 2024-01-15T21:26:16.651Z | starting task 1: "rust-toolchain" |
17 | 2024-01-15T21:26:16.662Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-15T21:26:16.666Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-15T21:26:16.830Z | info: downloading installer |
20 | 2024-01-15T21:26:18.012Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-15T21:26:18.012Z | warning: /opt/ooce/bin |
22 | 2024-01-15T21:26:18.012Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-15T21:26:18.012Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-15T21:26:18.013Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-15T21:26:18.013Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-15T21:26:18.013Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-15T21:26:18.013Z | error: cannot install while Rust is installed |
28 | 2024-01-15T21:26:18.013Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-15T21:26:18.179Z | info: profile set to 'default' |
30 | 2024-01-15T21:26:18.179Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-15T21:26:18.183Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-15T21:26:18.380Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-15T21:26:18.380Z | info: downloading component 'cargo' |
34 | 2024-01-15T21:26:19.017Z | info: downloading component 'clippy' |
35 | 2024-01-15T21:26:19.233Z | info: downloading component 'rust-docs' |
36 | 2024-01-15T21:26:20.000Z | info: downloading component 'rust-std' |
37 | 2024-01-15T21:26:21.370Z | info: downloading component 'rustc' |
38 | 2024-01-15T21:26:24.659Z | info: downloading component 'rustfmt' |
39 | 2024-01-15T21:26:25.266Z | info: installing component 'cargo' |
40 | 2024-01-15T21:26:26.284Z | info: installing component 'clippy' |
41 | 2024-01-15T21:26:26.910Z | info: installing component 'rust-docs' |
42 | 2024-01-15T21:26:29.695Z | info: installing component 'rust-std' |
43 | 2024-01-15T21:26:32.757Z | info: installing component 'rustc' |
44 | 2024-01-15T21:26:40.002Z | info: installing component 'rustfmt' |
45 | 2024-01-15T21:26:40.456Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-15T21:26:40.479Z | |
47 | 2024-01-15T21:26:40.641Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-15T21:26:40.641Z | |
49 | 2024-01-15T21:26:40.644Z | |
50 | 2024-01-15T21:26:40.644Z | Rust is installed now. Great! |
51 | 2024-01-15T21:26:40.644Z | |
52 | 2024-01-15T21:26:40.644Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-15T21:26:40.644Z | environment variable. This has not been done automatically. |
54 | 2024-01-15T21:26:40.645Z | |
55 | 2024-01-15T21:26:40.645Z | To configure your current shell, run: |
56 | 2024-01-15T21:26:40.645Z | source "$HOME/.cargo/env" |
57 | 2024-01-15T21:26:40.736Z | + rustc --version |
58 | 2024-01-15T21:26:40.856Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-15T21:26:40.863Z | process exited: duration 24213 ms, exit code 0 |
|
60 | 2024-01-15T21:26:40.869Z | starting task 2: "authentication" |
61 | 2024-01-15T21:26:40.906Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2024-01-15T21:26:40.929Z | starting task 3: "clone repository" |
63 | 2024-01-15T21:26:40.934Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-15T21:26:40.937Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-15T21:26:41.036Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-15T21:26:48.328Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-15T21:26:48.331Z | + [[ -n '' ]] |
68 | 2024-01-15T21:26:48.331Z | + git fetch origin c565a244e2ec067eca4f65ecdcb227fda556ed9d |
69 | 2024-01-15T21:26:48.952Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-15T21:26:48.952Z | * branch c565a244e2ec067eca4f65ecdcb227fda556ed9d -> FETCH_HEAD |
71 | 2024-01-15T21:26:48.961Z | + git reset --hard c565a244e2ec067eca4f65ecdcb227fda556ed9d |
72 | 2024-01-15T21:26:49.142Z | HEAD is now at c565a244e Use libc's ESRCH constant for ensure_default_route_with_gateway() |
73 | 2024-01-15T21:26:49.146Z | process exited: duration 8219 ms, exit code 0 |
|
74 | 2024-01-15T21:26:49.152Z | starting task 4: "build" |
75 | 2024-01-15T21:26:49.159Z | + cargo --version |
76 | 2024-01-15T21:26:49.170Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-01-15T21:26:49.340Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-01-15T21:26:49.343Z | info: downloading component 'cargo' |
79 | 2024-01-15T21:26:50.243Z | info: downloading component 'clippy' |
80 | 2024-01-15T21:26:50.696Z | info: downloading component 'rust-docs' |
81 | 2024-01-15T21:26:51.475Z | info: downloading component 'rust-std' |
82 | 2024-01-15T21:26:52.909Z | info: downloading component 'rustc' |
83 | 2024-01-15T21:26:56.462Z | info: downloading component 'rustfmt' |
84 | 2024-01-15T21:26:56.906Z | info: installing component 'cargo' |
85 | 2024-01-15T21:26:58.246Z | info: installing component 'clippy' |
86 | 2024-01-15T21:26:58.728Z | info: installing component 'rust-docs' |
87 | 2024-01-15T21:27:01.679Z | info: installing component 'rust-std' |
88 | 2024-01-15T21:27:04.083Z | info: installing component 'rustc' |
89 | 2024-01-15T21:27:10.596Z | info: installing component 'rustfmt' |
90 | 2024-01-15T21:27:11.164Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-01-15T21:27:11.167Z | + rustc --version |
92 | 2024-01-15T21:27:11.301Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-01-15T21:27:11.310Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-01-15T21:27:22.298Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-01-15T21:27:23.947Z | Startup: Caching catalogs ... Done |
96 | 2024-01-15T21:27:26.104Z | Planning: Solver setup ... Done (1.688s) |
97 | 2024-01-15T21:27:26.155Z | Planning: Running solver ... Done (0.051s) |
98 | 2024-01-15T21:27:26.184Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2024-01-15T21:27:26.200Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-01-15T21:27:26.476Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-01-15T21:27:26.563Z | Planning: Package planning ... Done (0.087s) |
102 | 2024-01-15T21:27:26.649Z | Planning: Merging actions ... Done (0.085s) |
103 | 2024-01-15T21:27:27.736Z | Planning: Checking for conflicting actions ... Done (1.085s) |
104 | 2024-01-15T21:27:27.770Z | Planning: Consolidating action changes ... Done (0.018s) |
105 | 2024-01-15T21:27:33.086Z | Planning: Evaluating mediators ... Done (5.335s) |
106 | 2024-01-15T21:27:33.103Z | Planning: Planning completed in 9.09 seconds |
107 | 2024-01-15T21:27:36.562Z | Packages to install: 4 |
108 | 2024-01-15T21:27:36.563Z | Mediators to change: 2 |
109 | 2024-01-15T21:27:36.563Z | Services to change: 1 |
110 | 2024-01-15T21:27:36.567Z | Estimated space available: 148.87 GB |
111 | 2024-01-15T21:27:36.567Z | Estimated space to be consumed: 1.40 GB |
112 | 2024-01-15T21:27:36.567Z | Create boot environment: No |
113 | 2024-01-15T21:27:36.567Z | Create backup boot environment: No |
114 | 2024-01-15T21:27:36.567Z | Rebuild boot archive: No |
115 | 2024-01-15T21:27:36.567Z | |
116 | 2024-01-15T21:27:36.567Z | Changed mediators: |
117 | 2024-01-15T21:27:36.567Z | mediator clang: |
118 | 2024-01-15T21:27:36.567Z | version: None -> 15 (system default) |
119 | 2024-01-15T21:27:36.567Z | |
120 | 2024-01-15T21:27:36.567Z | mediator llvm: |
121 | 2024-01-15T21:27:36.567Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-01-15T21:27:36.567Z | |
123 | 2024-01-15T21:27:36.567Z | Changed packages: |
124 | 2024-01-15T21:27:36.567Z | helios-dev |
125 | 2024-01-15T21:27:36.567Z | developer/build-essential |
126 | 2024-01-15T21:27:36.568Z | None -> 11-2.0 |
127 | 2024-01-15T21:27:36.568Z | library/libxmlsec1 |
128 | 2024-01-15T21:27:36.568Z | None -> 1.2.35-2.0 |
129 | 2024-01-15T21:27:36.568Z | ooce/developer/clang-15 |
130 | 2024-01-15T21:27:36.568Z | None -> 15.0.7-2.0 |
131 | 2024-01-15T21:27:36.568Z | ooce/developer/llvm-15 |
132 | 2024-01-15T21:27:36.568Z | None -> 15.0.7-2.0 |
133 | 2024-01-15T21:27:36.568Z | |
134 | 2024-01-15T21:27:36.568Z | Services: |
135 | 2024-01-15T21:27:36.568Z | restart_fmri: |
136 | 2024-01-15T21:27:36.568Z | svc:/system/update-man-index:default |
137 | 2024-01-15T21:27:36.876Z | |
138 | 2024-01-15T21:27:36.877Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-01-15T21:27:41.879Z | Download: 888/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
140 | 2024-01-15T21:28:06.159Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
141 | 2024-01-15T21:28:11.165Z | Download: 2211/3290 items 118.8/212.6MB 55% complete (7.2M/s) |
142 | 2024-01-15T21:28:16.169Z | Download: 3126/3290 items 134.7/212.6MB 63% complete (5.0M/s) |
143 | 2024-01-15T21:28:21.862Z | Download: 3286/3290 items 211.7/212.6MB 99% complete (9.3M/s) |
144 | 2024-01-15T21:28:21.925Z | Download: Completed 212.60 MB in 45.05 seconds (4.7M/s) |
145 | 2024-01-15T21:28:22.159Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-01-15T21:28:27.210Z | Actions: 3004/3689 actions (Installing new actions) |
147 | 2024-01-15T21:28:29.719Z | Actions: Completed 3689 actions in 7.56 seconds. |
148 | 2024-01-15T21:28:29.956Z | Done (0.230s) |
149 | 2024-01-15T21:28:29.956Z | Done (0.000s) |
150 | 2024-01-15T21:28:30.269Z | Done (0.313s) |
151 | 2024-01-15T21:28:38.012Z | Done (7.603s) |
152 | 2024-01-15T21:28:38.207Z | Done (0.089s) |
153 | 2024-01-15T21:28:38.210Z | Done (0.000s) |
154 | 2024-01-15T21:28:38.423Z | Done (0.000s) |
155 | 2024-01-15T21:28:39.203Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-01-15T21:28:39.503Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-01-15T21:28:39.512Z | Planning: Consolidating action changes ... Done |
158 | 2024-01-15T21:28:39.953Z | Planning: Evaluating mediators ... Done |
159 | 2024-01-15T21:28:39.959Z | Planning: Planning completed in 0.75 seconds |
160 | 2024-01-15T21:28:40.005Z | Mediators to change: 2 |
161 | 2024-01-15T21:28:40.005Z | Create boot environment: No |
162 | 2024-01-15T21:28:40.005Z | Create backup boot environment: No |
163 | 2024-01-15T21:28:40.109Z | Done |
164 | 2024-01-15T21:28:40.109Z | Done |
165 | 2024-01-15T21:28:40.304Z | Done |
166 | 2024-01-15T21:28:46.438Z | Done |
167 | 2024-01-15T21:28:46.572Z | Done |
168 | 2024-01-15T21:28:46.575Z | Done |
169 | 2024-01-15T21:28:46.703Z | Done |
170 | 2024-01-15T21:28:47.763Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-01-15T21:28:48.174Z | Planning: Merging actions ... Done |
172 | 2024-01-15T21:28:48.174Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-01-15T21:28:48.174Z | Planning: Consolidating action changes ... Done |
174 | 2024-01-15T21:28:48.550Z | Planning: Evaluating mediators ... Done |
175 | 2024-01-15T21:28:49.053Z | Planning: Planning completed in 1.34 seconds |
176 | 2024-01-15T21:28:49.065Z | Packages to change: 1 |
177 | 2024-01-15T21:28:49.065Z | Mediators to change: 1 |
178 | 2024-01-15T21:28:49.065Z | Services to change: 1 |
179 | 2024-01-15T21:28:49.066Z | Create boot environment: No |
180 | 2024-01-15T21:28:49.066Z | Create backup boot environment: Yes |
181 | 2024-01-15T21:28:50.740Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-01-15T21:28:50.746Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2024-01-15T21:28:50.747Z | Done |
184 | 2024-01-15T21:28:50.747Z | Done |
185 | 2024-01-15T21:28:50.813Z | Done |
186 | 2024-01-15T21:28:57.116Z | Done |
187 | 2024-01-15T21:28:57.253Z | Done |
188 | 2024-01-15T21:28:57.259Z | Done |
189 | 2024-01-15T21:28:57.372Z | Done |
190 | 2024-01-15T21:28:58.086Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-01-15T21:28:58.086Z | clang system 15 system |
192 | 2024-01-15T21:28:58.087Z | csh system system illumos |
193 | 2024-01-15T21:28:58.087Z | ctags system system illumos |
194 | 2024-01-15T21:28:58.087Z | gcc vendor 12 vendor |
195 | 2024-01-15T21:28:58.087Z | gcc system 10 system |
196 | 2024-01-15T21:28:58.087Z | gcc system 7 system |
197 | 2024-01-15T21:28:58.087Z | go system 1.20 system |
198 | 2024-01-15T21:28:58.087Z | go system 1.19 system |
199 | 2024-01-15T21:28:58.088Z | llvm system 15 system |
200 | 2024-01-15T21:28:58.088Z | llvm system 14 system |
201 | 2024-01-15T21:28:58.088Z | mariadb system 10.6 system |
202 | 2024-01-15T21:28:58.088Z | mta vendor vendor dma |
203 | 2024-01-15T21:28:58.088Z | openjdk system 17 system |
204 | 2024-01-15T21:28:58.088Z | openjdk system 11 system |
205 | 2024-01-15T21:28:58.089Z | openjdk system 1.8 system |
206 | 2024-01-15T21:28:58.089Z | openssl vendor 3 vendor |
207 | 2024-01-15T21:28:58.089Z | perl system 5.36 system |
208 | 2024-01-15T21:28:58.089Z | postgresql system 15 system |
209 | 2024-01-15T21:28:58.089Z | postgresql system 13 system |
210 | 2024-01-15T21:28:58.090Z | python vendor 3 vendor |
211 | 2024-01-15T21:28:58.090Z | python system 2 system |
212 | 2024-01-15T21:28:58.090Z | python3 system 3.11 system |
213 | 2024-01-15T21:28:58.090Z | ruby system 3.0 system |
214 | 2024-01-15T21:28:58.090Z | words vendor vendor american-english |
215 | 2024-01-15T21:28:58.090Z | words system system australian-english |
216 | 2024-01-15T21:28:58.091Z | words system system british-english |
217 | 2024-01-15T21:28:58.091Z | words system system canadian-english |
218 | 2024-01-15T21:28:58.091Z | words system system french |
219 | 2024-01-15T21:28:58.091Z | words system system italian |
220 | 2024-01-15T21:28:58.092Z | words system system ngerman |
221 | 2024-01-15T21:28:58.092Z | words system system ogerman |
222 | 2024-01-15T21:28:58.092Z | words system system spanish |
223 | 2024-01-15T21:28:58.664Z | FMRI IFO |
224 | 2024-01-15T21:28:58.664Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-01-15T21:28:58.664Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-01-15T21:28:58.665Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-01-15T21:28:58.665Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-01-15T21:28:58.665Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-01-15T21:28:58.665Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-01-15T21:28:58.665Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-01-15T21:28:58.665Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-01-15T21:28:58.752Z | + set -o errexit |
233 | 2024-01-15T21:28:58.768Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2024-01-15T21:28:58.768Z | ++ cd ./tools |
235 | 2024-01-15T21:28:58.768Z | ++ pwd |
236 | 2024-01-15T21:28:58.768Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2024-01-15T21:28:58.768Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2024-01-15T21:28:58.769Z | + ARG0=ci_download_cockroachdb |
239 | 2024-01-15T21:28:58.769Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2024-01-15T21:28:58.769Z | + CIDL_VERSION=v22.1.9 |
241 | 2024-01-15T21:28:58.769Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2024-01-15T21:28:58.769Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2024-01-15T21:28:58.769Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2024-01-15T21:28:58.769Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2024-01-15T21:28:58.769Z | + TARGET_DIR=out |
246 | 2024-01-15T21:28:58.770Z | + DOWNLOAD_DIR=out/downloads |
247 | 2024-01-15T21:28:58.770Z | + DEST_DIR=./out/cockroachdb |
248 | 2024-01-15T21:28:58.770Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2024-01-15T21:28:58.770Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2024-01-15T21:28:58.770Z | + main |
251 | 2024-01-15T21:28:58.790Z | + [[ 0 != 0 ]] |
252 | 2024-01-15T21:28:58.790Z | + CIDL_OS=solaris2.11 |
253 | 2024-01-15T21:28:58.791Z | + [[ 0 != 0 ]] |
254 | 2024-01-15T21:28:58.791Z | + configure_os solaris2.11 |
255 | 2024-01-15T21:28:58.791Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2024-01-15T21:28:58.791Z | current directory: /work/oxidecomputer/omicron |
257 | 2024-01-15T21:28:58.791Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2024-01-15T21:28:58.791Z | + case "$1" in |
259 | 2024-01-15T21:28:58.791Z | configuring based on OS: "solaris2.11" |
260 | 2024-01-15T21:28:58.791Z | + CIDL_BUILD=illumos |
261 | 2024-01-15T21:28:58.792Z | + CIDL_SUFFIX=tar.gz |
262 | 2024-01-15T21:28:58.792Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2024-01-15T21:28:58.792Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2024-01-15T21:28:58.792Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-01-15T21:28:58.792Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-01-15T21:28:58.792Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2024-01-15T21:28:58.792Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-01-15T21:28:58.793Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-01-15T21:28:58.793Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2024-01-15T21:28:58.793Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-01-15T21:28:58.793Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-01-15T21:28:58.794Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-01-15T21:28:58.794Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-01-15T21:28:58.794Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-01-15T21:28:58.794Z | + mkdir -p out/downloads |
276 | 2024-01-15T21:28:58.794Z | + mkdir -p ./out/cockroachdb |
277 | 2024-01-15T21:28:58.794Z | + local DO_DOWNLOAD=true |
278 | 2024-01-15T21:28:58.794Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2024-01-15T21:28:58.795Z | + '[' true == true ']' |
280 | 2024-01-15T21:28:58.795Z | + echo Downloading... |
281 | 2024-01-15T21:28:58.795Z | + 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-01-15T21:28:58.795Z | Downloading... |
283 | 2024-01-15T21:28:58.795Z | + 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 |
284 | 2024-01-15T21:29:01.237Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-01-15T21:29:01.241Z | ++ md5sum |
286 | 2024-01-15T21:29:01.241Z | ++ awk '{print $1}' |
287 | 2024-01-15T21:29:01.455Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2024-01-15T21:29:01.456Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
289 | 2024-01-15T21:29:01.456Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-01-15T21:29:01.456Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2024-01-15T21:29:04.893Z | + do_assemble_illumos |
292 | 2024-01-15T21:29:04.893Z | + rm -r ./out/cockroachdb |
293 | 2024-01-15T21:29:04.896Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2024-01-15T21:29:05.545Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2024-01-15T21:29:05.807Z | Build Tag: v22.1.9-dirty |
296 | 2024-01-15T21:29:05.807Z | Build Time: 2022/10/26 21:17:46 |
297 | 2024-01-15T21:29:05.808Z | Distribution: OSS |
298 | 2024-01-15T21:29:05.808Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2024-01-15T21:29:05.808Z | Go Version: go1.17.13 |
300 | 2024-01-15T21:29:05.808Z | C Compiler: gcc 10.3.0 |
301 | 2024-01-15T21:29:05.808Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2024-01-15T21:29:05.808Z | Build Type: release |
303 | 2024-01-15T21:29:05.832Z | + set -o errexit |
304 | 2024-01-15T21:29:05.841Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2024-01-15T21:29:05.841Z | ++ cd ./tools |
306 | 2024-01-15T21:29:05.841Z | ++ pwd |
307 | 2024-01-15T21:29:05.841Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2024-01-15T21:29:05.841Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2024-01-15T21:29:05.841Z | + ARG0=ci_download_clickhouse |
310 | 2024-01-15T21:29:05.842Z | + TARGET_DIR=out |
311 | 2024-01-15T21:29:05.842Z | + DOWNLOAD_DIR=out/downloads |
312 | 2024-01-15T21:29:05.842Z | + DEST_DIR=./out/clickhouse |
313 | 2024-01-15T21:29:05.842Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2024-01-15T21:29:05.842Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2024-01-15T21:29:05.842Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2024-01-15T21:29:05.843Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2024-01-15T21:29:05.843Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2024-01-15T21:29:05.843Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2024-01-15T21:29:05.843Z | + main |
320 | 2024-01-15T21:29:05.843Z | + [[ 0 != 0 ]] |
321 | 2024-01-15T21:29:05.843Z | + CIDL_OS=solaris2.11 |
322 | 2024-01-15T21:29:05.843Z | + [[ 0 != 0 ]] |
323 | 2024-01-15T21:29:05.843Z | + configure_os solaris2.11 |
324 | 2024-01-15T21:29:05.843Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2024-01-15T21:29:05.846Z | current directory: /work/oxidecomputer/omicron |
326 | 2024-01-15T21:29:05.846Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2024-01-15T21:29:05.846Z | + CIDL_DASHREV= |
328 | 2024-01-15T21:29:05.846Z | configuring based on OS: "solaris2.11" |
329 | 2024-01-15T21:29:05.846Z | + case "$1" in |
330 | 2024-01-15T21:29:05.846Z | + CIDL_PLATFORM=illumos |
331 | 2024-01-15T21:29:05.846Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2024-01-15T21:29:05.846Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2024-01-15T21:29:05.846Z | + CIDL_DASHREV=-1 |
334 | 2024-01-15T21:29:05.846Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2024-01-15T21:29:05.846Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2024-01-15T21:29:05.846Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-01-15T21:29:05.847Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-01-15T21:29:05.847Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-01-15T21:29:05.847Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-15T21:29:05.847Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2024-01-15T21:29:05.847Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-01-15T21:29:05.847Z | + mkdir -p out/downloads |
343 | 2024-01-15T21:29:05.848Z | + mkdir -p ./out/clickhouse |
344 | 2024-01-15T21:29:05.848Z | + local DO_DOWNLOAD=true |
345 | 2024-01-15T21:29:05.848Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2024-01-15T21:29:05.848Z | + '[' true == true ']' |
347 | 2024-01-15T21:29:05.848Z | + echo Downloading... |
348 | 2024-01-15T21:29:05.848Z | Downloading... |
349 | 2024-01-15T21:29:05.848Z | + 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-01-15T21:29:05.859Z | + 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-01-15T21:29:07.308Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-01-15T21:29:07.311Z | ++ md5sum |
353 | 2024-01-15T21:29:07.311Z | ++ awk '{print $1}' |
354 | 2024-01-15T21:29:07.554Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-01-15T21:29:07.554Z | + [[ 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-01-15T21:29:07.554Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2024-01-15T21:29:07.561Z | + mkdir -p ./out/clickhouse |
358 | 2024-01-15T21:29:07.561Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2024-01-15T21:29:12.371Z | + ./out/clickhouse/clickhouse server --version |
360 | 2024-01-15T21:29:12.426Z | ClickHouse server version 22.8.9.1. |
361 | 2024-01-15T21:29:12.470Z | + set -o errexit |
362 | 2024-01-15T21:29:12.474Z | +++ dirname ./tools/ci_download_console |
363 | 2024-01-15T21:29:12.474Z | ++ cd ./tools |
364 | 2024-01-15T21:29:12.474Z | ++ pwd |
365 | 2024-01-15T21:29:12.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2024-01-15T21:29:12.474Z | ++ basename ./tools/ci_download_console |
367 | 2024-01-15T21:29:12.474Z | + ARG0=ci_download_console |
368 | 2024-01-15T21:29:12.474Z | + TARGET_DIR=out |
369 | 2024-01-15T21:29:12.474Z | + DOWNLOAD_DIR=out/downloads |
370 | 2024-01-15T21:29:12.474Z | + DEST_DIR=./out/console-assets |
371 | 2024-01-15T21:29:12.474Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2024-01-15T21:29:12.474Z | ++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a |
373 | 2024-01-15T21:29:12.474Z | ++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
374 | 2024-01-15T21:29:12.474Z | + URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
375 | 2024-01-15T21:29:12.474Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2024-01-15T21:29:12.474Z | + main |
377 | 2024-01-15T21:29:12.475Z | + [[ 0 != 0 ]] |
378 | 2024-01-15T21:29:12.475Z | + echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz' |
379 | 2024-01-15T21:29:12.475Z | URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
380 | 2024-01-15T21:29:12.475Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2024-01-15T21:29:12.475Z | Local file: out/downloads/console.tar.gz |
382 | 2024-01-15T21:29:12.475Z | + local DO_DOWNLOAD=true |
383 | 2024-01-15T21:29:12.475Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2024-01-15T21:29:12.475Z | + mkdir -p out/downloads |
385 | 2024-01-15T21:29:12.475Z | + '[' true == true ']' |
386 | 2024-01-15T21:29:12.475Z | + echo Downloading... |
387 | 2024-01-15T21:29:12.476Z | Downloading... |
388 | 2024-01-15T21:29:12.476Z | + do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz |
389 | 2024-01-15T21:29:12.476Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz |
390 | 2024-01-15T21:29:13.175Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2024-01-15T21:29:13.178Z | ++ case "$OSTYPE" in |
392 | 2024-01-15T21:29:13.178Z | ++ SHA=sha256sum |
393 | 2024-01-15T21:29:13.178Z | ++ sha256sum |
394 | 2024-01-15T21:29:13.178Z | ++ awk '{print $1}' |
395 | 2024-01-15T21:29:13.233Z | + calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 |
396 | 2024-01-15T21:29:13.233Z | + [[ 7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 != \7\e\0\6\1\1\6\5\9\5\0\f\c\0\6\4\8\1\1\c\c\5\f\2\6\d\7\b\7\b\d\1\0\2\c\0\d\f\6\3\7\9\7\e\f\0\5\c\f\7\3\d\7\3\7\c\2\f\d\c\e\b\8\7 ]] |
397 | 2024-01-15T21:29:13.233Z | + rm -rf ./out/console-assets |
398 | 2024-01-15T21:29:13.236Z | + mkdir -p ./out/console-assets |
399 | 2024-01-15T21:29:13.239Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2024-01-15T21:29:13.239Z | + mkdir -p ./out/console-assets |
401 | 2024-01-15T21:29:13.242Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2024-01-15T21:29:13.374Z | + set -o errexit |
403 | 2024-01-15T21:29:13.377Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2024-01-15T21:29:13.380Z | ++ cd ./tools |
405 | 2024-01-15T21:29:13.380Z | ++ pwd |
406 | 2024-01-15T21:29:13.380Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-01-15T21:29:13.386Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2024-01-15T21:29:13.386Z | + ARG0=ci_download_maghemite_openapi |
409 | 2024-01-15T21:29:13.386Z | + TARGET_DIR=out |
410 | 2024-01-15T21:29:13.386Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-01-15T21:29:13.386Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2024-01-15T21:29:13.386Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
413 | 2024-01-15T21:29:13.386Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2024-01-15T21:29:13.386Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
415 | 2024-01-15T21:29:13.386Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
416 | 2024-01-15T21:29:13.386Z | + main |
417 | 2024-01-15T21:29:13.386Z | + [[ 0 != 0 ]] |
418 | 2024-01-15T21:29:13.386Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
419 | 2024-01-15T21:29:13.387Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
420 | 2024-01-15T21:29:13.387Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
421 | 2024-01-15T21:29:13.387Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
422 | 2024-01-15T21:29:13.387Z | + local DO_DOWNLOAD=true |
423 | 2024-01-15T21:29:13.387Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
424 | 2024-01-15T21:29:13.387Z | + mkdir -p out/downloads |
425 | 2024-01-15T21:29:13.398Z | + '[' true == true ']' |
426 | 2024-01-15T21:29:13.398Z | + echo Downloading... |
427 | 2024-01-15T21:29:13.398Z | Downloading... |
428 | 2024-01-15T21:29:13.398Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
429 | 2024-01-15T21:29:13.398Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
430 | 2024-01-15T21:29:13.663Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
431 | 2024-01-15T21:29:13.666Z | ++ case "$OSTYPE" in |
432 | 2024-01-15T21:29:13.666Z | ++ SHA=sha256sum |
433 | 2024-01-15T21:29:13.666Z | ++ sha256sum |
434 | 2024-01-15T21:29:13.667Z | ++ awk '{print $1}' |
435 | 2024-01-15T21:29:13.672Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2024-01-15T21:29:13.672Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
437 | 2024-01-15T21:29:13.672Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2024-01-15T21:29:13.672Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
439 | 2024-01-15T21:29:13.672Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
440 | 2024-01-15T21:29:13.672Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
441 | 2024-01-15T21:29:13.672Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2024-01-15T21:29:13.672Z | + main |
443 | 2024-01-15T21:29:13.672Z | + [[ 0 != 0 ]] |
444 | 2024-01-15T21:29:13.672Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
445 | 2024-01-15T21:29:13.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
446 | 2024-01-15T21:29:13.672Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
447 | 2024-01-15T21:29:13.672Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
448 | 2024-01-15T21:29:13.672Z | + local DO_DOWNLOAD=true |
449 | 2024-01-15T21:29:13.672Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
450 | 2024-01-15T21:29:13.672Z | + mkdir -p out/downloads |
451 | 2024-01-15T21:29:13.676Z | + '[' true == true ']' |
452 | 2024-01-15T21:29:13.676Z | + echo Downloading... |
453 | 2024-01-15T21:29:13.676Z | Downloading... |
454 | 2024-01-15T21:29:13.679Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2024-01-15T21:29:13.679Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
456 | 2024-01-15T21:29:13.816Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2024-01-15T21:29:13.822Z | ++ case "$OSTYPE" in |
458 | 2024-01-15T21:29:13.822Z | ++ SHA=sha256sum |
459 | 2024-01-15T21:29:13.822Z | ++ sha256sum |
460 | 2024-01-15T21:29:13.822Z | ++ awk '{print $1}' |
461 | 2024-01-15T21:29:13.825Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
462 | 2024-01-15T21:29:13.825Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
463 | 2024-01-15T21:29:13.832Z | + set -o errexit |
464 | 2024-01-15T21:29:13.835Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2024-01-15T21:29:13.840Z | ++ cd ./tools |
466 | 2024-01-15T21:29:13.841Z | ++ pwd |
467 | 2024-01-15T21:29:13.841Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2024-01-15T21:29:13.844Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2024-01-15T21:29:13.844Z | + ARG0=ci_download_dendrite_openapi |
470 | 2024-01-15T21:29:13.844Z | + TARGET_DIR=out |
471 | 2024-01-15T21:29:13.844Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-01-15T21:29:13.844Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-01-15T21:29:13.844Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
474 | 2024-01-15T21:29:13.844Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
475 | 2024-01-15T21:29:13.844Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
476 | 2024-01-15T21:29:13.844Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
477 | 2024-01-15T21:29:13.844Z | + main |
478 | 2024-01-15T21:29:13.844Z | + [[ 0 != 0 ]] |
479 | 2024-01-15T21:29:13.844Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
480 | 2024-01-15T21:29:13.845Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
481 | 2024-01-15T21:29:13.845Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
482 | 2024-01-15T21:29:13.845Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
483 | 2024-01-15T21:29:13.845Z | + local DO_DOWNLOAD=true |
484 | 2024-01-15T21:29:13.845Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
485 | 2024-01-15T21:29:13.845Z | + mkdir -p out/downloads |
486 | 2024-01-15T21:29:13.845Z | + '[' true == true ']' |
487 | 2024-01-15T21:29:13.845Z | Downloading... |
488 | 2024-01-15T21:29:13.845Z | + echo Downloading... |
489 | 2024-01-15T21:29:13.846Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
490 | 2024-01-15T21:29:13.846Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
491 | 2024-01-15T21:29:13.996Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
492 | 2024-01-15T21:29:14.000Z | ++ case "$OSTYPE" in |
493 | 2024-01-15T21:29:14.000Z | ++ SHA=sha256sum |
494 | 2024-01-15T21:29:14.000Z | ++ sha256sum |
495 | 2024-01-15T21:29:14.000Z | ++ awk '{print $1}' |
496 | 2024-01-15T21:29:14.003Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2024-01-15T21:29:14.004Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
498 | 2024-01-15T21:29:14.013Z | + set -o errexit |
499 | 2024-01-15T21:29:14.016Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2024-01-15T21:29:14.019Z | ++ cd ./tools |
501 | 2024-01-15T21:29:14.019Z | ++ pwd |
502 | 2024-01-15T21:29:14.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-01-15T21:29:14.025Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2024-01-15T21:29:14.025Z | + ARG0=ci_download_dendrite_stub |
505 | 2024-01-15T21:29:14.025Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2024-01-15T21:29:14.025Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
507 | 2024-01-15T21:29:14.025Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
508 | 2024-01-15T21:29:14.025Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
509 | 2024-01-15T21:29:14.025Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2024-01-15T21:29:14.025Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
511 | 2024-01-15T21:29:14.025Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2024-01-15T21:29:14.025Z | + TARGET_DIR=out |
513 | 2024-01-15T21:29:14.025Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-01-15T21:29:14.026Z | + DEST_DIR=./out/dendrite-stub |
515 | 2024-01-15T21:29:14.026Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2024-01-15T21:29:14.026Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2024-01-15T21:29:14.026Z | + REPO=oxidecomputer/dendrite |
518 | 2024-01-15T21:29:14.026Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
519 | 2024-01-15T21:29:14.026Z | + main |
520 | 2024-01-15T21:29:14.026Z | + [[ 0 != 0 ]] |
521 | 2024-01-15T21:29:14.026Z | + CIDL_OS=solaris2.11 |
522 | 2024-01-15T21:29:14.026Z | + [[ 0 != 0 ]] |
523 | 2024-01-15T21:29:14.026Z | + configure_os solaris2.11 |
524 | 2024-01-15T21:29:14.026Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2024-01-15T21:29:14.026Z | current directory: /work/oxidecomputer/omicron |
526 | 2024-01-15T21:29:14.026Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2024-01-15T21:29:14.027Z | configuring based on OS: "solaris2.11" |
528 | 2024-01-15T21:29:14.027Z | + case "$1" in |
529 | 2024-01-15T21:29:14.027Z | + SET_BINARIES= |
530 | 2024-01-15T21:29:14.027Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
531 | 2024-01-15T21:29:14.027Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2024-01-15T21:29:14.027Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2024-01-15T21:29:14.027Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
534 | 2024-01-15T21:29:14.027Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2024-01-15T21:29:14.027Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
536 | 2024-01-15T21:29:14.027Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
537 | 2024-01-15T21:29:14.028Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
538 | 2024-01-15T21:29:14.028Z | Local file: out/downloads/dendrite-stub.tar.gz |
539 | 2024-01-15T21:29:14.028Z | + mkdir -p out/downloads |
540 | 2024-01-15T21:29:14.028Z | + mkdir -p ./out/dendrite-stub |
541 | 2024-01-15T21:29:14.031Z | + fetch_and_verify |
542 | 2024-01-15T21:29:14.031Z | + local DO_DOWNLOAD=true |
543 | 2024-01-15T21:29:14.031Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2024-01-15T21:29:14.031Z | + '[' true == true ']' |
545 | 2024-01-15T21:29:14.031Z | + echo Downloading... |
546 | 2024-01-15T21:29:14.031Z | Downloading... |
547 | 2024-01-15T21:29:14.031Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2024-01-15T21:29:14.031Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
549 | 2024-01-15T21:29:21.986Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2024-01-15T21:29:21.994Z | ++ sha256sum |
551 | 2024-01-15T21:29:21.994Z | ++ awk '{print $1}' |
552 | 2024-01-15T21:29:22.077Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
553 | 2024-01-15T21:29:22.077Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
554 | 2024-01-15T21:29:22.082Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2024-01-15T21:29:22.082Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2024-01-15T21:29:23.174Z | + do_assemble |
557 | 2024-01-15T21:29:23.174Z | + rm -r ./out/dendrite-stub |
558 | 2024-01-15T21:29:23.177Z | + mkdir ./out/dendrite-stub |
559 | 2024-01-15T21:29:23.181Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2024-01-15T21:29:23.349Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2024-01-15T21:29:23.361Z | + set -o errexit |
562 | 2024-01-15T21:29:23.365Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2024-01-15T21:29:23.367Z | ++ cd ./tools |
564 | 2024-01-15T21:29:23.368Z | ++ pwd |
565 | 2024-01-15T21:29:23.368Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2024-01-15T21:29:23.371Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2024-01-15T21:29:23.371Z | + ARG0=ci_download_maghemite_mgd |
568 | 2024-01-15T21:29:23.371Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2024-01-15T21:29:23.371Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
570 | 2024-01-15T21:29:23.371Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
571 | 2024-01-15T21:29:23.371Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2024-01-15T21:29:23.371Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
573 | 2024-01-15T21:29:23.372Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
574 | 2024-01-15T21:29:23.372Z | + TARGET_DIR=out |
575 | 2024-01-15T21:29:23.372Z | + DOWNLOAD_DIR=out/downloads |
576 | 2024-01-15T21:29:23.372Z | + DEST_DIR=./out/mgd |
577 | 2024-01-15T21:29:23.372Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2024-01-15T21:29:23.372Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2024-01-15T21:29:23.372Z | + REPO=oxidecomputer/maghemite |
580 | 2024-01-15T21:29:23.372Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
581 | 2024-01-15T21:29:23.372Z | + main |
582 | 2024-01-15T21:29:23.372Z | + [[ 0 != 0 ]] |
583 | 2024-01-15T21:29:23.372Z | + CIDL_OS=solaris2.11 |
584 | 2024-01-15T21:29:23.372Z | + [[ 0 != 0 ]] |
585 | 2024-01-15T21:29:23.372Z | + configure_os solaris2.11 |
586 | 2024-01-15T21:29:23.372Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2024-01-15T21:29:23.372Z | current directory: /work/oxidecomputer/omicron |
588 | 2024-01-15T21:29:23.372Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2024-01-15T21:29:23.372Z | + case "$1" in |
590 | 2024-01-15T21:29:23.372Z | + SET_BINARIES= |
591 | 2024-01-15T21:29:23.372Z | configuring based on OS: "solaris2.11" |
592 | 2024-01-15T21:29:23.372Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2024-01-15T21:29:23.372Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2024-01-15T21:29:23.373Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
595 | 2024-01-15T21:29:23.373Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2024-01-15T21:29:23.373Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
597 | 2024-01-15T21:29:23.373Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
598 | 2024-01-15T21:29:23.373Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
599 | 2024-01-15T21:29:23.373Z | + mkdir -p out/downloads |
600 | 2024-01-15T21:29:23.373Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-01-15T21:29:23.376Z | + mkdir -p ./out/mgd |
602 | 2024-01-15T21:29:23.377Z | + fetch_and_verify |
603 | 2024-01-15T21:29:23.377Z | + local DO_DOWNLOAD=true |
604 | 2024-01-15T21:29:23.377Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2024-01-15T21:29:23.377Z | + '[' true == true ']' |
606 | 2024-01-15T21:29:23.377Z | + echo Downloading... |
607 | 2024-01-15T21:29:23.377Z | Downloading... |
608 | 2024-01-15T21:29:23.377Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2024-01-15T21:29:23.377Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2024-01-15T21:29:27.648Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2024-01-15T21:29:27.651Z | ++ sha256sum |
612 | 2024-01-15T21:29:27.651Z | ++ awk '{print $1}' |
613 | 2024-01-15T21:29:27.726Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
614 | 2024-01-15T21:29:27.726Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
615 | 2024-01-15T21:29:27.730Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2024-01-15T21:29:27.730Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2024-01-15T21:29:28.379Z | + do_assemble |
618 | 2024-01-15T21:29:28.379Z | + rm -r ./out/mgd |
619 | 2024-01-15T21:29:28.385Z | + mkdir ./out/mgd |
620 | 2024-01-15T21:29:28.388Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2024-01-15T21:29:28.633Z | + set -o errexit |
622 | 2024-01-15T21:29:28.639Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2024-01-15T21:29:28.639Z | ++ cd ./tools |
624 | 2024-01-15T21:29:28.639Z | ++ pwd |
625 | 2024-01-15T21:29:28.639Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2024-01-15T21:29:28.649Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2024-01-15T21:29:28.650Z | + ARG0=ci_download_transceiver_control |
628 | 2024-01-15T21:29:28.650Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2024-01-15T21:29:28.650Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2024-01-15T21:29:28.650Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2024-01-15T21:29:28.650Z | + TARGET_DIR=out |
632 | 2024-01-15T21:29:28.651Z | + DOWNLOAD_DIR=out/downloads |
633 | 2024-01-15T21:29:28.651Z | + DEST_DIR=./out/transceiver-control |
634 | 2024-01-15T21:29:28.651Z | + BIN_DIR=/opt/oxide/bin |
635 | 2024-01-15T21:29:28.651Z | + BINARY=xcvradm |
636 | 2024-01-15T21:29:28.652Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2024-01-15T21:29:28.652Z | + REPO=oxidecomputer/transceiver-control |
638 | 2024-01-15T21:29:28.652Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-01-15T21:29:28.652Z | + main |
640 | 2024-01-15T21:29:28.657Z | + [[ 0 != 0 ]] |
641 | 2024-01-15T21:29:28.657Z | + CIDL_OS=solaris2.11 |
642 | 2024-01-15T21:29:28.657Z | + [[ 0 != 0 ]] |
643 | 2024-01-15T21:29:28.658Z | + configure_os solaris2.11 |
644 | 2024-01-15T21:29:28.658Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2024-01-15T21:29:28.658Z | current directory: /work/oxidecomputer/omicron |
646 | 2024-01-15T21:29:28.658Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2024-01-15T21:29:28.658Z | configuring based on OS: "solaris2.11" |
648 | 2024-01-15T21:29:28.659Z | + case "$1" in |
649 | 2024-01-15T21:29:28.659Z | + SET_BINARIES= |
650 | 2024-01-15T21:29:28.659Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-01-15T21:29:28.659Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2024-01-15T21:29:28.659Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2024-01-15T21:29:28.659Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2024-01-15T21:29:28.659Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2024-01-15T21:29:28.660Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2024-01-15T21:29:28.660Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2024-01-15T21:29:28.660Z | + echo 'Local file: out/downloads/xcvradm.gz' |
658 | 2024-01-15T21:29:28.660Z | Local file: out/downloads/xcvradm.gz |
659 | 2024-01-15T21:29:28.660Z | + mkdir -p out/downloads |
660 | 2024-01-15T21:29:28.661Z | + mkdir -p ./out/transceiver-control |
661 | 2024-01-15T21:29:28.668Z | + fetch_and_verify |
662 | 2024-01-15T21:29:28.669Z | + local DO_DOWNLOAD=true |
663 | 2024-01-15T21:29:28.669Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2024-01-15T21:29:28.669Z | + '[' true == true ']' |
665 | 2024-01-15T21:29:28.669Z | + echo Downloading... |
666 | 2024-01-15T21:29:28.669Z | Downloading... |
667 | 2024-01-15T21:29:28.670Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2024-01-15T21:29:28.670Z | + 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-01-15T21:29:30.399Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2024-01-15T21:29:30.403Z | ++ sha256sum |
671 | 2024-01-15T21:29:30.403Z | ++ awk '{print $1}' |
672 | 2024-01-15T21:29:30.425Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-01-15T21:29:30.425Z | + [[ 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-01-15T21:29:30.428Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2024-01-15T21:29:30.428Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2024-01-15T21:29:30.428Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2024-01-15T21:29:30.610Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2024-01-15T21:29:30.614Z | + do_assemble |
679 | 2024-01-15T21:29:30.614Z | + rm -r ./out/transceiver-control |
680 | 2024-01-15T21:29:30.617Z | + mkdir ./out/transceiver-control |
681 | 2024-01-15T21:29:30.620Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2024-01-15T21:29:30.861Z | All prerequisites installed successfully |
683 | 2024-01-15T21:29:30.864Z | |
684 | 2024-01-15T21:29:30.864Z | real 2:19.525028884 |
685 | 2024-01-15T21:29:30.864Z | user 53.265739230 |
686 | 2024-01-15T21:29:30.864Z | sys 10.114228257 |
687 | 2024-01-15T21:29:30.864Z | trap 0.023482461 |
688 | 2024-01-15T21:29:30.864Z | tflt 0.222907371 |
689 | 2024-01-15T21:29:30.864Z | dflt 0.457913636 |
690 | 2024-01-15T21:29:30.864Z | kflt 0.183562305 |
691 | 2024-01-15T21:29:30.864Z | lock 1.990138038 |
692 | 2024-01-15T21:29:30.864Z | slp 4:16.409114026 |
693 | 2024-01-15T21:29:30.864Z | lat 3.191792063 |
694 | 2024-01-15T21:29:30.864Z | stop 0.071194203 |
695 | 2024-01-15T21:29:30.864Z | + banner end-to-end-tests |
696 | 2024-01-15T21:29:30.871Z | |
697 | 2024-01-15T21:29:30.871Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2024-01-15T21:29:30.871Z | # ## # # # # # # # ## # # # |
699 | 2024-01-15T21:29:30.871Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2024-01-15T21:29:30.872Z | # # # # # # # # # # # # # # # |
701 | 2024-01-15T21:29:30.872Z | # # ## # # # # # # # ## # # |
702 | 2024-01-15T21:29:30.872Z | ###### # # ##### # #### ###### # # ##### |
703 | 2024-01-15T21:29:30.872Z | |
704 | 2024-01-15T21:29:30.872Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2024-01-15T21:29:30.872Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-01-15T21:29:30.872Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2024-01-15T21:29:30.872Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-01-15T21:29:30.872Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-01-15T21:29:30.872Z | + CARGO_INCREMENTAL=0 |
710 | 2024-01-15T21:29:30.872Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2024-01-15T21:29:31.257Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2024-01-15T21:29:31.658Z | Updating crates.io index |
713 | 2024-01-15T21:29:31.661Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2024-01-15T21:29:32.629Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2024-01-15T21:29:34.872Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2024-01-15T21:29:35.541Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2024-01-15T21:29:35.861Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2024-01-15T21:29:36.150Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2024-01-15T21:29:36.444Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2024-01-15T21:29:37.360Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2024-01-15T21:29:39.690Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2024-01-15T21:29:40.879Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2024-01-15T21:29:41.216Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2024-01-15T21:29:41.801Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2024-01-15T21:29:42.208Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
726 | 2024-01-15T21:29:42.506Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2024-01-15T21:29:42.807Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2024-01-15T21:29:43.321Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2024-01-15T21:29:43.721Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2024-01-15T21:29:44.350Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2024-01-15T21:29:44.858Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2024-01-15T21:29:45.225Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2024-01-15T21:29:45.574Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2024-01-15T21:29:46.868Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2024-01-15T21:29:47.230Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2024-01-15T21:29:52.160Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2024-01-15T21:29:52.602Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2024-01-15T21:29:52.901Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2024-01-15T21:29:54.675Z | Downloading crates ... |
740 | 2024-01-15T21:29:54.942Z | Downloaded crypto-common v0.1.6 |
741 | 2024-01-15T21:29:54.946Z | Downloaded adler v1.0.2 |
742 | 2024-01-15T21:29:54.954Z | Downloaded ciborium-io v0.2.1 |
743 | 2024-01-15T21:29:54.958Z | Downloaded base64ct v1.6.0 |
744 | 2024-01-15T21:29:54.967Z | Downloaded colorchoice v1.0.0 |
745 | 2024-01-15T21:29:54.971Z | Downloaded block-buffer v0.10.4 |
746 | 2024-01-15T21:29:54.975Z | Downloaded block-padding v0.3.3 |
747 | 2024-01-15T21:29:54.978Z | Downloaded pkg-config v0.3.27 |
748 | 2024-01-15T21:29:54.981Z | Downloaded cpufeatures v0.2.9 |
749 | 2024-01-15T21:29:54.987Z | Downloaded crucible-workspace-hack v0.1.0 |
750 | 2024-01-15T21:29:54.990Z | Downloaded byteorder v1.5.0 |
751 | 2024-01-15T21:29:54.994Z | Downloaded camino-tempfile v1.1.1 |
752 | 2024-01-15T21:29:54.997Z | Downloaded bcrypt-pbkdf v0.10.0 |
753 | 2024-01-15T21:29:55.002Z | Downloaded atomic-waker v1.1.1 |
754 | 2024-01-15T21:29:55.006Z | Downloaded aes-gcm v0.10.3 |
755 | 2024-01-15T21:29:55.017Z | Downloaded matches v0.1.10 |
756 | 2024-01-15T21:29:55.020Z | Downloaded md5 v0.7.0 |
757 | 2024-01-15T21:29:55.023Z | Downloaded colored v2.0.4 |
758 | 2024-01-15T21:29:55.029Z | Downloaded macaddr v1.0.1 |
759 | 2024-01-15T21:29:55.034Z | Downloaded num v0.4.1 |
760 | 2024-01-15T21:29:55.039Z | Downloaded openssl-probe v0.1.5 |
761 | 2024-01-15T21:29:55.042Z | Downloaded aead v0.5.2 |
762 | 2024-01-15T21:29:55.045Z | Downloaded num-iter v0.1.43 |
763 | 2024-01-15T21:29:55.048Z | Downloaded num-complex v0.4.4 |
764 | 2024-01-15T21:29:55.053Z | Downloaded parking_lot_core v0.9.8 |
765 | 2024-01-15T21:29:55.061Z | Downloaded pretty-hex v0.2.1 |
766 | 2024-01-15T21:29:55.064Z | Downloaded match_cfg v0.1.0 |
767 | 2024-01-15T21:29:55.067Z | Downloaded opaque-debug v0.3.0 |
768 | 2024-01-15T21:29:55.067Z | Downloaded cipher v0.4.4 |
769 | 2024-01-15T21:29:55.070Z | Downloaded normalize-line-endings v0.3.0 |
770 | 2024-01-15T21:29:55.073Z | Downloaded memoffset v0.9.0 |
771 | 2024-01-15T21:29:55.076Z | Downloaded new_debug_unreachable v1.0.4 |
772 | 2024-01-15T21:29:55.079Z | Downloaded console v0.15.8 |
773 | 2024-01-15T21:29:55.083Z | Downloaded num_enum_derive v0.5.11 |
774 | 2024-01-15T21:29:55.086Z | Downloaded difflib v0.4.0 |
775 | 2024-01-15T21:29:55.089Z | Downloaded pretty-hex v0.4.1 |
776 | 2024-01-15T21:29:55.093Z | Downloaded pkcs8 v0.10.2 |
777 | 2024-01-15T21:29:55.099Z | Downloaded headers-core v0.2.0 |
778 | 2024-01-15T21:29:55.102Z | Downloaded pin-utils v0.1.0 |
779 | 2024-01-15T21:29:55.106Z | Downloaded cancel-safe-futures v0.1.5 |
780 | 2024-01-15T21:29:55.110Z | Downloaded pbkdf2 v0.11.0 |
781 | 2024-01-15T21:29:55.115Z | Downloaded password-hash v0.4.2 |
782 | 2024-01-15T21:29:55.121Z | Downloaded primeorder v0.13.6 |
783 | 2024-01-15T21:29:55.124Z | Downloaded predicates v3.0.4 |
784 | 2024-01-15T21:29:55.158Z | Downloaded digest v0.10.7 |
785 | 2024-01-15T21:29:55.161Z | Downloaded parking_lot v0.11.2 |
786 | 2024-01-15T21:29:55.161Z | Downloaded http-range v0.1.5 |
787 | 2024-01-15T21:29:55.161Z | Downloaded whoami v1.4.1 |
788 | 2024-01-15T21:29:55.161Z | Downloaded crc32fast v1.3.2 |
789 | 2024-01-15T21:29:55.161Z | Downloaded toolchain_find v0.2.0 |
790 | 2024-01-15T21:29:55.161Z | Downloaded mime_guess v2.0.4 |
791 | 2024-01-15T21:29:55.161Z | Downloaded parse-display-derive v0.8.2 |
792 | 2024-01-15T21:29:55.161Z | Downloaded polyval v0.6.1 |
793 | 2024-01-15T21:29:55.162Z | Downloaded quote v1.0.35 |
794 | 2024-01-15T21:29:55.165Z | Downloaded tinyvec_macros v0.1.1 |
795 | 2024-01-15T21:29:55.165Z | Downloaded proc-macro-error v1.0.4 |
796 | 2024-01-15T21:29:55.170Z | Downloaded derive_more v0.99.17 |
797 | 2024-01-15T21:29:55.182Z | Downloaded httpdate v1.0.3 |
798 | 2024-01-15T21:29:55.184Z | Downloaded rustls-pemfile v1.0.3 |
799 | 2024-01-15T21:29:55.189Z | Downloaded usdt-attr-macro v0.3.5 |
800 | 2024-01-15T21:29:55.192Z | Downloaded try-lock v0.2.4 |
801 | 2024-01-15T21:29:55.195Z | Downloaded dtrace-parser v0.1.14 |
802 | 2024-01-15T21:29:55.195Z | Downloaded serde_urlencoded v0.7.1 |
803 | 2024-01-15T21:29:55.198Z | Downloaded postcard v1.0.8 |
804 | 2024-01-15T21:29:55.204Z | Downloaded thread-id v4.2.0 |
805 | 2024-01-15T21:29:55.207Z | Downloaded proc-macro2 v1.0.74 |
806 | 2024-01-15T21:29:55.214Z | Downloaded anyhow v1.0.75 |
807 | 2024-01-15T21:29:55.219Z | Downloaded endian-type v0.1.2 |
808 | 2024-01-15T21:29:55.222Z | Downloaded rand_core v0.6.4 |
809 | 2024-01-15T21:29:55.225Z | Downloaded defmt v0.3.5 |
810 | 2024-01-15T21:29:55.230Z | Downloaded serde_tokenstream v0.1.7 |
811 | 2024-01-15T21:29:55.237Z | Downloaded time-core v0.1.1 |
812 | 2024-01-15T21:29:55.240Z | Downloaded tokio-stream v0.1.14 |
813 | 2024-01-15T21:29:55.247Z | Downloaded keccak v0.1.4 |
814 | 2024-01-15T21:29:55.251Z | Downloaded io-lifetimes v1.0.11 |
815 | 2024-01-15T21:29:55.255Z | Downloaded waitgroup v0.1.2 |
816 | 2024-01-15T21:29:55.258Z | Downloaded zone_cfg_derive v0.3.0 |
817 | 2024-01-15T21:29:55.261Z | Downloaded rand v0.8.5 |
818 | 2024-01-15T21:29:55.266Z | Downloaded hubpack v0.1.2 |
819 | 2024-01-15T21:29:55.269Z | Downloaded socket2 v0.4.9 |
820 | 2024-01-15T21:29:55.272Z | Downloaded sha2 v0.10.8 |
821 | 2024-01-15T21:29:55.280Z | Downloaded addr2line v0.21.0 |
822 | 2024-01-15T21:29:55.282Z | Downloaded stringprep v0.1.3 |
823 | 2024-01-15T21:29:55.285Z | Downloaded derive-where v1.2.7 |
824 | 2024-01-15T21:29:55.291Z | Downloaded usdt-macro v0.3.5 |
825 | 2024-01-15T21:29:55.296Z | Downloaded tracing-attributes v0.1.26 |
826 | 2024-01-15T21:29:55.300Z | Downloaded rustls-pki-types v1.1.0 |
827 | 2024-01-15T21:29:55.303Z | Downloaded generic-array v0.14.7 |
828 | 2024-01-15T21:29:55.306Z | Downloaded unicode-xid v0.2.4 |
829 | 2024-01-15T21:29:55.309Z | Downloaded getopts v0.2.21 |
830 | 2024-01-15T21:29:55.312Z | Downloaded backtrace v0.3.69 |
831 | 2024-01-15T21:29:55.319Z | Downloaded futures-core v0.3.30 |
832 | 2024-01-15T21:29:55.323Z | Downloaded form_urlencoded v1.2.1 |
833 | 2024-01-15T21:29:55.326Z | Downloaded same-file v1.0.6 |
834 | 2024-01-15T21:29:55.329Z | Downloaded rustversion v1.0.14 |
835 | 2024-01-15T21:29:55.335Z | Downloaded foreign-types-macros v0.2.3 |
836 | 2024-01-15T21:29:55.340Z | Downloaded equivalent v1.0.1 |
837 | 2024-01-15T21:29:55.340Z | Downloaded tokio-native-tls v0.3.1 |
838 | 2024-01-15T21:29:55.343Z | Downloaded hash32 v0.2.1 |
839 | 2024-01-15T21:29:55.343Z | Downloaded spin v0.5.2 |
840 | 2024-01-15T21:29:55.346Z | Downloaded hyper-rustls v0.24.2 |
841 | 2024-01-15T21:29:55.350Z | Downloaded russh-cryptovec v0.7.0 |
842 | 2024-01-15T21:29:55.353Z | Downloaded futures-executor v0.3.30 |
843 | 2024-01-15T21:29:55.356Z | Downloaded zeroize_derive v1.4.2 |
844 | 2024-01-15T21:29:55.356Z | Downloaded smf v0.2.2 |
845 | 2024-01-15T21:29:55.359Z | Downloaded glob v0.3.1 |
846 | 2024-01-15T21:29:55.362Z | Downloaded darling_core v0.20.3 |
847 | 2024-01-15T21:29:55.369Z | Downloaded kstat-rs v0.2.3 |
848 | 2024-01-15T21:29:55.372Z | Downloaded synstructure v0.12.6 |
849 | 2024-01-15T21:29:55.375Z | Downloaded version_check v0.9.4 |
850 | 2024-01-15T21:29:55.378Z | Downloaded getrandom v0.1.16 |
851 | 2024-01-15T21:29:55.381Z | Downloaded hubpack_derive v0.1.1 |
852 | 2024-01-15T21:29:55.385Z | Downloaded foreign-types-shared v0.3.1 |
853 | 2024-01-15T21:29:55.385Z | Downloaded want v0.3.1 |
854 | 2024-01-15T21:29:55.388Z | Downloaded structopt v0.3.26 |
855 | 2024-01-15T21:29:55.402Z | Downloaded term v0.7.0 |
856 | 2024-01-15T21:29:55.406Z | Downloaded tempfile v3.8.1 |
857 | 2024-01-15T21:29:55.410Z | Downloaded foreign-types-shared v0.1.1 |
858 | 2024-01-15T21:29:55.413Z | Downloaded foreign-types v0.3.2 |
859 | 2024-01-15T21:29:55.416Z | Downloaded strsim v0.8.0 |
860 | 2024-01-15T21:29:55.416Z | Downloaded getrandom v0.2.10 |
861 | 2024-01-15T21:29:55.422Z | Downloaded structopt-derive v0.4.18 |
862 | 2024-01-15T21:29:55.426Z | Downloaded rustls-pemfile v2.0.0 |
863 | 2024-01-15T21:29:55.428Z | Downloaded untrusted v0.9.0 |
864 | 2024-01-15T21:29:55.432Z | Downloaded doc-comment v0.3.3 |
865 | 2024-01-15T21:29:55.435Z | Downloaded slog-async v2.8.0 |
866 | 2024-01-15T21:29:55.435Z | Downloaded base64 v0.21.7 |
867 | 2024-01-15T21:29:55.443Z | Downloaded schemars_derive v0.8.16 |
868 | 2024-01-15T21:29:55.446Z | Downloaded scheduled-thread-pool v0.2.7 |
869 | 2024-01-15T21:29:55.449Z | Downloaded thread_local v1.1.7 |
870 | 2024-01-15T21:29:55.455Z | Downloaded sct v0.7.0 |
871 | 2024-01-15T21:29:55.458Z | Downloaded flagset v0.4.3 |
872 | 2024-01-15T21:29:55.461Z | Downloaded signal-hook-registry v1.4.1 |
873 | 2024-01-15T21:29:55.464Z | Downloaded embedded-io v0.4.0 |
874 | 2024-01-15T21:29:55.467Z | Downloaded zone v0.3.0 |
875 | 2024-01-15T21:29:55.467Z | Downloaded headers v0.3.9 |
876 | 2024-01-15T21:29:55.477Z | Downloaded slog-dtrace v0.2.3 |
877 | 2024-01-15T21:29:55.480Z | Downloaded linear-map v1.2.0 |
878 | 2024-01-15T21:29:55.483Z | Downloaded libsw v3.3.1 |
879 | 2024-01-15T21:29:55.486Z | Downloaded ecdsa v0.16.9 |
880 | 2024-01-15T21:29:55.489Z | Downloaded filetime v0.2.23 |
881 | 2024-01-15T21:29:55.492Z | Downloaded unicase v2.7.0 |
882 | 2024-01-15T21:29:55.495Z | Downloaded sec1 v0.7.3 |
883 | 2024-01-15T21:29:55.498Z | Downloaded is-terminal v0.4.9 |
884 | 2024-01-15T21:29:55.501Z | Downloaded hmac v0.12.1 |
885 | 2024-01-15T21:29:55.503Z | Downloaded serde_yaml v0.9.25 |
886 | 2024-01-15T21:29:55.509Z | Downloaded float-cmp v0.9.0 |
887 | 2024-01-15T21:29:55.515Z | Downloaded semver v0.11.0 |
888 | 2024-01-15T21:29:55.518Z | Downloaded http v0.2.11 |
889 | 2024-01-15T21:29:55.523Z | Downloaded snafu v0.7.5 |
890 | 2024-01-15T21:29:55.534Z | Downloaded static_assertions v1.1.0 |
891 | 2024-01-15T21:29:55.537Z | Downloaded toml v0.5.11 |
892 | 2024-01-15T21:29:55.540Z | Downloaded rand_core v0.5.1 |
893 | 2024-01-15T21:29:55.543Z | Downloaded yasna v0.5.2 |
894 | 2024-01-15T21:29:55.546Z | Downloaded slog v2.7.0 |
895 | 2024-01-15T21:29:55.552Z | Downloaded schemars v0.8.16 |
896 | 2024-01-15T21:29:55.574Z | Downloaded russh-keys v0.40.1 |
897 | 2024-01-15T21:29:55.579Z | Downloaded iana-time-zone v0.1.57 |
898 | 2024-01-15T21:29:55.583Z | Downloaded unsafe-libyaml v0.2.10 |
899 | 2024-01-15T21:29:55.587Z | Downloaded reqwest v0.11.22 |
900 | 2024-01-15T21:29:55.602Z | Downloaded tungstenite v0.20.1 |
901 | 2024-01-15T21:29:55.609Z | Downloaded signature v2.1.0 |
902 | 2024-01-15T21:29:55.613Z | Downloaded similar v2.3.0 |
903 | 2024-01-15T21:29:55.621Z | Downloaded ipnet v2.8.0 |
904 | 2024-01-15T21:29:55.624Z | Downloaded tokio-util v0.7.10 |
905 | 2024-01-15T21:29:55.639Z | Downloaded itertools v0.11.0 |
906 | 2024-01-15T21:29:55.652Z | Downloaded typenum v1.16.0 |
907 | 2024-01-15T21:29:55.657Z | Downloaded zerocopy v0.7.31 |
908 | 2024-01-15T21:29:55.689Z | Downloaded unicode-normalization v0.1.22 |
909 | 2024-01-15T21:29:55.696Z | Downloaded serde_derive v1.0.195 |
910 | 2024-01-15T21:29:55.702Z | Downloaded nom v7.1.3 |
911 | 2024-01-15T21:29:55.713Z | Downloaded ucd-trie v0.1.6 |
912 | 2024-01-15T21:29:55.719Z | Downloaded zip v0.6.6 |
913 | 2024-01-15T21:29:55.724Z | Downloaded h2 v0.3.21 |
914 | 2024-01-15T21:29:55.738Z | Downloaded hashbrown v0.13.2 |
915 | 2024-01-15T21:29:55.747Z | Downloaded libm v0.2.7 |
916 | 2024-01-15T21:29:55.767Z | Downloaded rustls-webpki v0.101.7 |
917 | 2024-01-15T21:29:55.795Z | Downloaded syn v1.0.109 |
918 | 2024-01-15T21:29:55.816Z | Downloaded regex-automata v0.1.10 |
919 | 2024-01-15T21:29:55.827Z | Downloaded syn v2.0.46 |
920 | 2024-01-15T21:29:56.852Z | Downloaded time v0.3.27 |
921 | 2024-01-15T21:29:56.855Z | Downloaded vcpkg v0.2.15 |
922 | 2024-01-15T21:29:56.855Z | Downloaded rustls v0.21.9 |
923 | 2024-01-15T21:29:56.855Z | Downloaded openapiv3 v2.0.0 |
924 | 2024-01-15T21:29:56.855Z | Downloaded rustix v0.37.23 |
925 | 2024-01-15T21:29:56.855Z | Downloaded smoltcp v0.10.0 |
926 | 2024-01-15T21:29:56.855Z | Downloaded regex-syntax v0.8.2 |
927 | 2024-01-15T21:29:56.855Z | Downloaded regress v0.7.1 |
928 | 2024-01-15T21:29:56.855Z | Downloaded sled v0.34.7 |
929 | 2024-01-15T21:29:56.855Z | Downloaded gimli v0.28.0 |
930 | 2024-01-15T21:29:56.855Z | Downloaded tokio v1.35.1 |
931 | 2024-01-15T21:29:56.855Z | Downloaded libc v0.2.152 |
932 | 2024-01-15T21:29:56.855Z | Downloaded sha3 v0.10.8 |
933 | 2024-01-15T21:29:56.855Z | Downloaded diesel v2.1.4 |
934 | 2024-01-15T21:29:56.856Z | Downloaded bstr v1.6.0 |
935 | 2024-01-15T21:29:56.856Z | Downloaded regex v1.10.2 |
936 | 2024-01-15T21:29:56.856Z | Downloaded curve25519-dalek v4.1.1 |
937 | 2024-01-15T21:29:56.856Z | Downloaded webpki-roots v0.25.2 |
938 | 2024-01-15T21:29:56.856Z | Downloaded zerocopy-derive v0.2.0 |
939 | 2024-01-15T21:29:56.856Z | Downloaded idna v0.5.0 |
940 | 2024-01-15T21:29:56.856Z | Downloaded bstr v0.2.17 |
941 | 2024-01-15T21:29:56.856Z | Downloaded zerocopy-derive v0.6.4 |
942 | 2024-01-15T21:29:56.856Z | Downloaded rustix v0.38.25 |
943 | 2024-01-15T21:29:56.856Z | Downloaded zerocopy-derive v0.7.31 |
944 | 2024-01-15T21:29:56.856Z | Downloaded regex-automata v0.3.8 |
945 | 2024-01-15T21:29:56.856Z | Downloaded regex-automata v0.4.3 |
946 | 2024-01-15T21:29:56.856Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
947 | 2024-01-15T21:29:56.856Z | Downloaded regex-syntax v0.7.5 |
948 | 2024-01-15T21:29:56.856Z | Downloaded winnow v0.5.15 |
949 | 2024-01-15T21:29:56.856Z | Downloaded futures-util v0.3.30 |
950 | 2024-01-15T21:29:56.856Z | Downloaded smoltcp v0.9.1 |
951 | 2024-01-15T21:29:56.856Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2024-01-15T21:29:56.856Z | Downloaded clap_builder v4.4.2 |
953 | 2024-01-15T21:29:56.856Z | Downloaded chrono v0.4.31 |
954 | 2024-01-15T21:29:56.856Z | Downloaded itertools v0.10.5 |
955 | 2024-01-15T21:29:56.856Z | Downloaded idna v0.2.3 |
956 | 2024-01-15T21:29:56.856Z | Downloaded serde_with v3.4.0 |
957 | 2024-01-15T21:29:56.856Z | Downloaded winapi v0.3.9 |
958 | 2024-01-15T21:29:56.857Z | Downloaded petgraph v0.6.4 |
959 | 2024-01-15T21:29:56.863Z | Downloaded clap v2.34.0 |
960 | 2024-01-15T21:29:56.875Z | Downloaded radix_trie v0.2.1 |
961 | 2024-01-15T21:29:56.885Z | Downloaded openssl v0.10.60 |
962 | 2024-01-15T21:29:56.902Z | Downloaded encoding_rs v0.8.33 |
963 | 2024-01-15T21:29:56.943Z | Downloaded hashbrown v0.12.3 |
964 | 2024-01-15T21:29:56.950Z | Downloaded http v1.0.0 |
965 | 2024-01-15T21:29:56.957Z | Downloaded russh v0.40.2 |
966 | 2024-01-15T21:29:56.966Z | Downloaded hkdf v0.12.4 |
967 | 2024-01-15T21:29:56.970Z | Downloaded hyper v0.14.27 |
968 | 2024-01-15T21:29:56.984Z | Downloaded elliptic-curve v0.13.8 |
969 | 2024-01-15T21:29:56.991Z | Downloaded serde_json v1.0.111 |
970 | 2024-01-15T21:29:57.007Z | Downloaded rand v0.7.3 |
971 | 2024-01-15T21:29:57.012Z | Downloaded hashbrown v0.14.2 |
972 | 2024-01-15T21:29:57.022Z | Downloaded unicode-bidi v0.3.13 |
973 | 2024-01-15T21:29:57.026Z | Downloaded object v0.32.1 |
974 | 2024-01-15T21:29:57.044Z | Downloaded toml_edit v0.21.0 |
975 | 2024-01-15T21:29:57.084Z | Downloaded unicode-segmentation v1.10.1 |
976 | 2024-01-15T21:29:57.090Z | Downloaded serde v1.0.195 |
977 | 2024-01-15T21:29:57.096Z | Downloaded mio v0.8.9 |
978 | 2024-01-15T21:29:57.105Z | Downloaded crossbeam-channel v0.5.8 |
979 | 2024-01-15T21:29:57.114Z | Downloaded uuid v1.6.1 |
980 | 2024-01-15T21:29:57.121Z | Downloaded itertools v0.12.0 |
981 | 2024-01-15T21:29:57.133Z | Downloaded flate2 v1.0.28 |
982 | 2024-01-15T21:29:57.141Z | Downloaded vsss-rs v3.3.4 |
983 | 2024-01-15T21:29:57.145Z | Downloaded rcgen v0.11.3 |
984 | 2024-01-15T21:29:57.151Z | Downloaded trust-dns-client v0.22.0 |
985 | 2024-01-15T21:29:57.159Z | Downloaded ed25519-dalek v2.0.0 |
986 | 2024-01-15T21:29:57.164Z | Downloaded toml_edit v0.19.15 |
987 | 2024-01-15T21:29:57.224Z | Downloaded heapless v0.7.16 |
988 | 2024-01-15T21:29:57.229Z | Downloaded memchr v2.6.3 |
989 | 2024-01-15T21:29:57.229Z | Downloaded aho-corasick v1.0.4 |
990 | 2024-01-15T21:29:57.229Z | Downloaded socket2 v0.5.5 |
991 | 2024-01-15T21:29:57.229Z | Downloaded utf8parse v0.2.1 |
992 | 2024-01-15T21:29:57.229Z | Downloaded subtle v2.5.0 |
993 | 2024-01-15T21:29:57.229Z | Downloaded slog-bunyan v2.5.0 |
994 | 2024-01-15T21:29:57.235Z | Downloaded toml v0.7.8 |
995 | 2024-01-15T21:29:57.238Z | Downloaded slab v0.4.9 |
996 | 2024-01-15T21:29:57.238Z | Downloaded siphasher v0.3.11 |
997 | 2024-01-15T21:29:57.242Z | Downloaded untrusted v0.7.1 |
998 | 2024-01-15T21:29:57.242Z | Downloaded inout v0.1.3 |
999 | 2024-01-15T21:29:57.245Z | Downloaded dof v0.1.5 |
1000 | 2024-01-15T21:29:57.245Z | Downloaded spki v0.7.2 |
1001 | 2024-01-15T21:29:57.248Z | Downloaded zerocopy v0.6.4 |
1002 | 2024-01-15T21:29:57.251Z | Downloaded semver v1.0.21 |
1003 | 2024-01-15T21:29:57.254Z | Downloaded half v1.8.2 |
1004 | 2024-01-15T21:29:57.258Z | Downloaded futures-task v0.3.30 |
1005 | 2024-01-15T21:29:57.261Z | Downloaded url v2.5.0 |
1006 | 2024-01-15T21:29:57.266Z | Downloaded futures v0.3.30 |
1007 | 2024-01-15T21:29:57.274Z | Downloaded trust-dns-server v0.22.1 |
1008 | 2024-01-15T21:29:57.283Z | Downloaded trust-dns-resolver v0.22.0 |
1009 | 2024-01-15T21:29:57.290Z | Downloaded tracing v0.1.37 |
1010 | 2024-01-15T21:29:57.297Z | Downloaded openssl-sys v0.9.96 |
1011 | 2024-01-15T21:29:57.306Z | Downloaded minimal-lexical v0.2.1 |
1012 | 2024-01-15T21:29:57.314Z | Downloaded vec_map v0.8.2 |
1013 | 2024-01-15T21:29:57.322Z | Downloaded usdt-impl v0.3.5 |
1014 | 2024-01-15T21:29:57.322Z | Downloaded serde_with_macros v3.4.0 |
1015 | 2024-01-15T21:29:57.326Z | Downloaded serde_derive_internals v0.26.0 |
1016 | 2024-01-15T21:29:57.326Z | Downloaded ryu v1.0.15 |
1017 | 2024-01-15T21:29:57.329Z | Downloaded crypto-bigint v0.5.2 |
1018 | 2024-01-15T21:29:57.339Z | Downloaded pest v2.7.2 |
1019 | 2024-01-15T21:29:57.348Z | Downloaded rustls-native-certs v0.6.3 |
1020 | 2024-01-15T21:29:57.352Z | Downloaded fastrand v2.0.0 |
1021 | 2024-01-15T21:29:57.355Z | Downloaded lalrpop-util v0.19.12 |
1022 | 2024-01-15T21:29:57.358Z | Downloaded structmeta v0.2.0 |
1023 | 2024-01-15T21:29:57.358Z | Downloaded strsim v0.10.0 |
1024 | 2024-01-15T21:29:57.361Z | Downloaded unicode-width v0.1.11 |
1025 | 2024-01-15T21:29:57.361Z | Downloaded zeroize v1.7.0 |
1026 | 2024-01-15T21:29:57.364Z | Downloaded secrecy v0.8.0 |
1027 | 2024-01-15T21:29:57.367Z | Downloaded string_cache v0.8.7 |
1028 | 2024-01-15T21:29:57.370Z | Downloaded futures-macro v0.3.30 |
1029 | 2024-01-15T21:29:57.370Z | Downloaded tokio-tungstenite v0.20.1 |
1030 | 2024-01-15T21:29:57.373Z | Downloaded tracing-core v0.1.31 |
1031 | 2024-01-15T21:29:57.377Z | Downloaded indexmap v2.1.0 |
1032 | 2024-01-15T21:29:57.386Z | Downloaded indexmap v1.9.3 |
1033 | 2024-01-15T21:29:57.389Z | Downloaded num-traits v0.2.16 |
1034 | 2024-01-15T21:29:57.393Z | Downloaded rustc_version v0.4.0 |
1035 | 2024-01-15T21:29:57.397Z | Downloaded ipnetwork v0.20.0 |
1036 | 2024-01-15T21:29:57.400Z | Downloaded stable_deref_trait v1.2.0 |
1037 | 2024-01-15T21:29:57.400Z | Downloaded semver-parser v0.10.2 |
1038 | 2024-01-15T21:29:57.404Z | Downloaded futures-sink v0.3.30 |
1039 | 2024-01-15T21:29:57.407Z | Downloaded rfc6979 v0.4.0 |
1040 | 2024-01-15T21:29:57.407Z | Downloaded ghash v0.5.0 |
1041 | 2024-01-15T21:29:57.410Z | Downloaded rustc-demangle v0.1.23 |
1042 | 2024-01-15T21:29:57.416Z | Downloaded ring v0.17.7 |
1043 | 2024-01-15T21:29:57.543Z | Downloaded snafu-derive v0.7.5 |
1044 | 2024-01-15T21:29:57.549Z | Downloaded group v0.13.0 |
1045 | 2024-01-15T21:29:57.549Z | Downloaded sha1 v0.10.6 |
1046 | 2024-01-15T21:29:57.552Z | Downloaded spin v0.9.8 |
1047 | 2024-01-15T21:29:57.555Z | Downloaded slog-term v2.9.0 |
1048 | 2024-01-15T21:29:57.558Z | Downloaded subprocess v0.2.9 |
1049 | 2024-01-15T21:29:57.562Z | Downloaded hex v0.4.3 |
1050 | 2024-01-15T21:29:57.565Z | Downloaded ed25519 v2.2.2 |
1051 | 2024-01-15T21:29:57.569Z | Downloaded num-bigint v0.4.4 |
1052 | 2024-01-15T21:29:57.577Z | Downloaded aes v0.8.3 |
1053 | 2024-01-15T21:29:57.586Z | Downloaded slog-scope v4.4.0 |
1054 | 2024-01-15T21:29:57.589Z | Downloaded serde_tokenstream v0.2.0 |
1055 | 2024-01-15T21:29:57.592Z | Downloaded utf-8 v0.7.6 |
1056 | 2024-01-15T21:29:57.595Z | Downloaded unicode-ident v1.0.12 |
1057 | 2024-01-15T21:29:57.598Z | Downloaded futures-channel v0.3.30 |
1058 | 2024-01-15T21:29:57.601Z | Downloaded ring v0.16.20 |
1059 | 2024-01-15T21:29:57.759Z | Downloaded futures-io v0.3.30 |
1060 | 2024-01-15T21:29:57.762Z | Downloaded hostname v0.3.1 |
1061 | 2024-01-15T21:29:57.762Z | Downloaded lazy_static v1.4.0 |
1062 | 2024-01-15T21:29:57.765Z | Downloaded terminal_size v0.2.6 |
1063 | 2024-01-15T21:29:57.780Z | Downloaded tokio-postgres v0.7.10 |
1064 | 2024-01-15T21:29:57.783Z | Downloaded rustfmt-wrapper v0.2.0 |
1065 | 2024-01-15T21:29:57.783Z | Downloaded xattr v1.0.1 |
1066 | 2024-01-15T21:29:57.783Z | Downloaded smallvec v1.11.2 |
1067 | 2024-01-15T21:29:57.784Z | Downloaded arc-swap v1.6.0 |
1068 | 2024-01-15T21:29:57.789Z | Downloaded cc v1.0.83 |
1069 | 2024-01-15T21:29:57.794Z | Downloaded linked-hash-map v0.5.6 |
1070 | 2024-01-15T21:29:57.798Z | Downloaded chacha20poly1305 v0.10.1 |
1071 | 2024-01-15T21:29:57.801Z | Downloaded slog-stdlog v4.1.1 |
1072 | 2024-01-15T21:29:57.804Z | Downloaded pin-project v1.1.3 |
1073 | 2024-01-15T21:29:57.821Z | Downloaded multer v3.0.0 |
1074 | 2024-01-15T21:29:57.825Z | Downloaded der v0.7.8 |
1075 | 2024-01-15T21:29:57.835Z | Downloaded heck v0.4.1 |
1076 | 2024-01-15T21:29:57.838Z | Downloaded heck v0.3.3 |
1077 | 2024-01-15T21:29:57.842Z | Downloaded libefi-sys v0.1.0 |
1078 | 2024-01-15T21:29:57.842Z | Downloaded zerocopy v0.3.0 |
1079 | 2024-01-15T21:29:57.845Z | Downloaded itoa v1.0.9 |
1080 | 2024-01-15T21:29:57.845Z | Downloaded toml v0.8.8 |
1081 | 2024-01-15T21:29:57.849Z | Downloaded thiserror v1.0.49 |
1082 | 2024-01-15T21:29:57.856Z | Downloaded enum-as-inner v0.5.1 |
1083 | 2024-01-15T21:29:57.859Z | Downloaded dyn-clone v1.0.13 |
1084 | 2024-01-15T21:29:57.862Z | Downloaded tokio-macros v2.2.0 |
1085 | 2024-01-15T21:29:57.866Z | Downloaded p256 v0.13.2 |
1086 | 2024-01-15T21:29:57.869Z | Downloaded fixedbitset v0.4.2 |
1087 | 2024-01-15T21:29:57.873Z | Downloaded errno v0.3.2 |
1088 | 2024-01-15T21:29:57.873Z | Downloaded either v1.9.0 |
1089 | 2024-01-15T21:29:57.876Z | Downloaded fallible-iterator v0.2.0 |
1090 | 2024-01-15T21:29:57.879Z | Downloaded serde_spanned v0.6.4 |
1091 | 2024-01-15T21:29:57.879Z | Downloaded usdt v0.3.5 |
1092 | 2024-01-15T21:29:57.884Z | Downloaded serde_repr v0.1.16 |
1093 | 2024-01-15T21:29:57.884Z | Downloaded strum_macros v0.25.2 |
1094 | 2024-01-15T21:29:57.888Z | Downloaded strum v0.25.0 |
1095 | 2024-01-15T21:29:57.888Z | Downloaded thiserror-impl v1.0.49 |
1096 | 2024-01-15T21:29:57.891Z | Downloaded resolv-conf v0.7.0 |
1097 | 2024-01-15T21:29:57.897Z | Downloaded lock_api v0.4.10 |
1098 | 2024-01-15T21:29:57.900Z | Downloaded crossbeam-epoch v0.9.15 |
1099 | 2024-01-15T21:29:57.901Z | Downloaded const-oid v0.9.5 |
1100 | 2024-01-15T21:29:57.906Z | Downloaded bzip2 v0.4.4 |
1101 | 2024-01-15T21:29:57.909Z | Downloaded http-body v0.4.5 |
1102 | 2024-01-15T21:29:57.909Z | Downloaded owo-colors v3.5.0 |
1103 | 2024-01-15T21:29:57.912Z | Downloaded pest_derive v2.7.2 |
1104 | 2024-01-15T21:29:57.916Z | Downloaded parking_lot v0.12.1 |
1105 | 2024-01-15T21:29:57.922Z | Downloaded ansi_term v0.12.1 |
1106 | 2024-01-15T21:29:57.926Z | Downloaded der_derive v0.7.2 |
1107 | 2024-01-15T21:29:57.926Z | Downloaded tinyvec v1.6.0 |
1108 | 2024-01-15T21:29:57.930Z | Downloaded structmeta-derive v0.2.0 |
1109 | 2024-01-15T21:29:57.935Z | Downloaded password-hash v0.5.0 |
1110 | 2024-01-15T21:29:57.935Z | Downloaded foreign-types v0.5.0 |
1111 | 2024-01-15T21:29:57.940Z | Downloaded scopeguard v1.2.0 |
1112 | 2024-01-15T21:29:57.940Z | Downloaded defmt-macros v0.3.6 |
1113 | 2024-01-15T21:29:57.943Z | Downloaded home v0.5.5 |
1114 | 2024-01-15T21:29:57.949Z | Downloaded serde_path_to_error v0.1.15 |
1115 | 2024-01-15T21:29:57.952Z | Downloaded walkdir v2.4.0 |
1116 | 2024-01-15T21:29:57.952Z | Downloaded universal-hash v0.5.1 |
1117 | 2024-01-15T21:29:57.952Z | Downloaded instant v0.1.12 |
1118 | 2024-01-15T21:29:57.956Z | Downloaded hyper-tls v0.5.0 |
1119 | 2024-01-15T21:29:57.957Z | Downloaded hyper-staticfile v0.9.5 |
1120 | 2024-01-15T21:29:57.961Z | Downloaded toml_datetime v0.6.5 |
1121 | 2024-01-15T21:29:57.961Z | Downloaded platforms v3.0.2 |
1122 | 2024-01-15T21:29:57.964Z | Downloaded hex-literal v0.4.1 |
1123 | 2024-01-15T21:29:57.967Z | Downloaded log v0.4.20 |
1124 | 2024-01-15T21:29:57.970Z | Downloaded httparse v1.8.0 |
1125 | 2024-01-15T21:29:57.973Z | Downloaded ff v0.13.0 |
1126 | 2024-01-15T21:29:57.976Z | Downloaded pin-project-internal v1.1.3 |
1127 | 2024-01-15T21:29:57.977Z | Downloaded diesel_derives v2.1.2 |
1128 | 2024-01-15T21:29:57.983Z | Downloaded fnv v1.0.7 |
1129 | 2024-01-15T21:29:57.987Z | Downloaded pin-project-lite v0.2.13 |
1130 | 2024-01-15T21:29:57.992Z | Downloaded tokio-rustls v0.24.1 |
1131 | 2024-01-15T21:29:57.998Z | Downloaded time-macros v0.2.13 |
1132 | 2024-01-15T21:29:58.007Z | Downloaded pest_generator v2.7.2 |
1133 | 2024-01-15T21:29:58.008Z | Downloaded swrite v0.1.0 |
1134 | 2024-01-15T21:29:58.011Z | Downloaded take_mut v0.2.2 |
1135 | 2024-01-15T21:29:58.011Z | Downloaded parking_lot_core v0.8.6 |
1136 | 2024-01-15T21:29:58.011Z | Downloaded omicron-zone-package v0.9.1 |
1137 | 2024-01-15T21:29:58.011Z | Downloaded num-rational v0.4.1 |
1138 | 2024-01-15T21:29:58.014Z | Downloaded argon2 v0.5.2 |
1139 | 2024-01-15T21:29:58.017Z | Downloaded darling v0.20.3 |
1140 | 2024-01-15T21:29:58.021Z | Downloaded managed v0.8.0 |
1141 | 2024-01-15T21:29:58.024Z | Downloaded async-trait v0.1.77 |
1142 | 2024-01-15T21:29:58.033Z | Downloaded phf v0.11.2 |
1143 | 2024-01-15T21:29:58.036Z | Downloaded crossbeam-utils v0.8.16 |
1144 | 2024-01-15T21:29:58.036Z | Downloaded clap v4.4.3 |
1145 | 2024-01-15T21:29:58.050Z | Downloaded poly1305 v0.8.0 |
1146 | 2024-01-15T21:29:58.057Z | Downloaded percent-encoding v2.3.1 |
1147 | 2024-01-15T21:29:58.072Z | Downloaded slog-json v2.6.1 |
1148 | 2024-01-15T21:29:58.072Z | Downloaded ahash v0.8.6 |
1149 | 2024-01-15T21:29:58.075Z | Downloaded slog-envlogger v2.2.0 |
1150 | 2024-01-15T21:29:58.075Z | Downloaded tower-service v0.3.2 |
1151 | 2024-01-15T21:29:58.076Z | Downloaded anstyle v1.0.2 |
1152 | 2024-01-15T21:29:58.076Z | Downloaded bytes v1.5.0 |
1153 | 2024-01-15T21:29:58.076Z | Downloaded nibble_vec v0.1.0 |
1154 | 2024-01-15T21:29:58.079Z | Downloaded anstyle-parse v0.2.1 |
1155 | 2024-01-15T21:29:58.082Z | Downloaded clap_lex v0.5.1 |
1156 | 2024-01-15T21:29:58.082Z | Downloaded phf_shared v0.11.2 |
1157 | 2024-01-15T21:29:58.086Z | Downloaded quick-error v1.2.3 |
1158 | 2024-01-15T21:29:58.086Z | Downloaded num-derive v0.4.0 |
1159 | 2024-01-15T21:29:58.090Z | Downloaded autocfg v1.1.0 |
1160 | 2024-01-15T21:29:58.090Z | Downloaded anstyle-query v1.0.0 |
1161 | 2024-01-15T21:29:58.094Z | Downloaded md-5 v0.10.5 |
1162 | 2024-01-15T21:29:58.094Z | Downloaded dirs v5.0.1 |
1163 | 2024-01-15T21:29:58.098Z | Downloaded thiserror-no-std v2.0.2 |
1164 | 2024-01-15T21:29:58.104Z | Downloaded backoff v0.4.0 |
1165 | 2024-01-15T21:29:58.107Z | Downloaded dirs-next v2.0.0 |
1166 | 2024-01-15T21:29:58.108Z | Downloaded debug-ignore v1.0.5 |
1167 | 2024-01-15T21:29:58.111Z | Downloaded data-encoding v2.4.0 |
1168 | 2024-01-15T21:29:58.115Z | Downloaded curve25519-dalek-derive v0.1.0 |
1169 | 2024-01-15T21:29:58.115Z | Downloaded thiserror-impl-no-std v2.0.2 |
1170 | 2024-01-15T21:29:58.118Z | Downloaded num_cpus v1.16.0 |
1171 | 2024-01-15T21:29:58.122Z | Downloaded rand_chacha v0.2.2 |
1172 | 2024-01-15T21:29:58.122Z | Downloaded ppv-lite86 v0.2.17 |
1173 | 2024-01-15T21:29:58.126Z | Downloaded base16ct v0.2.0 |
1174 | 2024-01-15T21:29:58.126Z | Downloaded ciborium-ll v0.2.1 |
1175 | 2024-01-15T21:29:58.129Z | Downloaded paste v1.0.14 |
1176 | 2024-01-15T21:29:58.135Z | Downloaded num_enum v0.5.11 |
1177 | 2024-01-15T21:29:58.140Z | Downloaded deranged v0.3.8 |
1178 | 2024-01-15T21:29:58.143Z | Downloaded blowfish v0.9.1 |
1179 | 2024-01-15T21:29:58.147Z | Downloaded proc-macro-crate v1.3.1 |
1180 | 2024-01-15T21:29:58.147Z | Downloaded predicates-core v1.0.6 |
1181 | 2024-01-15T21:29:58.151Z | Downloaded pbkdf2 v0.12.2 |
1182 | 2024-01-15T21:29:58.151Z | Downloaded bit-vec v0.6.3 |
1183 | 2024-01-15T21:29:58.166Z | Downloaded pem v3.0.2 |
1184 | 2024-01-15T21:29:58.166Z | Downloaded fxhash v0.2.1 |
1185 | 2024-01-15T21:29:58.170Z | Downloaded proc-macro-error-attr v1.0.4 |
1186 | 2024-01-15T21:29:58.170Z | Downloaded async-stream v0.3.5 |
1187 | 2024-01-15T21:29:58.170Z | Downloaded pest_meta v2.7.2 |
1188 | 2024-01-15T21:29:58.170Z | Downloaded textwrap v0.11.0 |
1189 | 2024-01-15T21:29:58.170Z | Downloaded once_cell v1.19.0 |
1190 | 2024-01-15T21:29:58.173Z | Downloaded phf_shared v0.10.0 |
1191 | 2024-01-15T21:29:58.173Z | Downloaded num-integer v0.1.45 |
1192 | 2024-01-15T21:29:58.178Z | Downloaded r2d2 v0.8.10 |
1193 | 2024-01-15T21:29:58.178Z | Downloaded cbc v0.1.2 |
1194 | 2024-01-15T21:29:58.182Z | Downloaded ident_case v1.0.1 |
1195 | 2024-01-15T21:29:58.182Z | Downloaded num_threads v0.1.6 |
1196 | 2024-01-15T21:29:58.185Z | Downloaded atty v0.2.14 |
1197 | 2024-01-15T21:29:58.185Z | Downloaded openssl-macros v0.1.1 |
1198 | 2024-01-15T21:29:58.186Z | Downloaded display-error-chain v0.2.0 |
1199 | 2024-01-15T21:29:58.190Z | Downloaded darling_macro v0.20.3 |
1200 | 2024-01-15T21:29:58.190Z | Downloaded option-ext v0.2.0 |
1201 | 2024-01-15T21:29:58.190Z | Downloaded postgres-types v0.2.6 |
1202 | 2024-01-15T21:29:58.193Z | Downloaded precomputed-hash v0.1.1 |
1203 | 2024-01-15T21:29:58.197Z | Downloaded postgres-protocol v0.6.6 |
1204 | 2024-01-15T21:29:58.198Z | Downloaded async-stream-impl v0.3.5 |
1205 | 2024-01-15T21:29:58.198Z | Downloaded pem-rfc7468 v0.7.0 |
1206 | 2024-01-15T21:29:58.201Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1207 | 2024-01-15T21:29:58.204Z | Downloaded cstr-argument v0.1.2 |
1208 | 2024-01-15T21:29:58.205Z | Downloaded anstream v0.5.0 |
1209 | 2024-01-15T21:29:58.210Z | Downloaded lru-cache v0.1.2 |
1210 | 2024-01-15T21:29:58.210Z | Downloaded clap_derive v4.4.2 |
1211 | 2024-01-15T21:29:58.213Z | Downloaded mime v0.3.17 |
1212 | 2024-01-15T21:29:58.216Z | Downloaded ciborium v0.2.1 |
1213 | 2024-01-15T21:29:58.220Z | Downloaded atomicwrites v0.4.3 |
1214 | 2024-01-15T21:29:58.220Z | Downloaded ctr v0.9.2 |
1215 | 2024-01-15T21:29:58.257Z | Downloaded convert_case v0.4.0 |
1216 | 2024-01-15T21:29:58.261Z | Downloaded cfg-if v1.0.0 |
1217 | 2024-01-15T21:29:58.261Z | Downloaded cobs v0.2.3 |
1218 | 2024-01-15T21:29:58.261Z | Downloaded blake2 v0.10.6 |
1219 | 2024-01-15T21:29:58.261Z | Downloaded bitflags v2.4.0 |
1220 | 2024-01-15T21:29:58.261Z | Downloaded chacha20 v0.9.1 |
1221 | 2024-01-15T21:29:58.261Z | Downloaded camino v1.1.6 |
1222 | 2024-01-15T21:29:58.261Z | Downloaded tar v0.4.40 |
1223 | 2024-01-15T21:29:58.261Z | Downloaded rand_chacha v0.3.1 |
1224 | 2024-01-15T21:29:58.261Z | Downloaded miniz_oxide v0.7.1 |
1225 | 2024-01-15T21:29:58.261Z | Downloaded defmt-parser v0.3.3 |
1226 | 2024-01-15T21:29:58.261Z | Downloaded bitflags v1.3.2 |
1227 | 2024-01-15T21:29:58.261Z | Downloaded bit-set v0.5.3 |
1228 | 2024-01-15T21:29:58.265Z | Downloaded dirs-sys v0.4.1 |
1229 | 2024-01-15T21:29:58.265Z | Downloaded parse-display v0.8.2 |
1230 | 2024-01-15T21:29:58.271Z | Downloaded native-tls v0.2.11 |
1231 | 2024-01-15T21:29:58.271Z | Downloaded dirs-sys-next v0.1.2 |
1232 | 2024-01-15T21:29:58.689Z | Compiling proc-macro2 v1.0.74 |
1233 | 2024-01-15T21:29:58.692Z | Compiling unicode-ident v1.0.12 |
1234 | 2024-01-15T21:29:58.692Z | Compiling libc v0.2.152 |
1235 | 2024-01-15T21:29:58.692Z | Compiling serde v1.0.195 |
1236 | 2024-01-15T21:29:58.692Z | Compiling autocfg v1.1.0 |
1237 | 2024-01-15T21:29:58.692Z | Compiling version_check v0.9.4 |
1238 | 2024-01-15T21:29:58.706Z | Compiling cfg-if v1.0.0 |
1239 | 2024-01-15T21:29:58.912Z | Compiling syn v1.0.109 |
1240 | 2024-01-15T21:29:58.941Z | Compiling typenum v1.16.0 |
1241 | 2024-01-15T21:29:59.056Z | Compiling parking_lot_core v0.9.8 |
1242 | 2024-01-15T21:29:59.907Z | Compiling generic-array v0.14.7 |
1243 | 2024-01-15T21:30:00.048Z | Compiling lock_api v0.4.10 |
1244 | 2024-01-15T21:30:00.322Z | Compiling libm v0.2.7 |
1245 | 2024-01-15T21:30:00.376Z | Compiling once_cell v1.19.0 |
1246 | 2024-01-15T21:30:00.399Z | Compiling num-traits v0.2.16 |
1247 | 2024-01-15T21:30:00.485Z | Compiling thiserror v1.0.49 |
1248 | 2024-01-15T21:30:00.506Z | Compiling serde_json v1.0.111 |
1249 | 2024-01-15T21:30:00.819Z | Compiling slab v0.4.9 |
1250 | 2024-01-15T21:30:00.845Z | Compiling memchr v2.6.3 |
1251 | 2024-01-15T21:30:01.031Z | Compiling itoa v1.0.9 |
1252 | 2024-01-15T21:30:01.387Z | Compiling scopeguard v1.2.0 |
1253 | 2024-01-15T21:30:01.559Z | Compiling pkg-config v0.3.27 |
1254 | 2024-01-15T21:30:02.013Z | Compiling quote v1.0.35 |
1255 | 2024-01-15T21:30:03.227Z | Compiling syn v2.0.46 |
1256 | 2024-01-15T21:30:03.292Z | Compiling getrandom v0.2.10 |
1257 | 2024-01-15T21:30:03.434Z | Compiling cc v1.0.83 |
1258 | 2024-01-15T21:30:03.955Z | Compiling rand_core v0.6.4 |
1259 | 2024-01-15T21:30:04.067Z | Compiling byteorder v1.5.0 |
1260 | 2024-01-15T21:30:04.553Z | Compiling heck v0.4.1 |
1261 | 2024-01-15T21:30:04.761Z | Compiling log v0.4.20 |
1262 | 2024-01-15T21:30:04.795Z | Compiling ryu v1.0.15 |
1263 | 2024-01-15T21:30:05.292Z | Compiling subtle v2.5.0 |
1264 | 2024-01-15T21:30:05.597Z | Compiling smallvec v1.11.2 |
1265 | 2024-01-15T21:30:05.703Z | Compiling schemars v0.8.16 |
1266 | 2024-01-15T21:30:05.813Z | Compiling vcpkg v0.2.15 |
1267 | 2024-01-15T21:30:06.225Z | Compiling semver v1.0.21 |
1268 | 2024-01-15T21:30:06.529Z | Compiling httparse v1.8.0 |
1269 | 2024-01-15T21:30:07.296Z | Compiling indexmap v1.9.3 |
1270 | 2024-01-15T21:30:07.509Z | Compiling equivalent v1.0.1 |
1271 | 2024-01-15T21:30:07.674Z | Compiling hashbrown v0.14.2 |
1272 | 2024-01-15T21:30:07.744Z | Compiling pin-project-lite v0.2.13 |
1273 | 2024-01-15T21:30:07.922Z | Compiling const-oid v0.9.5 |
1274 | 2024-01-15T21:30:08.607Z | Compiling ring v0.17.7 |
1275 | 2024-01-15T21:30:08.951Z | Compiling ring v0.16.20 |
1276 | 2024-01-15T21:30:09.749Z | Compiling openssl-sys v0.9.96 |
1277 | 2024-01-15T21:30:09.826Z | Compiling parking_lot v0.12.1 |
1278 | 2024-01-15T21:30:10.665Z | Compiling ahash v0.8.6 |
1279 | 2024-01-15T21:30:10.887Z | Compiling fnv v1.0.7 |
1280 | 2024-01-15T21:30:11.550Z | Compiling openssl v0.10.60 |
1281 | 2024-01-15T21:30:11.634Z | Compiling ucd-trie v0.1.6 |
1282 | 2024-01-15T21:30:12.184Z | Compiling rustls v0.21.9 |
1283 | 2024-01-15T21:30:12.402Z | Compiling iana-time-zone v0.1.57 |
1284 | 2024-01-15T21:30:12.592Z | Compiling native-tls v0.2.11 |
1285 | 2024-01-15T21:30:12.636Z | Compiling mio v0.8.9 |
1286 | 2024-01-15T21:30:13.091Z | Compiling socket2 v0.5.5 |
1287 | 2024-01-15T21:30:13.113Z | Compiling signal-hook-registry v1.4.1 |
1288 | 2024-01-15T21:30:13.663Z | Compiling num_cpus v1.16.0 |
1289 | 2024-01-15T21:30:13.845Z | Compiling futures-core v0.3.30 |
1290 | 2024-01-15T21:30:14.181Z | Compiling spin v0.5.2 |
1291 | 2024-01-15T21:30:14.787Z | Compiling dyn-clone v1.0.13 |
1292 | 2024-01-15T21:30:14.877Z | Compiling futures-sink v0.3.30 |
1293 | 2024-01-15T21:30:15.081Z | Compiling async-trait v0.1.77 |
1294 | 2024-01-15T21:30:15.109Z | Compiling aho-corasick v1.0.4 |
1295 | 2024-01-15T21:30:15.892Z | Compiling serde_derive_internals v0.26.0 |
1296 | 2024-01-15T21:30:16.426Z | Compiling tinyvec_macros v0.1.1 |
1297 | 2024-01-15T21:30:16.546Z | Compiling rustix v0.38.25 |
1298 | 2024-01-15T21:30:16.568Z | Compiling regex-syntax v0.8.2 |
1299 | 2024-01-15T21:30:16.618Z | Compiling tinyvec v1.6.0 |
1300 | 2024-01-15T21:30:17.237Z | Compiling futures-channel v0.3.30 |
1301 | 2024-01-15T21:30:17.694Z | Compiling backtrace v0.3.69 |
1302 | 2024-01-15T21:30:18.371Z | Compiling futures-task v0.3.30 |
1303 | 2024-01-15T21:30:18.845Z | Compiling pin-utils v0.1.0 |
1304 | 2024-01-15T21:30:18.982Z | Compiling winnow v0.5.15 |
1305 | 2024-01-15T21:30:19.377Z | Compiling futures-io v0.3.30 |
1306 | 2024-01-15T21:30:19.480Z | Compiling unicode-normalization v0.1.22 |
1307 | 2024-01-15T21:30:19.877Z | Compiling spin v0.9.8 |
1308 | 2024-01-15T21:30:20.524Z | Compiling tracing-core v0.1.31 |
1309 | 2024-01-15T21:30:21.341Z | Compiling cpufeatures v0.2.9 |
1310 | 2024-01-15T21:30:21.492Z | Compiling unicode-bidi v0.3.13 |
1311 | 2024-01-15T21:30:23.106Z | Compiling regex-automata v0.4.3 |
1312 | 2024-01-15T21:30:24.282Z | Compiling crc32fast v1.3.2 |
1313 | 2024-01-15T21:30:24.320Z | Compiling anyhow v1.0.75 |
1314 | 2024-01-15T21:30:25.455Z | Compiling time-core v0.1.1 |
1315 | 2024-01-15T21:30:25.697Z | Compiling base64 v0.21.7 |
1316 | 2024-01-15T21:30:25.871Z | Compiling time-macros v0.2.13 |
1317 | 2024-01-15T21:30:27.051Z | Compiling num-integer v0.1.45 |
1318 | 2024-01-15T21:30:27.521Z | Compiling unicode-xid v0.2.4 |
1319 | 2024-01-15T21:30:27.780Z | Compiling unicode-width v0.1.11 |
1320 | 2024-01-15T21:30:27.997Z | Compiling untrusted v0.9.0 |
1321 | 2024-01-15T21:30:28.279Z | Compiling slog v2.7.0 |
1322 | 2024-01-15T21:30:28.548Z | Compiling serde_derive v1.0.195 |
1323 | 2024-01-15T21:30:28.944Z | Compiling zeroize_derive v1.4.2 |
1324 | 2024-01-15T21:30:29.021Z | Compiling thiserror-impl v1.0.49 |
1325 | 2024-01-15T21:30:29.084Z | Compiling tokio-macros v2.2.0 |
1326 | 2024-01-15T21:30:29.683Z | Compiling futures-macro v0.3.30 |
1327 | 2024-01-15T21:30:31.391Z | Compiling tracing-attributes v0.1.26 |
1328 | 2024-01-15T21:30:31.835Z | Compiling zeroize v1.7.0 |
1329 | 2024-01-15T21:30:31.857Z | Compiling schemars_derive v0.8.16 |
1330 | 2024-01-15T21:30:32.096Z | Compiling zerocopy-derive v0.7.31 |
1331 | 2024-01-15T21:30:33.601Z | Compiling openssl-macros v0.1.1 |
1332 | 2024-01-15T21:30:34.900Z | Compiling crypto-common v0.1.6 |
1333 | 2024-01-15T21:30:35.003Z | Compiling block-buffer v0.10.4 |
1334 | 2024-01-15T21:30:35.175Z | Compiling pest v2.7.2 |
1335 | 2024-01-15T21:30:35.440Z | Compiling digest v0.10.7 |
1336 | 2024-01-15T21:30:36.171Z | Compiling futures-util v0.3.30 |
1337 | 2024-01-15T21:30:36.292Z | Compiling zerocopy v0.7.31 |
1338 | 2024-01-15T21:30:38.040Z | Compiling regex v1.10.2 |
1339 | 2024-01-15T21:30:38.347Z | Compiling tracing v0.1.37 |
1340 | 2024-01-15T21:30:39.985Z | Compiling hashbrown v0.13.2 |
1341 | 2024-01-15T21:30:40.069Z | Compiling der_derive v0.7.2 |
1342 | 2024-01-15T21:30:40.342Z | Compiling untrusted v0.7.1 |
1343 | 2024-01-15T21:30:40.658Z | Compiling percent-encoding v2.3.1 |
1344 | 2024-01-15T21:30:41.028Z | Compiling openssl-probe v0.1.5 |
1345 | 2024-01-15T21:30:41.308Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-01-15T21:30:41.468Z | Compiling hashbrown v0.12.3 |
1347 | 2024-01-15T21:30:41.580Z | Compiling foreign-types v0.3.2 |
1348 | 2024-01-15T21:30:41.903Z | Compiling synstructure v0.12.6 |
1349 | 2024-01-15T21:30:45.175Z | Compiling errno v0.3.2 |
1350 | 2024-01-15T21:30:45.511Z | Compiling ppv-lite86 v0.2.17 |
1351 | 2024-01-15T21:30:46.541Z | Compiling try-lock v0.2.4 |
1352 | 2024-01-15T21:30:46.755Z | Compiling want v0.3.1 |
1353 | 2024-01-15T21:30:47.204Z | Compiling zerocopy-derive v0.2.0 |
1354 | 2024-01-15T21:30:47.340Z | Compiling rustls-webpki v0.101.7 |
1355 | 2024-01-15T21:30:48.006Z | Compiling sct v0.7.0 |
1356 | 2024-01-15T21:30:48.200Z | Compiling form_urlencoded v1.2.1 |
1357 | 2024-01-15T21:30:48.472Z | Compiling pest_meta v2.7.2 |
1358 | 2024-01-15T21:30:48.664Z | Compiling socket2 v0.4.9 |
1359 | 2024-01-15T21:30:50.618Z | Compiling tower-service v0.3.2 |
1360 | 2024-01-15T21:30:50.679Z | Compiling httpdate v1.0.3 |
1361 | 2024-01-15T21:30:50.718Z | Compiling io-lifetimes v1.0.11 |
1362 | 2024-01-15T21:30:51.138Z | Compiling pest_generator v2.7.2 |
1363 | 2024-01-15T21:30:52.341Z | Compiling rustls-pemfile v1.0.3 |
1364 | 2024-01-15T21:30:52.915Z | Compiling idna v0.5.0 |
1365 | 2024-01-15T21:30:53.714Z | Compiling lazy_static v1.4.0 |
1366 | 2024-01-15T21:30:53.946Z | Compiling adler v1.0.2 |
1367 | 2024-01-15T21:30:54.290Z | Compiling bytes v1.5.0 |
1368 | 2024-01-15T21:30:55.100Z | Compiling indexmap v2.1.0 |
1369 | 2024-01-15T21:30:55.772Z | Compiling chrono v0.4.31 |
1370 | 2024-01-15T21:30:56.035Z | Compiling uuid v1.6.1 |
1371 | 2024-01-15T21:30:56.506Z | Compiling tokio v1.35.1 |
1372 | 2024-01-15T21:30:56.943Z | Compiling http v0.2.11 |
1373 | 2024-01-15T21:30:57.180Z | Compiling rustc_version v0.4.0 |
1374 | 2024-01-15T21:30:58.428Z | Compiling toml_datetime v0.6.5 |
1375 | 2024-01-15T21:30:58.792Z | Compiling serde_spanned v0.6.4 |
1376 | 2024-01-15T21:30:59.135Z | Compiling bitflags v2.4.0 |
1377 | 2024-01-15T21:30:59.804Z | Compiling toml_edit v0.19.15 |
1378 | 2024-01-15T21:31:02.528Z | Compiling http-body v0.4.5 |
1379 | 2024-01-15T21:31:03.178Z | Compiling heapless v0.7.16 |
1380 | 2024-01-15T21:31:03.816Z | Compiling openapiv3 v2.0.0 |
1381 | 2024-01-15T21:31:04.574Z | Compiling crossbeam-utils v0.8.16 |
1382 | 2024-01-15T21:31:06.601Z | Compiling pest_derive v2.7.2 |
1383 | 2024-01-15T21:31:08.515Z | Compiling url v2.5.0 |
1384 | 2024-01-15T21:31:10.124Z | Compiling tokio-util v0.7.10 |
1385 | 2024-01-15T21:31:12.537Z | Compiling h2 v0.3.21 |
1386 | 2024-01-15T21:31:12.833Z | Compiling tokio-native-tls v0.3.1 |
1387 | 2024-01-15T21:31:12.860Z | Compiling tokio-rustls v0.24.1 |
1388 | 2024-01-15T21:31:13.146Z | Compiling miniz_oxide v0.7.1 |
1389 | 2024-01-15T21:31:13.509Z | Compiling rustls-native-certs v0.6.3 |
1390 | 2024-01-15T21:31:13.764Z | Compiling rand_chacha v0.3.1 |
1391 | 2024-01-15T21:31:14.160Z | Compiling usdt-impl v0.3.5 |
1392 | 2024-01-15T21:31:15.218Z | Compiling ipnet v2.8.0 |
1393 | 2024-01-15T21:31:15.813Z | Compiling rustix v0.37.23 |
1394 | 2024-01-15T21:31:15.991Z | Compiling rand v0.8.5 |
1395 | 2024-01-15T21:31:16.830Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-01-15T21:31:17.288Z | Compiling encoding_rs v0.8.33 |
1397 | 2024-01-15T21:31:17.357Z | Compiling webpki-roots v0.25.2 |
1398 | 2024-01-15T21:31:17.441Z | Compiling mime v0.3.17 |
1399 | 2024-01-15T21:31:17.596Z | Compiling gimli v0.28.0 |
1400 | 2024-01-15T21:31:19.752Z | Compiling zerocopy v0.3.0 |
1401 | 2024-01-15T21:31:21.464Z | Compiling object v0.32.1 |
1402 | 2024-01-15T21:31:22.554Z | Compiling num-bigint v0.4.4 |
1403 | 2024-01-15T21:31:22.959Z | Compiling rustc-demangle v0.1.23 |
1404 | 2024-01-15T21:31:23.259Z | Compiling dof v0.1.5 |
1405 | 2024-01-15T21:31:23.863Z | Compiling hyper v0.14.27 |
1406 | 2024-01-15T21:31:23.909Z | Compiling flate2 v1.0.28 |
1407 | 2024-01-15T21:31:24.564Z | Compiling addr2line v0.21.0 |
1408 | 2024-01-15T21:31:25.019Z | Compiling dtrace-parser v0.1.14 |
1409 | 2024-01-15T21:31:25.522Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2024-01-15T21:31:25.619Z | Compiling thread-id v4.2.0 |
1411 | 2024-01-15T21:31:25.989Z | Compiling rustversion v1.0.14 |
1412 | 2024-01-15T21:31:27.147Z | Compiling toml v0.7.8 |
1413 | 2024-01-15T21:31:27.577Z | Compiling toml_edit v0.21.0 |
1414 | 2024-01-15T21:31:28.481Z | Compiling hex v0.4.3 |
1415 | 2024-01-15T21:31:29.199Z | Compiling serde_tokenstream v0.2.0 |
1416 | 2024-01-15T21:31:29.492Z | Compiling serde_tokenstream v0.1.7 |
1417 | 2024-01-15T21:31:30.024Z | Compiling memoffset v0.9.0 |
1418 | 2024-01-15T21:31:30.046Z | Compiling strsim v0.10.0 |
1419 | 2024-01-15T21:31:30.313Z | Compiling base64ct v1.6.0 |
1420 | 2024-01-15T21:31:31.376Z | Compiling regress v0.7.1 |
1421 | 2024-01-15T21:31:33.620Z | Compiling bitflags v1.3.2 |
1422 | 2024-01-15T21:31:33.767Z | Compiling smoltcp v0.9.1 |
1423 | 2024-01-15T21:31:34.147Z | Compiling doc-comment v0.3.3 |
1424 | 2024-01-15T21:31:34.897Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1425 | 2024-01-15T21:31:35.770Z | Compiling hyper-rustls v0.24.2 |
1426 | 2024-01-15T21:31:36.122Z | Compiling hyper-tls v0.5.0 |
1427 | 2024-01-15T21:31:36.648Z | Compiling reqwest v0.11.22 |
1428 | 2024-01-15T21:31:36.686Z | Compiling pem-rfc7468 v0.7.0 |
1429 | 2024-01-15T21:31:36.960Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1430 | 2024-01-15T21:31:37.900Z | Compiling strum_macros v0.25.2 |
1431 | 2024-01-15T21:31:38.002Z | Compiling usdt-macro v0.3.5 |
1432 | 2024-01-15T21:31:38.670Z | Compiling usdt-attr-macro v0.3.5 |
1433 | 2024-01-15T21:31:40.109Z | Compiling hmac v0.12.1 |
1434 | 2024-01-15T21:31:41.086Z | Compiling enum-as-inner v0.5.1 |
1435 | 2024-01-15T21:31:41.146Z | Compiling crossbeam-epoch v0.9.15 |
1436 | 2024-01-15T21:31:41.909Z | Compiling num-iter v0.1.43 |
1437 | 2024-01-15T21:31:42.351Z | Compiling unicode-segmentation v1.10.1 |
1438 | 2024-01-15T21:31:42.797Z | Compiling siphasher v0.3.11 |
1439 | 2024-01-15T21:31:43.051Z | Compiling flagset v0.4.3 |
1440 | 2024-01-15T21:31:43.360Z | Compiling der v0.7.8 |
1441 | 2024-01-15T21:31:44.290Z | Compiling hubpack_derive v0.1.1 |
1442 | 2024-01-15T21:31:44.825Z | Compiling pin-project-internal v1.1.3 |
1443 | 2024-01-15T21:31:44.976Z | Compiling zerocopy-derive v0.6.4 |
1444 | 2024-01-15T21:31:46.466Z | Compiling deranged v0.3.8 |
1445 | 2024-01-15T21:31:48.792Z | Compiling anstyle v1.0.2 |
1446 | 2024-01-15T21:31:49.080Z | Compiling num_threads v0.1.6 |
1447 | 2024-01-15T21:31:49.130Z | Compiling utf8parse v0.2.1 |
1448 | 2024-01-15T21:31:49.529Z | Compiling time v0.3.27 |
1449 | 2024-01-15T21:31:49.778Z | Compiling anstyle-parse v0.2.1 |
1450 | 2024-01-15T21:31:50.127Z | Compiling sha2 v0.10.8 |
1451 | 2024-01-15T21:31:50.291Z | Compiling spki v0.7.2 |
1452 | 2024-01-15T21:31:52.584Z | Compiling md-5 v0.10.5 |
1453 | 2024-01-15T21:31:53.429Z | Compiling block-padding v0.3.3 |
1454 | 2024-01-15T21:31:53.894Z | Compiling clap_derive v4.4.2 |
1455 | 2024-01-15T21:31:54.190Z | Compiling stringprep v0.1.3 |
1456 | 2024-01-15T21:31:55.783Z | Compiling diesel_table_macro_syntax v0.1.0 |
1457 | 2024-01-15T21:31:55.802Z | Compiling hash32 v0.2.1 |
1458 | 2024-01-15T21:31:55.950Z | Compiling fallible-iterator v0.2.0 |
1459 | 2024-01-15T21:31:56.444Z | Compiling either v1.9.0 |
1460 | 2024-01-15T21:31:56.874Z | Compiling anstyle-query v1.0.0 |
1461 | 2024-01-15T21:31:56.975Z | Compiling colorchoice v1.0.0 |
1462 | 2024-01-15T21:31:57.141Z | Compiling stable_deref_trait v1.2.0 |
1463 | 2024-01-15T21:31:57.247Z | Compiling anstream v0.5.0 |
1464 | 2024-01-15T21:31:57.809Z | Compiling postgres-protocol v0.6.6 |
1465 | 2024-01-15T21:31:58.741Z | Compiling diesel_derives v2.1.2 |
1466 | 2024-01-15T21:31:59.994Z | Compiling terminal_size v0.2.6 |
1467 | 2024-01-15T21:32:00.125Z | Compiling inout v0.1.3 |
1468 | 2024-01-15T21:32:00.570Z | Compiling pkcs8 v0.10.2 |
1469 | 2024-01-15T21:32:00.807Z | Compiling phf_shared v0.11.2 |
1470 | 2024-01-15T21:32:02.680Z | Compiling ff v0.13.0 |
1471 | 2024-01-15T21:32:02.858Z | Compiling snafu-derive v0.7.5 |
1472 | 2024-01-15T21:32:03.028Z | Compiling serde_repr v0.1.16 |
1473 | 2024-01-15T21:32:03.051Z | Compiling scheduled-thread-pool v0.2.7 |
1474 | 2024-01-15T21:32:04.368Z | Compiling managed v0.8.0 |
1475 | 2024-01-15T21:32:04.523Z | Compiling regex-automata v0.1.10 |
1476 | 2024-01-15T21:32:05.001Z | Compiling bit-vec v0.6.3 |
1477 | 2024-01-15T21:32:05.105Z | Compiling matches v0.1.10 |
1478 | 2024-01-15T21:32:05.432Z | Compiling clap_lex v0.5.1 |
1479 | 2024-01-15T21:32:05.563Z | Compiling base16ct v0.2.0 |
1480 | 2024-01-15T21:32:05.745Z | Compiling idna v0.2.3 |
1481 | 2024-01-15T21:32:06.066Z | Compiling sec1 v0.7.3 |
1482 | 2024-01-15T21:32:06.279Z | Compiling clap_builder v4.4.2 |
1483 | 2024-01-15T21:32:07.119Z | Compiling bstr v0.2.17 |
1484 | 2024-01-15T21:32:08.954Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1485 | 2024-01-15T21:32:13.139Z | Compiling r2d2 v0.8.10 |
1486 | 2024-01-15T21:32:14.231Z | Compiling group v0.13.0 |
1487 | 2024-01-15T21:32:17.935Z | Compiling phf v0.11.2 |
1488 | 2024-01-15T21:32:18.024Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1489 | 2024-01-15T21:32:18.225Z | Compiling cipher v0.4.4 |
1490 | 2024-01-15T21:32:18.393Z | Compiling bzip2 v0.4.4 |
1491 | 2024-01-15T21:32:19.008Z | Compiling postgres-types v0.2.6 |
1492 | 2024-01-15T21:32:19.062Z | Compiling itertools v0.11.0 |
1493 | 2024-01-15T21:32:19.851Z | Compiling pin-project v1.1.3 |
1494 | 2024-01-15T21:32:20.041Z | Compiling zerocopy v0.6.4 |
1495 | 2024-01-15T21:32:21.553Z | Compiling hubpack v0.1.2 |
1496 | 2024-01-15T21:32:21.731Z | Compiling phf_shared v0.10.0 |
1497 | 2024-01-15T21:32:22.500Z | Compiling hkdf v0.12.4 |
1498 | 2024-01-15T21:32:22.551Z | Compiling ipnetwork v0.20.0 |
1499 | 2024-01-15T21:32:22.894Z | Compiling crypto-bigint v0.5.2 |
1500 | 2024-01-15T21:32:23.190Z | Compiling futures-executor v0.3.30 |
1501 | 2024-01-15T21:32:23.723Z | Compiling getopts v0.2.21 |
1502 | 2024-01-15T21:32:24.043Z | Compiling float-cmp v0.9.0 |
1503 | 2024-01-15T21:32:24.250Z | Compiling fixedbitset v0.4.2 |
1504 | 2024-01-15T21:32:24.384Z | Compiling regex-automata v0.3.8 |
1505 | 2024-01-15T21:32:25.024Z | Compiling normalize-line-endings v0.3.0 |
1506 | 2024-01-15T21:32:25.202Z | Compiling whoami v1.4.1 |
1507 | 2024-01-15T21:32:25.485Z | Compiling unsafe-libyaml v0.2.10 |
1508 | 2024-01-15T21:32:26.277Z | Compiling data-encoding v2.4.0 |
1509 | 2024-01-15T21:32:27.237Z | Compiling minimal-lexical v0.2.1 |
1510 | 2024-01-15T21:32:28.938Z | Compiling difflib v0.4.0 |
1511 | 2024-01-15T21:32:30.325Z | Compiling precomputed-hash v0.1.1 |
1512 | 2024-01-15T21:32:30.344Z | Compiling new_debug_unreachable v1.0.4 |
1513 | 2024-01-15T21:32:30.477Z | Compiling predicates-core v1.0.6 |
1514 | 2024-01-15T21:32:30.502Z | Compiling static_assertions v1.1.0 |
1515 | 2024-01-15T21:32:30.647Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1516 | 2024-01-15T21:32:30.889Z | Compiling predicates v3.0.4 |
1517 | 2024-01-15T21:32:31.074Z | Compiling string_cache v0.8.7 |
1518 | 2024-01-15T21:32:31.712Z | Compiling trust-dns-proto v0.22.0 |
1519 | 2024-01-15T21:32:31.904Z | Compiling nom v7.1.3 |
1520 | 2024-01-15T21:32:32.238Z | Compiling serde_yaml v0.9.25 |
1521 | 2024-01-15T21:32:33.136Z | Compiling bstr v1.6.0 |
1522 | 2024-01-15T21:32:33.915Z | Compiling diesel v2.1.4 |
1523 | 2024-01-15T21:32:35.847Z | Compiling elliptic-curve v0.13.8 |
1524 | 2024-01-15T21:32:37.180Z | Compiling tokio-postgres v0.7.10 |
1525 | 2024-01-15T21:32:38.439Z | Compiling petgraph v0.6.4 |
1526 | 2024-01-15T21:32:39.727Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1527 | 2024-01-15T21:32:41.967Z | Compiling futures v0.3.30 |
1528 | 2024-01-15T21:32:45.473Z | Compiling yasna v0.5.2 |
1529 | 2024-01-15T21:32:45.971Z | Compiling snafu v0.7.5 |
1530 | 2024-01-15T21:32:46.845Z | Compiling zip v0.6.6 |
1531 | 2024-01-15T21:32:48.841Z | Compiling clap v4.4.3 |
1532 | 2024-01-15T21:32:48.909Z | Compiling similar v2.3.0 |
1533 | 2024-01-15T21:32:49.017Z | Compiling bit-set v0.5.3 |
1534 | 2024-01-15T21:32:49.268Z | Compiling itertools v0.10.5 |
1535 | 2024-01-15T21:32:49.517Z | Compiling usdt v0.3.5 |
1536 | 2024-01-15T21:32:49.948Z | Compiling tokio-stream v0.1.14 |
1537 | 2024-01-15T21:32:51.584Z | Compiling console v0.15.8 |
1538 | 2024-01-15T21:32:53.295Z | Compiling lalrpop-util v0.19.12 |
1539 | 2024-01-15T21:32:54.119Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1540 | 2024-01-15T21:33:44.168Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-01-15T21:33:44.605Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1542 | 2024-01-15T21:33:46.054Z | Compiling sha1 v0.10.6 |
1543 | 2024-01-15T21:33:59.228Z | Compiling atty v0.2.14 |
1544 | 2024-01-15T21:33:59.430Z | Compiling match_cfg v0.1.0 |
1545 | 2024-01-15T21:33:59.602Z | Compiling hostname v0.3.1 |
1546 | 2024-01-15T21:33:59.961Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1547 | 2024-01-15T21:34:00.115Z | Compiling dirs-sys-next v0.1.2 |
1548 | 2024-01-15T21:34:00.267Z | Compiling ident_case v1.0.1 |
1549 | 2024-01-15T21:34:00.558Z | Compiling darling_core v0.20.3 |
1550 | 2024-01-15T21:34:00.948Z | Compiling dirs-next v2.0.0 |
1551 | 2024-01-15T21:34:01.202Z | Compiling thread_local v1.1.7 |
1552 | 2024-01-15T21:34:01.267Z | Compiling slog-async v2.8.0 |
1553 | 2024-01-15T21:34:01.947Z | Compiling camino v1.1.6 |
1554 | 2024-01-15T21:34:02.183Z | Compiling term v0.7.0 |
1555 | 2024-01-15T21:34:02.305Z | Compiling crossbeam-channel v0.5.8 |
1556 | 2024-01-15T21:34:03.036Z | Compiling multer v3.0.0 |
1557 | 2024-01-15T21:34:03.106Z | Compiling instant v0.1.12 |
1558 | 2024-01-15T21:34:03.324Z | Compiling take_mut v0.2.2 |
1559 | 2024-01-15T21:34:03.481Z | Compiling paste v1.0.14 |
1560 | 2024-01-15T21:34:03.655Z | Compiling slog-term v2.9.0 |
1561 | 2024-01-15T21:34:04.817Z | Compiling slog-json v2.6.1 |
1562 | 2024-01-15T21:34:05.421Z | Compiling http v1.0.0 |
1563 | 2024-01-15T21:34:05.785Z | Compiling async-stream-impl v0.3.5 |
1564 | 2024-01-15T21:34:06.166Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1565 | 2024-01-15T21:34:06.405Z | Compiling rustls-pki-types v1.1.0 |
1566 | 2024-01-15T21:34:06.647Z | Compiling atomic-waker v1.1.1 |
1567 | 2024-01-15T21:34:06.944Z | Compiling debug-ignore v1.0.5 |
1568 | 2024-01-15T21:34:07.165Z | Compiling rustls-pemfile v2.0.0 |
1569 | 2024-01-15T21:34:07.578Z | Compiling waitgroup v0.1.2 |
1570 | 2024-01-15T21:34:07.897Z | Compiling slog-bunyan v2.5.0 |
1571 | 2024-01-15T21:34:07.942Z | Compiling toml v0.8.8 |
1572 | 2024-01-15T21:34:08.223Z | Compiling async-stream v0.3.5 |
1573 | 2024-01-15T21:34:08.226Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1574 | 2024-01-15T21:34:08.740Z | Compiling serde_path_to_error v0.1.15 |
1575 | 2024-01-15T21:34:09.968Z | Compiling structmeta-derive v0.2.0 |
1576 | 2024-01-15T21:34:09.990Z | Compiling strum v0.25.0 |
1577 | 2024-01-15T21:34:10.112Z | Compiling regex-syntax v0.7.5 |
1578 | 2024-01-15T21:34:10.219Z | Compiling backoff v0.4.0 |
1579 | 2024-01-15T21:34:10.241Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1580 | 2024-01-15T21:34:10.761Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1581 | 2024-01-15T21:34:10.879Z | Compiling macaddr v1.0.1 |
1582 | 2024-01-15T21:34:10.986Z | Compiling proc-macro-error-attr v1.0.4 |
1583 | 2024-01-15T21:34:11.384Z | Compiling darling_macro v0.20.3 |
1584 | 2024-01-15T21:34:11.460Z | Compiling proc-macro-crate v1.3.1 |
1585 | 2024-01-15T21:34:11.595Z | Compiling proc-macro-error v1.0.4 |
1586 | 2024-01-15T21:34:12.266Z | Compiling smoltcp v0.10.0 |
1587 | 2024-01-15T21:34:13.038Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1588 | 2024-01-15T21:34:13.080Z | Compiling darling v0.20.3 |
1589 | 2024-01-15T21:34:13.253Z | Compiling serde_with_macros v3.4.0 |
1590 | 2024-01-15T21:34:13.293Z | Compiling num_enum_derive v0.5.11 |
1591 | 2024-01-15T21:34:13.614Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1592 | 2024-01-15T21:34:14.059Z | Compiling cobs v0.2.3 |
1593 | 2024-01-15T21:34:14.568Z | Compiling fastrand v2.0.0 |
1594 | 2024-01-15T21:34:14.756Z | Compiling embedded-io v0.4.0 |
1595 | 2024-01-15T21:34:15.137Z | Compiling tempfile v3.8.1 |
1596 | 2024-01-15T21:34:15.373Z | Compiling structmeta v0.2.0 |
1597 | 2024-01-15T21:34:15.515Z | Compiling postcard v1.0.8 |
1598 | 2024-01-15T21:34:16.687Z | Compiling foreign-types-macros v0.2.3 |
1599 | 2024-01-15T21:34:17.083Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1600 | 2024-01-15T21:34:17.555Z | Compiling foreign-types-shared v0.3.1 |
1601 | 2024-01-15T21:34:17.740Z | Compiling crucible-workspace-hack v0.1.0 |
1602 | 2024-01-15T21:34:17.830Z | Compiling serde_with v3.4.0 |
1603 | 2024-01-15T21:34:18.018Z | Compiling num_enum v0.5.11 |
1604 | 2024-01-15T21:34:18.185Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1605 | 2024-01-15T21:34:18.253Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1606 | 2024-01-15T21:34:18.466Z | Compiling same-file v1.0.6 |
1607 | 2024-01-15T21:34:18.740Z | Compiling walkdir v2.4.0 |
1608 | 2024-01-15T21:34:18.883Z | Compiling foreign-types v0.5.0 |
1609 | 2024-01-15T21:34:19.276Z | Compiling is-terminal v0.4.9 |
1610 | 2024-01-15T21:34:19.358Z | Compiling semver-parser v0.10.2 |
1611 | 2024-01-15T21:34:19.470Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1612 | 2024-01-15T21:34:20.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1613 | 2024-01-15T21:34:20.881Z | Compiling cstr-argument v0.1.2 |
1614 | 2024-01-15T21:34:21.328Z | Compiling pretty-hex v0.2.1 |
1615 | 2024-01-15T21:34:21.657Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1616 | 2024-01-15T21:34:22.113Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1617 | 2024-01-15T21:34:22.446Z | Compiling parse-display-derive v0.8.2 |
1618 | 2024-01-15T21:34:23.254Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1619 | 2024-01-15T21:34:23.824Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1620 | 2024-01-15T21:34:24.271Z | Compiling semver v0.11.0 |
1621 | 2024-01-15T21:34:24.933Z | Compiling colored v2.0.4 |
1622 | 2024-01-15T21:34:25.150Z | Compiling filetime v0.2.23 |
1623 | 2024-01-15T21:34:25.227Z | Compiling xattr v1.0.1 |
1624 | 2024-01-15T21:34:25.599Z | Compiling home v0.5.5 |
1625 | 2024-01-15T21:34:25.646Z | Compiling tar v0.4.40 |
1626 | 2024-01-15T21:34:25.750Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1627 | 2024-01-15T21:34:25.999Z | Compiling toolchain_find v0.2.0 |
1628 | 2024-01-15T21:34:26.107Z | Compiling camino-tempfile v1.1.1 |
1629 | 2024-01-15T21:34:26.856Z | Compiling zone_cfg_derive v0.3.0 |
1630 | 2024-01-15T21:34:26.997Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1631 | 2024-01-15T21:34:27.082Z | Compiling textwrap v0.11.0 |
1632 | 2024-01-15T21:34:27.706Z | Compiling heck v0.3.3 |
1633 | 2024-01-15T21:34:28.370Z | Compiling toml v0.5.11 |
1634 | 2024-01-15T21:34:28.619Z | Compiling num-derive v0.4.0 |
1635 | 2024-01-15T21:34:29.000Z | Compiling platforms v3.0.2 |
1636 | 2024-01-15T21:34:29.283Z | Compiling libefi-sys v0.1.0 |
1637 | 2024-01-15T21:34:29.422Z | Compiling ansi_term v0.12.1 |
1638 | 2024-01-15T21:34:29.526Z | Compiling vec_map v0.8.2 |
1639 | 2024-01-15T21:34:29.725Z | Compiling strsim v0.8.0 |
1640 | 2024-01-15T21:34:30.051Z | Compiling clap v2.34.0 |
1641 | 2024-01-15T21:34:30.239Z | Compiling parse-display v0.8.2 |
1642 | 2024-01-15T21:34:30.309Z | Compiling zone v0.3.0 |
1643 | 2024-01-15T21:34:30.538Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1644 | 2024-01-15T21:34:31.087Z | Compiling structopt-derive v0.4.18 |
1645 | 2024-01-15T21:34:32.241Z | Compiling rustfmt-wrapper v0.2.0 |
1646 | 2024-01-15T21:34:32.759Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1647 | 2024-01-15T21:34:32.762Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1648 | 2024-01-15T21:34:32.963Z | Compiling omicron-zone-package v0.9.1 |
1649 | 2024-01-15T21:34:33.443Z | Compiling smf v0.2.2 |
1650 | 2024-01-15T21:34:34.412Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1651 | 2024-01-15T21:34:35.772Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1652 | 2024-01-15T21:34:35.969Z | Compiling unicase v2.7.0 |
1653 | 2024-01-15T21:34:36.054Z | Compiling curve25519-dalek v4.1.1 |
1654 | 2024-01-15T21:34:36.291Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1655 | 2024-01-15T21:34:36.465Z | Compiling universal-hash v0.5.1 |
1656 | 2024-01-15T21:34:36.496Z | Compiling structopt v0.3.26 |
1657 | 2024-01-15T21:34:36.764Z | Compiling opaque-debug v0.3.0 |
1658 | 2024-01-15T21:34:36.843Z | Compiling curve25519-dalek-derive v0.1.0 |
1659 | 2024-01-15T21:34:36.905Z | Compiling num-rational v0.4.1 |
1660 | 2024-01-15T21:34:36.928Z | Compiling getrandom v0.1.16 |
1661 | 2024-01-15T21:34:37.407Z | Compiling signature v2.1.0 |
1662 | 2024-01-15T21:34:37.558Z | Compiling keccak v0.1.4 |
1663 | 2024-01-15T21:34:37.749Z | Compiling linked-hash-map v0.5.6 |
1664 | 2024-01-15T21:34:37.796Z | Compiling parking_lot_core v0.8.6 |
1665 | 2024-01-15T21:34:38.062Z | Compiling quick-error v1.2.3 |
1666 | 2024-01-15T21:34:38.281Z | Compiling lru-cache v0.1.2 |
1667 | 2024-01-15T21:34:38.359Z | Compiling resolv-conf v0.7.0 |
1668 | 2024-01-15T21:34:38.580Z | Compiling sha3 v0.10.8 |
1669 | 2024-01-15T21:34:39.775Z | Compiling password-hash v0.5.0 |
1670 | 2024-01-15T21:34:40.006Z | Compiling blake2 v0.10.6 |
1671 | 2024-01-15T21:34:40.126Z | Compiling aead v0.5.2 |
1672 | 2024-01-15T21:34:40.176Z | Compiling secrecy v0.8.0 |
1673 | 2024-01-15T21:34:40.598Z | Compiling num-complex v0.4.4 |
1674 | 2024-01-15T21:34:40.664Z | Compiling nibble_vec v0.1.0 |
1675 | 2024-01-15T21:34:40.974Z | Compiling slog-dtrace v0.2.3 |
1676 | 2024-01-15T21:34:41.517Z | Compiling convert_case v0.4.0 |
1677 | 2024-01-15T21:34:41.641Z | Compiling endian-type v0.1.2 |
1678 | 2024-01-15T21:34:41.988Z | Compiling arc-swap v1.6.0 |
1679 | 2024-01-15T21:34:42.439Z | Compiling utf-8 v0.7.6 |
1680 | 2024-01-15T21:34:42.518Z | Compiling cancel-safe-futures v0.1.5 |
1681 | 2024-01-15T21:34:42.555Z | Compiling winapi v0.3.9 |
1682 | 2024-01-15T21:34:42.932Z | Compiling tungstenite v0.20.1 |
1683 | 2024-01-15T21:34:43.081Z | Compiling slog-scope v4.4.0 |
1684 | 2024-01-15T21:34:43.084Z | Compiling derive_more v0.99.17 |
1685 | 2024-01-15T21:34:43.084Z | Compiling num v0.4.1 |
1686 | 2024-01-15T21:34:43.260Z | Compiling radix_trie v0.2.1 |
1687 | 2024-01-15T21:34:44.052Z | Compiling argon2 v0.5.2 |
1688 | 2024-01-15T21:34:44.258Z | Compiling mime_guess v2.0.4 |
1689 | 2024-01-15T21:34:44.412Z | Compiling trust-dns-resolver v0.22.0 |
1690 | 2024-01-15T21:34:45.787Z | Compiling rand_core v0.5.1 |
1691 | 2024-01-15T21:34:46.641Z | Compiling poly1305 v0.8.0 |
1692 | 2024-01-15T21:34:47.021Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1693 | 2024-01-15T21:34:47.680Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1694 | 2024-01-15T21:34:48.180Z | Compiling chacha20 v0.9.1 |
1695 | 2024-01-15T21:34:48.943Z | Compiling rfc6979 v0.4.0 |
1696 | 2024-01-15T21:34:48.980Z | Compiling thiserror-impl-no-std v2.0.2 |
1697 | 2024-01-15T21:34:49.237Z | Compiling option-ext v0.2.0 |
1698 | 2024-01-15T21:34:49.423Z | Compiling half v1.8.2 |
1699 | 2024-01-15T21:34:49.447Z | Compiling ciborium-io v0.2.1 |
1700 | 2024-01-15T21:34:49.629Z | Compiling dirs-sys v0.4.1 |
1701 | 2024-01-15T21:34:49.651Z | Compiling ecdsa v0.16.9 |
1702 | 2024-01-15T21:34:50.442Z | Compiling ciborium-ll v0.2.1 |
1703 | 2024-01-15T21:34:50.677Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1704 | 2024-01-15T21:34:51.072Z | Compiling parking_lot v0.11.2 |
1705 | 2024-01-15T21:34:51.237Z | Compiling rand_chacha v0.2.2 |
1706 | 2024-01-15T21:34:51.793Z | Compiling tokio-tungstenite v0.20.1 |
1707 | 2024-01-15T21:34:52.842Z | Compiling trust-dns-client v0.22.0 |
1708 | 2024-01-15T21:34:53.703Z | Compiling slog-stdlog v4.1.1 |
1709 | 2024-01-15T21:34:54.316Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1710 | 2024-01-15T21:34:54.687Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1711 | 2024-01-15T21:34:54.815Z | Compiling thiserror-no-std v2.0.2 |
1712 | 2024-01-15T21:34:54.838Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1713 | 2024-01-15T21:34:54.987Z | Compiling ed25519 v2.2.2 |
1714 | 2024-01-15T21:34:55.672Z | Compiling polyval v0.6.1 |
1715 | 2024-01-15T21:34:55.753Z | Compiling primeorder v0.13.6 |
1716 | 2024-01-15T21:34:56.391Z | Compiling blowfish v0.9.1 |
1717 | 2024-01-15T21:34:56.648Z | Compiling aes v0.8.3 |
1718 | 2024-01-15T21:34:57.137Z | Compiling ctr v0.9.2 |
1719 | 2024-01-15T21:34:57.693Z | Compiling password-hash v0.4.2 |
1720 | 2024-01-15T21:34:58.090Z | Compiling libsw v3.3.1 |
1721 | 2024-01-15T21:34:58.580Z | Compiling pbkdf2 v0.12.2 |
1722 | 2024-01-15T21:34:58.827Z | Compiling derive-where v1.2.7 |
1723 | 2024-01-15T21:34:59.357Z | Compiling fxhash v0.2.1 |
1724 | 2024-01-15T21:35:00.656Z | Compiling swrite v0.1.0 |
1725 | 2024-01-15T21:35:00.851Z | Compiling owo-colors v3.5.0 |
1726 | 2024-01-15T21:35:01.738Z | Compiling linear-map v1.2.0 |
1727 | 2024-01-15T21:35:02.311Z | Compiling glob v0.3.1 |
1728 | 2024-01-15T21:35:04.222Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1729 | 2024-01-15T21:35:04.922Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1730 | 2024-01-15T21:35:05.102Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1731 | 2024-01-15T21:35:05.219Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1732 | 2024-01-15T21:35:05.748Z | Compiling trust-dns-server v0.22.1 |
1733 | 2024-01-15T21:35:07.462Z | Compiling sled v0.34.7 |
1734 | 2024-01-15T21:35:10.818Z | Compiling bcrypt-pbkdf v0.10.0 |
1735 | 2024-01-15T21:35:11.827Z | Compiling pbkdf2 v0.11.0 |
1736 | 2024-01-15T21:35:12.377Z | Compiling p256 v0.13.2 |
1737 | 2024-01-15T21:35:13.041Z | Compiling ghash v0.5.0 |
1738 | 2024-01-15T21:35:13.332Z | Compiling ed25519-dalek v2.0.0 |
1739 | 2024-01-15T21:35:13.883Z | Compiling vsss-rs v3.3.4 |
1740 | 2024-01-15T21:35:15.182Z | Compiling slog-envlogger v2.2.0 |
1741 | 2024-01-15T21:35:16.490Z | Compiling russh-cryptovec v0.7.0 |
1742 | 2024-01-15T21:35:16.997Z | Compiling rand v0.7.3 |
1743 | 2024-01-15T21:35:20.032Z | Compiling ciborium v0.2.1 |
1744 | 2024-01-15T21:35:21.238Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1745 | 2024-01-15T21:35:21.321Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1746 | 2024-01-15T21:35:21.989Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1747 | 2024-01-15T21:35:22.134Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1748 | 2024-01-15T21:35:22.767Z | Compiling dirs v5.0.1 |
1749 | 2024-01-15T21:35:22.863Z | Compiling chacha20poly1305 v0.10.1 |
1750 | 2024-01-15T21:35:23.030Z | Compiling cbc v0.1.2 |
1751 | 2024-01-15T21:35:23.202Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1752 | 2024-01-15T21:35:23.236Z | Compiling pem v3.0.2 |
1753 | 2024-01-15T21:35:23.406Z | Compiling headers-core v0.2.0 |
1754 | 2024-01-15T21:35:23.656Z | Compiling kstat-rs v0.2.3 |
1755 | 2024-01-15T21:35:23.804Z | Compiling md5 v0.7.0 |
1756 | 2024-01-15T21:35:24.562Z | Compiling http-range v0.1.5 |
1757 | 2024-01-15T21:35:24.683Z | Compiling pretty-hex v0.4.1 |
1758 | 2024-01-15T21:35:25.016Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1759 | 2024-01-15T21:35:25.172Z | Compiling hyper-staticfile v0.9.5 |
1760 | 2024-01-15T21:35:26.555Z | Compiling russh-keys v0.40.1 |
1761 | 2024-01-15T21:35:26.745Z | Compiling rcgen v0.11.3 |
1762 | 2024-01-15T21:35:28.919Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1763 | 2024-01-15T21:35:30.517Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1764 | 2024-01-15T21:35:31.284Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1765 | 2024-01-15T21:35:32.450Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1766 | 2024-01-15T21:35:34.644Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1767 | 2024-01-15T21:35:34.917Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1768 | 2024-01-15T21:35:37.364Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1769 | 2024-01-15T21:35:40.115Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1770 | 2024-01-15T21:35:40.507Z | Compiling headers v0.3.9 |
1771 | 2024-01-15T21:35:42.463Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1772 | 2024-01-15T21:35:44.156Z | Compiling aes-gcm v0.10.3 |
1773 | 2024-01-15T21:35:44.647Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1774 | 2024-01-15T21:35:48.266Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1775 | 2024-01-15T21:35:55.629Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1776 | 2024-01-15T21:35:56.317Z | Compiling atomicwrites v0.4.3 |
1777 | 2024-01-15T21:35:56.867Z | Compiling itertools v0.12.0 |
1778 | 2024-01-15T21:35:58.515Z | Compiling subprocess v0.2.9 |
1779 | 2024-01-15T21:35:58.833Z | Compiling hex-literal v0.4.1 |
1780 | 2024-01-15T21:35:59.068Z | Compiling display-error-chain v0.2.0 |
1781 | 2024-01-15T21:35:59.330Z | Compiling russh v0.40.2 |
1782 | 2024-01-15T21:36:00.814Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1783 | 2024-01-15T21:36:02.045Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1784 | 2024-01-15T21:36:02.173Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1785 | 2024-01-15T21:36:35.396Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1786 | 2024-01-15T21:38:07.504Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 36s |
1787 | 2024-01-15T21:38:07.862Z | |
1788 | 2024-01-15T21:38:07.862Z | real 8:36.961815263 |
1789 | 2024-01-15T21:38:07.862Z | user 47:10.800881593 |
1790 | 2024-01-15T21:38:07.862Z | sys 6:57.570662832 |
1791 | 2024-01-15T21:38:07.862Z | trap 1.897770598 |
1792 | 2024-01-15T21:38:07.863Z | tflt 2.579180811 |
1793 | 2024-01-15T21:38:07.863Z | dflt 6.115101251 |
1794 | 2024-01-15T21:38:07.863Z | kflt 0.017911501 |
1795 | 2024-01-15T21:38:07.863Z | lock 1:37:43.456666839 |
1796 | 2024-01-15T21:38:07.867Z | slp 2:14:20.740206613 |
1797 | 2024-01-15T21:38:07.867Z | lat 2:04.381172183 |
1798 | 2024-01-15T21:38:07.867Z | stop 4:43.492813299 |
1799 | 2024-01-15T21:38:07.867Z | + mkdir -p /work/end-to-end-tests |
1800 | 2024-01-15T21:38:07.870Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1801 | 2024-01-15T21:38:08.860Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1802 | 2024-01-15T21:38:08.860Z | + ptime -m gzip |
1803 | 2024-01-15T21:38:08.864Z | ++ basename target/debug/bootstrap |
1804 | 2024-01-15T21:38:26.199Z | |
1805 | 2024-01-15T21:38:26.199Z | real 17.333790026 |
1806 | 2024-01-15T21:38:26.199Z | user 17.116901438 |
1807 | 2024-01-15T21:38:26.199Z | sys 0.202938976 |
1808 | 2024-01-15T21:38:26.199Z | trap 0.007122399 |
1809 | 2024-01-15T21:38:26.199Z | tflt 0.000000000 |
1810 | 2024-01-15T21:38:26.203Z | dflt 0.000000000 |
1811 | 2024-01-15T21:38:26.203Z | kflt 0.000000000 |
1812 | 2024-01-15T21:38:26.203Z | lock 0.000000000 |
1813 | 2024-01-15T21:38:26.203Z | slp 0.000000000 |
1814 | 2024-01-15T21:38:26.203Z | lat 0.006465205 |
1815 | 2024-01-15T21:38:26.203Z | stop 0.000233868 |
1816 | 2024-01-15T21:38:26.203Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1817 | 2024-01-15T21:38:26.203Z | + ptime -m gzip |
1818 | 2024-01-15T21:38:26.203Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-29cdd1ea464df3b1 |
1819 | 2024-01-15T21:38:27.301Z | |
1820 | 2024-01-15T21:38:27.301Z | real 1.094118118 |
1821 | 2024-01-15T21:38:27.301Z | user 1.080578906 |
1822 | 2024-01-15T21:38:27.301Z | sys 0.012492691 |
1823 | 2024-01-15T21:38:27.301Z | trap 0.000412596 |
1824 | 2024-01-15T21:38:27.301Z | tflt 0.000000000 |
1825 | 2024-01-15T21:38:27.301Z | dflt 0.000000000 |
1826 | 2024-01-15T21:38:27.305Z | kflt 0.000000000 |
1827 | 2024-01-15T21:38:27.305Z | lock 0.000000000 |
1828 | 2024-01-15T21:38:27.305Z | slp 0.000000000 |
1829 | 2024-01-15T21:38:27.305Z | lat 0.000232160 |
1830 | 2024-01-15T21:38:27.305Z | stop 0.000264738 |
1831 | 2024-01-15T21:38:27.305Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1832 | 2024-01-15T21:38:27.305Z | + ptime -m gzip |
1833 | 2024-01-15T21:38:27.305Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bae04a45dbbda4ab |
1834 | 2024-01-15T21:38:45.066Z | |
1835 | 2024-01-15T21:38:45.066Z | real 17.758571471 |
1836 | 2024-01-15T21:38:45.066Z | user 17.553055917 |
1837 | 2024-01-15T21:38:45.066Z | sys 0.198219585 |
1838 | 2024-01-15T21:38:45.066Z | trap 0.005373570 |
1839 | 2024-01-15T21:38:45.066Z | tflt 0.000000000 |
1840 | 2024-01-15T21:38:45.070Z | dflt 0.000000000 |
1841 | 2024-01-15T21:38:45.070Z | kflt 0.000000000 |
1842 | 2024-01-15T21:38:45.070Z | lock 0.000000000 |
1843 | 2024-01-15T21:38:45.070Z | slp 0.000000000 |
1844 | 2024-01-15T21:38:45.070Z | lat 0.001550010 |
1845 | 2024-01-15T21:38:45.070Z | stop 0.000242206 |
1846 | 2024-01-15T21:38:45.070Z | + banner caboose-util |
1847 | 2024-01-15T21:38:45.070Z | |
1848 | 2024-01-15T21:38:45.070Z | #### ## ##### #### #### #### ###### # # ##### |
1849 | 2024-01-15T21:38:45.072Z | # # # # # # # # # # # # # # # |
1850 | 2024-01-15T21:38:45.072Z | # # # ##### # # # # #### ##### ##### # # # |
1851 | 2024-01-15T21:38:45.072Z | # ###### # # # # # # # # # # # |
1852 | 2024-01-15T21:38:45.072Z | # # # # # # # # # # # # # # # # |
1853 | 2024-01-15T21:38:45.072Z | #### # # ##### #### #### #### ###### #### # |
1854 | 2024-01-15T21:38:45.072Z | |
1855 | 2024-01-15T21:38:45.072Z | + ptime -m cargo build --locked -p caboose-util --release |
1856 | 2024-01-15T21:38:45.781Z | Downloading crates ... |
1857 | 2024-01-15T21:38:46.117Z | Downloaded radium v0.7.0 |
1858 | 2024-01-15T21:38:46.140Z | Downloaded path-slash v0.1.5 |
1859 | 2024-01-15T21:38:46.143Z | Downloaded nodrop v0.1.14 |
1860 | 2024-01-15T21:38:46.150Z | Downloaded wyz v0.5.1 |
1861 | 2024-01-15T21:38:46.153Z | Downloaded funty v2.0.0 |
1862 | 2024-01-15T21:38:46.159Z | Downloaded tap v1.0.1 |
1863 | 2024-01-15T21:38:46.159Z | Downloaded bitfield v0.14.0 |
1864 | 2024-01-15T21:38:46.162Z | Downloaded crc v3.0.1 |
1865 | 2024-01-15T21:38:46.166Z | Downloaded termcolor v1.2.0 |
1866 | 2024-01-15T21:38:46.169Z | Downloaded maybe-uninit v2.0.0 |
1867 | 2024-01-15T21:38:46.172Z | Downloaded packed_struct_codegen v0.10.1 |
1868 | 2024-01-15T21:38:46.172Z | Downloaded serde-hex v0.1.0 |
1869 | 2024-01-15T21:38:46.175Z | Downloaded x509-cert v0.2.4 |
1870 | 2024-01-15T21:38:46.219Z | Downloaded ron v0.8.1 |
1871 | 2024-01-15T21:38:46.223Z | Downloaded pkcs1 v0.7.5 |
1872 | 2024-01-15T21:38:46.223Z | Downloaded num-bigint-dig v0.8.4 |
1873 | 2024-01-15T21:38:46.223Z | Downloaded bitvec v1.0.1 |
1874 | 2024-01-15T21:38:46.240Z | Downloaded object v0.30.4 |
1875 | 2024-01-15T21:38:46.258Z | Downloaded rsa v0.9.2 |
1876 | 2024-01-15T21:38:46.267Z | Downloaded env_logger v0.10.0 |
1877 | 2024-01-15T21:38:46.271Z | Downloaded crc-any v2.4.3 |
1878 | 2024-01-15T21:38:46.275Z | Downloaded crc-catalog v2.2.0 |
1879 | 2024-01-15T21:38:46.281Z | Downloaded packed_struct v0.10.1 |
1880 | 2024-01-15T21:38:46.284Z | Downloaded smallvec v0.6.14 |
1881 | 2024-01-15T21:38:46.284Z | Downloaded array-init v0.0.4 |
1882 | 2024-01-15T21:38:46.462Z | Compiling proc-macro2 v1.0.74 |
1883 | 2024-01-15T21:38:46.465Z | Compiling unicode-ident v1.0.12 |
1884 | 2024-01-15T21:38:46.465Z | Compiling libc v0.2.152 |
1885 | 2024-01-15T21:38:46.465Z | Compiling autocfg v1.1.0 |
1886 | 2024-01-15T21:38:46.465Z | Compiling serde v1.0.195 |
1887 | 2024-01-15T21:38:46.465Z | Compiling cfg-if v1.0.0 |
1888 | 2024-01-15T21:38:46.504Z | Compiling version_check v0.9.4 |
1889 | 2024-01-15T21:38:46.637Z | Compiling typenum v1.16.0 |
1890 | 2024-01-15T21:38:46.652Z | Compiling syn v1.0.109 |
1891 | 2024-01-15T21:38:46.732Z | Compiling parking_lot_core v0.9.8 |
1892 | 2024-01-15T21:38:47.309Z | Compiling libm v0.2.7 |
1893 | 2024-01-15T21:38:47.350Z | Compiling once_cell v1.19.0 |
1894 | 2024-01-15T21:38:47.552Z | Compiling generic-array v0.14.7 |
1895 | 2024-01-15T21:38:47.611Z | Compiling lock_api v0.4.10 |
1896 | 2024-01-15T21:38:47.799Z | Compiling num-traits v0.2.16 |
1897 | 2024-01-15T21:38:47.963Z | Compiling pkg-config v0.3.27 |
1898 | 2024-01-15T21:38:47.979Z | Compiling scopeguard v1.2.0 |
1899 | 2024-01-15T21:38:48.130Z | Compiling slab v0.4.9 |
1900 | 2024-01-15T21:38:48.245Z | Compiling serde_json v1.0.111 |
1901 | 2024-01-15T21:38:48.557Z | Compiling memchr v2.6.3 |
1902 | 2024-01-15T21:38:48.719Z | Compiling quote v1.0.35 |
1903 | 2024-01-15T21:38:48.960Z | Compiling thiserror v1.0.49 |
1904 | 2024-01-15T21:38:49.645Z | Compiling syn v2.0.46 |
1905 | 2024-01-15T21:38:49.689Z | Compiling cc v1.0.83 |
1906 | 2024-01-15T21:38:49.743Z | Compiling getrandom v0.2.10 |
1907 | 2024-01-15T21:38:50.443Z | Compiling rand_core v0.6.4 |
1908 | 2024-01-15T21:38:51.251Z | Compiling byteorder v1.5.0 |
1909 | 2024-01-15T21:38:51.283Z | Compiling itoa v1.0.9 |
1910 | 2024-01-15T21:38:51.740Z | Compiling smallvec v1.11.2 |
1911 | 2024-01-15T21:38:52.512Z | Compiling log v0.4.20 |
1912 | 2024-01-15T21:38:52.576Z | Compiling vcpkg v0.2.15 |
1913 | 2024-01-15T21:38:54.191Z | Compiling const-oid v0.9.5 |
1914 | 2024-01-15T21:38:54.615Z | Compiling pin-project-lite v0.2.13 |
1915 | 2024-01-15T21:38:54.788Z | Compiling parking_lot v0.12.1 |
1916 | 2024-01-15T21:38:54.942Z | Compiling ring v0.17.7 |
1917 | 2024-01-15T21:38:55.141Z | Compiling indexmap v1.9.3 |
1918 | 2024-01-15T21:38:55.467Z | Compiling openssl-sys v0.9.96 |
1919 | 2024-01-15T21:38:56.710Z | Compiling io-lifetimes v1.0.11 |
1920 | 2024-01-15T21:38:56.832Z | Compiling subtle v2.5.0 |
1921 | 2024-01-15T21:38:57.328Z | Compiling heck v0.4.1 |
1922 | 2024-01-15T21:38:57.474Z | Compiling ring v0.16.20 |
1923 | 2024-01-15T21:38:57.961Z | Compiling num-integer v0.1.45 |
1924 | 2024-01-15T21:38:58.014Z | Compiling futures-core v0.3.30 |
1925 | 2024-01-15T21:38:58.362Z | Compiling semver v1.0.21 |
1926 | 2024-01-15T21:38:58.389Z | Compiling ryu v1.0.15 |
1927 | 2024-01-15T21:38:59.108Z | Compiling rustix v0.37.23 |
1928 | 2024-01-15T21:38:59.982Z | Compiling spin v0.5.2 |
1929 | 2024-01-15T21:39:00.824Z | Compiling mio v0.8.9 |
1930 | 2024-01-15T21:39:01.008Z | Compiling num_cpus v1.16.0 |
1931 | 2024-01-15T21:39:01.217Z | Compiling signal-hook-registry v1.4.1 |
1932 | 2024-01-15T21:39:01.442Z | Compiling socket2 v0.5.5 |
1933 | 2024-01-15T21:39:02.064Z | Compiling futures-sink v0.3.30 |
1934 | 2024-01-15T21:39:02.283Z | Compiling unicode-xid v0.2.4 |
1935 | 2024-01-15T21:39:02.298Z | Compiling httparse v1.8.0 |
1936 | 2024-01-15T21:39:02.644Z | Compiling ucd-trie v0.1.6 |
1937 | 2024-01-15T21:39:02.857Z | Compiling openssl v0.10.60 |
1938 | 2024-01-15T21:39:02.887Z | Compiling synstructure v0.12.6 |
1939 | 2024-01-15T21:39:03.395Z | Compiling tinyvec_macros v0.1.1 |
1940 | 2024-01-15T21:39:03.447Z | Compiling futures-channel v0.3.30 |
1941 | 2024-01-15T21:39:03.511Z | Compiling tinyvec v1.6.0 |
1942 | 2024-01-15T21:39:04.415Z | Compiling ppv-lite86 v0.2.17 |
1943 | 2024-01-15T21:39:05.608Z | Compiling crc32fast v1.3.2 |
1944 | 2024-01-15T21:39:05.863Z | Compiling rustls v0.21.9 |
1945 | 2024-01-15T21:39:06.277Z | Compiling futures-task v0.3.30 |
1946 | 2024-01-15T21:39:06.316Z | Compiling futures-io v0.3.30 |
1947 | 2024-01-15T21:39:06.329Z | Compiling native-tls v0.2.11 |
1948 | 2024-01-15T21:39:06.575Z | Compiling pin-utils v0.1.0 |
1949 | 2024-01-15T21:39:06.706Z | Compiling unicode-normalization v0.1.22 |
1950 | 2024-01-15T21:39:06.722Z | Compiling rand_chacha v0.3.1 |
1951 | 2024-01-15T21:39:06.725Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-01-15T21:39:06.812Z | Compiling spin v0.9.8 |
1953 | 2024-01-15T21:39:07.225Z | Compiling tracing-core v0.1.31 |
1954 | 2024-01-15T21:39:07.391Z | Compiling base64ct v1.6.0 |
1955 | 2024-01-15T21:39:07.656Z | Compiling unicode-bidi v0.3.13 |
1956 | 2024-01-15T21:39:08.390Z | Compiling pem-rfc7468 v0.7.0 |
1957 | 2024-01-15T21:39:08.731Z | Compiling rand v0.8.5 |
1958 | 2024-01-15T21:39:09.875Z | Compiling errno v0.3.2 |
1959 | 2024-01-15T21:39:09.938Z | Compiling num-iter v0.1.43 |
1960 | 2024-01-15T21:39:10.255Z | Compiling usdt-impl v0.3.5 |
1961 | 2024-01-15T21:39:10.318Z | Compiling ahash v0.8.6 |
1962 | 2024-01-15T21:39:10.740Z | Compiling schemars v0.8.16 |
1963 | 2024-01-15T21:39:10.832Z | Compiling base64 v0.21.7 |
1964 | 2024-01-15T21:39:11.080Z | Compiling flagset v0.4.3 |
1965 | 2024-01-15T21:39:11.252Z | Compiling rustix v0.38.25 |
1966 | 2024-01-15T21:39:11.843Z | Compiling serde_derive v1.0.195 |
1967 | 2024-01-15T21:39:12.058Z | Compiling zeroize_derive v1.4.2 |
1968 | 2024-01-15T21:39:12.116Z | Compiling tokio-macros v2.2.0 |
1969 | 2024-01-15T21:39:12.230Z | Compiling thiserror-impl v1.0.49 |
1970 | 2024-01-15T21:39:12.244Z | Compiling futures-macro v0.3.30 |
1971 | 2024-01-15T21:39:12.747Z | Compiling tracing-attributes v0.1.26 |
1972 | 2024-01-15T21:39:12.959Z | Compiling der_derive v0.7.2 |
1973 | 2024-01-15T21:39:13.848Z | Compiling zerocopy-derive v0.2.0 |
1974 | 2024-01-15T21:39:14.385Z | Compiling zeroize v1.7.0 |
1975 | 2024-01-15T21:39:15.434Z | Compiling openssl-macros v0.1.1 |
1976 | 2024-01-15T21:39:16.603Z | Compiling futures-util v0.3.30 |
1977 | 2024-01-15T21:39:16.711Z | Compiling zerocopy-derive v0.6.4 |
1978 | 2024-01-15T21:39:16.922Z | Compiling zerocopy-derive v0.7.31 |
1979 | 2024-01-15T21:39:17.058Z | Compiling pest v2.7.2 |
1980 | 2024-01-15T21:39:17.457Z | Compiling crypto-common v0.1.6 |
1981 | 2024-01-15T21:39:17.528Z | Compiling block-buffer v0.10.4 |
1982 | 2024-01-15T21:39:17.928Z | Compiling digest v0.10.7 |
1983 | 2024-01-15T21:39:18.358Z | Compiling tracing v0.1.37 |
1984 | 2024-01-15T21:39:18.678Z | Compiling der v0.7.8 |
1985 | 2024-01-15T21:39:19.858Z | Compiling serde_derive_internals v0.26.0 |
1986 | 2024-01-15T21:39:21.863Z | Compiling pest_meta v2.7.2 |
1987 | 2024-01-15T21:39:24.515Z | Compiling pest_generator v2.7.2 |
1988 | 2024-01-15T21:39:26.712Z | Compiling fnv v1.0.7 |
1989 | 2024-01-15T21:39:26.891Z | Compiling bitflags v1.3.2 |
1990 | 2024-01-15T21:39:27.241Z | Compiling schemars_derive v0.8.16 |
1991 | 2024-01-15T21:39:27.602Z | Compiling spki v0.7.2 |
1992 | 2024-01-15T21:39:28.884Z | Compiling pest_derive v2.7.2 |
1993 | 2024-01-15T21:39:30.013Z | Compiling zerocopy v0.3.0 |
1994 | 2024-01-15T21:39:31.047Z | Compiling lazy_static v1.4.0 |
1995 | 2024-01-15T21:39:32.527Z | Compiling backtrace v0.3.69 |
1996 | 2024-01-15T21:39:32.584Z | Compiling num-bigint v0.4.4 |
1997 | 2024-01-15T21:39:32.984Z | Compiling memoffset v0.9.0 |
1998 | 2024-01-15T21:39:33.130Z | Compiling hashbrown v0.12.3 |
1999 | 2024-01-15T21:39:33.228Z | Compiling smoltcp v0.9.1 |
2000 | 2024-01-15T21:39:33.274Z | Compiling untrusted v0.9.0 |
2001 | 2024-01-15T21:39:33.440Z | Compiling openssl-probe v0.1.5 |
2002 | 2024-01-15T21:39:33.526Z | Compiling crossbeam-utils v0.8.16 |
2003 | 2024-01-15T21:39:33.860Z | Compiling doc-comment v0.3.3 |
2004 | 2024-01-15T21:39:34.210Z | Compiling hashbrown v0.14.2 |
2005 | 2024-01-15T21:39:34.295Z | Compiling iana-time-zone v0.1.57 |
2006 | 2024-01-15T21:39:34.490Z | Compiling untrusted v0.7.1 |
2007 | 2024-01-15T21:39:34.608Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2008 | 2024-01-15T21:39:34.787Z | Compiling percent-encoding v2.3.1 |
2009 | 2024-01-15T21:39:35.224Z | Compiling bytes v1.5.0 |
2010 | 2024-01-15T21:39:35.628Z | Compiling bitflags v2.4.0 |
2011 | 2024-01-15T21:39:36.733Z | Compiling tokio v1.35.1 |
2012 | 2024-01-15T21:39:36.761Z | Compiling rustc_version v0.4.0 |
2013 | 2024-01-15T21:39:37.285Z | Compiling http v0.2.11 |
2014 | 2024-01-15T21:39:37.365Z | Compiling uuid v1.6.1 |
2015 | 2024-01-15T21:39:38.574Z | Compiling heapless v0.7.16 |
2016 | 2024-01-15T21:39:39.525Z | Compiling foreign-types-shared v0.1.1 |
2017 | 2024-01-15T21:39:40.672Z | Compiling equivalent v1.0.1 |
2018 | 2024-01-15T21:39:40.675Z | Compiling async-trait v0.1.77 |
2019 | 2024-01-15T21:39:40.675Z | Compiling indexmap v2.1.0 |
2020 | 2024-01-15T21:39:40.675Z | Compiling foreign-types v0.3.2 |
2021 | 2024-01-15T21:39:41.061Z | Compiling chrono v0.4.31 |
2022 | 2024-01-15T21:39:44.990Z | Compiling dof v0.1.5 |
2023 | 2024-01-15T21:39:46.293Z | Compiling dtrace-parser v0.1.14 |
2024 | 2024-01-15T21:39:47.064Z | Compiling hmac v0.12.1 |
2025 | 2024-01-15T21:39:47.379Z | Compiling clap_derive v4.4.2 |
2026 | 2024-01-15T21:39:48.510Z | Compiling thread-id v4.2.0 |
2027 | 2024-01-15T21:39:48.904Z | Compiling rustversion v1.0.14 |
2028 | 2024-01-15T21:39:48.963Z | Compiling siphasher v0.3.11 |
2029 | 2024-01-15T21:39:49.116Z | Compiling anstyle v1.0.2 |
2030 | 2024-01-15T21:39:49.358Z | Compiling try-lock v0.2.4 |
2031 | 2024-01-15T21:39:49.557Z | Compiling tokio-util v0.7.10 |
2032 | 2024-01-15T21:39:49.947Z | Compiling cpufeatures v0.2.9 |
2033 | 2024-01-15T21:39:50.032Z | Compiling adler v1.0.2 |
2034 | 2024-01-15T21:39:50.285Z | Compiling utf8parse v0.2.1 |
2035 | 2024-01-15T21:39:50.350Z | Compiling time-core v0.1.1 |
2036 | 2024-01-15T21:39:50.544Z | Compiling anstyle-parse v0.2.1 |
2037 | 2024-01-15T21:39:50.573Z | Compiling time-macros v0.2.13 |
2038 | 2024-01-15T21:39:52.066Z | Compiling h2 v0.3.21 |
2039 | 2024-01-15T21:39:54.335Z | Compiling miniz_oxide v0.7.1 |
2040 | 2024-01-15T21:39:55.156Z | Compiling sha2 v0.10.8 |
2041 | 2024-01-15T21:39:55.650Z | Compiling want v0.3.1 |
2042 | 2024-01-15T21:39:59.141Z | Compiling rustls-webpki v0.101.7 |
2043 | 2024-01-15T21:39:59.473Z | Compiling sct v0.7.0 |
2044 | 2024-01-15T21:39:59.899Z | Compiling http-body v0.4.5 |
2045 | 2024-01-15T21:40:01.373Z | Compiling serde_tokenstream v0.1.7 |
2046 | 2024-01-15T21:40:01.933Z | Compiling form_urlencoded v1.2.1 |
2047 | 2024-01-15T21:40:02.173Z | Compiling pkcs8 v0.10.2 |
2048 | 2024-01-15T21:40:02.412Z | Compiling hubpack_derive v0.1.1 |
2049 | 2024-01-15T21:40:02.909Z | Compiling pin-project-internal v1.1.3 |
2050 | 2024-01-15T21:40:03.738Z | Compiling socket2 v0.4.9 |
2051 | 2024-01-15T21:40:03.953Z | Compiling crossbeam-epoch v0.9.15 |
2052 | 2024-01-15T21:40:05.088Z | Compiling httpdate v1.0.3 |
2053 | 2024-01-15T21:40:05.160Z | Compiling colorchoice v1.0.0 |
2054 | 2024-01-15T21:40:05.299Z | Compiling radium v0.7.0 |
2055 | 2024-01-15T21:40:05.699Z | Compiling slog v2.7.0 |
2056 | 2024-01-15T21:40:06.005Z | Compiling tower-service v0.3.2 |
2057 | 2024-01-15T21:40:06.261Z | Compiling anyhow v1.0.75 |
2058 | 2024-01-15T21:40:07.252Z | Compiling anstyle-query v1.0.0 |
2059 | 2024-01-15T21:40:07.440Z | Compiling anstream v0.5.0 |
2060 | 2024-01-15T21:40:08.184Z | Compiling hyper v0.14.27 |
2061 | 2024-01-15T21:40:14.816Z | Compiling terminal_size v0.2.6 |
2062 | 2024-01-15T21:40:17.443Z | Compiling serde_spanned v0.6.4 |
2063 | 2024-01-15T21:40:17.775Z | Compiling toml_datetime v0.6.5 |
2064 | 2024-01-15T21:40:18.427Z | Compiling rustls-pemfile v1.0.3 |
2065 | 2024-01-15T21:40:18.931Z | Compiling zerocopy v0.6.4 |
2066 | 2024-01-15T21:40:20.302Z | Compiling md-5 v0.10.5 |
2067 | 2024-01-15T21:40:20.836Z | Compiling idna v0.5.0 |
2068 | 2024-01-15T21:40:21.003Z | Compiling stringprep v0.1.3 |
2069 | 2024-01-15T21:40:22.970Z | Compiling diesel_table_macro_syntax v0.1.0 |
2070 | 2024-01-15T21:40:23.280Z | Compiling hash32 v0.2.1 |
2071 | 2024-01-15T21:40:23.499Z | Compiling aho-corasick v1.0.4 |
2072 | 2024-01-15T21:40:23.534Z | Compiling either v1.9.0 |
2073 | 2024-01-15T21:40:23.735Z | Compiling tap v1.0.1 |
2074 | 2024-01-15T21:40:24.053Z | Compiling strsim v0.10.0 |
2075 | 2024-01-15T21:40:24.213Z | Compiling fallible-iterator v0.2.0 |
2076 | 2024-01-15T21:40:24.217Z | Compiling clap_lex v0.5.1 |
2077 | 2024-01-15T21:40:24.601Z | Compiling regex-syntax v0.8.2 |
2078 | 2024-01-15T21:40:25.358Z | Compiling stable_deref_trait v1.2.0 |
2079 | 2024-01-15T21:40:25.396Z | Compiling gimli v0.28.0 |
2080 | 2024-01-15T21:40:25.492Z | Compiling dyn-clone v1.0.13 |
2081 | 2024-01-15T21:40:25.769Z | Compiling winnow v0.5.15 |
2082 | 2024-01-15T21:40:25.926Z | Compiling maybe-uninit v2.0.0 |
2083 | 2024-01-15T21:40:26.881Z | Compiling postgres-protocol v0.6.6 |
2084 | 2024-01-15T21:40:27.339Z | Compiling clap_builder v4.4.2 |
2085 | 2024-01-15T21:40:28.996Z | Compiling wyz v0.5.1 |
2086 | 2024-01-15T21:40:29.666Z | Compiling diesel_derives v2.1.2 |
2087 | 2024-01-15T21:40:31.210Z | Compiling regex-automata v0.4.3 |
2088 | 2024-01-15T21:40:31.604Z | Compiling url v2.5.0 |
2089 | 2024-01-15T21:40:33.467Z | Compiling addr2line v0.21.0 |
2090 | 2024-01-15T21:40:34.329Z | Compiling tokio-rustls v0.24.1 |
2091 | 2024-01-15T21:40:34.473Z | Compiling rustls-native-certs v0.6.3 |
2092 | 2024-01-15T21:40:34.948Z | Compiling strum_macros v0.25.2 |
2093 | 2024-01-15T21:40:39.798Z | Compiling tokio-native-tls v0.3.1 |
2094 | 2024-01-15T21:40:40.881Z | Compiling usdt-macro v0.3.5 |
2095 | 2024-01-15T21:40:41.036Z | Compiling usdt-attr-macro v0.3.5 |
2096 | 2024-01-15T21:40:42.770Z | Compiling phf_shared v0.11.2 |
2097 | 2024-01-15T21:40:44.000Z | Compiling zerocopy v0.7.31 |
2098 | 2024-01-15T21:40:44.458Z | Compiling block-padding v0.3.3 |
2099 | 2024-01-15T21:40:44.807Z | Compiling snafu-derive v0.7.5 |
2100 | 2024-01-15T21:40:44.993Z | Compiling enum-as-inner v0.5.1 |
2101 | 2024-01-15T21:40:46.523Z | Compiling serde_repr v0.1.16 |
2102 | 2024-01-15T21:40:47.356Z | Compiling ff v0.13.0 |
2103 | 2024-01-15T21:40:47.710Z | Compiling scheduled-thread-pool v0.2.7 |
2104 | 2024-01-15T21:40:48.216Z | Compiling object v0.32.1 |
2105 | 2024-01-15T21:40:53.201Z | Compiling bit-vec v0.6.3 |
2106 | 2024-01-15T21:40:53.779Z | Compiling deranged v0.3.8 |
2107 | 2024-01-15T21:40:56.378Z | Compiling base16ct v0.2.0 |
2108 | 2024-01-15T21:40:56.819Z | Compiling packed_struct v0.10.1 |
2109 | 2024-01-15T21:40:56.883Z | Compiling ipnet v2.8.0 |
2110 | 2024-01-15T21:40:57.419Z | Compiling num_threads v0.1.6 |
2111 | 2024-01-15T21:40:57.615Z | Compiling funty v2.0.0 |
2112 | 2024-01-15T21:40:57.618Z | Compiling num-bigint-dig v0.8.4 |
2113 | 2024-01-15T21:40:58.043Z | Compiling regex-automata v0.1.10 |
2114 | 2024-01-15T21:40:58.664Z | Compiling managed v0.8.0 |
2115 | 2024-01-15T21:40:58.856Z | Compiling matches v0.1.10 |
2116 | 2024-01-15T21:40:58.986Z | Compiling rustc-demangle v0.1.23 |
2117 | 2024-01-15T21:40:59.597Z | Compiling bitvec v1.0.1 |
2118 | 2024-01-15T21:41:01.492Z | Compiling idna v0.2.3 |
2119 | 2024-01-15T21:41:02.655Z | Compiling bstr v0.2.17 |
2120 | 2024-01-15T21:41:04.058Z | Compiling time v0.3.27 |
2121 | 2024-01-15T21:41:04.200Z | Compiling sec1 v0.7.3 |
2122 | 2024-01-15T21:41:05.198Z | Compiling r2d2 v0.8.10 |
2123 | 2024-01-15T21:41:05.804Z | Compiling group v0.13.0 |
2124 | 2024-01-15T21:41:07.485Z | Compiling inout v0.1.3 |
2125 | 2024-01-15T21:41:11.873Z | Compiling phf v0.11.2 |
2126 | 2024-01-15T21:41:12.327Z | Compiling hyper-tls v0.5.0 |
2127 | 2024-01-15T21:41:12.399Z | Compiling regex v1.10.2 |
2128 | 2024-01-15T21:41:12.838Z | Compiling hyper-rustls v0.24.2 |
2129 | 2024-01-15T21:41:13.442Z | Compiling clap v4.4.3 |
2130 | 2024-01-15T21:41:13.605Z | Compiling toml_edit v0.19.15 |
2131 | 2024-01-15T21:41:13.619Z | Compiling flate2 v1.0.28 |
2132 | 2024-01-15T21:41:13.955Z | Compiling bzip2 v0.4.4 |
2133 | 2024-01-15T21:41:14.140Z | Compiling ipnetwork v0.20.0 |
2134 | 2024-01-15T21:41:14.543Z | Compiling postgres-types v0.2.6 |
2135 | 2024-01-15T21:41:15.025Z | Compiling itertools v0.11.0 |
2136 | 2024-01-15T21:41:15.205Z | Compiling pin-project v1.1.3 |
2137 | 2024-01-15T21:41:15.623Z | Compiling hubpack v0.1.2 |
2138 | 2024-01-15T21:41:15.669Z | Compiling serde_urlencoded v0.7.1 |
2139 | 2024-01-15T21:41:16.340Z | Compiling phf_shared v0.10.0 |
2140 | 2024-01-15T21:41:16.549Z | Compiling hkdf v0.12.4 |
2141 | 2024-01-15T21:41:16.971Z | Compiling futures-executor v0.3.30 |
2142 | 2024-01-15T21:41:19.551Z | Compiling crypto-bigint v0.5.2 |
2143 | 2024-01-15T21:41:21.638Z | Compiling packed_struct_codegen v0.10.1 |
2144 | 2024-01-15T21:41:23.043Z | Compiling float-cmp v0.9.0 |
2145 | 2024-01-15T21:41:23.325Z | Compiling encoding_rs v0.8.33 |
2146 | 2024-01-15T21:41:23.721Z | Compiling whoami v1.4.1 |
2147 | 2024-01-15T21:41:24.595Z | Compiling unicode-width v0.1.11 |
2148 | 2024-01-15T21:41:25.771Z | Compiling nodrop v0.1.14 |
2149 | 2024-01-15T21:41:25.958Z | Compiling static_assertions v1.1.0 |
2150 | 2024-01-15T21:41:26.073Z | Compiling fixedbitset v0.4.2 |
2151 | 2024-01-15T21:41:26.778Z | Compiling predicates-core v1.0.6 |
2152 | 2024-01-15T21:41:27.436Z | Compiling minimal-lexical v0.2.1 |
2153 | 2024-01-15T21:41:27.825Z | Compiling normalize-line-endings v0.3.0 |
2154 | 2024-01-15T21:41:28.000Z | Compiling precomputed-hash v0.1.1 |
2155 | 2024-01-15T21:41:28.161Z | Compiling webpki-roots v0.25.2 |
2156 | 2024-01-15T21:41:28.294Z | Compiling data-encoding v2.4.0 |
2157 | 2024-01-15T21:41:28.408Z | Compiling crc-catalog v2.2.0 |
2158 | 2024-01-15T21:41:28.944Z | Compiling difflib v0.4.0 |
2159 | 2024-01-15T21:41:29.883Z | Compiling regex-automata v0.3.8 |
2160 | 2024-01-15T21:41:31.108Z | Compiling new_debug_unreachable v1.0.4 |
2161 | 2024-01-15T21:41:31.245Z | Compiling mime v0.3.17 |
2162 | 2024-01-15T21:41:31.289Z | Compiling unicode-segmentation v1.10.1 |
2163 | 2024-01-15T21:41:32.106Z | Compiling reqwest v0.11.22 |
2164 | 2024-01-15T21:41:33.901Z | Compiling bstr v1.6.0 |
2165 | 2024-01-15T21:41:34.131Z | Compiling similar v2.3.0 |
2166 | 2024-01-15T21:41:36.456Z | Compiling string_cache v0.8.7 |
2167 | 2024-01-15T21:41:37.320Z | Compiling predicates v3.0.4 |
2168 | 2024-01-15T21:41:39.294Z | Compiling trust-dns-proto v0.22.0 |
2169 | 2024-01-15T21:41:40.630Z | Compiling crc v3.0.1 |
2170 | 2024-01-15T21:41:41.844Z | Compiling nom v7.1.3 |
2171 | 2024-01-15T21:41:48.417Z | Compiling petgraph v0.6.4 |
2172 | 2024-01-15T21:41:52.412Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2173 | 2024-01-15T21:41:52.827Z | Compiling array-init v0.0.4 |
2174 | 2024-01-15T21:41:54.865Z | Compiling console v0.15.8 |
2175 | 2024-01-15T21:41:55.326Z | Compiling tokio-postgres v0.7.10 |
2176 | 2024-01-15T21:41:57.373Z | Compiling elliptic-curve v0.13.8 |
2177 | 2024-01-15T21:42:00.342Z | Compiling toml v0.7.8 |
2178 | 2024-01-15T21:42:02.588Z | Compiling futures v0.3.30 |
2179 | 2024-01-15T21:42:03.263Z | Compiling snafu v0.7.5 |
2180 | 2024-01-15T21:42:03.945Z | Compiling smallvec v0.6.14 |
2181 | 2024-01-15T21:42:04.011Z | Compiling zip v0.6.6 |
2182 | 2024-01-15T21:42:04.305Z | Compiling diesel v2.1.4 |
2183 | 2024-01-15T21:42:04.443Z | Compiling yasna v0.5.2 |
2184 | 2024-01-15T21:42:05.175Z | Compiling hashbrown v0.13.2 |
2185 | 2024-01-15T21:42:06.176Z | Compiling cipher v0.4.4 |
2186 | 2024-01-15T21:42:09.089Z | Compiling bit-set v0.5.3 |
2187 | 2024-01-15T21:42:09.543Z | Compiling usdt v0.3.5 |
2188 | 2024-01-15T21:42:09.954Z | Compiling is-terminal v0.4.9 |
2189 | 2024-01-15T21:42:10.140Z | Compiling toml_edit v0.21.0 |
2190 | 2024-01-15T21:42:13.886Z | Compiling itertools v0.10.5 |
2191 | 2024-01-15T21:42:14.325Z | Compiling pkcs1 v0.7.5 |
2192 | 2024-01-15T21:42:18.761Z | Compiling tokio-stream v0.1.14 |
2193 | 2024-01-15T21:42:20.364Z | Compiling openapiv3 v2.0.0 |
2194 | 2024-01-15T21:42:20.814Z | Compiling hex v0.4.3 |
2195 | 2024-01-15T21:42:23.011Z | Compiling signature v2.1.0 |
2196 | 2024-01-15T21:42:28.669Z | Compiling bitfield v0.14.0 |
2197 | 2024-01-15T21:42:30.379Z | Compiling lalrpop-util v0.19.12 |
2198 | 2024-01-15T21:42:32.525Z | Compiling termcolor v1.2.0 |
2199 | 2024-01-15T21:42:34.814Z | Compiling env_logger v0.10.0 |
2200 | 2024-01-15T21:42:41.391Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2201 | 2024-01-15T21:42:56.517Z | Compiling rsa v0.9.2 |
2202 | 2024-01-15T21:43:05.940Z | Compiling serde-hex v0.1.0 |
2203 | 2024-01-15T21:43:10.526Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2204 | 2024-01-15T21:43:14.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2205 | 2024-01-15T21:43:15.532Z | Compiling ron v0.8.1 |
2206 | 2024-01-15T21:43:16.217Z | Compiling x509-cert v0.2.4 |
2207 | 2024-01-15T21:43:26.413Z | Compiling crc-any v2.4.3 |
2208 | 2024-01-15T21:43:27.116Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2209 | 2024-01-15T21:43:42.372Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2210 | 2024-01-15T21:43:58.817Z | Compiling object v0.30.4 |
2211 | 2024-01-15T21:44:09.076Z | Compiling path-slash v0.1.5 |
2212 | 2024-01-15T21:44:12.782Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2213 | 2024-01-15T21:45:00.381Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2214 | 2024-01-15T21:45:01.566Z | Finished release [optimized] target(s) in 6m 16s |
2215 | 2024-01-15T21:45:01.658Z | |
2216 | 2024-01-15T21:45:01.662Z | real 6:16.588156954 |
2217 | 2024-01-15T21:45:01.662Z | user 43:36.870537936 |
2218 | 2024-01-15T21:45:01.662Z | sys 3:43.432237811 |
2219 | 2024-01-15T21:45:01.662Z | trap 1.819574676 |
2220 | 2024-01-15T21:45:01.662Z | tflt 1.177979055 |
2221 | 2024-01-15T21:45:01.662Z | dflt 0.596769439 |
2222 | 2024-01-15T21:45:01.662Z | kflt 0.000305560 |
2223 | 2024-01-15T21:45:01.662Z | lock 1:37:00.386027100 |
2224 | 2024-01-15T21:45:01.663Z | slp 2:02:28.981065388 |
2225 | 2024-01-15T21:45:01.663Z | lat 1:53.439687282 |
2226 | 2024-01-15T21:45:01.664Z | stop 1:24.878285295 |
2227 | 2024-01-15T21:45:01.664Z | + ptime -m gzip |
2228 | 2024-01-15T21:45:02.324Z | |
2229 | 2024-01-15T21:45:02.328Z | real 0.661748811 |
2230 | 2024-01-15T21:45:02.328Z | user 0.653691420 |
2231 | 2024-01-15T21:45:02.328Z | sys 0.007398823 |
2232 | 2024-01-15T21:45:02.328Z | trap 0.000143650 |
2233 | 2024-01-15T21:45:02.328Z | tflt 0.000000000 |
2234 | 2024-01-15T21:45:02.328Z | dflt 0.000000000 |
2235 | 2024-01-15T21:45:02.328Z | kflt 0.000000000 |
2236 | 2024-01-15T21:45:02.328Z | lock 0.000000000 |
2237 | 2024-01-15T21:45:02.328Z | slp 0.000000000 |
2238 | 2024-01-15T21:45:02.328Z | lat 0.000166514 |
2239 | 2024-01-15T21:45:02.328Z | stop 0.000232581 |
2240 | 2024-01-15T21:45:02.328Z | + banner tufaceous |
2241 | 2024-01-15T21:45:02.328Z | |
2242 | 2024-01-15T21:45:02.328Z | ##### # # ###### ## #### ###### #### # # #### |
2243 | 2024-01-15T21:45:02.328Z | # # # # # # # # # # # # # # |
2244 | 2024-01-15T21:45:02.328Z | # # # ##### # # # ##### # # # # #### |
2245 | 2024-01-15T21:45:02.328Z | # # # # ###### # # # # # # # |
2246 | 2024-01-15T21:45:02.329Z | # # # # # # # # # # # # # # # |
2247 | 2024-01-15T21:45:02.329Z | # #### # # # #### ###### #### #### #### |
2248 | 2024-01-15T21:45:02.329Z | |
2249 | 2024-01-15T21:45:02.329Z | + ptime -m cargo build --locked -p tufaceous --release |
2250 | 2024-01-15T21:45:03.035Z | Downloading crates ... |
2251 | 2024-01-15T21:45:03.451Z | Downloaded humantime v2.1.0 |
2252 | 2024-01-15T21:45:03.454Z | Downloaded async-recursion v1.0.5 |
2253 | 2024-01-15T21:45:03.457Z | Downloaded parse-size v1.0.0 |
2254 | 2024-01-15T21:45:03.464Z | Downloaded typed-path v0.7.0 |
2255 | 2024-01-15T21:45:03.473Z | Downloaded buf-list v1.0.3 |
2256 | 2024-01-15T21:45:03.477Z | Downloaded tough v0.16.0 |
2257 | 2024-01-15T21:45:03.491Z | Downloaded fs-err v2.11.0 |
2258 | 2024-01-15T21:45:03.494Z | Downloaded serde_plain v1.0.2 |
2259 | 2024-01-15T21:45:03.498Z | Downloaded olpc-cjson v0.1.3 |
2260 | 2024-01-15T21:45:03.498Z | Downloaded globset v0.4.13 |
2261 | 2024-01-15T21:45:03.668Z | Compiling serde_tokenstream v0.2.0 |
2262 | 2024-01-15T21:45:03.690Z | Compiling regress v0.7.1 |
2263 | 2024-01-15T21:45:03.704Z | Compiling dirs-sys-next v0.1.2 |
2264 | 2024-01-15T21:45:03.707Z | Compiling ident_case v1.0.1 |
2265 | 2024-01-15T21:45:03.732Z | Compiling thread_local v1.1.7 |
2266 | 2024-01-15T21:45:03.735Z | Compiling heck v0.4.1 |
2267 | 2024-01-15T21:45:03.735Z | Compiling camino v1.1.6 |
2268 | 2024-01-15T21:45:03.944Z | Compiling dirs-next v2.0.0 |
2269 | 2024-01-15T21:45:04.322Z | Compiling darling_core v0.20.3 |
2270 | 2024-01-15T21:45:04.482Z | Compiling slog-async v2.8.0 |
2271 | 2024-01-15T21:45:04.611Z | Compiling term v0.7.0 |
2272 | 2024-01-15T21:45:05.002Z | Compiling crossbeam-channel v0.5.8 |
2273 | 2024-01-15T21:45:05.221Z | Compiling getopts v0.2.21 |
2274 | 2024-01-15T21:45:05.581Z | Compiling structmeta-derive v0.2.0 |
2275 | 2024-01-15T21:45:05.746Z | Compiling atty v0.2.14 |
2276 | 2024-01-15T21:45:05.965Z | Compiling multer v3.0.0 |
2277 | 2024-01-15T21:45:06.446Z | Compiling paste v1.0.14 |
2278 | 2024-01-15T21:45:06.685Z | Compiling match_cfg v0.1.0 |
2279 | 2024-01-15T21:45:06.822Z | Compiling unsafe-libyaml v0.2.10 |
2280 | 2024-01-15T21:45:07.119Z | Compiling take_mut v0.2.2 |
2281 | 2024-01-15T21:45:07.990Z | Compiling hostname v0.3.1 |
2282 | 2024-01-15T21:45:08.445Z | Compiling slog-term v2.9.0 |
2283 | 2024-01-15T21:45:09.864Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2284 | 2024-01-15T21:45:11.710Z | Compiling structmeta v0.2.0 |
2285 | 2024-01-15T21:45:12.331Z | Compiling serde_yaml v0.9.25 |
2286 | 2024-01-15T21:45:13.543Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2287 | 2024-01-15T21:45:13.566Z | Compiling slog-json v2.6.1 |
2288 | 2024-01-15T21:45:13.615Z | Compiling darling_macro v0.20.3 |
2289 | 2024-01-15T21:45:14.378Z | Compiling http v1.0.0 |
2290 | 2024-01-15T21:45:15.104Z | Compiling darling v0.20.3 |
2291 | 2024-01-15T21:45:15.268Z | Compiling async-stream-impl v0.3.5 |
2292 | 2024-01-15T21:45:15.949Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2293 | 2024-01-15T21:45:16.434Z | Compiling regex-syntax v0.7.5 |
2294 | 2024-01-15T21:45:16.841Z | Compiling fastrand v2.0.0 |
2295 | 2024-01-15T21:45:17.325Z | Compiling atomic-waker v1.1.1 |
2296 | 2024-01-15T21:45:17.613Z | Compiling rustls-pki-types v1.1.0 |
2297 | 2024-01-15T21:45:17.914Z | Compiling waitgroup v0.1.2 |
2298 | 2024-01-15T21:45:18.288Z | Compiling rustls-pemfile v2.0.0 |
2299 | 2024-01-15T21:45:18.866Z | Compiling tempfile v3.8.1 |
2300 | 2024-01-15T21:45:19.488Z | Compiling async-stream v0.3.5 |
2301 | 2024-01-15T21:45:20.061Z | Compiling serde_with_macros v3.4.0 |
2302 | 2024-01-15T21:45:22.175Z | Compiling slog-bunyan v2.5.0 |
2303 | 2024-01-15T21:45:22.679Z | Compiling toml v0.8.8 |
2304 | 2024-01-15T21:45:23.207Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2305 | 2024-01-15T21:45:24.012Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2306 | 2024-01-15T21:45:24.245Z | Compiling sha1 v0.10.6 |
2307 | 2024-01-15T21:45:25.263Z | Compiling serde_path_to_error v0.1.15 |
2308 | 2024-01-15T21:45:25.781Z | Compiling instant v0.1.12 |
2309 | 2024-01-15T21:45:26.004Z | Compiling fs-err v2.11.0 |
2310 | 2024-01-15T21:45:26.470Z | Compiling arc-swap v1.6.0 |
2311 | 2024-01-15T21:45:26.473Z | Compiling debug-ignore v1.0.5 |
2312 | 2024-01-15T21:45:26.489Z | Compiling same-file v1.0.6 |
2313 | 2024-01-15T21:45:26.697Z | Compiling buf-list v1.0.3 |
2314 | 2024-01-15T21:45:26.917Z | Compiling parse-display-derive v0.8.2 |
2315 | 2024-01-15T21:45:26.935Z | Compiling walkdir v2.4.0 |
2316 | 2024-01-15T21:45:27.587Z | Compiling slog-scope v4.4.0 |
2317 | 2024-01-15T21:45:27.863Z | Compiling backoff v0.4.0 |
2318 | 2024-01-15T21:45:28.414Z | Compiling serde_with v3.4.0 |
2319 | 2024-01-15T21:45:29.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2320 | 2024-01-15T21:45:29.148Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2321 | 2024-01-15T21:45:29.860Z | Compiling globset v0.4.13 |
2322 | 2024-01-15T21:45:30.111Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2323 | 2024-01-15T21:45:30.358Z | Compiling strum v0.25.0 |
2324 | 2024-01-15T21:45:30.620Z | Compiling olpc-cjson v0.1.3 |
2325 | 2024-01-15T21:45:31.598Z | Compiling pem v3.0.2 |
2326 | 2024-01-15T21:45:31.697Z | Compiling macaddr v1.0.1 |
2327 | 2024-01-15T21:45:32.833Z | Compiling serde_plain v1.0.2 |
2328 | 2024-01-15T21:45:33.162Z | Compiling parse-display v0.8.2 |
2329 | 2024-01-15T21:45:33.462Z | Compiling async-recursion v1.0.5 |
2330 | 2024-01-15T21:45:33.673Z | Compiling xattr v1.0.1 |
2331 | 2024-01-15T21:45:34.100Z | Compiling filetime v0.2.23 |
2332 | 2024-01-15T21:45:34.297Z | Compiling typed-path v0.7.0 |
2333 | 2024-01-15T21:45:34.634Z | Compiling tar v0.4.40 |
2334 | 2024-01-15T21:45:36.375Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2335 | 2024-01-15T21:45:36.406Z | Compiling slog-stdlog v4.1.1 |
2336 | 2024-01-15T21:45:36.565Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2337 | 2024-01-15T21:45:39.576Z | Compiling tough v0.16.0 |
2338 | 2024-01-15T21:45:44.191Z | Compiling camino-tempfile v1.1.1 |
2339 | 2024-01-15T21:45:44.872Z | Compiling itertools v0.12.0 |
2340 | 2024-01-15T21:45:45.419Z | Compiling parse-size v1.0.0 |
2341 | 2024-01-15T21:45:45.913Z | Compiling slog-envlogger v2.2.0 |
2342 | 2024-01-15T21:45:46.203Z | Compiling humantime v2.1.0 |
2343 | 2024-01-15T21:45:47.426Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2344 | 2024-01-15T21:46:12.916Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2345 | 2024-01-15T21:46:13.223Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2346 | 2024-01-15T21:46:25.081Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2347 | 2024-01-15T21:46:27.864Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2348 | 2024-01-15T21:47:00.228Z | Finished release [optimized] target(s) in 1m 57s |
2349 | 2024-01-15T21:47:00.326Z | |
2350 | 2024-01-15T21:47:00.326Z | real 1:57.974319993 |
2351 | 2024-01-15T21:47:00.326Z | user 12:33.971546960 |
2352 | 2024-01-15T21:47:00.326Z | sys 46.586321962 |
2353 | 2024-01-15T21:47:00.326Z | trap 0.497581835 |
2354 | 2024-01-15T21:47:00.327Z | tflt 0.266972856 |
2355 | 2024-01-15T21:47:00.327Z | dflt 0.765038070 |
2356 | 2024-01-15T21:47:00.330Z | kflt 0.000012978 |
2357 | 2024-01-15T21:47:00.330Z | lock 24:07.018861304 |
2358 | 2024-01-15T21:47:00.330Z | slp 25:55.579223617 |
2359 | 2024-01-15T21:47:00.330Z | lat 21.853940589 |
2360 | 2024-01-15T21:47:00.330Z | stop 11.717797281 |
2361 | 2024-01-15T21:47:00.330Z | + ptime -m gzip |
2362 | 2024-01-15T21:47:02.727Z | |
2363 | 2024-01-15T21:47:02.728Z | real 2.399449117 |
2364 | 2024-01-15T21:47:02.728Z | user 2.371105469 |
2365 | 2024-01-15T21:47:02.728Z | sys 0.024805565 |
2366 | 2024-01-15T21:47:02.728Z | trap 0.001460030 |
2367 | 2024-01-15T21:47:02.728Z | tflt 0.000000000 |
2368 | 2024-01-15T21:47:02.731Z | dflt 0.000000000 |
2369 | 2024-01-15T21:47:02.731Z | kflt 0.000000000 |
2370 | 2024-01-15T21:47:02.731Z | lock 0.000000000 |
2371 | 2024-01-15T21:47:02.731Z | slp 0.000000000 |
2372 | 2024-01-15T21:47:02.731Z | lat 0.001719158 |
2373 | 2024-01-15T21:47:02.731Z | stop 0.000235218 |
2374 | 2024-01-15T21:47:02.731Z | process exited: duration 1213683 ms, exit code 0 |
|
2375 | 2024-01-15T21:47:02.755Z | found 5 output files |
2376 | 2024-01-15T21:47:02.756Z | uploading: /work/end-to-end-tests/bootstrap-29cdd1ea464df3b1.gz (6319714 bytes) |
2377 | 2024-01-15T21:47:06.784Z | uploaded: /work/end-to-end-tests/bootstrap-29cdd1ea464df3b1.gz |
2378 | 2024-01-15T21:47:06.784Z | uploading: /work/end-to-end-tests/bootstrap.gz (99534515 bytes) |
2379 | 2024-01-15T21:47:29.918Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2380 | 2024-01-15T21:47:29.918Z | uploading: /work/end-to-end-tests/end_to_end_tests-bae04a45dbbda4ab.gz (102687994 bytes) |
2381 | 2024-01-15T21:47:53.971Z | uploaded: /work/end-to-end-tests/end_to_end_tests-bae04a45dbbda4ab.gz |
2382 | 2024-01-15T21:47:53.971Z | uploading: /work/caboose-util.gz (4094657 bytes) |
2383 | 2024-01-15T21:47:55.490Z | uploaded: /work/caboose-util.gz |
2384 | 2024-01-15T21:47:55.491Z | uploading: /work/tufaceous.gz (15098622 bytes) |
2385 | 2024-01-15T21:47:58.572Z | uploaded: /work/tufaceous.gz |