|
|
|
1 | 2024-02-07T22:56:48.136Z | job assigned to worker 01HP2WHNXQ04K3BZY5F2HFJP82 (queued for 4 m 14 s) |
|
2 | 2024-02-07T22:56:48.305Z | starting task 0: "setup" |
3 | 2024-02-07T22:56:48.397Z | ++ uname -s |
4 | 2024-02-07T22:56:48.409Z | + kern=SunOS |
5 | 2024-02-07T22:56:48.409Z | + case "$kern" in |
6 | 2024-02-07T22:56:48.410Z | + groupadd -g 12345 build |
7 | 2024-02-07T22:56:48.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-07T22:56:50.403Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-07T22:56:50.485Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-07T22:56:50.492Z | + home_fs=zfs |
11 | 2024-02-07T22:56:50.493Z | + [[ zfs == autofs ]] |
12 | 2024-02-07T22:56:50.493Z | + mkdir -p /home/build |
13 | 2024-02-07T22:56:50.493Z | + chown build:build /home/build /work |
14 | 2024-02-07T22:56:52.489Z | + chmod 0700 /home/build /work |
15 | 2024-02-07T22:56:52.501Z | process exited: duration 4187 ms, exit code 0 |
|
16 | 2024-02-07T22:56:52.524Z | starting task 1: "rust-toolchain" |
17 | 2024-02-07T22:56:52.539Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-07T22:56:52.539Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-07T22:56:52.706Z | info: downloading installer |
20 | 2024-02-07T22:56:54.243Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-07T22:56:54.243Z | warning: /opt/ooce/bin |
22 | 2024-02-07T22:56:54.244Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-07T22:56:54.244Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-07T22:56:54.244Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-07T22:56:54.244Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-07T22:56:54.244Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-07T22:56:54.245Z | error: cannot install while Rust is installed |
28 | 2024-02-07T22:56:54.245Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-07T22:56:54.338Z | info: profile set to 'default' |
30 | 2024-02-07T22:56:54.338Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-07T22:56:54.354Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-07T22:56:54.501Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-07T22:56:54.501Z | info: downloading component 'cargo' |
34 | 2024-02-07T22:56:55.475Z | info: downloading component 'clippy' |
35 | 2024-02-07T22:56:55.923Z | info: downloading component 'rust-docs' |
36 | 2024-02-07T22:56:57.144Z | info: downloading component 'rust-std' |
37 | 2024-02-07T22:56:59.313Z | info: downloading component 'rustc' |
38 | 2024-02-07T22:57:04.569Z | info: downloading component 'rustfmt' |
39 | 2024-02-07T22:57:04.892Z | info: installing component 'cargo' |
40 | 2024-02-07T22:57:05.793Z | info: installing component 'clippy' |
41 | 2024-02-07T22:57:06.175Z | info: installing component 'rust-docs' |
42 | 2024-02-07T22:57:07.703Z | info: installing component 'rust-std' |
43 | 2024-02-07T22:57:09.581Z | info: installing component 'rustc' |
44 | 2024-02-07T22:57:13.896Z | info: installing component 'rustfmt' |
45 | 2024-02-07T22:57:14.246Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-07T22:57:14.247Z | |
47 | 2024-02-07T22:57:14.548Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-07T22:57:14.549Z | |
49 | 2024-02-07T22:57:14.554Z | |
50 | 2024-02-07T22:57:14.555Z | Rust is installed now. Great! |
51 | 2024-02-07T22:57:14.555Z | |
52 | 2024-02-07T22:57:14.555Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-07T22:57:14.555Z | environment variable. This has not been done automatically. |
54 | 2024-02-07T22:57:14.555Z | |
55 | 2024-02-07T22:57:14.556Z | To configure your current shell, run: |
56 | 2024-02-07T22:57:14.556Z | source "$HOME/.cargo/env" |
57 | 2024-02-07T22:57:14.602Z | + rustc --version |
58 | 2024-02-07T22:57:14.666Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-07T22:57:14.672Z | process exited: duration 22147 ms, exit code 0 |
|
60 | 2024-02-07T22:57:14.688Z | starting task 2: "authentication" |
61 | 2024-02-07T22:57:14.713Z | process exited: duration 26 ms, exit code 0 |
|
62 | 2024-02-07T22:57:14.726Z | starting task 3: "clone repository" |
63 | 2024-02-07T22:57:14.732Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-07T22:57:14.737Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-07T22:57:14.969Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-07T22:57:22.366Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-07T22:57:22.367Z | + git fetch origin 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
68 | 2024-02-07T22:57:22.367Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-07T22:57:22.367Z | * branch 0e598e10e5ea4b62c00dd4438a3d491556990c75 -> FETCH_HEAD |
70 | 2024-02-07T22:57:22.367Z | + [[ -n iliana/samael-41 ]] |
71 | 2024-02-07T22:57:22.367Z | ++ git branch --show-current |
72 | 2024-02-07T22:57:22.367Z | + current=main |
73 | 2024-02-07T22:57:22.367Z | + [[ main != iliana/samael-41 ]] |
74 | 2024-02-07T22:57:22.367Z | + git branch -f iliana/samael-41 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
75 | 2024-02-07T22:57:22.367Z | + git checkout -f iliana/samael-41 |
76 | 2024-02-07T22:57:22.367Z | Switched to branch 'iliana/samael-41' |
77 | 2024-02-07T22:57:22.368Z | + git reset --hard 0e598e10e5ea4b62c00dd4438a3d491556990c75 |
78 | 2024-02-07T22:57:22.368Z | HEAD is now at 0e598e10e patch samael crate to include njaremko/samael#41 |
79 | 2024-02-07T22:57:22.368Z | process exited: duration 6587 ms, exit code 0 |
|
80 | 2024-02-07T22:57:22.407Z | starting task 4: "build" |
81 | 2024-02-07T22:57:22.515Z | + cargo --version |
82 | 2024-02-07T22:57:22.515Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-07T22:57:22.619Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-07T22:57:22.696Z | info: downloading component 'cargo' |
85 | 2024-02-07T22:57:23.972Z | info: downloading component 'clippy' |
86 | 2024-02-07T22:57:24.415Z | info: downloading component 'rust-docs' |
87 | 2024-02-07T22:57:25.881Z | info: downloading component 'rust-std' |
88 | 2024-02-07T22:57:27.640Z | info: downloading component 'rustc' |
89 | 2024-02-07T22:57:32.616Z | info: downloading component 'rustfmt' |
90 | 2024-02-07T22:57:32.886Z | info: installing component 'cargo' |
91 | 2024-02-07T22:57:33.750Z | info: installing component 'clippy' |
92 | 2024-02-07T22:57:34.096Z | info: installing component 'rust-docs' |
93 | 2024-02-07T22:57:35.666Z | info: installing component 'rust-std' |
94 | 2024-02-07T22:57:37.315Z | info: installing component 'rustc' |
95 | 2024-02-07T22:57:41.315Z | info: installing component 'rustfmt' |
96 | 2024-02-07T22:57:41.671Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-07T22:57:41.680Z | + rustc --version |
98 | 2024-02-07T22:57:41.751Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-07T22:57:41.777Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-07T22:57:55.954Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-07T22:57:56.869Z | Startup: Caching catalogs ... Done |
102 | 2024-02-07T22:57:57.898Z | Planning: Solver setup ... Done (0.732s) |
103 | 2024-02-07T22:57:57.916Z | Planning: Running solver ... Done (0.017s) |
104 | 2024-02-07T22:57:58.216Z | Planning: Finding local manifests ... Done (0.277s) |
105 | 2024-02-07T22:57:58.234Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-07T22:57:58.430Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-07T22:57:58.478Z | Planning: Package planning ... Done (0.048s) |
108 | 2024-02-07T22:57:58.529Z | Planning: Merging actions ... Done (0.051s) |
109 | 2024-02-07T22:57:59.861Z | Planning: Checking for conflicting actions ... Done (1.337s) |
110 | 2024-02-07T22:57:59.872Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-07T22:58:05.558Z | Planning: Evaluating mediators ... Done (5.682s) |
112 | 2024-02-07T22:58:05.566Z | Planning: Planning completed in 8.66 seconds |
113 | 2024-02-07T22:58:05.580Z | Packages to install: 4 |
114 | 2024-02-07T22:58:05.580Z | Mediators to change: 2 |
115 | 2024-02-07T22:58:05.580Z | Services to change: 1 |
116 | 2024-02-07T22:58:05.595Z | Estimated space available: 148.87 GB |
117 | 2024-02-07T22:58:05.595Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-07T22:58:05.595Z | Create boot environment: No |
119 | 2024-02-07T22:58:05.595Z | Create backup boot environment: No |
120 | 2024-02-07T22:58:05.595Z | Rebuild boot archive: No |
121 | 2024-02-07T22:58:05.595Z | |
122 | 2024-02-07T22:58:05.595Z | Changed mediators: |
123 | 2024-02-07T22:58:05.596Z | mediator clang: |
124 | 2024-02-07T22:58:05.596Z | version: None -> 15 (system default) |
125 | 2024-02-07T22:58:05.596Z | |
126 | 2024-02-07T22:58:05.596Z | mediator llvm: |
127 | 2024-02-07T22:58:05.596Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-07T22:58:05.596Z | |
129 | 2024-02-07T22:58:05.596Z | Changed packages: |
130 | 2024-02-07T22:58:05.596Z | helios-dev |
131 | 2024-02-07T22:58:05.597Z | developer/build-essential |
132 | 2024-02-07T22:58:05.597Z | None -> 11-2.0 |
133 | 2024-02-07T22:58:05.597Z | library/libxmlsec1 |
134 | 2024-02-07T22:58:05.597Z | None -> 1.2.35-2.0 |
135 | 2024-02-07T22:58:05.597Z | ooce/developer/clang-15 |
136 | 2024-02-07T22:58:05.597Z | None -> 15.0.7-2.0 |
137 | 2024-02-07T22:58:05.598Z | ooce/developer/llvm-15 |
138 | 2024-02-07T22:58:05.598Z | None -> 15.0.7-2.0 |
139 | 2024-02-07T22:58:05.598Z | |
140 | 2024-02-07T22:58:05.598Z | Services: |
141 | 2024-02-07T22:58:05.598Z | restart_fmri: |
142 | 2024-02-07T22:58:05.599Z | svc:/system/update-man-index:default |
143 | 2024-02-07T22:58:05.986Z | |
144 | 2024-02-07T22:58:05.986Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-07T22:58:10.990Z | Download: 1500/3290 items 117.4/212.6MB 55% complete (23.7M/s) |
146 | 2024-02-07T22:58:16.027Z | Download: 3241/3290 items 175.8/212.6MB 82% complete (17.8M/s) |
147 | 2024-02-07T22:58:17.704Z | Download: Completed 212.60 MB in 11.72 seconds (18.1M/s) |
148 | 2024-02-07T22:58:18.093Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-02-07T22:58:23.144Z | Actions: 3544/3689 actions (Installing new actions) |
150 | 2024-02-07T22:58:23.942Z | Actions: Completed 3689 actions in 5.84 seconds. |
151 | 2024-02-07T22:58:24.109Z | Done (0.162s) |
152 | 2024-02-07T22:58:24.109Z | Done (0.000s) |
153 | 2024-02-07T22:58:24.306Z | Done (0.203s) |
154 | 2024-02-07T22:58:29.821Z | Done (5.393s) |
155 | 2024-02-07T22:58:29.992Z | Done (0.098s) |
156 | 2024-02-07T22:58:29.999Z | Done (0.000s) |
157 | 2024-02-07T22:58:30.144Z | Done (0.000s) |
158 | 2024-02-07T22:58:30.639Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-02-07T22:58:30.803Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-02-07T22:58:30.818Z | Planning: Consolidating action changes ... Done |
161 | 2024-02-07T22:58:31.075Z | Planning: Evaluating mediators ... Done |
162 | 2024-02-07T22:58:31.083Z | Planning: Planning completed in 0.43 seconds |
163 | 2024-02-07T22:58:31.102Z | Mediators to change: 2 |
164 | 2024-02-07T22:58:31.102Z | Create boot environment: No |
165 | 2024-02-07T22:58:31.107Z | Create backup boot environment: No |
166 | 2024-02-07T22:58:31.179Z | Done |
167 | 2024-02-07T22:58:31.179Z | Done |
168 | 2024-02-07T22:58:31.298Z | Done |
169 | 2024-02-07T22:58:39.458Z | Done |
170 | 2024-02-07T22:58:39.647Z | Done |
171 | 2024-02-07T22:58:39.647Z | Done |
172 | 2024-02-07T22:58:39.647Z | Done |
173 | 2024-02-07T22:58:39.647Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-02-07T22:58:39.647Z | Planning: Merging actions ... Done |
175 | 2024-02-07T22:58:39.648Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-02-07T22:58:39.648Z | Planning: Consolidating action changes ... Done |
177 | 2024-02-07T22:58:39.648Z | Planning: Evaluating mediators ... Done |
178 | 2024-02-07T22:58:39.648Z | Planning: Planning completed in 0.79 seconds |
179 | 2024-02-07T22:58:39.648Z | Packages to change: 1 |
180 | 2024-02-07T22:58:39.648Z | Mediators to change: 1 |
181 | 2024-02-07T22:58:39.648Z | Services to change: 1 |
182 | 2024-02-07T22:58:39.648Z | Create boot environment: No |
183 | 2024-02-07T22:58:39.649Z | Create backup boot environment: Yes |
184 | 2024-02-07T22:58:39.649Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-02-07T22:58:39.649Z | Actions: Completed 6 actions in 0.07 seconds. |
186 | 2024-02-07T22:58:39.649Z | Done |
187 | 2024-02-07T22:58:39.649Z | Done |
188 | 2024-02-07T22:58:39.649Z | Done |
189 | 2024-02-07T22:58:41.794Z | Done |
190 | 2024-02-07T22:58:41.877Z | Done |
191 | 2024-02-07T22:58:41.886Z | Done |
192 | 2024-02-07T22:58:42.368Z | Done |
193 | 2024-02-07T22:58:42.414Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-02-07T22:58:42.414Z | clang system 15 system |
195 | 2024-02-07T22:58:42.414Z | csh system system illumos |
196 | 2024-02-07T22:58:42.414Z | ctags system system illumos |
197 | 2024-02-07T22:58:42.414Z | gcc vendor 12 vendor |
198 | 2024-02-07T22:58:42.414Z | gcc system 10 system |
199 | 2024-02-07T22:58:42.414Z | gcc system 7 system |
200 | 2024-02-07T22:58:42.414Z | go system 1.20 system |
201 | 2024-02-07T22:58:42.414Z | go system 1.19 system |
202 | 2024-02-07T22:58:42.415Z | llvm system 15 system |
203 | 2024-02-07T22:58:42.415Z | llvm system 14 system |
204 | 2024-02-07T22:58:42.415Z | mariadb system 10.6 system |
205 | 2024-02-07T22:58:42.415Z | mta vendor vendor dma |
206 | 2024-02-07T22:58:42.415Z | openjdk system 17 system |
207 | 2024-02-07T22:58:42.415Z | openjdk system 11 system |
208 | 2024-02-07T22:58:42.415Z | openjdk system 1.8 system |
209 | 2024-02-07T22:58:42.415Z | openssl vendor 3 vendor |
210 | 2024-02-07T22:58:42.415Z | perl system 5.36 system |
211 | 2024-02-07T22:58:42.415Z | postgresql system 15 system |
212 | 2024-02-07T22:58:42.415Z | postgresql system 13 system |
213 | 2024-02-07T22:58:42.415Z | python vendor 3 vendor |
214 | 2024-02-07T22:58:42.415Z | python system 2 system |
215 | 2024-02-07T22:58:42.415Z | python3 system 3.11 system |
216 | 2024-02-07T22:58:42.415Z | ruby system 3.0 system |
217 | 2024-02-07T22:58:42.415Z | words vendor vendor american-english |
218 | 2024-02-07T22:58:42.416Z | words system system australian-english |
219 | 2024-02-07T22:58:42.416Z | words system system british-english |
220 | 2024-02-07T22:58:42.416Z | words system system canadian-english |
221 | 2024-02-07T22:58:42.416Z | words system system french |
222 | 2024-02-07T22:58:42.416Z | words system system italian |
223 | 2024-02-07T22:58:42.416Z | words system system ngerman |
224 | 2024-02-07T22:58:42.416Z | words system system ogerman |
225 | 2024-02-07T22:58:42.416Z | words system system spanish |
226 | 2024-02-07T22:58:42.754Z | FMRI IFO |
227 | 2024-02-07T22:58:42.755Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-02-07T22:58:42.755Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-02-07T22:58:42.755Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-02-07T22:58:42.756Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-02-07T22:58:42.756Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-02-07T22:58:42.756Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-02-07T22:58:42.757Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-02-07T22:58:42.757Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-02-07T22:58:42.782Z | + set -o errexit |
236 | 2024-02-07T22:58:42.787Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-02-07T22:58:42.788Z | ++ cd ./tools |
238 | 2024-02-07T22:58:42.788Z | ++ pwd |
239 | 2024-02-07T22:58:42.788Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-02-07T22:58:42.788Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-02-07T22:58:42.794Z | + ARG0=ci_download_cockroachdb |
242 | 2024-02-07T22:58:42.795Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-02-07T22:58:42.795Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-02-07T22:58:42.795Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-02-07T22:58:42.795Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2024-02-07T22:58:42.795Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2024-02-07T22:58:42.795Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2024-02-07T22:58:42.795Z | + TARGET_DIR=out |
249 | 2024-02-07T22:58:42.795Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-02-07T22:58:42.795Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-02-07T22:58:42.795Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-02-07T22:58:42.795Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-02-07T22:58:42.795Z | + main |
254 | 2024-02-07T22:58:42.795Z | + [[ 0 != 0 ]] |
255 | 2024-02-07T22:58:42.795Z | + CIDL_OS=solaris2.11 |
256 | 2024-02-07T22:58:42.795Z | + [[ 0 != 0 ]] |
257 | 2024-02-07T22:58:42.795Z | + configure_os solaris2.11 |
258 | 2024-02-07T22:58:42.796Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-02-07T22:58:42.796Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-02-07T22:58:42.796Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2024-02-07T22:58:42.796Z | + case "$1" in |
262 | 2024-02-07T22:58:42.796Z | + CIDL_BUILD=illumos |
263 | 2024-02-07T22:58:42.796Z | configuring based on OS: "solaris2.11" |
264 | 2024-02-07T22:58:42.796Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-02-07T22:58:42.796Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2024-02-07T22:58:42.796Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2024-02-07T22:58:42.796Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-02-07T22:58:42.796Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-02-07T22:58:42.797Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-02-07T22:58:42.797Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-07T22:58:42.797Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-07T22:58:42.797Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-02-07T22:58:42.797Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-07T22:58:42.797Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-02-07T22:58:42.797Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-07T22:58:42.797Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-07T22:58:42.797Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-02-07T22:58:42.797Z | + mkdir -p out/downloads |
279 | 2024-02-07T22:58:42.797Z | + mkdir -p ./out/cockroachdb |
280 | 2024-02-07T22:58:42.814Z | + local DO_DOWNLOAD=true |
281 | 2024-02-07T22:58:42.814Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-02-07T22:58:42.814Z | + '[' true == true ']' |
283 | 2024-02-07T22:58:42.814Z | + echo Downloading... |
284 | 2024-02-07T22:58:42.814Z | Downloading... |
285 | 2024-02-07T22:58:42.814Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-07T22:58:42.814Z | + 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 |
287 | 2024-02-07T22:58:45.550Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-07T22:58:45.553Z | ++ md5sum |
289 | 2024-02-07T22:58:45.553Z | ++ awk '{print $1}' |
290 | 2024-02-07T22:58:45.683Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2024-02-07T22:58:45.691Z | + [[ 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 ]] |
292 | 2024-02-07T22:58:45.691Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-07T22:58:45.691Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-02-07T22:58:47.866Z | + do_assemble_illumos |
295 | 2024-02-07T22:58:47.866Z | + rm -r ./out/cockroachdb |
296 | 2024-02-07T22:58:47.876Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-02-07T22:58:48.230Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-02-07T22:58:48.425Z | Build Tag: v22.1.9-dirty |
299 | 2024-02-07T22:58:48.425Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-02-07T22:58:48.425Z | Distribution: OSS |
301 | 2024-02-07T22:58:48.426Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-02-07T22:58:48.426Z | Go Version: go1.17.13 |
303 | 2024-02-07T22:58:48.426Z | C Compiler: gcc 10.3.0 |
304 | 2024-02-07T22:58:48.426Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-02-07T22:58:48.426Z | Build Type: release |
306 | 2024-02-07T22:58:48.445Z | + set -o errexit |
307 | 2024-02-07T22:58:48.452Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-02-07T22:58:48.452Z | ++ cd ./tools |
309 | 2024-02-07T22:58:48.453Z | ++ pwd |
310 | 2024-02-07T22:58:48.453Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-02-07T22:58:48.453Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-02-07T22:58:48.453Z | + ARG0=ci_download_clickhouse |
313 | 2024-02-07T22:58:48.453Z | + TARGET_DIR=out |
314 | 2024-02-07T22:58:48.453Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-02-07T22:58:48.453Z | + DEST_DIR=./out/clickhouse |
316 | 2024-02-07T22:58:48.453Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
317 | 2024-02-07T22:58:48.463Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2024-02-07T22:58:48.463Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2024-02-07T22:58:48.463Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2024-02-07T22:58:48.463Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2024-02-07T22:58:48.463Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2024-02-07T22:58:48.464Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2024-02-07T22:58:48.464Z | + main |
324 | 2024-02-07T22:58:48.464Z | + [[ 0 != 0 ]] |
325 | 2024-02-07T22:58:48.464Z | + CIDL_OS=solaris2.11 |
326 | 2024-02-07T22:58:48.464Z | + [[ 0 != 0 ]] |
327 | 2024-02-07T22:58:48.464Z | + configure_os solaris2.11 |
328 | 2024-02-07T22:58:48.464Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2024-02-07T22:58:48.464Z | current directory: /work/oxidecomputer/omicron |
330 | 2024-02-07T22:58:48.464Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2024-02-07T22:58:48.464Z | + CIDL_DASHREV= |
332 | 2024-02-07T22:58:48.464Z | + case "$1" in |
333 | 2024-02-07T22:58:48.464Z | configuring based on OS: "solaris2.11" |
334 | 2024-02-07T22:58:48.464Z | + CIDL_PLATFORM=illumos |
335 | 2024-02-07T22:58:48.465Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2024-02-07T22:58:48.465Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2024-02-07T22:58:48.465Z | + CIDL_DASHREV=-1 |
338 | 2024-02-07T22:58:48.465Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2024-02-07T22:58:48.465Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-07T22:58:48.465Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-07T22:58:48.465Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-07T22:58:48.465Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2024-02-07T22:58:48.465Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-07T22:58:48.465Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-02-07T22:58:48.465Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-07T22:58:48.465Z | + mkdir -p out/downloads |
347 | 2024-02-07T22:58:48.465Z | + mkdir -p ./out/clickhouse |
348 | 2024-02-07T22:58:48.466Z | + local DO_DOWNLOAD=true |
349 | 2024-02-07T22:58:48.466Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2024-02-07T22:58:48.466Z | + '[' true == true ']' |
351 | 2024-02-07T22:58:48.466Z | + echo Downloading... |
352 | 2024-02-07T22:58:48.466Z | Downloading... |
353 | 2024-02-07T22:58:48.466Z | + 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 |
354 | 2024-02-07T22:58:48.466Z | + 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 |
355 | 2024-02-07T22:58:50.438Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-02-07T22:58:50.442Z | ++ md5sum |
357 | 2024-02-07T22:58:50.442Z | ++ awk '{print $1}' |
358 | 2024-02-07T22:58:50.626Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-02-07T22:58:50.626Z | + [[ 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 ]] |
360 | 2024-02-07T22:58:50.626Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2024-02-07T22:58:50.634Z | + mkdir -p ./out/clickhouse |
362 | 2024-02-07T22:58:50.634Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-02-07T22:58:53.794Z | + ./out/clickhouse/clickhouse server --version |
364 | 2024-02-07T22:58:53.821Z | ClickHouse server version 22.8.9.1. |
365 | 2024-02-07T22:58:53.833Z | + set -o errexit |
366 | 2024-02-07T22:58:53.837Z | +++ dirname ./tools/ci_download_console |
367 | 2024-02-07T22:58:53.837Z | ++ cd ./tools |
368 | 2024-02-07T22:58:53.838Z | ++ pwd |
369 | 2024-02-07T22:58:53.838Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2024-02-07T22:58:53.838Z | ++ basename ./tools/ci_download_console |
371 | 2024-02-07T22:58:53.841Z | + ARG0=ci_download_console |
372 | 2024-02-07T22:58:53.841Z | + TARGET_DIR=out |
373 | 2024-02-07T22:58:53.841Z | + DOWNLOAD_DIR=out/downloads |
374 | 2024-02-07T22:58:53.842Z | + DEST_DIR=./out/console-assets |
375 | 2024-02-07T22:58:53.842Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2024-02-07T22:58:53.842Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
377 | 2024-02-07T22:58:53.842Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
378 | 2024-02-07T22:58:53.842Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
379 | 2024-02-07T22:58:53.842Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2024-02-07T22:58:53.842Z | + main |
381 | 2024-02-07T22:58:53.842Z | + [[ 0 != 0 ]] |
382 | 2024-02-07T22:58:53.842Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
383 | 2024-02-07T22:58:53.842Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
384 | 2024-02-07T22:58:53.842Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2024-02-07T22:58:53.842Z | Local file: out/downloads/console.tar.gz |
386 | 2024-02-07T22:58:53.842Z | + local DO_DOWNLOAD=true |
387 | 2024-02-07T22:58:53.842Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2024-02-07T22:58:53.842Z | + mkdir -p out/downloads |
389 | 2024-02-07T22:58:53.842Z | + '[' true == true ']' |
390 | 2024-02-07T22:58:53.843Z | + echo Downloading... |
391 | 2024-02-07T22:58:53.843Z | Downloading... |
392 | 2024-02-07T22:58:53.843Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
393 | 2024-02-07T22:58:53.843Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
394 | 2024-02-07T22:58:54.385Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-02-07T22:58:54.385Z | ++ case "$OSTYPE" in |
396 | 2024-02-07T22:58:54.391Z | ++ SHA=sha256sum |
397 | 2024-02-07T22:58:54.391Z | ++ sha256sum |
398 | 2024-02-07T22:58:54.391Z | ++ awk '{print $1}' |
399 | 2024-02-07T22:58:54.486Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
400 | 2024-02-07T22:58:54.492Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
401 | 2024-02-07T22:58:54.492Z | + rm -rf ./out/console-assets |
402 | 2024-02-07T22:58:54.492Z | + mkdir -p ./out/console-assets |
403 | 2024-02-07T22:58:54.493Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-02-07T22:58:54.493Z | + mkdir -p ./out/console-assets |
405 | 2024-02-07T22:58:54.493Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-02-07T22:58:54.599Z | + set -o errexit |
407 | 2024-02-07T22:58:54.605Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2024-02-07T22:58:54.605Z | ++ cd ./tools |
409 | 2024-02-07T22:58:54.605Z | ++ pwd |
410 | 2024-02-07T22:58:54.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-02-07T22:58:54.605Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2024-02-07T22:58:54.606Z | + ARG0=ci_download_maghemite_openapi |
413 | 2024-02-07T22:58:54.606Z | + TARGET_DIR=out |
414 | 2024-02-07T22:58:54.606Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-02-07T22:58:54.606Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2024-02-07T22:58:54.606Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
417 | 2024-02-07T22:58:54.607Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
418 | 2024-02-07T22:58:54.607Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
419 | 2024-02-07T22:58:54.607Z | + LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
420 | 2024-02-07T22:58:54.607Z | + main |
421 | 2024-02-07T22:58:54.607Z | + [[ 0 != 0 ]] |
422 | 2024-02-07T22:58:54.608Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json' |
423 | 2024-02-07T22:58:54.608Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
424 | 2024-02-07T22:58:54.608Z | + echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
425 | 2024-02-07T22:58:54.609Z | Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
426 | 2024-02-07T22:58:54.609Z | + local DO_DOWNLOAD=true |
427 | 2024-02-07T22:58:54.609Z | + [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
428 | 2024-02-07T22:58:54.609Z | + mkdir -p out/downloads |
429 | 2024-02-07T22:58:54.609Z | + '[' true == true ']' |
430 | 2024-02-07T22:58:54.610Z | + echo Downloading... |
431 | 2024-02-07T22:58:54.610Z | Downloading... |
432 | 2024-02-07T22:58:54.610Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
433 | 2024-02-07T22:58:54.610Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
434 | 2024-02-07T22:58:54.803Z | ++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
435 | 2024-02-07T22:58:54.814Z | ++ case "$OSTYPE" in |
436 | 2024-02-07T22:58:54.814Z | ++ SHA=sha256sum |
437 | 2024-02-07T22:58:54.814Z | ++ sha256sum |
438 | 2024-02-07T22:58:54.814Z | ++ awk '{print $1}' |
439 | 2024-02-07T22:58:54.814Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-02-07T22:58:54.815Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
441 | 2024-02-07T22:58:54.815Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2024-02-07T22:58:54.815Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
443 | 2024-02-07T22:58:54.815Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
444 | 2024-02-07T22:58:54.815Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
445 | 2024-02-07T22:58:54.815Z | + LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
446 | 2024-02-07T22:58:54.815Z | + main |
447 | 2024-02-07T22:58:54.816Z | + [[ 0 != 0 ]] |
448 | 2024-02-07T22:58:54.816Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json' |
449 | 2024-02-07T22:58:54.816Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
450 | 2024-02-07T22:58:54.816Z | + echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
451 | 2024-02-07T22:58:54.816Z | + local DO_DOWNLOAD=true |
452 | 2024-02-07T22:58:54.816Z | Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
453 | 2024-02-07T22:58:54.816Z | + [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
454 | 2024-02-07T22:58:54.816Z | + mkdir -p out/downloads |
455 | 2024-02-07T22:58:54.816Z | + '[' true == true ']' |
456 | 2024-02-07T22:58:54.816Z | + echo Downloading... |
457 | 2024-02-07T22:58:54.817Z | Downloading... |
458 | 2024-02-07T22:58:54.817Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
459 | 2024-02-07T22:58:54.817Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
460 | 2024-02-07T22:58:54.973Z | ++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
461 | 2024-02-07T22:58:54.976Z | ++ case "$OSTYPE" in |
462 | 2024-02-07T22:58:54.976Z | ++ SHA=sha256sum |
463 | 2024-02-07T22:58:54.977Z | ++ sha256sum |
464 | 2024-02-07T22:58:54.977Z | ++ awk '{print $1}' |
465 | 2024-02-07T22:58:54.980Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
466 | 2024-02-07T22:58:54.980Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
467 | 2024-02-07T22:58:54.985Z | + set -o errexit |
468 | 2024-02-07T22:58:54.990Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2024-02-07T22:58:54.990Z | ++ cd ./tools |
470 | 2024-02-07T22:58:54.990Z | ++ pwd |
471 | 2024-02-07T22:58:54.990Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2024-02-07T22:58:54.993Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2024-02-07T22:58:54.994Z | + ARG0=ci_download_dendrite_openapi |
474 | 2024-02-07T22:58:54.994Z | + TARGET_DIR=out |
475 | 2024-02-07T22:58:54.994Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-02-07T22:58:54.994Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2024-02-07T22:58:54.994Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
478 | 2024-02-07T22:58:54.994Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
479 | 2024-02-07T22:58:54.994Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
480 | 2024-02-07T22:58:54.994Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
481 | 2024-02-07T22:58:54.994Z | + main |
482 | 2024-02-07T22:58:54.994Z | + [[ 0 != 0 ]] |
483 | 2024-02-07T22:58:54.994Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
484 | 2024-02-07T22:58:54.994Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
485 | 2024-02-07T22:58:54.994Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
486 | 2024-02-07T22:58:54.994Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
487 | 2024-02-07T22:58:54.995Z | + local DO_DOWNLOAD=true |
488 | 2024-02-07T22:58:54.995Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
489 | 2024-02-07T22:58:54.995Z | + mkdir -p out/downloads |
490 | 2024-02-07T22:58:54.998Z | + '[' true == true ']' |
491 | 2024-02-07T22:58:54.998Z | + echo Downloading... |
492 | 2024-02-07T22:58:54.998Z | Downloading... |
493 | 2024-02-07T22:58:54.998Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
494 | 2024-02-07T22:58:54.998Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
495 | 2024-02-07T22:58:55.142Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
496 | 2024-02-07T22:58:55.142Z | ++ case "$OSTYPE" in |
497 | 2024-02-07T22:58:55.146Z | ++ SHA=sha256sum |
498 | 2024-02-07T22:58:55.146Z | ++ sha256sum |
499 | 2024-02-07T22:58:55.146Z | ++ awk '{print $1}' |
500 | 2024-02-07T22:58:55.152Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-02-07T22:58:55.152Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
502 | 2024-02-07T22:58:55.157Z | + set -o errexit |
503 | 2024-02-07T22:58:55.160Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2024-02-07T22:58:55.161Z | ++ cd ./tools |
505 | 2024-02-07T22:58:55.161Z | ++ pwd |
506 | 2024-02-07T22:58:55.161Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-02-07T22:58:55.161Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2024-02-07T22:58:55.169Z | + ARG0=ci_download_dendrite_stub |
509 | 2024-02-07T22:58:55.169Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2024-02-07T22:58:55.169Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
511 | 2024-02-07T22:58:55.170Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
512 | 2024-02-07T22:58:55.170Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
513 | 2024-02-07T22:58:55.170Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-02-07T22:58:55.170Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
515 | 2024-02-07T22:58:55.170Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
516 | 2024-02-07T22:58:55.170Z | + TARGET_DIR=out |
517 | 2024-02-07T22:58:55.170Z | + DOWNLOAD_DIR=out/downloads |
518 | 2024-02-07T22:58:55.170Z | + DEST_DIR=./out/dendrite-stub |
519 | 2024-02-07T22:58:55.170Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2024-02-07T22:58:55.170Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2024-02-07T22:58:55.170Z | + REPO=oxidecomputer/dendrite |
522 | 2024-02-07T22:58:55.170Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
523 | 2024-02-07T22:58:55.170Z | + main |
524 | 2024-02-07T22:58:55.170Z | + [[ 0 != 0 ]] |
525 | 2024-02-07T22:58:55.170Z | + CIDL_OS=solaris2.11 |
526 | 2024-02-07T22:58:55.171Z | + [[ 0 != 0 ]] |
527 | 2024-02-07T22:58:55.171Z | + configure_os solaris2.11 |
528 | 2024-02-07T22:58:55.171Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2024-02-07T22:58:55.171Z | current directory: /work/oxidecomputer/omicron |
530 | 2024-02-07T22:58:55.171Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2024-02-07T22:58:55.171Z | + case "$1" in |
532 | 2024-02-07T22:58:55.171Z | configuring based on OS: "solaris2.11" |
533 | 2024-02-07T22:58:55.171Z | + SET_BINARIES= |
534 | 2024-02-07T22:58:55.171Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
535 | 2024-02-07T22:58:55.171Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2024-02-07T22:58:55.171Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2024-02-07T22:58:55.171Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
538 | 2024-02-07T22:58:55.171Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2024-02-07T22:58:55.171Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
540 | 2024-02-07T22:58:55.171Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-02-07T22:58:55.171Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2024-02-07T22:58:55.172Z | + mkdir -p out/downloads |
543 | 2024-02-07T22:58:55.172Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-07T22:58:55.172Z | + mkdir -p ./out/dendrite-stub |
545 | 2024-02-07T22:58:55.172Z | + fetch_and_verify |
546 | 2024-02-07T22:58:55.172Z | + local DO_DOWNLOAD=true |
547 | 2024-02-07T22:58:55.172Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2024-02-07T22:58:55.172Z | + '[' true == true ']' |
549 | 2024-02-07T22:58:55.172Z | + echo Downloading... |
550 | 2024-02-07T22:58:55.172Z | Downloading... |
551 | 2024-02-07T22:58:55.172Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-07T22:58:55.172Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
553 | 2024-02-07T22:59:10.985Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2024-02-07T22:59:10.988Z | ++ sha256sum |
555 | 2024-02-07T22:59:10.988Z | ++ awk '{print $1}' |
556 | 2024-02-07T22:59:11.039Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-02-07T22:59:11.040Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
558 | 2024-02-07T22:59:11.061Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-07T22:59:11.062Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2024-02-07T22:59:11.708Z | + do_assemble |
561 | 2024-02-07T22:59:11.709Z | + rm -r ./out/dendrite-stub |
562 | 2024-02-07T22:59:11.712Z | + mkdir ./out/dendrite-stub |
563 | 2024-02-07T22:59:11.723Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2024-02-07T22:59:11.801Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2024-02-07T22:59:11.812Z | + set -o errexit |
566 | 2024-02-07T22:59:11.817Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2024-02-07T22:59:11.818Z | ++ cd ./tools |
568 | 2024-02-07T22:59:11.818Z | ++ pwd |
569 | 2024-02-07T22:59:11.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2024-02-07T22:59:11.818Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2024-02-07T22:59:11.823Z | + ARG0=ci_download_maghemite_mgd |
572 | 2024-02-07T22:59:11.823Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2024-02-07T22:59:11.823Z | ++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
574 | 2024-02-07T22:59:11.823Z | ++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616 |
575 | 2024-02-07T22:59:11.824Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2024-02-07T22:59:11.824Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
577 | 2024-02-07T22:59:11.824Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
578 | 2024-02-07T22:59:11.824Z | + TARGET_DIR=out |
579 | 2024-02-07T22:59:11.824Z | + DOWNLOAD_DIR=out/downloads |
580 | 2024-02-07T22:59:11.824Z | + DEST_DIR=./out/mgd |
581 | 2024-02-07T22:59:11.824Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2024-02-07T22:59:11.824Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2024-02-07T22:59:11.824Z | + REPO=oxidecomputer/maghemite |
584 | 2024-02-07T22:59:11.825Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
585 | 2024-02-07T22:59:11.825Z | + main |
586 | 2024-02-07T22:59:11.825Z | + [[ 0 != 0 ]] |
587 | 2024-02-07T22:59:11.825Z | + CIDL_OS=solaris2.11 |
588 | 2024-02-07T22:59:11.825Z | + [[ 0 != 0 ]] |
589 | 2024-02-07T22:59:11.825Z | + configure_os solaris2.11 |
590 | 2024-02-07T22:59:11.825Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2024-02-07T22:59:11.825Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-02-07T22:59:11.825Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2024-02-07T22:59:11.826Z | + case "$1" in |
594 | 2024-02-07T22:59:11.826Z | + SET_BINARIES= |
595 | 2024-02-07T22:59:11.826Z | configuring based on OS: "solaris2.11" |
596 | 2024-02-07T22:59:11.826Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-02-07T22:59:11.826Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2024-02-07T22:59:11.826Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
599 | 2024-02-07T22:59:11.826Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2024-02-07T22:59:11.826Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz' |
601 | 2024-02-07T22:59:11.826Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
602 | 2024-02-07T22:59:11.827Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2024-02-07T22:59:11.827Z | + mkdir -p out/downloads |
604 | 2024-02-07T22:59:11.827Z | Local file: out/downloads/mgd.tar.gz |
605 | 2024-02-07T22:59:11.827Z | + mkdir -p ./out/mgd |
606 | 2024-02-07T22:59:11.832Z | + fetch_and_verify |
607 | 2024-02-07T22:59:11.832Z | + local DO_DOWNLOAD=true |
608 | 2024-02-07T22:59:11.832Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2024-02-07T22:59:11.832Z | + '[' true == true ']' |
610 | 2024-02-07T22:59:11.832Z | + echo Downloading... |
611 | 2024-02-07T22:59:11.832Z | Downloading... |
612 | 2024-02-07T22:59:11.832Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2024-02-07T22:59:11.833Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
614 | 2024-02-07T22:59:21.539Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2024-02-07T22:59:21.545Z | ++ sha256sum |
616 | 2024-02-07T22:59:21.545Z | ++ awk '{print $1}' |
617 | 2024-02-07T22:59:21.558Z | + calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
618 | 2024-02-07T22:59:21.565Z | + [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]] |
619 | 2024-02-07T22:59:21.565Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2024-02-07T22:59:21.566Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2024-02-07T22:59:22.015Z | + do_assemble |
622 | 2024-02-07T22:59:22.015Z | + rm -r ./out/mgd |
623 | 2024-02-07T22:59:22.029Z | + mkdir ./out/mgd |
624 | 2024-02-07T22:59:22.029Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2024-02-07T22:59:22.155Z | + set -o errexit |
626 | 2024-02-07T22:59:22.159Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2024-02-07T22:59:22.162Z | ++ cd ./tools |
628 | 2024-02-07T22:59:22.163Z | ++ pwd |
629 | 2024-02-07T22:59:22.163Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2024-02-07T22:59:22.163Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2024-02-07T22:59:22.163Z | + ARG0=ci_download_transceiver_control |
632 | 2024-02-07T22:59:22.163Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2024-02-07T22:59:22.163Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2024-02-07T22:59:22.163Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2024-02-07T22:59:22.163Z | + TARGET_DIR=out |
636 | 2024-02-07T22:59:22.163Z | + DOWNLOAD_DIR=out/downloads |
637 | 2024-02-07T22:59:22.163Z | + DEST_DIR=./out/transceiver-control |
638 | 2024-02-07T22:59:22.163Z | + BIN_DIR=/opt/oxide/bin |
639 | 2024-02-07T22:59:22.164Z | + BINARY=xcvradm |
640 | 2024-02-07T22:59:22.164Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2024-02-07T22:59:22.164Z | + REPO=oxidecomputer/transceiver-control |
642 | 2024-02-07T22:59:22.164Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-02-07T22:59:22.171Z | + main |
644 | 2024-02-07T22:59:22.171Z | + [[ 0 != 0 ]] |
645 | 2024-02-07T22:59:22.171Z | + CIDL_OS=solaris2.11 |
646 | 2024-02-07T22:59:22.172Z | + [[ 0 != 0 ]] |
647 | 2024-02-07T22:59:22.172Z | + configure_os solaris2.11 |
648 | 2024-02-07T22:59:22.172Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2024-02-07T22:59:22.172Z | current directory: /work/oxidecomputer/omicron |
650 | 2024-02-07T22:59:22.172Z | configuring based on OS: "solaris2.11" |
651 | 2024-02-07T22:59:22.172Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2024-02-07T22:59:22.172Z | + case "$1" in |
653 | 2024-02-07T22:59:22.172Z | + SET_BINARIES= |
654 | 2024-02-07T22:59:22.173Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-02-07T22:59:22.173Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2024-02-07T22:59:22.173Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2024-02-07T22:59:22.173Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-02-07T22:59:22.173Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2024-02-07T22:59:22.173Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2024-02-07T22:59:22.173Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-07T22:59:22.173Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-02-07T22:59:22.173Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2024-02-07T22:59:22.174Z | + mkdir -p out/downloads |
664 | 2024-02-07T22:59:22.174Z | + mkdir -p ./out/transceiver-control |
665 | 2024-02-07T22:59:22.174Z | + fetch_and_verify |
666 | 2024-02-07T22:59:22.174Z | + local DO_DOWNLOAD=true |
667 | 2024-02-07T22:59:22.174Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2024-02-07T22:59:22.174Z | + '[' true == true ']' |
669 | 2024-02-07T22:59:22.174Z | + echo Downloading... |
670 | 2024-02-07T22:59:22.174Z | Downloading... |
671 | 2024-02-07T22:59:22.174Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2024-02-07T22:59:22.174Z | + 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 |
673 | 2024-02-07T22:59:26.161Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2024-02-07T22:59:26.176Z | ++ sha256sum |
675 | 2024-02-07T22:59:26.176Z | ++ awk '{print $1}' |
676 | 2024-02-07T22:59:26.177Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-02-07T22:59:26.177Z | + [[ 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 ]] |
678 | 2024-02-07T22:59:26.177Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2024-02-07T22:59:26.177Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2024-02-07T22:59:26.177Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2024-02-07T22:59:26.285Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2024-02-07T22:59:26.296Z | + do_assemble |
683 | 2024-02-07T22:59:26.297Z | + rm -r ./out/transceiver-control |
684 | 2024-02-07T22:59:26.297Z | + mkdir ./out/transceiver-control |
685 | 2024-02-07T22:59:26.297Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2024-02-07T22:59:26.462Z | All prerequisites installed successfully |
687 | 2024-02-07T22:59:26.474Z | |
688 | 2024-02-07T22:59:26.474Z | real 1:44.591308132 |
689 | 2024-02-07T22:59:26.474Z | user 33.152847588 |
690 | 2024-02-07T22:59:26.474Z | sys 6.366085170 |
691 | 2024-02-07T22:59:26.474Z | trap 0.009552042 |
692 | 2024-02-07T22:59:26.475Z | tflt 0.241586319 |
693 | 2024-02-07T22:59:26.475Z | dflt 0.844909071 |
694 | 2024-02-07T22:59:26.475Z | kflt 0.416065430 |
695 | 2024-02-07T22:59:26.475Z | lock 1.658479429 |
696 | 2024-02-07T22:59:26.475Z | slp 3:38.511834595 |
697 | 2024-02-07T22:59:26.475Z | lat 1.872574860 |
698 | 2024-02-07T22:59:26.476Z | stop 0.140157288 |
699 | 2024-02-07T22:59:26.476Z | + banner end-to-end-tests |
700 | 2024-02-07T22:59:26.517Z | |
701 | 2024-02-07T22:59:26.517Z | ###### # # ##### ##### #### ###### # # ##### |
702 | 2024-02-07T22:59:26.517Z | # ## # # # # # # # ## # # # |
703 | 2024-02-07T22:59:26.517Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
704 | 2024-02-07T22:59:26.517Z | # # # # # # # # # # # # # # # |
705 | 2024-02-07T22:59:26.517Z | # # ## # # # # # # # ## # # |
706 | 2024-02-07T22:59:26.518Z | ###### # # ##### # #### ###### # # ##### |
707 | 2024-02-07T22:59:26.518Z | |
708 | 2024-02-07T22:59:26.524Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-02-07T22:59:26.524Z | + CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2024-02-07T22:59:26.524Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-02-07T22:59:26.524Z | + CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2024-02-07T22:59:26.524Z | + export CARGO_INCREMENTAL=0 |
713 | 2024-02-07T22:59:26.524Z | + CARGO_INCREMENTAL=0 |
714 | 2024-02-07T22:59:26.525Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
715 | 2024-02-07T22:59:26.751Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
716 | 2024-02-07T22:59:27.050Z | Updating git repository `https://github.com/oxidecomputer/samael` |
717 | 2024-02-07T22:59:27.428Z | Updating crates.io index |
718 | 2024-02-07T22:59:27.432Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
719 | 2024-02-07T22:59:28.522Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
720 | 2024-02-07T22:59:34.662Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
721 | 2024-02-07T22:59:34.838Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
722 | 2024-02-07T22:59:34.838Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
723 | 2024-02-07T22:59:34.838Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
724 | 2024-02-07T22:59:34.842Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
725 | 2024-02-07T22:59:34.843Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
726 | 2024-02-07T22:59:35.605Z | Updating git repository `https://github.com/oxidecomputer/opte` |
727 | 2024-02-07T22:59:36.533Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
728 | 2024-02-07T22:59:36.812Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
729 | 2024-02-07T22:59:37.408Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
730 | 2024-02-07T22:59:37.756Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
731 | 2024-02-07T22:59:38.036Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
732 | 2024-02-07T22:59:38.338Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
733 | 2024-02-07T22:59:39.131Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
734 | 2024-02-07T22:59:39.234Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
735 | 2024-02-07T22:59:39.489Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
736 | 2024-02-07T22:59:39.998Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
737 | 2024-02-07T22:59:40.411Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
738 | 2024-02-07T22:59:40.695Z | Updating git repository `https://github.com/jgallagher/nix` |
739 | 2024-02-07T22:59:41.633Z | Updating git repository `https://github.com/cbiffle/hubpack` |
740 | 2024-02-07T22:59:41.975Z | Updating git repository `https://github.com/oxidecomputer/typify` |
741 | 2024-02-07T22:59:43.287Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
742 | 2024-02-07T22:59:43.641Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
743 | 2024-02-07T22:59:43.954Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
744 | 2024-02-07T22:59:45.450Z | Downloading crates ... |
745 | 2024-02-07T22:59:45.660Z | Downloaded byteorder v1.5.0 |
746 | 2024-02-07T22:59:45.668Z | Downloaded aead v0.5.2 |
747 | 2024-02-07T22:59:45.676Z | Downloaded md5 v0.7.0 |
748 | 2024-02-07T22:59:45.679Z | Downloaded camino-tempfile v1.1.1 |
749 | 2024-02-07T22:59:45.686Z | Downloaded crucible-workspace-hack v0.1.0 |
750 | 2024-02-07T22:59:45.689Z | Downloaded constant_time_eq v0.3.0 |
751 | 2024-02-07T22:59:45.689Z | Downloaded async-stream v0.3.5 |
752 | 2024-02-07T22:59:45.719Z | Downloaded opaque-debug v0.3.0 |
753 | 2024-02-07T22:59:45.719Z | Downloaded memmap2 v0.7.1 |
754 | 2024-02-07T22:59:45.719Z | Downloaded chacha20 v0.9.1 |
755 | 2024-02-07T22:59:45.719Z | Downloaded const-oid v0.9.5 |
756 | 2024-02-07T22:59:45.719Z | Downloaded memmap v0.7.0 |
757 | 2024-02-07T22:59:45.719Z | Downloaded bitflags v1.3.2 |
758 | 2024-02-07T22:59:45.723Z | Downloaded anstyle v1.0.2 |
759 | 2024-02-07T22:59:45.724Z | Downloaded async-trait v0.1.77 |
760 | 2024-02-07T22:59:45.728Z | Downloaded block-padding v0.3.3 |
761 | 2024-02-07T22:59:45.735Z | Downloaded clap_derive v4.4.2 |
762 | 2024-02-07T22:59:45.736Z | Downloaded colorchoice v1.0.0 |
763 | 2024-02-07T22:59:45.740Z | Downloaded crossbeam-utils v0.8.16 |
764 | 2024-02-07T22:59:45.746Z | Downloaded cc v1.0.83 |
765 | 2024-02-07T22:59:45.752Z | Downloaded num_threads v0.1.6 |
766 | 2024-02-07T22:59:45.752Z | Downloaded darling v0.20.3 |
767 | 2024-02-07T22:59:45.755Z | Downloaded bzip2 v0.4.4 |
768 | 2024-02-07T22:59:45.758Z | Downloaded openssl-probe v0.1.5 |
769 | 2024-02-07T22:59:45.758Z | Downloaded keccak v0.1.4 |
770 | 2024-02-07T22:59:45.762Z | Downloaded option-ext v0.2.0 |
771 | 2024-02-07T22:59:45.767Z | Downloaded matches v0.1.10 |
772 | 2024-02-07T22:59:45.767Z | Downloaded block-buffer v0.10.4 |
773 | 2024-02-07T22:59:45.771Z | Downloaded normalize-line-endings v0.3.0 |
774 | 2024-02-07T22:59:45.771Z | Downloaded num-rational v0.4.1 |
775 | 2024-02-07T22:59:45.774Z | Downloaded openssl-macros v0.1.1 |
776 | 2024-02-07T22:59:45.774Z | Downloaded curve25519-dalek-derive v0.1.0 |
777 | 2024-02-07T22:59:45.777Z | Downloaded stable_deref_trait v1.2.0 |
778 | 2024-02-07T22:59:45.780Z | Downloaded cstr-argument v0.1.2 |
779 | 2024-02-07T22:59:45.780Z | Downloaded phf v0.11.2 |
780 | 2024-02-07T22:59:45.789Z | Downloaded owo-colors v4.0.0 |
781 | 2024-02-07T22:59:45.793Z | Downloaded argon2 v0.5.3 |
782 | 2024-02-07T22:59:45.793Z | Downloaded pretty-hex v0.2.1 |
783 | 2024-02-07T22:59:45.793Z | Downloaded atomicwrites v0.4.3 |
784 | 2024-02-07T22:59:45.793Z | Downloaded defmt-macros v0.3.6 |
785 | 2024-02-07T22:59:45.798Z | Downloaded num-integer v0.1.45 |
786 | 2024-02-07T22:59:45.801Z | Downloaded take_mut v0.2.2 |
787 | 2024-02-07T22:59:45.802Z | Downloaded num_enum v0.5.11 |
788 | 2024-02-07T22:59:45.807Z | Downloaded colored v2.0.4 |
789 | 2024-02-07T22:59:45.813Z | Downloaded polyval v0.6.1 |
790 | 2024-02-07T22:59:45.814Z | Downloaded cpufeatures v0.2.12 |
791 | 2024-02-07T22:59:45.818Z | Downloaded deranged v0.3.8 |
792 | 2024-02-07T22:59:45.819Z | Downloaded num-bigint v0.4.4 |
793 | 2024-02-07T22:59:45.828Z | Downloaded structopt-derive v0.4.18 |
794 | 2024-02-07T22:59:45.828Z | Downloaded newtype_derive v0.1.6 |
795 | 2024-02-07T22:59:45.841Z | Downloaded blake3 v1.5.0 |
796 | 2024-02-07T22:59:45.841Z | Downloaded time-core v0.1.1 |
797 | 2024-02-07T22:59:45.841Z | Downloaded bit-vec v0.6.3 |
798 | 2024-02-07T22:59:45.846Z | Downloaded platforms v3.0.2 |
799 | 2024-02-07T22:59:45.847Z | Downloaded num_cpus v1.16.0 |
800 | 2024-02-07T22:59:45.847Z | Downloaded tokio-native-tls v0.3.1 |
801 | 2024-02-07T22:59:45.847Z | Downloaded paste v1.0.14 |
802 | 2024-02-07T22:59:45.851Z | Downloaded itoa v1.0.9 |
803 | 2024-02-07T22:59:45.851Z | Downloaded dtrace-parser v0.2.0 |
804 | 2024-02-07T22:59:45.851Z | Downloaded bcrypt-pbkdf v0.10.0 |
805 | 2024-02-07T22:59:45.851Z | Downloaded blowfish v0.9.1 |
806 | 2024-02-07T22:59:45.855Z | Downloaded dtrace-parser v0.1.14 |
807 | 2024-02-07T22:59:45.856Z | Downloaded crypto-common v0.1.6 |
808 | 2024-02-07T22:59:45.856Z | Downloaded atomic-waker v1.1.1 |
809 | 2024-02-07T22:59:45.864Z | Downloaded pbkdf2 v0.12.2 |
810 | 2024-02-07T22:59:45.864Z | Downloaded pem v3.0.2 |
811 | 2024-02-07T22:59:45.864Z | Downloaded poly1305 v0.8.0 |
812 | 2024-02-07T22:59:45.864Z | Downloaded usdt-attr-macro v0.3.5 |
813 | 2024-02-07T22:59:45.868Z | Downloaded predicates v3.1.0 |
814 | 2024-02-07T22:59:45.868Z | Downloaded macaddr v1.0.1 |
815 | 2024-02-07T22:59:45.872Z | Downloaded managed v0.8.0 |
816 | 2024-02-07T22:59:45.872Z | Downloaded usdt-macro v0.3.5 |
817 | 2024-02-07T22:59:45.872Z | Downloaded pkg-config v0.3.27 |
818 | 2024-02-07T22:59:45.876Z | Downloaded libsw v3.3.1 |
819 | 2024-02-07T22:59:45.876Z | Downloaded parse-display v0.9.0 |
820 | 2024-02-07T22:59:45.877Z | Downloaded zone_cfg_derive v0.3.0 |
821 | 2024-02-07T22:59:45.880Z | Downloaded ciborium-ll v0.2.2 |
822 | 2024-02-07T22:59:45.880Z | Downloaded md-5 v0.10.5 |
823 | 2024-02-07T22:59:45.880Z | Downloaded subprocess v0.2.9 |
824 | 2024-02-07T22:59:45.892Z | Downloaded parking_lot v0.11.2 |
825 | 2024-02-07T22:59:45.896Z | Downloaded num v0.4.1 |
826 | 2024-02-07T22:59:45.897Z | Downloaded debug-ignore v1.0.5 |
827 | 2024-02-07T22:59:45.897Z | Downloaded kstat-rs v0.2.3 |
828 | 2024-02-07T22:59:45.897Z | Downloaded pin-utils v0.1.0 |
829 | 2024-02-07T22:59:45.897Z | Downloaded ppv-lite86 v0.2.17 |
830 | 2024-02-07T22:59:45.897Z | Downloaded toolchain_find v0.2.0 |
831 | 2024-02-07T22:59:45.897Z | Downloaded tower-service v0.3.2 |
832 | 2024-02-07T22:59:45.901Z | Downloaded tokio-macros v2.2.0 |
833 | 2024-02-07T22:59:45.901Z | Downloaded structmeta v0.3.0 |
834 | 2024-02-07T22:59:45.901Z | Downloaded percent-encoding v2.3.1 |
835 | 2024-02-07T22:59:45.901Z | Downloaded pbkdf2 v0.11.0 |
836 | 2024-02-07T22:59:45.905Z | Downloaded ident_case v1.0.1 |
837 | 2024-02-07T22:59:45.905Z | Downloaded thiserror-no-std v2.0.2 |
838 | 2024-02-07T22:59:45.909Z | Downloaded zeroize v1.7.0 |
839 | 2024-02-07T22:59:45.909Z | Downloaded rfc6979 v0.4.0 |
840 | 2024-02-07T22:59:45.913Z | Downloaded gethostname v0.4.3 |
841 | 2024-02-07T22:59:45.913Z | Downloaded generic-array v0.14.7 |
842 | 2024-02-07T22:59:45.917Z | Downloaded cbc v0.1.2 |
843 | 2024-02-07T22:59:45.918Z | Downloaded lock_api v0.4.10 |
844 | 2024-02-07T22:59:45.918Z | Downloaded dof v0.3.0 |
845 | 2024-02-07T22:59:45.922Z | Downloaded futures-macro v0.3.30 |
846 | 2024-02-07T22:59:45.922Z | Downloaded mime_guess v2.0.4 |
847 | 2024-02-07T22:59:45.922Z | Downloaded parking_lot_core v0.9.8 |
848 | 2024-02-07T22:59:45.926Z | Downloaded pin-project-lite v0.2.13 |
849 | 2024-02-07T22:59:45.930Z | Downloaded multer v3.0.0 |
850 | 2024-02-07T22:59:45.934Z | Downloaded once_cell v1.19.0 |
851 | 2024-02-07T22:59:45.934Z | Downloaded mio v0.8.9 |
852 | 2024-02-07T22:59:45.939Z | Downloaded dirs v5.0.1 |
853 | 2024-02-07T22:59:45.946Z | Downloaded camino v1.1.6 |
854 | 2024-02-07T22:59:45.946Z | Downloaded display-error-chain v0.2.0 |
855 | 2024-02-07T22:59:45.946Z | Downloaded console v0.15.8 |
856 | 2024-02-07T22:59:45.951Z | Downloaded postgres-protocol v0.6.6 |
857 | 2024-02-07T22:59:45.951Z | Downloaded tokio-tungstenite v0.20.1 |
858 | 2024-02-07T22:59:45.951Z | Downloaded term v0.7.0 |
859 | 2024-02-07T22:59:45.956Z | Downloaded usdt-attr-macro v0.5.0 |
860 | 2024-02-07T22:59:45.956Z | Downloaded phf_shared v0.11.2 |
861 | 2024-02-07T22:59:45.956Z | Downloaded instant v0.1.12 |
862 | 2024-02-07T22:59:45.962Z | Downloaded fxhash v0.2.1 |
863 | 2024-02-07T22:59:45.963Z | Downloaded addr2line v0.21.0 |
864 | 2024-02-07T22:59:45.963Z | Downloaded pest_generator v2.7.6 |
865 | 2024-02-07T22:59:45.967Z | Downloaded zone v0.3.0 |
866 | 2024-02-07T22:59:45.967Z | Downloaded foreign-types-shared v0.1.1 |
867 | 2024-02-07T22:59:45.968Z | Downloaded crypto-bigint v0.5.2 |
868 | 2024-02-07T22:59:45.974Z | Downloaded base64 v0.21.7 |
869 | 2024-02-07T22:59:45.986Z | Downloaded usdt-impl v0.5.0 |
870 | 2024-02-07T22:59:45.986Z | Downloaded scroll_derive v0.12.0 |
871 | 2024-02-07T22:59:45.987Z | Downloaded ciborium v0.2.2 |
872 | 2024-02-07T22:59:45.987Z | Downloaded home v0.5.5 |
873 | 2024-02-07T22:59:45.987Z | Downloaded miniz_oxide v0.7.1 |
874 | 2024-02-07T22:59:45.998Z | Downloaded zerocopy-derive v0.7.32 |
875 | 2024-02-07T22:59:45.998Z | Downloaded semver v1.0.21 |
876 | 2024-02-07T22:59:45.998Z | Downloaded smallvec v1.13.1 |
877 | 2024-02-07T22:59:45.999Z | Downloaded foreign-types-shared v0.3.1 |
878 | 2024-02-07T22:59:45.999Z | Downloaded yasna v0.5.2 |
879 | 2024-02-07T22:59:45.999Z | Downloaded difflib v0.4.0 |
880 | 2024-02-07T22:59:46.013Z | Downloaded usdt-macro v0.5.0 |
881 | 2024-02-07T22:59:46.014Z | Downloaded untrusted v0.7.1 |
882 | 2024-02-07T22:59:46.014Z | Downloaded getopts v0.2.21 |
883 | 2024-02-07T22:59:46.014Z | Downloaded derive-where v1.2.7 |
884 | 2024-02-07T22:59:46.014Z | Downloaded semver-parser v0.10.2 |
885 | 2024-02-07T22:59:46.014Z | Downloaded futures-task v0.3.30 |
886 | 2024-02-07T22:59:46.014Z | Downloaded libm v0.2.7 |
887 | 2024-02-07T22:59:46.026Z | Downloaded pretty-hex v0.4.1 |
888 | 2024-02-07T22:59:46.026Z | Downloaded terminal_size v0.2.6 |
889 | 2024-02-07T22:59:46.026Z | Downloaded crossbeam-epoch v0.9.15 |
890 | 2024-02-07T22:59:46.027Z | Downloaded endian-type v0.1.2 |
891 | 2024-02-07T22:59:46.027Z | Downloaded heck v0.3.3 |
892 | 2024-02-07T22:59:46.028Z | Downloaded arc-swap v1.6.0 |
893 | 2024-02-07T22:59:46.047Z | Downloaded futures v0.3.30 |
894 | 2024-02-07T22:59:46.047Z | Downloaded equivalent v1.0.1 |
895 | 2024-02-07T22:59:46.047Z | Downloaded serde_urlencoded v0.7.1 |
896 | 2024-02-07T22:59:46.047Z | Downloaded either v1.9.0 |
897 | 2024-02-07T22:59:46.047Z | Downloaded unicase v2.7.0 |
898 | 2024-02-07T22:59:46.047Z | Downloaded rand_chacha v0.3.1 |
899 | 2024-02-07T22:59:46.051Z | Downloaded slog-term v2.9.0 |
900 | 2024-02-07T22:59:46.051Z | Downloaded textwrap v0.11.0 |
901 | 2024-02-07T22:59:46.051Z | Downloaded thread-id v4.2.0 |
902 | 2024-02-07T22:59:46.052Z | Downloaded thiserror-impl v1.0.56 |
903 | 2024-02-07T22:59:46.052Z | Downloaded rustls-pki-types v1.1.0 |
904 | 2024-02-07T22:59:46.052Z | Downloaded allocator-api2 v0.2.16 |
905 | 2024-02-07T22:59:46.052Z | Downloaded enum-as-inner v0.5.1 |
906 | 2024-02-07T22:59:46.052Z | Downloaded derive_more v0.99.17 |
907 | 2024-02-07T22:59:46.056Z | Downloaded semver v0.11.0 |
908 | 2024-02-07T22:59:46.056Z | Downloaded slog-scope v4.4.0 |
909 | 2024-02-07T22:59:46.056Z | Downloaded hyper-rustls v0.24.2 |
910 | 2024-02-07T22:59:46.061Z | Downloaded signal-hook-registry v1.4.1 |
911 | 2024-02-07T22:59:46.061Z | Downloaded static_assertions v1.1.0 |
912 | 2024-02-07T22:59:46.064Z | Downloaded foreign-types-macros v0.2.3 |
913 | 2024-02-07T22:59:46.064Z | Downloaded version_check v0.9.4 |
914 | 2024-02-07T22:59:46.064Z | Downloaded dirs-sys v0.4.1 |
915 | 2024-02-07T22:59:46.067Z | Downloaded bytes v1.5.0 |
916 | 2024-02-07T22:59:46.074Z | Downloaded rand_chacha v0.2.2 |
917 | 2024-02-07T22:59:46.074Z | Downloaded string_cache v0.8.7 |
918 | 2024-02-07T22:59:46.074Z | Downloaded utf8parse v0.2.1 |
919 | 2024-02-07T22:59:46.077Z | Downloaded r2d2 v0.8.10 |
920 | 2024-02-07T22:59:46.077Z | Downloaded ed25519 v2.2.2 |
921 | 2024-02-07T22:59:46.078Z | Downloaded group v0.13.0 |
922 | 2024-02-07T22:59:46.078Z | Downloaded chacha20poly1305 v0.10.1 |
923 | 2024-02-07T22:59:46.081Z | Downloaded strsim v0.10.0 |
924 | 2024-02-07T22:59:46.081Z | Downloaded slog-dtrace v0.3.0 |
925 | 2024-02-07T22:59:46.082Z | Downloaded p256 v0.13.2 |
926 | 2024-02-07T22:59:46.087Z | Downloaded utf-8 v0.7.6 |
927 | 2024-02-07T22:59:46.087Z | Downloaded usdt v0.3.5 |
928 | 2024-02-07T22:59:46.087Z | Downloaded is-terminal v0.4.9 |
929 | 2024-02-07T22:59:46.092Z | Downloaded filetime v0.2.23 |
930 | 2024-02-07T22:59:46.092Z | Downloaded ff v0.13.0 |
931 | 2024-02-07T22:59:46.092Z | Downloaded strum_macros v0.25.2 |
932 | 2024-02-07T22:59:46.096Z | Downloaded unicode-bidi v0.3.13 |
933 | 2024-02-07T22:59:46.096Z | Downloaded unsafe-libyaml v0.2.10 |
934 | 2024-02-07T22:59:46.099Z | Downloaded waitgroup v0.1.2 |
935 | 2024-02-07T22:59:46.103Z | Downloaded diesel_derives v2.1.2 |
936 | 2024-02-07T22:59:46.106Z | Downloaded time-macros v0.2.13 |
937 | 2024-02-07T22:59:46.107Z | Downloaded spki v0.7.2 |
938 | 2024-02-07T22:59:46.107Z | Downloaded slab v0.4.9 |
939 | 2024-02-07T22:59:46.110Z | Downloaded fixedbitset v0.4.2 |
940 | 2024-02-07T22:59:46.110Z | Downloaded hyper-tls v0.5.0 |
941 | 2024-02-07T22:59:46.113Z | Downloaded siphasher v0.3.11 |
942 | 2024-02-07T22:59:46.113Z | Downloaded getrandom v0.2.10 |
943 | 2024-02-07T22:59:46.117Z | Downloaded ecdsa v0.16.9 |
944 | 2024-02-07T22:59:46.121Z | Downloaded strum v0.25.0 |
945 | 2024-02-07T22:59:46.121Z | Downloaded headers-core v0.2.0 |
946 | 2024-02-07T22:59:46.121Z | Downloaded ucd-trie v0.1.6 |
947 | 2024-02-07T22:59:46.125Z | Downloaded futures-sink v0.3.30 |
948 | 2024-02-07T22:59:46.125Z | Downloaded semver v0.1.20 |
949 | 2024-02-07T22:59:46.125Z | Downloaded spin v0.5.2 |
950 | 2024-02-07T22:59:46.126Z | Downloaded usdt-impl v0.3.5 |
951 | 2024-02-07T22:59:46.129Z | Downloaded want v0.3.1 |
952 | 2024-02-07T22:59:46.129Z | Downloaded tinyvec_macros v0.1.1 |
953 | 2024-02-07T22:59:46.129Z | Downloaded tracing-core v0.1.31 |
954 | 2024-02-07T22:59:46.134Z | Downloaded sct v0.7.0 |
955 | 2024-02-07T22:59:46.138Z | Downloaded backtrace v0.3.69 |
956 | 2024-02-07T22:59:46.145Z | Downloaded serde_path_to_error v0.1.15 |
957 | 2024-02-07T22:59:46.145Z | Downloaded rand_core v0.5.1 |
958 | 2024-02-07T22:59:46.145Z | Downloaded sha1 v0.10.6 |
959 | 2024-02-07T22:59:46.157Z | Downloaded walkdir v2.4.0 |
960 | 2024-02-07T22:59:46.157Z | Downloaded hash32 v0.3.1 |
961 | 2024-02-07T22:59:46.157Z | Downloaded vec_map v0.8.2 |
962 | 2024-02-07T22:59:46.157Z | Downloaded socket2 v0.5.5 |
963 | 2024-02-07T22:59:46.158Z | Downloaded scopeguard v1.2.0 |
964 | 2024-02-07T22:59:46.158Z | Downloaded embedded-io v0.4.0 |
965 | 2024-02-07T22:59:46.158Z | Downloaded rand_core v0.6.4 |
966 | 2024-02-07T22:59:46.158Z | Downloaded httpdate v1.0.3 |
967 | 2024-02-07T22:59:46.163Z | Downloaded toml_edit v0.19.15 |
968 | 2024-02-07T22:59:46.172Z | Downloaded ipnetwork v0.20.0 |
969 | 2024-02-07T22:59:46.182Z | Downloaded spin v0.9.8 |
970 | 2024-02-07T22:59:46.182Z | Downloaded nom v7.1.3 |
971 | 2024-02-07T22:59:46.182Z | Downloaded swrite v0.1.0 |
972 | 2024-02-07T22:59:46.183Z | Downloaded russh-cryptovec v0.7.0 |
973 | 2024-02-07T22:59:46.183Z | Downloaded secrecy v0.8.0 |
974 | 2024-02-07T22:59:46.189Z | Downloaded tracing-attributes v0.1.26 |
975 | 2024-02-07T22:59:46.189Z | Downloaded structopt v0.3.26 |
976 | 2024-02-07T22:59:46.201Z | Downloaded tokio-rustls v0.24.1 |
977 | 2024-02-07T22:59:46.201Z | Downloaded hmac v0.12.1 |
978 | 2024-02-07T22:59:46.201Z | Downloaded hostname v0.3.1 |
979 | 2024-02-07T22:59:46.201Z | Downloaded dyn-clone v1.0.16 |
980 | 2024-02-07T22:59:46.207Z | Downloaded inout v0.1.3 |
981 | 2024-02-07T22:59:46.207Z | Downloaded aho-corasick v1.0.4 |
982 | 2024-02-07T22:59:46.207Z | Downloaded fastrand v2.0.1 |
983 | 2024-02-07T22:59:46.212Z | Downloaded errno v0.3.8 |
984 | 2024-02-07T22:59:46.212Z | Downloaded futures-core v0.3.30 |
985 | 2024-02-07T22:59:46.212Z | Downloaded structmeta-derive v0.3.0 |
986 | 2024-02-07T22:59:46.213Z | Downloaded foreign-types v0.3.2 |
987 | 2024-02-07T22:59:46.213Z | Downloaded socket2 v0.4.9 |
988 | 2024-02-07T22:59:46.217Z | Downloaded serde_with_macros v3.6.0 |
989 | 2024-02-07T22:59:46.217Z | Downloaded ryu v1.0.15 |
990 | 2024-02-07T22:59:46.221Z | Downloaded rcgen v0.12.1 |
991 | 2024-02-07T22:59:46.221Z | Downloaded schemars v0.8.16 |
992 | 2024-02-07T22:59:46.231Z | Downloaded ghash v0.5.0 |
993 | 2024-02-07T22:59:46.239Z | Downloaded http-range v0.1.5 |
994 | 2024-02-07T22:59:46.239Z | Downloaded rustc_version v0.4.0 |
995 | 2024-02-07T22:59:46.239Z | Downloaded digest v0.10.7 |
996 | 2024-02-07T22:59:46.240Z | Downloaded serde_tokenstream v0.2.0 |
997 | 2024-02-07T22:59:46.259Z | Downloaded rustfmt-wrapper v0.2.0 |
998 | 2024-02-07T22:59:46.259Z | Downloaded memchr v2.6.3 |
999 | 2024-02-07T22:59:46.259Z | Downloaded serde_derive_internals v0.26.0 |
1000 | 2024-02-07T22:59:46.259Z | Downloaded slog-async v2.8.0 |
1001 | 2024-02-07T22:59:46.259Z | Downloaded usdt v0.5.0 |
1002 | 2024-02-07T22:59:46.260Z | Downloaded slog v2.7.0 |
1003 | 2024-02-07T22:59:46.260Z | Downloaded rustversion v1.0.14 |
1004 | 2024-02-07T22:59:46.263Z | Downloaded tar v0.4.40 |
1005 | 2024-02-07T22:59:46.263Z | Downloaded serde v1.0.196 |
1006 | 2024-02-07T22:59:46.263Z | Downloaded ed25519-dalek v2.0.0 |
1007 | 2024-02-07T22:59:46.263Z | Downloaded proc-macro-error-attr v1.0.4 |
1008 | 2024-02-07T22:59:46.263Z | Downloaded slog-envlogger v2.2.0 |
1009 | 2024-02-07T22:59:46.269Z | Downloaded flagset v0.4.3 |
1010 | 2024-02-07T22:59:46.269Z | Downloaded rustls-pemfile v2.0.0 |
1011 | 2024-02-07T22:59:46.275Z | Downloaded uuid v1.7.0 |
1012 | 2024-02-07T22:59:46.275Z | Downloaded tempfile v3.10.0 |
1013 | 2024-02-07T22:59:46.275Z | Downloaded toml v0.5.11 |
1014 | 2024-02-07T22:59:46.278Z | Downloaded serde_tokenstream v0.1.7 |
1015 | 2024-02-07T22:59:46.278Z | Downloaded quote v1.0.35 |
1016 | 2024-02-07T22:59:46.285Z | Downloaded hash32 v0.2.1 |
1017 | 2024-02-07T22:59:46.285Z | Downloaded serde_repr v0.1.16 |
1018 | 2024-02-07T22:59:46.285Z | Downloaded proc-macro-crate v1.3.1 |
1019 | 2024-02-07T22:59:46.299Z | Downloaded strsim v0.8.0 |
1020 | 2024-02-07T22:59:46.299Z | Downloaded hubpack v0.1.2 |
1021 | 2024-02-07T22:59:46.299Z | Downloaded serde_spanned v0.6.5 |
1022 | 2024-02-07T22:59:46.299Z | Downloaded fallible-iterator v0.2.0 |
1023 | 2024-02-07T22:59:46.299Z | Downloaded httparse v1.8.0 |
1024 | 2024-02-07T22:59:46.299Z | Downloaded signal-hook v0.3.17 |
1025 | 2024-02-07T22:59:46.313Z | Downloaded foreign-types v0.5.0 |
1026 | 2024-02-07T22:59:46.313Z | Downloaded http-body v0.4.5 |
1027 | 2024-02-07T22:59:46.313Z | Downloaded same-file v1.0.6 |
1028 | 2024-02-07T22:59:46.313Z | Downloaded crossterm v0.27.0 |
1029 | 2024-02-07T22:59:46.313Z | Downloaded ipnet v2.9.0 |
1030 | 2024-02-07T22:59:46.321Z | Downloaded fnv v1.0.7 |
1031 | 2024-02-07T22:59:46.321Z | Downloaded futures-channel v0.3.30 |
1032 | 2024-02-07T22:59:46.321Z | Downloaded resolv-conf v0.7.0 |
1033 | 2024-02-07T22:59:46.321Z | Downloaded primeorder v0.13.6 |
1034 | 2024-02-07T22:59:46.321Z | Downloaded rustls-pemfile v1.0.3 |
1035 | 2024-02-07T22:59:46.321Z | Downloaded xattr v1.0.1 |
1036 | 2024-02-07T22:59:46.321Z | Downloaded rustc-demangle v0.1.23 |
1037 | 2024-02-07T22:59:46.321Z | Downloaded unicode-ident v1.0.12 |
1038 | 2024-02-07T22:59:46.322Z | Downloaded russh-keys v0.40.1 |
1039 | 2024-02-07T22:59:46.322Z | Downloaded similar v2.3.0 |
1040 | 2024-02-07T22:59:46.331Z | Downloaded toml v0.8.9 |
1041 | 2024-02-07T22:59:46.338Z | Downloaded heck v0.4.1 |
1042 | 2024-02-07T22:59:46.339Z | Downloaded signature v2.1.0 |
1043 | 2024-02-07T22:59:46.339Z | Downloaded pest v2.7.6 |
1044 | 2024-02-07T22:59:46.339Z | Downloaded serde_derive v1.0.196 |
1045 | 2024-02-07T22:59:46.345Z | Downloaded proc-macro-error v1.0.4 |
1046 | 2024-02-07T22:59:46.345Z | Downloaded sha2 v0.10.8 |
1047 | 2024-02-07T22:59:46.346Z | Downloaded iana-time-zone v0.1.57 |
1048 | 2024-02-07T22:59:46.346Z | Downloaded indexmap v2.2.2 |
1049 | 2024-02-07T22:59:46.353Z | Downloaded rayon-core v1.12.0 |
1050 | 2024-02-07T22:59:46.368Z | Downloaded hyper-staticfile v0.9.5 |
1051 | 2024-02-07T22:59:46.368Z | Downloaded tokio-stream v0.1.14 |
1052 | 2024-02-07T22:59:46.368Z | Downloaded tinyvec v1.6.0 |
1053 | 2024-02-07T22:59:46.368Z | Downloaded serde_yaml v0.9.25 |
1054 | 2024-02-07T22:59:46.369Z | Downloaded minimal-lexical v0.2.1 |
1055 | 2024-02-07T22:59:46.377Z | Downloaded tokio-rustls v0.25.0 |
1056 | 2024-02-07T22:59:46.377Z | Downloaded typenum v1.16.0 |
1057 | 2024-02-07T22:59:46.377Z | Downloaded toml v0.7.8 |
1058 | 2024-02-07T22:59:46.377Z | Downloaded url v2.5.0 |
1059 | 2024-02-07T22:59:46.381Z | Downloaded half v2.3.1 |
1060 | 2024-02-07T22:59:46.381Z | Downloaded hashbrown v0.13.2 |
1061 | 2024-02-07T22:59:46.385Z | Downloaded proc-macro2 v1.0.78 |
1062 | 2024-02-07T22:59:46.388Z | Downloaded scroll v0.12.0 |
1063 | 2024-02-07T22:59:46.388Z | Downloaded whoami v1.4.1 |
1064 | 2024-02-07T22:59:46.391Z | Downloaded slog-bunyan v2.5.0 |
1065 | 2024-02-07T22:59:46.392Z | Downloaded zerocopy v0.6.4 |
1066 | 2024-02-07T22:59:46.397Z | Downloaded time v0.3.27 |
1067 | 2024-02-07T22:59:46.401Z | Downloaded hashbrown v0.12.3 |
1068 | 2024-02-07T22:59:46.404Z | Downloaded tokio-postgres v0.7.10 |
1069 | 2024-02-07T22:59:46.407Z | Downloaded io-lifetimes v1.0.11 |
1070 | 2024-02-07T22:59:46.411Z | Downloaded zeroize_derive v1.4.2 |
1071 | 2024-02-07T22:59:46.411Z | Downloaded dirs-sys-next v0.1.2 |
1072 | 2024-02-07T22:59:46.411Z | Downloaded vsss-rs v3.3.4 |
1073 | 2024-02-07T22:59:46.414Z | Downloaded sec1 v0.7.3 |
1074 | 2024-02-07T22:59:46.414Z | Downloaded elliptic-curve v0.13.8 |
1075 | 2024-02-07T22:59:46.418Z | Downloaded tracing v0.1.37 |
1076 | 2024-02-07T22:59:46.421Z | Downloaded headers v0.3.9 |
1077 | 2024-02-07T22:59:46.427Z | Downloaded tokio-util v0.7.10 |
1078 | 2024-02-07T22:59:46.434Z | Downloaded zip v0.6.6 |
1079 | 2024-02-07T22:59:46.437Z | Downloaded russh v0.40.2 |
1080 | 2024-02-07T22:59:46.442Z | Downloaded unicode-segmentation v1.10.1 |
1081 | 2024-02-07T22:59:46.447Z | Downloaded heapless v0.7.16 |
1082 | 2024-02-07T22:59:46.453Z | Downloaded aes-gcm v0.10.3 |
1083 | 2024-02-07T22:59:46.457Z | Downloaded clap v2.34.0 |
1084 | 2024-02-07T22:59:46.461Z | Downloaded trust-dns-client v0.22.0 |
1085 | 2024-02-07T22:59:46.895Z | Downloaded itertools v0.12.1 |
1086 | 2024-02-07T22:59:46.901Z | Downloaded zerocopy v0.7.32 |
1087 | 2024-02-07T22:59:46.902Z | Downloaded rand v0.8.5 |
1088 | 2024-02-07T22:59:46.902Z | Downloaded flate2 v1.0.28 |
1089 | 2024-02-07T22:59:46.902Z | Downloaded petgraph v0.6.4 |
1090 | 2024-02-07T22:59:46.902Z | Downloaded heapless v0.8.0 |
1091 | 2024-02-07T22:59:46.902Z | Downloaded rand v0.7.3 |
1092 | 2024-02-07T22:59:46.903Z | Downloaded hashbrown v0.14.2 |
1093 | 2024-02-07T22:59:46.903Z | Downloaded unicode-normalization v0.1.22 |
1094 | 2024-02-07T22:59:46.903Z | Downloaded serde_json v1.0.113 |
1095 | 2024-02-07T22:59:46.903Z | Downloaded steno v0.4.0 |
1096 | 2024-02-07T22:59:46.904Z | Downloaded winnow v0.5.15 |
1097 | 2024-02-07T22:59:46.904Z | Downloaded itertools v0.10.5 |
1098 | 2024-02-07T22:59:46.904Z | Downloaded hyper v0.14.27 |
1099 | 2024-02-07T22:59:46.904Z | Downloaded rustls-webpki v0.101.7 |
1100 | 2024-02-07T22:59:46.904Z | Downloaded object v0.32.1 |
1101 | 2024-02-07T22:59:46.905Z | Downloaded vcpkg v0.2.15 |
1102 | 2024-02-07T22:59:46.905Z | Downloaded rustls-webpki v0.102.1 |
1103 | 2024-02-07T22:59:46.905Z | Downloaded goblin v0.8.0 |
1104 | 2024-02-07T22:59:46.905Z | Downloaded hkdf v0.12.4 |
1105 | 2024-02-07T22:59:46.905Z | Downloaded curve25519-dalek v4.1.1 |
1106 | 2024-02-07T22:59:46.906Z | Downloaded openssl v0.10.60 |
1107 | 2024-02-07T22:59:46.906Z | Downloaded trust-dns-proto v0.22.0 |
1108 | 2024-02-07T22:59:46.906Z | Downloaded bstr v0.2.17 |
1109 | 2024-02-07T22:59:46.906Z | Downloaded smoltcp v0.9.1 |
1110 | 2024-02-07T22:59:46.906Z | Downloaded idna v0.5.0 |
1111 | 2024-02-07T22:59:46.906Z | Downloaded webpki-roots v0.25.2 |
1112 | 2024-02-07T22:59:46.907Z | Downloaded gimli v0.28.0 |
1113 | 2024-02-07T22:59:46.907Z | Downloaded syn v2.0.48 |
1114 | 2024-02-07T22:59:46.907Z | Downloaded regex v1.10.3 |
1115 | 2024-02-07T22:59:46.907Z | Downloaded smoltcp v0.11.0 |
1116 | 2024-02-07T22:59:46.907Z | Downloaded radix_trie v0.2.1 |
1117 | 2024-02-07T22:59:46.907Z | Downloaded rustls v0.21.9 |
1118 | 2024-02-07T22:59:46.908Z | Downloaded bstr v1.6.0 |
1119 | 2024-02-07T22:59:46.908Z | Downloaded openapiv3 v2.0.0 |
1120 | 2024-02-07T22:59:46.908Z | Downloaded rustix v0.38.31 |
1121 | 2024-02-07T22:59:46.908Z | Downloaded diesel v2.1.4 |
1122 | 2024-02-07T22:59:46.908Z | Downloaded sled v0.34.7 |
1123 | 2024-02-07T22:59:46.908Z | Downloaded rustix v0.37.23 |
1124 | 2024-02-07T22:59:46.908Z | Downloaded regex-automata v0.3.8 |
1125 | 2024-02-07T22:59:46.908Z | Downloaded zerocopy-derive v0.6.4 |
1126 | 2024-02-07T22:59:46.908Z | Downloaded libc v0.2.153 |
1127 | 2024-02-07T22:59:46.918Z | Downloaded regex-automata v0.4.4 |
1128 | 2024-02-07T22:59:46.935Z | Downloaded winapi v0.3.9 |
1129 | 2024-02-07T22:59:46.974Z | Downloaded zerocopy-derive v0.2.0 |
1130 | 2024-02-07T22:59:46.985Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1131 | 2024-02-07T22:59:46.995Z | Downloaded idna v0.2.3 |
1132 | 2024-02-07T22:59:47.000Z | Downloaded regex-syntax v0.8.2 |
1133 | 2024-02-07T22:59:47.008Z | Downloaded tokio v1.36.0 |
1134 | 2024-02-07T22:59:47.047Z | Downloaded sha3 v0.10.8 |
1135 | 2024-02-07T22:59:47.052Z | Downloaded rustls v0.22.2 |
1136 | 2024-02-07T22:59:47.065Z | Downloaded syn v1.0.109 |
1137 | 2024-02-07T22:59:47.074Z | Downloaded regress v0.7.1 |
1138 | 2024-02-07T22:59:47.498Z | Downloaded chrono v0.4.31 |
1139 | 2024-02-07T22:59:47.520Z | Downloaded rayon v1.8.0 |
1140 | 2024-02-07T22:59:47.520Z | Downloaded regex-automata v0.1.10 |
1141 | 2024-02-07T22:59:47.520Z | Downloaded http v1.0.0 |
1142 | 2024-02-07T22:59:47.520Z | Downloaded futures-util v0.3.30 |
1143 | 2024-02-07T22:59:47.520Z | Downloaded reqwest v0.11.22 |
1144 | 2024-02-07T22:59:47.520Z | Downloaded h2 v0.3.24 |
1145 | 2024-02-07T22:59:47.521Z | Downloaded http v0.2.11 |
1146 | 2024-02-07T22:59:47.521Z | Downloaded serde_with v3.6.0 |
1147 | 2024-02-07T22:59:47.521Z | Downloaded toml_edit v0.21.1 |
1148 | 2024-02-07T22:59:47.521Z | Downloaded encoding_rs v0.8.33 |
1149 | 2024-02-07T22:59:47.521Z | Downloaded form_urlencoded v1.2.1 |
1150 | 2024-02-07T22:59:47.521Z | Downloaded float-cmp v0.9.0 |
1151 | 2024-02-07T22:59:47.521Z | Downloaded thread_local v1.1.7 |
1152 | 2024-02-07T22:59:47.521Z | Downloaded thiserror-impl-no-std v2.0.2 |
1153 | 2024-02-07T22:59:47.521Z | Downloaded rustc_version v0.1.7 |
1154 | 2024-02-07T22:59:47.521Z | Downloaded getrandom v0.1.16 |
1155 | 2024-02-07T22:59:47.521Z | Downloaded trust-dns-resolver v0.22.0 |
1156 | 2024-02-07T22:59:47.522Z | Downloaded darling_core v0.20.3 |
1157 | 2024-02-07T22:59:47.522Z | Downloaded scheduled-thread-pool v0.2.7 |
1158 | 2024-02-07T22:59:47.522Z | Downloaded trust-dns-server v0.22.1 |
1159 | 2024-02-07T22:59:47.522Z | Downloaded openssl-sys v0.9.96 |
1160 | 2024-02-07T22:59:47.522Z | Downloaded schemars_derive v0.8.16 |
1161 | 2024-02-07T22:59:47.523Z | Downloaded tungstenite v0.20.1 |
1162 | 2024-02-07T22:59:47.523Z | Downloaded anyhow v1.0.75 |
1163 | 2024-02-07T22:59:47.523Z | Downloaded omicron-zone-package v0.11.0 |
1164 | 2024-02-07T22:59:47.523Z | Downloaded signal-hook-mio v0.2.3 |
1165 | 2024-02-07T22:59:47.523Z | Downloaded synstructure v0.12.6 |
1166 | 2024-02-07T22:59:47.523Z | Downloaded glob v0.3.1 |
1167 | 2024-02-07T22:59:47.524Z | Downloaded dirs-next v2.0.0 |
1168 | 2024-02-07T22:59:47.524Z | Downloaded dof v0.1.5 |
1169 | 2024-02-07T22:59:47.524Z | Downloaded indexmap v1.9.3 |
1170 | 2024-02-07T22:59:47.524Z | Downloaded crossbeam-channel v0.5.8 |
1171 | 2024-02-07T22:59:47.525Z | Downloaded clap_builder v4.4.2 |
1172 | 2024-02-07T22:59:47.525Z | Downloaded universal-hash v0.5.1 |
1173 | 2024-02-07T22:59:47.525Z | Downloaded postcard v1.0.8 |
1174 | 2024-02-07T22:59:47.525Z | Downloaded pest_meta v2.7.6 |
1175 | 2024-02-07T22:59:47.526Z | Downloaded hex v0.4.3 |
1176 | 2024-02-07T22:59:47.526Z | Downloaded parking_lot v0.12.1 |
1177 | 2024-02-07T22:59:47.526Z | Downloaded untrusted v0.9.0 |
1178 | 2024-02-07T22:59:47.526Z | Downloaded ahash v0.8.7 |
1179 | 2024-02-07T22:59:47.526Z | Downloaded blake2 v0.10.6 |
1180 | 2024-02-07T22:59:47.527Z | Downloaded base64ct v1.6.0 |
1181 | 2024-02-07T22:59:47.527Z | Downloaded parking_lot_core v0.8.6 |
1182 | 2024-02-07T22:59:47.527Z | Downloaded hubpack_derive v0.1.1 |
1183 | 2024-02-07T22:59:47.527Z | Downloaded toml_datetime v0.6.5 |
1184 | 2024-02-07T22:59:47.528Z | Downloaded smf v0.2.2 |
1185 | 2024-02-07T22:59:47.528Z | Downloaded slog-stdlog v4.1.1 |
1186 | 2024-02-07T22:59:47.528Z | Downloaded slog-json v2.6.1 |
1187 | 2024-02-07T22:59:47.528Z | Downloaded futures-io v0.3.30 |
1188 | 2024-02-07T22:59:47.528Z | Downloaded futures-executor v0.3.30 |
1189 | 2024-02-07T22:59:47.528Z | Downloaded topological-sort v0.2.2 |
1190 | 2024-02-07T22:59:47.529Z | Downloaded hex-literal v0.4.1 |
1191 | 2024-02-07T22:59:47.529Z | Downloaded unicode-width v0.1.11 |
1192 | 2024-02-07T22:59:47.529Z | Downloaded unicode-xid v0.2.4 |
1193 | 2024-02-07T22:59:47.529Z | Downloaded quick-error v1.2.3 |
1194 | 2024-02-07T22:59:47.529Z | Downloaded postgres-types v0.2.6 |
1195 | 2024-02-07T22:59:47.530Z | Downloaded password-hash v0.4.2 |
1196 | 2024-02-07T22:59:47.530Z | Downloaded num-complex v0.4.4 |
1197 | 2024-02-07T22:59:47.530Z | Downloaded arrayvec v0.7.4 |
1198 | 2024-02-07T22:59:47.530Z | Downloaded pem-rfc7468 v0.7.0 |
1199 | 2024-02-07T22:59:47.530Z | Downloaded parse-display-derive v0.9.0 |
1200 | 2024-02-07T22:59:47.530Z | Downloaded log v0.4.20 |
1201 | 2024-02-07T22:59:47.530Z | Downloaded cancel-safe-futures v0.1.5 |
1202 | 2024-02-07T22:59:47.530Z | Downloaded ansi_term v0.12.1 |
1203 | 2024-02-07T22:59:47.531Z | Downloaded bitflags v2.4.0 |
1204 | 2024-02-07T22:59:47.531Z | Downloaded backoff v0.4.0 |
1205 | 2024-02-07T22:59:47.531Z | Downloaded password-hash v0.5.0 |
1206 | 2024-02-07T22:59:47.531Z | Downloaded der_derive v0.7.2 |
1207 | 2024-02-07T22:59:47.531Z | Downloaded zerocopy v0.3.0 |
1208 | 2024-02-07T22:59:47.532Z | Downloaded num-derive v0.4.0 |
1209 | 2024-02-07T22:59:47.532Z | Downloaded nibble_vec v0.1.0 |
1210 | 2024-02-07T22:59:47.532Z | Downloaded crc32fast v1.3.2 |
1211 | 2024-02-07T22:59:47.532Z | Downloaded stringprep v0.1.3 |
1212 | 2024-02-07T22:59:47.532Z | Downloaded plain v0.2.3 |
1213 | 2024-02-07T22:59:47.532Z | Downloaded lalrpop-util v0.19.12 |
1214 | 2024-02-07T22:59:47.533Z | Downloaded predicates-core v1.0.6 |
1215 | 2024-02-07T22:59:47.533Z | Downloaded anstream v0.5.0 |
1216 | 2024-02-07T22:59:47.533Z | Downloaded data-encoding v2.4.0 |
1217 | 2024-02-07T22:59:47.533Z | Downloaded cobs v0.2.3 |
1218 | 2024-02-07T22:59:47.533Z | Downloaded libefi-sys v0.1.0 |
1219 | 2024-02-07T22:59:47.534Z | Downloaded defmt-parser v0.3.3 |
1220 | 2024-02-07T22:59:47.534Z | Downloaded der v0.7.8 |
1221 | 2024-02-07T22:59:47.534Z | Downloaded clap v4.4.3 |
1222 | 2024-02-07T22:59:47.534Z | Downloaded linear-map v1.2.0 |
1223 | 2024-02-07T22:59:47.535Z | Downloaded linked-hash-map v0.5.6 |
1224 | 2024-02-07T22:59:47.535Z | Downloaded cfg-if v1.0.0 |
1225 | 2024-02-07T22:59:47.535Z | Downloaded bit-set v0.5.3 |
1226 | 2024-02-07T22:59:47.535Z | Downloaded try-lock v0.2.4 |
1227 | 2024-02-07T22:59:47.535Z | Downloaded phf_shared v0.10.0 |
1228 | 2024-02-07T22:59:47.535Z | Downloaded adler v1.0.2 |
1229 | 2024-02-07T22:59:47.536Z | Downloaded pkcs8 v0.10.2 |
1230 | 2024-02-07T22:59:47.536Z | Downloaded pest_derive v2.7.6 |
1231 | 2024-02-07T22:59:47.536Z | Downloaded clap_lex v0.5.1 |
1232 | 2024-02-07T22:59:47.536Z | Downloaded anstyle-query v1.0.0 |
1233 | 2024-02-07T22:59:47.536Z | Downloaded autocfg v1.1.0 |
1234 | 2024-02-07T22:59:47.537Z | Downloaded arrayref v0.3.7 |
1235 | 2024-02-07T22:59:47.537Z | Downloaded ctr v0.9.2 |
1236 | 2024-02-07T22:59:47.537Z | Downloaded ciborium-io v0.2.2 |
1237 | 2024-02-07T22:59:47.537Z | Downloaded num-traits v0.2.16 |
1238 | 2024-02-07T22:59:47.537Z | Downloaded native-tls v0.2.11 |
1239 | 2024-02-07T22:59:47.548Z | Downloaded base16ct v0.2.0 |
1240 | 2024-02-07T22:59:47.548Z | Downloaded convert_case v0.4.0 |
1241 | 2024-02-07T22:59:47.548Z | Downloaded num-iter v0.1.43 |
1242 | 2024-02-07T22:59:47.549Z | Downloaded memoffset v0.9.0 |
1243 | 2024-02-07T22:59:47.549Z | Downloaded thiserror v1.0.56 |
1244 | 2024-02-07T22:59:47.549Z | Downloaded precomputed-hash v0.1.1 |
1245 | 2024-02-07T22:59:47.549Z | Downloaded lazy_static v1.4.0 |
1246 | 2024-02-07T22:59:47.550Z | Downloaded darling_macro v0.20.3 |
1247 | 2024-02-07T22:59:47.550Z | Downloaded subtle v2.5.0 |
1248 | 2024-02-07T22:59:47.550Z | Downloaded num_enum_derive v0.5.11 |
1249 | 2024-02-07T22:59:47.550Z | Downloaded new_debug_unreachable v1.0.4 |
1250 | 2024-02-07T22:59:47.550Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1251 | 2024-02-07T22:59:47.550Z | Downloaded cipher v0.4.4 |
1252 | 2024-02-07T22:59:47.551Z | Downloaded match_cfg v0.1.0 |
1253 | 2024-02-07T22:59:47.551Z | Downloaded defmt v0.3.5 |
1254 | 2024-02-07T22:59:47.551Z | Downloaded aes v0.8.3 |
1255 | 2024-02-07T22:59:47.551Z | Downloaded atty v0.2.14 |
1256 | 2024-02-07T22:59:47.552Z | Downloaded async-stream-impl v0.3.5 |
1257 | 2024-02-07T22:59:47.552Z | Downloaded mime v0.3.17 |
1258 | 2024-02-07T22:59:47.552Z | Downloaded lru-cache v0.1.2 |
1259 | 2024-02-07T22:59:47.552Z | Downloaded crossbeam-deque v0.8.3 |
1260 | 2024-02-07T22:59:47.553Z | Downloaded anstyle-parse v0.2.1 |
1261 | 2024-02-07T22:59:47.553Z | Downloaded ring v0.17.7 |
1262 | 2024-02-07T22:59:47.658Z | Downloaded ring v0.16.20 |
1263 | 2024-02-07T22:59:48.125Z | Compiling proc-macro2 v1.0.78 |
1264 | 2024-02-07T22:59:48.125Z | Compiling unicode-ident v1.0.12 |
1265 | 2024-02-07T22:59:48.125Z | Compiling libc v0.2.153 |
1266 | 2024-02-07T22:59:48.132Z | Compiling serde v1.0.196 |
1267 | 2024-02-07T22:59:48.132Z | Compiling version_check v0.9.4 |
1268 | 2024-02-07T22:59:48.133Z | Compiling autocfg v1.1.0 |
1269 | 2024-02-07T22:59:48.161Z | Compiling cfg-if v1.0.0 |
1270 | 2024-02-07T22:59:48.298Z | Compiling syn v1.0.109 |
1271 | 2024-02-07T22:59:48.315Z | Compiling once_cell v1.19.0 |
1272 | 2024-02-07T22:59:48.361Z | Compiling thiserror v1.0.56 |
1273 | 2024-02-07T22:59:48.706Z | Compiling memchr v2.6.3 |
1274 | 2024-02-07T22:59:49.053Z | Compiling byteorder v1.5.0 |
1275 | 2024-02-07T22:59:49.199Z | Compiling lock_api v0.4.10 |
1276 | 2024-02-07T22:59:49.266Z | Compiling typenum v1.16.0 |
1277 | 2024-02-07T22:59:49.935Z | Compiling ahash v0.8.7 |
1278 | 2024-02-07T22:59:50.025Z | Compiling parking_lot_core v0.9.8 |
1279 | 2024-02-07T22:59:50.041Z | Compiling generic-array v0.14.7 |
1280 | 2024-02-07T22:59:50.213Z | Compiling libm v0.2.7 |
1281 | 2024-02-07T22:59:50.226Z | Compiling num-traits v0.2.16 |
1282 | 2024-02-07T22:59:50.280Z | Compiling serde_json v1.0.113 |
1283 | 2024-02-07T22:59:50.847Z | Compiling itoa v1.0.9 |
1284 | 2024-02-07T22:59:50.858Z | Compiling slab v0.4.9 |
1285 | 2024-02-07T22:59:50.858Z | Compiling log v0.4.20 |
1286 | 2024-02-07T22:59:51.047Z | Compiling scopeguard v1.2.0 |
1287 | 2024-02-07T22:59:51.180Z | Compiling quote v1.0.35 |
1288 | 2024-02-07T22:59:51.230Z | Compiling ryu v1.0.15 |
1289 | 2024-02-07T22:59:51.598Z | Compiling syn v2.0.48 |
1290 | 2024-02-07T22:59:51.872Z | Compiling getrandom v0.2.10 |
1291 | 2024-02-07T22:59:51.922Z | Compiling cc v1.0.83 |
1292 | 2024-02-07T22:59:52.152Z | Compiling rand_core v0.6.4 |
1293 | 2024-02-07T22:59:52.464Z | Compiling pkg-config v0.3.27 |
1294 | 2024-02-07T22:59:52.693Z | Compiling allocator-api2 v0.2.16 |
1295 | 2024-02-07T22:59:52.713Z | Compiling smallvec v1.13.1 |
1296 | 2024-02-07T22:59:52.964Z | Compiling heck v0.4.1 |
1297 | 2024-02-07T22:59:53.155Z | Compiling equivalent v1.0.1 |
1298 | 2024-02-07T22:59:53.155Z | Compiling schemars v0.8.16 |
1299 | 2024-02-07T22:59:53.266Z | Compiling subtle v2.5.0 |
1300 | 2024-02-07T22:59:53.643Z | Compiling vcpkg v0.2.15 |
1301 | 2024-02-07T22:59:53.963Z | Compiling pin-project-lite v0.2.13 |
1302 | 2024-02-07T22:59:54.223Z | Compiling httparse v1.8.0 |
1303 | 2024-02-07T22:59:54.382Z | Compiling ucd-trie v0.1.6 |
1304 | 2024-02-07T22:59:54.774Z | Compiling parking_lot v0.12.1 |
1305 | 2024-02-07T22:59:54.919Z | Compiling signal-hook-registry v1.4.1 |
1306 | 2024-02-07T22:59:55.045Z | Compiling fnv v1.0.7 |
1307 | 2024-02-07T22:59:55.049Z | Compiling ring v0.17.7 |
1308 | 2024-02-07T22:59:55.149Z | Compiling ring v0.16.20 |
1309 | 2024-02-07T22:59:55.823Z | Compiling mio v0.8.9 |
1310 | 2024-02-07T22:59:55.932Z | Compiling openssl-sys v0.9.96 |
1311 | 2024-02-07T22:59:56.546Z | Compiling iana-time-zone v0.1.57 |
1312 | 2024-02-07T22:59:56.878Z | Compiling const-oid v0.9.5 |
1313 | 2024-02-07T22:59:56.945Z | Compiling openssl v0.10.60 |
1314 | 2024-02-07T22:59:56.957Z | Compiling semver v1.0.21 |
1315 | 2024-02-07T22:59:57.162Z | Compiling num_cpus v1.16.0 |
1316 | 2024-02-07T22:59:57.282Z | Compiling socket2 v0.5.5 |
1317 | 2024-02-07T22:59:57.487Z | Compiling native-tls v0.2.11 |
1318 | 2024-02-07T22:59:57.860Z | Compiling rustls v0.21.9 |
1319 | 2024-02-07T22:59:58.197Z | Compiling futures-core v0.3.30 |
1320 | 2024-02-07T22:59:58.213Z | Compiling dyn-clone v1.0.16 |
1321 | 2024-02-07T22:59:58.445Z | Compiling aho-corasick v1.0.4 |
1322 | 2024-02-07T22:59:58.765Z | Compiling slog v2.7.0 |
1323 | 2024-02-07T22:59:58.822Z | Compiling regex-syntax v0.8.2 |
1324 | 2024-02-07T22:59:59.088Z | Compiling crossbeam-utils v0.8.16 |
1325 | 2024-02-07T22:59:59.729Z | Compiling serde_derive_internals v0.26.0 |
1326 | 2024-02-07T22:59:59.740Z | Compiling async-trait v0.1.77 |
1327 | 2024-02-07T22:59:59.740Z | Compiling spin v0.5.2 |
1328 | 2024-02-07T23:00:00.182Z | Compiling futures-sink v0.3.30 |
1329 | 2024-02-07T23:00:00.325Z | Compiling rustix v0.38.31 |
1330 | 2024-02-07T23:00:00.344Z | Compiling backtrace v0.3.69 |
1331 | 2024-02-07T23:00:00.957Z | Compiling tinyvec_macros v0.1.1 |
1332 | 2024-02-07T23:00:01.055Z | Compiling tinyvec v1.6.0 |
1333 | 2024-02-07T23:00:01.287Z | Compiling futures-channel v0.3.30 |
1334 | 2024-02-07T23:00:01.858Z | Compiling pin-utils v0.1.0 |
1335 | 2024-02-07T23:00:01.957Z | Compiling futures-task v0.3.30 |
1336 | 2024-02-07T23:00:02.183Z | Compiling winnow v0.5.15 |
1337 | 2024-02-07T23:00:02.267Z | Compiling futures-io v0.3.30 |
1338 | 2024-02-07T23:00:02.553Z | Compiling regex-automata v0.4.4 |
1339 | 2024-02-07T23:00:02.682Z | Compiling unicode-normalization v0.1.22 |
1340 | 2024-02-07T23:00:02.878Z | Compiling spin v0.9.8 |
1341 | 2024-02-07T23:00:03.263Z | Compiling memoffset v0.9.0 |
1342 | 2024-02-07T23:00:03.316Z | Compiling tracing-core v0.1.31 |
1343 | 2024-02-07T23:00:03.595Z | Compiling unicode-width v0.1.11 |
1344 | 2024-02-07T23:00:03.765Z | Compiling anyhow v1.0.75 |
1345 | 2024-02-07T23:00:03.781Z | Compiling unicode-bidi v0.3.13 |
1346 | 2024-02-07T23:00:04.358Z | Compiling cpufeatures v0.2.12 |
1347 | 2024-02-07T23:00:05.401Z | Compiling crc32fast v1.3.2 |
1348 | 2024-02-07T23:00:05.870Z | Compiling crossbeam-epoch v0.9.15 |
1349 | 2024-02-07T23:00:05.938Z | Compiling time-core v0.1.1 |
1350 | 2024-02-07T23:00:06.517Z | Compiling time-macros v0.2.13 |
1351 | 2024-02-07T23:00:06.522Z | Compiling serde_derive v1.0.196 |
1352 | 2024-02-07T23:00:06.640Z | Compiling zerocopy-derive v0.7.32 |
1353 | 2024-02-07T23:00:06.662Z | Compiling zeroize_derive v1.4.2 |
1354 | 2024-02-07T23:00:07.926Z | Compiling thiserror-impl v1.0.56 |
1355 | 2024-02-07T23:00:08.114Z | Compiling tokio-macros v2.2.0 |
1356 | 2024-02-07T23:00:08.670Z | Compiling zerocopy v0.7.32 |
1357 | 2024-02-07T23:00:09.083Z | Compiling zeroize v1.7.0 |
1358 | 2024-02-07T23:00:09.395Z | Compiling futures-macro v0.3.30 |
1359 | 2024-02-07T23:00:10.625Z | Compiling tracing-attributes v0.1.26 |
1360 | 2024-02-07T23:00:10.966Z | Compiling hashbrown v0.14.2 |
1361 | 2024-02-07T23:00:11.194Z | Compiling crypto-common v0.1.6 |
1362 | 2024-02-07T23:00:11.205Z | Compiling schemars_derive v0.8.16 |
1363 | 2024-02-07T23:00:11.388Z | Compiling pest v2.7.6 |
1364 | 2024-02-07T23:00:12.153Z | Compiling openssl-macros v0.1.1 |
1365 | 2024-02-07T23:00:12.910Z | Compiling block-buffer v0.10.4 |
1366 | 2024-02-07T23:00:13.037Z | Compiling hashbrown v0.13.2 |
1367 | 2024-02-07T23:00:13.141Z | Compiling digest v0.10.7 |
1368 | 2024-02-07T23:00:13.781Z | Compiling regex v1.10.3 |
1369 | 2024-02-07T23:00:14.095Z | Compiling pest_meta v2.7.6 |
1370 | 2024-02-07T23:00:14.450Z | Compiling futures-util v0.3.30 |
1371 | 2024-02-07T23:00:14.789Z | Compiling tracing v0.1.37 |
1372 | 2024-02-07T23:00:15.293Z | Compiling der_derive v0.7.2 |
1373 | 2024-02-07T23:00:16.598Z | Compiling pest_generator v2.7.6 |
1374 | 2024-02-07T23:00:18.836Z | Compiling errno v0.3.8 |
1375 | 2024-02-07T23:00:19.050Z | Compiling num-integer v0.1.45 |
1376 | 2024-02-07T23:00:19.571Z | Compiling bytes v1.5.0 |
1377 | 2024-02-07T23:00:19.815Z | Compiling indexmap v2.2.2 |
1378 | 2024-02-07T23:00:20.035Z | Compiling uuid v1.7.0 |
1379 | 2024-02-07T23:00:20.174Z | Compiling chrono v0.4.31 |
1380 | 2024-02-07T23:00:20.909Z | Compiling tokio v1.36.0 |
1381 | 2024-02-07T23:00:20.985Z | Compiling http v0.2.11 |
1382 | 2024-02-07T23:00:21.669Z | Compiling bitflags v2.4.0 |
1383 | 2024-02-07T23:00:21.908Z | Compiling toml_datetime v0.6.5 |
1384 | 2024-02-07T23:00:22.115Z | Compiling serde_spanned v0.6.5 |
1385 | 2024-02-07T23:00:22.364Z | Compiling pest_derive v2.7.6 |
1386 | 2024-02-07T23:00:22.375Z | Compiling toml_edit v0.19.15 |
1387 | 2024-02-07T23:00:23.308Z | Compiling rustc_version v0.4.0 |
1388 | 2024-02-07T23:00:23.314Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-02-07T23:00:23.892Z | Compiling untrusted v0.7.1 |
1390 | 2024-02-07T23:00:24.103Z | Compiling percent-encoding v2.3.1 |
1391 | 2024-02-07T23:00:24.257Z | Compiling untrusted v0.9.0 |
1392 | 2024-02-07T23:00:24.457Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2024-02-07T23:00:24.577Z | Compiling foreign-types v0.3.2 |
1394 | 2024-02-07T23:00:28.871Z | Compiling serde_tokenstream v0.2.0 |
1395 | 2024-02-07T23:00:29.127Z | Compiling tokio-util v0.7.10 |
1396 | 2024-02-07T23:00:29.434Z | Compiling base64 v0.21.7 |
1397 | 2024-02-07T23:00:29.915Z | Compiling try-lock v0.2.4 |
1398 | 2024-02-07T23:00:30.066Z | Compiling unicode-xid v0.2.4 |
1399 | 2024-02-07T23:00:30.228Z | Compiling ppv-lite86 v0.2.17 |
1400 | 2024-02-07T23:00:30.256Z | Compiling h2 v0.3.24 |
1401 | 2024-02-07T23:00:30.314Z | Compiling synstructure v0.12.6 |
1402 | 2024-02-07T23:00:30.350Z | Compiling want v0.3.1 |
1403 | 2024-02-07T23:00:31.066Z | Compiling sct v0.7.0 |
1404 | 2024-02-07T23:00:31.367Z | Compiling rustls-webpki v0.101.7 |
1405 | 2024-02-07T23:00:31.400Z | Compiling form_urlencoded v1.2.1 |
1406 | 2024-02-07T23:00:31.697Z | Compiling http-body v0.4.5 |
1407 | 2024-02-07T23:00:31.811Z | Compiling scroll_derive v0.12.0 |
1408 | 2024-02-07T23:00:32.316Z | Compiling socket2 v0.4.9 |
1409 | 2024-02-07T23:00:33.170Z | Compiling tower-service v0.3.2 |
1410 | 2024-02-07T23:00:33.349Z | Compiling httpdate v1.0.3 |
1411 | 2024-02-07T23:00:33.615Z | Compiling openssl-probe v0.1.5 |
1412 | 2024-02-07T23:00:33.811Z | Compiling io-lifetimes v1.0.11 |
1413 | 2024-02-07T23:00:33.952Z | Compiling zerocopy-derive v0.2.0 |
1414 | 2024-02-07T23:00:35.591Z | Compiling idna v0.5.0 |
1415 | 2024-02-07T23:00:36.132Z | Compiling lazy_static v1.4.0 |
1416 | 2024-02-07T23:00:37.028Z | Compiling thread-id v4.2.0 |
1417 | 2024-02-07T23:00:37.148Z | Compiling hyper v0.14.27 |
1418 | 2024-02-07T23:00:37.240Z | Compiling adler v1.0.2 |
1419 | 2024-02-07T23:00:37.429Z | Compiling miniz_oxide v0.7.1 |
1420 | 2024-02-07T23:00:37.474Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-02-07T23:00:37.748Z | Compiling url v2.5.0 |
1422 | 2024-02-07T23:00:38.842Z | Compiling tokio-rustls v0.24.1 |
1423 | 2024-02-07T23:00:39.021Z | Compiling rand_chacha v0.3.1 |
1424 | 2024-02-07T23:00:39.249Z | Compiling rustix v0.37.23 |
1425 | 2024-02-07T23:00:39.268Z | Compiling ipnet v2.9.0 |
1426 | 2024-02-07T23:00:39.699Z | Compiling rand v0.8.5 |
1427 | 2024-02-07T23:00:39.953Z | Compiling serde_urlencoded v0.7.1 |
1428 | 2024-02-07T23:00:40.488Z | Compiling rustls-pemfile v1.0.3 |
1429 | 2024-02-07T23:00:40.888Z | Compiling usdt-impl v0.3.5 |
1430 | 2024-02-07T23:00:40.910Z | Compiling encoding_rs v0.8.33 |
1431 | 2024-02-07T23:00:41.234Z | Compiling webpki-roots v0.25.2 |
1432 | 2024-02-07T23:00:41.253Z | Compiling gimli v0.28.0 |
1433 | 2024-02-07T23:00:41.280Z | Compiling mime v0.3.17 |
1434 | 2024-02-07T23:00:41.695Z | Compiling either v1.9.0 |
1435 | 2024-02-07T23:00:42.723Z | Compiling regress v0.7.1 |
1436 | 2024-02-07T23:00:42.915Z | Compiling object v0.32.1 |
1437 | 2024-02-07T23:00:44.294Z | Compiling num-bigint v0.4.4 |
1438 | 2024-02-07T23:00:44.333Z | Compiling usdt-impl v0.5.0 |
1439 | 2024-02-07T23:00:44.333Z | Compiling hyper-rustls v0.24.2 |
1440 | 2024-02-07T23:00:44.437Z | Compiling hyper-tls v0.5.0 |
1441 | 2024-02-07T23:00:44.775Z | Compiling reqwest v0.11.22 |
1442 | 2024-02-07T23:00:44.793Z | Compiling rustc-demangle v0.1.23 |
1443 | 2024-02-07T23:00:45.668Z | Compiling addr2line v0.21.0 |
1444 | 2024-02-07T23:00:46.448Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1445 | 2024-02-07T23:00:46.867Z | Compiling flate2 v1.0.28 |
1446 | 2024-02-07T23:00:47.294Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-07T23:00:47.559Z | Compiling scroll v0.12.0 |
1448 | 2024-02-07T23:00:47.896Z | Compiling heapless v0.7.16 |
1449 | 2024-02-07T23:00:48.113Z | Compiling futures-executor v0.3.30 |
1450 | 2024-02-07T23:00:48.224Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1451 | 2024-02-07T23:00:48.350Z | Compiling plain v0.2.3 |
1452 | 2024-02-07T23:00:48.517Z | Compiling signal-hook v0.3.17 |
1453 | 2024-02-07T23:00:48.736Z | Compiling rustversion v1.0.14 |
1454 | 2024-02-07T23:00:49.183Z | Compiling goblin v0.8.0 |
1455 | 2024-02-07T23:00:49.522Z | Compiling futures v0.3.30 |
1456 | 2024-02-07T23:00:50.459Z | Compiling dof v0.1.5 |
1457 | 2024-02-07T23:00:51.301Z | Compiling toml v0.7.8 |
1458 | 2024-02-07T23:00:51.487Z | Compiling dtrace-parser v0.1.14 |
1459 | 2024-02-07T23:00:52.406Z | Compiling toml_edit v0.21.1 |
1460 | 2024-02-07T23:00:52.426Z | Compiling hex v0.4.3 |
1461 | 2024-02-07T23:00:52.763Z | Compiling strsim v0.10.0 |
1462 | 2024-02-07T23:00:53.040Z | Compiling pretty-hex v0.4.1 |
1463 | 2024-02-07T23:00:53.066Z | Compiling base64ct v1.6.0 |
1464 | 2024-02-07T23:00:55.060Z | Compiling dof v0.3.0 |
1465 | 2024-02-07T23:00:55.544Z | Compiling dtrace-parser v0.2.0 |
1466 | 2024-02-07T23:00:55.572Z | Compiling serde_tokenstream v0.1.7 |
1467 | 2024-02-07T23:00:56.133Z | Compiling smoltcp v0.9.1 |
1468 | 2024-02-07T23:00:56.877Z | Compiling bitflags v1.3.2 |
1469 | 2024-02-07T23:00:57.093Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1470 | 2024-02-07T23:00:57.558Z | Compiling pem-rfc7468 v0.7.0 |
1471 | 2024-02-07T23:00:57.648Z | Compiling strum_macros v0.25.2 |
1472 | 2024-02-07T23:00:57.975Z | Compiling hmac v0.12.1 |
1473 | 2024-02-07T23:00:58.314Z | Compiling enum-as-inner v0.5.1 |
1474 | 2024-02-07T23:00:58.450Z | Compiling num-iter v0.1.43 |
1475 | 2024-02-07T23:00:59.003Z | Compiling unicode-segmentation v1.10.1 |
1476 | 2024-02-07T23:00:59.273Z | Compiling siphasher v0.3.11 |
1477 | 2024-02-07T23:00:59.569Z | Compiling flagset v0.4.3 |
1478 | 2024-02-07T23:00:59.762Z | Compiling der v0.7.8 |
1479 | 2024-02-07T23:00:59.842Z | Compiling usdt-macro v0.3.5 |
1480 | 2024-02-07T23:00:59.877Z | Compiling usdt-attr-macro v0.3.5 |
1481 | 2024-02-07T23:01:00.607Z | Compiling hubpack_derive v0.1.1 |
1482 | 2024-02-07T23:01:00.782Z | Compiling zerocopy-derive v0.6.4 |
1483 | 2024-02-07T23:01:01.644Z | Compiling utf8parse v0.2.1 |
1484 | 2024-02-07T23:01:02.065Z | Compiling deranged v0.3.8 |
1485 | 2024-02-07T23:01:02.076Z | Compiling anstyle v1.0.2 |
1486 | 2024-02-07T23:01:02.553Z | Compiling num_threads v0.1.6 |
1487 | 2024-02-07T23:01:02.937Z | Compiling spki v0.7.2 |
1488 | 2024-02-07T23:01:03.088Z | Compiling sha2 v0.10.8 |
1489 | 2024-02-07T23:01:03.159Z | Compiling anstyle-parse v0.2.1 |
1490 | 2024-02-07T23:01:03.862Z | Compiling time v0.3.27 |
1491 | 2024-02-07T23:01:05.015Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1492 | 2024-02-07T23:01:05.547Z | Compiling md-5 v0.10.5 |
1493 | 2024-02-07T23:01:05.630Z | Compiling block-padding v0.3.3 |
1494 | 2024-02-07T23:01:05.845Z | Compiling clap_derive v4.4.2 |
1495 | 2024-02-07T23:01:05.905Z | Compiling stringprep v0.1.3 |
1496 | 2024-02-07T23:01:06.771Z | Compiling getopts v0.2.21 |
1497 | 2024-02-07T23:01:07.141Z | Compiling diesel_table_macro_syntax v0.1.0 |
1498 | 2024-02-07T23:01:07.839Z | Compiling hash32 v0.2.1 |
1499 | 2024-02-07T23:01:08.231Z | Compiling stable_deref_trait v1.2.0 |
1500 | 2024-02-07T23:01:08.336Z | Compiling anstyle-query v1.0.0 |
1501 | 2024-02-07T23:01:09.460Z | Compiling colorchoice v1.0.0 |
1502 | 2024-02-07T23:01:09.644Z | Compiling fallible-iterator v0.2.0 |
1503 | 2024-02-07T23:01:10.412Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1504 | 2024-02-07T23:01:10.567Z | Compiling postgres-protocol v0.6.6 |
1505 | 2024-02-07T23:01:11.038Z | Compiling anstream v0.5.0 |
1506 | 2024-02-07T23:01:11.699Z | Compiling diesel_derives v2.1.2 |
1507 | 2024-02-07T23:01:11.704Z | Compiling inout v0.1.3 |
1508 | 2024-02-07T23:01:12.311Z | Compiling terminal_size v0.2.6 |
1509 | 2024-02-07T23:01:12.649Z | Compiling pkcs8 v0.10.2 |
1510 | 2024-02-07T23:01:13.228Z | Compiling phf_shared v0.11.2 |
1511 | 2024-02-07T23:01:14.783Z | Compiling ff v0.13.0 |
1512 | 2024-02-07T23:01:15.284Z | Compiling serde_repr v0.1.16 |
1513 | 2024-02-07T23:01:15.654Z | Compiling scheduled-thread-pool v0.2.7 |
1514 | 2024-02-07T23:01:16.063Z | Compiling managed v0.8.0 |
1515 | 2024-02-07T23:01:16.501Z | Compiling clap_lex v0.5.1 |
1516 | 2024-02-07T23:01:16.541Z | Compiling regex-automata v0.1.10 |
1517 | 2024-02-07T23:01:16.643Z | Compiling bit-vec v0.6.3 |
1518 | 2024-02-07T23:01:17.008Z | Compiling unsafe-libyaml v0.2.10 |
1519 | 2024-02-07T23:01:17.048Z | Compiling matches v0.1.10 |
1520 | 2024-02-07T23:01:17.227Z | Compiling base16ct v0.2.0 |
1521 | 2024-02-07T23:01:17.556Z | Compiling sec1 v0.7.3 |
1522 | 2024-02-07T23:01:18.776Z | Compiling serde_yaml v0.9.25 |
1523 | 2024-02-07T23:01:19.007Z | Compiling idna v0.2.3 |
1524 | 2024-02-07T23:01:20.405Z | Compiling bstr v0.2.17 |
1525 | 2024-02-07T23:01:20.697Z | Compiling clap_builder v4.4.2 |
1526 | 2024-02-07T23:01:21.956Z | Compiling r2d2 v0.8.10 |
1527 | 2024-02-07T23:01:22.243Z | Compiling group v0.13.0 |
1528 | 2024-02-07T23:01:22.917Z | Compiling phf v0.11.2 |
1529 | 2024-02-07T23:01:23.024Z | Compiling signal-hook-mio v0.2.3 |
1530 | 2024-02-07T23:01:23.043Z | Compiling bzip2 v0.4.4 |
1531 | 2024-02-07T23:01:23.177Z | Compiling cipher v0.4.4 |
1532 | 2024-02-07T23:01:23.222Z | Compiling postgres-types v0.2.6 |
1533 | 2024-02-07T23:01:23.432Z | Compiling zerocopy v0.6.4 |
1534 | 2024-02-07T23:01:23.701Z | Compiling hubpack v0.1.2 |
1535 | 2024-02-07T23:01:24.173Z | Compiling phf_shared v0.10.0 |
1536 | 2024-02-07T23:01:24.484Z | Compiling hkdf v0.12.4 |
1537 | 2024-02-07T23:01:24.583Z | Compiling crypto-bigint v0.5.2 |
1538 | 2024-02-07T23:01:24.746Z | Compiling ipnetwork v0.20.0 |
1539 | 2024-02-07T23:01:24.820Z | Compiling float-cmp v0.9.0 |
1540 | 2024-02-07T23:01:25.647Z | Compiling data-encoding v2.4.0 |
1541 | 2024-02-07T23:01:28.029Z | Compiling predicates-core v1.0.6 |
1542 | 2024-02-07T23:01:28.112Z | Compiling static_assertions v1.1.0 |
1543 | 2024-02-07T23:01:28.178Z | Compiling new_debug_unreachable v1.0.4 |
1544 | 2024-02-07T23:01:28.268Z | Compiling minimal-lexical v0.2.1 |
1545 | 2024-02-07T23:01:28.326Z | Compiling fixedbitset v0.4.2 |
1546 | 2024-02-07T23:01:28.382Z | Compiling difflib v0.4.0 |
1547 | 2024-02-07T23:01:28.918Z | Compiling whoami v1.4.1 |
1548 | 2024-02-07T23:01:28.925Z | Compiling normalize-line-endings v0.3.0 |
1549 | 2024-02-07T23:01:28.961Z | Compiling regex-automata v0.3.8 |
1550 | 2024-02-07T23:01:29.413Z | Compiling precomputed-hash v0.1.1 |
1551 | 2024-02-07T23:01:29.830Z | Compiling string_cache v0.8.7 |
1552 | 2024-02-07T23:01:29.830Z | Compiling tokio-postgres v0.7.10 |
1553 | 2024-02-07T23:01:30.017Z | Compiling predicates v3.1.0 |
1554 | 2024-02-07T23:01:30.035Z | Compiling nom v7.1.3 |
1555 | 2024-02-07T23:01:30.559Z | Compiling petgraph v0.6.4 |
1556 | 2024-02-07T23:01:31.548Z | Compiling bstr v1.6.0 |
1557 | 2024-02-07T23:01:31.750Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1558 | 2024-02-07T23:01:33.122Z | Compiling diesel v2.1.4 |
1559 | 2024-02-07T23:01:33.872Z | Compiling elliptic-curve v0.13.8 |
1560 | 2024-02-07T23:01:34.190Z | Compiling trust-dns-proto v0.22.0 |
1561 | 2024-02-07T23:01:34.479Z | Compiling yasna v0.5.2 |
1562 | 2024-02-07T23:01:34.655Z | Compiling clap v4.4.3 |
1563 | 2024-02-07T23:01:34.716Z | Compiling zip v0.6.6 |
1564 | 2024-02-07T23:01:34.756Z | Compiling crossterm v0.27.0 |
1565 | 2024-02-07T23:01:35.024Z | Compiling similar v2.3.0 |
1566 | 2024-02-07T23:01:36.015Z | Compiling bit-set v0.5.3 |
1567 | 2024-02-07T23:01:36.207Z | Compiling usdt v0.3.5 |
1568 | 2024-02-07T23:01:36.462Z | Compiling itertools v0.10.5 |
1569 | 2024-02-07T23:01:36.480Z | Compiling console v0.15.8 |
1570 | 2024-02-07T23:01:36.797Z | Compiling tokio-stream v0.1.14 |
1571 | 2024-02-07T23:01:37.828Z | Compiling camino v1.1.6 |
1572 | 2024-02-07T23:01:38.158Z | Compiling lalrpop-util v0.19.12 |
1573 | 2024-02-07T23:01:42.827Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1574 | 2024-02-07T23:01:51.029Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1575 | 2024-02-07T23:02:16.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2024-02-07T23:02:17.057Z | Compiling sha1 v0.10.6 |
1577 | 2024-02-07T23:02:17.485Z | Compiling atty v0.2.14 |
1578 | 2024-02-07T23:02:17.613Z | Compiling match_cfg v0.1.0 |
1579 | 2024-02-07T23:02:17.717Z | Compiling hostname v0.3.1 |
1580 | 2024-02-07T23:02:17.766Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1581 | 2024-02-07T23:02:17.970Z | Compiling dirs-sys-next v0.1.2 |
1582 | 2024-02-07T23:02:18.190Z | Compiling rustls-pki-types v1.1.0 |
1583 | 2024-02-07T23:02:18.208Z | Compiling ident_case v1.0.1 |
1584 | 2024-02-07T23:02:18.389Z | Compiling darling_core v0.20.3 |
1585 | 2024-02-07T23:02:18.445Z | Compiling dirs-next v2.0.0 |
1586 | 2024-02-07T23:02:18.705Z | Compiling thread_local v1.1.7 |
1587 | 2024-02-07T23:02:18.730Z | Compiling rustls v0.22.2 |
1588 | 2024-02-07T23:02:18.952Z | Compiling slog-async v2.8.0 |
1589 | 2024-02-07T23:02:19.412Z | Compiling rustls-webpki v0.102.1 |
1590 | 2024-02-07T23:02:19.579Z | Compiling term v0.7.0 |
1591 | 2024-02-07T23:02:19.850Z | Compiling crossbeam-channel v0.5.8 |
1592 | 2024-02-07T23:02:20.146Z | Compiling multer v3.0.0 |
1593 | 2024-02-07T23:02:20.295Z | Compiling instant v0.1.12 |
1594 | 2024-02-07T23:02:20.462Z | Compiling paste v1.0.14 |
1595 | 2024-02-07T23:02:20.478Z | Compiling take_mut v0.2.2 |
1596 | 2024-02-07T23:02:20.978Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1597 | 2024-02-07T23:02:21.177Z | Compiling slog-term v2.9.0 |
1598 | 2024-02-07T23:02:21.197Z | Compiling slog-json v2.6.1 |
1599 | 2024-02-07T23:02:21.595Z | Compiling http v1.0.0 |
1600 | 2024-02-07T23:02:21.644Z | Compiling async-stream-impl v0.3.5 |
1601 | 2024-02-07T23:02:21.950Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1602 | 2024-02-07T23:02:22.300Z | Compiling atomic-waker v1.1.1 |
1603 | 2024-02-07T23:02:22.446Z | Compiling debug-ignore v1.0.5 |
1604 | 2024-02-07T23:02:22.502Z | Compiling waitgroup v0.1.2 |
1605 | 2024-02-07T23:02:22.655Z | Compiling slog-bunyan v2.5.0 |
1606 | 2024-02-07T23:02:22.855Z | Compiling rustls-pemfile v2.0.0 |
1607 | 2024-02-07T23:02:23.116Z | Compiling async-stream v0.3.5 |
1608 | 2024-02-07T23:02:23.456Z | Compiling toml v0.8.9 |
1609 | 2024-02-07T23:02:24.020Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1610 | 2024-02-07T23:02:24.172Z | Compiling serde_path_to_error v0.1.15 |
1611 | 2024-02-07T23:02:24.500Z | Compiling structmeta-derive v0.3.0 |
1612 | 2024-02-07T23:02:24.604Z | Compiling darling_macro v0.20.3 |
1613 | 2024-02-07T23:02:25.023Z | Compiling strum v0.25.0 |
1614 | 2024-02-07T23:02:25.202Z | Compiling backoff v0.4.0 |
1615 | 2024-02-07T23:02:25.222Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1616 | 2024-02-07T23:02:25.563Z | Compiling tokio-rustls v0.25.0 |
1617 | 2024-02-07T23:02:25.701Z | Compiling darling v0.20.3 |
1618 | 2024-02-07T23:02:25.841Z | Compiling serde_with_macros v3.6.0 |
1619 | 2024-02-07T23:02:26.048Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1620 | 2024-02-07T23:02:26.482Z | Compiling macaddr v1.0.1 |
1621 | 2024-02-07T23:02:26.502Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2024-02-07T23:02:26.551Z | Compiling proc-macro-crate v1.3.1 |
1623 | 2024-02-07T23:02:26.650Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-02-07T23:02:26.739Z | Compiling heapless v0.8.0 |
1625 | 2024-02-07T23:02:27.651Z | Compiling hash32 v0.3.1 |
1626 | 2024-02-07T23:02:27.721Z | Compiling num_enum_derive v0.5.11 |
1627 | 2024-02-07T23:02:27.737Z | Compiling structmeta v0.3.0 |
1628 | 2024-02-07T23:02:27.881Z | Compiling smoltcp v0.11.0 |
1629 | 2024-02-07T23:02:28.025Z | Compiling rayon-core v1.12.0 |
1630 | 2024-02-07T23:02:28.153Z | Compiling parse-display-derive v0.9.0 |
1631 | 2024-02-07T23:02:28.351Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-02-07T23:02:29.197Z | Compiling serde_with v3.6.0 |
1633 | 2024-02-07T23:02:29.558Z | Compiling crossbeam-deque v0.8.3 |
1634 | 2024-02-07T23:02:29.902Z | Compiling same-file v1.0.6 |
1635 | 2024-02-07T23:02:29.907Z | Compiling fastrand v2.0.1 |
1636 | 2024-02-07T23:02:30.127Z | Compiling cobs v0.2.3 |
1637 | 2024-02-07T23:02:30.473Z | Compiling embedded-io v0.4.0 |
1638 | 2024-02-07T23:02:30.620Z | Compiling num_enum v0.5.11 |
1639 | 2024-02-07T23:02:30.718Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-02-07T23:02:30.840Z | Compiling postcard v1.0.8 |
1641 | 2024-02-07T23:02:31.077Z | Compiling tempfile v3.10.0 |
1642 | 2024-02-07T23:02:31.749Z | Compiling walkdir v2.4.0 |
1643 | 2024-02-07T23:02:32.099Z | Compiling semver-parser v0.10.2 |
1644 | 2024-02-07T23:02:32.591Z | Compiling foreign-types-macros v0.2.3 |
1645 | 2024-02-07T23:02:33.182Z | Compiling parse-display v0.9.0 |
1646 | 2024-02-07T23:02:33.413Z | Compiling blake3 v1.5.0 |
1647 | 2024-02-07T23:02:33.805Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1648 | 2024-02-07T23:02:33.833Z | Compiling crucible-workspace-hack v0.1.0 |
1649 | 2024-02-07T23:02:33.949Z | Compiling foreign-types-shared v0.3.1 |
1650 | 2024-02-07T23:02:34.447Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1651 | 2024-02-07T23:02:34.451Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-07T23:02:34.451Z | Compiling foreign-types v0.5.0 |
1653 | 2024-02-07T23:02:34.451Z | Compiling semver v0.11.0 |
1654 | 2024-02-07T23:02:34.451Z | Compiling rayon v1.8.0 |
1655 | 2024-02-07T23:02:34.620Z | Compiling is-terminal v0.4.9 |
1656 | 2024-02-07T23:02:34.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1657 | 2024-02-07T23:02:34.787Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-02-07T23:02:34.833Z | Compiling cstr-argument v0.1.2 |
1659 | 2024-02-07T23:02:35.035Z | Compiling memmap2 v0.7.1 |
1660 | 2024-02-07T23:02:35.079Z | Compiling filetime v0.2.23 |
1661 | 2024-02-07T23:02:35.389Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-07T23:02:35.430Z | Compiling xattr v1.0.1 |
1663 | 2024-02-07T23:02:35.452Z | Compiling arrayvec v0.7.4 |
1664 | 2024-02-07T23:02:36.076Z | Compiling constant_time_eq v0.3.0 |
1665 | 2024-02-07T23:02:36.080Z | Compiling pretty-hex v0.2.1 |
1666 | 2024-02-07T23:02:36.080Z | Compiling arrayref v0.3.7 |
1667 | 2024-02-07T23:02:36.080Z | Compiling home v0.5.5 |
1668 | 2024-02-07T23:02:36.080Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1669 | 2024-02-07T23:02:36.080Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1670 | 2024-02-07T23:02:36.152Z | Compiling toolchain_find v0.2.0 |
1671 | 2024-02-07T23:02:36.167Z | Compiling tar v0.4.40 |
1672 | 2024-02-07T23:02:36.658Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1673 | 2024-02-07T23:02:36.666Z | Compiling camino-tempfile v1.1.1 |
1674 | 2024-02-07T23:02:36.711Z | Compiling colored v2.0.4 |
1675 | 2024-02-07T23:02:36.983Z | Compiling toml v0.5.11 |
1676 | 2024-02-07T23:02:37.142Z | Compiling topological-sort v0.2.2 |
1677 | 2024-02-07T23:02:37.367Z | Compiling platforms v3.0.2 |
1678 | 2024-02-07T23:02:37.409Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1679 | 2024-02-07T23:02:37.729Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1680 | 2024-02-07T23:02:37.773Z | Compiling zone_cfg_derive v0.3.0 |
1681 | 2024-02-07T23:02:38.070Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1682 | 2024-02-07T23:02:38.361Z | Compiling textwrap v0.11.0 |
1683 | 2024-02-07T23:02:38.514Z | Compiling heck v0.3.3 |
1684 | 2024-02-07T23:02:38.937Z | Compiling rustfmt-wrapper v0.2.0 |
1685 | 2024-02-07T23:02:39.357Z | Compiling num-derive v0.4.0 |
1686 | 2024-02-07T23:02:39.566Z | Compiling omicron-zone-package v0.11.0 |
1687 | 2024-02-07T23:02:39.690Z | Compiling vec_map v0.8.2 |
1688 | 2024-02-07T23:02:40.000Z | Compiling strsim v0.8.0 |
1689 | 2024-02-07T23:02:40.594Z | Compiling libefi-sys v0.1.0 |
1690 | 2024-02-07T23:02:40.675Z | Compiling ansi_term v0.12.1 |
1691 | 2024-02-07T23:02:40.901Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1692 | 2024-02-07T23:02:40.909Z | Compiling zone v0.3.0 |
1693 | 2024-02-07T23:02:40.965Z | Compiling structopt-derive v0.4.18 |
1694 | 2024-02-07T23:02:41.241Z | Compiling clap v2.34.0 |
1695 | 2024-02-07T23:02:41.514Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1696 | 2024-02-07T23:02:41.853Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1697 | 2024-02-07T23:02:41.945Z | Compiling smf v0.2.2 |
1698 | 2024-02-07T23:02:42.530Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1699 | 2024-02-07T23:02:42.596Z | Compiling unicase v2.7.0 |
1700 | 2024-02-07T23:02:42.839Z | Compiling semver v0.1.20 |
1701 | 2024-02-07T23:02:42.912Z | Compiling curve25519-dalek v4.1.1 |
1702 | 2024-02-07T23:02:43.233Z | Compiling rustc_version v0.1.7 |
1703 | 2024-02-07T23:02:43.465Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1704 | 2024-02-07T23:02:43.499Z | Compiling universal-hash v0.5.1 |
1705 | 2024-02-07T23:02:43.699Z | Compiling opaque-debug v0.3.0 |
1706 | 2024-02-07T23:02:43.721Z | Compiling newtype_derive v0.1.6 |
1707 | 2024-02-07T23:02:43.801Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1708 | 2024-02-07T23:02:43.980Z | Compiling curve25519-dalek-derive v0.1.0 |
1709 | 2024-02-07T23:02:44.064Z | Compiling gethostname v0.4.3 |
1710 | 2024-02-07T23:02:44.100Z | Compiling num-rational v0.4.1 |
1711 | 2024-02-07T23:02:44.131Z | Compiling getrandom v0.1.16 |
1712 | 2024-02-07T23:02:44.335Z | Compiling usdt-attr-macro v0.5.0 |
1713 | 2024-02-07T23:02:44.413Z | Compiling usdt-macro v0.5.0 |
1714 | 2024-02-07T23:02:44.701Z | Compiling structopt v0.3.26 |
1715 | 2024-02-07T23:02:44.902Z | Compiling password-hash v0.5.0 |
1716 | 2024-02-07T23:02:45.365Z | Compiling blake2 v0.10.6 |
1717 | 2024-02-07T23:02:46.005Z | Compiling signature v2.1.0 |
1718 | 2024-02-07T23:02:46.039Z | Compiling memmap v0.7.0 |
1719 | 2024-02-07T23:02:46.089Z | Compiling quick-error v1.2.3 |
1720 | 2024-02-07T23:02:46.092Z | Compiling parking_lot_core v0.8.6 |
1721 | 2024-02-07T23:02:46.245Z | Compiling linked-hash-map v0.5.6 |
1722 | 2024-02-07T23:02:46.268Z | Compiling usdt v0.5.0 |
1723 | 2024-02-07T23:02:46.400Z | Compiling resolv-conf v0.7.0 |
1724 | 2024-02-07T23:02:46.606Z | Compiling lru-cache v0.1.2 |
1725 | 2024-02-07T23:02:46.628Z | Compiling argon2 v0.5.3 |
1726 | 2024-02-07T23:02:47.268Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1727 | 2024-02-07T23:02:47.268Z | Compiling aead v0.5.2 |
1728 | 2024-02-07T23:02:47.383Z | Compiling num-complex v0.4.4 |
1729 | 2024-02-07T23:02:47.620Z | Compiling nibble_vec v0.1.0 |
1730 | 2024-02-07T23:02:47.839Z | Compiling slog-dtrace v0.3.0 |
1731 | 2024-02-07T23:02:48.189Z | Compiling cancel-safe-futures v0.1.5 |
1732 | 2024-02-07T23:02:48.512Z | Compiling keccak v0.1.4 |
1733 | 2024-02-07T23:02:48.584Z | Compiling winapi v0.3.9 |
1734 | 2024-02-07T23:02:48.603Z | Compiling utf-8 v0.7.6 |
1735 | 2024-02-07T23:02:48.933Z | Compiling arc-swap v1.6.0 |
1736 | 2024-02-07T23:02:49.844Z | Compiling endian-type v0.1.2 |
1737 | 2024-02-07T23:02:49.879Z | Compiling slog-scope v4.4.0 |
1738 | 2024-02-07T23:02:49.879Z | Compiling radix_trie v0.2.1 |
1739 | 2024-02-07T23:02:49.879Z | Compiling tungstenite v0.20.1 |
1740 | 2024-02-07T23:02:49.879Z | Compiling sha3 v0.10.8 |
1741 | 2024-02-07T23:02:50.212Z | Compiling num v0.4.1 |
1742 | 2024-02-07T23:02:50.311Z | Compiling steno v0.4.0 |
1743 | 2024-02-07T23:02:50.338Z | Compiling mime_guess v2.0.4 |
1744 | 2024-02-07T23:02:50.410Z | Compiling rand_core v0.5.1 |
1745 | 2024-02-07T23:02:50.726Z | Compiling trust-dns-resolver v0.22.0 |
1746 | 2024-02-07T23:02:51.712Z | Compiling poly1305 v0.8.0 |
1747 | 2024-02-07T23:02:51.987Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1748 | 2024-02-07T23:02:52.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1749 | 2024-02-07T23:02:53.177Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1750 | 2024-02-07T23:02:53.508Z | Compiling chacha20 v0.9.1 |
1751 | 2024-02-07T23:02:53.608Z | Compiling rfc6979 v0.4.0 |
1752 | 2024-02-07T23:02:53.802Z | Compiling secrecy v0.8.0 |
1753 | 2024-02-07T23:02:53.991Z | Compiling thiserror-impl-no-std v2.0.2 |
1754 | 2024-02-07T23:02:54.067Z | Compiling half v2.3.1 |
1755 | 2024-02-07T23:02:54.492Z | Compiling ciborium-io v0.2.2 |
1756 | 2024-02-07T23:02:54.625Z | Compiling convert_case v0.4.0 |
1757 | 2024-02-07T23:02:54.644Z | Compiling option-ext v0.2.0 |
1758 | 2024-02-07T23:02:54.786Z | Compiling dirs-sys v0.4.1 |
1759 | 2024-02-07T23:02:55.312Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1760 | 2024-02-07T23:02:55.417Z | Compiling ciborium-ll v0.2.2 |
1761 | 2024-02-07T23:02:55.561Z | Compiling derive_more v0.99.17 |
1762 | 2024-02-07T23:02:56.425Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1763 | 2024-02-07T23:02:57.303Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1764 | 2024-02-07T23:02:57.474Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1765 | 2024-02-07T23:02:58.220Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1766 | 2024-02-07T23:02:58.596Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1767 | 2024-02-07T23:02:58.637Z | Compiling thiserror-no-std v2.0.2 |
1768 | 2024-02-07T23:02:58.762Z | Compiling ecdsa v0.16.9 |
1769 | 2024-02-07T23:02:59.437Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1770 | 2024-02-07T23:02:59.440Z | Compiling parking_lot v0.11.2 |
1771 | 2024-02-07T23:02:59.504Z | Compiling tokio-tungstenite v0.20.1 |
1772 | 2024-02-07T23:02:59.660Z | Compiling rand_chacha v0.2.2 |
1773 | 2024-02-07T23:03:00.461Z | Compiling trust-dns-client v0.22.0 |
1774 | 2024-02-07T23:03:00.687Z | Compiling slog-stdlog v4.1.1 |
1775 | 2024-02-07T23:03:01.128Z | Compiling ed25519 v2.2.2 |
1776 | 2024-02-07T23:03:01.167Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1777 | 2024-02-07T23:03:01.185Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1778 | 2024-02-07T23:03:01.627Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1779 | 2024-02-07T23:03:03.585Z | Compiling polyval v0.6.1 |
1780 | 2024-02-07T23:03:04.022Z | Compiling primeorder v0.13.6 |
1781 | 2024-02-07T23:03:04.570Z | Compiling ctr v0.9.2 |
1782 | 2024-02-07T23:03:04.640Z | Compiling aes v0.8.3 |
1783 | 2024-02-07T23:03:04.951Z | Compiling blowfish v0.9.1 |
1784 | 2024-02-07T23:03:05.588Z | Compiling password-hash v0.4.2 |
1785 | 2024-02-07T23:03:05.599Z | Compiling libsw v3.3.1 |
1786 | 2024-02-07T23:03:06.389Z | Compiling pbkdf2 v0.12.2 |
1787 | 2024-02-07T23:03:06.573Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1788 | 2024-02-07T23:03:08.106Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1789 | 2024-02-07T23:03:09.719Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1790 | 2024-02-07T23:03:12.375Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1791 | 2024-02-07T23:03:14.673Z | Compiling derive-where v1.2.7 |
1792 | 2024-02-07T23:03:14.891Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1793 | 2024-02-07T23:03:15.847Z | Compiling fxhash v0.2.1 |
1794 | 2024-02-07T23:03:16.059Z | Compiling linear-map v1.2.0 |
1795 | 2024-02-07T23:03:16.122Z | Compiling owo-colors v4.0.0 |
1796 | 2024-02-07T23:03:16.473Z | Compiling swrite v0.1.0 |
1797 | 2024-02-07T23:03:16.602Z | Compiling sled v0.34.7 |
1798 | 2024-02-07T23:03:18.023Z | Compiling trust-dns-server v0.22.1 |
1799 | 2024-02-07T23:03:18.117Z | Compiling bcrypt-pbkdf v0.10.0 |
1800 | 2024-02-07T23:03:18.511Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1801 | 2024-02-07T23:03:18.551Z | Compiling pbkdf2 v0.11.0 |
1802 | 2024-02-07T23:03:18.686Z | Compiling p256 v0.13.2 |
1803 | 2024-02-07T23:03:18.709Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1804 | 2024-02-07T23:03:18.902Z | Compiling ghash v0.5.0 |
1805 | 2024-02-07T23:03:19.090Z | Compiling ed25519-dalek v2.0.0 |
1806 | 2024-02-07T23:03:19.289Z | Compiling russh-cryptovec v0.7.0 |
1807 | 2024-02-07T23:03:19.544Z | Compiling slog-envlogger v2.2.0 |
1808 | 2024-02-07T23:03:19.597Z | Compiling rand v0.7.3 |
1809 | 2024-02-07T23:03:20.158Z | Compiling vsss-rs v3.3.4 |
1810 | 2024-02-07T23:03:20.296Z | Compiling ciborium v0.2.2 |
1811 | 2024-02-07T23:03:21.313Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1812 | 2024-02-07T23:03:22.004Z | Compiling dirs v5.0.1 |
1813 | 2024-02-07T23:03:22.223Z | Compiling chacha20poly1305 v0.10.1 |
1814 | 2024-02-07T23:03:22.461Z | Compiling cbc v0.1.2 |
1815 | 2024-02-07T23:03:22.643Z | Compiling pem v3.0.2 |
1816 | 2024-02-07T23:03:22.730Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1817 | 2024-02-07T23:03:23.101Z | Compiling headers-core v0.2.0 |
1818 | 2024-02-07T23:03:23.278Z | Compiling kstat-rs v0.2.3 |
1819 | 2024-02-07T23:03:23.470Z | Compiling md5 v0.7.0 |
1820 | 2024-02-07T23:03:23.507Z | Compiling glob v0.3.1 |
1821 | 2024-02-07T23:03:24.008Z | Compiling http-range v0.1.5 |
1822 | 2024-02-07T23:03:24.245Z | Compiling hyper-staticfile v0.9.5 |
1823 | 2024-02-07T23:03:24.552Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1824 | 2024-02-07T23:03:25.277Z | Compiling russh-keys v0.40.1 |
1825 | 2024-02-07T23:03:25.706Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1826 | 2024-02-07T23:03:32.316Z | Compiling headers v0.3.9 |
1827 | 2024-02-07T23:03:32.484Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1828 | 2024-02-07T23:03:32.484Z | Compiling rcgen v0.12.1 |
1829 | 2024-02-07T23:03:32.522Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1830 | 2024-02-07T23:03:32.522Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1831 | 2024-02-07T23:03:32.522Z | Compiling aes-gcm v0.10.3 |
1832 | 2024-02-07T23:03:32.522Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1833 | 2024-02-07T23:03:33.362Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1834 | 2024-02-07T23:03:34.299Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1835 | 2024-02-07T23:03:35.992Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1836 | 2024-02-07T23:03:37.845Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1837 | 2024-02-07T23:03:38.085Z | Compiling atomicwrites v0.4.3 |
1838 | 2024-02-07T23:03:38.443Z | Compiling itertools v0.12.1 |
1839 | 2024-02-07T23:03:38.888Z | Compiling subprocess v0.2.9 |
1840 | 2024-02-07T23:03:39.535Z | Compiling display-error-chain v0.2.0 |
1841 | 2024-02-07T23:03:39.732Z | Compiling hex-literal v0.4.1 |
1842 | 2024-02-07T23:03:39.896Z | Compiling russh v0.40.2 |
1843 | 2024-02-07T23:03:41.119Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1844 | 2024-02-07T23:03:41.732Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1845 | 2024-02-07T23:03:47.524Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1846 | 2024-02-07T23:03:48.722Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1847 | 2024-02-07T23:04:08.244Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1848 | 2024-02-07T23:05:05.704Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 39s |
1849 | 2024-02-07T23:05:05.978Z | |
1850 | 2024-02-07T23:05:05.978Z | real 5:39.379273691 |
1851 | 2024-02-07T23:05:05.978Z | user 28:56.521715840 |
1852 | 2024-02-07T23:05:05.978Z | sys 5:37.297139283 |
1853 | 2024-02-07T23:05:05.979Z | trap 0.824921743 |
1854 | 2024-02-07T23:05:05.979Z | tflt 6.079749817 |
1855 | 2024-02-07T23:05:05.979Z | dflt 4.951072136 |
1856 | 2024-02-07T23:05:05.995Z | kflt 0.090879507 |
1857 | 2024-02-07T23:05:05.995Z | lock 53:47.952268665 |
1858 | 2024-02-07T23:05:05.995Z | slp 1:25:30.634414512 |
1859 | 2024-02-07T23:05:05.996Z | lat 1:38.074329715 |
1860 | 2024-02-07T23:05:05.996Z | stop 3:55.423762698 |
1861 | 2024-02-07T23:05:05.996Z | + mkdir -p /work/end-to-end-tests |
1862 | 2024-02-07T23:05:05.996Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1863 | 2024-02-07T23:05:06.921Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1864 | 2024-02-07T23:05:06.921Z | + ptime -m gzip |
1865 | 2024-02-07T23:05:06.948Z | ++ basename target/debug/bootstrap |
1866 | 2024-02-07T23:05:19.943Z | |
1867 | 2024-02-07T23:05:19.948Z | real 13.163021146 |
1868 | 2024-02-07T23:05:19.948Z | user 13.061265864 |
1869 | 2024-02-07T23:05:19.949Z | sys 0.092397934 |
1870 | 2024-02-07T23:05:19.949Z | trap 0.002960726 |
1871 | 2024-02-07T23:05:19.949Z | tflt 0.000000000 |
1872 | 2024-02-07T23:05:19.949Z | dflt 0.000000000 |
1873 | 2024-02-07T23:05:19.949Z | kflt 0.000000000 |
1874 | 2024-02-07T23:05:19.949Z | lock 0.000000000 |
1875 | 2024-02-07T23:05:19.950Z | slp 0.000000000 |
1876 | 2024-02-07T23:05:19.950Z | lat 0.006010056 |
1877 | 2024-02-07T23:05:19.950Z | stop 0.000168151 |
1878 | 2024-02-07T23:05:19.950Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1879 | 2024-02-07T23:05:19.951Z | + ptime -m gzip |
1880 | 2024-02-07T23:05:19.951Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5c5e256b526718ba |
1881 | 2024-02-07T23:05:21.235Z | |
1882 | 2024-02-07T23:05:21.253Z | real 1.280937147 |
1883 | 2024-02-07T23:05:21.254Z | user 1.269790235 |
1884 | 2024-02-07T23:05:21.254Z | sys 0.010585972 |
1885 | 2024-02-07T23:05:21.254Z | trap 0.000077726 |
1886 | 2024-02-07T23:05:21.254Z | tflt 0.000000000 |
1887 | 2024-02-07T23:05:21.255Z | dflt 0.000000000 |
1888 | 2024-02-07T23:05:21.255Z | kflt 0.000000000 |
1889 | 2024-02-07T23:05:21.255Z | lock 0.000000000 |
1890 | 2024-02-07T23:05:21.256Z | slp 0.000000000 |
1891 | 2024-02-07T23:05:21.256Z | lat 0.000099584 |
1892 | 2024-02-07T23:05:21.256Z | stop 0.000166040 |
1893 | 2024-02-07T23:05:21.256Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1894 | 2024-02-07T23:05:21.257Z | + ptime -m gzip |
1895 | 2024-02-07T23:05:21.257Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-398b34350dfa5341 |
1896 | 2024-02-07T23:05:34.728Z | |
1897 | 2024-02-07T23:05:34.728Z | real 13.490392888 |
1898 | 2024-02-07T23:05:34.729Z | user 13.400528915 |
1899 | 2024-02-07T23:05:34.730Z | sys 0.086337943 |
1900 | 2024-02-07T23:05:34.730Z | trap 0.001768412 |
1901 | 2024-02-07T23:05:34.730Z | tflt 0.000000000 |
1902 | 2024-02-07T23:05:34.749Z | dflt 0.000000000 |
1903 | 2024-02-07T23:05:34.749Z | kflt 0.000000000 |
1904 | 2024-02-07T23:05:34.749Z | lock 0.000000000 |
1905 | 2024-02-07T23:05:34.750Z | slp 0.000000000 |
1906 | 2024-02-07T23:05:34.750Z | lat 0.001376133 |
1907 | 2024-02-07T23:05:34.750Z | stop 0.000162890 |
1908 | 2024-02-07T23:05:34.750Z | + banner caboose-util |
1909 | 2024-02-07T23:05:34.752Z | |
1910 | 2024-02-07T23:05:34.752Z | #### ## ##### #### #### #### ###### # # ##### |
1911 | 2024-02-07T23:05:34.753Z | # # # # # # # # # # # # # # # |
1912 | 2024-02-07T23:05:34.753Z | # # # ##### # # # # #### ##### ##### # # # |
1913 | 2024-02-07T23:05:34.753Z | # ###### # # # # # # # # # # # |
1914 | 2024-02-07T23:05:34.753Z | # # # # # # # # # # # # # # # # |
1915 | 2024-02-07T23:05:34.753Z | #### # # ##### #### #### #### ###### #### # |
1916 | 2024-02-07T23:05:34.754Z | |
1917 | 2024-02-07T23:05:34.754Z | + ptime -m cargo build --locked -p caboose-util --release |
1918 | 2024-02-07T23:05:35.130Z | Downloading crates ... |
1919 | 2024-02-07T23:05:35.384Z | Downloaded tap v1.0.1 |
1920 | 2024-02-07T23:05:35.388Z | Downloaded maybe-uninit v2.0.0 |
1921 | 2024-02-07T23:05:35.388Z | Downloaded pkcs1 v0.7.5 |
1922 | 2024-02-07T23:05:35.388Z | Downloaded nodrop v0.1.14 |
1923 | 2024-02-07T23:05:35.389Z | Downloaded bitfield v0.14.0 |
1924 | 2024-02-07T23:05:35.394Z | Downloaded path-slash v0.1.5 |
1925 | 2024-02-07T23:05:35.407Z | Downloaded array-init v0.0.4 |
1926 | 2024-02-07T23:05:35.407Z | Downloaded radium v0.7.0 |
1927 | 2024-02-07T23:05:35.407Z | Downloaded crc v3.0.1 |
1928 | 2024-02-07T23:05:35.407Z | Downloaded funty v2.0.0 |
1929 | 2024-02-07T23:05:35.407Z | Downloaded termcolor v1.2.0 |
1930 | 2024-02-07T23:05:35.408Z | Downloaded smallvec v0.6.14 |
1931 | 2024-02-07T23:05:35.408Z | Downloaded wyz v0.5.1 |
1932 | 2024-02-07T23:05:35.408Z | Downloaded crc-catalog v2.2.0 |
1933 | 2024-02-07T23:05:35.413Z | Downloaded serde-hex v0.1.0 |
1934 | 2024-02-07T23:05:35.413Z | Downloaded env_logger v0.10.0 |
1935 | 2024-02-07T23:05:35.423Z | Downloaded packed_struct_codegen v0.10.1 |
1936 | 2024-02-07T23:05:35.431Z | Downloaded ron v0.8.1 |
1937 | 2024-02-07T23:05:35.435Z | Downloaded crc-any v2.4.3 |
1938 | 2024-02-07T23:05:35.436Z | Downloaded packed_struct v0.10.1 |
1939 | 2024-02-07T23:05:35.442Z | Downloaded x509-cert v0.2.4 |
1940 | 2024-02-07T23:05:35.448Z | Downloaded num-bigint-dig v0.8.4 |
1941 | 2024-02-07T23:05:35.453Z | Downloaded rsa v0.9.2 |
1942 | 2024-02-07T23:05:35.471Z | Downloaded bitvec v1.0.1 |
1943 | 2024-02-07T23:05:35.476Z | Downloaded object v0.30.4 |
1944 | 2024-02-07T23:05:35.575Z | Compiling proc-macro2 v1.0.78 |
1945 | 2024-02-07T23:05:35.575Z | Compiling unicode-ident v1.0.12 |
1946 | 2024-02-07T23:05:35.583Z | Compiling libc v0.2.153 |
1947 | 2024-02-07T23:05:35.583Z | Compiling serde v1.0.196 |
1948 | 2024-02-07T23:05:35.583Z | Compiling autocfg v1.1.0 |
1949 | 2024-02-07T23:05:35.583Z | Compiling version_check v0.9.4 |
1950 | 2024-02-07T23:05:35.635Z | Compiling cfg-if v1.0.0 |
1951 | 2024-02-07T23:05:35.837Z | Compiling typenum v1.16.0 |
1952 | 2024-02-07T23:05:35.844Z | Compiling once_cell v1.19.0 |
1953 | 2024-02-07T23:05:35.845Z | Compiling parking_lot_core v0.9.8 |
1954 | 2024-02-07T23:05:36.090Z | Compiling memchr v2.6.3 |
1955 | 2024-02-07T23:05:36.179Z | Compiling syn v1.0.109 |
1956 | 2024-02-07T23:05:36.219Z | Compiling byteorder v1.5.0 |
1957 | 2024-02-07T23:05:36.287Z | Compiling lock_api v0.4.10 |
1958 | 2024-02-07T23:05:36.601Z | Compiling generic-array v0.14.7 |
1959 | 2024-02-07T23:05:36.642Z | Compiling libm v0.2.7 |
1960 | 2024-02-07T23:05:36.750Z | Compiling num-traits v0.2.16 |
1961 | 2024-02-07T23:05:36.898Z | Compiling ahash v0.8.7 |
1962 | 2024-02-07T23:05:36.966Z | Compiling quote v1.0.35 |
1963 | 2024-02-07T23:05:37.033Z | Compiling pkg-config v0.3.27 |
1964 | 2024-02-07T23:05:37.144Z | Compiling thiserror v1.0.56 |
1965 | 2024-02-07T23:05:37.580Z | Compiling syn v2.0.48 |
1966 | 2024-02-07T23:05:37.593Z | Compiling cc v1.0.83 |
1967 | 2024-02-07T23:05:37.613Z | Compiling getrandom v0.2.10 |
1968 | 2024-02-07T23:05:37.990Z | Compiling serde_json v1.0.113 |
1969 | 2024-02-07T23:05:38.100Z | Compiling scopeguard v1.2.0 |
1970 | 2024-02-07T23:05:38.454Z | Compiling slab v0.4.9 |
1971 | 2024-02-07T23:05:38.564Z | Compiling log v0.4.20 |
1972 | 2024-02-07T23:05:38.616Z | Compiling itoa v1.0.9 |
1973 | 2024-02-07T23:05:38.809Z | Compiling rand_core v0.6.4 |
1974 | 2024-02-07T23:05:39.146Z | Compiling smallvec v1.13.1 |
1975 | 2024-02-07T23:05:39.741Z | Compiling vcpkg v0.2.15 |
1976 | 2024-02-07T23:05:40.195Z | Compiling pin-project-lite v0.2.13 |
1977 | 2024-02-07T23:05:40.320Z | Compiling parking_lot v0.12.1 |
1978 | 2024-02-07T23:05:40.901Z | Compiling const-oid v0.9.5 |
1979 | 2024-02-07T23:05:41.152Z | Compiling ring v0.17.7 |
1980 | 2024-02-07T23:05:41.189Z | Compiling ryu v1.0.15 |
1981 | 2024-02-07T23:05:41.463Z | Compiling ucd-trie v0.1.6 |
1982 | 2024-02-07T23:05:41.489Z | Compiling openssl-sys v0.9.96 |
1983 | 2024-02-07T23:05:41.972Z | Compiling signal-hook-registry v1.4.1 |
1984 | 2024-02-07T23:05:42.464Z | Compiling io-lifetimes v1.0.11 |
1985 | 2024-02-07T23:05:42.606Z | Compiling subtle v2.5.0 |
1986 | 2024-02-07T23:05:42.726Z | Compiling ring v0.16.20 |
1987 | 2024-02-07T23:05:42.931Z | Compiling mio v0.8.9 |
1988 | 2024-02-07T23:05:43.112Z | Compiling num-integer v0.1.45 |
1989 | 2024-02-07T23:05:43.760Z | Compiling futures-core v0.3.30 |
1990 | 2024-02-07T23:05:43.760Z | Compiling semver v1.0.21 |
1991 | 2024-02-07T23:05:44.463Z | Compiling rustix v0.37.23 |
1992 | 2024-02-07T23:05:44.888Z | Compiling spin v0.5.2 |
1993 | 2024-02-07T23:05:45.094Z | Compiling num_cpus v1.16.0 |
1994 | 2024-02-07T23:05:45.218Z | Compiling socket2 v0.5.5 |
1995 | 2024-02-07T23:05:45.653Z | Compiling openssl v0.10.60 |
1996 | 2024-02-07T23:05:45.720Z | Compiling unicode-xid v0.2.4 |
1997 | 2024-02-07T23:05:46.087Z | Compiling allocator-api2 v0.2.16 |
1998 | 2024-02-07T23:05:46.095Z | Compiling httparse v1.8.0 |
1999 | 2024-02-07T23:05:46.129Z | Compiling heck v0.4.1 |
2000 | 2024-02-07T23:05:46.256Z | Compiling futures-sink v0.3.30 |
2001 | 2024-02-07T23:05:46.407Z | Compiling synstructure v0.12.6 |
2002 | 2024-02-07T23:05:46.522Z | Compiling equivalent v1.0.1 |
2003 | 2024-02-07T23:05:46.643Z | Compiling tinyvec_macros v0.1.1 |
2004 | 2024-02-07T23:05:46.947Z | Compiling tinyvec v1.6.0 |
2005 | 2024-02-07T23:05:47.117Z | Compiling futures-channel v0.3.30 |
2006 | 2024-02-07T23:05:47.468Z | Compiling futures-task v0.3.30 |
2007 | 2024-02-07T23:05:47.525Z | Compiling ppv-lite86 v0.2.17 |
2008 | 2024-02-07T23:05:47.708Z | Compiling pin-utils v0.1.0 |
2009 | 2024-02-07T23:05:47.790Z | Compiling rustls v0.21.9 |
2010 | 2024-02-07T23:05:47.910Z | Compiling crc32fast v1.3.2 |
2011 | 2024-02-07T23:05:48.402Z | Compiling native-tls v0.2.11 |
2012 | 2024-02-07T23:05:48.412Z | Compiling futures-io v0.3.30 |
2013 | 2024-02-07T23:05:48.412Z | Compiling rand_chacha v0.3.1 |
2014 | 2024-02-07T23:05:48.416Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2015 | 2024-02-07T23:05:48.416Z | Compiling spin v0.9.8 |
2016 | 2024-02-07T23:05:48.471Z | Compiling unicode-normalization v0.1.22 |
2017 | 2024-02-07T23:05:48.493Z | Compiling tracing-core v0.1.31 |
2018 | 2024-02-07T23:05:48.794Z | Compiling base64ct v1.6.0 |
2019 | 2024-02-07T23:05:48.831Z | Compiling unicode-bidi v0.3.13 |
2020 | 2024-02-07T23:05:49.532Z | Compiling pem-rfc7468 v0.7.0 |
2021 | 2024-02-07T23:05:49.601Z | Compiling rand v0.8.5 |
2022 | 2024-02-07T23:05:50.330Z | Compiling errno v0.3.8 |
2023 | 2024-02-07T23:05:50.336Z | Compiling num-iter v0.1.43 |
2024 | 2024-02-07T23:05:50.402Z | Compiling usdt-impl v0.3.5 |
2025 | 2024-02-07T23:05:50.479Z | Compiling rustix v0.38.31 |
2026 | 2024-02-07T23:05:50.752Z | Compiling signal-hook v0.3.17 |
2027 | 2024-02-07T23:05:50.770Z | Compiling flagset v0.4.3 |
2028 | 2024-02-07T23:05:51.214Z | Compiling serde_derive v1.0.196 |
2029 | 2024-02-07T23:05:51.228Z | Compiling zeroize_derive v1.4.2 |
2030 | 2024-02-07T23:05:51.228Z | Compiling zerocopy-derive v0.7.32 |
2031 | 2024-02-07T23:05:51.228Z | Compiling thiserror-impl v1.0.56 |
2032 | 2024-02-07T23:05:51.228Z | Compiling tokio-macros v2.2.0 |
2033 | 2024-02-07T23:05:51.261Z | Compiling futures-macro v0.3.30 |
2034 | 2024-02-07T23:05:51.284Z | Compiling tracing-attributes v0.1.26 |
2035 | 2024-02-07T23:05:51.687Z | Compiling der_derive v0.7.2 |
2036 | 2024-02-07T23:05:52.449Z | Compiling zeroize v1.7.0 |
2037 | 2024-02-07T23:05:53.028Z | Compiling zerocopy v0.7.32 |
2038 | 2024-02-07T23:05:53.940Z | Compiling pest v2.7.6 |
2039 | 2024-02-07T23:05:54.075Z | Compiling zerocopy-derive v0.2.0 |
2040 | 2024-02-07T23:05:54.340Z | Compiling crypto-common v0.1.6 |
2041 | 2024-02-07T23:05:54.351Z | Compiling block-buffer v0.10.4 |
2042 | 2024-02-07T23:05:54.556Z | Compiling digest v0.10.7 |
2043 | 2024-02-07T23:05:54.683Z | Compiling openssl-macros v0.1.1 |
2044 | 2024-02-07T23:05:55.067Z | Compiling futures-util v0.3.30 |
2045 | 2024-02-07T23:05:55.610Z | Compiling hashbrown v0.14.2 |
2046 | 2024-02-07T23:05:55.614Z | Compiling tracing v0.1.37 |
2047 | 2024-02-07T23:05:55.791Z | Compiling scroll_derive v0.12.0 |
2048 | 2024-02-07T23:05:55.836Z | Compiling zerocopy-derive v0.6.4 |
2049 | 2024-02-07T23:05:55.956Z | Compiling schemars v0.8.16 |
2050 | 2024-02-07T23:05:56.309Z | Compiling pest_meta v2.7.6 |
2051 | 2024-02-07T23:05:56.939Z | Compiling der v0.7.8 |
2052 | 2024-02-07T23:05:57.776Z | Compiling pest_generator v2.7.6 |
2053 | 2024-02-07T23:05:58.111Z | Compiling serde_derive_internals v0.26.0 |
2054 | 2024-02-07T23:06:00.401Z | Compiling pest_derive v2.7.6 |
2055 | 2024-02-07T23:06:01.175Z | Compiling fnv v1.0.7 |
2056 | 2024-02-07T23:06:01.299Z | Compiling bitflags v1.3.2 |
2057 | 2024-02-07T23:06:01.445Z | Compiling schemars_derive v0.8.16 |
2058 | 2024-02-07T23:06:01.487Z | Compiling spki v0.7.2 |
2059 | 2024-02-07T23:06:04.020Z | Compiling zerocopy v0.3.0 |
2060 | 2024-02-07T23:06:04.153Z | Compiling lazy_static v1.4.0 |
2061 | 2024-02-07T23:06:04.612Z | Compiling backtrace v0.3.69 |
2062 | 2024-02-07T23:06:04.699Z | Compiling thread-id v4.2.0 |
2063 | 2024-02-07T23:06:04.805Z | Compiling bytes v1.5.0 |
2064 | 2024-02-07T23:06:05.027Z | Compiling indexmap v2.2.2 |
2065 | 2024-02-07T23:06:05.254Z | Compiling bitflags v2.4.0 |
2066 | 2024-02-07T23:06:05.650Z | Compiling rustc_version v0.4.0 |
2067 | 2024-02-07T23:06:05.739Z | Compiling tokio v1.36.0 |
2068 | 2024-02-07T23:06:06.648Z | Compiling heapless v0.7.16 |
2069 | 2024-02-07T23:06:06.677Z | Compiling http v0.2.11 |
2070 | 2024-02-07T23:06:07.668Z | Compiling uuid v1.7.0 |
2071 | 2024-02-07T23:06:07.927Z | Compiling memoffset v0.9.0 |
2072 | 2024-02-07T23:06:08.120Z | Compiling num-bigint v0.4.4 |
2073 | 2024-02-07T23:06:08.370Z | Compiling base64 v0.21.7 |
2074 | 2024-02-07T23:06:08.586Z | Compiling smoltcp v0.9.1 |
2075 | 2024-02-07T23:06:09.806Z | Compiling async-trait v0.1.77 |
2076 | 2024-02-07T23:06:09.806Z | Compiling percent-encoding v2.3.1 |
2077 | 2024-02-07T23:06:09.806Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2078 | 2024-02-07T23:06:09.806Z | Compiling foreign-types-shared v0.1.1 |
2079 | 2024-02-07T23:06:09.806Z | Compiling iana-time-zone v0.1.57 |
2080 | 2024-02-07T23:06:09.806Z | Compiling crossbeam-utils v0.8.16 |
2081 | 2024-02-07T23:06:09.806Z | Compiling untrusted v0.7.1 |
2082 | 2024-02-07T23:06:10.222Z | Compiling untrusted v0.9.0 |
2083 | 2024-02-07T23:06:10.232Z | Compiling chrono v0.4.31 |
2084 | 2024-02-07T23:06:10.232Z | Compiling foreign-types v0.3.2 |
2085 | 2024-02-07T23:06:12.103Z | Compiling dof v0.1.5 |
2086 | 2024-02-07T23:06:12.929Z | Compiling dtrace-parser v0.1.14 |
2087 | 2024-02-07T23:06:13.151Z | Compiling hmac v0.12.1 |
2088 | 2024-02-07T23:06:13.339Z | Compiling clap_derive v4.4.2 |
2089 | 2024-02-07T23:06:13.845Z | Compiling tokio-util v0.7.10 |
2090 | 2024-02-07T23:06:14.014Z | Compiling utf8parse v0.2.1 |
2091 | 2024-02-07T23:06:14.214Z | Compiling cpufeatures v0.2.12 |
2092 | 2024-02-07T23:06:14.314Z | Compiling siphasher v0.3.11 |
2093 | 2024-02-07T23:06:14.706Z | Compiling try-lock v0.2.4 |
2094 | 2024-02-07T23:06:14.878Z | Compiling time-core v0.1.1 |
2095 | 2024-02-07T23:06:14.974Z | Compiling adler v1.0.2 |
2096 | 2024-02-07T23:06:14.998Z | Compiling rustversion v1.0.14 |
2097 | 2024-02-07T23:06:15.035Z | Compiling anstyle v1.0.2 |
2098 | 2024-02-07T23:06:15.168Z | Compiling miniz_oxide v0.7.1 |
2099 | 2024-02-07T23:06:15.501Z | Compiling time-macros v0.2.13 |
2100 | 2024-02-07T23:06:15.605Z | Compiling h2 v0.3.24 |
2101 | 2024-02-07T23:06:19.803Z | Compiling want v0.3.1 |
2102 | 2024-02-07T23:06:19.835Z | Compiling sha2 v0.10.8 |
2103 | 2024-02-07T23:06:19.835Z | Compiling anstyle-parse v0.2.1 |
2104 | 2024-02-07T23:06:21.532Z | Compiling rustls-webpki v0.101.7 |
2105 | 2024-02-07T23:06:21.703Z | Compiling sct v0.7.0 |
2106 | 2024-02-07T23:06:21.994Z | Compiling form_urlencoded v1.2.1 |
2107 | 2024-02-07T23:06:22.275Z | Compiling http-body v0.4.5 |
2108 | 2024-02-07T23:06:22.673Z | Compiling serde_tokenstream v0.1.7 |
2109 | 2024-02-07T23:06:22.745Z | Compiling pkcs8 v0.10.2 |
2110 | 2024-02-07T23:06:23.232Z | Compiling hubpack_derive v0.1.1 |
2111 | 2024-02-07T23:06:23.787Z | Compiling socket2 v0.4.9 |
2112 | 2024-02-07T23:06:24.045Z | Compiling crossbeam-epoch v0.9.15 |
2113 | 2024-02-07T23:06:24.275Z | Compiling usdt-impl v0.5.0 |
2114 | 2024-02-07T23:06:24.775Z | Compiling anyhow v1.0.75 |
2115 | 2024-02-07T23:06:24.894Z | Compiling colorchoice v1.0.0 |
2116 | 2024-02-07T23:06:25.021Z | Compiling tower-service v0.3.2 |
2117 | 2024-02-07T23:06:25.101Z | Compiling radium v0.7.0 |
2118 | 2024-02-07T23:06:25.165Z | Compiling anstyle-query v1.0.0 |
2119 | 2024-02-07T23:06:25.286Z | Compiling slog v2.7.0 |
2120 | 2024-02-07T23:06:25.561Z | Compiling httpdate v1.0.3 |
2121 | 2024-02-07T23:06:25.594Z | Compiling openssl-probe v0.1.5 |
2122 | 2024-02-07T23:06:25.891Z | Compiling hyper v0.14.27 |
2123 | 2024-02-07T23:06:26.519Z | Compiling anstream v0.5.0 |
2124 | 2024-02-07T23:06:29.702Z | Compiling terminal_size v0.2.6 |
2125 | 2024-02-07T23:06:32.031Z | Compiling toml_datetime v0.6.5 |
2126 | 2024-02-07T23:06:32.209Z | Compiling serde_spanned v0.6.5 |
2127 | 2024-02-07T23:06:32.790Z | Compiling zerocopy v0.6.4 |
2128 | 2024-02-07T23:06:36.722Z | Compiling scroll v0.12.0 |
2129 | 2024-02-07T23:06:36.722Z | Compiling md-5 v0.10.5 |
2130 | 2024-02-07T23:06:36.722Z | Compiling stringprep v0.1.3 |
2131 | 2024-02-07T23:06:36.722Z | Compiling idna v0.5.0 |
2132 | 2024-02-07T23:06:36.722Z | Compiling diesel_table_macro_syntax v0.1.0 |
2133 | 2024-02-07T23:06:36.722Z | Compiling hash32 v0.2.1 |
2134 | 2024-02-07T23:06:36.723Z | Compiling aho-corasick v1.0.4 |
2135 | 2024-02-07T23:06:36.723Z | Compiling regex-syntax v0.8.2 |
2136 | 2024-02-07T23:06:36.723Z | Compiling dyn-clone v1.0.16 |
2137 | 2024-02-07T23:06:36.723Z | Compiling maybe-uninit v2.0.0 |
2138 | 2024-02-07T23:06:36.723Z | Compiling plain v0.2.3 |
2139 | 2024-02-07T23:06:36.723Z | Compiling fallible-iterator v0.2.0 |
2140 | 2024-02-07T23:06:36.723Z | Compiling gimli v0.28.0 |
2141 | 2024-02-07T23:06:36.723Z | Compiling winnow v0.5.15 |
2142 | 2024-02-07T23:06:36.970Z | Compiling stable_deref_trait v1.2.0 |
2143 | 2024-02-07T23:06:37.070Z | Compiling tap v1.0.1 |
2144 | 2024-02-07T23:06:37.080Z | Compiling clap_lex v0.5.1 |
2145 | 2024-02-07T23:06:37.254Z | Compiling strsim v0.10.0 |
2146 | 2024-02-07T23:06:37.316Z | Compiling wyz v0.5.1 |
2147 | 2024-02-07T23:06:37.803Z | Compiling clap_builder v4.4.2 |
2148 | 2024-02-07T23:06:37.820Z | Compiling postgres-protocol v0.6.6 |
2149 | 2024-02-07T23:06:38.749Z | Compiling goblin v0.8.0 |
2150 | 2024-02-07T23:06:39.697Z | Compiling regex-automata v0.4.4 |
2151 | 2024-02-07T23:06:40.086Z | Compiling diesel_derives v2.1.2 |
2152 | 2024-02-07T23:06:41.406Z | Compiling addr2line v0.21.0 |
2153 | 2024-02-07T23:06:41.995Z | Compiling url v2.5.0 |
2154 | 2024-02-07T23:06:46.920Z | Compiling tokio-rustls v0.24.1 |
2155 | 2024-02-07T23:06:47.075Z | Compiling strum_macros v0.25.2 |
2156 | 2024-02-07T23:06:47.413Z | Compiling tokio-native-tls v0.3.1 |
2157 | 2024-02-07T23:06:47.834Z | Compiling usdt-attr-macro v0.3.5 |
2158 | 2024-02-07T23:06:48.217Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-07T23:06:48.708Z | Compiling phf_shared v0.11.2 |
2160 | 2024-02-07T23:06:49.567Z | Compiling block-padding v0.3.3 |
2161 | 2024-02-07T23:06:49.611Z | Compiling enum-as-inner v0.5.1 |
2162 | 2024-02-07T23:06:49.614Z | Compiling serde_repr v0.1.16 |
2163 | 2024-02-07T23:06:50.261Z | Compiling ff v0.13.0 |
2164 | 2024-02-07T23:06:50.465Z | Compiling scheduled-thread-pool v0.2.7 |
2165 | 2024-02-07T23:06:50.711Z | Compiling object v0.32.1 |
2166 | 2024-02-07T23:06:50.962Z | Compiling matches v0.1.10 |
2167 | 2024-02-07T23:06:52.271Z | Compiling base16ct v0.2.0 |
2168 | 2024-02-07T23:06:52.307Z | Compiling managed v0.8.0 |
2169 | 2024-02-07T23:06:52.574Z | Compiling deranged v0.3.8 |
2170 | 2024-02-07T23:06:52.777Z | Compiling bit-vec v0.6.3 |
2171 | 2024-02-07T23:06:53.204Z | Compiling num-bigint-dig v0.8.4 |
2172 | 2024-02-07T23:06:53.989Z | Compiling pretty-hex v0.4.1 |
2173 | 2024-02-07T23:06:53.989Z | Compiling rustc-demangle v0.1.23 |
2174 | 2024-02-07T23:06:54.448Z | Compiling funty v2.0.0 |
2175 | 2024-02-07T23:06:54.466Z | Compiling packed_struct v0.10.1 |
2176 | 2024-02-07T23:06:54.651Z | Compiling ipnet v2.9.0 |
2177 | 2024-02-07T23:06:54.885Z | Compiling regex-automata v0.1.10 |
2178 | 2024-02-07T23:06:55.491Z | Compiling num_threads v0.1.6 |
2179 | 2024-02-07T23:06:55.710Z | Compiling bitvec v1.0.1 |
2180 | 2024-02-07T23:06:57.595Z | Compiling time v0.3.27 |
2181 | 2024-02-07T23:06:59.750Z | Compiling bstr v0.2.17 |
2182 | 2024-02-07T23:07:00.282Z | Compiling dof v0.3.0 |
2183 | 2024-02-07T23:07:01.545Z | Compiling sec1 v0.7.3 |
2184 | 2024-02-07T23:07:01.702Z | Compiling idna v0.2.3 |
2185 | 2024-02-07T23:07:02.196Z | Compiling r2d2 v0.8.10 |
2186 | 2024-02-07T23:07:02.527Z | Compiling group v0.13.0 |
2187 | 2024-02-07T23:07:02.560Z | Compiling inout v0.1.3 |
2188 | 2024-02-07T23:07:03.111Z | Compiling phf v0.11.2 |
2189 | 2024-02-07T23:07:03.394Z | Compiling hyper-tls v0.5.0 |
2190 | 2024-02-07T23:07:03.729Z | Compiling regex v1.10.3 |
2191 | 2024-02-07T23:07:03.831Z | Compiling hyper-rustls v0.24.2 |
2192 | 2024-02-07T23:07:04.226Z | Compiling signal-hook-mio v0.2.3 |
2193 | 2024-02-07T23:07:04.385Z | Compiling flate2 v1.0.28 |
2194 | 2024-02-07T23:07:04.799Z | Compiling clap v4.4.3 |
2195 | 2024-02-07T23:07:04.909Z | Compiling ipnetwork v0.20.0 |
2196 | 2024-02-07T23:07:05.373Z | Compiling toml_edit v0.19.15 |
2197 | 2024-02-07T23:07:05.666Z | Compiling bzip2 v0.4.4 |
2198 | 2024-02-07T23:07:06.036Z | Compiling postgres-types v0.2.6 |
2199 | 2024-02-07T23:07:06.384Z | Compiling hubpack v0.1.2 |
2200 | 2024-02-07T23:07:06.422Z | Compiling serde_urlencoded v0.7.1 |
2201 | 2024-02-07T23:07:06.831Z | Compiling rustls-pemfile v1.0.3 |
2202 | 2024-02-07T23:07:06.946Z | Compiling phf_shared v0.10.0 |
2203 | 2024-02-07T23:07:07.161Z | Compiling hkdf v0.12.4 |
2204 | 2024-02-07T23:07:07.478Z | Compiling dtrace-parser v0.2.0 |
2205 | 2024-02-07T23:07:07.948Z | Compiling futures-executor v0.3.30 |
2206 | 2024-02-07T23:07:10.112Z | Compiling crypto-bigint v0.5.2 |
2207 | 2024-02-07T23:07:10.428Z | Compiling packed_struct_codegen v0.10.1 |
2208 | 2024-02-07T23:07:10.942Z | Compiling float-cmp v0.9.0 |
2209 | 2024-02-07T23:07:11.556Z | Compiling indexmap v1.9.3 |
2210 | 2024-02-07T23:07:11.786Z | Compiling encoding_rs v0.8.33 |
2211 | 2024-02-07T23:07:12.234Z | Compiling whoami v1.4.1 |
2212 | 2024-02-07T23:07:12.410Z | Compiling unicode-width v0.1.11 |
2213 | 2024-02-07T23:07:12.561Z | Compiling regex-automata v0.3.8 |
2214 | 2024-02-07T23:07:12.670Z | Compiling mime v0.3.17 |
2215 | 2024-02-07T23:07:13.145Z | Compiling either v1.9.0 |
2216 | 2024-02-07T23:07:13.149Z | Compiling unicode-segmentation v1.10.1 |
2217 | 2024-02-07T23:07:13.149Z | Compiling predicates-core v1.0.6 |
2218 | 2024-02-07T23:07:13.330Z | Compiling new_debug_unreachable v1.0.4 |
2219 | 2024-02-07T23:07:13.424Z | Compiling difflib v0.4.0 |
2220 | 2024-02-07T23:07:13.899Z | Compiling crc-catalog v2.2.0 |
2221 | 2024-02-07T23:07:14.041Z | Compiling data-encoding v2.4.0 |
2222 | 2024-02-07T23:07:15.141Z | Compiling webpki-roots v0.25.2 |
2223 | 2024-02-07T23:07:15.151Z | Compiling normalize-line-endings v0.3.0 |
2224 | 2024-02-07T23:07:15.151Z | Compiling fixedbitset v0.4.2 |
2225 | 2024-02-07T23:07:15.151Z | Compiling nodrop v0.1.14 |
2226 | 2024-02-07T23:07:15.152Z | Compiling minimal-lexical v0.2.1 |
2227 | 2024-02-07T23:07:15.620Z | Compiling static_assertions v1.1.0 |
2228 | 2024-02-07T23:07:15.650Z | Compiling precomputed-hash v0.1.1 |
2229 | 2024-02-07T23:07:15.695Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2230 | 2024-02-07T23:07:15.757Z | Compiling string_cache v0.8.7 |
2231 | 2024-02-07T23:07:16.180Z | Compiling nom v7.1.3 |
2232 | 2024-02-07T23:07:17.912Z | Compiling petgraph v0.6.4 |
2233 | 2024-02-07T23:07:21.601Z | Compiling array-init v0.0.4 |
2234 | 2024-02-07T23:07:21.650Z | Compiling predicates v3.1.0 |
2235 | 2024-02-07T23:07:23.289Z | Compiling reqwest v0.11.22 |
2236 | 2024-02-07T23:07:23.514Z | Compiling trust-dns-proto v0.22.0 |
2237 | 2024-02-07T23:07:23.547Z | Compiling bstr v1.6.0 |
2238 | 2024-02-07T23:07:23.956Z | Compiling crc v3.0.1 |
2239 | 2024-02-07T23:07:24.720Z | Compiling similar v2.3.0 |
2240 | 2024-02-07T23:07:27.833Z | Compiling itertools v0.10.5 |
2241 | 2024-02-07T23:07:30.960Z | Compiling console v0.15.8 |
2242 | 2024-02-07T23:07:31.469Z | Compiling tokio-postgres v0.7.10 |
2243 | 2024-02-07T23:07:31.614Z | Compiling elliptic-curve v0.13.8 |
2244 | 2024-02-07T23:07:35.237Z | Compiling toml v0.7.8 |
2245 | 2024-02-07T23:07:35.509Z | Compiling futures v0.3.30 |
2246 | 2024-02-07T23:07:37.045Z | Compiling smallvec v0.6.14 |
2247 | 2024-02-07T23:07:37.512Z | Compiling zip v0.6.6 |
2248 | 2024-02-07T23:07:37.529Z | Compiling yasna v0.5.2 |
2249 | 2024-02-07T23:07:38.003Z | Compiling diesel v2.1.4 |
2250 | 2024-02-07T23:07:38.007Z | Compiling crossterm v0.27.0 |
2251 | 2024-02-07T23:07:38.912Z | Compiling cipher v0.4.4 |
2252 | 2024-02-07T23:07:41.388Z | Compiling bit-set v0.5.3 |
2253 | 2024-02-07T23:07:41.531Z | Compiling usdt v0.3.5 |
2254 | 2024-02-07T23:07:41.645Z | Compiling is-terminal v0.4.9 |
2255 | 2024-02-07T23:07:41.788Z | Compiling toml_edit v0.21.1 |
2256 | 2024-02-07T23:07:48.634Z | Compiling pkcs1 v0.7.5 |
2257 | 2024-02-07T23:07:48.833Z | Compiling tokio-stream v0.1.14 |
2258 | 2024-02-07T23:07:50.403Z | Compiling openapiv3 v2.0.0 |
2259 | 2024-02-07T23:07:50.607Z | Compiling hex v0.4.3 |
2260 | 2024-02-07T23:07:51.315Z | Compiling hashbrown v0.13.2 |
2261 | 2024-02-07T23:07:52.323Z | Compiling signature v2.1.0 |
2262 | 2024-02-07T23:07:53.275Z | Compiling termcolor v1.2.0 |
2263 | 2024-02-07T23:07:54.419Z | Compiling lalrpop-util v0.19.12 |
2264 | 2024-02-07T23:07:55.806Z | Compiling hashbrown v0.12.3 |
2265 | 2024-02-07T23:07:57.457Z | Compiling bitfield v0.14.0 |
2266 | 2024-02-07T23:07:57.754Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2267 | 2024-02-07T23:08:06.552Z | Compiling env_logger v0.10.0 |
2268 | 2024-02-07T23:08:10.663Z | Compiling rsa v0.9.2 |
2269 | 2024-02-07T23:08:17.483Z | Compiling serde-hex v0.1.0 |
2270 | 2024-02-07T23:08:19.953Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2271 | 2024-02-07T23:08:20.415Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2272 | 2024-02-07T23:08:23.109Z | Compiling ron v0.8.1 |
2273 | 2024-02-07T23:08:23.584Z | Compiling x509-cert v0.2.4 |
2274 | 2024-02-07T23:08:27.308Z | Compiling crc-any v2.4.3 |
2275 | 2024-02-07T23:08:46.802Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-02-07T23:08:49.255Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2277 | 2024-02-07T23:08:54.014Z | Compiling object v0.30.4 |
2278 | 2024-02-07T23:09:03.015Z | Compiling path-slash v0.1.5 |
2279 | 2024-02-07T23:09:03.213Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2280 | 2024-02-07T23:09:28.260Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2281 | 2024-02-07T23:09:29.039Z | Finished release [optimized] target(s) in 3m 54s |
2282 | 2024-02-07T23:09:29.111Z | |
2283 | 2024-02-07T23:09:29.123Z | real 3:54.341766468 |
2284 | 2024-02-07T23:09:29.123Z | user 26:08.720284441 |
2285 | 2024-02-07T23:09:29.124Z | sys 3:00.027258060 |
2286 | 2024-02-07T23:09:29.124Z | trap 0.780959148 |
2287 | 2024-02-07T23:09:29.124Z | tflt 1.811842039 |
2288 | 2024-02-07T23:09:29.125Z | dflt 0.596214677 |
2289 | 2024-02-07T23:09:29.125Z | kflt 0.000198327 |
2290 | 2024-02-07T23:09:29.126Z | lock 59:09.711804384 |
2291 | 2024-02-07T23:09:29.126Z | slp 1:17:01.936795056 |
2292 | 2024-02-07T23:09:29.127Z | lat 1:25.174413983 |
2293 | 2024-02-07T23:09:29.127Z | stop 1:16.922769684 |
2294 | 2024-02-07T23:09:29.128Z | + ptime -m gzip |
2295 | 2024-02-07T23:09:29.575Z | |
2296 | 2024-02-07T23:09:29.579Z | real 0.463443414 |
2297 | 2024-02-07T23:09:29.579Z | user 0.457586733 |
2298 | 2024-02-07T23:09:29.579Z | sys 0.004467926 |
2299 | 2024-02-07T23:09:29.580Z | trap 0.000350182 |
2300 | 2024-02-07T23:09:29.580Z | tflt 0.000000000 |
2301 | 2024-02-07T23:09:29.580Z | dflt 0.000000000 |
2302 | 2024-02-07T23:09:29.580Z | kflt 0.000000000 |
2303 | 2024-02-07T23:09:29.580Z | lock 0.000000000 |
2304 | 2024-02-07T23:09:29.580Z | slp 0.000000000 |
2305 | 2024-02-07T23:09:29.580Z | lat 0.000648822 |
2306 | 2024-02-07T23:09:29.580Z | stop 0.000175660 |
2307 | 2024-02-07T23:09:29.580Z | + banner tufaceous |
2308 | 2024-02-07T23:09:29.581Z | |
2309 | 2024-02-07T23:09:29.581Z | ##### # # ###### ## #### ###### #### # # #### |
2310 | 2024-02-07T23:09:29.581Z | # # # # # # # # # # # # # # |
2311 | 2024-02-07T23:09:29.581Z | # # # ##### # # # ##### # # # # #### |
2312 | 2024-02-07T23:09:29.581Z | # # # # ###### # # # # # # # |
2313 | 2024-02-07T23:09:29.581Z | # # # # # # # # # # # # # # # |
2314 | 2024-02-07T23:09:29.582Z | # #### # # # #### ###### #### #### #### |
2315 | 2024-02-07T23:09:29.582Z | |
2316 | 2024-02-07T23:09:29.582Z | + ptime -m cargo build --locked -p tufaceous --release |
2317 | 2024-02-07T23:09:29.986Z | Downloading crates ... |
2318 | 2024-02-07T23:09:30.283Z | Downloaded globset v0.4.13 |
2319 | 2024-02-07T23:09:30.287Z | Downloaded pin-project v1.1.3 |
2320 | 2024-02-07T23:09:30.296Z | Downloaded olpc-cjson v0.1.3 |
2321 | 2024-02-07T23:09:30.299Z | Downloaded fs-err v2.11.0 |
2322 | 2024-02-07T23:09:30.299Z | Downloaded doc-comment v0.3.3 |
2323 | 2024-02-07T23:09:30.303Z | Downloaded humantime v2.1.0 |
2324 | 2024-02-07T23:09:30.303Z | Downloaded parse-size v1.0.0 |
2325 | 2024-02-07T23:09:30.303Z | Downloaded async-recursion v1.0.5 |
2326 | 2024-02-07T23:09:30.306Z | Downloaded buf-list v1.0.3 |
2327 | 2024-02-07T23:09:30.306Z | Downloaded serde_plain v1.0.2 |
2328 | 2024-02-07T23:09:30.309Z | Downloaded snafu-derive v0.7.5 |
2329 | 2024-02-07T23:09:30.309Z | Downloaded pin-project-internal v1.1.3 |
2330 | 2024-02-07T23:09:30.317Z | Downloaded snafu v0.7.5 |
2331 | 2024-02-07T23:09:30.324Z | Downloaded typed-path v0.7.0 |
2332 | 2024-02-07T23:09:30.334Z | Downloaded tough v0.16.0 |
2333 | 2024-02-07T23:09:30.433Z | Compiling serde_tokenstream v0.2.0 |
2334 | 2024-02-07T23:09:30.495Z | Compiling regress v0.7.1 |
2335 | 2024-02-07T23:09:30.506Z | Compiling dirs-sys-next v0.1.2 |
2336 | 2024-02-07T23:09:30.506Z | Compiling rustls-pki-types v1.1.0 |
2337 | 2024-02-07T23:09:30.509Z | Compiling ident_case v1.0.1 |
2338 | 2024-02-07T23:09:30.533Z | Compiling thread_local v1.1.7 |
2339 | 2024-02-07T23:09:30.536Z | Compiling slog-async v2.8.0 |
2340 | 2024-02-07T23:09:30.958Z | Compiling dirs-next v2.0.0 |
2341 | 2024-02-07T23:09:30.972Z | Compiling rustls v0.22.2 |
2342 | 2024-02-07T23:09:31.188Z | Compiling heck v0.4.1 |
2343 | 2024-02-07T23:09:31.248Z | Compiling camino v1.1.6 |
2344 | 2024-02-07T23:09:31.277Z | Compiling term v0.7.0 |
2345 | 2024-02-07T23:09:31.580Z | Compiling rustls-webpki v0.102.1 |
2346 | 2024-02-07T23:09:31.749Z | Compiling darling_core v0.20.3 |
2347 | 2024-02-07T23:09:31.770Z | Compiling crossbeam-channel v0.5.8 |
2348 | 2024-02-07T23:09:31.834Z | Compiling getopts v0.2.21 |
2349 | 2024-02-07T23:09:32.434Z | Compiling structmeta-derive v0.3.0 |
2350 | 2024-02-07T23:09:32.692Z | Compiling atty v0.2.14 |
2351 | 2024-02-07T23:09:32.834Z | Compiling multer v3.0.0 |
2352 | 2024-02-07T23:09:33.156Z | Compiling unsafe-libyaml v0.2.10 |
2353 | 2024-02-07T23:09:33.466Z | Compiling paste v1.0.14 |
2354 | 2024-02-07T23:09:33.967Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2355 | 2024-02-07T23:09:35.054Z | Compiling match_cfg v0.1.0 |
2356 | 2024-02-07T23:09:35.149Z | Compiling doc-comment v0.3.3 |
2357 | 2024-02-07T23:09:35.168Z | Compiling take_mut v0.2.2 |
2358 | 2024-02-07T23:09:35.817Z | Compiling structmeta v0.3.0 |
2359 | 2024-02-07T23:09:36.120Z | Compiling hostname v0.3.1 |
2360 | 2024-02-07T23:09:36.212Z | Compiling serde_yaml v0.9.25 |
2361 | 2024-02-07T23:09:36.470Z | Compiling slog-term v2.9.0 |
2362 | 2024-02-07T23:09:37.207Z | Compiling darling_macro v0.20.3 |
2363 | 2024-02-07T23:09:38.154Z | Compiling darling v0.20.3 |
2364 | 2024-02-07T23:09:39.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2365 | 2024-02-07T23:09:39.532Z | Compiling slog-json v2.6.1 |
2366 | 2024-02-07T23:09:40.048Z | Compiling http v1.0.0 |
2367 | 2024-02-07T23:09:40.114Z | Compiling pin-project-internal v1.1.3 |
2368 | 2024-02-07T23:09:40.136Z | Compiling async-stream-impl v0.3.5 |
2369 | 2024-02-07T23:09:40.825Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2370 | 2024-02-07T23:09:41.157Z | Compiling atomic-waker v1.1.1 |
2371 | 2024-02-07T23:09:41.647Z | Compiling fastrand v2.0.1 |
2372 | 2024-02-07T23:09:41.678Z | Compiling waitgroup v0.1.2 |
2373 | 2024-02-07T23:09:41.678Z | Compiling async-stream v0.3.5 |
2374 | 2024-02-07T23:09:41.678Z | Compiling tempfile v3.10.0 |
2375 | 2024-02-07T23:09:41.943Z | Compiling tokio-rustls v0.25.0 |
2376 | 2024-02-07T23:09:42.426Z | Compiling slog-bunyan v2.5.0 |
2377 | 2024-02-07T23:09:42.789Z | Compiling serde_with_macros v3.6.0 |
2378 | 2024-02-07T23:09:42.986Z | Compiling pin-project v1.1.3 |
2379 | 2024-02-07T23:09:43.611Z | Compiling parse-display-derive v0.9.0 |
2380 | 2024-02-07T23:09:44.375Z | Compiling toml v0.8.9 |
2381 | 2024-02-07T23:09:45.360Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2382 | 2024-02-07T23:09:45.375Z | Compiling rustls-pemfile v2.0.0 |
2383 | 2024-02-07T23:09:45.669Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2384 | 2024-02-07T23:09:45.826Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2385 | 2024-02-07T23:09:45.921Z | Compiling sha1 v0.10.6 |
2386 | 2024-02-07T23:09:46.888Z | Compiling snafu-derive v0.7.5 |
2387 | 2024-02-07T23:09:47.161Z | Compiling serde_path_to_error v0.1.15 |
2388 | 2024-02-07T23:09:47.172Z | Compiling fs-err v2.11.0 |
2389 | 2024-02-07T23:09:47.475Z | Compiling instant v0.1.12 |
2390 | 2024-02-07T23:09:48.488Z | Compiling same-file v1.0.6 |
2391 | 2024-02-07T23:09:48.530Z | Compiling debug-ignore v1.0.5 |
2392 | 2024-02-07T23:09:48.530Z | Compiling buf-list v1.0.3 |
2393 | 2024-02-07T23:09:48.530Z | Compiling arc-swap v1.6.0 |
2394 | 2024-02-07T23:09:48.571Z | Compiling slog-scope v4.4.0 |
2395 | 2024-02-07T23:09:48.720Z | Compiling walkdir v2.4.0 |
2396 | 2024-02-07T23:09:49.468Z | Compiling parse-display v0.9.0 |
2397 | 2024-02-07T23:09:50.009Z | Compiling backoff v0.4.0 |
2398 | 2024-02-07T23:09:50.286Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2399 | 2024-02-07T23:09:50.393Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2400 | 2024-02-07T23:09:50.675Z | Compiling serde_with v3.6.0 |
2401 | 2024-02-07T23:09:51.362Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2402 | 2024-02-07T23:09:54.280Z | Compiling snafu v0.7.5 |
2403 | 2024-02-07T23:09:54.402Z | Compiling globset v0.4.13 |
2404 | 2024-02-07T23:09:54.482Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2405 | 2024-02-07T23:09:54.482Z | Compiling strum v0.25.0 |
2406 | 2024-02-07T23:09:54.483Z | Compiling olpc-cjson v0.1.3 |
2407 | 2024-02-07T23:09:54.510Z | Compiling pem v3.0.2 |
2408 | 2024-02-07T23:09:55.489Z | Compiling macaddr v1.0.1 |
2409 | 2024-02-07T23:09:56.079Z | Compiling serde_plain v1.0.2 |
2410 | 2024-02-07T23:09:56.260Z | Compiling async-recursion v1.0.5 |
2411 | 2024-02-07T23:09:56.618Z | Compiling filetime v0.2.23 |
2412 | 2024-02-07T23:09:56.982Z | Compiling xattr v1.0.1 |
2413 | 2024-02-07T23:09:57.227Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2414 | 2024-02-07T23:09:57.267Z | Compiling typed-path v0.7.0 |
2415 | 2024-02-07T23:09:57.278Z | Compiling tar v0.4.40 |
2416 | 2024-02-07T23:10:01.013Z | Compiling tough v0.16.0 |
2417 | 2024-02-07T23:10:03.999Z | Compiling slog-stdlog v4.1.1 |
2418 | 2024-02-07T23:10:04.916Z | Compiling camino-tempfile v1.1.1 |
2419 | 2024-02-07T23:10:05.554Z | Compiling itertools v0.12.1 |
2420 | 2024-02-07T23:10:05.708Z | Compiling parse-size v1.0.0 |
2421 | 2024-02-07T23:10:06.044Z | Compiling slog-envlogger v2.2.0 |
2422 | 2024-02-07T23:10:09.271Z | Compiling humantime v2.1.0 |
2423 | 2024-02-07T23:10:13.156Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2424 | 2024-02-07T23:10:13.374Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2024-02-07T23:10:22.827Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2426 | 2024-02-07T23:10:24.783Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2427 | 2024-02-07T23:10:43.847Z | Finished release [optimized] target(s) in 1m 14s |
2428 | 2024-02-07T23:10:43.923Z | |
2429 | 2024-02-07T23:10:43.942Z | real 1:14.313866347 |
2430 | 2024-02-07T23:10:43.942Z | user 8:12.891438628 |
2431 | 2024-02-07T23:10:43.942Z | sys 37.206919402 |
2432 | 2024-02-07T23:10:43.942Z | trap 0.218389614 |
2433 | 2024-02-07T23:10:43.942Z | tflt 0.414125442 |
2434 | 2024-02-07T23:10:43.943Z | dflt 0.232175298 |
2435 | 2024-02-07T23:10:43.943Z | kflt 0.000002870 |
2436 | 2024-02-07T23:10:43.943Z | lock 16:58.417999074 |
2437 | 2024-02-07T23:10:43.943Z | slp 18:36.963429598 |
2438 | 2024-02-07T23:10:43.944Z | lat 17.583561149 |
2439 | 2024-02-07T23:10:43.944Z | stop 12.845999198 |
2440 | 2024-02-07T23:10:43.944Z | + ptime -m gzip |
2441 | 2024-02-07T23:10:45.677Z | |
2442 | 2024-02-07T23:10:45.691Z | real 1.748449585 |
2443 | 2024-02-07T23:10:45.691Z | user 1.734199532 |
2444 | 2024-02-07T23:10:45.691Z | sys 0.012678020 |
2445 | 2024-02-07T23:10:45.691Z | trap 0.000448294 |
2446 | 2024-02-07T23:10:45.691Z | tflt 0.000000000 |
2447 | 2024-02-07T23:10:45.691Z | dflt 0.000000000 |
2448 | 2024-02-07T23:10:45.691Z | kflt 0.000000000 |
2449 | 2024-02-07T23:10:45.691Z | lock 0.000000000 |
2450 | 2024-02-07T23:10:45.692Z | slp 0.000000000 |
2451 | 2024-02-07T23:10:45.692Z | lat 0.000734939 |
2452 | 2024-02-07T23:10:45.692Z | stop 0.000175750 |
2453 | 2024-02-07T23:10:45.692Z | process exited: duration 803227 ms, exit code 0 |
|
2454 | 2024-02-07T23:10:45.724Z | found 5 output files |
2455 | 2024-02-07T23:10:45.724Z | uploading: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz (10676709 bytes) |
2456 | 2024-02-07T23:10:50.478Z | uploaded: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz |
2457 | 2024-02-07T23:10:50.479Z | uploading: /work/end-to-end-tests/bootstrap.gz (108933723 bytes) |
2458 | 2024-02-07T23:11:25.894Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2459 | 2024-02-07T23:11:25.895Z | uploading: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz (112153692 bytes) |
2460 | 2024-02-07T23:12:08.928Z | uploaded: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz |
2461 | 2024-02-07T23:12:08.928Z | uploading: /work/caboose-util.gz (4102787 bytes) |
2462 | 2024-02-07T23:12:11.065Z | uploaded: /work/caboose-util.gz |
2463 | 2024-02-07T23:12:11.065Z | uploading: /work/tufaceous.gz (15851424 bytes) |
2464 | 2024-02-07T23:12:22.442Z | uploaded: /work/tufaceous.gz |