|
|
|
1 | 2024-02-15T20:37:38.745Z | job assigned to worker 01HPQ7RR046D0APNG1DK6RF2RR (queued for 1 m 2 s) |
|
2 | 2024-02-15T20:37:39.077Z | starting task 0: "setup" |
3 | 2024-02-15T20:37:39.173Z | ++ uname -s |
4 | 2024-02-15T20:37:39.185Z | + kern=SunOS |
5 | 2024-02-15T20:37:39.185Z | + case "$kern" in |
6 | 2024-02-15T20:37:39.185Z | + groupadd -g 12345 build |
7 | 2024-02-15T20:37:39.185Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T20:37:41.203Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T20:37:41.268Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T20:37:41.272Z | + home_fs=zfs |
11 | 2024-02-15T20:37:41.272Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T20:37:41.272Z | + mkdir -p /home/build |
13 | 2024-02-15T20:37:41.277Z | + chown build:build /home/build /work |
14 | 2024-02-15T20:37:43.280Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T20:37:43.291Z | process exited: duration 4205 ms, exit code 0 |
|
16 | 2024-02-15T20:37:43.730Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T20:37:43.790Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T20:37:43.790Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T20:37:43.790Z | info: downloading installer |
20 | 2024-02-15T20:37:45.075Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T20:37:45.075Z | warning: /opt/ooce/bin |
22 | 2024-02-15T20:37:45.076Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T20:37:45.076Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T20:37:45.076Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T20:37:45.076Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T20:37:45.076Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T20:37:45.076Z | error: cannot install while Rust is installed |
28 | 2024-02-15T20:37:45.076Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T20:37:45.197Z | info: profile set to 'default' |
30 | 2024-02-15T20:37:45.197Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T20:37:45.206Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T20:37:45.334Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T20:37:45.334Z | info: downloading component 'cargo' |
34 | 2024-02-15T20:37:46.391Z | info: downloading component 'clippy' |
35 | 2024-02-15T20:37:46.401Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T20:37:47.031Z | info: downloading component 'rust-std' |
37 | 2024-02-15T20:37:48.505Z | info: downloading component 'rustc' |
38 | 2024-02-15T20:37:52.102Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T20:37:52.366Z | info: installing component 'cargo' |
40 | 2024-02-15T20:37:53.267Z | info: installing component 'clippy' |
41 | 2024-02-15T20:37:53.680Z | info: installing component 'rust-docs' |
42 | 2024-02-15T20:37:55.158Z | info: installing component 'rust-std' |
43 | 2024-02-15T20:37:57.061Z | info: installing component 'rustc' |
44 | 2024-02-15T20:38:01.287Z | info: installing component 'rustfmt' |
45 | 2024-02-15T20:38:01.629Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T20:38:01.630Z | |
47 | 2024-02-15T20:38:01.903Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T20:38:01.903Z | |
49 | 2024-02-15T20:38:01.918Z | |
50 | 2024-02-15T20:38:01.918Z | Rust is installed now. Great! |
51 | 2024-02-15T20:38:01.918Z | |
52 | 2024-02-15T20:38:01.918Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T20:38:01.918Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T20:38:01.919Z | |
55 | 2024-02-15T20:38:01.919Z | To configure your current shell, run: |
56 | 2024-02-15T20:38:01.919Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T20:38:01.949Z | + rustc --version |
58 | 2024-02-15T20:38:02.022Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T20:38:02.034Z | process exited: duration 18700 ms, exit code 0 |
|
60 | 2024-02-15T20:38:02.068Z | starting task 2: "authentication" |
61 | 2024-02-15T20:38:02.539Z | process exited: duration 54 ms, exit code 0 |
|
62 | 2024-02-15T20:38:02.583Z | starting task 3: "clone repository" |
63 | 2024-02-15T20:38:02.605Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T20:38:02.605Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T20:38:02.826Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T20:38:08.443Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T20:38:08.459Z | + git fetch origin 446f45da92670c0a8c74a01102dd51f877afd20c |
68 | 2024-02-15T20:38:08.801Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T20:38:08.801Z | * branch 446f45da92670c0a8c74a01102dd51f877afd20c -> FETCH_HEAD |
70 | 2024-02-15T20:38:09.232Z | + [[ -n update-progenitor ]] |
71 | 2024-02-15T20:38:09.232Z | ++ git branch --show-current |
72 | 2024-02-15T20:38:09.232Z | + current=main |
73 | 2024-02-15T20:38:09.232Z | + [[ main != update-progenitor ]] |
74 | 2024-02-15T20:38:09.233Z | + git branch -f update-progenitor 446f45da92670c0a8c74a01102dd51f877afd20c |
75 | 2024-02-15T20:38:09.233Z | + git checkout -f update-progenitor |
76 | 2024-02-15T20:38:09.250Z | Switched to branch 'update-progenitor' |
77 | 2024-02-15T20:38:09.251Z | + git reset --hard 446f45da92670c0a8c74a01102dd51f877afd20c |
78 | 2024-02-15T20:38:09.251Z | HEAD is now at 446f45da9 Update progenitor to bc0bb4b |
79 | 2024-02-15T20:38:09.251Z | process exited: duration 6358 ms, exit code 0 |
|
80 | 2024-02-15T20:38:09.285Z | starting task 4: "build" |
81 | 2024-02-15T20:38:09.322Z | + cargo --version |
82 | 2024-02-15T20:38:09.322Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-15T20:38:09.424Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-15T20:38:09.440Z | info: downloading component 'cargo' |
85 | 2024-02-15T20:38:10.066Z | info: downloading component 'clippy' |
86 | 2024-02-15T20:38:10.272Z | info: downloading component 'rust-docs' |
87 | 2024-02-15T20:38:11.079Z | info: downloading component 'rust-std' |
88 | 2024-02-15T20:38:12.255Z | info: downloading component 'rustc' |
89 | 2024-02-15T20:38:15.592Z | info: downloading component 'rustfmt' |
90 | 2024-02-15T20:38:15.787Z | info: installing component 'cargo' |
91 | 2024-02-15T20:38:16.643Z | info: installing component 'clippy' |
92 | 2024-02-15T20:38:16.988Z | info: installing component 'rust-docs' |
93 | 2024-02-15T20:38:19.420Z | info: installing component 'rust-std' |
94 | 2024-02-15T20:38:20.174Z | info: installing component 'rustc' |
95 | 2024-02-15T20:38:24.218Z | info: installing component 'rustfmt' |
96 | 2024-02-15T20:38:24.668Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-15T20:38:24.669Z | + rustc --version |
98 | 2024-02-15T20:38:24.673Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-15T20:38:24.673Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-15T20:38:39.917Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-15T20:38:40.745Z | Startup: Caching catalogs ... Done |
102 | 2024-02-15T20:38:42.112Z | Planning: Solver setup ... Done (0.981s) |
103 | 2024-02-15T20:38:42.141Z | Planning: Running solver ... Done (0.024s) |
104 | 2024-02-15T20:38:42.419Z | Planning: Finding local manifests ... Done (0.261s) |
105 | 2024-02-15T20:38:42.434Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-15T20:38:42.713Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-15T20:38:42.762Z | Planning: Package planning ... Done (0.048s) |
108 | 2024-02-15T20:38:42.810Z | Planning: Merging actions ... Done (0.052s) |
109 | 2024-02-15T20:38:44.057Z | Planning: Checking for conflicting actions ... Done (1.246s) |
110 | 2024-02-15T20:38:44.081Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-15T20:38:48.375Z | Planning: Evaluating mediators ... Done (4.308s) |
112 | 2024-02-15T20:38:48.383Z | Planning: Planning completed in 7.58 seconds |
113 | 2024-02-15T20:38:48.391Z | Packages to install: 4 |
114 | 2024-02-15T20:38:48.391Z | Mediators to change: 2 |
115 | 2024-02-15T20:38:48.391Z | Services to change: 1 |
116 | 2024-02-15T20:38:48.399Z | Estimated space available: 148.87 GB |
117 | 2024-02-15T20:38:48.399Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-15T20:38:48.399Z | Create boot environment: No |
119 | 2024-02-15T20:38:48.399Z | Create backup boot environment: No |
120 | 2024-02-15T20:38:48.399Z | Rebuild boot archive: No |
121 | 2024-02-15T20:38:48.399Z | |
122 | 2024-02-15T20:38:48.399Z | Changed mediators: |
123 | 2024-02-15T20:38:48.399Z | mediator clang: |
124 | 2024-02-15T20:38:48.399Z | version: None -> 15 (system default) |
125 | 2024-02-15T20:38:48.399Z | |
126 | 2024-02-15T20:38:48.399Z | mediator llvm: |
127 | 2024-02-15T20:38:48.399Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-15T20:38:48.399Z | |
129 | 2024-02-15T20:38:48.399Z | Changed packages: |
130 | 2024-02-15T20:38:48.399Z | helios-dev |
131 | 2024-02-15T20:38:48.399Z | developer/build-essential |
132 | 2024-02-15T20:38:48.399Z | None -> 11-2.0 |
133 | 2024-02-15T20:38:48.400Z | library/libxmlsec1 |
134 | 2024-02-15T20:38:48.400Z | None -> 1.2.35-2.0 |
135 | 2024-02-15T20:38:48.400Z | ooce/developer/clang-15 |
136 | 2024-02-15T20:38:48.400Z | None -> 15.0.7-2.0 |
137 | 2024-02-15T20:38:48.400Z | ooce/developer/llvm-15 |
138 | 2024-02-15T20:38:48.400Z | None -> 15.0.7-2.0 |
139 | 2024-02-15T20:38:48.400Z | |
140 | 2024-02-15T20:38:48.400Z | Services: |
141 | 2024-02-15T20:38:48.400Z | restart_fmri: |
142 | 2024-02-15T20:38:48.400Z | svc:/system/update-man-index:default |
143 | 2024-02-15T20:38:48.667Z | |
144 | 2024-02-15T20:38:48.667Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-15T20:38:54.074Z | Download: 705/3290 items 18.2/212.6MB 8% complete (3.8M/s) |
146 | 2024-02-15T20:38:59.058Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
147 | 2024-02-15T20:39:04.064Z | Download: 1391/3290 items 116.8/212.6MB 54% complete (9.8M/s) |
148 | 2024-02-15T20:39:09.087Z | Download: 2143/3290 items 118.9/212.6MB 55% complete (3.7M/s) |
149 | 2024-02-15T20:39:14.066Z | Download: 2252/3290 items 119.4/212.6MB 56% complete (1.6M/s) |
150 | 2024-02-15T20:39:19.075Z | Download: 3093/3290 items 124.5/212.6MB 58% complete (487k/s) |
151 | 2024-02-15T20:39:25.795Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.3M/s) |
152 | 2024-02-15T20:39:28.958Z | Download: Completed 212.60 MB in 40.30 seconds (5.3M/s) |
153 | 2024-02-15T20:39:29.515Z | Actions: 1/3689 actions (Installing new actions) |
154 | 2024-02-15T20:39:34.140Z | Actions: 3545/3689 actions (Installing new actions) |
155 | 2024-02-15T20:39:34.649Z | Actions: Completed 3689 actions in 5.51 seconds. |
156 | 2024-02-15T20:39:34.819Z | Done (0.165s) |
157 | 2024-02-15T20:39:34.819Z | Done (0.000s) |
158 | 2024-02-15T20:39:35.043Z | Done (0.225s) |
159 | 2024-02-15T20:39:40.926Z | Done (5.758s) |
160 | 2024-02-15T20:39:41.126Z | Done (0.127s) |
161 | 2024-02-15T20:39:41.159Z | Done (0.000s) |
162 | 2024-02-15T20:39:41.297Z | Done (0.000s) |
163 | 2024-02-15T20:39:41.780Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-02-15T20:39:41.940Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-02-15T20:39:42.359Z | Planning: Consolidating action changes ... Done |
166 | 2024-02-15T20:39:42.362Z | Planning: Evaluating mediators ... Done |
167 | 2024-02-15T20:39:42.362Z | Planning: Planning completed in 0.43 seconds |
168 | 2024-02-15T20:39:42.363Z | Mediators to change: 2 |
169 | 2024-02-15T20:39:42.363Z | Create boot environment: No |
170 | 2024-02-15T20:39:42.363Z | Create backup boot environment: No |
171 | 2024-02-15T20:39:42.363Z | Done |
172 | 2024-02-15T20:39:42.363Z | Done |
173 | 2024-02-15T20:39:42.431Z | Done |
174 | 2024-02-15T20:39:46.148Z | Done |
175 | 2024-02-15T20:39:46.239Z | Done |
176 | 2024-02-15T20:39:46.255Z | Done |
177 | 2024-02-15T20:39:46.342Z | Done |
178 | 2024-02-15T20:39:46.969Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-15T20:39:46.973Z | Planning: Merging actions ... Done |
180 | 2024-02-15T20:39:47.169Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-02-15T20:39:47.172Z | Planning: Consolidating action changes ... Done |
182 | 2024-02-15T20:39:47.425Z | Planning: Evaluating mediators ... Done |
183 | 2024-02-15T20:39:47.481Z | Planning: Planning completed in 0.78 seconds |
184 | 2024-02-15T20:39:47.522Z | Packages to change: 1 |
185 | 2024-02-15T20:39:47.522Z | Mediators to change: 1 |
186 | 2024-02-15T20:39:47.536Z | Services to change: 1 |
187 | 2024-02-15T20:39:47.536Z | Create boot environment: No |
188 | 2024-02-15T20:39:47.536Z | Create backup boot environment: Yes |
189 | 2024-02-15T20:39:49.280Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-02-15T20:39:49.342Z | Actions: Completed 6 actions in 0.06 seconds. |
191 | 2024-02-15T20:39:49.346Z | Done |
192 | 2024-02-15T20:39:49.346Z | Done |
193 | 2024-02-15T20:39:49.389Z | Done |
194 | 2024-02-15T20:39:52.998Z | Done |
195 | 2024-02-15T20:39:53.089Z | Done |
196 | 2024-02-15T20:39:53.098Z | Done |
197 | 2024-02-15T20:39:53.217Z | Done |
198 | 2024-02-15T20:39:53.650Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-02-15T20:39:53.651Z | clang system 15 system |
200 | 2024-02-15T20:39:53.651Z | csh system system illumos |
201 | 2024-02-15T20:39:53.651Z | ctags system system illumos |
202 | 2024-02-15T20:39:53.651Z | gcc vendor 12 vendor |
203 | 2024-02-15T20:39:53.651Z | gcc system 10 system |
204 | 2024-02-15T20:39:53.652Z | gcc system 7 system |
205 | 2024-02-15T20:39:53.652Z | go system 1.20 system |
206 | 2024-02-15T20:39:53.652Z | go system 1.19 system |
207 | 2024-02-15T20:39:53.652Z | llvm system 15 system |
208 | 2024-02-15T20:39:53.652Z | llvm system 14 system |
209 | 2024-02-15T20:39:53.652Z | mariadb system 10.6 system |
210 | 2024-02-15T20:39:53.652Z | mta vendor vendor dma |
211 | 2024-02-15T20:39:53.652Z | openjdk system 17 system |
212 | 2024-02-15T20:39:53.652Z | openjdk system 11 system |
213 | 2024-02-15T20:39:53.652Z | openjdk system 1.8 system |
214 | 2024-02-15T20:39:53.652Z | openssl vendor 3 vendor |
215 | 2024-02-15T20:39:53.652Z | perl system 5.36 system |
216 | 2024-02-15T20:39:53.653Z | postgresql system 15 system |
217 | 2024-02-15T20:39:53.653Z | postgresql system 13 system |
218 | 2024-02-15T20:39:53.653Z | python vendor 3 vendor |
219 | 2024-02-15T20:39:53.653Z | python system 2 system |
220 | 2024-02-15T20:39:53.653Z | python3 system 3.11 system |
221 | 2024-02-15T20:39:53.653Z | ruby system 3.0 system |
222 | 2024-02-15T20:39:53.653Z | words vendor vendor american-english |
223 | 2024-02-15T20:39:53.653Z | words system system australian-english |
224 | 2024-02-15T20:39:53.653Z | words system system british-english |
225 | 2024-02-15T20:39:53.654Z | words system system canadian-english |
226 | 2024-02-15T20:39:53.654Z | words system system french |
227 | 2024-02-15T20:39:53.654Z | words system system italian |
228 | 2024-02-15T20:39:53.654Z | words system system ngerman |
229 | 2024-02-15T20:39:53.654Z | words system system ogerman |
230 | 2024-02-15T20:39:53.654Z | words system system spanish |
231 | 2024-02-15T20:39:53.962Z | FMRI IFO |
232 | 2024-02-15T20:39:53.962Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-02-15T20:39:53.962Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-02-15T20:39:53.962Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-02-15T20:39:53.962Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-02-15T20:39:53.963Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-02-15T20:39:53.963Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
238 | 2024-02-15T20:39:53.963Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-02-15T20:39:53.963Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-02-15T20:39:54.010Z | + set -o errexit |
241 | 2024-02-15T20:39:54.018Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2024-02-15T20:39:54.018Z | ++ cd ./tools |
243 | 2024-02-15T20:39:54.019Z | ++ pwd |
244 | 2024-02-15T20:39:54.019Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2024-02-15T20:39:54.019Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2024-02-15T20:39:54.019Z | + ARG0=ci_download_cockroachdb |
247 | 2024-02-15T20:39:54.019Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2024-02-15T20:39:54.029Z | + CIDL_VERSION=v22.1.9 |
249 | 2024-02-15T20:39:54.030Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2024-02-15T20:39:54.030Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
251 | 2024-02-15T20:39:54.030Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
252 | 2024-02-15T20:39:54.031Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
253 | 2024-02-15T20:39:54.031Z | + TARGET_DIR=out |
254 | 2024-02-15T20:39:54.031Z | + DOWNLOAD_DIR=out/downloads |
255 | 2024-02-15T20:39:54.031Z | + DEST_DIR=./out/cockroachdb |
256 | 2024-02-15T20:39:54.032Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2024-02-15T20:39:54.032Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2024-02-15T20:39:54.032Z | + main |
259 | 2024-02-15T20:39:54.032Z | + [[ 0 != 0 ]] |
260 | 2024-02-15T20:39:54.032Z | + CIDL_OS=solaris2.11 |
261 | 2024-02-15T20:39:54.033Z | + [[ 0 != 0 ]] |
262 | 2024-02-15T20:39:54.033Z | + configure_os solaris2.11 |
263 | 2024-02-15T20:39:54.033Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2024-02-15T20:39:54.034Z | current directory: /work/oxidecomputer/omicron |
265 | 2024-02-15T20:39:54.034Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-15T20:39:54.034Z | + case "$1" in |
267 | 2024-02-15T20:39:54.034Z | configuring based on OS: "solaris2.11" |
268 | 2024-02-15T20:39:54.034Z | + CIDL_BUILD=illumos |
269 | 2024-02-15T20:39:54.034Z | + CIDL_SUFFIX=tar.gz |
270 | 2024-02-15T20:39:54.035Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
271 | 2024-02-15T20:39:54.035Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-02-15T20:39:54.035Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-02-15T20:39:54.035Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-02-15T20:39:54.036Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-15T20:39:54.036Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-15T20:39:54.036Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-02-15T20:39:54.036Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-15T20:39:54.036Z | + CIDL_SHA256FUNC=do_sha256sum |
279 | 2024-02-15T20:39:54.037Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-15T20:39:54.037Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-15T20:39:54.037Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-15T20:39:54.038Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-15T20:39:54.038Z | + mkdir -p out/downloads |
284 | 2024-02-15T20:39:54.038Z | + mkdir -p ./out/cockroachdb |
285 | 2024-02-15T20:39:54.038Z | + local DO_DOWNLOAD=true |
286 | 2024-02-15T20:39:54.038Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2024-02-15T20:39:54.038Z | + '[' true == true ']' |
288 | 2024-02-15T20:39:54.038Z | + echo Downloading... |
289 | 2024-02-15T20:39:54.038Z | Downloading... |
290 | 2024-02-15T20:39:54.039Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-15T20:39:54.039Z | + 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 |
292 | 2024-02-15T20:40:02.307Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-15T20:40:02.336Z | ++ sha256sum |
294 | 2024-02-15T20:40:02.336Z | ++ awk '{print $1}' |
295 | 2024-02-15T20:40:02.503Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
296 | 2024-02-15T20:40:02.511Z | + [[ 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 ]] |
297 | 2024-02-15T20:40:02.511Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-15T20:40:02.511Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2024-02-15T20:40:04.635Z | + do_assemble_illumos |
300 | 2024-02-15T20:40:04.643Z | + rm -r ./out/cockroachdb |
301 | 2024-02-15T20:40:04.643Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2024-02-15T20:40:05.034Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2024-02-15T20:40:05.235Z | Build Tag: v22.1.9-dirty |
304 | 2024-02-15T20:40:05.236Z | Build Time: 2022/10/26 21:17:46 |
305 | 2024-02-15T20:40:05.236Z | Distribution: OSS |
306 | 2024-02-15T20:40:05.236Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2024-02-15T20:40:05.236Z | Go Version: go1.17.13 |
308 | 2024-02-15T20:40:05.236Z | C Compiler: gcc 10.3.0 |
309 | 2024-02-15T20:40:05.236Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2024-02-15T20:40:05.236Z | Build Type: release |
311 | 2024-02-15T20:40:05.272Z | + set -o errexit |
312 | 2024-02-15T20:40:05.272Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2024-02-15T20:40:05.272Z | ++ cd ./tools |
314 | 2024-02-15T20:40:05.273Z | ++ pwd |
315 | 2024-02-15T20:40:05.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2024-02-15T20:40:05.273Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2024-02-15T20:40:05.273Z | + ARG0=ci_download_clickhouse |
318 | 2024-02-15T20:40:05.273Z | + TARGET_DIR=out |
319 | 2024-02-15T20:40:05.273Z | + DOWNLOAD_DIR=out/downloads |
320 | 2024-02-15T20:40:05.273Z | + DEST_DIR=./out/clickhouse |
321 | 2024-02-15T20:40:05.298Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
322 | 2024-02-15T20:40:05.298Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-02-15T20:40:05.298Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-02-15T20:40:05.299Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-02-15T20:40:05.299Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-02-15T20:40:05.299Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-02-15T20:40:05.299Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-02-15T20:40:05.299Z | + main |
329 | 2024-02-15T20:40:05.299Z | + [[ 0 != 0 ]] |
330 | 2024-02-15T20:40:05.299Z | + CIDL_OS=solaris2.11 |
331 | 2024-02-15T20:40:05.299Z | + [[ 0 != 0 ]] |
332 | 2024-02-15T20:40:05.299Z | + configure_os solaris2.11 |
333 | 2024-02-15T20:40:05.300Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-02-15T20:40:05.300Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-02-15T20:40:05.300Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-02-15T20:40:05.300Z | + CIDL_DASHREV= |
337 | 2024-02-15T20:40:05.300Z | + case "$1" in |
338 | 2024-02-15T20:40:05.300Z | configuring based on OS: "solaris2.11" |
339 | 2024-02-15T20:40:05.300Z | + CIDL_PLATFORM=illumos |
340 | 2024-02-15T20:40:05.300Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-15T20:40:05.301Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-02-15T20:40:05.301Z | + CIDL_DASHREV=-1 |
343 | 2024-02-15T20:40:05.301Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-02-15T20:40:05.301Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-15T20:40:05.301Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-15T20:40:05.301Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-15T20:40:05.301Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-15T20:40:05.301Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-15T20:40:05.301Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-15T20:40:05.302Z | + mkdir -p out/downloads |
351 | 2024-02-15T20:40:05.302Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-15T20:40:05.302Z | + mkdir -p ./out/clickhouse |
353 | 2024-02-15T20:40:05.302Z | + local DO_DOWNLOAD=true |
354 | 2024-02-15T20:40:05.302Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-02-15T20:40:05.302Z | + '[' true == true ']' |
356 | 2024-02-15T20:40:05.302Z | + echo Downloading... |
357 | 2024-02-15T20:40:05.302Z | Downloading... |
358 | 2024-02-15T20:40:05.302Z | + 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 |
359 | 2024-02-15T20:40:05.303Z | + 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 |
360 | 2024-02-15T20:40:06.739Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-15T20:40:06.750Z | ++ md5sum |
362 | 2024-02-15T20:40:06.751Z | ++ awk '{print $1}' |
363 | 2024-02-15T20:40:06.924Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-02-15T20:40:06.924Z | + [[ 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 ]] |
365 | 2024-02-15T20:40:06.931Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-02-15T20:40:06.931Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-15T20:40:06.931Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-02-15T20:40:09.998Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-02-15T20:40:10.021Z | ClickHouse server version 22.8.9.1. |
370 | 2024-02-15T20:40:10.046Z | + set -o errexit |
371 | 2024-02-15T20:40:10.046Z | +++ dirname ./tools/ci_download_console |
372 | 2024-02-15T20:40:10.046Z | ++ cd ./tools |
373 | 2024-02-15T20:40:10.046Z | ++ pwd |
374 | 2024-02-15T20:40:10.047Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-02-15T20:40:10.047Z | ++ basename ./tools/ci_download_console |
376 | 2024-02-15T20:40:10.047Z | + ARG0=ci_download_console |
377 | 2024-02-15T20:40:10.047Z | + TARGET_DIR=out |
378 | 2024-02-15T20:40:10.047Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-02-15T20:40:10.047Z | + DEST_DIR=./out/console-assets |
380 | 2024-02-15T20:40:10.048Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-02-15T20:40:10.048Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
382 | 2024-02-15T20:40:10.048Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
383 | 2024-02-15T20:40:10.048Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
384 | 2024-02-15T20:40:10.048Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-02-15T20:40:10.048Z | + main |
386 | 2024-02-15T20:40:10.049Z | + [[ 0 != 0 ]] |
387 | 2024-02-15T20:40:10.049Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
388 | 2024-02-15T20:40:10.049Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
389 | 2024-02-15T20:40:10.049Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-02-15T20:40:10.049Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-15T20:40:10.049Z | + local DO_DOWNLOAD=true |
392 | 2024-02-15T20:40:10.049Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-02-15T20:40:10.050Z | + mkdir -p out/downloads |
394 | 2024-02-15T20:40:10.050Z | + '[' true == true ']' |
395 | 2024-02-15T20:40:10.050Z | + echo Downloading... |
396 | 2024-02-15T20:40:10.050Z | Downloading... |
397 | 2024-02-15T20:40:10.050Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
398 | 2024-02-15T20:40:10.050Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
399 | 2024-02-15T20:40:10.548Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-02-15T20:40:10.552Z | ++ case "$OSTYPE" in |
401 | 2024-02-15T20:40:10.552Z | ++ SHA=sha256sum |
402 | 2024-02-15T20:40:10.552Z | ++ sha256sum |
403 | 2024-02-15T20:40:10.552Z | ++ awk '{print $1}' |
404 | 2024-02-15T20:40:10.556Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
405 | 2024-02-15T20:40:10.556Z | + [[ 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 ]] |
406 | 2024-02-15T20:40:10.556Z | + rm -rf ./out/console-assets |
407 | 2024-02-15T20:40:10.559Z | + mkdir -p ./out/console-assets |
408 | 2024-02-15T20:40:10.559Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-02-15T20:40:10.559Z | + mkdir -p ./out/console-assets |
410 | 2024-02-15T20:40:10.563Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-02-15T20:40:10.672Z | + set -o errexit |
412 | 2024-02-15T20:40:10.675Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-02-15T20:40:10.678Z | ++ cd ./tools |
414 | 2024-02-15T20:40:10.678Z | ++ pwd |
415 | 2024-02-15T20:40:10.678Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-02-15T20:40:10.681Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-02-15T20:40:10.681Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-02-15T20:40:10.681Z | + TARGET_DIR=out |
419 | 2024-02-15T20:40:10.681Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-02-15T20:40:10.681Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-02-15T20:40:10.681Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
422 | 2024-02-15T20:40:10.682Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
423 | 2024-02-15T20:40:10.682Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
424 | 2024-02-15T20:40:10.682Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
425 | 2024-02-15T20:40:10.682Z | + main |
426 | 2024-02-15T20:40:10.682Z | + [[ 0 != 0 ]] |
427 | 2024-02-15T20:40:10.682Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
428 | 2024-02-15T20:40:10.682Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
429 | 2024-02-15T20:40:10.682Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
430 | 2024-02-15T20:40:10.682Z | + local DO_DOWNLOAD=true |
431 | 2024-02-15T20:40:10.682Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
432 | 2024-02-15T20:40:10.682Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
433 | 2024-02-15T20:40:10.682Z | + mkdir -p out/downloads |
434 | 2024-02-15T20:40:10.685Z | + '[' true == true ']' |
435 | 2024-02-15T20:40:10.685Z | + echo Downloading... |
436 | 2024-02-15T20:40:10.685Z | Downloading... |
437 | 2024-02-15T20:40:10.685Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
438 | 2024-02-15T20:40:10.685Z | + 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 |
439 | 2024-02-15T20:40:11.300Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
440 | 2024-02-15T20:40:11.300Z | ++ case "$OSTYPE" in |
441 | 2024-02-15T20:40:11.303Z | ++ SHA=sha256sum |
442 | 2024-02-15T20:40:11.303Z | ++ sha256sum |
443 | 2024-02-15T20:40:11.303Z | ++ awk '{print $1}' |
444 | 2024-02-15T20:40:11.306Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-15T20:40:11.306Z | + [[ 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 ]] |
446 | 2024-02-15T20:40:11.306Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-02-15T20:40:11.306Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
448 | 2024-02-15T20:40:11.306Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
449 | 2024-02-15T20:40:11.306Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
450 | 2024-02-15T20:40:11.306Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
451 | 2024-02-15T20:40:11.306Z | + main |
452 | 2024-02-15T20:40:11.306Z | + [[ 0 != 0 ]] |
453 | 2024-02-15T20:40:11.307Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
454 | 2024-02-15T20:40:11.307Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
455 | 2024-02-15T20:40:11.307Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-15T20:40:11.307Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
457 | 2024-02-15T20:40:11.307Z | + local DO_DOWNLOAD=true |
458 | 2024-02-15T20:40:11.307Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
459 | 2024-02-15T20:40:11.307Z | + mkdir -p out/downloads |
460 | 2024-02-15T20:40:11.310Z | + '[' true == true ']' |
461 | 2024-02-15T20:40:11.310Z | + echo Downloading... |
462 | 2024-02-15T20:40:11.310Z | Downloading... |
463 | 2024-02-15T20:40:11.310Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
464 | 2024-02-15T20:40:11.310Z | + 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 |
465 | 2024-02-15T20:40:11.409Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
466 | 2024-02-15T20:40:11.412Z | ++ case "$OSTYPE" in |
467 | 2024-02-15T20:40:11.412Z | ++ SHA=sha256sum |
468 | 2024-02-15T20:40:11.412Z | ++ sha256sum |
469 | 2024-02-15T20:40:11.412Z | ++ awk '{print $1}' |
470 | 2024-02-15T20:40:11.414Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-15T20:40:11.414Z | + [[ 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 ]] |
472 | 2024-02-15T20:40:11.420Z | + set -o errexit |
473 | 2024-02-15T20:40:11.423Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-02-15T20:40:11.426Z | ++ cd ./tools |
475 | 2024-02-15T20:40:11.426Z | ++ pwd |
476 | 2024-02-15T20:40:11.426Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-02-15T20:40:11.426Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-02-15T20:40:11.429Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-02-15T20:40:11.429Z | + TARGET_DIR=out |
480 | 2024-02-15T20:40:11.429Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-02-15T20:40:11.429Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-02-15T20:40:11.429Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
483 | 2024-02-15T20:40:11.429Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
484 | 2024-02-15T20:40:11.429Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
485 | 2024-02-15T20:40:11.429Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
486 | 2024-02-15T20:40:11.429Z | + main |
487 | 2024-02-15T20:40:11.429Z | + [[ 0 != 0 ]] |
488 | 2024-02-15T20:40:11.429Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
489 | 2024-02-15T20:40:11.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
490 | 2024-02-15T20:40:11.429Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
491 | 2024-02-15T20:40:11.430Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
492 | 2024-02-15T20:40:11.430Z | + local DO_DOWNLOAD=true |
493 | 2024-02-15T20:40:11.430Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
494 | 2024-02-15T20:40:11.430Z | + mkdir -p out/downloads |
495 | 2024-02-15T20:40:11.430Z | + '[' true == true ']' |
496 | 2024-02-15T20:40:11.430Z | + echo Downloading... |
497 | 2024-02-15T20:40:11.430Z | Downloading... |
498 | 2024-02-15T20:40:11.430Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-15T20:40:11.430Z | + 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 |
500 | 2024-02-15T20:40:12.090Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-02-15T20:40:12.090Z | ++ case "$OSTYPE" in |
502 | 2024-02-15T20:40:12.093Z | ++ SHA=sha256sum |
503 | 2024-02-15T20:40:12.093Z | ++ sha256sum |
504 | 2024-02-15T20:40:12.093Z | ++ awk '{print $1}' |
505 | 2024-02-15T20:40:12.096Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
506 | 2024-02-15T20:40:12.096Z | + [[ 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 ]] |
507 | 2024-02-15T20:40:12.103Z | + set -o errexit |
508 | 2024-02-15T20:40:12.106Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-02-15T20:40:12.108Z | ++ cd ./tools |
510 | 2024-02-15T20:40:12.108Z | ++ pwd |
511 | 2024-02-15T20:40:12.108Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-02-15T20:40:12.109Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-02-15T20:40:12.112Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-02-15T20:40:12.112Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-02-15T20:40:12.112Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
516 | 2024-02-15T20:40:12.112Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
517 | 2024-02-15T20:40:12.112Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
518 | 2024-02-15T20:40:12.112Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-02-15T20:40:12.112Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
520 | 2024-02-15T20:40:12.112Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
521 | 2024-02-15T20:40:12.112Z | + TARGET_DIR=out |
522 | 2024-02-15T20:40:12.112Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-02-15T20:40:12.112Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-02-15T20:40:12.112Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-02-15T20:40:12.112Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-02-15T20:40:12.112Z | + REPO=oxidecomputer/dendrite |
527 | 2024-02-15T20:40:12.112Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
528 | 2024-02-15T20:40:12.112Z | + main |
529 | 2024-02-15T20:40:12.113Z | + [[ 0 != 0 ]] |
530 | 2024-02-15T20:40:12.113Z | + CIDL_OS=solaris2.11 |
531 | 2024-02-15T20:40:12.113Z | + [[ 0 != 0 ]] |
532 | 2024-02-15T20:40:12.113Z | + configure_os solaris2.11 |
533 | 2024-02-15T20:40:12.113Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-02-15T20:40:12.113Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-02-15T20:40:12.113Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-02-15T20:40:12.113Z | + case "$1" in |
537 | 2024-02-15T20:40:12.113Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-15T20:40:12.113Z | + SET_BINARIES= |
539 | 2024-02-15T20:40:12.113Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
540 | 2024-02-15T20:40:12.113Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-02-15T20:40:12.113Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-02-15T20:40:12.113Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
543 | 2024-02-15T20:40:12.113Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-15T20:40:12.113Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
545 | 2024-02-15T20:40:12.113Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-15T20:40:12.113Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-15T20:40:12.113Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2024-02-15T20:40:12.113Z | + mkdir -p out/downloads |
549 | 2024-02-15T20:40:12.116Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-02-15T20:40:12.116Z | + fetch_and_verify |
551 | 2024-02-15T20:40:12.116Z | + local DO_DOWNLOAD=true |
552 | 2024-02-15T20:40:12.117Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-02-15T20:40:12.117Z | + '[' true == true ']' |
554 | 2024-02-15T20:40:12.117Z | + echo Downloading... |
555 | 2024-02-15T20:40:12.117Z | Downloading... |
556 | 2024-02-15T20:40:12.117Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-15T20:40:12.117Z | + 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 |
558 | 2024-02-15T20:40:19.548Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-15T20:40:19.557Z | ++ sha256sum |
560 | 2024-02-15T20:40:19.557Z | ++ awk '{print $1}' |
561 | 2024-02-15T20:40:19.573Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
562 | 2024-02-15T20:40:19.587Z | + [[ 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 ]] |
563 | 2024-02-15T20:40:19.588Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-15T20:40:19.588Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-02-15T20:40:20.246Z | + do_assemble |
566 | 2024-02-15T20:40:20.246Z | + rm -r ./out/dendrite-stub |
567 | 2024-02-15T20:40:20.249Z | + mkdir ./out/dendrite-stub |
568 | 2024-02-15T20:40:20.249Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-02-15T20:40:20.338Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-02-15T20:40:20.348Z | + set -o errexit |
571 | 2024-02-15T20:40:20.372Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-02-15T20:40:20.372Z | ++ cd ./tools |
573 | 2024-02-15T20:40:20.372Z | ++ pwd |
574 | 2024-02-15T20:40:20.372Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-02-15T20:40:20.372Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-02-15T20:40:20.372Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-02-15T20:40:20.372Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-02-15T20:40:20.372Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
579 | 2024-02-15T20:40:20.372Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
580 | 2024-02-15T20:40:20.372Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-02-15T20:40:20.372Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
582 | 2024-02-15T20:40:20.372Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
583 | 2024-02-15T20:40:20.372Z | + TARGET_DIR=out |
584 | 2024-02-15T20:40:20.372Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-02-15T20:40:20.372Z | + DEST_DIR=./out/mgd |
586 | 2024-02-15T20:40:20.372Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-02-15T20:40:20.372Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-02-15T20:40:20.372Z | + REPO=oxidecomputer/maghemite |
589 | 2024-02-15T20:40:20.372Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
590 | 2024-02-15T20:40:20.373Z | + main |
591 | 2024-02-15T20:40:20.373Z | + [[ 0 != 0 ]] |
592 | 2024-02-15T20:40:20.373Z | + CIDL_OS=solaris2.11 |
593 | 2024-02-15T20:40:20.373Z | + [[ 0 != 0 ]] |
594 | 2024-02-15T20:40:20.373Z | + configure_os solaris2.11 |
595 | 2024-02-15T20:40:20.373Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-02-15T20:40:20.373Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-15T20:40:20.373Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-15T20:40:20.373Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-02-15T20:40:20.373Z | + case "$1" in |
600 | 2024-02-15T20:40:20.373Z | + SET_BINARIES= |
601 | 2024-02-15T20:40:20.373Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-02-15T20:40:20.373Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2024-02-15T20:40:20.373Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
604 | 2024-02-15T20:40:20.373Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-02-15T20:40:20.373Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
606 | 2024-02-15T20:40:20.373Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-15T20:40:20.373Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-15T20:40:20.374Z | + mkdir -p out/downloads |
609 | 2024-02-15T20:40:20.374Z | Local file: out/downloads/mgd.tar.gz |
610 | 2024-02-15T20:40:20.374Z | + mkdir -p ./out/mgd |
611 | 2024-02-15T20:40:20.374Z | + fetch_and_verify |
612 | 2024-02-15T20:40:20.374Z | + local DO_DOWNLOAD=true |
613 | 2024-02-15T20:40:20.374Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-02-15T20:40:20.374Z | + '[' true == true ']' |
615 | 2024-02-15T20:40:20.374Z | + echo Downloading... |
616 | 2024-02-15T20:40:20.374Z | Downloading... |
617 | 2024-02-15T20:40:20.374Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-02-15T20:40:20.374Z | + 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 |
619 | 2024-02-15T20:40:26.994Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-02-15T20:40:27.000Z | ++ sha256sum |
621 | 2024-02-15T20:40:27.000Z | ++ awk '{print $1}' |
622 | 2024-02-15T20:40:27.016Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
623 | 2024-02-15T20:40:27.024Z | + [[ 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 ]] |
624 | 2024-02-15T20:40:27.024Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-02-15T20:40:27.025Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-02-15T20:40:27.471Z | + do_assemble |
627 | 2024-02-15T20:40:27.471Z | + rm -r ./out/mgd |
628 | 2024-02-15T20:40:27.478Z | + mkdir ./out/mgd |
629 | 2024-02-15T20:40:27.478Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-02-15T20:40:27.616Z | + set -o errexit |
631 | 2024-02-15T20:40:27.619Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-02-15T20:40:27.619Z | ++ cd ./tools |
633 | 2024-02-15T20:40:27.619Z | ++ pwd |
634 | 2024-02-15T20:40:27.623Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-02-15T20:40:27.624Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-02-15T20:40:27.624Z | + ARG0=ci_download_transceiver_control |
637 | 2024-02-15T20:40:27.624Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-02-15T20:40:27.624Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-15T20:40:27.624Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-02-15T20:40:27.624Z | + TARGET_DIR=out |
641 | 2024-02-15T20:40:27.624Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-02-15T20:40:27.624Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-02-15T20:40:27.624Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-02-15T20:40:27.625Z | + BINARY=xcvradm |
645 | 2024-02-15T20:40:27.625Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-02-15T20:40:27.625Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-02-15T20:40:27.625Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-02-15T20:40:27.625Z | + main |
649 | 2024-02-15T20:40:27.625Z | + [[ 0 != 0 ]] |
650 | 2024-02-15T20:40:27.625Z | + CIDL_OS=solaris2.11 |
651 | 2024-02-15T20:40:27.625Z | + [[ 0 != 0 ]] |
652 | 2024-02-15T20:40:27.625Z | + configure_os solaris2.11 |
653 | 2024-02-15T20:40:27.625Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-02-15T20:40:27.625Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-02-15T20:40:27.626Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-02-15T20:40:27.626Z | + case "$1" in |
657 | 2024-02-15T20:40:27.626Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-15T20:40:27.626Z | + SET_BINARIES= |
659 | 2024-02-15T20:40:27.626Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-02-15T20:40:27.626Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-02-15T20:40:27.626Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-02-15T20:40:27.626Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-02-15T20:40:27.626Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-02-15T20:40:27.626Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2024-02-15T20:40:27.626Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-15T20:40:27.626Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-15T20:40:27.627Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2024-02-15T20:40:27.627Z | + mkdir -p out/downloads |
669 | 2024-02-15T20:40:27.634Z | + mkdir -p ./out/transceiver-control |
670 | 2024-02-15T20:40:27.634Z | + fetch_and_verify |
671 | 2024-02-15T20:40:27.634Z | + local DO_DOWNLOAD=true |
672 | 2024-02-15T20:40:27.634Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-02-15T20:40:27.634Z | + '[' true == true ']' |
674 | 2024-02-15T20:40:27.634Z | + echo Downloading... |
675 | 2024-02-15T20:40:27.635Z | Downloading... |
676 | 2024-02-15T20:40:27.635Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-02-15T20:40:27.635Z | + 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 |
678 | 2024-02-15T20:40:30.565Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-02-15T20:40:30.579Z | ++ sha256sum |
680 | 2024-02-15T20:40:30.579Z | ++ awk '{print $1}' |
681 | 2024-02-15T20:40:30.580Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-15T20:40:30.580Z | + [[ 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 ]] |
683 | 2024-02-15T20:40:30.580Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-02-15T20:40:30.580Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-02-15T20:40:30.580Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-02-15T20:40:30.709Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-02-15T20:40:30.727Z | + do_assemble |
688 | 2024-02-15T20:40:30.728Z | + rm -r ./out/transceiver-control |
689 | 2024-02-15T20:40:30.728Z | + mkdir ./out/transceiver-control |
690 | 2024-02-15T20:40:30.728Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-02-15T20:40:30.850Z | All prerequisites installed successfully |
692 | 2024-02-15T20:40:30.853Z | |
693 | 2024-02-15T20:40:30.853Z | real 2:06.126285622 |
694 | 2024-02-15T20:40:30.853Z | user 33.581714627 |
695 | 2024-02-15T20:40:30.853Z | sys 6.214419289 |
696 | 2024-02-15T20:40:30.853Z | trap 0.007899383 |
697 | 2024-02-15T20:40:30.853Z | tflt 0.256484380 |
698 | 2024-02-15T20:40:30.853Z | dflt 0.678482651 |
699 | 2024-02-15T20:40:30.853Z | kflt 0.277160468 |
700 | 2024-02-15T20:40:30.853Z | lock 1.654409390 |
701 | 2024-02-15T20:40:30.853Z | slp 4:14.631380748 |
702 | 2024-02-15T20:40:30.853Z | lat 1.734652483 |
703 | 2024-02-15T20:40:30.853Z | stop 0.146746765 |
704 | 2024-02-15T20:40:30.853Z | + banner end-to-end-tests |
705 | 2024-02-15T20:40:30.927Z | |
706 | 2024-02-15T20:40:30.927Z | ###### # # ##### ##### #### ###### # # ##### |
707 | 2024-02-15T20:40:30.927Z | # ## # # # # # # # ## # # # |
708 | 2024-02-15T20:40:30.927Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
709 | 2024-02-15T20:40:30.927Z | # # # # # # # # # # # # # # # |
710 | 2024-02-15T20:40:30.927Z | # # ## # # # # # # # ## # # |
711 | 2024-02-15T20:40:30.927Z | ###### # # ##### # #### ###### # # ##### |
712 | 2024-02-15T20:40:30.927Z | |
713 | 2024-02-15T20:40:30.930Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-15T20:40:30.930Z | + CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2024-02-15T20:40:30.930Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-15T20:40:30.930Z | + CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2024-02-15T20:40:30.930Z | + export CARGO_INCREMENTAL=0 |
718 | 2024-02-15T20:40:30.930Z | + CARGO_INCREMENTAL=0 |
719 | 2024-02-15T20:40:30.930Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
720 | 2024-02-15T20:40:31.148Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2024-02-15T20:40:31.496Z | Updating git repository `https://github.com/oxidecomputer/samael` |
722 | 2024-02-15T20:40:31.859Z | Updating crates.io index |
723 | 2024-02-15T20:40:31.890Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2024-02-15T20:40:32.576Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2024-02-15T20:40:34.436Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2024-02-15T20:40:35.413Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2024-02-15T20:40:35.416Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2024-02-15T20:40:35.590Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2024-02-15T20:40:35.836Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-02-15T20:40:36.980Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-02-15T20:40:39.009Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-02-15T20:40:39.934Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2024-02-15T20:40:40.223Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-02-15T20:40:40.794Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-02-15T20:40:41.105Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
736 | 2024-02-15T20:40:41.357Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2024-02-15T20:40:41.650Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2024-02-15T20:40:42.002Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2024-02-15T20:40:42.519Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
740 | 2024-02-15T20:40:42.803Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2024-02-15T20:40:43.306Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2024-02-15T20:40:43.687Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2024-02-15T20:40:43.981Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2024-02-15T20:40:44.931Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2024-02-15T20:40:45.306Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2024-02-15T20:40:46.851Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2024-02-15T20:40:47.259Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2024-02-15T20:40:47.563Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2024-02-15T20:40:48.833Z | Downloading crates ... |
750 | 2024-02-15T20:40:49.009Z | Downloaded adler v1.0.2 |
751 | 2024-02-15T20:40:49.021Z | Downloaded macaddr v1.0.1 |
752 | 2024-02-15T20:40:49.021Z | Downloaded blowfish v0.9.1 |
753 | 2024-02-15T20:40:49.021Z | Downloaded linked-hash-map v0.5.6 |
754 | 2024-02-15T20:40:49.035Z | Downloaded md5 v0.7.0 |
755 | 2024-02-15T20:40:49.046Z | Downloaded matches v0.1.10 |
756 | 2024-02-15T20:40:49.046Z | Downloaded match_cfg v0.1.0 |
757 | 2024-02-15T20:40:49.053Z | Downloaded cbc v0.1.2 |
758 | 2024-02-15T20:40:49.053Z | Downloaded cfg-if v1.0.0 |
759 | 2024-02-15T20:40:49.054Z | Downloaded byteorder v1.5.0 |
760 | 2024-02-15T20:40:49.054Z | Downloaded cipher v0.4.4 |
761 | 2024-02-15T20:40:49.066Z | Downloaded pkcs8 v0.10.2 |
762 | 2024-02-15T20:40:49.066Z | Downloaded new_debug_unreachable v1.0.4 |
763 | 2024-02-15T20:40:49.066Z | Downloaded libsw v3.3.1 |
764 | 2024-02-15T20:40:49.079Z | Downloaded polyval v0.6.1 |
765 | 2024-02-15T20:40:49.080Z | Downloaded crucible-workspace-hack v0.1.0 |
766 | 2024-02-15T20:40:49.080Z | Downloaded parse-display-derive v0.9.0 |
767 | 2024-02-15T20:40:49.080Z | Downloaded lock_api v0.4.10 |
768 | 2024-02-15T20:40:49.080Z | Downloaded curve25519-dalek-derive v0.1.0 |
769 | 2024-02-15T20:40:49.081Z | Downloaded darling_macro v0.20.3 |
770 | 2024-02-15T20:40:49.081Z | Downloaded cstr-argument v0.1.2 |
771 | 2024-02-15T20:40:49.081Z | Downloaded log v0.4.20 |
772 | 2024-02-15T20:40:49.087Z | Downloaded openssl-macros v0.1.1 |
773 | 2024-02-15T20:40:49.087Z | Downloaded openssl-probe v0.1.5 |
774 | 2024-02-15T20:40:49.087Z | Downloaded defmt-macros v0.3.6 |
775 | 2024-02-15T20:40:49.087Z | Downloaded defmt-parser v0.3.3 |
776 | 2024-02-15T20:40:49.088Z | Downloaded memmap2 v0.7.1 |
777 | 2024-02-15T20:40:49.088Z | Downloaded num_enum_derive v0.5.11 |
778 | 2024-02-15T20:40:49.094Z | Downloaded cobs v0.2.3 |
779 | 2024-02-15T20:40:49.095Z | Downloaded md-5 v0.10.5 |
780 | 2024-02-15T20:40:49.095Z | Downloaded num-iter v0.1.43 |
781 | 2024-02-15T20:40:49.529Z | Downloaded phf v0.11.2 |
782 | 2024-02-15T20:40:49.530Z | Downloaded pbkdf2 v0.12.2 |
783 | 2024-02-15T20:40:49.530Z | Downloaded crc32fast v1.3.2 |
784 | 2024-02-15T20:40:49.530Z | Downloaded atty v0.2.14 |
785 | 2024-02-15T20:40:49.530Z | Downloaded num_enum v0.5.11 |
786 | 2024-02-15T20:40:49.531Z | Downloaded pest_generator v2.7.6 |
787 | 2024-02-15T20:40:49.531Z | Downloaded num-traits v0.2.16 |
788 | 2024-02-15T20:40:49.531Z | Downloaded atomicwrites v0.4.3 |
789 | 2024-02-15T20:40:49.531Z | Downloaded diesel_table_macro_syntax v0.1.0 |
790 | 2024-02-15T20:40:49.531Z | Downloaded newtype_derive v0.1.6 |
791 | 2024-02-15T20:40:49.532Z | Downloaded openssl-sys v0.9.96 |
792 | 2024-02-15T20:40:49.532Z | Downloaded crypto-common v0.1.6 |
793 | 2024-02-15T20:40:49.532Z | Downloaded num_threads v0.1.6 |
794 | 2024-02-15T20:40:49.532Z | Downloaded once_cell v1.19.0 |
795 | 2024-02-15T20:40:49.532Z | Downloaded bytes v1.5.0 |
796 | 2024-02-15T20:40:49.552Z | Downloaded ctr v0.9.2 |
797 | 2024-02-15T20:40:49.552Z | Downloaded debug-ignore v1.0.5 |
798 | 2024-02-15T20:40:49.552Z | Downloaded argon2 v0.5.3 |
799 | 2024-02-15T20:40:49.552Z | Downloaded pbkdf2 v0.11.0 |
800 | 2024-02-15T20:40:49.552Z | Downloaded omicron-zone-package v0.11.0 |
801 | 2024-02-15T20:40:49.553Z | Downloaded data-encoding v2.4.0 |
802 | 2024-02-15T20:40:49.553Z | Downloaded lazy_static v1.4.0 |
803 | 2024-02-15T20:40:49.553Z | Downloaded atomic-waker v1.1.1 |
804 | 2024-02-15T20:40:49.553Z | Downloaded anstream v0.5.0 |
805 | 2024-02-15T20:40:49.553Z | Downloaded async-trait v0.1.77 |
806 | 2024-02-15T20:40:49.553Z | Downloaded bcrypt-pbkdf v0.10.0 |
807 | 2024-02-15T20:40:49.553Z | Downloaded ident_case v1.0.1 |
808 | 2024-02-15T20:40:49.554Z | Downloaded bit-set v0.5.3 |
809 | 2024-02-15T20:40:49.554Z | Downloaded nibble_vec v0.1.0 |
810 | 2024-02-15T20:40:49.554Z | Downloaded base16ct v0.2.0 |
811 | 2024-02-15T20:40:49.554Z | Downloaded kstat-rs v0.2.3 |
812 | 2024-02-15T20:40:49.554Z | Downloaded anstyle v1.0.2 |
813 | 2024-02-15T20:40:49.554Z | Downloaded clap_lex v0.5.1 |
814 | 2024-02-15T20:40:49.554Z | Downloaded num_cpus v1.16.0 |
815 | 2024-02-15T20:40:49.554Z | Downloaded primeorder v0.13.6 |
816 | 2024-02-15T20:40:49.554Z | Downloaded predicates-core v1.0.6 |
817 | 2024-02-15T20:40:49.554Z | Downloaded pin-project-lite v0.2.13 |
818 | 2024-02-15T20:40:49.554Z | Downloaded libefi-sys v0.1.0 |
819 | 2024-02-15T20:40:49.555Z | Downloaded time-macros v0.2.13 |
820 | 2024-02-15T20:40:49.555Z | Downloaded chacha20poly1305 v0.10.1 |
821 | 2024-02-15T20:40:49.555Z | Downloaded defmt v0.3.5 |
822 | 2024-02-15T20:40:49.555Z | Downloaded parse-display v0.9.0 |
823 | 2024-02-15T20:40:49.555Z | Downloaded anstyle-query v1.0.0 |
824 | 2024-02-15T20:40:49.555Z | Downloaded keccak v0.1.4 |
825 | 2024-02-15T20:40:49.555Z | Downloaded thiserror-no-std v2.0.2 |
826 | 2024-02-15T20:40:49.555Z | Downloaded dtrace-parser v0.2.0 |
827 | 2024-02-15T20:40:49.556Z | Downloaded dtrace-parser v0.1.14 |
828 | 2024-02-15T20:40:49.556Z | Downloaded unicase v2.7.0 |
829 | 2024-02-15T20:40:49.556Z | Downloaded bit-vec v0.6.3 |
830 | 2024-02-15T20:40:49.556Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2024-02-15T20:40:49.556Z | Downloaded utf8parse v0.2.1 |
832 | 2024-02-15T20:40:49.556Z | Downloaded enum-as-inner v0.5.1 |
833 | 2024-02-15T20:40:49.557Z | Downloaded display-error-chain v0.2.0 |
834 | 2024-02-15T20:40:49.557Z | Downloaded backoff v0.4.0 |
835 | 2024-02-15T20:40:49.557Z | Downloaded base64ct v1.6.0 |
836 | 2024-02-15T20:40:49.557Z | Downloaded bzip2 v0.4.4 |
837 | 2024-02-15T20:40:49.557Z | Downloaded anstyle-parse v0.2.1 |
838 | 2024-02-15T20:40:49.557Z | Downloaded pest_derive v2.7.6 |
839 | 2024-02-15T20:40:49.557Z | Downloaded tokio-rustls v0.24.1 |
840 | 2024-02-15T20:40:49.557Z | Downloaded derive-where v1.2.7 |
841 | 2024-02-15T20:40:49.557Z | Downloaded secrecy v0.8.0 |
842 | 2024-02-15T20:40:49.557Z | Downloaded pest_meta v2.7.6 |
843 | 2024-02-15T20:40:49.557Z | Downloaded password-hash v0.4.2 |
844 | 2024-02-15T20:40:49.557Z | Downloaded filetime v0.2.23 |
845 | 2024-02-15T20:40:49.557Z | Downloaded dirs-next v2.0.0 |
846 | 2024-02-15T20:40:49.557Z | Downloaded der_derive v0.7.2 |
847 | 2024-02-15T20:40:49.557Z | Downloaded instant v0.1.12 |
848 | 2024-02-15T20:40:49.558Z | Downloaded owo-colors v4.0.0 |
849 | 2024-02-15T20:40:49.558Z | Downloaded diesel_derives v2.1.2 |
850 | 2024-02-15T20:40:49.558Z | Downloaded rustls-pki-types v1.1.0 |
851 | 2024-02-15T20:40:49.558Z | Downloaded hubpack v0.1.2 |
852 | 2024-02-15T20:40:49.558Z | Downloaded rand_chacha v0.2.2 |
853 | 2024-02-15T20:40:49.558Z | Downloaded futures-channel v0.3.30 |
854 | 2024-02-15T20:40:49.558Z | Downloaded hostname v0.3.1 |
855 | 2024-02-15T20:40:49.558Z | Downloaded headers-core v0.2.0 |
856 | 2024-02-15T20:40:49.558Z | Downloaded waitgroup v0.1.2 |
857 | 2024-02-15T20:40:49.558Z | Downloaded usdt-attr-macro v0.5.0 |
858 | 2024-02-15T20:40:49.558Z | Downloaded foreign-types-shared v0.3.1 |
859 | 2024-02-15T20:40:49.558Z | Downloaded unicode-xid v0.2.4 |
860 | 2024-02-15T20:40:49.558Z | Downloaded ghash v0.5.0 |
861 | 2024-02-15T20:40:49.558Z | Downloaded ahash v0.8.7 |
862 | 2024-02-15T20:40:49.558Z | Downloaded rustversion v1.0.14 |
863 | 2024-02-15T20:40:49.558Z | Downloaded slog-stdlog v4.1.1 |
864 | 2024-02-15T20:40:49.558Z | Downloaded darling_core v0.20.3 |
865 | 2024-02-15T20:40:49.558Z | Downloaded topological-sort v0.2.2 |
866 | 2024-02-15T20:40:49.559Z | Downloaded serde_repr v0.1.16 |
867 | 2024-02-15T20:40:49.559Z | Downloaded http-range v0.1.5 |
868 | 2024-02-15T20:40:49.559Z | Downloaded yasna v0.5.2 |
869 | 2024-02-15T20:40:49.559Z | Downloaded stable_deref_trait v1.2.0 |
870 | 2024-02-15T20:40:49.559Z | Downloaded derive_more v0.99.17 |
871 | 2024-02-15T20:40:49.559Z | Downloaded httpdate v1.0.3 |
872 | 2024-02-15T20:40:49.559Z | Downloaded ucd-trie v0.1.6 |
873 | 2024-02-15T20:40:49.559Z | Downloaded hex v0.4.3 |
874 | 2024-02-15T20:40:49.559Z | Downloaded heck v0.4.1 |
875 | 2024-02-15T20:40:49.559Z | Downloaded inout v0.1.3 |
876 | 2024-02-15T20:40:49.559Z | Downloaded crossbeam-utils v0.8.16 |
877 | 2024-02-15T20:40:49.559Z | Downloaded difflib v0.4.0 |
878 | 2024-02-15T20:40:49.559Z | Downloaded zone_cfg_derive v0.3.0 |
879 | 2024-02-15T20:40:49.559Z | Downloaded fixedbitset v0.4.2 |
880 | 2024-02-15T20:40:49.559Z | Downloaded foreign-types-macros v0.2.3 |
881 | 2024-02-15T20:40:49.559Z | Downloaded p256 v0.13.2 |
882 | 2024-02-15T20:40:49.559Z | Downloaded siphasher v0.3.11 |
883 | 2024-02-15T20:40:49.559Z | Downloaded group v0.13.0 |
884 | 2024-02-15T20:40:49.560Z | Downloaded tempfile v3.10.0 |
885 | 2024-02-15T20:40:49.560Z | Downloaded hash32 v0.2.1 |
886 | 2024-02-15T20:40:49.560Z | Downloaded tinyvec v1.6.0 |
887 | 2024-02-15T20:40:49.560Z | Downloaded untrusted v0.9.0 |
888 | 2024-02-15T20:40:49.560Z | Downloaded same-file v1.0.6 |
889 | 2024-02-15T20:40:49.560Z | Downloaded whoami v1.4.1 |
890 | 2024-02-15T20:40:49.560Z | Downloaded home v0.5.5 |
891 | 2024-02-15T20:40:49.560Z | Downloaded serde_spanned v0.6.5 |
892 | 2024-02-15T20:40:49.560Z | Downloaded scheduled-thread-pool v0.2.7 |
893 | 2024-02-15T20:40:49.560Z | Downloaded headers v0.3.9 |
894 | 2024-02-15T20:40:49.560Z | Downloaded rand_core v0.6.4 |
895 | 2024-02-15T20:40:49.560Z | Downloaded endian-type v0.1.2 |
896 | 2024-02-15T20:40:49.572Z | Downloaded allocator-api2 v0.2.16 |
897 | 2024-02-15T20:40:49.572Z | Downloaded rustls-pemfile v1.0.3 |
898 | 2024-02-15T20:40:49.572Z | Downloaded form_urlencoded v1.2.1 |
899 | 2024-02-15T20:40:49.572Z | Downloaded glob v0.3.1 |
900 | 2024-02-15T20:40:49.572Z | Downloaded subtle v2.5.0 |
901 | 2024-02-15T20:40:49.572Z | Downloaded time-core v0.1.1 |
902 | 2024-02-15T20:40:49.572Z | Downloaded dirs-sys v0.4.1 |
903 | 2024-02-15T20:40:49.572Z | Downloaded toml v0.5.11 |
904 | 2024-02-15T20:40:49.572Z | Downloaded rfc6979 v0.4.0 |
905 | 2024-02-15T20:40:49.573Z | Downloaded zerocopy v0.3.0 |
906 | 2024-02-15T20:40:49.573Z | Downloaded hyper-tls v0.5.0 |
907 | 2024-02-15T20:40:49.573Z | Downloaded sct v0.7.0 |
908 | 2024-02-15T20:40:49.573Z | Downloaded resolv-conf v0.7.0 |
909 | 2024-02-15T20:40:49.573Z | Downloaded getopts v0.2.21 |
910 | 2024-02-15T20:40:49.573Z | Downloaded tokio-postgres v0.7.10 |
911 | 2024-02-15T20:40:49.574Z | Downloaded phf_shared v0.10.0 |
912 | 2024-02-15T20:40:49.574Z | Downloaded foreign-types-shared v0.1.1 |
913 | 2024-02-15T20:40:49.574Z | Downloaded option-ext v0.2.0 |
914 | 2024-02-15T20:40:49.574Z | Downloaded futures-executor v0.3.30 |
915 | 2024-02-15T20:40:49.574Z | Downloaded blake2 v0.10.6 |
916 | 2024-02-15T20:40:49.574Z | Downloaded usdt-impl v0.5.0 |
917 | 2024-02-15T20:40:49.574Z | Downloaded foreign-types v0.5.0 |
918 | 2024-02-15T20:40:49.574Z | Downloaded libm v0.2.7 |
919 | 2024-02-15T20:40:49.574Z | Downloaded slog-envlogger v2.2.0 |
920 | 2024-02-15T20:40:49.574Z | Downloaded slog-dtrace v0.3.0 |
921 | 2024-02-15T20:40:49.574Z | Downloaded serde_urlencoded v0.7.1 |
922 | 2024-02-15T20:40:49.574Z | Downloaded foreign-types v0.3.2 |
923 | 2024-02-15T20:40:49.574Z | Downloaded plain v0.2.3 |
924 | 2024-02-15T20:40:49.574Z | Downloaded textwrap v0.11.0 |
925 | 2024-02-15T20:40:49.575Z | Downloaded futures v0.3.30 |
926 | 2024-02-15T20:40:49.575Z | Downloaded hubpack_derive v0.1.1 |
927 | 2024-02-15T20:40:49.575Z | Downloaded signal-hook-mio v0.2.3 |
928 | 2024-02-15T20:40:49.575Z | Downloaded slog-async v2.8.0 |
929 | 2024-02-15T20:40:49.575Z | Downloaded backtrace v0.3.69 |
930 | 2024-02-15T20:40:49.575Z | Downloaded rustls-pemfile v2.0.0 |
931 | 2024-02-15T20:40:49.575Z | Downloaded string_cache v0.8.7 |
932 | 2024-02-15T20:40:49.575Z | Downloaded sec1 v0.7.3 |
933 | 2024-02-15T20:40:49.575Z | Downloaded russh-cryptovec v0.7.0 |
934 | 2024-02-15T20:40:49.575Z | Downloaded digest v0.10.7 |
935 | 2024-02-15T20:40:49.575Z | Downloaded strsim v0.10.0 |
936 | 2024-02-15T20:40:49.575Z | Downloaded slab v0.4.9 |
937 | 2024-02-15T20:40:49.575Z | Downloaded hyper-staticfile v0.9.5 |
938 | 2024-02-15T20:40:49.575Z | Downloaded getrandom v0.2.10 |
939 | 2024-02-15T20:40:49.575Z | Downloaded tinyvec_macros v0.1.1 |
940 | 2024-02-15T20:40:49.575Z | Downloaded dirs-sys-next v0.1.2 |
941 | 2024-02-15T20:40:49.575Z | Downloaded ryu v1.0.15 |
942 | 2024-02-15T20:40:49.575Z | Downloaded fxhash v0.2.1 |
943 | 2024-02-15T20:40:49.575Z | Downloaded structmeta v0.3.0 |
944 | 2024-02-15T20:40:49.575Z | Downloaded version_check v0.9.4 |
945 | 2024-02-15T20:40:49.575Z | Downloaded http-body v0.4.5 |
946 | 2024-02-15T20:40:49.575Z | Downloaded pem-rfc7468 v0.7.0 |
947 | 2024-02-15T20:40:49.576Z | Downloaded toml_edit v0.19.15 |
948 | 2024-02-15T20:40:49.576Z | Downloaded dof v0.1.5 |
949 | 2024-02-15T20:40:49.576Z | Downloaded usdt-macro v0.3.5 |
950 | 2024-02-15T20:40:49.576Z | Downloaded proc-macro-crate v1.3.1 |
951 | 2024-02-15T20:40:49.576Z | Downloaded vec_map v0.8.2 |
952 | 2024-02-15T20:40:49.576Z | Downloaded errno v0.3.8 |
953 | 2024-02-15T20:40:49.576Z | Downloaded float-cmp v0.9.0 |
954 | 2024-02-15T20:40:49.577Z | Downloaded rand_core v0.5.1 |
955 | 2024-02-15T20:40:49.577Z | Downloaded tokio-native-tls v0.3.1 |
956 | 2024-02-15T20:40:49.577Z | Downloaded strum v0.26.1 |
957 | 2024-02-15T20:40:49.577Z | Downloaded semver v0.1.20 |
958 | 2024-02-15T20:40:49.577Z | Downloaded ipnet v2.9.0 |
959 | 2024-02-15T20:40:49.577Z | Downloaded universal-hash v0.5.1 |
960 | 2024-02-15T20:40:49.577Z | Downloaded futures-io v0.3.30 |
961 | 2024-02-15T20:40:49.577Z | Downloaded mio v0.8.9 |
962 | 2024-02-15T20:40:49.577Z | Downloaded hex-literal v0.4.1 |
963 | 2024-02-15T20:40:49.578Z | Downloaded unicode-width v0.1.11 |
964 | 2024-02-15T20:40:49.578Z | Downloaded memchr v2.6.3 |
965 | 2024-02-15T20:40:49.578Z | Downloaded vsss-rs v3.3.4 |
966 | 2024-02-15T20:40:49.578Z | Downloaded spin v0.9.8 |
967 | 2024-02-15T20:40:49.578Z | Downloaded uuid v1.7.0 |
968 | 2024-02-15T20:40:49.578Z | Downloaded gethostname v0.4.3 |
969 | 2024-02-15T20:40:49.578Z | Downloaded futures-task v0.3.30 |
970 | 2024-02-15T20:40:49.578Z | Downloaded quick-error v1.2.3 |
971 | 2024-02-15T20:40:49.578Z | Downloaded r2d2 v0.8.10 |
972 | 2024-02-15T20:40:49.578Z | Downloaded strum_macros v0.25.2 |
973 | 2024-02-15T20:40:49.578Z | Downloaded usdt-impl v0.3.5 |
974 | 2024-02-15T20:40:49.578Z | Downloaded stringprep v0.1.3 |
975 | 2024-02-15T20:40:49.579Z | Downloaded futures-core v0.3.30 |
976 | 2024-02-15T20:40:49.579Z | Downloaded tokio-tungstenite v0.20.1 |
977 | 2024-02-15T20:40:49.579Z | Downloaded semver v1.0.21 |
978 | 2024-02-15T20:40:49.579Z | Downloaded rayon-core v1.12.0 |
979 | 2024-02-15T20:40:49.579Z | Downloaded spin v0.5.2 |
980 | 2024-02-15T20:40:49.579Z | Downloaded unicode-ident v1.0.12 |
981 | 2024-02-15T20:40:49.579Z | Downloaded trust-dns-resolver v0.22.0 |
982 | 2024-02-15T20:40:49.579Z | Downloaded smf v0.2.2 |
983 | 2024-02-15T20:40:49.580Z | Downloaded http v0.2.11 |
984 | 2024-02-15T20:40:49.580Z | Downloaded indexmap v1.9.3 |
985 | 2024-02-15T20:40:49.580Z | Downloaded serde_tokenstream v0.1.7 |
986 | 2024-02-15T20:40:49.580Z | Downloaded parking_lot v0.12.1 |
987 | 2024-02-15T20:40:49.580Z | Downloaded slog v2.7.0 |
988 | 2024-02-15T20:40:49.580Z | Downloaded pest v2.7.6 |
989 | 2024-02-15T20:40:49.580Z | Downloaded zeroize_derive v1.4.2 |
990 | 2024-02-15T20:40:49.581Z | Downloaded nom v7.1.3 |
991 | 2024-02-15T20:40:49.581Z | Downloaded serde_with_macros v3.6.0 |
992 | 2024-02-15T20:40:49.581Z | Downloaded zip v0.6.6 |
993 | 2024-02-15T20:40:49.581Z | Downloaded serde_yaml v0.9.25 |
994 | 2024-02-15T20:40:49.581Z | Downloaded heapless v0.8.0 |
995 | 2024-02-15T20:40:49.581Z | Downloaded schemars v0.8.16 |
996 | 2024-02-15T20:40:49.597Z | Downloaded signal-hook v0.3.17 |
997 | 2024-02-15T20:40:49.598Z | Downloaded indexmap v2.2.3 |
998 | 2024-02-15T20:40:49.598Z | Downloaded heapless v0.7.16 |
999 | 2024-02-15T20:40:49.598Z | Downloaded russh v0.40.2 |
1000 | 2024-02-15T20:40:49.598Z | Downloaded zerocopy v0.6.4 |
1001 | 2024-02-15T20:40:49.599Z | Downloaded steno v0.4.0 |
1002 | 2024-02-15T20:40:49.612Z | Downloaded toml_edit v0.22.4 |
1003 | 2024-02-15T20:40:49.637Z | Downloaded tracing-core v0.1.31 |
1004 | 2024-02-15T20:40:49.637Z | Downloaded rand v0.8.5 |
1005 | 2024-02-15T20:40:49.649Z | Downloaded hashbrown v0.12.3 |
1006 | 2024-02-15T20:40:49.649Z | Downloaded aes-gcm v0.10.3 |
1007 | 2024-02-15T20:40:49.650Z | Downloaded hashbrown v0.14.3 |
1008 | 2024-02-15T20:40:49.650Z | Downloaded serde_with v3.6.0 |
1009 | 2024-02-15T20:40:49.650Z | Downloaded winnow v0.5.15 |
1010 | 2024-02-15T20:40:49.673Z | Downloaded rustls-webpki v0.101.7 |
1011 | 2024-02-15T20:40:49.689Z | Downloaded http v1.0.0 |
1012 | 2024-02-15T20:40:49.689Z | Downloaded trust-dns-client v0.22.0 |
1013 | 2024-02-15T20:40:49.689Z | Downloaded goblin v0.8.0 |
1014 | 2024-02-15T20:40:49.689Z | Downloaded object v0.32.1 |
1015 | 2024-02-15T20:40:49.708Z | Downloaded url v2.5.0 |
1016 | 2024-02-15T20:40:49.724Z | Downloaded curve25519-dalek v4.1.1 |
1017 | 2024-02-15T20:40:49.725Z | Downloaded zerocopy v0.7.32 |
1018 | 2024-02-15T20:40:49.743Z | Downloaded hkdf v0.12.4 |
1019 | 2024-02-15T20:40:49.743Z | Downloaded regex-automata v0.1.10 |
1020 | 2024-02-15T20:40:49.743Z | Downloaded strum v0.25.0 |
1021 | 2024-02-15T20:40:49.743Z | Downloaded tower-service v0.3.2 |
1022 | 2024-02-15T20:40:49.743Z | Downloaded openssl v0.10.60 |
1023 | 2024-02-15T20:40:49.746Z | Downloaded scroll_derive v0.12.0 |
1024 | 2024-02-15T20:40:49.747Z | Downloaded tokio-util v0.7.10 |
1025 | 2024-02-15T20:40:49.747Z | Downloaded rand v0.7.3 |
1026 | 2024-02-15T20:40:49.751Z | Downloaded semver-parser v0.10.2 |
1027 | 2024-02-15T20:40:49.754Z | Downloaded slog-scope v4.4.0 |
1028 | 2024-02-15T20:40:49.755Z | Downloaded fallible-iterator v0.2.0 |
1029 | 2024-02-15T20:40:49.758Z | Downloaded structopt-derive v0.4.18 |
1030 | 2024-02-15T20:40:49.758Z | Downloaded serde_path_to_error v0.1.15 |
1031 | 2024-02-15T20:40:49.761Z | Downloaded rustc_version v0.1.7 |
1032 | 2024-02-15T20:40:49.761Z | Downloaded rustfmt-wrapper v0.2.0 |
1033 | 2024-02-15T20:40:49.761Z | Downloaded thread_local v1.1.7 |
1034 | 2024-02-15T20:40:49.767Z | Downloaded either v1.9.0 |
1035 | 2024-02-15T20:40:49.767Z | Downloaded tokio-macros v2.2.0 |
1036 | 2024-02-15T20:40:49.767Z | Downloaded rustc_version v0.4.0 |
1037 | 2024-02-15T20:40:49.767Z | Downloaded signal-hook-registry v1.4.1 |
1038 | 2024-02-15T20:40:49.772Z | Downloaded blake3 v1.5.0 |
1039 | 2024-02-15T20:40:49.779Z | Downloaded aho-corasick v1.0.4 |
1040 | 2024-02-15T20:40:49.784Z | Downloaded gimli v0.28.0 |
1041 | 2024-02-15T20:40:49.790Z | Downloaded idna v0.2.3 |
1042 | 2024-02-15T20:40:49.797Z | Downloaded webpki-roots v0.25.2 |
1043 | 2024-02-15T20:40:49.800Z | Downloaded serde_derive_internals v0.26.0 |
1044 | 2024-02-15T20:40:49.803Z | Downloaded proc-macro-error-attr v1.0.4 |
1045 | 2024-02-15T20:40:49.806Z | Downloaded trust-dns-proto v0.22.0 |
1046 | 2024-02-15T20:40:49.816Z | Downloaded itertools v0.12.1 |
1047 | 2024-02-15T20:40:49.823Z | Downloaded regex-syntax v0.8.2 |
1048 | 2024-02-15T20:40:49.832Z | Downloaded socket2 v0.5.5 |
1049 | 2024-02-15T20:40:49.835Z | Downloaded rustls v0.22.2 |
1050 | 2024-02-15T20:40:49.849Z | Downloaded proc-macro2 v1.0.78 |
1051 | 2024-02-15T20:40:49.852Z | Downloaded subprocess v0.2.9 |
1052 | 2024-02-15T20:40:49.855Z | Downloaded socket2 v0.4.9 |
1053 | 2024-02-15T20:40:49.858Z | Downloaded h2 v0.3.24 |
1054 | 2024-02-15T20:40:49.863Z | Downloaded proc-macro-error v1.0.4 |
1055 | 2024-02-15T20:40:49.866Z | Downloaded futures-util v0.3.30 |
1056 | 2024-02-15T20:40:49.879Z | Downloaded toml v0.7.8 |
1057 | 2024-02-15T20:40:49.883Z | Downloaded elliptic-curve v0.13.8 |
1058 | 2024-02-15T20:40:49.886Z | Downloaded zerocopy-derive v0.6.4 |
1059 | 2024-02-15T20:40:49.897Z | Downloaded rayon v1.8.0 |
1060 | 2024-02-15T20:40:49.906Z | Downloaded tracing v0.1.37 |
1061 | 2024-02-15T20:40:49.913Z | Downloaded regex-automata v0.4.4 |
1062 | 2024-02-15T20:40:49.929Z | Downloaded vcpkg v0.2.15 |
1063 | 2024-02-15T20:40:49.969Z | Downloaded ed25519-dalek v2.0.0 |
1064 | 2024-02-15T20:40:49.976Z | Downloaded unsafe-libyaml v0.2.10 |
1065 | 2024-02-15T20:40:49.979Z | Downloaded ecdsa v0.16.9 |
1066 | 2024-02-15T20:40:49.979Z | Downloaded tokio-rustls v0.25.0 |
1067 | 2024-02-15T20:40:49.979Z | Downloaded radix_trie v0.2.1 |
1068 | 2024-02-15T20:40:49.985Z | Downloaded clap v2.34.0 |
1069 | 2024-02-15T20:40:49.993Z | Downloaded ed25519 v2.2.2 |
1070 | 2024-02-15T20:40:49.996Z | Downloaded rustls-webpki v0.102.1 |
1071 | 2024-02-15T20:40:50.015Z | Downloaded syn v1.0.109 |
1072 | 2024-02-15T20:40:50.025Z | Downloaded syn v2.0.48 |
1073 | 2024-02-15T20:40:50.036Z | Downloaded rustls v0.21.9 |
1074 | 2024-02-15T20:40:50.050Z | Downloaded reqwest v0.11.22 |
1075 | 2024-02-15T20:40:50.056Z | Downloaded serde_json v1.0.113 |
1076 | 2024-02-15T20:40:50.079Z | Downloaded regex v1.10.3 |
1077 | 2024-02-15T20:40:50.504Z | Downloaded bstr v0.2.17 |
1078 | 2024-02-15T20:40:50.505Z | Downloaded smoltcp v0.9.1 |
1079 | 2024-02-15T20:40:50.509Z | Downloaded bstr v1.6.0 |
1080 | 2024-02-15T20:40:50.509Z | Downloaded openapiv3 v2.0.0 |
1081 | 2024-02-15T20:40:50.509Z | Downloaded hyper v0.14.27 |
1082 | 2024-02-15T20:40:50.509Z | Downloaded winapi v0.3.9 |
1083 | 2024-02-15T20:40:50.509Z | Downloaded regress v0.8.0 |
1084 | 2024-02-15T20:40:50.509Z | Downloaded sha3 v0.10.8 |
1085 | 2024-02-15T20:40:50.509Z | Downloaded encoding_rs v0.8.33 |
1086 | 2024-02-15T20:40:50.510Z | Downloaded smoltcp v0.11.0 |
1087 | 2024-02-15T20:40:50.510Z | Downloaded sled v0.34.7 |
1088 | 2024-02-15T20:40:50.510Z | Downloaded rustix v0.38.31 |
1089 | 2024-02-15T20:40:50.510Z | Downloaded zerocopy-derive v0.2.0 |
1090 | 2024-02-15T20:40:50.510Z | Downloaded regex-automata v0.3.8 |
1091 | 2024-02-15T20:40:50.510Z | Downloaded tokio v1.36.0 |
1092 | 2024-02-15T20:40:50.510Z | Downloaded libc v0.2.153 |
1093 | 2024-02-15T20:40:50.510Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1094 | 2024-02-15T20:40:50.510Z | Downloaded time v0.3.27 |
1095 | 2024-02-15T20:40:50.510Z | Downloaded tracing-attributes v0.1.26 |
1096 | 2024-02-15T20:40:50.510Z | Downloaded rustix v0.37.23 |
1097 | 2024-02-15T20:40:50.510Z | Downloaded diesel v2.1.4 |
1098 | 2024-02-15T20:40:50.510Z | Downloaded embedded-io v0.4.0 |
1099 | 2024-02-15T20:40:50.510Z | Downloaded idna v0.5.0 |
1100 | 2024-02-15T20:40:50.511Z | Downloaded chrono v0.4.31 |
1101 | 2024-02-15T20:40:50.511Z | Downloaded unicode-normalization v0.1.22 |
1102 | 2024-02-15T20:40:50.511Z | Downloaded aes v0.8.3 |
1103 | 2024-02-15T20:40:50.511Z | Downloaded crossterm v0.27.0 |
1104 | 2024-02-15T20:40:50.511Z | Downloaded serde v1.0.196 |
1105 | 2024-02-15T20:40:50.511Z | Downloaded petgraph v0.6.4 |
1106 | 2024-02-15T20:40:50.511Z | Downloaded itertools v0.10.5 |
1107 | 2024-02-15T20:40:50.511Z | Downloaded half v2.3.1 |
1108 | 2024-02-15T20:40:50.511Z | Downloaded unicode-segmentation v1.10.1 |
1109 | 2024-02-15T20:40:50.511Z | Downloaded io-lifetimes v1.0.11 |
1110 | 2024-02-15T20:40:50.512Z | Downloaded semver v0.11.0 |
1111 | 2024-02-15T20:40:50.512Z | Downloaded tokio-stream v0.1.14 |
1112 | 2024-02-15T20:40:50.512Z | Downloaded flate2 v1.0.28 |
1113 | 2024-02-15T20:40:50.512Z | Downloaded smallvec v1.13.1 |
1114 | 2024-02-15T20:40:50.512Z | Downloaded trust-dns-server v0.22.1 |
1115 | 2024-02-15T20:40:50.512Z | Downloaded num-bigint v0.4.4 |
1116 | 2024-02-15T20:40:50.512Z | Downloaded base64 v0.21.7 |
1117 | 2024-02-15T20:40:50.512Z | Downloaded thread-id v4.2.0 |
1118 | 2024-02-15T20:40:50.512Z | Downloaded fnv v1.0.7 |
1119 | 2024-02-15T20:40:50.512Z | Downloaded sha2 v0.10.8 |
1120 | 2024-02-15T20:40:50.512Z | Downloaded slog-term v2.9.0 |
1121 | 2024-02-15T20:40:50.512Z | Downloaded getrandom v0.1.16 |
1122 | 2024-02-15T20:40:50.512Z | Downloaded hyper-rustls v0.24.2 |
1123 | 2024-02-15T20:40:50.519Z | Downloaded toml v0.8.10 |
1124 | 2024-02-15T20:40:50.519Z | Downloaded rcgen v0.12.1 |
1125 | 2024-02-15T20:40:50.519Z | Downloaded minimal-lexical v0.2.1 |
1126 | 2024-02-15T20:40:50.523Z | Downloaded slog-bunyan v2.5.0 |
1127 | 2024-02-15T20:40:50.523Z | Downloaded unicode-bidi v0.3.13 |
1128 | 2024-02-15T20:40:50.523Z | Downloaded slog-json v2.6.1 |
1129 | 2024-02-15T20:40:50.528Z | Downloaded quote v1.0.35 |
1130 | 2024-02-15T20:40:50.529Z | Downloaded httparse v1.8.0 |
1131 | 2024-02-15T20:40:50.549Z | Downloaded heck v0.3.3 |
1132 | 2024-02-15T20:40:50.549Z | Downloaded untrusted v0.7.1 |
1133 | 2024-02-15T20:40:50.549Z | Downloaded rustc-demangle v0.1.23 |
1134 | 2024-02-15T20:40:50.549Z | Downloaded crossbeam-channel v0.5.8 |
1135 | 2024-02-15T20:40:50.549Z | Downloaded russh-keys v0.40.1 |
1136 | 2024-02-15T20:40:50.561Z | Downloaded hmac v0.12.1 |
1137 | 2024-02-15T20:40:50.561Z | Downloaded term v0.7.0 |
1138 | 2024-02-15T20:40:50.561Z | Downloaded usdt v0.3.5 |
1139 | 2024-02-15T20:40:50.561Z | Downloaded rand_chacha v0.3.1 |
1140 | 2024-02-15T20:40:50.561Z | Downloaded signature v2.1.0 |
1141 | 2024-02-15T20:40:50.562Z | Downloaded itoa v1.0.9 |
1142 | 2024-02-15T20:40:50.562Z | Downloaded spki v0.7.2 |
1143 | 2024-02-15T20:40:50.562Z | Downloaded hash32 v0.3.1 |
1144 | 2024-02-15T20:40:50.562Z | Downloaded ff v0.13.0 |
1145 | 2024-02-15T20:40:50.562Z | Downloaded miniz_oxide v0.7.1 |
1146 | 2024-02-15T20:40:50.562Z | Downloaded der v0.7.8 |
1147 | 2024-02-15T20:40:50.573Z | Downloaded tungstenite v0.20.1 |
1148 | 2024-02-15T20:40:50.573Z | Downloaded thiserror-impl v1.0.57 |
1149 | 2024-02-15T20:40:50.573Z | Downloaded serde_derive v1.0.196 |
1150 | 2024-02-15T20:40:50.574Z | Downloaded similar v2.3.0 |
1151 | 2024-02-15T20:40:50.582Z | Downloaded thiserror v1.0.57 |
1152 | 2024-02-15T20:40:50.582Z | Downloaded fastrand v2.0.1 |
1153 | 2024-02-15T20:40:50.582Z | Downloaded zone v0.3.0 |
1154 | 2024-02-15T20:40:50.583Z | Downloaded scopeguard v1.2.0 |
1155 | 2024-02-15T20:40:50.583Z | Downloaded tar v0.4.40 |
1156 | 2024-02-15T20:40:50.583Z | Downloaded structopt v0.3.26 |
1157 | 2024-02-15T20:40:50.589Z | Downloaded postcard v1.0.8 |
1158 | 2024-02-15T20:40:50.593Z | Downloaded ring v0.17.7 |
1159 | 2024-02-15T20:40:50.694Z | Downloaded typenum v1.16.0 |
1160 | 2024-02-15T20:40:50.712Z | Downloaded futures-macro v0.3.30 |
1161 | 2024-02-15T20:40:50.713Z | Downloaded zerocopy-derive v0.7.32 |
1162 | 2024-02-15T20:40:50.714Z | Downloaded scroll v0.12.0 |
1163 | 2024-02-15T20:40:50.714Z | Downloaded schemars_derive v0.8.16 |
1164 | 2024-02-15T20:40:50.714Z | Downloaded bitflags v2.4.0 |
1165 | 2024-02-15T20:40:50.714Z | Downloaded camino v1.1.6 |
1166 | 2024-02-15T20:40:50.731Z | Downloaded poly1305 v0.8.0 |
1167 | 2024-02-15T20:40:50.731Z | Downloaded anyhow v1.0.75 |
1168 | 2024-02-15T20:40:50.732Z | Downloaded postgres-types v0.2.6 |
1169 | 2024-02-15T20:40:50.732Z | Downloaded terminal_size v0.2.6 |
1170 | 2024-02-15T20:40:50.732Z | Downloaded serde_tokenstream v0.2.0 |
1171 | 2024-02-15T20:40:50.732Z | Downloaded arc-swap v1.6.0 |
1172 | 2024-02-15T20:40:50.732Z | Downloaded clap v4.4.3 |
1173 | 2024-02-15T20:40:50.743Z | Downloaded ring v0.16.20 |
1174 | 2024-02-15T20:40:50.810Z | Downloaded strum_macros v0.26.1 |
1175 | 2024-02-15T20:40:50.813Z | Downloaded sha1 v0.10.6 |
1176 | 2024-02-15T20:40:50.813Z | Downloaded toml_datetime v0.6.5 |
1177 | 2024-02-15T20:40:50.813Z | Downloaded is-terminal v0.4.9 |
1178 | 2024-02-15T20:40:50.813Z | Downloaded ipnetwork v0.20.0 |
1179 | 2024-02-15T20:40:50.813Z | Downloaded futures-sink v0.3.30 |
1180 | 2024-02-15T20:40:50.816Z | Downloaded generic-array v0.14.7 |
1181 | 2024-02-15T20:40:50.816Z | Downloaded iana-time-zone v0.1.57 |
1182 | 2024-02-15T20:40:50.820Z | Downloaded synstructure v0.12.6 |
1183 | 2024-02-15T20:40:50.820Z | Downloaded darling v0.20.3 |
1184 | 2024-02-15T20:40:50.823Z | Downloaded pem v3.0.2 |
1185 | 2024-02-15T20:40:50.823Z | Downloaded dyn-clone v1.0.16 |
1186 | 2024-02-15T20:40:50.823Z | Downloaded password-hash v0.5.0 |
1187 | 2024-02-15T20:40:50.826Z | Downloaded dirs v5.0.1 |
1188 | 2024-02-15T20:40:50.826Z | Downloaded xattr v1.0.1 |
1189 | 2024-02-15T20:40:50.831Z | Downloaded num-complex v0.4.4 |
1190 | 2024-02-15T20:40:50.831Z | Downloaded walkdir v2.4.0 |
1191 | 2024-02-15T20:40:50.831Z | Downloaded usdt v0.5.0 |
1192 | 2024-02-15T20:40:50.831Z | Downloaded parking_lot_core v0.8.6 |
1193 | 2024-02-15T20:40:50.843Z | Downloaded structmeta-derive v0.3.0 |
1194 | 2024-02-15T20:40:50.843Z | Downloaded strsim v0.8.0 |
1195 | 2024-02-15T20:40:50.843Z | Downloaded addr2line v0.21.0 |
1196 | 2024-02-15T20:40:50.843Z | Downloaded flagset v0.4.3 |
1197 | 2024-02-15T20:40:50.843Z | Downloaded dof v0.3.0 |
1198 | 2024-02-15T20:40:50.843Z | Downloaded clap_builder v4.4.2 |
1199 | 2024-02-15T20:40:50.846Z | Downloaded zeroize v1.7.0 |
1200 | 2024-02-15T20:40:50.849Z | Downloaded phf_shared v0.11.2 |
1201 | 2024-02-15T20:40:50.849Z | Downloaded num-integer v0.1.45 |
1202 | 2024-02-15T20:40:50.849Z | Downloaded num-derive v0.4.0 |
1203 | 2024-02-15T20:40:50.853Z | Downloaded multer v3.0.0 |
1204 | 2024-02-15T20:40:50.856Z | Downloaded cpufeatures v0.2.12 |
1205 | 2024-02-15T20:40:50.856Z | Downloaded convert_case v0.4.0 |
1206 | 2024-02-15T20:40:50.856Z | Downloaded constant_time_eq v0.3.0 |
1207 | 2024-02-15T20:40:50.861Z | Downloaded ciborium-ll v0.2.2 |
1208 | 2024-02-15T20:40:50.861Z | Downloaded predicates v3.1.0 |
1209 | 2024-02-15T20:40:50.861Z | Downloaded block-padding v0.3.3 |
1210 | 2024-02-15T20:40:50.866Z | Downloaded block-buffer v0.10.4 |
1211 | 2024-02-15T20:40:50.866Z | Downloaded lalrpop-util v0.19.12 |
1212 | 2024-02-15T20:40:50.866Z | Downloaded bitflags v1.3.2 |
1213 | 2024-02-15T20:40:50.866Z | Downloaded static_assertions v1.1.0 |
1214 | 2024-02-15T20:40:50.870Z | Downloaded chacha20 v0.9.1 |
1215 | 2024-02-15T20:40:50.870Z | Downloaded async-stream v0.3.5 |
1216 | 2024-02-15T20:40:50.870Z | Downloaded utf-8 v0.7.6 |
1217 | 2024-02-15T20:40:50.873Z | Downloaded pretty-hex v0.4.1 |
1218 | 2024-02-15T20:40:50.873Z | Downloaded usdt-attr-macro v0.3.5 |
1219 | 2024-02-15T20:40:50.873Z | Downloaded toolchain_find v0.2.0 |
1220 | 2024-02-15T20:40:50.876Z | Downloaded normalize-line-endings v0.3.0 |
1221 | 2024-02-15T20:40:50.876Z | Downloaded colored v2.0.4 |
1222 | 2024-02-15T20:40:50.876Z | Downloaded aead v0.5.2 |
1223 | 2024-02-15T20:40:50.887Z | Downloaded arrayvec v0.7.4 |
1224 | 2024-02-15T20:40:50.887Z | Downloaded ansi_term v0.12.1 |
1225 | 2024-02-15T20:40:50.891Z | Downloaded equivalent v1.0.1 |
1226 | 2024-02-15T20:40:50.891Z | Downloaded want v0.3.1 |
1227 | 2024-02-15T20:40:50.891Z | Downloaded usdt-macro v0.5.0 |
1228 | 2024-02-15T20:40:50.891Z | Downloaded try-lock v0.2.4 |
1229 | 2024-02-15T20:40:50.891Z | Downloaded take_mut v0.2.2 |
1230 | 2024-02-15T20:40:50.891Z | Downloaded mime_guess v2.0.4 |
1231 | 2024-02-15T20:40:50.891Z | Downloaded swrite v0.1.0 |
1232 | 2024-02-15T20:40:50.891Z | Downloaded lru-cache v0.1.2 |
1233 | 2024-02-15T20:40:50.891Z | Downloaded precomputed-hash v0.1.1 |
1234 | 2024-02-15T20:40:50.891Z | Downloaded ppv-lite86 v0.2.17 |
1235 | 2024-02-15T20:40:50.891Z | Downloaded cc v1.0.83 |
1236 | 2024-02-15T20:40:50.895Z | Downloaded native-tls v0.2.11 |
1237 | 2024-02-15T20:40:50.895Z | Downloaded ciborium v0.2.2 |
1238 | 2024-02-15T20:40:50.898Z | Downloaded deranged v0.3.8 |
1239 | 2024-02-15T20:40:50.898Z | Downloaded opaque-debug v0.3.0 |
1240 | 2024-02-15T20:40:50.898Z | Downloaded pretty-hex v0.2.1 |
1241 | 2024-02-15T20:40:50.898Z | Downloaded percent-encoding v2.3.1 |
1242 | 2024-02-15T20:40:50.905Z | Downloaded crypto-bigint v0.5.2 |
1243 | 2024-02-15T20:40:50.908Z | Downloaded crossbeam-epoch v0.9.15 |
1244 | 2024-02-15T20:40:50.909Z | Downloaded const-oid v0.9.5 |
1245 | 2024-02-15T20:40:50.909Z | Downloaded colorchoice v1.0.0 |
1246 | 2024-02-15T20:40:50.913Z | Downloaded pin-utils v0.1.0 |
1247 | 2024-02-15T20:40:50.913Z | Downloaded paste v1.0.14 |
1248 | 2024-02-15T20:40:50.913Z | Downloaded autocfg v1.1.0 |
1249 | 2024-02-15T20:40:50.916Z | Downloaded postgres-protocol v0.6.6 |
1250 | 2024-02-15T20:40:50.916Z | Downloaded parking_lot v0.11.2 |
1251 | 2024-02-15T20:40:50.920Z | Downloaded num-rational v0.4.1 |
1252 | 2024-02-15T20:40:50.920Z | Downloaded clap_derive v4.4.2 |
1253 | 2024-02-15T20:40:50.923Z | Downloaded async-stream-impl v0.3.5 |
1254 | 2024-02-15T20:40:50.923Z | Downloaded arrayref v0.3.7 |
1255 | 2024-02-15T20:40:50.923Z | Downloaded platforms v3.0.2 |
1256 | 2024-02-15T20:40:50.927Z | Downloaded parking_lot_core v0.9.8 |
1257 | 2024-02-15T20:40:50.927Z | Downloaded ciborium-io v0.2.2 |
1258 | 2024-02-15T20:40:50.927Z | Downloaded crossbeam-deque v0.8.3 |
1259 | 2024-02-15T20:40:50.932Z | Downloaded console v0.15.8 |
1260 | 2024-02-15T20:40:50.932Z | Downloaded cancel-safe-futures v0.1.5 |
1261 | 2024-02-15T20:40:50.936Z | Downloaded pkg-config v0.3.27 |
1262 | 2024-02-15T20:40:50.936Z | Downloaded mime v0.3.17 |
1263 | 2024-02-15T20:40:50.937Z | Downloaded memoffset v0.9.0 |
1264 | 2024-02-15T20:40:50.937Z | Downloaded linear-map v1.2.0 |
1265 | 2024-02-15T20:40:50.941Z | Downloaded num v0.4.1 |
1266 | 2024-02-15T20:40:50.941Z | Downloaded memmap v0.7.0 |
1267 | 2024-02-15T20:40:50.941Z | Downloaded managed v0.8.0 |
1268 | 2024-02-15T20:40:50.941Z | Downloaded camino-tempfile v1.1.1 |
1269 | 2024-02-15T20:40:51.354Z | Compiling proc-macro2 v1.0.78 |
1270 | 2024-02-15T20:40:51.354Z | Compiling unicode-ident v1.0.12 |
1271 | 2024-02-15T20:40:51.354Z | Compiling libc v0.2.153 |
1272 | 2024-02-15T20:40:51.364Z | Compiling serde v1.0.196 |
1273 | 2024-02-15T20:40:51.364Z | Compiling version_check v0.9.4 |
1274 | 2024-02-15T20:40:51.364Z | Compiling autocfg v1.1.0 |
1275 | 2024-02-15T20:40:51.397Z | Compiling cfg-if v1.0.0 |
1276 | 2024-02-15T20:40:51.525Z | Compiling syn v1.0.109 |
1277 | 2024-02-15T20:40:51.600Z | Compiling once_cell v1.19.0 |
1278 | 2024-02-15T20:40:52.015Z | Compiling thiserror v1.0.57 |
1279 | 2024-02-15T20:40:52.177Z | Compiling memchr v2.6.3 |
1280 | 2024-02-15T20:40:52.210Z | Compiling typenum v1.16.0 |
1281 | 2024-02-15T20:40:52.629Z | Compiling lock_api v0.4.10 |
1282 | 2024-02-15T20:40:53.366Z | Compiling parking_lot_core v0.9.8 |
1283 | 2024-02-15T20:40:53.595Z | Compiling byteorder v1.5.0 |
1284 | 2024-02-15T20:40:53.695Z | Compiling generic-array v0.14.7 |
1285 | 2024-02-15T20:40:53.701Z | Compiling ahash v0.8.7 |
1286 | 2024-02-15T20:40:53.725Z | Compiling libm v0.2.7 |
1287 | 2024-02-15T20:40:53.729Z | Compiling num-traits v0.2.16 |
1288 | 2024-02-15T20:40:53.993Z | Compiling serde_json v1.0.113 |
1289 | 2024-02-15T20:40:54.011Z | Compiling itoa v1.0.9 |
1290 | 2024-02-15T20:40:54.228Z | Compiling slab v0.4.9 |
1291 | 2024-02-15T20:40:54.237Z | Compiling log v0.4.20 |
1292 | 2024-02-15T20:40:54.543Z | Compiling quote v1.0.35 |
1293 | 2024-02-15T20:40:54.709Z | Compiling scopeguard v1.2.0 |
1294 | 2024-02-15T20:40:54.791Z | Compiling allocator-api2 v0.2.16 |
1295 | 2024-02-15T20:40:54.857Z | Compiling ryu v1.0.15 |
1296 | 2024-02-15T20:40:54.900Z | Compiling syn v2.0.48 |
1297 | 2024-02-15T20:40:55.190Z | Compiling getrandom v0.2.10 |
1298 | 2024-02-15T20:40:55.242Z | Compiling cc v1.0.83 |
1299 | 2024-02-15T20:40:55.503Z | Compiling rand_core v0.6.4 |
1300 | 2024-02-15T20:40:55.915Z | Compiling pkg-config v0.3.27 |
1301 | 2024-02-15T20:40:56.059Z | Compiling heck v0.4.1 |
1302 | 2024-02-15T20:40:56.219Z | Compiling equivalent v1.0.1 |
1303 | 2024-02-15T20:40:56.335Z | Compiling smallvec v1.13.1 |
1304 | 2024-02-15T20:40:56.389Z | Compiling schemars v0.8.16 |
1305 | 2024-02-15T20:40:56.545Z | Compiling subtle v2.5.0 |
1306 | 2024-02-15T20:40:57.001Z | Compiling vcpkg v0.2.15 |
1307 | 2024-02-15T20:40:57.508Z | Compiling pin-project-lite v0.2.13 |
1308 | 2024-02-15T20:40:57.636Z | Compiling httparse v1.8.0 |
1309 | 2024-02-15T20:40:58.083Z | Compiling parking_lot v0.12.1 |
1310 | 2024-02-15T20:40:58.149Z | Compiling ucd-trie v0.1.6 |
1311 | 2024-02-15T20:40:58.307Z | Compiling signal-hook-registry v1.4.1 |
1312 | 2024-02-15T20:40:58.408Z | Compiling ring v0.17.7 |
1313 | 2024-02-15T20:40:58.773Z | Compiling ring v0.16.20 |
1314 | 2024-02-15T20:40:59.118Z | Compiling fnv v1.0.7 |
1315 | 2024-02-15T20:40:59.247Z | Compiling mio v0.8.9 |
1316 | 2024-02-15T20:40:59.290Z | Compiling openssl-sys v0.9.96 |
1317 | 2024-02-15T20:40:59.954Z | Compiling iana-time-zone v0.1.57 |
1318 | 2024-02-15T20:41:00.067Z | Compiling semver v1.0.21 |
1319 | 2024-02-15T20:41:00.386Z | Compiling openssl v0.10.60 |
1320 | 2024-02-15T20:41:00.505Z | Compiling const-oid v0.9.5 |
1321 | 2024-02-15T20:41:00.523Z | Compiling socket2 v0.5.5 |
1322 | 2024-02-15T20:41:00.584Z | Compiling num_cpus v1.16.0 |
1323 | 2024-02-15T20:41:00.756Z | Compiling native-tls v0.2.11 |
1324 | 2024-02-15T20:41:01.274Z | Compiling rustls v0.21.9 |
1325 | 2024-02-15T20:41:01.544Z | Compiling dyn-clone v1.0.16 |
1326 | 2024-02-15T20:41:01.548Z | Compiling futures-core v0.3.30 |
1327 | 2024-02-15T20:41:01.804Z | Compiling aho-corasick v1.0.4 |
1328 | 2024-02-15T20:41:01.985Z | Compiling regex-syntax v0.8.2 |
1329 | 2024-02-15T20:41:02.443Z | Compiling slog v2.7.0 |
1330 | 2024-02-15T20:41:02.530Z | Compiling crossbeam-utils v0.8.16 |
1331 | 2024-02-15T20:41:02.685Z | Compiling serde_derive_internals v0.26.0 |
1332 | 2024-02-15T20:41:02.978Z | Compiling async-trait v0.1.77 |
1333 | 2024-02-15T20:41:03.016Z | Compiling spin v0.5.2 |
1334 | 2024-02-15T20:41:03.372Z | Compiling rustix v0.38.31 |
1335 | 2024-02-15T20:41:03.562Z | Compiling futures-sink v0.3.30 |
1336 | 2024-02-15T20:41:04.041Z | Compiling backtrace v0.3.69 |
1337 | 2024-02-15T20:41:04.276Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-02-15T20:41:04.369Z | Compiling tinyvec v1.6.0 |
1339 | 2024-02-15T20:41:04.607Z | Compiling futures-channel v0.3.30 |
1340 | 2024-02-15T20:41:05.548Z | Compiling regex-automata v0.4.4 |
1341 | 2024-02-15T20:41:05.584Z | Compiling pin-utils v0.1.0 |
1342 | 2024-02-15T20:41:05.714Z | Compiling futures-io v0.3.30 |
1343 | 2024-02-15T20:41:05.890Z | Compiling futures-task v0.3.30 |
1344 | 2024-02-15T20:41:06.198Z | Compiling winnow v0.5.15 |
1345 | 2024-02-15T20:41:06.340Z | Compiling unicode-normalization v0.1.22 |
1346 | 2024-02-15T20:41:06.449Z | Compiling spin v0.9.8 |
1347 | 2024-02-15T20:41:06.684Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-15T20:41:06.821Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-15T20:41:07.024Z | Compiling unicode-bidi v0.3.13 |
1350 | 2024-02-15T20:41:07.443Z | Compiling cpufeatures v0.2.12 |
1351 | 2024-02-15T20:41:07.524Z | Compiling unicode-width v0.1.11 |
1352 | 2024-02-15T20:41:07.688Z | Compiling anyhow v1.0.75 |
1353 | 2024-02-15T20:41:08.642Z | Compiling crc32fast v1.3.2 |
1354 | 2024-02-15T20:41:09.154Z | Compiling crossbeam-epoch v0.9.15 |
1355 | 2024-02-15T20:41:09.386Z | Compiling time-core v0.1.1 |
1356 | 2024-02-15T20:41:09.544Z | Compiling regex v1.10.3 |
1357 | 2024-02-15T20:41:09.572Z | Compiling time-macros v0.2.13 |
1358 | 2024-02-15T20:41:09.918Z | Compiling serde_derive v1.0.196 |
1359 | 2024-02-15T20:41:10.084Z | Compiling zeroize_derive v1.4.2 |
1360 | 2024-02-15T20:41:10.489Z | Compiling zerocopy-derive v0.7.32 |
1361 | 2024-02-15T20:41:11.612Z | Compiling thiserror-impl v1.0.57 |
1362 | 2024-02-15T20:41:12.463Z | Compiling tokio-macros v2.2.0 |
1363 | 2024-02-15T20:41:12.480Z | Compiling zerocopy v0.7.32 |
1364 | 2024-02-15T20:41:12.732Z | Compiling zeroize v1.7.0 |
1365 | 2024-02-15T20:41:13.081Z | Compiling futures-macro v0.3.30 |
1366 | 2024-02-15T20:41:14.043Z | Compiling tracing-attributes v0.1.26 |
1367 | 2024-02-15T20:41:14.420Z | Compiling hashbrown v0.14.3 |
1368 | 2024-02-15T20:41:14.627Z | Compiling schemars_derive v0.8.16 |
1369 | 2024-02-15T20:41:15.084Z | Compiling pest v2.7.6 |
1370 | 2024-02-15T20:41:15.404Z | Compiling crypto-common v0.1.6 |
1371 | 2024-02-15T20:41:15.867Z | Compiling openssl-macros v0.1.1 |
1372 | 2024-02-15T20:41:16.582Z | Compiling block-buffer v0.10.4 |
1373 | 2024-02-15T20:41:16.841Z | Compiling digest v0.10.7 |
1374 | 2024-02-15T20:41:17.283Z | Compiling pest_meta v2.7.6 |
1375 | 2024-02-15T20:41:17.845Z | Compiling futures-util v0.3.30 |
1376 | 2024-02-15T20:41:18.187Z | Compiling tracing v0.1.37 |
1377 | 2024-02-15T20:41:18.683Z | Compiling pest_generator v2.7.6 |
1378 | 2024-02-15T20:41:19.863Z | Compiling der_derive v0.7.2 |
1379 | 2024-02-15T20:41:20.995Z | Compiling errno v0.3.8 |
1380 | 2024-02-15T20:41:21.241Z | Compiling num-integer v0.1.45 |
1381 | 2024-02-15T20:41:22.132Z | Compiling percent-encoding v2.3.1 |
1382 | 2024-02-15T20:41:22.288Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-02-15T20:41:22.484Z | Compiling untrusted v0.7.1 |
1384 | 2024-02-15T20:41:22.540Z | Compiling untrusted v0.9.0 |
1385 | 2024-02-15T20:41:22.681Z | Compiling pest_derive v2.7.6 |
1386 | 2024-02-15T20:41:23.510Z | Compiling foreign-types v0.3.2 |
1387 | 2024-02-15T20:41:24.070Z | Compiling bytes v1.5.0 |
1388 | 2024-02-15T20:41:24.275Z | Compiling indexmap v2.2.3 |
1389 | 2024-02-15T20:41:24.340Z | Compiling chrono v0.4.31 |
1390 | 2024-02-15T20:41:24.435Z | Compiling uuid v1.7.0 |
1391 | 2024-02-15T20:41:25.349Z | Compiling tokio v1.36.0 |
1392 | 2024-02-15T20:41:25.381Z | Compiling http v0.2.11 |
1393 | 2024-02-15T20:41:26.600Z | Compiling bitflags v2.4.0 |
1394 | 2024-02-15T20:41:27.019Z | Compiling serde_spanned v0.6.5 |
1395 | 2024-02-15T20:41:27.260Z | Compiling toml_datetime v0.6.5 |
1396 | 2024-02-15T20:41:27.303Z | Compiling rustc_version v0.4.0 |
1397 | 2024-02-15T20:41:27.712Z | Compiling toml_edit v0.19.15 |
1398 | 2024-02-15T20:41:28.063Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-02-15T20:41:29.778Z | Compiling serde_tokenstream v0.2.0 |
1400 | 2024-02-15T20:41:30.910Z | Compiling base64 v0.21.7 |
1401 | 2024-02-15T20:41:31.081Z | Compiling try-lock v0.2.4 |
1402 | 2024-02-15T20:41:31.233Z | Compiling ppv-lite86 v0.2.17 |
1403 | 2024-02-15T20:41:31.697Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-02-15T20:41:31.884Z | Compiling synstructure v0.12.6 |
1405 | 2024-02-15T20:41:32.020Z | Compiling want v0.3.1 |
1406 | 2024-02-15T20:41:32.316Z | Compiling http-body v0.4.5 |
1407 | 2024-02-15T20:41:32.712Z | Compiling sct v0.7.0 |
1408 | 2024-02-15T20:41:32.832Z | Compiling rustls-webpki v0.101.7 |
1409 | 2024-02-15T20:41:33.104Z | Compiling form_urlencoded v1.2.1 |
1410 | 2024-02-15T20:41:33.500Z | Compiling scroll_derive v0.12.0 |
1411 | 2024-02-15T20:41:34.073Z | Compiling socket2 v0.4.9 |
1412 | 2024-02-15T20:41:34.718Z | Compiling tokio-util v0.7.10 |
1413 | 2024-02-15T20:41:34.821Z | Compiling openssl-probe v0.1.5 |
1414 | 2024-02-15T20:41:34.945Z | Compiling io-lifetimes v1.0.11 |
1415 | 2024-02-15T20:41:35.176Z | Compiling httpdate v1.0.3 |
1416 | 2024-02-15T20:41:35.588Z | Compiling tower-service v0.3.2 |
1417 | 2024-02-15T20:41:36.004Z | Compiling h2 v0.3.24 |
1418 | 2024-02-15T20:41:36.490Z | Compiling zerocopy-derive v0.2.0 |
1419 | 2024-02-15T20:41:37.672Z | Compiling idna v0.5.0 |
1420 | 2024-02-15T20:41:39.191Z | Compiling lazy_static v1.4.0 |
1421 | 2024-02-15T20:41:39.342Z | Compiling thread-id v4.2.0 |
1422 | 2024-02-15T20:41:39.466Z | Compiling adler v1.0.2 |
1423 | 2024-02-15T20:41:39.682Z | Compiling miniz_oxide v0.7.1 |
1424 | 2024-02-15T20:41:39.688Z | Compiling tokio-native-tls v0.3.1 |
1425 | 2024-02-15T20:41:39.995Z | Compiling url v2.5.0 |
1426 | 2024-02-15T20:41:41.305Z | Compiling tokio-rustls v0.24.1 |
1427 | 2024-02-15T20:41:41.486Z | Compiling rand_chacha v0.3.1 |
1428 | 2024-02-15T20:41:41.631Z | Compiling rustix v0.37.23 |
1429 | 2024-02-15T20:41:42.011Z | Compiling ipnet v2.9.0 |
1430 | 2024-02-15T20:41:42.070Z | Compiling rustversion v1.0.14 |
1431 | 2024-02-15T20:41:42.211Z | Compiling rand v0.8.5 |
1432 | 2024-02-15T20:41:42.449Z | Compiling serde_urlencoded v0.7.1 |
1433 | 2024-02-15T20:41:42.840Z | Compiling rustls-pemfile v1.0.3 |
1434 | 2024-02-15T20:41:43.203Z | Compiling hyper v0.14.27 |
1435 | 2024-02-15T20:41:43.335Z | Compiling usdt-impl v0.3.5 |
1436 | 2024-02-15T20:41:43.361Z | Compiling encoding_rs v0.8.33 |
1437 | 2024-02-15T20:41:43.448Z | Compiling mime v0.3.17 |
1438 | 2024-02-15T20:41:43.695Z | Compiling webpki-roots v0.25.2 |
1439 | 2024-02-15T20:41:44.009Z | Compiling either v1.9.0 |
1440 | 2024-02-15T20:41:44.284Z | Compiling gimli v0.28.0 |
1441 | 2024-02-15T20:41:46.627Z | Compiling regress v0.8.0 |
1442 | 2024-02-15T20:41:46.693Z | Compiling object v0.32.1 |
1443 | 2024-02-15T20:41:47.251Z | Compiling num-bigint v0.4.4 |
1444 | 2024-02-15T20:41:47.415Z | Compiling usdt-impl v0.5.0 |
1445 | 2024-02-15T20:41:47.974Z | Compiling rustc-demangle v0.1.23 |
1446 | 2024-02-15T20:41:48.471Z | Compiling flate2 v1.0.28 |
1447 | 2024-02-15T20:41:48.645Z | Compiling addr2line v0.21.0 |
1448 | 2024-02-15T20:41:49.310Z | Compiling zerocopy v0.3.0 |
1449 | 2024-02-15T20:41:49.480Z | Compiling scroll v0.12.0 |
1450 | 2024-02-15T20:41:49.521Z | Compiling heapless v0.7.16 |
1451 | 2024-02-15T20:41:49.686Z | Compiling futures-executor v0.3.30 |
1452 | 2024-02-15T20:41:50.081Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1453 | 2024-02-15T20:41:50.140Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1454 | 2024-02-15T20:41:50.163Z | Compiling plain v0.2.3 |
1455 | 2024-02-15T20:41:50.288Z | Compiling hyper-tls v0.5.0 |
1456 | 2024-02-15T20:41:50.323Z | Compiling hyper-rustls v0.24.2 |
1457 | 2024-02-15T20:41:50.580Z | Compiling signal-hook v0.3.17 |
1458 | 2024-02-15T20:41:50.677Z | Compiling reqwest v0.11.22 |
1459 | 2024-02-15T20:41:51.571Z | Compiling goblin v0.8.0 |
1460 | 2024-02-15T20:41:53.524Z | Compiling dof v0.1.5 |
1461 | 2024-02-15T20:41:53.583Z | Compiling futures v0.3.30 |
1462 | 2024-02-15T20:41:54.484Z | Compiling toml v0.7.8 |
1463 | 2024-02-15T20:41:54.743Z | Compiling hex v0.4.3 |
1464 | 2024-02-15T20:41:55.414Z | Compiling dtrace-parser v0.1.14 |
1465 | 2024-02-15T20:41:55.573Z | Compiling base64ct v1.6.0 |
1466 | 2024-02-15T20:41:55.678Z | Compiling pretty-hex v0.4.1 |
1467 | 2024-02-15T20:41:55.894Z | Compiling strsim v0.10.0 |
1468 | 2024-02-15T20:41:56.874Z | Compiling strum_macros v0.25.2 |
1469 | 2024-02-15T20:41:57.553Z | Compiling dof v0.3.0 |
1470 | 2024-02-15T20:41:58.104Z | Compiling serde_tokenstream v0.1.7 |
1471 | 2024-02-15T20:41:58.238Z | Compiling dtrace-parser v0.2.0 |
1472 | 2024-02-15T20:41:59.655Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1473 | 2024-02-15T20:41:59.707Z | Compiling bitflags v1.3.2 |
1474 | 2024-02-15T20:41:59.822Z | Compiling smoltcp v0.9.1 |
1475 | 2024-02-15T20:42:00.055Z | Compiling pem-rfc7468 v0.7.0 |
1476 | 2024-02-15T20:42:00.515Z | Compiling hmac v0.12.1 |
1477 | 2024-02-15T20:42:00.759Z | Compiling enum-as-inner v0.5.1 |
1478 | 2024-02-15T20:42:00.825Z | Compiling num-iter v0.1.43 |
1479 | 2024-02-15T20:42:01.168Z | Compiling flagset v0.4.3 |
1480 | 2024-02-15T20:42:01.276Z | Compiling unicode-segmentation v1.10.1 |
1481 | 2024-02-15T20:42:01.409Z | Compiling siphasher v0.3.11 |
1482 | 2024-02-15T20:42:01.818Z | Compiling der v0.7.8 |
1483 | 2024-02-15T20:42:01.876Z | Compiling usdt-attr-macro v0.3.5 |
1484 | 2024-02-15T20:42:02.047Z | Compiling usdt-macro v0.3.5 |
1485 | 2024-02-15T20:42:02.720Z | Compiling hubpack_derive v0.1.1 |
1486 | 2024-02-15T20:42:02.914Z | Compiling zerocopy-derive v0.6.4 |
1487 | 2024-02-15T20:42:04.291Z | Compiling anstyle v1.0.2 |
1488 | 2024-02-15T20:42:04.563Z | Compiling deranged v0.3.8 |
1489 | 2024-02-15T20:42:05.184Z | Compiling num_threads v0.1.6 |
1490 | 2024-02-15T20:42:05.307Z | Compiling utf8parse v0.2.1 |
1491 | 2024-02-15T20:42:05.316Z | Compiling sha2 v0.10.8 |
1492 | 2024-02-15T20:42:05.470Z | Compiling anstyle-parse v0.2.1 |
1493 | 2024-02-15T20:42:05.490Z | Compiling spki v0.7.2 |
1494 | 2024-02-15T20:42:06.522Z | Compiling time v0.3.27 |
1495 | 2024-02-15T20:42:08.279Z | Compiling md-5 v0.10.5 |
1496 | 2024-02-15T20:42:08.290Z | Compiling block-padding v0.3.3 |
1497 | 2024-02-15T20:42:08.514Z | Compiling clap_derive v4.4.2 |
1498 | 2024-02-15T20:42:08.560Z | Compiling getopts v0.2.21 |
1499 | 2024-02-15T20:42:09.044Z | Compiling stringprep v0.1.3 |
1500 | 2024-02-15T20:42:09.163Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1501 | 2024-02-15T20:42:09.634Z | Compiling diesel_table_macro_syntax v0.1.0 |
1502 | 2024-02-15T20:42:10.090Z | Compiling hash32 v0.2.1 |
1503 | 2024-02-15T20:42:10.463Z | Compiling anstyle-query v1.0.0 |
1504 | 2024-02-15T20:42:12.192Z | Compiling stable_deref_trait v1.2.0 |
1505 | 2024-02-15T20:42:12.318Z | Compiling colorchoice v1.0.0 |
1506 | 2024-02-15T20:42:13.328Z | Compiling fallible-iterator v0.2.0 |
1507 | 2024-02-15T20:42:13.730Z | Compiling anstream v0.5.0 |
1508 | 2024-02-15T20:42:14.062Z | Compiling postgres-protocol v0.6.6 |
1509 | 2024-02-15T20:42:14.757Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1510 | 2024-02-15T20:42:14.901Z | Compiling diesel_derives v2.1.2 |
1511 | 2024-02-15T20:42:14.992Z | Compiling inout v0.1.3 |
1512 | 2024-02-15T20:42:15.371Z | Compiling terminal_size v0.2.6 |
1513 | 2024-02-15T20:42:15.751Z | Compiling pkcs8 v0.10.2 |
1514 | 2024-02-15T20:42:16.365Z | Compiling phf_shared v0.11.2 |
1515 | 2024-02-15T20:42:17.895Z | Compiling ff v0.13.0 |
1516 | 2024-02-15T20:42:18.132Z | Compiling serde_repr v0.1.16 |
1517 | 2024-02-15T20:42:18.310Z | Compiling scheduled-thread-pool v0.2.7 |
1518 | 2024-02-15T20:42:18.899Z | Compiling managed v0.8.0 |
1519 | 2024-02-15T20:42:18.973Z | Compiling matches v0.1.10 |
1520 | 2024-02-15T20:42:19.071Z | Compiling regex-automata v0.1.10 |
1521 | 2024-02-15T20:42:19.556Z | Compiling clap_lex v0.5.1 |
1522 | 2024-02-15T20:42:19.711Z | Compiling unsafe-libyaml v0.2.10 |
1523 | 2024-02-15T20:42:19.733Z | Compiling base16ct v0.2.0 |
1524 | 2024-02-15T20:42:20.047Z | Compiling bit-vec v0.6.3 |
1525 | 2024-02-15T20:42:20.498Z | Compiling sec1 v0.7.3 |
1526 | 2024-02-15T20:42:21.117Z | Compiling serde_yaml v0.9.25 |
1527 | 2024-02-15T20:42:22.428Z | Compiling clap_builder v4.4.2 |
1528 | 2024-02-15T20:42:23.863Z | Compiling bstr v0.2.17 |
1529 | 2024-02-15T20:42:24.404Z | Compiling idna v0.2.3 |
1530 | 2024-02-15T20:42:25.364Z | Compiling r2d2 v0.8.10 |
1531 | 2024-02-15T20:42:25.754Z | Compiling group v0.13.0 |
1532 | 2024-02-15T20:42:26.104Z | Compiling phf v0.11.2 |
1533 | 2024-02-15T20:42:26.394Z | Compiling signal-hook-mio v0.2.3 |
1534 | 2024-02-15T20:42:26.460Z | Compiling bzip2 v0.4.4 |
1535 | 2024-02-15T20:42:26.559Z | Compiling cipher v0.4.4 |
1536 | 2024-02-15T20:42:26.568Z | Compiling postgres-types v0.2.6 |
1537 | 2024-02-15T20:42:26.854Z | Compiling zerocopy v0.6.4 |
1538 | 2024-02-15T20:42:27.067Z | Compiling hubpack v0.1.2 |
1539 | 2024-02-15T20:42:27.488Z | Compiling phf_shared v0.10.0 |
1540 | 2024-02-15T20:42:27.684Z | Compiling hkdf v0.12.4 |
1541 | 2024-02-15T20:42:27.771Z | Compiling crypto-bigint v0.5.2 |
1542 | 2024-02-15T20:42:27.894Z | Compiling ipnetwork v0.20.0 |
1543 | 2024-02-15T20:42:27.937Z | Compiling float-cmp v0.9.0 |
1544 | 2024-02-15T20:42:28.180Z | Compiling regex-automata v0.3.8 |
1545 | 2024-02-15T20:42:28.795Z | Compiling minimal-lexical v0.2.1 |
1546 | 2024-02-15T20:42:30.607Z | Compiling predicates-core v1.0.6 |
1547 | 2024-02-15T20:42:30.961Z | Compiling normalize-line-endings v0.3.0 |
1548 | 2024-02-15T20:42:31.085Z | Compiling precomputed-hash v0.1.1 |
1549 | 2024-02-15T20:42:31.205Z | Compiling difflib v0.4.0 |
1550 | 2024-02-15T20:42:31.353Z | Compiling static_assertions v1.1.0 |
1551 | 2024-02-15T20:42:31.460Z | Compiling fixedbitset v0.4.2 |
1552 | 2024-02-15T20:42:31.678Z | Compiling whoami v1.4.1 |
1553 | 2024-02-15T20:42:31.930Z | Compiling data-encoding v2.4.0 |
1554 | 2024-02-15T20:42:33.854Z | Compiling new_debug_unreachable v1.0.4 |
1555 | 2024-02-15T20:42:33.859Z | Compiling string_cache v0.8.7 |
1556 | 2024-02-15T20:42:33.859Z | Compiling trust-dns-proto v0.22.0 |
1557 | 2024-02-15T20:42:33.859Z | Compiling tokio-postgres v0.7.10 |
1558 | 2024-02-15T20:42:33.859Z | Compiling petgraph v0.6.4 |
1559 | 2024-02-15T20:42:34.705Z | Compiling diesel v2.1.4 |
1560 | 2024-02-15T20:42:35.259Z | Compiling predicates v3.1.0 |
1561 | 2024-02-15T20:42:35.340Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1562 | 2024-02-15T20:42:35.381Z | Compiling bstr v1.6.0 |
1563 | 2024-02-15T20:42:37.005Z | Compiling elliptic-curve v0.13.8 |
1564 | 2024-02-15T20:42:37.261Z | Compiling nom v7.1.3 |
1565 | 2024-02-15T20:42:37.276Z | Compiling yasna v0.5.2 |
1566 | 2024-02-15T20:42:37.995Z | Compiling zip v0.6.6 |
1567 | 2024-02-15T20:42:38.374Z | Compiling crossterm v0.27.0 |
1568 | 2024-02-15T20:42:39.322Z | Compiling clap v4.4.3 |
1569 | 2024-02-15T20:42:39.457Z | Compiling similar v2.3.0 |
1570 | 2024-02-15T20:42:40.069Z | Compiling bit-set v0.5.3 |
1571 | 2024-02-15T20:42:40.201Z | Compiling usdt v0.3.5 |
1572 | 2024-02-15T20:42:40.343Z | Compiling strum v0.25.0 |
1573 | 2024-02-15T20:42:40.519Z | Compiling itertools v0.10.5 |
1574 | 2024-02-15T20:42:41.042Z | Compiling console v0.15.8 |
1575 | 2024-02-15T20:42:41.062Z | Compiling tokio-stream v0.1.14 |
1576 | 2024-02-15T20:42:42.045Z | Compiling camino v1.1.6 |
1577 | 2024-02-15T20:42:42.138Z | Compiling lalrpop-util v0.19.12 |
1578 | 2024-02-15T20:42:45.653Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1579 | 2024-02-15T20:42:54.066Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1580 | 2024-02-15T20:43:17.920Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1581 | 2024-02-15T20:43:20.764Z | Compiling sha1 v0.10.6 |
1582 | 2024-02-15T20:43:21.594Z | Compiling atty v0.2.14 |
1583 | 2024-02-15T20:43:21.639Z | Compiling match_cfg v0.1.0 |
1584 | 2024-02-15T20:43:21.695Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1585 | 2024-02-15T20:43:21.748Z | Compiling hostname v0.3.1 |
1586 | 2024-02-15T20:43:21.770Z | Compiling dirs-sys-next v0.1.2 |
1587 | 2024-02-15T20:43:21.992Z | Compiling rustls-pki-types v1.1.0 |
1588 | 2024-02-15T20:43:22.116Z | Compiling ident_case v1.0.1 |
1589 | 2024-02-15T20:43:22.144Z | Compiling dirs-next v2.0.0 |
1590 | 2024-02-15T20:43:22.288Z | Compiling darling_core v0.20.3 |
1591 | 2024-02-15T20:43:22.434Z | Compiling thread_local v1.1.7 |
1592 | 2024-02-15T20:43:22.463Z | Compiling slog-async v2.8.0 |
1593 | 2024-02-15T20:43:23.211Z | Compiling rustls v0.22.2 |
1594 | 2024-02-15T20:43:23.214Z | Compiling rustls-webpki v0.102.1 |
1595 | 2024-02-15T20:43:23.283Z | Compiling term v0.7.0 |
1596 | 2024-02-15T20:43:23.716Z | Compiling crossbeam-channel v0.5.8 |
1597 | 2024-02-15T20:43:23.867Z | Compiling instant v0.1.12 |
1598 | 2024-02-15T20:43:24.031Z | Compiling multer v3.0.0 |
1599 | 2024-02-15T20:43:24.604Z | Compiling paste v1.0.14 |
1600 | 2024-02-15T20:43:24.609Z | Compiling take_mut v0.2.2 |
1601 | 2024-02-15T20:43:24.903Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1602 | 2024-02-15T20:43:24.988Z | Compiling slog-term v2.9.0 |
1603 | 2024-02-15T20:43:25.134Z | Compiling toml_edit v0.22.4 |
1604 | 2024-02-15T20:43:25.382Z | Compiling slog-json v2.6.1 |
1605 | 2024-02-15T20:43:25.868Z | Compiling http v1.0.0 |
1606 | 2024-02-15T20:43:25.952Z | Compiling async-stream-impl v0.3.5 |
1607 | 2024-02-15T20:43:26.391Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1608 | 2024-02-15T20:43:26.763Z | Compiling debug-ignore v1.0.5 |
1609 | 2024-02-15T20:43:26.935Z | Compiling atomic-waker v1.1.1 |
1610 | 2024-02-15T20:43:27.153Z | Compiling waitgroup v0.1.2 |
1611 | 2024-02-15T20:43:27.543Z | Compiling async-stream v0.3.5 |
1612 | 2024-02-15T20:43:27.882Z | Compiling slog-bunyan v2.5.0 |
1613 | 2024-02-15T20:43:28.604Z | Compiling toml v0.8.10 |
1614 | 2024-02-15T20:43:28.732Z | Compiling rustls-pemfile v2.0.0 |
1615 | 2024-02-15T20:43:28.910Z | Compiling darling_macro v0.20.3 |
1616 | 2024-02-15T20:43:29.194Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1617 | 2024-02-15T20:43:29.468Z | Compiling serde_path_to_error v0.1.15 |
1618 | 2024-02-15T20:43:30.087Z | Compiling darling v0.20.3 |
1619 | 2024-02-15T20:43:30.217Z | Compiling serde_with_macros v3.6.0 |
1620 | 2024-02-15T20:43:30.414Z | Compiling tokio-rustls v0.25.0 |
1621 | 2024-02-15T20:43:30.424Z | Compiling structmeta-derive v0.3.0 |
1622 | 2024-02-15T20:43:30.911Z | Compiling strum_macros v0.26.1 |
1623 | 2024-02-15T20:43:31.246Z | Compiling backoff v0.4.0 |
1624 | 2024-02-15T20:43:31.640Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1625 | 2024-02-15T20:43:32.521Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1626 | 2024-02-15T20:43:32.700Z | Compiling macaddr v1.0.1 |
1627 | 2024-02-15T20:43:33.218Z | Compiling proc-macro-error-attr v1.0.4 |
1628 | 2024-02-15T20:43:33.646Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2024-02-15T20:43:33.870Z | Compiling serde_with v3.6.0 |
1630 | 2024-02-15T20:43:33.898Z | Compiling structmeta v0.3.0 |
1631 | 2024-02-15T20:43:34.031Z | Compiling proc-macro-error v1.0.4 |
1632 | 2024-02-15T20:43:34.790Z | Compiling parse-display-derive v0.9.0 |
1633 | 2024-02-15T20:43:34.798Z | Compiling heapless v0.8.0 |
1634 | 2024-02-15T20:43:34.845Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-02-15T20:43:36.578Z | Compiling hash32 v0.3.1 |
1636 | 2024-02-15T20:43:36.631Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1637 | 2024-02-15T20:43:36.788Z | Compiling strum v0.26.1 |
1638 | 2024-02-15T20:43:36.822Z | Compiling smoltcp v0.11.0 |
1639 | 2024-02-15T20:43:36.986Z | Compiling rayon-core v1.12.0 |
1640 | 2024-02-15T20:43:37.663Z | Compiling crossbeam-deque v0.8.3 |
1641 | 2024-02-15T20:43:37.939Z | Compiling num_enum v0.5.11 |
1642 | 2024-02-15T20:43:38.017Z | Compiling same-file v1.0.6 |
1643 | 2024-02-15T20:43:38.113Z | Compiling cobs v0.2.3 |
1644 | 2024-02-15T20:43:38.156Z | Compiling fastrand v2.0.1 |
1645 | 2024-02-15T20:43:38.259Z | Compiling embedded-io v0.4.0 |
1646 | 2024-02-15T20:43:38.277Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1647 | 2024-02-15T20:43:38.464Z | Compiling walkdir v2.4.0 |
1648 | 2024-02-15T20:43:38.530Z | Compiling tempfile v3.10.0 |
1649 | 2024-02-15T20:43:38.655Z | Compiling postcard v1.0.8 |
1650 | 2024-02-15T20:43:39.526Z | Compiling semver-parser v0.10.2 |
1651 | 2024-02-15T20:43:39.548Z | Compiling foreign-types-macros v0.2.3 |
1652 | 2024-02-15T20:43:39.567Z | Compiling parse-display v0.9.0 |
1653 | 2024-02-15T20:43:39.718Z | Compiling blake3 v1.5.0 |
1654 | 2024-02-15T20:43:40.250Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1655 | 2024-02-15T20:43:40.429Z | Compiling crucible-workspace-hack v0.1.0 |
1656 | 2024-02-15T20:43:40.629Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1657 | 2024-02-15T20:43:40.789Z | Compiling foreign-types-shared v0.3.1 |
1658 | 2024-02-15T20:43:40.924Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-15T20:43:41.003Z | Compiling foreign-types v0.5.0 |
1660 | 2024-02-15T20:43:41.128Z | Compiling semver v0.11.0 |
1661 | 2024-02-15T20:43:41.131Z | Compiling rayon v1.8.0 |
1662 | 2024-02-15T20:43:41.522Z | Compiling is-terminal v0.4.9 |
1663 | 2024-02-15T20:43:41.653Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1664 | 2024-02-15T20:43:41.677Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1665 | 2024-02-15T20:43:42.025Z | Compiling cstr-argument v0.1.2 |
1666 | 2024-02-15T20:43:42.036Z | Compiling filetime v0.2.23 |
1667 | 2024-02-15T20:43:42.276Z | Compiling xattr v1.0.1 |
1668 | 2024-02-15T20:43:42.302Z | Compiling memmap2 v0.7.1 |
1669 | 2024-02-15T20:43:42.381Z | Compiling pretty-hex v0.2.1 |
1670 | 2024-02-15T20:43:42.556Z | Compiling arrayref v0.3.7 |
1671 | 2024-02-15T20:43:42.577Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1672 | 2024-02-15T20:43:42.581Z | Compiling arrayvec v0.7.4 |
1673 | 2024-02-15T20:43:42.675Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1674 | 2024-02-15T20:43:42.697Z | Compiling home v0.5.5 |
1675 | 2024-02-15T20:43:42.762Z | Compiling constant_time_eq v0.3.0 |
1676 | 2024-02-15T20:43:42.960Z | Compiling toolchain_find v0.2.0 |
1677 | 2024-02-15T20:43:42.993Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2024-02-15T20:43:42.996Z | Compiling tar v0.4.40 |
1679 | 2024-02-15T20:43:43.149Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1680 | 2024-02-15T20:43:43.364Z | Compiling camino-tempfile v1.1.1 |
1681 | 2024-02-15T20:43:43.602Z | Compiling colored v2.0.4 |
1682 | 2024-02-15T20:43:44.525Z | Compiling toml v0.5.11 |
1683 | 2024-02-15T20:43:44.539Z | Compiling platforms v3.0.2 |
1684 | 2024-02-15T20:43:44.690Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1685 | 2024-02-15T20:43:44.922Z | Compiling topological-sort v0.2.2 |
1686 | 2024-02-15T20:43:44.995Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1687 | 2024-02-15T20:43:45.351Z | Compiling zone_cfg_derive v0.3.0 |
1688 | 2024-02-15T20:43:46.194Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1689 | 2024-02-15T20:43:46.694Z | Compiling omicron-zone-package v0.11.0 |
1690 | 2024-02-15T20:43:47.162Z | Compiling rustfmt-wrapper v0.2.0 |
1691 | 2024-02-15T20:43:47.727Z | Compiling textwrap v0.11.0 |
1692 | 2024-02-15T20:43:47.823Z | Compiling heck v0.3.3 |
1693 | 2024-02-15T20:43:48.274Z | Compiling num-derive v0.4.0 |
1694 | 2024-02-15T20:43:48.299Z | Compiling vec_map v0.8.2 |
1695 | 2024-02-15T20:43:48.531Z | Compiling ansi_term v0.12.1 |
1696 | 2024-02-15T20:43:49.029Z | Compiling libefi-sys v0.1.0 |
1697 | 2024-02-15T20:43:49.032Z | Compiling strsim v0.8.0 |
1698 | 2024-02-15T20:43:49.032Z | Compiling structopt-derive v0.4.18 |
1699 | 2024-02-15T20:43:49.119Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1700 | 2024-02-15T20:43:49.462Z | Compiling clap v2.34.0 |
1701 | 2024-02-15T20:43:49.661Z | Compiling zone v0.3.0 |
1702 | 2024-02-15T20:43:50.184Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1703 | 2024-02-15T20:43:50.966Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1704 | 2024-02-15T20:43:51.339Z | Compiling smf v0.2.2 |
1705 | 2024-02-15T20:43:51.423Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1706 | 2024-02-15T20:43:51.859Z | Compiling unicase v2.7.0 |
1707 | 2024-02-15T20:43:52.024Z | Compiling semver v0.1.20 |
1708 | 2024-02-15T20:43:52.405Z | Compiling rustc_version v0.1.7 |
1709 | 2024-02-15T20:43:52.452Z | Compiling curve25519-dalek v4.1.1 |
1710 | 2024-02-15T20:43:52.762Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1711 | 2024-02-15T20:43:52.866Z | Compiling universal-hash v0.5.1 |
1712 | 2024-02-15T20:43:52.942Z | Compiling opaque-debug v0.3.0 |
1713 | 2024-02-15T20:43:53.046Z | Compiling newtype_derive v0.1.6 |
1714 | 2024-02-15T20:43:53.498Z | Compiling structopt v0.3.26 |
1715 | 2024-02-15T20:43:53.501Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1716 | 2024-02-15T20:43:53.501Z | Compiling curve25519-dalek-derive v0.1.0 |
1717 | 2024-02-15T20:43:53.502Z | Compiling gethostname v0.4.3 |
1718 | 2024-02-15T20:43:53.502Z | Compiling num-rational v0.4.1 |
1719 | 2024-02-15T20:43:53.502Z | Compiling getrandom v0.1.16 |
1720 | 2024-02-15T20:43:53.733Z | Compiling usdt-macro v0.5.0 |
1721 | 2024-02-15T20:43:53.765Z | Compiling usdt-attr-macro v0.5.0 |
1722 | 2024-02-15T20:43:53.891Z | Compiling password-hash v0.5.0 |
1723 | 2024-02-15T20:43:54.126Z | Compiling signature v2.1.0 |
1724 | 2024-02-15T20:43:54.279Z | Compiling blake2 v0.10.6 |
1725 | 2024-02-15T20:43:54.818Z | Compiling memmap v0.7.0 |
1726 | 2024-02-15T20:43:54.821Z | Compiling quick-error v1.2.3 |
1727 | 2024-02-15T20:43:54.946Z | Compiling linked-hash-map v0.5.6 |
1728 | 2024-02-15T20:43:55.036Z | Compiling parking_lot_core v0.8.6 |
1729 | 2024-02-15T20:43:55.320Z | Compiling lru-cache v0.1.2 |
1730 | 2024-02-15T20:43:55.441Z | Compiling resolv-conf v0.7.0 |
1731 | 2024-02-15T20:43:55.531Z | Compiling argon2 v0.5.3 |
1732 | 2024-02-15T20:43:55.581Z | Compiling usdt v0.5.0 |
1733 | 2024-02-15T20:43:56.367Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1734 | 2024-02-15T20:43:56.412Z | Compiling aead v0.5.2 |
1735 | 2024-02-15T20:43:56.592Z | Compiling num-complex v0.4.4 |
1736 | 2024-02-15T20:43:56.793Z | Compiling nibble_vec v0.1.0 |
1737 | 2024-02-15T20:43:57.428Z | Compiling slog-dtrace v0.3.0 |
1738 | 2024-02-15T20:43:57.431Z | Compiling endian-type v0.1.2 |
1739 | 2024-02-15T20:43:57.641Z | Compiling utf-8 v0.7.6 |
1740 | 2024-02-15T20:43:57.780Z | Compiling winapi v0.3.9 |
1741 | 2024-02-15T20:43:57.940Z | Compiling keccak v0.1.4 |
1742 | 2024-02-15T20:43:57.983Z | Compiling cancel-safe-futures v0.1.5 |
1743 | 2024-02-15T20:43:58.380Z | Compiling arc-swap v1.6.0 |
1744 | 2024-02-15T20:43:58.870Z | Compiling slog-scope v4.4.0 |
1745 | 2024-02-15T20:43:58.934Z | Compiling sha3 v0.10.8 |
1746 | 2024-02-15T20:43:59.059Z | Compiling tungstenite v0.20.1 |
1747 | 2024-02-15T20:43:59.080Z | Compiling num v0.4.1 |
1748 | 2024-02-15T20:43:59.116Z | Compiling radix_trie v0.2.1 |
1749 | 2024-02-15T20:43:59.287Z | Compiling mime_guess v2.0.4 |
1750 | 2024-02-15T20:43:59.411Z | Compiling steno v0.4.0 |
1751 | 2024-02-15T20:43:59.845Z | Compiling rand_core v0.5.1 |
1752 | 2024-02-15T20:43:59.941Z | Compiling trust-dns-resolver v0.22.0 |
1753 | 2024-02-15T20:44:00.782Z | Compiling poly1305 v0.8.0 |
1754 | 2024-02-15T20:44:01.402Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1755 | 2024-02-15T20:44:01.455Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1756 | 2024-02-15T20:44:02.673Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1757 | 2024-02-15T20:44:02.749Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1758 | 2024-02-15T20:44:03.145Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1759 | 2024-02-15T20:44:04.345Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1760 | 2024-02-15T20:44:04.367Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1761 | 2024-02-15T20:44:04.440Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1762 | 2024-02-15T20:44:04.773Z | Compiling chacha20 v0.9.1 |
1763 | 2024-02-15T20:44:05.069Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1764 | 2024-02-15T20:44:05.292Z | Compiling rfc6979 v0.4.0 |
1765 | 2024-02-15T20:44:05.967Z | Compiling secrecy v0.8.0 |
1766 | 2024-02-15T20:44:05.974Z | Compiling thiserror-impl-no-std v2.0.2 |
1767 | 2024-02-15T20:44:06.169Z | Compiling half v2.3.1 |
1768 | 2024-02-15T20:44:06.825Z | Compiling option-ext v0.2.0 |
1769 | 2024-02-15T20:44:06.960Z | Compiling convert_case v0.4.0 |
1770 | 2024-02-15T20:44:07.022Z | Compiling ciborium-io v0.2.2 |
1771 | 2024-02-15T20:44:07.172Z | Compiling ciborium-ll v0.2.2 |
1772 | 2024-02-15T20:44:07.666Z | Compiling dirs-sys v0.4.1 |
1773 | 2024-02-15T20:44:08.046Z | Compiling derive_more v0.99.17 |
1774 | 2024-02-15T20:44:08.376Z | Compiling ecdsa v0.16.9 |
1775 | 2024-02-15T20:44:08.903Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1776 | 2024-02-15T20:44:09.331Z | Compiling parking_lot v0.11.2 |
1777 | 2024-02-15T20:44:09.650Z | Compiling thiserror-no-std v2.0.2 |
1778 | 2024-02-15T20:44:09.759Z | Compiling rand_chacha v0.2.2 |
1779 | 2024-02-15T20:44:09.783Z | Compiling tokio-tungstenite v0.20.1 |
1780 | 2024-02-15T20:44:10.369Z | Compiling trust-dns-client v0.22.0 |
1781 | 2024-02-15T20:44:10.845Z | Compiling slog-stdlog v4.1.1 |
1782 | 2024-02-15T20:44:11.253Z | Compiling ed25519 v2.2.2 |
1783 | 2024-02-15T20:44:11.359Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1784 | 2024-02-15T20:44:11.776Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1785 | 2024-02-15T20:44:11.832Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1786 | 2024-02-15T20:44:12.017Z | Compiling polyval v0.6.1 |
1787 | 2024-02-15T20:44:12.463Z | Compiling primeorder v0.13.6 |
1788 | 2024-02-15T20:44:13.035Z | Compiling aes v0.8.3 |
1789 | 2024-02-15T20:44:13.706Z | Compiling blowfish v0.9.1 |
1790 | 2024-02-15T20:44:14.208Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2024-02-15T20:44:16.223Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1792 | 2024-02-15T20:44:17.547Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1793 | 2024-02-15T20:44:20.415Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1794 | 2024-02-15T20:44:22.680Z | Compiling ctr v0.9.2 |
1795 | 2024-02-15T20:44:23.047Z | Compiling password-hash v0.4.2 |
1796 | 2024-02-15T20:44:24.125Z | Compiling libsw v3.3.1 |
1797 | 2024-02-15T20:44:24.462Z | Compiling pbkdf2 v0.12.2 |
1798 | 2024-02-15T20:44:24.671Z | Compiling derive-where v1.2.7 |
1799 | 2024-02-15T20:44:25.184Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1800 | 2024-02-15T20:44:26.176Z | Compiling fxhash v0.2.1 |
1801 | 2024-02-15T20:44:26.443Z | Compiling swrite v0.1.0 |
1802 | 2024-02-15T20:44:26.609Z | Compiling linear-map v1.2.0 |
1803 | 2024-02-15T20:44:27.030Z | Compiling owo-colors v4.0.0 |
1804 | 2024-02-15T20:44:27.069Z | Compiling trust-dns-server v0.22.1 |
1805 | 2024-02-15T20:44:28.820Z | Compiling sled v0.34.7 |
1806 | 2024-02-15T20:44:29.102Z | Compiling bcrypt-pbkdf v0.10.0 |
1807 | 2024-02-15T20:44:29.670Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1808 | 2024-02-15T20:44:29.691Z | Compiling pbkdf2 v0.11.0 |
1809 | 2024-02-15T20:44:29.774Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1810 | 2024-02-15T20:44:30.073Z | Compiling p256 v0.13.2 |
1811 | 2024-02-15T20:44:30.257Z | Compiling ghash v0.5.0 |
1812 | 2024-02-15T20:44:30.469Z | Compiling ed25519-dalek v2.0.0 |
1813 | 2024-02-15T20:44:30.658Z | Compiling russh-cryptovec v0.7.0 |
1814 | 2024-02-15T20:44:31.113Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1815 | 2024-02-15T20:44:31.197Z | Compiling slog-envlogger v2.2.0 |
1816 | 2024-02-15T20:44:31.300Z | Compiling rand v0.7.3 |
1817 | 2024-02-15T20:44:32.029Z | Compiling vsss-rs v3.3.4 |
1818 | 2024-02-15T20:44:33.215Z | Compiling dirs v5.0.1 |
1819 | 2024-02-15T20:44:33.219Z | Compiling ciborium v0.2.2 |
1820 | 2024-02-15T20:44:34.392Z | Compiling chacha20poly1305 v0.10.1 |
1821 | 2024-02-15T20:44:34.481Z | Compiling cbc v0.1.2 |
1822 | 2024-02-15T20:44:34.555Z | Compiling pem v3.0.2 |
1823 | 2024-02-15T20:44:34.614Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1824 | 2024-02-15T20:44:34.635Z | Compiling headers-core v0.2.0 |
1825 | 2024-02-15T20:44:34.726Z | Compiling kstat-rs v0.2.3 |
1826 | 2024-02-15T20:44:34.792Z | Compiling glob v0.3.1 |
1827 | 2024-02-15T20:44:34.984Z | Compiling md5 v0.7.0 |
1828 | 2024-02-15T20:44:35.785Z | Compiling http-range v0.1.5 |
1829 | 2024-02-15T20:44:35.790Z | Compiling russh-keys v0.40.1 |
1830 | 2024-02-15T20:44:35.790Z | Compiling hyper-staticfile v0.9.5 |
1831 | 2024-02-15T20:44:35.904Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1832 | 2024-02-15T20:44:36.703Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1833 | 2024-02-15T20:44:37.467Z | Compiling rcgen v0.12.1 |
1834 | 2024-02-15T20:44:39.058Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1835 | 2024-02-15T20:44:39.079Z | Compiling headers v0.3.9 |
1836 | 2024-02-15T20:44:39.670Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1837 | 2024-02-15T20:44:39.853Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1838 | 2024-02-15T20:44:41.200Z | Compiling aes-gcm v0.10.3 |
1839 | 2024-02-15T20:44:42.656Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1840 | 2024-02-15T20:44:44.433Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1841 | 2024-02-15T20:44:45.106Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1842 | 2024-02-15T20:44:46.737Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1843 | 2024-02-15T20:44:48.940Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1844 | 2024-02-15T20:44:50.626Z | Compiling atomicwrites v0.4.3 |
1845 | 2024-02-15T20:44:50.632Z | Compiling itertools v0.12.1 |
1846 | 2024-02-15T20:44:50.632Z | Compiling subprocess v0.2.9 |
1847 | 2024-02-15T20:44:50.713Z | Compiling display-error-chain v0.2.0 |
1848 | 2024-02-15T20:44:50.904Z | Compiling hex-literal v0.4.1 |
1849 | 2024-02-15T20:44:51.070Z | Compiling russh v0.40.2 |
1850 | 2024-02-15T20:44:52.854Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1851 | 2024-02-15T20:44:53.337Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1852 | 2024-02-15T20:44:57.655Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1853 | 2024-02-15T20:44:58.938Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1854 | 2024-02-15T20:45:18.590Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1855 | 2024-02-15T20:46:17.294Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 46s |
1856 | 2024-02-15T20:46:17.568Z | |
1857 | 2024-02-15T20:46:17.568Z | real 5:46.542516095 |
1858 | 2024-02-15T20:46:17.568Z | user 29:48.931987120 |
1859 | 2024-02-15T20:46:17.568Z | sys 5:48.320110000 |
1860 | 2024-02-15T20:46:17.568Z | trap 0.871513195 |
1861 | 2024-02-15T20:46:17.568Z | tflt 11.428487814 |
1862 | 2024-02-15T20:46:17.568Z | dflt 6.341671127 |
1863 | 2024-02-15T20:46:17.568Z | kflt 0.090244233 |
1864 | 2024-02-15T20:46:17.583Z | lock 55:39.071194646 |
1865 | 2024-02-15T20:46:17.583Z | slp 1:28:21.745389999 |
1866 | 2024-02-15T20:46:17.583Z | lat 1:40.666763986 |
1867 | 2024-02-15T20:46:17.584Z | stop 4:15.705181247 |
1868 | 2024-02-15T20:46:17.584Z | + mkdir -p /work/end-to-end-tests |
1869 | 2024-02-15T20:46:17.584Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1870 | 2024-02-15T20:46:18.222Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1871 | 2024-02-15T20:46:18.223Z | + ptime -m gzip |
1872 | 2024-02-15T20:46:18.226Z | ++ basename target/debug/bootstrap |
1873 | 2024-02-15T20:46:31.491Z | |
1874 | 2024-02-15T20:46:31.491Z | real 13.264652851 |
1875 | 2024-02-15T20:46:31.491Z | user 13.159458353 |
1876 | 2024-02-15T20:46:31.491Z | sys 0.093300903 |
1877 | 2024-02-15T20:46:31.491Z | trap 0.004993586 |
1878 | 2024-02-15T20:46:31.491Z | tflt 0.000000000 |
1879 | 2024-02-15T20:46:31.491Z | dflt 0.000000000 |
1880 | 2024-02-15T20:46:31.497Z | kflt 0.000000000 |
1881 | 2024-02-15T20:46:31.497Z | lock 0.000000000 |
1882 | 2024-02-15T20:46:31.497Z | slp 0.000000000 |
1883 | 2024-02-15T20:46:31.497Z | lat 0.006515967 |
1884 | 2024-02-15T20:46:31.497Z | stop 0.000167975 |
1885 | 2024-02-15T20:46:31.497Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1886 | 2024-02-15T20:46:31.497Z | + ptime -m gzip |
1887 | 2024-02-15T20:46:31.497Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-53acd5ae20bb1630 |
1888 | 2024-02-15T20:46:32.782Z | |
1889 | 2024-02-15T20:46:32.782Z | real 1.286340438 |
1890 | 2024-02-15T20:46:32.782Z | user 1.275212170 |
1891 | 2024-02-15T20:46:32.782Z | sys 0.010497072 |
1892 | 2024-02-15T20:46:32.782Z | trap 0.000099021 |
1893 | 2024-02-15T20:46:32.782Z | tflt 0.000000000 |
1894 | 2024-02-15T20:46:32.786Z | dflt 0.000000000 |
1895 | 2024-02-15T20:46:32.786Z | kflt 0.000000000 |
1896 | 2024-02-15T20:46:32.786Z | lock 0.000000000 |
1897 | 2024-02-15T20:46:32.786Z | slp 0.000000000 |
1898 | 2024-02-15T20:46:32.786Z | lat 0.000087092 |
1899 | 2024-02-15T20:46:32.786Z | stop 0.000227240 |
1900 | 2024-02-15T20:46:32.786Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1901 | 2024-02-15T20:46:32.786Z | + ptime -m gzip |
1902 | 2024-02-15T20:46:32.786Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-510c49e5fe726d0c |
1903 | 2024-02-15T20:46:46.409Z | |
1904 | 2024-02-15T20:46:46.417Z | real 13.617291126 |
1905 | 2024-02-15T20:46:46.417Z | user 13.522937776 |
1906 | 2024-02-15T20:46:46.417Z | sys 0.089541335 |
1907 | 2024-02-15T20:46:46.417Z | trap 0.001851604 |
1908 | 2024-02-15T20:46:46.418Z | tflt 0.000000000 |
1909 | 2024-02-15T20:46:46.418Z | dflt 0.000000000 |
1910 | 2024-02-15T20:46:46.418Z | kflt 0.000000000 |
1911 | 2024-02-15T20:46:46.418Z | lock 0.000000000 |
1912 | 2024-02-15T20:46:46.418Z | slp 0.000000000 |
1913 | 2024-02-15T20:46:46.418Z | lat 0.002574420 |
1914 | 2024-02-15T20:46:46.418Z | stop 0.000166835 |
1915 | 2024-02-15T20:46:46.418Z | + banner caboose-util |
1916 | 2024-02-15T20:46:46.418Z | |
1917 | 2024-02-15T20:46:46.418Z | #### ## ##### #### #### #### ###### # # ##### |
1918 | 2024-02-15T20:46:46.419Z | # # # # # # # # # # # # # # # |
1919 | 2024-02-15T20:46:46.419Z | # # # ##### # # # # #### ##### ##### # # # |
1920 | 2024-02-15T20:46:46.419Z | # ###### # # # # # # # # # # # |
1921 | 2024-02-15T20:46:46.419Z | # # # # # # # # # # # # # # # # |
1922 | 2024-02-15T20:46:46.419Z | #### # # ##### #### #### #### ###### #### # |
1923 | 2024-02-15T20:46:46.419Z | |
1924 | 2024-02-15T20:46:46.419Z | + ptime -m cargo build --locked -p caboose-util --release |
1925 | 2024-02-15T20:46:46.812Z | Downloading crates ... |
1926 | 2024-02-15T20:46:47.143Z | Downloaded bitvec v1.0.1 |
1927 | 2024-02-15T20:46:47.159Z | Downloaded radium v0.7.0 |
1928 | 2024-02-15T20:46:47.162Z | Downloaded hashbrown v0.13.2 |
1929 | 2024-02-15T20:46:47.165Z | Downloaded wyz v0.5.1 |
1930 | 2024-02-15T20:46:47.165Z | Downloaded pkcs1 v0.7.5 |
1931 | 2024-02-15T20:46:47.168Z | Downloaded path-slash v0.1.5 |
1932 | 2024-02-15T20:46:47.168Z | Downloaded smallvec v0.6.14 |
1933 | 2024-02-15T20:46:47.172Z | Downloaded packed_struct_codegen v0.10.1 |
1934 | 2024-02-15T20:46:47.172Z | Downloaded packed_struct v0.10.1 |
1935 | 2024-02-15T20:46:47.175Z | Downloaded ron v0.8.1 |
1936 | 2024-02-15T20:46:47.177Z | Downloaded nodrop v0.1.14 |
1937 | 2024-02-15T20:46:47.180Z | Downloaded env_logger v0.10.0 |
1938 | 2024-02-15T20:46:47.183Z | Downloaded tap v1.0.1 |
1939 | 2024-02-15T20:46:47.183Z | Downloaded crc-catalog v2.2.0 |
1940 | 2024-02-15T20:46:47.183Z | Downloaded crc v3.0.1 |
1941 | 2024-02-15T20:46:47.186Z | Downloaded num-bigint-dig v0.8.4 |
1942 | 2024-02-15T20:46:47.190Z | Downloaded bitfield v0.14.0 |
1943 | 2024-02-15T20:46:47.193Z | Downloaded rsa v0.9.2 |
1944 | 2024-02-15T20:46:47.196Z | Downloaded funty v2.0.0 |
1945 | 2024-02-15T20:46:47.201Z | Downloaded array-init v0.0.4 |
1946 | 2024-02-15T20:46:47.201Z | Downloaded termcolor v1.2.0 |
1947 | 2024-02-15T20:46:47.201Z | Downloaded x509-cert v0.2.4 |
1948 | 2024-02-15T20:46:47.205Z | Downloaded crc-any v2.4.3 |
1949 | 2024-02-15T20:46:47.212Z | Downloaded serde-hex v0.1.0 |
1950 | 2024-02-15T20:46:47.212Z | Downloaded object v0.30.4 |
1951 | 2024-02-15T20:46:47.217Z | Downloaded maybe-uninit v2.0.0 |
1952 | 2024-02-15T20:46:47.326Z | Compiling proc-macro2 v1.0.78 |
1953 | 2024-02-15T20:46:47.326Z | Compiling unicode-ident v1.0.12 |
1954 | 2024-02-15T20:46:47.342Z | Compiling libc v0.2.153 |
1955 | 2024-02-15T20:46:47.343Z | Compiling autocfg v1.1.0 |
1956 | 2024-02-15T20:46:47.343Z | Compiling serde v1.0.196 |
1957 | 2024-02-15T20:46:47.343Z | Compiling version_check v0.9.4 |
1958 | 2024-02-15T20:46:47.376Z | Compiling cfg-if v1.0.0 |
1959 | 2024-02-15T20:46:47.457Z | Compiling typenum v1.16.0 |
1960 | 2024-02-15T20:46:47.471Z | Compiling once_cell v1.19.0 |
1961 | 2024-02-15T20:46:47.530Z | Compiling parking_lot_core v0.9.8 |
1962 | 2024-02-15T20:46:47.814Z | Compiling memchr v2.6.3 |
1963 | 2024-02-15T20:46:47.929Z | Compiling syn v1.0.109 |
1964 | 2024-02-15T20:46:48.405Z | Compiling byteorder v1.5.0 |
1965 | 2024-02-15T20:46:48.405Z | Compiling generic-array v0.14.7 |
1966 | 2024-02-15T20:46:48.405Z | Compiling lock_api v0.4.10 |
1967 | 2024-02-15T20:46:48.406Z | Compiling libm v0.2.7 |
1968 | 2024-02-15T20:46:48.861Z | Compiling num-traits v0.2.16 |
1969 | 2024-02-15T20:46:48.875Z | Compiling ahash v0.8.7 |
1970 | 2024-02-15T20:46:48.875Z | Compiling pkg-config v0.3.27 |
1971 | 2024-02-15T20:46:48.875Z | Compiling quote v1.0.35 |
1972 | 2024-02-15T20:46:48.921Z | Compiling thiserror v1.0.57 |
1973 | 2024-02-15T20:46:49.358Z | Compiling syn v2.0.48 |
1974 | 2024-02-15T20:46:49.379Z | Compiling cc v1.0.83 |
1975 | 2024-02-15T20:46:49.389Z | Compiling getrandom v0.2.10 |
1976 | 2024-02-15T20:46:49.720Z | Compiling serde_json v1.0.113 |
1977 | 2024-02-15T20:46:49.745Z | Compiling scopeguard v1.2.0 |
1978 | 2024-02-15T20:46:50.321Z | Compiling slab v0.4.9 |
1979 | 2024-02-15T20:46:50.329Z | Compiling log v0.4.20 |
1980 | 2024-02-15T20:46:50.376Z | Compiling itoa v1.0.9 |
1981 | 2024-02-15T20:46:50.612Z | Compiling rand_core v0.6.4 |
1982 | 2024-02-15T20:46:50.917Z | Compiling smallvec v1.13.1 |
1983 | 2024-02-15T20:46:51.530Z | Compiling vcpkg v0.2.15 |
1984 | 2024-02-15T20:46:51.974Z | Compiling parking_lot v0.12.1 |
1985 | 2024-02-15T20:46:52.224Z | Compiling const-oid v0.9.5 |
1986 | 2024-02-15T20:46:52.791Z | Compiling pin-project-lite v0.2.13 |
1987 | 2024-02-15T20:46:52.811Z | Compiling ring v0.17.7 |
1988 | 2024-02-15T20:46:52.880Z | Compiling ryu v1.0.15 |
1989 | 2024-02-15T20:46:53.168Z | Compiling ucd-trie v0.1.6 |
1990 | 2024-02-15T20:46:53.250Z | Compiling openssl-sys v0.9.96 |
1991 | 2024-02-15T20:46:53.667Z | Compiling signal-hook-registry v1.4.1 |
1992 | 2024-02-15T20:46:54.110Z | Compiling subtle v2.5.0 |
1993 | 2024-02-15T20:46:54.544Z | Compiling io-lifetimes v1.0.11 |
1994 | 2024-02-15T20:46:54.544Z | Compiling ring v0.16.20 |
1995 | 2024-02-15T20:46:54.545Z | Compiling mio v0.8.9 |
1996 | 2024-02-15T20:46:54.840Z | Compiling num-integer v0.1.45 |
1997 | 2024-02-15T20:46:55.172Z | Compiling heck v0.4.1 |
1998 | 2024-02-15T20:46:55.488Z | Compiling semver v1.0.21 |
1999 | 2024-02-15T20:46:55.562Z | Compiling futures-core v0.3.30 |
2000 | 2024-02-15T20:46:55.972Z | Compiling rustix v0.37.23 |
2001 | 2024-02-15T20:46:56.099Z | Compiling spin v0.5.2 |
2002 | 2024-02-15T20:46:56.739Z | Compiling num_cpus v1.16.0 |
2003 | 2024-02-15T20:46:56.860Z | Compiling socket2 v0.5.5 |
2004 | 2024-02-15T20:46:57.365Z | Compiling unicode-xid v0.2.4 |
2005 | 2024-02-15T20:46:57.527Z | Compiling httparse v1.8.0 |
2006 | 2024-02-15T20:46:57.539Z | Compiling openssl v0.10.60 |
2007 | 2024-02-15T20:46:58.045Z | Compiling futures-sink v0.3.30 |
2008 | 2024-02-15T20:46:58.045Z | Compiling synstructure v0.12.6 |
2009 | 2024-02-15T20:46:58.045Z | Compiling allocator-api2 v0.2.16 |
2010 | 2024-02-15T20:46:58.045Z | Compiling tinyvec_macros v0.1.1 |
2011 | 2024-02-15T20:46:58.405Z | Compiling tinyvec v1.6.0 |
2012 | 2024-02-15T20:46:58.923Z | Compiling futures-channel v0.3.30 |
2013 | 2024-02-15T20:46:58.991Z | Compiling equivalent v1.0.1 |
2014 | 2024-02-15T20:46:59.245Z | Compiling futures-io v0.3.30 |
2015 | 2024-02-15T20:46:59.245Z | Compiling futures-task v0.3.30 |
2016 | 2024-02-15T20:46:59.314Z | Compiling ppv-lite86 v0.2.17 |
2017 | 2024-02-15T20:46:59.438Z | Compiling rustls v0.21.9 |
2018 | 2024-02-15T20:46:59.529Z | Compiling native-tls v0.2.11 |
2019 | 2024-02-15T20:46:59.705Z | Compiling crc32fast v1.3.2 |
2020 | 2024-02-15T20:46:59.869Z | Compiling pin-utils v0.1.0 |
2021 | 2024-02-15T20:46:59.917Z | Compiling unicode-normalization v0.1.22 |
2022 | 2024-02-15T20:46:59.962Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-02-15T20:47:00.096Z | Compiling rand_chacha v0.3.1 |
2024 | 2024-02-15T20:47:00.123Z | Compiling spin v0.9.8 |
2025 | 2024-02-15T20:47:00.167Z | Compiling tracing-core v0.1.31 |
2026 | 2024-02-15T20:47:00.518Z | Compiling base64ct v1.6.0 |
2027 | 2024-02-15T20:47:00.580Z | Compiling unicode-bidi v0.3.13 |
2028 | 2024-02-15T20:47:00.976Z | Compiling rand v0.8.5 |
2029 | 2024-02-15T20:47:01.354Z | Compiling pem-rfc7468 v0.7.0 |
2030 | 2024-02-15T20:47:01.860Z | Compiling errno v0.3.8 |
2031 | 2024-02-15T20:47:01.902Z | Compiling num-iter v0.1.43 |
2032 | 2024-02-15T20:47:02.119Z | Compiling usdt-impl v0.3.5 |
2033 | 2024-02-15T20:47:02.157Z | Compiling schemars v0.8.16 |
2034 | 2024-02-15T20:47:02.210Z | Compiling flagset v0.4.3 |
2035 | 2024-02-15T20:47:02.447Z | Compiling signal-hook v0.3.17 |
2036 | 2024-02-15T20:47:02.504Z | Compiling rustix v0.38.31 |
2037 | 2024-02-15T20:47:03.293Z | Compiling serde_derive v1.0.196 |
2038 | 2024-02-15T20:47:03.299Z | Compiling zeroize_derive v1.4.2 |
2039 | 2024-02-15T20:47:03.299Z | Compiling zerocopy-derive v0.7.32 |
2040 | 2024-02-15T20:47:03.299Z | Compiling thiserror-impl v1.0.57 |
2041 | 2024-02-15T20:47:03.299Z | Compiling tokio-macros v2.2.0 |
2042 | 2024-02-15T20:47:03.299Z | Compiling futures-macro v0.3.30 |
2043 | 2024-02-15T20:47:03.300Z | Compiling tracing-attributes v0.1.26 |
2044 | 2024-02-15T20:47:03.300Z | Compiling der_derive v0.7.2 |
2045 | 2024-02-15T20:47:04.386Z | Compiling zeroize v1.7.0 |
2046 | 2024-02-15T20:47:04.958Z | Compiling zerocopy-derive v0.2.0 |
2047 | 2024-02-15T20:47:04.994Z | Compiling zerocopy v0.7.32 |
2048 | 2024-02-15T20:47:06.040Z | Compiling pest v2.7.6 |
2049 | 2024-02-15T20:47:06.453Z | Compiling crypto-common v0.1.6 |
2050 | 2024-02-15T20:47:06.453Z | Compiling block-buffer v0.10.4 |
2051 | 2024-02-15T20:47:06.541Z | Compiling digest v0.10.7 |
2052 | 2024-02-15T20:47:06.565Z | Compiling openssl-macros v0.1.1 |
2053 | 2024-02-15T20:47:06.860Z | Compiling futures-util v0.3.30 |
2054 | 2024-02-15T20:47:06.986Z | Compiling tracing v0.1.37 |
2055 | 2024-02-15T20:47:07.265Z | Compiling scroll_derive v0.12.0 |
2056 | 2024-02-15T20:47:07.390Z | Compiling hashbrown v0.14.3 |
2057 | 2024-02-15T20:47:07.826Z | Compiling zerocopy-derive v0.6.4 |
2058 | 2024-02-15T20:47:07.841Z | Compiling der v0.7.8 |
2059 | 2024-02-15T20:47:08.868Z | Compiling pest_meta v2.7.6 |
2060 | 2024-02-15T20:47:09.333Z | Compiling serde_derive_internals v0.26.0 |
2061 | 2024-02-15T20:47:09.965Z | Compiling pest_generator v2.7.6 |
2062 | 2024-02-15T20:47:12.907Z | Compiling pest_derive v2.7.6 |
2063 | 2024-02-15T20:47:13.126Z | Compiling bitflags v1.3.2 |
2064 | 2024-02-15T20:47:13.235Z | Compiling fnv v1.0.7 |
2065 | 2024-02-15T20:47:13.352Z | Compiling rustversion v1.0.14 |
2066 | 2024-02-15T20:47:14.029Z | Compiling schemars_derive v0.8.16 |
2067 | 2024-02-15T20:47:14.519Z | Compiling spki v0.7.2 |
2068 | 2024-02-15T20:47:15.040Z | Compiling zerocopy v0.3.0 |
2069 | 2024-02-15T20:47:15.834Z | Compiling lazy_static v1.4.0 |
2070 | 2024-02-15T20:47:16.218Z | Compiling backtrace v0.3.69 |
2071 | 2024-02-15T20:47:16.615Z | Compiling thread-id v4.2.0 |
2072 | 2024-02-15T20:47:16.629Z | Compiling memoffset v0.9.0 |
2073 | 2024-02-15T20:47:16.713Z | Compiling num-bigint v0.4.4 |
2074 | 2024-02-15T20:47:16.837Z | Compiling untrusted v0.7.1 |
2075 | 2024-02-15T20:47:16.952Z | Compiling iana-time-zone v0.1.57 |
2076 | 2024-02-15T20:47:17.015Z | Compiling async-trait v0.1.77 |
2077 | 2024-02-15T20:47:17.126Z | Compiling crossbeam-utils v0.8.16 |
2078 | 2024-02-15T20:47:17.144Z | Compiling bytes v1.5.0 |
2079 | 2024-02-15T20:47:17.467Z | Compiling indexmap v2.2.3 |
2080 | 2024-02-15T20:47:17.573Z | Compiling bitflags v2.4.0 |
2081 | 2024-02-15T20:47:18.248Z | Compiling uuid v1.7.0 |
2082 | 2024-02-15T20:47:18.256Z | Compiling tokio v1.36.0 |
2083 | 2024-02-15T20:47:18.256Z | Compiling rustc_version v0.4.0 |
2084 | 2024-02-15T20:47:18.839Z | Compiling heapless v0.7.16 |
2085 | 2024-02-15T20:47:19.117Z | Compiling http v0.2.11 |
2086 | 2024-02-15T20:47:20.169Z | Compiling untrusted v0.9.0 |
2087 | 2024-02-15T20:47:20.194Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2088 | 2024-02-15T20:47:20.509Z | Compiling smoltcp v0.9.1 |
2089 | 2024-02-15T20:47:20.883Z | Compiling foreign-types-shared v0.1.1 |
2090 | 2024-02-15T20:47:20.976Z | Compiling base64 v0.21.7 |
2091 | 2024-02-15T20:47:21.084Z | Compiling percent-encoding v2.3.1 |
2092 | 2024-02-15T20:47:21.585Z | Compiling foreign-types v0.3.2 |
2093 | 2024-02-15T20:47:21.981Z | Compiling chrono v0.4.31 |
2094 | 2024-02-15T20:47:23.606Z | Compiling dof v0.1.5 |
2095 | 2024-02-15T20:47:24.945Z | Compiling dtrace-parser v0.1.14 |
2096 | 2024-02-15T20:47:24.955Z | Compiling hmac v0.12.1 |
2097 | 2024-02-15T20:47:25.160Z | Compiling clap_derive v4.4.2 |
2098 | 2024-02-15T20:47:26.182Z | Compiling tokio-util v0.7.10 |
2099 | 2024-02-15T20:47:26.318Z | Compiling anstyle v1.0.2 |
2100 | 2024-02-15T20:47:26.396Z | Compiling utf8parse v0.2.1 |
2101 | 2024-02-15T20:47:26.770Z | Compiling time-core v0.1.1 |
2102 | 2024-02-15T20:47:26.909Z | Compiling try-lock v0.2.4 |
2103 | 2024-02-15T20:47:26.950Z | Compiling cpufeatures v0.2.12 |
2104 | 2024-02-15T20:47:27.032Z | Compiling siphasher v0.3.11 |
2105 | 2024-02-15T20:47:27.038Z | Compiling adler v1.0.2 |
2106 | 2024-02-15T20:47:27.156Z | Compiling sha2 v0.10.8 |
2107 | 2024-02-15T20:47:27.252Z | Compiling miniz_oxide v0.7.1 |
2108 | 2024-02-15T20:47:27.424Z | Compiling h2 v0.3.24 |
2109 | 2024-02-15T20:47:28.552Z | Compiling want v0.3.1 |
2110 | 2024-02-15T20:47:28.820Z | Compiling time-macros v0.2.13 |
2111 | 2024-02-15T20:47:29.816Z | Compiling anstyle-parse v0.2.1 |
2112 | 2024-02-15T20:47:32.766Z | Compiling strum_macros v0.25.2 |
2113 | 2024-02-15T20:47:33.752Z | Compiling sct v0.7.0 |
2114 | 2024-02-15T20:47:34.000Z | Compiling rustls-webpki v0.101.7 |
2115 | 2024-02-15T20:47:35.500Z | Compiling form_urlencoded v1.2.1 |
2116 | 2024-02-15T20:47:35.821Z | Compiling http-body v0.4.5 |
2117 | 2024-02-15T20:47:35.953Z | Compiling serde_tokenstream v0.1.7 |
2118 | 2024-02-15T20:47:36.064Z | Compiling pkcs8 v0.10.2 |
2119 | 2024-02-15T20:47:36.275Z | Compiling hubpack_derive v0.1.1 |
2120 | 2024-02-15T20:47:36.618Z | Compiling socket2 v0.4.9 |
2121 | 2024-02-15T20:47:36.913Z | Compiling crossbeam-epoch v0.9.15 |
2122 | 2024-02-15T20:47:37.130Z | Compiling usdt-impl v0.5.0 |
2123 | 2024-02-15T20:47:37.269Z | Compiling openssl-probe v0.1.5 |
2124 | 2024-02-15T20:47:37.529Z | Compiling anyhow v1.0.75 |
2125 | 2024-02-15T20:47:37.716Z | Compiling slog v2.7.0 |
2126 | 2024-02-15T20:47:37.732Z | Compiling radium v0.7.0 |
2127 | 2024-02-15T20:47:38.262Z | Compiling colorchoice v1.0.0 |
2128 | 2024-02-15T20:47:38.262Z | Compiling anstyle-query v1.0.0 |
2129 | 2024-02-15T20:47:38.263Z | Compiling tower-service v0.3.2 |
2130 | 2024-02-15T20:47:38.263Z | Compiling httpdate v1.0.3 |
2131 | 2024-02-15T20:47:38.484Z | Compiling hyper v0.14.27 |
2132 | 2024-02-15T20:47:39.188Z | Compiling anstream v0.5.0 |
2133 | 2024-02-15T20:47:42.315Z | Compiling terminal_size v0.2.6 |
2134 | 2024-02-15T20:47:44.553Z | Compiling zerocopy v0.6.4 |
2135 | 2024-02-15T20:47:45.351Z | Compiling scroll v0.12.0 |
2136 | 2024-02-15T20:47:45.524Z | Compiling md-5 v0.10.5 |
2137 | 2024-02-15T20:47:46.073Z | Compiling idna v0.5.0 |
2138 | 2024-02-15T20:47:46.190Z | Compiling stringprep v0.1.3 |
2139 | 2024-02-15T20:47:47.241Z | Compiling diesel_table_macro_syntax v0.1.0 |
2140 | 2024-02-15T20:47:47.476Z | Compiling hash32 v0.2.1 |
2141 | 2024-02-15T20:47:47.593Z | Compiling aho-corasick v1.0.4 |
2142 | 2024-02-15T20:47:47.862Z | Compiling stable_deref_trait v1.2.0 |
2143 | 2024-02-15T20:47:47.951Z | Compiling plain v0.2.3 |
2144 | 2024-02-15T20:47:48.110Z | Compiling dyn-clone v1.0.16 |
2145 | 2024-02-15T20:47:48.301Z | Compiling tap v1.0.1 |
2146 | 2024-02-15T20:47:48.433Z | Compiling regex-syntax v0.8.2 |
2147 | 2024-02-15T20:47:48.482Z | Compiling strsim v0.10.0 |
2148 | 2024-02-15T20:47:48.553Z | Compiling maybe-uninit v2.0.0 |
2149 | 2024-02-15T20:47:48.594Z | Compiling gimli v0.28.0 |
2150 | 2024-02-15T20:47:48.980Z | Compiling fallible-iterator v0.2.0 |
2151 | 2024-02-15T20:47:49.333Z | Compiling clap_lex v0.5.1 |
2152 | 2024-02-15T20:47:50.140Z | Compiling postgres-protocol v0.6.6 |
2153 | 2024-02-15T20:47:50.144Z | Compiling clap_builder v4.4.2 |
2154 | 2024-02-15T20:47:50.144Z | Compiling wyz v0.5.1 |
2155 | 2024-02-15T20:47:51.009Z | Compiling goblin v0.8.0 |
2156 | 2024-02-15T20:47:51.175Z | Compiling diesel_derives v2.1.2 |
2157 | 2024-02-15T20:47:52.150Z | Compiling regex-automata v0.4.4 |
2158 | 2024-02-15T20:47:53.310Z | Compiling addr2line v0.21.0 |
2159 | 2024-02-15T20:47:53.611Z | Compiling url v2.5.0 |
2160 | 2024-02-15T20:47:54.112Z | Compiling tokio-rustls v0.24.1 |
2161 | 2024-02-15T20:47:56.070Z | Compiling tokio-native-tls v0.3.1 |
2162 | 2024-02-15T20:47:57.769Z | Compiling usdt-attr-macro v0.3.5 |
2163 | 2024-02-15T20:47:58.774Z | Compiling usdt-macro v0.3.5 |
2164 | 2024-02-15T20:48:00.170Z | Compiling phf_shared v0.11.2 |
2165 | 2024-02-15T20:48:00.555Z | Compiling toml_datetime v0.6.5 |
2166 | 2024-02-15T20:48:00.566Z | Compiling serde_spanned v0.6.5 |
2167 | 2024-02-15T20:48:00.808Z | Compiling block-padding v0.3.3 |
2168 | 2024-02-15T20:48:01.230Z | Compiling enum-as-inner v0.5.1 |
2169 | 2024-02-15T20:48:01.250Z | Compiling serde_repr v0.1.16 |
2170 | 2024-02-15T20:48:01.250Z | Compiling ff v0.13.0 |
2171 | 2024-02-15T20:48:01.273Z | Compiling scheduled-thread-pool v0.2.7 |
2172 | 2024-02-15T20:48:01.824Z | Compiling object v0.32.1 |
2173 | 2024-02-15T20:48:02.045Z | Compiling pretty-hex v0.4.1 |
2174 | 2024-02-15T20:48:02.261Z | Compiling packed_struct v0.10.1 |
2175 | 2024-02-15T20:48:02.684Z | Compiling bit-vec v0.6.3 |
2176 | 2024-02-15T20:48:03.117Z | Compiling regex-automata v0.1.10 |
2177 | 2024-02-15T20:48:03.459Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-02-15T20:48:03.602Z | Compiling deranged v0.3.8 |
2179 | 2024-02-15T20:48:04.434Z | Compiling rustc-demangle v0.1.23 |
2180 | 2024-02-15T20:48:05.821Z | Compiling base16ct v0.2.0 |
2181 | 2024-02-15T20:48:05.837Z | Compiling winnow v0.5.15 |
2182 | 2024-02-15T20:48:05.837Z | Compiling funty v2.0.0 |
2183 | 2024-02-15T20:48:06.101Z | Compiling ipnet v2.9.0 |
2184 | 2024-02-15T20:48:06.662Z | Compiling num_threads v0.1.6 |
2185 | 2024-02-15T20:48:06.790Z | Compiling matches v0.1.10 |
2186 | 2024-02-15T20:48:06.883Z | Compiling managed v0.8.0 |
2187 | 2024-02-15T20:48:19.679Z | Compiling bitvec v1.0.1 |
2188 | 2024-02-15T20:48:21.089Z | Compiling toml_edit v0.19.15 |
2189 | 2024-02-15T20:48:21.089Z | Compiling idna v0.2.3 |
2190 | 2024-02-15T20:48:21.089Z | Compiling time v0.3.27 |
2191 | 2024-02-15T20:48:21.089Z | Compiling sec1 v0.7.3 |
2192 | 2024-02-15T20:48:21.089Z | Compiling bstr v0.2.17 |
2193 | 2024-02-15T20:48:21.089Z | Compiling dof v0.3.0 |
2194 | 2024-02-15T20:48:21.089Z | Compiling r2d2 v0.8.10 |
2195 | 2024-02-15T20:48:21.089Z | Compiling group v0.13.0 |
2196 | 2024-02-15T20:48:21.089Z | Compiling inout v0.1.3 |
2197 | 2024-02-15T20:48:21.089Z | Compiling phf v0.11.2 |
2198 | 2024-02-15T20:48:21.089Z | Compiling regex v1.10.3 |
2199 | 2024-02-15T20:48:21.089Z | Compiling hyper-tls v0.5.0 |
2200 | 2024-02-15T20:48:21.264Z | Compiling signal-hook-mio v0.2.3 |
2201 | 2024-02-15T20:48:21.264Z | Compiling hyper-rustls v0.24.2 |
2202 | 2024-02-15T20:48:21.264Z | Compiling clap v4.4.3 |
2203 | 2024-02-15T20:48:21.264Z | Compiling flate2 v1.0.28 |
2204 | 2024-02-15T20:48:21.265Z | Compiling ipnetwork v0.20.0 |
2205 | 2024-02-15T20:48:21.265Z | Compiling bzip2 v0.4.4 |
2206 | 2024-02-15T20:48:21.265Z | Compiling postgres-types v0.2.6 |
2207 | 2024-02-15T20:48:21.265Z | Compiling hubpack v0.1.2 |
2208 | 2024-02-15T20:48:21.266Z | Compiling serde_urlencoded v0.7.1 |
2209 | 2024-02-15T20:48:21.266Z | Compiling phf_shared v0.10.0 |
2210 | 2024-02-15T20:48:21.266Z | Compiling rustls-pemfile v1.0.3 |
2211 | 2024-02-15T20:48:21.266Z | Compiling hkdf v0.12.4 |
2212 | 2024-02-15T20:48:21.267Z | Compiling dtrace-parser v0.2.0 |
2213 | 2024-02-15T20:48:21.267Z | Compiling futures-executor v0.3.30 |
2214 | 2024-02-15T20:48:21.267Z | Compiling crypto-bigint v0.5.2 |
2215 | 2024-02-15T20:48:21.268Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-02-15T20:48:21.566Z | Compiling float-cmp v0.9.0 |
2217 | 2024-02-15T20:48:22.547Z | Compiling indexmap v1.9.3 |
2218 | 2024-02-15T20:48:22.751Z | Compiling encoding_rs v0.8.33 |
2219 | 2024-02-15T20:48:22.942Z | Compiling whoami v1.4.1 |
2220 | 2024-02-15T20:48:23.054Z | Compiling fixedbitset v0.4.2 |
2221 | 2024-02-15T20:48:23.055Z | Compiling mime v0.3.17 |
2222 | 2024-02-15T20:48:23.450Z | Compiling new_debug_unreachable v1.0.4 |
2223 | 2024-02-15T20:48:23.491Z | Compiling data-encoding v2.4.0 |
2224 | 2024-02-15T20:48:23.550Z | Compiling predicates-core v1.0.6 |
2225 | 2024-02-15T20:48:23.582Z | Compiling webpki-roots v0.25.2 |
2226 | 2024-02-15T20:48:23.847Z | Compiling minimal-lexical v0.2.1 |
2227 | 2024-02-15T20:48:24.365Z | Compiling difflib v0.4.0 |
2228 | 2024-02-15T20:48:24.500Z | Compiling crc-catalog v2.2.0 |
2229 | 2024-02-15T20:48:25.066Z | Compiling unicode-width v0.1.11 |
2230 | 2024-02-15T20:48:25.080Z | Compiling unicode-segmentation v1.10.1 |
2231 | 2024-02-15T20:48:25.711Z | Compiling normalize-line-endings v0.3.0 |
2232 | 2024-02-15T20:48:25.813Z | Compiling static_assertions v1.1.0 |
2233 | 2024-02-15T20:48:25.837Z | Compiling nodrop v0.1.14 |
2234 | 2024-02-15T20:48:25.959Z | Compiling regex-automata v0.3.8 |
2235 | 2024-02-15T20:48:26.432Z | Compiling precomputed-hash v0.1.1 |
2236 | 2024-02-15T20:48:27.366Z | Compiling either v1.9.0 |
2237 | 2024-02-15T20:48:27.366Z | Compiling itertools v0.10.5 |
2238 | 2024-02-15T20:48:28.259Z | Compiling bstr v1.6.0 |
2239 | 2024-02-15T20:48:30.735Z | Compiling string_cache v0.8.7 |
2240 | 2024-02-15T20:48:31.159Z | Compiling array-init v0.0.4 |
2241 | 2024-02-15T20:48:31.183Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2242 | 2024-02-15T20:48:32.457Z | Compiling predicates v3.1.0 |
2243 | 2024-02-15T20:48:32.541Z | Compiling similar v2.3.0 |
2244 | 2024-02-15T20:48:33.983Z | Compiling reqwest v0.11.22 |
2245 | 2024-02-15T20:48:34.900Z | Compiling console v0.15.8 |
2246 | 2024-02-15T20:48:35.911Z | Compiling crc v3.0.1 |
2247 | 2024-02-15T20:48:36.608Z | Compiling nom v7.1.3 |
2248 | 2024-02-15T20:48:37.232Z | Compiling trust-dns-proto v0.22.0 |
2249 | 2024-02-15T20:48:40.434Z | Compiling petgraph v0.6.4 |
2250 | 2024-02-15T20:48:44.119Z | Compiling tokio-postgres v0.7.10 |
2251 | 2024-02-15T20:48:44.621Z | Compiling elliptic-curve v0.13.8 |
2252 | 2024-02-15T20:48:51.411Z | Compiling futures v0.3.30 |
2253 | 2024-02-15T20:48:51.912Z | Compiling yasna v0.5.2 |
2254 | 2024-02-15T20:48:52.766Z | Compiling smallvec v0.6.14 |
2255 | 2024-02-15T20:48:53.226Z | Compiling zip v0.6.6 |
2256 | 2024-02-15T20:48:53.426Z | Compiling diesel v2.1.4 |
2257 | 2024-02-15T20:48:54.560Z | Compiling crossterm v0.27.0 |
2258 | 2024-02-15T20:48:54.561Z | Compiling cipher v0.4.4 |
2259 | 2024-02-15T20:48:55.413Z | Compiling toml v0.7.8 |
2260 | 2024-02-15T20:48:56.801Z | Compiling bit-set v0.5.3 |
2261 | 2024-02-15T20:48:57.015Z | Compiling usdt v0.3.5 |
2262 | 2024-02-15T20:48:57.076Z | Compiling is-terminal v0.4.9 |
2263 | 2024-02-15T20:48:57.741Z | Compiling strum v0.25.0 |
2264 | 2024-02-15T20:48:57.905Z | Compiling pkcs1 v0.7.5 |
2265 | 2024-02-15T20:48:58.740Z | Compiling tokio-stream v0.1.14 |
2266 | 2024-02-15T20:48:59.778Z | Compiling openapiv3 v2.0.0 |
2267 | 2024-02-15T20:49:02.087Z | Compiling hex v0.4.3 |
2268 | 2024-02-15T20:49:02.991Z | Compiling signature v2.1.0 |
2269 | 2024-02-15T20:49:06.953Z | Compiling bitfield v0.14.0 |
2270 | 2024-02-15T20:49:06.959Z | Compiling hashbrown v0.12.3 |
2271 | 2024-02-15T20:49:07.944Z | Compiling termcolor v1.2.0 |
2272 | 2024-02-15T20:49:08.163Z | Compiling lalrpop-util v0.19.12 |
2273 | 2024-02-15T20:49:09.273Z | Compiling env_logger v0.10.0 |
2274 | 2024-02-15T20:49:12.278Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2275 | 2024-02-15T20:49:20.015Z | Compiling rsa v0.9.2 |
2276 | 2024-02-15T20:49:25.086Z | Compiling serde-hex v0.1.0 |
2277 | 2024-02-15T20:49:27.374Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2278 | 2024-02-15T20:49:32.313Z | Compiling ron v0.8.1 |
2279 | 2024-02-15T20:49:34.378Z | Compiling x509-cert v0.2.4 |
2280 | 2024-02-15T20:49:35.367Z | Compiling hashbrown v0.13.2 |
2281 | 2024-02-15T20:49:36.531Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2282 | 2024-02-15T20:49:37.407Z | Compiling crc-any v2.4.3 |
2283 | 2024-02-15T20:49:57.826Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2284 | 2024-02-15T20:49:58.581Z | Compiling object v0.30.4 |
2285 | 2024-02-15T20:49:59.585Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2286 | 2024-02-15T20:50:13.896Z | Compiling path-slash v0.1.5 |
2287 | 2024-02-15T20:50:14.398Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2288 | 2024-02-15T20:50:41.241Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2289 | 2024-02-15T20:50:42.033Z | Finished release [optimized] target(s) in 3m 55s |
2290 | 2024-02-15T20:50:42.111Z | |
2291 | 2024-02-15T20:50:42.128Z | real 3:55.628899937 |
2292 | 2024-02-15T20:50:42.129Z | user 25:39.456376065 |
2293 | 2024-02-15T20:50:42.129Z | sys 3:02.156265111 |
2294 | 2024-02-15T20:50:42.129Z | trap 0.791536724 |
2295 | 2024-02-15T20:50:42.129Z | tflt 1.628743466 |
2296 | 2024-02-15T20:50:42.129Z | dflt 0.204917043 |
2297 | 2024-02-15T20:50:42.129Z | kflt 0.000054514 |
2298 | 2024-02-15T20:50:42.129Z | lock 58:17.930947410 |
2299 | 2024-02-15T20:50:42.130Z | slp 1:15:42.981029007 |
2300 | 2024-02-15T20:50:42.130Z | lat 1:22.482056470 |
2301 | 2024-02-15T20:50:42.130Z | stop 1:12.924107986 |
2302 | 2024-02-15T20:50:42.130Z | + ptime -m gzip |
2303 | 2024-02-15T20:50:42.552Z | |
2304 | 2024-02-15T20:50:42.556Z | real 0.458568346 |
2305 | 2024-02-15T20:50:42.556Z | user 0.452755373 |
2306 | 2024-02-15T20:50:42.556Z | sys 0.005306237 |
2307 | 2024-02-15T20:50:42.556Z | trap 0.000032087 |
2308 | 2024-02-15T20:50:42.556Z | tflt 0.000000000 |
2309 | 2024-02-15T20:50:42.556Z | dflt 0.000000000 |
2310 | 2024-02-15T20:50:42.556Z | kflt 0.000000000 |
2311 | 2024-02-15T20:50:42.556Z | lock 0.000000000 |
2312 | 2024-02-15T20:50:42.556Z | slp 0.000000000 |
2313 | 2024-02-15T20:50:42.556Z | lat 0.000083361 |
2314 | 2024-02-15T20:50:42.556Z | stop 0.000176985 |
2315 | 2024-02-15T20:50:42.556Z | + banner tufaceous |
2316 | 2024-02-15T20:50:42.556Z | |
2317 | 2024-02-15T20:50:42.556Z | ##### # # ###### ## #### ###### #### # # #### |
2318 | 2024-02-15T20:50:42.556Z | # # # # # # # # # # # # # # |
2319 | 2024-02-15T20:50:42.556Z | # # # ##### # # # ##### # # # # #### |
2320 | 2024-02-15T20:50:42.556Z | # # # # ###### # # # # # # # |
2321 | 2024-02-15T20:50:42.556Z | # # # # # # # # # # # # # # # |
2322 | 2024-02-15T20:50:42.557Z | # #### # # # #### ###### #### #### #### |
2323 | 2024-02-15T20:50:42.557Z | |
2324 | 2024-02-15T20:50:42.557Z | + ptime -m cargo build --locked -p tufaceous --release |
2325 | 2024-02-15T20:50:42.982Z | Downloading crates ... |
2326 | 2024-02-15T20:50:43.240Z | Downloaded async-recursion v1.0.5 |
2327 | 2024-02-15T20:50:43.244Z | Downloaded doc-comment v0.3.3 |
2328 | 2024-02-15T20:50:43.252Z | Downloaded globset v0.4.13 |
2329 | 2024-02-15T20:50:43.257Z | Downloaded parse-size v1.0.0 |
2330 | 2024-02-15T20:50:43.257Z | Downloaded snafu-derive v0.7.5 |
2331 | 2024-02-15T20:50:43.261Z | Downloaded olpc-cjson v0.1.3 |
2332 | 2024-02-15T20:50:43.261Z | Downloaded fs-err v2.11.0 |
2333 | 2024-02-15T20:50:43.261Z | Downloaded humantime v2.1.0 |
2334 | 2024-02-15T20:50:43.266Z | Downloaded buf-list v1.0.3 |
2335 | 2024-02-15T20:50:43.270Z | Downloaded serde_plain v1.0.2 |
2336 | 2024-02-15T20:50:43.270Z | Downloaded pin-project v1.1.3 |
2337 | 2024-02-15T20:50:43.283Z | Downloaded snafu v0.7.5 |
2338 | 2024-02-15T20:50:43.289Z | Downloaded typed-path v0.7.0 |
2339 | 2024-02-15T20:50:43.292Z | Downloaded tough v0.16.0 |
2340 | 2024-02-15T20:50:43.299Z | Downloaded pin-project-internal v1.1.3 |
2341 | 2024-02-15T20:50:43.399Z | Compiling serde_tokenstream v0.2.0 |
2342 | 2024-02-15T20:50:43.463Z | Compiling regress v0.8.0 |
2343 | 2024-02-15T20:50:43.486Z | Compiling dirs-sys-next v0.1.2 |
2344 | 2024-02-15T20:50:43.486Z | Compiling rustls-pki-types v1.1.0 |
2345 | 2024-02-15T20:50:43.486Z | Compiling ident_case v1.0.1 |
2346 | 2024-02-15T20:50:43.499Z | Compiling thread_local v1.1.7 |
2347 | 2024-02-15T20:50:43.499Z | Compiling heck v0.4.1 |
2348 | 2024-02-15T20:50:43.922Z | Compiling dirs-next v2.0.0 |
2349 | 2024-02-15T20:50:44.175Z | Compiling camino v1.1.6 |
2350 | 2024-02-15T20:50:44.385Z | Compiling rustls v0.22.2 |
2351 | 2024-02-15T20:50:44.598Z | Compiling slog-async v2.8.0 |
2352 | 2024-02-15T20:50:44.668Z | Compiling term v0.7.0 |
2353 | 2024-02-15T20:50:44.686Z | Compiling rustls-webpki v0.102.1 |
2354 | 2024-02-15T20:50:44.751Z | Compiling darling_core v0.20.3 |
2355 | 2024-02-15T20:50:44.784Z | Compiling crossbeam-channel v0.5.8 |
2356 | 2024-02-15T20:50:45.078Z | Compiling getopts v0.2.21 |
2357 | 2024-02-15T20:50:45.972Z | Compiling structmeta-derive v0.3.0 |
2358 | 2024-02-15T20:50:46.524Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2359 | 2024-02-15T20:50:48.527Z | Compiling atty v0.2.14 |
2360 | 2024-02-15T20:50:48.662Z | Compiling multer v3.0.0 |
2361 | 2024-02-15T20:50:48.958Z | Compiling match_cfg v0.1.0 |
2362 | 2024-02-15T20:50:49.030Z | Compiling unsafe-libyaml v0.2.10 |
2363 | 2024-02-15T20:50:49.229Z | Compiling paste v1.0.14 |
2364 | 2024-02-15T20:50:49.340Z | Compiling doc-comment v0.3.3 |
2365 | 2024-02-15T20:50:49.632Z | Compiling take_mut v0.2.2 |
2366 | 2024-02-15T20:50:49.829Z | Compiling darling_macro v0.20.3 |
2367 | 2024-02-15T20:50:49.970Z | Compiling hostname v0.3.1 |
2368 | 2024-02-15T20:50:50.287Z | Compiling serde_yaml v0.9.25 |
2369 | 2024-02-15T20:50:50.713Z | Compiling slog-term v2.9.0 |
2370 | 2024-02-15T20:50:50.744Z | Compiling darling v0.20.3 |
2371 | 2024-02-15T20:50:50.849Z | Compiling structmeta v0.3.0 |
2372 | 2024-02-15T20:50:53.963Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2373 | 2024-02-15T20:50:53.982Z | Compiling toml_edit v0.22.4 |
2374 | 2024-02-15T20:50:54.565Z | Compiling slog-json v2.6.1 |
2375 | 2024-02-15T20:50:54.937Z | Compiling http v1.0.0 |
2376 | 2024-02-15T20:50:55.015Z | Compiling pin-project-internal v1.1.3 |
2377 | 2024-02-15T20:50:55.024Z | Compiling async-stream-impl v0.3.5 |
2378 | 2024-02-15T20:50:55.567Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2379 | 2024-02-15T20:50:55.919Z | Compiling fastrand v2.0.1 |
2380 | 2024-02-15T20:50:56.695Z | Compiling atomic-waker v1.1.1 |
2381 | 2024-02-15T20:50:56.702Z | Compiling waitgroup v0.1.2 |
2382 | 2024-02-15T20:50:56.724Z | Compiling async-stream v0.3.5 |
2383 | 2024-02-15T20:50:57.040Z | Compiling toml v0.8.10 |
2384 | 2024-02-15T20:50:57.739Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2385 | 2024-02-15T20:50:57.783Z | Compiling pin-project v1.1.3 |
2386 | 2024-02-15T20:50:57.909Z | Compiling tempfile v3.10.0 |
2387 | 2024-02-15T20:51:01.123Z | Compiling tokio-rustls v0.25.0 |
2388 | 2024-02-15T20:51:01.553Z | Compiling slog-bunyan v2.5.0 |
2389 | 2024-02-15T20:51:01.553Z | Compiling parse-display-derive v0.9.0 |
2390 | 2024-02-15T20:51:01.553Z | Compiling serde_with_macros v3.6.0 |
2391 | 2024-02-15T20:51:01.701Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2392 | 2024-02-15T20:51:02.374Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2393 | 2024-02-15T20:51:02.517Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2394 | 2024-02-15T20:51:03.153Z | Compiling rustls-pemfile v2.0.0 |
2395 | 2024-02-15T20:51:03.880Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2396 | 2024-02-15T20:51:03.925Z | Compiling sha1 v0.10.6 |
2397 | 2024-02-15T20:51:04.364Z | Compiling strum_macros v0.26.1 |
2398 | 2024-02-15T20:51:05.264Z | Compiling snafu-derive v0.7.5 |
2399 | 2024-02-15T20:51:05.442Z | Compiling serde_path_to_error v0.1.15 |
2400 | 2024-02-15T20:51:06.588Z | Compiling instant v0.1.12 |
2401 | 2024-02-15T20:51:06.752Z | Compiling fs-err v2.11.0 |
2402 | 2024-02-15T20:51:07.097Z | Compiling same-file v1.0.6 |
2403 | 2024-02-15T20:51:07.405Z | Compiling debug-ignore v1.0.5 |
2404 | 2024-02-15T20:51:07.559Z | Compiling buf-list v1.0.3 |
2405 | 2024-02-15T20:51:08.138Z | Compiling arc-swap v1.6.0 |
2406 | 2024-02-15T20:51:08.967Z | Compiling slog-scope v4.4.0 |
2407 | 2024-02-15T20:51:09.429Z | Compiling strum v0.26.1 |
2408 | 2024-02-15T20:51:09.637Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2409 | 2024-02-15T20:51:09.914Z | Compiling walkdir v2.4.0 |
2410 | 2024-02-15T20:51:10.086Z | Compiling snafu v0.7.5 |
2411 | 2024-02-15T20:51:11.815Z | Compiling backoff v0.4.0 |
2412 | 2024-02-15T20:51:12.346Z | Compiling parse-display v0.9.0 |
2413 | 2024-02-15T20:51:12.346Z | Compiling serde_with v3.6.0 |
2414 | 2024-02-15T20:51:13.817Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2415 | 2024-02-15T20:51:14.583Z | Compiling globset v0.4.13 |
2416 | 2024-02-15T20:51:17.216Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2417 | 2024-02-15T20:51:17.389Z | Compiling olpc-cjson v0.1.3 |
2418 | 2024-02-15T20:51:17.987Z | Compiling pem v3.0.2 |
2419 | 2024-02-15T20:51:19.442Z | Compiling serde_plain v1.0.2 |
2420 | 2024-02-15T20:51:19.600Z | Compiling macaddr v1.0.1 |
2421 | 2024-02-15T20:51:20.002Z | Compiling async-recursion v1.0.5 |
2422 | 2024-02-15T20:51:20.743Z | Compiling filetime v0.2.23 |
2423 | 2024-02-15T20:51:20.746Z | Compiling xattr v1.0.1 |
2424 | 2024-02-15T20:51:21.017Z | Compiling typed-path v0.7.0 |
2425 | 2024-02-15T20:51:21.040Z | Compiling tar v0.4.40 |
2426 | 2024-02-15T20:51:24.397Z | Compiling tough v0.16.0 |
2427 | 2024-02-15T20:51:26.044Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2428 | 2024-02-15T20:51:26.269Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2429 | 2024-02-15T20:51:26.275Z | Compiling slog-stdlog v4.1.1 |
2430 | 2024-02-15T20:51:26.850Z | Compiling camino-tempfile v1.1.1 |
2431 | 2024-02-15T20:51:27.222Z | Compiling itertools v0.12.1 |
2432 | 2024-02-15T20:51:27.643Z | Compiling parse-size v1.0.0 |
2433 | 2024-02-15T20:51:27.963Z | Compiling slog-envlogger v2.2.0 |
2434 | 2024-02-15T20:51:28.379Z | Compiling humantime v2.1.0 |
2435 | 2024-02-15T20:51:36.976Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2024-02-15T20:51:40.171Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2437 | 2024-02-15T20:52:00.839Z | Finished release [optimized] target(s) in 1m 18s |
2438 | 2024-02-15T20:52:00.918Z | |
2439 | 2024-02-15T20:52:00.940Z | real 1:18.334059300 |
2440 | 2024-02-15T20:52:00.940Z | user 8:44.161466928 |
2441 | 2024-02-15T20:52:00.940Z | sys 38.892621185 |
2442 | 2024-02-15T20:52:00.940Z | trap 0.220669988 |
2443 | 2024-02-15T20:52:00.940Z | tflt 0.422445177 |
2444 | 2024-02-15T20:52:00.940Z | dflt 0.322664408 |
2445 | 2024-02-15T20:52:00.940Z | kflt 0.000111309 |
2446 | 2024-02-15T20:52:00.940Z | lock 18:16.826158088 |
2447 | 2024-02-15T20:52:00.941Z | slp 21:02.169530077 |
2448 | 2024-02-15T20:52:00.941Z | lat 15.467207593 |
2449 | 2024-02-15T20:52:00.941Z | stop 11.892628931 |
2450 | 2024-02-15T20:52:00.941Z | + ptime -m gzip |
2451 | 2024-02-15T20:52:02.660Z | |
2452 | 2024-02-15T20:52:02.660Z | real 1.725804273 |
2453 | 2024-02-15T20:52:02.660Z | user 1.713045952 |
2454 | 2024-02-15T20:52:02.660Z | sys 0.012164763 |
2455 | 2024-02-15T20:52:02.660Z | trap 0.000121657 |
2456 | 2024-02-15T20:52:02.661Z | tflt 0.000000000 |
2457 | 2024-02-15T20:52:02.707Z | dflt 0.000000000 |
2458 | 2024-02-15T20:52:02.707Z | kflt 0.000000000 |
2459 | 2024-02-15T20:52:02.707Z | lock 0.000000000 |
2460 | 2024-02-15T20:52:02.707Z | slp 0.000000000 |
2461 | 2024-02-15T20:52:02.707Z | lat 0.000088092 |
2462 | 2024-02-15T20:52:02.707Z | stop 0.000163366 |
2463 | 2024-02-15T20:52:02.707Z | process exited: duration 833286 ms, exit code 0 |
|
2464 | 2024-02-15T20:52:02.756Z | found 5 output files |
2465 | 2024-02-15T20:52:02.756Z | uploading: /work/end-to-end-tests/bootstrap-53acd5ae20bb1630.gz (10682218 bytes) |
2466 | 2024-02-15T20:52:07.377Z | uploaded: /work/end-to-end-tests/bootstrap-53acd5ae20bb1630.gz |
2467 | 2024-02-15T20:52:07.377Z | uploading: /work/end-to-end-tests/bootstrap.gz (109671073 bytes) |
2468 | 2024-02-15T20:52:48.085Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2469 | 2024-02-15T20:52:48.085Z | uploading: /work/end-to-end-tests/end_to_end_tests-510c49e5fe726d0c.gz (112872967 bytes) |
2470 | 2024-02-15T20:53:08.397Z | uploaded: /work/end-to-end-tests/end_to_end_tests-510c49e5fe726d0c.gz |
2471 | 2024-02-15T20:53:08.397Z | uploading: /work/caboose-util.gz (4093717 bytes) |
2472 | 2024-02-15T20:53:10.968Z | uploaded: /work/caboose-util.gz |
2473 | 2024-02-15T20:53:10.968Z | uploading: /work/tufaceous.gz (15854853 bytes) |
2474 | 2024-02-15T20:53:15.364Z | uploaded: /work/tufaceous.gz |