|
|
|
1 | 2024-01-28T02:25:25.273Z | job assigned to worker 01HN6Y2BP0CQM077AXZ7142DN3 (queued for 1 h 7 m 59 s) |
|
2 | 2024-01-28T02:25:25.783Z | starting task 0: "setup" |
3 | 2024-01-28T02:25:25.798Z | ++ uname -s |
4 | 2024-01-28T02:25:25.798Z | + kern=SunOS |
5 | 2024-01-28T02:25:25.798Z | + case "$kern" in |
6 | 2024-01-28T02:25:25.798Z | + groupadd -g 12345 build |
7 | 2024-01-28T02:25:25.869Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-28T02:25:28.048Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-28T02:25:28.171Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-28T02:25:28.175Z | + home_fs=zfs |
11 | 2024-01-28T02:25:28.175Z | + [[ zfs == autofs ]] |
12 | 2024-01-28T02:25:28.175Z | + mkdir -p /home/build |
13 | 2024-01-28T02:25:28.178Z | + chown build:build /home/build /work |
14 | 2024-01-28T02:25:30.180Z | + chmod 0700 /home/build /work |
15 | 2024-01-28T02:25:30.183Z | process exited: duration 4400 ms, exit code 0 |
|
16 | 2024-01-28T02:25:30.189Z | starting task 1: "rust-toolchain" |
17 | 2024-01-28T02:25:30.198Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-28T02:25:30.204Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-28T02:25:30.546Z | info: downloading installer |
20 | 2024-01-28T02:25:33.330Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-28T02:25:33.330Z | warning: /opt/ooce/bin |
22 | 2024-01-28T02:25:33.330Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-28T02:25:33.331Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-28T02:25:33.331Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-28T02:25:33.332Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-28T02:25:33.332Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-28T02:25:33.332Z | error: cannot install while Rust is installed |
28 | 2024-01-28T02:25:33.332Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-28T02:25:33.835Z | info: profile set to 'default' |
30 | 2024-01-28T02:25:33.835Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-28T02:25:33.838Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-28T02:25:34.051Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-28T02:25:34.051Z | info: downloading component 'cargo' |
34 | 2024-01-28T02:25:34.973Z | info: downloading component 'clippy' |
35 | 2024-01-28T02:25:35.292Z | info: downloading component 'rust-docs' |
36 | 2024-01-28T02:25:36.440Z | info: downloading component 'rust-std' |
37 | 2024-01-28T02:25:38.552Z | info: downloading component 'rustc' |
38 | 2024-01-28T02:25:43.611Z | info: downloading component 'rustfmt' |
39 | 2024-01-28T02:25:43.971Z | info: installing component 'cargo' |
40 | 2024-01-28T02:25:45.892Z | info: installing component 'clippy' |
41 | 2024-01-28T02:25:46.733Z | info: installing component 'rust-docs' |
42 | 2024-01-28T02:25:49.469Z | info: installing component 'rust-std' |
43 | 2024-01-28T02:25:53.472Z | info: installing component 'rustc' |
44 | 2024-01-28T02:26:03.140Z | info: installing component 'rustfmt' |
45 | 2024-01-28T02:26:03.583Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-28T02:26:03.583Z | |
47 | 2024-01-28T02:26:03.752Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-28T02:26:03.752Z | |
49 | 2024-01-28T02:26:03.756Z | |
50 | 2024-01-28T02:26:03.756Z | Rust is installed now. Great! |
51 | 2024-01-28T02:26:03.757Z | |
52 | 2024-01-28T02:26:03.757Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-28T02:26:03.757Z | environment variable. This has not been done automatically. |
54 | 2024-01-28T02:26:03.757Z | |
55 | 2024-01-28T02:26:03.758Z | To configure your current shell, run: |
56 | 2024-01-28T02:26:03.758Z | source "$HOME/.cargo/env" |
57 | 2024-01-28T02:26:03.842Z | + rustc --version |
58 | 2024-01-28T02:26:03.952Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-28T02:26:03.957Z | process exited: duration 33771 ms, exit code 0 |
|
60 | 2024-01-28T02:26:03.966Z | starting task 2: "authentication" |
61 | 2024-01-28T02:26:03.998Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-01-28T02:26:04.008Z | starting task 3: "clone repository" |
63 | 2024-01-28T02:26:04.016Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-28T02:26:04.019Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-28T02:26:04.377Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-28T02:26:11.280Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-28T02:26:11.281Z | + git fetch origin 301f95eddc654d74719021a01e891d8c032c7fc6 |
68 | 2024-01-28T02:26:11.636Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-28T02:26:11.636Z | * branch 301f95eddc654d74719021a01e891d8c032c7fc6 -> FETCH_HEAD |
70 | 2024-01-28T02:26:11.651Z | + [[ -n alan/prop-cru-new ]] |
71 | 2024-01-28T02:26:11.654Z | ++ git branch --show-current |
72 | 2024-01-28T02:26:11.656Z | + current=main |
73 | 2024-01-28T02:26:11.656Z | + [[ main != alan/prop-cru-new ]] |
74 | 2024-01-28T02:26:11.657Z | + git branch -f alan/prop-cru-new 301f95eddc654d74719021a01e891d8c032c7fc6 |
75 | 2024-01-28T02:26:11.660Z | + git checkout -f alan/prop-cru-new |
76 | 2024-01-28T02:26:11.849Z | Switched to branch 'alan/prop-cru-new' |
77 | 2024-01-28T02:26:11.852Z | + git reset --hard 301f95eddc654d74719021a01e891d8c032c7fc6 |
78 | 2024-01-28T02:26:11.868Z | HEAD is now at 301f95edd Update crucible and propolis versions |
79 | 2024-01-28T02:26:11.871Z | process exited: duration 7863 ms, exit code 0 |
|
80 | 2024-01-28T02:26:11.877Z | starting task 4: "build" |
81 | 2024-01-28T02:26:11.884Z | + cargo --version |
82 | 2024-01-28T02:26:11.891Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-28T02:26:12.077Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-28T02:26:12.080Z | info: downloading component 'cargo' |
85 | 2024-01-28T02:26:12.786Z | info: downloading component 'clippy' |
86 | 2024-01-28T02:26:13.022Z | info: downloading component 'rust-docs' |
87 | 2024-01-28T02:26:13.910Z | info: downloading component 'rust-std' |
88 | 2024-01-28T02:26:15.293Z | info: downloading component 'rustc' |
89 | 2024-01-28T02:26:19.093Z | info: downloading component 'rustfmt' |
90 | 2024-01-28T02:26:19.299Z | info: installing component 'cargo' |
91 | 2024-01-28T02:26:20.595Z | info: installing component 'clippy' |
92 | 2024-01-28T02:26:21.093Z | info: installing component 'rust-docs' |
93 | 2024-01-28T02:26:23.960Z | info: installing component 'rust-std' |
94 | 2024-01-28T02:26:26.398Z | info: installing component 'rustc' |
95 | 2024-01-28T02:26:32.504Z | info: installing component 'rustfmt' |
96 | 2024-01-28T02:26:33.048Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-28T02:26:33.051Z | + rustc --version |
98 | 2024-01-28T02:26:33.174Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-28T02:26:33.185Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-01-28T02:26:49.203Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-01-28T02:26:51.043Z | Startup: Caching catalogs ... Done |
102 | 2024-01-28T02:26:53.766Z | Planning: Solver setup ... Done (2.229s) |
103 | 2024-01-28T02:26:53.823Z | Planning: Running solver ... Done (0.057s) |
104 | 2024-01-28T02:26:53.855Z | Planning: Finding local manifests ... Done (0.003s) |
105 | 2024-01-28T02:26:53.869Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-01-28T02:26:54.188Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-01-28T02:26:54.269Z | Planning: Package planning ... Done (0.081s) |
108 | 2024-01-28T02:26:54.354Z | Planning: Merging actions ... Done (0.084s) |
109 | 2024-01-28T02:26:55.519Z | Planning: Checking for conflicting actions ... Done (1.165s) |
110 | 2024-01-28T02:26:55.537Z | Planning: Consolidating action changes ... Done (0.017s) |
111 | 2024-01-28T02:27:03.219Z | Planning: Evaluating mediators ... Done (7.682s) |
112 | 2024-01-28T02:27:03.234Z | Planning: Planning completed in 12.13 seconds |
113 | 2024-01-28T02:27:07.546Z | Packages to install: 4 |
114 | 2024-01-28T02:27:07.546Z | Mediators to change: 2 |
115 | 2024-01-28T02:27:07.546Z | Services to change: 1 |
116 | 2024-01-28T02:27:07.549Z | Estimated space available: 148.87 GB |
117 | 2024-01-28T02:27:07.549Z | Estimated space to be consumed: 1.40 GB |
118 | 2024-01-28T02:27:07.549Z | Create boot environment: No |
119 | 2024-01-28T02:27:07.549Z | Create backup boot environment: No |
120 | 2024-01-28T02:27:07.549Z | Rebuild boot archive: No |
121 | 2024-01-28T02:27:07.550Z | |
122 | 2024-01-28T02:27:07.550Z | Changed mediators: |
123 | 2024-01-28T02:27:07.550Z | mediator clang: |
124 | 2024-01-28T02:27:07.550Z | version: None -> 15 (system default) |
125 | 2024-01-28T02:27:07.550Z | |
126 | 2024-01-28T02:27:07.550Z | mediator llvm: |
127 | 2024-01-28T02:27:07.550Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-01-28T02:27:07.555Z | |
129 | 2024-01-28T02:27:07.555Z | Changed packages: |
130 | 2024-01-28T02:27:07.555Z | helios-dev |
131 | 2024-01-28T02:27:07.555Z | developer/build-essential |
132 | 2024-01-28T02:27:07.555Z | None -> 11-2.0 |
133 | 2024-01-28T02:27:07.555Z | library/libxmlsec1 |
134 | 2024-01-28T02:27:07.555Z | None -> 1.2.35-2.0 |
135 | 2024-01-28T02:27:07.555Z | ooce/developer/clang-15 |
136 | 2024-01-28T02:27:07.555Z | None -> 15.0.7-2.0 |
137 | 2024-01-28T02:27:07.555Z | ooce/developer/llvm-15 |
138 | 2024-01-28T02:27:07.555Z | None -> 15.0.7-2.0 |
139 | 2024-01-28T02:27:07.555Z | |
140 | 2024-01-28T02:27:07.555Z | Services: |
141 | 2024-01-28T02:27:07.555Z | restart_fmri: |
142 | 2024-01-28T02:27:07.555Z | svc:/system/update-man-index:default |
143 | 2024-01-28T02:27:07.877Z | |
144 | 2024-01-28T02:27:07.877Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-01-28T02:27:13.672Z | Download: 1198/3290 items 79.2/212.6MB 37% complete (16.8M/s) |
146 | 2024-01-28T02:27:18.673Z | Download: 2378/3290 items 120.0/212.6MB 56% complete (11.0M/s) |
147 | 2024-01-28T02:27:23.398Z | Download: Completed 212.60 MB in 15.52 seconds (13.7M/s) |
148 | 2024-01-28T02:27:24.185Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-01-28T02:27:29.184Z | Actions: 2429/3689 actions (Installing new actions) |
150 | 2024-01-28T02:27:31.795Z | Actions: Completed 3689 actions in 7.61 seconds. |
151 | 2024-01-28T02:27:31.935Z | Done (0.133s) |
152 | 2024-01-28T02:27:31.935Z | Done (0.000s) |
153 | 2024-01-28T02:27:32.261Z | Done (0.325s) |
154 | 2024-01-28T02:27:40.667Z | Done (8.270s) |
155 | 2024-01-28T02:27:40.923Z | Done (0.150s) |
156 | 2024-01-28T02:27:40.926Z | Done (0.000s) |
157 | 2024-01-28T02:27:41.152Z | Done (0.000s) |
158 | 2024-01-28T02:27:41.885Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-01-28T02:27:42.168Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-01-28T02:27:42.171Z | Planning: Consolidating action changes ... Done |
161 | 2024-01-28T02:27:42.606Z | Planning: Evaluating mediators ... Done |
162 | 2024-01-28T02:27:42.609Z | Planning: Planning completed in 0.72 seconds |
163 | 2024-01-28T02:27:42.663Z | Mediators to change: 2 |
164 | 2024-01-28T02:27:42.663Z | Create boot environment: No |
165 | 2024-01-28T02:27:42.666Z | Create backup boot environment: No |
166 | 2024-01-28T02:27:42.757Z | Done |
167 | 2024-01-28T02:27:42.758Z | Done |
168 | 2024-01-28T02:27:42.955Z | Done |
169 | 2024-01-28T02:27:48.755Z | Done |
170 | 2024-01-28T02:27:48.887Z | Done |
171 | 2024-01-28T02:27:48.890Z | Done |
172 | 2024-01-28T02:27:48.988Z | Done |
173 | 2024-01-28T02:27:50.003Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-01-28T02:27:50.006Z | Planning: Merging actions ... Done |
175 | 2024-01-28T02:27:50.335Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-01-28T02:27:50.338Z | Planning: Consolidating action changes ... Done |
177 | 2024-01-28T02:27:50.774Z | Planning: Evaluating mediators ... Done |
178 | 2024-01-28T02:27:50.864Z | Planning: Planning completed in 1.30 seconds |
179 | 2024-01-28T02:27:50.922Z | Packages to change: 1 |
180 | 2024-01-28T02:27:50.922Z | Mediators to change: 1 |
181 | 2024-01-28T02:27:50.922Z | Services to change: 1 |
182 | 2024-01-28T02:27:50.925Z | Create boot environment: No |
183 | 2024-01-28T02:27:50.925Z | Create backup boot environment: Yes |
184 | 2024-01-28T02:27:52.823Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-01-28T02:27:52.826Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-01-28T02:27:52.827Z | Done |
187 | 2024-01-28T02:27:52.827Z | Done |
188 | 2024-01-28T02:27:52.899Z | Done |
189 | 2024-01-28T02:27:58.895Z | Done |
190 | 2024-01-28T02:27:59.020Z | Done |
191 | 2024-01-28T02:27:59.023Z | Done |
192 | 2024-01-28T02:27:59.149Z | Done |
193 | 2024-01-28T02:27:59.828Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-01-28T02:27:59.828Z | clang system 15 system |
195 | 2024-01-28T02:27:59.828Z | csh system system illumos |
196 | 2024-01-28T02:27:59.828Z | ctags system system illumos |
197 | 2024-01-28T02:27:59.828Z | gcc vendor 12 vendor |
198 | 2024-01-28T02:27:59.828Z | gcc system 10 system |
199 | 2024-01-28T02:27:59.828Z | gcc system 7 system |
200 | 2024-01-28T02:27:59.828Z | go system 1.20 system |
201 | 2024-01-28T02:27:59.828Z | go system 1.19 system |
202 | 2024-01-28T02:27:59.828Z | llvm system 15 system |
203 | 2024-01-28T02:27:59.828Z | llvm system 14 system |
204 | 2024-01-28T02:27:59.828Z | mariadb system 10.6 system |
205 | 2024-01-28T02:27:59.829Z | mta vendor vendor dma |
206 | 2024-01-28T02:27:59.829Z | openjdk system 17 system |
207 | 2024-01-28T02:27:59.829Z | openjdk system 11 system |
208 | 2024-01-28T02:27:59.829Z | openjdk system 1.8 system |
209 | 2024-01-28T02:27:59.829Z | openssl vendor 3 vendor |
210 | 2024-01-28T02:27:59.829Z | perl system 5.36 system |
211 | 2024-01-28T02:27:59.829Z | postgresql system 15 system |
212 | 2024-01-28T02:27:59.829Z | postgresql system 13 system |
213 | 2024-01-28T02:27:59.829Z | python vendor 3 vendor |
214 | 2024-01-28T02:27:59.829Z | python system 2 system |
215 | 2024-01-28T02:27:59.829Z | python3 system 3.11 system |
216 | 2024-01-28T02:27:59.829Z | ruby system 3.0 system |
217 | 2024-01-28T02:27:59.829Z | words vendor vendor american-english |
218 | 2024-01-28T02:27:59.829Z | words system system australian-english |
219 | 2024-01-28T02:27:59.829Z | words system system british-english |
220 | 2024-01-28T02:27:59.829Z | words system system canadian-english |
221 | 2024-01-28T02:27:59.829Z | words system system french |
222 | 2024-01-28T02:27:59.829Z | words system system italian |
223 | 2024-01-28T02:27:59.830Z | words system system ngerman |
224 | 2024-01-28T02:27:59.830Z | words system system ogerman |
225 | 2024-01-28T02:27:59.830Z | words system system spanish |
226 | 2024-01-28T02:28:00.363Z | FMRI IFO |
227 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-01-28T02:28:00.363Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-01-28T02:28:00.491Z | + set -o errexit |
236 | 2024-01-28T02:28:00.496Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-01-28T02:28:00.496Z | ++ cd ./tools |
238 | 2024-01-28T02:28:00.496Z | ++ pwd |
239 | 2024-01-28T02:28:00.496Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-01-28T02:28:00.496Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-01-28T02:28:00.496Z | + ARG0=ci_download_cockroachdb |
242 | 2024-01-28T02:28:00.496Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-01-28T02:28:00.496Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-01-28T02:28:00.496Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-01-28T02:28:00.496Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2024-01-28T02:28:00.496Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2024-01-28T02:28:00.496Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2024-01-28T02:28:00.497Z | + TARGET_DIR=out |
249 | 2024-01-28T02:28:00.497Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-01-28T02:28:00.497Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-01-28T02:28:00.497Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-01-28T02:28:00.497Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-01-28T02:28:00.497Z | + main |
254 | 2024-01-28T02:28:00.497Z | + [[ 0 != 0 ]] |
255 | 2024-01-28T02:28:00.497Z | + CIDL_OS=solaris2.11 |
256 | 2024-01-28T02:28:00.497Z | + [[ 0 != 0 ]] |
257 | 2024-01-28T02:28:00.497Z | + configure_os solaris2.11 |
258 | 2024-01-28T02:28:00.497Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-01-28T02:28:00.497Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-01-28T02:28:00.498Z | configuring based on OS: "solaris2.11" |
261 | 2024-01-28T02:28:00.498Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-01-28T02:28:00.498Z | + case "$1" in |
263 | 2024-01-28T02:28:00.498Z | + CIDL_BUILD=illumos |
264 | 2024-01-28T02:28:00.498Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-01-28T02:28:00.498Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2024-01-28T02:28:00.498Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2024-01-28T02:28:00.498Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-01-28T02:28:00.498Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-01-28T02:28:00.498Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-01-28T02:28:00.498Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-01-28T02:28:00.498Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-28T02:28:00.498Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-01-28T02:28:00.499Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-01-28T02:28:00.504Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-01-28T02:28:00.504Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-28T02:28:00.504Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-01-28T02:28:00.504Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-28T02:28:00.504Z | + mkdir -p out/downloads |
279 | 2024-01-28T02:28:00.504Z | + mkdir -p ./out/cockroachdb |
280 | 2024-01-28T02:28:00.504Z | + local DO_DOWNLOAD=true |
281 | 2024-01-28T02:28:00.504Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-01-28T02:28:00.504Z | + '[' true == true ']' |
283 | 2024-01-28T02:28:00.504Z | + echo Downloading... |
284 | 2024-01-28T02:28:00.504Z | Downloading... |
285 | 2024-01-28T02:28:00.504Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-01-28T02:28:00.504Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-28T02:28:03.357Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-01-28T02:28:03.362Z | ++ md5sum |
289 | 2024-01-28T02:28:03.362Z | ++ awk '{print $1}' |
290 | 2024-01-28T02:28:03.618Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2024-01-28T02:28:03.618Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
292 | 2024-01-28T02:28:03.618Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-01-28T02:28:03.624Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-01-28T02:28:07.068Z | + do_assemble_illumos |
295 | 2024-01-28T02:28:07.068Z | + rm -r ./out/cockroachdb |
296 | 2024-01-28T02:28:07.071Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-01-28T02:28:07.727Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-01-28T02:28:08.170Z | Build Tag: v22.1.9-dirty |
299 | 2024-01-28T02:28:08.170Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-01-28T02:28:08.170Z | Distribution: OSS |
301 | 2024-01-28T02:28:08.170Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-01-28T02:28:08.170Z | Go Version: go1.17.13 |
303 | 2024-01-28T02:28:08.170Z | C Compiler: gcc 10.3.0 |
304 | 2024-01-28T02:28:08.170Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-01-28T02:28:08.170Z | Build Type: release |
306 | 2024-01-28T02:28:08.197Z | + set -o errexit |
307 | 2024-01-28T02:28:08.200Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-01-28T02:28:08.202Z | ++ cd ./tools |
309 | 2024-01-28T02:28:08.202Z | ++ pwd |
310 | 2024-01-28T02:28:08.203Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-01-28T02:28:08.205Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-01-28T02:28:08.205Z | + ARG0=ci_download_clickhouse |
313 | 2024-01-28T02:28:08.206Z | + TARGET_DIR=out |
314 | 2024-01-28T02:28:08.206Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-01-28T02:28:08.206Z | + DEST_DIR=./out/clickhouse |
316 | 2024-01-28T02:28:08.206Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2024-01-28T02:28:08.206Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2024-01-28T02:28:08.206Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2024-01-28T02:28:08.206Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2024-01-28T02:28:08.206Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2024-01-28T02:28:08.206Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2024-01-28T02:28:08.209Z | + main |
323 | 2024-01-28T02:28:08.209Z | + [[ 0 != 0 ]] |
324 | 2024-01-28T02:28:08.209Z | + CIDL_OS=solaris2.11 |
325 | 2024-01-28T02:28:08.209Z | + [[ 0 != 0 ]] |
326 | 2024-01-28T02:28:08.209Z | + configure_os solaris2.11 |
327 | 2024-01-28T02:28:08.209Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2024-01-28T02:28:08.209Z | current directory: /work/oxidecomputer/omicron |
329 | 2024-01-28T02:28:08.209Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2024-01-28T02:28:08.209Z | + CIDL_DASHREV= |
331 | 2024-01-28T02:28:08.209Z | configuring based on OS: "solaris2.11" |
332 | 2024-01-28T02:28:08.209Z | + case "$1" in |
333 | 2024-01-28T02:28:08.210Z | + CIDL_PLATFORM=illumos |
334 | 2024-01-28T02:28:08.210Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2024-01-28T02:28:08.210Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2024-01-28T02:28:08.210Z | + CIDL_DASHREV=-1 |
337 | 2024-01-28T02:28:08.210Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2024-01-28T02:28:08.210Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-01-28T02:28:08.210Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-28T02:28:08.210Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-01-28T02:28:08.210Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-01-28T02:28:08.210Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-28T02:28:08.210Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-01-28T02:28:08.210Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-01-28T02:28:08.210Z | + mkdir -p out/downloads |
346 | 2024-01-28T02:28:08.210Z | + mkdir -p ./out/clickhouse |
347 | 2024-01-28T02:28:08.213Z | + local DO_DOWNLOAD=true |
348 | 2024-01-28T02:28:08.213Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2024-01-28T02:28:08.213Z | + '[' true == true ']' |
350 | 2024-01-28T02:28:08.213Z | + echo Downloading... |
351 | 2024-01-28T02:28:08.213Z | Downloading... |
352 | 2024-01-28T02:28:08.213Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-01-28T02:28:08.213Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-01-28T02:28:09.760Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-01-28T02:28:09.763Z | ++ md5sum |
356 | 2024-01-28T02:28:09.763Z | ++ awk '{print $1}' |
357 | 2024-01-28T02:28:10.020Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-28T02:28:10.020Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
359 | 2024-01-28T02:28:10.020Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2024-01-28T02:28:10.023Z | + mkdir -p ./out/clickhouse |
361 | 2024-01-28T02:28:10.023Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2024-01-28T02:28:14.816Z | + ./out/clickhouse/clickhouse server --version |
363 | 2024-01-28T02:28:14.870Z | ClickHouse server version 22.8.9.1. |
364 | 2024-01-28T02:28:14.893Z | + set -o errexit |
365 | 2024-01-28T02:28:14.895Z | +++ dirname ./tools/ci_download_console |
366 | 2024-01-28T02:28:14.898Z | ++ cd ./tools |
367 | 2024-01-28T02:28:14.898Z | ++ pwd |
368 | 2024-01-28T02:28:14.898Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2024-01-28T02:28:14.904Z | ++ basename ./tools/ci_download_console |
370 | 2024-01-28T02:28:14.904Z | + ARG0=ci_download_console |
371 | 2024-01-28T02:28:14.904Z | + TARGET_DIR=out |
372 | 2024-01-28T02:28:14.904Z | + DOWNLOAD_DIR=out/downloads |
373 | 2024-01-28T02:28:14.904Z | + DEST_DIR=./out/console-assets |
374 | 2024-01-28T02:28:14.904Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2024-01-28T02:28:14.905Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
376 | 2024-01-28T02:28:14.905Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
377 | 2024-01-28T02:28:14.905Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
378 | 2024-01-28T02:28:14.905Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2024-01-28T02:28:14.905Z | + main |
380 | 2024-01-28T02:28:14.905Z | + [[ 0 != 0 ]] |
381 | 2024-01-28T02:28:14.905Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
382 | 2024-01-28T02:28:14.905Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
383 | 2024-01-28T02:28:14.906Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2024-01-28T02:28:14.906Z | Local file: out/downloads/console.tar.gz |
385 | 2024-01-28T02:28:14.906Z | + local DO_DOWNLOAD=true |
386 | 2024-01-28T02:28:14.906Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2024-01-28T02:28:14.906Z | + mkdir -p out/downloads |
388 | 2024-01-28T02:28:14.908Z | + '[' true == true ']' |
389 | 2024-01-28T02:28:14.909Z | + echo Downloading... |
390 | 2024-01-28T02:28:14.909Z | Downloading... |
391 | 2024-01-28T02:28:14.909Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
392 | 2024-01-28T02:28:14.909Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
393 | 2024-01-28T02:28:15.842Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2024-01-28T02:28:15.845Z | ++ case "$OSTYPE" in |
395 | 2024-01-28T02:28:15.845Z | ++ SHA=sha256sum |
396 | 2024-01-28T02:28:15.845Z | ++ sha256sum |
397 | 2024-01-28T02:28:15.845Z | ++ awk '{print $1}' |
398 | 2024-01-28T02:28:15.925Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
399 | 2024-01-28T02:28:15.925Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
400 | 2024-01-28T02:28:15.929Z | + rm -rf ./out/console-assets |
401 | 2024-01-28T02:28:15.929Z | + mkdir -p ./out/console-assets |
402 | 2024-01-28T02:28:15.932Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2024-01-28T02:28:15.932Z | + mkdir -p ./out/console-assets |
404 | 2024-01-28T02:28:15.932Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2024-01-28T02:28:16.073Z | + set -o errexit |
406 | 2024-01-28T02:28:16.076Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2024-01-28T02:28:16.079Z | ++ cd ./tools |
408 | 2024-01-28T02:28:16.079Z | ++ pwd |
409 | 2024-01-28T02:28:16.079Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-01-28T02:28:16.082Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2024-01-28T02:28:16.082Z | + ARG0=ci_download_maghemite_openapi |
412 | 2024-01-28T02:28:16.082Z | + TARGET_DIR=out |
413 | 2024-01-28T02:28:16.082Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-01-28T02:28:16.082Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2024-01-28T02:28:16.082Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
416 | 2024-01-28T02:28:16.082Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
417 | 2024-01-28T02:28:16.082Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
418 | 2024-01-28T02:28:16.082Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
419 | 2024-01-28T02:28:16.082Z | + main |
420 | 2024-01-28T02:28:16.082Z | + [[ 0 != 0 ]] |
421 | 2024-01-28T02:28:16.082Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
422 | 2024-01-28T02:28:16.082Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
423 | 2024-01-28T02:28:16.082Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
424 | 2024-01-28T02:28:16.082Z | + local DO_DOWNLOAD=true |
425 | 2024-01-28T02:28:16.083Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
426 | 2024-01-28T02:28:16.083Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
427 | 2024-01-28T02:28:16.083Z | + mkdir -p out/downloads |
428 | 2024-01-28T02:28:16.088Z | + '[' true == true ']' |
429 | 2024-01-28T02:28:16.089Z | + echo Downloading... |
430 | 2024-01-28T02:28:16.089Z | Downloading... |
431 | 2024-01-28T02:28:16.089Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
432 | 2024-01-28T02:28:16.089Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
433 | 2024-01-28T02:28:16.411Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
434 | 2024-01-28T02:28:16.411Z | ++ case "$OSTYPE" in |
435 | 2024-01-28T02:28:16.414Z | ++ SHA=sha256sum |
436 | 2024-01-28T02:28:16.414Z | ++ sha256sum |
437 | 2024-01-28T02:28:16.414Z | ++ awk '{print $1}' |
438 | 2024-01-28T02:28:16.417Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
439 | 2024-01-28T02:28:16.417Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
440 | 2024-01-28T02:28:16.420Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2024-01-28T02:28:16.420Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
442 | 2024-01-28T02:28:16.420Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
443 | 2024-01-28T02:28:16.420Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
444 | 2024-01-28T02:28:16.421Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
445 | 2024-01-28T02:28:16.422Z | + main |
446 | 2024-01-28T02:28:16.422Z | + [[ 0 != 0 ]] |
447 | 2024-01-28T02:28:16.422Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
448 | 2024-01-28T02:28:16.422Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
449 | 2024-01-28T02:28:16.422Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
450 | 2024-01-28T02:28:16.422Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
451 | 2024-01-28T02:28:16.422Z | + local DO_DOWNLOAD=true |
452 | 2024-01-28T02:28:16.422Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
453 | 2024-01-28T02:28:16.422Z | + mkdir -p out/downloads |
454 | 2024-01-28T02:28:16.425Z | + '[' true == true ']' |
455 | 2024-01-28T02:28:16.425Z | + echo Downloading... |
456 | 2024-01-28T02:28:16.425Z | Downloading... |
457 | 2024-01-28T02:28:16.425Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
458 | 2024-01-28T02:28:16.425Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
459 | 2024-01-28T02:28:16.590Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
460 | 2024-01-28T02:28:16.593Z | ++ case "$OSTYPE" in |
461 | 2024-01-28T02:28:16.593Z | ++ SHA=sha256sum |
462 | 2024-01-28T02:28:16.593Z | ++ sha256sum |
463 | 2024-01-28T02:28:16.593Z | ++ awk '{print $1}' |
464 | 2024-01-28T02:28:16.599Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
465 | 2024-01-28T02:28:16.599Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
466 | 2024-01-28T02:28:16.606Z | + set -o errexit |
467 | 2024-01-28T02:28:16.608Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2024-01-28T02:28:16.611Z | ++ cd ./tools |
469 | 2024-01-28T02:28:16.611Z | ++ pwd |
470 | 2024-01-28T02:28:16.611Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2024-01-28T02:28:16.614Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2024-01-28T02:28:16.614Z | + ARG0=ci_download_dendrite_openapi |
473 | 2024-01-28T02:28:16.614Z | + TARGET_DIR=out |
474 | 2024-01-28T02:28:16.614Z | + DOWNLOAD_DIR=out/downloads |
475 | 2024-01-28T02:28:16.615Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2024-01-28T02:28:16.615Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
477 | 2024-01-28T02:28:16.615Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2024-01-28T02:28:16.615Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
479 | 2024-01-28T02:28:16.615Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
480 | 2024-01-28T02:28:16.615Z | + main |
481 | 2024-01-28T02:28:16.615Z | + [[ 0 != 0 ]] |
482 | 2024-01-28T02:28:16.615Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
483 | 2024-01-28T02:28:16.615Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
484 | 2024-01-28T02:28:16.615Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
485 | 2024-01-28T02:28:16.615Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
486 | 2024-01-28T02:28:16.615Z | + local DO_DOWNLOAD=true |
487 | 2024-01-28T02:28:16.615Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
488 | 2024-01-28T02:28:16.615Z | + mkdir -p out/downloads |
489 | 2024-01-28T02:28:16.619Z | + '[' true == true ']' |
490 | 2024-01-28T02:28:16.619Z | + echo Downloading... |
491 | 2024-01-28T02:28:16.619Z | Downloading... |
492 | 2024-01-28T02:28:16.619Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
493 | 2024-01-28T02:28:16.619Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
494 | 2024-01-28T02:28:16.811Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
495 | 2024-01-28T02:28:16.811Z | ++ case "$OSTYPE" in |
496 | 2024-01-28T02:28:16.814Z | ++ SHA=sha256sum |
497 | 2024-01-28T02:28:16.814Z | ++ sha256sum |
498 | 2024-01-28T02:28:16.814Z | ++ awk '{print $1}' |
499 | 2024-01-28T02:28:16.818Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2024-01-28T02:28:16.818Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
501 | 2024-01-28T02:28:16.827Z | + set -o errexit |
502 | 2024-01-28T02:28:16.830Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2024-01-28T02:28:16.833Z | ++ cd ./tools |
504 | 2024-01-28T02:28:16.833Z | ++ pwd |
505 | 2024-01-28T02:28:16.833Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-01-28T02:28:16.836Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2024-01-28T02:28:16.836Z | + ARG0=ci_download_dendrite_stub |
508 | 2024-01-28T02:28:16.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2024-01-28T02:28:16.836Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
510 | 2024-01-28T02:28:16.836Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
511 | 2024-01-28T02:28:16.836Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
512 | 2024-01-28T02:28:16.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-01-28T02:28:16.836Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
514 | 2024-01-28T02:28:16.836Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2024-01-28T02:28:16.836Z | + TARGET_DIR=out |
516 | 2024-01-28T02:28:16.836Z | + DOWNLOAD_DIR=out/downloads |
517 | 2024-01-28T02:28:16.836Z | + DEST_DIR=./out/dendrite-stub |
518 | 2024-01-28T02:28:16.836Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2024-01-28T02:28:16.837Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2024-01-28T02:28:16.837Z | + REPO=oxidecomputer/dendrite |
521 | 2024-01-28T02:28:16.837Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
522 | 2024-01-28T02:28:16.837Z | + main |
523 | 2024-01-28T02:28:16.837Z | + [[ 0 != 0 ]] |
524 | 2024-01-28T02:28:16.837Z | + CIDL_OS=solaris2.11 |
525 | 2024-01-28T02:28:16.837Z | + [[ 0 != 0 ]] |
526 | 2024-01-28T02:28:16.837Z | + configure_os solaris2.11 |
527 | 2024-01-28T02:28:16.837Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2024-01-28T02:28:16.837Z | current directory: /work/oxidecomputer/omicron |
529 | 2024-01-28T02:28:16.837Z | configuring based on OS: "solaris2.11" |
530 | 2024-01-28T02:28:16.837Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2024-01-28T02:28:16.837Z | + case "$1" in |
532 | 2024-01-28T02:28:16.837Z | + SET_BINARIES= |
533 | 2024-01-28T02:28:16.837Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
534 | 2024-01-28T02:28:16.837Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2024-01-28T02:28:16.837Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2024-01-28T02:28:16.837Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
537 | 2024-01-28T02:28:16.837Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2024-01-28T02:28:16.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
539 | 2024-01-28T02:28:16.837Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2024-01-28T02:28:16.837Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
541 | 2024-01-28T02:28:16.837Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2024-01-28T02:28:16.841Z | + mkdir -p out/downloads |
543 | 2024-01-28T02:28:16.841Z | + mkdir -p ./out/dendrite-stub |
544 | 2024-01-28T02:28:16.841Z | + fetch_and_verify |
545 | 2024-01-28T02:28:16.841Z | + local DO_DOWNLOAD=true |
546 | 2024-01-28T02:28:16.841Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2024-01-28T02:28:16.841Z | + '[' true == true ']' |
548 | 2024-01-28T02:28:16.841Z | + echo Downloading... |
549 | 2024-01-28T02:28:16.841Z | Downloading... |
550 | 2024-01-28T02:28:16.841Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2024-01-28T02:28:16.841Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
552 | 2024-01-28T02:28:21.894Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2024-01-28T02:28:21.897Z | ++ sha256sum |
554 | 2024-01-28T02:28:21.897Z | ++ awk '{print $1}' |
555 | 2024-01-28T02:28:22.002Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
556 | 2024-01-28T02:28:22.002Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
557 | 2024-01-28T02:28:22.005Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2024-01-28T02:28:22.005Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2024-01-28T02:28:23.128Z | + do_assemble |
560 | 2024-01-28T02:28:23.128Z | + rm -r ./out/dendrite-stub |
561 | 2024-01-28T02:28:23.130Z | + mkdir ./out/dendrite-stub |
562 | 2024-01-28T02:28:23.135Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2024-01-28T02:28:23.308Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2024-01-28T02:28:23.319Z | + set -o errexit |
565 | 2024-01-28T02:28:23.322Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2024-01-28T02:28:23.325Z | ++ cd ./tools |
567 | 2024-01-28T02:28:23.325Z | ++ pwd |
568 | 2024-01-28T02:28:23.325Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2024-01-28T02:28:23.328Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2024-01-28T02:28:23.328Z | + ARG0=ci_download_maghemite_mgd |
571 | 2024-01-28T02:28:23.328Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2024-01-28T02:28:23.329Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
573 | 2024-01-28T02:28:23.329Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
574 | 2024-01-28T02:28:23.329Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2024-01-28T02:28:23.329Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
576 | 2024-01-28T02:28:23.329Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
577 | 2024-01-28T02:28:23.329Z | + TARGET_DIR=out |
578 | 2024-01-28T02:28:23.329Z | + DOWNLOAD_DIR=out/downloads |
579 | 2024-01-28T02:28:23.329Z | + DEST_DIR=./out/mgd |
580 | 2024-01-28T02:28:23.329Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2024-01-28T02:28:23.329Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-01-28T02:28:23.329Z | + REPO=oxidecomputer/maghemite |
583 | 2024-01-28T02:28:23.329Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
584 | 2024-01-28T02:28:23.329Z | + main |
585 | 2024-01-28T02:28:23.329Z | + [[ 0 != 0 ]] |
586 | 2024-01-28T02:28:23.329Z | + CIDL_OS=solaris2.11 |
587 | 2024-01-28T02:28:23.329Z | + [[ 0 != 0 ]] |
588 | 2024-01-28T02:28:23.329Z | + configure_os solaris2.11 |
589 | 2024-01-28T02:28:23.329Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-01-28T02:28:23.329Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-01-28T02:28:23.329Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-01-28T02:28:23.329Z | + case "$1" in |
593 | 2024-01-28T02:28:23.329Z | configuring based on OS: "solaris2.11" |
594 | 2024-01-28T02:28:23.329Z | + SET_BINARIES= |
595 | 2024-01-28T02:28:23.329Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2024-01-28T02:28:23.329Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2024-01-28T02:28:23.330Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
598 | 2024-01-28T02:28:23.330Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2024-01-28T02:28:23.330Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
600 | 2024-01-28T02:28:23.330Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
601 | 2024-01-28T02:28:23.330Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2024-01-28T02:28:23.330Z | Local file: out/downloads/mgd.tar.gz |
603 | 2024-01-28T02:28:23.330Z | + mkdir -p out/downloads |
604 | 2024-01-28T02:28:23.336Z | + mkdir -p ./out/mgd |
605 | 2024-01-28T02:28:23.336Z | + fetch_and_verify |
606 | 2024-01-28T02:28:23.336Z | + local DO_DOWNLOAD=true |
607 | 2024-01-28T02:28:23.336Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2024-01-28T02:28:23.336Z | + '[' true == true ']' |
609 | 2024-01-28T02:28:23.336Z | + echo Downloading... |
610 | 2024-01-28T02:28:23.336Z | Downloading... |
611 | 2024-01-28T02:28:23.336Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2024-01-28T02:28:23.339Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
613 | 2024-01-28T02:28:27.975Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2024-01-28T02:28:27.979Z | ++ sha256sum |
615 | 2024-01-28T02:28:27.979Z | ++ awk '{print $1}' |
616 | 2024-01-28T02:28:28.054Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
617 | 2024-01-28T02:28:28.054Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
618 | 2024-01-28T02:28:28.057Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2024-01-28T02:28:28.057Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2024-01-28T02:28:28.722Z | + do_assemble |
621 | 2024-01-28T02:28:28.722Z | + rm -r ./out/mgd |
622 | 2024-01-28T02:28:28.725Z | + mkdir ./out/mgd |
623 | 2024-01-28T02:28:28.728Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2024-01-28T02:28:28.974Z | + set -o errexit |
625 | 2024-01-28T02:28:28.978Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2024-01-28T02:28:28.978Z | ++ cd ./tools |
627 | 2024-01-28T02:28:28.980Z | ++ pwd |
628 | 2024-01-28T02:28:28.981Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2024-01-28T02:28:28.981Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2024-01-28T02:28:28.985Z | + ARG0=ci_download_transceiver_control |
631 | 2024-01-28T02:28:28.985Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2024-01-28T02:28:28.985Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2024-01-28T02:28:28.985Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-01-28T02:28:28.985Z | + TARGET_DIR=out |
635 | 2024-01-28T02:28:28.985Z | + DOWNLOAD_DIR=out/downloads |
636 | 2024-01-28T02:28:28.985Z | + DEST_DIR=./out/transceiver-control |
637 | 2024-01-28T02:28:28.985Z | + BIN_DIR=/opt/oxide/bin |
638 | 2024-01-28T02:28:28.985Z | + BINARY=xcvradm |
639 | 2024-01-28T02:28:28.985Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2024-01-28T02:28:28.985Z | + REPO=oxidecomputer/transceiver-control |
641 | 2024-01-28T02:28:28.985Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-01-28T02:28:28.985Z | + main |
643 | 2024-01-28T02:28:28.985Z | + [[ 0 != 0 ]] |
644 | 2024-01-28T02:28:28.985Z | + CIDL_OS=solaris2.11 |
645 | 2024-01-28T02:28:28.985Z | + [[ 0 != 0 ]] |
646 | 2024-01-28T02:28:28.985Z | + configure_os solaris2.11 |
647 | 2024-01-28T02:28:28.985Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2024-01-28T02:28:28.985Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-01-28T02:28:28.986Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2024-01-28T02:28:28.986Z | configuring based on OS: "solaris2.11" |
651 | 2024-01-28T02:28:28.986Z | + case "$1" in |
652 | 2024-01-28T02:28:28.986Z | + SET_BINARIES= |
653 | 2024-01-28T02:28:28.986Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-01-28T02:28:28.986Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2024-01-28T02:28:28.986Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2024-01-28T02:28:28.986Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2024-01-28T02:28:28.986Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2024-01-28T02:28:28.986Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2024-01-28T02:28:28.986Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-01-28T02:28:28.986Z | Local file: out/downloads/xcvradm.gz |
661 | 2024-01-28T02:28:28.986Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2024-01-28T02:28:28.986Z | + mkdir -p out/downloads |
663 | 2024-01-28T02:28:28.989Z | + mkdir -p ./out/transceiver-control |
664 | 2024-01-28T02:28:28.989Z | + fetch_and_verify |
665 | 2024-01-28T02:28:28.989Z | + local DO_DOWNLOAD=true |
666 | 2024-01-28T02:28:28.989Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2024-01-28T02:28:28.989Z | + '[' true == true ']' |
668 | 2024-01-28T02:28:28.989Z | + echo Downloading... |
669 | 2024-01-28T02:28:28.989Z | Downloading... |
670 | 2024-01-28T02:28:28.989Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2024-01-28T02:28:28.989Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-01-28T02:28:30.731Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2024-01-28T02:28:30.735Z | ++ sha256sum |
674 | 2024-01-28T02:28:30.735Z | ++ awk '{print $1}' |
675 | 2024-01-28T02:28:30.744Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-01-28T02:28:30.744Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
677 | 2024-01-28T02:28:30.747Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2024-01-28T02:28:30.747Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2024-01-28T02:28:30.747Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2024-01-28T02:28:30.929Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2024-01-28T02:28:30.932Z | + do_assemble |
682 | 2024-01-28T02:28:30.932Z | + rm -r ./out/transceiver-control |
683 | 2024-01-28T02:28:30.936Z | + mkdir ./out/transceiver-control |
684 | 2024-01-28T02:28:30.938Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2024-01-28T02:28:31.187Z | All prerequisites installed successfully |
686 | 2024-01-28T02:28:31.191Z | |
687 | 2024-01-28T02:28:31.191Z | real 1:57.943777242 |
688 | 2024-01-28T02:28:31.191Z | user 53.080359195 |
689 | 2024-01-28T02:28:31.191Z | sys 9.982376630 |
690 | 2024-01-28T02:28:31.191Z | trap 0.022008509 |
691 | 2024-01-28T02:28:31.191Z | tflt 0.371325662 |
692 | 2024-01-28T02:28:31.191Z | dflt 0.668959369 |
693 | 2024-01-28T02:28:31.191Z | kflt 0.372703469 |
694 | 2024-01-28T02:28:31.191Z | lock 3.265436944 |
695 | 2024-01-28T02:28:31.191Z | slp 3:32.152182807 |
696 | 2024-01-28T02:28:31.191Z | lat 3.329147515 |
697 | 2024-01-28T02:28:31.191Z | stop 0.089687003 |
698 | 2024-01-28T02:28:31.191Z | + banner end-to-end-tests |
699 | 2024-01-28T02:28:31.194Z | |
700 | 2024-01-28T02:28:31.194Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2024-01-28T02:28:31.194Z | # ## # # # # # # # ## # # # |
702 | 2024-01-28T02:28:31.194Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2024-01-28T02:28:31.194Z | # # # # # # # # # # # # # # # |
704 | 2024-01-28T02:28:31.194Z | # # ## # # # # # # # ## # # |
705 | 2024-01-28T02:28:31.194Z | ###### # # ##### # #### ###### # # ##### |
706 | 2024-01-28T02:28:31.194Z | |
707 | 2024-01-28T02:28:31.194Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2024-01-28T02:28:31.194Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-01-28T02:28:31.194Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2024-01-28T02:28:31.194Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-01-28T02:28:31.195Z | + export CARGO_INCREMENTAL=0 |
712 | 2024-01-28T02:28:31.195Z | + CARGO_INCREMENTAL=0 |
713 | 2024-01-28T02:28:31.195Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
714 | 2024-01-28T02:28:31.538Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2024-01-28T02:28:32.028Z | Updating crates.io index |
716 | 2024-01-28T02:28:32.031Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2024-01-28T02:28:33.062Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2024-01-28T02:28:35.234Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2024-01-28T02:28:35.776Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2024-01-28T02:28:36.180Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2024-01-28T02:28:36.584Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2024-01-28T02:28:37.027Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-01-28T02:28:38.032Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2024-01-28T02:28:40.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2024-01-28T02:28:41.304Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2024-01-28T02:28:41.833Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-01-28T02:28:42.581Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2024-01-28T02:28:43.114Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-01-28T02:28:43.518Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-01-28T02:28:44.057Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-01-28T02:28:44.618Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-01-28T02:28:45.239Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
733 | 2024-01-28T02:28:45.905Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2024-01-28T02:28:46.371Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2024-01-28T02:28:46.871Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2024-01-28T02:28:47.314Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2024-01-28T02:28:48.939Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2024-01-28T02:28:49.510Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2024-01-28T02:28:50.407Z | Updating git repository `https://github.com/oxidecomputer/typify` |
740 | 2024-01-28T02:28:52.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
741 | 2024-01-28T02:28:52.777Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
742 | 2024-01-28T02:28:53.152Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
743 | 2024-01-28T02:28:55.145Z | Downloading crates ... |
744 | 2024-01-28T02:28:55.429Z | Downloaded ciborium-io v0.2.2 |
745 | 2024-01-28T02:28:55.450Z | Downloaded ppv-lite86 v0.2.17 |
746 | 2024-01-28T02:28:55.454Z | Downloaded proc-macro-error v1.0.4 |
747 | 2024-01-28T02:28:55.464Z | Downloaded chacha20 v0.9.1 |
748 | 2024-01-28T02:28:55.473Z | Downloaded newtype_derive v0.1.6 |
749 | 2024-01-28T02:28:55.478Z | Downloaded linked-hash-map v0.5.6 |
750 | 2024-01-28T02:28:55.484Z | Downloaded byteorder v1.5.0 |
751 | 2024-01-28T02:28:55.493Z | Downloaded diesel_table_macro_syntax v0.1.0 |
752 | 2024-01-28T02:28:55.499Z | Downloaded colorchoice v1.0.0 |
753 | 2024-01-28T02:28:55.503Z | Downloaded pin-project-lite v0.2.13 |
754 | 2024-01-28T02:28:55.518Z | Downloaded atomicwrites v0.4.3 |
755 | 2024-01-28T02:28:55.521Z | Downloaded precomputed-hash v0.1.1 |
756 | 2024-01-28T02:28:55.525Z | Downloaded num-derive v0.4.0 |
757 | 2024-01-28T02:28:55.532Z | Downloaded bit-set v0.5.3 |
758 | 2024-01-28T02:28:55.536Z | Downloaded nibble_vec v0.1.0 |
759 | 2024-01-28T02:28:55.539Z | Downloaded match_cfg v0.1.0 |
760 | 2024-01-28T02:28:55.542Z | Downloaded parse-display v0.8.2 |
761 | 2024-01-28T02:28:55.544Z | Downloaded colored v2.0.4 |
762 | 2024-01-28T02:28:55.548Z | Downloaded miniz_oxide v0.7.1 |
763 | 2024-01-28T02:28:55.556Z | Downloaded pretty-hex v0.4.1 |
764 | 2024-01-28T02:28:55.558Z | Downloaded macaddr v1.0.1 |
765 | 2024-01-28T02:28:55.561Z | Downloaded blowfish v0.9.1 |
766 | 2024-01-28T02:28:55.564Z | Downloaded ctr v0.9.2 |
767 | 2024-01-28T02:28:55.569Z | Downloaded pin-utils v0.1.0 |
768 | 2024-01-28T02:28:55.572Z | Downloaded normalize-line-endings v0.3.0 |
769 | 2024-01-28T02:28:55.574Z | Downloaded num-complex v0.4.4 |
770 | 2024-01-28T02:28:55.579Z | Downloaded serde_spanned v0.6.4 |
771 | 2024-01-28T02:28:55.587Z | Downloaded anyhow v1.0.75 |
772 | 2024-01-28T02:28:55.590Z | Downloaded cpufeatures v0.2.12 |
773 | 2024-01-28T02:28:55.594Z | Downloaded difflib v0.4.0 |
774 | 2024-01-28T02:28:55.596Z | Downloaded quick-error v1.2.3 |
775 | 2024-01-28T02:28:55.599Z | Downloaded aead v0.5.2 |
776 | 2024-01-28T02:28:55.602Z | Downloaded managed v0.8.0 |
777 | 2024-01-28T02:28:55.604Z | Downloaded tower-service v0.3.2 |
778 | 2024-01-28T02:28:55.607Z | Downloaded synstructure v0.12.6 |
779 | 2024-01-28T02:28:55.609Z | Downloaded pest_derive v2.7.6 |
780 | 2024-01-28T02:28:55.612Z | Downloaded pbkdf2 v0.11.0 |
781 | 2024-01-28T02:28:55.620Z | Downloaded const-oid v0.9.5 |
782 | 2024-01-28T02:28:55.622Z | Downloaded untrusted v0.7.1 |
783 | 2024-01-28T02:28:55.625Z | Downloaded structmeta-derive v0.2.0 |
784 | 2024-01-28T02:28:55.627Z | Downloaded backoff v0.4.0 |
785 | 2024-01-28T02:28:55.630Z | Downloaded tinyvec_macros v0.1.1 |
786 | 2024-01-28T02:28:55.633Z | Downloaded postgres-protocol v0.6.6 |
787 | 2024-01-28T02:28:55.636Z | Downloaded foreign-types-shared v0.3.1 |
788 | 2024-01-28T02:28:55.639Z | Downloaded futures-sink v0.3.30 |
789 | 2024-01-28T02:28:55.642Z | Downloaded hubpack_derive v0.1.1 |
790 | 2024-01-28T02:28:55.642Z | Downloaded derive-where v1.2.7 |
791 | 2024-01-28T02:28:55.648Z | Downloaded serde_path_to_error v0.1.15 |
792 | 2024-01-28T02:28:55.652Z | Downloaded addr2line v0.21.0 |
793 | 2024-01-28T02:28:55.657Z | Downloaded heck v0.3.3 |
794 | 2024-01-28T02:28:55.660Z | Downloaded async-stream v0.3.5 |
795 | 2024-01-28T02:28:55.663Z | Downloaded num-rational v0.4.1 |
796 | 2024-01-28T02:28:55.666Z | Downloaded universal-hash v0.5.1 |
797 | 2024-01-28T02:28:55.672Z | Downloaded strum_macros v0.25.2 |
798 | 2024-01-28T02:28:55.675Z | Downloaded rustls-pki-types v1.1.0 |
799 | 2024-01-28T02:28:55.677Z | Downloaded postgres-types v0.2.6 |
800 | 2024-01-28T02:28:55.680Z | Downloaded untrusted v0.9.0 |
801 | 2024-01-28T02:28:55.683Z | Downloaded lru-cache v0.1.2 |
802 | 2024-01-28T02:28:55.686Z | Downloaded getopts v0.2.21 |
803 | 2024-01-28T02:28:55.689Z | Downloaded serde_tokenstream v0.2.0 |
804 | 2024-01-28T02:28:55.695Z | Downloaded zeroize_derive v1.4.2 |
805 | 2024-01-28T02:28:55.697Z | Downloaded usdt v0.5.0 |
806 | 2024-01-28T02:28:55.700Z | Downloaded zone v0.3.0 |
807 | 2024-01-28T02:28:55.703Z | Downloaded foreign-types-shared v0.1.1 |
808 | 2024-01-28T02:28:55.705Z | Downloaded instant v0.1.12 |
809 | 2024-01-28T02:28:55.705Z | Downloaded endian-type v0.1.2 |
810 | 2024-01-28T02:28:55.708Z | Downloaded console v0.15.8 |
811 | 2024-01-28T02:28:55.713Z | Downloaded httpdate v1.0.3 |
812 | 2024-01-28T02:28:55.715Z | Downloaded heck v0.4.1 |
813 | 2024-01-28T02:28:55.722Z | Downloaded home v0.5.5 |
814 | 2024-01-28T02:28:55.725Z | Downloaded headers-core v0.2.0 |
815 | 2024-01-28T02:28:55.725Z | Downloaded slog-bunyan v2.5.0 |
816 | 2024-01-28T02:28:55.725Z | Downloaded dtrace-parser v0.1.14 |
817 | 2024-01-28T02:28:55.728Z | Downloaded slog-envlogger v2.2.0 |
818 | 2024-01-28T02:28:55.731Z | Downloaded futures-channel v0.3.30 |
819 | 2024-01-28T02:28:55.734Z | Downloaded getrandom v0.2.10 |
820 | 2024-01-28T02:28:55.739Z | Downloaded zone_cfg_derive v0.3.0 |
821 | 2024-01-28T02:28:55.742Z | Downloaded usdt-attr-macro v0.5.0 |
822 | 2024-01-28T02:28:55.745Z | Downloaded semver v0.1.20 |
823 | 2024-01-28T02:28:55.747Z | Downloaded smf v0.2.2 |
824 | 2024-01-28T02:28:55.750Z | Downloaded toml_datetime v0.6.5 |
825 | 2024-01-28T02:28:55.752Z | Downloaded ciborium v0.2.2 |
826 | 2024-01-28T02:28:55.756Z | Downloaded smallvec v1.11.2 |
827 | 2024-01-28T02:28:55.760Z | Downloaded signal-hook-registry v1.4.1 |
828 | 2024-01-28T02:28:55.776Z | Downloaded ahash v0.8.6 |
829 | 2024-01-28T02:28:55.778Z | Downloaded strum v0.25.0 |
830 | 2024-01-28T02:28:55.779Z | Downloaded slog-scope v4.4.0 |
831 | 2024-01-28T02:28:55.779Z | Downloaded fxhash v0.2.1 |
832 | 2024-01-28T02:28:55.779Z | Downloaded lazy_static v1.4.0 |
833 | 2024-01-28T02:28:55.779Z | Downloaded fixedbitset v0.4.2 |
834 | 2024-01-28T02:28:55.781Z | Downloaded chacha20poly1305 v0.10.1 |
835 | 2024-01-28T02:28:55.784Z | Downloaded mio v0.8.9 |
836 | 2024-01-28T02:28:55.795Z | Downloaded usdt-macro v0.5.0 |
837 | 2024-01-28T02:28:55.798Z | Downloaded display-error-chain v0.2.0 |
838 | 2024-01-28T02:28:55.801Z | Downloaded rand_chacha v0.3.1 |
839 | 2024-01-28T02:28:55.803Z | Downloaded slab v0.4.9 |
840 | 2024-01-28T02:28:55.806Z | Downloaded equivalent v1.0.1 |
841 | 2024-01-28T02:28:55.809Z | Downloaded zerocopy v0.6.4 |
842 | 2024-01-28T02:28:55.814Z | Downloaded predicates-core v1.0.6 |
843 | 2024-01-28T02:28:55.817Z | Downloaded usdt-impl v0.3.5 |
844 | 2024-01-28T02:28:55.817Z | Downloaded usdt v0.3.5 |
845 | 2024-01-28T02:28:55.820Z | Downloaded scroll v0.12.0 |
846 | 2024-01-28T02:28:55.823Z | Downloaded russh-cryptovec v0.7.0 |
847 | 2024-01-28T02:28:55.823Z | Downloaded dirs-sys-next v0.1.2 |
848 | 2024-01-28T02:28:55.826Z | Downloaded thiserror-impl v1.0.56 |
849 | 2024-01-28T02:28:55.828Z | Downloaded stable_deref_trait v1.2.0 |
850 | 2024-01-28T02:28:55.831Z | Downloaded generic-array v0.14.7 |
851 | 2024-01-28T02:28:55.834Z | Downloaded futures-io v0.3.30 |
852 | 2024-01-28T02:28:55.836Z | Downloaded ff v0.13.0 |
853 | 2024-01-28T02:28:55.839Z | Downloaded float-cmp v0.9.0 |
854 | 2024-01-28T02:28:55.841Z | Downloaded cc v1.0.83 |
855 | 2024-01-28T02:28:55.846Z | Downloaded is-terminal v0.4.9 |
856 | 2024-01-28T02:28:55.848Z | Downloaded sec1 v0.7.3 |
857 | 2024-01-28T02:28:55.851Z | Downloaded usdt-attr-macro v0.3.5 |
858 | 2024-01-28T02:28:55.853Z | Downloaded try-lock v0.2.4 |
859 | 2024-01-28T02:28:55.856Z | Downloaded typenum v1.16.0 |
860 | 2024-01-28T02:28:55.859Z | Downloaded keccak v0.1.4 |
861 | 2024-01-28T02:28:55.862Z | Downloaded serde_derive_internals v0.26.0 |
862 | 2024-01-28T02:28:55.868Z | Downloaded group v0.13.0 |
863 | 2024-01-28T02:28:55.870Z | Downloaded crossterm v0.27.0 |
864 | 2024-01-28T02:28:55.880Z | Downloaded time-core v0.1.1 |
865 | 2024-01-28T02:28:55.882Z | Downloaded hyper-tls v0.5.0 |
866 | 2024-01-28T02:28:55.885Z | Downloaded tracing v0.1.37 |
867 | 2024-01-28T02:28:55.892Z | Downloaded hmac v0.12.1 |
868 | 2024-01-28T02:28:55.896Z | Downloaded want v0.3.1 |
869 | 2024-01-28T02:28:55.899Z | Downloaded usdt-macro v0.3.5 |
870 | 2024-01-28T02:28:55.901Z | Downloaded same-file v1.0.6 |
871 | 2024-01-28T02:28:55.905Z | Downloaded ident_case v1.0.1 |
872 | 2024-01-28T02:28:55.905Z | Downloaded unicode-xid v0.2.4 |
873 | 2024-01-28T02:28:55.907Z | Downloaded serde_urlencoded v0.7.1 |
874 | 2024-01-28T02:28:55.910Z | Downloaded base64 v0.21.7 |
875 | 2024-01-28T02:28:55.916Z | Downloaded iana-time-zone v0.1.57 |
876 | 2024-01-28T02:28:55.920Z | Downloaded sct v0.7.0 |
877 | 2024-01-28T02:28:55.927Z | Downloaded structopt-derive v0.4.18 |
878 | 2024-01-28T02:28:55.929Z | Downloaded vec_map v0.8.2 |
879 | 2024-01-28T02:28:55.932Z | Downloaded rustc-demangle v0.1.23 |
880 | 2024-01-28T02:28:55.938Z | Downloaded ryu v1.0.15 |
881 | 2024-01-28T02:28:55.941Z | Downloaded waitgroup v0.1.2 |
882 | 2024-01-28T02:28:55.943Z | Downloaded sha1 v0.10.6 |
883 | 2024-01-28T02:28:55.946Z | Downloaded scheduled-thread-pool v0.2.7 |
884 | 2024-01-28T02:28:55.946Z | Downloaded semver v1.0.21 |
885 | 2024-01-28T02:28:55.950Z | Downloaded ipnet v2.9.0 |
886 | 2024-01-28T02:28:55.954Z | Downloaded hyper-staticfile v0.9.5 |
887 | 2024-01-28T02:28:55.957Z | Downloaded rustls-pemfile v1.0.3 |
888 | 2024-01-28T02:28:55.961Z | Downloaded unicase v2.7.0 |
889 | 2024-01-28T02:28:55.964Z | Downloaded ipnetwork v0.20.0 |
890 | 2024-01-28T02:28:55.967Z | Downloaded slog-stdlog v4.1.1 |
891 | 2024-01-28T02:28:55.969Z | Downloaded usdt-impl v0.5.0 |
892 | 2024-01-28T02:28:55.972Z | Downloaded rustc_version v0.1.7 |
893 | 2024-01-28T02:28:55.975Z | Downloaded slog-dtrace v0.3.0 |
894 | 2024-01-28T02:28:55.977Z | Downloaded hex-literal v0.4.1 |
895 | 2024-01-28T02:28:55.980Z | Downloaded rand_core v0.6.4 |
896 | 2024-01-28T02:28:55.983Z | Downloaded signal-hook v0.3.17 |
897 | 2024-01-28T02:28:55.986Z | Downloaded toml_edit v0.21.0 |
898 | 2024-01-28T02:28:56.026Z | Downloaded stringprep v0.1.3 |
899 | 2024-01-28T02:28:56.033Z | Downloaded thiserror v1.0.56 |
900 | 2024-01-28T02:28:56.037Z | Downloaded dyn-clone v1.0.13 |
901 | 2024-01-28T02:28:56.039Z | Downloaded terminal_size v0.2.6 |
902 | 2024-01-28T02:28:56.042Z | Downloaded spin v0.5.2 |
903 | 2024-01-28T02:28:56.045Z | Downloaded tokio-rustls v0.25.0 |
904 | 2024-01-28T02:28:56.048Z | Downloaded tokio-rustls v0.24.1 |
905 | 2024-01-28T02:28:56.052Z | Downloaded tokio-postgres v0.7.10 |
906 | 2024-01-28T02:28:56.061Z | Downloaded heapless v0.7.16 |
907 | 2024-01-28T02:28:56.068Z | Downloaded sha2 v0.10.8 |
908 | 2024-01-28T02:28:56.072Z | Downloaded toml v0.5.11 |
909 | 2024-01-28T02:28:56.076Z | Downloaded vsss-rs v3.3.4 |
910 | 2024-01-28T02:28:56.081Z | Downloaded half v2.3.1 |
911 | 2024-01-28T02:28:56.086Z | Downloaded russh v0.40.2 |
912 | 2024-01-28T02:28:56.095Z | Downloaded ed25519 v2.2.2 |
913 | 2024-01-28T02:28:56.099Z | Downloaded toml v0.8.8 |
914 | 2024-01-28T02:28:56.107Z | Downloaded flate2 v1.0.28 |
915 | 2024-01-28T02:28:56.113Z | Downloaded elliptic-curve v0.13.8 |
916 | 2024-01-28T02:28:56.120Z | Downloaded clap_builder v4.4.2 |
917 | 2024-01-28T02:28:56.133Z | Downloaded zerocopy-derive v0.7.32 |
918 | 2024-01-28T02:28:56.141Z | Downloaded url v2.5.0 |
919 | 2024-01-28T02:28:56.146Z | Downloaded serde_with v3.5.1 |
920 | 2024-01-28T02:28:56.160Z | Downloaded serde_yaml v0.9.25 |
921 | 2024-01-28T02:28:56.166Z | Downloaded tar v0.4.40 |
922 | 2024-01-28T02:28:56.171Z | Downloaded trust-dns-client v0.22.0 |
923 | 2024-01-28T02:28:56.181Z | Downloaded aho-corasick v1.0.4 |
924 | 2024-01-28T02:28:56.192Z | Downloaded reqwest v0.11.22 |
925 | 2024-01-28T02:28:56.205Z | Downloaded ed25519-dalek v2.0.0 |
926 | 2024-01-28T02:28:56.210Z | Downloaded zerocopy v0.7.32 |
927 | 2024-01-28T02:28:56.243Z | Downloaded http v1.0.0 |
928 | 2024-01-28T02:28:56.247Z | Downloaded itertools v0.10.5 |
929 | 2024-01-28T02:28:56.259Z | Downloaded serde_json v1.0.111 |
930 | 2024-01-28T02:28:56.272Z | Downloaded regex-automata v0.1.10 |
931 | 2024-01-28T02:28:56.282Z | Downloaded hkdf v0.12.4 |
932 | 2024-01-28T02:28:56.286Z | Downloaded clap v2.34.0 |
933 | 2024-01-28T02:28:56.299Z | Downloaded itertools v0.12.0 |
934 | 2024-01-28T02:28:56.313Z | Downloaded rustls-webpki v0.102.1 |
935 | 2024-01-28T02:28:56.348Z | Downloaded hashbrown v0.14.2 |
936 | 2024-01-28T02:28:56.357Z | Downloaded goblin v0.8.0 |
937 | 2024-01-28T02:28:56.368Z | Downloaded radix_trie v0.2.1 |
938 | 2024-01-28T02:28:56.378Z | Downloaded vcpkg v0.2.15 |
939 | 2024-01-28T02:28:56.451Z | Downloaded futures-util v0.3.30 |
940 | 2024-01-28T02:28:56.473Z | Downloaded hyper v0.14.27 |
941 | 2024-01-28T02:28:56.487Z | Downloaded openssl v0.10.60 |
942 | 2024-01-28T02:28:56.505Z | Downloaded regress v0.7.1 |
943 | 2024-01-28T02:28:56.521Z | Downloaded rustls v0.21.9 |
944 | 2024-01-28T02:28:56.539Z | Downloaded smoltcp v0.9.1 |
945 | 2024-01-28T02:28:56.559Z | Downloaded regex v1.10.3 |
946 | 2024-01-28T02:28:56.584Z | Downloaded syn v1.0.109 |
947 | 2024-01-28T02:28:56.604Z | Downloaded syn v2.0.48 |
948 | 2024-01-28T02:28:56.623Z | Downloaded sled v0.34.7 |
949 | 2024-01-28T02:28:56.644Z | Downloaded zerocopy-derive v0.6.4 |
950 | 2024-01-28T02:28:56.663Z | Downloaded rustls v0.22.2 |
951 | 2024-01-28T02:28:56.687Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
952 | 2024-01-28T02:28:56.710Z | Downloaded zerocopy-derive v0.2.0 |
953 | 2024-01-28T02:28:56.728Z | Downloaded regex-automata v0.3.8 |
954 | 2024-01-28T02:28:56.759Z | Downloaded sha3 v0.10.8 |
955 | 2024-01-28T02:28:56.773Z | Downloaded regex-automata v0.4.4 |
956 | 2024-01-28T02:28:56.801Z | Downloaded rustix v0.38.30 |
957 | 2024-01-28T02:28:56.842Z | Downloaded winapi v0.3.9 |
958 | 2024-01-28T02:28:56.915Z | Downloaded libc v0.2.152 |
959 | 2024-01-28T02:28:56.964Z | Downloaded tokio v1.35.1 |
960 | 2024-01-28T02:28:57.029Z | Downloaded regex-syntax v0.8.2 |
961 | 2024-01-28T02:28:57.043Z | Downloaded regex-syntax v0.7.5 |
962 | 2024-01-28T02:28:57.058Z | Downloaded smoltcp v0.11.0 |
963 | 2024-01-28T02:28:57.080Z | Downloaded encoding_rs v0.8.33 |
964 | 2024-01-28T02:28:57.121Z | Downloaded bstr v1.6.0 |
965 | 2024-01-28T02:28:57.144Z | Downloaded openapiv3 v2.0.0 |
966 | 2024-01-28T02:28:57.166Z | Downloaded webpki-roots v0.25.2 |
967 | 2024-01-28T02:28:57.173Z | Downloaded idna v0.2.3 |
968 | 2024-01-28T02:28:57.185Z | Downloaded rustix v0.37.23 |
969 | 2024-01-28T02:28:57.220Z | Downloaded idna v0.5.0 |
970 | 2024-01-28T02:28:57.231Z | Downloaded gimli v0.28.0 |
971 | 2024-01-28T02:28:57.246Z | Downloaded diesel v2.1.4 |
972 | 2024-01-28T02:28:57.278Z | Downloaded object v0.32.1 |
973 | 2024-01-28T02:28:57.296Z | Downloaded h2 v0.3.24 |
974 | 2024-01-28T02:28:57.308Z | Downloaded bstr v0.2.17 |
975 | 2024-01-28T02:28:57.325Z | Downloaded ring v0.16.20 |
976 | 2024-01-28T02:28:57.479Z | Downloaded curve25519-dalek v4.1.1 |
977 | 2024-01-28T02:28:57.494Z | Downloaded ring v0.17.7 |
978 | 2024-01-28T02:28:57.624Z | Downloaded trust-dns-proto v0.22.0 |
979 | 2024-01-28T02:28:57.645Z | Downloaded petgraph v0.6.4 |
980 | 2024-01-28T02:28:57.675Z | Downloaded chrono v0.4.31 |
981 | 2024-01-28T02:28:57.695Z | Downloaded winnow v0.5.15 |
982 | 2024-01-28T02:28:57.715Z | Downloaded tokio-util v0.7.10 |
983 | 2024-01-28T02:28:57.731Z | Downloaded time v0.3.27 |
984 | 2024-01-28T02:28:57.749Z | Downloaded hashbrown v0.12.3 |
985 | 2024-01-28T02:28:57.759Z | Downloaded rand v0.7.3 |
986 | 2024-01-28T02:28:57.768Z | Downloaded rustls-webpki v0.101.7 |
987 | 2024-01-28T02:28:57.796Z | Downloaded steno v0.4.0 |
988 | 2024-01-28T02:28:57.804Z | Downloaded serde v1.0.195 |
989 | 2024-01-28T02:28:57.809Z | Downloaded hashbrown v0.13.2 |
990 | 2024-01-28T02:28:57.817Z | Downloaded getrandom v0.1.16 |
991 | 2024-01-28T02:28:57.821Z | Downloaded serde_with_macros v3.5.1 |
992 | 2024-01-28T02:28:57.824Z | Downloaded uuid v1.7.0 |
993 | 2024-01-28T02:28:57.829Z | Downloaded trust-dns-server v0.22.1 |
994 | 2024-01-28T02:28:57.838Z | Downloaded serde_derive v1.0.195 |
995 | 2024-01-28T02:28:57.843Z | Downloaded rcgen v0.12.0 |
996 | 2024-01-28T02:28:57.847Z | Downloaded pest v2.7.6 |
997 | 2024-01-28T02:28:57.856Z | Downloaded trust-dns-resolver v0.22.0 |
998 | 2024-01-28T02:28:57.862Z | Downloaded unicode-bidi v0.3.13 |
999 | 2024-01-28T02:28:57.866Z | Downloaded similar v2.3.0 |
1000 | 2024-01-28T02:28:57.878Z | Downloaded schemars v0.8.16 |
1001 | 2024-01-28T02:28:57.898Z | Downloaded serde_repr v0.1.16 |
1002 | 2024-01-28T02:28:57.901Z | Downloaded dof v0.1.5 |
1003 | 2024-01-28T02:28:57.904Z | Downloaded subtle v2.5.0 |
1004 | 2024-01-28T02:28:57.906Z | Downloaded slog-term v2.9.0 |
1005 | 2024-01-28T02:28:57.909Z | Downloaded unsafe-libyaml v0.2.10 |
1006 | 2024-01-28T02:28:57.915Z | Downloaded toml_edit v0.19.15 |
1007 | 2024-01-28T02:28:57.951Z | Downloaded aes v0.8.3 |
1008 | 2024-01-28T02:28:57.957Z | Downloaded nom v7.1.3 |
1009 | 2024-01-28T02:28:57.968Z | Downloaded textwrap v0.11.0 |
1010 | 2024-01-28T02:28:57.971Z | Downloaded errno v0.3.8 |
1011 | 2024-01-28T02:28:57.974Z | Downloaded spki v0.7.2 |
1012 | 2024-01-28T02:28:57.977Z | Downloaded signature v2.1.0 |
1013 | 2024-01-28T02:28:57.979Z | Downloaded toml v0.7.8 |
1014 | 2024-01-28T02:28:57.985Z | Downloaded rand v0.8.5 |
1015 | 2024-01-28T02:28:57.993Z | Downloaded indexmap v2.1.0 |
1016 | 2024-01-28T02:28:57.999Z | Downloaded heapless v0.8.0 |
1017 | 2024-01-28T02:28:58.009Z | Downloaded camino v1.1.6 |
1018 | 2024-01-28T02:28:58.012Z | Downloaded ecdsa v0.16.9 |
1019 | 2024-01-28T02:28:58.014Z | Downloaded tracing-core v0.1.31 |
1020 | 2024-01-28T02:28:58.019Z | Downloaded zip v0.6.6 |
1021 | 2024-01-28T02:28:58.026Z | Downloaded http v0.2.11 |
1022 | 2024-01-28T02:28:58.033Z | Downloaded num-bigint v0.4.4 |
1023 | 2024-01-28T02:28:58.042Z | Downloaded unicode-segmentation v1.10.1 |
1024 | 2024-01-28T02:28:58.049Z | Downloaded io-lifetimes v1.0.11 |
1025 | 2024-01-28T02:28:58.053Z | Downloaded structopt v0.3.26 |
1026 | 2024-01-28T02:28:58.066Z | Downloaded scroll_derive v0.12.0 |
1027 | 2024-01-28T02:28:58.069Z | Downloaded http-range v0.1.5 |
1028 | 2024-01-28T02:28:58.069Z | Downloaded http-body v0.4.5 |
1029 | 2024-01-28T02:28:58.072Z | Downloaded russh-keys v0.40.1 |
1030 | 2024-01-28T02:28:58.075Z | Downloaded libm v0.2.7 |
1031 | 2024-01-28T02:28:58.092Z | Downloaded socket2 v0.5.5 |
1032 | 2024-01-28T02:28:58.095Z | Downloaded itoa v1.0.9 |
1033 | 2024-01-28T02:28:58.098Z | Downloaded string_cache v0.8.7 |
1034 | 2024-01-28T02:28:58.104Z | Downloaded socket2 v0.4.9 |
1035 | 2024-01-28T02:28:58.113Z | Downloaded backtrace v0.3.69 |
1036 | 2024-01-28T02:28:58.123Z | Downloaded serde_tokenstream v0.1.7 |
1037 | 2024-01-28T02:28:58.131Z | Downloaded structmeta v0.2.0 |
1038 | 2024-01-28T02:28:58.134Z | Downloaded inout v0.1.3 |
1039 | 2024-01-28T02:28:58.136Z | Downloaded utf-8 v0.7.6 |
1040 | 2024-01-28T02:28:58.139Z | Downloaded fallible-iterator v0.2.0 |
1041 | 2024-01-28T02:28:58.142Z | Downloaded zeroize v1.7.0 |
1042 | 2024-01-28T02:28:58.145Z | Downloaded version_check v0.9.4 |
1043 | 2024-01-28T02:28:58.149Z | Downloaded ghash v0.5.0 |
1044 | 2024-01-28T02:28:58.151Z | Downloaded cipher v0.4.4 |
1045 | 2024-01-28T02:28:58.154Z | Downloaded tokio-native-tls v0.3.1 |
1046 | 2024-01-28T02:28:58.159Z | Downloaded fastrand v2.0.0 |
1047 | 2024-01-28T02:28:58.163Z | Downloaded indexmap v1.9.3 |
1048 | 2024-01-28T02:28:58.169Z | Downloaded spin v0.9.8 |
1049 | 2024-01-28T02:28:58.173Z | Downloaded der v0.7.8 |
1050 | 2024-01-28T02:28:58.185Z | Downloaded minimal-lexical v0.2.1 |
1051 | 2024-01-28T02:28:58.191Z | Downloaded enum-as-inner v0.5.1 |
1052 | 2024-01-28T02:28:58.194Z | Downloaded either v1.9.0 |
1053 | 2024-01-28T02:28:58.196Z | Downloaded secrecy v0.8.0 |
1054 | 2024-01-28T02:28:58.199Z | Downloaded utf8parse v0.2.1 |
1055 | 2024-01-28T02:28:58.202Z | Downloaded hash32 v0.3.1 |
1056 | 2024-01-28T02:28:58.204Z | Downloaded tungstenite v0.20.1 |
1057 | 2024-01-28T02:28:58.209Z | Downloaded flagset v0.4.3 |
1058 | 2024-01-28T02:28:58.211Z | Downloaded embedded-io v0.4.0 |
1059 | 2024-01-28T02:28:58.214Z | Downloaded tokio-macros v2.2.0 |
1060 | 2024-01-28T02:28:58.217Z | Downloaded thread_local v1.1.7 |
1061 | 2024-01-28T02:28:58.219Z | Downloaded headers v0.3.9 |
1062 | 2024-01-28T02:28:58.227Z | Downloaded take_mut v0.2.2 |
1063 | 2024-01-28T02:28:58.230Z | Downloaded rand_core v0.5.1 |
1064 | 2024-01-28T02:28:58.233Z | Downloaded hex v0.4.3 |
1065 | 2024-01-28T02:28:58.236Z | Downloaded rustc_version v0.4.0 |
1066 | 2024-01-28T02:28:58.238Z | Downloaded hostname v0.3.1 |
1067 | 2024-01-28T02:28:58.243Z | Downloaded schemars_derive v0.8.16 |
1068 | 2024-01-28T02:28:58.243Z | Downloaded strsim v0.10.0 |
1069 | 2024-01-28T02:28:58.246Z | Downloaded static_assertions v1.1.0 |
1070 | 2024-01-28T02:28:58.246Z | Downloaded strsim v0.8.0 |
1071 | 2024-01-28T02:28:58.249Z | Downloaded filetime v0.2.23 |
1072 | 2024-01-28T02:28:58.251Z | Downloaded glob v0.3.1 |
1073 | 2024-01-28T02:28:58.254Z | Downloaded rfc6979 v0.4.0 |
1074 | 2024-01-28T02:28:58.257Z | Downloaded hash32 v0.2.1 |
1075 | 2024-01-28T02:28:58.259Z | Downloaded dof v0.3.0 |
1076 | 2024-01-28T02:28:58.259Z | Downloaded slog v2.7.0 |
1077 | 2024-01-28T02:28:58.265Z | Downloaded p256 v0.13.2 |
1078 | 2024-01-28T02:28:58.271Z | Downloaded subprocess v0.2.9 |
1079 | 2024-01-28T02:28:58.275Z | Downloaded diesel_derives v2.1.2 |
1080 | 2024-01-28T02:28:58.281Z | Downloaded crypto-bigint v0.5.2 |
1081 | 2024-01-28T02:28:58.293Z | Downloaded rustls-pemfile v2.0.0 |
1082 | 2024-01-28T02:28:58.296Z | Downloaded dtrace-parser v0.2.0 |
1083 | 2024-01-28T02:28:58.299Z | Downloaded fnv v1.0.7 |
1084 | 2024-01-28T02:28:58.302Z | Downloaded tinyvec v1.6.0 |
1085 | 2024-01-28T02:28:58.305Z | Downloaded proc-macro2 v1.0.78 |
1086 | 2024-01-28T02:28:58.310Z | Downloaded futures v0.3.30 |
1087 | 2024-01-28T02:28:58.322Z | Downloaded scopeguard v1.2.0 |
1088 | 2024-01-28T02:28:58.325Z | Downloaded futures-core v0.3.30 |
1089 | 2024-01-28T02:28:58.326Z | Downloaded hyper-rustls v0.24.2 |
1090 | 2024-01-28T02:28:58.328Z | Downloaded httparse v1.8.0 |
1091 | 2024-01-28T02:28:58.332Z | Downloaded arc-swap v1.6.0 |
1092 | 2024-01-28T02:28:58.338Z | Downloaded derive_more v0.99.17 |
1093 | 2024-01-28T02:28:58.347Z | Downloaded darling_core v0.20.3 |
1094 | 2024-01-28T02:28:58.355Z | Downloaded tracing-attributes v0.1.26 |
1095 | 2024-01-28T02:28:58.359Z | Downloaded rand_chacha v0.2.2 |
1096 | 2024-01-28T02:28:58.362Z | Downloaded r2d2 v0.8.10 |
1097 | 2024-01-28T02:28:58.364Z | Downloaded kstat-rs v0.2.3 |
1098 | 2024-01-28T02:28:58.367Z | Downloaded rustfmt-wrapper v0.2.0 |
1099 | 2024-01-28T02:28:58.368Z | Downloaded yasna v0.5.2 |
1100 | 2024-01-28T02:28:58.371Z | Downloaded ucd-trie v0.1.6 |
1101 | 2024-01-28T02:28:58.373Z | Downloaded lalrpop-util v0.19.12 |
1102 | 2024-01-28T02:28:58.376Z | Downloaded resolv-conf v0.7.0 |
1103 | 2024-01-28T02:28:58.379Z | Downloaded slog-json v2.6.1 |
1104 | 2024-01-28T02:28:58.381Z | Downloaded thiserror-no-std v2.0.2 |
1105 | 2024-01-28T02:28:58.391Z | Downloaded postcard v1.0.8 |
1106 | 2024-01-28T02:28:58.394Z | Downloaded openssl-sys v0.9.96 |
1107 | 2024-01-28T02:28:58.403Z | Downloaded swrite v0.1.0 |
1108 | 2024-01-28T02:28:58.405Z | Downloaded term v0.7.0 |
1109 | 2024-01-28T02:28:58.410Z | Downloaded siphasher v0.3.11 |
1110 | 2024-01-28T02:28:58.413Z | Downloaded pest_meta v2.7.6 |
1111 | 2024-01-28T02:28:58.416Z | Downloaded blake2 v0.10.6 |
1112 | 2024-01-28T02:28:58.421Z | Downloaded thread-id v4.2.0 |
1113 | 2024-01-28T02:28:58.424Z | Downloaded slog-async v2.8.0 |
1114 | 2024-01-28T02:28:58.426Z | Downloaded hubpack v0.1.2 |
1115 | 2024-01-28T02:28:58.429Z | Downloaded crossbeam-channel v0.5.8 |
1116 | 2024-01-28T02:28:58.435Z | Downloaded memchr v2.6.3 |
1117 | 2024-01-28T02:28:58.444Z | Downloaded platforms v3.0.2 |
1118 | 2024-01-28T02:28:58.447Z | Downloaded num-traits v0.2.16 |
1119 | 2024-01-28T02:28:58.451Z | Downloaded parking_lot v0.12.1 |
1120 | 2024-01-28T02:28:58.455Z | Downloaded signal-hook-mio v0.2.3 |
1121 | 2024-01-28T02:28:58.458Z | Downloaded futures-task v0.3.30 |
1122 | 2024-01-28T02:28:58.460Z | Downloaded futures-macro v0.3.30 |
1123 | 2024-01-28T02:28:58.460Z | Downloaded futures-executor v0.3.30 |
1124 | 2024-01-28T02:28:58.466Z | Downloaded walkdir v2.4.0 |
1125 | 2024-01-28T02:28:58.469Z | Downloaded foreign-types-macros v0.2.3 |
1126 | 2024-01-28T02:28:58.469Z | Downloaded zerocopy v0.3.0 |
1127 | 2024-01-28T02:28:58.469Z | Downloaded xattr v1.0.1 |
1128 | 2024-01-28T02:28:58.472Z | Downloaded semver-parser v0.10.2 |
1129 | 2024-01-28T02:28:58.474Z | Downloaded semver v0.11.0 |
1130 | 2024-01-28T02:28:58.477Z | Downloaded aes-gcm v0.10.3 |
1131 | 2024-01-28T02:28:58.481Z | Downloaded unicode-width v0.1.11 |
1132 | 2024-01-28T02:28:58.484Z | Downloaded pkcs8 v0.10.2 |
1133 | 2024-01-28T02:28:58.488Z | Downloaded password-hash v0.4.2 |
1134 | 2024-01-28T02:28:58.490Z | Downloaded anstyle-parse v0.2.1 |
1135 | 2024-01-28T02:28:58.493Z | Downloaded mime v0.3.17 |
1136 | 2024-01-28T02:28:58.496Z | Downloaded tokio-tungstenite v0.20.1 |
1137 | 2024-01-28T02:28:58.499Z | Downloaded ansi_term v0.12.1 |
1138 | 2024-01-28T02:28:58.501Z | Downloaded tempfile v3.9.0 |
1139 | 2024-01-28T02:28:58.505Z | Downloaded quote v1.0.35 |
1140 | 2024-01-28T02:28:58.509Z | Downloaded multer v3.0.0 |
1141 | 2024-01-28T02:28:58.513Z | Downloaded bitflags v1.3.2 |
1142 | 2024-01-28T02:28:58.517Z | Downloaded darling v0.20.3 |
1143 | 2024-01-28T02:28:58.525Z | Downloaded cbc v0.1.2 |
1144 | 2024-01-28T02:28:58.528Z | Downloaded argon2 v0.5.3 |
1145 | 2024-01-28T02:28:58.528Z | Downloaded omicron-zone-package v0.10.1 |
1146 | 2024-01-28T02:28:58.532Z | Downloaded debug-ignore v1.0.5 |
1147 | 2024-01-28T02:28:58.535Z | Downloaded der_derive v0.7.2 |
1148 | 2024-01-28T02:28:58.537Z | Downloaded parking_lot_core v0.8.6 |
1149 | 2024-01-28T02:28:58.540Z | Downloaded rustversion v1.0.14 |
1150 | 2024-01-28T02:28:58.544Z | Downloaded whoami v1.4.1 |
1151 | 2024-01-28T02:28:58.547Z | Downloaded thiserror-impl-no-std v2.0.2 |
1152 | 2024-01-28T02:28:58.550Z | Downloaded pem v3.0.2 |
1153 | 2024-01-28T02:28:58.552Z | Downloaded crossbeam-epoch v0.9.15 |
1154 | 2024-01-28T02:28:58.555Z | Downloaded async-trait v0.1.77 |
1155 | 2024-01-28T02:28:58.560Z | Downloaded clap_derive v4.4.2 |
1156 | 2024-01-28T02:28:58.563Z | Downloaded form_urlencoded v1.2.1 |
1157 | 2024-01-28T02:28:58.566Z | Downloaded unicode-normalization v0.1.22 |
1158 | 2024-01-28T02:28:58.571Z | Downloaded foreign-types v0.5.0 |
1159 | 2024-01-28T02:28:58.573Z | Downloaded foreign-types v0.3.2 |
1160 | 2024-01-28T02:28:58.573Z | Downloaded poly1305 v0.8.0 |
1161 | 2024-01-28T02:28:58.580Z | Downloaded pest_generator v2.7.6 |
1162 | 2024-01-28T02:28:58.583Z | Downloaded password-hash v0.5.0 |
1163 | 2024-01-28T02:28:58.583Z | Downloaded owo-colors v4.0.0 |
1164 | 2024-01-28T02:28:58.586Z | Downloaded block-buffer v0.10.4 |
1165 | 2024-01-28T02:28:58.588Z | Downloaded crypto-common v0.1.6 |
1166 | 2024-01-28T02:28:58.588Z | Downloaded parking_lot_core v0.9.8 |
1167 | 2024-01-28T02:28:58.592Z | Downloaded parking_lot v0.11.2 |
1168 | 2024-01-28T02:28:58.596Z | Downloaded percent-encoding v2.3.1 |
1169 | 2024-01-28T02:28:58.598Z | Downloaded once_cell v1.19.0 |
1170 | 2024-01-28T02:28:58.601Z | Downloaded time-macros v0.2.13 |
1171 | 2024-01-28T02:28:58.604Z | Downloaded proc-macro-crate v1.3.1 |
1172 | 2024-01-28T02:28:58.606Z | Downloaded phf v0.11.2 |
1173 | 2024-01-28T02:28:58.609Z | Downloaded bcrypt-pbkdf v0.10.0 |
1174 | 2024-01-28T02:28:58.609Z | Downloaded bit-vec v0.6.3 |
1175 | 2024-01-28T02:28:58.612Z | Downloaded data-encoding v2.4.0 |
1176 | 2024-01-28T02:28:58.615Z | Downloaded autocfg v1.1.0 |
1177 | 2024-01-28T02:28:58.615Z | Downloaded md-5 v0.10.5 |
1178 | 2024-01-28T02:28:58.618Z | Downloaded defmt-parser v0.3.3 |
1179 | 2024-01-28T02:28:58.620Z | Downloaded pkg-config v0.3.27 |
1180 | 2024-01-28T02:28:58.620Z | Downloaded num_cpus v1.16.0 |
1181 | 2024-01-28T02:28:58.626Z | Downloaded anstream v0.5.0 |
1182 | 2024-01-28T02:28:58.628Z | Downloaded num_enum v0.5.11 |
1183 | 2024-01-28T02:28:58.635Z | Downloaded num-iter v0.1.43 |
1184 | 2024-01-28T02:28:58.641Z | Downloaded defmt v0.3.5 |
1185 | 2024-01-28T02:28:58.644Z | Downloaded num_enum_derive v0.5.11 |
1186 | 2024-01-28T02:28:58.646Z | Downloaded anstyle v1.0.2 |
1187 | 2024-01-28T02:28:58.646Z | Downloaded bitflags v2.4.0 |
1188 | 2024-01-28T02:28:58.650Z | Downloaded cancel-safe-futures v0.1.5 |
1189 | 2024-01-28T02:28:58.655Z | Downloaded bytes v1.5.0 |
1190 | 2024-01-28T02:28:58.661Z | Downloaded cobs v0.2.3 |
1191 | 2024-01-28T02:28:58.664Z | Downloaded crossbeam-utils v0.8.16 |
1192 | 2024-01-28T02:28:58.667Z | Downloaded phf_shared v0.10.0 |
1193 | 2024-01-28T02:28:58.670Z | Downloaded adler v1.0.2 |
1194 | 2024-01-28T02:28:58.672Z | Downloaded libsw v3.3.1 |
1195 | 2024-01-28T02:28:58.675Z | Downloaded camino-tempfile v1.1.1 |
1196 | 2024-01-28T02:28:58.680Z | Downloaded toolchain_find v0.2.0 |
1197 | 2024-01-28T02:28:58.680Z | Downloaded dirs v5.0.1 |
1198 | 2024-01-28T02:28:58.682Z | Downloaded base16ct v0.2.0 |
1199 | 2024-01-28T02:28:58.682Z | Downloaded block-padding v0.3.3 |
1200 | 2024-01-28T02:28:58.685Z | Downloaded predicates v3.1.0 |
1201 | 2024-01-28T02:28:58.688Z | Downloaded bzip2 v0.4.4 |
1202 | 2024-01-28T02:28:58.690Z | Downloaded pem-rfc7468 v0.7.0 |
1203 | 2024-01-28T02:28:58.693Z | Downloaded matches v0.1.10 |
1204 | 2024-01-28T02:28:58.696Z | Downloaded darling_macro v0.20.3 |
1205 | 2024-01-28T02:28:58.696Z | Downloaded num v0.4.1 |
1206 | 2024-01-28T02:28:58.696Z | Downloaded unicode-ident v1.0.12 |
1207 | 2024-01-28T02:28:58.700Z | Downloaded plain v0.2.3 |
1208 | 2024-01-28T02:28:58.703Z | Downloaded num_threads v0.1.6 |
1209 | 2024-01-28T02:28:58.705Z | Downloaded opaque-debug v0.3.0 |
1210 | 2024-01-28T02:28:58.705Z | Downloaded convert_case v0.4.0 |
1211 | 2024-01-28T02:28:58.709Z | Downloaded memoffset v0.9.0 |
1212 | 2024-01-28T02:28:58.709Z | Downloaded dirs-next v2.0.0 |
1213 | 2024-01-28T02:28:58.712Z | Downloaded phf_shared v0.11.2 |
1214 | 2024-01-28T02:28:58.712Z | Downloaded option-ext v0.2.0 |
1215 | 2024-01-28T02:28:58.714Z | Downloaded openssl-probe v0.1.5 |
1216 | 2024-01-28T02:28:58.714Z | Downloaded async-stream-impl v0.3.5 |
1217 | 2024-01-28T02:28:58.714Z | Downloaded atty v0.2.14 |
1218 | 2024-01-28T02:28:58.717Z | Downloaded digest v0.10.7 |
1219 | 2024-01-28T02:28:58.719Z | Downloaded clap_lex v0.5.1 |
1220 | 2024-01-28T02:28:58.722Z | Downloaded primeorder v0.13.6 |
1221 | 2024-01-28T02:28:58.722Z | Downloaded clap v4.4.3 |
1222 | 2024-01-28T02:28:58.737Z | Downloaded allocator-api2 v0.2.16 |
1223 | 2024-01-28T02:28:58.742Z | Downloaded paste v1.0.14 |
1224 | 2024-01-28T02:28:58.746Z | Downloaded defmt-macros v0.3.6 |
1225 | 2024-01-28T02:28:58.751Z | Downloaded anstyle-query v1.0.0 |
1226 | 2024-01-28T02:28:58.754Z | Downloaded base64ct v1.6.0 |
1227 | 2024-01-28T02:28:58.756Z | Downloaded atomic-waker v1.1.1 |
1228 | 2024-01-28T02:28:58.759Z | Downloaded parse-display-derive v0.8.2 |
1229 | 2024-01-28T02:28:58.764Z | Downloaded num-integer v0.1.45 |
1230 | 2024-01-28T02:28:58.767Z | Downloaded log v0.4.20 |
1231 | 2024-01-28T02:28:58.767Z | Downloaded pbkdf2 v0.12.2 |
1232 | 2024-01-28T02:28:58.770Z | Downloaded memmap v0.7.0 |
1233 | 2024-01-28T02:28:58.770Z | Downloaded lock_api v0.4.10 |
1234 | 2024-01-28T02:28:58.773Z | Downloaded crc32fast v1.3.2 |
1235 | 2024-01-28T02:28:58.776Z | Downloaded curve25519-dalek-derive v0.1.0 |
1236 | 2024-01-28T02:28:58.778Z | Downloaded proc-macro-error-attr v1.0.4 |
1237 | 2024-01-28T02:28:58.778Z | Downloaded new_debug_unreachable v1.0.4 |
1238 | 2024-01-28T02:28:58.781Z | Downloaded crucible-workspace-hack v0.1.0 |
1239 | 2024-01-28T02:28:58.782Z | Downloaded cstr-argument v0.1.2 |
1240 | 2024-01-28T02:28:58.782Z | Downloaded native-tls v0.2.11 |
1241 | 2024-01-28T02:28:58.785Z | Downloaded mime_guess v2.0.4 |
1242 | 2024-01-28T02:28:58.787Z | Downloaded libefi-sys v0.1.0 |
1243 | 2024-01-28T02:28:58.790Z | Downloaded linear-map v1.2.0 |
1244 | 2024-01-28T02:28:58.793Z | Downloaded tokio-stream v0.1.14 |
1245 | 2024-01-28T02:28:58.798Z | Downloaded ciborium-ll v0.2.2 |
1246 | 2024-01-28T02:28:58.801Z | Downloaded topological-sort v0.2.2 |
1247 | 2024-01-28T02:28:58.803Z | Downloaded polyval v0.6.1 |
1248 | 2024-01-28T02:28:58.806Z | Downloaded deranged v0.3.8 |
1249 | 2024-01-28T02:28:58.806Z | Downloaded md5 v0.7.0 |
1250 | 2024-01-28T02:28:58.809Z | Downloaded dirs-sys v0.4.1 |
1251 | 2024-01-28T02:28:58.809Z | Downloaded cfg-if v1.0.0 |
1252 | 2024-01-28T02:28:58.815Z | Downloaded pretty-hex v0.2.1 |
1253 | 2024-01-28T02:28:58.815Z | Downloaded openssl-macros v0.1.1 |
1254 | 2024-01-28T02:28:59.217Z | Compiling proc-macro2 v1.0.78 |
1255 | 2024-01-28T02:28:59.217Z | Compiling unicode-ident v1.0.12 |
1256 | 2024-01-28T02:28:59.220Z | Compiling libc v0.2.152 |
1257 | 2024-01-28T02:28:59.220Z | Compiling serde v1.0.195 |
1258 | 2024-01-28T02:28:59.220Z | Compiling version_check v0.9.4 |
1259 | 2024-01-28T02:28:59.239Z | Compiling autocfg v1.1.0 |
1260 | 2024-01-28T02:28:59.249Z | Compiling cfg-if v1.0.0 |
1261 | 2024-01-28T02:28:59.491Z | Compiling once_cell v1.19.0 |
1262 | 2024-01-28T02:28:59.491Z | Compiling syn v1.0.109 |
1263 | 2024-01-28T02:28:59.565Z | Compiling thiserror v1.0.56 |
1264 | 2024-01-28T02:29:00.066Z | Compiling memchr v2.6.3 |
1265 | 2024-01-28T02:29:00.365Z | Compiling byteorder v1.5.0 |
1266 | 2024-01-28T02:29:00.468Z | Compiling lock_api v0.4.10 |
1267 | 2024-01-28T02:29:00.847Z | Compiling typenum v1.16.0 |
1268 | 2024-01-28T02:29:01.240Z | Compiling ahash v0.8.6 |
1269 | 2024-01-28T02:29:01.264Z | Compiling parking_lot_core v0.9.8 |
1270 | 2024-01-28T02:29:01.569Z | Compiling generic-array v0.14.7 |
1271 | 2024-01-28T02:29:01.698Z | Compiling libm v0.2.7 |
1272 | 2024-01-28T02:29:01.886Z | Compiling num-traits v0.2.16 |
1273 | 2024-01-28T02:29:02.063Z | Compiling serde_json v1.0.111 |
1274 | 2024-01-28T02:29:02.325Z | Compiling itoa v1.0.9 |
1275 | 2024-01-28T02:29:02.612Z | Compiling slab v0.4.9 |
1276 | 2024-01-28T02:29:02.652Z | Compiling log v0.4.20 |
1277 | 2024-01-28T02:29:02.866Z | Compiling quote v1.0.35 |
1278 | 2024-01-28T02:29:03.576Z | Compiling syn v2.0.48 |
1279 | 2024-01-28T02:29:03.724Z | Compiling getrandom v0.2.10 |
1280 | 2024-01-28T02:29:03.778Z | Compiling cc v1.0.83 |
1281 | 2024-01-28T02:29:04.167Z | Compiling rand_core v0.6.4 |
1282 | 2024-01-28T02:29:04.414Z | Compiling scopeguard v1.2.0 |
1283 | 2024-01-28T02:29:04.662Z | Compiling ryu v1.0.15 |
1284 | 2024-01-28T02:29:05.490Z | Compiling pkg-config v0.3.27 |
1285 | 2024-01-28T02:29:05.514Z | Compiling allocator-api2 v0.2.16 |
1286 | 2024-01-28T02:29:05.785Z | Compiling smallvec v1.11.2 |
1287 | 2024-01-28T02:29:05.825Z | Compiling heck v0.4.1 |
1288 | 2024-01-28T02:29:06.447Z | Compiling equivalent v1.0.1 |
1289 | 2024-01-28T02:29:06.532Z | Compiling schemars v0.8.16 |
1290 | 2024-01-28T02:29:06.601Z | Compiling subtle v2.5.0 |
1291 | 2024-01-28T02:29:07.499Z | Compiling vcpkg v0.2.15 |
1292 | 2024-01-28T02:29:07.823Z | Compiling pin-project-lite v0.2.13 |
1293 | 2024-01-28T02:29:08.212Z | Compiling httparse v1.8.0 |
1294 | 2024-01-28T02:29:08.837Z | Compiling parking_lot v0.12.1 |
1295 | 2024-01-28T02:29:09.091Z | Compiling ucd-trie v0.1.6 |
1296 | 2024-01-28T02:29:09.177Z | Compiling signal-hook-registry v1.4.1 |
1297 | 2024-01-28T02:29:09.216Z | Compiling ring v0.17.7 |
1298 | 2024-01-28T02:29:10.081Z | Compiling ring v0.16.20 |
1299 | 2024-01-28T02:29:10.483Z | Compiling fnv v1.0.7 |
1300 | 2024-01-28T02:29:10.665Z | Compiling mio v0.8.9 |
1301 | 2024-01-28T02:29:11.191Z | Compiling openssl-sys v0.9.96 |
1302 | 2024-01-28T02:29:11.892Z | Compiling iana-time-zone v0.1.57 |
1303 | 2024-01-28T02:29:12.092Z | Compiling const-oid v0.9.5 |
1304 | 2024-01-28T02:29:12.560Z | Compiling openssl v0.10.60 |
1305 | 2024-01-28T02:29:12.678Z | Compiling semver v1.0.21 |
1306 | 2024-01-28T02:29:12.886Z | Compiling num_cpus v1.16.0 |
1307 | 2024-01-28T02:29:13.059Z | Compiling socket2 v0.5.5 |
1308 | 2024-01-28T02:29:13.197Z | Compiling native-tls v0.2.11 |
1309 | 2024-01-28T02:29:13.691Z | Compiling rustls v0.21.9 |
1310 | 2024-01-28T02:29:14.333Z | Compiling futures-core v0.3.30 |
1311 | 2024-01-28T02:29:14.370Z | Compiling dyn-clone v1.0.13 |
1312 | 2024-01-28T02:29:14.689Z | Compiling aho-corasick v1.0.4 |
1313 | 2024-01-28T02:29:15.651Z | Compiling serde_derive_internals v0.26.0 |
1314 | 2024-01-28T02:29:15.677Z | Compiling regex-syntax v0.8.2 |
1315 | 2024-01-28T02:29:15.701Z | Compiling spin v0.5.2 |
1316 | 2024-01-28T02:29:15.887Z | Compiling async-trait v0.1.77 |
1317 | 2024-01-28T02:29:16.765Z | Compiling futures-sink v0.3.30 |
1318 | 2024-01-28T02:29:17.007Z | Compiling backtrace v0.3.69 |
1319 | 2024-01-28T02:29:17.702Z | Compiling tinyvec_macros v0.1.1 |
1320 | 2024-01-28T02:29:17.743Z | Compiling rustix v0.38.30 |
1321 | 2024-01-28T02:29:17.850Z | Compiling tinyvec v1.6.0 |
1322 | 2024-01-28T02:29:18.678Z | Compiling futures-channel v0.3.30 |
1323 | 2024-01-28T02:29:19.519Z | Compiling futures-task v0.3.30 |
1324 | 2024-01-28T02:29:19.989Z | Compiling pin-utils v0.1.0 |
1325 | 2024-01-28T02:29:20.122Z | Compiling futures-io v0.3.30 |
1326 | 2024-01-28T02:29:20.158Z | Compiling winnow v0.5.15 |
1327 | 2024-01-28T02:29:20.578Z | Compiling unicode-normalization v0.1.22 |
1328 | 2024-01-28T02:29:20.891Z | Compiling spin v0.9.8 |
1329 | 2024-01-28T02:29:21.298Z | Compiling tracing-core v0.1.31 |
1330 | 2024-01-28T02:29:21.484Z | Compiling regex-automata v0.4.4 |
1331 | 2024-01-28T02:29:22.256Z | Compiling anyhow v1.0.75 |
1332 | 2024-01-28T02:29:22.387Z | Compiling cpufeatures v0.2.12 |
1333 | 2024-01-28T02:29:22.524Z | Compiling unicode-bidi v0.3.13 |
1334 | 2024-01-28T02:29:23.125Z | Compiling unicode-width v0.1.11 |
1335 | 2024-01-28T02:29:25.006Z | Compiling crc32fast v1.3.2 |
1336 | 2024-01-28T02:29:25.735Z | Compiling slog v2.7.0 |
1337 | 2024-01-28T02:29:26.224Z | Compiling time-core v0.1.1 |
1338 | 2024-01-28T02:29:26.465Z | Compiling time-macros v0.2.13 |
1339 | 2024-01-28T02:29:27.303Z | Compiling serde_derive v1.0.195 |
1340 | 2024-01-28T02:29:27.535Z | Compiling zerocopy-derive v0.7.32 |
1341 | 2024-01-28T02:29:27.707Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-01-28T02:29:27.849Z | Compiling thiserror-impl v1.0.56 |
1343 | 2024-01-28T02:29:30.424Z | Compiling tokio-macros v2.2.0 |
1344 | 2024-01-28T02:29:30.917Z | Compiling zeroize v1.7.0 |
1345 | 2024-01-28T02:29:31.380Z | Compiling zerocopy v0.7.32 |
1346 | 2024-01-28T02:29:31.475Z | Compiling futures-macro v0.3.30 |
1347 | 2024-01-28T02:29:33.231Z | Compiling tracing-attributes v0.1.26 |
1348 | 2024-01-28T02:29:33.494Z | Compiling schemars_derive v0.8.16 |
1349 | 2024-01-28T02:29:33.554Z | Compiling pest v2.7.6 |
1350 | 2024-01-28T02:29:33.992Z | Compiling crypto-common v0.1.6 |
1351 | 2024-01-28T02:29:35.011Z | Compiling hashbrown v0.14.2 |
1352 | 2024-01-28T02:29:35.043Z | Compiling openssl-macros v0.1.1 |
1353 | 2024-01-28T02:29:36.269Z | Compiling block-buffer v0.10.4 |
1354 | 2024-01-28T02:29:36.682Z | Compiling digest v0.10.7 |
1355 | 2024-01-28T02:29:36.723Z | Compiling hashbrown v0.13.2 |
1356 | 2024-01-28T02:29:37.130Z | Compiling regex v1.10.3 |
1357 | 2024-01-28T02:29:37.418Z | Compiling pest_meta v2.7.6 |
1358 | 2024-01-28T02:29:38.647Z | Compiling futures-util v0.3.30 |
1359 | 2024-01-28T02:29:39.261Z | Compiling der_derive v0.7.2 |
1360 | 2024-01-28T02:29:39.760Z | Compiling pest_generator v2.7.6 |
1361 | 2024-01-28T02:29:41.299Z | Compiling tracing v0.1.37 |
1362 | 2024-01-28T02:29:43.602Z | Compiling num-integer v0.1.45 |
1363 | 2024-01-28T02:29:44.045Z | Compiling foreign-types-shared v0.1.1 |
1364 | 2024-01-28T02:29:44.198Z | Compiling percent-encoding v2.3.1 |
1365 | 2024-01-28T02:29:44.780Z | Compiling untrusted v0.7.1 |
1366 | 2024-01-28T02:29:45.405Z | Compiling untrusted v0.9.0 |
1367 | 2024-01-28T02:29:46.307Z | Compiling pest_derive v2.7.6 |
1368 | 2024-01-28T02:29:48.311Z | Compiling foreign-types v0.3.2 |
1369 | 2024-01-28T02:29:48.523Z | Compiling errno v0.3.8 |
1370 | 2024-01-28T02:29:48.645Z | Compiling unicode-xid v0.2.4 |
1371 | 2024-01-28T02:29:48.746Z | Compiling try-lock v0.2.4 |
1372 | 2024-01-28T02:29:48.856Z | Compiling base64 v0.21.7 |
1373 | 2024-01-28T02:29:48.898Z | Compiling ppv-lite86 v0.2.17 |
1374 | 2024-01-28T02:29:48.957Z | Compiling want v0.3.1 |
1375 | 2024-01-28T02:29:49.374Z | Compiling rustls-webpki v0.101.7 |
1376 | 2024-01-28T02:29:50.094Z | Compiling synstructure v0.12.6 |
1377 | 2024-01-28T02:29:50.147Z | Compiling sct v0.7.0 |
1378 | 2024-01-28T02:29:51.729Z | Compiling bytes v1.5.0 |
1379 | 2024-01-28T02:29:52.145Z | Compiling indexmap v2.1.0 |
1380 | 2024-01-28T02:29:52.305Z | Compiling chrono v0.4.31 |
1381 | 2024-01-28T02:29:52.522Z | Compiling uuid v1.7.0 |
1382 | 2024-01-28T02:29:53.192Z | Compiling http v0.2.11 |
1383 | 2024-01-28T02:29:53.843Z | Compiling tokio v1.35.1 |
1384 | 2024-01-28T02:29:55.177Z | Compiling toml_datetime v0.6.5 |
1385 | 2024-01-28T02:29:55.223Z | Compiling serde_spanned v0.6.4 |
1386 | 2024-01-28T02:29:55.580Z | Compiling bitflags v2.4.0 |
1387 | 2024-01-28T02:29:55.859Z | Compiling toml_edit v0.19.15 |
1388 | 2024-01-28T02:29:57.017Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-01-28T02:29:57.332Z | Compiling rustc_version v0.4.0 |
1390 | 2024-01-28T02:30:00.168Z | Compiling serde_tokenstream v0.2.0 |
1391 | 2024-01-28T02:30:01.017Z | Compiling http-body v0.4.5 |
1392 | 2024-01-28T02:30:01.645Z | Compiling form_urlencoded v1.2.1 |
1393 | 2024-01-28T02:30:02.221Z | Compiling scroll_derive v0.12.0 |
1394 | 2024-01-28T02:30:03.405Z | Compiling socket2 v0.4.9 |
1395 | 2024-01-28T02:30:04.776Z | Compiling tower-service v0.3.2 |
1396 | 2024-01-28T02:30:04.961Z | Compiling io-lifetimes v1.0.11 |
1397 | 2024-01-28T02:30:05.761Z | Compiling openssl-probe v0.1.5 |
1398 | 2024-01-28T02:30:05.841Z | Compiling httpdate v1.0.3 |
1399 | 2024-01-28T02:30:07.961Z | Compiling tokio-util v0.7.10 |
1400 | 2024-01-28T02:30:08.623Z | Compiling zerocopy-derive v0.2.0 |
1401 | 2024-01-28T02:30:09.166Z | Compiling idna v0.5.0 |
1402 | 2024-01-28T02:30:10.454Z | Compiling h2 v0.3.24 |
1403 | 2024-01-28T02:30:11.776Z | Compiling lazy_static v1.4.0 |
1404 | 2024-01-28T02:30:11.921Z | Compiling thread-id v4.2.0 |
1405 | 2024-01-28T02:30:11.944Z | Compiling crossbeam-utils v0.8.16 |
1406 | 2024-01-28T02:30:12.084Z | Compiling adler v1.0.2 |
1407 | 2024-01-28T02:30:12.437Z | Compiling tokio-rustls v0.24.1 |
1408 | 2024-01-28T02:30:12.758Z | Compiling miniz_oxide v0.7.1 |
1409 | 2024-01-28T02:30:13.082Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2024-01-28T02:30:13.506Z | Compiling url v2.5.0 |
1411 | 2024-01-28T02:30:15.142Z | Compiling rand_chacha v0.3.1 |
1412 | 2024-01-28T02:30:15.374Z | Compiling rustix v0.37.23 |
1413 | 2024-01-28T02:30:16.529Z | Compiling ipnet v2.9.0 |
1414 | 2024-01-28T02:30:16.643Z | Compiling rand v0.8.5 |
1415 | 2024-01-28T02:30:16.941Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2024-01-28T02:30:17.799Z | Compiling rustls-pemfile v1.0.3 |
1417 | 2024-01-28T02:30:18.631Z | Compiling usdt-impl v0.3.5 |
1418 | 2024-01-28T02:30:18.663Z | Compiling encoding_rs v0.8.33 |
1419 | 2024-01-28T02:30:18.818Z | Compiling webpki-roots v0.25.2 |
1420 | 2024-01-28T02:30:18.924Z | Compiling gimli v0.28.0 |
1421 | 2024-01-28T02:30:19.054Z | Compiling mime v0.3.17 |
1422 | 2024-01-28T02:30:21.352Z | Compiling regress v0.7.1 |
1423 | 2024-01-28T02:30:21.713Z | Compiling hyper v0.14.27 |
1424 | 2024-01-28T02:30:22.377Z | Compiling object v0.32.1 |
1425 | 2024-01-28T02:30:24.777Z | Compiling num-bigint v0.4.4 |
1426 | 2024-01-28T02:30:25.993Z | Compiling addr2line v0.21.0 |
1427 | 2024-01-28T02:30:26.079Z | Compiling usdt-impl v0.5.0 |
1428 | 2024-01-28T02:30:26.679Z | Compiling rustc-demangle v0.1.23 |
1429 | 2024-01-28T02:30:27.025Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1430 | 2024-01-28T02:30:28.290Z | Compiling flate2 v1.0.28 |
1431 | 2024-01-28T02:30:28.467Z | Compiling zerocopy v0.3.0 |
1432 | 2024-01-28T02:30:29.113Z | Compiling scroll v0.12.0 |
1433 | 2024-01-28T02:30:29.735Z | Compiling heapless v0.7.16 |
1434 | 2024-01-28T02:30:29.990Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1435 | 2024-01-28T02:30:30.183Z | Compiling signal-hook v0.3.17 |
1436 | 2024-01-28T02:30:30.355Z | Compiling plain v0.2.3 |
1437 | 2024-01-28T02:30:30.581Z | Compiling rustversion v1.0.14 |
1438 | 2024-01-28T02:30:30.670Z | Compiling goblin v0.8.0 |
1439 | 2024-01-28T02:30:31.712Z | Compiling dof v0.1.5 |
1440 | 2024-01-28T02:30:33.210Z | Compiling hyper-rustls v0.24.2 |
1441 | 2024-01-28T02:30:33.288Z | Compiling hyper-tls v0.5.0 |
1442 | 2024-01-28T02:30:33.760Z | Compiling reqwest v0.11.22 |
1443 | 2024-01-28T02:30:36.286Z | Compiling toml v0.7.8 |
1444 | 2024-01-28T02:30:36.542Z | Compiling toml_edit v0.21.0 |
1445 | 2024-01-28T02:30:36.567Z | Compiling hex v0.4.3 |
1446 | 2024-01-28T02:30:37.543Z | Compiling dtrace-parser v0.1.14 |
1447 | 2024-01-28T02:30:38.506Z | Compiling memoffset v0.9.0 |
1448 | 2024-01-28T02:30:38.928Z | Compiling base64ct v1.6.0 |
1449 | 2024-01-28T02:30:38.956Z | Compiling pretty-hex v0.4.1 |
1450 | 2024-01-28T02:30:39.160Z | Compiling camino v1.1.6 |
1451 | 2024-01-28T02:30:39.289Z | Compiling strsim v0.10.0 |
1452 | 2024-01-28T02:30:40.120Z | Compiling dof v0.3.0 |
1453 | 2024-01-28T02:30:43.922Z | Compiling serde_tokenstream v0.1.7 |
1454 | 2024-01-28T02:30:44.016Z | Compiling dtrace-parser v0.2.0 |
1455 | 2024-01-28T02:30:44.774Z | Compiling bitflags v1.3.2 |
1456 | 2024-01-28T02:30:44.920Z | Compiling smoltcp v0.9.1 |
1457 | 2024-01-28T02:30:46.003Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1458 | 2024-01-28T02:30:46.190Z | Compiling pem-rfc7468 v0.7.0 |
1459 | 2024-01-28T02:30:46.435Z | Compiling strum_macros v0.25.2 |
1460 | 2024-01-28T02:30:47.374Z | Compiling hmac v0.12.1 |
1461 | 2024-01-28T02:30:47.780Z | Compiling enum-as-inner v0.5.1 |
1462 | 2024-01-28T02:30:47.847Z | Compiling crossbeam-epoch v0.9.15 |
1463 | 2024-01-28T02:30:48.133Z | Compiling num-iter v0.1.43 |
1464 | 2024-01-28T02:30:48.584Z | Compiling unicode-segmentation v1.10.1 |
1465 | 2024-01-28T02:30:49.423Z | Compiling flagset v0.4.3 |
1466 | 2024-01-28T02:30:49.481Z | Compiling siphasher v0.3.11 |
1467 | 2024-01-28T02:30:49.739Z | Compiling der v0.7.8 |
1468 | 2024-01-28T02:30:50.033Z | Compiling usdt-attr-macro v0.3.5 |
1469 | 2024-01-28T02:30:50.128Z | Compiling usdt-macro v0.3.5 |
1470 | 2024-01-28T02:30:51.441Z | Compiling hubpack_derive v0.1.1 |
1471 | 2024-01-28T02:30:52.280Z | Compiling zerocopy-derive v0.6.4 |
1472 | 2024-01-28T02:30:53.222Z | Compiling utf8parse v0.2.1 |
1473 | 2024-01-28T02:30:54.534Z | Compiling deranged v0.3.8 |
1474 | 2024-01-28T02:30:54.838Z | Compiling num_threads v0.1.6 |
1475 | 2024-01-28T02:30:55.017Z | Compiling anstyle v1.0.2 |
1476 | 2024-01-28T02:30:55.433Z | Compiling sha2 v0.10.8 |
1477 | 2024-01-28T02:30:56.046Z | Compiling anstyle-parse v0.2.1 |
1478 | 2024-01-28T02:30:56.571Z | Compiling spki v0.7.2 |
1479 | 2024-01-28T02:30:57.423Z | Compiling time v0.3.27 |
1480 | 2024-01-28T02:30:58.630Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1481 | 2024-01-28T02:31:00.873Z | Compiling md-5 v0.10.5 |
1482 | 2024-01-28T02:31:00.924Z | Compiling block-padding v0.3.3 |
1483 | 2024-01-28T02:31:01.292Z | Compiling clap_derive v4.4.2 |
1484 | 2024-01-28T02:31:01.771Z | Compiling stringprep v0.1.3 |
1485 | 2024-01-28T02:31:01.931Z | Compiling getopts v0.2.21 |
1486 | 2024-01-28T02:31:03.480Z | Compiling diesel_table_macro_syntax v0.1.0 |
1487 | 2024-01-28T02:31:04.126Z | Compiling hash32 v0.2.1 |
1488 | 2024-01-28T02:31:06.579Z | Compiling anstyle-query v1.0.0 |
1489 | 2024-01-28T02:31:06.773Z | Compiling fallible-iterator v0.2.0 |
1490 | 2024-01-28T02:31:07.210Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1491 | 2024-01-28T02:31:07.406Z | Compiling stable_deref_trait v1.2.0 |
1492 | 2024-01-28T02:31:07.966Z | Compiling colorchoice v1.0.0 |
1493 | 2024-01-28T02:31:07.997Z | Compiling postgres-protocol v0.6.6 |
1494 | 2024-01-28T02:31:08.202Z | Compiling anstream v0.5.0 |
1495 | 2024-01-28T02:31:09.595Z | Compiling diesel_derives v2.1.2 |
1496 | 2024-01-28T02:31:09.916Z | Compiling inout v0.1.3 |
1497 | 2024-01-28T02:31:11.299Z | Compiling terminal_size v0.2.6 |
1498 | 2024-01-28T02:31:11.943Z | Compiling pkcs8 v0.10.2 |
1499 | 2024-01-28T02:31:12.036Z | Compiling phf_shared v0.11.2 |
1500 | 2024-01-28T02:31:14.851Z | Compiling ff v0.13.0 |
1501 | 2024-01-28T02:31:15.588Z | Compiling serde_repr v0.1.16 |
1502 | 2024-01-28T02:31:16.323Z | Compiling scheduled-thread-pool v0.2.7 |
1503 | 2024-01-28T02:31:17.198Z | Compiling managed v0.8.0 |
1504 | 2024-01-28T02:31:17.550Z | Compiling bit-vec v0.6.3 |
1505 | 2024-01-28T02:31:17.725Z | Compiling base16ct v0.2.0 |
1506 | 2024-01-28T02:31:17.942Z | Compiling clap_lex v0.5.1 |
1507 | 2024-01-28T02:31:18.014Z | Compiling matches v0.1.10 |
1508 | 2024-01-28T02:31:18.144Z | Compiling unsafe-libyaml v0.2.10 |
1509 | 2024-01-28T02:31:18.281Z | Compiling regex-automata v0.1.10 |
1510 | 2024-01-28T02:31:18.705Z | Compiling clap_builder v4.4.2 |
1511 | 2024-01-28T02:31:19.072Z | Compiling bstr v0.2.17 |
1512 | 2024-01-28T02:31:21.378Z | Compiling serde_yaml v0.9.25 |
1513 | 2024-01-28T02:31:22.484Z | Compiling idna v0.2.3 |
1514 | 2024-01-28T02:31:24.708Z | Compiling sec1 v0.7.3 |
1515 | 2024-01-28T02:31:27.173Z | Compiling r2d2 v0.8.10 |
1516 | 2024-01-28T02:31:27.666Z | Compiling group v0.13.0 |
1517 | 2024-01-28T02:31:29.684Z | Compiling phf v0.11.2 |
1518 | 2024-01-28T02:31:30.035Z | Compiling signal-hook-mio v0.2.3 |
1519 | 2024-01-28T02:31:30.103Z | Compiling bzip2 v0.4.4 |
1520 | 2024-01-28T02:31:30.127Z | Compiling cipher v0.4.4 |
1521 | 2024-01-28T02:31:30.269Z | Compiling postgres-types v0.2.6 |
1522 | 2024-01-28T02:31:30.711Z | Compiling zerocopy v0.6.4 |
1523 | 2024-01-28T02:31:30.944Z | Compiling hubpack v0.1.2 |
1524 | 2024-01-28T02:31:31.173Z | Compiling phf_shared v0.10.0 |
1525 | 2024-01-28T02:31:31.865Z | Compiling hkdf v0.12.4 |
1526 | 2024-01-28T02:31:32.135Z | Compiling crypto-bigint v0.5.2 |
1527 | 2024-01-28T02:31:32.138Z | Compiling ipnetwork v0.20.0 |
1528 | 2024-01-28T02:31:32.260Z | Compiling futures-executor v0.3.30 |
1529 | 2024-01-28T02:31:33.298Z | Compiling float-cmp v0.9.0 |
1530 | 2024-01-28T02:31:33.647Z | Compiling predicates-core v1.0.6 |
1531 | 2024-01-28T02:31:34.227Z | Compiling data-encoding v2.4.0 |
1532 | 2024-01-28T02:31:34.584Z | Compiling fixedbitset v0.4.2 |
1533 | 2024-01-28T02:31:35.299Z | Compiling static_assertions v1.1.0 |
1534 | 2024-01-28T02:31:35.436Z | Compiling minimal-lexical v0.2.1 |
1535 | 2024-01-28T02:31:36.573Z | Compiling whoami v1.4.1 |
1536 | 2024-01-28T02:31:37.263Z | Compiling new_debug_unreachable v1.0.4 |
1537 | 2024-01-28T02:31:37.400Z | Compiling normalize-line-endings v0.3.0 |
1538 | 2024-01-28T02:31:37.548Z | Compiling difflib v0.4.0 |
1539 | 2024-01-28T02:31:37.576Z | Compiling precomputed-hash v0.1.1 |
1540 | 2024-01-28T02:31:37.760Z | Compiling regex-automata v0.3.8 |
1541 | 2024-01-28T02:31:38.243Z | Compiling either v1.9.0 |
1542 | 2024-01-28T02:31:38.763Z | Compiling itertools v0.10.5 |
1543 | 2024-01-28T02:31:40.214Z | Compiling trust-dns-proto v0.22.0 |
1544 | 2024-01-28T02:31:41.663Z | Compiling bstr v1.6.0 |
1545 | 2024-01-28T02:31:41.800Z | Compiling predicates v3.1.0 |
1546 | 2024-01-28T02:31:41.862Z | Compiling string_cache v0.8.7 |
1547 | 2024-01-28T02:31:43.056Z | Compiling tokio-postgres v0.7.10 |
1548 | 2024-01-28T02:31:43.418Z | Compiling diesel v2.1.4 |
1549 | 2024-01-28T02:31:43.634Z | Compiling nom v7.1.3 |
1550 | 2024-01-28T02:31:44.215Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1551 | 2024-01-28T02:31:44.525Z | Compiling elliptic-curve v0.13.8 |
1552 | 2024-01-28T02:31:45.796Z | Compiling petgraph v0.6.4 |
1553 | 2024-01-28T02:31:48.076Z | Compiling yasna v0.5.2 |
1554 | 2024-01-28T02:31:48.164Z | Compiling futures v0.3.30 |
1555 | 2024-01-28T02:31:50.289Z | Compiling zip v0.6.6 |
1556 | 2024-01-28T02:31:50.916Z | Compiling crossterm v0.27.0 |
1557 | 2024-01-28T02:31:51.810Z | Compiling clap v4.4.3 |
1558 | 2024-01-28T02:31:52.180Z | Compiling similar v2.3.0 |
1559 | 2024-01-28T02:31:52.351Z | Compiling bit-set v0.5.3 |
1560 | 2024-01-28T02:31:52.387Z | Compiling usdt v0.3.5 |
1561 | 2024-01-28T02:31:52.822Z | Compiling console v0.15.8 |
1562 | 2024-01-28T02:31:52.847Z | Compiling tokio-stream v0.1.14 |
1563 | 2024-01-28T02:31:54.326Z | Compiling lalrpop-util v0.19.12 |
1564 | 2024-01-28T02:32:00.003Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1565 | 2024-01-28T02:32:13.532Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1566 | 2024-01-28T02:32:50.596Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2024-01-28T02:32:56.029Z | Compiling sha1 v0.10.6 |
1568 | 2024-01-28T02:32:57.235Z | Compiling atty v0.2.14 |
1569 | 2024-01-28T02:32:57.426Z | Compiling match_cfg v0.1.0 |
1570 | 2024-01-28T02:32:57.513Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1571 | 2024-01-28T02:32:57.565Z | Compiling hostname v0.3.1 |
1572 | 2024-01-28T02:32:57.984Z | Compiling dirs-sys-next v0.1.2 |
1573 | 2024-01-28T02:32:58.193Z | Compiling ident_case v1.0.1 |
1574 | 2024-01-28T02:32:58.404Z | Compiling rustls-pki-types v1.1.0 |
1575 | 2024-01-28T02:32:58.451Z | Compiling darling_core v0.20.3 |
1576 | 2024-01-28T02:32:58.722Z | Compiling dirs-next v2.0.0 |
1577 | 2024-01-28T02:32:59.048Z | Compiling thread_local v1.1.7 |
1578 | 2024-01-28T02:32:59.307Z | Compiling rustls v0.22.2 |
1579 | 2024-01-28T02:32:59.614Z | Compiling slog-async v2.8.0 |
1580 | 2024-01-28T02:32:59.770Z | Compiling rustls-webpki v0.102.1 |
1581 | 2024-01-28T02:32:59.931Z | Compiling term v0.7.0 |
1582 | 2024-01-28T02:32:59.955Z | Compiling crossbeam-channel v0.5.8 |
1583 | 2024-01-28T02:33:00.481Z | Compiling multer v3.0.0 |
1584 | 2024-01-28T02:33:00.844Z | Compiling instant v0.1.12 |
1585 | 2024-01-28T02:33:00.933Z | Compiling take_mut v0.2.2 |
1586 | 2024-01-28T02:33:01.049Z | Compiling paste v1.0.14 |
1587 | 2024-01-28T02:33:02.013Z | Compiling slog-term v2.9.0 |
1588 | 2024-01-28T02:33:02.413Z | Compiling slog-json v2.6.1 |
1589 | 2024-01-28T02:33:03.062Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1590 | 2024-01-28T02:33:03.297Z | Compiling http v1.0.0 |
1591 | 2024-01-28T02:33:03.371Z | Compiling async-stream-impl v0.3.5 |
1592 | 2024-01-28T02:33:03.846Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1593 | 2024-01-28T02:33:04.125Z | Compiling debug-ignore v1.0.5 |
1594 | 2024-01-28T02:33:04.278Z | Compiling atomic-waker v1.1.1 |
1595 | 2024-01-28T02:33:04.441Z | Compiling slog-bunyan v2.5.0 |
1596 | 2024-01-28T02:33:04.560Z | Compiling waitgroup v0.1.2 |
1597 | 2024-01-28T02:33:04.895Z | Compiling rustls-pemfile v2.0.0 |
1598 | 2024-01-28T02:33:05.614Z | Compiling async-stream v0.3.5 |
1599 | 2024-01-28T02:33:05.637Z | Compiling toml v0.8.8 |
1600 | 2024-01-28T02:33:06.655Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1601 | 2024-01-28T02:33:07.466Z | Compiling serde_path_to_error v0.1.15 |
1602 | 2024-01-28T02:33:07.935Z | Compiling structmeta-derive v0.2.0 |
1603 | 2024-01-28T02:33:08.580Z | Compiling tokio-rustls v0.25.0 |
1604 | 2024-01-28T02:33:08.621Z | Compiling darling_macro v0.20.3 |
1605 | 2024-01-28T02:33:08.914Z | Compiling strum v0.25.0 |
1606 | 2024-01-28T02:33:09.171Z | Compiling regex-syntax v0.7.5 |
1607 | 2024-01-28T02:33:09.227Z | Compiling backoff v0.4.0 |
1608 | 2024-01-28T02:33:09.758Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1609 | 2024-01-28T02:33:10.267Z | Compiling darling v0.20.3 |
1610 | 2024-01-28T02:33:10.444Z | Compiling serde_with_macros v3.5.1 |
1611 | 2024-01-28T02:33:10.931Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1612 | 2024-01-28T02:33:11.162Z | Compiling macaddr v1.0.1 |
1613 | 2024-01-28T02:33:11.878Z | Compiling proc-macro-error-attr v1.0.4 |
1614 | 2024-01-28T02:33:12.370Z | Compiling proc-macro-crate v1.3.1 |
1615 | 2024-01-28T02:33:12.427Z | Compiling proc-macro-error v1.0.4 |
1616 | 2024-01-28T02:33:12.952Z | Compiling heapless v0.8.0 |
1617 | 2024-01-28T02:33:13.013Z | Compiling structmeta v0.2.0 |
1618 | 2024-01-28T02:33:14.248Z | Compiling hash32 v0.3.1 |
1619 | 2024-01-28T02:33:14.273Z | Compiling num_enum_derive v0.5.11 |
1620 | 2024-01-28T02:33:14.631Z | Compiling smoltcp v0.11.0 |
1621 | 2024-01-28T02:33:15.244Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1622 | 2024-01-28T02:33:15.672Z | Compiling serde_with v3.5.1 |
1623 | 2024-01-28T02:33:17.016Z | Compiling same-file v1.0.6 |
1624 | 2024-01-28T02:33:17.398Z | Compiling fastrand v2.0.0 |
1625 | 2024-01-28T02:33:17.598Z | Compiling embedded-io v0.4.0 |
1626 | 2024-01-28T02:33:17.980Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1627 | 2024-01-28T02:33:18.373Z | Compiling cobs v0.2.3 |
1628 | 2024-01-28T02:33:18.456Z | Compiling tempfile v3.9.0 |
1629 | 2024-01-28T02:33:18.877Z | Compiling postcard v1.0.8 |
1630 | 2024-01-28T02:33:18.968Z | Compiling num_enum v0.5.11 |
1631 | 2024-01-28T02:33:19.199Z | Compiling walkdir v2.4.0 |
1632 | 2024-01-28T02:33:19.806Z | Compiling semver-parser v0.10.2 |
1633 | 2024-01-28T02:33:20.225Z | Compiling foreign-types-macros v0.2.3 |
1634 | 2024-01-28T02:33:20.481Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1635 | 2024-01-28T02:33:20.779Z | Compiling parse-display-derive v0.8.2 |
1636 | 2024-01-28T02:33:20.945Z | Compiling crucible-workspace-hack v0.1.0 |
1637 | 2024-01-28T02:33:22.237Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1638 | 2024-01-28T02:33:22.316Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1639 | 2024-01-28T02:33:22.517Z | Compiling foreign-types-shared v0.3.1 |
1640 | 2024-01-28T02:33:22.666Z | Compiling foreign-types v0.5.0 |
1641 | 2024-01-28T02:33:22.882Z | Compiling semver v0.11.0 |
1642 | 2024-01-28T02:33:23.550Z | Compiling is-terminal v0.4.9 |
1643 | 2024-01-28T02:33:23.596Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-01-28T02:33:23.730Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1645 | 2024-01-28T02:33:24.127Z | Compiling cstr-argument v0.1.2 |
1646 | 2024-01-28T02:33:24.130Z | Compiling filetime v0.2.23 |
1647 | 2024-01-28T02:33:24.472Z | Compiling xattr v1.0.1 |
1648 | 2024-01-28T02:33:24.500Z | Compiling pretty-hex v0.2.1 |
1649 | 2024-01-28T02:33:24.652Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1650 | 2024-01-28T02:33:24.777Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1651 | 2024-01-28T02:33:24.870Z | Compiling home v0.5.5 |
1652 | 2024-01-28T02:33:25.153Z | Compiling toolchain_find v0.2.0 |
1653 | 2024-01-28T02:33:25.189Z | Compiling tar v0.4.40 |
1654 | 2024-01-28T02:33:25.243Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1655 | 2024-01-28T02:33:25.265Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1656 | 2024-01-28T02:33:25.790Z | Compiling colored v2.0.4 |
1657 | 2024-01-28T02:33:26.294Z | Compiling toml v0.5.11 |
1658 | 2024-01-28T02:33:26.791Z | Compiling topological-sort v0.2.2 |
1659 | 2024-01-28T02:33:27.116Z | Compiling platforms v3.0.2 |
1660 | 2024-01-28T02:33:27.225Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1661 | 2024-01-28T02:33:27.564Z | Compiling omicron-zone-package v0.10.1 |
1662 | 2024-01-28T02:33:27.692Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1663 | 2024-01-28T02:33:28.233Z | Compiling camino-tempfile v1.1.1 |
1664 | 2024-01-28T02:33:28.259Z | Compiling parse-display v0.8.2 |
1665 | 2024-01-28T02:33:28.558Z | Compiling zone_cfg_derive v0.3.0 |
1666 | 2024-01-28T02:33:28.718Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1667 | 2024-01-28T02:33:28.912Z | Compiling textwrap v0.11.0 |
1668 | 2024-01-28T02:33:29.431Z | Compiling rustfmt-wrapper v0.2.0 |
1669 | 2024-01-28T02:33:29.721Z | Compiling heck v0.3.3 |
1670 | 2024-01-28T02:33:30.415Z | Compiling num-derive v0.4.0 |
1671 | 2024-01-28T02:33:30.901Z | Compiling ansi_term v0.12.1 |
1672 | 2024-01-28T02:33:31.008Z | Compiling vec_map v0.8.2 |
1673 | 2024-01-28T02:33:31.463Z | Compiling strsim v0.8.0 |
1674 | 2024-01-28T02:33:31.731Z | Compiling libefi-sys v0.1.0 |
1675 | 2024-01-28T02:33:32.208Z | Compiling clap v2.34.0 |
1676 | 2024-01-28T02:33:32.473Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1677 | 2024-01-28T02:33:32.588Z | Compiling zone v0.3.0 |
1678 | 2024-01-28T02:33:33.245Z | Compiling structopt-derive v0.4.18 |
1679 | 2024-01-28T02:33:34.182Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1680 | 2024-01-28T02:33:34.385Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1681 | 2024-01-28T02:33:34.817Z | Compiling smf v0.2.2 |
1682 | 2024-01-28T02:33:35.208Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1683 | 2024-01-28T02:33:35.474Z | Compiling unicase v2.7.0 |
1684 | 2024-01-28T02:33:35.576Z | Compiling semver v0.1.20 |
1685 | 2024-01-28T02:33:35.898Z | Compiling curve25519-dalek v4.1.1 |
1686 | 2024-01-28T02:33:35.927Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1687 | 2024-01-28T02:33:36.674Z | Compiling rustc_version v0.1.7 |
1688 | 2024-01-28T02:33:36.762Z | Compiling universal-hash v0.5.1 |
1689 | 2024-01-28T02:33:36.839Z | Compiling opaque-debug v0.3.0 |
1690 | 2024-01-28T02:33:37.079Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1691 | 2024-01-28T02:33:37.082Z | Compiling curve25519-dalek-derive v0.1.0 |
1692 | 2024-01-28T02:33:37.127Z | Compiling num-rational v0.4.1 |
1693 | 2024-01-28T02:33:37.199Z | Compiling getrandom v0.1.16 |
1694 | 2024-01-28T02:33:37.486Z | Compiling newtype_derive v0.1.6 |
1695 | 2024-01-28T02:33:37.924Z | Compiling usdt-attr-macro v0.5.0 |
1696 | 2024-01-28T02:33:37.960Z | Compiling usdt-macro v0.5.0 |
1697 | 2024-01-28T02:33:38.088Z | Compiling password-hash v0.5.0 |
1698 | 2024-01-28T02:33:38.287Z | Compiling structopt v0.3.26 |
1699 | 2024-01-28T02:33:38.351Z | Compiling blake2 v0.10.6 |
1700 | 2024-01-28T02:33:39.325Z | Compiling signature v2.1.0 |
1701 | 2024-01-28T02:33:39.711Z | Compiling memmap v0.7.0 |
1702 | 2024-01-28T02:33:39.805Z | Compiling linked-hash-map v0.5.6 |
1703 | 2024-01-28T02:33:40.278Z | Compiling parking_lot_core v0.8.6 |
1704 | 2024-01-28T02:33:40.343Z | Compiling quick-error v1.2.3 |
1705 | 2024-01-28T02:33:40.389Z | Compiling lru-cache v0.1.2 |
1706 | 2024-01-28T02:33:40.551Z | Compiling usdt v0.5.0 |
1707 | 2024-01-28T02:33:40.575Z | Compiling resolv-conf v0.7.0 |
1708 | 2024-01-28T02:33:40.667Z | Compiling argon2 v0.5.3 |
1709 | 2024-01-28T02:33:41.632Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1710 | 2024-01-28T02:33:41.928Z | Compiling aead v0.5.2 |
1711 | 2024-01-28T02:33:41.952Z | Compiling num-complex v0.4.4 |
1712 | 2024-01-28T02:33:42.467Z | Compiling nibble_vec v0.1.0 |
1713 | 2024-01-28T02:33:42.896Z | Compiling slog-dtrace v0.3.0 |
1714 | 2024-01-28T02:33:43.343Z | Compiling arc-swap v1.6.0 |
1715 | 2024-01-28T02:33:43.809Z | Compiling utf-8 v0.7.6 |
1716 | 2024-01-28T02:33:44.287Z | Compiling endian-type v0.1.2 |
1717 | 2024-01-28T02:33:44.319Z | Compiling winapi v0.3.9 |
1718 | 2024-01-28T02:33:44.375Z | Compiling cancel-safe-futures v0.1.5 |
1719 | 2024-01-28T02:33:44.627Z | Compiling keccak v0.1.4 |
1720 | 2024-01-28T02:33:44.936Z | Compiling radix_trie v0.2.1 |
1721 | 2024-01-28T02:33:46.033Z | Compiling sha3 v0.10.8 |
1722 | 2024-01-28T02:33:46.061Z | Compiling tungstenite v0.20.1 |
1723 | 2024-01-28T02:33:46.065Z | Compiling slog-scope v4.4.0 |
1724 | 2024-01-28T02:33:46.243Z | Compiling num v0.4.1 |
1725 | 2024-01-28T02:33:46.505Z | Compiling mime_guess v2.0.4 |
1726 | 2024-01-28T02:33:46.957Z | Compiling rand_core v0.5.1 |
1727 | 2024-01-28T02:33:47.339Z | Compiling trust-dns-resolver v0.22.0 |
1728 | 2024-01-28T02:33:47.589Z | Compiling steno v0.4.0 |
1729 | 2024-01-28T02:33:48.689Z | Compiling poly1305 v0.8.0 |
1730 | 2024-01-28T02:33:49.106Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1731 | 2024-01-28T02:33:49.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1732 | 2024-01-28T02:33:50.918Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1733 | 2024-01-28T02:33:51.531Z | Compiling chacha20 v0.9.1 |
1734 | 2024-01-28T02:33:51.559Z | Compiling rfc6979 v0.4.0 |
1735 | 2024-01-28T02:33:51.834Z | Compiling secrecy v0.8.0 |
1736 | 2024-01-28T02:33:52.250Z | Compiling thiserror-impl-no-std v2.0.2 |
1737 | 2024-01-28T02:33:52.250Z | Compiling half v2.3.1 |
1738 | 2024-01-28T02:33:53.208Z | Compiling option-ext v0.2.0 |
1739 | 2024-01-28T02:33:53.394Z | Compiling convert_case v0.4.0 |
1740 | 2024-01-28T02:33:54.430Z | Compiling ciborium-io v0.2.2 |
1741 | 2024-01-28T02:33:54.616Z | Compiling ciborium-ll v0.2.2 |
1742 | 2024-01-28T02:33:54.897Z | Compiling derive_more v0.99.17 |
1743 | 2024-01-28T02:33:55.167Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1744 | 2024-01-28T02:33:55.280Z | Compiling dirs-sys v0.4.1 |
1745 | 2024-01-28T02:33:56.294Z | Compiling ecdsa v0.16.9 |
1746 | 2024-01-28T02:33:57.858Z | Compiling thiserror-no-std v2.0.2 |
1747 | 2024-01-28T02:33:57.885Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1748 | 2024-01-28T02:33:57.910Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1749 | 2024-01-28T02:33:58.029Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1750 | 2024-01-28T02:33:59.679Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1751 | 2024-01-28T02:34:00.311Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1752 | 2024-01-28T02:34:00.388Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1753 | 2024-01-28T02:34:00.896Z | Compiling parking_lot v0.11.2 |
1754 | 2024-01-28T02:34:01.067Z | Compiling tokio-tungstenite v0.20.1 |
1755 | 2024-01-28T02:34:01.663Z | Compiling rand_chacha v0.2.2 |
1756 | 2024-01-28T02:34:02.556Z | Compiling slog-stdlog v4.1.1 |
1757 | 2024-01-28T02:34:03.056Z | Compiling trust-dns-client v0.22.0 |
1758 | 2024-01-28T02:34:03.614Z | Compiling ed25519 v2.2.2 |
1759 | 2024-01-28T02:34:04.119Z | Compiling polyval v0.6.1 |
1760 | 2024-01-28T02:34:04.151Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1761 | 2024-01-28T02:34:04.354Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1762 | 2024-01-28T02:34:04.797Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1763 | 2024-01-28T02:34:08.136Z | Compiling primeorder v0.13.6 |
1764 | 2024-01-28T02:34:08.973Z | Compiling blowfish v0.9.1 |
1765 | 2024-01-28T02:34:09.435Z | Compiling ctr v0.9.2 |
1766 | 2024-01-28T02:34:09.731Z | Compiling aes v0.8.3 |
1767 | 2024-01-28T02:34:09.975Z | Compiling password-hash v0.4.2 |
1768 | 2024-01-28T02:34:11.554Z | Compiling libsw v3.3.1 |
1769 | 2024-01-28T02:34:12.037Z | Compiling pbkdf2 v0.12.2 |
1770 | 2024-01-28T02:34:12.287Z | Compiling derive-where v1.2.7 |
1771 | 2024-01-28T02:34:14.712Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1772 | 2024-01-28T02:34:18.066Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1773 | 2024-01-28T02:34:18.374Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1774 | 2024-01-28T02:34:23.827Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1775 | 2024-01-28T02:34:26.299Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1776 | 2024-01-28T02:34:27.596Z | Compiling fxhash v0.2.1 |
1777 | 2024-01-28T02:34:27.965Z | Compiling swrite v0.1.0 |
1778 | 2024-01-28T02:34:28.083Z | Compiling owo-colors v4.0.0 |
1779 | 2024-01-28T02:34:28.153Z | Compiling linear-map v1.2.0 |
1780 | 2024-01-28T02:34:28.725Z | Compiling sled v0.34.7 |
1781 | 2024-01-28T02:34:30.122Z | Compiling trust-dns-server v0.22.1 |
1782 | 2024-01-28T02:34:30.561Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1783 | 2024-01-28T02:34:31.090Z | Compiling bcrypt-pbkdf v0.10.0 |
1784 | 2024-01-28T02:34:31.748Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1785 | 2024-01-28T02:34:32.049Z | Compiling pbkdf2 v0.11.0 |
1786 | 2024-01-28T02:34:32.099Z | Compiling p256 v0.13.2 |
1787 | 2024-01-28T02:34:32.579Z | Compiling ghash v0.5.0 |
1788 | 2024-01-28T02:34:32.627Z | Compiling ed25519-dalek v2.0.0 |
1789 | 2024-01-28T02:34:33.008Z | Compiling russh-cryptovec v0.7.0 |
1790 | 2024-01-28T02:34:33.354Z | Compiling slog-envlogger v2.2.0 |
1791 | 2024-01-28T02:34:33.484Z | Compiling rand v0.7.3 |
1792 | 2024-01-28T02:34:34.477Z | Compiling vsss-rs v3.3.4 |
1793 | 2024-01-28T02:34:34.543Z | Compiling dirs v5.0.1 |
1794 | 2024-01-28T02:34:34.837Z | Compiling ciborium v0.2.2 |
1795 | 2024-01-28T02:34:35.347Z | Compiling chacha20poly1305 v0.10.1 |
1796 | 2024-01-28T02:34:35.667Z | Compiling cbc v0.1.2 |
1797 | 2024-01-28T02:34:36.032Z | Compiling pem v3.0.2 |
1798 | 2024-01-28T02:34:37.296Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1799 | 2024-01-28T02:34:37.368Z | Compiling headers-core v0.2.0 |
1800 | 2024-01-28T02:34:37.602Z | Compiling kstat-rs v0.2.3 |
1801 | 2024-01-28T02:34:37.897Z | Compiling glob v0.3.1 |
1802 | 2024-01-28T02:34:38.195Z | Compiling md5 v0.7.0 |
1803 | 2024-01-28T02:34:38.725Z | Compiling http-range v0.1.5 |
1804 | 2024-01-28T02:34:39.388Z | Compiling hyper-staticfile v0.9.5 |
1805 | 2024-01-28T02:34:39.420Z | Compiling russh-keys v0.40.1 |
1806 | 2024-01-28T02:34:39.562Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1807 | 2024-01-28T02:34:40.587Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1808 | 2024-01-28T02:34:40.950Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1809 | 2024-01-28T02:34:42.520Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1810 | 2024-01-28T02:34:44.614Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1811 | 2024-01-28T02:34:45.002Z | Compiling headers v0.3.9 |
1812 | 2024-01-28T02:34:46.120Z | Compiling rcgen v0.12.0 |
1813 | 2024-01-28T02:34:48.433Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1814 | 2024-01-28T02:34:48.669Z | Compiling aes-gcm v0.10.3 |
1815 | 2024-01-28T02:34:53.970Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1816 | 2024-01-28T02:34:54.643Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1817 | 2024-01-28T02:34:55.305Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1818 | 2024-01-28T02:34:59.607Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1819 | 2024-01-28T02:35:00.907Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1820 | 2024-01-28T02:35:02.305Z | Compiling atomicwrites v0.4.3 |
1821 | 2024-01-28T02:35:02.350Z | Compiling itertools v0.12.0 |
1822 | 2024-01-28T02:35:02.863Z | Compiling subprocess v0.2.9 |
1823 | 2024-01-28T02:35:06.268Z | Compiling hex-literal v0.4.1 |
1824 | 2024-01-28T02:35:06.311Z | Compiling display-error-chain v0.2.0 |
1825 | 2024-01-28T02:35:06.493Z | Compiling russh v0.40.2 |
1826 | 2024-01-28T02:35:06.551Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1827 | 2024-01-28T02:35:07.421Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1828 | 2024-01-28T02:35:18.832Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1829 | 2024-01-28T02:35:20.618Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1830 | 2024-01-28T02:35:51.805Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1831 | 2024-01-28T02:37:17.295Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 46s |
1832 | 2024-01-28T02:37:17.653Z | |
1833 | 2024-01-28T02:37:17.653Z | real 8:46.427433389 |
1834 | 2024-01-28T02:37:17.653Z | user 47:43.448077496 |
1835 | 2024-01-28T02:37:17.653Z | sys 7:12.054117621 |
1836 | 2024-01-28T02:37:17.653Z | trap 1.758125112 |
1837 | 2024-01-28T02:37:17.653Z | tflt 5.708754514 |
1838 | 2024-01-28T02:37:17.653Z | dflt 8.654458609 |
1839 | 2024-01-28T02:37:17.653Z | kflt 0.017515013 |
1840 | 2024-01-28T02:37:17.653Z | lock 1:31:43.007863058 |
1841 | 2024-01-28T02:37:17.653Z | slp 2:16:07.213759357 |
1842 | 2024-01-28T02:37:17.657Z | lat 2:08.883858658 |
1843 | 2024-01-28T02:37:17.657Z | stop 4:50.770513657 |
1844 | 2024-01-28T02:37:17.657Z | + mkdir -p /work/end-to-end-tests |
1845 | 2024-01-28T02:37:17.660Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1846 | 2024-01-28T02:37:18.728Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1847 | 2024-01-28T02:37:18.728Z | + ptime -m gzip |
1848 | 2024-01-28T02:37:18.731Z | ++ basename target/debug/bootstrap |
1849 | 2024-01-28T02:37:37.523Z | |
1850 | 2024-01-28T02:37:37.523Z | real 18.790447621 |
1851 | 2024-01-28T02:37:37.523Z | user 18.587002012 |
1852 | 2024-01-28T02:37:37.523Z | sys 0.190155780 |
1853 | 2024-01-28T02:37:37.523Z | trap 0.005998116 |
1854 | 2024-01-28T02:37:37.523Z | tflt 0.000000000 |
1855 | 2024-01-28T02:37:37.526Z | dflt 0.000000000 |
1856 | 2024-01-28T02:37:37.526Z | kflt 0.000000000 |
1857 | 2024-01-28T02:37:37.526Z | lock 0.000000000 |
1858 | 2024-01-28T02:37:37.526Z | slp 0.000000000 |
1859 | 2024-01-28T02:37:37.526Z | lat 0.006880570 |
1860 | 2024-01-28T02:37:37.526Z | stop 0.000298493 |
1861 | 2024-01-28T02:37:37.526Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1862 | 2024-01-28T02:37:37.530Z | + ptime -m gzip |
1863 | 2024-01-28T02:37:37.530Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3358a8ad2ce34473 |
1864 | 2024-01-28T02:37:39.386Z | |
1865 | 2024-01-28T02:37:39.386Z | real 1.855952171 |
1866 | 2024-01-28T02:37:39.386Z | user 1.837406948 |
1867 | 2024-01-28T02:37:39.386Z | sys 0.017828327 |
1868 | 2024-01-28T02:37:39.389Z | trap 0.000209210 |
1869 | 2024-01-28T02:37:39.389Z | tflt 0.000000000 |
1870 | 2024-01-28T02:37:39.390Z | dflt 0.000000000 |
1871 | 2024-01-28T02:37:39.390Z | kflt 0.000000000 |
1872 | 2024-01-28T02:37:39.390Z | lock 0.000000000 |
1873 | 2024-01-28T02:37:39.390Z | slp 0.000000000 |
1874 | 2024-01-28T02:37:39.390Z | lat 0.000167653 |
1875 | 2024-01-28T02:37:39.390Z | stop 0.000223697 |
1876 | 2024-01-28T02:37:39.390Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1877 | 2024-01-28T02:37:39.390Z | + ptime -m gzip |
1878 | 2024-01-28T02:37:39.390Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-71427024e0379c76 |
1879 | 2024-01-28T02:37:58.730Z | |
1880 | 2024-01-28T02:37:58.730Z | real 19.338360398 |
1881 | 2024-01-28T02:37:58.730Z | user 19.148158746 |
1882 | 2024-01-28T02:37:58.731Z | sys 0.184858589 |
1883 | 2024-01-28T02:37:58.731Z | trap 0.003723440 |
1884 | 2024-01-28T02:37:58.731Z | tflt 0.000000000 |
1885 | 2024-01-28T02:37:58.731Z | dflt 0.000000000 |
1886 | 2024-01-28T02:37:58.735Z | kflt 0.000000000 |
1887 | 2024-01-28T02:37:58.735Z | lock 0.000000000 |
1888 | 2024-01-28T02:37:58.735Z | slp 0.000000000 |
1889 | 2024-01-28T02:37:58.735Z | lat 0.001204898 |
1890 | 2024-01-28T02:37:58.736Z | stop 0.000283388 |
1891 | 2024-01-28T02:37:58.736Z | + banner caboose-util |
1892 | 2024-01-28T02:37:58.736Z | |
1893 | 2024-01-28T02:37:58.736Z | #### ## ##### #### #### #### ###### # # ##### |
1894 | 2024-01-28T02:37:58.736Z | # # # # # # # # # # # # # # # |
1895 | 2024-01-28T02:37:58.736Z | # # # ##### # # # # #### ##### ##### # # # |
1896 | 2024-01-28T02:37:58.736Z | # ###### # # # # # # # # # # # |
1897 | 2024-01-28T02:37:58.736Z | # # # # # # # # # # # # # # # # |
1898 | 2024-01-28T02:37:58.736Z | #### # # ##### #### #### #### ###### #### # |
1899 | 2024-01-28T02:37:58.736Z | |
1900 | 2024-01-28T02:37:58.736Z | + ptime -m cargo build --locked -p caboose-util --release |
1901 | 2024-01-28T02:37:59.429Z | Downloading crates ... |
1902 | 2024-01-28T02:37:59.789Z | Downloaded bitfield v0.14.0 |
1903 | 2024-01-28T02:37:59.792Z | Downloaded serde-hex v0.1.0 |
1904 | 2024-01-28T02:37:59.800Z | Downloaded crc-any v2.4.3 |
1905 | 2024-01-28T02:37:59.805Z | Downloaded path-slash v0.1.5 |
1906 | 2024-01-28T02:37:59.810Z | Downloaded nodrop v0.1.14 |
1907 | 2024-01-28T02:37:59.821Z | Downloaded crc v3.0.1 |
1908 | 2024-01-28T02:37:59.824Z | Downloaded termcolor v1.2.0 |
1909 | 2024-01-28T02:37:59.827Z | Downloaded crc-catalog v2.2.0 |
1910 | 2024-01-28T02:37:59.829Z | Downloaded smallvec v0.6.14 |
1911 | 2024-01-28T02:37:59.832Z | Downloaded wyz v0.5.1 |
1912 | 2024-01-28T02:37:59.832Z | Downloaded env_logger v0.10.0 |
1913 | 2024-01-28T02:37:59.837Z | Downloaded tap v1.0.1 |
1914 | 2024-01-28T02:37:59.839Z | Downloaded packed_struct v0.10.1 |
1915 | 2024-01-28T02:37:59.842Z | Downloaded array-init v0.0.4 |
1916 | 2024-01-28T02:37:59.845Z | Downloaded funty v2.0.0 |
1917 | 2024-01-28T02:37:59.845Z | Downloaded radium v0.7.0 |
1918 | 2024-01-28T02:37:59.848Z | Downloaded maybe-uninit v2.0.0 |
1919 | 2024-01-28T02:37:59.848Z | Downloaded packed_struct_codegen v0.10.1 |
1920 | 2024-01-28T02:37:59.851Z | Downloaded rsa v0.9.2 |
1921 | 2024-01-28T02:37:59.859Z | Downloaded pkcs1 v0.7.5 |
1922 | 2024-01-28T02:37:59.863Z | Downloaded ron v0.8.1 |
1923 | 2024-01-28T02:37:59.873Z | Downloaded num-bigint-dig v0.8.4 |
1924 | 2024-01-28T02:37:59.881Z | Downloaded x509-cert v0.2.4 |
1925 | 2024-01-28T02:37:59.894Z | Downloaded bitvec v1.0.1 |
1926 | 2024-01-28T02:37:59.918Z | Downloaded object v0.30.4 |
1927 | 2024-01-28T02:38:00.102Z | Compiling proc-macro2 v1.0.78 |
1928 | 2024-01-28T02:38:00.105Z | Compiling unicode-ident v1.0.12 |
1929 | 2024-01-28T02:38:00.105Z | Compiling libc v0.2.152 |
1930 | 2024-01-28T02:38:00.105Z | Compiling serde v1.0.195 |
1931 | 2024-01-28T02:38:00.105Z | Compiling autocfg v1.1.0 |
1932 | 2024-01-28T02:38:00.105Z | Compiling version_check v0.9.4 |
1933 | 2024-01-28T02:38:00.105Z | Compiling cfg-if v1.0.0 |
1934 | 2024-01-28T02:38:00.262Z | Compiling once_cell v1.19.0 |
1935 | 2024-01-28T02:38:00.265Z | Compiling typenum v1.16.0 |
1936 | 2024-01-28T02:38:00.354Z | Compiling parking_lot_core v0.9.8 |
1937 | 2024-01-28T02:38:00.860Z | Compiling memchr v2.6.3 |
1938 | 2024-01-28T02:38:00.916Z | Compiling syn v1.0.109 |
1939 | 2024-01-28T02:38:00.936Z | Compiling byteorder v1.5.0 |
1940 | 2024-01-28T02:38:01.240Z | Compiling lock_api v0.4.10 |
1941 | 2024-01-28T02:38:01.644Z | Compiling generic-array v0.14.7 |
1942 | 2024-01-28T02:38:01.746Z | Compiling libm v0.2.7 |
1943 | 2024-01-28T02:38:01.746Z | Compiling num-traits v0.2.16 |
1944 | 2024-01-28T02:38:02.045Z | Compiling ahash v0.8.6 |
1945 | 2024-01-28T02:38:02.153Z | Compiling pkg-config v0.3.27 |
1946 | 2024-01-28T02:38:02.184Z | Compiling quote v1.0.35 |
1947 | 2024-01-28T02:38:02.436Z | Compiling thiserror v1.0.56 |
1948 | 2024-01-28T02:38:03.079Z | Compiling syn v2.0.48 |
1949 | 2024-01-28T02:38:03.135Z | Compiling cc v1.0.83 |
1950 | 2024-01-28T02:38:03.302Z | Compiling getrandom v0.2.10 |
1951 | 2024-01-28T02:38:03.844Z | Compiling serde_json v1.0.111 |
1952 | 2024-01-28T02:38:03.924Z | Compiling scopeguard v1.2.0 |
1953 | 2024-01-28T02:38:04.568Z | Compiling slab v0.4.9 |
1954 | 2024-01-28T02:38:04.655Z | Compiling log v0.4.20 |
1955 | 2024-01-28T02:38:05.053Z | Compiling itoa v1.0.9 |
1956 | 2024-01-28T02:38:05.283Z | Compiling rand_core v0.6.4 |
1957 | 2024-01-28T02:38:05.592Z | Compiling smallvec v1.11.2 |
1958 | 2024-01-28T02:38:06.407Z | Compiling vcpkg v0.2.15 |
1959 | 2024-01-28T02:38:07.248Z | Compiling const-oid v0.9.5 |
1960 | 2024-01-28T02:38:07.996Z | Compiling parking_lot v0.12.1 |
1961 | 2024-01-28T02:38:08.170Z | Compiling pin-project-lite v0.2.13 |
1962 | 2024-01-28T02:38:08.526Z | Compiling ring v0.17.7 |
1963 | 2024-01-28T02:38:09.170Z | Compiling openssl-sys v0.9.96 |
1964 | 2024-01-28T02:38:09.314Z | Compiling ucd-trie v0.1.6 |
1965 | 2024-01-28T02:38:09.351Z | Compiling ryu v1.0.15 |
1966 | 2024-01-28T02:38:10.084Z | Compiling signal-hook-registry v1.4.1 |
1967 | 2024-01-28T02:38:10.497Z | Compiling subtle v2.5.0 |
1968 | 2024-01-28T02:38:11.016Z | Compiling io-lifetimes v1.0.11 |
1969 | 2024-01-28T02:38:11.119Z | Compiling ring v0.16.20 |
1970 | 2024-01-28T02:38:11.171Z | Compiling mio v0.8.9 |
1971 | 2024-01-28T02:38:11.924Z | Compiling num-integer v0.1.45 |
1972 | 2024-01-28T02:38:12.340Z | Compiling semver v1.0.21 |
1973 | 2024-01-28T02:38:12.640Z | Compiling futures-core v0.3.30 |
1974 | 2024-01-28T02:38:14.075Z | Compiling rustix v0.37.23 |
1975 | 2024-01-28T02:38:14.764Z | Compiling spin v0.5.2 |
1976 | 2024-01-28T02:38:15.114Z | Compiling num_cpus v1.16.0 |
1977 | 2024-01-28T02:38:15.271Z | Compiling socket2 v0.5.5 |
1978 | 2024-01-28T02:38:15.424Z | Compiling openssl v0.10.60 |
1979 | 2024-01-28T02:38:15.924Z | Compiling allocator-api2 v0.2.16 |
1980 | 2024-01-28T02:38:16.002Z | Compiling heck v0.4.1 |
1981 | 2024-01-28T02:38:16.616Z | Compiling futures-sink v0.3.30 |
1982 | 2024-01-28T02:38:16.675Z | Compiling unicode-xid v0.2.4 |
1983 | 2024-01-28T02:38:16.797Z | Compiling httparse v1.8.0 |
1984 | 2024-01-28T02:38:16.894Z | Compiling synstructure v0.12.6 |
1985 | 2024-01-28T02:38:17.136Z | Compiling equivalent v1.0.1 |
1986 | 2024-01-28T02:38:17.674Z | Compiling tinyvec_macros v0.1.1 |
1987 | 2024-01-28T02:38:17.785Z | Compiling tinyvec v1.6.0 |
1988 | 2024-01-28T02:38:18.222Z | Compiling futures-channel v0.3.30 |
1989 | 2024-01-28T02:38:18.618Z | Compiling crc32fast v1.3.2 |
1990 | 2024-01-28T02:38:18.757Z | Compiling native-tls v0.2.11 |
1991 | 2024-01-28T02:38:18.844Z | Compiling futures-task v0.3.30 |
1992 | 2024-01-28T02:38:19.208Z | Compiling pin-utils v0.1.0 |
1993 | 2024-01-28T02:38:19.262Z | Compiling ppv-lite86 v0.2.17 |
1994 | 2024-01-28T02:38:19.292Z | Compiling futures-io v0.3.30 |
1995 | 2024-01-28T02:38:19.369Z | Compiling rustls v0.21.9 |
1996 | 2024-01-28T02:38:19.534Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1997 | 2024-01-28T02:38:19.765Z | Compiling spin v0.9.8 |
1998 | 2024-01-28T02:38:19.827Z | Compiling tracing-core v0.1.31 |
1999 | 2024-01-28T02:38:20.183Z | Compiling base64ct v1.6.0 |
2000 | 2024-01-28T02:38:20.304Z | Compiling unicode-normalization v0.1.22 |
2001 | 2024-01-28T02:38:20.493Z | Compiling rand_chacha v0.3.1 |
2002 | 2024-01-28T02:38:20.545Z | Compiling unicode-bidi v0.3.13 |
2003 | 2024-01-28T02:38:21.367Z | Compiling rand v0.8.5 |
2004 | 2024-01-28T02:38:21.430Z | Compiling pem-rfc7468 v0.7.0 |
2005 | 2024-01-28T02:38:22.773Z | Compiling errno v0.3.8 |
2006 | 2024-01-28T02:38:23.157Z | Compiling num-iter v0.1.43 |
2007 | 2024-01-28T02:38:23.188Z | Compiling usdt-impl v0.3.5 |
2008 | 2024-01-28T02:38:23.435Z | Compiling rustix v0.38.30 |
2009 | 2024-01-28T02:38:23.638Z | Compiling flagset v0.4.3 |
2010 | 2024-01-28T02:38:24.315Z | Compiling signal-hook v0.3.17 |
2011 | 2024-01-28T02:38:24.344Z | Compiling schemars v0.8.16 |
2012 | 2024-01-28T02:38:24.456Z | Compiling serde_derive_internals v0.26.0 |
2013 | 2024-01-28T02:38:24.597Z | Compiling serde_derive v1.0.195 |
2014 | 2024-01-28T02:38:24.673Z | Compiling zeroize_derive v1.4.2 |
2015 | 2024-01-28T02:38:24.693Z | Compiling zerocopy-derive v0.7.32 |
2016 | 2024-01-28T02:38:24.715Z | Compiling thiserror-impl v1.0.56 |
2017 | 2024-01-28T02:38:24.808Z | Compiling tokio-macros v2.2.0 |
2018 | 2024-01-28T02:38:24.910Z | Compiling futures-macro v0.3.30 |
2019 | 2024-01-28T02:38:25.251Z | Compiling tracing-attributes v0.1.26 |
2020 | 2024-01-28T02:38:26.948Z | Compiling zeroize v1.7.0 |
2021 | 2024-01-28T02:38:27.944Z | Compiling zerocopy v0.7.32 |
2022 | 2024-01-28T02:38:28.219Z | Compiling der_derive v0.7.2 |
2023 | 2024-01-28T02:38:29.378Z | Compiling pest v2.7.6 |
2024 | 2024-01-28T02:38:29.837Z | Compiling crypto-common v0.1.6 |
2025 | 2024-01-28T02:38:29.896Z | Compiling block-buffer v0.10.4 |
2026 | 2024-01-28T02:38:30.262Z | Compiling digest v0.10.7 |
2027 | 2024-01-28T02:38:30.461Z | Compiling zerocopy-derive v0.2.0 |
2028 | 2024-01-28T02:38:30.786Z | Compiling openssl-macros v0.1.1 |
2029 | 2024-01-28T02:38:31.404Z | Compiling hashbrown v0.14.2 |
2030 | 2024-01-28T02:38:31.665Z | Compiling futures-util v0.3.30 |
2031 | 2024-01-28T02:38:31.901Z | Compiling tracing v0.1.37 |
2032 | 2024-01-28T02:38:32.521Z | Compiling scroll_derive v0.12.0 |
2033 | 2024-01-28T02:38:32.614Z | Compiling zerocopy-derive v0.6.4 |
2034 | 2024-01-28T02:38:33.219Z | Compiling der v0.7.8 |
2035 | 2024-01-28T02:38:33.465Z | Compiling pest_meta v2.7.6 |
2036 | 2024-01-28T02:38:35.509Z | Compiling pest_generator v2.7.6 |
2037 | 2024-01-28T02:38:40.289Z | Compiling pest_derive v2.7.6 |
2038 | 2024-01-28T02:38:40.302Z | Compiling fnv v1.0.7 |
2039 | 2024-01-28T02:38:41.382Z | Compiling bitflags v1.3.2 |
2040 | 2024-01-28T02:38:41.538Z | Compiling spki v0.7.2 |
2041 | 2024-01-28T02:38:42.873Z | Compiling zerocopy v0.3.0 |
2042 | 2024-01-28T02:38:42.876Z | Compiling schemars_derive v0.8.16 |
2043 | 2024-01-28T02:38:44.112Z | Compiling lazy_static v1.4.0 |
2044 | 2024-01-28T02:38:45.257Z | Compiling backtrace v0.3.69 |
2045 | 2024-01-28T02:38:45.892Z | Compiling thread-id v4.2.0 |
2046 | 2024-01-28T02:38:46.039Z | Compiling num-bigint v0.4.4 |
2047 | 2024-01-28T02:38:46.231Z | Compiling memoffset v0.9.0 |
2048 | 2024-01-28T02:38:46.659Z | Compiling untrusted v0.9.0 |
2049 | 2024-01-28T02:38:46.662Z | Compiling async-trait v0.1.77 |
2050 | 2024-01-28T02:38:46.817Z | Compiling base64 v0.21.7 |
2051 | 2024-01-28T02:38:46.898Z | Compiling foreign-types-shared v0.1.1 |
2052 | 2024-01-28T02:38:47.030Z | Compiling bytes v1.5.0 |
2053 | 2024-01-28T02:38:47.507Z | Compiling indexmap v2.1.0 |
2054 | 2024-01-28T02:38:47.815Z | Compiling bitflags v2.4.0 |
2055 | 2024-01-28T02:38:48.717Z | Compiling tokio v1.35.1 |
2056 | 2024-01-28T02:38:48.881Z | Compiling rustc_version v0.4.0 |
2057 | 2024-01-28T02:38:49.587Z | Compiling http v0.2.11 |
2058 | 2024-01-28T02:38:51.437Z | Compiling heapless v0.7.16 |
2059 | 2024-01-28T02:38:51.734Z | Compiling uuid v1.7.0 |
2060 | 2024-01-28T02:38:51.900Z | Compiling percent-encoding v2.3.1 |
2061 | 2024-01-28T02:38:52.019Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2062 | 2024-01-28T02:38:52.383Z | Compiling smoltcp v0.9.1 |
2063 | 2024-01-28T02:38:52.850Z | Compiling iana-time-zone v0.1.57 |
2064 | 2024-01-28T02:38:53.173Z | Compiling crossbeam-utils v0.8.16 |
2065 | 2024-01-28T02:38:53.288Z | Compiling untrusted v0.7.1 |
2066 | 2024-01-28T02:38:53.350Z | Compiling chrono v0.4.31 |
2067 | 2024-01-28T02:38:53.897Z | Compiling foreign-types v0.3.2 |
2068 | 2024-01-28T02:38:57.215Z | Compiling dof v0.1.5 |
2069 | 2024-01-28T02:38:58.531Z | Compiling dtrace-parser v0.1.14 |
2070 | 2024-01-28T02:38:58.976Z | Compiling hmac v0.12.1 |
2071 | 2024-01-28T02:38:59.066Z | Compiling clap_derive v4.4.2 |
2072 | 2024-01-28T02:39:01.142Z | Compiling tokio-util v0.7.10 |
2073 | 2024-01-28T02:39:01.649Z | Compiling cpufeatures v0.2.12 |
2074 | 2024-01-28T02:39:01.663Z | Compiling time-core v0.1.1 |
2075 | 2024-01-28T02:39:01.776Z | Compiling adler v1.0.2 |
2076 | 2024-01-28T02:39:01.802Z | Compiling try-lock v0.2.4 |
2077 | 2024-01-28T02:39:01.895Z | Compiling siphasher v0.3.11 |
2078 | 2024-01-28T02:39:01.935Z | Compiling utf8parse v0.2.1 |
2079 | 2024-01-28T02:39:01.989Z | Compiling anstyle v1.0.2 |
2080 | 2024-01-28T02:39:02.071Z | Compiling rustversion v1.0.14 |
2081 | 2024-01-28T02:39:02.194Z | Compiling anstyle-parse v0.2.1 |
2082 | 2024-01-28T02:39:02.791Z | Compiling miniz_oxide v0.7.1 |
2083 | 2024-01-28T02:39:02.884Z | Compiling want v0.3.1 |
2084 | 2024-01-28T02:39:03.029Z | Compiling h2 v0.3.24 |
2085 | 2024-01-28T02:39:03.254Z | Compiling time-macros v0.2.13 |
2086 | 2024-01-28T02:39:03.445Z | Compiling sha2 v0.10.8 |
2087 | 2024-01-28T02:39:11.818Z | Compiling rustls-webpki v0.101.7 |
2088 | 2024-01-28T02:39:12.694Z | Compiling sct v0.7.0 |
2089 | 2024-01-28T02:39:13.359Z | Compiling form_urlencoded v1.2.1 |
2090 | 2024-01-28T02:39:13.806Z | Compiling http-body v0.4.5 |
2091 | 2024-01-28T02:39:14.408Z | Compiling serde_tokenstream v0.1.7 |
2092 | 2024-01-28T02:39:14.613Z | Compiling pkcs8 v0.10.2 |
2093 | 2024-01-28T02:39:15.208Z | Compiling hubpack_derive v0.1.1 |
2094 | 2024-01-28T02:39:16.566Z | Compiling socket2 v0.4.9 |
2095 | 2024-01-28T02:39:16.592Z | Compiling crossbeam-epoch v0.9.15 |
2096 | 2024-01-28T02:39:16.802Z | Compiling usdt-impl v0.5.0 |
2097 | 2024-01-28T02:39:17.204Z | Compiling camino v1.1.6 |
2098 | 2024-01-28T02:39:17.594Z | Compiling radium v0.7.0 |
2099 | 2024-01-28T02:39:18.193Z | Compiling slog v2.7.0 |
2100 | 2024-01-28T02:39:18.206Z | Compiling tower-service v0.3.2 |
2101 | 2024-01-28T02:39:18.631Z | Compiling anstyle-query v1.0.0 |
2102 | 2024-01-28T02:39:18.826Z | Compiling anyhow v1.0.75 |
2103 | 2024-01-28T02:39:18.847Z | Compiling openssl-probe v0.1.5 |
2104 | 2024-01-28T02:39:19.185Z | Compiling colorchoice v1.0.0 |
2105 | 2024-01-28T02:39:19.539Z | Compiling httpdate v1.0.3 |
2106 | 2024-01-28T02:39:19.715Z | Compiling anstream v0.5.0 |
2107 | 2024-01-28T02:39:20.011Z | Compiling hyper v0.14.27 |
2108 | 2024-01-28T02:39:26.123Z | Compiling terminal_size v0.2.6 |
2109 | 2024-01-28T02:39:29.359Z | Compiling serde_spanned v0.6.4 |
2110 | 2024-01-28T02:39:29.685Z | Compiling toml_datetime v0.6.5 |
2111 | 2024-01-28T02:39:30.927Z | Compiling zerocopy v0.6.4 |
2112 | 2024-01-28T02:39:32.460Z | Compiling scroll v0.12.0 |
2113 | 2024-01-28T02:39:32.765Z | Compiling md-5 v0.10.5 |
2114 | 2024-01-28T02:39:33.525Z | Compiling stringprep v0.1.3 |
2115 | 2024-01-28T02:39:33.644Z | Compiling idna v0.5.0 |
2116 | 2024-01-28T02:39:35.051Z | Compiling diesel_table_macro_syntax v0.1.0 |
2117 | 2024-01-28T02:39:35.364Z | Compiling aho-corasick v1.0.4 |
2118 | 2024-01-28T02:39:35.416Z | Compiling hash32 v0.2.1 |
2119 | 2024-01-28T02:39:35.857Z | Compiling clap_lex v0.5.1 |
2120 | 2024-01-28T02:39:36.024Z | Compiling plain v0.2.3 |
2121 | 2024-01-28T02:39:36.047Z | Compiling regex-syntax v0.8.2 |
2122 | 2024-01-28T02:39:36.246Z | Compiling stable_deref_trait v1.2.0 |
2123 | 2024-01-28T02:39:36.267Z | Compiling tap v1.0.1 |
2124 | 2024-01-28T02:39:36.373Z | Compiling strsim v0.10.0 |
2125 | 2024-01-28T02:39:36.691Z | Compiling winnow v0.5.15 |
2126 | 2024-01-28T02:39:36.990Z | Compiling dyn-clone v1.0.13 |
2127 | 2024-01-28T02:39:37.687Z | Compiling gimli v0.28.0 |
2128 | 2024-01-28T02:39:38.003Z | Compiling maybe-uninit v2.0.0 |
2129 | 2024-01-28T02:39:38.177Z | Compiling fallible-iterator v0.2.0 |
2130 | 2024-01-28T02:39:39.331Z | Compiling postgres-protocol v0.6.6 |
2131 | 2024-01-28T02:39:39.476Z | Compiling clap_builder v4.4.2 |
2132 | 2024-01-28T02:39:39.700Z | Compiling wyz v0.5.1 |
2133 | 2024-01-28T02:39:41.281Z | Compiling goblin v0.8.0 |
2134 | 2024-01-28T02:39:41.945Z | Compiling regex-automata v0.4.4 |
2135 | 2024-01-28T02:39:42.329Z | Compiling diesel_derives v2.1.2 |
2136 | 2024-01-28T02:39:42.769Z | Compiling url v2.5.0 |
2137 | 2024-01-28T02:39:45.521Z | Compiling addr2line v0.21.0 |
2138 | 2024-01-28T02:39:46.508Z | Compiling tokio-rustls v0.24.1 |
2139 | 2024-01-28T02:39:47.099Z | Compiling strum_macros v0.25.2 |
2140 | 2024-01-28T02:39:53.918Z | Compiling tokio-native-tls v0.3.1 |
2141 | 2024-01-28T02:39:54.303Z | Compiling usdt-macro v0.3.5 |
2142 | 2024-01-28T02:39:55.062Z | Compiling usdt-attr-macro v0.3.5 |
2143 | 2024-01-28T02:39:56.136Z | Compiling phf_shared v0.11.2 |
2144 | 2024-01-28T02:39:57.199Z | Compiling block-padding v0.3.3 |
2145 | 2024-01-28T02:39:57.478Z | Compiling enum-as-inner v0.5.1 |
2146 | 2024-01-28T02:39:57.521Z | Compiling serde_repr v0.1.16 |
2147 | 2024-01-28T02:39:57.893Z | Compiling ff v0.13.0 |
2148 | 2024-01-28T02:39:58.230Z | Compiling scheduled-thread-pool v0.2.7 |
2149 | 2024-01-28T02:39:58.953Z | Compiling object v0.32.1 |
2150 | 2024-01-28T02:39:59.811Z | Compiling num_threads v0.1.6 |
2151 | 2024-01-28T02:40:01.820Z | Compiling deranged v0.3.8 |
2152 | 2024-01-28T02:40:02.022Z | Compiling bit-vec v0.6.3 |
2153 | 2024-01-28T02:40:02.682Z | Compiling pretty-hex v0.4.1 |
2154 | 2024-01-28T02:40:03.147Z | Compiling num-bigint-dig v0.8.4 |
2155 | 2024-01-28T02:40:03.553Z | Compiling regex-automata v0.1.10 |
2156 | 2024-01-28T02:40:04.807Z | Compiling base16ct v0.2.0 |
2157 | 2024-01-28T02:40:05.224Z | Compiling rustc-demangle v0.1.23 |
2158 | 2024-01-28T02:40:05.854Z | Compiling matches v0.1.10 |
2159 | 2024-01-28T02:40:06.221Z | Compiling funty v2.0.0 |
2160 | 2024-01-28T02:40:06.685Z | Compiling managed v0.8.0 |
2161 | 2024-01-28T02:40:06.950Z | Compiling ipnet v2.9.0 |
2162 | 2024-01-28T02:40:07.393Z | Compiling packed_struct v0.10.1 |
2163 | 2024-01-28T02:40:08.686Z | Compiling bitvec v1.0.1 |
2164 | 2024-01-28T02:40:14.546Z | Compiling idna v0.2.3 |
2165 | 2024-01-28T02:40:14.683Z | Compiling sec1 v0.7.3 |
2166 | 2024-01-28T02:40:14.849Z | Compiling time v0.3.27 |
2167 | 2024-01-28T02:40:15.504Z | Compiling bstr v0.2.17 |
2168 | 2024-01-28T02:40:16.012Z | Compiling dof v0.3.0 |
2169 | 2024-01-28T02:40:17.686Z | Compiling r2d2 v0.8.10 |
2170 | 2024-01-28T02:40:18.260Z | Compiling group v0.13.0 |
2171 | 2024-01-28T02:40:18.702Z | Compiling inout v0.1.3 |
2172 | 2024-01-28T02:40:19.091Z | Compiling phf v0.11.2 |
2173 | 2024-01-28T02:40:21.136Z | Compiling hyper-tls v0.5.0 |
2174 | 2024-01-28T02:40:21.637Z | Compiling regex v1.10.3 |
2175 | 2024-01-28T02:40:22.702Z | Compiling signal-hook-mio v0.2.3 |
2176 | 2024-01-28T02:40:22.913Z | Compiling hyper-rustls v0.24.2 |
2177 | 2024-01-28T02:40:23.312Z | Compiling flate2 v1.0.28 |
2178 | 2024-01-28T02:40:23.431Z | Compiling clap v4.4.3 |
2179 | 2024-01-28T02:40:23.589Z | Compiling bzip2 v0.4.4 |
2180 | 2024-01-28T02:40:23.701Z | Compiling toml_edit v0.19.15 |
2181 | 2024-01-28T02:40:24.143Z | Compiling ipnetwork v0.20.0 |
2182 | 2024-01-28T02:40:24.328Z | Compiling postgres-types v0.2.6 |
2183 | 2024-01-28T02:40:25.493Z | Compiling hubpack v0.1.2 |
2184 | 2024-01-28T02:40:25.508Z | Compiling serde_urlencoded v0.7.1 |
2185 | 2024-01-28T02:40:25.529Z | Compiling phf_shared v0.10.0 |
2186 | 2024-01-28T02:40:26.089Z | Compiling rustls-pemfile v1.0.3 |
2187 | 2024-01-28T02:40:26.145Z | Compiling hkdf v0.12.4 |
2188 | 2024-01-28T02:40:26.399Z | Compiling dtrace-parser v0.2.0 |
2189 | 2024-01-28T02:40:26.592Z | Compiling futures-executor v0.3.30 |
2190 | 2024-01-28T02:40:30.143Z | Compiling crypto-bigint v0.5.2 |
2191 | 2024-01-28T02:40:30.493Z | Compiling packed_struct_codegen v0.10.1 |
2192 | 2024-01-28T02:40:32.449Z | Compiling float-cmp v0.9.0 |
2193 | 2024-01-28T02:40:33.603Z | Compiling indexmap v1.9.3 |
2194 | 2024-01-28T02:40:33.735Z | Compiling encoding_rs v0.8.33 |
2195 | 2024-01-28T02:40:34.019Z | Compiling precomputed-hash v0.1.1 |
2196 | 2024-01-28T02:40:34.032Z | Compiling unicode-width v0.1.11 |
2197 | 2024-01-28T02:40:34.174Z | Compiling difflib v0.4.0 |
2198 | 2024-01-28T02:40:34.250Z | Compiling new_debug_unreachable v1.0.4 |
2199 | 2024-01-28T02:40:34.376Z | Compiling whoami v1.4.1 |
2200 | 2024-01-28T02:40:34.712Z | Compiling data-encoding v2.4.0 |
2201 | 2024-01-28T02:40:35.173Z | Compiling static_assertions v1.1.0 |
2202 | 2024-01-28T02:40:35.304Z | Compiling fixedbitset v0.4.2 |
2203 | 2024-01-28T02:40:36.283Z | Compiling either v1.9.0 |
2204 | 2024-01-28T02:40:36.664Z | Compiling nodrop v0.1.14 |
2205 | 2024-01-28T02:40:36.697Z | Compiling webpki-roots v0.25.2 |
2206 | 2024-01-28T02:40:36.918Z | Compiling minimal-lexical v0.2.1 |
2207 | 2024-01-28T02:40:37.616Z | Compiling predicates-core v1.0.6 |
2208 | 2024-01-28T02:40:37.836Z | Compiling regex-automata v0.3.8 |
2209 | 2024-01-28T02:40:38.359Z | Compiling crc-catalog v2.2.0 |
2210 | 2024-01-28T02:40:38.554Z | Compiling unicode-segmentation v1.10.1 |
2211 | 2024-01-28T02:40:39.833Z | Compiling normalize-line-endings v0.3.0 |
2212 | 2024-01-28T02:40:39.915Z | Compiling mime v0.3.17 |
2213 | 2024-01-28T02:40:39.991Z | Compiling predicates v3.1.0 |
2214 | 2024-01-28T02:40:40.754Z | Compiling bstr v1.6.0 |
2215 | 2024-01-28T02:40:41.392Z | Compiling reqwest v0.11.22 |
2216 | 2024-01-28T02:40:41.546Z | Compiling similar v2.3.0 |
2217 | 2024-01-28T02:40:42.377Z | Compiling crc v3.0.1 |
2218 | 2024-01-28T02:40:47.067Z | Compiling nom v7.1.3 |
2219 | 2024-01-28T02:40:47.796Z | Compiling array-init v0.0.4 |
2220 | 2024-01-28T02:40:49.981Z | Compiling itertools v0.10.5 |
2221 | 2024-01-28T02:40:53.984Z | Compiling petgraph v0.6.4 |
2222 | 2024-01-28T02:40:54.621Z | Compiling trust-dns-proto v0.22.0 |
2223 | 2024-01-28T02:41:00.693Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2224 | 2024-01-28T02:41:01.578Z | Compiling tokio-postgres v0.7.10 |
2225 | 2024-01-28T02:41:06.166Z | Compiling string_cache v0.8.7 |
2226 | 2024-01-28T02:41:06.801Z | Compiling console v0.15.8 |
2227 | 2024-01-28T02:41:07.105Z | Compiling elliptic-curve v0.13.8 |
2228 | 2024-01-28T02:41:10.112Z | Compiling toml v0.7.8 |
2229 | 2024-01-28T02:41:12.660Z | Compiling futures v0.3.30 |
2230 | 2024-01-28T02:41:14.330Z | Compiling smallvec v0.6.14 |
2231 | 2024-01-28T02:41:14.696Z | Compiling diesel v2.1.4 |
2232 | 2024-01-28T02:41:14.794Z | Compiling zip v0.6.6 |
2233 | 2024-01-28T02:41:15.024Z | Compiling yasna v0.5.2 |
2234 | 2024-01-28T02:41:15.710Z | Compiling crossterm v0.27.0 |
2235 | 2024-01-28T02:41:16.771Z | Compiling cipher v0.4.4 |
2236 | 2024-01-28T02:41:21.127Z | Compiling bit-set v0.5.3 |
2237 | 2024-01-28T02:41:21.634Z | Compiling usdt v0.3.5 |
2238 | 2024-01-28T02:41:21.916Z | Compiling is-terminal v0.4.9 |
2239 | 2024-01-28T02:41:22.092Z | Compiling toml_edit v0.21.0 |
2240 | 2024-01-28T02:41:33.579Z | Compiling pkcs1 v0.7.5 |
2241 | 2024-01-28T02:41:33.582Z | Compiling tokio-stream v0.1.14 |
2242 | 2024-01-28T02:41:35.131Z | Compiling openapiv3 v2.0.0 |
2243 | 2024-01-28T02:41:37.702Z | Compiling hex v0.4.3 |
2244 | 2024-01-28T02:41:39.940Z | Compiling hashbrown v0.13.2 |
2245 | 2024-01-28T02:41:40.619Z | Compiling signature v2.1.0 |
2246 | 2024-01-28T02:41:42.933Z | Compiling bitfield v0.14.0 |
2247 | 2024-01-28T02:41:43.907Z | Compiling hashbrown v0.12.3 |
2248 | 2024-01-28T02:41:44.022Z | Compiling termcolor v1.2.0 |
2249 | 2024-01-28T02:41:46.269Z | Compiling lalrpop-util v0.19.12 |
2250 | 2024-01-28T02:41:57.232Z | Compiling env_logger v0.10.0 |
2251 | 2024-01-28T02:41:59.746Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2252 | 2024-01-28T02:42:03.831Z | Compiling rsa v0.9.2 |
2253 | 2024-01-28T02:42:19.315Z | Compiling serde-hex v0.1.0 |
2254 | 2024-01-28T02:42:21.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2255 | 2024-01-28T02:42:22.293Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2256 | 2024-01-28T02:42:27.249Z | Compiling ron v0.8.1 |
2257 | 2024-01-28T02:42:28.442Z | Compiling x509-cert v0.2.4 |
2258 | 2024-01-28T02:42:34.155Z | Compiling crc-any v2.4.3 |
2259 | 2024-01-28T02:43:01.995Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2260 | 2024-01-28T02:43:15.189Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2261 | 2024-01-28T02:43:23.210Z | Compiling object v0.30.4 |
2262 | 2024-01-28T02:43:33.120Z | Compiling path-slash v0.1.5 |
2263 | 2024-01-28T02:43:36.601Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2264 | 2024-01-28T02:44:17.264Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2265 | 2024-01-28T02:44:18.405Z | Finished release [optimized] target(s) in 6m 19s |
2266 | 2024-01-28T02:44:18.495Z | |
2267 | 2024-01-28T02:44:18.495Z | real 6:19.765764939 |
2268 | 2024-01-28T02:44:18.495Z | user 43:32.222784868 |
2269 | 2024-01-28T02:44:18.495Z | sys 3:39.516691856 |
2270 | 2024-01-28T02:44:18.495Z | trap 1.769409879 |
2271 | 2024-01-28T02:44:18.495Z | tflt 0.949392840 |
2272 | 2024-01-28T02:44:18.498Z | dflt 0.361999454 |
2273 | 2024-01-28T02:44:18.499Z | kflt 0.005176297 |
2274 | 2024-01-28T02:44:18.499Z | lock 1:40:39.839972651 |
2275 | 2024-01-28T02:44:18.499Z | slp 2:05:53.923510031 |
2276 | 2024-01-28T02:44:18.499Z | lat 1:54.986541458 |
2277 | 2024-01-28T02:44:18.499Z | stop 1:26.758315758 |
2278 | 2024-01-28T02:44:18.499Z | + ptime -m gzip |
2279 | 2024-01-28T02:44:19.151Z | |
2280 | 2024-01-28T02:44:19.151Z | real 0.651214042 |
2281 | 2024-01-28T02:44:19.151Z | user 0.641582198 |
2282 | 2024-01-28T02:44:19.152Z | sys 0.009060090 |
2283 | 2024-01-28T02:44:19.152Z | trap 0.000086175 |
2284 | 2024-01-28T02:44:19.152Z | tflt 0.000000000 |
2285 | 2024-01-28T02:44:19.156Z | dflt 0.000000000 |
2286 | 2024-01-28T02:44:19.156Z | kflt 0.000000000 |
2287 | 2024-01-28T02:44:19.156Z | lock 0.000000000 |
2288 | 2024-01-28T02:44:19.156Z | slp 0.000000000 |
2289 | 2024-01-28T02:44:19.156Z | lat 0.000163133 |
2290 | 2024-01-28T02:44:19.156Z | stop 0.000219645 |
2291 | 2024-01-28T02:44:19.156Z | + banner tufaceous |
2292 | 2024-01-28T02:44:19.156Z | |
2293 | 2024-01-28T02:44:19.156Z | ##### # # ###### ## #### ###### #### # # #### |
2294 | 2024-01-28T02:44:19.156Z | # # # # # # # # # # # # # # |
2295 | 2024-01-28T02:44:19.156Z | # # # ##### # # # ##### # # # # #### |
2296 | 2024-01-28T02:44:19.156Z | # # # # ###### # # # # # # # |
2297 | 2024-01-28T02:44:19.156Z | # # # # # # # # # # # # # # # |
2298 | 2024-01-28T02:44:19.156Z | # #### # # # #### ###### #### #### #### |
2299 | 2024-01-28T02:44:19.156Z | |
2300 | 2024-01-28T02:44:19.156Z | + ptime -m cargo build --locked -p tufaceous --release |
2301 | 2024-01-28T02:44:19.852Z | Downloading crates ... |
2302 | 2024-01-28T02:44:20.226Z | Downloaded doc-comment v0.3.3 |
2303 | 2024-01-28T02:44:20.235Z | Downloaded humantime v2.1.0 |
2304 | 2024-01-28T02:44:20.238Z | Downloaded snafu-derive v0.7.5 |
2305 | 2024-01-28T02:44:20.246Z | Downloaded parse-size v1.0.0 |
2306 | 2024-01-28T02:44:20.249Z | Downloaded async-recursion v1.0.5 |
2307 | 2024-01-28T02:44:20.252Z | Downloaded olpc-cjson v0.1.3 |
2308 | 2024-01-28T02:44:20.254Z | Downloaded fs-err v2.11.0 |
2309 | 2024-01-28T02:44:20.257Z | Downloaded buf-list v1.0.3 |
2310 | 2024-01-28T02:44:20.261Z | Downloaded globset v0.4.13 |
2311 | 2024-01-28T02:44:20.263Z | Downloaded snafu v0.7.5 |
2312 | 2024-01-28T02:44:20.272Z | Downloaded tough v0.16.0 |
2313 | 2024-01-28T02:44:20.286Z | Downloaded typed-path v0.7.0 |
2314 | 2024-01-28T02:44:20.300Z | Downloaded pin-project-internal v1.1.3 |
2315 | 2024-01-28T02:44:20.302Z | Downloaded pin-project v1.1.3 |
2316 | 2024-01-28T02:44:20.319Z | Downloaded serde_plain v1.0.2 |
2317 | 2024-01-28T02:44:20.486Z | Compiling serde_tokenstream v0.2.0 |
2318 | 2024-01-28T02:44:20.509Z | Compiling regress v0.7.1 |
2319 | 2024-01-28T02:44:20.524Z | Compiling dirs-sys-next v0.1.2 |
2320 | 2024-01-28T02:44:20.524Z | Compiling ident_case v1.0.1 |
2321 | 2024-01-28T02:44:20.526Z | Compiling rustls-pki-types v1.1.0 |
2322 | 2024-01-28T02:44:20.557Z | Compiling thread_local v1.1.7 |
2323 | 2024-01-28T02:44:20.560Z | Compiling slog-async v2.8.0 |
2324 | 2024-01-28T02:44:20.762Z | Compiling dirs-next v2.0.0 |
2325 | 2024-01-28T02:44:21.154Z | Compiling darling_core v0.20.3 |
2326 | 2024-01-28T02:44:21.260Z | Compiling rustls v0.22.2 |
2327 | 2024-01-28T02:44:21.308Z | Compiling heck v0.4.1 |
2328 | 2024-01-28T02:44:21.760Z | Compiling rustls-webpki v0.102.1 |
2329 | 2024-01-28T02:44:21.880Z | Compiling term v0.7.0 |
2330 | 2024-01-28T02:44:22.340Z | Compiling crossbeam-channel v0.5.8 |
2331 | 2024-01-28T02:44:22.706Z | Compiling getopts v0.2.21 |
2332 | 2024-01-28T02:44:23.316Z | Compiling structmeta-derive v0.2.0 |
2333 | 2024-01-28T02:44:24.080Z | Compiling atty v0.2.14 |
2334 | 2024-01-28T02:44:24.287Z | Compiling multer v3.0.0 |
2335 | 2024-01-28T02:44:24.712Z | Compiling doc-comment v0.3.3 |
2336 | 2024-01-28T02:44:25.057Z | Compiling unsafe-libyaml v0.2.10 |
2337 | 2024-01-28T02:44:25.432Z | Compiling match_cfg v0.1.0 |
2338 | 2024-01-28T02:44:25.561Z | Compiling paste v1.0.14 |
2339 | 2024-01-28T02:44:26.275Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2340 | 2024-01-28T02:44:27.994Z | Compiling take_mut v0.2.2 |
2341 | 2024-01-28T02:44:28.205Z | Compiling structmeta v0.2.0 |
2342 | 2024-01-28T02:44:28.762Z | Compiling serde_yaml v0.9.25 |
2343 | 2024-01-28T02:44:29.874Z | Compiling hostname v0.3.1 |
2344 | 2024-01-28T02:44:29.973Z | Compiling darling_macro v0.20.3 |
2345 | 2024-01-28T02:44:30.200Z | Compiling slog-term v2.9.0 |
2346 | 2024-01-28T02:44:31.429Z | Compiling darling v0.20.3 |
2347 | 2024-01-28T02:44:33.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2348 | 2024-01-28T02:44:33.547Z | Compiling slog-json v2.6.1 |
2349 | 2024-01-28T02:44:34.327Z | Compiling http v1.0.0 |
2350 | 2024-01-28T02:44:34.896Z | Compiling pin-project-internal v1.1.3 |
2351 | 2024-01-28T02:44:35.132Z | Compiling async-stream-impl v0.3.5 |
2352 | 2024-01-28T02:44:35.159Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2353 | 2024-01-28T02:44:35.587Z | Compiling atomic-waker v1.1.1 |
2354 | 2024-01-28T02:44:35.873Z | Compiling fastrand v2.0.0 |
2355 | 2024-01-28T02:44:36.917Z | Compiling regex-syntax v0.7.5 |
2356 | 2024-01-28T02:44:37.065Z | Compiling async-stream v0.3.5 |
2357 | 2024-01-28T02:44:37.543Z | Compiling tokio-rustls v0.25.0 |
2358 | 2024-01-28T02:44:38.741Z | Compiling tempfile v3.9.0 |
2359 | 2024-01-28T02:44:39.302Z | Compiling pin-project v1.1.3 |
2360 | 2024-01-28T02:44:39.477Z | Compiling waitgroup v0.1.2 |
2361 | 2024-01-28T02:44:39.902Z | Compiling slog-bunyan v2.5.0 |
2362 | 2024-01-28T02:44:40.414Z | Compiling serde_with_macros v3.5.1 |
2363 | 2024-01-28T02:44:42.673Z | Compiling toml v0.8.8 |
2364 | 2024-01-28T02:44:43.642Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2365 | 2024-01-28T02:44:43.731Z | Compiling rustls-pemfile v2.0.0 |
2366 | 2024-01-28T02:44:44.835Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
2367 | 2024-01-28T02:44:44.853Z | Compiling sha1 v0.10.6 |
2368 | 2024-01-28T02:44:45.552Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2369 | 2024-01-28T02:44:46.386Z | Compiling snafu-derive v0.7.5 |
2370 | 2024-01-28T02:44:46.830Z | Compiling serde_path_to_error v0.1.15 |
2371 | 2024-01-28T02:44:47.077Z | Compiling parse-display-derive v0.8.2 |
2372 | 2024-01-28T02:44:47.202Z | Compiling instant v0.1.12 |
2373 | 2024-01-28T02:44:47.429Z | Compiling fs-err v2.11.0 |
2374 | 2024-01-28T02:44:47.850Z | Compiling same-file v1.0.6 |
2375 | 2024-01-28T02:44:48.294Z | Compiling arc-swap v1.6.0 |
2376 | 2024-01-28T02:44:48.466Z | Compiling debug-ignore v1.0.5 |
2377 | 2024-01-28T02:44:48.668Z | Compiling buf-list v1.0.3 |
2378 | 2024-01-28T02:44:49.462Z | Compiling slog-scope v4.4.0 |
2379 | 2024-01-28T02:44:50.924Z | Compiling walkdir v2.4.0 |
2380 | 2024-01-28T02:44:51.884Z | Compiling backoff v0.4.0 |
2381 | 2024-01-28T02:44:52.432Z | Compiling serde_with v3.5.1 |
2382 | 2024-01-28T02:44:52.658Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2383 | 2024-01-28T02:44:52.843Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
2384 | 2024-01-28T02:44:53.744Z | Compiling parse-display v0.8.2 |
2385 | 2024-01-28T02:44:54.028Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2386 | 2024-01-28T02:44:54.423Z | Compiling snafu v0.7.5 |
2387 | 2024-01-28T02:44:55.055Z | Compiling globset v0.4.13 |
2388 | 2024-01-28T02:44:56.771Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2389 | 2024-01-28T02:44:57.002Z | Compiling strum v0.25.0 |
2390 | 2024-01-28T02:44:57.259Z | Compiling olpc-cjson v0.1.3 |
2391 | 2024-01-28T02:44:58.131Z | Compiling pem v3.0.2 |
2392 | 2024-01-28T02:45:00.208Z | Compiling serde_plain v1.0.2 |
2393 | 2024-01-28T02:45:00.763Z | Compiling macaddr v1.0.1 |
2394 | 2024-01-28T02:45:01.048Z | Compiling async-recursion v1.0.5 |
2395 | 2024-01-28T02:45:01.937Z | Compiling xattr v1.0.1 |
2396 | 2024-01-28T02:45:02.378Z | Compiling filetime v0.2.23 |
2397 | 2024-01-28T02:45:02.542Z | Compiling typed-path v0.7.0 |
2398 | 2024-01-28T02:45:02.922Z | Compiling tar v0.4.40 |
2399 | 2024-01-28T02:45:03.872Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
2400 | 2024-01-28T02:45:09.960Z | Compiling tough v0.16.0 |
2401 | 2024-01-28T02:45:13.806Z | Compiling slog-stdlog v4.1.1 |
2402 | 2024-01-28T02:45:15.283Z | Compiling camino-tempfile v1.1.1 |
2403 | 2024-01-28T02:45:16.086Z | Compiling itertools v0.12.0 |
2404 | 2024-01-28T02:45:16.520Z | Compiling parse-size v1.0.0 |
2405 | 2024-01-28T02:45:16.994Z | Compiling slog-envlogger v2.2.0 |
2406 | 2024-01-28T02:45:21.542Z | Compiling humantime v2.1.0 |
2407 | 2024-01-28T02:45:29.558Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
2408 | 2024-01-28T02:45:29.865Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2409 | 2024-01-28T02:45:45.408Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-01-28T02:45:48.170Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2411 | 2024-01-28T02:46:19.055Z | Finished release [optimized] target(s) in 1m 59s |
2412 | 2024-01-28T02:46:19.147Z | |
2413 | 2024-01-28T02:46:19.150Z | real 1:59.974195521 |
2414 | 2024-01-28T02:46:19.150Z | user 13:30.011167764 |
2415 | 2024-01-28T02:46:19.150Z | sys 48.012329475 |
2416 | 2024-01-28T02:46:19.151Z | trap 0.491700867 |
2417 | 2024-01-28T02:46:19.152Z | tflt 0.343416176 |
2418 | 2024-01-28T02:46:19.152Z | dflt 0.713127287 |
2419 | 2024-01-28T02:46:19.152Z | kflt 0.000002397 |
2420 | 2024-01-28T02:46:19.152Z | lock 26:20.445276445 |
2421 | 2024-01-28T02:46:19.152Z | slp 29:58.300039778 |
2422 | 2024-01-28T02:46:19.152Z | lat 26.404089553 |
2423 | 2024-01-28T02:46:19.152Z | stop 13.681501831 |
2424 | 2024-01-28T02:46:19.152Z | + ptime -m gzip |
2425 | 2024-01-28T02:46:21.613Z | |
2426 | 2024-01-28T02:46:21.613Z | real 2.460900940 |
2427 | 2024-01-28T02:46:21.613Z | user 2.433011661 |
2428 | 2024-01-28T02:46:21.613Z | sys 0.025540537 |
2429 | 2024-01-28T02:46:21.613Z | trap 0.001043775 |
2430 | 2024-01-28T02:46:21.613Z | tflt 0.000000000 |
2431 | 2024-01-28T02:46:21.613Z | dflt 0.000000000 |
2432 | 2024-01-28T02:46:21.613Z | kflt 0.000000000 |
2433 | 2024-01-28T02:46:21.617Z | lock 0.000000000 |
2434 | 2024-01-28T02:46:21.617Z | slp 0.000000000 |
2435 | 2024-01-28T02:46:21.617Z | lat 0.000953769 |
2436 | 2024-01-28T02:46:21.617Z | stop 0.000247724 |
2437 | 2024-01-28T02:46:21.617Z | process exited: duration 1209853 ms, exit code 0 |
|
2438 | 2024-01-28T02:46:21.638Z | found 5 output files |
2439 | 2024-01-28T02:46:21.638Z | uploading: /work/end-to-end-tests/bootstrap-3358a8ad2ce34473.gz (10759746 bytes) |
2440 | 2024-01-28T02:46:27.389Z | uploaded: /work/end-to-end-tests/bootstrap-3358a8ad2ce34473.gz |
2441 | 2024-01-28T02:46:27.390Z | uploading: /work/end-to-end-tests/bootstrap.gz (108862995 bytes) |
2442 | 2024-01-28T02:46:57.542Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2443 | 2024-01-28T02:46:57.543Z | uploading: /work/end-to-end-tests/end_to_end_tests-71427024e0379c76.gz (112033682 bytes) |
2444 | 2024-01-28T02:47:24.580Z | uploaded: /work/end-to-end-tests/end_to_end_tests-71427024e0379c76.gz |
2445 | 2024-01-28T02:47:24.580Z | uploading: /work/caboose-util.gz (4049713 bytes) |
2446 | 2024-01-28T02:47:26.510Z | uploaded: /work/caboose-util.gz |
2447 | 2024-01-28T02:47:26.510Z | uploading: /work/tufaceous.gz (15643779 bytes) |
2448 | 2024-01-28T02:47:30.107Z | uploaded: /work/tufaceous.gz |