|
|
|
1 | 2024-02-14T22:20:42.477Z | job assigned to worker 01HPMV8T2YQXQT7FR2QY5ZT7KP (queued for 59 s) |
|
2 | 2024-02-14T22:20:42.639Z | starting task 0: "setup" |
3 | 2024-02-14T22:20:42.728Z | ++ uname -s |
4 | 2024-02-14T22:20:42.740Z | + kern=SunOS |
5 | 2024-02-14T22:20:42.740Z | + case "$kern" in |
6 | 2024-02-14T22:20:42.740Z | + groupadd -g 12345 build |
7 | 2024-02-14T22:20:42.740Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-14T22:20:44.751Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-14T22:20:44.819Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-14T22:20:44.823Z | + home_fs=zfs |
11 | 2024-02-14T22:20:44.823Z | + [[ zfs == autofs ]] |
12 | 2024-02-14T22:20:44.823Z | + mkdir -p /home/build |
13 | 2024-02-14T22:20:44.827Z | + chown build:build /home/build /work |
14 | 2024-02-14T22:20:46.825Z | + chmod 0700 /home/build /work |
15 | 2024-02-14T22:20:46.830Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2024-02-14T22:20:46.839Z | starting task 1: "rust-toolchain" |
17 | 2024-02-14T22:20:46.846Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-14T22:20:46.850Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-14T22:20:46.961Z | info: downloading installer |
20 | 2024-02-14T22:20:50.526Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-14T22:20:50.526Z | warning: /opt/ooce/bin |
22 | 2024-02-14T22:20:50.527Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-14T22:20:50.527Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-14T22:20:50.527Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-14T22:20:50.527Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-14T22:20:50.527Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-14T22:20:50.527Z | error: cannot install while Rust is installed |
28 | 2024-02-14T22:20:50.527Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-14T22:20:50.581Z | info: profile set to 'default' |
30 | 2024-02-14T22:20:50.581Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-14T22:20:50.582Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-14T22:20:50.582Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-14T22:20:50.582Z | info: downloading component 'cargo' |
34 | 2024-02-14T22:20:50.582Z | info: downloading component 'clippy' |
35 | 2024-02-14T22:20:50.582Z | info: downloading component 'rust-docs' |
36 | 2024-02-14T22:20:50.993Z | info: downloading component 'rust-std' |
37 | 2024-02-14T22:20:52.742Z | info: downloading component 'rustc' |
38 | 2024-02-14T22:20:57.011Z | info: downloading component 'rustfmt' |
39 | 2024-02-14T22:20:57.257Z | info: installing component 'cargo' |
40 | 2024-02-14T22:20:58.154Z | info: installing component 'clippy' |
41 | 2024-02-14T22:20:58.567Z | info: installing component 'rust-docs' |
42 | 2024-02-14T22:21:00.039Z | info: installing component 'rust-std' |
43 | 2024-02-14T22:21:01.973Z | info: installing component 'rustc' |
44 | 2024-02-14T22:21:06.693Z | info: installing component 'rustfmt' |
45 | 2024-02-14T22:21:06.701Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-14T22:21:06.701Z | |
47 | 2024-02-14T22:21:06.901Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-14T22:21:06.902Z | |
49 | 2024-02-14T22:21:06.905Z | |
50 | 2024-02-14T22:21:06.905Z | Rust is installed now. Great! |
51 | 2024-02-14T22:21:06.905Z | |
52 | 2024-02-14T22:21:06.905Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-14T22:21:06.905Z | environment variable. This has not been done automatically. |
54 | 2024-02-14T22:21:06.905Z | |
55 | 2024-02-14T22:21:06.905Z | To configure your current shell, run: |
56 | 2024-02-14T22:21:06.905Z | source "$HOME/.cargo/env" |
57 | 2024-02-14T22:21:06.961Z | + rustc --version |
58 | 2024-02-14T22:21:07.026Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-14T22:21:07.030Z | process exited: duration 20188 ms, exit code 0 |
|
60 | 2024-02-14T22:21:07.037Z | starting task 2: "authentication" |
61 | 2024-02-14T22:21:07.073Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-02-14T22:21:07.102Z | starting task 3: "clone repository" |
63 | 2024-02-14T22:21:07.116Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-14T22:21:07.117Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-14T22:21:07.312Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-14T22:21:12.501Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-14T22:21:12.505Z | + git fetch origin bb91ca27551046360843fe3c7b32559783c989f0 |
68 | 2024-02-14T22:21:12.958Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-14T22:21:12.958Z | * branch bb91ca27551046360843fe3c7b32559783c989f0 -> FETCH_HEAD |
70 | 2024-02-14T22:21:12.966Z | + [[ -n '' ]] |
71 | 2024-02-14T22:21:12.967Z | + git reset --hard bb91ca27551046360843fe3c7b32559783c989f0 |
72 | 2024-02-14T22:21:13.078Z | HEAD is now at bb91ca275 address comments |
73 | 2024-02-14T22:21:13.085Z | process exited: duration 5983 ms, exit code 0 |
|
74 | 2024-02-14T22:21:13.116Z | starting task 4: "build" |
75 | 2024-02-14T22:21:13.125Z | + cargo --version |
76 | 2024-02-14T22:21:13.134Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-14T22:21:14.919Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-14T22:21:14.919Z | info: downloading component 'cargo' |
79 | 2024-02-14T22:21:14.992Z | info: downloading component 'clippy' |
80 | 2024-02-14T22:21:14.993Z | info: downloading component 'rust-docs' |
81 | 2024-02-14T22:21:16.548Z | info: downloading component 'rust-std' |
82 | 2024-02-14T22:21:17.069Z | info: downloading component 'rustc' |
83 | 2024-02-14T22:21:21.428Z | info: downloading component 'rustfmt' |
84 | 2024-02-14T22:21:21.669Z | info: installing component 'cargo' |
85 | 2024-02-14T22:21:22.555Z | info: installing component 'clippy' |
86 | 2024-02-14T22:21:22.910Z | info: installing component 'rust-docs' |
87 | 2024-02-14T22:21:24.570Z | info: installing component 'rust-std' |
88 | 2024-02-14T22:21:26.134Z | info: installing component 'rustc' |
89 | 2024-02-14T22:21:30.233Z | info: installing component 'rustfmt' |
90 | 2024-02-14T22:21:30.620Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-14T22:21:30.634Z | + rustc --version |
92 | 2024-02-14T22:21:30.683Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-14T22:21:30.701Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-14T22:21:44.115Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-14T22:21:48.818Z | Startup: Caching catalogs ... Done |
96 | 2024-02-14T22:21:48.970Z | Planning: Solver setup ... Done (0.888s) |
97 | 2024-02-14T22:21:48.970Z | Planning: Running solver ... Done (0.020s) |
98 | 2024-02-14T22:21:48.970Z | Planning: Finding local manifests ... Done (0.428s) |
99 | 2024-02-14T22:21:48.970Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-14T22:21:48.970Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-14T22:21:48.970Z | Planning: Package planning ... Done (0.048s) |
102 | 2024-02-14T22:21:48.970Z | Planning: Merging actions ... Done (0.053s) |
103 | 2024-02-14T22:21:49.067Z | Planning: Checking for conflicting actions ... Done (1.554s) |
104 | 2024-02-14T22:21:49.118Z | Planning: Consolidating action changes ... Done (0.012s) |
105 | 2024-02-14T22:21:54.879Z | Planning: Evaluating mediators ... Done (5.819s) |
106 | 2024-02-14T22:21:54.889Z | Planning: Planning completed in 9.36 seconds |
107 | 2024-02-14T22:21:54.993Z | Packages to install: 4 |
108 | 2024-02-14T22:21:54.994Z | Mediators to change: 2 |
109 | 2024-02-14T22:21:54.997Z | Services to change: 1 |
110 | 2024-02-14T22:21:54.997Z | Estimated space available: 148.87 GB |
111 | 2024-02-14T22:21:54.997Z | Estimated space to be consumed: 1.41 GB |
112 | 2024-02-14T22:21:54.997Z | Create boot environment: No |
113 | 2024-02-14T22:21:54.997Z | Create backup boot environment: No |
114 | 2024-02-14T22:21:54.997Z | Rebuild boot archive: No |
115 | 2024-02-14T22:21:54.997Z | |
116 | 2024-02-14T22:21:54.997Z | Changed mediators: |
117 | 2024-02-14T22:21:54.997Z | mediator clang: |
118 | 2024-02-14T22:21:54.998Z | version: None -> 15 (system default) |
119 | 2024-02-14T22:21:54.998Z | |
120 | 2024-02-14T22:21:54.998Z | mediator llvm: |
121 | 2024-02-14T22:21:54.998Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-14T22:21:54.998Z | |
123 | 2024-02-14T22:21:54.998Z | Changed packages: |
124 | 2024-02-14T22:21:54.998Z | helios-dev |
125 | 2024-02-14T22:21:54.998Z | developer/build-essential |
126 | 2024-02-14T22:21:54.998Z | None -> 11-2.0 |
127 | 2024-02-14T22:21:54.998Z | library/libxmlsec1 |
128 | 2024-02-14T22:21:54.998Z | None -> 1.2.35-2.0 |
129 | 2024-02-14T22:21:54.998Z | ooce/developer/clang-15 |
130 | 2024-02-14T22:21:54.998Z | None -> 15.0.7-2.0 |
131 | 2024-02-14T22:21:54.998Z | ooce/developer/llvm-15 |
132 | 2024-02-14T22:21:54.998Z | None -> 15.0.7-2.0 |
133 | 2024-02-14T22:21:54.998Z | |
134 | 2024-02-14T22:21:54.998Z | Services: |
135 | 2024-02-14T22:21:54.998Z | restart_fmri: |
136 | 2024-02-14T22:21:54.999Z | svc:/system/update-man-index:default |
137 | 2024-02-14T22:21:55.311Z | |
138 | 2024-02-14T22:21:55.311Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-14T22:22:00.482Z | Download: 1196/3290 items 63.6/212.6MB 29% complete (13.3M/s) |
140 | 2024-02-14T22:22:05.511Z | Download: 1824/3290 items 118.5/212.6MB 55% complete (11.8M/s) |
141 | 2024-02-14T22:22:10.887Z | Download: 2671/3290 items 120.4/212.6MB 56% complete (5.8M/s) |
142 | 2024-02-14T22:22:16.628Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (9.1M/s) |
143 | 2024-02-14T22:22:22.966Z | Download: 3286/3290 items 212.3/212.6MB 99% complete (9.1M/s) |
144 | 2024-02-14T22:22:22.989Z | Download: Completed 212.60 MB in 27.68 seconds (7.7M/s) |
145 | 2024-02-14T22:22:23.161Z | Actions: 1/3689 actions (Installing new actions) |
146 | 2024-02-14T22:22:28.289Z | Actions: 3543/3689 actions (Installing new actions) |
147 | 2024-02-14T22:22:29.334Z | Actions: Completed 3689 actions in 6.17 seconds. |
148 | 2024-02-14T22:22:29.431Z | Done (0.085s) |
149 | 2024-02-14T22:22:29.431Z | Done (0.000s) |
150 | 2024-02-14T22:22:29.642Z | Done (0.210s) |
151 | 2024-02-14T22:22:38.412Z | Done (7.131s) |
152 | 2024-02-14T22:22:38.592Z | Done (0.314s) |
153 | 2024-02-14T22:22:38.592Z | Done (0.000s) |
154 | 2024-02-14T22:22:38.592Z | Done (0.000s) |
155 | 2024-02-14T22:22:38.768Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-02-14T22:22:38.769Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-02-14T22:22:38.769Z | Planning: Consolidating action changes ... Done |
158 | 2024-02-14T22:22:38.769Z | Planning: Evaluating mediators ... Done |
159 | 2024-02-14T22:22:38.769Z | Planning: Planning completed in 0.44 seconds |
160 | 2024-02-14T22:22:38.769Z | Mediators to change: 2 |
161 | 2024-02-14T22:22:38.769Z | Create boot environment: No |
162 | 2024-02-14T22:22:38.769Z | Create backup boot environment: No |
163 | 2024-02-14T22:22:38.770Z | Done |
164 | 2024-02-14T22:22:38.770Z | Done |
165 | 2024-02-14T22:22:38.809Z | Done |
166 | 2024-02-14T22:22:42.347Z | Done |
167 | 2024-02-14T22:22:42.439Z | Done |
168 | 2024-02-14T22:22:42.449Z | Done |
169 | 2024-02-14T22:22:42.535Z | Done |
170 | 2024-02-14T22:22:43.185Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-02-14T22:22:43.190Z | Planning: Merging actions ... Done |
172 | 2024-02-14T22:22:43.373Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-02-14T22:22:43.378Z | Planning: Consolidating action changes ... Done |
174 | 2024-02-14T22:22:43.641Z | Planning: Evaluating mediators ... Done |
175 | 2024-02-14T22:22:43.700Z | Planning: Planning completed in 0.79 seconds |
176 | 2024-02-14T22:22:43.735Z | Packages to change: 1 |
177 | 2024-02-14T22:22:43.735Z | Mediators to change: 1 |
178 | 2024-02-14T22:22:43.739Z | Services to change: 1 |
179 | 2024-02-14T22:22:43.739Z | Create boot environment: No |
180 | 2024-02-14T22:22:43.739Z | Create backup boot environment: Yes |
181 | 2024-02-14T22:22:45.495Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-02-14T22:22:45.589Z | Actions: Completed 6 actions in 0.09 seconds. |
183 | 2024-02-14T22:22:45.589Z | Done |
184 | 2024-02-14T22:22:45.589Z | Done |
185 | 2024-02-14T22:22:45.634Z | Done |
186 | 2024-02-14T22:22:49.372Z | Done |
187 | 2024-02-14T22:22:49.465Z | Done |
188 | 2024-02-14T22:22:49.468Z | Done |
189 | 2024-02-14T22:22:49.568Z | Done |
190 | 2024-02-14T22:22:50.008Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-02-14T22:22:50.009Z | clang system 15 system |
192 | 2024-02-14T22:22:50.009Z | csh system system illumos |
193 | 2024-02-14T22:22:50.009Z | ctags system system illumos |
194 | 2024-02-14T22:22:50.009Z | gcc vendor 12 vendor |
195 | 2024-02-14T22:22:50.009Z | gcc system 10 system |
196 | 2024-02-14T22:22:50.009Z | gcc system 7 system |
197 | 2024-02-14T22:22:50.009Z | go system 1.20 system |
198 | 2024-02-14T22:22:50.009Z | go system 1.19 system |
199 | 2024-02-14T22:22:50.009Z | llvm system 15 system |
200 | 2024-02-14T22:22:50.009Z | llvm system 14 system |
201 | 2024-02-14T22:22:50.009Z | mariadb system 10.6 system |
202 | 2024-02-14T22:22:50.009Z | mta vendor vendor dma |
203 | 2024-02-14T22:22:50.009Z | openjdk system 17 system |
204 | 2024-02-14T22:22:50.009Z | openjdk system 11 system |
205 | 2024-02-14T22:22:50.009Z | openjdk system 1.8 system |
206 | 2024-02-14T22:22:50.009Z | openssl vendor 3 vendor |
207 | 2024-02-14T22:22:50.009Z | perl system 5.36 system |
208 | 2024-02-14T22:22:50.009Z | postgresql system 15 system |
209 | 2024-02-14T22:22:50.009Z | postgresql system 13 system |
210 | 2024-02-14T22:22:50.010Z | python vendor 3 vendor |
211 | 2024-02-14T22:22:50.010Z | python system 2 system |
212 | 2024-02-14T22:22:50.010Z | python3 system 3.11 system |
213 | 2024-02-14T22:22:50.010Z | ruby system 3.0 system |
214 | 2024-02-14T22:22:50.010Z | words vendor vendor american-english |
215 | 2024-02-14T22:22:50.010Z | words system system australian-english |
216 | 2024-02-14T22:22:50.010Z | words system system british-english |
217 | 2024-02-14T22:22:50.010Z | words system system canadian-english |
218 | 2024-02-14T22:22:50.010Z | words system system french |
219 | 2024-02-14T22:22:50.010Z | words system system italian |
220 | 2024-02-14T22:22:50.010Z | words system system ngerman |
221 | 2024-02-14T22:22:50.010Z | words system system ogerman |
222 | 2024-02-14T22:22:50.010Z | words system system spanish |
223 | 2024-02-14T22:22:50.335Z | FMRI IFO |
224 | 2024-02-14T22:22:50.335Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-02-14T22:22:50.336Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-02-14T22:22:50.384Z | + set -o errexit |
233 | 2024-02-14T22:22:50.389Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2024-02-14T22:22:50.389Z | ++ cd ./tools |
235 | 2024-02-14T22:22:50.389Z | ++ pwd |
236 | 2024-02-14T22:22:50.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2024-02-14T22:22:50.393Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2024-02-14T22:22:50.394Z | + ARG0=ci_download_cockroachdb |
239 | 2024-02-14T22:22:50.394Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2024-02-14T22:22:50.394Z | + CIDL_VERSION=v22.1.9 |
241 | 2024-02-14T22:22:50.394Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2024-02-14T22:22:50.394Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
243 | 2024-02-14T22:22:50.394Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
244 | 2024-02-14T22:22:50.394Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
245 | 2024-02-14T22:22:50.395Z | + TARGET_DIR=out |
246 | 2024-02-14T22:22:50.395Z | + DOWNLOAD_DIR=out/downloads |
247 | 2024-02-14T22:22:50.395Z | + DEST_DIR=./out/cockroachdb |
248 | 2024-02-14T22:22:50.395Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2024-02-14T22:22:50.395Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2024-02-14T22:22:50.396Z | + main |
251 | 2024-02-14T22:22:50.396Z | + [[ 0 != 0 ]] |
252 | 2024-02-14T22:22:50.396Z | + CIDL_OS=solaris2.11 |
253 | 2024-02-14T22:22:50.396Z | + [[ 0 != 0 ]] |
254 | 2024-02-14T22:22:50.397Z | + configure_os solaris2.11 |
255 | 2024-02-14T22:22:50.397Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2024-02-14T22:22:50.397Z | current directory: /work/oxidecomputer/omicron |
257 | 2024-02-14T22:22:50.397Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2024-02-14T22:22:50.397Z | + case "$1" in |
259 | 2024-02-14T22:22:50.397Z | configuring based on OS: "solaris2.11" |
260 | 2024-02-14T22:22:50.398Z | + CIDL_BUILD=illumos |
261 | 2024-02-14T22:22:50.398Z | + CIDL_SUFFIX=tar.gz |
262 | 2024-02-14T22:22:50.398Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
263 | 2024-02-14T22:22:50.398Z | + CIDL_URL_BASE=https://illumos.org/downloads |
264 | 2024-02-14T22:22:50.399Z | + CIDL_ASSEMBLE=do_assemble_illumos |
265 | 2024-02-14T22:22:50.399Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
266 | 2024-02-14T22:22:50.399Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
267 | 2024-02-14T22:22:50.399Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-02-14T22:22:50.399Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
269 | 2024-02-14T22:22:50.399Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2024-02-14T22:22:50.399Z | + CIDL_SHA256FUNC=do_sha256sum |
271 | 2024-02-14T22:22:50.400Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-02-14T22:22:50.420Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-14T22:22:50.420Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-14T22:22:50.421Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-02-14T22:22:50.421Z | + mkdir -p out/downloads |
276 | 2024-02-14T22:22:50.421Z | + mkdir -p ./out/cockroachdb |
277 | 2024-02-14T22:22:50.421Z | + local DO_DOWNLOAD=true |
278 | 2024-02-14T22:22:50.421Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2024-02-14T22:22:50.421Z | + '[' true == true ']' |
280 | 2024-02-14T22:22:50.421Z | + echo Downloading... |
281 | 2024-02-14T22:22:50.421Z | Downloading... |
282 | 2024-02-14T22:22:50.422Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-14T22:22:50.422Z | + 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 |
284 | 2024-02-14T22:22:53.158Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-14T22:22:53.606Z | ++ sha256sum |
286 | 2024-02-14T22:22:53.606Z | ++ awk '{print $1}' |
287 | 2024-02-14T22:22:53.606Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
288 | 2024-02-14T22:22:53.606Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
289 | 2024-02-14T22:22:53.607Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-14T22:22:53.607Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2024-02-14T22:22:55.525Z | + do_assemble_illumos |
292 | 2024-02-14T22:22:55.525Z | + rm -r ./out/cockroachdb |
293 | 2024-02-14T22:22:55.529Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2024-02-14T22:22:55.889Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2024-02-14T22:22:56.151Z | Build Tag: v22.1.9-dirty |
296 | 2024-02-14T22:22:56.151Z | Build Time: 2022/10/26 21:17:46 |
297 | 2024-02-14T22:22:56.151Z | Distribution: OSS |
298 | 2024-02-14T22:22:56.151Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2024-02-14T22:22:56.151Z | Go Version: go1.17.13 |
300 | 2024-02-14T22:22:56.152Z | C Compiler: gcc 10.3.0 |
301 | 2024-02-14T22:22:56.152Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2024-02-14T22:22:56.152Z | Build Type: release |
303 | 2024-02-14T22:22:56.580Z | + set -o errexit |
304 | 2024-02-14T22:22:56.580Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2024-02-14T22:22:56.580Z | ++ cd ./tools |
306 | 2024-02-14T22:22:56.580Z | ++ pwd |
307 | 2024-02-14T22:22:56.580Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2024-02-14T22:22:56.580Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2024-02-14T22:22:56.580Z | + ARG0=ci_download_clickhouse |
310 | 2024-02-14T22:22:56.580Z | + TARGET_DIR=out |
311 | 2024-02-14T22:22:56.581Z | + DOWNLOAD_DIR=out/downloads |
312 | 2024-02-14T22:22:56.581Z | + DEST_DIR=./out/clickhouse |
313 | 2024-02-14T22:22:56.581Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
314 | 2024-02-14T22:22:56.581Z | + CIDL_VERSION=v22.8.9.24 |
315 | 2024-02-14T22:22:56.581Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
316 | 2024-02-14T22:22:56.581Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
317 | 2024-02-14T22:22:56.581Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
318 | 2024-02-14T22:22:56.581Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
319 | 2024-02-14T22:22:56.581Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
320 | 2024-02-14T22:22:56.581Z | + main |
321 | 2024-02-14T22:22:56.581Z | + [[ 0 != 0 ]] |
322 | 2024-02-14T22:22:56.581Z | + CIDL_OS=solaris2.11 |
323 | 2024-02-14T22:22:56.581Z | + [[ 0 != 0 ]] |
324 | 2024-02-14T22:22:56.582Z | + configure_os solaris2.11 |
325 | 2024-02-14T22:22:56.582Z | + echo 'current directory: /work/oxidecomputer/omicron' |
326 | 2024-02-14T22:22:56.582Z | current directory: /work/oxidecomputer/omicron |
327 | 2024-02-14T22:22:56.582Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2024-02-14T22:22:56.582Z | + CIDL_DASHREV= |
329 | 2024-02-14T22:22:56.582Z | + case "$1" in |
330 | 2024-02-14T22:22:56.582Z | configuring based on OS: "solaris2.11" |
331 | 2024-02-14T22:22:56.582Z | + CIDL_PLATFORM=illumos |
332 | 2024-02-14T22:22:56.582Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
333 | 2024-02-14T22:22:56.583Z | + CIDL_MD5FUNC=do_md5sum |
334 | 2024-02-14T22:22:56.583Z | + CIDL_DASHREV=-1 |
335 | 2024-02-14T22:22:56.583Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
336 | 2024-02-14T22:22:56.583Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-02-14T22:22:56.583Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-14T22:22:56.583Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-14T22:22:56.583Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2024-02-14T22:22:56.583Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-14T22:22:56.583Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-02-14T22:22:56.583Z | + mkdir -p out/downloads |
343 | 2024-02-14T22:22:56.583Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-14T22:22:56.584Z | + mkdir -p ./out/clickhouse |
345 | 2024-02-14T22:22:56.584Z | + local DO_DOWNLOAD=true |
346 | 2024-02-14T22:22:56.584Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
347 | 2024-02-14T22:22:56.584Z | + '[' true == true ']' |
348 | 2024-02-14T22:22:56.584Z | + echo Downloading... |
349 | 2024-02-14T22:22:56.584Z | Downloading... |
350 | 2024-02-14T22:22:56.584Z | + 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 |
351 | 2024-02-14T22:22:56.584Z | + 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 |
352 | 2024-02-14T22:22:58.513Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-14T22:22:58.532Z | ++ md5sum |
354 | 2024-02-14T22:22:58.533Z | ++ awk '{print $1}' |
355 | 2024-02-14T22:22:58.713Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2024-02-14T22:22:58.713Z | + [[ 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 ]] |
357 | 2024-02-14T22:22:58.717Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
358 | 2024-02-14T22:22:58.717Z | + mkdir -p ./out/clickhouse |
359 | 2024-02-14T22:22:58.717Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
360 | 2024-02-14T22:23:01.878Z | + ./out/clickhouse/clickhouse server --version |
361 | 2024-02-14T22:23:01.905Z | ClickHouse server version 22.8.9.1. |
362 | 2024-02-14T22:23:01.922Z | + set -o errexit |
363 | 2024-02-14T22:23:01.928Z | +++ dirname ./tools/ci_download_console |
364 | 2024-02-14T22:23:01.928Z | ++ cd ./tools |
365 | 2024-02-14T22:23:01.928Z | ++ pwd |
366 | 2024-02-14T22:23:01.928Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
367 | 2024-02-14T22:23:01.939Z | ++ basename ./tools/ci_download_console |
368 | 2024-02-14T22:23:01.939Z | + ARG0=ci_download_console |
369 | 2024-02-14T22:23:01.939Z | + TARGET_DIR=out |
370 | 2024-02-14T22:23:01.940Z | + DOWNLOAD_DIR=out/downloads |
371 | 2024-02-14T22:23:01.940Z | + DEST_DIR=./out/console-assets |
372 | 2024-02-14T22:23:01.940Z | + source /work/oxidecomputer/omicron/tools/console_version |
373 | 2024-02-14T22:23:01.940Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
374 | 2024-02-14T22:23:01.940Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
375 | 2024-02-14T22:23:01.940Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
376 | 2024-02-14T22:23:01.940Z | + TARBALL_FILE=out/downloads/console.tar.gz |
377 | 2024-02-14T22:23:01.941Z | + main |
378 | 2024-02-14T22:23:01.941Z | + [[ 0 != 0 ]] |
379 | 2024-02-14T22:23:01.941Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
380 | 2024-02-14T22:23:01.941Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
381 | 2024-02-14T22:23:01.941Z | + echo 'Local file: out/downloads/console.tar.gz' |
382 | 2024-02-14T22:23:01.941Z | + local DO_DOWNLOAD=true |
383 | 2024-02-14T22:23:01.941Z | Local file: out/downloads/console.tar.gz |
384 | 2024-02-14T22:23:01.942Z | + [[ -f out/downloads/console.tar.gz ]] |
385 | 2024-02-14T22:23:01.942Z | + mkdir -p out/downloads |
386 | 2024-02-14T22:23:01.942Z | + '[' true == true ']' |
387 | 2024-02-14T22:23:01.942Z | + echo Downloading... |
388 | 2024-02-14T22:23:01.942Z | Downloading... |
389 | 2024-02-14T22:23:01.942Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
390 | 2024-02-14T22:23:01.942Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
391 | 2024-02-14T22:23:02.515Z | ++ do_sha256sum out/downloads/console.tar.gz |
392 | 2024-02-14T22:23:02.538Z | ++ case "$OSTYPE" in |
393 | 2024-02-14T22:23:02.538Z | ++ SHA=sha256sum |
394 | 2024-02-14T22:23:02.538Z | ++ sha256sum |
395 | 2024-02-14T22:23:02.538Z | ++ awk '{print $1}' |
396 | 2024-02-14T22:23:02.538Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
397 | 2024-02-14T22:23:02.538Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
398 | 2024-02-14T22:23:02.538Z | + rm -rf ./out/console-assets |
399 | 2024-02-14T22:23:02.538Z | + mkdir -p ./out/console-assets |
400 | 2024-02-14T22:23:02.538Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
401 | 2024-02-14T22:23:02.539Z | + mkdir -p ./out/console-assets |
402 | 2024-02-14T22:23:02.539Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
403 | 2024-02-14T22:23:02.656Z | + set -o errexit |
404 | 2024-02-14T22:23:02.707Z | +++ dirname ./tools/ci_download_maghemite_openapi |
405 | 2024-02-14T22:23:02.707Z | ++ cd ./tools |
406 | 2024-02-14T22:23:02.708Z | ++ pwd |
407 | 2024-02-14T22:23:02.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2024-02-14T22:23:02.708Z | ++ basename ./tools/ci_download_maghemite_openapi |
409 | 2024-02-14T22:23:02.708Z | + ARG0=ci_download_maghemite_openapi |
410 | 2024-02-14T22:23:02.708Z | + TARGET_DIR=out |
411 | 2024-02-14T22:23:02.708Z | + DOWNLOAD_DIR=out/downloads |
412 | 2024-02-14T22:23:02.708Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
413 | 2024-02-14T22:23:02.708Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
414 | 2024-02-14T22:23:02.708Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
415 | 2024-02-14T22:23:02.708Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
416 | 2024-02-14T22:23:02.708Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
417 | 2024-02-14T22:23:02.709Z | + main |
418 | 2024-02-14T22:23:02.709Z | + [[ 0 != 0 ]] |
419 | 2024-02-14T22:23:02.709Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
420 | 2024-02-14T22:23:02.709Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
421 | 2024-02-14T22:23:02.709Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
422 | 2024-02-14T22:23:02.709Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
423 | 2024-02-14T22:23:02.709Z | + local DO_DOWNLOAD=true |
424 | 2024-02-14T22:23:02.710Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
425 | 2024-02-14T22:23:02.710Z | + mkdir -p out/downloads |
426 | 2024-02-14T22:23:02.710Z | + '[' true == true ']' |
427 | 2024-02-14T22:23:02.710Z | + echo Downloading... |
428 | 2024-02-14T22:23:02.710Z | Downloading... |
429 | 2024-02-14T22:23:02.710Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-14T22:23:02.710Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
431 | 2024-02-14T22:23:09.417Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
432 | 2024-02-14T22:23:09.662Z | ++ case "$OSTYPE" in |
433 | 2024-02-14T22:23:09.662Z | ++ SHA=sha256sum |
434 | 2024-02-14T22:23:09.662Z | ++ sha256sum |
435 | 2024-02-14T22:23:09.662Z | ++ awk '{print $1}' |
436 | 2024-02-14T22:23:09.662Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-02-14T22:23:09.662Z | + [[ 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 ]] |
438 | 2024-02-14T22:23:09.662Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2024-02-14T22:23:09.662Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
440 | 2024-02-14T22:23:09.662Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
441 | 2024-02-14T22:23:09.662Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
442 | 2024-02-14T22:23:09.662Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
443 | 2024-02-14T22:23:09.663Z | + main |
444 | 2024-02-14T22:23:09.663Z | + [[ 0 != 0 ]] |
445 | 2024-02-14T22:23:09.663Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
446 | 2024-02-14T22:23:09.663Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
447 | 2024-02-14T22:23:09.663Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
448 | 2024-02-14T22:23:09.663Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
449 | 2024-02-14T22:23:09.663Z | + local DO_DOWNLOAD=true |
450 | 2024-02-14T22:23:09.663Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
451 | 2024-02-14T22:23:09.663Z | + mkdir -p out/downloads |
452 | 2024-02-14T22:23:09.663Z | + '[' true == true ']' |
453 | 2024-02-14T22:23:09.664Z | + echo Downloading... |
454 | 2024-02-14T22:23:09.664Z | Downloading... |
455 | 2024-02-14T22:23:09.664Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-14T22:23:09.664Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
457 | 2024-02-14T22:23:09.979Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
458 | 2024-02-14T22:23:09.979Z | ++ case "$OSTYPE" in |
459 | 2024-02-14T22:23:09.979Z | ++ SHA=sha256sum |
460 | 2024-02-14T22:23:09.979Z | ++ sha256sum |
461 | 2024-02-14T22:23:09.980Z | ++ awk '{print $1}' |
462 | 2024-02-14T22:23:09.980Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
463 | 2024-02-14T22:23:09.980Z | + [[ 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 ]] |
464 | 2024-02-14T22:23:09.980Z | + set -o errexit |
465 | 2024-02-14T22:23:09.980Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2024-02-14T22:23:09.980Z | ++ cd ./tools |
467 | 2024-02-14T22:23:09.980Z | ++ pwd |
468 | 2024-02-14T22:23:09.980Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2024-02-14T22:23:09.980Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2024-02-14T22:23:09.980Z | + ARG0=ci_download_dendrite_openapi |
471 | 2024-02-14T22:23:09.980Z | + TARGET_DIR=out |
472 | 2024-02-14T22:23:09.981Z | + DOWNLOAD_DIR=out/downloads |
473 | 2024-02-14T22:23:09.981Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2024-02-14T22:23:09.981Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
475 | 2024-02-14T22:23:09.981Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
476 | 2024-02-14T22:23:09.981Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
477 | 2024-02-14T22:23:09.981Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
478 | 2024-02-14T22:23:09.981Z | + main |
479 | 2024-02-14T22:23:09.981Z | + [[ 0 != 0 ]] |
480 | 2024-02-14T22:23:09.981Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
481 | 2024-02-14T22:23:09.981Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
482 | 2024-02-14T22:23:09.981Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
483 | 2024-02-14T22:23:09.981Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
484 | 2024-02-14T22:23:09.982Z | + local DO_DOWNLOAD=true |
485 | 2024-02-14T22:23:09.982Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
486 | 2024-02-14T22:23:09.982Z | + mkdir -p out/downloads |
487 | 2024-02-14T22:23:09.982Z | + '[' true == true ']' |
488 | 2024-02-14T22:23:09.982Z | + echo Downloading... |
489 | 2024-02-14T22:23:09.982Z | Downloading... |
490 | 2024-02-14T22:23:09.982Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
491 | 2024-02-14T22:23:09.982Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
492 | 2024-02-14T22:23:10.302Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
493 | 2024-02-14T22:23:10.310Z | ++ case "$OSTYPE" in |
494 | 2024-02-14T22:23:10.310Z | ++ SHA=sha256sum |
495 | 2024-02-14T22:23:10.310Z | ++ sha256sum |
496 | 2024-02-14T22:23:10.310Z | ++ awk '{print $1}' |
497 | 2024-02-14T22:23:10.311Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
498 | 2024-02-14T22:23:10.311Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
499 | 2024-02-14T22:23:10.311Z | + set -o errexit |
500 | 2024-02-14T22:23:10.311Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2024-02-14T22:23:10.311Z | ++ cd ./tools |
502 | 2024-02-14T22:23:10.311Z | ++ pwd |
503 | 2024-02-14T22:23:10.311Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2024-02-14T22:23:10.311Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2024-02-14T22:23:10.311Z | + ARG0=ci_download_dendrite_stub |
506 | 2024-02-14T22:23:10.311Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2024-02-14T22:23:10.311Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
508 | 2024-02-14T22:23:10.311Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
509 | 2024-02-14T22:23:10.311Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
510 | 2024-02-14T22:23:10.311Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2024-02-14T22:23:10.311Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
512 | 2024-02-14T22:23:10.311Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
513 | 2024-02-14T22:23:10.311Z | + TARGET_DIR=out |
514 | 2024-02-14T22:23:10.312Z | + DOWNLOAD_DIR=out/downloads |
515 | 2024-02-14T22:23:10.312Z | + DEST_DIR=./out/dendrite-stub |
516 | 2024-02-14T22:23:10.312Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2024-02-14T22:23:10.312Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2024-02-14T22:23:10.312Z | + REPO=oxidecomputer/dendrite |
519 | 2024-02-14T22:23:10.312Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
520 | 2024-02-14T22:23:10.312Z | + main |
521 | 2024-02-14T22:23:10.312Z | + [[ 0 != 0 ]] |
522 | 2024-02-14T22:23:10.312Z | + CIDL_OS=solaris2.11 |
523 | 2024-02-14T22:23:10.312Z | + [[ 0 != 0 ]] |
524 | 2024-02-14T22:23:10.312Z | + configure_os solaris2.11 |
525 | 2024-02-14T22:23:10.312Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2024-02-14T22:23:10.312Z | current directory: /work/oxidecomputer/omicron |
527 | 2024-02-14T22:23:10.312Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2024-02-14T22:23:10.312Z | configuring based on OS: "solaris2.11" |
529 | 2024-02-14T22:23:10.312Z | + case "$1" in |
530 | 2024-02-14T22:23:10.312Z | + SET_BINARIES= |
531 | 2024-02-14T22:23:10.312Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
532 | 2024-02-14T22:23:10.312Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2024-02-14T22:23:10.312Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2024-02-14T22:23:10.312Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
535 | 2024-02-14T22:23:10.312Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2024-02-14T22:23:10.312Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
537 | 2024-02-14T22:23:10.313Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
538 | 2024-02-14T22:23:10.313Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2024-02-14T22:23:10.313Z | + mkdir -p out/downloads |
540 | 2024-02-14T22:23:10.313Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2024-02-14T22:23:10.313Z | + mkdir -p ./out/dendrite-stub |
542 | 2024-02-14T22:23:10.313Z | + fetch_and_verify |
543 | 2024-02-14T22:23:10.313Z | + local DO_DOWNLOAD=true |
544 | 2024-02-14T22:23:10.313Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2024-02-14T22:23:10.313Z | + '[' true == true ']' |
546 | 2024-02-14T22:23:10.313Z | + echo Downloading... |
547 | 2024-02-14T22:23:10.313Z | Downloading... |
548 | 2024-02-14T22:23:10.313Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-14T22:23:10.313Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
550 | 2024-02-14T22:23:17.529Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-14T22:23:17.533Z | ++ sha256sum |
552 | 2024-02-14T22:23:17.534Z | ++ awk '{print $1}' |
553 | 2024-02-14T22:23:17.556Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
554 | 2024-02-14T22:23:17.563Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
555 | 2024-02-14T22:23:17.563Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-14T22:23:17.563Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2024-02-14T22:23:18.248Z | + do_assemble |
558 | 2024-02-14T22:23:18.248Z | + rm -r ./out/dendrite-stub |
559 | 2024-02-14T22:23:18.252Z | + mkdir ./out/dendrite-stub |
560 | 2024-02-14T22:23:18.252Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2024-02-14T22:23:18.363Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2024-02-14T22:23:18.367Z | + set -o errexit |
563 | 2024-02-14T22:23:18.367Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2024-02-14T22:23:18.368Z | ++ cd ./tools |
565 | 2024-02-14T22:23:18.368Z | ++ pwd |
566 | 2024-02-14T22:23:18.368Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2024-02-14T22:23:18.372Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2024-02-14T22:23:18.372Z | + ARG0=ci_download_maghemite_mgd |
569 | 2024-02-14T22:23:18.372Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2024-02-14T22:23:18.372Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
571 | 2024-02-14T22:23:18.373Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
572 | 2024-02-14T22:23:18.373Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2024-02-14T22:23:18.373Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
574 | 2024-02-14T22:23:18.373Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
575 | 2024-02-14T22:23:18.373Z | + TARGET_DIR=out |
576 | 2024-02-14T22:23:18.373Z | + DOWNLOAD_DIR=out/downloads |
577 | 2024-02-14T22:23:18.373Z | + DEST_DIR=./out/mgd |
578 | 2024-02-14T22:23:18.373Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2024-02-14T22:23:18.374Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2024-02-14T22:23:18.374Z | + REPO=oxidecomputer/maghemite |
581 | 2024-02-14T22:23:18.374Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
582 | 2024-02-14T22:23:18.374Z | + main |
583 | 2024-02-14T22:23:18.374Z | + [[ 0 != 0 ]] |
584 | 2024-02-14T22:23:18.375Z | + CIDL_OS=solaris2.11 |
585 | 2024-02-14T22:23:18.375Z | + [[ 0 != 0 ]] |
586 | 2024-02-14T22:23:18.375Z | + configure_os solaris2.11 |
587 | 2024-02-14T22:23:18.375Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2024-02-14T22:23:18.375Z | current directory: /work/oxidecomputer/omicron |
589 | 2024-02-14T22:23:18.375Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2024-02-14T22:23:18.375Z | + case "$1" in |
591 | 2024-02-14T22:23:18.375Z | + SET_BINARIES= |
592 | 2024-02-14T22:23:18.375Z | configuring based on OS: "solaris2.11" |
593 | 2024-02-14T22:23:18.375Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2024-02-14T22:23:18.376Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2024-02-14T22:23:18.376Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
596 | 2024-02-14T22:23:18.376Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2024-02-14T22:23:18.376Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
598 | 2024-02-14T22:23:18.376Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
599 | 2024-02-14T22:23:18.376Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2024-02-14T22:23:18.376Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-02-14T22:23:18.377Z | + mkdir -p out/downloads |
602 | 2024-02-14T22:23:18.377Z | + mkdir -p ./out/mgd |
603 | 2024-02-14T22:23:18.381Z | + fetch_and_verify |
604 | 2024-02-14T22:23:18.381Z | + local DO_DOWNLOAD=true |
605 | 2024-02-14T22:23:18.382Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2024-02-14T22:23:18.382Z | + '[' true == true ']' |
607 | 2024-02-14T22:23:18.382Z | + echo Downloading... |
608 | 2024-02-14T22:23:18.382Z | Downloading... |
609 | 2024-02-14T22:23:18.382Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2024-02-14T22:23:18.382Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
611 | 2024-02-14T22:23:25.523Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2024-02-14T22:23:25.553Z | ++ sha256sum |
613 | 2024-02-14T22:23:25.553Z | ++ awk '{print $1}' |
614 | 2024-02-14T22:23:25.574Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
615 | 2024-02-14T22:23:25.574Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
616 | 2024-02-14T22:23:25.574Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2024-02-14T22:23:25.574Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2024-02-14T22:23:25.996Z | + do_assemble |
619 | 2024-02-14T22:23:25.996Z | + rm -r ./out/mgd |
620 | 2024-02-14T22:23:26.019Z | + mkdir ./out/mgd |
621 | 2024-02-14T22:23:26.020Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2024-02-14T22:23:27.542Z | + set -o errexit |
623 | 2024-02-14T22:23:27.977Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2024-02-14T22:23:27.977Z | ++ cd ./tools |
625 | 2024-02-14T22:23:27.977Z | ++ pwd |
626 | 2024-02-14T22:23:27.977Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2024-02-14T22:23:27.977Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2024-02-14T22:23:27.977Z | + ARG0=ci_download_transceiver_control |
629 | 2024-02-14T22:23:27.977Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2024-02-14T22:23:27.977Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2024-02-14T22:23:27.977Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2024-02-14T22:23:27.977Z | + TARGET_DIR=out |
633 | 2024-02-14T22:23:27.978Z | + DOWNLOAD_DIR=out/downloads |
634 | 2024-02-14T22:23:27.978Z | + DEST_DIR=./out/transceiver-control |
635 | 2024-02-14T22:23:27.978Z | + BIN_DIR=/opt/oxide/bin |
636 | 2024-02-14T22:23:27.978Z | + BINARY=xcvradm |
637 | 2024-02-14T22:23:27.978Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2024-02-14T22:23:27.978Z | + REPO=oxidecomputer/transceiver-control |
639 | 2024-02-14T22:23:27.978Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-14T22:23:27.978Z | + main |
641 | 2024-02-14T22:23:27.978Z | + [[ 0 != 0 ]] |
642 | 2024-02-14T22:23:27.978Z | + CIDL_OS=solaris2.11 |
643 | 2024-02-14T22:23:27.978Z | + [[ 0 != 0 ]] |
644 | 2024-02-14T22:23:27.978Z | + configure_os solaris2.11 |
645 | 2024-02-14T22:23:27.978Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2024-02-14T22:23:27.978Z | current directory: /work/oxidecomputer/omicron |
647 | 2024-02-14T22:23:27.978Z | configuring based on OS: "solaris2.11" |
648 | 2024-02-14T22:23:27.978Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2024-02-14T22:23:27.978Z | + case "$1" in |
650 | 2024-02-14T22:23:27.978Z | + SET_BINARIES= |
651 | 2024-02-14T22:23:27.978Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2024-02-14T22:23:27.978Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2024-02-14T22:23:27.978Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2024-02-14T22:23:27.979Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2024-02-14T22:23:27.979Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
656 | 2024-02-14T22:23:27.979Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
657 | 2024-02-14T22:23:27.979Z | + echo 'Local file: out/downloads/xcvradm.gz' |
658 | 2024-02-14T22:23:27.979Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2024-02-14T22:23:27.979Z | Local file: out/downloads/xcvradm.gz |
660 | 2024-02-14T22:23:27.979Z | + mkdir -p out/downloads |
661 | 2024-02-14T22:23:27.979Z | + mkdir -p ./out/transceiver-control |
662 | 2024-02-14T22:23:27.979Z | + fetch_and_verify |
663 | 2024-02-14T22:23:27.979Z | + local DO_DOWNLOAD=true |
664 | 2024-02-14T22:23:27.979Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2024-02-14T22:23:27.979Z | + '[' true == true ']' |
666 | 2024-02-14T22:23:27.979Z | + echo Downloading... |
667 | 2024-02-14T22:23:27.979Z | Downloading... |
668 | 2024-02-14T22:23:27.980Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2024-02-14T22:23:27.980Z | + 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 |
670 | 2024-02-14T22:23:30.099Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2024-02-14T22:23:30.526Z | ++ sha256sum |
672 | 2024-02-14T22:23:30.526Z | ++ awk '{print $1}' |
673 | 2024-02-14T22:23:30.526Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-14T22:23:30.526Z | + [[ 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 ]] |
675 | 2024-02-14T22:23:30.527Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2024-02-14T22:23:30.527Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2024-02-14T22:23:30.527Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2024-02-14T22:23:30.558Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2024-02-14T22:23:30.558Z | + do_assemble |
680 | 2024-02-14T22:23:30.559Z | + rm -r ./out/transceiver-control |
681 | 2024-02-14T22:23:30.559Z | + mkdir ./out/transceiver-control |
682 | 2024-02-14T22:23:30.559Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2024-02-14T22:23:30.559Z | All prerequisites installed successfully |
684 | 2024-02-14T22:23:30.559Z | |
685 | 2024-02-14T22:23:30.559Z | real 1:59.563654390 |
686 | 2024-02-14T22:23:30.559Z | user 34.077351024 |
687 | 2024-02-14T22:23:30.559Z | sys 6.426707622 |
688 | 2024-02-14T22:23:30.559Z | trap 0.009406659 |
689 | 2024-02-14T22:23:30.559Z | tflt 0.442533594 |
690 | 2024-02-14T22:23:30.559Z | dflt 0.677938500 |
691 | 2024-02-14T22:23:30.559Z | kflt 0.359107262 |
692 | 2024-02-14T22:23:30.559Z | lock 2.068360817 |
693 | 2024-02-14T22:23:30.559Z | slp 4:03.895877796 |
694 | 2024-02-14T22:23:30.559Z | lat 1.779520473 |
695 | 2024-02-14T22:23:30.559Z | stop 0.134785767 |
696 | 2024-02-14T22:23:30.559Z | + banner end-to-end-tests |
697 | 2024-02-14T22:23:30.559Z | |
698 | 2024-02-14T22:23:30.559Z | ###### # # ##### ##### #### ###### # # ##### |
699 | 2024-02-14T22:23:30.559Z | # ## # # # # # # # ## # # # |
700 | 2024-02-14T22:23:30.560Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
701 | 2024-02-14T22:23:30.560Z | # # # # # # # # # # # # # # # |
702 | 2024-02-14T22:23:30.560Z | # # ## # # # # # # # ## # # |
703 | 2024-02-14T22:23:30.560Z | ###### # # ##### # #### ###### # # ##### |
704 | 2024-02-14T22:23:30.560Z | |
705 | 2024-02-14T22:23:30.560Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-02-14T22:23:30.560Z | + CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2024-02-14T22:23:30.560Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-02-14T22:23:30.560Z | + CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2024-02-14T22:23:30.560Z | + export CARGO_INCREMENTAL=0 |
710 | 2024-02-14T22:23:30.560Z | + CARGO_INCREMENTAL=0 |
711 | 2024-02-14T22:23:30.560Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
712 | 2024-02-14T22:23:30.668Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2024-02-14T22:23:31.173Z | Updating git repository `https://github.com/oxidecomputer/samael` |
714 | 2024-02-14T22:23:31.533Z | Updating crates.io index |
715 | 2024-02-14T22:23:31.565Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
716 | 2024-02-14T22:23:32.673Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
717 | 2024-02-14T22:23:33.932Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
718 | 2024-02-14T22:23:34.518Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
719 | 2024-02-14T22:23:34.830Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
720 | 2024-02-14T22:23:35.130Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
721 | 2024-02-14T22:23:35.351Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
722 | 2024-02-14T22:23:36.239Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
723 | 2024-02-14T22:23:38.211Z | Updating git repository `https://github.com/oxidecomputer/opte` |
724 | 2024-02-14T22:23:39.129Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
725 | 2024-02-14T22:23:39.615Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
726 | 2024-02-14T22:23:40.160Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
727 | 2024-02-14T22:23:40.600Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
728 | 2024-02-14T22:23:40.898Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
729 | 2024-02-14T22:23:41.174Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
730 | 2024-02-14T22:23:41.592Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
731 | 2024-02-14T22:23:41.930Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
732 | 2024-02-14T22:23:42.373Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
733 | 2024-02-14T22:23:43.674Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
734 | 2024-02-14T22:23:44.031Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
735 | 2024-02-14T22:23:44.383Z | Updating git repository `https://github.com/jgallagher/nix` |
736 | 2024-02-14T22:23:45.540Z | Updating git repository `https://github.com/cbiffle/hubpack` |
737 | 2024-02-14T22:23:45.866Z | Updating git repository `https://github.com/oxidecomputer/typify` |
738 | 2024-02-14T22:23:47.067Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
739 | 2024-02-14T22:23:47.439Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
740 | 2024-02-14T22:23:47.731Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2024-02-14T22:23:49.189Z | Downloading crates ... |
742 | 2024-02-14T22:23:49.467Z | Downloaded postgres-types v0.2.6 |
743 | 2024-02-14T22:23:49.471Z | Downloaded byteorder v1.5.0 |
744 | 2024-02-14T22:23:49.471Z | Downloaded diesel_table_macro_syntax v0.1.0 |
745 | 2024-02-14T22:23:49.471Z | Downloaded pem v3.0.2 |
746 | 2024-02-14T22:23:49.471Z | Downloaded lazy_static v1.4.0 |
747 | 2024-02-14T22:23:49.471Z | Downloaded cipher v0.4.4 |
748 | 2024-02-14T22:23:49.471Z | Downloaded ciborium-io v0.2.2 |
749 | 2024-02-14T22:23:49.471Z | Downloaded ctr v0.9.2 |
750 | 2024-02-14T22:23:49.472Z | Downloaded log v0.4.20 |
751 | 2024-02-14T22:23:49.472Z | Downloaded convert_case v0.4.0 |
752 | 2024-02-14T22:23:49.472Z | Downloaded phf_shared v0.10.0 |
753 | 2024-02-14T22:23:49.505Z | Downloaded ciborium v0.2.2 |
754 | 2024-02-14T22:23:49.506Z | Downloaded memmap2 v0.7.1 |
755 | 2024-02-14T22:23:49.511Z | Downloaded lru-cache v0.1.2 |
756 | 2024-02-14T22:23:49.512Z | Downloaded arrayref v0.3.7 |
757 | 2024-02-14T22:23:49.512Z | Downloaded memmap v0.7.0 |
758 | 2024-02-14T22:23:49.512Z | Downloaded phf v0.11.2 |
759 | 2024-02-14T22:23:49.512Z | Downloaded crypto-common v0.1.6 |
760 | 2024-02-14T22:23:49.512Z | Downloaded thiserror v1.0.56 |
761 | 2024-02-14T22:23:49.512Z | Downloaded linear-map v1.2.0 |
762 | 2024-02-14T22:23:49.512Z | Downloaded thiserror-no-std v2.0.2 |
763 | 2024-02-14T22:23:49.512Z | Downloaded colored v2.0.4 |
764 | 2024-02-14T22:23:49.512Z | Downloaded thread-id v4.2.0 |
765 | 2024-02-14T22:23:49.512Z | Downloaded memoffset v0.9.0 |
766 | 2024-02-14T22:23:49.521Z | Downloaded platforms v3.0.2 |
767 | 2024-02-14T22:23:49.521Z | Downloaded colorchoice v1.0.0 |
768 | 2024-02-14T22:23:49.550Z | Downloaded clap_derive v4.4.2 |
769 | 2024-02-14T22:23:49.550Z | Downloaded pkg-config v0.3.27 |
770 | 2024-02-14T22:23:49.550Z | Downloaded pin-project-lite v0.2.13 |
771 | 2024-02-14T22:23:49.582Z | Downloaded atomic-waker v1.1.1 |
772 | 2024-02-14T22:23:49.583Z | Downloaded cstr-argument v0.1.2 |
773 | 2024-02-14T22:23:49.583Z | Downloaded tokio-rustls v0.24.1 |
774 | 2024-02-14T22:23:49.583Z | Downloaded openssl-macros v0.1.1 |
775 | 2024-02-14T22:23:49.584Z | Downloaded usdt-attr-macro v0.3.5 |
776 | 2024-02-14T22:23:49.584Z | Downloaded num_threads v0.1.6 |
777 | 2024-02-14T22:23:49.584Z | Downloaded option-ext v0.2.0 |
778 | 2024-02-14T22:23:49.584Z | Downloaded newtype_derive v0.1.6 |
779 | 2024-02-14T22:23:49.584Z | Downloaded normalize-line-endings v0.3.0 |
780 | 2024-02-14T22:23:49.584Z | Downloaded async-stream-impl v0.3.5 |
781 | 2024-02-14T22:23:49.584Z | Downloaded num v0.4.1 |
782 | 2024-02-14T22:23:49.584Z | Downloaded lock_api v0.4.10 |
783 | 2024-02-14T22:23:49.584Z | Downloaded const-oid v0.9.5 |
784 | 2024-02-14T22:23:49.584Z | Downloaded atomicwrites v0.4.3 |
785 | 2024-02-14T22:23:49.584Z | Downloaded nibble_vec v0.1.0 |
786 | 2024-02-14T22:23:49.585Z | Downloaded md5 v0.7.0 |
787 | 2024-02-14T22:23:49.592Z | Downloaded tokio-macros v2.2.0 |
788 | 2024-02-14T22:23:49.592Z | Downloaded tinyvec v1.6.0 |
789 | 2024-02-14T22:23:49.592Z | Downloaded want v0.3.1 |
790 | 2024-02-14T22:23:49.592Z | Downloaded toolchain_find v0.2.0 |
791 | 2024-02-14T22:23:49.593Z | Downloaded tar v0.4.40 |
792 | 2024-02-14T22:23:49.593Z | Downloaded foreign-types-shared v0.3.1 |
793 | 2024-02-14T22:23:49.593Z | Downloaded base16ct v0.2.0 |
794 | 2024-02-14T22:23:49.593Z | Downloaded atty v0.2.14 |
795 | 2024-02-14T22:23:49.593Z | Downloaded usdt-attr-macro v0.5.0 |
796 | 2024-02-14T22:23:49.593Z | Downloaded num-complex v0.4.4 |
797 | 2024-02-14T22:23:49.593Z | Downloaded dtrace-parser v0.2.0 |
798 | 2024-02-14T22:23:49.593Z | Downloaded clap v2.34.0 |
799 | 2024-02-14T22:23:49.600Z | Downloaded take_mut v0.2.2 |
800 | 2024-02-14T22:23:49.600Z | Downloaded stable_deref_trait v1.2.0 |
801 | 2024-02-14T22:23:49.600Z | Downloaded debug-ignore v1.0.5 |
802 | 2024-02-14T22:23:49.600Z | Downloaded num_enum_derive v0.5.11 |
803 | 2024-02-14T22:23:49.600Z | Downloaded managed v0.8.0 |
804 | 2024-02-14T22:23:49.600Z | Downloaded crossbeam-deque v0.8.3 |
805 | 2024-02-14T22:23:49.601Z | Downloaded structmeta v0.3.0 |
806 | 2024-02-14T22:23:49.630Z | Downloaded polyval v0.6.1 |
807 | 2024-02-14T22:23:49.630Z | Downloaded data-encoding v2.4.0 |
808 | 2024-02-14T22:23:49.630Z | Downloaded ciborium-ll v0.2.2 |
809 | 2024-02-14T22:23:49.631Z | Downloaded structmeta-derive v0.3.0 |
810 | 2024-02-14T22:23:49.631Z | Downloaded percent-encoding v2.3.1 |
811 | 2024-02-14T22:23:49.631Z | Downloaded aead v0.5.2 |
812 | 2024-02-14T22:23:49.631Z | Downloaded endian-type v0.1.2 |
813 | 2024-02-14T22:23:49.631Z | Downloaded console v0.15.8 |
814 | 2024-02-14T22:23:49.631Z | Downloaded pest_generator v2.7.6 |
815 | 2024-02-14T22:23:49.631Z | Downloaded async-stream v0.3.5 |
816 | 2024-02-14T22:23:49.631Z | Downloaded pretty-hex v0.4.1 |
817 | 2024-02-14T22:23:49.631Z | Downloaded backoff v0.4.0 |
818 | 2024-02-14T22:23:49.631Z | Downloaded anstyle-query v1.0.0 |
819 | 2024-02-14T22:23:49.631Z | Downloaded pest v2.7.6 |
820 | 2024-02-14T22:23:49.632Z | Downloaded libm v0.2.7 |
821 | 2024-02-14T22:23:49.644Z | Downloaded itoa v1.0.9 |
822 | 2024-02-14T22:23:49.649Z | Downloaded deranged v0.3.8 |
823 | 2024-02-14T22:23:49.649Z | Downloaded usdt-macro v0.5.0 |
824 | 2024-02-14T22:23:49.649Z | Downloaded bcrypt-pbkdf v0.10.0 |
825 | 2024-02-14T22:23:49.650Z | Downloaded defmt-macros v0.3.6 |
826 | 2024-02-14T22:23:49.655Z | Downloaded dirs-next v2.0.0 |
827 | 2024-02-14T22:23:49.655Z | Downloaded zeroize v1.7.0 |
828 | 2024-02-14T22:23:49.655Z | Downloaded rustversion v1.0.14 |
829 | 2024-02-14T22:23:49.660Z | Downloaded semver-parser v0.10.2 |
830 | 2024-02-14T22:23:49.661Z | Downloaded time-core v0.1.1 |
831 | 2024-02-14T22:23:49.661Z | Downloaded dirs-sys v0.4.1 |
832 | 2024-02-14T22:23:49.661Z | Downloaded proc-macro-error-attr v1.0.4 |
833 | 2024-02-14T22:23:49.668Z | Downloaded utf8parse v0.2.1 |
834 | 2024-02-14T22:23:49.668Z | Downloaded hash32 v0.3.1 |
835 | 2024-02-14T22:23:49.669Z | Downloaded mime_guess v2.0.4 |
836 | 2024-02-14T22:23:49.669Z | Downloaded password-hash v0.4.2 |
837 | 2024-02-14T22:23:49.674Z | Downloaded ansi_term v0.12.1 |
838 | 2024-02-14T22:23:49.675Z | Downloaded display-error-chain v0.2.0 |
839 | 2024-02-14T22:23:49.675Z | Downloaded fxhash v0.2.1 |
840 | 2024-02-14T22:23:49.675Z | Downloaded zerocopy v0.3.0 |
841 | 2024-02-14T22:23:49.675Z | Downloaded unicode-ident v1.0.12 |
842 | 2024-02-14T22:23:49.682Z | Downloaded walkdir v2.4.0 |
843 | 2024-02-14T22:23:49.683Z | Downloaded vec_map v0.8.2 |
844 | 2024-02-14T22:23:49.687Z | Downloaded stringprep v0.1.3 |
845 | 2024-02-14T22:23:49.687Z | Downloaded rfc6979 v0.4.0 |
846 | 2024-02-14T22:23:49.687Z | Downloaded rand_core v0.5.1 |
847 | 2024-02-14T22:23:49.688Z | Downloaded password-hash v0.5.0 |
848 | 2024-02-14T22:23:49.694Z | Downloaded sha1 v0.10.6 |
849 | 2024-02-14T22:23:49.694Z | Downloaded rand_chacha v0.2.2 |
850 | 2024-02-14T22:23:49.695Z | Downloaded bzip2 v0.4.4 |
851 | 2024-02-14T22:23:49.695Z | Downloaded dyn-clone v1.0.16 |
852 | 2024-02-14T22:23:49.695Z | Downloaded parse-display-derive v0.9.0 |
853 | 2024-02-14T22:23:49.699Z | Downloaded arrayvec v0.7.4 |
854 | 2024-02-14T22:23:49.699Z | Downloaded anstyle-parse v0.2.1 |
855 | 2024-02-14T22:23:49.705Z | Downloaded anstream v0.5.0 |
856 | 2024-02-14T22:23:49.705Z | Downloaded tinyvec_macros v0.1.1 |
857 | 2024-02-14T22:23:49.706Z | Downloaded thiserror-impl v1.0.56 |
858 | 2024-02-14T22:23:49.706Z | Downloaded tokio-tungstenite v0.20.1 |
859 | 2024-02-14T22:23:49.734Z | Downloaded url v2.5.0 |
860 | 2024-02-14T22:23:49.734Z | Downloaded usdt v0.5.0 |
861 | 2024-02-14T22:23:49.734Z | Downloaded usdt v0.3.5 |
862 | 2024-02-14T22:23:49.735Z | Downloaded untrusted v0.7.1 |
863 | 2024-02-14T22:23:49.735Z | Downloaded chacha20poly1305 v0.10.1 |
864 | 2024-02-14T22:23:49.735Z | Downloaded equivalent v1.0.1 |
865 | 2024-02-14T22:23:49.735Z | Downloaded diesel_derives v2.1.2 |
866 | 2024-02-14T22:23:49.735Z | Downloaded russh-cryptovec v0.7.0 |
867 | 2024-02-14T22:23:49.735Z | Downloaded crossbeam-epoch v0.9.15 |
868 | 2024-02-14T22:23:49.735Z | Downloaded dof v0.1.5 |
869 | 2024-02-14T22:23:49.735Z | Downloaded rustc_version v0.1.7 |
870 | 2024-02-14T22:23:49.735Z | Downloaded zone v0.3.0 |
871 | 2024-02-14T22:23:49.735Z | Downloaded num-traits v0.2.16 |
872 | 2024-02-14T22:23:49.735Z | Downloaded foreign-types v0.3.2 |
873 | 2024-02-14T22:23:49.735Z | Downloaded toml_edit v0.21.1 |
874 | 2024-02-14T22:23:49.755Z | Downloaded thread_local v1.1.7 |
875 | 2024-02-14T22:23:49.759Z | Downloaded futures-sink v0.3.30 |
876 | 2024-02-14T22:23:49.759Z | Downloaded derive-where v1.2.7 |
877 | 2024-02-14T22:23:49.767Z | Downloaded blake2 v0.10.6 |
878 | 2024-02-14T22:23:49.767Z | Downloaded yasna v0.5.2 |
879 | 2024-02-14T22:23:49.789Z | Downloaded swrite v0.1.0 |
880 | 2024-02-14T22:23:49.789Z | Downloaded rustfmt-wrapper v0.2.0 |
881 | 2024-02-14T22:23:49.789Z | Downloaded structopt-derive v0.4.18 |
882 | 2024-02-14T22:23:49.789Z | Downloaded dof v0.3.0 |
883 | 2024-02-14T22:23:49.789Z | Downloaded usdt-macro v0.3.5 |
884 | 2024-02-14T22:23:49.790Z | Downloaded time-macros v0.2.13 |
885 | 2024-02-14T22:23:49.804Z | Downloaded ahash v0.8.7 |
886 | 2024-02-14T22:23:49.804Z | Downloaded omicron-zone-package v0.11.0 |
887 | 2024-02-14T22:23:49.805Z | Downloaded arc-swap v1.6.0 |
888 | 2024-02-14T22:23:49.805Z | Downloaded http-range v0.1.5 |
889 | 2024-02-14T22:23:49.805Z | Downloaded waitgroup v0.1.2 |
890 | 2024-02-14T22:23:49.805Z | Downloaded tower-service v0.3.2 |
891 | 2024-02-14T22:23:49.805Z | Downloaded camino v1.1.6 |
892 | 2024-02-14T22:23:49.805Z | Downloaded try-lock v0.2.4 |
893 | 2024-02-14T22:23:49.805Z | Downloaded foreign-types v0.5.0 |
894 | 2024-02-14T22:23:49.805Z | Downloaded uuid v1.7.0 |
895 | 2024-02-14T22:23:49.805Z | Downloaded tokio-native-tls v0.3.1 |
896 | 2024-02-14T22:23:49.827Z | Downloaded hostname v0.3.1 |
897 | 2024-02-14T22:23:49.827Z | Downloaded heck v0.4.1 |
898 | 2024-02-14T22:23:49.828Z | Downloaded heck v0.3.3 |
899 | 2024-02-14T22:23:49.828Z | Downloaded same-file v1.0.6 |
900 | 2024-02-14T22:23:49.828Z | Downloaded gethostname v0.4.3 |
901 | 2024-02-14T22:23:49.829Z | Downloaded scroll_derive v0.12.0 |
902 | 2024-02-14T22:23:49.829Z | Downloaded fixedbitset v0.4.2 |
903 | 2024-02-14T22:23:49.829Z | Downloaded crypto-bigint v0.5.2 |
904 | 2024-02-14T22:23:49.829Z | Downloaded num_enum v0.5.11 |
905 | 2024-02-14T22:23:49.830Z | Downloaded iana-time-zone v0.1.57 |
906 | 2024-02-14T22:23:49.830Z | Downloaded smf v0.2.2 |
907 | 2024-02-14T22:23:49.831Z | Downloaded slog-dtrace v0.3.0 |
908 | 2024-02-14T22:23:49.831Z | Downloaded signal-hook-registry v1.4.1 |
909 | 2024-02-14T22:23:49.831Z | Downloaded der_derive v0.7.2 |
910 | 2024-02-14T22:23:49.831Z | Downloaded toml_datetime v0.6.5 |
911 | 2024-02-14T22:23:49.858Z | Downloaded signal-hook-mio v0.2.3 |
912 | 2024-02-14T22:23:49.858Z | Downloaded getrandom v0.1.16 |
913 | 2024-02-14T22:23:49.858Z | Downloaded secrecy v0.8.0 |
914 | 2024-02-14T22:23:49.858Z | Downloaded socket2 v0.4.9 |
915 | 2024-02-14T22:23:49.859Z | Downloaded openssl-sys v0.9.96 |
916 | 2024-02-14T22:23:49.859Z | Downloaded ghash v0.5.0 |
917 | 2024-02-14T22:23:49.866Z | Downloaded darling_core v0.20.3 |
918 | 2024-02-14T22:23:49.867Z | Downloaded hyper-tls v0.5.0 |
919 | 2024-02-14T22:23:49.867Z | Downloaded quote v1.0.35 |
920 | 2024-02-14T22:23:49.867Z | Downloaded ecdsa v0.16.9 |
921 | 2024-02-14T22:23:49.867Z | Downloaded unicode-bidi v0.3.13 |
922 | 2024-02-14T22:23:49.867Z | Downloaded ident_case v1.0.1 |
923 | 2024-02-14T22:23:49.867Z | Downloaded generic-array v0.14.7 |
924 | 2024-02-14T22:23:49.867Z | Downloaded rustls-pemfile v1.0.3 |
925 | 2024-02-14T22:23:49.867Z | Downloaded bytes v1.5.0 |
926 | 2024-02-14T22:23:49.867Z | Downloaded whoami v1.4.1 |
927 | 2024-02-14T22:23:49.879Z | Downloaded either v1.9.0 |
928 | 2024-02-14T22:23:49.879Z | Downloaded signature v2.1.0 |
929 | 2024-02-14T22:23:49.879Z | Downloaded io-lifetimes v1.0.11 |
930 | 2024-02-14T22:23:49.880Z | Downloaded serde_with_macros v3.6.0 |
931 | 2024-02-14T22:23:49.887Z | Downloaded curve25519-dalek-derive v0.1.0 |
932 | 2024-02-14T22:23:49.887Z | Downloaded zone_cfg_derive v0.3.0 |
933 | 2024-02-14T22:23:49.887Z | Downloaded digest v0.10.7 |
934 | 2024-02-14T22:23:49.888Z | Downloaded strum_macros v0.25.2 |
935 | 2024-02-14T22:23:49.888Z | Downloaded rustc_version v0.4.0 |
936 | 2024-02-14T22:23:49.888Z | Downloaded term v0.7.0 |
937 | 2024-02-14T22:23:49.889Z | Downloaded slog-scope v4.4.0 |
938 | 2024-02-14T22:23:49.892Z | Downloaded slog-envlogger v2.2.0 |
939 | 2024-02-14T22:23:49.892Z | Downloaded slog-stdlog v4.1.1 |
940 | 2024-02-14T22:23:49.892Z | Downloaded httpdate v1.0.3 |
941 | 2024-02-14T22:23:49.892Z | Downloaded spki v0.7.2 |
942 | 2024-02-14T22:23:49.892Z | Downloaded darling v0.20.3 |
943 | 2024-02-14T22:23:49.898Z | Downloaded flagset v0.4.3 |
944 | 2024-02-14T22:23:49.898Z | Downloaded backtrace v0.3.69 |
945 | 2024-02-14T22:23:49.905Z | Downloaded p256 v0.13.2 |
946 | 2024-02-14T22:23:49.905Z | Downloaded openssl-probe v0.1.5 |
947 | 2024-02-14T22:23:49.912Z | Downloaded darling_macro v0.20.3 |
948 | 2024-02-14T22:23:49.912Z | Downloaded slog v2.7.0 |
949 | 2024-02-14T22:23:49.917Z | Downloaded foreign-types-shared v0.1.1 |
950 | 2024-02-14T22:23:49.917Z | Downloaded universal-hash v0.5.1 |
951 | 2024-02-14T22:23:49.917Z | Downloaded usdt-impl v0.3.5 |
952 | 2024-02-14T22:23:49.917Z | Downloaded futures-channel v0.3.30 |
953 | 2024-02-14T22:23:49.917Z | Downloaded parking_lot v0.12.1 |
954 | 2024-02-14T22:23:49.922Z | Downloaded petgraph v0.6.4 |
955 | 2024-02-14T22:23:49.932Z | Downloaded foreign-types-macros v0.2.3 |
956 | 2024-02-14T22:23:49.939Z | Downloaded semver v0.1.20 |
957 | 2024-02-14T22:23:49.940Z | Downloaded schemars_derive v0.8.16 |
958 | 2024-02-14T22:23:49.940Z | Downloaded topological-sort v0.2.2 |
959 | 2024-02-14T22:23:49.940Z | Downloaded errno v0.3.8 |
960 | 2024-02-14T22:23:49.940Z | Downloaded proc-macro-crate v1.3.1 |
961 | 2024-02-14T22:23:49.940Z | Downloaded serde_tokenstream v0.2.0 |
962 | 2024-02-14T22:23:49.943Z | Downloaded semver v0.11.0 |
963 | 2024-02-14T22:23:49.948Z | Downloaded hash32 v0.2.1 |
964 | 2024-02-14T22:23:49.948Z | Downloaded synstructure v0.12.6 |
965 | 2024-02-14T22:23:49.948Z | Downloaded zip v0.6.6 |
966 | 2024-02-14T22:23:49.952Z | Downloaded parking_lot_core v0.8.6 |
967 | 2024-02-14T22:23:49.957Z | Downloaded tracing-attributes v0.1.26 |
968 | 2024-02-14T22:23:49.957Z | Downloaded slab v0.4.9 |
969 | 2024-02-14T22:23:49.961Z | Downloaded inout v0.1.3 |
970 | 2024-02-14T22:23:49.963Z | Downloaded zerocopy v0.6.4 |
971 | 2024-02-14T22:23:49.963Z | Downloaded scroll v0.12.0 |
972 | 2024-02-14T22:23:49.967Z | Downloaded strum v0.25.0 |
973 | 2024-02-14T22:23:49.967Z | Downloaded defmt-parser v0.3.3 |
974 | 2024-02-14T22:23:49.968Z | Downloaded defmt v0.3.5 |
975 | 2024-02-14T22:23:49.973Z | Downloaded strsim v0.8.0 |
976 | 2024-02-14T22:23:49.973Z | Downloaded socket2 v0.5.5 |
977 | 2024-02-14T22:23:49.973Z | Downloaded smallvec v1.13.1 |
978 | 2024-02-14T22:23:49.977Z | Downloaded ipnetwork v0.20.0 |
979 | 2024-02-14T22:23:49.977Z | Downloaded steno v0.4.0 |
980 | 2024-02-14T22:23:49.982Z | Downloaded strsim v0.10.0 |
981 | 2024-02-14T22:23:49.982Z | Downloaded futures v0.3.30 |
982 | 2024-02-14T22:23:49.988Z | Downloaded rayon-core v1.12.0 |
983 | 2024-02-14T22:23:49.993Z | Downloaded heapless v0.7.16 |
984 | 2024-02-14T22:23:49.999Z | Downloaded quick-error v1.2.3 |
985 | 2024-02-14T22:23:49.999Z | Downloaded fallible-iterator v0.2.0 |
986 | 2024-02-14T22:23:49.999Z | Downloaded dirs-sys-next v0.1.2 |
987 | 2024-02-14T22:23:50.000Z | Downloaded rustls-pemfile v2.0.0 |
988 | 2024-02-14T22:23:50.008Z | Downloaded getopts v0.2.21 |
989 | 2024-02-14T22:23:50.009Z | Downloaded r2d2 v0.8.10 |
990 | 2024-02-14T22:23:50.009Z | Downloaded mio v0.8.9 |
991 | 2024-02-14T22:23:50.009Z | Downloaded home v0.5.5 |
992 | 2024-02-14T22:23:50.014Z | Downloaded unicode-xid v0.2.4 |
993 | 2024-02-14T22:23:50.014Z | Downloaded headers-core v0.2.0 |
994 | 2024-02-14T22:23:50.014Z | Downloaded serde_tokenstream v0.1.7 |
995 | 2024-02-14T22:23:50.018Z | Downloaded futures-macro v0.3.30 |
996 | 2024-02-14T22:23:50.018Z | Downloaded unicode-normalization v0.1.22 |
997 | 2024-02-14T22:23:50.022Z | Downloaded serde_repr v0.1.16 |
998 | 2024-02-14T22:23:50.023Z | Downloaded embedded-io v0.4.0 |
999 | 2024-02-14T22:23:50.026Z | Downloaded group v0.13.0 |
1000 | 2024-02-14T22:23:50.026Z | Downloaded trust-dns-server v0.22.1 |
1001 | 2024-02-14T22:23:50.031Z | Downloaded hubpack_derive v0.1.1 |
1002 | 2024-02-14T22:23:50.031Z | Downloaded filetime v0.2.23 |
1003 | 2024-02-14T22:23:50.035Z | Downloaded xattr v1.0.1 |
1004 | 2024-02-14T22:23:50.035Z | Downloaded resolv-conf v0.7.0 |
1005 | 2024-02-14T22:23:50.039Z | Downloaded sct v0.7.0 |
1006 | 2024-02-14T22:23:50.040Z | Downloaded enum-as-inner v0.5.1 |
1007 | 2024-02-14T22:23:50.045Z | Downloaded difflib v0.4.0 |
1008 | 2024-02-14T22:23:50.045Z | Downloaded trust-dns-client v0.22.0 |
1009 | 2024-02-14T22:23:50.076Z | Downloaded libefi-sys v0.1.0 |
1010 | 2024-02-14T22:23:50.076Z | Downloaded owo-colors v4.0.0 |
1011 | 2024-02-14T22:23:50.113Z | Downloaded thiserror-impl-no-std v2.0.2 |
1012 | 2024-02-14T22:23:50.114Z | Downloaded cpufeatures v0.2.12 |
1013 | 2024-02-14T22:23:50.114Z | Downloaded half v2.3.1 |
1014 | 2024-02-14T22:23:50.114Z | Downloaded pest_meta v2.7.6 |
1015 | 2024-02-14T22:23:50.114Z | Downloaded rand_core v0.6.4 |
1016 | 2024-02-14T22:23:50.115Z | Downloaded version_check v0.9.4 |
1017 | 2024-02-14T22:23:50.115Z | Downloaded unicode-width v0.1.11 |
1018 | 2024-02-14T22:23:50.115Z | Downloaded string_cache v0.8.7 |
1019 | 2024-02-14T22:23:50.115Z | Downloaded ryu v1.0.15 |
1020 | 2024-02-14T22:23:50.115Z | Downloaded httparse v1.8.0 |
1021 | 2024-02-14T22:23:50.115Z | Downloaded futures-core v0.3.30 |
1022 | 2024-02-14T22:23:50.115Z | Downloaded rcgen v0.12.1 |
1023 | 2024-02-14T22:23:50.115Z | Downloaded scheduled-thread-pool v0.2.7 |
1024 | 2024-02-14T22:23:50.116Z | Downloaded rustls-pki-types v1.1.0 |
1025 | 2024-02-14T22:23:50.116Z | Downloaded glob v0.3.1 |
1026 | 2024-02-14T22:23:50.116Z | Downloaded siphasher v0.3.11 |
1027 | 2024-02-14T22:23:50.116Z | Downloaded similar v2.3.0 |
1028 | 2024-02-14T22:23:50.116Z | Downloaded primeorder v0.13.6 |
1029 | 2024-02-14T22:23:50.116Z | Downloaded futures-executor v0.3.30 |
1030 | 2024-02-14T22:23:50.116Z | Downloaded indexmap v1.9.3 |
1031 | 2024-02-14T22:23:50.116Z | Downloaded toml v0.7.8 |
1032 | 2024-02-14T22:23:50.146Z | Downloaded sec1 v0.7.3 |
1033 | 2024-02-14T22:23:50.146Z | Downloaded terminal_size v0.2.6 |
1034 | 2024-02-14T22:23:50.146Z | Downloaded static_assertions v1.1.0 |
1035 | 2024-02-14T22:23:50.147Z | Downloaded postgres-protocol v0.6.6 |
1036 | 2024-02-14T22:23:50.147Z | Downloaded textwrap v0.11.0 |
1037 | 2024-02-14T22:23:50.147Z | Downloaded usdt-impl v0.5.0 |
1038 | 2024-02-14T22:23:50.147Z | Downloaded dirs v5.0.1 |
1039 | 2024-02-14T22:23:50.147Z | Downloaded russh v0.40.2 |
1040 | 2024-02-14T22:23:50.147Z | Downloaded semver v1.0.21 |
1041 | 2024-02-14T22:23:50.147Z | Downloaded ipnet v2.9.0 |
1042 | 2024-02-14T22:23:50.147Z | Downloaded postcard v1.0.8 |
1043 | 2024-02-14T22:23:50.147Z | Downloaded aes v0.8.3 |
1044 | 2024-02-14T22:23:50.147Z | Downloaded tracing-core v0.1.31 |
1045 | 2024-02-14T22:23:50.147Z | Downloaded serde v1.0.196 |
1046 | 2024-02-14T22:23:50.148Z | Downloaded hyper-rustls v0.24.2 |
1047 | 2024-02-14T22:23:50.148Z | Downloaded is-terminal v0.4.9 |
1048 | 2024-02-14T22:23:50.148Z | Downloaded untrusted v0.9.0 |
1049 | 2024-02-14T22:23:50.148Z | Downloaded tokio-postgres v0.7.10 |
1050 | 2024-02-14T22:23:50.148Z | Downloaded spin v0.9.8 |
1051 | 2024-02-14T22:23:50.148Z | Downloaded hashbrown v0.13.2 |
1052 | 2024-02-14T22:23:50.163Z | Downloaded rand v0.7.3 |
1053 | 2024-02-14T22:23:50.163Z | Downloaded crossterm v0.27.0 |
1054 | 2024-02-14T22:23:50.163Z | Downloaded structopt v0.3.26 |
1055 | 2024-02-14T22:23:50.164Z | Downloaded ed25519-dalek v2.0.0 |
1056 | 2024-02-14T22:23:50.164Z | Downloaded tracing v0.1.37 |
1057 | 2024-02-14T22:23:50.169Z | Downloaded time v0.3.27 |
1058 | 2024-02-14T22:23:50.193Z | Downloaded indexmap v2.2.2 |
1059 | 2024-02-14T22:23:50.201Z | Downloaded clap_builder v4.4.2 |
1060 | 2024-02-14T22:23:50.201Z | Downloaded blake3 v1.5.0 |
1061 | 2024-02-14T22:23:50.201Z | Downloaded aes-gcm v0.10.3 |
1062 | 2024-02-14T22:23:50.202Z | Downloaded typenum v1.16.0 |
1063 | 2024-02-14T22:23:50.208Z | Downloaded miniz_oxide v0.7.1 |
1064 | 2024-02-14T22:23:50.208Z | Downloaded hyper-staticfile v0.9.5 |
1065 | 2024-02-14T22:23:50.209Z | Downloaded multer v3.0.0 |
1066 | 2024-02-14T22:23:50.209Z | Downloaded serde_derive v1.0.196 |
1067 | 2024-02-14T22:23:50.214Z | Downloaded http v1.0.0 |
1068 | 2024-02-14T22:23:50.220Z | Downloaded unicode-segmentation v1.10.1 |
1069 | 2024-02-14T22:23:50.220Z | Downloaded chrono v0.4.31 |
1070 | 2024-02-14T22:23:50.226Z | Downloaded flate2 v1.0.28 |
1071 | 2024-02-14T22:23:50.231Z | Downloaded num-bigint v0.4.4 |
1072 | 2024-02-14T22:23:50.240Z | Downloaded http v0.2.11 |
1073 | 2024-02-14T22:23:50.240Z | Downloaded rand v0.8.5 |
1074 | 2024-02-14T22:23:50.304Z | Downloaded nom v7.1.3 |
1075 | 2024-02-14T22:23:50.309Z | Downloaded futures-util v0.3.30 |
1076 | 2024-02-14T22:23:50.309Z | Downloaded itertools v0.12.1 |
1077 | 2024-02-14T22:23:50.309Z | Downloaded hashbrown v0.14.2 |
1078 | 2024-02-14T22:23:50.309Z | Downloaded itertools v0.10.5 |
1079 | 2024-02-14T22:23:50.309Z | Downloaded reqwest v0.11.22 |
1080 | 2024-02-14T22:23:50.309Z | Downloaded rustls-webpki v0.101.7 |
1081 | 2024-02-14T22:23:50.309Z | Downloaded serde_json v1.0.113 |
1082 | 2024-02-14T22:23:50.314Z | Downloaded winnow v0.5.15 |
1083 | 2024-02-14T22:23:50.397Z | Downloaded hashbrown v0.12.3 |
1084 | 2024-02-14T22:23:50.397Z | Downloaded regex-automata v0.1.10 |
1085 | 2024-02-14T22:23:50.397Z | Downloaded bstr v0.2.17 |
1086 | 2024-02-14T22:23:50.397Z | Downloaded object v0.32.1 |
1087 | 2024-02-14T22:23:50.397Z | Downloaded serde_with v3.6.0 |
1088 | 2024-02-14T22:23:50.397Z | Downloaded vcpkg v0.2.15 |
1089 | 2024-02-14T22:23:50.401Z | Downloaded regress v0.7.1 |
1090 | 2024-02-14T22:23:50.407Z | Downloaded webpki-roots v0.25.2 |
1091 | 2024-02-14T22:23:50.412Z | Downloaded h2 v0.3.24 |
1092 | 2024-02-14T22:23:50.419Z | Downloaded openssl v0.10.60 |
1093 | 2024-02-14T22:23:50.429Z | Downloaded goblin v0.8.0 |
1094 | 2024-02-14T22:23:50.435Z | Downloaded rustls v0.21.9 |
1095 | 2024-02-14T22:23:50.447Z | Downloaded openapiv3 v2.0.0 |
1096 | 2024-02-14T22:23:50.461Z | Downloaded rustls v0.22.2 |
1097 | 2024-02-14T22:23:50.475Z | Downloaded rustix v0.37.23 |
1098 | 2024-02-14T22:23:50.495Z | Downloaded idna v0.2.3 |
1099 | 2024-02-14T22:23:50.502Z | Downloaded trust-dns-proto v0.22.0 |
1100 | 2024-02-14T22:23:50.516Z | Downloaded idna v0.5.0 |
1101 | 2024-02-14T22:23:50.523Z | Downloaded sled v0.34.7 |
1102 | 2024-02-14T22:23:50.533Z | Downloaded smoltcp v0.9.1 |
1103 | 2024-02-14T22:23:50.545Z | Downloaded diesel v2.1.4 |
1104 | 2024-02-14T22:23:50.564Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1105 | 2024-02-14T22:23:50.577Z | Downloaded smoltcp v0.11.0 |
1106 | 2024-02-14T22:23:50.591Z | Downloaded rustix v0.38.31 |
1107 | 2024-02-14T22:23:50.616Z | Downloaded bstr v1.6.0 |
1108 | 2024-02-14T22:23:50.627Z | Downloaded regex-syntax v0.8.2 |
1109 | 2024-02-14T22:23:50.636Z | Downloaded radix_trie v0.2.1 |
1110 | 2024-02-14T22:23:50.641Z | Downloaded syn v2.0.48 |
1111 | 2024-02-14T22:23:50.653Z | Downloaded gimli v0.28.0 |
1112 | 2024-02-14T22:23:50.662Z | Downloaded curve25519-dalek v4.1.1 |
1113 | 2024-02-14T22:23:50.672Z | Downloaded regex v1.10.3 |
1114 | 2024-02-14T22:23:50.696Z | Downloaded syn v1.0.109 |
1115 | 2024-02-14T22:23:50.704Z | Downloaded hyper v0.14.27 |
1116 | 2024-02-14T22:23:50.709Z | Downloaded zerocopy-derive v0.2.0 |
1117 | 2024-02-14T22:23:50.734Z | Downloaded hkdf v0.12.4 |
1118 | 2024-02-14T22:23:50.739Z | Downloaded rustls-webpki v0.102.1 |
1119 | 2024-02-14T22:23:50.739Z | Downloaded zerocopy-derive v0.6.4 |
1120 | 2024-02-14T22:23:50.749Z | Downloaded regex-automata v0.3.8 |
1121 | 2024-02-14T22:23:50.768Z | Downloaded zerocopy v0.7.32 |
1122 | 2024-02-14T22:23:50.789Z | Downloaded rayon v1.8.0 |
1123 | 2024-02-14T22:23:50.794Z | Downloaded regex-automata v0.4.4 |
1124 | 2024-02-14T22:23:50.813Z | Downloaded aho-corasick v1.0.4 |
1125 | 2024-02-14T22:23:50.820Z | Downloaded heapless v0.8.0 |
1126 | 2024-02-14T22:23:50.824Z | Downloaded tempfile v3.10.0 |
1127 | 2024-02-14T22:23:50.824Z | Downloaded rustc-demangle v0.1.23 |
1128 | 2024-02-14T22:23:50.828Z | Downloaded elliptic-curve v0.13.8 |
1129 | 2024-02-14T22:23:50.832Z | Downloaded tokio v1.36.0 |
1130 | 2024-02-14T22:23:50.867Z | Downloaded libc v0.2.153 |
1131 | 2024-02-14T22:23:50.900Z | Downloaded toml v0.5.11 |
1132 | 2024-02-14T22:23:50.904Z | Downloaded http-body v0.4.5 |
1133 | 2024-02-14T22:23:50.904Z | Downloaded hubpack v0.1.2 |
1134 | 2024-02-14T22:23:50.905Z | Downloaded serde_derive_internals v0.26.0 |
1135 | 2024-02-14T22:23:50.905Z | Downloaded hex-literal v0.4.1 |
1136 | 2024-02-14T22:23:50.905Z | Downloaded headers v0.3.9 |
1137 | 2024-02-14T22:23:50.910Z | Downloaded allocator-api2 v0.2.16 |
1138 | 2024-02-14T22:23:50.914Z | Downloaded crossbeam-channel v0.5.8 |
1139 | 2024-02-14T22:23:50.922Z | Downloaded serde_spanned v0.6.5 |
1140 | 2024-02-14T22:23:50.926Z | Downloaded tungstenite v0.20.1 |
1141 | 2024-02-14T22:23:50.927Z | Downloaded sha2 v0.10.8 |
1142 | 2024-02-14T22:23:50.927Z | Downloaded signal-hook v0.3.17 |
1143 | 2024-02-14T22:23:50.931Z | Downloaded der v0.7.8 |
1144 | 2024-02-14T22:23:50.934Z | Downloaded sha3 v0.10.8 |
1145 | 2024-02-14T22:23:50.949Z | Downloaded memchr v2.6.3 |
1146 | 2024-02-14T22:23:50.949Z | Downloaded minimal-lexical v0.2.1 |
1147 | 2024-02-14T22:23:50.949Z | Downloaded ring v0.16.20 |
1148 | 2024-02-14T22:23:51.030Z | Downloaded tokio-rustls v0.25.0 |
1149 | 2024-02-14T22:23:51.037Z | Downloaded slog-term v2.9.0 |
1150 | 2024-02-14T22:23:51.037Z | Downloaded toml v0.8.9 |
1151 | 2024-02-14T22:23:51.037Z | Downloaded schemars v0.8.16 |
1152 | 2024-02-14T22:23:51.049Z | Downloaded winapi v0.3.9 |
1153 | 2024-02-14T22:23:51.161Z | Downloaded encoding_rs v0.8.33 |
1154 | 2024-02-14T22:23:51.170Z | Downloaded scopeguard v1.2.0 |
1155 | 2024-02-14T22:23:51.170Z | Downloaded getrandom v0.2.10 |
1156 | 2024-02-14T22:23:51.171Z | Downloaded trust-dns-resolver v0.22.0 |
1157 | 2024-02-14T22:23:51.171Z | Downloaded serde_yaml v0.9.25 |
1158 | 2024-02-14T22:23:51.171Z | Downloaded macaddr v1.0.1 |
1159 | 2024-02-14T22:23:51.171Z | Downloaded serde_urlencoded v0.7.1 |
1160 | 2024-02-14T22:23:51.171Z | Downloaded base64 v0.21.7 |
1161 | 2024-02-14T22:23:51.171Z | Downloaded chacha20 v0.9.1 |
1162 | 2024-02-14T22:23:51.171Z | Downloaded russh-keys v0.40.1 |
1163 | 2024-02-14T22:23:51.171Z | Downloaded hmac v0.12.1 |
1164 | 2024-02-14T22:23:51.171Z | Downloaded unsafe-libyaml v0.2.10 |
1165 | 2024-02-14T22:23:51.171Z | Downloaded ucd-trie v0.1.6 |
1166 | 2024-02-14T22:23:51.171Z | Downloaded serde_path_to_error v0.1.15 |
1167 | 2024-02-14T22:23:51.171Z | Downloaded proc-macro-error v1.0.4 |
1168 | 2024-02-14T22:23:51.171Z | Downloaded tokio-stream v0.1.14 |
1169 | 2024-02-14T22:23:51.171Z | Downloaded derive_more v0.99.17 |
1170 | 2024-02-14T22:23:51.171Z | Downloaded anyhow v1.0.75 |
1171 | 2024-02-14T22:23:51.171Z | Downloaded parking_lot v0.11.2 |
1172 | 2024-02-14T22:23:51.171Z | Downloaded crossbeam-utils v0.8.16 |
1173 | 2024-02-14T22:23:51.172Z | Downloaded ed25519 v2.2.2 |
1174 | 2024-02-14T22:23:51.172Z | Downloaded proc-macro2 v1.0.78 |
1175 | 2024-02-14T22:23:51.172Z | Downloaded base64ct v1.6.0 |
1176 | 2024-02-14T22:23:51.195Z | Downloaded addr2line v0.21.0 |
1177 | 2024-02-14T22:23:51.195Z | Downloaded predicates v3.1.0 |
1178 | 2024-02-14T22:23:51.196Z | Downloaded unicase v2.7.0 |
1179 | 2024-02-14T22:23:51.196Z | Downloaded clap v4.4.3 |
1180 | 2024-02-14T22:23:51.210Z | Downloaded cbc v0.1.2 |
1181 | 2024-02-14T22:23:51.210Z | Downloaded spin v0.5.2 |
1182 | 2024-02-14T22:23:51.210Z | Downloaded slog-json v2.6.1 |
1183 | 2024-02-14T22:23:51.211Z | Downloaded hex v0.4.3 |
1184 | 2024-02-14T22:23:51.211Z | Downloaded slog-bunyan v2.5.0 |
1185 | 2024-02-14T22:23:51.211Z | Downloaded slog-async v2.8.0 |
1186 | 2024-02-14T22:23:51.211Z | Downloaded toml_edit v0.19.15 |
1187 | 2024-02-14T22:23:51.218Z | Downloaded crc32fast v1.3.2 |
1188 | 2024-02-14T22:23:51.219Z | Downloaded num-rational v0.4.1 |
1189 | 2024-02-14T22:23:51.219Z | Downloaded native-tls v0.2.11 |
1190 | 2024-02-14T22:23:51.219Z | Downloaded clap_lex v0.5.1 |
1191 | 2024-02-14T22:23:51.219Z | Downloaded rand_chacha v0.3.1 |
1192 | 2024-02-14T22:23:51.219Z | Downloaded bitflags v2.4.0 |
1193 | 2024-02-14T22:23:51.219Z | Downloaded poly1305 v0.8.0 |
1194 | 2024-02-14T22:23:51.219Z | Downloaded once_cell v1.19.0 |
1195 | 2024-02-14T22:23:51.226Z | Downloaded zerocopy-derive v0.7.32 |
1196 | 2024-02-14T22:23:51.226Z | Downloaded futures-io v0.3.30 |
1197 | 2024-02-14T22:23:51.226Z | Downloaded futures-task v0.3.30 |
1198 | 2024-02-14T22:23:51.226Z | Downloaded form_urlencoded v1.2.1 |
1199 | 2024-02-14T22:23:51.244Z | Downloaded ff v0.13.0 |
1200 | 2024-02-14T22:23:51.244Z | Downloaded vsss-rs v3.3.4 |
1201 | 2024-02-14T22:23:51.245Z | Downloaded utf-8 v0.7.6 |
1202 | 2024-02-14T22:23:51.245Z | Downloaded bit-vec v0.6.3 |
1203 | 2024-02-14T22:23:51.245Z | Downloaded lalrpop-util v0.19.12 |
1204 | 2024-02-14T22:23:51.245Z | Downloaded bit-set v0.5.3 |
1205 | 2024-02-14T22:23:51.260Z | Downloaded paste v1.0.14 |
1206 | 2024-02-14T22:23:51.260Z | Downloaded pin-utils v0.1.0 |
1207 | 2024-02-14T22:23:51.261Z | Downloaded pbkdf2 v0.12.2 |
1208 | 2024-02-14T22:23:51.261Z | Downloaded block-padding v0.3.3 |
1209 | 2024-02-14T22:23:51.261Z | Downloaded pbkdf2 v0.11.0 |
1210 | 2024-02-14T22:23:51.261Z | Downloaded bitflags v1.3.2 |
1211 | 2024-02-14T22:23:51.261Z | Downloaded num-integer v0.1.45 |
1212 | 2024-02-14T22:23:51.261Z | Downloaded parking_lot_core v0.9.8 |
1213 | 2024-02-14T22:23:51.261Z | Downloaded fnv v1.0.7 |
1214 | 2024-02-14T22:23:51.261Z | Downloaded float-cmp v0.9.0 |
1215 | 2024-02-14T22:23:51.261Z | Downloaded fastrand v2.0.1 |
1216 | 2024-02-14T22:23:51.261Z | Downloaded tokio-util v0.7.10 |
1217 | 2024-02-14T22:23:51.271Z | Downloaded ppv-lite86 v0.2.17 |
1218 | 2024-02-14T22:23:51.271Z | Downloaded anstyle v1.0.2 |
1219 | 2024-02-14T22:23:51.271Z | Downloaded async-trait v0.1.77 |
1220 | 2024-02-14T22:23:51.272Z | Downloaded cobs v0.2.3 |
1221 | 2024-02-14T22:23:51.272Z | Downloaded parse-display v0.9.0 |
1222 | 2024-02-14T22:23:51.273Z | Downloaded autocfg v1.1.0 |
1223 | 2024-02-14T22:23:51.274Z | Downloaded zeroize_derive v1.4.2 |
1224 | 2024-02-14T22:23:51.274Z | Downloaded num_cpus v1.16.0 |
1225 | 2024-02-14T22:23:51.294Z | Downloaded num-iter v0.1.43 |
1226 | 2024-02-14T22:23:51.295Z | Downloaded cancel-safe-futures v0.1.5 |
1227 | 2024-02-14T22:23:51.295Z | Downloaded argon2 v0.5.3 |
1228 | 2024-02-14T22:23:51.295Z | Downloaded camino-tempfile v1.1.1 |
1229 | 2024-02-14T22:23:51.295Z | Downloaded instant v0.1.12 |
1230 | 2024-02-14T22:23:51.295Z | Downloaded dtrace-parser v0.1.14 |
1231 | 2024-02-14T22:23:51.295Z | Downloaded subprocess v0.2.9 |
1232 | 2024-02-14T22:23:51.295Z | Downloaded pest_derive v2.7.6 |
1233 | 2024-02-14T22:23:51.300Z | Downloaded opaque-debug v0.3.0 |
1234 | 2024-02-14T22:23:51.300Z | Downloaded precomputed-hash v0.1.1 |
1235 | 2024-02-14T22:23:51.300Z | Downloaded adler v1.0.2 |
1236 | 2024-02-14T22:23:51.300Z | Downloaded libsw v3.3.1 |
1237 | 2024-02-14T22:23:51.301Z | Downloaded linked-hash-map v0.5.6 |
1238 | 2024-02-14T22:23:51.301Z | Downloaded pem-rfc7468 v0.7.0 |
1239 | 2024-02-14T22:23:51.301Z | Downloaded num-derive v0.4.0 |
1240 | 2024-02-14T22:23:51.301Z | Downloaded ring v0.17.7 |
1241 | 2024-02-14T22:23:51.358Z | Downloaded new_debug_unreachable v1.0.4 |
1242 | 2024-02-14T22:23:51.363Z | Downloaded md-5 v0.10.5 |
1243 | 2024-02-14T22:23:51.363Z | Downloaded match_cfg v0.1.0 |
1244 | 2024-02-14T22:23:51.363Z | Downloaded crucible-workspace-hack v0.1.0 |
1245 | 2024-02-14T22:23:51.364Z | Downloaded subtle v2.5.0 |
1246 | 2024-02-14T22:23:51.364Z | Downloaded pretty-hex v0.2.1 |
1247 | 2024-02-14T22:23:51.368Z | Downloaded phf_shared v0.11.2 |
1248 | 2024-02-14T22:23:51.368Z | Downloaded kstat-rs v0.2.3 |
1249 | 2024-02-14T22:23:51.368Z | Downloaded blowfish v0.9.1 |
1250 | 2024-02-14T22:23:51.368Z | Downloaded block-buffer v0.10.4 |
1251 | 2024-02-14T22:23:51.369Z | Downloaded constant_time_eq v0.3.0 |
1252 | 2024-02-14T22:23:51.369Z | Downloaded cfg-if v1.0.0 |
1253 | 2024-02-14T22:23:51.373Z | Downloaded plain v0.2.3 |
1254 | 2024-02-14T22:23:51.373Z | Downloaded keccak v0.1.4 |
1255 | 2024-02-14T22:23:51.374Z | Downloaded matches v0.1.10 |
1256 | 2024-02-14T22:23:51.374Z | Downloaded predicates-core v1.0.6 |
1257 | 2024-02-14T22:23:51.374Z | Downloaded mime v0.3.17 |
1258 | 2024-02-14T22:23:51.374Z | Downloaded pkcs8 v0.10.2 |
1259 | 2024-02-14T22:23:51.378Z | Downloaded cc v1.0.83 |
1260 | 2024-02-14T22:23:51.781Z | Compiling proc-macro2 v1.0.78 |
1261 | 2024-02-14T22:23:51.781Z | Compiling unicode-ident v1.0.12 |
1262 | 2024-02-14T22:23:51.781Z | Compiling libc v0.2.153 |
1263 | 2024-02-14T22:23:51.782Z | Compiling serde v1.0.196 |
1264 | 2024-02-14T22:23:51.787Z | Compiling version_check v0.9.4 |
1265 | 2024-02-14T22:23:51.787Z | Compiling autocfg v1.1.0 |
1266 | 2024-02-14T22:23:51.787Z | Compiling cfg-if v1.0.0 |
1267 | 2024-02-14T22:23:51.957Z | Compiling syn v1.0.109 |
1268 | 2024-02-14T22:23:51.979Z | Compiling once_cell v1.19.0 |
1269 | 2024-02-14T22:23:52.023Z | Compiling thiserror v1.0.56 |
1270 | 2024-02-14T22:23:52.388Z | Compiling memchr v2.6.3 |
1271 | 2024-02-14T22:23:52.604Z | Compiling typenum v1.16.0 |
1272 | 2024-02-14T22:23:52.663Z | Compiling lock_api v0.4.10 |
1273 | 2024-02-14T22:23:53.708Z | Compiling byteorder v1.5.0 |
1274 | 2024-02-14T22:23:53.787Z | Compiling ahash v0.8.7 |
1275 | 2024-02-14T22:23:53.988Z | Compiling parking_lot_core v0.9.8 |
1276 | 2024-02-14T22:23:54.001Z | Compiling generic-array v0.14.7 |
1277 | 2024-02-14T22:23:54.001Z | Compiling libm v0.2.7 |
1278 | 2024-02-14T22:23:54.098Z | Compiling num-traits v0.2.16 |
1279 | 2024-02-14T22:23:54.104Z | Compiling serde_json v1.0.113 |
1280 | 2024-02-14T22:23:54.397Z | Compiling itoa v1.0.9 |
1281 | 2024-02-14T22:23:54.525Z | Compiling slab v0.4.9 |
1282 | 2024-02-14T22:23:54.608Z | Compiling log v0.4.20 |
1283 | 2024-02-14T22:23:54.861Z | Compiling quote v1.0.35 |
1284 | 2024-02-14T22:23:55.123Z | Compiling scopeguard v1.2.0 |
1285 | 2024-02-14T22:23:55.272Z | Compiling ryu v1.0.15 |
1286 | 2024-02-14T22:23:55.281Z | Compiling syn v2.0.48 |
1287 | 2024-02-14T22:23:55.473Z | Compiling getrandom v0.2.10 |
1288 | 2024-02-14T22:23:55.519Z | Compiling cc v1.0.83 |
1289 | 2024-02-14T22:23:55.729Z | Compiling rand_core v0.6.4 |
1290 | 2024-02-14T22:23:56.283Z | Compiling pkg-config v0.3.27 |
1291 | 2024-02-14T22:23:56.304Z | Compiling allocator-api2 v0.2.16 |
1292 | 2024-02-14T22:23:56.521Z | Compiling equivalent v1.0.1 |
1293 | 2024-02-14T22:23:56.634Z | Compiling heck v0.4.1 |
1294 | 2024-02-14T22:23:56.657Z | Compiling smallvec v1.13.1 |
1295 | 2024-02-14T22:23:57.078Z | Compiling subtle v2.5.0 |
1296 | 2024-02-14T22:23:57.099Z | Compiling schemars v0.8.16 |
1297 | 2024-02-14T22:23:57.465Z | Compiling vcpkg v0.2.15 |
1298 | 2024-02-14T22:23:57.672Z | Compiling pin-project-lite v0.2.13 |
1299 | 2024-02-14T22:23:58.095Z | Compiling httparse v1.8.0 |
1300 | 2024-02-14T22:23:58.510Z | Compiling parking_lot v0.12.1 |
1301 | 2024-02-14T22:23:58.585Z | Compiling ucd-trie v0.1.6 |
1302 | 2024-02-14T22:23:58.608Z | Compiling signal-hook-registry v1.4.1 |
1303 | 2024-02-14T22:23:58.629Z | Compiling ring v0.17.7 |
1304 | 2024-02-14T22:23:59.262Z | Compiling ring v0.16.20 |
1305 | 2024-02-14T22:23:59.503Z | Compiling fnv v1.0.7 |
1306 | 2024-02-14T22:23:59.640Z | Compiling mio v0.8.9 |
1307 | 2024-02-14T22:23:59.891Z | Compiling openssl-sys v0.9.96 |
1308 | 2024-02-14T22:24:00.436Z | Compiling iana-time-zone v0.1.57 |
1309 | 2024-02-14T22:24:00.490Z | Compiling const-oid v0.9.5 |
1310 | 2024-02-14T22:24:00.865Z | Compiling openssl v0.10.60 |
1311 | 2024-02-14T22:24:00.907Z | Compiling semver v1.0.21 |
1312 | 2024-02-14T22:24:00.930Z | Compiling num_cpus v1.16.0 |
1313 | 2024-02-14T22:24:01.058Z | Compiling socket2 v0.5.5 |
1314 | 2024-02-14T22:24:01.289Z | Compiling native-tls v0.2.11 |
1315 | 2024-02-14T22:24:01.408Z | Compiling rustls v0.21.9 |
1316 | 2024-02-14T22:24:02.010Z | Compiling futures-core v0.3.30 |
1317 | 2024-02-14T22:24:02.022Z | Compiling dyn-clone v1.0.16 |
1318 | 2024-02-14T22:24:02.262Z | Compiling aho-corasick v1.0.4 |
1319 | 2024-02-14T22:24:02.636Z | Compiling slog v2.7.0 |
1320 | 2024-02-14T22:24:02.688Z | Compiling regex-syntax v0.8.2 |
1321 | 2024-02-14T22:24:02.836Z | Compiling serde_derive_internals v0.26.0 |
1322 | 2024-02-14T22:24:03.032Z | Compiling crossbeam-utils v0.8.16 |
1323 | 2024-02-14T22:24:03.209Z | Compiling spin v0.5.2 |
1324 | 2024-02-14T22:24:03.446Z | Compiling async-trait v0.1.77 |
1325 | 2024-02-14T22:24:03.796Z | Compiling futures-sink v0.3.30 |
1326 | 2024-02-14T22:24:04.066Z | Compiling rustix v0.38.31 |
1327 | 2024-02-14T22:24:04.346Z | Compiling backtrace v0.3.69 |
1328 | 2024-02-14T22:24:04.797Z | Compiling tinyvec_macros v0.1.1 |
1329 | 2024-02-14T22:24:04.901Z | Compiling tinyvec v1.6.0 |
1330 | 2024-02-14T22:24:05.121Z | Compiling futures-channel v0.3.30 |
1331 | 2024-02-14T22:24:05.573Z | Compiling futures-io v0.3.30 |
1332 | 2024-02-14T22:24:05.827Z | Compiling pin-utils v0.1.0 |
1333 | 2024-02-14T22:24:05.930Z | Compiling winnow v0.5.15 |
1334 | 2024-02-14T22:24:05.957Z | Compiling futures-task v0.3.30 |
1335 | 2024-02-14T22:24:06.262Z | Compiling regex-automata v0.4.4 |
1336 | 2024-02-14T22:24:06.424Z | Compiling unicode-normalization v0.1.22 |
1337 | 2024-02-14T22:24:06.646Z | Compiling spin v0.9.8 |
1338 | 2024-02-14T22:24:07.013Z | Compiling memoffset v0.9.0 |
1339 | 2024-02-14T22:24:07.204Z | Compiling tracing-core v0.1.31 |
1340 | 2024-02-14T22:24:07.447Z | Compiling unicode-width v0.1.11 |
1341 | 2024-02-14T22:24:07.517Z | Compiling anyhow v1.0.75 |
1342 | 2024-02-14T22:24:07.599Z | Compiling cpufeatures v0.2.12 |
1343 | 2024-02-14T22:24:07.624Z | Compiling unicode-bidi v0.3.13 |
1344 | 2024-02-14T22:24:09.303Z | Compiling crc32fast v1.3.2 |
1345 | 2024-02-14T22:24:10.341Z | Compiling crossbeam-epoch v0.9.15 |
1346 | 2024-02-14T22:24:10.385Z | Compiling time-core v0.1.1 |
1347 | 2024-02-14T22:24:10.385Z | Compiling serde_derive v1.0.196 |
1348 | 2024-02-14T22:24:10.385Z | Compiling zerocopy-derive v0.7.32 |
1349 | 2024-02-14T22:24:10.385Z | Compiling zeroize_derive v1.4.2 |
1350 | 2024-02-14T22:24:10.403Z | Compiling thiserror-impl v1.0.56 |
1351 | 2024-02-14T22:24:10.572Z | Compiling tokio-macros v2.2.0 |
1352 | 2024-02-14T22:24:11.724Z | Compiling zeroize v1.7.0 |
1353 | 2024-02-14T22:24:11.964Z | Compiling zerocopy v0.7.32 |
1354 | 2024-02-14T22:24:12.002Z | Compiling futures-macro v0.3.30 |
1355 | 2024-02-14T22:24:12.911Z | Compiling tracing-attributes v0.1.26 |
1356 | 2024-02-14T22:24:13.597Z | Compiling crypto-common v0.1.6 |
1357 | 2024-02-14T22:24:13.663Z | Compiling schemars_derive v0.8.16 |
1358 | 2024-02-14T22:24:13.880Z | Compiling pest v2.7.6 |
1359 | 2024-02-14T22:24:13.928Z | Compiling hashbrown v0.14.2 |
1360 | 2024-02-14T22:24:15.308Z | Compiling openssl-macros v0.1.1 |
1361 | 2024-02-14T22:24:15.471Z | Compiling block-buffer v0.10.4 |
1362 | 2024-02-14T22:24:15.702Z | Compiling digest v0.10.7 |
1363 | 2024-02-14T22:24:15.823Z | Compiling hashbrown v0.13.2 |
1364 | 2024-02-14T22:24:16.098Z | Compiling regex v1.10.3 |
1365 | 2024-02-14T22:24:16.169Z | Compiling pest_meta v2.7.6 |
1366 | 2024-02-14T22:24:16.932Z | Compiling futures-util v0.3.30 |
1367 | 2024-02-14T22:24:17.191Z | Compiling tracing v0.1.37 |
1368 | 2024-02-14T22:24:18.730Z | Compiling pest_generator v2.7.6 |
1369 | 2024-02-14T22:24:18.816Z | Compiling der_derive v0.7.2 |
1370 | 2024-02-14T22:24:20.889Z | Compiling time-macros v0.2.13 |
1371 | 2024-02-14T22:24:24.491Z | Compiling pest_derive v2.7.6 |
1372 | 2024-02-14T22:24:24.831Z | Compiling errno v0.3.8 |
1373 | 2024-02-14T22:24:24.831Z | Compiling num-integer v0.1.45 |
1374 | 2024-02-14T22:24:24.831Z | Compiling percent-encoding v2.3.1 |
1375 | 2024-02-14T22:24:24.831Z | Compiling foreign-types-shared v0.1.1 |
1376 | 2024-02-14T22:24:24.831Z | Compiling untrusted v0.7.1 |
1377 | 2024-02-14T22:24:24.831Z | Compiling untrusted v0.9.0 |
1378 | 2024-02-14T22:24:24.831Z | Compiling foreign-types v0.3.2 |
1379 | 2024-02-14T22:24:24.831Z | Compiling bytes v1.5.0 |
1380 | 2024-02-14T22:24:24.832Z | Compiling indexmap v2.2.2 |
1381 | 2024-02-14T22:24:24.832Z | Compiling chrono v0.4.31 |
1382 | 2024-02-14T22:24:25.367Z | Compiling uuid v1.7.0 |
1383 | 2024-02-14T22:24:25.894Z | Compiling tokio v1.36.0 |
1384 | 2024-02-14T22:24:25.894Z | Compiling http v0.2.11 |
1385 | 2024-02-14T22:24:27.660Z | Compiling bitflags v2.4.0 |
1386 | 2024-02-14T22:24:27.862Z | Compiling serde_spanned v0.6.5 |
1387 | 2024-02-14T22:24:27.980Z | Compiling toml_datetime v0.6.5 |
1388 | 2024-02-14T22:24:28.227Z | Compiling rustc_version v0.4.0 |
1389 | 2024-02-14T22:24:28.466Z | Compiling openapiv3 v2.0.0 |
1390 | 2024-02-14T22:24:28.743Z | Compiling toml_edit v0.19.15 |
1391 | 2024-02-14T22:24:30.532Z | Compiling serde_tokenstream v0.2.0 |
1392 | 2024-02-14T22:24:43.631Z | Compiling unicode-xid v0.2.4 |
1393 | 2024-02-14T22:24:43.890Z | Compiling ppv-lite86 v0.2.17 |
1394 | 2024-02-14T22:24:43.890Z | Compiling base64 v0.21.7 |
1395 | 2024-02-14T22:24:43.890Z | Compiling try-lock v0.2.4 |
1396 | 2024-02-14T22:24:43.890Z | Compiling synstructure v0.12.6 |
1397 | 2024-02-14T22:24:43.890Z | Compiling want v0.3.1 |
1398 | 2024-02-14T22:24:44.022Z | Compiling http-body v0.4.5 |
1399 | 2024-02-14T22:24:44.022Z | Compiling rustls-webpki v0.101.7 |
1400 | 2024-02-14T22:24:44.023Z | Compiling sct v0.7.0 |
1401 | 2024-02-14T22:24:44.098Z | Compiling form_urlencoded v1.2.1 |
1402 | 2024-02-14T22:24:44.098Z | Compiling scroll_derive v0.12.0 |
1403 | 2024-02-14T22:24:44.098Z | Compiling socket2 v0.4.9 |
1404 | 2024-02-14T22:24:44.099Z | Compiling httpdate v1.0.3 |
1405 | 2024-02-14T22:24:44.099Z | Compiling tokio-util v0.7.10 |
1406 | 2024-02-14T22:24:44.099Z | Compiling io-lifetimes v1.0.11 |
1407 | 2024-02-14T22:24:44.099Z | Compiling openssl-probe v0.1.5 |
1408 | 2024-02-14T22:24:44.099Z | Compiling tower-service v0.3.2 |
1409 | 2024-02-14T22:24:44.099Z | Compiling h2 v0.3.24 |
1410 | 2024-02-14T22:24:44.099Z | Compiling zerocopy-derive v0.2.0 |
1411 | 2024-02-14T22:24:44.099Z | Compiling idna v0.5.0 |
1412 | 2024-02-14T22:24:44.099Z | Compiling lazy_static v1.4.0 |
1413 | 2024-02-14T22:24:44.099Z | Compiling thread-id v4.2.0 |
1414 | 2024-02-14T22:24:44.099Z | Compiling adler v1.0.2 |
1415 | 2024-02-14T22:24:44.099Z | Compiling miniz_oxide v0.7.1 |
1416 | 2024-02-14T22:24:44.099Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-02-14T22:24:44.099Z | Compiling url v2.5.0 |
1418 | 2024-02-14T22:24:44.099Z | Compiling tokio-rustls v0.24.1 |
1419 | 2024-02-14T22:24:44.099Z | Compiling rand_chacha v0.3.1 |
1420 | 2024-02-14T22:24:44.099Z | Compiling ipnet v2.9.0 |
1421 | 2024-02-14T22:24:44.099Z | Compiling rustix v0.37.23 |
1422 | 2024-02-14T22:24:44.099Z | Compiling rand v0.8.5 |
1423 | 2024-02-14T22:24:44.099Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-02-14T22:24:44.099Z | Compiling rustls-pemfile v1.0.3 |
1425 | 2024-02-14T22:24:44.100Z | Compiling hyper v0.14.27 |
1426 | 2024-02-14T22:24:44.100Z | Compiling usdt-impl v0.3.5 |
1427 | 2024-02-14T22:24:44.100Z | Compiling encoding_rs v0.8.33 |
1428 | 2024-02-14T22:24:44.100Z | Compiling gimli v0.28.0 |
1429 | 2024-02-14T22:24:44.131Z | Compiling webpki-roots v0.25.2 |
1430 | 2024-02-14T22:24:44.196Z | Compiling either v1.9.0 |
1431 | 2024-02-14T22:24:44.520Z | Compiling mime v0.3.17 |
1432 | 2024-02-14T22:24:46.223Z | Compiling regress v0.7.1 |
1433 | 2024-02-14T22:24:46.324Z | Compiling object v0.32.1 |
1434 | 2024-02-14T22:24:46.353Z | Compiling num-bigint v0.4.4 |
1435 | 2024-02-14T22:24:47.209Z | Compiling usdt-impl v0.5.0 |
1436 | 2024-02-14T22:24:47.456Z | Compiling rustc-demangle v0.1.23 |
1437 | 2024-02-14T22:24:48.247Z | Compiling addr2line v0.21.0 |
1438 | 2024-02-14T22:24:48.919Z | Compiling flate2 v1.0.28 |
1439 | 2024-02-14T22:24:49.114Z | Compiling zerocopy v0.3.0 |
1440 | 2024-02-14T22:24:49.242Z | Compiling scroll v0.12.0 |
1441 | 2024-02-14T22:24:49.715Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1442 | 2024-02-14T22:24:49.802Z | Compiling heapless v0.7.16 |
1443 | 2024-02-14T22:24:49.916Z | Compiling futures-executor v0.3.30 |
1444 | 2024-02-14T22:24:50.181Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1445 | 2024-02-14T22:24:50.256Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-02-14T22:24:50.495Z | Compiling hyper-tls v0.5.0 |
1447 | 2024-02-14T22:24:50.677Z | Compiling plain v0.2.3 |
1448 | 2024-02-14T22:24:50.837Z | Compiling reqwest v0.11.22 |
1449 | 2024-02-14T22:24:50.859Z | Compiling signal-hook v0.3.17 |
1450 | 2024-02-14T22:24:51.558Z | Compiling rustversion v1.0.14 |
1451 | 2024-02-14T22:24:51.651Z | Compiling goblin v0.8.0 |
1452 | 2024-02-14T22:24:52.808Z | Compiling futures v0.3.30 |
1453 | 2024-02-14T22:24:52.926Z | Compiling dof v0.1.5 |
1454 | 2024-02-14T22:24:54.087Z | Compiling toml v0.7.8 |
1455 | 2024-02-14T22:24:54.342Z | Compiling toml_edit v0.21.1 |
1456 | 2024-02-14T22:24:55.463Z | Compiling hex v0.4.3 |
1457 | 2024-02-14T22:24:55.530Z | Compiling dtrace-parser v0.1.14 |
1458 | 2024-02-14T22:24:56.011Z | Compiling strsim v0.10.0 |
1459 | 2024-02-14T22:24:56.116Z | Compiling pretty-hex v0.4.1 |
1460 | 2024-02-14T22:24:56.276Z | Compiling base64ct v1.6.0 |
1461 | 2024-02-14T22:24:57.557Z | Compiling dof v0.3.0 |
1462 | 2024-02-14T22:24:58.967Z | Compiling serde_tokenstream v0.1.7 |
1463 | 2024-02-14T22:24:59.341Z | Compiling dtrace-parser v0.2.0 |
1464 | 2024-02-14T22:24:59.817Z | Compiling bitflags v1.3.2 |
1465 | 2024-02-14T22:24:59.928Z | Compiling smoltcp v0.9.1 |
1466 | 2024-02-14T22:25:00.056Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1467 | 2024-02-14T22:25:00.901Z | Compiling strum_macros v0.25.2 |
1468 | 2024-02-14T22:25:01.131Z | Compiling pem-rfc7468 v0.7.0 |
1469 | 2024-02-14T22:25:01.445Z | Compiling hmac v0.12.1 |
1470 | 2024-02-14T22:25:01.942Z | Compiling enum-as-inner v0.5.1 |
1471 | 2024-02-14T22:25:02.426Z | Compiling num-iter v0.1.43 |
1472 | 2024-02-14T22:25:02.432Z | Compiling unicode-segmentation v1.10.1 |
1473 | 2024-02-14T22:25:02.432Z | Compiling flagset v0.4.3 |
1474 | 2024-02-14T22:25:02.477Z | Compiling siphasher v0.3.11 |
1475 | 2024-02-14T22:25:02.810Z | Compiling der v0.7.8 |
1476 | 2024-02-14T22:25:03.019Z | Compiling usdt-macro v0.3.5 |
1477 | 2024-02-14T22:25:03.041Z | Compiling usdt-attr-macro v0.3.5 |
1478 | 2024-02-14T22:25:04.047Z | Compiling hubpack_derive v0.1.1 |
1479 | 2024-02-14T22:25:04.467Z | Compiling zerocopy-derive v0.6.4 |
1480 | 2024-02-14T22:25:05.523Z | Compiling anstyle v1.0.2 |
1481 | 2024-02-14T22:25:05.978Z | Compiling num_threads v0.1.6 |
1482 | 2024-02-14T22:25:05.996Z | Compiling utf8parse v0.2.1 |
1483 | 2024-02-14T22:25:06.121Z | Compiling deranged v0.3.8 |
1484 | 2024-02-14T22:25:06.231Z | Compiling anstyle-parse v0.2.1 |
1485 | 2024-02-14T22:25:06.462Z | Compiling sha2 v0.10.8 |
1486 | 2024-02-14T22:25:06.568Z | Compiling spki v0.7.2 |
1487 | 2024-02-14T22:25:07.901Z | Compiling time v0.3.27 |
1488 | 2024-02-14T22:25:09.106Z | Compiling md-5 v0.10.5 |
1489 | 2024-02-14T22:25:09.150Z | Compiling block-padding v0.3.3 |
1490 | 2024-02-14T22:25:09.193Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1491 | 2024-02-14T22:25:09.364Z | Compiling clap_derive v4.4.2 |
1492 | 2024-02-14T22:25:09.408Z | Compiling stringprep v0.1.3 |
1493 | 2024-02-14T22:25:10.723Z | Compiling getopts v0.2.21 |
1494 | 2024-02-14T22:25:10.753Z | Compiling diesel_table_macro_syntax v0.1.0 |
1495 | 2024-02-14T22:25:11.500Z | Compiling hash32 v0.2.1 |
1496 | 2024-02-14T22:25:11.900Z | Compiling colorchoice v1.0.0 |
1497 | 2024-02-14T22:25:13.426Z | Compiling stable_deref_trait v1.2.0 |
1498 | 2024-02-14T22:25:13.541Z | Compiling anstyle-query v1.0.0 |
1499 | 2024-02-14T22:25:13.566Z | Compiling fallible-iterator v0.2.0 |
1500 | 2024-02-14T22:25:14.111Z | Compiling anstream v0.5.0 |
1501 | 2024-02-14T22:25:14.262Z | Compiling postgres-protocol v0.6.6 |
1502 | 2024-02-14T22:25:14.569Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1503 | 2024-02-14T22:25:14.726Z | Compiling diesel_derives v2.1.2 |
1504 | 2024-02-14T22:25:14.779Z | Compiling inout v0.1.3 |
1505 | 2024-02-14T22:25:15.654Z | Compiling terminal_size v0.2.6 |
1506 | 2024-02-14T22:25:15.949Z | Compiling pkcs8 v0.10.2 |
1507 | 2024-02-14T22:25:16.139Z | Compiling phf_shared v0.11.2 |
1508 | 2024-02-14T22:25:17.508Z | Compiling ff v0.13.0 |
1509 | 2024-02-14T22:25:18.012Z | Compiling serde_repr v0.1.16 |
1510 | 2024-02-14T22:25:18.858Z | Compiling scheduled-thread-pool v0.2.7 |
1511 | 2024-02-14T22:25:19.456Z | Compiling clap_lex v0.5.1 |
1512 | 2024-02-14T22:25:19.966Z | Compiling matches v0.1.10 |
1513 | 2024-02-14T22:25:20.042Z | Compiling bit-vec v0.6.3 |
1514 | 2024-02-14T22:25:20.070Z | Compiling regex-automata v0.1.10 |
1515 | 2024-02-14T22:25:20.524Z | Compiling managed v0.8.0 |
1516 | 2024-02-14T22:25:20.595Z | Compiling base16ct v0.2.0 |
1517 | 2024-02-14T22:25:20.842Z | Compiling unsafe-libyaml v0.2.10 |
1518 | 2024-02-14T22:25:20.909Z | Compiling sec1 v0.7.3 |
1519 | 2024-02-14T22:25:22.867Z | Compiling serde_yaml v0.9.25 |
1520 | 2024-02-14T22:25:23.303Z | Compiling bstr v0.2.17 |
1521 | 2024-02-14T22:25:23.347Z | Compiling idna v0.2.3 |
1522 | 2024-02-14T22:25:23.958Z | Compiling clap_builder v4.4.2 |
1523 | 2024-02-14T22:25:24.777Z | Compiling r2d2 v0.8.10 |
1524 | 2024-02-14T22:25:25.164Z | Compiling group v0.13.0 |
1525 | 2024-02-14T22:25:27.759Z | Compiling phf v0.11.2 |
1526 | 2024-02-14T22:25:27.774Z | Compiling signal-hook-mio v0.2.3 |
1527 | 2024-02-14T22:25:27.775Z | Compiling bzip2 v0.4.4 |
1528 | 2024-02-14T22:25:27.775Z | Compiling postgres-types v0.2.6 |
1529 | 2024-02-14T22:25:27.775Z | Compiling cipher v0.4.4 |
1530 | 2024-02-14T22:25:28.037Z | Compiling zerocopy v0.6.4 |
1531 | 2024-02-14T22:25:28.118Z | Compiling hubpack v0.1.2 |
1532 | 2024-02-14T22:25:28.244Z | Compiling phf_shared v0.10.0 |
1533 | 2024-02-14T22:25:28.641Z | Compiling hkdf v0.12.4 |
1534 | 2024-02-14T22:25:28.768Z | Compiling crypto-bigint v0.5.2 |
1535 | 2024-02-14T22:25:28.913Z | Compiling ipnetwork v0.20.0 |
1536 | 2024-02-14T22:25:29.267Z | Compiling float-cmp v0.9.0 |
1537 | 2024-02-14T22:25:29.856Z | Compiling new_debug_unreachable v1.0.4 |
1538 | 2024-02-14T22:25:29.962Z | Compiling static_assertions v1.1.0 |
1539 | 2024-02-14T22:25:30.071Z | Compiling normalize-line-endings v0.3.0 |
1540 | 2024-02-14T22:25:30.165Z | Compiling regex-automata v0.3.8 |
1541 | 2024-02-14T22:25:30.203Z | Compiling fixedbitset v0.4.2 |
1542 | 2024-02-14T22:25:30.673Z | Compiling difflib v0.4.0 |
1543 | 2024-02-14T22:25:31.516Z | Compiling data-encoding v2.4.0 |
1544 | 2024-02-14T22:25:32.328Z | Compiling predicates-core v1.0.6 |
1545 | 2024-02-14T22:25:33.367Z | Compiling minimal-lexical v0.2.1 |
1546 | 2024-02-14T22:25:33.924Z | Compiling whoami v1.4.1 |
1547 | 2024-02-14T22:25:33.947Z | Compiling precomputed-hash v0.1.1 |
1548 | 2024-02-14T22:25:34.027Z | Compiling nom v7.1.3 |
1549 | 2024-02-14T22:25:34.064Z | Compiling string_cache v0.8.7 |
1550 | 2024-02-14T22:25:34.199Z | Compiling trust-dns-proto v0.22.0 |
1551 | 2024-02-14T22:25:34.532Z | Compiling tokio-postgres v0.7.10 |
1552 | 2024-02-14T22:25:34.848Z | Compiling predicates v3.1.0 |
1553 | 2024-02-14T22:25:35.148Z | Compiling bstr v1.6.0 |
1554 | 2024-02-14T22:25:36.532Z | Compiling diesel v2.1.4 |
1555 | 2024-02-14T22:25:36.802Z | Compiling elliptic-curve v0.13.8 |
1556 | 2024-02-14T22:25:37.407Z | Compiling petgraph v0.6.4 |
1557 | 2024-02-14T22:25:37.431Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1558 | 2024-02-14T22:25:37.715Z | Compiling yasna v0.5.2 |
1559 | 2024-02-14T22:25:37.821Z | Compiling zip v0.6.6 |
1560 | 2024-02-14T22:25:37.912Z | Compiling clap v4.4.3 |
1561 | 2024-02-14T22:25:38.041Z | Compiling crossterm v0.27.0 |
1562 | 2024-02-14T22:25:39.737Z | Compiling similar v2.3.0 |
1563 | 2024-02-14T22:25:40.233Z | Compiling bit-set v0.5.3 |
1564 | 2024-02-14T22:25:40.522Z | Compiling usdt v0.3.5 |
1565 | 2024-02-14T22:25:41.313Z | Compiling itertools v0.10.5 |
1566 | 2024-02-14T22:25:41.477Z | Compiling console v0.15.8 |
1567 | 2024-02-14T22:25:41.906Z | Compiling tokio-stream v0.1.14 |
1568 | 2024-02-14T22:25:43.030Z | Compiling lalrpop-util v0.19.12 |
1569 | 2024-02-14T22:25:43.061Z | Compiling camino v1.1.6 |
1570 | 2024-02-14T22:25:46.194Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1571 | 2024-02-14T22:25:54.505Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1572 | 2024-02-14T22:26:19.305Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1573 | 2024-02-14T22:26:21.518Z | Compiling sha1 v0.10.6 |
1574 | 2024-02-14T22:26:22.120Z | Compiling atty v0.2.14 |
1575 | 2024-02-14T22:26:22.285Z | Compiling match_cfg v0.1.0 |
1576 | 2024-02-14T22:26:22.292Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1577 | 2024-02-14T22:26:22.370Z | Compiling hostname v0.3.1 |
1578 | 2024-02-14T22:26:22.374Z | Compiling dirs-sys-next v0.1.2 |
1579 | 2024-02-14T22:26:22.553Z | Compiling rustls-pki-types v1.1.0 |
1580 | 2024-02-14T22:26:22.575Z | Compiling ident_case v1.0.1 |
1581 | 2024-02-14T22:26:22.613Z | Compiling dirs-next v2.0.0 |
1582 | 2024-02-14T22:26:22.739Z | Compiling darling_core v0.20.3 |
1583 | 2024-02-14T22:26:22.888Z | Compiling thread_local v1.1.7 |
1584 | 2024-02-14T22:26:23.016Z | Compiling slog-async v2.8.0 |
1585 | 2024-02-14T22:26:23.348Z | Compiling rustls v0.22.2 |
1586 | 2024-02-14T22:26:23.513Z | Compiling rustls-webpki v0.102.1 |
1587 | 2024-02-14T22:26:24.105Z | Compiling term v0.7.0 |
1588 | 2024-02-14T22:26:24.160Z | Compiling crossbeam-channel v0.5.8 |
1589 | 2024-02-14T22:26:24.756Z | Compiling multer v3.0.0 |
1590 | 2024-02-14T22:26:25.095Z | Compiling instant v0.1.12 |
1591 | 2024-02-14T22:26:25.236Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1592 | 2024-02-14T22:26:25.293Z | Compiling paste v1.0.14 |
1593 | 2024-02-14T22:26:25.314Z | Compiling take_mut v0.2.2 |
1594 | 2024-02-14T22:26:25.471Z | Compiling slog-term v2.9.0 |
1595 | 2024-02-14T22:26:25.760Z | Compiling slog-json v2.6.1 |
1596 | 2024-02-14T22:26:25.881Z | Compiling http v1.0.0 |
1597 | 2024-02-14T22:26:26.143Z | Compiling async-stream-impl v0.3.5 |
1598 | 2024-02-14T22:26:26.709Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1599 | 2024-02-14T22:26:26.754Z | Compiling atomic-waker v1.1.1 |
1600 | 2024-02-14T22:26:26.953Z | Compiling debug-ignore v1.0.5 |
1601 | 2024-02-14T22:26:27.106Z | Compiling waitgroup v0.1.2 |
1602 | 2024-02-14T22:26:27.133Z | Compiling slog-bunyan v2.5.0 |
1603 | 2024-02-14T22:26:27.352Z | Compiling rustls-pemfile v2.0.0 |
1604 | 2024-02-14T22:26:27.610Z | Compiling async-stream v0.3.5 |
1605 | 2024-02-14T22:26:27.936Z | Compiling toml v0.8.9 |
1606 | 2024-02-14T22:26:28.561Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1607 | 2024-02-14T22:26:28.736Z | Compiling serde_path_to_error v0.1.15 |
1608 | 2024-02-14T22:26:29.002Z | Compiling darling_macro v0.20.3 |
1609 | 2024-02-14T22:26:29.024Z | Compiling structmeta-derive v0.3.0 |
1610 | 2024-02-14T22:26:29.576Z | Compiling strum v0.25.0 |
1611 | 2024-02-14T22:26:29.752Z | Compiling backoff v0.4.0 |
1612 | 2024-02-14T22:26:29.813Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1613 | 2024-02-14T22:26:30.119Z | Compiling tokio-rustls v0.25.0 |
1614 | 2024-02-14T22:26:30.138Z | Compiling darling v0.20.3 |
1615 | 2024-02-14T22:26:30.266Z | Compiling serde_with_macros v3.6.0 |
1616 | 2024-02-14T22:26:30.557Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2024-02-14T22:26:30.624Z | Compiling macaddr v1.0.1 |
1618 | 2024-02-14T22:26:30.737Z | Compiling proc-macro-error-attr v1.0.4 |
1619 | 2024-02-14T22:26:30.946Z | Compiling proc-macro-crate v1.3.1 |
1620 | 2024-02-14T22:26:31.089Z | Compiling proc-macro-error v1.0.4 |
1621 | 2024-02-14T22:26:31.141Z | Compiling heapless v0.8.0 |
1622 | 2024-02-14T22:26:32.061Z | Compiling hash32 v0.3.1 |
1623 | 2024-02-14T22:26:32.084Z | Compiling num_enum_derive v0.5.11 |
1624 | 2024-02-14T22:26:32.285Z | Compiling rayon-core v1.12.0 |
1625 | 2024-02-14T22:26:32.330Z | Compiling structmeta v0.3.0 |
1626 | 2024-02-14T22:26:32.511Z | Compiling smoltcp v0.11.0 |
1627 | 2024-02-14T22:26:32.621Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1628 | 2024-02-14T22:26:32.768Z | Compiling parse-display-derive v0.9.0 |
1629 | 2024-02-14T22:26:33.634Z | Compiling serde_with v3.6.0 |
1630 | 2024-02-14T22:26:33.919Z | Compiling crossbeam-deque v0.8.3 |
1631 | 2024-02-14T22:26:34.278Z | Compiling cobs v0.2.3 |
1632 | 2024-02-14T22:26:34.504Z | Compiling embedded-io v0.4.0 |
1633 | 2024-02-14T22:26:34.608Z | Compiling fastrand v2.0.1 |
1634 | 2024-02-14T22:26:34.751Z | Compiling same-file v1.0.6 |
1635 | 2024-02-14T22:26:34.976Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2024-02-14T22:26:35.104Z | Compiling num_enum v0.5.11 |
1637 | 2024-02-14T22:26:35.261Z | Compiling tempfile v3.10.0 |
1638 | 2024-02-14T22:26:35.330Z | Compiling walkdir v2.4.0 |
1639 | 2024-02-14T22:26:36.147Z | Compiling postcard v1.0.8 |
1640 | 2024-02-14T22:26:36.702Z | Compiling semver-parser v0.10.2 |
1641 | 2024-02-14T22:26:37.031Z | Compiling foreign-types-macros v0.2.3 |
1642 | 2024-02-14T22:26:37.847Z | Compiling parse-display v0.9.0 |
1643 | 2024-02-14T22:26:37.988Z | Compiling blake3 v1.5.0 |
1644 | 2024-02-14T22:26:38.308Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1645 | 2024-02-14T22:26:38.401Z | Compiling foreign-types-shared v0.3.1 |
1646 | 2024-02-14T22:26:38.532Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1647 | 2024-02-14T22:26:38.556Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1648 | 2024-02-14T22:26:38.636Z | Compiling crucible-workspace-hack v0.1.0 |
1649 | 2024-02-14T22:26:38.810Z | Compiling foreign-types v0.5.0 |
1650 | 2024-02-14T22:26:38.888Z | Compiling semver v0.11.0 |
1651 | 2024-02-14T22:26:38.923Z | Compiling rayon v1.8.0 |
1652 | 2024-02-14T22:26:39.162Z | Compiling is-terminal v0.4.9 |
1653 | 2024-02-14T22:26:39.211Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1654 | 2024-02-14T22:26:39.297Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1655 | 2024-02-14T22:26:39.672Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1656 | 2024-02-14T22:26:39.700Z | Compiling cstr-argument v0.1.2 |
1657 | 2024-02-14T22:26:40.077Z | Compiling memmap2 v0.7.1 |
1658 | 2024-02-14T22:26:40.088Z | Compiling xattr v1.0.1 |
1659 | 2024-02-14T22:26:40.088Z | Compiling filetime v0.2.23 |
1660 | 2024-02-14T22:26:40.252Z | Compiling arrayref v0.3.7 |
1661 | 2024-02-14T22:26:40.337Z | Compiling arrayvec v0.7.4 |
1662 | 2024-02-14T22:26:40.360Z | Compiling pretty-hex v0.2.1 |
1663 | 2024-02-14T22:26:40.364Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1664 | 2024-02-14T22:26:40.403Z | Compiling constant_time_eq v0.3.0 |
1665 | 2024-02-14T22:26:40.541Z | Compiling home v0.5.5 |
1666 | 2024-02-14T22:26:40.610Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1667 | 2024-02-14T22:26:40.733Z | Compiling toolchain_find v0.2.0 |
1668 | 2024-02-14T22:26:40.781Z | Compiling tar v0.4.40 |
1669 | 2024-02-14T22:26:40.963Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1670 | 2024-02-14T22:26:40.986Z | Compiling camino-tempfile v1.1.1 |
1671 | 2024-02-14T22:26:41.440Z | Compiling colored v2.0.4 |
1672 | 2024-02-14T22:26:41.557Z | Compiling toml v0.5.11 |
1673 | 2024-02-14T22:26:41.606Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1674 | 2024-02-14T22:26:41.933Z | Compiling topological-sort v0.2.2 |
1675 | 2024-02-14T22:26:42.365Z | Compiling platforms v3.0.2 |
1676 | 2024-02-14T22:26:42.368Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1677 | 2024-02-14T22:26:42.368Z | Compiling zone_cfg_derive v0.3.0 |
1678 | 2024-02-14T22:26:42.648Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1679 | 2024-02-14T22:26:42.974Z | Compiling textwrap v0.11.0 |
1680 | 2024-02-14T22:26:43.593Z | Compiling rustfmt-wrapper v0.2.0 |
1681 | 2024-02-14T22:26:43.603Z | Compiling heck v0.3.3 |
1682 | 2024-02-14T22:26:43.997Z | Compiling omicron-zone-package v0.11.0 |
1683 | 2024-02-14T22:26:44.119Z | Compiling num-derive v0.4.0 |
1684 | 2024-02-14T22:26:44.214Z | Compiling vec_map v0.8.2 |
1685 | 2024-02-14T22:26:44.528Z | Compiling strsim v0.8.0 |
1686 | 2024-02-14T22:26:44.879Z | Compiling ansi_term v0.12.1 |
1687 | 2024-02-14T22:26:45.214Z | Compiling libefi-sys v0.1.0 |
1688 | 2024-02-14T22:26:45.411Z | Compiling clap v2.34.0 |
1689 | 2024-02-14T22:26:45.452Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1690 | 2024-02-14T22:26:45.572Z | Compiling structopt-derive v0.4.18 |
1691 | 2024-02-14T22:26:45.801Z | Compiling zone v0.3.0 |
1692 | 2024-02-14T22:26:46.151Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1693 | 2024-02-14T22:26:46.572Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1694 | 2024-02-14T22:26:46.575Z | Compiling smf v0.2.2 |
1695 | 2024-02-14T22:26:47.097Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1696 | 2024-02-14T22:26:47.454Z | Compiling unicase v2.7.0 |
1697 | 2024-02-14T22:26:47.510Z | Compiling semver v0.1.20 |
1698 | 2024-02-14T22:26:48.098Z | Compiling curve25519-dalek v4.1.1 |
1699 | 2024-02-14T22:26:48.099Z | Compiling rustc_version v0.1.7 |
1700 | 2024-02-14T22:26:48.216Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1701 | 2024-02-14T22:26:48.349Z | Compiling universal-hash v0.5.1 |
1702 | 2024-02-14T22:26:48.411Z | Compiling opaque-debug v0.3.0 |
1703 | 2024-02-14T22:26:48.568Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1704 | 2024-02-14T22:26:48.592Z | Compiling newtype_derive v0.1.6 |
1705 | 2024-02-14T22:26:48.626Z | Compiling curve25519-dalek-derive v0.1.0 |
1706 | 2024-02-14T22:26:48.813Z | Compiling gethostname v0.4.3 |
1707 | 2024-02-14T22:26:48.895Z | Compiling structopt v0.3.26 |
1708 | 2024-02-14T22:26:48.920Z | Compiling num-rational v0.4.1 |
1709 | 2024-02-14T22:26:48.940Z | Compiling getrandom v0.1.16 |
1710 | 2024-02-14T22:26:50.729Z | Compiling usdt-attr-macro v0.5.0 |
1711 | 2024-02-14T22:26:50.772Z | Compiling usdt-macro v0.5.0 |
1712 | 2024-02-14T22:26:50.772Z | Compiling password-hash v0.5.0 |
1713 | 2024-02-14T22:26:50.772Z | Compiling blake2 v0.10.6 |
1714 | 2024-02-14T22:26:50.772Z | Compiling signature v2.1.0 |
1715 | 2024-02-14T22:26:50.772Z | Compiling memmap v0.7.0 |
1716 | 2024-02-14T22:26:50.891Z | Compiling parking_lot_core v0.8.6 |
1717 | 2024-02-14T22:26:51.007Z | Compiling quick-error v1.2.3 |
1718 | 2024-02-14T22:26:51.030Z | Compiling linked-hash-map v0.5.6 |
1719 | 2024-02-14T22:26:51.142Z | Compiling usdt v0.5.0 |
1720 | 2024-02-14T22:26:51.164Z | Compiling resolv-conf v0.7.0 |
1721 | 2024-02-14T22:26:51.201Z | Compiling argon2 v0.5.3 |
1722 | 2024-02-14T22:26:51.417Z | Compiling lru-cache v0.1.2 |
1723 | 2024-02-14T22:26:52.009Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1724 | 2024-02-14T22:26:52.061Z | Compiling aead v0.5.2 |
1725 | 2024-02-14T22:26:52.083Z | Compiling num-complex v0.4.4 |
1726 | 2024-02-14T22:26:52.412Z | Compiling nibble_vec v0.1.0 |
1727 | 2024-02-14T22:26:52.626Z | Compiling slog-dtrace v0.3.0 |
1728 | 2024-02-14T22:26:52.970Z | Compiling keccak v0.1.4 |
1729 | 2024-02-14T22:26:53.246Z | Compiling arc-swap v1.6.0 |
1730 | 2024-02-14T22:26:53.457Z | Compiling utf-8 v0.7.6 |
1731 | 2024-02-14T22:26:53.823Z | Compiling endian-type v0.1.2 |
1732 | 2024-02-14T22:26:53.932Z | Compiling cancel-safe-futures v0.1.5 |
1733 | 2024-02-14T22:26:53.992Z | Compiling winapi v0.3.9 |
1734 | 2024-02-14T22:26:54.038Z | Compiling radix_trie v0.2.1 |
1735 | 2024-02-14T22:26:54.331Z | Compiling slog-scope v4.4.0 |
1736 | 2024-02-14T22:26:54.614Z | Compiling tungstenite v0.20.1 |
1737 | 2024-02-14T22:26:54.654Z | Compiling sha3 v0.10.8 |
1738 | 2024-02-14T22:26:55.670Z | Compiling num v0.4.1 |
1739 | 2024-02-14T22:26:55.709Z | Compiling mime_guess v2.0.4 |
1740 | 2024-02-14T22:26:55.709Z | Compiling steno v0.4.0 |
1741 | 2024-02-14T22:26:55.709Z | Compiling rand_core v0.5.1 |
1742 | 2024-02-14T22:26:55.709Z | Compiling trust-dns-resolver v0.22.0 |
1743 | 2024-02-14T22:26:56.281Z | Compiling poly1305 v0.8.0 |
1744 | 2024-02-14T22:26:56.540Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1745 | 2024-02-14T22:26:56.831Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1746 | 2024-02-14T22:26:57.741Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1747 | 2024-02-14T22:26:58.040Z | Compiling chacha20 v0.9.1 |
1748 | 2024-02-14T22:26:58.189Z | Compiling rfc6979 v0.4.0 |
1749 | 2024-02-14T22:26:58.392Z | Compiling secrecy v0.8.0 |
1750 | 2024-02-14T22:26:58.523Z | Compiling thiserror-impl-no-std v2.0.2 |
1751 | 2024-02-14T22:26:58.673Z | Compiling half v2.3.1 |
1752 | 2024-02-14T22:26:59.158Z | Compiling ciborium-io v0.2.2 |
1753 | 2024-02-14T22:26:59.240Z | Compiling option-ext v0.2.0 |
1754 | 2024-02-14T22:26:59.292Z | Compiling convert_case v0.4.0 |
1755 | 2024-02-14T22:26:59.370Z | Compiling dirs-sys v0.4.1 |
1756 | 2024-02-14T22:27:00.023Z | Compiling ciborium-ll v0.2.2 |
1757 | 2024-02-14T22:27:00.227Z | Compiling derive_more v0.99.17 |
1758 | 2024-02-14T22:27:00.365Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2024-02-14T22:27:00.472Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1760 | 2024-02-14T22:27:01.592Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1761 | 2024-02-14T22:27:02.015Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1762 | 2024-02-14T22:27:02.173Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1763 | 2024-02-14T22:27:02.571Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1764 | 2024-02-14T22:27:02.595Z | Compiling thiserror-no-std v2.0.2 |
1765 | 2024-02-14T22:27:02.729Z | Compiling ecdsa v0.16.9 |
1766 | 2024-02-14T22:27:03.226Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1767 | 2024-02-14T22:27:03.668Z | Compiling parking_lot v0.11.2 |
1768 | 2024-02-14T22:27:03.709Z | Compiling tokio-tungstenite v0.20.1 |
1769 | 2024-02-14T22:27:03.963Z | Compiling rand_chacha v0.2.2 |
1770 | 2024-02-14T22:27:04.730Z | Compiling slog-stdlog v4.1.1 |
1771 | 2024-02-14T22:27:04.982Z | Compiling trust-dns-client v0.22.0 |
1772 | 2024-02-14T22:27:05.811Z | Compiling ed25519 v2.2.2 |
1773 | 2024-02-14T22:27:05.824Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1774 | 2024-02-14T22:27:05.824Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1775 | 2024-02-14T22:27:06.029Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1776 | 2024-02-14T22:27:23.119Z | Compiling polyval v0.6.1 |
1777 | 2024-02-14T22:27:23.119Z | Compiling primeorder v0.13.6 |
1778 | 2024-02-14T22:27:23.119Z | Compiling aes v0.8.3 |
1779 | 2024-02-14T22:27:23.119Z | Compiling ctr v0.9.2 |
1780 | 2024-02-14T22:27:23.119Z | Compiling blowfish v0.9.1 |
1781 | 2024-02-14T22:27:23.119Z | Compiling password-hash v0.4.2 |
1782 | 2024-02-14T22:27:23.119Z | Compiling libsw v3.3.1 |
1783 | 2024-02-14T22:27:23.119Z | Compiling pbkdf2 v0.12.2 |
1784 | 2024-02-14T22:27:23.119Z | Compiling derive-where v1.2.7 |
1785 | 2024-02-14T22:27:23.119Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2024-02-14T22:27:23.119Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1787 | 2024-02-14T22:27:23.120Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1788 | 2024-02-14T22:27:23.120Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1789 | 2024-02-14T22:27:23.120Z | Compiling fxhash v0.2.1 |
1790 | 2024-02-14T22:27:23.120Z | Compiling owo-colors v4.0.0 |
1791 | 2024-02-14T22:27:23.120Z | Compiling swrite v0.1.0 |
1792 | 2024-02-14T22:27:23.177Z | Compiling linear-map v1.2.0 |
1793 | 2024-02-14T22:27:23.177Z | Compiling sled v0.34.7 |
1794 | 2024-02-14T22:27:23.177Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1795 | 2024-02-14T22:27:23.177Z | Compiling trust-dns-server v0.22.1 |
1796 | 2024-02-14T22:27:23.178Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1797 | 2024-02-14T22:27:23.178Z | Compiling bcrypt-pbkdf v0.10.0 |
1798 | 2024-02-14T22:27:23.178Z | Compiling pbkdf2 v0.11.0 |
1799 | 2024-02-14T22:27:23.361Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1800 | 2024-02-14T22:27:23.426Z | Compiling p256 v0.13.2 |
1801 | 2024-02-14T22:27:23.645Z | Compiling ghash v0.5.0 |
1802 | 2024-02-14T22:27:23.706Z | Compiling ed25519-dalek v2.0.0 |
1803 | 2024-02-14T22:27:23.848Z | Compiling slog-envlogger v2.2.0 |
1804 | 2024-02-14T22:27:24.615Z | Compiling russh-cryptovec v0.7.0 |
1805 | 2024-02-14T22:27:24.746Z | Compiling rand v0.7.3 |
1806 | 2024-02-14T22:27:24.816Z | Compiling vsss-rs v3.3.4 |
1807 | 2024-02-14T22:27:24.898Z | Compiling ciborium v0.2.2 |
1808 | 2024-02-14T22:27:25.625Z | Compiling dirs v5.0.1 |
1809 | 2024-02-14T22:27:29.609Z | Compiling chacha20poly1305 v0.10.1 |
1810 | 2024-02-14T22:27:29.687Z | Compiling cbc v0.1.2 |
1811 | 2024-02-14T22:27:29.687Z | Compiling pem v3.0.2 |
1812 | 2024-02-14T22:27:29.688Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1813 | 2024-02-14T22:27:29.688Z | Compiling headers-core v0.2.0 |
1814 | 2024-02-14T22:27:29.688Z | Compiling kstat-rs v0.2.3 |
1815 | 2024-02-14T22:27:29.688Z | Compiling glob v0.3.1 |
1816 | 2024-02-14T22:27:29.688Z | Compiling md5 v0.7.0 |
1817 | 2024-02-14T22:27:29.773Z | Compiling http-range v0.1.5 |
1818 | 2024-02-14T22:27:29.774Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1819 | 2024-02-14T22:27:29.774Z | Compiling hyper-staticfile v0.9.5 |
1820 | 2024-02-14T22:27:29.774Z | Compiling russh-keys v0.40.1 |
1821 | 2024-02-14T22:27:29.774Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1822 | 2024-02-14T22:27:29.774Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1823 | 2024-02-14T22:27:30.682Z | Compiling headers v0.3.9 |
1824 | 2024-02-14T22:27:31.626Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1825 | 2024-02-14T22:27:31.646Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1826 | 2024-02-14T22:27:32.857Z | Compiling rcgen v0.12.1 |
1827 | 2024-02-14T22:27:33.732Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1828 | 2024-02-14T22:27:33.997Z | Compiling aes-gcm v0.10.3 |
1829 | 2024-02-14T22:27:36.686Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1830 | 2024-02-14T22:27:38.579Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1831 | 2024-02-14T22:27:38.591Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1832 | 2024-02-14T22:27:40.855Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1833 | 2024-02-14T22:27:41.997Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1834 | 2024-02-14T22:27:42.629Z | Compiling atomicwrites v0.4.3 |
1835 | 2024-02-14T22:27:42.662Z | Compiling itertools v0.12.1 |
1836 | 2024-02-14T22:27:42.984Z | Compiling subprocess v0.2.9 |
1837 | 2024-02-14T22:27:44.333Z | Compiling display-error-chain v0.2.0 |
1838 | 2024-02-14T22:27:44.523Z | Compiling hex-literal v0.4.1 |
1839 | 2024-02-14T22:27:44.791Z | Compiling russh v0.40.2 |
1840 | 2024-02-14T22:27:47.878Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1841 | 2024-02-14T22:27:48.017Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1842 | 2024-02-14T22:27:54.314Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1843 | 2024-02-14T22:27:54.829Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1844 | 2024-02-14T22:28:15.354Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1845 | 2024-02-14T22:29:13.153Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 42s |
1846 | 2024-02-14T22:29:13.483Z | |
1847 | 2024-02-14T22:29:13.484Z | real 5:42.906225847 |
1848 | 2024-02-14T22:29:13.484Z | user 29:12.738826669 |
1849 | 2024-02-14T22:29:13.488Z | sys 5:38.857305914 |
1850 | 2024-02-14T22:29:13.488Z | trap 0.831095399 |
1851 | 2024-02-14T22:29:13.488Z | tflt 7.605519788 |
1852 | 2024-02-14T22:29:13.488Z | dflt 5.276786394 |
1853 | 2024-02-14T22:29:13.488Z | kflt 0.094188564 |
1854 | 2024-02-14T22:29:13.488Z | lock 54:15.555866625 |
1855 | 2024-02-14T22:29:13.488Z | slp 1:25:42.537808662 |
1856 | 2024-02-14T22:29:13.488Z | lat 1:39.244367178 |
1857 | 2024-02-14T22:29:13.488Z | stop 4:27.985949374 |
1858 | 2024-02-14T22:29:13.488Z | + mkdir -p /work/end-to-end-tests |
1859 | 2024-02-14T22:29:13.488Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1860 | 2024-02-14T22:29:14.232Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1861 | 2024-02-14T22:29:14.232Z | + ptime -m gzip |
1862 | 2024-02-14T22:29:14.236Z | ++ basename target/debug/bootstrap |
1863 | 2024-02-14T22:29:27.451Z | |
1864 | 2024-02-14T22:29:27.454Z | real 13.213314397 |
1865 | 2024-02-14T22:29:27.454Z | user 13.112670400 |
1866 | 2024-02-14T22:29:27.454Z | sys 0.091048978 |
1867 | 2024-02-14T22:29:27.454Z | trap 0.002729347 |
1868 | 2024-02-14T22:29:27.454Z | tflt 0.000000000 |
1869 | 2024-02-14T22:29:27.454Z | dflt 0.000000000 |
1870 | 2024-02-14T22:29:27.454Z | kflt 0.000000000 |
1871 | 2024-02-14T22:29:27.454Z | lock 0.000000000 |
1872 | 2024-02-14T22:29:27.454Z | slp 0.000000000 |
1873 | 2024-02-14T22:29:27.454Z | lat 0.006475486 |
1874 | 2024-02-14T22:29:27.455Z | stop 0.000170152 |
1875 | 2024-02-14T22:29:27.455Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1876 | 2024-02-14T22:29:27.455Z | + ptime -m gzip |
1877 | 2024-02-14T22:29:27.455Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-814497ffe476019b |
1878 | 2024-02-14T22:29:28.755Z | |
1879 | 2024-02-14T22:29:28.756Z | real 1.287227158 |
1880 | 2024-02-14T22:29:28.756Z | user 1.276056042 |
1881 | 2024-02-14T22:29:28.756Z | sys 0.010574853 |
1882 | 2024-02-14T22:29:28.756Z | trap 0.000089306 |
1883 | 2024-02-14T22:29:28.775Z | tflt 0.000000000 |
1884 | 2024-02-14T22:29:28.776Z | dflt 0.000000000 |
1885 | 2024-02-14T22:29:28.776Z | kflt 0.000000000 |
1886 | 2024-02-14T22:29:28.777Z | lock 0.000000000 |
1887 | 2024-02-14T22:29:28.777Z | slp 0.000000000 |
1888 | 2024-02-14T22:29:28.777Z | lat 0.000117634 |
1889 | 2024-02-14T22:29:28.777Z | stop 0.000168771 |
1890 | 2024-02-14T22:29:28.777Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1891 | 2024-02-14T22:29:28.778Z | + ptime -m gzip |
1892 | 2024-02-14T22:29:28.778Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7c7bf8ffe79eb016 |
1893 | 2024-02-14T22:29:42.325Z | |
1894 | 2024-02-14T22:29:42.325Z | real 13.573204332 |
1895 | 2024-02-14T22:29:42.325Z | user 13.478520668 |
1896 | 2024-02-14T22:29:42.330Z | sys 0.090483860 |
1897 | 2024-02-14T22:29:42.330Z | trap 0.002065360 |
1898 | 2024-02-14T22:29:42.330Z | tflt 0.000000000 |
1899 | 2024-02-14T22:29:42.330Z | dflt 0.000000000 |
1900 | 2024-02-14T22:29:42.330Z | kflt 0.000000000 |
1901 | 2024-02-14T22:29:42.330Z | lock 0.000000000 |
1902 | 2024-02-14T22:29:42.331Z | slp 0.000000000 |
1903 | 2024-02-14T22:29:42.331Z | lat 0.001742488 |
1904 | 2024-02-14T22:29:42.331Z | stop 0.000172342 |
1905 | 2024-02-14T22:29:42.331Z | + banner caboose-util |
1906 | 2024-02-14T22:29:42.331Z | |
1907 | 2024-02-14T22:29:42.331Z | #### ## ##### #### #### #### ###### # # ##### |
1908 | 2024-02-14T22:29:42.331Z | # # # # # # # # # # # # # # # |
1909 | 2024-02-14T22:29:42.331Z | # # # ##### # # # # #### ##### ##### # # # |
1910 | 2024-02-14T22:29:42.331Z | # ###### # # # # # # # # # # # |
1911 | 2024-02-14T22:29:42.332Z | # # # # # # # # # # # # # # # # |
1912 | 2024-02-14T22:29:42.332Z | #### # # ##### #### #### #### ###### #### # |
1913 | 2024-02-14T22:29:42.332Z | |
1914 | 2024-02-14T22:29:42.332Z | + ptime -m cargo build --locked -p caboose-util --release |
1915 | 2024-02-14T22:29:42.738Z | Downloading crates ... |
1916 | 2024-02-14T22:29:43.022Z | Downloaded path-slash v0.1.5 |
1917 | 2024-02-14T22:29:43.027Z | Downloaded radium v0.7.0 |
1918 | 2024-02-14T22:29:43.027Z | Downloaded termcolor v1.2.0 |
1919 | 2024-02-14T22:29:43.446Z | Downloaded crc v3.0.1 |
1920 | 2024-02-14T22:29:43.447Z | Downloaded serde-hex v0.1.0 |
1921 | 2024-02-14T22:29:43.463Z | Downloaded env_logger v0.10.0 |
1922 | 2024-02-14T22:29:43.463Z | Downloaded tap v1.0.1 |
1923 | 2024-02-14T22:29:43.463Z | Downloaded array-init v0.0.4 |
1924 | 2024-02-14T22:29:43.463Z | Downloaded wyz v0.5.1 |
1925 | 2024-02-14T22:29:43.463Z | Downloaded nodrop v0.1.14 |
1926 | 2024-02-14T22:29:43.463Z | Downloaded packed_struct v0.10.1 |
1927 | 2024-02-14T22:29:43.463Z | Downloaded packed_struct_codegen v0.10.1 |
1928 | 2024-02-14T22:29:43.463Z | Downloaded smallvec v0.6.14 |
1929 | 2024-02-14T22:29:43.464Z | Downloaded pkcs1 v0.7.5 |
1930 | 2024-02-14T22:29:43.464Z | Downloaded rsa v0.9.2 |
1931 | 2024-02-14T22:29:43.464Z | Downloaded ron v0.8.1 |
1932 | 2024-02-14T22:29:43.464Z | Downloaded x509-cert v0.2.4 |
1933 | 2024-02-14T22:29:43.464Z | Downloaded num-bigint-dig v0.8.4 |
1934 | 2024-02-14T22:29:43.465Z | Downloaded maybe-uninit v2.0.0 |
1935 | 2024-02-14T22:29:43.465Z | Downloaded crc-catalog v2.2.0 |
1936 | 2024-02-14T22:29:43.465Z | Downloaded funty v2.0.0 |
1937 | 2024-02-14T22:29:43.465Z | Downloaded crc-any v2.4.3 |
1938 | 2024-02-14T22:29:43.465Z | Downloaded bitfield v0.14.0 |
1939 | 2024-02-14T22:29:43.465Z | Downloaded bitvec v1.0.1 |
1940 | 2024-02-14T22:29:43.465Z | Downloaded object v0.30.4 |
1941 | 2024-02-14T22:29:43.465Z | Compiling proc-macro2 v1.0.78 |
1942 | 2024-02-14T22:29:43.465Z | Compiling unicode-ident v1.0.12 |
1943 | 2024-02-14T22:29:43.465Z | Compiling libc v0.2.153 |
1944 | 2024-02-14T22:29:43.465Z | Compiling serde v1.0.196 |
1945 | 2024-02-14T22:29:43.466Z | Compiling autocfg v1.1.0 |
1946 | 2024-02-14T22:29:43.466Z | Compiling version_check v0.9.4 |
1947 | 2024-02-14T22:29:43.466Z | Compiling cfg-if v1.0.0 |
1948 | 2024-02-14T22:29:43.466Z | Compiling once_cell v1.19.0 |
1949 | 2024-02-14T22:29:43.466Z | Compiling typenum v1.16.0 |
1950 | 2024-02-14T22:29:43.759Z | Compiling parking_lot_core v0.9.8 |
1951 | 2024-02-14T22:29:43.779Z | Compiling memchr v2.6.3 |
1952 | 2024-02-14T22:29:43.790Z | Compiling syn v1.0.109 |
1953 | 2024-02-14T22:29:43.893Z | Compiling generic-array v0.14.7 |
1954 | 2024-02-14T22:29:44.176Z | Compiling lock_api v0.4.10 |
1955 | 2024-02-14T22:29:44.207Z | Compiling byteorder v1.5.0 |
1956 | 2024-02-14T22:29:44.297Z | Compiling libm v0.2.7 |
1957 | 2024-02-14T22:29:44.491Z | Compiling num-traits v0.2.16 |
1958 | 2024-02-14T22:29:44.642Z | Compiling quote v1.0.35 |
1959 | 2024-02-14T22:29:44.693Z | Compiling ahash v0.8.7 |
1960 | 2024-02-14T22:29:44.809Z | Compiling thiserror v1.0.56 |
1961 | 2024-02-14T22:29:45.010Z | Compiling syn v2.0.48 |
1962 | 2024-02-14T22:29:45.257Z | Compiling cc v1.0.83 |
1963 | 2024-02-14T22:29:45.275Z | Compiling getrandom v0.2.10 |
1964 | 2024-02-14T22:29:45.491Z | Compiling pkg-config v0.3.27 |
1965 | 2024-02-14T22:29:45.657Z | Compiling serde_json v1.0.113 |
1966 | 2024-02-14T22:29:45.680Z | Compiling scopeguard v1.2.0 |
1967 | 2024-02-14T22:29:46.435Z | Compiling slab v0.4.9 |
1968 | 2024-02-14T22:29:46.464Z | Compiling log v0.4.20 |
1969 | 2024-02-14T22:29:46.538Z | Compiling itoa v1.0.9 |
1970 | 2024-02-14T22:29:46.817Z | Compiling rand_core v0.6.4 |
1971 | 2024-02-14T22:29:47.532Z | Compiling smallvec v1.13.1 |
1972 | 2024-02-14T22:29:47.550Z | Compiling vcpkg v0.2.15 |
1973 | 2024-02-14T22:29:47.933Z | Compiling const-oid v0.9.5 |
1974 | 2024-02-14T22:29:48.294Z | Compiling pin-project-lite v0.2.13 |
1975 | 2024-02-14T22:29:48.745Z | Compiling parking_lot v0.12.1 |
1976 | 2024-02-14T22:29:49.061Z | Compiling ring v0.17.7 |
1977 | 2024-02-14T22:29:49.163Z | Compiling openssl-sys v0.9.96 |
1978 | 2024-02-14T22:29:49.598Z | Compiling ucd-trie v0.1.6 |
1979 | 2024-02-14T22:29:50.093Z | Compiling ryu v1.0.15 |
1980 | 2024-02-14T22:29:50.093Z | Compiling signal-hook-registry v1.4.1 |
1981 | 2024-02-14T22:29:50.118Z | Compiling io-lifetimes v1.0.11 |
1982 | 2024-02-14T22:29:50.181Z | Compiling subtle v2.5.0 |
1983 | 2024-02-14T22:29:50.531Z | Compiling ring v0.16.20 |
1984 | 2024-02-14T22:29:50.616Z | Compiling mio v0.8.9 |
1985 | 2024-02-14T22:29:50.780Z | Compiling num-integer v0.1.45 |
1986 | 2024-02-14T22:29:51.104Z | Compiling futures-core v0.3.30 |
1987 | 2024-02-14T22:29:51.330Z | Compiling semver v1.0.21 |
1988 | 2024-02-14T22:29:52.372Z | Compiling rustix v0.37.23 |
1989 | 2024-02-14T22:29:52.716Z | Compiling spin v0.5.2 |
1990 | 2024-02-14T22:29:52.959Z | Compiling socket2 v0.5.5 |
1991 | 2024-02-14T22:29:53.305Z | Compiling num_cpus v1.16.0 |
1992 | 2024-02-14T22:29:53.423Z | Compiling heck v0.4.1 |
1993 | 2024-02-14T22:29:53.606Z | Compiling httparse v1.8.0 |
1994 | 2024-02-14T22:29:53.796Z | Compiling openssl v0.10.60 |
1995 | 2024-02-14T22:29:53.832Z | Compiling futures-sink v0.3.30 |
1996 | 2024-02-14T22:29:53.985Z | Compiling allocator-api2 v0.2.16 |
1997 | 2024-02-14T22:29:54.020Z | Compiling unicode-xid v0.2.4 |
1998 | 2024-02-14T22:29:54.217Z | Compiling synstructure v0.12.6 |
1999 | 2024-02-14T22:29:55.110Z | Compiling tinyvec_macros v0.1.1 |
2000 | 2024-02-14T22:29:55.134Z | Compiling equivalent v1.0.1 |
2001 | 2024-02-14T22:29:55.135Z | Compiling tinyvec v1.6.0 |
2002 | 2024-02-14T22:29:55.135Z | Compiling futures-channel v0.3.30 |
2003 | 2024-02-14T22:29:55.345Z | Compiling futures-io v0.3.30 |
2004 | 2024-02-14T22:29:55.452Z | Compiling native-tls v0.2.11 |
2005 | 2024-02-14T22:29:55.603Z | Compiling rustls v0.21.9 |
2006 | 2024-02-14T22:29:55.615Z | Compiling ppv-lite86 v0.2.17 |
2007 | 2024-02-14T22:29:55.709Z | Compiling pin-utils v0.1.0 |
2008 | 2024-02-14T22:29:55.788Z | Compiling futures-task v0.3.30 |
2009 | 2024-02-14T22:29:55.887Z | Compiling crc32fast v1.3.2 |
2010 | 2024-02-14T22:29:55.906Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2011 | 2024-02-14T22:29:56.207Z | Compiling spin v0.9.8 |
2012 | 2024-02-14T22:29:56.342Z | Compiling unicode-normalization v0.1.22 |
2013 | 2024-02-14T22:29:56.357Z | Compiling rand_chacha v0.3.1 |
2014 | 2024-02-14T22:29:56.416Z | Compiling tracing-core v0.1.31 |
2015 | 2024-02-14T22:29:56.425Z | Compiling unicode-bidi v0.3.13 |
2016 | 2024-02-14T22:29:56.610Z | Compiling base64ct v1.6.0 |
2017 | 2024-02-14T22:29:57.427Z | Compiling pem-rfc7468 v0.7.0 |
2018 | 2024-02-14T22:29:57.438Z | Compiling rand v0.8.5 |
2019 | 2024-02-14T22:29:58.066Z | Compiling errno v0.3.8 |
2020 | 2024-02-14T22:29:58.520Z | Compiling num-iter v0.1.43 |
2021 | 2024-02-14T22:29:58.523Z | Compiling usdt-impl v0.3.5 |
2022 | 2024-02-14T22:29:58.523Z | Compiling serde_derive v1.0.196 |
2023 | 2024-02-14T22:29:58.523Z | Compiling zeroize_derive v1.4.2 |
2024 | 2024-02-14T22:29:58.523Z | Compiling zerocopy-derive v0.7.32 |
2025 | 2024-02-14T22:29:58.649Z | Compiling thiserror-impl v1.0.56 |
2026 | 2024-02-14T22:29:58.662Z | Compiling tokio-macros v2.2.0 |
2027 | 2024-02-14T22:29:59.057Z | Compiling futures-macro v0.3.30 |
2028 | 2024-02-14T22:29:59.198Z | Compiling tracing-attributes v0.1.26 |
2029 | 2024-02-14T22:29:59.517Z | Compiling der_derive v0.7.2 |
2030 | 2024-02-14T22:29:59.917Z | Compiling zeroize v1.7.0 |
2031 | 2024-02-14T22:30:00.582Z | Compiling zerocopy v0.7.32 |
2032 | 2024-02-14T22:30:01.540Z | Compiling pest v2.7.6 |
2033 | 2024-02-14T22:30:01.891Z | Compiling crypto-common v0.1.6 |
2034 | 2024-02-14T22:30:01.905Z | Compiling block-buffer v0.10.4 |
2035 | 2024-02-14T22:30:02.100Z | Compiling digest v0.10.7 |
2036 | 2024-02-14T22:30:02.151Z | Compiling zerocopy-derive v0.2.0 |
2037 | 2024-02-14T22:30:02.570Z | Compiling openssl-macros v0.1.1 |
2038 | 2024-02-14T22:30:03.140Z | Compiling futures-util v0.3.30 |
2039 | 2024-02-14T22:30:03.156Z | Compiling tracing v0.1.37 |
2040 | 2024-02-14T22:30:03.157Z | Compiling hashbrown v0.14.2 |
2041 | 2024-02-14T22:30:03.631Z | Compiling zerocopy-derive v0.6.4 |
2042 | 2024-02-14T22:30:03.631Z | Compiling scroll_derive v0.12.0 |
2043 | 2024-02-14T22:30:03.906Z | Compiling pest_meta v2.7.6 |
2044 | 2024-02-14T22:30:04.237Z | Compiling rustix v0.38.31 |
2045 | 2024-02-14T22:30:04.705Z | Compiling flagset v0.4.3 |
2046 | 2024-02-14T22:30:04.786Z | Compiling signal-hook v0.3.17 |
2047 | 2024-02-14T22:30:04.922Z | Compiling schemars v0.8.16 |
2048 | 2024-02-14T22:30:05.099Z | Compiling der v0.7.8 |
2049 | 2024-02-14T22:30:05.134Z | Compiling pest_generator v2.7.6 |
2050 | 2024-02-14T22:30:06.745Z | Compiling serde_derive_internals v0.26.0 |
2051 | 2024-02-14T22:30:08.081Z | Compiling pest_derive v2.7.6 |
2052 | 2024-02-14T22:30:09.292Z | Compiling fnv v1.0.7 |
2053 | 2024-02-14T22:30:09.421Z | Compiling bitflags v1.3.2 |
2054 | 2024-02-14T22:30:09.523Z | Compiling schemars_derive v0.8.16 |
2055 | 2024-02-14T22:30:09.750Z | Compiling spki v0.7.2 |
2056 | 2024-02-14T22:30:11.781Z | Compiling zerocopy v0.3.0 |
2057 | 2024-02-14T22:30:12.490Z | Compiling bytes v1.5.0 |
2058 | 2024-02-14T22:30:12.656Z | Compiling indexmap v2.2.2 |
2059 | 2024-02-14T22:30:12.776Z | Compiling bitflags v2.4.0 |
2060 | 2024-02-14T22:30:12.847Z | Compiling uuid v1.7.0 |
2061 | 2024-02-14T22:30:13.593Z | Compiling tokio v1.36.0 |
2062 | 2024-02-14T22:30:13.664Z | Compiling rustc_version v0.4.0 |
2063 | 2024-02-14T22:30:14.159Z | Compiling http v0.2.11 |
2064 | 2024-02-14T22:30:14.259Z | Compiling heapless v0.7.16 |
2065 | 2024-02-14T22:30:14.702Z | Compiling lazy_static v1.4.0 |
2066 | 2024-02-14T22:30:15.431Z | Compiling backtrace v0.3.69 |
2067 | 2024-02-14T22:30:15.477Z | Compiling thread-id v4.2.0 |
2068 | 2024-02-14T22:30:15.575Z | Compiling memoffset v0.9.0 |
2069 | 2024-02-14T22:30:15.869Z | Compiling num-bigint v0.4.4 |
2070 | 2024-02-14T22:30:15.919Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2071 | 2024-02-14T22:30:16.352Z | Compiling crossbeam-utils v0.8.16 |
2072 | 2024-02-14T22:30:16.657Z | Compiling foreign-types-shared v0.1.1 |
2073 | 2024-02-14T22:30:16.779Z | Compiling percent-encoding v2.3.1 |
2074 | 2024-02-14T22:30:16.848Z | Compiling base64 v0.21.7 |
2075 | 2024-02-14T22:30:16.855Z | Compiling untrusted v0.9.0 |
2076 | 2024-02-14T22:30:16.932Z | Compiling async-trait v0.1.77 |
2077 | 2024-02-14T22:30:17.018Z | Compiling iana-time-zone v0.1.57 |
2078 | 2024-02-14T22:30:17.102Z | Compiling smoltcp v0.9.1 |
2079 | 2024-02-14T22:30:17.395Z | Compiling untrusted v0.7.1 |
2080 | 2024-02-14T22:30:17.596Z | Compiling chrono v0.4.31 |
2081 | 2024-02-14T22:30:18.845Z | Compiling foreign-types v0.3.2 |
2082 | 2024-02-14T22:30:20.204Z | Compiling dof v0.1.5 |
2083 | 2024-02-14T22:30:21.314Z | Compiling dtrace-parser v0.1.14 |
2084 | 2024-02-14T22:30:21.330Z | Compiling hmac v0.12.1 |
2085 | 2024-02-14T22:30:21.330Z | Compiling clap_derive v4.4.2 |
2086 | 2024-02-14T22:30:21.545Z | Compiling tokio-util v0.7.10 |
2087 | 2024-02-14T22:30:21.733Z | Compiling try-lock v0.2.4 |
2088 | 2024-02-14T22:30:22.550Z | Compiling anstyle v1.0.2 |
2089 | 2024-02-14T22:30:22.609Z | Compiling rustversion v1.0.14 |
2090 | 2024-02-14T22:30:23.113Z | Compiling cpufeatures v0.2.12 |
2091 | 2024-02-14T22:30:23.113Z | Compiling siphasher v0.3.11 |
2092 | 2024-02-14T22:30:23.150Z | Compiling time-core v0.1.1 |
2093 | 2024-02-14T22:30:23.209Z | Compiling utf8parse v0.2.1 |
2094 | 2024-02-14T22:30:23.272Z | Compiling adler v1.0.2 |
2095 | 2024-02-14T22:30:23.319Z | Compiling time-macros v0.2.13 |
2096 | 2024-02-14T22:30:23.429Z | Compiling miniz_oxide v0.7.1 |
2097 | 2024-02-14T22:30:23.472Z | Compiling anstyle-parse v0.2.1 |
2098 | 2024-02-14T22:30:24.784Z | Compiling sha2 v0.10.8 |
2099 | 2024-02-14T22:30:25.527Z | Compiling h2 v0.3.24 |
2100 | 2024-02-14T22:30:27.349Z | Compiling want v0.3.1 |
2101 | 2024-02-14T22:30:29.177Z | Compiling rustls-webpki v0.101.7 |
2102 | 2024-02-14T22:30:29.314Z | Compiling sct v0.7.0 |
2103 | 2024-02-14T22:30:29.788Z | Compiling form_urlencoded v1.2.1 |
2104 | 2024-02-14T22:30:30.064Z | Compiling http-body v0.4.5 |
2105 | 2024-02-14T22:30:30.476Z | Compiling serde_tokenstream v0.1.7 |
2106 | 2024-02-14T22:30:30.976Z | Compiling pkcs8 v0.10.2 |
2107 | 2024-02-14T22:30:31.019Z | Compiling hubpack_derive v0.1.1 |
2108 | 2024-02-14T22:30:31.800Z | Compiling socket2 v0.4.9 |
2109 | 2024-02-14T22:30:31.877Z | Compiling crossbeam-epoch v0.9.15 |
2110 | 2024-02-14T22:30:32.065Z | Compiling usdt-impl v0.5.0 |
2111 | 2024-02-14T22:30:32.303Z | Compiling slog v2.7.0 |
2112 | 2024-02-14T22:30:32.966Z | Compiling openssl-probe v0.1.5 |
2113 | 2024-02-14T22:30:32.970Z | Compiling radium v0.7.0 |
2114 | 2024-02-14T22:30:32.970Z | Compiling colorchoice v1.0.0 |
2115 | 2024-02-14T22:30:33.267Z | Compiling anstyle-query v1.0.0 |
2116 | 2024-02-14T22:30:33.408Z | Compiling tower-service v0.3.2 |
2117 | 2024-02-14T22:30:33.504Z | Compiling anyhow v1.0.75 |
2118 | 2024-02-14T22:30:33.527Z | Compiling httpdate v1.0.3 |
2119 | 2024-02-14T22:30:33.939Z | Compiling hyper v0.14.27 |
2120 | 2024-02-14T22:30:34.766Z | Compiling anstream v0.5.0 |
2121 | 2024-02-14T22:30:38.720Z | Compiling terminal_size v0.2.6 |
2122 | 2024-02-14T22:30:41.884Z | Compiling serde_spanned v0.6.5 |
2123 | 2024-02-14T22:30:42.115Z | Compiling toml_datetime v0.6.5 |
2124 | 2024-02-14T22:30:42.556Z | Compiling zerocopy v0.6.4 |
2125 | 2024-02-14T22:30:42.729Z | Compiling scroll v0.12.0 |
2126 | 2024-02-14T22:30:43.302Z | Compiling md-5 v0.10.5 |
2127 | 2024-02-14T22:30:43.534Z | Compiling idna v0.5.0 |
2128 | 2024-02-14T22:30:43.644Z | Compiling stringprep v0.1.3 |
2129 | 2024-02-14T22:30:43.900Z | Compiling diesel_table_macro_syntax v0.1.0 |
2130 | 2024-02-14T22:30:44.178Z | Compiling hash32 v0.2.1 |
2131 | 2024-02-14T22:30:44.280Z | Compiling aho-corasick v1.0.4 |
2132 | 2024-02-14T22:30:44.356Z | Compiling dyn-clone v1.0.16 |
2133 | 2024-02-14T22:30:44.487Z | Compiling fallible-iterator v0.2.0 |
2134 | 2024-02-14T22:30:44.545Z | Compiling stable_deref_trait v1.2.0 |
2135 | 2024-02-14T22:30:45.067Z | Compiling plain v0.2.3 |
2136 | 2024-02-14T22:30:45.067Z | Compiling regex-syntax v0.8.2 |
2137 | 2024-02-14T22:30:45.067Z | Compiling maybe-uninit v2.0.0 |
2138 | 2024-02-14T22:30:45.067Z | Compiling gimli v0.28.0 |
2139 | 2024-02-14T22:30:45.067Z | Compiling tap v1.0.1 |
2140 | 2024-02-14T22:30:45.067Z | Compiling strsim v0.10.0 |
2141 | 2024-02-14T22:30:45.178Z | Compiling clap_lex v0.5.1 |
2142 | 2024-02-14T22:30:45.237Z | Compiling winnow v0.5.15 |
2143 | 2024-02-14T22:30:45.693Z | Compiling clap_builder v4.4.2 |
2144 | 2024-02-14T22:30:45.709Z | Compiling postgres-protocol v0.6.6 |
2145 | 2024-02-14T22:30:46.549Z | Compiling wyz v0.5.1 |
2146 | 2024-02-14T22:30:46.969Z | Compiling goblin v0.8.0 |
2147 | 2024-02-14T22:30:48.109Z | Compiling url v2.5.0 |
2148 | 2024-02-14T22:30:48.302Z | Compiling regex-automata v0.4.4 |
2149 | 2024-02-14T22:30:49.074Z | Compiling diesel_derives v2.1.2 |
2150 | 2024-02-14T22:30:49.788Z | Compiling addr2line v0.21.0 |
2151 | 2024-02-14T22:30:51.105Z | Compiling tokio-rustls v0.24.1 |
2152 | 2024-02-14T22:30:51.503Z | Compiling strum_macros v0.25.2 |
2153 | 2024-02-14T22:30:55.283Z | Compiling tokio-native-tls v0.3.1 |
2154 | 2024-02-14T22:30:56.140Z | Compiling usdt-macro v0.3.5 |
2155 | 2024-02-14T22:30:56.458Z | Compiling usdt-attr-macro v0.3.5 |
2156 | 2024-02-14T22:30:57.362Z | Compiling phf_shared v0.11.2 |
2157 | 2024-02-14T22:30:57.914Z | Compiling block-padding v0.3.3 |
2158 | 2024-02-14T22:30:57.917Z | Compiling enum-as-inner v0.5.1 |
2159 | 2024-02-14T22:30:58.107Z | Compiling serde_repr v0.1.16 |
2160 | 2024-02-14T22:30:58.644Z | Compiling ff v0.13.0 |
2161 | 2024-02-14T22:30:58.875Z | Compiling scheduled-thread-pool v0.2.7 |
2162 | 2024-02-14T22:30:59.217Z | Compiling object v0.32.1 |
2163 | 2024-02-14T22:30:59.869Z | Compiling managed v0.8.0 |
2164 | 2024-02-14T22:31:00.619Z | Compiling ipnet v2.9.0 |
2165 | 2024-02-14T22:31:00.987Z | Compiling pretty-hex v0.4.1 |
2166 | 2024-02-14T22:31:01.213Z | Compiling deranged v0.3.8 |
2167 | 2024-02-14T22:31:02.331Z | Compiling matches v0.1.10 |
2168 | 2024-02-14T22:31:02.427Z | Compiling num-bigint-dig v0.8.4 |
2169 | 2024-02-14T22:31:03.147Z | Compiling regex-automata v0.1.10 |
2170 | 2024-02-14T22:31:03.245Z | Compiling rustc-demangle v0.1.23 |
2171 | 2024-02-14T22:31:04.164Z | Compiling packed_struct v0.10.1 |
2172 | 2024-02-14T22:31:04.168Z | Compiling num_threads v0.1.6 |
2173 | 2024-02-14T22:31:04.199Z | Compiling base16ct v0.2.0 |
2174 | 2024-02-14T22:31:04.207Z | Compiling bit-vec v0.6.3 |
2175 | 2024-02-14T22:31:04.254Z | Compiling funty v2.0.0 |
2176 | 2024-02-14T22:31:04.487Z | Compiling sec1 v0.7.3 |
2177 | 2024-02-14T22:31:04.636Z | Compiling time v0.3.27 |
2178 | 2024-02-14T22:31:06.136Z | Compiling bitvec v1.0.1 |
2179 | 2024-02-14T22:31:07.320Z | Compiling bstr v0.2.17 |
2180 | 2024-02-14T22:31:08.770Z | Compiling idna v0.2.3 |
2181 | 2024-02-14T22:31:09.555Z | Compiling dof v0.3.0 |
2182 | 2024-02-14T22:31:10.214Z | Compiling r2d2 v0.8.10 |
2183 | 2024-02-14T22:31:10.595Z | Compiling group v0.13.0 |
2184 | 2024-02-14T22:31:10.819Z | Compiling inout v0.1.3 |
2185 | 2024-02-14T22:31:11.219Z | Compiling phf v0.11.2 |
2186 | 2024-02-14T22:31:12.346Z | Compiling hyper-tls v0.5.0 |
2187 | 2024-02-14T22:31:12.554Z | Compiling regex v1.10.3 |
2188 | 2024-02-14T22:31:12.706Z | Compiling hyper-rustls v0.24.2 |
2189 | 2024-02-14T22:31:13.473Z | Compiling signal-hook-mio v0.2.3 |
2190 | 2024-02-14T22:31:13.479Z | Compiling flate2 v1.0.28 |
2191 | 2024-02-14T22:31:13.626Z | Compiling clap v4.4.3 |
2192 | 2024-02-14T22:31:13.739Z | Compiling bzip2 v0.4.4 |
2193 | 2024-02-14T22:31:14.534Z | Compiling ipnetwork v0.20.0 |
2194 | 2024-02-14T22:31:14.543Z | Compiling toml_edit v0.19.15 |
2195 | 2024-02-14T22:31:14.543Z | Compiling postgres-types v0.2.6 |
2196 | 2024-02-14T22:31:15.074Z | Compiling hubpack v0.1.2 |
2197 | 2024-02-14T22:31:15.121Z | Compiling serde_urlencoded v0.7.1 |
2198 | 2024-02-14T22:31:15.527Z | Compiling phf_shared v0.10.0 |
2199 | 2024-02-14T22:31:15.616Z | Compiling rustls-pemfile v1.0.3 |
2200 | 2024-02-14T22:31:15.644Z | Compiling hkdf v0.12.4 |
2201 | 2024-02-14T22:31:15.958Z | Compiling dtrace-parser v0.2.0 |
2202 | 2024-02-14T22:31:17.717Z | Compiling futures-executor v0.3.30 |
2203 | 2024-02-14T22:31:19.367Z | Compiling crypto-bigint v0.5.2 |
2204 | 2024-02-14T22:31:19.384Z | Compiling packed_struct_codegen v0.10.1 |
2205 | 2024-02-14T22:31:19.635Z | Compiling float-cmp v0.9.0 |
2206 | 2024-02-14T22:31:20.277Z | Compiling indexmap v1.9.3 |
2207 | 2024-02-14T22:31:20.437Z | Compiling encoding_rs v0.8.33 |
2208 | 2024-02-14T22:31:21.303Z | Compiling unicode-segmentation v1.10.1 |
2209 | 2024-02-14T22:31:21.431Z | Compiling normalize-line-endings v0.3.0 |
2210 | 2024-02-14T22:31:21.669Z | Compiling precomputed-hash v0.1.1 |
2211 | 2024-02-14T22:31:21.788Z | Compiling fixedbitset v0.4.2 |
2212 | 2024-02-14T22:31:22.195Z | Compiling predicates-core v1.0.6 |
2213 | 2024-02-14T22:31:22.512Z | Compiling static_assertions v1.1.0 |
2214 | 2024-02-14T22:31:22.610Z | Compiling minimal-lexical v0.2.1 |
2215 | 2024-02-14T22:31:22.839Z | Compiling data-encoding v2.4.0 |
2216 | 2024-02-14T22:31:23.126Z | Compiling difflib v0.4.0 |
2217 | 2024-02-14T22:31:24.132Z | Compiling unicode-width v0.1.11 |
2218 | 2024-02-14T22:31:24.305Z | Compiling regex-automata v0.3.8 |
2219 | 2024-02-14T22:31:24.424Z | Compiling crc-catalog v2.2.0 |
2220 | 2024-02-14T22:31:24.574Z | Compiling webpki-roots v0.25.2 |
2221 | 2024-02-14T22:31:24.623Z | Compiling new_debug_unreachable v1.0.4 |
2222 | 2024-02-14T22:31:24.725Z | Compiling nodrop v0.1.14 |
2223 | 2024-02-14T22:31:24.737Z | Compiling mime v0.3.17 |
2224 | 2024-02-14T22:31:24.838Z | Compiling whoami v1.4.1 |
2225 | 2024-02-14T22:31:25.269Z | Compiling either v1.9.0 |
2226 | 2024-02-14T22:31:25.618Z | Compiling itertools v0.10.5 |
2227 | 2024-02-14T22:31:25.905Z | Compiling tokio-postgres v0.7.10 |
2228 | 2024-02-14T22:31:26.664Z | Compiling bstr v1.6.0 |
2229 | 2024-02-14T22:31:28.116Z | Compiling reqwest v0.11.22 |
2230 | 2024-02-14T22:31:28.212Z | Compiling array-init v0.0.4 |
2231 | 2024-02-14T22:31:28.558Z | Compiling string_cache v0.8.7 |
2232 | 2024-02-14T22:31:28.995Z | Compiling crc v3.0.1 |
2233 | 2024-02-14T22:31:29.562Z | Compiling console v0.15.8 |
2234 | 2024-02-14T22:31:29.738Z | Compiling predicates v3.1.0 |
2235 | 2024-02-14T22:31:30.816Z | Compiling trust-dns-proto v0.22.0 |
2236 | 2024-02-14T22:31:30.923Z | Compiling nom v7.1.3 |
2237 | 2024-02-14T22:31:32.662Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2238 | 2024-02-14T22:31:38.751Z | Compiling petgraph v0.6.4 |
2239 | 2024-02-14T22:31:40.579Z | Compiling similar v2.3.0 |
2240 | 2024-02-14T22:31:41.237Z | Compiling elliptic-curve v0.13.8 |
2241 | 2024-02-14T22:31:43.547Z | Compiling futures v0.3.30 |
2242 | 2024-02-14T22:31:43.665Z | Compiling toml v0.7.8 |
2243 | 2024-02-14T22:31:46.747Z | Compiling smallvec v0.6.14 |
2244 | 2024-02-14T22:31:46.829Z | Compiling diesel v2.1.4 |
2245 | 2024-02-14T22:31:46.959Z | Compiling zip v0.6.6 |
2246 | 2024-02-14T22:31:47.235Z | Compiling yasna v0.5.2 |
2247 | 2024-02-14T22:31:47.491Z | Compiling crossterm v0.27.0 |
2248 | 2024-02-14T22:31:48.197Z | Compiling cipher v0.4.4 |
2249 | 2024-02-14T22:31:50.016Z | Compiling bit-set v0.5.3 |
2250 | 2024-02-14T22:31:50.315Z | Compiling usdt v0.3.5 |
2251 | 2024-02-14T22:31:50.592Z | Compiling is-terminal v0.4.9 |
2252 | 2024-02-14T22:31:50.907Z | Compiling toml_edit v0.21.1 |
2253 | 2024-02-14T22:31:57.836Z | Compiling pkcs1 v0.7.5 |
2254 | 2024-02-14T22:31:58.070Z | Compiling tokio-stream v0.1.14 |
2255 | 2024-02-14T22:31:59.699Z | Compiling openapiv3 v2.0.0 |
2256 | 2024-02-14T22:32:00.876Z | Compiling hex v0.4.3 |
2257 | 2024-02-14T22:32:01.600Z | Compiling hashbrown v0.13.2 |
2258 | 2024-02-14T22:32:01.679Z | Compiling signature v2.1.0 |
2259 | 2024-02-14T22:32:04.649Z | Compiling termcolor v1.2.0 |
2260 | 2024-02-14T22:32:05.408Z | Compiling hashbrown v0.12.3 |
2261 | 2024-02-14T22:32:06.020Z | Compiling bitfield v0.14.0 |
2262 | 2024-02-14T22:32:06.337Z | Compiling lalrpop-util v0.19.12 |
2263 | 2024-02-14T22:32:18.902Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2264 | 2024-02-14T22:32:19.155Z | Compiling env_logger v0.10.0 |
2265 | 2024-02-14T22:32:19.155Z | Compiling rsa v0.9.2 |
2266 | 2024-02-14T22:32:24.809Z | Compiling serde-hex v0.1.0 |
2267 | 2024-02-14T22:32:29.630Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2268 | 2024-02-14T22:32:30.053Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2269 | 2024-02-14T22:32:31.867Z | Compiling ron v0.8.1 |
2270 | 2024-02-14T22:32:32.207Z | Compiling x509-cert v0.2.4 |
2271 | 2024-02-14T22:32:37.081Z | Compiling crc-any v2.4.3 |
2272 | 2024-02-14T22:32:55.629Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2273 | 2024-02-14T22:32:58.856Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2274 | 2024-02-14T22:33:06.296Z | Compiling object v0.30.4 |
2275 | 2024-02-14T22:33:12.217Z | Compiling path-slash v0.1.5 |
2276 | 2024-02-14T22:33:16.785Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2277 | 2024-02-14T22:33:38.965Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2278 | 2024-02-14T22:33:39.735Z | Finished release [optimized] target(s) in 3m 57s |
2279 | 2024-02-14T22:33:39.808Z | |
2280 | 2024-02-14T22:33:39.824Z | real 3:57.443601410 |
2281 | 2024-02-14T22:33:39.824Z | user 26:25.072356901 |
2282 | 2024-02-14T22:33:39.824Z | sys 3:04.494697174 |
2283 | 2024-02-14T22:33:39.824Z | trap 0.814124731 |
2284 | 2024-02-14T22:33:39.824Z | tflt 1.695594505 |
2285 | 2024-02-14T22:33:39.824Z | dflt 0.268508132 |
2286 | 2024-02-14T22:33:39.824Z | kflt 0.000364590 |
2287 | 2024-02-14T22:33:39.824Z | lock 59:44.938916217 |
2288 | 2024-02-14T22:33:39.824Z | slp 1:17:42.363002940 |
2289 | 2024-02-14T22:33:39.825Z | lat 1:26.423089457 |
2290 | 2024-02-14T22:33:39.825Z | stop 1:18.163092307 |
2291 | 2024-02-14T22:33:39.825Z | + ptime -m gzip |
2292 | 2024-02-14T22:33:40.274Z | |
2293 | 2024-02-14T22:33:40.277Z | real 0.461905349 |
2294 | 2024-02-14T22:33:40.277Z | user 0.455954348 |
2295 | 2024-02-14T22:33:40.277Z | sys 0.005405297 |
2296 | 2024-02-14T22:33:40.277Z | trap 0.000035897 |
2297 | 2024-02-14T22:33:40.277Z | tflt 0.000000000 |
2298 | 2024-02-14T22:33:40.277Z | dflt 0.000000000 |
2299 | 2024-02-14T22:33:40.277Z | kflt 0.000000000 |
2300 | 2024-02-14T22:33:40.277Z | lock 0.000000000 |
2301 | 2024-02-14T22:33:40.277Z | slp 0.000000000 |
2302 | 2024-02-14T22:33:40.277Z | lat 0.000101385 |
2303 | 2024-02-14T22:33:40.278Z | stop 0.000182691 |
2304 | 2024-02-14T22:33:40.278Z | + banner tufaceous |
2305 | 2024-02-14T22:33:40.278Z | |
2306 | 2024-02-14T22:33:40.278Z | ##### # # ###### ## #### ###### #### # # #### |
2307 | 2024-02-14T22:33:40.278Z | # # # # # # # # # # # # # # |
2308 | 2024-02-14T22:33:40.278Z | # # # ##### # # # ##### # # # # #### |
2309 | 2024-02-14T22:33:40.278Z | # # # # ###### # # # # # # # |
2310 | 2024-02-14T22:33:40.278Z | # # # # # # # # # # # # # # # |
2311 | 2024-02-14T22:33:40.278Z | # #### # # # #### ###### #### #### #### |
2312 | 2024-02-14T22:33:40.278Z | |
2313 | 2024-02-14T22:33:40.278Z | + ptime -m cargo build --locked -p tufaceous --release |
2314 | 2024-02-14T22:33:40.689Z | Downloading crates ... |
2315 | 2024-02-14T22:33:40.946Z | Downloaded async-recursion v1.0.5 |
2316 | 2024-02-14T22:33:40.955Z | Downloaded pin-project v1.1.3 |
2317 | 2024-02-14T22:33:40.970Z | Downloaded humantime v2.1.0 |
2318 | 2024-02-14T22:33:40.982Z | Downloaded parse-size v1.0.0 |
2319 | 2024-02-14T22:33:40.982Z | Downloaded pin-project-internal v1.1.3 |
2320 | 2024-02-14T22:33:40.982Z | Downloaded fs-err v2.11.0 |
2321 | 2024-02-14T22:33:40.982Z | Downloaded serde_plain v1.0.2 |
2322 | 2024-02-14T22:33:40.982Z | Downloaded globset v0.4.13 |
2323 | 2024-02-14T22:33:40.982Z | Downloaded olpc-cjson v0.1.3 |
2324 | 2024-02-14T22:33:40.982Z | Downloaded buf-list v1.0.3 |
2325 | 2024-02-14T22:33:40.995Z | Downloaded doc-comment v0.3.3 |
2326 | 2024-02-14T22:33:40.995Z | Downloaded snafu-derive v0.7.5 |
2327 | 2024-02-14T22:33:40.995Z | Downloaded snafu v0.7.5 |
2328 | 2024-02-14T22:33:41.002Z | Downloaded typed-path v0.7.0 |
2329 | 2024-02-14T22:33:41.003Z | Downloaded tough v0.16.0 |
2330 | 2024-02-14T22:33:41.098Z | Compiling serde_tokenstream v0.2.0 |
2331 | 2024-02-14T22:33:41.160Z | Compiling regress v0.7.1 |
2332 | 2024-02-14T22:33:41.172Z | Compiling dirs-sys-next v0.1.2 |
2333 | 2024-02-14T22:33:41.175Z | Compiling rustls-pki-types v1.1.0 |
2334 | 2024-02-14T22:33:41.175Z | Compiling ident_case v1.0.1 |
2335 | 2024-02-14T22:33:41.202Z | Compiling thread_local v1.1.7 |
2336 | 2024-02-14T22:33:41.205Z | Compiling heck v0.4.1 |
2337 | 2024-02-14T22:33:41.333Z | Compiling dirs-next v2.0.0 |
2338 | 2024-02-14T22:33:41.573Z | Compiling darling_core v0.20.3 |
2339 | 2024-02-14T22:33:41.623Z | Compiling camino v1.1.6 |
2340 | 2024-02-14T22:33:42.069Z | Compiling slog-async v2.8.0 |
2341 | 2024-02-14T22:33:42.235Z | Compiling rustls v0.22.2 |
2342 | 2024-02-14T22:33:42.361Z | Compiling rustls-webpki v0.102.1 |
2343 | 2024-02-14T22:33:42.475Z | Compiling term v0.7.0 |
2344 | 2024-02-14T22:33:42.563Z | Compiling crossbeam-channel v0.5.8 |
2345 | 2024-02-14T22:33:42.577Z | Compiling getopts v0.2.21 |
2346 | 2024-02-14T22:33:42.599Z | Compiling structmeta-derive v0.3.0 |
2347 | 2024-02-14T22:33:43.453Z | Compiling atty v0.2.14 |
2348 | 2024-02-14T22:33:43.606Z | Compiling multer v3.0.0 |
2349 | 2024-02-14T22:33:43.931Z | Compiling match_cfg v0.1.0 |
2350 | 2024-02-14T22:33:44.025Z | Compiling doc-comment v0.3.3 |
2351 | 2024-02-14T22:33:44.310Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2352 | 2024-02-14T22:33:45.395Z | Compiling paste v1.0.14 |
2353 | 2024-02-14T22:33:45.883Z | Compiling take_mut v0.2.2 |
2354 | 2024-02-14T22:33:45.887Z | Compiling unsafe-libyaml v0.2.10 |
2355 | 2024-02-14T22:33:46.964Z | Compiling darling_macro v0.20.3 |
2356 | 2024-02-14T22:33:47.322Z | Compiling serde_yaml v0.9.25 |
2357 | 2024-02-14T22:33:47.456Z | Compiling structmeta v0.3.0 |
2358 | 2024-02-14T22:33:47.842Z | Compiling hostname v0.3.1 |
2359 | 2024-02-14T22:33:47.954Z | Compiling darling v0.20.3 |
2360 | 2024-02-14T22:33:47.967Z | Compiling slog-term v2.9.0 |
2361 | 2024-02-14T22:33:49.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2362 | 2024-02-14T22:33:49.859Z | Compiling slog-json v2.6.1 |
2363 | 2024-02-14T22:33:50.384Z | Compiling http v1.0.0 |
2364 | 2024-02-14T22:33:50.996Z | Compiling pin-project-internal v1.1.3 |
2365 | 2024-02-14T22:33:51.191Z | Compiling async-stream-impl v0.3.5 |
2366 | 2024-02-14T22:33:51.587Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2367 | 2024-02-14T22:33:51.946Z | Compiling fastrand v2.0.1 |
2368 | 2024-02-14T22:33:52.219Z | Compiling atomic-waker v1.1.1 |
2369 | 2024-02-14T22:33:52.414Z | Compiling waitgroup v0.1.2 |
2370 | 2024-02-14T22:33:52.484Z | Compiling async-stream v0.3.5 |
2371 | 2024-02-14T22:33:52.635Z | Compiling tempfile v3.10.0 |
2372 | 2024-02-14T22:33:52.798Z | Compiling tokio-rustls v0.25.0 |
2373 | 2024-02-14T22:33:53.376Z | Compiling slog-bunyan v2.5.0 |
2374 | 2024-02-14T22:33:53.739Z | Compiling serde_with_macros v3.6.0 |
2375 | 2024-02-14T22:33:53.903Z | Compiling pin-project v1.1.3 |
2376 | 2024-02-14T22:33:54.152Z | Compiling parse-display-derive v0.9.0 |
2377 | 2024-02-14T22:33:55.679Z | Compiling toml v0.8.9 |
2378 | 2024-02-14T22:33:55.746Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2379 | 2024-02-14T22:33:55.943Z | Compiling rustls-pemfile v2.0.0 |
2380 | 2024-02-14T22:33:56.079Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2381 | 2024-02-14T22:33:56.654Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2382 | 2024-02-14T22:33:56.700Z | Compiling sha1 v0.10.6 |
2383 | 2024-02-14T22:33:57.650Z | Compiling snafu-derive v0.7.5 |
2384 | 2024-02-14T22:33:57.833Z | Compiling serde_path_to_error v0.1.15 |
2385 | 2024-02-14T22:33:58.207Z | Compiling fs-err v2.11.0 |
2386 | 2024-02-14T22:33:58.225Z | Compiling instant v0.1.12 |
2387 | 2024-02-14T22:33:58.426Z | Compiling debug-ignore v1.0.5 |
2388 | 2024-02-14T22:33:58.545Z | Compiling same-file v1.0.6 |
2389 | 2024-02-14T22:33:58.980Z | Compiling arc-swap v1.6.0 |
2390 | 2024-02-14T22:33:58.991Z | Compiling buf-list v1.0.3 |
2391 | 2024-02-14T22:33:58.991Z | Compiling walkdir v2.4.0 |
2392 | 2024-02-14T22:33:59.353Z | Compiling slog-scope v4.4.0 |
2393 | 2024-02-14T22:34:00.260Z | Compiling backoff v0.4.0 |
2394 | 2024-02-14T22:34:00.481Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2395 | 2024-02-14T22:34:00.611Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2396 | 2024-02-14T22:34:01.032Z | Compiling parse-display v0.9.0 |
2397 | 2024-02-14T22:34:01.461Z | Compiling serde_with v3.6.0 |
2398 | 2024-02-14T22:34:02.613Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2399 | 2024-02-14T22:34:02.771Z | Compiling snafu v0.7.5 |
2400 | 2024-02-14T22:34:03.349Z | Compiling globset v0.4.13 |
2401 | 2024-02-14T22:34:04.265Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2402 | 2024-02-14T22:34:04.439Z | Compiling strum v0.25.0 |
2403 | 2024-02-14T22:34:04.625Z | Compiling pem v3.0.2 |
2404 | 2024-02-14T22:34:06.286Z | Compiling olpc-cjson v0.1.3 |
2405 | 2024-02-14T22:34:06.376Z | Compiling macaddr v1.0.1 |
2406 | 2024-02-14T22:34:07.307Z | Compiling serde_plain v1.0.2 |
2407 | 2024-02-14T22:34:07.320Z | Compiling async-recursion v1.0.5 |
2408 | 2024-02-14T22:34:07.427Z | Compiling xattr v1.0.1 |
2409 | 2024-02-14T22:34:07.560Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2410 | 2024-02-14T22:34:07.736Z | Compiling filetime v0.2.23 |
2411 | 2024-02-14T22:34:08.107Z | Compiling typed-path v0.7.0 |
2412 | 2024-02-14T22:34:08.170Z | Compiling tar v0.4.40 |
2413 | 2024-02-14T22:34:12.329Z | Compiling tough v0.16.0 |
2414 | 2024-02-14T22:34:15.361Z | Compiling slog-stdlog v4.1.1 |
2415 | 2024-02-14T22:34:15.892Z | Compiling camino-tempfile v1.1.1 |
2416 | 2024-02-14T22:34:16.521Z | Compiling itertools v0.12.1 |
2417 | 2024-02-14T22:34:16.712Z | Compiling parse-size v1.0.0 |
2418 | 2024-02-14T22:34:17.074Z | Compiling slog-envlogger v2.2.0 |
2419 | 2024-02-14T22:34:19.861Z | Compiling humantime v2.1.0 |
2420 | 2024-02-14T22:34:23.557Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2421 | 2024-02-14T22:34:23.797Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2422 | 2024-02-14T22:34:33.575Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2423 | 2024-02-14T22:34:35.374Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2424 | 2024-02-14T22:34:54.999Z | Finished release [optimized] target(s) in 1m 14s |
2425 | 2024-02-14T22:34:55.074Z | |
2426 | 2024-02-14T22:34:55.079Z | real 1:14.770439698 |
2427 | 2024-02-14T22:34:55.079Z | user 8:18.378452988 |
2428 | 2024-02-14T22:34:55.079Z | sys 37.440981190 |
2429 | 2024-02-14T22:34:55.079Z | trap 0.229367577 |
2430 | 2024-02-14T22:34:55.079Z | tflt 0.373027086 |
2431 | 2024-02-14T22:34:55.079Z | dflt 0.224645441 |
2432 | 2024-02-14T22:34:55.079Z | kflt 0.000002709 |
2433 | 2024-02-14T22:34:55.079Z | lock 17:17.606599137 |
2434 | 2024-02-14T22:34:55.079Z | slp 18:56.287456712 |
2435 | 2024-02-14T22:34:55.079Z | lat 19.500791179 |
2436 | 2024-02-14T22:34:55.079Z | stop 14.172024274 |
2437 | 2024-02-14T22:34:55.079Z | + ptime -m gzip |
2438 | 2024-02-14T22:34:56.819Z | |
2439 | 2024-02-14T22:34:56.827Z | real 1.741457096 |
2440 | 2024-02-14T22:34:56.827Z | user 1.723785694 |
2441 | 2024-02-14T22:34:56.827Z | sys 0.016134674 |
2442 | 2024-02-14T22:34:56.827Z | trap 0.000362233 |
2443 | 2024-02-14T22:34:56.827Z | tflt 0.000000000 |
2444 | 2024-02-14T22:34:56.827Z | dflt 0.000000000 |
2445 | 2024-02-14T22:34:56.827Z | kflt 0.000000000 |
2446 | 2024-02-14T22:34:56.827Z | lock 0.000000000 |
2447 | 2024-02-14T22:34:56.828Z | slp 0.000000000 |
2448 | 2024-02-14T22:34:56.828Z | lat 0.000789372 |
2449 | 2024-02-14T22:34:56.828Z | stop 0.000171581 |
2450 | 2024-02-14T22:34:56.828Z | process exited: duration 823648 ms, exit code 0 |
|
2451 | 2024-02-14T22:34:56.859Z | found 5 output files |
2452 | 2024-02-14T22:34:56.859Z | uploading: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz (10676850 bytes) |
2453 | 2024-02-14T22:35:02.820Z | uploaded: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz |
2454 | 2024-02-14T22:35:02.820Z | uploading: /work/end-to-end-tests/bootstrap.gz (109046253 bytes) |
2455 | 2024-02-14T22:35:43.029Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2456 | 2024-02-14T22:35:43.029Z | uploading: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz (112240439 bytes) |
2457 | 2024-02-14T22:36:24.356Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz |
2458 | 2024-02-14T22:36:24.356Z | uploading: /work/caboose-util.gz (4102787 bytes) |
2459 | 2024-02-14T22:36:27.638Z | uploaded: /work/caboose-util.gz |
2460 | 2024-02-14T22:36:27.638Z | uploading: /work/tufaceous.gz (15851134 bytes) |
2461 | 2024-02-14T22:36:32.165Z | uploaded: /work/tufaceous.gz |