|
|
|
1 | 2024-02-24T04:08:09.883Z | job assigned to worker 01HQCMQK6KXTAS2CX3VK7KCTJW (queued for 52 s) |
|
2 | 2024-02-24T04:08:10.431Z | starting task 0: "setup" |
3 | 2024-02-24T04:08:10.507Z | ++ uname -s |
4 | 2024-02-24T04:08:10.513Z | + kern=SunOS |
5 | 2024-02-24T04:08:10.513Z | + case "$kern" in |
6 | 2024-02-24T04:08:10.513Z | + groupadd -g 12345 build |
7 | 2024-02-24T04:08:10.513Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-24T04:08:12.520Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-24T04:08:12.607Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-24T04:08:12.610Z | + home_fs=zfs |
11 | 2024-02-24T04:08:12.610Z | + [[ zfs == autofs ]] |
12 | 2024-02-24T04:08:12.610Z | + mkdir -p /home/build |
13 | 2024-02-24T04:08:12.613Z | + chown build:build /home/build /work |
14 | 2024-02-24T04:08:14.620Z | + chmod 0700 /home/build /work |
15 | 2024-02-24T04:08:14.627Z | process exited: duration 4187 ms, exit code 0 |
|
16 | 2024-02-24T04:08:14.652Z | starting task 1: "rust-toolchain" |
17 | 2024-02-24T04:08:15.059Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-24T04:08:15.059Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-24T04:08:15.059Z | info: downloading installer |
20 | 2024-02-24T04:08:16.603Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-24T04:08:16.603Z | warning: /opt/ooce/bin |
22 | 2024-02-24T04:08:16.603Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-24T04:08:16.604Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-24T04:08:16.604Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-24T04:08:16.604Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-24T04:08:16.604Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-24T04:08:16.604Z | error: cannot install while Rust is installed |
28 | 2024-02-24T04:08:16.604Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-24T04:08:16.687Z | info: profile set to 'default' |
30 | 2024-02-24T04:08:16.687Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-24T04:08:16.694Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-24T04:08:16.844Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-24T04:08:16.844Z | info: downloading component 'cargo' |
34 | 2024-02-24T04:08:17.662Z | info: downloading component 'clippy' |
35 | 2024-02-24T04:08:17.958Z | info: downloading component 'rust-docs' |
36 | 2024-02-24T04:08:18.982Z | info: downloading component 'rust-std' |
37 | 2024-02-24T04:08:20.823Z | info: downloading component 'rustc' |
38 | 2024-02-24T04:08:25.338Z | info: downloading component 'rustfmt' |
39 | 2024-02-24T04:08:25.655Z | info: installing component 'cargo' |
40 | 2024-02-24T04:08:26.523Z | info: installing component 'clippy' |
41 | 2024-02-24T04:08:26.923Z | info: installing component 'rust-docs' |
42 | 2024-02-24T04:08:28.439Z | info: installing component 'rust-std' |
43 | 2024-02-24T04:08:30.343Z | info: installing component 'rustc' |
44 | 2024-02-24T04:08:34.529Z | info: installing component 'rustfmt' |
45 | 2024-02-24T04:08:34.880Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-24T04:08:34.880Z | |
47 | 2024-02-24T04:08:35.191Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-24T04:08:35.191Z | |
49 | 2024-02-24T04:08:35.191Z | |
50 | 2024-02-24T04:08:35.191Z | Rust is installed now. Great! |
51 | 2024-02-24T04:08:35.191Z | |
52 | 2024-02-24T04:08:35.191Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-24T04:08:35.191Z | environment variable. This has not been done automatically. |
54 | 2024-02-24T04:08:35.191Z | |
55 | 2024-02-24T04:08:35.191Z | To configure your current shell, run: |
56 | 2024-02-24T04:08:35.191Z | source "$HOME/.cargo/env" |
57 | 2024-02-24T04:08:35.250Z | + rustc --version |
58 | 2024-02-24T04:08:35.311Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-24T04:08:35.315Z | process exited: duration 20665 ms, exit code 0 |
|
60 | 2024-02-24T04:08:35.321Z | starting task 2: "authentication" |
61 | 2024-02-24T04:08:35.342Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-24T04:08:35.351Z | starting task 3: "clone repository" |
63 | 2024-02-24T04:08:35.355Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-24T04:08:35.358Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-24T04:08:35.619Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-24T04:08:41.457Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-24T04:08:41.457Z | + git fetch origin 640a0246199d593c00fd53cf90a8e736eec32b85 |
68 | 2024-02-24T04:08:41.789Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-24T04:08:41.789Z | * branch 640a0246199d593c00fd53cf90a8e736eec32b85 -> FETCH_HEAD |
70 | 2024-02-24T04:08:41.803Z | + [[ -n '' ]] |
71 | 2024-02-24T04:08:41.803Z | + git reset --hard 640a0246199d593c00fd53cf90a8e736eec32b85 |
72 | 2024-02-24T04:08:42.226Z | HEAD is now at 640a02461 chore(deps): update taiki-e/install-action digest to ffdab02 |
73 | 2024-02-24T04:08:42.226Z | process exited: duration 6550 ms, exit code 0 |
|
74 | 2024-02-24T04:08:42.236Z | starting task 4: "build" |
75 | 2024-02-24T04:08:42.243Z | + cargo --version |
76 | 2024-02-24T04:08:42.250Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-24T04:08:42.410Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-24T04:08:42.410Z | info: downloading component 'cargo' |
79 | 2024-02-24T04:08:43.338Z | info: downloading component 'clippy' |
80 | 2024-02-24T04:08:43.633Z | info: downloading component 'rust-docs' |
81 | 2024-02-24T04:08:45.166Z | info: downloading component 'rust-std' |
82 | 2024-02-24T04:08:46.289Z | info: downloading component 'rustc' |
83 | 2024-02-24T04:08:50.620Z | info: downloading component 'rustfmt' |
84 | 2024-02-24T04:08:50.862Z | info: installing component 'cargo' |
85 | 2024-02-24T04:08:51.741Z | info: installing component 'clippy' |
86 | 2024-02-24T04:08:52.093Z | info: installing component 'rust-docs' |
87 | 2024-02-24T04:08:53.686Z | info: installing component 'rust-std' |
88 | 2024-02-24T04:08:55.290Z | info: installing component 'rustc' |
89 | 2024-02-24T04:08:59.646Z | info: installing component 'rustfmt' |
90 | 2024-02-24T04:08:59.669Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-24T04:08:59.669Z | + rustc --version |
92 | 2024-02-24T04:08:59.687Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-24T04:08:59.696Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-24T04:09:14.209Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-24T04:09:15.547Z | Startup: Caching catalogs ... Done |
96 | 2024-02-24T04:09:17.092Z | Planning: Solver setup ... Done (1.204s) |
97 | 2024-02-24T04:09:17.122Z | Planning: Running solver ... Done (0.030s) |
98 | 2024-02-24T04:09:17.443Z | Planning: Finding local manifests ... Done (0.295s) |
99 | 2024-02-24T04:09:17.453Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-24T04:09:18.188Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-24T04:09:18.235Z | Planning: Package planning ... Done (0.049s) |
102 | 2024-02-24T04:09:18.289Z | Planning: Merging actions ... Done (0.051s) |
103 | 2024-02-24T04:09:19.447Z | Planning: Checking for conflicting actions ... Done (1.156s) |
104 | 2024-02-24T04:09:19.457Z | Planning: Consolidating action changes ... Done (0.011s) |
105 | 2024-02-24T04:09:23.841Z | Planning: Evaluating mediators ... Done (4.385s) |
106 | 2024-02-24T04:09:23.851Z | Planning: Planning completed in 8.25 seconds |
107 | 2024-02-24T04:09:23.864Z | Packages to install: 4 |
108 | 2024-02-24T04:09:23.865Z | Mediators to change: 2 |
109 | 2024-02-24T04:09:23.868Z | Services to change: 1 |
110 | 2024-02-24T04:09:23.868Z | Estimated space available: 148.87 GB |
111 | 2024-02-24T04:09:23.868Z | Estimated space to be consumed: 1.41 GB |
112 | 2024-02-24T04:09:23.868Z | Create boot environment: No |
113 | 2024-02-24T04:09:23.868Z | Create backup boot environment: No |
114 | 2024-02-24T04:09:23.868Z | Rebuild boot archive: No |
115 | 2024-02-24T04:09:23.868Z | |
116 | 2024-02-24T04:09:23.868Z | Changed mediators: |
117 | 2024-02-24T04:09:23.868Z | mediator clang: |
118 | 2024-02-24T04:09:23.868Z | version: None -> 15 (system default) |
119 | 2024-02-24T04:09:23.868Z | |
120 | 2024-02-24T04:09:23.868Z | mediator llvm: |
121 | 2024-02-24T04:09:23.868Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-24T04:09:23.868Z | |
123 | 2024-02-24T04:09:23.868Z | Changed packages: |
124 | 2024-02-24T04:09:23.868Z | helios-dev |
125 | 2024-02-24T04:09:23.868Z | developer/build-essential |
126 | 2024-02-24T04:09:23.868Z | None -> 11-2.0 |
127 | 2024-02-24T04:09:23.869Z | library/libxmlsec1 |
128 | 2024-02-24T04:09:23.869Z | None -> 1.2.35-2.0 |
129 | 2024-02-24T04:09:23.869Z | ooce/developer/clang-15 |
130 | 2024-02-24T04:09:23.869Z | None -> 15.0.7-2.0 |
131 | 2024-02-24T04:09:23.869Z | ooce/developer/llvm-15 |
132 | 2024-02-24T04:09:23.869Z | None -> 15.0.7-2.0 |
133 | 2024-02-24T04:09:23.869Z | |
134 | 2024-02-24T04:09:23.869Z | Services: |
135 | 2024-02-24T04:09:23.869Z | restart_fmri: |
136 | 2024-02-24T04:09:23.869Z | svc:/system/update-man-index:default |
137 | 2024-02-24T04:09:24.146Z | |
138 | 2024-02-24T04:09:24.146Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-24T04:09:29.146Z | Download: 656/3290 items 3.8/212.6MB 1% complete (785k/s) |
140 | 2024-02-24T04:09:34.146Z | Download: 1295/3290 items 113.8/212.6MB 53% complete (11.5M/s) |
141 | 2024-02-24T04:09:39.150Z | Download: 2080/3290 items 118.8/212.6MB 55% complete (11.5M/s) |
142 | 2024-02-24T04:09:44.150Z | Download: 2860/3290 items 121.1/212.6MB 56% complete (902k/s) |
143 | 2024-02-24T04:09:49.608Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (8.4M/s) |
144 | 2024-02-24T04:09:55.070Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
145 | 2024-02-24T04:09:58.222Z | Download: Completed 212.60 MB in 34.08 seconds (6.2M/s) |
146 | 2024-02-24T04:09:58.412Z | Actions: 1/3689 actions (Installing new actions) |
147 | 2024-02-24T04:10:03.429Z | Actions: 3558/3689 actions (Installing new actions) |
148 | 2024-02-24T04:10:03.838Z | Actions: Completed 3689 actions in 5.42 seconds. |
149 | 2024-02-24T04:10:04.012Z | Done (0.171s) |
150 | 2024-02-24T04:10:04.012Z | Done (0.000s) |
151 | 2024-02-24T04:10:04.237Z | Done (0.225s) |
152 | 2024-02-24T04:10:09.722Z | Done (5.358s) |
153 | 2024-02-24T04:10:09.891Z | Done (0.093s) |
154 | 2024-02-24T04:10:09.895Z | Done (0.000s) |
155 | 2024-02-24T04:10:10.032Z | Done (0.000s) |
156 | 2024-02-24T04:10:10.565Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-02-24T04:10:10.736Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-02-24T04:10:10.745Z | Planning: Consolidating action changes ... Done |
159 | 2024-02-24T04:10:11.010Z | Planning: Evaluating mediators ... Done |
160 | 2024-02-24T04:10:11.013Z | Planning: Planning completed in 0.45 seconds |
161 | 2024-02-24T04:10:11.043Z | Mediators to change: 2 |
162 | 2024-02-24T04:10:11.043Z | Create boot environment: No |
163 | 2024-02-24T04:10:11.044Z | Create backup boot environment: No |
164 | 2024-02-24T04:10:11.109Z | Done |
165 | 2024-02-24T04:10:11.109Z | Done |
166 | 2024-02-24T04:10:11.243Z | Done |
167 | 2024-02-24T04:10:15.152Z | Done |
168 | 2024-02-24T04:10:15.245Z | Done |
169 | 2024-02-24T04:10:15.245Z | Done |
170 | 2024-02-24T04:10:15.334Z | Done |
171 | 2024-02-24T04:10:16.010Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-02-24T04:10:16.014Z | Planning: Merging actions ... Done |
173 | 2024-02-24T04:10:16.208Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-02-24T04:10:16.212Z | Planning: Consolidating action changes ... Done |
175 | 2024-02-24T04:10:16.483Z | Planning: Evaluating mediators ... Done |
176 | 2024-02-24T04:10:16.543Z | Planning: Planning completed in 0.82 seconds |
177 | 2024-02-24T04:10:16.578Z | Packages to change: 1 |
178 | 2024-02-24T04:10:16.578Z | Mediators to change: 1 |
179 | 2024-02-24T04:10:16.578Z | Services to change: 1 |
180 | 2024-02-24T04:10:16.578Z | Create boot environment: No |
181 | 2024-02-24T04:10:16.578Z | Create backup boot environment: Yes |
182 | 2024-02-24T04:10:18.549Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-02-24T04:10:18.620Z | Actions: Completed 6 actions in 0.07 seconds. |
184 | 2024-02-24T04:10:18.620Z | Done |
185 | 2024-02-24T04:10:18.620Z | Done |
186 | 2024-02-24T04:10:18.669Z | Done |
187 | 2024-02-24T04:10:22.524Z | Done |
188 | 2024-02-24T04:10:22.614Z | Done |
189 | 2024-02-24T04:10:22.617Z | Done |
190 | 2024-02-24T04:10:22.714Z | Done |
191 | 2024-02-24T04:10:23.170Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-02-24T04:10:23.170Z | clang system 15 system |
193 | 2024-02-24T04:10:23.170Z | csh system system illumos |
194 | 2024-02-24T04:10:23.170Z | ctags system system illumos |
195 | 2024-02-24T04:10:23.170Z | gcc vendor 12 vendor |
196 | 2024-02-24T04:10:23.170Z | gcc system 10 system |
197 | 2024-02-24T04:10:23.170Z | gcc system 7 system |
198 | 2024-02-24T04:10:23.170Z | go system 1.20 system |
199 | 2024-02-24T04:10:23.170Z | go system 1.19 system |
200 | 2024-02-24T04:10:23.170Z | llvm system 15 system |
201 | 2024-02-24T04:10:23.171Z | llvm system 14 system |
202 | 2024-02-24T04:10:23.171Z | mariadb system 10.6 system |
203 | 2024-02-24T04:10:23.171Z | mta vendor vendor dma |
204 | 2024-02-24T04:10:23.171Z | openjdk system 17 system |
205 | 2024-02-24T04:10:23.171Z | openjdk system 11 system |
206 | 2024-02-24T04:10:23.171Z | openjdk system 1.8 system |
207 | 2024-02-24T04:10:23.171Z | openssl vendor 3 vendor |
208 | 2024-02-24T04:10:23.171Z | perl system 5.36 system |
209 | 2024-02-24T04:10:23.171Z | postgresql system 15 system |
210 | 2024-02-24T04:10:23.171Z | postgresql system 13 system |
211 | 2024-02-24T04:10:23.171Z | python vendor 3 vendor |
212 | 2024-02-24T04:10:23.171Z | python system 2 system |
213 | 2024-02-24T04:10:23.171Z | python3 system 3.11 system |
214 | 2024-02-24T04:10:23.171Z | ruby system 3.0 system |
215 | 2024-02-24T04:10:23.171Z | words vendor vendor american-english |
216 | 2024-02-24T04:10:23.171Z | words system system australian-english |
217 | 2024-02-24T04:10:23.171Z | words system system british-english |
218 | 2024-02-24T04:10:23.171Z | words system system canadian-english |
219 | 2024-02-24T04:10:23.171Z | words system system french |
220 | 2024-02-24T04:10:23.171Z | words system system italian |
221 | 2024-02-24T04:10:23.171Z | words system system ngerman |
222 | 2024-02-24T04:10:23.171Z | words system system ogerman |
223 | 2024-02-24T04:10:23.171Z | words system system spanish |
224 | 2024-02-24T04:10:23.521Z | FMRI IFO |
225 | 2024-02-24T04:10:23.521Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-02-24T04:10:23.521Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-02-24T04:10:23.521Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-02-24T04:10:23.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-02-24T04:10:23.521Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-02-24T04:10:23.522Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-02-24T04:10:23.522Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-02-24T04:10:23.522Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-02-24T04:10:23.575Z | + set -o errexit |
234 | 2024-02-24T04:10:23.578Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2024-02-24T04:10:23.581Z | ++ cd ./tools |
236 | 2024-02-24T04:10:23.581Z | ++ pwd |
237 | 2024-02-24T04:10:23.581Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2024-02-24T04:10:23.581Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2024-02-24T04:10:23.581Z | + ARG0=ci_download_cockroachdb |
240 | 2024-02-24T04:10:23.584Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2024-02-24T04:10:23.584Z | + CIDL_VERSION=v22.1.9 |
242 | 2024-02-24T04:10:23.584Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2024-02-24T04:10:23.584Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
244 | 2024-02-24T04:10:23.584Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
245 | 2024-02-24T04:10:23.584Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
246 | 2024-02-24T04:10:23.585Z | + TARGET_DIR=out |
247 | 2024-02-24T04:10:23.585Z | + DOWNLOAD_DIR=out/downloads |
248 | 2024-02-24T04:10:23.585Z | + DEST_DIR=./out/cockroachdb |
249 | 2024-02-24T04:10:23.585Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2024-02-24T04:10:23.585Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2024-02-24T04:10:23.585Z | + main |
252 | 2024-02-24T04:10:23.585Z | + [[ 0 != 0 ]] |
253 | 2024-02-24T04:10:23.585Z | + CIDL_OS=solaris2.11 |
254 | 2024-02-24T04:10:23.585Z | + [[ 0 != 0 ]] |
255 | 2024-02-24T04:10:23.585Z | + configure_os solaris2.11 |
256 | 2024-02-24T04:10:23.588Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2024-02-24T04:10:23.588Z | current directory: /work/oxidecomputer/omicron |
258 | 2024-02-24T04:10:23.588Z | configuring based on OS: "solaris2.11" |
259 | 2024-02-24T04:10:23.588Z | + echo 'configuring based on OS: "solaris2.11"' |
260 | 2024-02-24T04:10:23.588Z | + case "$1" in |
261 | 2024-02-24T04:10:23.588Z | + CIDL_BUILD=illumos |
262 | 2024-02-24T04:10:23.588Z | + CIDL_SUFFIX=tar.gz |
263 | 2024-02-24T04:10:23.588Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
264 | 2024-02-24T04:10:23.588Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-02-24T04:10:23.588Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-02-24T04:10:23.588Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2024-02-24T04:10:23.589Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-02-24T04:10:23.589Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-24T04:10:23.589Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2024-02-24T04:10:23.589Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-24T04:10:23.589Z | + CIDL_SHA256FUNC=do_sha256sum |
272 | 2024-02-24T04:10:23.589Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2024-02-24T04:10:23.589Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-24T04:10:23.589Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-02-24T04:10:23.589Z | + mkdir -p out/downloads |
276 | 2024-02-24T04:10:23.589Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-24T04:10:23.589Z | + mkdir -p ./out/cockroachdb |
278 | 2024-02-24T04:10:23.592Z | + local DO_DOWNLOAD=true |
279 | 2024-02-24T04:10:23.592Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2024-02-24T04:10:23.592Z | + '[' true == true ']' |
281 | 2024-02-24T04:10:23.592Z | + echo Downloading... |
282 | 2024-02-24T04:10:23.592Z | Downloading... |
283 | 2024-02-24T04:10:23.592Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-24T04:10:23.592Z | + 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 |
285 | 2024-02-24T04:10:26.195Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-24T04:10:26.199Z | ++ sha256sum |
287 | 2024-02-24T04:10:26.199Z | ++ awk '{print $1}' |
288 | 2024-02-24T04:10:26.295Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-02-24T04:10:26.298Z | + [[ 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 ]] |
290 | 2024-02-24T04:10:26.298Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-24T04:10:26.298Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2024-02-24T04:10:28.502Z | + do_assemble_illumos |
293 | 2024-02-24T04:10:28.502Z | + rm -r ./out/cockroachdb |
294 | 2024-02-24T04:10:28.505Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2024-02-24T04:10:28.875Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2024-02-24T04:10:29.042Z | Build Tag: v22.1.9-dirty |
297 | 2024-02-24T04:10:29.042Z | Build Time: 2022/10/26 21:17:46 |
298 | 2024-02-24T04:10:29.042Z | Distribution: OSS |
299 | 2024-02-24T04:10:29.042Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2024-02-24T04:10:29.042Z | Go Version: go1.17.13 |
301 | 2024-02-24T04:10:29.042Z | C Compiler: gcc 10.3.0 |
302 | 2024-02-24T04:10:29.042Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2024-02-24T04:10:29.042Z | Build Type: release |
304 | 2024-02-24T04:10:29.060Z | + set -o errexit |
305 | 2024-02-24T04:10:29.063Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2024-02-24T04:10:29.063Z | ++ cd ./tools |
307 | 2024-02-24T04:10:29.063Z | ++ pwd |
308 | 2024-02-24T04:10:29.063Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2024-02-24T04:10:29.066Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2024-02-24T04:10:29.066Z | + ARG0=ci_download_clickhouse |
311 | 2024-02-24T04:10:29.066Z | + TARGET_DIR=out |
312 | 2024-02-24T04:10:29.066Z | + DOWNLOAD_DIR=out/downloads |
313 | 2024-02-24T04:10:29.066Z | + DEST_DIR=./out/clickhouse |
314 | 2024-02-24T04:10:29.066Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
315 | 2024-02-24T04:10:29.069Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2024-02-24T04:10:29.070Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2024-02-24T04:10:29.070Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2024-02-24T04:10:29.070Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2024-02-24T04:10:29.070Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2024-02-24T04:10:29.070Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2024-02-24T04:10:29.070Z | + main |
322 | 2024-02-24T04:10:29.070Z | + [[ 0 != 0 ]] |
323 | 2024-02-24T04:10:29.070Z | + CIDL_OS=solaris2.11 |
324 | 2024-02-24T04:10:29.070Z | + [[ 0 != 0 ]] |
325 | 2024-02-24T04:10:29.070Z | + configure_os solaris2.11 |
326 | 2024-02-24T04:10:29.070Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2024-02-24T04:10:29.070Z | current directory: /work/oxidecomputer/omicron |
328 | 2024-02-24T04:10:29.070Z | + echo 'configuring based on OS: "solaris2.11"' |
329 | 2024-02-24T04:10:29.070Z | + CIDL_DASHREV= |
330 | 2024-02-24T04:10:29.070Z | configuring based on OS: "solaris2.11" |
331 | 2024-02-24T04:10:29.070Z | + case "$1" in |
332 | 2024-02-24T04:10:29.070Z | + CIDL_PLATFORM=illumos |
333 | 2024-02-24T04:10:29.070Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2024-02-24T04:10:29.070Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2024-02-24T04:10:29.070Z | + CIDL_DASHREV=-1 |
336 | 2024-02-24T04:10:29.070Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2024-02-24T04:10:29.070Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-24T04:10:29.070Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-24T04:10:29.071Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-24T04:10:29.071Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2024-02-24T04:10:29.071Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-24T04:10:29.071Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-24T04:10:29.071Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-02-24T04:10:29.071Z | + mkdir -p out/downloads |
345 | 2024-02-24T04:10:29.074Z | + mkdir -p ./out/clickhouse |
346 | 2024-02-24T04:10:29.074Z | + local DO_DOWNLOAD=true |
347 | 2024-02-24T04:10:29.074Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2024-02-24T04:10:29.074Z | + '[' true == true ']' |
349 | 2024-02-24T04:10:29.074Z | + echo Downloading... |
350 | 2024-02-24T04:10:29.074Z | Downloading... |
351 | 2024-02-24T04:10:29.074Z | + 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 |
352 | 2024-02-24T04:10:29.074Z | + 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 |
353 | 2024-02-24T04:10:30.491Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-24T04:10:30.494Z | ++ md5sum |
355 | 2024-02-24T04:10:30.494Z | ++ awk '{print $1}' |
356 | 2024-02-24T04:10:30.672Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2024-02-24T04:10:30.672Z | + [[ 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 ]] |
358 | 2024-02-24T04:10:30.672Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2024-02-24T04:10:30.676Z | + mkdir -p ./out/clickhouse |
360 | 2024-02-24T04:10:30.676Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2024-02-24T04:10:33.856Z | + ./out/clickhouse/clickhouse server --version |
362 | 2024-02-24T04:10:33.884Z | ClickHouse server version 22.8.9.1. |
363 | 2024-02-24T04:10:33.901Z | + set -o errexit |
364 | 2024-02-24T04:10:33.905Z | +++ dirname ./tools/ci_download_console |
365 | 2024-02-24T04:10:33.905Z | ++ cd ./tools |
366 | 2024-02-24T04:10:33.905Z | ++ pwd |
367 | 2024-02-24T04:10:33.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2024-02-24T04:10:33.914Z | ++ basename ./tools/ci_download_console |
369 | 2024-02-24T04:10:33.914Z | + ARG0=ci_download_console |
370 | 2024-02-24T04:10:33.914Z | + TARGET_DIR=out |
371 | 2024-02-24T04:10:33.914Z | + DOWNLOAD_DIR=out/downloads |
372 | 2024-02-24T04:10:33.914Z | + DEST_DIR=./out/console-assets |
373 | 2024-02-24T04:10:33.914Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2024-02-24T04:10:33.915Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
375 | 2024-02-24T04:10:33.915Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
376 | 2024-02-24T04:10:33.915Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
377 | 2024-02-24T04:10:33.915Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2024-02-24T04:10:33.915Z | + main |
379 | 2024-02-24T04:10:33.915Z | + [[ 0 != 0 ]] |
380 | 2024-02-24T04:10:33.915Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
381 | 2024-02-24T04:10:33.915Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
382 | 2024-02-24T04:10:33.915Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2024-02-24T04:10:33.915Z | + local DO_DOWNLOAD=true |
384 | 2024-02-24T04:10:33.915Z | Local file: out/downloads/console.tar.gz |
385 | 2024-02-24T04:10:33.915Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2024-02-24T04:10:33.915Z | + mkdir -p out/downloads |
387 | 2024-02-24T04:10:33.918Z | + '[' true == true ']' |
388 | 2024-02-24T04:10:33.918Z | + echo Downloading... |
389 | 2024-02-24T04:10:33.918Z | Downloading... |
390 | 2024-02-24T04:10:33.918Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
391 | 2024-02-24T04:10:33.918Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-24T04:10:34.531Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2024-02-24T04:10:34.531Z | ++ case "$OSTYPE" in |
394 | 2024-02-24T04:10:34.531Z | ++ SHA=sha256sum |
395 | 2024-02-24T04:10:34.538Z | ++ sha256sum |
396 | 2024-02-24T04:10:34.538Z | ++ awk '{print $1}' |
397 | 2024-02-24T04:10:34.538Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
398 | 2024-02-24T04:10:34.538Z | + [[ 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 ]] |
399 | 2024-02-24T04:10:34.539Z | + rm -rf ./out/console-assets |
400 | 2024-02-24T04:10:34.550Z | + mkdir -p ./out/console-assets |
401 | 2024-02-24T04:10:34.550Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2024-02-24T04:10:34.550Z | + mkdir -p ./out/console-assets |
403 | 2024-02-24T04:10:34.550Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2024-02-24T04:10:34.633Z | + set -o errexit |
405 | 2024-02-24T04:10:34.637Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2024-02-24T04:10:34.637Z | ++ cd ./tools |
407 | 2024-02-24T04:10:34.637Z | ++ pwd |
408 | 2024-02-24T04:10:34.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2024-02-24T04:10:34.640Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2024-02-24T04:10:34.640Z | + ARG0=ci_download_maghemite_openapi |
411 | 2024-02-24T04:10:34.640Z | + TARGET_DIR=out |
412 | 2024-02-24T04:10:34.640Z | + DOWNLOAD_DIR=out/downloads |
413 | 2024-02-24T04:10:34.640Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2024-02-24T04:10:34.640Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
415 | 2024-02-24T04:10:34.640Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
416 | 2024-02-24T04:10:34.640Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
417 | 2024-02-24T04:10:34.640Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
418 | 2024-02-24T04:10:34.640Z | + main |
419 | 2024-02-24T04:10:34.644Z | + [[ 0 != 0 ]] |
420 | 2024-02-24T04:10:34.644Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
421 | 2024-02-24T04:10:34.644Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
422 | 2024-02-24T04:10:34.644Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
423 | 2024-02-24T04:10:34.644Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
424 | 2024-02-24T04:10:34.644Z | + local DO_DOWNLOAD=true |
425 | 2024-02-24T04:10:34.644Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
426 | 2024-02-24T04:10:34.644Z | + mkdir -p out/downloads |
427 | 2024-02-24T04:10:34.644Z | + '[' true == true ']' |
428 | 2024-02-24T04:10:34.644Z | Downloading... |
429 | 2024-02-24T04:10:34.644Z | + echo Downloading... |
430 | 2024-02-24T04:10:34.644Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
431 | 2024-02-24T04:10:34.644Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
432 | 2024-02-24T04:10:35.224Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
433 | 2024-02-24T04:10:35.224Z | ++ case "$OSTYPE" in |
434 | 2024-02-24T04:10:35.224Z | ++ SHA=sha256sum |
435 | 2024-02-24T04:10:35.227Z | ++ sha256sum |
436 | 2024-02-24T04:10:35.228Z | ++ awk '{print $1}' |
437 | 2024-02-24T04:10:35.231Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
438 | 2024-02-24T04:10:35.231Z | + [[ 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 ]] |
439 | 2024-02-24T04:10:35.231Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2024-02-24T04:10:35.231Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
441 | 2024-02-24T04:10:35.231Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
442 | 2024-02-24T04:10:35.231Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
443 | 2024-02-24T04:10:35.231Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
444 | 2024-02-24T04:10:35.231Z | + main |
445 | 2024-02-24T04:10:35.231Z | + [[ 0 != 0 ]] |
446 | 2024-02-24T04:10:35.231Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
447 | 2024-02-24T04:10:35.231Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
448 | 2024-02-24T04:10:35.231Z | + local DO_DOWNLOAD=true |
449 | 2024-02-24T04:10:35.231Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
450 | 2024-02-24T04:10:35.231Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
451 | 2024-02-24T04:10:35.231Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
452 | 2024-02-24T04:10:35.231Z | + mkdir -p out/downloads |
453 | 2024-02-24T04:10:35.238Z | + '[' true == true ']' |
454 | 2024-02-24T04:10:35.238Z | + echo Downloading... |
455 | 2024-02-24T04:10:35.238Z | Downloading... |
456 | 2024-02-24T04:10:35.238Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
457 | 2024-02-24T04:10:35.238Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
458 | 2024-02-24T04:10:35.340Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
459 | 2024-02-24T04:10:35.342Z | ++ case "$OSTYPE" in |
460 | 2024-02-24T04:10:35.343Z | ++ SHA=sha256sum |
461 | 2024-02-24T04:10:35.343Z | ++ sha256sum |
462 | 2024-02-24T04:10:35.343Z | ++ awk '{print $1}' |
463 | 2024-02-24T04:10:35.346Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
464 | 2024-02-24T04:10:35.346Z | + [[ 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 ]] |
465 | 2024-02-24T04:10:35.352Z | + set -o errexit |
466 | 2024-02-24T04:10:35.355Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2024-02-24T04:10:35.357Z | ++ cd ./tools |
468 | 2024-02-24T04:10:35.358Z | ++ pwd |
469 | 2024-02-24T04:10:35.358Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2024-02-24T04:10:35.358Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2024-02-24T04:10:35.364Z | + ARG0=ci_download_dendrite_openapi |
472 | 2024-02-24T04:10:35.364Z | + TARGET_DIR=out |
473 | 2024-02-24T04:10:35.364Z | + DOWNLOAD_DIR=out/downloads |
474 | 2024-02-24T04:10:35.364Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2024-02-24T04:10:35.364Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
476 | 2024-02-24T04:10:35.364Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
477 | 2024-02-24T04:10:35.364Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
478 | 2024-02-24T04:10:35.364Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
479 | 2024-02-24T04:10:35.364Z | + main |
480 | 2024-02-24T04:10:35.364Z | + [[ 0 != 0 ]] |
481 | 2024-02-24T04:10:35.364Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
482 | 2024-02-24T04:10:35.364Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
483 | 2024-02-24T04:10:35.364Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
484 | 2024-02-24T04:10:35.364Z | + local DO_DOWNLOAD=true |
485 | 2024-02-24T04:10:35.364Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
486 | 2024-02-24T04:10:35.364Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
487 | 2024-02-24T04:10:35.364Z | + mkdir -p out/downloads |
488 | 2024-02-24T04:10:35.364Z | + '[' true == true ']' |
489 | 2024-02-24T04:10:35.364Z | + echo Downloading... |
490 | 2024-02-24T04:10:35.364Z | Downloading... |
491 | 2024-02-24T04:10:35.364Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-24T04:10:35.364Z | + 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 |
493 | 2024-02-24T04:10:35.473Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
494 | 2024-02-24T04:10:35.476Z | ++ case "$OSTYPE" in |
495 | 2024-02-24T04:10:35.476Z | ++ SHA=sha256sum |
496 | 2024-02-24T04:10:35.476Z | ++ sha256sum |
497 | 2024-02-24T04:10:35.476Z | ++ awk '{print $1}' |
498 | 2024-02-24T04:10:35.479Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
499 | 2024-02-24T04:10:35.479Z | + [[ 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 ]] |
500 | 2024-02-24T04:10:35.488Z | + set -o errexit |
501 | 2024-02-24T04:10:35.491Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2024-02-24T04:10:35.491Z | ++ cd ./tools |
503 | 2024-02-24T04:10:35.491Z | ++ pwd |
504 | 2024-02-24T04:10:35.491Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2024-02-24T04:10:35.495Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2024-02-24T04:10:35.495Z | + ARG0=ci_download_dendrite_stub |
507 | 2024-02-24T04:10:35.495Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2024-02-24T04:10:35.495Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
509 | 2024-02-24T04:10:35.495Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
510 | 2024-02-24T04:10:35.495Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
511 | 2024-02-24T04:10:35.495Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2024-02-24T04:10:35.495Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
513 | 2024-02-24T04:10:35.495Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
514 | 2024-02-24T04:10:35.495Z | + TARGET_DIR=out |
515 | 2024-02-24T04:10:35.495Z | + DOWNLOAD_DIR=out/downloads |
516 | 2024-02-24T04:10:35.495Z | + DEST_DIR=./out/dendrite-stub |
517 | 2024-02-24T04:10:35.495Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2024-02-24T04:10:35.495Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2024-02-24T04:10:35.495Z | + REPO=oxidecomputer/dendrite |
520 | 2024-02-24T04:10:35.495Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
521 | 2024-02-24T04:10:35.495Z | + main |
522 | 2024-02-24T04:10:35.495Z | + [[ 0 != 0 ]] |
523 | 2024-02-24T04:10:35.495Z | + CIDL_OS=solaris2.11 |
524 | 2024-02-24T04:10:35.496Z | + [[ 0 != 0 ]] |
525 | 2024-02-24T04:10:35.496Z | + configure_os solaris2.11 |
526 | 2024-02-24T04:10:35.496Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2024-02-24T04:10:35.496Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2024-02-24T04:10:35.496Z | + case "$1" in |
529 | 2024-02-24T04:10:35.496Z | + SET_BINARIES= |
530 | 2024-02-24T04:10:35.496Z | current directory: /work/oxidecomputer/omicron |
531 | 2024-02-24T04:10:35.496Z | configuring based on OS: "solaris2.11" |
532 | 2024-02-24T04:10:35.496Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
533 | 2024-02-24T04:10:35.496Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2024-02-24T04:10:35.496Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2024-02-24T04:10:35.496Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
536 | 2024-02-24T04:10:35.496Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2024-02-24T04:10:35.496Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
538 | 2024-02-24T04:10:35.496Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
539 | 2024-02-24T04:10:35.496Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2024-02-24T04:10:35.496Z | + mkdir -p out/downloads |
541 | 2024-02-24T04:10:35.496Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-24T04:10:35.499Z | + mkdir -p ./out/dendrite-stub |
543 | 2024-02-24T04:10:35.500Z | + fetch_and_verify |
544 | 2024-02-24T04:10:35.500Z | + local DO_DOWNLOAD=true |
545 | 2024-02-24T04:10:35.500Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2024-02-24T04:10:35.500Z | + '[' true == true ']' |
547 | 2024-02-24T04:10:35.500Z | + echo Downloading... |
548 | 2024-02-24T04:10:35.500Z | Downloading... |
549 | 2024-02-24T04:10:35.500Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-24T04:10:35.500Z | + 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 |
551 | 2024-02-24T04:10:42.444Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-24T04:10:42.447Z | ++ sha256sum |
553 | 2024-02-24T04:10:42.447Z | ++ awk '{print $1}' |
554 | 2024-02-24T04:10:42.469Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
555 | 2024-02-24T04:10:42.469Z | + [[ 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 ]] |
556 | 2024-02-24T04:10:42.472Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-24T04:10:42.473Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2024-02-24T04:10:43.158Z | + do_assemble |
559 | 2024-02-24T04:10:43.158Z | + rm -r ./out/dendrite-stub |
560 | 2024-02-24T04:10:43.163Z | + mkdir ./out/dendrite-stub |
561 | 2024-02-24T04:10:43.163Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2024-02-24T04:10:43.255Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2024-02-24T04:10:43.264Z | + set -o errexit |
564 | 2024-02-24T04:10:43.269Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2024-02-24T04:10:43.269Z | ++ cd ./tools |
566 | 2024-02-24T04:10:43.270Z | ++ pwd |
567 | 2024-02-24T04:10:43.270Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2024-02-24T04:10:43.277Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2024-02-24T04:10:43.277Z | + ARG0=ci_download_maghemite_mgd |
570 | 2024-02-24T04:10:43.277Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2024-02-24T04:10:43.278Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
572 | 2024-02-24T04:10:43.278Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
573 | 2024-02-24T04:10:43.278Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2024-02-24T04:10:43.278Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
575 | 2024-02-24T04:10:43.279Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
576 | 2024-02-24T04:10:43.279Z | + TARGET_DIR=out |
577 | 2024-02-24T04:10:43.279Z | + DOWNLOAD_DIR=out/downloads |
578 | 2024-02-24T04:10:43.279Z | + DEST_DIR=./out/mgd |
579 | 2024-02-24T04:10:43.279Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2024-02-24T04:10:43.279Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2024-02-24T04:10:43.279Z | + REPO=oxidecomputer/maghemite |
582 | 2024-02-24T04:10:43.279Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
583 | 2024-02-24T04:10:43.280Z | + main |
584 | 2024-02-24T04:10:43.280Z | + [[ 0 != 0 ]] |
585 | 2024-02-24T04:10:43.280Z | + CIDL_OS=solaris2.11 |
586 | 2024-02-24T04:10:43.280Z | + [[ 0 != 0 ]] |
587 | 2024-02-24T04:10:43.280Z | + configure_os solaris2.11 |
588 | 2024-02-24T04:10:43.281Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2024-02-24T04:10:43.281Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2024-02-24T04:10:43.281Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-02-24T04:10:43.281Z | configuring based on OS: "solaris2.11" |
592 | 2024-02-24T04:10:43.281Z | + case "$1" in |
593 | 2024-02-24T04:10:43.282Z | + SET_BINARIES= |
594 | 2024-02-24T04:10:43.282Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2024-02-24T04:10:43.282Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2024-02-24T04:10:43.282Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
597 | 2024-02-24T04:10:43.282Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2024-02-24T04:10:43.283Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
599 | 2024-02-24T04:10:43.283Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
600 | 2024-02-24T04:10:43.283Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2024-02-24T04:10:43.283Z | + mkdir -p out/downloads |
602 | 2024-02-24T04:10:43.284Z | Local file: out/downloads/mgd.tar.gz |
603 | 2024-02-24T04:10:43.284Z | + mkdir -p ./out/mgd |
604 | 2024-02-24T04:10:43.284Z | + fetch_and_verify |
605 | 2024-02-24T04:10:43.284Z | + local DO_DOWNLOAD=true |
606 | 2024-02-24T04:10:43.284Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2024-02-24T04:10:43.285Z | + '[' true == true ']' |
608 | 2024-02-24T04:10:43.285Z | + echo Downloading... |
609 | 2024-02-24T04:10:43.285Z | Downloading... |
610 | 2024-02-24T04:10:43.285Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2024-02-24T04:10:43.285Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
612 | 2024-02-24T04:10:47.285Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2024-02-24T04:10:47.288Z | ++ sha256sum |
614 | 2024-02-24T04:10:47.288Z | ++ awk '{print $1}' |
615 | 2024-02-24T04:10:47.305Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
616 | 2024-02-24T04:10:47.305Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
617 | 2024-02-24T04:10:47.311Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2024-02-24T04:10:47.311Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2024-02-24T04:10:47.751Z | + do_assemble |
620 | 2024-02-24T04:10:47.751Z | + rm -r ./out/mgd |
621 | 2024-02-24T04:10:47.754Z | + mkdir ./out/mgd |
622 | 2024-02-24T04:10:47.754Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2024-02-24T04:10:47.922Z | + set -o errexit |
624 | 2024-02-24T04:10:47.928Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2024-02-24T04:10:47.928Z | ++ cd ./tools |
626 | 2024-02-24T04:10:47.929Z | ++ pwd |
627 | 2024-02-24T04:10:47.929Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2024-02-24T04:10:47.929Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2024-02-24T04:10:47.929Z | + ARG0=ci_download_transceiver_control |
630 | 2024-02-24T04:10:47.930Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2024-02-24T04:10:47.930Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2024-02-24T04:10:47.930Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2024-02-24T04:10:47.930Z | + TARGET_DIR=out |
634 | 2024-02-24T04:10:47.930Z | + DOWNLOAD_DIR=out/downloads |
635 | 2024-02-24T04:10:47.930Z | + DEST_DIR=./out/transceiver-control |
636 | 2024-02-24T04:10:47.930Z | + BIN_DIR=/opt/oxide/bin |
637 | 2024-02-24T04:10:47.930Z | + BINARY=xcvradm |
638 | 2024-02-24T04:10:47.931Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2024-02-24T04:10:47.931Z | + REPO=oxidecomputer/transceiver-control |
640 | 2024-02-24T04:10:47.931Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-02-24T04:10:47.931Z | + main |
642 | 2024-02-24T04:10:47.931Z | + [[ 0 != 0 ]] |
643 | 2024-02-24T04:10:47.931Z | + CIDL_OS=solaris2.11 |
644 | 2024-02-24T04:10:47.931Z | + [[ 0 != 0 ]] |
645 | 2024-02-24T04:10:47.932Z | + configure_os solaris2.11 |
646 | 2024-02-24T04:10:47.932Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2024-02-24T04:10:47.932Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2024-02-24T04:10:47.932Z | + case "$1" in |
649 | 2024-02-24T04:10:47.932Z | + SET_BINARIES= |
650 | 2024-02-24T04:10:47.932Z | current directory: /work/oxidecomputer/omicron |
651 | 2024-02-24T04:10:47.932Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-02-24T04:10:47.932Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2024-02-24T04:10:47.932Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2024-02-24T04:10:47.933Z | configuring based on OS: "solaris2.11" |
655 | 2024-02-24T04:10:47.933Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2024-02-24T04:10:47.933Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2024-02-24T04:10:47.933Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2024-02-24T04:10:47.933Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2024-02-24T04:10:47.933Z | + mkdir -p out/downloads |
660 | 2024-02-24T04:10:47.933Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-24T04:10:47.934Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-02-24T04:10:47.934Z | + mkdir -p ./out/transceiver-control |
663 | 2024-02-24T04:10:47.934Z | + fetch_and_verify |
664 | 2024-02-24T04:10:47.934Z | + local DO_DOWNLOAD=true |
665 | 2024-02-24T04:10:47.934Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2024-02-24T04:10:47.935Z | + '[' true == true ']' |
667 | 2024-02-24T04:10:47.935Z | + echo Downloading... |
668 | 2024-02-24T04:10:47.935Z | Downloading... |
669 | 2024-02-24T04:10:47.935Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2024-02-24T04:10:47.935Z | + 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 |
671 | 2024-02-24T04:10:50.928Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2024-02-24T04:10:50.931Z | ++ sha256sum |
673 | 2024-02-24T04:10:50.931Z | ++ awk '{print $1}' |
674 | 2024-02-24T04:10:50.937Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-02-24T04:10:50.939Z | + [[ 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 ]] |
676 | 2024-02-24T04:10:50.940Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2024-02-24T04:10:50.940Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2024-02-24T04:10:50.940Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2024-02-24T04:10:51.057Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2024-02-24T04:10:51.060Z | + do_assemble |
681 | 2024-02-24T04:10:51.060Z | + rm -r ./out/transceiver-control |
682 | 2024-02-24T04:10:51.063Z | + mkdir ./out/transceiver-control |
683 | 2024-02-24T04:10:51.065Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2024-02-24T04:10:51.210Z | All prerequisites installed successfully |
685 | 2024-02-24T04:10:51.214Z | |
686 | 2024-02-24T04:10:51.214Z | real 1:51.464132785 |
687 | 2024-02-24T04:10:51.214Z | user 34.827266411 |
688 | 2024-02-24T04:10:51.214Z | sys 6.438533966 |
689 | 2024-02-24T04:10:51.214Z | trap 0.010200431 |
690 | 2024-02-24T04:10:51.214Z | tflt 0.409554574 |
691 | 2024-02-24T04:10:51.214Z | dflt 0.702737896 |
692 | 2024-02-24T04:10:51.214Z | kflt 0.366738491 |
693 | 2024-02-24T04:10:51.214Z | lock 1.303172265 |
694 | 2024-02-24T04:10:51.214Z | slp 3:34.172004496 |
695 | 2024-02-24T04:10:51.214Z | lat 1.909337386 |
696 | 2024-02-24T04:10:51.214Z | stop 0.155428447 |
697 | 2024-02-24T04:10:51.214Z | + banner end-to-end-tests |
698 | 2024-02-24T04:10:51.254Z | |
699 | 2024-02-24T04:10:51.254Z | ###### # # ##### ##### #### ###### # # ##### |
700 | 2024-02-24T04:10:51.255Z | # ## # # # # # # # ## # # # |
701 | 2024-02-24T04:10:51.255Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
702 | 2024-02-24T04:10:51.255Z | # # # # # # # # # # # # # # # |
703 | 2024-02-24T04:10:51.255Z | # # ## # # # # # # # ## # # |
704 | 2024-02-24T04:10:51.255Z | ###### # # ##### # #### ###### # # ##### |
705 | 2024-02-24T04:10:51.255Z | |
706 | 2024-02-24T04:10:51.258Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2024-02-24T04:10:51.258Z | + CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2024-02-24T04:10:51.258Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2024-02-24T04:10:51.258Z | + CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2024-02-24T04:10:51.258Z | + export CARGO_INCREMENTAL=0 |
711 | 2024-02-24T04:10:51.258Z | + CARGO_INCREMENTAL=0 |
712 | 2024-02-24T04:10:51.258Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
713 | 2024-02-24T04:10:51.469Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
714 | 2024-02-24T04:10:51.787Z | Updating git repository `https://github.com/oxidecomputer/samael` |
715 | 2024-02-24T04:10:52.201Z | Updating crates.io index |
716 | 2024-02-24T04:10:52.202Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2024-02-24T04:10:52.939Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2024-02-24T04:10:54.573Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2024-02-24T04:10:55.081Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2024-02-24T04:10:55.396Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2024-02-24T04:10:55.654Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2024-02-24T04:10:55.939Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-02-24T04:10:56.775Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2024-02-24T04:10:59.014Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2024-02-24T04:10:59.923Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2024-02-24T04:11:00.356Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-02-24T04:11:00.961Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2024-02-24T04:11:01.299Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-02-24T04:11:01.599Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-02-24T04:11:01.919Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-02-24T04:11:02.280Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-02-24T04:11:02.642Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
733 | 2024-02-24T04:11:03.041Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2024-02-24T04:11:03.555Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2024-02-24T04:11:03.903Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2024-02-24T04:11:04.209Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2024-02-24T04:11:05.148Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2024-02-24T04:11:05.525Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2024-02-24T04:11:07.107Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2024-02-24T04:11:07.496Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2024-02-24T04:11:07.827Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2024-02-24T04:11:09.024Z | Downloading crates ... |
743 | 2024-02-24T04:11:09.350Z | Downloaded block-padding v0.3.3 |
744 | 2024-02-24T04:11:09.359Z | Downloaded chacha20poly1305 v0.10.1 |
745 | 2024-02-24T04:11:09.364Z | Downloaded convert_case v0.4.0 |
746 | 2024-02-24T04:11:09.367Z | Downloaded crossbeam-utils v0.8.16 |
747 | 2024-02-24T04:11:09.370Z | Downloaded constant_time_eq v0.3.0 |
748 | 2024-02-24T04:11:09.373Z | Downloaded arrayref v0.3.7 |
749 | 2024-02-24T04:11:09.379Z | Downloaded derive-where v1.2.7 |
750 | 2024-02-24T04:11:09.383Z | Downloaded anstream v0.6.11 |
751 | 2024-02-24T04:11:09.386Z | Downloaded atty v0.2.14 |
752 | 2024-02-24T04:11:09.389Z | Downloaded cancel-safe-futures v0.1.5 |
753 | 2024-02-24T04:11:09.391Z | Downloaded clap_derive v4.5.0 |
754 | 2024-02-24T04:11:09.396Z | Downloaded once_cell v1.19.0 |
755 | 2024-02-24T04:11:09.396Z | Downloaded colorchoice v1.0.0 |
756 | 2024-02-24T04:11:09.402Z | Downloaded term v0.7.0 |
757 | 2024-02-24T04:11:09.405Z | Downloaded adler v1.0.2 |
758 | 2024-02-24T04:11:09.405Z | Downloaded curve25519-dalek v4.1.1 |
759 | 2024-02-24T04:11:09.410Z | Downloaded aes v0.8.3 |
760 | 2024-02-24T04:11:09.415Z | Downloaded pem-rfc7468 v0.7.0 |
761 | 2024-02-24T04:11:09.418Z | Downloaded console v0.15.8 |
762 | 2024-02-24T04:11:09.421Z | Downloaded crossbeam-channel v0.5.8 |
763 | 2024-02-24T04:11:09.426Z | Downloaded linked-hash-map v0.5.6 |
764 | 2024-02-24T04:11:09.429Z | Downloaded bzip2 v0.4.4 |
765 | 2024-02-24T04:11:09.432Z | Downloaded ciborium-io v0.2.2 |
766 | 2024-02-24T04:11:09.432Z | Downloaded async-stream-impl v0.3.5 |
767 | 2024-02-24T04:11:09.435Z | Downloaded darling_macro v0.20.3 |
768 | 2024-02-24T04:11:09.435Z | Downloaded lazy_static v1.4.0 |
769 | 2024-02-24T04:11:09.438Z | Downloaded argon2 v0.5.3 |
770 | 2024-02-24T04:11:09.438Z | Downloaded ansi_term v0.12.1 |
771 | 2024-02-24T04:11:09.440Z | Downloaded curve25519-dalek-derive v0.1.0 |
772 | 2024-02-24T04:11:09.443Z | Downloaded bcrypt-pbkdf v0.10.0 |
773 | 2024-02-24T04:11:09.443Z | Downloaded opaque-debug v0.3.0 |
774 | 2024-02-24T04:11:09.446Z | Downloaded derive_more v0.99.17 |
775 | 2024-02-24T04:11:09.449Z | Downloaded static_assertions v1.1.0 |
776 | 2024-02-24T04:11:09.453Z | Downloaded strum v0.26.1 |
777 | 2024-02-24T04:11:09.456Z | Downloaded chacha20 v0.9.1 |
778 | 2024-02-24T04:11:09.459Z | Downloaded cstr-argument v0.1.2 |
779 | 2024-02-24T04:11:09.464Z | Downloaded num_threads v0.1.6 |
780 | 2024-02-24T04:11:09.464Z | Downloaded newtype_derive v0.1.6 |
781 | 2024-02-24T04:11:09.467Z | Downloaded md5 v0.7.0 |
782 | 2024-02-24T04:11:09.467Z | Downloaded matches v0.1.10 |
783 | 2024-02-24T04:11:09.467Z | Downloaded async-trait v0.1.77 |
784 | 2024-02-24T04:11:09.470Z | Downloaded darling v0.20.3 |
785 | 2024-02-24T04:11:09.473Z | Downloaded pretty-hex v0.4.1 |
786 | 2024-02-24T04:11:09.476Z | Downloaded kstat-rs v0.2.3 |
787 | 2024-02-24T04:11:09.476Z | Downloaded normalize-line-endings v0.3.0 |
788 | 2024-02-24T04:11:09.479Z | Downloaded precomputed-hash v0.1.1 |
789 | 2024-02-24T04:11:09.480Z | Downloaded new_debug_unreachable v1.0.4 |
790 | 2024-02-24T04:11:09.480Z | Downloaded atomicwrites v0.4.3 |
791 | 2024-02-24T04:11:09.483Z | Downloaded parse-display-derive v0.9.0 |
792 | 2024-02-24T04:11:09.483Z | Downloaded lalrpop-util v0.19.12 |
793 | 2024-02-24T04:11:09.486Z | Downloaded bitflags v1.3.2 |
794 | 2024-02-24T04:11:09.490Z | Downloaded predicates-core v1.0.6 |
795 | 2024-02-24T04:11:09.490Z | Downloaded num-derive v0.4.0 |
796 | 2024-02-24T04:11:09.493Z | Downloaded num v0.4.1 |
797 | 2024-02-24T04:11:09.493Z | Downloaded plain v0.2.3 |
798 | 2024-02-24T04:11:09.496Z | Downloaded newtype-uuid v1.0.1 |
799 | 2024-02-24T04:11:09.496Z | Downloaded mime v0.3.17 |
800 | 2024-02-24T04:11:09.499Z | Downloaded pin-utils v0.1.0 |
801 | 2024-02-24T04:11:09.499Z | Downloaded deranged v0.3.8 |
802 | 2024-02-24T04:11:09.502Z | Downloaded openssl-probe v0.1.5 |
803 | 2024-02-24T04:11:09.502Z | Downloaded option-ext v0.2.0 |
804 | 2024-02-24T04:11:09.502Z | Downloaded debug-ignore v1.0.5 |
805 | 2024-02-24T04:11:09.508Z | Downloaded bit-vec v0.6.3 |
806 | 2024-02-24T04:11:09.511Z | Downloaded lru-cache v0.1.2 |
807 | 2024-02-24T04:11:09.511Z | Downloaded memmap v0.7.0 |
808 | 2024-02-24T04:11:09.511Z | Downloaded log v0.4.20 |
809 | 2024-02-24T04:11:09.511Z | Downloaded ctr v0.9.2 |
810 | 2024-02-24T04:11:09.514Z | Downloaded foreign-types v0.3.2 |
811 | 2024-02-24T04:11:09.514Z | Downloaded try-lock v0.2.4 |
812 | 2024-02-24T04:11:09.517Z | Downloaded want v0.3.1 |
813 | 2024-02-24T04:11:09.517Z | Downloaded crossbeam-deque v0.8.3 |
814 | 2024-02-24T04:11:09.520Z | Downloaded ciborium-ll v0.2.2 |
815 | 2024-02-24T04:11:09.520Z | Downloaded pbkdf2 v0.12.2 |
816 | 2024-02-24T04:11:09.524Z | Downloaded cfg-if v1.0.0 |
817 | 2024-02-24T04:11:09.524Z | Downloaded libefi-sys v0.1.0 |
818 | 2024-02-24T04:11:09.527Z | Downloaded parse-display v0.9.0 |
819 | 2024-02-24T04:11:09.527Z | Downloaded cobs v0.2.3 |
820 | 2024-02-24T04:11:09.530Z | Downloaded defmt v0.3.5 |
821 | 2024-02-24T04:11:09.533Z | Downloaded arrayvec v0.7.4 |
822 | 2024-02-24T04:11:09.533Z | Downloaded clap_lex v0.7.0 |
823 | 2024-02-24T04:11:09.536Z | Downloaded polyval v0.6.1 |
824 | 2024-02-24T04:11:09.539Z | Downloaded atomic-waker v1.1.1 |
825 | 2024-02-24T04:11:09.539Z | Downloaded pkg-config v0.3.27 |
826 | 2024-02-24T04:11:09.542Z | Downloaded num_enum_derive v0.5.11 |
827 | 2024-02-24T04:11:09.542Z | Downloaded num_enum v0.5.11 |
828 | 2024-02-24T04:11:09.545Z | Downloaded pbkdf2 v0.11.0 |
829 | 2024-02-24T04:11:09.548Z | Downloaded zeroize_derive v1.4.2 |
830 | 2024-02-24T04:11:09.551Z | Downloaded pest_derive v2.7.6 |
831 | 2024-02-24T04:11:09.554Z | Downloaded const-oid v0.9.5 |
832 | 2024-02-24T04:11:09.555Z | Downloaded cc v1.0.83 |
833 | 2024-02-24T04:11:09.560Z | Downloaded fallible-iterator v0.2.0 |
834 | 2024-02-24T04:11:09.563Z | Downloaded pkcs8 v0.10.2 |
835 | 2024-02-24T04:11:09.563Z | Downloaded password-hash v0.4.2 |
836 | 2024-02-24T04:11:09.566Z | Downloaded strum v0.25.0 |
837 | 2024-02-24T04:11:09.566Z | Downloaded arc-swap v1.6.0 |
838 | 2024-02-24T04:11:09.569Z | Downloaded mime_guess v2.0.4 |
839 | 2024-02-24T04:11:09.572Z | Downloaded http-range v0.1.5 |
840 | 2024-02-24T04:11:09.572Z | Downloaded take_mut v0.2.2 |
841 | 2024-02-24T04:11:09.575Z | Downloaded blake2 v0.10.6 |
842 | 2024-02-24T04:11:09.575Z | Downloaded float-cmp v0.9.0 |
843 | 2024-02-24T04:11:09.578Z | Downloaded dirs v5.0.1 |
844 | 2024-02-24T04:11:09.578Z | Downloaded instant v0.1.12 |
845 | 2024-02-24T04:11:09.581Z | Downloaded pin-project-lite v0.2.13 |
846 | 2024-02-24T04:11:09.584Z | Downloaded toolchain_find v0.2.0 |
847 | 2024-02-24T04:11:09.587Z | Downloaded display-error-chain v0.2.0 |
848 | 2024-02-24T04:11:09.587Z | Downloaded num-complex v0.4.4 |
849 | 2024-02-24T04:11:09.590Z | Downloaded macaddr v1.0.1 |
850 | 2024-02-24T04:11:09.590Z | Downloaded md-5 v0.10.5 |
851 | 2024-02-24T04:11:09.593Z | Downloaded parking_lot v0.12.1 |
852 | 2024-02-24T04:11:09.596Z | Downloaded num-rational v0.4.1 |
853 | 2024-02-24T04:11:09.596Z | Downloaded openapiv3 v2.0.0 |
854 | 2024-02-24T04:11:09.607Z | Downloaded time-core v0.1.1 |
855 | 2024-02-24T04:11:09.609Z | Downloaded hyper-tls v0.5.0 |
856 | 2024-02-24T04:11:09.609Z | Downloaded hex-literal v0.4.1 |
857 | 2024-02-24T04:11:09.615Z | Downloaded slog-async v2.8.0 |
858 | 2024-02-24T04:11:09.615Z | Downloaded itoa v1.0.9 |
859 | 2024-02-24T04:11:09.618Z | Downloaded scopeguard v1.2.0 |
860 | 2024-02-24T04:11:09.618Z | Downloaded tokio-native-tls v0.3.1 |
861 | 2024-02-24T04:11:09.618Z | Downloaded platforms v3.0.2 |
862 | 2024-02-24T04:11:09.621Z | Downloaded openssl-sys v0.9.96 |
863 | 2024-02-24T04:11:09.624Z | Downloaded resolv-conf v0.7.0 |
864 | 2024-02-24T04:11:09.627Z | Downloaded usdt-impl v0.5.0 |
865 | 2024-02-24T04:11:09.627Z | Downloaded walkdir v2.4.0 |
866 | 2024-02-24T04:11:09.630Z | Downloaded futures-executor v0.3.30 |
867 | 2024-02-24T04:11:09.630Z | Downloaded http-body v0.4.5 |
868 | 2024-02-24T04:11:09.633Z | Downloaded structopt-derive v0.4.18 |
869 | 2024-02-24T04:11:09.633Z | Downloaded textwrap v0.11.0 |
870 | 2024-02-24T04:11:09.636Z | Downloaded smf v0.2.2 |
871 | 2024-02-24T04:11:09.636Z | Downloaded universal-hash v0.5.1 |
872 | 2024-02-24T04:11:09.639Z | Downloaded zeroize v1.7.0 |
873 | 2024-02-24T04:11:09.639Z | Downloaded thread-id v4.2.0 |
874 | 2024-02-24T04:11:09.642Z | Downloaded terminal_size v0.3.0 |
875 | 2024-02-24T04:11:09.642Z | Downloaded miniz_oxide v0.7.1 |
876 | 2024-02-24T04:11:09.645Z | Downloaded toml v0.7.8 |
877 | 2024-02-24T04:11:09.648Z | Downloaded crossbeam-epoch v0.9.15 |
878 | 2024-02-24T04:11:09.651Z | Downloaded secrecy v0.8.0 |
879 | 2024-02-24T04:11:09.651Z | Downloaded bytes v1.5.0 |
880 | 2024-02-24T04:11:10.067Z | Downloaded group v0.13.0 |
881 | 2024-02-24T04:11:10.074Z | Downloaded either v1.10.0 |
882 | 2024-02-24T04:11:10.074Z | Downloaded rustc_version v0.1.7 |
883 | 2024-02-24T04:11:10.074Z | Downloaded rustls-pemfile v1.0.3 |
884 | 2024-02-24T04:11:10.074Z | Downloaded embedded-io v0.4.0 |
885 | 2024-02-24T04:11:10.074Z | Downloaded signal-hook-mio v0.2.3 |
886 | 2024-02-24T04:11:10.074Z | Downloaded rand_core v0.5.1 |
887 | 2024-02-24T04:11:10.074Z | Downloaded slog-envlogger v2.2.0 |
888 | 2024-02-24T04:11:10.074Z | Downloaded pest_meta v2.7.6 |
889 | 2024-02-24T04:11:10.074Z | Downloaded tokio-rustls v0.24.1 |
890 | 2024-02-24T04:11:10.074Z | Downloaded ff v0.13.0 |
891 | 2024-02-24T04:11:10.074Z | Downloaded serde_derive_internals v0.26.0 |
892 | 2024-02-24T04:11:10.074Z | Downloaded indexmap v1.9.3 |
893 | 2024-02-24T04:11:10.074Z | Downloaded half v2.3.1 |
894 | 2024-02-24T04:11:10.074Z | Downloaded rfc6979 v0.4.0 |
895 | 2024-02-24T04:11:10.074Z | Downloaded clap v4.5.0 |
896 | 2024-02-24T04:11:10.074Z | Downloaded endian-type v0.1.2 |
897 | 2024-02-24T04:11:10.074Z | Downloaded r2d2 v0.8.10 |
898 | 2024-02-24T04:11:10.074Z | Downloaded semver v1.0.22 |
899 | 2024-02-24T04:11:10.074Z | Downloaded swrite v0.1.0 |
900 | 2024-02-24T04:11:10.074Z | Downloaded num-traits v0.2.16 |
901 | 2024-02-24T04:11:10.074Z | Downloaded ident_case v1.0.1 |
902 | 2024-02-24T04:11:10.075Z | Downloaded zerocopy-derive v0.7.32 |
903 | 2024-02-24T04:11:10.075Z | Downloaded tinyvec_macros v0.1.1 |
904 | 2024-02-24T04:11:10.075Z | Downloaded signature v2.1.0 |
905 | 2024-02-24T04:11:10.075Z | Downloaded omicron-zone-package v0.11.0 |
906 | 2024-02-24T04:11:10.075Z | Downloaded utf8parse v0.2.1 |
907 | 2024-02-24T04:11:10.075Z | Downloaded getopts v0.2.21 |
908 | 2024-02-24T04:11:10.075Z | Downloaded crypto-bigint v0.5.2 |
909 | 2024-02-24T04:11:10.075Z | Downloaded rand_chacha v0.3.1 |
910 | 2024-02-24T04:11:10.075Z | Downloaded quick-error v1.2.3 |
911 | 2024-02-24T04:11:10.075Z | Downloaded iana-time-zone v0.1.57 |
912 | 2024-02-24T04:11:10.075Z | Downloaded untrusted v0.9.0 |
913 | 2024-02-24T04:11:10.075Z | Downloaded hostname v0.3.1 |
914 | 2024-02-24T04:11:10.075Z | Downloaded untrusted v0.7.1 |
915 | 2024-02-24T04:11:10.075Z | Downloaded thiserror-impl v1.0.57 |
916 | 2024-02-24T04:11:10.075Z | Downloaded string_cache v0.8.7 |
917 | 2024-02-24T04:11:10.075Z | Downloaded futures-io v0.3.30 |
918 | 2024-02-24T04:11:10.075Z | Downloaded strsim v0.8.0 |
919 | 2024-02-24T04:11:10.075Z | Downloaded tracing-core v0.1.31 |
920 | 2024-02-24T04:11:10.075Z | Downloaded ecdsa v0.16.9 |
921 | 2024-02-24T04:11:10.075Z | Downloaded hyper-rustls v0.24.2 |
922 | 2024-02-24T04:11:10.075Z | Downloaded is-terminal v0.4.9 |
923 | 2024-02-24T04:11:10.075Z | Downloaded spki v0.7.2 |
924 | 2024-02-24T04:11:10.075Z | Downloaded rustfmt-wrapper v0.2.0 |
925 | 2024-02-24T04:11:10.075Z | Downloaded tempfile v3.10.0 |
926 | 2024-02-24T04:11:10.076Z | Downloaded schemars_derive v0.8.16 |
927 | 2024-02-24T04:11:10.076Z | Downloaded hyper-staticfile v0.9.5 |
928 | 2024-02-24T04:11:10.076Z | Downloaded serde_spanned v0.6.5 |
929 | 2024-02-24T04:11:10.076Z | Downloaded dyn-clone v1.0.16 |
930 | 2024-02-24T04:11:10.076Z | Downloaded zerocopy v0.3.0 |
931 | 2024-02-24T04:11:10.076Z | Downloaded quote v1.0.35 |
932 | 2024-02-24T04:11:10.076Z | Downloaded slog-stdlog v4.1.1 |
933 | 2024-02-24T04:11:10.076Z | Downloaded usdt-macro v0.5.0 |
934 | 2024-02-24T04:11:10.076Z | Downloaded serde_tokenstream v0.1.7 |
935 | 2024-02-24T04:11:10.076Z | Downloaded steno v0.4.0 |
936 | 2024-02-24T04:11:10.076Z | Downloaded dtrace-parser v0.2.0 |
937 | 2024-02-24T04:11:10.076Z | Downloaded slog-bunyan v2.5.0 |
938 | 2024-02-24T04:11:10.076Z | Downloaded httpdate v1.0.3 |
939 | 2024-02-24T04:11:10.076Z | Downloaded sha2 v0.10.8 |
940 | 2024-02-24T04:11:10.076Z | Downloaded dof v0.1.5 |
941 | 2024-02-24T04:11:10.076Z | Downloaded same-file v1.0.6 |
942 | 2024-02-24T04:11:10.076Z | Downloaded vsss-rs v3.3.4 |
943 | 2024-02-24T04:11:10.076Z | Downloaded keccak v0.1.4 |
944 | 2024-02-24T04:11:10.076Z | Downloaded hash32 v0.3.1 |
945 | 2024-02-24T04:11:10.076Z | Downloaded headers-core v0.2.0 |
946 | 2024-02-24T04:11:10.076Z | Downloaded serde_with_macros v3.6.1 |
947 | 2024-02-24T04:11:10.076Z | Downloaded unicode-ident v1.0.12 |
948 | 2024-02-24T04:11:10.076Z | Downloaded serde v1.0.196 |
949 | 2024-02-24T04:11:10.076Z | Downloaded digest v0.10.7 |
950 | 2024-02-24T04:11:10.076Z | Downloaded serde_path_to_error v0.1.15 |
951 | 2024-02-24T04:11:10.076Z | Downloaded topological-sort v0.2.2 |
952 | 2024-02-24T04:11:10.077Z | Downloaded utf-8 v0.7.6 |
953 | 2024-02-24T04:11:10.077Z | Downloaded sha1 v0.10.6 |
954 | 2024-02-24T04:11:10.077Z | Downloaded fnv v1.0.7 |
955 | 2024-02-24T04:11:10.077Z | Downloaded glob v0.3.1 |
956 | 2024-02-24T04:11:10.077Z | Downloaded base64 v0.21.7 |
957 | 2024-02-24T04:11:10.077Z | Downloaded tokio-tungstenite v0.20.1 |
958 | 2024-02-24T04:11:10.077Z | Downloaded semver v0.11.0 |
959 | 2024-02-24T04:11:10.077Z | Downloaded signal-hook v0.3.17 |
960 | 2024-02-24T04:11:10.077Z | Downloaded rand_core v0.6.4 |
961 | 2024-02-24T04:11:10.077Z | Downloaded http v1.0.0 |
962 | 2024-02-24T04:11:10.077Z | Downloaded num-bigint v0.4.4 |
963 | 2024-02-24T04:11:10.077Z | Downloaded semver v0.1.20 |
964 | 2024-02-24T04:11:10.077Z | Downloaded dof v0.3.0 |
965 | 2024-02-24T04:11:10.077Z | Downloaded heapless v0.8.0 |
966 | 2024-02-24T04:11:10.077Z | Downloaded serde_repr v0.1.16 |
967 | 2024-02-24T04:11:10.077Z | Downloaded whoami v1.4.1 |
968 | 2024-02-24T04:11:10.077Z | Downloaded slog-dtrace v0.3.0 |
969 | 2024-02-24T04:11:10.077Z | Downloaded rustls-pki-types v1.3.0 |
970 | 2024-02-24T04:11:10.077Z | Downloaded futures-task v0.3.30 |
971 | 2024-02-24T04:11:10.077Z | Downloaded foreign-types-shared v0.3.1 |
972 | 2024-02-24T04:11:10.077Z | Downloaded backtrace v0.3.69 |
973 | 2024-02-24T04:11:10.077Z | Downloaded waitgroup v0.1.2 |
974 | 2024-02-24T04:11:10.077Z | Downloaded tower-service v0.3.2 |
975 | 2024-02-24T04:11:10.077Z | Downloaded futures-core v0.3.30 |
976 | 2024-02-24T04:11:10.077Z | Downloaded gethostname v0.4.3 |
977 | 2024-02-24T04:11:10.078Z | Downloaded rustversion v1.0.14 |
978 | 2024-02-24T04:11:10.078Z | Downloaded zone v0.3.0 |
979 | 2024-02-24T04:11:10.078Z | Downloaded russh-keys v0.42.0 |
980 | 2024-02-24T04:11:10.078Z | Downloaded serde_yaml v0.9.25 |
981 | 2024-02-24T04:11:10.082Z | Downloaded trust-dns-resolver v0.22.0 |
982 | 2024-02-24T04:11:10.082Z | Downloaded fxhash v0.2.1 |
983 | 2024-02-24T04:11:10.082Z | Downloaded dtrace-parser v0.1.14 |
984 | 2024-02-24T04:11:10.082Z | Downloaded typenum v1.16.0 |
985 | 2024-02-24T04:11:10.082Z | Downloaded postgres-types v0.2.6 |
986 | 2024-02-24T04:11:10.082Z | Downloaded spin v0.5.2 |
987 | 2024-02-24T04:11:10.082Z | Downloaded rand_chacha v0.2.2 |
988 | 2024-02-24T04:11:10.082Z | Downloaded elliptic-curve v0.13.8 |
989 | 2024-02-24T04:11:10.082Z | Downloaded ipnet v2.9.0 |
990 | 2024-02-24T04:11:10.082Z | Downloaded toml_edit v0.19.15 |
991 | 2024-02-24T04:11:10.083Z | Downloaded scroll_derive v0.12.0 |
992 | 2024-02-24T04:11:10.083Z | Downloaded version_check v0.9.4 |
993 | 2024-02-24T04:11:10.083Z | Downloaded scheduled-thread-pool v0.2.7 |
994 | 2024-02-24T04:11:10.083Z | Downloaded dirs-next v2.0.0 |
995 | 2024-02-24T04:11:10.083Z | Downloaded subtle v2.5.0 |
996 | 2024-02-24T04:11:10.083Z | Downloaded semver-parser v0.10.2 |
997 | 2024-02-24T04:11:10.083Z | Downloaded proc-macro-error-attr v1.0.4 |
998 | 2024-02-24T04:11:10.083Z | Downloaded difflib v0.4.0 |
999 | 2024-02-24T04:11:10.083Z | Downloaded subprocess v0.2.9 |
1000 | 2024-02-24T04:11:10.083Z | Downloaded flagset v0.4.3 |
1001 | 2024-02-24T04:11:10.083Z | Downloaded dirs-sys v0.4.1 |
1002 | 2024-02-24T04:11:10.083Z | Downloaded toml_edit v0.22.6 |
1003 | 2024-02-24T04:11:10.083Z | Downloaded ghash v0.5.0 |
1004 | 2024-02-24T04:11:10.083Z | Downloaded hex v0.4.3 |
1005 | 2024-02-24T04:11:10.083Z | Downloaded tinyvec v1.6.0 |
1006 | 2024-02-24T04:11:10.083Z | Downloaded uuid v1.7.0 |
1007 | 2024-02-24T04:11:10.083Z | Downloaded fixedbitset v0.4.2 |
1008 | 2024-02-24T04:11:10.083Z | Downloaded foreign-types v0.5.0 |
1009 | 2024-02-24T04:11:10.083Z | Downloaded sct v0.7.0 |
1010 | 2024-02-24T04:11:10.083Z | Downloaded foreign-types-macros v0.2.3 |
1011 | 2024-02-24T04:11:10.083Z | Downloaded hubpack v0.1.2 |
1012 | 2024-02-24T04:11:10.083Z | Downloaded toml_datetime v0.6.5 |
1013 | 2024-02-24T04:11:10.083Z | Downloaded yasna v0.5.2 |
1014 | 2024-02-24T04:11:10.083Z | Downloaded tracing-attributes v0.1.26 |
1015 | 2024-02-24T04:11:10.084Z | Downloaded similar v2.3.0 |
1016 | 2024-02-24T04:11:10.084Z | Downloaded generic-array v0.14.7 |
1017 | 2024-02-24T04:11:10.084Z | Downloaded synstructure v0.12.6 |
1018 | 2024-02-24T04:11:10.084Z | Downloaded foreign-types-shared v0.1.1 |
1019 | 2024-02-24T04:11:10.084Z | Downloaded dirs-sys-next v0.1.2 |
1020 | 2024-02-24T04:11:10.084Z | Downloaded scroll v0.12.0 |
1021 | 2024-02-24T04:11:10.084Z | Downloaded form_urlencoded v1.2.1 |
1022 | 2024-02-24T04:11:10.084Z | Downloaded tokio-postgres v0.7.10 |
1023 | 2024-02-24T04:11:10.084Z | Downloaded unicode-bidi v0.3.13 |
1024 | 2024-02-24T04:11:10.084Z | Downloaded strum_macros v0.26.1 |
1025 | 2024-02-24T04:11:10.084Z | Downloaded usdt-impl v0.3.5 |
1026 | 2024-02-24T04:11:10.084Z | Downloaded socket2 v0.5.5 |
1027 | 2024-02-24T04:11:10.084Z | Downloaded smallvec v1.13.1 |
1028 | 2024-02-24T04:11:10.084Z | Downloaded trust-dns-server v0.22.1 |
1029 | 2024-02-24T04:11:10.084Z | Downloaded crossterm v0.27.0 |
1030 | 2024-02-24T04:11:10.084Z | Downloaded rustls-pemfile v2.1.0 |
1031 | 2024-02-24T04:11:10.084Z | Downloaded socket2 v0.4.9 |
1032 | 2024-02-24T04:11:10.084Z | Downloaded ryu v1.0.15 |
1033 | 2024-02-24T04:11:10.084Z | Downloaded serde_derive v1.0.196 |
1034 | 2024-02-24T04:11:10.084Z | Downloaded libm v0.2.7 |
1035 | 2024-02-24T04:11:10.084Z | Downloaded chrono v0.4.31 |
1036 | 2024-02-24T04:11:10.084Z | Downloaded schemars v0.8.16 |
1037 | 2024-02-24T04:11:10.084Z | Downloaded flate2 v1.0.28 |
1038 | 2024-02-24T04:11:10.084Z | Downloaded clap v2.34.0 |
1039 | 2024-02-24T04:11:10.084Z | Downloaded rayon-core v1.12.0 |
1040 | 2024-02-24T04:11:10.085Z | Downloaded trust-dns-client v0.22.0 |
1041 | 2024-02-24T04:11:10.085Z | Downloaded time v0.3.27 |
1042 | 2024-02-24T04:11:10.085Z | Downloaded rcgen v0.12.1 |
1043 | 2024-02-24T04:11:10.085Z | Downloaded tungstenite v0.20.1 |
1044 | 2024-02-24T04:11:10.085Z | Downloaded regex-automata v0.1.10 |
1045 | 2024-02-24T04:11:10.085Z | Downloaded heapless v0.7.16 |
1046 | 2024-02-24T04:11:10.085Z | Downloaded tracing v0.1.37 |
1047 | 2024-02-24T04:11:10.085Z | Downloaded blake3 v1.5.0 |
1048 | 2024-02-24T04:11:10.085Z | Downloaded russh v0.42.0 |
1049 | 2024-02-24T04:11:10.085Z | Downloaded petgraph v0.6.4 |
1050 | 2024-02-24T04:11:10.085Z | Downloaded unicode-segmentation v1.10.1 |
1051 | 2024-02-24T04:11:10.085Z | Downloaded serde_with v3.6.1 |
1052 | 2024-02-24T04:11:10.085Z | Downloaded itertools v0.12.1 |
1053 | 2024-02-24T04:11:10.085Z | Downloaded http v0.2.11 |
1054 | 2024-02-24T04:11:10.089Z | Downloaded hkdf v0.12.4 |
1055 | 2024-02-24T04:11:10.089Z | Downloaded unicode-normalization v0.1.22 |
1056 | 2024-02-24T04:11:10.090Z | Downloaded headers v0.3.9 |
1057 | 2024-02-24T04:11:10.094Z | Downloaded itertools v0.10.5 |
1058 | 2024-02-24T04:11:10.101Z | Downloaded hashbrown v0.14.3 |
1059 | 2024-02-24T04:11:10.107Z | Downloaded toml v0.5.11 |
1060 | 2024-02-24T04:11:10.110Z | Downloaded indexmap v2.2.3 |
1061 | 2024-02-24T04:11:10.114Z | Downloaded winnow v0.5.15 |
1062 | 2024-02-24T04:11:10.122Z | Downloaded rustls-webpki v0.102.1 |
1063 | 2024-02-24T04:11:10.141Z | Downloaded rand v0.7.3 |
1064 | 2024-02-24T04:11:10.146Z | Downloaded zerocopy v0.7.32 |
1065 | 2024-02-24T04:11:10.166Z | Downloaded tokio-util v0.7.10 |
1066 | 2024-02-24T04:11:10.169Z | Downloaded h2 v0.3.24 |
1067 | 2024-02-24T04:11:10.176Z | Downloaded object v0.32.1 |
1068 | 2024-02-24T04:11:10.187Z | Downloaded rayon v1.8.0 |
1069 | 2024-02-24T04:11:10.196Z | Downloaded smoltcp v0.9.1 |
1070 | 2024-02-24T04:11:10.208Z | Downloaded reqwest v0.11.22 |
1071 | 2024-02-24T04:11:10.215Z | Downloaded hyper v0.14.27 |
1072 | 2024-02-24T04:11:10.226Z | Downloaded radix_trie v0.2.1 |
1073 | 2024-02-24T04:11:10.229Z | Downloaded rustls v0.21.9 |
1074 | 2024-02-24T04:11:10.241Z | Downloaded gimli v0.28.0 |
1075 | 2024-02-24T04:11:10.249Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2024-02-24T04:11:10.262Z | Downloaded bstr v1.6.0 |
1077 | 2024-02-24T04:11:10.273Z | Downloaded diesel v2.1.4 |
1078 | 2024-02-24T04:11:10.292Z | Downloaded regex v1.10.3 |
1079 | 2024-02-24T04:11:10.306Z | Downloaded regress v0.8.0 |
1080 | 2024-02-24T04:11:10.314Z | Downloaded regex-syntax v0.8.2 |
1081 | 2024-02-24T04:11:10.323Z | Downloaded smoltcp v0.11.0 |
1082 | 2024-02-24T04:11:10.337Z | Downloaded rustls v0.22.2 |
1083 | 2024-02-24T04:11:10.351Z | Downloaded sled v0.34.7 |
1084 | 2024-02-24T04:11:10.363Z | Downloaded idna v0.2.3 |
1085 | 2024-02-24T04:11:10.369Z | Downloaded libc v0.2.153 |
1086 | 2024-02-24T04:11:10.401Z | Downloaded idna v0.5.0 |
1087 | 2024-02-24T04:11:10.404Z | Downloaded rustix v0.38.31 |
1088 | 2024-02-24T04:11:10.428Z | Downloaded bstr v0.2.17 |
1089 | 2024-02-24T04:11:10.442Z | Downloaded tokio v1.36.0 |
1090 | 2024-02-24T04:11:10.475Z | Downloaded zerocopy-derive v0.2.0 |
1091 | 2024-02-24T04:11:10.483Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1092 | 2024-02-24T04:11:10.496Z | Downloaded zerocopy-derive v0.6.4 |
1093 | 2024-02-24T04:11:10.506Z | Downloaded regex-automata v0.4.4 |
1094 | 2024-02-24T04:11:10.525Z | Downloaded regex-automata v0.3.8 |
1095 | 2024-02-24T04:11:10.543Z | Downloaded sha3 v0.10.8 |
1096 | 2024-02-24T04:11:10.547Z | Downloaded openssl v0.10.60 |
1097 | 2024-02-24T04:11:10.557Z | Downloaded webpki-roots v0.25.2 |
1098 | 2024-02-24T04:11:10.560Z | Downloaded syn v1.0.109 |
1099 | 2024-02-24T04:11:10.574Z | Downloaded winnow v0.6.1 |
1100 | 2024-02-24T04:11:10.580Z | Downloaded rustls-webpki v0.101.7 |
1101 | 2024-02-24T04:11:10.595Z | Downloaded futures-util v0.3.30 |
1102 | 2024-02-24T04:11:10.606Z | Downloaded winapi v0.3.9 |
1103 | 2024-02-24T04:11:10.647Z | Downloaded encoding_rs v0.8.33 |
1104 | 2024-02-24T04:11:10.668Z | Downloaded serde_json v1.0.114 |
1105 | 2024-02-24T04:11:10.675Z | Downloaded vcpkg v0.2.15 |
1106 | 2024-02-24T04:11:10.716Z | Downloaded goblin v0.8.0 |
1107 | 2024-02-24T04:11:10.721Z | Downloaded syn v2.0.48 |
1108 | 2024-02-24T04:11:10.732Z | Downloaded rand v0.8.5 |
1109 | 2024-02-24T04:11:10.736Z | Downloaded hashbrown v0.12.3 |
1110 | 2024-02-24T04:11:10.746Z | Downloaded aho-corasick v1.0.4 |
1111 | 2024-02-24T04:11:10.749Z | Downloaded aes-gcm v0.10.3 |
1112 | 2024-02-24T04:11:10.749Z | Downloaded nom v7.1.3 |
1113 | 2024-02-24T04:11:10.754Z | Downloaded p521 v0.13.3 |
1114 | 2024-02-24T04:11:10.758Z | Downloaded clap_builder v4.5.0 |
1115 | 2024-02-24T04:11:10.765Z | Downloaded rustc_version v0.4.0 |
1116 | 2024-02-24T04:11:10.768Z | Downloaded getrandom v0.2.10 |
1117 | 2024-02-24T04:11:10.771Z | Downloaded time-macros v0.2.13 |
1118 | 2024-02-24T04:11:10.771Z | Downloaded thiserror-impl-no-std v2.0.2 |
1119 | 2024-02-24T04:11:10.774Z | Downloaded slog-json v2.6.1 |
1120 | 2024-02-24T04:11:10.774Z | Downloaded tokio-stream v0.1.14 |
1121 | 2024-02-24T04:11:10.778Z | Downloaded tar v0.4.40 |
1122 | 2024-02-24T04:11:10.781Z | Downloaded mio v0.8.9 |
1123 | 2024-02-24T04:11:10.786Z | Downloaded memchr v2.6.3 |
1124 | 2024-02-24T04:11:10.793Z | Downloaded ring v0.17.8 |
1125 | 2024-02-24T04:11:10.877Z | Downloaded signal-hook-registry v1.4.1 |
1126 | 2024-02-24T04:11:10.880Z | Downloaded spin v0.9.8 |
1127 | 2024-02-24T04:11:10.884Z | Downloaded toml v0.8.10 |
1128 | 2024-02-24T04:11:10.887Z | Downloaded ed25519-dalek v2.0.0 |
1129 | 2024-02-24T04:11:10.891Z | Downloaded unsafe-libyaml v0.2.10 |
1130 | 2024-02-24T04:11:10.894Z | Downloaded hmac v0.12.1 |
1131 | 2024-02-24T04:11:10.900Z | Downloaded structmeta-derive v0.3.0 |
1132 | 2024-02-24T04:11:10.900Z | Downloaded heck v0.4.1 |
1133 | 2024-02-24T04:11:10.903Z | Downloaded inout v0.1.3 |
1134 | 2024-02-24T04:11:10.903Z | Downloaded home v0.5.5 |
1135 | 2024-02-24T04:11:10.903Z | Downloaded futures v0.3.30 |
1136 | 2024-02-24T04:11:10.906Z | Downloaded pest v2.7.6 |
1137 | 2024-02-24T04:11:10.909Z | Downloaded futures-channel v0.3.30 |
1138 | 2024-02-24T04:11:10.912Z | Downloaded proc-macro2 v1.0.78 |
1139 | 2024-02-24T04:11:10.915Z | Downloaded proc-macro-error v1.0.4 |
1140 | 2024-02-24T04:11:10.918Z | Downloaded slog-scope v4.4.0 |
1141 | 2024-02-24T04:11:10.918Z | Downloaded zip v0.6.6 |
1142 | 2024-02-24T04:11:10.921Z | Downloaded slog-term v2.9.0 |
1143 | 2024-02-24T04:11:10.925Z | Downloaded url v2.5.0 |
1144 | 2024-02-24T04:11:10.928Z | Downloaded minimal-lexical v0.2.1 |
1145 | 2024-02-24T04:11:10.932Z | Downloaded proc-macro-crate v1.3.1 |
1146 | 2024-02-24T04:11:10.935Z | Downloaded futures-sink v0.3.30 |
1147 | 2024-02-24T04:11:10.935Z | Downloaded enum-as-inner v0.5.1 |
1148 | 2024-02-24T04:11:10.935Z | Downloaded primeorder v0.13.6 |
1149 | 2024-02-24T04:11:10.938Z | Downloaded zerocopy v0.6.4 |
1150 | 2024-02-24T04:11:10.938Z | Downloaded slog v2.7.0 |
1151 | 2024-02-24T04:11:10.942Z | Downloaded slab v0.4.9 |
1152 | 2024-02-24T04:11:10.942Z | Downloaded rustc-demangle v0.1.23 |
1153 | 2024-02-24T04:11:10.944Z | Downloaded usdt v0.5.0 |
1154 | 2024-02-24T04:11:10.945Z | Downloaded httparse v1.8.0 |
1155 | 2024-02-24T04:11:10.948Z | Downloaded futures-macro v0.3.30 |
1156 | 2024-02-24T04:11:10.948Z | Downloaded der v0.7.8 |
1157 | 2024-02-24T04:11:10.951Z | Downloaded filetime v0.2.23 |
1158 | 2024-02-24T04:11:10.954Z | Downloaded serde_tokenstream v0.2.0 |
1159 | 2024-02-24T04:11:10.959Z | Downloaded thread_local v1.1.7 |
1160 | 2024-02-24T04:11:10.960Z | Downloaded usdt-attr-macro v0.3.5 |
1161 | 2024-02-24T04:11:10.963Z | Downloaded getrandom v0.1.16 |
1162 | 2024-02-24T04:11:10.963Z | Downloaded postgres-protocol v0.6.6 |
1163 | 2024-02-24T04:11:10.963Z | Downloaded ipnetwork v0.20.0 |
1164 | 2024-02-24T04:11:10.963Z | Downloaded russh-cryptovec v0.7.0 |
1165 | 2024-02-24T04:11:10.963Z | Downloaded errno v0.3.8 |
1166 | 2024-02-24T04:11:10.966Z | Downloaded stable_deref_trait v1.2.0 |
1167 | 2024-02-24T04:11:10.966Z | Downloaded p256 v0.13.2 |
1168 | 2024-02-24T04:11:10.969Z | Downloaded siphasher v0.3.11 |
1169 | 2024-02-24T04:11:10.969Z | Downloaded sec1 v0.7.3 |
1170 | 2024-02-24T04:11:10.971Z | Downloaded ring v0.16.20 |
1171 | 2024-02-24T04:11:11.050Z | Downloaded ed25519 v2.2.2 |
1172 | 2024-02-24T04:11:11.053Z | Downloaded serde_urlencoded v0.7.1 |
1173 | 2024-02-24T04:11:11.053Z | Downloaded stringprep v0.1.3 |
1174 | 2024-02-24T04:11:11.056Z | Downloaded tokio-rustls v0.25.0 |
1175 | 2024-02-24T04:11:11.056Z | Downloaded postcard v1.0.8 |
1176 | 2024-02-24T04:11:11.059Z | Downloaded fastrand v2.0.1 |
1177 | 2024-02-24T04:11:11.060Z | Downloaded strsim v0.10.0 |
1178 | 2024-02-24T04:11:11.063Z | Downloaded equivalent v1.0.1 |
1179 | 2024-02-24T04:11:11.063Z | Downloaded owo-colors v4.0.0 |
1180 | 2024-02-24T04:11:11.065Z | Downloaded hubpack_derive v0.1.1 |
1181 | 2024-02-24T04:11:11.066Z | Downloaded camino-tempfile v1.1.1 |
1182 | 2024-02-24T04:11:11.069Z | Downloaded heck v0.3.3 |
1183 | 2024-02-24T04:11:11.069Z | Downloaded hash32 v0.2.1 |
1184 | 2024-02-24T04:11:11.069Z | Downloaded thiserror-no-std v2.0.2 |
1185 | 2024-02-24T04:11:11.072Z | Downloaded vec_map v0.8.2 |
1186 | 2024-02-24T04:11:11.075Z | Downloaded predicates v3.1.0 |
1187 | 2024-02-24T04:11:11.075Z | Downloaded usdt-attr-macro v0.5.0 |
1188 | 2024-02-24T04:11:11.081Z | Downloaded ucd-trie v0.1.6 |
1189 | 2024-02-24T04:11:11.081Z | Downloaded num-integer v0.1.46 |
1190 | 2024-02-24T04:11:11.084Z | Downloaded unicase v2.7.0 |
1191 | 2024-02-24T04:11:11.084Z | Downloaded parking_lot v0.11.2 |
1192 | 2024-02-24T04:11:11.084Z | Downloaded native-tls v0.2.11 |
1193 | 2024-02-24T04:11:11.084Z | Downloaded password-hash v0.5.0 |
1194 | 2024-02-24T04:11:11.087Z | Downloaded diesel_derives v2.1.2 |
1195 | 2024-02-24T04:11:11.090Z | Downloaded ciborium v0.2.2 |
1196 | 2024-02-24T04:11:11.090Z | Downloaded crc32fast v1.3.2 |
1197 | 2024-02-24T04:11:11.093Z | Downloaded structmeta v0.3.0 |
1198 | 2024-02-24T04:11:11.093Z | Downloaded ahash v0.8.7 |
1199 | 2024-02-24T04:11:11.096Z | Downloaded multer v3.0.0 |
1200 | 2024-02-24T04:11:11.099Z | Downloaded backoff v0.4.0 |
1201 | 2024-02-24T04:11:11.099Z | Downloaded tokio-macros v2.2.0 |
1202 | 2024-02-24T04:11:11.102Z | Downloaded percent-encoding v2.3.1 |
1203 | 2024-02-24T04:11:11.102Z | Downloaded darling_core v0.20.3 |
1204 | 2024-02-24T04:11:11.105Z | Downloaded addr2line v0.21.0 |
1205 | 2024-02-24T04:11:11.109Z | Downloaded usdt v0.3.5 |
1206 | 2024-02-24T04:11:11.109Z | Downloaded poly1305 v0.8.0 |
1207 | 2024-02-24T04:11:11.112Z | Downloaded unicode-width v0.1.11 |
1208 | 2024-02-24T04:11:11.112Z | Downloaded unicode-xid v0.2.4 |
1209 | 2024-02-24T04:11:11.112Z | Downloaded xattr v1.0.1 |
1210 | 2024-02-24T04:11:11.115Z | Downloaded usdt-macro v0.3.5 |
1211 | 2024-02-24T04:11:11.115Z | Downloaded ppv-lite86 v0.2.17 |
1212 | 2024-02-24T04:11:11.115Z | Downloaded bit-set v0.5.3 |
1213 | 2024-02-24T04:11:11.118Z | Downloaded lock_api v0.4.10 |
1214 | 2024-02-24T04:11:11.118Z | Downloaded zone_cfg_derive v0.3.0 |
1215 | 2024-02-24T04:11:11.118Z | Downloaded base64ct v1.6.0 |
1216 | 2024-02-24T04:11:11.124Z | Downloaded blowfish v0.9.1 |
1217 | 2024-02-24T04:11:11.124Z | Downloaded cbc v0.1.2 |
1218 | 2024-02-24T04:11:11.127Z | Downloaded memmap2 v0.7.1 |
1219 | 2024-02-24T04:11:11.127Z | Downloaded strum_macros v0.25.2 |
1220 | 2024-02-24T04:11:11.127Z | Downloaded defmt-macros v0.3.6 |
1221 | 2024-02-24T04:11:11.130Z | Downloaded strsim v0.11.0 |
1222 | 2024-02-24T04:11:11.130Z | Downloaded linear-map v1.2.0 |
1223 | 2024-02-24T04:11:11.133Z | Downloaded data-encoding v2.4.0 |
1224 | 2024-02-24T04:11:11.133Z | Downloaded cpufeatures v0.2.12 |
1225 | 2024-02-24T04:11:11.133Z | Downloaded block-buffer v0.10.4 |
1226 | 2024-02-24T04:11:11.136Z | Downloaded anstyle v1.0.2 |
1227 | 2024-02-24T04:11:11.136Z | Downloaded thiserror v1.0.57 |
1228 | 2024-02-24T04:11:11.139Z | Downloaded anstyle-query v1.0.0 |
1229 | 2024-02-24T04:11:11.142Z | Downloaded libsw v3.3.1 |
1230 | 2024-02-24T04:11:11.142Z | Downloaded phf_shared v0.11.2 |
1231 | 2024-02-24T04:11:11.145Z | Downloaded managed v0.8.0 |
1232 | 2024-02-24T04:11:11.145Z | Downloaded crucible-workspace-hack v0.1.0 |
1233 | 2024-02-24T04:11:11.145Z | Downloaded pest_generator v2.7.6 |
1234 | 2024-02-24T04:11:11.148Z | Downloaded match_cfg v0.1.0 |
1235 | 2024-02-24T04:11:11.148Z | Downloaded bitflags v2.4.0 |
1236 | 2024-02-24T04:11:11.151Z | Downloaded defmt-parser v0.3.3 |
1237 | 2024-02-24T04:11:11.151Z | Downloaded async-stream v0.3.5 |
1238 | 2024-02-24T04:11:11.151Z | Downloaded paste v1.0.14 |
1239 | 2024-02-24T04:11:11.154Z | Downloaded memoffset v0.9.0 |
1240 | 2024-02-24T04:11:11.157Z | Downloaded pem v3.0.2 |
1241 | 2024-02-24T04:11:11.157Z | Downloaded colored v2.0.4 |
1242 | 2024-02-24T04:11:11.160Z | Downloaded phf v0.11.2 |
1243 | 2024-02-24T04:11:11.160Z | Downloaded nibble_vec v0.1.0 |
1244 | 2024-02-24T04:11:11.160Z | Downloaded crypto-common v0.1.6 |
1245 | 2024-02-24T04:11:11.163Z | Downloaded num_cpus v1.16.0 |
1246 | 2024-02-24T04:11:11.163Z | Downloaded aead v0.5.2 |
1247 | 2024-02-24T04:11:11.166Z | Downloaded num-iter v0.1.43 |
1248 | 2024-02-24T04:11:11.166Z | Downloaded base16ct v0.2.0 |
1249 | 2024-02-24T04:11:11.166Z | Downloaded anyhow v1.0.75 |
1250 | 2024-02-24T04:11:11.171Z | Downloaded autocfg v1.1.0 |
1251 | 2024-02-24T04:11:11.174Z | Downloaded pretty-hex v0.2.1 |
1252 | 2024-02-24T04:11:11.174Z | Downloaded phf_shared v0.10.0 |
1253 | 2024-02-24T04:11:11.174Z | Downloaded der_derive v0.7.2 |
1254 | 2024-02-24T04:11:11.175Z | Downloaded parking_lot_core v0.9.8 |
1255 | 2024-02-24T04:11:11.175Z | Downloaded camino v1.1.6 |
1256 | 2024-02-24T04:11:11.178Z | Downloaded parking_lot_core v0.8.6 |
1257 | 2024-02-24T04:11:11.178Z | Downloaded allocator-api2 v0.2.16 |
1258 | 2024-02-24T04:11:11.181Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1259 | 2024-02-24T04:11:11.181Z | Downloaded cipher v0.4.4 |
1260 | 2024-02-24T04:11:11.184Z | Downloaded anstyle-parse v0.2.1 |
1261 | 2024-02-24T04:11:11.184Z | Downloaded byteorder v1.5.0 |
1262 | 2024-02-24T04:11:11.187Z | Downloaded structopt v0.3.26 |
1263 | 2024-02-24T04:11:11.191Z | Downloaded openssl-macros v0.1.1 |
1264 | 2024-02-24T04:11:11.606Z | Compiling proc-macro2 v1.0.78 |
1265 | 2024-02-24T04:11:11.606Z | Compiling unicode-ident v1.0.12 |
1266 | 2024-02-24T04:11:11.609Z | Compiling libc v0.2.153 |
1267 | 2024-02-24T04:11:11.609Z | Compiling serde v1.0.196 |
1268 | 2024-02-24T04:11:11.609Z | Compiling version_check v0.9.4 |
1269 | 2024-02-24T04:11:11.609Z | Compiling autocfg v1.1.0 |
1270 | 2024-02-24T04:11:11.648Z | Compiling cfg-if v1.0.0 |
1271 | 2024-02-24T04:11:11.818Z | Compiling syn v1.0.109 |
1272 | 2024-02-24T04:11:11.825Z | Compiling once_cell v1.19.0 |
1273 | 2024-02-24T04:11:12.216Z | Compiling thiserror v1.0.57 |
1274 | 2024-02-24T04:11:12.391Z | Compiling typenum v1.16.0 |
1275 | 2024-02-24T04:11:12.478Z | Compiling lock_api v0.4.10 |
1276 | 2024-02-24T04:11:13.088Z | Compiling memchr v2.6.3 |
1277 | 2024-02-24T04:11:13.176Z | Compiling generic-array v0.14.7 |
1278 | 2024-02-24T04:11:13.298Z | Compiling parking_lot_core v0.9.8 |
1279 | 2024-02-24T04:11:13.303Z | Compiling byteorder v1.5.0 |
1280 | 2024-02-24T04:11:13.303Z | Compiling libm v0.2.7 |
1281 | 2024-02-24T04:11:13.461Z | Compiling ahash v0.8.7 |
1282 | 2024-02-24T04:11:13.629Z | Compiling num-traits v0.2.16 |
1283 | 2024-02-24T04:11:13.728Z | Compiling serde_json v1.0.114 |
1284 | 2024-02-24T04:11:13.779Z | Compiling itoa v1.0.9 |
1285 | 2024-02-24T04:11:14.069Z | Compiling slab v0.4.9 |
1286 | 2024-02-24T04:11:14.278Z | Compiling quote v1.0.35 |
1287 | 2024-02-24T04:11:14.306Z | Compiling log v0.4.20 |
1288 | 2024-02-24T04:11:14.805Z | Compiling syn v2.0.48 |
1289 | 2024-02-24T04:11:14.881Z | Compiling getrandom v0.2.10 |
1290 | 2024-02-24T04:11:14.902Z | Compiling cc v1.0.83 |
1291 | 2024-02-24T04:11:15.041Z | Compiling scopeguard v1.2.0 |
1292 | 2024-02-24T04:11:15.095Z | Compiling rand_core v0.6.4 |
1293 | 2024-02-24T04:11:15.317Z | Compiling allocator-api2 v0.2.16 |
1294 | 2024-02-24T04:11:15.620Z | Compiling ryu v1.0.15 |
1295 | 2024-02-24T04:11:15.921Z | Compiling pkg-config v0.3.27 |
1296 | 2024-02-24T04:11:16.039Z | Compiling heck v0.4.1 |
1297 | 2024-02-24T04:11:16.164Z | Compiling schemars v0.8.16 |
1298 | 2024-02-24T04:11:16.505Z | Compiling equivalent v1.0.1 |
1299 | 2024-02-24T04:11:16.537Z | Compiling subtle v2.5.0 |
1300 | 2024-02-24T04:11:16.540Z | Compiling smallvec v1.13.1 |
1301 | 2024-02-24T04:11:17.119Z | Compiling vcpkg v0.2.15 |
1302 | 2024-02-24T04:11:17.466Z | Compiling pin-project-lite v0.2.13 |
1303 | 2024-02-24T04:11:17.771Z | Compiling httparse v1.8.0 |
1304 | 2024-02-24T04:11:18.130Z | Compiling parking_lot v0.12.1 |
1305 | 2024-02-24T04:11:18.179Z | Compiling ring v0.17.8 |
1306 | 2024-02-24T04:11:18.237Z | Compiling ucd-trie v0.1.6 |
1307 | 2024-02-24T04:11:19.161Z | Compiling ring v0.16.20 |
1308 | 2024-02-24T04:11:19.432Z | Compiling openssl-sys v0.9.96 |
1309 | 2024-02-24T04:11:19.460Z | Compiling signal-hook-registry v1.4.1 |
1310 | 2024-02-24T04:11:19.723Z | Compiling fnv v1.0.7 |
1311 | 2024-02-24T04:11:19.848Z | Compiling mio v0.8.9 |
1312 | 2024-02-24T04:11:20.113Z | Compiling iana-time-zone v0.1.57 |
1313 | 2024-02-24T04:11:20.292Z | Compiling const-oid v0.9.5 |
1314 | 2024-02-24T04:11:20.342Z | Compiling openssl v0.10.60 |
1315 | 2024-02-24T04:11:20.574Z | Compiling semver v1.0.22 |
1316 | 2024-02-24T04:11:20.874Z | Compiling rustix v0.38.31 |
1317 | 2024-02-24T04:11:21.142Z | Compiling socket2 v0.5.5 |
1318 | 2024-02-24T04:11:21.142Z | Compiling num_cpus v1.16.0 |
1319 | 2024-02-24T04:11:21.432Z | Compiling native-tls v0.2.11 |
1320 | 2024-02-24T04:11:21.764Z | Compiling rustls v0.21.9 |
1321 | 2024-02-24T04:11:21.873Z | Compiling dyn-clone v1.0.16 |
1322 | 2024-02-24T04:11:21.876Z | Compiling futures-core v0.3.30 |
1323 | 2024-02-24T04:11:22.091Z | Compiling aho-corasick v1.0.4 |
1324 | 2024-02-24T04:11:22.134Z | Compiling crossbeam-utils v0.8.16 |
1325 | 2024-02-24T04:11:22.245Z | Compiling regex-syntax v0.8.2 |
1326 | 2024-02-24T04:11:22.615Z | Compiling serde_derive_internals v0.26.0 |
1327 | 2024-02-24T04:11:22.673Z | Compiling slog v2.7.0 |
1328 | 2024-02-24T04:11:23.173Z | Compiling spin v0.5.2 |
1329 | 2024-02-24T04:11:23.227Z | Compiling async-trait v0.1.77 |
1330 | 2024-02-24T04:11:23.514Z | Compiling futures-sink v0.3.30 |
1331 | 2024-02-24T04:11:23.905Z | Compiling backtrace v0.3.69 |
1332 | 2024-02-24T04:11:24.287Z | Compiling tinyvec_macros v0.1.1 |
1333 | 2024-02-24T04:11:24.375Z | Compiling tinyvec v1.6.0 |
1334 | 2024-02-24T04:11:24.615Z | Compiling futures-channel v0.3.30 |
1335 | 2024-02-24T04:11:25.133Z | Compiling cpufeatures v0.2.12 |
1336 | 2024-02-24T04:11:25.231Z | Compiling futures-io v0.3.30 |
1337 | 2024-02-24T04:11:25.534Z | Compiling futures-task v0.3.30 |
1338 | 2024-02-24T04:11:25.554Z | Compiling pin-utils v0.1.0 |
1339 | 2024-02-24T04:11:25.877Z | Compiling regex-automata v0.4.4 |
1340 | 2024-02-24T04:11:26.080Z | Compiling unicode-normalization v0.1.22 |
1341 | 2024-02-24T04:11:26.326Z | Compiling spin v0.9.8 |
1342 | 2024-02-24T04:11:26.668Z | Compiling memoffset v0.9.0 |
1343 | 2024-02-24T04:11:26.714Z | Compiling tracing-core v0.1.31 |
1344 | 2024-02-24T04:11:26.987Z | Compiling unicode-width v0.1.11 |
1345 | 2024-02-24T04:11:27.006Z | Compiling unicode-bidi v0.3.13 |
1346 | 2024-02-24T04:11:27.140Z | Compiling anyhow v1.0.75 |
1347 | 2024-02-24T04:11:28.318Z | Compiling winnow v0.5.15 |
1348 | 2024-02-24T04:11:28.585Z | Compiling crc32fast v1.3.2 |
1349 | 2024-02-24T04:11:29.050Z | Compiling crossbeam-epoch v0.9.15 |
1350 | 2024-02-24T04:11:29.231Z | Compiling time-core v0.1.1 |
1351 | 2024-02-24T04:11:29.368Z | Compiling time-macros v0.2.13 |
1352 | 2024-02-24T04:11:29.990Z | Compiling serde_derive v1.0.196 |
1353 | 2024-02-24T04:11:30.149Z | Compiling zeroize_derive v1.4.2 |
1354 | 2024-02-24T04:11:31.574Z | Compiling zerocopy-derive v0.7.32 |
1355 | 2024-02-24T04:11:31.590Z | Compiling thiserror-impl v1.0.57 |
1356 | 2024-02-24T04:11:32.219Z | Compiling tokio-macros v2.2.0 |
1357 | 2024-02-24T04:11:32.675Z | Compiling zeroize v1.7.0 |
1358 | 2024-02-24T04:11:33.008Z | Compiling futures-macro v0.3.30 |
1359 | 2024-02-24T04:11:33.563Z | Compiling zerocopy v0.7.32 |
1360 | 2024-02-24T04:11:34.599Z | Compiling tracing-attributes v0.1.26 |
1361 | 2024-02-24T04:11:34.850Z | Compiling schemars_derive v0.8.16 |
1362 | 2024-02-24T04:11:35.053Z | Compiling pest v2.7.6 |
1363 | 2024-02-24T04:11:35.248Z | Compiling crypto-common v0.1.6 |
1364 | 2024-02-24T04:11:35.659Z | Compiling hashbrown v0.14.3 |
1365 | 2024-02-24T04:11:36.267Z | Compiling openssl-macros v0.1.1 |
1366 | 2024-02-24T04:11:37.086Z | Compiling block-buffer v0.10.4 |
1367 | 2024-02-24T04:11:37.153Z | Compiling regex v1.10.3 |
1368 | 2024-02-24T04:11:37.346Z | Compiling digest v0.10.7 |
1369 | 2024-02-24T04:11:37.582Z | Compiling pest_meta v2.7.6 |
1370 | 2024-02-24T04:11:38.307Z | Compiling futures-util v0.3.30 |
1371 | 2024-02-24T04:11:39.621Z | Compiling pest_generator v2.7.6 |
1372 | 2024-02-24T04:11:40.619Z | Compiling tracing v0.1.37 |
1373 | 2024-02-24T04:11:40.657Z | Compiling der_derive v0.7.2 |
1374 | 2024-02-24T04:11:43.039Z | Compiling pest_derive v2.7.6 |
1375 | 2024-02-24T04:11:43.069Z | Compiling percent-encoding v2.3.1 |
1376 | 2024-02-24T04:11:43.319Z | Compiling foreign-types-shared v0.1.1 |
1377 | 2024-02-24T04:11:43.427Z | Compiling untrusted v0.9.0 |
1378 | 2024-02-24T04:11:43.441Z | Compiling untrusted v0.7.1 |
1379 | 2024-02-24T04:11:43.464Z | Compiling foreign-types v0.3.2 |
1380 | 2024-02-24T04:11:44.273Z | Compiling bytes v1.5.0 |
1381 | 2024-02-24T04:11:44.611Z | Compiling indexmap v2.2.3 |
1382 | 2024-02-24T04:11:45.082Z | Compiling chrono v0.4.31 |
1383 | 2024-02-24T04:11:45.156Z | Compiling uuid v1.7.0 |
1384 | 2024-02-24T04:11:45.616Z | Compiling tokio v1.36.0 |
1385 | 2024-02-24T04:11:46.119Z | Compiling http v0.2.11 |
1386 | 2024-02-24T04:11:47.609Z | Compiling bitflags v2.4.0 |
1387 | 2024-02-24T04:11:47.700Z | Compiling toml_datetime v0.6.5 |
1388 | 2024-02-24T04:11:48.040Z | Compiling serde_spanned v0.6.5 |
1389 | 2024-02-24T04:11:48.275Z | Compiling toml_edit v0.19.15 |
1390 | 2024-02-24T04:11:48.619Z | Compiling rustc_version v0.4.0 |
1391 | 2024-02-24T04:11:48.809Z | Compiling openapiv3 v2.0.0 |
1392 | 2024-02-24T04:11:50.585Z | Compiling serde_tokenstream v0.2.0 |
1393 | 2024-02-24T04:11:51.341Z | Compiling errno v0.3.8 |
1394 | 2024-02-24T04:11:51.557Z | Compiling base64 v0.21.7 |
1395 | 2024-02-24T04:11:51.795Z | Compiling ppv-lite86 v0.2.17 |
1396 | 2024-02-24T04:11:52.341Z | Compiling unicode-xid v0.2.4 |
1397 | 2024-02-24T04:11:52.359Z | Compiling try-lock v0.2.4 |
1398 | 2024-02-24T04:11:52.496Z | Compiling want v0.3.1 |
1399 | 2024-02-24T04:11:52.514Z | Compiling synstructure v0.12.6 |
1400 | 2024-02-24T04:11:54.027Z | Compiling http-body v0.4.5 |
1401 | 2024-02-24T04:11:54.076Z | Compiling rustls-webpki v0.101.7 |
1402 | 2024-02-24T04:11:54.427Z | Compiling sct v0.7.0 |
1403 | 2024-02-24T04:11:54.736Z | Compiling form_urlencoded v1.2.1 |
1404 | 2024-02-24T04:11:55.140Z | Compiling scroll_derive v0.12.0 |
1405 | 2024-02-24T04:11:55.870Z | Compiling tokio-util v0.7.10 |
1406 | 2024-02-24T04:11:56.147Z | Compiling socket2 v0.4.9 |
1407 | 2024-02-24T04:11:56.197Z | Compiling httpdate v1.0.3 |
1408 | 2024-02-24T04:11:56.874Z | Compiling tower-service v0.3.2 |
1409 | 2024-02-24T04:11:56.995Z | Compiling openssl-probe v0.1.5 |
1410 | 2024-02-24T04:11:57.352Z | Compiling h2 v0.3.24 |
1411 | 2024-02-24T04:11:58.215Z | Compiling zerocopy-derive v0.2.0 |
1412 | 2024-02-24T04:11:59.786Z | Compiling idna v0.5.0 |
1413 | 2024-02-24T04:12:00.399Z | Compiling lazy_static v1.4.0 |
1414 | 2024-02-24T04:12:01.049Z | Compiling thread-id v4.2.0 |
1415 | 2024-02-24T04:12:01.388Z | Compiling adler v1.0.2 |
1416 | 2024-02-24T04:12:01.623Z | Compiling miniz_oxide v0.7.1 |
1417 | 2024-02-24T04:12:01.775Z | Compiling tokio-rustls v0.24.1 |
1418 | 2024-02-24T04:12:02.039Z | Compiling url v2.5.0 |
1419 | 2024-02-24T04:12:03.013Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-02-24T04:12:03.270Z | Compiling rand_chacha v0.3.1 |
1421 | 2024-02-24T04:12:03.444Z | Compiling rustversion v1.0.14 |
1422 | 2024-02-24T04:12:03.665Z | Compiling ipnet v2.9.0 |
1423 | 2024-02-24T04:12:03.773Z | Compiling rand v0.8.5 |
1424 | 2024-02-24T04:12:04.012Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2024-02-24T04:12:04.231Z | Compiling rustls-pemfile v1.0.3 |
1426 | 2024-02-24T04:12:04.544Z | Compiling hyper v0.14.27 |
1427 | 2024-02-24T04:12:04.995Z | Compiling usdt-impl v0.3.5 |
1428 | 2024-02-24T04:12:05.047Z | Compiling encoding_rs v0.8.33 |
1429 | 2024-02-24T04:12:05.066Z | Compiling mime v0.3.17 |
1430 | 2024-02-24T04:12:05.368Z | Compiling gimli v0.28.0 |
1431 | 2024-02-24T04:12:05.513Z | Compiling webpki-roots v0.25.2 |
1432 | 2024-02-24T04:12:05.661Z | Compiling either v1.10.0 |
1433 | 2024-02-24T04:12:07.044Z | Compiling regress v0.8.0 |
1434 | 2024-02-24T04:12:07.091Z | Compiling object v0.32.1 |
1435 | 2024-02-24T04:12:07.730Z | Compiling num-bigint v0.4.4 |
1436 | 2024-02-24T04:12:07.881Z | Compiling usdt-impl v0.5.0 |
1437 | 2024-02-24T04:12:08.249Z | Compiling rustc-demangle v0.1.23 |
1438 | 2024-02-24T04:12:09.271Z | Compiling flate2 v1.0.28 |
1439 | 2024-02-24T04:12:09.875Z | Compiling addr2line v0.21.0 |
1440 | 2024-02-24T04:12:09.916Z | Compiling zerocopy v0.3.0 |
1441 | 2024-02-24T04:12:10.293Z | Compiling scroll v0.12.0 |
1442 | 2024-02-24T04:12:10.525Z | Compiling heapless v0.7.16 |
1443 | 2024-02-24T04:12:10.672Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1444 | 2024-02-24T04:12:10.724Z | Compiling futures-executor v0.3.30 |
1445 | 2024-02-24T04:12:11.077Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1446 | 2024-02-24T04:12:11.358Z | Compiling winnow v0.6.1 |
1447 | 2024-02-24T04:12:11.567Z | Compiling plain v0.2.3 |
1448 | 2024-02-24T04:12:11.731Z | Compiling hyper-rustls v0.24.2 |
1449 | 2024-02-24T04:12:11.924Z | Compiling hyper-tls v0.5.0 |
1450 | 2024-02-24T04:12:12.289Z | Compiling reqwest v0.11.22 |
1451 | 2024-02-24T04:12:12.892Z | Compiling base64ct v1.6.0 |
1452 | 2024-02-24T04:12:12.930Z | Compiling signal-hook v0.3.17 |
1453 | 2024-02-24T04:12:13.548Z | Compiling goblin v0.8.0 |
1454 | 2024-02-24T04:12:15.069Z | Compiling toml_edit v0.22.6 |
1455 | 2024-02-24T04:12:15.463Z | Compiling futures v0.3.30 |
1456 | 2024-02-24T04:12:15.587Z | Compiling dof v0.1.5 |
1457 | 2024-02-24T04:12:16.611Z | Compiling toml v0.7.8 |
1458 | 2024-02-24T04:12:17.065Z | Compiling hex v0.4.3 |
1459 | 2024-02-24T04:12:17.580Z | Compiling dtrace-parser v0.1.14 |
1460 | 2024-02-24T04:12:17.824Z | Compiling pretty-hex v0.4.1 |
1461 | 2024-02-24T04:12:19.663Z | Compiling dof v0.3.0 |
1462 | 2024-02-24T04:12:20.005Z | Compiling strum_macros v0.25.2 |
1463 | 2024-02-24T04:12:20.283Z | Compiling serde_tokenstream v0.1.7 |
1464 | 2024-02-24T04:12:20.401Z | Compiling dtrace-parser v0.2.0 |
1465 | 2024-02-24T04:12:22.106Z | Compiling smoltcp v0.9.1 |
1466 | 2024-02-24T04:12:22.449Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1467 | 2024-02-24T04:12:22.617Z | Compiling pem-rfc7468 v0.7.0 |
1468 | 2024-02-24T04:12:23.943Z | Compiling hmac v0.12.1 |
1469 | 2024-02-24T04:12:23.951Z | Compiling enum-as-inner v0.5.1 |
1470 | 2024-02-24T04:12:23.951Z | Compiling num-iter v0.1.43 |
1471 | 2024-02-24T04:12:23.991Z | Compiling siphasher v0.3.11 |
1472 | 2024-02-24T04:12:24.304Z | Compiling flagset v0.4.3 |
1473 | 2024-02-24T04:12:24.375Z | Compiling unicode-segmentation v1.10.1 |
1474 | 2024-02-24T04:12:24.518Z | Compiling der v0.7.8 |
1475 | 2024-02-24T04:12:24.538Z | Compiling usdt-macro v0.3.5 |
1476 | 2024-02-24T04:12:24.591Z | Compiling usdt-attr-macro v0.3.5 |
1477 | 2024-02-24T04:12:25.236Z | Compiling hubpack_derive v0.1.1 |
1478 | 2024-02-24T04:12:25.271Z | Compiling zerocopy-derive v0.6.4 |
1479 | 2024-02-24T04:12:26.186Z | Compiling utf8parse v0.2.1 |
1480 | 2024-02-24T04:12:26.349Z | Compiling deranged v0.3.8 |
1481 | 2024-02-24T04:12:27.086Z | Compiling num_threads v0.1.6 |
1482 | 2024-02-24T04:12:27.802Z | Compiling anstyle v1.0.2 |
1483 | 2024-02-24T04:12:27.982Z | Compiling spki v0.7.2 |
1484 | 2024-02-24T04:12:28.033Z | Compiling sha2 v0.10.8 |
1485 | 2024-02-24T04:12:28.253Z | Compiling time v0.3.27 |
1486 | 2024-02-24T04:12:28.342Z | Compiling anstyle-parse v0.2.1 |
1487 | 2024-02-24T04:12:29.635Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1488 | 2024-02-24T04:12:30.129Z | Compiling md-5 v0.10.5 |
1489 | 2024-02-24T04:12:30.381Z | Compiling block-padding v0.3.3 |
1490 | 2024-02-24T04:12:30.446Z | Compiling clap_derive v4.5.0 |
1491 | 2024-02-24T04:12:30.649Z | Compiling stringprep v0.1.3 |
1492 | 2024-02-24T04:12:31.840Z | Compiling getopts v0.2.21 |
1493 | 2024-02-24T04:12:31.958Z | Compiling diesel_table_macro_syntax v0.1.0 |
1494 | 2024-02-24T04:12:32.495Z | Compiling num-integer v0.1.46 |
1495 | 2024-02-24T04:12:33.529Z | Compiling hash32 v0.2.1 |
1496 | 2024-02-24T04:12:33.940Z | Compiling colorchoice v1.0.0 |
1497 | 2024-02-24T04:12:34.100Z | Compiling anstyle-query v1.0.0 |
1498 | 2024-02-24T04:12:34.449Z | Compiling fallible-iterator v0.2.0 |
1499 | 2024-02-24T04:12:35.109Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1500 | 2024-02-24T04:12:35.144Z | Compiling stable_deref_trait v1.2.0 |
1501 | 2024-02-24T04:12:35.788Z | Compiling postgres-protocol v0.6.6 |
1502 | 2024-02-24T04:12:36.572Z | Compiling anstream v0.6.11 |
1503 | 2024-02-24T04:12:37.237Z | Compiling diesel_derives v2.1.2 |
1504 | 2024-02-24T04:12:37.392Z | Compiling inout v0.1.3 |
1505 | 2024-02-24T04:12:39.685Z | Compiling pkcs8 v0.10.2 |
1506 | 2024-02-24T04:12:40.248Z | Compiling phf_shared v0.11.2 |
1507 | 2024-02-24T04:12:41.176Z | Compiling ff v0.13.0 |
1508 | 2024-02-24T04:12:41.248Z | Compiling terminal_size v0.3.0 |
1509 | 2024-02-24T04:12:41.453Z | Compiling serde_repr v0.1.16 |
1510 | 2024-02-24T04:12:41.676Z | Compiling scheduled-thread-pool v0.2.7 |
1511 | 2024-02-24T04:12:42.184Z | Compiling clap_lex v0.7.0 |
1512 | 2024-02-24T04:12:42.293Z | Compiling regex-automata v0.1.10 |
1513 | 2024-02-24T04:12:42.739Z | Compiling managed v0.8.0 |
1514 | 2024-02-24T04:12:42.841Z | Compiling matches v0.1.10 |
1515 | 2024-02-24T04:12:42.892Z | Compiling bitflags v1.3.2 |
1516 | 2024-02-24T04:12:42.945Z | Compiling base16ct v0.2.0 |
1517 | 2024-02-24T04:12:43.006Z | Compiling bit-vec v0.6.3 |
1518 | 2024-02-24T04:12:43.025Z | Compiling strsim v0.11.0 |
1519 | 2024-02-24T04:12:43.195Z | Compiling unsafe-libyaml v0.2.10 |
1520 | 2024-02-24T04:12:43.441Z | Compiling clap_builder v4.5.0 |
1521 | 2024-02-24T04:12:43.957Z | Compiling sec1 v0.7.3 |
1522 | 2024-02-24T04:12:44.526Z | Compiling serde_yaml v0.9.25 |
1523 | 2024-02-24T04:12:45.938Z | Compiling idna v0.2.3 |
1524 | 2024-02-24T04:12:47.566Z | Compiling bstr v0.2.17 |
1525 | 2024-02-24T04:12:47.912Z | Compiling r2d2 v0.8.10 |
1526 | 2024-02-24T04:12:48.564Z | Compiling group v0.13.0 |
1527 | 2024-02-24T04:12:49.024Z | Compiling phf v0.11.2 |
1528 | 2024-02-24T04:12:49.103Z | Compiling signal-hook-mio v0.2.3 |
1529 | 2024-02-24T04:12:49.265Z | Compiling bzip2 v0.4.4 |
1530 | 2024-02-24T04:12:49.327Z | Compiling cipher v0.4.4 |
1531 | 2024-02-24T04:12:49.661Z | Compiling postgres-types v0.2.6 |
1532 | 2024-02-24T04:12:49.681Z | Compiling zerocopy v0.6.4 |
1533 | 2024-02-24T04:12:49.830Z | Compiling hubpack v0.1.2 |
1534 | 2024-02-24T04:12:50.323Z | Compiling phf_shared v0.10.0 |
1535 | 2024-02-24T04:12:51.600Z | Compiling hkdf v0.12.4 |
1536 | 2024-02-24T04:12:51.671Z | Compiling crypto-bigint v0.5.2 |
1537 | 2024-02-24T04:12:51.671Z | Compiling ipnetwork v0.20.0 |
1538 | 2024-02-24T04:12:51.671Z | Compiling float-cmp v0.9.0 |
1539 | 2024-02-24T04:12:51.842Z | Compiling static_assertions v1.1.0 |
1540 | 2024-02-24T04:12:51.953Z | Compiling minimal-lexical v0.2.1 |
1541 | 2024-02-24T04:12:52.521Z | Compiling new_debug_unreachable v1.0.4 |
1542 | 2024-02-24T04:12:52.623Z | Compiling normalize-line-endings v0.3.0 |
1543 | 2024-02-24T04:12:52.753Z | Compiling data-encoding v2.4.0 |
1544 | 2024-02-24T04:12:54.127Z | Compiling predicates-core v1.0.6 |
1545 | 2024-02-24T04:12:54.130Z | Compiling precomputed-hash v0.1.1 |
1546 | 2024-02-24T04:12:54.400Z | Compiling difflib v0.4.0 |
1547 | 2024-02-24T04:12:54.524Z | Compiling whoami v1.4.1 |
1548 | 2024-02-24T04:12:54.713Z | Compiling fixedbitset v0.4.2 |
1549 | 2024-02-24T04:12:55.152Z | Compiling regex-automata v0.3.8 |
1550 | 2024-02-24T04:12:56.147Z | Compiling petgraph v0.6.4 |
1551 | 2024-02-24T04:12:56.325Z | Compiling tokio-postgres v0.7.10 |
1552 | 2024-02-24T04:12:57.687Z | Compiling bstr v1.6.0 |
1553 | 2024-02-24T04:12:57.757Z | Compiling predicates v3.1.0 |
1554 | 2024-02-24T04:12:57.782Z | Compiling diesel v2.1.4 |
1555 | 2024-02-24T04:12:59.306Z | Compiling string_cache v0.8.7 |
1556 | 2024-02-24T04:12:59.408Z | Compiling trust-dns-proto v0.22.0 |
1557 | 2024-02-24T04:12:59.443Z | Compiling elliptic-curve v0.13.8 |
1558 | 2024-02-24T04:12:59.479Z | Compiling nom v7.1.3 |
1559 | 2024-02-24T04:13:00.014Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1560 | 2024-02-24T04:13:00.183Z | Compiling yasna v0.5.2 |
1561 | 2024-02-24T04:13:00.413Z | Compiling zip v0.6.6 |
1562 | 2024-02-24T04:13:00.975Z | Compiling crossterm v0.27.0 |
1563 | 2024-02-24T04:13:01.625Z | Compiling similar v2.3.0 |
1564 | 2024-02-24T04:13:02.240Z | Compiling clap v4.5.0 |
1565 | 2024-02-24T04:13:02.511Z | Compiling bit-set v0.5.3 |
1566 | 2024-02-24T04:13:02.648Z | Compiling usdt v0.3.5 |
1567 | 2024-02-24T04:13:02.789Z | Compiling strum v0.25.0 |
1568 | 2024-02-24T04:13:02.976Z | Compiling itertools v0.10.5 |
1569 | 2024-02-24T04:13:03.398Z | Compiling console v0.15.8 |
1570 | 2024-02-24T04:13:03.489Z | Compiling tokio-stream v0.1.14 |
1571 | 2024-02-24T04:13:04.545Z | Compiling lalrpop-util v0.19.12 |
1572 | 2024-02-24T04:13:04.903Z | Compiling camino v1.1.6 |
1573 | 2024-02-24T04:13:08.067Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1574 | 2024-02-24T04:13:16.513Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1575 | 2024-02-24T04:13:41.408Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2024-02-24T04:13:44.410Z | Compiling sha1 v0.10.6 |
1577 | 2024-02-24T04:13:44.996Z | Compiling atty v0.2.14 |
1578 | 2024-02-24T04:13:45.140Z | Compiling match_cfg v0.1.0 |
1579 | 2024-02-24T04:13:45.176Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1580 | 2024-02-24T04:13:45.238Z | Compiling hostname v0.3.1 |
1581 | 2024-02-24T04:13:45.492Z | Compiling dirs-sys-next v0.1.2 |
1582 | 2024-02-24T04:13:45.624Z | Compiling rustls-pki-types v1.3.0 |
1583 | 2024-02-24T04:13:45.730Z | Compiling strsim v0.10.0 |
1584 | 2024-02-24T04:13:45.857Z | Compiling ident_case v1.0.1 |
1585 | 2024-02-24T04:13:46.066Z | Compiling darling_core v0.20.3 |
1586 | 2024-02-24T04:13:46.121Z | Compiling dirs-next v2.0.0 |
1587 | 2024-02-24T04:13:46.284Z | Compiling thread_local v1.1.7 |
1588 | 2024-02-24T04:13:46.314Z | Compiling rustls v0.22.2 |
1589 | 2024-02-24T04:13:46.490Z | Compiling slog-async v2.8.0 |
1590 | 2024-02-24T04:13:46.651Z | Compiling term v0.7.0 |
1591 | 2024-02-24T04:13:46.828Z | Compiling rustls-webpki v0.102.1 |
1592 | 2024-02-24T04:13:46.851Z | Compiling crossbeam-channel v0.5.8 |
1593 | 2024-02-24T04:13:47.086Z | Compiling multer v3.0.0 |
1594 | 2024-02-24T04:13:47.417Z | Compiling instant v0.1.12 |
1595 | 2024-02-24T04:13:47.573Z | Compiling take_mut v0.2.2 |
1596 | 2024-02-24T04:13:47.645Z | Compiling paste v1.0.14 |
1597 | 2024-02-24T04:13:48.274Z | Compiling slog-term v2.9.0 |
1598 | 2024-02-24T04:13:48.326Z | Compiling slog-json v2.6.1 |
1599 | 2024-02-24T04:13:48.725Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1600 | 2024-02-24T04:13:48.949Z | Compiling http v1.0.0 |
1601 | 2024-02-24T04:13:49.027Z | Compiling async-stream-impl v0.3.5 |
1602 | 2024-02-24T04:13:49.103Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1603 | 2024-02-24T04:13:49.461Z | Compiling debug-ignore v1.0.5 |
1604 | 2024-02-24T04:13:49.545Z | Compiling atomic-waker v1.1.1 |
1605 | 2024-02-24T04:13:49.688Z | Compiling waitgroup v0.1.2 |
1606 | 2024-02-24T04:13:49.751Z | Compiling slog-bunyan v2.5.0 |
1607 | 2024-02-24T04:13:49.971Z | Compiling rustls-pemfile v2.1.0 |
1608 | 2024-02-24T04:13:50.440Z | Compiling toml v0.8.10 |
1609 | 2024-02-24T04:13:50.528Z | Compiling async-stream v0.3.5 |
1610 | 2024-02-24T04:13:51.233Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1611 | 2024-02-24T04:13:51.716Z | Compiling serde_path_to_error v0.1.15 |
1612 | 2024-02-24T04:13:52.064Z | Compiling structmeta-derive v0.3.0 |
1613 | 2024-02-24T04:13:52.242Z | Compiling strum_macros v0.26.1 |
1614 | 2024-02-24T04:13:52.393Z | Compiling darling_macro v0.20.3 |
1615 | 2024-02-24T04:13:52.642Z | Compiling tokio-rustls v0.25.0 |
1616 | 2024-02-24T04:13:53.074Z | Compiling newtype-uuid v1.0.1 |
1617 | 2024-02-24T04:13:53.384Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1618 | 2024-02-24T04:13:53.516Z | Compiling darling v0.20.3 |
1619 | 2024-02-24T04:13:53.593Z | Compiling backoff v0.4.0 |
1620 | 2024-02-24T04:13:53.642Z | Compiling serde_with_macros v3.6.1 |
1621 | 2024-02-24T04:13:53.957Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1622 | 2024-02-24T04:13:54.650Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1623 | 2024-02-24T04:13:54.799Z | Compiling macaddr v1.0.1 |
1624 | 2024-02-24T04:13:54.825Z | Compiling proc-macro-error-attr v1.0.4 |
1625 | 2024-02-24T04:13:55.236Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2024-02-24T04:13:55.284Z | Compiling proc-macro-error v1.0.4 |
1627 | 2024-02-24T04:13:55.335Z | Compiling structmeta v0.3.0 |
1628 | 2024-02-24T04:13:55.628Z | Compiling heapless v0.8.0 |
1629 | 2024-02-24T04:13:55.795Z | Compiling parse-display-derive v0.9.0 |
1630 | 2024-02-24T04:13:56.421Z | Compiling num_enum_derive v0.5.11 |
1631 | 2024-02-24T04:13:57.115Z | Compiling serde_with v3.6.1 |
1632 | 2024-02-24T04:13:57.687Z | Compiling hash32 v0.3.1 |
1633 | 2024-02-24T04:13:57.827Z | Compiling strum v0.26.1 |
1634 | 2024-02-24T04:13:57.930Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2024-02-24T04:13:58.010Z | Compiling rayon-core v1.12.0 |
1636 | 2024-02-24T04:13:58.285Z | Compiling smoltcp v0.11.0 |
1637 | 2024-02-24T04:13:59.140Z | Compiling crossbeam-deque v0.8.3 |
1638 | 2024-02-24T04:13:59.402Z | Compiling num_enum v0.5.11 |
1639 | 2024-02-24T04:13:59.503Z | Compiling fastrand v2.0.1 |
1640 | 2024-02-24T04:13:59.529Z | Compiling cobs v0.2.3 |
1641 | 2024-02-24T04:13:59.852Z | Compiling embedded-io v0.4.0 |
1642 | 2024-02-24T04:13:59.886Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1643 | 2024-02-24T04:14:00.070Z | Compiling same-file v1.0.6 |
1644 | 2024-02-24T04:14:00.102Z | Compiling postcard v1.0.8 |
1645 | 2024-02-24T04:14:00.146Z | Compiling tempfile v3.10.0 |
1646 | 2024-02-24T04:14:00.229Z | Compiling walkdir v2.4.0 |
1647 | 2024-02-24T04:14:01.012Z | Compiling parse-display v0.9.0 |
1648 | 2024-02-24T04:14:01.213Z | Compiling semver-parser v0.10.2 |
1649 | 2024-02-24T04:14:01.232Z | Compiling foreign-types-macros v0.2.3 |
1650 | 2024-02-24T04:14:01.471Z | Compiling blake3 v1.5.0 |
1651 | 2024-02-24T04:14:01.686Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-24T04:14:02.027Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1653 | 2024-02-24T04:14:02.131Z | Compiling foreign-types-shared v0.3.1 |
1654 | 2024-02-24T04:14:02.266Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1655 | 2024-02-24T04:14:02.355Z | Compiling crucible-workspace-hack v0.1.0 |
1656 | 2024-02-24T04:14:02.629Z | Compiling foreign-types v0.5.0 |
1657 | 2024-02-24T04:14:02.701Z | Compiling semver v0.11.0 |
1658 | 2024-02-24T04:14:02.721Z | Compiling rayon v1.8.0 |
1659 | 2024-02-24T04:14:02.963Z | Compiling is-terminal v0.4.9 |
1660 | 2024-02-24T04:14:03.056Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2024-02-24T04:14:03.098Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-24T04:14:03.503Z | Compiling cstr-argument v0.1.2 |
1663 | 2024-02-24T04:14:03.589Z | Compiling filetime v0.2.23 |
1664 | 2024-02-24T04:14:03.768Z | Compiling memmap2 v0.7.1 |
1665 | 2024-02-24T04:14:03.824Z | Compiling xattr v1.0.1 |
1666 | 2024-02-24T04:14:03.944Z | Compiling pretty-hex v0.2.1 |
1667 | 2024-02-24T04:14:03.982Z | Compiling arrayvec v0.7.4 |
1668 | 2024-02-24T04:14:04.075Z | Compiling home v0.5.5 |
1669 | 2024-02-24T04:14:04.099Z | Compiling arrayref v0.3.7 |
1670 | 2024-02-24T04:14:04.146Z | Compiling constant_time_eq v0.3.0 |
1671 | 2024-02-24T04:14:04.201Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1672 | 2024-02-24T04:14:04.205Z | Compiling toolchain_find v0.2.0 |
1673 | 2024-02-24T04:14:04.308Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2024-02-24T04:14:04.337Z | Compiling tar v0.4.40 |
1675 | 2024-02-24T04:14:04.531Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1676 | 2024-02-24T04:14:04.593Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1677 | 2024-02-24T04:14:04.655Z | Compiling camino-tempfile v1.1.1 |
1678 | 2024-02-24T04:14:04.826Z | Compiling colored v2.0.4 |
1679 | 2024-02-24T04:14:05.221Z | Compiling toml v0.5.11 |
1680 | 2024-02-24T04:14:05.557Z | Compiling topological-sort v0.2.2 |
1681 | 2024-02-24T04:14:05.646Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-02-24T04:14:05.783Z | Compiling platforms v3.0.2 |
1683 | 2024-02-24T04:14:06.228Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1684 | 2024-02-24T04:14:06.625Z | Compiling zone_cfg_derive v0.3.0 |
1685 | 2024-02-24T04:14:06.896Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1686 | 2024-02-24T04:14:06.921Z | Compiling textwrap v0.11.0 |
1687 | 2024-02-24T04:14:07.473Z | Compiling rustfmt-wrapper v0.2.0 |
1688 | 2024-02-24T04:14:07.552Z | Compiling heck v0.3.3 |
1689 | 2024-02-24T04:14:07.959Z | Compiling omicron-zone-package v0.11.0 |
1690 | 2024-02-24T04:14:08.208Z | Compiling num-derive v0.4.0 |
1691 | 2024-02-24T04:14:08.258Z | Compiling strsim v0.8.0 |
1692 | 2024-02-24T04:14:08.949Z | Compiling libefi-sys v0.1.0 |
1693 | 2024-02-24T04:14:09.122Z | Compiling ansi_term v0.12.1 |
1694 | 2024-02-24T04:14:09.214Z | Compiling vec_map v0.8.2 |
1695 | 2024-02-24T04:14:09.311Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1696 | 2024-02-24T04:14:09.511Z | Compiling clap v2.34.0 |
1697 | 2024-02-24T04:14:09.700Z | Compiling zone v0.3.0 |
1698 | 2024-02-24T04:14:09.922Z | Compiling structopt-derive v0.4.18 |
1699 | 2024-02-24T04:14:10.348Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1700 | 2024-02-24T04:14:10.762Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1701 | 2024-02-24T04:14:10.783Z | Compiling smf v0.2.2 |
1702 | 2024-02-24T04:14:11.152Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1703 | 2024-02-24T04:14:11.393Z | Compiling unicase v2.7.0 |
1704 | 2024-02-24T04:14:11.574Z | Compiling semver v0.1.20 |
1705 | 2024-02-24T04:14:11.834Z | Compiling curve25519-dalek v4.1.1 |
1706 | 2024-02-24T04:14:11.990Z | Compiling rustc_version v0.1.7 |
1707 | 2024-02-24T04:14:12.281Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1708 | 2024-02-24T04:14:12.448Z | Compiling universal-hash v0.5.1 |
1709 | 2024-02-24T04:14:12.494Z | Compiling opaque-debug v0.3.0 |
1710 | 2024-02-24T04:14:12.599Z | Compiling newtype_derive v0.1.6 |
1711 | 2024-02-24T04:14:12.655Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1712 | 2024-02-24T04:14:12.932Z | Compiling signature v2.1.0 |
1713 | 2024-02-24T04:14:12.951Z | Compiling curve25519-dalek-derive v0.1.0 |
1714 | 2024-02-24T04:14:12.968Z | Compiling gethostname v0.4.3 |
1715 | 2024-02-24T04:14:13.011Z | Compiling num-rational v0.4.1 |
1716 | 2024-02-24T04:14:13.163Z | Compiling getrandom v0.1.16 |
1717 | 2024-02-24T04:14:13.198Z | Compiling structopt v0.3.26 |
1718 | 2024-02-24T04:14:13.491Z | Compiling usdt-attr-macro v0.5.0 |
1719 | 2024-02-24T04:14:13.633Z | Compiling usdt-macro v0.5.0 |
1720 | 2024-02-24T04:14:13.854Z | Compiling password-hash v0.5.0 |
1721 | 2024-02-24T04:14:13.933Z | Compiling blake2 v0.10.6 |
1722 | 2024-02-24T04:14:14.616Z | Compiling memmap v0.7.0 |
1723 | 2024-02-24T04:14:14.967Z | Compiling parking_lot_core v0.8.6 |
1724 | 2024-02-24T04:14:14.984Z | Compiling linked-hash-map v0.5.6 |
1725 | 2024-02-24T04:14:15.251Z | Compiling quick-error v1.2.3 |
1726 | 2024-02-24T04:14:15.283Z | Compiling usdt v0.5.0 |
1727 | 2024-02-24T04:14:15.321Z | Compiling lru-cache v0.1.2 |
1728 | 2024-02-24T04:14:15.355Z | Compiling argon2 v0.5.3 |
1729 | 2024-02-24T04:14:15.409Z | Compiling resolv-conf v0.7.0 |
1730 | 2024-02-24T04:14:16.177Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1731 | 2024-02-24T04:14:16.211Z | Compiling rfc6979 v0.4.0 |
1732 | 2024-02-24T04:14:16.542Z | Compiling aead v0.5.2 |
1733 | 2024-02-24T04:14:16.547Z | Compiling num-complex v0.4.4 |
1734 | 2024-02-24T04:14:16.722Z | Compiling nibble_vec v0.1.0 |
1735 | 2024-02-24T04:14:16.939Z | Compiling slog-dtrace v0.3.0 |
1736 | 2024-02-24T04:14:17.286Z | Compiling endian-type v0.1.2 |
1737 | 2024-02-24T04:14:17.414Z | Compiling winapi v0.3.9 |
1738 | 2024-02-24T04:14:17.473Z | Compiling arc-swap v1.6.0 |
1739 | 2024-02-24T04:14:17.524Z | Compiling utf-8 v0.7.6 |
1740 | 2024-02-24T04:14:17.862Z | Compiling cancel-safe-futures v0.1.5 |
1741 | 2024-02-24T04:14:18.208Z | Compiling keccak v0.1.4 |
1742 | 2024-02-24T04:14:18.270Z | Compiling slog-scope v4.4.0 |
1743 | 2024-02-24T04:14:18.518Z | Compiling sha3 v0.10.8 |
1744 | 2024-02-24T04:14:18.682Z | Compiling tungstenite v0.20.1 |
1745 | 2024-02-24T04:14:18.827Z | Compiling radix_trie v0.2.1 |
1746 | 2024-02-24T04:14:18.903Z | Compiling num v0.4.1 |
1747 | 2024-02-24T04:14:19.094Z | Compiling ecdsa v0.16.9 |
1748 | 2024-02-24T04:14:19.199Z | Compiling mime_guess v2.0.4 |
1749 | 2024-02-24T04:14:19.495Z | Compiling steno v0.4.0 |
1750 | 2024-02-24T04:14:19.553Z | Compiling trust-dns-resolver v0.22.0 |
1751 | 2024-02-24T04:14:19.992Z | Compiling rand_core v0.5.1 |
1752 | 2024-02-24T04:14:20.616Z | Compiling poly1305 v0.8.0 |
1753 | 2024-02-24T04:14:21.183Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-02-24T04:14:21.252Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1755 | 2024-02-24T04:14:22.395Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1756 | 2024-02-24T04:14:22.415Z | Compiling primeorder v0.13.6 |
1757 | 2024-02-24T04:14:22.819Z | Compiling chacha20 v0.9.1 |
1758 | 2024-02-24T04:14:22.942Z | Compiling secrecy v0.8.0 |
1759 | 2024-02-24T04:14:23.210Z | Compiling thiserror-impl-no-std v2.0.2 |
1760 | 2024-02-24T04:14:23.286Z | Compiling half v2.3.1 |
1761 | 2024-02-24T04:14:23.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1762 | 2024-02-24T04:14:23.897Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1763 | 2024-02-24T04:14:24.563Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1764 | 2024-02-24T04:14:25.045Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1765 | 2024-02-24T04:14:26.024Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1766 | 2024-02-24T04:14:26.332Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1767 | 2024-02-24T04:14:26.473Z | Compiling option-ext v0.2.0 |
1768 | 2024-02-24T04:14:26.610Z | Compiling convert_case v0.4.0 |
1769 | 2024-02-24T04:14:26.739Z | Compiling ciborium-io v0.2.2 |
1770 | 2024-02-24T04:14:26.797Z | Compiling thiserror-no-std v2.0.2 |
1771 | 2024-02-24T04:14:26.882Z | Compiling ciborium-ll v0.2.2 |
1772 | 2024-02-24T04:14:26.922Z | Compiling dirs-sys v0.4.1 |
1773 | 2024-02-24T04:14:27.327Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1774 | 2024-02-24T04:14:27.618Z | Compiling derive_more v0.99.17 |
1775 | 2024-02-24T04:14:27.678Z | Compiling parking_lot v0.11.2 |
1776 | 2024-02-24T04:14:28.056Z | Compiling rand_chacha v0.2.2 |
1777 | 2024-02-24T04:14:28.418Z | Compiling tokio-tungstenite v0.20.1 |
1778 | 2024-02-24T04:14:28.751Z | Compiling trust-dns-client v0.22.0 |
1779 | 2024-02-24T04:14:29.586Z | Compiling slog-stdlog v4.1.1 |
1780 | 2024-02-24T04:14:29.978Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1781 | 2024-02-24T04:14:30.243Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1782 | 2024-02-24T04:14:30.282Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1783 | 2024-02-24T04:14:31.983Z | Compiling ed25519 v2.2.2 |
1784 | 2024-02-24T04:14:32.460Z | Compiling polyval v0.6.1 |
1785 | 2024-02-24T04:14:32.900Z | Compiling aes v0.8.3 |
1786 | 2024-02-24T04:14:33.218Z | Compiling ctr v0.9.2 |
1787 | 2024-02-24T04:14:33.570Z | Compiling blowfish v0.9.1 |
1788 | 2024-02-24T04:14:34.034Z | Compiling password-hash v0.4.2 |
1789 | 2024-02-24T04:14:35.041Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1790 | 2024-02-24T04:14:35.841Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1791 | 2024-02-24T04:14:36.746Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1792 | 2024-02-24T04:14:40.543Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2024-02-24T04:14:43.139Z | Compiling libsw v3.3.1 |
1794 | 2024-02-24T04:14:44.430Z | Compiling pbkdf2 v0.12.2 |
1795 | 2024-02-24T04:14:44.617Z | Compiling derive-where v1.2.7 |
1796 | 2024-02-24T04:14:44.694Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1797 | 2024-02-24T04:14:45.603Z | Compiling fxhash v0.2.1 |
1798 | 2024-02-24T04:14:45.633Z | Compiling swrite v0.1.0 |
1799 | 2024-02-24T04:14:45.773Z | Compiling linear-map v1.2.0 |
1800 | 2024-02-24T04:14:45.821Z | Compiling owo-colors v4.0.0 |
1801 | 2024-02-24T04:14:46.252Z | Compiling sled v0.34.7 |
1802 | 2024-02-24T04:14:47.065Z | Compiling trust-dns-server v0.22.1 |
1803 | 2024-02-24T04:14:47.444Z | Compiling bcrypt-pbkdf v0.10.0 |
1804 | 2024-02-24T04:14:47.522Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1805 | 2024-02-24T04:14:48.061Z | Compiling pbkdf2 v0.11.0 |
1806 | 2024-02-24T04:14:48.335Z | Compiling ghash v0.5.0 |
1807 | 2024-02-24T04:14:48.435Z | Compiling ed25519-dalek v2.0.0 |
1808 | 2024-02-24T04:14:48.455Z | Compiling slog-envlogger v2.2.0 |
1809 | 2024-02-24T04:14:48.527Z | Compiling russh-cryptovec v0.7.0 |
1810 | 2024-02-24T04:14:48.593Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1811 | 2024-02-24T04:14:48.837Z | Compiling rand v0.7.3 |
1812 | 2024-02-24T04:14:49.253Z | Compiling ciborium v0.2.2 |
1813 | 2024-02-24T04:14:49.474Z | Compiling dirs v5.0.1 |
1814 | 2024-02-24T04:14:49.672Z | Compiling vsss-rs v3.3.4 |
1815 | 2024-02-24T04:14:50.227Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1816 | 2024-02-24T04:14:50.991Z | Compiling chacha20poly1305 v0.10.1 |
1817 | 2024-02-24T04:14:51.239Z | Compiling p521 v0.13.3 |
1818 | 2024-02-24T04:14:52.094Z | Compiling p256 v0.13.2 |
1819 | 2024-02-24T04:14:52.991Z | Compiling cbc v0.1.2 |
1820 | 2024-02-24T04:14:53.250Z | Compiling pem v3.0.2 |
1821 | 2024-02-24T04:14:53.490Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1822 | 2024-02-24T04:14:53.837Z | Compiling headers-core v0.2.0 |
1823 | 2024-02-24T04:14:53.884Z | Compiling kstat-rs v0.2.3 |
1824 | 2024-02-24T04:14:54.015Z | Compiling md5 v0.7.0 |
1825 | 2024-02-24T04:14:54.105Z | Compiling glob v0.3.1 |
1826 | 2024-02-24T04:14:54.413Z | Compiling http-range v0.1.5 |
1827 | 2024-02-24T04:14:54.577Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1828 | 2024-02-24T04:14:54.791Z | Compiling hyper-staticfile v0.9.5 |
1829 | 2024-02-24T04:14:55.181Z | Compiling russh-keys v0.42.0 |
1830 | 2024-02-24T04:14:55.622Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1831 | 2024-02-24T04:14:55.820Z | Compiling headers v0.3.9 |
1832 | 2024-02-24T04:14:57.855Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1833 | 2024-02-24T04:14:57.990Z | Compiling rcgen v0.12.1 |
1834 | 2024-02-24T04:14:58.760Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1835 | 2024-02-24T04:14:58.878Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1836 | 2024-02-24T04:14:58.966Z | Compiling aes-gcm v0.10.3 |
1837 | 2024-02-24T04:15:01.656Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1838 | 2024-02-24T04:15:03.664Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1839 | 2024-02-24T04:15:04.361Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1840 | 2024-02-24T04:15:05.853Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1841 | 2024-02-24T04:15:07.549Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1842 | 2024-02-24T04:15:08.286Z | Compiling atomicwrites v0.4.3 |
1843 | 2024-02-24T04:15:08.644Z | Compiling itertools v0.12.1 |
1844 | 2024-02-24T04:15:09.337Z | Compiling subprocess v0.2.9 |
1845 | 2024-02-24T04:15:09.409Z | Compiling hex-literal v0.4.1 |
1846 | 2024-02-24T04:15:09.577Z | Compiling display-error-chain v0.2.0 |
1847 | 2024-02-24T04:15:09.767Z | Compiling russh v0.42.0 |
1848 | 2024-02-24T04:15:11.613Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1849 | 2024-02-24T04:15:12.186Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1850 | 2024-02-24T04:15:17.746Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1851 | 2024-02-24T04:15:18.867Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1852 | 2024-02-24T04:15:39.254Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1853 | 2024-02-24T04:16:40.035Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 48s |
1854 | 2024-02-24T04:16:40.311Z | |
1855 | 2024-02-24T04:16:40.311Z | real 5:48.983709782 |
1856 | 2024-02-24T04:16:40.311Z | user 29:49.508848602 |
1857 | 2024-02-24T04:16:40.314Z | sys 5:46.335679973 |
1858 | 2024-02-24T04:16:40.314Z | trap 0.864137156 |
1859 | 2024-02-24T04:16:40.314Z | tflt 10.713919729 |
1860 | 2024-02-24T04:16:40.314Z | dflt 5.174721430 |
1861 | 2024-02-24T04:16:40.314Z | kflt 0.079524618 |
1862 | 2024-02-24T04:16:40.314Z | lock 55:40.784625944 |
1863 | 2024-02-24T04:16:40.314Z | slp 1:28:18.613632117 |
1864 | 2024-02-24T04:16:40.315Z | lat 1:39.973257966 |
1865 | 2024-02-24T04:16:40.315Z | stop 4:05.125877680 |
1866 | 2024-02-24T04:16:40.315Z | + mkdir -p /work/end-to-end-tests |
1867 | 2024-02-24T04:16:40.318Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1868 | 2024-02-24T04:16:41.241Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1869 | 2024-02-24T04:16:41.241Z | + ptime -m gzip |
1870 | 2024-02-24T04:16:41.244Z | ++ basename target/debug/bootstrap |
1871 | 2024-02-24T04:16:54.520Z | |
1872 | 2024-02-24T04:16:54.520Z | real 13.273315932 |
1873 | 2024-02-24T04:16:54.520Z | user 13.167962108 |
1874 | 2024-02-24T04:16:54.520Z | sys 0.095003833 |
1875 | 2024-02-24T04:16:54.520Z | trap 0.003049399 |
1876 | 2024-02-24T04:16:54.520Z | tflt 0.000000000 |
1877 | 2024-02-24T04:16:54.524Z | dflt 0.000000000 |
1878 | 2024-02-24T04:16:54.524Z | kflt 0.000000000 |
1879 | 2024-02-24T04:16:54.524Z | lock 0.000000000 |
1880 | 2024-02-24T04:16:54.524Z | slp 0.000000000 |
1881 | 2024-02-24T04:16:54.524Z | lat 0.006900679 |
1882 | 2024-02-24T04:16:54.524Z | stop 0.000178699 |
1883 | 2024-02-24T04:16:54.524Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1884 | 2024-02-24T04:16:54.524Z | + ptime -m gzip |
1885 | 2024-02-24T04:16:54.525Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6 |
1886 | 2024-02-24T04:16:55.817Z | |
1887 | 2024-02-24T04:16:55.818Z | real 1.291135045 |
1888 | 2024-02-24T04:16:55.818Z | user 1.279610574 |
1889 | 2024-02-24T04:16:55.818Z | sys 0.010928481 |
1890 | 2024-02-24T04:16:55.818Z | trap 0.000104149 |
1891 | 2024-02-24T04:16:55.818Z | tflt 0.000000000 |
1892 | 2024-02-24T04:16:55.818Z | dflt 0.000000000 |
1893 | 2024-02-24T04:16:55.818Z | kflt 0.000000000 |
1894 | 2024-02-24T04:16:55.818Z | lock 0.000000000 |
1895 | 2024-02-24T04:16:55.818Z | slp 0.000000000 |
1896 | 2024-02-24T04:16:55.818Z | lat 0.000096080 |
1897 | 2024-02-24T04:16:55.818Z | stop 0.000174520 |
1898 | 2024-02-24T04:16:55.821Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1899 | 2024-02-24T04:16:55.821Z | + ptime -m gzip |
1900 | 2024-02-24T04:16:55.821Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84 |
1901 | 2024-02-24T04:17:09.494Z | |
1902 | 2024-02-24T04:17:09.494Z | real 13.669188496 |
1903 | 2024-02-24T04:17:09.494Z | user 13.575653414 |
1904 | 2024-02-24T04:17:09.494Z | sys 0.089685731 |
1905 | 2024-02-24T04:17:09.494Z | trap 0.001977887 |
1906 | 2024-02-24T04:17:09.494Z | tflt 0.000000000 |
1907 | 2024-02-24T04:17:09.494Z | dflt 0.000000000 |
1908 | 2024-02-24T04:17:09.494Z | kflt 0.000000000 |
1909 | 2024-02-24T04:17:09.494Z | lock 0.000000000 |
1910 | 2024-02-24T04:17:09.494Z | slp 0.000000000 |
1911 | 2024-02-24T04:17:09.494Z | lat 0.001474221 |
1912 | 2024-02-24T04:17:09.494Z | stop 0.000176610 |
1913 | 2024-02-24T04:17:09.497Z | + banner caboose-util |
1914 | 2024-02-24T04:17:09.497Z | |
1915 | 2024-02-24T04:17:09.498Z | #### ## ##### #### #### #### ###### # # ##### |
1916 | 2024-02-24T04:17:09.498Z | # # # # # # # # # # # # # # # |
1917 | 2024-02-24T04:17:09.498Z | # # # ##### # # # # #### ##### ##### # # # |
1918 | 2024-02-24T04:17:09.498Z | # ###### # # # # # # # # # # # |
1919 | 2024-02-24T04:17:09.498Z | # # # # # # # # # # # # # # # # |
1920 | 2024-02-24T04:17:09.498Z | #### # # ##### #### #### #### ###### #### # |
1921 | 2024-02-24T04:17:09.498Z | |
1922 | 2024-02-24T04:17:09.498Z | + ptime -m cargo build --locked -p caboose-util --release |
1923 | 2024-02-24T04:17:09.912Z | Downloading crates ... |
1924 | 2024-02-24T04:17:10.271Z | Downloaded path-slash v0.1.5 |
1925 | 2024-02-24T04:17:10.275Z | Downloaded termcolor v1.2.0 |
1926 | 2024-02-24T04:17:10.275Z | Downloaded crc-catalog v2.2.0 |
1927 | 2024-02-24T04:17:10.281Z | Downloaded env_logger v0.10.0 |
1928 | 2024-02-24T04:17:10.284Z | Downloaded serde-hex v0.1.0 |
1929 | 2024-02-24T04:17:10.296Z | Downloaded tap v1.0.1 |
1930 | 2024-02-24T04:17:10.305Z | Downloaded radium v0.7.0 |
1931 | 2024-02-24T04:17:10.305Z | Downloaded nodrop v0.1.14 |
1932 | 2024-02-24T04:17:10.305Z | Downloaded packed_struct v0.10.1 |
1933 | 2024-02-24T04:17:10.305Z | Downloaded crc v3.0.1 |
1934 | 2024-02-24T04:17:10.305Z | Downloaded array-init v0.0.4 |
1935 | 2024-02-24T04:17:10.308Z | Downloaded funty v2.0.0 |
1936 | 2024-02-24T04:17:10.308Z | Downloaded packed_struct_codegen v0.10.1 |
1937 | 2024-02-24T04:17:10.308Z | Downloaded maybe-uninit v2.0.0 |
1938 | 2024-02-24T04:17:10.313Z | Downloaded bitfield v0.14.0 |
1939 | 2024-02-24T04:17:10.316Z | Downloaded wyz v0.5.1 |
1940 | 2024-02-24T04:17:10.316Z | Downloaded smallvec v0.6.14 |
1941 | 2024-02-24T04:17:10.324Z | Downloaded crc-any v2.4.3 |
1942 | 2024-02-24T04:17:10.329Z | Downloaded pkcs1 v0.7.5 |
1943 | 2024-02-24T04:17:10.333Z | Downloaded rsa v0.9.2 |
1944 | 2024-02-24T04:17:10.340Z | Downloaded ron v0.8.1 |
1945 | 2024-02-24T04:17:10.344Z | Downloaded x509-cert v0.2.4 |
1946 | 2024-02-24T04:17:10.348Z | Downloaded num-bigint-dig v0.8.4 |
1947 | 2024-02-24T04:17:10.356Z | Downloaded hashbrown v0.13.2 |
1948 | 2024-02-24T04:17:10.359Z | Downloaded bitvec v1.0.1 |
1949 | 2024-02-24T04:17:10.371Z | Downloaded object v0.30.4 |
1950 | 2024-02-24T04:17:10.472Z | Compiling proc-macro2 v1.0.78 |
1951 | 2024-02-24T04:17:10.472Z | Compiling unicode-ident v1.0.12 |
1952 | 2024-02-24T04:17:10.475Z | Compiling libc v0.2.153 |
1953 | 2024-02-24T04:17:10.475Z | Compiling serde v1.0.196 |
1954 | 2024-02-24T04:17:10.475Z | Compiling autocfg v1.1.0 |
1955 | 2024-02-24T04:17:10.475Z | Compiling version_check v0.9.4 |
1956 | 2024-02-24T04:17:10.475Z | Compiling cfg-if v1.0.0 |
1957 | 2024-02-24T04:17:10.623Z | Compiling typenum v1.16.0 |
1958 | 2024-02-24T04:17:10.641Z | Compiling once_cell v1.19.0 |
1959 | 2024-02-24T04:17:10.682Z | Compiling parking_lot_core v0.9.8 |
1960 | 2024-02-24T04:17:11.026Z | Compiling memchr v2.6.3 |
1961 | 2024-02-24T04:17:11.065Z | Compiling syn v1.0.109 |
1962 | 2024-02-24T04:17:11.094Z | Compiling byteorder v1.5.0 |
1963 | 2024-02-24T04:17:11.235Z | Compiling lock_api v0.4.10 |
1964 | 2024-02-24T04:17:11.529Z | Compiling generic-array v0.14.7 |
1965 | 2024-02-24T04:17:11.540Z | Compiling libm v0.2.7 |
1966 | 2024-02-24T04:17:11.651Z | Compiling num-traits v0.2.16 |
1967 | 2024-02-24T04:17:11.843Z | Compiling ahash v0.8.7 |
1968 | 2024-02-24T04:17:11.971Z | Compiling quote v1.0.35 |
1969 | 2024-02-24T04:17:12.027Z | Compiling thiserror v1.0.57 |
1970 | 2024-02-24T04:17:12.184Z | Compiling pkg-config v0.3.27 |
1971 | 2024-02-24T04:17:12.504Z | Compiling syn v2.0.48 |
1972 | 2024-02-24T04:17:12.599Z | Compiling cc v1.0.83 |
1973 | 2024-02-24T04:17:12.650Z | Compiling getrandom v0.2.10 |
1974 | 2024-02-24T04:17:12.995Z | Compiling serde_json v1.0.114 |
1975 | 2024-02-24T04:17:13.083Z | Compiling scopeguard v1.2.0 |
1976 | 2024-02-24T04:17:13.620Z | Compiling slab v0.4.9 |
1977 | 2024-02-24T04:17:13.684Z | Compiling itoa v1.0.9 |
1978 | 2024-02-24T04:17:13.719Z | Compiling log v0.4.20 |
1979 | 2024-02-24T04:17:13.949Z | Compiling rand_core v0.6.4 |
1980 | 2024-02-24T04:17:14.359Z | Compiling smallvec v1.13.1 |
1981 | 2024-02-24T04:17:14.834Z | Compiling vcpkg v0.2.15 |
1982 | 2024-02-24T04:17:15.307Z | Compiling pin-project-lite v0.2.13 |
1983 | 2024-02-24T04:17:15.430Z | Compiling parking_lot v0.12.1 |
1984 | 2024-02-24T04:17:15.439Z | Compiling const-oid v0.9.5 |
1985 | 2024-02-24T04:17:16.233Z | Compiling ring v0.17.8 |
1986 | 2024-02-24T04:17:16.335Z | Compiling ucd-trie v0.1.6 |
1987 | 2024-02-24T04:17:16.562Z | Compiling ryu v1.0.15 |
1988 | 2024-02-24T04:17:16.577Z | Compiling openssl-sys v0.9.96 |
1989 | 2024-02-24T04:17:16.860Z | Compiling signal-hook-registry v1.4.1 |
1990 | 2024-02-24T04:17:17.467Z | Compiling subtle v2.5.0 |
1991 | 2024-02-24T04:17:17.639Z | Compiling rustix v0.38.31 |
1992 | 2024-02-24T04:17:17.715Z | Compiling ring v0.16.20 |
1993 | 2024-02-24T04:17:17.812Z | Compiling mio v0.8.9 |
1994 | 2024-02-24T04:17:18.381Z | Compiling heck v0.4.1 |
1995 | 2024-02-24T04:17:18.773Z | Compiling futures-core v0.3.30 |
1996 | 2024-02-24T04:17:18.802Z | Compiling semver v1.0.22 |
1997 | 2024-02-24T04:17:19.654Z | Compiling spin v0.5.2 |
1998 | 2024-02-24T04:17:20.091Z | Compiling num_cpus v1.16.0 |
1999 | 2024-02-24T04:17:20.214Z | Compiling socket2 v0.5.5 |
2000 | 2024-02-24T04:17:20.606Z | Compiling openssl v0.10.60 |
2001 | 2024-02-24T04:17:20.732Z | Compiling allocator-api2 v0.2.16 |
2002 | 2024-02-24T04:17:21.132Z | Compiling unicode-xid v0.2.4 |
2003 | 2024-02-24T04:17:21.277Z | Compiling httparse v1.8.0 |
2004 | 2024-02-24T04:17:21.298Z | Compiling futures-sink v0.3.30 |
2005 | 2024-02-24T04:17:21.448Z | Compiling synstructure v0.12.6 |
2006 | 2024-02-24T04:17:21.550Z | Compiling tinyvec_macros v0.1.1 |
2007 | 2024-02-24T04:17:21.911Z | Compiling equivalent v1.0.1 |
2008 | 2024-02-24T04:17:22.030Z | Compiling tinyvec v1.6.0 |
2009 | 2024-02-24T04:17:22.288Z | Compiling futures-channel v0.3.30 |
2010 | 2024-02-24T04:17:22.464Z | Compiling crc32fast v1.3.2 |
2011 | 2024-02-24T04:17:22.497Z | Compiling native-tls v0.2.11 |
2012 | 2024-02-24T04:17:22.848Z | Compiling ppv-lite86 v0.2.17 |
2013 | 2024-02-24T04:17:22.863Z | Compiling futures-task v0.3.30 |
2014 | 2024-02-24T04:17:22.906Z | Compiling futures-io v0.3.30 |
2015 | 2024-02-24T04:17:22.970Z | Compiling pin-utils v0.1.0 |
2016 | 2024-02-24T04:17:23.060Z | Compiling rustls v0.21.9 |
2017 | 2024-02-24T04:17:23.166Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2018 | 2024-02-24T04:17:23.351Z | Compiling spin v0.9.8 |
2019 | 2024-02-24T04:17:23.393Z | Compiling tracing-core v0.1.31 |
2020 | 2024-02-24T04:17:23.599Z | Compiling unicode-normalization v0.1.22 |
2021 | 2024-02-24T04:17:23.738Z | Compiling rand_chacha v0.3.1 |
2022 | 2024-02-24T04:17:23.749Z | Compiling base64ct v1.6.0 |
2023 | 2024-02-24T04:17:23.781Z | Compiling unicode-bidi v0.3.13 |
2024 | 2024-02-24T04:17:24.391Z | Compiling pem-rfc7468 v0.7.0 |
2025 | 2024-02-24T04:17:24.566Z | Compiling rand v0.8.5 |
2026 | 2024-02-24T04:17:25.154Z | Compiling num-iter v0.1.43 |
2027 | 2024-02-24T04:17:25.400Z | Compiling usdt-impl v0.3.5 |
2028 | 2024-02-24T04:17:25.480Z | Compiling flagset v0.4.3 |
2029 | 2024-02-24T04:17:25.557Z | Compiling signal-hook v0.3.17 |
2030 | 2024-02-24T04:17:25.707Z | Compiling schemars v0.8.16 |
2031 | 2024-02-24T04:17:26.211Z | Compiling serde_derive_internals v0.26.0 |
2032 | 2024-02-24T04:17:26.287Z | Compiling serde_derive v1.0.196 |
2033 | 2024-02-24T04:17:26.299Z | Compiling zeroize_derive v1.4.2 |
2034 | 2024-02-24T04:17:26.330Z | Compiling zerocopy-derive v0.7.32 |
2035 | 2024-02-24T04:17:26.381Z | Compiling thiserror-impl v1.0.57 |
2036 | 2024-02-24T04:17:26.514Z | Compiling tokio-macros v2.2.0 |
2037 | 2024-02-24T04:17:26.707Z | Compiling futures-macro v0.3.30 |
2038 | 2024-02-24T04:17:26.743Z | Compiling tracing-attributes v0.1.26 |
2039 | 2024-02-24T04:17:27.780Z | Compiling zeroize v1.7.0 |
2040 | 2024-02-24T04:17:28.433Z | Compiling zerocopy v0.7.32 |
2041 | 2024-02-24T04:17:28.740Z | Compiling der_derive v0.7.2 |
2042 | 2024-02-24T04:17:29.386Z | Compiling pest v2.7.6 |
2043 | 2024-02-24T04:17:29.748Z | Compiling crypto-common v0.1.6 |
2044 | 2024-02-24T04:17:29.812Z | Compiling block-buffer v0.10.4 |
2045 | 2024-02-24T04:17:30.064Z | Compiling digest v0.10.7 |
2046 | 2024-02-24T04:17:30.255Z | Compiling zerocopy-derive v0.2.0 |
2047 | 2024-02-24T04:17:30.265Z | Compiling openssl-macros v0.1.1 |
2048 | 2024-02-24T04:17:30.773Z | Compiling hashbrown v0.14.3 |
2049 | 2024-02-24T04:17:30.978Z | Compiling futures-util v0.3.30 |
2050 | 2024-02-24T04:17:31.063Z | Compiling tracing v0.1.37 |
2051 | 2024-02-24T04:17:31.421Z | Compiling zerocopy-derive v0.6.4 |
2052 | 2024-02-24T04:17:31.528Z | Compiling scroll_derive v0.12.0 |
2053 | 2024-02-24T04:17:32.062Z | Compiling pest_meta v2.7.6 |
2054 | 2024-02-24T04:17:32.096Z | Compiling der v0.7.8 |
2055 | 2024-02-24T04:17:33.469Z | Compiling pest_generator v2.7.6 |
2056 | 2024-02-24T04:17:36.280Z | Compiling pest_derive v2.7.6 |
2057 | 2024-02-24T04:17:36.648Z | Compiling errno v0.3.8 |
2058 | 2024-02-24T04:17:36.918Z | Compiling rustversion v1.0.14 |
2059 | 2024-02-24T04:17:37.330Z | Compiling fnv v1.0.7 |
2060 | 2024-02-24T04:17:37.604Z | Compiling spki v0.7.2 |
2061 | 2024-02-24T04:17:38.347Z | Compiling zerocopy v0.3.0 |
2062 | 2024-02-24T04:17:38.677Z | Compiling schemars_derive v0.8.16 |
2063 | 2024-02-24T04:17:39.213Z | Compiling lazy_static v1.4.0 |
2064 | 2024-02-24T04:17:39.876Z | Compiling backtrace v0.3.69 |
2065 | 2024-02-24T04:17:40.309Z | Compiling thread-id v4.2.0 |
2066 | 2024-02-24T04:17:40.403Z | Compiling bytes v1.5.0 |
2067 | 2024-02-24T04:17:40.717Z | Compiling bitflags v2.4.0 |
2068 | 2024-02-24T04:17:41.467Z | Compiling tokio v1.36.0 |
2069 | 2024-02-24T04:17:41.598Z | Compiling indexmap v2.2.3 |
2070 | 2024-02-24T04:17:41.722Z | Compiling rustc_version v0.4.0 |
2071 | 2024-02-24T04:17:43.026Z | Compiling heapless v0.7.16 |
2072 | 2024-02-24T04:17:43.439Z | Compiling http v0.2.11 |
2073 | 2024-02-24T04:17:43.603Z | Compiling uuid v1.7.0 |
2074 | 2024-02-24T04:17:43.628Z | Compiling num-bigint v0.4.4 |
2075 | 2024-02-24T04:17:44.111Z | Compiling memoffset v0.9.0 |
2076 | 2024-02-24T04:17:44.361Z | Compiling base64 v0.21.7 |
2077 | 2024-02-24T04:17:44.445Z | Compiling foreign-types-shared v0.1.1 |
2078 | 2024-02-24T04:17:44.551Z | Compiling crossbeam-utils v0.8.16 |
2079 | 2024-02-24T04:17:45.575Z | Compiling smoltcp v0.9.1 |
2080 | 2024-02-24T04:17:45.646Z | Compiling percent-encoding v2.3.1 |
2081 | 2024-02-24T04:17:45.804Z | Compiling async-trait v0.1.77 |
2082 | 2024-02-24T04:17:45.979Z | Compiling untrusted v0.7.1 |
2083 | 2024-02-24T04:17:46.181Z | Compiling iana-time-zone v0.1.57 |
2084 | 2024-02-24T04:17:46.211Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2085 | 2024-02-24T04:17:46.277Z | Compiling untrusted v0.9.0 |
2086 | 2024-02-24T04:17:46.538Z | Compiling chrono v0.4.31 |
2087 | 2024-02-24T04:17:48.861Z | Compiling foreign-types v0.3.2 |
2088 | 2024-02-24T04:17:48.949Z | Compiling dof v0.1.5 |
2089 | 2024-02-24T04:17:49.764Z | Compiling tokio-util v0.7.10 |
2090 | 2024-02-24T04:17:50.037Z | Compiling dtrace-parser v0.1.14 |
2091 | 2024-02-24T04:17:50.180Z | Compiling hmac v0.12.1 |
2092 | 2024-02-24T04:17:50.217Z | Compiling clap_derive v4.5.0 |
2093 | 2024-02-24T04:17:50.574Z | Compiling num-integer v0.1.46 |
2094 | 2024-02-24T04:17:50.900Z | Compiling utf8parse v0.2.1 |
2095 | 2024-02-24T04:17:51.097Z | Compiling anstyle v1.0.2 |
2096 | 2024-02-24T04:17:51.454Z | Compiling siphasher v0.3.11 |
2097 | 2024-02-24T04:17:51.651Z | Compiling cpufeatures v0.2.12 |
2098 | 2024-02-24T04:17:51.708Z | Compiling try-lock v0.2.4 |
2099 | 2024-02-24T04:17:51.862Z | Compiling adler v1.0.2 |
2100 | 2024-02-24T04:17:51.865Z | Compiling time-core v0.1.1 |
2101 | 2024-02-24T04:17:52.034Z | Compiling time-macros v0.2.13 |
2102 | 2024-02-24T04:17:52.045Z | Compiling miniz_oxide v0.7.1 |
2103 | 2024-02-24T04:17:52.409Z | Compiling want v0.3.1 |
2104 | 2024-02-24T04:17:53.426Z | Compiling sha2 v0.10.8 |
2105 | 2024-02-24T04:17:55.191Z | Compiling anstyle-parse v0.2.1 |
2106 | 2024-02-24T04:17:55.588Z | Compiling h2 v0.3.24 |
2107 | 2024-02-24T04:17:57.098Z | Compiling strum_macros v0.25.2 |
2108 | 2024-02-24T04:17:58.025Z | Compiling sct v0.7.0 |
2109 | 2024-02-24T04:17:58.114Z | Compiling rustls-webpki v0.101.7 |
2110 | 2024-02-24T04:17:58.386Z | Compiling form_urlencoded v1.2.1 |
2111 | 2024-02-24T04:17:58.717Z | Compiling http-body v0.4.5 |
2112 | 2024-02-24T04:17:59.127Z | Compiling serde_tokenstream v0.1.7 |
2113 | 2024-02-24T04:17:59.654Z | Compiling pkcs8 v0.10.2 |
2114 | 2024-02-24T04:17:59.937Z | Compiling hubpack_derive v0.1.1 |
2115 | 2024-02-24T04:18:00.875Z | Compiling socket2 v0.4.9 |
2116 | 2024-02-24T04:18:00.918Z | Compiling crossbeam-epoch v0.9.15 |
2117 | 2024-02-24T04:18:01.018Z | Compiling usdt-impl v0.5.0 |
2118 | 2024-02-24T04:18:01.358Z | Compiling slog v2.7.0 |
2119 | 2024-02-24T04:18:01.425Z | Compiling colorchoice v1.0.0 |
2120 | 2024-02-24T04:18:01.512Z | Compiling anyhow v1.0.75 |
2121 | 2024-02-24T04:18:01.618Z | Compiling httpdate v1.0.3 |
2122 | 2024-02-24T04:18:01.675Z | Compiling radium v0.7.0 |
2123 | 2024-02-24T04:18:02.135Z | Compiling tower-service v0.3.2 |
2124 | 2024-02-24T04:18:02.202Z | Compiling openssl-probe v0.1.5 |
2125 | 2024-02-24T04:18:02.256Z | Compiling anstyle-query v1.0.0 |
2126 | 2024-02-24T04:18:02.475Z | Compiling anstream v0.6.11 |
2127 | 2024-02-24T04:18:03.215Z | Compiling hyper v0.14.27 |
2128 | 2024-02-24T04:18:09.256Z | Compiling terminal_size v0.3.0 |
2129 | 2024-02-24T04:18:09.562Z | Compiling serde_spanned v0.6.5 |
2130 | 2024-02-24T04:18:09.791Z | Compiling toml_datetime v0.6.5 |
2131 | 2024-02-24T04:18:11.245Z | Compiling zerocopy v0.6.4 |
2132 | 2024-02-24T04:18:11.748Z | Compiling scroll v0.12.0 |
2133 | 2024-02-24T04:18:12.278Z | Compiling md-5 v0.10.5 |
2134 | 2024-02-24T04:18:12.368Z | Compiling stringprep v0.1.3 |
2135 | 2024-02-24T04:18:12.496Z | Compiling idna v0.5.0 |
2136 | 2024-02-24T04:18:13.171Z | Compiling diesel_table_macro_syntax v0.1.0 |
2137 | 2024-02-24T04:18:13.182Z | Compiling aho-corasick v1.0.4 |
2138 | 2024-02-24T04:18:13.205Z | Compiling hash32 v0.2.1 |
2139 | 2024-02-24T04:18:13.208Z | Compiling regex-syntax v0.8.2 |
2140 | 2024-02-24T04:18:13.366Z | Compiling plain v0.2.3 |
2141 | 2024-02-24T04:18:13.540Z | Compiling dyn-clone v1.0.16 |
2142 | 2024-02-24T04:18:13.555Z | Compiling tap v1.0.1 |
2143 | 2024-02-24T04:18:13.744Z | Compiling maybe-uninit v2.0.0 |
2144 | 2024-02-24T04:18:13.776Z | Compiling stable_deref_trait v1.2.0 |
2145 | 2024-02-24T04:18:13.876Z | Compiling strsim v0.11.0 |
2146 | 2024-02-24T04:18:13.953Z | Compiling clap_lex v0.7.0 |
2147 | 2024-02-24T04:18:14.135Z | Compiling gimli v0.28.0 |
2148 | 2024-02-24T04:18:14.324Z | Compiling fallible-iterator v0.2.0 |
2149 | 2024-02-24T04:18:14.613Z | Compiling clap_builder v4.5.0 |
2150 | 2024-02-24T04:18:15.029Z | Compiling postgres-protocol v0.6.6 |
2151 | 2024-02-24T04:18:15.430Z | Compiling wyz v0.5.1 |
2152 | 2024-02-24T04:18:15.942Z | Compiling diesel_derives v2.1.2 |
2153 | 2024-02-24T04:18:15.959Z | Compiling goblin v0.8.0 |
2154 | 2024-02-24T04:18:16.255Z | Compiling url v2.5.0 |
2155 | 2024-02-24T04:18:17.064Z | Compiling regex-automata v0.4.4 |
2156 | 2024-02-24T04:18:19.313Z | Compiling addr2line v0.21.0 |
2157 | 2024-02-24T04:18:19.953Z | Compiling tokio-rustls v0.24.1 |
2158 | 2024-02-24T04:18:21.005Z | Compiling tokio-native-tls v0.3.1 |
2159 | 2024-02-24T04:18:21.271Z | Compiling usdt-attr-macro v0.3.5 |
2160 | 2024-02-24T04:18:21.694Z | Compiling usdt-macro v0.3.5 |
2161 | 2024-02-24T04:18:23.469Z | Compiling phf_shared v0.11.2 |
2162 | 2024-02-24T04:18:25.409Z | Compiling block-padding v0.3.3 |
2163 | 2024-02-24T04:18:25.548Z | Compiling enum-as-inner v0.5.1 |
2164 | 2024-02-24T04:18:25.610Z | Compiling serde_repr v0.1.16 |
2165 | 2024-02-24T04:18:25.763Z | Compiling ff v0.13.0 |
2166 | 2024-02-24T04:18:26.008Z | Compiling scheduled-thread-pool v0.2.7 |
2167 | 2024-02-24T04:18:26.513Z | Compiling object v0.32.1 |
2168 | 2024-02-24T04:18:26.678Z | Compiling regex-automata v0.1.10 |
2169 | 2024-02-24T04:18:27.159Z | Compiling ipnet v2.9.0 |
2170 | 2024-02-24T04:18:28.259Z | Compiling bit-vec v0.6.3 |
2171 | 2024-02-24T04:18:28.376Z | Compiling winnow v0.5.15 |
2172 | 2024-02-24T04:18:28.693Z | Compiling num-bigint-dig v0.8.4 |
2173 | 2024-02-24T04:18:29.045Z | Compiling matches v0.1.10 |
2174 | 2024-02-24T04:18:29.136Z | Compiling packed_struct v0.10.1 |
2175 | 2024-02-24T04:18:29.575Z | Compiling pretty-hex v0.4.1 |
2176 | 2024-02-24T04:18:29.795Z | Compiling base16ct v0.2.0 |
2177 | 2024-02-24T04:18:30.102Z | Compiling num_threads v0.1.6 |
2178 | 2024-02-24T04:18:30.633Z | Compiling bitflags v1.3.2 |
2179 | 2024-02-24T04:18:31.005Z | Compiling managed v0.8.0 |
2180 | 2024-02-24T04:18:31.214Z | Compiling rustc-demangle v0.1.23 |
2181 | 2024-02-24T04:18:31.261Z | Compiling funty v2.0.0 |
2182 | 2024-02-24T04:18:32.121Z | Compiling deranged v0.3.8 |
2183 | 2024-02-24T04:18:32.239Z | Compiling toml_edit v0.19.15 |
2184 | 2024-02-24T04:18:34.119Z | Compiling time v0.3.27 |
2185 | 2024-02-24T04:18:34.356Z | Compiling bitvec v1.0.1 |
2186 | 2024-02-24T04:18:39.153Z | Compiling sec1 v0.7.3 |
2187 | 2024-02-24T04:18:39.299Z | Compiling dof v0.3.0 |
2188 | 2024-02-24T04:18:39.492Z | Compiling idna v0.2.3 |
2189 | 2024-02-24T04:18:39.747Z | Compiling bstr v0.2.17 |
2190 | 2024-02-24T04:18:39.806Z | Compiling r2d2 v0.8.10 |
2191 | 2024-02-24T04:18:40.198Z | Compiling group v0.13.0 |
2192 | 2024-02-24T04:18:40.500Z | Compiling inout v0.1.3 |
2193 | 2024-02-24T04:18:41.501Z | Compiling phf v0.11.2 |
2194 | 2024-02-24T04:18:41.824Z | Compiling regex v1.10.3 |
2195 | 2024-02-24T04:18:42.079Z | Compiling hyper-tls v0.5.0 |
2196 | 2024-02-24T04:18:42.439Z | Compiling hyper-rustls v0.24.2 |
2197 | 2024-02-24T04:18:42.812Z | Compiling signal-hook-mio v0.2.3 |
2198 | 2024-02-24T04:18:42.911Z | Compiling flate2 v1.0.28 |
2199 | 2024-02-24T04:18:42.968Z | Compiling clap v4.5.0 |
2200 | 2024-02-24T04:18:43.094Z | Compiling bzip2 v0.4.4 |
2201 | 2024-02-24T04:18:43.497Z | Compiling ipnetwork v0.20.0 |
2202 | 2024-02-24T04:18:43.896Z | Compiling postgres-types v0.2.6 |
2203 | 2024-02-24T04:18:44.548Z | Compiling hubpack v0.1.2 |
2204 | 2024-02-24T04:18:44.559Z | Compiling serde_urlencoded v0.7.1 |
2205 | 2024-02-24T04:18:44.593Z | Compiling rustls-pemfile v1.0.3 |
2206 | 2024-02-24T04:18:44.936Z | Compiling phf_shared v0.10.0 |
2207 | 2024-02-24T04:18:44.975Z | Compiling hkdf v0.12.4 |
2208 | 2024-02-24T04:18:45.314Z | Compiling dtrace-parser v0.2.0 |
2209 | 2024-02-24T04:18:45.327Z | Compiling futures-executor v0.3.30 |
2210 | 2024-02-24T04:18:46.601Z | Compiling crypto-bigint v0.5.2 |
2211 | 2024-02-24T04:18:46.790Z | Compiling packed_struct_codegen v0.10.1 |
2212 | 2024-02-24T04:18:47.194Z | Compiling float-cmp v0.9.0 |
2213 | 2024-02-24T04:18:48.071Z | Compiling indexmap v1.9.3 |
2214 | 2024-02-24T04:18:48.409Z | Compiling encoding_rs v0.8.33 |
2215 | 2024-02-24T04:18:48.679Z | Compiling either v1.10.0 |
2216 | 2024-02-24T04:18:48.816Z | Compiling crc-catalog v2.2.0 |
2217 | 2024-02-24T04:18:48.820Z | Compiling regex-automata v0.3.8 |
2218 | 2024-02-24T04:18:49.090Z | Compiling unicode-segmentation v1.10.1 |
2219 | 2024-02-24T04:18:49.138Z | Compiling mime v0.3.17 |
2220 | 2024-02-24T04:18:49.684Z | Compiling normalize-line-endings v0.3.0 |
2221 | 2024-02-24T04:18:49.953Z | Compiling minimal-lexical v0.2.1 |
2222 | 2024-02-24T04:18:50.487Z | Compiling predicates-core v1.0.6 |
2223 | 2024-02-24T04:18:50.809Z | Compiling nodrop v0.1.14 |
2224 | 2024-02-24T04:18:50.939Z | Compiling static_assertions v1.1.0 |
2225 | 2024-02-24T04:18:51.041Z | Compiling winnow v0.6.1 |
2226 | 2024-02-24T04:18:51.140Z | Compiling unicode-width v0.1.11 |
2227 | 2024-02-24T04:18:52.174Z | Compiling webpki-roots v0.25.2 |
2228 | 2024-02-24T04:18:52.331Z | Compiling difflib v0.4.0 |
2229 | 2024-02-24T04:18:52.358Z | Compiling whoami v1.4.1 |
2230 | 2024-02-24T04:18:52.920Z | Compiling precomputed-hash v0.1.1 |
2231 | 2024-02-24T04:18:53.038Z | Compiling fixedbitset v0.4.2 |
2232 | 2024-02-24T04:18:53.440Z | Compiling data-encoding v2.4.0 |
2233 | 2024-02-24T04:18:53.694Z | Compiling new_debug_unreachable v1.0.4 |
2234 | 2024-02-24T04:18:54.102Z | Compiling trust-dns-proto v0.22.0 |
2235 | 2024-02-24T04:18:55.209Z | Compiling toml_edit v0.22.6 |
2236 | 2024-02-24T04:18:55.288Z | Compiling string_cache v0.8.7 |
2237 | 2024-02-24T04:18:56.015Z | Compiling petgraph v0.6.4 |
2238 | 2024-02-24T04:19:00.314Z | Compiling predicates v3.1.0 |
2239 | 2024-02-24T04:19:00.680Z | Compiling tokio-postgres v0.7.10 |
2240 | 2024-02-24T04:19:01.835Z | Compiling reqwest v0.11.22 |
2241 | 2024-02-24T04:19:05.681Z | Compiling console v0.15.8 |
2242 | 2024-02-24T04:19:05.921Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2243 | 2024-02-24T04:19:07.076Z | Compiling array-init v0.0.4 |
2244 | 2024-02-24T04:19:08.409Z | Compiling bstr v1.6.0 |
2245 | 2024-02-24T04:19:09.959Z | Compiling nom v7.1.3 |
2246 | 2024-02-24T04:19:10.403Z | Compiling similar v2.3.0 |
2247 | 2024-02-24T04:19:12.508Z | Compiling itertools v0.10.5 |
2248 | 2024-02-24T04:19:13.961Z | Compiling crc v3.0.1 |
2249 | 2024-02-24T04:19:14.384Z | Compiling elliptic-curve v0.13.8 |
2250 | 2024-02-24T04:19:16.934Z | Compiling futures v0.3.30 |
2251 | 2024-02-24T04:19:18.301Z | Compiling smallvec v0.6.14 |
2252 | 2024-02-24T04:19:18.705Z | Compiling diesel v2.1.4 |
2253 | 2024-02-24T04:19:18.809Z | Compiling zip v0.6.6 |
2254 | 2024-02-24T04:19:18.846Z | Compiling yasna v0.5.2 |
2255 | 2024-02-24T04:19:20.123Z | Compiling crossterm v0.27.0 |
2256 | 2024-02-24T04:19:20.760Z | Compiling cipher v0.4.4 |
2257 | 2024-02-24T04:19:21.902Z | Compiling toml v0.7.8 |
2258 | 2024-02-24T04:19:21.991Z | Compiling bit-set v0.5.3 |
2259 | 2024-02-24T04:19:22.280Z | Compiling usdt v0.3.5 |
2260 | 2024-02-24T04:19:23.991Z | Compiling strum v0.25.0 |
2261 | 2024-02-24T04:19:24.055Z | Compiling pkcs1 v0.7.5 |
2262 | 2024-02-24T04:19:24.165Z | Compiling tokio-stream v0.1.14 |
2263 | 2024-02-24T04:19:25.196Z | Compiling is-terminal v0.4.9 |
2264 | 2024-02-24T04:19:25.883Z | Compiling openapiv3 v2.0.0 |
2265 | 2024-02-24T04:19:27.775Z | Compiling hex v0.4.3 |
2266 | 2024-02-24T04:19:28.624Z | Compiling signature v2.1.0 |
2267 | 2024-02-24T04:19:30.662Z | Compiling termcolor v1.2.0 |
2268 | 2024-02-24T04:19:30.828Z | Compiling hashbrown v0.12.3 |
2269 | 2024-02-24T04:19:32.036Z | Compiling bitfield v0.14.0 |
2270 | 2024-02-24T04:19:35.385Z | Compiling lalrpop-util v0.19.12 |
2271 | 2024-02-24T04:19:41.555Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2272 | 2024-02-24T04:19:42.286Z | Compiling env_logger v0.10.0 |
2273 | 2024-02-24T04:19:46.145Z | Compiling rsa v0.9.2 |
2274 | 2024-02-24T04:19:52.396Z | Compiling serde-hex v0.1.0 |
2275 | 2024-02-24T04:19:53.145Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2276 | 2024-02-24T04:19:59.369Z | Compiling ron v0.8.1 |
2277 | 2024-02-24T04:20:01.477Z | Compiling x509-cert v0.2.4 |
2278 | 2024-02-24T04:20:01.647Z | Compiling hashbrown v0.13.2 |
2279 | 2024-02-24T04:20:02.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2280 | 2024-02-24T04:20:11.746Z | Compiling crc-any v2.4.3 |
2281 | 2024-02-24T04:20:14.590Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2282 | 2024-02-24T04:20:35.326Z | Compiling object v0.30.4 |
2283 | 2024-02-24T04:20:36.669Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2284 | 2024-02-24T04:20:46.374Z | Compiling path-slash v0.1.5 |
2285 | 2024-02-24T04:20:47.025Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2286 | 2024-02-24T04:21:14.048Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2287 | 2024-02-24T04:21:14.796Z | Finished release [optimized] target(s) in 4m 05s |
2288 | 2024-02-24T04:21:14.865Z | |
2289 | 2024-02-24T04:21:14.865Z | real 4:05.336712119 |
2290 | 2024-02-24T04:21:14.866Z | user 26:50.161818997 |
2291 | 2024-02-24T04:21:14.866Z | sys 3:08.262157531 |
2292 | 2024-02-24T04:21:14.866Z | trap 0.832904860 |
2293 | 2024-02-24T04:21:14.866Z | tflt 1.670144593 |
2294 | 2024-02-24T04:21:14.866Z | dflt 0.339888014 |
2295 | 2024-02-24T04:21:14.866Z | kflt 0.016225949 |
2296 | 2024-02-24T04:21:14.866Z | lock 1:01:35.366639814 |
2297 | 2024-02-24T04:21:14.866Z | slp 1:19:27.706691791 |
2298 | 2024-02-24T04:21:14.869Z | lat 1:27.269910722 |
2299 | 2024-02-24T04:21:14.869Z | stop 1:16.756612196 |
2300 | 2024-02-24T04:21:14.869Z | + ptime -m gzip |
2301 | 2024-02-24T04:21:15.328Z | |
2302 | 2024-02-24T04:21:15.328Z | real 0.458213666 |
2303 | 2024-02-24T04:21:15.328Z | user 0.452185516 |
2304 | 2024-02-24T04:21:15.328Z | sys 0.005506448 |
2305 | 2024-02-24T04:21:15.328Z | trap 0.000036269 |
2306 | 2024-02-24T04:21:15.328Z | tflt 0.000000000 |
2307 | 2024-02-24T04:21:15.328Z | dflt 0.000000000 |
2308 | 2024-02-24T04:21:15.328Z | kflt 0.000000000 |
2309 | 2024-02-24T04:21:15.328Z | lock 0.000000000 |
2310 | 2024-02-24T04:21:15.328Z | slp 0.000000000 |
2311 | 2024-02-24T04:21:15.328Z | lat 0.000093310 |
2312 | 2024-02-24T04:21:15.328Z | stop 0.000174580 |
2313 | 2024-02-24T04:21:15.332Z | + banner tufaceous |
2314 | 2024-02-24T04:21:15.332Z | |
2315 | 2024-02-24T04:21:15.332Z | ##### # # ###### ## #### ###### #### # # #### |
2316 | 2024-02-24T04:21:15.332Z | # # # # # # # # # # # # # # |
2317 | 2024-02-24T04:21:15.332Z | # # # ##### # # # ##### # # # # #### |
2318 | 2024-02-24T04:21:15.332Z | # # # # ###### # # # # # # # |
2319 | 2024-02-24T04:21:15.332Z | # # # # # # # # # # # # # # # |
2320 | 2024-02-24T04:21:15.332Z | # #### # # # #### ###### #### #### #### |
2321 | 2024-02-24T04:21:15.332Z | |
2322 | 2024-02-24T04:21:15.332Z | + ptime -m cargo build --locked -p tufaceous --release |
2323 | 2024-02-24T04:21:15.756Z | Downloading crates ... |
2324 | 2024-02-24T04:21:16.137Z | Downloaded parse-size v1.0.0 |
2325 | 2024-02-24T04:21:16.145Z | Downloaded snafu v0.7.5 |
2326 | 2024-02-24T04:21:16.152Z | Downloaded serde_plain v1.0.2 |
2327 | 2024-02-24T04:21:16.155Z | Downloaded olpc-cjson v0.1.3 |
2328 | 2024-02-24T04:21:16.155Z | Downloaded snafu-derive v0.7.5 |
2329 | 2024-02-24T04:21:16.158Z | Downloaded doc-comment v0.3.3 |
2330 | 2024-02-24T04:21:16.158Z | Downloaded globset v0.4.13 |
2331 | 2024-02-24T04:21:16.158Z | Downloaded fs-err v2.11.0 |
2332 | 2024-02-24T04:21:16.161Z | Downloaded humantime v2.1.0 |
2333 | 2024-02-24T04:21:16.161Z | Downloaded async-recursion v1.0.5 |
2334 | 2024-02-24T04:21:16.164Z | Downloaded buf-list v1.0.3 |
2335 | 2024-02-24T04:21:16.167Z | Downloaded pin-project-internal v1.1.3 |
2336 | 2024-02-24T04:21:16.167Z | Downloaded pin-project v1.1.3 |
2337 | 2024-02-24T04:21:16.178Z | Downloaded typed-path v0.7.0 |
2338 | 2024-02-24T04:21:16.183Z | Downloaded tough v0.16.0 |
2339 | 2024-02-24T04:21:16.283Z | Compiling serde_tokenstream v0.2.0 |
2340 | 2024-02-24T04:21:16.391Z | Compiling regress v0.8.0 |
2341 | 2024-02-24T04:21:16.394Z | Compiling dirs-sys-next v0.1.2 |
2342 | 2024-02-24T04:21:16.394Z | Compiling ident_case v1.0.1 |
2343 | 2024-02-24T04:21:16.394Z | Compiling rustls-pki-types v1.3.0 |
2344 | 2024-02-24T04:21:16.395Z | Compiling strsim v0.10.0 |
2345 | 2024-02-24T04:21:16.395Z | Compiling thread_local v1.1.7 |
2346 | 2024-02-24T04:21:16.533Z | Compiling dirs-next v2.0.0 |
2347 | 2024-02-24T04:21:16.783Z | Compiling darling_core v0.20.3 |
2348 | 2024-02-24T04:21:16.838Z | Compiling camino v1.1.6 |
2349 | 2024-02-24T04:21:17.178Z | Compiling rustls v0.22.2 |
2350 | 2024-02-24T04:21:17.357Z | Compiling heck v0.4.1 |
2351 | 2024-02-24T04:21:17.425Z | Compiling slog-async v2.8.0 |
2352 | 2024-02-24T04:21:17.537Z | Compiling rustls-webpki v0.102.1 |
2353 | 2024-02-24T04:21:17.618Z | Compiling term v0.7.0 |
2354 | 2024-02-24T04:21:17.649Z | Compiling crossbeam-channel v0.5.8 |
2355 | 2024-02-24T04:21:17.942Z | Compiling getopts v0.2.21 |
2356 | 2024-02-24T04:21:18.710Z | Compiling structmeta-derive v0.3.0 |
2357 | 2024-02-24T04:21:18.841Z | Compiling atty v0.2.14 |
2358 | 2024-02-24T04:21:18.993Z | Compiling multer v3.0.0 |
2359 | 2024-02-24T04:21:19.328Z | Compiling paste v1.0.14 |
2360 | 2024-02-24T04:21:19.414Z | Compiling match_cfg v0.1.0 |
2361 | 2024-02-24T04:21:19.511Z | Compiling doc-comment v0.3.3 |
2362 | 2024-02-24T04:21:19.789Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2363 | 2024-02-24T04:21:21.476Z | Compiling unsafe-libyaml v0.2.10 |
2364 | 2024-02-24T04:21:21.762Z | Compiling take_mut v0.2.2 |
2365 | 2024-02-24T04:21:22.349Z | Compiling darling_macro v0.20.3 |
2366 | 2024-02-24T04:21:22.555Z | Compiling structmeta v0.3.0 |
2367 | 2024-02-24T04:21:22.866Z | Compiling serde_yaml v0.9.25 |
2368 | 2024-02-24T04:21:22.926Z | Compiling hostname v0.3.1 |
2369 | 2024-02-24T04:21:23.249Z | Compiling slog-term v2.9.0 |
2370 | 2024-02-24T04:21:23.341Z | Compiling darling v0.20.3 |
2371 | 2024-02-24T04:21:25.341Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2372 | 2024-02-24T04:21:25.357Z | Compiling slog-json v2.6.1 |
2373 | 2024-02-24T04:21:25.889Z | Compiling http v1.0.0 |
2374 | 2024-02-24T04:21:26.334Z | Compiling async-stream-impl v0.3.5 |
2375 | 2024-02-24T04:21:26.931Z | Compiling pin-project-internal v1.1.3 |
2376 | 2024-02-24T04:21:27.553Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2377 | 2024-02-24T04:21:27.628Z | Compiling fastrand v2.0.1 |
2378 | 2024-02-24T04:21:27.887Z | Compiling atomic-waker v1.1.1 |
2379 | 2024-02-24T04:21:28.324Z | Compiling waitgroup v0.1.2 |
2380 | 2024-02-24T04:21:28.324Z | Compiling tempfile v3.10.0 |
2381 | 2024-02-24T04:21:28.335Z | Compiling tokio-rustls v0.25.0 |
2382 | 2024-02-24T04:21:28.898Z | Compiling async-stream v0.3.5 |
2383 | 2024-02-24T04:21:29.544Z | Compiling slog-bunyan v2.5.0 |
2384 | 2024-02-24T04:21:29.813Z | Compiling pin-project v1.1.3 |
2385 | 2024-02-24T04:21:29.930Z | Compiling serde_with_macros v3.6.1 |
2386 | 2024-02-24T04:21:29.946Z | Compiling parse-display-derive v0.9.0 |
2387 | 2024-02-24T04:21:31.177Z | Compiling toml v0.8.10 |
2388 | 2024-02-24T04:21:31.490Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2389 | 2024-02-24T04:21:31.681Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2390 | 2024-02-24T04:21:32.591Z | Compiling rustls-pemfile v2.1.0 |
2391 | 2024-02-24T04:21:32.790Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2392 | 2024-02-24T04:21:33.384Z | Compiling sha1 v0.10.6 |
2393 | 2024-02-24T04:21:33.594Z | Compiling newtype-uuid v1.0.1 |
2394 | 2024-02-24T04:21:33.978Z | Compiling strum_macros v0.26.1 |
2395 | 2024-02-24T04:21:33.986Z | Compiling snafu-derive v0.7.5 |
2396 | 2024-02-24T04:21:34.362Z | Compiling serde_path_to_error v0.1.15 |
2397 | 2024-02-24T04:21:34.376Z | Compiling instant v0.1.12 |
2398 | 2024-02-24T04:21:34.529Z | Compiling fs-err v2.11.0 |
2399 | 2024-02-24T04:21:34.847Z | Compiling debug-ignore v1.0.5 |
2400 | 2024-02-24T04:21:35.010Z | Compiling arc-swap v1.6.0 |
2401 | 2024-02-24T04:21:35.410Z | Compiling same-file v1.0.6 |
2402 | 2024-02-24T04:21:35.708Z | Compiling buf-list v1.0.3 |
2403 | 2024-02-24T04:21:35.804Z | Compiling walkdir v2.4.0 |
2404 | 2024-02-24T04:21:36.107Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2405 | 2024-02-24T04:21:36.254Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2406 | 2024-02-24T04:21:37.121Z | Compiling slog-scope v4.4.0 |
2407 | 2024-02-24T04:21:38.201Z | Compiling backoff v0.4.0 |
2408 | 2024-02-24T04:21:38.619Z | Compiling parse-display v0.9.0 |
2409 | 2024-02-24T04:21:38.931Z | Compiling strum v0.26.1 |
2410 | 2024-02-24T04:21:39.466Z | Compiling snafu v0.7.5 |
2411 | 2024-02-24T04:21:39.469Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2024-02-24T04:21:39.469Z | Compiling serde_with v3.6.1 |
2413 | 2024-02-24T04:21:40.552Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2414 | 2024-02-24T04:21:40.585Z | Compiling globset v0.4.13 |
2415 | 2024-02-24T04:21:41.285Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2416 | 2024-02-24T04:21:41.463Z | Compiling olpc-cjson v0.1.3 |
2417 | 2024-02-24T04:21:42.038Z | Compiling pem v3.0.2 |
2418 | 2024-02-24T04:21:43.298Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2419 | 2024-02-24T04:21:43.754Z | Compiling macaddr v1.0.1 |
2420 | 2024-02-24T04:21:44.449Z | Compiling serde_plain v1.0.2 |
2421 | 2024-02-24T04:21:44.530Z | Compiling async-recursion v1.0.5 |
2422 | 2024-02-24T04:21:44.997Z | Compiling filetime v0.2.23 |
2423 | 2024-02-24T04:21:45.338Z | Compiling xattr v1.0.1 |
2424 | 2024-02-24T04:21:45.535Z | Compiling typed-path v0.7.0 |
2425 | 2024-02-24T04:21:45.618Z | Compiling tar v0.4.40 |
2426 | 2024-02-24T04:21:49.615Z | Compiling tough v0.16.0 |
2427 | 2024-02-24T04:21:52.389Z | Compiling slog-stdlog v4.1.1 |
2428 | 2024-02-24T04:21:53.349Z | Compiling camino-tempfile v1.1.1 |
2429 | 2024-02-24T04:21:54.131Z | Compiling itertools v0.12.1 |
2430 | 2024-02-24T04:21:54.156Z | Compiling parse-size v1.0.0 |
2431 | 2024-02-24T04:21:54.500Z | Compiling slog-envlogger v2.2.0 |
2432 | 2024-02-24T04:21:57.270Z | Compiling humantime v2.1.0 |
2433 | 2024-02-24T04:21:59.743Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2434 | 2024-02-24T04:21:59.969Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2435 | 2024-02-24T04:22:10.289Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2024-02-24T04:22:12.348Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2437 | 2024-02-24T04:22:32.218Z | Finished release [optimized] target(s) in 1m 16s |
2438 | 2024-02-24T04:22:32.295Z | |
2439 | 2024-02-24T04:22:32.295Z | real 1:16.939774889 |
2440 | 2024-02-24T04:22:32.295Z | user 8:30.143955760 |
2441 | 2024-02-24T04:22:32.295Z | sys 40.078057433 |
2442 | 2024-02-24T04:22:32.296Z | trap 0.233412290 |
2443 | 2024-02-24T04:22:32.296Z | tflt 0.382391130 |
2444 | 2024-02-24T04:22:32.299Z | dflt 0.375614382 |
2445 | 2024-02-24T04:22:32.299Z | kflt 0.000005969 |
2446 | 2024-02-24T04:22:32.299Z | lock 17:52.388980181 |
2447 | 2024-02-24T04:22:32.299Z | slp 19:32.281970831 |
2448 | 2024-02-24T04:22:32.299Z | lat 18.709247963 |
2449 | 2024-02-24T04:22:32.299Z | stop 15.128812892 |
2450 | 2024-02-24T04:22:32.299Z | + ptime -m gzip |
2451 | 2024-02-24T04:22:34.051Z | |
2452 | 2024-02-24T04:22:34.051Z | real 1.752100125 |
2453 | 2024-02-24T04:22:34.051Z | user 1.734186044 |
2454 | 2024-02-24T04:22:34.051Z | sys 0.015901288 |
2455 | 2024-02-24T04:22:34.052Z | trap 0.000401949 |
2456 | 2024-02-24T04:22:34.052Z | tflt 0.000000000 |
2457 | 2024-02-24T04:22:34.052Z | dflt 0.000000000 |
2458 | 2024-02-24T04:22:34.052Z | kflt 0.000000000 |
2459 | 2024-02-24T04:22:34.052Z | lock 0.000000000 |
2460 | 2024-02-24T04:22:34.052Z | slp 0.000000000 |
2461 | 2024-02-24T04:22:34.055Z | lat 0.001204333 |
2462 | 2024-02-24T04:22:34.055Z | stop 0.000181669 |
2463 | 2024-02-24T04:22:34.055Z | process exited: duration 831777 ms, exit code 0 |
|
2464 | 2024-02-24T04:22:34.071Z | found 5 output files |
2465 | 2024-02-24T04:22:34.072Z | uploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes) |
2466 | 2024-02-24T04:22:37.812Z | uploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz |
2467 | 2024-02-24T04:22:37.812Z | uploading: /work/end-to-end-tests/bootstrap.gz (109731731 bytes) |
2468 | 2024-02-24T04:23:05.805Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2469 | 2024-02-24T04:23:05.805Z | uploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113174813 bytes) |
2470 | 2024-02-24T04:23:34.965Z | uploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz |
2471 | 2024-02-24T04:23:34.970Z | uploading: /work/caboose-util.gz (4099335 bytes) |
2472 | 2024-02-24T04:23:36.515Z | uploaded: /work/caboose-util.gz |
2473 | 2024-02-24T04:23:36.515Z | uploading: /work/tufaceous.gz (15875104 bytes) |
2474 | 2024-02-24T04:23:39.597Z | uploaded: /work/tufaceous.gz |