|
|
|
1 | 2024-02-01T10:05:24.075Z | job assigned to worker 01HNJ1Z6E97466WAEEQKWZZQ93 (queued for 26 m 0 s) |
|
2 | 2024-02-01T10:05:24.748Z | starting task 0: "setup" |
3 | 2024-02-01T10:05:24.766Z | ++ uname -s |
4 | 2024-02-01T10:05:24.769Z | + kern=SunOS |
5 | 2024-02-01T10:05:24.769Z | + case "$kern" in |
6 | 2024-02-01T10:05:24.769Z | + groupadd -g 12345 build |
7 | 2024-02-01T10:05:24.769Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T10:05:26.863Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T10:05:26.998Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T10:05:27.002Z | + home_fs=zfs |
11 | 2024-02-01T10:05:27.002Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T10:05:27.002Z | + mkdir -p /home/build |
13 | 2024-02-01T10:05:27.006Z | + chown build:build /home/build /work |
14 | 2024-02-01T10:05:29.008Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T10:05:29.011Z | process exited: duration 4262 ms, exit code 0 |
|
16 | 2024-02-01T10:05:29.017Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T10:05:29.026Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T10:05:29.035Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T10:05:29.402Z | info: downloading installer |
20 | 2024-02-01T10:05:31.555Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T10:05:31.555Z | warning: /opt/ooce/bin |
22 | 2024-02-01T10:05:31.555Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T10:05:31.555Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T10:05:31.556Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T10:05:31.556Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T10:05:31.556Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T10:05:31.556Z | error: cannot install while Rust is installed |
28 | 2024-02-01T10:05:31.556Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T10:05:31.966Z | info: profile set to 'default' |
30 | 2024-02-01T10:05:31.966Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T10:05:31.978Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T10:05:32.393Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T10:05:32.393Z | info: downloading component 'cargo' |
34 | 2024-02-01T10:05:33.058Z | info: downloading component 'clippy' |
35 | 2024-02-01T10:05:33.382Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T10:05:34.516Z | info: downloading component 'rust-std' |
37 | 2024-02-01T10:05:36.582Z | info: downloading component 'rustc' |
38 | 2024-02-01T10:05:41.543Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T10:05:41.901Z | info: installing component 'cargo' |
40 | 2024-02-01T10:05:43.675Z | info: installing component 'clippy' |
41 | 2024-02-01T10:05:44.442Z | info: installing component 'rust-docs' |
42 | 2024-02-01T10:05:47.173Z | info: installing component 'rust-std' |
43 | 2024-02-01T10:05:50.651Z | info: installing component 'rustc' |
44 | 2024-02-01T10:05:59.283Z | info: installing component 'rustfmt' |
45 | 2024-02-01T10:05:59.850Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T10:05:59.850Z | |
47 | 2024-02-01T10:05:59.984Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T10:05:59.984Z | |
49 | 2024-02-01T10:05:59.988Z | |
50 | 2024-02-01T10:05:59.988Z | Rust is installed now. Great! |
51 | 2024-02-01T10:05:59.988Z | |
52 | 2024-02-01T10:05:59.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T10:05:59.988Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T10:05:59.988Z | |
55 | 2024-02-01T10:05:59.988Z | To configure your current shell, run: |
56 | 2024-02-01T10:05:59.988Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T10:06:00.072Z | + rustc --version |
58 | 2024-02-01T10:06:00.183Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T10:06:00.189Z | process exited: duration 31172 ms, exit code 0 |
|
60 | 2024-02-01T10:06:00.195Z | starting task 2: "authentication" |
61 | 2024-02-01T10:06:00.226Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-01T10:06:00.236Z | starting task 3: "clone repository" |
63 | 2024-02-01T10:06:00.240Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T10:06:00.244Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T10:06:00.449Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T10:06:07.082Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T10:06:07.082Z | + git fetch origin d36c61cef85fb811861493a8446ca3dfc983c6af |
68 | 2024-02-01T10:06:07.661Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T10:06:07.661Z | * branch d36c61cef85fb811861493a8446ca3dfc983c6af -> FETCH_HEAD |
70 | 2024-02-01T10:06:07.669Z | + [[ -n '' ]] |
71 | 2024-02-01T10:06:07.669Z | + git reset --hard d36c61cef85fb811861493a8446ca3dfc983c6af |
72 | 2024-02-01T10:06:07.854Z | HEAD is now at d36c61cef cleanup per pr comments |
73 | 2024-02-01T10:06:07.857Z | process exited: duration 7621 ms, exit code 0 |
|
74 | 2024-02-01T10:06:07.863Z | starting task 4: "build" |
75 | 2024-02-01T10:06:07.870Z | + cargo --version |
76 | 2024-02-01T10:06:07.877Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-01T10:06:08.070Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-01T10:06:08.078Z | info: downloading component 'cargo' |
79 | 2024-02-01T10:06:08.769Z | info: downloading component 'clippy' |
80 | 2024-02-01T10:06:09.006Z | info: downloading component 'rust-docs' |
81 | 2024-02-01T10:06:09.876Z | info: downloading component 'rust-std' |
82 | 2024-02-01T10:06:11.256Z | info: downloading component 'rustc' |
83 | 2024-02-01T10:06:14.915Z | info: downloading component 'rustfmt' |
84 | 2024-02-01T10:06:15.114Z | info: installing component 'cargo' |
85 | 2024-02-01T10:06:16.744Z | info: installing component 'clippy' |
86 | 2024-02-01T10:06:17.240Z | info: installing component 'rust-docs' |
87 | 2024-02-01T10:06:20.055Z | info: installing component 'rust-std' |
88 | 2024-02-01T10:06:22.478Z | info: installing component 'rustc' |
89 | 2024-02-01T10:06:28.842Z | info: installing component 'rustfmt' |
90 | 2024-02-01T10:06:29.413Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-01T10:06:29.418Z | + rustc --version |
92 | 2024-02-01T10:06:29.512Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-01T10:06:29.519Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-01T10:06:43.109Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-01T10:06:44.958Z | Startup: Caching catalogs ... Done |
96 | 2024-02-01T10:06:47.980Z | Planning: Solver setup ... Done (2.507s) |
97 | 2024-02-01T10:06:48.047Z | Planning: Running solver ... Done (0.066s) |
98 | 2024-02-01T10:06:48.079Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2024-02-01T10:06:48.096Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-01T10:06:48.409Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-01T10:06:48.490Z | Planning: Package planning ... Done (0.081s) |
102 | 2024-02-01T10:06:48.574Z | Planning: Merging actions ... Done (0.084s) |
103 | 2024-02-01T10:06:49.837Z | Planning: Checking for conflicting actions ... Done (1.177s) |
104 | 2024-02-01T10:06:49.840Z | Planning: Consolidating action changes ... Done (0.017s) |
105 | 2024-02-01T10:06:56.044Z | Planning: Evaluating mediators ... Done (6.275s) |
106 | 2024-02-01T10:06:56.060Z | Planning: Planning completed in 11.04 seconds |
107 | 2024-02-01T10:07:00.212Z | Packages to install: 4 |
108 | 2024-02-01T10:07:00.213Z | Mediators to change: 2 |
109 | 2024-02-01T10:07:00.213Z | Services to change: 1 |
110 | 2024-02-01T10:07:00.216Z | Estimated space available: 148.87 GB |
111 | 2024-02-01T10:07:00.216Z | Estimated space to be consumed: 1.40 GB |
112 | 2024-02-01T10:07:00.216Z | Create boot environment: No |
113 | 2024-02-01T10:07:00.219Z | Create backup boot environment: No |
114 | 2024-02-01T10:07:00.219Z | Rebuild boot archive: No |
115 | 2024-02-01T10:07:00.219Z | |
116 | 2024-02-01T10:07:00.219Z | Changed mediators: |
117 | 2024-02-01T10:07:00.219Z | mediator clang: |
118 | 2024-02-01T10:07:00.219Z | version: None -> 15 (system default) |
119 | 2024-02-01T10:07:00.219Z | |
120 | 2024-02-01T10:07:00.220Z | mediator llvm: |
121 | 2024-02-01T10:07:00.220Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-01T10:07:00.220Z | |
123 | 2024-02-01T10:07:00.220Z | Changed packages: |
124 | 2024-02-01T10:07:00.220Z | helios-dev |
125 | 2024-02-01T10:07:00.220Z | developer/build-essential |
126 | 2024-02-01T10:07:00.220Z | None -> 11-2.0 |
127 | 2024-02-01T10:07:00.220Z | library/libxmlsec1 |
128 | 2024-02-01T10:07:00.220Z | None -> 1.2.35-2.0 |
129 | 2024-02-01T10:07:00.220Z | ooce/developer/clang-15 |
130 | 2024-02-01T10:07:00.220Z | None -> 15.0.7-2.0 |
131 | 2024-02-01T10:07:00.220Z | ooce/developer/llvm-15 |
132 | 2024-02-01T10:07:00.220Z | None -> 15.0.7-2.0 |
133 | 2024-02-01T10:07:00.220Z | |
134 | 2024-02-01T10:07:00.220Z | Services: |
135 | 2024-02-01T10:07:00.220Z | restart_fmri: |
136 | 2024-02-01T10:07:00.220Z | svc:/system/update-man-index:default |
137 | 2024-02-01T10:07:00.545Z | |
138 | 2024-02-01T10:07:00.545Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-01T10:07:05.545Z | Download: 802/3290 items 18.7/212.6MB 8% complete (3.8M/s) |
140 | 2024-02-01T10:07:11.034Z | Download: 1197/3290 items 82.5/212.6MB 38% complete (9.7M/s) |
141 | 2024-02-01T10:07:16.041Z | Download: 1839/3290 items 118.5/212.6MB 55% complete (10.0M/s) |
142 | 2024-02-01T10:07:21.043Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (4.1M/s) |
143 | 2024-02-01T10:07:27.330Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
144 | 2024-02-01T10:07:28.508Z | Download: Completed 212.60 MB in 27.96 seconds (7.6M/s) |
145 | 2024-02-01T10:07:29.390Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-02-01T10:07:34.529Z | Actions: 2310/3689 actions (Installing new actions) |
147 | 2024-02-01T10:07:37.012Z | Actions: Completed 3689 actions in 7.62 seconds. |
148 | 2024-02-01T10:07:37.158Z | Done (0.136s) |
149 | 2024-02-01T10:07:37.158Z | Done (0.000s) |
150 | 2024-02-01T10:07:37.493Z | Done (0.337s) |
151 | 2024-02-01T10:07:45.454Z | Done (7.818s) |
152 | 2024-02-01T10:07:45.685Z | Done (0.132s) |
153 | 2024-02-01T10:07:45.688Z | Done (0.000s) |
154 | 2024-02-01T10:07:45.996Z | Done (0.000s) |
155 | 2024-02-01T10:07:46.724Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-02-01T10:07:47.005Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-02-01T10:07:47.010Z | Planning: Consolidating action changes ... Done |
158 | 2024-02-01T10:07:47.438Z | Planning: Evaluating mediators ... Done |
159 | 2024-02-01T10:07:47.441Z | Planning: Planning completed in 0.72 seconds |
160 | 2024-02-01T10:07:47.495Z | Mediators to change: 2 |
161 | 2024-02-01T10:07:47.497Z | Create boot environment: No |
162 | 2024-02-01T10:07:47.498Z | Create backup boot environment: No |
163 | 2024-02-01T10:07:47.606Z | Done |
164 | 2024-02-01T10:07:47.607Z | Done |
165 | 2024-02-01T10:07:47.805Z | Done |
166 | 2024-02-01T10:07:53.427Z | Done |
167 | 2024-02-01T10:07:53.547Z | Done |
168 | 2024-02-01T10:07:53.550Z | Done |
169 | 2024-02-01T10:07:53.673Z | Done |
170 | 2024-02-01T10:07:54.687Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-02-01T10:07:54.690Z | Planning: Merging actions ... Done |
172 | 2024-02-01T10:07:55.021Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-02-01T10:07:55.024Z | Planning: Consolidating action changes ... Done |
174 | 2024-02-01T10:07:55.464Z | Planning: Evaluating mediators ... Done |
175 | 2024-02-01T10:07:55.557Z | Planning: Planning completed in 1.32 seconds |
176 | 2024-02-01T10:07:55.614Z | Packages to change: 1 |
177 | 2024-02-01T10:07:55.617Z | Mediators to change: 1 |
178 | 2024-02-01T10:07:55.618Z | Services to change: 1 |
179 | 2024-02-01T10:07:55.618Z | Create boot environment: No |
180 | 2024-02-01T10:07:55.618Z | Create backup boot environment: Yes |
181 | 2024-02-01T10:07:57.691Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-02-01T10:07:57.694Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2024-02-01T10:07:57.694Z | Done |
184 | 2024-02-01T10:07:57.694Z | Done |
185 | 2024-02-01T10:07:57.769Z | Done |
186 | 2024-02-01T10:08:03.681Z | Done |
187 | 2024-02-01T10:08:03.807Z | Done |
188 | 2024-02-01T10:08:04.225Z | Done |
189 | 2024-02-01T10:08:04.233Z | Done |
190 | 2024-02-01T10:08:05.974Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-02-01T10:08:05.974Z | clang system 15 system |
192 | 2024-02-01T10:08:05.974Z | csh system system illumos |
193 | 2024-02-01T10:08:05.978Z | ctags system system illumos |
194 | 2024-02-01T10:08:05.978Z | gcc vendor 12 vendor |
195 | 2024-02-01T10:08:05.979Z | gcc system 10 system |
196 | 2024-02-01T10:08:05.979Z | gcc system 7 system |
197 | 2024-02-01T10:08:05.979Z | go system 1.20 system |
198 | 2024-02-01T10:08:05.979Z | go system 1.19 system |
199 | 2024-02-01T10:08:05.979Z | llvm system 15 system |
200 | 2024-02-01T10:08:05.979Z | llvm system 14 system |
201 | 2024-02-01T10:08:05.979Z | mariadb system 10.6 system |
202 | 2024-02-01T10:08:05.979Z | mta vendor vendor dma |
203 | 2024-02-01T10:08:05.979Z | openjdk system 17 system |
204 | 2024-02-01T10:08:05.979Z | openjdk system 11 system |
205 | 2024-02-01T10:08:05.979Z | openjdk system 1.8 system |
206 | 2024-02-01T10:08:05.979Z | openssl vendor 3 vendor |
207 | 2024-02-01T10:08:05.979Z | perl system 5.36 system |
208 | 2024-02-01T10:08:05.979Z | postgresql system 15 system |
209 | 2024-02-01T10:08:05.979Z | postgresql system 13 system |
210 | 2024-02-01T10:08:05.979Z | python vendor 3 vendor |
211 | 2024-02-01T10:08:05.979Z | python system 2 system |
212 | 2024-02-01T10:08:05.982Z | python3 system 3.11 system |
213 | 2024-02-01T10:08:05.982Z | ruby system 3.0 system |
214 | 2024-02-01T10:08:05.982Z | words vendor vendor american-english |
215 | 2024-02-01T10:08:05.982Z | words system system australian-english |
216 | 2024-02-01T10:08:05.982Z | words system system british-english |
217 | 2024-02-01T10:08:05.982Z | words system system canadian-english |
218 | 2024-02-01T10:08:05.982Z | words system system french |
219 | 2024-02-01T10:08:05.983Z | words system system italian |
220 | 2024-02-01T10:08:05.983Z | words system system ngerman |
221 | 2024-02-01T10:08:05.983Z | words system system ogerman |
222 | 2024-02-01T10:08:05.984Z | words system system spanish |
223 | 2024-02-01T10:08:05.988Z | FMRI IFO |
224 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-02-01T10:08:05.988Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-02-01T10:08:05.988Z | + set -o errexit |
233 | 2024-02-01T10:08:05.988Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2024-02-01T10:08:05.988Z | ++ cd ./tools |
235 | 2024-02-01T10:08:05.989Z | ++ pwd |
236 | 2024-02-01T10:08:05.989Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2024-02-01T10:08:05.989Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2024-02-01T10:08:05.989Z | + ARG0=ci_download_cockroachdb |
239 | 2024-02-01T10:08:05.989Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2024-02-01T10:08:05.989Z | + CIDL_VERSION=v22.1.9 |
241 | 2024-02-01T10:08:05.989Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2024-02-01T10:08:05.989Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2024-02-01T10:08:05.991Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2024-02-01T10:08:05.991Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2024-02-01T10:08:05.991Z | + TARGET_DIR=out |
246 | 2024-02-01T10:08:05.991Z | + DOWNLOAD_DIR=out/downloads |
247 | 2024-02-01T10:08:05.991Z | + DEST_DIR=./out/cockroachdb |
248 | 2024-02-01T10:08:05.991Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2024-02-01T10:08:05.991Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2024-02-01T10:08:05.991Z | + main |
251 | 2024-02-01T10:08:05.991Z | + [[ 0 != 0 ]] |
252 | 2024-02-01T10:08:05.991Z | + CIDL_OS=solaris2.11 |
253 | 2024-02-01T10:08:05.991Z | + [[ 0 != 0 ]] |
254 | 2024-02-01T10:08:05.991Z | + configure_os solaris2.11 |
255 | 2024-02-01T10:08:05.991Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2024-02-01T10:08:05.991Z | current directory: /work/oxidecomputer/omicron |
257 | 2024-02-01T10:08:05.991Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2024-02-01T10:08:05.991Z | configuring based on OS: "solaris2.11" |
259 | 2024-02-01T10:08:05.991Z | + case "$1" in |
260 | 2024-02-01T10:08:05.991Z | + CIDL_BUILD=illumos |
261 | 2024-02-01T10:08:05.991Z | + CIDL_SUFFIX=tar.gz |
262 | 2024-02-01T10:08:05.992Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2024-02-01T10:08:05.992Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2024-02-01T10:08:05.992Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-02-01T10:08:05.992Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-02-01T10:08:05.992Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2024-02-01T10:08:05.992Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-02-01T10:08:05.992Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-01T10:08:05.992Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2024-02-01T10:08:05.993Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-01T10:08:05.993Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-02-01T10:08:05.993Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-01T10:08:05.994Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2024-02-01T10:08:05.994Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-01T10:08:05.994Z | + mkdir -p out/downloads |
276 | 2024-02-01T10:08:05.994Z | + mkdir -p ./out/cockroachdb |
277 | 2024-02-01T10:08:05.994Z | + local DO_DOWNLOAD=true |
278 | 2024-02-01T10:08:05.994Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2024-02-01T10:08:05.994Z | + '[' true == true ']' |
280 | 2024-02-01T10:08:05.994Z | + echo Downloading... |
281 | 2024-02-01T10:08:05.994Z | Downloading... |
282 | 2024-02-01T10:08:05.994Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-01T10:08:05.994Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-01T10:08:11.296Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-01T10:08:11.308Z | ++ md5sum |
286 | 2024-02-01T10:08:11.308Z | ++ awk '{print $1}' |
287 | 2024-02-01T10:08:11.526Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2024-02-01T10:08:11.526Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
289 | 2024-02-01T10:08:11.527Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-01T10:08:11.532Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2024-02-01T10:08:14.983Z | + do_assemble_illumos |
292 | 2024-02-01T10:08:14.989Z | + rm -r ./out/cockroachdb |
293 | 2024-02-01T10:08:14.989Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2024-02-01T10:08:15.520Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2024-02-01T10:08:15.790Z | Build Tag: v22.1.9-dirty |
296 | 2024-02-01T10:08:15.790Z | Build Time: 2022/10/26 21:17:46 |
297 | 2024-02-01T10:08:15.791Z | Distribution: OSS |
298 | 2024-02-01T10:08:15.791Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2024-02-01T10:08:15.791Z | Go Version: go1.17.13 |
300 | 2024-02-01T10:08:15.791Z | C Compiler: gcc 10.3.0 |
301 | 2024-02-01T10:08:15.791Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2024-02-01T10:08:15.791Z | Build Type: release |
303 | 2024-02-01T10:08:15.819Z | + set -o errexit |
304 | 2024-02-01T10:08:15.832Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2024-02-01T10:08:15.832Z | ++ cd ./tools |
306 | 2024-02-01T10:08:15.832Z | ++ pwd |
307 | 2024-02-01T10:08:15.833Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2024-02-01T10:08:15.833Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2024-02-01T10:08:15.833Z | + ARG0=ci_download_clickhouse |
310 | 2024-02-01T10:08:15.833Z | + TARGET_DIR=out |
311 | 2024-02-01T10:08:15.838Z | + DOWNLOAD_DIR=out/downloads |
312 | 2024-02-01T10:08:15.839Z | + DEST_DIR=./out/clickhouse |
313 | 2024-02-01T10:08:15.839Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2024-02-01T10:08:15.839Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2024-02-01T10:08:15.839Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2024-02-01T10:08:15.839Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2024-02-01T10:08:15.839Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2024-02-01T10:08:15.839Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2024-02-01T10:08:15.839Z | + main |
320 | 2024-02-01T10:08:15.839Z | + [[ 0 != 0 ]] |
321 | 2024-02-01T10:08:15.839Z | + CIDL_OS=solaris2.11 |
322 | 2024-02-01T10:08:15.840Z | + [[ 0 != 0 ]] |
323 | 2024-02-01T10:08:15.840Z | + configure_os solaris2.11 |
324 | 2024-02-01T10:08:15.840Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2024-02-01T10:08:15.840Z | current directory: /work/oxidecomputer/omicron |
326 | 2024-02-01T10:08:15.840Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2024-02-01T10:08:15.840Z | + CIDL_DASHREV= |
328 | 2024-02-01T10:08:15.840Z | configuring based on OS: "solaris2.11" |
329 | 2024-02-01T10:08:15.840Z | + case "$1" in |
330 | 2024-02-01T10:08:15.840Z | + CIDL_PLATFORM=illumos |
331 | 2024-02-01T10:08:15.841Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2024-02-01T10:08:15.841Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2024-02-01T10:08:15.842Z | + CIDL_DASHREV=-1 |
334 | 2024-02-01T10:08:15.842Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2024-02-01T10:08:15.842Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2024-02-01T10:08:15.842Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-02-01T10:08:15.842Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-01T10:08:15.842Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2024-02-01T10:08:15.842Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-01T10:08:15.842Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-01T10:08:15.842Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-02-01T10:08:15.842Z | + mkdir -p out/downloads |
343 | 2024-02-01T10:08:15.842Z | + mkdir -p ./out/clickhouse |
344 | 2024-02-01T10:08:15.842Z | + local DO_DOWNLOAD=true |
345 | 2024-02-01T10:08:15.843Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2024-02-01T10:08:15.843Z | + '[' true == true ']' |
347 | 2024-02-01T10:08:15.843Z | + echo Downloading... |
348 | 2024-02-01T10:08:15.843Z | Downloading... |
349 | 2024-02-01T10:08:15.843Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-01T10:08:15.843Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-01T10:08:17.226Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-01T10:08:17.233Z | ++ md5sum |
353 | 2024-02-01T10:08:17.233Z | ++ awk '{print $1}' |
354 | 2024-02-01T10:08:17.489Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-01T10:08:17.489Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
356 | 2024-02-01T10:08:17.489Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2024-02-01T10:08:17.555Z | + mkdir -p ./out/clickhouse |
358 | 2024-02-01T10:08:17.555Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2024-02-01T10:08:22.395Z | + ./out/clickhouse/clickhouse server --version |
360 | 2024-02-01T10:08:22.446Z | ClickHouse server version 22.8.9.1. |
361 | 2024-02-01T10:08:22.476Z | + set -o errexit |
362 | 2024-02-01T10:08:22.482Z | +++ dirname ./tools/ci_download_console |
363 | 2024-02-01T10:08:22.482Z | ++ cd ./tools |
364 | 2024-02-01T10:08:22.482Z | ++ pwd |
365 | 2024-02-01T10:08:22.482Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2024-02-01T10:08:22.482Z | ++ basename ./tools/ci_download_console |
367 | 2024-02-01T10:08:22.483Z | + ARG0=ci_download_console |
368 | 2024-02-01T10:08:22.483Z | + TARGET_DIR=out |
369 | 2024-02-01T10:08:22.483Z | + DOWNLOAD_DIR=out/downloads |
370 | 2024-02-01T10:08:22.484Z | + DEST_DIR=./out/console-assets |
371 | 2024-02-01T10:08:22.484Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2024-02-01T10:08:22.484Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
373 | 2024-02-01T10:08:22.486Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
374 | 2024-02-01T10:08:22.486Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
375 | 2024-02-01T10:08:22.487Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2024-02-01T10:08:22.487Z | + main |
377 | 2024-02-01T10:08:22.487Z | + [[ 0 != 0 ]] |
378 | 2024-02-01T10:08:22.487Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
379 | 2024-02-01T10:08:22.487Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
380 | 2024-02-01T10:08:22.487Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2024-02-01T10:08:22.487Z | Local file: out/downloads/console.tar.gz |
382 | 2024-02-01T10:08:22.487Z | + local DO_DOWNLOAD=true |
383 | 2024-02-01T10:08:22.487Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2024-02-01T10:08:22.487Z | + mkdir -p out/downloads |
385 | 2024-02-01T10:08:22.496Z | + '[' true == true ']' |
386 | 2024-02-01T10:08:22.496Z | + echo Downloading... |
387 | 2024-02-01T10:08:22.496Z | Downloading... |
388 | 2024-02-01T10:08:22.497Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
389 | 2024-02-01T10:08:22.497Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
390 | 2024-02-01T10:08:23.179Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2024-02-01T10:08:23.189Z | ++ case "$OSTYPE" in |
392 | 2024-02-01T10:08:23.189Z | ++ SHA=sha256sum |
393 | 2024-02-01T10:08:23.189Z | ++ sha256sum |
394 | 2024-02-01T10:08:23.189Z | ++ awk '{print $1}' |
395 | 2024-02-01T10:08:23.289Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
396 | 2024-02-01T10:08:23.291Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
397 | 2024-02-01T10:08:23.291Z | + rm -rf ./out/console-assets |
398 | 2024-02-01T10:08:23.297Z | + mkdir -p ./out/console-assets |
399 | 2024-02-01T10:08:23.297Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2024-02-01T10:08:23.298Z | + mkdir -p ./out/console-assets |
401 | 2024-02-01T10:08:23.304Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2024-02-01T10:08:23.459Z | + set -o errexit |
403 | 2024-02-01T10:08:23.476Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2024-02-01T10:08:23.478Z | ++ cd ./tools |
405 | 2024-02-01T10:08:23.478Z | ++ pwd |
406 | 2024-02-01T10:08:23.478Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-02-01T10:08:23.479Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2024-02-01T10:08:23.479Z | + ARG0=ci_download_maghemite_openapi |
409 | 2024-02-01T10:08:23.479Z | + TARGET_DIR=out |
410 | 2024-02-01T10:08:23.479Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-02-01T10:08:23.479Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2024-02-01T10:08:23.479Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
413 | 2024-02-01T10:08:23.479Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
414 | 2024-02-01T10:08:23.479Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
415 | 2024-02-01T10:08:23.479Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
416 | 2024-02-01T10:08:23.479Z | + main |
417 | 2024-02-01T10:08:23.479Z | + [[ 0 != 0 ]] |
418 | 2024-02-01T10:08:23.479Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
419 | 2024-02-01T10:08:23.479Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
420 | 2024-02-01T10:08:23.481Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
421 | 2024-02-01T10:08:23.481Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
422 | 2024-02-01T10:08:23.481Z | + local DO_DOWNLOAD=true |
423 | 2024-02-01T10:08:23.481Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
424 | 2024-02-01T10:08:23.481Z | + mkdir -p out/downloads |
425 | 2024-02-01T10:08:23.481Z | + '[' true == true ']' |
426 | 2024-02-01T10:08:23.481Z | + echo Downloading... |
427 | 2024-02-01T10:08:23.481Z | Downloading... |
428 | 2024-02-01T10:08:23.481Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
429 | 2024-02-01T10:08:23.481Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
430 | 2024-02-01T10:08:23.711Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
431 | 2024-02-01T10:08:23.716Z | ++ case "$OSTYPE" in |
432 | 2024-02-01T10:08:23.716Z | ++ SHA=sha256sum |
433 | 2024-02-01T10:08:23.716Z | ++ sha256sum |
434 | 2024-02-01T10:08:23.716Z | ++ awk '{print $1}' |
435 | 2024-02-01T10:08:23.723Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
436 | 2024-02-01T10:08:23.723Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
437 | 2024-02-01T10:08:23.725Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2024-02-01T10:08:23.726Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
439 | 2024-02-01T10:08:23.726Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
440 | 2024-02-01T10:08:23.726Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
441 | 2024-02-01T10:08:23.726Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
442 | 2024-02-01T10:08:23.726Z | + main |
443 | 2024-02-01T10:08:23.726Z | + [[ 0 != 0 ]] |
444 | 2024-02-01T10:08:23.726Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
445 | 2024-02-01T10:08:23.726Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
446 | 2024-02-01T10:08:23.726Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
447 | 2024-02-01T10:08:23.726Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
448 | 2024-02-01T10:08:23.727Z | + local DO_DOWNLOAD=true |
449 | 2024-02-01T10:08:23.727Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
450 | 2024-02-01T10:08:23.727Z | + mkdir -p out/downloads |
451 | 2024-02-01T10:08:23.727Z | + '[' true == true ']' |
452 | 2024-02-01T10:08:23.727Z | + echo Downloading... |
453 | 2024-02-01T10:08:23.727Z | Downloading... |
454 | 2024-02-01T10:08:23.727Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
455 | 2024-02-01T10:08:23.727Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
456 | 2024-02-01T10:08:24.938Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-01T10:08:24.948Z | ++ case "$OSTYPE" in |
458 | 2024-02-01T10:08:24.948Z | ++ SHA=sha256sum |
459 | 2024-02-01T10:08:24.948Z | ++ sha256sum |
460 | 2024-02-01T10:08:24.948Z | ++ awk '{print $1}' |
461 | 2024-02-01T10:08:24.948Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
462 | 2024-02-01T10:08:24.950Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
463 | 2024-02-01T10:08:24.964Z | + set -o errexit |
464 | 2024-02-01T10:08:24.964Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2024-02-01T10:08:24.964Z | ++ cd ./tools |
466 | 2024-02-01T10:08:24.965Z | ++ pwd |
467 | 2024-02-01T10:08:24.965Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2024-02-01T10:08:24.965Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2024-02-01T10:08:24.965Z | + ARG0=ci_download_dendrite_openapi |
470 | 2024-02-01T10:08:24.965Z | + TARGET_DIR=out |
471 | 2024-02-01T10:08:24.965Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-02-01T10:08:24.966Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-02-01T10:08:24.966Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
474 | 2024-02-01T10:08:24.966Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
475 | 2024-02-01T10:08:24.966Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
476 | 2024-02-01T10:08:24.966Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
477 | 2024-02-01T10:08:24.967Z | + main |
478 | 2024-02-01T10:08:24.967Z | + [[ 0 != 0 ]] |
479 | 2024-02-01T10:08:24.967Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
480 | 2024-02-01T10:08:24.967Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
481 | 2024-02-01T10:08:24.968Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
482 | 2024-02-01T10:08:24.968Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
483 | 2024-02-01T10:08:24.968Z | + local DO_DOWNLOAD=true |
484 | 2024-02-01T10:08:24.968Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
485 | 2024-02-01T10:08:24.970Z | + mkdir -p out/downloads |
486 | 2024-02-01T10:08:24.970Z | + '[' true == true ']' |
487 | 2024-02-01T10:08:24.970Z | + echo Downloading... |
488 | 2024-02-01T10:08:24.971Z | Downloading... |
489 | 2024-02-01T10:08:24.971Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
490 | 2024-02-01T10:08:24.971Z | + 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 |
491 | 2024-02-01T10:08:25.533Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
492 | 2024-02-01T10:08:25.536Z | ++ case "$OSTYPE" in |
493 | 2024-02-01T10:08:25.537Z | ++ SHA=sha256sum |
494 | 2024-02-01T10:08:25.537Z | ++ sha256sum |
495 | 2024-02-01T10:08:25.537Z | ++ awk '{print $1}' |
496 | 2024-02-01T10:08:25.540Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
497 | 2024-02-01T10:08:25.542Z | + [[ 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 ]] |
498 | 2024-02-01T10:08:25.550Z | + set -o errexit |
499 | 2024-02-01T10:08:25.555Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2024-02-01T10:08:25.555Z | ++ cd ./tools |
501 | 2024-02-01T10:08:25.555Z | ++ pwd |
502 | 2024-02-01T10:08:25.555Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-02-01T10:08:25.559Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2024-02-01T10:08:25.559Z | + ARG0=ci_download_dendrite_stub |
505 | 2024-02-01T10:08:25.559Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2024-02-01T10:08:25.559Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
507 | 2024-02-01T10:08:25.559Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
508 | 2024-02-01T10:08:25.559Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
509 | 2024-02-01T10:08:25.559Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2024-02-01T10:08:25.559Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
511 | 2024-02-01T10:08:25.559Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
512 | 2024-02-01T10:08:25.559Z | + TARGET_DIR=out |
513 | 2024-02-01T10:08:25.559Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-02-01T10:08:25.559Z | + DEST_DIR=./out/dendrite-stub |
515 | 2024-02-01T10:08:25.559Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2024-02-01T10:08:25.559Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2024-02-01T10:08:25.559Z | + REPO=oxidecomputer/dendrite |
518 | 2024-02-01T10:08:25.559Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
519 | 2024-02-01T10:08:25.563Z | + main |
520 | 2024-02-01T10:08:25.563Z | + [[ 0 != 0 ]] |
521 | 2024-02-01T10:08:25.563Z | + CIDL_OS=solaris2.11 |
522 | 2024-02-01T10:08:25.564Z | + [[ 0 != 0 ]] |
523 | 2024-02-01T10:08:25.564Z | + configure_os solaris2.11 |
524 | 2024-02-01T10:08:25.564Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2024-02-01T10:08:25.564Z | current directory: /work/oxidecomputer/omicron |
526 | 2024-02-01T10:08:25.564Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2024-02-01T10:08:25.564Z | configuring based on OS: "solaris2.11" |
528 | 2024-02-01T10:08:25.564Z | + case "$1" in |
529 | 2024-02-01T10:08:25.564Z | + SET_BINARIES= |
530 | 2024-02-01T10:08:25.564Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
531 | 2024-02-01T10:08:25.564Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2024-02-01T10:08:25.564Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2024-02-01T10:08:25.564Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
534 | 2024-02-01T10:08:25.564Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2024-02-01T10:08:25.564Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
536 | 2024-02-01T10:08:25.564Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
537 | 2024-02-01T10:08:25.564Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2024-02-01T10:08:25.564Z | Local file: out/downloads/dendrite-stub.tar.gz |
539 | 2024-02-01T10:08:25.564Z | + mkdir -p out/downloads |
540 | 2024-02-01T10:08:25.564Z | + mkdir -p ./out/dendrite-stub |
541 | 2024-02-01T10:08:25.567Z | + fetch_and_verify |
542 | 2024-02-01T10:08:25.567Z | + local DO_DOWNLOAD=true |
543 | 2024-02-01T10:08:25.568Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2024-02-01T10:08:25.568Z | + '[' true == true ']' |
545 | 2024-02-01T10:08:25.568Z | + echo Downloading... |
546 | 2024-02-01T10:08:25.568Z | Downloading... |
547 | 2024-02-01T10:08:25.568Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-01T10:08:25.568Z | + 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 |
549 | 2024-02-01T10:08:34.258Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-01T10:08:34.292Z | ++ sha256sum |
551 | 2024-02-01T10:08:34.292Z | ++ awk '{print $1}' |
552 | 2024-02-01T10:08:34.353Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
553 | 2024-02-01T10:08:34.353Z | + [[ 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 ]] |
554 | 2024-02-01T10:08:34.357Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-01T10:08:34.357Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2024-02-01T10:08:35.450Z | + do_assemble |
557 | 2024-02-01T10:08:35.450Z | + rm -r ./out/dendrite-stub |
558 | 2024-02-01T10:08:35.463Z | + mkdir ./out/dendrite-stub |
559 | 2024-02-01T10:08:35.464Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2024-02-01T10:08:35.584Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2024-02-01T10:08:35.597Z | + set -o errexit |
562 | 2024-02-01T10:08:35.600Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2024-02-01T10:08:35.606Z | ++ cd ./tools |
564 | 2024-02-01T10:08:35.606Z | ++ pwd |
565 | 2024-02-01T10:08:35.606Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2024-02-01T10:08:35.607Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2024-02-01T10:08:35.607Z | + ARG0=ci_download_maghemite_mgd |
568 | 2024-02-01T10:08:35.607Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2024-02-01T10:08:35.607Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
570 | 2024-02-01T10:08:35.607Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
571 | 2024-02-01T10:08:35.607Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2024-02-01T10:08:35.607Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
573 | 2024-02-01T10:08:35.607Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
574 | 2024-02-01T10:08:35.607Z | + TARGET_DIR=out |
575 | 2024-02-01T10:08:35.607Z | + DOWNLOAD_DIR=out/downloads |
576 | 2024-02-01T10:08:35.607Z | + DEST_DIR=./out/mgd |
577 | 2024-02-01T10:08:35.608Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2024-02-01T10:08:35.608Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2024-02-01T10:08:35.608Z | + REPO=oxidecomputer/maghemite |
580 | 2024-02-01T10:08:35.608Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
581 | 2024-02-01T10:08:35.612Z | + main |
582 | 2024-02-01T10:08:35.612Z | + [[ 0 != 0 ]] |
583 | 2024-02-01T10:08:35.612Z | + CIDL_OS=solaris2.11 |
584 | 2024-02-01T10:08:35.612Z | + [[ 0 != 0 ]] |
585 | 2024-02-01T10:08:35.612Z | + configure_os solaris2.11 |
586 | 2024-02-01T10:08:35.612Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2024-02-01T10:08:35.612Z | current directory: /work/oxidecomputer/omicron |
588 | 2024-02-01T10:08:35.612Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2024-02-01T10:08:35.613Z | + case "$1" in |
590 | 2024-02-01T10:08:35.613Z | + SET_BINARIES= |
591 | 2024-02-01T10:08:35.613Z | configuring based on OS: "solaris2.11" |
592 | 2024-02-01T10:08:35.613Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2024-02-01T10:08:35.614Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2024-02-01T10:08:35.614Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
595 | 2024-02-01T10:08:35.614Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2024-02-01T10:08:35.614Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
597 | 2024-02-01T10:08:35.614Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
598 | 2024-02-01T10:08:35.614Z | Local file: out/downloads/mgd.tar.gz |
599 | 2024-02-01T10:08:35.614Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2024-02-01T10:08:35.614Z | + mkdir -p out/downloads |
601 | 2024-02-01T10:08:35.614Z | + mkdir -p ./out/mgd |
602 | 2024-02-01T10:08:35.614Z | + fetch_and_verify |
603 | 2024-02-01T10:08:35.614Z | + local DO_DOWNLOAD=true |
604 | 2024-02-01T10:08:35.615Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2024-02-01T10:08:35.615Z | + '[' true == true ']' |
606 | 2024-02-01T10:08:35.615Z | + echo Downloading... |
607 | 2024-02-01T10:08:35.615Z | Downloading... |
608 | 2024-02-01T10:08:35.615Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2024-02-01T10:08:35.615Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
610 | 2024-02-01T10:08:42.641Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2024-02-01T10:08:42.645Z | ++ sha256sum |
612 | 2024-02-01T10:08:42.645Z | ++ awk '{print $1}' |
613 | 2024-02-01T10:08:42.719Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
614 | 2024-02-01T10:08:42.719Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
615 | 2024-02-01T10:08:42.724Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2024-02-01T10:08:42.724Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2024-02-01T10:08:43.407Z | + do_assemble |
618 | 2024-02-01T10:08:43.407Z | + rm -r ./out/mgd |
619 | 2024-02-01T10:08:43.410Z | + mkdir ./out/mgd |
620 | 2024-02-01T10:08:43.413Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2024-02-01T10:08:43.624Z | + set -o errexit |
622 | 2024-02-01T10:08:43.628Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2024-02-01T10:08:43.632Z | ++ cd ./tools |
624 | 2024-02-01T10:08:43.632Z | ++ pwd |
625 | 2024-02-01T10:08:43.632Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2024-02-01T10:08:43.632Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2024-02-01T10:08:43.632Z | + ARG0=ci_download_transceiver_control |
628 | 2024-02-01T10:08:43.632Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2024-02-01T10:08:43.632Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2024-02-01T10:08:43.632Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2024-02-01T10:08:43.632Z | + TARGET_DIR=out |
632 | 2024-02-01T10:08:43.632Z | + DOWNLOAD_DIR=out/downloads |
633 | 2024-02-01T10:08:43.632Z | + DEST_DIR=./out/transceiver-control |
634 | 2024-02-01T10:08:43.632Z | + BIN_DIR=/opt/oxide/bin |
635 | 2024-02-01T10:08:43.632Z | + BINARY=xcvradm |
636 | 2024-02-01T10:08:43.632Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2024-02-01T10:08:43.636Z | + REPO=oxidecomputer/transceiver-control |
638 | 2024-02-01T10:08:43.636Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-01T10:08:43.636Z | + main |
640 | 2024-02-01T10:08:43.636Z | + [[ 0 != 0 ]] |
641 | 2024-02-01T10:08:43.636Z | + CIDL_OS=solaris2.11 |
642 | 2024-02-01T10:08:43.636Z | + [[ 0 != 0 ]] |
643 | 2024-02-01T10:08:43.636Z | + configure_os solaris2.11 |
644 | 2024-02-01T10:08:43.636Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2024-02-01T10:08:43.636Z | current directory: /work/oxidecomputer/omicron |
646 | 2024-02-01T10:08:43.636Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2024-02-01T10:08:43.636Z | configuring based on OS: "solaris2.11" |
648 | 2024-02-01T10:08:43.636Z | + case "$1" in |
649 | 2024-02-01T10:08:43.636Z | + SET_BINARIES= |
650 | 2024-02-01T10:08:43.636Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-02-01T10:08:43.636Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2024-02-01T10:08:43.636Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2024-02-01T10:08:43.636Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2024-02-01T10:08:43.636Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2024-02-01T10:08:43.636Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2024-02-01T10:08:43.636Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2024-02-01T10:08:43.637Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-02-01T10:08:43.637Z | Local file: out/downloads/xcvradm.gz |
659 | 2024-02-01T10:08:43.637Z | + mkdir -p out/downloads |
660 | 2024-02-01T10:08:43.637Z | + mkdir -p ./out/transceiver-control |
661 | 2024-02-01T10:08:43.640Z | + fetch_and_verify |
662 | 2024-02-01T10:08:43.640Z | + local DO_DOWNLOAD=true |
663 | 2024-02-01T10:08:43.640Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2024-02-01T10:08:43.640Z | + '[' true == true ']' |
665 | 2024-02-01T10:08:43.640Z | + echo Downloading... |
666 | 2024-02-01T10:08:43.640Z | Downloading... |
667 | 2024-02-01T10:08:43.640Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2024-02-01T10:08:43.640Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-02-01T10:08:47.035Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2024-02-01T10:08:47.043Z | ++ sha256sum |
671 | 2024-02-01T10:08:47.043Z | ++ awk '{print $1}' |
672 | 2024-02-01T10:08:47.062Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-02-01T10:08:47.062Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
674 | 2024-02-01T10:08:47.071Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2024-02-01T10:08:47.071Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2024-02-01T10:08:47.072Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2024-02-01T10:08:47.246Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2024-02-01T10:08:47.253Z | + do_assemble |
679 | 2024-02-01T10:08:47.253Z | + rm -r ./out/transceiver-control |
680 | 2024-02-01T10:08:47.253Z | + mkdir ./out/transceiver-control |
681 | 2024-02-01T10:08:47.268Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2024-02-01T10:08:47.518Z | All prerequisites installed successfully |
683 | 2024-02-01T10:08:47.521Z | |
684 | 2024-02-01T10:08:47.522Z | real 2:17.971223691 |
685 | 2024-02-01T10:08:47.522Z | user 52.090799674 |
686 | 2024-02-01T10:08:47.522Z | sys 10.265235720 |
687 | 2024-02-01T10:08:47.522Z | trap 0.019576108 |
688 | 2024-02-01T10:08:47.522Z | tflt 0.273175156 |
689 | 2024-02-01T10:08:47.523Z | dflt 0.470697888 |
690 | 2024-02-01T10:08:47.523Z | kflt 0.355983801 |
691 | 2024-02-01T10:08:47.523Z | lock 2.187269603 |
692 | 2024-02-01T10:08:47.523Z | slp 4:24.117346439 |
693 | 2024-02-01T10:08:47.523Z | lat 3.473423581 |
694 | 2024-02-01T10:08:47.523Z | stop 0.073606331 |
695 | 2024-02-01T10:08:47.523Z | + banner end-to-end-tests |
696 | 2024-02-01T10:08:47.526Z | |
697 | 2024-02-01T10:08:47.526Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2024-02-01T10:08:47.526Z | # ## # # # # # # # ## # # # |
699 | 2024-02-01T10:08:47.526Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2024-02-01T10:08:47.526Z | # # # # # # # # # # # # # # # |
701 | 2024-02-01T10:08:47.526Z | # # ## # # # # # # # ## # # |
702 | 2024-02-01T10:08:47.526Z | ###### # # ##### # #### ###### # # ##### |
703 | 2024-02-01T10:08:47.526Z | |
704 | 2024-02-01T10:08:47.526Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2024-02-01T10:08:47.526Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-02-01T10:08:47.527Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2024-02-01T10:08:47.527Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-02-01T10:08:47.527Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-02-01T10:08:47.527Z | + CARGO_INCREMENTAL=0 |
710 | 2024-02-01T10:08:47.527Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2024-02-01T10:08:47.868Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2024-02-01T10:08:48.351Z | Updating crates.io index |
713 | 2024-02-01T10:08:48.355Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2024-02-01T10:08:49.731Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2024-02-01T10:08:52.078Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2024-02-01T10:08:52.677Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2024-02-01T10:08:53.167Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2024-02-01T10:08:53.439Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2024-02-01T10:08:53.690Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2024-02-01T10:08:54.625Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2024-02-01T10:08:57.331Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2024-02-01T10:08:58.415Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2024-02-01T10:08:58.921Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2024-02-01T10:08:59.601Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2024-02-01T10:09:00.056Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
726 | 2024-02-01T10:09:00.361Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2024-02-01T10:09:00.827Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2024-02-01T10:09:01.320Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2024-02-01T10:09:01.725Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
730 | 2024-02-01T10:09:02.202Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2024-02-01T10:09:02.784Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2024-02-01T10:09:03.213Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2024-02-01T10:09:03.559Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2024-02-01T10:09:04.930Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2024-02-01T10:09:05.538Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2024-02-01T10:09:07.386Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2024-02-01T10:09:07.809Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2024-02-01T10:09:08.132Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2024-02-01T10:09:09.967Z | Downloading crates ... |
740 | 2024-02-01T10:09:10.270Z | Downloaded dirs-sys v0.4.1 |
741 | 2024-02-01T10:09:10.285Z | Downloaded libsw v3.3.1 |
742 | 2024-02-01T10:09:10.290Z | Downloaded atty v0.2.14 |
743 | 2024-02-01T10:09:10.295Z | Downloaded aead v0.5.2 |
744 | 2024-02-01T10:09:10.298Z | Downloaded newtype_derive v0.1.6 |
745 | 2024-02-01T10:09:10.306Z | Downloaded anstyle-query v1.0.0 |
746 | 2024-02-01T10:09:10.311Z | Downloaded matches v0.1.10 |
747 | 2024-02-01T10:09:10.312Z | Downloaded opaque-debug v0.3.0 |
748 | 2024-02-01T10:09:10.316Z | Downloaded async-stream-impl v0.3.5 |
749 | 2024-02-01T10:09:10.316Z | Downloaded match_cfg v0.1.0 |
750 | 2024-02-01T10:09:10.319Z | Downloaded precomputed-hash v0.1.1 |
751 | 2024-02-01T10:09:10.322Z | Downloaded num-derive v0.4.0 |
752 | 2024-02-01T10:09:10.325Z | Downloaded openssl-macros v0.1.1 |
753 | 2024-02-01T10:09:10.329Z | Downloaded num_enum_derive v0.5.11 |
754 | 2024-02-01T10:09:10.332Z | Downloaded darling_macro v0.20.3 |
755 | 2024-02-01T10:09:10.332Z | Downloaded structmeta-derive v0.2.0 |
756 | 2024-02-01T10:09:10.336Z | Downloaded option-ext v0.2.0 |
757 | 2024-02-01T10:09:10.340Z | Downloaded omicron-zone-package v0.10.1 |
758 | 2024-02-01T10:09:10.350Z | Downloaded pretty-hex v0.2.1 |
759 | 2024-02-01T10:09:10.353Z | Downloaded parse-display v0.8.2 |
760 | 2024-02-01T10:09:10.356Z | Downloaded parking_lot v0.11.2 |
761 | 2024-02-01T10:09:10.361Z | Downloaded phf v0.11.2 |
762 | 2024-02-01T10:09:10.365Z | Downloaded new_debug_unreachable v1.0.4 |
763 | 2024-02-01T10:09:10.368Z | Downloaded cobs v0.2.3 |
764 | 2024-02-01T10:09:10.374Z | Downloaded deranged v0.3.8 |
765 | 2024-02-01T10:09:10.378Z | Downloaded pin-utils v0.1.0 |
766 | 2024-02-01T10:09:10.381Z | Downloaded lock_api v0.4.10 |
767 | 2024-02-01T10:09:10.385Z | Downloaded addr2line v0.21.0 |
768 | 2024-02-01T10:09:10.390Z | Downloaded phf_shared v0.10.0 |
769 | 2024-02-01T10:09:10.393Z | Downloaded async-trait v0.1.77 |
770 | 2024-02-01T10:09:10.399Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2024-02-01T10:09:10.402Z | Downloaded data-encoding v2.4.0 |
772 | 2024-02-01T10:09:10.405Z | Downloaded pretty-hex v0.4.1 |
773 | 2024-02-01T10:09:10.409Z | Downloaded cfg-if v1.0.0 |
774 | 2024-02-01T10:09:10.412Z | Downloaded want v0.3.1 |
775 | 2024-02-01T10:09:10.412Z | Downloaded diesel_table_macro_syntax v0.1.0 |
776 | 2024-02-01T10:09:10.427Z | Downloaded tower-service v0.3.2 |
777 | 2024-02-01T10:09:10.427Z | Downloaded tinyvec_macros v0.1.1 |
778 | 2024-02-01T10:09:10.452Z | Downloaded primeorder v0.13.6 |
779 | 2024-02-01T10:09:10.452Z | Downloaded pbkdf2 v0.12.2 |
780 | 2024-02-01T10:09:10.452Z | Downloaded proc-macro-crate v1.3.1 |
781 | 2024-02-01T10:09:10.453Z | Downloaded proc-macro-error v1.0.4 |
782 | 2024-02-01T10:09:10.453Z | Downloaded postgres-protocol v0.6.6 |
783 | 2024-02-01T10:09:10.453Z | Downloaded ppv-lite86 v0.2.17 |
784 | 2024-02-01T10:09:10.472Z | Downloaded mime v0.3.17 |
785 | 2024-02-01T10:09:10.472Z | Downloaded fxhash v0.2.1 |
786 | 2024-02-01T10:09:10.472Z | Downloaded cipher v0.4.4 |
787 | 2024-02-01T10:09:10.472Z | Downloaded managed v0.8.0 |
788 | 2024-02-01T10:09:10.473Z | Downloaded predicates-core v1.0.6 |
789 | 2024-02-01T10:09:10.473Z | Downloaded num v0.4.1 |
790 | 2024-02-01T10:09:10.473Z | Downloaded num-integer v0.1.45 |
791 | 2024-02-01T10:09:10.502Z | Downloaded zone_cfg_derive v0.3.0 |
792 | 2024-02-01T10:09:10.502Z | Downloaded russh-cryptovec v0.7.0 |
793 | 2024-02-01T10:09:10.503Z | Downloaded num_cpus v1.16.0 |
794 | 2024-02-01T10:09:10.503Z | Downloaded try-lock v0.2.4 |
795 | 2024-02-01T10:09:10.503Z | Downloaded bzip2 v0.4.4 |
796 | 2024-02-01T10:09:10.503Z | Downloaded toml_datetime v0.6.5 |
797 | 2024-02-01T10:09:10.503Z | Downloaded anstyle-parse v0.2.1 |
798 | 2024-02-01T10:09:10.514Z | Downloaded thread_local v1.1.7 |
799 | 2024-02-01T10:09:10.515Z | Downloaded poly1305 v0.8.0 |
800 | 2024-02-01T10:09:10.515Z | Downloaded postgres-types v0.2.6 |
801 | 2024-02-01T10:09:10.515Z | Downloaded display-error-chain v0.2.0 |
802 | 2024-02-01T10:09:10.515Z | Downloaded clap_derive v4.4.2 |
803 | 2024-02-01T10:09:10.515Z | Downloaded console v0.15.8 |
804 | 2024-02-01T10:09:10.516Z | Downloaded iana-time-zone v0.1.57 |
805 | 2024-02-01T10:09:10.540Z | Downloaded utf8parse v0.2.1 |
806 | 2024-02-01T10:09:10.540Z | Downloaded synstructure v0.12.6 |
807 | 2024-02-01T10:09:10.541Z | Downloaded headers-core v0.2.0 |
808 | 2024-02-01T10:09:10.541Z | Downloaded foreign-types v0.5.0 |
809 | 2024-02-01T10:09:10.541Z | Downloaded futures-sink v0.3.30 |
810 | 2024-02-01T10:09:10.541Z | Downloaded usdt-attr-macro v0.3.5 |
811 | 2024-02-01T10:09:10.541Z | Downloaded bitflags v2.4.0 |
812 | 2024-02-01T10:09:10.541Z | Downloaded slog-envlogger v2.2.0 |
813 | 2024-02-01T10:09:10.959Z | Downloaded pest_meta v2.7.6 |
814 | 2024-02-01T10:09:10.959Z | Downloaded zone v0.3.0 |
815 | 2024-02-01T10:09:10.959Z | Downloaded usdt-impl v0.5.0 |
816 | 2024-02-01T10:09:10.959Z | Downloaded diesel_derives v2.1.2 |
817 | 2024-02-01T10:09:10.959Z | Downloaded getrandom v0.1.16 |
818 | 2024-02-01T10:09:10.964Z | Downloaded foreign-types-macros v0.2.3 |
819 | 2024-02-01T10:09:10.964Z | Downloaded instant v0.1.12 |
820 | 2024-02-01T10:09:10.964Z | Downloaded darling_core v0.20.3 |
821 | 2024-02-01T10:09:10.965Z | Downloaded schemars_derive v0.8.16 |
822 | 2024-02-01T10:09:10.965Z | Downloaded derive_more v0.99.17 |
823 | 2024-02-01T10:09:10.965Z | Downloaded hash32 v0.2.1 |
824 | 2024-02-01T10:09:10.965Z | Downloaded glob v0.3.1 |
825 | 2024-02-01T10:09:10.967Z | Downloaded resolv-conf v0.7.0 |
826 | 2024-02-01T10:09:10.967Z | Downloaded toolchain_find v0.2.0 |
827 | 2024-02-01T10:09:10.967Z | Downloaded futures-macro v0.3.30 |
828 | 2024-02-01T10:09:10.967Z | Downloaded thiserror-impl v1.0.56 |
829 | 2024-02-01T10:09:10.967Z | Downloaded ident_case v1.0.1 |
830 | 2024-02-01T10:09:10.967Z | Downloaded hyper-staticfile v0.9.5 |
831 | 2024-02-01T10:09:10.967Z | Downloaded spin v0.5.2 |
832 | 2024-02-01T10:09:10.967Z | Downloaded untrusted v0.9.0 |
833 | 2024-02-01T10:09:10.967Z | Downloaded equivalent v1.0.1 |
834 | 2024-02-01T10:09:10.967Z | Downloaded backtrace v0.3.69 |
835 | 2024-02-01T10:09:10.967Z | Downloaded scroll_derive v0.12.0 |
836 | 2024-02-01T10:09:10.968Z | Downloaded usdt-attr-macro v0.5.0 |
837 | 2024-02-01T10:09:10.968Z | Downloaded slog-async v2.8.0 |
838 | 2024-02-01T10:09:10.968Z | Downloaded inout v0.1.3 |
839 | 2024-02-01T10:09:10.968Z | Downloaded cc v1.0.83 |
840 | 2024-02-01T10:09:10.968Z | Downloaded crypto-bigint v0.5.2 |
841 | 2024-02-01T10:09:10.968Z | Downloaded swrite v0.1.0 |
842 | 2024-02-01T10:09:10.968Z | Downloaded dof v0.1.5 |
843 | 2024-02-01T10:09:10.968Z | Downloaded uuid v1.7.0 |
844 | 2024-02-01T10:09:10.968Z | Downloaded rustversion v1.0.14 |
845 | 2024-02-01T10:09:10.968Z | Downloaded foreign-types-shared v0.3.1 |
846 | 2024-02-01T10:09:10.968Z | Downloaded foreign-types-shared v0.1.1 |
847 | 2024-02-01T10:09:10.968Z | Downloaded siphasher v0.3.11 |
848 | 2024-02-01T10:09:10.968Z | Downloaded is-terminal v0.4.9 |
849 | 2024-02-01T10:09:10.968Z | Downloaded dtrace-parser v0.2.0 |
850 | 2024-02-01T10:09:10.969Z | Downloaded zeroize v1.7.0 |
851 | 2024-02-01T10:09:10.969Z | Downloaded whoami v1.4.1 |
852 | 2024-02-01T10:09:10.969Z | Downloaded thiserror v1.0.56 |
853 | 2024-02-01T10:09:10.969Z | Downloaded rand_chacha v0.3.1 |
854 | 2024-02-01T10:09:10.969Z | Downloaded http-range v0.1.5 |
855 | 2024-02-01T10:09:10.969Z | Downloaded string_cache v0.8.7 |
856 | 2024-02-01T10:09:10.969Z | Downloaded rand_chacha v0.2.2 |
857 | 2024-02-01T10:09:10.969Z | Downloaded ff v0.13.0 |
858 | 2024-02-01T10:09:10.969Z | Downloaded home v0.5.5 |
859 | 2024-02-01T10:09:10.969Z | Downloaded serde_tokenstream v0.2.0 |
860 | 2024-02-01T10:09:10.969Z | Downloaded toml v0.5.11 |
861 | 2024-02-01T10:09:10.969Z | Downloaded half v2.3.1 |
862 | 2024-02-01T10:09:10.970Z | Downloaded static_assertions v1.1.0 |
863 | 2024-02-01T10:09:10.970Z | Downloaded smallvec v1.11.2 |
864 | 2024-02-01T10:09:10.970Z | Downloaded toml v0.7.8 |
865 | 2024-02-01T10:09:10.970Z | Downloaded hex-literal v0.4.1 |
866 | 2024-02-01T10:09:10.970Z | Downloaded hex v0.4.3 |
867 | 2024-02-01T10:09:10.970Z | Downloaded dof v0.3.0 |
868 | 2024-02-01T10:09:10.970Z | Downloaded unicode-width v0.1.11 |
869 | 2024-02-01T10:09:10.970Z | Downloaded rfc6979 v0.4.0 |
870 | 2024-02-01T10:09:10.970Z | Downloaded minimal-lexical v0.2.1 |
871 | 2024-02-01T10:09:10.970Z | Downloaded futures-task v0.3.30 |
872 | 2024-02-01T10:09:10.970Z | Downloaded universal-hash v0.5.1 |
873 | 2024-02-01T10:09:10.970Z | Downloaded unicode-xid v0.2.4 |
874 | 2024-02-01T10:09:10.970Z | Downloaded form_urlencoded v1.2.1 |
875 | 2024-02-01T10:09:10.971Z | Downloaded usdt-impl v0.3.5 |
876 | 2024-02-01T10:09:10.971Z | Downloaded ed25519 v2.2.2 |
877 | 2024-02-01T10:09:10.971Z | Downloaded same-file v1.0.6 |
878 | 2024-02-01T10:09:10.971Z | Downloaded time-macros v0.2.13 |
879 | 2024-02-01T10:09:10.971Z | Downloaded stable_deref_trait v1.2.0 |
880 | 2024-02-01T10:09:10.971Z | Downloaded serde_derive v1.0.195 |
881 | 2024-02-01T10:09:10.972Z | Downloaded rustfmt-wrapper v0.2.0 |
882 | 2024-02-01T10:09:10.973Z | Downloaded tracing-attributes v0.1.26 |
883 | 2024-02-01T10:09:10.973Z | Downloaded hyper-rustls v0.24.2 |
884 | 2024-02-01T10:09:10.973Z | Downloaded tar v0.4.40 |
885 | 2024-02-01T10:09:10.973Z | Downloaded vec_map v0.8.2 |
886 | 2024-02-01T10:09:10.973Z | Downloaded hostname v0.3.1 |
887 | 2024-02-01T10:09:10.973Z | Downloaded heck v0.4.1 |
888 | 2024-02-01T10:09:10.973Z | Downloaded spki v0.7.2 |
889 | 2024-02-01T10:09:10.973Z | Downloaded heck v0.3.3 |
890 | 2024-02-01T10:09:10.973Z | Downloaded endian-type v0.1.2 |
891 | 2024-02-01T10:09:10.973Z | Downloaded structopt-derive v0.4.18 |
892 | 2024-02-01T10:09:10.973Z | Downloaded similar v2.3.0 |
893 | 2024-02-01T10:09:10.973Z | Downloaded structmeta v0.2.0 |
894 | 2024-02-01T10:09:10.974Z | Downloaded indexmap v1.9.3 |
895 | 2024-02-01T10:09:10.974Z | Downloaded http-body v0.4.5 |
896 | 2024-02-01T10:09:10.974Z | Downloaded group v0.13.0 |
897 | 2024-02-01T10:09:10.974Z | Downloaded getopts v0.2.21 |
898 | 2024-02-01T10:09:10.974Z | Downloaded trust-dns-server v0.22.1 |
899 | 2024-02-01T10:09:10.974Z | Downloaded futures-executor v0.3.30 |
900 | 2024-02-01T10:09:10.974Z | Downloaded futures-io v0.3.30 |
901 | 2024-02-01T10:09:10.974Z | Downloaded ecdsa v0.16.9 |
902 | 2024-02-01T10:09:10.974Z | Downloaded dtrace-parser v0.1.14 |
903 | 2024-02-01T10:09:10.974Z | Downloaded take_mut v0.2.2 |
904 | 2024-02-01T10:09:10.974Z | Downloaded hmac v0.12.1 |
905 | 2024-02-01T10:09:10.974Z | Downloaded enum-as-inner v0.5.1 |
906 | 2024-02-01T10:09:10.974Z | Downloaded version_check v0.9.4 |
907 | 2024-02-01T10:09:10.975Z | Downloaded unicase v2.7.0 |
908 | 2024-02-01T10:09:10.975Z | Downloaded unicode-ident v1.0.12 |
909 | 2024-02-01T10:09:10.977Z | Downloaded strsim v0.10.0 |
910 | 2024-02-01T10:09:10.977Z | Downloaded utf-8 v0.7.6 |
911 | 2024-02-01T10:09:10.977Z | Downloaded hubpack v0.1.2 |
912 | 2024-02-01T10:09:10.977Z | Downloaded tokio-tungstenite v0.20.1 |
913 | 2024-02-01T10:09:10.977Z | Downloaded httpdate v1.0.3 |
914 | 2024-02-01T10:09:10.977Z | Downloaded rustc_version v0.1.7 |
915 | 2024-02-01T10:09:10.977Z | Downloaded stringprep v0.1.3 |
916 | 2024-02-01T10:09:10.977Z | Downloaded getrandom v0.2.10 |
917 | 2024-02-01T10:09:10.977Z | Downloaded embedded-io v0.4.0 |
918 | 2024-02-01T10:09:10.984Z | Downloaded dyn-clone v1.0.13 |
919 | 2024-02-01T10:09:10.984Z | Downloaded slog-dtrace v0.3.0 |
920 | 2024-02-01T10:09:10.984Z | Downloaded hashbrown v0.12.3 |
921 | 2024-02-01T10:09:10.984Z | Downloaded zerocopy-derive v0.7.32 |
922 | 2024-02-01T10:09:10.984Z | Downloaded ghash v0.5.0 |
923 | 2024-02-01T10:09:10.984Z | Downloaded semver v0.1.20 |
924 | 2024-02-01T10:09:10.984Z | Downloaded nom v7.1.3 |
925 | 2024-02-01T10:09:10.985Z | Downloaded io-lifetimes v1.0.11 |
926 | 2024-02-01T10:09:10.985Z | Downloaded vsss-rs v3.3.4 |
927 | 2024-02-01T10:09:10.985Z | Downloaded tokio-rustls v0.25.0 |
928 | 2024-02-01T10:09:10.985Z | Downloaded slog-term v2.9.0 |
929 | 2024-02-01T10:09:10.985Z | Downloaded scopeguard v1.2.0 |
930 | 2024-02-01T10:09:10.985Z | Downloaded toml_edit v0.21.0 |
931 | 2024-02-01T10:09:10.985Z | Downloaded tokio-rustls v0.24.1 |
932 | 2024-02-01T10:09:11.399Z | Downloaded futures v0.3.30 |
933 | 2024-02-01T10:09:11.402Z | Downloaded ed25519-dalek v2.0.0 |
934 | 2024-02-01T10:09:11.402Z | Downloaded steno v0.4.0 |
935 | 2024-02-01T10:09:11.402Z | Downloaded rustc-demangle v0.1.23 |
936 | 2024-02-01T10:09:11.402Z | Downloaded unicode-bidi v0.3.13 |
937 | 2024-02-01T10:09:11.402Z | Downloaded zip v0.6.6 |
938 | 2024-02-01T10:09:11.403Z | Downloaded heapless v0.8.0 |
939 | 2024-02-01T10:09:11.403Z | Downloaded trust-dns-client v0.22.0 |
940 | 2024-02-01T10:09:11.403Z | Downloaded russh v0.40.2 |
941 | 2024-02-01T10:09:11.403Z | Downloaded elliptic-curve v0.13.8 |
942 | 2024-02-01T10:09:11.403Z | Downloaded heapless v0.7.16 |
943 | 2024-02-01T10:09:11.403Z | Downloaded tungstenite v0.20.1 |
944 | 2024-02-01T10:09:11.403Z | Downloaded serde_yaml v0.9.25 |
945 | 2024-02-01T10:09:11.403Z | Downloaded unicode-normalization v0.1.22 |
946 | 2024-02-01T10:09:11.403Z | Downloaded rand v0.7.3 |
947 | 2024-02-01T10:09:11.403Z | Downloaded petgraph v0.6.4 |
948 | 2024-02-01T10:09:11.403Z | Downloaded http v1.0.0 |
949 | 2024-02-01T10:09:11.403Z | Downloaded time v0.3.27 |
950 | 2024-02-01T10:09:11.403Z | Downloaded hashbrown v0.14.2 |
951 | 2024-02-01T10:09:11.403Z | Downloaded http v0.2.11 |
952 | 2024-02-01T10:09:11.404Z | Downloaded serde v1.0.195 |
953 | 2024-02-01T10:09:11.404Z | Downloaded clap v2.34.0 |
954 | 2024-02-01T10:09:11.404Z | Downloaded regex-automata v0.1.10 |
955 | 2024-02-01T10:09:11.404Z | Downloaded hkdf v0.12.4 |
956 | 2024-02-01T10:09:11.404Z | Downloaded itertools v0.10.5 |
957 | 2024-02-01T10:09:11.404Z | Downloaded rustls-webpki v0.101.7 |
958 | 2024-02-01T10:09:11.404Z | Downloaded h2 v0.3.24 |
959 | 2024-02-01T10:09:11.404Z | Downloaded rustls-webpki v0.102.1 |
960 | 2024-02-01T10:09:11.406Z | Downloaded serde_json v1.0.113 |
961 | 2024-02-01T10:09:11.406Z | Downloaded chrono v0.4.31 |
962 | 2024-02-01T10:09:11.407Z | Downloaded hyper v0.14.27 |
963 | 2024-02-01T10:09:11.407Z | Downloaded openssl v0.10.60 |
964 | 2024-02-01T10:09:11.407Z | Downloaded syn v1.0.109 |
965 | 2024-02-01T10:09:11.407Z | Downloaded openapiv3 v2.0.0 |
966 | 2024-02-01T10:09:11.407Z | Downloaded rustls v0.21.9 |
967 | 2024-02-01T10:09:11.407Z | Downloaded radix_trie v0.2.1 |
968 | 2024-02-01T10:09:11.407Z | Downloaded vcpkg v0.2.15 |
969 | 2024-02-01T10:09:11.475Z | Downloaded rustix v0.37.23 |
970 | 2024-02-01T10:09:11.528Z | Downloaded gimli v0.28.0 |
971 | 2024-02-01T10:09:11.536Z | Downloaded idna v0.5.0 |
972 | 2024-02-01T10:09:11.543Z | Downloaded regex-syntax v0.7.5 |
973 | 2024-02-01T10:09:11.550Z | Downloaded rustls v0.22.2 |
974 | 2024-02-01T10:09:11.573Z | Downloaded rustix v0.38.30 |
975 | 2024-02-01T10:09:11.613Z | Downloaded bstr v1.6.0 |
976 | 2024-02-01T10:09:11.633Z | Downloaded zerocopy-derive v0.2.0 |
977 | 2024-02-01T10:09:11.650Z | Downloaded sled v0.34.7 |
978 | 2024-02-01T10:09:11.669Z | Downloaded zerocopy-derive v0.6.4 |
979 | 2024-02-01T10:09:11.691Z | Downloaded regex-automata v0.4.4 |
980 | 2024-02-01T10:09:11.721Z | Downloaded tokio v1.35.1 |
981 | 2024-02-01T10:09:11.785Z | Downloaded libc v0.2.152 |
982 | 2024-02-01T10:09:11.832Z | Downloaded encoding_rs v0.8.33 |
983 | 2024-02-01T10:09:11.879Z | Downloaded sha3 v0.10.8 |
984 | 2024-02-01T10:09:11.889Z | Downloaded regex-automata v0.3.8 |
985 | 2024-02-01T10:09:11.914Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
986 | 2024-02-01T10:09:11.936Z | Downloaded regex-syntax v0.8.2 |
987 | 2024-02-01T10:09:11.950Z | Downloaded regex v1.10.3 |
988 | 2024-02-01T10:09:11.973Z | Downloaded smoltcp v0.11.0 |
989 | 2024-02-01T10:09:11.994Z | Downloaded winapi v0.3.9 |
990 | 2024-02-01T10:09:12.065Z | Downloaded trust-dns-proto v0.22.0 |
991 | 2024-02-01T10:09:12.085Z | Downloaded webpki-roots v0.25.2 |
992 | 2024-02-01T10:09:12.092Z | Downloaded idna v0.2.3 |
993 | 2024-02-01T10:09:12.103Z | Downloaded regress v0.7.1 |
994 | 2024-02-01T10:09:12.117Z | Downloaded diesel v2.1.4 |
995 | 2024-02-01T10:09:12.147Z | Downloaded smoltcp v0.9.1 |
996 | 2024-02-01T10:09:12.165Z | Downloaded curve25519-dalek v4.1.1 |
997 | 2024-02-01T10:09:12.182Z | Downloaded bstr v0.2.17 |
998 | 2024-02-01T10:09:12.199Z | Downloaded syn v2.0.48 |
999 | 2024-02-01T10:09:12.217Z | Downloaded object v0.32.1 |
1000 | 2024-02-01T10:09:12.235Z | Downloaded futures-util v0.3.30 |
1001 | 2024-02-01T10:09:12.256Z | Downloaded goblin v0.8.0 |
1002 | 2024-02-01T10:09:12.265Z | Downloaded itertools v0.12.0 |
1003 | 2024-02-01T10:09:12.277Z | Downloaded clap_builder v4.4.2 |
1004 | 2024-02-01T10:09:12.289Z | Downloaded winnow v0.5.15 |
1005 | 2024-02-01T10:09:12.305Z | Downloaded reqwest v0.11.22 |
1006 | 2024-02-01T10:09:12.322Z | Downloaded tokio-util v0.7.10 |
1007 | 2024-02-01T10:09:12.328Z | Downloaded aho-corasick v1.0.4 |
1008 | 2024-02-01T10:09:12.338Z | Downloaded serde_with v3.5.1 |
1009 | 2024-02-01T10:09:12.351Z | Downloaded zerocopy v0.7.32 |
1010 | 2024-02-01T10:09:12.380Z | Downloaded unicode-segmentation v1.10.1 |
1011 | 2024-02-01T10:09:12.385Z | Downloaded rand v0.8.5 |
1012 | 2024-02-01T10:09:12.395Z | Downloaded tracing-core v0.1.31 |
1013 | 2024-02-01T10:09:12.400Z | Downloaded indexmap v2.2.2 |
1014 | 2024-02-01T10:09:12.406Z | Downloaded hashbrown v0.13.2 |
1015 | 2024-02-01T10:09:12.416Z | Downloaded sha1 v0.10.6 |
1016 | 2024-02-01T10:09:12.419Z | Downloaded structopt v0.3.26 |
1017 | 2024-02-01T10:09:12.429Z | Downloaded slog v2.7.0 |
1018 | 2024-02-01T10:09:12.433Z | Downloaded pest v2.7.6 |
1019 | 2024-02-01T10:09:12.443Z | Downloaded aes-gcm v0.10.3 |
1020 | 2024-02-01T10:09:12.449Z | Downloaded crossterm v0.27.0 |
1021 | 2024-02-01T10:09:12.463Z | Downloaded subprocess v0.2.9 |
1022 | 2024-02-01T10:09:12.466Z | Downloaded typenum v1.16.0 |
1023 | 2024-02-01T10:09:12.469Z | Downloaded toml_edit v0.19.15 |
1024 | 2024-02-01T10:09:12.498Z | Downloaded scroll v0.12.0 |
1025 | 2024-02-01T10:09:12.501Z | Downloaded subtle v2.5.0 |
1026 | 2024-02-01T10:09:12.505Z | Downloaded semver v0.11.0 |
1027 | 2024-02-01T10:09:12.510Z | Downloaded usdt v0.5.0 |
1028 | 2024-02-01T10:09:12.510Z | Downloaded itoa v1.0.9 |
1029 | 2024-02-01T10:09:12.514Z | Downloaded secrecy v0.8.0 |
1030 | 2024-02-01T10:09:12.514Z | Downloaded httparse v1.8.0 |
1031 | 2024-02-01T10:09:12.517Z | Downloaded ucd-trie v0.1.6 |
1032 | 2024-02-01T10:09:12.520Z | Downloaded spin v0.9.8 |
1033 | 2024-02-01T10:09:12.523Z | Downloaded signal-hook v0.3.17 |
1034 | 2024-02-01T10:09:12.528Z | Downloaded rcgen v0.12.1 |
1035 | 2024-02-01T10:09:12.532Z | Downloaded rand_core v0.6.4 |
1036 | 2024-02-01T10:09:12.535Z | Downloaded aes v0.8.3 |
1037 | 2024-02-01T10:09:12.542Z | Downloaded headers v0.3.9 |
1038 | 2024-02-01T10:09:12.554Z | Downloaded ring v0.17.7 |
1039 | 2024-02-01T10:09:12.696Z | Downloaded tracing v0.1.37 |
1040 | 2024-02-01T10:09:12.703Z | Downloaded mio v0.8.9 |
1041 | 2024-02-01T10:09:12.714Z | Downloaded scheduled-thread-pool v0.2.7 |
1042 | 2024-02-01T10:09:12.717Z | Downloaded fallible-iterator v0.2.0 |
1043 | 2024-02-01T10:09:12.720Z | Downloaded errno v0.3.8 |
1044 | 2024-02-01T10:09:12.722Z | Downloaded serde_with_macros v3.5.1 |
1045 | 2024-02-01T10:09:12.725Z | Downloaded socket2 v0.4.9 |
1046 | 2024-02-01T10:09:12.731Z | Downloaded num-bigint v0.4.4 |
1047 | 2024-02-01T10:09:12.736Z | Downloaded rand_core v0.5.1 |
1048 | 2024-02-01T10:09:12.739Z | Downloaded memchr v2.6.3 |
1049 | 2024-02-01T10:09:12.748Z | Downloaded ring v0.16.20 |
1050 | 2024-02-01T10:09:12.914Z | Downloaded strsim v0.8.0 |
1051 | 2024-02-01T10:09:12.917Z | Downloaded futures-channel v0.3.30 |
1052 | 2024-02-01T10:09:12.920Z | Downloaded socket2 v0.5.5 |
1053 | 2024-02-01T10:09:12.923Z | Downloaded url v2.5.0 |
1054 | 2024-02-01T10:09:12.928Z | Downloaded unsafe-libyaml v0.2.10 |
1055 | 2024-02-01T10:09:12.934Z | Downloaded flate2 v1.0.28 |
1056 | 2024-02-01T10:09:12.943Z | Downloaded sct v0.7.0 |
1057 | 2024-02-01T10:09:12.948Z | Downloaded hubpack_derive v0.1.1 |
1058 | 2024-02-01T10:09:12.951Z | Downloaded serde_path_to_error v0.1.15 |
1059 | 2024-02-01T10:09:12.954Z | Downloaded tokio-stream v0.1.14 |
1060 | 2024-02-01T10:09:12.959Z | Downloaded crossbeam-channel v0.5.8 |
1061 | 2024-02-01T10:09:12.979Z | Downloaded serde_derive_internals v0.26.0 |
1062 | 2024-02-01T10:09:12.983Z | Downloaded ryu v1.0.15 |
1063 | 2024-02-01T10:09:12.983Z | Downloaded schemars v0.8.16 |
1064 | 2024-02-01T10:09:12.995Z | Downloaded dirs-sys-next v0.1.2 |
1065 | 2024-02-01T10:09:12.998Z | Downloaded filetime v0.2.23 |
1066 | 2024-02-01T10:09:13.004Z | Downloaded tempfile v3.9.0 |
1067 | 2024-02-01T10:09:13.007Z | Downloaded trust-dns-resolver v0.22.0 |
1068 | 2024-02-01T10:09:13.011Z | Downloaded topological-sort v0.2.2 |
1069 | 2024-02-01T10:09:13.014Z | Downloaded tokio-postgres v0.7.10 |
1070 | 2024-02-01T10:09:13.020Z | Downloaded base64 v0.21.7 |
1071 | 2024-02-01T10:09:13.027Z | Downloaded clap v4.4.3 |
1072 | 2024-02-01T10:09:13.043Z | Downloaded semver v1.0.21 |
1073 | 2024-02-01T10:09:13.047Z | Downloaded either v1.9.0 |
1074 | 2024-02-01T10:09:13.053Z | Downloaded slog-stdlog v4.1.1 |
1075 | 2024-02-01T10:09:13.053Z | Downloaded slog-scope v4.4.0 |
1076 | 2024-02-01T10:09:13.053Z | Downloaded slog-json v2.6.1 |
1077 | 2024-02-01T10:09:13.056Z | Downloaded ipnet v2.9.0 |
1078 | 2024-02-01T10:09:13.059Z | Downloaded fastrand v2.0.0 |
1079 | 2024-02-01T10:09:13.063Z | Downloaded rustls-pki-types v1.1.0 |
1080 | 2024-02-01T10:09:13.063Z | Downloaded ipnetwork v0.20.0 |
1081 | 2024-02-01T10:09:13.066Z | Downloaded slab v0.4.9 |
1082 | 2024-02-01T10:09:13.070Z | Downloaded signature v2.1.0 |
1083 | 2024-02-01T10:09:13.073Z | Downloaded serde_repr v0.1.16 |
1084 | 2024-02-01T10:09:13.074Z | Downloaded rustls-pemfile v2.0.0 |
1085 | 2024-02-01T10:09:13.077Z | Downloaded yasna v0.5.2 |
1086 | 2024-02-01T10:09:13.081Z | Downloaded thiserror-no-std v2.0.2 |
1087 | 2024-02-01T10:09:13.092Z | Downloaded sec1 v0.7.3 |
1088 | 2024-02-01T10:09:13.096Z | Downloaded serde_urlencoded v0.7.1 |
1089 | 2024-02-01T10:09:13.099Z | Downloaded term v0.7.0 |
1090 | 2024-02-01T10:09:13.109Z | Downloaded chacha20poly1305 v0.10.1 |
1091 | 2024-02-01T10:09:13.134Z | Downloaded tinyvec v1.6.0 |
1092 | 2024-02-01T10:09:13.134Z | Downloaded signal-hook-mio v0.2.3 |
1093 | 2024-02-01T10:09:13.134Z | Downloaded serde_tokenstream v0.1.7 |
1094 | 2024-02-01T10:09:13.134Z | Downloaded sha2 v0.10.8 |
1095 | 2024-02-01T10:09:13.138Z | Downloaded rustc_version v0.4.0 |
1096 | 2024-02-01T10:09:13.141Z | Downloaded r2d2 v0.8.10 |
1097 | 2024-02-01T10:09:13.156Z | Downloaded lazy_static v1.4.0 |
1098 | 2024-02-01T10:09:13.156Z | Downloaded lalrpop-util v0.19.12 |
1099 | 2024-02-01T10:09:13.160Z | Downloaded kstat-rs v0.2.3 |
1100 | 2024-02-01T10:09:13.160Z | Downloaded keccak v0.1.4 |
1101 | 2024-02-01T10:09:13.160Z | Downloaded russh-keys v0.40.1 |
1102 | 2024-02-01T10:09:13.160Z | Downloaded miniz_oxide v0.7.1 |
1103 | 2024-02-01T10:09:13.165Z | Downloaded serde_spanned v0.6.4 |
1104 | 2024-02-01T10:09:13.165Z | Downloaded signal-hook-registry v1.4.1 |
1105 | 2024-02-01T10:09:13.168Z | Downloaded toml v0.8.8 |
1106 | 2024-02-01T10:09:13.179Z | Downloaded zerocopy v0.6.4 |
1107 | 2024-02-01T10:09:13.182Z | Downloaded crossbeam-epoch v0.9.15 |
1108 | 2024-02-01T10:09:13.190Z | Downloaded num-complex v0.4.4 |
1109 | 2024-02-01T10:09:13.195Z | Downloaded openssl-sys v0.9.96 |
1110 | 2024-02-01T10:09:13.208Z | Downloaded darling v0.20.3 |
1111 | 2024-02-01T10:09:13.216Z | Downloaded crossbeam-utils v0.8.16 |
1112 | 2024-02-01T10:09:13.222Z | Downloaded const-oid v0.9.5 |
1113 | 2024-02-01T10:09:13.226Z | Downloaded arc-swap v1.6.0 |
1114 | 2024-02-01T10:09:13.231Z | Downloaded hash32 v0.3.1 |
1115 | 2024-02-01T10:09:13.234Z | Downloaded thiserror-impl-no-std v2.0.2 |
1116 | 2024-02-01T10:09:13.237Z | Downloaded futures-core v0.3.30 |
1117 | 2024-02-01T10:09:13.237Z | Downloaded crc32fast v1.3.2 |
1118 | 2024-02-01T10:09:13.241Z | Downloaded semver-parser v0.10.2 |
1119 | 2024-02-01T10:09:13.244Z | Downloaded proc-macro2 v1.0.78 |
1120 | 2024-02-01T10:09:13.248Z | Downloaded xattr v1.0.1 |
1121 | 2024-02-01T10:09:13.251Z | Downloaded usdt-macro v0.5.0 |
1122 | 2024-02-01T10:09:13.254Z | Downloaded smf v0.2.2 |
1123 | 2024-02-01T10:09:13.254Z | Downloaded slog-bunyan v2.5.0 |
1124 | 2024-02-01T10:09:13.257Z | Downloaded rustls-pemfile v1.0.3 |
1125 | 2024-02-01T10:09:13.262Z | Downloaded quote v1.0.35 |
1126 | 2024-02-01T10:09:13.266Z | Downloaded fixedbitset v0.4.2 |
1127 | 2024-02-01T10:09:13.266Z | Downloaded terminal_size v0.2.6 |
1128 | 2024-02-01T10:09:13.269Z | Downloaded allocator-api2 v0.2.16 |
1129 | 2024-02-01T10:09:13.273Z | Downloaded platforms v3.0.2 |
1130 | 2024-02-01T10:09:13.276Z | Downloaded multer v3.0.0 |
1131 | 2024-02-01T10:09:13.288Z | Downloaded linear-map v1.2.0 |
1132 | 2024-02-01T10:09:13.293Z | Downloaded pest_derive v2.7.6 |
1133 | 2024-02-01T10:09:13.293Z | Downloaded anyhow v1.0.75 |
1134 | 2024-02-01T10:09:13.293Z | Downloaded fnv v1.0.7 |
1135 | 2024-02-01T10:09:13.297Z | Downloaded flagset v0.4.3 |
1136 | 2024-02-01T10:09:13.297Z | Downloaded usdt v0.3.5 |
1137 | 2024-02-01T10:09:13.301Z | Downloaded num-iter v0.1.43 |
1138 | 2024-02-01T10:09:13.301Z | Downloaded native-tls v0.2.11 |
1139 | 2024-02-01T10:09:13.305Z | Downloaded der_derive v0.7.2 |
1140 | 2024-02-01T10:09:13.305Z | Downloaded ciborium v0.2.2 |
1141 | 2024-02-01T10:09:13.312Z | Downloaded hyper-tls v0.5.0 |
1142 | 2024-02-01T10:09:13.315Z | Downloaded tokio-native-tls v0.3.1 |
1143 | 2024-02-01T10:09:13.315Z | Downloaded derive-where v1.2.7 |
1144 | 2024-02-01T10:09:13.321Z | Downloaded postcard v1.0.8 |
1145 | 2024-02-01T10:09:13.326Z | Downloaded cancel-safe-futures v0.1.5 |
1146 | 2024-02-01T10:09:13.331Z | Downloaded cpufeatures v0.2.12 |
1147 | 2024-02-01T10:09:13.336Z | Downloaded generic-array v0.14.7 |
1148 | 2024-02-01T10:09:13.341Z | Downloaded float-cmp v0.9.0 |
1149 | 2024-02-01T10:09:13.341Z | Downloaded dirs v5.0.1 |
1150 | 2024-02-01T10:09:13.341Z | Downloaded pem-rfc7468 v0.7.0 |
1151 | 2024-02-01T10:09:13.344Z | Downloaded base64ct v1.6.0 |
1152 | 2024-02-01T10:09:13.347Z | Downloaded argon2 v0.5.3 |
1153 | 2024-02-01T10:09:13.351Z | Downloaded p256 v0.13.2 |
1154 | 2024-02-01T10:09:13.356Z | Downloaded pkcs8 v0.10.2 |
1155 | 2024-02-01T10:09:13.360Z | Downloaded pin-project-lite v0.2.13 |
1156 | 2024-02-01T10:09:13.368Z | Downloaded parking_lot_core v0.8.6 |
1157 | 2024-02-01T10:09:13.372Z | Downloaded parking_lot v0.12.1 |
1158 | 2024-02-01T10:09:13.376Z | Downloaded tokio-macros v2.2.0 |
1159 | 2024-02-01T10:09:13.380Z | Downloaded walkdir v2.4.0 |
1160 | 2024-02-01T10:09:13.383Z | Downloaded blake2 v0.10.6 |
1161 | 2024-02-01T10:09:13.386Z | Downloaded zerocopy v0.3.0 |
1162 | 2024-02-01T10:09:13.389Z | Downloaded time-core v0.1.1 |
1163 | 2024-02-01T10:09:13.389Z | Downloaded thread-id v4.2.0 |
1164 | 2024-02-01T10:09:13.392Z | Downloaded digest v0.10.7 |
1165 | 2024-02-01T10:09:13.395Z | Downloaded zeroize_derive v1.4.2 |
1166 | 2024-02-01T10:09:13.398Z | Downloaded usdt-macro v0.3.5 |
1167 | 2024-02-01T10:09:13.400Z | Downloaded libefi-sys v0.1.0 |
1168 | 2024-02-01T10:09:13.406Z | Downloaded polyval v0.6.1 |
1169 | 2024-02-01T10:09:13.406Z | Downloaded difflib v0.4.0 |
1170 | 2024-02-01T10:09:13.409Z | Downloaded textwrap v0.11.0 |
1171 | 2024-02-01T10:09:13.409Z | Downloaded pest_generator v2.7.6 |
1172 | 2024-02-01T10:09:13.409Z | Downloaded parse-display-derive v0.8.2 |
1173 | 2024-02-01T10:09:13.413Z | Downloaded bytes v1.5.0 |
1174 | 2024-02-01T10:09:13.418Z | Downloaded libm v0.2.7 |
1175 | 2024-02-01T10:09:13.436Z | Downloaded dirs-next v2.0.0 |
1176 | 2024-02-01T10:09:13.439Z | Downloaded waitgroup v0.1.2 |
1177 | 2024-02-01T10:09:13.439Z | Downloaded percent-encoding v2.3.1 |
1178 | 2024-02-01T10:09:13.442Z | Downloaded colored v2.0.4 |
1179 | 2024-02-01T10:09:13.445Z | Downloaded block-padding v0.3.3 |
1180 | 2024-02-01T10:09:13.449Z | Downloaded der v0.7.8 |
1181 | 2024-02-01T10:09:13.457Z | Downloaded debug-ignore v1.0.5 |
1182 | 2024-02-01T10:09:13.460Z | Downloaded ciborium-io v0.2.2 |
1183 | 2024-02-01T10:09:13.463Z | Downloaded camino-tempfile v1.1.1 |
1184 | 2024-02-01T10:09:13.467Z | Downloaded blowfish v0.9.1 |
1185 | 2024-02-01T10:09:13.467Z | Downloaded block-buffer v0.10.4 |
1186 | 2024-02-01T10:09:13.470Z | Downloaded pkg-config v0.3.27 |
1187 | 2024-02-01T10:09:13.473Z | Downloaded password-hash v0.4.2 |
1188 | 2024-02-01T10:09:13.476Z | Downloaded parking_lot_core v0.9.8 |
1189 | 2024-02-01T10:09:13.479Z | Downloaded plain v0.2.3 |
1190 | 2024-02-01T10:09:13.479Z | Downloaded phf_shared v0.11.2 |
1191 | 2024-02-01T10:09:13.482Z | Downloaded paste v1.0.14 |
1192 | 2024-02-01T10:09:13.491Z | Downloaded ctr v0.9.2 |
1193 | 2024-02-01T10:09:13.497Z | Downloaded bit-set v0.5.3 |
1194 | 2024-02-01T10:09:13.497Z | Downloaded crypto-common v0.1.6 |
1195 | 2024-02-01T10:09:13.497Z | Downloaded pem v3.0.2 |
1196 | 2024-02-01T10:09:13.497Z | Downloaded password-hash v0.5.0 |
1197 | 2024-02-01T10:09:13.501Z | Downloaded defmt-parser v0.3.3 |
1198 | 2024-02-01T10:09:13.502Z | Downloaded defmt-macros v0.3.6 |
1199 | 2024-02-01T10:09:13.505Z | Downloaded anstyle v1.0.2 |
1200 | 2024-02-01T10:09:13.508Z | Downloaded cbc v0.1.2 |
1201 | 2024-02-01T10:09:13.511Z | Downloaded foreign-types v0.3.2 |
1202 | 2024-02-01T10:09:13.511Z | Downloaded defmt v0.3.5 |
1203 | 2024-02-01T10:09:13.516Z | Downloaded convert_case v0.4.0 |
1204 | 2024-02-01T10:09:13.519Z | Downloaded clap_lex v0.5.1 |
1205 | 2024-02-01T10:09:13.522Z | Downloaded bit-vec v0.6.3 |
1206 | 2024-02-01T10:09:13.523Z | Downloaded ciborium-ll v0.2.2 |
1207 | 2024-02-01T10:09:13.528Z | Downloaded bitflags v1.3.2 |
1208 | 2024-02-01T10:09:13.531Z | Downloaded quick-error v1.2.3 |
1209 | 2024-02-01T10:09:13.531Z | Downloaded pbkdf2 v0.11.0 |
1210 | 2024-02-01T10:09:13.534Z | Downloaded chacha20 v0.9.1 |
1211 | 2024-02-01T10:09:13.537Z | Downloaded backoff v0.4.0 |
1212 | 2024-02-01T10:09:13.541Z | Downloaded untrusted v0.7.1 |
1213 | 2024-02-01T10:09:13.544Z | Downloaded byteorder v1.5.0 |
1214 | 2024-02-01T10:09:13.547Z | Downloaded base16ct v0.2.0 |
1215 | 2024-02-01T10:09:13.550Z | Downloaded anstream v0.5.0 |
1216 | 2024-02-01T10:09:13.553Z | Downloaded proc-macro-error-attr v1.0.4 |
1217 | 2024-02-01T10:09:13.560Z | Downloaded curve25519-dalek-derive v0.1.0 |
1218 | 2024-02-01T10:09:13.560Z | Downloaded log v0.4.20 |
1219 | 2024-02-01T10:09:13.565Z | Downloaded md5 v0.7.0 |
1220 | 2024-02-01T10:09:13.565Z | Downloaded crucible-workspace-hack v0.1.0 |
1221 | 2024-02-01T10:09:13.565Z | Downloaded owo-colors v4.0.0 |
1222 | 2024-02-01T10:09:13.568Z | Downloaded num-traits v0.2.16 |
1223 | 2024-02-01T10:09:13.571Z | Downloaded openssl-probe v0.1.5 |
1224 | 2024-02-01T10:09:13.574Z | Downloaded cstr-argument v0.1.2 |
1225 | 2024-02-01T10:09:13.574Z | Downloaded colorchoice v1.0.0 |
1226 | 2024-02-01T10:09:13.577Z | Downloaded camino v1.1.6 |
1227 | 2024-02-01T10:09:13.580Z | Downloaded bcrypt-pbkdf v0.10.0 |
1228 | 2024-02-01T10:09:13.583Z | Downloaded adler v1.0.2 |
1229 | 2024-02-01T10:09:13.583Z | Downloaded predicates v3.1.0 |
1230 | 2024-02-01T10:09:13.587Z | Downloaded atomic-waker v1.1.1 |
1231 | 2024-02-01T10:09:13.590Z | Downloaded strum_macros v0.25.2 |
1232 | 2024-02-01T10:09:13.594Z | Downloaded memoffset v0.9.0 |
1233 | 2024-02-01T10:09:13.600Z | Downloaded memmap v0.7.0 |
1234 | 2024-02-01T10:09:13.600Z | Downloaded once_cell v1.19.0 |
1235 | 2024-02-01T10:09:13.602Z | Downloaded nibble_vec v0.1.0 |
1236 | 2024-02-01T10:09:13.605Z | Downloaded autocfg v1.1.0 |
1237 | 2024-02-01T10:09:13.606Z | Downloaded ahash v0.8.6 |
1238 | 2024-02-01T10:09:13.610Z | Downloaded md-5 v0.10.5 |
1239 | 2024-02-01T10:09:13.617Z | Downloaded macaddr v1.0.1 |
1240 | 2024-02-01T10:09:13.620Z | Downloaded linked-hash-map v0.5.6 |
1241 | 2024-02-01T10:09:13.620Z | Downloaded async-stream v0.3.5 |
1242 | 2024-02-01T10:09:13.620Z | Downloaded ansi_term v0.12.1 |
1243 | 2024-02-01T10:09:13.623Z | Downloaded lru-cache v0.1.2 |
1244 | 2024-02-01T10:09:13.626Z | Downloaded num_threads v0.1.6 |
1245 | 2024-02-01T10:09:13.626Z | Downloaded num_enum v0.5.11 |
1246 | 2024-02-01T10:09:13.635Z | Downloaded num-rational v0.4.1 |
1247 | 2024-02-01T10:09:13.641Z | Downloaded mime_guess v2.0.4 |
1248 | 2024-02-01T10:09:13.644Z | Downloaded atomicwrites v0.4.3 |
1249 | 2024-02-01T10:09:13.644Z | Downloaded strum v0.25.0 |
1250 | 2024-02-01T10:09:14.091Z | Compiling proc-macro2 v1.0.78 |
1251 | 2024-02-01T10:09:14.091Z | Compiling unicode-ident v1.0.12 |
1252 | 2024-02-01T10:09:14.095Z | Compiling libc v0.2.152 |
1253 | 2024-02-01T10:09:14.095Z | Compiling serde v1.0.195 |
1254 | 2024-02-01T10:09:14.095Z | Compiling version_check v0.9.4 |
1255 | 2024-02-01T10:09:14.115Z | Compiling autocfg v1.1.0 |
1256 | 2024-02-01T10:09:14.118Z | Compiling cfg-if v1.0.0 |
1257 | 2024-02-01T10:09:14.334Z | Compiling once_cell v1.19.0 |
1258 | 2024-02-01T10:09:14.338Z | Compiling syn v1.0.109 |
1259 | 2024-02-01T10:09:14.473Z | Compiling thiserror v1.0.56 |
1260 | 2024-02-01T10:09:14.960Z | Compiling memchr v2.6.3 |
1261 | 2024-02-01T10:09:15.248Z | Compiling byteorder v1.5.0 |
1262 | 2024-02-01T10:09:15.429Z | Compiling lock_api v0.4.10 |
1263 | 2024-02-01T10:09:15.675Z | Compiling typenum v1.16.0 |
1264 | 2024-02-01T10:09:15.909Z | Compiling ahash v0.8.6 |
1265 | 2024-02-01T10:09:15.958Z | Compiling parking_lot_core v0.9.8 |
1266 | 2024-02-01T10:09:15.983Z | Compiling generic-array v0.14.7 |
1267 | 2024-02-01T10:09:16.400Z | Compiling libm v0.2.7 |
1268 | 2024-02-01T10:09:16.448Z | Compiling num-traits v0.2.16 |
1269 | 2024-02-01T10:09:16.586Z | Compiling serde_json v1.0.113 |
1270 | 2024-02-01T10:09:16.896Z | Compiling itoa v1.0.9 |
1271 | 2024-02-01T10:09:17.231Z | Compiling quote v1.0.35 |
1272 | 2024-02-01T10:09:17.530Z | Compiling slab v0.4.9 |
1273 | 2024-02-01T10:09:17.603Z | Compiling log v0.4.20 |
1274 | 2024-02-01T10:09:17.764Z | Compiling getrandom v0.2.10 |
1275 | 2024-02-01T10:09:17.989Z | Compiling syn v2.0.48 |
1276 | 2024-02-01T10:09:18.381Z | Compiling cc v1.0.83 |
1277 | 2024-02-01T10:09:18.475Z | Compiling rand_core v0.6.4 |
1278 | 2024-02-01T10:09:19.258Z | Compiling scopeguard v1.2.0 |
1279 | 2024-02-01T10:09:19.330Z | Compiling ryu v1.0.15 |
1280 | 2024-02-01T10:09:19.996Z | Compiling pkg-config v0.3.27 |
1281 | 2024-02-01T10:09:20.081Z | Compiling allocator-api2 v0.2.16 |
1282 | 2024-02-01T10:09:20.236Z | Compiling smallvec v1.11.2 |
1283 | 2024-02-01T10:09:20.261Z | Compiling equivalent v1.0.1 |
1284 | 2024-02-01T10:09:20.411Z | Compiling heck v0.4.1 |
1285 | 2024-02-01T10:09:20.891Z | Compiling schemars v0.8.16 |
1286 | 2024-02-01T10:09:21.139Z | Compiling subtle v2.5.0 |
1287 | 2024-02-01T10:09:22.418Z | Compiling vcpkg v0.2.15 |
1288 | 2024-02-01T10:09:22.421Z | Compiling pin-project-lite v0.2.13 |
1289 | 2024-02-01T10:09:22.509Z | Compiling httparse v1.8.0 |
1290 | 2024-02-01T10:09:22.802Z | Compiling ucd-trie v0.1.6 |
1291 | 2024-02-01T10:09:23.423Z | Compiling ring v0.17.7 |
1292 | 2024-02-01T10:09:23.498Z | Compiling parking_lot v0.12.1 |
1293 | 2024-02-01T10:09:23.753Z | Compiling ring v0.16.20 |
1294 | 2024-02-01T10:09:23.831Z | Compiling signal-hook-registry v1.4.1 |
1295 | 2024-02-01T10:09:25.163Z | Compiling fnv v1.0.7 |
1296 | 2024-02-01T10:09:25.349Z | Compiling mio v0.8.9 |
1297 | 2024-02-01T10:09:25.732Z | Compiling iana-time-zone v0.1.57 |
1298 | 2024-02-01T10:09:25.751Z | Compiling openssl-sys v0.9.96 |
1299 | 2024-02-01T10:09:26.451Z | Compiling semver v1.0.21 |
1300 | 2024-02-01T10:09:26.947Z | Compiling openssl v0.10.60 |
1301 | 2024-02-01T10:09:27.145Z | Compiling const-oid v0.9.5 |
1302 | 2024-02-01T10:09:27.227Z | Compiling num_cpus v1.16.0 |
1303 | 2024-02-01T10:09:27.372Z | Compiling socket2 v0.5.5 |
1304 | 2024-02-01T10:09:27.585Z | Compiling native-tls v0.2.11 |
1305 | 2024-02-01T10:09:28.082Z | Compiling rustls v0.21.9 |
1306 | 2024-02-01T10:09:28.535Z | Compiling dyn-clone v1.0.13 |
1307 | 2024-02-01T10:09:28.548Z | Compiling futures-core v0.3.30 |
1308 | 2024-02-01T10:09:28.994Z | Compiling aho-corasick v1.0.4 |
1309 | 2024-02-01T10:09:29.660Z | Compiling regex-syntax v0.8.2 |
1310 | 2024-02-01T10:09:30.222Z | Compiling serde_derive_internals v0.26.0 |
1311 | 2024-02-01T10:09:30.900Z | Compiling async-trait v0.1.77 |
1312 | 2024-02-01T10:09:30.908Z | Compiling spin v0.5.2 |
1313 | 2024-02-01T10:09:31.334Z | Compiling futures-sink v0.3.30 |
1314 | 2024-02-01T10:09:31.780Z | Compiling backtrace v0.3.69 |
1315 | 2024-02-01T10:09:32.198Z | Compiling tinyvec_macros v0.1.1 |
1316 | 2024-02-01T10:09:32.313Z | Compiling rustix v0.38.30 |
1317 | 2024-02-01T10:09:32.457Z | Compiling tinyvec v1.6.0 |
1318 | 2024-02-01T10:09:33.450Z | Compiling futures-channel v0.3.30 |
1319 | 2024-02-01T10:09:34.160Z | Compiling futures-io v0.3.30 |
1320 | 2024-02-01T10:09:34.596Z | Compiling futures-task v0.3.30 |
1321 | 2024-02-01T10:09:34.882Z | Compiling pin-utils v0.1.0 |
1322 | 2024-02-01T10:09:34.920Z | Compiling winnow v0.5.15 |
1323 | 2024-02-01T10:09:35.330Z | Compiling unicode-normalization v0.1.22 |
1324 | 2024-02-01T10:09:35.487Z | Compiling regex-automata v0.4.4 |
1325 | 2024-02-01T10:09:35.512Z | Compiling spin v0.9.8 |
1326 | 2024-02-01T10:09:36.427Z | Compiling tracing-core v0.1.31 |
1327 | 2024-02-01T10:09:36.624Z | Compiling anyhow v1.0.75 |
1328 | 2024-02-01T10:09:37.119Z | Compiling unicode-bidi v0.3.13 |
1329 | 2024-02-01T10:09:37.350Z | Compiling cpufeatures v0.2.12 |
1330 | 2024-02-01T10:09:37.493Z | Compiling unicode-width v0.1.11 |
1331 | 2024-02-01T10:09:39.837Z | Compiling crc32fast v1.3.2 |
1332 | 2024-02-01T10:09:40.579Z | Compiling time-core v0.1.1 |
1333 | 2024-02-01T10:09:40.736Z | Compiling slog v2.7.0 |
1334 | 2024-02-01T10:09:41.153Z | Compiling time-macros v0.2.13 |
1335 | 2024-02-01T10:09:41.760Z | Compiling regex v1.10.3 |
1336 | 2024-02-01T10:09:41.903Z | Compiling serde_derive v1.0.195 |
1337 | 2024-02-01T10:09:42.432Z | Compiling zerocopy-derive v0.7.32 |
1338 | 2024-02-01T10:09:43.139Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-02-01T10:09:43.354Z | Compiling thiserror-impl v1.0.56 |
1340 | 2024-02-01T10:09:45.844Z | Compiling tokio-macros v2.2.0 |
1341 | 2024-02-01T10:09:45.879Z | Compiling zerocopy v0.7.32 |
1342 | 2024-02-01T10:09:46.459Z | Compiling zeroize v1.7.0 |
1343 | 2024-02-01T10:09:46.489Z | Compiling futures-macro v0.3.30 |
1344 | 2024-02-01T10:09:48.600Z | Compiling tracing-attributes v0.1.26 |
1345 | 2024-02-01T10:09:48.917Z | Compiling schemars_derive v0.8.16 |
1346 | 2024-02-01T10:09:49.149Z | Compiling pest v2.7.6 |
1347 | 2024-02-01T10:09:49.507Z | Compiling hashbrown v0.14.2 |
1348 | 2024-02-01T10:09:49.545Z | Compiling crypto-common v0.1.6 |
1349 | 2024-02-01T10:09:50.576Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-02-01T10:09:50.579Z | Compiling block-buffer v0.10.4 |
1351 | 2024-02-01T10:09:50.816Z | Compiling digest v0.10.7 |
1352 | 2024-02-01T10:09:51.221Z | Compiling hashbrown v0.13.2 |
1353 | 2024-02-01T10:09:52.125Z | Compiling futures-util v0.3.30 |
1354 | 2024-02-01T10:09:53.078Z | Compiling pest_meta v2.7.6 |
1355 | 2024-02-01T10:09:54.838Z | Compiling der_derive v0.7.2 |
1356 | 2024-02-01T10:09:55.139Z | Compiling tracing v0.1.37 |
1357 | 2024-02-01T10:09:56.299Z | Compiling pest_generator v2.7.6 |
1358 | 2024-02-01T10:09:59.128Z | Compiling num-integer v0.1.45 |
1359 | 2024-02-01T10:09:59.565Z | Compiling untrusted v0.7.1 |
1360 | 2024-02-01T10:10:00.013Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2024-02-01T10:10:00.170Z | Compiling percent-encoding v2.3.1 |
1362 | 2024-02-01T10:10:00.725Z | Compiling untrusted v0.9.0 |
1363 | 2024-02-01T10:10:00.906Z | Compiling foreign-types v0.3.2 |
1364 | 2024-02-01T10:10:01.981Z | Compiling pest_derive v2.7.6 |
1365 | 2024-02-01T10:10:03.364Z | Compiling errno v0.3.8 |
1366 | 2024-02-01T10:10:03.624Z | Compiling try-lock v0.2.4 |
1367 | 2024-02-01T10:10:03.703Z | Compiling ppv-lite86 v0.2.17 |
1368 | 2024-02-01T10:10:03.837Z | Compiling base64 v0.21.7 |
1369 | 2024-02-01T10:10:03.888Z | Compiling unicode-xid v0.2.4 |
1370 | 2024-02-01T10:10:04.140Z | Compiling synstructure v0.12.6 |
1371 | 2024-02-01T10:10:04.942Z | Compiling sct v0.7.0 |
1372 | 2024-02-01T10:10:05.040Z | Compiling rustls-webpki v0.101.7 |
1373 | 2024-02-01T10:10:05.270Z | Compiling bytes v1.5.0 |
1374 | 2024-02-01T10:10:05.701Z | Compiling indexmap v2.2.2 |
1375 | 2024-02-01T10:10:07.169Z | Compiling chrono v0.4.31 |
1376 | 2024-02-01T10:10:07.296Z | Compiling uuid v1.7.0 |
1377 | 2024-02-01T10:10:07.339Z | Compiling http v0.2.11 |
1378 | 2024-02-01T10:10:08.015Z | Compiling tokio v1.35.1 |
1379 | 2024-02-01T10:10:09.649Z | Compiling serde_spanned v0.6.4 |
1380 | 2024-02-01T10:10:09.936Z | Compiling toml_datetime v0.6.5 |
1381 | 2024-02-01T10:10:10.011Z | Compiling bitflags v2.4.0 |
1382 | 2024-02-01T10:10:10.580Z | Compiling toml_edit v0.19.15 |
1383 | 2024-02-01T10:10:10.626Z | Compiling rustc_version v0.4.0 |
1384 | 2024-02-01T10:10:10.654Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-02-01T10:10:15.202Z | Compiling serde_tokenstream v0.2.0 |
1386 | 2024-02-01T10:10:16.082Z | Compiling http-body v0.4.5 |
1387 | 2024-02-01T10:10:16.684Z | Compiling want v0.3.1 |
1388 | 2024-02-01T10:10:18.858Z | Compiling form_urlencoded v1.2.1 |
1389 | 2024-02-01T10:10:19.016Z | Compiling scroll_derive v0.12.0 |
1390 | 2024-02-01T10:10:19.236Z | Compiling socket2 v0.4.9 |
1391 | 2024-02-01T10:10:19.655Z | Compiling openssl-probe v0.1.5 |
1392 | 2024-02-01T10:10:20.600Z | Compiling tokio-util v0.7.10 |
1393 | 2024-02-01T10:10:20.663Z | Compiling tower-service v0.3.2 |
1394 | 2024-02-01T10:10:20.846Z | Compiling httpdate v1.0.3 |
1395 | 2024-02-01T10:10:21.571Z | Compiling io-lifetimes v1.0.11 |
1396 | 2024-02-01T10:10:22.478Z | Compiling h2 v0.3.24 |
1397 | 2024-02-01T10:10:23.891Z | Compiling zerocopy-derive v0.2.0 |
1398 | 2024-02-01T10:10:24.218Z | Compiling idna v0.5.0 |
1399 | 2024-02-01T10:10:27.178Z | Compiling lazy_static v1.4.0 |
1400 | 2024-02-01T10:10:27.349Z | Compiling thread-id v4.2.0 |
1401 | 2024-02-01T10:10:27.511Z | Compiling crossbeam-utils v0.8.16 |
1402 | 2024-02-01T10:10:27.917Z | Compiling adler v1.0.2 |
1403 | 2024-02-01T10:10:28.292Z | Compiling miniz_oxide v0.7.1 |
1404 | 2024-02-01T10:10:28.318Z | Compiling tokio-native-tls v0.3.1 |
1405 | 2024-02-01T10:10:28.710Z | Compiling url v2.5.0 |
1406 | 2024-02-01T10:10:30.528Z | Compiling tokio-rustls v0.24.1 |
1407 | 2024-02-01T10:10:30.822Z | Compiling rand_chacha v0.3.1 |
1408 | 2024-02-01T10:10:31.175Z | Compiling ipnet v2.9.0 |
1409 | 2024-02-01T10:10:31.896Z | Compiling rustix v0.37.23 |
1410 | 2024-02-01T10:10:32.535Z | Compiling rand v0.8.5 |
1411 | 2024-02-01T10:10:32.905Z | Compiling serde_urlencoded v0.7.1 |
1412 | 2024-02-01T10:10:33.231Z | Compiling rustls-pemfile v1.0.3 |
1413 | 2024-02-01T10:10:33.717Z | Compiling usdt-impl v0.3.5 |
1414 | 2024-02-01T10:10:33.761Z | Compiling encoding_rs v0.8.33 |
1415 | 2024-02-01T10:10:33.807Z | Compiling webpki-roots v0.25.2 |
1416 | 2024-02-01T10:10:33.831Z | Compiling mime v0.3.17 |
1417 | 2024-02-01T10:10:33.910Z | Compiling hyper v0.14.27 |
1418 | 2024-02-01T10:10:34.211Z | Compiling gimli v0.28.0 |
1419 | 2024-02-01T10:10:38.251Z | Compiling regress v0.7.1 |
1420 | 2024-02-01T10:10:38.436Z | Compiling object v0.32.1 |
1421 | 2024-02-01T10:10:40.516Z | Compiling num-bigint v0.4.4 |
1422 | 2024-02-01T10:10:41.198Z | Compiling addr2line v0.21.0 |
1423 | 2024-02-01T10:10:41.584Z | Compiling usdt-impl v0.5.0 |
1424 | 2024-02-01T10:10:41.898Z | Compiling rustc-demangle v0.1.23 |
1425 | 2024-02-01T10:10:42.219Z | Compiling flate2 v1.0.28 |
1426 | 2024-02-01T10:10:42.849Z | Compiling zerocopy v0.3.0 |
1427 | 2024-02-01T10:10:43.505Z | Compiling scroll v0.12.0 |
1428 | 2024-02-01T10:10:43.537Z | Compiling heapless v0.7.16 |
1429 | 2024-02-01T10:10:43.856Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1430 | 2024-02-01T10:10:44.209Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1431 | 2024-02-01T10:10:44.416Z | Compiling signal-hook v0.3.17 |
1432 | 2024-02-01T10:10:44.823Z | Compiling plain v0.2.3 |
1433 | 2024-02-01T10:10:45.061Z | Compiling rustversion v1.0.14 |
1434 | 2024-02-01T10:10:45.774Z | Compiling hyper-tls v0.5.0 |
1435 | 2024-02-01T10:10:46.099Z | Compiling hyper-rustls v0.24.2 |
1436 | 2024-02-01T10:10:46.291Z | Compiling goblin v0.8.0 |
1437 | 2024-02-01T10:10:46.608Z | Compiling reqwest v0.11.22 |
1438 | 2024-02-01T10:10:48.645Z | Compiling dof v0.1.5 |
1439 | 2024-02-01T10:10:50.523Z | Compiling toml v0.7.8 |
1440 | 2024-02-01T10:10:51.840Z | Compiling toml_edit v0.21.0 |
1441 | 2024-02-01T10:10:52.037Z | Compiling hex v0.4.3 |
1442 | 2024-02-01T10:10:52.243Z | Compiling dtrace-parser v0.1.14 |
1443 | 2024-02-01T10:10:53.217Z | Compiling memoffset v0.9.0 |
1444 | 2024-02-01T10:10:53.340Z | Compiling base64ct v1.6.0 |
1445 | 2024-02-01T10:10:53.683Z | Compiling strsim v0.10.0 |
1446 | 2024-02-01T10:10:54.369Z | Compiling pretty-hex v0.4.1 |
1447 | 2024-02-01T10:10:54.480Z | Compiling camino v1.1.6 |
1448 | 2024-02-01T10:10:57.668Z | Compiling dof v0.3.0 |
1449 | 2024-02-01T10:10:58.198Z | Compiling serde_tokenstream v0.1.7 |
1450 | 2024-02-01T10:10:58.364Z | Compiling dtrace-parser v0.2.0 |
1451 | 2024-02-01T10:10:59.237Z | Compiling bitflags v1.3.2 |
1452 | 2024-02-01T10:10:59.387Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1453 | 2024-02-01T10:11:00.796Z | Compiling smoltcp v0.9.1 |
1454 | 2024-02-01T10:11:01.522Z | Compiling pem-rfc7468 v0.7.0 |
1455 | 2024-02-01T10:11:01.805Z | Compiling strum_macros v0.25.2 |
1456 | 2024-02-01T10:11:01.939Z | Compiling hmac v0.12.1 |
1457 | 2024-02-01T10:11:02.707Z | Compiling enum-as-inner v0.5.1 |
1458 | 2024-02-01T10:11:02.794Z | Compiling num-iter v0.1.43 |
1459 | 2024-02-01T10:11:03.263Z | Compiling crossbeam-epoch v0.9.15 |
1460 | 2024-02-01T10:11:03.931Z | Compiling unicode-segmentation v1.10.1 |
1461 | 2024-02-01T10:11:03.957Z | Compiling siphasher v0.3.11 |
1462 | 2024-02-01T10:11:04.437Z | Compiling flagset v0.4.3 |
1463 | 2024-02-01T10:11:04.791Z | Compiling der v0.7.8 |
1464 | 2024-02-01T10:11:05.204Z | Compiling usdt-attr-macro v0.3.5 |
1465 | 2024-02-01T10:11:05.230Z | Compiling usdt-macro v0.3.5 |
1466 | 2024-02-01T10:11:06.582Z | Compiling hubpack_derive v0.1.1 |
1467 | 2024-02-01T10:11:07.412Z | Compiling zerocopy-derive v0.6.4 |
1468 | 2024-02-01T10:11:08.832Z | Compiling anstyle v1.0.2 |
1469 | 2024-02-01T10:11:10.153Z | Compiling num_threads v0.1.6 |
1470 | 2024-02-01T10:11:10.299Z | Compiling deranged v0.3.8 |
1471 | 2024-02-01T10:11:10.347Z | Compiling utf8parse v0.2.1 |
1472 | 2024-02-01T10:11:10.479Z | Compiling sha2 v0.10.8 |
1473 | 2024-02-01T10:11:10.578Z | Compiling anstyle-parse v0.2.1 |
1474 | 2024-02-01T10:11:11.267Z | Compiling spki v0.7.2 |
1475 | 2024-02-01T10:11:13.218Z | Compiling time v0.3.27 |
1476 | 2024-02-01T10:11:15.096Z | Compiling md-5 v0.10.5 |
1477 | 2024-02-01T10:11:15.265Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1478 | 2024-02-01T10:11:15.494Z | Compiling block-padding v0.3.3 |
1479 | 2024-02-01T10:11:15.606Z | Compiling clap_derive v4.4.2 |
1480 | 2024-02-01T10:11:15.871Z | Compiling stringprep v0.1.3 |
1481 | 2024-02-01T10:11:17.185Z | Compiling getopts v0.2.21 |
1482 | 2024-02-01T10:11:17.511Z | Compiling diesel_table_macro_syntax v0.1.0 |
1483 | 2024-02-01T10:11:18.918Z | Compiling hash32 v0.2.1 |
1484 | 2024-02-01T10:11:19.514Z | Compiling anstyle-query v1.0.0 |
1485 | 2024-02-01T10:11:19.709Z | Compiling stable_deref_trait v1.2.0 |
1486 | 2024-02-01T10:11:19.862Z | Compiling colorchoice v1.0.0 |
1487 | 2024-02-01T10:11:20.108Z | Compiling fallible-iterator v0.2.0 |
1488 | 2024-02-01T10:11:23.343Z | Compiling postgres-protocol v0.6.6 |
1489 | 2024-02-01T10:11:23.445Z | Compiling anstream v0.5.0 |
1490 | 2024-02-01T10:11:23.971Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1491 | 2024-02-01T10:11:24.270Z | Compiling diesel_derives v2.1.2 |
1492 | 2024-02-01T10:11:24.562Z | Compiling inout v0.1.3 |
1493 | 2024-02-01T10:11:26.036Z | Compiling terminal_size v0.2.6 |
1494 | 2024-02-01T10:11:26.310Z | Compiling pkcs8 v0.10.2 |
1495 | 2024-02-01T10:11:26.538Z | Compiling phf_shared v0.11.2 |
1496 | 2024-02-01T10:11:28.570Z | Compiling ff v0.13.0 |
1497 | 2024-02-01T10:11:29.304Z | Compiling serde_repr v0.1.16 |
1498 | 2024-02-01T10:11:30.736Z | Compiling scheduled-thread-pool v0.2.7 |
1499 | 2024-02-01T10:11:31.647Z | Compiling base16ct v0.2.0 |
1500 | 2024-02-01T10:11:31.718Z | Compiling unsafe-libyaml v0.2.10 |
1501 | 2024-02-01T10:11:32.143Z | Compiling clap_lex v0.5.1 |
1502 | 2024-02-01T10:11:32.929Z | Compiling managed v0.8.0 |
1503 | 2024-02-01T10:11:33.555Z | Compiling bit-vec v0.6.3 |
1504 | 2024-02-01T10:11:34.076Z | Compiling regex-automata v0.1.10 |
1505 | 2024-02-01T10:11:34.254Z | Compiling matches v0.1.10 |
1506 | 2024-02-01T10:11:34.848Z | Compiling bstr v0.2.17 |
1507 | 2024-02-01T10:11:35.968Z | Compiling idna v0.2.3 |
1508 | 2024-02-01T10:11:36.716Z | Compiling serde_yaml v0.9.25 |
1509 | 2024-02-01T10:11:38.839Z | Compiling clap_builder v4.4.2 |
1510 | 2024-02-01T10:11:39.274Z | Compiling sec1 v0.7.3 |
1511 | 2024-02-01T10:11:40.094Z | Compiling r2d2 v0.8.10 |
1512 | 2024-02-01T10:11:40.917Z | Compiling group v0.13.0 |
1513 | 2024-02-01T10:11:44.650Z | Compiling phf v0.11.2 |
1514 | 2024-02-01T10:11:44.659Z | Compiling signal-hook-mio v0.2.3 |
1515 | 2024-02-01T10:11:44.872Z | Compiling bzip2 v0.4.4 |
1516 | 2024-02-01T10:11:45.100Z | Compiling cipher v0.4.4 |
1517 | 2024-02-01T10:11:45.300Z | Compiling postgres-types v0.2.6 |
1518 | 2024-02-01T10:11:45.455Z | Compiling zerocopy v0.6.4 |
1519 | 2024-02-01T10:11:45.724Z | Compiling hubpack v0.1.2 |
1520 | 2024-02-01T10:11:45.876Z | Compiling phf_shared v0.10.0 |
1521 | 2024-02-01T10:11:46.653Z | Compiling hkdf v0.12.4 |
1522 | 2024-02-01T10:11:46.851Z | Compiling crypto-bigint v0.5.2 |
1523 | 2024-02-01T10:11:46.856Z | Compiling ipnetwork v0.20.0 |
1524 | 2024-02-01T10:11:47.017Z | Compiling futures-executor v0.3.30 |
1525 | 2024-02-01T10:11:48.006Z | Compiling float-cmp v0.9.0 |
1526 | 2024-02-01T10:11:48.534Z | Compiling data-encoding v2.4.0 |
1527 | 2024-02-01T10:11:49.746Z | Compiling minimal-lexical v0.2.1 |
1528 | 2024-02-01T10:11:50.623Z | Compiling regex-automata v0.3.8 |
1529 | 2024-02-01T10:11:52.420Z | Compiling fixedbitset v0.4.2 |
1530 | 2024-02-01T10:11:52.467Z | Compiling precomputed-hash v0.1.1 |
1531 | 2024-02-01T10:11:52.643Z | Compiling new_debug_unreachable v1.0.4 |
1532 | 2024-02-01T10:11:52.801Z | Compiling static_assertions v1.1.0 |
1533 | 2024-02-01T10:11:53.112Z | Compiling predicates-core v1.0.6 |
1534 | 2024-02-01T10:11:53.760Z | Compiling either v1.9.0 |
1535 | 2024-02-01T10:11:54.690Z | Compiling difflib v0.4.0 |
1536 | 2024-02-01T10:11:54.893Z | Compiling normalize-line-endings v0.3.0 |
1537 | 2024-02-01T10:11:55.074Z | Compiling whoami v1.4.1 |
1538 | 2024-02-01T10:11:56.092Z | Compiling tokio-postgres v0.7.10 |
1539 | 2024-02-01T10:11:56.275Z | Compiling predicates v3.1.0 |
1540 | 2024-02-01T10:11:56.299Z | Compiling itertools v0.10.5 |
1541 | 2024-02-01T10:11:57.037Z | Compiling trust-dns-proto v0.22.0 |
1542 | 2024-02-01T10:11:57.434Z | Compiling bstr v1.6.0 |
1543 | 2024-02-01T10:11:59.872Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1544 | 2024-02-01T10:11:59.960Z | Compiling petgraph v0.6.4 |
1545 | 2024-02-01T10:12:00.015Z | Compiling string_cache v0.8.7 |
1546 | 2024-02-01T10:12:00.123Z | Compiling diesel v2.1.4 |
1547 | 2024-02-01T10:12:00.749Z | Compiling nom v7.1.3 |
1548 | 2024-02-01T10:12:00.910Z | Compiling elliptic-curve v0.13.8 |
1549 | 2024-02-01T10:12:02.196Z | Compiling yasna v0.5.2 |
1550 | 2024-02-01T10:12:02.365Z | Compiling futures v0.3.30 |
1551 | 2024-02-01T10:12:04.934Z | Compiling zip v0.6.6 |
1552 | 2024-02-01T10:12:05.497Z | Compiling crossterm v0.27.0 |
1553 | 2024-02-01T10:12:06.027Z | Compiling clap v4.4.3 |
1554 | 2024-02-01T10:12:06.774Z | Compiling similar v2.3.0 |
1555 | 2024-02-01T10:12:07.223Z | Compiling bit-set v0.5.3 |
1556 | 2024-02-01T10:12:07.248Z | Compiling usdt v0.3.5 |
1557 | 2024-02-01T10:12:07.659Z | Compiling console v0.15.8 |
1558 | 2024-02-01T10:12:07.686Z | Compiling tokio-stream v0.1.14 |
1559 | 2024-02-01T10:12:09.440Z | Compiling lalrpop-util v0.19.12 |
1560 | 2024-02-01T10:12:15.268Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1561 | 2024-02-01T10:12:28.625Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1562 | 2024-02-01T10:13:07.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2024-02-01T10:13:12.149Z | Compiling sha1 v0.10.6 |
1564 | 2024-02-01T10:13:13.383Z | Compiling atty v0.2.14 |
1565 | 2024-02-01T10:13:13.701Z | Compiling match_cfg v0.1.0 |
1566 | 2024-02-01T10:13:13.724Z | Compiling hostname v0.3.1 |
1567 | 2024-02-01T10:13:13.762Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1568 | 2024-02-01T10:13:13.943Z | Compiling dirs-sys-next v0.1.2 |
1569 | 2024-02-01T10:13:14.093Z | Compiling rustls-pki-types v1.1.0 |
1570 | 2024-02-01T10:13:14.364Z | Compiling ident_case v1.0.1 |
1571 | 2024-02-01T10:13:14.416Z | Compiling dirs-next v2.0.0 |
1572 | 2024-02-01T10:13:14.632Z | Compiling darling_core v0.20.3 |
1573 | 2024-02-01T10:13:14.700Z | Compiling thread_local v1.1.7 |
1574 | 2024-02-01T10:13:14.950Z | Compiling slog-async v2.8.0 |
1575 | 2024-02-01T10:13:15.148Z | Compiling rustls v0.22.2 |
1576 | 2024-02-01T10:13:15.295Z | Compiling rustls-webpki v0.102.1 |
1577 | 2024-02-01T10:13:15.590Z | Compiling term v0.7.0 |
1578 | 2024-02-01T10:13:15.778Z | Compiling crossbeam-channel v0.5.8 |
1579 | 2024-02-01T10:13:15.818Z | Compiling multer v3.0.0 |
1580 | 2024-02-01T10:13:16.266Z | Compiling instant v0.1.12 |
1581 | 2024-02-01T10:13:16.482Z | Compiling paste v1.0.14 |
1582 | 2024-02-01T10:13:16.532Z | Compiling take_mut v0.2.2 |
1583 | 2024-02-01T10:13:17.633Z | Compiling slog-term v2.9.0 |
1584 | 2024-02-01T10:13:18.221Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1585 | 2024-02-01T10:13:18.545Z | Compiling slog-json v2.6.1 |
1586 | 2024-02-01T10:13:18.960Z | Compiling http v1.0.0 |
1587 | 2024-02-01T10:13:19.168Z | Compiling async-stream-impl v0.3.5 |
1588 | 2024-02-01T10:13:19.478Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1589 | 2024-02-01T10:13:19.745Z | Compiling atomic-waker v1.1.1 |
1590 | 2024-02-01T10:13:19.926Z | Compiling debug-ignore v1.0.5 |
1591 | 2024-02-01T10:13:20.118Z | Compiling waitgroup v0.1.2 |
1592 | 2024-02-01T10:13:20.139Z | Compiling slog-bunyan v2.5.0 |
1593 | 2024-02-01T10:13:20.455Z | Compiling rustls-pemfile v2.0.0 |
1594 | 2024-02-01T10:13:21.150Z | Compiling toml v0.8.8 |
1595 | 2024-02-01T10:13:21.450Z | Compiling async-stream v0.3.5 |
1596 | 2024-02-01T10:13:22.417Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1597 | 2024-02-01T10:13:23.171Z | Compiling serde_path_to_error v0.1.15 |
1598 | 2024-02-01T10:13:23.817Z | Compiling tokio-rustls v0.25.0 |
1599 | 2024-02-01T10:13:24.156Z | Compiling structmeta-derive v0.2.0 |
1600 | 2024-02-01T10:13:24.466Z | Compiling strum v0.25.0 |
1601 | 2024-02-01T10:13:24.583Z | Compiling regex-syntax v0.7.5 |
1602 | 2024-02-01T10:13:24.728Z | Compiling backoff v0.4.0 |
1603 | 2024-02-01T10:13:24.962Z | Compiling darling_macro v0.20.3 |
1604 | 2024-02-01T10:13:25.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1605 | 2024-02-01T10:13:26.482Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1606 | 2024-02-01T10:13:26.586Z | Compiling darling v0.20.3 |
1607 | 2024-02-01T10:13:26.709Z | Compiling macaddr v1.0.1 |
1608 | 2024-02-01T10:13:26.758Z | Compiling serde_with_macros v3.5.1 |
1609 | 2024-02-01T10:13:27.467Z | Compiling proc-macro-error-attr v1.0.4 |
1610 | 2024-02-01T10:13:27.904Z | Compiling proc-macro-crate v1.3.1 |
1611 | 2024-02-01T10:13:28.026Z | Compiling proc-macro-error v1.0.4 |
1612 | 2024-02-01T10:13:28.515Z | Compiling heapless v0.8.0 |
1613 | 2024-02-01T10:13:29.213Z | Compiling structmeta v0.2.0 |
1614 | 2024-02-01T10:13:29.720Z | Compiling num_enum_derive v0.5.11 |
1615 | 2024-02-01T10:13:30.074Z | Compiling hash32 v0.3.1 |
1616 | 2024-02-01T10:13:30.455Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1617 | 2024-02-01T10:13:30.973Z | Compiling smoltcp v0.11.0 |
1618 | 2024-02-01T10:13:32.066Z | Compiling serde_with v3.5.1 |
1619 | 2024-02-01T10:13:32.490Z | Compiling same-file v1.0.6 |
1620 | 2024-02-01T10:13:32.852Z | Compiling cobs v0.2.3 |
1621 | 2024-02-01T10:13:33.389Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1622 | 2024-02-01T10:13:33.813Z | Compiling fastrand v2.0.0 |
1623 | 2024-02-01T10:13:34.039Z | Compiling embedded-io v0.4.0 |
1624 | 2024-02-01T10:13:34.332Z | Compiling num_enum v0.5.11 |
1625 | 2024-02-01T10:13:34.397Z | Compiling tempfile v3.9.0 |
1626 | 2024-02-01T10:13:34.558Z | Compiling postcard v1.0.8 |
1627 | 2024-02-01T10:13:34.781Z | Compiling walkdir v2.4.0 |
1628 | 2024-02-01T10:13:35.798Z | Compiling semver-parser v0.10.2 |
1629 | 2024-02-01T10:13:35.977Z | Compiling foreign-types-macros v0.2.3 |
1630 | 2024-02-01T10:13:36.060Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1631 | 2024-02-01T10:13:36.330Z | Compiling parse-display-derive v0.8.2 |
1632 | 2024-02-01T10:13:36.524Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1633 | 2024-02-01T10:13:36.815Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1634 | 2024-02-01T10:13:38.146Z | Compiling foreign-types-shared v0.3.1 |
1635 | 2024-02-01T10:13:38.185Z | Compiling crucible-workspace-hack v0.1.0 |
1636 | 2024-02-01T10:13:38.337Z | Compiling foreign-types v0.5.0 |
1637 | 2024-02-01T10:13:38.706Z | Compiling semver v0.11.0 |
1638 | 2024-02-01T10:13:39.533Z | Compiling is-terminal v0.4.9 |
1639 | 2024-02-01T10:13:39.701Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-02-01T10:13:39.726Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1641 | 2024-02-01T10:13:39.840Z | Compiling cstr-argument v0.1.2 |
1642 | 2024-02-01T10:13:39.960Z | Compiling xattr v1.0.1 |
1643 | 2024-02-01T10:13:40.218Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1644 | 2024-02-01T10:13:40.279Z | Compiling filetime v0.2.23 |
1645 | 2024-02-01T10:13:40.359Z | Compiling home v0.5.5 |
1646 | 2024-02-01T10:13:40.741Z | Compiling pretty-hex v0.2.1 |
1647 | 2024-02-01T10:13:40.778Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1648 | 2024-02-01T10:13:41.035Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1649 | 2024-02-01T10:13:41.113Z | Compiling toolchain_find v0.2.0 |
1650 | 2024-02-01T10:13:41.249Z | Compiling tar v0.4.40 |
1651 | 2024-02-01T10:13:41.300Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-02-01T10:13:41.551Z | Compiling colored v2.0.4 |
1653 | 2024-02-01T10:13:42.227Z | Compiling toml v0.5.11 |
1654 | 2024-02-01T10:13:42.837Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1655 | 2024-02-01T10:13:43.028Z | Compiling topological-sort v0.2.2 |
1656 | 2024-02-01T10:13:43.329Z | Compiling platforms v3.0.2 |
1657 | 2024-02-01T10:13:43.399Z | Compiling omicron-zone-package v0.10.1 |
1658 | 2024-02-01T10:13:43.404Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-01T10:13:43.733Z | Compiling parse-display v0.8.2 |
1660 | 2024-02-01T10:13:44.019Z | Compiling camino-tempfile v1.1.1 |
1661 | 2024-02-01T10:13:44.044Z | Compiling zone_cfg_derive v0.3.0 |
1662 | 2024-02-01T10:13:44.732Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1663 | 2024-02-01T10:13:44.757Z | Compiling textwrap v0.11.0 |
1664 | 2024-02-01T10:13:45.434Z | Compiling rustfmt-wrapper v0.2.0 |
1665 | 2024-02-01T10:13:45.636Z | Compiling heck v0.3.3 |
1666 | 2024-02-01T10:13:46.442Z | Compiling num-derive v0.4.0 |
1667 | 2024-02-01T10:13:46.506Z | Compiling ansi_term v0.12.1 |
1668 | 2024-02-01T10:13:46.727Z | Compiling libefi-sys v0.1.0 |
1669 | 2024-02-01T10:13:47.169Z | Compiling vec_map v0.8.2 |
1670 | 2024-02-01T10:13:47.363Z | Compiling strsim v0.8.0 |
1671 | 2024-02-01T10:13:47.659Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1672 | 2024-02-01T10:13:48.423Z | Compiling clap v2.34.0 |
1673 | 2024-02-01T10:13:48.495Z | Compiling zone v0.3.0 |
1674 | 2024-02-01T10:13:49.276Z | Compiling structopt-derive v0.4.18 |
1675 | 2024-02-01T10:13:49.349Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1676 | 2024-02-01T10:13:50.443Z | Compiling smf v0.2.2 |
1677 | 2024-02-01T10:13:50.477Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1678 | 2024-02-01T10:13:50.966Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1679 | 2024-02-01T10:13:51.123Z | Compiling unicase v2.7.0 |
1680 | 2024-02-01T10:13:51.278Z | Compiling semver v0.1.20 |
1681 | 2024-02-01T10:13:51.578Z | Compiling curve25519-dalek v4.1.1 |
1682 | 2024-02-01T10:13:52.026Z | Compiling rustc_version v0.1.7 |
1683 | 2024-02-01T10:13:52.365Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1684 | 2024-02-01T10:13:52.440Z | Compiling universal-hash v0.5.1 |
1685 | 2024-02-01T10:13:52.608Z | Compiling opaque-debug v0.3.0 |
1686 | 2024-02-01T10:13:52.751Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1687 | 2024-02-01T10:13:52.755Z | Compiling curve25519-dalek-derive v0.1.0 |
1688 | 2024-02-01T10:13:52.803Z | Compiling newtype_derive v0.1.6 |
1689 | 2024-02-01T10:13:52.848Z | Compiling num-rational v0.4.1 |
1690 | 2024-02-01T10:13:53.272Z | Compiling getrandom v0.1.16 |
1691 | 2024-02-01T10:13:53.504Z | Compiling usdt-macro v0.5.0 |
1692 | 2024-02-01T10:13:53.688Z | Compiling usdt-attr-macro v0.5.0 |
1693 | 2024-02-01T10:13:53.759Z | Compiling password-hash v0.5.0 |
1694 | 2024-02-01T10:13:54.377Z | Compiling structopt v0.3.26 |
1695 | 2024-02-01T10:13:54.437Z | Compiling blake2 v0.10.6 |
1696 | 2024-02-01T10:13:55.401Z | Compiling signature v2.1.0 |
1697 | 2024-02-01T10:13:55.464Z | Compiling memmap v0.7.0 |
1698 | 2024-02-01T10:13:55.759Z | Compiling quick-error v1.2.3 |
1699 | 2024-02-01T10:13:55.930Z | Compiling parking_lot_core v0.8.6 |
1700 | 2024-02-01T10:13:55.977Z | Compiling linked-hash-map v0.5.6 |
1701 | 2024-02-01T10:13:56.004Z | Compiling resolv-conf v0.7.0 |
1702 | 2024-02-01T10:13:56.356Z | Compiling usdt v0.5.0 |
1703 | 2024-02-01T10:13:56.527Z | Compiling lru-cache v0.1.2 |
1704 | 2024-02-01T10:13:56.640Z | Compiling argon2 v0.5.3 |
1705 | 2024-02-01T10:13:57.551Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1706 | 2024-02-01T10:13:57.637Z | Compiling aead v0.5.2 |
1707 | 2024-02-01T10:13:57.755Z | Compiling num-complex v0.4.4 |
1708 | 2024-02-01T10:13:58.233Z | Compiling nibble_vec v0.1.0 |
1709 | 2024-02-01T10:13:58.552Z | Compiling slog-dtrace v0.3.0 |
1710 | 2024-02-01T10:13:59.061Z | Compiling arc-swap v1.6.0 |
1711 | 2024-02-01T10:13:59.737Z | Compiling winapi v0.3.9 |
1712 | 2024-02-01T10:14:00.051Z | Compiling utf-8 v0.7.6 |
1713 | 2024-02-01T10:14:00.085Z | Compiling cancel-safe-futures v0.1.5 |
1714 | 2024-02-01T10:14:00.530Z | Compiling endian-type v0.1.2 |
1715 | 2024-02-01T10:14:00.592Z | Compiling keccak v0.1.4 |
1716 | 2024-02-01T10:14:00.870Z | Compiling radix_trie v0.2.1 |
1717 | 2024-02-01T10:14:01.407Z | Compiling sha3 v0.10.8 |
1718 | 2024-02-01T10:14:02.029Z | Compiling tungstenite v0.20.1 |
1719 | 2024-02-01T10:14:02.075Z | Compiling slog-scope v4.4.0 |
1720 | 2024-02-01T10:14:02.266Z | Compiling num v0.4.1 |
1721 | 2024-02-01T10:14:02.534Z | Compiling mime_guess v2.0.4 |
1722 | 2024-02-01T10:14:02.919Z | Compiling steno v0.4.0 |
1723 | 2024-02-01T10:14:02.997Z | Compiling rand_core v0.5.1 |
1724 | 2024-02-01T10:14:03.632Z | Compiling trust-dns-resolver v0.22.0 |
1725 | 2024-02-01T10:14:04.754Z | Compiling poly1305 v0.8.0 |
1726 | 2024-02-01T10:14:05.158Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1727 | 2024-02-01T10:14:05.722Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1728 | 2024-02-01T10:14:07.033Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1729 | 2024-02-01T10:14:07.640Z | Compiling chacha20 v0.9.1 |
1730 | 2024-02-01T10:14:07.677Z | Compiling rfc6979 v0.4.0 |
1731 | 2024-02-01T10:14:07.976Z | Compiling secrecy v0.8.0 |
1732 | 2024-02-01T10:14:08.426Z | Compiling thiserror-impl-no-std v2.0.2 |
1733 | 2024-02-01T10:14:08.465Z | Compiling half v2.3.1 |
1734 | 2024-02-01T10:14:09.439Z | Compiling ciborium-io v0.2.2 |
1735 | 2024-02-01T10:14:09.636Z | Compiling convert_case v0.4.0 |
1736 | 2024-02-01T10:14:09.946Z | Compiling option-ext v0.2.0 |
1737 | 2024-02-01T10:14:10.136Z | Compiling dirs-sys v0.4.1 |
1738 | 2024-02-01T10:14:11.088Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1739 | 2024-02-01T10:14:11.144Z | Compiling ciborium-ll v0.2.2 |
1740 | 2024-02-01T10:14:11.218Z | Compiling derive_more v0.99.17 |
1741 | 2024-02-01T10:14:11.856Z | Compiling ecdsa v0.16.9 |
1742 | 2024-02-01T10:14:13.452Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1743 | 2024-02-01T10:14:14.017Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1744 | 2024-02-01T10:14:14.335Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1745 | 2024-02-01T10:14:15.809Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1746 | 2024-02-01T10:14:16.412Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1747 | 2024-02-01T10:14:16.438Z | Compiling thiserror-no-std v2.0.2 |
1748 | 2024-02-01T10:14:16.612Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1749 | 2024-02-01T10:14:17.041Z | Compiling parking_lot v0.11.2 |
1750 | 2024-02-01T10:14:17.069Z | Compiling tokio-tungstenite v0.20.1 |
1751 | 2024-02-01T10:14:17.441Z | Compiling rand_chacha v0.2.2 |
1752 | 2024-02-01T10:14:18.749Z | Compiling slog-stdlog v4.1.1 |
1753 | 2024-02-01T10:14:19.327Z | Compiling trust-dns-client v0.22.0 |
1754 | 2024-02-01T10:14:19.804Z | Compiling ed25519 v2.2.2 |
1755 | 2024-02-01T10:14:19.888Z | Compiling polyval v0.6.1 |
1756 | 2024-02-01T10:14:19.918Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1757 | 2024-02-01T10:14:20.526Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1758 | 2024-02-01T10:14:20.566Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1759 | 2024-02-01T10:14:24.469Z | Compiling primeorder v0.13.6 |
1760 | 2024-02-01T10:14:25.300Z | Compiling blowfish v0.9.1 |
1761 | 2024-02-01T10:14:25.655Z | Compiling aes v0.8.3 |
1762 | 2024-02-01T10:14:26.018Z | Compiling ctr v0.9.2 |
1763 | 2024-02-01T10:14:26.553Z | Compiling password-hash v0.4.2 |
1764 | 2024-02-01T10:14:27.832Z | Compiling libsw v3.3.1 |
1765 | 2024-02-01T10:14:28.352Z | Compiling pbkdf2 v0.12.2 |
1766 | 2024-02-01T10:14:28.600Z | Compiling derive-where v1.2.7 |
1767 | 2024-02-01T10:14:30.478Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1768 | 2024-02-01T10:14:34.527Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1769 | 2024-02-01T10:14:34.844Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1770 | 2024-02-01T10:14:38.996Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1771 | 2024-02-01T10:14:42.539Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1772 | 2024-02-01T10:14:43.741Z | Compiling fxhash v0.2.1 |
1773 | 2024-02-01T10:14:43.844Z | Compiling linear-map v1.2.0 |
1774 | 2024-02-01T10:14:44.072Z | Compiling owo-colors v4.0.0 |
1775 | 2024-02-01T10:14:44.456Z | Compiling swrite v0.1.0 |
1776 | 2024-02-01T10:14:44.655Z | Compiling sled v0.34.7 |
1777 | 2024-02-01T10:14:46.202Z | Compiling trust-dns-server v0.22.1 |
1778 | 2024-02-01T10:14:46.385Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1779 | 2024-02-01T10:14:46.587Z | Compiling bcrypt-pbkdf v0.10.0 |
1780 | 2024-02-01T10:14:47.687Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1781 | 2024-02-01T10:14:47.711Z | Compiling pbkdf2 v0.11.0 |
1782 | 2024-02-01T10:14:48.455Z | Compiling p256 v0.13.2 |
1783 | 2024-02-01T10:14:48.482Z | Compiling ghash v0.5.0 |
1784 | 2024-02-01T10:14:48.750Z | Compiling ed25519-dalek v2.0.0 |
1785 | 2024-02-01T10:14:48.781Z | Compiling russh-cryptovec v0.7.0 |
1786 | 2024-02-01T10:14:49.246Z | Compiling slog-envlogger v2.2.0 |
1787 | 2024-02-01T10:14:49.271Z | Compiling rand v0.7.3 |
1788 | 2024-02-01T10:14:50.446Z | Compiling vsss-rs v3.3.4 |
1789 | 2024-02-01T10:14:50.470Z | Compiling ciborium v0.2.2 |
1790 | 2024-02-01T10:14:51.475Z | Compiling dirs v5.0.1 |
1791 | 2024-02-01T10:14:51.777Z | Compiling chacha20poly1305 v0.10.1 |
1792 | 2024-02-01T10:14:52.119Z | Compiling cbc v0.1.2 |
1793 | 2024-02-01T10:14:52.484Z | Compiling pem v3.0.2 |
1794 | 2024-02-01T10:14:53.039Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1795 | 2024-02-01T10:14:53.651Z | Compiling headers-core v0.2.0 |
1796 | 2024-02-01T10:14:53.751Z | Compiling kstat-rs v0.2.3 |
1797 | 2024-02-01T10:14:53.893Z | Compiling glob v0.3.1 |
1798 | 2024-02-01T10:14:54.025Z | Compiling http-range v0.1.5 |
1799 | 2024-02-01T10:14:54.851Z | Compiling md5 v0.7.0 |
1800 | 2024-02-01T10:14:55.275Z | Compiling russh-keys v0.40.1 |
1801 | 2024-02-01T10:14:55.554Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1802 | 2024-02-01T10:14:55.672Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1803 | 2024-02-01T10:14:56.260Z | Compiling hyper-staticfile v0.9.5 |
1804 | 2024-02-01T10:14:57.864Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1805 | 2024-02-01T10:14:58.747Z | Compiling headers v0.3.9 |
1806 | 2024-02-01T10:15:00.568Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1807 | 2024-02-01T10:15:00.842Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1808 | 2024-02-01T10:15:02.214Z | Compiling rcgen v0.12.1 |
1809 | 2024-02-01T10:15:04.314Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1810 | 2024-02-01T10:15:04.911Z | Compiling aes-gcm v0.10.3 |
1811 | 2024-02-01T10:15:10.324Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1812 | 2024-02-01T10:15:11.038Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1813 | 2024-02-01T10:15:11.241Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1814 | 2024-02-01T10:15:15.570Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1815 | 2024-02-01T10:15:16.891Z | Compiling atomicwrites v0.4.3 |
1816 | 2024-02-01T10:15:17.452Z | Compiling itertools v0.12.0 |
1817 | 2024-02-01T10:15:18.292Z | Compiling subprocess v0.2.9 |
1818 | 2024-02-01T10:15:18.757Z | Compiling hex-literal v0.4.1 |
1819 | 2024-02-01T10:15:18.985Z | Compiling display-error-chain v0.2.0 |
1820 | 2024-02-01T10:15:19.236Z | Compiling russh v0.40.2 |
1821 | 2024-02-01T10:15:21.719Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1822 | 2024-02-01T10:15:22.462Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1823 | 2024-02-01T10:15:22.510Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1824 | 2024-02-01T10:15:38.461Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1825 | 2024-02-01T10:15:40.320Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1826 | 2024-02-01T10:16:12.052Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1827 | 2024-02-01T10:17:37.679Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 50s |
1828 | 2024-02-01T10:17:38.031Z | |
1829 | 2024-02-01T10:17:38.032Z | real 8:50.445939747 |
1830 | 2024-02-01T10:17:38.036Z | user 47:53.103008409 |
1831 | 2024-02-01T10:17:38.036Z | sys 7:18.008147557 |
1832 | 2024-02-01T10:17:38.036Z | trap 1.730947214 |
1833 | 2024-02-01T10:17:38.036Z | tflt 7.160150609 |
1834 | 2024-02-01T10:17:38.036Z | dflt 7.853441620 |
1835 | 2024-02-01T10:17:38.036Z | kflt 0.018017271 |
1836 | 2024-02-01T10:17:38.036Z | lock 1:32:17.482312980 |
1837 | 2024-02-01T10:17:38.036Z | slp 2:16:48.000787290 |
1838 | 2024-02-01T10:17:38.036Z | lat 2:06.033786112 |
1839 | 2024-02-01T10:17:38.036Z | stop 4:48.705786406 |
1840 | 2024-02-01T10:17:38.036Z | + mkdir -p /work/end-to-end-tests |
1841 | 2024-02-01T10:17:38.036Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1842 | 2024-02-01T10:17:39.128Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1843 | 2024-02-01T10:17:39.128Z | + ptime -m gzip |
1844 | 2024-02-01T10:17:39.132Z | ++ basename target/debug/bootstrap |
1845 | 2024-02-01T10:17:57.927Z | |
1846 | 2024-02-01T10:17:57.930Z | real 18.793254520 |
1847 | 2024-02-01T10:17:57.930Z | user 18.578413339 |
1848 | 2024-02-01T10:17:57.930Z | sys 0.197521370 |
1849 | 2024-02-01T10:17:57.930Z | trap 0.006266305 |
1850 | 2024-02-01T10:17:57.930Z | tflt 0.000000000 |
1851 | 2024-02-01T10:17:57.930Z | dflt 0.000000000 |
1852 | 2024-02-01T10:17:57.930Z | kflt 0.000000000 |
1853 | 2024-02-01T10:17:57.931Z | lock 0.000000000 |
1854 | 2024-02-01T10:17:57.931Z | slp 0.000000000 |
1855 | 2024-02-01T10:17:57.931Z | lat 0.010710129 |
1856 | 2024-02-01T10:17:57.931Z | stop 0.000224732 |
1857 | 2024-02-01T10:17:57.931Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1858 | 2024-02-01T10:17:57.931Z | + ptime -m gzip |
1859 | 2024-02-01T10:17:57.934Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0a38340653bb1ddd |
1860 | 2024-02-01T10:17:59.798Z | |
1861 | 2024-02-01T10:17:59.801Z | real 1.862621353 |
1862 | 2024-02-01T10:17:59.801Z | user 1.843706987 |
1863 | 2024-02-01T10:17:59.801Z | sys 0.018116791 |
1864 | 2024-02-01T10:17:59.801Z | trap 0.000197675 |
1865 | 2024-02-01T10:17:59.801Z | tflt 0.000000000 |
1866 | 2024-02-01T10:17:59.802Z | dflt 0.000000000 |
1867 | 2024-02-01T10:17:59.802Z | kflt 0.000000000 |
1868 | 2024-02-01T10:17:59.802Z | lock 0.000000000 |
1869 | 2024-02-01T10:17:59.802Z | slp 0.000000000 |
1870 | 2024-02-01T10:17:59.802Z | lat 0.000249725 |
1871 | 2024-02-01T10:17:59.802Z | stop 0.000231701 |
1872 | 2024-02-01T10:17:59.803Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1873 | 2024-02-01T10:17:59.803Z | + ptime -m gzip |
1874 | 2024-02-01T10:17:59.803Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-de9ea704e29346a6 |
1875 | 2024-02-01T10:18:19.026Z | |
1876 | 2024-02-01T10:18:19.026Z | real 19.220987211 |
1877 | 2024-02-01T10:18:19.026Z | user 19.031785794 |
1878 | 2024-02-01T10:18:19.026Z | sys 0.182809701 |
1879 | 2024-02-01T10:18:19.026Z | trap 0.004249113 |
1880 | 2024-02-01T10:18:19.026Z | tflt 0.000000000 |
1881 | 2024-02-01T10:18:19.026Z | dflt 0.000000000 |
1882 | 2024-02-01T10:18:19.030Z | kflt 0.000000000 |
1883 | 2024-02-01T10:18:19.030Z | lock 0.000000000 |
1884 | 2024-02-01T10:18:19.030Z | slp 0.000000000 |
1885 | 2024-02-01T10:18:19.030Z | lat 0.001805737 |
1886 | 2024-02-01T10:18:19.030Z | stop 0.000220313 |
1887 | 2024-02-01T10:18:19.030Z | + banner caboose-util |
1888 | 2024-02-01T10:18:19.030Z | |
1889 | 2024-02-01T10:18:19.031Z | #### ## ##### #### #### #### ###### # # ##### |
1890 | 2024-02-01T10:18:19.031Z | # # # # # # # # # # # # # # # |
1891 | 2024-02-01T10:18:19.031Z | # # # ##### # # # # #### ##### ##### # # # |
1892 | 2024-02-01T10:18:19.032Z | # ###### # # # # # # # # # # # |
1893 | 2024-02-01T10:18:19.032Z | # # # # # # # # # # # # # # # # |
1894 | 2024-02-01T10:18:19.032Z | #### # # ##### #### #### #### ###### #### # |
1895 | 2024-02-01T10:18:19.032Z | |
1896 | 2024-02-01T10:18:19.032Z | + ptime -m cargo build --locked -p caboose-util --release |
1897 | 2024-02-01T10:18:19.731Z | Downloading crates ... |
1898 | 2024-02-01T10:18:20.047Z | Downloaded crc-any v2.4.3 |
1899 | 2024-02-01T10:18:20.062Z | Downloaded nodrop v0.1.14 |
1900 | 2024-02-01T10:18:20.473Z | Downloaded tap v1.0.1 |
1901 | 2024-02-01T10:18:20.473Z | Downloaded termcolor v1.2.0 |
1902 | 2024-02-01T10:18:20.473Z | Downloaded path-slash v0.1.5 |
1903 | 2024-02-01T10:18:20.473Z | Downloaded packed_struct_codegen v0.10.1 |
1904 | 2024-02-01T10:18:20.473Z | Downloaded wyz v0.5.1 |
1905 | 2024-02-01T10:18:20.473Z | Downloaded radium v0.7.0 |
1906 | 2024-02-01T10:18:20.473Z | Downloaded crc v3.0.1 |
1907 | 2024-02-01T10:18:20.473Z | Downloaded serde-hex v0.1.0 |
1908 | 2024-02-01T10:18:20.473Z | Downloaded env_logger v0.10.0 |
1909 | 2024-02-01T10:18:20.473Z | Downloaded bitfield v0.14.0 |
1910 | 2024-02-01T10:18:20.473Z | Downloaded pkcs1 v0.7.5 |
1911 | 2024-02-01T10:18:20.473Z | Downloaded rsa v0.9.2 |
1912 | 2024-02-01T10:18:20.473Z | Downloaded ron v0.8.1 |
1913 | 2024-02-01T10:18:20.473Z | Downloaded num-bigint-dig v0.8.4 |
1914 | 2024-02-01T10:18:20.474Z | Downloaded object v0.30.4 |
1915 | 2024-02-01T10:18:20.474Z | Downloaded bitvec v1.0.1 |
1916 | 2024-02-01T10:18:20.474Z | Downloaded x509-cert v0.2.4 |
1917 | 2024-02-01T10:18:20.474Z | Downloaded smallvec v0.6.14 |
1918 | 2024-02-01T10:18:20.474Z | Downloaded maybe-uninit v2.0.0 |
1919 | 2024-02-01T10:18:20.474Z | Downloaded crc-catalog v2.2.0 |
1920 | 2024-02-01T10:18:20.474Z | Downloaded funty v2.0.0 |
1921 | 2024-02-01T10:18:20.474Z | Downloaded packed_struct v0.10.1 |
1922 | 2024-02-01T10:18:20.475Z | Downloaded array-init v0.0.4 |
1923 | 2024-02-01T10:18:20.475Z | Compiling proc-macro2 v1.0.78 |
1924 | 2024-02-01T10:18:20.475Z | Compiling unicode-ident v1.0.12 |
1925 | 2024-02-01T10:18:20.475Z | Compiling libc v0.2.152 |
1926 | 2024-02-01T10:18:20.475Z | Compiling serde v1.0.195 |
1927 | 2024-02-01T10:18:20.475Z | Compiling autocfg v1.1.0 |
1928 | 2024-02-01T10:18:20.475Z | Compiling version_check v0.9.4 |
1929 | 2024-02-01T10:18:20.475Z | Compiling cfg-if v1.0.0 |
1930 | 2024-02-01T10:18:20.499Z | Compiling typenum v1.16.0 |
1931 | 2024-02-01T10:18:20.914Z | Compiling once_cell v1.19.0 |
1932 | 2024-02-01T10:18:20.914Z | Compiling parking_lot_core v0.9.8 |
1933 | 2024-02-01T10:18:21.082Z | Compiling memchr v2.6.3 |
1934 | 2024-02-01T10:18:21.144Z | Compiling syn v1.0.109 |
1935 | 2024-02-01T10:18:21.156Z | Compiling byteorder v1.5.0 |
1936 | 2024-02-01T10:18:21.471Z | Compiling lock_api v0.4.10 |
1937 | 2024-02-01T10:18:21.900Z | Compiling generic-array v0.14.7 |
1938 | 2024-02-01T10:18:22.007Z | Compiling libm v0.2.7 |
1939 | 2024-02-01T10:18:22.018Z | Compiling num-traits v0.2.16 |
1940 | 2024-02-01T10:18:22.293Z | Compiling ahash v0.8.6 |
1941 | 2024-02-01T10:18:22.439Z | Compiling quote v1.0.35 |
1942 | 2024-02-01T10:18:22.442Z | Compiling thiserror v1.0.56 |
1943 | 2024-02-01T10:18:22.764Z | Compiling pkg-config v0.3.27 |
1944 | 2024-02-01T10:18:23.107Z | Compiling syn v2.0.48 |
1945 | 2024-02-01T10:18:23.404Z | Compiling cc v1.0.83 |
1946 | 2024-02-01T10:18:23.562Z | Compiling getrandom v0.2.10 |
1947 | 2024-02-01T10:18:24.183Z | Compiling serde_json v1.0.113 |
1948 | 2024-02-01T10:18:24.205Z | Compiling scopeguard v1.2.0 |
1949 | 2024-02-01T10:18:24.969Z | Compiling slab v0.4.9 |
1950 | 2024-02-01T10:18:25.071Z | Compiling itoa v1.0.9 |
1951 | 2024-02-01T10:18:25.325Z | Compiling log v0.4.20 |
1952 | 2024-02-01T10:18:25.411Z | Compiling rand_core v0.6.4 |
1953 | 2024-02-01T10:18:26.042Z | Compiling smallvec v1.11.2 |
1954 | 2024-02-01T10:18:26.884Z | Compiling vcpkg v0.2.15 |
1955 | 2024-02-01T10:18:27.614Z | Compiling parking_lot v0.12.1 |
1956 | 2024-02-01T10:18:27.971Z | Compiling pin-project-lite v0.2.13 |
1957 | 2024-02-01T10:18:28.126Z | Compiling const-oid v0.9.5 |
1958 | 2024-02-01T10:18:28.965Z | Compiling ring v0.17.7 |
1959 | 2024-02-01T10:18:29.009Z | Compiling ryu v1.0.15 |
1960 | 2024-02-01T10:18:29.426Z | Compiling ucd-trie v0.1.6 |
1961 | 2024-02-01T10:18:29.655Z | Compiling openssl-sys v0.9.96 |
1962 | 2024-02-01T10:18:30.214Z | Compiling signal-hook-registry v1.4.1 |
1963 | 2024-02-01T10:18:31.093Z | Compiling subtle v2.5.0 |
1964 | 2024-02-01T10:18:31.227Z | Compiling io-lifetimes v1.0.11 |
1965 | 2024-02-01T10:18:31.612Z | Compiling ring v0.16.20 |
1966 | 2024-02-01T10:18:31.884Z | Compiling mio v0.8.9 |
1967 | 2024-02-01T10:18:32.720Z | Compiling num-integer v0.1.45 |
1968 | 2024-02-01T10:18:32.738Z | Compiling futures-core v0.3.30 |
1969 | 2024-02-01T10:18:33.032Z | Compiling semver v1.0.21 |
1970 | 2024-02-01T10:18:33.764Z | Compiling rustix v0.37.23 |
1971 | 2024-02-01T10:18:34.763Z | Compiling spin v0.5.2 |
1972 | 2024-02-01T10:18:35.111Z | Compiling socket2 v0.5.5 |
1973 | 2024-02-01T10:18:35.730Z | Compiling num_cpus v1.16.0 |
1974 | 2024-02-01T10:18:35.888Z | Compiling allocator-api2 v0.2.16 |
1975 | 2024-02-01T10:18:36.535Z | Compiling httparse v1.8.0 |
1976 | 2024-02-01T10:18:36.611Z | Compiling heck v0.4.1 |
1977 | 2024-02-01T10:18:40.770Z | Compiling unicode-xid v0.2.4 |
1978 | 2024-02-01T10:18:40.840Z | Compiling openssl v0.10.60 |
1979 | 2024-02-01T10:18:40.840Z | Compiling futures-sink v0.3.30 |
1980 | 2024-02-01T10:18:40.840Z | Compiling synstructure v0.12.6 |
1981 | 2024-02-01T10:18:40.840Z | Compiling equivalent v1.0.1 |
1982 | 2024-02-01T10:18:40.840Z | Compiling tinyvec_macros v0.1.1 |
1983 | 2024-02-01T10:18:40.840Z | Compiling tinyvec v1.6.0 |
1984 | 2024-02-01T10:18:40.840Z | Compiling futures-channel v0.3.30 |
1985 | 2024-02-01T10:18:40.842Z | Compiling rustls v0.21.9 |
1986 | 2024-02-01T10:18:40.842Z | Compiling crc32fast v1.3.2 |
1987 | 2024-02-01T10:18:40.842Z | Compiling native-tls v0.2.11 |
1988 | 2024-02-01T10:18:40.842Z | Compiling pin-utils v0.1.0 |
1989 | 2024-02-01T10:18:40.842Z | Compiling futures-io v0.3.30 |
1990 | 2024-02-01T10:18:40.842Z | Compiling futures-task v0.3.30 |
1991 | 2024-02-01T10:18:40.842Z | Compiling ppv-lite86 v0.2.17 |
1992 | 2024-02-01T10:18:40.853Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1993 | 2024-02-01T10:18:40.853Z | Compiling spin v0.9.8 |
1994 | 2024-02-01T10:18:40.853Z | Compiling tracing-core v0.1.31 |
1995 | 2024-02-01T10:18:40.853Z | Compiling unicode-bidi v0.3.13 |
1996 | 2024-02-01T10:18:40.853Z | Compiling unicode-normalization v0.1.22 |
1997 | 2024-02-01T10:18:40.854Z | Compiling base64ct v1.6.0 |
1998 | 2024-02-01T10:18:41.067Z | Compiling rand_chacha v0.3.1 |
1999 | 2024-02-01T10:18:41.752Z | Compiling rand v0.8.5 |
2000 | 2024-02-01T10:18:42.015Z | Compiling pem-rfc7468 v0.7.0 |
2001 | 2024-02-01T10:18:42.972Z | Compiling errno v0.3.8 |
2002 | 2024-02-01T10:18:43.321Z | Compiling num-iter v0.1.43 |
2003 | 2024-02-01T10:18:43.357Z | Compiling usdt-impl v0.3.5 |
2004 | 2024-02-01T10:18:43.731Z | Compiling flagset v0.4.3 |
2005 | 2024-02-01T10:18:43.946Z | Compiling signal-hook v0.3.17 |
2006 | 2024-02-01T10:18:44.050Z | Compiling rustix v0.38.30 |
2007 | 2024-02-01T10:18:44.352Z | Compiling schemars v0.8.16 |
2008 | 2024-02-01T10:18:44.674Z | Compiling serde_derive v1.0.195 |
2009 | 2024-02-01T10:18:44.822Z | Compiling zeroize_derive v1.4.2 |
2010 | 2024-02-01T10:18:44.843Z | Compiling zerocopy-derive v0.7.32 |
2011 | 2024-02-01T10:18:44.898Z | Compiling thiserror-impl v1.0.56 |
2012 | 2024-02-01T10:18:44.992Z | Compiling tokio-macros v2.2.0 |
2013 | 2024-02-01T10:18:45.012Z | Compiling futures-macro v0.3.30 |
2014 | 2024-02-01T10:18:45.069Z | Compiling tracing-attributes v0.1.26 |
2015 | 2024-02-01T10:18:45.495Z | Compiling der_derive v0.7.2 |
2016 | 2024-02-01T10:18:47.017Z | Compiling zeroize v1.7.0 |
2017 | 2024-02-01T10:18:48.123Z | Compiling zerocopy-derive v0.2.0 |
2018 | 2024-02-01T10:18:48.127Z | Compiling zerocopy v0.7.32 |
2019 | 2024-02-01T10:18:49.503Z | Compiling pest v2.7.6 |
2020 | 2024-02-01T10:18:50.013Z | Compiling crypto-common v0.1.6 |
2021 | 2024-02-01T10:18:50.112Z | Compiling block-buffer v0.10.4 |
2022 | 2024-02-01T10:18:50.385Z | Compiling openssl-macros v0.1.1 |
2023 | 2024-02-01T10:18:50.501Z | Compiling digest v0.10.7 |
2024 | 2024-02-01T10:18:50.981Z | Compiling futures-util v0.3.30 |
2025 | 2024-02-01T10:18:51.204Z | Compiling tracing v0.1.37 |
2026 | 2024-02-01T10:18:51.462Z | Compiling scroll_derive v0.12.0 |
2027 | 2024-02-01T10:18:51.590Z | Compiling hashbrown v0.14.2 |
2028 | 2024-02-01T10:18:51.768Z | Compiling zerocopy-derive v0.6.4 |
2029 | 2024-02-01T10:18:53.693Z | Compiling pest_meta v2.7.6 |
2030 | 2024-02-01T10:18:53.717Z | Compiling der v0.7.8 |
2031 | 2024-02-01T10:18:55.079Z | Compiling serde_derive_internals v0.26.0 |
2032 | 2024-02-01T10:18:56.975Z | Compiling pest_generator v2.7.6 |
2033 | 2024-02-01T10:19:00.531Z | Compiling pest_derive v2.7.6 |
2034 | 2024-02-01T10:19:00.572Z | Compiling bitflags v1.3.2 |
2035 | 2024-02-01T10:19:00.709Z | Compiling fnv v1.0.7 |
2036 | 2024-02-01T10:19:00.896Z | Compiling schemars_derive v0.8.16 |
2037 | 2024-02-01T10:19:02.985Z | Compiling spki v0.7.2 |
2038 | 2024-02-01T10:19:04.453Z | Compiling zerocopy v0.3.0 |
2039 | 2024-02-01T10:19:05.649Z | Compiling lazy_static v1.4.0 |
2040 | 2024-02-01T10:19:06.177Z | Compiling backtrace v0.3.69 |
2041 | 2024-02-01T10:19:06.468Z | Compiling thread-id v4.2.0 |
2042 | 2024-02-01T10:19:06.608Z | Compiling num-bigint v0.4.4 |
2043 | 2024-02-01T10:19:06.751Z | Compiling memoffset v0.9.0 |
2044 | 2024-02-01T10:19:06.812Z | Compiling async-trait v0.1.77 |
2045 | 2024-02-01T10:19:07.222Z | Compiling bytes v1.5.0 |
2046 | 2024-02-01T10:19:07.638Z | Compiling indexmap v2.2.2 |
2047 | 2024-02-01T10:19:08.057Z | Compiling bitflags v2.4.0 |
2048 | 2024-02-01T10:19:08.500Z | Compiling rustc_version v0.4.0 |
2049 | 2024-02-01T10:19:08.667Z | Compiling tokio v1.35.1 |
2050 | 2024-02-01T10:19:08.943Z | Compiling http v0.2.11 |
2051 | 2024-02-01T10:19:09.103Z | Compiling uuid v1.7.0 |
2052 | 2024-02-01T10:19:10.856Z | Compiling heapless v0.7.16 |
2053 | 2024-02-01T10:19:11.930Z | Compiling untrusted v0.7.1 |
2054 | 2024-02-01T10:19:12.212Z | Compiling percent-encoding v2.3.1 |
2055 | 2024-02-01T10:19:12.598Z | Compiling smoltcp v0.9.1 |
2056 | 2024-02-01T10:19:12.691Z | Compiling untrusted v0.9.0 |
2057 | 2024-02-01T10:19:12.830Z | Compiling crossbeam-utils v0.8.16 |
2058 | 2024-02-01T10:19:12.871Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2059 | 2024-02-01T10:19:12.933Z | Compiling iana-time-zone v0.1.57 |
2060 | 2024-02-01T10:19:13.452Z | Compiling base64 v0.21.7 |
2061 | 2024-02-01T10:19:13.486Z | Compiling foreign-types-shared v0.1.1 |
2062 | 2024-02-01T10:19:13.491Z | Compiling chrono v0.4.31 |
2063 | 2024-02-01T10:19:13.628Z | Compiling foreign-types v0.3.2 |
2064 | 2024-02-01T10:19:18.611Z | Compiling dof v0.1.5 |
2065 | 2024-02-01T10:19:19.249Z | Compiling dtrace-parser v0.1.14 |
2066 | 2024-02-01T10:19:19.312Z | Compiling hmac v0.12.1 |
2067 | 2024-02-01T10:19:19.433Z | Compiling clap_derive v4.4.2 |
2068 | 2024-02-01T10:19:21.193Z | Compiling tokio-util v0.7.10 |
2069 | 2024-02-01T10:19:21.923Z | Compiling anstyle v1.0.2 |
2070 | 2024-02-01T10:19:22.149Z | Compiling time-core v0.1.1 |
2071 | 2024-02-01T10:19:22.564Z | Compiling rustversion v1.0.14 |
2072 | 2024-02-01T10:19:22.595Z | Compiling utf8parse v0.2.1 |
2073 | 2024-02-01T10:19:22.738Z | Compiling cpufeatures v0.2.12 |
2074 | 2024-02-01T10:19:22.805Z | Compiling try-lock v0.2.4 |
2075 | 2024-02-01T10:19:22.855Z | Compiling adler v1.0.2 |
2076 | 2024-02-01T10:19:22.868Z | Compiling siphasher v0.3.11 |
2077 | 2024-02-01T10:19:23.152Z | Compiling miniz_oxide v0.7.1 |
2078 | 2024-02-01T10:19:23.445Z | Compiling h2 v0.3.24 |
2079 | 2024-02-01T10:19:23.496Z | Compiling want v0.3.1 |
2080 | 2024-02-01T10:19:23.574Z | Compiling sha2 v0.10.8 |
2081 | 2024-02-01T10:19:23.875Z | Compiling anstyle-parse v0.2.1 |
2082 | 2024-02-01T10:19:27.064Z | Compiling time-macros v0.2.13 |
2083 | 2024-02-01T10:19:33.274Z | Compiling rustls-webpki v0.101.7 |
2084 | 2024-02-01T10:19:33.354Z | Compiling sct v0.7.0 |
2085 | 2024-02-01T10:19:33.824Z | Compiling form_urlencoded v1.2.1 |
2086 | 2024-02-01T10:19:34.232Z | Compiling http-body v0.4.5 |
2087 | 2024-02-01T10:19:34.831Z | Compiling serde_tokenstream v0.1.7 |
2088 | 2024-02-01T10:19:34.843Z | Compiling pkcs8 v0.10.2 |
2089 | 2024-02-01T10:19:35.638Z | Compiling hubpack_derive v0.1.1 |
2090 | 2024-02-01T10:19:40.116Z | Compiling socket2 v0.4.9 |
2091 | 2024-02-01T10:19:40.140Z | Compiling crossbeam-epoch v0.9.15 |
2092 | 2024-02-01T10:19:40.140Z | Compiling usdt-impl v0.5.0 |
2093 | 2024-02-01T10:19:40.140Z | Compiling httpdate v1.0.3 |
2094 | 2024-02-01T10:19:40.140Z | Compiling colorchoice v1.0.0 |
2095 | 2024-02-01T10:19:40.140Z | Compiling radium v0.7.0 |
2096 | 2024-02-01T10:19:40.140Z | Compiling slog v2.7.0 |
2097 | 2024-02-01T10:19:40.140Z | Compiling anyhow v1.0.75 |
2098 | 2024-02-01T10:19:40.140Z | Compiling openssl-probe v0.1.5 |
2099 | 2024-02-01T10:19:40.140Z | Compiling camino v1.1.6 |
2100 | 2024-02-01T10:19:40.140Z | Compiling tower-service v0.3.2 |
2101 | 2024-02-01T10:19:40.140Z | Compiling anstyle-query v1.0.0 |
2102 | 2024-02-01T10:19:40.614Z | Compiling anstream v0.5.0 |
2103 | 2024-02-01T10:19:40.655Z | Compiling hyper v0.14.27 |
2104 | 2024-02-01T10:19:46.999Z | Compiling terminal_size v0.2.6 |
2105 | 2024-02-01T10:19:50.067Z | Compiling serde_spanned v0.6.4 |
2106 | 2024-02-01T10:19:50.395Z | Compiling toml_datetime v0.6.5 |
2107 | 2024-02-01T10:19:51.486Z | Compiling zerocopy v0.6.4 |
2108 | 2024-02-01T10:19:52.885Z | Compiling scroll v0.12.0 |
2109 | 2024-02-01T10:19:53.440Z | Compiling md-5 v0.10.5 |
2110 | 2024-02-01T10:19:54.111Z | Compiling stringprep v0.1.3 |
2111 | 2024-02-01T10:19:54.159Z | Compiling idna v0.5.0 |
2112 | 2024-02-01T10:19:55.600Z | Compiling diesel_table_macro_syntax v0.1.0 |
2113 | 2024-02-01T10:19:55.725Z | Compiling aho-corasick v1.0.4 |
2114 | 2024-02-01T10:19:56.157Z | Compiling hash32 v0.2.1 |
2115 | 2024-02-01T10:19:56.245Z | Compiling dyn-clone v1.0.13 |
2116 | 2024-02-01T10:19:56.531Z | Compiling plain v0.2.3 |
2117 | 2024-02-01T10:19:56.754Z | Compiling stable_deref_trait v1.2.0 |
2118 | 2024-02-01T10:19:56.757Z | Compiling strsim v0.10.0 |
2119 | 2024-02-01T10:19:56.884Z | Compiling clap_lex v0.5.1 |
2120 | 2024-02-01T10:19:57.384Z | Compiling fallible-iterator v0.2.0 |
2121 | 2024-02-01T10:19:57.676Z | Compiling maybe-uninit v2.0.0 |
2122 | 2024-02-01T10:19:58.323Z | Compiling gimli v0.28.0 |
2123 | 2024-02-01T10:19:58.407Z | Compiling winnow v0.5.15 |
2124 | 2024-02-01T10:19:58.553Z | Compiling regex-syntax v0.8.2 |
2125 | 2024-02-01T10:19:58.615Z | Compiling tap v1.0.1 |
2126 | 2024-02-01T10:19:58.881Z | Compiling wyz v0.5.1 |
2127 | 2024-02-01T10:19:59.590Z | Compiling postgres-protocol v0.6.6 |
2128 | 2024-02-01T10:20:00.012Z | Compiling clap_builder v4.4.2 |
2129 | 2024-02-01T10:20:00.349Z | Compiling goblin v0.8.0 |
2130 | 2024-02-01T10:20:01.896Z | Compiling diesel_derives v2.1.2 |
2131 | 2024-02-01T10:20:02.108Z | Compiling url v2.5.0 |
2132 | 2024-02-01T10:20:04.927Z | Compiling regex-automata v0.4.4 |
2133 | 2024-02-01T10:20:06.111Z | Compiling addr2line v0.21.0 |
2134 | 2024-02-01T10:20:08.639Z | Compiling tokio-rustls v0.24.1 |
2135 | 2024-02-01T10:20:08.811Z | Compiling strum_macros v0.25.2 |
2136 | 2024-02-01T10:20:14.833Z | Compiling tokio-native-tls v0.3.1 |
2137 | 2024-02-01T10:20:15.647Z | Compiling usdt-macro v0.3.5 |
2138 | 2024-02-01T10:20:15.959Z | Compiling usdt-attr-macro v0.3.5 |
2139 | 2024-02-01T10:20:18.107Z | Compiling phf_shared v0.11.2 |
2140 | 2024-02-01T10:20:18.857Z | Compiling block-padding v0.3.3 |
2141 | 2024-02-01T10:20:18.867Z | Compiling enum-as-inner v0.5.1 |
2142 | 2024-02-01T10:20:19.152Z | Compiling serde_repr v0.1.16 |
2143 | 2024-02-01T10:20:19.863Z | Compiling ff v0.13.0 |
2144 | 2024-02-01T10:20:20.207Z | Compiling scheduled-thread-pool v0.2.7 |
2145 | 2024-02-01T10:20:20.784Z | Compiling object v0.32.1 |
2146 | 2024-02-01T10:20:20.984Z | Compiling managed v0.8.0 |
2147 | 2024-02-01T10:20:21.800Z | Compiling base16ct v0.2.0 |
2148 | 2024-02-01T10:20:23.619Z | Compiling matches v0.1.10 |
2149 | 2024-02-01T10:20:23.696Z | Compiling regex-automata v0.1.10 |
2150 | 2024-02-01T10:20:23.703Z | Compiling deranged v0.3.8 |
2151 | 2024-02-01T10:20:24.063Z | Compiling rustc-demangle v0.1.23 |
2152 | 2024-02-01T10:20:25.467Z | Compiling bit-vec v0.6.3 |
2153 | 2024-02-01T10:20:26.072Z | Compiling funty v2.0.0 |
2154 | 2024-02-01T10:20:26.644Z | Compiling num_threads v0.1.6 |
2155 | 2024-02-01T10:20:26.765Z | Compiling packed_struct v0.10.1 |
2156 | 2024-02-01T10:20:26.967Z | Compiling pretty-hex v0.4.1 |
2157 | 2024-02-01T10:20:27.262Z | Compiling ipnet v2.9.0 |
2158 | 2024-02-01T10:20:27.354Z | Compiling num-bigint-dig v0.8.4 |
2159 | 2024-02-01T10:20:31.794Z | Compiling bitvec v1.0.1 |
2160 | 2024-02-01T10:20:35.102Z | Compiling dof v0.3.0 |
2161 | 2024-02-01T10:20:35.653Z | Compiling time v0.3.27 |
2162 | 2024-02-01T10:20:35.704Z | Compiling bstr v0.2.17 |
2163 | 2024-02-01T10:20:37.902Z | Compiling idna v0.2.3 |
2164 | 2024-02-01T10:20:39.011Z | Compiling sec1 v0.7.3 |
2165 | 2024-02-01T10:20:39.888Z | Compiling r2d2 v0.8.10 |
2166 | 2024-02-01T10:20:40.229Z | Compiling group v0.13.0 |
2167 | 2024-02-01T10:20:40.666Z | Compiling inout v0.1.3 |
2168 | 2024-02-01T10:20:41.181Z | Compiling phf v0.11.2 |
2169 | 2024-02-01T10:20:43.159Z | Compiling hyper-tls v0.5.0 |
2170 | 2024-02-01T10:20:43.216Z | Compiling regex v1.10.3 |
2171 | 2024-02-01T10:20:43.496Z | Compiling hyper-rustls v0.24.2 |
2172 | 2024-02-01T10:20:43.668Z | Compiling signal-hook-mio v0.2.3 |
2173 | 2024-02-01T10:20:43.888Z | Compiling flate2 v1.0.28 |
2174 | 2024-02-01T10:20:44.014Z | Compiling clap v4.4.3 |
2175 | 2024-02-01T10:20:44.180Z | Compiling ipnetwork v0.20.0 |
2176 | 2024-02-01T10:20:44.851Z | Compiling toml_edit v0.19.15 |
2177 | 2024-02-01T10:20:45.379Z | Compiling bzip2 v0.4.4 |
2178 | 2024-02-01T10:20:45.379Z | Compiling postgres-types v0.2.6 |
2179 | 2024-02-01T10:20:46.366Z | Compiling hubpack v0.1.2 |
2180 | 2024-02-01T10:20:46.463Z | Compiling serde_urlencoded v0.7.1 |
2181 | 2024-02-01T10:20:46.475Z | Compiling rustls-pemfile v1.0.3 |
2182 | 2024-02-01T10:20:46.963Z | Compiling phf_shared v0.10.0 |
2183 | 2024-02-01T10:20:47.016Z | Compiling hkdf v0.12.4 |
2184 | 2024-02-01T10:20:47.652Z | Compiling dtrace-parser v0.2.0 |
2185 | 2024-02-01T10:20:47.731Z | Compiling futures-executor v0.3.30 |
2186 | 2024-02-01T10:20:50.888Z | Compiling crypto-bigint v0.5.2 |
2187 | 2024-02-01T10:20:52.054Z | Compiling packed_struct_codegen v0.10.1 |
2188 | 2024-02-01T10:20:53.270Z | Compiling float-cmp v0.9.0 |
2189 | 2024-02-01T10:20:54.265Z | Compiling indexmap v1.9.3 |
2190 | 2024-02-01T10:20:54.362Z | Compiling encoding_rs v0.8.33 |
2191 | 2024-02-01T10:20:54.682Z | Compiling webpki-roots v0.25.2 |
2192 | 2024-02-01T10:20:54.896Z | Compiling predicates-core v1.0.6 |
2193 | 2024-02-01T10:20:55.335Z | Compiling minimal-lexical v0.2.1 |
2194 | 2024-02-01T10:20:56.119Z | Compiling either v1.9.0 |
2195 | 2024-02-01T10:20:56.298Z | Compiling data-encoding v2.4.0 |
2196 | 2024-02-01T10:20:56.519Z | Compiling precomputed-hash v0.1.1 |
2197 | 2024-02-01T10:20:56.664Z | Compiling unicode-width v0.1.11 |
2198 | 2024-02-01T10:20:56.676Z | Compiling whoami v1.4.1 |
2199 | 2024-02-01T10:20:56.893Z | Compiling nodrop v0.1.14 |
2200 | 2024-02-01T10:20:57.057Z | Compiling regex-automata v0.3.8 |
2201 | 2024-02-01T10:20:57.458Z | Compiling mime v0.3.17 |
2202 | 2024-02-01T10:20:58.268Z | Compiling unicode-segmentation v1.10.1 |
2203 | 2024-02-01T10:20:59.633Z | Compiling fixedbitset v0.4.2 |
2204 | 2024-02-01T10:21:00.468Z | Compiling difflib v0.4.0 |
2205 | 2024-02-01T10:21:00.482Z | Compiling new_debug_unreachable v1.0.4 |
2206 | 2024-02-01T10:21:00.599Z | Compiling crc-catalog v2.2.0 |
2207 | 2024-02-01T10:21:01.335Z | Compiling normalize-line-endings v0.3.0 |
2208 | 2024-02-01T10:21:01.515Z | Compiling static_assertions v1.1.0 |
2209 | 2024-02-01T10:21:01.648Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2210 | 2024-02-01T10:21:02.379Z | Compiling predicates v3.1.0 |
2211 | 2024-02-01T10:21:07.152Z | Compiling crc v3.0.1 |
2212 | 2024-02-01T10:21:08.277Z | Compiling string_cache v0.8.7 |
2213 | 2024-02-01T10:21:11.037Z | Compiling petgraph v0.6.4 |
2214 | 2024-02-01T10:21:11.143Z | Compiling bstr v1.6.0 |
2215 | 2024-02-01T10:21:13.457Z | Compiling similar v2.3.0 |
2216 | 2024-02-01T10:21:15.222Z | Compiling reqwest v0.11.22 |
2217 | 2024-02-01T10:21:16.763Z | Compiling trust-dns-proto v0.22.0 |
2218 | 2024-02-01T10:21:17.492Z | Compiling tokio-postgres v0.7.10 |
2219 | 2024-02-01T10:21:22.027Z | Compiling array-init v0.0.4 |
2220 | 2024-02-01T10:21:24.150Z | Compiling console v0.15.8 |
2221 | 2024-02-01T10:21:24.733Z | Compiling itertools v0.10.5 |
2222 | 2024-02-01T10:21:26.748Z | Compiling nom v7.1.3 |
2223 | 2024-02-01T10:21:28.369Z | Compiling elliptic-curve v0.13.8 |
2224 | 2024-02-01T10:21:32.856Z | Compiling toml v0.7.8 |
2225 | 2024-02-01T10:21:35.401Z | Compiling futures v0.3.30 |
2226 | 2024-02-01T10:21:36.715Z | Compiling smallvec v0.6.14 |
2227 | 2024-02-01T10:21:36.999Z | Compiling zip v0.6.6 |
2228 | 2024-02-01T10:21:37.315Z | Compiling diesel v2.1.4 |
2229 | 2024-02-01T10:21:37.397Z | Compiling yasna v0.5.2 |
2230 | 2024-02-01T10:21:38.018Z | Compiling crossterm v0.27.0 |
2231 | 2024-02-01T10:21:39.046Z | Compiling cipher v0.4.4 |
2232 | 2024-02-01T10:21:43.560Z | Compiling bit-set v0.5.3 |
2233 | 2024-02-01T10:21:43.773Z | Compiling usdt v0.3.5 |
2234 | 2024-02-01T10:21:43.974Z | Compiling is-terminal v0.4.9 |
2235 | 2024-02-01T10:21:44.151Z | Compiling toml_edit v0.21.0 |
2236 | 2024-02-01T10:21:50.763Z | Compiling pkcs1 v0.7.5 |
2237 | 2024-02-01T10:21:55.705Z | Compiling tokio-stream v0.1.14 |
2238 | 2024-02-01T10:21:55.865Z | Compiling openapiv3 v2.0.0 |
2239 | 2024-02-01T10:21:56.932Z | Compiling hex v0.4.3 |
2240 | 2024-02-01T10:21:58.211Z | Compiling hashbrown v0.13.2 |
2241 | 2024-02-01T10:22:00.417Z | Compiling signature v2.1.0 |
2242 | 2024-02-01T10:22:01.316Z | Compiling bitfield v0.14.0 |
2243 | 2024-02-01T10:22:07.551Z | Compiling hashbrown v0.12.3 |
2244 | 2024-02-01T10:22:07.923Z | Compiling termcolor v1.2.0 |
2245 | 2024-02-01T10:22:09.371Z | Compiling lalrpop-util v0.19.12 |
2246 | 2024-02-01T10:22:15.263Z | Compiling env_logger v0.10.0 |
2247 | 2024-02-01T10:22:21.895Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2248 | 2024-02-01T10:22:27.830Z | Compiling rsa v0.9.2 |
2249 | 2024-02-01T10:22:37.286Z | Compiling serde-hex v0.1.0 |
2250 | 2024-02-01T10:22:40.647Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2251 | 2024-02-01T10:22:44.653Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2252 | 2024-02-01T10:22:46.730Z | Compiling ron v0.8.1 |
2253 | 2024-02-01T10:22:48.431Z | Compiling x509-cert v0.2.4 |
2254 | 2024-02-01T10:22:55.463Z | Compiling crc-any v2.4.3 |
2255 | 2024-02-01T10:23:27.866Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2256 | 2024-02-01T10:23:33.519Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2257 | 2024-02-01T10:23:40.601Z | Compiling object v0.30.4 |
2258 | 2024-02-01T10:23:58.914Z | Compiling path-slash v0.1.5 |
2259 | 2024-02-01T10:23:59.224Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2260 | 2024-02-01T10:24:35.951Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2261 | 2024-02-01T10:24:37.072Z | Finished release [optimized] target(s) in 6m 17s |
2262 | 2024-02-01T10:24:37.158Z | |
2263 | 2024-02-01T10:24:37.162Z | real 6:18.112182859 |
2264 | 2024-02-01T10:24:37.163Z | user 43:37.750912651 |
2265 | 2024-02-01T10:24:37.163Z | sys 3:42.066300050 |
2266 | 2024-02-01T10:24:37.163Z | trap 1.705413471 |
2267 | 2024-02-01T10:24:37.163Z | tflt 1.187514481 |
2268 | 2024-02-01T10:24:37.163Z | dflt 0.410564969 |
2269 | 2024-02-01T10:24:37.163Z | kflt 0.013179325 |
2270 | 2024-02-01T10:24:37.163Z | lock 1:40:57.236016433 |
2271 | 2024-02-01T10:24:37.163Z | slp 2:06:33.851200027 |
2272 | 2024-02-01T10:24:37.163Z | lat 1:52.686636125 |
2273 | 2024-02-01T10:24:37.163Z | stop 1:21.295914684 |
2274 | 2024-02-01T10:24:37.163Z | + ptime -m gzip |
2275 | 2024-02-01T10:24:37.816Z | |
2276 | 2024-02-01T10:24:37.816Z | real 0.648580727 |
2277 | 2024-02-01T10:24:37.816Z | user 0.641369499 |
2278 | 2024-02-01T10:24:37.817Z | sys 0.006642753 |
2279 | 2024-02-01T10:24:37.822Z | trap 0.000073492 |
2280 | 2024-02-01T10:24:37.822Z | tflt 0.000000000 |
2281 | 2024-02-01T10:24:37.822Z | dflt 0.000000000 |
2282 | 2024-02-01T10:24:37.822Z | kflt 0.000000000 |
2283 | 2024-02-01T10:24:37.822Z | lock 0.000000000 |
2284 | 2024-02-01T10:24:37.822Z | slp 0.000000000 |
2285 | 2024-02-01T10:24:37.822Z | lat 0.000169566 |
2286 | 2024-02-01T10:24:37.822Z | stop 0.000222510 |
2287 | 2024-02-01T10:24:37.822Z | + banner tufaceous |
2288 | 2024-02-01T10:24:37.822Z | |
2289 | 2024-02-01T10:24:37.823Z | ##### # # ###### ## #### ###### #### # # #### |
2290 | 2024-02-01T10:24:37.823Z | # # # # # # # # # # # # # # |
2291 | 2024-02-01T10:24:37.823Z | # # # ##### # # # ##### # # # # #### |
2292 | 2024-02-01T10:24:37.823Z | # # # # ###### # # # # # # # |
2293 | 2024-02-01T10:24:37.823Z | # # # # # # # # # # # # # # # |
2294 | 2024-02-01T10:24:37.823Z | # #### # # # #### ###### #### #### #### |
2295 | 2024-02-01T10:24:37.823Z | |
2296 | 2024-02-01T10:24:37.823Z | + ptime -m cargo build --locked -p tufaceous --release |
2297 | 2024-02-01T10:24:38.516Z | Downloading crates ... |
2298 | 2024-02-01T10:24:38.839Z | Downloaded globset v0.4.13 |
2299 | 2024-02-01T10:24:38.842Z | Downloaded doc-comment v0.3.3 |
2300 | 2024-02-01T10:24:38.846Z | Downloaded humantime v2.1.0 |
2301 | 2024-02-01T10:24:38.848Z | Downloaded pin-project v1.1.3 |
2302 | 2024-02-01T10:24:38.868Z | Downloaded pin-project-internal v1.1.3 |
2303 | 2024-02-01T10:24:38.871Z | Downloaded snafu-derive v0.7.5 |
2304 | 2024-02-01T10:24:38.874Z | Downloaded async-recursion v1.0.5 |
2305 | 2024-02-01T10:24:38.877Z | Downloaded snafu v0.7.5 |
2306 | 2024-02-01T10:24:38.889Z | Downloaded tough v0.16.0 |
2307 | 2024-02-01T10:24:38.905Z | Downloaded typed-path v0.7.0 |
2308 | 2024-02-01T10:24:38.915Z | Downloaded olpc-cjson v0.1.3 |
2309 | 2024-02-01T10:24:38.918Z | Downloaded serde_plain v1.0.2 |
2310 | 2024-02-01T10:24:38.923Z | Downloaded fs-err v2.11.0 |
2311 | 2024-02-01T10:24:38.923Z | Downloaded parse-size v1.0.0 |
2312 | 2024-02-01T10:24:38.923Z | Downloaded buf-list v1.0.3 |
2313 | 2024-02-01T10:24:39.084Z | Compiling serde_tokenstream v0.2.0 |
2314 | 2024-02-01T10:24:39.106Z | Compiling regress v0.7.1 |
2315 | 2024-02-01T10:24:39.119Z | Compiling dirs-sys-next v0.1.2 |
2316 | 2024-02-01T10:24:39.122Z | Compiling ident_case v1.0.1 |
2317 | 2024-02-01T10:24:39.122Z | Compiling rustls-pki-types v1.1.0 |
2318 | 2024-02-01T10:24:39.153Z | Compiling thread_local v1.1.7 |
2319 | 2024-02-01T10:24:39.159Z | Compiling rustls v0.22.2 |
2320 | 2024-02-01T10:24:39.350Z | Compiling dirs-next v2.0.0 |
2321 | 2024-02-01T10:24:39.541Z | Compiling darling_core v0.20.3 |
2322 | 2024-02-01T10:24:39.699Z | Compiling heck v0.4.1 |
2323 | 2024-02-01T10:24:39.827Z | Compiling slog-async v2.8.0 |
2324 | 2024-02-01T10:24:40.374Z | Compiling rustls-webpki v0.102.1 |
2325 | 2024-02-01T10:24:40.593Z | Compiling term v0.7.0 |
2326 | 2024-02-01T10:24:40.897Z | Compiling crossbeam-channel v0.5.8 |
2327 | 2024-02-01T10:24:41.248Z | Compiling getopts v0.2.21 |
2328 | 2024-02-01T10:24:41.740Z | Compiling structmeta-derive v0.2.0 |
2329 | 2024-02-01T10:24:42.659Z | Compiling atty v0.2.14 |
2330 | 2024-02-01T10:24:42.856Z | Compiling multer v3.0.0 |
2331 | 2024-02-01T10:24:43.400Z | Compiling unsafe-libyaml v0.2.10 |
2332 | 2024-02-01T10:24:43.650Z | Compiling take_mut v0.2.2 |
2333 | 2024-02-01T10:24:43.861Z | Compiling doc-comment v0.3.3 |
2334 | 2024-02-01T10:24:44.585Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2335 | 2024-02-01T10:24:46.170Z | Compiling match_cfg v0.1.0 |
2336 | 2024-02-01T10:24:46.295Z | Compiling paste v1.0.14 |
2337 | 2024-02-01T10:24:47.034Z | Compiling hostname v0.3.1 |
2338 | 2024-02-01T10:24:47.034Z | Compiling structmeta v0.2.0 |
2339 | 2024-02-01T10:24:47.414Z | Compiling serde_yaml v0.9.25 |
2340 | 2024-02-01T10:24:48.419Z | Compiling darling_macro v0.20.3 |
2341 | 2024-02-01T10:24:48.551Z | Compiling slog-term v2.9.0 |
2342 | 2024-02-01T10:24:49.856Z | Compiling darling v0.20.3 |
2343 | 2024-02-01T10:24:53.198Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2344 | 2024-02-01T10:24:53.222Z | Compiling slog-json v2.6.1 |
2345 | 2024-02-01T10:24:53.485Z | Compiling http v1.0.0 |
2346 | 2024-02-01T10:24:53.647Z | Compiling async-stream-impl v0.3.5 |
2347 | 2024-02-01T10:24:53.658Z | Compiling pin-project-internal v1.1.3 |
2348 | 2024-02-01T10:24:54.004Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2349 | 2024-02-01T10:24:54.438Z | Compiling atomic-waker v1.1.1 |
2350 | 2024-02-01T10:24:54.699Z | Compiling fastrand v2.0.0 |
2351 | 2024-02-01T10:24:58.798Z | Compiling regex-syntax v0.7.5 |
2352 | 2024-02-01T10:24:58.867Z | Compiling tokio-rustls v0.25.0 |
2353 | 2024-02-01T10:24:58.867Z | Compiling async-stream v0.3.5 |
2354 | 2024-02-01T10:24:58.867Z | Compiling tempfile v3.9.0 |
2355 | 2024-02-01T10:24:58.867Z | Compiling pin-project v1.1.3 |
2356 | 2024-02-01T10:24:58.867Z | Compiling waitgroup v0.1.2 |
2357 | 2024-02-01T10:24:58.867Z | Compiling slog-bunyan v2.5.0 |
2358 | 2024-02-01T10:24:59.225Z | Compiling serde_with_macros v3.5.1 |
2359 | 2024-02-01T10:25:01.832Z | Compiling toml v0.8.8 |
2360 | 2024-02-01T10:25:01.997Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2361 | 2024-02-01T10:25:02.770Z | Compiling rustls-pemfile v2.0.0 |
2362 | 2024-02-01T10:25:03.745Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2363 | 2024-02-01T10:25:03.879Z | Compiling sha1 v0.10.6 |
2364 | 2024-02-01T10:25:04.090Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2365 | 2024-02-01T10:25:05.200Z | Compiling snafu-derive v0.7.5 |
2366 | 2024-02-01T10:25:05.391Z | Compiling serde_path_to_error v0.1.15 |
2367 | 2024-02-01T10:25:05.739Z | Compiling parse-display-derive v0.8.2 |
2368 | 2024-02-01T10:25:06.205Z | Compiling instant v0.1.12 |
2369 | 2024-02-01T10:25:06.470Z | Compiling fs-err v2.11.0 |
2370 | 2024-02-01T10:25:06.890Z | Compiling arc-swap v1.6.0 |
2371 | 2024-02-01T10:25:07.069Z | Compiling debug-ignore v1.0.5 |
2372 | 2024-02-01T10:25:07.272Z | Compiling same-file v1.0.6 |
2373 | 2024-02-01T10:25:07.728Z | Compiling buf-list v1.0.3 |
2374 | 2024-02-01T10:25:08.075Z | Compiling slog-scope v4.4.0 |
2375 | 2024-02-01T10:25:08.590Z | Compiling walkdir v2.4.0 |
2376 | 2024-02-01T10:25:11.038Z | Compiling backoff v0.4.0 |
2377 | 2024-02-01T10:25:11.252Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2378 | 2024-02-01T10:25:11.481Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2379 | 2024-02-01T10:25:11.646Z | Compiling serde_with v3.5.1 |
2380 | 2024-02-01T10:25:11.999Z | Compiling parse-display v0.8.2 |
2381 | 2024-02-01T10:25:12.298Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2382 | 2024-02-01T10:25:13.280Z | Compiling snafu v0.7.5 |
2383 | 2024-02-01T10:25:13.332Z | Compiling globset v0.4.13 |
2384 | 2024-02-01T10:25:15.706Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2385 | 2024-02-01T10:25:15.943Z | Compiling strum v0.25.0 |
2386 | 2024-02-01T10:25:16.197Z | Compiling pem v3.0.2 |
2387 | 2024-02-01T10:25:18.857Z | Compiling olpc-cjson v0.1.3 |
2388 | 2024-02-01T10:25:19.482Z | Compiling macaddr v1.0.1 |
2389 | 2024-02-01T10:25:19.767Z | Compiling serde_plain v1.0.2 |
2390 | 2024-02-01T10:25:20.584Z | Compiling async-recursion v1.0.5 |
2391 | 2024-02-01T10:25:20.643Z | Compiling filetime v0.2.23 |
2392 | 2024-02-01T10:25:21.152Z | Compiling xattr v1.0.1 |
2393 | 2024-02-01T10:25:21.599Z | Compiling typed-path v0.7.0 |
2394 | 2024-02-01T10:25:22.067Z | Compiling tar v0.4.40 |
2395 | 2024-02-01T10:25:22.368Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2396 | 2024-02-01T10:25:28.126Z | Compiling tough v0.16.0 |
2397 | 2024-02-01T10:25:33.498Z | Compiling slog-stdlog v4.1.1 |
2398 | 2024-02-01T10:25:34.839Z | Compiling camino-tempfile v1.1.1 |
2399 | 2024-02-01T10:25:34.999Z | Compiling itertools v0.12.0 |
2400 | 2024-02-01T10:25:35.955Z | Compiling parse-size v1.0.0 |
2401 | 2024-02-01T10:25:36.507Z | Compiling slog-envlogger v2.2.0 |
2402 | 2024-02-01T10:25:40.995Z | Compiling humantime v2.1.0 |
2403 | 2024-02-01T10:25:47.304Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2404 | 2024-02-01T10:25:47.602Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2405 | 2024-02-01T10:26:03.120Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2406 | 2024-02-01T10:26:05.735Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2407 | 2024-02-01T10:26:37.194Z | Finished release [optimized] target(s) in 1m 59s |
2408 | 2024-02-01T10:26:37.286Z | |
2409 | 2024-02-01T10:26:37.286Z | real 1:59.445312914 |
2410 | 2024-02-01T10:26:37.287Z | user 13:30.734137081 |
2411 | 2024-02-01T10:26:37.287Z | sys 48.730041268 |
2412 | 2024-02-01T10:26:37.287Z | trap 0.498138008 |
2413 | 2024-02-01T10:26:37.290Z | tflt 0.359198017 |
2414 | 2024-02-01T10:26:37.291Z | dflt 0.626942128 |
2415 | 2024-02-01T10:26:37.291Z | kflt 0.000138652 |
2416 | 2024-02-01T10:26:37.291Z | lock 28:19.733504719 |
2417 | 2024-02-01T10:26:37.291Z | slp 30:02.863413281 |
2418 | 2024-02-01T10:26:37.291Z | lat 24.473597396 |
2419 | 2024-02-01T10:26:37.291Z | stop 13.367701302 |
2420 | 2024-02-01T10:26:37.291Z | + ptime -m gzip |
2421 | 2024-02-01T10:26:39.740Z | |
2422 | 2024-02-01T10:26:39.743Z | real 2.450688632 |
2423 | 2024-02-01T10:26:39.743Z | user 2.420753487 |
2424 | 2024-02-01T10:26:39.743Z | sys 0.029085485 |
2425 | 2024-02-01T10:26:39.743Z | trap 0.000255845 |
2426 | 2024-02-01T10:26:39.743Z | tflt 0.000000000 |
2427 | 2024-02-01T10:26:39.743Z | dflt 0.000000000 |
2428 | 2024-02-01T10:26:39.744Z | kflt 0.000000000 |
2429 | 2024-02-01T10:26:39.744Z | lock 0.000000000 |
2430 | 2024-02-01T10:26:39.744Z | slp 0.000000000 |
2431 | 2024-02-01T10:26:39.744Z | lat 0.000224502 |
2432 | 2024-02-01T10:26:39.744Z | stop 0.000247588 |
2433 | 2024-02-01T10:26:39.744Z | process exited: duration 1231916 ms, exit code 0 |
|
2434 | 2024-02-01T10:26:39.765Z | found 5 output files |
2435 | 2024-02-01T10:26:39.765Z | uploading: /work/end-to-end-tests/bootstrap-0a38340653bb1ddd.gz (10759029 bytes) |
2436 | 2024-02-01T10:26:44.921Z | uploaded: /work/end-to-end-tests/bootstrap-0a38340653bb1ddd.gz |
2437 | 2024-02-01T10:26:44.921Z | uploading: /work/end-to-end-tests/bootstrap.gz (108759478 bytes) |
2438 | 2024-02-01T10:27:19.508Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2439 | 2024-02-01T10:27:19.508Z | uploading: /work/end-to-end-tests/end_to_end_tests-de9ea704e29346a6.gz (111934373 bytes) |
2440 | 2024-02-01T10:27:54.857Z | uploaded: /work/end-to-end-tests/end_to_end_tests-de9ea704e29346a6.gz |
2441 | 2024-02-01T10:27:54.857Z | uploading: /work/caboose-util.gz (4048201 bytes) |
2442 | 2024-02-01T10:27:57.179Z | uploaded: /work/caboose-util.gz |
2443 | 2024-02-01T10:27:57.179Z | uploading: /work/tufaceous.gz (15644029 bytes) |
2444 | 2024-02-01T10:28:03.062Z | uploaded: /work/tufaceous.gz |