|
|
|
1 | 2024-02-15T22:50:55.737Z | job assigned to worker 01HPQFCKKKKP1B8CNM85VPH1R5 (queued for 1 m 11 s) |
|
2 | 2024-02-15T22:50:56.577Z | starting task 0: "setup" |
3 | 2024-02-15T22:50:56.659Z | ++ uname -s |
4 | 2024-02-15T22:50:57.925Z | + kern=SunOS |
5 | 2024-02-15T22:50:57.925Z | + case "$kern" in |
6 | 2024-02-15T22:50:57.925Z | + groupadd -g 12345 build |
7 | 2024-02-15T22:50:57.925Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T22:50:58.688Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T22:50:58.775Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T22:50:58.827Z | + home_fs=zfs |
11 | 2024-02-15T22:50:58.827Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T22:50:58.827Z | + mkdir -p /home/build |
13 | 2024-02-15T22:50:58.827Z | + chown build:build /home/build /work |
14 | 2024-02-15T22:51:00.772Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T22:51:00.801Z | process exited: duration 4180 ms, exit code 0 |
|
16 | 2024-02-15T22:51:01.259Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T22:51:01.312Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T22:51:01.312Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T22:51:01.382Z | info: downloading installer |
20 | 2024-02-15T22:51:02.917Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T22:51:02.917Z | warning: /opt/ooce/bin |
22 | 2024-02-15T22:51:02.917Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T22:51:02.918Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T22:51:02.918Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T22:51:02.918Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T22:51:02.918Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T22:51:02.918Z | error: cannot install while Rust is installed |
28 | 2024-02-15T22:51:02.918Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T22:51:03.021Z | info: profile set to 'default' |
30 | 2024-02-15T22:51:03.022Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T22:51:03.057Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T22:51:03.573Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T22:51:03.574Z | info: downloading component 'cargo' |
34 | 2024-02-15T22:51:04.473Z | info: downloading component 'clippy' |
35 | 2024-02-15T22:51:04.474Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T22:51:05.276Z | info: downloading component 'rust-std' |
37 | 2024-02-15T22:51:07.566Z | info: downloading component 'rustc' |
38 | 2024-02-15T22:51:11.540Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T22:51:12.924Z | info: installing component 'cargo' |
40 | 2024-02-15T22:51:13.839Z | info: installing component 'clippy' |
41 | 2024-02-15T22:51:14.230Z | info: installing component 'rust-docs' |
42 | 2024-02-15T22:51:15.800Z | info: installing component 'rust-std' |
43 | 2024-02-15T22:51:17.626Z | info: installing component 'rustc' |
44 | 2024-02-15T22:51:22.264Z | info: installing component 'rustfmt' |
45 | 2024-02-15T22:51:22.285Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T22:51:22.285Z | |
47 | 2024-02-15T22:51:22.482Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T22:51:22.482Z | |
49 | 2024-02-15T22:51:22.495Z | |
50 | 2024-02-15T22:51:22.495Z | Rust is installed now. Great! |
51 | 2024-02-15T22:51:22.495Z | |
52 | 2024-02-15T22:51:22.495Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T22:51:22.495Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T22:51:22.495Z | |
55 | 2024-02-15T22:51:22.495Z | To configure your current shell, run: |
56 | 2024-02-15T22:51:22.495Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T22:51:22.520Z | + rustc --version |
58 | 2024-02-15T22:51:22.589Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T22:51:22.601Z | process exited: duration 21339 ms, exit code 0 |
|
60 | 2024-02-15T22:51:22.635Z | starting task 2: "authentication" |
61 | 2024-02-15T22:51:22.666Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2024-02-15T22:51:22.705Z | starting task 3: "clone repository" |
63 | 2024-02-15T22:51:22.763Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T22:51:22.763Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T22:51:22.924Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T22:51:29.162Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T22:51:29.162Z | + git fetch origin 307ab59c756a94930c1c1172129b1768fd295192 |
68 | 2024-02-15T22:51:29.294Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T22:51:29.294Z | * branch 307ab59c756a94930c1c1172129b1768fd295192 -> FETCH_HEAD |
70 | 2024-02-15T22:51:29.313Z | + [[ -n '' ]] |
71 | 2024-02-15T22:51:29.313Z | + git reset --hard 307ab59c756a94930c1c1172129b1768fd295192 |
72 | 2024-02-15T22:51:29.415Z | HEAD is now at 307ab59c7 make snapshot delete saga itself idempotent |
73 | 2024-02-15T22:51:29.439Z | process exited: duration 6707 ms, exit code 0 |
|
74 | 2024-02-15T22:51:29.913Z | starting task 4: "build" |
75 | 2024-02-15T22:51:29.924Z | + cargo --version |
76 | 2024-02-15T22:51:30.354Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-15T22:51:30.360Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-15T22:51:30.360Z | info: downloading component 'cargo' |
79 | 2024-02-15T22:51:31.212Z | info: downloading component 'clippy' |
80 | 2024-02-15T22:51:31.216Z | info: downloading component 'rust-docs' |
81 | 2024-02-15T22:51:32.028Z | info: downloading component 'rust-std' |
82 | 2024-02-15T22:51:33.687Z | info: downloading component 'rustc' |
83 | 2024-02-15T22:51:37.029Z | info: downloading component 'rustfmt' |
84 | 2024-02-15T22:51:37.294Z | info: installing component 'cargo' |
85 | 2024-02-15T22:51:38.157Z | info: installing component 'clippy' |
86 | 2024-02-15T22:51:39.007Z | info: installing component 'rust-docs' |
87 | 2024-02-15T22:51:40.080Z | info: installing component 'rust-std' |
88 | 2024-02-15T22:51:42.081Z | info: installing component 'rustc' |
89 | 2024-02-15T22:51:45.833Z | info: installing component 'rustfmt' |
90 | 2024-02-15T22:51:46.222Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-15T22:51:46.237Z | + rustc --version |
92 | 2024-02-15T22:51:46.291Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-15T22:51:46.305Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-15T22:51:56.331Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-15T22:51:58.031Z | Startup: Caching catalogs ... Done |
96 | 2024-02-15T22:51:58.975Z | Planning: Solver setup ... Done (0.975s) |
97 | 2024-02-15T22:51:59.005Z | Planning: Running solver ... Done (0.024s) |
98 | 2024-02-15T22:51:59.281Z | Planning: Finding local manifests ... Done (0.258s) |
99 | 2024-02-15T22:52:00.164Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-15T22:52:00.165Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-15T22:52:00.165Z | Planning: Package planning ... Done (0.048s) |
102 | 2024-02-15T22:52:00.165Z | Planning: Merging actions ... Done (0.051s) |
103 | 2024-02-15T22:52:01.095Z | Planning: Checking for conflicting actions ... Done (1.413s) |
104 | 2024-02-15T22:52:01.109Z | Planning: Consolidating action changes ... Done (0.012s) |
105 | 2024-02-15T22:52:06.217Z | Planning: Evaluating mediators ... Done (5.105s) |
106 | 2024-02-15T22:52:06.231Z | Planning: Planning completed in 8.55 seconds |
107 | 2024-02-15T22:52:06.244Z | Packages to install: 4 |
108 | 2024-02-15T22:52:06.244Z | Mediators to change: 2 |
109 | 2024-02-15T22:52:06.244Z | Services to change: 1 |
110 | 2024-02-15T22:52:06.244Z | Estimated space available: 148.87 GB |
111 | 2024-02-15T22:52:06.244Z | Estimated space to be consumed: 1.41 GB |
112 | 2024-02-15T22:52:06.244Z | Create boot environment: No |
113 | 2024-02-15T22:52:06.245Z | Create backup boot environment: No |
114 | 2024-02-15T22:52:06.245Z | Rebuild boot archive: No |
115 | 2024-02-15T22:52:06.245Z | |
116 | 2024-02-15T22:52:06.245Z | Changed mediators: |
117 | 2024-02-15T22:52:06.245Z | mediator clang: |
118 | 2024-02-15T22:52:06.245Z | version: None -> 15 (system default) |
119 | 2024-02-15T22:52:06.245Z | |
120 | 2024-02-15T22:52:06.245Z | mediator llvm: |
121 | 2024-02-15T22:52:06.245Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-15T22:52:06.245Z | |
123 | 2024-02-15T22:52:06.245Z | Changed packages: |
124 | 2024-02-15T22:52:06.246Z | helios-dev |
125 | 2024-02-15T22:52:06.246Z | developer/build-essential |
126 | 2024-02-15T22:52:06.246Z | None -> 11-2.0 |
127 | 2024-02-15T22:52:06.246Z | library/libxmlsec1 |
128 | 2024-02-15T22:52:06.246Z | None -> 1.2.35-2.0 |
129 | 2024-02-15T22:52:06.246Z | ooce/developer/clang-15 |
130 | 2024-02-15T22:52:06.246Z | None -> 15.0.7-2.0 |
131 | 2024-02-15T22:52:06.246Z | ooce/developer/llvm-15 |
132 | 2024-02-15T22:52:06.246Z | None -> 15.0.7-2.0 |
133 | 2024-02-15T22:52:06.246Z | |
134 | 2024-02-15T22:52:06.246Z | Services: |
135 | 2024-02-15T22:52:06.247Z | restart_fmri: |
136 | 2024-02-15T22:52:06.247Z | svc:/system/update-man-index:default |
137 | 2024-02-15T22:52:06.528Z | |
138 | 2024-02-15T22:52:06.528Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-15T22:52:11.529Z | Download: 1083/3290 items 19.7/212.6MB 9% complete (4.1M/s) |
140 | 2024-02-15T22:52:16.529Z | Download: 1348/3290 items 109.7/212.6MB 51% complete (11.1M/s) |
141 | 2024-02-15T22:52:21.624Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
142 | 2024-02-15T22:52:26.913Z | Download: 3154/3290 items 175.8/212.6MB 82% complete (6.5M/s) |
143 | 2024-02-15T22:52:29.315Z | Download: Completed 212.60 MB in 22.79 seconds (9.3M/s) |
144 | 2024-02-15T22:52:30.917Z | Actions: 1/3689 actions (Installing new actions) |
145 | 2024-02-15T22:52:35.920Z | Actions: 3547/3689 actions (Installing new actions) |
146 | 2024-02-15T22:52:36.779Z | Actions: Completed 3689 actions in 5.35 seconds. |
147 | 2024-02-15T22:52:36.844Z | Done (0.165s) |
148 | 2024-02-15T22:52:36.844Z | Done (0.000s) |
149 | 2024-02-15T22:52:37.739Z | Done (0.216s) |
150 | 2024-02-15T22:52:42.568Z | Done (5.798s) |
151 | 2024-02-15T22:52:43.190Z | Done (0.133s) |
152 | 2024-02-15T22:52:43.201Z | Done (0.000s) |
153 | 2024-02-15T22:52:43.202Z | Done (0.000s) |
154 | 2024-02-15T22:52:43.443Z | Planning: Evaluating mediator changes ... Done |
155 | 2024-02-15T22:52:43.658Z | Planning: Checking for conflicting actions ... Done |
156 | 2024-02-15T22:52:43.685Z | Planning: Consolidating action changes ... Done |
157 | 2024-02-15T22:52:43.871Z | Planning: Evaluating mediators ... Done |
158 | 2024-02-15T22:52:43.892Z | Planning: Planning completed in 0.43 seconds |
159 | 2024-02-15T22:52:43.908Z | Mediators to change: 2 |
160 | 2024-02-15T22:52:43.908Z | Create boot environment: No |
161 | 2024-02-15T22:52:43.908Z | Create backup boot environment: No |
162 | 2024-02-15T22:52:43.977Z | Done |
163 | 2024-02-15T22:52:43.978Z | Done |
164 | 2024-02-15T22:52:44.103Z | Done |
165 | 2024-02-15T22:52:47.785Z | Done |
166 | 2024-02-15T22:52:47.855Z | Done |
167 | 2024-02-15T22:52:47.861Z | Done |
168 | 2024-02-15T22:52:47.988Z | Done |
169 | 2024-02-15T22:52:48.599Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-02-15T22:52:48.612Z | Planning: Merging actions ... Done |
171 | 2024-02-15T22:52:48.828Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-02-15T22:52:48.888Z | Planning: Consolidating action changes ... Done |
173 | 2024-02-15T22:52:49.066Z | Planning: Evaluating mediators ... Done |
174 | 2024-02-15T22:52:49.112Z | Planning: Planning completed in 0.79 seconds |
175 | 2024-02-15T22:52:49.664Z | Packages to change: 1 |
176 | 2024-02-15T22:52:49.664Z | Mediators to change: 1 |
177 | 2024-02-15T22:52:49.711Z | Services to change: 1 |
178 | 2024-02-15T22:52:49.711Z | Create boot environment: No |
179 | 2024-02-15T22:52:49.711Z | Create backup boot environment: Yes |
180 | 2024-02-15T22:52:50.991Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2024-02-15T22:52:51.113Z | Actions: Completed 6 actions in 0.09 seconds. |
182 | 2024-02-15T22:52:51.139Z | Done |
183 | 2024-02-15T22:52:51.139Z | Done |
184 | 2024-02-15T22:52:51.566Z | Done |
185 | 2024-02-15T22:52:54.815Z | Done |
186 | 2024-02-15T22:52:54.901Z | Done |
187 | 2024-02-15T22:52:54.914Z | Done |
188 | 2024-02-15T22:52:55.008Z | Done |
189 | 2024-02-15T22:52:55.441Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2024-02-15T22:52:55.441Z | clang system 15 system |
191 | 2024-02-15T22:52:55.442Z | csh system system illumos |
192 | 2024-02-15T22:52:55.442Z | ctags system system illumos |
193 | 2024-02-15T22:52:55.442Z | gcc vendor 12 vendor |
194 | 2024-02-15T22:52:55.442Z | gcc system 10 system |
195 | 2024-02-15T22:52:55.442Z | gcc system 7 system |
196 | 2024-02-15T22:52:55.442Z | go system 1.20 system |
197 | 2024-02-15T22:52:55.442Z | go system 1.19 system |
198 | 2024-02-15T22:52:55.443Z | llvm system 15 system |
199 | 2024-02-15T22:52:55.443Z | llvm system 14 system |
200 | 2024-02-15T22:52:55.443Z | mariadb system 10.6 system |
201 | 2024-02-15T22:52:55.443Z | mta vendor vendor dma |
202 | 2024-02-15T22:52:55.443Z | openjdk system 17 system |
203 | 2024-02-15T22:52:55.443Z | openjdk system 11 system |
204 | 2024-02-15T22:52:55.443Z | openjdk system 1.8 system |
205 | 2024-02-15T22:52:55.443Z | openssl vendor 3 vendor |
206 | 2024-02-15T22:52:55.443Z | perl system 5.36 system |
207 | 2024-02-15T22:52:55.443Z | postgresql system 15 system |
208 | 2024-02-15T22:52:55.443Z | postgresql system 13 system |
209 | 2024-02-15T22:52:55.443Z | python vendor 3 vendor |
210 | 2024-02-15T22:52:55.443Z | python system 2 system |
211 | 2024-02-15T22:52:55.443Z | python3 system 3.11 system |
212 | 2024-02-15T22:52:55.444Z | ruby system 3.0 system |
213 | 2024-02-15T22:52:55.444Z | words vendor vendor american-english |
214 | 2024-02-15T22:52:55.444Z | words system system australian-english |
215 | 2024-02-15T22:52:55.444Z | words system system british-english |
216 | 2024-02-15T22:52:55.444Z | words system system canadian-english |
217 | 2024-02-15T22:52:55.444Z | words system system french |
218 | 2024-02-15T22:52:55.444Z | words system system italian |
219 | 2024-02-15T22:52:55.444Z | words system system ngerman |
220 | 2024-02-15T22:52:55.444Z | words system system ogerman |
221 | 2024-02-15T22:52:55.444Z | words system system spanish |
222 | 2024-02-15T22:52:55.793Z | FMRI IFO |
223 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-02-15T22:52:55.793Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-02-15T22:52:55.818Z | + set -o errexit |
232 | 2024-02-15T22:52:55.834Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2024-02-15T22:52:55.834Z | ++ cd ./tools |
234 | 2024-02-15T22:52:55.834Z | ++ pwd |
235 | 2024-02-15T22:52:55.835Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2024-02-15T22:52:55.835Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2024-02-15T22:52:55.835Z | + ARG0=ci_download_cockroachdb |
238 | 2024-02-15T22:52:55.835Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2024-02-15T22:52:55.835Z | + CIDL_VERSION=v22.1.9 |
240 | 2024-02-15T22:52:55.835Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2024-02-15T22:52:55.835Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
242 | 2024-02-15T22:52:55.836Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
243 | 2024-02-15T22:52:55.836Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
244 | 2024-02-15T22:52:55.836Z | + TARGET_DIR=out |
245 | 2024-02-15T22:52:55.836Z | + DOWNLOAD_DIR=out/downloads |
246 | 2024-02-15T22:52:55.836Z | + DEST_DIR=./out/cockroachdb |
247 | 2024-02-15T22:52:55.836Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2024-02-15T22:52:55.836Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2024-02-15T22:52:55.836Z | + main |
250 | 2024-02-15T22:52:55.837Z | + [[ 0 != 0 ]] |
251 | 2024-02-15T22:52:55.837Z | + CIDL_OS=solaris2.11 |
252 | 2024-02-15T22:52:55.837Z | + [[ 0 != 0 ]] |
253 | 2024-02-15T22:52:55.837Z | + configure_os solaris2.11 |
254 | 2024-02-15T22:52:55.837Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2024-02-15T22:52:55.837Z | current directory: /work/oxidecomputer/omicron |
256 | 2024-02-15T22:52:55.837Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2024-02-15T22:52:55.837Z | + case "$1" in |
258 | 2024-02-15T22:52:55.838Z | + CIDL_BUILD=illumos |
259 | 2024-02-15T22:52:55.838Z | + CIDL_SUFFIX=tar.gz |
260 | 2024-02-15T22:52:55.838Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
261 | 2024-02-15T22:52:55.838Z | + CIDL_MD5FUNC=do_md5sum |
262 | 2024-02-15T22:52:55.838Z | configuring based on OS: "solaris2.11" |
263 | 2024-02-15T22:52:55.838Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2024-02-15T22:52:55.838Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-02-15T22:52:55.839Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-02-15T22:52:55.839Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2024-02-15T22:52:55.839Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2024-02-15T22:52:55.839Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-15T22:52:55.839Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2024-02-15T22:52:55.839Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2024-02-15T22:52:55.839Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-15T22:52:55.840Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2024-02-15T22:52:55.840Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2024-02-15T22:52:55.840Z | + mkdir -p out/downloads |
275 | 2024-02-15T22:52:55.840Z | + mkdir -p ./out/cockroachdb |
276 | 2024-02-15T22:52:55.840Z | + local DO_DOWNLOAD=true |
277 | 2024-02-15T22:52:55.840Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
278 | 2024-02-15T22:52:55.840Z | + '[' true == true ']' |
279 | 2024-02-15T22:52:55.841Z | + echo Downloading... |
280 | 2024-02-15T22:52:55.841Z | Downloading... |
281 | 2024-02-15T22:52:55.841Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-15T22:52:55.841Z | + 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 |
283 | 2024-02-15T22:53:02.058Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-15T22:53:02.528Z | ++ md5sum |
285 | 2024-02-15T22:53:02.528Z | ++ awk '{print $1}' |
286 | 2024-02-15T22:53:02.528Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
287 | 2024-02-15T22:53:02.528Z | + [[ 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 ]] |
288 | 2024-02-15T22:53:02.528Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-15T22:53:02.528Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2024-02-15T22:53:02.528Z | + do_assemble_illumos |
291 | 2024-02-15T22:53:02.528Z | + rm -r ./out/cockroachdb |
292 | 2024-02-15T22:53:02.528Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2024-02-15T22:53:02.791Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2024-02-15T22:53:03.452Z | Build Tag: v22.1.9-dirty |
295 | 2024-02-15T22:53:03.452Z | Build Time: 2022/10/26 21:17:46 |
296 | 2024-02-15T22:53:03.452Z | Distribution: OSS |
297 | 2024-02-15T22:53:03.452Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2024-02-15T22:53:03.452Z | Go Version: go1.17.13 |
299 | 2024-02-15T22:53:03.452Z | C Compiler: gcc 10.3.0 |
300 | 2024-02-15T22:53:03.452Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2024-02-15T22:53:03.452Z | Build Type: release |
302 | 2024-02-15T22:53:03.487Z | + set -o errexit |
303 | 2024-02-15T22:53:03.487Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2024-02-15T22:53:03.487Z | ++ cd ./tools |
305 | 2024-02-15T22:53:03.487Z | ++ pwd |
306 | 2024-02-15T22:53:03.487Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2024-02-15T22:53:03.488Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2024-02-15T22:53:03.488Z | + ARG0=ci_download_clickhouse |
309 | 2024-02-15T22:53:03.488Z | + TARGET_DIR=out |
310 | 2024-02-15T22:53:03.488Z | + DOWNLOAD_DIR=out/downloads |
311 | 2024-02-15T22:53:03.488Z | + DEST_DIR=./out/clickhouse |
312 | 2024-02-15T22:53:03.488Z | + CIDL_VERSION=v22.8.9.24 |
313 | 2024-02-15T22:53:03.488Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
314 | 2024-02-15T22:53:03.488Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
315 | 2024-02-15T22:53:03.488Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
316 | 2024-02-15T22:53:03.489Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
317 | 2024-02-15T22:53:03.489Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
318 | 2024-02-15T22:53:03.489Z | + main |
319 | 2024-02-15T22:53:03.489Z | + [[ 0 != 0 ]] |
320 | 2024-02-15T22:53:03.489Z | + CIDL_OS=solaris2.11 |
321 | 2024-02-15T22:53:03.489Z | + [[ 0 != 0 ]] |
322 | 2024-02-15T22:53:03.489Z | + configure_os solaris2.11 |
323 | 2024-02-15T22:53:03.489Z | + echo 'current directory: /work/oxidecomputer/omicron' |
324 | 2024-02-15T22:53:03.490Z | current directory: /work/oxidecomputer/omicron |
325 | 2024-02-15T22:53:03.490Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2024-02-15T22:53:03.490Z | + CIDL_DASHREV= |
327 | 2024-02-15T22:53:03.490Z | + case "$1" in |
328 | 2024-02-15T22:53:03.490Z | configuring based on OS: "solaris2.11" |
329 | 2024-02-15T22:53:03.490Z | + CIDL_PLATFORM=illumos |
330 | 2024-02-15T22:53:03.491Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
331 | 2024-02-15T22:53:03.491Z | + CIDL_MD5FUNC=do_md5sum |
332 | 2024-02-15T22:53:03.491Z | + CIDL_DASHREV=-1 |
333 | 2024-02-15T22:53:03.491Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
334 | 2024-02-15T22:53:03.491Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2024-02-15T22:53:03.491Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2024-02-15T22:53:03.492Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-02-15T22:53:03.492Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
338 | 2024-02-15T22:53:03.492Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2024-02-15T22:53:03.492Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-15T22:53:03.492Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-15T22:53:03.493Z | + mkdir -p out/downloads |
342 | 2024-02-15T22:53:03.493Z | + mkdir -p ./out/clickhouse |
343 | 2024-02-15T22:53:03.493Z | + local DO_DOWNLOAD=true |
344 | 2024-02-15T22:53:03.493Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
345 | 2024-02-15T22:53:03.493Z | + '[' true == true ']' |
346 | 2024-02-15T22:53:03.493Z | + echo Downloading... |
347 | 2024-02-15T22:53:03.493Z | Downloading... |
348 | 2024-02-15T22:53:03.494Z | + 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 |
349 | 2024-02-15T22:53:03.494Z | + 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 |
350 | 2024-02-15T22:53:05.181Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-15T22:53:05.191Z | ++ md5sum |
352 | 2024-02-15T22:53:05.192Z | ++ awk '{print $1}' |
353 | 2024-02-15T22:53:05.363Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2024-02-15T22:53:05.363Z | + [[ 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 ]] |
355 | 2024-02-15T22:53:05.380Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
356 | 2024-02-15T22:53:05.380Z | + mkdir -p ./out/clickhouse |
357 | 2024-02-15T22:53:05.380Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
358 | 2024-02-15T22:53:08.494Z | + ./out/clickhouse/clickhouse server --version |
359 | 2024-02-15T22:53:08.532Z | ClickHouse server version 22.8.9.1. |
360 | 2024-02-15T22:53:08.551Z | + set -o errexit |
361 | 2024-02-15T22:53:08.560Z | +++ dirname ./tools/ci_download_console |
362 | 2024-02-15T22:53:08.561Z | ++ cd ./tools |
363 | 2024-02-15T22:53:08.561Z | ++ pwd |
364 | 2024-02-15T22:53:08.561Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
365 | 2024-02-15T22:53:08.561Z | ++ basename ./tools/ci_download_console |
366 | 2024-02-15T22:53:08.561Z | + ARG0=ci_download_console |
367 | 2024-02-15T22:53:08.561Z | + TARGET_DIR=out |
368 | 2024-02-15T22:53:08.562Z | + DOWNLOAD_DIR=out/downloads |
369 | 2024-02-15T22:53:08.562Z | + DEST_DIR=./out/console-assets |
370 | 2024-02-15T22:53:08.562Z | + source /work/oxidecomputer/omicron/tools/console_version |
371 | 2024-02-15T22:53:08.562Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
372 | 2024-02-15T22:53:08.562Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
373 | 2024-02-15T22:53:08.562Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
374 | 2024-02-15T22:53:08.562Z | + TARBALL_FILE=out/downloads/console.tar.gz |
375 | 2024-02-15T22:53:08.562Z | + main |
376 | 2024-02-15T22:53:08.562Z | + [[ 0 != 0 ]] |
377 | 2024-02-15T22:53:08.563Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
378 | 2024-02-15T22:53:08.563Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
379 | 2024-02-15T22:53:08.563Z | Local file: out/downloads/console.tar.gz |
380 | 2024-02-15T22:53:08.563Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2024-02-15T22:53:08.563Z | + local DO_DOWNLOAD=true |
382 | 2024-02-15T22:53:08.563Z | + [[ -f out/downloads/console.tar.gz ]] |
383 | 2024-02-15T22:53:08.563Z | + mkdir -p out/downloads |
384 | 2024-02-15T22:53:08.564Z | + '[' true == true ']' |
385 | 2024-02-15T22:53:08.564Z | + echo Downloading... |
386 | 2024-02-15T22:53:08.564Z | Downloading... |
387 | 2024-02-15T22:53:08.564Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
388 | 2024-02-15T22:53:08.564Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
389 | 2024-02-15T22:53:09.052Z | ++ do_sha256sum out/downloads/console.tar.gz |
390 | 2024-02-15T22:53:09.067Z | ++ case "$OSTYPE" in |
391 | 2024-02-15T22:53:09.067Z | ++ SHA=sha256sum |
392 | 2024-02-15T22:53:09.067Z | ++ sha256sum |
393 | 2024-02-15T22:53:09.067Z | ++ awk '{print $1}' |
394 | 2024-02-15T22:53:09.118Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
395 | 2024-02-15T22:53:09.182Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
396 | 2024-02-15T22:53:09.182Z | + rm -rf ./out/console-assets |
397 | 2024-02-15T22:53:09.182Z | + mkdir -p ./out/console-assets |
398 | 2024-02-15T22:53:09.182Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
399 | 2024-02-15T22:53:09.182Z | + mkdir -p ./out/console-assets |
400 | 2024-02-15T22:53:09.183Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
401 | 2024-02-15T22:53:09.215Z | + set -o errexit |
402 | 2024-02-15T22:53:09.233Z | +++ dirname ./tools/ci_download_maghemite_openapi |
403 | 2024-02-15T22:53:09.233Z | ++ cd ./tools |
404 | 2024-02-15T22:53:09.233Z | ++ pwd |
405 | 2024-02-15T22:53:09.233Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2024-02-15T22:53:09.233Z | ++ basename ./tools/ci_download_maghemite_openapi |
407 | 2024-02-15T22:53:09.234Z | + ARG0=ci_download_maghemite_openapi |
408 | 2024-02-15T22:53:09.234Z | + TARGET_DIR=out |
409 | 2024-02-15T22:53:09.234Z | + DOWNLOAD_DIR=out/downloads |
410 | 2024-02-15T22:53:09.234Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
411 | 2024-02-15T22:53:09.234Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
412 | 2024-02-15T22:53:09.234Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
413 | 2024-02-15T22:53:09.234Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
414 | 2024-02-15T22:53:09.234Z | + LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
415 | 2024-02-15T22:53:09.234Z | + main |
416 | 2024-02-15T22:53:09.235Z | + [[ 0 != 0 ]] |
417 | 2024-02-15T22:53:09.235Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json' |
418 | 2024-02-15T22:53:09.235Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
419 | 2024-02-15T22:53:09.235Z | + echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
420 | 2024-02-15T22:53:09.235Z | Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
421 | 2024-02-15T22:53:09.235Z | + local DO_DOWNLOAD=true |
422 | 2024-02-15T22:53:09.235Z | + [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
423 | 2024-02-15T22:53:09.236Z | + mkdir -p out/downloads |
424 | 2024-02-15T22:53:09.236Z | + '[' true == true ']' |
425 | 2024-02-15T22:53:09.236Z | + echo Downloading... |
426 | 2024-02-15T22:53:09.237Z | Downloading... |
427 | 2024-02-15T22:53:09.237Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
428 | 2024-02-15T22:53:09.237Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json |
429 | 2024-02-15T22:53:09.362Z | ++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
430 | 2024-02-15T22:53:09.362Z | ++ case "$OSTYPE" in |
431 | 2024-02-15T22:53:09.366Z | ++ SHA=sha256sum |
432 | 2024-02-15T22:53:09.366Z | ++ sha256sum |
433 | 2024-02-15T22:53:09.366Z | ++ awk '{print $1}' |
434 | 2024-02-15T22:53:09.366Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
435 | 2024-02-15T22:53:09.366Z | + [[ 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 ]] |
436 | 2024-02-15T22:53:09.366Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
437 | 2024-02-15T22:53:09.366Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
438 | 2024-02-15T22:53:09.367Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
439 | 2024-02-15T22:53:09.367Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
440 | 2024-02-15T22:53:09.367Z | + LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
441 | 2024-02-15T22:53:09.367Z | + main |
442 | 2024-02-15T22:53:09.367Z | + [[ 0 != 0 ]] |
443 | 2024-02-15T22:53:09.367Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json' |
444 | 2024-02-15T22:53:09.367Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
445 | 2024-02-15T22:53:09.367Z | + echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json' |
446 | 2024-02-15T22:53:09.367Z | Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
447 | 2024-02-15T22:53:09.368Z | + local DO_DOWNLOAD=true |
448 | 2024-02-15T22:53:09.368Z | + [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]] |
449 | 2024-02-15T22:53:09.368Z | + mkdir -p out/downloads |
450 | 2024-02-15T22:53:09.368Z | + '[' true == true ']' |
451 | 2024-02-15T22:53:09.368Z | + echo Downloading... |
452 | 2024-02-15T22:53:09.368Z | Downloading... |
453 | 2024-02-15T22:53:09.368Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
454 | 2024-02-15T22:53:09.368Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json |
455 | 2024-02-15T22:53:09.540Z | ++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json |
456 | 2024-02-15T22:53:09.964Z | ++ case "$OSTYPE" in |
457 | 2024-02-15T22:53:09.964Z | ++ SHA=sha256sum |
458 | 2024-02-15T22:53:09.964Z | ++ sha256sum |
459 | 2024-02-15T22:53:09.964Z | ++ awk '{print $1}' |
460 | 2024-02-15T22:53:09.965Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
461 | 2024-02-15T22:53:09.965Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
462 | 2024-02-15T22:53:09.970Z | + set -o errexit |
463 | 2024-02-15T22:53:09.970Z | +++ dirname ./tools/ci_download_dendrite_openapi |
464 | 2024-02-15T22:53:09.970Z | ++ cd ./tools |
465 | 2024-02-15T22:53:09.971Z | ++ pwd |
466 | 2024-02-15T22:53:09.971Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2024-02-15T22:53:09.971Z | ++ basename ./tools/ci_download_dendrite_openapi |
468 | 2024-02-15T22:53:09.971Z | + ARG0=ci_download_dendrite_openapi |
469 | 2024-02-15T22:53:09.971Z | + TARGET_DIR=out |
470 | 2024-02-15T22:53:09.971Z | + DOWNLOAD_DIR=out/downloads |
471 | 2024-02-15T22:53:09.972Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2024-02-15T22:53:09.972Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
473 | 2024-02-15T22:53:09.972Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
474 | 2024-02-15T22:53:09.972Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
475 | 2024-02-15T22:53:09.973Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
476 | 2024-02-15T22:53:09.973Z | + main |
477 | 2024-02-15T22:53:09.973Z | + [[ 0 != 0 ]] |
478 | 2024-02-15T22:53:09.973Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
479 | 2024-02-15T22:53:09.973Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
480 | 2024-02-15T22:53:09.973Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
481 | 2024-02-15T22:53:09.973Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
482 | 2024-02-15T22:53:09.973Z | + local DO_DOWNLOAD=true |
483 | 2024-02-15T22:53:09.973Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
484 | 2024-02-15T22:53:09.973Z | + mkdir -p out/downloads |
485 | 2024-02-15T22:53:09.973Z | + '[' true == true ']' |
486 | 2024-02-15T22:53:09.974Z | + echo Downloading... |
487 | 2024-02-15T22:53:09.974Z | Downloading... |
488 | 2024-02-15T22:53:09.974Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
489 | 2024-02-15T22:53:09.974Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
490 | 2024-02-15T22:53:10.528Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
491 | 2024-02-15T22:53:10.528Z | ++ case "$OSTYPE" in |
492 | 2024-02-15T22:53:10.541Z | ++ SHA=sha256sum |
493 | 2024-02-15T22:53:10.541Z | ++ sha256sum |
494 | 2024-02-15T22:53:10.541Z | ++ awk '{print $1}' |
495 | 2024-02-15T22:53:10.542Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
496 | 2024-02-15T22:53:10.542Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
497 | 2024-02-15T22:53:10.562Z | + set -o errexit |
498 | 2024-02-15T22:53:10.563Z | +++ dirname ./tools/ci_download_dendrite_stub |
499 | 2024-02-15T22:53:10.563Z | ++ cd ./tools |
500 | 2024-02-15T22:53:10.563Z | ++ pwd |
501 | 2024-02-15T22:53:10.564Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2024-02-15T22:53:10.564Z | ++ basename ./tools/ci_download_dendrite_stub |
503 | 2024-02-15T22:53:10.564Z | + ARG0=ci_download_dendrite_stub |
504 | 2024-02-15T22:53:10.564Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
505 | 2024-02-15T22:53:10.564Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
506 | 2024-02-15T22:53:10.564Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
507 | 2024-02-15T22:53:10.565Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
508 | 2024-02-15T22:53:10.565Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
509 | 2024-02-15T22:53:10.565Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
510 | 2024-02-15T22:53:10.565Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
511 | 2024-02-15T22:53:10.565Z | + TARGET_DIR=out |
512 | 2024-02-15T22:53:10.565Z | + DOWNLOAD_DIR=out/downloads |
513 | 2024-02-15T22:53:10.565Z | + DEST_DIR=./out/dendrite-stub |
514 | 2024-02-15T22:53:10.565Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
515 | 2024-02-15T22:53:10.566Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
516 | 2024-02-15T22:53:10.566Z | + REPO=oxidecomputer/dendrite |
517 | 2024-02-15T22:53:10.566Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
518 | 2024-02-15T22:53:10.566Z | + main |
519 | 2024-02-15T22:53:10.566Z | + [[ 0 != 0 ]] |
520 | 2024-02-15T22:53:10.566Z | + CIDL_OS=solaris2.11 |
521 | 2024-02-15T22:53:10.566Z | + [[ 0 != 0 ]] |
522 | 2024-02-15T22:53:10.566Z | + configure_os solaris2.11 |
523 | 2024-02-15T22:53:10.566Z | + echo 'current directory: /work/oxidecomputer/omicron' |
524 | 2024-02-15T22:53:10.566Z | current directory: /work/oxidecomputer/omicron |
525 | 2024-02-15T22:53:10.566Z | + echo 'configuring based on OS: "solaris2.11"' |
526 | 2024-02-15T22:53:10.566Z | configuring based on OS: "solaris2.11" |
527 | 2024-02-15T22:53:10.566Z | + case "$1" in |
528 | 2024-02-15T22:53:10.566Z | + SET_BINARIES= |
529 | 2024-02-15T22:53:10.566Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
530 | 2024-02-15T22:53:10.566Z | + CIDL_SHA256FUNC=do_sha256sum |
531 | 2024-02-15T22:53:10.566Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
532 | 2024-02-15T22:53:10.566Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
533 | 2024-02-15T22:53:10.566Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
534 | 2024-02-15T22:53:10.566Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
535 | 2024-02-15T22:53:10.567Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
536 | 2024-02-15T22:53:10.567Z | Local file: out/downloads/dendrite-stub.tar.gz |
537 | 2024-02-15T22:53:10.567Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
538 | 2024-02-15T22:53:10.567Z | + mkdir -p out/downloads |
539 | 2024-02-15T22:53:10.567Z | + mkdir -p ./out/dendrite-stub |
540 | 2024-02-15T22:53:10.567Z | + fetch_and_verify |
541 | 2024-02-15T22:53:10.567Z | + local DO_DOWNLOAD=true |
542 | 2024-02-15T22:53:10.567Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
543 | 2024-02-15T22:53:10.567Z | + '[' true == true ']' |
544 | 2024-02-15T22:53:10.567Z | + echo Downloading... |
545 | 2024-02-15T22:53:10.567Z | Downloading... |
546 | 2024-02-15T22:53:10.567Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-15T22:53:10.567Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
548 | 2024-02-15T22:53:22.046Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-15T22:53:22.062Z | ++ sha256sum |
550 | 2024-02-15T22:53:22.062Z | ++ awk '{print $1}' |
551 | 2024-02-15T22:53:22.077Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
552 | 2024-02-15T22:53:22.077Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
553 | 2024-02-15T22:53:22.078Z | + do_untar out/downloads/dendrite-stub.tar.gz |
554 | 2024-02-15T22:53:22.078Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
555 | 2024-02-15T22:53:22.784Z | + do_assemble |
556 | 2024-02-15T22:53:22.784Z | + rm -r ./out/dendrite-stub |
557 | 2024-02-15T22:53:22.796Z | + mkdir ./out/dendrite-stub |
558 | 2024-02-15T22:53:22.797Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
559 | 2024-02-15T22:53:22.874Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
560 | 2024-02-15T22:53:22.885Z | + set -o errexit |
561 | 2024-02-15T22:53:22.891Z | +++ dirname ./tools/ci_download_maghemite_mgd |
562 | 2024-02-15T22:53:22.891Z | ++ cd ./tools |
563 | 2024-02-15T22:53:22.891Z | ++ pwd |
564 | 2024-02-15T22:53:22.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
565 | 2024-02-15T22:53:23.328Z | ++ basename ./tools/ci_download_maghemite_mgd |
566 | 2024-02-15T22:53:23.329Z | + ARG0=ci_download_maghemite_mgd |
567 | 2024-02-15T22:53:23.329Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
568 | 2024-02-15T22:53:23.329Z | ++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
569 | 2024-02-15T22:53:23.329Z | ++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616 |
570 | 2024-02-15T22:53:23.329Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
571 | 2024-02-15T22:53:23.329Z | ++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
572 | 2024-02-15T22:53:23.330Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
573 | 2024-02-15T22:53:23.330Z | + TARGET_DIR=out |
574 | 2024-02-15T22:53:23.330Z | + DOWNLOAD_DIR=out/downloads |
575 | 2024-02-15T22:53:23.330Z | + DEST_DIR=./out/mgd |
576 | 2024-02-15T22:53:23.330Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
577 | 2024-02-15T22:53:23.330Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
578 | 2024-02-15T22:53:23.331Z | + REPO=oxidecomputer/maghemite |
579 | 2024-02-15T22:53:23.331Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a |
580 | 2024-02-15T22:53:23.331Z | + main |
581 | 2024-02-15T22:53:23.331Z | + [[ 0 != 0 ]] |
582 | 2024-02-15T22:53:23.331Z | + CIDL_OS=solaris2.11 |
583 | 2024-02-15T22:53:23.331Z | + [[ 0 != 0 ]] |
584 | 2024-02-15T22:53:23.332Z | + configure_os solaris2.11 |
585 | 2024-02-15T22:53:23.332Z | + echo 'current directory: /work/oxidecomputer/omicron' |
586 | 2024-02-15T22:53:23.332Z | + echo 'configuring based on OS: "solaris2.11"' |
587 | 2024-02-15T22:53:23.332Z | current directory: /work/oxidecomputer/omicron |
588 | 2024-02-15T22:53:23.332Z | configuring based on OS: "solaris2.11" |
589 | 2024-02-15T22:53:23.332Z | + case "$1" in |
590 | 2024-02-15T22:53:23.333Z | + SET_BINARIES= |
591 | 2024-02-15T22:53:23.333Z | + CIDL_SHA256FUNC=do_sha256sum |
592 | 2024-02-15T22:53:23.333Z | + TARBALL_FILENAME=mgd.tar.gz |
593 | 2024-02-15T22:53:23.333Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
594 | 2024-02-15T22:53:23.333Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
595 | 2024-02-15T22:53:23.333Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz' |
596 | 2024-02-15T22:53:23.333Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
597 | 2024-02-15T22:53:23.333Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
598 | 2024-02-15T22:53:23.333Z | Local file: out/downloads/mgd.tar.gz |
599 | 2024-02-15T22:53:23.334Z | + mkdir -p out/downloads |
600 | 2024-02-15T22:53:23.334Z | + mkdir -p ./out/mgd |
601 | 2024-02-15T22:53:23.334Z | + fetch_and_verify |
602 | 2024-02-15T22:53:23.334Z | + local DO_DOWNLOAD=true |
603 | 2024-02-15T22:53:23.334Z | + [[ -f out/downloads/mgd.tar.gz ]] |
604 | 2024-02-15T22:53:23.334Z | + '[' true == true ']' |
605 | 2024-02-15T22:53:23.334Z | + echo Downloading... |
606 | 2024-02-15T22:53:23.334Z | Downloading... |
607 | 2024-02-15T22:53:23.334Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz |
608 | 2024-02-15T22:53:23.335Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz |
609 | 2024-02-15T22:53:33.608Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
610 | 2024-02-15T22:53:33.616Z | ++ sha256sum |
611 | 2024-02-15T22:53:33.616Z | ++ awk '{print $1}' |
612 | 2024-02-15T22:53:33.626Z | + calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa |
613 | 2024-02-15T22:53:33.630Z | + [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]] |
614 | 2024-02-15T22:53:33.630Z | + do_untar out/downloads/mgd.tar.gz |
615 | 2024-02-15T22:53:33.631Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
616 | 2024-02-15T22:53:34.087Z | + do_assemble |
617 | 2024-02-15T22:53:34.087Z | + rm -r ./out/mgd |
618 | 2024-02-15T22:53:34.103Z | + mkdir ./out/mgd |
619 | 2024-02-15T22:53:34.103Z | + cp -r out/downloads/root ./out/mgd/root |
620 | 2024-02-15T22:53:34.271Z | + set -o errexit |
621 | 2024-02-15T22:53:34.287Z | +++ dirname ./tools/ci_download_transceiver_control |
622 | 2024-02-15T22:53:34.287Z | ++ cd ./tools |
623 | 2024-02-15T22:53:34.287Z | ++ pwd |
624 | 2024-02-15T22:53:34.287Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
625 | 2024-02-15T22:53:34.287Z | ++ basename ./tools/ci_download_transceiver_control |
626 | 2024-02-15T22:53:34.288Z | + ARG0=ci_download_transceiver_control |
627 | 2024-02-15T22:53:34.288Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
628 | 2024-02-15T22:53:34.288Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2024-02-15T22:53:34.288Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2024-02-15T22:53:34.288Z | + TARGET_DIR=out |
631 | 2024-02-15T22:53:34.288Z | + DOWNLOAD_DIR=out/downloads |
632 | 2024-02-15T22:53:34.288Z | + DEST_DIR=./out/transceiver-control |
633 | 2024-02-15T22:53:34.288Z | + BIN_DIR=/opt/oxide/bin |
634 | 2024-02-15T22:53:34.289Z | + BINARY=xcvradm |
635 | 2024-02-15T22:53:34.289Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
636 | 2024-02-15T22:53:34.289Z | + REPO=oxidecomputer/transceiver-control |
637 | 2024-02-15T22:53:34.289Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-15T22:53:34.289Z | + main |
639 | 2024-02-15T22:53:34.289Z | + [[ 0 != 0 ]] |
640 | 2024-02-15T22:53:34.289Z | + CIDL_OS=solaris2.11 |
641 | 2024-02-15T22:53:34.289Z | + [[ 0 != 0 ]] |
642 | 2024-02-15T22:53:34.289Z | + configure_os solaris2.11 |
643 | 2024-02-15T22:53:34.289Z | + echo 'current directory: /work/oxidecomputer/omicron' |
644 | 2024-02-15T22:53:34.290Z | + echo 'configuring based on OS: "solaris2.11"' |
645 | 2024-02-15T22:53:34.290Z | current directory: /work/oxidecomputer/omicron |
646 | 2024-02-15T22:53:34.290Z | configuring based on OS: "solaris2.11" |
647 | 2024-02-15T22:53:34.290Z | + case "$1" in |
648 | 2024-02-15T22:53:34.290Z | + SET_BINARIES= |
649 | 2024-02-15T22:53:34.290Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2024-02-15T22:53:34.290Z | + CIDL_SHA256FUNC=do_sha256sum |
651 | 2024-02-15T22:53:34.290Z | + ARCHIVE_FILENAME=xcvradm.gz |
652 | 2024-02-15T22:53:34.290Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
653 | 2024-02-15T22:53:34.290Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
654 | 2024-02-15T22:53:34.290Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
655 | 2024-02-15T22:53:34.291Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2024-02-15T22:53:34.291Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2024-02-15T22:53:34.291Z | Local file: out/downloads/xcvradm.gz |
658 | 2024-02-15T22:53:34.291Z | + mkdir -p out/downloads |
659 | 2024-02-15T22:53:34.291Z | + mkdir -p ./out/transceiver-control |
660 | 2024-02-15T22:53:34.291Z | + fetch_and_verify |
661 | 2024-02-15T22:53:34.291Z | + local DO_DOWNLOAD=true |
662 | 2024-02-15T22:53:34.291Z | + [[ -f out/downloads/xcvradm.gz ]] |
663 | 2024-02-15T22:53:34.291Z | + '[' true == true ']' |
664 | 2024-02-15T22:53:34.291Z | + echo Downloading... |
665 | 2024-02-15T22:53:34.291Z | Downloading... |
666 | 2024-02-15T22:53:34.292Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
667 | 2024-02-15T22:53:34.292Z | + 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 |
668 | 2024-02-15T22:53:39.093Z | ++ do_sha256sum out/downloads/xcvradm.gz |
669 | 2024-02-15T22:53:39.112Z | ++ sha256sum |
670 | 2024-02-15T22:53:39.112Z | ++ awk '{print $1}' |
671 | 2024-02-15T22:53:39.113Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-02-15T22:53:39.113Z | + [[ 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 ]] |
673 | 2024-02-15T22:53:39.113Z | + do_unpack out/downloads/xcvradm.gz |
674 | 2024-02-15T22:53:39.113Z | + mkdir -p out/downloads/root//opt/oxide/bin |
675 | 2024-02-15T22:53:39.113Z | + gzip -dc out/downloads/xcvradm.gz |
676 | 2024-02-15T22:53:39.212Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
677 | 2024-02-15T22:53:39.225Z | + do_assemble |
678 | 2024-02-15T22:53:39.225Z | + rm -r ./out/transceiver-control |
679 | 2024-02-15T22:53:39.226Z | + mkdir ./out/transceiver-control |
680 | 2024-02-15T22:53:39.226Z | + cp -r out/downloads/root ./out/transceiver-control/root |
681 | 2024-02-15T22:53:39.698Z | All prerequisites installed successfully |
682 | 2024-02-15T22:53:39.698Z | |
683 | 2024-02-15T22:53:39.698Z | real 1:53.033320463 |
684 | 2024-02-15T22:53:39.698Z | user 34.255654697 |
685 | 2024-02-15T22:53:39.698Z | sys 6.620206726 |
686 | 2024-02-15T22:53:39.698Z | trap 0.008628205 |
687 | 2024-02-15T22:53:39.698Z | tflt 0.165094706 |
688 | 2024-02-15T22:53:39.698Z | dflt 0.605839463 |
689 | 2024-02-15T22:53:39.698Z | kflt 0.193449000 |
690 | 2024-02-15T22:53:39.698Z | lock 1.657389380 |
691 | 2024-02-15T22:53:39.698Z | slp 3:54.321237799 |
692 | 2024-02-15T22:53:39.698Z | lat 1.821456334 |
693 | 2024-02-15T22:53:39.698Z | stop 0.116832015 |
694 | 2024-02-15T22:53:39.698Z | + banner end-to-end-tests |
695 | 2024-02-15T22:53:39.698Z | |
696 | 2024-02-15T22:53:39.698Z | ###### # # ##### ##### #### ###### # # ##### |
697 | 2024-02-15T22:53:39.699Z | # ## # # # # # # # ## # # # |
698 | 2024-02-15T22:53:39.699Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
699 | 2024-02-15T22:53:39.699Z | # # # # # # # # # # # # # # # |
700 | 2024-02-15T22:53:39.699Z | # # ## # # # # # # # ## # # |
701 | 2024-02-15T22:53:39.699Z | ###### # # ##### # #### ###### # # ##### |
702 | 2024-02-15T22:53:39.699Z | |
703 | 2024-02-15T22:53:39.699Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2024-02-15T22:53:39.699Z | + CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2024-02-15T22:53:39.700Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2024-02-15T22:53:39.700Z | + CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2024-02-15T22:53:39.700Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-02-15T22:53:39.700Z | + CARGO_INCREMENTAL=0 |
709 | 2024-02-15T22:53:39.700Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
710 | 2024-02-15T22:53:39.713Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
711 | 2024-02-15T22:53:40.026Z | Updating crates.io index |
712 | 2024-02-15T22:53:40.520Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
713 | 2024-02-15T22:53:41.301Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
714 | 2024-02-15T22:53:42.763Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
715 | 2024-02-15T22:53:43.397Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
716 | 2024-02-15T22:53:43.670Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
717 | 2024-02-15T22:53:43.940Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
718 | 2024-02-15T22:53:44.207Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
719 | 2024-02-15T22:53:45.075Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
720 | 2024-02-15T22:53:47.234Z | Updating git repository `https://github.com/oxidecomputer/opte` |
721 | 2024-02-15T22:53:48.266Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
722 | 2024-02-15T22:53:48.695Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
723 | 2024-02-15T22:53:49.276Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
724 | 2024-02-15T22:53:49.618Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
725 | 2024-02-15T22:53:49.918Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
726 | 2024-02-15T22:53:50.236Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
727 | 2024-02-15T22:53:50.729Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
728 | 2024-02-15T22:53:51.252Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
729 | 2024-02-15T22:53:51.990Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
730 | 2024-02-15T22:53:52.130Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
731 | 2024-02-15T22:53:52.487Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
732 | 2024-02-15T22:53:52.855Z | Updating git repository `https://github.com/jgallagher/nix` |
733 | 2024-02-15T22:53:53.864Z | Updating git repository `https://github.com/cbiffle/hubpack` |
734 | 2024-02-15T22:53:54.323Z | Updating git repository `https://github.com/oxidecomputer/typify` |
735 | 2024-02-15T22:53:55.504Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
736 | 2024-02-15T22:53:55.894Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
737 | 2024-02-15T22:53:56.165Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
738 | 2024-02-15T22:53:58.140Z | Downloading crates ... |
739 | 2024-02-15T22:53:58.161Z | Downloaded ansi_term v0.12.1 |
740 | 2024-02-15T22:53:58.161Z | Downloaded md5 v0.7.0 |
741 | 2024-02-15T22:53:58.161Z | Downloaded matches v0.1.10 |
742 | 2024-02-15T22:53:58.161Z | Downloaded bytes v1.5.0 |
743 | 2024-02-15T22:53:58.161Z | Downloaded newtype_derive v0.1.6 |
744 | 2024-02-15T22:53:58.162Z | Downloaded match_cfg v0.1.0 |
745 | 2024-02-15T22:53:58.162Z | Downloaded ciborium-io v0.2.2 |
746 | 2024-02-15T22:53:58.162Z | Downloaded libsw v3.3.1 |
747 | 2024-02-15T22:53:58.162Z | Downloaded libefi-sys v0.1.0 |
748 | 2024-02-15T22:53:58.162Z | Downloaded clap_lex v0.5.1 |
749 | 2024-02-15T22:53:58.162Z | Downloaded camino v1.1.6 |
750 | 2024-02-15T22:53:58.162Z | Downloaded blowfish v0.9.1 |
751 | 2024-02-15T22:53:58.162Z | Downloaded chacha20 v0.9.1 |
752 | 2024-02-15T22:53:58.162Z | Downloaded mime v0.3.17 |
753 | 2024-02-15T22:53:58.162Z | Downloaded ciborium v0.2.2 |
754 | 2024-02-15T22:53:58.162Z | Downloaded defmt v0.3.5 |
755 | 2024-02-15T22:53:58.162Z | Downloaded anstyle-parse v0.2.1 |
756 | 2024-02-15T22:53:58.162Z | Downloaded cancel-safe-futures v0.1.5 |
757 | 2024-02-15T22:53:58.163Z | Downloaded ctr v0.9.2 |
758 | 2024-02-15T22:53:58.163Z | Downloaded cipher v0.4.4 |
759 | 2024-02-15T22:53:58.163Z | Downloaded crc32fast v1.3.2 |
760 | 2024-02-15T22:53:58.163Z | Downloaded num v0.4.1 |
761 | 2024-02-15T22:53:58.163Z | Downloaded chacha20poly1305 v0.10.1 |
762 | 2024-02-15T22:53:58.163Z | Downloaded der v0.7.8 |
763 | 2024-02-15T22:53:58.163Z | Downloaded async-stream-impl v0.3.5 |
764 | 2024-02-15T22:53:58.163Z | Downloaded clap v4.4.3 |
765 | 2024-02-15T22:53:58.163Z | Downloaded darling_macro v0.20.3 |
766 | 2024-02-15T22:53:58.163Z | Downloaded openssl-macros v0.1.1 |
767 | 2024-02-15T22:53:58.164Z | Downloaded opaque-debug v0.3.0 |
768 | 2024-02-15T22:53:58.164Z | Downloaded num_threads v0.1.6 |
769 | 2024-02-15T22:53:58.164Z | Downloaded atty v0.2.14 |
770 | 2024-02-15T22:53:58.164Z | Downloaded der_derive v0.7.2 |
771 | 2024-02-15T22:53:58.164Z | Downloaded debug-ignore v1.0.5 |
772 | 2024-02-15T22:53:58.164Z | Downloaded num_cpus v1.16.0 |
773 | 2024-02-15T22:53:58.164Z | Downloaded adler v1.0.2 |
774 | 2024-02-15T22:53:58.164Z | Downloaded arrayref v0.3.7 |
775 | 2024-02-15T22:53:58.164Z | Downloaded openssl-probe v0.1.5 |
776 | 2024-02-15T22:53:58.164Z | Downloaded num_enum_derive v0.5.11 |
777 | 2024-02-15T22:53:58.164Z | Downloaded num-derive v0.4.0 |
778 | 2024-02-15T22:53:58.164Z | Downloaded clap_derive v4.4.2 |
779 | 2024-02-15T22:53:58.164Z | Downloaded num_enum v0.5.11 |
780 | 2024-02-15T22:53:58.165Z | Downloaded paste v1.0.14 |
781 | 2024-02-15T22:53:58.165Z | Downloaded option-ext v0.2.0 |
782 | 2024-02-15T22:53:58.165Z | Downloaded curve25519-dalek-derive v0.1.0 |
783 | 2024-02-15T22:53:58.165Z | Downloaded phf_shared v0.10.0 |
784 | 2024-02-15T22:53:58.165Z | Downloaded crucible-workspace-hack v0.1.0 |
785 | 2024-02-15T22:53:58.165Z | Downloaded diesel_table_macro_syntax v0.1.0 |
786 | 2024-02-15T22:53:58.165Z | Downloaded nibble_vec v0.1.0 |
787 | 2024-02-15T22:53:58.165Z | Downloaded memmap2 v0.7.1 |
788 | 2024-02-15T22:53:58.165Z | Downloaded parse-display v0.9.0 |
789 | 2024-02-15T22:53:58.165Z | Downloaded parse-display-derive v0.9.0 |
790 | 2024-02-15T22:53:58.165Z | Downloaded autocfg v1.1.0 |
791 | 2024-02-15T22:53:58.166Z | Downloaded bcrypt-pbkdf v0.10.0 |
792 | 2024-02-15T22:53:58.166Z | Downloaded normalize-line-endings v0.3.0 |
793 | 2024-02-15T22:53:58.166Z | Downloaded pretty-hex v0.4.1 |
794 | 2024-02-15T22:53:58.166Z | Downloaded anstream v0.5.0 |
795 | 2024-02-15T22:53:58.166Z | Downloaded bitflags v1.3.2 |
796 | 2024-02-15T22:53:58.166Z | Downloaded crossbeam-deque v0.8.3 |
797 | 2024-02-15T22:53:58.166Z | Downloaded num-complex v0.4.4 |
798 | 2024-02-15T22:53:58.166Z | Downloaded block-buffer v0.10.4 |
799 | 2024-02-15T22:53:58.166Z | Downloaded bit-set v0.5.3 |
800 | 2024-02-15T22:53:58.166Z | Downloaded keccak v0.1.4 |
801 | 2024-02-15T22:53:58.167Z | Downloaded derive_more v0.99.17 |
802 | 2024-02-15T22:53:58.167Z | Downloaded cfg-if v1.0.0 |
803 | 2024-02-15T22:53:58.167Z | Downloaded deranged v0.3.8 |
804 | 2024-02-15T22:53:58.167Z | Downloaded thiserror-impl v1.0.56 |
805 | 2024-02-15T22:53:58.167Z | Downloaded lazy_static v1.4.0 |
806 | 2024-02-15T22:53:58.167Z | Downloaded kstat-rs v0.2.3 |
807 | 2024-02-15T22:53:58.167Z | Downloaded byteorder v1.5.0 |
808 | 2024-02-15T22:53:58.167Z | Downloaded itoa v1.0.9 |
809 | 2024-02-15T22:53:58.167Z | Downloaded memmap v0.7.0 |
810 | 2024-02-15T22:53:58.167Z | Downloaded linear-map v1.2.0 |
811 | 2024-02-15T22:53:58.167Z | Downloaded data-encoding v2.4.0 |
812 | 2024-02-15T22:53:58.167Z | Downloaded pbkdf2 v0.12.2 |
813 | 2024-02-15T22:53:58.168Z | Downloaded num-iter v0.1.43 |
814 | 2024-02-15T22:53:58.168Z | Downloaded num-integer v0.1.45 |
815 | 2024-02-15T22:53:58.168Z | Downloaded lock_api v0.4.10 |
816 | 2024-02-15T22:53:58.168Z | Downloaded want v0.3.1 |
817 | 2024-02-15T22:53:58.168Z | Downloaded phf_shared v0.11.2 |
818 | 2024-02-15T22:53:58.168Z | Downloaded pest_generator v2.7.6 |
819 | 2024-02-15T22:53:58.168Z | Downloaded pin-utils v0.1.0 |
820 | 2024-02-15T22:53:58.168Z | Downloaded async-stream v0.3.5 |
821 | 2024-02-15T22:53:58.169Z | Downloaded argon2 v0.5.3 |
822 | 2024-02-15T22:53:58.169Z | Downloaded subtle v2.5.0 |
823 | 2024-02-15T22:53:58.169Z | Downloaded equivalent v1.0.1 |
824 | 2024-02-15T22:53:58.169Z | Downloaded display-error-chain v0.2.0 |
825 | 2024-02-15T22:53:58.169Z | Downloaded bitflags v2.4.0 |
826 | 2024-02-15T22:53:58.169Z | Downloaded linked-hash-map v0.5.6 |
827 | 2024-02-15T22:53:58.169Z | Downloaded async-trait v0.1.77 |
828 | 2024-02-15T22:53:58.182Z | Downloaded percent-encoding v2.3.1 |
829 | 2024-02-15T22:53:58.182Z | Downloaded base64ct v1.6.0 |
830 | 2024-02-15T22:53:58.182Z | Downloaded tokio-macros v2.2.0 |
831 | 2024-02-15T22:53:58.182Z | Downloaded log v0.4.20 |
832 | 2024-02-15T22:53:58.182Z | Downloaded defmt-parser v0.3.3 |
833 | 2024-02-15T22:53:58.182Z | Downloaded topological-sort v0.2.2 |
834 | 2024-02-15T22:53:58.182Z | Downloaded anyhow v1.0.75 |
835 | 2024-02-15T22:53:58.182Z | Downloaded foreign-types-shared v0.3.1 |
836 | 2024-02-15T22:53:58.182Z | Downloaded strsim v0.8.0 |
837 | 2024-02-15T22:53:58.183Z | Downloaded nom v7.1.3 |
838 | 2024-02-15T22:53:58.183Z | Downloaded predicates v3.1.0 |
839 | 2024-02-15T22:53:58.183Z | Downloaded untrusted v0.7.1 |
840 | 2024-02-15T22:53:58.183Z | Downloaded pin-project-lite v0.2.13 |
841 | 2024-02-15T22:53:58.195Z | Downloaded parking_lot v0.11.2 |
842 | 2024-02-15T22:53:58.196Z | Downloaded swrite v0.1.0 |
843 | 2024-02-15T22:53:58.196Z | Downloaded unicode-xid v0.2.4 |
844 | 2024-02-15T22:53:58.196Z | Downloaded untrusted v0.9.0 |
845 | 2024-02-15T22:53:58.196Z | Downloaded addr2line v0.21.0 |
846 | 2024-02-15T22:53:58.196Z | Downloaded darling v0.20.3 |
847 | 2024-02-15T22:53:58.196Z | Downloaded zone v0.3.0 |
848 | 2024-02-15T22:53:58.623Z | Downloaded ed25519 v2.2.2 |
849 | 2024-02-15T22:53:58.623Z | Downloaded sec1 v0.7.3 |
850 | 2024-02-15T22:53:58.623Z | Downloaded num-traits v0.2.16 |
851 | 2024-02-15T22:53:58.623Z | Downloaded is-terminal v0.4.9 |
852 | 2024-02-15T22:53:58.623Z | Downloaded parking_lot_core v0.8.6 |
853 | 2024-02-15T22:53:58.623Z | Downloaded ident_case v1.0.1 |
854 | 2024-02-15T22:53:58.623Z | Downloaded toolchain_find v0.2.0 |
855 | 2024-02-15T22:53:58.623Z | Downloaded crossbeam-epoch v0.9.15 |
856 | 2024-02-15T22:53:58.623Z | Downloaded password-hash v0.4.2 |
857 | 2024-02-15T22:53:58.642Z | Downloaded const-oid v0.9.5 |
858 | 2024-02-15T22:53:58.642Z | Downloaded fnv v1.0.7 |
859 | 2024-02-15T22:53:58.642Z | Downloaded tokio-tungstenite v0.20.1 |
860 | 2024-02-15T22:53:58.642Z | Downloaded serde_urlencoded v0.7.1 |
861 | 2024-02-15T22:53:58.642Z | Downloaded tokio-rustls v0.24.1 |
862 | 2024-02-15T22:53:58.642Z | Downloaded stringprep v0.1.3 |
863 | 2024-02-15T22:53:58.642Z | Downloaded signature v2.1.0 |
864 | 2024-02-15T22:53:58.642Z | Downloaded serde_path_to_error v0.1.15 |
865 | 2024-02-15T22:53:58.642Z | Downloaded futures-task v0.3.30 |
866 | 2024-02-15T22:53:58.642Z | Downloaded form_urlencoded v1.2.1 |
867 | 2024-02-15T22:53:58.642Z | Downloaded blake2 v0.10.6 |
868 | 2024-02-15T22:53:58.642Z | Downloaded yasna v0.5.2 |
869 | 2024-02-15T22:53:58.642Z | Downloaded ipnetwork v0.20.0 |
870 | 2024-02-15T22:53:58.642Z | Downloaded same-file v1.0.6 |
871 | 2024-02-15T22:53:58.642Z | Downloaded rustc_version v0.4.0 |
872 | 2024-02-15T22:53:58.642Z | Downloaded pest_meta v2.7.6 |
873 | 2024-02-15T22:53:58.642Z | Downloaded fastrand v2.0.1 |
874 | 2024-02-15T22:53:58.643Z | Downloaded parking_lot_core v0.9.8 |
875 | 2024-02-15T22:53:58.643Z | Downloaded rustfmt-wrapper v0.2.0 |
876 | 2024-02-15T22:53:58.643Z | Downloaded universal-hash v0.5.1 |
877 | 2024-02-15T22:53:58.643Z | Downloaded rand_core v0.5.1 |
878 | 2024-02-15T22:53:58.643Z | Downloaded time-macros v0.2.13 |
879 | 2024-02-15T22:53:58.643Z | Downloaded fixedbitset v0.4.2 |
880 | 2024-02-15T22:53:58.643Z | Downloaded spki v0.7.2 |
881 | 2024-02-15T22:53:58.643Z | Downloaded diesel_derives v2.1.2 |
882 | 2024-02-15T22:53:58.643Z | Downloaded http-range v0.1.5 |
883 | 2024-02-15T22:53:58.643Z | Downloaded fallible-iterator v0.2.0 |
884 | 2024-02-15T22:53:58.643Z | Downloaded getrandom v0.1.16 |
885 | 2024-02-15T22:53:58.643Z | Downloaded dirs v5.0.1 |
886 | 2024-02-15T22:53:58.643Z | Downloaded hex-literal v0.4.1 |
887 | 2024-02-15T22:53:58.643Z | Downloaded whoami v1.4.1 |
888 | 2024-02-15T22:53:58.643Z | Downloaded gethostname v0.4.3 |
889 | 2024-02-15T22:53:58.643Z | Downloaded tar v0.4.40 |
890 | 2024-02-15T22:53:58.643Z | Downloaded dof v0.1.5 |
891 | 2024-02-15T22:53:58.643Z | Downloaded dirs-sys v0.4.1 |
892 | 2024-02-15T22:53:58.643Z | Downloaded float-cmp v0.9.0 |
893 | 2024-02-15T22:53:58.643Z | Downloaded digest v0.10.7 |
894 | 2024-02-15T22:53:58.643Z | Downloaded slab v0.4.9 |
895 | 2024-02-15T22:53:58.643Z | Downloaded unicode-ident v1.0.12 |
896 | 2024-02-15T22:53:58.643Z | Downloaded structopt-derive v0.4.18 |
897 | 2024-02-15T22:53:58.643Z | Downloaded slog-json v2.6.1 |
898 | 2024-02-15T22:53:58.644Z | Downloaded zone_cfg_derive v0.3.0 |
899 | 2024-02-15T22:53:58.644Z | Downloaded ipnet v2.9.0 |
900 | 2024-02-15T22:53:58.644Z | Downloaded hash32 v0.3.1 |
901 | 2024-02-15T22:53:58.644Z | Downloaded glob v0.3.1 |
902 | 2024-02-15T22:53:58.644Z | Downloaded arc-swap v1.6.0 |
903 | 2024-02-15T22:53:58.644Z | Downloaded rustc-demangle v0.1.23 |
904 | 2024-02-15T22:53:58.644Z | Downloaded ecdsa v0.16.9 |
905 | 2024-02-15T22:53:58.644Z | Downloaded proc-macro-error-attr v1.0.4 |
906 | 2024-02-15T22:53:58.644Z | Downloaded schemars_derive v0.8.16 |
907 | 2024-02-15T22:53:58.644Z | Downloaded toml v0.8.9 |
908 | 2024-02-15T22:53:58.644Z | Downloaded siphasher v0.3.11 |
909 | 2024-02-15T22:53:58.644Z | Downloaded dirs-sys-next v0.1.2 |
910 | 2024-02-15T22:53:58.644Z | Downloaded crossbeam-channel v0.5.8 |
911 | 2024-02-15T22:53:58.644Z | Downloaded hash32 v0.2.1 |
912 | 2024-02-15T22:53:58.644Z | Downloaded httpdate v1.0.3 |
913 | 2024-02-15T22:53:58.644Z | Downloaded p256 v0.13.2 |
914 | 2024-02-15T22:53:58.644Z | Downloaded minimal-lexical v0.2.1 |
915 | 2024-02-15T22:53:58.644Z | Downloaded usdt-attr-macro v0.3.5 |
916 | 2024-02-15T22:53:58.644Z | Downloaded base64 v0.21.7 |
917 | 2024-02-15T22:53:58.644Z | Downloaded group v0.13.0 |
918 | 2024-02-15T22:53:58.645Z | Downloaded foreign-types-shared v0.1.1 |
919 | 2024-02-15T22:53:58.645Z | Downloaded foreign-types v0.3.2 |
920 | 2024-02-15T22:53:58.645Z | Downloaded futures-io v0.3.30 |
921 | 2024-02-15T22:53:58.645Z | Downloaded string_cache v0.8.7 |
922 | 2024-02-15T22:53:58.645Z | Downloaded toml_datetime v0.6.5 |
923 | 2024-02-15T22:53:58.645Z | Downloaded hubpack v0.1.2 |
924 | 2024-02-15T22:53:58.645Z | Downloaded sha1 v0.10.6 |
925 | 2024-02-15T22:53:58.645Z | Downloaded tungstenite v0.20.1 |
926 | 2024-02-15T22:53:58.645Z | Downloaded textwrap v0.11.0 |
927 | 2024-02-15T22:53:58.645Z | Downloaded socket2 v0.4.9 |
928 | 2024-02-15T22:53:58.645Z | Downloaded ryu v1.0.15 |
929 | 2024-02-15T22:53:58.645Z | Downloaded dtrace-parser v0.2.0 |
930 | 2024-02-15T22:53:58.645Z | Downloaded headers-core v0.2.0 |
931 | 2024-02-15T22:53:58.645Z | Downloaded strum v0.25.0 |
932 | 2024-02-15T22:53:58.645Z | Downloaded http-body v0.4.5 |
933 | 2024-02-15T22:53:58.645Z | Downloaded semver v0.11.0 |
934 | 2024-02-15T22:53:58.645Z | Downloaded cc v1.0.83 |
935 | 2024-02-15T22:53:58.645Z | Downloaded rustversion v1.0.14 |
936 | 2024-02-15T22:53:58.645Z | Downloaded futures-sink v0.3.30 |
937 | 2024-02-15T22:53:58.645Z | Downloaded flagset v0.4.3 |
938 | 2024-02-15T22:53:58.645Z | Downloaded hyper-rustls v0.24.2 |
939 | 2024-02-15T22:53:58.645Z | Downloaded futures-channel v0.3.30 |
940 | 2024-02-15T22:53:58.645Z | Downloaded httparse v1.8.0 |
941 | 2024-02-15T22:53:58.645Z | Downloaded foreign-types-macros v0.2.3 |
942 | 2024-02-15T22:53:58.645Z | Downloaded unicase v2.7.0 |
943 | 2024-02-15T22:53:58.646Z | Downloaded smallvec v1.13.1 |
944 | 2024-02-15T22:53:58.646Z | Downloaded unsafe-libyaml v0.2.10 |
945 | 2024-02-15T22:53:58.646Z | Downloaded zip v0.6.6 |
946 | 2024-02-15T22:53:58.646Z | Downloaded heck v0.3.3 |
947 | 2024-02-15T22:53:58.646Z | Downloaded crossterm v0.27.0 |
948 | 2024-02-15T22:53:58.646Z | Downloaded usdt-macro v0.5.0 |
949 | 2024-02-15T22:53:58.646Z | Downloaded usdt-macro v0.3.5 |
950 | 2024-02-15T22:53:58.646Z | Downloaded rand_chacha v0.2.2 |
951 | 2024-02-15T22:53:58.646Z | Downloaded xattr v1.0.1 |
952 | 2024-02-15T22:53:58.646Z | Downloaded fxhash v0.2.1 |
953 | 2024-02-15T22:53:58.646Z | Downloaded sha2 v0.10.8 |
954 | 2024-02-15T22:53:58.646Z | Downloaded proc-macro2 v1.0.78 |
955 | 2024-02-15T22:53:58.646Z | Downloaded mio v0.8.9 |
956 | 2024-02-15T22:53:58.646Z | Downloaded scroll_derive v0.12.0 |
957 | 2024-02-15T22:53:59.088Z | Downloaded signal-hook-mio v0.2.3 |
958 | 2024-02-15T22:53:59.089Z | Downloaded sct v0.7.0 |
959 | 2024-02-15T22:53:59.089Z | Downloaded waitgroup v0.1.2 |
960 | 2024-02-15T22:53:59.089Z | Downloaded semver-parser v0.10.2 |
961 | 2024-02-15T22:53:59.089Z | Downloaded slog-dtrace v0.3.0 |
962 | 2024-02-15T22:53:59.089Z | Downloaded futures-macro v0.3.30 |
963 | 2024-02-15T22:53:59.090Z | Downloaded signal-hook v0.3.17 |
964 | 2024-02-15T22:53:59.090Z | Downloaded rand_core v0.6.4 |
965 | 2024-02-15T22:53:59.090Z | Downloaded foreign-types v0.5.0 |
966 | 2024-02-15T22:53:59.090Z | Downloaded semver v1.0.21 |
967 | 2024-02-15T22:53:59.090Z | Downloaded schemars v0.8.16 |
968 | 2024-02-15T22:53:59.091Z | Downloaded rustls-pemfile v2.0.0 |
969 | 2024-02-15T22:53:59.091Z | Downloaded dtrace-parser v0.1.14 |
970 | 2024-02-15T22:53:59.091Z | Downloaded thiserror-impl-no-std v2.0.2 |
971 | 2024-02-15T22:53:59.091Z | Downloaded futures v0.3.30 |
972 | 2024-02-15T22:53:59.091Z | Downloaded pest v2.7.6 |
973 | 2024-02-15T22:53:59.091Z | Downloaded slog-async v2.8.0 |
974 | 2024-02-15T22:53:59.091Z | Downloaded ghash v0.5.0 |
975 | 2024-02-15T22:53:59.091Z | Downloaded home v0.5.5 |
976 | 2024-02-15T22:53:59.092Z | Downloaded usdt v0.3.5 |
977 | 2024-02-15T22:53:59.092Z | Downloaded serde_tokenstream v0.1.7 |
978 | 2024-02-15T22:53:59.092Z | Downloaded structopt v0.3.26 |
979 | 2024-02-15T22:53:59.092Z | Downloaded russh-cryptovec v0.7.0 |
980 | 2024-02-15T22:53:59.092Z | Downloaded serde_spanned v0.6.5 |
981 | 2024-02-15T22:53:59.092Z | Downloaded typenum v1.16.0 |
982 | 2024-02-15T22:53:59.092Z | Downloaded scheduled-thread-pool v0.2.7 |
983 | 2024-02-15T22:53:59.093Z | Downloaded zeroize_derive v1.4.2 |
984 | 2024-02-15T22:53:59.093Z | Downloaded generic-array v0.14.7 |
985 | 2024-02-15T22:53:59.093Z | Downloaded hyper-staticfile v0.9.5 |
986 | 2024-02-15T22:53:59.093Z | Downloaded tinyvec_macros v0.1.1 |
987 | 2024-02-15T22:53:59.093Z | Downloaded rand v0.8.5 |
988 | 2024-02-15T22:53:59.094Z | Downloaded instant v0.1.12 |
989 | 2024-02-15T22:53:59.094Z | Downloaded usdt-attr-macro v0.5.0 |
990 | 2024-02-15T22:53:59.094Z | Downloaded errno v0.3.8 |
991 | 2024-02-15T22:53:59.094Z | Downloaded rfc6979 v0.4.0 |
992 | 2024-02-15T22:53:59.094Z | Downloaded structmeta-derive v0.3.0 |
993 | 2024-02-15T22:53:59.094Z | Downloaded filetime v0.2.23 |
994 | 2024-02-15T22:53:59.095Z | Downloaded tokio-stream v0.1.14 |
995 | 2024-02-15T22:53:59.095Z | Downloaded vsss-rs v3.3.4 |
996 | 2024-02-15T22:53:59.095Z | Downloaded serde_yaml v0.9.25 |
997 | 2024-02-15T22:53:59.095Z | Downloaded heck v0.4.1 |
998 | 2024-02-15T22:53:59.095Z | Downloaded num-bigint v0.4.4 |
999 | 2024-02-15T22:53:59.095Z | Downloaded endian-type v0.1.2 |
1000 | 2024-02-15T22:53:59.096Z | Downloaded hex v0.4.3 |
1001 | 2024-02-15T22:53:59.096Z | Downloaded hostname v0.3.1 |
1002 | 2024-02-15T22:53:59.096Z | Downloaded utf-8 v0.7.6 |
1003 | 2024-02-15T22:53:59.096Z | Downloaded russh-keys v0.40.1 |
1004 | 2024-02-15T22:53:59.096Z | Downloaded slog-term v2.9.0 |
1005 | 2024-02-15T22:53:59.096Z | Downloaded scopeguard v1.2.0 |
1006 | 2024-02-15T22:53:59.096Z | Downloaded usdt v0.5.0 |
1007 | 2024-02-15T22:53:59.096Z | Downloaded zeroize v1.7.0 |
1008 | 2024-02-15T22:53:59.096Z | Downloaded signal-hook-registry v1.4.1 |
1009 | 2024-02-15T22:53:59.096Z | Downloaded term v0.7.0 |
1010 | 2024-02-15T22:53:59.097Z | Downloaded slog-envlogger v2.2.0 |
1011 | 2024-02-15T22:53:59.097Z | Downloaded resolv-conf v0.7.0 |
1012 | 2024-02-15T22:53:59.097Z | Downloaded semver v0.1.20 |
1013 | 2024-02-15T22:53:59.097Z | Downloaded strum_macros v0.25.2 |
1014 | 2024-02-15T22:53:59.097Z | Downloaded tokio-postgres v0.7.10 |
1015 | 2024-02-15T22:53:59.097Z | Downloaded iana-time-zone v0.1.57 |
1016 | 2024-02-15T22:53:59.097Z | Downloaded proc-macro-crate v1.3.1 |
1017 | 2024-02-15T22:53:59.097Z | Downloaded zerocopy v0.3.0 |
1018 | 2024-02-15T22:53:59.097Z | Downloaded vec_map v0.8.2 |
1019 | 2024-02-15T22:53:59.098Z | Downloaded rustls-pki-types v1.1.0 |
1020 | 2024-02-15T22:53:59.098Z | Downloaded spin v0.9.8 |
1021 | 2024-02-15T22:53:59.098Z | Downloaded enum-as-inner v0.5.1 |
1022 | 2024-02-15T22:53:59.098Z | Downloaded scroll v0.12.0 |
1023 | 2024-02-15T22:53:59.098Z | Downloaded proc-macro-error v1.0.4 |
1024 | 2024-02-15T22:53:59.098Z | Downloaded unicode-bidi v0.3.13 |
1025 | 2024-02-15T22:53:59.098Z | Downloaded spin v0.5.2 |
1026 | 2024-02-15T22:53:59.098Z | Downloaded smf v0.2.2 |
1027 | 2024-02-15T22:53:59.098Z | Downloaded tinyvec v1.6.0 |
1028 | 2024-02-15T22:53:59.098Z | Downloaded ed25519-dalek v2.0.0 |
1029 | 2024-02-15T22:53:59.099Z | Downloaded dyn-clone v1.0.16 |
1030 | 2024-02-15T22:53:59.099Z | Downloaded ucd-trie v0.1.6 |
1031 | 2024-02-15T22:53:59.099Z | Downloaded synstructure v0.12.6 |
1032 | 2024-02-15T22:53:59.099Z | Downloaded structmeta v0.3.0 |
1033 | 2024-02-15T22:53:59.099Z | Downloaded getrandom v0.2.10 |
1034 | 2024-02-15T22:53:59.099Z | Downloaded zerocopy-derive v0.7.32 |
1035 | 2024-02-15T22:53:59.099Z | Downloaded half v2.3.1 |
1036 | 2024-02-15T22:53:59.099Z | Downloaded toml_edit v0.19.15 |
1037 | 2024-02-15T22:53:59.100Z | Downloaded tempfile v3.10.0 |
1038 | 2024-02-15T22:53:59.100Z | Downloaded quote v1.0.35 |
1039 | 2024-02-15T22:53:59.100Z | Downloaded uuid v1.7.0 |
1040 | 2024-02-15T22:53:59.100Z | Downloaded flate2 v1.0.28 |
1041 | 2024-02-15T22:53:59.100Z | Downloaded inout v0.1.3 |
1042 | 2024-02-15T22:53:59.100Z | Downloaded usdt-impl v0.5.0 |
1043 | 2024-02-15T22:53:59.100Z | Downloaded tracing-attributes v0.1.26 |
1044 | 2024-02-15T22:53:59.100Z | Downloaded unicode-normalization v0.1.22 |
1045 | 2024-02-15T22:53:59.101Z | Downloaded aes-gcm v0.10.3 |
1046 | 2024-02-15T22:53:59.101Z | Downloaded time v0.3.27 |
1047 | 2024-02-15T22:53:59.101Z | Downloaded headers v0.3.9 |
1048 | 2024-02-15T22:53:59.101Z | Downloaded serde_repr v0.1.16 |
1049 | 2024-02-15T22:53:59.101Z | Downloaded primeorder v0.13.6 |
1050 | 2024-02-15T22:53:59.102Z | Downloaded url v2.5.0 |
1051 | 2024-02-15T22:53:59.102Z | Downloaded steno v0.4.0 |
1052 | 2024-02-15T22:53:59.102Z | Downloaded hashbrown v0.13.2 |
1053 | 2024-02-15T22:53:59.102Z | Downloaded trust-dns-server v0.22.1 |
1054 | 2024-02-15T22:53:59.102Z | Downloaded toml v0.5.11 |
1055 | 2024-02-15T22:53:59.103Z | Downloaded similar v2.3.0 |
1056 | 2024-02-15T22:53:59.103Z | Downloaded toml_edit v0.21.1 |
1057 | 2024-02-15T22:53:59.123Z | Downloaded serde v1.0.196 |
1058 | 2024-02-15T22:53:59.123Z | Downloaded indexmap v1.9.3 |
1059 | 2024-02-15T22:53:59.123Z | Downloaded heapless v0.7.16 |
1060 | 2024-02-15T22:53:59.123Z | Downloaded serde_derive v1.0.196 |
1061 | 2024-02-15T22:53:59.123Z | Downloaded tracing v0.1.37 |
1062 | 2024-02-15T22:53:59.123Z | Downloaded elliptic-curve v0.13.8 |
1063 | 2024-02-15T22:53:59.123Z | Downloaded heapless v0.8.0 |
1064 | 2024-02-15T22:53:59.123Z | Downloaded tracing-core v0.1.31 |
1065 | 2024-02-15T22:53:59.123Z | Downloaded trust-dns-client v0.22.0 |
1066 | 2024-02-15T22:53:59.124Z | Downloaded petgraph v0.6.4 |
1067 | 2024-02-15T22:53:59.124Z | Downloaded indexmap v2.2.2 |
1068 | 2024-02-15T22:53:59.124Z | Downloaded tokio-util v0.7.10 |
1069 | 2024-02-15T22:53:59.124Z | Downloaded zerocopy v0.7.32 |
1070 | 2024-02-15T22:53:59.124Z | Downloaded russh v0.40.2 |
1071 | 2024-02-15T22:53:59.124Z | Downloaded http v0.2.11 |
1072 | 2024-02-15T22:53:59.124Z | Downloaded hashbrown v0.14.2 |
1073 | 2024-02-15T22:53:59.124Z | Downloaded serde_json v1.0.113 |
1074 | 2024-02-15T22:53:59.124Z | Downloaded serde_with v3.6.0 |
1075 | 2024-02-15T22:53:59.124Z | Downloaded rand v0.7.3 |
1076 | 2024-02-15T22:53:59.124Z | Downloaded itertools v0.12.1 |
1077 | 2024-02-15T22:53:59.124Z | Downloaded rustls-webpki v0.101.7 |
1078 | 2024-02-15T22:53:59.125Z | Downloaded reqwest v0.11.22 |
1079 | 2024-02-15T22:53:59.125Z | Downloaded rustls-webpki v0.102.1 |
1080 | 2024-02-15T22:53:59.125Z | Downloaded winnow v0.5.15 |
1081 | 2024-02-15T22:53:59.125Z | Downloaded rayon v1.8.0 |
1082 | 2024-02-15T22:53:59.125Z | Downloaded itertools v0.10.5 |
1083 | 2024-02-15T22:53:59.125Z | Downloaded hyper v0.14.27 |
1084 | 2024-02-15T22:53:59.125Z | Downloaded h2 v0.3.24 |
1085 | 2024-02-15T22:53:59.125Z | Downloaded futures-util v0.3.30 |
1086 | 2024-02-15T22:53:59.125Z | Downloaded rustls v0.21.9 |
1087 | 2024-02-15T22:53:59.125Z | Downloaded syn v1.0.109 |
1088 | 2024-02-15T22:53:59.125Z | Downloaded radix_trie v0.2.1 |
1089 | 2024-02-15T22:53:59.125Z | Downloaded hkdf v0.12.4 |
1090 | 2024-02-15T22:53:59.125Z | Downloaded object v0.32.1 |
1091 | 2024-02-15T22:53:59.126Z | Downloaded goblin v0.8.0 |
1092 | 2024-02-15T22:53:59.126Z | Downloaded rustix v0.37.23 |
1093 | 2024-02-15T22:53:59.126Z | Downloaded bstr v1.6.0 |
1094 | 2024-02-15T22:53:59.126Z | Downloaded regex-syntax v0.8.2 |
1095 | 2024-02-15T22:53:59.126Z | Downloaded regex v1.10.3 |
1096 | 2024-02-15T22:53:59.126Z | Downloaded trust-dns-proto v0.22.0 |
1097 | 2024-02-15T22:53:59.126Z | Downloaded sled v0.34.7 |
1098 | 2024-02-15T22:53:59.126Z | Downloaded diesel v2.1.4 |
1099 | 2024-02-15T22:53:59.126Z | Downloaded vcpkg v0.2.15 |
1100 | 2024-02-15T22:53:59.126Z | Downloaded syn v2.0.48 |
1101 | 2024-02-15T22:53:59.126Z | Downloaded regress v0.7.1 |
1102 | 2024-02-15T22:53:59.126Z | Downloaded idna v0.2.3 |
1103 | 2024-02-15T22:53:59.127Z | Downloaded gimli v0.28.0 |
1104 | 2024-02-15T22:53:59.127Z | Downloaded smoltcp v0.11.0 |
1105 | 2024-02-15T22:53:59.127Z | Downloaded openapiv3 v2.0.0 |
1106 | 2024-02-15T22:53:59.127Z | Downloaded rustls v0.22.2 |
1107 | 2024-02-15T22:53:59.127Z | Downloaded rustix v0.38.31 |
1108 | 2024-02-15T22:53:59.140Z | Downloaded libc v0.2.153 |
1109 | 2024-02-15T22:53:59.150Z | Downloaded idna v0.5.0 |
1110 | 2024-02-15T22:53:59.156Z | Downloaded regex-automata v0.4.4 |
1111 | 2024-02-15T22:53:59.181Z | Downloaded zerocopy-derive v0.2.0 |
1112 | 2024-02-15T22:53:59.612Z | Downloaded zerocopy-derive v0.6.4 |
1113 | 2024-02-15T22:53:59.612Z | Downloaded regex-automata v0.3.8 |
1114 | 2024-02-15T22:53:59.628Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1115 | 2024-02-15T22:53:59.628Z | Downloaded webpki-roots v0.25.2 |
1116 | 2024-02-15T22:53:59.628Z | Downloaded curve25519-dalek v4.1.1 |
1117 | 2024-02-15T22:53:59.628Z | Downloaded openssl v0.10.60 |
1118 | 2024-02-15T22:53:59.629Z | Downloaded smoltcp v0.9.1 |
1119 | 2024-02-15T22:53:59.629Z | Downloaded bstr v0.2.17 |
1120 | 2024-02-15T22:53:59.629Z | Downloaded blake3 v1.5.0 |
1121 | 2024-02-15T22:53:59.629Z | Downloaded tokio v1.36.0 |
1122 | 2024-02-15T22:53:59.629Z | Downloaded ring v0.17.7 |
1123 | 2024-02-15T22:53:59.629Z | Downloaded sha3 v0.10.8 |
1124 | 2024-02-15T22:53:59.629Z | Downloaded regex-automata v0.1.10 |
1125 | 2024-02-15T22:53:59.629Z | Downloaded clap v2.34.0 |
1126 | 2024-02-15T22:53:59.629Z | Downloaded clap_builder v4.4.2 |
1127 | 2024-02-15T22:53:59.629Z | Downloaded aho-corasick v1.0.4 |
1128 | 2024-02-15T22:53:59.629Z | Downloaded chrono v0.4.31 |
1129 | 2024-02-15T22:53:59.629Z | Downloaded http v1.0.0 |
1130 | 2024-02-15T22:53:59.629Z | Downloaded hashbrown v0.12.3 |
1131 | 2024-02-15T22:53:59.629Z | Downloaded hmac v0.12.1 |
1132 | 2024-02-15T22:53:59.630Z | Downloaded io-lifetimes v1.0.11 |
1133 | 2024-02-15T22:53:59.630Z | Downloaded aes v0.8.3 |
1134 | 2024-02-15T22:53:59.630Z | Downloaded thiserror-no-std v2.0.2 |
1135 | 2024-02-15T22:53:59.630Z | Downloaded hyper-tls v0.5.0 |
1136 | 2024-02-15T22:53:59.630Z | Downloaded libm v0.2.7 |
1137 | 2024-02-15T22:53:59.630Z | Downloaded trust-dns-resolver v0.22.0 |
1138 | 2024-02-15T22:53:59.630Z | Downloaded winapi v0.3.9 |
1139 | 2024-02-15T22:53:59.630Z | Downloaded rayon-core v1.12.0 |
1140 | 2024-02-15T22:53:59.630Z | Downloaded rcgen v0.12.1 |
1141 | 2024-02-15T22:53:59.630Z | Downloaded version_check v0.9.4 |
1142 | 2024-02-15T22:53:59.631Z | Downloaded ff v0.13.0 |
1143 | 2024-02-15T22:53:59.631Z | Downloaded encoding_rs v0.8.33 |
1144 | 2024-02-15T22:53:59.631Z | Downloaded slog v2.7.0 |
1145 | 2024-02-15T22:53:59.631Z | Downloaded rand_chacha v0.3.1 |
1146 | 2024-02-15T22:53:59.631Z | Downloaded unicode-segmentation v1.10.1 |
1147 | 2024-02-15T22:53:59.631Z | Downloaded either v1.9.0 |
1148 | 2024-02-15T22:53:59.631Z | Downloaded slog-stdlog v4.1.1 |
1149 | 2024-02-15T22:53:59.631Z | Downloaded r2d2 v0.8.10 |
1150 | 2024-02-15T22:53:59.631Z | Downloaded dof v0.3.0 |
1151 | 2024-02-15T22:53:59.631Z | Downloaded tokio-rustls v0.25.0 |
1152 | 2024-02-15T22:53:59.631Z | Downloaded memchr v2.6.3 |
1153 | 2024-02-15T22:53:59.631Z | Downloaded usdt-impl v0.3.5 |
1154 | 2024-02-15T22:53:59.631Z | Downloaded secrecy v0.8.0 |
1155 | 2024-02-15T22:53:59.631Z | Downloaded zerocopy v0.6.4 |
1156 | 2024-02-15T22:53:59.631Z | Downloaded socket2 v0.5.5 |
1157 | 2024-02-15T22:53:59.631Z | Downloaded backtrace v0.3.69 |
1158 | 2024-02-15T22:53:59.631Z | Downloaded embedded-io v0.4.0 |
1159 | 2024-02-15T22:53:59.631Z | Downloaded difflib v0.4.0 |
1160 | 2024-02-15T22:53:59.632Z | Downloaded thread-id v4.2.0 |
1161 | 2024-02-15T22:53:59.632Z | Downloaded serde_tokenstream v0.2.0 |
1162 | 2024-02-15T22:53:59.632Z | Downloaded futures-executor v0.3.30 |
1163 | 2024-02-15T22:53:59.632Z | Downloaded utf8parse v0.2.1 |
1164 | 2024-02-15T22:53:59.632Z | Downloaded serde_with_macros v3.6.0 |
1165 | 2024-02-15T22:53:59.632Z | Downloaded terminal_size v0.2.6 |
1166 | 2024-02-15T22:53:59.632Z | Downloaded walkdir v2.4.0 |
1167 | 2024-02-15T22:53:59.632Z | Downloaded serde_derive_internals v0.26.0 |
1168 | 2024-02-15T22:53:59.633Z | Downloaded rustc_version v0.1.7 |
1169 | 2024-02-15T22:53:59.633Z | Downloaded allocator-api2 v0.2.16 |
1170 | 2024-02-15T22:53:59.633Z | Downloaded futures-core v0.3.30 |
1171 | 2024-02-15T22:53:59.633Z | Downloaded crypto-bigint v0.5.2 |
1172 | 2024-02-15T22:53:59.633Z | Downloaded slog-scope v4.4.0 |
1173 | 2024-02-15T22:53:59.633Z | Downloaded thread_local v1.1.7 |
1174 | 2024-02-15T22:53:59.633Z | Downloaded quick-error v1.2.3 |
1175 | 2024-02-15T22:53:59.633Z | Downloaded slog-bunyan v2.5.0 |
1176 | 2024-02-15T22:53:59.633Z | Downloaded tokio-native-tls v0.3.1 |
1177 | 2024-02-15T22:53:59.633Z | Downloaded getopts v0.2.21 |
1178 | 2024-02-15T22:53:59.633Z | Downloaded toml v0.7.8 |
1179 | 2024-02-15T22:53:59.634Z | Downloaded thiserror v1.0.56 |
1180 | 2024-02-15T22:53:59.634Z | Downloaded subprocess v0.2.9 |
1181 | 2024-02-15T22:53:59.634Z | Downloaded postcard v1.0.8 |
1182 | 2024-02-15T22:53:59.634Z | Downloaded dirs-next v2.0.0 |
1183 | 2024-02-15T22:53:59.634Z | Downloaded openssl-sys v0.9.96 |
1184 | 2024-02-15T22:53:59.634Z | Downloaded static_assertions v1.1.0 |
1185 | 2024-02-15T22:53:59.634Z | Downloaded miniz_oxide v0.7.1 |
1186 | 2024-02-15T22:53:59.635Z | Downloaded omicron-zone-package v0.11.0 |
1187 | 2024-02-15T22:53:59.635Z | Downloaded postgres-protocol v0.6.6 |
1188 | 2024-02-15T22:53:59.635Z | Downloaded darling_core v0.20.3 |
1189 | 2024-02-15T22:53:59.635Z | Downloaded derive-where v1.2.7 |
1190 | 2024-02-15T22:53:59.635Z | Downloaded owo-colors v4.0.0 |
1191 | 2024-02-15T22:53:59.646Z | Downloaded parking_lot v0.12.1 |
1192 | 2024-02-15T22:53:59.646Z | Downloaded rustls-pemfile v1.0.3 |
1193 | 2024-02-15T22:53:59.646Z | Downloaded pkcs8 v0.10.2 |
1194 | 2024-02-15T22:53:59.646Z | Downloaded console v0.15.8 |
1195 | 2024-02-15T22:53:59.646Z | Downloaded poly1305 v0.8.0 |
1196 | 2024-02-15T22:53:59.646Z | Downloaded platforms v3.0.2 |
1197 | 2024-02-15T22:53:59.646Z | Downloaded ahash v0.8.7 |
1198 | 2024-02-15T22:53:59.646Z | Downloaded pem-rfc7468 v0.7.0 |
1199 | 2024-02-15T22:53:59.646Z | Downloaded multer v3.0.0 |
1200 | 2024-02-15T22:54:00.519Z | Downloaded unicode-width v0.1.11 |
1201 | 2024-02-15T22:54:00.519Z | Downloaded pest_derive v2.7.6 |
1202 | 2024-02-15T22:54:00.519Z | Downloaded hubpack_derive v0.1.1 |
1203 | 2024-02-15T22:54:00.520Z | Downloaded password-hash v0.5.0 |
1204 | 2024-02-15T22:54:00.520Z | Downloaded strsim v0.10.0 |
1205 | 2024-02-15T22:54:00.520Z | Downloaded stable_deref_trait v1.2.0 |
1206 | 2024-02-15T22:54:00.520Z | Downloaded ppv-lite86 v0.2.17 |
1207 | 2024-02-15T22:54:00.520Z | Downloaded backoff v0.4.0 |
1208 | 2024-02-15T22:54:00.520Z | Downloaded polyval v0.6.1 |
1209 | 2024-02-15T22:54:00.520Z | Downloaded pkg-config v0.3.27 |
1210 | 2024-02-15T22:54:00.520Z | Downloaded phf v0.11.2 |
1211 | 2024-02-15T22:54:00.521Z | Downloaded lru-cache v0.1.2 |
1212 | 2024-02-15T22:54:00.521Z | Downloaded block-padding v0.3.3 |
1213 | 2024-02-15T22:54:00.521Z | Downloaded lalrpop-util v0.19.12 |
1214 | 2024-02-15T22:54:00.521Z | Downloaded arrayvec v0.7.4 |
1215 | 2024-02-15T22:54:00.521Z | Downloaded try-lock v0.2.4 |
1216 | 2024-02-15T22:54:00.521Z | Downloaded tower-service v0.3.2 |
1217 | 2024-02-15T22:54:00.521Z | Downloaded time-core v0.1.1 |
1218 | 2024-02-15T22:54:00.521Z | Downloaded take_mut v0.2.2 |
1219 | 2024-02-15T22:54:00.522Z | Downloaded native-tls v0.2.11 |
1220 | 2024-02-15T22:54:00.522Z | Downloaded cobs v0.2.3 |
1221 | 2024-02-15T22:54:00.522Z | Downloaded bit-vec v0.6.3 |
1222 | 2024-02-15T22:54:00.522Z | Downloaded managed v0.8.0 |
1223 | 2024-02-15T22:54:00.522Z | Downloaded colored v2.0.4 |
1224 | 2024-02-15T22:54:00.522Z | Downloaded once_cell v1.19.0 |
1225 | 2024-02-15T22:54:00.522Z | Downloaded num-rational v0.4.1 |
1226 | 2024-02-15T22:54:00.522Z | Downloaded pem v3.0.2 |
1227 | 2024-02-15T22:54:00.522Z | Downloaded crossbeam-utils v0.8.16 |
1228 | 2024-02-15T22:54:00.523Z | Downloaded base16ct v0.2.0 |
1229 | 2024-02-15T22:54:00.523Z | Downloaded pretty-hex v0.2.1 |
1230 | 2024-02-15T22:54:00.523Z | Downloaded predicates-core v1.0.6 |
1231 | 2024-02-15T22:54:00.523Z | Downloaded anstyle v1.0.2 |
1232 | 2024-02-15T22:54:00.523Z | Downloaded atomic-waker v1.1.1 |
1233 | 2024-02-15T22:54:00.523Z | Downloaded aead v0.5.2 |
1234 | 2024-02-15T22:54:00.523Z | Downloaded postgres-types v0.2.6 |
1235 | 2024-02-15T22:54:00.523Z | Downloaded md-5 v0.10.5 |
1236 | 2024-02-15T22:54:00.523Z | Downloaded precomputed-hash v0.1.1 |
1237 | 2024-02-15T22:54:00.524Z | Downloaded bzip2 v0.4.4 |
1238 | 2024-02-15T22:54:00.524Z | Downloaded memoffset v0.9.0 |
1239 | 2024-02-15T22:54:00.524Z | Downloaded convert_case v0.4.0 |
1240 | 2024-02-15T22:54:00.524Z | Downloaded defmt-macros v0.3.6 |
1241 | 2024-02-15T22:54:00.524Z | Downloaded plain v0.2.3 |
1242 | 2024-02-15T22:54:00.524Z | Downloaded cstr-argument v0.1.2 |
1243 | 2024-02-15T22:54:00.524Z | Downloaded new_debug_unreachable v1.0.4 |
1244 | 2024-02-15T22:54:00.524Z | Downloaded colorchoice v1.0.0 |
1245 | 2024-02-15T22:54:00.524Z | Downloaded mime_guess v2.0.4 |
1246 | 2024-02-15T22:54:00.524Z | Downloaded anstyle-query v1.0.0 |
1247 | 2024-02-15T22:54:00.525Z | Downloaded cpufeatures v0.2.12 |
1248 | 2024-02-15T22:54:00.525Z | Downloaded pbkdf2 v0.11.0 |
1249 | 2024-02-15T22:54:00.525Z | Downloaded constant_time_eq v0.3.0 |
1250 | 2024-02-15T22:54:00.525Z | Downloaded atomicwrites v0.4.3 |
1251 | 2024-02-15T22:54:00.525Z | Downloaded crypto-common v0.1.6 |
1252 | 2024-02-15T22:54:00.525Z | Downloaded camino-tempfile v1.1.1 |
1253 | 2024-02-15T22:54:00.525Z | Downloaded macaddr v1.0.1 |
1254 | 2024-02-15T22:54:00.525Z | Downloaded cbc v0.1.2 |
1255 | 2024-02-15T22:54:00.525Z | Downloaded ciborium-ll v0.2.2 |
1256 | 2024-02-15T22:54:00.526Z | Downloaded ring v0.16.20 |
1257 | 2024-02-15T22:54:00.547Z | Compiling proc-macro2 v1.0.78 |
1258 | 2024-02-15T22:54:00.547Z | Compiling unicode-ident v1.0.12 |
1259 | 2024-02-15T22:54:00.547Z | Compiling libc v0.2.153 |
1260 | 2024-02-15T22:54:00.547Z | Compiling serde v1.0.196 |
1261 | 2024-02-15T22:54:00.547Z | Compiling version_check v0.9.4 |
1262 | 2024-02-15T22:54:00.547Z | Compiling autocfg v1.1.0 |
1263 | 2024-02-15T22:54:00.548Z | Compiling cfg-if v1.0.0 |
1264 | 2024-02-15T22:54:00.548Z | Compiling syn v1.0.109 |
1265 | 2024-02-15T22:54:00.548Z | Compiling once_cell v1.19.0 |
1266 | 2024-02-15T22:54:00.548Z | Compiling thiserror v1.0.56 |
1267 | 2024-02-15T22:54:00.830Z | Compiling memchr v2.6.3 |
1268 | 2024-02-15T22:54:00.989Z | Compiling byteorder v1.5.0 |
1269 | 2024-02-15T22:54:01.517Z | Compiling lock_api v0.4.10 |
1270 | 2024-02-15T22:54:01.518Z | Compiling typenum v1.16.0 |
1271 | 2024-02-15T22:54:02.034Z | Compiling ahash v0.8.7 |
1272 | 2024-02-15T22:54:02.321Z | Compiling parking_lot_core v0.9.8 |
1273 | 2024-02-15T22:54:02.789Z | Compiling generic-array v0.14.7 |
1274 | 2024-02-15T22:54:02.789Z | Compiling libm v0.2.7 |
1275 | 2024-02-15T22:54:02.789Z | Compiling num-traits v0.2.16 |
1276 | 2024-02-15T22:54:02.789Z | Compiling serde_json v1.0.113 |
1277 | 2024-02-15T22:54:02.790Z | Compiling itoa v1.0.9 |
1278 | 2024-02-15T22:54:03.377Z | Compiling slab v0.4.9 |
1279 | 2024-02-15T22:54:03.398Z | Compiling log v0.4.20 |
1280 | 2024-02-15T22:54:03.398Z | Compiling scopeguard v1.2.0 |
1281 | 2024-02-15T22:54:03.513Z | Compiling ryu v1.0.15 |
1282 | 2024-02-15T22:54:03.579Z | Compiling quote v1.0.35 |
1283 | 2024-02-15T22:54:03.892Z | Compiling cc v1.0.83 |
1284 | 2024-02-15T22:54:04.118Z | Compiling syn v2.0.48 |
1285 | 2024-02-15T22:54:04.711Z | Compiling getrandom v0.2.10 |
1286 | 2024-02-15T22:54:04.715Z | Compiling rand_core v0.6.4 |
1287 | 2024-02-15T22:54:05.302Z | Compiling pkg-config v0.3.27 |
1288 | 2024-02-15T22:54:05.317Z | Compiling allocator-api2 v0.2.16 |
1289 | 2024-02-15T22:54:05.317Z | Compiling equivalent v1.0.1 |
1290 | 2024-02-15T22:54:05.317Z | Compiling smallvec v1.13.1 |
1291 | 2024-02-15T22:54:05.332Z | Compiling heck v0.4.1 |
1292 | 2024-02-15T22:54:05.365Z | Compiling subtle v2.5.0 |
1293 | 2024-02-15T22:54:05.667Z | Compiling schemars v0.8.16 |
1294 | 2024-02-15T22:54:05.923Z | Compiling vcpkg v0.2.15 |
1295 | 2024-02-15T22:54:06.251Z | Compiling pin-project-lite v0.2.13 |
1296 | 2024-02-15T22:54:06.481Z | Compiling httparse v1.8.0 |
1297 | 2024-02-15T22:54:06.541Z | Compiling ucd-trie v0.1.6 |
1298 | 2024-02-15T22:54:07.063Z | Compiling ring v0.17.7 |
1299 | 2024-02-15T22:54:07.091Z | Compiling parking_lot v0.12.1 |
1300 | 2024-02-15T22:54:07.128Z | Compiling ring v0.16.20 |
1301 | 2024-02-15T22:54:07.194Z | Compiling signal-hook-registry v1.4.1 |
1302 | 2024-02-15T22:54:08.115Z | Compiling fnv v1.0.7 |
1303 | 2024-02-15T22:54:08.241Z | Compiling mio v0.8.9 |
1304 | 2024-02-15T22:54:08.280Z | Compiling openssl-sys v0.9.96 |
1305 | 2024-02-15T22:54:08.873Z | Compiling iana-time-zone v0.1.57 |
1306 | 2024-02-15T22:54:08.928Z | Compiling openssl v0.10.60 |
1307 | 2024-02-15T22:54:09.086Z | Compiling const-oid v0.9.5 |
1308 | 2024-02-15T22:54:09.329Z | Compiling semver v1.0.21 |
1309 | 2024-02-15T22:54:09.450Z | Compiling socket2 v0.5.5 |
1310 | 2024-02-15T22:54:09.601Z | Compiling num_cpus v1.16.0 |
1311 | 2024-02-15T22:54:10.128Z | Compiling rustls v0.21.9 |
1312 | 2024-02-15T22:54:10.178Z | Compiling native-tls v0.2.11 |
1313 | 2024-02-15T22:54:10.832Z | Compiling futures-core v0.3.30 |
1314 | 2024-02-15T22:54:10.843Z | Compiling dyn-clone v1.0.16 |
1315 | 2024-02-15T22:54:10.843Z | Compiling aho-corasick v1.0.4 |
1316 | 2024-02-15T22:54:10.940Z | Compiling crossbeam-utils v0.8.16 |
1317 | 2024-02-15T22:54:11.017Z | Compiling regex-syntax v0.8.2 |
1318 | 2024-02-15T22:54:11.238Z | Compiling slog v2.7.0 |
1319 | 2024-02-15T22:54:11.444Z | Compiling serde_derive_internals v0.26.0 |
1320 | 2024-02-15T22:54:12.018Z | Compiling spin v0.5.2 |
1321 | 2024-02-15T22:54:12.018Z | Compiling async-trait v0.1.77 |
1322 | 2024-02-15T22:54:12.353Z | Compiling rustix v0.38.31 |
1323 | 2024-02-15T22:54:12.373Z | Compiling futures-sink v0.3.30 |
1324 | 2024-02-15T22:54:12.672Z | Compiling backtrace v0.3.69 |
1325 | 2024-02-15T22:54:13.167Z | Compiling tinyvec_macros v0.1.1 |
1326 | 2024-02-15T22:54:13.251Z | Compiling tinyvec v1.6.0 |
1327 | 2024-02-15T22:54:13.456Z | Compiling futures-channel v0.3.30 |
1328 | 2024-02-15T22:54:13.919Z | Compiling futures-io v0.3.30 |
1329 | 2024-02-15T22:54:14.227Z | Compiling pin-utils v0.1.0 |
1330 | 2024-02-15T22:54:14.371Z | Compiling futures-task v0.3.30 |
1331 | 2024-02-15T22:54:14.684Z | Compiling regex-automata v0.4.4 |
1332 | 2024-02-15T22:54:14.731Z | Compiling winnow v0.5.15 |
1333 | 2024-02-15T22:54:14.731Z | Compiling spin v0.9.8 |
1334 | 2024-02-15T22:54:14.803Z | Compiling unicode-normalization v0.1.22 |
1335 | 2024-02-15T22:54:16.102Z | Compiling memoffset v0.9.0 |
1336 | 2024-02-15T22:54:16.183Z | Compiling tracing-core v0.1.31 |
1337 | 2024-02-15T22:54:16.184Z | Compiling anyhow v1.0.75 |
1338 | 2024-02-15T22:54:16.184Z | Compiling unicode-bidi v0.3.13 |
1339 | 2024-02-15T22:54:16.623Z | Compiling cpufeatures v0.2.12 |
1340 | 2024-02-15T22:54:16.648Z | Compiling unicode-width v0.1.11 |
1341 | 2024-02-15T22:54:17.405Z | Compiling crc32fast v1.3.2 |
1342 | 2024-02-15T22:54:17.990Z | Compiling crossbeam-epoch v0.9.15 |
1343 | 2024-02-15T22:54:18.809Z | Compiling time-core v0.1.1 |
1344 | 2024-02-15T22:54:18.829Z | Compiling time-macros v0.2.13 |
1345 | 2024-02-15T22:54:18.829Z | Compiling serde_derive v1.0.196 |
1346 | 2024-02-15T22:54:18.829Z | Compiling zerocopy-derive v0.7.32 |
1347 | 2024-02-15T22:54:19.667Z | Compiling zeroize_derive v1.4.2 |
1348 | 2024-02-15T22:54:20.083Z | Compiling thiserror-impl v1.0.56 |
1349 | 2024-02-15T22:54:20.624Z | Compiling tokio-macros v2.2.0 |
1350 | 2024-02-15T22:54:20.659Z | Compiling zerocopy v0.7.32 |
1351 | 2024-02-15T22:54:22.025Z | Compiling zeroize v1.7.0 |
1352 | 2024-02-15T22:54:22.528Z | Compiling futures-macro v0.3.30 |
1353 | 2024-02-15T22:54:22.721Z | Compiling tracing-attributes v0.1.26 |
1354 | 2024-02-15T22:54:23.359Z | Compiling hashbrown v0.14.2 |
1355 | 2024-02-15T22:54:23.998Z | Compiling schemars_derive v0.8.16 |
1356 | 2024-02-15T22:54:24.040Z | Compiling pest v2.7.6 |
1357 | 2024-02-15T22:54:24.040Z | Compiling crypto-common v0.1.6 |
1358 | 2024-02-15T22:54:24.557Z | Compiling openssl-macros v0.1.1 |
1359 | 2024-02-15T22:54:24.719Z | Compiling block-buffer v0.10.4 |
1360 | 2024-02-15T22:54:29.314Z | Compiling digest v0.10.7 |
1361 | 2024-02-15T22:54:29.433Z | Compiling hashbrown v0.13.2 |
1362 | 2024-02-15T22:54:29.434Z | Compiling regex v1.10.3 |
1363 | 2024-02-15T22:54:29.434Z | Compiling pest_meta v2.7.6 |
1364 | 2024-02-15T22:54:29.434Z | Compiling futures-util v0.3.30 |
1365 | 2024-02-15T22:54:29.536Z | Compiling tracing v0.1.37 |
1366 | 2024-02-15T22:54:29.536Z | Compiling pest_generator v2.7.6 |
1367 | 2024-02-15T22:54:29.536Z | Compiling der_derive v0.7.2 |
1368 | 2024-02-15T22:54:30.210Z | Compiling errno v0.3.8 |
1369 | 2024-02-15T22:54:30.434Z | Compiling num-integer v0.1.45 |
1370 | 2024-02-15T22:54:30.757Z | Compiling foreign-types-shared v0.1.1 |
1371 | 2024-02-15T22:54:30.865Z | Compiling percent-encoding v2.3.1 |
1372 | 2024-02-15T22:54:31.057Z | Compiling untrusted v0.7.1 |
1373 | 2024-02-15T22:54:31.272Z | Compiling untrusted v0.9.0 |
1374 | 2024-02-15T22:54:31.588Z | Compiling pest_derive v2.7.6 |
1375 | 2024-02-15T22:54:32.453Z | Compiling foreign-types v0.3.2 |
1376 | 2024-02-15T22:54:32.638Z | Compiling bytes v1.5.0 |
1377 | 2024-02-15T22:54:32.842Z | Compiling indexmap v2.2.2 |
1378 | 2024-02-15T22:54:32.860Z | Compiling uuid v1.7.0 |
1379 | 2024-02-15T22:54:33.784Z | Compiling chrono v0.4.31 |
1380 | 2024-02-15T22:54:33.932Z | Compiling tokio v1.36.0 |
1381 | 2024-02-15T22:54:34.236Z | Compiling http v0.2.11 |
1382 | 2024-02-15T22:54:35.496Z | Compiling bitflags v2.4.0 |
1383 | 2024-02-15T22:54:35.592Z | Compiling toml_datetime v0.6.5 |
1384 | 2024-02-15T22:54:35.897Z | Compiling serde_spanned v0.6.5 |
1385 | 2024-02-15T22:54:36.006Z | Compiling rustc_version v0.4.0 |
1386 | 2024-02-15T22:54:36.137Z | Compiling toml_edit v0.19.15 |
1387 | 2024-02-15T22:54:36.794Z | Compiling openapiv3 v2.0.0 |
1388 | 2024-02-15T22:54:38.885Z | Compiling serde_tokenstream v0.2.0 |
1389 | 2024-02-15T22:54:39.560Z | Compiling base64 v0.21.7 |
1390 | 2024-02-15T22:54:39.836Z | Compiling try-lock v0.2.4 |
1391 | 2024-02-15T22:54:40.028Z | Compiling ppv-lite86 v0.2.17 |
1392 | 2024-02-15T22:54:40.310Z | Compiling unicode-xid v0.2.4 |
1393 | 2024-02-15T22:54:40.502Z | Compiling synstructure v0.12.6 |
1394 | 2024-02-15T22:54:40.817Z | Compiling want v0.3.1 |
1395 | 2024-02-15T22:54:41.538Z | Compiling http-body v0.4.5 |
1396 | 2024-02-15T22:54:42.012Z | Compiling sct v0.7.0 |
1397 | 2024-02-15T22:54:42.012Z | Compiling rustls-webpki v0.101.7 |
1398 | 2024-02-15T22:54:42.116Z | Compiling form_urlencoded v1.2.1 |
1399 | 2024-02-15T22:54:42.431Z | Compiling scroll_derive v0.12.0 |
1400 | 2024-02-15T22:54:43.022Z | Compiling socket2 v0.4.9 |
1401 | 2024-02-15T22:54:43.393Z | Compiling tokio-util v0.7.10 |
1402 | 2024-02-15T22:54:43.958Z | Compiling openssl-probe v0.1.5 |
1403 | 2024-02-15T22:54:44.295Z | Compiling io-lifetimes v1.0.11 |
1404 | 2024-02-15T22:54:44.301Z | Compiling tower-service v0.3.2 |
1405 | 2024-02-15T22:54:44.434Z | Compiling httpdate v1.0.3 |
1406 | 2024-02-15T22:54:44.898Z | Compiling h2 v0.3.24 |
1407 | 2024-02-15T22:54:45.722Z | Compiling zerocopy-derive v0.2.0 |
1408 | 2024-02-15T22:54:46.264Z | Compiling idna v0.5.0 |
1409 | 2024-02-15T22:54:47.935Z | Compiling lazy_static v1.4.0 |
1410 | 2024-02-15T22:54:48.520Z | Compiling thread-id v4.2.0 |
1411 | 2024-02-15T22:54:48.551Z | Compiling adler v1.0.2 |
1412 | 2024-02-15T22:54:48.655Z | Compiling tokio-native-tls v0.3.1 |
1413 | 2024-02-15T22:54:48.765Z | Compiling miniz_oxide v0.7.1 |
1414 | 2024-02-15T22:54:48.858Z | Compiling tokio-rustls v0.24.1 |
1415 | 2024-02-15T22:54:49.245Z | Compiling url v2.5.0 |
1416 | 2024-02-15T22:54:49.782Z | Compiling rand_chacha v0.3.1 |
1417 | 2024-02-15T22:54:50.488Z | Compiling rustix v0.37.23 |
1418 | 2024-02-15T22:54:50.904Z | Compiling ipnet v2.9.0 |
1419 | 2024-02-15T22:54:51.056Z | Compiling rand v0.8.5 |
1420 | 2024-02-15T22:54:51.141Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2024-02-15T22:54:51.210Z | Compiling rustls-pemfile v1.0.3 |
1422 | 2024-02-15T22:54:52.117Z | Compiling usdt-impl v0.3.5 |
1423 | 2024-02-15T22:54:52.145Z | Compiling encoding_rs v0.8.33 |
1424 | 2024-02-15T22:54:52.145Z | Compiling gimli v0.28.0 |
1425 | 2024-02-15T22:54:52.145Z | Compiling hyper v0.14.27 |
1426 | 2024-02-15T22:54:52.516Z | Compiling mime v0.3.17 |
1427 | 2024-02-15T22:54:53.218Z | Compiling webpki-roots v0.25.2 |
1428 | 2024-02-15T22:54:53.291Z | Compiling either v1.9.0 |
1429 | 2024-02-15T22:54:54.614Z | Compiling regress v0.7.1 |
1430 | 2024-02-15T22:54:54.640Z | Compiling object v0.32.1 |
1431 | 2024-02-15T22:54:55.354Z | Compiling num-bigint v0.4.4 |
1432 | 2024-02-15T22:54:56.133Z | Compiling usdt-impl v0.5.0 |
1433 | 2024-02-15T22:54:56.239Z | Compiling addr2line v0.21.0 |
1434 | 2024-02-15T22:54:56.604Z | Compiling rustc-demangle v0.1.23 |
1435 | 2024-02-15T22:54:57.383Z | Compiling flate2 v1.0.28 |
1436 | 2024-02-15T22:54:57.417Z | Compiling zerocopy v0.3.0 |
1437 | 2024-02-15T22:54:57.680Z | Compiling scroll v0.12.0 |
1438 | 2024-02-15T22:54:58.181Z | Compiling heapless v0.7.16 |
1439 | 2024-02-15T22:54:58.200Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1440 | 2024-02-15T22:54:58.224Z | Compiling futures-executor v0.3.30 |
1441 | 2024-02-15T22:54:58.512Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1442 | 2024-02-15T22:54:58.931Z | Compiling plain v0.2.3 |
1443 | 2024-02-15T22:54:59.093Z | Compiling signal-hook v0.3.17 |
1444 | 2024-02-15T22:54:59.292Z | Compiling hyper-tls v0.5.0 |
1445 | 2024-02-15T22:54:59.398Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-02-15T22:54:59.612Z | Compiling rustversion v1.0.14 |
1447 | 2024-02-15T22:54:59.842Z | Compiling reqwest v0.11.22 |
1448 | 2024-02-15T22:55:00.055Z | Compiling goblin v0.8.0 |
1449 | 2024-02-15T22:55:01.449Z | Compiling futures v0.3.30 |
1450 | 2024-02-15T22:55:01.582Z | Compiling dof v0.1.5 |
1451 | 2024-02-15T22:55:02.954Z | Compiling toml v0.7.8 |
1452 | 2024-02-15T22:55:02.992Z | Compiling toml_edit v0.21.1 |
1453 | 2024-02-15T22:55:03.767Z | Compiling hex v0.4.3 |
1454 | 2024-02-15T22:55:04.234Z | Compiling dtrace-parser v0.1.14 |
1455 | 2024-02-15T22:55:04.343Z | Compiling pretty-hex v0.4.1 |
1456 | 2024-02-15T22:55:04.444Z | Compiling base64ct v1.6.0 |
1457 | 2024-02-15T22:55:04.538Z | Compiling strsim v0.10.0 |
1458 | 2024-02-15T22:55:06.232Z | Compiling dof v0.3.0 |
1459 | 2024-02-15T22:55:06.956Z | Compiling serde_tokenstream v0.1.7 |
1460 | 2024-02-15T22:55:07.422Z | Compiling dtrace-parser v0.2.0 |
1461 | 2024-02-15T22:55:08.438Z | Compiling bitflags v1.3.2 |
1462 | 2024-02-15T22:55:08.549Z | Compiling smoltcp v0.9.1 |
1463 | 2024-02-15T22:55:08.574Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1464 | 2024-02-15T22:55:09.317Z | Compiling strum_macros v0.25.2 |
1465 | 2024-02-15T22:55:09.434Z | Compiling pem-rfc7468 v0.7.0 |
1466 | 2024-02-15T22:55:09.506Z | Compiling hmac v0.12.1 |
1467 | 2024-02-15T22:55:10.009Z | Compiling enum-as-inner v0.5.1 |
1468 | 2024-02-15T22:55:10.262Z | Compiling num-iter v0.1.43 |
1469 | 2024-02-15T22:55:10.560Z | Compiling unicode-segmentation v1.10.1 |
1470 | 2024-02-15T22:55:10.742Z | Compiling siphasher v0.3.11 |
1471 | 2024-02-15T22:55:11.080Z | Compiling flagset v0.4.3 |
1472 | 2024-02-15T22:55:11.236Z | Compiling usdt-macro v0.3.5 |
1473 | 2024-02-15T22:55:11.294Z | Compiling der v0.7.8 |
1474 | 2024-02-15T22:55:12.233Z | Compiling usdt-attr-macro v0.3.5 |
1475 | 2024-02-15T22:55:12.262Z | Compiling hubpack_derive v0.1.1 |
1476 | 2024-02-15T22:55:12.665Z | Compiling zerocopy-derive v0.6.4 |
1477 | 2024-02-15T22:55:13.875Z | Compiling utf8parse v0.2.1 |
1478 | 2024-02-15T22:55:14.058Z | Compiling anstyle v1.0.2 |
1479 | 2024-02-15T22:55:14.486Z | Compiling num_threads v0.1.6 |
1480 | 2024-02-15T22:55:14.506Z | Compiling deranged v0.3.8 |
1481 | 2024-02-15T22:55:14.760Z | Compiling anstyle-parse v0.2.1 |
1482 | 2024-02-15T22:55:15.052Z | Compiling sha2 v0.10.8 |
1483 | 2024-02-15T22:55:15.120Z | Compiling spki v0.7.2 |
1484 | 2024-02-15T22:55:16.684Z | Compiling time v0.3.27 |
1485 | 2024-02-15T22:55:17.423Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1486 | 2024-02-15T22:55:17.464Z | Compiling md-5 v0.10.5 |
1487 | 2024-02-15T22:55:17.663Z | Compiling block-padding v0.3.3 |
1488 | 2024-02-15T22:55:17.776Z | Compiling clap_derive v4.4.2 |
1489 | 2024-02-15T22:55:17.990Z | Compiling getopts v0.2.21 |
1490 | 2024-02-15T22:55:18.762Z | Compiling stringprep v0.1.3 |
1491 | 2024-02-15T22:55:19.028Z | Compiling diesel_table_macro_syntax v0.1.0 |
1492 | 2024-02-15T22:55:19.950Z | Compiling hash32 v0.2.1 |
1493 | 2024-02-15T22:55:20.207Z | Compiling anstyle-query v1.0.0 |
1494 | 2024-02-15T22:55:20.488Z | Compiling fallible-iterator v0.2.0 |
1495 | 2024-02-15T22:55:22.235Z | Compiling stable_deref_trait v1.2.0 |
1496 | 2024-02-15T22:55:22.395Z | Compiling colorchoice v1.0.0 |
1497 | 2024-02-15T22:55:22.649Z | Compiling anstream v0.5.0 |
1498 | 2024-02-15T22:55:22.912Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1499 | 2024-02-15T22:55:23.474Z | Compiling postgres-protocol v0.6.6 |
1500 | 2024-02-15T22:55:23.586Z | Compiling diesel_derives v2.1.2 |
1501 | 2024-02-15T22:55:23.587Z | Compiling inout v0.1.3 |
1502 | 2024-02-15T22:55:23.820Z | Compiling terminal_size v0.2.6 |
1503 | 2024-02-15T22:55:24.342Z | Compiling pkcs8 v0.10.2 |
1504 | 2024-02-15T22:55:24.376Z | Compiling phf_shared v0.11.2 |
1505 | 2024-02-15T22:55:25.750Z | Compiling ff v0.13.0 |
1506 | 2024-02-15T22:55:26.260Z | Compiling serde_repr v0.1.16 |
1507 | 2024-02-15T22:55:27.031Z | Compiling scheduled-thread-pool v0.2.7 |
1508 | 2024-02-15T22:55:27.722Z | Compiling clap_lex v0.5.1 |
1509 | 2024-02-15T22:55:28.191Z | Compiling managed v0.8.0 |
1510 | 2024-02-15T22:55:28.679Z | Compiling bit-vec v0.6.3 |
1511 | 2024-02-15T22:55:29.052Z | Compiling regex-automata v0.1.10 |
1512 | 2024-02-15T22:55:29.131Z | Compiling matches v0.1.10 |
1513 | 2024-02-15T22:55:30.654Z | Compiling unsafe-libyaml v0.2.10 |
1514 | 2024-02-15T22:55:30.654Z | Compiling base16ct v0.2.0 |
1515 | 2024-02-15T22:55:30.654Z | Compiling bstr v0.2.17 |
1516 | 2024-02-15T22:55:31.088Z | Compiling serde_yaml v0.9.25 |
1517 | 2024-02-15T22:55:31.212Z | Compiling sec1 v0.7.3 |
1518 | 2024-02-15T22:55:31.872Z | Compiling idna v0.2.3 |
1519 | 2024-02-15T22:55:32.843Z | Compiling clap_builder v4.4.2 |
1520 | 2024-02-15T22:55:33.363Z | Compiling r2d2 v0.8.10 |
1521 | 2024-02-15T22:55:33.488Z | Compiling group v0.13.0 |
1522 | 2024-02-15T22:55:35.306Z | Compiling phf v0.11.2 |
1523 | 2024-02-15T22:55:35.418Z | Compiling signal-hook-mio v0.2.3 |
1524 | 2024-02-15T22:55:36.045Z | Compiling bzip2 v0.4.4 |
1525 | 2024-02-15T22:55:36.079Z | Compiling postgres-types v0.2.6 |
1526 | 2024-02-15T22:55:36.080Z | Compiling cipher v0.4.4 |
1527 | 2024-02-15T22:55:36.080Z | Compiling zerocopy v0.6.4 |
1528 | 2024-02-15T22:55:36.233Z | Compiling hubpack v0.1.2 |
1529 | 2024-02-15T22:55:36.735Z | Compiling phf_shared v0.10.0 |
1530 | 2024-02-15T22:55:37.318Z | Compiling hkdf v0.12.4 |
1531 | 2024-02-15T22:55:37.319Z | Compiling crypto-bigint v0.5.2 |
1532 | 2024-02-15T22:55:37.319Z | Compiling ipnetwork v0.20.0 |
1533 | 2024-02-15T22:55:37.319Z | Compiling float-cmp v0.9.0 |
1534 | 2024-02-15T22:55:38.231Z | Compiling minimal-lexical v0.2.1 |
1535 | 2024-02-15T22:55:38.439Z | Compiling regex-automata v0.3.8 |
1536 | 2024-02-15T22:55:38.641Z | Compiling fixedbitset v0.4.2 |
1537 | 2024-02-15T22:55:39.094Z | Compiling data-encoding v2.4.0 |
1538 | 2024-02-15T22:55:39.653Z | Compiling predicates-core v1.0.6 |
1539 | 2024-02-15T22:55:40.023Z | Compiling new_debug_unreachable v1.0.4 |
1540 | 2024-02-15T22:55:40.768Z | Compiling normalize-line-endings v0.3.0 |
1541 | 2024-02-15T22:55:40.904Z | Compiling difflib v0.4.0 |
1542 | 2024-02-15T22:55:41.478Z | Compiling static_assertions v1.1.0 |
1543 | 2024-02-15T22:55:42.200Z | Compiling precomputed-hash v0.1.1 |
1544 | 2024-02-15T22:55:42.955Z | Compiling whoami v1.4.1 |
1545 | 2024-02-15T22:55:43.062Z | Compiling string_cache v0.8.7 |
1546 | 2024-02-15T22:55:43.062Z | Compiling tokio-postgres v0.7.10 |
1547 | 2024-02-15T22:55:43.062Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1548 | 2024-02-15T22:55:43.062Z | Compiling predicates v3.1.0 |
1549 | 2024-02-15T22:55:43.063Z | Compiling bstr v1.6.0 |
1550 | 2024-02-15T22:55:43.175Z | Compiling trust-dns-proto v0.22.0 |
1551 | 2024-02-15T22:55:44.487Z | Compiling diesel v2.1.4 |
1552 | 2024-02-15T22:55:44.568Z | Compiling elliptic-curve v0.13.8 |
1553 | 2024-02-15T22:55:44.844Z | Compiling petgraph v0.6.4 |
1554 | 2024-02-15T22:55:45.242Z | Compiling nom v7.1.3 |
1555 | 2024-02-15T22:55:46.389Z | Compiling yasna v0.5.2 |
1556 | 2024-02-15T22:55:46.864Z | Compiling clap v4.4.3 |
1557 | 2024-02-15T22:55:46.877Z | Compiling zip v0.6.6 |
1558 | 2024-02-15T22:55:47.893Z | Compiling crossterm v0.27.0 |
1559 | 2024-02-15T22:55:48.405Z | Compiling similar v2.3.0 |
1560 | 2024-02-15T22:55:48.863Z | Compiling bit-set v0.5.3 |
1561 | 2024-02-15T22:55:48.994Z | Compiling usdt v0.3.5 |
1562 | 2024-02-15T22:55:49.108Z | Compiling itertools v0.10.5 |
1563 | 2024-02-15T22:55:49.565Z | Compiling console v0.15.8 |
1564 | 2024-02-15T22:55:50.512Z | Compiling tokio-stream v0.1.14 |
1565 | 2024-02-15T22:55:50.737Z | Compiling lalrpop-util v0.19.12 |
1566 | 2024-02-15T22:55:50.923Z | Compiling camino v1.1.6 |
1567 | 2024-02-15T22:55:54.290Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1568 | 2024-02-15T22:56:03.278Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1569 | 2024-02-15T22:56:27.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1570 | 2024-02-15T22:56:29.090Z | Compiling sha1 v0.10.6 |
1571 | 2024-02-15T22:56:29.903Z | Compiling atty v0.2.14 |
1572 | 2024-02-15T22:56:30.013Z | Compiling match_cfg v0.1.0 |
1573 | 2024-02-15T22:56:30.034Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1574 | 2024-02-15T22:56:30.110Z | Compiling hostname v0.3.1 |
1575 | 2024-02-15T22:56:30.354Z | Compiling dirs-sys-next v0.1.2 |
1576 | 2024-02-15T22:56:31.700Z | Compiling ident_case v1.0.1 |
1577 | 2024-02-15T22:56:31.713Z | Compiling rustls-pki-types v1.1.0 |
1578 | 2024-02-15T22:56:31.713Z | Compiling darling_core v0.20.3 |
1579 | 2024-02-15T22:56:31.713Z | Compiling dirs-next v2.0.0 |
1580 | 2024-02-15T22:56:31.713Z | Compiling thread_local v1.1.7 |
1581 | 2024-02-15T22:56:31.713Z | Compiling rustls v0.22.2 |
1582 | 2024-02-15T22:56:31.713Z | Compiling slog-async v2.8.0 |
1583 | 2024-02-15T22:56:31.713Z | Compiling rustls-webpki v0.102.1 |
1584 | 2024-02-15T22:56:31.962Z | Compiling term v0.7.0 |
1585 | 2024-02-15T22:56:32.046Z | Compiling crossbeam-channel v0.5.8 |
1586 | 2024-02-15T22:56:32.547Z | Compiling multer v3.0.0 |
1587 | 2024-02-15T22:56:32.666Z | Compiling instant v0.1.12 |
1588 | 2024-02-15T22:56:32.841Z | Compiling paste v1.0.14 |
1589 | 2024-02-15T22:56:32.908Z | Compiling take_mut v0.2.2 |
1590 | 2024-02-15T22:56:33.257Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1591 | 2024-02-15T22:56:33.480Z | Compiling slog-term v2.9.0 |
1592 | 2024-02-15T22:56:33.541Z | Compiling slog-json v2.6.1 |
1593 | 2024-02-15T22:56:33.777Z | Compiling http v1.0.0 |
1594 | 2024-02-15T22:56:33.917Z | Compiling async-stream-impl v0.3.5 |
1595 | 2024-02-15T22:56:34.424Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1596 | 2024-02-15T22:56:34.673Z | Compiling atomic-waker v1.1.1 |
1597 | 2024-02-15T22:56:34.776Z | Compiling debug-ignore v1.0.5 |
1598 | 2024-02-15T22:56:34.853Z | Compiling waitgroup v0.1.2 |
1599 | 2024-02-15T22:56:35.394Z | Compiling slog-bunyan v2.5.0 |
1600 | 2024-02-15T22:56:35.433Z | Compiling rustls-pemfile v2.0.0 |
1601 | 2024-02-15T22:56:35.868Z | Compiling async-stream v0.3.5 |
1602 | 2024-02-15T22:56:36.297Z | Compiling toml v0.8.9 |
1603 | 2024-02-15T22:56:36.386Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1604 | 2024-02-15T22:56:36.495Z | Compiling serde_path_to_error v0.1.15 |
1605 | 2024-02-15T22:56:36.739Z | Compiling darling_macro v0.20.3 |
1606 | 2024-02-15T22:56:36.857Z | Compiling structmeta-derive v0.3.0 |
1607 | 2024-02-15T22:56:37.352Z | Compiling strum v0.25.0 |
1608 | 2024-02-15T22:56:37.522Z | Compiling backoff v0.4.0 |
1609 | 2024-02-15T22:56:37.589Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-02-15T22:56:38.218Z | Compiling darling v0.20.3 |
1611 | 2024-02-15T22:56:38.237Z | Compiling tokio-rustls v0.25.0 |
1612 | 2024-02-15T22:56:38.237Z | Compiling serde_with_macros v3.6.0 |
1613 | 2024-02-15T22:56:38.353Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1614 | 2024-02-15T22:56:38.442Z | Compiling macaddr v1.0.1 |
1615 | 2024-02-15T22:56:39.349Z | Compiling proc-macro-error-attr v1.0.4 |
1616 | 2024-02-15T22:56:39.350Z | Compiling proc-macro-crate v1.3.1 |
1617 | 2024-02-15T22:56:39.350Z | Compiling proc-macro-error v1.0.4 |
1618 | 2024-02-15T22:56:39.362Z | Compiling heapless v0.8.0 |
1619 | 2024-02-15T22:56:40.079Z | Compiling num_enum_derive v0.5.11 |
1620 | 2024-02-15T22:56:40.110Z | Compiling hash32 v0.3.1 |
1621 | 2024-02-15T22:56:40.111Z | Compiling structmeta v0.3.0 |
1622 | 2024-02-15T22:56:40.297Z | Compiling smoltcp v0.11.0 |
1623 | 2024-02-15T22:56:40.318Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1624 | 2024-02-15T22:56:40.516Z | Compiling parse-display-derive v0.9.0 |
1625 | 2024-02-15T22:56:40.681Z | Compiling rayon-core v1.12.0 |
1626 | 2024-02-15T22:56:41.239Z | Compiling serde_with v3.6.0 |
1627 | 2024-02-15T22:56:41.783Z | Compiling crossbeam-deque v0.8.3 |
1628 | 2024-02-15T22:56:42.140Z | Compiling cobs v0.2.3 |
1629 | 2024-02-15T22:56:42.633Z | Compiling embedded-io v0.4.0 |
1630 | 2024-02-15T22:56:42.633Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1631 | 2024-02-15T22:56:42.633Z | Compiling fastrand v2.0.1 |
1632 | 2024-02-15T22:56:42.838Z | Compiling same-file v1.0.6 |
1633 | 2024-02-15T22:56:43.082Z | Compiling num_enum v0.5.11 |
1634 | 2024-02-15T22:56:43.101Z | Compiling walkdir v2.4.0 |
1635 | 2024-02-15T22:56:43.279Z | Compiling tempfile v3.10.0 |
1636 | 2024-02-15T22:56:44.322Z | Compiling postcard v1.0.8 |
1637 | 2024-02-15T22:56:44.606Z | Compiling semver-parser v0.10.2 |
1638 | 2024-02-15T22:56:45.019Z | Compiling foreign-types-macros v0.2.3 |
1639 | 2024-02-15T22:56:45.387Z | Compiling parse-display v0.9.0 |
1640 | 2024-02-15T22:56:45.993Z | Compiling blake3 v1.5.0 |
1641 | 2024-02-15T22:56:46.025Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1642 | 2024-02-15T22:56:46.050Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1643 | 2024-02-15T22:56:46.230Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-02-15T22:56:46.655Z | Compiling crucible-workspace-hack v0.1.0 |
1645 | 2024-02-15T22:56:46.659Z | Compiling foreign-types-shared v0.3.1 |
1646 | 2024-02-15T22:56:46.659Z | Compiling foreign-types v0.5.0 |
1647 | 2024-02-15T22:56:46.659Z | Compiling semver v0.11.0 |
1648 | 2024-02-15T22:56:46.659Z | Compiling rayon v1.8.0 |
1649 | 2024-02-15T22:56:46.951Z | Compiling is-terminal v0.4.9 |
1650 | 2024-02-15T22:56:47.019Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1651 | 2024-02-15T22:56:47.497Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-15T22:56:47.541Z | Compiling xattr v1.0.1 |
1653 | 2024-02-15T22:56:47.542Z | Compiling memmap2 v0.7.1 |
1654 | 2024-02-15T22:56:47.574Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1655 | 2024-02-15T22:56:48.056Z | Compiling filetime v0.2.23 |
1656 | 2024-02-15T22:56:48.070Z | Compiling cstr-argument v0.1.2 |
1657 | 2024-02-15T22:56:48.071Z | Compiling arrayref v0.3.7 |
1658 | 2024-02-15T22:56:48.071Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1659 | 2024-02-15T22:56:48.071Z | Compiling pretty-hex v0.2.1 |
1660 | 2024-02-15T22:56:48.081Z | Compiling constant_time_eq v0.3.0 |
1661 | 2024-02-15T22:56:48.127Z | Compiling arrayvec v0.7.4 |
1662 | 2024-02-15T22:56:49.068Z | Compiling home v0.5.5 |
1663 | 2024-02-15T22:56:49.080Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1664 | 2024-02-15T22:56:49.080Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1665 | 2024-02-15T22:56:49.080Z | Compiling toolchain_find v0.2.0 |
1666 | 2024-02-15T22:56:49.080Z | Compiling tar v0.4.40 |
1667 | 2024-02-15T22:56:49.080Z | Compiling camino-tempfile v1.1.1 |
1668 | 2024-02-15T22:56:49.153Z | Compiling colored v2.0.4 |
1669 | 2024-02-15T22:56:49.585Z | Compiling toml v0.5.11 |
1670 | 2024-02-15T22:56:49.585Z | Compiling platforms v3.0.2 |
1671 | 2024-02-15T22:56:50.084Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1672 | 2024-02-15T22:56:50.093Z | Compiling topological-sort v0.2.2 |
1673 | 2024-02-15T22:56:50.093Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1674 | 2024-02-15T22:56:50.093Z | Compiling zone_cfg_derive v0.3.0 |
1675 | 2024-02-15T22:56:50.487Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1676 | 2024-02-15T22:56:50.798Z | Compiling textwrap v0.11.0 |
1677 | 2024-02-15T22:56:50.943Z | Compiling heck v0.3.3 |
1678 | 2024-02-15T22:56:51.758Z | Compiling rustfmt-wrapper v0.2.0 |
1679 | 2024-02-15T22:56:52.054Z | Compiling num-derive v0.4.0 |
1680 | 2024-02-15T22:56:52.054Z | Compiling vec_map v0.8.2 |
1681 | 2024-02-15T22:56:52.054Z | Compiling omicron-zone-package v0.11.0 |
1682 | 2024-02-15T22:56:52.151Z | Compiling ansi_term v0.12.1 |
1683 | 2024-02-15T22:56:52.696Z | Compiling strsim v0.8.0 |
1684 | 2024-02-15T22:56:53.121Z | Compiling libefi-sys v0.1.0 |
1685 | 2024-02-15T22:56:53.162Z | Compiling clap v2.34.0 |
1686 | 2024-02-15T22:56:53.743Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1687 | 2024-02-15T22:56:53.764Z | Compiling zone v0.3.0 |
1688 | 2024-02-15T22:56:53.764Z | Compiling structopt-derive v0.4.18 |
1689 | 2024-02-15T22:56:54.452Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1690 | 2024-02-15T22:56:54.461Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1691 | 2024-02-15T22:56:54.461Z | Compiling smf v0.2.2 |
1692 | 2024-02-15T22:56:54.997Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1693 | 2024-02-15T22:56:55.023Z | Compiling unicase v2.7.0 |
1694 | 2024-02-15T22:56:55.223Z | Compiling semver v0.1.20 |
1695 | 2024-02-15T22:56:55.355Z | Compiling curve25519-dalek v4.1.1 |
1696 | 2024-02-15T22:56:55.633Z | Compiling rustc_version v0.1.7 |
1697 | 2024-02-15T22:56:55.896Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1698 | 2024-02-15T22:56:55.954Z | Compiling universal-hash v0.5.1 |
1699 | 2024-02-15T22:56:56.105Z | Compiling opaque-debug v0.3.0 |
1700 | 2024-02-15T22:56:56.156Z | Compiling newtype_derive v0.1.6 |
1701 | 2024-02-15T22:56:56.202Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1702 | 2024-02-15T22:56:56.464Z | Compiling curve25519-dalek-derive v0.1.0 |
1703 | 2024-02-15T22:56:56.482Z | Compiling gethostname v0.4.3 |
1704 | 2024-02-15T22:56:56.528Z | Compiling num-rational v0.4.1 |
1705 | 2024-02-15T22:56:56.573Z | Compiling getrandom v0.1.16 |
1706 | 2024-02-15T22:56:56.616Z | Compiling structopt v0.3.26 |
1707 | 2024-02-15T22:56:56.976Z | Compiling usdt-attr-macro v0.5.0 |
1708 | 2024-02-15T22:56:57.519Z | Compiling usdt-macro v0.5.0 |
1709 | 2024-02-15T22:56:57.541Z | Compiling password-hash v0.5.0 |
1710 | 2024-02-15T22:56:57.541Z | Compiling signature v2.1.0 |
1711 | 2024-02-15T22:56:57.564Z | Compiling blake2 v0.10.6 |
1712 | 2024-02-15T22:56:58.453Z | Compiling memmap v0.7.0 |
1713 | 2024-02-15T22:56:58.554Z | Compiling parking_lot_core v0.8.6 |
1714 | 2024-02-15T22:56:58.718Z | Compiling linked-hash-map v0.5.6 |
1715 | 2024-02-15T22:56:58.744Z | Compiling quick-error v1.2.3 |
1716 | 2024-02-15T22:56:58.796Z | Compiling usdt v0.5.0 |
1717 | 2024-02-15T22:56:58.881Z | Compiling resolv-conf v0.7.0 |
1718 | 2024-02-15T22:56:59.460Z | Compiling lru-cache v0.1.2 |
1719 | 2024-02-15T22:56:59.488Z | Compiling argon2 v0.5.3 |
1720 | 2024-02-15T22:56:59.649Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1721 | 2024-02-15T22:57:00.164Z | Compiling aead v0.5.2 |
1722 | 2024-02-15T22:57:00.186Z | Compiling num-complex v0.4.4 |
1723 | 2024-02-15T22:57:00.186Z | Compiling nibble_vec v0.1.0 |
1724 | 2024-02-15T22:57:00.280Z | Compiling slog-dtrace v0.3.0 |
1725 | 2024-02-15T22:57:00.620Z | Compiling keccak v0.1.4 |
1726 | 2024-02-15T22:57:00.866Z | Compiling winapi v0.3.9 |
1727 | 2024-02-15T22:57:01.082Z | Compiling endian-type v0.1.2 |
1728 | 2024-02-15T22:57:01.739Z | Compiling arc-swap v1.6.0 |
1729 | 2024-02-15T22:57:02.276Z | Compiling utf-8 v0.7.6 |
1730 | 2024-02-15T22:57:02.276Z | Compiling cancel-safe-futures v0.1.5 |
1731 | 2024-02-15T22:57:02.276Z | Compiling tungstenite v0.20.1 |
1732 | 2024-02-15T22:57:02.276Z | Compiling slog-scope v4.4.0 |
1733 | 2024-02-15T22:57:02.299Z | Compiling radix_trie v0.2.1 |
1734 | 2024-02-15T22:57:02.352Z | Compiling sha3 v0.10.8 |
1735 | 2024-02-15T22:57:02.372Z | Compiling num v0.4.1 |
1736 | 2024-02-15T22:57:02.565Z | Compiling steno v0.4.0 |
1737 | 2024-02-15T22:57:02.597Z | Compiling mime_guess v2.0.4 |
1738 | 2024-02-15T22:57:03.028Z | Compiling rand_core v0.5.1 |
1739 | 2024-02-15T22:57:03.373Z | Compiling trust-dns-resolver v0.22.0 |
1740 | 2024-02-15T22:57:04.025Z | Compiling poly1305 v0.8.0 |
1741 | 2024-02-15T22:57:04.307Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1742 | 2024-02-15T22:57:04.875Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1743 | 2024-02-15T22:57:06.756Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1744 | 2024-02-15T22:57:06.768Z | Compiling chacha20 v0.9.1 |
1745 | 2024-02-15T22:57:06.768Z | Compiling rfc6979 v0.4.0 |
1746 | 2024-02-15T22:57:06.768Z | Compiling secrecy v0.8.0 |
1747 | 2024-02-15T22:57:06.768Z | Compiling thiserror-impl-no-std v2.0.2 |
1748 | 2024-02-15T22:57:06.768Z | Compiling half v2.3.1 |
1749 | 2024-02-15T22:57:07.007Z | Compiling option-ext v0.2.0 |
1750 | 2024-02-15T22:57:07.150Z | Compiling ciborium-io v0.2.2 |
1751 | 2024-02-15T22:57:08.399Z | Compiling convert_case v0.4.0 |
1752 | 2024-02-15T22:57:08.413Z | Compiling ciborium-ll v0.2.2 |
1753 | 2024-02-15T22:57:08.413Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1754 | 2024-02-15T22:57:08.414Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1755 | 2024-02-15T22:57:08.414Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1756 | 2024-02-15T22:57:09.648Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1757 | 2024-02-15T22:57:09.774Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1758 | 2024-02-15T22:57:09.974Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1759 | 2024-02-15T22:57:10.081Z | Compiling thiserror-no-std v2.0.2 |
1760 | 2024-02-15T22:57:10.206Z | Compiling derive_more v0.99.17 |
1761 | 2024-02-15T22:57:10.377Z | Compiling dirs-sys v0.4.1 |
1762 | 2024-02-15T22:57:10.806Z | Compiling ecdsa v0.16.9 |
1763 | 2024-02-15T22:57:11.028Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1764 | 2024-02-15T22:57:11.408Z | Compiling parking_lot v0.11.2 |
1765 | 2024-02-15T22:57:11.840Z | Compiling rand_chacha v0.2.2 |
1766 | 2024-02-15T22:57:11.840Z | Compiling tokio-tungstenite v0.20.1 |
1767 | 2024-02-15T22:57:12.183Z | Compiling trust-dns-client v0.22.0 |
1768 | 2024-02-15T22:57:13.119Z | Compiling slog-stdlog v4.1.1 |
1769 | 2024-02-15T22:57:13.271Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1770 | 2024-02-15T22:57:13.920Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1771 | 2024-02-15T22:57:13.942Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1772 | 2024-02-15T22:57:15.346Z | Compiling ed25519 v2.2.2 |
1773 | 2024-02-15T22:57:15.819Z | Compiling polyval v0.6.1 |
1774 | 2024-02-15T22:57:16.258Z | Compiling primeorder v0.13.6 |
1775 | 2024-02-15T22:57:16.796Z | Compiling aes v0.8.3 |
1776 | 2024-02-15T22:57:16.887Z | Compiling ctr v0.9.2 |
1777 | 2024-02-15T22:57:17.402Z | Compiling blowfish v0.9.1 |
1778 | 2024-02-15T22:57:17.714Z | Compiling password-hash v0.4.2 |
1779 | 2024-02-15T22:57:18.714Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1780 | 2024-02-15T22:57:19.180Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1781 | 2024-02-15T22:57:19.799Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1782 | 2024-02-15T22:57:24.098Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1783 | 2024-02-15T22:57:26.635Z | Compiling libsw v3.3.1 |
1784 | 2024-02-15T22:57:27.130Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1785 | 2024-02-15T22:57:27.369Z | Compiling pbkdf2 v0.12.2 |
1786 | 2024-02-15T22:57:27.539Z | Compiling derive-where v1.2.7 |
1787 | 2024-02-15T22:57:28.893Z | Compiling fxhash v0.2.1 |
1788 | 2024-02-15T22:57:28.906Z | Compiling linear-map v1.2.0 |
1789 | 2024-02-15T22:57:28.906Z | Compiling swrite v0.1.0 |
1790 | 2024-02-15T22:57:28.906Z | Compiling owo-colors v4.0.0 |
1791 | 2024-02-15T22:57:28.906Z | Compiling trust-dns-server v0.22.1 |
1792 | 2024-02-15T22:57:29.565Z | Compiling sled v0.34.7 |
1793 | 2024-02-15T22:57:30.371Z | Compiling bcrypt-pbkdf v0.10.0 |
1794 | 2024-02-15T22:57:30.874Z | Compiling pbkdf2 v0.11.0 |
1795 | 2024-02-15T22:57:30.943Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1796 | 2024-02-15T22:57:31.148Z | Compiling p256 v0.13.2 |
1797 | 2024-02-15T22:57:31.393Z | Compiling ghash v0.5.0 |
1798 | 2024-02-15T22:57:31.499Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1799 | 2024-02-15T22:57:31.580Z | Compiling ed25519-dalek v2.0.0 |
1800 | 2024-02-15T22:57:32.166Z | Compiling slog-envlogger v2.2.0 |
1801 | 2024-02-15T22:57:32.198Z | Compiling russh-cryptovec v0.7.0 |
1802 | 2024-02-15T22:57:32.199Z | Compiling rand v0.7.3 |
1803 | 2024-02-15T22:57:32.538Z | Compiling dirs v5.0.1 |
1804 | 2024-02-15T22:57:32.620Z | Compiling vsss-rs v3.3.4 |
1805 | 2024-02-15T22:57:32.708Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1806 | 2024-02-15T22:57:34.423Z | Compiling ciborium v0.2.2 |
1807 | 2024-02-15T22:57:34.838Z | Compiling chacha20poly1305 v0.10.1 |
1808 | 2024-02-15T22:57:35.069Z | Compiling cbc v0.1.2 |
1809 | 2024-02-15T22:57:35.182Z | Compiling pem v3.0.2 |
1810 | 2024-02-15T22:57:35.691Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1811 | 2024-02-15T22:57:35.701Z | Compiling headers-core v0.2.0 |
1812 | 2024-02-15T22:57:35.872Z | Compiling kstat-rs v0.2.3 |
1813 | 2024-02-15T22:57:36.381Z | Compiling md5 v0.7.0 |
1814 | 2024-02-15T22:57:36.406Z | Compiling http-range v0.1.5 |
1815 | 2024-02-15T22:57:36.406Z | Compiling glob v0.3.1 |
1816 | 2024-02-15T22:57:36.479Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1817 | 2024-02-15T22:57:36.585Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1818 | 2024-02-15T22:57:37.438Z | Compiling russh-keys v0.40.1 |
1819 | 2024-02-15T22:57:37.905Z | Compiling hyper-staticfile v0.9.5 |
1820 | 2024-02-15T22:57:38.914Z | Compiling headers v0.3.9 |
1821 | 2024-02-15T22:57:39.734Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1822 | 2024-02-15T22:57:40.925Z | Compiling rcgen v0.12.1 |
1823 | 2024-02-15T22:57:41.081Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1824 | 2024-02-15T22:57:41.488Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1825 | 2024-02-15T22:57:41.935Z | Compiling aes-gcm v0.10.3 |
1826 | 2024-02-15T22:57:43.531Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1827 | 2024-02-15T22:57:45.180Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1828 | 2024-02-15T22:57:46.602Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1829 | 2024-02-15T22:57:48.479Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1830 | 2024-02-15T22:57:50.547Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1831 | 2024-02-15T22:57:51.088Z | Compiling atomicwrites v0.4.3 |
1832 | 2024-02-15T22:57:51.453Z | Compiling itertools v0.12.1 |
1833 | 2024-02-15T22:57:51.881Z | Compiling subprocess v0.2.9 |
1834 | 2024-02-15T22:57:52.003Z | Compiling hex-literal v0.4.1 |
1835 | 2024-02-15T22:57:52.431Z | Compiling display-error-chain v0.2.0 |
1836 | 2024-02-15T22:57:52.431Z | Compiling russh v0.40.2 |
1837 | 2024-02-15T22:57:53.896Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1838 | 2024-02-15T22:57:54.314Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1839 | 2024-02-15T22:57:58.841Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1840 | 2024-02-15T22:58:00.395Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1841 | 2024-02-15T22:58:19.076Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1842 | 2024-02-15T22:59:17.938Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 38s |
1843 | 2024-02-15T22:59:18.191Z | |
1844 | 2024-02-15T22:59:18.191Z | real 5:38.628496434 |
1845 | 2024-02-15T22:59:18.191Z | user 29:09.723961936 |
1846 | 2024-02-15T22:59:18.191Z | sys 5:35.009815158 |
1847 | 2024-02-15T22:59:18.192Z | trap 0.853656041 |
1848 | 2024-02-15T22:59:18.192Z | tflt 7.419851074 |
1849 | 2024-02-15T22:59:18.209Z | dflt 5.404159781 |
1850 | 2024-02-15T22:59:18.210Z | kflt 0.090774431 |
1851 | 2024-02-15T22:59:18.210Z | lock 54:13.962857219 |
1852 | 2024-02-15T22:59:18.210Z | slp 1:25:46.398750208 |
1853 | 2024-02-15T22:59:18.210Z | lat 1:39.023168929 |
1854 | 2024-02-15T22:59:18.210Z | stop 4:10.674907638 |
1855 | 2024-02-15T22:59:18.210Z | + mkdir -p /work/end-to-end-tests |
1856 | 2024-02-15T22:59:18.211Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1857 | 2024-02-15T22:59:18.696Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1858 | 2024-02-15T22:59:18.697Z | + ptime -m gzip |
1859 | 2024-02-15T22:59:18.705Z | ++ basename target/debug/bootstrap |
1860 | 2024-02-15T22:59:31.924Z | |
1861 | 2024-02-15T22:59:31.932Z | real 13.216846131 |
1862 | 2024-02-15T22:59:31.932Z | user 13.105318520 |
1863 | 2024-02-15T22:59:31.933Z | sys 0.100242367 |
1864 | 2024-02-15T22:59:31.933Z | trap 0.002826704 |
1865 | 2024-02-15T22:59:31.933Z | tflt 0.000000000 |
1866 | 2024-02-15T22:59:31.933Z | dflt 0.000000000 |
1867 | 2024-02-15T22:59:31.933Z | kflt 0.000000000 |
1868 | 2024-02-15T22:59:31.934Z | lock 0.000000000 |
1869 | 2024-02-15T22:59:31.934Z | slp 0.000000000 |
1870 | 2024-02-15T22:59:31.934Z | lat 0.008050891 |
1871 | 2024-02-15T22:59:31.934Z | stop 0.000179362 |
1872 | 2024-02-15T22:59:31.934Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1873 | 2024-02-15T22:59:31.934Z | + ptime -m gzip |
1874 | 2024-02-15T22:59:31.934Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5c5e256b526718ba |
1875 | 2024-02-15T22:59:33.214Z | |
1876 | 2024-02-15T22:59:33.214Z | real 1.281107955 |
1877 | 2024-02-15T22:59:33.214Z | user 1.270283816 |
1878 | 2024-02-15T22:59:33.214Z | sys 0.010246800 |
1879 | 2024-02-15T22:59:33.215Z | trap 0.000079907 |
1880 | 2024-02-15T22:59:33.215Z | tflt 0.000000000 |
1881 | 2024-02-15T22:59:33.215Z | dflt 0.000000000 |
1882 | 2024-02-15T22:59:33.229Z | kflt 0.000000000 |
1883 | 2024-02-15T22:59:33.229Z | lock 0.000000000 |
1884 | 2024-02-15T22:59:33.229Z | slp 0.000000000 |
1885 | 2024-02-15T22:59:33.229Z | lat 0.000101825 |
1886 | 2024-02-15T22:59:33.229Z | stop 0.000177693 |
1887 | 2024-02-15T22:59:33.229Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1888 | 2024-02-15T22:59:33.229Z | + ptime -m gzip |
1889 | 2024-02-15T22:59:33.229Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-398b34350dfa5341 |
1890 | 2024-02-15T22:59:47.112Z | |
1891 | 2024-02-15T22:59:47.171Z | real 13.491466802 |
1892 | 2024-02-15T22:59:47.172Z | user 13.401600686 |
1893 | 2024-02-15T22:59:47.172Z | sys 0.085802202 |
1894 | 2024-02-15T22:59:47.172Z | trap 0.001808056 |
1895 | 2024-02-15T22:59:47.172Z | tflt 0.000000000 |
1896 | 2024-02-15T22:59:47.172Z | dflt 0.000000000 |
1897 | 2024-02-15T22:59:47.172Z | kflt 0.000000000 |
1898 | 2024-02-15T22:59:47.172Z | lock 0.000000000 |
1899 | 2024-02-15T22:59:47.172Z | slp 0.000000000 |
1900 | 2024-02-15T22:59:47.172Z | lat 0.001852619 |
1901 | 2024-02-15T22:59:47.172Z | stop 0.000185103 |
1902 | 2024-02-15T22:59:47.172Z | + banner caboose-util |
1903 | 2024-02-15T22:59:47.172Z | |
1904 | 2024-02-15T22:59:47.173Z | #### ## ##### #### #### #### ###### # # ##### |
1905 | 2024-02-15T22:59:47.173Z | # # # # # # # # # # # # # # # |
1906 | 2024-02-15T22:59:47.173Z | # # # ##### # # # # #### ##### ##### # # # |
1907 | 2024-02-15T22:59:47.173Z | # ###### # # # # # # # # # # # |
1908 | 2024-02-15T22:59:47.173Z | # # # # # # # # # # # # # # # # |
1909 | 2024-02-15T22:59:47.173Z | #### # # ##### #### #### #### ###### #### # |
1910 | 2024-02-15T22:59:47.173Z | |
1911 | 2024-02-15T22:59:47.173Z | + ptime -m cargo build --locked -p caboose-util --release |
1912 | 2024-02-15T22:59:47.173Z | Downloading crates ... |
1913 | 2024-02-15T22:59:47.402Z | Downloaded path-slash v0.1.5 |
1914 | 2024-02-15T22:59:47.827Z | Downloaded termcolor v1.2.0 |
1915 | 2024-02-15T22:59:47.827Z | Downloaded smallvec v0.6.14 |
1916 | 2024-02-15T22:59:47.827Z | Downloaded pkcs1 v0.7.5 |
1917 | 2024-02-15T22:59:47.828Z | Downloaded crc v3.0.1 |
1918 | 2024-02-15T22:59:47.828Z | Downloaded radium v0.7.0 |
1919 | 2024-02-15T22:59:47.828Z | Downloaded nodrop v0.1.14 |
1920 | 2024-02-15T22:59:47.828Z | Downloaded packed_struct_codegen v0.10.1 |
1921 | 2024-02-15T22:59:47.828Z | Downloaded wyz v0.5.1 |
1922 | 2024-02-15T22:59:47.828Z | Downloaded packed_struct v0.10.1 |
1923 | 2024-02-15T22:59:47.828Z | Downloaded tap v1.0.1 |
1924 | 2024-02-15T22:59:47.828Z | Downloaded maybe-uninit v2.0.0 |
1925 | 2024-02-15T22:59:47.828Z | Downloaded serde-hex v0.1.0 |
1926 | 2024-02-15T22:59:47.853Z | Downloaded crc-catalog v2.2.0 |
1927 | 2024-02-15T22:59:47.853Z | Downloaded array-init v0.0.4 |
1928 | 2024-02-15T22:59:47.853Z | Downloaded bitfield v0.14.0 |
1929 | 2024-02-15T22:59:47.853Z | Downloaded funty v2.0.0 |
1930 | 2024-02-15T22:59:47.853Z | Downloaded env_logger v0.10.0 |
1931 | 2024-02-15T22:59:47.854Z | Downloaded crc-any v2.4.3 |
1932 | 2024-02-15T22:59:47.854Z | Downloaded ron v0.8.1 |
1933 | 2024-02-15T22:59:47.854Z | Downloaded rsa v0.9.2 |
1934 | 2024-02-15T22:59:47.854Z | Downloaded x509-cert v0.2.4 |
1935 | 2024-02-15T22:59:47.854Z | Downloaded num-bigint-dig v0.8.4 |
1936 | 2024-02-15T22:59:47.854Z | Downloaded bitvec v1.0.1 |
1937 | 2024-02-15T22:59:47.854Z | Downloaded object v0.30.4 |
1938 | 2024-02-15T22:59:47.855Z | Compiling proc-macro2 v1.0.78 |
1939 | 2024-02-15T22:59:47.855Z | Compiling unicode-ident v1.0.12 |
1940 | 2024-02-15T22:59:47.855Z | Compiling libc v0.2.153 |
1941 | 2024-02-15T22:59:47.855Z | Compiling serde v1.0.196 |
1942 | 2024-02-15T22:59:47.855Z | Compiling autocfg v1.1.0 |
1943 | 2024-02-15T22:59:47.855Z | Compiling version_check v0.9.4 |
1944 | 2024-02-15T22:59:47.856Z | Compiling cfg-if v1.0.0 |
1945 | 2024-02-15T22:59:47.856Z | Compiling once_cell v1.19.0 |
1946 | 2024-02-15T22:59:47.856Z | Compiling typenum v1.16.0 |
1947 | 2024-02-15T22:59:47.856Z | Compiling parking_lot_core v0.9.8 |
1948 | 2024-02-15T22:59:48.151Z | Compiling memchr v2.6.3 |
1949 | 2024-02-15T22:59:48.180Z | Compiling syn v1.0.109 |
1950 | 2024-02-15T22:59:48.221Z | Compiling byteorder v1.5.0 |
1951 | 2024-02-15T22:59:48.248Z | Compiling generic-array v0.14.7 |
1952 | 2024-02-15T22:59:48.545Z | Compiling lock_api v0.4.10 |
1953 | 2024-02-15T22:59:48.651Z | Compiling libm v0.2.7 |
1954 | 2024-02-15T22:59:48.721Z | Compiling num-traits v0.2.16 |
1955 | 2024-02-15T22:59:48.837Z | Compiling ahash v0.8.7 |
1956 | 2024-02-15T22:59:49.075Z | Compiling quote v1.0.35 |
1957 | 2024-02-15T22:59:49.089Z | Compiling thiserror v1.0.56 |
1958 | 2024-02-15T22:59:49.178Z | Compiling pkg-config v0.3.27 |
1959 | 2024-02-15T22:59:49.533Z | Compiling syn v2.0.48 |
1960 | 2024-02-15T22:59:50.069Z | Compiling cc v1.0.83 |
1961 | 2024-02-15T22:59:50.083Z | Compiling getrandom v0.2.10 |
1962 | 2024-02-15T22:59:50.084Z | Compiling serde_json v1.0.113 |
1963 | 2024-02-15T22:59:50.084Z | Compiling scopeguard v1.2.0 |
1964 | 2024-02-15T22:59:51.039Z | Compiling slab v0.4.9 |
1965 | 2024-02-15T22:59:51.276Z | Compiling itoa v1.0.9 |
1966 | 2024-02-15T22:59:51.276Z | Compiling log v0.4.20 |
1967 | 2024-02-15T22:59:51.276Z | Compiling rand_core v0.6.4 |
1968 | 2024-02-15T22:59:51.311Z | Compiling smallvec v1.13.1 |
1969 | 2024-02-15T22:59:51.807Z | Compiling vcpkg v0.2.15 |
1970 | 2024-02-15T22:59:52.212Z | Compiling const-oid v0.9.5 |
1971 | 2024-02-15T22:59:52.457Z | Compiling pin-project-lite v0.2.13 |
1972 | 2024-02-15T22:59:52.568Z | Compiling parking_lot v0.12.1 |
1973 | 2024-02-15T22:59:53.214Z | Compiling ring v0.17.7 |
1974 | 2024-02-15T22:59:53.483Z | Compiling ucd-trie v0.1.6 |
1975 | 2024-02-15T22:59:53.604Z | Compiling ryu v1.0.15 |
1976 | 2024-02-15T22:59:53.629Z | Compiling openssl-sys v0.9.96 |
1977 | 2024-02-15T22:59:54.152Z | Compiling signal-hook-registry v1.4.1 |
1978 | 2024-02-15T22:59:54.454Z | Compiling io-lifetimes v1.0.11 |
1979 | 2024-02-15T22:59:54.620Z | Compiling subtle v2.5.0 |
1980 | 2024-02-15T22:59:54.646Z | Compiling ring v0.16.20 |
1981 | 2024-02-15T22:59:54.942Z | Compiling mio v0.8.9 |
1982 | 2024-02-15T22:59:55.152Z | Compiling num-integer v0.1.45 |
1983 | 2024-02-15T22:59:55.666Z | Compiling futures-core v0.3.30 |
1984 | 2024-02-15T22:59:55.666Z | Compiling semver v1.0.21 |
1985 | 2024-02-15T22:59:56.267Z | Compiling rustix v0.37.23 |
1986 | 2024-02-15T22:59:56.824Z | Compiling spin v0.5.2 |
1987 | 2024-02-15T22:59:57.039Z | Compiling socket2 v0.5.5 |
1988 | 2024-02-15T22:59:57.646Z | Compiling num_cpus v1.16.0 |
1989 | 2024-02-15T22:59:57.688Z | Compiling heck v0.4.1 |
1990 | 2024-02-15T22:59:57.766Z | Compiling httparse v1.8.0 |
1991 | 2024-02-15T22:59:58.069Z | Compiling allocator-api2 v0.2.16 |
1992 | 2024-02-15T22:59:58.118Z | Compiling unicode-xid v0.2.4 |
1993 | 2024-02-15T22:59:58.201Z | Compiling openssl v0.10.60 |
1994 | 2024-02-15T22:59:58.457Z | Compiling futures-sink v0.3.30 |
1995 | 2024-02-15T22:59:58.575Z | Compiling synstructure v0.12.6 |
1996 | 2024-02-15T22:59:58.809Z | Compiling tinyvec_macros v0.1.1 |
1997 | 2024-02-15T23:00:02.696Z | Compiling equivalent v1.0.1 |
1998 | 2024-02-15T23:00:02.696Z | Compiling tinyvec v1.6.0 |
1999 | 2024-02-15T23:00:02.696Z | Compiling futures-channel v0.3.30 |
2000 | 2024-02-15T23:00:02.696Z | Compiling ppv-lite86 v0.2.17 |
2001 | 2024-02-15T23:00:02.696Z | Compiling futures-task v0.3.30 |
2002 | 2024-02-15T23:00:02.696Z | Compiling crc32fast v1.3.2 |
2003 | 2024-02-15T23:00:02.696Z | Compiling pin-utils v0.1.0 |
2004 | 2024-02-15T23:00:02.858Z | Compiling native-tls v0.2.11 |
2005 | 2024-02-15T23:00:02.859Z | Compiling rustls v0.21.9 |
2006 | 2024-02-15T23:00:02.859Z | Compiling futures-io v0.3.30 |
2007 | 2024-02-15T23:00:02.859Z | Compiling rand_chacha v0.3.1 |
2008 | 2024-02-15T23:00:02.859Z | Compiling unicode-normalization v0.1.22 |
2009 | 2024-02-15T23:00:02.859Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2010 | 2024-02-15T23:00:02.859Z | Compiling spin v0.9.8 |
2011 | 2024-02-15T23:00:02.859Z | Compiling tracing-core v0.1.31 |
2012 | 2024-02-15T23:00:02.859Z | Compiling unicode-bidi v0.3.13 |
2013 | 2024-02-15T23:00:02.859Z | Compiling base64ct v1.6.0 |
2014 | 2024-02-15T23:00:02.859Z | Compiling pem-rfc7468 v0.7.0 |
2015 | 2024-02-15T23:00:06.960Z | Compiling rand v0.8.5 |
2016 | 2024-02-15T23:00:06.960Z | Compiling errno v0.3.8 |
2017 | 2024-02-15T23:00:06.960Z | Compiling num-iter v0.1.43 |
2018 | 2024-02-15T23:00:06.960Z | Compiling usdt-impl v0.3.5 |
2019 | 2024-02-15T23:00:06.960Z | Compiling schemars v0.8.16 |
2020 | 2024-02-15T23:00:06.960Z | Compiling rustix v0.38.31 |
2021 | 2024-02-15T23:00:06.960Z | Compiling serde_derive v1.0.196 |
2022 | 2024-02-15T23:00:06.960Z | Compiling zeroize_derive v1.4.2 |
2023 | 2024-02-15T23:00:06.960Z | Compiling zerocopy-derive v0.7.32 |
2024 | 2024-02-15T23:00:06.960Z | Compiling thiserror-impl v1.0.56 |
2025 | 2024-02-15T23:00:06.960Z | Compiling tokio-macros v2.2.0 |
2026 | 2024-02-15T23:00:06.960Z | Compiling futures-macro v0.3.30 |
2027 | 2024-02-15T23:00:06.960Z | Compiling tracing-attributes v0.1.26 |
2028 | 2024-02-15T23:00:06.960Z | Compiling der_derive v0.7.2 |
2029 | 2024-02-15T23:00:06.961Z | Compiling zeroize v1.7.0 |
2030 | 2024-02-15T23:00:06.961Z | Compiling zerocopy v0.7.32 |
2031 | 2024-02-15T23:00:06.965Z | Compiling pest v2.7.6 |
2032 | 2024-02-15T23:00:06.965Z | Compiling zerocopy-derive v0.2.0 |
2033 | 2024-02-15T23:00:06.965Z | Compiling crypto-common v0.1.6 |
2034 | 2024-02-15T23:00:06.965Z | Compiling block-buffer v0.10.4 |
2035 | 2024-02-15T23:00:06.965Z | Compiling digest v0.10.7 |
2036 | 2024-02-15T23:00:06.965Z | Compiling openssl-macros v0.1.1 |
2037 | 2024-02-15T23:00:07.084Z | Compiling hashbrown v0.14.2 |
2038 | 2024-02-15T23:00:07.794Z | Compiling futures-util v0.3.30 |
2039 | 2024-02-15T23:00:07.809Z | Compiling tracing v0.1.37 |
2040 | 2024-02-15T23:00:07.933Z | Compiling scroll_derive v0.12.0 |
2041 | 2024-02-15T23:00:07.954Z | Compiling zerocopy-derive v0.6.4 |
2042 | 2024-02-15T23:00:08.230Z | Compiling signal-hook v0.3.17 |
2043 | 2024-02-15T23:00:08.516Z | Compiling pest_meta v2.7.6 |
2044 | 2024-02-15T23:00:08.776Z | Compiling flagset v0.4.3 |
2045 | 2024-02-15T23:00:08.979Z | Compiling der v0.7.8 |
2046 | 2024-02-15T23:00:10.245Z | Compiling pest_generator v2.7.6 |
2047 | 2024-02-15T23:00:10.249Z | Compiling serde_derive_internals v0.26.0 |
2048 | 2024-02-15T23:00:12.771Z | Compiling pest_derive v2.7.6 |
2049 | 2024-02-15T23:00:13.502Z | Compiling fnv v1.0.7 |
2050 | 2024-02-15T23:00:13.626Z | Compiling bitflags v1.3.2 |
2051 | 2024-02-15T23:00:14.626Z | Compiling schemars_derive v0.8.16 |
2052 | 2024-02-15T23:00:15.135Z | Compiling spki v0.7.2 |
2053 | 2024-02-15T23:00:15.576Z | Compiling zerocopy v0.3.0 |
2054 | 2024-02-15T23:00:16.166Z | Compiling lazy_static v1.4.0 |
2055 | 2024-02-15T23:00:17.228Z | Compiling bytes v1.5.0 |
2056 | 2024-02-15T23:00:17.328Z | Compiling bitflags v2.4.0 |
2057 | 2024-02-15T23:00:17.721Z | Compiling tokio v1.36.0 |
2058 | 2024-02-15T23:00:17.872Z | Compiling indexmap v2.2.2 |
2059 | 2024-02-15T23:00:18.640Z | Compiling rustc_version v0.4.0 |
2060 | 2024-02-15T23:00:19.004Z | Compiling heapless v0.7.16 |
2061 | 2024-02-15T23:00:19.421Z | Compiling http v0.2.11 |
2062 | 2024-02-15T23:00:19.659Z | Compiling uuid v1.7.0 |
2063 | 2024-02-15T23:00:20.349Z | Compiling backtrace v0.3.69 |
2064 | 2024-02-15T23:00:20.444Z | Compiling thread-id v4.2.0 |
2065 | 2024-02-15T23:00:20.990Z | Compiling num-bigint v0.4.4 |
2066 | 2024-02-15T23:00:20.990Z | Compiling memoffset v0.9.0 |
2067 | 2024-02-15T23:00:20.990Z | Compiling foreign-types-shared v0.1.1 |
2068 | 2024-02-15T23:00:20.990Z | Compiling percent-encoding v2.3.1 |
2069 | 2024-02-15T23:00:20.990Z | Compiling untrusted v0.9.0 |
2070 | 2024-02-15T23:00:20.990Z | Compiling iana-time-zone v0.1.57 |
2071 | 2024-02-15T23:00:20.990Z | Compiling base64 v0.21.7 |
2072 | 2024-02-15T23:00:20.990Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2073 | 2024-02-15T23:00:21.232Z | Compiling untrusted v0.7.1 |
2074 | 2024-02-15T23:00:21.738Z | Compiling crossbeam-utils v0.8.16 |
2075 | 2024-02-15T23:00:21.800Z | Compiling smoltcp v0.9.1 |
2076 | 2024-02-15T23:00:22.044Z | Compiling async-trait v0.1.77 |
2077 | 2024-02-15T23:00:22.431Z | Compiling chrono v0.4.31 |
2078 | 2024-02-15T23:00:22.865Z | Compiling foreign-types v0.3.2 |
2079 | 2024-02-15T23:00:24.378Z | Compiling dof v0.1.5 |
2080 | 2024-02-15T23:00:25.137Z | Compiling dtrace-parser v0.1.14 |
2081 | 2024-02-15T23:00:25.639Z | Compiling tokio-util v0.7.10 |
2082 | 2024-02-15T23:00:25.723Z | Compiling hmac v0.12.1 |
2083 | 2024-02-15T23:00:25.905Z | Compiling clap_derive v4.4.2 |
2084 | 2024-02-15T23:00:26.788Z | Compiling anstyle v1.0.2 |
2085 | 2024-02-15T23:00:27.134Z | Compiling utf8parse v0.2.1 |
2086 | 2024-02-15T23:00:27.151Z | Compiling siphasher v0.3.11 |
2087 | 2024-02-15T23:00:27.204Z | Compiling try-lock v0.2.4 |
2088 | 2024-02-15T23:00:27.341Z | Compiling time-core v0.1.1 |
2089 | 2024-02-15T23:00:27.845Z | Compiling cpufeatures v0.2.12 |
2090 | 2024-02-15T23:00:27.873Z | Compiling adler v1.0.2 |
2091 | 2024-02-15T23:00:27.873Z | Compiling rustversion v1.0.14 |
2092 | 2024-02-15T23:00:27.874Z | Compiling time-macros v0.2.13 |
2093 | 2024-02-15T23:00:27.874Z | Compiling sha2 v0.10.8 |
2094 | 2024-02-15T23:00:27.874Z | Compiling miniz_oxide v0.7.1 |
2095 | 2024-02-15T23:00:28.587Z | Compiling want v0.3.1 |
2096 | 2024-02-15T23:00:29.036Z | Compiling anstyle-parse v0.2.1 |
2097 | 2024-02-15T23:00:30.625Z | Compiling h2 v0.3.24 |
2098 | 2024-02-15T23:00:33.154Z | Compiling rustls-webpki v0.101.7 |
2099 | 2024-02-15T23:00:33.309Z | Compiling sct v0.7.0 |
2100 | 2024-02-15T23:00:34.061Z | Compiling http-body v0.4.5 |
2101 | 2024-02-15T23:00:34.468Z | Compiling form_urlencoded v1.2.1 |
2102 | 2024-02-15T23:00:34.743Z | Compiling serde_tokenstream v0.1.7 |
2103 | 2024-02-15T23:00:34.839Z | Compiling pkcs8 v0.10.2 |
2104 | 2024-02-15T23:00:35.278Z | Compiling hubpack_derive v0.1.1 |
2105 | 2024-02-15T23:00:36.072Z | Compiling socket2 v0.4.9 |
2106 | 2024-02-15T23:00:36.084Z | Compiling crossbeam-epoch v0.9.15 |
2107 | 2024-02-15T23:00:36.092Z | Compiling usdt-impl v0.5.0 |
2108 | 2024-02-15T23:00:36.491Z | Compiling anyhow v1.0.75 |
2109 | 2024-02-15T23:00:37.045Z | Compiling httpdate v1.0.3 |
2110 | 2024-02-15T23:00:37.045Z | Compiling colorchoice v1.0.0 |
2111 | 2024-02-15T23:00:37.146Z | Compiling anstyle-query v1.0.0 |
2112 | 2024-02-15T23:00:37.277Z | Compiling tower-service v0.3.2 |
2113 | 2024-02-15T23:00:37.399Z | Compiling openssl-probe v0.1.5 |
2114 | 2024-02-15T23:00:37.520Z | Compiling slog v2.7.0 |
2115 | 2024-02-15T23:00:37.542Z | Compiling radium v0.7.0 |
2116 | 2024-02-15T23:00:37.983Z | Compiling hyper v0.14.27 |
2117 | 2024-02-15T23:00:38.191Z | Compiling anstream v0.5.0 |
2118 | 2024-02-15T23:00:41.984Z | Compiling terminal_size v0.2.6 |
2119 | 2024-02-15T23:00:44.247Z | Compiling serde_spanned v0.6.5 |
2120 | 2024-02-15T23:00:44.483Z | Compiling toml_datetime v0.6.5 |
2121 | 2024-02-15T23:00:45.000Z | Compiling zerocopy v0.6.4 |
2122 | 2024-02-15T23:00:45.953Z | Compiling scroll v0.12.0 |
2123 | 2024-02-15T23:00:46.442Z | Compiling md-5 v0.10.5 |
2124 | 2024-02-15T23:00:46.805Z | Compiling stringprep v0.1.3 |
2125 | 2024-02-15T23:00:46.919Z | Compiling idna v0.5.0 |
2126 | 2024-02-15T23:00:47.903Z | Compiling diesel_table_macro_syntax v0.1.0 |
2127 | 2024-02-15T23:00:47.918Z | Compiling aho-corasick v1.0.4 |
2128 | 2024-02-15T23:00:48.245Z | Compiling hash32 v0.2.1 |
2129 | 2024-02-15T23:00:48.294Z | Compiling stable_deref_trait v1.2.0 |
2130 | 2024-02-15T23:00:48.316Z | Compiling clap_lex v0.5.1 |
2131 | 2024-02-15T23:00:48.347Z | Compiling tap v1.0.1 |
2132 | 2024-02-15T23:00:48.375Z | Compiling regex-syntax v0.8.2 |
2133 | 2024-02-15T23:00:48.596Z | Compiling dyn-clone v1.0.16 |
2134 | 2024-02-15T23:00:48.668Z | Compiling maybe-uninit v2.0.0 |
2135 | 2024-02-15T23:00:48.774Z | Compiling winnow v0.5.15 |
2136 | 2024-02-15T23:00:49.048Z | Compiling plain v0.2.3 |
2137 | 2024-02-15T23:00:49.543Z | Compiling gimli v0.28.0 |
2138 | 2024-02-15T23:00:49.543Z | Compiling strsim v0.10.0 |
2139 | 2024-02-15T23:00:49.544Z | Compiling fallible-iterator v0.2.0 |
2140 | 2024-02-15T23:00:50.087Z | Compiling clap_builder v4.4.2 |
2141 | 2024-02-15T23:00:50.098Z | Compiling goblin v0.8.0 |
2142 | 2024-02-15T23:00:50.175Z | Compiling postgres-protocol v0.6.6 |
2143 | 2024-02-15T23:00:51.862Z | Compiling wyz v0.5.1 |
2144 | 2024-02-15T23:00:52.352Z | Compiling regex-automata v0.4.4 |
2145 | 2024-02-15T23:00:52.681Z | Compiling diesel_derives v2.1.2 |
2146 | 2024-02-15T23:00:54.099Z | Compiling addr2line v0.21.0 |
2147 | 2024-02-15T23:00:54.643Z | Compiling url v2.5.0 |
2148 | 2024-02-15T23:00:55.761Z | Compiling tokio-rustls v0.24.1 |
2149 | 2024-02-15T23:00:56.573Z | Compiling strum_macros v0.25.2 |
2150 | 2024-02-15T23:00:59.850Z | Compiling tokio-native-tls v0.3.1 |
2151 | 2024-02-15T23:00:59.936Z | Compiling usdt-attr-macro v0.3.5 |
2152 | 2024-02-15T23:01:00.036Z | Compiling usdt-macro v0.3.5 |
2153 | 2024-02-15T23:01:01.299Z | Compiling phf_shared v0.11.2 |
2154 | 2024-02-15T23:01:01.830Z | Compiling block-padding v0.3.3 |
2155 | 2024-02-15T23:01:01.867Z | Compiling enum-as-inner v0.5.1 |
2156 | 2024-02-15T23:01:02.032Z | Compiling serde_repr v0.1.16 |
2157 | 2024-02-15T23:01:02.563Z | Compiling ff v0.13.0 |
2158 | 2024-02-15T23:01:02.715Z | Compiling scheduled-thread-pool v0.2.7 |
2159 | 2024-02-15T23:01:03.102Z | Compiling object v0.32.1 |
2160 | 2024-02-15T23:01:03.204Z | Compiling base16ct v0.2.0 |
2161 | 2024-02-15T23:01:03.484Z | Compiling regex-automata v0.1.10 |
2162 | 2024-02-15T23:01:04.125Z | Compiling ipnet v2.9.0 |
2163 | 2024-02-15T23:01:04.546Z | Compiling deranged v0.3.8 |
2164 | 2024-02-15T23:01:05.837Z | Compiling bit-vec v0.6.3 |
2165 | 2024-02-15T23:01:07.081Z | Compiling managed v0.8.0 |
2166 | 2024-02-15T23:01:07.235Z | Compiling funty v2.0.0 |
2167 | 2024-02-15T23:01:07.456Z | Compiling num_threads v0.1.6 |
2168 | 2024-02-15T23:01:07.677Z | Compiling rustc-demangle v0.1.23 |
2169 | 2024-02-15T23:01:07.781Z | Compiling num-bigint-dig v0.8.4 |
2170 | 2024-02-15T23:01:08.402Z | Compiling pretty-hex v0.4.1 |
2171 | 2024-02-15T23:01:08.605Z | Compiling matches v0.1.10 |
2172 | 2024-02-15T23:01:08.696Z | Compiling packed_struct v0.10.1 |
2173 | 2024-02-15T23:01:09.285Z | Compiling idna v0.2.3 |
2174 | 2024-02-15T23:01:09.285Z | Compiling dof v0.3.0 |
2175 | 2024-02-15T23:01:10.201Z | Compiling bitvec v1.0.1 |
2176 | 2024-02-15T23:01:11.275Z | Compiling time v0.3.27 |
2177 | 2024-02-15T23:01:13.281Z | Compiling bstr v0.2.17 |
2178 | 2024-02-15T23:01:14.624Z | Compiling sec1 v0.7.3 |
2179 | 2024-02-15T23:01:14.810Z | Compiling r2d2 v0.8.10 |
2180 | 2024-02-15T23:01:15.285Z | Compiling group v0.13.0 |
2181 | 2024-02-15T23:01:15.297Z | Compiling inout v0.1.3 |
2182 | 2024-02-15T23:01:15.297Z | Compiling phf v0.11.2 |
2183 | 2024-02-15T23:01:16.181Z | Compiling hyper-tls v0.5.0 |
2184 | 2024-02-15T23:01:16.551Z | Compiling regex v1.10.3 |
2185 | 2024-02-15T23:01:16.613Z | Compiling hyper-rustls v0.24.2 |
2186 | 2024-02-15T23:01:16.900Z | Compiling signal-hook-mio v0.2.3 |
2187 | 2024-02-15T23:01:17.123Z | Compiling clap v4.4.3 |
2188 | 2024-02-15T23:01:17.167Z | Compiling ipnetwork v0.20.0 |
2189 | 2024-02-15T23:01:17.586Z | Compiling flate2 v1.0.28 |
2190 | 2024-02-15T23:01:17.960Z | Compiling bzip2 v0.4.4 |
2191 | 2024-02-15T23:01:17.992Z | Compiling toml_edit v0.19.15 |
2192 | 2024-02-15T23:01:18.396Z | Compiling postgres-types v0.2.6 |
2193 | 2024-02-15T23:01:18.879Z | Compiling hubpack v0.1.2 |
2194 | 2024-02-15T23:01:19.296Z | Compiling serde_urlencoded v0.7.1 |
2195 | 2024-02-15T23:01:19.296Z | Compiling rustls-pemfile v1.0.3 |
2196 | 2024-02-15T23:01:19.296Z | Compiling phf_shared v0.10.0 |
2197 | 2024-02-15T23:01:19.314Z | Compiling hkdf v0.12.4 |
2198 | 2024-02-15T23:01:19.640Z | Compiling dtrace-parser v0.2.0 |
2199 | 2024-02-15T23:01:19.806Z | Compiling futures-executor v0.3.30 |
2200 | 2024-02-15T23:01:22.142Z | Compiling crypto-bigint v0.5.2 |
2201 | 2024-02-15T23:01:22.393Z | Compiling packed_struct_codegen v0.10.1 |
2202 | 2024-02-15T23:01:22.996Z | Compiling float-cmp v0.9.0 |
2203 | 2024-02-15T23:01:23.787Z | Compiling indexmap v1.9.3 |
2204 | 2024-02-15T23:01:24.022Z | Compiling encoding_rs v0.8.33 |
2205 | 2024-02-15T23:01:24.086Z | Compiling new_debug_unreachable v1.0.4 |
2206 | 2024-02-15T23:01:24.181Z | Compiling predicates-core v1.0.6 |
2207 | 2024-02-15T23:01:24.708Z | Compiling webpki-roots v0.25.2 |
2208 | 2024-02-15T23:01:24.708Z | Compiling mime v0.3.17 |
2209 | 2024-02-15T23:01:24.972Z | Compiling unicode-segmentation v1.10.1 |
2210 | 2024-02-15T23:01:25.113Z | Compiling fixedbitset v0.4.2 |
2211 | 2024-02-15T23:01:25.158Z | Compiling either v1.9.0 |
2212 | 2024-02-15T23:01:25.275Z | Compiling regex-automata v0.3.8 |
2213 | 2024-02-15T23:01:25.483Z | Compiling precomputed-hash v0.1.1 |
2214 | 2024-02-15T23:01:25.502Z | Compiling static_assertions v1.1.0 |
2215 | 2024-02-15T23:01:25.591Z | Compiling unicode-width v0.1.11 |
2216 | 2024-02-15T23:01:25.735Z | Compiling crc-catalog v2.2.0 |
2217 | 2024-02-15T23:01:25.771Z | Compiling nodrop v0.1.14 |
2218 | 2024-02-15T23:01:25.781Z | Compiling whoami v1.4.1 |
2219 | 2024-02-15T23:01:25.872Z | Compiling data-encoding v2.4.0 |
2220 | 2024-02-15T23:01:26.477Z | Compiling minimal-lexical v0.2.1 |
2221 | 2024-02-15T23:01:26.951Z | Compiling normalize-line-endings v0.3.0 |
2222 | 2024-02-15T23:01:27.647Z | Compiling difflib v0.4.0 |
2223 | 2024-02-15T23:01:27.652Z | Compiling bstr v1.6.0 |
2224 | 2024-02-15T23:01:27.688Z | Compiling nom v7.1.3 |
2225 | 2024-02-15T23:01:28.977Z | Compiling predicates v3.1.0 |
2226 | 2024-02-15T23:01:29.159Z | Compiling trust-dns-proto v0.22.0 |
2227 | 2024-02-15T23:01:32.702Z | Compiling reqwest v0.11.22 |
2228 | 2024-02-15T23:01:32.839Z | Compiling tokio-postgres v0.7.10 |
2229 | 2024-02-15T23:01:34.538Z | Compiling crc v3.0.1 |
2230 | 2024-02-15T23:01:35.276Z | Compiling array-init v0.0.4 |
2231 | 2024-02-15T23:01:36.669Z | Compiling console v0.15.8 |
2232 | 2024-02-15T23:01:36.983Z | Compiling similar v2.3.0 |
2233 | 2024-02-15T23:01:37.746Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2234 | 2024-02-15T23:01:38.455Z | Compiling string_cache v0.8.7 |
2235 | 2024-02-15T23:01:38.467Z | Compiling itertools v0.10.5 |
2236 | 2024-02-15T23:01:39.096Z | Compiling petgraph v0.6.4 |
2237 | 2024-02-15T23:01:44.421Z | Compiling elliptic-curve v0.13.8 |
2238 | 2024-02-15T23:01:47.115Z | Compiling toml v0.7.8 |
2239 | 2024-02-15T23:01:48.049Z | Compiling futures v0.3.30 |
2240 | 2024-02-15T23:01:49.534Z | Compiling smallvec v0.6.14 |
2241 | 2024-02-15T23:01:49.574Z | Compiling zip v0.6.6 |
2242 | 2024-02-15T23:01:49.774Z | Compiling yasna v0.5.2 |
2243 | 2024-02-15T23:01:49.870Z | Compiling diesel v2.1.4 |
2244 | 2024-02-15T23:01:50.874Z | Compiling crossterm v0.27.0 |
2245 | 2024-02-15T23:01:51.431Z | Compiling cipher v0.4.4 |
2246 | 2024-02-15T23:01:54.312Z | Compiling bit-set v0.5.3 |
2247 | 2024-02-15T23:01:54.594Z | Compiling usdt v0.3.5 |
2248 | 2024-02-15T23:01:54.941Z | Compiling is-terminal v0.4.9 |
2249 | 2024-02-15T23:01:58.849Z | Compiling toml_edit v0.21.1 |
2250 | 2024-02-15T23:02:02.172Z | Compiling pkcs1 v0.7.5 |
2251 | 2024-02-15T23:02:03.361Z | Compiling tokio-stream v0.1.14 |
2252 | 2024-02-15T23:02:03.522Z | Compiling openapiv3 v2.0.0 |
2253 | 2024-02-15T23:02:03.555Z | Compiling hex v0.4.3 |
2254 | 2024-02-15T23:02:04.771Z | Compiling hashbrown v0.13.2 |
2255 | 2024-02-15T23:02:04.776Z | Compiling signature v2.1.0 |
2256 | 2024-02-15T23:02:07.600Z | Compiling hashbrown v0.12.3 |
2257 | 2024-02-15T23:02:14.447Z | Compiling lalrpop-util v0.19.12 |
2258 | 2024-02-15T23:02:14.602Z | Compiling bitfield v0.14.0 |
2259 | 2024-02-15T23:02:14.602Z | Compiling termcolor v1.2.0 |
2260 | 2024-02-15T23:02:14.602Z | Compiling env_logger v0.10.0 |
2261 | 2024-02-15T23:02:15.459Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2262 | 2024-02-15T23:02:22.789Z | Compiling rsa v0.9.2 |
2263 | 2024-02-15T23:02:28.676Z | Compiling serde-hex v0.1.0 |
2264 | 2024-02-15T23:02:32.998Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2265 | 2024-02-15T23:02:33.074Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2266 | 2024-02-15T23:02:35.272Z | Compiling ron v0.8.1 |
2267 | 2024-02-15T23:02:36.427Z | Compiling x509-cert v0.2.4 |
2268 | 2024-02-15T23:02:43.647Z | Compiling crc-any v2.4.3 |
2269 | 2024-02-15T23:02:53.261Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2270 | 2024-02-15T23:03:07.008Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2271 | 2024-02-15T23:03:11.247Z | Compiling object v0.30.4 |
2272 | 2024-02-15T23:03:15.795Z | Compiling path-slash v0.1.5 |
2273 | 2024-02-15T23:03:22.846Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2274 | 2024-02-15T23:03:44.792Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2275 | 2024-02-15T23:03:45.551Z | Finished release [optimized] target(s) in 3m 58s |
2276 | 2024-02-15T23:03:46.033Z | |
2277 | 2024-02-15T23:03:46.038Z | real 3:58.878434287 |
2278 | 2024-02-15T23:03:46.038Z | user 26:24.568031412 |
2279 | 2024-02-15T23:03:46.038Z | sys 2:59.163252749 |
2280 | 2024-02-15T23:03:46.038Z | trap 0.821012851 |
2281 | 2024-02-15T23:03:46.038Z | tflt 1.630159374 |
2282 | 2024-02-15T23:03:46.038Z | dflt 0.579932902 |
2283 | 2024-02-15T23:03:46.038Z | kflt 0.007553226 |
2284 | 2024-02-15T23:03:46.038Z | lock 59:31.077829066 |
2285 | 2024-02-15T23:03:46.038Z | slp 1:17:22.468247061 |
2286 | 2024-02-15T23:03:46.038Z | lat 1:22.906675864 |
2287 | 2024-02-15T23:03:46.038Z | stop 1:12.574537335 |
2288 | 2024-02-15T23:03:46.038Z | + ptime -m gzip |
2289 | 2024-02-15T23:03:46.493Z | |
2290 | 2024-02-15T23:03:46.498Z | real 0.455749598 |
2291 | 2024-02-15T23:03:46.498Z | user 0.449925529 |
2292 | 2024-02-15T23:03:46.498Z | sys 0.005291228 |
2293 | 2024-02-15T23:03:46.498Z | trap 0.000031368 |
2294 | 2024-02-15T23:03:46.498Z | tflt 0.000000000 |
2295 | 2024-02-15T23:03:46.499Z | dflt 0.000000000 |
2296 | 2024-02-15T23:03:46.499Z | kflt 0.000000000 |
2297 | 2024-02-15T23:03:46.499Z | lock 0.000000000 |
2298 | 2024-02-15T23:03:46.499Z | slp 0.000000000 |
2299 | 2024-02-15T23:03:46.499Z | lat 0.000100416 |
2300 | 2024-02-15T23:03:46.499Z | stop 0.000188502 |
2301 | 2024-02-15T23:03:46.500Z | + banner tufaceous |
2302 | 2024-02-15T23:03:46.500Z | |
2303 | 2024-02-15T23:03:46.500Z | ##### # # ###### ## #### ###### #### # # #### |
2304 | 2024-02-15T23:03:46.500Z | # # # # # # # # # # # # # # |
2305 | 2024-02-15T23:03:46.500Z | # # # ##### # # # ##### # # # # #### |
2306 | 2024-02-15T23:03:46.500Z | # # # # ###### # # # # # # # |
2307 | 2024-02-15T23:03:46.500Z | # # # # # # # # # # # # # # # |
2308 | 2024-02-15T23:03:46.501Z | # #### # # # #### ###### #### #### #### |
2309 | 2024-02-15T23:03:46.501Z | |
2310 | 2024-02-15T23:03:46.501Z | + ptime -m cargo build --locked -p tufaceous --release |
2311 | 2024-02-15T23:03:46.505Z | Downloading crates ... |
2312 | 2024-02-15T23:03:46.803Z | Downloaded fs-err v2.11.0 |
2313 | 2024-02-15T23:03:46.809Z | Downloaded buf-list v1.0.3 |
2314 | 2024-02-15T23:03:46.818Z | Downloaded doc-comment v0.3.3 |
2315 | 2024-02-15T23:03:46.821Z | Downloaded parse-size v1.0.0 |
2316 | 2024-02-15T23:03:46.826Z | Downloaded serde_plain v1.0.2 |
2317 | 2024-02-15T23:03:46.829Z | Downloaded humantime v2.1.0 |
2318 | 2024-02-15T23:03:46.829Z | Downloaded olpc-cjson v0.1.3 |
2319 | 2024-02-15T23:03:46.833Z | Downloaded async-recursion v1.0.5 |
2320 | 2024-02-15T23:03:46.836Z | Downloaded pin-project-internal v1.1.3 |
2321 | 2024-02-15T23:03:46.840Z | Downloaded typed-path v0.7.0 |
2322 | 2024-02-15T23:03:46.844Z | Downloaded snafu v0.7.5 |
2323 | 2024-02-15T23:03:46.847Z | Downloaded tough v0.16.0 |
2324 | 2024-02-15T23:03:46.855Z | Downloaded pin-project v1.1.3 |
2325 | 2024-02-15T23:03:46.865Z | Downloaded globset v0.4.13 |
2326 | 2024-02-15T23:03:46.869Z | Downloaded snafu-derive v0.7.5 |
2327 | 2024-02-15T23:03:46.961Z | Compiling serde_tokenstream v0.2.0 |
2328 | 2024-02-15T23:03:47.025Z | Compiling regress v0.7.1 |
2329 | 2024-02-15T23:03:47.037Z | Compiling dirs-sys-next v0.1.2 |
2330 | 2024-02-15T23:03:47.042Z | Compiling rustls-pki-types v1.1.0 |
2331 | 2024-02-15T23:03:47.042Z | Compiling ident_case v1.0.1 |
2332 | 2024-02-15T23:03:47.066Z | Compiling thread_local v1.1.7 |
2333 | 2024-02-15T23:03:47.078Z | Compiling rustls v0.22.2 |
2334 | 2024-02-15T23:03:47.355Z | Compiling dirs-next v2.0.0 |
2335 | 2024-02-15T23:03:47.467Z | Compiling slog-async v2.8.0 |
2336 | 2024-02-15T23:03:47.565Z | Compiling heck v0.4.1 |
2337 | 2024-02-15T23:03:47.813Z | Compiling camino v1.1.6 |
2338 | 2024-02-15T23:03:47.953Z | Compiling term v0.7.0 |
2339 | 2024-02-15T23:03:48.114Z | Compiling rustls-webpki v0.102.1 |
2340 | 2024-02-15T23:03:48.198Z | Compiling darling_core v0.20.3 |
2341 | 2024-02-15T23:03:48.223Z | Compiling crossbeam-channel v0.5.8 |
2342 | 2024-02-15T23:03:48.396Z | Compiling getopts v0.2.21 |
2343 | 2024-02-15T23:03:48.750Z | Compiling structmeta-derive v0.3.0 |
2344 | 2024-02-15T23:03:49.286Z | Compiling atty v0.2.14 |
2345 | 2024-02-15T23:03:49.413Z | Compiling multer v3.0.0 |
2346 | 2024-02-15T23:03:49.717Z | Compiling paste v1.0.14 |
2347 | 2024-02-15T23:03:49.982Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2348 | 2024-02-15T23:03:51.541Z | Compiling unsafe-libyaml v0.2.10 |
2349 | 2024-02-15T23:03:51.556Z | Compiling doc-comment v0.3.3 |
2350 | 2024-02-15T23:03:52.089Z | Compiling match_cfg v0.1.0 |
2351 | 2024-02-15T23:03:52.184Z | Compiling take_mut v0.2.2 |
2352 | 2024-02-15T23:03:52.867Z | Compiling hostname v0.3.1 |
2353 | 2024-02-15T23:03:53.078Z | Compiling serde_yaml v0.9.25 |
2354 | 2024-02-15T23:03:53.256Z | Compiling structmeta v0.3.0 |
2355 | 2024-02-15T23:03:53.489Z | Compiling slog-term v2.9.0 |
2356 | 2024-02-15T23:03:53.693Z | Compiling darling_macro v0.20.3 |
2357 | 2024-02-15T23:03:54.699Z | Compiling darling v0.20.3 |
2358 | 2024-02-15T23:03:56.493Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2359 | 2024-02-15T23:03:56.501Z | Compiling slog-json v2.6.1 |
2360 | 2024-02-15T23:03:56.700Z | Compiling http v1.0.0 |
2361 | 2024-02-15T23:03:56.953Z | Compiling pin-project-internal v1.1.3 |
2362 | 2024-02-15T23:03:57.048Z | Compiling async-stream-impl v0.3.5 |
2363 | 2024-02-15T23:03:57.883Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2364 | 2024-02-15T23:03:58.108Z | Compiling fastrand v2.0.1 |
2365 | 2024-02-15T23:03:58.189Z | Compiling atomic-waker v1.1.1 |
2366 | 2024-02-15T23:03:58.296Z | Compiling async-stream v0.3.5 |
2367 | 2024-02-15T23:03:58.371Z | Compiling waitgroup v0.1.2 |
2368 | 2024-02-15T23:03:58.998Z | Compiling tempfile v3.10.0 |
2369 | 2024-02-15T23:03:59.003Z | Compiling tokio-rustls v0.25.0 |
2370 | 2024-02-15T23:03:59.315Z | Compiling slog-bunyan v2.5.0 |
2371 | 2024-02-15T23:03:59.654Z | Compiling serde_with_macros v3.6.0 |
2372 | 2024-02-15T23:03:59.751Z | Compiling pin-project v1.1.3 |
2373 | 2024-02-15T23:03:59.905Z | Compiling parse-display-derive v0.9.0 |
2374 | 2024-02-15T23:04:02.115Z | Compiling toml v0.8.9 |
2375 | 2024-02-15T23:04:02.115Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2376 | 2024-02-15T23:04:02.115Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2377 | 2024-02-15T23:04:02.115Z | Compiling rustls-pemfile v2.0.0 |
2378 | 2024-02-15T23:04:02.487Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2379 | 2024-02-15T23:04:02.673Z | Compiling sha1 v0.10.6 |
2380 | 2024-02-15T23:04:03.590Z | Compiling snafu-derive v0.7.5 |
2381 | 2024-02-15T23:04:03.929Z | Compiling serde_path_to_error v0.1.15 |
2382 | 2024-02-15T23:04:03.976Z | Compiling instant v0.1.12 |
2383 | 2024-02-15T23:04:03.994Z | Compiling fs-err v2.11.0 |
2384 | 2024-02-15T23:04:04.123Z | Compiling debug-ignore v1.0.5 |
2385 | 2024-02-15T23:04:04.282Z | Compiling same-file v1.0.6 |
2386 | 2024-02-15T23:04:04.732Z | Compiling buf-list v1.0.3 |
2387 | 2024-02-15T23:04:04.736Z | Compiling arc-swap v1.6.0 |
2388 | 2024-02-15T23:04:04.964Z | Compiling walkdir v2.4.0 |
2389 | 2024-02-15T23:04:05.754Z | Compiling slog-scope v4.4.0 |
2390 | 2024-02-15T23:04:06.376Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2391 | 2024-02-15T23:04:06.522Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2392 | 2024-02-15T23:04:06.712Z | Compiling backoff v0.4.0 |
2393 | 2024-02-15T23:04:07.099Z | Compiling parse-display v0.9.0 |
2394 | 2024-02-15T23:04:07.605Z | Compiling serde_with v3.6.0 |
2395 | 2024-02-15T23:04:08.685Z | Compiling snafu v0.7.5 |
2396 | 2024-02-15T23:04:09.035Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2397 | 2024-02-15T23:04:09.769Z | Compiling globset v0.4.13 |
2398 | 2024-02-15T23:04:10.552Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2399 | 2024-02-15T23:04:10.569Z | Compiling strum v0.25.0 |
2400 | 2024-02-15T23:04:10.569Z | Compiling pem v3.0.2 |
2401 | 2024-02-15T23:04:12.191Z | Compiling olpc-cjson v0.1.3 |
2402 | 2024-02-15T23:04:12.502Z | Compiling serde_plain v1.0.2 |
2403 | 2024-02-15T23:04:12.753Z | Compiling macaddr v1.0.1 |
2404 | 2024-02-15T23:04:13.033Z | Compiling async-recursion v1.0.5 |
2405 | 2024-02-15T23:04:13.250Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2406 | 2024-02-15T23:04:13.465Z | Compiling xattr v1.0.1 |
2407 | 2024-02-15T23:04:13.752Z | Compiling filetime v0.2.23 |
2408 | 2024-02-15T23:04:14.042Z | Compiling typed-path v0.7.0 |
2409 | 2024-02-15T23:04:14.084Z | Compiling tar v0.4.40 |
2410 | 2024-02-15T23:04:18.770Z | Compiling tough v0.16.0 |
2411 | 2024-02-15T23:04:20.840Z | Compiling slog-stdlog v4.1.1 |
2412 | 2024-02-15T23:04:21.782Z | Compiling camino-tempfile v1.1.1 |
2413 | 2024-02-15T23:04:22.438Z | Compiling itertools v0.12.1 |
2414 | 2024-02-15T23:04:22.950Z | Compiling parse-size v1.0.0 |
2415 | 2024-02-15T23:04:22.950Z | Compiling slog-envlogger v2.2.0 |
2416 | 2024-02-15T23:04:25.702Z | Compiling humantime v2.1.0 |
2417 | 2024-02-15T23:04:29.466Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2418 | 2024-02-15T23:04:29.580Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2419 | 2024-02-15T23:04:39.383Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2420 | 2024-02-15T23:04:41.218Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2421 | 2024-02-15T23:05:02.255Z | Finished release [optimized] target(s) in 1m 14s |
2422 | 2024-02-15T23:05:02.345Z | |
2423 | 2024-02-15T23:05:02.345Z | real 1:14.403496479 |
2424 | 2024-02-15T23:05:02.345Z | user 8:17.523126783 |
2425 | 2024-02-15T23:05:02.345Z | sys 36.461690738 |
2426 | 2024-02-15T23:05:02.345Z | trap 0.239834743 |
2427 | 2024-02-15T23:05:02.345Z | tflt 0.404063679 |
2428 | 2024-02-15T23:05:02.345Z | dflt 0.266692172 |
2429 | 2024-02-15T23:05:02.345Z | kflt 0.006030194 |
2430 | 2024-02-15T23:05:02.345Z | lock 17:06.541249597 |
2431 | 2024-02-15T23:05:02.345Z | slp 18:39.941583973 |
2432 | 2024-02-15T23:05:02.345Z | lat 17.068385612 |
2433 | 2024-02-15T23:05:02.345Z | stop 12.558736951 |
2434 | 2024-02-15T23:05:02.345Z | + ptime -m gzip |
2435 | 2024-02-15T23:05:02.404Z | |
2436 | 2024-02-15T23:05:02.404Z | real 1.743936509 |
2437 | 2024-02-15T23:05:02.404Z | user 1.728137017 |
2438 | 2024-02-15T23:05:02.405Z | sys 0.014398227 |
2439 | 2024-02-15T23:05:02.405Z | trap 0.000399235 |
2440 | 2024-02-15T23:05:02.405Z | tflt 0.000000000 |
2441 | 2024-02-15T23:05:02.405Z | dflt 0.000000000 |
2442 | 2024-02-15T23:05:02.405Z | kflt 0.000000000 |
2443 | 2024-02-15T23:05:02.405Z | lock 0.000000000 |
2444 | 2024-02-15T23:05:02.405Z | slp 0.000000000 |
2445 | 2024-02-15T23:05:02.405Z | lat 0.000605945 |
2446 | 2024-02-15T23:05:02.405Z | stop 0.000180193 |
2447 | 2024-02-15T23:05:02.405Z | process exited: duration 812299 ms, exit code 0 |
|
2448 | 2024-02-15T23:05:02.489Z | found 5 output files |
2449 | 2024-02-15T23:05:02.489Z | uploading: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz (10676709 bytes) |
2450 | 2024-02-15T23:05:05.559Z | uploaded: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz |
2451 | 2024-02-15T23:05:05.569Z | uploading: /work/end-to-end-tests/bootstrap.gz (108933723 bytes) |
2452 | 2024-02-15T23:05:38.309Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2453 | 2024-02-15T23:05:38.309Z | uploading: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz (112153692 bytes) |
2454 | 2024-02-15T23:06:08.495Z | uploaded: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz |
2455 | 2024-02-15T23:06:08.495Z | uploading: /work/caboose-util.gz (4102787 bytes) |
2456 | 2024-02-15T23:06:09.890Z | uploaded: /work/caboose-util.gz |
2457 | 2024-02-15T23:06:09.891Z | uploading: /work/tufaceous.gz (15851424 bytes) |
2458 | 2024-02-15T23:06:15.864Z | uploaded: /work/tufaceous.gz |