|
|
|
1 | 2024-02-17T06:09:57.192Z | job assigned to worker 01HPTTXGN3VB31SQ0E6AYK9B3J (queued for 56 s) |
|
2 | 2024-02-17T06:09:57.404Z | starting task 0: "setup" |
3 | 2024-02-17T06:09:57.489Z | ++ uname -s |
4 | 2024-02-17T06:09:57.510Z | + kern=SunOS |
5 | 2024-02-17T06:09:57.511Z | + case "$kern" in |
6 | 2024-02-17T06:09:57.511Z | + groupadd -g 12345 build |
7 | 2024-02-17T06:09:57.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-17T06:09:59.504Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-17T06:09:59.585Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-17T06:09:59.592Z | + home_fs=zfs |
11 | 2024-02-17T06:09:59.592Z | + [[ zfs == autofs ]] |
12 | 2024-02-17T06:09:59.592Z | + mkdir -p /home/build |
13 | 2024-02-17T06:09:59.592Z | + chown build:build /home/build /work |
14 | 2024-02-17T06:10:01.597Z | + chmod 0700 /home/build /work |
15 | 2024-02-17T06:10:02.060Z | process exited: duration 4189 ms, exit code 0 |
|
16 | 2024-02-17T06:10:02.115Z | starting task 1: "rust-toolchain" |
17 | 2024-02-17T06:10:02.136Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-17T06:10:02.136Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-17T06:10:02.635Z | info: downloading installer |
20 | 2024-02-17T06:10:04.967Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-17T06:10:04.967Z | warning: /opt/ooce/bin |
22 | 2024-02-17T06:10:04.967Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-17T06:10:04.968Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-17T06:10:04.968Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-17T06:10:04.968Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-17T06:10:04.968Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-17T06:10:04.968Z | error: cannot install while Rust is installed |
28 | 2024-02-17T06:10:04.968Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-17T06:10:05.389Z | info: profile set to 'default' |
30 | 2024-02-17T06:10:05.389Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-17T06:10:05.389Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-17T06:10:05.389Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-17T06:10:05.389Z | info: downloading component 'cargo' |
34 | 2024-02-17T06:10:05.397Z | info: downloading component 'clippy' |
35 | 2024-02-17T06:10:05.643Z | info: downloading component 'rust-docs' |
36 | 2024-02-17T06:10:06.784Z | info: downloading component 'rust-std' |
37 | 2024-02-17T06:10:08.834Z | info: downloading component 'rustc' |
38 | 2024-02-17T06:10:13.870Z | info: downloading component 'rustfmt' |
39 | 2024-02-17T06:10:14.153Z | info: installing component 'cargo' |
40 | 2024-02-17T06:10:15.087Z | info: installing component 'clippy' |
41 | 2024-02-17T06:10:15.501Z | info: installing component 'rust-docs' |
42 | 2024-02-17T06:10:16.970Z | info: installing component 'rust-std' |
43 | 2024-02-17T06:10:18.910Z | info: installing component 'rustc' |
44 | 2024-02-17T06:10:23.168Z | info: installing component 'rustfmt' |
45 | 2024-02-17T06:10:23.498Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-17T06:10:23.498Z | |
47 | 2024-02-17T06:10:23.787Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-17T06:10:23.787Z | |
49 | 2024-02-17T06:10:23.792Z | |
50 | 2024-02-17T06:10:23.792Z | Rust is installed now. Great! |
51 | 2024-02-17T06:10:23.792Z | |
52 | 2024-02-17T06:10:23.792Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-17T06:10:23.792Z | environment variable. This has not been done automatically. |
54 | 2024-02-17T06:10:23.792Z | |
55 | 2024-02-17T06:10:23.792Z | To configure your current shell, run: |
56 | 2024-02-17T06:10:23.792Z | source "$HOME/.cargo/env" |
57 | 2024-02-17T06:10:23.841Z | + rustc --version |
58 | 2024-02-17T06:10:23.912Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-17T06:10:23.918Z | process exited: duration 21806 ms, exit code 0 |
|
60 | 2024-02-17T06:10:23.935Z | starting task 2: "authentication" |
61 | 2024-02-17T06:10:23.972Z | process exited: duration 40 ms, exit code 0 |
|
62 | 2024-02-17T06:10:23.982Z | starting task 3: "clone repository" |
63 | 2024-02-17T06:10:23.993Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-17T06:10:24.434Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-17T06:10:24.434Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-17T06:10:30.067Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-17T06:10:30.075Z | + git fetch origin 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
68 | 2024-02-17T06:10:30.386Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-17T06:10:30.386Z | * branch 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b -> FETCH_HEAD |
70 | 2024-02-17T06:10:30.395Z | + [[ -n renovate/russh-monorepo ]] |
71 | 2024-02-17T06:10:30.398Z | ++ git branch --show-current |
72 | 2024-02-17T06:10:30.400Z | + current=main |
73 | 2024-02-17T06:10:30.400Z | + [[ main != renovate/russh-monorepo ]] |
74 | 2024-02-17T06:10:30.400Z | + git branch -f renovate/russh-monorepo 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
75 | 2024-02-17T06:10:30.403Z | + git checkout -f renovate/russh-monorepo |
76 | 2024-02-17T06:10:30.512Z | Switched to branch 'renovate/russh-monorepo' |
77 | 2024-02-17T06:10:30.515Z | + git reset --hard 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
78 | 2024-02-17T06:10:30.524Z | HEAD is now at 7ef19c0c5 fix(deps): update russh monorepo to 0.42.0 |
79 | 2024-02-17T06:10:30.526Z | process exited: duration 6543 ms, exit code 0 |
|
80 | 2024-02-17T06:10:30.532Z | starting task 4: "build" |
81 | 2024-02-17T06:10:30.537Z | + cargo --version |
82 | 2024-02-17T06:10:30.542Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-17T06:10:30.695Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-17T06:10:30.699Z | info: downloading component 'cargo' |
85 | 2024-02-17T06:10:31.516Z | info: downloading component 'clippy' |
86 | 2024-02-17T06:10:31.778Z | info: downloading component 'rust-docs' |
87 | 2024-02-17T06:10:32.808Z | info: downloading component 'rust-std' |
88 | 2024-02-17T06:10:34.306Z | info: downloading component 'rustc' |
89 | 2024-02-17T06:10:38.594Z | info: downloading component 'rustfmt' |
90 | 2024-02-17T06:10:38.820Z | info: installing component 'cargo' |
91 | 2024-02-17T06:10:39.680Z | info: installing component 'clippy' |
92 | 2024-02-17T06:10:40.038Z | info: installing component 'rust-docs' |
93 | 2024-02-17T06:10:41.502Z | info: installing component 'rust-std' |
94 | 2024-02-17T06:10:43.104Z | info: installing component 'rustc' |
95 | 2024-02-17T06:10:47.304Z | info: installing component 'rustfmt' |
96 | 2024-02-17T06:10:47.712Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-17T06:10:48.194Z | + rustc --version |
98 | 2024-02-17T06:10:48.194Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-17T06:10:48.194Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-17T06:10:59.750Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-17T06:11:00.940Z | Startup: Caching catalogs ... Done |
102 | 2024-02-17T06:11:02.277Z | Planning: Solver setup ... Done (0.962s) |
103 | 2024-02-17T06:11:02.302Z | Planning: Running solver ... Done (0.026s) |
104 | 2024-02-17T06:11:02.524Z | Planning: Finding local manifests ... Done (0.180s) |
105 | 2024-02-17T06:11:02.543Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-17T06:11:02.812Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-17T06:11:02.862Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-17T06:11:02.917Z | Planning: Merging actions ... Done (0.051s) |
109 | 2024-02-17T06:11:03.980Z | Planning: Checking for conflicting actions ... Done (1.066s) |
110 | 2024-02-17T06:11:03.991Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-17T06:11:07.901Z | Planning: Evaluating mediators ... Done (3.907s) |
112 | 2024-02-17T06:11:07.919Z | Planning: Planning completed in 6.92 seconds |
113 | 2024-02-17T06:11:07.930Z | Packages to install: 4 |
114 | 2024-02-17T06:11:07.930Z | Mediators to change: 2 |
115 | 2024-02-17T06:11:07.931Z | Services to change: 1 |
116 | 2024-02-17T06:11:07.931Z | Estimated space available: 148.87 GB |
117 | 2024-02-17T06:11:07.931Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-17T06:11:07.931Z | Create boot environment: No |
119 | 2024-02-17T06:11:07.931Z | Create backup boot environment: No |
120 | 2024-02-17T06:11:07.932Z | Rebuild boot archive: No |
121 | 2024-02-17T06:11:07.932Z | |
122 | 2024-02-17T06:11:07.932Z | Changed mediators: |
123 | 2024-02-17T06:11:07.932Z | mediator clang: |
124 | 2024-02-17T06:11:07.932Z | version: None -> 15 (system default) |
125 | 2024-02-17T06:11:07.932Z | |
126 | 2024-02-17T06:11:07.932Z | mediator llvm: |
127 | 2024-02-17T06:11:07.933Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-17T06:11:07.933Z | |
129 | 2024-02-17T06:11:07.933Z | Changed packages: |
130 | 2024-02-17T06:11:07.933Z | helios-dev |
131 | 2024-02-17T06:11:07.933Z | developer/build-essential |
132 | 2024-02-17T06:11:07.933Z | None -> 11-2.0 |
133 | 2024-02-17T06:11:07.934Z | library/libxmlsec1 |
134 | 2024-02-17T06:11:07.934Z | None -> 1.2.35-2.0 |
135 | 2024-02-17T06:11:07.934Z | ooce/developer/clang-15 |
136 | 2024-02-17T06:11:07.934Z | None -> 15.0.7-2.0 |
137 | 2024-02-17T06:11:07.934Z | ooce/developer/llvm-15 |
138 | 2024-02-17T06:11:07.934Z | None -> 15.0.7-2.0 |
139 | 2024-02-17T06:11:07.935Z | |
140 | 2024-02-17T06:11:07.935Z | Services: |
141 | 2024-02-17T06:11:07.935Z | restart_fmri: |
142 | 2024-02-17T06:11:07.935Z | svc:/system/update-man-index:default |
143 | 2024-02-17T06:11:08.151Z | |
144 | 2024-02-17T06:11:08.151Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-17T06:11:13.149Z | Download: 574/3290 items 17.2/212.6MB 8% complete (3.8M/s) |
146 | 2024-02-17T06:11:18.151Z | Download: 1135/3290 items 47.7/212.6MB 22% complete (4.7M/s) |
147 | 2024-02-17T06:11:23.190Z | Download: 1459/3290 items 117.1/212.6MB 55% complete (10.0M/s) |
148 | 2024-02-17T06:11:29.971Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (9.7M/s) |
149 | 2024-02-17T06:11:35.881Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.4M/s) |
150 | 2024-02-17T06:11:40.803Z | Download: Completed 212.60 MB in 32.66 seconds (6.5M/s) |
151 | 2024-02-17T06:11:41.068Z | Actions: 1/3689 actions (Installing new actions) |
152 | 2024-02-17T06:11:46.076Z | Actions: 3567/3689 actions (Installing new actions) |
153 | 2024-02-17T06:11:46.199Z | Actions: Completed 3689 actions in 5.13 seconds. |
154 | 2024-02-17T06:11:46.368Z | Done (0.164s) |
155 | 2024-02-17T06:11:46.368Z | Done (0.000s) |
156 | 2024-02-17T06:11:46.599Z | Done (0.219s) |
157 | 2024-02-17T06:11:51.837Z | Done (5.127s) |
158 | 2024-02-17T06:11:52.024Z | Done (0.114s) |
159 | 2024-02-17T06:11:52.029Z | Done (0.000s) |
160 | 2024-02-17T06:11:52.170Z | Done (0.000s) |
161 | 2024-02-17T06:11:52.673Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-02-17T06:11:52.833Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-02-17T06:11:52.836Z | Planning: Consolidating action changes ... Done |
164 | 2024-02-17T06:11:53.107Z | Planning: Evaluating mediators ... Done |
165 | 2024-02-17T06:11:53.110Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-02-17T06:11:53.140Z | Mediators to change: 2 |
167 | 2024-02-17T06:11:53.140Z | Create boot environment: No |
168 | 2024-02-17T06:11:53.143Z | Create backup boot environment: No |
169 | 2024-02-17T06:11:53.210Z | Done |
170 | 2024-02-17T06:11:53.211Z | Done |
171 | 2024-02-17T06:11:53.341Z | Done |
172 | 2024-02-17T06:11:57.015Z | Done |
173 | 2024-02-17T06:11:57.103Z | Done |
174 | 2024-02-17T06:11:57.106Z | Done |
175 | 2024-02-17T06:11:57.199Z | Done |
176 | 2024-02-17T06:11:57.834Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-02-17T06:11:57.838Z | Planning: Merging actions ... Done |
178 | 2024-02-17T06:11:58.026Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-02-17T06:11:58.029Z | Planning: Consolidating action changes ... Done |
180 | 2024-02-17T06:11:58.294Z | Planning: Evaluating mediators ... Done |
181 | 2024-02-17T06:11:58.350Z | Planning: Planning completed in 0.79 seconds |
182 | 2024-02-17T06:11:58.387Z | Packages to change: 1 |
183 | 2024-02-17T06:11:58.387Z | Mediators to change: 1 |
184 | 2024-02-17T06:11:58.393Z | Services to change: 1 |
185 | 2024-02-17T06:11:58.393Z | Create boot environment: No |
186 | 2024-02-17T06:11:58.393Z | Create backup boot environment: Yes |
187 | 2024-02-17T06:12:00.145Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-02-17T06:12:00.183Z | Actions: Completed 6 actions in 0.04 seconds. |
189 | 2024-02-17T06:12:00.188Z | Done |
190 | 2024-02-17T06:12:00.188Z | Done |
191 | 2024-02-17T06:12:00.232Z | Done |
192 | 2024-02-17T06:12:03.928Z | Done |
193 | 2024-02-17T06:12:04.022Z | Done |
194 | 2024-02-17T06:12:04.028Z | Done |
195 | 2024-02-17T06:12:04.118Z | Done |
196 | 2024-02-17T06:12:04.546Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-02-17T06:12:04.547Z | clang system 15 system |
198 | 2024-02-17T06:12:04.547Z | csh system system illumos |
199 | 2024-02-17T06:12:04.547Z | ctags system system illumos |
200 | 2024-02-17T06:12:04.547Z | gcc vendor 12 vendor |
201 | 2024-02-17T06:12:04.547Z | gcc system 10 system |
202 | 2024-02-17T06:12:04.547Z | gcc system 7 system |
203 | 2024-02-17T06:12:04.547Z | go system 1.20 system |
204 | 2024-02-17T06:12:04.547Z | go system 1.19 system |
205 | 2024-02-17T06:12:04.547Z | llvm system 15 system |
206 | 2024-02-17T06:12:04.547Z | llvm system 14 system |
207 | 2024-02-17T06:12:04.547Z | mariadb system 10.6 system |
208 | 2024-02-17T06:12:04.547Z | mta vendor vendor dma |
209 | 2024-02-17T06:12:04.547Z | openjdk system 17 system |
210 | 2024-02-17T06:12:04.547Z | openjdk system 11 system |
211 | 2024-02-17T06:12:04.547Z | openjdk system 1.8 system |
212 | 2024-02-17T06:12:04.547Z | openssl vendor 3 vendor |
213 | 2024-02-17T06:12:04.547Z | perl system 5.36 system |
214 | 2024-02-17T06:12:04.547Z | postgresql system 15 system |
215 | 2024-02-17T06:12:04.547Z | postgresql system 13 system |
216 | 2024-02-17T06:12:04.547Z | python vendor 3 vendor |
217 | 2024-02-17T06:12:04.547Z | python system 2 system |
218 | 2024-02-17T06:12:04.547Z | python3 system 3.11 system |
219 | 2024-02-17T06:12:04.547Z | ruby system 3.0 system |
220 | 2024-02-17T06:12:04.547Z | words vendor vendor american-english |
221 | 2024-02-17T06:12:04.548Z | words system system australian-english |
222 | 2024-02-17T06:12:04.548Z | words system system british-english |
223 | 2024-02-17T06:12:04.548Z | words system system canadian-english |
224 | 2024-02-17T06:12:04.548Z | words system system french |
225 | 2024-02-17T06:12:04.548Z | words system system italian |
226 | 2024-02-17T06:12:04.548Z | words system system ngerman |
227 | 2024-02-17T06:12:04.548Z | words system system ogerman |
228 | 2024-02-17T06:12:04.548Z | words system system spanish |
229 | 2024-02-17T06:12:04.875Z | FMRI IFO |
230 | 2024-02-17T06:12:04.875Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-02-17T06:12:04.875Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-02-17T06:12:04.875Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-02-17T06:12:04.875Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-02-17T06:12:04.875Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-02-17T06:12:04.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
236 | 2024-02-17T06:12:04.876Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-02-17T06:12:04.876Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
238 | 2024-02-17T06:12:04.933Z | + set -o errexit |
239 | 2024-02-17T06:12:04.937Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2024-02-17T06:12:04.937Z | ++ cd ./tools |
241 | 2024-02-17T06:12:04.937Z | ++ pwd |
242 | 2024-02-17T06:12:04.937Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2024-02-17T06:12:04.937Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2024-02-17T06:12:04.940Z | + ARG0=ci_download_cockroachdb |
245 | 2024-02-17T06:12:04.940Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2024-02-17T06:12:04.940Z | + CIDL_VERSION=v22.1.9 |
247 | 2024-02-17T06:12:04.940Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2024-02-17T06:12:04.940Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
249 | 2024-02-17T06:12:04.940Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
250 | 2024-02-17T06:12:04.940Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
251 | 2024-02-17T06:12:04.940Z | + TARGET_DIR=out |
252 | 2024-02-17T06:12:04.940Z | + DOWNLOAD_DIR=out/downloads |
253 | 2024-02-17T06:12:04.940Z | + DEST_DIR=./out/cockroachdb |
254 | 2024-02-17T06:12:04.940Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2024-02-17T06:12:04.941Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2024-02-17T06:12:04.941Z | + main |
257 | 2024-02-17T06:12:04.944Z | + [[ 0 != 0 ]] |
258 | 2024-02-17T06:12:04.944Z | + CIDL_OS=solaris2.11 |
259 | 2024-02-17T06:12:04.944Z | + [[ 0 != 0 ]] |
260 | 2024-02-17T06:12:04.944Z | + configure_os solaris2.11 |
261 | 2024-02-17T06:12:04.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2024-02-17T06:12:04.944Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2024-02-17T06:12:04.944Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-17T06:12:04.944Z | + case "$1" in |
265 | 2024-02-17T06:12:04.944Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-17T06:12:04.944Z | + CIDL_BUILD=illumos |
267 | 2024-02-17T06:12:04.944Z | + CIDL_SUFFIX=tar.gz |
268 | 2024-02-17T06:12:04.944Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-02-17T06:12:04.944Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2024-02-17T06:12:04.944Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2024-02-17T06:12:04.944Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2024-02-17T06:12:04.944Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-17T06:12:04.944Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-17T06:12:04.945Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2024-02-17T06:12:04.945Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-17T06:12:04.945Z | + CIDL_SHA256FUNC=do_sha256sum |
277 | 2024-02-17T06:12:04.945Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-02-17T06:12:04.945Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-17T06:12:04.945Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-17T06:12:04.945Z | + mkdir -p out/downloads |
281 | 2024-02-17T06:12:04.945Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-17T06:12:04.945Z | + mkdir -p ./out/cockroachdb |
283 | 2024-02-17T06:12:04.948Z | + local DO_DOWNLOAD=true |
284 | 2024-02-17T06:12:04.948Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2024-02-17T06:12:04.948Z | + '[' true == true ']' |
286 | 2024-02-17T06:12:04.948Z | + echo Downloading... |
287 | 2024-02-17T06:12:04.948Z | Downloading... |
288 | 2024-02-17T06:12:04.948Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-17T06:12:04.948Z | + 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 |
290 | 2024-02-17T06:12:14.019Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-17T06:12:14.022Z | ++ sha256sum |
292 | 2024-02-17T06:12:14.022Z | ++ awk '{print $1}' |
293 | 2024-02-17T06:12:14.115Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
294 | 2024-02-17T06:12:14.115Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
295 | 2024-02-17T06:12:14.118Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-17T06:12:14.118Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2024-02-17T06:12:16.293Z | + do_assemble_illumos |
298 | 2024-02-17T06:12:16.293Z | + rm -r ./out/cockroachdb |
299 | 2024-02-17T06:12:16.296Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2024-02-17T06:12:16.697Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2024-02-17T06:12:16.917Z | Build Tag: v22.1.9-dirty |
302 | 2024-02-17T06:12:16.918Z | Build Time: 2022/10/26 21:17:46 |
303 | 2024-02-17T06:12:16.918Z | Distribution: OSS |
304 | 2024-02-17T06:12:16.918Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2024-02-17T06:12:16.918Z | Go Version: go1.17.13 |
306 | 2024-02-17T06:12:16.918Z | C Compiler: gcc 10.3.0 |
307 | 2024-02-17T06:12:16.918Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2024-02-17T06:12:16.918Z | Build Type: release |
309 | 2024-02-17T06:12:16.938Z | + set -o errexit |
310 | 2024-02-17T06:12:16.941Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2024-02-17T06:12:16.941Z | ++ cd ./tools |
312 | 2024-02-17T06:12:16.941Z | ++ pwd |
313 | 2024-02-17T06:12:16.941Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2024-02-17T06:12:16.941Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2024-02-17T06:12:16.944Z | + ARG0=ci_download_clickhouse |
316 | 2024-02-17T06:12:16.944Z | + TARGET_DIR=out |
317 | 2024-02-17T06:12:16.945Z | + DOWNLOAD_DIR=out/downloads |
318 | 2024-02-17T06:12:16.945Z | + DEST_DIR=./out/clickhouse |
319 | 2024-02-17T06:12:16.945Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
320 | 2024-02-17T06:12:16.945Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-02-17T06:12:16.945Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-02-17T06:12:16.945Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-02-17T06:12:16.945Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-02-17T06:12:16.945Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-02-17T06:12:16.945Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-02-17T06:12:16.945Z | + main |
327 | 2024-02-17T06:12:16.945Z | + [[ 0 != 0 ]] |
328 | 2024-02-17T06:12:16.945Z | + CIDL_OS=solaris2.11 |
329 | 2024-02-17T06:12:16.945Z | + [[ 0 != 0 ]] |
330 | 2024-02-17T06:12:16.945Z | + configure_os solaris2.11 |
331 | 2024-02-17T06:12:16.945Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-02-17T06:12:16.945Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-02-17T06:12:16.945Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-17T06:12:16.945Z | + CIDL_DASHREV= |
335 | 2024-02-17T06:12:16.945Z | configuring based on OS: "solaris2.11" |
336 | 2024-02-17T06:12:16.945Z | + case "$1" in |
337 | 2024-02-17T06:12:16.945Z | + CIDL_PLATFORM=illumos |
338 | 2024-02-17T06:12:16.945Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-02-17T06:12:16.945Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-02-17T06:12:16.945Z | + CIDL_DASHREV=-1 |
341 | 2024-02-17T06:12:16.945Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-02-17T06:12:16.946Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-17T06:12:16.946Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-17T06:12:16.946Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-17T06:12:16.946Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-02-17T06:12:16.949Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-17T06:12:16.949Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-17T06:12:16.949Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-17T06:12:16.949Z | + mkdir -p out/downloads |
350 | 2024-02-17T06:12:16.949Z | + mkdir -p ./out/clickhouse |
351 | 2024-02-17T06:12:16.949Z | + local DO_DOWNLOAD=true |
352 | 2024-02-17T06:12:16.949Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-02-17T06:12:16.949Z | + '[' true == true ']' |
354 | 2024-02-17T06:12:16.949Z | + echo Downloading... |
355 | 2024-02-17T06:12:16.949Z | Downloading... |
356 | 2024-02-17T06:12:16.949Z | + 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 |
357 | 2024-02-17T06:12:16.949Z | + 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 |
358 | 2024-02-17T06:12:18.237Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-17T06:12:18.241Z | ++ md5sum |
360 | 2024-02-17T06:12:18.241Z | ++ awk '{print $1}' |
361 | 2024-02-17T06:12:18.421Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-17T06:12:18.421Z | + [[ 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 ]] |
363 | 2024-02-17T06:12:18.424Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-02-17T06:12:18.424Z | + mkdir -p ./out/clickhouse |
365 | 2024-02-17T06:12:18.424Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-02-17T06:12:21.531Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-02-17T06:12:21.567Z | ClickHouse server version 22.8.9.1. |
368 | 2024-02-17T06:12:21.583Z | + set -o errexit |
369 | 2024-02-17T06:12:21.604Z | +++ dirname ./tools/ci_download_console |
370 | 2024-02-17T06:12:21.604Z | ++ cd ./tools |
371 | 2024-02-17T06:12:21.604Z | ++ pwd |
372 | 2024-02-17T06:12:21.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-02-17T06:12:21.605Z | ++ basename ./tools/ci_download_console |
374 | 2024-02-17T06:12:21.605Z | + ARG0=ci_download_console |
375 | 2024-02-17T06:12:21.605Z | + TARGET_DIR=out |
376 | 2024-02-17T06:12:21.605Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-02-17T06:12:21.605Z | + DEST_DIR=./out/console-assets |
378 | 2024-02-17T06:12:21.606Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-02-17T06:12:21.606Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
380 | 2024-02-17T06:12:21.606Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
381 | 2024-02-17T06:12:21.606Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
382 | 2024-02-17T06:12:21.606Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-02-17T06:12:21.606Z | + main |
384 | 2024-02-17T06:12:21.606Z | + [[ 0 != 0 ]] |
385 | 2024-02-17T06:12:21.606Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
386 | 2024-02-17T06:12:21.607Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
387 | 2024-02-17T06:12:21.607Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-02-17T06:12:21.607Z | + local DO_DOWNLOAD=true |
389 | 2024-02-17T06:12:21.607Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-17T06:12:21.607Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-02-17T06:12:21.607Z | + mkdir -p out/downloads |
392 | 2024-02-17T06:12:21.607Z | + '[' true == true ']' |
393 | 2024-02-17T06:12:21.608Z | + echo Downloading... |
394 | 2024-02-17T06:12:21.608Z | Downloading... |
395 | 2024-02-17T06:12:21.608Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
396 | 2024-02-17T06:12:21.608Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
397 | 2024-02-17T06:12:22.148Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-02-17T06:12:22.151Z | ++ case "$OSTYPE" in |
399 | 2024-02-17T06:12:22.151Z | ++ SHA=sha256sum |
400 | 2024-02-17T06:12:22.151Z | ++ sha256sum |
401 | 2024-02-17T06:12:22.151Z | ++ awk '{print $1}' |
402 | 2024-02-17T06:12:22.156Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
403 | 2024-02-17T06:12:22.159Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
404 | 2024-02-17T06:12:22.159Z | + rm -rf ./out/console-assets |
405 | 2024-02-17T06:12:22.159Z | + mkdir -p ./out/console-assets |
406 | 2024-02-17T06:12:22.163Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-02-17T06:12:22.163Z | + mkdir -p ./out/console-assets |
408 | 2024-02-17T06:12:22.163Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-02-17T06:12:22.253Z | + set -o errexit |
410 | 2024-02-17T06:12:22.257Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-02-17T06:12:22.262Z | ++ cd ./tools |
412 | 2024-02-17T06:12:22.263Z | ++ pwd |
413 | 2024-02-17T06:12:22.263Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-02-17T06:12:22.263Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-02-17T06:12:22.263Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-02-17T06:12:22.266Z | + TARGET_DIR=out |
417 | 2024-02-17T06:12:22.266Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-02-17T06:12:22.266Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-02-17T06:12:22.266Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
420 | 2024-02-17T06:12:22.266Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-02-17T06:12:22.266Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
422 | 2024-02-17T06:12:22.266Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
423 | 2024-02-17T06:12:22.266Z | + main |
424 | 2024-02-17T06:12:22.266Z | + [[ 0 != 0 ]] |
425 | 2024-02-17T06:12:22.266Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
426 | 2024-02-17T06:12:22.266Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
427 | 2024-02-17T06:12:22.267Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
428 | 2024-02-17T06:12:22.267Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
429 | 2024-02-17T06:12:22.267Z | + local DO_DOWNLOAD=true |
430 | 2024-02-17T06:12:22.267Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
431 | 2024-02-17T06:12:22.267Z | + mkdir -p out/downloads |
432 | 2024-02-17T06:12:22.267Z | + '[' true == true ']' |
433 | 2024-02-17T06:12:22.267Z | + echo Downloading... |
434 | 2024-02-17T06:12:22.267Z | Downloading... |
435 | 2024-02-17T06:12:22.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
436 | 2024-02-17T06:12:22.267Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
437 | 2024-02-17T06:12:22.462Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
438 | 2024-02-17T06:12:22.466Z | ++ case "$OSTYPE" in |
439 | 2024-02-17T06:12:22.466Z | ++ SHA=sha256sum |
440 | 2024-02-17T06:12:22.466Z | ++ sha256sum |
441 | 2024-02-17T06:12:22.466Z | ++ awk '{print $1}' |
442 | 2024-02-17T06:12:22.470Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-02-17T06:12:22.470Z | + [[ 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 ]] |
444 | 2024-02-17T06:12:22.470Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-02-17T06:12:22.470Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
446 | 2024-02-17T06:12:22.470Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
447 | 2024-02-17T06:12:22.470Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
448 | 2024-02-17T06:12:22.470Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
449 | 2024-02-17T06:12:22.470Z | + main |
450 | 2024-02-17T06:12:22.470Z | + [[ 0 != 0 ]] |
451 | 2024-02-17T06:12:22.470Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
452 | 2024-02-17T06:12:22.471Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
453 | 2024-02-17T06:12:22.471Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
454 | 2024-02-17T06:12:22.471Z | + local DO_DOWNLOAD=true |
455 | 2024-02-17T06:12:22.471Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-17T06:12:22.471Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
457 | 2024-02-17T06:12:22.471Z | + mkdir -p out/downloads |
458 | 2024-02-17T06:12:22.471Z | + '[' true == true ']' |
459 | 2024-02-17T06:12:22.471Z | + echo Downloading... |
460 | 2024-02-17T06:12:22.471Z | Downloading... |
461 | 2024-02-17T06:12:22.471Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-17T06:12:22.471Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
463 | 2024-02-17T06:12:22.584Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
464 | 2024-02-17T06:12:22.588Z | ++ case "$OSTYPE" in |
465 | 2024-02-17T06:12:22.588Z | ++ SHA=sha256sum |
466 | 2024-02-17T06:12:22.588Z | ++ sha256sum |
467 | 2024-02-17T06:12:22.588Z | ++ awk '{print $1}' |
468 | 2024-02-17T06:12:22.591Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
469 | 2024-02-17T06:12:22.591Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
470 | 2024-02-17T06:12:22.598Z | + set -o errexit |
471 | 2024-02-17T06:12:22.603Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-02-17T06:12:22.603Z | ++ cd ./tools |
473 | 2024-02-17T06:12:22.603Z | ++ pwd |
474 | 2024-02-17T06:12:22.603Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-02-17T06:12:22.607Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-02-17T06:12:22.607Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-02-17T06:12:22.608Z | + TARGET_DIR=out |
478 | 2024-02-17T06:12:22.608Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-02-17T06:12:22.608Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-02-17T06:12:22.608Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
481 | 2024-02-17T06:12:22.608Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
482 | 2024-02-17T06:12:22.608Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
483 | 2024-02-17T06:12:22.608Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
484 | 2024-02-17T06:12:22.608Z | + main |
485 | 2024-02-17T06:12:22.608Z | + [[ 0 != 0 ]] |
486 | 2024-02-17T06:12:22.608Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
487 | 2024-02-17T06:12:22.608Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
488 | 2024-02-17T06:12:22.608Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
489 | 2024-02-17T06:12:22.608Z | + local DO_DOWNLOAD=true |
490 | 2024-02-17T06:12:22.608Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
491 | 2024-02-17T06:12:22.608Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
492 | 2024-02-17T06:12:22.608Z | + mkdir -p out/downloads |
493 | 2024-02-17T06:12:22.608Z | + '[' true == true ']' |
494 | 2024-02-17T06:12:22.608Z | + echo Downloading... |
495 | 2024-02-17T06:12:22.608Z | Downloading... |
496 | 2024-02-17T06:12:22.608Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
497 | 2024-02-17T06:12:22.608Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
498 | 2024-02-17T06:12:22.724Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-17T06:12:22.724Z | ++ case "$OSTYPE" in |
500 | 2024-02-17T06:12:22.727Z | ++ SHA=sha256sum |
501 | 2024-02-17T06:12:22.727Z | ++ sha256sum |
502 | 2024-02-17T06:12:22.727Z | ++ awk '{print $1}' |
503 | 2024-02-17T06:12:22.730Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
504 | 2024-02-17T06:12:22.730Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
505 | 2024-02-17T06:12:22.737Z | + set -o errexit |
506 | 2024-02-17T06:12:22.740Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-02-17T06:12:22.746Z | ++ cd ./tools |
508 | 2024-02-17T06:12:22.746Z | ++ pwd |
509 | 2024-02-17T06:12:22.746Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-02-17T06:12:22.746Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-02-17T06:12:22.749Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-02-17T06:12:22.749Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-02-17T06:12:22.749Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
514 | 2024-02-17T06:12:22.750Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
515 | 2024-02-17T06:12:22.750Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
516 | 2024-02-17T06:12:22.750Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-02-17T06:12:22.750Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
518 | 2024-02-17T06:12:22.750Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
519 | 2024-02-17T06:12:22.750Z | + TARGET_DIR=out |
520 | 2024-02-17T06:12:22.750Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-02-17T06:12:22.750Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-02-17T06:12:22.750Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-02-17T06:12:22.750Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-02-17T06:12:22.750Z | + REPO=oxidecomputer/dendrite |
525 | 2024-02-17T06:12:22.750Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
526 | 2024-02-17T06:12:22.750Z | + main |
527 | 2024-02-17T06:12:22.750Z | + [[ 0 != 0 ]] |
528 | 2024-02-17T06:12:22.750Z | + CIDL_OS=solaris2.11 |
529 | 2024-02-17T06:12:22.750Z | + [[ 0 != 0 ]] |
530 | 2024-02-17T06:12:22.750Z | + configure_os solaris2.11 |
531 | 2024-02-17T06:12:22.750Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-02-17T06:12:22.750Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-02-17T06:12:22.750Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-17T06:12:22.750Z | + case "$1" in |
535 | 2024-02-17T06:12:22.750Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-17T06:12:22.750Z | + SET_BINARIES= |
537 | 2024-02-17T06:12:22.750Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
538 | 2024-02-17T06:12:22.750Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-02-17T06:12:22.751Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-02-17T06:12:22.751Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
541 | 2024-02-17T06:12:22.751Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-17T06:12:22.751Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
543 | 2024-02-17T06:12:22.751Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-17T06:12:22.751Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-02-17T06:12:22.751Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-17T06:12:22.751Z | + mkdir -p out/downloads |
547 | 2024-02-17T06:12:22.751Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-02-17T06:12:22.751Z | + fetch_and_verify |
549 | 2024-02-17T06:12:22.751Z | + local DO_DOWNLOAD=true |
550 | 2024-02-17T06:12:22.751Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-02-17T06:12:22.751Z | + '[' true == true ']' |
552 | 2024-02-17T06:12:22.751Z | + echo Downloading... |
553 | 2024-02-17T06:12:22.751Z | Downloading... |
554 | 2024-02-17T06:12:22.751Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-17T06:12:22.751Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
556 | 2024-02-17T06:12:30.999Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-17T06:12:31.002Z | ++ sha256sum |
558 | 2024-02-17T06:12:31.002Z | ++ awk '{print $1}' |
559 | 2024-02-17T06:12:31.024Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
560 | 2024-02-17T06:12:31.026Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
561 | 2024-02-17T06:12:31.026Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-17T06:12:31.027Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-02-17T06:12:31.718Z | + do_assemble |
564 | 2024-02-17T06:12:31.718Z | + rm -r ./out/dendrite-stub |
565 | 2024-02-17T06:12:31.732Z | + mkdir ./out/dendrite-stub |
566 | 2024-02-17T06:12:31.732Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-02-17T06:12:31.812Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-02-17T06:12:31.824Z | + set -o errexit |
569 | 2024-02-17T06:12:31.834Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-02-17T06:12:31.834Z | ++ cd ./tools |
571 | 2024-02-17T06:12:31.834Z | ++ pwd |
572 | 2024-02-17T06:12:31.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-02-17T06:12:31.834Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-02-17T06:12:31.834Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-02-17T06:12:31.834Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-02-17T06:12:31.835Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
577 | 2024-02-17T06:12:31.835Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
578 | 2024-02-17T06:12:31.835Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-02-17T06:12:31.835Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
580 | 2024-02-17T06:12:31.835Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
581 | 2024-02-17T06:12:31.835Z | + TARGET_DIR=out |
582 | 2024-02-17T06:12:31.835Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-02-17T06:12:31.835Z | + DEST_DIR=./out/mgd |
584 | 2024-02-17T06:12:31.835Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-02-17T06:12:31.835Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-02-17T06:12:31.836Z | + REPO=oxidecomputer/maghemite |
587 | 2024-02-17T06:12:31.836Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
588 | 2024-02-17T06:12:31.836Z | + main |
589 | 2024-02-17T06:12:31.836Z | + [[ 0 != 0 ]] |
590 | 2024-02-17T06:12:31.836Z | + CIDL_OS=solaris2.11 |
591 | 2024-02-17T06:12:31.836Z | + [[ 0 != 0 ]] |
592 | 2024-02-17T06:12:31.836Z | + configure_os solaris2.11 |
593 | 2024-02-17T06:12:31.836Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-02-17T06:12:31.836Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-02-17T06:12:31.836Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-17T06:12:31.837Z | + case "$1" in |
597 | 2024-02-17T06:12:31.837Z | + SET_BINARIES= |
598 | 2024-02-17T06:12:31.837Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-17T06:12:31.837Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-02-17T06:12:31.837Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-02-17T06:12:31.837Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
602 | 2024-02-17T06:12:31.837Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-02-17T06:12:31.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
604 | 2024-02-17T06:12:31.837Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
605 | 2024-02-17T06:12:31.837Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-17T06:12:31.837Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-17T06:12:31.838Z | + mkdir -p out/downloads |
608 | 2024-02-17T06:12:31.838Z | + mkdir -p ./out/mgd |
609 | 2024-02-17T06:12:31.849Z | + fetch_and_verify |
610 | 2024-02-17T06:12:31.850Z | + local DO_DOWNLOAD=true |
611 | 2024-02-17T06:12:31.850Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-02-17T06:12:31.850Z | + '[' true == true ']' |
613 | 2024-02-17T06:12:31.850Z | + echo Downloading... |
614 | 2024-02-17T06:12:31.850Z | Downloading... |
615 | 2024-02-17T06:12:31.850Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-02-17T06:12:31.850Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
617 | 2024-02-17T06:12:42.017Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-02-17T06:12:42.020Z | ++ sha256sum |
619 | 2024-02-17T06:12:42.020Z | ++ awk '{print $1}' |
620 | 2024-02-17T06:12:42.045Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
621 | 2024-02-17T06:12:42.060Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
622 | 2024-02-17T06:12:42.060Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-02-17T06:12:42.060Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-02-17T06:12:42.487Z | + do_assemble |
625 | 2024-02-17T06:12:42.487Z | + rm -r ./out/mgd |
626 | 2024-02-17T06:12:42.490Z | + mkdir ./out/mgd |
627 | 2024-02-17T06:12:42.493Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-02-17T06:12:42.634Z | + set -o errexit |
629 | 2024-02-17T06:12:42.637Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-02-17T06:12:42.637Z | ++ cd ./tools |
631 | 2024-02-17T06:12:42.637Z | ++ pwd |
632 | 2024-02-17T06:12:42.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-02-17T06:12:42.641Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-02-17T06:12:42.641Z | + ARG0=ci_download_transceiver_control |
635 | 2024-02-17T06:12:42.641Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-02-17T06:12:42.641Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-02-17T06:12:42.641Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-02-17T06:12:42.641Z | + TARGET_DIR=out |
639 | 2024-02-17T06:12:42.641Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-02-17T06:12:42.641Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-02-17T06:12:42.641Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-02-17T06:12:42.641Z | + BINARY=xcvradm |
643 | 2024-02-17T06:12:42.641Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-02-17T06:12:42.641Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-02-17T06:12:42.641Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-02-17T06:12:42.641Z | + main |
647 | 2024-02-17T06:12:42.642Z | + [[ 0 != 0 ]] |
648 | 2024-02-17T06:12:42.642Z | + CIDL_OS=solaris2.11 |
649 | 2024-02-17T06:12:42.642Z | + [[ 0 != 0 ]] |
650 | 2024-02-17T06:12:42.642Z | + configure_os solaris2.11 |
651 | 2024-02-17T06:12:42.642Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-02-17T06:12:42.642Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2024-02-17T06:12:42.642Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-17T06:12:42.642Z | configuring based on OS: "solaris2.11" |
655 | 2024-02-17T06:12:42.642Z | + case "$1" in |
656 | 2024-02-17T06:12:42.642Z | + SET_BINARIES= |
657 | 2024-02-17T06:12:42.642Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-02-17T06:12:42.642Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-02-17T06:12:42.642Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-02-17T06:12:42.642Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-17T06:12:42.642Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-02-17T06:12:42.642Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-02-17T06:12:42.642Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-17T06:12:42.642Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-17T06:12:42.642Z | + mkdir -p out/downloads |
666 | 2024-02-17T06:12:42.642Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-17T06:12:42.645Z | + mkdir -p ./out/transceiver-control |
668 | 2024-02-17T06:12:42.646Z | + fetch_and_verify |
669 | 2024-02-17T06:12:42.646Z | + local DO_DOWNLOAD=true |
670 | 2024-02-17T06:12:42.646Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-02-17T06:12:42.646Z | + '[' true == true ']' |
672 | 2024-02-17T06:12:42.646Z | + echo Downloading... |
673 | 2024-02-17T06:12:42.646Z | Downloading... |
674 | 2024-02-17T06:12:42.646Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-02-17T06:12:42.646Z | + 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 |
676 | 2024-02-17T06:12:44.220Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-02-17T06:12:44.222Z | ++ sha256sum |
678 | 2024-02-17T06:12:44.222Z | ++ awk '{print $1}' |
679 | 2024-02-17T06:12:44.228Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-02-17T06:12:44.231Z | + [[ 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 ]] |
681 | 2024-02-17T06:12:44.231Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-02-17T06:12:44.231Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-02-17T06:12:44.231Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-02-17T06:12:44.351Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-02-17T06:12:44.354Z | + do_assemble |
686 | 2024-02-17T06:12:44.354Z | + rm -r ./out/transceiver-control |
687 | 2024-02-17T06:12:44.357Z | + mkdir ./out/transceiver-control |
688 | 2024-02-17T06:12:44.357Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-02-17T06:12:44.555Z | All prerequisites installed successfully |
690 | 2024-02-17T06:12:44.561Z | |
691 | 2024-02-17T06:12:44.562Z | real 1:56.718788138 |
692 | 2024-02-17T06:12:44.562Z | user 33.768745128 |
693 | 2024-02-17T06:12:44.562Z | sys 6.350981194 |
694 | 2024-02-17T06:12:44.562Z | trap 0.007159756 |
695 | 2024-02-17T06:12:44.562Z | tflt 0.310360772 |
696 | 2024-02-17T06:12:44.563Z | dflt 0.421331329 |
697 | 2024-02-17T06:12:44.563Z | kflt 0.234539064 |
698 | 2024-02-17T06:12:44.563Z | lock 1.372547981 |
699 | 2024-02-17T06:12:44.563Z | slp 3:58.500914527 |
700 | 2024-02-17T06:12:44.563Z | lat 1.757688656 |
701 | 2024-02-17T06:12:44.563Z | stop 0.110702187 |
702 | 2024-02-17T06:12:44.563Z | + banner end-to-end-tests |
703 | 2024-02-17T06:12:44.602Z | |
704 | 2024-02-17T06:12:44.602Z | ###### # # ##### ##### #### ###### # # ##### |
705 | 2024-02-17T06:12:44.603Z | # ## # # # # # # # ## # # # |
706 | 2024-02-17T06:12:44.603Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
707 | 2024-02-17T06:12:44.603Z | # # # # # # # # # # # # # # # |
708 | 2024-02-17T06:12:44.603Z | # # ## # # # # # # # ## # # |
709 | 2024-02-17T06:12:44.603Z | ###### # # ##### # #### ###### # # ##### |
710 | 2024-02-17T06:12:44.604Z | |
711 | 2024-02-17T06:12:44.610Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
712 | 2024-02-17T06:12:44.610Z | + CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-17T06:12:44.611Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
714 | 2024-02-17T06:12:44.611Z | + CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-17T06:12:44.611Z | + export CARGO_INCREMENTAL=0 |
716 | 2024-02-17T06:12:44.611Z | + CARGO_INCREMENTAL=0 |
717 | 2024-02-17T06:12:44.611Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
718 | 2024-02-17T06:12:44.810Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
719 | 2024-02-17T06:12:45.213Z | Updating git repository `https://github.com/oxidecomputer/samael` |
720 | 2024-02-17T06:12:45.685Z | Updating crates.io index |
721 | 2024-02-17T06:12:45.689Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2024-02-17T06:12:46.604Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2024-02-17T06:12:48.329Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2024-02-17T06:12:48.639Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2024-02-17T06:12:48.937Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2024-02-17T06:12:49.208Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2024-02-17T06:12:49.480Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2024-02-17T06:12:50.428Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2024-02-17T06:12:52.331Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2024-02-17T06:12:53.169Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2024-02-17T06:12:53.477Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
732 | 2024-02-17T06:12:55.243Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2024-02-17T06:12:55.249Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
734 | 2024-02-17T06:12:55.249Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2024-02-17T06:12:55.250Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2024-02-17T06:12:55.292Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2024-02-17T06:12:55.661Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
738 | 2024-02-17T06:12:56.067Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2024-02-17T06:12:56.465Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2024-02-17T06:12:57.881Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2024-02-17T06:12:58.570Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2024-02-17T06:12:59.181Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2024-02-17T06:12:59.575Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2024-02-17T06:13:01.129Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2024-02-17T06:13:01.593Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2024-02-17T06:13:01.886Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2024-02-17T06:13:03.140Z | Downloading crates ... |
748 | 2024-02-17T06:13:03.305Z | Downloaded md-5 v0.10.5 |
749 | 2024-02-17T06:13:03.308Z | Downloaded chacha20 v0.9.1 |
750 | 2024-02-17T06:13:03.313Z | Downloaded cfg-if v1.0.0 |
751 | 2024-02-17T06:13:03.328Z | Downloaded memchr v2.6.3 |
752 | 2024-02-17T06:13:03.340Z | Downloaded normalize-line-endings v0.3.0 |
753 | 2024-02-17T06:13:03.818Z | Downloaded memoffset v0.9.0 |
754 | 2024-02-17T06:13:03.818Z | Downloaded mime v0.3.17 |
755 | 2024-02-17T06:13:03.818Z | Downloaded linear-map v1.2.0 |
756 | 2024-02-17T06:13:03.818Z | Downloaded lock_api v0.4.10 |
757 | 2024-02-17T06:13:03.818Z | Downloaded bit-set v0.5.3 |
758 | 2024-02-17T06:13:03.818Z | Downloaded mime_guess v2.0.4 |
759 | 2024-02-17T06:13:03.818Z | Downloaded clap_derive v4.5.0 |
760 | 2024-02-17T06:13:03.819Z | Downloaded memmap v0.7.0 |
761 | 2024-02-17T06:13:03.819Z | Downloaded cancel-safe-futures v0.1.5 |
762 | 2024-02-17T06:13:03.819Z | Downloaded console v0.15.8 |
763 | 2024-02-17T06:13:03.819Z | Downloaded backtrace v0.3.69 |
764 | 2024-02-17T06:13:03.819Z | Downloaded nibble_vec v0.1.0 |
765 | 2024-02-17T06:13:03.819Z | Downloaded cc v1.0.83 |
766 | 2024-02-17T06:13:03.819Z | Downloaded crossbeam-epoch v0.9.15 |
767 | 2024-02-17T06:13:03.819Z | Downloaded cstr-argument v0.1.2 |
768 | 2024-02-17T06:13:03.819Z | Downloaded md5 v0.7.0 |
769 | 2024-02-17T06:13:03.819Z | Downloaded plain v0.2.3 |
770 | 2024-02-17T06:13:03.819Z | Downloaded num-complex v0.4.4 |
771 | 2024-02-17T06:13:03.819Z | Downloaded pretty-hex v0.2.1 |
772 | 2024-02-17T06:13:03.819Z | Downloaded precomputed-hash v0.1.1 |
773 | 2024-02-17T06:13:03.819Z | Downloaded postcard v1.0.8 |
774 | 2024-02-17T06:13:03.819Z | Downloaded crossbeam-channel v0.5.8 |
775 | 2024-02-17T06:13:03.819Z | Downloaded darling v0.20.3 |
776 | 2024-02-17T06:13:03.819Z | Downloaded darling_macro v0.20.3 |
777 | 2024-02-17T06:13:03.819Z | Downloaded native-tls v0.2.11 |
778 | 2024-02-17T06:13:03.819Z | Downloaded owo-colors v4.0.0 |
779 | 2024-02-17T06:13:03.819Z | Downloaded diesel_table_macro_syntax v0.1.0 |
780 | 2024-02-17T06:13:03.819Z | Downloaded p256 v0.13.2 |
781 | 2024-02-17T06:13:03.819Z | Downloaded openssl-probe v0.1.5 |
782 | 2024-02-17T06:13:03.819Z | Downloaded atty v0.2.14 |
783 | 2024-02-17T06:13:03.820Z | Downloaded der_derive v0.7.2 |
784 | 2024-02-17T06:13:03.820Z | Downloaded async-stream-impl v0.3.5 |
785 | 2024-02-17T06:13:03.820Z | Downloaded pretty-hex v0.4.1 |
786 | 2024-02-17T06:13:03.820Z | Downloaded option-ext v0.2.0 |
787 | 2024-02-17T06:13:03.820Z | Downloaded curve25519-dalek-derive v0.1.0 |
788 | 2024-02-17T06:13:03.820Z | Downloaded opaque-debug v0.3.0 |
789 | 2024-02-17T06:13:03.820Z | Downloaded bit-vec v0.6.3 |
790 | 2024-02-17T06:13:03.820Z | Downloaded ansi_term v0.12.1 |
791 | 2024-02-17T06:13:03.820Z | Downloaded parse-display-derive v0.9.0 |
792 | 2024-02-17T06:13:03.820Z | Downloaded arrayref v0.3.7 |
793 | 2024-02-17T06:13:03.820Z | Downloaded lazy_static v1.4.0 |
794 | 2024-02-17T06:13:03.820Z | Downloaded debug-ignore v1.0.5 |
795 | 2024-02-17T06:13:03.820Z | Downloaded predicates v3.1.0 |
796 | 2024-02-17T06:13:03.820Z | Downloaded predicates-core v1.0.6 |
797 | 2024-02-17T06:13:03.820Z | Downloaded strum v0.25.0 |
798 | 2024-02-17T06:13:03.820Z | Downloaded miniz_oxide v0.7.1 |
799 | 2024-02-17T06:13:03.820Z | Downloaded pem v3.0.2 |
800 | 2024-02-17T06:13:03.820Z | Downloaded data-encoding v2.4.0 |
801 | 2024-02-17T06:13:03.820Z | Downloaded base16ct v0.2.0 |
802 | 2024-02-17T06:13:03.820Z | Downloaded convert_case v0.4.0 |
803 | 2024-02-17T06:13:03.821Z | Downloaded num_enum v0.5.11 |
804 | 2024-02-17T06:13:03.821Z | Downloaded atomic-waker v1.1.1 |
805 | 2024-02-17T06:13:03.821Z | Downloaded anstyle-query v1.0.0 |
806 | 2024-02-17T06:13:03.821Z | Downloaded pbkdf2 v0.11.0 |
807 | 2024-02-17T06:13:03.821Z | Downloaded defmt-macros v0.3.6 |
808 | 2024-02-17T06:13:03.821Z | Downloaded anstyle-parse v0.2.1 |
809 | 2024-02-17T06:13:03.821Z | Downloaded defmt v0.3.5 |
810 | 2024-02-17T06:13:03.821Z | Downloaded defmt-parser v0.3.3 |
811 | 2024-02-17T06:13:03.821Z | Downloaded paste v1.0.14 |
812 | 2024-02-17T06:13:03.821Z | Downloaded pin-project-lite v0.2.13 |
813 | 2024-02-17T06:13:03.821Z | Downloaded backoff v0.4.0 |
814 | 2024-02-17T06:13:03.821Z | Downloaded usdt-macro v0.3.5 |
815 | 2024-02-17T06:13:03.821Z | Downloaded managed v0.8.0 |
816 | 2024-02-17T06:13:03.821Z | Downloaded russh-cryptovec v0.7.0 |
817 | 2024-02-17T06:13:03.821Z | Downloaded deranged v0.3.8 |
818 | 2024-02-17T06:13:03.821Z | Downloaded pbkdf2 v0.12.2 |
819 | 2024-02-17T06:13:03.821Z | Downloaded num_enum_derive v0.5.11 |
820 | 2024-02-17T06:13:03.821Z | Downloaded libefi-sys v0.1.0 |
821 | 2024-02-17T06:13:03.821Z | Downloaded secrecy v0.8.0 |
822 | 2024-02-17T06:13:03.822Z | Downloaded is-terminal v0.4.9 |
823 | 2024-02-17T06:13:03.822Z | Downloaded strsim v0.8.0 |
824 | 2024-02-17T06:13:03.822Z | Downloaded foreign-types-shared v0.1.1 |
825 | 2024-02-17T06:13:03.822Z | Downloaded thread_local v1.1.7 |
826 | 2024-02-17T06:13:03.822Z | Downloaded thread-id v4.2.0 |
827 | 2024-02-17T06:13:03.822Z | Downloaded thiserror-impl v1.0.57 |
828 | 2024-02-17T06:13:03.822Z | Downloaded either v1.10.0 |
829 | 2024-02-17T06:13:03.822Z | Downloaded dirs-next v2.0.0 |
830 | 2024-02-17T06:13:03.822Z | Downloaded async-trait v0.1.77 |
831 | 2024-02-17T06:13:03.822Z | Downloaded argon2 v0.5.3 |
832 | 2024-02-17T06:13:03.822Z | Downloaded postgres-types v0.2.6 |
833 | 2024-02-17T06:13:03.822Z | Downloaded kstat-rs v0.2.3 |
834 | 2024-02-17T06:13:03.822Z | Downloaded whoami v1.4.1 |
835 | 2024-02-17T06:13:03.822Z | Downloaded once_cell v1.19.0 |
836 | 2024-02-17T06:13:03.822Z | Downloaded camino v1.1.6 |
837 | 2024-02-17T06:13:03.822Z | Downloaded openssl-macros v0.1.1 |
838 | 2024-02-17T06:13:03.822Z | Downloaded same-file v1.0.6 |
839 | 2024-02-17T06:13:03.822Z | Downloaded zeroize v1.7.0 |
840 | 2024-02-17T06:13:03.822Z | Downloaded dtrace-parser v0.1.14 |
841 | 2024-02-17T06:13:03.822Z | Downloaded bitflags v2.4.0 |
842 | 2024-02-17T06:13:03.822Z | Downloaded fnv v1.0.7 |
843 | 2024-02-17T06:13:03.822Z | Downloaded zerocopy v0.3.0 |
844 | 2024-02-17T06:13:03.823Z | Downloaded slog-scope v4.4.0 |
845 | 2024-02-17T06:13:03.823Z | Downloaded diesel_derives v2.1.2 |
846 | 2024-02-17T06:13:03.823Z | Downloaded itoa v1.0.9 |
847 | 2024-02-17T06:13:03.823Z | Downloaded libsw v3.3.1 |
848 | 2024-02-17T06:13:03.823Z | Downloaded getopts v0.2.21 |
849 | 2024-02-17T06:13:03.823Z | Downloaded platforms v3.0.2 |
850 | 2024-02-17T06:13:03.823Z | Downloaded heck v0.3.3 |
851 | 2024-02-17T06:13:03.823Z | Downloaded dirs-sys v0.4.1 |
852 | 2024-02-17T06:13:03.823Z | Downloaded parking_lot_core v0.8.6 |
853 | 2024-02-17T06:13:03.829Z | Downloaded take_mut v0.2.2 |
854 | 2024-02-17T06:13:03.829Z | Downloaded scopeguard v1.2.0 |
855 | 2024-02-17T06:13:03.829Z | Downloaded semver v0.1.20 |
856 | 2024-02-17T06:13:03.829Z | Downloaded hash32 v0.3.1 |
857 | 2024-02-17T06:13:03.829Z | Downloaded hex v0.4.3 |
858 | 2024-02-17T06:13:03.829Z | Downloaded rfc6979 v0.4.0 |
859 | 2024-02-17T06:13:03.829Z | Downloaded log v0.4.20 |
860 | 2024-02-17T06:13:03.829Z | Downloaded anyhow v1.0.75 |
861 | 2024-02-17T06:13:03.829Z | Downloaded time-macros v0.2.13 |
862 | 2024-02-17T06:13:03.829Z | Downloaded string_cache v0.8.7 |
863 | 2024-02-17T06:13:03.829Z | Downloaded futures-sink v0.3.30 |
864 | 2024-02-17T06:13:03.830Z | Downloaded blake2 v0.10.6 |
865 | 2024-02-17T06:13:03.830Z | Downloaded flagset v0.4.3 |
866 | 2024-02-17T06:13:03.830Z | Downloaded derive_more v0.99.17 |
867 | 2024-02-17T06:13:03.830Z | Downloaded stable_deref_trait v1.2.0 |
868 | 2024-02-17T06:13:03.830Z | Downloaded hyper-staticfile v0.9.5 |
869 | 2024-02-17T06:13:03.830Z | Downloaded futures-io v0.3.30 |
870 | 2024-02-17T06:13:03.830Z | Downloaded time-core v0.1.1 |
871 | 2024-02-17T06:13:03.830Z | Downloaded primeorder v0.13.6 |
872 | 2024-02-17T06:13:03.830Z | Downloaded password-hash v0.4.2 |
873 | 2024-02-17T06:13:03.830Z | Downloaded rustls-pki-types v1.1.0 |
874 | 2024-02-17T06:13:03.830Z | Downloaded rustls-pemfile v1.0.3 |
875 | 2024-02-17T06:13:03.830Z | Downloaded serde_with_macros v3.6.1 |
876 | 2024-02-17T06:13:03.830Z | Downloaded ff v0.13.0 |
877 | 2024-02-17T06:13:03.830Z | Downloaded untrusted v0.7.1 |
878 | 2024-02-17T06:13:03.830Z | Downloaded yasna v0.5.2 |
879 | 2024-02-17T06:13:03.830Z | Downloaded russh-keys v0.42.0 |
880 | 2024-02-17T06:13:03.830Z | Downloaded embedded-io v0.4.0 |
881 | 2024-02-17T06:13:03.830Z | Downloaded strum_macros v0.25.2 |
882 | 2024-02-17T06:13:03.830Z | Downloaded inout v0.1.3 |
883 | 2024-02-17T06:13:03.831Z | Downloaded textwrap v0.11.0 |
884 | 2024-02-17T06:13:03.831Z | Downloaded serde_tokenstream v0.1.7 |
885 | 2024-02-17T06:13:03.831Z | Downloaded tar v0.4.40 |
886 | 2024-02-17T06:13:03.831Z | Downloaded fixedbitset v0.4.2 |
887 | 2024-02-17T06:13:03.831Z | Downloaded uuid v1.7.0 |
888 | 2024-02-17T06:13:03.831Z | Downloaded ucd-trie v0.1.6 |
889 | 2024-02-17T06:13:03.831Z | Downloaded toolchain_find v0.2.0 |
890 | 2024-02-17T06:13:03.831Z | Downloaded bytes v1.5.0 |
891 | 2024-02-17T06:13:03.831Z | Downloaded futures-core v0.3.30 |
892 | 2024-02-17T06:13:03.831Z | Downloaded digest v0.10.7 |
893 | 2024-02-17T06:13:03.831Z | Downloaded unicode-width v0.1.11 |
894 | 2024-02-17T06:13:03.831Z | Downloaded foreign-types-shared v0.3.1 |
895 | 2024-02-17T06:13:03.831Z | Downloaded rand_chacha v0.3.1 |
896 | 2024-02-17T06:13:03.831Z | Downloaded dof v0.3.0 |
897 | 2024-02-17T06:13:03.831Z | Downloaded serde_path_to_error v0.1.15 |
898 | 2024-02-17T06:13:03.831Z | Downloaded futures-channel v0.3.30 |
899 | 2024-02-17T06:13:03.831Z | Downloaded getrandom v0.2.10 |
900 | 2024-02-17T06:13:03.831Z | Downloaded elliptic-curve v0.13.8 |
901 | 2024-02-17T06:13:03.831Z | Downloaded thiserror-no-std v2.0.2 |
902 | 2024-02-17T06:13:03.832Z | Downloaded pkg-config v0.3.27 |
903 | 2024-02-17T06:13:03.832Z | Downloaded zone_cfg_derive v0.3.0 |
904 | 2024-02-17T06:13:03.832Z | Downloaded ryu v1.0.15 |
905 | 2024-02-17T06:13:03.832Z | Downloaded slog-async v2.8.0 |
906 | 2024-02-17T06:13:03.832Z | Downloaded gethostname v0.4.3 |
907 | 2024-02-17T06:13:03.832Z | Downloaded strum_macros v0.26.1 |
908 | 2024-02-17T06:13:03.832Z | Downloaded password-hash v0.5.0 |
909 | 2024-02-17T06:13:03.832Z | Downloaded serde_urlencoded v0.7.1 |
910 | 2024-02-17T06:13:03.832Z | Downloaded enum-as-inner v0.5.1 |
911 | 2024-02-17T06:13:03.832Z | Downloaded tracing-core v0.1.31 |
912 | 2024-02-17T06:13:03.832Z | Downloaded smf v0.2.2 |
913 | 2024-02-17T06:13:03.832Z | Downloaded subprocess v0.2.9 |
914 | 2024-02-17T06:13:03.832Z | Downloaded httpdate v1.0.3 |
915 | 2024-02-17T06:13:03.832Z | Downloaded quote v1.0.35 |
916 | 2024-02-17T06:13:03.832Z | Downloaded darling_core v0.20.3 |
917 | 2024-02-17T06:13:03.832Z | Downloaded rand_core v0.5.1 |
918 | 2024-02-17T06:13:03.832Z | Downloaded base64 v0.21.7 |
919 | 2024-02-17T06:13:03.832Z | Downloaded endian-type v0.1.2 |
920 | 2024-02-17T06:13:03.832Z | Downloaded slog-json v2.6.1 |
921 | 2024-02-17T06:13:03.832Z | Downloaded chacha20poly1305 v0.10.1 |
922 | 2024-02-17T06:13:03.832Z | Downloaded http-range v0.1.5 |
923 | 2024-02-17T06:13:03.832Z | Downloaded form_urlencoded v1.2.1 |
924 | 2024-02-17T06:13:03.832Z | Downloaded unicase v2.7.0 |
925 | 2024-02-17T06:13:03.833Z | Downloaded slab v0.4.9 |
926 | 2024-02-17T06:13:03.833Z | Downloaded utf8parse v0.2.1 |
927 | 2024-02-17T06:13:03.833Z | Downloaded tracing-attributes v0.1.26 |
928 | 2024-02-17T06:13:03.833Z | Downloaded glob v0.3.1 |
929 | 2024-02-17T06:13:03.833Z | Downloaded resolv-conf v0.7.0 |
930 | 2024-02-17T06:13:03.833Z | Downloaded smallvec v1.13.1 |
931 | 2024-02-17T06:13:03.833Z | Downloaded difflib v0.4.0 |
932 | 2024-02-17T06:13:03.833Z | Downloaded rand_chacha v0.2.2 |
933 | 2024-02-17T06:13:03.833Z | Downloaded strsim v0.11.0 |
934 | 2024-02-17T06:13:03.833Z | Downloaded signature v2.1.0 |
935 | 2024-02-17T06:13:03.833Z | Downloaded heck v0.4.1 |
936 | 2024-02-17T06:13:03.833Z | Downloaded synstructure v0.12.6 |
937 | 2024-02-17T06:13:03.833Z | Downloaded structmeta-derive v0.3.0 |
938 | 2024-02-17T06:13:03.833Z | Downloaded errno v0.3.8 |
939 | 2024-02-17T06:13:03.833Z | Downloaded r2d2 v0.8.10 |
940 | 2024-02-17T06:13:03.833Z | Downloaded hex-literal v0.4.1 |
941 | 2024-02-17T06:13:03.833Z | Downloaded zone v0.3.0 |
942 | 2024-02-17T06:13:03.833Z | Downloaded usdt-macro v0.5.0 |
943 | 2024-02-17T06:13:03.833Z | Downloaded usdt-attr-macro v0.5.0 |
944 | 2024-02-17T06:13:03.833Z | Downloaded clap_lex v0.7.0 |
945 | 2024-02-17T06:13:03.833Z | Downloaded ident_case v1.0.1 |
946 | 2024-02-17T06:13:03.833Z | Downloaded hubpack_derive v0.1.1 |
947 | 2024-02-17T06:13:03.834Z | Downloaded spki v0.7.2 |
948 | 2024-02-17T06:13:03.834Z | Downloaded tokio-native-tls v0.3.1 |
949 | 2024-02-17T06:13:03.834Z | Downloaded futures-executor v0.3.30 |
950 | 2024-02-17T06:13:03.834Z | Downloaded futures-task v0.3.30 |
951 | 2024-02-17T06:13:03.834Z | Downloaded home v0.5.5 |
952 | 2024-02-17T06:13:03.834Z | Downloaded serde_derive_internals v0.26.0 |
953 | 2024-02-17T06:13:03.837Z | Downloaded usdt-attr-macro v0.3.5 |
954 | 2024-02-17T06:13:03.837Z | Downloaded waitgroup v0.1.2 |
955 | 2024-02-17T06:13:03.837Z | Downloaded signal-hook v0.3.17 |
956 | 2024-02-17T06:13:03.837Z | Downloaded utf-8 v0.7.6 |
957 | 2024-02-17T06:13:03.837Z | Downloaded poly1305 v0.8.0 |
958 | 2024-02-17T06:13:03.838Z | Downloaded universal-hash v0.5.1 |
959 | 2024-02-17T06:13:03.838Z | Downloaded rayon-core v1.12.0 |
960 | 2024-02-17T06:13:03.838Z | Downloaded quick-error v1.2.3 |
961 | 2024-02-17T06:13:03.838Z | Downloaded scroll_derive v0.12.0 |
962 | 2024-02-17T06:13:03.838Z | Downloaded foreign-types-macros v0.2.3 |
963 | 2024-02-17T06:13:03.838Z | Downloaded http-body v0.4.5 |
964 | 2024-02-17T06:13:03.838Z | Downloaded ed25519 v2.2.2 |
965 | 2024-02-17T06:13:03.838Z | Downloaded bzip2 v0.4.4 |
966 | 2024-02-17T06:13:03.838Z | Downloaded walkdir v2.4.0 |
967 | 2024-02-17T06:13:03.838Z | Downloaded ipnetwork v0.20.0 |
968 | 2024-02-17T06:13:03.838Z | Downloaded strum v0.26.1 |
969 | 2024-02-17T06:13:03.838Z | Downloaded serde_repr v0.1.16 |
970 | 2024-02-17T06:13:03.838Z | Downloaded rcgen v0.12.1 |
971 | 2024-02-17T06:13:03.838Z | Downloaded tokio-rustls v0.24.1 |
972 | 2024-02-17T06:13:03.838Z | Downloaded toml_datetime v0.6.5 |
973 | 2024-02-17T06:13:03.838Z | Downloaded schemars_derive v0.8.16 |
974 | 2024-02-17T06:13:03.838Z | Downloaded p521 v0.13.3 |
975 | 2024-02-17T06:13:03.838Z | Downloaded trust-dns-client v0.22.0 |
976 | 2024-02-17T06:13:03.838Z | Downloaded proc-macro-error-attr v1.0.4 |
977 | 2024-02-17T06:13:03.839Z | Downloaded rustc-demangle v0.1.23 |
978 | 2024-02-17T06:13:03.839Z | Downloaded proc-macro-crate v1.3.1 |
979 | 2024-02-17T06:13:03.839Z | Downloaded zip v0.6.6 |
980 | 2024-02-17T06:13:03.839Z | Downloaded tower-service v0.3.2 |
981 | 2024-02-17T06:13:03.839Z | Downloaded group v0.13.0 |
982 | 2024-02-17T06:13:03.842Z | Downloaded instant v0.1.12 |
983 | 2024-02-17T06:13:03.842Z | Downloaded indexmap v1.9.3 |
984 | 2024-02-17T06:13:03.846Z | Downloaded foreign-types v0.5.0 |
985 | 2024-02-17T06:13:03.846Z | Downloaded fxhash v0.2.1 |
986 | 2024-02-17T06:13:03.846Z | Downloaded topological-sort v0.2.2 |
987 | 2024-02-17T06:13:03.846Z | Downloaded usdt-impl v0.3.5 |
988 | 2024-02-17T06:13:03.851Z | Downloaded unsafe-libyaml v0.2.10 |
989 | 2024-02-17T06:13:03.856Z | Downloaded arc-swap v1.6.0 |
990 | 2024-02-17T06:13:03.857Z | Downloaded usdt v0.5.0 |
991 | 2024-02-17T06:13:03.865Z | Downloaded hostname v0.3.1 |
992 | 2024-02-17T06:13:03.865Z | Downloaded dyn-clone v1.0.16 |
993 | 2024-02-17T06:13:03.865Z | Downloaded http v0.2.11 |
994 | 2024-02-17T06:13:03.865Z | Downloaded trust-dns-resolver v0.22.0 |
995 | 2024-02-17T06:13:03.872Z | Downloaded want v0.3.1 |
996 | 2024-02-17T06:13:03.872Z | Downloaded vsss-rs v3.3.4 |
997 | 2024-02-17T06:13:03.877Z | Downloaded headers-core v0.2.0 |
998 | 2024-02-17T06:13:03.877Z | Downloaded slog-stdlog v4.1.1 |
999 | 2024-02-17T06:13:03.877Z | Downloaded scheduled-thread-pool v0.2.7 |
1000 | 2024-02-17T06:13:03.877Z | Downloaded derive-where v1.2.7 |
1001 | 2024-02-17T06:13:03.885Z | Downloaded minimal-lexical v0.2.1 |
1002 | 2024-02-17T06:13:03.888Z | Downloaded terminal_size v0.3.0 |
1003 | 2024-02-17T06:13:03.888Z | Downloaded sec1 v0.7.3 |
1004 | 2024-02-17T06:13:03.888Z | Downloaded tinyvec v1.6.0 |
1005 | 2024-02-17T06:13:03.898Z | Downloaded slog-bunyan v2.5.0 |
1006 | 2024-02-17T06:13:03.898Z | Downloaded slog v2.7.0 |
1007 | 2024-02-17T06:13:03.920Z | Downloaded serde_derive v1.0.196 |
1008 | 2024-02-17T06:13:03.920Z | Downloaded pest_generator v2.7.6 |
1009 | 2024-02-17T06:13:03.920Z | Downloaded semver-parser v0.10.2 |
1010 | 2024-02-17T06:13:03.920Z | Downloaded crypto-common v0.1.6 |
1011 | 2024-02-17T06:13:03.920Z | Downloaded rustc_version v0.4.0 |
1012 | 2024-02-17T06:13:03.924Z | Downloaded xattr v1.0.1 |
1013 | 2024-02-17T06:13:03.924Z | Downloaded httparse v1.8.0 |
1014 | 2024-02-17T06:13:03.925Z | Downloaded url v2.5.0 |
1015 | 2024-02-17T06:13:03.925Z | Downloaded nom v7.1.3 |
1016 | 2024-02-17T06:13:03.925Z | Downloaded hashbrown v0.12.3 |
1017 | 2024-02-17T06:13:03.925Z | Downloaded serde_spanned v0.6.5 |
1018 | 2024-02-17T06:13:03.925Z | Downloaded usdt-impl v0.5.0 |
1019 | 2024-02-17T06:13:03.925Z | Downloaded rand_core v0.6.4 |
1020 | 2024-02-17T06:13:03.925Z | Downloaded tokio-macros v2.2.0 |
1021 | 2024-02-17T06:13:03.925Z | Downloaded keccak v0.1.4 |
1022 | 2024-02-17T06:13:03.936Z | Downloaded ipnet v2.9.0 |
1023 | 2024-02-17T06:13:03.937Z | Downloaded slog-term v2.9.0 |
1024 | 2024-02-17T06:13:03.950Z | Downloaded hyper-rustls v0.24.2 |
1025 | 2024-02-17T06:13:03.950Z | Downloaded semver v0.11.0 |
1026 | 2024-02-17T06:13:03.951Z | Downloaded thiserror v1.0.57 |
1027 | 2024-02-17T06:13:03.951Z | Downloaded structopt v0.3.26 |
1028 | 2024-02-17T06:13:03.951Z | Downloaded sct v0.7.0 |
1029 | 2024-02-17T06:13:03.968Z | Downloaded toml v0.7.8 |
1030 | 2024-02-17T06:13:03.968Z | Downloaded zerocopy v0.6.4 |
1031 | 2024-02-17T06:13:03.968Z | Downloaded der v0.7.8 |
1032 | 2024-02-17T06:13:03.968Z | Downloaded tokio-postgres v0.7.10 |
1033 | 2024-02-17T06:13:03.975Z | Downloaded version_check v0.9.4 |
1034 | 2024-02-17T06:13:03.975Z | Downloaded half v2.3.1 |
1035 | 2024-02-17T06:13:03.975Z | Downloaded unicode-segmentation v1.10.1 |
1036 | 2024-02-17T06:13:03.983Z | Downloaded rand v0.8.5 |
1037 | 2024-02-17T06:13:03.983Z | Downloaded itertools v0.10.5 |
1038 | 2024-02-17T06:13:03.991Z | Downloaded futures v0.3.30 |
1039 | 2024-02-17T06:13:03.991Z | Downloaded term v0.7.0 |
1040 | 2024-02-17T06:13:03.999Z | Downloaded headers v0.3.9 |
1041 | 2024-02-17T06:13:04.010Z | Downloaded bstr v1.6.0 |
1042 | 2024-02-17T06:13:04.019Z | Downloaded schemars v0.8.16 |
1043 | 2024-02-17T06:13:04.455Z | Downloaded socket2 v0.5.5 |
1044 | 2024-02-17T06:13:04.455Z | Downloaded toml_edit v0.19.15 |
1045 | 2024-02-17T06:13:04.473Z | Downloaded flate2 v1.0.28 |
1046 | 2024-02-17T06:13:04.474Z | Downloaded serde v1.0.196 |
1047 | 2024-02-17T06:13:04.474Z | Downloaded zerocopy v0.7.32 |
1048 | 2024-02-17T06:13:04.474Z | Downloaded tokio-stream v0.1.14 |
1049 | 2024-02-17T06:13:04.474Z | Downloaded regex-automata v0.1.10 |
1050 | 2024-02-17T06:13:04.474Z | Downloaded unicode-normalization v0.1.22 |
1051 | 2024-02-17T06:13:04.474Z | Downloaded object v0.32.1 |
1052 | 2024-02-17T06:13:04.474Z | Downloaded reqwest v0.11.22 |
1053 | 2024-02-17T06:13:04.474Z | Downloaded futures-util v0.3.30 |
1054 | 2024-02-17T06:13:04.474Z | Downloaded http v1.0.0 |
1055 | 2024-02-17T06:13:04.474Z | Downloaded serde_json v1.0.113 |
1056 | 2024-02-17T06:13:04.475Z | Downloaded rayon v1.8.0 |
1057 | 2024-02-17T06:13:04.475Z | Downloaded hkdf v0.12.4 |
1058 | 2024-02-17T06:13:04.475Z | Downloaded rustls-webpki v0.101.7 |
1059 | 2024-02-17T06:13:04.475Z | Downloaded rand v0.7.3 |
1060 | 2024-02-17T06:13:04.475Z | Downloaded rustls-webpki v0.102.1 |
1061 | 2024-02-17T06:13:04.475Z | Downloaded itertools v0.12.1 |
1062 | 2024-02-17T06:13:04.475Z | Downloaded goblin v0.8.0 |
1063 | 2024-02-17T06:13:04.475Z | Downloaded winnow v0.5.15 |
1064 | 2024-02-17T06:13:04.475Z | Downloaded h2 v0.3.24 |
1065 | 2024-02-17T06:13:04.475Z | Downloaded winnow v0.6.1 |
1066 | 2024-02-17T06:13:04.475Z | Downloaded syn v1.0.109 |
1067 | 2024-02-17T06:13:04.475Z | Downloaded petgraph v0.6.4 |
1068 | 2024-02-17T06:13:04.475Z | Downloaded regress v0.8.0 |
1069 | 2024-02-17T06:13:04.475Z | Downloaded idna v0.2.3 |
1070 | 2024-02-17T06:13:04.475Z | Downloaded idna v0.5.0 |
1071 | 2024-02-17T06:13:04.475Z | Downloaded vcpkg v0.2.15 |
1072 | 2024-02-17T06:13:04.475Z | Downloaded radix_trie v0.2.1 |
1073 | 2024-02-17T06:13:04.476Z | Downloaded gimli v0.28.0 |
1074 | 2024-02-17T06:13:04.476Z | Downloaded trust-dns-proto v0.22.0 |
1075 | 2024-02-17T06:13:04.476Z | Downloaded openapiv3 v2.0.0 |
1076 | 2024-02-17T06:13:04.476Z | Downloaded regex-syntax v0.8.2 |
1077 | 2024-02-17T06:13:04.476Z | Downloaded rustix v0.38.31 |
1078 | 2024-02-17T06:13:04.476Z | Downloaded smoltcp v0.11.0 |
1079 | 2024-02-17T06:13:04.476Z | Downloaded rustls v0.21.9 |
1080 | 2024-02-17T06:13:04.476Z | Downloaded regex v1.10.3 |
1081 | 2024-02-17T06:13:04.476Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1082 | 2024-02-17T06:13:04.476Z | Downloaded diesel v2.1.4 |
1083 | 2024-02-17T06:13:04.476Z | Downloaded rustls v0.22.2 |
1084 | 2024-02-17T06:13:04.476Z | Downloaded bstr v0.2.17 |
1085 | 2024-02-17T06:13:04.477Z | Downloaded curve25519-dalek v4.1.1 |
1086 | 2024-02-17T06:13:04.477Z | Downloaded sha3 v0.10.8 |
1087 | 2024-02-17T06:13:04.477Z | Downloaded smoltcp v0.9.1 |
1088 | 2024-02-17T06:13:04.513Z | Downloaded zerocopy-derive v0.2.0 |
1089 | 2024-02-17T06:13:04.513Z | Downloaded sled v0.34.7 |
1090 | 2024-02-17T06:13:04.534Z | Downloaded zerocopy-derive v0.6.4 |
1091 | 2024-02-17T06:13:04.534Z | Downloaded webpki-roots v0.25.2 |
1092 | 2024-02-17T06:13:04.534Z | Downloaded syn v2.0.48 |
1093 | 2024-02-17T06:13:04.534Z | Downloaded openssl v0.10.60 |
1094 | 2024-02-17T06:13:04.534Z | Downloaded encoding_rs v0.8.33 |
1095 | 2024-02-17T06:13:04.551Z | Downloaded regex-automata v0.3.8 |
1096 | 2024-02-17T06:13:04.571Z | Downloaded regex-automata v0.4.4 |
1097 | 2024-02-17T06:13:04.589Z | Downloaded tokio v1.36.0 |
1098 | 2024-02-17T06:13:04.614Z | Downloaded libc v0.2.153 |
1099 | 2024-02-17T06:13:05.068Z | Downloaded hyper v0.14.27 |
1100 | 2024-02-17T06:13:05.096Z | Downloaded chrono v0.4.31 |
1101 | 2024-02-17T06:13:05.096Z | Downloaded clap v2.34.0 |
1102 | 2024-02-17T06:13:05.096Z | Downloaded time v0.3.27 |
1103 | 2024-02-17T06:13:05.096Z | Downloaded aho-corasick v1.0.4 |
1104 | 2024-02-17T06:13:05.096Z | Downloaded winapi v0.3.9 |
1105 | 2024-02-17T06:13:05.097Z | Downloaded clap_builder v4.5.0 |
1106 | 2024-02-17T06:13:05.097Z | Downloaded ed25519-dalek v2.0.0 |
1107 | 2024-02-17T06:13:05.097Z | Downloaded heapless v0.8.0 |
1108 | 2024-02-17T06:13:05.097Z | Downloaded serde_with v3.6.1 |
1109 | 2024-02-17T06:13:05.097Z | Downloaded hashbrown v0.14.3 |
1110 | 2024-02-17T06:13:05.097Z | Downloaded blake3 v1.5.0 |
1111 | 2024-02-17T06:13:05.097Z | Downloaded tokio-util v0.7.10 |
1112 | 2024-02-17T06:13:05.097Z | Downloaded steno v0.4.0 |
1113 | 2024-02-17T06:13:05.097Z | Downloaded unicode-ident v1.0.12 |
1114 | 2024-02-17T06:13:05.097Z | Downloaded indexmap v2.2.3 |
1115 | 2024-02-17T06:13:05.098Z | Downloaded pest v2.7.6 |
1116 | 2024-02-17T06:13:05.098Z | Downloaded sha2 v0.10.8 |
1117 | 2024-02-17T06:13:05.098Z | Downloaded tracing v0.1.37 |
1118 | 2024-02-17T06:13:05.098Z | Downloaded proc-macro-error v1.0.4 |
1119 | 2024-02-17T06:13:05.098Z | Downloaded aes-gcm v0.10.3 |
1120 | 2024-02-17T06:13:05.098Z | Downloaded unicode-xid v0.2.4 |
1121 | 2024-02-17T06:13:05.098Z | Downloaded getrandom v0.1.16 |
1122 | 2024-02-17T06:13:05.098Z | Downloaded proc-macro2 v1.0.78 |
1123 | 2024-02-17T06:13:05.098Z | Downloaded rustversion v1.0.14 |
1124 | 2024-02-17T06:13:05.098Z | Downloaded rustfmt-wrapper v0.2.0 |
1125 | 2024-02-17T06:13:05.098Z | Downloaded libm v0.2.7 |
1126 | 2024-02-17T06:13:05.099Z | Downloaded crossterm v0.27.0 |
1127 | 2024-02-17T06:13:05.099Z | Downloaded unicode-bidi v0.3.13 |
1128 | 2024-02-17T06:13:05.099Z | Downloaded russh v0.42.0 |
1129 | 2024-02-17T06:13:05.099Z | Downloaded hash32 v0.2.1 |
1130 | 2024-02-17T06:13:05.099Z | Downloaded siphasher v0.3.11 |
1131 | 2024-02-17T06:13:05.099Z | Downloaded rustc_version v0.1.7 |
1132 | 2024-02-17T06:13:05.099Z | Downloaded strsim v0.10.0 |
1133 | 2024-02-17T06:13:05.099Z | Downloaded heapless v0.7.16 |
1134 | 2024-02-17T06:13:05.099Z | Downloaded serde_yaml v0.9.25 |
1135 | 2024-02-17T06:13:05.099Z | Downloaded socket2 v0.4.9 |
1136 | 2024-02-17T06:13:05.099Z | Downloaded ring v0.16.20 |
1137 | 2024-02-17T06:13:05.099Z | Downloaded semver v1.0.21 |
1138 | 2024-02-17T06:13:05.100Z | Downloaded hubpack v0.1.2 |
1139 | 2024-02-17T06:13:05.100Z | Downloaded ghash v0.5.0 |
1140 | 2024-02-17T06:13:05.100Z | Downloaded iana-time-zone v0.1.57 |
1141 | 2024-02-17T06:13:05.100Z | Downloaded trust-dns-server v0.22.1 |
1142 | 2024-02-17T06:13:05.100Z | Downloaded toml_edit v0.22.6 |
1143 | 2024-02-17T06:13:05.100Z | Downloaded aes v0.8.3 |
1144 | 2024-02-17T06:13:05.100Z | Downloaded fallible-iterator v0.2.0 |
1145 | 2024-02-17T06:13:05.100Z | Downloaded tungstenite v0.20.1 |
1146 | 2024-02-17T06:13:05.100Z | Downloaded openssl-sys v0.9.96 |
1147 | 2024-02-17T06:13:05.101Z | Downloaded ring v0.17.7 |
1148 | 2024-02-17T06:13:05.101Z | Downloaded slog-envlogger v2.2.0 |
1149 | 2024-02-17T06:13:05.101Z | Downloaded hyper-tls v0.5.0 |
1150 | 2024-02-17T06:13:05.101Z | Downloaded scroll v0.12.0 |
1151 | 2024-02-17T06:13:05.101Z | Downloaded signal-hook-registry v1.4.1 |
1152 | 2024-02-17T06:13:05.101Z | Downloaded sha1 v0.10.6 |
1153 | 2024-02-17T06:13:05.101Z | Downloaded filetime v0.2.23 |
1154 | 2024-02-17T06:13:05.101Z | Downloaded stringprep v0.1.3 |
1155 | 2024-02-17T06:13:05.101Z | Downloaded tokio-rustls v0.25.0 |
1156 | 2024-02-17T06:13:05.101Z | Downloaded slog-dtrace v0.3.0 |
1157 | 2024-02-17T06:13:05.101Z | Downloaded thiserror-impl-no-std v2.0.2 |
1158 | 2024-02-17T06:13:05.101Z | Downloaded ecdsa v0.16.9 |
1159 | 2024-02-17T06:13:05.101Z | Downloaded toml v0.5.11 |
1160 | 2024-02-17T06:13:05.101Z | Downloaded spin v0.9.8 |
1161 | 2024-02-17T06:13:05.102Z | Downloaded similar v2.3.0 |
1162 | 2024-02-17T06:13:05.102Z | Downloaded clap v4.5.0 |
1163 | 2024-02-17T06:13:05.102Z | Downloaded untrusted v0.9.0 |
1164 | 2024-02-17T06:13:05.102Z | Downloaded futures-macro v0.3.30 |
1165 | 2024-02-17T06:13:05.102Z | Downloaded dirs v5.0.1 |
1166 | 2024-02-17T06:13:05.102Z | Downloaded allocator-api2 v0.2.16 |
1167 | 2024-02-17T06:13:05.102Z | Downloaded typenum v1.16.0 |
1168 | 2024-02-17T06:13:05.102Z | Downloaded toml v0.8.10 |
1169 | 2024-02-17T06:13:05.102Z | Downloaded spin v0.5.2 |
1170 | 2024-02-17T06:13:05.102Z | Downloaded tokio-tungstenite v0.20.1 |
1171 | 2024-02-17T06:13:05.102Z | Downloaded signal-hook-mio v0.2.3 |
1172 | 2024-02-17T06:13:05.102Z | Downloaded serde_tokenstream v0.2.0 |
1173 | 2024-02-17T06:13:05.102Z | Downloaded dof v0.1.5 |
1174 | 2024-02-17T06:13:05.102Z | Downloaded hmac v0.12.1 |
1175 | 2024-02-17T06:13:05.102Z | Downloaded usdt v0.3.5 |
1176 | 2024-02-17T06:13:05.102Z | Downloaded const-oid v0.9.5 |
1177 | 2024-02-17T06:13:05.102Z | Downloaded num-bigint v0.4.4 |
1178 | 2024-02-17T06:13:05.115Z | Downloaded pest_meta v2.7.6 |
1179 | 2024-02-17T06:13:05.115Z | Downloaded num-traits v0.2.16 |
1180 | 2024-02-17T06:13:05.115Z | Downloaded parking_lot v0.12.1 |
1181 | 2024-02-17T06:13:05.115Z | Downloaded zerocopy-derive v0.7.32 |
1182 | 2024-02-17T06:13:05.115Z | Downloaded dirs-sys-next v0.1.2 |
1183 | 2024-02-17T06:13:05.115Z | Downloaded vec_map v0.8.2 |
1184 | 2024-02-17T06:13:05.115Z | Downloaded tempfile v3.10.0 |
1185 | 2024-02-17T06:13:05.115Z | Downloaded pkcs8 v0.10.2 |
1186 | 2024-02-17T06:13:05.115Z | Downloaded rustls-pemfile v2.0.0 |
1187 | 2024-02-17T06:13:05.115Z | Downloaded generic-array v0.14.7 |
1188 | 2024-02-17T06:13:05.115Z | Downloaded pest_derive v2.7.6 |
1189 | 2024-02-17T06:13:05.115Z | Downloaded ahash v0.8.7 |
1190 | 2024-02-17T06:13:05.115Z | Downloaded num-rational v0.4.1 |
1191 | 2024-02-17T06:13:05.115Z | Downloaded multer v3.0.0 |
1192 | 2024-02-17T06:13:05.116Z | Downloaded zeroize_derive v1.4.2 |
1193 | 2024-02-17T06:13:05.116Z | Downloaded subtle v2.5.0 |
1194 | 2024-02-17T06:13:05.116Z | Downloaded structopt-derive v0.4.18 |
1195 | 2024-02-17T06:13:05.126Z | Downloaded dtrace-parser v0.2.0 |
1196 | 2024-02-17T06:13:05.126Z | Downloaded base64ct v1.6.0 |
1197 | 2024-02-17T06:13:05.126Z | Downloaded pin-utils v0.1.0 |
1198 | 2024-02-17T06:13:05.126Z | Downloaded async-stream v0.3.5 |
1199 | 2024-02-17T06:13:05.127Z | Downloaded float-cmp v0.9.0 |
1200 | 2024-02-17T06:13:05.127Z | Downloaded static_assertions v1.1.0 |
1201 | 2024-02-17T06:13:05.127Z | Downloaded parse-display v0.9.0 |
1202 | 2024-02-17T06:13:05.127Z | Downloaded phf v0.11.2 |
1203 | 2024-02-17T06:13:05.127Z | Downloaded ctr v0.9.2 |
1204 | 2024-02-17T06:13:05.127Z | Downloaded fastrand v2.0.1 |
1205 | 2024-02-17T06:13:05.127Z | Downloaded display-error-chain v0.2.0 |
1206 | 2024-02-17T06:13:05.135Z | Downloaded pem-rfc7468 v0.7.0 |
1207 | 2024-02-17T06:13:05.135Z | Downloaded parking_lot_core v0.9.8 |
1208 | 2024-02-17T06:13:05.135Z | Downloaded parking_lot v0.11.2 |
1209 | 2024-02-17T06:13:05.135Z | Downloaded block-padding v0.3.3 |
1210 | 2024-02-17T06:13:05.135Z | Downloaded anstyle v1.0.2 |
1211 | 2024-02-17T06:13:05.135Z | Downloaded arrayvec v0.7.4 |
1212 | 2024-02-17T06:13:05.141Z | Downloaded anstream v0.6.11 |
1213 | 2024-02-17T06:13:05.141Z | Downloaded foreign-types v0.3.2 |
1214 | 2024-02-17T06:13:05.141Z | Downloaded try-lock v0.2.4 |
1215 | 2024-02-17T06:13:05.141Z | Downloaded postgres-protocol v0.6.6 |
1216 | 2024-02-17T06:13:05.141Z | Downloaded percent-encoding v2.3.1 |
1217 | 2024-02-17T06:13:05.142Z | Downloaded camino-tempfile v1.1.1 |
1218 | 2024-02-17T06:13:05.148Z | Downloaded autocfg v1.1.0 |
1219 | 2024-02-17T06:13:05.148Z | Downloaded num-integer v0.1.46 |
1220 | 2024-02-17T06:13:05.149Z | Downloaded num-derive v0.4.0 |
1221 | 2024-02-17T06:13:05.149Z | Downloaded block-buffer v0.10.4 |
1222 | 2024-02-17T06:13:05.149Z | Downloaded bitflags v1.3.2 |
1223 | 2024-02-17T06:13:05.152Z | Downloaded cipher v0.4.4 |
1224 | 2024-02-17T06:13:05.152Z | Downloaded ciborium-io v0.2.2 |
1225 | 2024-02-17T06:13:05.152Z | Downloaded equivalent v1.0.1 |
1226 | 2024-02-17T06:13:05.152Z | Downloaded bcrypt-pbkdf v0.10.0 |
1227 | 2024-02-17T06:13:05.152Z | Downloaded tinyvec_macros v0.1.1 |
1228 | 2024-02-17T06:13:05.152Z | Downloaded swrite v0.1.0 |
1229 | 2024-02-17T06:13:05.152Z | Downloaded structmeta v0.3.0 |
1230 | 2024-02-17T06:13:05.152Z | Downloaded adler v1.0.2 |
1231 | 2024-02-17T06:13:05.156Z | Downloaded addr2line v0.21.0 |
1232 | 2024-02-17T06:13:05.156Z | Downloaded newtype-uuid v1.0.1 |
1233 | 2024-02-17T06:13:05.161Z | Downloaded memmap2 v0.7.1 |
1234 | 2024-02-17T06:13:05.161Z | Downloaded num_threads v0.1.6 |
1235 | 2024-02-17T06:13:05.161Z | Downloaded crossbeam-deque v0.8.3 |
1236 | 2024-02-17T06:13:05.164Z | Downloaded new_debug_unreachable v1.0.4 |
1237 | 2024-02-17T06:13:05.164Z | Downloaded colored v2.0.4 |
1238 | 2024-02-17T06:13:05.164Z | Downloaded num_cpus v1.16.0 |
1239 | 2024-02-17T06:13:05.164Z | Downloaded crc32fast v1.3.2 |
1240 | 2024-02-17T06:13:05.168Z | Downloaded crypto-bigint v0.5.2 |
1241 | 2024-02-17T06:13:05.187Z | Downloaded crossbeam-utils v0.8.16 |
1242 | 2024-02-17T06:13:05.187Z | Downloaded constant_time_eq v0.3.0 |
1243 | 2024-02-17T06:13:05.188Z | Downloaded ciborium v0.2.2 |
1244 | 2024-02-17T06:13:05.188Z | Downloaded atomicwrites v0.4.3 |
1245 | 2024-02-17T06:13:05.188Z | Downloaded newtype_derive v0.1.6 |
1246 | 2024-02-17T06:13:05.188Z | Downloaded colorchoice v1.0.0 |
1247 | 2024-02-17T06:13:05.188Z | Downloaded cobs v0.2.3 |
1248 | 2024-02-17T06:13:05.188Z | Downloaded num v0.4.1 |
1249 | 2024-02-17T06:13:05.188Z | Downloaded linked-hash-map v0.5.6 |
1250 | 2024-02-17T06:13:05.188Z | Downloaded polyval v0.6.1 |
1251 | 2024-02-17T06:13:05.188Z | Downloaded cpufeatures v0.2.12 |
1252 | 2024-02-17T06:13:05.188Z | Downloaded crucible-workspace-hack v0.1.0 |
1253 | 2024-02-17T06:13:05.191Z | Downloaded ppv-lite86 v0.2.17 |
1254 | 2024-02-17T06:13:05.191Z | Downloaded phf_shared v0.11.2 |
1255 | 2024-02-17T06:13:05.191Z | Downloaded phf_shared v0.10.0 |
1256 | 2024-02-17T06:13:05.191Z | Downloaded num-iter v0.1.43 |
1257 | 2024-02-17T06:13:05.191Z | Downloaded lru-cache v0.1.2 |
1258 | 2024-02-17T06:13:05.191Z | Downloaded mio v0.8.9 |
1259 | 2024-02-17T06:13:05.195Z | Downloaded ciborium-ll v0.2.2 |
1260 | 2024-02-17T06:13:05.195Z | Downloaded omicron-zone-package v0.11.0 |
1261 | 2024-02-17T06:13:05.199Z | Downloaded matches v0.1.10 |
1262 | 2024-02-17T06:13:05.199Z | Downloaded byteorder v1.5.0 |
1263 | 2024-02-17T06:13:05.202Z | Downloaded cbc v0.1.2 |
1264 | 2024-02-17T06:13:05.202Z | Downloaded macaddr v1.0.1 |
1265 | 2024-02-17T06:13:05.202Z | Downloaded aead v0.5.2 |
1266 | 2024-02-17T06:13:05.205Z | Downloaded match_cfg v0.1.0 |
1267 | 2024-02-17T06:13:05.205Z | Downloaded lalrpop-util v0.19.12 |
1268 | 2024-02-17T06:13:05.205Z | Downloaded blowfish v0.9.1 |
1269 | 2024-02-17T06:13:05.606Z | Compiling proc-macro2 v1.0.78 |
1270 | 2024-02-17T06:13:05.606Z | Compiling unicode-ident v1.0.12 |
1271 | 2024-02-17T06:13:05.613Z | Compiling libc v0.2.153 |
1272 | 2024-02-17T06:13:05.613Z | Compiling serde v1.0.196 |
1273 | 2024-02-17T06:13:05.613Z | Compiling version_check v0.9.4 |
1274 | 2024-02-17T06:13:05.613Z | Compiling autocfg v1.1.0 |
1275 | 2024-02-17T06:13:06.060Z | Compiling cfg-if v1.0.0 |
1276 | 2024-02-17T06:13:06.064Z | Compiling syn v1.0.109 |
1277 | 2024-02-17T06:13:06.064Z | Compiling once_cell v1.19.0 |
1278 | 2024-02-17T06:13:06.064Z | Compiling thiserror v1.0.57 |
1279 | 2024-02-17T06:13:06.175Z | Compiling memchr v2.6.3 |
1280 | 2024-02-17T06:13:06.426Z | Compiling typenum v1.16.0 |
1281 | 2024-02-17T06:13:06.492Z | Compiling lock_api v0.4.10 |
1282 | 2024-02-17T06:13:07.410Z | Compiling generic-array v0.14.7 |
1283 | 2024-02-17T06:13:07.506Z | Compiling byteorder v1.5.0 |
1284 | 2024-02-17T06:13:07.522Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-02-17T06:13:07.536Z | Compiling libm v0.2.7 |
1286 | 2024-02-17T06:13:07.630Z | Compiling ahash v0.8.7 |
1287 | 2024-02-17T06:13:07.711Z | Compiling num-traits v0.2.16 |
1288 | 2024-02-17T06:13:07.875Z | Compiling serde_json v1.0.113 |
1289 | 2024-02-17T06:13:07.957Z | Compiling itoa v1.0.9 |
1290 | 2024-02-17T06:13:08.177Z | Compiling slab v0.4.9 |
1291 | 2024-02-17T06:13:08.183Z | Compiling log v0.4.20 |
1292 | 2024-02-17T06:13:08.450Z | Compiling quote v1.0.35 |
1293 | 2024-02-17T06:13:08.912Z | Compiling scopeguard v1.2.0 |
1294 | 2024-02-17T06:13:08.912Z | Compiling allocator-api2 v0.2.16 |
1295 | 2024-02-17T06:13:08.912Z | Compiling syn v2.0.48 |
1296 | 2024-02-17T06:13:08.957Z | Compiling getrandom v0.2.10 |
1297 | 2024-02-17T06:13:09.117Z | Compiling cc v1.0.83 |
1298 | 2024-02-17T06:13:09.228Z | Compiling rand_core v0.6.4 |
1299 | 2024-02-17T06:13:09.656Z | Compiling ryu v1.0.15 |
1300 | 2024-02-17T06:13:09.844Z | Compiling pkg-config v0.3.27 |
1301 | 2024-02-17T06:13:09.902Z | Compiling heck v0.4.1 |
1302 | 2024-02-17T06:13:10.401Z | Compiling schemars v0.8.16 |
1303 | 2024-02-17T06:13:10.401Z | Compiling subtle v2.5.0 |
1304 | 2024-02-17T06:13:10.401Z | Compiling smallvec v1.13.1 |
1305 | 2024-02-17T06:13:10.490Z | Compiling equivalent v1.0.1 |
1306 | 2024-02-17T06:13:10.929Z | Compiling vcpkg v0.2.15 |
1307 | 2024-02-17T06:13:11.303Z | Compiling pin-project-lite v0.2.13 |
1308 | 2024-02-17T06:13:11.477Z | Compiling httparse v1.8.0 |
1309 | 2024-02-17T06:13:11.907Z | Compiling parking_lot v0.12.1 |
1310 | 2024-02-17T06:13:12.121Z | Compiling ucd-trie v0.1.6 |
1311 | 2024-02-17T06:13:12.149Z | Compiling ring v0.17.7 |
1312 | 2024-02-17T06:13:12.932Z | Compiling ring v0.16.20 |
1313 | 2024-02-17T06:13:13.189Z | Compiling openssl-sys v0.9.96 |
1314 | 2024-02-17T06:13:13.435Z | Compiling signal-hook-registry v1.4.1 |
1315 | 2024-02-17T06:13:13.603Z | Compiling fnv v1.0.7 |
1316 | 2024-02-17T06:13:13.729Z | Compiling mio v0.8.9 |
1317 | 2024-02-17T06:13:14.028Z | Compiling iana-time-zone v0.1.57 |
1318 | 2024-02-17T06:13:14.048Z | Compiling const-oid v0.9.5 |
1319 | 2024-02-17T06:13:14.217Z | Compiling rustix v0.38.31 |
1320 | 2024-02-17T06:13:14.467Z | Compiling openssl v0.10.60 |
1321 | 2024-02-17T06:13:14.898Z | Compiling semver v1.0.21 |
1322 | 2024-02-17T06:13:15.010Z | Compiling socket2 v0.5.5 |
1323 | 2024-02-17T06:13:15.024Z | Compiling num_cpus v1.16.0 |
1324 | 2024-02-17T06:13:15.179Z | Compiling rustls v0.21.9 |
1325 | 2024-02-17T06:13:15.591Z | Compiling native-tls v0.2.11 |
1326 | 2024-02-17T06:13:15.659Z | Compiling dyn-clone v1.0.16 |
1327 | 2024-02-17T06:13:15.681Z | Compiling futures-core v0.3.30 |
1328 | 2024-02-17T06:13:15.924Z | Compiling aho-corasick v1.0.4 |
1329 | 2024-02-17T06:13:15.940Z | Compiling regex-syntax v0.8.2 |
1330 | 2024-02-17T06:13:15.950Z | Compiling slog v2.7.0 |
1331 | 2024-02-17T06:13:16.416Z | Compiling serde_derive_internals v0.26.0 |
1332 | 2024-02-17T06:13:16.539Z | Compiling crossbeam-utils v0.8.16 |
1333 | 2024-02-17T06:13:16.982Z | Compiling async-trait v0.1.77 |
1334 | 2024-02-17T06:13:17.086Z | Compiling spin v0.5.2 |
1335 | 2024-02-17T06:13:17.592Z | Compiling futures-sink v0.3.30 |
1336 | 2024-02-17T06:13:17.755Z | Compiling backtrace v0.3.69 |
1337 | 2024-02-17T06:13:18.169Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-02-17T06:13:18.257Z | Compiling tinyvec v1.6.0 |
1339 | 2024-02-17T06:13:18.481Z | Compiling futures-channel v0.3.30 |
1340 | 2024-02-17T06:13:18.904Z | Compiling futures-io v0.3.30 |
1341 | 2024-02-17T06:13:19.221Z | Compiling pin-utils v0.1.0 |
1342 | 2024-02-17T06:13:19.428Z | Compiling regex-automata v0.4.4 |
1343 | 2024-02-17T06:13:19.936Z | Compiling futures-task v0.3.30 |
1344 | 2024-02-17T06:13:19.936Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-02-17T06:13:20.037Z | Compiling unicode-normalization v0.1.22 |
1346 | 2024-02-17T06:13:20.047Z | Compiling spin v0.9.8 |
1347 | 2024-02-17T06:13:20.344Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-17T06:13:20.448Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-17T06:13:20.951Z | Compiling unicode-bidi v0.3.13 |
1350 | 2024-02-17T06:13:20.951Z | Compiling unicode-width v0.1.11 |
1351 | 2024-02-17T06:13:20.951Z | Compiling anyhow v1.0.75 |
1352 | 2024-02-17T06:13:21.995Z | Compiling crc32fast v1.3.2 |
1353 | 2024-02-17T06:13:22.488Z | Compiling winnow v0.5.15 |
1354 | 2024-02-17T06:13:22.552Z | Compiling crossbeam-epoch v0.9.15 |
1355 | 2024-02-17T06:13:22.731Z | Compiling time-core v0.1.1 |
1356 | 2024-02-17T06:13:23.320Z | Compiling time-macros v0.2.13 |
1357 | 2024-02-17T06:13:23.323Z | Compiling serde_derive v1.0.196 |
1358 | 2024-02-17T06:13:23.557Z | Compiling zeroize_derive v1.4.2 |
1359 | 2024-02-17T06:13:24.304Z | Compiling zerocopy-derive v0.7.32 |
1360 | 2024-02-17T06:13:25.110Z | Compiling thiserror-impl v1.0.57 |
1361 | 2024-02-17T06:13:25.399Z | Compiling tokio-macros v2.2.0 |
1362 | 2024-02-17T06:13:25.767Z | Compiling zeroize v1.7.0 |
1363 | 2024-02-17T06:13:26.121Z | Compiling futures-macro v0.3.30 |
1364 | 2024-02-17T06:13:26.566Z | Compiling zerocopy v0.7.32 |
1365 | 2024-02-17T06:13:27.635Z | Compiling tracing-attributes v0.1.26 |
1366 | 2024-02-17T06:13:28.129Z | Compiling schemars_derive v0.8.16 |
1367 | 2024-02-17T06:13:28.441Z | Compiling pest v2.7.6 |
1368 | 2024-02-17T06:13:28.638Z | Compiling hashbrown v0.14.3 |
1369 | 2024-02-17T06:13:28.649Z | Compiling crypto-common v0.1.6 |
1370 | 2024-02-17T06:13:29.018Z | Compiling openssl-macros v0.1.1 |
1371 | 2024-02-17T06:13:29.568Z | Compiling block-buffer v0.10.4 |
1372 | 2024-02-17T06:13:29.576Z | Compiling digest v0.10.7 |
1373 | 2024-02-17T06:13:29.852Z | Compiling regex v1.10.3 |
1374 | 2024-02-17T06:13:30.252Z | Compiling futures-util v0.3.30 |
1375 | 2024-02-17T06:13:30.729Z | Compiling pest_meta v2.7.6 |
1376 | 2024-02-17T06:13:31.696Z | Compiling tracing v0.1.37 |
1377 | 2024-02-17T06:13:32.207Z | Compiling pest_generator v2.7.6 |
1378 | 2024-02-17T06:13:32.419Z | Compiling der_derive v0.7.2 |
1379 | 2024-02-17T06:13:34.746Z | Compiling untrusted v0.7.1 |
1380 | 2024-02-17T06:13:35.374Z | Compiling untrusted v0.9.0 |
1381 | 2024-02-17T06:13:35.377Z | Compiling percent-encoding v2.3.1 |
1382 | 2024-02-17T06:13:35.377Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-02-17T06:13:35.449Z | Compiling foreign-types v0.3.2 |
1384 | 2024-02-17T06:13:36.042Z | Compiling pest_derive v2.7.6 |
1385 | 2024-02-17T06:13:37.639Z | Compiling errno v0.3.8 |
1386 | 2024-02-17T06:13:37.646Z | Compiling bytes v1.5.0 |
1387 | 2024-02-17T06:13:37.646Z | Compiling indexmap v2.2.3 |
1388 | 2024-02-17T06:13:37.928Z | Compiling chrono v0.4.31 |
1389 | 2024-02-17T06:13:38.688Z | Compiling uuid v1.7.0 |
1390 | 2024-02-17T06:13:38.695Z | Compiling tokio v1.36.0 |
1391 | 2024-02-17T06:13:39.078Z | Compiling http v0.2.11 |
1392 | 2024-02-17T06:13:39.504Z | Compiling bitflags v2.4.0 |
1393 | 2024-02-17T06:13:39.944Z | Compiling serde_spanned v0.6.5 |
1394 | 2024-02-17T06:13:40.577Z | Compiling toml_datetime v0.6.5 |
1395 | 2024-02-17T06:13:40.588Z | Compiling toml_edit v0.19.15 |
1396 | 2024-02-17T06:13:40.646Z | Compiling rustc_version v0.4.0 |
1397 | 2024-02-17T06:13:41.468Z | Compiling openapiv3 v2.0.0 |
1398 | 2024-02-17T06:13:43.535Z | Compiling serde_tokenstream v0.2.0 |
1399 | 2024-02-17T06:13:43.559Z | Compiling try-lock v0.2.4 |
1400 | 2024-02-17T06:13:43.707Z | Compiling base64 v0.21.7 |
1401 | 2024-02-17T06:13:44.076Z | Compiling ppv-lite86 v0.2.17 |
1402 | 2024-02-17T06:13:44.490Z | Compiling unicode-xid v0.2.4 |
1403 | 2024-02-17T06:13:44.532Z | Compiling want v0.3.1 |
1404 | 2024-02-17T06:13:44.654Z | Compiling synstructure v0.12.6 |
1405 | 2024-02-17T06:13:44.807Z | Compiling http-body v0.4.5 |
1406 | 2024-02-17T06:13:45.664Z | Compiling rustls-webpki v0.101.7 |
1407 | 2024-02-17T06:13:46.837Z | Compiling sct v0.7.0 |
1408 | 2024-02-17T06:13:47.233Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-02-17T06:13:47.835Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-02-17T06:13:47.835Z | Compiling tokio-util v0.7.10 |
1411 | 2024-02-17T06:13:48.259Z | Compiling socket2 v0.4.9 |
1412 | 2024-02-17T06:13:48.278Z | Compiling openssl-probe v0.1.5 |
1413 | 2024-02-17T06:13:48.923Z | Compiling h2 v0.3.24 |
1414 | 2024-02-17T06:13:49.127Z | Compiling tower-service v0.3.2 |
1415 | 2024-02-17T06:13:49.263Z | Compiling httpdate v1.0.3 |
1416 | 2024-02-17T06:13:50.147Z | Compiling zerocopy-derive v0.2.0 |
1417 | 2024-02-17T06:13:51.952Z | Compiling idna v0.5.0 |
1418 | 2024-02-17T06:13:52.338Z | Compiling lazy_static v1.4.0 |
1419 | 2024-02-17T06:13:53.212Z | Compiling thread-id v4.2.0 |
1420 | 2024-02-17T06:13:53.330Z | Compiling adler v1.0.2 |
1421 | 2024-02-17T06:13:53.584Z | Compiling miniz_oxide v0.7.1 |
1422 | 2024-02-17T06:13:53.796Z | Compiling tokio-rustls v0.24.1 |
1423 | 2024-02-17T06:13:54.190Z | Compiling url v2.5.0 |
1424 | 2024-02-17T06:13:55.196Z | Compiling tokio-native-tls v0.3.1 |
1425 | 2024-02-17T06:13:55.233Z | Compiling rand_chacha v0.3.1 |
1426 | 2024-02-17T06:13:55.456Z | Compiling ipnet v2.9.0 |
1427 | 2024-02-17T06:13:55.595Z | Compiling rustversion v1.0.14 |
1428 | 2024-02-17T06:13:55.631Z | Compiling rand v0.8.5 |
1429 | 2024-02-17T06:13:56.109Z | Compiling hyper v0.14.27 |
1430 | 2024-02-17T06:13:56.418Z | Compiling serde_urlencoded v0.7.1 |
1431 | 2024-02-17T06:13:56.740Z | Compiling rustls-pemfile v1.0.3 |
1432 | 2024-02-17T06:13:57.147Z | Compiling usdt-impl v0.3.5 |
1433 | 2024-02-17T06:13:57.175Z | Compiling encoding_rs v0.8.33 |
1434 | 2024-02-17T06:13:57.279Z | Compiling mime v0.3.17 |
1435 | 2024-02-17T06:13:57.710Z | Compiling either v1.10.0 |
1436 | 2024-02-17T06:13:57.742Z | Compiling gimli v0.28.0 |
1437 | 2024-02-17T06:13:57.899Z | Compiling webpki-roots v0.25.2 |
1438 | 2024-02-17T06:13:58.941Z | Compiling regress v0.8.0 |
1439 | 2024-02-17T06:13:59.038Z | Compiling object v0.32.1 |
1440 | 2024-02-17T06:13:59.687Z | Compiling num-bigint v0.4.4 |
1441 | 2024-02-17T06:13:59.707Z | Compiling usdt-impl v0.5.0 |
1442 | 2024-02-17T06:13:59.737Z | Compiling rustc-demangle v0.1.23 |
1443 | 2024-02-17T06:14:01.026Z | Compiling flate2 v1.0.28 |
1444 | 2024-02-17T06:14:01.483Z | Compiling zerocopy v0.3.0 |
1445 | 2024-02-17T06:14:01.953Z | Compiling scroll v0.12.0 |
1446 | 2024-02-17T06:14:02.087Z | Compiling addr2line v0.21.0 |
1447 | 2024-02-17T06:14:02.273Z | Compiling heapless v0.7.16 |
1448 | 2024-02-17T06:14:02.532Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1449 | 2024-02-17T06:14:02.700Z | Compiling futures-executor v0.3.30 |
1450 | 2024-02-17T06:14:02.876Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1451 | 2024-02-17T06:14:02.933Z | Compiling signal-hook v0.3.17 |
1452 | 2024-02-17T06:14:03.670Z | Compiling hyper-rustls v0.24.2 |
1453 | 2024-02-17T06:14:03.684Z | Compiling hyper-tls v0.5.0 |
1454 | 2024-02-17T06:14:03.684Z | Compiling plain v0.2.3 |
1455 | 2024-02-17T06:14:03.684Z | Compiling reqwest v0.11.22 |
1456 | 2024-02-17T06:14:03.684Z | Compiling winnow v0.6.1 |
1457 | 2024-02-17T06:14:04.228Z | Compiling base64ct v1.6.0 |
1458 | 2024-02-17T06:14:05.172Z | Compiling goblin v0.8.0 |
1459 | 2024-02-17T06:14:06.685Z | Compiling futures v0.3.30 |
1460 | 2024-02-17T06:14:06.952Z | Compiling dof v0.1.5 |
1461 | 2024-02-17T06:14:08.474Z | Compiling toml_edit v0.22.6 |
1462 | 2024-02-17T06:14:08.474Z | Compiling toml v0.7.8 |
1463 | 2024-02-17T06:14:08.816Z | Compiling hex v0.4.3 |
1464 | 2024-02-17T06:14:08.846Z | Compiling dtrace-parser v0.1.14 |
1465 | 2024-02-17T06:14:09.298Z | Compiling pretty-hex v0.4.1 |
1466 | 2024-02-17T06:14:10.862Z | Compiling dof v0.3.0 |
1467 | 2024-02-17T06:14:12.156Z | Compiling strum_macros v0.25.2 |
1468 | 2024-02-17T06:14:12.575Z | Compiling serde_tokenstream v0.1.7 |
1469 | 2024-02-17T06:14:12.575Z | Compiling dtrace-parser v0.2.0 |
1470 | 2024-02-17T06:14:12.995Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1471 | 2024-02-17T06:14:13.835Z | Compiling smoltcp v0.9.1 |
1472 | 2024-02-17T06:14:13.881Z | Compiling pem-rfc7468 v0.7.0 |
1473 | 2024-02-17T06:14:14.607Z | Compiling hmac v0.12.1 |
1474 | 2024-02-17T06:14:14.861Z | Compiling enum-as-inner v0.5.1 |
1475 | 2024-02-17T06:14:14.893Z | Compiling num-iter v0.1.43 |
1476 | 2024-02-17T06:14:15.381Z | Compiling flagset v0.4.3 |
1477 | 2024-02-17T06:14:15.611Z | Compiling siphasher v0.3.11 |
1478 | 2024-02-17T06:14:15.675Z | Compiling unicode-segmentation v1.10.1 |
1479 | 2024-02-17T06:14:15.694Z | Compiling der v0.7.8 |
1480 | 2024-02-17T06:14:15.935Z | Compiling usdt-attr-macro v0.3.5 |
1481 | 2024-02-17T06:14:16.031Z | Compiling usdt-macro v0.3.5 |
1482 | 2024-02-17T06:14:16.540Z | Compiling hubpack_derive v0.1.1 |
1483 | 2024-02-17T06:14:16.605Z | Compiling zerocopy-derive v0.6.4 |
1484 | 2024-02-17T06:14:18.145Z | Compiling num_threads v0.1.6 |
1485 | 2024-02-17T06:14:18.263Z | Compiling deranged v0.3.8 |
1486 | 2024-02-17T06:14:18.277Z | Compiling utf8parse v0.2.1 |
1487 | 2024-02-17T06:14:18.304Z | Compiling anstyle v1.0.2 |
1488 | 2024-02-17T06:14:18.835Z | Compiling anstyle-parse v0.2.1 |
1489 | 2024-02-17T06:14:18.869Z | Compiling sha2 v0.10.8 |
1490 | 2024-02-17T06:14:18.892Z | Compiling spki v0.7.2 |
1491 | 2024-02-17T06:14:20.016Z | Compiling time v0.3.27 |
1492 | 2024-02-17T06:14:20.817Z | Compiling md-5 v0.10.5 |
1493 | 2024-02-17T06:14:21.061Z | Compiling block-padding v0.3.3 |
1494 | 2024-02-17T06:14:21.150Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1495 | 2024-02-17T06:14:21.345Z | Compiling clap_derive v4.5.0 |
1496 | 2024-02-17T06:14:21.368Z | Compiling stringprep v0.1.3 |
1497 | 2024-02-17T06:14:22.414Z | Compiling getopts v0.2.21 |
1498 | 2024-02-17T06:14:22.510Z | Compiling diesel_table_macro_syntax v0.1.0 |
1499 | 2024-02-17T06:14:23.421Z | Compiling num-integer v0.1.46 |
1500 | 2024-02-17T06:14:24.453Z | Compiling hash32 v0.2.1 |
1501 | 2024-02-17T06:14:24.847Z | Compiling fallible-iterator v0.2.0 |
1502 | 2024-02-17T06:14:25.501Z | Compiling anstyle-query v1.0.0 |
1503 | 2024-02-17T06:14:25.644Z | Compiling colorchoice v1.0.0 |
1504 | 2024-02-17T06:14:26.507Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1505 | 2024-02-17T06:14:26.643Z | Compiling stable_deref_trait v1.2.0 |
1506 | 2024-02-17T06:14:27.346Z | Compiling anstream v0.6.11 |
1507 | 2024-02-17T06:14:27.350Z | Compiling postgres-protocol v0.6.6 |
1508 | 2024-02-17T06:14:27.951Z | Compiling diesel_derives v2.1.2 |
1509 | 2024-02-17T06:14:28.535Z | Compiling inout v0.1.3 |
1510 | 2024-02-17T06:14:30.109Z | Compiling pkcs8 v0.10.2 |
1511 | 2024-02-17T06:14:31.212Z | Compiling phf_shared v0.11.2 |
1512 | 2024-02-17T06:14:31.537Z | Compiling ff v0.13.0 |
1513 | 2024-02-17T06:14:31.802Z | Compiling terminal_size v0.3.0 |
1514 | 2024-02-17T06:14:32.258Z | Compiling serde_repr v0.1.16 |
1515 | 2024-02-17T06:14:33.130Z | Compiling scheduled-thread-pool v0.2.7 |
1516 | 2024-02-17T06:14:33.282Z | Compiling clap_lex v0.7.0 |
1517 | 2024-02-17T06:14:36.479Z | Compiling bit-vec v0.6.3 |
1518 | 2024-02-17T06:14:36.479Z | Compiling matches v0.1.10 |
1519 | 2024-02-17T06:14:36.479Z | Compiling unsafe-libyaml v0.2.10 |
1520 | 2024-02-17T06:14:36.480Z | Compiling managed v0.8.0 |
1521 | 2024-02-17T06:14:36.480Z | Compiling strsim v0.11.0 |
1522 | 2024-02-17T06:14:36.480Z | Compiling regex-automata v0.1.10 |
1523 | 2024-02-17T06:14:36.480Z | Compiling base16ct v0.2.0 |
1524 | 2024-02-17T06:14:36.480Z | Compiling bitflags v1.3.2 |
1525 | 2024-02-17T06:14:36.480Z | Compiling sec1 v0.7.3 |
1526 | 2024-02-17T06:14:36.480Z | Compiling serde_yaml v0.9.25 |
1527 | 2024-02-17T06:14:36.480Z | Compiling bstr v0.2.17 |
1528 | 2024-02-17T06:14:36.480Z | Compiling clap_builder v4.5.0 |
1529 | 2024-02-17T06:14:37.322Z | Compiling idna v0.2.3 |
1530 | 2024-02-17T06:14:37.925Z | Compiling r2d2 v0.8.10 |
1531 | 2024-02-17T06:14:38.600Z | Compiling group v0.13.0 |
1532 | 2024-02-17T06:14:39.594Z | Compiling phf v0.11.2 |
1533 | 2024-02-17T06:14:39.807Z | Compiling signal-hook-mio v0.2.3 |
1534 | 2024-02-17T06:14:39.952Z | Compiling cipher v0.4.4 |
1535 | 2024-02-17T06:14:40.076Z | Compiling bzip2 v0.4.4 |
1536 | 2024-02-17T06:14:40.179Z | Compiling postgres-types v0.2.6 |
1537 | 2024-02-17T06:14:40.408Z | Compiling zerocopy v0.6.4 |
1538 | 2024-02-17T06:14:40.470Z | Compiling hubpack v0.1.2 |
1539 | 2024-02-17T06:14:40.839Z | Compiling phf_shared v0.10.0 |
1540 | 2024-02-17T06:14:41.200Z | Compiling hkdf v0.12.4 |
1541 | 2024-02-17T06:14:41.301Z | Compiling crypto-bigint v0.5.2 |
1542 | 2024-02-17T06:14:41.512Z | Compiling ipnetwork v0.20.0 |
1543 | 2024-02-17T06:14:42.115Z | Compiling float-cmp v0.9.0 |
1544 | 2024-02-17T06:14:43.564Z | Compiling data-encoding v2.4.0 |
1545 | 2024-02-17T06:14:57.077Z | Compiling new_debug_unreachable v1.0.4 |
1546 | 2024-02-17T06:14:57.227Z | Compiling whoami v1.4.1 |
1547 | 2024-02-17T06:14:57.227Z | Compiling static_assertions v1.1.0 |
1548 | 2024-02-17T06:14:57.227Z | Compiling minimal-lexical v0.2.1 |
1549 | 2024-02-17T06:14:57.228Z | Compiling predicates-core v1.0.6 |
1550 | 2024-02-17T06:14:57.228Z | Compiling fixedbitset v0.4.2 |
1551 | 2024-02-17T06:14:57.228Z | Compiling regex-automata v0.3.8 |
1552 | 2024-02-17T06:14:57.228Z | Compiling precomputed-hash v0.1.1 |
1553 | 2024-02-17T06:14:57.228Z | Compiling normalize-line-endings v0.3.0 |
1554 | 2024-02-17T06:14:57.228Z | Compiling difflib v0.4.0 |
1555 | 2024-02-17T06:14:57.228Z | Compiling predicates v3.1.0 |
1556 | 2024-02-17T06:14:57.228Z | Compiling bstr v1.6.0 |
1557 | 2024-02-17T06:14:57.365Z | Compiling petgraph v0.6.4 |
1558 | 2024-02-17T06:14:57.365Z | Compiling string_cache v0.8.7 |
1559 | 2024-02-17T06:14:57.365Z | Compiling nom v7.1.3 |
1560 | 2024-02-17T06:14:57.365Z | Compiling tokio-postgres v0.7.10 |
1561 | 2024-02-17T06:14:57.366Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1562 | 2024-02-17T06:14:57.366Z | Compiling diesel v2.1.4 |
1563 | 2024-02-17T06:14:57.366Z | Compiling elliptic-curve v0.13.8 |
1564 | 2024-02-17T06:14:57.366Z | Compiling trust-dns-proto v0.22.0 |
1565 | 2024-02-17T06:14:57.366Z | Compiling yasna v0.5.2 |
1566 | 2024-02-17T06:14:57.366Z | Compiling zip v0.6.6 |
1567 | 2024-02-17T06:14:57.366Z | Compiling crossterm v0.27.0 |
1568 | 2024-02-17T06:14:57.366Z | Compiling clap v4.5.0 |
1569 | 2024-02-17T06:14:57.366Z | Compiling similar v2.3.0 |
1570 | 2024-02-17T06:14:57.366Z | Compiling bit-set v0.5.3 |
1571 | 2024-02-17T06:14:57.366Z | Compiling usdt v0.3.5 |
1572 | 2024-02-17T06:14:57.367Z | Compiling strum v0.25.0 |
1573 | 2024-02-17T06:14:57.367Z | Compiling itertools v0.10.5 |
1574 | 2024-02-17T06:14:57.367Z | Compiling console v0.15.8 |
1575 | 2024-02-17T06:14:57.367Z | Compiling tokio-stream v0.1.14 |
1576 | 2024-02-17T06:14:57.367Z | Compiling lalrpop-util v0.19.12 |
1577 | 2024-02-17T06:14:57.367Z | Compiling camino v1.1.6 |
1578 | 2024-02-17T06:14:57.896Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1579 | 2024-02-17T06:15:06.171Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1580 | 2024-02-17T06:15:31.157Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1581 | 2024-02-17T06:15:33.050Z | Compiling sha1 v0.10.6 |
1582 | 2024-02-17T06:15:33.483Z | Compiling atty v0.2.14 |
1583 | 2024-02-17T06:15:33.537Z | Compiling match_cfg v0.1.0 |
1584 | 2024-02-17T06:15:33.621Z | Compiling hostname v0.3.1 |
1585 | 2024-02-17T06:15:33.638Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1586 | 2024-02-17T06:15:33.871Z | Compiling dirs-sys-next v0.1.2 |
1587 | 2024-02-17T06:15:34.055Z | Compiling strsim v0.10.0 |
1588 | 2024-02-17T06:15:34.321Z | Compiling ident_case v1.0.1 |
1589 | 2024-02-17T06:15:34.502Z | Compiling rustls-pki-types v1.1.0 |
1590 | 2024-02-17T06:15:34.529Z | Compiling darling_core v0.20.3 |
1591 | 2024-02-17T06:15:34.606Z | Compiling dirs-next v2.0.0 |
1592 | 2024-02-17T06:15:34.911Z | Compiling thread_local v1.1.7 |
1593 | 2024-02-17T06:15:34.957Z | Compiling slog-async v2.8.0 |
1594 | 2024-02-17T06:15:35.258Z | Compiling rustls v0.22.2 |
1595 | 2024-02-17T06:15:35.488Z | Compiling rustls-webpki v0.102.1 |
1596 | 2024-02-17T06:15:35.614Z | Compiling term v0.7.0 |
1597 | 2024-02-17T06:15:35.700Z | Compiling crossbeam-channel v0.5.8 |
1598 | 2024-02-17T06:15:36.195Z | Compiling multer v3.0.0 |
1599 | 2024-02-17T06:15:36.463Z | Compiling instant v0.1.12 |
1600 | 2024-02-17T06:15:36.537Z | Compiling paste v1.0.14 |
1601 | 2024-02-17T06:15:36.623Z | Compiling take_mut v0.2.2 |
1602 | 2024-02-17T06:15:37.168Z | Compiling slog-term v2.9.0 |
1603 | 2024-02-17T06:15:37.216Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1604 | 2024-02-17T06:15:37.442Z | Compiling slog-json v2.6.1 |
1605 | 2024-02-17T06:15:37.660Z | Compiling http v1.0.0 |
1606 | 2024-02-17T06:15:37.827Z | Compiling async-stream-impl v0.3.5 |
1607 | 2024-02-17T06:15:38.045Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1608 | 2024-02-17T06:15:38.392Z | Compiling debug-ignore v1.0.5 |
1609 | 2024-02-17T06:15:38.407Z | Compiling atomic-waker v1.1.1 |
1610 | 2024-02-17T06:15:38.540Z | Compiling waitgroup v0.1.2 |
1611 | 2024-02-17T06:15:38.666Z | Compiling slog-bunyan v2.5.0 |
1612 | 2024-02-17T06:15:38.873Z | Compiling rustls-pemfile v2.0.0 |
1613 | 2024-02-17T06:15:39.283Z | Compiling async-stream v0.3.5 |
1614 | 2024-02-17T06:15:39.587Z | Compiling toml v0.8.10 |
1615 | 2024-02-17T06:15:40.052Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1616 | 2024-02-17T06:15:40.338Z | Compiling serde_path_to_error v0.1.15 |
1617 | 2024-02-17T06:15:40.458Z | Compiling structmeta-derive v0.3.0 |
1618 | 2024-02-17T06:15:40.646Z | Compiling darling_macro v0.20.3 |
1619 | 2024-02-17T06:15:41.194Z | Compiling strum_macros v0.26.1 |
1620 | 2024-02-17T06:15:41.392Z | Compiling tokio-rustls v0.25.0 |
1621 | 2024-02-17T06:15:41.774Z | Compiling darling v0.20.3 |
1622 | 2024-02-17T06:15:41.813Z | Compiling newtype-uuid v1.0.1 |
1623 | 2024-02-17T06:15:41.900Z | Compiling serde_with_macros v3.6.1 |
1624 | 2024-02-17T06:15:42.111Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1625 | 2024-02-17T06:15:42.317Z | Compiling backoff v0.4.0 |
1626 | 2024-02-17T06:15:42.691Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1627 | 2024-02-17T06:15:42.969Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1628 | 2024-02-17T06:15:43.137Z | Compiling macaddr v1.0.1 |
1629 | 2024-02-17T06:15:43.541Z | Compiling proc-macro-error-attr v1.0.4 |
1630 | 2024-02-17T06:15:43.635Z | Compiling proc-macro-crate v1.3.1 |
1631 | 2024-02-17T06:15:43.669Z | Compiling structmeta v0.3.0 |
1632 | 2024-02-17T06:15:43.889Z | Compiling proc-macro-error v1.0.4 |
1633 | 2024-02-17T06:15:44.091Z | Compiling parse-display-derive v0.9.0 |
1634 | 2024-02-17T06:15:44.221Z | Compiling heapless v0.8.0 |
1635 | 2024-02-17T06:15:44.700Z | Compiling num_enum_derive v0.5.11 |
1636 | 2024-02-17T06:15:45.228Z | Compiling serde_with v3.6.1 |
1637 | 2024-02-17T06:15:46.208Z | Compiling hash32 v0.3.1 |
1638 | 2024-02-17T06:15:46.477Z | Compiling smoltcp v0.11.0 |
1639 | 2024-02-17T06:15:46.657Z | Compiling strum v0.26.1 |
1640 | 2024-02-17T06:15:46.850Z | Compiling rayon-core v1.12.0 |
1641 | 2024-02-17T06:15:47.182Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1642 | 2024-02-17T06:15:47.657Z | Compiling num_enum v0.5.11 |
1643 | 2024-02-17T06:15:47.763Z | Compiling crossbeam-deque v0.8.3 |
1644 | 2024-02-17T06:15:47.821Z | Compiling same-file v1.0.6 |
1645 | 2024-02-17T06:15:48.067Z | Compiling fastrand v2.0.1 |
1646 | 2024-02-17T06:15:48.363Z | Compiling cobs v0.2.3 |
1647 | 2024-02-17T06:15:48.442Z | Compiling embedded-io v0.4.0 |
1648 | 2024-02-17T06:15:48.636Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1649 | 2024-02-17T06:15:48.684Z | Compiling postcard v1.0.8 |
1650 | 2024-02-17T06:15:48.704Z | Compiling tempfile v3.10.0 |
1651 | 2024-02-17T06:15:49.114Z | Compiling parse-display v0.9.0 |
1652 | 2024-02-17T06:15:49.548Z | Compiling walkdir v2.4.0 |
1653 | 2024-02-17T06:15:49.589Z | Compiling semver-parser v0.10.2 |
1654 | 2024-02-17T06:15:49.631Z | Compiling foreign-types-macros v0.2.3 |
1655 | 2024-02-17T06:15:49.748Z | Compiling blake3 v1.5.0 |
1656 | 2024-02-17T06:15:50.359Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1657 | 2024-02-17T06:15:50.407Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1658 | 2024-02-17T06:15:50.713Z | Compiling crucible-workspace-hack v0.1.0 |
1659 | 2024-02-17T06:15:50.732Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-17T06:15:50.911Z | Compiling foreign-types-shared v0.3.1 |
1661 | 2024-02-17T06:15:51.014Z | Compiling foreign-types v0.5.0 |
1662 | 2024-02-17T06:15:51.073Z | Compiling semver v0.11.0 |
1663 | 2024-02-17T06:15:51.090Z | Compiling rayon v1.8.0 |
1664 | 2024-02-17T06:15:51.522Z | Compiling is-terminal v0.4.9 |
1665 | 2024-02-17T06:15:51.673Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1666 | 2024-02-17T06:15:51.683Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1667 | 2024-02-17T06:15:51.827Z | Compiling cstr-argument v0.1.2 |
1668 | 2024-02-17T06:15:51.919Z | Compiling memmap2 v0.7.1 |
1669 | 2024-02-17T06:15:52.062Z | Compiling xattr v1.0.1 |
1670 | 2024-02-17T06:15:52.209Z | Compiling filetime v0.2.23 |
1671 | 2024-02-17T06:15:52.331Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1672 | 2024-02-17T06:15:52.356Z | Compiling arrayvec v0.7.4 |
1673 | 2024-02-17T06:15:52.547Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1674 | 2024-02-17T06:15:52.567Z | Compiling arrayref v0.3.7 |
1675 | 2024-02-17T06:15:52.669Z | Compiling constant_time_eq v0.3.0 |
1676 | 2024-02-17T06:15:52.687Z | Compiling home v0.5.5 |
1677 | 2024-02-17T06:15:52.740Z | Compiling pretty-hex v0.2.1 |
1678 | 2024-02-17T06:15:52.839Z | Compiling toolchain_find v0.2.0 |
1679 | 2024-02-17T06:15:52.889Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1680 | 2024-02-17T06:15:52.933Z | Compiling tar v0.4.40 |
1681 | 2024-02-17T06:15:53.111Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1682 | 2024-02-17T06:15:53.242Z | Compiling camino-tempfile v1.1.1 |
1683 | 2024-02-17T06:15:53.429Z | Compiling colored v2.0.4 |
1684 | 2024-02-17T06:15:53.893Z | Compiling toml v0.5.11 |
1685 | 2024-02-17T06:15:54.106Z | Compiling topological-sort v0.2.2 |
1686 | 2024-02-17T06:15:54.223Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1687 | 2024-02-17T06:15:54.251Z | Compiling platforms v3.0.2 |
1688 | 2024-02-17T06:15:54.473Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1689 | 2024-02-17T06:15:54.637Z | Compiling zone_cfg_derive v0.3.0 |
1690 | 2024-02-17T06:15:55.009Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1691 | 2024-02-17T06:15:55.035Z | Compiling textwrap v0.11.0 |
1692 | 2024-02-17T06:15:55.582Z | Compiling heck v0.3.3 |
1693 | 2024-02-17T06:15:55.930Z | Compiling rustfmt-wrapper v0.2.0 |
1694 | 2024-02-17T06:15:56.214Z | Compiling omicron-zone-package v0.11.0 |
1695 | 2024-02-17T06:15:56.412Z | Compiling num-derive v0.4.0 |
1696 | 2024-02-17T06:15:56.575Z | Compiling ansi_term v0.12.1 |
1697 | 2024-02-17T06:15:57.128Z | Compiling libefi-sys v0.1.0 |
1698 | 2024-02-17T06:15:57.242Z | Compiling vec_map v0.8.2 |
1699 | 2024-02-17T06:15:57.454Z | Compiling strsim v0.8.0 |
1700 | 2024-02-17T06:15:57.572Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1701 | 2024-02-17T06:15:57.749Z | Compiling clap v2.34.0 |
1702 | 2024-02-17T06:15:57.794Z | Compiling zone v0.3.0 |
1703 | 2024-02-17T06:15:58.115Z | Compiling structopt-derive v0.4.18 |
1704 | 2024-02-17T06:15:58.556Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1705 | 2024-02-17T06:15:58.842Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1706 | 2024-02-17T06:15:58.969Z | Compiling smf v0.2.2 |
1707 | 2024-02-17T06:15:59.206Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1708 | 2024-02-17T06:15:59.457Z | Compiling unicase v2.7.0 |
1709 | 2024-02-17T06:15:59.619Z | Compiling semver v0.1.20 |
1710 | 2024-02-17T06:15:59.844Z | Compiling curve25519-dalek v4.1.1 |
1711 | 2024-02-17T06:16:00.016Z | Compiling rustc_version v0.1.7 |
1712 | 2024-02-17T06:16:00.372Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1713 | 2024-02-17T06:16:00.417Z | Compiling universal-hash v0.5.1 |
1714 | 2024-02-17T06:16:00.473Z | Compiling opaque-debug v0.3.0 |
1715 | 2024-02-17T06:16:00.578Z | Compiling newtype_derive v0.1.6 |
1716 | 2024-02-17T06:16:00.725Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1717 | 2024-02-17T06:16:00.845Z | Compiling signature v2.1.0 |
1718 | 2024-02-17T06:16:00.899Z | Compiling curve25519-dalek-derive v0.1.0 |
1719 | 2024-02-17T06:16:01.067Z | Compiling gethostname v0.4.3 |
1720 | 2024-02-17T06:16:01.088Z | Compiling num-rational v0.4.1 |
1721 | 2024-02-17T06:16:01.088Z | Compiling getrandom v0.1.16 |
1722 | 2024-02-17T06:16:01.205Z | Compiling structopt v0.3.26 |
1723 | 2024-02-17T06:16:01.634Z | Compiling usdt-macro v0.5.0 |
1724 | 2024-02-17T06:16:01.765Z | Compiling usdt-attr-macro v0.5.0 |
1725 | 2024-02-17T06:16:01.834Z | Compiling password-hash v0.5.0 |
1726 | 2024-02-17T06:16:01.891Z | Compiling blake2 v0.10.6 |
1727 | 2024-02-17T06:16:02.813Z | Compiling memmap v0.7.0 |
1728 | 2024-02-17T06:16:02.904Z | Compiling linked-hash-map v0.5.6 |
1729 | 2024-02-17T06:16:03.160Z | Compiling parking_lot_core v0.8.6 |
1730 | 2024-02-17T06:16:03.247Z | Compiling quick-error v1.2.3 |
1731 | 2024-02-17T06:16:03.274Z | Compiling lru-cache v0.1.2 |
1732 | 2024-02-17T06:16:03.326Z | Compiling argon2 v0.5.3 |
1733 | 2024-02-17T06:16:03.386Z | Compiling resolv-conf v0.7.0 |
1734 | 2024-02-17T06:16:03.480Z | Compiling usdt v0.5.0 |
1735 | 2024-02-17T06:16:04.117Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1736 | 2024-02-17T06:16:04.179Z | Compiling rfc6979 v0.4.0 |
1737 | 2024-02-17T06:16:04.356Z | Compiling aead v0.5.2 |
1738 | 2024-02-17T06:16:04.381Z | Compiling num-complex v0.4.4 |
1739 | 2024-02-17T06:16:04.698Z | Compiling nibble_vec v0.1.0 |
1740 | 2024-02-17T06:16:04.913Z | Compiling slog-dtrace v0.3.0 |
1741 | 2024-02-17T06:16:05.263Z | Compiling endian-type v0.1.2 |
1742 | 2024-02-17T06:16:05.455Z | Compiling keccak v0.1.4 |
1743 | 2024-02-17T06:16:05.483Z | Compiling utf-8 v0.7.6 |
1744 | 2024-02-17T06:16:05.487Z | Compiling cancel-safe-futures v0.1.5 |
1745 | 2024-02-17T06:16:05.813Z | Compiling arc-swap v1.6.0 |
1746 | 2024-02-17T06:16:05.876Z | Compiling winapi v0.3.9 |
1747 | 2024-02-17T06:16:06.480Z | Compiling slog-scope v4.4.0 |
1748 | 2024-02-17T06:16:06.523Z | Compiling sha3 v0.10.8 |
1749 | 2024-02-17T06:16:06.544Z | Compiling tungstenite v0.20.1 |
1750 | 2024-02-17T06:16:06.936Z | Compiling radix_trie v0.2.1 |
1751 | 2024-02-17T06:16:07.034Z | Compiling num v0.4.1 |
1752 | 2024-02-17T06:16:07.126Z | Compiling mime_guess v2.0.4 |
1753 | 2024-02-17T06:16:07.155Z | Compiling ecdsa v0.16.9 |
1754 | 2024-02-17T06:16:07.497Z | Compiling steno v0.4.0 |
1755 | 2024-02-17T06:16:07.630Z | Compiling trust-dns-resolver v0.22.0 |
1756 | 2024-02-17T06:16:08.025Z | Compiling rand_core v0.5.1 |
1757 | 2024-02-17T06:16:08.625Z | Compiling poly1305 v0.8.0 |
1758 | 2024-02-17T06:16:08.994Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2024-02-17T06:16:09.182Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1760 | 2024-02-17T06:16:10.181Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1761 | 2024-02-17T06:16:10.302Z | Compiling primeorder v0.13.6 |
1762 | 2024-02-17T06:16:10.607Z | Compiling chacha20 v0.9.1 |
1763 | 2024-02-17T06:16:10.941Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1764 | 2024-02-17T06:16:11.075Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1765 | 2024-02-17T06:16:11.401Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1766 | 2024-02-17T06:16:12.243Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1767 | 2024-02-17T06:16:12.262Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1768 | 2024-02-17T06:16:12.955Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1769 | 2024-02-17T06:16:13.130Z | Compiling secrecy v0.8.0 |
1770 | 2024-02-17T06:16:13.339Z | Compiling thiserror-impl-no-std v2.0.2 |
1771 | 2024-02-17T06:16:13.415Z | Compiling half v2.3.1 |
1772 | 2024-02-17T06:16:14.003Z | Compiling option-ext v0.2.0 |
1773 | 2024-02-17T06:16:14.086Z | Compiling convert_case v0.4.0 |
1774 | 2024-02-17T06:16:14.140Z | Compiling ciborium-io v0.2.2 |
1775 | 2024-02-17T06:16:14.280Z | Compiling ciborium-ll v0.2.2 |
1776 | 2024-02-17T06:16:14.733Z | Compiling dirs-sys v0.4.1 |
1777 | 2024-02-17T06:16:15.089Z | Compiling derive_more v0.99.17 |
1778 | 2024-02-17T06:16:15.392Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1779 | 2024-02-17T06:16:16.105Z | Compiling parking_lot v0.11.2 |
1780 | 2024-02-17T06:16:16.230Z | Compiling rand_chacha v0.2.2 |
1781 | 2024-02-17T06:16:16.826Z | Compiling thiserror-no-std v2.0.2 |
1782 | 2024-02-17T06:16:16.948Z | Compiling tokio-tungstenite v0.20.1 |
1783 | 2024-02-17T06:16:17.162Z | Compiling trust-dns-client v0.22.0 |
1784 | 2024-02-17T06:16:17.822Z | Compiling slog-stdlog v4.1.1 |
1785 | 2024-02-17T06:16:18.101Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1786 | 2024-02-17T06:16:18.212Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1787 | 2024-02-17T06:16:18.469Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1788 | 2024-02-17T06:16:19.312Z | Compiling ed25519 v2.2.2 |
1789 | 2024-02-17T06:16:19.795Z | Compiling polyval v0.6.1 |
1790 | 2024-02-17T06:16:20.210Z | Compiling blowfish v0.9.1 |
1791 | 2024-02-17T06:16:20.240Z | Compiling aes v0.8.3 |
1792 | 2024-02-17T06:16:20.691Z | Compiling ctr v0.9.2 |
1793 | 2024-02-17T06:16:21.031Z | Compiling password-hash v0.4.2 |
1794 | 2024-02-17T06:16:22.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1795 | 2024-02-17T06:16:23.307Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1796 | 2024-02-17T06:16:24.109Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1797 | 2024-02-17T06:16:27.297Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1798 | 2024-02-17T06:16:30.007Z | Compiling libsw v3.3.1 |
1799 | 2024-02-17T06:16:30.912Z | Compiling pbkdf2 v0.12.2 |
1800 | 2024-02-17T06:16:31.103Z | Compiling derive-where v1.2.7 |
1801 | 2024-02-17T06:16:31.153Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1802 | 2024-02-17T06:16:32.128Z | Compiling fxhash v0.2.1 |
1803 | 2024-02-17T06:16:32.362Z | Compiling linear-map v1.2.0 |
1804 | 2024-02-17T06:16:32.756Z | Compiling swrite v0.1.0 |
1805 | 2024-02-17T06:16:32.800Z | Compiling owo-colors v4.0.0 |
1806 | 2024-02-17T06:16:32.880Z | Compiling sled v0.34.7 |
1807 | 2024-02-17T06:16:34.412Z | Compiling trust-dns-server v0.22.1 |
1808 | 2024-02-17T06:16:34.964Z | Compiling bcrypt-pbkdf v0.10.0 |
1809 | 2024-02-17T06:16:35.125Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1810 | 2024-02-17T06:16:35.390Z | Compiling pbkdf2 v0.11.0 |
1811 | 2024-02-17T06:16:35.535Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1812 | 2024-02-17T06:16:35.735Z | Compiling ghash v0.5.0 |
1813 | 2024-02-17T06:16:35.890Z | Compiling ed25519-dalek v2.0.0 |
1814 | 2024-02-17T06:16:35.934Z | Compiling slog-envlogger v2.2.0 |
1815 | 2024-02-17T06:16:36.329Z | Compiling russh-cryptovec v0.7.0 |
1816 | 2024-02-17T06:16:36.708Z | Compiling vsss-rs v3.3.4 |
1817 | 2024-02-17T06:16:36.776Z | Compiling rand v0.7.3 |
1818 | 2024-02-17T06:16:37.047Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1819 | 2024-02-17T06:16:38.316Z | Compiling dirs v5.0.1 |
1820 | 2024-02-17T06:16:38.525Z | Compiling ciborium v0.2.2 |
1821 | 2024-02-17T06:16:39.744Z | Compiling chacha20poly1305 v0.10.1 |
1822 | 2024-02-17T06:16:39.854Z | Compiling p521 v0.13.3 |
1823 | 2024-02-17T06:16:40.366Z | Compiling p256 v0.13.2 |
1824 | 2024-02-17T06:16:40.375Z | Compiling cbc v0.1.2 |
1825 | 2024-02-17T06:16:40.408Z | Compiling pem v3.0.2 |
1826 | 2024-02-17T06:16:40.873Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1827 | 2024-02-17T06:16:41.199Z | Compiling headers-core v0.2.0 |
1828 | 2024-02-17T06:16:41.223Z | Compiling kstat-rs v0.2.3 |
1829 | 2024-02-17T06:16:41.368Z | Compiling glob v0.3.1 |
1830 | 2024-02-17T06:16:41.850Z | Compiling http-range v0.1.5 |
1831 | 2024-02-17T06:16:41.871Z | Compiling md5 v0.7.0 |
1832 | 2024-02-17T06:16:42.218Z | Compiling russh-keys v0.42.0 |
1833 | 2024-02-17T06:16:42.347Z | Compiling hyper-staticfile v0.9.5 |
1834 | 2024-02-17T06:16:42.387Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1835 | 2024-02-17T06:16:42.483Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1836 | 2024-02-17T06:16:42.752Z | Compiling headers v0.3.9 |
1837 | 2024-02-17T06:16:44.907Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1838 | 2024-02-17T06:16:45.185Z | Compiling rcgen v0.12.1 |
1839 | 2024-02-17T06:16:45.541Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1840 | 2024-02-17T06:16:45.606Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1841 | 2024-02-17T06:16:47.812Z | Compiling aes-gcm v0.10.3 |
1842 | 2024-02-17T06:16:48.310Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1843 | 2024-02-17T06:16:50.685Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1844 | 2024-02-17T06:16:51.156Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1845 | 2024-02-17T06:16:52.528Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1846 | 2024-02-17T06:16:55.546Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1847 | 2024-02-17T06:16:55.762Z | Compiling atomicwrites v0.4.3 |
1848 | 2024-02-17T06:16:55.792Z | Compiling itertools v0.12.1 |
1849 | 2024-02-17T06:16:56.103Z | Compiling subprocess v0.2.9 |
1850 | 2024-02-17T06:16:57.328Z | Compiling display-error-chain v0.2.0 |
1851 | 2024-02-17T06:16:57.516Z | Compiling hex-literal v0.4.1 |
1852 | 2024-02-17T06:16:57.676Z | Compiling russh v0.42.0 |
1853 | 2024-02-17T06:16:58.336Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1854 | 2024-02-17T06:16:58.789Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1855 | 2024-02-17T06:17:03.167Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1856 | 2024-02-17T06:17:04.410Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1857 | 2024-02-17T06:17:23.863Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1858 | 2024-02-17T06:18:22.645Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 37s |
1859 | 2024-02-17T06:18:22.902Z | |
1860 | 2024-02-17T06:18:22.902Z | real 5:38.218835030 |
1861 | 2024-02-17T06:18:22.902Z | user 29:04.437582541 |
1862 | 2024-02-17T06:18:22.902Z | sys 5:36.132716299 |
1863 | 2024-02-17T06:18:22.902Z | trap 0.814898637 |
1864 | 2024-02-17T06:18:22.902Z | tflt 6.617956655 |
1865 | 2024-02-17T06:18:22.902Z | dflt 4.663714242 |
1866 | 2024-02-17T06:18:22.902Z | kflt 0.049801539 |
1867 | 2024-02-17T06:18:22.902Z | lock 53:58.408760240 |
1868 | 2024-02-17T06:18:22.905Z | slp 1:25:25.424312490 |
1869 | 2024-02-17T06:18:22.905Z | lat 1:38.864302928 |
1870 | 2024-02-17T06:18:22.905Z | stop 4:11.168750470 |
1871 | 2024-02-17T06:18:22.906Z | + mkdir -p /work/end-to-end-tests |
1872 | 2024-02-17T06:18:22.906Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1873 | 2024-02-17T06:18:23.471Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1874 | 2024-02-17T06:18:23.472Z | + ptime -m gzip |
1875 | 2024-02-17T06:18:23.505Z | ++ basename target/debug/bootstrap |
1876 | 2024-02-17T06:18:36.676Z | |
1877 | 2024-02-17T06:18:36.676Z | real 13.211134230 |
1878 | 2024-02-17T06:18:36.676Z | user 13.111385851 |
1879 | 2024-02-17T06:18:36.676Z | sys 0.090703843 |
1880 | 2024-02-17T06:18:36.677Z | trap 0.002516109 |
1881 | 2024-02-17T06:18:36.677Z | tflt 0.000000000 |
1882 | 2024-02-17T06:18:36.677Z | dflt 0.000000000 |
1883 | 2024-02-17T06:18:36.687Z | kflt 0.000000000 |
1884 | 2024-02-17T06:18:36.687Z | lock 0.000000000 |
1885 | 2024-02-17T06:18:36.687Z | slp 0.000000000 |
1886 | 2024-02-17T06:18:36.688Z | lat 0.006151035 |
1887 | 2024-02-17T06:18:36.688Z | stop 0.000160670 |
1888 | 2024-02-17T06:18:36.688Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1889 | 2024-02-17T06:18:36.688Z | + ptime -m gzip |
1890 | 2024-02-17T06:18:36.688Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a5d624f8861e2451 |
1891 | 2024-02-17T06:18:38.391Z | |
1892 | 2024-02-17T06:18:38.391Z | real 1.282910665 |
1893 | 2024-02-17T06:18:38.391Z | user 1.271894910 |
1894 | 2024-02-17T06:18:38.392Z | sys 0.010426917 |
1895 | 2024-02-17T06:18:38.392Z | trap 0.000101025 |
1896 | 2024-02-17T06:18:38.392Z | tflt 0.000000000 |
1897 | 2024-02-17T06:18:38.392Z | dflt 0.000000000 |
1898 | 2024-02-17T06:18:38.392Z | kflt 0.000000000 |
1899 | 2024-02-17T06:18:38.395Z | lock 0.000000000 |
1900 | 2024-02-17T06:18:38.395Z | slp 0.000000000 |
1901 | 2024-02-17T06:18:38.395Z | lat 0.000105543 |
1902 | 2024-02-17T06:18:38.395Z | stop 0.000166660 |
1903 | 2024-02-17T06:18:38.395Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1904 | 2024-02-17T06:18:38.395Z | + ptime -m gzip |
1905 | 2024-02-17T06:18:38.395Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5baf5881dde70245 |
1906 | 2024-02-17T06:18:51.544Z | |
1907 | 2024-02-17T06:18:51.547Z | real 13.573541216 |
1908 | 2024-02-17T06:18:51.547Z | user 13.482548480 |
1909 | 2024-02-17T06:18:51.547Z | sys 0.087404093 |
1910 | 2024-02-17T06:18:51.547Z | trap 0.001872037 |
1911 | 2024-02-17T06:18:51.547Z | tflt 0.000000000 |
1912 | 2024-02-17T06:18:51.547Z | dflt 0.000000000 |
1913 | 2024-02-17T06:18:51.547Z | kflt 0.000000000 |
1914 | 2024-02-17T06:18:51.547Z | lock 0.000000000 |
1915 | 2024-02-17T06:18:51.547Z | slp 0.000000000 |
1916 | 2024-02-17T06:18:51.547Z | lat 0.001327667 |
1917 | 2024-02-17T06:18:51.547Z | stop 0.000160990 |
1918 | 2024-02-17T06:18:51.547Z | + banner caboose-util |
1919 | 2024-02-17T06:18:51.547Z | |
1920 | 2024-02-17T06:18:51.548Z | #### ## ##### #### #### #### ###### # # ##### |
1921 | 2024-02-17T06:18:51.548Z | # # # # # # # # # # # # # # # |
1922 | 2024-02-17T06:18:51.548Z | # # # ##### # # # # #### ##### ##### # # # |
1923 | 2024-02-17T06:18:51.548Z | # ###### # # # # # # # # # # # |
1924 | 2024-02-17T06:18:51.548Z | # # # # # # # # # # # # # # # # |
1925 | 2024-02-17T06:18:51.548Z | #### # # ##### #### #### #### ###### #### # |
1926 | 2024-02-17T06:18:51.548Z | |
1927 | 2024-02-17T06:18:51.548Z | + ptime -m cargo build --locked -p caboose-util --release |
1928 | 2024-02-17T06:18:51.945Z | Downloading crates ... |
1929 | 2024-02-17T06:18:52.333Z | Downloaded crc-any v2.4.3 |
1930 | 2024-02-17T06:18:52.341Z | Downloaded path-slash v0.1.5 |
1931 | 2024-02-17T06:18:52.351Z | Downloaded env_logger v0.10.0 |
1932 | 2024-02-17T06:18:52.353Z | Downloaded maybe-uninit v2.0.0 |
1933 | 2024-02-17T06:18:52.356Z | Downloaded termcolor v1.2.0 |
1934 | 2024-02-17T06:18:52.357Z | Downloaded packed_struct v0.10.1 |
1935 | 2024-02-17T06:18:52.359Z | Downloaded tap v1.0.1 |
1936 | 2024-02-17T06:18:52.360Z | Downloaded nodrop v0.1.14 |
1937 | 2024-02-17T06:18:52.360Z | Downloaded funty v2.0.0 |
1938 | 2024-02-17T06:18:52.363Z | Downloaded crc v3.0.1 |
1939 | 2024-02-17T06:18:52.363Z | Downloaded array-init v0.0.4 |
1940 | 2024-02-17T06:18:52.363Z | Downloaded smallvec v0.6.14 |
1941 | 2024-02-17T06:18:52.369Z | Downloaded packed_struct_codegen v0.10.1 |
1942 | 2024-02-17T06:18:52.369Z | Downloaded wyz v0.5.1 |
1943 | 2024-02-17T06:18:52.369Z | Downloaded pkcs1 v0.7.5 |
1944 | 2024-02-17T06:18:52.372Z | Downloaded crc-catalog v2.2.0 |
1945 | 2024-02-17T06:18:52.372Z | Downloaded radium v0.7.0 |
1946 | 2024-02-17T06:18:52.372Z | Downloaded bitfield v0.14.0 |
1947 | 2024-02-17T06:18:52.375Z | Downloaded serde-hex v0.1.0 |
1948 | 2024-02-17T06:18:52.384Z | Downloaded ron v0.8.1 |
1949 | 2024-02-17T06:18:52.393Z | Downloaded rsa v0.9.2 |
1950 | 2024-02-17T06:18:52.397Z | Downloaded x509-cert v0.2.4 |
1951 | 2024-02-17T06:18:52.403Z | Downloaded hashbrown v0.13.2 |
1952 | 2024-02-17T06:18:52.407Z | Downloaded num-bigint-dig v0.8.4 |
1953 | 2024-02-17T06:18:52.414Z | Downloaded bitvec v1.0.1 |
1954 | 2024-02-17T06:18:52.428Z | Downloaded object v0.30.4 |
1955 | 2024-02-17T06:18:52.530Z | Compiling proc-macro2 v1.0.78 |
1956 | 2024-02-17T06:18:52.530Z | Compiling unicode-ident v1.0.12 |
1957 | 2024-02-17T06:18:52.533Z | Compiling libc v0.2.153 |
1958 | 2024-02-17T06:18:52.533Z | Compiling serde v1.0.196 |
1959 | 2024-02-17T06:18:52.533Z | Compiling autocfg v1.1.0 |
1960 | 2024-02-17T06:18:52.533Z | Compiling version_check v0.9.4 |
1961 | 2024-02-17T06:18:52.533Z | Compiling cfg-if v1.0.0 |
1962 | 2024-02-17T06:18:52.687Z | Compiling typenum v1.16.0 |
1963 | 2024-02-17T06:18:52.705Z | Compiling once_cell v1.19.0 |
1964 | 2024-02-17T06:18:52.738Z | Compiling parking_lot_core v0.9.8 |
1965 | 2024-02-17T06:18:53.093Z | Compiling memchr v2.6.3 |
1966 | 2024-02-17T06:18:53.110Z | Compiling syn v1.0.109 |
1967 | 2024-02-17T06:18:53.119Z | Compiling byteorder v1.5.0 |
1968 | 2024-02-17T06:18:53.612Z | Compiling generic-array v0.14.7 |
1969 | 2024-02-17T06:18:53.628Z | Compiling lock_api v0.4.10 |
1970 | 2024-02-17T06:18:53.628Z | Compiling libm v0.2.7 |
1971 | 2024-02-17T06:18:53.663Z | Compiling num-traits v0.2.16 |
1972 | 2024-02-17T06:18:53.804Z | Compiling ahash v0.8.7 |
1973 | 2024-02-17T06:18:53.888Z | Compiling thiserror v1.0.57 |
1974 | 2024-02-17T06:18:53.949Z | Compiling quote v1.0.35 |
1975 | 2024-02-17T06:18:54.050Z | Compiling pkg-config v0.3.27 |
1976 | 2024-02-17T06:18:54.343Z | Compiling syn v2.0.48 |
1977 | 2024-02-17T06:18:54.544Z | Compiling cc v1.0.83 |
1978 | 2024-02-17T06:18:54.584Z | Compiling getrandom v0.2.10 |
1979 | 2024-02-17T06:18:54.969Z | Compiling serde_json v1.0.113 |
1980 | 2024-02-17T06:18:55.097Z | Compiling scopeguard v1.2.0 |
1981 | 2024-02-17T06:18:55.441Z | Compiling slab v0.4.9 |
1982 | 2024-02-17T06:18:55.543Z | Compiling log v0.4.20 |
1983 | 2024-02-17T06:18:55.652Z | Compiling itoa v1.0.9 |
1984 | 2024-02-17T06:18:55.836Z | Compiling rand_core v0.6.4 |
1985 | 2024-02-17T06:18:56.192Z | Compiling smallvec v1.13.1 |
1986 | 2024-02-17T06:18:56.882Z | Compiling vcpkg v0.2.15 |
1987 | 2024-02-17T06:18:57.103Z | Compiling pin-project-lite v0.2.13 |
1988 | 2024-02-17T06:18:57.211Z | Compiling const-oid v0.9.5 |
1989 | 2024-02-17T06:18:57.603Z | Compiling parking_lot v0.12.1 |
1990 | 2024-02-17T06:18:58.081Z | Compiling ring v0.17.7 |
1991 | 2024-02-17T06:18:58.242Z | Compiling openssl-sys v0.9.96 |
1992 | 2024-02-17T06:18:58.489Z | Compiling ryu v1.0.15 |
1993 | 2024-02-17T06:18:58.638Z | Compiling ucd-trie v0.1.6 |
1994 | 2024-02-17T06:18:59.111Z | Compiling signal-hook-registry v1.4.1 |
1995 | 2024-02-17T06:18:59.237Z | Compiling subtle v2.5.0 |
1996 | 2024-02-17T06:18:59.364Z | Compiling rustix v0.38.31 |
1997 | 2024-02-17T06:18:59.972Z | Compiling ring v0.16.20 |
1998 | 2024-02-17T06:18:59.991Z | Compiling mio v0.8.9 |
1999 | 2024-02-17T06:19:00.071Z | Compiling futures-core v0.3.30 |
2000 | 2024-02-17T06:19:00.299Z | Compiling heck v0.4.1 |
2001 | 2024-02-17T06:19:00.531Z | Compiling semver v1.0.21 |
2002 | 2024-02-17T06:19:01.110Z | Compiling spin v0.5.2 |
2003 | 2024-02-17T06:19:01.911Z | Compiling num_cpus v1.16.0 |
2004 | 2024-02-17T06:19:02.038Z | Compiling socket2 v0.5.5 |
2005 | 2024-02-17T06:19:02.459Z | Compiling unicode-xid v0.2.4 |
2006 | 2024-02-17T06:19:02.598Z | Compiling futures-sink v0.3.30 |
2007 | 2024-02-17T06:19:02.610Z | Compiling allocator-api2 v0.2.16 |
2008 | 2024-02-17T06:19:02.753Z | Compiling httparse v1.8.0 |
2009 | 2024-02-17T06:19:03.165Z | Compiling openssl v0.10.60 |
2010 | 2024-02-17T06:19:03.182Z | Compiling synstructure v0.12.6 |
2011 | 2024-02-17T06:19:03.412Z | Compiling tinyvec_macros v0.1.1 |
2012 | 2024-02-17T06:19:03.551Z | Compiling equivalent v1.0.1 |
2013 | 2024-02-17T06:19:03.716Z | Compiling tinyvec v1.6.0 |
2014 | 2024-02-17T06:19:04.060Z | Compiling futures-channel v0.3.30 |
2015 | 2024-02-17T06:19:04.306Z | Compiling crc32fast v1.3.2 |
2016 | 2024-02-17T06:19:04.426Z | Compiling pin-utils v0.1.0 |
2017 | 2024-02-17T06:19:04.581Z | Compiling native-tls v0.2.11 |
2018 | 2024-02-17T06:19:04.628Z | Compiling rustls v0.21.9 |
2019 | 2024-02-17T06:19:04.665Z | Compiling ppv-lite86 v0.2.17 |
2020 | 2024-02-17T06:19:04.743Z | Compiling futures-task v0.3.30 |
2021 | 2024-02-17T06:19:04.909Z | Compiling futures-io v0.3.30 |
2022 | 2024-02-17T06:19:04.934Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-02-17T06:19:05.140Z | Compiling spin v0.9.8 |
2024 | 2024-02-17T06:19:05.168Z | Compiling tracing-core v0.1.31 |
2025 | 2024-02-17T06:19:05.245Z | Compiling unicode-normalization v0.1.22 |
2026 | 2024-02-17T06:19:05.344Z | Compiling unicode-bidi v0.3.13 |
2027 | 2024-02-17T06:19:05.495Z | Compiling rand_chacha v0.3.1 |
2028 | 2024-02-17T06:19:05.592Z | Compiling base64ct v1.6.0 |
2029 | 2024-02-17T06:19:06.108Z | Compiling pem-rfc7468 v0.7.0 |
2030 | 2024-02-17T06:19:06.308Z | Compiling rand v0.8.5 |
2031 | 2024-02-17T06:19:06.817Z | Compiling num-iter v0.1.43 |
2032 | 2024-02-17T06:19:07.141Z | Compiling usdt-impl v0.3.5 |
2033 | 2024-02-17T06:19:07.165Z | Compiling schemars v0.8.16 |
2034 | 2024-02-17T06:19:07.494Z | Compiling flagset v0.4.3 |
2035 | 2024-02-17T06:19:07.517Z | Compiling serde_derive v1.0.196 |
2036 | 2024-02-17T06:19:07.544Z | Compiling zeroize_derive v1.4.2 |
2037 | 2024-02-17T06:19:07.706Z | Compiling zerocopy-derive v0.7.32 |
2038 | 2024-02-17T06:19:07.892Z | Compiling thiserror-impl v1.0.57 |
2039 | 2024-02-17T06:19:07.908Z | Compiling tokio-macros v2.2.0 |
2040 | 2024-02-17T06:19:08.006Z | Compiling futures-macro v0.3.30 |
2041 | 2024-02-17T06:19:08.268Z | Compiling tracing-attributes v0.1.26 |
2042 | 2024-02-17T06:19:08.397Z | Compiling der_derive v0.7.2 |
2043 | 2024-02-17T06:19:09.005Z | Compiling zeroize v1.7.0 |
2044 | 2024-02-17T06:19:09.754Z | Compiling zerocopy v0.7.32 |
2045 | 2024-02-17T06:19:10.666Z | Compiling zerocopy-derive v0.2.0 |
2046 | 2024-02-17T06:19:10.805Z | Compiling pest v2.7.6 |
2047 | 2024-02-17T06:19:10.886Z | Compiling crypto-common v0.1.6 |
2048 | 2024-02-17T06:19:11.141Z | Compiling block-buffer v0.10.4 |
2049 | 2024-02-17T06:19:11.392Z | Compiling digest v0.10.7 |
2050 | 2024-02-17T06:19:11.503Z | Compiling openssl-macros v0.1.1 |
2051 | 2024-02-17T06:19:11.862Z | Compiling futures-util v0.3.30 |
2052 | 2024-02-17T06:19:11.988Z | Compiling hashbrown v0.14.3 |
2053 | 2024-02-17T06:19:12.226Z | Compiling tracing v0.1.37 |
2054 | 2024-02-17T06:19:12.401Z | Compiling scroll_derive v0.12.0 |
2055 | 2024-02-17T06:19:12.442Z | Compiling zerocopy-derive v0.6.4 |
2056 | 2024-02-17T06:19:13.012Z | Compiling signal-hook v0.3.17 |
2057 | 2024-02-17T06:19:13.300Z | Compiling pest_meta v2.7.6 |
2058 | 2024-02-17T06:19:13.559Z | Compiling der v0.7.8 |
2059 | 2024-02-17T06:19:14.360Z | Compiling serde_derive_internals v0.26.0 |
2060 | 2024-02-17T06:19:14.601Z | Compiling pest_generator v2.7.6 |
2061 | 2024-02-17T06:19:17.447Z | Compiling pest_derive v2.7.6 |
2062 | 2024-02-17T06:19:18.179Z | Compiling errno v0.3.8 |
2063 | 2024-02-17T06:19:18.187Z | Compiling fnv v1.0.7 |
2064 | 2024-02-17T06:19:18.307Z | Compiling rustversion v1.0.14 |
2065 | 2024-02-17T06:19:19.392Z | Compiling schemars_derive v0.8.16 |
2066 | 2024-02-17T06:19:19.780Z | Compiling spki v0.7.2 |
2067 | 2024-02-17T06:19:20.322Z | Compiling zerocopy v0.3.0 |
2068 | 2024-02-17T06:19:21.244Z | Compiling lazy_static v1.4.0 |
2069 | 2024-02-17T06:19:21.259Z | Compiling bytes v1.5.0 |
2070 | 2024-02-17T06:19:21.436Z | Compiling bitflags v2.4.0 |
2071 | 2024-02-17T06:19:21.998Z | Compiling tokio v1.36.0 |
2072 | 2024-02-17T06:19:22.129Z | Compiling indexmap v2.2.3 |
2073 | 2024-02-17T06:19:22.819Z | Compiling rustc_version v0.4.0 |
2074 | 2024-02-17T06:19:23.437Z | Compiling heapless v0.7.16 |
2075 | 2024-02-17T06:19:23.742Z | Compiling http v0.2.11 |
2076 | 2024-02-17T06:19:23.855Z | Compiling uuid v1.7.0 |
2077 | 2024-02-17T06:19:24.187Z | Compiling backtrace v0.3.69 |
2078 | 2024-02-17T06:19:24.562Z | Compiling thread-id v4.2.0 |
2079 | 2024-02-17T06:19:24.634Z | Compiling num-bigint v0.4.4 |
2080 | 2024-02-17T06:19:24.668Z | Compiling memoffset v0.9.0 |
2081 | 2024-02-17T06:19:25.089Z | Compiling untrusted v0.7.1 |
2082 | 2024-02-17T06:19:25.291Z | Compiling smoltcp v0.9.1 |
2083 | 2024-02-17T06:19:25.585Z | Compiling untrusted v0.9.0 |
2084 | 2024-02-17T06:19:25.761Z | Compiling foreign-types-shared v0.1.1 |
2085 | 2024-02-17T06:19:25.860Z | Compiling percent-encoding v2.3.1 |
2086 | 2024-02-17T06:19:25.924Z | Compiling base64 v0.21.7 |
2087 | 2024-02-17T06:19:25.992Z | Compiling iana-time-zone v0.1.57 |
2088 | 2024-02-17T06:19:26.210Z | Compiling async-trait v0.1.77 |
2089 | 2024-02-17T06:19:26.372Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2090 | 2024-02-17T06:19:26.672Z | Compiling crossbeam-utils v0.8.16 |
2091 | 2024-02-17T06:19:27.125Z | Compiling chrono v0.4.31 |
2092 | 2024-02-17T06:19:27.145Z | Compiling foreign-types v0.3.2 |
2093 | 2024-02-17T06:19:28.296Z | Compiling dof v0.1.5 |
2094 | 2024-02-17T06:19:29.840Z | Compiling tokio-util v0.7.10 |
2095 | 2024-02-17T06:19:30.420Z | Compiling dtrace-parser v0.1.14 |
2096 | 2024-02-17T06:19:30.603Z | Compiling hmac v0.12.1 |
2097 | 2024-02-17T06:19:31.110Z | Compiling clap_derive v4.5.0 |
2098 | 2024-02-17T06:19:31.301Z | Compiling num-integer v0.1.46 |
2099 | 2024-02-17T06:19:32.013Z | Compiling time-core v0.1.1 |
2100 | 2024-02-17T06:19:32.182Z | Compiling cpufeatures v0.2.12 |
2101 | 2024-02-17T06:19:32.251Z | Compiling try-lock v0.2.4 |
2102 | 2024-02-17T06:19:32.391Z | Compiling adler v1.0.2 |
2103 | 2024-02-17T06:19:32.839Z | Compiling siphasher v0.3.11 |
2104 | 2024-02-17T06:19:32.843Z | Compiling utf8parse v0.2.1 |
2105 | 2024-02-17T06:19:32.843Z | Compiling anstyle v1.0.2 |
2106 | 2024-02-17T06:19:32.843Z | Compiling anstyle-parse v0.2.1 |
2107 | 2024-02-17T06:19:32.843Z | Compiling miniz_oxide v0.7.1 |
2108 | 2024-02-17T06:19:33.058Z | Compiling want v0.3.1 |
2109 | 2024-02-17T06:19:33.313Z | Compiling sha2 v0.10.8 |
2110 | 2024-02-17T06:19:34.397Z | Compiling time-macros v0.2.13 |
2111 | 2024-02-17T06:19:36.191Z | Compiling h2 v0.3.24 |
2112 | 2024-02-17T06:19:37.433Z | Compiling strum_macros v0.25.2 |
2113 | 2024-02-17T06:19:37.534Z | Compiling sct v0.7.0 |
2114 | 2024-02-17T06:19:37.808Z | Compiling rustls-webpki v0.101.7 |
2115 | 2024-02-17T06:19:39.170Z | Compiling form_urlencoded v1.2.1 |
2116 | 2024-02-17T06:19:39.427Z | Compiling http-body v0.4.5 |
2117 | 2024-02-17T06:19:39.505Z | Compiling serde_tokenstream v0.1.7 |
2118 | 2024-02-17T06:19:39.815Z | Compiling pkcs8 v0.10.2 |
2119 | 2024-02-17T06:19:40.001Z | Compiling hubpack_derive v0.1.1 |
2120 | 2024-02-17T06:19:40.973Z | Compiling socket2 v0.4.9 |
2121 | 2024-02-17T06:19:41.142Z | Compiling crossbeam-epoch v0.9.15 |
2122 | 2024-02-17T06:19:41.153Z | Compiling usdt-impl v0.5.0 |
2123 | 2024-02-17T06:19:41.504Z | Compiling colorchoice v1.0.0 |
2124 | 2024-02-17T06:19:41.553Z | Compiling openssl-probe v0.1.5 |
2125 | 2024-02-17T06:19:41.595Z | Compiling anstyle-query v1.0.0 |
2126 | 2024-02-17T06:19:42.092Z | Compiling httpdate v1.0.3 |
2127 | 2024-02-17T06:19:42.093Z | Compiling slog v2.7.0 |
2128 | 2024-02-17T06:19:42.093Z | Compiling radium v0.7.0 |
2129 | 2024-02-17T06:19:42.093Z | Compiling tower-service v0.3.2 |
2130 | 2024-02-17T06:19:42.542Z | Compiling anyhow v1.0.75 |
2131 | 2024-02-17T06:19:43.326Z | Compiling hyper v0.14.27 |
2132 | 2024-02-17T06:19:46.650Z | Compiling anstream v0.6.11 |
2133 | 2024-02-17T06:19:49.860Z | Compiling terminal_size v0.3.0 |
2134 | 2024-02-17T06:19:50.744Z | Compiling serde_spanned v0.6.5 |
2135 | 2024-02-17T06:19:50.979Z | Compiling toml_datetime v0.6.5 |
2136 | 2024-02-17T06:19:51.416Z | Compiling zerocopy v0.6.4 |
2137 | 2024-02-17T06:19:51.544Z | Compiling scroll v0.12.0 |
2138 | 2024-02-17T06:19:52.076Z | Compiling md-5 v0.10.5 |
2139 | 2024-02-17T06:19:52.347Z | Compiling idna v0.5.0 |
2140 | 2024-02-17T06:19:52.374Z | Compiling stringprep v0.1.3 |
2141 | 2024-02-17T06:19:53.004Z | Compiling diesel_table_macro_syntax v0.1.0 |
2142 | 2024-02-17T06:19:53.114Z | Compiling aho-corasick v1.0.4 |
2143 | 2024-02-17T06:19:53.139Z | Compiling hash32 v0.2.1 |
2144 | 2024-02-17T06:19:53.151Z | Compiling maybe-uninit v2.0.0 |
2145 | 2024-02-17T06:19:53.500Z | Compiling strsim v0.11.0 |
2146 | 2024-02-17T06:19:53.517Z | Compiling dyn-clone v1.0.16 |
2147 | 2024-02-17T06:19:53.622Z | Compiling tap v1.0.1 |
2148 | 2024-02-17T06:19:54.101Z | Compiling gimli v0.28.0 |
2149 | 2024-02-17T06:19:54.109Z | Compiling plain v0.2.3 |
2150 | 2024-02-17T06:19:54.109Z | Compiling fallible-iterator v0.2.0 |
2151 | 2024-02-17T06:19:54.109Z | Compiling stable_deref_trait v1.2.0 |
2152 | 2024-02-17T06:19:54.109Z | Compiling regex-syntax v0.8.2 |
2153 | 2024-02-17T06:19:54.110Z | Compiling clap_lex v0.7.0 |
2154 | 2024-02-17T06:19:54.247Z | Compiling clap_builder v4.5.0 |
2155 | 2024-02-17T06:19:54.449Z | Compiling postgres-protocol v0.6.6 |
2156 | 2024-02-17T06:19:55.219Z | Compiling goblin v0.8.0 |
2157 | 2024-02-17T06:19:55.523Z | Compiling wyz v0.5.1 |
2158 | 2024-02-17T06:19:56.011Z | Compiling diesel_derives v2.1.2 |
2159 | 2024-02-17T06:19:56.700Z | Compiling url v2.5.0 |
2160 | 2024-02-17T06:19:58.086Z | Compiling addr2line v0.21.0 |
2161 | 2024-02-17T06:19:58.346Z | Compiling regex-automata v0.4.4 |
2162 | 2024-02-17T06:19:59.225Z | Compiling tokio-rustls v0.24.1 |
2163 | 2024-02-17T06:20:00.470Z | Compiling tokio-native-tls v0.3.1 |
2164 | 2024-02-17T06:20:00.901Z | Compiling usdt-attr-macro v0.3.5 |
2165 | 2024-02-17T06:20:01.003Z | Compiling usdt-macro v0.3.5 |
2166 | 2024-02-17T06:20:02.822Z | Compiling phf_shared v0.11.2 |
2167 | 2024-02-17T06:20:04.559Z | Compiling block-padding v0.3.3 |
2168 | 2024-02-17T06:20:04.765Z | Compiling enum-as-inner v0.5.1 |
2169 | 2024-02-17T06:20:04.786Z | Compiling serde_repr v0.1.16 |
2170 | 2024-02-17T06:20:05.774Z | Compiling ff v0.13.0 |
2171 | 2024-02-17T06:20:05.858Z | Compiling scheduled-thread-pool v0.2.7 |
2172 | 2024-02-17T06:20:06.354Z | Compiling object v0.32.1 |
2173 | 2024-02-17T06:20:07.278Z | Compiling num_threads v0.1.6 |
2174 | 2024-02-17T06:20:07.286Z | Compiling managed v0.8.0 |
2175 | 2024-02-17T06:20:07.550Z | Compiling winnow v0.5.15 |
2176 | 2024-02-17T06:20:07.716Z | Compiling deranged v0.3.8 |
2177 | 2024-02-17T06:20:10.134Z | Compiling ipnet v2.9.0 |
2178 | 2024-02-17T06:20:10.238Z | Compiling pretty-hex v0.4.1 |
2179 | 2024-02-17T06:20:10.446Z | Compiling packed_struct v0.10.1 |
2180 | 2024-02-17T06:20:10.831Z | Compiling base16ct v0.2.0 |
2181 | 2024-02-17T06:20:11.124Z | Compiling bit-vec v0.6.3 |
2182 | 2024-02-17T06:20:11.185Z | Compiling funty v2.0.0 |
2183 | 2024-02-17T06:20:11.347Z | Compiling regex-automata v0.1.10 |
2184 | 2024-02-17T06:20:11.850Z | Compiling rustc-demangle v0.1.23 |
2185 | 2024-02-17T06:20:11.850Z | Compiling bitflags v1.3.2 |
2186 | 2024-02-17T06:20:11.934Z | Compiling num-bigint-dig v0.8.4 |
2187 | 2024-02-17T06:20:11.971Z | Compiling matches v0.1.10 |
2188 | 2024-02-17T06:20:12.058Z | Compiling idna v0.2.3 |
2189 | 2024-02-17T06:20:13.139Z | Compiling bitvec v1.0.1 |
2190 | 2024-02-17T06:20:14.142Z | Compiling bstr v0.2.17 |
2191 | 2024-02-17T06:20:14.386Z | Compiling toml_edit v0.19.15 |
2192 | 2024-02-17T06:20:15.918Z | Compiling sec1 v0.7.3 |
2193 | 2024-02-17T06:20:16.046Z | Compiling dof v0.3.0 |
2194 | 2024-02-17T06:20:16.734Z | Compiling time v0.3.27 |
2195 | 2024-02-17T06:20:17.840Z | Compiling r2d2 v0.8.10 |
2196 | 2024-02-17T06:20:17.887Z | Compiling group v0.13.0 |
2197 | 2024-02-17T06:20:18.173Z | Compiling inout v0.1.3 |
2198 | 2024-02-17T06:20:19.759Z | Compiling phf v0.11.2 |
2199 | 2024-02-17T06:20:21.457Z | Compiling regex v1.10.3 |
2200 | 2024-02-17T06:20:21.464Z | Compiling hyper-tls v0.5.0 |
2201 | 2024-02-17T06:20:21.498Z | Compiling hyper-rustls v0.24.2 |
2202 | 2024-02-17T06:20:21.808Z | Compiling signal-hook-mio v0.2.3 |
2203 | 2024-02-17T06:20:21.874Z | Compiling flate2 v1.0.28 |
2204 | 2024-02-17T06:20:21.948Z | Compiling clap v4.5.0 |
2205 | 2024-02-17T06:20:21.961Z | Compiling ipnetwork v0.20.0 |
2206 | 2024-02-17T06:20:22.064Z | Compiling bzip2 v0.4.4 |
2207 | 2024-02-17T06:20:22.484Z | Compiling postgres-types v0.2.6 |
2208 | 2024-02-17T06:20:22.796Z | Compiling hubpack v0.1.2 |
2209 | 2024-02-17T06:20:22.853Z | Compiling serde_urlencoded v0.7.1 |
2210 | 2024-02-17T06:20:22.874Z | Compiling phf_shared v0.10.0 |
2211 | 2024-02-17T06:20:22.890Z | Compiling rustls-pemfile v1.0.3 |
2212 | 2024-02-17T06:20:23.195Z | Compiling hkdf v0.12.4 |
2213 | 2024-02-17T06:20:23.350Z | Compiling dtrace-parser v0.2.0 |
2214 | 2024-02-17T06:20:23.391Z | Compiling futures-executor v0.3.30 |
2215 | 2024-02-17T06:20:24.945Z | Compiling crypto-bigint v0.5.2 |
2216 | 2024-02-17T06:20:24.991Z | Compiling packed_struct_codegen v0.10.1 |
2217 | 2024-02-17T06:20:25.530Z | Compiling float-cmp v0.9.0 |
2218 | 2024-02-17T06:20:26.360Z | Compiling indexmap v1.9.3 |
2219 | 2024-02-17T06:20:26.673Z | Compiling encoding_rs v0.8.33 |
2220 | 2024-02-17T06:20:26.710Z | Compiling new_debug_unreachable v1.0.4 |
2221 | 2024-02-17T06:20:26.794Z | Compiling predicates-core v1.0.6 |
2222 | 2024-02-17T06:20:27.096Z | Compiling fixedbitset v0.4.2 |
2223 | 2024-02-17T06:20:27.119Z | Compiling static_assertions v1.1.0 |
2224 | 2024-02-17T06:20:27.187Z | Compiling webpki-roots v0.25.2 |
2225 | 2024-02-17T06:20:27.341Z | Compiling winnow v0.6.1 |
2226 | 2024-02-17T06:20:27.460Z | Compiling nodrop v0.1.14 |
2227 | 2024-02-17T06:20:27.589Z | Compiling unicode-width v0.1.11 |
2228 | 2024-02-17T06:20:27.737Z | Compiling difflib v0.4.0 |
2229 | 2024-02-17T06:20:28.556Z | Compiling unicode-segmentation v1.10.1 |
2230 | 2024-02-17T06:20:28.998Z | Compiling normalize-line-endings v0.3.0 |
2231 | 2024-02-17T06:20:29.116Z | Compiling precomputed-hash v0.1.1 |
2232 | 2024-02-17T06:20:29.224Z | Compiling data-encoding v2.4.0 |
2233 | 2024-02-17T06:20:29.570Z | Compiling minimal-lexical v0.2.1 |
2234 | 2024-02-17T06:20:30.071Z | Compiling whoami v1.4.1 |
2235 | 2024-02-17T06:20:30.296Z | Compiling crc-catalog v2.2.0 |
2236 | 2024-02-17T06:20:30.658Z | Compiling mime v0.3.17 |
2237 | 2024-02-17T06:20:31.571Z | Compiling regex-automata v0.3.8 |
2238 | 2024-02-17T06:20:31.575Z | Compiling either v1.10.0 |
2239 | 2024-02-17T06:20:31.638Z | Compiling itertools v0.10.5 |
2240 | 2024-02-17T06:20:33.474Z | Compiling bstr v1.6.0 |
2241 | 2024-02-17T06:20:34.940Z | Compiling reqwest v0.11.22 |
2242 | 2024-02-17T06:20:35.278Z | Compiling toml_edit v0.22.6 |
2243 | 2024-02-17T06:20:38.468Z | Compiling crc v3.0.1 |
2244 | 2024-02-17T06:20:39.156Z | Compiling tokio-postgres v0.7.10 |
2245 | 2024-02-17T06:20:42.634Z | Compiling nom v7.1.3 |
2246 | 2024-02-17T06:20:43.985Z | Compiling trust-dns-proto v0.22.0 |
2247 | 2024-02-17T06:20:47.185Z | Compiling similar v2.3.0 |
2248 | 2024-02-17T06:20:48.310Z | Compiling string_cache v0.8.7 |
2249 | 2024-02-17T06:20:48.732Z | Compiling predicates v3.1.0 |
2250 | 2024-02-17T06:20:49.240Z | Compiling console v0.15.8 |
2251 | 2024-02-17T06:20:50.437Z | Compiling array-init v0.0.4 |
2252 | 2024-02-17T06:20:50.605Z | Compiling petgraph v0.6.4 |
2253 | 2024-02-17T06:20:51.775Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2254 | 2024-02-17T06:20:51.804Z | Compiling elliptic-curve v0.13.8 |
2255 | 2024-02-17T06:20:56.816Z | Compiling futures v0.3.30 |
2256 | 2024-02-17T06:20:57.639Z | Compiling zip v0.6.6 |
2257 | 2024-02-17T06:20:57.687Z | Compiling smallvec v0.6.14 |
2258 | 2024-02-17T06:20:58.159Z | Compiling diesel v2.1.4 |
2259 | 2024-02-17T06:20:58.853Z | Compiling crossterm v0.27.0 |
2260 | 2024-02-17T06:20:58.909Z | Compiling yasna v0.5.2 |
2261 | 2024-02-17T06:20:59.467Z | Compiling cipher v0.4.4 |
2262 | 2024-02-17T06:20:59.932Z | Compiling toml v0.7.8 |
2263 | 2024-02-17T06:21:01.137Z | Compiling bit-set v0.5.3 |
2264 | 2024-02-17T06:21:01.422Z | Compiling usdt v0.3.5 |
2265 | 2024-02-17T06:21:02.576Z | Compiling strum v0.25.0 |
2266 | 2024-02-17T06:21:02.603Z | Compiling pkcs1 v0.7.5 |
2267 | 2024-02-17T06:21:02.967Z | Compiling tokio-stream v0.1.14 |
2268 | 2024-02-17T06:21:03.950Z | Compiling is-terminal v0.4.9 |
2269 | 2024-02-17T06:21:04.598Z | Compiling openapiv3 v2.0.0 |
2270 | 2024-02-17T06:21:05.960Z | Compiling hex v0.4.3 |
2271 | 2024-02-17T06:21:06.752Z | Compiling signature v2.1.0 |
2272 | 2024-02-17T06:21:08.675Z | Compiling termcolor v1.2.0 |
2273 | 2024-02-17T06:21:09.455Z | Compiling hashbrown v0.12.3 |
2274 | 2024-02-17T06:21:13.259Z | Compiling bitfield v0.14.0 |
2275 | 2024-02-17T06:21:13.291Z | Compiling lalrpop-util v0.19.12 |
2276 | 2024-02-17T06:21:17.275Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2277 | 2024-02-17T06:21:20.301Z | Compiling env_logger v0.10.0 |
2278 | 2024-02-17T06:21:21.984Z | Compiling rsa v0.9.2 |
2279 | 2024-02-17T06:21:29.446Z | Compiling serde-hex v0.1.0 |
2280 | 2024-02-17T06:21:33.867Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2281 | 2024-02-17T06:21:36.058Z | Compiling ron v0.8.1 |
2282 | 2024-02-17T06:21:36.246Z | Compiling x509-cert v0.2.4 |
2283 | 2024-02-17T06:21:40.304Z | Compiling hashbrown v0.13.2 |
2284 | 2024-02-17T06:21:41.134Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2285 | 2024-02-17T06:21:44.322Z | Compiling crc-any v2.4.3 |
2286 | 2024-02-17T06:21:54.059Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2287 | 2024-02-17T06:22:10.174Z | Compiling object v0.30.4 |
2288 | 2024-02-17T06:22:10.684Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2289 | 2024-02-17T06:22:22.290Z | Compiling path-slash v0.1.5 |
2290 | 2024-02-17T06:22:22.894Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2291 | 2024-02-17T06:22:48.280Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2292 | 2024-02-17T06:22:48.732Z | Finished release [optimized] target(s) in 3m 57s |
2293 | 2024-02-17T06:22:48.805Z | |
2294 | 2024-02-17T06:22:48.808Z | real 3:57.218302445 |
2295 | 2024-02-17T06:22:48.808Z | user 26:09.402917906 |
2296 | 2024-02-17T06:22:48.808Z | sys 2:56.825554880 |
2297 | 2024-02-17T06:22:48.808Z | trap 0.799020804 |
2298 | 2024-02-17T06:22:48.808Z | tflt 1.612601508 |
2299 | 2024-02-17T06:22:48.808Z | dflt 0.575092725 |
2300 | 2024-02-17T06:22:48.808Z | kflt 0.000375073 |
2301 | 2024-02-17T06:22:48.808Z | lock 59:44.816144254 |
2302 | 2024-02-17T06:22:48.808Z | slp 1:17:16.012522590 |
2303 | 2024-02-17T06:22:48.808Z | lat 1:24.198027297 |
2304 | 2024-02-17T06:22:48.808Z | stop 1:12.825856798 |
2305 | 2024-02-17T06:22:48.808Z | + ptime -m gzip |
2306 | 2024-02-17T06:22:49.264Z | |
2307 | 2024-02-17T06:22:49.264Z | real 0.455485072 |
2308 | 2024-02-17T06:22:49.264Z | user 0.449756975 |
2309 | 2024-02-17T06:22:49.264Z | sys 0.005209016 |
2310 | 2024-02-17T06:22:49.264Z | trap 0.000032878 |
2311 | 2024-02-17T06:22:49.264Z | tflt 0.000000000 |
2312 | 2024-02-17T06:22:49.271Z | dflt 0.000000000 |
2313 | 2024-02-17T06:22:49.271Z | kflt 0.000000000 |
2314 | 2024-02-17T06:22:49.272Z | lock 0.000000000 |
2315 | 2024-02-17T06:22:49.272Z | slp 0.000000000 |
2316 | 2024-02-17T06:22:49.272Z | lat 0.000093034 |
2317 | 2024-02-17T06:22:49.272Z | stop 0.000168560 |
2318 | 2024-02-17T06:22:49.272Z | + banner tufaceous |
2319 | 2024-02-17T06:22:49.272Z | |
2320 | 2024-02-17T06:22:49.272Z | ##### # # ###### ## #### ###### #### # # #### |
2321 | 2024-02-17T06:22:49.272Z | # # # # # # # # # # # # # # |
2322 | 2024-02-17T06:22:49.272Z | # # # ##### # # # ##### # # # # #### |
2323 | 2024-02-17T06:22:49.272Z | # # # # ###### # # # # # # # |
2324 | 2024-02-17T06:22:49.272Z | # # # # # # # # # # # # # # # |
2325 | 2024-02-17T06:22:49.272Z | # #### # # # #### ###### #### #### #### |
2326 | 2024-02-17T06:22:49.272Z | |
2327 | 2024-02-17T06:22:49.272Z | + ptime -m cargo build --locked -p tufaceous --release |
2328 | 2024-02-17T06:22:49.673Z | Downloading crates ... |
2329 | 2024-02-17T06:22:50.424Z | Downloaded fs-err v2.11.0 |
2330 | 2024-02-17T06:22:50.430Z | Downloaded buf-list v1.0.3 |
2331 | 2024-02-17T06:22:50.430Z | Downloaded parse-size v1.0.0 |
2332 | 2024-02-17T06:22:50.431Z | Downloaded async-recursion v1.0.5 |
2333 | 2024-02-17T06:22:50.431Z | Downloaded doc-comment v0.3.3 |
2334 | 2024-02-17T06:22:50.431Z | Downloaded olpc-cjson v0.1.3 |
2335 | 2024-02-17T06:22:50.431Z | Downloaded globset v0.4.13 |
2336 | 2024-02-17T06:22:50.431Z | Downloaded humantime v2.1.0 |
2337 | 2024-02-17T06:22:50.431Z | Downloaded serde_plain v1.0.2 |
2338 | 2024-02-17T06:22:50.431Z | Downloaded pin-project-internal v1.1.3 |
2339 | 2024-02-17T06:22:50.431Z | Downloaded snafu v0.7.5 |
2340 | 2024-02-17T06:22:50.431Z | Downloaded snafu-derive v0.7.5 |
2341 | 2024-02-17T06:22:50.431Z | Downloaded pin-project v1.1.3 |
2342 | 2024-02-17T06:22:50.431Z | Downloaded typed-path v0.7.0 |
2343 | 2024-02-17T06:22:50.431Z | Downloaded tough v0.16.0 |
2344 | 2024-02-17T06:22:50.431Z | Compiling serde_tokenstream v0.2.0 |
2345 | 2024-02-17T06:22:50.431Z | Compiling regress v0.8.0 |
2346 | 2024-02-17T06:22:50.431Z | Compiling dirs-sys-next v0.1.2 |
2347 | 2024-02-17T06:22:50.431Z | Compiling ident_case v1.0.1 |
2348 | 2024-02-17T06:22:50.431Z | Compiling strsim v0.10.0 |
2349 | 2024-02-17T06:22:50.431Z | Compiling rustls-pki-types v1.1.0 |
2350 | 2024-02-17T06:22:50.431Z | Compiling thread_local v1.1.7 |
2351 | 2024-02-17T06:22:50.431Z | Compiling dirs-next v2.0.0 |
2352 | 2024-02-17T06:22:50.632Z | Compiling darling_core v0.20.3 |
2353 | 2024-02-17T06:22:50.696Z | Compiling camino v1.1.6 |
2354 | 2024-02-17T06:22:50.809Z | Compiling heck v0.4.1 |
2355 | 2024-02-17T06:22:51.061Z | Compiling rustls v0.22.2 |
2356 | 2024-02-17T06:22:51.264Z | Compiling slog-async v2.8.0 |
2357 | 2024-02-17T06:22:51.386Z | Compiling rustls-webpki v0.102.1 |
2358 | 2024-02-17T06:22:51.436Z | Compiling term v0.7.0 |
2359 | 2024-02-17T06:22:51.548Z | Compiling crossbeam-channel v0.5.8 |
2360 | 2024-02-17T06:22:51.798Z | Compiling getopts v0.2.21 |
2361 | 2024-02-17T06:22:52.040Z | Compiling structmeta-derive v0.3.0 |
2362 | 2024-02-17T06:22:52.661Z | Compiling atty v0.2.14 |
2363 | 2024-02-17T06:22:52.792Z | Compiling multer v3.0.0 |
2364 | 2024-02-17T06:22:53.101Z | Compiling doc-comment v0.3.3 |
2365 | 2024-02-17T06:22:53.290Z | Compiling take_mut v0.2.2 |
2366 | 2024-02-17T06:22:53.451Z | Compiling unsafe-libyaml v0.2.10 |
2367 | 2024-02-17T06:22:53.976Z | Compiling paste v1.0.14 |
2368 | 2024-02-17T06:22:54.086Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2369 | 2024-02-17T06:22:56.041Z | Compiling match_cfg v0.1.0 |
2370 | 2024-02-17T06:22:56.074Z | Compiling hostname v0.3.1 |
2371 | 2024-02-17T06:22:56.074Z | Compiling serde_yaml v0.9.25 |
2372 | 2024-02-17T06:22:56.074Z | Compiling structmeta v0.3.0 |
2373 | 2024-02-17T06:22:56.074Z | Compiling darling_macro v0.20.3 |
2374 | 2024-02-17T06:22:56.297Z | Compiling slog-term v2.9.0 |
2375 | 2024-02-17T06:22:56.938Z | Compiling darling v0.20.3 |
2376 | 2024-02-17T06:22:59.404Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2377 | 2024-02-17T06:22:59.422Z | Compiling slog-json v2.6.1 |
2378 | 2024-02-17T06:22:59.422Z | Compiling http v1.0.0 |
2379 | 2024-02-17T06:22:59.543Z | Compiling pin-project-internal v1.1.3 |
2380 | 2024-02-17T06:22:59.836Z | Compiling async-stream-impl v0.3.5 |
2381 | 2024-02-17T06:23:01.113Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2382 | 2024-02-17T06:23:01.136Z | Compiling fastrand v2.0.1 |
2383 | 2024-02-17T06:23:01.456Z | Compiling atomic-waker v1.1.1 |
2384 | 2024-02-17T06:23:02.063Z | Compiling waitgroup v0.1.2 |
2385 | 2024-02-17T06:23:02.067Z | Compiling tempfile v3.10.0 |
2386 | 2024-02-17T06:23:02.068Z | Compiling async-stream v0.3.5 |
2387 | 2024-02-17T06:23:02.348Z | Compiling pin-project v1.1.3 |
2388 | 2024-02-17T06:23:02.478Z | Compiling tokio-rustls v0.25.0 |
2389 | 2024-02-17T06:23:02.962Z | Compiling slog-bunyan v2.5.0 |
2390 | 2024-02-17T06:23:03.131Z | Compiling serde_with_macros v3.6.1 |
2391 | 2024-02-17T06:23:03.761Z | Compiling parse-display-derive v0.9.0 |
2392 | 2024-02-17T06:23:04.370Z | Compiling toml v0.8.10 |
2393 | 2024-02-17T06:23:04.471Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2394 | 2024-02-17T06:23:05.520Z | Compiling rustls-pemfile v2.0.0 |
2395 | 2024-02-17T06:23:05.783Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2396 | 2024-02-17T06:23:05.977Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2397 | 2024-02-17T06:23:06.266Z | Compiling sha1 v0.10.6 |
2398 | 2024-02-17T06:23:06.556Z | Compiling newtype-uuid v1.0.1 |
2399 | 2024-02-17T06:23:06.904Z | Compiling strum_macros v0.26.1 |
2400 | 2024-02-17T06:23:07.195Z | Compiling snafu-derive v0.7.5 |
2401 | 2024-02-17T06:23:07.910Z | Compiling serde_path_to_error v0.1.15 |
2402 | 2024-02-17T06:23:07.925Z | Compiling fs-err v2.11.0 |
2403 | 2024-02-17T06:23:08.088Z | Compiling instant v0.1.12 |
2404 | 2024-02-17T06:23:08.245Z | Compiling arc-swap v1.6.0 |
2405 | 2024-02-17T06:23:08.490Z | Compiling debug-ignore v1.0.5 |
2406 | 2024-02-17T06:23:08.627Z | Compiling same-file v1.0.6 |
2407 | 2024-02-17T06:23:08.928Z | Compiling buf-list v1.0.3 |
2408 | 2024-02-17T06:23:08.995Z | Compiling walkdir v2.4.0 |
2409 | 2024-02-17T06:23:09.546Z | Compiling slog-scope v4.4.0 |
2410 | 2024-02-17T06:23:10.151Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2411 | 2024-02-17T06:23:10.441Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2412 | 2024-02-17T06:23:12.183Z | Compiling strum v0.26.1 |
2413 | 2024-02-17T06:23:12.222Z | Compiling backoff v0.4.0 |
2414 | 2024-02-17T06:23:12.222Z | Compiling snafu v0.7.5 |
2415 | 2024-02-17T06:23:12.222Z | Compiling parse-display v0.9.0 |
2416 | 2024-02-17T06:23:13.546Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2417 | 2024-02-17T06:23:13.795Z | Compiling serde_with v3.6.1 |
2418 | 2024-02-17T06:23:13.957Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2419 | 2024-02-17T06:23:14.602Z | Compiling globset v0.4.13 |
2420 | 2024-02-17T06:23:16.780Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2421 | 2024-02-17T06:23:16.949Z | Compiling olpc-cjson v0.1.3 |
2422 | 2024-02-17T06:23:17.507Z | Compiling pem v3.0.2 |
2423 | 2024-02-17T06:23:18.038Z | Compiling serde_plain v1.0.2 |
2424 | 2024-02-17T06:23:18.522Z | Compiling macaddr v1.0.1 |
2425 | 2024-02-17T06:23:18.933Z | Compiling async-recursion v1.0.5 |
2426 | 2024-02-17T06:23:19.611Z | Compiling xattr v1.0.1 |
2427 | 2024-02-17T06:23:19.615Z | Compiling filetime v0.2.23 |
2428 | 2024-02-17T06:23:19.817Z | Compiling typed-path v0.7.0 |
2429 | 2024-02-17T06:23:19.857Z | Compiling tar v0.4.40 |
2430 | 2024-02-17T06:23:22.656Z | Compiling tough v0.16.0 |
2431 | 2024-02-17T06:23:26.634Z | Compiling slog-stdlog v4.1.1 |
2432 | 2024-02-17T06:23:27.090Z | Compiling camino-tempfile v1.1.1 |
2433 | 2024-02-17T06:23:27.662Z | Compiling itertools v0.12.1 |
2434 | 2024-02-17T06:23:27.841Z | Compiling parse-size v1.0.0 |
2435 | 2024-02-17T06:23:28.119Z | Compiling slog-envlogger v2.2.0 |
2436 | 2024-02-17T06:23:28.249Z | Compiling humantime v2.1.0 |
2437 | 2024-02-17T06:23:34.533Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2438 | 2024-02-17T06:23:43.584Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2439 | 2024-02-17T06:23:43.669Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2440 | 2024-02-17T06:23:50.268Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2441 | 2024-02-17T06:23:52.504Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2442 | 2024-02-17T06:24:11.865Z | Finished release [optimized] target(s) in 1m 22s |
2443 | 2024-02-17T06:24:11.940Z | |
2444 | 2024-02-17T06:24:11.940Z | real 1:22.646066915 |
2445 | 2024-02-17T06:24:11.940Z | user 8:03.584403682 |
2446 | 2024-02-17T06:24:11.945Z | sys 38.673814238 |
2447 | 2024-02-17T06:24:11.945Z | trap 0.180820099 |
2448 | 2024-02-17T06:24:11.945Z | tflt 0.445000931 |
2449 | 2024-02-17T06:24:11.945Z | dflt 0.496784544 |
2450 | 2024-02-17T06:24:11.945Z | kflt 0.000031038 |
2451 | 2024-02-17T06:24:11.945Z | lock 16:55.832745755 |
2452 | 2024-02-17T06:24:11.946Z | slp 18:28.337795448 |
2453 | 2024-02-17T06:24:11.946Z | lat 12.342178701 |
2454 | 2024-02-17T06:24:11.946Z | stop 12.786239594 |
2455 | 2024-02-17T06:24:11.946Z | + ptime -m gzip |
2456 | 2024-02-17T06:24:13.677Z | |
2457 | 2024-02-17T06:24:13.677Z | real 1.734771491 |
2458 | 2024-02-17T06:24:13.677Z | user 1.717306404 |
2459 | 2024-02-17T06:24:13.677Z | sys 0.016875963 |
2460 | 2024-02-17T06:24:13.678Z | trap 0.000112912 |
2461 | 2024-02-17T06:24:13.681Z | tflt 0.000000000 |
2462 | 2024-02-17T06:24:13.681Z | dflt 0.000000000 |
2463 | 2024-02-17T06:24:13.681Z | kflt 0.000000000 |
2464 | 2024-02-17T06:24:13.681Z | lock 0.000000000 |
2465 | 2024-02-17T06:24:13.681Z | slp 0.000000000 |
2466 | 2024-02-17T06:24:13.681Z | lat 0.000093924 |
2467 | 2024-02-17T06:24:13.681Z | stop 0.000166780 |
2468 | 2024-02-17T06:24:13.681Z | process exited: duration 823079 ms, exit code 0 |
|
2469 | 2024-02-17T06:24:13.697Z | found 5 output files |
2470 | 2024-02-17T06:24:13.697Z | uploading: /work/end-to-end-tests/bootstrap-a5d624f8861e2451.gz (10681995 bytes) |
2471 | 2024-02-17T06:24:17.921Z | uploaded: /work/end-to-end-tests/bootstrap-a5d624f8861e2451.gz |
2472 | 2024-02-17T06:24:17.921Z | uploading: /work/end-to-end-tests/bootstrap.gz (109448444 bytes) |
2473 | 2024-02-17T06:25:01.093Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2474 | 2024-02-17T06:25:01.093Z | uploading: /work/end-to-end-tests/end_to_end_tests-5baf5881dde70245.gz (112901667 bytes) |
2475 | 2024-02-17T06:25:55.852Z | uploaded: /work/end-to-end-tests/end_to_end_tests-5baf5881dde70245.gz |
2476 | 2024-02-17T06:25:55.852Z | uploading: /work/caboose-util.gz (4097665 bytes) |
2477 | 2024-02-17T06:25:58.634Z | uploaded: /work/caboose-util.gz |
2478 | 2024-02-17T06:25:58.649Z | uploading: /work/tufaceous.gz (15878382 bytes) |
2479 | 2024-02-17T06:26:09.225Z | uploaded: /work/tufaceous.gz |