|
|
|
1 | 2024-01-18T17:03:13.606Z | job assigned to worker 01HMERBTZ65S5TND8CXTD8YGAS (queued for 3 m 13 s) |
|
2 | 2024-01-18T17:03:13.736Z | starting task 0: "setup" |
3 | 2024-01-18T17:03:13.779Z | ++ uname -s |
4 | 2024-01-18T17:03:13.782Z | + kern=SunOS |
5 | 2024-01-18T17:03:13.783Z | + case "$kern" in |
6 | 2024-01-18T17:03:13.783Z | + groupadd -g 12345 build |
7 | 2024-01-18T17:03:13.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-18T17:03:15.831Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-18T17:03:15.924Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-18T17:03:15.933Z | + home_fs=zfs |
11 | 2024-01-18T17:03:15.933Z | + [[ zfs == autofs ]] |
12 | 2024-01-18T17:03:15.933Z | + mkdir -p /home/build |
13 | 2024-01-18T17:03:15.933Z | + chown build:build /home/build /work |
14 | 2024-01-18T17:03:17.929Z | + chmod 0700 /home/build /work |
15 | 2024-01-18T17:03:17.932Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-01-18T17:03:17.939Z | starting task 1: "rust-toolchain" |
17 | 2024-01-18T17:03:17.948Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-18T17:03:17.957Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-18T17:03:18.322Z | info: downloading installer |
20 | 2024-01-18T17:03:19.983Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-18T17:03:19.984Z | warning: /opt/ooce/bin |
22 | 2024-01-18T17:03:19.984Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-18T17:03:19.984Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-18T17:03:19.984Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-18T17:03:19.984Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-18T17:03:19.984Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-18T17:03:19.984Z | error: cannot install while Rust is installed |
28 | 2024-01-18T17:03:19.984Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-18T17:03:20.145Z | info: profile set to 'default' |
30 | 2024-01-18T17:03:20.145Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-18T17:03:20.151Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-18T17:03:20.323Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-18T17:03:20.323Z | info: downloading component 'cargo' |
34 | 2024-01-18T17:03:20.969Z | info: downloading component 'clippy' |
35 | 2024-01-18T17:03:21.205Z | info: downloading component 'rust-docs' |
36 | 2024-01-18T17:03:22.024Z | info: downloading component 'rust-std' |
37 | 2024-01-18T17:03:23.488Z | info: downloading component 'rustc' |
38 | 2024-01-18T17:03:26.982Z | info: downloading component 'rustfmt' |
39 | 2024-01-18T17:03:27.196Z | info: installing component 'cargo' |
40 | 2024-01-18T17:03:28.627Z | info: installing component 'clippy' |
41 | 2024-01-18T17:03:29.207Z | info: installing component 'rust-docs' |
42 | 2024-01-18T17:03:31.941Z | info: installing component 'rust-std' |
43 | 2024-01-18T17:03:35.043Z | info: installing component 'rustc' |
44 | 2024-01-18T17:03:41.475Z | info: installing component 'rustfmt' |
45 | 2024-01-18T17:03:41.903Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-18T17:03:41.903Z | |
47 | 2024-01-18T17:03:42.035Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-18T17:03:42.035Z | |
49 | 2024-01-18T17:03:42.035Z | |
50 | 2024-01-18T17:03:42.035Z | Rust is installed now. Great! |
51 | 2024-01-18T17:03:42.035Z | |
52 | 2024-01-18T17:03:42.039Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-18T17:03:42.039Z | environment variable. This has not been done automatically. |
54 | 2024-01-18T17:03:42.039Z | |
55 | 2024-01-18T17:03:42.039Z | To configure your current shell, run: |
56 | 2024-01-18T17:03:42.039Z | source "$HOME/.cargo/env" |
57 | 2024-01-18T17:03:42.116Z | + rustc --version |
58 | 2024-01-18T17:03:42.228Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-18T17:03:42.246Z | process exited: duration 24291 ms, exit code 0 |
|
60 | 2024-01-18T17:03:42.264Z | starting task 2: "authentication" |
61 | 2024-01-18T17:03:42.293Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-01-18T17:03:42.326Z | starting task 3: "clone repository" |
63 | 2024-01-18T17:03:42.337Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-18T17:03:42.337Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-18T17:03:42.428Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-18T17:03:49.906Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-18T17:03:49.917Z | + [[ -n tmp-dropshot-new ]] |
68 | 2024-01-18T17:03:49.917Z | + git fetch origin tmp-dropshot-new |
69 | 2024-01-18T17:03:50.275Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-18T17:03:50.275Z | * branch tmp-dropshot-new -> FETCH_HEAD |
71 | 2024-01-18T17:03:50.285Z | + git checkout -B tmp-dropshot-new remotes/origin/tmp-dropshot-new |
72 | 2024-01-18T17:03:50.395Z | Switched to a new branch 'tmp-dropshot-new' |
73 | 2024-01-18T17:03:50.401Z | branch 'tmp-dropshot-new' set up to track 'origin/tmp-dropshot-new'. |
74 | 2024-01-18T17:03:50.401Z | + git reset --hard 6b6cb3e9fcf562f0a6e7f8f9856452d2c841e185 |
75 | 2024-01-18T17:03:50.577Z | HEAD is now at 6b6cb3e9f more update to Cargo.lock |
76 | 2024-01-18T17:03:50.590Z | process exited: duration 8257 ms, exit code 0 |
|
77 | 2024-01-18T17:03:50.620Z | starting task 4: "build" |
78 | 2024-01-18T17:03:50.626Z | + cargo --version |
79 | 2024-01-18T17:03:50.626Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-18T17:03:50.811Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-18T17:03:50.818Z | info: downloading component 'cargo' |
82 | 2024-01-18T17:03:51.543Z | info: downloading component 'clippy' |
83 | 2024-01-18T17:03:51.774Z | info: downloading component 'rust-docs' |
84 | 2024-01-18T17:03:52.682Z | info: downloading component 'rust-std' |
85 | 2024-01-18T17:03:54.035Z | info: downloading component 'rustc' |
86 | 2024-01-18T17:03:57.877Z | info: downloading component 'rustfmt' |
87 | 2024-01-18T17:03:58.095Z | info: installing component 'cargo' |
88 | 2024-01-18T17:03:59.373Z | info: installing component 'clippy' |
89 | 2024-01-18T17:03:59.867Z | info: installing component 'rust-docs' |
90 | 2024-01-18T17:04:02.817Z | info: installing component 'rust-std' |
91 | 2024-01-18T17:04:05.146Z | info: installing component 'rustc' |
92 | 2024-01-18T17:04:11.357Z | info: installing component 'rustfmt' |
93 | 2024-01-18T17:04:11.906Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-18T17:04:11.924Z | + rustc --version |
95 | 2024-01-18T17:04:12.043Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-18T17:04:12.050Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2024-01-18T17:04:24.523Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2024-01-18T17:04:26.370Z | Startup: Caching catalogs ... Done |
99 | 2024-01-18T17:04:28.832Z | Planning: Solver setup ... Done (1.947s) |
100 | 2024-01-18T17:04:28.880Z | Planning: Running solver ... Done (0.052s) |
101 | 2024-01-18T17:04:28.910Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2024-01-18T17:04:28.922Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2024-01-18T17:04:29.372Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2024-01-18T17:04:29.390Z | Planning: Package planning ... Done (0.080s) |
105 | 2024-01-18T17:04:29.474Z | Planning: Merging actions ... Done (0.084s) |
106 | 2024-01-18T17:04:30.410Z | Planning: Checking for conflicting actions ... Done (0.936s) |
107 | 2024-01-18T17:04:30.428Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2024-01-18T17:04:35.855Z | Planning: Evaluating mediators ... Done (5.427s) |
109 | 2024-01-18T17:04:35.870Z | Planning: Planning completed in 9.43 seconds |
110 | 2024-01-18T17:04:38.593Z | Packages to install: 4 |
111 | 2024-01-18T17:04:38.593Z | Mediators to change: 2 |
112 | 2024-01-18T17:04:38.593Z | Services to change: 1 |
113 | 2024-01-18T17:04:38.596Z | Estimated space available: 148.87 GB |
114 | 2024-01-18T17:04:38.596Z | Estimated space to be consumed: 1.40 GB |
115 | 2024-01-18T17:04:38.596Z | Create boot environment: No |
116 | 2024-01-18T17:04:38.596Z | Create backup boot environment: No |
117 | 2024-01-18T17:04:38.597Z | Rebuild boot archive: No |
118 | 2024-01-18T17:04:38.597Z | |
119 | 2024-01-18T17:04:38.597Z | Changed mediators: |
120 | 2024-01-18T17:04:38.597Z | mediator clang: |
121 | 2024-01-18T17:04:38.597Z | version: None -> 15 (system default) |
122 | 2024-01-18T17:04:38.597Z | |
123 | 2024-01-18T17:04:38.597Z | mediator llvm: |
124 | 2024-01-18T17:04:38.597Z | version: 14 (system default) -> 15 (system default) |
125 | 2024-01-18T17:04:38.597Z | |
126 | 2024-01-18T17:04:38.597Z | Changed packages: |
127 | 2024-01-18T17:04:38.597Z | helios-dev |
128 | 2024-01-18T17:04:38.597Z | developer/build-essential |
129 | 2024-01-18T17:04:38.597Z | None -> 11-2.0 |
130 | 2024-01-18T17:04:38.597Z | library/libxmlsec1 |
131 | 2024-01-18T17:04:38.598Z | None -> 1.2.35-2.0 |
132 | 2024-01-18T17:04:38.598Z | ooce/developer/clang-15 |
133 | 2024-01-18T17:04:38.598Z | None -> 15.0.7-2.0 |
134 | 2024-01-18T17:04:38.598Z | ooce/developer/llvm-15 |
135 | 2024-01-18T17:04:38.598Z | None -> 15.0.7-2.0 |
136 | 2024-01-18T17:04:38.598Z | |
137 | 2024-01-18T17:04:38.598Z | Services: |
138 | 2024-01-18T17:04:38.598Z | restart_fmri: |
139 | 2024-01-18T17:04:38.598Z | svc:/system/update-man-index:default |
140 | 2024-01-18T17:04:38.812Z | |
141 | 2024-01-18T17:04:38.813Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2024-01-18T17:04:43.803Z | Download: 1260/3290 items 99.5/212.6MB 46% complete (20.0M/s) |
143 | 2024-01-18T17:04:48.804Z | Download: 2968/3290 items 121.2/212.6MB 57% complete (12.3M/s) |
144 | 2024-01-18T17:04:51.960Z | Download: Completed 212.60 MB in 13.15 seconds (16.2M/s) |
145 | 2024-01-18T17:04:52.396Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-01-18T17:04:57.435Z | Actions: 2787/3689 actions (Installing new actions) |
147 | 2024-01-18T17:05:00.095Z | Actions: Completed 3689 actions in 7.70 seconds. |
148 | 2024-01-18T17:05:00.341Z | Done (0.242s) |
149 | 2024-01-18T17:05:00.341Z | Done (0.000s) |
150 | 2024-01-18T17:05:00.664Z | Done (0.327s) |
151 | 2024-01-18T17:05:08.240Z | Done (7.439s) |
152 | 2024-01-18T17:05:08.481Z | Done (0.137s) |
153 | 2024-01-18T17:05:08.491Z | Done (0.000s) |
154 | 2024-01-18T17:05:08.714Z | Done (0.000s) |
155 | 2024-01-18T17:05:09.442Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-01-18T17:05:09.724Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-01-18T17:05:09.728Z | Planning: Consolidating action changes ... Done |
158 | 2024-01-18T17:05:10.175Z | Planning: Evaluating mediators ... Done |
159 | 2024-01-18T17:05:10.178Z | Planning: Planning completed in 0.73 seconds |
160 | 2024-01-18T17:05:10.222Z | Mediators to change: 2 |
161 | 2024-01-18T17:05:10.222Z | Create boot environment: No |
162 | 2024-01-18T17:05:10.222Z | Create backup boot environment: No |
163 | 2024-01-18T17:05:10.328Z | Done |
164 | 2024-01-18T17:05:10.328Z | Done |
165 | 2024-01-18T17:05:10.526Z | Done |
166 | 2024-01-18T17:05:16.240Z | Done |
167 | 2024-01-18T17:05:16.364Z | Done |
168 | 2024-01-18T17:05:16.468Z | Done |
169 | 2024-01-18T17:05:16.477Z | Done |
170 | 2024-01-18T17:05:17.447Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-01-18T17:05:17.450Z | Planning: Merging actions ... Done |
172 | 2024-01-18T17:05:17.784Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-01-18T17:05:17.793Z | Planning: Consolidating action changes ... Done |
174 | 2024-01-18T17:05:18.204Z | Planning: Evaluating mediators ... Done |
175 | 2024-01-18T17:05:18.299Z | Planning: Planning completed in 1.27 seconds |
176 | 2024-01-18T17:05:18.343Z | Packages to change: 1 |
177 | 2024-01-18T17:05:18.349Z | Mediators to change: 1 |
178 | 2024-01-18T17:05:18.349Z | Services to change: 1 |
179 | 2024-01-18T17:05:18.349Z | Create boot environment: No |
180 | 2024-01-18T17:05:18.349Z | Create backup boot environment: Yes |
181 | 2024-01-18T17:05:20.786Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-01-18T17:05:20.790Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2024-01-18T17:05:20.790Z | Done |
184 | 2024-01-18T17:05:20.790Z | Done |
185 | 2024-01-18T17:05:20.790Z | Done |
186 | 2024-01-18T17:05:26.328Z | Done |
187 | 2024-01-18T17:05:26.456Z | Done |
188 | 2024-01-18T17:05:26.491Z | Done |
189 | 2024-01-18T17:05:26.581Z | Done |
190 | 2024-01-18T17:05:27.242Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-01-18T17:05:27.242Z | clang system 15 system |
192 | 2024-01-18T17:05:27.242Z | csh system system illumos |
193 | 2024-01-18T17:05:27.242Z | ctags system system illumos |
194 | 2024-01-18T17:05:27.242Z | gcc vendor 12 vendor |
195 | 2024-01-18T17:05:27.242Z | gcc system 10 system |
196 | 2024-01-18T17:05:27.242Z | gcc system 7 system |
197 | 2024-01-18T17:05:27.242Z | go system 1.20 system |
198 | 2024-01-18T17:05:27.242Z | go system 1.19 system |
199 | 2024-01-18T17:05:27.242Z | llvm system 15 system |
200 | 2024-01-18T17:05:27.242Z | llvm system 14 system |
201 | 2024-01-18T17:05:27.242Z | mariadb system 10.6 system |
202 | 2024-01-18T17:05:27.242Z | mta vendor vendor dma |
203 | 2024-01-18T17:05:27.243Z | openjdk system 17 system |
204 | 2024-01-18T17:05:27.243Z | openjdk system 11 system |
205 | 2024-01-18T17:05:27.243Z | openjdk system 1.8 system |
206 | 2024-01-18T17:05:27.243Z | openssl vendor 3 vendor |
207 | 2024-01-18T17:05:27.243Z | perl system 5.36 system |
208 | 2024-01-18T17:05:27.243Z | postgresql system 15 system |
209 | 2024-01-18T17:05:27.243Z | postgresql system 13 system |
210 | 2024-01-18T17:05:27.243Z | python vendor 3 vendor |
211 | 2024-01-18T17:05:27.243Z | python system 2 system |
212 | 2024-01-18T17:05:27.243Z | python3 system 3.11 system |
213 | 2024-01-18T17:05:27.243Z | ruby system 3.0 system |
214 | 2024-01-18T17:05:27.243Z | words vendor vendor american-english |
215 | 2024-01-18T17:05:27.243Z | words system system australian-english |
216 | 2024-01-18T17:05:27.243Z | words system system british-english |
217 | 2024-01-18T17:05:27.243Z | words system system canadian-english |
218 | 2024-01-18T17:05:27.243Z | words system system french |
219 | 2024-01-18T17:05:27.243Z | words system system italian |
220 | 2024-01-18T17:05:27.243Z | words system system ngerman |
221 | 2024-01-18T17:05:27.243Z | words system system ogerman |
222 | 2024-01-18T17:05:27.243Z | words system system spanish |
223 | 2024-01-18T17:05:27.783Z | FMRI IFO |
224 | 2024-01-18T17:05:27.783Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-01-18T17:05:27.783Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-01-18T17:05:27.783Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-01-18T17:05:27.783Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-01-18T17:05:27.784Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-01-18T17:05:27.784Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-01-18T17:05:27.784Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-01-18T17:05:27.784Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-01-18T17:05:27.863Z | + set -o errexit |
233 | 2024-01-18T17:05:27.873Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2024-01-18T17:05:27.873Z | ++ cd ./tools |
235 | 2024-01-18T17:05:27.873Z | ++ pwd |
236 | 2024-01-18T17:05:27.873Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2024-01-18T17:05:27.873Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2024-01-18T17:05:27.874Z | + ARG0=ci_download_cockroachdb |
239 | 2024-01-18T17:05:27.874Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2024-01-18T17:05:27.882Z | + CIDL_VERSION=v22.1.9 |
241 | 2024-01-18T17:05:27.882Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2024-01-18T17:05:27.883Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2024-01-18T17:05:27.883Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2024-01-18T17:05:27.883Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2024-01-18T17:05:27.883Z | + TARGET_DIR=out |
246 | 2024-01-18T17:05:27.883Z | + DOWNLOAD_DIR=out/downloads |
247 | 2024-01-18T17:05:27.883Z | + DEST_DIR=./out/cockroachdb |
248 | 2024-01-18T17:05:27.883Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2024-01-18T17:05:27.883Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2024-01-18T17:05:27.884Z | + main |
251 | 2024-01-18T17:05:27.884Z | + [[ 0 != 0 ]] |
252 | 2024-01-18T17:05:27.884Z | + CIDL_OS=solaris2.11 |
253 | 2024-01-18T17:05:27.884Z | + [[ 0 != 0 ]] |
254 | 2024-01-18T17:05:27.884Z | + configure_os solaris2.11 |
255 | 2024-01-18T17:05:27.884Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2024-01-18T17:05:27.884Z | current directory: /work/oxidecomputer/omicron |
257 | 2024-01-18T17:05:27.885Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2024-01-18T17:05:27.885Z | configuring based on OS: "solaris2.11" |
259 | 2024-01-18T17:05:27.885Z | + case "$1" in |
260 | 2024-01-18T17:05:27.885Z | + CIDL_BUILD=illumos |
261 | 2024-01-18T17:05:27.885Z | + CIDL_SUFFIX=tar.gz |
262 | 2024-01-18T17:05:27.885Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2024-01-18T17:05:27.885Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2024-01-18T17:05:27.885Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-01-18T17:05:27.885Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-01-18T17:05:27.886Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2024-01-18T17:05:27.886Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-01-18T17:05:27.886Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-01-18T17:05:27.886Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2024-01-18T17:05:27.886Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-01-18T17:05:27.886Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-01-18T17:05:27.886Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-01-18T17:05:27.886Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2024-01-18T17:05:27.887Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-18T17:05:27.887Z | + mkdir -p out/downloads |
276 | 2024-01-18T17:05:27.887Z | + mkdir -p ./out/cockroachdb |
277 | 2024-01-18T17:05:27.887Z | + local DO_DOWNLOAD=true |
278 | 2024-01-18T17:05:27.887Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2024-01-18T17:05:27.887Z | + '[' true == true ']' |
280 | 2024-01-18T17:05:27.890Z | + echo Downloading... |
281 | 2024-01-18T17:05:27.890Z | Downloading... |
282 | 2024-01-18T17:05:27.890Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-01-18T17:05:27.890Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-01-18T17:05:29.703Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-01-18T17:05:29.715Z | ++ md5sum |
286 | 2024-01-18T17:05:29.716Z | ++ awk '{print $1}' |
287 | 2024-01-18T17:05:29.918Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2024-01-18T17:05:29.918Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
289 | 2024-01-18T17:05:29.918Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-01-18T17:05:29.937Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2024-01-18T17:05:33.342Z | + do_assemble_illumos |
292 | 2024-01-18T17:05:33.342Z | + rm -r ./out/cockroachdb |
293 | 2024-01-18T17:05:33.351Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2024-01-18T17:05:33.970Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2024-01-18T17:05:34.264Z | Build Tag: v22.1.9-dirty |
296 | 2024-01-18T17:05:34.264Z | Build Time: 2022/10/26 21:17:46 |
297 | 2024-01-18T17:05:34.264Z | Distribution: OSS |
298 | 2024-01-18T17:05:34.264Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2024-01-18T17:05:34.264Z | Go Version: go1.17.13 |
300 | 2024-01-18T17:05:34.264Z | C Compiler: gcc 10.3.0 |
301 | 2024-01-18T17:05:34.264Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2024-01-18T17:05:34.264Z | Build Type: release |
303 | 2024-01-18T17:05:34.285Z | + set -o errexit |
304 | 2024-01-18T17:05:34.289Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2024-01-18T17:05:34.292Z | ++ cd ./tools |
306 | 2024-01-18T17:05:34.293Z | ++ pwd |
307 | 2024-01-18T17:05:34.293Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2024-01-18T17:05:34.293Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2024-01-18T17:05:34.296Z | + ARG0=ci_download_clickhouse |
310 | 2024-01-18T17:05:34.296Z | + TARGET_DIR=out |
311 | 2024-01-18T17:05:34.296Z | + DOWNLOAD_DIR=out/downloads |
312 | 2024-01-18T17:05:34.296Z | + DEST_DIR=./out/clickhouse |
313 | 2024-01-18T17:05:34.296Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2024-01-18T17:05:34.297Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2024-01-18T17:05:34.297Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2024-01-18T17:05:34.297Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2024-01-18T17:05:34.297Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2024-01-18T17:05:34.297Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2024-01-18T17:05:34.297Z | + main |
320 | 2024-01-18T17:05:34.297Z | + [[ 0 != 0 ]] |
321 | 2024-01-18T17:05:34.297Z | + CIDL_OS=solaris2.11 |
322 | 2024-01-18T17:05:34.297Z | + [[ 0 != 0 ]] |
323 | 2024-01-18T17:05:34.298Z | + configure_os solaris2.11 |
324 | 2024-01-18T17:05:34.298Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2024-01-18T17:05:34.298Z | current directory: /work/oxidecomputer/omicron |
326 | 2024-01-18T17:05:34.300Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2024-01-18T17:05:34.300Z | + CIDL_DASHREV= |
328 | 2024-01-18T17:05:34.300Z | + case "$1" in |
329 | 2024-01-18T17:05:34.300Z | configuring based on OS: "solaris2.11" |
330 | 2024-01-18T17:05:34.300Z | + CIDL_PLATFORM=illumos |
331 | 2024-01-18T17:05:34.301Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2024-01-18T17:05:34.301Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2024-01-18T17:05:34.301Z | + CIDL_DASHREV=-1 |
334 | 2024-01-18T17:05:34.301Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2024-01-18T17:05:34.301Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2024-01-18T17:05:34.301Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-01-18T17:05:34.301Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-01-18T17:05:34.301Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-01-18T17:05:34.301Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2024-01-18T17:05:34.301Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2024-01-18T17:05:34.304Z | + mkdir -p out/downloads |
342 | 2024-01-18T17:05:34.304Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-18T17:05:34.308Z | + mkdir -p ./out/clickhouse |
344 | 2024-01-18T17:05:34.308Z | + local DO_DOWNLOAD=true |
345 | 2024-01-18T17:05:34.308Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2024-01-18T17:05:34.308Z | + '[' true == true ']' |
347 | 2024-01-18T17:05:34.308Z | + echo Downloading... |
348 | 2024-01-18T17:05:34.308Z | Downloading... |
349 | 2024-01-18T17:05:34.308Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-01-18T17:05:34.308Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-01-18T17:05:35.663Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-01-18T17:05:35.666Z | ++ md5sum |
353 | 2024-01-18T17:05:35.670Z | ++ awk '{print $1}' |
354 | 2024-01-18T17:05:35.966Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-01-18T17:05:35.967Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
356 | 2024-01-18T17:05:35.967Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2024-01-18T17:05:35.970Z | + mkdir -p ./out/clickhouse |
358 | 2024-01-18T17:05:35.970Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2024-01-18T17:05:40.929Z | + ./out/clickhouse/clickhouse server --version |
360 | 2024-01-18T17:05:40.988Z | ClickHouse server version 22.8.9.1. |
361 | 2024-01-18T17:05:41.014Z | + set -o errexit |
362 | 2024-01-18T17:05:41.018Z | +++ dirname ./tools/ci_download_console |
363 | 2024-01-18T17:05:41.018Z | ++ cd ./tools |
364 | 2024-01-18T17:05:41.018Z | ++ pwd |
365 | 2024-01-18T17:05:41.018Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2024-01-18T17:05:41.026Z | ++ basename ./tools/ci_download_console |
367 | 2024-01-18T17:05:41.027Z | + ARG0=ci_download_console |
368 | 2024-01-18T17:05:41.027Z | + TARGET_DIR=out |
369 | 2024-01-18T17:05:41.027Z | + DOWNLOAD_DIR=out/downloads |
370 | 2024-01-18T17:05:41.027Z | + DEST_DIR=./out/console-assets |
371 | 2024-01-18T17:05:41.027Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2024-01-18T17:05:41.027Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
373 | 2024-01-18T17:05:41.027Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
374 | 2024-01-18T17:05:41.027Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
375 | 2024-01-18T17:05:41.027Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2024-01-18T17:05:41.027Z | + main |
377 | 2024-01-18T17:05:41.027Z | + [[ 0 != 0 ]] |
378 | 2024-01-18T17:05:41.028Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
379 | 2024-01-18T17:05:41.028Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
380 | 2024-01-18T17:05:41.028Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2024-01-18T17:05:41.028Z | Local file: out/downloads/console.tar.gz |
382 | 2024-01-18T17:05:41.028Z | + local DO_DOWNLOAD=true |
383 | 2024-01-18T17:05:41.028Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2024-01-18T17:05:41.028Z | + mkdir -p out/downloads |
385 | 2024-01-18T17:05:41.032Z | + '[' true == true ']' |
386 | 2024-01-18T17:05:41.032Z | Downloading... |
387 | 2024-01-18T17:05:41.032Z | + echo Downloading... |
388 | 2024-01-18T17:05:41.032Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
389 | 2024-01-18T17:05:41.032Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
390 | 2024-01-18T17:05:41.775Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2024-01-18T17:05:41.776Z | ++ case "$OSTYPE" in |
392 | 2024-01-18T17:05:41.776Z | ++ SHA=sha256sum |
393 | 2024-01-18T17:05:41.779Z | ++ sha256sum |
394 | 2024-01-18T17:05:41.779Z | ++ awk '{print $1}' |
395 | 2024-01-18T17:05:41.858Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
396 | 2024-01-18T17:05:41.858Z | + [[ 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 ]] |
397 | 2024-01-18T17:05:41.861Z | + rm -rf ./out/console-assets |
398 | 2024-01-18T17:05:41.861Z | + mkdir -p ./out/console-assets |
399 | 2024-01-18T17:05:41.861Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2024-01-18T17:05:41.861Z | + mkdir -p ./out/console-assets |
401 | 2024-01-18T17:05:41.864Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2024-01-18T17:05:41.999Z | + set -o errexit |
403 | 2024-01-18T17:05:42.003Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2024-01-18T17:05:42.006Z | ++ cd ./tools |
405 | 2024-01-18T17:05:42.006Z | ++ pwd |
406 | 2024-01-18T17:05:42.006Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-01-18T17:05:42.006Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2024-01-18T17:05:42.010Z | + ARG0=ci_download_maghemite_openapi |
409 | 2024-01-18T17:05:42.010Z | + TARGET_DIR=out |
410 | 2024-01-18T17:05:42.010Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-01-18T17:05:42.010Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2024-01-18T17:05:42.010Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
413 | 2024-01-18T17:05:42.010Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2024-01-18T17:05:42.010Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
415 | 2024-01-18T17:05:42.010Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
416 | 2024-01-18T17:05:42.010Z | + main |
417 | 2024-01-18T17:05:42.010Z | + [[ 0 != 0 ]] |
418 | 2024-01-18T17:05:42.010Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
419 | 2024-01-18T17:05:42.010Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
420 | 2024-01-18T17:05:42.010Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
421 | 2024-01-18T17:05:42.010Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
422 | 2024-01-18T17:05:42.010Z | + local DO_DOWNLOAD=true |
423 | 2024-01-18T17:05:42.010Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
424 | 2024-01-18T17:05:42.010Z | + mkdir -p out/downloads |
425 | 2024-01-18T17:05:42.013Z | + '[' true == true ']' |
426 | 2024-01-18T17:05:42.013Z | + echo Downloading... |
427 | 2024-01-18T17:05:42.013Z | Downloading... |
428 | 2024-01-18T17:05:42.014Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
429 | 2024-01-18T17:05:42.014Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
430 | 2024-01-18T17:05:42.197Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
431 | 2024-01-18T17:05:42.197Z | ++ case "$OSTYPE" in |
432 | 2024-01-18T17:05:42.204Z | ++ SHA=sha256sum |
433 | 2024-01-18T17:05:42.204Z | ++ sha256sum |
434 | 2024-01-18T17:05:42.204Z | ++ awk '{print $1}' |
435 | 2024-01-18T17:05:42.205Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2024-01-18T17:05:42.205Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
437 | 2024-01-18T17:05:42.205Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2024-01-18T17:05:42.205Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
439 | 2024-01-18T17:05:42.205Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
440 | 2024-01-18T17:05:42.205Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
441 | 2024-01-18T17:05:42.205Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2024-01-18T17:05:42.205Z | + main |
443 | 2024-01-18T17:05:42.205Z | + [[ 0 != 0 ]] |
444 | 2024-01-18T17:05:42.206Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
445 | 2024-01-18T17:05:42.206Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
446 | 2024-01-18T17:05:42.207Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
447 | 2024-01-18T17:05:42.207Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
448 | 2024-01-18T17:05:42.207Z | + local DO_DOWNLOAD=true |
449 | 2024-01-18T17:05:42.207Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
450 | 2024-01-18T17:05:42.207Z | + mkdir -p out/downloads |
451 | 2024-01-18T17:05:42.210Z | + '[' true == true ']' |
452 | 2024-01-18T17:05:42.211Z | + echo Downloading... |
453 | 2024-01-18T17:05:42.211Z | Downloading... |
454 | 2024-01-18T17:05:42.211Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2024-01-18T17:05:42.211Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
456 | 2024-01-18T17:05:42.357Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2024-01-18T17:05:42.360Z | ++ case "$OSTYPE" in |
458 | 2024-01-18T17:05:42.360Z | ++ SHA=sha256sum |
459 | 2024-01-18T17:05:42.360Z | ++ sha256sum |
460 | 2024-01-18T17:05:42.360Z | ++ awk '{print $1}' |
461 | 2024-01-18T17:05:42.363Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
462 | 2024-01-18T17:05:42.363Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
463 | 2024-01-18T17:05:42.370Z | + set -o errexit |
464 | 2024-01-18T17:05:42.373Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2024-01-18T17:05:42.376Z | ++ cd ./tools |
466 | 2024-01-18T17:05:42.376Z | ++ pwd |
467 | 2024-01-18T17:05:42.376Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2024-01-18T17:05:42.376Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2024-01-18T17:05:42.379Z | + ARG0=ci_download_dendrite_openapi |
470 | 2024-01-18T17:05:42.379Z | + TARGET_DIR=out |
471 | 2024-01-18T17:05:42.380Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-01-18T17:05:42.380Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-01-18T17:05:42.380Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
474 | 2024-01-18T17:05:42.380Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
475 | 2024-01-18T17:05:42.380Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
476 | 2024-01-18T17:05:42.380Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
477 | 2024-01-18T17:05:42.380Z | + main |
478 | 2024-01-18T17:05:42.380Z | + [[ 0 != 0 ]] |
479 | 2024-01-18T17:05:42.380Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
480 | 2024-01-18T17:05:42.380Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
481 | 2024-01-18T17:05:42.380Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
482 | 2024-01-18T17:05:42.380Z | + local DO_DOWNLOAD=true |
483 | 2024-01-18T17:05:42.380Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
484 | 2024-01-18T17:05:42.380Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
485 | 2024-01-18T17:05:42.380Z | + mkdir -p out/downloads |
486 | 2024-01-18T17:05:42.384Z | + '[' true == true ']' |
487 | 2024-01-18T17:05:42.384Z | + echo Downloading... |
488 | 2024-01-18T17:05:42.384Z | Downloading... |
489 | 2024-01-18T17:05:42.385Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
490 | 2024-01-18T17:05:42.385Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
491 | 2024-01-18T17:05:42.563Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
492 | 2024-01-18T17:05:42.563Z | ++ case "$OSTYPE" in |
493 | 2024-01-18T17:05:42.566Z | ++ SHA=sha256sum |
494 | 2024-01-18T17:05:42.566Z | ++ sha256sum |
495 | 2024-01-18T17:05:42.566Z | ++ awk '{print $1}' |
496 | 2024-01-18T17:05:42.570Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2024-01-18T17:05:42.570Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
498 | 2024-01-18T17:05:42.580Z | + set -o errexit |
499 | 2024-01-18T17:05:42.583Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2024-01-18T17:05:42.586Z | ++ cd ./tools |
501 | 2024-01-18T17:05:42.586Z | ++ pwd |
502 | 2024-01-18T17:05:42.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-01-18T17:05:42.589Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2024-01-18T17:05:42.589Z | + ARG0=ci_download_dendrite_stub |
505 | 2024-01-18T17:05:42.589Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2024-01-18T17:05:42.589Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
507 | 2024-01-18T17:05:42.589Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
508 | 2024-01-18T17:05:42.589Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
509 | 2024-01-18T17:05:42.589Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2024-01-18T17:05:42.589Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
511 | 2024-01-18T17:05:42.589Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2024-01-18T17:05:42.590Z | + TARGET_DIR=out |
513 | 2024-01-18T17:05:42.590Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-01-18T17:05:42.590Z | + DEST_DIR=./out/dendrite-stub |
515 | 2024-01-18T17:05:42.590Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2024-01-18T17:05:42.590Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2024-01-18T17:05:42.590Z | + REPO=oxidecomputer/dendrite |
518 | 2024-01-18T17:05:42.590Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
519 | 2024-01-18T17:05:42.590Z | + main |
520 | 2024-01-18T17:05:42.590Z | + [[ 0 != 0 ]] |
521 | 2024-01-18T17:05:42.590Z | + CIDL_OS=solaris2.11 |
522 | 2024-01-18T17:05:42.590Z | + [[ 0 != 0 ]] |
523 | 2024-01-18T17:05:42.590Z | + configure_os solaris2.11 |
524 | 2024-01-18T17:05:42.590Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2024-01-18T17:05:42.590Z | current directory: /work/oxidecomputer/omicron |
526 | 2024-01-18T17:05:42.590Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2024-01-18T17:05:42.590Z | + case "$1" in |
528 | 2024-01-18T17:05:42.590Z | configuring based on OS: "solaris2.11" |
529 | 2024-01-18T17:05:42.590Z | + SET_BINARIES= |
530 | 2024-01-18T17:05:42.590Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
531 | 2024-01-18T17:05:42.590Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2024-01-18T17:05:42.590Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2024-01-18T17:05:42.590Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
534 | 2024-01-18T17:05:42.591Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2024-01-18T17:05:42.591Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
536 | 2024-01-18T17:05:42.592Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
537 | 2024-01-18T17:05:42.592Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2024-01-18T17:05:42.592Z | + mkdir -p out/downloads |
539 | 2024-01-18T17:05:42.592Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2024-01-18T17:05:42.597Z | + mkdir -p ./out/dendrite-stub |
541 | 2024-01-18T17:05:42.597Z | + fetch_and_verify |
542 | 2024-01-18T17:05:42.597Z | + local DO_DOWNLOAD=true |
543 | 2024-01-18T17:05:42.597Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2024-01-18T17:05:42.597Z | + '[' true == true ']' |
545 | 2024-01-18T17:05:42.597Z | + echo Downloading... |
546 | 2024-01-18T17:05:42.597Z | Downloading... |
547 | 2024-01-18T17:05:42.597Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2024-01-18T17:05:42.597Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
549 | 2024-01-18T17:05:47.010Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2024-01-18T17:05:47.014Z | ++ sha256sum |
551 | 2024-01-18T17:05:47.014Z | ++ awk '{print $1}' |
552 | 2024-01-18T17:05:47.116Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
553 | 2024-01-18T17:05:47.116Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
554 | 2024-01-18T17:05:47.116Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2024-01-18T17:05:47.116Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2024-01-18T17:05:48.221Z | + do_assemble |
557 | 2024-01-18T17:05:48.221Z | + rm -r ./out/dendrite-stub |
558 | 2024-01-18T17:05:48.224Z | + mkdir ./out/dendrite-stub |
559 | 2024-01-18T17:05:48.227Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2024-01-18T17:05:48.368Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2024-01-18T17:05:48.380Z | + set -o errexit |
562 | 2024-01-18T17:05:48.383Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2024-01-18T17:05:48.389Z | ++ cd ./tools |
564 | 2024-01-18T17:05:48.389Z | ++ pwd |
565 | 2024-01-18T17:05:48.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2024-01-18T17:05:48.392Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2024-01-18T17:05:48.392Z | + ARG0=ci_download_maghemite_mgd |
568 | 2024-01-18T17:05:48.393Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2024-01-18T17:05:48.393Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
570 | 2024-01-18T17:05:48.393Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
571 | 2024-01-18T17:05:48.393Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2024-01-18T17:05:48.393Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
573 | 2024-01-18T17:05:48.393Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
574 | 2024-01-18T17:05:48.393Z | + TARGET_DIR=out |
575 | 2024-01-18T17:05:48.393Z | + DOWNLOAD_DIR=out/downloads |
576 | 2024-01-18T17:05:48.393Z | + DEST_DIR=./out/mgd |
577 | 2024-01-18T17:05:48.393Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2024-01-18T17:05:48.393Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2024-01-18T17:05:48.393Z | + REPO=oxidecomputer/maghemite |
580 | 2024-01-18T17:05:48.393Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
581 | 2024-01-18T17:05:48.393Z | + main |
582 | 2024-01-18T17:05:48.393Z | + [[ 0 != 0 ]] |
583 | 2024-01-18T17:05:48.393Z | + CIDL_OS=solaris2.11 |
584 | 2024-01-18T17:05:48.393Z | + [[ 0 != 0 ]] |
585 | 2024-01-18T17:05:48.393Z | + configure_os solaris2.11 |
586 | 2024-01-18T17:05:48.393Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2024-01-18T17:05:48.393Z | current directory: /work/oxidecomputer/omicron |
588 | 2024-01-18T17:05:48.394Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2024-01-18T17:05:48.394Z | + case "$1" in |
590 | 2024-01-18T17:05:48.394Z | configuring based on OS: "solaris2.11" |
591 | 2024-01-18T17:05:48.394Z | + SET_BINARIES= |
592 | 2024-01-18T17:05:48.394Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2024-01-18T17:05:48.394Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2024-01-18T17:05:48.394Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
595 | 2024-01-18T17:05:48.394Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2024-01-18T17:05:48.395Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
597 | 2024-01-18T17:05:48.395Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
598 | 2024-01-18T17:05:48.395Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2024-01-18T17:05:48.395Z | + mkdir -p out/downloads |
600 | 2024-01-18T17:05:48.395Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-01-18T17:05:48.395Z | + mkdir -p ./out/mgd |
602 | 2024-01-18T17:05:48.398Z | + fetch_and_verify |
603 | 2024-01-18T17:05:48.398Z | + local DO_DOWNLOAD=true |
604 | 2024-01-18T17:05:48.398Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2024-01-18T17:05:48.398Z | + '[' true == true ']' |
606 | 2024-01-18T17:05:48.398Z | + echo Downloading... |
607 | 2024-01-18T17:05:48.398Z | Downloading... |
608 | 2024-01-18T17:05:48.398Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2024-01-18T17:05:48.398Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2024-01-18T17:05:53.508Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2024-01-18T17:05:53.516Z | ++ sha256sum |
612 | 2024-01-18T17:05:53.516Z | ++ awk '{print $1}' |
613 | 2024-01-18T17:05:53.586Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
614 | 2024-01-18T17:05:53.587Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
615 | 2024-01-18T17:05:53.587Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2024-01-18T17:05:53.595Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2024-01-18T17:05:54.238Z | + do_assemble |
618 | 2024-01-18T17:05:54.238Z | + rm -r ./out/mgd |
619 | 2024-01-18T17:05:54.241Z | + mkdir ./out/mgd |
620 | 2024-01-18T17:05:54.245Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2024-01-18T17:05:54.463Z | + set -o errexit |
622 | 2024-01-18T17:05:54.466Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2024-01-18T17:05:54.470Z | ++ cd ./tools |
624 | 2024-01-18T17:05:54.470Z | ++ pwd |
625 | 2024-01-18T17:05:54.470Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2024-01-18T17:05:54.477Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2024-01-18T17:05:54.477Z | + ARG0=ci_download_transceiver_control |
628 | 2024-01-18T17:05:54.477Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2024-01-18T17:05:54.477Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2024-01-18T17:05:54.477Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2024-01-18T17:05:54.477Z | + TARGET_DIR=out |
632 | 2024-01-18T17:05:54.477Z | + DOWNLOAD_DIR=out/downloads |
633 | 2024-01-18T17:05:54.477Z | + DEST_DIR=./out/transceiver-control |
634 | 2024-01-18T17:05:54.478Z | + BIN_DIR=/opt/oxide/bin |
635 | 2024-01-18T17:05:54.478Z | + BINARY=xcvradm |
636 | 2024-01-18T17:05:54.480Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2024-01-18T17:05:54.480Z | + REPO=oxidecomputer/transceiver-control |
638 | 2024-01-18T17:05:54.480Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-01-18T17:05:54.480Z | + main |
640 | 2024-01-18T17:05:54.480Z | + [[ 0 != 0 ]] |
641 | 2024-01-18T17:05:54.480Z | + CIDL_OS=solaris2.11 |
642 | 2024-01-18T17:05:54.480Z | + [[ 0 != 0 ]] |
643 | 2024-01-18T17:05:54.480Z | + configure_os solaris2.11 |
644 | 2024-01-18T17:05:54.480Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2024-01-18T17:05:54.480Z | current directory: /work/oxidecomputer/omicron |
646 | 2024-01-18T17:05:54.480Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2024-01-18T17:05:54.480Z | configuring based on OS: "solaris2.11" |
648 | 2024-01-18T17:05:54.480Z | + case "$1" in |
649 | 2024-01-18T17:05:54.480Z | + SET_BINARIES= |
650 | 2024-01-18T17:05:54.480Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-01-18T17:05:54.480Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2024-01-18T17:05:54.481Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2024-01-18T17:05:54.481Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2024-01-18T17:05:54.481Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2024-01-18T17:05:54.481Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2024-01-18T17:05:54.481Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2024-01-18T17:05:54.481Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-01-18T17:05:54.481Z | Local file: out/downloads/xcvradm.gz |
659 | 2024-01-18T17:05:54.481Z | + mkdir -p out/downloads |
660 | 2024-01-18T17:05:54.488Z | + mkdir -p ./out/transceiver-control |
661 | 2024-01-18T17:05:54.488Z | + fetch_and_verify |
662 | 2024-01-18T17:05:54.488Z | + local DO_DOWNLOAD=true |
663 | 2024-01-18T17:05:54.488Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2024-01-18T17:05:54.488Z | + '[' true == true ']' |
665 | 2024-01-18T17:05:54.488Z | + echo Downloading... |
666 | 2024-01-18T17:05:54.488Z | Downloading... |
667 | 2024-01-18T17:05:54.488Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2024-01-18T17:05:54.488Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-01-18T17:05:56.068Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2024-01-18T17:05:56.071Z | ++ sha256sum |
671 | 2024-01-18T17:05:56.071Z | ++ awk '{print $1}' |
672 | 2024-01-18T17:05:56.093Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-01-18T17:05:56.097Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
674 | 2024-01-18T17:05:56.097Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2024-01-18T17:05:56.097Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2024-01-18T17:05:56.097Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2024-01-18T17:05:56.272Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2024-01-18T17:05:56.279Z | + do_assemble |
679 | 2024-01-18T17:05:56.279Z | + rm -r ./out/transceiver-control |
680 | 2024-01-18T17:05:56.279Z | + mkdir ./out/transceiver-control |
681 | 2024-01-18T17:05:56.286Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2024-01-18T17:05:56.505Z | All prerequisites installed successfully |
683 | 2024-01-18T17:05:56.549Z | |
684 | 2024-01-18T17:05:56.549Z | real 1:44.365842933 |
685 | 2024-01-18T17:05:56.549Z | user 52.109940267 |
686 | 2024-01-18T17:05:56.549Z | sys 10.133954847 |
687 | 2024-01-18T17:05:56.549Z | trap 0.025764855 |
688 | 2024-01-18T17:05:56.550Z | tflt 0.260003095 |
689 | 2024-01-18T17:05:56.550Z | dflt 0.457604459 |
690 | 2024-01-18T17:05:56.550Z | kflt 0.205035823 |
691 | 2024-01-18T17:05:56.550Z | lock 2.638631836 |
692 | 2024-01-18T17:05:56.550Z | slp 3:03.802341835 |
693 | 2024-01-18T17:05:56.550Z | lat 3.359264300 |
694 | 2024-01-18T17:05:56.550Z | stop 0.074935723 |
695 | 2024-01-18T17:05:56.550Z | + banner end-to-end-tests |
696 | 2024-01-18T17:05:56.551Z | |
697 | 2024-01-18T17:05:56.551Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2024-01-18T17:05:56.551Z | # ## # # # # # # # ## # # # |
699 | 2024-01-18T17:05:56.551Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2024-01-18T17:05:56.551Z | # # # # # # # # # # # # # # # |
701 | 2024-01-18T17:05:56.551Z | # # ## # # # # # # # ## # # |
702 | 2024-01-18T17:05:56.551Z | ###### # # ##### # #### ###### # # ##### |
703 | 2024-01-18T17:05:56.551Z | |
704 | 2024-01-18T17:05:56.551Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2024-01-18T17:05:56.552Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-01-18T17:05:56.552Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2024-01-18T17:05:56.552Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-01-18T17:05:56.552Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-01-18T17:05:56.552Z | + CARGO_INCREMENTAL=0 |
710 | 2024-01-18T17:05:56.553Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2024-01-18T17:05:56.846Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2024-01-18T17:05:57.185Z | Updating crates.io index |
713 | 2024-01-18T17:05:57.192Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2024-01-18T17:05:58.112Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2024-01-18T17:06:00.348Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2024-01-18T17:06:01.041Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2024-01-18T17:06:01.374Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2024-01-18T17:06:01.669Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2024-01-18T17:06:01.993Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2024-01-18T17:06:03.028Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2024-01-18T17:06:05.293Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2024-01-18T17:06:06.281Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2024-01-18T17:06:06.787Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2024-01-18T17:06:07.348Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2024-01-18T17:06:07.861Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
726 | 2024-01-18T17:06:08.214Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2024-01-18T17:06:08.583Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2024-01-18T17:06:09.009Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2024-01-18T17:06:09.503Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2024-01-18T17:06:09.970Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2024-01-18T17:06:10.741Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2024-01-18T17:06:11.170Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2024-01-18T17:06:11.522Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2024-01-18T17:06:12.763Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2024-01-18T17:06:13.156Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2024-01-18T17:06:16.417Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2024-01-18T17:06:16.841Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2024-01-18T17:06:17.152Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2024-01-18T17:06:18.673Z | Downloading crates ... |
740 | 2024-01-18T17:06:18.916Z | Downloaded cfg-if v1.0.0 |
741 | 2024-01-18T17:06:18.932Z | Downloaded async-trait v0.1.77 |
742 | 2024-01-18T17:06:18.948Z | Downloaded newtype_derive v0.1.6 |
743 | 2024-01-18T17:06:18.956Z | Downloaded atty v0.2.14 |
744 | 2024-01-18T17:06:18.964Z | Downloaded macaddr v1.0.1 |
745 | 2024-01-18T17:06:18.967Z | Downloaded crossbeam-channel v0.5.8 |
746 | 2024-01-18T17:06:18.978Z | Downloaded bitflags v2.4.0 |
747 | 2024-01-18T17:06:18.984Z | Downloaded anstyle v1.0.2 |
748 | 2024-01-18T17:06:18.988Z | Downloaded ahash v0.8.6 |
749 | 2024-01-18T17:06:19.001Z | Downloaded base64 v0.21.7 |
750 | 2024-01-18T17:06:19.027Z | Downloaded new_debug_unreachable v1.0.4 |
751 | 2024-01-18T17:06:19.035Z | Downloaded matches v0.1.10 |
752 | 2024-01-18T17:06:19.043Z | Downloaded normalize-line-endings v0.3.0 |
753 | 2024-01-18T17:06:19.046Z | Downloaded blowfish v0.9.1 |
754 | 2024-01-18T17:06:19.049Z | Downloaded chacha20 v0.9.1 |
755 | 2024-01-18T17:06:19.055Z | Downloaded darling_macro v0.20.3 |
756 | 2024-01-18T17:06:19.061Z | Downloaded pretty-hex v0.4.1 |
757 | 2024-01-18T17:06:19.064Z | Downloaded base16ct v0.2.0 |
758 | 2024-01-18T17:06:19.067Z | Downloaded polyval v0.6.1 |
759 | 2024-01-18T17:06:19.074Z | Downloaded byteorder v1.5.0 |
760 | 2024-01-18T17:06:19.079Z | Downloaded colored v2.0.4 |
761 | 2024-01-18T17:06:19.088Z | Downloaded ctr v0.9.2 |
762 | 2024-01-18T17:06:19.093Z | Downloaded defmt-parser v0.3.3 |
763 | 2024-01-18T17:06:19.096Z | Downloaded camino v1.1.6 |
764 | 2024-01-18T17:06:19.101Z | Downloaded defmt-macros v0.3.6 |
765 | 2024-01-18T17:06:19.108Z | Downloaded bzip2 v0.4.4 |
766 | 2024-01-18T17:06:19.112Z | Downloaded backoff v0.4.0 |
767 | 2024-01-18T17:06:19.118Z | Downloaded log v0.4.20 |
768 | 2024-01-18T17:06:19.128Z | Downloaded instant v0.1.12 |
769 | 2024-01-18T17:06:19.131Z | Downloaded doc-comment v0.3.3 |
770 | 2024-01-18T17:06:19.134Z | Downloaded darling v0.20.3 |
771 | 2024-01-18T17:06:19.143Z | Downloaded defmt v0.3.5 |
772 | 2024-01-18T17:06:19.154Z | Downloaded crossbeam-utils v0.8.16 |
773 | 2024-01-18T17:06:19.159Z | Downloaded crossbeam-epoch v0.9.15 |
774 | 2024-01-18T17:06:19.165Z | Downloaded take_mut v0.2.2 |
775 | 2024-01-18T17:06:19.168Z | Downloaded russh-cryptovec v0.7.0 |
776 | 2024-01-18T17:06:19.171Z | Downloaded itoa v1.0.9 |
777 | 2024-01-18T17:06:19.174Z | Downloaded linked-hash-map v0.5.6 |
778 | 2024-01-18T17:06:19.177Z | Downloaded same-file v1.0.6 |
779 | 2024-01-18T17:06:19.180Z | Downloaded foreign-types-macros v0.2.3 |
780 | 2024-01-18T17:06:19.183Z | Downloaded fixedbitset v0.4.2 |
781 | 2024-01-18T17:06:19.189Z | Downloaded ident_case v1.0.1 |
782 | 2024-01-18T17:06:19.192Z | Downloaded serde_tokenstream v0.1.7 |
783 | 2024-01-18T17:06:19.195Z | Downloaded scheduled-thread-pool v0.2.7 |
784 | 2024-01-18T17:06:19.199Z | Downloaded bytes v1.5.0 |
785 | 2024-01-18T17:06:19.205Z | Downloaded strum v0.25.0 |
786 | 2024-01-18T17:06:19.208Z | Downloaded generic-array v0.14.7 |
787 | 2024-01-18T17:06:19.212Z | Downloaded futures-task v0.3.30 |
788 | 2024-01-18T17:06:19.215Z | Downloaded zerocopy v0.6.4 |
789 | 2024-01-18T17:06:19.220Z | Downloaded strsim v0.10.0 |
790 | 2024-01-18T17:06:19.224Z | Downloaded getrandom v0.2.10 |
791 | 2024-01-18T17:06:19.230Z | Downloaded hash32 v0.2.1 |
792 | 2024-01-18T17:06:19.234Z | Downloaded rfc6979 v0.4.0 |
793 | 2024-01-18T17:06:19.237Z | Downloaded dyn-clone v1.0.13 |
794 | 2024-01-18T17:06:19.241Z | Downloaded glob v0.3.1 |
795 | 2024-01-18T17:06:19.244Z | Downloaded xattr v1.0.1 |
796 | 2024-01-18T17:06:19.249Z | Downloaded endian-type v0.1.2 |
797 | 2024-01-18T17:06:19.254Z | Downloaded structopt-derive v0.4.18 |
798 | 2024-01-18T17:06:19.258Z | Downloaded snafu-derive v0.7.5 |
799 | 2024-01-18T17:06:19.258Z | Downloaded thread-id v4.2.0 |
800 | 2024-01-18T17:06:19.261Z | Downloaded rand_core v0.6.4 |
801 | 2024-01-18T17:06:19.264Z | Downloaded tempfile v3.8.1 |
802 | 2024-01-18T17:06:19.270Z | Downloaded futures-channel v0.3.30 |
803 | 2024-01-18T17:06:19.273Z | Downloaded embedded-io v0.4.0 |
804 | 2024-01-18T17:06:19.276Z | Downloaded either v1.9.0 |
805 | 2024-01-18T17:06:19.279Z | Downloaded foreign-types-shared v0.1.1 |
806 | 2024-01-18T17:06:19.282Z | Downloaded indexmap v2.1.0 |
807 | 2024-01-18T17:06:19.289Z | Downloaded usdt-macro v0.3.5 |
808 | 2024-01-18T17:06:19.292Z | Downloaded slog-dtrace v0.2.3 |
809 | 2024-01-18T17:06:19.295Z | Downloaded swrite v0.1.0 |
810 | 2024-01-18T17:06:19.298Z | Downloaded der v0.7.8 |
811 | 2024-01-18T17:06:19.306Z | Downloaded fxhash v0.2.1 |
812 | 2024-01-18T17:06:19.312Z | Downloaded libefi-sys v0.1.0 |
813 | 2024-01-18T17:06:19.315Z | Downloaded sct v0.7.0 |
814 | 2024-01-18T17:06:19.319Z | Downloaded hubpack_derive v0.1.1 |
815 | 2024-01-18T17:06:19.322Z | Downloaded semver-parser v0.10.2 |
816 | 2024-01-18T17:06:19.325Z | Downloaded headers-core v0.2.0 |
817 | 2024-01-18T17:06:19.328Z | Downloaded futures-sink v0.3.30 |
818 | 2024-01-18T17:06:19.329Z | Downloaded unicode-width v0.1.11 |
819 | 2024-01-18T17:06:19.331Z | Downloaded waitgroup v0.1.2 |
820 | 2024-01-18T17:06:19.334Z | Downloaded serde_urlencoded v0.7.1 |
821 | 2024-01-18T17:06:19.337Z | Downloaded futures-executor v0.3.30 |
822 | 2024-01-18T17:06:19.340Z | Downloaded hex-literal v0.4.1 |
823 | 2024-01-18T17:06:19.343Z | Downloaded sha2 v0.10.8 |
824 | 2024-01-18T17:06:19.347Z | Downloaded signal-hook-mio v0.2.3 |
825 | 2024-01-18T17:06:19.350Z | Downloaded tokio-rustls v0.24.1 |
826 | 2024-01-18T17:06:19.356Z | Downloaded rustc_version v0.4.0 |
827 | 2024-01-18T17:06:19.359Z | Downloaded untrusted v0.7.1 |
828 | 2024-01-18T17:06:19.361Z | Downloaded memchr v2.6.3 |
829 | 2024-01-18T17:06:19.369Z | Downloaded utf-8 v0.7.6 |
830 | 2024-01-18T17:06:19.371Z | Downloaded walkdir v2.4.0 |
831 | 2024-01-18T17:06:19.374Z | Downloaded untrusted v0.9.0 |
832 | 2024-01-18T17:06:19.378Z | Downloaded topological-sort v0.2.2 |
833 | 2024-01-18T17:06:19.381Z | Downloaded slog-json v2.6.1 |
834 | 2024-01-18T17:06:19.385Z | Downloaded want v0.3.1 |
835 | 2024-01-18T17:06:19.388Z | Downloaded hyper-rustls v0.24.2 |
836 | 2024-01-18T17:06:19.391Z | Downloaded siphasher v0.3.11 |
837 | 2024-01-18T17:06:19.393Z | Downloaded slog-stdlog v4.1.1 |
838 | 2024-01-18T17:06:19.396Z | Downloaded group v0.13.0 |
839 | 2024-01-18T17:06:19.399Z | Downloaded smf v0.2.2 |
840 | 2024-01-18T17:06:19.407Z | Downloaded vec_map v0.8.2 |
841 | 2024-01-18T17:06:19.410Z | Downloaded tinyvec v1.6.0 |
842 | 2024-01-18T17:06:19.410Z | Downloaded textwrap v0.11.0 |
843 | 2024-01-18T17:06:19.413Z | Downloaded unicode-ident v1.0.12 |
844 | 2024-01-18T17:06:19.419Z | Downloaded static_assertions v1.1.0 |
845 | 2024-01-18T17:06:19.422Z | Downloaded signature v2.1.0 |
846 | 2024-01-18T17:06:19.425Z | Downloaded signal-hook-registry v1.4.1 |
847 | 2024-01-18T17:06:19.428Z | Downloaded ipnet v2.9.0 |
848 | 2024-01-18T17:06:19.431Z | Downloaded half v1.8.2 |
849 | 2024-01-18T17:06:19.435Z | Downloaded elliptic-curve v0.13.8 |
850 | 2024-01-18T17:06:19.443Z | Downloaded sec1 v0.7.3 |
851 | 2024-01-18T17:06:19.447Z | Downloaded ipnetwork v0.20.0 |
852 | 2024-01-18T17:06:19.450Z | Downloaded term v0.7.0 |
853 | 2024-01-18T17:06:19.457Z | Downloaded thiserror v1.0.49 |
854 | 2024-01-18T17:06:19.468Z | Downloaded thiserror-no-std v2.0.2 |
855 | 2024-01-18T17:06:19.473Z | Downloaded slog v2.7.0 |
856 | 2024-01-18T17:06:19.479Z | Downloaded socket2 v0.4.9 |
857 | 2024-01-18T17:06:19.482Z | Downloaded toml v0.8.8 |
858 | 2024-01-18T17:06:19.489Z | Downloaded zip v0.6.6 |
859 | 2024-01-18T17:06:19.497Z | Downloaded tar v0.4.40 |
860 | 2024-01-18T17:06:19.503Z | Downloaded similar v2.3.0 |
861 | 2024-01-18T17:06:19.513Z | Downloaded io-lifetimes v1.0.11 |
862 | 2024-01-18T17:06:19.518Z | Downloaded serde_yaml v0.9.25 |
863 | 2024-01-18T17:06:19.526Z | Downloaded structopt v0.3.26 |
864 | 2024-01-18T17:06:19.541Z | Downloaded spin v0.9.8 |
865 | 2024-01-18T17:06:19.546Z | Downloaded snafu v0.7.5 |
866 | 2024-01-18T17:06:19.556Z | Downloaded tracing v0.1.37 |
867 | 2024-01-18T17:06:19.565Z | Downloaded hashbrown v0.14.2 |
868 | 2024-01-18T17:06:19.578Z | Downloaded tokio-util v0.7.10 |
869 | 2024-01-18T17:06:19.588Z | Downloaded russh v0.40.2 |
870 | 2024-01-18T17:06:19.598Z | Downloaded http v0.2.11 |
871 | 2024-01-18T17:06:19.605Z | Downloaded tokio-postgres v0.7.10 |
872 | 2024-01-18T17:06:19.615Z | Downloaded time v0.3.27 |
873 | 2024-01-18T17:06:19.628Z | Downloaded toml_edit v0.19.15 |
874 | 2024-01-18T17:06:19.660Z | Downloaded futures-util v0.3.30 |
875 | 2024-01-18T17:06:19.683Z | Downloaded hyper v0.14.27 |
876 | 2024-01-18T17:06:19.700Z | Downloaded itertools v0.10.5 |
877 | 2024-01-18T17:06:19.712Z | Downloaded serde_json v1.0.111 |
878 | 2024-01-18T17:06:19.731Z | Downloaded rustls-webpki v0.101.7 |
879 | 2024-01-18T17:06:19.756Z | Downloaded rustls-webpki v0.102.1 |
880 | 2024-01-18T17:06:19.791Z | Downloaded h2 v0.3.21 |
881 | 2024-01-18T17:06:19.804Z | Downloaded regex v1.10.2 |
882 | 2024-01-18T17:06:19.829Z | Downloaded object v0.32.1 |
883 | 2024-01-18T17:06:19.849Z | Downloaded regress v0.7.1 |
884 | 2024-01-18T17:06:19.862Z | Downloaded bstr v0.2.17 |
885 | 2024-01-18T17:06:19.881Z | Downloaded syn v1.0.109 |
886 | 2024-01-18T17:06:19.953Z | Downloaded smoltcp v0.9.1 |
887 | 2024-01-18T17:06:19.957Z | Downloaded smoltcp v0.10.0 |
888 | 2024-01-18T17:06:19.957Z | Downloaded idna v0.2.3 |
889 | 2024-01-18T17:06:19.960Z | Downloaded trust-dns-proto v0.22.0 |
890 | 2024-01-18T17:06:19.981Z | Downloaded rustix v0.38.25 |
891 | 2024-01-18T17:06:20.021Z | Downloaded regex-automata v0.3.8 |
892 | 2024-01-18T17:06:20.055Z | Downloaded regex-syntax v0.7.5 |
893 | 2024-01-18T17:06:20.073Z | Downloaded tokio v1.35.1 |
894 | 2024-01-18T17:06:20.141Z | Downloaded rustls v0.22.2 |
895 | 2024-01-18T17:06:20.167Z | Downloaded bstr v1.6.0 |
896 | 2024-01-18T17:06:20.191Z | Downloaded sled v0.34.7 |
897 | 2024-01-18T17:06:20.213Z | Downloaded zerocopy-derive v0.7.31 |
898 | 2024-01-18T17:06:20.239Z | Downloaded regex-automata v0.4.3 |
899 | 2024-01-18T17:06:20.273Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
900 | 2024-01-18T17:06:20.300Z | Downloaded zerocopy-derive v0.6.4 |
901 | 2024-01-18T17:06:20.323Z | Downloaded libc v0.2.152 |
902 | 2024-01-18T17:06:20.376Z | Downloaded sha3 v0.10.8 |
903 | 2024-01-18T17:06:20.395Z | Downloaded winapi v0.3.9 |
904 | 2024-01-18T17:06:20.486Z | Downloaded zerocopy-derive v0.2.0 |
905 | 2024-01-18T17:06:20.514Z | Downloaded idna v0.5.0 |
906 | 2024-01-18T17:06:20.530Z | Downloaded regex-syntax v0.8.2 |
907 | 2024-01-18T17:06:20.548Z | Downloaded encoding_rs v0.8.33 |
908 | 2024-01-18T17:06:20.596Z | Downloaded rustix v0.37.23 |
909 | 2024-01-18T17:06:20.635Z | Downloaded ring v0.17.7 |
910 | 2024-01-18T17:06:20.778Z | Downloaded openapiv3 v2.0.0 |
911 | 2024-01-18T17:06:20.803Z | Downloaded vcpkg v0.2.15 |
912 | 2024-01-18T17:06:20.886Z | Downloaded webpki-roots v0.25.2 |
913 | 2024-01-18T17:06:20.893Z | Downloaded rustls v0.21.9 |
914 | 2024-01-18T17:06:20.916Z | Downloaded curve25519-dalek v4.1.1 |
915 | 2024-01-18T17:06:20.936Z | Downloaded diesel v2.1.4 |
916 | 2024-01-18T17:06:20.977Z | Downloaded radix_trie v0.2.1 |
917 | 2024-01-18T17:06:20.981Z | Downloaded gimli v0.28.0 |
918 | 2024-01-18T17:06:20.997Z | Downloaded syn v2.0.46 |
919 | 2024-01-18T17:06:21.018Z | Downloaded openssl v0.10.60 |
920 | 2024-01-18T17:06:21.035Z | Downloaded chrono v0.4.31 |
921 | 2024-01-18T17:06:21.048Z | Downloaded itertools v0.12.0 |
922 | 2024-01-18T17:06:21.060Z | Downloaded clap v2.34.0 |
923 | 2024-01-18T17:06:21.072Z | Downloaded libm v0.2.7 |
924 | 2024-01-18T17:06:21.087Z | Downloaded ring v0.16.20 |
925 | 2024-01-18T17:06:21.243Z | Downloaded unicode-normalization v0.1.22 |
926 | 2024-01-18T17:06:21.249Z | Downloaded serde_with v3.4.0 |
927 | 2024-01-18T17:06:21.261Z | Downloaded hkdf v0.12.4 |
928 | 2024-01-18T17:06:21.265Z | Downloaded petgraph v0.6.4 |
929 | 2024-01-18T17:06:21.289Z | Downloaded reqwest v0.11.22 |
930 | 2024-01-18T17:06:21.302Z | Downloaded winnow v0.5.15 |
931 | 2024-01-18T17:06:21.316Z | Downloaded clap_builder v4.4.2 |
932 | 2024-01-18T17:06:21.327Z | Downloaded zerocopy v0.7.31 |
933 | 2024-01-18T17:06:21.357Z | Downloaded url v2.5.0 |
934 | 2024-01-18T17:06:21.362Z | Downloaded heapless v0.7.16 |
935 | 2024-01-18T17:06:21.372Z | Downloaded trust-dns-server v0.22.1 |
936 | 2024-01-18T17:06:21.378Z | Downloaded http v1.0.0 |
937 | 2024-01-18T17:06:21.385Z | Downloaded unicode-segmentation v1.10.1 |
938 | 2024-01-18T17:06:21.391Z | Downloaded ed25519-dalek v2.0.0 |
939 | 2024-01-18T17:06:21.396Z | Downloaded rcgen v0.12.0 |
940 | 2024-01-18T17:06:21.401Z | Downloaded aes-gcm v0.10.3 |
941 | 2024-01-18T17:06:21.407Z | Downloaded trust-dns-resolver v0.22.0 |
942 | 2024-01-18T17:06:21.414Z | Downloaded indexmap v1.9.3 |
943 | 2024-01-18T17:06:21.420Z | Downloaded schemars v0.8.16 |
944 | 2024-01-18T17:06:21.440Z | Downloaded aes v0.8.3 |
945 | 2024-01-18T17:06:21.446Z | Downloaded regex-automata v0.1.10 |
946 | 2024-01-18T17:06:21.455Z | Downloaded serde v1.0.195 |
947 | 2024-01-18T17:06:21.461Z | Downloaded hashbrown v0.13.2 |
948 | 2024-01-18T17:06:21.469Z | Downloaded hashbrown v0.12.3 |
949 | 2024-01-18T17:06:21.476Z | Downloaded steno v0.4.0 |
950 | 2024-01-18T17:06:21.486Z | Downloaded toml v0.5.11 |
951 | 2024-01-18T17:06:21.489Z | Downloaded uuid v1.6.1 |
952 | 2024-01-18T17:06:21.494Z | Downloaded unsafe-libyaml v0.2.10 |
953 | 2024-01-18T17:06:21.500Z | Downloaded serde_derive v1.0.195 |
954 | 2024-01-18T17:06:21.504Z | Downloaded crossterm v0.27.0 |
955 | 2024-01-18T17:06:21.515Z | Downloaded signal-hook v0.3.17 |
956 | 2024-01-18T17:06:21.520Z | Downloaded smallvec v1.11.2 |
957 | 2024-01-18T17:06:21.523Z | Downloaded rustls-pemfile v2.0.0 |
958 | 2024-01-18T17:06:21.527Z | Downloaded socket2 v0.5.5 |
959 | 2024-01-18T17:06:21.530Z | Downloaded serde_with_macros v3.4.0 |
960 | 2024-01-18T17:06:21.533Z | Downloaded trust-dns-client v0.22.0 |
961 | 2024-01-18T17:06:21.546Z | Downloaded typenum v1.16.0 |
962 | 2024-01-18T17:06:21.549Z | Downloaded futures-macro v0.3.30 |
963 | 2024-01-18T17:06:21.549Z | Downloaded toml_datetime v0.6.5 |
964 | 2024-01-18T17:06:21.553Z | Downloaded lalrpop-util v0.19.12 |
965 | 2024-01-18T17:06:21.553Z | Downloaded strsim v0.8.0 |
966 | 2024-01-18T17:06:21.556Z | Downloaded spki v0.7.2 |
967 | 2024-01-18T17:06:21.556Z | Downloaded getopts v0.2.21 |
968 | 2024-01-18T17:06:21.559Z | Downloaded tracing-attributes v0.1.26 |
969 | 2024-01-18T17:06:21.562Z | Downloaded ucd-trie v0.1.6 |
970 | 2024-01-18T17:06:21.565Z | Downloaded toml v0.7.8 |
971 | 2024-01-18T17:06:21.570Z | Downloaded flate2 v1.0.28 |
972 | 2024-01-18T17:06:21.578Z | Downloaded toml_edit v0.21.0 |
973 | 2024-01-18T17:06:21.615Z | Downloaded rand v0.7.3 |
974 | 2024-01-18T17:06:21.624Z | Downloaded slog-envlogger v2.2.0 |
975 | 2024-01-18T17:06:21.627Z | Downloaded httparse v1.8.0 |
976 | 2024-01-18T17:06:21.631Z | Downloaded ecdsa v0.16.9 |
977 | 2024-01-18T17:06:21.637Z | Downloaded aho-corasick v1.0.4 |
978 | 2024-01-18T17:06:21.643Z | Downloaded hyper-staticfile v0.9.5 |
979 | 2024-01-18T17:06:21.646Z | Downloaded rustversion v1.0.14 |
980 | 2024-01-18T17:06:21.650Z | Downloaded is-terminal v0.4.9 |
981 | 2024-01-18T17:06:21.652Z | Downloaded serde_derive_internals v0.26.0 |
982 | 2024-01-18T17:06:21.655Z | Downloaded resolv-conf v0.7.0 |
983 | 2024-01-18T17:06:21.658Z | Downloaded hex v0.4.3 |
984 | 2024-01-18T17:06:21.661Z | Downloaded structmeta v0.2.0 |
985 | 2024-01-18T17:06:21.661Z | Downloaded yasna v0.5.2 |
986 | 2024-01-18T17:06:21.664Z | Downloaded ryu v1.0.15 |
987 | 2024-01-18T17:06:21.669Z | Downloaded tokio-macros v2.2.0 |
988 | 2024-01-18T17:06:21.671Z | Downloaded utf8parse v0.2.1 |
989 | 2024-01-18T17:06:21.674Z | Downloaded serde_tokenstream v0.2.0 |
990 | 2024-01-18T17:06:21.677Z | Downloaded futures v0.3.30 |
991 | 2024-01-18T17:06:21.685Z | Downloaded zeroize v1.7.0 |
992 | 2024-01-18T17:06:21.688Z | Downloaded zerocopy v0.3.0 |
993 | 2024-01-18T17:06:21.691Z | Downloaded secrecy v0.8.0 |
994 | 2024-01-18T17:06:21.691Z | Downloaded minimal-lexical v0.2.1 |
995 | 2024-01-18T17:06:21.701Z | Downloaded tungstenite v0.20.1 |
996 | 2024-01-18T17:06:21.704Z | Downloaded tracing-core v0.1.31 |
997 | 2024-01-18T17:06:21.708Z | Downloaded pest v2.7.2 |
998 | 2024-01-18T17:06:21.717Z | Downloaded fnv v1.0.7 |
999 | 2024-01-18T17:06:21.720Z | Downloaded heck v0.3.3 |
1000 | 2024-01-18T17:06:21.723Z | Downloaded semver v0.1.20 |
1001 | 2024-01-18T17:06:21.723Z | Downloaded rand_core v0.5.1 |
1002 | 2024-01-18T17:06:21.726Z | Downloaded libsw v3.3.1 |
1003 | 2024-01-18T17:06:21.728Z | Downloaded rand v0.8.5 |
1004 | 2024-01-18T17:06:21.733Z | Downloaded sha1 v0.10.6 |
1005 | 2024-01-18T17:06:21.738Z | Downloaded serde_path_to_error v0.1.15 |
1006 | 2024-01-18T17:06:21.741Z | Downloaded semver v0.11.0 |
1007 | 2024-01-18T17:06:21.741Z | Downloaded rustc-demangle v0.1.23 |
1008 | 2024-01-18T17:06:21.744Z | Downloaded russh-keys v0.40.1 |
1009 | 2024-01-18T17:06:21.747Z | Downloaded openssl-sys v0.9.96 |
1010 | 2024-01-18T17:06:21.755Z | Downloaded schemars_derive v0.8.16 |
1011 | 2024-01-18T17:06:21.761Z | Downloaded slog-bunyan v2.5.0 |
1012 | 2024-01-18T17:06:21.764Z | Downloaded slab v0.4.9 |
1013 | 2024-01-18T17:06:21.764Z | Downloaded backtrace v0.3.69 |
1014 | 2024-01-18T17:06:21.769Z | Downloaded hmac v0.12.1 |
1015 | 2024-01-18T17:06:21.772Z | Downloaded subprocess v0.2.9 |
1016 | 2024-01-18T17:06:21.776Z | Downloaded chacha20poly1305 v0.10.1 |
1017 | 2024-01-18T17:06:21.779Z | Downloaded lazy_static v1.4.0 |
1018 | 2024-01-18T17:06:21.782Z | Downloaded enum-as-inner v0.5.1 |
1019 | 2024-01-18T17:06:21.785Z | Downloaded ed25519 v2.2.2 |
1020 | 2024-01-18T17:06:21.790Z | Downloaded headers v0.3.9 |
1021 | 2024-01-18T17:06:21.795Z | Downloaded slog-term v2.9.0 |
1022 | 2024-01-18T17:06:21.799Z | Downloaded strum_macros v0.25.2 |
1023 | 2024-01-18T17:06:21.802Z | Downloaded hostname v0.3.1 |
1024 | 2024-01-18T17:06:21.805Z | Downloaded thread_local v1.1.7 |
1025 | 2024-01-18T17:06:21.808Z | Downloaded zone v0.3.0 |
1026 | 2024-01-18T17:06:21.808Z | Downloaded try-lock v0.2.4 |
1027 | 2024-01-18T17:06:21.811Z | Downloaded tower-service v0.3.2 |
1028 | 2024-01-18T17:06:21.811Z | Downloaded zeroize_derive v1.4.2 |
1029 | 2024-01-18T17:06:21.814Z | Downloaded slog-async v2.8.0 |
1030 | 2024-01-18T17:06:21.817Z | Downloaded proc-macro2 v1.0.74 |
1031 | 2024-01-18T17:06:21.822Z | Downloaded getrandom v0.1.16 |
1032 | 2024-01-18T17:06:21.830Z | Downloaded form_urlencoded v1.2.1 |
1033 | 2024-01-18T17:06:21.830Z | Downloaded foreign-types v0.5.0 |
1034 | 2024-01-18T17:06:21.830Z | Downloaded stringprep v0.1.3 |
1035 | 2024-01-18T17:06:21.830Z | Downloaded stable_deref_trait v1.2.0 |
1036 | 2024-01-18T17:06:21.830Z | Downloaded semver v1.0.21 |
1037 | 2024-01-18T17:06:21.833Z | Downloaded rustls-pemfile v1.0.3 |
1038 | 2024-01-18T17:06:21.836Z | Downloaded unicode-bidi v0.3.13 |
1039 | 2024-01-18T17:06:21.839Z | Downloaded scopeguard v1.2.0 |
1040 | 2024-01-18T17:06:21.842Z | Downloaded rustfmt-wrapper v0.2.0 |
1041 | 2024-01-18T17:06:21.845Z | Downloaded http-body v0.4.5 |
1042 | 2024-01-18T17:06:21.849Z | Downloaded darling_core v0.20.3 |
1043 | 2024-01-18T17:06:21.858Z | Downloaded cancel-safe-futures v0.1.5 |
1044 | 2024-01-18T17:06:21.861Z | Downloaded futures-io v0.3.30 |
1045 | 2024-01-18T17:06:21.861Z | Downloaded futures-core v0.3.30 |
1046 | 2024-01-18T17:06:21.864Z | Downloaded subtle v2.5.0 |
1047 | 2024-01-18T17:06:21.864Z | Downloaded spin v0.5.2 |
1048 | 2024-01-18T17:06:21.867Z | Downloaded serde_repr v0.1.16 |
1049 | 2024-01-18T17:06:21.870Z | Downloaded structmeta-derive v0.2.0 |
1050 | 2024-01-18T17:06:21.870Z | Downloaded foreign-types v0.3.2 |
1051 | 2024-01-18T17:06:21.873Z | Downloaded slog-scope v4.4.0 |
1052 | 2024-01-18T17:06:21.878Z | Downloaded rustc_version v0.1.7 |
1053 | 2024-01-18T17:06:21.878Z | Downloaded crypto-bigint v0.5.2 |
1054 | 2024-01-18T17:06:21.885Z | Downloaded clap v4.4.3 |
1055 | 2024-01-18T17:06:21.899Z | Downloaded hyper-tls v0.5.0 |
1056 | 2024-01-18T17:06:21.902Z | Downloaded vsss-rs v3.3.4 |
1057 | 2024-01-18T17:06:21.905Z | Downloaded version_check v0.9.4 |
1058 | 2024-01-18T17:06:21.908Z | Downloaded postcard v1.0.8 |
1059 | 2024-01-18T17:06:21.912Z | Downloaded string_cache v0.8.7 |
1060 | 2024-01-18T17:06:21.915Z | Downloaded arc-swap v1.6.0 |
1061 | 2024-01-18T17:06:21.921Z | Downloaded linear-map v1.2.0 |
1062 | 2024-01-18T17:06:21.923Z | Downloaded fastrand v2.0.0 |
1063 | 2024-01-18T17:06:21.926Z | Downloaded tokio-tungstenite v0.20.1 |
1064 | 2024-01-18T17:06:21.929Z | Downloaded tokio-stream v0.1.14 |
1065 | 2024-01-18T17:06:21.935Z | Downloaded serde_spanned v0.6.4 |
1066 | 2024-01-18T17:06:21.938Z | Downloaded rustls-pki-types v1.1.0 |
1067 | 2024-01-18T17:06:21.941Z | Downloaded filetime v0.2.23 |
1068 | 2024-01-18T17:06:21.945Z | Downloaded errno v0.3.2 |
1069 | 2024-01-18T17:06:21.945Z | Downloaded synstructure v0.12.6 |
1070 | 2024-01-18T17:06:21.951Z | Downloaded crc32fast v1.3.2 |
1071 | 2024-01-18T17:06:21.954Z | Downloaded fallible-iterator v0.2.0 |
1072 | 2024-01-18T17:06:21.954Z | Downloaded dof v0.1.5 |
1073 | 2024-01-18T17:06:21.954Z | Downloaded usdt v0.3.5 |
1074 | 2024-01-18T17:06:21.954Z | Downloaded whoami v1.4.1 |
1075 | 2024-01-18T17:06:21.957Z | Downloaded inout v0.1.3 |
1076 | 2024-01-18T17:06:21.957Z | Downloaded ghash v0.5.0 |
1077 | 2024-01-18T17:06:21.960Z | Downloaded float-cmp v0.9.0 |
1078 | 2024-01-18T17:06:21.963Z | Downloaded flagset v0.4.3 |
1079 | 2024-01-18T17:06:21.963Z | Downloaded ff v0.13.0 |
1080 | 2024-01-18T17:06:21.966Z | Downloaded display-error-chain v0.2.0 |
1081 | 2024-01-18T17:06:21.969Z | Downloaded tinyvec_macros v0.1.1 |
1082 | 2024-01-18T17:06:21.969Z | Downloaded miniz_oxide v0.7.1 |
1083 | 2024-01-18T17:06:22.019Z | Downloaded http-range v0.1.5 |
1084 | 2024-01-18T17:06:22.023Z | Downloaded tokio-rustls v0.25.0 |
1085 | 2024-01-18T17:06:22.023Z | Downloaded parking_lot v0.12.1 |
1086 | 2024-01-18T17:06:22.023Z | Downloaded heck v0.4.1 |
1087 | 2024-01-18T17:06:22.023Z | Downloaded foreign-types-shared v0.3.1 |
1088 | 2024-01-18T17:06:22.023Z | Downloaded addr2line v0.21.0 |
1089 | 2024-01-18T17:06:22.023Z | Downloaded keccak v0.1.4 |
1090 | 2024-01-18T17:06:22.023Z | Downloaded iana-time-zone v0.1.57 |
1091 | 2024-01-18T17:06:22.023Z | Downloaded httpdate v1.0.3 |
1092 | 2024-01-18T17:06:22.023Z | Downloaded universal-hash v0.5.1 |
1093 | 2024-01-18T17:06:22.023Z | Downloaded pin-project v1.1.3 |
1094 | 2024-01-18T17:06:22.023Z | Downloaded parking_lot_core v0.8.6 |
1095 | 2024-01-18T17:06:22.023Z | Downloaded blake2 v0.10.6 |
1096 | 2024-01-18T17:06:22.023Z | Downloaded unicode-xid v0.2.4 |
1097 | 2024-01-18T17:06:22.027Z | Downloaded pkcs8 v0.10.2 |
1098 | 2024-01-18T17:06:22.030Z | Downloaded num-traits v0.2.16 |
1099 | 2024-01-18T17:06:22.035Z | Downloaded clap_derive v4.4.2 |
1100 | 2024-01-18T17:06:22.038Z | Downloaded unicase v2.7.0 |
1101 | 2024-01-18T17:06:22.038Z | Downloaded tokio-native-tls v0.3.1 |
1102 | 2024-01-18T17:06:22.040Z | Downloaded time-macros v0.2.13 |
1103 | 2024-01-18T17:06:22.046Z | Downloaded thiserror-impl-no-std v2.0.2 |
1104 | 2024-01-18T17:06:22.049Z | Downloaded terminal_size v0.2.6 |
1105 | 2024-01-18T17:06:22.049Z | Downloaded pin-project-lite v0.2.13 |
1106 | 2024-01-18T17:06:22.055Z | Downloaded console v0.15.8 |
1107 | 2024-01-18T17:06:22.060Z | Downloaded rand_chacha v0.3.1 |
1108 | 2024-01-18T17:06:22.063Z | Downloaded kstat-rs v0.2.3 |
1109 | 2024-01-18T17:06:22.066Z | Downloaded hubpack v0.1.2 |
1110 | 2024-01-18T17:06:22.066Z | Downloaded home v0.5.5 |
1111 | 2024-01-18T17:06:22.069Z | Downloaded usdt-impl v0.3.5 |
1112 | 2024-01-18T17:06:22.069Z | Downloaded equivalent v1.0.1 |
1113 | 2024-01-18T17:06:22.072Z | Downloaded dtrace-parser v0.1.14 |
1114 | 2024-01-18T17:06:22.072Z | Downloaded zone_cfg_derive v0.3.0 |
1115 | 2024-01-18T17:06:22.075Z | Downloaded usdt-attr-macro v0.3.5 |
1116 | 2024-01-18T17:06:22.075Z | Downloaded bitflags v1.3.2 |
1117 | 2024-01-18T17:06:22.078Z | Downloaded derive_more v0.99.17 |
1118 | 2024-01-18T17:06:22.086Z | Downloaded parking_lot_core v0.9.8 |
1119 | 2024-01-18T17:06:22.089Z | Downloaded multer v3.0.0 |
1120 | 2024-01-18T17:06:22.093Z | Downloaded num-rational v0.4.1 |
1121 | 2024-01-18T17:06:22.096Z | Downloaded toolchain_find v0.2.0 |
1122 | 2024-01-18T17:06:22.102Z | Downloaded poly1305 v0.8.0 |
1123 | 2024-01-18T17:06:22.105Z | Downloaded omicron-zone-package v0.10.1 |
1124 | 2024-01-18T17:06:22.108Z | Downloaded mime_guess v2.0.4 |
1125 | 2024-01-18T17:06:22.111Z | Downloaded ciborium v0.2.1 |
1126 | 2024-01-18T17:06:22.114Z | Downloaded bit-set v0.5.3 |
1127 | 2024-01-18T17:06:22.116Z | Downloaded bit-vec v0.6.3 |
1128 | 2024-01-18T17:06:22.116Z | Downloaded thiserror-impl v1.0.49 |
1129 | 2024-01-18T17:06:22.119Z | Downloaded r2d2 v0.8.10 |
1130 | 2024-01-18T17:06:22.123Z | Downloaded quick-error v1.2.3 |
1131 | 2024-01-18T17:06:22.123Z | Downloaded proc-macro-crate v1.3.1 |
1132 | 2024-01-18T17:06:22.125Z | Downloaded primeorder v0.13.6 |
1133 | 2024-01-18T17:06:22.128Z | Downloaded postgres-protocol v0.6.6 |
1134 | 2024-01-18T17:06:22.131Z | Downloaded pin-project-internal v1.1.3 |
1135 | 2024-01-18T17:06:22.134Z | Downloaded debug-ignore v1.0.5 |
1136 | 2024-01-18T17:06:22.137Z | Downloaded data-encoding v2.4.0 |
1137 | 2024-01-18T17:06:22.137Z | Downloaded crypto-common v0.1.6 |
1138 | 2024-01-18T17:06:22.140Z | Downloaded num-integer v0.1.45 |
1139 | 2024-01-18T17:06:22.140Z | Downloaded lock_api v0.4.10 |
1140 | 2024-01-18T17:06:22.143Z | Downloaded base64ct v1.6.0 |
1141 | 2024-01-18T17:06:22.146Z | Downloaded argon2 v0.5.2 |
1142 | 2024-01-18T17:06:22.149Z | Downloaded anstyle-parse v0.2.1 |
1143 | 2024-01-18T17:06:22.152Z | Downloaded ansi_term v0.12.1 |
1144 | 2024-01-18T17:06:22.158Z | Downloaded predicates-core v1.0.6 |
1145 | 2024-01-18T17:06:22.161Z | Downloaded num_enum v0.5.11 |
1146 | 2024-01-18T17:06:22.164Z | Downloaded num v0.4.1 |
1147 | 2024-01-18T17:06:22.167Z | Downloaded camino-tempfile v1.1.1 |
1148 | 2024-01-18T17:06:22.170Z | Downloaded cbc v0.1.2 |
1149 | 2024-01-18T17:06:22.172Z | Downloaded phf v0.11.2 |
1150 | 2024-01-18T17:06:22.175Z | Downloaded p256 v0.13.2 |
1151 | 2024-01-18T17:06:22.178Z | Downloaded dirs-sys-next v0.1.2 |
1152 | 2024-01-18T17:06:22.181Z | Downloaded clap_lex v0.5.1 |
1153 | 2024-01-18T17:06:22.184Z | Downloaded time-core v0.1.1 |
1154 | 2024-01-18T17:06:22.184Z | Downloaded proc-macro-error-attr v1.0.4 |
1155 | 2024-01-18T17:06:22.184Z | Downloaded proc-macro-error v1.0.4 |
1156 | 2024-01-18T17:06:22.189Z | Downloaded password-hash v0.5.0 |
1157 | 2024-01-18T17:06:22.192Z | Downloaded percent-encoding v2.3.1 |
1158 | 2024-01-18T17:06:22.195Z | Downloaded mime v0.3.17 |
1159 | 2024-01-18T17:06:22.199Z | Downloaded nibble_vec v0.1.0 |
1160 | 2024-01-18T17:06:22.199Z | Downloaded memoffset v0.9.0 |
1161 | 2024-01-18T17:06:22.201Z | Downloaded block-padding v0.3.3 |
1162 | 2024-01-18T17:06:22.201Z | Downloaded parse-display-derive v0.8.2 |
1163 | 2024-01-18T17:06:22.205Z | Downloaded num-iter v0.1.43 |
1164 | 2024-01-18T17:06:22.205Z | Downloaded num_enum_derive v0.5.11 |
1165 | 2024-01-18T17:06:22.208Z | Downloaded phf_shared v0.11.2 |
1166 | 2024-01-18T17:06:22.208Z | Downloaded cstr-argument v0.1.2 |
1167 | 2024-01-18T17:06:22.208Z | Downloaded lru-cache v0.1.2 |
1168 | 2024-01-18T17:06:22.214Z | Downloaded adler v1.0.2 |
1169 | 2024-01-18T17:06:22.217Z | Downloaded num_cpus v1.16.0 |
1170 | 2024-01-18T17:06:22.217Z | Downloaded block-buffer v0.10.4 |
1171 | 2024-01-18T17:06:22.220Z | Downloaded async-stream v0.3.5 |
1172 | 2024-01-18T17:06:22.223Z | Downloaded anstyle-query v1.0.0 |
1173 | 2024-01-18T17:06:22.223Z | Downloaded rand_chacha v0.2.2 |
1174 | 2024-01-18T17:06:22.226Z | Downloaded ppv-lite86 v0.2.17 |
1175 | 2024-01-18T17:06:22.229Z | Downloaded paste v1.0.14 |
1176 | 2024-01-18T17:06:22.231Z | Downloaded autocfg v1.1.0 |
1177 | 2024-01-18T17:06:22.234Z | Downloaded atomic-waker v1.1.1 |
1178 | 2024-01-18T17:06:22.237Z | Downloaded bcrypt-pbkdf v0.10.0 |
1179 | 2024-01-18T17:06:22.237Z | Downloaded quote v1.0.35 |
1180 | 2024-01-18T17:06:22.241Z | Downloaded predicates v3.1.0 |
1181 | 2024-01-18T17:06:22.244Z | Downloaded phf_shared v0.10.0 |
1182 | 2024-01-18T17:06:22.247Z | Downloaded parse-display v0.8.2 |
1183 | 2024-01-18T17:06:22.247Z | Downloaded option-ext v0.2.0 |
1184 | 2024-01-18T17:06:22.251Z | Downloaded openssl-probe v0.1.5 |
1185 | 2024-01-18T17:06:22.251Z | Downloaded curve25519-dalek-derive v0.1.0 |
1186 | 2024-01-18T17:06:22.251Z | Downloaded cpufeatures v0.2.9 |
1187 | 2024-01-18T17:06:22.254Z | Downloaded atomicwrites v0.4.3 |
1188 | 2024-01-18T17:06:22.257Z | Downloaded pretty-hex v0.2.1 |
1189 | 2024-01-18T17:06:22.257Z | Downloaded postgres-types v0.2.6 |
1190 | 2024-01-18T17:06:22.260Z | Downloaded platforms v3.0.2 |
1191 | 2024-01-18T17:06:22.262Z | Downloaded pest_meta v2.7.2 |
1192 | 2024-01-18T17:06:22.270Z | Downloaded pest_derive v2.7.2 |
1193 | 2024-01-18T17:06:22.273Z | Downloaded pem v3.0.2 |
1194 | 2024-01-18T17:06:22.273Z | Downloaded parking_lot v0.11.2 |
1195 | 2024-01-18T17:06:22.276Z | Downloaded openssl-macros v0.1.1 |
1196 | 2024-01-18T17:06:22.276Z | Downloaded opaque-debug v0.3.0 |
1197 | 2024-01-18T17:06:22.279Z | Downloaded num_threads v0.1.6 |
1198 | 2024-01-18T17:06:22.279Z | Downloaded ciborium-io v0.2.1 |
1199 | 2024-01-18T17:06:22.282Z | Downloaded async-stream-impl v0.3.5 |
1200 | 2024-01-18T17:06:22.283Z | Downloaded anstream v0.5.0 |
1201 | 2024-01-18T17:06:22.286Z | Downloaded pkg-config v0.3.27 |
1202 | 2024-01-18T17:06:22.286Z | Downloaded pin-utils v0.1.0 |
1203 | 2024-01-18T17:06:22.289Z | Downloaded pest_generator v2.7.2 |
1204 | 2024-01-18T17:06:22.292Z | Downloaded pem-rfc7468 v0.7.0 |
1205 | 2024-01-18T17:06:22.295Z | Downloaded pbkdf2 v0.11.0 |
1206 | 2024-01-18T17:06:22.298Z | Downloaded password-hash v0.4.2 |
1207 | 2024-01-18T17:06:22.301Z | Downloaded owo-colors v3.5.0 |
1208 | 2024-01-18T17:06:22.304Z | Downloaded match_cfg v0.1.0 |
1209 | 2024-01-18T17:06:22.307Z | Downloaded dirs-next v2.0.0 |
1210 | 2024-01-18T17:06:22.307Z | Downloaded dirs v5.0.1 |
1211 | 2024-01-18T17:06:22.310Z | Downloaded digest v0.10.7 |
1212 | 2024-01-18T17:06:22.314Z | Downloaded der_derive v0.7.2 |
1213 | 2024-01-18T17:06:22.314Z | Downloaded precomputed-hash v0.1.1 |
1214 | 2024-01-18T17:06:22.314Z | Downloaded pbkdf2 v0.12.2 |
1215 | 2024-01-18T17:06:22.320Z | Downloaded num-derive v0.4.0 |
1216 | 2024-01-18T17:06:22.323Z | Downloaded derive-where v1.2.7 |
1217 | 2024-01-18T17:06:22.326Z | Downloaded ciborium-ll v0.2.1 |
1218 | 2024-01-18T17:06:22.329Z | Downloaded anyhow v1.0.75 |
1219 | 2024-01-18T17:06:22.333Z | Downloaded dirs-sys v0.4.1 |
1220 | 2024-01-18T17:06:22.336Z | Downloaded aead v0.5.2 |
1221 | 2024-01-18T17:06:22.338Z | Downloaded nom v7.1.3 |
1222 | 2024-01-18T17:06:22.346Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1223 | 2024-01-18T17:06:22.349Z | Downloaded diesel_derives v2.1.2 |
1224 | 2024-01-18T17:06:22.353Z | Downloaded deranged v0.3.8 |
1225 | 2024-01-18T17:06:22.356Z | Downloaded crucible-workspace-hack v0.1.0 |
1226 | 2024-01-18T17:06:22.359Z | Downloaded cobs v0.2.3 |
1227 | 2024-01-18T17:06:22.359Z | Downloaded once_cell v1.19.0 |
1228 | 2024-01-18T17:06:22.363Z | Downloaded mio v0.8.9 |
1229 | 2024-01-18T17:06:22.372Z | Downloaded difflib v0.4.0 |
1230 | 2024-01-18T17:06:22.375Z | Downloaded num-complex v0.4.4 |
1231 | 2024-01-18T17:06:22.378Z | Downloaded num-bigint v0.4.4 |
1232 | 2024-01-18T17:06:22.388Z | Downloaded native-tls v0.2.11 |
1233 | 2024-01-18T17:06:22.390Z | Downloaded managed v0.8.0 |
1234 | 2024-01-18T17:06:22.390Z | Downloaded const-oid v0.9.5 |
1235 | 2024-01-18T17:06:22.393Z | Downloaded md5 v0.7.0 |
1236 | 2024-01-18T17:06:22.396Z | Downloaded convert_case v0.4.0 |
1237 | 2024-01-18T17:06:22.396Z | Downloaded md-5 v0.10.5 |
1238 | 2024-01-18T17:06:22.399Z | Downloaded colorchoice v1.0.0 |
1239 | 2024-01-18T17:06:22.402Z | Downloaded cipher v0.4.4 |
1240 | 2024-01-18T17:06:22.402Z | Downloaded cc v1.0.83 |
1241 | 2024-01-18T17:06:22.792Z | Compiling proc-macro2 v1.0.74 |
1242 | 2024-01-18T17:06:22.792Z | Compiling unicode-ident v1.0.12 |
1243 | 2024-01-18T17:06:22.795Z | Compiling libc v0.2.152 |
1244 | 2024-01-18T17:06:22.795Z | Compiling serde v1.0.195 |
1245 | 2024-01-18T17:06:22.795Z | Compiling autocfg v1.1.0 |
1246 | 2024-01-18T17:06:22.812Z | Compiling cfg-if v1.0.0 |
1247 | 2024-01-18T17:06:22.815Z | Compiling version_check v0.9.4 |
1248 | 2024-01-18T17:06:22.994Z | Compiling syn v1.0.109 |
1249 | 2024-01-18T17:06:22.997Z | Compiling typenum v1.16.0 |
1250 | 2024-01-18T17:06:23.126Z | Compiling parking_lot_core v0.9.8 |
1251 | 2024-01-18T17:06:23.961Z | Compiling generic-array v0.14.7 |
1252 | 2024-01-18T17:06:24.073Z | Compiling lock_api v0.4.10 |
1253 | 2024-01-18T17:06:24.646Z | Compiling libm v0.2.7 |
1254 | 2024-01-18T17:06:24.649Z | Compiling num-traits v0.2.16 |
1255 | 2024-01-18T17:06:24.649Z | Compiling once_cell v1.19.0 |
1256 | 2024-01-18T17:06:24.832Z | Compiling thiserror v1.0.49 |
1257 | 2024-01-18T17:06:24.919Z | Compiling serde_json v1.0.111 |
1258 | 2024-01-18T17:06:25.067Z | Compiling scopeguard v1.2.0 |
1259 | 2024-01-18T17:06:25.243Z | Compiling slab v0.4.9 |
1260 | 2024-01-18T17:06:25.247Z | Compiling memchr v2.6.3 |
1261 | 2024-01-18T17:06:25.722Z | Compiling itoa v1.0.9 |
1262 | 2024-01-18T17:06:26.259Z | Compiling log v0.4.20 |
1263 | 2024-01-18T17:06:26.320Z | Compiling pkg-config v0.3.27 |
1264 | 2024-01-18T17:06:27.054Z | Compiling quote v1.0.35 |
1265 | 2024-01-18T17:06:27.560Z | Compiling getrandom v0.2.10 |
1266 | 2024-01-18T17:06:27.583Z | Compiling cc v1.0.83 |
1267 | 2024-01-18T17:06:27.968Z | Compiling syn v2.0.46 |
1268 | 2024-01-18T17:06:28.282Z | Compiling rand_core v0.6.4 |
1269 | 2024-01-18T17:06:28.513Z | Compiling byteorder v1.5.0 |
1270 | 2024-01-18T17:06:29.035Z | Compiling heck v0.4.1 |
1271 | 2024-01-18T17:06:29.078Z | Compiling subtle v2.5.0 |
1272 | 2024-01-18T17:06:29.237Z | Compiling ryu v1.0.15 |
1273 | 2024-01-18T17:06:29.256Z | Compiling smallvec v1.11.2 |
1274 | 2024-01-18T17:06:29.713Z | Compiling schemars v0.8.16 |
1275 | 2024-01-18T17:06:29.803Z | Compiling semver v1.0.21 |
1276 | 2024-01-18T17:06:29.822Z | Compiling vcpkg v0.2.15 |
1277 | 2024-01-18T17:06:30.611Z | Compiling pin-project-lite v0.2.13 |
1278 | 2024-01-18T17:06:30.767Z | Compiling httparse v1.8.0 |
1279 | 2024-01-18T17:06:31.619Z | Compiling parking_lot v0.12.1 |
1280 | 2024-01-18T17:06:31.803Z | Compiling indexmap v1.9.3 |
1281 | 2024-01-18T17:06:32.221Z | Compiling equivalent v1.0.1 |
1282 | 2024-01-18T17:06:32.372Z | Compiling hashbrown v0.14.2 |
1283 | 2024-01-18T17:06:32.561Z | Compiling ring v0.17.7 |
1284 | 2024-01-18T17:06:32.567Z | Compiling ring v0.16.20 |
1285 | 2024-01-18T17:06:33.228Z | Compiling signal-hook-registry v1.4.1 |
1286 | 2024-01-18T17:06:33.568Z | Compiling openssl-sys v0.9.96 |
1287 | 2024-01-18T17:06:34.445Z | Compiling const-oid v0.9.5 |
1288 | 2024-01-18T17:06:34.587Z | Compiling mio v0.8.9 |
1289 | 2024-01-18T17:06:35.564Z | Compiling ahash v0.8.6 |
1290 | 2024-01-18T17:06:36.483Z | Compiling fnv v1.0.7 |
1291 | 2024-01-18T17:06:36.488Z | Compiling openssl v0.10.60 |
1292 | 2024-01-18T17:06:36.804Z | Compiling socket2 v0.5.5 |
1293 | 2024-01-18T17:06:36.808Z | Compiling num_cpus v1.16.0 |
1294 | 2024-01-18T17:06:36.862Z | Compiling iana-time-zone v0.1.57 |
1295 | 2024-01-18T17:06:36.989Z | Compiling ucd-trie v0.1.6 |
1296 | 2024-01-18T17:06:37.681Z | Compiling futures-core v0.3.30 |
1297 | 2024-01-18T17:06:37.997Z | Compiling native-tls v0.2.11 |
1298 | 2024-01-18T17:06:38.043Z | Compiling rustls v0.21.9 |
1299 | 2024-01-18T17:06:38.438Z | Compiling async-trait v0.1.77 |
1300 | 2024-01-18T17:06:38.482Z | Compiling spin v0.5.2 |
1301 | 2024-01-18T17:06:38.849Z | Compiling futures-sink v0.3.30 |
1302 | 2024-01-18T17:06:38.872Z | Compiling dyn-clone v1.0.13 |
1303 | 2024-01-18T17:06:39.056Z | Compiling backtrace v0.3.69 |
1304 | 2024-01-18T17:06:39.169Z | Compiling aho-corasick v1.0.4 |
1305 | 2024-01-18T17:06:39.460Z | Compiling regex-syntax v0.8.2 |
1306 | 2024-01-18T17:06:39.681Z | Compiling tinyvec_macros v0.1.1 |
1307 | 2024-01-18T17:06:39.802Z | Compiling serde_derive_internals v0.26.0 |
1308 | 2024-01-18T17:06:40.080Z | Compiling rustix v0.38.25 |
1309 | 2024-01-18T17:06:40.157Z | Compiling tinyvec v1.6.0 |
1310 | 2024-01-18T17:06:40.810Z | Compiling futures-channel v0.3.30 |
1311 | 2024-01-18T17:06:41.473Z | Compiling winnow v0.5.15 |
1312 | 2024-01-18T17:06:42.070Z | Compiling pin-utils v0.1.0 |
1313 | 2024-01-18T17:06:42.532Z | Compiling futures-task v0.3.30 |
1314 | 2024-01-18T17:06:42.943Z | Compiling futures-io v0.3.30 |
1315 | 2024-01-18T17:06:43.005Z | Compiling unicode-normalization v0.1.22 |
1316 | 2024-01-18T17:06:43.394Z | Compiling spin v0.9.8 |
1317 | 2024-01-18T17:06:44.144Z | Compiling tracing-core v0.1.31 |
1318 | 2024-01-18T17:06:44.847Z | Compiling cpufeatures v0.2.9 |
1319 | 2024-01-18T17:06:44.936Z | Compiling anyhow v1.0.75 |
1320 | 2024-01-18T17:06:44.982Z | Compiling unicode-bidi v0.3.13 |
1321 | 2024-01-18T17:06:45.774Z | Compiling regex-automata v0.4.3 |
1322 | 2024-01-18T17:06:47.754Z | Compiling crc32fast v1.3.2 |
1323 | 2024-01-18T17:06:48.802Z | Compiling slog v2.7.0 |
1324 | 2024-01-18T17:06:49.107Z | Compiling time-core v0.1.1 |
1325 | 2024-01-18T17:06:49.344Z | Compiling time-macros v0.2.13 |
1326 | 2024-01-18T17:06:50.325Z | Compiling num-integer v0.1.45 |
1327 | 2024-01-18T17:06:50.903Z | Compiling unicode-xid v0.2.4 |
1328 | 2024-01-18T17:06:50.959Z | Compiling hashbrown v0.12.3 |
1329 | 2024-01-18T17:06:50.988Z | Compiling untrusted v0.9.0 |
1330 | 2024-01-18T17:06:51.219Z | Compiling percent-encoding v2.3.1 |
1331 | 2024-01-18T17:06:51.778Z | Compiling foreign-types-shared v0.1.1 |
1332 | 2024-01-18T17:06:51.795Z | Compiling serde_derive v1.0.195 |
1333 | 2024-01-18T17:06:51.921Z | Compiling zeroize_derive v1.4.2 |
1334 | 2024-01-18T17:06:52.735Z | Compiling thiserror-impl v1.0.49 |
1335 | 2024-01-18T17:06:52.738Z | Compiling tokio-macros v2.2.0 |
1336 | 2024-01-18T17:06:53.739Z | Compiling futures-macro v0.3.30 |
1337 | 2024-01-18T17:06:54.609Z | Compiling zeroize v1.7.0 |
1338 | 2024-01-18T17:06:54.658Z | Compiling tracing-attributes v0.1.26 |
1339 | 2024-01-18T17:06:55.629Z | Compiling schemars_derive v0.8.16 |
1340 | 2024-01-18T17:06:56.171Z | Compiling zerocopy-derive v0.7.31 |
1341 | 2024-01-18T17:06:57.271Z | Compiling openssl-macros v0.1.1 |
1342 | 2024-01-18T17:06:57.677Z | Compiling crypto-common v0.1.6 |
1343 | 2024-01-18T17:06:58.002Z | Compiling block-buffer v0.10.4 |
1344 | 2024-01-18T17:06:58.368Z | Compiling pest v2.7.2 |
1345 | 2024-01-18T17:06:58.407Z | Compiling digest v0.10.7 |
1346 | 2024-01-18T17:06:59.213Z | Compiling futures-util v0.3.30 |
1347 | 2024-01-18T17:07:00.057Z | Compiling zerocopy v0.7.31 |
1348 | 2024-01-18T17:07:01.214Z | Compiling regex v1.10.2 |
1349 | 2024-01-18T17:07:01.306Z | Compiling tracing v0.1.37 |
1350 | 2024-01-18T17:07:03.070Z | Compiling der_derive v0.7.2 |
1351 | 2024-01-18T17:07:03.249Z | Compiling untrusted v0.7.1 |
1352 | 2024-01-18T17:07:03.547Z | Compiling unicode-width v0.1.11 |
1353 | 2024-01-18T17:07:03.705Z | Compiling hashbrown v0.13.2 |
1354 | 2024-01-18T17:07:05.267Z | Compiling foreign-types v0.3.2 |
1355 | 2024-01-18T17:07:05.424Z | Compiling synstructure v0.12.6 |
1356 | 2024-01-18T17:07:07.963Z | Compiling errno v0.3.2 |
1357 | 2024-01-18T17:07:08.298Z | Compiling ppv-lite86 v0.2.17 |
1358 | 2024-01-18T17:07:08.479Z | Compiling try-lock v0.2.4 |
1359 | 2024-01-18T17:07:08.676Z | Compiling base64 v0.21.7 |
1360 | 2024-01-18T17:07:09.478Z | Compiling want v0.3.1 |
1361 | 2024-01-18T17:07:09.578Z | Compiling zerocopy-derive v0.2.0 |
1362 | 2024-01-18T17:07:09.957Z | Compiling sct v0.7.0 |
1363 | 2024-01-18T17:07:10.112Z | Compiling rustls-webpki v0.101.7 |
1364 | 2024-01-18T17:07:10.223Z | Compiling pest_meta v2.7.2 |
1365 | 2024-01-18T17:07:10.526Z | Compiling form_urlencoded v1.2.1 |
1366 | 2024-01-18T17:07:11.111Z | Compiling socket2 v0.4.9 |
1367 | 2024-01-18T17:07:13.049Z | Compiling openssl-probe v0.1.5 |
1368 | 2024-01-18T17:07:13.419Z | Compiling httpdate v1.0.3 |
1369 | 2024-01-18T17:07:13.540Z | Compiling tower-service v0.3.2 |
1370 | 2024-01-18T17:07:13.562Z | Compiling io-lifetimes v1.0.11 |
1371 | 2024-01-18T17:07:14.121Z | Compiling pest_generator v2.7.2 |
1372 | 2024-01-18T17:07:14.433Z | Compiling idna v0.5.0 |
1373 | 2024-01-18T17:07:15.882Z | Compiling lazy_static v1.4.0 |
1374 | 2024-01-18T17:07:16.039Z | Compiling adler v1.0.2 |
1375 | 2024-01-18T17:07:16.295Z | Compiling crossbeam-utils v0.8.16 |
1376 | 2024-01-18T17:07:16.518Z | Compiling bytes v1.5.0 |
1377 | 2024-01-18T17:07:17.109Z | Compiling indexmap v2.1.0 |
1378 | 2024-01-18T17:07:17.774Z | Compiling chrono v0.4.31 |
1379 | 2024-01-18T17:07:18.301Z | Compiling uuid v1.6.1 |
1380 | 2024-01-18T17:07:18.622Z | Compiling http v0.2.11 |
1381 | 2024-01-18T17:07:18.869Z | Compiling rustc_version v0.4.0 |
1382 | 2024-01-18T17:07:19.119Z | Compiling tokio v1.35.1 |
1383 | 2024-01-18T17:07:20.126Z | Compiling toml_datetime v0.6.5 |
1384 | 2024-01-18T17:07:20.890Z | Compiling serde_spanned v0.6.4 |
1385 | 2024-01-18T17:07:20.956Z | Compiling bitflags v2.4.0 |
1386 | 2024-01-18T17:07:22.076Z | Compiling toml_edit v0.19.15 |
1387 | 2024-01-18T17:07:24.378Z | Compiling http-body v0.4.5 |
1388 | 2024-01-18T17:07:25.033Z | Compiling heapless v0.7.16 |
1389 | 2024-01-18T17:07:25.675Z | Compiling openapiv3 v2.0.0 |
1390 | 2024-01-18T17:07:28.979Z | Compiling pest_derive v2.7.2 |
1391 | 2024-01-18T17:07:29.613Z | Compiling miniz_oxide v0.7.1 |
1392 | 2024-01-18T17:07:32.024Z | Compiling url v2.5.0 |
1393 | 2024-01-18T17:07:32.235Z | Compiling tokio-util v0.7.10 |
1394 | 2024-01-18T17:07:34.785Z | Compiling h2 v0.3.21 |
1395 | 2024-01-18T17:07:34.974Z | Compiling tokio-native-tls v0.3.1 |
1396 | 2024-01-18T17:07:35.187Z | Compiling tokio-rustls v0.24.1 |
1397 | 2024-01-18T17:07:35.356Z | Compiling rand_chacha v0.3.1 |
1398 | 2024-01-18T17:07:35.440Z | Compiling usdt-impl v0.3.5 |
1399 | 2024-01-18T17:07:35.841Z | Compiling rustix v0.37.23 |
1400 | 2024-01-18T17:07:35.965Z | Compiling ipnet v2.9.0 |
1401 | 2024-01-18T17:07:36.819Z | Compiling rand v0.8.5 |
1402 | 2024-01-18T17:07:37.384Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2024-01-18T17:07:38.034Z | Compiling rustls-pemfile v1.0.3 |
1404 | 2024-01-18T17:07:38.472Z | Compiling encoding_rs v0.8.33 |
1405 | 2024-01-18T17:07:38.495Z | Compiling webpki-roots v0.25.2 |
1406 | 2024-01-18T17:07:38.609Z | Compiling gimli v0.28.0 |
1407 | 2024-01-18T17:07:38.708Z | Compiling mime v0.3.17 |
1408 | 2024-01-18T17:07:43.129Z | Compiling zerocopy v0.3.0 |
1409 | 2024-01-18T17:07:44.754Z | Compiling object v0.32.1 |
1410 | 2024-01-18T17:07:44.779Z | Compiling num-bigint v0.4.4 |
1411 | 2024-01-18T17:07:44.800Z | Compiling rustc-demangle v0.1.23 |
1412 | 2024-01-18T17:07:45.392Z | Compiling dof v0.1.5 |
1413 | 2024-01-18T17:07:46.074Z | Compiling hyper v0.14.27 |
1414 | 2024-01-18T17:07:46.178Z | Compiling addr2line v0.21.0 |
1415 | 2024-01-18T17:07:46.471Z | Compiling flate2 v1.0.28 |
1416 | 2024-01-18T17:07:46.758Z | Compiling dtrace-parser v0.1.14 |
1417 | 2024-01-18T17:07:47.014Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1418 | 2024-01-18T17:07:47.177Z | Compiling thread-id v4.2.0 |
1419 | 2024-01-18T17:07:47.199Z | Compiling signal-hook v0.3.17 |
1420 | 2024-01-18T17:07:47.326Z | Compiling rustversion v1.0.14 |
1421 | 2024-01-18T17:07:48.965Z | Compiling toml v0.7.8 |
1422 | 2024-01-18T17:07:50.136Z | Compiling toml_edit v0.21.0 |
1423 | 2024-01-18T17:07:51.010Z | Compiling serde_tokenstream v0.1.7 |
1424 | 2024-01-18T17:07:51.775Z | Compiling hex v0.4.3 |
1425 | 2024-01-18T17:07:51.847Z | Compiling serde_tokenstream v0.2.0 |
1426 | 2024-01-18T17:07:52.146Z | Compiling memoffset v0.9.0 |
1427 | 2024-01-18T17:07:53.626Z | Compiling strsim v0.10.0 |
1428 | 2024-01-18T17:07:53.631Z | Compiling base64ct v1.6.0 |
1429 | 2024-01-18T17:07:53.888Z | Compiling regress v0.7.1 |
1430 | 2024-01-18T17:07:57.450Z | Compiling hyper-tls v0.5.0 |
1431 | 2024-01-18T17:07:57.671Z | Compiling hyper-rustls v0.24.2 |
1432 | 2024-01-18T17:07:57.693Z | Compiling doc-comment v0.3.3 |
1433 | 2024-01-18T17:07:57.971Z | Compiling bitflags v1.3.2 |
1434 | 2024-01-18T17:07:58.106Z | Compiling reqwest v0.11.22 |
1435 | 2024-01-18T17:07:58.189Z | Compiling smoltcp v0.9.1 |
1436 | 2024-01-18T17:07:58.818Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1437 | 2024-01-18T17:07:59.403Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1438 | 2024-01-18T17:08:00.090Z | Compiling pem-rfc7468 v0.7.0 |
1439 | 2024-01-18T17:08:01.384Z | Compiling strum_macros v0.25.2 |
1440 | 2024-01-18T17:08:01.956Z | Compiling usdt-attr-macro v0.3.5 |
1441 | 2024-01-18T17:08:02.168Z | Compiling usdt-macro v0.3.5 |
1442 | 2024-01-18T17:08:02.792Z | Compiling hmac v0.12.1 |
1443 | 2024-01-18T17:08:03.979Z | Compiling enum-as-inner v0.5.1 |
1444 | 2024-01-18T17:08:04.288Z | Compiling crossbeam-epoch v0.9.15 |
1445 | 2024-01-18T17:08:04.311Z | Compiling num-iter v0.1.43 |
1446 | 2024-01-18T17:08:04.903Z | Compiling siphasher v0.3.11 |
1447 | 2024-01-18T17:08:04.941Z | Compiling flagset v0.4.3 |
1448 | 2024-01-18T17:08:05.246Z | Compiling unicode-segmentation v1.10.1 |
1449 | 2024-01-18T17:08:05.684Z | Compiling der v0.7.8 |
1450 | 2024-01-18T17:08:07.228Z | Compiling hubpack_derive v0.1.1 |
1451 | 2024-01-18T17:08:07.228Z | Compiling pin-project-internal v1.1.3 |
1452 | 2024-01-18T17:08:08.367Z | Compiling zerocopy-derive v0.6.4 |
1453 | 2024-01-18T17:08:09.232Z | Compiling anstyle v1.0.2 |
1454 | 2024-01-18T17:08:09.986Z | Compiling num_threads v0.1.6 |
1455 | 2024-01-18T17:08:10.363Z | Compiling deranged v0.3.8 |
1456 | 2024-01-18T17:08:10.384Z | Compiling utf8parse v0.2.1 |
1457 | 2024-01-18T17:08:10.703Z | Compiling anstyle-parse v0.2.1 |
1458 | 2024-01-18T17:08:11.187Z | Compiling sha2 v0.10.8 |
1459 | 2024-01-18T17:08:12.066Z | Compiling spki v0.7.2 |
1460 | 2024-01-18T17:08:13.377Z | Compiling time v0.3.27 |
1461 | 2024-01-18T17:08:13.922Z | Compiling md-5 v0.10.5 |
1462 | 2024-01-18T17:08:14.303Z | Compiling block-padding v0.3.3 |
1463 | 2024-01-18T17:08:14.688Z | Compiling clap_derive v4.4.2 |
1464 | 2024-01-18T17:08:14.897Z | Compiling stringprep v0.1.3 |
1465 | 2024-01-18T17:08:16.013Z | Compiling diesel_table_macro_syntax v0.1.0 |
1466 | 2024-01-18T17:08:16.553Z | Compiling hash32 v0.2.1 |
1467 | 2024-01-18T17:08:16.651Z | Compiling colorchoice v1.0.0 |
1468 | 2024-01-18T17:08:16.900Z | Compiling fallible-iterator v0.2.0 |
1469 | 2024-01-18T17:08:17.131Z | Compiling stable_deref_trait v1.2.0 |
1470 | 2024-01-18T17:08:17.357Z | Compiling anstyle-query v1.0.0 |
1471 | 2024-01-18T17:08:17.534Z | Compiling anstream v0.5.0 |
1472 | 2024-01-18T17:08:17.933Z | Compiling diesel_derives v2.1.2 |
1473 | 2024-01-18T17:08:18.042Z | Compiling postgres-protocol v0.6.6 |
1474 | 2024-01-18T17:08:18.608Z | Compiling terminal_size v0.2.6 |
1475 | 2024-01-18T17:08:19.065Z | Compiling inout v0.1.3 |
1476 | 2024-01-18T17:08:20.229Z | Compiling pkcs8 v0.10.2 |
1477 | 2024-01-18T17:08:21.126Z | Compiling phf_shared v0.11.2 |
1478 | 2024-01-18T17:08:22.663Z | Compiling ff v0.13.0 |
1479 | 2024-01-18T17:08:22.948Z | Compiling snafu-derive v0.7.5 |
1480 | 2024-01-18T17:08:23.005Z | Compiling serde_repr v0.1.16 |
1481 | 2024-01-18T17:08:23.163Z | Compiling scheduled-thread-pool v0.2.7 |
1482 | 2024-01-18T17:08:23.703Z | Compiling regex-automata v0.1.10 |
1483 | 2024-01-18T17:08:24.078Z | Compiling matches v0.1.10 |
1484 | 2024-01-18T17:08:24.494Z | Compiling managed v0.8.0 |
1485 | 2024-01-18T17:08:24.828Z | Compiling clap_lex v0.5.1 |
1486 | 2024-01-18T17:08:25.211Z | Compiling bit-vec v0.6.3 |
1487 | 2024-01-18T17:08:25.534Z | Compiling base16ct v0.2.0 |
1488 | 2024-01-18T17:08:26.033Z | Compiling sec1 v0.7.3 |
1489 | 2024-01-18T17:08:26.904Z | Compiling clap_builder v4.4.2 |
1490 | 2024-01-18T17:08:30.736Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1491 | 2024-01-18T17:08:32.681Z | Compiling bstr v0.2.17 |
1492 | 2024-01-18T17:08:35.240Z | Compiling idna v0.2.3 |
1493 | 2024-01-18T17:08:36.285Z | Compiling r2d2 v0.8.10 |
1494 | 2024-01-18T17:08:37.282Z | Compiling group v0.13.0 |
1495 | 2024-01-18T17:08:38.214Z | Compiling phf v0.11.2 |
1496 | 2024-01-18T17:08:38.687Z | Compiling signal-hook-mio v0.2.3 |
1497 | 2024-01-18T17:08:38.701Z | Compiling cipher v0.4.4 |
1498 | 2024-01-18T17:08:38.864Z | Compiling postgres-types v0.2.6 |
1499 | 2024-01-18T17:08:39.179Z | Compiling bzip2 v0.4.4 |
1500 | 2024-01-18T17:08:39.396Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1501 | 2024-01-18T17:08:39.521Z | Compiling pin-project v1.1.3 |
1502 | 2024-01-18T17:08:39.723Z | Compiling zerocopy v0.6.4 |
1503 | 2024-01-18T17:08:39.838Z | Compiling hubpack v0.1.2 |
1504 | 2024-01-18T17:08:40.541Z | Compiling phf_shared v0.10.0 |
1505 | 2024-01-18T17:08:41.197Z | Compiling hkdf v0.12.4 |
1506 | 2024-01-18T17:08:41.365Z | Compiling ipnetwork v0.20.0 |
1507 | 2024-01-18T17:08:41.500Z | Compiling crypto-bigint v0.5.2 |
1508 | 2024-01-18T17:08:41.579Z | Compiling futures-executor v0.3.30 |
1509 | 2024-01-18T17:08:42.079Z | Compiling getopts v0.2.21 |
1510 | 2024-01-18T17:08:42.763Z | Compiling float-cmp v0.9.0 |
1511 | 2024-01-18T17:08:43.104Z | Compiling minimal-lexical v0.2.1 |
1512 | 2024-01-18T17:08:43.442Z | Compiling data-encoding v2.4.0 |
1513 | 2024-01-18T17:08:43.737Z | Compiling new_debug_unreachable v1.0.4 |
1514 | 2024-01-18T17:08:43.881Z | Compiling regex-automata v0.3.8 |
1515 | 2024-01-18T17:08:47.253Z | Compiling unsafe-libyaml v0.2.10 |
1516 | 2024-01-18T17:08:47.565Z | Compiling whoami v1.4.1 |
1517 | 2024-01-18T17:08:47.970Z | Compiling static_assertions v1.1.0 |
1518 | 2024-01-18T17:08:48.537Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2024-01-18T17:08:48.558Z | Compiling precomputed-hash v0.1.1 |
1520 | 2024-01-18T17:08:48.706Z | Compiling fixedbitset v0.4.2 |
1521 | 2024-01-18T17:08:48.727Z | Compiling difflib v0.4.0 |
1522 | 2024-01-18T17:08:49.433Z | Compiling either v1.9.0 |
1523 | 2024-01-18T17:08:49.977Z | Compiling predicates-core v1.0.6 |
1524 | 2024-01-18T17:08:50.021Z | Compiling itertools v0.10.5 |
1525 | 2024-01-18T17:08:50.428Z | Compiling predicates v3.1.0 |
1526 | 2024-01-18T17:08:50.533Z | Compiling serde_yaml v0.9.25 |
1527 | 2024-01-18T17:08:50.697Z | Compiling petgraph v0.6.4 |
1528 | 2024-01-18T17:08:53.233Z | Compiling string_cache v0.8.7 |
1529 | 2024-01-18T17:08:53.959Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1530 | 2024-01-18T17:08:54.781Z | Compiling tokio-postgres v0.7.10 |
1531 | 2024-01-18T17:08:56.599Z | Compiling bstr v1.6.0 |
1532 | 2024-01-18T17:08:56.896Z | Compiling diesel v2.1.4 |
1533 | 2024-01-18T17:08:57.162Z | Compiling trust-dns-proto v0.22.0 |
1534 | 2024-01-18T17:08:57.412Z | Compiling elliptic-curve v0.13.8 |
1535 | 2024-01-18T17:08:57.773Z | Compiling nom v7.1.3 |
1536 | 2024-01-18T17:08:59.156Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1537 | 2024-01-18T17:09:01.077Z | Compiling yasna v0.5.2 |
1538 | 2024-01-18T17:09:03.330Z | Compiling futures v0.3.30 |
1539 | 2024-01-18T17:09:03.894Z | Compiling snafu v0.7.5 |
1540 | 2024-01-18T17:09:04.299Z | Compiling zip v0.6.6 |
1541 | 2024-01-18T17:09:05.192Z | Compiling crossterm v0.27.0 |
1542 | 2024-01-18T17:09:06.168Z | Compiling similar v2.3.0 |
1543 | 2024-01-18T17:09:06.645Z | Compiling clap v4.4.3 |
1544 | 2024-01-18T17:09:07.867Z | Compiling bit-set v0.5.3 |
1545 | 2024-01-18T17:09:08.001Z | Compiling usdt v0.3.5 |
1546 | 2024-01-18T17:09:08.434Z | Compiling tokio-stream v0.1.14 |
1547 | 2024-01-18T17:09:10.017Z | Compiling console v0.15.8 |
1548 | 2024-01-18T17:09:12.076Z | Compiling lalrpop-util v0.19.12 |
1549 | 2024-01-18T17:09:12.259Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1550 | 2024-01-18T17:10:02.597Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1551 | 2024-01-18T17:10:04.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2024-01-18T17:10:05.275Z | Compiling sha1 v0.10.6 |
1553 | 2024-01-18T17:10:16.124Z | Compiling atty v0.2.14 |
1554 | 2024-01-18T17:10:16.317Z | Compiling match_cfg v0.1.0 |
1555 | 2024-01-18T17:10:17.010Z | Compiling hostname v0.3.1 |
1556 | 2024-01-18T17:10:17.362Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1557 | 2024-01-18T17:10:17.660Z | Compiling dirs-sys-next v0.1.2 |
1558 | 2024-01-18T17:10:18.690Z | Compiling rustls-pki-types v1.1.0 |
1559 | 2024-01-18T17:10:18.766Z | Compiling ident_case v1.0.1 |
1560 | 2024-01-18T17:10:18.867Z | Compiling dirs-next v2.0.0 |
1561 | 2024-01-18T17:10:19.034Z | Compiling darling_core v0.20.3 |
1562 | 2024-01-18T17:10:19.176Z | Compiling thread_local v1.1.7 |
1563 | 2024-01-18T17:10:19.526Z | Compiling rustls v0.22.2 |
1564 | 2024-01-18T17:10:19.864Z | Compiling slog-async v2.8.0 |
1565 | 2024-01-18T17:10:20.323Z | Compiling camino v1.1.6 |
1566 | 2024-01-18T17:10:20.333Z | Compiling rustls-webpki v0.102.1 |
1567 | 2024-01-18T17:10:20.333Z | Compiling term v0.7.0 |
1568 | 2024-01-18T17:10:20.753Z | Compiling crossbeam-channel v0.5.8 |
1569 | 2024-01-18T17:10:21.028Z | Compiling multer v3.0.0 |
1570 | 2024-01-18T17:10:21.468Z | Compiling instant v0.1.12 |
1571 | 2024-01-18T17:10:21.676Z | Compiling take_mut v0.2.2 |
1572 | 2024-01-18T17:10:21.905Z | Compiling paste v1.0.14 |
1573 | 2024-01-18T17:10:23.594Z | Compiling slog-term v2.9.0 |
1574 | 2024-01-18T17:10:24.524Z | Compiling slog-json v2.6.1 |
1575 | 2024-01-18T17:10:24.624Z | Compiling http v1.0.0 |
1576 | 2024-01-18T17:10:25.118Z | Compiling async-stream-impl v0.3.5 |
1577 | 2024-01-18T17:10:25.528Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1578 | 2024-01-18T17:10:25.672Z | Compiling atomic-waker v1.1.1 |
1579 | 2024-01-18T17:10:25.966Z | Compiling debug-ignore v1.0.5 |
1580 | 2024-01-18T17:10:26.086Z | Compiling waitgroup v0.1.2 |
1581 | 2024-01-18T17:10:26.183Z | Compiling slog-bunyan v2.5.0 |
1582 | 2024-01-18T17:10:26.507Z | Compiling rustls-pemfile v2.0.0 |
1583 | 2024-01-18T17:10:26.719Z | Compiling toml v0.8.8 |
1584 | 2024-01-18T17:10:27.470Z | Compiling async-stream v0.3.5 |
1585 | 2024-01-18T17:10:27.957Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1586 | 2024-01-18T17:10:28.362Z | Compiling serde_path_to_error v0.1.15 |
1587 | 2024-01-18T17:10:28.899Z | Compiling structmeta-derive v0.2.0 |
1588 | 2024-01-18T17:10:29.078Z | Compiling strum v0.25.0 |
1589 | 2024-01-18T17:10:29.322Z | Compiling regex-syntax v0.7.5 |
1590 | 2024-01-18T17:10:29.543Z | Compiling darling_macro v0.20.3 |
1591 | 2024-01-18T17:10:29.575Z | Compiling backoff v0.4.0 |
1592 | 2024-01-18T17:10:29.796Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1593 | 2024-01-18T17:10:30.104Z | Compiling tokio-rustls v0.25.0 |
1594 | 2024-01-18T17:10:30.779Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1595 | 2024-01-18T17:10:31.011Z | Compiling macaddr v1.0.1 |
1596 | 2024-01-18T17:10:31.444Z | Compiling proc-macro-error-attr v1.0.4 |
1597 | 2024-01-18T17:10:31.447Z | Compiling darling v0.20.3 |
1598 | 2024-01-18T17:10:31.447Z | Compiling serde_with_macros v3.4.0 |
1599 | 2024-01-18T17:10:31.559Z | Compiling proc-macro-crate v1.3.1 |
1600 | 2024-01-18T17:10:31.758Z | Compiling proc-macro-error v1.0.4 |
1601 | 2024-01-18T17:10:33.343Z | Compiling num_enum_derive v0.5.11 |
1602 | 2024-01-18T17:10:33.771Z | Compiling smoltcp v0.10.0 |
1603 | 2024-01-18T17:10:34.061Z | Compiling structmeta v0.2.0 |
1604 | 2024-01-18T17:10:34.797Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1605 | 2024-01-18T17:10:35.352Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1606 | 2024-01-18T17:10:35.883Z | Compiling fastrand v2.0.0 |
1607 | 2024-01-18T17:10:35.925Z | Compiling serde_with v3.4.0 |
1608 | 2024-01-18T17:10:36.212Z | Compiling embedded-io v0.4.0 |
1609 | 2024-01-18T17:10:36.568Z | Compiling same-file v1.0.6 |
1610 | 2024-01-18T17:10:36.764Z | Compiling cobs v0.2.3 |
1611 | 2024-01-18T17:10:36.927Z | Compiling walkdir v2.4.0 |
1612 | 2024-01-18T17:10:37.257Z | Compiling postcard v1.0.8 |
1613 | 2024-01-18T17:10:37.976Z | Compiling num_enum v0.5.11 |
1614 | 2024-01-18T17:10:38.181Z | Compiling tempfile v3.8.1 |
1615 | 2024-01-18T17:10:38.672Z | Compiling semver-parser v0.10.2 |
1616 | 2024-01-18T17:10:39.615Z | Compiling foreign-types-macros v0.2.3 |
1617 | 2024-01-18T17:10:41.005Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1618 | 2024-01-18T17:10:41.174Z | Compiling parse-display-derive v0.8.2 |
1619 | 2024-01-18T17:10:41.443Z | Compiling crucible-workspace-hack v0.1.0 |
1620 | 2024-01-18T17:10:41.734Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1621 | 2024-01-18T17:10:41.862Z | Compiling foreign-types-shared v0.3.1 |
1622 | 2024-01-18T17:10:42.034Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1623 | 2024-01-18T17:10:42.461Z | Compiling foreign-types v0.5.0 |
1624 | 2024-01-18T17:10:42.712Z | Compiling semver v0.11.0 |
1625 | 2024-01-18T17:10:43.110Z | Compiling is-terminal v0.4.9 |
1626 | 2024-01-18T17:10:43.182Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1627 | 2024-01-18T17:10:43.283Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1628 | 2024-01-18T17:10:43.889Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1629 | 2024-01-18T17:10:44.019Z | Compiling cstr-argument v0.1.2 |
1630 | 2024-01-18T17:10:44.377Z | Compiling filetime v0.2.23 |
1631 | 2024-01-18T17:10:44.509Z | Compiling xattr v1.0.1 |
1632 | 2024-01-18T17:10:44.709Z | Compiling home v0.5.5 |
1633 | 2024-01-18T17:10:44.891Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1634 | 2024-01-18T17:10:44.915Z | Compiling pretty-hex v0.2.1 |
1635 | 2024-01-18T17:10:45.091Z | Compiling toolchain_find v0.2.0 |
1636 | 2024-01-18T17:10:45.192Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2024-01-18T17:10:45.350Z | Compiling tar v0.4.40 |
1638 | 2024-01-18T17:10:45.969Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1639 | 2024-01-18T17:10:46.035Z | Compiling colored v2.0.4 |
1640 | 2024-01-18T17:10:46.628Z | Compiling toml v0.5.11 |
1641 | 2024-01-18T17:10:46.883Z | Compiling topological-sort v0.2.2 |
1642 | 2024-01-18T17:10:47.139Z | Compiling platforms v3.0.2 |
1643 | 2024-01-18T17:10:47.222Z | Compiling omicron-zone-package v0.10.1 |
1644 | 2024-01-18T17:10:47.541Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1645 | 2024-01-18T17:10:47.655Z | Compiling camino-tempfile v1.1.1 |
1646 | 2024-01-18T17:10:48.335Z | Compiling zone_cfg_derive v0.3.0 |
1647 | 2024-01-18T17:10:48.591Z | Compiling parse-display v0.8.2 |
1648 | 2024-01-18T17:10:48.870Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1649 | 2024-01-18T17:10:48.896Z | Compiling textwrap v0.11.0 |
1650 | 2024-01-18T17:10:49.576Z | Compiling rustfmt-wrapper v0.2.0 |
1651 | 2024-01-18T17:10:49.689Z | Compiling heck v0.3.3 |
1652 | 2024-01-18T17:10:50.474Z | Compiling num-derive v0.4.0 |
1653 | 2024-01-18T17:10:50.627Z | Compiling libefi-sys v0.1.0 |
1654 | 2024-01-18T17:10:50.828Z | Compiling vec_map v0.8.2 |
1655 | 2024-01-18T17:10:51.051Z | Compiling strsim v0.8.0 |
1656 | 2024-01-18T17:10:51.282Z | Compiling ansi_term v0.12.1 |
1657 | 2024-01-18T17:10:52.090Z | Compiling clap v2.34.0 |
1658 | 2024-01-18T17:10:52.155Z | Compiling zone v0.3.0 |
1659 | 2024-01-18T17:10:53.016Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1660 | 2024-01-18T17:10:53.161Z | Compiling structopt-derive v0.4.18 |
1661 | 2024-01-18T17:10:54.140Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1662 | 2024-01-18T17:10:54.475Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1663 | 2024-01-18T17:10:54.710Z | Compiling smf v0.2.2 |
1664 | 2024-01-18T17:10:54.735Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1665 | 2024-01-18T17:10:55.179Z | Compiling unicase v2.7.0 |
1666 | 2024-01-18T17:10:55.298Z | Compiling semver v0.1.20 |
1667 | 2024-01-18T17:10:55.670Z | Compiling curve25519-dalek v4.1.1 |
1668 | 2024-01-18T17:10:56.092Z | Compiling rustc_version v0.1.7 |
1669 | 2024-01-18T17:10:56.464Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1670 | 2024-01-18T17:10:56.540Z | Compiling universal-hash v0.5.1 |
1671 | 2024-01-18T17:10:56.743Z | Compiling opaque-debug v0.3.0 |
1672 | 2024-01-18T17:10:56.840Z | Compiling newtype_derive v0.1.6 |
1673 | 2024-01-18T17:10:56.867Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1674 | 2024-01-18T17:10:56.952Z | Compiling curve25519-dalek-derive v0.1.0 |
1675 | 2024-01-18T17:10:57.025Z | Compiling num-rational v0.4.1 |
1676 | 2024-01-18T17:10:57.282Z | Compiling getrandom v0.1.16 |
1677 | 2024-01-18T17:10:57.779Z | Compiling password-hash v0.5.0 |
1678 | 2024-01-18T17:10:57.780Z | Compiling signature v2.1.0 |
1679 | 2024-01-18T17:10:57.812Z | Compiling blake2 v0.10.6 |
1680 | 2024-01-18T17:10:58.117Z | Compiling quick-error v1.2.3 |
1681 | 2024-01-18T17:10:58.136Z | Compiling structopt v0.3.26 |
1682 | 2024-01-18T17:10:58.357Z | Compiling parking_lot_core v0.8.6 |
1683 | 2024-01-18T17:10:58.386Z | Compiling linked-hash-map v0.5.6 |
1684 | 2024-01-18T17:10:58.944Z | Compiling lru-cache v0.1.2 |
1685 | 2024-01-18T17:10:59.072Z | Compiling argon2 v0.5.2 |
1686 | 2024-01-18T17:10:59.229Z | Compiling resolv-conf v0.7.0 |
1687 | 2024-01-18T17:11:00.432Z | Compiling aead v0.5.2 |
1688 | 2024-01-18T17:11:00.559Z | Compiling num-complex v0.4.4 |
1689 | 2024-01-18T17:11:00.687Z | Compiling nibble_vec v0.1.0 |
1690 | 2024-01-18T17:11:00.958Z | Compiling slog-dtrace v0.2.3 |
1691 | 2024-01-18T17:11:01.032Z | Compiling keccak v0.1.4 |
1692 | 2024-01-18T17:11:01.420Z | Compiling endian-type v0.1.2 |
1693 | 2024-01-18T17:11:01.756Z | Compiling cancel-safe-futures v0.1.5 |
1694 | 2024-01-18T17:11:02.302Z | Compiling winapi v0.3.9 |
1695 | 2024-01-18T17:11:02.351Z | Compiling arc-swap v1.6.0 |
1696 | 2024-01-18T17:11:02.431Z | Compiling utf-8 v0.7.6 |
1697 | 2024-01-18T17:11:02.755Z | Compiling tungstenite v0.20.1 |
1698 | 2024-01-18T17:11:02.940Z | Compiling num v0.4.1 |
1699 | 2024-01-18T17:11:03.086Z | Compiling slog-scope v4.4.0 |
1700 | 2024-01-18T17:11:03.437Z | Compiling radix_trie v0.2.1 |
1701 | 2024-01-18T17:11:03.930Z | Compiling sha3 v0.10.8 |
1702 | 2024-01-18T17:11:04.075Z | Compiling mime_guess v2.0.4 |
1703 | 2024-01-18T17:11:04.351Z | Compiling steno v0.4.0 |
1704 | 2024-01-18T17:11:04.550Z | Compiling trust-dns-resolver v0.22.0 |
1705 | 2024-01-18T17:11:05.579Z | Compiling rand_core v0.5.1 |
1706 | 2024-01-18T17:11:06.342Z | Compiling poly1305 v0.8.0 |
1707 | 2024-01-18T17:11:06.684Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1708 | 2024-01-18T17:11:07.373Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1709 | 2024-01-18T17:11:07.457Z | Compiling chacha20 v0.9.1 |
1710 | 2024-01-18T17:11:07.865Z | Compiling rfc6979 v0.4.0 |
1711 | 2024-01-18T17:11:08.148Z | Compiling secrecy v0.8.0 |
1712 | 2024-01-18T17:11:08.163Z | Compiling thiserror-impl-no-std v2.0.2 |
1713 | 2024-01-18T17:11:08.528Z | Compiling ciborium-io v0.2.1 |
1714 | 2024-01-18T17:11:08.549Z | Compiling convert_case v0.4.0 |
1715 | 2024-01-18T17:11:08.734Z | Compiling half v1.8.2 |
1716 | 2024-01-18T17:11:09.182Z | Compiling option-ext v0.2.0 |
1717 | 2024-01-18T17:11:09.364Z | Compiling dirs-sys v0.4.1 |
1718 | 2024-01-18T17:11:09.724Z | Compiling ciborium-ll v0.2.1 |
1719 | 2024-01-18T17:11:10.116Z | Compiling derive_more v0.99.17 |
1720 | 2024-01-18T17:11:10.399Z | Compiling ecdsa v0.16.9 |
1721 | 2024-01-18T17:11:10.427Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1722 | 2024-01-18T17:11:10.922Z | Compiling parking_lot v0.11.2 |
1723 | 2024-01-18T17:11:12.516Z | Compiling rand_chacha v0.2.2 |
1724 | 2024-01-18T17:11:12.582Z | Compiling tokio-tungstenite v0.20.1 |
1725 | 2024-01-18T17:11:13.391Z | Compiling trust-dns-client v0.22.0 |
1726 | 2024-01-18T17:11:13.793Z | Compiling thiserror-no-std v2.0.2 |
1727 | 2024-01-18T17:11:14.534Z | Compiling slog-stdlog v4.1.1 |
1728 | 2024-01-18T17:11:14.985Z | Compiling ed25519 v2.2.2 |
1729 | 2024-01-18T17:11:15.112Z | Compiling polyval v0.6.1 |
1730 | 2024-01-18T17:11:15.399Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1731 | 2024-01-18T17:11:15.761Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1732 | 2024-01-18T17:11:15.797Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1733 | 2024-01-18T17:11:15.820Z | Compiling primeorder v0.13.6 |
1734 | 2024-01-18T17:11:16.633Z | Compiling blowfish v0.9.1 |
1735 | 2024-01-18T17:11:17.560Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1736 | 2024-01-18T17:11:18.622Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1737 | 2024-01-18T17:11:18.943Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1738 | 2024-01-18T17:11:19.586Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1739 | 2024-01-18T17:11:20.789Z | Compiling ctr v0.9.2 |
1740 | 2024-01-18T17:11:21.123Z | Compiling aes v0.8.3 |
1741 | 2024-01-18T17:11:21.364Z | Compiling password-hash v0.4.2 |
1742 | 2024-01-18T17:11:22.927Z | Compiling libsw v3.3.1 |
1743 | 2024-01-18T17:11:25.059Z | Compiling pbkdf2 v0.12.2 |
1744 | 2024-01-18T17:11:25.306Z | Compiling derive-where v1.2.7 |
1745 | 2024-01-18T17:11:26.131Z | Compiling fxhash v0.2.1 |
1746 | 2024-01-18T17:11:27.414Z | Compiling linear-map v1.2.0 |
1747 | 2024-01-18T17:11:27.988Z | Compiling swrite v0.1.0 |
1748 | 2024-01-18T17:11:28.184Z | Compiling owo-colors v3.5.0 |
1749 | 2024-01-18T17:11:31.011Z | Compiling sled v0.34.7 |
1750 | 2024-01-18T17:11:31.636Z | Compiling trust-dns-server v0.22.1 |
1751 | 2024-01-18T17:11:32.475Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1752 | 2024-01-18T17:11:33.390Z | Compiling bcrypt-pbkdf v0.10.0 |
1753 | 2024-01-18T17:11:34.363Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1754 | 2024-01-18T17:11:40.332Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1755 | 2024-01-18T17:11:41.445Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1756 | 2024-01-18T17:11:41.876Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-01-18T17:11:43.355Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1758 | 2024-01-18T17:11:43.403Z | Compiling pbkdf2 v0.11.0 |
1759 | 2024-01-18T17:11:43.755Z | Compiling p256 v0.13.2 |
1760 | 2024-01-18T17:11:43.961Z | Compiling ghash v0.5.0 |
1761 | 2024-01-18T17:11:44.233Z | Compiling ed25519-dalek v2.0.0 |
1762 | 2024-01-18T17:11:44.564Z | Compiling slog-envlogger v2.2.0 |
1763 | 2024-01-18T17:11:45.167Z | Compiling russh-cryptovec v0.7.0 |
1764 | 2024-01-18T17:11:45.796Z | Compiling vsss-rs v3.3.4 |
1765 | 2024-01-18T17:11:46.024Z | Compiling rand v0.7.3 |
1766 | 2024-01-18T17:11:46.321Z | Compiling ciborium v0.2.1 |
1767 | 2024-01-18T17:11:47.042Z | Compiling dirs v5.0.1 |
1768 | 2024-01-18T17:11:47.339Z | Compiling chacha20poly1305 v0.10.1 |
1769 | 2024-01-18T17:11:47.660Z | Compiling cbc v0.1.2 |
1770 | 2024-01-18T17:11:47.663Z | Compiling pem v3.0.2 |
1771 | 2024-01-18T17:11:48.034Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1772 | 2024-01-18T17:11:48.601Z | Compiling headers-core v0.2.0 |
1773 | 2024-01-18T17:11:48.824Z | Compiling kstat-rs v0.2.3 |
1774 | 2024-01-18T17:11:48.847Z | Compiling http-range v0.1.5 |
1775 | 2024-01-18T17:11:48.936Z | Compiling pretty-hex v0.4.1 |
1776 | 2024-01-18T17:11:49.396Z | Compiling md5 v0.7.0 |
1777 | 2024-01-18T17:11:49.645Z | Compiling glob v0.3.1 |
1778 | 2024-01-18T17:11:50.004Z | Compiling russh-keys v0.40.1 |
1779 | 2024-01-18T17:11:50.220Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1780 | 2024-01-18T17:11:51.417Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1781 | 2024-01-18T17:11:51.534Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1782 | 2024-01-18T17:11:52.164Z | Compiling hyper-staticfile v0.9.5 |
1783 | 2024-01-18T17:11:54.115Z | Compiling headers v0.3.9 |
1784 | 2024-01-18T17:11:55.036Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1785 | 2024-01-18T17:11:55.801Z | Compiling rcgen v0.12.0 |
1786 | 2024-01-18T17:11:56.431Z | Compiling aes-gcm v0.10.3 |
1787 | 2024-01-18T17:12:01.178Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1788 | 2024-01-18T17:12:01.377Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1789 | 2024-01-18T17:12:02.991Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1790 | 2024-01-18T17:12:03.749Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1791 | 2024-01-18T17:12:05.082Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1792 | 2024-01-18T17:12:08.784Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1793 | 2024-01-18T17:12:09.253Z | Compiling atomicwrites v0.4.3 |
1794 | 2024-01-18T17:12:09.820Z | Compiling itertools v0.12.0 |
1795 | 2024-01-18T17:12:11.471Z | Compiling subprocess v0.2.9 |
1796 | 2024-01-18T17:12:15.098Z | Compiling hex-literal v0.4.1 |
1797 | 2024-01-18T17:12:15.297Z | Compiling display-error-chain v0.2.0 |
1798 | 2024-01-18T17:12:15.320Z | Compiling russh v0.40.2 |
1799 | 2024-01-18T17:12:15.584Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1800 | 2024-01-18T17:12:16.584Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1801 | 2024-01-18T17:12:24.608Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1802 | 2024-01-18T17:12:38.078Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1803 | 2024-01-18T17:12:39.804Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1804 | 2024-01-18T17:13:12.349Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1805 | 2024-01-18T17:14:36.873Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 40s |
1806 | 2024-01-18T17:14:37.211Z | |
1807 | 2024-01-18T17:14:37.211Z | real 8:40.688755054 |
1808 | 2024-01-18T17:14:37.211Z | user 46:25.980512849 |
1809 | 2024-01-18T17:14:37.214Z | sys 7:05.506332776 |
1810 | 2024-01-18T17:14:37.214Z | trap 1.689247047 |
1811 | 2024-01-18T17:14:37.214Z | tflt 5.298557579 |
1812 | 2024-01-18T17:14:37.214Z | dflt 7.680621689 |
1813 | 2024-01-18T17:14:37.214Z | kflt 0.015667873 |
1814 | 2024-01-18T17:14:37.215Z | lock 1:28:38.045372570 |
1815 | 2024-01-18T17:14:37.215Z | slp 2:11:22.338236014 |
1816 | 2024-01-18T17:14:37.215Z | lat 2:02.874573302 |
1817 | 2024-01-18T17:14:37.215Z | stop 4:06.773758724 |
1818 | 2024-01-18T17:14:37.215Z | + mkdir -p /work/end-to-end-tests |
1819 | 2024-01-18T17:14:37.218Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1820 | 2024-01-18T17:14:37.942Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1821 | 2024-01-18T17:14:37.942Z | + ptime -m gzip |
1822 | 2024-01-18T17:14:37.945Z | ++ basename target/debug/bootstrap |
1823 | 2024-01-18T17:14:56.013Z | |
1824 | 2024-01-18T17:14:56.013Z | real 18.065178862 |
1825 | 2024-01-18T17:14:56.021Z | user 17.876040029 |
1826 | 2024-01-18T17:14:56.021Z | sys 0.174490675 |
1827 | 2024-01-18T17:14:56.021Z | trap 0.006509491 |
1828 | 2024-01-18T17:14:56.021Z | tflt 0.000000000 |
1829 | 2024-01-18T17:14:56.021Z | dflt 0.000000000 |
1830 | 2024-01-18T17:14:56.021Z | kflt 0.000000000 |
1831 | 2024-01-18T17:14:56.021Z | lock 0.000000000 |
1832 | 2024-01-18T17:14:56.021Z | slp 0.000000000 |
1833 | 2024-01-18T17:14:56.021Z | lat 0.007752428 |
1834 | 2024-01-18T17:14:56.021Z | stop 0.000272032 |
1835 | 2024-01-18T17:14:56.021Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1836 | 2024-01-18T17:14:56.022Z | + ptime -m gzip |
1837 | 2024-01-18T17:14:56.022Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eadf9de28e0252b2 |
1838 | 2024-01-18T17:14:57.095Z | |
1839 | 2024-01-18T17:14:57.095Z | real 1.074650035 |
1840 | 2024-01-18T17:14:57.095Z | user 1.063317486 |
1841 | 2024-01-18T17:14:57.099Z | sys 0.010718604 |
1842 | 2024-01-18T17:14:57.099Z | trap 0.000105755 |
1843 | 2024-01-18T17:14:57.099Z | tflt 0.000000000 |
1844 | 2024-01-18T17:14:57.099Z | dflt 0.000000000 |
1845 | 2024-01-18T17:14:57.099Z | kflt 0.000000000 |
1846 | 2024-01-18T17:14:57.099Z | lock 0.000000000 |
1847 | 2024-01-18T17:14:57.099Z | slp 0.000000000 |
1848 | 2024-01-18T17:14:57.099Z | lat 0.000167322 |
1849 | 2024-01-18T17:14:57.099Z | stop 0.000224618 |
1850 | 2024-01-18T17:14:57.099Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1851 | 2024-01-18T17:14:57.099Z | + ptime -m gzip |
1852 | 2024-01-18T17:14:57.099Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e856828b6b89d20f |
1853 | 2024-01-18T17:15:15.676Z | |
1854 | 2024-01-18T17:15:15.680Z | real 18.575337462 |
1855 | 2024-01-18T17:15:15.680Z | user 18.394872838 |
1856 | 2024-01-18T17:15:15.680Z | sys 0.175719086 |
1857 | 2024-01-18T17:15:15.680Z | trap 0.003618328 |
1858 | 2024-01-18T17:15:15.680Z | tflt 0.000000000 |
1859 | 2024-01-18T17:15:15.680Z | dflt 0.000000000 |
1860 | 2024-01-18T17:15:15.680Z | kflt 0.000000000 |
1861 | 2024-01-18T17:15:15.680Z | lock 0.000000000 |
1862 | 2024-01-18T17:15:15.680Z | slp 0.000000000 |
1863 | 2024-01-18T17:15:15.680Z | lat 0.000766370 |
1864 | 2024-01-18T17:15:15.680Z | stop 0.000243889 |
1865 | 2024-01-18T17:15:15.680Z | + banner caboose-util |
1866 | 2024-01-18T17:15:15.680Z | |
1867 | 2024-01-18T17:15:15.680Z | #### ## ##### #### #### #### ###### # # ##### |
1868 | 2024-01-18T17:15:15.680Z | # # # # # # # # # # # # # # # |
1869 | 2024-01-18T17:15:15.680Z | # # # ##### # # # # #### ##### ##### # # # |
1870 | 2024-01-18T17:15:15.680Z | # ###### # # # # # # # # # # # |
1871 | 2024-01-18T17:15:15.681Z | # # # # # # # # # # # # # # # # |
1872 | 2024-01-18T17:15:15.681Z | #### # # ##### #### #### #### ###### #### # |
1873 | 2024-01-18T17:15:15.681Z | |
1874 | 2024-01-18T17:15:15.681Z | + ptime -m cargo build --locked -p caboose-util --release |
1875 | 2024-01-18T17:15:16.335Z | Downloading crates ... |
1876 | 2024-01-18T17:15:16.662Z | Downloaded packed_struct_codegen v0.10.1 |
1877 | 2024-01-18T17:15:16.665Z | Downloaded crc-catalog v2.2.0 |
1878 | 2024-01-18T17:15:16.665Z | Downloaded env_logger v0.10.0 |
1879 | 2024-01-18T17:15:16.665Z | Downloaded wyz v0.5.1 |
1880 | 2024-01-18T17:15:16.665Z | Downloaded path-slash v0.1.5 |
1881 | 2024-01-18T17:15:16.670Z | Downloaded smallvec v0.6.14 |
1882 | 2024-01-18T17:15:16.673Z | Downloaded termcolor v1.2.0 |
1883 | 2024-01-18T17:15:16.676Z | Downloaded serde-hex v0.1.0 |
1884 | 2024-01-18T17:15:16.679Z | Downloaded packed_struct v0.10.1 |
1885 | 2024-01-18T17:15:16.681Z | Downloaded pkcs1 v0.7.5 |
1886 | 2024-01-18T17:15:16.685Z | Downloaded array-init v0.0.4 |
1887 | 2024-01-18T17:15:16.688Z | Downloaded crc v3.0.1 |
1888 | 2024-01-18T17:15:16.690Z | Downloaded tap v1.0.1 |
1889 | 2024-01-18T17:15:16.693Z | Downloaded crc-any v2.4.3 |
1890 | 2024-01-18T17:15:16.696Z | Downloaded ron v0.8.1 |
1891 | 2024-01-18T17:15:16.705Z | Downloaded rsa v0.9.2 |
1892 | 2024-01-18T17:15:16.715Z | Downloaded num-bigint-dig v0.8.4 |
1893 | 2024-01-18T17:15:16.723Z | Downloaded bitvec v1.0.1 |
1894 | 2024-01-18T17:15:16.750Z | Downloaded object v0.30.4 |
1895 | 2024-01-18T17:15:16.767Z | Downloaded x509-cert v0.2.4 |
1896 | 2024-01-18T17:15:16.777Z | Downloaded nodrop v0.1.14 |
1897 | 2024-01-18T17:15:16.780Z | Downloaded maybe-uninit v2.0.0 |
1898 | 2024-01-18T17:15:16.783Z | Downloaded bitfield v0.14.0 |
1899 | 2024-01-18T17:15:16.783Z | Downloaded radium v0.7.0 |
1900 | 2024-01-18T17:15:16.789Z | Downloaded funty v2.0.0 |
1901 | 2024-01-18T17:15:16.950Z | Compiling proc-macro2 v1.0.74 |
1902 | 2024-01-18T17:15:16.953Z | Compiling unicode-ident v1.0.12 |
1903 | 2024-01-18T17:15:16.953Z | Compiling libc v0.2.152 |
1904 | 2024-01-18T17:15:16.953Z | Compiling autocfg v1.1.0 |
1905 | 2024-01-18T17:15:16.953Z | Compiling serde v1.0.195 |
1906 | 2024-01-18T17:15:16.953Z | Compiling cfg-if v1.0.0 |
1907 | 2024-01-18T17:15:16.953Z | Compiling version_check v0.9.4 |
1908 | 2024-01-18T17:15:17.100Z | Compiling typenum v1.16.0 |
1909 | 2024-01-18T17:15:17.110Z | Compiling syn v1.0.109 |
1910 | 2024-01-18T17:15:17.215Z | Compiling parking_lot_core v0.9.8 |
1911 | 2024-01-18T17:15:17.749Z | Compiling libm v0.2.7 |
1912 | 2024-01-18T17:15:17.761Z | Compiling once_cell v1.19.0 |
1913 | 2024-01-18T17:15:17.952Z | Compiling generic-array v0.14.7 |
1914 | 2024-01-18T17:15:18.051Z | Compiling lock_api v0.4.10 |
1915 | 2024-01-18T17:15:18.187Z | Compiling num-traits v0.2.16 |
1916 | 2024-01-18T17:15:18.333Z | Compiling pkg-config v0.3.27 |
1917 | 2024-01-18T17:15:18.352Z | Compiling scopeguard v1.2.0 |
1918 | 2024-01-18T17:15:18.588Z | Compiling slab v0.4.9 |
1919 | 2024-01-18T17:15:18.692Z | Compiling serde_json v1.0.111 |
1920 | 2024-01-18T17:15:19.016Z | Compiling memchr v2.6.3 |
1921 | 2024-01-18T17:15:19.126Z | Compiling quote v1.0.35 |
1922 | 2024-01-18T17:15:19.428Z | Compiling thiserror v1.0.49 |
1923 | 2024-01-18T17:15:20.013Z | Compiling syn v2.0.46 |
1924 | 2024-01-18T17:15:20.078Z | Compiling cc v1.0.83 |
1925 | 2024-01-18T17:15:20.108Z | Compiling getrandom v0.2.10 |
1926 | 2024-01-18T17:15:20.816Z | Compiling rand_core v0.6.4 |
1927 | 2024-01-18T17:15:21.007Z | Compiling byteorder v1.5.0 |
1928 | 2024-01-18T17:15:21.551Z | Compiling itoa v1.0.9 |
1929 | 2024-01-18T17:15:21.660Z | Compiling log v0.4.20 |
1930 | 2024-01-18T17:15:21.758Z | Compiling smallvec v1.11.2 |
1931 | 2024-01-18T17:15:22.954Z | Compiling vcpkg v0.2.15 |
1932 | 2024-01-18T17:15:24.321Z | Compiling pin-project-lite v0.2.13 |
1933 | 2024-01-18T17:15:24.483Z | Compiling parking_lot v0.12.1 |
1934 | 2024-01-18T17:15:24.935Z | Compiling const-oid v0.9.5 |
1935 | 2024-01-18T17:15:25.431Z | Compiling ring v0.17.7 |
1936 | 2024-01-18T17:15:25.775Z | Compiling openssl-sys v0.9.96 |
1937 | 2024-01-18T17:15:25.907Z | Compiling indexmap v1.9.3 |
1938 | 2024-01-18T17:15:26.665Z | Compiling signal-hook-registry v1.4.1 |
1939 | 2024-01-18T17:15:27.081Z | Compiling io-lifetimes v1.0.11 |
1940 | 2024-01-18T17:15:27.819Z | Compiling futures-core v0.3.30 |
1941 | 2024-01-18T17:15:27.824Z | Compiling heck v0.4.1 |
1942 | 2024-01-18T17:15:27.838Z | Compiling subtle v2.5.0 |
1943 | 2024-01-18T17:15:28.304Z | Compiling ring v0.16.20 |
1944 | 2024-01-18T17:15:28.433Z | Compiling mio v0.8.9 |
1945 | 2024-01-18T17:15:28.734Z | Compiling num-integer v0.1.45 |
1946 | 2024-01-18T17:15:29.146Z | Compiling ryu v1.0.15 |
1947 | 2024-01-18T17:15:29.571Z | Compiling semver v1.0.21 |
1948 | 2024-01-18T17:15:30.694Z | Compiling rustix v0.37.23 |
1949 | 2024-01-18T17:15:31.502Z | Compiling spin v0.5.2 |
1950 | 2024-01-18T17:15:31.848Z | Compiling socket2 v0.5.5 |
1951 | 2024-01-18T17:15:32.372Z | Compiling num_cpus v1.16.0 |
1952 | 2024-01-18T17:15:32.530Z | Compiling futures-sink v0.3.30 |
1953 | 2024-01-18T17:15:32.735Z | Compiling httparse v1.8.0 |
1954 | 2024-01-18T17:15:32.804Z | Compiling unicode-xid v0.2.4 |
1955 | 2024-01-18T17:15:33.035Z | Compiling openssl v0.10.60 |
1956 | 2024-01-18T17:15:33.210Z | Compiling ucd-trie v0.1.6 |
1957 | 2024-01-18T17:15:33.278Z | Compiling synstructure v0.12.6 |
1958 | 2024-01-18T17:15:33.751Z | Compiling tinyvec_macros v0.1.1 |
1959 | 2024-01-18T17:15:33.953Z | Compiling tinyvec v1.6.0 |
1960 | 2024-01-18T17:15:34.168Z | Compiling futures-channel v0.3.30 |
1961 | 2024-01-18T17:15:34.985Z | Compiling pin-utils v0.1.0 |
1962 | 2024-01-18T17:15:35.098Z | Compiling crc32fast v1.3.2 |
1963 | 2024-01-18T17:15:35.216Z | Compiling futures-task v0.3.30 |
1964 | 2024-01-18T17:15:35.235Z | Compiling ppv-lite86 v0.2.17 |
1965 | 2024-01-18T17:15:35.722Z | Compiling native-tls v0.2.11 |
1966 | 2024-01-18T17:15:35.840Z | Compiling futures-io v0.3.30 |
1967 | 2024-01-18T17:15:45.872Z | Compiling rustls v0.21.9 |
1968 | 2024-01-18T17:15:45.872Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1969 | 2024-01-18T17:15:45.872Z | Compiling spin v0.9.8 |
1970 | 2024-01-18T17:15:45.872Z | Compiling unicode-normalization v0.1.22 |
1971 | 2024-01-18T17:15:45.872Z | Compiling rand_chacha v0.3.1 |
1972 | 2024-01-18T17:15:45.872Z | Compiling tracing-core v0.1.31 |
1973 | 2024-01-18T17:15:45.872Z | Compiling unicode-bidi v0.3.13 |
1974 | 2024-01-18T17:15:45.872Z | Compiling base64ct v1.6.0 |
1975 | 2024-01-18T17:15:45.872Z | Compiling rand v0.8.5 |
1976 | 2024-01-18T17:15:45.872Z | Compiling pem-rfc7468 v0.7.0 |
1977 | 2024-01-18T17:15:46.407Z | Compiling errno v0.3.2 |
1978 | 2024-01-18T17:15:46.408Z | Compiling num-iter v0.1.43 |
1979 | 2024-01-18T17:15:46.408Z | Compiling usdt-impl v0.3.5 |
1980 | 2024-01-18T17:15:46.423Z | Compiling ahash v0.8.6 |
1981 | 2024-01-18T17:15:46.423Z | Compiling signal-hook v0.3.17 |
1982 | 2024-01-18T17:15:46.424Z | Compiling rustix v0.38.25 |
1983 | 2024-01-18T17:15:46.424Z | Compiling schemars v0.8.16 |
1984 | 2024-01-18T17:15:46.424Z | Compiling flagset v0.4.3 |
1985 | 2024-01-18T17:15:46.424Z | Compiling serde_derive_internals v0.26.0 |
1986 | 2024-01-18T17:15:46.424Z | Compiling serde_derive v1.0.195 |
1987 | 2024-01-18T17:15:46.424Z | Compiling zeroize_derive v1.4.2 |
1988 | 2024-01-18T17:15:46.424Z | Compiling tokio-macros v2.2.0 |
1989 | 2024-01-18T17:15:46.424Z | Compiling thiserror-impl v1.0.49 |
1990 | 2024-01-18T17:15:46.424Z | Compiling futures-macro v0.3.30 |
1991 | 2024-01-18T17:15:46.424Z | Compiling zeroize v1.7.0 |
1992 | 2024-01-18T17:15:46.424Z | Compiling tracing-attributes v0.1.26 |
1993 | 2024-01-18T17:15:46.424Z | Compiling der_derive v0.7.2 |
1994 | 2024-01-18T17:15:46.424Z | Compiling zerocopy-derive v0.2.0 |
1995 | 2024-01-18T17:15:46.671Z | Compiling openssl-macros v0.1.1 |
1996 | 2024-01-18T17:15:46.987Z | Compiling pest v2.7.2 |
1997 | 2024-01-18T17:15:47.301Z | Compiling crypto-common v0.1.6 |
1998 | 2024-01-18T17:15:47.400Z | Compiling block-buffer v0.10.4 |
1999 | 2024-01-18T17:15:47.708Z | Compiling digest v0.10.7 |
2000 | 2024-01-18T17:15:47.888Z | Compiling futures-util v0.3.30 |
2001 | 2024-01-18T17:15:48.437Z | Compiling zerocopy-derive v0.6.4 |
2002 | 2024-01-18T17:15:48.568Z | Compiling zerocopy-derive v0.7.31 |
2003 | 2024-01-18T17:15:49.422Z | Compiling der v0.7.8 |
2004 | 2024-01-18T17:15:50.209Z | Compiling tracing v0.1.37 |
2005 | 2024-01-18T17:15:51.014Z | Compiling pest_meta v2.7.2 |
2006 | 2024-01-18T17:15:51.681Z | Compiling bitflags v1.3.2 |
2007 | 2024-01-18T17:15:51.960Z | Compiling fnv v1.0.7 |
2008 | 2024-01-18T17:15:53.165Z | Compiling pest_generator v2.7.2 |
2009 | 2024-01-18T17:15:53.532Z | Compiling spki v0.7.2 |
2010 | 2024-01-18T17:15:57.058Z | Compiling zerocopy v0.3.0 |
2011 | 2024-01-18T17:15:57.817Z | Compiling pest_derive v2.7.2 |
2012 | 2024-01-18T17:15:58.327Z | Compiling schemars_derive v0.8.16 |
2013 | 2024-01-18T17:15:58.327Z | Compiling lazy_static v1.4.0 |
2014 | 2024-01-18T17:15:58.959Z | Compiling backtrace v0.3.69 |
2015 | 2024-01-18T17:15:59.577Z | Compiling num-bigint v0.4.4 |
2016 | 2024-01-18T17:16:00.144Z | Compiling memoffset v0.9.0 |
2017 | 2024-01-18T17:16:00.241Z | Compiling hashbrown v0.14.2 |
2018 | 2024-01-18T17:16:00.649Z | Compiling async-trait v0.1.77 |
2019 | 2024-01-18T17:16:01.305Z | Compiling iana-time-zone v0.1.57 |
2020 | 2024-01-18T17:16:01.665Z | Compiling base64 v0.21.7 |
2021 | 2024-01-18T17:16:01.842Z | Compiling untrusted v0.9.0 |
2022 | 2024-01-18T17:16:02.089Z | Compiling hashbrown v0.12.3 |
2023 | 2024-01-18T17:16:02.395Z | Compiling equivalent v1.0.1 |
2024 | 2024-01-18T17:16:03.233Z | Compiling untrusted v0.7.1 |
2025 | 2024-01-18T17:16:03.506Z | Compiling doc-comment v0.3.3 |
2026 | 2024-01-18T17:16:03.611Z | Compiling percent-encoding v2.3.1 |
2027 | 2024-01-18T17:16:03.687Z | Compiling foreign-types-shared v0.1.1 |
2028 | 2024-01-18T17:16:03.817Z | Compiling smoltcp v0.9.1 |
2029 | 2024-01-18T17:16:03.854Z | Compiling crossbeam-utils v0.8.16 |
2030 | 2024-01-18T17:16:04.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2031 | 2024-01-18T17:16:04.212Z | Compiling foreign-types v0.3.2 |
2032 | 2024-01-18T17:16:05.538Z | Compiling bytes v1.5.0 |
2033 | 2024-01-18T17:16:05.745Z | Compiling bitflags v2.4.0 |
2034 | 2024-01-18T17:16:06.353Z | Compiling rustc_version v0.4.0 |
2035 | 2024-01-18T17:16:06.776Z | Compiling uuid v1.6.1 |
2036 | 2024-01-18T17:16:07.887Z | Compiling tokio v1.35.1 |
2037 | 2024-01-18T17:16:07.925Z | Compiling heapless v0.7.16 |
2038 | 2024-01-18T17:16:08.498Z | Compiling http v0.2.11 |
2039 | 2024-01-18T17:16:10.436Z | Compiling indexmap v2.1.0 |
2040 | 2024-01-18T17:16:10.863Z | Compiling chrono v0.4.31 |
2041 | 2024-01-18T17:16:12.127Z | Compiling dtrace-parser v0.1.14 |
2042 | 2024-01-18T17:16:12.622Z | Compiling dof v0.1.5 |
2043 | 2024-01-18T17:16:13.967Z | Compiling hmac v0.12.1 |
2044 | 2024-01-18T17:16:14.307Z | Compiling clap_derive v4.4.2 |
2045 | 2024-01-18T17:16:15.450Z | Compiling thread-id v4.2.0 |
2046 | 2024-01-18T17:16:16.055Z | Compiling adler v1.0.2 |
2047 | 2024-01-18T17:16:16.097Z | Compiling anstyle v1.0.2 |
2048 | 2024-01-18T17:16:16.367Z | Compiling rustversion v1.0.14 |
2049 | 2024-01-18T17:16:17.078Z | Compiling try-lock v0.2.4 |
2050 | 2024-01-18T17:16:17.134Z | Compiling cpufeatures v0.2.9 |
2051 | 2024-01-18T17:16:17.306Z | Compiling time-core v0.1.1 |
2052 | 2024-01-18T17:16:17.530Z | Compiling siphasher v0.3.11 |
2053 | 2024-01-18T17:16:17.541Z | Compiling utf8parse v0.2.1 |
2054 | 2024-01-18T17:16:17.799Z | Compiling anstyle-parse v0.2.1 |
2055 | 2024-01-18T17:16:18.128Z | Compiling time-macros v0.2.13 |
2056 | 2024-01-18T17:16:18.510Z | Compiling sha2 v0.10.8 |
2057 | 2024-01-18T17:16:20.996Z | Compiling tokio-util v0.7.10 |
2058 | 2024-01-18T17:16:22.160Z | Compiling want v0.3.1 |
2059 | 2024-01-18T17:16:22.542Z | Compiling miniz_oxide v0.7.1 |
2060 | 2024-01-18T17:16:23.180Z | Compiling h2 v0.3.21 |
2061 | 2024-01-18T17:16:27.896Z | Compiling http-body v0.4.5 |
2062 | 2024-01-18T17:16:28.237Z | Compiling rustls-webpki v0.101.7 |
2063 | 2024-01-18T17:16:28.514Z | Compiling sct v0.7.0 |
2064 | 2024-01-18T17:16:30.683Z | Compiling serde_tokenstream v0.1.7 |
2065 | 2024-01-18T17:16:31.125Z | Compiling form_urlencoded v1.2.1 |
2066 | 2024-01-18T17:16:31.298Z | Compiling pkcs8 v0.10.2 |
2067 | 2024-01-18T17:16:31.373Z | Compiling hubpack_derive v0.1.1 |
2068 | 2024-01-18T17:16:31.505Z | Compiling pin-project-internal v1.1.3 |
2069 | 2024-01-18T17:16:32.262Z | Compiling socket2 v0.4.9 |
2070 | 2024-01-18T17:16:32.634Z | Compiling crossbeam-epoch v0.9.15 |
2071 | 2024-01-18T17:16:33.505Z | Compiling httpdate v1.0.3 |
2072 | 2024-01-18T17:16:34.123Z | Compiling radium v0.7.0 |
2073 | 2024-01-18T17:16:34.263Z | Compiling anyhow v1.0.75 |
2074 | 2024-01-18T17:16:34.292Z | Compiling openssl-probe v0.1.5 |
2075 | 2024-01-18T17:16:34.709Z | Compiling colorchoice v1.0.0 |
2076 | 2024-01-18T17:16:34.741Z | Compiling slog v2.7.0 |
2077 | 2024-01-18T17:16:35.261Z | Compiling tower-service v0.3.2 |
2078 | 2024-01-18T17:16:35.765Z | Compiling anstyle-query v1.0.0 |
2079 | 2024-01-18T17:16:36.248Z | Compiling anstream v0.5.0 |
2080 | 2024-01-18T17:16:36.769Z | Compiling hyper v0.14.27 |
2081 | 2024-01-18T17:16:45.451Z | Compiling terminal_size v0.2.6 |
2082 | 2024-01-18T17:16:46.058Z | Compiling serde_spanned v0.6.4 |
2083 | 2024-01-18T17:16:46.386Z | Compiling toml_datetime v0.6.5 |
2084 | 2024-01-18T17:16:47.573Z | Compiling zerocopy v0.6.4 |
2085 | 2024-01-18T17:16:49.067Z | Compiling md-5 v0.10.5 |
2086 | 2024-01-18T17:16:49.756Z | Compiling idna v0.5.0 |
2087 | 2024-01-18T17:16:49.905Z | Compiling stringprep v0.1.3 |
2088 | 2024-01-18T17:16:51.998Z | Compiling diesel_table_macro_syntax v0.1.0 |
2089 | 2024-01-18T17:16:52.150Z | Compiling hash32 v0.2.1 |
2090 | 2024-01-18T17:16:52.434Z | Compiling aho-corasick v1.0.4 |
2091 | 2024-01-18T17:16:52.450Z | Compiling dyn-clone v1.0.13 |
2092 | 2024-01-18T17:16:52.558Z | Compiling stable_deref_trait v1.2.0 |
2093 | 2024-01-18T17:16:52.613Z | Compiling maybe-uninit v2.0.0 |
2094 | 2024-01-18T17:16:52.692Z | Compiling regex-syntax v0.8.2 |
2095 | 2024-01-18T17:16:52.747Z | Compiling strsim v0.10.0 |
2096 | 2024-01-18T17:16:52.932Z | Compiling clap_lex v0.5.1 |
2097 | 2024-01-18T17:16:53.247Z | Compiling winnow v0.5.15 |
2098 | 2024-01-18T17:16:54.261Z | Compiling tap v1.0.1 |
2099 | 2024-01-18T17:16:54.380Z | Compiling gimli v0.28.0 |
2100 | 2024-01-18T17:16:55.518Z | Compiling fallible-iterator v0.2.0 |
2101 | 2024-01-18T17:16:56.673Z | Compiling postgres-protocol v0.6.6 |
2102 | 2024-01-18T17:16:56.760Z | Compiling wyz v0.5.1 |
2103 | 2024-01-18T17:16:57.476Z | Compiling clap_builder v4.4.2 |
2104 | 2024-01-18T17:16:58.467Z | Compiling regex-automata v0.4.3 |
2105 | 2024-01-18T17:16:58.586Z | Compiling diesel_derives v2.1.2 |
2106 | 2024-01-18T17:17:01.136Z | Compiling url v2.5.0 |
2107 | 2024-01-18T17:17:01.535Z | Compiling addr2line v0.21.0 |
2108 | 2024-01-18T17:17:02.422Z | Compiling tokio-rustls v0.24.1 |
2109 | 2024-01-18T17:17:03.886Z | Compiling strum_macros v0.25.2 |
2110 | 2024-01-18T17:17:05.845Z | Compiling tokio-native-tls v0.3.1 |
2111 | 2024-01-18T17:17:10.814Z | Compiling usdt-macro v0.3.5 |
2112 | 2024-01-18T17:17:10.965Z | Compiling usdt-attr-macro v0.3.5 |
2113 | 2024-01-18T17:17:12.220Z | Compiling phf_shared v0.11.2 |
2114 | 2024-01-18T17:17:13.212Z | Compiling zerocopy v0.7.31 |
2115 | 2024-01-18T17:17:13.693Z | Compiling block-padding v0.3.3 |
2116 | 2024-01-18T17:17:13.920Z | Compiling enum-as-inner v0.5.1 |
2117 | 2024-01-18T17:17:14.019Z | Compiling snafu-derive v0.7.5 |
2118 | 2024-01-18T17:17:15.386Z | Compiling serde_repr v0.1.16 |
2119 | 2024-01-18T17:17:16.141Z | Compiling ff v0.13.0 |
2120 | 2024-01-18T17:17:16.480Z | Compiling scheduled-thread-pool v0.2.7 |
2121 | 2024-01-18T17:17:17.037Z | Compiling object v0.32.1 |
2122 | 2024-01-18T17:17:20.076Z | Compiling rustc-demangle v0.1.23 |
2123 | 2024-01-18T17:17:21.526Z | Compiling base16ct v0.2.0 |
2124 | 2024-01-18T17:17:22.134Z | Compiling bit-vec v0.6.3 |
2125 | 2024-01-18T17:17:22.634Z | Compiling matches v0.1.10 |
2126 | 2024-01-18T17:17:22.751Z | Compiling num-bigint-dig v0.8.4 |
2127 | 2024-01-18T17:17:23.029Z | Compiling managed v0.8.0 |
2128 | 2024-01-18T17:17:23.157Z | Compiling regex-automata v0.1.10 |
2129 | 2024-01-18T17:17:23.775Z | Compiling packed_struct v0.10.1 |
2130 | 2024-01-18T17:17:23.904Z | Compiling num_threads v0.1.6 |
2131 | 2024-01-18T17:17:24.072Z | Compiling ipnet v2.9.0 |
2132 | 2024-01-18T17:17:25.003Z | Compiling deranged v0.3.8 |
2133 | 2024-01-18T17:17:25.631Z | Compiling funty v2.0.0 |
2134 | 2024-01-18T17:17:28.183Z | Compiling time v0.3.27 |
2135 | 2024-01-18T17:17:28.188Z | Compiling bitvec v1.0.1 |
2136 | 2024-01-18T17:17:32.881Z | Compiling bstr v0.2.17 |
2137 | 2024-01-18T17:17:35.523Z | Compiling idna v0.2.3 |
2138 | 2024-01-18T17:17:37.523Z | Compiling sec1 v0.7.3 |
2139 | 2024-01-18T17:17:37.803Z | Compiling r2d2 v0.8.10 |
2140 | 2024-01-18T17:17:38.356Z | Compiling group v0.13.0 |
2141 | 2024-01-18T17:17:38.806Z | Compiling inout v0.1.3 |
2142 | 2024-01-18T17:17:41.278Z | Compiling phf v0.11.2 |
2143 | 2024-01-18T17:17:41.455Z | Compiling hyper-tls v0.5.0 |
2144 | 2024-01-18T17:17:41.716Z | Compiling regex v1.10.2 |
2145 | 2024-01-18T17:17:42.135Z | Compiling clap v4.4.3 |
2146 | 2024-01-18T17:17:42.135Z | Compiling signal-hook-mio v0.2.3 |
2147 | 2024-01-18T17:17:42.329Z | Compiling hyper-rustls v0.24.2 |
2148 | 2024-01-18T17:17:42.837Z | Compiling ipnetwork v0.20.0 |
2149 | 2024-01-18T17:17:43.830Z | Compiling flate2 v1.0.28 |
2150 | 2024-01-18T17:17:43.843Z | Compiling bzip2 v0.4.4 |
2151 | 2024-01-18T17:17:44.098Z | Compiling toml_edit v0.19.15 |
2152 | 2024-01-18T17:17:44.301Z | Compiling postgres-types v0.2.6 |
2153 | 2024-01-18T17:17:44.760Z | Compiling pin-project v1.1.3 |
2154 | 2024-01-18T17:17:44.999Z | Compiling hubpack v0.1.2 |
2155 | 2024-01-18T17:17:45.149Z | Compiling serde_urlencoded v0.7.1 |
2156 | 2024-01-18T17:17:45.164Z | Compiling rustls-pemfile v1.0.3 |
2157 | 2024-01-18T17:17:45.668Z | Compiling phf_shared v0.10.0 |
2158 | 2024-01-18T17:17:45.703Z | Compiling hkdf v0.12.4 |
2159 | 2024-01-18T17:17:46.042Z | Compiling futures-executor v0.3.30 |
2160 | 2024-01-18T17:17:48.149Z | Compiling crypto-bigint v0.5.2 |
2161 | 2024-01-18T17:17:48.345Z | Compiling packed_struct_codegen v0.10.1 |
2162 | 2024-01-18T17:17:50.258Z | Compiling float-cmp v0.9.0 |
2163 | 2024-01-18T17:17:51.742Z | Compiling encoding_rs v0.8.33 |
2164 | 2024-01-18T17:17:51.887Z | Compiling precomputed-hash v0.1.1 |
2165 | 2024-01-18T17:17:51.932Z | Compiling mime v0.3.17 |
2166 | 2024-01-18T17:17:51.982Z | Compiling data-encoding v2.4.0 |
2167 | 2024-01-18T17:17:52.587Z | Compiling webpki-roots v0.25.2 |
2168 | 2024-01-18T17:17:52.730Z | Compiling either v1.9.0 |
2169 | 2024-01-18T17:17:53.216Z | Compiling predicates-core v1.0.6 |
2170 | 2024-01-18T17:17:53.235Z | Compiling new_debug_unreachable v1.0.4 |
2171 | 2024-01-18T17:17:53.346Z | Compiling crc-catalog v2.2.0 |
2172 | 2024-01-18T17:17:54.581Z | Compiling fixedbitset v0.4.2 |
2173 | 2024-01-18T17:17:54.760Z | Compiling static_assertions v1.1.0 |
2174 | 2024-01-18T17:17:54.907Z | Compiling minimal-lexical v0.2.1 |
2175 | 2024-01-18T17:17:55.204Z | Compiling whoami v1.4.1 |
2176 | 2024-01-18T17:17:55.704Z | Compiling unicode-segmentation v1.10.1 |
2177 | 2024-01-18T17:17:56.048Z | Compiling difflib v0.4.0 |
2178 | 2024-01-18T17:17:57.088Z | Compiling normalize-line-endings v0.3.0 |
2179 | 2024-01-18T17:17:57.384Z | Compiling regex-automata v0.3.8 |
2180 | 2024-01-18T17:17:57.933Z | Compiling unicode-width v0.1.11 |
2181 | 2024-01-18T17:17:58.078Z | Compiling nodrop v0.1.14 |
2182 | 2024-01-18T17:17:58.171Z | Compiling console v0.15.8 |
2183 | 2024-01-18T17:17:58.243Z | Compiling array-init v0.0.4 |
2184 | 2024-01-18T17:18:00.333Z | Compiling bstr v1.6.0 |
2185 | 2024-01-18T17:18:00.347Z | Compiling predicates v3.1.0 |
2186 | 2024-01-18T17:18:01.484Z | Compiling similar v2.3.0 |
2187 | 2024-01-18T17:18:02.730Z | Compiling reqwest v0.11.22 |
2188 | 2024-01-18T17:18:04.938Z | Compiling tokio-postgres v0.7.10 |
2189 | 2024-01-18T17:18:05.540Z | Compiling nom v7.1.3 |
2190 | 2024-01-18T17:18:11.701Z | Compiling petgraph v0.6.4 |
2191 | 2024-01-18T17:18:12.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2192 | 2024-01-18T17:18:18.051Z | Compiling crc v3.0.1 |
2193 | 2024-01-18T17:18:18.334Z | Compiling string_cache v0.8.7 |
2194 | 2024-01-18T17:18:18.985Z | Compiling itertools v0.10.5 |
2195 | 2024-01-18T17:18:19.218Z | Compiling trust-dns-proto v0.22.0 |
2196 | 2024-01-18T17:18:23.055Z | Compiling elliptic-curve v0.13.8 |
2197 | 2024-01-18T17:18:26.646Z | Compiling toml v0.7.8 |
2198 | 2024-01-18T17:18:28.881Z | Compiling futures v0.3.30 |
2199 | 2024-01-18T17:18:29.822Z | Compiling snafu v0.7.5 |
2200 | 2024-01-18T17:18:30.335Z | Compiling smallvec v0.6.14 |
2201 | 2024-01-18T17:18:30.928Z | Compiling zip v0.6.6 |
2202 | 2024-01-18T17:18:31.043Z | Compiling yasna v0.5.2 |
2203 | 2024-01-18T17:18:31.060Z | Compiling diesel v2.1.4 |
2204 | 2024-01-18T17:18:31.084Z | Compiling crossterm v0.27.0 |
2205 | 2024-01-18T17:18:31.709Z | Compiling hashbrown v0.13.2 |
2206 | 2024-01-18T17:18:33.828Z | Compiling cipher v0.4.4 |
2207 | 2024-01-18T17:18:36.808Z | Compiling bit-set v0.5.3 |
2208 | 2024-01-18T17:18:37.138Z | Compiling usdt v0.3.5 |
2209 | 2024-01-18T17:18:37.511Z | Compiling is-terminal v0.4.9 |
2210 | 2024-01-18T17:18:38.287Z | Compiling toml_edit v0.21.0 |
2211 | 2024-01-18T17:18:40.876Z | Compiling pkcs1 v0.7.5 |
2212 | 2024-01-18T17:18:41.499Z | Compiling tokio-stream v0.1.14 |
2213 | 2024-01-18T17:18:43.418Z | Compiling openapiv3 v2.0.0 |
2214 | 2024-01-18T17:18:47.135Z | Compiling hex v0.4.3 |
2215 | 2024-01-18T17:18:50.071Z | Compiling signature v2.1.0 |
2216 | 2024-01-18T17:18:51.164Z | Compiling termcolor v1.2.0 |
2217 | 2024-01-18T17:18:52.775Z | Compiling lalrpop-util v0.19.12 |
2218 | 2024-01-18T17:18:53.405Z | Compiling bitfield v0.14.0 |
2219 | 2024-01-18T17:19:05.723Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2220 | 2024-01-18T17:19:13.179Z | Compiling env_logger v0.10.0 |
2221 | 2024-01-18T17:19:19.168Z | Compiling rsa v0.9.2 |
2222 | 2024-01-18T17:19:28.588Z | Compiling serde-hex v0.1.0 |
2223 | 2024-01-18T17:19:30.931Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2224 | 2024-01-18T17:19:37.776Z | Compiling ron v0.8.1 |
2225 | 2024-01-18T17:19:38.934Z | Compiling x509-cert v0.2.4 |
2226 | 2024-01-18T17:19:38.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2227 | 2024-01-18T17:19:50.363Z | Compiling crc-any v2.4.3 |
2228 | 2024-01-18T17:19:56.084Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2229 | 2024-01-18T17:20:09.233Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2230 | 2024-01-18T17:20:20.688Z | Compiling object v0.30.4 |
2231 | 2024-01-18T17:20:35.687Z | Compiling path-slash v0.1.5 |
2232 | 2024-01-18T17:20:35.687Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2233 | 2024-01-18T17:21:22.646Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2234 | 2024-01-18T17:21:23.748Z | Finished release [optimized] target(s) in 6m 08s |
2235 | 2024-01-18T17:21:23.837Z | |
2236 | 2024-01-18T17:21:23.837Z | real 6:08.152504357 |
2237 | 2024-01-18T17:21:23.837Z | user 42:45.019305631 |
2238 | 2024-01-18T17:21:23.838Z | sys 3:44.078666504 |
2239 | 2024-01-18T17:21:23.838Z | trap 1.682391269 |
2240 | 2024-01-18T17:21:23.838Z | tflt 1.003068029 |
2241 | 2024-01-18T17:21:23.838Z | dflt 0.702449402 |
2242 | 2024-01-18T17:21:23.839Z | kflt 0.000463890 |
2243 | 2024-01-18T17:21:23.842Z | lock 1:35:11.469567094 |
2244 | 2024-01-18T17:21:23.842Z | slp 2:00:51.378115274 |
2245 | 2024-01-18T17:21:23.842Z | lat 1:50.025065883 |
2246 | 2024-01-18T17:21:23.842Z | stop 1:19.346328342 |
2247 | 2024-01-18T17:21:23.843Z | + ptime -m gzip |
2248 | 2024-01-18T17:21:24.499Z | |
2249 | 2024-01-18T17:21:24.499Z | real 0.657479186 |
2250 | 2024-01-18T17:21:24.499Z | user 0.647731189 |
2251 | 2024-01-18T17:21:24.499Z | sys 0.009145883 |
2252 | 2024-01-18T17:21:24.499Z | trap 0.000086891 |
2253 | 2024-01-18T17:21:24.499Z | tflt 0.000000000 |
2254 | 2024-01-18T17:21:24.503Z | dflt 0.000000000 |
2255 | 2024-01-18T17:21:24.503Z | kflt 0.000000000 |
2256 | 2024-01-18T17:21:24.503Z | lock 0.000000000 |
2257 | 2024-01-18T17:21:24.503Z | slp 0.000000000 |
2258 | 2024-01-18T17:21:24.503Z | lat 0.000166538 |
2259 | 2024-01-18T17:21:24.503Z | stop 0.000225563 |
2260 | 2024-01-18T17:21:24.503Z | + banner tufaceous |
2261 | 2024-01-18T17:21:24.503Z | |
2262 | 2024-01-18T17:21:24.503Z | ##### # # ###### ## #### ###### #### # # #### |
2263 | 2024-01-18T17:21:24.503Z | # # # # # # # # # # # # # # |
2264 | 2024-01-18T17:21:24.503Z | # # # ##### # # # ##### # # # # #### |
2265 | 2024-01-18T17:21:24.504Z | # # # # ###### # # # # # # # |
2266 | 2024-01-18T17:21:24.505Z | # # # # # # # # # # # # # # # |
2267 | 2024-01-18T17:21:24.505Z | # #### # # # #### ###### #### #### #### |
2268 | 2024-01-18T17:21:24.505Z | |
2269 | 2024-01-18T17:21:24.505Z | + ptime -m cargo build --locked -p tufaceous --release |
2270 | 2024-01-18T17:21:25.186Z | Downloading crates ... |
2271 | 2024-01-18T17:21:25.562Z | Downloaded parse-size v1.0.0 |
2272 | 2024-01-18T17:21:25.566Z | Downloaded tough v0.16.0 |
2273 | 2024-01-18T17:21:25.580Z | Downloaded async-recursion v1.0.5 |
2274 | 2024-01-18T17:21:25.584Z | Downloaded typed-path v0.7.0 |
2275 | 2024-01-18T17:21:25.594Z | Downloaded serde_plain v1.0.2 |
2276 | 2024-01-18T17:21:25.600Z | Downloaded fs-err v2.11.0 |
2277 | 2024-01-18T17:21:25.603Z | Downloaded humantime v2.1.0 |
2278 | 2024-01-18T17:21:25.609Z | Downloaded buf-list v1.0.3 |
2279 | 2024-01-18T17:21:25.612Z | Downloaded olpc-cjson v0.1.3 |
2280 | 2024-01-18T17:21:25.612Z | Downloaded globset v0.4.13 |
2281 | 2024-01-18T17:21:25.770Z | Compiling serde_tokenstream v0.2.0 |
2282 | 2024-01-18T17:21:25.792Z | Compiling regress v0.7.1 |
2283 | 2024-01-18T17:21:25.803Z | Compiling dirs-sys-next v0.1.2 |
2284 | 2024-01-18T17:21:25.806Z | Compiling rustls-pki-types v1.1.0 |
2285 | 2024-01-18T17:21:25.806Z | Compiling ident_case v1.0.1 |
2286 | 2024-01-18T17:21:25.835Z | Compiling thread_local v1.1.7 |
2287 | 2024-01-18T17:21:25.839Z | Compiling rustls v0.22.2 |
2288 | 2024-01-18T17:21:26.039Z | Compiling dirs-next v2.0.0 |
2289 | 2024-01-18T17:21:26.218Z | Compiling darling_core v0.20.3 |
2290 | 2024-01-18T17:21:26.388Z | Compiling slog-async v2.8.0 |
2291 | 2024-01-18T17:21:26.550Z | Compiling heck v0.4.1 |
2292 | 2024-01-18T17:21:27.028Z | Compiling camino v1.1.6 |
2293 | 2024-01-18T17:21:27.196Z | Compiling rustls-webpki v0.102.1 |
2294 | 2024-01-18T17:21:27.642Z | Compiling term v0.7.0 |
2295 | 2024-01-18T17:21:27.905Z | Compiling crossbeam-channel v0.5.8 |
2296 | 2024-01-18T17:21:27.918Z | Compiling getopts v0.2.21 |
2297 | 2024-01-18T17:21:28.602Z | Compiling structmeta-derive v0.2.0 |
2298 | 2024-01-18T17:21:29.318Z | Compiling atty v0.2.14 |
2299 | 2024-01-18T17:21:29.522Z | Compiling multer v3.0.0 |
2300 | 2024-01-18T17:21:29.946Z | Compiling unsafe-libyaml v0.2.10 |
2301 | 2024-01-18T17:21:30.679Z | Compiling match_cfg v0.1.0 |
2302 | 2024-01-18T17:21:30.809Z | Compiling paste v1.0.14 |
2303 | 2024-01-18T17:21:31.445Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2304 | 2024-01-18T17:21:32.866Z | Compiling take_mut v0.2.2 |
2305 | 2024-01-18T17:21:33.628Z | Compiling structmeta v0.2.0 |
2306 | 2024-01-18T17:21:34.234Z | Compiling serde_yaml v0.9.25 |
2307 | 2024-01-18T17:21:35.219Z | Compiling darling_macro v0.20.3 |
2308 | 2024-01-18T17:21:35.288Z | Compiling hostname v0.3.1 |
2309 | 2024-01-18T17:21:35.783Z | Compiling slog-term v2.9.0 |
2310 | 2024-01-18T17:21:36.658Z | Compiling darling v0.20.3 |
2311 | 2024-01-18T17:21:39.782Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2312 | 2024-01-18T17:21:39.805Z | Compiling slog-json v2.6.1 |
2313 | 2024-01-18T17:21:40.614Z | Compiling http v1.0.0 |
2314 | 2024-01-18T17:21:40.628Z | Compiling async-stream-impl v0.3.5 |
2315 | 2024-01-18T17:21:40.693Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2316 | 2024-01-18T17:21:41.123Z | Compiling fastrand v2.0.0 |
2317 | 2024-01-18T17:21:42.140Z | Compiling regex-syntax v0.7.5 |
2318 | 2024-01-18T17:21:42.174Z | Compiling atomic-waker v1.1.1 |
2319 | 2024-01-18T17:21:42.446Z | Compiling waitgroup v0.1.2 |
2320 | 2024-01-18T17:21:42.943Z | Compiling async-stream v0.3.5 |
2321 | 2024-01-18T17:21:42.943Z | Compiling tempfile v3.8.1 |
2322 | 2024-01-18T17:21:43.061Z | Compiling tokio-rustls v0.25.0 |
2323 | 2024-01-18T17:21:44.228Z | Compiling slog-bunyan v2.5.0 |
2324 | 2024-01-18T17:21:44.751Z | Compiling serde_with_macros v3.4.0 |
2325 | 2024-01-18T17:21:47.709Z | Compiling toml v0.8.8 |
2326 | 2024-01-18T17:21:48.612Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2327 | 2024-01-18T17:21:49.128Z | Compiling rustls-pemfile v2.0.0 |
2328 | 2024-01-18T17:21:49.213Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2329 | 2024-01-18T17:21:50.276Z | Compiling sha1 v0.10.6 |
2330 | 2024-01-18T17:21:50.691Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2331 | 2024-01-18T17:21:51.618Z | Compiling serde_path_to_error v0.1.15 |
2332 | 2024-01-18T17:21:51.844Z | Compiling instant v0.1.12 |
2333 | 2024-01-18T17:21:51.857Z | Compiling fs-err v2.11.0 |
2334 | 2024-01-18T17:21:52.055Z | Compiling buf-list v1.0.3 |
2335 | 2024-01-18T17:21:52.276Z | Compiling arc-swap v1.6.0 |
2336 | 2024-01-18T17:21:52.292Z | Compiling parse-display-derive v0.8.2 |
2337 | 2024-01-18T17:21:52.873Z | Compiling same-file v1.0.6 |
2338 | 2024-01-18T17:21:53.280Z | Compiling debug-ignore v1.0.5 |
2339 | 2024-01-18T17:21:53.319Z | Compiling walkdir v2.4.0 |
2340 | 2024-01-18T17:21:53.440Z | Compiling slog-scope v4.4.0 |
2341 | 2024-01-18T17:21:55.153Z | Compiling backoff v0.4.0 |
2342 | 2024-01-18T17:21:55.743Z | Compiling serde_with v3.4.0 |
2343 | 2024-01-18T17:21:56.198Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2344 | 2024-01-18T17:21:56.771Z | Compiling globset v0.4.13 |
2345 | 2024-01-18T17:21:57.257Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2346 | 2024-01-18T17:21:57.503Z | Compiling strum v0.25.0 |
2347 | 2024-01-18T17:21:57.771Z | Compiling pem v3.0.2 |
2348 | 2024-01-18T17:21:57.860Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2349 | 2024-01-18T17:21:58.042Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2350 | 2024-01-18T17:22:00.568Z | Compiling parse-display v0.8.2 |
2351 | 2024-01-18T17:22:00.858Z | Compiling olpc-cjson v0.1.3 |
2352 | 2024-01-18T17:22:01.750Z | Compiling serde_plain v1.0.2 |
2353 | 2024-01-18T17:22:02.572Z | Compiling macaddr v1.0.1 |
2354 | 2024-01-18T17:22:03.522Z | Compiling async-recursion v1.0.5 |
2355 | 2024-01-18T17:22:03.742Z | Compiling filetime v0.2.23 |
2356 | 2024-01-18T17:22:04.288Z | Compiling xattr v1.0.1 |
2357 | 2024-01-18T17:22:04.744Z | Compiling typed-path v0.7.0 |
2358 | 2024-01-18T17:22:05.005Z | Compiling tar v0.4.40 |
2359 | 2024-01-18T17:22:10.371Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2360 | 2024-01-18T17:22:11.796Z | Compiling tough v0.16.0 |
2361 | 2024-01-18T17:22:16.901Z | Compiling slog-stdlog v4.1.1 |
2362 | 2024-01-18T17:22:17.702Z | Compiling camino-tempfile v1.1.1 |
2363 | 2024-01-18T17:22:18.420Z | Compiling itertools v0.12.0 |
2364 | 2024-01-18T17:22:18.914Z | Compiling parse-size v1.0.0 |
2365 | 2024-01-18T17:22:19.388Z | Compiling slog-envlogger v2.2.0 |
2366 | 2024-01-18T17:22:23.832Z | Compiling humantime v2.1.0 |
2367 | 2024-01-18T17:22:32.177Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2368 | 2024-01-18T17:22:32.468Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2369 | 2024-01-18T17:22:52.818Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2370 | 2024-01-18T17:22:52.818Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2371 | 2024-01-18T17:23:20.277Z | Finished release [optimized] target(s) in 1m 55s |
2372 | 2024-01-18T17:23:20.384Z | |
2373 | 2024-01-18T17:23:20.388Z | real 1:55.862487241 |
2374 | 2024-01-18T17:23:20.388Z | user 13:15.867084739 |
2375 | 2024-01-18T17:23:20.388Z | sys 46.841961624 |
2376 | 2024-01-18T17:23:20.388Z | trap 0.471418341 |
2377 | 2024-01-18T17:23:20.388Z | tflt 0.312804954 |
2378 | 2024-01-18T17:23:20.388Z | dflt 0.570114906 |
2379 | 2024-01-18T17:23:20.389Z | kflt 0.000000000 |
2380 | 2024-01-18T17:23:20.389Z | lock 27:23.452087758 |
2381 | 2024-01-18T17:23:20.389Z | slp 29:41.446346981 |
2382 | 2024-01-18T17:23:20.389Z | lat 25.896420262 |
2383 | 2024-01-18T17:23:20.389Z | stop 12.253711760 |
2384 | 2024-01-18T17:23:20.389Z | + ptime -m gzip |
2385 | 2024-01-18T17:23:22.844Z | |
2386 | 2024-01-18T17:23:22.851Z | real 2.452828971 |
2387 | 2024-01-18T17:23:22.851Z | user 2.427350158 |
2388 | 2024-01-18T17:23:22.851Z | sys 0.020841339 |
2389 | 2024-01-18T17:23:22.851Z | trap 0.000772599 |
2390 | 2024-01-18T17:23:22.851Z | tflt 0.000000000 |
2391 | 2024-01-18T17:23:22.862Z | dflt 0.000000000 |
2392 | 2024-01-18T17:23:22.862Z | kflt 0.000000000 |
2393 | 2024-01-18T17:23:22.862Z | lock 0.000000000 |
2394 | 2024-01-18T17:23:22.862Z | slp 0.000000000 |
2395 | 2024-01-18T17:23:22.862Z | lat 0.002408067 |
2396 | 2024-01-18T17:23:22.862Z | stop 0.001354240 |
2397 | 2024-01-18T17:23:22.862Z | process exited: duration 1172322 ms, exit code 0 |
|
2398 | 2024-01-18T17:23:22.885Z | found 5 output files |
2399 | 2024-01-18T17:23:22.885Z | uploading: /work/end-to-end-tests/bootstrap-eadf9de28e0252b2.gz (6319668 bytes) |
2400 | 2024-01-18T17:23:25.344Z | uploaded: /work/end-to-end-tests/bootstrap-eadf9de28e0252b2.gz |
2401 | 2024-01-18T17:23:25.344Z | uploading: /work/end-to-end-tests/bootstrap.gz (104680869 bytes) |
2402 | 2024-01-18T17:23:48.495Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2403 | 2024-01-18T17:23:48.495Z | uploading: /work/end-to-end-tests/end_to_end_tests-e856828b6b89d20f.gz (107845760 bytes) |
2404 | 2024-01-18T17:24:07.769Z | uploaded: /work/end-to-end-tests/end_to_end_tests-e856828b6b89d20f.gz |
2405 | 2024-01-18T17:24:07.769Z | uploading: /work/caboose-util.gz (4096388 bytes) |
2406 | 2024-01-18T17:24:08.930Z | uploaded: /work/caboose-util.gz |
2407 | 2024-01-18T17:24:08.931Z | uploading: /work/tufaceous.gz (15630331 bytes) |
2408 | 2024-01-18T17:24:13.697Z | uploaded: /work/tufaceous.gz |