|
|
|
1 | 2024-02-22T05:57:52.511Z | job assigned to worker 01HQ7P6ZXYDE8AM4FRJQ7K3B1Q (queued for 56 s) |
|
2 | 2024-02-22T05:57:52.963Z | starting task 0: "setup" |
3 | 2024-02-22T05:57:53.042Z | ++ uname -s |
4 | 2024-02-22T05:57:53.048Z | + kern=SunOS |
5 | 2024-02-22T05:57:53.048Z | + case "$kern" in |
6 | 2024-02-22T05:57:53.048Z | + groupadd -g 12345 build |
7 | 2024-02-22T05:57:53.049Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-22T05:57:55.062Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-22T05:57:55.154Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-22T05:57:55.162Z | + home_fs=zfs |
11 | 2024-02-22T05:57:55.162Z | + [[ zfs == autofs ]] |
12 | 2024-02-22T05:57:55.162Z | + mkdir -p /home/build |
13 | 2024-02-22T05:57:55.162Z | + chown build:build /home/build /work |
14 | 2024-02-22T05:57:57.162Z | + chmod 0700 /home/build /work |
15 | 2024-02-22T05:57:57.177Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-02-22T05:57:57.186Z | starting task 1: "rust-toolchain" |
17 | 2024-02-22T05:57:57.195Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-22T05:57:57.203Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-22T05:57:57.348Z | info: downloading installer |
20 | 2024-02-22T05:57:59.216Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-22T05:57:59.216Z | warning: /opt/ooce/bin |
22 | 2024-02-22T05:57:59.216Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-22T05:57:59.216Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-22T05:57:59.216Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-22T05:57:59.216Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-22T05:57:59.216Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-22T05:57:59.216Z | error: cannot install while Rust is installed |
28 | 2024-02-22T05:57:59.216Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-22T05:57:59.728Z | info: profile set to 'default' |
30 | 2024-02-22T05:57:59.728Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-22T05:57:59.751Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-22T05:57:59.751Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-22T05:57:59.751Z | info: downloading component 'cargo' |
34 | 2024-02-22T05:58:00.514Z | info: downloading component 'clippy' |
35 | 2024-02-22T05:58:00.864Z | info: downloading component 'rust-docs' |
36 | 2024-02-22T05:58:02.132Z | info: downloading component 'rust-std' |
37 | 2024-02-22T05:58:05.339Z | info: downloading component 'rustc' |
38 | 2024-02-22T05:58:09.981Z | info: downloading component 'rustfmt' |
39 | 2024-02-22T05:58:10.311Z | info: installing component 'cargo' |
40 | 2024-02-22T05:58:11.173Z | info: installing component 'clippy' |
41 | 2024-02-22T05:58:11.563Z | info: installing component 'rust-docs' |
42 | 2024-02-22T05:58:13.058Z | info: installing component 'rust-std' |
43 | 2024-02-22T05:58:14.967Z | info: installing component 'rustc' |
44 | 2024-02-22T05:58:19.080Z | info: installing component 'rustfmt' |
45 | 2024-02-22T05:58:19.460Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-22T05:58:19.466Z | |
47 | 2024-02-22T05:58:19.748Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-22T05:58:19.748Z | |
49 | 2024-02-22T05:58:19.755Z | |
50 | 2024-02-22T05:58:19.756Z | Rust is installed now. Great! |
51 | 2024-02-22T05:58:19.756Z | |
52 | 2024-02-22T05:58:19.756Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-22T05:58:19.756Z | environment variable. This has not been done automatically. |
54 | 2024-02-22T05:58:19.756Z | |
55 | 2024-02-22T05:58:19.756Z | To configure your current shell, run: |
56 | 2024-02-22T05:58:19.756Z | source "$HOME/.cargo/env" |
57 | 2024-02-22T05:58:19.815Z | + rustc --version |
58 | 2024-02-22T05:58:19.872Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-22T05:58:19.882Z | process exited: duration 22682 ms, exit code 0 |
|
60 | 2024-02-22T05:58:19.916Z | starting task 2: "authentication" |
61 | 2024-02-22T05:58:19.940Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2024-02-22T05:58:19.948Z | starting task 3: "clone repository" |
63 | 2024-02-22T05:58:19.953Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-22T05:58:19.959Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-22T05:58:20.172Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-22T05:58:25.784Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-22T05:58:25.784Z | + git fetch origin f30d56b29f15288a53c3744f8b7af7e2a23931ac |
68 | 2024-02-22T05:58:26.108Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-22T05:58:26.108Z | * branch f30d56b29f15288a53c3744f8b7af7e2a23931ac -> FETCH_HEAD |
70 | 2024-02-22T05:58:26.116Z | + [[ -n dap/add-sled-timeout ]] |
71 | 2024-02-22T05:58:26.126Z | ++ git branch --show-current |
72 | 2024-02-22T05:58:26.126Z | + current=main |
73 | 2024-02-22T05:58:26.126Z | + [[ main != dap/add-sled-timeout ]] |
74 | 2024-02-22T05:58:26.126Z | + git branch -f dap/add-sled-timeout f30d56b29f15288a53c3744f8b7af7e2a23931ac |
75 | 2024-02-22T05:58:26.126Z | + git checkout -f dap/add-sled-timeout |
76 | 2024-02-22T05:58:26.231Z | Switched to branch 'dap/add-sled-timeout' |
77 | 2024-02-22T05:58:26.238Z | + git reset --hard f30d56b29f15288a53c3744f8b7af7e2a23931ac |
78 | 2024-02-22T05:58:26.338Z | HEAD is now at f30d56b29 add a comment |
79 | 2024-02-22T05:58:26.342Z | process exited: duration 6392 ms, exit code 0 |
|
80 | 2024-02-22T05:58:26.351Z | starting task 4: "build" |
81 | 2024-02-22T05:58:26.360Z | + cargo --version |
82 | 2024-02-22T05:58:26.364Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-22T05:58:26.553Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-22T05:58:26.553Z | info: downloading component 'cargo' |
85 | 2024-02-22T05:58:27.588Z | info: downloading component 'clippy' |
86 | 2024-02-22T05:58:27.939Z | info: downloading component 'rust-docs' |
87 | 2024-02-22T05:58:29.176Z | info: downloading component 'rust-std' |
88 | 2024-02-22T05:58:31.011Z | info: downloading component 'rustc' |
89 | 2024-02-22T05:58:35.988Z | info: downloading component 'rustfmt' |
90 | 2024-02-22T05:58:36.272Z | info: installing component 'cargo' |
91 | 2024-02-22T05:58:37.134Z | info: installing component 'clippy' |
92 | 2024-02-22T05:58:37.476Z | info: installing component 'rust-docs' |
93 | 2024-02-22T05:58:39.061Z | info: installing component 'rust-std' |
94 | 2024-02-22T05:58:40.677Z | info: installing component 'rustc' |
95 | 2024-02-22T05:58:44.626Z | info: installing component 'rustfmt' |
96 | 2024-02-22T05:58:45.013Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-22T05:58:45.020Z | + rustc --version |
98 | 2024-02-22T05:58:45.067Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-22T05:58:45.074Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-22T05:58:54.377Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-22T05:58:55.672Z | Startup: Caching catalogs ... Done |
102 | 2024-02-22T05:58:57.554Z | Planning: Solver setup ... Done (1.120s) |
103 | 2024-02-22T05:58:57.561Z | Planning: Running solver ... Done (0.027s) |
104 | 2024-02-22T05:58:57.561Z | Planning: Finding local manifests ... Done (0.207s) |
105 | 2024-02-22T05:58:57.561Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-22T05:58:57.637Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-22T05:58:57.688Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-22T05:58:57.732Z | Planning: Merging actions ... Done (0.051s) |
109 | 2024-02-22T05:58:58.840Z | Planning: Checking for conflicting actions ... Done (1.101s) |
110 | 2024-02-22T05:58:59.257Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-22T05:59:02.871Z | Planning: Evaluating mediators ... Done (4.024s) |
112 | 2024-02-22T05:59:02.881Z | Planning: Planning completed in 7.18 seconds |
113 | 2024-02-22T05:59:02.894Z | Packages to install: 4 |
114 | 2024-02-22T05:59:02.894Z | Mediators to change: 2 |
115 | 2024-02-22T05:59:02.894Z | Services to change: 1 |
116 | 2024-02-22T05:59:02.899Z | Estimated space available: 148.87 GB |
117 | 2024-02-22T05:59:02.899Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-22T05:59:02.899Z | Create boot environment: No |
119 | 2024-02-22T05:59:02.899Z | Create backup boot environment: No |
120 | 2024-02-22T05:59:02.899Z | Rebuild boot archive: No |
121 | 2024-02-22T05:59:02.899Z | |
122 | 2024-02-22T05:59:02.899Z | Changed mediators: |
123 | 2024-02-22T05:59:02.899Z | mediator clang: |
124 | 2024-02-22T05:59:02.899Z | version: None -> 15 (system default) |
125 | 2024-02-22T05:59:02.899Z | |
126 | 2024-02-22T05:59:02.899Z | mediator llvm: |
127 | 2024-02-22T05:59:02.899Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-22T05:59:02.899Z | |
129 | 2024-02-22T05:59:02.899Z | Changed packages: |
130 | 2024-02-22T05:59:02.899Z | helios-dev |
131 | 2024-02-22T05:59:02.899Z | developer/build-essential |
132 | 2024-02-22T05:59:02.899Z | None -> 11-2.0 |
133 | 2024-02-22T05:59:02.899Z | library/libxmlsec1 |
134 | 2024-02-22T05:59:02.900Z | None -> 1.2.35-2.0 |
135 | 2024-02-22T05:59:02.900Z | ooce/developer/clang-15 |
136 | 2024-02-22T05:59:02.900Z | None -> 15.0.7-2.0 |
137 | 2024-02-22T05:59:02.900Z | ooce/developer/llvm-15 |
138 | 2024-02-22T05:59:02.900Z | None -> 15.0.7-2.0 |
139 | 2024-02-22T05:59:02.900Z | |
140 | 2024-02-22T05:59:02.900Z | Services: |
141 | 2024-02-22T05:59:02.900Z | restart_fmri: |
142 | 2024-02-22T05:59:02.900Z | svc:/system/update-man-index:default |
143 | 2024-02-22T05:59:03.246Z | |
144 | 2024-02-22T05:59:03.246Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-22T05:59:08.252Z | Download: 968/3290 items 19.4/212.6MB 9% complete (4.1M/s) |
146 | 2024-02-22T05:59:13.281Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (10.3M/s) |
147 | 2024-02-22T05:59:18.283Z | Download: 1661/3290 items 117.2/212.6MB 55% complete (9.8M/s) |
148 | 2024-02-22T05:59:23.289Z | Download: 2796/3290 items 121.0/212.6MB 56% complete (3.8M/s) |
149 | 2024-02-22T05:59:28.517Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (9.4M/s) |
150 | 2024-02-22T05:59:33.669Z | Download: 3281/3290 items 211.2/212.6MB 99% complete (9.0M/s) |
151 | 2024-02-22T05:59:36.914Z | Download: Completed 212.60 MB in 33.66 seconds (6.3M/s) |
152 | 2024-02-22T05:59:37.077Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-22T05:59:42.126Z | Actions: 3559/3689 actions (Installing new actions) |
154 | 2024-02-22T05:59:42.525Z | Actions: Completed 3689 actions in 5.45 seconds. |
155 | 2024-02-22T05:59:42.697Z | Done (0.169s) |
156 | 2024-02-22T05:59:42.697Z | Done (0.000s) |
157 | 2024-02-22T05:59:42.925Z | Done (0.221s) |
158 | 2024-02-22T05:59:49.027Z | Done (5.975s) |
159 | 2024-02-22T05:59:49.226Z | Done (0.136s) |
160 | 2024-02-22T05:59:49.231Z | Done (0.000s) |
161 | 2024-02-22T05:59:49.424Z | Done (0.000s) |
162 | 2024-02-22T05:59:49.920Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-22T05:59:50.105Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-22T05:59:50.128Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-22T05:59:50.352Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-22T05:59:50.358Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-02-22T05:59:50.385Z | Mediators to change: 2 |
168 | 2024-02-22T05:59:50.385Z | Create boot environment: No |
169 | 2024-02-22T05:59:50.390Z | Create backup boot environment: No |
170 | 2024-02-22T05:59:50.457Z | Done |
171 | 2024-02-22T05:59:50.458Z | Done |
172 | 2024-02-22T05:59:50.603Z | Done |
173 | 2024-02-22T05:59:54.218Z | Done |
174 | 2024-02-22T05:59:54.302Z | Done |
175 | 2024-02-22T05:59:54.308Z | Done |
176 | 2024-02-22T05:59:54.409Z | Done |
177 | 2024-02-22T05:59:55.034Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-22T05:59:55.049Z | Planning: Merging actions ... Done |
179 | 2024-02-22T05:59:55.231Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-22T05:59:55.247Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-22T05:59:55.500Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-22T05:59:55.545Z | Planning: Planning completed in 0.78 seconds |
183 | 2024-02-22T05:59:55.579Z | Packages to change: 1 |
184 | 2024-02-22T05:59:55.585Z | Mediators to change: 1 |
185 | 2024-02-22T05:59:55.586Z | Services to change: 1 |
186 | 2024-02-22T05:59:55.586Z | Create boot environment: No |
187 | 2024-02-22T05:59:55.586Z | Create backup boot environment: Yes |
188 | 2024-02-22T05:59:57.350Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-22T05:59:57.427Z | Actions: Completed 6 actions in 0.08 seconds. |
190 | 2024-02-22T05:59:57.433Z | Done |
191 | 2024-02-22T05:59:57.433Z | Done |
192 | 2024-02-22T05:59:57.475Z | Done |
193 | 2024-02-22T06:00:01.068Z | Done |
194 | 2024-02-22T06:00:01.145Z | Done |
195 | 2024-02-22T06:00:01.149Z | Done |
196 | 2024-02-22T06:00:01.253Z | Done |
197 | 2024-02-22T06:00:01.713Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-22T06:00:01.713Z | clang system 15 system |
199 | 2024-02-22T06:00:01.713Z | csh system system illumos |
200 | 2024-02-22T06:00:01.713Z | ctags system system illumos |
201 | 2024-02-22T06:00:01.713Z | gcc vendor 12 vendor |
202 | 2024-02-22T06:00:01.714Z | gcc system 10 system |
203 | 2024-02-22T06:00:01.714Z | gcc system 7 system |
204 | 2024-02-22T06:00:01.714Z | go system 1.20 system |
205 | 2024-02-22T06:00:01.714Z | go system 1.19 system |
206 | 2024-02-22T06:00:01.714Z | llvm system 15 system |
207 | 2024-02-22T06:00:01.715Z | llvm system 14 system |
208 | 2024-02-22T06:00:01.715Z | mariadb system 10.6 system |
209 | 2024-02-22T06:00:01.715Z | mta vendor vendor dma |
210 | 2024-02-22T06:00:01.715Z | openjdk system 17 system |
211 | 2024-02-22T06:00:01.715Z | openjdk system 11 system |
212 | 2024-02-22T06:00:01.716Z | openjdk system 1.8 system |
213 | 2024-02-22T06:00:01.716Z | openssl vendor 3 vendor |
214 | 2024-02-22T06:00:01.716Z | perl system 5.36 system |
215 | 2024-02-22T06:00:01.716Z | postgresql system 15 system |
216 | 2024-02-22T06:00:01.716Z | postgresql system 13 system |
217 | 2024-02-22T06:00:01.717Z | python vendor 3 vendor |
218 | 2024-02-22T06:00:01.717Z | python system 2 system |
219 | 2024-02-22T06:00:01.717Z | python3 system 3.11 system |
220 | 2024-02-22T06:00:01.717Z | ruby system 3.0 system |
221 | 2024-02-22T06:00:01.717Z | words vendor vendor american-english |
222 | 2024-02-22T06:00:01.717Z | words system system australian-english |
223 | 2024-02-22T06:00:01.718Z | words system system british-english |
224 | 2024-02-22T06:00:01.718Z | words system system canadian-english |
225 | 2024-02-22T06:00:01.718Z | words system system french |
226 | 2024-02-22T06:00:01.718Z | words system system italian |
227 | 2024-02-22T06:00:01.718Z | words system system ngerman |
228 | 2024-02-22T06:00:01.718Z | words system system ogerman |
229 | 2024-02-22T06:00:01.718Z | words system system spanish |
230 | 2024-02-22T06:00:02.037Z | FMRI IFO |
231 | 2024-02-22T06:00:02.038Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-22T06:00:02.038Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-22T06:00:02.038Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-22T06:00:02.038Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-22T06:00:02.039Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-22T06:00:02.039Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-22T06:00:02.039Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-22T06:00:02.039Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-22T06:00:02.084Z | + set -o errexit |
240 | 2024-02-22T06:00:02.090Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-22T06:00:02.090Z | ++ cd ./tools |
242 | 2024-02-22T06:00:02.090Z | ++ pwd |
243 | 2024-02-22T06:00:02.091Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-22T06:00:02.091Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-22T06:00:02.098Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-22T06:00:02.099Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-22T06:00:02.099Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-22T06:00:02.099Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-22T06:00:02.099Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-22T06:00:02.100Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-22T06:00:02.100Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-22T06:00:02.100Z | + TARGET_DIR=out |
253 | 2024-02-22T06:00:02.100Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-22T06:00:02.100Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-22T06:00:02.101Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-22T06:00:02.101Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-22T06:00:02.101Z | + main |
258 | 2024-02-22T06:00:02.101Z | + [[ 0 != 0 ]] |
259 | 2024-02-22T06:00:02.101Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-22T06:00:02.101Z | + [[ 0 != 0 ]] |
261 | 2024-02-22T06:00:02.101Z | + configure_os solaris2.11 |
262 | 2024-02-22T06:00:02.101Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-22T06:00:02.102Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-22T06:00:02.102Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-22T06:00:02.102Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-22T06:00:02.102Z | + case "$1" in |
267 | 2024-02-22T06:00:02.102Z | + CIDL_BUILD=illumos |
268 | 2024-02-22T06:00:02.102Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-22T06:00:02.102Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-22T06:00:02.102Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-22T06:00:02.102Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-22T06:00:02.103Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-22T06:00:02.103Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-22T06:00:02.103Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-22T06:00:02.103Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-22T06:00:02.104Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-22T06:00:02.104Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-22T06:00:02.104Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-22T06:00:02.104Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-22T06:00:02.104Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-22T06:00:02.105Z | + mkdir -p out/downloads |
282 | 2024-02-22T06:00:02.105Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-22T06:00:02.105Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-22T06:00:02.114Z | + local DO_DOWNLOAD=true |
285 | 2024-02-22T06:00:02.115Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-22T06:00:02.115Z | + '[' true == true ']' |
287 | 2024-02-22T06:00:02.115Z | + echo Downloading... |
288 | 2024-02-22T06:00:02.115Z | Downloading... |
289 | 2024-02-22T06:00:02.115Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-22T06:00:02.115Z | + 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 |
291 | 2024-02-22T06:00:05.634Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-22T06:00:05.638Z | ++ sha256sum |
293 | 2024-02-22T06:00:05.638Z | ++ awk '{print $1}' |
294 | 2024-02-22T06:00:05.760Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-22T06:00:05.760Z | + [[ 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 ]] |
296 | 2024-02-22T06:00:05.764Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-22T06:00:05.764Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-22T06:00:07.933Z | + do_assemble_illumos |
299 | 2024-02-22T06:00:07.933Z | + rm -r ./out/cockroachdb |
300 | 2024-02-22T06:00:07.937Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-22T06:00:08.317Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-22T06:00:08.584Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-22T06:00:08.584Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-22T06:00:08.584Z | Distribution: OSS |
305 | 2024-02-22T06:00:08.584Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-22T06:00:08.584Z | Go Version: go1.17.13 |
307 | 2024-02-22T06:00:08.584Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-22T06:00:08.585Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-22T06:00:08.585Z | Build Type: release |
310 | 2024-02-22T06:00:08.623Z | + set -o errexit |
311 | 2024-02-22T06:00:08.631Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-22T06:00:08.631Z | ++ cd ./tools |
313 | 2024-02-22T06:00:08.631Z | ++ pwd |
314 | 2024-02-22T06:00:08.631Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-22T06:00:08.631Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-22T06:00:08.631Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-22T06:00:08.631Z | + TARGET_DIR=out |
318 | 2024-02-22T06:00:08.631Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-22T06:00:08.631Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-22T06:00:08.631Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-22T06:00:08.631Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-22T06:00:08.631Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-22T06:00:08.632Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-22T06:00:08.632Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-22T06:00:08.632Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-22T06:00:08.632Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-22T06:00:08.632Z | + main |
328 | 2024-02-22T06:00:08.632Z | + [[ 0 != 0 ]] |
329 | 2024-02-22T06:00:08.632Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-22T06:00:08.632Z | + [[ 0 != 0 ]] |
331 | 2024-02-22T06:00:08.632Z | + configure_os solaris2.11 |
332 | 2024-02-22T06:00:08.632Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-22T06:00:08.632Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-22T06:00:08.632Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-22T06:00:08.633Z | + CIDL_DASHREV= |
336 | 2024-02-22T06:00:08.633Z | + case "$1" in |
337 | 2024-02-22T06:00:08.633Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-22T06:00:08.633Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-22T06:00:08.633Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-22T06:00:08.633Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-22T06:00:08.633Z | + CIDL_DASHREV=-1 |
342 | 2024-02-22T06:00:08.633Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-22T06:00:08.633Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-22T06:00:08.633Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-22T06:00:08.633Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-22T06:00:08.633Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-22T06:00:08.634Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-22T06:00:08.634Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-22T06:00:08.634Z | + mkdir -p out/downloads |
350 | 2024-02-22T06:00:08.634Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-22T06:00:08.634Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-22T06:00:08.634Z | + local DO_DOWNLOAD=true |
353 | 2024-02-22T06:00:08.634Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-22T06:00:08.635Z | + '[' true == true ']' |
355 | 2024-02-22T06:00:08.635Z | + echo Downloading... |
356 | 2024-02-22T06:00:08.635Z | Downloading... |
357 | 2024-02-22T06:00:08.635Z | + 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 |
358 | 2024-02-22T06:00:08.635Z | + 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 |
359 | 2024-02-22T06:00:10.132Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-22T06:00:10.137Z | ++ md5sum |
361 | 2024-02-22T06:00:10.137Z | ++ awk '{print $1}' |
362 | 2024-02-22T06:00:10.304Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-22T06:00:10.304Z | + [[ 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 ]] |
364 | 2024-02-22T06:00:10.308Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-22T06:00:10.308Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-22T06:00:10.308Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-22T06:00:13.388Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-22T06:00:13.442Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-22T06:00:13.464Z | + set -o errexit |
370 | 2024-02-22T06:00:13.469Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-22T06:00:13.473Z | ++ cd ./tools |
372 | 2024-02-22T06:00:13.473Z | ++ pwd |
373 | 2024-02-22T06:00:13.473Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-22T06:00:13.473Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-22T06:00:13.473Z | + ARG0=ci_download_console |
376 | 2024-02-22T06:00:13.473Z | + TARGET_DIR=out |
377 | 2024-02-22T06:00:13.473Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-22T06:00:13.473Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-22T06:00:13.473Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-22T06:00:13.473Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-22T06:00:13.473Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-22T06:00:13.473Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-22T06:00:13.473Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-22T06:00:13.473Z | + main |
385 | 2024-02-22T06:00:13.478Z | + [[ 0 != 0 ]] |
386 | 2024-02-22T06:00:13.478Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-22T06:00:13.478Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-22T06:00:13.478Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-22T06:00:13.478Z | + local DO_DOWNLOAD=true |
390 | 2024-02-22T06:00:13.478Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-22T06:00:13.478Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-22T06:00:13.478Z | + mkdir -p out/downloads |
393 | 2024-02-22T06:00:13.478Z | + '[' true == true ']' |
394 | 2024-02-22T06:00:13.478Z | + echo Downloading... |
395 | 2024-02-22T06:00:13.478Z | Downloading... |
396 | 2024-02-22T06:00:13.478Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-22T06:00:13.478Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-22T06:00:14.108Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-22T06:00:14.108Z | ++ case "$OSTYPE" in |
400 | 2024-02-22T06:00:14.120Z | ++ SHA=sha256sum |
401 | 2024-02-22T06:00:14.121Z | ++ sha256sum |
402 | 2024-02-22T06:00:14.121Z | ++ awk '{print $1}' |
403 | 2024-02-22T06:00:14.121Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-22T06:00:14.121Z | + [[ 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 ]] |
405 | 2024-02-22T06:00:14.121Z | + rm -rf ./out/console-assets |
406 | 2024-02-22T06:00:14.121Z | + mkdir -p ./out/console-assets |
407 | 2024-02-22T06:00:14.131Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-22T06:00:14.131Z | + mkdir -p ./out/console-assets |
409 | 2024-02-22T06:00:14.132Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-22T06:00:14.214Z | + set -o errexit |
411 | 2024-02-22T06:00:14.220Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-22T06:00:14.220Z | ++ cd ./tools |
413 | 2024-02-22T06:00:14.220Z | ++ pwd |
414 | 2024-02-22T06:00:14.220Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-22T06:00:14.225Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-22T06:00:14.225Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-22T06:00:14.225Z | + TARGET_DIR=out |
418 | 2024-02-22T06:00:14.225Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-22T06:00:14.226Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-22T06:00:14.226Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-22T06:00:14.226Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-22T06:00:14.226Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-22T06:00:14.227Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-22T06:00:14.227Z | + main |
425 | 2024-02-22T06:00:14.227Z | + [[ 0 != 0 ]] |
426 | 2024-02-22T06:00:14.227Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-22T06:00:14.227Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-22T06:00:14.227Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-22T06:00:14.227Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-22T06:00:14.227Z | + local DO_DOWNLOAD=true |
431 | 2024-02-22T06:00:14.228Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-22T06:00:14.228Z | + mkdir -p out/downloads |
433 | 2024-02-22T06:00:14.228Z | + '[' true == true ']' |
434 | 2024-02-22T06:00:14.228Z | + echo Downloading... |
435 | 2024-02-22T06:00:14.228Z | Downloading... |
436 | 2024-02-22T06:00:14.228Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-22T06:00:14.228Z | + 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 |
438 | 2024-02-22T06:00:14.520Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-22T06:00:14.521Z | ++ case "$OSTYPE" in |
440 | 2024-02-22T06:00:14.521Z | ++ SHA=sha256sum |
441 | 2024-02-22T06:00:14.527Z | ++ sha256sum |
442 | 2024-02-22T06:00:14.527Z | ++ awk '{print $1}' |
443 | 2024-02-22T06:00:14.527Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-22T06:00:14.527Z | + [[ 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 ]] |
445 | 2024-02-22T06:00:14.527Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-22T06:00:14.527Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-22T06:00:14.527Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-22T06:00:14.527Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-22T06:00:14.527Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-22T06:00:14.527Z | + main |
451 | 2024-02-22T06:00:14.527Z | + [[ 0 != 0 ]] |
452 | 2024-02-22T06:00:14.528Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-22T06:00:14.528Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-22T06:00:14.528Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-22T06:00:14.528Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-22T06:00:14.528Z | + local DO_DOWNLOAD=true |
457 | 2024-02-22T06:00:14.528Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-22T06:00:14.528Z | + mkdir -p out/downloads |
459 | 2024-02-22T06:00:14.528Z | + '[' true == true ']' |
460 | 2024-02-22T06:00:14.528Z | + echo Downloading... |
461 | 2024-02-22T06:00:14.528Z | Downloading... |
462 | 2024-02-22T06:00:14.528Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-22T06:00:14.528Z | + 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 |
464 | 2024-02-22T06:00:14.669Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-22T06:00:14.682Z | ++ case "$OSTYPE" in |
466 | 2024-02-22T06:00:14.682Z | ++ SHA=sha256sum |
467 | 2024-02-22T06:00:14.682Z | ++ sha256sum |
468 | 2024-02-22T06:00:14.682Z | ++ awk '{print $1}' |
469 | 2024-02-22T06:00:14.682Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-22T06:00:14.682Z | + [[ 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 ]] |
471 | 2024-02-22T06:00:14.682Z | + set -o errexit |
472 | 2024-02-22T06:00:14.689Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-22T06:00:14.689Z | ++ cd ./tools |
474 | 2024-02-22T06:00:14.689Z | ++ pwd |
475 | 2024-02-22T06:00:14.689Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-22T06:00:14.689Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-22T06:00:14.689Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-22T06:00:14.690Z | + TARGET_DIR=out |
479 | 2024-02-22T06:00:14.690Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-22T06:00:14.690Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-22T06:00:14.690Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-22T06:00:14.690Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-22T06:00:14.690Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-22T06:00:14.690Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-22T06:00:14.690Z | + main |
486 | 2024-02-22T06:00:14.690Z | + [[ 0 != 0 ]] |
487 | 2024-02-22T06:00:14.705Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-22T06:00:14.705Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-22T06:00:14.706Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-02-22T06:00:14.706Z | + local DO_DOWNLOAD=true |
491 | 2024-02-22T06:00:14.706Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-22T06:00:14.706Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-22T06:00:14.706Z | + mkdir -p out/downloads |
494 | 2024-02-22T06:00:14.706Z | + '[' true == true ']' |
495 | 2024-02-22T06:00:14.707Z | + echo Downloading... |
496 | 2024-02-22T06:00:14.707Z | Downloading... |
497 | 2024-02-22T06:00:14.707Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-22T06:00:14.707Z | + 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 |
499 | 2024-02-22T06:00:14.918Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-22T06:00:14.919Z | ++ case "$OSTYPE" in |
501 | 2024-02-22T06:00:14.919Z | ++ SHA=sha256sum |
502 | 2024-02-22T06:00:14.924Z | ++ sha256sum |
503 | 2024-02-22T06:00:14.924Z | ++ awk '{print $1}' |
504 | 2024-02-22T06:00:14.928Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-22T06:00:14.928Z | + [[ 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 ]] |
506 | 2024-02-22T06:00:14.933Z | + set -o errexit |
507 | 2024-02-22T06:00:14.937Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-22T06:00:14.937Z | ++ cd ./tools |
509 | 2024-02-22T06:00:14.938Z | ++ pwd |
510 | 2024-02-22T06:00:14.938Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-22T06:00:14.938Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-22T06:00:14.942Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-22T06:00:14.942Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-22T06:00:14.942Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-22T06:00:14.942Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-22T06:00:14.942Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-22T06:00:14.942Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-22T06:00:14.942Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-22T06:00:14.943Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-22T06:00:14.943Z | + TARGET_DIR=out |
521 | 2024-02-22T06:00:14.943Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-22T06:00:14.943Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-22T06:00:14.943Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-22T06:00:14.943Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-22T06:00:14.943Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-22T06:00:14.943Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-22T06:00:14.943Z | + main |
528 | 2024-02-22T06:00:14.943Z | + [[ 0 != 0 ]] |
529 | 2024-02-22T06:00:14.943Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-22T06:00:14.943Z | + [[ 0 != 0 ]] |
531 | 2024-02-22T06:00:14.943Z | + configure_os solaris2.11 |
532 | 2024-02-22T06:00:14.943Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-22T06:00:14.943Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-22T06:00:14.943Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-22T06:00:14.943Z | + case "$1" in |
536 | 2024-02-22T06:00:14.943Z | configuring based on OS: "solaris2.11" |
537 | 2024-02-22T06:00:14.943Z | + SET_BINARIES= |
538 | 2024-02-22T06:00:14.943Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-22T06:00:14.943Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-22T06:00:14.943Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-22T06:00:14.943Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-22T06:00:14.943Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-22T06:00:14.944Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-22T06:00:14.944Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-22T06:00:14.944Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-22T06:00:14.944Z | + mkdir -p out/downloads |
547 | 2024-02-22T06:00:14.944Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-22T06:00:14.944Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-22T06:00:14.947Z | + fetch_and_verify |
550 | 2024-02-22T06:00:14.948Z | + local DO_DOWNLOAD=true |
551 | 2024-02-22T06:00:14.948Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-22T06:00:14.948Z | + '[' true == true ']' |
553 | 2024-02-22T06:00:14.948Z | + echo Downloading... |
554 | 2024-02-22T06:00:14.948Z | Downloading... |
555 | 2024-02-22T06:00:14.948Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-22T06:00:14.948Z | + 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 |
557 | 2024-02-22T06:00:24.634Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-22T06:00:24.644Z | ++ sha256sum |
559 | 2024-02-22T06:00:24.644Z | ++ awk '{print $1}' |
560 | 2024-02-22T06:00:24.677Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-22T06:00:24.678Z | + [[ 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 ]] |
562 | 2024-02-22T06:00:24.724Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-22T06:00:24.724Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-22T06:00:25.340Z | + do_assemble |
565 | 2024-02-22T06:00:25.341Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-22T06:00:25.354Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-22T06:00:25.354Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-22T06:00:25.431Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-22T06:00:25.441Z | + set -o errexit |
570 | 2024-02-22T06:00:25.446Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-22T06:00:25.452Z | ++ cd ./tools |
572 | 2024-02-22T06:00:25.452Z | ++ pwd |
573 | 2024-02-22T06:00:25.452Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-22T06:00:25.453Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-22T06:00:25.453Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-22T06:00:25.453Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-22T06:00:25.453Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-22T06:00:25.453Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-22T06:00:25.453Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-22T06:00:25.453Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-22T06:00:25.453Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-22T06:00:25.453Z | + TARGET_DIR=out |
583 | 2024-02-22T06:00:25.453Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-22T06:00:25.453Z | + DEST_DIR=./out/mgd |
585 | 2024-02-22T06:00:25.453Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-22T06:00:25.453Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-22T06:00:25.453Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-22T06:00:25.453Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-22T06:00:25.453Z | + main |
590 | 2024-02-22T06:00:25.453Z | + [[ 0 != 0 ]] |
591 | 2024-02-22T06:00:25.453Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-22T06:00:25.453Z | + [[ 0 != 0 ]] |
593 | 2024-02-22T06:00:25.453Z | + configure_os solaris2.11 |
594 | 2024-02-22T06:00:25.453Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-22T06:00:25.453Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-22T06:00:25.453Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-22T06:00:25.453Z | + case "$1" in |
598 | 2024-02-22T06:00:25.454Z | + SET_BINARIES= |
599 | 2024-02-22T06:00:25.454Z | configuring based on OS: "solaris2.11" |
600 | 2024-02-22T06:00:25.454Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-22T06:00:25.454Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-22T06:00:25.454Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-22T06:00:25.454Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-22T06:00:25.454Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-22T06:00:25.454Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-22T06:00:25.454Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-22T06:00:25.454Z | Local file: out/downloads/mgd.tar.gz |
608 | 2024-02-22T06:00:25.454Z | + mkdir -p out/downloads |
609 | 2024-02-22T06:00:25.454Z | + mkdir -p ./out/mgd |
610 | 2024-02-22T06:00:25.458Z | + fetch_and_verify |
611 | 2024-02-22T06:00:25.458Z | + local DO_DOWNLOAD=true |
612 | 2024-02-22T06:00:25.458Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-22T06:00:25.458Z | + '[' true == true ']' |
614 | 2024-02-22T06:00:25.458Z | + echo Downloading... |
615 | 2024-02-22T06:00:25.458Z | Downloading... |
616 | 2024-02-22T06:00:25.458Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-22T06:00:25.459Z | + 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 |
618 | 2024-02-22T06:00:36.534Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-22T06:00:36.538Z | ++ sha256sum |
620 | 2024-02-22T06:00:36.538Z | ++ awk '{print $1}' |
621 | 2024-02-22T06:00:36.555Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-22T06:00:36.558Z | + [[ 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 ]] |
623 | 2024-02-22T06:00:36.558Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-22T06:00:36.558Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-22T06:00:37.006Z | + do_assemble |
626 | 2024-02-22T06:00:37.006Z | + rm -r ./out/mgd |
627 | 2024-02-22T06:00:37.011Z | + mkdir ./out/mgd |
628 | 2024-02-22T06:00:37.011Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-22T06:00:37.162Z | + set -o errexit |
630 | 2024-02-22T06:00:37.172Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-22T06:00:37.172Z | ++ cd ./tools |
632 | 2024-02-22T06:00:37.172Z | ++ pwd |
633 | 2024-02-22T06:00:37.172Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-22T06:00:37.172Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-22T06:00:37.172Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-22T06:00:37.172Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-22T06:00:37.172Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-22T06:00:37.172Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-22T06:00:37.172Z | + TARGET_DIR=out |
640 | 2024-02-22T06:00:37.172Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-22T06:00:37.172Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-22T06:00:37.172Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-22T06:00:37.172Z | + BINARY=xcvradm |
644 | 2024-02-22T06:00:37.172Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-22T06:00:37.172Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-22T06:00:37.173Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-22T06:00:37.173Z | + main |
648 | 2024-02-22T06:00:37.173Z | + [[ 0 != 0 ]] |
649 | 2024-02-22T06:00:37.173Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-22T06:00:37.173Z | + [[ 0 != 0 ]] |
651 | 2024-02-22T06:00:37.173Z | + configure_os solaris2.11 |
652 | 2024-02-22T06:00:37.173Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-22T06:00:37.173Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-22T06:00:37.173Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-22T06:00:37.173Z | + case "$1" in |
656 | 2024-02-22T06:00:37.173Z | + SET_BINARIES= |
657 | 2024-02-22T06:00:37.173Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-22T06:00:37.173Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-22T06:00:37.173Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-22T06:00:37.173Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-22T06:00:37.173Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-22T06:00:37.173Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-22T06:00:37.173Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-22T06:00:37.173Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-22T06:00:37.173Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-22T06:00:37.173Z | + mkdir -p out/downloads |
667 | 2024-02-22T06:00:37.173Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-02-22T06:00:37.173Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-22T06:00:37.180Z | + fetch_and_verify |
670 | 2024-02-22T06:00:37.180Z | + local DO_DOWNLOAD=true |
671 | 2024-02-22T06:00:37.180Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-22T06:00:37.180Z | + '[' true == true ']' |
673 | 2024-02-22T06:00:37.180Z | + echo Downloading... |
674 | 2024-02-22T06:00:37.180Z | Downloading... |
675 | 2024-02-22T06:00:37.180Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-22T06:00:37.180Z | + 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 |
677 | 2024-02-22T06:00:39.856Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-22T06:00:39.866Z | ++ sha256sum |
679 | 2024-02-22T06:00:39.866Z | ++ awk '{print $1}' |
680 | 2024-02-22T06:00:39.866Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-22T06:00:39.867Z | + [[ 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 ]] |
682 | 2024-02-22T06:00:39.867Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-22T06:00:39.867Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-22T06:00:39.867Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-22T06:00:39.976Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-22T06:00:39.981Z | + do_assemble |
687 | 2024-02-22T06:00:39.981Z | + rm -r ./out/transceiver-control |
688 | 2024-02-22T06:00:39.981Z | + mkdir ./out/transceiver-control |
689 | 2024-02-22T06:00:39.986Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-22T06:00:40.137Z | All prerequisites installed successfully |
691 | 2024-02-22T06:00:40.141Z | |
692 | 2024-02-22T06:00:40.141Z | real 1:55.030986046 |
693 | 2024-02-22T06:00:40.141Z | user 34.065976926 |
694 | 2024-02-22T06:00:40.142Z | sys 6.366237234 |
695 | 2024-02-22T06:00:40.142Z | trap 0.007262229 |
696 | 2024-02-22T06:00:40.142Z | tflt 0.247016290 |
697 | 2024-02-22T06:00:40.142Z | dflt 0.415722558 |
698 | 2024-02-22T06:00:40.142Z | kflt 0.146563771 |
699 | 2024-02-22T06:00:40.142Z | lock 1.699067155 |
700 | 2024-02-22T06:00:40.142Z | slp 3:53.455865401 |
701 | 2024-02-22T06:00:40.142Z | lat 1.658216792 |
702 | 2024-02-22T06:00:40.142Z | stop 0.126620379 |
703 | 2024-02-22T06:00:40.142Z | + banner end-to-end-tests |
704 | 2024-02-22T06:00:40.209Z | |
705 | 2024-02-22T06:00:40.209Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-22T06:00:40.209Z | # ## # # # # # # # ## # # # |
707 | 2024-02-22T06:00:40.209Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-22T06:00:40.210Z | # # # # # # # # # # # # # # # |
709 | 2024-02-22T06:00:40.210Z | # # ## # # # # # # # ## # # |
710 | 2024-02-22T06:00:40.210Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-22T06:00:40.210Z | |
712 | 2024-02-22T06:00:40.215Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-22T06:00:40.215Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-22T06:00:40.215Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-22T06:00:40.215Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-22T06:00:40.215Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-22T06:00:40.215Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-22T06:00:40.215Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-22T06:00:40.420Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-22T06:00:40.746Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-22T06:00:41.065Z | Updating crates.io index |
722 | 2024-02-22T06:00:41.070Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-22T06:00:42.191Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-22T06:00:43.898Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-22T06:00:44.540Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-22T06:00:44.831Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-22T06:00:45.118Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-22T06:00:45.447Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-22T06:00:46.330Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-22T06:00:48.854Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-22T06:00:49.752Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-22T06:00:50.281Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-22T06:00:50.810Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-22T06:00:51.233Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-22T06:00:51.662Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-22T06:00:52.156Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-22T06:00:52.625Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-22T06:00:52.962Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-22T06:00:53.428Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-22T06:00:53.978Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-22T06:00:54.357Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-22T06:00:54.814Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-22T06:00:55.770Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-22T06:00:56.331Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-22T06:00:57.669Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-22T06:00:58.064Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-22T06:00:58.367Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-22T06:01:00.016Z | Downloading crates ... |
749 | 2024-02-22T06:01:00.253Z | Downloaded addr2line v0.21.0 |
750 | 2024-02-22T06:01:00.261Z | Downloaded ciborium-io v0.2.2 |
751 | 2024-02-22T06:01:00.266Z | Downloaded darling_macro v0.20.3 |
752 | 2024-02-22T06:01:00.277Z | Downloaded crypto-common v0.1.6 |
753 | 2024-02-22T06:01:00.281Z | Downloaded block-padding v0.3.3 |
754 | 2024-02-22T06:01:00.284Z | Downloaded defmt-macros v0.3.6 |
755 | 2024-02-22T06:01:00.295Z | Downloaded defmt-parser v0.3.3 |
756 | 2024-02-22T06:01:00.303Z | Downloaded defmt v0.3.5 |
757 | 2024-02-22T06:01:00.303Z | Downloaded colored v2.0.4 |
758 | 2024-02-22T06:01:00.307Z | Downloaded aead v0.5.2 |
759 | 2024-02-22T06:01:00.307Z | Downloaded clap v4.5.0 |
760 | 2024-02-22T06:01:00.315Z | Downloaded diesel_table_macro_syntax v0.1.0 |
761 | 2024-02-22T06:01:00.321Z | Downloaded anstream v0.6.11 |
762 | 2024-02-22T06:01:00.325Z | Downloaded anstyle v1.0.2 |
763 | 2024-02-22T06:01:00.325Z | Downloaded pest_generator v2.7.6 |
764 | 2024-02-22T06:01:00.329Z | Downloaded console v0.15.8 |
765 | 2024-02-22T06:01:00.332Z | Downloaded ahash v0.8.7 |
766 | 2024-02-22T06:01:00.335Z | Downloaded cstr-argument v0.1.2 |
767 | 2024-02-22T06:01:00.338Z | Downloaded atomicwrites v0.4.3 |
768 | 2024-02-22T06:01:00.341Z | Downloaded atty v0.2.14 |
769 | 2024-02-22T06:01:00.341Z | Downloaded curve25519-dalek-derive v0.1.0 |
770 | 2024-02-22T06:01:00.345Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2024-02-22T06:01:00.345Z | Downloaded md5 v0.7.0 |
772 | 2024-02-22T06:01:00.348Z | Downloaded matches v0.1.10 |
773 | 2024-02-22T06:01:00.348Z | Downloaded anyhow v1.0.75 |
774 | 2024-02-22T06:01:00.356Z | Downloaded subtle v2.5.0 |
775 | 2024-02-22T06:01:00.359Z | Downloaded strsim v0.8.0 |
776 | 2024-02-22T06:01:00.359Z | Downloaded new_debug_unreachable v1.0.4 |
777 | 2024-02-22T06:01:00.363Z | Downloaded convert_case v0.4.0 |
778 | 2024-02-22T06:01:00.363Z | Downloaded colorchoice v1.0.0 |
779 | 2024-02-22T06:01:00.366Z | Downloaded parse-display v0.9.0 |
780 | 2024-02-22T06:01:00.366Z | Downloaded libsw v3.3.1 |
781 | 2024-02-22T06:01:00.371Z | Downloaded pem v3.0.2 |
782 | 2024-02-22T06:01:00.371Z | Downloaded mime v0.3.17 |
783 | 2024-02-22T06:01:00.377Z | Downloaded atomic-waker v1.1.1 |
784 | 2024-02-22T06:01:00.377Z | Downloaded cfg-if v1.0.0 |
785 | 2024-02-22T06:01:00.380Z | Downloaded autocfg v1.1.0 |
786 | 2024-02-22T06:01:00.380Z | Downloaded opaque-debug v0.3.0 |
787 | 2024-02-22T06:01:00.380Z | Downloaded arrayref v0.3.7 |
788 | 2024-02-22T06:01:00.384Z | Downloaded diesel_derives v2.1.2 |
789 | 2024-02-22T06:01:00.388Z | Downloaded num_threads v0.1.6 |
790 | 2024-02-22T06:01:00.391Z | Downloaded arrayvec v0.7.4 |
791 | 2024-02-22T06:01:00.395Z | Downloaded newtype_derive v0.1.6 |
792 | 2024-02-22T06:01:00.395Z | Downloaded block-buffer v0.10.4 |
793 | 2024-02-22T06:01:00.404Z | Downloaded bcrypt-pbkdf v0.10.0 |
794 | 2024-02-22T06:01:00.405Z | Downloaded pretty-hex v0.2.1 |
795 | 2024-02-22T06:01:00.405Z | Downloaded base64ct v1.6.0 |
796 | 2024-02-22T06:01:00.405Z | Downloaded anstyle-query v1.0.0 |
797 | 2024-02-22T06:01:00.410Z | Downloaded memmap v0.7.0 |
798 | 2024-02-22T06:01:00.410Z | Downloaded byteorder v1.5.0 |
799 | 2024-02-22T06:01:00.410Z | Downloaded term v0.7.0 |
800 | 2024-02-22T06:01:00.416Z | Downloaded mime_guess v2.0.4 |
801 | 2024-02-22T06:01:00.419Z | Downloaded cipher v0.4.4 |
802 | 2024-02-22T06:01:00.420Z | Downloaded ciborium-ll v0.2.2 |
803 | 2024-02-22T06:01:00.420Z | Downloaded cbc v0.1.2 |
804 | 2024-02-22T06:01:00.426Z | Downloaded blowfish v0.9.1 |
805 | 2024-02-22T06:01:00.426Z | Downloaded crossbeam-deque v0.8.3 |
806 | 2024-02-22T06:01:00.432Z | Downloaded lru-cache v0.1.2 |
807 | 2024-02-22T06:01:00.432Z | Downloaded cpufeatures v0.2.12 |
808 | 2024-02-22T06:01:00.432Z | Downloaded pretty-hex v0.4.1 |
809 | 2024-02-22T06:01:00.432Z | Downloaded anstyle-parse v0.2.1 |
810 | 2024-02-22T06:01:00.436Z | Downloaded display-error-chain v0.2.0 |
811 | 2024-02-22T06:01:00.436Z | Downloaded hubpack_derive v0.1.1 |
812 | 2024-02-22T06:01:00.436Z | Downloaded clap_lex v0.7.0 |
813 | 2024-02-22T06:01:00.441Z | Downloaded num_enum v0.5.11 |
814 | 2024-02-22T06:01:00.444Z | Downloaded parking_lot_core v0.9.8 |
815 | 2024-02-22T06:01:00.447Z | Downloaded num-iter v0.1.43 |
816 | 2024-02-22T06:01:00.450Z | Downloaded paste v1.0.14 |
817 | 2024-02-22T06:01:00.454Z | Downloaded waitgroup v0.1.2 |
818 | 2024-02-22T06:01:00.460Z | Downloaded hash32 v0.2.1 |
819 | 2024-02-22T06:01:00.460Z | Downloaded once_cell v1.19.0 |
820 | 2024-02-22T06:01:00.463Z | Downloaded bit-vec v0.6.3 |
821 | 2024-02-22T06:01:00.463Z | Downloaded structopt-derive v0.4.18 |
822 | 2024-02-22T06:01:00.463Z | Downloaded pbkdf2 v0.12.2 |
823 | 2024-02-22T06:01:00.467Z | Downloaded num-complex v0.4.4 |
824 | 2024-02-22T06:01:00.470Z | Downloaded phf v0.11.2 |
825 | 2024-02-22T06:01:00.470Z | Downloaded camino-tempfile v1.1.1 |
826 | 2024-02-22T06:01:00.473Z | Downloaded chacha20 v0.9.1 |
827 | 2024-02-22T06:01:00.476Z | Downloaded zone_cfg_derive v0.3.0 |
828 | 2024-02-22T06:01:00.476Z | Downloaded percent-encoding v2.3.1 |
829 | 2024-02-22T06:01:00.476Z | Downloaded static_assertions v1.1.0 |
830 | 2024-02-22T06:01:00.479Z | Downloaded cobs v0.2.3 |
831 | 2024-02-22T06:01:00.479Z | Downloaded parse-display-derive v0.9.0 |
832 | 2024-02-22T06:01:00.483Z | Downloaded ppv-lite86 v0.2.17 |
833 | 2024-02-22T06:01:00.483Z | Downloaded tokio-macros v2.2.0 |
834 | 2024-02-22T06:01:00.486Z | Downloaded polyval v0.6.1 |
835 | 2024-02-22T06:01:00.486Z | Downloaded plain v0.2.3 |
836 | 2024-02-22T06:01:00.489Z | Downloaded pkg-config v0.3.27 |
837 | 2024-02-22T06:01:00.489Z | Downloaded argon2 v0.5.3 |
838 | 2024-02-22T06:01:00.492Z | Downloaded predicates-core v1.0.6 |
839 | 2024-02-22T06:01:00.492Z | Downloaded toolchain_find v0.2.0 |
840 | 2024-02-22T06:01:00.495Z | Downloaded blake2 v0.10.6 |
841 | 2024-02-22T06:01:00.499Z | Downloaded foreign-types v0.5.0 |
842 | 2024-02-22T06:01:00.499Z | Downloaded ciborium v0.2.2 |
843 | 2024-02-22T06:01:00.502Z | Downloaded unicode-width v0.1.11 |
844 | 2024-02-22T06:01:00.502Z | Downloaded pest_derive v2.7.6 |
845 | 2024-02-22T06:01:00.505Z | Downloaded walkdir v2.4.0 |
846 | 2024-02-22T06:01:00.508Z | Downloaded russh-cryptovec v0.7.0 |
847 | 2024-02-22T06:01:00.509Z | Downloaded owo-colors v4.0.0 |
848 | 2024-02-22T06:01:00.512Z | Downloaded is-terminal v0.4.9 |
849 | 2024-02-22T06:01:00.512Z | Downloaded parking_lot_core v0.8.6 |
850 | 2024-02-22T06:01:00.515Z | Downloaded slog-stdlog v4.1.1 |
851 | 2024-02-22T06:01:00.518Z | Downloaded zone v0.3.0 |
852 | 2024-02-22T06:01:00.518Z | Downloaded pem-rfc7468 v0.7.0 |
853 | 2024-02-22T06:01:00.521Z | Downloaded parking_lot v0.11.2 |
854 | 2024-02-22T06:01:00.525Z | Downloaded cancel-safe-futures v0.1.5 |
855 | 2024-02-22T06:01:00.531Z | Downloaded cc v1.0.83 |
856 | 2024-02-22T06:01:00.534Z | Downloaded const-oid v0.9.5 |
857 | 2024-02-22T06:01:00.534Z | Downloaded pin-project-lite v0.2.13 |
858 | 2024-02-22T06:01:00.537Z | Downloaded foreign-types-shared v0.3.1 |
859 | 2024-02-22T06:01:00.540Z | Downloaded proc-macro-crate v1.3.1 |
860 | 2024-02-22T06:01:00.540Z | Downloaded hash32 v0.3.1 |
861 | 2024-02-22T06:01:00.544Z | Downloaded fnv v1.0.7 |
862 | 2024-02-22T06:01:00.544Z | Downloaded postgres-types v0.2.6 |
863 | 2024-02-22T06:01:00.548Z | Downloaded vsss-rs v3.3.4 |
864 | 2024-02-22T06:01:00.548Z | Downloaded lalrpop-util v0.19.12 |
865 | 2024-02-22T06:01:00.551Z | Downloaded ed25519 v2.2.2 |
866 | 2024-02-22T06:01:00.551Z | Downloaded foreign-types-macros v0.2.3 |
867 | 2024-02-22T06:01:00.554Z | Downloaded want v0.3.1 |
868 | 2024-02-22T06:01:00.554Z | Downloaded tracing-attributes v0.1.26 |
869 | 2024-02-22T06:01:00.558Z | Downloaded endian-type v0.1.2 |
870 | 2024-02-22T06:01:00.558Z | Downloaded glob v0.3.1 |
871 | 2024-02-22T06:01:00.558Z | Downloaded terminal_size v0.3.0 |
872 | 2024-02-22T06:01:00.561Z | Downloaded rustls-pemfile v1.0.3 |
873 | 2024-02-22T06:01:00.579Z | Downloaded parking_lot v0.12.1 |
874 | 2024-02-22T06:01:00.579Z | Downloaded scroll_derive v0.12.0 |
875 | 2024-02-22T06:01:00.583Z | Downloaded omicron-zone-package v0.11.0 |
876 | 2024-02-22T06:01:00.583Z | Downloaded signal-hook-mio v0.2.3 |
877 | 2024-02-22T06:01:00.583Z | Downloaded ecdsa v0.16.9 |
878 | 2024-02-22T06:01:00.583Z | Downloaded futures-core v0.3.30 |
879 | 2024-02-22T06:01:00.583Z | Downloaded slog-term v2.9.0 |
880 | 2024-02-22T06:01:00.583Z | Downloaded signature v2.1.0 |
881 | 2024-02-22T06:01:00.583Z | Downloaded sec1 v0.7.3 |
882 | 2024-02-22T06:01:00.583Z | Downloaded chacha20poly1305 v0.10.1 |
883 | 2024-02-22T06:01:00.586Z | Downloaded bytes v1.5.0 |
884 | 2024-02-22T06:01:00.590Z | Downloaded tower-service v0.3.2 |
885 | 2024-02-22T06:01:00.590Z | Downloaded rustfmt-wrapper v0.2.0 |
886 | 2024-02-22T06:01:00.594Z | Downloaded native-tls v0.2.11 |
887 | 2024-02-22T06:01:00.594Z | Downloaded string_cache v0.8.7 |
888 | 2024-02-22T06:01:00.597Z | Downloaded fixedbitset v0.4.2 |
889 | 2024-02-22T06:01:00.597Z | Downloaded serde_derive_internals v0.26.0 |
890 | 2024-02-22T06:01:00.600Z | Downloaded slog-json v2.6.1 |
891 | 2024-02-22T06:01:00.600Z | Downloaded whoami v1.4.1 |
892 | 2024-02-22T06:01:00.604Z | Downloaded tokio-rustls v0.25.0 |
893 | 2024-02-22T06:01:00.604Z | Downloaded slog-bunyan v2.5.0 |
894 | 2024-02-22T06:01:00.607Z | Downloaded schemars_derive v0.8.16 |
895 | 2024-02-22T06:01:00.607Z | Downloaded either v1.10.0 |
896 | 2024-02-22T06:01:00.610Z | Downloaded version_check v0.9.4 |
897 | 2024-02-22T06:01:00.610Z | Downloaded flagset v0.4.3 |
898 | 2024-02-22T06:01:00.616Z | Downloaded hyper-tls v0.5.0 |
899 | 2024-02-22T06:01:00.617Z | Downloaded usdt-macro v0.5.0 |
900 | 2024-02-22T06:01:00.620Z | Downloaded p256 v0.13.2 |
901 | 2024-02-22T06:01:00.620Z | Downloaded primeorder v0.13.6 |
902 | 2024-02-22T06:01:00.620Z | Downloaded usdt-macro v0.3.5 |
903 | 2024-02-22T06:01:00.624Z | Downloaded textwrap v0.11.0 |
904 | 2024-02-22T06:01:00.624Z | Downloaded scopeguard v1.2.0 |
905 | 2024-02-22T06:01:00.630Z | Downloaded ipnet v2.9.0 |
906 | 2024-02-22T06:01:00.630Z | Downloaded rustc-demangle v0.1.23 |
907 | 2024-02-22T06:01:00.630Z | Downloaded heck v0.4.1 |
908 | 2024-02-22T06:01:01.042Z | Downloaded sct v0.7.0 |
909 | 2024-02-22T06:01:01.042Z | Downloaded time-macros v0.2.13 |
910 | 2024-02-22T06:01:01.042Z | Downloaded der v0.7.8 |
911 | 2024-02-22T06:01:01.042Z | Downloaded usdt-attr-macro v0.5.0 |
912 | 2024-02-22T06:01:01.043Z | Downloaded usdt-attr-macro v0.3.5 |
913 | 2024-02-22T06:01:01.043Z | Downloaded aes v0.8.3 |
914 | 2024-02-22T06:01:01.043Z | Downloaded serde_repr v0.1.16 |
915 | 2024-02-22T06:01:01.043Z | Downloaded ident_case v1.0.1 |
916 | 2024-02-22T06:01:01.043Z | Downloaded http-body v0.4.5 |
917 | 2024-02-22T06:01:01.043Z | Downloaded ryu v1.0.15 |
918 | 2024-02-22T06:01:01.043Z | Downloaded spin v0.9.8 |
919 | 2024-02-22T06:01:01.044Z | Downloaded home v0.5.5 |
920 | 2024-02-22T06:01:01.044Z | Downloaded dirs-sys v0.4.1 |
921 | 2024-02-22T06:01:01.044Z | Downloaded chrono v0.4.31 |
922 | 2024-02-22T06:01:01.044Z | Downloaded dtrace-parser v0.1.14 |
923 | 2024-02-22T06:01:01.044Z | Downloaded strsim v0.10.0 |
924 | 2024-02-22T06:01:01.044Z | Downloaded thread-id v4.2.0 |
925 | 2024-02-22T06:01:01.044Z | Downloaded thiserror-no-std v2.0.2 |
926 | 2024-02-22T06:01:01.044Z | Downloaded equivalent v1.0.1 |
927 | 2024-02-22T06:01:01.044Z | Downloaded strum v0.26.1 |
928 | 2024-02-22T06:01:01.045Z | Downloaded try-lock v0.2.4 |
929 | 2024-02-22T06:01:01.045Z | Downloaded enum-as-inner v0.5.1 |
930 | 2024-02-22T06:01:01.045Z | Downloaded semver v0.11.0 |
931 | 2024-02-22T06:01:01.045Z | Downloaded tempfile v3.10.0 |
932 | 2024-02-22T06:01:01.045Z | Downloaded signal-hook v0.3.17 |
933 | 2024-02-22T06:01:01.045Z | Downloaded zip v0.6.6 |
934 | 2024-02-22T06:01:01.045Z | Downloaded secrecy v0.8.0 |
935 | 2024-02-22T06:01:01.045Z | Downloaded rustls-pki-types v1.3.0 |
936 | 2024-02-22T06:01:01.045Z | Downloaded untrusted v0.9.0 |
937 | 2024-02-22T06:01:01.046Z | Downloaded crossterm v0.27.0 |
938 | 2024-02-22T06:01:01.046Z | Downloaded foreign-types v0.3.2 |
939 | 2024-02-22T06:01:01.046Z | Downloaded toml_datetime v0.6.5 |
940 | 2024-02-22T06:01:01.046Z | Downloaded futures-macro v0.3.30 |
941 | 2024-02-22T06:01:01.046Z | Downloaded aes-gcm v0.10.3 |
942 | 2024-02-22T06:01:01.046Z | Downloaded universal-hash v0.5.1 |
943 | 2024-02-22T06:01:01.046Z | Downloaded unicode-xid v0.2.4 |
944 | 2024-02-22T06:01:01.046Z | Downloaded futures-sink v0.3.30 |
945 | 2024-02-22T06:01:01.046Z | Downloaded fastrand v2.0.1 |
946 | 2024-02-22T06:01:01.046Z | Downloaded hubpack v0.1.2 |
947 | 2024-02-22T06:01:01.047Z | Downloaded proc-macro-error-attr v1.0.4 |
948 | 2024-02-22T06:01:01.047Z | Downloaded stable_deref_trait v1.2.0 |
949 | 2024-02-22T06:01:01.047Z | Downloaded rfc6979 v0.4.0 |
950 | 2024-02-22T06:01:01.047Z | Downloaded quote v1.0.35 |
951 | 2024-02-22T06:01:01.047Z | Downloaded r2d2 v0.8.10 |
952 | 2024-02-22T06:01:01.047Z | Downloaded semver v0.1.20 |
953 | 2024-02-22T06:01:01.047Z | Downloaded errno v0.3.8 |
954 | 2024-02-22T06:01:01.048Z | Downloaded resolv-conf v0.7.0 |
955 | 2024-02-22T06:01:01.048Z | Downloaded num-bigint v0.4.4 |
956 | 2024-02-22T06:01:01.048Z | Downloaded fxhash v0.2.1 |
957 | 2024-02-22T06:01:01.048Z | Downloaded fallible-iterator v0.2.0 |
958 | 2024-02-22T06:01:01.048Z | Downloaded usdt v0.5.0 |
959 | 2024-02-22T06:01:01.048Z | Downloaded instant v0.1.12 |
960 | 2024-02-22T06:01:01.048Z | Downloaded serde_tokenstream v0.2.0 |
961 | 2024-02-22T06:01:01.048Z | Downloaded usdt v0.3.5 |
962 | 2024-02-22T06:01:01.049Z | Downloaded http-range v0.1.5 |
963 | 2024-02-22T06:01:01.049Z | Downloaded yasna v0.5.2 |
964 | 2024-02-22T06:01:01.049Z | Downloaded inout v0.1.3 |
965 | 2024-02-22T06:01:01.049Z | Downloaded typenum v1.16.0 |
966 | 2024-02-22T06:01:01.049Z | Downloaded crossbeam-channel v0.5.8 |
967 | 2024-02-22T06:01:01.049Z | Downloaded thread_local v1.1.7 |
968 | 2024-02-22T06:01:01.049Z | Downloaded keccak v0.1.4 |
969 | 2024-02-22T06:01:01.049Z | Downloaded difflib v0.4.0 |
970 | 2024-02-22T06:01:01.050Z | Downloaded proc-macro-error v1.0.4 |
971 | 2024-02-22T06:01:01.050Z | Downloaded dirs-next v2.0.0 |
972 | 2024-02-22T06:01:01.050Z | Downloaded dirs v5.0.1 |
973 | 2024-02-22T06:01:01.050Z | Downloaded slab v0.4.9 |
974 | 2024-02-22T06:01:01.050Z | Downloaded serde_spanned v0.6.5 |
975 | 2024-02-22T06:01:01.050Z | Downloaded semver-parser v0.10.2 |
976 | 2024-02-22T06:01:01.050Z | Downloaded unicode-bidi v0.3.13 |
977 | 2024-02-22T06:01:01.050Z | Downloaded tungstenite v0.20.1 |
978 | 2024-02-22T06:01:01.050Z | Downloaded foreign-types-shared v0.1.1 |
979 | 2024-02-22T06:01:01.050Z | Downloaded hmac v0.12.1 |
980 | 2024-02-22T06:01:01.051Z | Downloaded iana-time-zone v0.1.57 |
981 | 2024-02-22T06:01:01.051Z | Downloaded hyper-staticfile v0.9.5 |
982 | 2024-02-22T06:01:01.051Z | Downloaded zeroize_derive v1.4.2 |
983 | 2024-02-22T06:01:01.051Z | Downloaded dof v0.3.0 |
984 | 2024-02-22T06:01:01.051Z | Downloaded gethostname v0.4.3 |
985 | 2024-02-22T06:01:01.051Z | Downloaded strsim v0.11.0 |
986 | 2024-02-22T06:01:01.051Z | Downloaded hex-literal v0.4.1 |
987 | 2024-02-22T06:01:01.051Z | Downloaded tokio-postgres v0.7.10 |
988 | 2024-02-22T06:01:01.051Z | Downloaded filetime v0.2.23 |
989 | 2024-02-22T06:01:01.051Z | Downloaded ff v0.13.0 |
990 | 2024-02-22T06:01:01.051Z | Downloaded vec_map v0.8.2 |
991 | 2024-02-22T06:01:01.052Z | Downloaded libm v0.2.7 |
992 | 2024-02-22T06:01:01.052Z | Downloaded heapless v0.8.0 |
993 | 2024-02-22T06:01:01.052Z | Downloaded serde_path_to_error v0.1.15 |
994 | 2024-02-22T06:01:01.052Z | Downloaded uuid v1.7.0 |
995 | 2024-02-22T06:01:01.052Z | Downloaded toml v0.5.11 |
996 | 2024-02-22T06:01:01.052Z | Downloaded tinyvec v1.6.0 |
997 | 2024-02-22T06:01:01.052Z | Downloaded thiserror-impl-no-std v2.0.2 |
998 | 2024-02-22T06:01:01.052Z | Downloaded siphasher v0.3.11 |
999 | 2024-02-22T06:01:01.052Z | Downloaded getrandom v0.1.16 |
1000 | 2024-02-22T06:01:01.053Z | Downloaded rand_core v0.6.4 |
1001 | 2024-02-22T06:01:01.053Z | Downloaded toml v0.7.8 |
1002 | 2024-02-22T06:01:01.053Z | Downloaded serde_urlencoded v0.7.1 |
1003 | 2024-02-22T06:01:01.053Z | Downloaded unicase v2.7.0 |
1004 | 2024-02-22T06:01:01.053Z | Downloaded strum_macros v0.26.1 |
1005 | 2024-02-22T06:01:01.053Z | Downloaded clap v2.34.0 |
1006 | 2024-02-22T06:01:01.053Z | Downloaded zeroize v1.7.0 |
1007 | 2024-02-22T06:01:01.053Z | Downloaded utf-8 v0.7.6 |
1008 | 2024-02-22T06:01:01.061Z | Downloaded toml_edit v0.22.6 |
1009 | 2024-02-22T06:01:01.062Z | Downloaded heck v0.3.3 |
1010 | 2024-02-22T06:01:01.062Z | Downloaded form_urlencoded v1.2.1 |
1011 | 2024-02-22T06:01:01.062Z | Downloaded tokio-rustls v0.24.1 |
1012 | 2024-02-22T06:01:01.062Z | Downloaded headers v0.3.9 |
1013 | 2024-02-22T06:01:01.062Z | Downloaded socket2 v0.4.9 |
1014 | 2024-02-22T06:01:01.062Z | Downloaded slog-dtrace v0.3.0 |
1015 | 2024-02-22T06:01:01.063Z | Downloaded flate2 v1.0.28 |
1016 | 2024-02-22T06:01:01.063Z | Downloaded unicode-segmentation v1.10.1 |
1017 | 2024-02-22T06:01:01.063Z | Downloaded semver v1.0.22 |
1018 | 2024-02-22T06:01:01.063Z | Downloaded generic-array v0.14.7 |
1019 | 2024-02-22T06:01:01.064Z | Downloaded unicode-ident v1.0.12 |
1020 | 2024-02-22T06:01:01.064Z | Downloaded ghash v0.5.0 |
1021 | 2024-02-22T06:01:01.064Z | Downloaded toml v0.8.10 |
1022 | 2024-02-22T06:01:01.064Z | Downloaded slog-envlogger v2.2.0 |
1023 | 2024-02-22T06:01:01.064Z | Downloaded proc-macro2 v1.0.78 |
1024 | 2024-02-22T06:01:01.064Z | Downloaded serde_tokenstream v0.1.7 |
1025 | 2024-02-22T06:01:01.065Z | Downloaded slog v2.7.0 |
1026 | 2024-02-22T06:01:01.065Z | Downloaded serde_yaml v0.9.25 |
1027 | 2024-02-22T06:01:01.065Z | Downloaded httparse v1.8.0 |
1028 | 2024-02-22T06:01:01.065Z | Downloaded getrandom v0.2.10 |
1029 | 2024-02-22T06:01:01.065Z | Downloaded rayon-core v1.12.0 |
1030 | 2024-02-22T06:01:01.065Z | Downloaded hyper-rustls v0.24.2 |
1031 | 2024-02-22T06:01:01.065Z | Downloaded futures v0.3.30 |
1032 | 2024-02-22T06:01:01.066Z | Downloaded rand_core v0.5.1 |
1033 | 2024-02-22T06:01:01.066Z | Downloaded group v0.13.0 |
1034 | 2024-02-22T06:01:01.067Z | Downloaded tracing-core v0.1.31 |
1035 | 2024-02-22T06:01:01.067Z | Downloaded tracing v0.1.37 |
1036 | 2024-02-22T06:01:01.067Z | Downloaded smallvec v1.13.1 |
1037 | 2024-02-22T06:01:01.067Z | Downloaded itertools v0.10.5 |
1038 | 2024-02-22T06:01:01.067Z | Downloaded sha2 v0.10.8 |
1039 | 2024-02-22T06:01:01.067Z | Downloaded serde v1.0.196 |
1040 | 2024-02-22T06:01:01.067Z | Downloaded trust-dns-server v0.22.1 |
1041 | 2024-02-22T06:01:01.067Z | Downloaded zerocopy v0.6.4 |
1042 | 2024-02-22T06:01:01.067Z | Downloaded indexmap v1.9.3 |
1043 | 2024-02-22T06:01:01.067Z | Downloaded ed25519-dalek v2.0.0 |
1044 | 2024-02-22T06:01:01.067Z | Downloaded elliptic-curve v0.13.8 |
1045 | 2024-02-22T06:01:01.067Z | Downloaded url v2.5.0 |
1046 | 2024-02-22T06:01:01.068Z | Downloaded clap_builder v4.5.0 |
1047 | 2024-02-22T06:01:01.068Z | Downloaded unsafe-libyaml v0.2.10 |
1048 | 2024-02-22T06:01:01.068Z | Downloaded rcgen v0.12.1 |
1049 | 2024-02-22T06:01:01.068Z | Downloaded indexmap v2.2.3 |
1050 | 2024-02-22T06:01:01.068Z | Downloaded aho-corasick v1.0.4 |
1051 | 2024-02-22T06:01:01.068Z | Downloaded trust-dns-client v0.22.0 |
1052 | 2024-02-22T06:01:01.068Z | Downloaded http v0.2.11 |
1053 | 2024-02-22T06:01:01.068Z | Downloaded hashbrown v0.12.3 |
1054 | 2024-02-22T06:01:01.068Z | Downloaded p521 v0.13.3 |
1055 | 2024-02-22T06:01:01.069Z | Downloaded blake3 v1.5.0 |
1056 | 2024-02-22T06:01:01.069Z | Downloaded schemars v0.8.16 |
1057 | 2024-02-22T06:01:01.069Z | Downloaded russh v0.42.0 |
1058 | 2024-02-22T06:01:01.069Z | Downloaded itertools v0.12.1 |
1059 | 2024-02-22T06:01:01.069Z | Downloaded serde_derive v1.0.196 |
1060 | 2024-02-22T06:01:01.069Z | Downloaded tokio-util v0.7.10 |
1061 | 2024-02-22T06:01:01.069Z | Downloaded regex-automata v0.1.10 |
1062 | 2024-02-22T06:01:01.069Z | Downloaded winnow v0.5.15 |
1063 | 2024-02-22T06:01:01.074Z | Downloaded petgraph v0.6.4 |
1064 | 2024-02-22T06:01:01.095Z | Downloaded rand v0.7.3 |
1065 | 2024-02-22T06:01:01.100Z | Downloaded http v1.0.0 |
1066 | 2024-02-22T06:01:01.100Z | Downloaded unicode-normalization v0.1.22 |
1067 | 2024-02-22T06:01:01.100Z | Downloaded rustls-webpki v0.101.7 |
1068 | 2024-02-22T06:01:01.110Z | Downloaded serde_with v3.6.1 |
1069 | 2024-02-22T06:01:01.117Z | Downloaded hashbrown v0.14.3 |
1070 | 2024-02-22T06:01:01.124Z | Downloaded h2 v0.3.24 |
1071 | 2024-02-22T06:01:01.130Z | Downloaded reqwest v0.11.22 |
1072 | 2024-02-22T06:01:01.138Z | Downloaded goblin v0.8.0 |
1073 | 2024-02-22T06:01:01.144Z | Downloaded rayon v1.8.0 |
1074 | 2024-02-22T06:01:01.154Z | Downloaded rustls-webpki v0.102.1 |
1075 | 2024-02-22T06:01:01.173Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2024-02-22T06:01:01.185Z | Downloaded object v0.32.1 |
1077 | 2024-02-22T06:01:01.195Z | Downloaded serde_json v1.0.114 |
1078 | 2024-02-22T06:01:01.204Z | Downloaded hyper v0.14.27 |
1079 | 2024-02-22T06:01:01.212Z | Downloaded smoltcp v0.9.1 |
1080 | 2024-02-22T06:01:01.224Z | Downloaded hkdf v0.12.4 |
1081 | 2024-02-22T06:01:01.232Z | Downloaded idna v0.2.3 |
1082 | 2024-02-22T06:01:01.237Z | Downloaded diesel v2.1.4 |
1083 | 2024-02-22T06:01:01.254Z | Downloaded regex-syntax v0.8.2 |
1084 | 2024-02-22T06:01:01.262Z | Downloaded rustls v0.22.2 |
1085 | 2024-02-22T06:01:01.275Z | Downloaded vcpkg v0.2.15 |
1086 | 2024-02-22T06:01:01.313Z | Downloaded gimli v0.28.0 |
1087 | 2024-02-22T06:01:01.322Z | Downloaded syn v2.0.48 |
1088 | 2024-02-22T06:01:01.333Z | Downloaded webpki-roots v0.25.2 |
1089 | 2024-02-22T06:01:01.337Z | Downloaded sled v0.34.7 |
1090 | 2024-02-22T06:01:01.347Z | Downloaded smoltcp v0.11.0 |
1091 | 2024-02-22T06:01:01.360Z | Downloaded bstr v1.6.0 |
1092 | 2024-02-22T06:01:01.373Z | Downloaded openapiv3 v2.0.0 |
1093 | 2024-02-22T06:01:01.384Z | Downloaded bstr v0.2.17 |
1094 | 2024-02-22T06:01:01.395Z | Downloaded tokio v1.36.0 |
1095 | 2024-02-22T06:01:01.433Z | Downloaded regress v0.8.0 |
1096 | 2024-02-22T06:01:01.441Z | Downloaded regex v1.10.3 |
1097 | 2024-02-22T06:01:01.456Z | Downloaded zerocopy-derive v0.2.0 |
1098 | 2024-02-22T06:01:01.463Z | Downloaded syn v1.0.109 |
1099 | 2024-02-22T06:01:01.473Z | Downloaded rustix v0.38.31 |
1100 | 2024-02-22T06:01:01.502Z | Downloaded zerocopy-derive v0.6.4 |
1101 | 2024-02-22T06:01:01.511Z | Downloaded radix_trie v0.2.1 |
1102 | 2024-02-22T06:01:01.516Z | Downloaded rustls v0.21.9 |
1103 | 2024-02-22T06:01:01.524Z | Downloaded regex-automata v0.3.8 |
1104 | 2024-02-22T06:01:01.542Z | Downloaded regex-automata v0.4.4 |
1105 | 2024-02-22T06:01:01.560Z | Downloaded encoding_rs v0.8.33 |
1106 | 2024-02-22T06:01:01.583Z | Downloaded sha3 v0.10.8 |
1107 | 2024-02-22T06:01:01.588Z | Downloaded libc v0.2.153 |
1108 | 2024-02-22T06:01:01.614Z | Downloaded winapi v0.3.9 |
1109 | 2024-02-22T06:01:01.654Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1110 | 2024-02-22T06:01:01.666Z | Downloaded idna v0.5.0 |
1111 | 2024-02-22T06:01:01.673Z | Downloaded openssl v0.10.60 |
1112 | 2024-02-22T06:01:01.683Z | Downloaded zerocopy v0.7.32 |
1113 | 2024-02-22T06:01:01.699Z | Downloaded futures-util v0.3.30 |
1114 | 2024-02-22T06:01:01.712Z | Downloaded winnow v0.6.1 |
1115 | 2024-02-22T06:01:01.720Z | Downloaded curve25519-dalek v4.1.1 |
1116 | 2024-02-22T06:01:01.729Z | Downloaded zerocopy v0.3.0 |
1117 | 2024-02-22T06:01:01.735Z | Downloaded rustversion v1.0.14 |
1118 | 2024-02-22T06:01:01.735Z | Downloaded futures-executor v0.3.30 |
1119 | 2024-02-22T06:01:01.735Z | Downloaded serde_with_macros v3.6.1 |
1120 | 2024-02-22T06:01:01.740Z | Downloaded socket2 v0.5.5 |
1121 | 2024-02-22T06:01:01.740Z | Downloaded steno v0.4.0 |
1122 | 2024-02-22T06:01:01.744Z | Downloaded toml_edit v0.19.15 |
1123 | 2024-02-22T06:01:01.759Z | Downloaded time v0.3.27 |
1124 | 2024-02-22T06:01:01.766Z | Downloaded nom v7.1.3 |
1125 | 2024-02-22T06:01:01.771Z | Downloaded getopts v0.2.21 |
1126 | 2024-02-22T06:01:01.776Z | Downloaded dtrace-parser v0.2.0 |
1127 | 2024-02-22T06:01:01.776Z | Downloaded rand v0.8.5 |
1128 | 2024-02-22T06:01:01.780Z | Downloaded usdt-impl v0.5.0 |
1129 | 2024-02-22T06:01:01.781Z | Downloaded usdt-impl v0.3.5 |
1130 | 2024-02-22T06:01:01.781Z | Downloaded tar v0.4.40 |
1131 | 2024-02-22T06:01:01.785Z | Downloaded smf v0.2.2 |
1132 | 2024-02-22T06:01:01.785Z | Downloaded structmeta-derive v0.3.0 |
1133 | 2024-02-22T06:01:01.786Z | Downloaded hostname v0.3.1 |
1134 | 2024-02-22T06:01:01.786Z | Downloaded russh-keys v0.42.0 |
1135 | 2024-02-22T06:01:01.791Z | Downloaded minimal-lexical v0.2.1 |
1136 | 2024-02-22T06:01:01.796Z | Downloaded zerocopy-derive v0.7.32 |
1137 | 2024-02-22T06:01:01.804Z | Downloaded heapless v0.7.16 |
1138 | 2024-02-22T06:01:01.804Z | Downloaded trust-dns-resolver v0.22.0 |
1139 | 2024-02-22T06:01:01.809Z | Downloaded ring v0.17.8 |
1140 | 2024-02-22T06:01:01.876Z | Downloaded xattr v1.0.1 |
1141 | 2024-02-22T06:01:01.882Z | Downloaded similar v2.3.0 |
1142 | 2024-02-22T06:01:01.882Z | Downloaded base64 v0.21.7 |
1143 | 2024-02-22T06:01:01.889Z | Downloaded scroll v0.12.0 |
1144 | 2024-02-22T06:01:01.889Z | Downloaded rand_chacha v0.3.1 |
1145 | 2024-02-22T06:01:01.894Z | Downloaded mio v0.8.9 |
1146 | 2024-02-22T06:01:01.894Z | Downloaded spin v0.5.2 |
1147 | 2024-02-22T06:01:01.894Z | Downloaded strum_macros v0.25.2 |
1148 | 2024-02-22T06:01:01.899Z | Downloaded synstructure v0.12.6 |
1149 | 2024-02-22T06:01:01.899Z | Downloaded float-cmp v0.9.0 |
1150 | 2024-02-22T06:01:01.899Z | Downloaded tokio-stream v0.1.14 |
1151 | 2024-02-22T06:01:01.904Z | Downloaded embedded-io v0.4.0 |
1152 | 2024-02-22T06:01:01.904Z | Downloaded memchr v2.6.3 |
1153 | 2024-02-22T06:01:01.908Z | Downloaded hex v0.4.3 |
1154 | 2024-02-22T06:01:01.915Z | Downloaded ipnetwork v0.20.0 |
1155 | 2024-02-22T06:01:01.915Z | Downloaded num-traits v0.2.16 |
1156 | 2024-02-22T06:01:01.919Z | Downloaded openssl-sys v0.9.96 |
1157 | 2024-02-22T06:01:01.919Z | Downloaded same-file v1.0.6 |
1158 | 2024-02-22T06:01:01.924Z | Downloaded rustls-pemfile v2.1.0 |
1159 | 2024-02-22T06:01:01.924Z | Downloaded futures-channel v0.3.30 |
1160 | 2024-02-22T06:01:01.924Z | Downloaded half v2.3.1 |
1161 | 2024-02-22T06:01:01.930Z | Downloaded ucd-trie v0.1.6 |
1162 | 2024-02-22T06:01:01.930Z | Downloaded postgres-protocol v0.6.6 |
1163 | 2024-02-22T06:01:01.934Z | Downloaded spki v0.7.2 |
1164 | 2024-02-22T06:01:01.934Z | Downloaded backtrace v0.3.69 |
1165 | 2024-02-22T06:01:01.938Z | Downloaded strum v0.25.0 |
1166 | 2024-02-22T06:01:01.939Z | Downloaded dyn-clone v1.0.16 |
1167 | 2024-02-22T06:01:01.944Z | Downloaded structmeta v0.3.0 |
1168 | 2024-02-22T06:01:01.944Z | Downloaded slog-async v2.8.0 |
1169 | 2024-02-22T06:01:01.944Z | Downloaded signal-hook-registry v1.4.1 |
1170 | 2024-02-22T06:01:01.944Z | Downloaded postcard v1.0.8 |
1171 | 2024-02-22T06:01:01.950Z | Downloaded darling_core v0.20.3 |
1172 | 2024-02-22T06:01:01.954Z | Downloaded pest_meta v2.7.6 |
1173 | 2024-02-22T06:01:01.954Z | Downloaded sha1 v0.10.6 |
1174 | 2024-02-22T06:01:01.955Z | Downloaded httpdate v1.0.3 |
1175 | 2024-02-22T06:01:01.959Z | Downloaded rand_chacha v0.2.2 |
1176 | 2024-02-22T06:01:01.960Z | Downloaded tinyvec_macros v0.1.1 |
1177 | 2024-02-22T06:01:01.960Z | Downloaded take_mut v0.2.2 |
1178 | 2024-02-22T06:01:01.960Z | Downloaded topological-sort v0.2.2 |
1179 | 2024-02-22T06:01:01.960Z | Downloaded quick-error v1.2.3 |
1180 | 2024-02-22T06:01:01.967Z | Downloaded headers-core v0.2.0 |
1181 | 2024-02-22T06:01:01.967Z | Downloaded allocator-api2 v0.2.16 |
1182 | 2024-02-22T06:01:01.967Z | Downloaded platforms v3.0.2 |
1183 | 2024-02-22T06:01:01.967Z | Downloaded untrusted v0.7.1 |
1184 | 2024-02-22T06:01:01.968Z | Downloaded password-hash v0.5.0 |
1185 | 2024-02-22T06:01:01.972Z | Downloaded arc-swap v1.6.0 |
1186 | 2024-02-22T06:01:01.972Z | Downloaded tokio-tungstenite v0.20.1 |
1187 | 2024-02-22T06:01:01.976Z | Downloaded thiserror-impl v1.0.57 |
1188 | 2024-02-22T06:01:01.977Z | Downloaded ring v0.16.20 |
1189 | 2024-02-22T06:01:02.055Z | Downloaded poly1305 v0.8.0 |
1190 | 2024-02-22T06:01:02.059Z | Downloaded derive-where v1.2.7 |
1191 | 2024-02-22T06:01:02.063Z | Downloaded password-hash v0.4.2 |
1192 | 2024-02-22T06:01:02.063Z | Downloaded miniz_oxide v0.7.1 |
1193 | 2024-02-22T06:01:02.066Z | Downloaded rustc_version v0.4.0 |
1194 | 2024-02-22T06:01:02.066Z | Downloaded slog-scope v4.4.0 |
1195 | 2024-02-22T06:01:02.066Z | Downloaded scheduled-thread-pool v0.2.7 |
1196 | 2024-02-22T06:01:02.070Z | Downloaded itoa v1.0.9 |
1197 | 2024-02-22T06:01:02.070Z | Downloaded digest v0.10.7 |
1198 | 2024-02-22T06:01:02.070Z | Downloaded pkcs8 v0.10.2 |
1199 | 2024-02-22T06:01:02.074Z | Downloaded num-rational v0.4.1 |
1200 | 2024-02-22T06:01:02.074Z | Downloaded rustc_version v0.1.7 |
1201 | 2024-02-22T06:01:02.077Z | Downloaded futures-task v0.3.30 |
1202 | 2024-02-22T06:01:02.077Z | Downloaded futures-io v0.3.30 |
1203 | 2024-02-22T06:01:02.077Z | Downloaded num_enum_derive v0.5.11 |
1204 | 2024-02-22T06:01:02.077Z | Downloaded multer v3.0.0 |
1205 | 2024-02-22T06:01:02.081Z | Downloaded crc32fast v1.3.2 |
1206 | 2024-02-22T06:01:02.081Z | Downloaded log v0.4.20 |
1207 | 2024-02-22T06:01:02.086Z | Downloaded dirs-sys-next v0.1.2 |
1208 | 2024-02-22T06:01:02.086Z | Downloaded tokio-native-tls v0.3.1 |
1209 | 2024-02-22T06:01:02.086Z | Downloaded predicates v3.1.0 |
1210 | 2024-02-22T06:01:02.091Z | Downloaded utf8parse v0.2.1 |
1211 | 2024-02-22T06:01:02.091Z | Downloaded lock_api v0.4.10 |
1212 | 2024-02-22T06:01:02.091Z | Downloaded phf_shared v0.11.2 |
1213 | 2024-02-22T06:01:02.091Z | Downloaded crypto-bigint v0.5.2 |
1214 | 2024-02-22T06:01:02.097Z | Downloaded pin-utils v0.1.0 |
1215 | 2024-02-22T06:01:02.102Z | Downloaded camino v1.1.6 |
1216 | 2024-02-22T06:01:02.102Z | Downloaded bzip2 v0.4.4 |
1217 | 2024-02-22T06:01:02.102Z | Downloaded memmap2 v0.7.1 |
1218 | 2024-02-22T06:01:02.102Z | Downloaded bit-set v0.5.3 |
1219 | 2024-02-22T06:01:02.106Z | Downloaded thiserror v1.0.57 |
1220 | 2024-02-22T06:01:02.114Z | Downloaded stringprep v0.1.3 |
1221 | 2024-02-22T06:01:02.114Z | Downloaded linear-map v1.2.0 |
1222 | 2024-02-22T06:01:02.114Z | Downloaded backoff v0.4.0 |
1223 | 2024-02-22T06:01:02.114Z | Downloaded structopt v0.3.26 |
1224 | 2024-02-22T06:01:02.119Z | Downloaded num-derive v0.4.0 |
1225 | 2024-02-22T06:01:02.119Z | Downloaded dof v0.1.5 |
1226 | 2024-02-22T06:01:02.119Z | Downloaded match_cfg v0.1.0 |
1227 | 2024-02-22T06:01:02.124Z | Downloaded num_cpus v1.16.0 |
1228 | 2024-02-22T06:01:02.124Z | Downloaded newtype-uuid v1.0.1 |
1229 | 2024-02-22T06:01:02.124Z | Downloaded bitflags v1.3.2 |
1230 | 2024-02-22T06:01:02.128Z | Downloaded async-stream v0.3.5 |
1231 | 2024-02-22T06:01:02.129Z | Downloaded async-trait v0.1.77 |
1232 | 2024-02-22T06:01:02.133Z | Downloaded option-ext v0.2.0 |
1233 | 2024-02-22T06:01:02.133Z | Downloaded managed v0.8.0 |
1234 | 2024-02-22T06:01:02.134Z | Downloaded num v0.4.1 |
1235 | 2024-02-22T06:01:02.134Z | Downloaded md-5 v0.10.5 |
1236 | 2024-02-22T06:01:02.151Z | Downloaded ansi_term v0.12.1 |
1237 | 2024-02-22T06:01:02.151Z | Downloaded swrite v0.1.0 |
1238 | 2024-02-22T06:01:02.152Z | Downloaded pbkdf2 v0.11.0 |
1239 | 2024-02-22T06:01:02.152Z | Downloaded num-integer v0.1.46 |
1240 | 2024-02-22T06:01:02.160Z | Downloaded memoffset v0.9.0 |
1241 | 2024-02-22T06:01:02.160Z | Downloaded macaddr v1.0.1 |
1242 | 2024-02-22T06:01:02.161Z | Downloaded constant_time_eq v0.3.0 |
1243 | 2024-02-22T06:01:02.161Z | Downloaded time-core v0.1.1 |
1244 | 2024-02-22T06:01:02.161Z | Downloaded precomputed-hash v0.1.1 |
1245 | 2024-02-22T06:01:02.161Z | Downloaded phf_shared v0.10.0 |
1246 | 2024-02-22T06:01:02.161Z | Downloaded linked-hash-map v0.5.6 |
1247 | 2024-02-22T06:01:02.161Z | Downloaded libefi-sys v0.1.0 |
1248 | 2024-02-22T06:01:02.161Z | Downloaded subprocess v0.2.9 |
1249 | 2024-02-22T06:01:02.161Z | Downloaded pest v2.7.6 |
1250 | 2024-02-22T06:01:02.161Z | Downloaded crossbeam-utils v0.8.16 |
1251 | 2024-02-22T06:01:02.161Z | Downloaded crossbeam-epoch v0.9.15 |
1252 | 2024-02-22T06:01:02.161Z | Downloaded lazy_static v1.4.0 |
1253 | 2024-02-22T06:01:02.161Z | Downloaded nibble_vec v0.1.0 |
1254 | 2024-02-22T06:01:02.167Z | Downloaded base16ct v0.2.0 |
1255 | 2024-02-22T06:01:02.167Z | Downloaded openssl-probe v0.1.5 |
1256 | 2024-02-22T06:01:02.167Z | Downloaded openssl-macros v0.1.1 |
1257 | 2024-02-22T06:01:02.167Z | Downloaded kstat-rs v0.2.3 |
1258 | 2024-02-22T06:01:02.167Z | Downloaded derive_more v0.99.17 |
1259 | 2024-02-22T06:01:02.172Z | Downloaded crucible-workspace-hack v0.1.0 |
1260 | 2024-02-22T06:01:02.172Z | Downloaded async-stream-impl v0.3.5 |
1261 | 2024-02-22T06:01:02.173Z | Downloaded der_derive v0.7.2 |
1262 | 2024-02-22T06:01:02.173Z | Downloaded bitflags v2.4.0 |
1263 | 2024-02-22T06:01:02.178Z | Downloaded adler v1.0.2 |
1264 | 2024-02-22T06:01:02.178Z | Downloaded deranged v0.3.8 |
1265 | 2024-02-22T06:01:02.178Z | Downloaded debug-ignore v1.0.5 |
1266 | 2024-02-22T06:01:02.179Z | Downloaded darling v0.20.3 |
1267 | 2024-02-22T06:01:02.185Z | Downloaded data-encoding v2.4.0 |
1268 | 2024-02-22T06:01:02.185Z | Downloaded ctr v0.9.2 |
1269 | 2024-02-22T06:01:02.185Z | Downloaded clap_derive v4.5.0 |
1270 | 2024-02-22T06:01:02.573Z | Compiling proc-macro2 v1.0.78 |
1271 | 2024-02-22T06:01:02.574Z | Compiling unicode-ident v1.0.12 |
1272 | 2024-02-22T06:01:02.580Z | Compiling libc v0.2.153 |
1273 | 2024-02-22T06:01:02.580Z | Compiling serde v1.0.196 |
1274 | 2024-02-22T06:01:02.580Z | Compiling version_check v0.9.4 |
1275 | 2024-02-22T06:01:02.580Z | Compiling autocfg v1.1.0 |
1276 | 2024-02-22T06:01:02.580Z | Compiling cfg-if v1.0.0 |
1277 | 2024-02-22T06:01:02.742Z | Compiling syn v1.0.109 |
1278 | 2024-02-22T06:01:02.819Z | Compiling once_cell v1.19.0 |
1279 | 2024-02-22T06:01:03.159Z | Compiling thiserror v1.0.57 |
1280 | 2024-02-22T06:01:03.377Z | Compiling typenum v1.16.0 |
1281 | 2024-02-22T06:01:03.411Z | Compiling lock_api v0.4.10 |
1282 | 2024-02-22T06:01:03.424Z | Compiling memchr v2.6.3 |
1283 | 2024-02-22T06:01:04.747Z | Compiling generic-array v0.14.7 |
1284 | 2024-02-22T06:01:04.818Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-02-22T06:01:04.912Z | Compiling byteorder v1.5.0 |
1286 | 2024-02-22T06:01:04.925Z | Compiling libm v0.2.7 |
1287 | 2024-02-22T06:01:04.942Z | Compiling ahash v0.8.7 |
1288 | 2024-02-22T06:01:05.052Z | Compiling num-traits v0.2.16 |
1289 | 2024-02-22T06:01:05.281Z | Compiling serde_json v1.0.114 |
1290 | 2024-02-22T06:01:05.303Z | Compiling itoa v1.0.9 |
1291 | 2024-02-22T06:01:05.500Z | Compiling slab v0.4.9 |
1292 | 2024-02-22T06:01:05.527Z | Compiling log v0.4.20 |
1293 | 2024-02-22T06:01:05.790Z | Compiling quote v1.0.35 |
1294 | 2024-02-22T06:01:05.913Z | Compiling scopeguard v1.2.0 |
1295 | 2024-02-22T06:01:06.044Z | Compiling allocator-api2 v0.2.16 |
1296 | 2024-02-22T06:01:06.135Z | Compiling syn v2.0.48 |
1297 | 2024-02-22T06:01:06.301Z | Compiling getrandom v0.2.10 |
1298 | 2024-02-22T06:01:06.470Z | Compiling cc v1.0.83 |
1299 | 2024-02-22T06:01:06.705Z | Compiling rand_core v0.6.4 |
1300 | 2024-02-22T06:01:07.026Z | Compiling ryu v1.0.15 |
1301 | 2024-02-22T06:01:07.232Z | Compiling pkg-config v0.3.27 |
1302 | 2024-02-22T06:01:07.272Z | Compiling heck v0.4.1 |
1303 | 2024-02-22T06:01:07.347Z | Compiling schemars v0.8.16 |
1304 | 2024-02-22T06:01:07.693Z | Compiling equivalent v1.0.1 |
1305 | 2024-02-22T06:01:07.746Z | Compiling smallvec v1.13.1 |
1306 | 2024-02-22T06:01:07.773Z | Compiling subtle v2.5.0 |
1307 | 2024-02-22T06:01:08.360Z | Compiling vcpkg v0.2.15 |
1308 | 2024-02-22T06:01:08.685Z | Compiling pin-project-lite v0.2.13 |
1309 | 2024-02-22T06:01:09.014Z | Compiling httparse v1.8.0 |
1310 | 2024-02-22T06:01:09.284Z | Compiling parking_lot v0.12.1 |
1311 | 2024-02-22T06:01:09.468Z | Compiling ucd-trie v0.1.6 |
1312 | 2024-02-22T06:01:09.574Z | Compiling ring v0.17.8 |
1313 | 2024-02-22T06:01:10.293Z | Compiling ring v0.16.20 |
1314 | 2024-02-22T06:01:10.651Z | Compiling openssl-sys v0.9.96 |
1315 | 2024-02-22T06:01:10.800Z | Compiling signal-hook-registry v1.4.1 |
1316 | 2024-02-22T06:01:10.919Z | Compiling fnv v1.0.7 |
1317 | 2024-02-22T06:01:10.961Z | Compiling mio v0.8.9 |
1318 | 2024-02-22T06:01:11.179Z | Compiling const-oid v0.9.5 |
1319 | 2024-02-22T06:01:11.463Z | Compiling iana-time-zone v0.1.57 |
1320 | 2024-02-22T06:01:11.643Z | Compiling openssl v0.10.60 |
1321 | 2024-02-22T06:01:11.912Z | Compiling rustix v0.38.31 |
1322 | 2024-02-22T06:01:12.077Z | Compiling semver v1.0.22 |
1323 | 2024-02-22T06:01:12.415Z | Compiling socket2 v0.5.5 |
1324 | 2024-02-22T06:01:12.536Z | Compiling num_cpus v1.16.0 |
1325 | 2024-02-22T06:01:12.800Z | Compiling rustls v0.21.9 |
1326 | 2024-02-22T06:01:12.882Z | Compiling native-tls v0.2.11 |
1327 | 2024-02-22T06:01:12.976Z | Compiling futures-core v0.3.30 |
1328 | 2024-02-22T06:01:13.082Z | Compiling dyn-clone v1.0.16 |
1329 | 2024-02-22T06:01:13.225Z | Compiling aho-corasick v1.0.4 |
1330 | 2024-02-22T06:01:13.286Z | Compiling crossbeam-utils v0.8.16 |
1331 | 2024-02-22T06:01:13.329Z | Compiling slog v2.7.0 |
1332 | 2024-02-22T06:01:13.852Z | Compiling serde_derive_internals v0.26.0 |
1333 | 2024-02-22T06:01:13.872Z | Compiling regex-syntax v0.8.2 |
1334 | 2024-02-22T06:01:13.911Z | Compiling spin v0.5.2 |
1335 | 2024-02-22T06:01:14.006Z | Compiling async-trait v0.1.77 |
1336 | 2024-02-22T06:01:14.464Z | Compiling futures-sink v0.3.30 |
1337 | 2024-02-22T06:01:14.737Z | Compiling backtrace v0.3.69 |
1338 | 2024-02-22T06:01:15.182Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-02-22T06:01:15.266Z | Compiling tinyvec v1.6.0 |
1340 | 2024-02-22T06:01:15.466Z | Compiling futures-channel v0.3.30 |
1341 | 2024-02-22T06:01:15.920Z | Compiling pin-utils v0.1.0 |
1342 | 2024-02-22T06:01:16.012Z | Compiling futures-task v0.3.30 |
1343 | 2024-02-22T06:01:16.378Z | Compiling futures-io v0.3.30 |
1344 | 2024-02-22T06:01:16.790Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-02-22T06:01:16.892Z | Compiling unicode-normalization v0.1.22 |
1346 | 2024-02-22T06:01:16.968Z | Compiling spin v0.9.8 |
1347 | 2024-02-22T06:01:17.200Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-22T06:01:17.217Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-22T06:01:17.337Z | Compiling anyhow v1.0.75 |
1350 | 2024-02-22T06:01:17.530Z | Compiling regex-automata v0.4.4 |
1351 | 2024-02-22T06:01:17.913Z | Compiling unicode-bidi v0.3.13 |
1352 | 2024-02-22T06:01:17.929Z | Compiling unicode-width v0.1.11 |
1353 | 2024-02-22T06:01:18.732Z | Compiling crc32fast v1.3.2 |
1354 | 2024-02-22T06:01:19.214Z | Compiling winnow v0.5.15 |
1355 | 2024-02-22T06:01:19.779Z | Compiling crossbeam-epoch v0.9.15 |
1356 | 2024-02-22T06:01:20.170Z | Compiling time-core v0.1.1 |
1357 | 2024-02-22T06:01:20.324Z | Compiling time-macros v0.2.13 |
1358 | 2024-02-22T06:01:20.829Z | Compiling serde_derive v1.0.196 |
1359 | 2024-02-22T06:01:21.284Z | Compiling zeroize_derive v1.4.2 |
1360 | 2024-02-22T06:01:22.252Z | Compiling zerocopy-derive v0.7.32 |
1361 | 2024-02-22T06:01:22.279Z | Compiling thiserror-impl v1.0.57 |
1362 | 2024-02-22T06:01:22.727Z | Compiling tokio-macros v2.2.0 |
1363 | 2024-02-22T06:01:23.135Z | Compiling zeroize v1.7.0 |
1364 | 2024-02-22T06:01:23.475Z | Compiling futures-macro v0.3.30 |
1365 | 2024-02-22T06:01:24.654Z | Compiling zerocopy v0.7.32 |
1366 | 2024-02-22T06:01:25.428Z | Compiling tracing-attributes v0.1.26 |
1367 | 2024-02-22T06:01:25.581Z | Compiling schemars_derive v0.8.16 |
1368 | 2024-02-22T06:01:25.597Z | Compiling pest v2.7.6 |
1369 | 2024-02-22T06:01:25.766Z | Compiling crypto-common v0.1.6 |
1370 | 2024-02-22T06:01:26.595Z | Compiling hashbrown v0.14.3 |
1371 | 2024-02-22T06:01:26.642Z | Compiling openssl-macros v0.1.1 |
1372 | 2024-02-22T06:01:27.106Z | Compiling block-buffer v0.10.4 |
1373 | 2024-02-22T06:01:27.374Z | Compiling digest v0.10.7 |
1374 | 2024-02-22T06:01:27.445Z | Compiling regex v1.10.3 |
1375 | 2024-02-22T06:01:27.846Z | Compiling pest_meta v2.7.6 |
1376 | 2024-02-22T06:01:29.192Z | Compiling futures-util v0.3.30 |
1377 | 2024-02-22T06:01:29.192Z | Compiling der_derive v0.7.2 |
1378 | 2024-02-22T06:01:30.377Z | Compiling pest_generator v2.7.6 |
1379 | 2024-02-22T06:01:31.095Z | Compiling tracing v0.1.37 |
1380 | 2024-02-22T06:01:32.641Z | Compiling untrusted v0.9.0 |
1381 | 2024-02-22T06:01:33.030Z | Compiling foreign-types-shared v0.1.1 |
1382 | 2024-02-22T06:01:33.038Z | Compiling percent-encoding v2.3.1 |
1383 | 2024-02-22T06:01:33.158Z | Compiling untrusted v0.7.1 |
1384 | 2024-02-22T06:01:33.274Z | Compiling pest_derive v2.7.6 |
1385 | 2024-02-22T06:01:33.382Z | Compiling foreign-types v0.3.2 |
1386 | 2024-02-22T06:01:34.830Z | Compiling errno v0.3.8 |
1387 | 2024-02-22T06:01:34.949Z | Compiling unicode-xid v0.2.4 |
1388 | 2024-02-22T06:01:35.437Z | Compiling try-lock v0.2.4 |
1389 | 2024-02-22T06:01:35.480Z | Compiling base64 v0.21.7 |
1390 | 2024-02-22T06:01:35.480Z | Compiling ppv-lite86 v0.2.17 |
1391 | 2024-02-22T06:01:35.480Z | Compiling want v0.3.1 |
1392 | 2024-02-22T06:01:35.480Z | Compiling bytes v1.5.0 |
1393 | 2024-02-22T06:01:35.952Z | Compiling indexmap v2.2.3 |
1394 | 2024-02-22T06:01:35.977Z | Compiling uuid v1.7.0 |
1395 | 2024-02-22T06:01:36.124Z | Compiling chrono v0.4.31 |
1396 | 2024-02-22T06:01:36.717Z | Compiling tokio v1.36.0 |
1397 | 2024-02-22T06:01:37.173Z | Compiling http v0.2.11 |
1398 | 2024-02-22T06:01:37.335Z | Compiling bitflags v2.4.0 |
1399 | 2024-02-22T06:01:37.750Z | Compiling serde_spanned v0.6.5 |
1400 | 2024-02-22T06:01:37.989Z | Compiling toml_datetime v0.6.5 |
1401 | 2024-02-22T06:01:38.587Z | Compiling toml_edit v0.19.15 |
1402 | 2024-02-22T06:01:39.088Z | Compiling openapiv3 v2.0.0 |
1403 | 2024-02-22T06:01:39.827Z | Compiling rustc_version v0.4.0 |
1404 | 2024-02-22T06:01:41.822Z | Compiling serde_tokenstream v0.2.0 |
1405 | 2024-02-22T06:01:42.029Z | Compiling http-body v0.4.5 |
1406 | 2024-02-22T06:01:42.635Z | Compiling rustls-webpki v0.101.7 |
1407 | 2024-02-22T06:01:44.294Z | Compiling sct v0.7.0 |
1408 | 2024-02-22T06:01:44.342Z | Compiling synstructure v0.12.6 |
1409 | 2024-02-22T06:01:45.313Z | Compiling form_urlencoded v1.2.1 |
1410 | 2024-02-22T06:01:45.532Z | Compiling scroll_derive v0.12.0 |
1411 | 2024-02-22T06:01:45.633Z | Compiling tokio-util v0.7.10 |
1412 | 2024-02-22T06:01:46.223Z | Compiling socket2 v0.4.9 |
1413 | 2024-02-22T06:01:46.228Z | Compiling tower-service v0.3.2 |
1414 | 2024-02-22T06:01:46.801Z | Compiling h2 v0.3.24 |
1415 | 2024-02-22T06:01:47.069Z | Compiling openssl-probe v0.1.5 |
1416 | 2024-02-22T06:01:47.197Z | Compiling httpdate v1.0.3 |
1417 | 2024-02-22T06:01:47.679Z | Compiling zerocopy-derive v0.2.0 |
1418 | 2024-02-22T06:01:49.682Z | Compiling idna v0.5.0 |
1419 | 2024-02-22T06:01:49.855Z | Compiling lazy_static v1.4.0 |
1420 | 2024-02-22T06:01:51.308Z | Compiling thread-id v4.2.0 |
1421 | 2024-02-22T06:01:51.333Z | Compiling adler v1.0.2 |
1422 | 2024-02-22T06:01:51.620Z | Compiling miniz_oxide v0.7.1 |
1423 | 2024-02-22T06:01:51.833Z | Compiling tokio-rustls v0.24.1 |
1424 | 2024-02-22T06:01:52.241Z | Compiling url v2.5.0 |
1425 | 2024-02-22T06:01:52.749Z | Compiling tokio-native-tls v0.3.1 |
1426 | 2024-02-22T06:01:53.018Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-02-22T06:01:53.186Z | Compiling ipnet v2.9.0 |
1428 | 2024-02-22T06:01:53.448Z | Compiling rustversion v1.0.14 |
1429 | 2024-02-22T06:01:53.741Z | Compiling hyper v0.14.27 |
1430 | 2024-02-22T06:01:54.221Z | Compiling rand v0.8.5 |
1431 | 2024-02-22T06:01:54.241Z | Compiling serde_urlencoded v0.7.1 |
1432 | 2024-02-22T06:01:54.484Z | Compiling rustls-pemfile v1.0.3 |
1433 | 2024-02-22T06:01:54.907Z | Compiling usdt-impl v0.3.5 |
1434 | 2024-02-22T06:01:54.986Z | Compiling encoding_rs v0.8.33 |
1435 | 2024-02-22T06:01:55.036Z | Compiling either v1.10.0 |
1436 | 2024-02-22T06:01:55.251Z | Compiling mime v0.3.17 |
1437 | 2024-02-22T06:01:55.421Z | Compiling gimli v0.28.0 |
1438 | 2024-02-22T06:01:55.782Z | Compiling webpki-roots v0.25.2 |
1439 | 2024-02-22T06:01:57.124Z | Compiling regress v0.8.0 |
1440 | 2024-02-22T06:01:57.238Z | Compiling object v0.32.1 |
1441 | 2024-02-22T06:01:57.534Z | Compiling usdt-impl v0.5.0 |
1442 | 2024-02-22T06:01:57.681Z | Compiling num-bigint v0.4.4 |
1443 | 2024-02-22T06:01:57.900Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-02-22T06:01:58.998Z | Compiling flate2 v1.0.28 |
1445 | 2024-02-22T06:01:59.681Z | Compiling addr2line v0.21.0 |
1446 | 2024-02-22T06:01:59.733Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-22T06:02:00.009Z | Compiling scroll v0.12.0 |
1448 | 2024-02-22T06:02:00.318Z | Compiling heapless v0.7.16 |
1449 | 2024-02-22T06:02:00.499Z | Compiling futures-executor v0.3.30 |
1450 | 2024-02-22T06:02:00.574Z | Compiling hyper-rustls v0.24.2 |
1451 | 2024-02-22T06:02:00.720Z | Compiling hyper-tls v0.5.0 |
1452 | 2024-02-22T06:02:00.778Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1453 | 2024-02-22T06:02:01.002Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1454 | 2024-02-22T06:02:01.077Z | Compiling reqwest v0.11.22 |
1455 | 2024-02-22T06:02:01.138Z | Compiling base64ct v1.6.0 |
1456 | 2024-02-22T06:02:01.513Z | Compiling signal-hook v0.3.17 |
1457 | 2024-02-22T06:02:01.763Z | Compiling winnow v0.6.1 |
1458 | 2024-02-22T06:02:02.618Z | Compiling plain v0.2.3 |
1459 | 2024-02-22T06:02:02.823Z | Compiling goblin v0.8.0 |
1460 | 2024-02-22T06:02:04.608Z | Compiling futures v0.3.30 |
1461 | 2024-02-22T06:02:04.719Z | Compiling dof v0.1.5 |
1462 | 2024-02-22T06:02:05.581Z | Compiling toml_edit v0.22.6 |
1463 | 2024-02-22T06:02:05.853Z | Compiling toml v0.7.8 |
1464 | 2024-02-22T06:02:06.840Z | Compiling hex v0.4.3 |
1465 | 2024-02-22T06:02:07.258Z | Compiling dtrace-parser v0.1.14 |
1466 | 2024-02-22T06:02:07.458Z | Compiling pretty-hex v0.4.1 |
1467 | 2024-02-22T06:02:09.346Z | Compiling dof v0.3.0 |
1468 | 2024-02-22T06:02:09.513Z | Compiling strum_macros v0.25.2 |
1469 | 2024-02-22T06:02:09.631Z | Compiling serde_tokenstream v0.1.7 |
1470 | 2024-02-22T06:02:09.950Z | Compiling dtrace-parser v0.2.0 |
1471 | 2024-02-22T06:02:11.118Z | Compiling smoltcp v0.9.1 |
1472 | 2024-02-22T06:02:11.869Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1473 | 2024-02-22T06:02:12.372Z | Compiling pem-rfc7468 v0.7.0 |
1474 | 2024-02-22T06:02:12.701Z | Compiling hmac v0.12.1 |
1475 | 2024-02-22T06:02:13.168Z | Compiling enum-as-inner v0.5.1 |
1476 | 2024-02-22T06:02:13.188Z | Compiling num-iter v0.1.43 |
1477 | 2024-02-22T06:02:13.716Z | Compiling siphasher v0.3.11 |
1478 | 2024-02-22T06:02:13.810Z | Compiling flagset v0.4.3 |
1479 | 2024-02-22T06:02:13.846Z | Compiling unicode-segmentation v1.10.1 |
1480 | 2024-02-22T06:02:14.014Z | Compiling der v0.7.8 |
1481 | 2024-02-22T06:02:14.046Z | Compiling usdt-macro v0.3.5 |
1482 | 2024-02-22T06:02:14.114Z | Compiling usdt-attr-macro v0.3.5 |
1483 | 2024-02-22T06:02:14.713Z | Compiling hubpack_derive v0.1.1 |
1484 | 2024-02-22T06:02:14.740Z | Compiling zerocopy-derive v0.6.4 |
1485 | 2024-02-22T06:02:15.680Z | Compiling deranged v0.3.8 |
1486 | 2024-02-22T06:02:16.279Z | Compiling utf8parse v0.2.1 |
1487 | 2024-02-22T06:02:16.652Z | Compiling num_threads v0.1.6 |
1488 | 2024-02-22T06:02:16.753Z | Compiling anstyle v1.0.2 |
1489 | 2024-02-22T06:02:16.955Z | Compiling sha2 v0.10.8 |
1490 | 2024-02-22T06:02:17.203Z | Compiling anstyle-parse v0.2.1 |
1491 | 2024-02-22T06:02:17.381Z | Compiling spki v0.7.2 |
1492 | 2024-02-22T06:02:17.535Z | Compiling time v0.3.27 |
1493 | 2024-02-22T06:02:19.322Z | Compiling md-5 v0.10.5 |
1494 | 2024-02-22T06:02:19.335Z | Compiling block-padding v0.3.3 |
1495 | 2024-02-22T06:02:19.434Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1496 | 2024-02-22T06:02:19.553Z | Compiling clap_derive v4.5.0 |
1497 | 2024-02-22T06:02:19.578Z | Compiling stringprep v0.1.3 |
1498 | 2024-02-22T06:02:20.579Z | Compiling getopts v0.2.21 |
1499 | 2024-02-22T06:02:20.676Z | Compiling diesel_table_macro_syntax v0.1.0 |
1500 | 2024-02-22T06:02:21.399Z | Compiling num-integer v0.1.46 |
1501 | 2024-02-22T06:02:22.460Z | Compiling hash32 v0.2.1 |
1502 | 2024-02-22T06:02:22.853Z | Compiling fallible-iterator v0.2.0 |
1503 | 2024-02-22T06:02:23.244Z | Compiling colorchoice v1.0.0 |
1504 | 2024-02-22T06:02:23.430Z | Compiling anstyle-query v1.0.0 |
1505 | 2024-02-22T06:02:23.562Z | Compiling stable_deref_trait v1.2.0 |
1506 | 2024-02-22T06:02:24.732Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1507 | 2024-02-22T06:02:24.903Z | Compiling anstream v0.6.11 |
1508 | 2024-02-22T06:02:24.907Z | Compiling postgres-protocol v0.6.6 |
1509 | 2024-02-22T06:02:26.069Z | Compiling diesel_derives v2.1.2 |
1510 | 2024-02-22T06:02:26.431Z | Compiling inout v0.1.3 |
1511 | 2024-02-22T06:02:28.663Z | Compiling pkcs8 v0.10.2 |
1512 | 2024-02-22T06:02:28.784Z | Compiling phf_shared v0.11.2 |
1513 | 2024-02-22T06:02:29.792Z | Compiling ff v0.13.0 |
1514 | 2024-02-22T06:02:30.021Z | Compiling terminal_size v0.3.0 |
1515 | 2024-02-22T06:02:30.493Z | Compiling serde_repr v0.1.16 |
1516 | 2024-02-22T06:02:30.697Z | Compiling scheduled-thread-pool v0.2.7 |
1517 | 2024-02-22T06:02:31.270Z | Compiling base16ct v0.2.0 |
1518 | 2024-02-22T06:02:31.307Z | Compiling managed v0.8.0 |
1519 | 2024-02-22T06:02:31.571Z | Compiling bit-vec v0.6.3 |
1520 | 2024-02-22T06:02:31.612Z | Compiling matches v0.1.10 |
1521 | 2024-02-22T06:02:31.708Z | Compiling unsafe-libyaml v0.2.10 |
1522 | 2024-02-22T06:02:31.746Z | Compiling regex-automata v0.1.10 |
1523 | 2024-02-22T06:02:31.766Z | Compiling strsim v0.11.0 |
1524 | 2024-02-22T06:02:32.020Z | Compiling clap_lex v0.7.0 |
1525 | 2024-02-22T06:02:32.279Z | Compiling bitflags v1.3.2 |
1526 | 2024-02-22T06:02:32.705Z | Compiling clap_builder v4.5.0 |
1527 | 2024-02-22T06:02:33.693Z | Compiling serde_yaml v0.9.25 |
1528 | 2024-02-22T06:02:35.413Z | Compiling bstr v0.2.17 |
1529 | 2024-02-22T06:02:35.600Z | Compiling idna v0.2.3 |
1530 | 2024-02-22T06:02:36.540Z | Compiling sec1 v0.7.3 |
1531 | 2024-02-22T06:02:36.640Z | Compiling r2d2 v0.8.10 |
1532 | 2024-02-22T06:02:37.189Z | Compiling group v0.13.0 |
1533 | 2024-02-22T06:02:37.738Z | Compiling phf v0.11.2 |
1534 | 2024-02-22T06:02:38.048Z | Compiling signal-hook-mio v0.2.3 |
1535 | 2024-02-22T06:02:38.055Z | Compiling bzip2 v0.4.4 |
1536 | 2024-02-22T06:02:38.199Z | Compiling cipher v0.4.4 |
1537 | 2024-02-22T06:02:38.225Z | Compiling postgres-types v0.2.6 |
1538 | 2024-02-22T06:02:38.497Z | Compiling zerocopy v0.6.4 |
1539 | 2024-02-22T06:02:38.748Z | Compiling hubpack v0.1.2 |
1540 | 2024-02-22T06:02:39.212Z | Compiling phf_shared v0.10.0 |
1541 | 2024-02-22T06:02:39.546Z | Compiling hkdf v0.12.4 |
1542 | 2024-02-22T06:02:39.616Z | Compiling crypto-bigint v0.5.2 |
1543 | 2024-02-22T06:02:39.774Z | Compiling ipnetwork v0.20.0 |
1544 | 2024-02-22T06:02:40.081Z | Compiling float-cmp v0.9.0 |
1545 | 2024-02-22T06:02:40.705Z | Compiling difflib v0.4.0 |
1546 | 2024-02-22T06:02:42.344Z | Compiling minimal-lexical v0.2.1 |
1547 | 2024-02-22T06:02:42.705Z | Compiling normalize-line-endings v0.3.0 |
1548 | 2024-02-22T06:02:42.750Z | Compiling regex-automata v0.3.8 |
1549 | 2024-02-22T06:02:42.869Z | Compiling precomputed-hash v0.1.1 |
1550 | 2024-02-22T06:02:43.395Z | Compiling new_debug_unreachable v1.0.4 |
1551 | 2024-02-22T06:02:43.395Z | Compiling fixedbitset v0.4.2 |
1552 | 2024-02-22T06:02:43.395Z | Compiling static_assertions v1.1.0 |
1553 | 2024-02-22T06:02:43.395Z | Compiling data-encoding v2.4.0 |
1554 | 2024-02-22T06:02:43.600Z | Compiling predicates-core v1.0.6 |
1555 | 2024-02-22T06:02:43.968Z | Compiling whoami v1.4.1 |
1556 | 2024-02-22T06:02:44.627Z | Compiling bstr v1.6.0 |
1557 | 2024-02-22T06:02:45.069Z | Compiling tokio-postgres v0.7.10 |
1558 | 2024-02-22T06:02:45.217Z | Compiling trust-dns-proto v0.22.0 |
1559 | 2024-02-22T06:02:45.628Z | Compiling predicates v3.1.0 |
1560 | 2024-02-22T06:02:45.836Z | Compiling petgraph v0.6.4 |
1561 | 2024-02-22T06:02:46.207Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1562 | 2024-02-22T06:02:46.316Z | Compiling string_cache v0.8.7 |
1563 | 2024-02-22T06:02:47.372Z | Compiling nom v7.1.3 |
1564 | 2024-02-22T06:02:48.816Z | Compiling diesel v2.1.4 |
1565 | 2024-02-22T06:02:48.869Z | Compiling elliptic-curve v0.13.8 |
1566 | 2024-02-22T06:02:49.663Z | Compiling yasna v0.5.2 |
1567 | 2024-02-22T06:02:50.017Z | Compiling zip v0.6.6 |
1568 | 2024-02-22T06:02:50.136Z | Compiling crossterm v0.27.0 |
1569 | 2024-02-22T06:02:51.248Z | Compiling clap v4.5.0 |
1570 | 2024-02-22T06:02:51.303Z | Compiling similar v2.3.0 |
1571 | 2024-02-22T06:02:51.392Z | Compiling bit-set v0.5.3 |
1572 | 2024-02-22T06:02:51.610Z | Compiling usdt v0.3.5 |
1573 | 2024-02-22T06:02:51.638Z | Compiling strum v0.25.0 |
1574 | 2024-02-22T06:02:51.815Z | Compiling itertools v0.10.5 |
1575 | 2024-02-22T06:02:51.897Z | Compiling console v0.15.8 |
1576 | 2024-02-22T06:02:52.193Z | Compiling tokio-stream v0.1.14 |
1577 | 2024-02-22T06:02:53.247Z | Compiling lalrpop-util v0.19.12 |
1578 | 2024-02-22T06:02:53.635Z | Compiling camino v1.1.6 |
1579 | 2024-02-22T06:02:55.664Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1580 | 2024-02-22T06:03:03.965Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1581 | 2024-02-22T06:03:31.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-02-22T06:03:31.901Z | Compiling sha1 v0.10.6 |
1583 | 2024-02-22T06:03:32.327Z | Compiling atty v0.2.14 |
1584 | 2024-02-22T06:03:32.477Z | Compiling match_cfg v0.1.0 |
1585 | 2024-02-22T06:03:32.565Z | Compiling hostname v0.3.1 |
1586 | 2024-02-22T06:03:32.624Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1587 | 2024-02-22T06:03:32.660Z | Compiling dirs-sys-next v0.1.2 |
1588 | 2024-02-22T06:03:32.796Z | Compiling rustls-pki-types v1.3.0 |
1589 | 2024-02-22T06:03:32.942Z | Compiling ident_case v1.0.1 |
1590 | 2024-02-22T06:03:32.947Z | Compiling strsim v0.10.0 |
1591 | 2024-02-22T06:03:32.987Z | Compiling dirs-next v2.0.0 |
1592 | 2024-02-22T06:03:33.170Z | Compiling darling_core v0.20.3 |
1593 | 2024-02-22T06:03:33.352Z | Compiling thread_local v1.1.7 |
1594 | 2024-02-22T06:03:33.402Z | Compiling rustls v0.22.2 |
1595 | 2024-02-22T06:03:33.579Z | Compiling slog-async v2.8.0 |
1596 | 2024-02-22T06:03:33.757Z | Compiling rustls-webpki v0.102.1 |
1597 | 2024-02-22T06:03:33.944Z | Compiling term v0.7.0 |
1598 | 2024-02-22T06:03:34.309Z | Compiling crossbeam-channel v0.5.8 |
1599 | 2024-02-22T06:03:34.686Z | Compiling multer v3.0.0 |
1600 | 2024-02-22T06:03:34.866Z | Compiling instant v0.1.12 |
1601 | 2024-02-22T06:03:35.005Z | Compiling take_mut v0.2.2 |
1602 | 2024-02-22T06:03:35.027Z | Compiling paste v1.0.14 |
1603 | 2024-02-22T06:03:35.456Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1604 | 2024-02-22T06:03:35.649Z | Compiling slog-term v2.9.0 |
1605 | 2024-02-22T06:03:35.673Z | Compiling slog-json v2.6.1 |
1606 | 2024-02-22T06:03:35.893Z | Compiling http v1.0.0 |
1607 | 2024-02-22T06:03:36.052Z | Compiling async-stream-impl v0.3.5 |
1608 | 2024-02-22T06:03:36.423Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-22T06:03:36.749Z | Compiling debug-ignore v1.0.5 |
1610 | 2024-02-22T06:03:36.888Z | Compiling atomic-waker v1.1.1 |
1611 | 2024-02-22T06:03:36.977Z | Compiling slog-bunyan v2.5.0 |
1612 | 2024-02-22T06:03:37.080Z | Compiling waitgroup v0.1.2 |
1613 | 2024-02-22T06:03:37.298Z | Compiling rustls-pemfile v2.1.0 |
1614 | 2024-02-22T06:03:37.522Z | Compiling async-stream v0.3.5 |
1615 | 2024-02-22T06:03:37.847Z | Compiling toml v0.8.10 |
1616 | 2024-02-22T06:03:38.478Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1617 | 2024-02-22T06:03:38.542Z | Compiling serde_path_to_error v0.1.15 |
1618 | 2024-02-22T06:03:38.956Z | Compiling structmeta-derive v0.3.0 |
1619 | 2024-02-22T06:03:39.461Z | Compiling strum_macros v0.26.1 |
1620 | 2024-02-22T06:03:39.469Z | Compiling darling_macro v0.20.3 |
1621 | 2024-02-22T06:03:39.631Z | Compiling newtype-uuid v1.0.1 |
1622 | 2024-02-22T06:03:39.933Z | Compiling tokio-rustls v0.25.0 |
1623 | 2024-02-22T06:03:40.369Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1624 | 2024-02-22T06:03:40.572Z | Compiling backoff v0.4.0 |
1625 | 2024-02-22T06:03:40.591Z | Compiling darling v0.20.3 |
1626 | 2024-02-22T06:03:40.708Z | Compiling serde_with_macros v3.6.1 |
1627 | 2024-02-22T06:03:40.899Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1628 | 2024-02-22T06:03:41.255Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1629 | 2024-02-22T06:03:41.416Z | Compiling macaddr v1.0.1 |
1630 | 2024-02-22T06:03:41.720Z | Compiling proc-macro-error-attr v1.0.4 |
1631 | 2024-02-22T06:03:41.906Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-02-22T06:03:42.145Z | Compiling proc-macro-error v1.0.4 |
1633 | 2024-02-22T06:03:42.212Z | Compiling structmeta v0.3.0 |
1634 | 2024-02-22T06:03:42.492Z | Compiling heapless v0.8.0 |
1635 | 2024-02-22T06:03:42.677Z | Compiling parse-display-derive v0.9.0 |
1636 | 2024-02-22T06:03:43.068Z | Compiling num_enum_derive v0.5.11 |
1637 | 2024-02-22T06:03:44.129Z | Compiling serde_with v3.6.1 |
1638 | 2024-02-22T06:03:44.458Z | Compiling hash32 v0.3.1 |
1639 | 2024-02-22T06:03:44.692Z | Compiling rayon-core v1.12.0 |
1640 | 2024-02-22T06:03:44.830Z | Compiling strum v0.26.1 |
1641 | 2024-02-22T06:03:45.009Z | Compiling smoltcp v0.11.0 |
1642 | 2024-02-22T06:03:45.027Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2024-02-22T06:03:46.061Z | Compiling num_enum v0.5.11 |
1644 | 2024-02-22T06:03:46.224Z | Compiling crossbeam-deque v0.8.3 |
1645 | 2024-02-22T06:03:46.380Z | Compiling fastrand v2.0.1 |
1646 | 2024-02-22T06:03:46.523Z | Compiling cobs v0.2.3 |
1647 | 2024-02-22T06:03:46.549Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-02-22T06:03:46.553Z | Compiling embedded-io v0.4.0 |
1649 | 2024-02-22T06:03:46.847Z | Compiling same-file v1.0.6 |
1650 | 2024-02-22T06:03:46.896Z | Compiling postcard v1.0.8 |
1651 | 2024-02-22T06:03:46.925Z | Compiling tempfile v3.10.0 |
1652 | 2024-02-22T06:03:47.065Z | Compiling walkdir v2.4.0 |
1653 | 2024-02-22T06:03:47.730Z | Compiling parse-display v0.9.0 |
1654 | 2024-02-22T06:03:47.947Z | Compiling semver-parser v0.10.2 |
1655 | 2024-02-22T06:03:48.259Z | Compiling foreign-types-macros v0.2.3 |
1656 | 2024-02-22T06:03:48.357Z | Compiling blake3 v1.5.0 |
1657 | 2024-02-22T06:03:48.430Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-02-22T06:03:48.787Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-22T06:03:48.979Z | Compiling foreign-types-shared v0.3.1 |
1660 | 2024-02-22T06:03:49.051Z | Compiling crucible-workspace-hack v0.1.0 |
1661 | 2024-02-22T06:03:49.109Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1662 | 2024-02-22T06:03:49.483Z | Compiling semver v0.11.0 |
1663 | 2024-02-22T06:03:49.542Z | Compiling rayon v1.8.0 |
1664 | 2024-02-22T06:03:49.577Z | Compiling foreign-types v0.5.0 |
1665 | 2024-02-22T06:03:49.850Z | Compiling is-terminal v0.4.9 |
1666 | 2024-02-22T06:03:49.945Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1667 | 2024-02-22T06:03:49.991Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1668 | 2024-02-22T06:03:50.255Z | Compiling cstr-argument v0.1.2 |
1669 | 2024-02-22T06:03:50.275Z | Compiling memmap2 v0.7.1 |
1670 | 2024-02-22T06:03:50.500Z | Compiling xattr v1.0.1 |
1671 | 2024-02-22T06:03:50.637Z | Compiling filetime v0.2.23 |
1672 | 2024-02-22T06:03:50.711Z | Compiling home v0.5.5 |
1673 | 2024-02-22T06:03:50.760Z | Compiling arrayref v0.3.7 |
1674 | 2024-02-22T06:03:50.837Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1675 | 2024-02-22T06:03:50.867Z | Compiling constant_time_eq v0.3.0 |
1676 | 2024-02-22T06:03:50.956Z | Compiling arrayvec v0.7.4 |
1677 | 2024-02-22T06:03:50.974Z | Compiling pretty-hex v0.2.1 |
1678 | 2024-02-22T06:03:50.975Z | Compiling toolchain_find v0.2.0 |
1679 | 2024-02-22T06:03:51.034Z | Compiling tar v0.4.40 |
1680 | 2024-02-22T06:03:51.169Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1681 | 2024-02-22T06:03:51.361Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1682 | 2024-02-22T06:03:51.361Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1683 | 2024-02-22T06:03:51.559Z | Compiling camino-tempfile v1.1.1 |
1684 | 2024-02-22T06:03:51.579Z | Compiling colored v2.0.4 |
1685 | 2024-02-22T06:03:52.019Z | Compiling toml v0.5.11 |
1686 | 2024-02-22T06:03:52.264Z | Compiling platforms v3.0.2 |
1687 | 2024-02-22T06:03:52.441Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1688 | 2024-02-22T06:03:52.635Z | Compiling topological-sort v0.2.2 |
1689 | 2024-02-22T06:03:52.996Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1690 | 2024-02-22T06:03:53.210Z | Compiling zone_cfg_derive v0.3.0 |
1691 | 2024-02-22T06:03:53.466Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1692 | 2024-02-22T06:03:53.667Z | Compiling textwrap v0.11.0 |
1693 | 2024-02-22T06:03:54.210Z | Compiling rustfmt-wrapper v0.2.0 |
1694 | 2024-02-22T06:03:54.277Z | Compiling heck v0.3.3 |
1695 | 2024-02-22T06:03:54.698Z | Compiling omicron-zone-package v0.11.0 |
1696 | 2024-02-22T06:03:54.856Z | Compiling num-derive v0.4.0 |
1697 | 2024-02-22T06:03:55.022Z | Compiling ansi_term v0.12.1 |
1698 | 2024-02-22T06:03:55.551Z | Compiling libefi-sys v0.1.0 |
1699 | 2024-02-22T06:03:55.673Z | Compiling strsim v0.8.0 |
1700 | 2024-02-22T06:03:55.841Z | Compiling vec_map v0.8.2 |
1701 | 2024-02-22T06:03:55.908Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1702 | 2024-02-22T06:03:56.136Z | Compiling clap v2.34.0 |
1703 | 2024-02-22T06:03:56.301Z | Compiling zone v0.3.0 |
1704 | 2024-02-22T06:03:56.587Z | Compiling structopt-derive v0.4.18 |
1705 | 2024-02-22T06:03:56.971Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1706 | 2024-02-22T06:03:57.316Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1707 | 2024-02-22T06:03:57.370Z | Compiling smf v0.2.2 |
1708 | 2024-02-22T06:03:57.729Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1709 | 2024-02-22T06:03:57.912Z | Compiling unicase v2.7.0 |
1710 | 2024-02-22T06:03:58.127Z | Compiling semver v0.1.20 |
1711 | 2024-02-22T06:03:58.307Z | Compiling curve25519-dalek v4.1.1 |
1712 | 2024-02-22T06:03:58.813Z | Compiling rustc_version v0.1.7 |
1713 | 2024-02-22T06:03:58.870Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1714 | 2024-02-22T06:03:58.945Z | Compiling universal-hash v0.5.1 |
1715 | 2024-02-22T06:03:59.072Z | Compiling opaque-debug v0.3.0 |
1716 | 2024-02-22T06:03:59.169Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1717 | 2024-02-22T06:03:59.246Z | Compiling signature v2.1.0 |
1718 | 2024-02-22T06:03:59.288Z | Compiling newtype_derive v0.1.6 |
1719 | 2024-02-22T06:03:59.496Z | Compiling curve25519-dalek-derive v0.1.0 |
1720 | 2024-02-22T06:03:59.517Z | Compiling gethostname v0.4.3 |
1721 | 2024-02-22T06:03:59.537Z | Compiling num-rational v0.4.1 |
1722 | 2024-02-22T06:03:59.689Z | Compiling getrandom v0.1.16 |
1723 | 2024-02-22T06:03:59.815Z | Compiling structopt v0.3.26 |
1724 | 2024-02-22T06:04:00.043Z | Compiling usdt-macro v0.5.0 |
1725 | 2024-02-22T06:04:00.140Z | Compiling usdt-attr-macro v0.5.0 |
1726 | 2024-02-22T06:04:00.455Z | Compiling password-hash v0.5.0 |
1727 | 2024-02-22T06:04:00.480Z | Compiling blake2 v0.10.6 |
1728 | 2024-02-22T06:04:01.187Z | Compiling memmap v0.7.0 |
1729 | 2024-02-22T06:04:01.529Z | Compiling parking_lot_core v0.8.6 |
1730 | 2024-02-22T06:04:01.550Z | Compiling linked-hash-map v0.5.6 |
1731 | 2024-02-22T06:04:01.680Z | Compiling quick-error v1.2.3 |
1732 | 2024-02-22T06:04:01.820Z | Compiling resolv-conf v0.7.0 |
1733 | 2024-02-22T06:04:01.867Z | Compiling usdt v0.5.0 |
1734 | 2024-02-22T06:04:01.910Z | Compiling lru-cache v0.1.2 |
1735 | 2024-02-22T06:04:01.930Z | Compiling argon2 v0.5.3 |
1736 | 2024-02-22T06:04:02.673Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1737 | 2024-02-22T06:04:02.693Z | Compiling rfc6979 v0.4.0 |
1738 | 2024-02-22T06:04:02.761Z | Compiling aead v0.5.2 |
1739 | 2024-02-22T06:04:02.880Z | Compiling num-complex v0.4.4 |
1740 | 2024-02-22T06:04:03.115Z | Compiling nibble_vec v0.1.0 |
1741 | 2024-02-22T06:04:03.314Z | Compiling slog-dtrace v0.3.0 |
1742 | 2024-02-22T06:04:03.677Z | Compiling cancel-safe-futures v0.1.5 |
1743 | 2024-02-22T06:04:03.953Z | Compiling winapi v0.3.9 |
1744 | 2024-02-22T06:04:04.023Z | Compiling arc-swap v1.6.0 |
1745 | 2024-02-22T06:04:04.068Z | Compiling utf-8 v0.7.6 |
1746 | 2024-02-22T06:04:04.417Z | Compiling keccak v0.1.4 |
1747 | 2024-02-22T06:04:04.732Z | Compiling endian-type v0.1.2 |
1748 | 2024-02-22T06:04:04.982Z | Compiling radix_trie v0.2.1 |
1749 | 2024-02-22T06:04:05.077Z | Compiling sha3 v0.10.8 |
1750 | 2024-02-22T06:04:05.216Z | Compiling slog-scope v4.4.0 |
1751 | 2024-02-22T06:04:05.316Z | Compiling tungstenite v0.20.1 |
1752 | 2024-02-22T06:04:05.386Z | Compiling num v0.4.1 |
1753 | 2024-02-22T06:04:05.566Z | Compiling ecdsa v0.16.9 |
1754 | 2024-02-22T06:04:05.699Z | Compiling mime_guess v2.0.4 |
1755 | 2024-02-22T06:04:05.745Z | Compiling steno v0.4.0 |
1756 | 2024-02-22T06:04:06.027Z | Compiling rand_core v0.5.1 |
1757 | 2024-02-22T06:04:06.416Z | Compiling trust-dns-resolver v0.22.0 |
1758 | 2024-02-22T06:04:07.080Z | Compiling poly1305 v0.8.0 |
1759 | 2024-02-22T06:04:07.583Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1760 | 2024-02-22T06:04:07.623Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1761 | 2024-02-22T06:04:08.609Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1762 | 2024-02-22T06:04:08.866Z | Compiling primeorder v0.13.6 |
1763 | 2024-02-22T06:04:09.051Z | Compiling chacha20 v0.9.1 |
1764 | 2024-02-22T06:04:09.393Z | Compiling secrecy v0.8.0 |
1765 | 2024-02-22T06:04:09.520Z | Compiling thiserror-impl-no-std v2.0.2 |
1766 | 2024-02-22T06:04:09.671Z | Compiling half v2.3.1 |
1767 | 2024-02-22T06:04:10.004Z | Compiling ciborium-io v0.2.2 |
1768 | 2024-02-22T06:04:10.143Z | Compiling option-ext v0.2.0 |
1769 | 2024-02-22T06:04:10.284Z | Compiling convert_case v0.4.0 |
1770 | 2024-02-22T06:04:10.372Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1771 | 2024-02-22T06:04:10.890Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1772 | 2024-02-22T06:04:11.288Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1773 | 2024-02-22T06:04:11.991Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1774 | 2024-02-22T06:04:12.515Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1775 | 2024-02-22T06:04:12.914Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1776 | 2024-02-22T06:04:12.919Z | Compiling derive_more v0.99.17 |
1777 | 2024-02-22T06:04:13.015Z | Compiling thiserror-no-std v2.0.2 |
1778 | 2024-02-22T06:04:13.110Z | Compiling dirs-sys v0.4.1 |
1779 | 2024-02-22T06:04:13.133Z | Compiling ciborium-ll v0.2.2 |
1780 | 2024-02-22T06:04:13.647Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1781 | 2024-02-22T06:04:14.028Z | Compiling parking_lot v0.11.2 |
1782 | 2024-02-22T06:04:14.157Z | Compiling tokio-tungstenite v0.20.1 |
1783 | 2024-02-22T06:04:14.398Z | Compiling rand_chacha v0.2.2 |
1784 | 2024-02-22T06:04:15.042Z | Compiling slog-stdlog v4.1.1 |
1785 | 2024-02-22T06:04:15.283Z | Compiling trust-dns-client v0.22.0 |
1786 | 2024-02-22T06:04:15.975Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1787 | 2024-02-22T06:04:16.031Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1788 | 2024-02-22T06:04:16.413Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1789 | 2024-02-22T06:04:18.348Z | Compiling ed25519 v2.2.2 |
1790 | 2024-02-22T06:04:18.813Z | Compiling polyval v0.6.1 |
1791 | 2024-02-22T06:04:19.248Z | Compiling ctr v0.9.2 |
1792 | 2024-02-22T06:04:19.612Z | Compiling aes v0.8.3 |
1793 | 2024-02-22T06:04:20.012Z | Compiling blowfish v0.9.1 |
1794 | 2024-02-22T06:04:20.475Z | Compiling password-hash v0.4.2 |
1795 | 2024-02-22T06:04:21.458Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1796 | 2024-02-22T06:04:21.829Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1797 | 2024-02-22T06:04:22.556Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1798 | 2024-02-22T06:04:26.781Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1799 | 2024-02-22T06:04:29.372Z | Compiling libsw v3.3.1 |
1800 | 2024-02-22T06:04:30.554Z | Compiling pbkdf2 v0.12.2 |
1801 | 2024-02-22T06:04:30.714Z | Compiling derive-where v1.2.7 |
1802 | 2024-02-22T06:04:31.226Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1803 | 2024-02-22T06:04:31.516Z | Compiling fxhash v0.2.1 |
1804 | 2024-02-22T06:04:31.722Z | Compiling swrite v0.1.0 |
1805 | 2024-02-22T06:04:31.722Z | Compiling owo-colors v4.0.0 |
1806 | 2024-02-22T06:04:31.855Z | Compiling linear-map v1.2.0 |
1807 | 2024-02-22T06:04:32.233Z | Compiling sled v0.34.7 |
1808 | 2024-02-22T06:04:32.692Z | Compiling trust-dns-server v0.22.1 |
1809 | 2024-02-22T06:04:33.050Z | Compiling bcrypt-pbkdf v0.10.0 |
1810 | 2024-02-22T06:04:33.622Z | Compiling pbkdf2 v0.11.0 |
1811 | 2024-02-22T06:04:33.788Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1812 | 2024-02-22T06:04:33.996Z | Compiling ghash v0.5.0 |
1813 | 2024-02-22T06:04:34.170Z | Compiling ed25519-dalek v2.0.0 |
1814 | 2024-02-22T06:04:34.285Z | Compiling russh-cryptovec v0.7.0 |
1815 | 2024-02-22T06:04:34.575Z | Compiling slog-envlogger v2.2.0 |
1816 | 2024-02-22T06:04:34.575Z | Compiling rand v0.7.3 |
1817 | 2024-02-22T06:04:34.652Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1818 | 2024-02-22T06:04:35.245Z | Compiling ciborium v0.2.2 |
1819 | 2024-02-22T06:04:35.326Z | Compiling dirs v5.0.1 |
1820 | 2024-02-22T06:04:35.534Z | Compiling vsss-rs v3.3.4 |
1821 | 2024-02-22T06:04:35.996Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1822 | 2024-02-22T06:04:36.809Z | Compiling chacha20poly1305 v0.10.1 |
1823 | 2024-02-22T06:04:37.044Z | Compiling p521 v0.13.3 |
1824 | 2024-02-22T06:04:37.593Z | Compiling p256 v0.13.2 |
1825 | 2024-02-22T06:04:38.444Z | Compiling cbc v0.1.2 |
1826 | 2024-02-22T06:04:38.707Z | Compiling pem v3.0.2 |
1827 | 2024-02-22T06:04:39.280Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1828 | 2024-02-22T06:04:39.487Z | Compiling headers-core v0.2.0 |
1829 | 2024-02-22T06:04:39.511Z | Compiling kstat-rs v0.2.3 |
1830 | 2024-02-22T06:04:39.654Z | Compiling md5 v0.7.0 |
1831 | 2024-02-22T06:04:39.674Z | Compiling http-range v0.1.5 |
1832 | 2024-02-22T06:04:40.006Z | Compiling glob v0.3.1 |
1833 | 2024-02-22T06:04:40.277Z | Compiling russh-keys v0.42.0 |
1834 | 2024-02-22T06:04:40.628Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1835 | 2024-02-22T06:04:41.050Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1836 | 2024-02-22T06:04:41.124Z | Compiling hyper-staticfile v0.9.5 |
1837 | 2024-02-22T06:04:42.128Z | Compiling headers v0.3.9 |
1838 | 2024-02-22T06:04:43.793Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1839 | 2024-02-22T06:04:43.820Z | Compiling rcgen v0.12.1 |
1840 | 2024-02-22T06:04:44.316Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1841 | 2024-02-22T06:04:44.484Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1842 | 2024-02-22T06:04:44.536Z | Compiling aes-gcm v0.10.3 |
1843 | 2024-02-22T06:04:46.957Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1844 | 2024-02-22T06:04:49.177Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1845 | 2024-02-22T06:04:49.606Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1846 | 2024-02-22T06:04:51.425Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1847 | 2024-02-22T06:04:54.201Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1848 | 2024-02-22T06:04:54.426Z | Compiling atomicwrites v0.4.3 |
1849 | 2024-02-22T06:04:54.467Z | Compiling itertools v0.12.1 |
1850 | 2024-02-22T06:04:55.212Z | Compiling subprocess v0.2.9 |
1851 | 2024-02-22T06:04:55.432Z | Compiling display-error-chain v0.2.0 |
1852 | 2024-02-22T06:04:55.594Z | Compiling hex-literal v0.4.1 |
1853 | 2024-02-22T06:04:55.750Z | Compiling russh v0.42.0 |
1854 | 2024-02-22T06:04:57.015Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1855 | 2024-02-22T06:04:57.832Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1856 | 2024-02-22T06:05:02.021Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1857 | 2024-02-22T06:05:03.173Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1858 | 2024-02-22T06:05:22.807Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1859 | 2024-02-22T06:06:21.257Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 41s |
1860 | 2024-02-22T06:06:21.537Z | |
1861 | 2024-02-22T06:06:21.544Z | real 5:41.278709654 |
1862 | 2024-02-22T06:06:21.544Z | user 29:08.903637770 |
1863 | 2024-02-22T06:06:21.544Z | sys 5:41.067684160 |
1864 | 2024-02-22T06:06:21.544Z | trap 0.811342085 |
1865 | 2024-02-22T06:06:21.544Z | tflt 8.953980726 |
1866 | 2024-02-22T06:06:21.544Z | dflt 6.377670809 |
1867 | 2024-02-22T06:06:21.544Z | kflt 0.079767175 |
1868 | 2024-02-22T06:06:21.544Z | lock 54:14.375948452 |
1869 | 2024-02-22T06:06:21.544Z | slp 1:25:53.953095763 |
1870 | 2024-02-22T06:06:21.544Z | lat 1:37.549717258 |
1871 | 2024-02-22T06:06:21.544Z | stop 4:22.358719470 |
1872 | 2024-02-22T06:06:21.544Z | + mkdir -p /work/end-to-end-tests |
1873 | 2024-02-22T06:06:21.547Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1874 | 2024-02-22T06:06:22.482Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1875 | 2024-02-22T06:06:22.482Z | + ptime -m gzip |
1876 | 2024-02-22T06:06:22.485Z | ++ basename target/debug/bootstrap |
1877 | 2024-02-22T06:06:35.908Z | |
1878 | 2024-02-22T06:06:35.908Z | real 13.420871369 |
1879 | 2024-02-22T06:06:35.908Z | user 13.316717435 |
1880 | 2024-02-22T06:06:35.908Z | sys 0.093653600 |
1881 | 2024-02-22T06:06:35.908Z | trap 0.003402981 |
1882 | 2024-02-22T06:06:35.908Z | tflt 0.000000000 |
1883 | 2024-02-22T06:06:35.908Z | dflt 0.000000000 |
1884 | 2024-02-22T06:06:35.908Z | kflt 0.000000000 |
1885 | 2024-02-22T06:06:35.912Z | lock 0.000000000 |
1886 | 2024-02-22T06:06:35.912Z | slp 0.000000000 |
1887 | 2024-02-22T06:06:35.912Z | lat 0.006706021 |
1888 | 2024-02-22T06:06:35.913Z | stop 0.000174437 |
1889 | 2024-02-22T06:06:35.913Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1890 | 2024-02-22T06:06:35.913Z | + ptime -m gzip |
1891 | 2024-02-22T06:06:35.913Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6 |
1892 | 2024-02-22T06:06:37.213Z | |
1893 | 2024-02-22T06:06:37.214Z | real 1.298953800 |
1894 | 2024-02-22T06:06:37.214Z | user 1.285581394 |
1895 | 2024-02-22T06:06:37.214Z | sys 0.012797503 |
1896 | 2024-02-22T06:06:37.214Z | trap 0.000080172 |
1897 | 2024-02-22T06:06:37.214Z | tflt 0.000000000 |
1898 | 2024-02-22T06:06:37.218Z | dflt 0.000000000 |
1899 | 2024-02-22T06:06:37.218Z | kflt 0.000000000 |
1900 | 2024-02-22T06:06:37.218Z | lock 0.000000000 |
1901 | 2024-02-22T06:06:37.218Z | slp 0.000000000 |
1902 | 2024-02-22T06:06:37.218Z | lat 0.000089704 |
1903 | 2024-02-22T06:06:37.218Z | stop 0.000185757 |
1904 | 2024-02-22T06:06:37.218Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1905 | 2024-02-22T06:06:37.218Z | + ptime -m gzip |
1906 | 2024-02-22T06:06:37.218Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84 |
1907 | 2024-02-22T06:06:50.842Z | |
1908 | 2024-02-22T06:06:50.842Z | real 13.622256585 |
1909 | 2024-02-22T06:06:50.842Z | user 13.527879848 |
1910 | 2024-02-22T06:06:50.842Z | sys 0.090828898 |
1911 | 2024-02-22T06:06:50.842Z | trap 0.001721348 |
1912 | 2024-02-22T06:06:50.842Z | tflt 0.000000000 |
1913 | 2024-02-22T06:06:50.842Z | dflt 0.000000000 |
1914 | 2024-02-22T06:06:50.846Z | kflt 0.000000000 |
1915 | 2024-02-22T06:06:50.846Z | lock 0.000000000 |
1916 | 2024-02-22T06:06:50.846Z | slp 0.000000000 |
1917 | 2024-02-22T06:06:50.846Z | lat 0.001406527 |
1918 | 2024-02-22T06:06:50.846Z | stop 0.000200918 |
1919 | 2024-02-22T06:06:50.847Z | + banner caboose-util |
1920 | 2024-02-22T06:06:50.847Z | |
1921 | 2024-02-22T06:06:50.847Z | #### ## ##### #### #### #### ###### # # ##### |
1922 | 2024-02-22T06:06:50.847Z | # # # # # # # # # # # # # # # |
1923 | 2024-02-22T06:06:50.847Z | # # # ##### # # # # #### ##### ##### # # # |
1924 | 2024-02-22T06:06:50.847Z | # ###### # # # # # # # # # # # |
1925 | 2024-02-22T06:06:50.847Z | # # # # # # # # # # # # # # # # |
1926 | 2024-02-22T06:06:50.847Z | #### # # ##### #### #### #### ###### #### # |
1927 | 2024-02-22T06:06:50.847Z | |
1928 | 2024-02-22T06:06:50.847Z | + ptime -m cargo build --locked -p caboose-util --release |
1929 | 2024-02-22T06:06:51.242Z | Downloading crates ... |
1930 | 2024-02-22T06:06:51.499Z | Downloaded funty v2.0.0 |
1931 | 2024-02-22T06:06:51.511Z | Downloaded pkcs1 v0.7.5 |
1932 | 2024-02-22T06:06:51.519Z | Downloaded path-slash v0.1.5 |
1933 | 2024-02-22T06:06:51.524Z | Downloaded radium v0.7.0 |
1934 | 2024-02-22T06:06:51.527Z | Downloaded array-init v0.0.4 |
1935 | 2024-02-22T06:06:51.534Z | Downloaded maybe-uninit v2.0.0 |
1936 | 2024-02-22T06:06:51.534Z | Downloaded tap v1.0.1 |
1937 | 2024-02-22T06:06:51.539Z | Downloaded packed_struct v0.10.1 |
1938 | 2024-02-22T06:06:51.539Z | Downloaded crc v3.0.1 |
1939 | 2024-02-22T06:06:51.539Z | Downloaded crc-catalog v2.2.0 |
1940 | 2024-02-22T06:06:51.539Z | Downloaded termcolor v1.2.0 |
1941 | 2024-02-22T06:06:51.539Z | Downloaded wyz v0.5.1 |
1942 | 2024-02-22T06:06:51.543Z | Downloaded smallvec v0.6.14 |
1943 | 2024-02-22T06:06:51.543Z | Downloaded env_logger v0.10.0 |
1944 | 2024-02-22T06:06:51.546Z | Downloaded packed_struct_codegen v0.10.1 |
1945 | 2024-02-22T06:06:51.546Z | Downloaded nodrop v0.1.14 |
1946 | 2024-02-22T06:06:51.550Z | Downloaded bitfield v0.14.0 |
1947 | 2024-02-22T06:06:51.550Z | Downloaded serde-hex v0.1.0 |
1948 | 2024-02-22T06:06:51.558Z | Downloaded crc-any v2.4.3 |
1949 | 2024-02-22T06:06:51.561Z | Downloaded hashbrown v0.13.2 |
1950 | 2024-02-22T06:06:51.564Z | Downloaded rsa v0.9.2 |
1951 | 2024-02-22T06:06:51.568Z | Downloaded ron v0.8.1 |
1952 | 2024-02-22T06:06:51.573Z | Downloaded x509-cert v0.2.4 |
1953 | 2024-02-22T06:06:51.579Z | Downloaded num-bigint-dig v0.8.4 |
1954 | 2024-02-22T06:06:51.591Z | Downloaded object v0.30.4 |
1955 | 2024-02-22T06:06:51.600Z | Downloaded bitvec v1.0.1 |
1956 | 2024-02-22T06:06:51.708Z | Compiling proc-macro2 v1.0.78 |
1957 | 2024-02-22T06:06:51.715Z | Compiling unicode-ident v1.0.12 |
1958 | 2024-02-22T06:06:51.715Z | Compiling libc v0.2.153 |
1959 | 2024-02-22T06:06:51.715Z | Compiling serde v1.0.196 |
1960 | 2024-02-22T06:06:51.715Z | Compiling autocfg v1.1.0 |
1961 | 2024-02-22T06:06:51.715Z | Compiling version_check v0.9.4 |
1962 | 2024-02-22T06:06:51.772Z | Compiling cfg-if v1.0.0 |
1963 | 2024-02-22T06:06:51.844Z | Compiling typenum v1.16.0 |
1964 | 2024-02-22T06:06:51.866Z | Compiling once_cell v1.19.0 |
1965 | 2024-02-22T06:06:51.935Z | Compiling parking_lot_core v0.9.8 |
1966 | 2024-02-22T06:06:52.223Z | Compiling memchr v2.6.3 |
1967 | 2024-02-22T06:06:52.327Z | Compiling syn v1.0.109 |
1968 | 2024-02-22T06:06:52.351Z | Compiling byteorder v1.5.0 |
1969 | 2024-02-22T06:06:52.363Z | Compiling generic-array v0.14.7 |
1970 | 2024-02-22T06:06:52.650Z | Compiling lock_api v0.4.10 |
1971 | 2024-02-22T06:06:52.749Z | Compiling libm v0.2.7 |
1972 | 2024-02-22T06:06:52.867Z | Compiling num-traits v0.2.16 |
1973 | 2024-02-22T06:06:52.959Z | Compiling ahash v0.8.7 |
1974 | 2024-02-22T06:06:53.075Z | Compiling thiserror v1.0.57 |
1975 | 2024-02-22T06:06:53.158Z | Compiling quote v1.0.35 |
1976 | 2024-02-22T06:06:53.291Z | Compiling pkg-config v0.3.27 |
1977 | 2024-02-22T06:06:53.533Z | Compiling syn v2.0.48 |
1978 | 2024-02-22T06:06:53.732Z | Compiling cc v1.0.83 |
1979 | 2024-02-22T06:06:53.769Z | Compiling getrandom v0.2.10 |
1980 | 2024-02-22T06:06:54.137Z | Compiling serde_json v1.0.114 |
1981 | 2024-02-22T06:06:54.174Z | Compiling scopeguard v1.2.0 |
1982 | 2024-02-22T06:06:54.732Z | Compiling slab v0.4.9 |
1983 | 2024-02-22T06:06:54.766Z | Compiling itoa v1.0.9 |
1984 | 2024-02-22T06:06:54.930Z | Compiling log v0.4.20 |
1985 | 2024-02-22T06:06:55.056Z | Compiling rand_core v0.6.4 |
1986 | 2024-02-22T06:06:55.422Z | Compiling smallvec v1.13.1 |
1987 | 2024-02-22T06:06:55.638Z | Compiling vcpkg v0.2.15 |
1988 | 2024-02-22T06:06:56.400Z | Compiling pin-project-lite v0.2.13 |
1989 | 2024-02-22T06:06:56.517Z | Compiling const-oid v0.9.5 |
1990 | 2024-02-22T06:06:56.772Z | Compiling parking_lot v0.12.1 |
1991 | 2024-02-22T06:06:57.306Z | Compiling ring v0.17.8 |
1992 | 2024-02-22T06:06:57.376Z | Compiling openssl-sys v0.9.96 |
1993 | 2024-02-22T06:06:57.645Z | Compiling ryu v1.0.15 |
1994 | 2024-02-22T06:06:57.821Z | Compiling ucd-trie v0.1.6 |
1995 | 2024-02-22T06:06:58.267Z | Compiling signal-hook-registry v1.4.1 |
1996 | 2024-02-22T06:06:58.458Z | Compiling rustix v0.38.31 |
1997 | 2024-02-22T06:06:58.732Z | Compiling subtle v2.5.0 |
1998 | 2024-02-22T06:06:58.860Z | Compiling ring v0.16.20 |
1999 | 2024-02-22T06:06:59.037Z | Compiling mio v0.8.9 |
2000 | 2024-02-22T06:06:59.161Z | Compiling heck v0.4.1 |
2001 | 2024-02-22T06:06:59.559Z | Compiling semver v1.0.22 |
2002 | 2024-02-22T06:06:59.882Z | Compiling futures-core v0.3.30 |
2003 | 2024-02-22T06:07:00.292Z | Compiling spin v0.5.2 |
2004 | 2024-02-22T06:07:01.092Z | Compiling socket2 v0.5.5 |
2005 | 2024-02-22T06:07:01.697Z | Compiling num_cpus v1.16.0 |
2006 | 2024-02-22T06:07:01.813Z | Compiling unicode-xid v0.2.4 |
2007 | 2024-02-22T06:07:01.950Z | Compiling openssl v0.10.60 |
2008 | 2024-02-22T06:07:01.974Z | Compiling allocator-api2 v0.2.16 |
2009 | 2024-02-22T06:07:01.979Z | Compiling futures-sink v0.3.30 |
2010 | 2024-02-22T06:07:02.126Z | Compiling httparse v1.8.0 |
2011 | 2024-02-22T06:07:02.343Z | Compiling synstructure v0.12.6 |
2012 | 2024-02-22T06:07:02.748Z | Compiling tinyvec_macros v0.1.1 |
2013 | 2024-02-22T06:07:02.833Z | Compiling equivalent v1.0.1 |
2014 | 2024-02-22T06:07:02.928Z | Compiling tinyvec v1.6.0 |
2015 | 2024-02-22T06:07:03.129Z | Compiling futures-channel v0.3.30 |
2016 | 2024-02-22T06:07:03.457Z | Compiling ppv-lite86 v0.2.17 |
2017 | 2024-02-22T06:07:03.512Z | Compiling rustls v0.21.9 |
2018 | 2024-02-22T06:07:03.545Z | Compiling native-tls v0.2.11 |
2019 | 2024-02-22T06:07:03.792Z | Compiling futures-task v0.3.30 |
2020 | 2024-02-22T06:07:03.880Z | Compiling crc32fast v1.3.2 |
2021 | 2024-02-22T06:07:03.936Z | Compiling futures-io v0.3.30 |
2022 | 2024-02-22T06:07:04.196Z | Compiling pin-utils v0.1.0 |
2023 | 2024-02-22T06:07:04.226Z | Compiling rand_chacha v0.3.1 |
2024 | 2024-02-22T06:07:04.268Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-02-22T06:07:04.324Z | Compiling spin v0.9.8 |
2026 | 2024-02-22T06:07:04.405Z | Compiling unicode-normalization v0.1.22 |
2027 | 2024-02-22T06:07:04.480Z | Compiling tracing-core v0.1.31 |
2028 | 2024-02-22T06:07:04.759Z | Compiling unicode-bidi v0.3.13 |
2029 | 2024-02-22T06:07:04.808Z | Compiling base64ct v1.6.0 |
2030 | 2024-02-22T06:07:05.502Z | Compiling pem-rfc7468 v0.7.0 |
2031 | 2024-02-22T06:07:05.627Z | Compiling rand v0.8.5 |
2032 | 2024-02-22T06:07:06.109Z | Compiling num-iter v0.1.43 |
2033 | 2024-02-22T06:07:06.201Z | Compiling usdt-impl v0.3.5 |
2034 | 2024-02-22T06:07:06.496Z | Compiling schemars v0.8.16 |
2035 | 2024-02-22T06:07:06.532Z | Compiling signal-hook v0.3.17 |
2036 | 2024-02-22T06:07:06.841Z | Compiling flagset v0.4.3 |
2037 | 2024-02-22T06:07:07.020Z | Compiling serde_derive v1.0.196 |
2038 | 2024-02-22T06:07:07.042Z | Compiling zeroize_derive v1.4.2 |
2039 | 2024-02-22T06:07:07.150Z | Compiling zerocopy-derive v0.7.32 |
2040 | 2024-02-22T06:07:07.240Z | Compiling thiserror-impl v1.0.57 |
2041 | 2024-02-22T06:07:07.317Z | Compiling tokio-macros v2.2.0 |
2042 | 2024-02-22T06:07:07.514Z | Compiling futures-macro v0.3.30 |
2043 | 2024-02-22T06:07:07.711Z | Compiling tracing-attributes v0.1.26 |
2044 | 2024-02-22T06:07:08.194Z | Compiling der_derive v0.7.2 |
2045 | 2024-02-22T06:07:08.485Z | Compiling zeroize v1.7.0 |
2046 | 2024-02-22T06:07:09.202Z | Compiling zerocopy v0.7.32 |
2047 | 2024-02-22T06:07:10.195Z | Compiling pest v2.7.6 |
2048 | 2024-02-22T06:07:10.484Z | Compiling crypto-common v0.1.6 |
2049 | 2024-02-22T06:07:10.499Z | Compiling block-buffer v0.10.4 |
2050 | 2024-02-22T06:07:10.689Z | Compiling digest v0.10.7 |
2051 | 2024-02-22T06:07:10.726Z | Compiling zerocopy-derive v0.2.0 |
2052 | 2024-02-22T06:07:10.806Z | Compiling openssl-macros v0.1.1 |
2053 | 2024-02-22T06:07:11.252Z | Compiling futures-util v0.3.30 |
2054 | 2024-02-22T06:07:11.514Z | Compiling tracing v0.1.37 |
2055 | 2024-02-22T06:07:11.682Z | Compiling hashbrown v0.14.3 |
2056 | 2024-02-22T06:07:11.728Z | Compiling scroll_derive v0.12.0 |
2057 | 2024-02-22T06:07:11.967Z | Compiling zerocopy-derive v0.6.4 |
2058 | 2024-02-22T06:07:12.431Z | Compiling pest_meta v2.7.6 |
2059 | 2024-02-22T06:07:12.813Z | Compiling der v0.7.8 |
2060 | 2024-02-22T06:07:13.360Z | Compiling serde_derive_internals v0.26.0 |
2061 | 2024-02-22T06:07:13.868Z | Compiling pest_generator v2.7.6 |
2062 | 2024-02-22T06:07:16.633Z | Compiling pest_derive v2.7.6 |
2063 | 2024-02-22T06:07:17.174Z | Compiling errno v0.3.8 |
2064 | 2024-02-22T06:07:17.445Z | Compiling fnv v1.0.7 |
2065 | 2024-02-22T06:07:17.542Z | Compiling rustversion v1.0.14 |
2066 | 2024-02-22T06:07:18.226Z | Compiling schemars_derive v0.8.16 |
2067 | 2024-02-22T06:07:18.421Z | Compiling spki v0.7.2 |
2068 | 2024-02-22T06:07:18.921Z | Compiling zerocopy v0.3.0 |
2069 | 2024-02-22T06:07:19.704Z | Compiling lazy_static v1.4.0 |
2070 | 2024-02-22T06:07:20.546Z | Compiling backtrace v0.3.69 |
2071 | 2024-02-22T06:07:20.968Z | Compiling bytes v1.5.0 |
2072 | 2024-02-22T06:07:21.209Z | Compiling bitflags v2.4.0 |
2073 | 2024-02-22T06:07:21.308Z | Compiling indexmap v2.2.3 |
2074 | 2024-02-22T06:07:21.590Z | Compiling uuid v1.7.0 |
2075 | 2024-02-22T06:07:21.764Z | Compiling rustc_version v0.4.0 |
2076 | 2024-02-22T06:07:21.909Z | Compiling tokio v1.36.0 |
2077 | 2024-02-22T06:07:22.112Z | Compiling http v0.2.11 |
2078 | 2024-02-22T06:07:22.295Z | Compiling thread-id v4.2.0 |
2079 | 2024-02-22T06:07:23.003Z | Compiling heapless v0.7.16 |
2080 | 2024-02-22T06:07:24.257Z | Compiling memoffset v0.9.0 |
2081 | 2024-02-22T06:07:24.463Z | Compiling num-bigint v0.4.4 |
2082 | 2024-02-22T06:07:24.579Z | Compiling smoltcp v0.9.1 |
2083 | 2024-02-22T06:07:24.618Z | Compiling untrusted v0.9.0 |
2084 | 2024-02-22T06:07:24.803Z | Compiling crossbeam-utils v0.8.16 |
2085 | 2024-02-22T06:07:24.964Z | Compiling base64 v0.21.7 |
2086 | 2024-02-22T06:07:25.202Z | Compiling untrusted v0.7.1 |
2087 | 2024-02-22T06:07:25.258Z | Compiling percent-encoding v2.3.1 |
2088 | 2024-02-22T06:07:25.397Z | Compiling iana-time-zone v0.1.57 |
2089 | 2024-02-22T06:07:25.571Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2090 | 2024-02-22T06:07:26.208Z | Compiling async-trait v0.1.77 |
2091 | 2024-02-22T06:07:26.275Z | Compiling foreign-types-shared v0.1.1 |
2092 | 2024-02-22T06:07:26.389Z | Compiling foreign-types v0.3.2 |
2093 | 2024-02-22T06:07:26.477Z | Compiling chrono v0.4.31 |
2094 | 2024-02-22T06:07:28.764Z | Compiling dof v0.1.5 |
2095 | 2024-02-22T06:07:29.984Z | Compiling tokio-util v0.7.10 |
2096 | 2024-02-22T06:07:30.163Z | Compiling dtrace-parser v0.1.14 |
2097 | 2024-02-22T06:07:30.215Z | Compiling hmac v0.12.1 |
2098 | 2024-02-22T06:07:30.430Z | Compiling clap_derive v4.5.0 |
2099 | 2024-02-22T06:07:30.611Z | Compiling num-integer v0.1.46 |
2100 | 2024-02-22T06:07:31.109Z | Compiling anstyle v1.0.2 |
2101 | 2024-02-22T06:07:31.636Z | Compiling utf8parse v0.2.1 |
2102 | 2024-02-22T06:07:31.689Z | Compiling adler v1.0.2 |
2103 | 2024-02-22T06:07:31.698Z | Compiling siphasher v0.3.11 |
2104 | 2024-02-22T06:07:31.811Z | Compiling cpufeatures v0.2.12 |
2105 | 2024-02-22T06:07:31.922Z | Compiling time-core v0.1.1 |
2106 | 2024-02-22T06:07:31.934Z | Compiling try-lock v0.2.4 |
2107 | 2024-02-22T06:07:32.068Z | Compiling want v0.3.1 |
2108 | 2024-02-22T06:07:32.084Z | Compiling time-macros v0.2.13 |
2109 | 2024-02-22T06:07:32.321Z | Compiling sha2 v0.10.8 |
2110 | 2024-02-22T06:07:32.551Z | Compiling miniz_oxide v0.7.1 |
2111 | 2024-02-22T06:07:35.142Z | Compiling anstyle-parse v0.2.1 |
2112 | 2024-02-22T06:07:35.547Z | Compiling h2 v0.3.24 |
2113 | 2024-02-22T06:07:35.771Z | Compiling strum_macros v0.25.2 |
2114 | 2024-02-22T06:07:37.424Z | Compiling rustls-webpki v0.101.7 |
2115 | 2024-02-22T06:07:37.654Z | Compiling sct v0.7.0 |
2116 | 2024-02-22T06:07:37.943Z | Compiling form_urlencoded v1.2.1 |
2117 | 2024-02-22T06:07:38.229Z | Compiling http-body v0.4.5 |
2118 | 2024-02-22T06:07:39.182Z | Compiling serde_tokenstream v0.1.7 |
2119 | 2024-02-22T06:07:39.608Z | Compiling pkcs8 v0.10.2 |
2120 | 2024-02-22T06:07:39.756Z | Compiling hubpack_derive v0.1.1 |
2121 | 2024-02-22T06:07:40.429Z | Compiling socket2 v0.4.9 |
2122 | 2024-02-22T06:07:40.589Z | Compiling crossbeam-epoch v0.9.15 |
2123 | 2024-02-22T06:07:40.636Z | Compiling usdt-impl v0.5.0 |
2124 | 2024-02-22T06:07:41.077Z | Compiling anstyle-query v1.0.0 |
2125 | 2024-02-22T06:07:41.183Z | Compiling httpdate v1.0.3 |
2126 | 2024-02-22T06:07:41.210Z | Compiling openssl-probe v0.1.5 |
2127 | 2024-02-22T06:07:41.459Z | Compiling radium v0.7.0 |
2128 | 2024-02-22T06:07:41.568Z | Compiling tower-service v0.3.2 |
2129 | 2024-02-22T06:07:41.687Z | Compiling colorchoice v1.0.0 |
2130 | 2024-02-22T06:07:42.033Z | Compiling anyhow v1.0.75 |
2131 | 2024-02-22T06:07:42.545Z | Compiling slog v2.7.0 |
2132 | 2024-02-22T06:07:42.658Z | Compiling hyper v0.14.27 |
2133 | 2024-02-22T06:07:43.413Z | Compiling anstream v0.6.11 |
2134 | 2024-02-22T06:07:49.783Z | Compiling terminal_size v0.3.0 |
2135 | 2024-02-22T06:07:50.066Z | Compiling serde_spanned v0.6.5 |
2136 | 2024-02-22T06:07:50.287Z | Compiling toml_datetime v0.6.5 |
2137 | 2024-02-22T06:07:51.262Z | Compiling zerocopy v0.6.4 |
2138 | 2024-02-22T06:07:51.277Z | Compiling scroll v0.12.0 |
2139 | 2024-02-22T06:07:51.645Z | Compiling md-5 v0.10.5 |
2140 | 2024-02-22T06:07:52.039Z | Compiling idna v0.5.0 |
2141 | 2024-02-22T06:07:52.109Z | Compiling stringprep v0.1.3 |
2142 | 2024-02-22T06:07:52.389Z | Compiling diesel_table_macro_syntax v0.1.0 |
2143 | 2024-02-22T06:07:52.741Z | Compiling hash32 v0.2.1 |
2144 | 2024-02-22T06:07:52.863Z | Compiling aho-corasick v1.0.4 |
2145 | 2024-02-22T06:07:52.927Z | Compiling regex-syntax v0.8.2 |
2146 | 2024-02-22T06:07:53.051Z | Compiling strsim v0.11.0 |
2147 | 2024-02-22T06:07:53.109Z | Compiling gimli v0.28.0 |
2148 | 2024-02-22T06:07:53.423Z | Compiling fallible-iterator v0.2.0 |
2149 | 2024-02-22T06:07:53.486Z | Compiling dyn-clone v1.0.16 |
2150 | 2024-02-22T06:07:53.672Z | Compiling maybe-uninit v2.0.0 |
2151 | 2024-02-22T06:07:53.683Z | Compiling tap v1.0.1 |
2152 | 2024-02-22T06:07:53.860Z | Compiling stable_deref_trait v1.2.0 |
2153 | 2024-02-22T06:07:53.957Z | Compiling plain v0.2.3 |
2154 | 2024-02-22T06:07:54.119Z | Compiling clap_lex v0.7.0 |
2155 | 2024-02-22T06:07:54.485Z | Compiling clap_builder v4.5.0 |
2156 | 2024-02-22T06:07:54.812Z | Compiling goblin v0.8.0 |
2157 | 2024-02-22T06:07:54.919Z | Compiling postgres-protocol v0.6.6 |
2158 | 2024-02-22T06:07:55.342Z | Compiling wyz v0.5.1 |
2159 | 2024-02-22T06:07:56.245Z | Compiling url v2.5.0 |
2160 | 2024-02-22T06:07:56.316Z | Compiling diesel_derives v2.1.2 |
2161 | 2024-02-22T06:07:56.605Z | Compiling regex-automata v0.4.4 |
2162 | 2024-02-22T06:07:57.945Z | Compiling addr2line v0.21.0 |
2163 | 2024-02-22T06:07:59.330Z | Compiling tokio-rustls v0.24.1 |
2164 | 2024-02-22T06:07:59.966Z | Compiling tokio-native-tls v0.3.1 |
2165 | 2024-02-22T06:08:00.772Z | Compiling usdt-attr-macro v0.3.5 |
2166 | 2024-02-22T06:08:01.000Z | Compiling usdt-macro v0.3.5 |
2167 | 2024-02-22T06:08:02.733Z | Compiling phf_shared v0.11.2 |
2168 | 2024-02-22T06:08:04.401Z | Compiling block-padding v0.3.3 |
2169 | 2024-02-22T06:08:04.626Z | Compiling enum-as-inner v0.5.1 |
2170 | 2024-02-22T06:08:04.802Z | Compiling serde_repr v0.1.16 |
2171 | 2024-02-22T06:08:04.994Z | Compiling ff v0.13.0 |
2172 | 2024-02-22T06:08:05.215Z | Compiling scheduled-thread-pool v0.2.7 |
2173 | 2024-02-22T06:08:05.681Z | Compiling object v0.32.1 |
2174 | 2024-02-22T06:08:05.902Z | Compiling regex-automata v0.1.10 |
2175 | 2024-02-22T06:08:06.499Z | Compiling rustc-demangle v0.1.23 |
2176 | 2024-02-22T06:08:07.338Z | Compiling matches v0.1.10 |
2177 | 2024-02-22T06:08:07.342Z | Compiling bitflags v1.3.2 |
2178 | 2024-02-22T06:08:07.426Z | Compiling winnow v0.5.15 |
2179 | 2024-02-22T06:08:07.435Z | Compiling num-bigint-dig v0.8.4 |
2180 | 2024-02-22T06:08:08.475Z | Compiling base16ct v0.2.0 |
2181 | 2024-02-22T06:08:08.768Z | Compiling bit-vec v0.6.3 |
2182 | 2024-02-22T06:08:09.664Z | Compiling pretty-hex v0.4.1 |
2183 | 2024-02-22T06:08:09.853Z | Compiling ipnet v2.9.0 |
2184 | 2024-02-22T06:08:09.886Z | Compiling packed_struct v0.10.1 |
2185 | 2024-02-22T06:08:10.908Z | Compiling managed v0.8.0 |
2186 | 2024-02-22T06:08:11.046Z | Compiling deranged v0.3.8 |
2187 | 2024-02-22T06:08:11.158Z | Compiling funty v2.0.0 |
2188 | 2024-02-22T06:08:11.301Z | Compiling num_threads v0.1.6 |
2189 | 2024-02-22T06:08:11.422Z | Compiling toml_edit v0.19.15 |
2190 | 2024-02-22T06:08:12.677Z | Compiling bitvec v1.0.1 |
2191 | 2024-02-22T06:08:13.010Z | Compiling time v0.3.27 |
2192 | 2024-02-22T06:08:16.703Z | Compiling dof v0.3.0 |
2193 | 2024-02-22T06:08:17.168Z | Compiling sec1 v0.7.3 |
2194 | 2024-02-22T06:08:17.729Z | Compiling idna v0.2.3 |
2195 | 2024-02-22T06:08:17.840Z | Compiling bstr v0.2.17 |
2196 | 2024-02-22T06:08:18.351Z | Compiling r2d2 v0.8.10 |
2197 | 2024-02-22T06:08:18.586Z | Compiling group v0.13.0 |
2198 | 2024-02-22T06:08:18.734Z | Compiling inout v0.1.3 |
2199 | 2024-02-22T06:08:19.509Z | Compiling phf v0.11.2 |
2200 | 2024-02-22T06:08:19.823Z | Compiling regex v1.10.3 |
2201 | 2024-02-22T06:08:20.030Z | Compiling hyper-tls v0.5.0 |
2202 | 2024-02-22T06:08:20.376Z | Compiling hyper-rustls v0.24.2 |
2203 | 2024-02-22T06:08:20.728Z | Compiling signal-hook-mio v0.2.3 |
2204 | 2024-02-22T06:08:20.885Z | Compiling flate2 v1.0.28 |
2205 | 2024-02-22T06:08:20.909Z | Compiling clap v4.5.0 |
2206 | 2024-02-22T06:08:21.023Z | Compiling ipnetwork v0.20.0 |
2207 | 2024-02-22T06:08:21.791Z | Compiling bzip2 v0.4.4 |
2208 | 2024-02-22T06:08:21.823Z | Compiling postgres-types v0.2.6 |
2209 | 2024-02-22T06:08:22.618Z | Compiling hubpack v0.1.2 |
2210 | 2024-02-22T06:08:22.739Z | Compiling serde_urlencoded v0.7.1 |
2211 | 2024-02-22T06:08:23.033Z | Compiling rustls-pemfile v1.0.3 |
2212 | 2024-02-22T06:08:23.246Z | Compiling phf_shared v0.10.0 |
2213 | 2024-02-22T06:08:23.275Z | Compiling hkdf v0.12.4 |
2214 | 2024-02-22T06:08:23.507Z | Compiling dtrace-parser v0.2.0 |
2215 | 2024-02-22T06:08:23.622Z | Compiling futures-executor v0.3.30 |
2216 | 2024-02-22T06:08:25.309Z | Compiling crypto-bigint v0.5.2 |
2217 | 2024-02-22T06:08:25.500Z | Compiling packed_struct_codegen v0.10.1 |
2218 | 2024-02-22T06:08:25.719Z | Compiling float-cmp v0.9.0 |
2219 | 2024-02-22T06:08:26.523Z | Compiling indexmap v1.9.3 |
2220 | 2024-02-22T06:08:26.741Z | Compiling encoding_rs v0.8.33 |
2221 | 2024-02-22T06:08:26.841Z | Compiling whoami v1.4.1 |
2222 | 2024-02-22T06:08:26.852Z | Compiling fixedbitset v0.4.2 |
2223 | 2024-02-22T06:08:27.539Z | Compiling winnow v0.6.1 |
2224 | 2024-02-22T06:08:27.575Z | Compiling mime v0.3.17 |
2225 | 2024-02-22T06:08:28.096Z | Compiling webpki-roots v0.25.2 |
2226 | 2024-02-22T06:08:28.172Z | Compiling unicode-segmentation v1.10.1 |
2227 | 2024-02-22T06:08:28.247Z | Compiling regex-automata v0.3.8 |
2228 | 2024-02-22T06:08:29.006Z | Compiling precomputed-hash v0.1.1 |
2229 | 2024-02-22T06:08:29.119Z | Compiling nodrop v0.1.14 |
2230 | 2024-02-22T06:08:29.241Z | Compiling data-encoding v2.4.0 |
2231 | 2024-02-22T06:08:30.643Z | Compiling new_debug_unreachable v1.0.4 |
2232 | 2024-02-22T06:08:30.736Z | Compiling either v1.10.0 |
2233 | 2024-02-22T06:08:30.995Z | Compiling minimal-lexical v0.2.1 |
2234 | 2024-02-22T06:08:31.144Z | Compiling predicates-core v1.0.6 |
2235 | 2024-02-22T06:08:31.194Z | Compiling normalize-line-endings v0.3.0 |
2236 | 2024-02-22T06:08:31.308Z | Compiling unicode-width v0.1.11 |
2237 | 2024-02-22T06:08:31.376Z | Compiling static_assertions v1.1.0 |
2238 | 2024-02-22T06:08:31.450Z | Compiling difflib v0.4.0 |
2239 | 2024-02-22T06:08:31.471Z | Compiling crc-catalog v2.2.0 |
2240 | 2024-02-22T06:08:31.594Z | Compiling crc v3.0.1 |
2241 | 2024-02-22T06:08:32.732Z | Compiling predicates v3.1.0 |
2242 | 2024-02-22T06:08:34.192Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2243 | 2024-02-22T06:08:34.488Z | Compiling console v0.15.8 |
2244 | 2024-02-22T06:08:34.613Z | Compiling nom v7.1.3 |
2245 | 2024-02-22T06:08:38.468Z | Compiling itertools v0.10.5 |
2246 | 2024-02-22T06:08:38.942Z | Compiling toml_edit v0.22.6 |
2247 | 2024-02-22T06:08:39.113Z | Compiling string_cache v0.8.7 |
2248 | 2024-02-22T06:08:39.513Z | Compiling bstr v1.6.0 |
2249 | 2024-02-22T06:08:40.114Z | Compiling trust-dns-proto v0.22.0 |
2250 | 2024-02-22T06:08:40.980Z | Compiling array-init v0.0.4 |
2251 | 2024-02-22T06:08:41.453Z | Compiling reqwest v0.11.22 |
2252 | 2024-02-22T06:08:42.287Z | Compiling similar v2.3.0 |
2253 | 2024-02-22T06:08:47.917Z | Compiling tokio-postgres v0.7.10 |
2254 | 2024-02-22T06:08:49.066Z | Compiling petgraph v0.6.4 |
2255 | 2024-02-22T06:08:50.040Z | Compiling elliptic-curve v0.13.8 |
2256 | 2024-02-22T06:08:55.806Z | Compiling futures v0.3.30 |
2257 | 2024-02-22T06:08:57.268Z | Compiling smallvec v0.6.14 |
2258 | 2024-02-22T06:08:57.468Z | Compiling zip v0.6.6 |
2259 | 2024-02-22T06:08:57.714Z | Compiling yasna v0.5.2 |
2260 | 2024-02-22T06:08:58.716Z | Compiling diesel v2.1.4 |
2261 | 2024-02-22T06:08:59.430Z | Compiling crossterm v0.27.0 |
2262 | 2024-02-22T06:08:59.873Z | Compiling cipher v0.4.4 |
2263 | 2024-02-22T06:09:00.795Z | Compiling toml v0.7.8 |
2264 | 2024-02-22T06:09:01.048Z | Compiling bit-set v0.5.3 |
2265 | 2024-02-22T06:09:01.320Z | Compiling usdt v0.3.5 |
2266 | 2024-02-22T06:09:02.850Z | Compiling pkcs1 v0.7.5 |
2267 | 2024-02-22T06:09:03.086Z | Compiling strum v0.25.0 |
2268 | 2024-02-22T06:09:03.238Z | Compiling tokio-stream v0.1.14 |
2269 | 2024-02-22T06:09:04.226Z | Compiling is-terminal v0.4.9 |
2270 | 2024-02-22T06:09:04.926Z | Compiling openapiv3 v2.0.0 |
2271 | 2024-02-22T06:09:06.578Z | Compiling hex v0.4.3 |
2272 | 2024-02-22T06:09:07.868Z | Compiling signature v2.1.0 |
2273 | 2024-02-22T06:09:11.195Z | Compiling hashbrown v0.12.3 |
2274 | 2024-02-22T06:09:12.495Z | Compiling bitfield v0.14.0 |
2275 | 2024-02-22T06:09:12.523Z | Compiling lalrpop-util v0.19.12 |
2276 | 2024-02-22T06:09:12.859Z | Compiling termcolor v1.2.0 |
2277 | 2024-02-22T06:09:14.240Z | Compiling env_logger v0.10.0 |
2278 | 2024-02-22T06:09:14.641Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2279 | 2024-02-22T06:09:22.886Z | Compiling rsa v0.9.2 |
2280 | 2024-02-22T06:09:29.421Z | Compiling serde-hex v0.1.0 |
2281 | 2024-02-22T06:09:35.278Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2282 | 2024-02-22T06:09:38.061Z | Compiling ron v0.8.1 |
2283 | 2024-02-22T06:09:39.346Z | Compiling x509-cert v0.2.4 |
2284 | 2024-02-22T06:09:40.079Z | Compiling hashbrown v0.13.2 |
2285 | 2024-02-22T06:09:41.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2286 | 2024-02-22T06:09:43.192Z | Compiling crc-any v2.4.3 |
2287 | 2024-02-22T06:10:01.124Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2288 | 2024-02-22T06:10:12.378Z | Compiling object v0.30.4 |
2289 | 2024-02-22T06:10:12.579Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2290 | 2024-02-22T06:10:22.674Z | Compiling path-slash v0.1.5 |
2291 | 2024-02-22T06:10:22.885Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2292 | 2024-02-22T06:10:50.374Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2293 | 2024-02-22T06:10:51.098Z | Finished release [optimized] target(s) in 4m 00s |
2294 | 2024-02-22T06:10:51.169Z | |
2295 | 2024-02-22T06:10:51.172Z | real 4:00.308970198 |
2296 | 2024-02-22T06:10:51.172Z | user 26:14.242875134 |
2297 | 2024-02-22T06:10:51.172Z | sys 3:02.806953037 |
2298 | 2024-02-22T06:10:51.172Z | trap 0.792219837 |
2299 | 2024-02-22T06:10:51.172Z | tflt 1.475837991 |
2300 | 2024-02-22T06:10:51.172Z | dflt 0.175134919 |
2301 | 2024-02-22T06:10:51.172Z | kflt 0.000062419 |
2302 | 2024-02-22T06:10:51.172Z | lock 1:00:09.802294892 |
2303 | 2024-02-22T06:10:51.172Z | slp 1:17:51.217867289 |
2304 | 2024-02-22T06:10:51.172Z | lat 1:28.246140859 |
2305 | 2024-02-22T06:10:51.172Z | stop 1:15.501507169 |
2306 | 2024-02-22T06:10:51.172Z | + ptime -m gzip |
2307 | 2024-02-22T06:10:51.627Z | |
2308 | 2024-02-22T06:10:51.627Z | real 0.455017181 |
2309 | 2024-02-22T06:10:51.627Z | user 0.449217039 |
2310 | 2024-02-22T06:10:51.627Z | sys 0.005265319 |
2311 | 2024-02-22T06:10:51.628Z | trap 0.000030451 |
2312 | 2024-02-22T06:10:51.631Z | tflt 0.000000000 |
2313 | 2024-02-22T06:10:51.631Z | dflt 0.000000000 |
2314 | 2024-02-22T06:10:51.631Z | kflt 0.000000000 |
2315 | 2024-02-22T06:10:51.631Z | lock 0.000000000 |
2316 | 2024-02-22T06:10:51.632Z | slp 0.000000000 |
2317 | 2024-02-22T06:10:51.632Z | lat 0.000093583 |
2318 | 2024-02-22T06:10:51.632Z | stop 0.000179867 |
2319 | 2024-02-22T06:10:51.632Z | + banner tufaceous |
2320 | 2024-02-22T06:10:51.632Z | |
2321 | 2024-02-22T06:10:51.632Z | ##### # # ###### ## #### ###### #### # # #### |
2322 | 2024-02-22T06:10:51.632Z | # # # # # # # # # # # # # # |
2323 | 2024-02-22T06:10:51.632Z | # # # ##### # # # ##### # # # # #### |
2324 | 2024-02-22T06:10:51.632Z | # # # # ###### # # # # # # # |
2325 | 2024-02-22T06:10:51.632Z | # # # # # # # # # # # # # # # |
2326 | 2024-02-22T06:10:51.632Z | # #### # # # #### ###### #### #### #### |
2327 | 2024-02-22T06:10:51.632Z | |
2328 | 2024-02-22T06:10:51.632Z | + ptime -m cargo build --locked -p tufaceous --release |
2329 | 2024-02-22T06:10:52.034Z | Downloading crates ... |
2330 | 2024-02-22T06:10:52.391Z | Downloaded serde_plain v1.0.2 |
2331 | 2024-02-22T06:10:52.394Z | Downloaded async-recursion v1.0.5 |
2332 | 2024-02-22T06:10:52.400Z | Downloaded doc-comment v0.3.3 |
2333 | 2024-02-22T06:10:52.403Z | Downloaded humantime v2.1.0 |
2334 | 2024-02-22T06:10:52.407Z | Downloaded parse-size v1.0.0 |
2335 | 2024-02-22T06:10:52.411Z | Downloaded buf-list v1.0.3 |
2336 | 2024-02-22T06:10:52.419Z | Downloaded globset v0.4.13 |
2337 | 2024-02-22T06:10:52.422Z | Downloaded fs-err v2.11.0 |
2338 | 2024-02-22T06:10:52.425Z | Downloaded olpc-cjson v0.1.3 |
2339 | 2024-02-22T06:10:52.425Z | Downloaded pin-project-internal v1.1.3 |
2340 | 2024-02-22T06:10:52.428Z | Downloaded tough v0.16.0 |
2341 | 2024-02-22T06:10:52.435Z | Downloaded snafu v0.7.5 |
2342 | 2024-02-22T06:10:52.440Z | Downloaded typed-path v0.7.0 |
2343 | 2024-02-22T06:10:52.446Z | Downloaded pin-project v1.1.3 |
2344 | 2024-02-22T06:10:52.456Z | Downloaded snafu-derive v0.7.5 |
2345 | 2024-02-22T06:10:52.556Z | Compiling serde_tokenstream v0.2.0 |
2346 | 2024-02-22T06:10:52.615Z | Compiling regress v0.8.0 |
2347 | 2024-02-22T06:10:52.624Z | Compiling dirs-sys-next v0.1.2 |
2348 | 2024-02-22T06:10:52.627Z | Compiling rustls-pki-types v1.3.0 |
2349 | 2024-02-22T06:10:52.627Z | Compiling strsim v0.10.0 |
2350 | 2024-02-22T06:10:52.627Z | Compiling ident_case v1.0.1 |
2351 | 2024-02-22T06:10:52.646Z | Compiling thread_local v1.1.7 |
2352 | 2024-02-22T06:10:52.779Z | Compiling dirs-next v2.0.0 |
2353 | 2024-02-22T06:10:53.022Z | Compiling darling_core v0.20.3 |
2354 | 2024-02-22T06:10:53.097Z | Compiling rustls v0.22.2 |
2355 | 2024-02-22T06:10:53.211Z | Compiling camino v1.1.6 |
2356 | 2024-02-22T06:10:53.391Z | Compiling heck v0.4.1 |
2357 | 2024-02-22T06:10:53.451Z | Compiling slog-async v2.8.0 |
2358 | 2024-02-22T06:10:53.762Z | Compiling rustls-webpki v0.102.1 |
2359 | 2024-02-22T06:10:53.800Z | Compiling term v0.7.0 |
2360 | 2024-02-22T06:10:53.957Z | Compiling crossbeam-channel v0.5.8 |
2361 | 2024-02-22T06:10:53.991Z | Compiling getopts v0.2.21 |
2362 | 2024-02-22T06:10:54.651Z | Compiling structmeta-derive v0.3.0 |
2363 | 2024-02-22T06:10:54.893Z | Compiling atty v0.2.14 |
2364 | 2024-02-22T06:10:55.040Z | Compiling multer v3.0.0 |
2365 | 2024-02-22T06:10:55.365Z | Compiling doc-comment v0.3.3 |
2366 | 2024-02-22T06:10:55.710Z | Compiling match_cfg v0.1.0 |
2367 | 2024-02-22T06:10:55.805Z | Compiling unsafe-libyaml v0.2.10 |
2368 | 2024-02-22T06:10:55.863Z | Compiling take_mut v0.2.2 |
2369 | 2024-02-22T06:10:56.021Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2370 | 2024-02-22T06:10:57.610Z | Compiling paste v1.0.14 |
2371 | 2024-02-22T06:10:57.936Z | Compiling structmeta v0.3.0 |
2372 | 2024-02-22T06:10:58.129Z | Compiling serde_yaml v0.9.25 |
2373 | 2024-02-22T06:10:58.496Z | Compiling darling_macro v0.20.3 |
2374 | 2024-02-22T06:10:58.697Z | Compiling hostname v0.3.1 |
2375 | 2024-02-22T06:10:58.878Z | Compiling slog-term v2.9.0 |
2376 | 2024-02-22T06:10:59.476Z | Compiling darling v0.20.3 |
2377 | 2024-02-22T06:11:01.611Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2378 | 2024-02-22T06:11:01.629Z | Compiling slog-json v2.6.1 |
2379 | 2024-02-22T06:11:01.903Z | Compiling http v1.0.0 |
2380 | 2024-02-22T06:11:02.033Z | Compiling async-stream-impl v0.3.5 |
2381 | 2024-02-22T06:11:02.142Z | Compiling pin-project-internal v1.1.3 |
2382 | 2024-02-22T06:11:03.287Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2383 | 2024-02-22T06:11:03.602Z | Compiling atomic-waker v1.1.1 |
2384 | 2024-02-22T06:11:03.723Z | Compiling fastrand v2.0.1 |
2385 | 2024-02-22T06:11:03.791Z | Compiling waitgroup v0.1.2 |
2386 | 2024-02-22T06:11:04.091Z | Compiling tempfile v3.10.0 |
2387 | 2024-02-22T06:11:04.388Z | Compiling tokio-rustls v0.25.0 |
2388 | 2024-02-22T06:11:05.053Z | Compiling pin-project v1.1.3 |
2389 | 2024-02-22T06:11:05.184Z | Compiling async-stream v0.3.5 |
2390 | 2024-02-22T06:11:05.469Z | Compiling slog-bunyan v2.5.0 |
2391 | 2024-02-22T06:11:05.631Z | Compiling serde_with_macros v3.6.1 |
2392 | 2024-02-22T06:11:05.826Z | Compiling parse-display-derive v0.9.0 |
2393 | 2024-02-22T06:11:06.986Z | Compiling toml v0.8.10 |
2394 | 2024-02-22T06:11:07.193Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2395 | 2024-02-22T06:11:07.651Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2396 | 2024-02-22T06:11:08.237Z | Compiling rustls-pemfile v2.1.0 |
2397 | 2024-02-22T06:11:08.406Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2398 | 2024-02-22T06:11:08.983Z | Compiling sha1 v0.10.6 |
2399 | 2024-02-22T06:11:09.262Z | Compiling newtype-uuid v1.0.1 |
2400 | 2024-02-22T06:11:09.617Z | Compiling strum_macros v0.26.1 |
2401 | 2024-02-22T06:11:09.916Z | Compiling snafu-derive v0.7.5 |
2402 | 2024-02-22T06:11:09.945Z | Compiling serde_path_to_error v0.1.15 |
2403 | 2024-02-22T06:11:09.960Z | Compiling fs-err v2.11.0 |
2404 | 2024-02-22T06:11:10.273Z | Compiling instant v0.1.12 |
2405 | 2024-02-22T06:11:10.437Z | Compiling arc-swap v1.6.0 |
2406 | 2024-02-22T06:11:11.005Z | Compiling same-file v1.0.6 |
2407 | 2024-02-22T06:11:11.242Z | Compiling buf-list v1.0.3 |
2408 | 2024-02-22T06:11:11.302Z | Compiling debug-ignore v1.0.5 |
2409 | 2024-02-22T06:11:11.845Z | Compiling walkdir v2.4.0 |
2410 | 2024-02-22T06:11:12.100Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2411 | 2024-02-22T06:11:12.235Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2412 | 2024-02-22T06:11:13.629Z | Compiling slog-scope v4.4.0 |
2413 | 2024-02-22T06:11:14.416Z | Compiling strum v0.26.1 |
2414 | 2024-02-22T06:11:14.576Z | Compiling backoff v0.4.0 |
2415 | 2024-02-22T06:11:14.755Z | Compiling parse-display v0.9.0 |
2416 | 2024-02-22T06:11:14.935Z | Compiling snafu v0.7.5 |
2417 | 2024-02-22T06:11:14.947Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2418 | 2024-02-22T06:11:15.280Z | Compiling serde_with v3.6.1 |
2419 | 2024-02-22T06:11:16.384Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-02-22T06:11:16.699Z | Compiling globset v0.4.13 |
2421 | 2024-02-22T06:11:17.113Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-02-22T06:11:17.286Z | Compiling pem v3.0.2 |
2423 | 2024-02-22T06:11:18.919Z | Compiling olpc-cjson v0.1.3 |
2424 | 2024-02-22T06:11:19.129Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2425 | 2024-02-22T06:11:19.477Z | Compiling serde_plain v1.0.2 |
2426 | 2024-02-22T06:11:20.025Z | Compiling macaddr v1.0.1 |
2427 | 2024-02-22T06:11:20.130Z | Compiling async-recursion v1.0.5 |
2428 | 2024-02-22T06:11:20.779Z | Compiling xattr v1.0.1 |
2429 | 2024-02-22T06:11:21.063Z | Compiling filetime v0.2.23 |
2430 | 2024-02-22T06:11:21.118Z | Compiling typed-path v0.7.0 |
2431 | 2024-02-22T06:11:21.412Z | Compiling tar v0.4.40 |
2432 | 2024-02-22T06:11:25.575Z | Compiling tough v0.16.0 |
2433 | 2024-02-22T06:11:28.072Z | Compiling slog-stdlog v4.1.1 |
2434 | 2024-02-22T06:11:29.050Z | Compiling camino-tempfile v1.1.1 |
2435 | 2024-02-22T06:11:29.583Z | Compiling itertools v0.12.1 |
2436 | 2024-02-22T06:11:29.840Z | Compiling parse-size v1.0.0 |
2437 | 2024-02-22T06:11:30.166Z | Compiling slog-envlogger v2.2.0 |
2438 | 2024-02-22T06:11:32.685Z | Compiling humantime v2.1.0 |
2439 | 2024-02-22T06:11:35.104Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2440 | 2024-02-22T06:11:35.332Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2024-02-22T06:11:45.391Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2442 | 2024-02-22T06:11:47.486Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2443 | 2024-02-22T06:12:06.737Z | Finished release [optimized] target(s) in 1m 15s |
2444 | 2024-02-22T06:12:06.813Z | |
2445 | 2024-02-22T06:12:06.816Z | real 1:15.164068903 |
2446 | 2024-02-22T06:12:06.817Z | user 8:22.914176530 |
2447 | 2024-02-22T06:12:06.817Z | sys 39.157399716 |
2448 | 2024-02-22T06:12:06.817Z | trap 0.219831801 |
2449 | 2024-02-22T06:12:06.817Z | tflt 0.410903941 |
2450 | 2024-02-22T06:12:06.817Z | dflt 0.342464530 |
2451 | 2024-02-22T06:12:06.817Z | kflt 0.007922358 |
2452 | 2024-02-22T06:12:06.817Z | lock 17:00.955426546 |
2453 | 2024-02-22T06:12:06.817Z | slp 19:00.330247199 |
2454 | 2024-02-22T06:12:06.817Z | lat 18.751217579 |
2455 | 2024-02-22T06:12:06.817Z | stop 14.750380624 |
2456 | 2024-02-22T06:12:06.817Z | + ptime -m gzip |
2457 | 2024-02-22T06:12:08.548Z | |
2458 | 2024-02-22T06:12:08.551Z | real 1.732085103 |
2459 | 2024-02-22T06:12:08.551Z | user 1.715376580 |
2460 | 2024-02-22T06:12:08.551Z | sys 0.016023055 |
2461 | 2024-02-22T06:12:08.551Z | trap 0.000100603 |
2462 | 2024-02-22T06:12:08.551Z | tflt 0.000000000 |
2463 | 2024-02-22T06:12:08.551Z | dflt 0.000000000 |
2464 | 2024-02-22T06:12:08.551Z | kflt 0.000000000 |
2465 | 2024-02-22T06:12:08.551Z | lock 0.000000000 |
2466 | 2024-02-22T06:12:08.552Z | slp 0.000000000 |
2467 | 2024-02-22T06:12:08.552Z | lat 0.000106364 |
2468 | 2024-02-22T06:12:08.552Z | stop 0.000197718 |
2469 | 2024-02-22T06:12:08.552Z | process exited: duration 822215 ms, exit code 0 |
|
2470 | 2024-02-22T06:12:08.568Z | found 5 output files |
2471 | 2024-02-22T06:12:08.569Z | uploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes) |
2472 | 2024-02-22T06:12:13.551Z | uploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz |
2473 | 2024-02-22T06:12:13.551Z | uploading: /work/end-to-end-tests/bootstrap.gz (109685187 bytes) |
2474 | 2024-02-22T06:12:51.127Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2475 | 2024-02-22T06:12:51.127Z | uploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113133492 bytes) |
2476 | 2024-02-22T06:13:23.778Z | uploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz |
2477 | 2024-02-22T06:13:23.778Z | uploading: /work/caboose-util.gz (4099335 bytes) |
2478 | 2024-02-22T06:13:26.901Z | uploaded: /work/caboose-util.gz |
2479 | 2024-02-22T06:13:26.901Z | uploading: /work/tufaceous.gz (15875104 bytes) |
2480 | 2024-02-22T06:13:32.008Z | uploaded: /work/tufaceous.gz |