|
|
|
1 | 2024-01-19T21:28:57.308Z | job assigned to worker 01HMHSZGCPXSBS2ANXA4Q6JESN (queued for 8 m 52 s) |
|
2 | 2024-01-19T21:28:57.714Z | starting task 0: "setup" |
3 | 2024-01-19T21:28:57.766Z | ++ uname -s |
4 | 2024-01-19T21:28:57.769Z | + kern=SunOS |
5 | 2024-01-19T21:28:57.769Z | + case "$kern" in |
6 | 2024-01-19T21:28:57.769Z | + groupadd -g 12345 build |
7 | 2024-01-19T21:28:57.772Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-19T21:28:59.820Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-19T21:28:59.927Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-19T21:28:59.930Z | + home_fs=zfs |
11 | 2024-01-19T21:28:59.930Z | + [[ zfs == autofs ]] |
12 | 2024-01-19T21:28:59.930Z | + mkdir -p /home/build |
13 | 2024-01-19T21:28:59.935Z | + chown build:build /home/build /work |
14 | 2024-01-19T21:29:01.937Z | + chmod 0700 /home/build /work |
15 | 2024-01-19T21:29:01.944Z | process exited: duration 4225 ms, exit code 0 |
|
16 | 2024-01-19T21:29:01.963Z | starting task 1: "rust-toolchain" |
17 | 2024-01-19T21:29:01.976Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-19T21:29:01.982Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-19T21:29:02.203Z | info: downloading installer |
20 | 2024-01-19T21:29:03.881Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-19T21:29:03.881Z | warning: /opt/ooce/bin |
22 | 2024-01-19T21:29:03.881Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-19T21:29:03.881Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-19T21:29:03.881Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-19T21:29:03.881Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-19T21:29:03.881Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-19T21:29:03.882Z | error: cannot install while Rust is installed |
28 | 2024-01-19T21:29:03.882Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-19T21:29:04.032Z | info: profile set to 'default' |
30 | 2024-01-19T21:29:04.032Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-19T21:29:04.035Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-19T21:29:04.203Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-19T21:29:04.203Z | info: downloading component 'cargo' |
34 | 2024-01-19T21:29:04.868Z | info: downloading component 'clippy' |
35 | 2024-01-19T21:29:05.190Z | info: downloading component 'rust-docs' |
36 | 2024-01-19T21:29:06.014Z | info: downloading component 'rust-std' |
37 | 2024-01-19T21:29:07.497Z | info: downloading component 'rustc' |
38 | 2024-01-19T21:29:11.073Z | info: downloading component 'rustfmt' |
39 | 2024-01-19T21:29:11.291Z | info: installing component 'cargo' |
40 | 2024-01-19T21:29:12.700Z | info: installing component 'clippy' |
41 | 2024-01-19T21:29:13.310Z | info: installing component 'rust-docs' |
42 | 2024-01-19T21:29:16.050Z | info: installing component 'rust-std' |
43 | 2024-01-19T21:29:19.229Z | info: installing component 'rustc' |
44 | 2024-01-19T21:29:25.858Z | info: installing component 'rustfmt' |
45 | 2024-01-19T21:29:26.362Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-19T21:29:26.362Z | |
47 | 2024-01-19T21:29:26.489Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-19T21:29:26.489Z | |
49 | 2024-01-19T21:29:26.489Z | |
50 | 2024-01-19T21:29:26.489Z | Rust is installed now. Great! |
51 | 2024-01-19T21:29:26.489Z | |
52 | 2024-01-19T21:29:26.489Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-19T21:29:26.489Z | environment variable. This has not been done automatically. |
54 | 2024-01-19T21:29:26.489Z | |
55 | 2024-01-19T21:29:26.489Z | To configure your current shell, run: |
56 | 2024-01-19T21:29:26.489Z | source "$HOME/.cargo/env" |
57 | 2024-01-19T21:29:26.581Z | + rustc --version |
58 | 2024-01-19T21:29:26.696Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-19T21:29:26.705Z | process exited: duration 24744 ms, exit code 0 |
|
60 | 2024-01-19T21:29:26.711Z | starting task 2: "authentication" |
61 | 2024-01-19T21:29:26.762Z | process exited: duration 49 ms, exit code 0 |
|
62 | 2024-01-19T21:29:26.771Z | starting task 3: "clone repository" |
63 | 2024-01-19T21:29:26.778Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-19T21:29:26.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-19T21:29:26.877Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-19T21:29:34.277Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-19T21:29:34.278Z | + [[ -n silo-ip-pools-endpoint ]] |
68 | 2024-01-19T21:29:34.283Z | + git fetch origin silo-ip-pools-endpoint |
69 | 2024-01-19T21:29:34.608Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-19T21:29:34.611Z | * branch silo-ip-pools-endpoint -> FETCH_HEAD |
71 | 2024-01-19T21:29:34.646Z | + git checkout -B silo-ip-pools-endpoint remotes/origin/silo-ip-pools-endpoint |
72 | 2024-01-19T21:29:34.742Z | Switched to a new branch 'silo-ip-pools-endpoint' |
73 | 2024-01-19T21:29:34.752Z | branch 'silo-ip-pools-endpoint' set up to track 'origin/silo-ip-pools-endpoint'. |
74 | 2024-01-19T21:29:34.752Z | + git reset --hard 9e8500d11143c7c0601e5b08509958a07f032470 |
75 | 2024-01-19T21:29:34.922Z | HEAD is now at 9e8500d11 share query to fetch pools for silo |
76 | 2024-01-19T21:29:34.925Z | process exited: duration 8153 ms, exit code 0 |
|
77 | 2024-01-19T21:29:34.933Z | starting task 4: "build" |
78 | 2024-01-19T21:29:34.938Z | + cargo --version |
79 | 2024-01-19T21:29:34.947Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-19T21:29:35.144Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-19T21:29:35.147Z | info: downloading component 'cargo' |
82 | 2024-01-19T21:29:35.854Z | info: downloading component 'clippy' |
83 | 2024-01-19T21:29:36.088Z | info: downloading component 'rust-docs' |
84 | 2024-01-19T21:29:36.974Z | info: downloading component 'rust-std' |
85 | 2024-01-19T21:29:38.321Z | info: downloading component 'rustc' |
86 | 2024-01-19T21:29:42.130Z | info: downloading component 'rustfmt' |
87 | 2024-01-19T21:29:42.336Z | info: installing component 'cargo' |
88 | 2024-01-19T21:29:43.638Z | info: installing component 'clippy' |
89 | 2024-01-19T21:29:44.127Z | info: installing component 'rust-docs' |
90 | 2024-01-19T21:29:46.990Z | info: installing component 'rust-std' |
91 | 2024-01-19T21:29:49.436Z | info: installing component 'rustc' |
92 | 2024-01-19T21:29:55.806Z | info: installing component 'rustfmt' |
93 | 2024-01-19T21:29:56.357Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-19T21:29:56.360Z | + rustc --version |
95 | 2024-01-19T21:29:56.485Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-19T21:29:56.495Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2024-01-19T21:30:09.988Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2024-01-19T21:30:11.721Z | Startup: Caching catalogs ... Done |
99 | 2024-01-19T21:30:14.232Z | Planning: Solver setup ... Done (1.995s) |
100 | 2024-01-19T21:30:14.294Z | Planning: Running solver ... Done (0.054s) |
101 | 2024-01-19T21:30:14.314Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2024-01-19T21:30:14.383Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2024-01-19T21:30:14.662Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2024-01-19T21:30:14.745Z | Planning: Package planning ... Done (0.087s) |
105 | 2024-01-19T21:30:14.831Z | Planning: Merging actions ... Done (0.085s) |
106 | 2024-01-19T21:30:15.730Z | Planning: Checking for conflicting actions ... Done (0.900s) |
107 | 2024-01-19T21:30:15.751Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2024-01-19T21:30:20.739Z | Planning: Evaluating mediators ... Done (4.925s) |
109 | 2024-01-19T21:30:20.746Z | Planning: Planning completed in 8.90 seconds |
110 | 2024-01-19T21:30:23.611Z | Packages to install: 4 |
111 | 2024-01-19T21:30:23.611Z | Mediators to change: 2 |
112 | 2024-01-19T21:30:23.611Z | Services to change: 1 |
113 | 2024-01-19T21:30:23.611Z | Estimated space available: 148.87 GB |
114 | 2024-01-19T21:30:23.611Z | Estimated space to be consumed: 1.40 GB |
115 | 2024-01-19T21:30:23.615Z | Create boot environment: No |
116 | 2024-01-19T21:30:23.615Z | Create backup boot environment: No |
117 | 2024-01-19T21:30:23.615Z | Rebuild boot archive: No |
118 | 2024-01-19T21:30:23.615Z | |
119 | 2024-01-19T21:30:23.615Z | Changed mediators: |
120 | 2024-01-19T21:30:23.615Z | mediator clang: |
121 | 2024-01-19T21:30:23.615Z | version: None -> 15 (system default) |
122 | 2024-01-19T21:30:23.615Z | |
123 | 2024-01-19T21:30:23.616Z | mediator llvm: |
124 | 2024-01-19T21:30:23.616Z | version: 14 (system default) -> 15 (system default) |
125 | 2024-01-19T21:30:23.616Z | |
126 | 2024-01-19T21:30:23.616Z | Changed packages: |
127 | 2024-01-19T21:30:23.616Z | helios-dev |
128 | 2024-01-19T21:30:23.616Z | developer/build-essential |
129 | 2024-01-19T21:30:23.616Z | None -> 11-2.0 |
130 | 2024-01-19T21:30:23.616Z | library/libxmlsec1 |
131 | 2024-01-19T21:30:23.616Z | None -> 1.2.35-2.0 |
132 | 2024-01-19T21:30:23.618Z | ooce/developer/clang-15 |
133 | 2024-01-19T21:30:23.618Z | None -> 15.0.7-2.0 |
134 | 2024-01-19T21:30:23.618Z | ooce/developer/llvm-15 |
135 | 2024-01-19T21:30:23.618Z | None -> 15.0.7-2.0 |
136 | 2024-01-19T21:30:23.618Z | |
137 | 2024-01-19T21:30:23.618Z | Services: |
138 | 2024-01-19T21:30:23.618Z | restart_fmri: |
139 | 2024-01-19T21:30:23.618Z | svc:/system/update-man-index:default |
140 | 2024-01-19T21:30:23.850Z | |
141 | 2024-01-19T21:30:23.850Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2024-01-19T21:30:28.851Z | Download: 1248/3290 items 90.7/212.6MB 42% complete (18.1M/s) |
143 | 2024-01-19T21:30:34.902Z | Download: 2479/3290 items 120.2/212.6MB 56% complete (12.2M/s) |
144 | 2024-01-19T21:30:40.252Z | Download: 3274/3290 items 207.8/212.6MB 97% complete (11.7M/s) |
145 | 2024-01-19T21:30:41.439Z | Download: Completed 212.60 MB in 15.56 seconds (13.7M/s) |
146 | 2024-01-19T21:30:41.440Z | Actions: 1/3689 actions (Installing new actions) |
147 | 2024-01-19T21:31:00.955Z | Actions: 2632/3689 actions (Installing new actions) |
148 | 2024-01-19T21:31:01.696Z | Actions: Completed 3689 actions in 7.73 seconds. |
149 | 2024-01-19T21:31:01.696Z | Done (0.244s) |
150 | 2024-01-19T21:31:01.696Z | Done (0.000s) |
151 | 2024-01-19T21:31:01.696Z | Done (0.313s) |
152 | 2024-01-19T21:31:01.696Z | Done (7.579s) |
153 | 2024-01-19T21:31:01.697Z | Done (0.112s) |
154 | 2024-01-19T21:31:01.697Z | Done (0.000s) |
155 | 2024-01-19T21:31:01.697Z | Done (0.000s) |
156 | 2024-01-19T21:31:01.697Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-01-19T21:31:01.697Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-01-19T21:31:01.697Z | Planning: Consolidating action changes ... Done |
159 | 2024-01-19T21:31:01.697Z | Planning: Evaluating mediators ... Done |
160 | 2024-01-19T21:31:01.697Z | Planning: Planning completed in 0.76 seconds |
161 | 2024-01-19T21:31:01.697Z | Mediators to change: 2 |
162 | 2024-01-19T21:31:01.697Z | Create boot environment: No |
163 | 2024-01-19T21:31:01.697Z | Create backup boot environment: No |
164 | 2024-01-19T21:31:01.697Z | Done |
165 | 2024-01-19T21:31:01.698Z | Done |
166 | 2024-01-19T21:31:01.698Z | Done |
167 | 2024-01-19T21:31:04.555Z | Done |
168 | 2024-01-19T21:31:04.752Z | Done |
169 | 2024-01-19T21:31:04.752Z | Done |
170 | 2024-01-19T21:31:04.963Z | Done |
171 | 2024-01-19T21:31:06.019Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-01-19T21:31:06.680Z | Planning: Merging actions ... Done |
173 | 2024-01-19T21:31:06.681Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-01-19T21:31:06.681Z | Planning: Consolidating action changes ... Done |
175 | 2024-01-19T21:31:07.063Z | Planning: Evaluating mediators ... Done |
176 | 2024-01-19T21:31:07.063Z | Planning: Planning completed in 1.34 seconds |
177 | 2024-01-19T21:31:07.063Z | Packages to change: 1 |
178 | 2024-01-19T21:31:07.063Z | Mediators to change: 1 |
179 | 2024-01-19T21:31:07.063Z | Services to change: 1 |
180 | 2024-01-19T21:31:07.064Z | Create boot environment: No |
181 | 2024-01-19T21:31:07.064Z | Create backup boot environment: Yes |
182 | 2024-01-19T21:31:08.885Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-01-19T21:31:09.061Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2024-01-19T21:31:09.061Z | Done |
185 | 2024-01-19T21:31:09.061Z | Done |
186 | 2024-01-19T21:31:09.062Z | Done |
187 | 2024-01-19T21:31:33.170Z | Done |
188 | 2024-01-19T21:31:33.170Z | Done |
189 | 2024-01-19T21:31:33.170Z | Done |
190 | 2024-01-19T21:31:33.170Z | Done |
191 | 2024-01-19T21:31:33.170Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-01-19T21:31:33.184Z | clang system 15 system |
193 | 2024-01-19T21:31:33.184Z | csh system system illumos |
194 | 2024-01-19T21:31:33.184Z | ctags system system illumos |
195 | 2024-01-19T21:31:33.184Z | gcc vendor 12 vendor |
196 | 2024-01-19T21:31:33.187Z | gcc system 10 system |
197 | 2024-01-19T21:31:33.187Z | gcc system 7 system |
198 | 2024-01-19T21:31:33.188Z | go system 1.20 system |
199 | 2024-01-19T21:31:33.188Z | go system 1.19 system |
200 | 2024-01-19T21:31:33.188Z | llvm system 15 system |
201 | 2024-01-19T21:31:33.188Z | llvm system 14 system |
202 | 2024-01-19T21:31:33.188Z | mariadb system 10.6 system |
203 | 2024-01-19T21:31:33.188Z | mta vendor vendor dma |
204 | 2024-01-19T21:31:33.188Z | openjdk system 17 system |
205 | 2024-01-19T21:31:33.188Z | openjdk system 11 system |
206 | 2024-01-19T21:31:33.188Z | openjdk system 1.8 system |
207 | 2024-01-19T21:31:33.188Z | openssl vendor 3 vendor |
208 | 2024-01-19T21:31:33.188Z | perl system 5.36 system |
209 | 2024-01-19T21:31:33.188Z | postgresql system 15 system |
210 | 2024-01-19T21:31:33.188Z | postgresql system 13 system |
211 | 2024-01-19T21:31:33.188Z | python vendor 3 vendor |
212 | 2024-01-19T21:31:33.188Z | python system 2 system |
213 | 2024-01-19T21:31:33.188Z | python3 system 3.11 system |
214 | 2024-01-19T21:31:33.188Z | ruby system 3.0 system |
215 | 2024-01-19T21:31:33.188Z | words vendor vendor american-english |
216 | 2024-01-19T21:31:33.188Z | words system system australian-english |
217 | 2024-01-19T21:31:33.188Z | words system system british-english |
218 | 2024-01-19T21:31:33.188Z | words system system canadian-english |
219 | 2024-01-19T21:31:33.188Z | words system system french |
220 | 2024-01-19T21:31:33.188Z | words system system italian |
221 | 2024-01-19T21:31:33.189Z | words system system ngerman |
222 | 2024-01-19T21:31:33.189Z | words system system ogerman |
223 | 2024-01-19T21:31:33.189Z | words system system spanish |
224 | 2024-01-19T21:31:33.189Z | FMRI IFO |
225 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-01-19T21:31:33.189Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-01-19T21:31:33.190Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-01-19T21:31:33.190Z | + set -o errexit |
234 | 2024-01-19T21:31:33.190Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2024-01-19T21:31:33.190Z | ++ cd ./tools |
236 | 2024-01-19T21:31:33.190Z | ++ pwd |
237 | 2024-01-19T21:31:33.190Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2024-01-19T21:31:33.190Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2024-01-19T21:31:33.190Z | + ARG0=ci_download_cockroachdb |
240 | 2024-01-19T21:31:33.190Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2024-01-19T21:31:33.190Z | + CIDL_VERSION=v22.1.9 |
242 | 2024-01-19T21:31:33.190Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2024-01-19T21:31:33.190Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
244 | 2024-01-19T21:31:33.190Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
245 | 2024-01-19T21:31:33.190Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
246 | 2024-01-19T21:31:33.190Z | + TARGET_DIR=out |
247 | 2024-01-19T21:31:33.190Z | + DOWNLOAD_DIR=out/downloads |
248 | 2024-01-19T21:31:33.190Z | + DEST_DIR=./out/cockroachdb |
249 | 2024-01-19T21:31:33.190Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2024-01-19T21:31:33.190Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2024-01-19T21:31:33.190Z | + main |
252 | 2024-01-19T21:31:33.190Z | + [[ 0 != 0 ]] |
253 | 2024-01-19T21:31:33.190Z | + CIDL_OS=solaris2.11 |
254 | 2024-01-19T21:31:33.190Z | + [[ 0 != 0 ]] |
255 | 2024-01-19T21:31:33.190Z | + configure_os solaris2.11 |
256 | 2024-01-19T21:31:33.191Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2024-01-19T21:31:33.191Z | current directory: /work/oxidecomputer/omicron |
258 | 2024-01-19T21:31:33.191Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2024-01-19T21:31:33.191Z | configuring based on OS: "solaris2.11" |
260 | 2024-01-19T21:31:33.191Z | + case "$1" in |
261 | 2024-01-19T21:31:33.191Z | + CIDL_BUILD=illumos |
262 | 2024-01-19T21:31:33.191Z | + CIDL_SUFFIX=tar.gz |
263 | 2024-01-19T21:31:33.191Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
264 | 2024-01-19T21:31:33.191Z | + CIDL_MD5FUNC=do_md5sum |
265 | 2024-01-19T21:31:33.191Z | + CIDL_URL_BASE=https://illumos.org/downloads |
266 | 2024-01-19T21:31:33.191Z | + CIDL_ASSEMBLE=do_assemble_illumos |
267 | 2024-01-19T21:31:33.191Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2024-01-19T21:31:33.191Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-01-19T21:31:33.191Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2024-01-19T21:31:33.191Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2024-01-19T21:31:33.192Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-19T21:31:33.192Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2024-01-19T21:31:33.193Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2024-01-19T21:31:33.193Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-19T21:31:33.193Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-19T21:31:33.193Z | + mkdir -p out/downloads |
277 | 2024-01-19T21:31:33.193Z | + mkdir -p ./out/cockroachdb |
278 | 2024-01-19T21:31:33.193Z | + local DO_DOWNLOAD=true |
279 | 2024-01-19T21:31:33.193Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2024-01-19T21:31:33.193Z | + '[' true == true ']' |
281 | 2024-01-19T21:31:33.193Z | + echo Downloading... |
282 | 2024-01-19T21:31:33.193Z | Downloading... |
283 | 2024-01-19T21:31:33.193Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-01-19T21:31:33.193Z | + 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 |
285 | 2024-01-19T21:31:33.194Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-01-19T21:31:33.194Z | ++ md5sum |
287 | 2024-01-19T21:31:33.329Z | ++ awk '{print $1}' |
288 | 2024-01-19T21:31:33.329Z | Build Tag: v22.1.9-dirty |
289 | 2024-01-19T21:31:33.329Z | Build Time: 2022/10/26 21:17:46 |
290 | 2024-01-19T21:31:33.329Z | Distribution: OSS |
291 | 2024-01-19T21:31:33.329Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
292 | 2024-01-19T21:31:33.329Z | Go Version: go1.17.13 |
293 | 2024-01-19T21:31:33.329Z | C Compiler: gcc 10.3.0 |
294 | 2024-01-19T21:31:33.329Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
295 | 2024-01-19T21:31:33.329Z | Build Type: release |
296 | 2024-01-19T21:31:33.329Z | current directory: /work/oxidecomputer/omicron |
297 | 2024-01-19T21:31:33.330Z | configuring based on OS: "solaris2.11" |
298 | 2024-01-19T21:31:33.330Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
299 | 2024-01-19T21:31:33.330Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
300 | 2024-01-19T21:31:33.330Z | Downloading... |
301 | 2024-01-19T21:31:33.330Z | ClickHouse server version 22.8.9.1. |
302 | 2024-01-19T21:31:33.330Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
303 | 2024-01-19T21:31:33.330Z | Local file: out/downloads/console.tar.gz |
304 | 2024-01-19T21:31:33.330Z | Downloading... |
305 | 2024-01-19T21:31:33.330Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
306 | 2024-01-19T21:31:33.330Z | + [[ 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 ]] |
307 | 2024-01-19T21:31:33.330Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-01-19T21:31:33.330Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
309 | 2024-01-19T21:31:33.330Z | + do_assemble_illumos |
310 | 2024-01-19T21:31:33.330Z | + rm -r ./out/cockroachdb |
311 | 2024-01-19T21:31:33.330Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
312 | 2024-01-19T21:31:33.330Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
313 | 2024-01-19T21:31:33.330Z | + ./out/cockroachdb/bin/cockroach version |
314 | 2024-01-19T21:31:33.330Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
315 | 2024-01-19T21:31:33.330Z | + set -o errexit |
316 | 2024-01-19T21:31:33.330Z | Downloading... |
317 | 2024-01-19T21:31:33.330Z | +++ dirname ./tools/ci_download_clickhouse |
318 | 2024-01-19T21:31:33.330Z | ++ cd ./tools |
319 | 2024-01-19T21:31:33.331Z | ++ pwd |
320 | 2024-01-19T21:31:33.331Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
321 | 2024-01-19T21:31:33.331Z | ++ basename ./tools/ci_download_clickhouse |
322 | 2024-01-19T21:31:33.331Z | + ARG0=ci_download_clickhouse |
323 | 2024-01-19T21:31:33.331Z | + TARGET_DIR=out |
324 | 2024-01-19T21:31:33.331Z | + DOWNLOAD_DIR=out/downloads |
325 | 2024-01-19T21:31:33.331Z | + DEST_DIR=./out/clickhouse |
326 | 2024-01-19T21:31:33.331Z | + CIDL_VERSION=v22.8.9.24 |
327 | 2024-01-19T21:31:33.331Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
328 | 2024-01-19T21:31:33.331Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
329 | 2024-01-19T21:31:33.331Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
330 | 2024-01-19T21:31:33.331Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
331 | 2024-01-19T21:31:33.331Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
332 | 2024-01-19T21:31:33.336Z | + main |
333 | 2024-01-19T21:31:33.336Z | + [[ 0 != 0 ]] |
334 | 2024-01-19T21:31:33.336Z | + CIDL_OS=solaris2.11 |
335 | 2024-01-19T21:31:33.336Z | + [[ 0 != 0 ]] |
336 | 2024-01-19T21:31:33.336Z | + configure_os solaris2.11 |
337 | 2024-01-19T21:31:33.336Z | + echo 'current directory: /work/oxidecomputer/omicron' |
338 | 2024-01-19T21:31:33.336Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2024-01-19T21:31:33.336Z | + CIDL_DASHREV= |
340 | 2024-01-19T21:31:33.336Z | + case "$1" in |
341 | 2024-01-19T21:31:33.336Z | + CIDL_PLATFORM=illumos |
342 | 2024-01-19T21:31:33.336Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2024-01-19T21:31:33.336Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2024-01-19T21:31:33.336Z | + CIDL_DASHREV=-1 |
345 | 2024-01-19T21:31:33.336Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2024-01-19T21:31:33.336Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-19T21:31:33.336Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-01-19T21:31:33.336Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-01-19T21:31:33.336Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-01-19T21:31:33.336Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-01-19T21:31:33.336Z | + mkdir -p out/downloads |
352 | 2024-01-19T21:31:33.336Z | + mkdir -p ./out/clickhouse |
353 | 2024-01-19T21:31:33.337Z | + local DO_DOWNLOAD=true |
354 | 2024-01-19T21:31:33.337Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-01-19T21:31:33.337Z | + '[' true == true ']' |
356 | 2024-01-19T21:31:33.337Z | + echo Downloading... |
357 | 2024-01-19T21:31:33.337Z | + 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 |
358 | 2024-01-19T21:31:33.339Z | + 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 |
359 | 2024-01-19T21:31:33.339Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-01-19T21:31:33.339Z | ++ md5sum |
361 | 2024-01-19T21:31:33.339Z | ++ awk '{print $1}' |
362 | 2024-01-19T21:31:33.339Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-01-19T21:31:33.339Z | + [[ 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 ]] |
364 | 2024-01-19T21:31:33.339Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-01-19T21:31:33.339Z | + mkdir -p ./out/clickhouse |
366 | 2024-01-19T21:31:33.339Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-01-19T21:31:33.339Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-01-19T21:31:33.339Z | + set -o errexit |
369 | 2024-01-19T21:31:33.339Z | +++ dirname ./tools/ci_download_console |
370 | 2024-01-19T21:31:33.339Z | ++ cd ./tools |
371 | 2024-01-19T21:31:33.340Z | ++ pwd |
372 | 2024-01-19T21:31:33.340Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-01-19T21:31:33.340Z | ++ basename ./tools/ci_download_console |
374 | 2024-01-19T21:31:33.340Z | + ARG0=ci_download_console |
375 | 2024-01-19T21:31:33.340Z | + TARGET_DIR=out |
376 | 2024-01-19T21:31:33.340Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-01-19T21:31:33.340Z | + DEST_DIR=./out/console-assets |
378 | 2024-01-19T21:31:33.340Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-01-19T21:31:33.340Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
380 | 2024-01-19T21:31:33.340Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
381 | 2024-01-19T21:31:33.340Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
382 | 2024-01-19T21:31:33.342Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-01-19T21:31:33.342Z | + main |
384 | 2024-01-19T21:31:33.342Z | + [[ 0 != 0 ]] |
385 | 2024-01-19T21:31:33.342Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
386 | 2024-01-19T21:31:33.342Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-01-19T21:31:33.413Z | + local DO_DOWNLOAD=true |
388 | 2024-01-19T21:31:33.413Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-01-19T21:31:33.413Z | + mkdir -p out/downloads |
390 | 2024-01-19T21:31:33.413Z | + '[' true == true ']' |
391 | 2024-01-19T21:31:33.413Z | + echo Downloading... |
392 | 2024-01-19T21:31:33.413Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
393 | 2024-01-19T21:31:33.413Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
394 | 2024-01-19T21:31:33.413Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-01-19T21:31:33.413Z | ++ case "$OSTYPE" in |
396 | 2024-01-19T21:31:33.413Z | ++ SHA=sha256sum |
397 | 2024-01-19T21:31:33.413Z | ++ sha256sum |
398 | 2024-01-19T21:31:33.414Z | ++ awk '{print $1}' |
399 | 2024-01-19T21:31:33.414Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
400 | 2024-01-19T21:31:33.414Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
401 | 2024-01-19T21:31:33.414Z | + rm -rf ./out/console-assets |
402 | 2024-01-19T21:31:33.414Z | + mkdir -p ./out/console-assets |
403 | 2024-01-19T21:31:33.414Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-01-19T21:31:33.414Z | + mkdir -p ./out/console-assets |
405 | 2024-01-19T21:31:33.415Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-01-19T21:31:33.415Z | + set -o errexit |
407 | 2024-01-19T21:31:33.415Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2024-01-19T21:31:33.415Z | ++ cd ./tools |
409 | 2024-01-19T21:31:33.415Z | ++ pwd |
410 | 2024-01-19T21:31:33.415Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-01-19T21:31:33.415Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2024-01-19T21:31:33.415Z | + ARG0=ci_download_maghemite_openapi |
413 | 2024-01-19T21:31:33.415Z | + TARGET_DIR=out |
414 | 2024-01-19T21:31:33.415Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-01-19T21:31:33.415Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2024-01-19T21:31:33.415Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
417 | 2024-01-19T21:31:33.415Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2024-01-19T21:31:33.415Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
419 | 2024-01-19T21:31:33.415Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
420 | 2024-01-19T21:31:33.415Z | + main |
421 | 2024-01-19T21:31:33.415Z | + [[ 0 != 0 ]] |
422 | 2024-01-19T21:31:33.415Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
423 | 2024-01-19T21:31:33.416Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
424 | 2024-01-19T21:31:33.416Z | + local DO_DOWNLOAD=true |
425 | 2024-01-19T21:31:33.416Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
426 | 2024-01-19T21:31:33.416Z | + mkdir -p out/downloads |
427 | 2024-01-19T21:31:33.416Z | + '[' true == true ']' |
428 | 2024-01-19T21:31:33.416Z | + echo Downloading... |
429 | 2024-01-19T21:31:33.416Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
430 | 2024-01-19T21:31:33.416Z | + 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 |
431 | 2024-01-19T21:31:33.439Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
432 | 2024-01-19T21:31:33.439Z | ++ case "$OSTYPE" in |
433 | 2024-01-19T21:31:33.439Z | ++ SHA=sha256sum |
434 | 2024-01-19T21:31:33.472Z | ++ sha256sum |
435 | 2024-01-19T21:31:33.472Z | ++ awk '{print $1}' |
436 | 2024-01-19T21:31:33.472Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2024-01-19T21:31:33.472Z | + [[ 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 ]] |
438 | 2024-01-19T21:31:33.472Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2024-01-19T21:31:33.472Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
440 | 2024-01-19T21:31:33.472Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
441 | 2024-01-19T21:31:33.472Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
442 | 2024-01-19T21:31:33.473Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2024-01-19T21:31:33.473Z | + main |
444 | 2024-01-19T21:31:33.473Z | + [[ 0 != 0 ]] |
445 | 2024-01-19T21:31:33.473Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
446 | 2024-01-19T21:31:33.473Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
447 | 2024-01-19T21:31:33.473Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
448 | 2024-01-19T21:31:33.473Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
449 | 2024-01-19T21:31:33.473Z | + local DO_DOWNLOAD=true |
450 | 2024-01-19T21:31:33.473Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
451 | 2024-01-19T21:31:33.473Z | + mkdir -p out/downloads |
452 | 2024-01-19T21:31:33.474Z | + '[' true == true ']' |
453 | 2024-01-19T21:31:33.474Z | + echo Downloading... |
454 | 2024-01-19T21:31:33.474Z | Downloading... |
455 | 2024-01-19T21:31:33.474Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2024-01-19T21:31:33.474Z | + 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 |
457 | 2024-01-19T21:31:34.064Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2024-01-19T21:31:34.072Z | ++ case "$OSTYPE" in |
459 | 2024-01-19T21:31:34.072Z | ++ SHA=sha256sum |
460 | 2024-01-19T21:31:34.072Z | ++ sha256sum |
461 | 2024-01-19T21:31:34.072Z | ++ awk '{print $1}' |
462 | 2024-01-19T21:31:34.083Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
463 | 2024-01-19T21:31:34.085Z | + [[ 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 ]] |
464 | 2024-01-19T21:31:34.105Z | + set -o errexit |
465 | 2024-01-19T21:31:34.105Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2024-01-19T21:31:34.105Z | ++ cd ./tools |
467 | 2024-01-19T21:31:34.105Z | ++ pwd |
468 | 2024-01-19T21:31:34.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2024-01-19T21:31:34.106Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2024-01-19T21:31:34.107Z | + ARG0=ci_download_dendrite_openapi |
471 | 2024-01-19T21:31:34.107Z | + TARGET_DIR=out |
472 | 2024-01-19T21:31:34.107Z | + DOWNLOAD_DIR=out/downloads |
473 | 2024-01-19T21:31:34.107Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2024-01-19T21:31:34.107Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
475 | 2024-01-19T21:31:34.107Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
476 | 2024-01-19T21:31:34.107Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
477 | 2024-01-19T21:31:34.107Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
478 | 2024-01-19T21:31:34.107Z | + main |
479 | 2024-01-19T21:31:34.107Z | + [[ 0 != 0 ]] |
480 | 2024-01-19T21:31:34.107Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
481 | 2024-01-19T21:31:34.107Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
482 | 2024-01-19T21:31:34.107Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
483 | 2024-01-19T21:31:34.107Z | + local DO_DOWNLOAD=true |
484 | 2024-01-19T21:31:34.107Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
485 | 2024-01-19T21:31:34.107Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
486 | 2024-01-19T21:31:34.107Z | + mkdir -p out/downloads |
487 | 2024-01-19T21:31:34.107Z | + '[' true == true ']' |
488 | 2024-01-19T21:31:34.107Z | + echo Downloading... |
489 | 2024-01-19T21:31:34.107Z | Downloading... |
490 | 2024-01-19T21:31:34.107Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
491 | 2024-01-19T21:31:34.107Z | + 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 |
492 | 2024-01-19T21:31:34.281Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
493 | 2024-01-19T21:31:34.281Z | ++ case "$OSTYPE" in |
494 | 2024-01-19T21:31:34.351Z | ++ SHA=sha256sum |
495 | 2024-01-19T21:31:34.351Z | ++ sha256sum |
496 | 2024-01-19T21:31:34.351Z | ++ awk '{print $1}' |
497 | 2024-01-19T21:31:34.351Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2024-01-19T21:31:34.383Z | + [[ 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 ]] |
499 | 2024-01-19T21:31:34.383Z | + set -o errexit |
500 | 2024-01-19T21:31:34.383Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2024-01-19T21:31:34.383Z | ++ cd ./tools |
502 | 2024-01-19T21:31:34.383Z | ++ pwd |
503 | 2024-01-19T21:31:34.383Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2024-01-19T21:31:34.383Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2024-01-19T21:31:34.383Z | + ARG0=ci_download_dendrite_stub |
506 | 2024-01-19T21:31:34.383Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2024-01-19T21:31:34.383Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
508 | 2024-01-19T21:31:34.383Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
509 | 2024-01-19T21:31:34.383Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
510 | 2024-01-19T21:31:34.383Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2024-01-19T21:31:34.383Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
512 | 2024-01-19T21:31:34.383Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
513 | 2024-01-19T21:31:34.383Z | + TARGET_DIR=out |
514 | 2024-01-19T21:31:34.384Z | + DOWNLOAD_DIR=out/downloads |
515 | 2024-01-19T21:31:34.384Z | + DEST_DIR=./out/dendrite-stub |
516 | 2024-01-19T21:31:34.384Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2024-01-19T21:31:34.384Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2024-01-19T21:31:34.384Z | + REPO=oxidecomputer/dendrite |
519 | 2024-01-19T21:31:34.384Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
520 | 2024-01-19T21:31:34.384Z | + main |
521 | 2024-01-19T21:31:34.384Z | + [[ 0 != 0 ]] |
522 | 2024-01-19T21:31:34.384Z | + CIDL_OS=solaris2.11 |
523 | 2024-01-19T21:31:34.384Z | + [[ 0 != 0 ]] |
524 | 2024-01-19T21:31:34.384Z | + configure_os solaris2.11 |
525 | 2024-01-19T21:31:34.384Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2024-01-19T21:31:34.384Z | current directory: /work/oxidecomputer/omicron |
527 | 2024-01-19T21:31:34.384Z | configuring based on OS: "solaris2.11" |
528 | 2024-01-19T21:31:34.384Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2024-01-19T21:31:34.384Z | + case "$1" in |
530 | 2024-01-19T21:31:34.384Z | + SET_BINARIES= |
531 | 2024-01-19T21:31:34.384Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
532 | 2024-01-19T21:31:34.384Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2024-01-19T21:31:34.384Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2024-01-19T21:31:34.384Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
535 | 2024-01-19T21:31:34.384Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2024-01-19T21:31:34.384Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
537 | 2024-01-19T21:31:34.385Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
538 | 2024-01-19T21:31:34.391Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2024-01-19T21:31:34.391Z | + mkdir -p out/downloads |
540 | 2024-01-19T21:31:34.391Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2024-01-19T21:31:34.391Z | + mkdir -p ./out/dendrite-stub |
542 | 2024-01-19T21:31:34.391Z | + fetch_and_verify |
543 | 2024-01-19T21:31:34.392Z | + local DO_DOWNLOAD=true |
544 | 2024-01-19T21:31:34.392Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2024-01-19T21:31:34.392Z | + '[' true == true ']' |
546 | 2024-01-19T21:31:34.392Z | + echo Downloading... |
547 | 2024-01-19T21:31:34.392Z | Downloading... |
548 | 2024-01-19T21:31:34.392Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2024-01-19T21:31:34.392Z | + 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 |
550 | 2024-01-19T21:31:39.634Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2024-01-19T21:31:39.639Z | ++ sha256sum |
552 | 2024-01-19T21:31:39.639Z | ++ awk '{print $1}' |
553 | 2024-01-19T21:31:39.740Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
554 | 2024-01-19T21:31:39.741Z | + [[ 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 ]] |
555 | 2024-01-19T21:31:39.745Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2024-01-19T21:31:39.745Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2024-01-19T21:31:40.855Z | + do_assemble |
558 | 2024-01-19T21:31:40.855Z | + rm -r ./out/dendrite-stub |
559 | 2024-01-19T21:31:40.863Z | + mkdir ./out/dendrite-stub |
560 | 2024-01-19T21:31:40.863Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2024-01-19T21:31:41.023Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2024-01-19T21:31:41.036Z | + set -o errexit |
563 | 2024-01-19T21:31:41.039Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2024-01-19T21:31:41.042Z | ++ cd ./tools |
565 | 2024-01-19T21:31:41.042Z | ++ pwd |
566 | 2024-01-19T21:31:41.042Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2024-01-19T21:31:41.042Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2024-01-19T21:31:41.046Z | + ARG0=ci_download_maghemite_mgd |
569 | 2024-01-19T21:31:41.046Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2024-01-19T21:31:41.046Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
571 | 2024-01-19T21:31:41.046Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
572 | 2024-01-19T21:31:41.046Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2024-01-19T21:31:41.046Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
574 | 2024-01-19T21:31:41.046Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
575 | 2024-01-19T21:31:41.046Z | + TARGET_DIR=out |
576 | 2024-01-19T21:31:41.046Z | + DOWNLOAD_DIR=out/downloads |
577 | 2024-01-19T21:31:41.048Z | + DEST_DIR=./out/mgd |
578 | 2024-01-19T21:31:41.048Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2024-01-19T21:31:41.048Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2024-01-19T21:31:41.048Z | + REPO=oxidecomputer/maghemite |
581 | 2024-01-19T21:31:41.048Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
582 | 2024-01-19T21:31:41.048Z | + main |
583 | 2024-01-19T21:31:41.048Z | + [[ 0 != 0 ]] |
584 | 2024-01-19T21:31:41.048Z | + CIDL_OS=solaris2.11 |
585 | 2024-01-19T21:31:41.048Z | + [[ 0 != 0 ]] |
586 | 2024-01-19T21:31:41.048Z | + configure_os solaris2.11 |
587 | 2024-01-19T21:31:41.048Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2024-01-19T21:31:41.048Z | current directory: /work/oxidecomputer/omicron |
589 | 2024-01-19T21:31:41.048Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2024-01-19T21:31:41.048Z | configuring based on OS: "solaris2.11" |
591 | 2024-01-19T21:31:41.048Z | + case "$1" in |
592 | 2024-01-19T21:31:41.048Z | + SET_BINARIES= |
593 | 2024-01-19T21:31:41.048Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2024-01-19T21:31:41.048Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2024-01-19T21:31:41.049Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
596 | 2024-01-19T21:31:41.049Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2024-01-19T21:31:41.049Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
598 | 2024-01-19T21:31:41.049Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
599 | 2024-01-19T21:31:41.049Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2024-01-19T21:31:41.049Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-01-19T21:31:41.049Z | + mkdir -p out/downloads |
602 | 2024-01-19T21:31:41.052Z | + mkdir -p ./out/mgd |
603 | 2024-01-19T21:31:41.052Z | + fetch_and_verify |
604 | 2024-01-19T21:31:41.052Z | + local DO_DOWNLOAD=true |
605 | 2024-01-19T21:31:41.052Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2024-01-19T21:31:41.052Z | + '[' true == true ']' |
607 | 2024-01-19T21:31:41.052Z | + echo Downloading... |
608 | 2024-01-19T21:31:41.052Z | Downloading... |
609 | 2024-01-19T21:31:41.052Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2024-01-19T21:31:41.052Z | + 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 |
611 | 2024-01-19T21:31:45.884Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2024-01-19T21:31:45.894Z | ++ sha256sum |
613 | 2024-01-19T21:31:45.894Z | ++ awk '{print $1}' |
614 | 2024-01-19T21:31:45.980Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
615 | 2024-01-19T21:31:45.980Z | + [[ 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 ]] |
616 | 2024-01-19T21:31:45.988Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2024-01-19T21:31:45.988Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2024-01-19T21:31:46.609Z | + do_assemble |
619 | 2024-01-19T21:31:46.610Z | + rm -r ./out/mgd |
620 | 2024-01-19T21:31:46.615Z | + mkdir ./out/mgd |
621 | 2024-01-19T21:31:46.618Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2024-01-19T21:31:46.834Z | + set -o errexit |
623 | 2024-01-19T21:31:46.838Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2024-01-19T21:31:46.841Z | ++ cd ./tools |
625 | 2024-01-19T21:31:46.841Z | ++ pwd |
626 | 2024-01-19T21:31:46.841Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2024-01-19T21:31:46.841Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2024-01-19T21:31:46.845Z | + ARG0=ci_download_transceiver_control |
629 | 2024-01-19T21:31:46.845Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2024-01-19T21:31:46.845Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2024-01-19T21:31:46.845Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-01-19T21:31:46.845Z | + TARGET_DIR=out |
633 | 2024-01-19T21:31:46.846Z | + DOWNLOAD_DIR=out/downloads |
634 | 2024-01-19T21:31:46.846Z | + DEST_DIR=./out/transceiver-control |
635 | 2024-01-19T21:31:46.846Z | + BIN_DIR=/opt/oxide/bin |
636 | 2024-01-19T21:31:46.846Z | + BINARY=xcvradm |
637 | 2024-01-19T21:31:46.846Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2024-01-19T21:31:46.846Z | + REPO=oxidecomputer/transceiver-control |
639 | 2024-01-19T21:31:46.846Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-01-19T21:31:46.846Z | + main |
641 | 2024-01-19T21:31:46.846Z | + [[ 0 != 0 ]] |
642 | 2024-01-19T21:31:46.846Z | + CIDL_OS=solaris2.11 |
643 | 2024-01-19T21:31:46.846Z | + [[ 0 != 0 ]] |
644 | 2024-01-19T21:31:46.846Z | + configure_os solaris2.11 |
645 | 2024-01-19T21:31:46.847Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2024-01-19T21:31:46.847Z | current directory: /work/oxidecomputer/omicron |
647 | 2024-01-19T21:31:46.847Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2024-01-19T21:31:46.847Z | + case "$1" in |
649 | 2024-01-19T21:31:46.847Z | configuring based on OS: "solaris2.11" |
650 | 2024-01-19T21:31:46.847Z | + SET_BINARIES= |
651 | 2024-01-19T21:31:46.847Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-01-19T21:31:46.847Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2024-01-19T21:31:46.847Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2024-01-19T21:31:46.847Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2024-01-19T21:31:46.848Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
656 | 2024-01-19T21:31:46.848Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
657 | 2024-01-19T21:31:46.848Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-01-19T21:31:46.848Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2024-01-19T21:31:46.848Z | Local file: out/downloads/xcvradm.gz |
660 | 2024-01-19T21:31:46.848Z | + mkdir -p out/downloads |
661 | 2024-01-19T21:31:46.851Z | + mkdir -p ./out/transceiver-control |
662 | 2024-01-19T21:31:46.851Z | + fetch_and_verify |
663 | 2024-01-19T21:31:46.851Z | + local DO_DOWNLOAD=true |
664 | 2024-01-19T21:31:46.851Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2024-01-19T21:31:46.851Z | + '[' true == true ']' |
666 | 2024-01-19T21:31:46.851Z | + echo Downloading... |
667 | 2024-01-19T21:31:46.851Z | Downloading... |
668 | 2024-01-19T21:31:46.851Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2024-01-19T21:31:46.851Z | + 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 |
670 | 2024-01-19T21:31:48.359Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2024-01-19T21:31:48.382Z | ++ sha256sum |
672 | 2024-01-19T21:31:48.382Z | ++ awk '{print $1}' |
673 | 2024-01-19T21:31:48.382Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-01-19T21:31:48.382Z | + [[ 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 ]] |
675 | 2024-01-19T21:31:48.382Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2024-01-19T21:31:48.382Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2024-01-19T21:31:48.382Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2024-01-19T21:31:48.473Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2024-01-19T21:31:48.482Z | + do_assemble |
680 | 2024-01-19T21:31:48.482Z | + rm -r ./out/transceiver-control |
681 | 2024-01-19T21:31:48.482Z | + mkdir ./out/transceiver-control |
682 | 2024-01-19T21:31:48.488Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2024-01-19T21:31:48.744Z | All prerequisites installed successfully |
684 | 2024-01-19T21:31:48.747Z | |
685 | 2024-01-19T21:31:48.747Z | real 1:52.227601797 |
686 | 2024-01-19T21:31:48.747Z | user 53.170468548 |
687 | 2024-01-19T21:31:48.747Z | sys 10.454851227 |
688 | 2024-01-19T21:31:48.747Z | trap 0.025929621 |
689 | 2024-01-19T21:31:48.747Z | tflt 0.329737738 |
690 | 2024-01-19T21:31:48.747Z | dflt 0.471842350 |
691 | 2024-01-19T21:31:48.747Z | kflt 0.302295217 |
692 | 2024-01-19T21:31:48.747Z | lock 3.132478753 |
693 | 2024-01-19T21:31:48.747Z | slp 3:21.816502606 |
694 | 2024-01-19T21:31:48.747Z | lat 3.537278916 |
695 | 2024-01-19T21:31:48.747Z | stop 0.060029874 |
696 | 2024-01-19T21:31:48.747Z | + banner end-to-end-tests |
697 | 2024-01-19T21:31:48.750Z | |
698 | 2024-01-19T21:31:48.750Z | ###### # # ##### ##### #### ###### # # ##### |
699 | 2024-01-19T21:31:48.750Z | # ## # # # # # # # ## # # # |
700 | 2024-01-19T21:31:48.750Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
701 | 2024-01-19T21:31:48.750Z | # # # # # # # # # # # # # # # |
702 | 2024-01-19T21:31:48.751Z | # # ## # # # # # # # ## # # |
703 | 2024-01-19T21:31:48.751Z | ###### # # ##### # #### ###### # # ##### |
704 | 2024-01-19T21:31:48.751Z | |
705 | 2024-01-19T21:31:48.751Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-01-19T21:31:48.751Z | + CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2024-01-19T21:31:48.751Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-01-19T21:31:48.751Z | + CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2024-01-19T21:31:48.751Z | + export CARGO_INCREMENTAL=0 |
710 | 2024-01-19T21:31:48.751Z | + CARGO_INCREMENTAL=0 |
711 | 2024-01-19T21:31:48.751Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
712 | 2024-01-19T21:31:49.185Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2024-01-19T21:31:49.549Z | Updating crates.io index |
714 | 2024-01-19T21:31:49.552Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2024-01-19T21:31:50.465Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2024-01-19T21:31:53.070Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2024-01-19T21:31:53.668Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2024-01-19T21:31:53.967Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2024-01-19T21:31:54.258Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2024-01-19T21:31:54.536Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2024-01-19T21:31:55.585Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2024-01-19T21:31:57.904Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2024-01-19T21:31:58.996Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2024-01-19T21:31:59.351Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2024-01-19T21:31:59.966Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2024-01-19T21:32:00.295Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
727 | 2024-01-19T21:32:00.625Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2024-01-19T21:32:00.979Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2024-01-19T21:32:01.530Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2024-01-19T21:32:01.822Z | Updating git repository `https://github.com/njaremko/samael` |
731 | 2024-01-19T21:32:02.505Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2024-01-19T21:32:04.883Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2024-01-19T21:32:05.249Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2024-01-19T21:32:05.982Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2024-01-19T21:32:06.815Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2024-01-19T21:32:07.410Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2024-01-19T21:32:10.370Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2024-01-19T21:32:10.825Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2024-01-19T21:32:11.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2024-01-19T21:32:13.169Z | Downloading crates ... |
741 | 2024-01-19T21:32:13.437Z | Downloaded bzip2 v0.4.4 |
742 | 2024-01-19T21:32:13.457Z | Downloaded addr2line v0.21.0 |
743 | 2024-01-19T21:32:13.457Z | Downloaded byteorder v1.5.0 |
744 | 2024-01-19T21:32:13.457Z | Downloaded curve25519-dalek-derive v0.1.0 |
745 | 2024-01-19T21:32:13.457Z | Downloaded cobs v0.2.3 |
746 | 2024-01-19T21:32:13.457Z | Downloaded async-trait v0.1.77 |
747 | 2024-01-19T21:32:13.971Z | Downloaded cancel-safe-futures v0.1.5 |
748 | 2024-01-19T21:32:13.972Z | Downloaded md5 v0.7.0 |
749 | 2024-01-19T21:32:13.972Z | Downloaded md-5 v0.10.5 |
750 | 2024-01-19T21:32:13.972Z | Downloaded clap v4.4.3 |
751 | 2024-01-19T21:32:13.972Z | Downloaded newtype_derive v0.1.6 |
752 | 2024-01-19T21:32:13.972Z | Downloaded colorchoice v1.0.0 |
753 | 2024-01-19T21:32:13.972Z | Downloaded num-derive v0.4.0 |
754 | 2024-01-19T21:32:13.972Z | Downloaded managed v0.8.0 |
755 | 2024-01-19T21:32:13.972Z | Downloaded pretty-hex v0.2.1 |
756 | 2024-01-19T21:32:13.972Z | Downloaded match_cfg v0.1.0 |
757 | 2024-01-19T21:32:13.972Z | Downloaded precomputed-hash v0.1.1 |
758 | 2024-01-19T21:32:13.972Z | Downloaded num_enum v0.5.11 |
759 | 2024-01-19T21:32:13.972Z | Downloaded cstr-argument v0.1.2 |
760 | 2024-01-19T21:32:13.972Z | Downloaded predicates v3.1.0 |
761 | 2024-01-19T21:32:13.972Z | Downloaded parse-display v0.8.2 |
762 | 2024-01-19T21:32:13.973Z | Downloaded bit-vec v0.6.3 |
763 | 2024-01-19T21:32:13.973Z | Downloaded clap_derive v4.4.2 |
764 | 2024-01-19T21:32:13.973Z | Downloaded diesel_table_macro_syntax v0.1.0 |
765 | 2024-01-19T21:32:13.973Z | Downloaded darling_macro v0.20.3 |
766 | 2024-01-19T21:32:13.973Z | Downloaded pretty-hex v0.4.1 |
767 | 2024-01-19T21:32:13.973Z | Downloaded async-stream v0.3.5 |
768 | 2024-01-19T21:32:13.973Z | Downloaded pbkdf2 v0.11.0 |
769 | 2024-01-19T21:32:13.973Z | Downloaded mime_guess v2.0.4 |
770 | 2024-01-19T21:32:13.974Z | Downloaded pkg-config v0.3.27 |
771 | 2024-01-19T21:32:13.974Z | Downloaded num v0.4.1 |
772 | 2024-01-19T21:32:13.974Z | Downloaded time-core v0.1.1 |
773 | 2024-01-19T21:32:13.974Z | Downloaded http-range v0.1.5 |
774 | 2024-01-19T21:32:13.974Z | Downloaded cipher v0.4.4 |
775 | 2024-01-19T21:32:13.974Z | Downloaded toolchain_find v0.2.0 |
776 | 2024-01-19T21:32:13.974Z | Downloaded terminal_size v0.2.6 |
777 | 2024-01-19T21:32:13.975Z | Downloaded synstructure v0.12.6 |
778 | 2024-01-19T21:32:13.975Z | Downloaded dirs-sys v0.4.1 |
779 | 2024-01-19T21:32:13.975Z | Downloaded pbkdf2 v0.12.2 |
780 | 2024-01-19T21:32:13.975Z | Downloaded dirs v5.0.1 |
781 | 2024-01-19T21:32:13.975Z | Downloaded anstyle v1.0.2 |
782 | 2024-01-19T21:32:13.975Z | Downloaded bitflags v2.4.0 |
783 | 2024-01-19T21:32:13.975Z | Downloaded hubpack_derive v0.1.1 |
784 | 2024-01-19T21:32:13.975Z | Downloaded r2d2 v0.8.10 |
785 | 2024-01-19T21:32:13.976Z | Downloaded der_derive v0.7.2 |
786 | 2024-01-19T21:32:13.976Z | Downloaded darling v0.20.3 |
787 | 2024-01-19T21:32:13.976Z | Downloaded russh-cryptovec v0.7.0 |
788 | 2024-01-19T21:32:13.976Z | Downloaded postgres-protocol v0.6.6 |
789 | 2024-01-19T21:32:13.976Z | Downloaded usdt-attr-macro v0.3.5 |
790 | 2024-01-19T21:32:13.976Z | Downloaded home v0.5.5 |
791 | 2024-01-19T21:32:13.977Z | Downloaded ppv-lite86 v0.2.17 |
792 | 2024-01-19T21:32:13.977Z | Downloaded hostname v0.3.1 |
793 | 2024-01-19T21:32:13.977Z | Downloaded http-body v0.4.5 |
794 | 2024-01-19T21:32:13.978Z | Downloaded password-hash v0.5.0 |
795 | 2024-01-19T21:32:13.979Z | Downloaded pem-rfc7468 v0.7.0 |
796 | 2024-01-19T21:32:13.979Z | Downloaded pest_derive v2.7.2 |
797 | 2024-01-19T21:32:13.979Z | Downloaded linear-map v1.2.0 |
798 | 2024-01-19T21:32:13.979Z | Downloaded rand_core v0.5.1 |
799 | 2024-01-19T21:32:13.979Z | Downloaded linked-hash-map v0.5.6 |
800 | 2024-01-19T21:32:13.979Z | Downloaded diesel_derives v2.1.2 |
801 | 2024-01-19T21:32:13.979Z | Downloaded rustls-pemfile v1.0.3 |
802 | 2024-01-19T21:32:13.979Z | Downloaded hmac v0.12.1 |
803 | 2024-01-19T21:32:13.980Z | Downloaded usdt-impl v0.3.5 |
804 | 2024-01-19T21:32:13.980Z | Downloaded toml v0.8.8 |
805 | 2024-01-19T21:32:13.980Z | Downloaded slog-stdlog v4.1.1 |
806 | 2024-01-19T21:32:13.980Z | Downloaded arc-swap v1.6.0 |
807 | 2024-01-19T21:32:13.980Z | Downloaded vec_map v0.8.2 |
808 | 2024-01-19T21:32:13.980Z | Downloaded semver v0.11.0 |
809 | 2024-01-19T21:32:13.980Z | Downloaded structmeta v0.2.0 |
810 | 2024-01-19T21:32:13.980Z | Downloaded ident_case v1.0.1 |
811 | 2024-01-19T21:32:13.981Z | Downloaded want v0.3.1 |
812 | 2024-01-19T21:32:13.981Z | Downloaded derive-where v1.2.7 |
813 | 2024-01-19T21:32:13.981Z | Downloaded version_check v0.9.4 |
814 | 2024-01-19T21:32:13.981Z | Downloaded flagset v0.4.3 |
815 | 2024-01-19T21:32:13.981Z | Downloaded errno v0.3.2 |
816 | 2024-01-19T21:32:13.981Z | Downloaded serde_tokenstream v0.2.0 |
817 | 2024-01-19T21:32:13.981Z | Downloaded foreign-types-shared v0.3.1 |
818 | 2024-01-19T21:32:13.981Z | Downloaded structopt-derive v0.4.18 |
819 | 2024-01-19T21:32:13.982Z | Downloaded scopeguard v1.2.0 |
820 | 2024-01-19T21:32:13.982Z | Downloaded omicron-zone-package v0.10.1 |
821 | 2024-01-19T21:32:13.982Z | Downloaded slog-term v2.9.0 |
822 | 2024-01-19T21:32:13.984Z | Downloaded futures-core v0.3.30 |
823 | 2024-01-19T21:32:13.984Z | Downloaded quick-error v1.2.3 |
824 | 2024-01-19T21:32:13.984Z | Downloaded getopts v0.2.21 |
825 | 2024-01-19T21:32:13.984Z | Downloaded memchr v2.6.3 |
826 | 2024-01-19T21:32:13.984Z | Downloaded strum v0.25.0 |
827 | 2024-01-19T21:32:13.984Z | Downloaded tower-service v0.3.2 |
828 | 2024-01-19T21:32:13.985Z | Downloaded kstat-rs v0.2.3 |
829 | 2024-01-19T21:32:13.985Z | Downloaded thiserror-impl-no-std v2.0.2 |
830 | 2024-01-19T21:32:13.985Z | Downloaded strsim v0.10.0 |
831 | 2024-01-19T21:32:13.985Z | Downloaded spin v0.5.2 |
832 | 2024-01-19T21:32:13.985Z | Downloaded lalrpop-util v0.19.12 |
833 | 2024-01-19T21:32:13.985Z | Downloaded rustls-pemfile v2.0.0 |
834 | 2024-01-19T21:32:13.985Z | Downloaded siphasher v0.3.11 |
835 | 2024-01-19T21:32:13.985Z | Downloaded backtrace v0.3.69 |
836 | 2024-01-19T21:32:13.985Z | Downloaded futures-macro v0.3.30 |
837 | 2024-01-19T21:32:13.985Z | Downloaded slog v2.7.0 |
838 | 2024-01-19T21:32:13.985Z | Downloaded foreign-types-macros v0.2.3 |
839 | 2024-01-19T21:32:13.985Z | Downloaded thread_local v1.1.7 |
840 | 2024-01-19T21:32:13.985Z | Downloaded slog-dtrace v0.2.3 |
841 | 2024-01-19T21:32:13.985Z | Downloaded hyper-rustls v0.24.2 |
842 | 2024-01-19T21:32:13.985Z | Downloaded zeroize v1.7.0 |
843 | 2024-01-19T21:32:13.985Z | Downloaded tracing v0.1.37 |
844 | 2024-01-19T21:32:13.985Z | Downloaded doc-comment v0.3.3 |
845 | 2024-01-19T21:32:13.985Z | Downloaded uuid v1.6.1 |
846 | 2024-01-19T21:32:13.986Z | Downloaded hyper-tls v0.5.0 |
847 | 2024-01-19T21:32:13.994Z | Downloaded inout v0.1.3 |
848 | 2024-01-19T21:32:13.994Z | Downloaded tokio-stream v0.1.14 |
849 | 2024-01-19T21:32:13.994Z | Downloaded tinyvec_macros v0.1.1 |
850 | 2024-01-19T21:32:13.998Z | Downloaded heck v0.3.3 |
851 | 2024-01-19T21:32:13.998Z | Downloaded foreign-types v0.3.2 |
852 | 2024-01-19T21:32:13.998Z | Downloaded swrite v0.1.0 |
853 | 2024-01-19T21:32:13.998Z | Downloaded thiserror-no-std v2.0.2 |
854 | 2024-01-19T21:32:13.998Z | Downloaded instant v0.1.12 |
855 | 2024-01-19T21:32:13.998Z | Downloaded elliptic-curve v0.13.8 |
856 | 2024-01-19T21:32:13.998Z | Downloaded semver-parser v0.10.2 |
857 | 2024-01-19T21:32:13.998Z | Downloaded rustversion v1.0.14 |
858 | 2024-01-19T21:32:13.998Z | Downloaded foreign-types v0.5.0 |
859 | 2024-01-19T21:32:13.998Z | Downloaded fixedbitset v0.4.2 |
860 | 2024-01-19T21:32:13.998Z | Downloaded heck v0.4.1 |
861 | 2024-01-19T21:32:13.998Z | Downloaded form_urlencoded v1.2.1 |
862 | 2024-01-19T21:32:13.998Z | Downloaded getrandom v0.1.16 |
863 | 2024-01-19T21:32:13.998Z | Downloaded structmeta-derive v0.2.0 |
864 | 2024-01-19T21:32:13.998Z | Downloaded signal-hook-mio v0.2.3 |
865 | 2024-01-19T21:32:13.998Z | Downloaded yasna v0.5.2 |
866 | 2024-01-19T21:32:13.998Z | Downloaded serde_derive_internals v0.26.0 |
867 | 2024-01-19T21:32:13.998Z | Downloaded same-file v1.0.6 |
868 | 2024-01-19T21:32:13.998Z | Downloaded tempfile v3.8.1 |
869 | 2024-01-19T21:32:13.999Z | Downloaded httparse v1.8.0 |
870 | 2024-01-19T21:32:13.999Z | Downloaded futures v0.3.30 |
871 | 2024-01-19T21:32:13.999Z | Downloaded term v0.7.0 |
872 | 2024-01-19T21:32:13.999Z | Downloaded tar v0.4.40 |
873 | 2024-01-19T21:32:14.005Z | Downloaded hashbrown v0.12.3 |
874 | 2024-01-19T21:32:14.009Z | Downloaded subprocess v0.2.9 |
875 | 2024-01-19T21:32:14.013Z | Downloaded tungstenite v0.20.1 |
876 | 2024-01-19T21:32:14.016Z | Downloaded unicode-normalization v0.1.22 |
877 | 2024-01-19T21:32:14.024Z | Downloaded serde v1.0.195 |
878 | 2024-01-19T21:32:14.030Z | Downloaded itertools v0.10.5 |
879 | 2024-01-19T21:32:14.044Z | Downloaded heapless v0.7.16 |
880 | 2024-01-19T21:32:14.053Z | Downloaded aho-corasick v1.0.4 |
881 | 2024-01-19T21:32:14.067Z | Downloaded trust-dns-resolver v0.22.0 |
882 | 2024-01-19T21:32:14.077Z | Downloaded url v2.5.0 |
883 | 2024-01-19T21:32:14.083Z | Downloaded time v0.3.27 |
884 | 2024-01-19T21:32:14.096Z | Downloaded chrono v0.4.31 |
885 | 2024-01-19T21:32:14.113Z | Downloaded hashbrown v0.14.2 |
886 | 2024-01-19T21:32:14.122Z | Downloaded toml_edit v0.21.0 |
887 | 2024-01-19T21:32:14.164Z | Downloaded libm v0.2.7 |
888 | 2024-01-19T21:32:14.182Z | Downloaded serde_with v3.4.0 |
889 | 2024-01-19T21:32:14.194Z | Downloaded itertools v0.12.0 |
890 | 2024-01-19T21:32:14.208Z | Downloaded rustls-webpki v0.101.7 |
891 | 2024-01-19T21:32:14.236Z | Downloaded hyper v0.14.27 |
892 | 2024-01-19T21:32:14.252Z | Downloaded vcpkg v0.2.15 |
893 | 2024-01-19T21:32:14.327Z | Downloaded syn v1.0.109 |
894 | 2024-01-19T21:32:14.349Z | Downloaded smoltcp v0.9.1 |
895 | 2024-01-19T21:32:14.371Z | Downloaded trust-dns-proto v0.22.0 |
896 | 2024-01-19T21:32:14.402Z | Downloaded bstr v1.6.0 |
897 | 2024-01-19T21:32:14.837Z | Downloaded regex-syntax v0.7.5 |
898 | 2024-01-19T21:32:14.837Z | Downloaded diesel v2.1.4 |
899 | 2024-01-19T21:32:14.837Z | Downloaded rustix v0.37.23 |
900 | 2024-01-19T21:32:14.837Z | Downloaded regex-syntax v0.8.2 |
901 | 2024-01-19T21:32:14.837Z | Downloaded rustix v0.38.25 |
902 | 2024-01-19T21:32:14.837Z | Downloaded sled v0.34.7 |
903 | 2024-01-19T21:32:14.837Z | Downloaded regex-automata v0.4.3 |
904 | 2024-01-19T21:32:14.837Z | Downloaded zerocopy-derive v0.7.31 |
905 | 2024-01-19T21:32:14.837Z | Downloaded tokio v1.35.1 |
906 | 2024-01-19T21:32:14.837Z | Downloaded sha3 v0.10.8 |
907 | 2024-01-19T21:32:14.837Z | Downloaded encoding_rs v0.8.33 |
908 | 2024-01-19T21:32:14.837Z | Downloaded regex-automata v0.3.8 |
909 | 2024-01-19T21:32:14.838Z | Downloaded libc v0.2.152 |
910 | 2024-01-19T21:32:14.864Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
911 | 2024-01-19T21:32:14.901Z | Downloaded zerocopy-derive v0.2.0 |
912 | 2024-01-19T21:32:14.912Z | Downloaded winapi v0.3.9 |
913 | 2024-01-19T21:32:14.981Z | Downloaded zerocopy-derive v0.6.4 |
914 | 2024-01-19T21:32:15.001Z | Downloaded webpki-roots v0.25.2 |
915 | 2024-01-19T21:32:15.009Z | Downloaded rustls v0.21.9 |
916 | 2024-01-19T21:32:15.031Z | Downloaded curve25519-dalek v4.1.1 |
917 | 2024-01-19T21:32:15.048Z | Downloaded smoltcp v0.10.0 |
918 | 2024-01-19T21:32:15.070Z | Downloaded regress v0.7.1 |
919 | 2024-01-19T21:32:15.083Z | Downloaded openapiv3 v2.0.0 |
920 | 2024-01-19T21:32:15.106Z | Downloaded regex v1.10.2 |
921 | 2024-01-19T21:32:15.131Z | Downloaded gimli v0.28.0 |
922 | 2024-01-19T21:32:15.146Z | Downloaded bstr v0.2.17 |
923 | 2024-01-19T21:32:15.165Z | Downloaded idna v0.5.0 |
924 | 2024-01-19T21:32:15.177Z | Downloaded idna v0.2.3 |
925 | 2024-01-19T21:32:15.190Z | Downloaded futures-util v0.3.30 |
926 | 2024-01-19T21:32:15.212Z | Downloaded syn v2.0.46 |
927 | 2024-01-19T21:32:15.233Z | Downloaded radix_trie v0.2.1 |
928 | 2024-01-19T21:32:15.243Z | Downloaded h2 v0.3.21 |
929 | 2024-01-19T21:32:15.256Z | Downloaded object v0.32.1 |
930 | 2024-01-19T21:32:15.275Z | Downloaded hkdf v0.12.4 |
931 | 2024-01-19T21:32:15.280Z | Downloaded openssl v0.10.60 |
932 | 2024-01-19T21:32:15.301Z | Downloaded tokio-util v0.7.10 |
933 | 2024-01-19T21:32:15.314Z | Downloaded serde_json v1.0.111 |
934 | 2024-01-19T21:32:15.328Z | Downloaded http v1.0.0 |
935 | 2024-01-19T21:32:15.334Z | Downloaded reqwest v0.11.22 |
936 | 2024-01-19T21:32:15.349Z | Downloaded zerocopy v0.7.31 |
937 | 2024-01-19T21:32:15.379Z | Downloaded winnow v0.5.15 |
938 | 2024-01-19T21:32:15.394Z | Downloaded petgraph v0.6.4 |
939 | 2024-01-19T21:32:15.417Z | Downloaded trust-dns-client v0.22.0 |
940 | 2024-01-19T21:32:15.427Z | Downloaded pest v2.7.2 |
941 | 2024-01-19T21:32:15.436Z | Downloaded regex-automata v0.1.10 |
942 | 2024-01-19T21:32:15.447Z | Downloaded aes v0.8.3 |
943 | 2024-01-19T21:32:15.456Z | Downloaded clap v2.34.0 |
944 | 2024-01-19T21:32:15.471Z | Downloaded ring v0.17.7 |
945 | 2024-01-19T21:32:15.603Z | Downloaded indexmap v2.1.0 |
946 | 2024-01-19T21:32:15.609Z | Downloaded structopt v0.3.26 |
947 | 2024-01-19T21:32:15.624Z | Downloaded aes-gcm v0.10.3 |
948 | 2024-01-19T21:32:15.629Z | Downloaded serde_yaml v0.9.25 |
949 | 2024-01-19T21:32:15.661Z | Downloaded hashbrown v0.13.2 |
950 | 2024-01-19T21:32:15.665Z | Downloaded steno v0.4.0 |
951 | 2024-01-19T21:32:15.665Z | Downloaded unicode-segmentation v1.10.1 |
952 | 2024-01-19T21:32:15.665Z | Downloaded http v0.2.11 |
953 | 2024-01-19T21:32:15.665Z | Downloaded serde_repr v0.1.16 |
954 | 2024-01-19T21:32:15.668Z | Downloaded russh v0.40.2 |
955 | 2024-01-19T21:32:15.675Z | Downloaded ring v0.16.20 |
956 | 2024-01-19T21:32:15.836Z | Downloaded rand_chacha v0.3.1 |
957 | 2024-01-19T21:32:15.841Z | Downloaded serde_tokenstream v0.1.7 |
958 | 2024-01-19T21:32:15.844Z | Downloaded serde_spanned v0.6.4 |
959 | 2024-01-19T21:32:15.847Z | Downloaded slog-envlogger v2.2.0 |
960 | 2024-01-19T21:32:15.847Z | Downloaded static_assertions v1.1.0 |
961 | 2024-01-19T21:32:15.852Z | Downloaded ipnetwork v0.20.0 |
962 | 2024-01-19T21:32:15.856Z | Downloaded unicase v2.7.0 |
963 | 2024-01-19T21:32:15.856Z | Downloaded walkdir v2.4.0 |
964 | 2024-01-19T21:32:15.862Z | Downloaded half v1.8.2 |
965 | 2024-01-19T21:32:15.867Z | Downloaded flate2 v1.0.28 |
966 | 2024-01-19T21:32:15.874Z | Downloaded rustls-native-certs v0.6.3 |
967 | 2024-01-19T21:32:15.881Z | Downloaded thiserror v1.0.49 |
968 | 2024-01-19T21:32:15.887Z | Downloaded scheduled-thread-pool v0.2.7 |
969 | 2024-01-19T21:32:15.887Z | Downloaded signal-hook-registry v1.4.1 |
970 | 2024-01-19T21:32:15.887Z | Downloaded serde_urlencoded v0.7.1 |
971 | 2024-01-19T21:32:15.892Z | Downloaded num-rational v0.4.1 |
972 | 2024-01-19T21:32:15.892Z | Downloaded ipnet v2.9.0 |
973 | 2024-01-19T21:32:15.898Z | Downloaded iana-time-zone v0.1.57 |
974 | 2024-01-19T21:32:15.898Z | Downloaded headers v0.3.9 |
975 | 2024-01-19T21:32:15.939Z | Downloaded toml_edit v0.19.15 |
976 | 2024-01-19T21:32:15.942Z | Downloaded signal-hook v0.3.17 |
977 | 2024-01-19T21:32:15.946Z | Downloaded schemars v0.8.16 |
978 | 2024-01-19T21:32:15.960Z | Downloaded sec1 v0.7.3 |
979 | 2024-01-19T21:32:15.963Z | Downloaded zerocopy v0.3.0 |
980 | 2024-01-19T21:32:15.966Z | Downloaded serde_path_to_error v0.1.15 |
981 | 2024-01-19T21:32:15.969Z | Downloaded rand_core v0.6.4 |
982 | 2024-01-19T21:32:15.969Z | Downloaded libsw v3.3.1 |
983 | 2024-01-19T21:32:15.972Z | Downloaded slog-scope v4.4.0 |
984 | 2024-01-19T21:32:15.978Z | Downloaded sha2 v0.10.8 |
985 | 2024-01-19T21:32:15.981Z | Downloaded ed25519-dalek v2.0.0 |
986 | 2024-01-19T21:32:15.984Z | Downloaded either v1.9.0 |
987 | 2024-01-19T21:32:15.987Z | Downloaded usdt-macro v0.3.5 |
988 | 2024-01-19T21:32:15.987Z | Downloaded zeroize_derive v1.4.2 |
989 | 2024-01-19T21:32:15.990Z | Downloaded tokio-tungstenite v0.20.1 |
990 | 2024-01-19T21:32:15.993Z | Downloaded io-lifetimes v1.0.11 |
991 | 2024-01-19T21:32:15.996Z | Downloaded hubpack v0.1.2 |
992 | 2024-01-19T21:32:15.999Z | Downloaded num-iter v0.1.43 |
993 | 2024-01-19T21:32:16.001Z | Downloaded futures-task v0.3.30 |
994 | 2024-01-19T21:32:16.002Z | Downloaded futures-executor v0.3.30 |
995 | 2024-01-19T21:32:16.005Z | Downloaded proc-macro-error-attr v1.0.4 |
996 | 2024-01-19T21:32:16.008Z | Downloaded pin-utils v0.1.0 |
997 | 2024-01-19T21:32:16.008Z | Downloaded usdt v0.3.5 |
998 | 2024-01-19T21:32:16.011Z | Downloaded futures-channel v0.3.30 |
999 | 2024-01-19T21:32:16.014Z | Downloaded ryu v1.0.15 |
1000 | 2024-01-19T21:32:16.017Z | Downloaded socket2 v0.5.5 |
1001 | 2024-01-19T21:32:16.020Z | Downloaded socket2 v0.4.9 |
1002 | 2024-01-19T21:32:16.027Z | Downloaded rand v0.8.5 |
1003 | 2024-01-19T21:32:16.038Z | Downloaded num-bigint v0.4.4 |
1004 | 2024-01-19T21:32:16.042Z | Downloaded tinyvec v1.6.0 |
1005 | 2024-01-19T21:32:16.045Z | Downloaded snafu v0.7.5 |
1006 | 2024-01-19T21:32:16.054Z | Downloaded fnv v1.0.7 |
1007 | 2024-01-19T21:32:16.057Z | Downloaded hyper-staticfile v0.9.5 |
1008 | 2024-01-19T21:32:16.060Z | Downloaded untrusted v0.9.0 |
1009 | 2024-01-19T21:32:16.063Z | Downloaded itoa v1.0.9 |
1010 | 2024-01-19T21:32:16.063Z | Downloaded stable_deref_trait v1.2.0 |
1011 | 2024-01-19T21:32:16.066Z | Downloaded sha1 v0.10.6 |
1012 | 2024-01-19T21:32:16.069Z | Downloaded futures-io v0.3.30 |
1013 | 2024-01-19T21:32:16.069Z | Downloaded slog-json v2.6.1 |
1014 | 2024-01-19T21:32:16.072Z | Downloaded group v0.13.0 |
1015 | 2024-01-19T21:32:16.074Z | Downloaded tokio-rustls v0.24.1 |
1016 | 2024-01-19T21:32:16.077Z | Downloaded tokio-macros v2.2.0 |
1017 | 2024-01-19T21:32:16.081Z | Downloaded spin v0.9.8 |
1018 | 2024-01-19T21:32:16.084Z | Downloaded russh-keys v0.40.1 |
1019 | 2024-01-19T21:32:16.090Z | Downloaded similar v2.3.0 |
1020 | 2024-01-19T21:32:16.094Z | Downloaded getrandom v0.2.10 |
1021 | 2024-01-19T21:32:16.099Z | Downloaded trust-dns-server v0.22.1 |
1022 | 2024-01-19T21:32:16.108Z | Downloaded clap_builder v4.4.2 |
1023 | 2024-01-19T21:32:16.120Z | Downloaded xattr v1.0.1 |
1024 | 2024-01-19T21:32:16.125Z | Downloaded minimal-lexical v0.2.1 |
1025 | 2024-01-19T21:32:16.131Z | Downloaded parking_lot v0.11.2 |
1026 | 2024-01-19T21:32:16.135Z | Downloaded rcgen v0.12.0 |
1027 | 2024-01-19T21:32:16.144Z | Downloaded typenum v1.16.0 |
1028 | 2024-01-19T21:32:16.148Z | Downloaded tracing-core v0.1.31 |
1029 | 2024-01-19T21:32:16.151Z | Downloaded der v0.7.8 |
1030 | 2024-01-19T21:32:16.158Z | Downloaded unsafe-libyaml v0.2.10 |
1031 | 2024-01-19T21:32:16.167Z | Downloaded hex-literal v0.4.1 |
1032 | 2024-01-19T21:32:16.167Z | Downloaded string_cache v0.8.7 |
1033 | 2024-01-19T21:32:16.170Z | Downloaded toml v0.5.11 |
1034 | 2024-01-19T21:32:16.173Z | Downloaded tokio-postgres v0.7.10 |
1035 | 2024-01-19T21:32:16.181Z | Downloaded serde_with_macros v3.4.0 |
1036 | 2024-01-19T21:32:16.191Z | Downloaded ucd-trie v0.1.6 |
1037 | 2024-01-19T21:32:16.191Z | Downloaded zerocopy v0.6.4 |
1038 | 2024-01-19T21:32:16.196Z | Downloaded thiserror-impl v1.0.49 |
1039 | 2024-01-19T21:32:16.196Z | Downloaded generic-array v0.14.7 |
1040 | 2024-01-19T21:32:16.196Z | Downloaded take_mut v0.2.2 |
1041 | 2024-01-19T21:32:16.196Z | Downloaded dtrace-parser v0.1.14 |
1042 | 2024-01-19T21:32:16.199Z | Downloaded fxhash v0.2.1 |
1043 | 2024-01-19T21:32:16.199Z | Downloaded toml_datetime v0.6.5 |
1044 | 2024-01-19T21:32:16.204Z | Downloaded num_enum_derive v0.5.11 |
1045 | 2024-01-19T21:32:16.204Z | Downloaded slog-bunyan v2.5.0 |
1046 | 2024-01-19T21:32:16.207Z | Downloaded httpdate v1.0.3 |
1047 | 2024-01-19T21:32:16.207Z | Downloaded rustc_version v0.4.0 |
1048 | 2024-01-19T21:32:16.207Z | Downloaded schemars_derive v0.8.16 |
1049 | 2024-01-19T21:32:16.212Z | Downloaded rustls-pki-types v1.1.0 |
1050 | 2024-01-19T21:32:16.218Z | Downloaded indexmap v1.9.3 |
1051 | 2024-01-19T21:32:16.223Z | Downloaded smf v0.2.2 |
1052 | 2024-01-19T21:32:16.223Z | Downloaded mio v0.8.9 |
1053 | 2024-01-19T21:32:16.229Z | Downloaded futures-sink v0.3.30 |
1054 | 2024-01-19T21:32:16.232Z | Downloaded snafu-derive v0.7.5 |
1055 | 2024-01-19T21:32:16.235Z | Downloaded semver v1.0.21 |
1056 | 2024-01-19T21:32:16.239Z | Downloaded p256 v0.13.2 |
1057 | 2024-01-19T21:32:16.244Z | Downloaded zip v0.6.6 |
1058 | 2024-01-19T21:32:16.261Z | Downloaded darling_core v0.20.3 |
1059 | 2024-01-19T21:32:16.264Z | Downloaded base64 v0.21.7 |
1060 | 2024-01-19T21:32:16.264Z | Downloaded sct v0.7.0 |
1061 | 2024-01-19T21:32:16.270Z | Downloaded serde_derive v1.0.195 |
1062 | 2024-01-19T21:32:16.274Z | Downloaded slog-async v2.8.0 |
1063 | 2024-01-19T21:32:16.277Z | Downloaded signature v2.1.0 |
1064 | 2024-01-19T21:32:16.281Z | Downloaded smallvec v1.11.2 |
1065 | 2024-01-19T21:32:16.284Z | Downloaded ecdsa v0.16.9 |
1066 | 2024-01-19T21:32:16.287Z | Downloaded openssl-sys v0.9.96 |
1067 | 2024-01-19T21:32:16.294Z | Downloaded nom v7.1.3 |
1068 | 2024-01-19T21:32:16.304Z | Downloaded strum_macros v0.25.2 |
1069 | 2024-01-19T21:32:16.307Z | Downloaded strsim v0.8.0 |
1070 | 2024-01-19T21:32:16.310Z | Downloaded stringprep v0.1.3 |
1071 | 2024-01-19T21:32:16.316Z | Downloaded slab v0.4.9 |
1072 | 2024-01-19T21:32:16.316Z | Downloaded rfc6979 v0.4.0 |
1073 | 2024-01-19T21:32:16.319Z | Downloaded toml v0.7.8 |
1074 | 2024-01-19T21:32:16.322Z | Downloaded is-terminal v0.4.9 |
1075 | 2024-01-19T21:32:16.322Z | Downloaded glob v0.3.1 |
1076 | 2024-01-19T21:32:16.325Z | Downloaded ghash v0.5.0 |
1077 | 2024-01-19T21:32:16.328Z | Downloaded rand v0.7.3 |
1078 | 2024-01-19T21:32:16.335Z | Downloaded crossterm v0.27.0 |
1079 | 2024-01-19T21:32:16.346Z | Downloaded dyn-clone v1.0.13 |
1080 | 2024-01-19T21:32:16.349Z | Downloaded rustc-demangle v0.1.23 |
1081 | 2024-01-19T21:32:16.351Z | Downloaded fallible-iterator v0.2.0 |
1082 | 2024-01-19T21:32:16.354Z | Downloaded embedded-io v0.4.0 |
1083 | 2024-01-19T21:32:16.357Z | Downloaded unicode-ident v1.0.12 |
1084 | 2024-01-19T21:32:16.362Z | Downloaded unicode-bidi v0.3.13 |
1085 | 2024-01-19T21:32:16.366Z | Downloaded proc-macro2 v1.0.74 |
1086 | 2024-01-19T21:32:16.370Z | Downloaded secrecy v0.8.0 |
1087 | 2024-01-19T21:32:16.374Z | Downloaded float-cmp v0.9.0 |
1088 | 2024-01-19T21:32:16.377Z | Downloaded fastrand v2.0.0 |
1089 | 2024-01-19T21:32:16.377Z | Downloaded rand_chacha v0.2.2 |
1090 | 2024-01-19T21:32:16.380Z | Downloaded equivalent v1.0.1 |
1091 | 2024-01-19T21:32:16.380Z | Downloaded derive_more v0.99.17 |
1092 | 2024-01-19T21:32:16.389Z | Downloaded bytes v1.5.0 |
1093 | 2024-01-19T21:32:16.395Z | Downloaded ahash v0.8.6 |
1094 | 2024-01-19T21:32:16.399Z | Downloaded dof v0.1.5 |
1095 | 2024-01-19T21:32:16.402Z | Downloaded whoami v1.4.1 |
1096 | 2024-01-19T21:32:16.405Z | Downloaded unicode-width v0.1.11 |
1097 | 2024-01-19T21:32:16.408Z | Downloaded display-error-chain v0.2.0 |
1098 | 2024-01-19T21:32:16.408Z | Downloaded parking_lot v0.12.1 |
1099 | 2024-01-19T21:32:16.411Z | Downloaded spki v0.7.2 |
1100 | 2024-01-19T21:32:16.414Z | Downloaded anyhow v1.0.75 |
1101 | 2024-01-19T21:32:16.421Z | Downloaded vsss-rs v3.3.4 |
1102 | 2024-01-19T21:32:16.425Z | Downloaded rustfmt-wrapper v0.2.0 |
1103 | 2024-01-19T21:32:16.428Z | Downloaded rustc_version v0.1.7 |
1104 | 2024-01-19T21:32:16.431Z | Downloaded filetime v0.2.23 |
1105 | 2024-01-19T21:32:16.431Z | Downloaded headers-core v0.2.0 |
1106 | 2024-01-19T21:32:16.434Z | Downloaded foreign-types-shared v0.1.1 |
1107 | 2024-01-19T21:32:16.435Z | Downloaded pest_meta v2.7.2 |
1108 | 2024-01-19T21:32:16.438Z | Downloaded unicode-xid v0.2.4 |
1109 | 2024-01-19T21:32:16.439Z | Downloaded postcard v1.0.8 |
1110 | 2024-01-19T21:32:16.446Z | Downloaded lazy_static v1.4.0 |
1111 | 2024-01-19T21:32:16.456Z | Downloaded semver v0.1.20 |
1112 | 2024-01-19T21:32:16.456Z | Downloaded digest v0.10.7 |
1113 | 2024-01-19T21:32:16.456Z | Downloaded blake2 v0.10.6 |
1114 | 2024-01-19T21:32:16.466Z | Downloaded defmt-parser v0.3.3 |
1115 | 2024-01-19T21:32:16.466Z | Downloaded quote v1.0.35 |
1116 | 2024-01-19T21:32:16.466Z | Downloaded proc-macro-error v1.0.4 |
1117 | 2024-01-19T21:32:16.469Z | Downloaded topological-sort v0.2.2 |
1118 | 2024-01-19T21:32:16.469Z | Downloaded password-hash v0.4.2 |
1119 | 2024-01-19T21:32:16.475Z | Downloaded resolv-conf v0.7.0 |
1120 | 2024-01-19T21:32:16.478Z | Downloaded libefi-sys v0.1.0 |
1121 | 2024-01-19T21:32:16.478Z | Downloaded deranged v0.3.8 |
1122 | 2024-01-19T21:32:16.478Z | Downloaded hash32 v0.2.1 |
1123 | 2024-01-19T21:32:16.481Z | Downloaded keccak v0.1.4 |
1124 | 2024-01-19T21:32:16.481Z | Downloaded hex v0.4.3 |
1125 | 2024-01-19T21:32:16.484Z | Downloaded owo-colors v3.5.0 |
1126 | 2024-01-19T21:32:16.487Z | Downloaded cc v1.0.83 |
1127 | 2024-01-19T21:32:16.492Z | Downloaded ed25519 v2.2.2 |
1128 | 2024-01-19T21:32:16.495Z | Downloaded phf_shared v0.10.0 |
1129 | 2024-01-19T21:32:16.498Z | Downloaded ff v0.13.0 |
1130 | 2024-01-19T21:32:16.501Z | Downloaded enum-as-inner v0.5.1 |
1131 | 2024-01-19T21:32:16.501Z | Downloaded zone v0.3.0 |
1132 | 2024-01-19T21:32:16.504Z | Downloaded utf-8 v0.7.6 |
1133 | 2024-01-19T21:32:16.507Z | Downloaded universal-hash v0.5.1 |
1134 | 2024-01-19T21:32:16.507Z | Downloaded crossbeam-channel v0.5.8 |
1135 | 2024-01-19T21:32:16.513Z | Downloaded ansi_term v0.12.1 |
1136 | 2024-01-19T21:32:16.517Z | Downloaded pkcs8 v0.10.2 |
1137 | 2024-01-19T21:32:16.520Z | Downloaded crypto-bigint v0.5.2 |
1138 | 2024-01-19T21:32:16.531Z | Downloaded tracing-attributes v0.1.26 |
1139 | 2024-01-19T21:32:16.535Z | Downloaded dirs-next v2.0.0 |
1140 | 2024-01-19T21:32:16.537Z | Downloaded ctr v0.9.2 |
1141 | 2024-01-19T21:32:16.540Z | Downloaded num-traits v0.2.16 |
1142 | 2024-01-19T21:32:16.544Z | Downloaded pin-project-internal v1.1.3 |
1143 | 2024-01-19T21:32:16.547Z | Downloaded backoff v0.4.0 |
1144 | 2024-01-19T21:32:16.550Z | Downloaded percent-encoding v2.3.1 |
1145 | 2024-01-19T21:32:16.553Z | Downloaded difflib v0.4.0 |
1146 | 2024-01-19T21:32:16.553Z | Downloaded base64ct v1.6.0 |
1147 | 2024-01-19T21:32:16.557Z | Downloaded argon2 v0.5.2 |
1148 | 2024-01-19T21:32:16.560Z | Downloaded anstyle-parse v0.2.1 |
1149 | 2024-01-19T21:32:16.563Z | Downloaded utf8parse v0.2.1 |
1150 | 2024-01-19T21:32:16.566Z | Downloaded untrusted v0.7.1 |
1151 | 2024-01-19T21:32:16.566Z | Downloaded parking_lot_core v0.9.8 |
1152 | 2024-01-19T21:32:16.570Z | Downloaded tokio-native-tls v0.3.1 |
1153 | 2024-01-19T21:32:16.573Z | Downloaded time-macros v0.2.13 |
1154 | 2024-01-19T21:32:16.576Z | Downloaded subtle v2.5.0 |
1155 | 2024-01-19T21:32:16.579Z | Downloaded once_cell v1.19.0 |
1156 | 2024-01-19T21:32:16.582Z | Downloaded multer v3.0.0 |
1157 | 2024-01-19T21:32:16.586Z | Downloaded chacha20poly1305 v0.10.1 |
1158 | 2024-01-19T21:32:16.589Z | Downloaded paste v1.0.14 |
1159 | 2024-01-19T21:32:16.594Z | Downloaded endian-type v0.1.2 |
1160 | 2024-01-19T21:32:16.597Z | Downloaded zone_cfg_derive v0.3.0 |
1161 | 2024-01-19T21:32:16.597Z | Downloaded waitgroup v0.1.2 |
1162 | 2024-01-19T21:32:16.602Z | Downloaded textwrap v0.11.0 |
1163 | 2024-01-19T21:32:16.602Z | Downloaded crc32fast v1.3.2 |
1164 | 2024-01-19T21:32:16.605Z | Downloaded primeorder v0.13.6 |
1165 | 2024-01-19T21:32:16.607Z | Downloaded platforms v3.0.2 |
1166 | 2024-01-19T21:32:16.611Z | Downloaded cpufeatures v0.2.9 |
1167 | 2024-01-19T21:32:16.614Z | Downloaded camino v1.1.6 |
1168 | 2024-01-19T21:32:16.617Z | Downloaded camino-tempfile v1.1.1 |
1169 | 2024-01-19T21:32:16.620Z | Downloaded pest_generator v2.7.2 |
1170 | 2024-01-19T21:32:16.620Z | Downloaded bitflags v1.3.2 |
1171 | 2024-01-19T21:32:16.624Z | Downloaded polyval v0.6.1 |
1172 | 2024-01-19T21:32:16.630Z | Downloaded bit-set v0.5.3 |
1173 | 2024-01-19T21:32:16.633Z | Downloaded adler v1.0.2 |
1174 | 2024-01-19T21:32:16.633Z | Downloaded bcrypt-pbkdf v0.10.0 |
1175 | 2024-01-19T21:32:16.633Z | Downloaded phf_shared v0.11.2 |
1176 | 2024-01-19T21:32:16.636Z | Downloaded blowfish v0.9.1 |
1177 | 2024-01-19T21:32:16.639Z | Downloaded atomic-waker v1.1.1 |
1178 | 2024-01-19T21:32:16.639Z | Downloaded anstream v0.5.0 |
1179 | 2024-01-19T21:32:16.642Z | Downloaded aead v0.5.2 |
1180 | 2024-01-19T21:32:16.645Z | Downloaded anstyle-query v1.0.0 |
1181 | 2024-01-19T21:32:16.648Z | Downloaded autocfg v1.1.0 |
1182 | 2024-01-19T21:32:16.648Z | Downloaded parse-display-derive v0.8.2 |
1183 | 2024-01-19T21:32:16.651Z | Downloaded phf v0.11.2 |
1184 | 2024-01-19T21:32:16.654Z | Downloaded base16ct v0.2.0 |
1185 | 2024-01-19T21:32:16.654Z | Downloaded try-lock v0.2.4 |
1186 | 2024-01-19T21:32:16.657Z | Downloaded thread-id v4.2.0 |
1187 | 2024-01-19T21:32:16.657Z | Downloaded lock_api v0.4.10 |
1188 | 2024-01-19T21:32:16.660Z | Downloaded proc-macro-crate v1.3.1 |
1189 | 2024-01-19T21:32:16.671Z | Downloaded postgres-types v0.2.6 |
1190 | 2024-01-19T21:32:16.671Z | Downloaded pem v3.0.2 |
1191 | 2024-01-19T21:32:16.684Z | Downloaded parking_lot_core v0.8.6 |
1192 | 2024-01-19T21:32:16.684Z | Downloaded num-integer v0.1.45 |
1193 | 2024-01-19T21:32:16.684Z | Downloaded cbc v0.1.2 |
1194 | 2024-01-19T21:32:16.684Z | Downloaded chacha20 v0.9.1 |
1195 | 2024-01-19T21:32:16.685Z | Downloaded predicates-core v1.0.6 |
1196 | 2024-01-19T21:32:16.692Z | Downloaded block-buffer v0.10.4 |
1197 | 2024-01-19T21:32:16.693Z | Downloaded miniz_oxide v0.7.1 |
1198 | 2024-01-19T21:32:16.693Z | Downloaded log v0.4.20 |
1199 | 2024-01-19T21:32:17.102Z | Downloaded crossbeam-utils v0.8.16 |
1200 | 2024-01-19T21:32:17.103Z | Downloaded crossbeam-epoch v0.9.15 |
1201 | 2024-01-19T21:32:17.103Z | Downloaded num_cpus v1.16.0 |
1202 | 2024-01-19T21:32:17.103Z | Downloaded nibble_vec v0.1.0 |
1203 | 2024-01-19T21:32:17.103Z | Downloaded macaddr v1.0.1 |
1204 | 2024-01-19T21:32:17.103Z | Downloaded lru-cache v0.1.2 |
1205 | 2024-01-19T21:32:17.103Z | Downloaded dirs-sys-next v0.1.2 |
1206 | 2024-01-19T21:32:17.103Z | Downloaded debug-ignore v1.0.5 |
1207 | 2024-01-19T21:32:17.103Z | Downloaded async-stream-impl v0.3.5 |
1208 | 2024-01-19T21:32:17.103Z | Downloaded atty v0.2.14 |
1209 | 2024-01-19T21:32:17.103Z | Downloaded num-complex v0.4.4 |
1210 | 2024-01-19T21:32:17.103Z | Downloaded matches v0.1.10 |
1211 | 2024-01-19T21:32:17.103Z | Downloaded ciborium-io v0.2.1 |
1212 | 2024-01-19T21:32:17.103Z | Downloaded pin-project-lite v0.2.13 |
1213 | 2024-01-19T21:32:17.103Z | Downloaded cfg-if v1.0.0 |
1214 | 2024-01-19T21:32:17.103Z | Downloaded block-padding v0.3.3 |
1215 | 2024-01-19T21:32:17.103Z | Downloaded poly1305 v0.8.0 |
1216 | 2024-01-19T21:32:17.105Z | Downloaded atomicwrites v0.4.3 |
1217 | 2024-01-19T21:32:17.105Z | Downloaded option-ext v0.2.0 |
1218 | 2024-01-19T21:32:17.105Z | Downloaded native-tls v0.2.11 |
1219 | 2024-01-19T21:32:17.105Z | Downloaded pin-project v1.1.3 |
1220 | 2024-01-19T21:32:17.105Z | Downloaded openssl-probe v0.1.5 |
1221 | 2024-01-19T21:32:17.105Z | Downloaded openssl-macros v0.1.1 |
1222 | 2024-01-19T21:32:17.105Z | Downloaded opaque-debug v0.3.0 |
1223 | 2024-01-19T21:32:17.105Z | Downloaded num_threads v0.1.6 |
1224 | 2024-01-19T21:32:17.105Z | Downloaded normalize-line-endings v0.3.0 |
1225 | 2024-01-19T21:32:17.105Z | Downloaded new_debug_unreachable v1.0.4 |
1226 | 2024-01-19T21:32:17.105Z | Downloaded memoffset v0.9.0 |
1227 | 2024-01-19T21:32:17.105Z | Downloaded mime v0.3.17 |
1228 | 2024-01-19T21:32:17.105Z | Downloaded defmt v0.3.5 |
1229 | 2024-01-19T21:32:17.105Z | Downloaded crucible-workspace-hack v0.1.0 |
1230 | 2024-01-19T21:32:17.105Z | Downloaded console v0.15.8 |
1231 | 2024-01-19T21:32:17.105Z | Downloaded ciborium v0.2.1 |
1232 | 2024-01-19T21:32:17.106Z | Downloaded defmt-macros v0.3.6 |
1233 | 2024-01-19T21:32:17.106Z | Downloaded data-encoding v2.4.0 |
1234 | 2024-01-19T21:32:17.106Z | Downloaded convert_case v0.4.0 |
1235 | 2024-01-19T21:32:17.106Z | Downloaded crypto-common v0.1.6 |
1236 | 2024-01-19T21:32:17.106Z | Downloaded const-oid v0.9.5 |
1237 | 2024-01-19T21:32:17.106Z | Downloaded colored v2.0.4 |
1238 | 2024-01-19T21:32:17.106Z | Downloaded ciborium-ll v0.2.1 |
1239 | 2024-01-19T21:32:17.106Z | Downloaded clap_lex v0.5.1 |
1240 | 2024-01-19T21:32:17.215Z | Compiling proc-macro2 v1.0.74 |
1241 | 2024-01-19T21:32:17.216Z | Compiling unicode-ident v1.0.12 |
1242 | 2024-01-19T21:32:17.219Z | Compiling libc v0.2.152 |
1243 | 2024-01-19T21:32:17.219Z | Compiling serde v1.0.195 |
1244 | 2024-01-19T21:32:17.226Z | Compiling autocfg v1.1.0 |
1245 | 2024-01-19T21:32:17.238Z | Compiling version_check v0.9.4 |
1246 | 2024-01-19T21:32:17.241Z | Compiling cfg-if v1.0.0 |
1247 | 2024-01-19T21:32:17.478Z | Compiling syn v1.0.109 |
1248 | 2024-01-19T21:32:17.482Z | Compiling typenum v1.16.0 |
1249 | 2024-01-19T21:32:17.571Z | Compiling parking_lot_core v0.9.8 |
1250 | 2024-01-19T21:32:18.385Z | Compiling generic-array v0.14.7 |
1251 | 2024-01-19T21:32:18.481Z | Compiling lock_api v0.4.10 |
1252 | 2024-01-19T21:32:19.277Z | Compiling libm v0.2.7 |
1253 | 2024-01-19T21:32:19.278Z | Compiling num-traits v0.2.16 |
1254 | 2024-01-19T21:32:19.464Z | Compiling once_cell v1.19.0 |
1255 | 2024-01-19T21:32:19.489Z | Compiling thiserror v1.0.49 |
1256 | 2024-01-19T21:32:19.575Z | Compiling serde_json v1.0.111 |
1257 | 2024-01-19T21:32:19.758Z | Compiling slab v0.4.9 |
1258 | 2024-01-19T21:32:19.813Z | Compiling memchr v2.6.3 |
1259 | 2024-01-19T21:32:20.137Z | Compiling scopeguard v1.2.0 |
1260 | 2024-01-19T21:32:20.327Z | Compiling itoa v1.0.9 |
1261 | 2024-01-19T21:32:20.655Z | Compiling pkg-config v0.3.27 |
1262 | 2024-01-19T21:32:21.157Z | Compiling quote v1.0.35 |
1263 | 2024-01-19T21:32:22.224Z | Compiling syn v2.0.46 |
1264 | 2024-01-19T21:32:22.279Z | Compiling getrandom v0.2.10 |
1265 | 2024-01-19T21:32:22.328Z | Compiling cc v1.0.83 |
1266 | 2024-01-19T21:32:22.889Z | Compiling rand_core v0.6.4 |
1267 | 2024-01-19T21:32:22.993Z | Compiling byteorder v1.5.0 |
1268 | 2024-01-19T21:32:23.200Z | Compiling log v0.4.20 |
1269 | 2024-01-19T21:32:23.688Z | Compiling heck v0.4.1 |
1270 | 2024-01-19T21:32:23.714Z | Compiling ryu v1.0.15 |
1271 | 2024-01-19T21:32:23.928Z | Compiling smallvec v1.11.2 |
1272 | 2024-01-19T21:32:24.033Z | Compiling subtle v2.5.0 |
1273 | 2024-01-19T21:32:24.542Z | Compiling schemars v0.8.16 |
1274 | 2024-01-19T21:32:24.595Z | Compiling semver v1.0.21 |
1275 | 2024-01-19T21:32:24.620Z | Compiling vcpkg v0.2.15 |
1276 | 2024-01-19T21:32:25.410Z | Compiling pin-project-lite v0.2.13 |
1277 | 2024-01-19T21:32:25.452Z | Compiling httparse v1.8.0 |
1278 | 2024-01-19T21:32:26.408Z | Compiling indexmap v1.9.3 |
1279 | 2024-01-19T21:32:26.428Z | Compiling hashbrown v0.14.2 |
1280 | 2024-01-19T21:32:27.176Z | Compiling equivalent v1.0.1 |
1281 | 2024-01-19T21:32:27.332Z | Compiling parking_lot v0.12.1 |
1282 | 2024-01-19T21:32:27.501Z | Compiling ring v0.17.7 |
1283 | 2024-01-19T21:32:27.533Z | Compiling ring v0.16.20 |
1284 | 2024-01-19T21:32:28.485Z | Compiling openssl-sys v0.9.96 |
1285 | 2024-01-19T21:32:29.035Z | Compiling const-oid v0.9.5 |
1286 | 2024-01-19T21:32:29.456Z | Compiling signal-hook-registry v1.4.1 |
1287 | 2024-01-19T21:32:30.425Z | Compiling ahash v0.8.6 |
1288 | 2024-01-19T21:32:30.440Z | Compiling fnv v1.0.7 |
1289 | 2024-01-19T21:32:30.810Z | Compiling mio v0.8.9 |
1290 | 2024-01-19T21:32:31.095Z | Compiling openssl v0.10.60 |
1291 | 2024-01-19T21:32:31.709Z | Compiling rustls v0.21.9 |
1292 | 2024-01-19T21:32:31.759Z | Compiling ucd-trie v0.1.6 |
1293 | 2024-01-19T21:32:32.111Z | Compiling iana-time-zone v0.1.57 |
1294 | 2024-01-19T21:32:32.255Z | Compiling socket2 v0.5.5 |
1295 | 2024-01-19T21:32:32.323Z | Compiling num_cpus v1.16.0 |
1296 | 2024-01-19T21:32:32.714Z | Compiling futures-core v0.3.30 |
1297 | 2024-01-19T21:32:32.805Z | Compiling native-tls v0.2.11 |
1298 | 2024-01-19T21:32:33.308Z | Compiling spin v0.5.2 |
1299 | 2024-01-19T21:32:33.450Z | Compiling async-trait v0.1.77 |
1300 | 2024-01-19T21:32:33.886Z | Compiling futures-sink v0.3.30 |
1301 | 2024-01-19T21:32:34.568Z | Compiling dyn-clone v1.0.13 |
1302 | 2024-01-19T21:32:34.572Z | Compiling backtrace v0.3.69 |
1303 | 2024-01-19T21:32:34.572Z | Compiling aho-corasick v1.0.4 |
1304 | 2024-01-19T21:32:34.572Z | Compiling serde_derive_internals v0.26.0 |
1305 | 2024-01-19T21:32:34.846Z | Compiling rustix v0.38.25 |
1306 | 2024-01-19T21:32:34.887Z | Compiling tinyvec_macros v0.1.1 |
1307 | 2024-01-19T21:32:35.153Z | Compiling regex-syntax v0.8.2 |
1308 | 2024-01-19T21:32:35.456Z | Compiling tinyvec v1.6.0 |
1309 | 2024-01-19T21:32:36.009Z | Compiling futures-channel v0.3.30 |
1310 | 2024-01-19T21:32:36.699Z | Compiling pin-utils v0.1.0 |
1311 | 2024-01-19T21:32:36.840Z | Compiling futures-task v0.3.30 |
1312 | 2024-01-19T21:32:37.304Z | Compiling winnow v0.5.15 |
1313 | 2024-01-19T21:32:37.397Z | Compiling futures-io v0.3.30 |
1314 | 2024-01-19T21:32:37.895Z | Compiling spin v0.9.8 |
1315 | 2024-01-19T21:32:38.208Z | Compiling unicode-normalization v0.1.22 |
1316 | 2024-01-19T21:32:38.720Z | Compiling tracing-core v0.1.31 |
1317 | 2024-01-19T21:32:39.748Z | Compiling cpufeatures v0.2.9 |
1318 | 2024-01-19T21:32:39.878Z | Compiling anyhow v1.0.75 |
1319 | 2024-01-19T21:32:40.106Z | Compiling unicode-bidi v0.3.13 |
1320 | 2024-01-19T21:32:41.231Z | Compiling regex-automata v0.4.3 |
1321 | 2024-01-19T21:32:43.524Z | Compiling crc32fast v1.3.2 |
1322 | 2024-01-19T21:32:44.073Z | Compiling base64 v0.21.7 |
1323 | 2024-01-19T21:32:44.247Z | Compiling slog v2.7.0 |
1324 | 2024-01-19T21:32:44.881Z | Compiling time-core v0.1.1 |
1325 | 2024-01-19T21:32:45.057Z | Compiling time-macros v0.2.13 |
1326 | 2024-01-19T21:32:46.055Z | Compiling num-integer v0.1.45 |
1327 | 2024-01-19T21:32:46.391Z | Compiling serde_derive v1.0.195 |
1328 | 2024-01-19T21:32:46.555Z | Compiling zeroize_derive v1.4.2 |
1329 | 2024-01-19T21:32:46.857Z | Compiling thiserror-impl v1.0.49 |
1330 | 2024-01-19T21:32:47.425Z | Compiling tokio-macros v2.2.0 |
1331 | 2024-01-19T21:32:49.377Z | Compiling zeroize v1.7.0 |
1332 | 2024-01-19T21:32:49.959Z | Compiling futures-macro v0.3.30 |
1333 | 2024-01-19T21:32:50.236Z | Compiling tracing-attributes v0.1.26 |
1334 | 2024-01-19T21:32:50.392Z | Compiling schemars_derive v0.8.16 |
1335 | 2024-01-19T21:32:52.612Z | Compiling crypto-common v0.1.6 |
1336 | 2024-01-19T21:32:52.632Z | Compiling zerocopy-derive v0.7.31 |
1337 | 2024-01-19T21:32:52.933Z | Compiling pest v2.7.2 |
1338 | 2024-01-19T21:32:52.991Z | Compiling block-buffer v0.10.4 |
1339 | 2024-01-19T21:32:53.417Z | Compiling openssl-macros v0.1.1 |
1340 | 2024-01-19T21:32:53.625Z | Compiling digest v0.10.7 |
1341 | 2024-01-19T21:32:55.250Z | Compiling futures-util v0.3.30 |
1342 | 2024-01-19T21:32:56.383Z | Compiling regex v1.10.2 |
1343 | 2024-01-19T21:32:56.678Z | Compiling zerocopy v0.7.31 |
1344 | 2024-01-19T21:32:57.017Z | Compiling tracing v0.1.37 |
1345 | 2024-01-19T21:32:57.837Z | Compiling der_derive v0.7.2 |
1346 | 2024-01-19T21:32:58.240Z | Compiling percent-encoding v2.3.1 |
1347 | 2024-01-19T21:32:58.829Z | Compiling untrusted v0.7.1 |
1348 | 2024-01-19T21:32:59.208Z | Compiling unicode-xid v0.2.4 |
1349 | 2024-01-19T21:32:59.475Z | Compiling unicode-width v0.1.11 |
1350 | 2024-01-19T21:32:59.605Z | Compiling untrusted v0.9.0 |
1351 | 2024-01-19T21:32:59.630Z | Compiling foreign-types-shared v0.1.1 |
1352 | 2024-01-19T21:32:59.690Z | Compiling openssl-probe v0.1.5 |
1353 | 2024-01-19T21:32:59.781Z | Compiling hashbrown v0.12.3 |
1354 | 2024-01-19T21:33:00.196Z | Compiling foreign-types v0.3.2 |
1355 | 2024-01-19T21:33:00.332Z | Compiling hashbrown v0.13.2 |
1356 | 2024-01-19T21:33:00.379Z | Compiling synstructure v0.12.6 |
1357 | 2024-01-19T21:33:03.680Z | Compiling errno v0.3.2 |
1358 | 2024-01-19T21:33:04.052Z | Compiling try-lock v0.2.4 |
1359 | 2024-01-19T21:33:04.667Z | Compiling ppv-lite86 v0.2.17 |
1360 | 2024-01-19T21:33:05.586Z | Compiling want v0.3.1 |
1361 | 2024-01-19T21:33:06.041Z | Compiling sct v0.7.0 |
1362 | 2024-01-19T21:33:06.041Z | Compiling zerocopy-derive v0.2.0 |
1363 | 2024-01-19T21:33:06.498Z | Compiling rustls-webpki v0.101.7 |
1364 | 2024-01-19T21:33:06.522Z | Compiling form_urlencoded v1.2.1 |
1365 | 2024-01-19T21:33:06.796Z | Compiling pest_meta v2.7.2 |
1366 | 2024-01-19T21:33:08.276Z | Compiling socket2 v0.4.9 |
1367 | 2024-01-19T21:33:09.519Z | Compiling httpdate v1.0.3 |
1368 | 2024-01-19T21:33:09.593Z | Compiling tower-service v0.3.2 |
1369 | 2024-01-19T21:33:09.924Z | Compiling io-lifetimes v1.0.11 |
1370 | 2024-01-19T21:33:10.231Z | Compiling pest_generator v2.7.2 |
1371 | 2024-01-19T21:33:11.206Z | Compiling rustls-pemfile v1.0.3 |
1372 | 2024-01-19T21:33:11.778Z | Compiling bytes v1.5.0 |
1373 | 2024-01-19T21:33:23.364Z | Compiling indexmap v2.1.0 |
1374 | 2024-01-19T21:33:23.364Z | Compiling uuid v1.6.1 |
1375 | 2024-01-19T21:33:23.364Z | Compiling chrono v0.4.31 |
1376 | 2024-01-19T21:33:23.364Z | Compiling tokio v1.35.1 |
1377 | 2024-01-19T21:33:23.364Z | Compiling rustc_version v0.4.0 |
1378 | 2024-01-19T21:33:23.365Z | Compiling http v0.2.11 |
1379 | 2024-01-19T21:33:23.365Z | Compiling toml_datetime v0.6.5 |
1380 | 2024-01-19T21:33:23.365Z | Compiling serde_spanned v0.6.4 |
1381 | 2024-01-19T21:33:23.365Z | Compiling bitflags v2.4.0 |
1382 | 2024-01-19T21:33:23.365Z | Compiling toml_edit v0.19.15 |
1383 | 2024-01-19T21:33:23.365Z | Compiling http-body v0.4.5 |
1384 | 2024-01-19T21:33:23.365Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-01-19T21:33:23.365Z | Compiling heapless v0.7.16 |
1386 | 2024-01-19T21:33:26.038Z | Compiling idna v0.5.0 |
1387 | 2024-01-19T21:33:26.966Z | Compiling lazy_static v1.4.0 |
1388 | 2024-01-19T21:33:27.263Z | Compiling adler v1.0.2 |
1389 | 2024-01-19T21:33:36.997Z | Compiling crossbeam-utils v0.8.16 |
1390 | 2024-01-19T21:33:38.040Z | Compiling tokio-util v0.7.10 |
1391 | 2024-01-19T21:33:38.691Z | Compiling tokio-rustls v0.24.1 |
1392 | 2024-01-19T21:33:38.900Z | Compiling url v2.5.0 |
1393 | 2024-01-19T21:33:38.900Z | Compiling miniz_oxide v0.7.1 |
1394 | 2024-01-19T21:33:38.900Z | Compiling h2 v0.3.21 |
1395 | 2024-01-19T21:33:38.900Z | Compiling tokio-native-tls v0.3.1 |
1396 | 2024-01-19T21:33:38.901Z | Compiling pest_derive v2.7.2 |
1397 | 2024-01-19T21:33:38.901Z | Compiling rustls-native-certs v0.6.3 |
1398 | 2024-01-19T21:33:38.901Z | Compiling rand_chacha v0.3.1 |
1399 | 2024-01-19T21:33:38.901Z | Compiling usdt-impl v0.3.5 |
1400 | 2024-01-19T21:33:38.901Z | Compiling ipnet v2.9.0 |
1401 | 2024-01-19T21:33:38.901Z | Compiling rustix v0.37.23 |
1402 | 2024-01-19T21:33:38.901Z | Compiling rand v0.8.5 |
1403 | 2024-01-19T21:33:38.901Z | Compiling serde_urlencoded v0.7.1 |
1404 | 2024-01-19T21:33:38.901Z | Compiling encoding_rs v0.8.33 |
1405 | 2024-01-19T21:33:38.902Z | Compiling mime v0.3.17 |
1406 | 2024-01-19T21:33:38.902Z | Compiling gimli v0.28.0 |
1407 | 2024-01-19T21:33:38.902Z | Compiling webpki-roots v0.25.2 |
1408 | 2024-01-19T21:33:38.902Z | Compiling zerocopy v0.3.0 |
1409 | 2024-01-19T21:33:39.939Z | Compiling object v0.32.1 |
1410 | 2024-01-19T21:33:39.965Z | Compiling num-bigint v0.4.4 |
1411 | 2024-01-19T21:33:41.307Z | Compiling rustc-demangle v0.1.23 |
1412 | 2024-01-19T21:33:41.669Z | Compiling dof v0.1.5 |
1413 | 2024-01-19T21:33:41.691Z | Compiling flate2 v1.0.28 |
1414 | 2024-01-19T21:33:42.538Z | Compiling hyper v0.14.27 |
1415 | 2024-01-19T21:33:42.971Z | Compiling dtrace-parser v0.1.14 |
1416 | 2024-01-19T21:33:43.265Z | Compiling addr2line v0.21.0 |
1417 | 2024-01-19T21:33:43.755Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1418 | 2024-01-19T21:33:43.961Z | Compiling thread-id v4.2.0 |
1419 | 2024-01-19T21:33:44.414Z | Compiling rustversion v1.0.14 |
1420 | 2024-01-19T21:33:44.609Z | Compiling signal-hook v0.3.17 |
1421 | 2024-01-19T21:33:46.150Z | Compiling toml v0.7.8 |
1422 | 2024-01-19T21:33:46.488Z | Compiling toml_edit v0.21.0 |
1423 | 2024-01-19T21:33:48.599Z | Compiling serde_tokenstream v0.1.7 |
1424 | 2024-01-19T21:33:48.874Z | Compiling hex v0.4.3 |
1425 | 2024-01-19T21:33:49.106Z | Compiling serde_tokenstream v0.2.0 |
1426 | 2024-01-19T21:33:49.605Z | Compiling memoffset v0.9.0 |
1427 | 2024-01-19T21:33:49.605Z | Compiling base64ct v1.6.0 |
1428 | 2024-01-19T21:33:49.876Z | Compiling strsim v0.10.0 |
1429 | 2024-01-19T21:33:51.207Z | Compiling regress v0.7.1 |
1430 | 2024-01-19T21:33:53.220Z | Compiling smoltcp v0.9.1 |
1431 | 2024-01-19T21:33:53.412Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1432 | 2024-01-19T21:33:53.985Z | Compiling doc-comment v0.3.3 |
1433 | 2024-01-19T21:33:54.443Z | Compiling hyper-tls v0.5.0 |
1434 | 2024-01-19T21:33:54.731Z | Compiling hyper-rustls v0.24.2 |
1435 | 2024-01-19T21:33:54.984Z | Compiling bitflags v1.3.2 |
1436 | 2024-01-19T21:33:55.617Z | Compiling reqwest v0.11.22 |
1437 | 2024-01-19T21:33:55.879Z | Compiling pem-rfc7468 v0.7.0 |
1438 | 2024-01-19T21:33:56.581Z | Compiling strum_macros v0.25.2 |
1439 | 2024-01-19T21:33:57.152Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1440 | 2024-01-19T21:33:57.496Z | Compiling usdt-attr-macro v0.3.5 |
1441 | 2024-01-19T21:33:58.139Z | Compiling usdt-macro v0.3.5 |
1442 | 2024-01-19T21:33:59.923Z | Compiling hmac v0.12.1 |
1443 | 2024-01-19T21:34:00.588Z | Compiling enum-as-inner v0.5.1 |
1444 | 2024-01-19T21:34:00.647Z | Compiling crossbeam-epoch v0.9.15 |
1445 | 2024-01-19T21:34:00.765Z | Compiling num-iter v0.1.43 |
1446 | 2024-01-19T21:34:01.232Z | Compiling siphasher v0.3.11 |
1447 | 2024-01-19T21:34:01.509Z | Compiling flagset v0.4.3 |
1448 | 2024-01-19T21:34:01.818Z | Compiling unicode-segmentation v1.10.1 |
1449 | 2024-01-19T21:34:02.305Z | Compiling der v0.7.8 |
1450 | 2024-01-19T21:34:03.860Z | Compiling hubpack_derive v0.1.1 |
1451 | 2024-01-19T21:34:04.122Z | Compiling zerocopy-derive v0.6.4 |
1452 | 2024-01-19T21:34:04.523Z | Compiling pin-project-internal v1.1.3 |
1453 | 2024-01-19T21:34:06.218Z | Compiling utf8parse v0.2.1 |
1454 | 2024-01-19T21:34:06.463Z | Compiling deranged v0.3.8 |
1455 | 2024-01-19T21:34:07.207Z | Compiling num_threads v0.1.6 |
1456 | 2024-01-19T21:34:07.739Z | Compiling anstyle v1.0.2 |
1457 | 2024-01-19T21:34:08.115Z | Compiling sha2 v0.10.8 |
1458 | 2024-01-19T21:34:09.526Z | Compiling time v0.3.27 |
1459 | 2024-01-19T21:34:09.858Z | Compiling anstyle-parse v0.2.1 |
1460 | 2024-01-19T21:34:09.904Z | Compiling spki v0.7.2 |
1461 | 2024-01-19T21:34:11.837Z | Compiling md-5 v0.10.5 |
1462 | 2024-01-19T21:34:12.941Z | Compiling block-padding v0.3.3 |
1463 | 2024-01-19T21:34:13.074Z | Compiling clap_derive v4.4.2 |
1464 | 2024-01-19T21:34:13.331Z | Compiling stringprep v0.1.3 |
1465 | 2024-01-19T21:34:14.603Z | Compiling diesel_table_macro_syntax v0.1.0 |
1466 | 2024-01-19T21:34:15.029Z | Compiling hash32 v0.2.1 |
1467 | 2024-01-19T21:34:15.258Z | Compiling colorchoice v1.0.0 |
1468 | 2024-01-19T21:34:15.480Z | Compiling stable_deref_trait v1.2.0 |
1469 | 2024-01-19T21:34:15.595Z | Compiling fallible-iterator v0.2.0 |
1470 | 2024-01-19T21:34:15.623Z | Compiling anstyle-query v1.0.0 |
1471 | 2024-01-19T21:34:15.805Z | Compiling anstream v0.5.0 |
1472 | 2024-01-19T21:34:16.775Z | Compiling postgres-protocol v0.6.6 |
1473 | 2024-01-19T21:34:17.298Z | Compiling diesel_derives v2.1.2 |
1474 | 2024-01-19T21:34:18.365Z | Compiling inout v0.1.3 |
1475 | 2024-01-19T21:34:18.810Z | Compiling terminal_size v0.2.6 |
1476 | 2024-01-19T21:34:18.965Z | Compiling pkcs8 v0.10.2 |
1477 | 2024-01-19T21:34:19.904Z | Compiling phf_shared v0.11.2 |
1478 | 2024-01-19T21:34:22.017Z | Compiling ff v0.13.0 |
1479 | 2024-01-19T21:34:22.021Z | Compiling snafu-derive v0.7.5 |
1480 | 2024-01-19T21:34:22.021Z | Compiling serde_repr v0.1.16 |
1481 | 2024-01-19T21:34:22.039Z | Compiling scheduled-thread-pool v0.2.7 |
1482 | 2024-01-19T21:34:23.300Z | Compiling matches v0.1.10 |
1483 | 2024-01-19T21:34:23.440Z | Compiling clap_lex v0.5.1 |
1484 | 2024-01-19T21:34:24.192Z | Compiling bit-vec v0.6.3 |
1485 | 2024-01-19T21:34:24.261Z | Compiling regex-automata v0.1.10 |
1486 | 2024-01-19T21:34:24.570Z | Compiling managed v0.8.0 |
1487 | 2024-01-19T21:34:25.333Z | Compiling base16ct v0.2.0 |
1488 | 2024-01-19T21:34:25.714Z | Compiling sec1 v0.7.3 |
1489 | 2024-01-19T21:34:26.577Z | Compiling bstr v0.2.17 |
1490 | 2024-01-19T21:34:26.611Z | Compiling clap_builder v4.4.2 |
1491 | 2024-01-19T21:34:28.670Z | Compiling idna v0.2.3 |
1492 | 2024-01-19T21:34:29.266Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1493 | 2024-01-19T21:34:31.920Z | Compiling r2d2 v0.8.10 |
1494 | 2024-01-19T21:34:32.968Z | Compiling group v0.13.0 |
1495 | 2024-01-19T21:34:35.969Z | Compiling phf v0.11.2 |
1496 | 2024-01-19T21:34:35.993Z | Compiling signal-hook-mio v0.2.3 |
1497 | 2024-01-19T21:34:36.231Z | Compiling bzip2 v0.4.4 |
1498 | 2024-01-19T21:34:36.419Z | Compiling cipher v0.4.4 |
1499 | 2024-01-19T21:34:36.829Z | Compiling postgres-types v0.2.6 |
1500 | 2024-01-19T21:34:37.617Z | Compiling pin-project v1.1.3 |
1501 | 2024-01-19T21:34:37.802Z | Compiling zerocopy v0.6.4 |
1502 | 2024-01-19T21:34:38.297Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1503 | 2024-01-19T21:34:39.297Z | Compiling hubpack v0.1.2 |
1504 | 2024-01-19T21:34:39.530Z | Compiling phf_shared v0.10.0 |
1505 | 2024-01-19T21:34:40.250Z | Compiling hkdf v0.12.4 |
1506 | 2024-01-19T21:34:40.426Z | Compiling ipnetwork v0.20.0 |
1507 | 2024-01-19T21:34:40.614Z | Compiling crypto-bigint v0.5.2 |
1508 | 2024-01-19T21:34:41.148Z | Compiling futures-executor v0.3.30 |
1509 | 2024-01-19T21:34:41.148Z | Compiling getopts v0.2.21 |
1510 | 2024-01-19T21:34:41.883Z | Compiling float-cmp v0.9.0 |
1511 | 2024-01-19T21:34:42.677Z | Compiling new_debug_unreachable v1.0.4 |
1512 | 2024-01-19T21:34:43.371Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2024-01-19T21:34:43.543Z | Compiling predicates-core v1.0.6 |
1514 | 2024-01-19T21:34:44.157Z | Compiling whoami v1.4.1 |
1515 | 2024-01-19T21:34:45.121Z | Compiling static_assertions v1.1.0 |
1516 | 2024-01-19T21:34:45.268Z | Compiling data-encoding v2.4.0 |
1517 | 2024-01-19T21:34:46.471Z | Compiling minimal-lexical v0.2.1 |
1518 | 2024-01-19T21:34:47.328Z | Compiling fixedbitset v0.4.2 |
1519 | 2024-01-19T21:34:47.443Z | Compiling difflib v0.4.0 |
1520 | 2024-01-19T21:34:48.057Z | Compiling precomputed-hash v0.1.1 |
1521 | 2024-01-19T21:34:48.225Z | Compiling either v1.9.0 |
1522 | 2024-01-19T21:34:48.994Z | Compiling unsafe-libyaml v0.2.10 |
1523 | 2024-01-19T21:34:49.307Z | Compiling regex-automata v0.3.8 |
1524 | 2024-01-19T21:34:49.819Z | Compiling itertools v0.10.5 |
1525 | 2024-01-19T21:34:51.211Z | Compiling serde_yaml v0.9.25 |
1526 | 2024-01-19T21:34:51.512Z | Compiling string_cache v0.8.7 |
1527 | 2024-01-19T21:34:52.255Z | Compiling bstr v1.6.0 |
1528 | 2024-01-19T21:34:52.380Z | Compiling predicates v3.1.0 |
1529 | 2024-01-19T21:34:53.324Z | Compiling petgraph v0.6.4 |
1530 | 2024-01-19T21:34:53.345Z | Compiling nom v7.1.3 |
1531 | 2024-01-19T21:34:54.281Z | Compiling trust-dns-proto v0.22.0 |
1532 | 2024-01-19T21:34:54.672Z | Compiling diesel v2.1.4 |
1533 | 2024-01-19T21:34:54.919Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1534 | 2024-01-19T21:34:55.219Z | Compiling tokio-postgres v0.7.10 |
1535 | 2024-01-19T21:34:58.602Z | Compiling elliptic-curve v0.13.8 |
1536 | 2024-01-19T21:35:00.296Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1537 | 2024-01-19T21:35:00.728Z | Compiling futures v0.3.30 |
1538 | 2024-01-19T21:35:05.150Z | Compiling yasna v0.5.2 |
1539 | 2024-01-19T21:35:05.371Z | Compiling snafu v0.7.5 |
1540 | 2024-01-19T21:35:06.802Z | Compiling zip v0.6.6 |
1541 | 2024-01-19T21:35:08.434Z | Compiling crossterm v0.27.0 |
1542 | 2024-01-19T21:35:09.137Z | Compiling clap v4.4.3 |
1543 | 2024-01-19T21:35:09.420Z | Compiling similar v2.3.0 |
1544 | 2024-01-19T21:35:09.865Z | Compiling bit-set v0.5.3 |
1545 | 2024-01-19T21:35:10.057Z | Compiling usdt v0.3.5 |
1546 | 2024-01-19T21:35:10.290Z | Compiling tokio-stream v0.1.14 |
1547 | 2024-01-19T21:35:10.473Z | Compiling console v0.15.8 |
1548 | 2024-01-19T21:35:13.610Z | Compiling lalrpop-util v0.19.12 |
1549 | 2024-01-19T21:35:14.229Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1550 | 2024-01-19T21:36:04.341Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1551 | 2024-01-19T21:36:04.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2024-01-19T21:36:05.908Z | Compiling sha1 v0.10.6 |
1553 | 2024-01-19T21:36:17.453Z | Compiling atty v0.2.14 |
1554 | 2024-01-19T21:36:17.875Z | Compiling match_cfg v0.1.0 |
1555 | 2024-01-19T21:36:18.012Z | Compiling hostname v0.3.1 |
1556 | 2024-01-19T21:36:18.186Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1557 | 2024-01-19T21:36:18.370Z | Compiling dirs-sys-next v0.1.2 |
1558 | 2024-01-19T21:36:18.489Z | Compiling ident_case v1.0.1 |
1559 | 2024-01-19T21:36:18.765Z | Compiling dirs-next v2.0.0 |
1560 | 2024-01-19T21:36:19.062Z | Compiling darling_core v0.20.3 |
1561 | 2024-01-19T21:36:19.466Z | Compiling thread_local v1.1.7 |
1562 | 2024-01-19T21:36:19.792Z | Compiling slog-async v2.8.0 |
1563 | 2024-01-19T21:36:20.380Z | Compiling camino v1.1.6 |
1564 | 2024-01-19T21:36:20.810Z | Compiling term v0.7.0 |
1565 | 2024-01-19T21:36:21.031Z | Compiling crossbeam-channel v0.5.8 |
1566 | 2024-01-19T21:36:21.436Z | Compiling multer v3.0.0 |
1567 | 2024-01-19T21:36:21.877Z | Compiling instant v0.1.12 |
1568 | 2024-01-19T21:36:22.091Z | Compiling paste v1.0.14 |
1569 | 2024-01-19T21:36:22.727Z | Compiling take_mut v0.2.2 |
1570 | 2024-01-19T21:36:22.977Z | Compiling slog-term v2.9.0 |
1571 | 2024-01-19T21:36:23.352Z | Compiling slog-json v2.6.1 |
1572 | 2024-01-19T21:36:23.953Z | Compiling http v1.0.0 |
1573 | 2024-01-19T21:36:24.814Z | Compiling async-stream-impl v0.3.5 |
1574 | 2024-01-19T21:36:25.095Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1575 | 2024-01-19T21:36:25.122Z | Compiling atomic-waker v1.1.1 |
1576 | 2024-01-19T21:36:25.411Z | Compiling debug-ignore v1.0.5 |
1577 | 2024-01-19T21:36:25.561Z | Compiling rustls-pki-types v1.1.0 |
1578 | 2024-01-19T21:36:25.738Z | Compiling waitgroup v0.1.2 |
1579 | 2024-01-19T21:36:26.069Z | Compiling slog-bunyan v2.5.0 |
1580 | 2024-01-19T21:36:26.255Z | Compiling rustls-pemfile v2.0.0 |
1581 | 2024-01-19T21:36:26.948Z | Compiling toml v0.8.8 |
1582 | 2024-01-19T21:36:27.049Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1583 | 2024-01-19T21:36:27.174Z | Compiling async-stream v0.3.5 |
1584 | 2024-01-19T21:36:27.662Z | Compiling serde_path_to_error v0.1.15 |
1585 | 2024-01-19T21:36:28.694Z | Compiling structmeta-derive v0.2.0 |
1586 | 2024-01-19T21:36:28.698Z | Compiling strum v0.25.0 |
1587 | 2024-01-19T21:36:28.698Z | Compiling regex-syntax v0.7.5 |
1588 | 2024-01-19T21:36:28.698Z | Compiling backoff v0.4.0 |
1589 | 2024-01-19T21:36:29.178Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1590 | 2024-01-19T21:36:29.221Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1591 | 2024-01-19T21:36:29.449Z | Compiling macaddr v1.0.1 |
1592 | 2024-01-19T21:36:29.611Z | Compiling darling_macro v0.20.3 |
1593 | 2024-01-19T21:36:29.900Z | Compiling proc-macro-error-attr v1.0.4 |
1594 | 2024-01-19T21:36:30.208Z | Compiling proc-macro-crate v1.3.1 |
1595 | 2024-01-19T21:36:30.359Z | Compiling proc-macro-error v1.0.4 |
1596 | 2024-01-19T21:36:31.033Z | Compiling smoltcp v0.10.0 |
1597 | 2024-01-19T21:36:31.243Z | Compiling darling v0.20.3 |
1598 | 2024-01-19T21:36:31.421Z | Compiling serde_with_macros v3.4.0 |
1599 | 2024-01-19T21:36:31.774Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1600 | 2024-01-19T21:36:32.035Z | Compiling num_enum_derive v0.5.11 |
1601 | 2024-01-19T21:36:32.338Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1602 | 2024-01-19T21:36:32.780Z | Compiling fastrand v2.0.0 |
1603 | 2024-01-19T21:36:33.430Z | Compiling same-file v1.0.6 |
1604 | 2024-01-19T21:36:33.461Z | Compiling structmeta v0.2.0 |
1605 | 2024-01-19T21:36:33.678Z | Compiling embedded-io v0.4.0 |
1606 | 2024-01-19T21:36:33.788Z | Compiling cobs v0.2.3 |
1607 | 2024-01-19T21:36:34.051Z | Compiling walkdir v2.4.0 |
1608 | 2024-01-19T21:36:34.267Z | Compiling postcard v1.0.8 |
1609 | 2024-01-19T21:36:34.857Z | Compiling tempfile v3.8.1 |
1610 | 2024-01-19T21:36:35.734Z | Compiling semver-parser v0.10.2 |
1611 | 2024-01-19T21:36:35.883Z | Compiling foreign-types-macros v0.2.3 |
1612 | 2024-01-19T21:36:36.082Z | Compiling serde_with v3.4.0 |
1613 | 2024-01-19T21:36:36.675Z | Compiling num_enum v0.5.11 |
1614 | 2024-01-19T21:36:36.908Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1615 | 2024-01-19T21:36:37.997Z | Compiling crucible-workspace-hack v0.1.0 |
1616 | 2024-01-19T21:36:38.256Z | Compiling foreign-types-shared v0.3.1 |
1617 | 2024-01-19T21:36:38.428Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1618 | 2024-01-19T21:36:38.432Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1619 | 2024-01-19T21:36:38.784Z | Compiling foreign-types v0.5.0 |
1620 | 2024-01-19T21:36:39.119Z | Compiling semver v0.11.0 |
1621 | 2024-01-19T21:36:40.176Z | Compiling is-terminal v0.4.9 |
1622 | 2024-01-19T21:36:40.345Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1623 | 2024-01-19T21:36:40.365Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1624 | 2024-01-19T21:36:40.453Z | Compiling cstr-argument v0.1.2 |
1625 | 2024-01-19T21:36:40.670Z | Compiling parse-display-derive v0.8.2 |
1626 | 2024-01-19T21:36:40.807Z | Compiling xattr v1.0.1 |
1627 | 2024-01-19T21:36:41.215Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1628 | 2024-01-19T21:36:41.692Z | Compiling filetime v0.2.23 |
1629 | 2024-01-19T21:36:41.773Z | Compiling pretty-hex v0.2.1 |
1630 | 2024-01-19T21:36:42.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1631 | 2024-01-19T21:36:42.195Z | Compiling home v0.5.5 |
1632 | 2024-01-19T21:36:42.526Z | Compiling toolchain_find v0.2.0 |
1633 | 2024-01-19T21:36:42.576Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1634 | 2024-01-19T21:36:43.067Z | Compiling tar v0.4.40 |
1635 | 2024-01-19T21:36:43.355Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2024-01-19T21:36:43.819Z | Compiling colored v2.0.4 |
1637 | 2024-01-19T21:36:44.336Z | Compiling toml v0.5.11 |
1638 | 2024-01-19T21:36:44.762Z | Compiling platforms v3.0.2 |
1639 | 2024-01-19T21:36:44.830Z | Compiling topological-sort v0.2.2 |
1640 | 2024-01-19T21:36:45.145Z | Compiling omicron-zone-package v0.10.1 |
1641 | 2024-01-19T21:36:45.316Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1642 | 2024-01-19T21:36:45.422Z | Compiling camino-tempfile v1.1.1 |
1643 | 2024-01-19T21:36:46.110Z | Compiling zone_cfg_derive v0.3.0 |
1644 | 2024-01-19T21:36:46.663Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1645 | 2024-01-19T21:36:47.333Z | Compiling rustfmt-wrapper v0.2.0 |
1646 | 2024-01-19T21:36:48.170Z | Compiling parse-display v0.8.2 |
1647 | 2024-01-19T21:36:48.316Z | Compiling textwrap v0.11.0 |
1648 | 2024-01-19T21:36:48.372Z | Compiling heck v0.3.3 |
1649 | 2024-01-19T21:36:48.568Z | Compiling num-derive v0.4.0 |
1650 | 2024-01-19T21:36:49.073Z | Compiling strsim v0.8.0 |
1651 | 2024-01-19T21:36:49.240Z | Compiling vec_map v0.8.2 |
1652 | 2024-01-19T21:36:49.689Z | Compiling libefi-sys v0.1.0 |
1653 | 2024-01-19T21:36:50.090Z | Compiling ansi_term v0.12.1 |
1654 | 2024-01-19T21:36:50.156Z | Compiling structopt-derive v0.4.18 |
1655 | 2024-01-19T21:36:50.699Z | Compiling clap v2.34.0 |
1656 | 2024-01-19T21:36:50.950Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1657 | 2024-01-19T21:36:51.401Z | Compiling zone v0.3.0 |
1658 | 2024-01-19T21:36:51.969Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1659 | 2024-01-19T21:36:52.637Z | Compiling smf v0.2.2 |
1660 | 2024-01-19T21:36:52.663Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1661 | 2024-01-19T21:36:53.132Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1662 | 2024-01-19T21:36:53.508Z | Compiling unicase v2.7.0 |
1663 | 2024-01-19T21:36:53.700Z | Compiling semver v0.1.20 |
1664 | 2024-01-19T21:36:54.040Z | Compiling curve25519-dalek v4.1.1 |
1665 | 2024-01-19T21:36:54.305Z | Compiling rustc_version v0.1.7 |
1666 | 2024-01-19T21:36:54.812Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1667 | 2024-01-19T21:36:54.948Z | Compiling universal-hash v0.5.1 |
1668 | 2024-01-19T21:36:54.964Z | Compiling opaque-debug v0.3.0 |
1669 | 2024-01-19T21:36:55.046Z | Compiling newtype_derive v0.1.6 |
1670 | 2024-01-19T21:36:55.107Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1671 | 2024-01-19T21:36:55.271Z | Compiling curve25519-dalek-derive v0.1.0 |
1672 | 2024-01-19T21:36:55.359Z | Compiling num-rational v0.4.1 |
1673 | 2024-01-19T21:36:55.383Z | Compiling getrandom v0.1.16 |
1674 | 2024-01-19T21:36:55.661Z | Compiling password-hash v0.5.0 |
1675 | 2024-01-19T21:36:55.862Z | Compiling blake2 v0.10.6 |
1676 | 2024-01-19T21:36:55.893Z | Compiling signature v2.1.0 |
1677 | 2024-01-19T21:36:56.174Z | Compiling linked-hash-map v0.5.6 |
1678 | 2024-01-19T21:36:56.267Z | Compiling quick-error v1.2.3 |
1679 | 2024-01-19T21:36:56.462Z | Compiling structopt v0.3.26 |
1680 | 2024-01-19T21:36:56.527Z | Compiling parking_lot_core v0.8.6 |
1681 | 2024-01-19T21:36:56.728Z | Compiling lru-cache v0.1.2 |
1682 | 2024-01-19T21:36:57.017Z | Compiling argon2 v0.5.2 |
1683 | 2024-01-19T21:36:57.388Z | Compiling resolv-conf v0.7.0 |
1684 | 2024-01-19T21:36:58.525Z | Compiling aead v0.5.2 |
1685 | 2024-01-19T21:36:59.061Z | Compiling num-complex v0.4.4 |
1686 | 2024-01-19T21:36:59.117Z | Compiling nibble_vec v0.1.0 |
1687 | 2024-01-19T21:36:59.122Z | Compiling slog-dtrace v0.2.3 |
1688 | 2024-01-19T21:36:59.140Z | Compiling arc-swap v1.6.0 |
1689 | 2024-01-19T21:36:59.557Z | Compiling cancel-safe-futures v0.1.5 |
1690 | 2024-01-19T21:37:00.082Z | Compiling utf-8 v0.7.6 |
1691 | 2024-01-19T21:37:00.226Z | Compiling keccak v0.1.4 |
1692 | 2024-01-19T21:37:00.465Z | Compiling winapi v0.3.9 |
1693 | 2024-01-19T21:37:00.540Z | Compiling endian-type v0.1.2 |
1694 | 2024-01-19T21:37:00.581Z | Compiling tungstenite v0.20.1 |
1695 | 2024-01-19T21:37:00.873Z | Compiling radix_trie v0.2.1 |
1696 | 2024-01-19T21:37:01.913Z | Compiling sha3 v0.10.8 |
1697 | 2024-01-19T21:37:02.004Z | Compiling num v0.4.1 |
1698 | 2024-01-19T21:37:02.225Z | Compiling slog-scope v4.4.0 |
1699 | 2024-01-19T21:37:02.260Z | Compiling mime_guess v2.0.4 |
1700 | 2024-01-19T21:37:02.333Z | Compiling steno v0.4.0 |
1701 | 2024-01-19T21:37:03.109Z | Compiling trust-dns-resolver v0.22.0 |
1702 | 2024-01-19T21:37:03.523Z | Compiling rand_core v0.5.1 |
1703 | 2024-01-19T21:37:04.343Z | Compiling poly1305 v0.8.0 |
1704 | 2024-01-19T21:37:04.799Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1705 | 2024-01-19T21:37:05.455Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1706 | 2024-01-19T21:37:05.932Z | Compiling chacha20 v0.9.1 |
1707 | 2024-01-19T21:37:06.378Z | Compiling rfc6979 v0.4.0 |
1708 | 2024-01-19T21:37:06.667Z | Compiling secrecy v0.8.0 |
1709 | 2024-01-19T21:37:06.694Z | Compiling thiserror-impl-no-std v2.0.2 |
1710 | 2024-01-19T21:37:06.718Z | Compiling half v1.8.2 |
1711 | 2024-01-19T21:37:07.084Z | Compiling option-ext v0.2.0 |
1712 | 2024-01-19T21:37:07.275Z | Compiling convert_case v0.4.0 |
1713 | 2024-01-19T21:37:07.392Z | Compiling ciborium-io v0.2.1 |
1714 | 2024-01-19T21:37:07.546Z | Compiling ciborium-ll v0.2.1 |
1715 | 2024-01-19T21:37:07.752Z | Compiling dirs-sys v0.4.1 |
1716 | 2024-01-19T21:37:08.256Z | Compiling ecdsa v0.16.9 |
1717 | 2024-01-19T21:37:08.802Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1718 | 2024-01-19T21:37:08.891Z | Compiling derive_more v0.99.17 |
1719 | 2024-01-19T21:37:09.311Z | Compiling parking_lot v0.11.2 |
1720 | 2024-01-19T21:37:10.396Z | Compiling rand_chacha v0.2.2 |
1721 | 2024-01-19T21:37:10.978Z | Compiling slog-stdlog v4.1.1 |
1722 | 2024-01-19T21:37:12.361Z | Compiling thiserror-no-std v2.0.2 |
1723 | 2024-01-19T21:37:12.471Z | Compiling tokio-tungstenite v0.20.1 |
1724 | 2024-01-19T21:37:12.904Z | Compiling trust-dns-client v0.22.0 |
1725 | 2024-01-19T21:37:13.032Z | Compiling ed25519 v2.2.2 |
1726 | 2024-01-19T21:37:13.295Z | Compiling polyval v0.6.1 |
1727 | 2024-01-19T21:37:13.458Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1728 | 2024-01-19T21:37:14.999Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1729 | 2024-01-19T21:37:15.002Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1730 | 2024-01-19T21:37:15.003Z | Compiling primeorder v0.13.6 |
1731 | 2024-01-19T21:37:15.003Z | Compiling ctr v0.9.2 |
1732 | 2024-01-19T21:37:15.549Z | Compiling aes v0.8.3 |
1733 | 2024-01-19T21:37:16.893Z | Compiling blowfish v0.9.1 |
1734 | 2024-01-19T21:37:17.602Z | Compiling password-hash v0.4.2 |
1735 | 2024-01-19T21:37:18.127Z | Compiling libsw v3.3.1 |
1736 | 2024-01-19T21:37:18.812Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1737 | 2024-01-19T21:37:19.273Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1738 | 2024-01-19T21:37:20.644Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1739 | 2024-01-19T21:37:21.729Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1740 | 2024-01-19T21:37:22.378Z | Compiling pbkdf2 v0.12.2 |
1741 | 2024-01-19T21:37:22.617Z | Compiling derive-where v1.2.7 |
1742 | 2024-01-19T21:37:23.953Z | Compiling fxhash v0.2.1 |
1743 | 2024-01-19T21:37:25.217Z | Compiling owo-colors v3.5.0 |
1744 | 2024-01-19T21:37:28.847Z | Compiling linear-map v1.2.0 |
1745 | 2024-01-19T21:37:28.991Z | Compiling swrite v0.1.0 |
1746 | 2024-01-19T21:37:29.198Z | Compiling trust-dns-server v0.22.1 |
1747 | 2024-01-19T21:37:29.454Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1748 | 2024-01-19T21:37:32.114Z | Compiling sled v0.34.7 |
1749 | 2024-01-19T21:37:33.281Z | Compiling bcrypt-pbkdf v0.10.0 |
1750 | 2024-01-19T21:37:34.274Z | Compiling pbkdf2 v0.11.0 |
1751 | 2024-01-19T21:37:34.938Z | Compiling p256 v0.13.2 |
1752 | 2024-01-19T21:37:36.603Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1753 | 2024-01-19T21:37:37.320Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1754 | 2024-01-19T21:37:40.289Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1755 | 2024-01-19T21:37:41.063Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1756 | 2024-01-19T21:37:41.533Z | Compiling ghash v0.5.0 |
1757 | 2024-01-19T21:37:41.546Z | Compiling ed25519-dalek v2.0.0 |
1758 | 2024-01-19T21:37:41.546Z | Compiling russh-cryptovec v0.7.0 |
1759 | 2024-01-19T21:37:41.594Z | Compiling vsss-rs v3.3.4 |
1760 | 2024-01-19T21:37:41.983Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1761 | 2024-01-19T21:37:43.107Z | Compiling slog-envlogger v2.2.0 |
1762 | 2024-01-19T21:37:44.632Z | Compiling rand v0.7.3 |
1763 | 2024-01-19T21:37:47.127Z | Compiling dirs v5.0.1 |
1764 | 2024-01-19T21:37:47.760Z | Compiling ciborium v0.2.1 |
1765 | 2024-01-19T21:37:48.520Z | Compiling chacha20poly1305 v0.10.1 |
1766 | 2024-01-19T21:37:48.671Z | Compiling cbc v0.1.2 |
1767 | 2024-01-19T21:37:48.940Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1768 | 2024-01-19T21:37:49.401Z | Compiling pem v3.0.2 |
1769 | 2024-01-19T21:37:49.525Z | Compiling headers-core v0.2.0 |
1770 | 2024-01-19T21:37:49.702Z | Compiling kstat-rs v0.2.3 |
1771 | 2024-01-19T21:37:49.863Z | Compiling http-range v0.1.5 |
1772 | 2024-01-19T21:37:50.178Z | Compiling glob v0.3.1 |
1773 | 2024-01-19T21:37:50.327Z | Compiling md5 v0.7.0 |
1774 | 2024-01-19T21:37:51.145Z | Compiling pretty-hex v0.4.1 |
1775 | 2024-01-19T21:37:51.418Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1776 | 2024-01-19T21:37:51.418Z | Compiling russh-keys v0.40.1 |
1777 | 2024-01-19T21:37:51.418Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1778 | 2024-01-19T21:37:51.819Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1779 | 2024-01-19T21:37:52.799Z | Compiling hyper-staticfile v0.9.5 |
1780 | 2024-01-19T21:37:53.169Z | Compiling rcgen v0.12.0 |
1781 | 2024-01-19T21:37:54.377Z | Compiling headers v0.3.9 |
1782 | 2024-01-19T21:37:55.373Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1783 | 2024-01-19T21:37:56.887Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1784 | 2024-01-19T21:38:12.722Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1785 | 2024-01-19T21:38:12.889Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1786 | 2024-01-19T21:38:12.890Z | Compiling aes-gcm v0.10.3 |
1787 | 2024-01-19T21:38:12.890Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1788 | 2024-01-19T21:38:12.890Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1789 | 2024-01-19T21:38:12.890Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1790 | 2024-01-19T21:38:12.890Z | Compiling atomicwrites v0.4.3 |
1791 | 2024-01-19T21:38:12.998Z | Compiling itertools v0.12.0 |
1792 | 2024-01-19T21:38:12.998Z | Compiling subprocess v0.2.9 |
1793 | 2024-01-19T21:38:12.998Z | Compiling display-error-chain v0.2.0 |
1794 | 2024-01-19T21:38:12.998Z | Compiling hex-literal v0.4.1 |
1795 | 2024-01-19T21:38:12.998Z | Compiling russh v0.40.2 |
1796 | 2024-01-19T21:38:12.998Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1797 | 2024-01-19T21:38:12.999Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1798 | 2024-01-19T21:38:31.292Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1799 | 2024-01-19T21:38:37.755Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1800 | 2024-01-19T21:38:39.453Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1801 | 2024-01-19T21:39:10.449Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1802 | 2024-01-19T21:40:34.949Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 46s |
1803 | 2024-01-19T21:40:35.339Z | |
1804 | 2024-01-19T21:40:35.339Z | real 8:46.515829970 |
1805 | 2024-01-19T21:40:35.339Z | user 47:05.672406502 |
1806 | 2024-01-19T21:40:35.339Z | sys 7:10.617131643 |
1807 | 2024-01-19T21:40:35.344Z | trap 1.778566455 |
1808 | 2024-01-19T21:40:35.344Z | tflt 5.826571379 |
1809 | 2024-01-19T21:40:35.344Z | dflt 8.473012550 |
1810 | 2024-01-19T21:40:35.344Z | kflt 0.018902430 |
1811 | 2024-01-19T21:40:35.344Z | lock 1:29:10.936157743 |
1812 | 2024-01-19T21:40:35.345Z | slp 2:12:36.080089622 |
1813 | 2024-01-19T21:40:35.345Z | lat 2:05.090248671 |
1814 | 2024-01-19T21:40:35.345Z | stop 4:57.429427414 |
1815 | 2024-01-19T21:40:35.345Z | + mkdir -p /work/end-to-end-tests |
1816 | 2024-01-19T21:40:35.345Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1817 | 2024-01-19T21:40:36.322Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1818 | 2024-01-19T21:40:36.322Z | + ptime -m gzip |
1819 | 2024-01-19T21:40:36.329Z | ++ basename target/debug/bootstrap |
1820 | 2024-01-19T21:40:54.131Z | |
1821 | 2024-01-19T21:40:54.137Z | real 17.762804552 |
1822 | 2024-01-19T21:40:54.137Z | user 17.563790033 |
1823 | 2024-01-19T21:40:54.138Z | sys 0.183144997 |
1824 | 2024-01-19T21:40:54.138Z | trap 0.005972222 |
1825 | 2024-01-19T21:40:54.138Z | tflt 0.000000000 |
1826 | 2024-01-19T21:40:54.138Z | dflt 0.000000000 |
1827 | 2024-01-19T21:40:54.138Z | kflt 0.000000000 |
1828 | 2024-01-19T21:40:54.138Z | lock 0.000000000 |
1829 | 2024-01-19T21:40:54.139Z | slp 0.000000000 |
1830 | 2024-01-19T21:40:54.139Z | lat 0.009539814 |
1831 | 2024-01-19T21:40:54.139Z | stop 0.000225173 |
1832 | 2024-01-19T21:40:54.139Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1833 | 2024-01-19T21:40:54.139Z | + ptime -m gzip |
1834 | 2024-01-19T21:40:54.139Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-65f30ecb53223d0e |
1835 | 2024-01-19T21:40:55.184Z | |
1836 | 2024-01-19T21:40:55.187Z | real 1.073493165 |
1837 | 2024-01-19T21:40:55.188Z | user 1.061606335 |
1838 | 2024-01-19T21:40:55.188Z | sys 0.011192719 |
1839 | 2024-01-19T21:40:55.192Z | trap 0.000142246 |
1840 | 2024-01-19T21:40:55.192Z | tflt 0.000000000 |
1841 | 2024-01-19T21:40:55.192Z | dflt 0.000000000 |
1842 | 2024-01-19T21:40:55.192Z | kflt 0.000000000 |
1843 | 2024-01-19T21:40:55.192Z | lock 0.000000000 |
1844 | 2024-01-19T21:40:55.192Z | slp 0.000000000 |
1845 | 2024-01-19T21:40:55.192Z | lat 0.000201882 |
1846 | 2024-01-19T21:40:55.192Z | stop 0.000234387 |
1847 | 2024-01-19T21:40:55.192Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1848 | 2024-01-19T21:40:55.192Z | + ptime -m gzip |
1849 | 2024-01-19T21:40:55.192Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-02d296ed8b688339 |
1850 | 2024-01-19T21:41:13.434Z | |
1851 | 2024-01-19T21:41:13.437Z | real 18.257472268 |
1852 | 2024-01-19T21:41:13.437Z | user 18.067660026 |
1853 | 2024-01-19T21:41:13.437Z | sys 0.185207579 |
1854 | 2024-01-19T21:41:13.437Z | trap 0.003331731 |
1855 | 2024-01-19T21:41:13.437Z | tflt 0.000000000 |
1856 | 2024-01-19T21:41:13.437Z | dflt 0.000000000 |
1857 | 2024-01-19T21:41:13.437Z | kflt 0.000000000 |
1858 | 2024-01-19T21:41:13.437Z | lock 0.000000000 |
1859 | 2024-01-19T21:41:13.437Z | slp 0.000000000 |
1860 | 2024-01-19T21:41:13.437Z | lat 0.000923714 |
1861 | 2024-01-19T21:41:13.437Z | stop 0.000235043 |
1862 | 2024-01-19T21:41:13.437Z | + banner caboose-util |
1863 | 2024-01-19T21:41:13.437Z | |
1864 | 2024-01-19T21:41:13.437Z | #### ## ##### #### #### #### ###### # # ##### |
1865 | 2024-01-19T21:41:13.438Z | # # # # # # # # # # # # # # # |
1866 | 2024-01-19T21:41:13.438Z | # # # ##### # # # # #### ##### ##### # # # |
1867 | 2024-01-19T21:41:13.438Z | # ###### # # # # # # # # # # # |
1868 | 2024-01-19T21:41:13.438Z | # # # # # # # # # # # # # # # # |
1869 | 2024-01-19T21:41:13.438Z | #### # # ##### #### #### #### ###### #### # |
1870 | 2024-01-19T21:41:13.438Z | |
1871 | 2024-01-19T21:41:13.438Z | + ptime -m cargo build --locked -p caboose-util --release |
1872 | 2024-01-19T21:41:14.120Z | Downloading crates ... |
1873 | 2024-01-19T21:41:14.411Z | Downloaded radium v0.7.0 |
1874 | 2024-01-19T21:41:14.414Z | Downloaded tap v1.0.1 |
1875 | 2024-01-19T21:41:14.419Z | Downloaded serde-hex v0.1.0 |
1876 | 2024-01-19T21:41:14.422Z | Downloaded crc-any v2.4.3 |
1877 | 2024-01-19T21:41:14.426Z | Downloaded array-init v0.0.4 |
1878 | 2024-01-19T21:41:14.430Z | Downloaded path-slash v0.1.5 |
1879 | 2024-01-19T21:41:14.433Z | Downloaded bitfield v0.14.0 |
1880 | 2024-01-19T21:41:14.436Z | Downloaded termcolor v1.2.0 |
1881 | 2024-01-19T21:41:14.438Z | Downloaded packed_struct_codegen v0.10.1 |
1882 | 2024-01-19T21:41:14.439Z | Downloaded smallvec v0.6.14 |
1883 | 2024-01-19T21:41:14.442Z | Downloaded maybe-uninit v2.0.0 |
1884 | 2024-01-19T21:41:14.444Z | Downloaded funty v2.0.0 |
1885 | 2024-01-19T21:41:14.444Z | Downloaded wyz v0.5.1 |
1886 | 2024-01-19T21:41:14.447Z | Downloaded pkcs1 v0.7.5 |
1887 | 2024-01-19T21:41:14.450Z | Downloaded packed_struct v0.10.1 |
1888 | 2024-01-19T21:41:14.453Z | Downloaded env_logger v0.10.0 |
1889 | 2024-01-19T21:41:14.457Z | Downloaded crc-catalog v2.2.0 |
1890 | 2024-01-19T21:41:14.460Z | Downloaded rsa v0.9.2 |
1891 | 2024-01-19T21:41:14.468Z | Downloaded num-bigint-dig v0.8.4 |
1892 | 2024-01-19T21:41:14.477Z | Downloaded x509-cert v0.2.4 |
1893 | 2024-01-19T21:41:14.487Z | Downloaded object v0.30.4 |
1894 | 2024-01-19T21:41:14.504Z | Downloaded bitvec v1.0.1 |
1895 | 2024-01-19T21:41:14.530Z | Downloaded ron v0.8.1 |
1896 | 2024-01-19T21:41:14.539Z | Downloaded nodrop v0.1.14 |
1897 | 2024-01-19T21:41:14.543Z | Downloaded crc v3.0.1 |
1898 | 2024-01-19T21:41:14.724Z | Compiling proc-macro2 v1.0.74 |
1899 | 2024-01-19T21:41:14.724Z | Compiling unicode-ident v1.0.12 |
1900 | 2024-01-19T21:41:14.739Z | Compiling libc v0.2.152 |
1901 | 2024-01-19T21:41:14.739Z | Compiling autocfg v1.1.0 |
1902 | 2024-01-19T21:41:14.739Z | Compiling serde v1.0.195 |
1903 | 2024-01-19T21:41:14.739Z | Compiling cfg-if v1.0.0 |
1904 | 2024-01-19T21:41:14.740Z | Compiling version_check v0.9.4 |
1905 | 2024-01-19T21:41:14.873Z | Compiling typenum v1.16.0 |
1906 | 2024-01-19T21:41:14.887Z | Compiling syn v1.0.109 |
1907 | 2024-01-19T21:41:14.984Z | Compiling parking_lot_core v0.9.8 |
1908 | 2024-01-19T21:41:15.537Z | Compiling libm v0.2.7 |
1909 | 2024-01-19T21:41:15.594Z | Compiling once_cell v1.19.0 |
1910 | 2024-01-19T21:41:15.761Z | Compiling generic-array v0.14.7 |
1911 | 2024-01-19T21:41:15.838Z | Compiling lock_api v0.4.10 |
1912 | 2024-01-19T21:41:15.980Z | Compiling num-traits v0.2.16 |
1913 | 2024-01-19T21:41:16.166Z | Compiling pkg-config v0.3.27 |
1914 | 2024-01-19T21:41:16.184Z | Compiling scopeguard v1.2.0 |
1915 | 2024-01-19T21:41:16.382Z | Compiling slab v0.4.9 |
1916 | 2024-01-19T21:41:16.510Z | Compiling serde_json v1.0.111 |
1917 | 2024-01-19T21:41:16.803Z | Compiling quote v1.0.35 |
1918 | 2024-01-19T21:41:16.960Z | Compiling thiserror v1.0.49 |
1919 | 2024-01-19T21:41:17.107Z | Compiling memchr v2.6.3 |
1920 | 2024-01-19T21:41:17.622Z | Compiling syn v2.0.46 |
1921 | 2024-01-19T21:41:17.794Z | Compiling cc v1.0.83 |
1922 | 2024-01-19T21:41:17.844Z | Compiling getrandom v0.2.10 |
1923 | 2024-01-19T21:41:18.508Z | Compiling rand_core v0.6.4 |
1924 | 2024-01-19T21:41:18.618Z | Compiling byteorder v1.5.0 |
1925 | 2024-01-19T21:41:19.343Z | Compiling itoa v1.0.9 |
1926 | 2024-01-19T21:41:19.485Z | Compiling log v0.4.20 |
1927 | 2024-01-19T21:41:19.669Z | Compiling smallvec v1.11.2 |
1928 | 2024-01-19T21:41:20.821Z | Compiling vcpkg v0.2.15 |
1929 | 2024-01-19T21:41:22.467Z | Compiling parking_lot v0.12.1 |
1930 | 2024-01-19T21:41:22.736Z | Compiling const-oid v0.9.5 |
1931 | 2024-01-19T21:41:22.820Z | Compiling pin-project-lite v0.2.13 |
1932 | 2024-01-19T21:41:22.973Z | Compiling ring v0.17.7 |
1933 | 2024-01-19T21:41:23.708Z | Compiling openssl-sys v0.9.96 |
1934 | 2024-01-19T21:41:24.122Z | Compiling indexmap v1.9.3 |
1935 | 2024-01-19T21:41:24.593Z | Compiling signal-hook-registry v1.4.1 |
1936 | 2024-01-19T21:41:25.228Z | Compiling subtle v2.5.0 |
1937 | 2024-01-19T21:41:25.641Z | Compiling heck v0.4.1 |
1938 | 2024-01-19T21:41:25.701Z | Compiling futures-core v0.3.30 |
1939 | 2024-01-19T21:41:25.759Z | Compiling io-lifetimes v1.0.11 |
1940 | 2024-01-19T21:41:26.246Z | Compiling ring v0.16.20 |
1941 | 2024-01-19T21:41:26.491Z | Compiling mio v0.8.9 |
1942 | 2024-01-19T21:41:26.524Z | Compiling num-integer v0.1.45 |
1943 | 2024-01-19T21:41:26.957Z | Compiling semver v1.0.21 |
1944 | 2024-01-19T21:41:27.612Z | Compiling ryu v1.0.15 |
1945 | 2024-01-19T21:41:28.816Z | Compiling rustix v0.37.23 |
1946 | 2024-01-19T21:41:29.492Z | Compiling spin v0.5.2 |
1947 | 2024-01-19T21:41:30.090Z | Compiling num_cpus v1.16.0 |
1948 | 2024-01-19T21:41:30.253Z | Compiling socket2 v0.5.5 |
1949 | 2024-01-19T21:41:30.376Z | Compiling futures-sink v0.3.30 |
1950 | 2024-01-19T21:41:30.590Z | Compiling unicode-xid v0.2.4 |
1951 | 2024-01-19T21:41:30.794Z | Compiling ucd-trie v0.1.6 |
1952 | 2024-01-19T21:41:30.851Z | Compiling openssl v0.10.60 |
1953 | 2024-01-19T21:41:31.381Z | Compiling httparse v1.8.0 |
1954 | 2024-01-19T21:41:31.574Z | Compiling synstructure v0.12.6 |
1955 | 2024-01-19T21:41:31.819Z | Compiling tinyvec_macros v0.1.1 |
1956 | 2024-01-19T21:41:31.953Z | Compiling tinyvec v1.6.0 |
1957 | 2024-01-19T21:41:32.220Z | Compiling futures-channel v0.3.30 |
1958 | 2024-01-19T21:41:33.256Z | Compiling rustls v0.21.9 |
1959 | 2024-01-19T21:41:33.261Z | Compiling ppv-lite86 v0.2.17 |
1960 | 2024-01-19T21:41:33.352Z | Compiling pin-utils v0.1.0 |
1961 | 2024-01-19T21:41:33.426Z | Compiling crc32fast v1.3.2 |
1962 | 2024-01-19T21:41:33.473Z | Compiling native-tls v0.2.11 |
1963 | 2024-01-19T21:41:34.090Z | Compiling futures-io v0.3.30 |
1964 | 2024-01-19T21:41:34.093Z | Compiling futures-task v0.3.30 |
1965 | 2024-01-19T21:41:34.199Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1966 | 2024-01-19T21:41:34.477Z | Compiling spin v0.9.8 |
1967 | 2024-01-19T21:41:34.658Z | Compiling unicode-normalization v0.1.22 |
1968 | 2024-01-19T21:41:34.702Z | Compiling rand_chacha v0.3.1 |
1969 | 2024-01-19T21:41:34.712Z | Compiling tracing-core v0.1.31 |
1970 | 2024-01-19T21:41:34.934Z | Compiling base64ct v1.6.0 |
1971 | 2024-01-19T21:41:35.690Z | Compiling unicode-bidi v0.3.13 |
1972 | 2024-01-19T21:41:36.007Z | Compiling pem-rfc7468 v0.7.0 |
1973 | 2024-01-19T21:41:36.214Z | Compiling rand v0.8.5 |
1974 | 2024-01-19T21:41:37.466Z | Compiling errno v0.3.2 |
1975 | 2024-01-19T21:41:37.776Z | Compiling num-iter v0.1.43 |
1976 | 2024-01-19T21:41:37.840Z | Compiling usdt-impl v0.3.5 |
1977 | 2024-01-19T21:41:37.978Z | Compiling ahash v0.8.6 |
1978 | 2024-01-19T21:41:38.325Z | Compiling flagset v0.4.3 |
1979 | 2024-01-19T21:41:38.456Z | Compiling rustix v0.38.25 |
1980 | 2024-01-19T21:41:38.685Z | Compiling base64 v0.21.7 |
1981 | 2024-01-19T21:41:39.021Z | Compiling signal-hook v0.3.17 |
1982 | 2024-01-19T21:41:39.316Z | Compiling schemars v0.8.16 |
1983 | 2024-01-19T21:41:39.405Z | Compiling serde_derive v1.0.195 |
1984 | 2024-01-19T21:41:39.438Z | Compiling zeroize_derive v1.4.2 |
1985 | 2024-01-19T21:41:39.447Z | Compiling tokio-macros v2.2.0 |
1986 | 2024-01-19T21:41:39.608Z | Compiling thiserror-impl v1.0.49 |
1987 | 2024-01-19T21:41:39.802Z | Compiling futures-macro v0.3.30 |
1988 | 2024-01-19T21:41:39.899Z | Compiling tracing-attributes v0.1.26 |
1989 | 2024-01-19T21:41:40.562Z | Compiling der_derive v0.7.2 |
1990 | 2024-01-19T21:41:40.660Z | Compiling zerocopy-derive v0.2.0 |
1991 | 2024-01-19T21:41:41.692Z | Compiling zeroize v1.7.0 |
1992 | 2024-01-19T21:41:42.845Z | Compiling openssl-macros v0.1.1 |
1993 | 2024-01-19T21:41:43.405Z | Compiling futures-util v0.3.30 |
1994 | 2024-01-19T21:41:43.941Z | Compiling zerocopy-derive v0.7.31 |
1995 | 2024-01-19T21:41:44.309Z | Compiling pest v2.7.2 |
1996 | 2024-01-19T21:41:44.402Z | Compiling zerocopy-derive v0.6.4 |
1997 | 2024-01-19T21:41:44.595Z | Compiling crypto-common v0.1.6 |
1998 | 2024-01-19T21:41:44.846Z | Compiling block-buffer v0.10.4 |
1999 | 2024-01-19T21:41:45.167Z | Compiling digest v0.10.7 |
2000 | 2024-01-19T21:41:45.351Z | Compiling tracing v0.1.37 |
2001 | 2024-01-19T21:41:45.906Z | Compiling der v0.7.8 |
2002 | 2024-01-19T21:41:47.490Z | Compiling serde_derive_internals v0.26.0 |
2003 | 2024-01-19T21:41:48.981Z | Compiling pest_meta v2.7.2 |
2004 | 2024-01-19T21:41:51.498Z | Compiling pest_generator v2.7.2 |
2005 | 2024-01-19T21:41:54.361Z | Compiling bitflags v1.3.2 |
2006 | 2024-01-19T21:41:54.648Z | Compiling fnv v1.0.7 |
2007 | 2024-01-19T21:41:55.017Z | Compiling schemars_derive v0.8.16 |
2008 | 2024-01-19T21:41:56.037Z | Compiling pest_derive v2.7.2 |
2009 | 2024-01-19T21:41:56.617Z | Compiling spki v0.7.2 |
2010 | 2024-01-19T21:41:57.429Z | Compiling zerocopy v0.3.0 |
2011 | 2024-01-19T21:41:57.629Z | Compiling lazy_static v1.4.0 |
2012 | 2024-01-19T21:41:59.903Z | Compiling backtrace v0.3.69 |
2013 | 2024-01-19T21:42:00.117Z | Compiling num-bigint v0.4.4 |
2014 | 2024-01-19T21:42:00.167Z | Compiling memoffset v0.9.0 |
2015 | 2024-01-19T21:42:00.523Z | Compiling hashbrown v0.12.3 |
2016 | 2024-01-19T21:42:00.534Z | Compiling untrusted v0.7.1 |
2017 | 2024-01-19T21:42:00.601Z | Compiling crossbeam-utils v0.8.16 |
2018 | 2024-01-19T21:42:00.782Z | Compiling iana-time-zone v0.1.57 |
2019 | 2024-01-19T21:42:00.806Z | Compiling openssl-probe v0.1.5 |
2020 | 2024-01-19T21:42:01.027Z | Compiling foreign-types-shared v0.1.1 |
2021 | 2024-01-19T21:42:01.175Z | Compiling doc-comment v0.3.3 |
2022 | 2024-01-19T21:42:01.205Z | Compiling hashbrown v0.14.2 |
2023 | 2024-01-19T21:42:01.281Z | Compiling untrusted v0.9.0 |
2024 | 2024-01-19T21:42:01.299Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2025 | 2024-01-19T21:42:01.902Z | Compiling async-trait v0.1.77 |
2026 | 2024-01-19T21:42:02.575Z | Compiling bytes v1.5.0 |
2027 | 2024-01-19T21:42:03.287Z | Compiling bitflags v2.4.0 |
2028 | 2024-01-19T21:42:03.288Z | Compiling uuid v1.6.1 |
2029 | 2024-01-19T21:42:04.325Z | Compiling tokio v1.35.1 |
2030 | 2024-01-19T21:42:04.453Z | Compiling rustc_version v0.4.0 |
2031 | 2024-01-19T21:42:04.715Z | Compiling http v0.2.11 |
2032 | 2024-01-19T21:42:05.313Z | Compiling heapless v0.7.16 |
2033 | 2024-01-19T21:42:05.907Z | Compiling equivalent v1.0.1 |
2034 | 2024-01-19T21:42:06.345Z | Compiling smoltcp v0.9.1 |
2035 | 2024-01-19T21:42:06.595Z | Compiling percent-encoding v2.3.1 |
2036 | 2024-01-19T21:42:22.679Z | Compiling indexmap v2.1.0 |
2037 | 2024-01-19T21:42:23.234Z | Compiling chrono v0.4.31 |
2038 | 2024-01-19T21:42:23.234Z | Compiling foreign-types v0.3.2 |
2039 | 2024-01-19T21:42:23.235Z | Compiling dof v0.1.5 |
2040 | 2024-01-19T21:42:23.235Z | Compiling dtrace-parser v0.1.14 |
2041 | 2024-01-19T21:42:23.235Z | Compiling hmac v0.12.1 |
2042 | 2024-01-19T21:42:23.235Z | Compiling clap_derive v4.4.2 |
2043 | 2024-01-19T21:42:23.235Z | Compiling thread-id v4.2.0 |
2044 | 2024-01-19T21:42:23.235Z | Compiling adler v1.0.2 |
2045 | 2024-01-19T21:42:23.235Z | Compiling time-core v0.1.1 |
2046 | 2024-01-19T21:42:23.235Z | Compiling cpufeatures v0.2.9 |
2047 | 2024-01-19T21:42:23.235Z | Compiling siphasher v0.3.11 |
2048 | 2024-01-19T21:42:23.235Z | Compiling anstyle v1.0.2 |
2049 | 2024-01-19T21:42:23.235Z | Compiling try-lock v0.2.4 |
2050 | 2024-01-19T21:42:23.235Z | Compiling tokio-util v0.7.10 |
2051 | 2024-01-19T21:42:23.235Z | Compiling rustversion v1.0.14 |
2052 | 2024-01-19T21:42:23.235Z | Compiling utf8parse v0.2.1 |
2053 | 2024-01-19T21:42:23.235Z | Compiling anstyle-parse v0.2.1 |
2054 | 2024-01-19T21:42:23.235Z | Compiling want v0.3.1 |
2055 | 2024-01-19T21:42:23.236Z | Compiling sha2 v0.10.8 |
2056 | 2024-01-19T21:42:23.236Z | Compiling h2 v0.3.21 |
2057 | 2024-01-19T21:42:23.236Z | Compiling time-macros v0.2.13 |
2058 | 2024-01-19T21:42:23.236Z | Compiling miniz_oxide v0.7.1 |
2059 | 2024-01-19T21:42:27.134Z | Compiling sct v0.7.0 |
2060 | 2024-01-19T21:42:27.558Z | Compiling rustls-webpki v0.101.7 |
2061 | 2024-01-19T21:42:29.368Z | Compiling http-body v0.4.5 |
2062 | 2024-01-19T21:42:29.432Z | Compiling form_urlencoded v1.2.1 |
2063 | 2024-01-19T21:42:29.981Z | Compiling serde_tokenstream v0.1.7 |
2064 | 2024-01-19T21:42:30.415Z | Compiling pkcs8 v0.10.2 |
2065 | 2024-01-19T21:42:30.676Z | Compiling hubpack_derive v0.1.1 |
2066 | 2024-01-19T21:42:30.765Z | Compiling pin-project-internal v1.1.3 |
2067 | 2024-01-19T21:42:31.558Z | Compiling socket2 v0.4.9 |
2068 | 2024-01-19T21:42:31.926Z | Compiling crossbeam-epoch v0.9.15 |
2069 | 2024-01-19T21:42:32.845Z | Compiling slog v2.7.0 |
2070 | 2024-01-19T21:42:33.316Z | Compiling tower-service v0.3.2 |
2071 | 2024-01-19T21:42:33.683Z | Compiling colorchoice v1.0.0 |
2072 | 2024-01-19T21:42:33.928Z | Compiling anyhow v1.0.75 |
2073 | 2024-01-19T21:42:33.933Z | Compiling anstyle-query v1.0.0 |
2074 | 2024-01-19T21:42:34.149Z | Compiling httpdate v1.0.3 |
2075 | 2024-01-19T21:42:34.618Z | Compiling radium v0.7.0 |
2076 | 2024-01-19T21:42:34.710Z | Compiling hyper v0.14.27 |
2077 | 2024-01-19T21:42:35.263Z | Compiling anstream v0.5.0 |
2078 | 2024-01-19T21:42:42.433Z | Compiling terminal_size v0.2.6 |
2079 | 2024-01-19T21:42:43.922Z | Compiling toml_datetime v0.6.5 |
2080 | 2024-01-19T21:42:44.592Z | Compiling serde_spanned v0.6.4 |
2081 | 2024-01-19T21:42:45.413Z | Compiling rustls-pemfile v1.0.3 |
2082 | 2024-01-19T21:42:45.929Z | Compiling zerocopy v0.6.4 |
2083 | 2024-01-19T21:42:47.355Z | Compiling md-5 v0.10.5 |
2084 | 2024-01-19T21:42:47.924Z | Compiling stringprep v0.1.3 |
2085 | 2024-01-19T21:42:48.039Z | Compiling idna v0.5.0 |
2086 | 2024-01-19T21:42:49.495Z | Compiling diesel_table_macro_syntax v0.1.0 |
2087 | 2024-01-19T21:42:50.047Z | Compiling hash32 v0.2.1 |
2088 | 2024-01-19T21:42:50.065Z | Compiling aho-corasick v1.0.4 |
2089 | 2024-01-19T21:42:50.474Z | Compiling strsim v0.10.0 |
2090 | 2024-01-19T21:42:50.525Z | Compiling stable_deref_trait v1.2.0 |
2091 | 2024-01-19T21:42:50.618Z | Compiling clap_lex v0.5.1 |
2092 | 2024-01-19T21:42:50.653Z | Compiling tap v1.0.1 |
2093 | 2024-01-19T21:42:50.914Z | Compiling dyn-clone v1.0.13 |
2094 | 2024-01-19T21:42:51.199Z | Compiling regex-syntax v0.8.2 |
2095 | 2024-01-19T21:42:51.308Z | Compiling winnow v0.5.15 |
2096 | 2024-01-19T21:42:51.774Z | Compiling gimli v0.28.0 |
2097 | 2024-01-19T21:42:54.929Z | Compiling fallible-iterator v0.2.0 |
2098 | 2024-01-19T21:42:54.929Z | Compiling maybe-uninit v2.0.0 |
2099 | 2024-01-19T21:42:54.954Z | Compiling postgres-protocol v0.6.6 |
2100 | 2024-01-19T21:42:55.455Z | Compiling clap_builder v4.4.2 |
2101 | 2024-01-19T21:42:55.832Z | Compiling wyz v0.5.1 |
2102 | 2024-01-19T21:42:56.518Z | Compiling diesel_derives v2.1.2 |
2103 | 2024-01-19T21:42:57.056Z | Compiling url v2.5.0 |
2104 | 2024-01-19T21:42:57.382Z | Compiling regex-automata v0.4.3 |
2105 | 2024-01-19T21:42:59.823Z | Compiling addr2line v0.21.0 |
2106 | 2024-01-19T21:43:00.504Z | Compiling tokio-rustls v0.24.1 |
2107 | 2024-01-19T21:43:01.148Z | Compiling rustls-native-certs v0.6.3 |
2108 | 2024-01-19T21:43:01.645Z | Compiling strum_macros v0.25.2 |
2109 | 2024-01-19T21:43:02.594Z | Compiling tokio-native-tls v0.3.1 |
2110 | 2024-01-19T21:43:08.156Z | Compiling usdt-macro v0.3.5 |
2111 | 2024-01-19T21:43:08.742Z | Compiling usdt-attr-macro v0.3.5 |
2112 | 2024-01-19T21:43:10.708Z | Compiling phf_shared v0.11.2 |
2113 | 2024-01-19T21:43:11.479Z | Compiling zerocopy v0.7.31 |
2114 | 2024-01-19T21:43:11.807Z | Compiling block-padding v0.3.3 |
2115 | 2024-01-19T21:43:12.109Z | Compiling enum-as-inner v0.5.1 |
2116 | 2024-01-19T21:43:12.152Z | Compiling snafu-derive v0.7.5 |
2117 | 2024-01-19T21:43:13.583Z | Compiling serde_repr v0.1.16 |
2118 | 2024-01-19T21:43:14.467Z | Compiling ff v0.13.0 |
2119 | 2024-01-19T21:43:14.801Z | Compiling scheduled-thread-pool v0.2.7 |
2120 | 2024-01-19T21:43:15.276Z | Compiling object v0.32.1 |
2121 | 2024-01-19T21:43:18.399Z | Compiling ipnet v2.9.0 |
2122 | 2024-01-19T21:43:20.250Z | Compiling bit-vec v0.6.3 |
2123 | 2024-01-19T21:43:20.349Z | Compiling regex-automata v0.1.10 |
2124 | 2024-01-19T21:43:20.924Z | Compiling deranged v0.3.8 |
2125 | 2024-01-19T21:43:21.066Z | Compiling matches v0.1.10 |
2126 | 2024-01-19T21:43:21.348Z | Compiling funty v2.0.0 |
2127 | 2024-01-19T21:43:21.793Z | Compiling num_threads v0.1.6 |
2128 | 2024-01-19T21:43:23.954Z | Compiling packed_struct v0.10.1 |
2129 | 2024-01-19T21:43:24.541Z | Compiling managed v0.8.0 |
2130 | 2024-01-19T21:43:25.321Z | Compiling base16ct v0.2.0 |
2131 | 2024-01-19T21:43:25.475Z | Compiling rustc-demangle v0.1.23 |
2132 | 2024-01-19T21:43:25.750Z | Compiling num-bigint-dig v0.8.4 |
2133 | 2024-01-19T21:43:26.171Z | Compiling sec1 v0.7.3 |
2134 | 2024-01-19T21:43:26.954Z | Compiling time v0.3.27 |
2135 | 2024-01-19T21:43:29.790Z | Compiling bitvec v1.0.1 |
2136 | 2024-01-19T21:43:31.234Z | Compiling idna v0.2.3 |
2137 | 2024-01-19T21:43:33.192Z | Compiling bstr v0.2.17 |
2138 | 2024-01-19T21:43:33.683Z | Compiling r2d2 v0.8.10 |
2139 | 2024-01-19T21:43:34.262Z | Compiling group v0.13.0 |
2140 | 2024-01-19T21:43:35.486Z | Compiling inout v0.1.3 |
2141 | 2024-01-19T21:43:37.589Z | Compiling phf v0.11.2 |
2142 | 2024-01-19T21:43:37.977Z | Compiling regex v1.10.2 |
2143 | 2024-01-19T21:43:37.990Z | Compiling hyper-tls v0.5.0 |
2144 | 2024-01-19T21:43:38.502Z | Compiling clap v4.4.3 |
2145 | 2024-01-19T21:43:38.660Z | Compiling signal-hook-mio v0.2.3 |
2146 | 2024-01-19T21:43:38.884Z | Compiling hyper-rustls v0.24.2 |
2147 | 2024-01-19T21:43:39.645Z | Compiling flate2 v1.0.28 |
2148 | 2024-01-19T21:43:39.652Z | Compiling ipnetwork v0.20.0 |
2149 | 2024-01-19T21:43:40.907Z | Compiling bzip2 v0.4.4 |
2150 | 2024-01-19T21:43:41.234Z | Compiling toml_edit v0.19.15 |
2151 | 2024-01-19T21:43:41.461Z | Compiling postgres-types v0.2.6 |
2152 | 2024-01-19T21:43:41.707Z | Compiling pin-project v1.1.3 |
2153 | 2024-01-19T21:43:42.134Z | Compiling hubpack v0.1.2 |
2154 | 2024-01-19T21:43:42.282Z | Compiling serde_urlencoded v0.7.1 |
2155 | 2024-01-19T21:43:42.827Z | Compiling phf_shared v0.10.0 |
2156 | 2024-01-19T21:43:43.089Z | Compiling hkdf v0.12.4 |
2157 | 2024-01-19T21:43:43.414Z | Compiling futures-executor v0.3.30 |
2158 | 2024-01-19T21:43:44.617Z | Compiling crypto-bigint v0.5.2 |
2159 | 2024-01-19T21:43:46.612Z | Compiling packed_struct_codegen v0.10.1 |
2160 | 2024-01-19T21:43:48.357Z | Compiling float-cmp v0.9.0 |
2161 | 2024-01-19T21:43:49.151Z | Compiling encoding_rs v0.8.33 |
2162 | 2024-01-19T21:43:49.212Z | Compiling unicode-segmentation v1.10.1 |
2163 | 2024-01-19T21:43:49.484Z | Compiling minimal-lexical v0.2.1 |
2164 | 2024-01-19T21:43:50.289Z | Compiling precomputed-hash v0.1.1 |
2165 | 2024-01-19T21:43:50.441Z | Compiling whoami v1.4.1 |
2166 | 2024-01-19T21:43:50.568Z | Compiling crc-catalog v2.2.0 |
2167 | 2024-01-19T21:43:51.256Z | Compiling data-encoding v2.4.0 |
2168 | 2024-01-19T21:43:52.022Z | Compiling static_assertions v1.1.0 |
2169 | 2024-01-19T21:43:52.846Z | Compiling nodrop v0.1.14 |
2170 | 2024-01-19T21:43:53.019Z | Compiling unicode-width v0.1.11 |
2171 | 2024-01-19T21:43:53.251Z | Compiling either v1.9.0 |
2172 | 2024-01-19T21:43:53.797Z | Compiling difflib v0.4.0 |
2173 | 2024-01-19T21:43:54.110Z | Compiling new_debug_unreachable v1.0.4 |
2174 | 2024-01-19T21:43:54.235Z | Compiling predicates-core v1.0.6 |
2175 | 2024-01-19T21:43:54.737Z | Compiling mime v0.3.17 |
2176 | 2024-01-19T21:43:55.586Z | Compiling normalize-line-endings v0.3.0 |
2177 | 2024-01-19T21:43:55.658Z | Compiling regex-automata v0.3.8 |
2178 | 2024-01-19T21:43:55.745Z | Compiling webpki-roots v0.25.2 |
2179 | 2024-01-19T21:43:55.891Z | Compiling fixedbitset v0.4.2 |
2180 | 2024-01-19T21:43:55.976Z | Compiling reqwest v0.11.22 |
2181 | 2024-01-19T21:43:56.960Z | Compiling petgraph v0.6.4 |
2182 | 2024-01-19T21:44:00.811Z | Compiling bstr v1.6.0 |
2183 | 2024-01-19T21:44:03.196Z | Compiling predicates v3.1.0 |
2184 | 2024-01-19T21:44:04.292Z | Compiling string_cache v0.8.7 |
2185 | 2024-01-19T21:44:04.920Z | Compiling itertools v0.10.5 |
2186 | 2024-01-19T21:44:05.405Z | Compiling console v0.15.8 |
2187 | 2024-01-19T21:44:05.607Z | Compiling array-init v0.0.4 |
2188 | 2024-01-19T21:44:07.664Z | Compiling trust-dns-proto v0.22.0 |
2189 | 2024-01-19T21:44:07.669Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2190 | 2024-01-19T21:44:10.625Z | Compiling tokio-postgres v0.7.10 |
2191 | 2024-01-19T21:44:16.376Z | Compiling crc v3.0.1 |
2192 | 2024-01-19T21:44:17.181Z | Compiling similar v2.3.0 |
2193 | 2024-01-19T21:44:17.537Z | Compiling nom v7.1.3 |
2194 | 2024-01-19T21:44:23.251Z | Compiling elliptic-curve v0.13.8 |
2195 | 2024-01-19T21:44:24.460Z | Compiling toml v0.7.8 |
2196 | 2024-01-19T21:44:25.974Z | Compiling futures v0.3.30 |
2197 | 2024-01-19T21:44:27.318Z | Compiling snafu v0.7.5 |
2198 | 2024-01-19T21:44:27.765Z | Compiling smallvec v0.6.14 |
2199 | 2024-01-19T21:44:28.369Z | Compiling zip v0.6.6 |
2200 | 2024-01-19T21:44:28.470Z | Compiling diesel v2.1.4 |
2201 | 2024-01-19T21:44:28.501Z | Compiling yasna v0.5.2 |
2202 | 2024-01-19T21:44:28.560Z | Compiling crossterm v0.27.0 |
2203 | 2024-01-19T21:44:32.486Z | Compiling hashbrown v0.13.2 |
2204 | 2024-01-19T21:44:32.647Z | Compiling cipher v0.4.4 |
2205 | 2024-01-19T21:44:35.539Z | Compiling bit-set v0.5.3 |
2206 | 2024-01-19T21:44:35.952Z | Compiling usdt v0.3.5 |
2207 | 2024-01-19T21:44:36.264Z | Compiling is-terminal v0.4.9 |
2208 | 2024-01-19T21:44:38.530Z | Compiling toml_edit v0.21.0 |
2209 | 2024-01-19T21:44:39.539Z | Compiling pkcs1 v0.7.5 |
2210 | 2024-01-19T21:44:59.832Z | Compiling tokio-stream v0.1.14 |
2211 | 2024-01-19T21:45:00.377Z | Compiling openapiv3 v2.0.0 |
2212 | 2024-01-19T21:45:00.377Z | Compiling hex v0.4.3 |
2213 | 2024-01-19T21:45:00.377Z | Compiling signature v2.1.0 |
2214 | 2024-01-19T21:45:00.377Z | Compiling lalrpop-util v0.19.12 |
2215 | 2024-01-19T21:45:00.377Z | Compiling bitfield v0.14.0 |
2216 | 2024-01-19T21:45:00.381Z | Compiling termcolor v1.2.0 |
2217 | 2024-01-19T21:45:00.381Z | Compiling env_logger v0.10.0 |
2218 | 2024-01-19T21:45:05.386Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2219 | 2024-01-19T21:45:15.568Z | Compiling rsa v0.9.2 |
2220 | 2024-01-19T21:45:30.553Z | Compiling serde-hex v0.1.0 |
2221 | 2024-01-19T21:45:32.486Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2222 | 2024-01-19T21:45:37.034Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2223 | 2024-01-19T21:45:37.784Z | Compiling ron v0.8.1 |
2224 | 2024-01-19T21:45:38.146Z | Compiling x509-cert v0.2.4 |
2225 | 2024-01-19T21:45:41.491Z | Compiling crc-any v2.4.3 |
2226 | 2024-01-19T21:46:01.188Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2227 | 2024-01-19T21:46:29.915Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2228 | 2024-01-19T21:46:30.673Z | Compiling object v0.30.4 |
2229 | 2024-01-19T21:46:35.020Z | Compiling path-slash v0.1.5 |
2230 | 2024-01-19T21:46:36.537Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2231 | 2024-01-19T21:47:33.797Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2232 | 2024-01-19T21:47:33.797Z | Finished release [optimized] target(s) in 6m 11s |
2233 | 2024-01-19T21:47:33.798Z | |
2234 | 2024-01-19T21:47:33.798Z | real 6:12.087875230 |
2235 | 2024-01-19T21:47:33.798Z | user 43:05.492570501 |
2236 | 2024-01-19T21:47:33.798Z | sys 3:40.932665899 |
2237 | 2024-01-19T21:47:33.798Z | trap 1.734677349 |
2238 | 2024-01-19T21:47:33.798Z | tflt 1.113877050 |
2239 | 2024-01-19T21:47:33.799Z | dflt 0.687134167 |
2240 | 2024-01-19T21:47:33.799Z | kflt 0.008933233 |
2241 | 2024-01-19T21:47:33.799Z | lock 1:35:30.907132845 |
2242 | 2024-01-19T21:47:33.799Z | slp 2:00:46.406867105 |
2243 | 2024-01-19T21:47:33.800Z | lat 1:51.367915554 |
2244 | 2024-01-19T21:47:33.800Z | stop 1:22.435653192 |
2245 | 2024-01-19T21:47:33.834Z | + ptime -m gzip |
2246 | 2024-01-19T21:47:33.834Z | |
2247 | 2024-01-19T21:47:33.834Z | real 0.657172032 |
2248 | 2024-01-19T21:47:33.834Z | user 0.646909888 |
2249 | 2024-01-19T21:47:33.835Z | sys 0.009645240 |
2250 | 2024-01-19T21:47:33.835Z | trap 0.000093943 |
2251 | 2024-01-19T21:47:33.835Z | tflt 0.000000000 |
2252 | 2024-01-19T21:47:33.835Z | dflt 0.000000000 |
2253 | 2024-01-19T21:47:33.835Z | kflt 0.000000000 |
2254 | 2024-01-19T21:47:33.835Z | lock 0.000000000 |
2255 | 2024-01-19T21:47:33.835Z | slp 0.000000000 |
2256 | 2024-01-19T21:47:33.835Z | lat 0.000168595 |
2257 | 2024-01-19T21:47:33.835Z | stop 0.000234688 |
2258 | 2024-01-19T21:47:33.835Z | + banner tufaceous |
2259 | 2024-01-19T21:47:33.835Z | |
2260 | 2024-01-19T21:47:33.835Z | ##### # # ###### ## #### ###### #### # # #### |
2261 | 2024-01-19T21:47:33.835Z | # # # # # # # # # # # # # # |
2262 | 2024-01-19T21:47:33.835Z | # # # ##### # # # ##### # # # # #### |
2263 | 2024-01-19T21:47:33.835Z | # # # # ###### # # # # # # # |
2264 | 2024-01-19T21:47:33.836Z | # # # # # # # # # # # # # # # |
2265 | 2024-01-19T21:47:33.836Z | # #### # # # #### ###### #### #### #### |
2266 | 2024-01-19T21:47:33.836Z | |
2267 | 2024-01-19T21:47:33.836Z | + ptime -m cargo build --locked -p tufaceous --release |
2268 | 2024-01-19T21:47:33.836Z | Downloading crates ... |
2269 | 2024-01-19T21:47:33.836Z | Downloaded humantime v2.1.0 |
2270 | 2024-01-19T21:47:33.836Z | Downloaded async-recursion v1.0.5 |
2271 | 2024-01-19T21:47:33.836Z | Downloaded fs-err v2.11.0 |
2272 | 2024-01-19T21:47:33.838Z | Downloaded parse-size v1.0.0 |
2273 | 2024-01-19T21:47:33.838Z | Downloaded buf-list v1.0.3 |
2274 | 2024-01-19T21:47:33.838Z | Downloaded olpc-cjson v0.1.3 |
2275 | 2024-01-19T21:47:33.838Z | Downloaded globset v0.4.13 |
2276 | 2024-01-19T21:47:33.838Z | Downloaded serde_plain v1.0.2 |
2277 | 2024-01-19T21:47:33.838Z | Downloaded typed-path v0.7.0 |
2278 | 2024-01-19T21:47:33.838Z | Downloaded tough v0.16.0 |
2279 | 2024-01-19T21:47:33.839Z | Compiling serde_tokenstream v0.2.0 |
2280 | 2024-01-19T21:47:33.839Z | Compiling regress v0.7.1 |
2281 | 2024-01-19T21:47:33.839Z | Compiling dirs-sys-next v0.1.2 |
2282 | 2024-01-19T21:47:33.839Z | Compiling ident_case v1.0.1 |
2283 | 2024-01-19T21:47:33.839Z | Compiling thread_local v1.1.7 |
2284 | 2024-01-19T21:47:33.839Z | Compiling slog-async v2.8.0 |
2285 | 2024-01-19T21:47:33.839Z | Compiling heck v0.4.1 |
2286 | 2024-01-19T21:47:33.839Z | Compiling dirs-next v2.0.0 |
2287 | 2024-01-19T21:47:33.839Z | Compiling camino v1.1.6 |
2288 | 2024-01-19T21:47:33.839Z | Compiling term v0.7.0 |
2289 | 2024-01-19T21:47:33.839Z | Compiling crossbeam-channel v0.5.8 |
2290 | 2024-01-19T21:47:33.839Z | Compiling getopts v0.2.21 |
2291 | 2024-01-19T21:47:33.840Z | Compiling darling_core v0.20.3 |
2292 | 2024-01-19T21:47:33.840Z | Compiling structmeta-derive v0.2.0 |
2293 | 2024-01-19T21:47:33.840Z | Compiling atty v0.2.14 |
2294 | 2024-01-19T21:47:33.840Z | Compiling multer v3.0.0 |
2295 | 2024-01-19T21:47:33.840Z | Compiling paste v1.0.14 |
2296 | 2024-01-19T21:47:33.840Z | Compiling match_cfg v0.1.0 |
2297 | 2024-01-19T21:47:33.840Z | Compiling take_mut v0.2.2 |
2298 | 2024-01-19T21:47:33.840Z | Compiling unsafe-libyaml v0.2.10 |
2299 | 2024-01-19T21:47:33.840Z | Compiling hostname v0.3.1 |
2300 | 2024-01-19T21:47:33.842Z | Compiling slog-term v2.9.0 |
2301 | 2024-01-19T21:47:33.842Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2302 | 2024-01-19T21:47:35.405Z | Compiling structmeta v0.2.0 |
2303 | 2024-01-19T21:47:36.041Z | Compiling serde_yaml v0.9.25 |
2304 | 2024-01-19T21:47:37.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2305 | 2024-01-19T21:47:37.383Z | Compiling slog-json v2.6.1 |
2306 | 2024-01-19T21:47:38.174Z | Compiling http v1.0.0 |
2307 | 2024-01-19T21:47:38.301Z | Compiling darling_macro v0.20.3 |
2308 | 2024-01-19T21:47:39.479Z | Compiling async-stream-impl v0.3.5 |
2309 | 2024-01-19T21:47:39.820Z | Compiling darling v0.20.3 |
2310 | 2024-01-19T21:47:40.016Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2311 | 2024-01-19T21:47:42.357Z | Compiling regex-syntax v0.7.5 |
2312 | 2024-01-19T21:47:42.357Z | Compiling fastrand v2.0.0 |
2313 | 2024-01-19T21:47:42.357Z | Compiling rustls-pki-types v1.1.0 |
2314 | 2024-01-19T21:47:42.357Z | Compiling atomic-waker v1.1.1 |
2315 | 2024-01-19T21:47:42.357Z | Compiling waitgroup v0.1.2 |
2316 | 2024-01-19T21:47:42.376Z | Compiling rustls-pemfile v2.0.0 |
2317 | 2024-01-19T21:47:42.380Z | Compiling async-stream v0.3.5 |
2318 | 2024-01-19T21:47:42.842Z | Compiling tempfile v3.8.1 |
2319 | 2024-01-19T21:47:43.627Z | Compiling serde_with_macros v3.4.0 |
2320 | 2024-01-19T21:47:46.155Z | Compiling slog-bunyan v2.5.0 |
2321 | 2024-01-19T21:47:46.555Z | Compiling toml v0.8.8 |
2322 | 2024-01-19T21:47:46.820Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
2323 | 2024-01-19T21:47:47.516Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2324 | 2024-01-19T21:47:47.994Z | Compiling sha1 v0.10.6 |
2325 | 2024-01-19T21:47:49.099Z | Compiling serde_path_to_error v0.1.15 |
2326 | 2024-01-19T21:47:49.601Z | Compiling fs-err v2.11.0 |
2327 | 2024-01-19T21:47:50.361Z | Compiling instant v0.1.12 |
2328 | 2024-01-19T21:47:50.369Z | Compiling buf-list v1.0.3 |
2329 | 2024-01-19T21:47:50.370Z | Compiling arc-swap v1.6.0 |
2330 | 2024-01-19T21:47:50.370Z | Compiling same-file v1.0.6 |
2331 | 2024-01-19T21:47:50.676Z | Compiling debug-ignore v1.0.5 |
2332 | 2024-01-19T21:47:50.804Z | Compiling walkdir v2.4.0 |
2333 | 2024-01-19T21:47:50.938Z | Compiling slog-scope v4.4.0 |
2334 | 2024-01-19T21:47:50.991Z | Compiling parse-display-derive v0.8.2 |
2335 | 2024-01-19T21:47:51.346Z | Compiling backoff v0.4.0 |
2336 | 2024-01-19T21:47:52.103Z | Compiling serde_with v3.4.0 |
2337 | 2024-01-19T21:47:52.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2338 | 2024-01-19T21:47:53.211Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2339 | 2024-01-19T21:47:53.910Z | Compiling globset v0.4.13 |
2340 | 2024-01-19T21:47:53.915Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2341 | 2024-01-19T21:47:53.980Z | Compiling strum v0.25.0 |
2342 | 2024-01-19T21:47:54.240Z | Compiling olpc-cjson v0.1.3 |
2343 | 2024-01-19T21:47:55.162Z | Compiling pem v3.0.2 |
2344 | 2024-01-19T21:47:55.837Z | Compiling serde_plain v1.0.2 |
2345 | 2024-01-19T21:47:56.691Z | Compiling macaddr v1.0.1 |
2346 | 2024-01-19T21:47:57.434Z | Compiling parse-display v0.8.2 |
2347 | 2024-01-19T21:47:57.749Z | Compiling async-recursion v1.0.5 |
2348 | 2024-01-19T21:47:57.849Z | Compiling filetime v0.2.23 |
2349 | 2024-01-19T21:47:57.917Z | Compiling xattr v1.0.1 |
2350 | 2024-01-19T21:47:58.367Z | Compiling typed-path v0.7.0 |
2351 | 2024-01-19T21:47:58.402Z | Compiling tar v0.4.40 |
2352 | 2024-01-19T21:48:00.193Z | Compiling slog-stdlog v4.1.1 |
2353 | 2024-01-19T21:48:00.604Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2354 | 2024-01-19T21:48:00.768Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2355 | 2024-01-19T21:48:03.509Z | Compiling tough v0.16.0 |
2356 | 2024-01-19T21:48:08.313Z | Compiling camino-tempfile v1.1.1 |
2357 | 2024-01-19T21:48:08.872Z | Compiling itertools v0.12.0 |
2358 | 2024-01-19T21:48:09.420Z | Compiling parse-size v1.0.0 |
2359 | 2024-01-19T21:48:09.924Z | Compiling slog-envlogger v2.2.0 |
2360 | 2024-01-19T21:48:10.673Z | Compiling humantime v2.1.0 |
2361 | 2024-01-19T21:48:11.827Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2362 | 2024-01-19T21:48:33.832Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2363 | 2024-01-19T21:48:34.133Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2364 | 2024-01-19T21:48:48.322Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2365 | 2024-01-19T21:48:50.244Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2366 | 2024-01-19T21:49:21.139Z | Finished release [optimized] target(s) in 1m 54s |
2367 | 2024-01-19T21:49:21.227Z | |
2368 | 2024-01-19T21:49:21.228Z | real 1:55.013180734 |
2369 | 2024-01-19T21:49:21.228Z | user 12:29.913576487 |
2370 | 2024-01-19T21:49:21.228Z | sys 47.398441913 |
2371 | 2024-01-19T21:49:21.228Z | trap 0.463006549 |
2372 | 2024-01-19T21:49:21.228Z | tflt 0.248183444 |
2373 | 2024-01-19T21:49:21.228Z | dflt 0.775204423 |
2374 | 2024-01-19T21:49:21.231Z | kflt 0.000056114 |
2375 | 2024-01-19T21:49:21.231Z | lock 23:45.519804155 |
2376 | 2024-01-19T21:49:21.231Z | slp 25:50.139951678 |
2377 | 2024-01-19T21:49:21.231Z | lat 23.262087734 |
2378 | 2024-01-19T21:49:21.231Z | stop 11.326307989 |
2379 | 2024-01-19T21:49:21.231Z | + ptime -m gzip |
2380 | 2024-01-19T21:49:23.599Z | |
2381 | 2024-01-19T21:49:23.600Z | real 2.366652337 |
2382 | 2024-01-19T21:49:23.600Z | user 2.339132830 |
2383 | 2024-01-19T21:49:23.600Z | sys 0.026797969 |
2384 | 2024-01-19T21:49:23.600Z | trap 0.000226698 |
2385 | 2024-01-19T21:49:23.604Z | tflt 0.000000000 |
2386 | 2024-01-19T21:49:23.605Z | dflt 0.000000000 |
2387 | 2024-01-19T21:49:23.605Z | kflt 0.000000000 |
2388 | 2024-01-19T21:49:23.605Z | lock 0.000000000 |
2389 | 2024-01-19T21:49:23.605Z | slp 0.000000000 |
2390 | 2024-01-19T21:49:23.605Z | lat 0.000170596 |
2391 | 2024-01-19T21:49:23.609Z | stop 0.000223233 |
2392 | 2024-01-19T21:49:23.609Z | process exited: duration 1188758 ms, exit code 0 |
|
2393 | 2024-01-19T21:49:23.621Z | found 5 output files |
2394 | 2024-01-19T21:49:23.621Z | uploading: /work/end-to-end-tests/bootstrap-65f30ecb53223d0e.gz (6319724 bytes) |
2395 | 2024-01-19T21:49:41.443Z | uploaded: /work/end-to-end-tests/bootstrap-65f30ecb53223d0e.gz |
2396 | 2024-01-19T21:49:41.446Z | uploading: /work/end-to-end-tests/bootstrap.gz (102815881 bytes) |
2397 | 2024-01-19T21:50:07.627Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2398 | 2024-01-19T21:50:07.627Z | uploading: /work/end-to-end-tests/end_to_end_tests-02d296ed8b688339.gz (105959525 bytes) |
2399 | 2024-01-19T21:50:44.369Z | uploaded: /work/end-to-end-tests/end_to_end_tests-02d296ed8b688339.gz |
2400 | 2024-01-19T21:50:44.369Z | uploading: /work/caboose-util.gz (4097307 bytes) |
2401 | 2024-01-19T21:50:46.458Z | uploaded: /work/caboose-util.gz |
2402 | 2024-01-19T21:50:46.458Z | uploading: /work/tufaceous.gz (15101714 bytes) |
2403 | 2024-01-19T21:50:53.139Z | uploaded: /work/tufaceous.gz |