|
|
|
1 | 2024-01-30T04:12:30.863Z | job assigned to worker 01HNC90QAEDQ9PJDE9B7SJKWQP (queued for 3 m 35 s) |
|
2 | 2024-01-30T04:12:31.012Z | starting task 0: "setup" |
3 | 2024-01-30T04:12:31.039Z | ++ uname -s |
4 | 2024-01-30T04:12:31.044Z | + kern=SunOS |
5 | 2024-01-30T04:12:31.044Z | + case "$kern" in |
6 | 2024-01-30T04:12:31.044Z | + groupadd -g 12345 build |
7 | 2024-01-30T04:12:31.044Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-30T04:12:33.105Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-30T04:12:33.220Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-30T04:12:33.233Z | + home_fs=zfs |
11 | 2024-01-30T04:12:33.233Z | + [[ zfs == autofs ]] |
12 | 2024-01-30T04:12:33.234Z | + mkdir -p /home/build |
13 | 2024-01-30T04:12:33.235Z | + chown build:build /home/build /work |
14 | 2024-01-30T04:12:34.223Z | + chmod 0700 /home/build /work |
15 | 2024-01-30T04:12:34.227Z | process exited: duration 3229 ms, exit code 0 |
|
16 | 2024-01-30T04:12:34.236Z | starting task 1: "rust-toolchain" |
17 | 2024-01-30T04:12:34.244Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-30T04:12:34.248Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-30T04:12:34.420Z | info: downloading installer |
20 | 2024-01-30T04:12:36.592Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-30T04:12:36.592Z | warning: /opt/ooce/bin |
22 | 2024-01-30T04:12:36.592Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-30T04:12:36.592Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-30T04:12:36.592Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-30T04:12:36.592Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-30T04:12:36.592Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-30T04:12:36.592Z | error: cannot install while Rust is installed |
28 | 2024-01-30T04:12:36.593Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-30T04:12:36.762Z | info: profile set to 'default' |
30 | 2024-01-30T04:12:36.763Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-30T04:12:36.796Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-30T04:12:36.947Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-30T04:12:36.947Z | info: downloading component 'cargo' |
34 | 2024-01-30T04:12:38.132Z | info: downloading component 'clippy' |
35 | 2024-01-30T04:12:38.144Z | info: downloading component 'rust-docs' |
36 | 2024-01-30T04:12:38.970Z | info: downloading component 'rust-std' |
37 | 2024-01-30T04:12:40.770Z | info: downloading component 'rustc' |
38 | 2024-01-30T04:12:45.107Z | info: downloading component 'rustfmt' |
39 | 2024-01-30T04:12:45.349Z | info: installing component 'cargo' |
40 | 2024-01-30T04:12:47.148Z | info: installing component 'clippy' |
41 | 2024-01-30T04:12:47.952Z | info: installing component 'rust-docs' |
42 | 2024-01-30T04:12:50.679Z | info: installing component 'rust-std' |
43 | 2024-01-30T04:12:54.390Z | info: installing component 'rustc' |
44 | 2024-01-30T04:13:02.504Z | info: installing component 'rustfmt' |
45 | 2024-01-30T04:13:03.127Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-30T04:13:03.127Z | |
47 | 2024-01-30T04:13:03.261Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-30T04:13:03.261Z | |
49 | 2024-01-30T04:13:03.269Z | |
50 | 2024-01-30T04:13:03.269Z | Rust is installed now. Great! |
51 | 2024-01-30T04:13:03.269Z | |
52 | 2024-01-30T04:13:03.269Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-30T04:13:03.269Z | environment variable. This has not been done automatically. |
54 | 2024-01-30T04:13:03.270Z | |
55 | 2024-01-30T04:13:03.270Z | To configure your current shell, run: |
56 | 2024-01-30T04:13:03.270Z | source "$HOME/.cargo/env" |
57 | 2024-01-30T04:13:03.346Z | + rustc --version |
58 | 2024-01-30T04:13:03.459Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-30T04:13:03.472Z | process exited: duration 29223 ms, exit code 0 |
|
60 | 2024-01-30T04:13:03.491Z | starting task 2: "authentication" |
61 | 2024-01-30T04:13:03.526Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2024-01-30T04:13:03.545Z | starting task 3: "clone repository" |
63 | 2024-01-30T04:13:03.552Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-30T04:13:03.552Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-30T04:13:03.910Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-30T04:13:10.179Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-30T04:13:10.179Z | + git fetch origin 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
68 | 2024-01-30T04:13:10.630Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-30T04:13:10.630Z | * branch 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 -> FETCH_HEAD |
70 | 2024-01-30T04:13:10.636Z | + [[ -n renovate/snafu-0.x ]] |
71 | 2024-01-30T04:13:10.646Z | ++ git branch --show-current |
72 | 2024-01-30T04:13:10.646Z | + current=main |
73 | 2024-01-30T04:13:10.647Z | + [[ main != renovate/snafu-0.x ]] |
74 | 2024-01-30T04:13:10.647Z | + git branch -f renovate/snafu-0.x 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
75 | 2024-01-30T04:13:10.655Z | + git checkout -f renovate/snafu-0.x |
76 | 2024-01-30T04:13:10.665Z | Switched to branch 'renovate/snafu-0.x' |
77 | 2024-01-30T04:13:10.673Z | + git reset --hard 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
78 | 2024-01-30T04:13:10.690Z | HEAD is now at 5be18f982 Update Rust crate snafu to 0.8 |
79 | 2024-01-30T04:13:10.696Z | process exited: duration 7150 ms, exit code 0 |
|
80 | 2024-01-30T04:13:10.705Z | starting task 4: "build" |
81 | 2024-01-30T04:13:10.710Z | + cargo --version |
82 | 2024-01-30T04:13:11.124Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-30T04:13:11.127Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-30T04:13:11.128Z | info: downloading component 'cargo' |
85 | 2024-01-30T04:13:11.746Z | info: downloading component 'clippy' |
86 | 2024-01-30T04:13:12.426Z | info: downloading component 'rust-docs' |
87 | 2024-01-30T04:13:13.036Z | info: downloading component 'rust-std' |
88 | 2024-01-30T04:13:14.535Z | info: downloading component 'rustc' |
89 | 2024-01-30T04:13:19.036Z | info: downloading component 'rustfmt' |
90 | 2024-01-30T04:13:19.272Z | info: installing component 'cargo' |
91 | 2024-01-30T04:13:20.603Z | info: installing component 'clippy' |
92 | 2024-01-30T04:13:21.431Z | info: installing component 'rust-docs' |
93 | 2024-01-30T04:13:23.975Z | info: installing component 'rust-std' |
94 | 2024-01-30T04:13:26.399Z | info: installing component 'rustc' |
95 | 2024-01-30T04:13:32.649Z | info: installing component 'rustfmt' |
96 | 2024-01-30T04:13:33.204Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-30T04:13:33.211Z | + rustc --version |
98 | 2024-01-30T04:13:33.320Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-30T04:13:33.329Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-01-30T04:13:46.026Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-01-30T04:13:47.809Z | Startup: Caching catalogs ... Done |
102 | 2024-01-30T04:13:50.523Z | Planning: Solver setup ... Done (2.198s) |
103 | 2024-01-30T04:13:50.558Z | Planning: Running solver ... Done (0.058s) |
104 | 2024-01-30T04:13:50.591Z | Planning: Finding local manifests ... Done (0.003s) |
105 | 2024-01-30T04:13:50.634Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-01-30T04:13:50.905Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-01-30T04:13:50.983Z | Planning: Package planning ... Done (0.080s) |
108 | 2024-01-30T04:13:51.088Z | Planning: Merging actions ... Done (0.084s) |
109 | 2024-01-30T04:13:51.908Z | Planning: Checking for conflicting actions ... Done (0.844s) |
110 | 2024-01-30T04:13:51.924Z | Planning: Consolidating action changes ... Done (0.017s) |
111 | 2024-01-30T04:13:57.282Z | Planning: Evaluating mediators ... Done (5.353s) |
112 | 2024-01-30T04:13:57.295Z | Planning: Planning completed in 9.42 seconds |
113 | 2024-01-30T04:13:59.819Z | Packages to install: 4 |
114 | 2024-01-30T04:13:59.820Z | Mediators to change: 2 |
115 | 2024-01-30T04:13:59.820Z | Services to change: 1 |
116 | 2024-01-30T04:13:59.833Z | Estimated space available: 148.87 GB |
117 | 2024-01-30T04:13:59.833Z | Estimated space to be consumed: 1.40 GB |
118 | 2024-01-30T04:13:59.834Z | Create boot environment: No |
119 | 2024-01-30T04:13:59.834Z | Create backup boot environment: No |
120 | 2024-01-30T04:13:59.834Z | Rebuild boot archive: No |
121 | 2024-01-30T04:13:59.834Z | |
122 | 2024-01-30T04:13:59.834Z | Changed mediators: |
123 | 2024-01-30T04:13:59.834Z | mediator clang: |
124 | 2024-01-30T04:13:59.835Z | version: None -> 15 (system default) |
125 | 2024-01-30T04:13:59.835Z | |
126 | 2024-01-30T04:13:59.836Z | mediator llvm: |
127 | 2024-01-30T04:13:59.836Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-01-30T04:13:59.836Z | |
129 | 2024-01-30T04:13:59.836Z | Changed packages: |
130 | 2024-01-30T04:13:59.836Z | helios-dev |
131 | 2024-01-30T04:13:59.836Z | developer/build-essential |
132 | 2024-01-30T04:13:59.836Z | None -> 11-2.0 |
133 | 2024-01-30T04:13:59.837Z | library/libxmlsec1 |
134 | 2024-01-30T04:13:59.837Z | None -> 1.2.35-2.0 |
135 | 2024-01-30T04:13:59.837Z | ooce/developer/clang-15 |
136 | 2024-01-30T04:13:59.837Z | None -> 15.0.7-2.0 |
137 | 2024-01-30T04:13:59.837Z | ooce/developer/llvm-15 |
138 | 2024-01-30T04:13:59.837Z | None -> 15.0.7-2.0 |
139 | 2024-01-30T04:13:59.837Z | |
140 | 2024-01-30T04:13:59.837Z | Services: |
141 | 2024-01-30T04:13:59.837Z | restart_fmri: |
142 | 2024-01-30T04:13:59.837Z | svc:/system/update-man-index:default |
143 | 2024-01-30T04:14:00.040Z | |
144 | 2024-01-30T04:14:00.040Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-01-30T04:14:05.050Z | Download: 1296/3290 items 99.1/212.6MB 46% complete (20.2M/s) |
146 | 2024-01-30T04:14:10.051Z | Download: 3042/3290 items 121.4/212.6MB 57% complete (12.3M/s) |
147 | 2024-01-30T04:14:13.461Z | Download: Completed 212.60 MB in 13.01 seconds (16.3M/s) |
148 | 2024-01-30T04:14:13.466Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-01-30T04:14:18.393Z | Actions: 2270/3689 actions (Installing new actions) |
150 | 2024-01-30T04:14:21.110Z | Actions: Completed 3689 actions in 7.72 seconds. |
151 | 2024-01-30T04:14:21.272Z | Done (0.137s) |
152 | 2024-01-30T04:14:21.272Z | Done (0.000s) |
153 | 2024-01-30T04:14:21.590Z | Done (0.333s) |
154 | 2024-01-30T04:14:29.159Z | Done (7.432s) |
155 | 2024-01-30T04:14:29.390Z | Done (0.127s) |
156 | 2024-01-30T04:14:29.393Z | Done (0.000s) |
157 | 2024-01-30T04:14:29.623Z | Done (0.000s) |
158 | 2024-01-30T04:14:30.372Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-01-30T04:14:30.657Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-01-30T04:14:30.664Z | Planning: Consolidating action changes ... Done |
161 | 2024-01-30T04:14:31.109Z | Planning: Evaluating mediators ... Done |
162 | 2024-01-30T04:14:31.117Z | Planning: Planning completed in 0.73 seconds |
163 | 2024-01-30T04:14:31.167Z | Mediators to change: 2 |
164 | 2024-01-30T04:14:31.167Z | Create boot environment: No |
165 | 2024-01-30T04:14:31.183Z | Create backup boot environment: No |
166 | 2024-01-30T04:14:31.267Z | Done |
167 | 2024-01-30T04:14:31.267Z | Done |
168 | 2024-01-30T04:14:31.461Z | Done |
169 | 2024-01-30T04:14:37.305Z | Done |
170 | 2024-01-30T04:14:37.439Z | Done |
171 | 2024-01-30T04:14:37.463Z | Done |
172 | 2024-01-30T04:14:37.535Z | Done |
173 | 2024-01-30T04:14:38.550Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-01-30T04:14:38.555Z | Planning: Merging actions ... Done |
175 | 2024-01-30T04:14:38.875Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-01-30T04:14:38.885Z | Planning: Consolidating action changes ... Done |
177 | 2024-01-30T04:14:39.311Z | Planning: Evaluating mediators ... Done |
178 | 2024-01-30T04:14:39.404Z | Planning: Planning completed in 1.30 seconds |
179 | 2024-01-30T04:14:39.462Z | Packages to change: 1 |
180 | 2024-01-30T04:14:39.462Z | Mediators to change: 1 |
181 | 2024-01-30T04:14:39.465Z | Services to change: 1 |
182 | 2024-01-30T04:14:39.465Z | Create boot environment: No |
183 | 2024-01-30T04:14:39.465Z | Create backup boot environment: Yes |
184 | 2024-01-30T04:14:41.353Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-01-30T04:14:41.358Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-01-30T04:14:41.358Z | Done |
187 | 2024-01-30T04:14:41.358Z | Done |
188 | 2024-01-30T04:14:41.426Z | Done |
189 | 2024-01-30T04:14:47.356Z | Done |
190 | 2024-01-30T04:14:47.478Z | Done |
191 | 2024-01-30T04:14:47.485Z | Done |
192 | 2024-01-30T04:14:47.590Z | Done |
193 | 2024-01-30T04:14:48.274Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-01-30T04:14:48.274Z | clang system 15 system |
195 | 2024-01-30T04:14:48.274Z | csh system system illumos |
196 | 2024-01-30T04:14:48.274Z | ctags system system illumos |
197 | 2024-01-30T04:14:48.274Z | gcc vendor 12 vendor |
198 | 2024-01-30T04:14:48.274Z | gcc system 10 system |
199 | 2024-01-30T04:14:48.274Z | gcc system 7 system |
200 | 2024-01-30T04:14:48.275Z | go system 1.20 system |
201 | 2024-01-30T04:14:48.275Z | go system 1.19 system |
202 | 2024-01-30T04:14:48.275Z | llvm system 15 system |
203 | 2024-01-30T04:14:48.276Z | llvm system 14 system |
204 | 2024-01-30T04:14:48.276Z | mariadb system 10.6 system |
205 | 2024-01-30T04:14:48.276Z | mta vendor vendor dma |
206 | 2024-01-30T04:14:48.276Z | openjdk system 17 system |
207 | 2024-01-30T04:14:48.276Z | openjdk system 11 system |
208 | 2024-01-30T04:14:48.277Z | openjdk system 1.8 system |
209 | 2024-01-30T04:14:48.277Z | openssl vendor 3 vendor |
210 | 2024-01-30T04:14:48.277Z | perl system 5.36 system |
211 | 2024-01-30T04:14:48.277Z | postgresql system 15 system |
212 | 2024-01-30T04:14:48.277Z | postgresql system 13 system |
213 | 2024-01-30T04:14:48.277Z | python vendor 3 vendor |
214 | 2024-01-30T04:14:48.278Z | python system 2 system |
215 | 2024-01-30T04:14:48.278Z | python3 system 3.11 system |
216 | 2024-01-30T04:14:48.278Z | ruby system 3.0 system |
217 | 2024-01-30T04:14:48.278Z | words vendor vendor american-english |
218 | 2024-01-30T04:14:48.278Z | words system system australian-english |
219 | 2024-01-30T04:14:48.278Z | words system system british-english |
220 | 2024-01-30T04:14:48.278Z | words system system canadian-english |
221 | 2024-01-30T04:14:48.278Z | words system system french |
222 | 2024-01-30T04:14:48.278Z | words system system italian |
223 | 2024-01-30T04:14:48.280Z | words system system ngerman |
224 | 2024-01-30T04:14:48.280Z | words system system ogerman |
225 | 2024-01-30T04:14:48.280Z | words system system spanish |
226 | 2024-01-30T04:14:48.786Z | FMRI IFO |
227 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-01-30T04:14:48.786Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-01-30T04:14:48.859Z | + set -o errexit |
236 | 2024-01-30T04:14:48.870Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-01-30T04:14:48.870Z | ++ cd ./tools |
238 | 2024-01-30T04:14:48.870Z | ++ pwd |
239 | 2024-01-30T04:14:48.870Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-01-30T04:14:48.870Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-01-30T04:14:48.870Z | + ARG0=ci_download_cockroachdb |
242 | 2024-01-30T04:14:48.870Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-01-30T04:14:48.870Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-01-30T04:14:48.870Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-01-30T04:14:48.870Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2024-01-30T04:14:48.871Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2024-01-30T04:14:48.871Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2024-01-30T04:14:48.871Z | + TARGET_DIR=out |
249 | 2024-01-30T04:14:48.871Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-01-30T04:14:48.871Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-01-30T04:14:48.871Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-01-30T04:14:48.871Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-01-30T04:14:48.881Z | + main |
254 | 2024-01-30T04:14:48.881Z | + [[ 0 != 0 ]] |
255 | 2024-01-30T04:14:48.881Z | + CIDL_OS=solaris2.11 |
256 | 2024-01-30T04:14:48.881Z | + [[ 0 != 0 ]] |
257 | 2024-01-30T04:14:48.881Z | + configure_os solaris2.11 |
258 | 2024-01-30T04:14:48.882Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-01-30T04:14:48.882Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-01-30T04:14:48.882Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2024-01-30T04:14:48.882Z | + case "$1" in |
262 | 2024-01-30T04:14:48.882Z | configuring based on OS: "solaris2.11" |
263 | 2024-01-30T04:14:48.883Z | + CIDL_BUILD=illumos |
264 | 2024-01-30T04:14:48.883Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-01-30T04:14:48.883Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2024-01-30T04:14:48.883Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2024-01-30T04:14:48.883Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-01-30T04:14:48.883Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-01-30T04:14:48.883Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-01-30T04:14:48.883Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-01-30T04:14:48.883Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-30T04:14:48.883Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-01-30T04:14:48.883Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-01-30T04:14:48.883Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-01-30T04:14:48.883Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-30T04:14:48.883Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-30T04:14:48.883Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-01-30T04:14:48.883Z | + mkdir -p out/downloads |
279 | 2024-01-30T04:14:48.883Z | + mkdir -p ./out/cockroachdb |
280 | 2024-01-30T04:14:48.884Z | + local DO_DOWNLOAD=true |
281 | 2024-01-30T04:14:48.884Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-01-30T04:14:48.884Z | + '[' true == true ']' |
283 | 2024-01-30T04:14:48.884Z | + echo Downloading... |
284 | 2024-01-30T04:14:48.884Z | Downloading... |
285 | 2024-01-30T04:14:48.884Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-01-30T04:14:48.884Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-30T04:14:51.220Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-01-30T04:14:51.222Z | ++ md5sum |
289 | 2024-01-30T04:14:51.223Z | ++ awk '{print $1}' |
290 | 2024-01-30T04:14:51.447Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2024-01-30T04:14:51.447Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
292 | 2024-01-30T04:14:51.447Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-01-30T04:14:51.453Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-01-30T04:14:54.872Z | + do_assemble_illumos |
295 | 2024-01-30T04:14:54.872Z | + rm -r ./out/cockroachdb |
296 | 2024-01-30T04:14:54.875Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-01-30T04:14:55.514Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-01-30T04:14:55.798Z | Build Tag: v22.1.9-dirty |
299 | 2024-01-30T04:14:55.798Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-01-30T04:14:55.798Z | Distribution: OSS |
301 | 2024-01-30T04:14:55.798Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-01-30T04:14:55.798Z | Go Version: go1.17.13 |
303 | 2024-01-30T04:14:55.798Z | C Compiler: gcc 10.3.0 |
304 | 2024-01-30T04:14:55.798Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-01-30T04:14:55.798Z | Build Type: release |
306 | 2024-01-30T04:14:55.822Z | + set -o errexit |
307 | 2024-01-30T04:14:55.825Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-01-30T04:14:55.828Z | ++ cd ./tools |
309 | 2024-01-30T04:14:55.828Z | ++ pwd |
310 | 2024-01-30T04:14:55.829Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-01-30T04:14:55.832Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-01-30T04:14:55.832Z | + ARG0=ci_download_clickhouse |
313 | 2024-01-30T04:14:55.832Z | + TARGET_DIR=out |
314 | 2024-01-30T04:14:55.832Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-01-30T04:14:55.832Z | + DEST_DIR=./out/clickhouse |
316 | 2024-01-30T04:14:55.832Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2024-01-30T04:14:55.832Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2024-01-30T04:14:55.832Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2024-01-30T04:14:55.832Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2024-01-30T04:14:55.833Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2024-01-30T04:14:55.833Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2024-01-30T04:14:55.833Z | + main |
323 | 2024-01-30T04:14:55.833Z | + [[ 0 != 0 ]] |
324 | 2024-01-30T04:14:55.833Z | + CIDL_OS=solaris2.11 |
325 | 2024-01-30T04:14:55.833Z | + [[ 0 != 0 ]] |
326 | 2024-01-30T04:14:55.833Z | + configure_os solaris2.11 |
327 | 2024-01-30T04:14:55.833Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2024-01-30T04:14:55.834Z | current directory: /work/oxidecomputer/omicron |
329 | 2024-01-30T04:14:55.834Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2024-01-30T04:14:55.834Z | configuring based on OS: "solaris2.11" |
331 | 2024-01-30T04:14:55.834Z | + CIDL_DASHREV= |
332 | 2024-01-30T04:14:55.834Z | + case "$1" in |
333 | 2024-01-30T04:14:55.834Z | + CIDL_PLATFORM=illumos |
334 | 2024-01-30T04:14:55.834Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2024-01-30T04:14:55.834Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2024-01-30T04:14:55.834Z | + CIDL_DASHREV=-1 |
337 | 2024-01-30T04:14:55.834Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2024-01-30T04:14:55.834Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-01-30T04:14:55.834Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-30T04:14:55.834Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-01-30T04:14:55.834Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-01-30T04:14:55.834Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-30T04:14:55.834Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-01-30T04:14:55.834Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-30T04:14:55.834Z | + mkdir -p out/downloads |
346 | 2024-01-30T04:14:55.837Z | + mkdir -p ./out/clickhouse |
347 | 2024-01-30T04:14:55.837Z | + local DO_DOWNLOAD=true |
348 | 2024-01-30T04:14:55.837Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2024-01-30T04:14:55.837Z | + '[' true == true ']' |
350 | 2024-01-30T04:14:55.837Z | + echo Downloading... |
351 | 2024-01-30T04:14:55.838Z | Downloading... |
352 | 2024-01-30T04:14:55.838Z | + 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 |
353 | 2024-01-30T04:14:55.840Z | + 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 |
354 | 2024-01-30T04:14:57.496Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-01-30T04:14:57.499Z | ++ md5sum |
356 | 2024-01-30T04:14:57.499Z | ++ awk '{print $1}' |
357 | 2024-01-30T04:14:57.760Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-30T04:14:57.760Z | + [[ 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 ]] |
359 | 2024-01-30T04:14:57.760Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2024-01-30T04:14:57.763Z | + mkdir -p ./out/clickhouse |
361 | 2024-01-30T04:14:57.763Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2024-01-30T04:15:02.606Z | + ./out/clickhouse/clickhouse server --version |
363 | 2024-01-30T04:15:02.660Z | ClickHouse server version 22.8.9.1. |
364 | 2024-01-30T04:15:02.683Z | + set -o errexit |
365 | 2024-01-30T04:15:02.687Z | +++ dirname ./tools/ci_download_console |
366 | 2024-01-30T04:15:02.694Z | ++ cd ./tools |
367 | 2024-01-30T04:15:02.695Z | ++ pwd |
368 | 2024-01-30T04:15:02.703Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2024-01-30T04:15:02.703Z | ++ basename ./tools/ci_download_console |
370 | 2024-01-30T04:15:02.710Z | + ARG0=ci_download_console |
371 | 2024-01-30T04:15:02.710Z | + TARGET_DIR=out |
372 | 2024-01-30T04:15:02.710Z | + DOWNLOAD_DIR=out/downloads |
373 | 2024-01-30T04:15:02.710Z | + DEST_DIR=./out/console-assets |
374 | 2024-01-30T04:15:02.710Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2024-01-30T04:15:02.710Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
376 | 2024-01-30T04:15:02.710Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
377 | 2024-01-30T04:15:02.710Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
378 | 2024-01-30T04:15:02.710Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2024-01-30T04:15:02.710Z | + main |
380 | 2024-01-30T04:15:02.710Z | + [[ 0 != 0 ]] |
381 | 2024-01-30T04:15:02.710Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
382 | 2024-01-30T04:15:02.710Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
383 | 2024-01-30T04:15:02.710Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2024-01-30T04:15:02.710Z | Local file: out/downloads/console.tar.gz |
385 | 2024-01-30T04:15:02.710Z | + local DO_DOWNLOAD=true |
386 | 2024-01-30T04:15:02.710Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2024-01-30T04:15:02.710Z | + mkdir -p out/downloads |
388 | 2024-01-30T04:15:02.710Z | + '[' true == true ']' |
389 | 2024-01-30T04:15:02.711Z | + echo Downloading... |
390 | 2024-01-30T04:15:02.711Z | Downloading... |
391 | 2024-01-30T04:15:02.711Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
392 | 2024-01-30T04:15:02.719Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
393 | 2024-01-30T04:15:03.321Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2024-01-30T04:15:03.329Z | ++ case "$OSTYPE" in |
395 | 2024-01-30T04:15:03.329Z | ++ SHA=sha256sum |
396 | 2024-01-30T04:15:03.330Z | ++ sha256sum |
397 | 2024-01-30T04:15:03.330Z | ++ awk '{print $1}' |
398 | 2024-01-30T04:15:03.386Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
399 | 2024-01-30T04:15:03.386Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
400 | 2024-01-30T04:15:03.389Z | + rm -rf ./out/console-assets |
401 | 2024-01-30T04:15:03.390Z | + mkdir -p ./out/console-assets |
402 | 2024-01-30T04:15:03.390Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2024-01-30T04:15:03.390Z | + mkdir -p ./out/console-assets |
404 | 2024-01-30T04:15:03.393Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2024-01-30T04:15:03.529Z | + set -o errexit |
406 | 2024-01-30T04:15:03.532Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2024-01-30T04:15:03.534Z | ++ cd ./tools |
408 | 2024-01-30T04:15:03.534Z | ++ pwd |
409 | 2024-01-30T04:15:03.538Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-01-30T04:15:03.538Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2024-01-30T04:15:03.538Z | + ARG0=ci_download_maghemite_openapi |
412 | 2024-01-30T04:15:03.538Z | + TARGET_DIR=out |
413 | 2024-01-30T04:15:03.538Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-01-30T04:15:03.538Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2024-01-30T04:15:03.538Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
416 | 2024-01-30T04:15:03.538Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
417 | 2024-01-30T04:15:03.539Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
418 | 2024-01-30T04:15:03.539Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
419 | 2024-01-30T04:15:03.539Z | + main |
420 | 2024-01-30T04:15:03.539Z | + [[ 0 != 0 ]] |
421 | 2024-01-30T04:15:03.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
422 | 2024-01-30T04:15:03.539Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
423 | 2024-01-30T04:15:03.539Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
424 | 2024-01-30T04:15:03.539Z | + local DO_DOWNLOAD=true |
425 | 2024-01-30T04:15:03.539Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
426 | 2024-01-30T04:15:03.539Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
427 | 2024-01-30T04:15:03.539Z | + mkdir -p out/downloads |
428 | 2024-01-30T04:15:03.543Z | + '[' true == true ']' |
429 | 2024-01-30T04:15:03.543Z | + echo Downloading... |
430 | 2024-01-30T04:15:03.543Z | Downloading... |
431 | 2024-01-30T04:15:03.543Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
432 | 2024-01-30T04:15:03.543Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
433 | 2024-01-30T04:15:03.787Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
434 | 2024-01-30T04:15:03.787Z | ++ case "$OSTYPE" in |
435 | 2024-01-30T04:15:03.790Z | ++ SHA=sha256sum |
436 | 2024-01-30T04:15:03.790Z | ++ sha256sum |
437 | 2024-01-30T04:15:03.790Z | ++ awk '{print $1}' |
438 | 2024-01-30T04:15:03.796Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
439 | 2024-01-30T04:15:03.796Z | + [[ 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 ]] |
440 | 2024-01-30T04:15:03.796Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2024-01-30T04:15:03.796Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
442 | 2024-01-30T04:15:03.796Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
443 | 2024-01-30T04:15:03.796Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
444 | 2024-01-30T04:15:03.796Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
445 | 2024-01-30T04:15:03.797Z | + main |
446 | 2024-01-30T04:15:03.798Z | + [[ 0 != 0 ]] |
447 | 2024-01-30T04:15:03.798Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
448 | 2024-01-30T04:15:03.798Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
449 | 2024-01-30T04:15:03.798Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
450 | 2024-01-30T04:15:03.798Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
451 | 2024-01-30T04:15:03.798Z | + local DO_DOWNLOAD=true |
452 | 2024-01-30T04:15:03.798Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
453 | 2024-01-30T04:15:03.798Z | + mkdir -p out/downloads |
454 | 2024-01-30T04:15:03.806Z | + '[' true == true ']' |
455 | 2024-01-30T04:15:03.806Z | + echo Downloading... |
456 | 2024-01-30T04:15:03.806Z | Downloading... |
457 | 2024-01-30T04:15:03.806Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
458 | 2024-01-30T04:15:03.806Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
459 | 2024-01-30T04:15:03.955Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
460 | 2024-01-30T04:15:03.958Z | ++ case "$OSTYPE" in |
461 | 2024-01-30T04:15:03.958Z | ++ SHA=sha256sum |
462 | 2024-01-30T04:15:03.958Z | ++ sha256sum |
463 | 2024-01-30T04:15:03.958Z | ++ awk '{print $1}' |
464 | 2024-01-30T04:15:03.962Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
465 | 2024-01-30T04:15:03.962Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
466 | 2024-01-30T04:15:03.975Z | + set -o errexit |
467 | 2024-01-30T04:15:03.980Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2024-01-30T04:15:03.980Z | ++ cd ./tools |
469 | 2024-01-30T04:15:03.980Z | ++ pwd |
470 | 2024-01-30T04:15:03.980Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2024-01-30T04:15:03.980Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2024-01-30T04:15:03.980Z | + ARG0=ci_download_dendrite_openapi |
473 | 2024-01-30T04:15:03.980Z | + TARGET_DIR=out |
474 | 2024-01-30T04:15:03.980Z | + DOWNLOAD_DIR=out/downloads |
475 | 2024-01-30T04:15:03.981Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2024-01-30T04:15:03.981Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
477 | 2024-01-30T04:15:03.981Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
478 | 2024-01-30T04:15:03.981Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
479 | 2024-01-30T04:15:03.981Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
480 | 2024-01-30T04:15:03.981Z | + main |
481 | 2024-01-30T04:15:03.981Z | + [[ 0 != 0 ]] |
482 | 2024-01-30T04:15:03.981Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
483 | 2024-01-30T04:15:03.981Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-01-30T04:15:03.981Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
485 | 2024-01-30T04:15:03.981Z | + local DO_DOWNLOAD=true |
486 | 2024-01-30T04:15:03.981Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
487 | 2024-01-30T04:15:03.981Z | + mkdir -p out/downloads |
488 | 2024-01-30T04:15:03.982Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
489 | 2024-01-30T04:15:03.987Z | + '[' true == true ']' |
490 | 2024-01-30T04:15:03.988Z | + echo Downloading... |
491 | 2024-01-30T04:15:03.988Z | Downloading... |
492 | 2024-01-30T04:15:03.988Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-01-30T04:15:03.988Z | + 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 |
494 | 2024-01-30T04:15:04.151Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
495 | 2024-01-30T04:15:04.151Z | ++ case "$OSTYPE" in |
496 | 2024-01-30T04:15:04.151Z | ++ SHA=sha256sum |
497 | 2024-01-30T04:15:04.157Z | ++ sha256sum |
498 | 2024-01-30T04:15:04.157Z | ++ awk '{print $1}' |
499 | 2024-01-30T04:15:04.167Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
500 | 2024-01-30T04:15:04.167Z | + [[ 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 ]] |
501 | 2024-01-30T04:15:04.172Z | + set -o errexit |
502 | 2024-01-30T04:15:04.178Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2024-01-30T04:15:04.178Z | ++ cd ./tools |
504 | 2024-01-30T04:15:04.178Z | ++ pwd |
505 | 2024-01-30T04:15:04.178Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-01-30T04:15:04.178Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2024-01-30T04:15:04.183Z | + ARG0=ci_download_dendrite_stub |
508 | 2024-01-30T04:15:04.183Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2024-01-30T04:15:04.183Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
510 | 2024-01-30T04:15:04.183Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
511 | 2024-01-30T04:15:04.183Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
512 | 2024-01-30T04:15:04.183Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-01-30T04:15:04.184Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
514 | 2024-01-30T04:15:04.184Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
515 | 2024-01-30T04:15:04.184Z | + TARGET_DIR=out |
516 | 2024-01-30T04:15:04.184Z | + DOWNLOAD_DIR=out/downloads |
517 | 2024-01-30T04:15:04.184Z | + DEST_DIR=./out/dendrite-stub |
518 | 2024-01-30T04:15:04.184Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2024-01-30T04:15:04.184Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2024-01-30T04:15:04.184Z | + REPO=oxidecomputer/dendrite |
521 | 2024-01-30T04:15:04.184Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
522 | 2024-01-30T04:15:04.184Z | + main |
523 | 2024-01-30T04:15:04.184Z | + [[ 0 != 0 ]] |
524 | 2024-01-30T04:15:04.184Z | + CIDL_OS=solaris2.11 |
525 | 2024-01-30T04:15:04.185Z | + [[ 0 != 0 ]] |
526 | 2024-01-30T04:15:04.185Z | + configure_os solaris2.11 |
527 | 2024-01-30T04:15:04.185Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2024-01-30T04:15:04.185Z | current directory: /work/oxidecomputer/omicron |
529 | 2024-01-30T04:15:04.185Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2024-01-30T04:15:04.185Z | configuring based on OS: "solaris2.11" |
531 | 2024-01-30T04:15:04.185Z | + case "$1" in |
532 | 2024-01-30T04:15:04.185Z | + SET_BINARIES= |
533 | 2024-01-30T04:15:04.185Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
534 | 2024-01-30T04:15:04.185Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2024-01-30T04:15:04.185Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2024-01-30T04:15:04.185Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
537 | 2024-01-30T04:15:04.185Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2024-01-30T04:15:04.185Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
539 | 2024-01-30T04:15:04.185Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
540 | 2024-01-30T04:15:04.185Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2024-01-30T04:15:04.185Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2024-01-30T04:15:04.185Z | + mkdir -p out/downloads |
543 | 2024-01-30T04:15:04.185Z | + mkdir -p ./out/dendrite-stub |
544 | 2024-01-30T04:15:04.194Z | + fetch_and_verify |
545 | 2024-01-30T04:15:04.194Z | + local DO_DOWNLOAD=true |
546 | 2024-01-30T04:15:04.194Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2024-01-30T04:15:04.194Z | + '[' true == true ']' |
548 | 2024-01-30T04:15:04.194Z | + echo Downloading... |
549 | 2024-01-30T04:15:04.194Z | Downloading... |
550 | 2024-01-30T04:15:04.194Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2024-01-30T04:15:04.194Z | + 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 |
552 | 2024-01-30T04:15:06.714Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2024-01-30T04:15:06.718Z | ++ sha256sum |
554 | 2024-01-30T04:15:06.718Z | ++ awk '{print $1}' |
555 | 2024-01-30T04:15:06.818Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
556 | 2024-01-30T04:15:06.818Z | + [[ 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 ]] |
557 | 2024-01-30T04:15:06.821Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2024-01-30T04:15:06.821Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2024-01-30T04:15:07.898Z | + do_assemble |
560 | 2024-01-30T04:15:07.898Z | + rm -r ./out/dendrite-stub |
561 | 2024-01-30T04:15:07.901Z | + mkdir ./out/dendrite-stub |
562 | 2024-01-30T04:15:07.904Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2024-01-30T04:15:08.066Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2024-01-30T04:15:08.079Z | + set -o errexit |
565 | 2024-01-30T04:15:08.082Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2024-01-30T04:15:08.085Z | ++ cd ./tools |
567 | 2024-01-30T04:15:08.085Z | ++ pwd |
568 | 2024-01-30T04:15:08.086Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2024-01-30T04:15:08.086Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2024-01-30T04:15:08.089Z | + ARG0=ci_download_maghemite_mgd |
571 | 2024-01-30T04:15:08.089Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2024-01-30T04:15:08.089Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
573 | 2024-01-30T04:15:08.089Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
574 | 2024-01-30T04:15:08.090Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2024-01-30T04:15:08.090Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
576 | 2024-01-30T04:15:08.090Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
577 | 2024-01-30T04:15:08.090Z | + TARGET_DIR=out |
578 | 2024-01-30T04:15:08.090Z | + DOWNLOAD_DIR=out/downloads |
579 | 2024-01-30T04:15:08.090Z | + DEST_DIR=./out/mgd |
580 | 2024-01-30T04:15:08.090Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2024-01-30T04:15:08.090Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-01-30T04:15:08.090Z | + REPO=oxidecomputer/maghemite |
583 | 2024-01-30T04:15:08.090Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
584 | 2024-01-30T04:15:08.090Z | + main |
585 | 2024-01-30T04:15:08.090Z | + [[ 0 != 0 ]] |
586 | 2024-01-30T04:15:08.091Z | + CIDL_OS=solaris2.11 |
587 | 2024-01-30T04:15:08.091Z | + [[ 0 != 0 ]] |
588 | 2024-01-30T04:15:08.091Z | + configure_os solaris2.11 |
589 | 2024-01-30T04:15:08.091Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-01-30T04:15:08.091Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-01-30T04:15:08.091Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-01-30T04:15:08.091Z | + case "$1" in |
593 | 2024-01-30T04:15:08.091Z | + SET_BINARIES= |
594 | 2024-01-30T04:15:08.091Z | configuring based on OS: "solaris2.11" |
595 | 2024-01-30T04:15:08.091Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2024-01-30T04:15:08.091Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2024-01-30T04:15:08.091Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
598 | 2024-01-30T04:15:08.091Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2024-01-30T04:15:08.091Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
600 | 2024-01-30T04:15:08.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
601 | 2024-01-30T04:15:08.091Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2024-01-30T04:15:08.091Z | Local file: out/downloads/mgd.tar.gz |
603 | 2024-01-30T04:15:08.091Z | + mkdir -p out/downloads |
604 | 2024-01-30T04:15:08.108Z | + mkdir -p ./out/mgd |
605 | 2024-01-30T04:15:08.108Z | + fetch_and_verify |
606 | 2024-01-30T04:15:08.109Z | + local DO_DOWNLOAD=true |
607 | 2024-01-30T04:15:08.109Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2024-01-30T04:15:08.109Z | + '[' true == true ']' |
609 | 2024-01-30T04:15:08.110Z | + echo Downloading... |
610 | 2024-01-30T04:15:08.110Z | Downloading... |
611 | 2024-01-30T04:15:08.110Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2024-01-30T04:15:08.110Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
613 | 2024-01-30T04:15:12.285Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2024-01-30T04:15:12.289Z | ++ sha256sum |
615 | 2024-01-30T04:15:12.289Z | ++ awk '{print $1}' |
616 | 2024-01-30T04:15:12.366Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
617 | 2024-01-30T04:15:12.366Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
618 | 2024-01-30T04:15:12.372Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2024-01-30T04:15:12.372Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2024-01-30T04:15:13.029Z | + do_assemble |
621 | 2024-01-30T04:15:13.029Z | + rm -r ./out/mgd |
622 | 2024-01-30T04:15:13.033Z | + mkdir ./out/mgd |
623 | 2024-01-30T04:15:13.033Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2024-01-30T04:15:13.246Z | + set -o errexit |
625 | 2024-01-30T04:15:13.252Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2024-01-30T04:15:13.252Z | ++ cd ./tools |
627 | 2024-01-30T04:15:13.252Z | ++ pwd |
628 | 2024-01-30T04:15:13.252Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2024-01-30T04:15:13.252Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2024-01-30T04:15:13.259Z | + ARG0=ci_download_transceiver_control |
631 | 2024-01-30T04:15:13.259Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2024-01-30T04:15:13.260Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2024-01-30T04:15:13.260Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-01-30T04:15:13.260Z | + TARGET_DIR=out |
635 | 2024-01-30T04:15:13.260Z | + DOWNLOAD_DIR=out/downloads |
636 | 2024-01-30T04:15:13.260Z | + DEST_DIR=./out/transceiver-control |
637 | 2024-01-30T04:15:13.260Z | + BIN_DIR=/opt/oxide/bin |
638 | 2024-01-30T04:15:13.260Z | + BINARY=xcvradm |
639 | 2024-01-30T04:15:13.260Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2024-01-30T04:15:13.260Z | + REPO=oxidecomputer/transceiver-control |
641 | 2024-01-30T04:15:13.260Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-01-30T04:15:13.260Z | + main |
643 | 2024-01-30T04:15:13.260Z | + [[ 0 != 0 ]] |
644 | 2024-01-30T04:15:13.260Z | + CIDL_OS=solaris2.11 |
645 | 2024-01-30T04:15:13.260Z | + [[ 0 != 0 ]] |
646 | 2024-01-30T04:15:13.260Z | + configure_os solaris2.11 |
647 | 2024-01-30T04:15:13.260Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2024-01-30T04:15:13.261Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-01-30T04:15:13.261Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2024-01-30T04:15:13.261Z | configuring based on OS: "solaris2.11" |
651 | 2024-01-30T04:15:13.261Z | + case "$1" in |
652 | 2024-01-30T04:15:13.261Z | + SET_BINARIES= |
653 | 2024-01-30T04:15:13.261Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-01-30T04:15:13.261Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2024-01-30T04:15:13.262Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2024-01-30T04:15:13.262Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2024-01-30T04:15:13.262Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2024-01-30T04:15:13.262Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2024-01-30T04:15:13.262Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-01-30T04:15:13.262Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2024-01-30T04:15:13.262Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-01-30T04:15:13.262Z | + mkdir -p out/downloads |
663 | 2024-01-30T04:15:13.262Z | + mkdir -p ./out/transceiver-control |
664 | 2024-01-30T04:15:13.284Z | + fetch_and_verify |
665 | 2024-01-30T04:15:13.284Z | + local DO_DOWNLOAD=true |
666 | 2024-01-30T04:15:13.284Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2024-01-30T04:15:13.284Z | + '[' true == true ']' |
668 | 2024-01-30T04:15:13.284Z | + echo Downloading... |
669 | 2024-01-30T04:15:13.284Z | Downloading... |
670 | 2024-01-30T04:15:13.284Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2024-01-30T04:15:13.284Z | + 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 |
672 | 2024-01-30T04:15:15.613Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2024-01-30T04:15:15.616Z | ++ sha256sum |
674 | 2024-01-30T04:15:15.616Z | ++ awk '{print $1}' |
675 | 2024-01-30T04:15:15.639Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-01-30T04:15:15.639Z | + [[ 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 ]] |
677 | 2024-01-30T04:15:15.642Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2024-01-30T04:15:15.642Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2024-01-30T04:15:15.642Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2024-01-30T04:15:15.823Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2024-01-30T04:15:15.827Z | + do_assemble |
682 | 2024-01-30T04:15:15.827Z | + rm -r ./out/transceiver-control |
683 | 2024-01-30T04:15:15.841Z | + mkdir ./out/transceiver-control |
684 | 2024-01-30T04:15:15.841Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2024-01-30T04:15:16.092Z | All prerequisites installed successfully |
686 | 2024-01-30T04:15:16.097Z | |
687 | 2024-01-30T04:15:16.097Z | real 1:42.678100401 |
688 | 2024-01-30T04:15:16.097Z | user 51.906890506 |
689 | 2024-01-30T04:15:16.097Z | sys 10.363856133 |
690 | 2024-01-30T04:15:16.097Z | trap 0.024819357 |
691 | 2024-01-30T04:15:16.097Z | tflt 0.284708612 |
692 | 2024-01-30T04:15:16.097Z | dflt 0.489080246 |
693 | 2024-01-30T04:15:16.097Z | kflt 0.204202878 |
694 | 2024-01-30T04:15:16.098Z | lock 2.513950486 |
695 | 2024-01-30T04:15:16.098Z | slp 2:58.704921860 |
696 | 2024-01-30T04:15:16.098Z | lat 3.421575816 |
697 | 2024-01-30T04:15:16.098Z | stop 0.070686614 |
698 | 2024-01-30T04:15:16.098Z | + banner end-to-end-tests |
699 | 2024-01-30T04:15:16.104Z | |
700 | 2024-01-30T04:15:16.104Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2024-01-30T04:15:16.104Z | # ## # # # # # # # ## # # # |
702 | 2024-01-30T04:15:16.104Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2024-01-30T04:15:16.104Z | # # # # # # # # # # # # # # # |
704 | 2024-01-30T04:15:16.104Z | # # ## # # # # # # # ## # # |
705 | 2024-01-30T04:15:16.104Z | ###### # # ##### # #### ###### # # ##### |
706 | 2024-01-30T04:15:16.104Z | |
707 | 2024-01-30T04:15:16.104Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2024-01-30T04:15:16.104Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-01-30T04:15:16.104Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2024-01-30T04:15:16.104Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-01-30T04:15:16.105Z | + export CARGO_INCREMENTAL=0 |
712 | 2024-01-30T04:15:16.105Z | + CARGO_INCREMENTAL=0 |
713 | 2024-01-30T04:15:16.105Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
714 | 2024-01-30T04:15:16.446Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2024-01-30T04:15:16.840Z | Updating crates.io index |
716 | 2024-01-30T04:15:16.915Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2024-01-30T04:15:17.802Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2024-01-30T04:15:20.103Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2024-01-30T04:15:20.681Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2024-01-30T04:15:20.995Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2024-01-30T04:15:21.257Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2024-01-30T04:15:21.522Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-01-30T04:15:22.537Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2024-01-30T04:15:25.066Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2024-01-30T04:15:26.113Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2024-01-30T04:15:26.460Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-01-30T04:15:27.089Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2024-01-30T04:15:27.415Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-01-30T04:15:27.680Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-01-30T04:15:27.957Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-01-30T04:15:28.357Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-01-30T04:15:28.699Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
733 | 2024-01-30T04:15:29.083Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2024-01-30T04:15:29.681Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2024-01-30T04:15:30.047Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2024-01-30T04:15:30.416Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2024-01-30T04:15:31.629Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2024-01-30T04:15:32.078Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2024-01-30T04:15:33.752Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2024-01-30T04:15:34.118Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2024-01-30T04:15:34.418Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2024-01-30T04:15:36.415Z | Downloading crates ... |
743 | 2024-01-30T04:15:36.625Z | Downloaded ciborium v0.2.2 |
744 | 2024-01-30T04:15:36.631Z | Downloaded adler v1.0.2 |
745 | 2024-01-30T04:15:36.668Z | Downloaded crucible-workspace-hack v0.1.0 |
746 | 2024-01-30T04:15:36.671Z | Downloaded colorchoice v1.0.0 |
747 | 2024-01-30T04:15:36.675Z | Downloaded managed v0.8.0 |
748 | 2024-01-30T04:15:36.678Z | Downloaded linear-map v1.2.0 |
749 | 2024-01-30T04:15:36.682Z | Downloaded openssl-probe v0.1.5 |
750 | 2024-01-30T04:15:36.685Z | Downloaded memoffset v0.9.0 |
751 | 2024-01-30T04:15:36.688Z | Downloaded libsw v3.3.1 |
752 | 2024-01-30T04:15:36.693Z | Downloaded memmap v0.7.0 |
753 | 2024-01-30T04:15:36.699Z | Downloaded once_cell v1.19.0 |
754 | 2024-01-30T04:15:36.703Z | Downloaded diesel_table_macro_syntax v0.1.0 |
755 | 2024-01-30T04:15:36.708Z | Downloaded num_enum v0.5.11 |
756 | 2024-01-30T04:15:36.720Z | Downloaded defmt v0.3.5 |
757 | 2024-01-30T04:15:36.732Z | Downloaded opaque-debug v0.3.0 |
758 | 2024-01-30T04:15:36.735Z | Downloaded pbkdf2 v0.12.2 |
759 | 2024-01-30T04:15:36.740Z | Downloaded match_cfg v0.1.0 |
760 | 2024-01-30T04:15:36.746Z | Downloaded defmt-macros v0.3.6 |
761 | 2024-01-30T04:15:36.753Z | Downloaded phf_shared v0.10.0 |
762 | 2024-01-30T04:15:36.757Z | Downloaded take_mut v0.2.2 |
763 | 2024-01-30T04:15:36.762Z | Downloaded matches v0.1.10 |
764 | 2024-01-30T04:15:36.765Z | Downloaded md5 v0.7.0 |
765 | 2024-01-30T04:15:36.765Z | Downloaded darling_core v0.20.3 |
766 | 2024-01-30T04:15:36.777Z | Downloaded pem-rfc7468 v0.7.0 |
767 | 2024-01-30T04:15:36.782Z | Downloaded paste v1.0.14 |
768 | 2024-01-30T04:15:36.788Z | Downloaded defmt-parser v0.3.3 |
769 | 2024-01-30T04:15:36.791Z | Downloaded normalize-line-endings v0.3.0 |
770 | 2024-01-30T04:15:36.794Z | Downloaded clap_lex v0.5.1 |
771 | 2024-01-30T04:15:36.797Z | Downloaded precomputed-hash v0.1.1 |
772 | 2024-01-30T04:15:36.799Z | Downloaded pretty-hex v0.4.1 |
773 | 2024-01-30T04:15:36.802Z | Downloaded new_debug_unreachable v1.0.4 |
774 | 2024-01-30T04:15:36.805Z | Downloaded clap_derive v4.4.2 |
775 | 2024-01-30T04:15:36.809Z | Downloaded num_threads v0.1.6 |
776 | 2024-01-30T04:15:36.813Z | Downloaded difflib v0.4.0 |
777 | 2024-01-30T04:15:36.817Z | Downloaded proc-macro2 v1.0.78 |
778 | 2024-01-30T04:15:36.820Z | Downloaded crypto-common v0.1.6 |
779 | 2024-01-30T04:15:36.826Z | Downloaded diesel_derives v2.1.2 |
780 | 2024-01-30T04:15:36.830Z | Downloaded pretty-hex v0.2.1 |
781 | 2024-01-30T04:15:36.834Z | Downloaded zone_cfg_derive v0.3.0 |
782 | 2024-01-30T04:15:36.837Z | Downloaded async-stream-impl v0.3.5 |
783 | 2024-01-30T04:15:36.842Z | Downloaded parking_lot_core v0.9.8 |
784 | 2024-01-30T04:15:36.846Z | Downloaded phf v0.11.2 |
785 | 2024-01-30T04:15:36.846Z | Downloaded camino v1.1.6 |
786 | 2024-01-30T04:15:36.851Z | Downloaded ansi_term v0.12.1 |
787 | 2024-01-30T04:15:36.854Z | Downloaded linked-hash-map v0.5.6 |
788 | 2024-01-30T04:15:36.857Z | Downloaded foreign-types v0.3.2 |
789 | 2024-01-30T04:15:36.860Z | Downloaded fnv v1.0.7 |
790 | 2024-01-30T04:15:36.860Z | Downloaded predicates-core v1.0.6 |
791 | 2024-01-30T04:15:36.864Z | Downloaded phf_shared v0.11.2 |
792 | 2024-01-30T04:15:36.864Z | Downloaded pin-utils v0.1.0 |
793 | 2024-01-30T04:15:36.867Z | Downloaded float-cmp v0.9.0 |
794 | 2024-01-30T04:15:36.871Z | Downloaded predicates v3.1.0 |
795 | 2024-01-30T04:15:36.877Z | Downloaded num-derive v0.4.0 |
796 | 2024-01-30T04:15:36.880Z | Downloaded plain v0.2.3 |
797 | 2024-01-30T04:15:36.883Z | Downloaded polyval v0.6.1 |
798 | 2024-01-30T04:15:36.884Z | Downloaded fastrand v2.0.0 |
799 | 2024-01-30T04:15:36.887Z | Downloaded dirs-sys-next v0.1.2 |
800 | 2024-01-30T04:15:36.891Z | Downloaded tracing-attributes v0.1.26 |
801 | 2024-01-30T04:15:36.893Z | Downloaded russh-cryptovec v0.7.0 |
802 | 2024-01-30T04:15:36.900Z | Downloaded num-iter v0.1.43 |
803 | 2024-01-30T04:15:36.900Z | Downloaded libm v0.2.7 |
804 | 2024-01-30T04:15:36.919Z | Downloaded foreign-types-shared v0.1.1 |
805 | 2024-01-30T04:15:36.922Z | Downloaded tokio-macros v2.2.0 |
806 | 2024-01-30T04:15:36.922Z | Downloaded equivalent v1.0.1 |
807 | 2024-01-30T04:15:36.922Z | Downloaded stable_deref_trait v1.2.0 |
808 | 2024-01-30T04:15:36.925Z | Downloaded hubpack_derive v0.1.1 |
809 | 2024-01-30T04:15:36.925Z | Downloaded bitflags v2.4.0 |
810 | 2024-01-30T04:15:36.930Z | Downloaded camino-tempfile v1.1.1 |
811 | 2024-01-30T04:15:36.934Z | Downloaded argon2 v0.5.3 |
812 | 2024-01-30T04:15:36.937Z | Downloaded poly1305 v0.8.0 |
813 | 2024-01-30T04:15:36.942Z | Downloaded tokio-native-tls v0.3.1 |
814 | 2024-01-30T04:15:36.946Z | Downloaded num-integer v0.1.45 |
815 | 2024-01-30T04:15:36.950Z | Downloaded http-body v0.4.5 |
816 | 2024-01-30T04:15:36.953Z | Downloaded waitgroup v0.1.2 |
817 | 2024-01-30T04:15:36.956Z | Downloaded derive-where v1.2.7 |
818 | 2024-01-30T04:15:36.963Z | Downloaded ident_case v1.0.1 |
819 | 2024-01-30T04:15:36.966Z | Downloaded want v0.3.1 |
820 | 2024-01-30T04:15:36.970Z | Downloaded serde_tokenstream v0.1.7 |
821 | 2024-01-30T04:15:36.973Z | Downloaded form_urlencoded v1.2.1 |
822 | 2024-01-30T04:15:36.976Z | Downloaded signature v2.1.0 |
823 | 2024-01-30T04:15:36.979Z | Downloaded fallible-iterator v0.2.0 |
824 | 2024-01-30T04:15:36.984Z | Downloaded hash32 v0.3.1 |
825 | 2024-01-30T04:15:36.984Z | Downloaded group v0.13.0 |
826 | 2024-01-30T04:15:37.000Z | Downloaded bytes v1.5.0 |
827 | 2024-01-30T04:15:37.006Z | Downloaded lazy_static v1.4.0 |
828 | 2024-01-30T04:15:37.006Z | Downloaded enum-as-inner v0.5.1 |
829 | 2024-01-30T04:15:37.006Z | Downloaded httpdate v1.0.3 |
830 | 2024-01-30T04:15:37.006Z | Downloaded base64 v0.21.7 |
831 | 2024-01-30T04:15:37.010Z | Downloaded dtrace-parser v0.2.0 |
832 | 2024-01-30T04:15:37.015Z | Downloaded rustc-demangle v0.1.23 |
833 | 2024-01-30T04:15:37.019Z | Downloaded either v1.9.0 |
834 | 2024-01-30T04:15:37.019Z | Downloaded smf v0.2.2 |
835 | 2024-01-30T04:15:37.023Z | Downloaded num-complex v0.4.4 |
836 | 2024-01-30T04:15:37.029Z | Downloaded rustls-pemfile v2.0.0 |
837 | 2024-01-30T04:15:37.032Z | Downloaded strsim v0.8.0 |
838 | 2024-01-30T04:15:37.035Z | Downloaded tar v0.4.40 |
839 | 2024-01-30T04:15:37.039Z | Downloaded rustls-pemfile v1.0.3 |
840 | 2024-01-30T04:15:37.044Z | Downloaded usdt-macro v0.5.0 |
841 | 2024-01-30T04:15:37.047Z | Downloaded foreign-types-shared v0.3.1 |
842 | 2024-01-30T04:15:37.050Z | Downloaded vsss-rs v3.3.4 |
843 | 2024-01-30T04:15:37.055Z | Downloaded usdt v0.3.5 |
844 | 2024-01-30T04:15:37.058Z | Downloaded smallvec v1.11.2 |
845 | 2024-01-30T04:15:37.062Z | Downloaded slog-term v2.9.0 |
846 | 2024-01-30T04:15:37.068Z | Downloaded dyn-clone v1.0.13 |
847 | 2024-01-30T04:15:37.071Z | Downloaded glob v0.3.1 |
848 | 2024-01-30T04:15:37.074Z | Downloaded hash32 v0.2.1 |
849 | 2024-01-30T04:15:37.077Z | Downloaded fxhash v0.2.1 |
850 | 2024-01-30T04:15:37.081Z | Downloaded semver v1.0.21 |
851 | 2024-01-30T04:15:37.084Z | Downloaded tempfile v3.9.0 |
852 | 2024-01-30T04:15:37.090Z | Downloaded futures-task v0.3.30 |
853 | 2024-01-30T04:15:37.106Z | Downloaded flate2 v1.0.28 |
854 | 2024-01-30T04:15:37.111Z | Downloaded futures-sink v0.3.30 |
855 | 2024-01-30T04:15:37.112Z | Downloaded siphasher v0.3.11 |
856 | 2024-01-30T04:15:37.112Z | Downloaded hubpack v0.1.2 |
857 | 2024-01-30T04:15:37.118Z | Downloaded openssl-sys v0.9.96 |
858 | 2024-01-30T04:15:37.122Z | Downloaded generic-array v0.14.7 |
859 | 2024-01-30T04:15:37.130Z | Downloaded scroll_derive v0.12.0 |
860 | 2024-01-30T04:15:37.134Z | Downloaded rfc6979 v0.4.0 |
861 | 2024-01-30T04:15:37.134Z | Downloaded serde_derive v1.0.195 |
862 | 2024-01-30T04:15:37.141Z | Downloaded subtle v2.5.0 |
863 | 2024-01-30T04:15:37.144Z | Downloaded usdt-impl v0.3.5 |
864 | 2024-01-30T04:15:37.144Z | Downloaded strum v0.25.0 |
865 | 2024-01-30T04:15:37.144Z | Downloaded ed25519 v2.2.2 |
866 | 2024-01-30T04:15:37.147Z | Downloaded instant v0.1.12 |
867 | 2024-01-30T04:15:37.151Z | Downloaded socket2 v0.4.9 |
868 | 2024-01-30T04:15:37.154Z | Downloaded unicode-ident v1.0.12 |
869 | 2024-01-30T04:15:37.160Z | Downloaded sha1 v0.10.6 |
870 | 2024-01-30T04:15:37.163Z | Downloaded thiserror-impl-no-std v2.0.2 |
871 | 2024-01-30T04:15:37.167Z | Downloaded thiserror-impl v1.0.56 |
872 | 2024-01-30T04:15:37.171Z | Downloaded errno v0.3.8 |
873 | 2024-01-30T04:15:37.175Z | Downloaded structmeta v0.2.0 |
874 | 2024-01-30T04:15:37.175Z | Downloaded untrusted v0.7.1 |
875 | 2024-01-30T04:15:37.179Z | Downloaded unicode-xid v0.2.4 |
876 | 2024-01-30T04:15:37.186Z | Downloaded term v0.7.0 |
877 | 2024-01-30T04:15:37.190Z | Downloaded zerocopy v0.3.0 |
878 | 2024-01-30T04:15:37.190Z | Downloaded xattr v1.0.1 |
879 | 2024-01-30T04:15:37.193Z | Downloaded thread-id v4.2.0 |
880 | 2024-01-30T04:15:37.208Z | Downloaded same-file v1.0.6 |
881 | 2024-01-30T04:15:37.211Z | Downloaded toml_datetime v0.6.5 |
882 | 2024-01-30T04:15:37.211Z | Downloaded embedded-io v0.4.0 |
883 | 2024-01-30T04:15:37.211Z | Downloaded ipnet v2.9.0 |
884 | 2024-01-30T04:15:37.211Z | Downloaded io-lifetimes v1.0.11 |
885 | 2024-01-30T04:15:37.247Z | Downloaded foreign-types v0.5.0 |
886 | 2024-01-30T04:15:37.252Z | Downloaded time-core v0.1.1 |
887 | 2024-01-30T04:15:37.252Z | Downloaded schemars_derive v0.8.16 |
888 | 2024-01-30T04:15:37.252Z | Downloaded postgres-protocol v0.6.6 |
889 | 2024-01-30T04:15:37.252Z | Downloaded serde_tokenstream v0.2.0 |
890 | 2024-01-30T04:15:37.252Z | Downloaded pin-project-lite v0.2.13 |
891 | 2024-01-30T04:15:37.252Z | Downloaded hyper-staticfile v0.9.5 |
892 | 2024-01-30T04:15:37.252Z | Downloaded signal-hook-mio v0.2.3 |
893 | 2024-01-30T04:15:37.252Z | Downloaded serde_path_to_error v0.1.15 |
894 | 2024-01-30T04:15:37.252Z | Downloaded slog v2.7.0 |
895 | 2024-01-30T04:15:37.256Z | Downloaded futures-core v0.3.30 |
896 | 2024-01-30T04:15:37.259Z | Downloaded yasna v0.5.2 |
897 | 2024-01-30T04:15:37.264Z | Downloaded serde_repr v0.1.16 |
898 | 2024-01-30T04:15:37.269Z | Downloaded dof v0.1.5 |
899 | 2024-01-30T04:15:37.270Z | Downloaded signal-hook v0.3.17 |
900 | 2024-01-30T04:15:37.284Z | Downloaded display-error-chain v0.2.0 |
901 | 2024-01-30T04:15:37.287Z | Downloaded unicode-segmentation v1.10.1 |
902 | 2024-01-30T04:15:37.287Z | Downloaded iana-time-zone v0.1.57 |
903 | 2024-01-30T04:15:37.287Z | Downloaded vec_map v0.8.2 |
904 | 2024-01-30T04:15:37.291Z | Downloaded r2d2 v0.8.10 |
905 | 2024-01-30T04:15:37.294Z | Downloaded half v2.3.1 |
906 | 2024-01-30T04:15:37.297Z | Downloaded rustc_version v0.4.0 |
907 | 2024-01-30T04:15:37.301Z | Downloaded slog-dtrace v0.3.0 |
908 | 2024-01-30T04:15:37.304Z | Downloaded rustversion v1.0.14 |
909 | 2024-01-30T04:15:37.311Z | Downloaded string_cache v0.8.7 |
910 | 2024-01-30T04:15:37.317Z | Downloaded utf-8 v0.7.6 |
911 | 2024-01-30T04:15:37.317Z | Downloaded ryu v1.0.15 |
912 | 2024-01-30T04:15:37.320Z | Downloaded rand_core v0.6.4 |
913 | 2024-01-30T04:15:37.323Z | Downloaded ed25519-dalek v2.0.0 |
914 | 2024-01-30T04:15:37.330Z | Downloaded is-terminal v0.4.9 |
915 | 2024-01-30T04:15:37.334Z | Downloaded http v1.0.0 |
916 | 2024-01-30T04:15:37.344Z | Downloaded getrandom v0.2.10 |
917 | 2024-01-30T04:15:37.348Z | Downloaded tokio-postgres v0.7.10 |
918 | 2024-01-30T04:15:37.357Z | Downloaded subprocess v0.2.9 |
919 | 2024-01-30T04:15:37.361Z | Downloaded structopt v0.3.26 |
920 | 2024-01-30T04:15:37.377Z | Downloaded unsafe-libyaml v0.2.10 |
921 | 2024-01-30T04:15:37.382Z | Downloaded toml_edit v0.19.15 |
922 | 2024-01-30T04:15:37.414Z | Downloaded httparse v1.8.0 |
923 | 2024-01-30T04:15:37.418Z | Downloaded futures-channel v0.3.30 |
924 | 2024-01-30T04:15:37.422Z | Downloaded futures v0.3.30 |
925 | 2024-01-30T04:15:37.433Z | Downloaded toml v0.5.11 |
926 | 2024-01-30T04:15:37.437Z | Downloaded trust-dns-client v0.22.0 |
927 | 2024-01-30T04:15:37.448Z | Downloaded rand v0.7.3 |
928 | 2024-01-30T04:15:37.457Z | Downloaded itertools v0.10.5 |
929 | 2024-01-30T04:15:37.471Z | Downloaded zip v0.6.6 |
930 | 2024-01-30T04:15:37.480Z | Downloaded petgraph v0.6.4 |
931 | 2024-01-30T04:15:37.505Z | Downloaded russh v0.40.2 |
932 | 2024-01-30T04:15:37.514Z | Downloaded unicode-normalization v0.1.22 |
933 | 2024-01-30T04:15:37.522Z | Downloaded h2 v0.3.24 |
934 | 2024-01-30T04:15:37.540Z | Downloaded futures-util v0.3.30 |
935 | 2024-01-30T04:15:37.559Z | Downloaded serde_json v1.0.113 |
936 | 2024-01-30T04:15:37.574Z | Downloaded goblin v0.8.0 |
937 | 2024-01-30T04:15:37.589Z | Downloaded curve25519-dalek v4.1.1 |
938 | 2024-01-30T04:15:37.604Z | Downloaded hyper v0.14.27 |
939 | 2024-01-30T04:15:37.621Z | Downloaded rustls-webpki v0.101.7 |
940 | 2024-01-30T04:15:37.650Z | Downloaded winnow v0.5.15 |
941 | 2024-01-30T04:15:37.664Z | Downloaded reqwest v0.11.22 |
942 | 2024-01-30T04:15:37.679Z | Downloaded radix_trie v0.2.1 |
943 | 2024-01-30T04:15:37.690Z | Downloaded gimli v0.28.0 |
944 | 2024-01-30T04:15:37.708Z | Downloaded vcpkg v0.2.15 |
945 | 2024-01-30T04:15:37.781Z | Downloaded smoltcp v0.9.1 |
946 | 2024-01-30T04:15:37.802Z | Downloaded webpki-roots v0.25.2 |
947 | 2024-01-30T04:15:37.810Z | Downloaded idna v0.5.0 |
948 | 2024-01-30T04:15:37.825Z | Downloaded syn v2.0.48 |
949 | 2024-01-30T04:15:37.845Z | Downloaded rustls v0.22.2 |
950 | 2024-01-30T04:15:37.876Z | Downloaded syn v1.0.109 |
951 | 2024-01-30T04:15:37.896Z | Downloaded rustls v0.21.9 |
952 | 2024-01-30T04:15:37.920Z | Downloaded rustix v0.38.30 |
953 | 2024-01-30T04:15:37.960Z | Downloaded zerocopy-derive v0.2.0 |
954 | 2024-01-30T04:15:37.977Z | Downloaded zerocopy-derive v0.6.4 |
955 | 2024-01-30T04:15:37.999Z | Downloaded sled v0.34.7 |
956 | 2024-01-30T04:15:38.029Z | Downloaded regex-automata v0.4.4 |
957 | 2024-01-30T04:15:38.054Z | Downloaded libc v0.2.152 |
958 | 2024-01-30T04:15:38.111Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
959 | 2024-01-30T04:15:38.128Z | Downloaded sha3 v0.10.8 |
960 | 2024-01-30T04:15:38.141Z | Downloaded regex-automata v0.3.8 |
961 | 2024-01-30T04:15:38.173Z | Downloaded tokio v1.35.1 |
962 | 2024-01-30T04:15:38.241Z | Downloaded smoltcp v0.11.0 |
963 | 2024-01-30T04:15:38.266Z | Downloaded winapi v0.3.9 |
964 | 2024-01-30T04:15:38.341Z | Downloaded encoding_rs v0.8.33 |
965 | 2024-01-30T04:15:38.384Z | Downloaded bstr v1.6.0 |
966 | 2024-01-30T04:15:38.406Z | Downloaded regex-syntax v0.8.2 |
967 | 2024-01-30T04:15:38.422Z | Downloaded regex v1.10.3 |
968 | 2024-01-30T04:15:38.446Z | Downloaded rustix v0.37.23 |
969 | 2024-01-30T04:15:38.482Z | Downloaded idna v0.2.3 |
970 | 2024-01-30T04:15:38.495Z | Downloaded regex-syntax v0.7.5 |
971 | 2024-01-30T04:15:38.511Z | Downloaded diesel v2.1.4 |
972 | 2024-01-30T04:15:38.562Z | Downloaded openapiv3 v2.0.0 |
973 | 2024-01-30T04:15:38.585Z | Downloaded trust-dns-proto v0.22.0 |
974 | 2024-01-30T04:15:38.609Z | Downloaded bstr v0.2.17 |
975 | 2024-01-30T04:15:38.628Z | Downloaded regress v0.7.1 |
976 | 2024-01-30T04:15:38.642Z | Downloaded hkdf v0.12.4 |
977 | 2024-01-30T04:15:38.647Z | Downloaded ring v0.17.7 |
978 | 2024-01-30T04:15:38.779Z | Downloaded rustls-webpki v0.102.1 |
979 | 2024-01-30T04:15:38.811Z | Downloaded openssl v0.10.60 |
980 | 2024-01-30T04:15:38.828Z | Downloaded ring v0.16.20 |
981 | 2024-01-30T04:15:38.984Z | Downloaded object v0.32.1 |
982 | 2024-01-30T04:15:39.001Z | Downloaded chrono v0.4.31 |
983 | 2024-01-30T04:15:39.014Z | Downloaded serde_with v3.5.1 |
984 | 2024-01-30T04:15:39.027Z | Downloaded itertools v0.12.0 |
985 | 2024-01-30T04:15:39.039Z | Downloaded hashbrown v0.14.2 |
986 | 2024-01-30T04:15:39.049Z | Downloaded clap_builder v4.4.2 |
987 | 2024-01-30T04:15:39.061Z | Downloaded elliptic-curve v0.13.8 |
988 | 2024-01-30T04:15:39.072Z | Downloaded trust-dns-resolver v0.22.0 |
989 | 2024-01-30T04:15:39.077Z | Downloaded regex-automata v0.1.10 |
990 | 2024-01-30T04:15:39.084Z | Downloaded crossbeam-utils v0.8.16 |
991 | 2024-01-30T04:15:39.089Z | Downloaded socket2 v0.5.5 |
992 | 2024-01-30T04:15:39.092Z | Downloaded heapless v0.7.16 |
993 | 2024-01-30T04:15:39.101Z | Downloaded aho-corasick v1.0.4 |
994 | 2024-01-30T04:15:39.108Z | Downloaded hashbrown v0.13.2 |
995 | 2024-01-30T04:15:39.116Z | Downloaded nom v7.1.3 |
996 | 2024-01-30T04:15:39.125Z | Downloaded zerocopy v0.7.32 |
997 | 2024-01-30T04:15:39.155Z | Downloaded time v0.3.27 |
998 | 2024-01-30T04:15:39.167Z | Downloaded headers v0.3.9 |
999 | 2024-01-30T04:15:39.180Z | Downloaded schemars v0.8.16 |
1000 | 2024-01-30T04:15:39.194Z | Downloaded toml_edit v0.21.0 |
1001 | 2024-01-30T04:15:39.232Z | Downloaded serde v1.0.195 |
1002 | 2024-01-30T04:15:39.238Z | Downloaded hashbrown v0.12.3 |
1003 | 2024-01-30T04:15:39.245Z | Downloaded hmac v0.12.1 |
1004 | 2024-01-30T04:15:39.248Z | Downloaded rand v0.8.5 |
1005 | 2024-01-30T04:15:39.254Z | Downloaded http v0.2.11 |
1006 | 2024-01-30T04:15:39.261Z | Downloaded version_check v0.9.4 |
1007 | 2024-01-30T04:15:39.265Z | Downloaded semver-parser v0.10.2 |
1008 | 2024-01-30T04:15:39.273Z | Downloaded unicode-bidi v0.3.13 |
1009 | 2024-01-30T04:15:39.275Z | Downloaded heapless v0.8.0 |
1010 | 2024-01-30T04:15:39.278Z | Downloaded mio v0.8.9 |
1011 | 2024-01-30T04:15:39.287Z | Downloaded url v2.5.0 |
1012 | 2024-01-30T04:15:39.292Z | Downloaded zerocopy-derive v0.7.32 |
1013 | 2024-01-30T04:15:39.301Z | Downloaded steno v0.4.0 |
1014 | 2024-01-30T04:15:39.308Z | Downloaded postcard v1.0.8 |
1015 | 2024-01-30T04:15:39.311Z | Downloaded zeroize v1.7.0 |
1016 | 2024-01-30T04:15:39.318Z | Downloaded signal-hook-registry v1.4.1 |
1017 | 2024-01-30T04:15:39.321Z | Downloaded lalrpop-util v0.19.12 |
1018 | 2024-01-30T04:15:39.321Z | Downloaded serde_urlencoded v0.7.1 |
1019 | 2024-01-30T04:15:39.321Z | Downloaded futures-executor v0.3.30 |
1020 | 2024-01-30T04:15:39.325Z | Downloaded time-macros v0.2.13 |
1021 | 2024-01-30T04:15:39.325Z | Downloaded thiserror-no-std v2.0.2 |
1022 | 2024-01-30T04:15:39.332Z | Downloaded filetime v0.2.23 |
1023 | 2024-01-30T04:15:39.335Z | Downloaded unicase v2.7.0 |
1024 | 2024-01-30T04:15:39.340Z | Downloaded unicode-width v0.1.11 |
1025 | 2024-01-30T04:15:39.340Z | Downloaded num-bigint v0.4.4 |
1026 | 2024-01-30T04:15:39.346Z | Downloaded tracing v0.1.37 |
1027 | 2024-01-30T04:15:39.353Z | Downloaded clap v2.34.0 |
1028 | 2024-01-30T04:15:39.369Z | Downloaded spin v0.9.8 |
1029 | 2024-01-30T04:15:39.375Z | Downloaded toml v0.8.8 |
1030 | 2024-01-30T04:15:39.378Z | Downloaded aes-gcm v0.10.3 |
1031 | 2024-01-30T04:15:39.381Z | Downloaded scopeguard v1.2.0 |
1032 | 2024-01-30T04:15:39.384Z | Downloaded secrecy v0.8.0 |
1033 | 2024-01-30T04:15:39.387Z | Downloaded inout v0.1.3 |
1034 | 2024-01-30T04:15:39.388Z | Downloaded uuid v1.7.0 |
1035 | 2024-01-30T04:15:39.392Z | Downloaded rcgen v0.12.1 |
1036 | 2024-01-30T04:15:39.396Z | Downloaded universal-hash v0.5.1 |
1037 | 2024-01-30T04:15:39.399Z | Downloaded whoami v1.4.1 |
1038 | 2024-01-30T04:15:39.402Z | Downloaded sct v0.7.0 |
1039 | 2024-01-30T04:15:39.407Z | Downloaded getrandom v0.1.16 |
1040 | 2024-01-30T04:15:39.410Z | Downloaded ecdsa v0.16.9 |
1041 | 2024-01-30T04:15:39.414Z | Downloaded toml v0.7.8 |
1042 | 2024-01-30T04:15:39.418Z | Downloaded rustls-pki-types v1.1.0 |
1043 | 2024-01-30T04:15:39.421Z | Downloaded hex v0.4.3 |
1044 | 2024-01-30T04:15:39.424Z | Downloaded slog-bunyan v2.5.0 |
1045 | 2024-01-30T04:15:39.424Z | Downloaded scheduled-thread-pool v0.2.7 |
1046 | 2024-01-30T04:15:39.427Z | Downloaded heck v0.4.1 |
1047 | 2024-01-30T04:15:39.431Z | Downloaded pest v2.7.6 |
1048 | 2024-01-30T04:15:39.439Z | Downloaded aes v0.8.3 |
1049 | 2024-01-30T04:15:39.445Z | Downloaded tokio-rustls v0.25.0 |
1050 | 2024-01-30T04:15:39.448Z | Downloaded tokio-rustls v0.24.1 |
1051 | 2024-01-30T04:15:39.451Z | Downloaded indexmap v2.1.0 |
1052 | 2024-01-30T04:15:39.458Z | Downloaded tungstenite v0.20.1 |
1053 | 2024-01-30T04:15:39.463Z | Downloaded tokio-util v0.7.10 |
1054 | 2024-01-30T04:15:39.473Z | Downloaded similar v2.3.0 |
1055 | 2024-01-30T04:15:39.485Z | Downloaded serde_yaml v0.9.25 |
1056 | 2024-01-30T04:15:39.489Z | Downloaded rand_core v0.5.1 |
1057 | 2024-01-30T04:15:39.493Z | Downloaded untrusted v0.9.0 |
1058 | 2024-01-30T04:15:39.493Z | Downloaded walkdir v2.4.0 |
1059 | 2024-01-30T04:15:39.496Z | Downloaded spin v0.5.2 |
1060 | 2024-01-30T04:15:39.500Z | Downloaded tinyvec v1.6.0 |
1061 | 2024-01-30T04:15:39.504Z | Downloaded ipnetwork v0.20.0 |
1062 | 2024-01-30T04:15:39.507Z | Downloaded trust-dns-server v0.22.1 |
1063 | 2024-01-30T04:15:39.514Z | Downloaded dtrace-parser v0.1.14 |
1064 | 2024-01-30T04:15:39.517Z | Downloaded indexmap v1.9.3 |
1065 | 2024-01-30T04:15:39.523Z | Downloaded ucd-trie v0.1.6 |
1066 | 2024-01-30T04:15:39.526Z | Downloaded typenum v1.16.0 |
1067 | 2024-01-30T04:15:39.530Z | Downloaded p256 v0.13.2 |
1068 | 2024-01-30T04:15:39.534Z | Downloaded memchr v2.6.3 |
1069 | 2024-01-30T04:15:39.557Z | Downloaded usdt v0.5.0 |
1070 | 2024-01-30T04:15:39.575Z | Downloaded structmeta-derive v0.2.0 |
1071 | 2024-01-30T04:15:39.575Z | Downloaded futures-macro v0.3.30 |
1072 | 2024-01-30T04:15:39.575Z | Downloaded flagset v0.4.3 |
1073 | 2024-01-30T04:15:39.575Z | Downloaded utf8parse v0.2.1 |
1074 | 2024-01-30T04:15:39.575Z | Downloaded itoa v1.0.9 |
1075 | 2024-01-30T04:15:39.575Z | Downloaded usdt-attr-macro v0.3.5 |
1076 | 2024-01-30T04:15:39.575Z | Downloaded dof v0.3.0 |
1077 | 2024-01-30T04:15:39.575Z | Downloaded kstat-rs v0.2.3 |
1078 | 2024-01-30T04:15:39.575Z | Downloaded sha2 v0.10.8 |
1079 | 2024-01-30T04:15:39.577Z | Downloaded cc v1.0.83 |
1080 | 2024-01-30T04:15:39.582Z | Downloaded structopt-derive v0.4.18 |
1081 | 2024-01-30T04:15:39.582Z | Downloaded miniz_oxide v0.7.1 |
1082 | 2024-01-30T04:15:39.582Z | Downloaded der v0.7.8 |
1083 | 2024-01-30T04:15:39.595Z | Downloaded serde_derive_internals v0.26.0 |
1084 | 2024-01-30T04:15:39.595Z | Downloaded hyper-rustls v0.24.2 |
1085 | 2024-01-30T04:15:39.600Z | Downloaded backtrace v0.3.69 |
1086 | 2024-01-30T04:15:39.600Z | Downloaded rustc_version v0.1.7 |
1087 | 2024-01-30T04:15:39.600Z | Downloaded slab v0.4.9 |
1088 | 2024-01-30T04:15:39.604Z | Downloaded sec1 v0.7.3 |
1089 | 2024-01-30T04:15:39.604Z | Downloaded rustfmt-wrapper v0.2.0 |
1090 | 2024-01-30T04:15:39.604Z | Downloaded ghash v0.5.0 |
1091 | 2024-01-30T04:15:39.607Z | Downloaded num-traits v0.2.16 |
1092 | 2024-01-30T04:15:39.612Z | Downloaded pest_meta v2.7.6 |
1093 | 2024-01-30T04:15:39.618Z | Downloaded endian-type v0.1.2 |
1094 | 2024-01-30T04:15:39.619Z | Downloaded usdt-impl v0.5.0 |
1095 | 2024-01-30T04:15:39.621Z | Downloaded russh-keys v0.40.1 |
1096 | 2024-01-30T04:15:39.622Z | Downloaded zerocopy v0.6.4 |
1097 | 2024-01-30T04:15:39.626Z | Downloaded usdt-attr-macro v0.5.0 |
1098 | 2024-01-30T04:15:39.626Z | Downloaded tinyvec_macros v0.1.1 |
1099 | 2024-01-30T04:15:39.630Z | Downloaded tracing-core v0.1.31 |
1100 | 2024-01-30T04:15:39.634Z | Downloaded quote v1.0.35 |
1101 | 2024-01-30T04:15:39.637Z | Downloaded minimal-lexical v0.2.1 |
1102 | 2024-01-30T04:15:39.643Z | Downloaded serde_with_macros v3.5.1 |
1103 | 2024-01-30T04:15:39.649Z | Downloaded scroll v0.12.0 |
1104 | 2024-01-30T04:15:39.652Z | Downloaded resolv-conf v0.7.0 |
1105 | 2024-01-30T04:15:39.652Z | Downloaded stringprep v0.1.3 |
1106 | 2024-01-30T04:15:39.655Z | Downloaded spki v0.7.2 |
1107 | 2024-01-30T04:15:39.658Z | Downloaded derive_more v0.99.17 |
1108 | 2024-01-30T04:15:39.665Z | Downloaded arc-swap v1.6.0 |
1109 | 2024-01-30T04:15:39.671Z | Downloaded terminal_size v0.2.6 |
1110 | 2024-01-30T04:15:39.677Z | Downloaded rand_chacha v0.3.1 |
1111 | 2024-01-30T04:15:39.680Z | Downloaded rand_chacha v0.2.2 |
1112 | 2024-01-30T04:15:39.680Z | Downloaded static_assertions v1.1.0 |
1113 | 2024-01-30T04:15:39.681Z | Downloaded slog-stdlog v4.1.1 |
1114 | 2024-01-30T04:15:39.684Z | Downloaded hyper-tls v0.5.0 |
1115 | 2024-01-30T04:15:39.684Z | Downloaded serde_spanned v0.6.4 |
1116 | 2024-01-30T04:15:39.687Z | Downloaded hostname v0.3.1 |
1117 | 2024-01-30T04:15:39.687Z | Downloaded home v0.5.5 |
1118 | 2024-01-30T04:15:39.696Z | Downloaded tokio-tungstenite v0.20.1 |
1119 | 2024-01-30T04:15:39.701Z | Downloaded proc-macro-error v1.0.4 |
1120 | 2024-01-30T04:15:39.701Z | Downloaded pkcs8 v0.10.2 |
1121 | 2024-01-30T04:15:39.707Z | Downloaded crossbeam-channel v0.5.8 |
1122 | 2024-01-30T04:15:39.712Z | Downloaded zone v0.3.0 |
1123 | 2024-01-30T04:15:39.715Z | Downloaded strsim v0.10.0 |
1124 | 2024-01-30T04:15:39.715Z | Downloaded parking_lot_core v0.8.6 |
1125 | 2024-01-30T04:15:39.721Z | Downloaded multer v3.0.0 |
1126 | 2024-01-30T04:15:39.724Z | Downloaded password-hash v0.4.2 |
1127 | 2024-01-30T04:15:39.724Z | Downloaded const-oid v0.9.5 |
1128 | 2024-01-30T04:15:39.729Z | Downloaded proc-macro-crate v1.3.1 |
1129 | 2024-01-30T04:15:39.734Z | Downloaded postgres-types v0.2.6 |
1130 | 2024-01-30T04:15:39.738Z | Downloaded heck v0.3.3 |
1131 | 2024-01-30T04:15:39.738Z | Downloaded slog-scope v4.4.0 |
1132 | 2024-01-30T04:15:39.738Z | Downloaded slog-json v2.6.1 |
1133 | 2024-01-30T04:15:39.741Z | Downloaded crossterm v0.27.0 |
1134 | 2024-01-30T04:15:39.750Z | Downloaded platforms v3.0.2 |
1135 | 2024-01-30T04:15:39.754Z | Downloaded owo-colors v4.0.0 |
1136 | 2024-01-30T04:15:39.758Z | Downloaded http-range v0.1.5 |
1137 | 2024-01-30T04:15:39.762Z | Downloaded slog-envlogger v2.2.0 |
1138 | 2024-01-30T04:15:39.769Z | Downloaded semver v0.11.0 |
1139 | 2024-01-30T04:15:39.769Z | Downloaded keccak v0.1.4 |
1140 | 2024-01-30T04:15:39.772Z | Downloaded slog-async v2.8.0 |
1141 | 2024-01-30T04:15:39.772Z | Downloaded semver v0.1.20 |
1142 | 2024-01-30T04:15:39.772Z | Downloaded futures-io v0.3.30 |
1143 | 2024-01-30T04:15:39.772Z | Downloaded pkg-config v0.3.27 |
1144 | 2024-01-30T04:15:39.776Z | Downloaded tokio-stream v0.1.14 |
1145 | 2024-01-30T04:15:39.782Z | Downloaded zeroize_derive v1.4.2 |
1146 | 2024-01-30T04:15:39.786Z | Downloaded ff v0.13.0 |
1147 | 2024-01-30T04:15:39.786Z | Downloaded ahash v0.8.6 |
1148 | 2024-01-30T04:15:39.789Z | Downloaded password-hash v0.5.0 |
1149 | 2024-01-30T04:15:39.792Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2024-01-30T04:15:39.797Z | Downloaded num v0.4.1 |
1151 | 2024-01-30T04:15:39.800Z | Downloaded cbc v0.1.2 |
1152 | 2024-01-30T04:15:39.804Z | Downloaded block-padding v0.3.3 |
1153 | 2024-01-30T04:15:39.804Z | Downloaded anstyle-parse v0.2.1 |
1154 | 2024-01-30T04:15:39.807Z | Downloaded backoff v0.4.0 |
1155 | 2024-01-30T04:15:39.810Z | Downloaded thiserror v1.0.56 |
1156 | 2024-01-30T04:15:39.817Z | Downloaded fixedbitset v0.4.2 |
1157 | 2024-01-30T04:15:39.820Z | Downloaded foreign-types-macros v0.2.3 |
1158 | 2024-01-30T04:15:39.820Z | Downloaded der_derive v0.7.2 |
1159 | 2024-01-30T04:15:39.823Z | Downloaded thread_local v1.1.7 |
1160 | 2024-01-30T04:15:39.832Z | Downloaded ppv-lite86 v0.2.17 |
1161 | 2024-01-30T04:15:39.835Z | Downloaded topological-sort v0.2.2 |
1162 | 2024-01-30T04:15:39.835Z | Downloaded anyhow v1.0.75 |
1163 | 2024-01-30T04:15:39.838Z | Downloaded addr2line v0.21.0 |
1164 | 2024-01-30T04:15:39.841Z | Downloaded native-tls v0.2.11 |
1165 | 2024-01-30T04:15:39.848Z | Downloaded hex-literal v0.4.1 |
1166 | 2024-01-30T04:15:39.848Z | Downloaded getopts v0.2.21 |
1167 | 2024-01-30T04:15:39.851Z | Downloaded omicron-zone-package v0.10.1 |
1168 | 2024-01-30T04:15:39.853Z | Downloaded textwrap v0.11.0 |
1169 | 2024-01-30T04:15:39.857Z | Downloaded strum_macros v0.25.2 |
1170 | 2024-01-30T04:15:39.861Z | Downloaded nibble_vec v0.1.0 |
1171 | 2024-01-30T04:15:39.861Z | Downloaded mime v0.3.17 |
1172 | 2024-01-30T04:15:39.862Z | Downloaded dirs-sys v0.4.1 |
1173 | 2024-01-30T04:15:39.865Z | Downloaded byteorder v1.5.0 |
1174 | 2024-01-30T04:15:39.870Z | Downloaded bit-vec v0.6.3 |
1175 | 2024-01-30T04:15:39.871Z | Downloaded bit-set v0.5.3 |
1176 | 2024-01-30T04:15:39.877Z | Downloaded anstream v0.5.0 |
1177 | 2024-01-30T04:15:39.878Z | Downloaded num_enum_derive v0.5.11 |
1178 | 2024-01-30T04:15:39.878Z | Downloaded deranged v0.3.8 |
1179 | 2024-01-30T04:15:39.881Z | Downloaded cipher v0.4.4 |
1180 | 2024-01-30T04:15:39.881Z | Downloaded anstyle-query v1.0.0 |
1181 | 2024-01-30T04:15:39.881Z | Downloaded async-trait v0.1.77 |
1182 | 2024-01-30T04:15:39.885Z | Downloaded md-5 v0.10.5 |
1183 | 2024-01-30T04:15:39.888Z | Downloaded macaddr v1.0.1 |
1184 | 2024-01-30T04:15:39.892Z | Downloaded newtype_derive v0.1.6 |
1185 | 2024-01-30T04:15:39.892Z | Downloaded usdt-macro v0.3.5 |
1186 | 2024-01-30T04:15:39.896Z | Downloaded autocfg v1.1.0 |
1187 | 2024-01-30T04:15:39.896Z | Downloaded atomic-waker v1.1.1 |
1188 | 2024-01-30T04:15:39.899Z | Downloaded tower-service v0.3.2 |
1189 | 2024-01-30T04:15:39.899Z | Downloaded mime_guess v2.0.4 |
1190 | 2024-01-30T04:15:39.902Z | Downloaded dirs v5.0.1 |
1191 | 2024-01-30T04:15:39.902Z | Downloaded base64ct v1.6.0 |
1192 | 2024-01-30T04:15:39.906Z | Downloaded allocator-api2 v0.2.16 |
1193 | 2024-01-30T04:15:39.911Z | Downloaded try-lock v0.2.4 |
1194 | 2024-01-30T04:15:39.921Z | Downloaded toolchain_find v0.2.0 |
1195 | 2024-01-30T04:15:39.921Z | Downloaded ciborium-ll v0.2.2 |
1196 | 2024-01-30T04:15:39.921Z | Downloaded aead v0.5.2 |
1197 | 2024-01-30T04:15:39.924Z | Downloaded base16ct v0.2.0 |
1198 | 2024-01-30T04:15:39.925Z | Downloaded option-ext v0.2.0 |
1199 | 2024-01-30T04:15:39.925Z | Downloaded cfg-if v1.0.0 |
1200 | 2024-01-30T04:15:39.925Z | Downloaded swrite v0.1.0 |
1201 | 2024-01-30T04:15:39.928Z | Downloaded blake2 v0.10.6 |
1202 | 2024-01-30T04:15:39.933Z | Downloaded headers-core v0.2.0 |
1203 | 2024-01-30T04:15:39.933Z | Downloaded synstructure v0.12.6 |
1204 | 2024-01-30T04:15:39.933Z | Downloaded primeorder v0.13.6 |
1205 | 2024-01-30T04:15:39.936Z | Downloaded parse-display-derive v0.8.2 |
1206 | 2024-01-30T04:15:39.937Z | Downloaded percent-encoding v2.3.1 |
1207 | 2024-01-30T04:15:39.937Z | Downloaded parking_lot v0.12.1 |
1208 | 2024-01-30T04:15:39.940Z | Downloaded parse-display v0.8.2 |
1209 | 2024-01-30T04:15:39.943Z | Downloaded curve25519-dalek-derive v0.1.0 |
1210 | 2024-01-30T04:15:39.943Z | Downloaded cstr-argument v0.1.2 |
1211 | 2024-01-30T04:15:39.946Z | Downloaded parking_lot v0.11.2 |
1212 | 2024-01-30T04:15:39.949Z | Downloaded ciborium-io v0.2.2 |
1213 | 2024-01-30T04:15:39.949Z | Downloaded anstyle v1.0.2 |
1214 | 2024-01-30T04:15:39.954Z | Downloaded quick-error v1.2.3 |
1215 | 2024-01-30T04:15:39.959Z | Downloaded darling_macro v0.20.3 |
1216 | 2024-01-30T04:15:39.959Z | Downloaded num-rational v0.4.1 |
1217 | 2024-01-30T04:15:39.959Z | Downloaded digest v0.10.7 |
1218 | 2024-01-30T04:15:39.962Z | Downloaded ctr v0.9.2 |
1219 | 2024-01-30T04:15:39.980Z | Downloaded pest_generator v2.7.6 |
1220 | 2024-01-30T04:15:39.980Z | Downloaded pem v3.0.2 |
1221 | 2024-01-30T04:15:39.989Z | Downloaded dirs-next v2.0.0 |
1222 | 2024-01-30T04:15:39.990Z | Downloaded blowfish v0.9.1 |
1223 | 2024-01-30T04:15:39.993Z | Downloaded bitflags v1.3.2 |
1224 | 2024-01-30T04:15:39.993Z | Downloaded async-stream v0.3.5 |
1225 | 2024-01-30T04:15:39.993Z | Downloaded pest_derive v2.7.6 |
1226 | 2024-01-30T04:15:39.993Z | Downloaded chacha20poly1305 v0.10.1 |
1227 | 2024-01-30T04:15:39.993Z | Downloaded bzip2 v0.4.4 |
1228 | 2024-01-30T04:15:39.993Z | Downloaded block-buffer v0.10.4 |
1229 | 2024-01-30T04:15:39.993Z | Downloaded atty v0.2.14 |
1230 | 2024-01-30T04:15:39.993Z | Downloaded crypto-bigint v0.5.2 |
1231 | 2024-01-30T04:15:40.001Z | Downloaded pbkdf2 v0.11.0 |
1232 | 2024-01-30T04:15:40.005Z | Downloaded bcrypt-pbkdf v0.10.0 |
1233 | 2024-01-30T04:15:40.008Z | Downloaded atomicwrites v0.4.3 |
1234 | 2024-01-30T04:15:40.008Z | Downloaded proc-macro-error-attr v1.0.4 |
1235 | 2024-01-30T04:15:40.011Z | Downloaded crossbeam-epoch v0.9.15 |
1236 | 2024-01-30T04:15:40.014Z | Downloaded crc32fast v1.3.2 |
1237 | 2024-01-30T04:15:40.017Z | Downloaded clap v4.4.3 |
1238 | 2024-01-30T04:15:40.031Z | Downloaded num_cpus v1.16.0 |
1239 | 2024-01-30T04:15:40.036Z | Downloaded console v0.15.8 |
1240 | 2024-01-30T04:15:40.040Z | Downloaded chacha20 v0.9.1 |
1241 | 2024-01-30T04:15:40.043Z | Downloaded lru-cache v0.1.2 |
1242 | 2024-01-30T04:15:40.046Z | Downloaded log v0.4.20 |
1243 | 2024-01-30T04:15:40.049Z | Downloaded lock_api v0.4.10 |
1244 | 2024-01-30T04:15:40.052Z | Downloaded darling v0.20.3 |
1245 | 2024-01-30T04:15:40.056Z | Downloaded colored v2.0.4 |
1246 | 2024-01-30T04:15:40.060Z | Downloaded libefi-sys v0.1.0 |
1247 | 2024-01-30T04:15:40.064Z | Downloaded convert_case v0.4.0 |
1248 | 2024-01-30T04:15:40.070Z | Downloaded openssl-macros v0.1.1 |
1249 | 2024-01-30T04:15:40.070Z | Downloaded data-encoding v2.4.0 |
1250 | 2024-01-30T04:15:40.070Z | Downloaded cpufeatures v0.2.12 |
1251 | 2024-01-30T04:15:40.073Z | Downloaded debug-ignore v1.0.5 |
1252 | 2024-01-30T04:15:40.073Z | Downloaded cobs v0.2.3 |
1253 | 2024-01-30T04:15:40.476Z | Compiling proc-macro2 v1.0.78 |
1254 | 2024-01-30T04:15:40.476Z | Compiling unicode-ident v1.0.12 |
1255 | 2024-01-30T04:15:40.487Z | Compiling libc v0.2.152 |
1256 | 2024-01-30T04:15:40.487Z | Compiling serde v1.0.195 |
1257 | 2024-01-30T04:15:40.487Z | Compiling version_check v0.9.4 |
1258 | 2024-01-30T04:15:40.487Z | Compiling autocfg v1.1.0 |
1259 | 2024-01-30T04:15:40.500Z | Compiling cfg-if v1.0.0 |
1260 | 2024-01-30T04:15:40.730Z | Compiling once_cell v1.19.0 |
1261 | 2024-01-30T04:15:40.750Z | Compiling syn v1.0.109 |
1262 | 2024-01-30T04:15:40.857Z | Compiling thiserror v1.0.56 |
1263 | 2024-01-30T04:15:41.346Z | Compiling memchr v2.6.3 |
1264 | 2024-01-30T04:15:41.845Z | Compiling byteorder v1.5.0 |
1265 | 2024-01-30T04:15:41.944Z | Compiling lock_api v0.4.10 |
1266 | 2024-01-30T04:15:42.299Z | Compiling typenum v1.16.0 |
1267 | 2024-01-30T04:15:42.419Z | Compiling ahash v0.8.6 |
1268 | 2024-01-30T04:15:42.503Z | Compiling parking_lot_core v0.9.8 |
1269 | 2024-01-30T04:15:42.721Z | Compiling generic-array v0.14.7 |
1270 | 2024-01-30T04:15:43.091Z | Compiling libm v0.2.7 |
1271 | 2024-01-30T04:15:43.253Z | Compiling num-traits v0.2.16 |
1272 | 2024-01-30T04:15:43.305Z | Compiling serde_json v1.0.113 |
1273 | 2024-01-30T04:15:43.670Z | Compiling itoa v1.0.9 |
1274 | 2024-01-30T04:15:43.773Z | Compiling quote v1.0.35 |
1275 | 2024-01-30T04:15:44.338Z | Compiling syn v2.0.48 |
1276 | 2024-01-30T04:15:44.882Z | Compiling getrandom v0.2.10 |
1277 | 2024-01-30T04:15:44.947Z | Compiling cc v1.0.83 |
1278 | 2024-01-30T04:15:45.209Z | Compiling rand_core v0.6.4 |
1279 | 2024-01-30T04:15:45.299Z | Compiling slab v0.4.9 |
1280 | 2024-01-30T04:15:45.644Z | Compiling log v0.4.20 |
1281 | 2024-01-30T04:15:46.012Z | Compiling scopeguard v1.2.0 |
1282 | 2024-01-30T04:15:46.305Z | Compiling ryu v1.0.15 |
1283 | 2024-01-30T04:15:47.062Z | Compiling pkg-config v0.3.27 |
1284 | 2024-01-30T04:15:47.131Z | Compiling allocator-api2 v0.2.16 |
1285 | 2024-01-30T04:15:47.159Z | Compiling equivalent v1.0.1 |
1286 | 2024-01-30T04:15:47.193Z | Compiling heck v0.4.1 |
1287 | 2024-01-30T04:15:47.311Z | Compiling smallvec v1.11.2 |
1288 | 2024-01-30T04:15:47.943Z | Compiling subtle v2.5.0 |
1289 | 2024-01-30T04:15:47.968Z | Compiling schemars v0.8.16 |
1290 | 2024-01-30T04:15:48.873Z | Compiling vcpkg v0.2.15 |
1291 | 2024-01-30T04:15:49.286Z | Compiling pin-project-lite v0.2.13 |
1292 | 2024-01-30T04:15:49.575Z | Compiling httparse v1.8.0 |
1293 | 2024-01-30T04:15:49.936Z | Compiling ucd-trie v0.1.6 |
1294 | 2024-01-30T04:15:50.045Z | Compiling ring v0.17.7 |
1295 | 2024-01-30T04:15:50.580Z | Compiling parking_lot v0.12.1 |
1296 | 2024-01-30T04:15:50.889Z | Compiling ring v0.16.20 |
1297 | 2024-01-30T04:15:50.916Z | Compiling signal-hook-registry v1.4.1 |
1298 | 2024-01-30T04:15:51.987Z | Compiling fnv v1.0.7 |
1299 | 2024-01-30T04:15:52.240Z | Compiling mio v0.8.9 |
1300 | 2024-01-30T04:15:52.631Z | Compiling openssl-sys v0.9.96 |
1301 | 2024-01-30T04:15:52.875Z | Compiling iana-time-zone v0.1.57 |
1302 | 2024-01-30T04:15:53.475Z | Compiling openssl v0.10.60 |
1303 | 2024-01-30T04:15:53.536Z | Compiling semver v1.0.21 |
1304 | 2024-01-30T04:15:54.061Z | Compiling const-oid v0.9.5 |
1305 | 2024-01-30T04:15:54.277Z | Compiling socket2 v0.5.5 |
1306 | 2024-01-30T04:15:54.303Z | Compiling num_cpus v1.16.0 |
1307 | 2024-01-30T04:15:54.507Z | Compiling rustls v0.21.9 |
1308 | 2024-01-30T04:15:54.662Z | Compiling native-tls v0.2.11 |
1309 | 2024-01-30T04:15:55.602Z | Compiling dyn-clone v1.0.13 |
1310 | 2024-01-30T04:15:55.684Z | Compiling futures-core v0.3.30 |
1311 | 2024-01-30T04:15:55.831Z | Compiling serde_derive_internals v0.26.0 |
1312 | 2024-01-30T04:15:56.567Z | Compiling aho-corasick v1.0.4 |
1313 | 2024-01-30T04:15:57.326Z | Compiling regex-syntax v0.8.2 |
1314 | 2024-01-30T04:15:57.573Z | Compiling spin v0.5.2 |
1315 | 2024-01-30T04:15:57.797Z | Compiling async-trait v0.1.77 |
1316 | 2024-01-30T04:15:58.642Z | Compiling futures-sink v0.3.30 |
1317 | 2024-01-30T04:15:58.891Z | Compiling backtrace v0.3.69 |
1318 | 2024-01-30T04:15:59.437Z | Compiling tinyvec_macros v0.1.1 |
1319 | 2024-01-30T04:15:59.475Z | Compiling rustix v0.38.30 |
1320 | 2024-01-30T04:15:59.546Z | Compiling tinyvec v1.6.0 |
1321 | 2024-01-30T04:16:00.431Z | Compiling futures-channel v0.3.30 |
1322 | 2024-01-30T04:16:01.079Z | Compiling futures-io v0.3.30 |
1323 | 2024-01-30T04:16:01.232Z | Compiling futures-task v0.3.30 |
1324 | 2024-01-30T04:16:01.448Z | Compiling winnow v0.5.15 |
1325 | 2024-01-30T04:16:01.586Z | Compiling pin-utils v0.1.0 |
1326 | 2024-01-30T04:16:02.176Z | Compiling unicode-normalization v0.1.22 |
1327 | 2024-01-30T04:16:02.209Z | Compiling spin v0.9.8 |
1328 | 2024-01-30T04:16:02.596Z | Compiling tracing-core v0.1.31 |
1329 | 2024-01-30T04:16:02.767Z | Compiling unicode-width v0.1.11 |
1330 | 2024-01-30T04:16:03.007Z | Compiling unicode-bidi v0.3.13 |
1331 | 2024-01-30T04:16:04.043Z | Compiling regex-automata v0.4.4 |
1332 | 2024-01-30T04:16:04.259Z | Compiling cpufeatures v0.2.12 |
1333 | 2024-01-30T04:16:04.404Z | Compiling anyhow v1.0.75 |
1334 | 2024-01-30T04:16:05.687Z | Compiling crc32fast v1.3.2 |
1335 | 2024-01-30T04:16:07.195Z | Compiling slog v2.7.0 |
1336 | 2024-01-30T04:16:07.489Z | Compiling time-core v0.1.1 |
1337 | 2024-01-30T04:16:07.733Z | Compiling time-macros v0.2.13 |
1338 | 2024-01-30T04:16:08.523Z | Compiling schemars_derive v0.8.16 |
1339 | 2024-01-30T04:16:08.830Z | Compiling serde_derive v1.0.195 |
1340 | 2024-01-30T04:16:08.865Z | Compiling zerocopy-derive v0.7.32 |
1341 | 2024-01-30T04:16:11.070Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-01-30T04:16:11.155Z | Compiling thiserror-impl v1.0.56 |
1343 | 2024-01-30T04:16:12.740Z | Compiling tokio-macros v2.2.0 |
1344 | 2024-01-30T04:16:13.078Z | Compiling zerocopy v0.7.32 |
1345 | 2024-01-30T04:16:13.486Z | Compiling futures-macro v0.3.30 |
1346 | 2024-01-30T04:16:13.842Z | Compiling zeroize v1.7.0 |
1347 | 2024-01-30T04:16:14.234Z | Compiling tracing-attributes v0.1.26 |
1348 | 2024-01-30T04:16:16.691Z | Compiling hashbrown v0.14.2 |
1349 | 2024-01-30T04:16:16.880Z | Compiling crypto-common v0.1.6 |
1350 | 2024-01-30T04:16:17.018Z | Compiling pest v2.7.6 |
1351 | 2024-01-30T04:16:17.210Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-01-30T04:16:17.291Z | Compiling block-buffer v0.10.4 |
1353 | 2024-01-30T04:16:17.707Z | Compiling digest v0.10.7 |
1354 | 2024-01-30T04:16:18.414Z | Compiling hashbrown v0.13.2 |
1355 | 2024-01-30T04:16:18.439Z | Compiling regex v1.10.3 |
1356 | 2024-01-30T04:16:19.449Z | Compiling futures-util v0.3.30 |
1357 | 2024-01-30T04:16:20.263Z | Compiling der_derive v0.7.2 |
1358 | 2024-01-30T04:16:20.861Z | Compiling tracing v0.1.37 |
1359 | 2024-01-30T04:16:21.712Z | Compiling pest_meta v2.7.6 |
1360 | 2024-01-30T04:16:22.740Z | Compiling num-integer v0.1.45 |
1361 | 2024-01-30T04:16:23.185Z | Compiling foreign-types-shared v0.1.1 |
1362 | 2024-01-30T04:16:23.341Z | Compiling untrusted v0.7.1 |
1363 | 2024-01-30T04:16:23.941Z | Compiling pest_generator v2.7.6 |
1364 | 2024-01-30T04:16:24.184Z | Compiling percent-encoding v2.3.1 |
1365 | 2024-01-30T04:16:25.134Z | Compiling untrusted v0.9.0 |
1366 | 2024-01-30T04:16:28.091Z | Compiling foreign-types v0.3.2 |
1367 | 2024-01-30T04:16:29.691Z | Compiling errno v0.3.8 |
1368 | 2024-01-30T04:16:29.867Z | Compiling try-lock v0.2.4 |
1369 | 2024-01-30T04:16:30.027Z | Compiling unicode-xid v0.2.4 |
1370 | 2024-01-30T04:16:30.083Z | Compiling ppv-lite86 v0.2.17 |
1371 | 2024-01-30T04:16:30.290Z | Compiling base64 v0.21.7 |
1372 | 2024-01-30T04:16:30.572Z | Compiling pest_derive v2.7.6 |
1373 | 2024-01-30T04:16:31.341Z | Compiling sct v0.7.0 |
1374 | 2024-01-30T04:16:31.439Z | Compiling synstructure v0.12.6 |
1375 | 2024-01-30T04:16:31.554Z | Compiling want v0.3.1 |
1376 | 2024-01-30T04:16:31.866Z | Compiling rustls-webpki v0.101.7 |
1377 | 2024-01-30T04:16:31.986Z | Compiling form_urlencoded v1.2.1 |
1378 | 2024-01-30T04:16:32.490Z | Compiling scroll_derive v0.12.0 |
1379 | 2024-01-30T04:16:33.643Z | Compiling bytes v1.5.0 |
1380 | 2024-01-30T04:16:33.741Z | Compiling indexmap v2.1.0 |
1381 | 2024-01-30T04:16:33.782Z | Compiling uuid v1.7.0 |
1382 | 2024-01-30T04:16:34.574Z | Compiling chrono v0.4.31 |
1383 | 2024-01-30T04:16:35.032Z | Compiling http v0.2.11 |
1384 | 2024-01-30T04:16:35.733Z | Compiling tokio v1.35.1 |
1385 | 2024-01-30T04:16:36.417Z | Compiling serde_spanned v0.6.4 |
1386 | 2024-01-30T04:16:36.822Z | Compiling bitflags v2.4.0 |
1387 | 2024-01-30T04:16:37.049Z | Compiling toml_datetime v0.6.5 |
1388 | 2024-01-30T04:16:37.459Z | Compiling toml_edit v0.19.15 |
1389 | 2024-01-30T04:16:37.754Z | Compiling openapiv3 v2.0.0 |
1390 | 2024-01-30T04:16:39.327Z | Compiling rustc_version v0.4.0 |
1391 | 2024-01-30T04:16:43.428Z | Compiling serde_tokenstream v0.2.0 |
1392 | 2024-01-30T04:16:43.697Z | Compiling http-body v0.4.5 |
1393 | 2024-01-30T04:16:44.371Z | Compiling socket2 v0.4.9 |
1394 | 2024-01-30T04:16:45.780Z | Compiling openssl-probe v0.1.5 |
1395 | 2024-01-30T04:16:46.830Z | Compiling httpdate v1.0.3 |
1396 | 2024-01-30T04:16:46.930Z | Compiling tower-service v0.3.2 |
1397 | 2024-01-30T04:16:47.110Z | Compiling io-lifetimes v1.0.11 |
1398 | 2024-01-30T04:16:48.004Z | Compiling zerocopy-derive v0.2.0 |
1399 | 2024-01-30T04:16:49.630Z | Compiling tokio-util v0.7.10 |
1400 | 2024-01-30T04:16:51.059Z | Compiling idna v0.5.0 |
1401 | 2024-01-30T04:16:51.364Z | Compiling lazy_static v1.4.0 |
1402 | 2024-01-30T04:16:51.539Z | Compiling h2 v0.3.24 |
1403 | 2024-01-30T04:16:52.237Z | Compiling thread-id v4.2.0 |
1404 | 2024-01-30T04:16:52.404Z | Compiling crossbeam-utils v0.8.16 |
1405 | 2024-01-30T04:16:53.193Z | Compiling adler v1.0.2 |
1406 | 2024-01-30T04:16:53.546Z | Compiling miniz_oxide v0.7.1 |
1407 | 2024-01-30T04:16:53.821Z | Compiling url v2.5.0 |
1408 | 2024-01-30T04:16:56.593Z | Compiling tokio-rustls v0.24.1 |
1409 | 2024-01-30T04:16:57.113Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2024-01-30T04:16:57.217Z | Compiling rand_chacha v0.3.1 |
1411 | 2024-01-30T04:16:57.509Z | Compiling ipnet v2.9.0 |
1412 | 2024-01-30T04:16:57.820Z | Compiling rustix v0.37.23 |
1413 | 2024-01-30T04:16:58.735Z | Compiling rand v0.8.5 |
1414 | 2024-01-30T04:16:58.803Z | Compiling serde_urlencoded v0.7.1 |
1415 | 2024-01-30T04:16:59.625Z | Compiling rustls-pemfile v1.0.3 |
1416 | 2024-01-30T04:17:00.248Z | Compiling usdt-impl v0.3.5 |
1417 | 2024-01-30T04:17:00.273Z | Compiling encoding_rs v0.8.33 |
1418 | 2024-01-30T04:17:00.447Z | Compiling webpki-roots v0.25.2 |
1419 | 2024-01-30T04:17:00.760Z | Compiling gimli v0.28.0 |
1420 | 2024-01-30T04:17:00.977Z | Compiling mime v0.3.17 |
1421 | 2024-01-30T04:17:03.021Z | Compiling hyper v0.14.27 |
1422 | 2024-01-30T04:17:04.192Z | Compiling regress v0.7.1 |
1423 | 2024-01-30T04:17:04.678Z | Compiling object v0.32.1 |
1424 | 2024-01-30T04:17:06.830Z | Compiling num-bigint v0.4.4 |
1425 | 2024-01-30T04:17:08.145Z | Compiling addr2line v0.21.0 |
1426 | 2024-01-30T04:17:08.169Z | Compiling usdt-impl v0.5.0 |
1427 | 2024-01-30T04:17:08.350Z | Compiling rustc-demangle v0.1.23 |
1428 | 2024-01-30T04:17:09.569Z | Compiling flate2 v1.0.28 |
1429 | 2024-01-30T04:17:09.885Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1430 | 2024-01-30T04:17:10.001Z | Compiling zerocopy v0.3.0 |
1431 | 2024-01-30T04:17:10.475Z | Compiling heapless v0.7.16 |
1432 | 2024-01-30T04:17:11.132Z | Compiling scroll v0.12.0 |
1433 | 2024-01-30T04:17:11.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1434 | 2024-01-30T04:17:11.518Z | Compiling plain v0.2.3 |
1435 | 2024-01-30T04:17:11.771Z | Compiling rustversion v1.0.14 |
1436 | 2024-01-30T04:17:12.038Z | Compiling signal-hook v0.3.17 |
1437 | 2024-01-30T04:17:12.930Z | Compiling goblin v0.8.0 |
1438 | 2024-01-30T04:17:13.673Z | Compiling dof v0.1.5 |
1439 | 2024-01-30T04:17:14.529Z | Compiling hyper-tls v0.5.0 |
1440 | 2024-01-30T04:17:15.055Z | Compiling hyper-rustls v0.24.2 |
1441 | 2024-01-30T04:17:15.578Z | Compiling reqwest v0.11.22 |
1442 | 2024-01-30T04:17:16.298Z | Compiling toml v0.7.8 |
1443 | 2024-01-30T04:17:18.611Z | Compiling toml_edit v0.21.0 |
1444 | 2024-01-30T04:17:19.222Z | Compiling hex v0.4.3 |
1445 | 2024-01-30T04:17:19.778Z | Compiling dtrace-parser v0.1.14 |
1446 | 2024-01-30T04:17:20.205Z | Compiling memoffset v0.9.0 |
1447 | 2024-01-30T04:17:20.208Z | Compiling base64ct v1.6.0 |
1448 | 2024-01-30T04:17:20.676Z | Compiling strsim v0.10.0 |
1449 | 2024-01-30T04:17:21.283Z | Compiling camino v1.1.6 |
1450 | 2024-01-30T04:17:21.447Z | Compiling pretty-hex v0.4.1 |
1451 | 2024-01-30T04:17:22.229Z | Compiling dof v0.3.0 |
1452 | 2024-01-30T04:17:25.388Z | Compiling serde_tokenstream v0.1.7 |
1453 | 2024-01-30T04:17:26.023Z | Compiling dtrace-parser v0.2.0 |
1454 | 2024-01-30T04:17:27.415Z | Compiling bitflags v1.3.2 |
1455 | 2024-01-30T04:17:27.562Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1456 | 2024-01-30T04:17:27.919Z | Compiling smoltcp v0.9.1 |
1457 | 2024-01-30T04:17:28.066Z | Compiling pem-rfc7468 v0.7.0 |
1458 | 2024-01-30T04:17:28.820Z | Compiling strum_macros v0.25.2 |
1459 | 2024-01-30T04:17:29.293Z | Compiling hmac v0.12.1 |
1460 | 2024-01-30T04:17:29.665Z | Compiling enum-as-inner v0.5.1 |
1461 | 2024-01-30T04:17:29.918Z | Compiling crossbeam-epoch v0.9.15 |
1462 | 2024-01-30T04:17:30.441Z | Compiling num-iter v0.1.43 |
1463 | 2024-01-30T04:17:30.625Z | Compiling siphasher v0.3.11 |
1464 | 2024-01-30T04:17:31.369Z | Compiling unicode-segmentation v1.10.1 |
1465 | 2024-01-30T04:17:31.583Z | Compiling flagset v0.4.3 |
1466 | 2024-01-30T04:17:31.908Z | Compiling der v0.7.8 |
1467 | 2024-01-30T04:17:31.985Z | Compiling usdt-attr-macro v0.3.5 |
1468 | 2024-01-30T04:17:32.103Z | Compiling usdt-macro v0.3.5 |
1469 | 2024-01-30T04:17:34.095Z | Compiling zerocopy-derive v0.6.4 |
1470 | 2024-01-30T04:17:34.265Z | Compiling hubpack_derive v0.1.1 |
1471 | 2024-01-30T04:17:36.576Z | Compiling anstyle v1.0.2 |
1472 | 2024-01-30T04:17:36.705Z | Compiling utf8parse v0.2.1 |
1473 | 2024-01-30T04:17:36.952Z | Compiling deranged v0.3.8 |
1474 | 2024-01-30T04:17:37.763Z | Compiling num_threads v0.1.6 |
1475 | 2024-01-30T04:17:37.952Z | Compiling sha2 v0.10.8 |
1476 | 2024-01-30T04:17:37.955Z | Compiling anstyle-parse v0.2.1 |
1477 | 2024-01-30T04:17:38.661Z | Compiling spki v0.7.2 |
1478 | 2024-01-30T04:17:39.930Z | Compiling time v0.3.27 |
1479 | 2024-01-30T04:17:41.488Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1480 | 2024-01-30T04:17:43.078Z | Compiling md-5 v0.10.5 |
1481 | 2024-01-30T04:17:43.235Z | Compiling block-padding v0.3.3 |
1482 | 2024-01-30T04:17:43.639Z | Compiling clap_derive v4.4.2 |
1483 | 2024-01-30T04:17:44.121Z | Compiling stringprep v0.1.3 |
1484 | 2024-01-30T04:17:44.440Z | Compiling getopts v0.2.21 |
1485 | 2024-01-30T04:17:45.777Z | Compiling diesel_table_macro_syntax v0.1.0 |
1486 | 2024-01-30T04:17:46.453Z | Compiling hash32 v0.2.1 |
1487 | 2024-01-30T04:17:47.051Z | Compiling stable_deref_trait v1.2.0 |
1488 | 2024-01-30T04:17:49.082Z | Compiling anstyle-query v1.0.0 |
1489 | 2024-01-30T04:17:49.279Z | Compiling colorchoice v1.0.0 |
1490 | 2024-01-30T04:17:49.511Z | Compiling fallible-iterator v0.2.0 |
1491 | 2024-01-30T04:17:50.009Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1492 | 2024-01-30T04:17:50.168Z | Compiling anstream v0.5.0 |
1493 | 2024-01-30T04:17:50.694Z | Compiling postgres-protocol v0.6.6 |
1494 | 2024-01-30T04:17:51.277Z | Compiling diesel_derives v2.1.2 |
1495 | 2024-01-30T04:17:52.187Z | Compiling inout v0.1.3 |
1496 | 2024-01-30T04:17:52.814Z | Compiling terminal_size v0.2.6 |
1497 | 2024-01-30T04:17:53.549Z | Compiling pkcs8 v0.10.2 |
1498 | 2024-01-30T04:17:53.955Z | Compiling phf_shared v0.11.2 |
1499 | 2024-01-30T04:17:56.454Z | Compiling ff v0.13.0 |
1500 | 2024-01-30T04:17:57.220Z | Compiling serde_repr v0.1.16 |
1501 | 2024-01-30T04:17:57.909Z | Compiling scheduled-thread-pool v0.2.7 |
1502 | 2024-01-30T04:17:58.878Z | Compiling managed v0.8.0 |
1503 | 2024-01-30T04:17:59.617Z | Compiling regex-automata v0.1.10 |
1504 | 2024-01-30T04:17:59.642Z | Compiling unsafe-libyaml v0.2.10 |
1505 | 2024-01-30T04:18:00.387Z | Compiling bit-vec v0.6.3 |
1506 | 2024-01-30T04:18:01.043Z | Compiling base16ct v0.2.0 |
1507 | 2024-01-30T04:18:01.127Z | Compiling matches v0.1.10 |
1508 | 2024-01-30T04:18:01.264Z | Compiling clap_lex v0.5.1 |
1509 | 2024-01-30T04:18:01.573Z | Compiling sec1 v0.7.3 |
1510 | 2024-01-30T04:18:02.088Z | Compiling serde_yaml v0.9.25 |
1511 | 2024-01-30T04:18:03.568Z | Compiling clap_builder v4.4.2 |
1512 | 2024-01-30T04:18:04.786Z | Compiling idna v0.2.3 |
1513 | 2024-01-30T04:18:07.531Z | Compiling bstr v0.2.17 |
1514 | 2024-01-30T04:18:09.154Z | Compiling r2d2 v0.8.10 |
1515 | 2024-01-30T04:18:09.963Z | Compiling group v0.13.0 |
1516 | 2024-01-30T04:18:12.073Z | Compiling phf v0.11.2 |
1517 | 2024-01-30T04:18:12.175Z | Compiling signal-hook-mio v0.2.3 |
1518 | 2024-01-30T04:18:12.409Z | Compiling bzip2 v0.4.4 |
1519 | 2024-01-30T04:18:12.522Z | Compiling cipher v0.4.4 |
1520 | 2024-01-30T04:18:12.623Z | Compiling postgres-types v0.2.6 |
1521 | 2024-01-30T04:18:12.726Z | Compiling zerocopy v0.6.4 |
1522 | 2024-01-30T04:18:13.022Z | Compiling hubpack v0.1.2 |
1523 | 2024-01-30T04:18:13.320Z | Compiling phf_shared v0.10.0 |
1524 | 2024-01-30T04:18:13.972Z | Compiling hkdf v0.12.4 |
1525 | 2024-01-30T04:18:14.138Z | Compiling crypto-bigint v0.5.2 |
1526 | 2024-01-30T04:18:14.212Z | Compiling ipnetwork v0.20.0 |
1527 | 2024-01-30T04:18:14.358Z | Compiling futures-executor v0.3.30 |
1528 | 2024-01-30T04:18:15.391Z | Compiling float-cmp v0.9.0 |
1529 | 2024-01-30T04:18:15.750Z | Compiling fixedbitset v0.4.2 |
1530 | 2024-01-30T04:18:16.492Z | Compiling minimal-lexical v0.2.1 |
1531 | 2024-01-30T04:18:17.064Z | Compiling normalize-line-endings v0.3.0 |
1532 | 2024-01-30T04:18:18.256Z | Compiling whoami v1.4.1 |
1533 | 2024-01-30T04:18:18.703Z | Compiling new_debug_unreachable v1.0.4 |
1534 | 2024-01-30T04:18:18.840Z | Compiling regex-automata v0.3.8 |
1535 | 2024-01-30T04:18:19.253Z | Compiling either v1.9.0 |
1536 | 2024-01-30T04:18:19.795Z | Compiling precomputed-hash v0.1.1 |
1537 | 2024-01-30T04:18:19.925Z | Compiling difflib v0.4.0 |
1538 | 2024-01-30T04:18:19.925Z | Compiling data-encoding v2.4.0 |
1539 | 2024-01-30T04:18:19.971Z | Compiling static_assertions v1.1.0 |
1540 | 2024-01-30T04:18:20.120Z | Compiling predicates-core v1.0.6 |
1541 | 2024-01-30T04:18:22.709Z | Compiling bstr v1.6.0 |
1542 | 2024-01-30T04:18:23.036Z | Compiling trust-dns-proto v0.22.0 |
1543 | 2024-01-30T04:18:23.769Z | Compiling predicates v3.1.0 |
1544 | 2024-01-30T04:18:24.115Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1545 | 2024-01-30T04:18:25.306Z | Compiling string_cache v0.8.7 |
1546 | 2024-01-30T04:18:25.813Z | Compiling itertools v0.10.5 |
1547 | 2024-01-30T04:18:25.841Z | Compiling diesel v2.1.4 |
1548 | 2024-01-30T04:18:25.841Z | Compiling tokio-postgres v0.7.10 |
1549 | 2024-01-30T04:18:26.553Z | Compiling elliptic-curve v0.13.8 |
1550 | 2024-01-30T04:18:27.781Z | Compiling nom v7.1.3 |
1551 | 2024-01-30T04:18:30.048Z | Compiling petgraph v0.6.4 |
1552 | 2024-01-30T04:18:30.358Z | Compiling yasna v0.5.2 |
1553 | 2024-01-30T04:18:32.387Z | Compiling futures v0.3.30 |
1554 | 2024-01-30T04:18:33.879Z | Compiling zip v0.6.6 |
1555 | 2024-01-30T04:18:33.964Z | Compiling crossterm v0.27.0 |
1556 | 2024-01-30T04:18:34.868Z | Compiling clap v4.4.3 |
1557 | 2024-01-30T04:18:34.997Z | Compiling similar v2.3.0 |
1558 | 2024-01-30T04:18:35.999Z | Compiling bit-set v0.5.3 |
1559 | 2024-01-30T04:18:36.067Z | Compiling usdt v0.3.5 |
1560 | 2024-01-30T04:18:36.458Z | Compiling console v0.15.8 |
1561 | 2024-01-30T04:18:36.516Z | Compiling tokio-stream v0.1.14 |
1562 | 2024-01-30T04:18:38.895Z | Compiling lalrpop-util v0.19.12 |
1563 | 2024-01-30T04:18:45.078Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1564 | 2024-01-30T04:18:58.002Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1565 | 2024-01-30T04:19:28.748Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1566 | 2024-01-30T04:19:42.158Z | Compiling sha1 v0.10.6 |
1567 | 2024-01-30T04:19:42.814Z | Compiling atty v0.2.14 |
1568 | 2024-01-30T04:19:43.014Z | Compiling match_cfg v0.1.0 |
1569 | 2024-01-30T04:19:43.153Z | Compiling hostname v0.3.1 |
1570 | 2024-01-30T04:19:43.305Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1571 | 2024-01-30T04:19:43.525Z | Compiling dirs-sys-next v0.1.2 |
1572 | 2024-01-30T04:19:43.928Z | Compiling rustls-pki-types v1.1.0 |
1573 | 2024-01-30T04:19:44.128Z | Compiling ident_case v1.0.1 |
1574 | 2024-01-30T04:19:44.399Z | Compiling darling_core v0.20.3 |
1575 | 2024-01-30T04:19:44.530Z | Compiling dirs-next v2.0.0 |
1576 | 2024-01-30T04:19:45.155Z | Compiling thread_local v1.1.7 |
1577 | 2024-01-30T04:19:45.299Z | Compiling slog-async v2.8.0 |
1578 | 2024-01-30T04:19:46.052Z | Compiling rustls v0.22.2 |
1579 | 2024-01-30T04:19:46.350Z | Compiling term v0.7.0 |
1580 | 2024-01-30T04:19:46.519Z | Compiling rustls-webpki v0.102.1 |
1581 | 2024-01-30T04:19:46.713Z | Compiling crossbeam-channel v0.5.8 |
1582 | 2024-01-30T04:19:46.842Z | Compiling multer v3.0.0 |
1583 | 2024-01-30T04:19:47.293Z | Compiling instant v0.1.12 |
1584 | 2024-01-30T04:19:47.506Z | Compiling take_mut v0.2.2 |
1585 | 2024-01-30T04:19:47.738Z | Compiling paste v1.0.14 |
1586 | 2024-01-30T04:19:48.721Z | Compiling slog-term v2.9.0 |
1587 | 2024-01-30T04:19:48.932Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1588 | 2024-01-30T04:19:49.260Z | Compiling slog-json v2.6.1 |
1589 | 2024-01-30T04:19:49.856Z | Compiling http v1.0.0 |
1590 | 2024-01-30T04:19:50.091Z | Compiling async-stream-impl v0.3.5 |
1591 | 2024-01-30T04:19:50.269Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1592 | 2024-01-30T04:19:50.734Z | Compiling atomic-waker v1.1.1 |
1593 | 2024-01-30T04:19:50.797Z | Compiling debug-ignore v1.0.5 |
1594 | 2024-01-30T04:19:51.007Z | Compiling waitgroup v0.1.2 |
1595 | 2024-01-30T04:19:51.129Z | Compiling slog-bunyan v2.5.0 |
1596 | 2024-01-30T04:19:51.437Z | Compiling rustls-pemfile v2.0.0 |
1597 | 2024-01-30T04:19:52.179Z | Compiling toml v0.8.8 |
1598 | 2024-01-30T04:19:52.459Z | Compiling async-stream v0.3.5 |
1599 | 2024-01-30T04:19:53.404Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1600 | 2024-01-30T04:19:54.121Z | Compiling serde_path_to_error v0.1.15 |
1601 | 2024-01-30T04:19:54.647Z | Compiling darling_macro v0.20.3 |
1602 | 2024-01-30T04:19:54.805Z | Compiling structmeta-derive v0.2.0 |
1603 | 2024-01-30T04:19:55.095Z | Compiling strum v0.25.0 |
1604 | 2024-01-30T04:19:55.358Z | Compiling regex-syntax v0.7.5 |
1605 | 2024-01-30T04:19:55.509Z | Compiling backoff v0.4.0 |
1606 | 2024-01-30T04:19:56.057Z | Compiling tokio-rustls v0.25.0 |
1607 | 2024-01-30T04:19:56.287Z | Compiling darling v0.20.3 |
1608 | 2024-01-30T04:19:56.508Z | Compiling serde_with_macros v3.5.1 |
1609 | 2024-01-30T04:19:56.749Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-01-30T04:19:57.946Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1611 | 2024-01-30T04:19:58.191Z | Compiling macaddr v1.0.1 |
1612 | 2024-01-30T04:19:58.437Z | Compiling proc-macro-error-attr v1.0.4 |
1613 | 2024-01-30T04:19:58.948Z | Compiling proc-macro-crate v1.3.1 |
1614 | 2024-01-30T04:19:58.997Z | Compiling proc-macro-error v1.0.4 |
1615 | 2024-01-30T04:19:59.465Z | Compiling heapless v0.8.0 |
1616 | 2024-01-30T04:19:59.976Z | Compiling structmeta v0.2.0 |
1617 | 2024-01-30T04:20:00.807Z | Compiling num_enum_derive v0.5.11 |
1618 | 2024-01-30T04:20:00.888Z | Compiling hash32 v0.3.1 |
1619 | 2024-01-30T04:20:01.278Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1620 | 2024-01-30T04:20:01.858Z | Compiling serde_with v3.5.1 |
1621 | 2024-01-30T04:20:01.882Z | Compiling smoltcp v0.11.0 |
1622 | 2024-01-30T04:20:03.535Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1623 | 2024-01-30T04:20:03.959Z | Compiling fastrand v2.0.0 |
1624 | 2024-01-30T04:20:04.876Z | Compiling cobs v0.2.3 |
1625 | 2024-01-30T04:20:04.900Z | Compiling same-file v1.0.6 |
1626 | 2024-01-30T04:20:05.269Z | Compiling embedded-io v0.4.0 |
1627 | 2024-01-30T04:20:05.375Z | Compiling walkdir v2.4.0 |
1628 | 2024-01-30T04:20:05.527Z | Compiling num_enum v0.5.11 |
1629 | 2024-01-30T04:20:05.624Z | Compiling postcard v1.0.8 |
1630 | 2024-01-30T04:20:06.526Z | Compiling tempfile v3.9.0 |
1631 | 2024-01-30T04:20:06.777Z | Compiling semver-parser v0.10.2 |
1632 | 2024-01-30T04:20:07.044Z | Compiling foreign-types-macros v0.2.3 |
1633 | 2024-01-30T04:20:07.191Z | Compiling parse-display-derive v0.8.2 |
1634 | 2024-01-30T04:20:07.973Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1635 | 2024-01-30T04:20:08.432Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1636 | 2024-01-30T04:20:08.712Z | Compiling crucible-workspace-hack v0.1.0 |
1637 | 2024-01-30T04:20:08.991Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1638 | 2024-01-30T04:20:09.131Z | Compiling foreign-types-shared v0.3.1 |
1639 | 2024-01-30T04:20:09.304Z | Compiling foreign-types v0.5.0 |
1640 | 2024-01-30T04:20:09.526Z | Compiling semver v0.11.0 |
1641 | 2024-01-30T04:20:10.306Z | Compiling is-terminal v0.4.9 |
1642 | 2024-01-30T04:20:10.450Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1643 | 2024-01-30T04:20:10.503Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-01-30T04:20:10.847Z | Compiling cstr-argument v0.1.2 |
1645 | 2024-01-30T04:20:11.179Z | Compiling xattr v1.0.1 |
1646 | 2024-01-30T04:20:11.215Z | Compiling filetime v0.2.23 |
1647 | 2024-01-30T04:20:11.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1648 | 2024-01-30T04:20:11.635Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1649 | 2024-01-30T04:20:11.719Z | Compiling home v0.5.5 |
1650 | 2024-01-30T04:20:11.744Z | Compiling pretty-hex v0.2.1 |
1651 | 2024-01-30T04:20:11.972Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1652 | 2024-01-30T04:20:12.027Z | Compiling toolchain_find v0.2.0 |
1653 | 2024-01-30T04:20:12.083Z | Compiling tar v0.4.40 |
1654 | 2024-01-30T04:20:12.159Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1655 | 2024-01-30T04:20:12.513Z | Compiling colored v2.0.4 |
1656 | 2024-01-30T04:20:13.163Z | Compiling toml v0.5.11 |
1657 | 2024-01-30T04:20:13.642Z | Compiling platforms v3.0.2 |
1658 | 2024-01-30T04:20:13.720Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1659 | 2024-01-30T04:20:14.239Z | Compiling topological-sort v0.2.2 |
1660 | 2024-01-30T04:20:14.440Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1661 | 2024-01-30T04:20:14.554Z | Compiling omicron-zone-package v0.10.1 |
1662 | 2024-01-30T04:20:14.657Z | Compiling parse-display v0.8.2 |
1663 | 2024-01-30T04:20:14.961Z | Compiling camino-tempfile v1.1.1 |
1664 | 2024-01-30T04:20:15.220Z | Compiling zone_cfg_derive v0.3.0 |
1665 | 2024-01-30T04:20:15.536Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1666 | 2024-01-30T04:20:15.621Z | Compiling textwrap v0.11.0 |
1667 | 2024-01-30T04:20:16.229Z | Compiling rustfmt-wrapper v0.2.0 |
1668 | 2024-01-30T04:20:16.526Z | Compiling heck v0.3.3 |
1669 | 2024-01-30T04:20:17.302Z | Compiling num-derive v0.4.0 |
1670 | 2024-01-30T04:20:17.719Z | Compiling strsim v0.8.0 |
1671 | 2024-01-30T04:20:17.767Z | Compiling libefi-sys v0.1.0 |
1672 | 2024-01-30T04:20:18.205Z | Compiling ansi_term v0.12.1 |
1673 | 2024-01-30T04:20:18.757Z | Compiling vec_map v0.8.2 |
1674 | 2024-01-30T04:20:19.109Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1675 | 2024-01-30T04:20:19.223Z | Compiling clap v2.34.0 |
1676 | 2024-01-30T04:20:19.462Z | Compiling zone v0.3.0 |
1677 | 2024-01-30T04:20:20.098Z | Compiling structopt-derive v0.4.18 |
1678 | 2024-01-30T04:20:20.792Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1679 | 2024-01-30T04:20:21.225Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1680 | 2024-01-30T04:20:21.551Z | Compiling smf v0.2.2 |
1681 | 2024-01-30T04:20:22.093Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1682 | 2024-01-30T04:20:22.516Z | Compiling unicase v2.7.0 |
1683 | 2024-01-30T04:20:22.658Z | Compiling semver v0.1.20 |
1684 | 2024-01-30T04:20:22.798Z | Compiling curve25519-dalek v4.1.1 |
1685 | 2024-01-30T04:20:22.967Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1686 | 2024-01-30T04:20:23.679Z | Compiling rustc_version v0.1.7 |
1687 | 2024-01-30T04:20:23.727Z | Compiling universal-hash v0.5.1 |
1688 | 2024-01-30T04:20:23.807Z | Compiling opaque-debug v0.3.0 |
1689 | 2024-01-30T04:20:23.945Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1690 | 2024-01-30T04:20:23.980Z | Compiling curve25519-dalek-derive v0.1.0 |
1691 | 2024-01-30T04:20:24.019Z | Compiling num-rational v0.4.1 |
1692 | 2024-01-30T04:20:24.045Z | Compiling getrandom v0.1.16 |
1693 | 2024-01-30T04:20:24.457Z | Compiling newtype_derive v0.1.6 |
1694 | 2024-01-30T04:20:24.784Z | Compiling usdt-macro v0.5.0 |
1695 | 2024-01-30T04:20:24.865Z | Compiling usdt-attr-macro v0.5.0 |
1696 | 2024-01-30T04:20:25.007Z | Compiling password-hash v0.5.0 |
1697 | 2024-01-30T04:20:25.153Z | Compiling signature v2.1.0 |
1698 | 2024-01-30T04:20:25.226Z | Compiling structopt v0.3.26 |
1699 | 2024-01-30T04:20:25.531Z | Compiling blake2 v0.10.6 |
1700 | 2024-01-30T04:20:26.300Z | Compiling memmap v0.7.0 |
1701 | 2024-01-30T04:20:26.865Z | Compiling quick-error v1.2.3 |
1702 | 2024-01-30T04:20:26.946Z | Compiling linked-hash-map v0.5.6 |
1703 | 2024-01-30T04:20:27.093Z | Compiling parking_lot_core v0.8.6 |
1704 | 2024-01-30T04:20:27.279Z | Compiling resolv-conf v0.7.0 |
1705 | 2024-01-30T04:20:27.527Z | Compiling lru-cache v0.1.2 |
1706 | 2024-01-30T04:20:27.622Z | Compiling usdt v0.5.0 |
1707 | 2024-01-30T04:20:27.802Z | Compiling argon2 v0.5.3 |
1708 | 2024-01-30T04:20:28.636Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1709 | 2024-01-30T04:20:28.679Z | Compiling aead v0.5.2 |
1710 | 2024-01-30T04:20:29.041Z | Compiling num-complex v0.4.4 |
1711 | 2024-01-30T04:20:29.193Z | Compiling nibble_vec v0.1.0 |
1712 | 2024-01-30T04:20:29.505Z | Compiling slog-dtrace v0.3.0 |
1713 | 2024-01-30T04:20:29.967Z | Compiling utf-8 v0.7.6 |
1714 | 2024-01-30T04:20:30.486Z | Compiling keccak v0.1.4 |
1715 | 2024-01-30T04:20:30.788Z | Compiling arc-swap v1.6.0 |
1716 | 2024-01-30T04:20:31.342Z | Compiling winapi v0.3.9 |
1717 | 2024-01-30T04:20:31.918Z | Compiling endian-type v0.1.2 |
1718 | 2024-01-30T04:20:32.230Z | Compiling cancel-safe-futures v0.1.5 |
1719 | 2024-01-30T04:20:32.264Z | Compiling radix_trie v0.2.1 |
1720 | 2024-01-30T04:20:32.813Z | Compiling slog-scope v4.4.0 |
1721 | 2024-01-30T04:20:33.126Z | Compiling sha3 v0.10.8 |
1722 | 2024-01-30T04:20:33.246Z | Compiling num v0.4.1 |
1723 | 2024-01-30T04:20:33.339Z | Compiling tungstenite v0.20.1 |
1724 | 2024-01-30T04:20:33.496Z | Compiling mime_guess v2.0.4 |
1725 | 2024-01-30T04:20:33.686Z | Compiling steno v0.4.0 |
1726 | 2024-01-30T04:20:34.493Z | Compiling rand_core v0.5.1 |
1727 | 2024-01-30T04:20:34.697Z | Compiling trust-dns-resolver v0.22.0 |
1728 | 2024-01-30T04:20:35.647Z | Compiling poly1305 v0.8.0 |
1729 | 2024-01-30T04:20:36.653Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1730 | 2024-01-30T04:20:37.062Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1731 | 2024-01-30T04:20:38.488Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1732 | 2024-01-30T04:20:38.599Z | Compiling chacha20 v0.9.1 |
1733 | 2024-01-30T04:20:39.145Z | Compiling rfc6979 v0.4.0 |
1734 | 2024-01-30T04:20:39.328Z | Compiling secrecy v0.8.0 |
1735 | 2024-01-30T04:20:39.436Z | Compiling thiserror-impl-no-std v2.0.2 |
1736 | 2024-01-30T04:20:39.710Z | Compiling half v2.3.1 |
1737 | 2024-01-30T04:20:40.660Z | Compiling convert_case v0.4.0 |
1738 | 2024-01-30T04:20:41.183Z | Compiling option-ext v0.2.0 |
1739 | 2024-01-30T04:20:41.372Z | Compiling ciborium-io v0.2.2 |
1740 | 2024-01-30T04:20:41.600Z | Compiling ciborium-ll v0.2.2 |
1741 | 2024-01-30T04:20:42.241Z | Compiling derive_more v0.99.17 |
1742 | 2024-01-30T04:20:42.303Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1743 | 2024-01-30T04:20:42.326Z | Compiling dirs-sys v0.4.1 |
1744 | 2024-01-30T04:20:43.352Z | Compiling ecdsa v0.16.9 |
1745 | 2024-01-30T04:20:44.925Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1746 | 2024-01-30T04:20:44.969Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1747 | 2024-01-30T04:20:45.427Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1748 | 2024-01-30T04:20:46.789Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1749 | 2024-01-30T04:20:47.388Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1750 | 2024-01-30T04:20:47.876Z | Compiling thiserror-no-std v2.0.2 |
1751 | 2024-01-30T04:20:47.989Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1752 | 2024-01-30T04:20:48.144Z | Compiling parking_lot v0.11.2 |
1753 | 2024-01-30T04:20:48.495Z | Compiling tokio-tungstenite v0.20.1 |
1754 | 2024-01-30T04:20:48.663Z | Compiling rand_chacha v0.2.2 |
1755 | 2024-01-30T04:20:49.827Z | Compiling slog-stdlog v4.1.1 |
1756 | 2024-01-30T04:20:50.381Z | Compiling trust-dns-client v0.22.0 |
1757 | 2024-01-30T04:20:51.040Z | Compiling ed25519 v2.2.2 |
1758 | 2024-01-30T04:20:51.097Z | Compiling polyval v0.6.1 |
1759 | 2024-01-30T04:20:51.301Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1760 | 2024-01-30T04:20:51.812Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1761 | 2024-01-30T04:20:51.836Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1762 | 2024-01-30T04:20:55.506Z | Compiling primeorder v0.13.6 |
1763 | 2024-01-30T04:20:56.321Z | Compiling blowfish v0.9.1 |
1764 | 2024-01-30T04:20:56.837Z | Compiling ctr v0.9.2 |
1765 | 2024-01-30T04:20:57.079Z | Compiling aes v0.8.3 |
1766 | 2024-01-30T04:20:57.392Z | Compiling password-hash v0.4.2 |
1767 | 2024-01-30T04:20:58.945Z | Compiling libsw v3.3.1 |
1768 | 2024-01-30T04:20:59.421Z | Compiling pbkdf2 v0.12.2 |
1769 | 2024-01-30T04:20:59.678Z | Compiling derive-where v1.2.7 |
1770 | 2024-01-30T04:21:02.157Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1771 | 2024-01-30T04:21:05.398Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1772 | 2024-01-30T04:21:05.987Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1773 | 2024-01-30T04:21:11.653Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1774 | 2024-01-30T04:21:14.420Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1775 | 2024-01-30T04:21:15.395Z | Compiling fxhash v0.2.1 |
1776 | 2024-01-30T04:21:15.692Z | Compiling swrite v0.1.0 |
1777 | 2024-01-30T04:21:15.717Z | Compiling linear-map v1.2.0 |
1778 | 2024-01-30T04:21:15.887Z | Compiling owo-colors v4.0.0 |
1779 | 2024-01-30T04:21:16.282Z | Compiling sled v0.34.7 |
1780 | 2024-01-30T04:21:17.637Z | Compiling trust-dns-server v0.22.1 |
1781 | 2024-01-30T04:21:17.803Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1782 | 2024-01-30T04:21:19.042Z | Compiling bcrypt-pbkdf v0.10.0 |
1783 | 2024-01-30T04:21:19.092Z | Compiling pbkdf2 v0.11.0 |
1784 | 2024-01-30T04:21:19.663Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1785 | 2024-01-30T04:21:19.985Z | Compiling p256 v0.13.2 |
1786 | 2024-01-30T04:21:20.109Z | Compiling ghash v0.5.0 |
1787 | 2024-01-30T04:21:20.324Z | Compiling ed25519-dalek v2.0.0 |
1788 | 2024-01-30T04:21:20.382Z | Compiling russh-cryptovec v0.7.0 |
1789 | 2024-01-30T04:21:20.840Z | Compiling slog-envlogger v2.2.0 |
1790 | 2024-01-30T04:21:21.115Z | Compiling rand v0.7.3 |
1791 | 2024-01-30T04:21:22.238Z | Compiling vsss-rs v3.3.4 |
1792 | 2024-01-30T04:21:22.261Z | Compiling dirs v5.0.1 |
1793 | 2024-01-30T04:21:22.554Z | Compiling ciborium v0.2.2 |
1794 | 2024-01-30T04:21:23.338Z | Compiling chacha20poly1305 v0.10.1 |
1795 | 2024-01-30T04:21:23.667Z | Compiling cbc v0.1.2 |
1796 | 2024-01-30T04:21:24.042Z | Compiling pem v3.0.2 |
1797 | 2024-01-30T04:21:25.047Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1798 | 2024-01-30T04:21:25.301Z | Compiling headers-core v0.2.0 |
1799 | 2024-01-30T04:21:25.539Z | Compiling kstat-rs v0.2.3 |
1800 | 2024-01-30T04:21:26.027Z | Compiling glob v0.3.1 |
1801 | 2024-01-30T04:21:26.196Z | Compiling md5 v0.7.0 |
1802 | 2024-01-30T04:21:26.725Z | Compiling http-range v0.1.5 |
1803 | 2024-01-30T04:21:27.029Z | Compiling hyper-staticfile v0.9.5 |
1804 | 2024-01-30T04:21:27.212Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1805 | 2024-01-30T04:21:27.293Z | Compiling russh-keys v0.40.1 |
1806 | 2024-01-30T04:21:27.759Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1807 | 2024-01-30T04:21:28.599Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1808 | 2024-01-30T04:21:31.864Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1809 | 2024-01-30T04:21:32.404Z | Compiling headers v0.3.9 |
1810 | 2024-01-30T04:21:32.800Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1811 | 2024-01-30T04:21:35.582Z | Compiling rcgen v0.12.1 |
1812 | 2024-01-30T04:21:35.888Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1813 | 2024-01-30T04:21:36.584Z | Compiling aes-gcm v0.10.3 |
1814 | 2024-01-30T04:21:42.142Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1815 | 2024-01-30T04:21:42.444Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1816 | 2024-01-30T04:21:44.160Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1817 | 2024-01-30T04:21:47.360Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1818 | 2024-01-30T04:21:49.670Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1819 | 2024-01-30T04:21:50.070Z | Compiling atomicwrites v0.4.3 |
1820 | 2024-01-30T04:21:50.266Z | Compiling itertools v0.12.0 |
1821 | 2024-01-30T04:21:50.626Z | Compiling subprocess v0.2.9 |
1822 | 2024-01-30T04:21:54.159Z | Compiling hex-literal v0.4.1 |
1823 | 2024-01-30T04:21:54.337Z | Compiling display-error-chain v0.2.0 |
1824 | 2024-01-30T04:21:54.382Z | Compiling russh v0.40.2 |
1825 | 2024-01-30T04:21:54.594Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1826 | 2024-01-30T04:21:55.448Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1827 | 2024-01-30T04:22:07.768Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1828 | 2024-01-30T04:22:09.498Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1829 | 2024-01-30T04:22:41.557Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1830 | 2024-01-30T04:24:07.288Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 51s |
1831 | 2024-01-30T04:24:07.640Z | |
1832 | 2024-01-30T04:24:07.640Z | real 8:51.496157183 |
1833 | 2024-01-30T04:24:07.643Z | user 47:51.419100426 |
1834 | 2024-01-30T04:24:07.643Z | sys 7:19.295036744 |
1835 | 2024-01-30T04:24:07.643Z | trap 1.668191759 |
1836 | 2024-01-30T04:24:07.643Z | tflt 3.262148623 |
1837 | 2024-01-30T04:24:07.643Z | dflt 6.256721143 |
1838 | 2024-01-30T04:24:07.643Z | kflt 0.016018964 |
1839 | 2024-01-30T04:24:07.643Z | lock 1:32:11.498795039 |
1840 | 2024-01-30T04:24:07.643Z | slp 2:17:20.606823808 |
1841 | 2024-01-30T04:24:07.643Z | lat 1:56.071265866 |
1842 | 2024-01-30T04:24:07.643Z | stop 4:33.695930569 |
1843 | 2024-01-30T04:24:07.643Z | + mkdir -p /work/end-to-end-tests |
1844 | 2024-01-30T04:24:07.646Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1845 | 2024-01-30T04:24:08.454Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1846 | 2024-01-30T04:24:08.454Z | + ptime -m gzip |
1847 | 2024-01-30T04:24:08.461Z | ++ basename target/debug/bootstrap |
1848 | 2024-01-30T04:24:27.335Z | |
1849 | 2024-01-30T04:24:27.336Z | real 18.875986266 |
1850 | 2024-01-30T04:24:27.336Z | user 18.690534862 |
1851 | 2024-01-30T04:24:27.336Z | sys 0.176271936 |
1852 | 2024-01-30T04:24:27.336Z | trap 0.004916228 |
1853 | 2024-01-30T04:24:27.340Z | tflt 0.000000000 |
1854 | 2024-01-30T04:24:27.340Z | dflt 0.000000000 |
1855 | 2024-01-30T04:24:27.340Z | kflt 0.000000000 |
1856 | 2024-01-30T04:24:27.340Z | lock 0.000000000 |
1857 | 2024-01-30T04:24:27.340Z | slp 0.000000000 |
1858 | 2024-01-30T04:24:27.340Z | lat 0.003919350 |
1859 | 2024-01-30T04:24:27.340Z | stop 0.000227679 |
1860 | 2024-01-30T04:24:27.341Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1861 | 2024-01-30T04:24:27.341Z | + ptime -m gzip |
1862 | 2024-01-30T04:24:27.341Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b134fea02678b611 |
1863 | 2024-01-30T04:24:29.202Z | |
1864 | 2024-01-30T04:24:29.202Z | real 1.859450673 |
1865 | 2024-01-30T04:24:29.202Z | user 1.841221625 |
1866 | 2024-01-30T04:24:29.202Z | sys 0.017535709 |
1867 | 2024-01-30T04:24:29.202Z | trap 0.000183277 |
1868 | 2024-01-30T04:24:29.202Z | tflt 0.000000000 |
1869 | 2024-01-30T04:24:29.208Z | dflt 0.000000000 |
1870 | 2024-01-30T04:24:29.208Z | kflt 0.000000000 |
1871 | 2024-01-30T04:24:29.208Z | lock 0.000000000 |
1872 | 2024-01-30T04:24:29.208Z | slp 0.000000000 |
1873 | 2024-01-30T04:24:29.208Z | lat 0.000172428 |
1874 | 2024-01-30T04:24:29.209Z | stop 0.000222318 |
1875 | 2024-01-30T04:24:29.209Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1876 | 2024-01-30T04:24:29.209Z | + ptime -m gzip |
1877 | 2024-01-30T04:24:29.209Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6f063f75739db227 |
1878 | 2024-01-30T04:24:48.484Z | |
1879 | 2024-01-30T04:24:48.484Z | real 19.276139531 |
1880 | 2024-01-30T04:24:48.487Z | user 19.092308938 |
1881 | 2024-01-30T04:24:48.487Z | sys 0.178901120 |
1882 | 2024-01-30T04:24:48.487Z | trap 0.003460777 |
1883 | 2024-01-30T04:24:48.488Z | tflt 0.000000000 |
1884 | 2024-01-30T04:24:48.488Z | dflt 0.000000000 |
1885 | 2024-01-30T04:24:48.488Z | kflt 0.000000000 |
1886 | 2024-01-30T04:24:48.488Z | lock 0.000000000 |
1887 | 2024-01-30T04:24:48.488Z | slp 0.000000000 |
1888 | 2024-01-30T04:24:48.488Z | lat 0.001131984 |
1889 | 2024-01-30T04:24:48.488Z | stop 0.000221326 |
1890 | 2024-01-30T04:24:48.488Z | + banner caboose-util |
1891 | 2024-01-30T04:24:48.491Z | |
1892 | 2024-01-30T04:24:48.491Z | #### ## ##### #### #### #### ###### # # ##### |
1893 | 2024-01-30T04:24:48.491Z | # # # # # # # # # # # # # # # |
1894 | 2024-01-30T04:24:48.491Z | # # # ##### # # # # #### ##### ##### # # # |
1895 | 2024-01-30T04:24:48.491Z | # ###### # # # # # # # # # # # |
1896 | 2024-01-30T04:24:48.491Z | # # # # # # # # # # # # # # # # |
1897 | 2024-01-30T04:24:48.491Z | #### # # ##### #### #### #### ###### #### # |
1898 | 2024-01-30T04:24:48.491Z | |
1899 | 2024-01-30T04:24:48.491Z | + ptime -m cargo build --locked -p caboose-util --release |
1900 | 2024-01-30T04:24:49.174Z | Downloading crates ... |
1901 | 2024-01-30T04:24:49.516Z | Downloaded packed_struct_codegen v0.10.1 |
1902 | 2024-01-30T04:24:49.519Z | Downloaded ron v0.8.1 |
1903 | 2024-01-30T04:24:49.529Z | Downloaded nodrop v0.1.14 |
1904 | 2024-01-30T04:24:49.535Z | Downloaded funty v2.0.0 |
1905 | 2024-01-30T04:24:49.538Z | Downloaded packed_struct v0.10.1 |
1906 | 2024-01-30T04:24:49.538Z | Downloaded tap v1.0.1 |
1907 | 2024-01-30T04:24:49.538Z | Downloaded radium v0.7.0 |
1908 | 2024-01-30T04:24:49.541Z | Downloaded path-slash v0.1.5 |
1909 | 2024-01-30T04:24:49.541Z | Downloaded crc-catalog v2.2.0 |
1910 | 2024-01-30T04:24:49.544Z | Downloaded crc v3.0.1 |
1911 | 2024-01-30T04:24:49.547Z | Downloaded serde-hex v0.1.0 |
1912 | 2024-01-30T04:24:49.549Z | Downloaded maybe-uninit v2.0.0 |
1913 | 2024-01-30T04:24:49.550Z | Downloaded smallvec v0.6.14 |
1914 | 2024-01-30T04:24:49.552Z | Downloaded wyz v0.5.1 |
1915 | 2024-01-30T04:24:49.555Z | Downloaded pkcs1 v0.7.5 |
1916 | 2024-01-30T04:24:49.558Z | Downloaded termcolor v1.2.0 |
1917 | 2024-01-30T04:24:49.563Z | Downloaded bitfield v0.14.0 |
1918 | 2024-01-30T04:24:49.566Z | Downloaded crc-any v2.4.3 |
1919 | 2024-01-30T04:24:49.569Z | Downloaded rsa v0.9.2 |
1920 | 2024-01-30T04:24:49.580Z | Downloaded x509-cert v0.2.4 |
1921 | 2024-01-30T04:24:49.590Z | Downloaded num-bigint-dig v0.8.4 |
1922 | 2024-01-30T04:24:49.602Z | Downloaded bitvec v1.0.1 |
1923 | 2024-01-30T04:24:49.626Z | Downloaded object v0.30.4 |
1924 | 2024-01-30T04:24:49.642Z | Downloaded env_logger v0.10.0 |
1925 | 2024-01-30T04:24:49.647Z | Downloaded array-init v0.0.4 |
1926 | 2024-01-30T04:24:49.818Z | Compiling proc-macro2 v1.0.78 |
1927 | 2024-01-30T04:24:49.818Z | Compiling unicode-ident v1.0.12 |
1928 | 2024-01-30T04:24:49.821Z | Compiling libc v0.2.152 |
1929 | 2024-01-30T04:24:49.822Z | Compiling serde v1.0.195 |
1930 | 2024-01-30T04:24:49.822Z | Compiling autocfg v1.1.0 |
1931 | 2024-01-30T04:24:49.822Z | Compiling version_check v0.9.4 |
1932 | 2024-01-30T04:24:49.822Z | Compiling cfg-if v1.0.0 |
1933 | 2024-01-30T04:24:49.971Z | Compiling typenum v1.16.0 |
1934 | 2024-01-30T04:24:49.974Z | Compiling once_cell v1.19.0 |
1935 | 2024-01-30T04:24:50.071Z | Compiling parking_lot_core v0.9.8 |
1936 | 2024-01-30T04:24:50.576Z | Compiling memchr v2.6.3 |
1937 | 2024-01-30T04:24:50.620Z | Compiling syn v1.0.109 |
1938 | 2024-01-30T04:24:50.638Z | Compiling byteorder v1.5.0 |
1939 | 2024-01-30T04:24:50.918Z | Compiling lock_api v0.4.10 |
1940 | 2024-01-30T04:24:51.371Z | Compiling generic-array v0.14.7 |
1941 | 2024-01-30T04:24:51.497Z | Compiling libm v0.2.7 |
1942 | 2024-01-30T04:24:51.510Z | Compiling num-traits v0.2.16 |
1943 | 2024-01-30T04:24:51.765Z | Compiling ahash v0.8.6 |
1944 | 2024-01-30T04:24:51.900Z | Compiling pkg-config v0.3.27 |
1945 | 2024-01-30T04:24:51.923Z | Compiling thiserror v1.0.56 |
1946 | 2024-01-30T04:24:52.148Z | Compiling quote v1.0.35 |
1947 | 2024-01-30T04:24:52.581Z | Compiling serde_json v1.0.113 |
1948 | 2024-01-30T04:24:53.043Z | Compiling syn v2.0.48 |
1949 | 2024-01-30T04:24:53.142Z | Compiling cc v1.0.83 |
1950 | 2024-01-30T04:24:53.154Z | Compiling getrandom v0.2.10 |
1951 | 2024-01-30T04:24:53.602Z | Compiling scopeguard v1.2.0 |
1952 | 2024-01-30T04:24:54.150Z | Compiling slab v0.4.9 |
1953 | 2024-01-30T04:24:54.330Z | Compiling itoa v1.0.9 |
1954 | 2024-01-30T04:24:54.589Z | Compiling log v0.4.20 |
1955 | 2024-01-30T04:24:54.780Z | Compiling rand_core v0.6.4 |
1956 | 2024-01-30T04:24:55.309Z | Compiling smallvec v1.11.2 |
1957 | 2024-01-30T04:24:56.080Z | Compiling vcpkg v0.2.15 |
1958 | 2024-01-30T04:24:57.343Z | Compiling parking_lot v0.12.1 |
1959 | 2024-01-30T04:24:57.785Z | Compiling pin-project-lite v0.2.13 |
1960 | 2024-01-30T04:24:57.936Z | Compiling const-oid v0.9.5 |
1961 | 2024-01-30T04:24:58.300Z | Compiling ring v0.17.7 |
1962 | 2024-01-30T04:24:58.725Z | Compiling ucd-trie v0.1.6 |
1963 | 2024-01-30T04:24:58.856Z | Compiling ryu v1.0.15 |
1964 | 2024-01-30T04:24:58.913Z | Compiling openssl-sys v0.9.96 |
1965 | 2024-01-30T04:24:59.524Z | Compiling signal-hook-registry v1.4.1 |
1966 | 2024-01-30T04:25:00.250Z | Compiling subtle v2.5.0 |
1967 | 2024-01-30T04:25:00.545Z | Compiling io-lifetimes v1.0.11 |
1968 | 2024-01-30T04:25:00.883Z | Compiling ring v0.16.20 |
1969 | 2024-01-30T04:25:01.349Z | Compiling mio v0.8.9 |
1970 | 2024-01-30T04:25:01.960Z | Compiling num-integer v0.1.45 |
1971 | 2024-01-30T04:25:02.373Z | Compiling semver v1.0.21 |
1972 | 2024-01-30T04:25:02.457Z | Compiling futures-core v0.3.30 |
1973 | 2024-01-30T04:25:03.965Z | Compiling rustix v0.37.23 |
1974 | 2024-01-30T04:25:04.659Z | Compiling spin v0.5.2 |
1975 | 2024-01-30T04:25:05.026Z | Compiling num_cpus v1.16.0 |
1976 | 2024-01-30T04:25:05.194Z | Compiling socket2 v0.5.5 |
1977 | 2024-01-30T04:25:05.197Z | Compiling unicode-xid v0.2.4 |
1978 | 2024-01-30T04:25:05.428Z | Compiling allocator-api2 v0.2.16 |
1979 | 2024-01-30T04:25:05.571Z | Compiling futures-sink v0.3.30 |
1980 | 2024-01-30T04:25:06.173Z | Compiling heck v0.4.1 |
1981 | 2024-01-30T04:25:06.598Z | Compiling openssl v0.10.60 |
1982 | 2024-01-30T04:25:06.610Z | Compiling httparse v1.8.0 |
1983 | 2024-01-30T04:25:06.695Z | Compiling synstructure v0.12.6 |
1984 | 2024-01-30T04:25:07.154Z | Compiling equivalent v1.0.1 |
1985 | 2024-01-30T04:25:07.629Z | Compiling tinyvec_macros v0.1.1 |
1986 | 2024-01-30T04:25:07.746Z | Compiling tinyvec v1.6.0 |
1987 | 2024-01-30T04:25:08.203Z | Compiling futures-channel v0.3.30 |
1988 | 2024-01-30T04:25:08.524Z | Compiling ppv-lite86 v0.2.17 |
1989 | 2024-01-30T04:25:08.679Z | Compiling crc32fast v1.3.2 |
1990 | 2024-01-30T04:25:08.826Z | Compiling pin-utils v0.1.0 |
1991 | 2024-01-30T04:25:08.947Z | Compiling futures-io v0.3.30 |
1992 | 2024-01-30T04:25:09.179Z | Compiling rustls v0.21.9 |
1993 | 2024-01-30T04:25:09.280Z | Compiling native-tls v0.2.11 |
1994 | 2024-01-30T04:25:09.345Z | Compiling futures-task v0.3.30 |
1995 | 2024-01-30T04:25:09.845Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1996 | 2024-01-30T04:25:09.859Z | Compiling rand_chacha v0.3.1 |
1997 | 2024-01-30T04:25:09.925Z | Compiling spin v0.9.8 |
1998 | 2024-01-30T04:25:09.964Z | Compiling tracing-core v0.1.31 |
1999 | 2024-01-30T04:25:10.337Z | Compiling unicode-normalization v0.1.22 |
2000 | 2024-01-30T04:25:10.350Z | Compiling unicode-bidi v0.3.13 |
2001 | 2024-01-30T04:25:10.491Z | Compiling base64ct v1.6.0 |
2002 | 2024-01-30T04:25:11.802Z | Compiling pem-rfc7468 v0.7.0 |
2003 | 2024-01-30T04:25:12.096Z | Compiling rand v0.8.5 |
2004 | 2024-01-30T04:25:12.623Z | Compiling errno v0.3.8 |
2005 | 2024-01-30T04:25:12.661Z | Compiling num-iter v0.1.43 |
2006 | 2024-01-30T04:25:12.975Z | Compiling usdt-impl v0.3.5 |
2007 | 2024-01-30T04:25:13.201Z | Compiling schemars v0.8.16 |
2008 | 2024-01-30T04:25:13.437Z | Compiling rustix v0.38.30 |
2009 | 2024-01-30T04:25:13.651Z | Compiling flagset v0.4.3 |
2010 | 2024-01-30T04:25:13.963Z | Compiling signal-hook v0.3.17 |
2011 | 2024-01-30T04:25:14.403Z | Compiling serde_derive_internals v0.26.0 |
2012 | 2024-01-30T04:25:14.812Z | Compiling serde_derive v1.0.195 |
2013 | 2024-01-30T04:25:14.870Z | Compiling zeroize_derive v1.4.2 |
2014 | 2024-01-30T04:25:14.987Z | Compiling zerocopy-derive v0.7.32 |
2015 | 2024-01-30T04:25:15.166Z | Compiling thiserror-impl v1.0.56 |
2016 | 2024-01-30T04:25:15.437Z | Compiling tokio-macros v2.2.0 |
2017 | 2024-01-30T04:25:16.575Z | Compiling futures-macro v0.3.30 |
2018 | 2024-01-30T04:25:17.170Z | Compiling zeroize v1.7.0 |
2019 | 2024-01-30T04:25:18.249Z | Compiling tracing-attributes v0.1.26 |
2020 | 2024-01-30T04:25:18.252Z | Compiling zerocopy v0.7.32 |
2021 | 2024-01-30T04:25:19.710Z | Compiling der_derive v0.7.2 |
2022 | 2024-01-30T04:25:19.893Z | Compiling pest v2.7.6 |
2023 | 2024-01-30T04:25:20.258Z | Compiling crypto-common v0.1.6 |
2024 | 2024-01-30T04:25:20.556Z | Compiling block-buffer v0.10.4 |
2025 | 2024-01-30T04:25:21.129Z | Compiling digest v0.10.7 |
2026 | 2024-01-30T04:25:21.838Z | Compiling hashbrown v0.14.2 |
2027 | 2024-01-30T04:25:21.985Z | Compiling zerocopy-derive v0.2.0 |
2028 | 2024-01-30T04:25:21.988Z | Compiling openssl-macros v0.1.1 |
2029 | 2024-01-30T04:25:23.337Z | Compiling futures-util v0.3.30 |
2030 | 2024-01-30T04:25:23.538Z | Compiling tracing v0.1.37 |
2031 | 2024-01-30T04:25:24.081Z | Compiling pest_meta v2.7.6 |
2032 | 2024-01-30T04:25:24.141Z | Compiling zerocopy-derive v0.6.4 |
2033 | 2024-01-30T04:25:24.289Z | Compiling scroll_derive v0.12.0 |
2034 | 2024-01-30T04:25:24.292Z | Compiling der v0.7.8 |
2035 | 2024-01-30T04:25:26.351Z | Compiling pest_generator v2.7.6 |
2036 | 2024-01-30T04:25:30.970Z | Compiling pest_derive v2.7.6 |
2037 | 2024-01-30T04:25:31.595Z | Compiling bitflags v1.3.2 |
2038 | 2024-01-30T04:25:31.736Z | Compiling fnv v1.0.7 |
2039 | 2024-01-30T04:25:32.091Z | Compiling spki v0.7.2 |
2040 | 2024-01-30T04:25:33.161Z | Compiling zerocopy v0.3.0 |
2041 | 2024-01-30T04:25:33.270Z | Compiling schemars_derive v0.8.16 |
2042 | 2024-01-30T04:25:33.481Z | Compiling lazy_static v1.4.0 |
2043 | 2024-01-30T04:25:35.469Z | Compiling backtrace v0.3.69 |
2044 | 2024-01-30T04:25:36.022Z | Compiling thread-id v4.2.0 |
2045 | 2024-01-30T04:25:36.091Z | Compiling num-bigint v0.4.4 |
2046 | 2024-01-30T04:25:36.170Z | Compiling memoffset v0.9.0 |
2047 | 2024-01-30T04:25:36.604Z | Compiling smoltcp v0.9.1 |
2048 | 2024-01-30T04:25:36.739Z | Compiling iana-time-zone v0.1.57 |
2049 | 2024-01-30T04:25:36.751Z | Compiling untrusted v0.9.0 |
2050 | 2024-01-30T04:25:37.001Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2051 | 2024-01-30T04:25:37.258Z | Compiling crossbeam-utils v0.8.16 |
2052 | 2024-01-30T04:25:37.924Z | Compiling bytes v1.5.0 |
2053 | 2024-01-30T04:25:38.062Z | Compiling indexmap v2.1.0 |
2054 | 2024-01-30T04:25:38.153Z | Compiling bitflags v2.4.0 |
2055 | 2024-01-30T04:25:38.423Z | Compiling uuid v1.7.0 |
2056 | 2024-01-30T04:25:38.734Z | Compiling rustc_version v0.4.0 |
2057 | 2024-01-30T04:25:39.103Z | Compiling base64 v0.21.7 |
2058 | 2024-01-30T04:25:39.584Z | Compiling tokio v1.35.1 |
2059 | 2024-01-30T04:25:40.702Z | Compiling heapless v0.7.16 |
2060 | 2024-01-30T04:25:41.320Z | Compiling http v0.2.11 |
2061 | 2024-01-30T04:25:42.518Z | Compiling async-trait v0.1.77 |
2062 | 2024-01-30T04:25:42.789Z | Compiling percent-encoding v2.3.1 |
2063 | 2024-01-30T04:25:42.813Z | Compiling untrusted v0.7.1 |
2064 | 2024-01-30T04:25:43.102Z | Compiling foreign-types-shared v0.1.1 |
2065 | 2024-01-30T04:25:43.236Z | Compiling foreign-types v0.3.2 |
2066 | 2024-01-30T04:25:43.353Z | Compiling chrono v0.4.31 |
2067 | 2024-01-30T04:25:47.260Z | Compiling dof v0.1.5 |
2068 | 2024-01-30T04:25:48.545Z | Compiling dtrace-parser v0.1.14 |
2069 | 2024-01-30T04:25:48.859Z | Compiling hmac v0.12.1 |
2070 | 2024-01-30T04:25:49.168Z | Compiling clap_derive v4.4.2 |
2071 | 2024-01-30T04:25:51.024Z | Compiling cpufeatures v0.2.12 |
2072 | 2024-01-30T04:25:51.157Z | Compiling rustversion v1.0.14 |
2073 | 2024-01-30T04:25:51.228Z | Compiling try-lock v0.2.4 |
2074 | 2024-01-30T04:25:51.991Z | Compiling utf8parse v0.2.1 |
2075 | 2024-01-30T04:25:52.022Z | Compiling anstyle v1.0.2 |
2076 | 2024-01-30T04:25:52.036Z | Compiling time-core v0.1.1 |
2077 | 2024-01-30T04:25:52.243Z | Compiling tokio-util v0.7.10 |
2078 | 2024-01-30T04:25:52.266Z | Compiling siphasher v0.3.11 |
2079 | 2024-01-30T04:25:52.494Z | Compiling adler v1.0.2 |
2080 | 2024-01-30T04:25:52.832Z | Compiling miniz_oxide v0.7.1 |
2081 | 2024-01-30T04:25:52.876Z | Compiling time-macros v0.2.13 |
2082 | 2024-01-30T04:25:52.925Z | Compiling anstyle-parse v0.2.1 |
2083 | 2024-01-30T04:25:54.574Z | Compiling h2 v0.3.24 |
2084 | 2024-01-30T04:25:58.786Z | Compiling want v0.3.1 |
2085 | 2024-01-30T04:25:58.986Z | Compiling sha2 v0.10.8 |
2086 | 2024-01-30T04:26:02.326Z | Compiling rustls-webpki v0.101.7 |
2087 | 2024-01-30T04:26:02.567Z | Compiling sct v0.7.0 |
2088 | 2024-01-30T04:26:02.972Z | Compiling http-body v0.4.5 |
2089 | 2024-01-30T04:26:04.269Z | Compiling form_urlencoded v1.2.1 |
2090 | 2024-01-30T04:26:05.127Z | Compiling serde_tokenstream v0.1.7 |
2091 | 2024-01-30T04:26:05.153Z | Compiling pkcs8 v0.10.2 |
2092 | 2024-01-30T04:26:05.345Z | Compiling hubpack_derive v0.1.1 |
2093 | 2024-01-30T04:26:06.614Z | Compiling socket2 v0.4.9 |
2094 | 2024-01-30T04:26:07.086Z | Compiling crossbeam-epoch v0.9.15 |
2095 | 2024-01-30T04:26:07.453Z | Compiling usdt-impl v0.5.0 |
2096 | 2024-01-30T04:26:07.689Z | Compiling radium v0.7.0 |
2097 | 2024-01-30T04:26:07.927Z | Compiling tower-service v0.3.2 |
2098 | 2024-01-30T04:26:08.019Z | Compiling camino v1.1.6 |
2099 | 2024-01-30T04:26:08.347Z | Compiling anstyle-query v1.0.0 |
2100 | 2024-01-30T04:26:08.538Z | Compiling anyhow v1.0.75 |
2101 | 2024-01-30T04:26:08.799Z | Compiling openssl-probe v0.1.5 |
2102 | 2024-01-30T04:26:09.271Z | Compiling httpdate v1.0.3 |
2103 | 2024-01-30T04:26:09.993Z | Compiling colorchoice v1.0.0 |
2104 | 2024-01-30T04:26:10.321Z | Compiling slog v2.7.0 |
2105 | 2024-01-30T04:26:10.422Z | Compiling anstream v0.5.0 |
2106 | 2024-01-30T04:26:10.888Z | Compiling hyper v0.14.27 |
2107 | 2024-01-30T04:26:16.755Z | Compiling terminal_size v0.2.6 |
2108 | 2024-01-30T04:26:20.994Z | Compiling serde_spanned v0.6.4 |
2109 | 2024-01-30T04:26:21.083Z | Compiling toml_datetime v0.6.5 |
2110 | 2024-01-30T04:26:21.699Z | Compiling zerocopy v0.6.4 |
2111 | 2024-01-30T04:26:23.165Z | Compiling scroll v0.12.0 |
2112 | 2024-01-30T04:26:23.817Z | Compiling md-5 v0.10.5 |
2113 | 2024-01-30T04:26:24.375Z | Compiling idna v0.5.0 |
2114 | 2024-01-30T04:26:24.528Z | Compiling stringprep v0.1.3 |
2115 | 2024-01-30T04:26:26.301Z | Compiling diesel_table_macro_syntax v0.1.0 |
2116 | 2024-01-30T04:26:26.462Z | Compiling aho-corasick v1.0.4 |
2117 | 2024-01-30T04:26:26.626Z | Compiling hash32 v0.2.1 |
2118 | 2024-01-30T04:26:26.799Z | Compiling tap v1.0.1 |
2119 | 2024-01-30T04:26:27.061Z | Compiling winnow v0.5.15 |
2120 | 2024-01-30T04:26:27.072Z | Compiling strsim v0.10.0 |
2121 | 2024-01-30T04:26:27.183Z | Compiling maybe-uninit v2.0.0 |
2122 | 2024-01-30T04:26:27.195Z | Compiling stable_deref_trait v1.2.0 |
2123 | 2024-01-30T04:26:27.498Z | Compiling regex-syntax v0.8.2 |
2124 | 2024-01-30T04:26:27.827Z | Compiling plain v0.2.3 |
2125 | 2024-01-30T04:26:28.051Z | Compiling gimli v0.28.0 |
2126 | 2024-01-30T04:26:28.304Z | Compiling clap_lex v0.5.1 |
2127 | 2024-01-30T04:26:29.601Z | Compiling dyn-clone v1.0.13 |
2128 | 2024-01-30T04:26:29.864Z | Compiling fallible-iterator v0.2.0 |
2129 | 2024-01-30T04:26:30.227Z | Compiling clap_builder v4.4.2 |
2130 | 2024-01-30T04:26:30.392Z | Compiling goblin v0.8.0 |
2131 | 2024-01-30T04:26:31.021Z | Compiling postgres-protocol v0.6.6 |
2132 | 2024-01-30T04:26:33.603Z | Compiling regex-automata v0.4.4 |
2133 | 2024-01-30T04:26:33.616Z | Compiling wyz v0.5.1 |
2134 | 2024-01-30T04:26:34.517Z | Compiling diesel_derives v2.1.2 |
2135 | 2024-01-30T04:26:35.622Z | Compiling addr2line v0.21.0 |
2136 | 2024-01-30T04:26:36.661Z | Compiling url v2.5.0 |
2137 | 2024-01-30T04:26:38.420Z | Compiling tokio-rustls v0.24.1 |
2138 | 2024-01-30T04:26:39.001Z | Compiling strum_macros v0.25.2 |
2139 | 2024-01-30T04:26:45.149Z | Compiling tokio-native-tls v0.3.1 |
2140 | 2024-01-30T04:26:45.721Z | Compiling usdt-attr-macro v0.3.5 |
2141 | 2024-01-30T04:26:45.983Z | Compiling usdt-macro v0.3.5 |
2142 | 2024-01-30T04:26:47.836Z | Compiling phf_shared v0.11.2 |
2143 | 2024-01-30T04:26:48.601Z | Compiling block-padding v0.3.3 |
2144 | 2024-01-30T04:26:48.868Z | Compiling enum-as-inner v0.5.1 |
2145 | 2024-01-30T04:26:48.919Z | Compiling serde_repr v0.1.16 |
2146 | 2024-01-30T04:26:49.284Z | Compiling ff v0.13.0 |
2147 | 2024-01-30T04:26:49.625Z | Compiling scheduled-thread-pool v0.2.7 |
2148 | 2024-01-30T04:26:50.377Z | Compiling object v0.32.1 |
2149 | 2024-01-30T04:26:51.446Z | Compiling managed v0.8.0 |
2150 | 2024-01-30T04:26:52.355Z | Compiling deranged v0.3.8 |
2151 | 2024-01-30T04:26:55.330Z | Compiling ipnet v2.9.0 |
2152 | 2024-01-30T04:26:58.358Z | Compiling pretty-hex v0.4.1 |
2153 | 2024-01-30T04:26:58.371Z | Compiling regex-automata v0.1.10 |
2154 | 2024-01-30T04:26:58.539Z | Compiling base16ct v0.2.0 |
2155 | 2024-01-30T04:26:58.653Z | Compiling num-bigint-dig v0.8.4 |
2156 | 2024-01-30T04:26:58.993Z | Compiling packed_struct v0.10.1 |
2157 | 2024-01-30T04:26:59.062Z | Compiling num_threads v0.1.6 |
2158 | 2024-01-30T04:26:59.105Z | Compiling bit-vec v0.6.3 |
2159 | 2024-01-30T04:26:59.220Z | Compiling rustc-demangle v0.1.23 |
2160 | 2024-01-30T04:26:59.581Z | Compiling matches v0.1.10 |
2161 | 2024-01-30T04:26:59.705Z | Compiling funty v2.0.0 |
2162 | 2024-01-30T04:27:00.708Z | Compiling idna v0.2.3 |
2163 | 2024-01-30T04:27:01.555Z | Compiling time v0.3.27 |
2164 | 2024-01-30T04:27:03.137Z | Compiling bitvec v1.0.1 |
2165 | 2024-01-30T04:27:04.665Z | Compiling bstr v0.2.17 |
2166 | 2024-01-30T04:27:05.331Z | Compiling sec1 v0.7.3 |
2167 | 2024-01-30T04:27:06.214Z | Compiling dof v0.3.0 |
2168 | 2024-01-30T04:27:09.536Z | Compiling r2d2 v0.8.10 |
2169 | 2024-01-30T04:27:10.099Z | Compiling group v0.13.0 |
2170 | 2024-01-30T04:27:10.568Z | Compiling inout v0.1.3 |
2171 | 2024-01-30T04:27:10.918Z | Compiling phf v0.11.2 |
2172 | 2024-01-30T04:27:11.428Z | Compiling hyper-tls v0.5.0 |
2173 | 2024-01-30T04:27:11.938Z | Compiling regex v1.10.3 |
2174 | 2024-01-30T04:27:12.379Z | Compiling hyper-rustls v0.24.2 |
2175 | 2024-01-30T04:27:12.887Z | Compiling signal-hook-mio v0.2.3 |
2176 | 2024-01-30T04:27:13.040Z | Compiling flate2 v1.0.28 |
2177 | 2024-01-30T04:27:13.105Z | Compiling clap v4.4.3 |
2178 | 2024-01-30T04:27:13.263Z | Compiling bzip2 v0.4.4 |
2179 | 2024-01-30T04:27:13.636Z | Compiling ipnetwork v0.20.0 |
2180 | 2024-01-30T04:27:13.809Z | Compiling toml_edit v0.19.15 |
2181 | 2024-01-30T04:27:14.668Z | Compiling postgres-types v0.2.6 |
2182 | 2024-01-30T04:27:15.618Z | Compiling hubpack v0.1.2 |
2183 | 2024-01-30T04:27:16.305Z | Compiling serde_urlencoded v0.7.1 |
2184 | 2024-01-30T04:27:16.461Z | Compiling phf_shared v0.10.0 |
2185 | 2024-01-30T04:27:16.795Z | Compiling rustls-pemfile v1.0.3 |
2186 | 2024-01-30T04:27:16.965Z | Compiling hkdf v0.12.4 |
2187 | 2024-01-30T04:27:17.090Z | Compiling futures-executor v0.3.30 |
2188 | 2024-01-30T04:27:17.103Z | Compiling dtrace-parser v0.2.0 |
2189 | 2024-01-30T04:27:20.673Z | Compiling crypto-bigint v0.5.2 |
2190 | 2024-01-30T04:27:21.285Z | Compiling packed_struct_codegen v0.10.1 |
2191 | 2024-01-30T04:27:23.207Z | Compiling float-cmp v0.9.0 |
2192 | 2024-01-30T04:27:24.282Z | Compiling indexmap v1.9.3 |
2193 | 2024-01-30T04:27:24.380Z | Compiling encoding_rs v0.8.33 |
2194 | 2024-01-30T04:27:24.466Z | Compiling regex-automata v0.3.8 |
2195 | 2024-01-30T04:27:25.441Z | Compiling unicode-segmentation v1.10.1 |
2196 | 2024-01-30T04:27:25.502Z | Compiling unicode-width v0.1.11 |
2197 | 2024-01-30T04:27:25.724Z | Compiling difflib v0.4.0 |
2198 | 2024-01-30T04:27:25.951Z | Compiling static_assertions v1.1.0 |
2199 | 2024-01-30T04:27:26.082Z | Compiling minimal-lexical v0.2.1 |
2200 | 2024-01-30T04:27:26.852Z | Compiling mime v0.3.17 |
2201 | 2024-01-30T04:27:27.113Z | Compiling new_debug_unreachable v1.0.4 |
2202 | 2024-01-30T04:27:27.235Z | Compiling normalize-line-endings v0.3.0 |
2203 | 2024-01-30T04:27:27.655Z | Compiling fixedbitset v0.4.2 |
2204 | 2024-01-30T04:27:28.175Z | Compiling crc-catalog v2.2.0 |
2205 | 2024-01-30T04:27:28.225Z | Compiling precomputed-hash v0.1.1 |
2206 | 2024-01-30T04:27:28.277Z | Compiling nodrop v0.1.14 |
2207 | 2024-01-30T04:27:28.374Z | Compiling webpki-roots v0.25.2 |
2208 | 2024-01-30T04:27:28.377Z | Compiling predicates-core v1.0.6 |
2209 | 2024-01-30T04:27:28.441Z | Compiling either v1.9.0 |
2210 | 2024-01-30T04:27:28.602Z | Compiling whoami v1.4.1 |
2211 | 2024-01-30T04:27:28.856Z | Compiling data-encoding v2.4.0 |
2212 | 2024-01-30T04:27:29.425Z | Compiling tokio-postgres v0.7.10 |
2213 | 2024-01-30T04:27:30.628Z | Compiling trust-dns-proto v0.22.0 |
2214 | 2024-01-30T04:27:31.810Z | Compiling itertools v0.10.5 |
2215 | 2024-01-30T04:27:38.321Z | Compiling predicates v3.1.0 |
2216 | 2024-01-30T04:27:40.374Z | Compiling reqwest v0.11.22 |
2217 | 2024-01-30T04:27:40.752Z | Compiling array-init v0.0.4 |
2218 | 2024-01-30T04:27:41.056Z | Compiling string_cache v0.8.7 |
2219 | 2024-01-30T04:27:41.712Z | Compiling crc v3.0.1 |
2220 | 2024-01-30T04:27:42.954Z | Compiling petgraph v0.6.4 |
2221 | 2024-01-30T04:27:44.856Z | Compiling bstr v1.6.0 |
2222 | 2024-01-30T04:27:47.284Z | Compiling nom v7.1.3 |
2223 | 2024-01-30T04:27:49.534Z | Compiling similar v2.3.0 |
2224 | 2024-01-30T04:27:52.910Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2225 | 2024-01-30T04:27:58.213Z | Compiling console v0.15.8 |
2226 | 2024-01-30T04:28:00.371Z | Compiling elliptic-curve v0.13.8 |
2227 | 2024-01-30T04:28:05.167Z | Compiling toml v0.7.8 |
2228 | 2024-01-30T04:28:06.363Z | Compiling futures v0.3.30 |
2229 | 2024-01-30T04:28:07.741Z | Compiling yasna v0.5.2 |
2230 | 2024-01-30T04:28:08.435Z | Compiling smallvec v0.6.14 |
2231 | 2024-01-30T04:28:08.922Z | Compiling diesel v2.1.4 |
2232 | 2024-01-30T04:28:09.041Z | Compiling zip v0.6.6 |
2233 | 2024-01-30T04:28:09.155Z | Compiling crossterm v0.27.0 |
2234 | 2024-01-30T04:28:10.506Z | Compiling cipher v0.4.4 |
2235 | 2024-01-30T04:28:11.955Z | Compiling bit-set v0.5.3 |
2236 | 2024-01-30T04:28:14.791Z | Compiling usdt v0.3.5 |
2237 | 2024-01-30T04:28:15.039Z | Compiling is-terminal v0.4.9 |
2238 | 2024-01-30T04:28:15.215Z | Compiling toml_edit v0.21.0 |
2239 | 2024-01-30T04:28:25.233Z | Compiling pkcs1 v0.7.5 |
2240 | 2024-01-30T04:28:26.844Z | Compiling tokio-stream v0.1.14 |
2241 | 2024-01-30T04:28:26.976Z | Compiling openapiv3 v2.0.0 |
2242 | 2024-01-30T04:28:28.367Z | Compiling hex v0.4.3 |
2243 | 2024-01-30T04:28:31.368Z | Compiling hashbrown v0.13.2 |
2244 | 2024-01-30T04:28:31.872Z | Compiling signature v2.1.0 |
2245 | 2024-01-30T04:28:33.664Z | Compiling termcolor v1.2.0 |
2246 | 2024-01-30T04:28:35.800Z | Compiling lalrpop-util v0.19.12 |
2247 | 2024-01-30T04:28:38.089Z | Compiling hashbrown v0.12.3 |
2248 | 2024-01-30T04:28:40.239Z | Compiling bitfield v0.14.0 |
2249 | 2024-01-30T04:28:41.523Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2250 | 2024-01-30T04:28:57.181Z | Compiling env_logger v0.10.0 |
2251 | 2024-01-30T04:28:59.538Z | Compiling rsa v0.9.2 |
2252 | 2024-01-30T04:29:12.022Z | Compiling serde-hex v0.1.0 |
2253 | 2024-01-30T04:29:16.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2254 | 2024-01-30T04:29:17.123Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2255 | 2024-01-30T04:29:21.707Z | Compiling ron v0.8.1 |
2256 | 2024-01-30T04:29:23.083Z | Compiling x509-cert v0.2.4 |
2257 | 2024-01-30T04:29:37.995Z | Compiling crc-any v2.4.3 |
2258 | 2024-01-30T04:29:38.862Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2259 | 2024-01-30T04:30:04.142Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2260 | 2024-01-30T04:30:12.926Z | Compiling object v0.30.4 |
2261 | 2024-01-30T04:30:27.433Z | Compiling path-slash v0.1.5 |
2262 | 2024-01-30T04:30:27.750Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2263 | 2024-01-30T04:31:08.150Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2264 | 2024-01-30T04:31:09.285Z | Finished release [optimized] target(s) in 6m 20s |
2265 | 2024-01-30T04:31:09.370Z | |
2266 | 2024-01-30T04:31:09.373Z | real 6:20.875803706 |
2267 | 2024-01-30T04:31:09.373Z | user 43:51.275426896 |
2268 | 2024-01-30T04:31:09.373Z | sys 3:44.825497203 |
2269 | 2024-01-30T04:31:09.373Z | trap 1.711448722 |
2270 | 2024-01-30T04:31:09.374Z | tflt 1.094993096 |
2271 | 2024-01-30T04:31:09.374Z | dflt 0.510385077 |
2272 | 2024-01-30T04:31:09.374Z | kflt 0.000093962 |
2273 | 2024-01-30T04:31:09.374Z | lock 1:40:56.274159695 |
2274 | 2024-01-30T04:31:09.374Z | slp 2:06:28.833673703 |
2275 | 2024-01-30T04:31:09.374Z | lat 1:55.428706654 |
2276 | 2024-01-30T04:31:09.374Z | stop 1:24.567139328 |
2277 | 2024-01-30T04:31:09.374Z | + ptime -m gzip |
2278 | 2024-01-30T04:31:10.024Z | |
2279 | 2024-01-30T04:31:10.025Z | real 0.649738250 |
2280 | 2024-01-30T04:31:10.025Z | user 0.640861014 |
2281 | 2024-01-30T04:31:10.025Z | sys 0.008285559 |
2282 | 2024-01-30T04:31:10.028Z | trap 0.000075633 |
2283 | 2024-01-30T04:31:10.028Z | tflt 0.000000000 |
2284 | 2024-01-30T04:31:10.028Z | dflt 0.000000000 |
2285 | 2024-01-30T04:31:10.028Z | kflt 0.000000000 |
2286 | 2024-01-30T04:31:10.028Z | lock 0.000000000 |
2287 | 2024-01-30T04:31:10.028Z | slp 0.000000000 |
2288 | 2024-01-30T04:31:10.028Z | lat 0.000173903 |
2289 | 2024-01-30T04:31:10.028Z | stop 0.000221896 |
2290 | 2024-01-30T04:31:10.028Z | + banner tufaceous |
2291 | 2024-01-30T04:31:10.028Z | |
2292 | 2024-01-30T04:31:10.029Z | ##### # # ###### ## #### ###### #### # # #### |
2293 | 2024-01-30T04:31:10.029Z | # # # # # # # # # # # # # # |
2294 | 2024-01-30T04:31:10.029Z | # # # ##### # # # ##### # # # # #### |
2295 | 2024-01-30T04:31:10.029Z | # # # # ###### # # # # # # # |
2296 | 2024-01-30T04:31:10.029Z | # # # # # # # # # # # # # # # |
2297 | 2024-01-30T04:31:10.029Z | # #### # # # #### ###### #### #### #### |
2298 | 2024-01-30T04:31:10.029Z | |
2299 | 2024-01-30T04:31:10.029Z | + ptime -m cargo build --locked -p tufaceous --release |
2300 | 2024-01-30T04:31:10.717Z | Downloading crates ... |
2301 | 2024-01-30T04:31:11.141Z | Downloaded fs-err v2.11.0 |
2302 | 2024-01-30T04:31:11.152Z | Downloaded doc-comment v0.3.3 |
2303 | 2024-01-30T04:31:11.171Z | Downloaded tough v0.16.0 |
2304 | 2024-01-30T04:31:11.181Z | Downloaded buf-list v1.0.3 |
2305 | 2024-01-30T04:31:11.184Z | Downloaded snafu-derive v0.7.5 |
2306 | 2024-01-30T04:31:11.187Z | Downloaded pin-project v1.1.3 |
2307 | 2024-01-30T04:31:11.208Z | Downloaded typed-path v0.7.0 |
2308 | 2024-01-30T04:31:11.217Z | Downloaded snafu v0.7.5 |
2309 | 2024-01-30T04:31:11.226Z | Downloaded humantime v2.1.0 |
2310 | 2024-01-30T04:31:11.229Z | Downloaded serde_plain v1.0.2 |
2311 | 2024-01-30T04:31:11.233Z | Downloaded async-recursion v1.0.5 |
2312 | 2024-01-30T04:31:11.237Z | Downloaded pin-project-internal v1.1.3 |
2313 | 2024-01-30T04:31:11.237Z | Downloaded globset v0.4.13 |
2314 | 2024-01-30T04:31:11.241Z | Downloaded parse-size v1.0.0 |
2315 | 2024-01-30T04:31:11.241Z | Downloaded olpc-cjson v0.1.3 |
2316 | 2024-01-30T04:31:11.404Z | Compiling serde_tokenstream v0.2.0 |
2317 | 2024-01-30T04:31:11.425Z | Compiling regress v0.7.1 |
2318 | 2024-01-30T04:31:11.437Z | Compiling dirs-sys-next v0.1.2 |
2319 | 2024-01-30T04:31:11.441Z | Compiling ident_case v1.0.1 |
2320 | 2024-01-30T04:31:11.441Z | Compiling rustls-pki-types v1.1.0 |
2321 | 2024-01-30T04:31:11.478Z | Compiling thread_local v1.1.7 |
2322 | 2024-01-30T04:31:11.486Z | Compiling slog-async v2.8.0 |
2323 | 2024-01-30T04:31:11.687Z | Compiling dirs-next v2.0.0 |
2324 | 2024-01-30T04:31:12.025Z | Compiling darling_core v0.20.3 |
2325 | 2024-01-30T04:31:12.112Z | Compiling rustls v0.22.2 |
2326 | 2024-01-30T04:31:12.173Z | Compiling heck v0.4.1 |
2327 | 2024-01-30T04:31:12.588Z | Compiling rustls-webpki v0.102.1 |
2328 | 2024-01-30T04:31:12.835Z | Compiling term v0.7.0 |
2329 | 2024-01-30T04:31:13.200Z | Compiling crossbeam-channel v0.5.8 |
2330 | 2024-01-30T04:31:13.630Z | Compiling getopts v0.2.21 |
2331 | 2024-01-30T04:31:14.204Z | Compiling structmeta-derive v0.2.0 |
2332 | 2024-01-30T04:31:15.048Z | Compiling atty v0.2.14 |
2333 | 2024-01-30T04:31:15.248Z | Compiling multer v3.0.0 |
2334 | 2024-01-30T04:31:15.655Z | Compiling match_cfg v0.1.0 |
2335 | 2024-01-30T04:31:15.794Z | Compiling doc-comment v0.3.3 |
2336 | 2024-01-30T04:31:16.006Z | Compiling unsafe-libyaml v0.2.10 |
2337 | 2024-01-30T04:31:16.542Z | Compiling paste v1.0.14 |
2338 | 2024-01-30T04:31:17.204Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2339 | 2024-01-30T04:31:18.949Z | Compiling take_mut v0.2.2 |
2340 | 2024-01-30T04:31:19.185Z | Compiling structmeta v0.2.0 |
2341 | 2024-01-30T04:31:19.766Z | Compiling serde_yaml v0.9.25 |
2342 | 2024-01-30T04:31:20.860Z | Compiling hostname v0.3.1 |
2343 | 2024-01-30T04:31:20.950Z | Compiling darling_macro v0.20.3 |
2344 | 2024-01-30T04:31:21.126Z | Compiling slog-term v2.9.0 |
2345 | 2024-01-30T04:31:22.397Z | Compiling darling v0.20.3 |
2346 | 2024-01-30T04:31:24.725Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2347 | 2024-01-30T04:31:24.745Z | Compiling slog-json v2.6.1 |
2348 | 2024-01-30T04:31:25.532Z | Compiling http v1.0.0 |
2349 | 2024-01-30T04:31:25.965Z | Compiling pin-project-internal v1.1.3 |
2350 | 2024-01-30T04:31:25.977Z | Compiling async-stream-impl v0.3.5 |
2351 | 2024-01-30T04:31:26.219Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2352 | 2024-01-30T04:31:26.638Z | Compiling atomic-waker v1.1.1 |
2353 | 2024-01-30T04:31:26.917Z | Compiling fastrand v2.0.0 |
2354 | 2024-01-30T04:31:28.135Z | Compiling regex-syntax v0.7.5 |
2355 | 2024-01-30T04:31:28.148Z | Compiling async-stream v0.3.5 |
2356 | 2024-01-30T04:31:28.443Z | Compiling tokio-rustls v0.25.0 |
2357 | 2024-01-30T04:31:29.848Z | Compiling tempfile v3.9.0 |
2358 | 2024-01-30T04:31:30.458Z | Compiling pin-project v1.1.3 |
2359 | 2024-01-30T04:31:30.636Z | Compiling waitgroup v0.1.2 |
2360 | 2024-01-30T04:31:31.120Z | Compiling slog-bunyan v2.5.0 |
2361 | 2024-01-30T04:31:31.624Z | Compiling serde_with_macros v3.5.1 |
2362 | 2024-01-30T04:31:33.966Z | Compiling toml v0.8.8 |
2363 | 2024-01-30T04:31:34.600Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2364 | 2024-01-30T04:31:34.839Z | Compiling rustls-pemfile v2.0.0 |
2365 | 2024-01-30T04:31:36.020Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2366 | 2024-01-30T04:31:36.145Z | Compiling sha1 v0.10.6 |
2367 | 2024-01-30T04:31:36.784Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2368 | 2024-01-30T04:31:37.648Z | Compiling snafu-derive v0.7.5 |
2369 | 2024-01-30T04:31:37.820Z | Compiling serde_path_to_error v0.1.15 |
2370 | 2024-01-30T04:31:38.050Z | Compiling parse-display-derive v0.8.2 |
2371 | 2024-01-30T04:31:38.424Z | Compiling instant v0.1.12 |
2372 | 2024-01-30T04:31:38.646Z | Compiling fs-err v2.11.0 |
2373 | 2024-01-30T04:31:39.059Z | Compiling debug-ignore v1.0.5 |
2374 | 2024-01-30T04:31:39.267Z | Compiling arc-swap v1.6.0 |
2375 | 2024-01-30T04:31:39.422Z | Compiling buf-list v1.0.3 |
2376 | 2024-01-30T04:31:40.220Z | Compiling same-file v1.0.6 |
2377 | 2024-01-30T04:31:40.463Z | Compiling walkdir v2.4.0 |
2378 | 2024-01-30T04:31:40.749Z | Compiling slog-scope v4.4.0 |
2379 | 2024-01-30T04:31:43.579Z | Compiling backoff v0.4.0 |
2380 | 2024-01-30T04:31:44.016Z | Compiling serde_with v3.5.1 |
2381 | 2024-01-30T04:31:44.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2382 | 2024-01-30T04:31:44.021Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2383 | 2024-01-30T04:31:44.191Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2384 | 2024-01-30T04:31:44.753Z | Compiling parse-display v0.8.2 |
2385 | 2024-01-30T04:31:45.043Z | Compiling globset v0.4.13 |
2386 | 2024-01-30T04:31:45.756Z | Compiling snafu v0.7.5 |
2387 | 2024-01-30T04:31:48.205Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2388 | 2024-01-30T04:31:48.440Z | Compiling strum v0.25.0 |
2389 | 2024-01-30T04:31:48.707Z | Compiling pem v3.0.2 |
2390 | 2024-01-30T04:31:51.204Z | Compiling olpc-cjson v0.1.3 |
2391 | 2024-01-30T04:31:51.372Z | Compiling macaddr v1.0.1 |
2392 | 2024-01-30T04:31:52.101Z | Compiling serde_plain v1.0.2 |
2393 | 2024-01-30T04:31:52.510Z | Compiling async-recursion v1.0.5 |
2394 | 2024-01-30T04:31:52.922Z | Compiling xattr v1.0.1 |
2395 | 2024-01-30T04:31:53.365Z | Compiling filetime v0.2.23 |
2396 | 2024-01-30T04:31:53.894Z | Compiling typed-path v0.7.0 |
2397 | 2024-01-30T04:31:54.416Z | Compiling tar v0.4.40 |
2398 | 2024-01-30T04:31:55.231Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2399 | 2024-01-30T04:31:59.863Z | Compiling tough v0.16.0 |
2400 | 2024-01-30T04:32:04.951Z | Compiling slog-stdlog v4.1.1 |
2401 | 2024-01-30T04:32:06.463Z | Compiling camino-tempfile v1.1.1 |
2402 | 2024-01-30T04:32:07.576Z | Compiling itertools v0.12.0 |
2403 | 2024-01-30T04:32:07.688Z | Compiling parse-size v1.0.0 |
2404 | 2024-01-30T04:32:08.185Z | Compiling slog-envlogger v2.2.0 |
2405 | 2024-01-30T04:32:12.705Z | Compiling humantime v2.1.0 |
2406 | 2024-01-30T04:32:20.423Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2407 | 2024-01-30T04:32:20.736Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2408 | 2024-01-30T04:32:37.193Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2409 | 2024-01-30T04:32:41.987Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2410 | 2024-01-30T04:33:11.351Z | Finished release [optimized] target(s) in 2m 01s |
2411 | 2024-01-30T04:33:11.443Z | |
2412 | 2024-01-30T04:33:11.449Z | real 2:01.393583203 |
2413 | 2024-01-30T04:33:11.449Z | user 13:35.668889616 |
2414 | 2024-01-30T04:33:11.449Z | sys 48.853333290 |
2415 | 2024-01-30T04:33:11.449Z | trap 0.476784183 |
2416 | 2024-01-30T04:33:11.449Z | tflt 0.338217677 |
2417 | 2024-01-30T04:33:11.449Z | dflt 0.550594908 |
2418 | 2024-01-30T04:33:11.449Z | kflt 0.000142476 |
2419 | 2024-01-30T04:33:11.449Z | lock 27:46.423495991 |
2420 | 2024-01-30T04:33:11.449Z | slp 30:21.804764278 |
2421 | 2024-01-30T04:33:11.449Z | lat 24.376094095 |
2422 | 2024-01-30T04:33:11.449Z | stop 13.453793383 |
2423 | 2024-01-30T04:33:11.450Z | + ptime -m gzip |
2424 | 2024-01-30T04:33:15.300Z | |
2425 | 2024-01-30T04:33:15.300Z | real 2.451734448 |
2426 | 2024-01-30T04:33:15.300Z | user 2.422721253 |
2427 | 2024-01-30T04:33:15.301Z | sys 0.028236333 |
2428 | 2024-01-30T04:33:15.301Z | trap 0.000279025 |
2429 | 2024-01-30T04:33:15.302Z | tflt 0.000000000 |
2430 | 2024-01-30T04:33:15.302Z | dflt 0.000000000 |
2431 | 2024-01-30T04:33:15.302Z | kflt 0.000000000 |
2432 | 2024-01-30T04:33:15.302Z | lock 0.000000000 |
2433 | 2024-01-30T04:33:15.302Z | slp 0.000000000 |
2434 | 2024-01-30T04:33:15.303Z | lat 0.000170407 |
2435 | 2024-01-30T04:33:15.303Z | stop 0.000223864 |
2436 | 2024-01-30T04:33:15.350Z | process exited: duration 1203266 ms, exit code 0 |
|
2437 | 2024-01-30T04:33:15.388Z | found 5 output files |
2438 | 2024-01-30T04:33:15.388Z | uploading: /work/end-to-end-tests/bootstrap-b134fea02678b611.gz (10759274 bytes) |
2439 | 2024-01-30T04:33:19.561Z | uploaded: /work/end-to-end-tests/bootstrap-b134fea02678b611.gz |
2440 | 2024-01-30T04:33:19.561Z | uploading: /work/end-to-end-tests/bootstrap.gz (109091030 bytes) |
2441 | 2024-01-30T04:33:45.313Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2442 | 2024-01-30T04:33:45.313Z | uploading: /work/end-to-end-tests/end_to_end_tests-6f063f75739db227.gz (112267130 bytes) |
2443 | 2024-01-30T04:34:15.725Z | uploaded: /work/end-to-end-tests/end_to_end_tests-6f063f75739db227.gz |
2444 | 2024-01-30T04:34:15.725Z | uploading: /work/caboose-util.gz (4050278 bytes) |
2445 | 2024-01-30T04:34:18.555Z | uploaded: /work/caboose-util.gz |
2446 | 2024-01-30T04:34:18.555Z | uploading: /work/tufaceous.gz (15646226 bytes) |
2447 | 2024-01-30T04:34:22.877Z | uploaded: /work/tufaceous.gz |