|
|
|
1 | 2024-02-01T17:42:19.014Z | job assigned to worker 01HNJW4EV22Q2MEWF1JWTTMT81 (queued for 24 m 37 s) |
|
2 | 2024-02-01T17:42:19.870Z | starting task 0: "setup" |
3 | 2024-02-01T17:42:19.996Z | ++ uname -s |
4 | 2024-02-01T17:42:20.005Z | + kern=SunOS |
5 | 2024-02-01T17:42:20.005Z | + case "$kern" in |
6 | 2024-02-01T17:42:20.005Z | + groupadd -g 12345 build |
7 | 2024-02-01T17:42:20.005Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T17:42:22.164Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T17:42:22.337Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T17:42:22.340Z | + home_fs=zfs |
11 | 2024-02-01T17:42:22.340Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T17:42:22.340Z | + mkdir -p /home/build |
13 | 2024-02-01T17:42:22.344Z | + chown build:build /home/build /work |
14 | 2024-02-01T17:42:23.344Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T17:42:23.348Z | process exited: duration 3477 ms, exit code 0 |
|
16 | 2024-02-01T17:42:23.354Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T17:42:23.362Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T17:42:23.368Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T17:42:23.531Z | info: downloading installer |
20 | 2024-02-01T17:42:26.017Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T17:42:26.017Z | warning: /opt/ooce/bin |
22 | 2024-02-01T17:42:26.017Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T17:42:26.017Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T17:42:26.017Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T17:42:26.017Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T17:42:26.017Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T17:42:26.019Z | error: cannot install while Rust is installed |
28 | 2024-02-01T17:42:26.019Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T17:42:26.412Z | info: profile set to 'default' |
30 | 2024-02-01T17:42:26.412Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T17:42:26.415Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T17:42:26.623Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T17:42:26.623Z | info: downloading component 'cargo' |
34 | 2024-02-01T17:42:27.558Z | info: downloading component 'clippy' |
35 | 2024-02-01T17:42:27.899Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T17:42:29.078Z | info: downloading component 'rust-std' |
37 | 2024-02-01T17:42:31.240Z | info: downloading component 'rustc' |
38 | 2024-02-01T17:42:36.339Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T17:42:36.640Z | info: installing component 'cargo' |
40 | 2024-02-01T17:42:38.158Z | info: installing component 'clippy' |
41 | 2024-02-01T17:42:38.847Z | info: installing component 'rust-docs' |
42 | 2024-02-01T17:42:42.511Z | info: installing component 'rust-std' |
43 | 2024-02-01T17:42:45.274Z | info: installing component 'rustc' |
44 | 2024-02-01T17:42:53.810Z | info: installing component 'rustfmt' |
45 | 2024-02-01T17:42:54.418Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T17:42:54.418Z | |
47 | 2024-02-01T17:42:54.546Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T17:42:54.546Z | |
49 | 2024-02-01T17:42:54.549Z | |
50 | 2024-02-01T17:42:54.550Z | Rust is installed now. Great! |
51 | 2024-02-01T17:42:54.550Z | |
52 | 2024-02-01T17:42:54.550Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T17:42:54.550Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T17:42:54.550Z | |
55 | 2024-02-01T17:42:54.550Z | To configure your current shell, run: |
56 | 2024-02-01T17:42:54.550Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T17:42:54.639Z | + rustc --version |
58 | 2024-02-01T17:42:54.783Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T17:42:54.791Z | process exited: duration 31438 ms, exit code 0 |
|
60 | 2024-02-01T17:42:54.799Z | starting task 2: "authentication" |
61 | 2024-02-01T17:42:54.834Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2024-02-01T17:42:54.853Z | starting task 3: "clone repository" |
63 | 2024-02-01T17:42:54.868Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T17:42:54.868Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T17:42:55.094Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T17:43:01.914Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T17:43:01.914Z | + git fetch origin 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
68 | 2024-02-01T17:43:02.299Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T17:43:02.299Z | * branch 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 -> FETCH_HEAD |
70 | 2024-02-01T17:43:02.311Z | + [[ -n dap/planner-inventory ]] |
71 | 2024-02-01T17:43:02.315Z | ++ git branch --show-current |
72 | 2024-02-01T17:43:02.318Z | + current=main |
73 | 2024-02-01T17:43:02.318Z | + [[ main != dap/planner-inventory ]] |
74 | 2024-02-01T17:43:02.318Z | + git branch -f dap/planner-inventory 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
75 | 2024-02-01T17:43:02.322Z | + git checkout -f dap/planner-inventory |
76 | 2024-02-01T17:43:02.510Z | Switched to branch 'dap/planner-inventory' |
77 | 2024-02-01T17:43:02.514Z | + git reset --hard 7f7c7d9235a498ec3c6e93e9418ad89e3a10a568 |
78 | 2024-02-01T17:43:02.528Z | HEAD is now at 7f7c7d923 Merge branch 'main' into dap/planner-inventory |
79 | 2024-02-01T17:43:02.531Z | process exited: duration 7685 ms, exit code 0 |
|
80 | 2024-02-01T17:43:02.538Z | starting task 4: "build" |
81 | 2024-02-01T17:43:02.545Z | + cargo --version |
82 | 2024-02-01T17:43:02.553Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-01T17:43:02.808Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-01T17:43:02.812Z | info: downloading component 'cargo' |
85 | 2024-02-01T17:43:03.816Z | info: downloading component 'clippy' |
86 | 2024-02-01T17:43:04.143Z | info: downloading component 'rust-docs' |
87 | 2024-02-01T17:43:05.388Z | info: downloading component 'rust-std' |
88 | 2024-02-01T17:43:07.212Z | info: downloading component 'rustc' |
89 | 2024-02-01T17:43:12.406Z | info: downloading component 'rustfmt' |
90 | 2024-02-01T17:43:12.684Z | info: installing component 'cargo' |
91 | 2024-02-01T17:43:14.001Z | info: installing component 'clippy' |
92 | 2024-02-01T17:43:14.496Z | info: installing component 'rust-docs' |
93 | 2024-02-01T17:43:17.324Z | info: installing component 'rust-std' |
94 | 2024-02-01T17:43:19.777Z | info: installing component 'rustc' |
95 | 2024-02-01T17:43:26.098Z | info: installing component 'rustfmt' |
96 | 2024-02-01T17:43:26.651Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-01T17:43:26.661Z | + rustc --version |
98 | 2024-02-01T17:43:26.768Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-01T17:43:26.772Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-01T17:43:39.036Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-01T17:43:40.966Z | Startup: Caching catalogs ... Done |
102 | 2024-02-01T17:43:43.946Z | Planning: Solver setup ... Done (2.470s) |
103 | 2024-02-01T17:43:44.010Z | Planning: Running solver ... Done (0.067s) |
104 | 2024-02-01T17:43:44.046Z | Planning: Finding local manifests ... Done (0.003s) |
105 | 2024-02-01T17:43:44.060Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-01T17:43:44.384Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-01T17:43:44.466Z | Planning: Package planning ... Done (0.082s) |
108 | 2024-02-01T17:43:44.552Z | Planning: Merging actions ... Done (0.085s) |
109 | 2024-02-01T17:43:45.922Z | Planning: Checking for conflicting actions ... Done (1.371s) |
110 | 2024-02-01T17:43:45.940Z | Planning: Consolidating action changes ... Done (0.018s) |
111 | 2024-02-01T17:43:52.183Z | Planning: Evaluating mediators ... Done (6.243s) |
112 | 2024-02-01T17:43:52.198Z | Planning: Planning completed in 11.18 seconds |
113 | 2024-02-01T17:43:56.614Z | Packages to install: 4 |
114 | 2024-02-01T17:43:56.614Z | Mediators to change: 2 |
115 | 2024-02-01T17:43:56.614Z | Services to change: 1 |
116 | 2024-02-01T17:43:56.614Z | Estimated space available: 148.87 GB |
117 | 2024-02-01T17:43:56.614Z | Estimated space to be consumed: 1.40 GB |
118 | 2024-02-01T17:43:56.618Z | Create boot environment: No |
119 | 2024-02-01T17:43:56.619Z | Create backup boot environment: No |
120 | 2024-02-01T17:43:56.619Z | Rebuild boot archive: No |
121 | 2024-02-01T17:43:56.619Z | |
122 | 2024-02-01T17:43:56.619Z | Changed mediators: |
123 | 2024-02-01T17:43:56.619Z | mediator clang: |
124 | 2024-02-01T17:43:56.619Z | version: None -> 15 (system default) |
125 | 2024-02-01T17:43:56.619Z | |
126 | 2024-02-01T17:43:56.619Z | mediator llvm: |
127 | 2024-02-01T17:43:56.619Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-01T17:43:56.619Z | |
129 | 2024-02-01T17:43:56.619Z | Changed packages: |
130 | 2024-02-01T17:43:56.619Z | helios-dev |
131 | 2024-02-01T17:43:56.619Z | developer/build-essential |
132 | 2024-02-01T17:43:56.619Z | None -> 11-2.0 |
133 | 2024-02-01T17:43:56.619Z | library/libxmlsec1 |
134 | 2024-02-01T17:43:56.619Z | None -> 1.2.35-2.0 |
135 | 2024-02-01T17:43:56.619Z | ooce/developer/clang-15 |
136 | 2024-02-01T17:43:56.620Z | None -> 15.0.7-2.0 |
137 | 2024-02-01T17:43:56.620Z | ooce/developer/llvm-15 |
138 | 2024-02-01T17:43:56.620Z | None -> 15.0.7-2.0 |
139 | 2024-02-01T17:43:56.620Z | |
140 | 2024-02-01T17:43:56.620Z | Services: |
141 | 2024-02-01T17:43:56.620Z | restart_fmri: |
142 | 2024-02-01T17:43:56.620Z | svc:/system/update-man-index:default |
143 | 2024-02-01T17:43:56.935Z | |
144 | 2024-02-01T17:43:56.935Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-01T17:44:02.036Z | Download: 578/3290 items 17.5/212.6MB 8% complete (3.6M/s) |
146 | 2024-02-01T17:44:08.816Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (8.3M/s) |
147 | 2024-02-01T17:44:30.773Z | Download: 1254/3290 items 109.5/212.6MB 51% complete (9.1M/s) |
148 | 2024-02-01T17:44:30.774Z | Download: 2016/3290 items 118.7/212.6MB 55% complete (3.8M/s) |
149 | 2024-02-01T17:44:30.774Z | Download: 2604/3290 items 120.5/212.6MB 56% complete (1.4M/s) |
150 | 2024-02-01T17:44:30.774Z | Download: 3255/3290 items 204.0/212.6MB 95% complete (8.5M/s) |
151 | 2024-02-01T17:44:30.774Z | Download: Completed 212.60 MB in 30.67 seconds (6.9M/s) |
152 | 2024-02-01T17:44:30.775Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-01T17:44:33.284Z | Actions: 2911/3689 actions (Installing new actions) |
154 | 2024-02-01T17:44:36.161Z | Actions: Completed 3689 actions in 7.87 seconds. |
155 | 2024-02-01T17:44:36.303Z | Done (0.136s) |
156 | 2024-02-01T17:44:36.303Z | Done (0.000s) |
157 | 2024-02-01T17:44:36.632Z | Done (0.330s) |
158 | 2024-02-01T17:44:44.450Z | Done (7.678s) |
159 | 2024-02-01T17:44:44.734Z | Done (0.097s) |
160 | 2024-02-01T17:44:44.738Z | Done (0.000s) |
161 | 2024-02-01T17:44:45.110Z | Done (0.000s) |
162 | 2024-02-01T17:44:45.862Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-01T17:44:46.147Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-01T17:44:46.154Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-01T17:44:46.587Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-01T17:44:46.595Z | Planning: Planning completed in 0.73 seconds |
167 | 2024-02-01T17:44:46.641Z | Mediators to change: 2 |
168 | 2024-02-01T17:44:46.641Z | Create boot environment: No |
169 | 2024-02-01T17:44:46.645Z | Create backup boot environment: No |
170 | 2024-02-01T17:44:46.774Z | Done |
171 | 2024-02-01T17:44:46.774Z | Done |
172 | 2024-02-01T17:44:46.980Z | Done |
173 | 2024-02-01T17:44:53.011Z | Done |
174 | 2024-02-01T17:44:53.137Z | Done |
175 | 2024-02-01T17:44:53.147Z | Done |
176 | 2024-02-01T17:44:53.362Z | Done |
177 | 2024-02-01T17:44:54.370Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-01T17:44:58.602Z | Planning: Merging actions ... Done |
179 | 2024-02-01T17:44:58.602Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-01T17:44:58.602Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-01T17:44:59.079Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-01T17:44:59.079Z | Planning: Planning completed in 1.31 seconds |
183 | 2024-02-01T17:44:59.079Z | Packages to change: 1 |
184 | 2024-02-01T17:44:59.079Z | Mediators to change: 1 |
185 | 2024-02-01T17:44:59.079Z | Services to change: 1 |
186 | 2024-02-01T17:44:59.079Z | Create boot environment: No |
187 | 2024-02-01T17:44:59.079Z | Create backup boot environment: Yes |
188 | 2024-02-01T17:44:59.079Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-01T17:44:59.079Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-02-01T17:44:59.079Z | Done |
191 | 2024-02-01T17:44:59.080Z | Done |
192 | 2024-02-01T17:44:59.080Z | Done |
193 | 2024-02-01T17:45:03.582Z | Done |
194 | 2024-02-01T17:45:03.710Z | Done |
195 | 2024-02-01T17:45:03.713Z | Done |
196 | 2024-02-01T17:45:03.882Z | Done |
197 | 2024-02-01T17:45:04.511Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-01T17:45:04.511Z | clang system 15 system |
199 | 2024-02-01T17:45:04.511Z | csh system system illumos |
200 | 2024-02-01T17:45:04.511Z | ctags system system illumos |
201 | 2024-02-01T17:45:04.511Z | gcc vendor 12 vendor |
202 | 2024-02-01T17:45:04.512Z | gcc system 10 system |
203 | 2024-02-01T17:45:04.512Z | gcc system 7 system |
204 | 2024-02-01T17:45:04.512Z | go system 1.20 system |
205 | 2024-02-01T17:45:04.512Z | go system 1.19 system |
206 | 2024-02-01T17:45:04.512Z | llvm system 15 system |
207 | 2024-02-01T17:45:04.512Z | llvm system 14 system |
208 | 2024-02-01T17:45:04.512Z | mariadb system 10.6 system |
209 | 2024-02-01T17:45:04.512Z | mta vendor vendor dma |
210 | 2024-02-01T17:45:04.512Z | openjdk system 17 system |
211 | 2024-02-01T17:45:04.512Z | openjdk system 11 system |
212 | 2024-02-01T17:45:04.512Z | openjdk system 1.8 system |
213 | 2024-02-01T17:45:04.512Z | openssl vendor 3 vendor |
214 | 2024-02-01T17:45:04.512Z | perl system 5.36 system |
215 | 2024-02-01T17:45:04.512Z | postgresql system 15 system |
216 | 2024-02-01T17:45:04.512Z | postgresql system 13 system |
217 | 2024-02-01T17:45:04.512Z | python vendor 3 vendor |
218 | 2024-02-01T17:45:04.515Z | python system 2 system |
219 | 2024-02-01T17:45:04.515Z | python3 system 3.11 system |
220 | 2024-02-01T17:45:04.515Z | ruby system 3.0 system |
221 | 2024-02-01T17:45:04.515Z | words vendor vendor american-english |
222 | 2024-02-01T17:45:04.516Z | words system system australian-english |
223 | 2024-02-01T17:45:04.516Z | words system system british-english |
224 | 2024-02-01T17:45:04.554Z | words system system canadian-english |
225 | 2024-02-01T17:45:04.554Z | words system system french |
226 | 2024-02-01T17:45:04.554Z | words system system italian |
227 | 2024-02-01T17:45:04.555Z | words system system ngerman |
228 | 2024-02-01T17:45:04.555Z | words system system ogerman |
229 | 2024-02-01T17:45:04.555Z | words system system spanish |
230 | 2024-02-01T17:45:05.078Z | FMRI IFO |
231 | 2024-02-01T17:45:05.079Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-01T17:45:05.079Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-01T17:45:05.079Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-01T17:45:05.079Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-01T17:45:05.080Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-01T17:45:05.080Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-01T17:45:05.080Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-01T17:45:05.080Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-01T17:45:05.161Z | + set -o errexit |
240 | 2024-02-01T17:45:05.165Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-01T17:45:05.170Z | ++ cd ./tools |
242 | 2024-02-01T17:45:05.170Z | ++ pwd |
243 | 2024-02-01T17:45:05.170Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-01T17:45:05.170Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-01T17:45:05.170Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-01T17:45:05.175Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-01T17:45:05.175Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-01T17:45:05.176Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-01T17:45:05.176Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2024-02-01T17:45:05.176Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2024-02-01T17:45:05.176Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2024-02-01T17:45:05.176Z | + TARGET_DIR=out |
253 | 2024-02-01T17:45:05.176Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-01T17:45:05.176Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-01T17:45:05.176Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-01T17:45:05.176Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-01T17:45:05.183Z | + main |
258 | 2024-02-01T17:45:05.183Z | + [[ 0 != 0 ]] |
259 | 2024-02-01T17:45:05.183Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-01T17:45:05.183Z | + [[ 0 != 0 ]] |
261 | 2024-02-01T17:45:05.183Z | + configure_os solaris2.11 |
262 | 2024-02-01T17:45:05.183Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-01T17:45:05.183Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-01T17:45:05.183Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-01T17:45:05.183Z | + case "$1" in |
266 | 2024-02-01T17:45:05.183Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-01T17:45:05.184Z | + CIDL_BUILD=illumos |
268 | 2024-02-01T17:45:05.184Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-01T17:45:05.184Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2024-02-01T17:45:05.184Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2024-02-01T17:45:05.184Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-02-01T17:45:05.184Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-02-01T17:45:05.184Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-02-01T17:45:05.184Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-01T17:45:05.184Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-01T17:45:05.184Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-02-01T17:45:05.184Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-01T17:45:05.184Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-01T17:45:05.184Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-01T17:45:05.184Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-01T17:45:05.184Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-01T17:45:05.184Z | + mkdir -p out/downloads |
283 | 2024-02-01T17:45:05.191Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-01T17:45:05.191Z | + local DO_DOWNLOAD=true |
285 | 2024-02-01T17:45:05.191Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-01T17:45:05.191Z | + '[' true == true ']' |
287 | 2024-02-01T17:45:05.191Z | + echo Downloading... |
288 | 2024-02-01T17:45:05.191Z | Downloading... |
289 | 2024-02-01T17:45:05.191Z | + 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-01T17:45:05.191Z | + 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-01T17:45:09.456Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-01T17:45:09.460Z | ++ md5sum |
293 | 2024-02-01T17:45:09.460Z | ++ awk '{print $1}' |
294 | 2024-02-01T17:45:09.676Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2024-02-01T17:45:09.676Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
296 | 2024-02-01T17:45:09.677Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-01T17:45:09.681Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-01T17:45:13.062Z | + do_assemble_illumos |
299 | 2024-02-01T17:45:13.063Z | + rm -r ./out/cockroachdb |
300 | 2024-02-01T17:45:13.066Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-01T17:45:13.741Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-01T17:45:14.070Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-01T17:45:14.070Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-01T17:45:14.070Z | Distribution: OSS |
305 | 2024-02-01T17:45:14.070Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-01T17:45:14.070Z | Go Version: go1.17.13 |
307 | 2024-02-01T17:45:14.070Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-01T17:45:14.071Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-01T17:45:14.071Z | Build Type: release |
310 | 2024-02-01T17:45:14.098Z | + set -o errexit |
311 | 2024-02-01T17:45:14.102Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-01T17:45:14.105Z | ++ cd ./tools |
313 | 2024-02-01T17:45:14.105Z | ++ pwd |
314 | 2024-02-01T17:45:14.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-01T17:45:14.106Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-01T17:45:14.109Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-01T17:45:14.109Z | + TARGET_DIR=out |
318 | 2024-02-01T17:45:14.109Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-01T17:45:14.110Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-01T17:45:14.110Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-02-01T17:45:14.110Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-02-01T17:45:14.110Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-02-01T17:45:14.110Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-02-01T17:45:14.110Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-02-01T17:45:14.110Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-02-01T17:45:14.110Z | + main |
327 | 2024-02-01T17:45:14.110Z | + [[ 0 != 0 ]] |
328 | 2024-02-01T17:45:14.110Z | + CIDL_OS=solaris2.11 |
329 | 2024-02-01T17:45:14.110Z | + [[ 0 != 0 ]] |
330 | 2024-02-01T17:45:14.111Z | + configure_os solaris2.11 |
331 | 2024-02-01T17:45:14.111Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-02-01T17:45:14.111Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-02-01T17:45:14.111Z | configuring based on OS: "solaris2.11" |
334 | 2024-02-01T17:45:14.111Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-01T17:45:14.111Z | + CIDL_DASHREV= |
336 | 2024-02-01T17:45:14.111Z | + case "$1" in |
337 | 2024-02-01T17:45:14.111Z | + CIDL_PLATFORM=illumos |
338 | 2024-02-01T17:45:14.111Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-02-01T17:45:14.111Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-02-01T17:45:14.112Z | + CIDL_DASHREV=-1 |
341 | 2024-02-01T17:45:14.112Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-02-01T17:45:14.112Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-01T17:45:14.112Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-01T17:45:14.112Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-01T17:45:14.112Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-02-01T17:45:14.112Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-01T17:45:14.112Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-01T17:45:14.112Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-01T17:45:14.112Z | + mkdir -p out/downloads |
350 | 2024-02-01T17:45:14.112Z | + mkdir -p ./out/clickhouse |
351 | 2024-02-01T17:45:14.122Z | + local DO_DOWNLOAD=true |
352 | 2024-02-01T17:45:14.122Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-02-01T17:45:14.122Z | + '[' true == true ']' |
354 | 2024-02-01T17:45:14.122Z | + echo Downloading... |
355 | 2024-02-01T17:45:14.123Z | Downloading... |
356 | 2024-02-01T17:45:14.123Z | + 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 |
357 | 2024-02-01T17:45:14.123Z | + 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 |
358 | 2024-02-01T17:45:15.511Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-01T17:45:15.515Z | ++ md5sum |
360 | 2024-02-01T17:45:15.515Z | ++ awk '{print $1}' |
361 | 2024-02-01T17:45:15.774Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-01T17:45:15.774Z | + [[ 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 ]] |
363 | 2024-02-01T17:45:15.774Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-02-01T17:45:15.778Z | + mkdir -p ./out/clickhouse |
365 | 2024-02-01T17:45:15.778Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-02-01T17:45:20.556Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-02-01T17:45:20.624Z | ClickHouse server version 22.8.9.1. |
368 | 2024-02-01T17:45:20.642Z | + set -o errexit |
369 | 2024-02-01T17:45:20.643Z | +++ dirname ./tools/ci_download_console |
370 | 2024-02-01T17:45:20.643Z | ++ cd ./tools |
371 | 2024-02-01T17:45:20.652Z | ++ pwd |
372 | 2024-02-01T17:45:20.652Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-02-01T17:45:20.652Z | ++ basename ./tools/ci_download_console |
374 | 2024-02-01T17:45:20.652Z | + ARG0=ci_download_console |
375 | 2024-02-01T17:45:20.652Z | + TARGET_DIR=out |
376 | 2024-02-01T17:45:20.652Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-02-01T17:45:20.653Z | + DEST_DIR=./out/console-assets |
378 | 2024-02-01T17:45:20.653Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-02-01T17:45:20.654Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
380 | 2024-02-01T17:45:20.654Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
381 | 2024-02-01T17:45:20.654Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
382 | 2024-02-01T17:45:20.654Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-02-01T17:45:20.654Z | + main |
384 | 2024-02-01T17:45:20.654Z | + [[ 0 != 0 ]] |
385 | 2024-02-01T17:45:20.654Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
386 | 2024-02-01T17:45:20.654Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
387 | 2024-02-01T17:45:20.654Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-02-01T17:45:20.655Z | Local file: out/downloads/console.tar.gz |
389 | 2024-02-01T17:45:20.655Z | + local DO_DOWNLOAD=true |
390 | 2024-02-01T17:45:20.655Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-02-01T17:45:20.655Z | + mkdir -p out/downloads |
392 | 2024-02-01T17:45:20.655Z | + '[' true == true ']' |
393 | 2024-02-01T17:45:20.655Z | + echo Downloading... |
394 | 2024-02-01T17:45:20.655Z | Downloading... |
395 | 2024-02-01T17:45:20.655Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
396 | 2024-02-01T17:45:20.655Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
397 | 2024-02-01T17:45:21.269Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-02-01T17:45:21.269Z | ++ case "$OSTYPE" in |
399 | 2024-02-01T17:45:21.269Z | ++ SHA=sha256sum |
400 | 2024-02-01T17:45:21.272Z | ++ sha256sum |
401 | 2024-02-01T17:45:21.273Z | ++ awk '{print $1}' |
402 | 2024-02-01T17:45:21.339Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
403 | 2024-02-01T17:45:21.339Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
404 | 2024-02-01T17:45:21.343Z | + rm -rf ./out/console-assets |
405 | 2024-02-01T17:45:21.343Z | + mkdir -p ./out/console-assets |
406 | 2024-02-01T17:45:21.347Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-02-01T17:45:21.347Z | + mkdir -p ./out/console-assets |
408 | 2024-02-01T17:45:21.348Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-02-01T17:45:21.491Z | + set -o errexit |
410 | 2024-02-01T17:45:21.502Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-02-01T17:45:21.502Z | ++ cd ./tools |
412 | 2024-02-01T17:45:21.502Z | ++ pwd |
413 | 2024-02-01T17:45:21.502Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-02-01T17:45:21.502Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-02-01T17:45:21.503Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-02-01T17:45:21.503Z | + TARGET_DIR=out |
417 | 2024-02-01T17:45:21.503Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-02-01T17:45:21.505Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-02-01T17:45:21.505Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
420 | 2024-02-01T17:45:21.505Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-02-01T17:45:21.505Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
422 | 2024-02-01T17:45:21.505Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
423 | 2024-02-01T17:45:21.506Z | + main |
424 | 2024-02-01T17:45:21.506Z | + [[ 0 != 0 ]] |
425 | 2024-02-01T17:45:21.506Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
426 | 2024-02-01T17:45:21.506Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
427 | 2024-02-01T17:45:21.507Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
428 | 2024-02-01T17:45:21.507Z | + local DO_DOWNLOAD=true |
429 | 2024-02-01T17:45:21.507Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
430 | 2024-02-01T17:45:21.507Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
431 | 2024-02-01T17:45:21.508Z | + mkdir -p out/downloads |
432 | 2024-02-01T17:45:21.508Z | + '[' true == true ']' |
433 | 2024-02-01T17:45:21.508Z | + echo Downloading... |
434 | 2024-02-01T17:45:21.508Z | Downloading... |
435 | 2024-02-01T17:45:21.508Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
436 | 2024-02-01T17:45:21.508Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
437 | 2024-02-01T17:45:21.728Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
438 | 2024-02-01T17:45:21.728Z | ++ case "$OSTYPE" in |
439 | 2024-02-01T17:45:21.732Z | ++ SHA=sha256sum |
440 | 2024-02-01T17:45:21.732Z | ++ sha256sum |
441 | 2024-02-01T17:45:21.732Z | ++ awk '{print $1}' |
442 | 2024-02-01T17:45:21.732Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-02-01T17:45:21.733Z | + [[ 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 ]] |
444 | 2024-02-01T17:45:21.733Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-02-01T17:45:21.733Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
446 | 2024-02-01T17:45:21.733Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
447 | 2024-02-01T17:45:21.733Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
448 | 2024-02-01T17:45:21.733Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
449 | 2024-02-01T17:45:21.733Z | + main |
450 | 2024-02-01T17:45:21.734Z | + [[ 0 != 0 ]] |
451 | 2024-02-01T17:45:21.734Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
452 | 2024-02-01T17:45:21.734Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
453 | 2024-02-01T17:45:21.734Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
454 | 2024-02-01T17:45:21.734Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
455 | 2024-02-01T17:45:21.734Z | + local DO_DOWNLOAD=true |
456 | 2024-02-01T17:45:21.734Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
457 | 2024-02-01T17:45:21.735Z | + mkdir -p out/downloads |
458 | 2024-02-01T17:45:21.735Z | + '[' true == true ']' |
459 | 2024-02-01T17:45:21.735Z | + echo Downloading... |
460 | 2024-02-01T17:45:21.735Z | Downloading... |
461 | 2024-02-01T17:45:21.735Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
462 | 2024-02-01T17:45:21.735Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
463 | 2024-02-01T17:45:21.971Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
464 | 2024-02-01T17:45:21.996Z | ++ case "$OSTYPE" in |
465 | 2024-02-01T17:45:21.996Z | ++ SHA=sha256sum |
466 | 2024-02-01T17:45:21.996Z | ++ sha256sum |
467 | 2024-02-01T17:45:21.996Z | ++ awk '{print $1}' |
468 | 2024-02-01T17:45:21.996Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
469 | 2024-02-01T17:45:21.996Z | + [[ 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 ]] |
470 | 2024-02-01T17:45:21.996Z | + set -o errexit |
471 | 2024-02-01T17:45:21.996Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-02-01T17:45:21.997Z | ++ cd ./tools |
473 | 2024-02-01T17:45:21.997Z | ++ pwd |
474 | 2024-02-01T17:45:21.997Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-02-01T17:45:21.997Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-02-01T17:45:21.997Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-02-01T17:45:21.997Z | + TARGET_DIR=out |
478 | 2024-02-01T17:45:21.997Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-02-01T17:45:21.997Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-02-01T17:45:21.997Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
481 | 2024-02-01T17:45:21.998Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
482 | 2024-02-01T17:45:21.998Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
483 | 2024-02-01T17:45:21.998Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
484 | 2024-02-01T17:45:21.998Z | + main |
485 | 2024-02-01T17:45:21.998Z | + [[ 0 != 0 ]] |
486 | 2024-02-01T17:45:21.999Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
487 | 2024-02-01T17:45:21.999Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
488 | 2024-02-01T17:45:21.999Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
489 | 2024-02-01T17:45:21.999Z | + local DO_DOWNLOAD=true |
490 | 2024-02-01T17:45:21.999Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
491 | 2024-02-01T17:45:21.999Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
492 | 2024-02-01T17:45:21.999Z | + mkdir -p out/downloads |
493 | 2024-02-01T17:45:21.999Z | + '[' true == true ']' |
494 | 2024-02-01T17:45:21.999Z | + echo Downloading... |
495 | 2024-02-01T17:45:22.000Z | Downloading... |
496 | 2024-02-01T17:45:22.000Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
497 | 2024-02-01T17:45:22.000Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
498 | 2024-02-01T17:45:22.159Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-02-01T17:45:22.160Z | ++ case "$OSTYPE" in |
500 | 2024-02-01T17:45:22.163Z | ++ SHA=sha256sum |
501 | 2024-02-01T17:45:22.165Z | ++ sha256sum |
502 | 2024-02-01T17:45:22.165Z | ++ awk '{print $1}' |
503 | 2024-02-01T17:45:22.168Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
504 | 2024-02-01T17:45:22.168Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
505 | 2024-02-01T17:45:22.176Z | + set -o errexit |
506 | 2024-02-01T17:45:22.179Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-02-01T17:45:22.182Z | ++ cd ./tools |
508 | 2024-02-01T17:45:22.182Z | ++ pwd |
509 | 2024-02-01T17:45:22.182Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-02-01T17:45:22.186Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-02-01T17:45:22.186Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-02-01T17:45:22.186Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-02-01T17:45:22.186Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
514 | 2024-02-01T17:45:22.186Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
515 | 2024-02-01T17:45:22.186Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
516 | 2024-02-01T17:45:22.186Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-02-01T17:45:22.186Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
518 | 2024-02-01T17:45:22.186Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
519 | 2024-02-01T17:45:22.186Z | + TARGET_DIR=out |
520 | 2024-02-01T17:45:22.186Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-02-01T17:45:22.187Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-02-01T17:45:22.187Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-02-01T17:45:22.187Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-02-01T17:45:22.187Z | + REPO=oxidecomputer/dendrite |
525 | 2024-02-01T17:45:22.187Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
526 | 2024-02-01T17:45:22.188Z | + main |
527 | 2024-02-01T17:45:22.188Z | + [[ 0 != 0 ]] |
528 | 2024-02-01T17:45:22.188Z | + CIDL_OS=solaris2.11 |
529 | 2024-02-01T17:45:22.188Z | + [[ 0 != 0 ]] |
530 | 2024-02-01T17:45:22.188Z | + configure_os solaris2.11 |
531 | 2024-02-01T17:45:22.188Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-02-01T17:45:22.188Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-02-01T17:45:22.188Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-01T17:45:22.188Z | configuring based on OS: "solaris2.11" |
535 | 2024-02-01T17:45:22.188Z | + case "$1" in |
536 | 2024-02-01T17:45:22.188Z | + SET_BINARIES= |
537 | 2024-02-01T17:45:22.188Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
538 | 2024-02-01T17:45:22.188Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-02-01T17:45:22.188Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-02-01T17:45:22.188Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-02-01T17:45:22.188Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-01T17:45:22.188Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
543 | 2024-02-01T17:45:22.188Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2024-02-01T17:45:22.188Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-01T17:45:22.189Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-01T17:45:22.189Z | + mkdir -p out/downloads |
547 | 2024-02-01T17:45:22.195Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-02-01T17:45:22.195Z | + fetch_and_verify |
549 | 2024-02-01T17:45:22.195Z | + local DO_DOWNLOAD=true |
550 | 2024-02-01T17:45:22.195Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-02-01T17:45:22.196Z | + '[' true == true ']' |
552 | 2024-02-01T17:45:22.196Z | + echo Downloading... |
553 | 2024-02-01T17:45:22.196Z | Downloading... |
554 | 2024-02-01T17:45:22.196Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-01T17:45:22.196Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
556 | 2024-02-01T17:45:30.953Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-01T17:45:30.960Z | ++ sha256sum |
558 | 2024-02-01T17:45:30.960Z | ++ awk '{print $1}' |
559 | 2024-02-01T17:45:31.055Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
560 | 2024-02-01T17:45:31.055Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
561 | 2024-02-01T17:45:31.060Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-01T17:45:31.060Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-02-01T17:45:32.124Z | + do_assemble |
564 | 2024-02-01T17:45:32.124Z | + rm -r ./out/dendrite-stub |
565 | 2024-02-01T17:45:32.128Z | + mkdir ./out/dendrite-stub |
566 | 2024-02-01T17:45:32.133Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-02-01T17:45:32.311Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-02-01T17:45:32.321Z | + set -o errexit |
569 | 2024-02-01T17:45:32.336Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-02-01T17:45:32.336Z | ++ cd ./tools |
571 | 2024-02-01T17:45:32.336Z | ++ pwd |
572 | 2024-02-01T17:45:32.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-02-01T17:45:32.336Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-02-01T17:45:32.345Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-02-01T17:45:32.345Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-02-01T17:45:32.346Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
577 | 2024-02-01T17:45:32.346Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
578 | 2024-02-01T17:45:32.346Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-02-01T17:45:32.346Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
580 | 2024-02-01T17:45:32.346Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
581 | 2024-02-01T17:45:32.347Z | + TARGET_DIR=out |
582 | 2024-02-01T17:45:32.347Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-02-01T17:45:32.347Z | + DEST_DIR=./out/mgd |
584 | 2024-02-01T17:45:32.347Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-02-01T17:45:32.347Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-02-01T17:45:32.348Z | + REPO=oxidecomputer/maghemite |
587 | 2024-02-01T17:45:32.348Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
588 | 2024-02-01T17:45:32.348Z | + main |
589 | 2024-02-01T17:45:32.348Z | + [[ 0 != 0 ]] |
590 | 2024-02-01T17:45:32.348Z | + CIDL_OS=solaris2.11 |
591 | 2024-02-01T17:45:32.348Z | + [[ 0 != 0 ]] |
592 | 2024-02-01T17:45:32.348Z | + configure_os solaris2.11 |
593 | 2024-02-01T17:45:32.348Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-02-01T17:45:32.348Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-02-01T17:45:32.349Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-01T17:45:32.349Z | + case "$1" in |
597 | 2024-02-01T17:45:32.349Z | + SET_BINARIES= |
598 | 2024-02-01T17:45:32.349Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-01T17:45:32.349Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-02-01T17:45:32.349Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-02-01T17:45:32.349Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
602 | 2024-02-01T17:45:32.349Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-02-01T17:45:32.349Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
604 | 2024-02-01T17:45:32.350Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
605 | 2024-02-01T17:45:32.350Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-01T17:45:32.350Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-01T17:45:32.350Z | + mkdir -p out/downloads |
608 | 2024-02-01T17:45:32.350Z | + mkdir -p ./out/mgd |
609 | 2024-02-01T17:45:32.350Z | + fetch_and_verify |
610 | 2024-02-01T17:45:32.350Z | + local DO_DOWNLOAD=true |
611 | 2024-02-01T17:45:32.350Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-02-01T17:45:32.350Z | + '[' true == true ']' |
613 | 2024-02-01T17:45:32.350Z | + echo Downloading... |
614 | 2024-02-01T17:45:32.351Z | Downloading... |
615 | 2024-02-01T17:45:32.351Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-02-01T17:45:32.351Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
617 | 2024-02-01T17:45:40.517Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-02-01T17:45:40.521Z | ++ sha256sum |
619 | 2024-02-01T17:45:40.521Z | ++ awk '{print $1}' |
620 | 2024-02-01T17:45:40.596Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
621 | 2024-02-01T17:45:40.596Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
622 | 2024-02-01T17:45:40.600Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-02-01T17:45:40.600Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-02-01T17:45:41.264Z | + do_assemble |
625 | 2024-02-01T17:45:41.264Z | + rm -r ./out/mgd |
626 | 2024-02-01T17:45:41.268Z | + mkdir ./out/mgd |
627 | 2024-02-01T17:45:41.271Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-02-01T17:45:41.498Z | + set -o errexit |
629 | 2024-02-01T17:45:41.501Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-02-01T17:45:41.504Z | ++ cd ./tools |
631 | 2024-02-01T17:45:41.504Z | ++ pwd |
632 | 2024-02-01T17:45:41.504Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-02-01T17:45:41.504Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-02-01T17:45:41.508Z | + ARG0=ci_download_transceiver_control |
635 | 2024-02-01T17:45:41.508Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-02-01T17:45:41.508Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-02-01T17:45:41.508Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-02-01T17:45:41.508Z | + TARGET_DIR=out |
639 | 2024-02-01T17:45:41.508Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-02-01T17:45:41.508Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-02-01T17:45:41.508Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-02-01T17:45:41.510Z | + BINARY=xcvradm |
643 | 2024-02-01T17:45:41.510Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-02-01T17:45:41.510Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-02-01T17:45:41.510Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-02-01T17:45:41.510Z | + main |
647 | 2024-02-01T17:45:41.510Z | + [[ 0 != 0 ]] |
648 | 2024-02-01T17:45:41.510Z | + CIDL_OS=solaris2.11 |
649 | 2024-02-01T17:45:41.510Z | + [[ 0 != 0 ]] |
650 | 2024-02-01T17:45:41.510Z | + configure_os solaris2.11 |
651 | 2024-02-01T17:45:41.510Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-02-01T17:45:41.511Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-02-01T17:45:41.511Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-02-01T17:45:41.511Z | configuring based on OS: "solaris2.11" |
655 | 2024-02-01T17:45:41.511Z | + case "$1" in |
656 | 2024-02-01T17:45:41.511Z | + SET_BINARIES= |
657 | 2024-02-01T17:45:41.511Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-02-01T17:45:41.511Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-02-01T17:45:41.511Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-02-01T17:45:41.511Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-01T17:45:41.511Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-02-01T17:45:41.511Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-02-01T17:45:41.511Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-01T17:45:41.511Z | Local file: out/downloads/xcvradm.gz |
665 | 2024-02-01T17:45:41.511Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-01T17:45:41.511Z | + mkdir -p out/downloads |
667 | 2024-02-01T17:45:41.515Z | + mkdir -p ./out/transceiver-control |
668 | 2024-02-01T17:45:41.515Z | + fetch_and_verify |
669 | 2024-02-01T17:45:41.515Z | + local DO_DOWNLOAD=true |
670 | 2024-02-01T17:45:41.515Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-02-01T17:45:41.515Z | + '[' true == true ']' |
672 | 2024-02-01T17:45:41.515Z | + echo Downloading... |
673 | 2024-02-01T17:45:41.515Z | Downloading... |
674 | 2024-02-01T17:45:41.515Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-02-01T17:45:41.515Z | + 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 |
676 | 2024-02-01T17:45:43.037Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-02-01T17:45:43.040Z | ++ sha256sum |
678 | 2024-02-01T17:45:43.040Z | ++ awk '{print $1}' |
679 | 2024-02-01T17:45:43.063Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-02-01T17:45:43.064Z | + [[ 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 ]] |
681 | 2024-02-01T17:45:43.068Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-02-01T17:45:43.068Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-02-01T17:45:43.068Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-02-01T17:45:43.265Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-02-01T17:45:43.269Z | + do_assemble |
686 | 2024-02-01T17:45:43.269Z | + rm -r ./out/transceiver-control |
687 | 2024-02-01T17:45:43.272Z | + mkdir ./out/transceiver-control |
688 | 2024-02-01T17:45:43.272Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-02-01T17:45:43.553Z | All prerequisites installed successfully |
690 | 2024-02-01T17:45:43.557Z | |
691 | 2024-02-01T17:45:43.557Z | real 2:16.748460383 |
692 | 2024-02-01T17:45:43.557Z | user 53.368991867 |
693 | 2024-02-01T17:45:43.558Z | sys 10.495654198 |
694 | 2024-02-01T17:45:43.558Z | trap 0.019863135 |
695 | 2024-02-01T17:45:43.558Z | tflt 0.225844980 |
696 | 2024-02-01T17:45:43.558Z | dflt 0.518339491 |
697 | 2024-02-01T17:45:43.558Z | kflt 0.293479353 |
698 | 2024-02-01T17:45:43.558Z | lock 2.276350459 |
699 | 2024-02-01T17:45:43.559Z | slp 4:16.178688301 |
700 | 2024-02-01T17:45:43.559Z | lat 3.375588474 |
701 | 2024-02-01T17:45:43.559Z | stop 0.060811164 |
702 | 2024-02-01T17:45:43.559Z | + banner end-to-end-tests |
703 | 2024-02-01T17:45:43.564Z | |
704 | 2024-02-01T17:45:43.564Z | ###### # # ##### ##### #### ###### # # ##### |
705 | 2024-02-01T17:45:43.564Z | # ## # # # # # # # ## # # # |
706 | 2024-02-01T17:45:43.564Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
707 | 2024-02-01T17:45:43.564Z | # # # # # # # # # # # # # # # |
708 | 2024-02-01T17:45:43.564Z | # # ## # # # # # # # ## # # |
709 | 2024-02-01T17:45:43.564Z | ###### # # ##### # #### ###### # # ##### |
710 | 2024-02-01T17:45:43.564Z | |
711 | 2024-02-01T17:45:43.565Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
712 | 2024-02-01T17:45:43.565Z | + CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-01T17:45:43.565Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
714 | 2024-02-01T17:45:43.565Z | + CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-01T17:45:43.565Z | + export CARGO_INCREMENTAL=0 |
716 | 2024-02-01T17:45:43.565Z | + CARGO_INCREMENTAL=0 |
717 | 2024-02-01T17:45:43.565Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
718 | 2024-02-01T17:45:44.015Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
719 | 2024-02-01T17:45:44.379Z | Updating crates.io index |
720 | 2024-02-01T17:45:44.465Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
721 | 2024-02-01T17:45:45.287Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
722 | 2024-02-01T17:45:47.598Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
723 | 2024-02-01T17:45:48.990Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
724 | 2024-02-01T17:45:49.266Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
725 | 2024-02-01T17:45:49.590Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
726 | 2024-02-01T17:45:49.932Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
727 | 2024-02-01T17:45:50.929Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
728 | 2024-02-01T17:45:53.363Z | Updating git repository `https://github.com/oxidecomputer/opte` |
729 | 2024-02-01T17:45:54.492Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
730 | 2024-02-01T17:45:55.073Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
731 | 2024-02-01T17:45:55.786Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
732 | 2024-02-01T17:45:56.083Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
733 | 2024-02-01T17:45:56.383Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2024-02-01T17:45:56.716Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2024-02-01T17:45:57.117Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2024-02-01T17:45:58.005Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
737 | 2024-02-01T17:45:58.008Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2024-02-01T17:45:58.604Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2024-02-01T17:45:58.978Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2024-02-01T17:45:59.322Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2024-02-01T17:46:00.618Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2024-02-01T17:46:01.054Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2024-02-01T17:46:02.842Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2024-02-01T17:46:04.658Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2024-02-01T17:46:05.069Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2024-02-01T17:46:07.307Z | Downloading crates ... |
747 | 2024-02-01T17:46:07.608Z | Downloaded addr2line v0.21.0 |
748 | 2024-02-01T17:46:07.615Z | Downloaded libefi-sys v0.1.0 |
749 | 2024-02-01T17:46:08.024Z | Downloaded linear-map v1.2.0 |
750 | 2024-02-01T17:46:08.028Z | Downloaded normalize-line-endings v0.3.0 |
751 | 2024-02-01T17:46:08.029Z | Downloaded mime v0.3.17 |
752 | 2024-02-01T17:46:08.029Z | Downloaded new_debug_unreachable v1.0.4 |
753 | 2024-02-01T17:46:08.029Z | Downloaded console v0.15.8 |
754 | 2024-02-01T17:46:08.029Z | Downloaded aead v0.5.2 |
755 | 2024-02-01T17:46:08.029Z | Downloaded convert_case v0.4.0 |
756 | 2024-02-01T17:46:08.029Z | Downloaded cstr-argument v0.1.2 |
757 | 2024-02-01T17:46:08.029Z | Downloaded async-stream v0.3.5 |
758 | 2024-02-01T17:46:08.029Z | Downloaded dirs-next v2.0.0 |
759 | 2024-02-01T17:46:08.029Z | Downloaded match_cfg v0.1.0 |
760 | 2024-02-01T17:46:08.029Z | Downloaded atomic-waker v1.1.1 |
761 | 2024-02-01T17:46:08.029Z | Downloaded crucible-workspace-hack v0.1.0 |
762 | 2024-02-01T17:46:08.029Z | Downloaded atty v0.2.14 |
763 | 2024-02-01T17:46:08.029Z | Downloaded percent-encoding v2.3.1 |
764 | 2024-02-01T17:46:08.029Z | Downloaded phf_shared v0.10.0 |
765 | 2024-02-01T17:46:08.029Z | Downloaded pest_generator v2.7.6 |
766 | 2024-02-01T17:46:08.029Z | Downloaded pbkdf2 v0.12.2 |
767 | 2024-02-01T17:46:08.029Z | Downloaded password-hash v0.5.0 |
768 | 2024-02-01T17:46:08.029Z | Downloaded libsw v3.3.1 |
769 | 2024-02-01T17:46:08.029Z | Downloaded curve25519-dalek-derive v0.1.0 |
770 | 2024-02-01T17:46:08.029Z | Downloaded clap_derive v4.4.2 |
771 | 2024-02-01T17:46:08.029Z | Downloaded postgres-protocol v0.6.6 |
772 | 2024-02-01T17:46:08.029Z | Downloaded block-buffer v0.10.4 |
773 | 2024-02-01T17:46:08.030Z | Downloaded cfg-if v1.0.0 |
774 | 2024-02-01T17:46:08.030Z | Downloaded precomputed-hash v0.1.1 |
775 | 2024-02-01T17:46:08.030Z | Downloaded openssl-probe v0.1.5 |
776 | 2024-02-01T17:46:08.030Z | Downloaded num-derive v0.4.0 |
777 | 2024-02-01T17:46:08.030Z | Downloaded plain v0.2.3 |
778 | 2024-02-01T17:46:08.030Z | Downloaded anstream v0.5.0 |
779 | 2024-02-01T17:46:08.030Z | Downloaded time-core v0.1.1 |
780 | 2024-02-01T17:46:08.030Z | Downloaded cbc v0.1.2 |
781 | 2024-02-01T17:46:08.030Z | Downloaded ahash v0.8.6 |
782 | 2024-02-01T17:46:08.030Z | Downloaded polyval v0.6.1 |
783 | 2024-02-01T17:46:08.030Z | Downloaded pbkdf2 v0.11.0 |
784 | 2024-02-01T17:46:08.030Z | Downloaded equivalent v1.0.1 |
785 | 2024-02-01T17:46:08.030Z | Downloaded base64ct v1.6.0 |
786 | 2024-02-01T17:46:08.030Z | Downloaded proc-macro-error-attr v1.0.4 |
787 | 2024-02-01T17:46:08.030Z | Downloaded phf v0.11.2 |
788 | 2024-02-01T17:46:08.030Z | Downloaded foreign-types-shared v0.1.1 |
789 | 2024-02-01T17:46:08.030Z | Downloaded num-rational v0.4.1 |
790 | 2024-02-01T17:46:08.030Z | Downloaded data-encoding v2.4.0 |
791 | 2024-02-01T17:46:08.030Z | Downloaded quick-error v1.2.3 |
792 | 2024-02-01T17:46:08.030Z | Downloaded tokio-macros v2.2.0 |
793 | 2024-02-01T17:46:08.030Z | Downloaded endian-type v0.1.2 |
794 | 2024-02-01T17:46:08.030Z | Downloaded thiserror-impl v1.0.56 |
795 | 2024-02-01T17:46:08.031Z | Downloaded structmeta v0.2.0 |
796 | 2024-02-01T17:46:08.031Z | Downloaded usdt-attr-macro v0.3.5 |
797 | 2024-02-01T17:46:08.031Z | Downloaded poly1305 v0.8.0 |
798 | 2024-02-01T17:46:08.031Z | Downloaded paste v1.0.14 |
799 | 2024-02-01T17:46:08.031Z | Downloaded pkcs8 v0.10.2 |
800 | 2024-02-01T17:46:08.031Z | Downloaded omicron-zone-package v0.10.1 |
801 | 2024-02-01T17:46:08.031Z | Downloaded is-terminal v0.4.9 |
802 | 2024-02-01T17:46:08.031Z | Downloaded strum_macros v0.25.2 |
803 | 2024-02-01T17:46:08.031Z | Downloaded platforms v3.0.2 |
804 | 2024-02-01T17:46:08.031Z | Downloaded foreign-types-shared v0.3.1 |
805 | 2024-02-01T17:46:08.031Z | Downloaded proc-macro-error v1.0.4 |
806 | 2024-02-01T17:46:08.031Z | Downloaded headers-core v0.2.0 |
807 | 2024-02-01T17:46:08.031Z | Downloaded httpdate v1.0.3 |
808 | 2024-02-01T17:46:08.031Z | Downloaded hubpack v0.1.2 |
809 | 2024-02-01T17:46:08.031Z | Downloaded futures-macro v0.3.30 |
810 | 2024-02-01T17:46:08.032Z | Downloaded russh-cryptovec v0.7.0 |
811 | 2024-02-01T17:46:08.032Z | Downloaded fxhash v0.2.1 |
812 | 2024-02-01T17:46:08.032Z | Downloaded swrite v0.1.0 |
813 | 2024-02-01T17:46:08.032Z | Downloaded serde_path_to_error v0.1.15 |
814 | 2024-02-01T17:46:08.032Z | Downloaded enum-as-inner v0.5.1 |
815 | 2024-02-01T17:46:08.032Z | Downloaded fnv v1.0.7 |
816 | 2024-02-01T17:46:08.032Z | Downloaded libm v0.2.7 |
817 | 2024-02-01T17:46:08.032Z | Downloaded r2d2 v0.8.10 |
818 | 2024-02-01T17:46:08.032Z | Downloaded strum v0.25.0 |
819 | 2024-02-01T17:46:08.032Z | Downloaded rustc-demangle v0.1.23 |
820 | 2024-02-01T17:46:08.032Z | Downloaded chacha20poly1305 v0.10.1 |
821 | 2024-02-01T17:46:08.032Z | Downloaded toml v0.7.8 |
822 | 2024-02-01T17:46:08.032Z | Downloaded futures-core v0.3.30 |
823 | 2024-02-01T17:46:08.032Z | Downloaded serde_with_macros v3.5.1 |
824 | 2024-02-01T17:46:08.032Z | Downloaded synstructure v0.12.6 |
825 | 2024-02-01T17:46:08.032Z | Downloaded tower-service v0.3.2 |
826 | 2024-02-01T17:46:08.032Z | Downloaded base64 v0.21.7 |
827 | 2024-02-01T17:46:08.032Z | Downloaded rustls-pki-types v1.1.0 |
828 | 2024-02-01T17:46:08.032Z | Downloaded dof v0.1.5 |
829 | 2024-02-01T17:46:08.033Z | Downloaded smallvec v1.11.2 |
830 | 2024-02-01T17:46:08.033Z | Downloaded tokio-tungstenite v0.20.1 |
831 | 2024-02-01T17:46:08.033Z | Downloaded strsim v0.8.0 |
832 | 2024-02-01T17:46:08.033Z | Downloaded gethostname v0.4.3 |
833 | 2024-02-01T17:46:08.033Z | Downloaded secrecy v0.8.0 |
834 | 2024-02-01T17:46:08.033Z | Downloaded toolchain_find v0.2.0 |
835 | 2024-02-01T17:46:08.033Z | Downloaded generic-array v0.14.7 |
836 | 2024-02-01T17:46:08.033Z | Downloaded zeroize v1.7.0 |
837 | 2024-02-01T17:46:08.033Z | Downloaded tokio-native-tls v0.3.1 |
838 | 2024-02-01T17:46:08.034Z | Downloaded ecdsa v0.16.9 |
839 | 2024-02-01T17:46:08.034Z | Downloaded scroll_derive v0.12.0 |
840 | 2024-02-01T17:46:08.034Z | Downloaded sec1 v0.7.3 |
841 | 2024-02-01T17:46:08.034Z | Downloaded rand_core v0.5.1 |
842 | 2024-02-01T17:46:08.034Z | Downloaded hyper-tls v0.5.0 |
843 | 2024-02-01T17:46:08.034Z | Downloaded slog-dtrace v0.3.0 |
844 | 2024-02-01T17:46:08.034Z | Downloaded sha2 v0.10.8 |
845 | 2024-02-01T17:46:08.034Z | Downloaded dtrace-parser v0.2.0 |
846 | 2024-02-01T17:46:08.034Z | Downloaded heck v0.4.1 |
847 | 2024-02-01T17:46:08.034Z | Downloaded strsim v0.10.0 |
848 | 2024-02-01T17:46:08.034Z | Downloaded semver v0.11.0 |
849 | 2024-02-01T17:46:08.035Z | Downloaded futures-channel v0.3.30 |
850 | 2024-02-01T17:46:08.042Z | Downloaded spin v0.5.2 |
851 | 2024-02-01T17:46:08.042Z | Downloaded group v0.13.0 |
852 | 2024-02-01T17:46:08.042Z | Downloaded semver-parser v0.10.2 |
853 | 2024-02-01T17:46:08.043Z | Downloaded string_cache v0.8.7 |
854 | 2024-02-01T17:46:08.043Z | Downloaded yasna v0.5.2 |
855 | 2024-02-01T17:46:08.046Z | Downloaded heck v0.3.3 |
856 | 2024-02-01T17:46:08.046Z | Downloaded xattr v1.0.1 |
857 | 2024-02-01T17:46:08.050Z | Downloaded mio v0.8.9 |
858 | 2024-02-01T17:46:08.057Z | Downloaded display-error-chain v0.2.0 |
859 | 2024-02-01T17:46:08.060Z | Downloaded signal-hook v0.3.17 |
860 | 2024-02-01T17:46:08.064Z | Downloaded semver v0.1.20 |
861 | 2024-02-01T17:46:08.067Z | Downloaded stringprep v0.1.3 |
862 | 2024-02-01T17:46:08.070Z | Downloaded hex-literal v0.4.1 |
863 | 2024-02-01T17:46:08.073Z | Downloaded thiserror-impl-no-std v2.0.2 |
864 | 2024-02-01T17:46:08.076Z | Downloaded want v0.3.1 |
865 | 2024-02-01T17:46:08.076Z | Downloaded slog-json v2.6.1 |
866 | 2024-02-01T17:46:08.079Z | Downloaded der v0.7.8 |
867 | 2024-02-01T17:46:08.088Z | Downloaded ident_case v1.0.1 |
868 | 2024-02-01T17:46:08.091Z | Downloaded signal-hook-mio v0.2.3 |
869 | 2024-02-01T17:46:08.094Z | Downloaded zeroize_derive v1.4.2 |
870 | 2024-02-01T17:46:08.094Z | Downloaded utf8parse v0.2.1 |
871 | 2024-02-01T17:46:08.097Z | Downloaded structopt v0.3.26 |
872 | 2024-02-01T17:46:08.109Z | Downloaded waitgroup v0.1.2 |
873 | 2024-02-01T17:46:08.112Z | Downloaded tinyvec_macros v0.1.1 |
874 | 2024-02-01T17:46:08.115Z | Downloaded rand_chacha v0.2.2 |
875 | 2024-02-01T17:46:08.115Z | Downloaded iana-time-zone v0.1.57 |
876 | 2024-02-01T17:46:08.118Z | Downloaded serde_tokenstream v0.2.0 |
877 | 2024-02-01T17:46:08.124Z | Downloaded zerocopy-derive v0.7.32 |
878 | 2024-02-01T17:46:08.132Z | Downloaded slog-scope v4.4.0 |
879 | 2024-02-01T17:46:08.135Z | Downloaded glob v0.3.1 |
880 | 2024-02-01T17:46:08.138Z | Downloaded universal-hash v0.5.1 |
881 | 2024-02-01T17:46:08.141Z | Downloaded unicode-bidi v0.3.13 |
882 | 2024-02-01T17:46:08.144Z | Downloaded heapless v0.8.0 |
883 | 2024-02-01T17:46:08.152Z | Downloaded lazy_static v1.4.0 |
884 | 2024-02-01T17:46:08.155Z | Downloaded rustc_version v0.1.7 |
885 | 2024-02-01T17:46:08.157Z | Downloaded serde_repr v0.1.16 |
886 | 2024-02-01T17:46:08.160Z | Downloaded semver v1.0.21 |
887 | 2024-02-01T17:46:08.163Z | Downloaded smf v0.2.2 |
888 | 2024-02-01T17:46:08.166Z | Downloaded hyper-rustls v0.24.2 |
889 | 2024-02-01T17:46:08.169Z | Downloaded structopt-derive v0.4.18 |
890 | 2024-02-01T17:46:08.172Z | Downloaded hash32 v0.2.1 |
891 | 2024-02-01T17:46:08.175Z | Downloaded toml v0.8.8 |
892 | 2024-02-01T17:46:08.180Z | Downloaded url v2.5.0 |
893 | 2024-02-01T17:46:08.186Z | Downloaded vsss-rs v3.3.4 |
894 | 2024-02-01T17:46:08.191Z | Downloaded trust-dns-server v0.22.1 |
895 | 2024-02-01T17:46:08.200Z | Downloaded socket2 v0.5.5 |
896 | 2024-02-01T17:46:08.204Z | Downloaded slog v2.7.0 |
897 | 2024-02-01T17:46:08.210Z | Downloaded socket2 v0.4.9 |
898 | 2024-02-01T17:46:08.213Z | Downloaded ipnetwork v0.20.0 |
899 | 2024-02-01T17:46:08.216Z | Downloaded http v1.0.0 |
900 | 2024-02-01T17:46:08.225Z | Downloaded ipnet v2.9.0 |
901 | 2024-02-01T17:46:08.228Z | Downloaded clap_builder v4.4.2 |
902 | 2024-02-01T17:46:08.238Z | Downloaded topological-sort v0.2.2 |
903 | 2024-02-01T17:46:08.241Z | Downloaded zip v0.6.6 |
904 | 2024-02-01T17:46:08.253Z | Downloaded tracing v0.1.37 |
905 | 2024-02-01T17:46:08.255Z | Downloaded heapless v0.7.16 |
906 | 2024-02-01T17:46:08.263Z | Downloaded rand v0.8.5 |
907 | 2024-02-01T17:46:08.270Z | Downloaded serde v1.0.195 |
908 | 2024-02-01T17:46:08.276Z | Downloaded hashbrown v0.12.3 |
909 | 2024-02-01T17:46:08.284Z | Downloaded time v0.3.27 |
910 | 2024-02-01T17:46:08.295Z | Downloaded steno v0.4.0 |
911 | 2024-02-01T17:46:08.304Z | Downloaded itertools v0.12.0 |
912 | 2024-02-01T17:46:08.316Z | Downloaded chrono v0.4.31 |
913 | 2024-02-01T17:46:08.330Z | Downloaded serde_with v3.5.1 |
914 | 2024-02-01T17:46:08.344Z | Downloaded itertools v0.10.5 |
915 | 2024-02-01T17:46:08.356Z | Downloaded rand v0.7.3 |
916 | 2024-02-01T17:46:08.364Z | Downloaded petgraph v0.6.4 |
917 | 2024-02-01T17:46:08.389Z | Downloaded tokio-util v0.7.10 |
918 | 2024-02-01T17:46:08.400Z | Downloaded winnow v0.5.15 |
919 | 2024-02-01T17:46:08.415Z | Downloaded russh v0.40.2 |
920 | 2024-02-01T17:46:08.423Z | Downloaded object v0.32.1 |
921 | 2024-02-01T17:46:08.442Z | Downloaded rustls-webpki v0.101.7 |
922 | 2024-02-01T17:46:08.469Z | Downloaded curve25519-dalek v4.1.1 |
923 | 2024-02-01T17:46:08.485Z | Downloaded radix_trie v0.2.1 |
924 | 2024-02-01T17:46:08.495Z | Downloaded h2 v0.3.24 |
925 | 2024-02-01T17:46:08.508Z | Downloaded idna v0.5.0 |
926 | 2024-02-01T17:46:08.523Z | Downloaded idna v0.2.3 |
927 | 2024-02-01T17:46:08.533Z | Downloaded smoltcp v0.9.1 |
928 | 2024-02-01T17:46:08.566Z | Downloaded syn v2.0.48 |
929 | 2024-02-01T17:46:08.592Z | Downloaded rustix v0.38.30 |
930 | 2024-02-01T17:46:08.637Z | Downloaded webpki-roots v0.25.2 |
931 | 2024-02-01T17:46:08.644Z | Downloaded regex-syntax v0.8.2 |
932 | 2024-02-01T17:46:08.661Z | Downloaded regex-syntax v0.7.5 |
933 | 2024-02-01T17:46:08.678Z | Downloaded sled v0.34.7 |
934 | 2024-02-01T17:46:08.702Z | Downloaded rustls v0.22.2 |
935 | 2024-02-01T17:46:08.729Z | Downloaded zerocopy-derive v0.6.4 |
936 | 2024-02-01T17:46:08.750Z | Downloaded zerocopy-derive v0.2.0 |
937 | 2024-02-01T17:46:08.770Z | Downloaded regex-automata v0.4.4 |
938 | 2024-02-01T17:46:08.808Z | Downloaded libc v0.2.152 |
939 | 2024-02-01T17:46:08.869Z | Downloaded tokio v1.35.1 |
940 | 2024-02-01T17:46:08.942Z | Downloaded winapi v0.3.9 |
941 | 2024-02-01T17:46:09.011Z | Downloaded sha3 v0.10.8 |
942 | 2024-02-01T17:46:09.022Z | Downloaded regex-automata v0.3.8 |
943 | 2024-02-01T17:46:09.175Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
944 | 2024-02-01T17:46:09.178Z | Downloaded openapiv3 v2.0.0 |
945 | 2024-02-01T17:46:09.178Z | Downloaded encoding_rs v0.8.33 |
946 | 2024-02-01T17:46:09.179Z | Downloaded smoltcp v0.11.0 |
947 | 2024-02-01T17:46:09.179Z | Downloaded rustls v0.21.9 |
948 | 2024-02-01T17:46:09.183Z | Downloaded rustix v0.37.23 |
949 | 2024-02-01T17:46:09.214Z | Downloaded bstr v1.6.0 |
950 | 2024-02-01T17:46:09.234Z | Downloaded trust-dns-proto v0.22.0 |
951 | 2024-02-01T17:46:09.255Z | Downloaded regress v0.7.1 |
952 | 2024-02-01T17:46:09.266Z | Downloaded openssl v0.10.60 |
953 | 2024-02-01T17:46:09.283Z | Downloaded regex v1.10.3 |
954 | 2024-02-01T17:46:09.305Z | Downloaded gimli v0.28.0 |
955 | 2024-02-01T17:46:09.319Z | Downloaded diesel v2.1.4 |
956 | 2024-02-01T17:46:09.351Z | Downloaded syn v1.0.109 |
957 | 2024-02-01T17:46:09.369Z | Downloaded bstr v0.2.17 |
958 | 2024-02-01T17:46:09.386Z | Downloaded vcpkg v0.2.15 |
959 | 2024-02-01T17:46:09.458Z | Downloaded hashbrown v0.14.2 |
960 | 2024-02-01T17:46:09.466Z | Downloaded serde_json v1.0.113 |
961 | 2024-02-01T17:46:09.479Z | Downloaded rustls-webpki v0.102.1 |
962 | 2024-02-01T17:46:09.512Z | Downloaded goblin v0.8.0 |
963 | 2024-02-01T17:46:09.521Z | Downloaded hashbrown v0.13.2 |
964 | 2024-02-01T17:46:09.531Z | Downloaded reqwest v0.11.22 |
965 | 2024-02-01T17:46:09.551Z | Downloaded futures-util v0.3.30 |
966 | 2024-02-01T17:46:09.568Z | Downloaded hyper v0.14.27 |
967 | 2024-02-01T17:46:09.578Z | Downloaded hkdf v0.12.4 |
968 | 2024-02-01T17:46:09.583Z | Downloaded zerocopy v0.7.32 |
969 | 2024-02-01T17:46:09.612Z | Downloaded trust-dns-client v0.22.0 |
970 | 2024-02-01T17:46:09.656Z | Downloaded regex-automata v0.1.10 |
971 | 2024-02-01T17:46:09.661Z | Downloaded pest v2.7.6 |
972 | 2024-02-01T17:46:09.661Z | Downloaded unicode-normalization v0.1.22 |
973 | 2024-02-01T17:46:09.661Z | Downloaded zerocopy v0.6.4 |
974 | 2024-02-01T17:46:09.661Z | Downloaded serde_derive v1.0.195 |
975 | 2024-02-01T17:46:09.662Z | Downloaded headers v0.3.9 |
976 | 2024-02-01T17:46:09.665Z | Downloaded schemars_derive v0.8.16 |
977 | 2024-02-01T17:46:09.668Z | Downloaded scroll v0.12.0 |
978 | 2024-02-01T17:46:09.668Z | Downloaded tinyvec v1.6.0 |
979 | 2024-02-01T17:46:09.673Z | Downloaded slog-term v2.9.0 |
980 | 2024-02-01T17:46:09.677Z | Downloaded rcgen v0.12.1 |
981 | 2024-02-01T17:46:09.682Z | Downloaded trust-dns-resolver v0.22.0 |
982 | 2024-02-01T17:46:09.688Z | Downloaded ring v0.17.7 |
983 | 2024-02-01T17:46:09.818Z | Downloaded serde_yaml v0.9.25 |
984 | 2024-02-01T17:46:09.824Z | Downloaded signal-hook-registry v1.4.1 |
985 | 2024-02-01T17:46:09.827Z | Downloaded rustls-pemfile v2.0.0 |
986 | 2024-02-01T17:46:09.830Z | Downloaded clap v2.34.0 |
987 | 2024-02-01T17:46:09.842Z | Downloaded io-lifetimes v1.0.11 |
988 | 2024-02-01T17:46:09.845Z | Downloaded unicode-segmentation v1.10.1 |
989 | 2024-02-01T17:46:09.850Z | Downloaded ed25519-dalek v2.0.0 |
990 | 2024-02-01T17:46:09.855Z | Downloaded resolv-conf v0.7.0 |
991 | 2024-02-01T17:46:09.862Z | Downloaded tokio-postgres v0.7.10 |
992 | 2024-02-01T17:46:09.866Z | Downloaded ring v0.16.20 |
993 | 2024-02-01T17:46:10.020Z | Downloaded http v0.2.11 |
994 | 2024-02-01T17:46:10.026Z | Downloaded unicode-xid v0.2.4 |
995 | 2024-02-01T17:46:10.029Z | Downloaded slog-async v2.8.0 |
996 | 2024-02-01T17:46:10.032Z | Downloaded slog-envlogger v2.2.0 |
997 | 2024-02-01T17:46:10.036Z | Downloaded http-range v0.1.5 |
998 | 2024-02-01T17:46:10.036Z | Downloaded http-body v0.4.5 |
999 | 2024-02-01T17:46:10.039Z | Downloaded futures-executor v0.3.30 |
1000 | 2024-02-01T17:46:10.039Z | Downloaded schemars v0.8.16 |
1001 | 2024-02-01T17:46:10.058Z | Downloaded terminal_size v0.2.6 |
1002 | 2024-02-01T17:46:10.061Z | Downloaded getopts v0.2.21 |
1003 | 2024-02-01T17:46:10.064Z | Downloaded similar v2.3.0 |
1004 | 2024-02-01T17:46:10.069Z | Downloaded term v0.7.0 |
1005 | 2024-02-01T17:46:10.075Z | Downloaded aho-corasick v1.0.4 |
1006 | 2024-02-01T17:46:10.084Z | Downloaded kstat-rs v0.2.3 |
1007 | 2024-02-01T17:46:10.088Z | Downloaded toml v0.5.11 |
1008 | 2024-02-01T17:46:10.090Z | Downloaded vec_map v0.8.2 |
1009 | 2024-02-01T17:46:10.093Z | Downloaded signature v2.1.0 |
1010 | 2024-02-01T17:46:10.097Z | Downloaded errno v0.3.8 |
1011 | 2024-02-01T17:46:10.097Z | Downloaded rfc6979 v0.4.0 |
1012 | 2024-02-01T17:46:10.100Z | Downloaded sha1 v0.10.6 |
1013 | 2024-02-01T17:46:10.100Z | Downloaded ryu v1.0.15 |
1014 | 2024-02-01T17:46:10.105Z | Downloaded hex v0.4.3 |
1015 | 2024-02-01T17:46:10.108Z | Downloaded russh-keys v0.40.1 |
1016 | 2024-02-01T17:46:10.111Z | Downloaded half v2.3.1 |
1017 | 2024-02-01T17:46:10.115Z | Downloaded hmac v0.12.1 |
1018 | 2024-02-01T17:46:10.118Z | Downloaded elliptic-curve v0.13.8 |
1019 | 2024-02-01T17:46:10.124Z | Downloaded flate2 v1.0.28 |
1020 | 2024-02-01T17:46:10.132Z | Downloaded toml_edit v0.19.15 |
1021 | 2024-02-01T17:46:10.162Z | Downloaded unicode-width v0.1.11 |
1022 | 2024-02-01T17:46:10.165Z | Downloaded flagset v0.4.3 |
1023 | 2024-02-01T17:46:10.168Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-02-01T17:46:10.168Z | Downloaded rustc_version v0.4.0 |
1025 | 2024-02-01T17:46:10.171Z | Downloaded getrandom v0.2.10 |
1026 | 2024-02-01T17:46:10.174Z | Downloaded indexmap v2.2.2 |
1027 | 2024-02-01T17:46:10.181Z | Downloaded aes-gcm v0.10.3 |
1028 | 2024-02-01T17:46:10.190Z | Downloaded slab v0.4.9 |
1029 | 2024-02-01T17:46:10.193Z | Downloaded toml_edit v0.21.0 |
1030 | 2024-02-01T17:46:10.228Z | Downloaded hostname v0.3.1 |
1031 | 2024-02-01T17:46:10.231Z | Downloaded whoami v1.4.1 |
1032 | 2024-02-01T17:46:10.234Z | Downloaded hyper-staticfile v0.9.5 |
1033 | 2024-02-01T17:46:10.237Z | Downloaded httparse v1.8.0 |
1034 | 2024-02-01T17:46:10.240Z | Downloaded zerocopy v0.3.0 |
1035 | 2024-02-01T17:46:10.240Z | Downloaded stable_deref_trait v1.2.0 |
1036 | 2024-02-01T17:46:10.242Z | Downloaded rand_chacha v0.3.1 |
1037 | 2024-02-01T17:46:10.242Z | Downloaded itoa v1.0.9 |
1038 | 2024-02-01T17:46:10.245Z | Downloaded hash32 v0.3.1 |
1039 | 2024-02-01T17:46:10.248Z | Downloaded unicase v2.7.0 |
1040 | 2024-02-01T17:46:10.253Z | Downloaded spin v0.9.8 |
1041 | 2024-02-01T17:46:10.253Z | Downloaded tokio-stream v0.1.14 |
1042 | 2024-02-01T17:46:10.259Z | Downloaded futures v0.3.30 |
1043 | 2024-02-01T17:46:10.267Z | Downloaded indexmap v1.9.3 |
1044 | 2024-02-01T17:46:10.273Z | Downloaded siphasher v0.3.11 |
1045 | 2024-02-01T17:46:10.276Z | Downloaded float-cmp v0.9.0 |
1046 | 2024-02-01T17:46:10.280Z | Downloaded thread-id v4.2.0 |
1047 | 2024-02-01T17:46:10.280Z | Downloaded tokio-rustls v0.25.0 |
1048 | 2024-02-01T17:46:10.283Z | Downloaded scheduled-thread-pool v0.2.7 |
1049 | 2024-02-01T17:46:10.283Z | Downloaded aes v0.8.3 |
1050 | 2024-02-01T17:46:10.289Z | Downloaded static_assertions v1.1.0 |
1051 | 2024-02-01T17:46:10.292Z | Downloaded lalrpop-util v0.19.12 |
1052 | 2024-02-01T17:46:10.295Z | Downloaded keccak v0.1.4 |
1053 | 2024-02-01T17:46:10.295Z | Downloaded textwrap v0.11.0 |
1054 | 2024-02-01T17:46:10.298Z | Downloaded rustversion v1.0.14 |
1055 | 2024-02-01T17:46:10.301Z | Downloaded tempfile v3.9.0 |
1056 | 2024-02-01T17:46:10.305Z | Downloaded crossbeam-channel v0.5.8 |
1057 | 2024-02-01T17:46:10.316Z | Downloaded sct v0.7.0 |
1058 | 2024-02-01T17:46:10.319Z | Downloaded unicode-ident v1.0.12 |
1059 | 2024-02-01T17:46:10.323Z | Downloaded tungstenite v0.20.1 |
1060 | 2024-02-01T17:46:10.329Z | Downloaded futures-task v0.3.30 |
1061 | 2024-02-01T17:46:10.335Z | Downloaded toml_datetime v0.6.5 |
1062 | 2024-02-01T17:46:10.335Z | Downloaded time-macros v0.2.13 |
1063 | 2024-02-01T17:46:10.335Z | Downloaded unsafe-libyaml v0.2.10 |
1064 | 2024-02-01T17:46:10.341Z | Downloaded uuid v1.7.0 |
1065 | 2024-02-01T17:46:10.346Z | Downloaded ucd-trie v0.1.6 |
1066 | 2024-02-01T17:46:10.349Z | Downloaded thread_local v1.1.7 |
1067 | 2024-02-01T17:46:10.352Z | Downloaded subtle v2.5.0 |
1068 | 2024-02-01T17:46:10.360Z | Downloaded scopeguard v1.2.0 |
1069 | 2024-02-01T17:46:10.360Z | Downloaded same-file v1.0.6 |
1070 | 2024-02-01T17:46:10.373Z | Downloaded rustls-pemfile v1.0.3 |
1071 | 2024-02-01T17:46:10.373Z | Downloaded rand_core v0.6.4 |
1072 | 2024-02-01T17:46:10.373Z | Downloaded getrandom v0.1.16 |
1073 | 2024-02-01T17:46:10.374Z | Downloaded tracing-core v0.1.31 |
1074 | 2024-02-01T17:46:10.377Z | Downloaded backtrace v0.3.69 |
1075 | 2024-02-01T17:46:10.380Z | Downloaded typenum v1.16.0 |
1076 | 2024-02-01T17:46:10.383Z | Downloaded serde_derive_internals v0.26.0 |
1077 | 2024-02-01T17:46:10.386Z | Downloaded form_urlencoded v1.2.1 |
1078 | 2024-02-01T17:46:10.388Z | Downloaded p256 v0.13.2 |
1079 | 2024-02-01T17:46:10.392Z | Downloaded const-oid v0.9.5 |
1080 | 2024-02-01T17:46:10.395Z | Downloaded ed25519 v2.2.2 |
1081 | 2024-02-01T17:46:10.398Z | Downloaded tar v0.4.40 |
1082 | 2024-02-01T17:46:10.402Z | Downloaded quote v1.0.35 |
1083 | 2024-02-01T17:46:10.406Z | Downloaded subprocess v0.2.9 |
1084 | 2024-02-01T17:46:10.411Z | Downloaded diesel_derives v2.1.2 |
1085 | 2024-02-01T17:46:10.416Z | Downloaded once_cell v1.19.0 |
1086 | 2024-02-01T17:46:10.423Z | Downloaded home v0.5.5 |
1087 | 2024-02-01T17:46:10.427Z | Downloaded usdt-impl v0.5.0 |
1088 | 2024-02-01T17:46:10.427Z | Downloaded usdt-impl v0.3.5 |
1089 | 2024-02-01T17:46:10.430Z | Downloaded usdt v0.5.0 |
1090 | 2024-02-01T17:46:10.430Z | Downloaded openssl-sys v0.9.96 |
1091 | 2024-02-01T17:46:10.436Z | Downloaded clap v4.4.3 |
1092 | 2024-02-01T17:46:10.462Z | Downloaded futures-io v0.3.30 |
1093 | 2024-02-01T17:46:10.465Z | Downloaded darling_core v0.20.3 |
1094 | 2024-02-01T17:46:10.465Z | Downloaded pest_meta v2.7.6 |
1095 | 2024-02-01T17:46:10.465Z | Downloaded parking_lot v0.11.2 |
1096 | 2024-02-01T17:46:10.469Z | Downloaded native-tls v0.2.11 |
1097 | 2024-02-01T17:46:10.472Z | Downloaded untrusted v0.9.0 |
1098 | 2024-02-01T17:46:10.476Z | Downloaded derive-where v1.2.7 |
1099 | 2024-02-01T17:46:10.479Z | Downloaded usdt-macro v0.3.5 |
1100 | 2024-02-01T17:46:10.482Z | Downloaded walkdir v2.4.0 |
1101 | 2024-02-01T17:46:10.485Z | Downloaded version_check v0.9.4 |
1102 | 2024-02-01T17:46:10.485Z | Downloaded either v1.9.0 |
1103 | 2024-02-01T17:46:10.488Z | Downloaded dyn-clone v1.0.13 |
1104 | 2024-02-01T17:46:10.491Z | Downloaded serde_spanned v0.6.4 |
1105 | 2024-02-01T17:46:10.491Z | Downloaded foreign-types v0.5.0 |
1106 | 2024-02-01T17:46:10.494Z | Downloaded serde_tokenstream v0.1.7 |
1107 | 2024-02-01T17:46:10.497Z | Downloaded postgres-types v0.2.6 |
1108 | 2024-02-01T17:46:10.501Z | Downloaded tracing-attributes v0.1.26 |
1109 | 2024-02-01T17:46:10.505Z | Downloaded tokio-rustls v0.24.1 |
1110 | 2024-02-01T17:46:10.509Z | Downloaded nom v7.1.3 |
1111 | 2024-02-01T17:46:10.518Z | Downloaded parking_lot_core v0.8.6 |
1112 | 2024-02-01T17:46:10.521Z | Downloaded owo-colors v4.0.0 |
1113 | 2024-02-01T17:46:10.525Z | Downloaded num-bigint v0.4.4 |
1114 | 2024-02-01T17:46:10.536Z | Downloaded crossbeam-epoch v0.9.15 |
1115 | 2024-02-01T17:46:10.540Z | Downloaded spki v0.7.2 |
1116 | 2024-02-01T17:46:10.543Z | Downloaded rustfmt-wrapper v0.2.0 |
1117 | 2024-02-01T17:46:10.545Z | Downloaded blake2 v0.10.6 |
1118 | 2024-02-01T17:46:10.549Z | Downloaded zone v0.3.0 |
1119 | 2024-02-01T17:46:10.549Z | Downloaded ghash v0.5.0 |
1120 | 2024-02-01T17:46:10.552Z | Downloaded fastrand v2.0.0 |
1121 | 2024-02-01T17:46:10.552Z | Downloaded embedded-io v0.4.0 |
1122 | 2024-02-01T17:46:10.555Z | Downloaded dirs-sys-next v0.1.2 |
1123 | 2024-02-01T17:46:10.558Z | Downloaded usdt v0.3.5 |
1124 | 2024-02-01T17:46:10.558Z | Downloaded phf_shared v0.11.2 |
1125 | 2024-02-01T17:46:10.561Z | Downloaded instant v0.1.12 |
1126 | 2024-02-01T17:46:10.561Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2024-02-01T17:46:10.567Z | Downloaded serde_urlencoded v0.7.1 |
1128 | 2024-02-01T17:46:10.570Z | Downloaded dof v0.3.0 |
1129 | 2024-02-01T17:46:10.573Z | Downloaded utf-8 v0.7.6 |
1130 | 2024-02-01T17:46:10.576Z | Downloaded miniz_oxide v0.7.1 |
1131 | 2024-02-01T17:46:10.579Z | Downloaded password-hash v0.4.2 |
1132 | 2024-02-01T17:46:10.581Z | Downloaded filetime v0.2.23 |
1133 | 2024-02-01T17:46:10.584Z | Downloaded bytes v1.5.0 |
1134 | 2024-02-01T17:46:10.589Z | Downloaded async-trait v0.1.77 |
1135 | 2024-02-01T17:46:10.594Z | Downloaded slog-bunyan v2.5.0 |
1136 | 2024-02-01T17:46:10.598Z | Downloaded inout v0.1.3 |
1137 | 2024-02-01T17:46:10.601Z | Downloaded futures-sink v0.3.30 |
1138 | 2024-02-01T17:46:10.601Z | Downloaded fallible-iterator v0.2.0 |
1139 | 2024-02-01T17:46:10.606Z | Downloaded untrusted v0.7.1 |
1140 | 2024-02-01T17:46:10.607Z | Downloaded derive_more v0.99.17 |
1141 | 2024-02-01T17:46:10.611Z | Downloaded darling v0.20.3 |
1142 | 2024-02-01T17:46:10.617Z | Downloaded zone_cfg_derive v0.3.0 |
1143 | 2024-02-01T17:46:10.620Z | Downloaded bitflags v2.4.0 |
1144 | 2024-02-01T17:46:10.626Z | Downloaded slog-stdlog v4.1.1 |
1145 | 2024-02-01T17:46:10.630Z | Downloaded ff v0.13.0 |
1146 | 2024-02-01T17:46:10.630Z | Downloaded structmeta-derive v0.2.0 |
1147 | 2024-02-01T17:46:10.630Z | Downloaded dtrace-parser v0.1.14 |
1148 | 2024-02-01T17:46:10.633Z | Downloaded pem-rfc7468 v0.7.0 |
1149 | 2024-02-01T17:46:10.633Z | Downloaded parking_lot_core v0.9.8 |
1150 | 2024-02-01T17:46:10.641Z | Downloaded thiserror v1.0.56 |
1151 | 2024-02-01T17:46:10.644Z | Downloaded parse-display-derive v0.8.2 |
1152 | 2024-02-01T17:46:10.647Z | Downloaded primeorder v0.13.6 |
1153 | 2024-02-01T17:46:10.653Z | Downloaded predicates-core v1.0.6 |
1154 | 2024-02-01T17:46:10.653Z | Downloaded ppv-lite86 v0.2.17 |
1155 | 2024-02-01T17:46:10.656Z | Downloaded pin-utils v0.1.0 |
1156 | 2024-02-01T17:46:10.656Z | Downloaded multer v3.0.0 |
1157 | 2024-02-01T17:46:10.660Z | Downloaded anstyle-parse v0.2.1 |
1158 | 2024-02-01T17:46:10.663Z | Downloaded num_enum_derive v0.5.11 |
1159 | 2024-02-01T17:46:10.663Z | Downloaded num_enum v0.5.11 |
1160 | 2024-02-01T17:46:10.670Z | Downloaded lru-cache v0.1.2 |
1161 | 2024-02-01T17:46:10.673Z | Downloaded log v0.4.20 |
1162 | 2024-02-01T17:46:10.676Z | Downloaded camino v1.1.6 |
1163 | 2024-02-01T17:46:10.678Z | Downloaded cancel-safe-futures v0.1.5 |
1164 | 2024-02-01T17:46:10.685Z | Downloaded usdt-attr-macro v0.5.0 |
1165 | 2024-02-01T17:46:10.689Z | Downloaded mime_guess v2.0.4 |
1166 | 2024-02-01T17:46:10.689Z | Downloaded der_derive v0.7.2 |
1167 | 2024-02-01T17:46:10.696Z | Downloaded defmt v0.3.5 |
1168 | 2024-02-01T17:46:10.699Z | Downloaded allocator-api2 v0.2.16 |
1169 | 2024-02-01T17:46:10.702Z | Downloaded hubpack_derive v0.1.1 |
1170 | 2024-02-01T17:46:10.702Z | Downloaded foreign-types v0.3.2 |
1171 | 2024-02-01T17:46:10.705Z | Downloaded usdt-macro v0.5.0 |
1172 | 2024-02-01T17:46:10.705Z | Downloaded try-lock v0.2.4 |
1173 | 2024-02-01T17:46:10.705Z | Downloaded argon2 v0.5.3 |
1174 | 2024-02-01T17:46:10.709Z | Downloaded anyhow v1.0.75 |
1175 | 2024-02-01T17:46:10.717Z | Downloaded arc-swap v1.6.0 |
1176 | 2024-02-01T17:46:10.720Z | Downloaded parse-display v0.8.2 |
1177 | 2024-02-01T17:46:10.723Z | Downloaded ctr v0.9.2 |
1178 | 2024-02-01T17:46:10.726Z | Downloaded clap_lex v0.5.1 |
1179 | 2024-02-01T17:46:10.726Z | Downloaded macaddr v1.0.1 |
1180 | 2024-02-01T17:46:10.733Z | Downloaded minimal-lexical v0.2.1 |
1181 | 2024-02-01T17:46:10.736Z | Downloaded lock_api v0.4.10 |
1182 | 2024-02-01T17:46:10.739Z | Downloaded foreign-types-macros v0.2.3 |
1183 | 2024-02-01T17:46:10.742Z | Downloaded camino-tempfile v1.1.1 |
1184 | 2024-02-01T17:46:10.745Z | Downloaded num v0.4.1 |
1185 | 2024-02-01T17:46:10.745Z | Downloaded dirs v5.0.1 |
1186 | 2024-02-01T17:46:10.748Z | Downloaded dirs-sys v0.4.1 |
1187 | 2024-02-01T17:46:10.751Z | Downloaded take_mut v0.2.2 |
1188 | 2024-02-01T17:46:10.751Z | Downloaded postcard v1.0.8 |
1189 | 2024-02-01T17:46:10.754Z | Downloaded linked-hash-map v0.5.6 |
1190 | 2024-02-01T17:46:10.758Z | Downloaded chacha20 v0.9.1 |
1191 | 2024-02-01T17:46:10.761Z | Downloaded predicates v3.1.0 |
1192 | 2024-02-01T17:46:10.764Z | Downloaded num_cpus v1.16.0 |
1193 | 2024-02-01T17:46:10.767Z | Downloaded num-integer v0.1.45 |
1194 | 2024-02-01T17:46:10.772Z | Downloaded memmap v0.7.0 |
1195 | 2024-02-01T17:46:10.774Z | Downloaded digest v0.10.7 |
1196 | 2024-02-01T17:46:10.777Z | Downloaded deranged v0.3.8 |
1197 | 2024-02-01T17:46:10.777Z | Downloaded defmt-macros v0.3.6 |
1198 | 2024-02-01T17:46:10.783Z | Downloaded openssl-macros v0.1.1 |
1199 | 2024-02-01T17:46:10.788Z | Downloaded pretty-hex v0.4.1 |
1200 | 2024-02-01T17:46:10.788Z | Downloaded blowfish v0.9.1 |
1201 | 2024-02-01T17:46:10.793Z | Downloaded block-padding v0.3.3 |
1202 | 2024-02-01T17:46:10.793Z | Downloaded bcrypt-pbkdf v0.10.0 |
1203 | 2024-02-01T17:46:10.794Z | Downloaded crypto-common v0.1.6 |
1204 | 2024-02-01T17:46:10.794Z | Downloaded cpufeatures v0.2.12 |
1205 | 2024-02-01T17:46:10.797Z | Downloaded bit-vec v0.6.3 |
1206 | 2024-02-01T17:46:10.797Z | Downloaded base16ct v0.2.0 |
1207 | 2024-02-01T17:46:10.800Z | Downloaded anstyle-query v1.0.0 |
1208 | 2024-02-01T17:46:10.800Z | Downloaded backoff v0.4.0 |
1209 | 2024-02-01T17:46:10.805Z | Downloaded bitflags v1.3.2 |
1210 | 2024-02-01T17:46:10.812Z | Downloaded proc-macro2 v1.0.78 |
1211 | 2024-02-01T17:46:10.819Z | Downloaded difflib v0.4.0 |
1212 | 2024-02-01T17:46:10.820Z | Downloaded cc v1.0.83 |
1213 | 2024-02-01T17:46:10.825Z | Downloaded defmt-parser v0.3.3 |
1214 | 2024-02-01T17:46:10.825Z | Downloaded crypto-bigint v0.5.2 |
1215 | 2024-02-01T17:46:10.833Z | Downloaded pkg-config v0.3.27 |
1216 | 2024-02-01T17:46:10.841Z | Downloaded parking_lot v0.12.1 |
1217 | 2024-02-01T17:46:10.841Z | Downloaded autocfg v1.1.0 |
1218 | 2024-02-01T17:46:10.841Z | Downloaded byteorder v1.5.0 |
1219 | 2024-02-01T17:46:10.848Z | Downloaded anstyle v1.0.2 |
1220 | 2024-02-01T17:46:10.848Z | Downloaded ansi_term v0.12.1 |
1221 | 2024-02-01T17:46:10.848Z | Downloaded pretty-hex v0.2.1 |
1222 | 2024-02-01T17:46:10.857Z | Downloaded num-traits v0.2.16 |
1223 | 2024-02-01T17:46:10.857Z | Downloaded cobs v0.2.3 |
1224 | 2024-02-01T17:46:10.857Z | Downloaded pest_derive v2.7.6 |
1225 | 2024-02-01T17:46:10.869Z | Downloaded pem v3.0.2 |
1226 | 2024-02-01T17:46:10.869Z | Downloaded proc-macro-crate v1.3.1 |
1227 | 2024-02-01T17:46:10.869Z | Downloaded num_threads v0.1.6 |
1228 | 2024-02-01T17:46:10.874Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1229 | 2024-02-01T17:46:10.874Z | Downloaded crossterm v0.27.0 |
1230 | 2024-02-01T17:46:10.877Z | Downloaded pin-project-lite v0.2.13 |
1231 | 2024-02-01T17:46:10.882Z | Downloaded option-ext v0.2.0 |
1232 | 2024-02-01T17:46:10.885Z | Downloaded opaque-debug v0.3.0 |
1233 | 2024-02-01T17:46:10.885Z | Downloaded debug-ignore v1.0.5 |
1234 | 2024-02-01T17:46:10.888Z | Downloaded darling_macro v0.20.3 |
1235 | 2024-02-01T17:46:10.888Z | Downloaded bit-set v0.5.3 |
1236 | 2024-02-01T17:46:10.890Z | Downloaded num-complex v0.4.4 |
1237 | 2024-02-01T17:46:10.893Z | Downloaded newtype_derive v0.1.6 |
1238 | 2024-02-01T17:46:10.896Z | Downloaded nibble_vec v0.1.0 |
1239 | 2024-02-01T17:46:10.896Z | Downloaded crossbeam-utils v0.8.16 |
1240 | 2024-02-01T17:46:10.900Z | Downloaded ciborium v0.2.2 |
1241 | 2024-02-01T17:46:10.904Z | Downloaded atomicwrites v0.4.3 |
1242 | 2024-02-01T17:46:10.907Z | Downloaded adler v1.0.2 |
1243 | 2024-02-01T17:46:10.910Z | Downloaded num-iter v0.1.43 |
1244 | 2024-02-01T17:46:10.910Z | Downloaded managed v0.8.0 |
1245 | 2024-02-01T17:46:10.913Z | Downloaded bzip2 v0.4.4 |
1246 | 2024-02-01T17:46:10.916Z | Downloaded memoffset v0.9.0 |
1247 | 2024-02-01T17:46:10.919Z | Downloaded md-5 v0.10.5 |
1248 | 2024-02-01T17:46:10.919Z | Downloaded colored v2.0.4 |
1249 | 2024-02-01T17:46:10.922Z | Downloaded cipher v0.4.4 |
1250 | 2024-02-01T17:46:10.926Z | Downloaded matches v0.1.10 |
1251 | 2024-02-01T17:46:10.926Z | Downloaded memchr v2.6.3 |
1252 | 2024-02-01T17:46:10.934Z | Downloaded md5 v0.7.0 |
1253 | 2024-02-01T17:46:10.937Z | Downloaded colorchoice v1.0.0 |
1254 | 2024-02-01T17:46:10.937Z | Downloaded ciborium-io v0.2.2 |
1255 | 2024-02-01T17:46:10.940Z | Downloaded async-stream-impl v0.3.5 |
1256 | 2024-02-01T17:46:10.940Z | Downloaded ciborium-ll v0.2.2 |
1257 | 2024-02-01T17:46:10.943Z | Downloaded crc32fast v1.3.2 |
1258 | 2024-02-01T17:46:11.346Z | Compiling proc-macro2 v1.0.78 |
1259 | 2024-02-01T17:46:11.346Z | Compiling unicode-ident v1.0.12 |
1260 | 2024-02-01T17:46:11.350Z | Compiling libc v0.2.152 |
1261 | 2024-02-01T17:46:11.350Z | Compiling serde v1.0.195 |
1262 | 2024-02-01T17:46:11.350Z | Compiling version_check v0.9.4 |
1263 | 2024-02-01T17:46:11.370Z | Compiling autocfg v1.1.0 |
1264 | 2024-02-01T17:46:11.373Z | Compiling cfg-if v1.0.0 |
1265 | 2024-02-01T17:46:11.573Z | Compiling once_cell v1.19.0 |
1266 | 2024-02-01T17:46:11.576Z | Compiling syn v1.0.109 |
1267 | 2024-02-01T17:46:11.704Z | Compiling thiserror v1.0.56 |
1268 | 2024-02-01T17:46:12.196Z | Compiling memchr v2.6.3 |
1269 | 2024-02-01T17:46:12.495Z | Compiling typenum v1.16.0 |
1270 | 2024-02-01T17:46:12.688Z | Compiling lock_api v0.4.10 |
1271 | 2024-02-01T17:46:12.851Z | Compiling byteorder v1.5.0 |
1272 | 2024-02-01T17:46:13.101Z | Compiling ahash v0.8.6 |
1273 | 2024-02-01T17:46:13.183Z | Compiling parking_lot_core v0.9.8 |
1274 | 2024-02-01T17:46:13.680Z | Compiling generic-array v0.14.7 |
1275 | 2024-02-01T17:46:13.728Z | Compiling libm v0.2.7 |
1276 | 2024-02-01T17:46:14.037Z | Compiling num-traits v0.2.16 |
1277 | 2024-02-01T17:46:14.235Z | Compiling serde_json v1.0.113 |
1278 | 2024-02-01T17:46:14.353Z | Compiling itoa v1.0.9 |
1279 | 2024-02-01T17:46:14.531Z | Compiling quote v1.0.35 |
1280 | 2024-02-01T17:46:15.030Z | Compiling slab v0.4.9 |
1281 | 2024-02-01T17:46:15.135Z | Compiling log v0.4.20 |
1282 | 2024-02-01T17:46:15.646Z | Compiling syn v2.0.48 |
1283 | 2024-02-01T17:46:15.646Z | Compiling getrandom v0.2.10 |
1284 | 2024-02-01T17:46:15.775Z | Compiling cc v1.0.83 |
1285 | 2024-02-01T17:46:16.019Z | Compiling rand_core v0.6.4 |
1286 | 2024-02-01T17:46:17.063Z | Compiling scopeguard v1.2.0 |
1287 | 2024-02-01T17:46:17.067Z | Compiling ryu v1.0.15 |
1288 | 2024-02-01T17:46:17.497Z | Compiling pkg-config v0.3.27 |
1289 | 2024-02-01T17:46:17.534Z | Compiling allocator-api2 v0.2.16 |
1290 | 2024-02-01T17:46:17.662Z | Compiling equivalent v1.0.1 |
1291 | 2024-02-01T17:46:17.819Z | Compiling smallvec v1.11.2 |
1292 | 2024-02-01T17:46:17.892Z | Compiling heck v0.4.1 |
1293 | 2024-02-01T17:46:18.476Z | Compiling subtle v2.5.0 |
1294 | 2024-02-01T17:46:18.621Z | Compiling schemars v0.8.16 |
1295 | 2024-02-01T17:46:19.516Z | Compiling vcpkg v0.2.15 |
1296 | 2024-02-01T17:46:19.801Z | Compiling pin-project-lite v0.2.13 |
1297 | 2024-02-01T17:46:20.183Z | Compiling httparse v1.8.0 |
1298 | 2024-02-01T17:46:20.431Z | Compiling ucd-trie v0.1.6 |
1299 | 2024-02-01T17:46:20.798Z | Compiling ring v0.17.7 |
1300 | 2024-02-01T17:46:21.069Z | Compiling parking_lot v0.12.1 |
1301 | 2024-02-01T17:46:21.332Z | Compiling ring v0.16.20 |
1302 | 2024-02-01T17:46:21.428Z | Compiling signal-hook-registry v1.4.1 |
1303 | 2024-02-01T17:46:22.736Z | Compiling fnv v1.0.7 |
1304 | 2024-02-01T17:46:22.760Z | Compiling mio v0.8.9 |
1305 | 2024-02-01T17:46:23.161Z | Compiling openssl-sys v0.9.96 |
1306 | 2024-02-01T17:46:23.213Z | Compiling iana-time-zone v0.1.57 |
1307 | 2024-02-01T17:46:24.363Z | Compiling semver v1.0.21 |
1308 | 2024-02-01T17:46:24.367Z | Compiling openssl v0.10.60 |
1309 | 2024-02-01T17:46:24.677Z | Compiling const-oid v0.9.5 |
1310 | 2024-02-01T17:46:24.718Z | Compiling socket2 v0.5.5 |
1311 | 2024-02-01T17:46:24.900Z | Compiling num_cpus v1.16.0 |
1312 | 2024-02-01T17:46:25.078Z | Compiling rustls v0.21.9 |
1313 | 2024-02-01T17:46:25.117Z | Compiling native-tls v0.2.11 |
1314 | 2024-02-01T17:46:26.211Z | Compiling futures-core v0.3.30 |
1315 | 2024-02-01T17:46:26.233Z | Compiling dyn-clone v1.0.13 |
1316 | 2024-02-01T17:46:26.617Z | Compiling aho-corasick v1.0.4 |
1317 | 2024-02-01T17:46:27.462Z | Compiling regex-syntax v0.8.2 |
1318 | 2024-02-01T17:46:27.581Z | Compiling serde_derive_internals v0.26.0 |
1319 | 2024-02-01T17:46:27.909Z | Compiling spin v0.5.2 |
1320 | 2024-02-01T17:46:28.029Z | Compiling async-trait v0.1.77 |
1321 | 2024-02-01T17:46:28.948Z | Compiling futures-sink v0.3.30 |
1322 | 2024-02-01T17:46:29.267Z | Compiling backtrace v0.3.69 |
1323 | 2024-02-01T17:46:29.786Z | Compiling rustix v0.38.30 |
1324 | 2024-02-01T17:46:29.848Z | Compiling tinyvec_macros v0.1.1 |
1325 | 2024-02-01T17:46:29.978Z | Compiling tinyvec v1.6.0 |
1326 | 2024-02-01T17:46:30.814Z | Compiling futures-channel v0.3.30 |
1327 | 2024-02-01T17:46:31.566Z | Compiling futures-task v0.3.30 |
1328 | 2024-02-01T17:46:32.046Z | Compiling futures-io v0.3.30 |
1329 | 2024-02-01T17:46:32.282Z | Compiling winnow v0.5.15 |
1330 | 2024-02-01T17:46:32.432Z | Compiling pin-utils v0.1.0 |
1331 | 2024-02-01T17:46:32.807Z | Compiling unicode-normalization v0.1.22 |
1332 | 2024-02-01T17:46:32.972Z | Compiling spin v0.9.8 |
1333 | 2024-02-01T17:46:33.335Z | Compiling regex-automata v0.4.4 |
1334 | 2024-02-01T17:46:33.607Z | Compiling tracing-core v0.1.31 |
1335 | 2024-02-01T17:46:34.308Z | Compiling unicode-bidi v0.3.13 |
1336 | 2024-02-01T17:46:34.714Z | Compiling cpufeatures v0.2.12 |
1337 | 2024-02-01T17:46:34.854Z | Compiling unicode-width v0.1.11 |
1338 | 2024-02-01T17:46:35.119Z | Compiling anyhow v1.0.75 |
1339 | 2024-02-01T17:46:36.944Z | Compiling crc32fast v1.3.2 |
1340 | 2024-02-01T17:46:38.169Z | Compiling time-core v0.1.1 |
1341 | 2024-02-01T17:46:38.425Z | Compiling slog v2.7.0 |
1342 | 2024-02-01T17:46:38.707Z | Compiling time-macros v0.2.13 |
1343 | 2024-02-01T17:46:39.228Z | Compiling num-integer v0.1.45 |
1344 | 2024-02-01T17:46:39.660Z | Compiling regex v1.10.3 |
1345 | 2024-02-01T17:46:39.707Z | Compiling serde_derive v1.0.195 |
1346 | 2024-02-01T17:46:40.710Z | Compiling zerocopy-derive v0.7.32 |
1347 | 2024-02-01T17:46:41.452Z | Compiling zeroize_derive v1.4.2 |
1348 | 2024-02-01T17:46:41.555Z | Compiling thiserror-impl v1.0.56 |
1349 | 2024-02-01T17:46:42.450Z | Compiling tokio-macros v2.2.0 |
1350 | 2024-02-01T17:46:44.115Z | Compiling zeroize v1.7.0 |
1351 | 2024-02-01T17:46:44.169Z | Compiling futures-macro v0.3.30 |
1352 | 2024-02-01T17:46:44.655Z | Compiling zerocopy v0.7.32 |
1353 | 2024-02-01T17:46:44.778Z | Compiling tracing-attributes v0.1.26 |
1354 | 2024-02-01T17:46:45.291Z | Compiling schemars_derive v0.8.16 |
1355 | 2024-02-01T17:46:47.116Z | Compiling crypto-common v0.1.6 |
1356 | 2024-02-01T17:46:47.405Z | Compiling pest v2.7.6 |
1357 | 2024-02-01T17:46:47.769Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-02-01T17:46:48.376Z | Compiling hashbrown v0.14.2 |
1359 | 2024-02-01T17:46:48.995Z | Compiling block-buffer v0.10.4 |
1360 | 2024-02-01T17:46:49.046Z | Compiling hashbrown v0.13.2 |
1361 | 2024-02-01T17:46:49.403Z | Compiling digest v0.10.7 |
1362 | 2024-02-01T17:46:50.880Z | Compiling futures-util v0.3.30 |
1363 | 2024-02-01T17:46:51.121Z | Compiling der_derive v0.7.2 |
1364 | 2024-02-01T17:46:51.577Z | Compiling pest_meta v2.7.6 |
1365 | 2024-02-01T17:46:52.229Z | Compiling tracing v0.1.37 |
1366 | 2024-02-01T17:46:53.505Z | Compiling untrusted v0.9.0 |
1367 | 2024-02-01T17:46:53.846Z | Compiling pest_generator v2.7.6 |
1368 | 2024-02-01T17:46:55.549Z | Compiling percent-encoding v2.3.1 |
1369 | 2024-02-01T17:46:56.335Z | Compiling untrusted v0.7.1 |
1370 | 2024-02-01T17:46:56.343Z | Compiling foreign-types-shared v0.1.1 |
1371 | 2024-02-01T17:46:56.751Z | Compiling foreign-types v0.3.2 |
1372 | 2024-02-01T17:47:11.328Z | Compiling pest_derive v2.7.6 |
1373 | 2024-02-01T17:47:11.328Z | Compiling errno v0.3.8 |
1374 | 2024-02-01T17:47:11.743Z | Compiling unicode-xid v0.2.4 |
1375 | 2024-02-01T17:47:11.744Z | Compiling ppv-lite86 v0.2.17 |
1376 | 2024-02-01T17:47:11.744Z | Compiling base64 v0.21.7 |
1377 | 2024-02-01T17:47:11.744Z | Compiling try-lock v0.2.4 |
1378 | 2024-02-01T17:47:11.744Z | Compiling want v0.3.1 |
1379 | 2024-02-01T17:47:11.744Z | Compiling synstructure v0.12.6 |
1380 | 2024-02-01T17:47:11.744Z | Compiling rustls-webpki v0.101.7 |
1381 | 2024-02-01T17:47:11.744Z | Compiling sct v0.7.0 |
1382 | 2024-02-01T17:47:11.745Z | Compiling form_urlencoded v1.2.1 |
1383 | 2024-02-01T17:47:11.745Z | Compiling scroll_derive v0.12.0 |
1384 | 2024-02-01T17:47:11.745Z | Compiling socket2 v0.4.9 |
1385 | 2024-02-01T17:47:11.745Z | Compiling bytes v1.5.0 |
1386 | 2024-02-01T17:47:11.745Z | Compiling indexmap v2.2.2 |
1387 | 2024-02-01T17:47:11.745Z | Compiling uuid v1.7.0 |
1388 | 2024-02-01T17:47:11.746Z | Compiling chrono v0.4.31 |
1389 | 2024-02-01T17:47:11.746Z | Compiling http v0.2.11 |
1390 | 2024-02-01T17:47:11.746Z | Compiling tokio v1.35.1 |
1391 | 2024-02-01T17:47:11.746Z | Compiling bitflags v2.4.0 |
1392 | 2024-02-01T17:47:11.746Z | Compiling toml_datetime v0.6.5 |
1393 | 2024-02-01T17:47:11.746Z | Compiling serde_spanned v0.6.4 |
1394 | 2024-02-01T17:47:11.747Z | Compiling toml_edit v0.19.15 |
1395 | 2024-02-01T17:47:11.747Z | Compiling rustc_version v0.4.0 |
1396 | 2024-02-01T17:47:11.747Z | Compiling openapiv3 v2.0.0 |
1397 | 2024-02-01T17:47:13.185Z | Compiling serde_tokenstream v0.2.0 |
1398 | 2024-02-01T17:47:13.745Z | Compiling http-body v0.4.5 |
1399 | 2024-02-01T17:47:16.869Z | Compiling httpdate v1.0.3 |
1400 | 2024-02-01T17:47:17.213Z | Compiling io-lifetimes v1.0.11 |
1401 | 2024-02-01T17:47:18.100Z | Compiling openssl-probe v0.1.5 |
1402 | 2024-02-01T17:47:18.632Z | Compiling tower-service v0.3.2 |
1403 | 2024-02-01T17:47:18.872Z | Compiling zerocopy-derive v0.2.0 |
1404 | 2024-02-01T17:47:20.738Z | Compiling tokio-util v0.7.10 |
1405 | 2024-02-01T17:47:22.281Z | Compiling idna v0.5.0 |
1406 | 2024-02-01T17:47:22.567Z | Compiling h2 v0.3.24 |
1407 | 2024-02-01T17:47:23.010Z | Compiling lazy_static v1.4.0 |
1408 | 2024-02-01T17:47:23.228Z | Compiling thread-id v4.2.0 |
1409 | 2024-02-01T17:47:23.385Z | Compiling crossbeam-utils v0.8.16 |
1410 | 2024-02-01T17:47:25.073Z | Compiling adler v1.0.2 |
1411 | 2024-02-01T17:47:25.163Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2024-02-01T17:47:25.530Z | Compiling miniz_oxide v0.7.1 |
1413 | 2024-02-01T17:47:25.581Z | Compiling url v2.5.0 |
1414 | 2024-02-01T17:47:27.738Z | Compiling tokio-rustls v0.24.1 |
1415 | 2024-02-01T17:47:28.019Z | Compiling rand_chacha v0.3.1 |
1416 | 2024-02-01T17:47:28.365Z | Compiling ipnet v2.9.0 |
1417 | 2024-02-01T17:47:28.421Z | Compiling rustix v0.37.23 |
1418 | 2024-02-01T17:47:29.410Z | Compiling rand v0.8.5 |
1419 | 2024-02-01T17:47:29.439Z | Compiling serde_urlencoded v0.7.1 |
1420 | 2024-02-01T17:47:30.281Z | Compiling rustls-pemfile v1.0.3 |
1421 | 2024-02-01T17:47:31.017Z | Compiling usdt-impl v0.3.5 |
1422 | 2024-02-01T17:47:31.060Z | Compiling encoding_rs v0.8.33 |
1423 | 2024-02-01T17:47:31.909Z | Compiling gimli v0.28.0 |
1424 | 2024-02-01T17:47:31.912Z | Compiling webpki-roots v0.25.2 |
1425 | 2024-02-01T17:47:32.053Z | Compiling mime v0.3.17 |
1426 | 2024-02-01T17:47:34.218Z | Compiling hyper v0.14.27 |
1427 | 2024-02-01T17:47:35.255Z | Compiling regress v0.7.1 |
1428 | 2024-02-01T17:47:35.352Z | Compiling object v0.32.1 |
1429 | 2024-02-01T17:47:37.853Z | Compiling num-bigint v0.4.4 |
1430 | 2024-02-01T17:47:39.015Z | Compiling addr2line v0.21.0 |
1431 | 2024-02-01T17:47:39.164Z | Compiling usdt-impl v0.5.0 |
1432 | 2024-02-01T17:47:39.673Z | Compiling rustc-demangle v0.1.23 |
1433 | 2024-02-01T17:47:40.744Z | Compiling flate2 v1.0.28 |
1434 | 2024-02-01T17:47:40.773Z | Compiling zerocopy v0.3.0 |
1435 | 2024-02-01T17:47:41.226Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1436 | 2024-02-01T17:47:41.291Z | Compiling heapless v0.7.16 |
1437 | 2024-02-01T17:47:41.914Z | Compiling scroll v0.12.0 |
1438 | 2024-02-01T17:47:42.220Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1439 | 2024-02-01T17:47:42.817Z | Compiling signal-hook v0.3.17 |
1440 | 2024-02-01T17:47:42.901Z | Compiling rustversion v1.0.14 |
1441 | 2024-02-01T17:47:43.544Z | Compiling plain v0.2.3 |
1442 | 2024-02-01T17:47:43.782Z | Compiling goblin v0.8.0 |
1443 | 2024-02-01T17:47:44.396Z | Compiling dof v0.1.5 |
1444 | 2024-02-01T17:47:45.901Z | Compiling hyper-tls v0.5.0 |
1445 | 2024-02-01T17:47:46.370Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-02-01T17:47:46.906Z | Compiling reqwest v0.11.22 |
1447 | 2024-02-01T17:47:48.266Z | Compiling toml v0.7.8 |
1448 | 2024-02-01T17:47:49.201Z | Compiling toml_edit v0.21.0 |
1449 | 2024-02-01T17:47:50.291Z | Compiling hex v0.4.3 |
1450 | 2024-02-01T17:47:50.952Z | Compiling dtrace-parser v0.1.14 |
1451 | 2024-02-01T17:47:51.310Z | Compiling memoffset v0.9.0 |
1452 | 2024-02-01T17:47:51.394Z | Compiling strsim v0.10.0 |
1453 | 2024-02-01T17:47:51.420Z | Compiling camino v1.1.6 |
1454 | 2024-02-01T17:47:51.761Z | Compiling pretty-hex v0.4.1 |
1455 | 2024-02-01T17:47:52.104Z | Compiling base64ct v1.6.0 |
1456 | 2024-02-01T17:47:54.341Z | Compiling dof v0.3.0 |
1457 | 2024-02-01T17:47:56.077Z | Compiling serde_tokenstream v0.1.7 |
1458 | 2024-02-01T17:47:56.895Z | Compiling dtrace-parser v0.2.0 |
1459 | 2024-02-01T17:47:58.115Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1460 | 2024-02-01T17:47:58.484Z | Compiling smoltcp v0.9.1 |
1461 | 2024-02-01T17:47:59.271Z | Compiling bitflags v1.3.2 |
1462 | 2024-02-01T17:47:59.394Z | Compiling pem-rfc7468 v0.7.0 |
1463 | 2024-02-01T17:47:59.414Z | Compiling strum_macros v0.25.2 |
1464 | 2024-02-01T17:48:00.271Z | Compiling hmac v0.12.1 |
1465 | 2024-02-01T17:48:00.663Z | Compiling enum-as-inner v0.5.1 |
1466 | 2024-02-01T17:48:01.032Z | Compiling num-iter v0.1.43 |
1467 | 2024-02-01T17:48:01.478Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2024-02-01T17:48:01.761Z | Compiling unicode-segmentation v1.10.1 |
1469 | 2024-02-01T17:48:02.325Z | Compiling siphasher v0.3.11 |
1470 | 2024-02-01T17:48:02.348Z | Compiling flagset v0.4.3 |
1471 | 2024-02-01T17:48:02.660Z | Compiling der v0.7.8 |
1472 | 2024-02-01T17:48:03.011Z | Compiling usdt-attr-macro v0.3.5 |
1473 | 2024-02-01T17:48:03.132Z | Compiling usdt-macro v0.3.5 |
1474 | 2024-02-01T17:48:04.536Z | Compiling hubpack_derive v0.1.1 |
1475 | 2024-02-01T17:48:05.325Z | Compiling zerocopy-derive v0.6.4 |
1476 | 2024-02-01T17:48:07.500Z | Compiling deranged v0.3.8 |
1477 | 2024-02-01T17:48:07.605Z | Compiling utf8parse v0.2.1 |
1478 | 2024-02-01T17:48:07.852Z | Compiling anstyle v1.0.2 |
1479 | 2024-02-01T17:48:08.284Z | Compiling num_threads v0.1.6 |
1480 | 2024-02-01T17:48:09.216Z | Compiling sha2 v0.10.8 |
1481 | 2024-02-01T17:48:09.222Z | Compiling anstyle-parse v0.2.1 |
1482 | 2024-02-01T17:48:09.382Z | Compiling spki v0.7.2 |
1483 | 2024-02-01T17:48:10.585Z | Compiling time v0.3.27 |
1484 | 2024-02-01T17:48:13.190Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1485 | 2024-02-01T17:48:14.027Z | Compiling md-5 v0.10.5 |
1486 | 2024-02-01T17:48:14.415Z | Compiling block-padding v0.3.3 |
1487 | 2024-02-01T17:48:14.427Z | Compiling clap_derive v4.4.2 |
1488 | 2024-02-01T17:48:15.045Z | Compiling stringprep v0.1.3 |
1489 | 2024-02-01T17:48:15.294Z | Compiling getopts v0.2.21 |
1490 | 2024-02-01T17:48:16.669Z | Compiling diesel_table_macro_syntax v0.1.0 |
1491 | 2024-02-01T17:48:17.319Z | Compiling hash32 v0.2.1 |
1492 | 2024-02-01T17:48:19.768Z | Compiling fallible-iterator v0.2.0 |
1493 | 2024-02-01T17:48:20.048Z | Compiling anstyle-query v1.0.0 |
1494 | 2024-02-01T17:48:20.244Z | Compiling stable_deref_trait v1.2.0 |
1495 | 2024-02-01T17:48:20.398Z | Compiling colorchoice v1.0.0 |
1496 | 2024-02-01T17:48:20.986Z | Compiling postgres-protocol v0.6.6 |
1497 | 2024-02-01T17:48:21.332Z | Compiling anstream v0.5.0 |
1498 | 2024-02-01T17:48:21.830Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1499 | 2024-02-01T17:48:22.439Z | Compiling diesel_derives v2.1.2 |
1500 | 2024-02-01T17:48:23.104Z | Compiling inout v0.1.3 |
1501 | 2024-02-01T17:48:23.785Z | Compiling terminal_size v0.2.6 |
1502 | 2024-02-01T17:48:24.545Z | Compiling pkcs8 v0.10.2 |
1503 | 2024-02-01T17:48:24.884Z | Compiling phf_shared v0.11.2 |
1504 | 2024-02-01T17:48:26.751Z | Compiling ff v0.13.0 |
1505 | 2024-02-01T17:48:27.487Z | Compiling serde_repr v0.1.16 |
1506 | 2024-02-01T17:48:29.119Z | Compiling scheduled-thread-pool v0.2.7 |
1507 | 2024-02-01T17:48:29.978Z | Compiling base16ct v0.2.0 |
1508 | 2024-02-01T17:48:30.806Z | Compiling bit-vec v0.6.3 |
1509 | 2024-02-01T17:48:31.894Z | Compiling clap_lex v0.5.1 |
1510 | 2024-02-01T17:48:31.901Z | Compiling managed v0.8.0 |
1511 | 2024-02-01T17:48:32.216Z | Compiling regex-automata v0.1.10 |
1512 | 2024-02-01T17:48:32.274Z | Compiling unsafe-libyaml v0.2.10 |
1513 | 2024-02-01T17:48:32.621Z | Compiling matches v0.1.10 |
1514 | 2024-02-01T17:48:32.755Z | Compiling idna v0.2.3 |
1515 | 2024-02-01T17:48:32.971Z | Compiling bstr v0.2.17 |
1516 | 2024-02-01T17:48:35.503Z | Compiling serde_yaml v0.9.25 |
1517 | 2024-02-01T17:48:37.377Z | Compiling clap_builder v4.4.2 |
1518 | 2024-02-01T17:48:38.784Z | Compiling sec1 v0.7.3 |
1519 | 2024-02-01T17:48:39.668Z | Compiling r2d2 v0.8.10 |
1520 | 2024-02-01T17:48:40.711Z | Compiling group v0.13.0 |
1521 | 2024-02-01T17:48:43.050Z | Compiling phf v0.11.2 |
1522 | 2024-02-01T17:48:43.147Z | Compiling signal-hook-mio v0.2.3 |
1523 | 2024-02-01T17:48:43.177Z | Compiling bzip2 v0.4.4 |
1524 | 2024-02-01T17:48:43.315Z | Compiling cipher v0.4.4 |
1525 | 2024-02-01T17:48:43.376Z | Compiling postgres-types v0.2.6 |
1526 | 2024-02-01T17:48:43.498Z | Compiling zerocopy v0.6.4 |
1527 | 2024-02-01T17:48:43.788Z | Compiling hubpack v0.1.2 |
1528 | 2024-02-01T17:48:44.197Z | Compiling phf_shared v0.10.0 |
1529 | 2024-02-01T17:48:44.827Z | Compiling hkdf v0.12.4 |
1530 | 2024-02-01T17:48:44.936Z | Compiling crypto-bigint v0.5.2 |
1531 | 2024-02-01T17:48:45.003Z | Compiling ipnetwork v0.20.0 |
1532 | 2024-02-01T17:48:45.221Z | Compiling futures-executor v0.3.30 |
1533 | 2024-02-01T17:48:46.264Z | Compiling float-cmp v0.9.0 |
1534 | 2024-02-01T17:48:46.606Z | Compiling predicates-core v1.0.6 |
1535 | 2024-02-01T17:48:47.154Z | Compiling difflib v0.4.0 |
1536 | 2024-02-01T17:48:47.717Z | Compiling normalize-line-endings v0.3.0 |
1537 | 2024-02-01T17:48:49.651Z | Compiling either v1.9.0 |
1538 | 2024-02-01T17:48:49.877Z | Compiling whoami v1.4.1 |
1539 | 2024-02-01T17:48:50.197Z | Compiling precomputed-hash v0.1.1 |
1540 | 2024-02-01T17:48:50.363Z | Compiling regex-automata v0.3.8 |
1541 | 2024-02-01T17:48:50.857Z | Compiling minimal-lexical v0.2.1 |
1542 | 2024-02-01T17:48:50.917Z | Compiling static_assertions v1.1.0 |
1543 | 2024-02-01T17:48:51.064Z | Compiling new_debug_unreachable v1.0.4 |
1544 | 2024-02-01T17:48:51.201Z | Compiling data-encoding v2.4.0 |
1545 | 2024-02-01T17:48:54.508Z | Compiling fixedbitset v0.4.2 |
1546 | 2024-02-01T17:48:54.726Z | Compiling bstr v1.6.0 |
1547 | 2024-02-01T17:48:55.229Z | Compiling petgraph v0.6.4 |
1548 | 2024-02-01T17:48:55.571Z | Compiling trust-dns-proto v0.22.0 |
1549 | 2024-02-01T17:48:55.682Z | Compiling nom v7.1.3 |
1550 | 2024-02-01T17:48:56.234Z | Compiling string_cache v0.8.7 |
1551 | 2024-02-01T17:48:56.328Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1552 | 2024-02-01T17:48:56.964Z | Compiling tokio-postgres v0.7.10 |
1553 | 2024-02-01T17:48:57.353Z | Compiling itertools v0.10.5 |
1554 | 2024-02-01T17:48:59.517Z | Compiling diesel v2.1.4 |
1555 | 2024-02-01T17:49:00.303Z | Compiling elliptic-curve v0.13.8 |
1556 | 2024-02-01T17:49:01.556Z | Compiling predicates v3.1.0 |
1557 | 2024-02-01T17:49:01.906Z | Compiling yasna v0.5.2 |
1558 | 2024-02-01T17:49:02.605Z | Compiling futures v0.3.30 |
1559 | 2024-02-01T17:49:04.412Z | Compiling zip v0.6.6 |
1560 | 2024-02-01T17:49:04.521Z | Compiling clap v4.4.3 |
1561 | 2024-02-01T17:49:04.696Z | Compiling crossterm v0.27.0 |
1562 | 2024-02-01T17:49:05.688Z | Compiling similar v2.3.0 |
1563 | 2024-02-01T17:49:05.748Z | Compiling bit-set v0.5.3 |
1564 | 2024-02-01T17:49:05.988Z | Compiling usdt v0.3.5 |
1565 | 2024-02-01T17:49:06.210Z | Compiling console v0.15.8 |
1566 | 2024-02-01T17:49:06.407Z | Compiling tokio-stream v0.1.14 |
1567 | 2024-02-01T17:49:08.065Z | Compiling lalrpop-util v0.19.12 |
1568 | 2024-02-01T17:49:13.975Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1569 | 2024-02-01T17:49:27.578Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1570 | 2024-02-01T17:50:07.600Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2024-02-01T17:50:11.543Z | Compiling sha1 v0.10.6 |
1572 | 2024-02-01T17:50:12.178Z | Compiling atty v0.2.14 |
1573 | 2024-02-01T17:50:12.261Z | Compiling match_cfg v0.1.0 |
1574 | 2024-02-01T17:50:12.404Z | Compiling hostname v0.3.1 |
1575 | 2024-02-01T17:50:12.439Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1576 | 2024-02-01T17:50:12.750Z | Compiling dirs-sys-next v0.1.2 |
1577 | 2024-02-01T17:50:12.957Z | Compiling ident_case v1.0.1 |
1578 | 2024-02-01T17:50:13.057Z | Compiling rustls-pki-types v1.1.0 |
1579 | 2024-02-01T17:50:13.075Z | Compiling dirs-next v2.0.0 |
1580 | 2024-02-01T17:50:13.208Z | Compiling darling_core v0.20.3 |
1581 | 2024-02-01T17:50:13.517Z | Compiling thread_local v1.1.7 |
1582 | 2024-02-01T17:50:13.818Z | Compiling slog-async v2.8.0 |
1583 | 2024-02-01T17:50:14.338Z | Compiling rustls v0.22.2 |
1584 | 2024-02-01T17:50:14.450Z | Compiling rustls-webpki v0.102.1 |
1585 | 2024-02-01T17:50:14.794Z | Compiling term v0.7.0 |
1586 | 2024-02-01T17:50:14.858Z | Compiling crossbeam-channel v0.5.8 |
1587 | 2024-02-01T17:50:15.849Z | Compiling multer v3.0.0 |
1588 | 2024-02-01T17:50:15.963Z | Compiling instant v0.1.12 |
1589 | 2024-02-01T17:50:16.172Z | Compiling paste v1.0.14 |
1590 | 2024-02-01T17:50:16.304Z | Compiling take_mut v0.2.2 |
1591 | 2024-02-01T17:50:17.049Z | Compiling slog-term v2.9.0 |
1592 | 2024-02-01T17:50:17.345Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1593 | 2024-02-01T17:50:17.683Z | Compiling slog-json v2.6.1 |
1594 | 2024-02-01T17:50:17.999Z | Compiling http v1.0.0 |
1595 | 2024-02-01T17:50:18.284Z | Compiling async-stream-impl v0.3.5 |
1596 | 2024-02-01T17:50:18.647Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1597 | 2024-02-01T17:50:19.099Z | Compiling debug-ignore v1.0.5 |
1598 | 2024-02-01T17:50:19.167Z | Compiling atomic-waker v1.1.1 |
1599 | 2024-02-01T17:50:19.425Z | Compiling waitgroup v0.1.2 |
1600 | 2024-02-01T17:50:19.452Z | Compiling slog-bunyan v2.5.0 |
1601 | 2024-02-01T17:50:19.755Z | Compiling rustls-pemfile v2.0.0 |
1602 | 2024-02-01T17:50:20.496Z | Compiling toml v0.8.8 |
1603 | 2024-02-01T17:50:20.995Z | Compiling async-stream v0.3.5 |
1604 | 2024-02-01T17:50:21.752Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1605 | 2024-02-01T17:50:22.291Z | Compiling serde_path_to_error v0.1.15 |
1606 | 2024-02-01T17:50:23.009Z | Compiling structmeta-derive v0.2.0 |
1607 | 2024-02-01T17:50:23.393Z | Compiling strum v0.25.0 |
1608 | 2024-02-01T17:50:23.497Z | Compiling darling_macro v0.20.3 |
1609 | 2024-02-01T17:50:23.671Z | Compiling regex-syntax v0.7.5 |
1610 | 2024-02-01T17:50:23.814Z | Compiling backoff v0.4.0 |
1611 | 2024-02-01T17:50:24.345Z | Compiling tokio-rustls v0.25.0 |
1612 | 2024-02-01T17:50:24.976Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1613 | 2024-02-01T17:50:25.160Z | Compiling darling v0.20.3 |
1614 | 2024-02-01T17:50:25.349Z | Compiling serde_with_macros v3.5.1 |
1615 | 2024-02-01T17:50:26.148Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-02-01T17:50:26.794Z | Compiling macaddr v1.0.1 |
1617 | 2024-02-01T17:50:27.117Z | Compiling proc-macro-error-attr v1.0.4 |
1618 | 2024-02-01T17:50:27.206Z | Compiling proc-macro-crate v1.3.1 |
1619 | 2024-02-01T17:50:27.661Z | Compiling proc-macro-error v1.0.4 |
1620 | 2024-02-01T17:50:28.111Z | Compiling structmeta v0.2.0 |
1621 | 2024-02-01T17:50:28.136Z | Compiling heapless v0.8.0 |
1622 | 2024-02-01T17:50:29.107Z | Compiling num_enum_derive v0.5.11 |
1623 | 2024-02-01T17:50:29.519Z | Compiling hash32 v0.3.1 |
1624 | 2024-02-01T17:50:29.898Z | Compiling smoltcp v0.11.0 |
1625 | 2024-02-01T17:50:30.418Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1626 | 2024-02-01T17:50:30.619Z | Compiling serde_with v3.5.1 |
1627 | 2024-02-01T17:50:32.168Z | Compiling fastrand v2.0.0 |
1628 | 2024-02-01T17:50:32.833Z | Compiling embedded-io v0.4.0 |
1629 | 2024-02-01T17:50:33.453Z | Compiling cobs v0.2.3 |
1630 | 2024-02-01T17:50:33.460Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1631 | 2024-02-01T17:50:33.527Z | Compiling same-file v1.0.6 |
1632 | 2024-02-01T17:50:33.723Z | Compiling postcard v1.0.8 |
1633 | 2024-02-01T17:50:33.754Z | Compiling num_enum v0.5.11 |
1634 | 2024-02-01T17:50:33.955Z | Compiling walkdir v2.4.0 |
1635 | 2024-02-01T17:50:34.923Z | Compiling tempfile v3.9.0 |
1636 | 2024-02-01T17:50:35.104Z | Compiling semver-parser v0.10.2 |
1637 | 2024-02-01T17:50:35.228Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2024-02-01T17:50:35.408Z | Compiling parse-display-derive v0.8.2 |
1639 | 2024-02-01T17:50:36.333Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1640 | 2024-02-01T17:50:37.363Z | Compiling foreign-types-shared v0.3.1 |
1641 | 2024-02-01T17:50:37.477Z | Compiling crucible-workspace-hack v0.1.0 |
1642 | 2024-02-01T17:50:37.526Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1643 | 2024-02-01T17:50:37.662Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-02-01T17:50:37.809Z | Compiling foreign-types v0.5.0 |
1645 | 2024-02-01T17:50:38.084Z | Compiling semver v0.11.0 |
1646 | 2024-02-01T17:50:38.759Z | Compiling is-terminal v0.4.9 |
1647 | 2024-02-01T17:50:38.915Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1648 | 2024-02-01T17:50:38.947Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1649 | 2024-02-01T17:50:39.426Z | Compiling cstr-argument v0.1.2 |
1650 | 2024-02-01T17:50:39.509Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1651 | 2024-02-01T17:50:39.761Z | Compiling xattr v1.0.1 |
1652 | 2024-02-01T17:50:39.799Z | Compiling filetime v0.2.23 |
1653 | 2024-02-01T17:50:40.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1654 | 2024-02-01T17:50:40.691Z | Compiling pretty-hex v0.2.1 |
1655 | 2024-02-01T17:50:40.695Z | Compiling home v0.5.5 |
1656 | 2024-02-01T17:50:40.695Z | Compiling toolchain_find v0.2.0 |
1657 | 2024-02-01T17:50:40.695Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1658 | 2024-02-01T17:50:40.695Z | Compiling tar v0.4.40 |
1659 | 2024-02-01T17:50:40.706Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1660 | 2024-02-01T17:50:41.202Z | Compiling colored v2.0.4 |
1661 | 2024-02-01T17:50:41.961Z | Compiling toml v0.5.11 |
1662 | 2024-02-01T17:50:42.258Z | Compiling platforms v3.0.2 |
1663 | 2024-02-01T17:50:42.323Z | Compiling topological-sort v0.2.2 |
1664 | 2024-02-01T17:50:42.552Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1665 | 2024-02-01T17:50:42.639Z | Compiling omicron-zone-package v0.10.1 |
1666 | 2024-02-01T17:50:42.723Z | Compiling parse-display v0.8.2 |
1667 | 2024-02-01T17:50:43.014Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1668 | 2024-02-01T17:50:43.062Z | Compiling camino-tempfile v1.1.1 |
1669 | 2024-02-01T17:50:43.112Z | Compiling zone_cfg_derive v0.3.0 |
1670 | 2024-02-01T17:50:43.790Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1671 | 2024-02-01T17:50:44.246Z | Compiling textwrap v0.11.0 |
1672 | 2024-02-01T17:50:44.493Z | Compiling heck v0.3.3 |
1673 | 2024-02-01T17:50:45.267Z | Compiling rustfmt-wrapper v0.2.0 |
1674 | 2024-02-01T17:50:45.739Z | Compiling num-derive v0.4.0 |
1675 | 2024-02-01T17:50:46.082Z | Compiling strsim v0.8.0 |
1676 | 2024-02-01T17:50:46.400Z | Compiling libefi-sys v0.1.0 |
1677 | 2024-02-01T17:50:46.858Z | Compiling vec_map v0.8.2 |
1678 | 2024-02-01T17:50:47.513Z | Compiling ansi_term v0.12.1 |
1679 | 2024-02-01T17:50:47.520Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1680 | 2024-02-01T17:50:47.972Z | Compiling clap v2.34.0 |
1681 | 2024-02-01T17:50:47.998Z | Compiling zone v0.3.0 |
1682 | 2024-02-01T17:50:48.288Z | Compiling structopt-derive v0.4.18 |
1683 | 2024-02-01T17:50:49.043Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1684 | 2024-02-01T17:50:49.622Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1685 | 2024-02-01T17:50:50.112Z | Compiling smf v0.2.2 |
1686 | 2024-02-01T17:50:50.550Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1687 | 2024-02-01T17:50:50.634Z | Compiling unicase v2.7.0 |
1688 | 2024-02-01T17:50:50.692Z | Compiling semver v0.1.20 |
1689 | 2024-02-01T17:50:51.093Z | Compiling curve25519-dalek v4.1.1 |
1690 | 2024-02-01T17:50:51.259Z | Compiling rustc_version v0.1.7 |
1691 | 2024-02-01T17:50:51.814Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1692 | 2024-02-01T17:50:51.962Z | Compiling universal-hash v0.5.1 |
1693 | 2024-02-01T17:50:52.375Z | Compiling opaque-debug v0.3.0 |
1694 | 2024-02-01T17:50:52.375Z | Compiling newtype_derive v0.1.6 |
1695 | 2024-02-01T17:50:52.376Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1696 | 2024-02-01T17:50:52.376Z | Compiling curve25519-dalek-derive v0.1.0 |
1697 | 2024-02-01T17:50:52.376Z | Compiling gethostname v0.4.3 |
1698 | 2024-02-01T17:50:52.491Z | Compiling num-rational v0.4.1 |
1699 | 2024-02-01T17:50:52.705Z | Compiling getrandom v0.1.16 |
1700 | 2024-02-01T17:50:52.853Z | Compiling usdt-attr-macro v0.5.0 |
1701 | 2024-02-01T17:50:53.054Z | Compiling usdt-macro v0.5.0 |
1702 | 2024-02-01T17:50:53.324Z | Compiling password-hash v0.5.0 |
1703 | 2024-02-01T17:50:53.365Z | Compiling blake2 v0.10.6 |
1704 | 2024-02-01T17:50:53.837Z | Compiling structopt v0.3.26 |
1705 | 2024-02-01T17:50:54.935Z | Compiling signature v2.1.0 |
1706 | 2024-02-01T17:50:55.161Z | Compiling memmap v0.7.0 |
1707 | 2024-02-01T17:50:55.304Z | Compiling parking_lot_core v0.8.6 |
1708 | 2024-02-01T17:50:55.532Z | Compiling quick-error v1.2.3 |
1709 | 2024-02-01T17:50:55.585Z | Compiling linked-hash-map v0.5.6 |
1710 | 2024-02-01T17:50:55.716Z | Compiling resolv-conf v0.7.0 |
1711 | 2024-02-01T17:50:55.752Z | Compiling usdt v0.5.0 |
1712 | 2024-02-01T17:50:56.020Z | Compiling argon2 v0.5.3 |
1713 | 2024-02-01T17:50:56.182Z | Compiling lru-cache v0.1.2 |
1714 | 2024-02-01T17:50:56.890Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1715 | 2024-02-01T17:50:57.112Z | Compiling aead v0.5.2 |
1716 | 2024-02-01T17:50:57.158Z | Compiling num-complex v0.4.4 |
1717 | 2024-02-01T17:50:57.646Z | Compiling nibble_vec v0.1.0 |
1718 | 2024-02-01T17:50:57.949Z | Compiling slog-dtrace v0.3.0 |
1719 | 2024-02-01T17:50:58.412Z | Compiling cancel-safe-futures v0.1.5 |
1720 | 2024-02-01T17:50:59.382Z | Compiling winapi v0.3.9 |
1721 | 2024-02-01T17:50:59.388Z | Compiling keccak v0.1.4 |
1722 | 2024-02-01T17:50:59.682Z | Compiling utf-8 v0.7.6 |
1723 | 2024-02-01T17:51:00.187Z | Compiling arc-swap v1.6.0 |
1724 | 2024-02-01T17:51:00.623Z | Compiling endian-type v0.1.2 |
1725 | 2024-02-01T17:51:00.869Z | Compiling tungstenite v0.20.1 |
1726 | 2024-02-01T17:51:00.981Z | Compiling radix_trie v0.2.1 |
1727 | 2024-02-01T17:51:01.263Z | Compiling slog-scope v4.4.0 |
1728 | 2024-02-01T17:51:01.528Z | Compiling sha3 v0.10.8 |
1729 | 2024-02-01T17:51:02.125Z | Compiling num v0.4.1 |
1730 | 2024-02-01T17:51:02.244Z | Compiling mime_guess v2.0.4 |
1731 | 2024-02-01T17:51:02.279Z | Compiling steno v0.4.0 |
1732 | 2024-02-01T17:51:03.146Z | Compiling trust-dns-resolver v0.22.0 |
1733 | 2024-02-01T17:51:03.329Z | Compiling rand_core v0.5.1 |
1734 | 2024-02-01T17:51:04.440Z | Compiling poly1305 v0.8.0 |
1735 | 2024-02-01T17:51:04.740Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1736 | 2024-02-01T17:51:05.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1737 | 2024-02-01T17:51:06.599Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1738 | 2024-02-01T17:51:07.247Z | Compiling chacha20 v0.9.1 |
1739 | 2024-02-01T17:51:07.330Z | Compiling rfc6979 v0.4.0 |
1740 | 2024-02-01T17:51:07.609Z | Compiling secrecy v0.8.0 |
1741 | 2024-02-01T17:51:07.955Z | Compiling thiserror-impl-no-std v2.0.2 |
1742 | 2024-02-01T17:51:08.022Z | Compiling half v2.3.1 |
1743 | 2024-02-01T17:51:09.006Z | Compiling convert_case v0.4.0 |
1744 | 2024-02-01T17:51:09.630Z | Compiling ciborium-io v0.2.2 |
1745 | 2024-02-01T17:51:09.823Z | Compiling option-ext v0.2.0 |
1746 | 2024-02-01T17:51:10.011Z | Compiling dirs-sys v0.4.1 |
1747 | 2024-02-01T17:51:10.374Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1748 | 2024-02-01T17:51:10.563Z | Compiling derive_more v0.99.17 |
1749 | 2024-02-01T17:51:11.097Z | Compiling ciborium-ll v0.2.2 |
1750 | 2024-02-01T17:51:11.814Z | Compiling ecdsa v0.16.9 |
1751 | 2024-02-01T17:51:13.377Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1752 | 2024-02-01T17:51:13.527Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1753 | 2024-02-01T17:51:13.842Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1754 | 2024-02-01T17:51:15.343Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1755 | 2024-02-01T17:51:16.015Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1756 | 2024-02-01T17:51:16.310Z | Compiling thiserror-no-std v2.0.2 |
1757 | 2024-02-01T17:51:16.482Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1758 | 2024-02-01T17:51:16.586Z | Compiling parking_lot v0.11.2 |
1759 | 2024-02-01T17:51:17.000Z | Compiling rand_chacha v0.2.2 |
1760 | 2024-02-01T17:51:17.170Z | Compiling tokio-tungstenite v0.20.1 |
1761 | 2024-02-01T17:51:18.949Z | Compiling trust-dns-client v0.22.0 |
1762 | 2024-02-01T17:51:19.222Z | Compiling slog-stdlog v4.1.1 |
1763 | 2024-02-01T17:51:19.512Z | Compiling ed25519 v2.2.2 |
1764 | 2024-02-01T17:51:19.540Z | Compiling polyval v0.6.1 |
1765 | 2024-02-01T17:51:19.783Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1766 | 2024-02-01T17:51:20.205Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1767 | 2024-02-01T17:51:20.229Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1768 | 2024-02-01T17:51:24.244Z | Compiling primeorder v0.13.6 |
1769 | 2024-02-01T17:51:24.860Z | Compiling aes v0.8.3 |
1770 | 2024-02-01T17:51:25.105Z | Compiling ctr v0.9.2 |
1771 | 2024-02-01T17:51:25.643Z | Compiling blowfish v0.9.1 |
1772 | 2024-02-01T17:51:26.389Z | Compiling password-hash v0.4.2 |
1773 | 2024-02-01T17:51:26.778Z | Compiling libsw v3.3.1 |
1774 | 2024-02-01T17:51:27.956Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-02-01T17:51:28.204Z | Compiling derive-where v1.2.7 |
1776 | 2024-02-01T17:51:29.714Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1777 | 2024-02-01T17:51:33.628Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1778 | 2024-02-01T17:51:34.406Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1779 | 2024-02-01T17:51:39.093Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1780 | 2024-02-01T17:51:41.768Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1781 | 2024-02-01T17:51:42.688Z | Compiling fxhash v0.2.1 |
1782 | 2024-02-01T17:51:43.022Z | Compiling owo-colors v4.0.0 |
1783 | 2024-02-01T17:51:43.098Z | Compiling linear-map v1.2.0 |
1784 | 2024-02-01T17:51:43.726Z | Compiling swrite v0.1.0 |
1785 | 2024-02-01T17:51:43.925Z | Compiling sled v0.34.7 |
1786 | 2024-02-01T17:51:46.417Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1787 | 2024-02-01T17:51:46.492Z | Compiling trust-dns-server v0.22.1 |
1788 | 2024-02-01T17:51:46.955Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1789 | 2024-02-01T17:51:47.088Z | Compiling bcrypt-pbkdf v0.10.0 |
1790 | 2024-02-01T17:51:48.004Z | Compiling pbkdf2 v0.11.0 |
1791 | 2024-02-01T17:51:48.179Z | Compiling p256 v0.13.2 |
1792 | 2024-02-01T17:51:48.354Z | Compiling ghash v0.5.0 |
1793 | 2024-02-01T17:51:48.583Z | Compiling ed25519-dalek v2.0.0 |
1794 | 2024-02-01T17:51:48.692Z | Compiling slog-envlogger v2.2.0 |
1795 | 2024-02-01T17:51:48.819Z | Compiling russh-cryptovec v0.7.0 |
1796 | 2024-02-01T17:51:49.317Z | Compiling rand v0.7.3 |
1797 | 2024-02-01T17:51:50.339Z | Compiling vsss-rs v3.3.4 |
1798 | 2024-02-01T17:51:50.443Z | Compiling ciborium v0.2.2 |
1799 | 2024-02-01T17:51:51.430Z | Compiling dirs v5.0.1 |
1800 | 2024-02-01T17:51:51.731Z | Compiling chacha20poly1305 v0.10.1 |
1801 | 2024-02-01T17:51:52.049Z | Compiling cbc v0.1.2 |
1802 | 2024-02-01T17:51:52.415Z | Compiling pem v3.0.2 |
1803 | 2024-02-01T17:51:52.963Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1804 | 2024-02-01T17:51:53.589Z | Compiling headers-core v0.2.0 |
1805 | 2024-02-01T17:51:53.749Z | Compiling kstat-rs v0.2.3 |
1806 | 2024-02-01T17:51:53.945Z | Compiling http-range v0.1.5 |
1807 | 2024-02-01T17:51:54.029Z | Compiling md5 v0.7.0 |
1808 | 2024-02-01T17:51:54.187Z | Compiling glob v0.3.1 |
1809 | 2024-02-01T17:51:54.495Z | Compiling russh-keys v0.40.1 |
1810 | 2024-02-01T17:51:54.828Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1811 | 2024-02-01T17:51:54.863Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1812 | 2024-02-01T17:51:55.945Z | Compiling hyper-staticfile v0.9.5 |
1813 | 2024-02-01T17:51:57.494Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1814 | 2024-02-01T17:51:59.888Z | Compiling headers v0.3.9 |
1815 | 2024-02-01T17:51:59.935Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1816 | 2024-02-01T17:52:00.146Z | Compiling rcgen v0.12.1 |
1817 | 2024-02-01T17:52:03.485Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1818 | 2024-02-01T17:52:04.148Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1819 | 2024-02-01T17:52:04.382Z | Compiling aes-gcm v0.10.3 |
1820 | 2024-02-01T17:52:09.361Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1821 | 2024-02-01T17:52:10.330Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1822 | 2024-02-01T17:52:12.408Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1823 | 2024-02-01T17:52:15.558Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1824 | 2024-02-01T17:52:17.947Z | Compiling atomicwrites v0.4.3 |
1825 | 2024-02-01T17:52:18.021Z | Compiling itertools v0.12.0 |
1826 | 2024-02-01T17:52:18.342Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1827 | 2024-02-01T17:52:18.478Z | Compiling subprocess v0.2.9 |
1828 | 2024-02-01T17:52:21.799Z | Compiling display-error-chain v0.2.0 |
1829 | 2024-02-01T17:52:22.068Z | Compiling hex-literal v0.4.1 |
1830 | 2024-02-01T17:52:22.077Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1831 | 2024-02-01T17:52:22.263Z | Compiling russh v0.40.2 |
1832 | 2024-02-01T17:52:23.433Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1833 | 2024-02-01T17:52:36.766Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1834 | 2024-02-01T17:52:37.743Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1835 | 2024-02-01T17:53:13.523Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1836 | 2024-02-01T17:54:37.307Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 52s |
1837 | 2024-02-01T17:54:37.307Z | |
1838 | 2024-02-01T17:54:37.307Z | real 8:52.664039487 |
1839 | 2024-02-01T17:54:37.308Z | user 48:19.838348043 |
1840 | 2024-02-01T17:54:37.308Z | sys 7:19.521646406 |
1841 | 2024-02-01T17:54:37.308Z | trap 1.779584985 |
1842 | 2024-02-01T17:54:37.308Z | tflt 3.906489169 |
1843 | 2024-02-01T17:54:37.308Z | dflt 6.910802130 |
1844 | 2024-02-01T17:54:37.308Z | kflt 0.021548659 |
1845 | 2024-02-01T17:54:37.312Z | lock 1:32:51.390837178 |
1846 | 2024-02-01T17:54:37.312Z | slp 2:17:27.289856958 |
1847 | 2024-02-01T17:54:37.313Z | lat 2:10.005106410 |
1848 | 2024-02-01T17:54:37.313Z | stop 4:46.200441414 |
1849 | 2024-02-01T17:54:37.313Z | + mkdir -p /work/end-to-end-tests |
1850 | 2024-02-01T17:54:37.313Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1851 | 2024-02-01T17:54:37.459Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1852 | 2024-02-01T17:54:37.459Z | + ptime -m gzip |
1853 | 2024-02-01T17:54:37.464Z | ++ basename target/debug/bootstrap |
1854 | 2024-02-01T17:54:56.273Z | |
1855 | 2024-02-01T17:54:56.278Z | real 18.807270439 |
1856 | 2024-02-01T17:54:56.279Z | user 18.590885615 |
1857 | 2024-02-01T17:54:56.279Z | sys 0.188744204 |
1858 | 2024-02-01T17:54:56.279Z | trap 0.010819662 |
1859 | 2024-02-01T17:54:56.279Z | tflt 0.000000000 |
1860 | 2024-02-01T17:54:56.279Z | dflt 0.000000000 |
1861 | 2024-02-01T17:54:56.279Z | kflt 0.000000000 |
1862 | 2024-02-01T17:54:56.279Z | lock 0.000000000 |
1863 | 2024-02-01T17:54:56.279Z | slp 0.000000000 |
1864 | 2024-02-01T17:54:56.279Z | lat 0.016464500 |
1865 | 2024-02-01T17:54:56.281Z | stop 0.000228362 |
1866 | 2024-02-01T17:54:56.281Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1867 | 2024-02-01T17:54:56.282Z | + ptime -m gzip |
1868 | 2024-02-01T17:54:56.282Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d85755d230534e96 |
1869 | 2024-02-01T17:54:58.566Z | |
1870 | 2024-02-01T17:54:58.627Z | real 1.856765845 |
1871 | 2024-02-01T17:54:58.627Z | user 1.838758247 |
1872 | 2024-02-01T17:54:58.645Z | sys 0.017307846 |
1873 | 2024-02-01T17:54:58.646Z | trap 0.000196426 |
1874 | 2024-02-01T17:54:58.646Z | tflt 0.000000000 |
1875 | 2024-02-01T17:54:58.646Z | dflt 0.000000000 |
1876 | 2024-02-01T17:54:58.646Z | kflt 0.000000000 |
1877 | 2024-02-01T17:54:58.646Z | lock 0.000000000 |
1878 | 2024-02-01T17:54:58.646Z | slp 0.000000000 |
1879 | 2024-02-01T17:54:58.646Z | lat 0.000162988 |
1880 | 2024-02-01T17:54:58.646Z | stop 0.000223865 |
1881 | 2024-02-01T17:54:58.646Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1882 | 2024-02-01T17:54:58.646Z | + ptime -m gzip |
1883 | 2024-02-01T17:54:58.647Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2bc5efa67eecf70d |
1884 | 2024-02-01T17:55:17.775Z | |
1885 | 2024-02-01T17:55:17.783Z | real 19.216545270 |
1886 | 2024-02-01T17:55:17.783Z | user 19.022468816 |
1887 | 2024-02-01T17:55:17.783Z | sys 0.187225246 |
1888 | 2024-02-01T17:55:17.784Z | trap 0.004232104 |
1889 | 2024-02-01T17:55:17.784Z | tflt 0.000000000 |
1890 | 2024-02-01T17:55:17.784Z | dflt 0.000000000 |
1891 | 2024-02-01T17:55:17.784Z | kflt 0.000000000 |
1892 | 2024-02-01T17:55:17.784Z | lock 0.000000000 |
1893 | 2024-02-01T17:55:17.784Z | slp 0.000000000 |
1894 | 2024-02-01T17:55:17.784Z | lat 0.002281369 |
1895 | 2024-02-01T17:55:17.784Z | stop 0.000221748 |
1896 | 2024-02-01T17:55:17.784Z | + banner caboose-util |
1897 | 2024-02-01T17:55:17.784Z | |
1898 | 2024-02-01T17:55:17.784Z | #### ## ##### #### #### #### ###### # # ##### |
1899 | 2024-02-01T17:55:17.786Z | # # # # # # # # # # # # # # # |
1900 | 2024-02-01T17:55:17.786Z | # # # ##### # # # # #### ##### ##### # # # |
1901 | 2024-02-01T17:55:17.786Z | # ###### # # # # # # # # # # # |
1902 | 2024-02-01T17:55:17.786Z | # # # # # # # # # # # # # # # # |
1903 | 2024-02-01T17:55:17.786Z | #### # # ##### #### #### #### ###### #### # |
1904 | 2024-02-01T17:55:17.787Z | |
1905 | 2024-02-01T17:55:17.787Z | + ptime -m cargo build --locked -p caboose-util --release |
1906 | 2024-02-01T17:55:18.047Z | Downloading crates ... |
1907 | 2024-02-01T17:55:18.434Z | Downloaded smallvec v0.6.14 |
1908 | 2024-02-01T17:55:18.441Z | Downloaded radium v0.7.0 |
1909 | 2024-02-01T17:55:18.445Z | Downloaded termcolor v1.2.0 |
1910 | 2024-02-01T17:55:18.878Z | Downloaded nodrop v0.1.14 |
1911 | 2024-02-01T17:55:18.894Z | Downloaded path-slash v0.1.5 |
1912 | 2024-02-01T17:55:18.894Z | Downloaded packed_struct v0.10.1 |
1913 | 2024-02-01T17:55:18.894Z | Downloaded array-init v0.0.4 |
1914 | 2024-02-01T17:55:18.894Z | Downloaded maybe-uninit v2.0.0 |
1915 | 2024-02-01T17:55:18.894Z | Downloaded crc-catalog v2.2.0 |
1916 | 2024-02-01T17:55:18.894Z | Downloaded wyz v0.5.1 |
1917 | 2024-02-01T17:55:18.895Z | Downloaded funty v2.0.0 |
1918 | 2024-02-01T17:55:18.895Z | Downloaded serde-hex v0.1.0 |
1919 | 2024-02-01T17:55:18.895Z | Downloaded bitfield v0.14.0 |
1920 | 2024-02-01T17:55:18.895Z | Downloaded env_logger v0.10.0 |
1921 | 2024-02-01T17:55:18.895Z | Downloaded pkcs1 v0.7.5 |
1922 | 2024-02-01T17:55:18.895Z | Downloaded crc-any v2.4.3 |
1923 | 2024-02-01T17:55:18.895Z | Downloaded rsa v0.9.2 |
1924 | 2024-02-01T17:55:18.895Z | Downloaded ron v0.8.1 |
1925 | 2024-02-01T17:55:18.895Z | Downloaded x509-cert v0.2.4 |
1926 | 2024-02-01T17:55:18.895Z | Downloaded object v0.30.4 |
1927 | 2024-02-01T17:55:18.895Z | Downloaded bitvec v1.0.1 |
1928 | 2024-02-01T17:55:18.895Z | Downloaded num-bigint-dig v0.8.4 |
1929 | 2024-02-01T17:55:18.895Z | Downloaded tap v1.0.1 |
1930 | 2024-02-01T17:55:18.896Z | Downloaded crc v3.0.1 |
1931 | 2024-02-01T17:55:18.896Z | Downloaded packed_struct_codegen v0.10.1 |
1932 | 2024-02-01T17:55:18.896Z | Compiling proc-macro2 v1.0.78 |
1933 | 2024-02-01T17:55:18.896Z | Compiling unicode-ident v1.0.12 |
1934 | 2024-02-01T17:55:18.896Z | Compiling libc v0.2.152 |
1935 | 2024-02-01T17:55:18.896Z | Compiling serde v1.0.195 |
1936 | 2024-02-01T17:55:18.896Z | Compiling autocfg v1.1.0 |
1937 | 2024-02-01T17:55:18.896Z | Compiling version_check v0.9.4 |
1938 | 2024-02-01T17:55:18.896Z | Compiling cfg-if v1.0.0 |
1939 | 2024-02-01T17:55:18.936Z | Compiling typenum v1.16.0 |
1940 | 2024-02-01T17:55:18.945Z | Compiling once_cell v1.19.0 |
1941 | 2024-02-01T17:55:19.438Z | Compiling parking_lot_core v0.9.8 |
1942 | 2024-02-01T17:55:19.561Z | Compiling memchr v2.6.3 |
1943 | 2024-02-01T17:55:19.599Z | Compiling syn v1.0.109 |
1944 | 2024-02-01T17:55:19.627Z | Compiling byteorder v1.5.0 |
1945 | 2024-02-01T17:55:19.862Z | Compiling lock_api v0.4.10 |
1946 | 2024-02-01T17:55:20.300Z | Compiling generic-array v0.14.7 |
1947 | 2024-02-01T17:55:20.419Z | Compiling libm v0.2.7 |
1948 | 2024-02-01T17:55:20.454Z | Compiling num-traits v0.2.16 |
1949 | 2024-02-01T17:55:20.721Z | Compiling ahash v0.8.6 |
1950 | 2024-02-01T17:55:20.860Z | Compiling quote v1.0.35 |
1951 | 2024-02-01T17:55:21.130Z | Compiling thiserror v1.0.56 |
1952 | 2024-02-01T17:55:21.181Z | Compiling pkg-config v0.3.27 |
1953 | 2024-02-01T17:55:21.704Z | Compiling syn v2.0.48 |
1954 | 2024-02-01T17:55:21.821Z | Compiling cc v1.0.83 |
1955 | 2024-02-01T17:55:21.997Z | Compiling getrandom v0.2.10 |
1956 | 2024-02-01T17:55:22.615Z | Compiling serde_json v1.0.113 |
1957 | 2024-02-01T17:55:22.894Z | Compiling scopeguard v1.2.0 |
1958 | 2024-02-01T17:55:23.311Z | Compiling slab v0.4.9 |
1959 | 2024-02-01T17:55:23.448Z | Compiling itoa v1.0.9 |
1960 | 2024-02-01T17:55:23.714Z | Compiling log v0.4.20 |
1961 | 2024-02-01T17:55:24.044Z | Compiling rand_core v0.6.4 |
1962 | 2024-02-01T17:55:24.510Z | Compiling smallvec v1.11.2 |
1963 | 2024-02-01T17:55:24.884Z | Compiling vcpkg v0.2.15 |
1964 | 2024-02-01T17:55:26.123Z | Compiling pin-project-lite v0.2.13 |
1965 | 2024-02-01T17:55:26.286Z | Compiling const-oid v0.9.5 |
1966 | 2024-02-01T17:55:26.545Z | Compiling parking_lot v0.12.1 |
1967 | 2024-02-01T17:55:27.474Z | Compiling ring v0.17.7 |
1968 | 2024-02-01T17:55:27.693Z | Compiling openssl-sys v0.9.96 |
1969 | 2024-02-01T17:55:27.923Z | Compiling ryu v1.0.15 |
1970 | 2024-02-01T17:55:28.426Z | Compiling ucd-trie v0.1.6 |
1971 | 2024-02-01T17:55:29.059Z | Compiling signal-hook-registry v1.4.1 |
1972 | 2024-02-01T17:55:29.275Z | Compiling subtle v2.5.0 |
1973 | 2024-02-01T17:55:29.776Z | Compiling io-lifetimes v1.0.11 |
1974 | 2024-02-01T17:55:30.075Z | Compiling ring v0.16.20 |
1975 | 2024-02-01T17:55:30.084Z | Compiling mio v0.8.9 |
1976 | 2024-02-01T17:55:30.774Z | Compiling num-integer v0.1.45 |
1977 | 2024-02-01T17:55:31.186Z | Compiling semver v1.0.21 |
1978 | 2024-02-01T17:55:31.638Z | Compiling futures-core v0.3.30 |
1979 | 2024-02-01T17:55:32.343Z | Compiling rustix v0.37.23 |
1980 | 2024-02-01T17:55:33.167Z | Compiling spin v0.5.2 |
1981 | 2024-02-01T17:55:33.787Z | Compiling num_cpus v1.16.0 |
1982 | 2024-02-01T17:55:33.949Z | Compiling socket2 v0.5.5 |
1983 | 2024-02-01T17:55:34.423Z | Compiling httparse v1.8.0 |
1984 | 2024-02-01T17:55:34.557Z | Compiling heck v0.4.1 |
1985 | 2024-02-01T17:55:35.185Z | Compiling allocator-api2 v0.2.16 |
1986 | 2024-02-01T17:55:35.302Z | Compiling openssl v0.10.60 |
1987 | 2024-02-01T17:55:35.338Z | Compiling unicode-xid v0.2.4 |
1988 | 2024-02-01T17:55:35.571Z | Compiling futures-sink v0.3.30 |
1989 | 2024-02-01T17:55:35.785Z | Compiling synstructure v0.12.6 |
1990 | 2024-02-01T17:55:36.247Z | Compiling equivalent v1.0.1 |
1991 | 2024-02-01T17:55:36.287Z | Compiling tinyvec_macros v0.1.1 |
1992 | 2024-02-01T17:55:36.805Z | Compiling tinyvec v1.6.0 |
1993 | 2024-02-01T17:55:36.992Z | Compiling futures-channel v0.3.30 |
1994 | 2024-02-01T17:55:38.002Z | Compiling pin-utils v0.1.0 |
1995 | 2024-02-01T17:55:38.024Z | Compiling native-tls v0.2.11 |
1996 | 2024-02-01T17:55:38.025Z | Compiling crc32fast v1.3.2 |
1997 | 2024-02-01T17:55:38.025Z | Compiling rustls v0.21.9 |
1998 | 2024-02-01T17:55:38.146Z | Compiling futures-task v0.3.30 |
1999 | 2024-02-01T17:55:38.243Z | Compiling ppv-lite86 v0.2.17 |
2000 | 2024-02-01T17:55:38.331Z | Compiling futures-io v0.3.30 |
2001 | 2024-02-01T17:55:38.421Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2002 | 2024-02-01T17:55:38.636Z | Compiling spin v0.9.8 |
2003 | 2024-02-01T17:55:38.977Z | Compiling tracing-core v0.1.31 |
2004 | 2024-02-01T17:55:39.499Z | Compiling base64ct v1.6.0 |
2005 | 2024-02-01T17:55:39.503Z | Compiling unicode-bidi v0.3.13 |
2006 | 2024-02-01T17:55:39.503Z | Compiling unicode-normalization v0.1.22 |
2007 | 2024-02-01T17:55:39.583Z | Compiling rand_chacha v0.3.1 |
2008 | 2024-02-01T17:55:40.399Z | Compiling rand v0.8.5 |
2009 | 2024-02-01T17:55:41.069Z | Compiling pem-rfc7468 v0.7.0 |
2010 | 2024-02-01T17:55:41.772Z | Compiling errno v0.3.8 |
2011 | 2024-02-01T17:55:42.028Z | Compiling num-iter v0.1.43 |
2012 | 2024-02-01T17:55:42.136Z | Compiling usdt-impl v0.3.5 |
2013 | 2024-02-01T17:55:42.286Z | Compiling rustix v0.38.30 |
2014 | 2024-02-01T17:55:42.446Z | Compiling schemars v0.8.16 |
2015 | 2024-02-01T17:55:42.915Z | Compiling flagset v0.4.3 |
2016 | 2024-02-01T17:55:43.146Z | Compiling signal-hook v0.3.17 |
2017 | 2024-02-01T17:55:43.577Z | Compiling serde_derive v1.0.195 |
2018 | 2024-02-01T17:55:43.618Z | Compiling zeroize_derive v1.4.2 |
2019 | 2024-02-01T17:55:43.729Z | Compiling zerocopy-derive v0.7.32 |
2020 | 2024-02-01T17:55:43.847Z | Compiling thiserror-impl v1.0.56 |
2021 | 2024-02-01T17:55:44.029Z | Compiling tokio-macros v2.2.0 |
2022 | 2024-02-01T17:55:44.305Z | Compiling futures-macro v0.3.30 |
2023 | 2024-02-01T17:55:44.572Z | Compiling tracing-attributes v0.1.26 |
2024 | 2024-02-01T17:55:45.566Z | Compiling der_derive v0.7.2 |
2025 | 2024-02-01T17:55:45.846Z | Compiling zeroize v1.7.0 |
2026 | 2024-02-01T17:55:46.996Z | Compiling zerocopy v0.7.32 |
2027 | 2024-02-01T17:55:48.514Z | Compiling pest v2.7.6 |
2028 | 2024-02-01T17:55:49.038Z | Compiling crypto-common v0.1.6 |
2029 | 2024-02-01T17:55:49.258Z | Compiling block-buffer v0.10.4 |
2030 | 2024-02-01T17:55:49.589Z | Compiling digest v0.10.7 |
2031 | 2024-02-01T17:55:49.617Z | Compiling zerocopy-derive v0.2.0 |
2032 | 2024-02-01T17:55:49.642Z | Compiling openssl-macros v0.1.1 |
2033 | 2024-02-01T17:55:50.290Z | Compiling hashbrown v0.14.2 |
2034 | 2024-02-01T17:55:50.376Z | Compiling futures-util v0.3.30 |
2035 | 2024-02-01T17:55:50.672Z | Compiling tracing v0.1.37 |
2036 | 2024-02-01T17:55:51.392Z | Compiling zerocopy-derive v0.6.4 |
2037 | 2024-02-01T17:55:51.407Z | Compiling scroll_derive v0.12.0 |
2038 | 2024-02-01T17:55:52.345Z | Compiling der v0.7.8 |
2039 | 2024-02-01T17:55:53.186Z | Compiling pest_meta v2.7.6 |
2040 | 2024-02-01T17:55:53.729Z | Compiling serde_derive_internals v0.26.0 |
2041 | 2024-02-01T17:55:55.778Z | Compiling pest_generator v2.7.6 |
2042 | 2024-02-01T17:55:59.074Z | Compiling fnv v1.0.7 |
2043 | 2024-02-01T17:55:59.244Z | Compiling bitflags v1.3.2 |
2044 | 2024-02-01T17:56:00.120Z | Compiling pest_derive v2.7.6 |
2045 | 2024-02-01T17:56:01.191Z | Compiling schemars_derive v0.8.16 |
2046 | 2024-02-01T17:56:01.915Z | Compiling spki v0.7.2 |
2047 | 2024-02-01T17:56:03.246Z | Compiling zerocopy v0.3.0 |
2048 | 2024-02-01T17:56:03.876Z | Compiling lazy_static v1.4.0 |
2049 | 2024-02-01T17:56:05.338Z | Compiling backtrace v0.3.69 |
2050 | 2024-02-01T17:56:05.380Z | Compiling thread-id v4.2.0 |
2051 | 2024-02-01T17:56:05.521Z | Compiling num-bigint v0.4.4 |
2052 | 2024-02-01T17:56:05.926Z | Compiling memoffset v0.9.0 |
2053 | 2024-02-01T17:56:06.196Z | Compiling smoltcp v0.9.1 |
2054 | 2024-02-01T17:56:06.287Z | Compiling iana-time-zone v0.1.57 |
2055 | 2024-02-01T17:56:06.504Z | Compiling foreign-types-shared v0.1.1 |
2056 | 2024-02-01T17:56:06.507Z | Compiling untrusted v0.7.1 |
2057 | 2024-02-01T17:56:06.507Z | Compiling base64 v0.21.7 |
2058 | 2024-02-01T17:56:06.628Z | Compiling bytes v1.5.0 |
2059 | 2024-02-01T17:56:07.096Z | Compiling indexmap v2.2.2 |
2060 | 2024-02-01T17:56:07.127Z | Compiling bitflags v2.4.0 |
2061 | 2024-02-01T17:56:07.733Z | Compiling rustc_version v0.4.0 |
2062 | 2024-02-01T17:56:08.040Z | Compiling tokio v1.35.1 |
2063 | 2024-02-01T17:56:09.456Z | Compiling heapless v0.7.16 |
2064 | 2024-02-01T17:56:09.494Z | Compiling http v0.2.11 |
2065 | 2024-02-01T17:56:11.514Z | Compiling uuid v1.7.0 |
2066 | 2024-02-01T17:56:11.586Z | Compiling untrusted v0.9.0 |
2067 | 2024-02-01T17:56:11.845Z | Compiling async-trait v0.1.77 |
2068 | 2024-02-01T17:56:11.904Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2069 | 2024-02-01T17:56:12.488Z | Compiling crossbeam-utils v0.8.16 |
2070 | 2024-02-01T17:56:12.729Z | Compiling percent-encoding v2.3.1 |
2071 | 2024-02-01T17:56:13.257Z | Compiling chrono v0.4.31 |
2072 | 2024-02-01T17:56:15.013Z | Compiling foreign-types v0.3.2 |
2073 | 2024-02-01T17:56:17.309Z | Compiling dof v0.1.5 |
2074 | 2024-02-01T17:56:18.589Z | Compiling dtrace-parser v0.1.14 |
2075 | 2024-02-01T17:56:18.724Z | Compiling hmac v0.12.1 |
2076 | 2024-02-01T17:56:18.883Z | Compiling clap_derive v4.4.2 |
2077 | 2024-02-01T17:56:20.278Z | Compiling anstyle v1.0.2 |
2078 | 2024-02-01T17:56:21.224Z | Compiling tokio-util v0.7.10 |
2079 | 2024-02-01T17:56:21.465Z | Compiling cpufeatures v0.2.12 |
2080 | 2024-02-01T17:56:21.478Z | Compiling try-lock v0.2.4 |
2081 | 2024-02-01T17:56:21.644Z | Compiling utf8parse v0.2.1 |
2082 | 2024-02-01T17:56:21.664Z | Compiling siphasher v0.3.11 |
2083 | 2024-02-01T17:56:21.731Z | Compiling adler v1.0.2 |
2084 | 2024-02-01T17:56:22.167Z | Compiling rustversion v1.0.14 |
2085 | 2024-02-01T17:56:22.208Z | Compiling time-core v0.1.1 |
2086 | 2024-02-01T17:56:22.438Z | Compiling time-macros v0.2.13 |
2087 | 2024-02-01T17:56:23.083Z | Compiling h2 v0.3.24 |
2088 | 2024-02-01T17:56:26.554Z | Compiling miniz_oxide v0.7.1 |
2089 | 2024-02-01T17:56:27.175Z | Compiling anstyle-parse v0.2.1 |
2090 | 2024-02-01T17:56:27.384Z | Compiling want v0.3.1 |
2091 | 2024-02-01T17:56:27.769Z | Compiling sha2 v0.10.8 |
2092 | 2024-02-01T17:56:31.957Z | Compiling rustls-webpki v0.101.7 |
2093 | 2024-02-01T17:56:32.921Z | Compiling sct v0.7.0 |
2094 | 2024-02-01T17:56:33.337Z | Compiling form_urlencoded v1.2.1 |
2095 | 2024-02-01T17:56:33.558Z | Compiling http-body v0.4.5 |
2096 | 2024-02-01T17:56:33.791Z | Compiling serde_tokenstream v0.1.7 |
2097 | 2024-02-01T17:56:34.169Z | Compiling pkcs8 v0.10.2 |
2098 | 2024-02-01T17:56:34.597Z | Compiling hubpack_derive v0.1.1 |
2099 | 2024-02-01T17:56:35.849Z | Compiling socket2 v0.4.9 |
2100 | 2024-02-01T17:56:36.164Z | Compiling crossbeam-epoch v0.9.15 |
2101 | 2024-02-01T17:56:36.833Z | Compiling usdt-impl v0.5.0 |
2102 | 2024-02-01T17:56:36.878Z | Compiling slog v2.7.0 |
2103 | 2024-02-01T17:56:37.131Z | Compiling anstyle-query v1.0.0 |
2104 | 2024-02-01T17:56:37.352Z | Compiling tower-service v0.3.2 |
2105 | 2024-02-01T17:56:37.490Z | Compiling colorchoice v1.0.0 |
2106 | 2024-02-01T17:56:37.523Z | Compiling openssl-probe v0.1.5 |
2107 | 2024-02-01T17:56:37.944Z | Compiling anyhow v1.0.75 |
2108 | 2024-02-01T17:56:37.948Z | Compiling radium v0.7.0 |
2109 | 2024-02-01T17:56:38.279Z | Compiling camino v1.1.6 |
2110 | 2024-02-01T17:56:39.093Z | Compiling httpdate v1.0.3 |
2111 | 2024-02-01T17:56:39.921Z | Compiling hyper v0.14.27 |
2112 | 2024-02-01T17:56:42.267Z | Compiling anstream v0.5.0 |
2113 | 2024-02-01T17:56:46.070Z | Compiling terminal_size v0.2.6 |
2114 | 2024-02-01T17:57:05.011Z | Compiling serde_spanned v0.6.4 |
2115 | 2024-02-01T17:57:05.011Z | Compiling toml_datetime v0.6.5 |
2116 | 2024-02-01T17:57:05.011Z | Compiling zerocopy v0.6.4 |
2117 | 2024-02-01T17:57:05.581Z | Compiling scroll v0.12.0 |
2118 | 2024-02-01T17:57:05.581Z | Compiling md-5 v0.10.5 |
2119 | 2024-02-01T17:57:05.581Z | Compiling stringprep v0.1.3 |
2120 | 2024-02-01T17:57:05.581Z | Compiling idna v0.5.0 |
2121 | 2024-02-01T17:57:05.690Z | Compiling diesel_table_macro_syntax v0.1.0 |
2122 | 2024-02-01T17:57:05.690Z | Compiling aho-corasick v1.0.4 |
2123 | 2024-02-01T17:57:05.691Z | Compiling hash32 v0.2.1 |
2124 | 2024-02-01T17:57:05.691Z | Compiling gimli v0.28.0 |
2125 | 2024-02-01T17:57:05.691Z | Compiling regex-syntax v0.8.2 |
2126 | 2024-02-01T17:57:05.691Z | Compiling clap_lex v0.5.1 |
2127 | 2024-02-01T17:57:05.691Z | Compiling maybe-uninit v2.0.0 |
2128 | 2024-02-01T17:57:05.691Z | Compiling plain v0.2.3 |
2129 | 2024-02-01T17:57:05.691Z | Compiling dyn-clone v1.0.13 |
2130 | 2024-02-01T17:57:05.691Z | Compiling strsim v0.10.0 |
2131 | 2024-02-01T17:57:05.691Z | Compiling tap v1.0.1 |
2132 | 2024-02-01T17:57:05.691Z | Compiling winnow v0.5.15 |
2133 | 2024-02-01T17:57:05.713Z | Compiling stable_deref_trait v1.2.0 |
2134 | 2024-02-01T17:57:05.713Z | Compiling fallible-iterator v0.2.0 |
2135 | 2024-02-01T17:57:05.713Z | Compiling postgres-protocol v0.6.6 |
2136 | 2024-02-01T17:57:05.713Z | Compiling clap_builder v4.4.2 |
2137 | 2024-02-01T17:57:05.713Z | Compiling wyz v0.5.1 |
2138 | 2024-02-01T17:57:05.713Z | Compiling goblin v0.8.0 |
2139 | 2024-02-01T17:57:05.713Z | Compiling diesel_derives v2.1.2 |
2140 | 2024-02-01T17:57:05.713Z | Compiling url v2.5.0 |
2141 | 2024-02-01T17:57:05.713Z | Compiling addr2line v0.21.0 |
2142 | 2024-02-01T17:57:05.714Z | Compiling regex-automata v0.4.4 |
2143 | 2024-02-01T17:57:06.763Z | Compiling tokio-rustls v0.24.1 |
2144 | 2024-02-01T17:57:07.392Z | Compiling strum_macros v0.25.2 |
2145 | 2024-02-01T17:57:13.928Z | Compiling tokio-native-tls v0.3.1 |
2146 | 2024-02-01T17:57:14.796Z | Compiling usdt-attr-macro v0.3.5 |
2147 | 2024-02-01T17:57:15.201Z | Compiling usdt-macro v0.3.5 |
2148 | 2024-02-01T17:57:17.109Z | Compiling phf_shared v0.11.2 |
2149 | 2024-02-01T17:57:17.961Z | Compiling block-padding v0.3.3 |
2150 | 2024-02-01T17:57:17.975Z | Compiling enum-as-inner v0.5.1 |
2151 | 2024-02-01T17:57:18.288Z | Compiling serde_repr v0.1.16 |
2152 | 2024-02-01T17:57:18.977Z | Compiling ff v0.13.0 |
2153 | 2024-02-01T17:57:19.321Z | Compiling scheduled-thread-pool v0.2.7 |
2154 | 2024-02-01T17:57:19.998Z | Compiling object v0.32.1 |
2155 | 2024-02-01T17:57:20.086Z | Compiling base16ct v0.2.0 |
2156 | 2024-02-01T17:57:20.715Z | Compiling rustc-demangle v0.1.23 |
2157 | 2024-02-01T17:57:22.145Z | Compiling num-bigint-dig v0.8.4 |
2158 | 2024-02-01T17:57:22.548Z | Compiling deranged v0.3.8 |
2159 | 2024-02-01T17:57:25.559Z | Compiling packed_struct v0.10.1 |
2160 | 2024-02-01T17:57:26.140Z | Compiling ipnet v2.9.0 |
2161 | 2024-02-01T17:57:26.300Z | Compiling bit-vec v0.6.3 |
2162 | 2024-02-01T17:57:26.939Z | Compiling funty v2.0.0 |
2163 | 2024-02-01T17:57:27.814Z | Compiling managed v0.8.0 |
2164 | 2024-02-01T17:57:28.534Z | Compiling pretty-hex v0.4.1 |
2165 | 2024-02-01T17:57:28.856Z | Compiling regex-automata v0.1.10 |
2166 | 2024-02-01T17:57:29.449Z | Compiling num_threads v0.1.6 |
2167 | 2024-02-01T17:57:29.602Z | Compiling matches v0.1.10 |
2168 | 2024-02-01T17:57:29.612Z | Compiling time v0.3.27 |
2169 | 2024-02-01T17:57:29.727Z | Compiling idna v0.2.3 |
2170 | 2024-02-01T17:57:31.100Z | Compiling bstr v0.2.17 |
2171 | 2024-02-01T17:57:32.069Z | Compiling dof v0.3.0 |
2172 | 2024-02-01T17:57:33.274Z | Compiling bitvec v1.0.1 |
2173 | 2024-02-01T17:57:37.407Z | Compiling sec1 v0.7.3 |
2174 | 2024-02-01T17:57:37.449Z | Compiling r2d2 v0.8.10 |
2175 | 2024-02-01T17:57:37.872Z | Compiling group v0.13.0 |
2176 | 2024-02-01T17:57:38.265Z | Compiling inout v0.1.3 |
2177 | 2024-02-01T17:57:38.478Z | Compiling phf v0.11.2 |
2178 | 2024-02-01T17:57:40.581Z | Compiling hyper-tls v0.5.0 |
2179 | 2024-02-01T17:57:40.787Z | Compiling regex v1.10.3 |
2180 | 2024-02-01T17:57:41.090Z | Compiling hyper-rustls v0.24.2 |
2181 | 2024-02-01T17:57:41.612Z | Compiling signal-hook-mio v0.2.3 |
2182 | 2024-02-01T17:57:41.827Z | Compiling clap v4.4.3 |
2183 | 2024-02-01T17:57:41.984Z | Compiling flate2 v1.0.28 |
2184 | 2024-02-01T17:57:42.477Z | Compiling ipnetwork v0.20.0 |
2185 | 2024-02-01T17:57:43.493Z | Compiling toml_edit v0.19.15 |
2186 | 2024-02-01T17:57:43.740Z | Compiling bzip2 v0.4.4 |
2187 | 2024-02-01T17:57:44.321Z | Compiling postgres-types v0.2.6 |
2188 | 2024-02-01T17:57:45.102Z | Compiling hubpack v0.1.2 |
2189 | 2024-02-01T17:57:45.783Z | Compiling serde_urlencoded v0.7.1 |
2190 | 2024-02-01T17:57:46.193Z | Compiling phf_shared v0.10.0 |
2191 | 2024-02-01T17:57:46.611Z | Compiling rustls-pemfile v1.0.3 |
2192 | 2024-02-01T17:57:46.789Z | Compiling hkdf v0.12.4 |
2193 | 2024-02-01T17:57:46.894Z | Compiling dtrace-parser v0.2.0 |
2194 | 2024-02-01T17:57:48.250Z | Compiling futures-executor v0.3.30 |
2195 | 2024-02-01T17:57:51.151Z | Compiling crypto-bigint v0.5.2 |
2196 | 2024-02-01T17:57:51.841Z | Compiling packed_struct_codegen v0.10.1 |
2197 | 2024-02-01T17:57:53.045Z | Compiling float-cmp v0.9.0 |
2198 | 2024-02-01T17:57:54.245Z | Compiling indexmap v1.9.3 |
2199 | 2024-02-01T17:57:54.633Z | Compiling encoding_rs v0.8.33 |
2200 | 2024-02-01T17:57:54.682Z | Compiling unicode-width v0.1.11 |
2201 | 2024-02-01T17:57:55.170Z | Compiling whoami v1.4.1 |
2202 | 2024-02-01T17:57:55.196Z | Compiling predicates-core v1.0.6 |
2203 | 2024-02-01T17:57:55.653Z | Compiling nodrop v0.1.14 |
2204 | 2024-02-01T17:57:55.834Z | Compiling crc-catalog v2.2.0 |
2205 | 2024-02-01T17:57:56.179Z | Compiling unicode-segmentation v1.10.1 |
2206 | 2024-02-01T17:57:56.495Z | Compiling fixedbitset v0.4.2 |
2207 | 2024-02-01T17:57:57.141Z | Compiling mime v0.3.17 |
2208 | 2024-02-01T17:57:57.527Z | Compiling static_assertions v1.1.0 |
2209 | 2024-02-01T17:57:57.660Z | Compiling difflib v0.4.0 |
2210 | 2024-02-01T17:57:57.962Z | Compiling either v1.9.0 |
2211 | 2024-02-01T17:57:58.496Z | Compiling regex-automata v0.3.8 |
2212 | 2024-02-01T17:57:59.716Z | Compiling webpki-roots v0.25.2 |
2213 | 2024-02-01T17:57:59.949Z | Compiling normalize-line-endings v0.3.0 |
2214 | 2024-02-01T17:58:00.118Z | Compiling minimal-lexical v0.2.1 |
2215 | 2024-02-01T17:58:00.807Z | Compiling new_debug_unreachable v1.0.4 |
2216 | 2024-02-01T17:58:00.927Z | Compiling data-encoding v2.4.0 |
2217 | 2024-02-01T17:58:00.951Z | Compiling precomputed-hash v0.1.1 |
2218 | 2024-02-01T17:58:01.109Z | Compiling string_cache v0.8.7 |
2219 | 2024-02-01T17:58:13.440Z | Compiling bstr v1.6.0 |
2220 | 2024-02-01T17:58:13.773Z | Compiling trust-dns-proto v0.22.0 |
2221 | 2024-02-01T17:58:13.773Z | Compiling nom v7.1.3 |
2222 | 2024-02-01T17:58:13.967Z | Compiling predicates v3.1.0 |
2223 | 2024-02-01T17:58:13.967Z | Compiling reqwest v0.11.22 |
2224 | 2024-02-01T17:58:13.967Z | Compiling itertools v0.10.5 |
2225 | 2024-02-01T17:58:13.967Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2226 | 2024-02-01T17:58:14.276Z | Compiling similar v2.3.0 |
2227 | 2024-02-01T17:58:15.133Z | Compiling petgraph v0.6.4 |
2228 | 2024-02-01T17:58:21.641Z | Compiling crc v3.0.1 |
2229 | 2024-02-01T17:58:22.369Z | Compiling array-init v0.0.4 |
2230 | 2024-02-01T17:58:22.805Z | Compiling tokio-postgres v0.7.10 |
2231 | 2024-02-01T17:58:25.799Z | Compiling console v0.15.8 |
2232 | 2024-02-01T17:58:25.907Z | Compiling elliptic-curve v0.13.8 |
2233 | 2024-02-01T17:58:30.672Z | Compiling futures v0.3.30 |
2234 | 2024-02-01T17:58:32.178Z | Compiling toml v0.7.8 |
2235 | 2024-02-01T17:58:35.879Z | Compiling zip v0.6.6 |
2236 | 2024-02-01T17:58:36.133Z | Compiling smallvec v0.6.14 |
2237 | 2024-02-01T17:58:36.749Z | Compiling diesel v2.1.4 |
2238 | 2024-02-01T17:58:36.846Z | Compiling yasna v0.5.2 |
2239 | 2024-02-01T17:58:37.251Z | Compiling crossterm v0.27.0 |
2240 | 2024-02-01T17:58:38.078Z | Compiling cipher v0.4.4 |
2241 | 2024-02-01T17:58:40.856Z | Compiling bit-set v0.5.3 |
2242 | 2024-02-01T17:58:41.265Z | Compiling usdt v0.3.5 |
2243 | 2024-02-01T17:58:41.638Z | Compiling is-terminal v0.4.9 |
2244 | 2024-02-01T17:58:42.813Z | Compiling toml_edit v0.21.0 |
2245 | 2024-02-01T17:58:53.473Z | Compiling pkcs1 v0.7.5 |
2246 | 2024-02-01T17:58:54.541Z | Compiling tokio-stream v0.1.14 |
2247 | 2024-02-01T17:58:56.125Z | Compiling openapiv3 v2.0.0 |
2248 | 2024-02-01T17:58:58.887Z | Compiling hex v0.4.3 |
2249 | 2024-02-01T17:59:00.759Z | Compiling hashbrown v0.13.2 |
2250 | 2024-02-01T17:59:02.680Z | Compiling signature v2.1.0 |
2251 | 2024-02-01T17:59:05.454Z | Compiling lalrpop-util v0.19.12 |
2252 | 2024-02-01T17:59:07.506Z | Compiling termcolor v1.2.0 |
2253 | 2024-02-01T17:59:10.927Z | Compiling bitfield v0.14.0 |
2254 | 2024-02-01T17:59:11.241Z | Compiling hashbrown v0.12.3 |
2255 | 2024-02-01T17:59:11.404Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2256 | 2024-02-01T17:59:18.227Z | Compiling env_logger v0.10.0 |
2257 | 2024-02-01T17:59:30.838Z | Compiling rsa v0.9.2 |
2258 | 2024-02-01T17:59:40.217Z | Compiling serde-hex v0.1.0 |
2259 | 2024-02-01T17:59:44.929Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2260 | 2024-02-01T17:59:44.956Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2261 | 2024-02-01T17:59:50.833Z | Compiling ron v0.8.1 |
2262 | 2024-02-01T17:59:52.496Z | Compiling x509-cert v0.2.4 |
2263 | 2024-02-01T17:59:59.172Z | Compiling crc-any v2.4.3 |
2264 | 2024-02-01T18:00:24.265Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2265 | 2024-02-01T18:00:37.582Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2266 | 2024-02-01T18:00:42.964Z | Compiling object v0.30.4 |
2267 | 2024-02-01T18:00:54.798Z | Compiling path-slash v0.1.5 |
2268 | 2024-02-01T18:00:55.727Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2269 | 2024-02-01T18:01:38.753Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2270 | 2024-02-01T18:01:40.233Z | Finished release [optimized] target(s) in 6m 22s |
2271 | 2024-02-01T18:01:40.234Z | |
2272 | 2024-02-01T18:01:40.234Z | real 6:22.555732682 |
2273 | 2024-02-01T18:01:40.234Z | user 43:55.645586227 |
2274 | 2024-02-01T18:01:40.234Z | sys 3:48.714726381 |
2275 | 2024-02-01T18:01:40.234Z | trap 1.735911808 |
2276 | 2024-02-01T18:01:40.234Z | tflt 1.092601932 |
2277 | 2024-02-01T18:01:40.234Z | dflt 0.563254411 |
2278 | 2024-02-01T18:01:40.234Z | kflt 0.007666898 |
2279 | 2024-02-01T18:01:40.234Z | lock 1:40:56.269140800 |
2280 | 2024-02-01T18:01:40.234Z | slp 2:06:36.294680237 |
2281 | 2024-02-01T18:01:40.234Z | lat 1:54.166039290 |
2282 | 2024-02-01T18:01:40.234Z | stop 1:28.563470903 |
2283 | 2024-02-01T18:01:40.235Z | + ptime -m gzip |
2284 | 2024-02-01T18:01:40.578Z | |
2285 | 2024-02-01T18:01:40.585Z | real 0.647381007 |
2286 | 2024-02-01T18:01:40.586Z | user 0.639871673 |
2287 | 2024-02-01T18:01:40.586Z | sys 0.006871126 |
2288 | 2024-02-01T18:01:40.586Z | trap 0.000098578 |
2289 | 2024-02-01T18:01:40.586Z | tflt 0.000000000 |
2290 | 2024-02-01T18:01:40.586Z | dflt 0.000000000 |
2291 | 2024-02-01T18:01:40.586Z | kflt 0.000000000 |
2292 | 2024-02-01T18:01:40.587Z | lock 0.000000000 |
2293 | 2024-02-01T18:01:40.587Z | slp 0.000000000 |
2294 | 2024-02-01T18:01:40.587Z | lat 0.000200389 |
2295 | 2024-02-01T18:01:40.587Z | stop 0.000233016 |
2296 | 2024-02-01T18:01:40.587Z | + banner tufaceous |
2297 | 2024-02-01T18:01:40.587Z | |
2298 | 2024-02-01T18:01:40.587Z | ##### # # ###### ## #### ###### #### # # #### |
2299 | 2024-02-01T18:01:40.587Z | # # # # # # # # # # # # # # |
2300 | 2024-02-01T18:01:40.587Z | # # # ##### # # # ##### # # # # #### |
2301 | 2024-02-01T18:01:40.587Z | # # # # ###### # # # # # # # |
2302 | 2024-02-01T18:01:40.588Z | # # # # # # # # # # # # # # # |
2303 | 2024-02-01T18:01:40.588Z | # #### # # # #### ###### #### #### #### |
2304 | 2024-02-01T18:01:40.588Z | |
2305 | 2024-02-01T18:01:40.588Z | + ptime -m cargo build --locked -p tufaceous --release |
2306 | 2024-02-01T18:01:41.306Z | Downloading crates ... |
2307 | 2024-02-01T18:01:41.755Z | Downloaded parse-size v1.0.0 |
2308 | 2024-02-01T18:01:41.761Z | Downloaded doc-comment v0.3.3 |
2309 | 2024-02-01T18:01:41.826Z | Downloaded fs-err v2.11.0 |
2310 | 2024-02-01T18:01:41.826Z | Downloaded olpc-cjson v0.1.3 |
2311 | 2024-02-01T18:01:41.827Z | Downloaded buf-list v1.0.3 |
2312 | 2024-02-01T18:01:41.827Z | Downloaded async-recursion v1.0.5 |
2313 | 2024-02-01T18:01:41.827Z | Downloaded snafu-derive v0.7.5 |
2314 | 2024-02-01T18:01:41.827Z | Downloaded pin-project-internal v1.1.3 |
2315 | 2024-02-01T18:01:41.827Z | Downloaded globset v0.4.13 |
2316 | 2024-02-01T18:01:41.828Z | Downloaded humantime v2.1.0 |
2317 | 2024-02-01T18:01:41.828Z | Downloaded serde_plain v1.0.2 |
2318 | 2024-02-01T18:01:41.828Z | Downloaded pin-project v1.1.3 |
2319 | 2024-02-01T18:01:41.828Z | Downloaded typed-path v0.7.0 |
2320 | 2024-02-01T18:01:41.828Z | Downloaded tough v0.16.0 |
2321 | 2024-02-01T18:01:41.840Z | Downloaded snafu v0.7.5 |
2322 | 2024-02-01T18:01:42.017Z | Compiling serde_tokenstream v0.2.0 |
2323 | 2024-02-01T18:01:42.032Z | Compiling regress v0.7.1 |
2324 | 2024-02-01T18:01:42.046Z | Compiling dirs-sys-next v0.1.2 |
2325 | 2024-02-01T18:01:42.049Z | Compiling ident_case v1.0.1 |
2326 | 2024-02-01T18:01:42.049Z | Compiling rustls-pki-types v1.1.0 |
2327 | 2024-02-01T18:01:42.085Z | Compiling thread_local v1.1.7 |
2328 | 2024-02-01T18:01:42.089Z | Compiling heck v0.4.1 |
2329 | 2024-02-01T18:01:42.288Z | Compiling dirs-next v2.0.0 |
2330 | 2024-02-01T18:01:42.679Z | Compiling darling_core v0.20.3 |
2331 | 2024-02-01T18:01:42.778Z | Compiling rustls v0.22.2 |
2332 | 2024-02-01T18:01:43.576Z | Compiling slog-async v2.8.0 |
2333 | 2024-02-01T18:01:43.581Z | Compiling rustls-webpki v0.102.1 |
2334 | 2024-02-01T18:01:43.909Z | Compiling term v0.7.0 |
2335 | 2024-02-01T18:01:43.929Z | Compiling crossbeam-channel v0.5.8 |
2336 | 2024-02-01T18:01:44.123Z | Compiling getopts v0.2.21 |
2337 | 2024-02-01T18:01:44.277Z | Compiling structmeta-derive v0.2.0 |
2338 | 2024-02-01T18:01:45.582Z | Compiling atty v0.2.14 |
2339 | 2024-02-01T18:01:45.764Z | Compiling multer v3.0.0 |
2340 | 2024-02-01T18:01:46.193Z | Compiling paste v1.0.14 |
2341 | 2024-02-01T18:01:46.739Z | Compiling doc-comment v0.3.3 |
2342 | 2024-02-01T18:01:46.831Z | Compiling unsafe-libyaml v0.2.10 |
2343 | 2024-02-01T18:01:47.473Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2344 | 2024-02-01T18:01:49.853Z | Compiling match_cfg v0.1.0 |
2345 | 2024-02-01T18:01:49.896Z | Compiling take_mut v0.2.2 |
2346 | 2024-02-01T18:01:50.401Z | Compiling hostname v0.3.1 |
2347 | 2024-02-01T18:01:50.415Z | Compiling serde_yaml v0.9.25 |
2348 | 2024-02-01T18:01:51.460Z | Compiling structmeta v0.2.0 |
2349 | 2024-02-01T18:01:51.567Z | Compiling darling_macro v0.20.3 |
2350 | 2024-02-01T18:01:53.833Z | Compiling slog-term v2.9.0 |
2351 | 2024-02-01T18:01:53.863Z | Compiling darling v0.20.3 |
2352 | 2024-02-01T18:01:55.512Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2353 | 2024-02-01T18:01:55.538Z | Compiling slog-json v2.6.1 |
2354 | 2024-02-01T18:01:56.342Z | Compiling http v1.0.0 |
2355 | 2024-02-01T18:01:56.607Z | Compiling async-stream-impl v0.3.5 |
2356 | 2024-02-01T18:01:56.863Z | Compiling pin-project-internal v1.1.3 |
2357 | 2024-02-01T18:01:57.166Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2358 | 2024-02-01T18:01:57.605Z | Compiling regex-syntax v0.7.5 |
2359 | 2024-02-01T18:01:58.561Z | Compiling atomic-waker v1.1.1 |
2360 | 2024-02-01T18:01:58.849Z | Compiling fastrand v2.0.0 |
2361 | 2024-02-01T18:01:59.938Z | Compiling tempfile v3.9.0 |
2362 | 2024-02-01T18:02:00.374Z | Compiling tokio-rustls v0.25.0 |
2363 | 2024-02-01T18:02:01.415Z | Compiling pin-project v1.1.3 |
2364 | 2024-02-01T18:02:01.604Z | Compiling waitgroup v0.1.2 |
2365 | 2024-02-01T18:02:01.983Z | Compiling async-stream v0.3.5 |
2366 | 2024-02-01T18:02:02.552Z | Compiling slog-bunyan v2.5.0 |
2367 | 2024-02-01T18:02:03.100Z | Compiling serde_with_macros v3.5.1 |
2368 | 2024-02-01T18:02:04.935Z | Compiling toml v0.8.8 |
2369 | 2024-02-01T18:02:05.107Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2370 | 2024-02-01T18:02:06.602Z | Compiling rustls-pemfile v2.0.0 |
2371 | 2024-02-01T18:02:07.035Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2372 | 2024-02-01T18:02:07.582Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2373 | 2024-02-01T18:02:07.768Z | Compiling sha1 v0.10.6 |
2374 | 2024-02-01T18:02:07.870Z | Compiling parse-display-derive v0.8.2 |
2375 | 2024-02-01T18:02:08.329Z | Compiling snafu-derive v0.7.5 |
2376 | 2024-02-01T18:02:09.327Z | Compiling serde_path_to_error v0.1.15 |
2377 | 2024-02-01T18:02:10.074Z | Compiling fs-err v2.11.0 |
2378 | 2024-02-01T18:02:10.510Z | Compiling instant v0.1.12 |
2379 | 2024-02-01T18:02:10.740Z | Compiling same-file v1.0.6 |
2380 | 2024-02-01T18:02:11.021Z | Compiling debug-ignore v1.0.5 |
2381 | 2024-02-01T18:02:11.201Z | Compiling buf-list v1.0.3 |
2382 | 2024-02-01T18:02:11.233Z | Compiling arc-swap v1.6.0 |
2383 | 2024-02-01T18:02:12.081Z | Compiling slog-scope v4.4.0 |
2384 | 2024-02-01T18:02:13.561Z | Compiling walkdir v2.4.0 |
2385 | 2024-02-01T18:02:13.975Z | Compiling backoff v0.4.0 |
2386 | 2024-02-01T18:02:14.650Z | Compiling parse-display v0.8.2 |
2387 | 2024-02-01T18:02:14.654Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2388 | 2024-02-01T18:02:14.654Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2389 | 2024-02-01T18:02:14.715Z | Compiling serde_with v3.5.1 |
2390 | 2024-02-01T18:02:16.573Z | Compiling snafu v0.7.5 |
2391 | 2024-02-01T18:02:16.586Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2392 | 2024-02-01T18:02:17.607Z | Compiling globset v0.4.13 |
2393 | 2024-02-01T18:02:19.004Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2394 | 2024-02-01T18:02:19.243Z | Compiling strum v0.25.0 |
2395 | 2024-02-01T18:02:19.918Z | Compiling olpc-cjson v0.1.3 |
2396 | 2024-02-01T18:02:20.387Z | Compiling pem v3.0.2 |
2397 | 2024-02-01T18:02:22.484Z | Compiling serde_plain v1.0.2 |
2398 | 2024-02-01T18:02:23.063Z | Compiling macaddr v1.0.1 |
2399 | 2024-02-01T18:02:23.356Z | Compiling async-recursion v1.0.5 |
2400 | 2024-02-01T18:02:24.269Z | Compiling xattr v1.0.1 |
2401 | 2024-02-01T18:02:24.714Z | Compiling filetime v0.2.23 |
2402 | 2024-02-01T18:02:24.890Z | Compiling typed-path v0.7.0 |
2403 | 2024-02-01T18:02:25.268Z | Compiling tar v0.4.40 |
2404 | 2024-02-01T18:02:25.556Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2405 | 2024-02-01T18:02:32.501Z | Compiling tough v0.16.0 |
2406 | 2024-02-01T18:02:36.433Z | Compiling slog-stdlog v4.1.1 |
2407 | 2024-02-01T18:02:37.931Z | Compiling camino-tempfile v1.1.1 |
2408 | 2024-02-01T18:02:38.641Z | Compiling itertools v0.12.0 |
2409 | 2024-02-01T18:02:39.164Z | Compiling parse-size v1.0.0 |
2410 | 2024-02-01T18:02:39.665Z | Compiling slog-envlogger v2.2.0 |
2411 | 2024-02-01T18:02:44.137Z | Compiling humantime v2.1.0 |
2412 | 2024-02-01T18:02:51.863Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2413 | 2024-02-01T18:02:52.172Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2414 | 2024-02-01T18:03:07.768Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2415 | 2024-02-01T18:03:10.484Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2416 | 2024-02-01T18:03:43.168Z | Finished release [optimized] target(s) in 2m 02s |
2417 | 2024-02-01T18:03:43.243Z | |
2418 | 2024-02-01T18:03:43.244Z | real 2:02.633436566 |
2419 | 2024-02-01T18:03:43.244Z | user 13:36.443784699 |
2420 | 2024-02-01T18:03:43.244Z | sys 50.402439101 |
2421 | 2024-02-01T18:03:43.245Z | trap 0.494167250 |
2422 | 2024-02-01T18:03:43.245Z | tflt 0.403802379 |
2423 | 2024-02-01T18:03:43.260Z | dflt 0.664310669 |
2424 | 2024-02-01T18:03:43.260Z | kflt 0.000000000 |
2425 | 2024-02-01T18:03:43.260Z | lock 27:54.924796819 |
2426 | 2024-02-01T18:03:43.260Z | slp 30:37.131661278 |
2427 | 2024-02-01T18:03:43.260Z | lat 26.290988758 |
2428 | 2024-02-01T18:03:43.261Z | stop 14.179371614 |
2429 | 2024-02-01T18:03:43.261Z | + ptime -m gzip |
2430 | 2024-02-01T18:03:45.700Z | |
2431 | 2024-02-01T18:03:45.702Z | real 2.450710778 |
2432 | 2024-02-01T18:03:45.702Z | user 2.426756921 |
2433 | 2024-02-01T18:03:45.702Z | sys 0.021422059 |
2434 | 2024-02-01T18:03:45.702Z | trap 0.000887715 |
2435 | 2024-02-01T18:03:45.702Z | tflt 0.000000000 |
2436 | 2024-02-01T18:03:45.702Z | dflt 0.000000000 |
2437 | 2024-02-01T18:03:45.722Z | kflt 0.000000000 |
2438 | 2024-02-01T18:03:45.722Z | lock 0.000000000 |
2439 | 2024-02-01T18:03:45.723Z | slp 0.000000000 |
2440 | 2024-02-01T18:03:45.723Z | lat 0.001303333 |
2441 | 2024-02-01T18:03:45.723Z | stop 0.000234136 |
2442 | 2024-02-01T18:03:45.723Z | process exited: duration 1243234 ms, exit code 0 |
|
2443 | 2024-02-01T18:03:45.750Z | found 5 output files |
2444 | 2024-02-01T18:03:45.750Z | uploading: /work/end-to-end-tests/bootstrap-d85755d230534e96.gz (10759075 bytes) |
2445 | 2024-02-01T18:03:53.429Z | uploaded: /work/end-to-end-tests/bootstrap-d85755d230534e96.gz |
2446 | 2024-02-01T18:03:53.429Z | uploading: /work/end-to-end-tests/bootstrap.gz (108782669 bytes) |
2447 | 2024-02-01T18:05:24.435Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2448 | 2024-02-01T18:05:24.435Z | uploading: /work/end-to-end-tests/end_to_end_tests-2bc5efa67eecf70d.gz (111954490 bytes) |
2449 | 2024-02-01T18:06:12.943Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2bc5efa67eecf70d.gz |
2450 | 2024-02-01T18:06:12.943Z | uploading: /work/caboose-util.gz (4048201 bytes) |
2451 | 2024-02-01T18:06:15.412Z | uploaded: /work/caboose-util.gz |
2452 | 2024-02-01T18:06:15.412Z | uploading: /work/tufaceous.gz (15644331 bytes) |
2453 | 2024-02-01T18:06:22.833Z | uploaded: /work/tufaceous.gz |