|
|
|
1 | 2024-02-04T17:21:14.135Z | job assigned to worker 01HNTJ52PX0REH43PM8A1ZKBAF (queued for 12 h 12 m 28 s) |
|
2 | 2024-02-04T17:21:14.956Z | starting task 0: "setup" |
3 | 2024-02-04T17:21:14.998Z | ++ uname -s |
4 | 2024-02-04T17:21:15.001Z | + kern=SunOS |
5 | 2024-02-04T17:21:15.001Z | + case "$kern" in |
6 | 2024-02-04T17:21:15.001Z | + groupadd -g 12345 build |
7 | 2024-02-04T17:21:15.008Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-04T17:21:17.055Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-04T17:21:17.191Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-04T17:21:17.194Z | + home_fs=zfs |
11 | 2024-02-04T17:21:17.194Z | + [[ zfs == autofs ]] |
12 | 2024-02-04T17:21:17.194Z | + mkdir -p /home/build |
13 | 2024-02-04T17:21:17.194Z | + chown build:build /home/build /work |
14 | 2024-02-04T17:21:18.162Z | + chmod 0700 /home/build /work |
15 | 2024-02-04T17:21:18.165Z | process exited: duration 3209 ms, exit code 0 |
|
16 | 2024-02-04T17:21:18.171Z | starting task 1: "rust-toolchain" |
17 | 2024-02-04T17:21:18.180Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-04T17:21:18.183Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-04T17:21:18.345Z | info: downloading installer |
20 | 2024-02-04T17:21:20.253Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-04T17:21:20.254Z | warning: /opt/ooce/bin |
22 | 2024-02-04T17:21:20.254Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-04T17:21:20.254Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-04T17:21:20.254Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-04T17:21:20.254Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-04T17:21:20.254Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-04T17:21:20.254Z | error: cannot install while Rust is installed |
28 | 2024-02-04T17:21:20.254Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-04T17:21:20.402Z | info: profile set to 'default' |
30 | 2024-02-04T17:21:20.403Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-04T17:21:20.406Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-04T17:21:20.589Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-04T17:21:20.589Z | info: downloading component 'cargo' |
34 | 2024-02-04T17:21:21.371Z | info: downloading component 'clippy' |
35 | 2024-02-04T17:21:21.646Z | info: downloading component 'rust-docs' |
36 | 2024-02-04T17:21:22.623Z | info: downloading component 'rust-std' |
37 | 2024-02-04T17:21:24.404Z | info: downloading component 'rustc' |
38 | 2024-02-04T17:21:28.785Z | info: downloading component 'rustfmt' |
39 | 2024-02-04T17:21:29.027Z | info: installing component 'cargo' |
40 | 2024-02-04T17:21:30.459Z | info: installing component 'clippy' |
41 | 2024-02-04T17:21:31.087Z | info: installing component 'rust-docs' |
42 | 2024-02-04T17:21:33.809Z | info: installing component 'rust-std' |
43 | 2024-02-04T17:21:36.921Z | info: installing component 'rustc' |
44 | 2024-02-04T17:21:43.007Z | info: installing component 'rustfmt' |
45 | 2024-02-04T17:21:43.456Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-04T17:21:43.456Z | |
47 | 2024-02-04T17:21:43.588Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-04T17:21:43.588Z | |
49 | 2024-02-04T17:21:43.594Z | |
50 | 2024-02-04T17:21:43.594Z | Rust is installed now. Great! |
51 | 2024-02-04T17:21:43.594Z | |
52 | 2024-02-04T17:21:43.595Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-04T17:21:43.595Z | environment variable. This has not been done automatically. |
54 | 2024-02-04T17:21:43.595Z | |
55 | 2024-02-04T17:21:43.595Z | To configure your current shell, run: |
56 | 2024-02-04T17:21:43.595Z | source "$HOME/.cargo/env" |
57 | 2024-02-04T17:21:43.680Z | + rustc --version |
58 | 2024-02-04T17:21:43.791Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-04T17:21:43.797Z | process exited: duration 25626 ms, exit code 0 |
|
60 | 2024-02-04T17:21:43.804Z | starting task 2: "authentication" |
61 | 2024-02-04T17:21:43.835Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-02-04T17:21:43.851Z | starting task 3: "clone repository" |
63 | 2024-02-04T17:21:43.858Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-04T17:21:43.861Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-04T17:21:43.952Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-04T17:21:50.768Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-04T17:21:50.770Z | + git fetch origin 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
68 | 2024-02-04T17:21:51.124Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-04T17:21:51.124Z | * branch 28bb72d0a6f7c31e465c16adde9be3b84af5be41 -> FETCH_HEAD |
70 | 2024-02-04T17:21:51.137Z | + [[ -n renovate/parse-display-0.x ]] |
71 | 2024-02-04T17:21:51.140Z | ++ git branch --show-current |
72 | 2024-02-04T17:21:51.143Z | + current=main |
73 | 2024-02-04T17:21:51.143Z | + [[ main != renovate/parse-display-0.x ]] |
74 | 2024-02-04T17:21:51.143Z | + git branch -f renovate/parse-display-0.x 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
75 | 2024-02-04T17:21:51.147Z | + git checkout -f renovate/parse-display-0.x |
76 | 2024-02-04T17:21:51.337Z | Switched to branch 'renovate/parse-display-0.x' |
77 | 2024-02-04T17:21:51.340Z | + git reset --hard 28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
78 | 2024-02-04T17:21:51.354Z | HEAD is now at 28bb72d0a Update Rust crate parse-display to 0.9.0 |
79 | 2024-02-04T17:21:51.357Z | process exited: duration 7505 ms, exit code 0 |
|
80 | 2024-02-04T17:21:51.364Z | starting task 4: "build" |
81 | 2024-02-04T17:21:51.371Z | + cargo --version |
82 | 2024-02-04T17:21:51.379Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-04T17:21:51.590Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-04T17:21:51.596Z | info: downloading component 'cargo' |
85 | 2024-02-04T17:21:52.426Z | info: downloading component 'clippy' |
86 | 2024-02-04T17:21:52.689Z | info: downloading component 'rust-docs' |
87 | 2024-02-04T17:21:53.723Z | info: downloading component 'rust-std' |
88 | 2024-02-04T17:21:55.252Z | info: downloading component 'rustc' |
89 | 2024-02-04T17:21:59.588Z | info: downloading component 'rustfmt' |
90 | 2024-02-04T17:21:59.910Z | info: installing component 'cargo' |
91 | 2024-02-04T17:22:01.204Z | info: installing component 'clippy' |
92 | 2024-02-04T17:22:01.686Z | info: installing component 'rust-docs' |
93 | 2024-02-04T17:22:04.545Z | info: installing component 'rust-std' |
94 | 2024-02-04T17:22:06.982Z | info: installing component 'rustc' |
95 | 2024-02-04T17:22:13.314Z | info: installing component 'rustfmt' |
96 | 2024-02-04T17:22:13.856Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-04T17:22:13.859Z | + rustc --version |
98 | 2024-02-04T17:22:14.006Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-04T17:22:14.014Z | ++ git rev-parse HEAD |
100 | 2024-02-04T17:22:14.030Z | + COMMIT=28bb72d0a6f7c31e465c16adde9be3b84af5be41 |
101 | 2024-02-04T17:22:14.033Z | + VERSION=6.0.0-0.ci+git28bb72d0a6f |
102 | 2024-02-04T17:22:14.033Z | + echo 6.0.0-0.ci+git28bb72d0a6f |
103 | 2024-02-04T17:22:14.033Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-04T17:22:28.442Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-04T17:22:30.425Z | Startup: Caching catalogs ... Done |
106 | 2024-02-04T17:22:33.620Z | Planning: Solver setup ... Done (2.678s) |
107 | 2024-02-04T17:22:33.687Z | Planning: Running solver ... Done (0.067s) |
108 | 2024-02-04T17:22:33.725Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-04T17:22:33.738Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-04T17:22:34.052Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-04T17:22:34.135Z | Planning: Package planning ... Done (0.083s) |
112 | 2024-02-04T17:22:34.220Z | Planning: Merging actions ... Done (0.085s) |
113 | 2024-02-04T17:22:35.361Z | Planning: Checking for conflicting actions ... Done (1.141s) |
114 | 2024-02-04T17:22:35.379Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-02-04T17:22:42.192Z | Planning: Evaluating mediators ... Done (6.812s) |
116 | 2024-02-04T17:22:42.213Z | Planning: Planning completed in 11.72 seconds |
117 | 2024-02-04T17:22:45.191Z | Packages to install: 4 |
118 | 2024-02-04T17:22:45.192Z | Mediators to change: 2 |
119 | 2024-02-04T17:22:45.192Z | Services to change: 1 |
120 | 2024-02-04T17:22:45.195Z | Estimated space available: 148.87 GB |
121 | 2024-02-04T17:22:45.195Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-04T17:22:45.195Z | Create boot environment: No |
123 | 2024-02-04T17:22:45.195Z | Create backup boot environment: No |
124 | 2024-02-04T17:22:45.195Z | Rebuild boot archive: No |
125 | 2024-02-04T17:22:45.195Z | |
126 | 2024-02-04T17:22:45.195Z | Changed mediators: |
127 | 2024-02-04T17:22:45.195Z | mediator clang: |
128 | 2024-02-04T17:22:45.195Z | version: None -> 15 (system default) |
129 | 2024-02-04T17:22:45.195Z | |
130 | 2024-02-04T17:22:45.195Z | mediator llvm: |
131 | 2024-02-04T17:22:45.195Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-04T17:22:45.195Z | |
133 | 2024-02-04T17:22:45.196Z | Changed packages: |
134 | 2024-02-04T17:22:45.196Z | helios-dev |
135 | 2024-02-04T17:22:45.196Z | developer/build-essential |
136 | 2024-02-04T17:22:45.196Z | None -> 11-2.0 |
137 | 2024-02-04T17:22:45.196Z | library/libxmlsec1 |
138 | 2024-02-04T17:22:45.196Z | None -> 1.2.35-2.0 |
139 | 2024-02-04T17:22:45.196Z | ooce/developer/clang-15 |
140 | 2024-02-04T17:22:45.196Z | None -> 15.0.7-2.0 |
141 | 2024-02-04T17:22:45.196Z | ooce/developer/llvm-15 |
142 | 2024-02-04T17:22:45.196Z | None -> 15.0.7-2.0 |
143 | 2024-02-04T17:22:45.196Z | |
144 | 2024-02-04T17:22:45.196Z | Services: |
145 | 2024-02-04T17:22:45.196Z | restart_fmri: |
146 | 2024-02-04T17:22:45.196Z | svc:/system/update-man-index:default |
147 | 2024-02-04T17:22:45.490Z | |
148 | 2024-02-04T17:22:45.490Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-04T17:22:50.569Z | Download: 1194/3290 items 63.4/212.6MB 29% complete (12.8M/s) |
150 | 2024-02-04T17:22:55.570Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (11.9M/s) |
151 | 2024-02-04T17:23:00.630Z | Download: 3248/3290 items 185.9/212.6MB 87% complete (14.0M/s) |
152 | 2024-02-04T17:23:03.470Z | Download: Completed 212.60 MB in 17.98 seconds (11.8M/s) |
153 | 2024-02-04T17:23:05.358Z | Actions: 1/3689 actions (Installing new actions) |
154 | 2024-02-04T17:23:10.415Z | Actions: 2535/3689 actions (Installing new actions) |
155 | 2024-02-04T17:23:13.051Z | Actions: Completed 3689 actions in 7.70 seconds. |
156 | 2024-02-04T17:23:13.199Z | Done (0.141s) |
157 | 2024-02-04T17:23:13.199Z | Done (0.000s) |
158 | 2024-02-04T17:23:13.546Z | Done (0.346s) |
159 | 2024-02-04T17:23:21.994Z | Done (8.310s) |
160 | 2024-02-04T17:23:22.289Z | Done (0.189s) |
161 | 2024-02-04T17:23:22.292Z | Done (0.000s) |
162 | 2024-02-04T17:23:22.531Z | Done (0.000s) |
163 | 2024-02-04T17:23:23.290Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-02-04T17:23:23.582Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-02-04T17:23:23.585Z | Planning: Consolidating action changes ... Done |
166 | 2024-02-04T17:23:24.024Z | Planning: Evaluating mediators ... Done |
167 | 2024-02-04T17:23:24.027Z | Planning: Planning completed in 0.74 seconds |
168 | 2024-02-04T17:23:24.079Z | Mediators to change: 2 |
169 | 2024-02-04T17:23:24.079Z | Create boot environment: No |
170 | 2024-02-04T17:23:24.082Z | Create backup boot environment: No |
171 | 2024-02-04T17:23:24.219Z | Done |
172 | 2024-02-04T17:23:24.219Z | Done |
173 | 2024-02-04T17:23:24.424Z | Done |
174 | 2024-02-04T17:23:30.546Z | Done |
175 | 2024-02-04T17:23:30.668Z | Done |
176 | 2024-02-04T17:23:30.671Z | Done |
177 | 2024-02-04T17:23:30.775Z | Done |
178 | 2024-02-04T17:23:31.831Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-04T17:23:31.834Z | Planning: Merging actions ... Done |
180 | 2024-02-04T17:23:32.176Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-02-04T17:23:32.180Z | Planning: Consolidating action changes ... Done |
182 | 2024-02-04T17:23:32.620Z | Planning: Evaluating mediators ... Done |
183 | 2024-02-04T17:23:32.715Z | Planning: Planning completed in 1.35 seconds |
184 | 2024-02-04T17:23:32.777Z | Packages to change: 1 |
185 | 2024-02-04T17:23:32.777Z | Mediators to change: 1 |
186 | 2024-02-04T17:23:32.777Z | Services to change: 1 |
187 | 2024-02-04T17:23:32.777Z | Create boot environment: No |
188 | 2024-02-04T17:23:32.780Z | Create backup boot environment: Yes |
189 | 2024-02-04T17:23:34.601Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-02-04T17:23:34.604Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-02-04T17:23:34.604Z | Done |
192 | 2024-02-04T17:23:34.604Z | Done |
193 | 2024-02-04T17:23:34.681Z | Done |
194 | 2024-02-04T17:23:40.816Z | Done |
195 | 2024-02-04T17:23:40.943Z | Done |
196 | 2024-02-04T17:23:40.947Z | Done |
197 | 2024-02-04T17:23:41.048Z | Done |
198 | 2024-02-04T17:23:41.742Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-02-04T17:23:41.742Z | clang system 15 system |
200 | 2024-02-04T17:23:41.742Z | csh system system illumos |
201 | 2024-02-04T17:23:41.742Z | ctags system system illumos |
202 | 2024-02-04T17:23:41.742Z | gcc vendor 12 vendor |
203 | 2024-02-04T17:23:41.742Z | gcc system 10 system |
204 | 2024-02-04T17:23:41.742Z | gcc system 7 system |
205 | 2024-02-04T17:23:41.742Z | go system 1.20 system |
206 | 2024-02-04T17:23:41.743Z | go system 1.19 system |
207 | 2024-02-04T17:23:41.743Z | llvm system 15 system |
208 | 2024-02-04T17:23:41.743Z | llvm system 14 system |
209 | 2024-02-04T17:23:41.743Z | mariadb system 10.6 system |
210 | 2024-02-04T17:23:41.743Z | mta vendor vendor dma |
211 | 2024-02-04T17:23:41.743Z | openjdk system 17 system |
212 | 2024-02-04T17:23:41.743Z | openjdk system 11 system |
213 | 2024-02-04T17:23:41.743Z | openjdk system 1.8 system |
214 | 2024-02-04T17:23:41.743Z | openssl vendor 3 vendor |
215 | 2024-02-04T17:23:41.743Z | perl system 5.36 system |
216 | 2024-02-04T17:23:41.743Z | postgresql system 15 system |
217 | 2024-02-04T17:23:41.743Z | postgresql system 13 system |
218 | 2024-02-04T17:23:41.743Z | python vendor 3 vendor |
219 | 2024-02-04T17:23:41.743Z | python system 2 system |
220 | 2024-02-04T17:23:41.743Z | python3 system 3.11 system |
221 | 2024-02-04T17:23:41.743Z | ruby system 3.0 system |
222 | 2024-02-04T17:23:41.743Z | words vendor vendor american-english |
223 | 2024-02-04T17:23:41.743Z | words system system australian-english |
224 | 2024-02-04T17:23:41.743Z | words system system british-english |
225 | 2024-02-04T17:23:41.743Z | words system system canadian-english |
226 | 2024-02-04T17:23:41.743Z | words system system french |
227 | 2024-02-04T17:23:41.743Z | words system system italian |
228 | 2024-02-04T17:23:41.743Z | words system system ngerman |
229 | 2024-02-04T17:23:41.743Z | words system system ogerman |
230 | 2024-02-04T17:23:41.744Z | words system system spanish |
231 | 2024-02-04T17:23:42.286Z | FMRI IFO |
232 | 2024-02-04T17:23:42.286Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-02-04T17:23:42.286Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-02-04T17:23:42.286Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-02-04T17:23:42.286Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-02-04T17:23:42.287Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-02-04T17:23:42.287Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
238 | 2024-02-04T17:23:42.287Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-02-04T17:23:42.287Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-02-04T17:23:42.367Z | + set -o errexit |
241 | 2024-02-04T17:23:42.370Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2024-02-04T17:23:42.373Z | ++ cd ./tools |
243 | 2024-02-04T17:23:42.373Z | ++ pwd |
244 | 2024-02-04T17:23:42.373Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2024-02-04T17:23:42.373Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2024-02-04T17:23:42.376Z | + ARG0=ci_download_cockroachdb |
247 | 2024-02-04T17:23:42.376Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2024-02-04T17:23:42.380Z | + CIDL_VERSION=v22.1.9 |
249 | 2024-02-04T17:23:42.380Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2024-02-04T17:23:42.380Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2024-02-04T17:23:42.380Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2024-02-04T17:23:42.380Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2024-02-04T17:23:42.380Z | + TARGET_DIR=out |
254 | 2024-02-04T17:23:42.380Z | + DOWNLOAD_DIR=out/downloads |
255 | 2024-02-04T17:23:42.380Z | + DEST_DIR=./out/cockroachdb |
256 | 2024-02-04T17:23:42.380Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2024-02-04T17:23:42.380Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2024-02-04T17:23:42.380Z | + main |
259 | 2024-02-04T17:23:42.380Z | + [[ 0 != 0 ]] |
260 | 2024-02-04T17:23:42.380Z | + CIDL_OS=solaris2.11 |
261 | 2024-02-04T17:23:42.380Z | + [[ 0 != 0 ]] |
262 | 2024-02-04T17:23:42.380Z | + configure_os solaris2.11 |
263 | 2024-02-04T17:23:42.380Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2024-02-04T17:23:42.380Z | current directory: /work/oxidecomputer/omicron |
265 | 2024-02-04T17:23:42.380Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-04T17:23:42.381Z | + case "$1" in |
267 | 2024-02-04T17:23:42.381Z | configuring based on OS: "solaris2.11" |
268 | 2024-02-04T17:23:42.381Z | + CIDL_BUILD=illumos |
269 | 2024-02-04T17:23:42.381Z | + CIDL_SUFFIX=tar.gz |
270 | 2024-02-04T17:23:42.381Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-02-04T17:23:42.381Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2024-02-04T17:23:42.381Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-02-04T17:23:42.381Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-02-04T17:23:42.381Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-02-04T17:23:42.381Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-04T17:23:42.381Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-04T17:23:42.381Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-02-04T17:23:42.381Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-04T17:23:42.381Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-04T17:23:42.381Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-04T17:23:42.381Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-04T17:23:42.381Z | + mkdir -p out/downloads |
283 | 2024-02-04T17:23:42.381Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-04T17:23:42.387Z | + mkdir -p ./out/cockroachdb |
285 | 2024-02-04T17:23:42.387Z | + local DO_DOWNLOAD=true |
286 | 2024-02-04T17:23:42.387Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2024-02-04T17:23:42.387Z | + '[' true == true ']' |
288 | 2024-02-04T17:23:42.387Z | + echo Downloading... |
289 | 2024-02-04T17:23:42.387Z | Downloading... |
290 | 2024-02-04T17:23:42.388Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-04T17:23:42.388Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-04T17:23:44.647Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-04T17:23:44.650Z | ++ md5sum |
294 | 2024-02-04T17:23:44.651Z | ++ awk '{print $1}' |
295 | 2024-02-04T17:23:44.831Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2024-02-04T17:23:44.831Z | + [[ 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 ]] |
297 | 2024-02-04T17:23:44.831Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-04T17:23:44.834Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2024-02-04T17:23:48.307Z | + do_assemble_illumos |
300 | 2024-02-04T17:23:48.307Z | + rm -r ./out/cockroachdb |
301 | 2024-02-04T17:23:48.310Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2024-02-04T17:23:48.933Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2024-02-04T17:23:49.202Z | Build Tag: v22.1.9-dirty |
304 | 2024-02-04T17:23:49.202Z | Build Time: 2022/10/26 21:17:46 |
305 | 2024-02-04T17:23:49.202Z | Distribution: OSS |
306 | 2024-02-04T17:23:49.202Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2024-02-04T17:23:49.202Z | Go Version: go1.17.13 |
308 | 2024-02-04T17:23:49.202Z | C Compiler: gcc 10.3.0 |
309 | 2024-02-04T17:23:49.202Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2024-02-04T17:23:49.202Z | Build Type: release |
311 | 2024-02-04T17:23:49.228Z | + set -o errexit |
312 | 2024-02-04T17:23:49.242Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2024-02-04T17:23:49.246Z | ++ cd ./tools |
314 | 2024-02-04T17:23:49.246Z | ++ pwd |
315 | 2024-02-04T17:23:49.246Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2024-02-04T17:23:49.246Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2024-02-04T17:23:49.246Z | + ARG0=ci_download_clickhouse |
318 | 2024-02-04T17:23:49.246Z | + TARGET_DIR=out |
319 | 2024-02-04T17:23:49.246Z | + DOWNLOAD_DIR=out/downloads |
320 | 2024-02-04T17:23:49.247Z | + DEST_DIR=./out/clickhouse |
321 | 2024-02-04T17:23:49.247Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-04T17:23:49.247Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-04T17:23:49.247Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-04T17:23:49.247Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-04T17:23:49.247Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-04T17:23:49.247Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-04T17:23:49.247Z | + main |
328 | 2024-02-04T17:23:49.247Z | + [[ 0 != 0 ]] |
329 | 2024-02-04T17:23:49.247Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-04T17:23:49.247Z | + [[ 0 != 0 ]] |
331 | 2024-02-04T17:23:49.247Z | + configure_os solaris2.11 |
332 | 2024-02-04T17:23:49.248Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-04T17:23:49.248Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-04T17:23:49.248Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-04T17:23:49.248Z | + CIDL_DASHREV= |
336 | 2024-02-04T17:23:49.248Z | + case "$1" in |
337 | 2024-02-04T17:23:49.248Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-04T17:23:49.248Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-04T17:23:49.248Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-04T17:23:49.248Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-04T17:23:49.248Z | + CIDL_DASHREV=-1 |
342 | 2024-02-04T17:23:49.248Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-04T17:23:49.248Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-04T17:23:49.248Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-04T17:23:49.248Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-04T17:23:49.249Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-04T17:23:49.249Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-04T17:23:49.249Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-04T17:23:49.249Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-04T17:23:49.249Z | + mkdir -p out/downloads |
351 | 2024-02-04T17:23:49.249Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-04T17:23:49.249Z | + local DO_DOWNLOAD=true |
353 | 2024-02-04T17:23:49.249Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-04T17:23:49.249Z | + '[' true == true ']' |
355 | 2024-02-04T17:23:49.249Z | + echo Downloading... |
356 | 2024-02-04T17:23:49.249Z | Downloading... |
357 | 2024-02-04T17:23:49.249Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-04T17:23:49.249Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-04T17:23:50.900Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-04T17:23:50.904Z | ++ md5sum |
361 | 2024-02-04T17:23:50.904Z | ++ awk '{print $1}' |
362 | 2024-02-04T17:23:51.167Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-04T17:23:51.168Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-04T17:23:51.168Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-04T17:23:51.174Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-04T17:23:51.174Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-04T17:23:56.024Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-04T17:23:56.078Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-04T17:23:56.102Z | + set -o errexit |
370 | 2024-02-04T17:23:56.105Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-04T17:23:56.108Z | ++ cd ./tools |
372 | 2024-02-04T17:23:56.108Z | ++ pwd |
373 | 2024-02-04T17:23:56.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-04T17:23:56.109Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-04T17:23:56.112Z | + ARG0=ci_download_console |
376 | 2024-02-04T17:23:56.112Z | + TARGET_DIR=out |
377 | 2024-02-04T17:23:56.112Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-04T17:23:56.112Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-04T17:23:56.112Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-04T17:23:56.113Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
381 | 2024-02-04T17:23:56.113Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
382 | 2024-02-04T17:23:56.113Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
383 | 2024-02-04T17:23:56.113Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-04T17:23:56.113Z | + main |
385 | 2024-02-04T17:23:56.113Z | + [[ 0 != 0 ]] |
386 | 2024-02-04T17:23:56.113Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
387 | 2024-02-04T17:23:56.113Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
388 | 2024-02-04T17:23:56.113Z | Local file: out/downloads/console.tar.gz |
389 | 2024-02-04T17:23:56.113Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-02-04T17:23:56.113Z | + local DO_DOWNLOAD=true |
391 | 2024-02-04T17:23:56.113Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-04T17:23:56.114Z | + mkdir -p out/downloads |
393 | 2024-02-04T17:23:56.117Z | + '[' true == true ']' |
394 | 2024-02-04T17:23:56.117Z | + echo Downloading... |
395 | 2024-02-04T17:23:56.117Z | Downloading... |
396 | 2024-02-04T17:23:56.117Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-04T17:23:56.117Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
398 | 2024-02-04T17:23:56.905Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-04T17:23:56.908Z | ++ case "$OSTYPE" in |
400 | 2024-02-04T17:23:56.908Z | ++ SHA=sha256sum |
401 | 2024-02-04T17:23:56.908Z | ++ sha256sum |
402 | 2024-02-04T17:23:56.908Z | ++ awk '{print $1}' |
403 | 2024-02-04T17:23:56.998Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
404 | 2024-02-04T17:23:56.998Z | + [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]] |
405 | 2024-02-04T17:23:56.998Z | + rm -rf ./out/console-assets |
406 | 2024-02-04T17:23:57.001Z | + mkdir -p ./out/console-assets |
407 | 2024-02-04T17:23:57.004Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-04T17:23:57.004Z | + mkdir -p ./out/console-assets |
409 | 2024-02-04T17:23:57.010Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-04T17:23:57.145Z | + set -o errexit |
411 | 2024-02-04T17:23:57.148Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-04T17:23:57.151Z | ++ cd ./tools |
413 | 2024-02-04T17:23:57.151Z | ++ pwd |
414 | 2024-02-04T17:23:57.151Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-04T17:23:57.151Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-04T17:23:57.154Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-04T17:23:57.154Z | + TARGET_DIR=out |
418 | 2024-02-04T17:23:57.154Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-04T17:23:57.154Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-04T17:23:57.155Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
421 | 2024-02-04T17:23:57.155Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-04T17:23:57.155Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
423 | 2024-02-04T17:23:57.155Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
424 | 2024-02-04T17:23:57.155Z | + main |
425 | 2024-02-04T17:23:57.155Z | + [[ 0 != 0 ]] |
426 | 2024-02-04T17:23:57.155Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
427 | 2024-02-04T17:23:57.155Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
428 | 2024-02-04T17:23:57.155Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
429 | 2024-02-04T17:23:57.155Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
430 | 2024-02-04T17:23:57.155Z | + local DO_DOWNLOAD=true |
431 | 2024-02-04T17:23:57.155Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
432 | 2024-02-04T17:23:57.155Z | + mkdir -p out/downloads |
433 | 2024-02-04T17:23:57.158Z | + '[' true == true ']' |
434 | 2024-02-04T17:23:57.158Z | + echo Downloading... |
435 | 2024-02-04T17:23:57.158Z | Downloading... |
436 | 2024-02-04T17:23:57.158Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
437 | 2024-02-04T17:23:57.158Z | + 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 |
438 | 2024-02-04T17:23:57.450Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
439 | 2024-02-04T17:23:57.450Z | ++ case "$OSTYPE" in |
440 | 2024-02-04T17:23:57.450Z | ++ SHA=sha256sum |
441 | 2024-02-04T17:23:57.453Z | ++ sha256sum |
442 | 2024-02-04T17:23:57.453Z | ++ awk '{print $1}' |
443 | 2024-02-04T17:23:57.456Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-04T17:23:57.456Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-04T17:23:57.459Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-04T17:23:57.459Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
447 | 2024-02-04T17:23:57.459Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-04T17:23:57.459Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
449 | 2024-02-04T17:23:57.459Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
450 | 2024-02-04T17:23:57.459Z | + main |
451 | 2024-02-04T17:23:57.459Z | + [[ 0 != 0 ]] |
452 | 2024-02-04T17:23:57.459Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
453 | 2024-02-04T17:23:57.459Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
454 | 2024-02-04T17:23:57.460Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
455 | 2024-02-04T17:23:57.460Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
456 | 2024-02-04T17:23:57.460Z | + local DO_DOWNLOAD=true |
457 | 2024-02-04T17:23:57.460Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
458 | 2024-02-04T17:23:57.460Z | + mkdir -p out/downloads |
459 | 2024-02-04T17:23:57.460Z | + '[' true == true ']' |
460 | 2024-02-04T17:23:57.460Z | + echo Downloading... |
461 | 2024-02-04T17:23:57.460Z | Downloading... |
462 | 2024-02-04T17:23:57.460Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
463 | 2024-02-04T17:23:57.460Z | + 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 |
464 | 2024-02-04T17:23:57.609Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
465 | 2024-02-04T17:23:57.612Z | ++ case "$OSTYPE" in |
466 | 2024-02-04T17:23:57.612Z | ++ SHA=sha256sum |
467 | 2024-02-04T17:23:57.612Z | ++ sha256sum |
468 | 2024-02-04T17:23:57.612Z | ++ awk '{print $1}' |
469 | 2024-02-04T17:23:57.618Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-04T17:23:57.618Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-04T17:23:57.625Z | + set -o errexit |
472 | 2024-02-04T17:23:57.628Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-04T17:23:57.631Z | ++ cd ./tools |
474 | 2024-02-04T17:23:57.631Z | ++ pwd |
475 | 2024-02-04T17:23:57.631Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-04T17:23:57.635Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-04T17:23:57.635Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-04T17:23:57.635Z | + TARGET_DIR=out |
479 | 2024-02-04T17:23:57.635Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-04T17:23:57.636Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-04T17:23:57.636Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
482 | 2024-02-04T17:23:57.636Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
483 | 2024-02-04T17:23:57.636Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-02-04T17:23:57.636Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
485 | 2024-02-04T17:23:57.636Z | + main |
486 | 2024-02-04T17:23:57.636Z | + [[ 0 != 0 ]] |
487 | 2024-02-04T17:23:57.636Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
488 | 2024-02-04T17:23:57.636Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
489 | 2024-02-04T17:23:57.636Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
490 | 2024-02-04T17:23:57.636Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
491 | 2024-02-04T17:23:57.636Z | + local DO_DOWNLOAD=true |
492 | 2024-02-04T17:23:57.636Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
493 | 2024-02-04T17:23:57.636Z | + mkdir -p out/downloads |
494 | 2024-02-04T17:23:57.639Z | + '[' true == true ']' |
495 | 2024-02-04T17:23:57.639Z | + echo Downloading... |
496 | 2024-02-04T17:23:57.639Z | Downloading... |
497 | 2024-02-04T17:23:57.640Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
498 | 2024-02-04T17:23:57.640Z | + 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 |
499 | 2024-02-04T17:23:57.806Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
500 | 2024-02-04T17:23:57.806Z | ++ case "$OSTYPE" in |
501 | 2024-02-04T17:23:57.809Z | ++ SHA=sha256sum |
502 | 2024-02-04T17:23:57.809Z | ++ sha256sum |
503 | 2024-02-04T17:23:57.809Z | ++ awk '{print $1}' |
504 | 2024-02-04T17:23:57.813Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
505 | 2024-02-04T17:23:57.813Z | + [[ 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 ]] |
506 | 2024-02-04T17:23:57.823Z | + set -o errexit |
507 | 2024-02-04T17:23:57.826Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-04T17:23:57.829Z | ++ cd ./tools |
509 | 2024-02-04T17:23:57.829Z | ++ pwd |
510 | 2024-02-04T17:23:57.829Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-04T17:23:57.835Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-04T17:23:57.835Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-04T17:23:57.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-04T17:23:57.836Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
515 | 2024-02-04T17:23:57.836Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
516 | 2024-02-04T17:23:57.836Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
517 | 2024-02-04T17:23:57.836Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-04T17:23:57.836Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
519 | 2024-02-04T17:23:57.836Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
520 | 2024-02-04T17:23:57.836Z | + TARGET_DIR=out |
521 | 2024-02-04T17:23:57.836Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-04T17:23:57.836Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-04T17:23:57.836Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-04T17:23:57.836Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-04T17:23:57.836Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-04T17:23:57.836Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
527 | 2024-02-04T17:23:57.836Z | + main |
528 | 2024-02-04T17:23:57.836Z | + [[ 0 != 0 ]] |
529 | 2024-02-04T17:23:57.836Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-04T17:23:57.836Z | + [[ 0 != 0 ]] |
531 | 2024-02-04T17:23:57.836Z | + configure_os solaris2.11 |
532 | 2024-02-04T17:23:57.836Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-04T17:23:57.836Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-04T17:23:57.836Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-04T17:23:57.836Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-04T17:23:57.836Z | + case "$1" in |
537 | 2024-02-04T17:23:57.836Z | + SET_BINARIES= |
538 | 2024-02-04T17:23:57.837Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
539 | 2024-02-04T17:23:57.837Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-04T17:23:57.837Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-04T17:23:57.837Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
542 | 2024-02-04T17:23:57.837Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-04T17:23:57.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
544 | 2024-02-04T17:23:57.837Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-04T17:23:57.837Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-04T17:23:57.837Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-04T17:23:57.837Z | + mkdir -p out/downloads |
548 | 2024-02-04T17:23:57.840Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-04T17:23:57.840Z | + fetch_and_verify |
550 | 2024-02-04T17:23:57.840Z | + local DO_DOWNLOAD=true |
551 | 2024-02-04T17:23:57.841Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-04T17:23:57.841Z | + '[' true == true ']' |
553 | 2024-02-04T17:23:57.841Z | + echo Downloading... |
554 | 2024-02-04T17:23:57.841Z | Downloading... |
555 | 2024-02-04T17:23:57.841Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-04T17:23:57.841Z | + 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 |
557 | 2024-02-04T17:24:04.865Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-04T17:24:04.868Z | ++ sha256sum |
559 | 2024-02-04T17:24:04.868Z | ++ awk '{print $1}' |
560 | 2024-02-04T17:24:04.970Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
561 | 2024-02-04T17:24:04.970Z | + [[ 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 ]] |
562 | 2024-02-04T17:24:04.974Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-04T17:24:04.974Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-04T17:24:06.064Z | + do_assemble |
565 | 2024-02-04T17:24:06.064Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-04T17:24:06.067Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-04T17:24:06.070Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-04T17:24:06.236Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-04T17:24:06.249Z | + set -o errexit |
570 | 2024-02-04T17:24:06.252Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-04T17:24:06.255Z | ++ cd ./tools |
572 | 2024-02-04T17:24:06.255Z | ++ pwd |
573 | 2024-02-04T17:24:06.255Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-04T17:24:06.255Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-04T17:24:06.258Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-04T17:24:06.258Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-04T17:24:06.258Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
578 | 2024-02-04T17:24:06.258Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
579 | 2024-02-04T17:24:06.258Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-04T17:24:06.258Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
581 | 2024-02-04T17:24:06.258Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-04T17:24:06.258Z | + TARGET_DIR=out |
583 | 2024-02-04T17:24:06.259Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-04T17:24:06.259Z | + DEST_DIR=./out/mgd |
585 | 2024-02-04T17:24:06.259Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-04T17:24:06.259Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-04T17:24:06.259Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-04T17:24:06.259Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
589 | 2024-02-04T17:24:06.259Z | + main |
590 | 2024-02-04T17:24:06.259Z | + [[ 0 != 0 ]] |
591 | 2024-02-04T17:24:06.259Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-04T17:24:06.259Z | + [[ 0 != 0 ]] |
593 | 2024-02-04T17:24:06.259Z | + configure_os solaris2.11 |
594 | 2024-02-04T17:24:06.259Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-04T17:24:06.259Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-04T17:24:06.259Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-04T17:24:06.259Z | + case "$1" in |
598 | 2024-02-04T17:24:06.259Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-04T17:24:06.259Z | + SET_BINARIES= |
600 | 2024-02-04T17:24:06.259Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-04T17:24:06.259Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-04T17:24:06.259Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
603 | 2024-02-04T17:24:06.259Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-04T17:24:06.259Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
605 | 2024-02-04T17:24:06.259Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-02-04T17:24:06.259Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
607 | 2024-02-04T17:24:06.260Z | Local file: out/downloads/mgd.tar.gz |
608 | 2024-02-04T17:24:06.260Z | + mkdir -p out/downloads |
609 | 2024-02-04T17:24:06.266Z | + mkdir -p ./out/mgd |
610 | 2024-02-04T17:24:06.266Z | + fetch_and_verify |
611 | 2024-02-04T17:24:06.266Z | + local DO_DOWNLOAD=true |
612 | 2024-02-04T17:24:06.266Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-04T17:24:06.266Z | + '[' true == true ']' |
614 | 2024-02-04T17:24:06.266Z | + echo Downloading... |
615 | 2024-02-04T17:24:06.266Z | Downloading... |
616 | 2024-02-04T17:24:06.266Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-04T17:24:06.266Z | + 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 |
618 | 2024-02-04T17:24:10.817Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-04T17:24:10.820Z | ++ sha256sum |
620 | 2024-02-04T17:24:10.820Z | ++ awk '{print $1}' |
621 | 2024-02-04T17:24:10.893Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
622 | 2024-02-04T17:24:10.893Z | + [[ 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 ]] |
623 | 2024-02-04T17:24:10.896Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-04T17:24:10.896Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-04T17:24:11.568Z | + do_assemble |
626 | 2024-02-04T17:24:11.568Z | + rm -r ./out/mgd |
627 | 2024-02-04T17:24:11.571Z | + mkdir ./out/mgd |
628 | 2024-02-04T17:24:11.575Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-04T17:24:11.789Z | + set -o errexit |
630 | 2024-02-04T17:24:11.792Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-04T17:24:11.795Z | ++ cd ./tools |
632 | 2024-02-04T17:24:11.796Z | ++ pwd |
633 | 2024-02-04T17:24:11.796Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-04T17:24:11.796Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-04T17:24:11.800Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-04T17:24:11.800Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-04T17:24:11.800Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-04T17:24:11.800Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-04T17:24:11.800Z | + TARGET_DIR=out |
640 | 2024-02-04T17:24:11.800Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-04T17:24:11.800Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-04T17:24:11.800Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-04T17:24:11.800Z | + BINARY=xcvradm |
644 | 2024-02-04T17:24:11.800Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-04T17:24:11.800Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-04T17:24:11.801Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-04T17:24:11.801Z | + main |
648 | 2024-02-04T17:24:11.801Z | + [[ 0 != 0 ]] |
649 | 2024-02-04T17:24:11.801Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-04T17:24:11.801Z | + [[ 0 != 0 ]] |
651 | 2024-02-04T17:24:11.801Z | + configure_os solaris2.11 |
652 | 2024-02-04T17:24:11.801Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-04T17:24:11.801Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-04T17:24:11.801Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-04T17:24:11.801Z | + case "$1" in |
656 | 2024-02-04T17:24:11.801Z | + SET_BINARIES= |
657 | 2024-02-04T17:24:11.801Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-04T17:24:11.801Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-04T17:24:11.802Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-04T17:24:11.802Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-04T17:24:11.802Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-04T17:24:11.802Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-04T17:24:11.802Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-04T17:24:11.802Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-04T17:24:11.802Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-04T17:24:11.802Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-04T17:24:11.802Z | + mkdir -p out/downloads |
668 | 2024-02-04T17:24:11.806Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-04T17:24:11.806Z | + fetch_and_verify |
670 | 2024-02-04T17:24:11.806Z | + local DO_DOWNLOAD=true |
671 | 2024-02-04T17:24:11.806Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-04T17:24:11.806Z | + '[' true == true ']' |
673 | 2024-02-04T17:24:11.806Z | + echo Downloading... |
674 | 2024-02-04T17:24:11.806Z | Downloading... |
675 | 2024-02-04T17:24:11.806Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-04T17:24:11.806Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-04T17:24:13.269Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-04T17:24:13.272Z | ++ sha256sum |
679 | 2024-02-04T17:24:13.272Z | ++ awk '{print $1}' |
680 | 2024-02-04T17:24:13.294Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-04T17:24:13.294Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-04T17:24:13.297Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-04T17:24:13.298Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-04T17:24:13.298Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-04T17:24:13.481Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-04T17:24:13.484Z | + do_assemble |
687 | 2024-02-04T17:24:13.484Z | + rm -r ./out/transceiver-control |
688 | 2024-02-04T17:24:13.487Z | + mkdir ./out/transceiver-control |
689 | 2024-02-04T17:24:13.490Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-04T17:24:13.750Z | All prerequisites installed successfully |
691 | 2024-02-04T17:24:13.754Z | |
692 | 2024-02-04T17:24:13.754Z | real 1:59.663614376 |
693 | 2024-02-04T17:24:13.754Z | user 53.534767917 |
694 | 2024-02-04T17:24:13.754Z | sys 10.345379379 |
695 | 2024-02-04T17:24:13.754Z | trap 0.026541867 |
696 | 2024-02-04T17:24:13.754Z | tflt 0.365783920 |
697 | 2024-02-04T17:24:13.754Z | dflt 0.497246838 |
698 | 2024-02-04T17:24:13.754Z | kflt 0.289181847 |
699 | 2024-02-04T17:24:13.754Z | lock 2.326992250 |
700 | 2024-02-04T17:24:13.754Z | slp 3:35.060107502 |
701 | 2024-02-04T17:24:13.754Z | lat 3.613067651 |
702 | 2024-02-04T17:24:13.754Z | stop 0.074123058 |
703 | 2024-02-04T17:24:13.754Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2024-02-04T17:24:13.767Z | fetching npuzone |
705 | 2024-02-04T17:24:13.773Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2024-02-04T17:24:13.773Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
707 | 2024-02-04T17:24:13.776Z | Getting hash for npuzone |
708 | 2024-02-04T17:24:13.915Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
709 | 2024-02-04T17:24:22.826Z | npuzone downloaded successfully |
710 | 2024-02-04T17:24:22.830Z | |
711 | 2024-02-04T17:24:22.834Z | real 9.076001378 |
712 | 2024-02-04T17:24:22.834Z | user 0.552325348 |
713 | 2024-02-04T17:24:22.834Z | sys 0.153286085 |
714 | 2024-02-04T17:24:22.834Z | trap 0.000101715 |
715 | 2024-02-04T17:24:22.834Z | tflt 0.000000000 |
716 | 2024-02-04T17:24:22.834Z | dflt 0.000000000 |
717 | 2024-02-04T17:24:22.834Z | kflt 0.000000000 |
718 | 2024-02-04T17:24:22.834Z | lock 0.000000000 |
719 | 2024-02-04T17:24:22.834Z | slp 26.352586609 |
720 | 2024-02-04T17:24:22.834Z | lat 0.131819095 |
721 | 2024-02-04T17:24:22.834Z | stop 0.000250526 |
722 | 2024-02-04T17:24:22.834Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-02-04T17:24:22.834Z | + CARGO_INCREMENTAL=0 |
724 | 2024-02-04T17:24:22.834Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
725 | 2024-02-04T17:24:23.180Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-02-04T17:24:23.629Z | Updating crates.io index |
727 | 2024-02-04T17:24:23.773Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2024-02-04T17:24:24.637Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2024-02-04T17:24:26.829Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2024-02-04T17:24:27.282Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2024-02-04T17:24:27.701Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2024-02-04T17:24:28.074Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2024-02-04T17:24:28.509Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2024-02-04T17:24:29.744Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2024-02-04T17:24:32.020Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2024-02-04T17:24:33.057Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2024-02-04T17:24:33.557Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2024-02-04T17:24:34.240Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2024-02-04T17:24:34.791Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
740 | 2024-02-04T17:24:35.199Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2024-02-04T17:24:35.782Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2024-02-04T17:24:36.262Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2024-02-04T17:24:36.877Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
744 | 2024-02-04T17:24:37.543Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2024-02-04T17:24:38.017Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2024-02-04T17:24:38.520Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2024-02-04T17:24:38.979Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2024-02-04T17:24:40.360Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2024-02-04T17:24:40.942Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2024-02-04T17:24:42.963Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2024-02-04T17:24:43.384Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2024-02-04T17:24:43.792Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2024-02-04T17:24:45.896Z | Downloading crates ... |
754 | 2024-02-04T17:24:46.184Z | Downloaded cstr-argument v0.1.2 |
755 | 2024-02-04T17:24:46.198Z | Downloaded crossbeam-epoch v0.9.15 |
756 | 2024-02-04T17:24:46.201Z | Downloaded matches v0.1.10 |
757 | 2024-02-04T17:24:46.201Z | Downloaded crucible-workspace-hack v0.1.0 |
758 | 2024-02-04T17:24:46.207Z | Downloaded allocator-api2 v0.2.16 |
759 | 2024-02-04T17:24:46.210Z | Downloaded async-stream v0.3.5 |
760 | 2024-02-04T17:24:46.214Z | Downloaded async-stream-impl v0.3.5 |
761 | 2024-02-04T17:24:46.222Z | Downloaded clap v4.4.3 |
762 | 2024-02-04T17:24:46.245Z | Downloaded base16ct v0.2.0 |
763 | 2024-02-04T17:24:46.254Z | Downloaded arrayref v0.3.7 |
764 | 2024-02-04T17:24:46.263Z | Downloaded humantime v2.1.0 |
765 | 2024-02-04T17:24:46.266Z | Downloaded inout v0.1.3 |
766 | 2024-02-04T17:24:46.270Z | Downloaded is_ci v1.1.1 |
767 | 2024-02-04T17:24:46.276Z | Downloaded num-iter v0.1.43 |
768 | 2024-02-04T17:24:46.278Z | Downloaded num-complex v0.4.4 |
769 | 2024-02-04T17:24:46.285Z | Downloaded ident_case v1.0.1 |
770 | 2024-02-04T17:24:46.290Z | Downloaded is-terminal v0.4.9 |
771 | 2024-02-04T17:24:46.292Z | Downloaded curve25519-dalek-derive v0.1.0 |
772 | 2024-02-04T17:24:46.298Z | Downloaded libloading v0.7.4 |
773 | 2024-02-04T17:24:46.306Z | Downloaded number_prefix v0.4.0 |
774 | 2024-02-04T17:24:46.311Z | Downloaded new_debug_unreachable v1.0.4 |
775 | 2024-02-04T17:24:46.314Z | Downloaded num_threads v0.1.6 |
776 | 2024-02-04T17:24:46.317Z | Downloaded num-derive v0.4.0 |
777 | 2024-02-04T17:24:46.321Z | Downloaded num-integer v0.1.45 |
778 | 2024-02-04T17:24:46.325Z | Downloaded num-rational v0.4.1 |
779 | 2024-02-04T17:24:46.328Z | Downloaded cexpr v0.6.0 |
780 | 2024-02-04T17:24:46.334Z | Downloaded camino-tempfile v1.1.1 |
781 | 2024-02-04T17:24:46.340Z | Downloaded indoc v2.0.3 |
782 | 2024-02-04T17:24:46.347Z | Downloaded rusty-fork v0.3.0 |
783 | 2024-02-04T17:24:46.352Z | Downloaded derive_builder_macro v0.12.0 |
784 | 2024-02-04T17:24:46.355Z | Downloaded bitflags v2.4.0 |
785 | 2024-02-04T17:24:46.361Z | Downloaded darling_macro v0.20.3 |
786 | 2024-02-04T17:24:46.365Z | Downloaded newtype_derive v0.1.6 |
787 | 2024-02-04T17:24:46.370Z | Downloaded smallvec v0.6.14 |
788 | 2024-02-04T17:24:46.373Z | Downloaded corncobs v0.1.3 |
789 | 2024-02-04T17:24:46.380Z | Downloaded cobs v0.2.3 |
790 | 2024-02-04T17:24:46.383Z | Downloaded native-tls v0.2.11 |
791 | 2024-02-04T17:24:46.386Z | Downloaded defmt v0.3.5 |
792 | 2024-02-04T17:24:46.394Z | Downloaded openssl-probe v0.1.5 |
793 | 2024-02-04T17:24:46.398Z | Downloaded parse-size v1.0.0 |
794 | 2024-02-04T17:24:46.401Z | Downloaded hmac v0.12.1 |
795 | 2024-02-04T17:24:46.404Z | Downloaded log v0.4.20 |
796 | 2024-02-04T17:24:46.408Z | Downloaded base64 v0.21.7 |
797 | 2024-02-04T17:24:46.417Z | Downloaded pretty-hex v0.4.1 |
798 | 2024-02-04T17:24:46.420Z | Downloaded macaddr v1.0.1 |
799 | 2024-02-04T17:24:46.423Z | Downloaded diesel_table_macro_syntax v0.1.0 |
800 | 2024-02-04T17:24:46.426Z | Downloaded proc-macro-error-attr v1.0.4 |
801 | 2024-02-04T17:24:46.428Z | Downloaded pkg-config v0.3.27 |
802 | 2024-02-04T17:24:46.431Z | Downloaded clap_derive v4.4.2 |
803 | 2024-02-04T17:24:46.435Z | Downloaded num-traits v0.2.16 |
804 | 2024-02-04T17:24:46.441Z | Downloaded vte_generate_state_changes v0.1.1 |
805 | 2024-02-04T17:24:46.447Z | Downloaded convert_case v0.4.0 |
806 | 2024-02-04T17:24:46.447Z | Downloaded der_derive v0.7.2 |
807 | 2024-02-04T17:24:46.450Z | Downloaded derive_builder_core v0.12.0 |
808 | 2024-02-04T17:24:46.453Z | Downloaded shlex v1.3.0 |
809 | 2024-02-04T17:24:46.456Z | Downloaded scheduled-thread-pool v0.2.7 |
810 | 2024-02-04T17:24:46.459Z | Downloaded path-slash v0.1.5 |
811 | 2024-02-04T17:24:46.462Z | Downloaded proc-macro-error v1.0.4 |
812 | 2024-02-04T17:24:46.466Z | Downloaded structopt-derive v0.4.18 |
813 | 2024-02-04T17:24:46.469Z | Downloaded spin v0.5.2 |
814 | 2024-02-04T17:24:46.472Z | Downloaded ppv-lite86 v0.2.17 |
815 | 2024-02-04T17:24:46.476Z | Downloaded multer v3.0.0 |
816 | 2024-02-04T17:24:46.480Z | Downloaded digest v0.10.7 |
817 | 2024-02-04T17:24:46.485Z | Downloaded peeking_take_while v0.1.2 |
818 | 2024-02-04T17:24:46.488Z | Downloaded predicates v3.1.0 |
819 | 2024-02-04T17:24:46.491Z | Downloaded darling v0.20.3 |
820 | 2024-02-04T17:24:46.497Z | Downloaded chacha20poly1305 v0.10.1 |
821 | 2024-02-04T17:24:46.502Z | Downloaded signature v2.1.0 |
822 | 2024-02-04T17:24:46.507Z | Downloaded tower-service v0.3.2 |
823 | 2024-02-04T17:24:46.510Z | Downloaded time-core v0.1.1 |
824 | 2024-02-04T17:24:46.510Z | Downloaded strum_macros v0.24.3 |
825 | 2024-02-04T17:24:46.513Z | Downloaded percent-encoding v2.3.1 |
826 | 2024-02-04T17:24:46.516Z | Downloaded fxhash v0.2.1 |
827 | 2024-02-04T17:24:46.519Z | Downloaded foreign-types v0.3.2 |
828 | 2024-02-04T17:24:46.519Z | Downloaded cookie v0.18.0 |
829 | 2024-02-04T17:24:46.523Z | Downloaded serde_urlencoded v0.7.1 |
830 | 2024-02-04T17:24:46.527Z | Downloaded tui-tree-widget v0.16.0 |
831 | 2024-02-04T17:24:46.530Z | Downloaded oso-derive v0.27.0 |
832 | 2024-02-04T17:24:46.535Z | Downloaded usdt-attr-macro v0.3.5 |
833 | 2024-02-04T17:24:46.535Z | Downloaded zone v0.3.0 |
834 | 2024-02-04T17:24:46.538Z | Downloaded enum-as-inner v0.5.1 |
835 | 2024-02-04T17:24:46.538Z | Downloaded wyz v0.5.1 |
836 | 2024-02-04T17:24:46.541Z | Downloaded unicode-xid v0.2.4 |
837 | 2024-02-04T17:24:46.543Z | Downloaded siphasher v0.3.11 |
838 | 2024-02-04T17:24:46.546Z | Downloaded swrite v0.1.0 |
839 | 2024-02-04T17:24:46.549Z | Downloaded slog-scope v4.4.0 |
840 | 2024-02-04T17:24:46.552Z | Downloaded pest_derive v2.7.6 |
841 | 2024-02-04T17:24:46.558Z | Downloaded vsss-rs v3.3.4 |
842 | 2024-02-04T17:24:46.561Z | Downloaded whoami v1.4.1 |
843 | 2024-02-04T17:24:46.564Z | Downloaded downcast v0.11.0 |
844 | 2024-02-04T17:24:46.568Z | Downloaded socket2 v0.5.5 |
845 | 2024-02-04T17:24:46.571Z | Downloaded dtrace-parser v0.2.0 |
846 | 2024-02-04T17:24:46.574Z | Downloaded dyn-clone v1.0.13 |
847 | 2024-02-04T17:24:46.577Z | Downloaded strum v0.25.0 |
848 | 2024-02-04T17:24:46.580Z | Downloaded term v0.7.0 |
849 | 2024-02-04T17:24:46.585Z | Downloaded scroll_derive v0.12.0 |
850 | 2024-02-04T17:24:46.588Z | Downloaded toolchain_find v0.2.0 |
851 | 2024-02-04T17:24:46.591Z | Downloaded string_cache v0.8.7 |
852 | 2024-02-04T17:24:46.594Z | Downloaded wait-timeout v0.2.0 |
853 | 2024-02-04T17:24:46.596Z | Downloaded diesel_derives v2.1.2 |
854 | 2024-02-04T17:24:46.602Z | Downloaded phf_shared v0.10.0 |
855 | 2024-02-04T17:24:46.605Z | Downloaded hash32 v0.3.1 |
856 | 2024-02-04T17:24:46.608Z | Downloaded quote v1.0.35 |
857 | 2024-02-04T17:24:46.612Z | Downloaded crc-catalog v2.2.0 |
858 | 2024-02-04T17:24:46.618Z | Downloaded pem-rfc7468 v0.7.0 |
859 | 2024-02-04T17:24:46.621Z | Downloaded match_cfg v0.1.0 |
860 | 2024-02-04T17:24:46.621Z | Downloaded salty v0.2.0 |
861 | 2024-02-04T17:24:46.632Z | Downloaded olpc-cjson v0.1.3 |
862 | 2024-02-04T17:24:46.635Z | Downloaded stable_deref_trait v1.2.0 |
863 | 2024-02-04T17:24:46.638Z | Downloaded headers-core v0.2.0 |
864 | 2024-02-04T17:24:46.639Z | Downloaded stability v0.1.1 |
865 | 2024-02-04T17:24:46.641Z | Downloaded fd-lock v4.0.2 |
866 | 2024-02-04T17:24:46.645Z | Downloaded colorchoice v1.0.0 |
867 | 2024-02-04T17:24:46.648Z | Downloaded untrusted v0.9.0 |
868 | 2024-02-04T17:24:46.651Z | Downloaded opaque-debug v0.3.0 |
869 | 2024-02-04T17:24:46.654Z | Downloaded signature v1.6.4 |
870 | 2024-02-04T17:24:46.657Z | Downloaded tinyvec_macros v0.1.1 |
871 | 2024-02-04T17:24:46.657Z | Downloaded termtree v0.4.1 |
872 | 2024-02-04T17:24:46.660Z | Downloaded synstructure v0.12.6 |
873 | 2024-02-04T17:24:46.663Z | Downloaded display-error-chain v0.2.0 |
874 | 2024-02-04T17:24:46.666Z | Downloaded der v0.7.8 |
875 | 2024-02-04T17:24:46.674Z | Downloaded vec_map v0.8.2 |
876 | 2024-02-04T17:24:46.680Z | Downloaded endian-type v0.1.2 |
877 | 2024-02-04T17:24:46.684Z | Downloaded pin-project-lite v0.2.13 |
878 | 2024-02-04T17:24:46.688Z | Downloaded doc-comment v0.3.3 |
879 | 2024-02-04T17:24:46.691Z | Downloaded untrusted v0.7.1 |
880 | 2024-02-04T17:24:46.694Z | Downloaded difflib v0.4.0 |
881 | 2024-02-04T17:24:46.697Z | Downloaded futures-task v0.3.30 |
882 | 2024-02-04T17:24:46.697Z | Downloaded phf v0.11.2 |
883 | 2024-02-04T17:24:46.701Z | Downloaded filetime v0.2.23 |
884 | 2024-02-04T17:24:46.704Z | Downloaded stringprep v0.1.3 |
885 | 2024-02-04T17:24:46.707Z | Downloaded schemars_derive v0.8.16 |
886 | 2024-02-04T17:24:46.712Z | Downloaded serde-big-array v0.4.1 |
887 | 2024-02-04T17:24:46.714Z | Downloaded textwrap v0.11.0 |
888 | 2024-02-04T17:24:46.717Z | Downloaded plain v0.2.3 |
889 | 2024-02-04T17:24:46.717Z | Downloaded crc-any v2.4.3 |
890 | 2024-02-04T17:24:46.721Z | Downloaded deranged v0.3.8 |
891 | 2024-02-04T17:24:46.724Z | Downloaded proc-macro-crate v1.3.1 |
892 | 2024-02-04T17:24:46.727Z | Downloaded foreign-types-shared v0.3.1 |
893 | 2024-02-04T17:24:46.733Z | Downloaded equivalent v1.0.1 |
894 | 2024-02-04T17:24:46.736Z | Downloaded packed_struct_codegen v0.10.1 |
895 | 2024-02-04T17:24:46.736Z | Downloaded pest_generator v2.7.6 |
896 | 2024-02-04T17:24:46.738Z | Downloaded highway v1.1.0 |
897 | 2024-02-04T17:24:46.741Z | Downloaded rayon-core v1.12.0 |
898 | 2024-02-04T17:24:46.746Z | Downloaded serde_repr v0.1.16 |
899 | 2024-02-04T17:24:46.750Z | Downloaded normalize-line-endings v0.3.0 |
900 | 2024-02-04T17:24:46.753Z | Downloaded foreign-types-macros v0.2.3 |
901 | 2024-02-04T17:24:46.756Z | Downloaded flume v0.11.0 |
902 | 2024-02-04T17:24:46.761Z | Downloaded precomputed-hash v0.1.1 |
903 | 2024-02-04T17:24:46.763Z | Downloaded postgres-protocol v0.6.6 |
904 | 2024-02-04T17:24:46.766Z | Downloaded rpassword v7.3.1 |
905 | 2024-02-04T17:24:46.771Z | Downloaded linked-hash-map v0.5.6 |
906 | 2024-02-04T17:24:46.774Z | Downloaded funty v2.0.0 |
907 | 2024-02-04T17:24:46.774Z | Downloaded fragile v2.0.0 |
908 | 2024-02-04T17:24:46.777Z | Downloaded semver v0.11.0 |
909 | 2024-02-04T17:24:46.782Z | Downloaded fastrand v2.0.0 |
910 | 2024-02-04T17:24:46.785Z | Downloaded fallible-iterator v0.2.0 |
911 | 2024-02-04T17:24:46.785Z | Downloaded foreign-types-shared v0.1.1 |
912 | 2024-02-04T17:24:46.785Z | Downloaded toml v0.5.11 |
913 | 2024-02-04T17:24:46.790Z | Downloaded secrecy v0.8.0 |
914 | 2024-02-04T17:24:46.793Z | Downloaded pest_meta v2.7.6 |
915 | 2024-02-04T17:24:46.797Z | Downloaded serde-big-array v0.5.1 |
916 | 2024-02-04T17:24:46.800Z | Downloaded strsim v0.8.0 |
917 | 2024-02-04T17:24:46.803Z | Downloaded embedded-io v0.4.0 |
918 | 2024-02-04T17:24:46.806Z | Downloaded pretty-hex v0.2.1 |
919 | 2024-02-04T17:24:46.808Z | Downloaded predicates-core v1.0.6 |
920 | 2024-02-04T17:24:46.811Z | Downloaded ryu v1.0.15 |
921 | 2024-02-04T17:24:46.814Z | Downloaded shell-words v1.1.0 |
922 | 2024-02-04T17:24:46.817Z | Downloaded time v0.3.27 |
923 | 2024-02-04T17:24:46.829Z | Downloaded ref-cast-impl v1.0.20 |
924 | 2024-02-04T17:24:46.832Z | Downloaded scopeguard v1.2.0 |
925 | 2024-02-04T17:24:46.834Z | Downloaded hex v0.4.3 |
926 | 2024-02-04T17:24:46.837Z | Downloaded supports-color v2.1.0 |
927 | 2024-02-04T17:24:46.837Z | Downloaded dtrace-parser v0.1.14 |
928 | 2024-02-04T17:24:46.843Z | Downloaded getrandom v0.2.10 |
929 | 2024-02-04T17:24:46.846Z | Downloaded unicode-segmentation v1.10.1 |
930 | 2024-02-04T17:24:46.851Z | Downloaded futures-macro v0.3.30 |
931 | 2024-02-04T17:24:46.854Z | Downloaded globset v0.4.13 |
932 | 2024-02-04T17:24:46.856Z | Downloaded futures-sink v0.3.30 |
933 | 2024-02-04T17:24:46.860Z | Downloaded either v1.9.0 |
934 | 2024-02-04T17:24:46.860Z | Downloaded rcgen v0.12.1 |
935 | 2024-02-04T17:24:46.864Z | Downloaded tokio-macros v2.2.0 |
936 | 2024-02-04T17:24:46.867Z | Downloaded resolv-conf v0.7.0 |
937 | 2024-02-04T17:24:46.870Z | Downloaded serde_derive_internals v0.26.0 |
938 | 2024-02-04T17:24:46.873Z | Downloaded fatfs v0.3.6 |
939 | 2024-02-04T17:24:46.878Z | Downloaded dof v0.3.0 |
940 | 2024-02-04T17:24:46.881Z | Downloaded heapless v0.7.16 |
941 | 2024-02-04T17:24:46.887Z | Downloaded rustc-hash v1.1.0 |
942 | 2024-02-04T17:24:46.890Z | Downloaded futures-channel v0.3.30 |
943 | 2024-02-04T17:24:46.893Z | Downloaded vte v0.11.1 |
944 | 2024-02-04T17:24:46.899Z | Downloaded tokio-rustls v0.25.0 |
945 | 2024-02-04T17:24:46.902Z | Downloaded derive-where v1.2.7 |
946 | 2024-02-04T17:24:46.906Z | Downloaded group v0.13.0 |
947 | 2024-02-04T17:24:46.909Z | Downloaded toml_datetime v0.6.5 |
948 | 2024-02-04T17:24:46.912Z | Downloaded schemars v0.8.16 |
949 | 2024-02-04T17:24:46.932Z | Downloaded toml v0.8.9 |
950 | 2024-02-04T17:24:46.945Z | Downloaded clap v2.34.0 |
951 | 2024-02-04T17:24:46.951Z | Downloaded tokio-tungstenite v0.20.1 |
952 | 2024-02-04T17:24:46.955Z | Downloaded unarray v0.1.4 |
953 | 2024-02-04T17:24:46.958Z | Downloaded proc-macro2 v1.0.78 |
954 | 2024-02-04T17:24:46.978Z | Downloaded socket2 v0.4.9 |
955 | 2024-02-04T17:24:46.982Z | Downloaded clap_builder v4.4.2 |
956 | 2024-02-04T17:24:46.994Z | Downloaded unicode-bidi v0.3.13 |
957 | 2024-02-04T17:24:47.003Z | Downloaded prettyplease v0.2.16 |
958 | 2024-02-04T17:24:47.006Z | Downloaded bitvec v1.0.1 |
959 | 2024-02-04T17:24:47.033Z | Downloaded rsa v0.9.2 |
960 | 2024-02-04T17:24:47.042Z | Downloaded crossbeam-channel v0.5.8 |
961 | 2024-02-04T17:24:47.049Z | Downloaded unicode_categories v0.1.1 |
962 | 2024-02-04T17:24:47.053Z | Downloaded futures-util v0.3.30 |
963 | 2024-02-04T17:24:47.079Z | Downloaded object v0.30.4 |
964 | 2024-02-04T17:24:47.094Z | Downloaded serde_with v3.6.0 |
965 | 2024-02-04T17:24:47.107Z | Downloaded toml_edit v0.19.15 |
966 | 2024-02-04T17:24:47.139Z | Downloaded hashbrown v0.14.2 |
967 | 2024-02-04T17:24:47.149Z | Downloaded curve25519-dalek v4.1.1 |
968 | 2024-02-04T17:24:47.165Z | Downloaded rayon v1.8.0 |
969 | 2024-02-04T17:24:47.182Z | Downloaded quick-xml v0.30.0 |
970 | 2024-02-04T17:24:47.192Z | Downloaded rustls-webpki v0.101.7 |
971 | 2024-02-04T17:24:47.220Z | Downloaded syn v2.0.48 |
972 | 2024-02-04T17:24:47.240Z | Downloaded proptest v1.4.0 |
973 | 2024-02-04T17:24:47.257Z | Downloaded webpki-roots v0.25.2 |
974 | 2024-02-04T17:24:47.264Z | Downloaded object v0.32.1 |
975 | 2024-02-04T17:24:47.284Z | Downloaded rustls-webpki v0.102.1 |
976 | 2024-02-04T17:24:47.318Z | Downloaded rustls v0.21.9 |
977 | 2024-02-04T17:24:47.339Z | Downloaded smoltcp v0.9.1 |
978 | 2024-02-04T17:24:47.360Z | Downloaded vcpkg v0.2.15 |
979 | 2024-02-04T17:24:47.433Z | Downloaded bstr v1.6.0 |
980 | 2024-02-04T17:24:47.454Z | Downloaded rustls v0.22.2 |
981 | 2024-02-04T17:24:47.480Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-02-04T17:24:47.502Z | Downloaded regex-automata v0.3.8 |
983 | 2024-02-04T17:24:47.533Z | Downloaded sha3 v0.10.8 |
984 | 2024-02-04T17:24:47.545Z | Downloaded sled v0.34.7 |
985 | 2024-02-04T17:24:47.566Z | Downloaded libc v0.2.153 |
986 | 2024-02-04T17:24:47.615Z | Downloaded diesel v2.1.4 |
987 | 2024-02-04T17:24:47.647Z | Downloaded regex-automata v0.4.4 |
988 | 2024-02-04T17:24:47.681Z | Downloaded tokio v1.36.0 |
989 | 2024-02-04T17:24:47.747Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
990 | 2024-02-04T17:24:47.771Z | Downloaded smoltcp v0.11.0 |
991 | 2024-02-04T17:24:47.793Z | Downloaded zerocopy-derive v0.6.4 |
992 | 2024-02-04T17:24:47.813Z | Downloaded zerocopy-derive v0.2.0 |
993 | 2024-02-04T17:24:47.832Z | Downloaded encoding_rs v0.8.33 |
994 | 2024-02-04T17:24:47.872Z | Downloaded gimli v0.28.0 |
995 | 2024-02-04T17:24:47.887Z | Downloaded polar-core v0.27.0 |
996 | 2024-02-04T17:24:47.902Z | Downloaded ring v0.17.7 |
997 | 2024-02-04T17:24:48.031Z | Downloaded petgraph v0.6.4 |
998 | 2024-02-04T17:24:48.053Z | Downloaded regex-syntax v0.8.2 |
999 | 2024-02-04T17:24:48.067Z | Downloaded rustix v0.38.30 |
1000 | 2024-02-04T17:24:48.107Z | Downloaded trust-dns-proto v0.22.0 |
1001 | 2024-02-04T17:24:48.129Z | Downloaded bstr v0.2.17 |
1002 | 2024-02-04T17:24:48.146Z | Downloaded ratatui v0.25.0 |
1003 | 2024-02-04T17:24:48.171Z | Downloaded openssl v0.10.60 |
1004 | 2024-02-04T17:24:48.187Z | Downloaded regress v0.7.1 |
1005 | 2024-02-04T17:24:48.200Z | Downloaded regex-syntax v0.6.29 |
1006 | 2024-02-04T17:24:48.213Z | Downloaded rustix v0.37.23 |
1007 | 2024-02-04T17:24:48.247Z | Downloaded syn v1.0.109 |
1008 | 2024-02-04T17:24:48.265Z | Downloaded radix_trie v0.2.1 |
1009 | 2024-02-04T17:24:48.277Z | Downloaded idna v0.5.0 |
1010 | 2024-02-04T17:24:48.287Z | Downloaded rustyline v13.0.0 |
1011 | 2024-02-04T17:24:48.295Z | Downloaded reqwest v0.11.22 |
1012 | 2024-02-04T17:24:48.308Z | Downloaded ring v0.16.20 |
1013 | 2024-02-04T17:24:48.464Z | Downloaded regex v1.10.3 |
1014 | 2024-02-04T17:24:48.488Z | Downloaded nix v0.27.1 |
1015 | 2024-02-04T17:24:48.507Z | Downloaded crossterm v0.27.0 |
1016 | 2024-02-04T17:24:48.518Z | Downloaded chrono v0.4.31 |
1017 | 2024-02-04T17:24:48.532Z | Downloaded bindgen v0.69.2 |
1018 | 2024-02-04T17:24:48.545Z | Downloaded winnow v0.5.15 |
1019 | 2024-02-04T17:24:48.561Z | Downloaded tabled v0.15.0 |
1020 | 2024-02-04T17:24:48.586Z | Downloaded idna v0.2.3 |
1021 | 2024-02-04T17:24:48.599Z | Downloaded hkdf v0.12.4 |
1022 | 2024-02-04T17:24:48.603Z | Downloaded sqlparser v0.43.1 |
1023 | 2024-02-04T17:24:48.613Z | Downloaded elliptic-curve v0.13.8 |
1024 | 2024-02-04T17:24:48.619Z | Downloaded blake3 v1.5.0 |
1025 | 2024-02-04T17:24:48.632Z | Downloaded hashbrown v0.12.3 |
1026 | 2024-02-04T17:24:48.639Z | Downloaded heapless v0.8.0 |
1027 | 2024-02-04T17:24:48.646Z | Downloaded h2 v0.3.24 |
1028 | 2024-02-04T17:24:48.658Z | Downloaded goblin v0.8.0 |
1029 | 2024-02-04T17:24:48.668Z | Downloaded reedline v0.28.0 |
1030 | 2024-02-04T17:24:48.680Z | Downloaded typed-path v0.7.0 |
1031 | 2024-02-04T17:24:48.690Z | Downloaded toml_edit v0.21.1 |
1032 | 2024-02-04T17:24:48.728Z | Downloaded trust-dns-server v0.22.1 |
1033 | 2024-02-04T17:24:48.737Z | Downloaded hashbrown v0.13.2 |
1034 | 2024-02-04T17:24:48.747Z | Downloaded futures-io v0.3.30 |
1035 | 2024-02-04T17:24:48.750Z | Downloaded futures-executor v0.3.30 |
1036 | 2024-02-04T17:24:48.750Z | Downloaded r2d2 v0.8.10 |
1037 | 2024-02-04T17:24:48.750Z | Downloaded nom v7.1.3 |
1038 | 2024-02-04T17:24:48.759Z | Downloaded lalrpop v0.19.12 |
1039 | 2024-02-04T17:24:48.779Z | Downloaded aho-corasick v1.0.4 |
1040 | 2024-02-04T17:24:48.789Z | Downloaded derive_more v0.99.17 |
1041 | 2024-02-04T17:24:48.797Z | Downloaded ron v0.8.1 |
1042 | 2024-02-04T17:24:48.807Z | Downloaded portable-atomic v1.4.3 |
1043 | 2024-02-04T17:24:48.816Z | Downloaded ucd-trie v0.1.6 |
1044 | 2024-02-04T17:24:48.819Z | Downloaded pest v2.7.6 |
1045 | 2024-02-04T17:24:48.828Z | Downloaded bzip2 v0.4.4 |
1046 | 2024-02-04T17:24:48.831Z | Downloaded tough v0.16.0 |
1047 | 2024-02-04T17:24:48.844Z | Downloaded password-hash v0.5.0 |
1048 | 2024-02-04T17:24:48.847Z | Downloaded rustls-pki-types v1.1.0 |
1049 | 2024-02-04T17:24:48.850Z | Downloaded pin-project v1.1.3 |
1050 | 2024-02-04T17:24:48.869Z | Downloaded hyper v0.14.27 |
1051 | 2024-02-04T17:24:48.886Z | Downloaded serde_derive v1.0.195 |
1052 | 2024-02-04T17:24:48.889Z | Downloaded regex-automata v0.1.10 |
1053 | 2024-02-04T17:24:48.896Z | Downloaded zerocopy v0.7.32 |
1054 | 2024-02-04T17:24:49.080Z | Downloaded pkcs1 v0.7.5 |
1055 | 2024-02-04T17:24:49.088Z | Downloaded rand_xorshift v0.3.0 |
1056 | 2024-02-04T17:24:49.088Z | Downloaded rand_chacha v0.3.1 |
1057 | 2024-02-04T17:24:49.088Z | Downloaded unicode-width v0.1.11 |
1058 | 2024-02-04T17:24:49.088Z | Downloaded unicase v2.7.0 |
1059 | 2024-02-04T17:24:49.088Z | Downloaded sct v0.7.0 |
1060 | 2024-02-04T17:24:49.088Z | Downloaded papergrid v0.11.0 |
1061 | 2024-02-04T17:24:49.089Z | Downloaded itertools v0.12.1 |
1062 | 2024-02-04T17:24:49.089Z | Downloaded unicode-normalization v0.1.22 |
1063 | 2024-02-04T17:24:49.089Z | Downloaded structmeta v0.2.0 |
1064 | 2024-02-04T17:24:49.089Z | Downloaded postcard v1.0.8 |
1065 | 2024-02-04T17:24:49.089Z | Downloaded test-strategy v0.3.1 |
1066 | 2024-02-04T17:24:49.089Z | Downloaded thiserror-impl-no-std v2.0.2 |
1067 | 2024-02-04T17:24:49.089Z | Downloaded ed25519 v1.5.3 |
1068 | 2024-02-04T17:24:49.089Z | Downloaded unsafe-libyaml v0.2.10 |
1069 | 2024-02-04T17:24:49.089Z | Downloaded x509-cert v0.2.4 |
1070 | 2024-02-04T17:24:49.089Z | Downloaded url v2.5.0 |
1071 | 2024-02-04T17:24:49.089Z | Downloaded sec1 v0.7.3 |
1072 | 2024-02-04T17:24:49.089Z | Downloaded semver v0.1.20 |
1073 | 2024-02-04T17:24:49.089Z | Downloaded futures v0.3.30 |
1074 | 2024-02-04T17:24:49.089Z | Downloaded typenum v1.16.0 |
1075 | 2024-02-04T17:24:49.089Z | Downloaded itertools v0.10.5 |
1076 | 2024-02-04T17:24:49.089Z | Downloaded rustc_version v0.1.7 |
1077 | 2024-02-04T17:24:49.089Z | Downloaded unicode-linebreak v0.1.5 |
1078 | 2024-02-04T17:24:49.089Z | Downloaded getopts v0.2.21 |
1079 | 2024-02-04T17:24:49.089Z | Downloaded ena v0.14.2 |
1080 | 2024-02-04T17:24:49.089Z | Downloaded spin v0.9.8 |
1081 | 2024-02-04T17:24:49.089Z | Downloaded flate2 v1.0.28 |
1082 | 2024-02-04T17:24:49.089Z | Downloaded radium v0.7.0 |
1083 | 2024-02-04T17:24:49.089Z | Downloaded tokio-stream v0.1.14 |
1084 | 2024-02-04T17:24:49.089Z | Downloaded dof v0.1.5 |
1085 | 2024-02-04T17:24:49.089Z | Downloaded clang-sys v1.6.1 |
1086 | 2024-02-04T17:24:49.090Z | Downloaded tokio-util v0.7.10 |
1087 | 2024-02-04T17:24:49.095Z | Downloaded libxml v0.3.3 |
1088 | 2024-02-04T17:24:49.098Z | Downloaded serde-hex v0.1.0 |
1089 | 2024-02-04T17:24:49.099Z | Downloaded errno v0.3.8 |
1090 | 2024-02-04T17:24:49.102Z | Downloaded packed_struct v0.10.1 |
1091 | 2024-02-04T17:24:49.105Z | Downloaded postgres-types v0.2.6 |
1092 | 2024-02-04T17:24:49.108Z | Downloaded tungstenite v0.20.1 |
1093 | 2024-02-04T17:24:49.112Z | Downloaded rand v0.8.5 |
1094 | 2024-02-04T17:24:49.118Z | Downloaded http v0.2.11 |
1095 | 2024-02-04T17:24:49.129Z | Downloaded heck v0.4.1 |
1096 | 2024-02-04T17:24:49.132Z | Downloaded form_urlencoded v1.2.1 |
1097 | 2024-02-04T17:24:49.132Z | Downloaded dirs-next v2.0.0 |
1098 | 2024-02-04T17:24:49.132Z | Downloaded termios v0.3.3 |
1099 | 2024-02-04T17:24:49.136Z | Downloaded pin-project-internal v1.1.3 |
1100 | 2024-02-04T17:24:49.136Z | Downloaded dirs-sys-next v0.1.2 |
1101 | 2024-02-04T17:24:49.139Z | Downloaded rustc-demangle v0.1.23 |
1102 | 2024-02-04T17:24:49.142Z | Downloaded scroll v0.12.0 |
1103 | 2024-02-04T17:24:49.145Z | Downloaded env_logger v0.10.0 |
1104 | 2024-02-04T17:24:49.148Z | Downloaded num-bigint v0.4.4 |
1105 | 2024-02-04T17:24:49.156Z | Downloaded want v0.3.1 |
1106 | 2024-02-04T17:24:49.159Z | Downloaded generic-array v0.14.7 |
1107 | 2024-02-04T17:24:49.162Z | Downloaded half v2.3.1 |
1108 | 2024-02-04T17:24:49.165Z | Downloaded diff v0.1.13 |
1109 | 2024-02-04T17:24:49.172Z | Downloaded trust-dns-resolver v0.22.0 |
1110 | 2024-02-04T17:24:49.177Z | Downloaded tracing v0.1.37 |
1111 | 2024-02-04T17:24:49.184Z | Downloaded serde_yaml v0.9.25 |
1112 | 2024-02-04T17:24:49.190Z | Downloaded trust-dns-client v0.22.0 |
1113 | 2024-02-04T17:24:49.199Z | Downloaded ref-cast v1.0.20 |
1114 | 2024-02-04T17:24:49.207Z | Downloaded thread-id v4.2.0 |
1115 | 2024-02-04T17:24:49.210Z | Downloaded rtoolbox v0.0.1 |
1116 | 2024-02-04T17:24:49.211Z | Downloaded parking_lot v0.12.1 |
1117 | 2024-02-04T17:24:49.214Z | Downloaded slab v0.4.9 |
1118 | 2024-02-04T17:24:49.214Z | Downloaded fs-err v2.11.0 |
1119 | 2024-02-04T17:24:49.217Z | Downloaded serde_tokenstream v0.1.7 |
1120 | 2024-02-04T17:24:49.223Z | Downloaded parking_lot v0.11.2 |
1121 | 2024-02-04T17:24:49.226Z | Downloaded tar v0.4.40 |
1122 | 2024-02-04T17:24:49.230Z | Downloaded similar v2.3.0 |
1123 | 2024-02-04T17:24:49.238Z | Downloaded num-bigint-dig v0.8.4 |
1124 | 2024-02-04T17:24:49.247Z | Downloaded steno v0.4.0 |
1125 | 2024-02-04T17:24:49.254Z | Downloaded crossbeam v0.8.2 |
1126 | 2024-02-04T17:24:49.257Z | Downloaded tokio-rustls v0.24.1 |
1127 | 2024-02-04T17:24:49.260Z | Downloaded hash32 v0.2.1 |
1128 | 2024-02-04T17:24:49.263Z | Downloaded version_check v0.9.4 |
1129 | 2024-02-04T17:24:49.267Z | Downloaded owo-colors v4.0.0 |
1130 | 2024-02-04T17:24:49.281Z | Downloaded glob v0.3.1 |
1131 | 2024-02-04T17:24:49.285Z | Downloaded heck v0.3.3 |
1132 | 2024-02-04T17:24:49.285Z | Downloaded fnv v1.0.7 |
1133 | 2024-02-04T17:24:49.285Z | Downloaded same-file v1.0.6 |
1134 | 2024-02-04T17:24:49.285Z | Downloaded parking_lot_core v0.9.8 |
1135 | 2024-02-04T17:24:49.285Z | Downloaded semver v1.0.21 |
1136 | 2024-02-04T17:24:49.285Z | Downloaded toml v0.7.8 |
1137 | 2024-02-04T17:24:49.289Z | Downloaded memchr v2.6.3 |
1138 | 2024-02-04T17:24:49.298Z | Downloaded usdt v0.5.0 |
1139 | 2024-02-04T17:24:49.301Z | Downloaded libm v0.2.7 |
1140 | 2024-02-04T17:24:49.316Z | Downloaded headers v0.3.9 |
1141 | 2024-02-04T17:24:49.325Z | Downloaded openssl-sys v0.9.96 |
1142 | 2024-02-04T17:24:49.334Z | Downloaded walkdir v2.4.0 |
1143 | 2024-02-04T17:24:49.337Z | Downloaded zip v0.6.6 |
1144 | 2024-02-04T17:24:49.344Z | Downloaded tinyvec v1.6.0 |
1145 | 2024-02-04T17:24:49.349Z | Downloaded serde_spanned v0.6.5 |
1146 | 2024-02-04T17:24:49.352Z | Downloaded ff v0.13.0 |
1147 | 2024-02-04T17:24:49.355Z | Downloaded serde_with_macros v3.6.0 |
1148 | 2024-02-04T17:24:49.358Z | Downloaded thread_local v1.1.7 |
1149 | 2024-02-04T17:24:49.361Z | Downloaded data-encoding v2.4.0 |
1150 | 2024-02-04T17:24:49.361Z | Downloaded usdt v0.3.5 |
1151 | 2024-02-04T17:24:49.364Z | Downloaded universal-hash v0.5.1 |
1152 | 2024-02-04T17:24:49.364Z | Downloaded topological-sort v0.2.2 |
1153 | 2024-02-04T17:24:49.367Z | Downloaded serde_tokenstream v0.2.0 |
1154 | 2024-02-04T17:24:49.370Z | Downloaded minimal-lexical v0.2.1 |
1155 | 2024-02-04T17:24:49.377Z | Downloaded structopt v0.3.26 |
1156 | 2024-02-04T17:24:49.390Z | Downloaded zerocopy v0.6.4 |
1157 | 2024-02-04T17:24:49.394Z | Downloaded fd-lock v3.0.13 |
1158 | 2024-02-04T17:24:49.397Z | Downloaded parse-display v0.9.0 |
1159 | 2024-02-04T17:24:49.400Z | Downloaded futures-core v0.3.30 |
1160 | 2024-02-04T17:24:49.403Z | Downloaded gethostname v0.4.3 |
1161 | 2024-02-04T17:24:49.405Z | Downloaded structmeta v0.3.0 |
1162 | 2024-02-04T17:24:49.405Z | Downloaded rustversion v1.0.14 |
1163 | 2024-02-04T17:24:49.409Z | Downloaded which v4.4.0 |
1164 | 2024-02-04T17:24:49.411Z | Downloaded poly1305 v0.8.0 |
1165 | 2024-02-04T17:24:49.415Z | Downloaded omicron-zone-package v0.11.0 |
1166 | 2024-02-04T17:24:49.420Z | Downloaded samael v0.0.14 |
1167 | 2024-02-04T17:24:49.428Z | Downloaded signal-hook v0.3.17 |
1168 | 2024-02-04T17:24:49.433Z | Downloaded pkcs8 v0.10.2 |
1169 | 2024-02-04T17:24:49.441Z | Downloaded cc v1.0.83 |
1170 | 2024-02-04T17:24:49.443Z | Downloaded paste v1.0.14 |
1171 | 2024-02-04T17:24:49.448Z | Downloaded snafu v0.7.5 |
1172 | 2024-02-04T17:24:49.457Z | Downloaded oso v0.27.0 |
1173 | 2024-02-04T17:24:49.463Z | Downloaded rustfmt-wrapper v0.2.0 |
1174 | 2024-02-04T17:24:49.466Z | Downloaded darling_core v0.14.4 |
1175 | 2024-02-04T17:24:49.473Z | Downloaded rustc_version v0.4.0 |
1176 | 2024-02-04T17:24:49.475Z | Downloaded pem v3.0.2 |
1177 | 2024-02-04T17:24:49.478Z | Downloaded once_cell v1.19.0 |
1178 | 2024-02-04T17:24:49.481Z | Downloaded tempfile v3.9.0 |
1179 | 2024-02-04T17:24:49.485Z | Downloaded quick-error v1.2.3 |
1180 | 2024-02-04T17:24:49.487Z | Downloaded float-cmp v0.9.0 |
1181 | 2024-02-04T17:24:49.490Z | Downloaded flagset v0.4.3 |
1182 | 2024-02-04T17:24:49.493Z | Downloaded fixedbitset v0.4.2 |
1183 | 2024-02-04T17:24:49.493Z | Downloaded slog-term v2.9.0 |
1184 | 2024-02-04T17:24:49.496Z | Downloaded mockall_derive v0.12.0 |
1185 | 2024-02-04T17:24:49.499Z | Downloaded indexmap v2.2.2 |
1186 | 2024-02-04T17:24:49.506Z | Downloaded unicode-ident v1.0.12 |
1187 | 2024-02-04T17:24:49.511Z | Downloaded crypto-bigint v0.5.2 |
1188 | 2024-02-04T17:24:49.524Z | Downloaded darling_core v0.20.3 |
1189 | 2024-02-04T17:24:49.529Z | Downloaded platforms v3.0.2 |
1190 | 2024-02-04T17:24:49.533Z | Downloaded zerocopy-derive v0.7.32 |
1191 | 2024-02-04T17:24:49.540Z | Downloaded phf_shared v0.11.2 |
1192 | 2024-02-04T17:24:49.542Z | Downloaded smf v0.2.2 |
1193 | 2024-02-04T17:24:49.545Z | Downloaded slog-json v2.6.1 |
1194 | 2024-02-04T17:24:49.548Z | Downloaded miniz_oxide v0.7.1 |
1195 | 2024-02-04T17:24:49.551Z | Downloaded indicatif v0.17.7 |
1196 | 2024-02-04T17:24:49.556Z | Downloaded parking_lot_core v0.8.6 |
1197 | 2024-02-04T17:24:49.560Z | Downloaded uuid v1.7.0 |
1198 | 2024-02-04T17:24:49.564Z | Downloaded rand_core v0.6.4 |
1199 | 2024-02-04T17:24:49.567Z | Downloaded pin-utils v0.1.0 |
1200 | 2024-02-04T17:24:49.570Z | Downloaded slog-async v2.8.0 |
1201 | 2024-02-04T17:24:49.573Z | Downloaded strip-ansi-escapes v0.2.0 |
1202 | 2024-02-04T17:24:49.573Z | Downloaded smawk v0.3.1 |
1203 | 2024-02-04T17:24:49.576Z | Downloaded slog-stdlog v4.1.1 |
1204 | 2024-02-04T17:24:49.582Z | Downloaded textwrap v0.16.0 |
1205 | 2024-02-04T17:24:49.584Z | Downloaded subprocess v0.2.9 |
1206 | 2024-02-04T17:24:49.587Z | Downloaded tap v1.0.1 |
1207 | 2024-02-04T17:24:49.587Z | Downloaded waitgroup v0.1.2 |
1208 | 2024-02-04T17:24:49.590Z | Downloaded const-oid v0.9.5 |
1209 | 2024-02-04T17:24:49.593Z | Downloaded usdt-impl v0.5.0 |
1210 | 2024-02-04T17:24:49.596Z | Downloaded mio v0.8.9 |
1211 | 2024-02-04T17:24:49.603Z | Downloaded derive_builder v0.12.0 |
1212 | 2024-02-04T17:24:49.611Z | Downloaded time-macros v0.2.13 |
1213 | 2024-02-04T17:24:49.614Z | Downloaded usdt-impl v0.3.5 |
1214 | 2024-02-04T17:24:49.617Z | Downloaded defmt-macros v0.3.6 |
1215 | 2024-02-04T17:24:49.622Z | Downloaded indexmap v1.9.3 |
1216 | 2024-02-04T17:24:49.627Z | Downloaded blake2 v0.10.6 |
1217 | 2024-02-04T17:24:49.631Z | Downloaded smallvec v1.11.2 |
1218 | 2024-02-04T17:24:49.635Z | Downloaded parse-display-derive v0.9.0 |
1219 | 2024-02-04T17:24:49.638Z | Downloaded darling v0.14.4 |
1220 | 2024-02-04T17:24:49.642Z | Downloaded thiserror-no-std v2.0.2 |
1221 | 2024-02-04T17:24:49.648Z | Downloaded sqlparser_derive v0.2.2 |
1222 | 2024-02-04T17:24:49.651Z | Downloaded slog-bunyan v2.5.0 |
1223 | 2024-02-04T17:24:49.651Z | Downloaded slog-dtrace v0.3.0 |
1224 | 2024-02-04T17:24:49.657Z | Downloaded nu-ansi-term v0.49.0 |
1225 | 2024-02-04T17:24:49.660Z | Downloaded yasna v0.5.2 |
1226 | 2024-02-04T17:24:49.663Z | Downloaded predicates-tree v1.0.9 |
1227 | 2024-02-04T17:24:49.663Z | Downloaded utf8parse v0.2.1 |
1228 | 2024-02-04T17:24:49.666Z | Downloaded utf-8 v0.7.6 |
1229 | 2024-02-04T17:24:49.669Z | Downloaded usdt-attr-macro v0.5.0 |
1230 | 2024-02-04T17:24:49.669Z | Downloaded httparse v1.8.0 |
1231 | 2024-02-04T17:24:49.672Z | Downloaded base64ct v1.6.0 |
1232 | 2024-02-04T17:24:49.675Z | Downloaded structmeta-derive v0.3.0 |
1233 | 2024-02-04T17:24:49.677Z | Downloaded openssl-macros v0.1.1 |
1234 | 2024-02-04T17:24:49.680Z | Downloaded colored v2.0.4 |
1235 | 2024-02-04T17:24:49.683Z | Downloaded rustls-pemfile v2.0.0 |
1236 | 2024-02-04T17:24:49.686Z | Downloaded ciborium v0.2.2 |
1237 | 2024-02-04T17:24:49.689Z | Downloaded cancel-safe-futures v0.1.5 |
1238 | 2024-02-04T17:24:49.694Z | Downloaded camino v1.1.6 |
1239 | 2024-02-04T17:24:49.696Z | Downloaded cipher v0.4.4 |
1240 | 2024-02-04T17:24:49.699Z | Downloaded debug-ignore v1.0.5 |
1241 | 2024-02-04T17:24:49.702Z | Downloaded tokio-native-tls v0.3.1 |
1242 | 2024-02-04T17:24:49.708Z | Downloaded iana-time-zone v0.1.57 |
1243 | 2024-02-04T17:24:49.711Z | Downloaded defmt-parser v0.3.3 |
1244 | 2024-02-04T17:24:49.711Z | Downloaded zeroize_derive v1.4.2 |
1245 | 2024-02-04T17:24:49.711Z | Downloaded crc32fast v1.3.2 |
1246 | 2024-02-04T17:24:49.714Z | Downloaded anstyle-parse v0.2.1 |
1247 | 2024-02-04T17:24:49.717Z | Downloaded bcs v0.1.6 |
1248 | 2024-02-04T17:24:49.719Z | Downloaded zeroize v1.7.0 |
1249 | 2024-02-04T17:24:49.722Z | Downloaded strum_macros v0.25.2 |
1250 | 2024-02-04T17:24:49.725Z | Downloaded strsim v0.10.0 |
1251 | 2024-02-04T17:24:49.728Z | Downloaded spki v0.7.2 |
1252 | 2024-02-04T17:24:49.730Z | Downloaded slog-envlogger v2.2.0 |
1253 | 2024-02-04T17:24:49.733Z | Downloaded clap_lex v0.5.1 |
1254 | 2024-02-04T17:24:49.736Z | Downloaded thiserror-impl v1.0.56 |
1255 | 2024-02-04T17:24:49.736Z | Downloaded thiserror v1.0.56 |
1256 | 2024-02-04T17:24:49.743Z | Downloaded terminal_size v0.2.6 |
1257 | 2024-02-04T17:24:49.746Z | Downloaded tabled_derive v0.7.0 |
1258 | 2024-02-04T17:24:49.749Z | Downloaded subtle v2.5.0 |
1259 | 2024-02-04T17:24:49.749Z | Downloaded sqlformat v0.2.3 |
1260 | 2024-02-04T17:24:49.752Z | Downloaded linear-map v1.2.0 |
1261 | 2024-02-04T17:24:49.757Z | Downloaded libefi-sys v0.1.0 |
1262 | 2024-02-04T17:24:49.760Z | Downloaded kstat-rs v0.2.3 |
1263 | 2024-02-04T17:24:49.760Z | Downloaded crossbeam-deque v0.8.3 |
1264 | 2024-02-04T17:24:49.760Z | Downloaded constant_time_eq v0.3.0 |
1265 | 2024-02-04T17:24:49.763Z | Downloaded rustls-pemfile v1.0.3 |
1266 | 2024-02-04T17:24:49.766Z | Downloaded foreign-types v0.5.0 |
1267 | 2024-02-04T17:24:49.769Z | Downloaded ciborium-io v0.2.2 |
1268 | 2024-02-04T17:24:49.769Z | Downloaded darling_macro v0.14.4 |
1269 | 2024-02-04T17:24:49.769Z | Downloaded usdt-macro v0.5.0 |
1270 | 2024-02-04T17:24:49.772Z | Downloaded signal-hook-registry v1.4.1 |
1271 | 2024-02-04T17:24:49.772Z | Downloaded usdt-macro v0.3.5 |
1272 | 2024-02-04T17:24:49.776Z | Downloaded crossbeam-queue v0.3.8 |
1273 | 2024-02-04T17:24:49.776Z | Downloaded cassowary v0.3.0 |
1274 | 2024-02-04T17:24:49.778Z | Downloaded backoff v0.4.0 |
1275 | 2024-02-04T17:24:49.781Z | Downloaded xattr v1.0.1 |
1276 | 2024-02-04T17:24:49.784Z | Downloaded num v0.4.1 |
1277 | 2024-02-04T17:24:49.787Z | Downloaded nibble_vec v0.1.0 |
1278 | 2024-02-04T17:24:49.787Z | Downloaded libsw v3.3.1 |
1279 | 2024-02-04T17:24:49.791Z | Downloaded lalrpop-util v0.19.12 |
1280 | 2024-02-04T17:24:49.796Z | Downloaded num_enum_derive v0.5.11 |
1281 | 2024-02-04T17:24:49.796Z | Downloaded num_enum v0.5.11 |
1282 | 2024-02-04T17:24:49.801Z | Downloaded num_cpus v1.16.0 |
1283 | 2024-02-04T17:24:49.805Z | Downloaded indoc v1.0.9 |
1284 | 2024-02-04T17:24:49.810Z | Downloaded hyper-staticfile v0.9.5 |
1285 | 2024-02-04T17:24:49.813Z | Downloaded mockall v0.12.0 |
1286 | 2024-02-04T17:24:49.816Z | Downloaded mime_guess v2.0.4 |
1287 | 2024-02-04T17:24:49.821Z | Downloaded crypto-common v0.1.6 |
1288 | 2024-02-04T17:24:49.824Z | Downloaded ciborium-ll v0.2.2 |
1289 | 2024-02-04T17:24:49.824Z | Downloaded lru-cache v0.1.2 |
1290 | 2024-02-04T17:24:49.824Z | Downloaded itoa v1.0.9 |
1291 | 2024-02-04T17:24:49.827Z | Downloaded bytecount v0.6.3 |
1292 | 2024-02-04T17:24:49.827Z | Downloaded impl-trait-for-tuples v0.2.2 |
1293 | 2024-02-04T17:24:49.831Z | Downloaded home v0.5.5 |
1294 | 2024-02-04T17:24:49.834Z | Downloaded block-padding v0.3.3 |
1295 | 2024-02-04T17:24:49.834Z | Downloaded cfg-if v1.0.0 |
1296 | 2024-02-04T17:24:49.837Z | Downloaded byteorder v1.5.0 |
1297 | 2024-02-04T17:24:49.840Z | Downloaded zone_cfg_derive v0.3.0 |
1298 | 2024-02-04T17:24:49.840Z | Downloaded zerocopy v0.3.0 |
1299 | 2024-02-04T17:24:49.843Z | Downloaded maybe-uninit v2.0.0 |
1300 | 2024-02-04T17:24:49.843Z | Downloaded managed v0.8.0 |
1301 | 2024-02-04T17:24:49.846Z | Downloaded lru v0.12.1 |
1302 | 2024-02-04T17:24:49.849Z | Downloaded hostname v0.3.1 |
1303 | 2024-02-04T17:24:49.849Z | Downloaded memoffset v0.9.0 |
1304 | 2024-02-04T17:24:49.851Z | Downloaded nanorand v0.7.0 |
1305 | 2024-02-04T17:24:49.854Z | Downloaded hyper-tls v0.5.0 |
1306 | 2024-02-04T17:24:49.857Z | Downloaded hyper-rustls v0.24.2 |
1307 | 2024-02-04T17:24:49.860Z | Downloaded http-range v0.1.5 |
1308 | 2024-02-04T17:24:49.863Z | Downloaded buf-list v1.0.3 |
1309 | 2024-02-04T17:24:49.866Z | Downloaded keccak v0.1.4 |
1310 | 2024-02-04T17:24:49.871Z | Downloaded chacha20 v0.9.1 |
1311 | 2024-02-04T17:24:49.874Z | Downloaded http-body v0.4.5 |
1312 | 2024-02-04T17:24:49.874Z | Downloaded block-buffer v0.10.4 |
1313 | 2024-02-04T17:24:49.874Z | Downloaded ansi_term v0.12.1 |
1314 | 2024-02-04T17:24:49.877Z | Downloaded lazy_static v1.4.0 |
1315 | 2024-02-04T17:24:49.880Z | Downloaded maplit v1.0.2 |
1316 | 2024-02-04T17:24:49.882Z | Downloaded ipnetwork v0.20.0 |
1317 | 2024-02-04T17:24:49.885Z | Downloaded bb8 v0.8.3 |
1318 | 2024-02-04T17:24:49.885Z | Downloaded bitfield v0.14.0 |
1319 | 2024-02-04T17:24:49.888Z | Downloaded bit-vec v0.6.3 |
1320 | 2024-02-04T17:24:49.890Z | Downloaded io-lifetimes v1.0.11 |
1321 | 2024-02-04T17:24:49.893Z | Downloaded memmap v0.7.0 |
1322 | 2024-02-04T17:24:49.896Z | Downloaded hubpack_derive v0.1.1 |
1323 | 2024-02-04T17:24:49.896Z | Downloaded ipnet v2.9.0 |
1324 | 2024-02-04T17:24:49.899Z | Downloaded instant v0.1.12 |
1325 | 2024-02-04T17:24:49.902Z | Downloaded hubpack v0.1.2 |
1326 | 2024-02-04T17:24:49.904Z | Downloaded httpdate v1.0.3 |
1327 | 2024-02-04T17:24:49.904Z | Downloaded http v1.0.0 |
1328 | 2024-02-04T17:24:49.911Z | Downloaded cpufeatures v0.2.12 |
1329 | 2024-02-04T17:24:49.914Z | Downloaded bytes v1.5.0 |
1330 | 2024-02-04T17:24:49.920Z | Downloaded bitflags v1.3.2 |
1331 | 2024-02-04T17:24:49.927Z | Downloaded backtrace v0.3.69 |
1332 | 2024-02-04T17:24:49.932Z | Downloaded async-trait v0.1.77 |
1333 | 2024-02-04T17:24:49.938Z | Downloaded ahash v0.8.6 |
1334 | 2024-02-04T17:24:49.942Z | Downloaded lazycell v1.3.0 |
1335 | 2024-02-04T17:24:49.945Z | Downloaded nodrop v0.1.14 |
1336 | 2024-02-04T17:24:49.963Z | Downloaded console v0.15.8 |
1337 | 2024-02-04T17:24:50.002Z | Downloaded atomic-waker v1.1.1 |
1338 | 2024-02-04T17:24:50.006Z | Downloaded tracing-attributes v0.1.26 |
1339 | 2024-02-04T17:24:50.010Z | Downloaded tokio-postgres v0.7.10 |
1340 | 2024-02-04T17:24:50.022Z | Downloaded atomicwrites v0.4.3 |
1341 | 2024-02-04T17:24:50.025Z | Downloaded autocfg v1.1.0 |
1342 | 2024-02-04T17:24:50.029Z | Downloaded try-lock v0.2.4 |
1343 | 2024-02-04T17:24:50.032Z | Downloaded tracing-core v0.1.31 |
1344 | 2024-02-04T17:24:50.039Z | Downloaded termcolor v1.2.0 |
1345 | 2024-02-04T17:24:50.044Z | Downloaded take_mut v0.2.2 |
1346 | 2024-02-04T17:24:50.044Z | Downloaded structmeta-derive v0.2.0 |
1347 | 2024-02-04T17:24:50.044Z | Downloaded crunchy v0.2.2 |
1348 | 2024-02-04T17:24:50.044Z | Downloaded arc-swap v1.6.0 |
1349 | 2024-02-04T17:24:50.054Z | Downloaded anyhow v1.0.75 |
1350 | 2024-02-04T17:24:50.062Z | Downloaded tiny-keccak v2.0.2 |
1351 | 2024-02-04T17:24:50.068Z | Downloaded static_assertions v1.1.0 |
1352 | 2024-02-04T17:24:50.071Z | Downloaded snafu-derive v0.7.5 |
1353 | 2024-02-04T17:24:50.078Z | Downloaded slog v2.7.0 |
1354 | 2024-02-04T17:24:50.083Z | Downloaded serde_json v1.0.113 |
1355 | 2024-02-04T17:24:50.104Z | Downloaded serde v1.0.195 |
1356 | 2024-02-04T17:24:50.111Z | Downloaded bit-set v0.5.3 |
1357 | 2024-02-04T17:24:50.116Z | Downloaded assert_matches v1.5.0 |
1358 | 2024-02-04T17:24:50.120Z | Downloaded array-init v0.0.4 |
1359 | 2024-02-04T17:24:50.120Z | Downloaded anstyle-query v1.0.0 |
1360 | 2024-02-04T17:24:50.120Z | Downloaded argon2 v0.5.3 |
1361 | 2024-02-04T17:24:50.136Z | Downloaded ascii-canvas v3.0.0 |
1362 | 2024-02-04T17:24:50.136Z | Downloaded arrayvec v0.7.4 |
1363 | 2024-02-04T17:24:50.139Z | Downloaded addr2line v0.21.0 |
1364 | 2024-02-04T17:24:50.139Z | Downloaded signal-hook-tokio v0.3.1 |
1365 | 2024-02-04T17:24:50.140Z | Downloaded signal-hook-mio v0.2.3 |
1366 | 2024-02-04T17:24:50.140Z | Downloaded sha2 v0.10.8 |
1367 | 2024-02-04T17:24:50.140Z | Downloaded sha1 v0.10.6 |
1368 | 2024-02-04T17:24:50.143Z | Downloaded serde_plain v1.0.2 |
1369 | 2024-02-04T17:24:50.143Z | Downloaded serde_path_to_error v0.1.15 |
1370 | 2024-02-04T17:24:50.149Z | Downloaded semver-parser v0.10.2 |
1371 | 2024-02-04T17:24:50.149Z | Downloaded md-5 v0.10.5 |
1372 | 2024-02-04T17:24:50.153Z | Downloaded crossbeam-utils v0.8.16 |
1373 | 2024-02-04T17:24:50.156Z | Downloaded async-recursion v1.0.5 |
1374 | 2024-02-04T17:24:50.163Z | Downloaded aead v0.5.2 |
1375 | 2024-02-04T17:24:50.167Z | Downloaded atty v0.2.14 |
1376 | 2024-02-04T17:24:50.171Z | Downloaded anstyle v1.0.2 |
1377 | 2024-02-04T17:24:50.171Z | Downloaded anstream v0.5.0 |
1378 | 2024-02-04T17:24:50.175Z | Downloaded adler v1.0.2 |
1379 | 2024-02-04T17:24:50.179Z | Downloaded mime v0.3.17 |
1380 | 2024-02-04T17:24:50.182Z | Downloaded memoffset v0.7.1 |
1381 | 2024-02-04T17:24:50.182Z | Downloaded memmap2 v0.7.1 |
1382 | 2024-02-04T17:24:50.185Z | Downloaded lock_api v0.4.10 |
1383 | 2024-02-04T17:24:50.188Z | Downloaded crc v3.0.1 |
1384 | 2024-02-04T17:24:50.578Z | Compiling proc-macro2 v1.0.78 |
1385 | 2024-02-04T17:24:50.578Z | Compiling unicode-ident v1.0.12 |
1386 | 2024-02-04T17:24:50.582Z | Compiling libc v0.2.153 |
1387 | 2024-02-04T17:24:50.582Z | Compiling serde v1.0.195 |
1388 | 2024-02-04T17:24:50.582Z | Compiling autocfg v1.1.0 |
1389 | 2024-02-04T17:24:50.582Z | Compiling version_check v0.9.4 |
1390 | 2024-02-04T17:24:50.601Z | Compiling cfg-if v1.0.0 |
1391 | 2024-02-04T17:24:50.808Z | Compiling once_cell v1.19.0 |
1392 | 2024-02-04T17:24:50.853Z | Compiling syn v1.0.109 |
1393 | 2024-02-04T17:24:50.972Z | Compiling byteorder v1.5.0 |
1394 | 2024-02-04T17:24:51.453Z | Compiling memchr v2.6.3 |
1395 | 2024-02-04T17:24:51.689Z | Compiling ahash v0.8.6 |
1396 | 2024-02-04T17:24:51.712Z | Compiling parking_lot_core v0.9.8 |
1397 | 2024-02-04T17:24:51.737Z | Compiling lock_api v0.4.10 |
1398 | 2024-02-04T17:24:52.515Z | Compiling libm v0.2.7 |
1399 | 2024-02-04T17:24:52.518Z | Compiling serde_json v1.0.113 |
1400 | 2024-02-04T17:24:52.532Z | Compiling num-traits v0.2.16 |
1401 | 2024-02-04T17:24:52.848Z | Compiling thiserror v1.0.56 |
1402 | 2024-02-04T17:24:52.954Z | Compiling typenum v1.16.0 |
1403 | 2024-02-04T17:24:52.969Z | Compiling scopeguard v1.2.0 |
1404 | 2024-02-04T17:24:53.521Z | Compiling generic-array v0.14.7 |
1405 | 2024-02-04T17:24:53.925Z | Compiling itoa v1.0.9 |
1406 | 2024-02-04T17:24:54.258Z | Compiling quote v1.0.35 |
1407 | 2024-02-04T17:24:54.342Z | Compiling log v0.4.20 |
1408 | 2024-02-04T17:24:54.710Z | Compiling cc v1.0.83 |
1409 | 2024-02-04T17:24:54.738Z | Compiling getrandom v0.2.10 |
1410 | 2024-02-04T17:24:55.181Z | Compiling syn v2.0.48 |
1411 | 2024-02-04T17:24:55.547Z | Compiling pkg-config v0.3.27 |
1412 | 2024-02-04T17:24:56.061Z | Compiling slab v0.4.9 |
1413 | 2024-02-04T17:24:56.473Z | Compiling ryu v1.0.15 |
1414 | 2024-02-04T17:24:56.798Z | Compiling pin-project-lite v0.2.13 |
1415 | 2024-02-04T17:24:56.915Z | Compiling smallvec v1.11.2 |
1416 | 2024-02-04T17:24:56.977Z | Compiling allocator-api2 v0.2.16 |
1417 | 2024-02-04T17:24:57.213Z | Compiling equivalent v1.0.1 |
1418 | 2024-02-04T17:24:57.288Z | Compiling vcpkg v0.2.15 |
1419 | 2024-02-04T17:24:57.369Z | Compiling heck v0.4.1 |
1420 | 2024-02-04T17:24:58.028Z | Compiling schemars v0.8.16 |
1421 | 2024-02-04T17:24:58.253Z | Compiling parking_lot v0.12.1 |
1422 | 2024-02-04T17:24:58.839Z | Compiling ring v0.17.7 |
1423 | 2024-02-04T17:25:00.180Z | Compiling openssl-sys v0.9.96 |
1424 | 2024-02-04T17:25:00.467Z | Compiling signal-hook-registry v1.4.1 |
1425 | 2024-02-04T17:25:01.553Z | Compiling rand_core v0.6.4 |
1426 | 2024-02-04T17:25:02.177Z | Compiling mio v0.8.9 |
1427 | 2024-02-04T17:25:03.912Z | Compiling ring v0.16.20 |
1428 | 2024-02-04T17:25:05.033Z | Compiling socket2 v0.5.5 |
1429 | 2024-02-04T17:25:05.320Z | Compiling num_cpus v1.16.0 |
1430 | 2024-02-04T17:25:05.559Z | Compiling ucd-trie v0.1.6 |
1431 | 2024-02-04T17:25:05.605Z | Compiling httparse v1.8.0 |
1432 | 2024-02-04T17:25:05.709Z | Compiling futures-core v0.3.30 |
1433 | 2024-02-04T17:25:06.148Z | Compiling semver v1.0.21 |
1434 | 2024-02-04T17:25:06.170Z | Compiling fnv v1.0.7 |
1435 | 2024-02-04T17:25:06.301Z | Compiling crossbeam-utils v0.8.16 |
1436 | 2024-02-04T17:25:06.345Z | Compiling openssl v0.10.60 |
1437 | 2024-02-04T17:25:06.407Z | Compiling spin v0.5.2 |
1438 | 2024-02-04T17:25:06.908Z | Compiling iana-time-zone v0.1.57 |
1439 | 2024-02-04T17:25:06.947Z | Compiling const-oid v0.9.5 |
1440 | 2024-02-04T17:25:07.227Z | Compiling serde_derive_internals v0.26.0 |
1441 | 2024-02-04T17:25:07.430Z | Compiling subtle v2.5.0 |
1442 | 2024-02-04T17:25:07.880Z | Compiling rustls v0.21.9 |
1443 | 2024-02-04T17:25:08.082Z | Compiling native-tls v0.2.11 |
1444 | 2024-02-04T17:25:08.279Z | Compiling unicode-xid v0.2.4 |
1445 | 2024-02-04T17:25:08.551Z | Compiling synstructure v0.12.6 |
1446 | 2024-02-04T17:25:08.570Z | Compiling spin v0.9.8 |
1447 | 2024-02-04T17:25:09.389Z | Compiling memoffset v0.9.0 |
1448 | 2024-02-04T17:25:09.902Z | Compiling futures-sink v0.3.30 |
1449 | 2024-02-04T17:25:10.185Z | Compiling io-lifetimes v1.0.11 |
1450 | 2024-02-04T17:25:10.641Z | Compiling backtrace v0.3.69 |
1451 | 2024-02-04T17:25:11.063Z | Compiling tinyvec_macros v0.1.1 |
1452 | 2024-02-04T17:25:11.185Z | Compiling winnow v0.5.15 |
1453 | 2024-02-04T17:25:11.189Z | Compiling rustix v0.38.30 |
1454 | 2024-02-04T17:25:11.229Z | Compiling dyn-clone v1.0.13 |
1455 | 2024-02-04T17:25:11.491Z | Compiling tinyvec v1.6.0 |
1456 | 2024-02-04T17:25:11.863Z | Compiling futures-channel v0.3.30 |
1457 | 2024-02-04T17:25:12.104Z | Compiling tracing-core v0.1.31 |
1458 | 2024-02-04T17:25:12.472Z | Compiling num-integer v0.1.45 |
1459 | 2024-02-04T17:25:12.604Z | Compiling crossbeam-epoch v0.9.15 |
1460 | 2024-02-04T17:25:12.892Z | Compiling slog v2.7.0 |
1461 | 2024-02-04T17:25:13.115Z | Compiling futures-io v0.3.30 |
1462 | 2024-02-04T17:25:13.405Z | Compiling futures-task v0.3.30 |
1463 | 2024-02-04T17:25:13.879Z | Compiling pin-utils v0.1.0 |
1464 | 2024-02-04T17:25:14.005Z | Compiling rustix v0.37.23 |
1465 | 2024-02-04T17:25:14.610Z | Compiling unicode-normalization v0.1.22 |
1466 | 2024-02-04T17:25:15.407Z | Compiling usdt-impl v0.3.5 |
1467 | 2024-02-04T17:25:16.315Z | Compiling anyhow v1.0.75 |
1468 | 2024-02-04T17:25:16.452Z | Compiling serde_derive v1.0.195 |
1469 | 2024-02-04T17:25:16.488Z | Compiling zerocopy-derive v0.7.32 |
1470 | 2024-02-04T17:25:16.828Z | Compiling zeroize_derive v1.4.2 |
1471 | 2024-02-04T17:25:16.886Z | Compiling thiserror-impl v1.0.56 |
1472 | 2024-02-04T17:25:17.028Z | Compiling tokio-macros v2.2.0 |
1473 | 2024-02-04T17:25:17.538Z | Compiling futures-macro v0.3.30 |
1474 | 2024-02-04T17:25:17.968Z | Compiling tracing-attributes v0.1.26 |
1475 | 2024-02-04T17:25:19.347Z | Compiling zeroize v1.7.0 |
1476 | 2024-02-04T17:25:19.396Z | Compiling schemars_derive v0.8.16 |
1477 | 2024-02-04T17:25:19.779Z | Compiling zerocopy v0.7.32 |
1478 | 2024-02-04T17:25:21.841Z | Compiling pest v2.7.6 |
1479 | 2024-02-04T17:25:23.276Z | Compiling hashbrown v0.14.2 |
1480 | 2024-02-04T17:25:23.385Z | Compiling openssl-macros v0.1.1 |
1481 | 2024-02-04T17:25:24.393Z | Compiling zerocopy-derive v0.2.0 |
1482 | 2024-02-04T17:25:24.463Z | Compiling crypto-common v0.1.6 |
1483 | 2024-02-04T17:25:24.751Z | Compiling der_derive v0.7.2 |
1484 | 2024-02-04T17:25:25.191Z | Compiling tracing v0.1.37 |
1485 | 2024-02-04T17:25:25.404Z | Compiling hashbrown v0.13.2 |
1486 | 2024-02-04T17:25:26.514Z | Compiling pest_meta v2.7.6 |
1487 | 2024-02-04T17:25:26.567Z | Compiling block-buffer v0.10.4 |
1488 | 2024-02-04T17:25:26.804Z | Compiling futures-util v0.3.30 |
1489 | 2024-02-04T17:25:27.233Z | Compiling unicode-bidi v0.3.13 |
1490 | 2024-02-04T17:25:27.314Z | Compiling crc32fast v1.3.2 |
1491 | 2024-02-04T17:25:27.919Z | Compiling time-core v0.1.1 |
1492 | 2024-02-04T17:25:28.146Z | Compiling bitflags v1.3.2 |
1493 | 2024-02-04T17:25:28.290Z | Compiling time-macros v0.2.13 |
1494 | 2024-02-04T17:25:28.472Z | Compiling digest v0.10.7 |
1495 | 2024-02-04T17:25:29.259Z | Compiling pest_generator v2.7.6 |
1496 | 2024-02-04T17:25:33.076Z | Compiling scroll_derive v0.12.0 |
1497 | 2024-02-04T17:25:33.368Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1498 | 2024-02-04T17:25:33.441Z | Compiling pest_derive v2.7.6 |
1499 | 2024-02-04T17:25:33.988Z | Compiling aho-corasick v1.0.4 |
1500 | 2024-02-04T17:25:34.500Z | Compiling ppv-lite86 v0.2.17 |
1501 | 2024-02-04T17:25:35.407Z | Compiling signal-hook v0.3.17 |
1502 | 2024-02-04T17:25:35.799Z | Compiling regex-syntax v0.8.2 |
1503 | 2024-02-04T17:25:35.823Z | Compiling untrusted v0.9.0 |
1504 | 2024-02-04T17:25:35.826Z | Compiling async-trait v0.1.77 |
1505 | 2024-02-04T17:25:36.094Z | Compiling rustversion v1.0.14 |
1506 | 2024-02-04T17:25:36.690Z | Compiling rand_chacha v0.3.1 |
1507 | 2024-02-04T17:25:37.985Z | Compiling zerocopy v0.3.0 |
1508 | 2024-02-04T17:25:39.207Z | Compiling bytes v1.5.0 |
1509 | 2024-02-04T17:25:39.256Z | Compiling indexmap v2.2.2 |
1510 | 2024-02-04T17:25:41.129Z | Compiling uuid v1.7.0 |
1511 | 2024-02-04T17:25:41.500Z | Compiling tokio v1.36.0 |
1512 | 2024-02-04T17:25:42.270Z | Compiling chrono v0.4.31 |
1513 | 2024-02-04T17:25:43.167Z | Compiling bitflags v2.4.0 |
1514 | 2024-02-04T17:25:46.461Z | Compiling toml_datetime v0.6.5 |
1515 | 2024-02-04T17:25:46.647Z | Compiling serde_spanned v0.6.5 |
1516 | 2024-02-04T17:25:48.158Z | Compiling rustc_version v0.4.0 |
1517 | 2024-02-04T17:25:48.183Z | Compiling toml_edit v0.19.15 |
1518 | 2024-02-04T17:25:49.153Z | Compiling http v0.2.11 |
1519 | 2024-02-04T17:25:50.960Z | Compiling heapless v0.7.16 |
1520 | 2024-02-04T17:25:52.174Z | Compiling regex-automata v0.4.4 |
1521 | 2024-02-04T17:25:52.696Z | Compiling errno v0.3.8 |
1522 | 2024-02-04T17:25:52.716Z | Compiling thread-id v4.2.0 |
1523 | 2024-02-04T17:25:53.098Z | Compiling strsim v0.10.0 |
1524 | 2024-02-04T17:25:58.977Z | Compiling tokio-util v0.7.10 |
1525 | 2024-02-04T17:25:59.785Z | Compiling regex v1.10.3 |
1526 | 2024-02-04T17:26:01.403Z | Compiling dof v0.1.5 |
1527 | 2024-02-04T17:26:01.519Z | Compiling rand v0.8.5 |
1528 | 2024-02-04T17:26:04.152Z | Compiling dtrace-parser v0.1.14 |
1529 | 2024-02-04T17:26:05.812Z | Compiling num-bigint v0.4.4 |
1530 | 2024-02-04T17:26:05.964Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-02-04T17:26:06.124Z | Compiling smoltcp v0.9.1 |
1532 | 2024-02-04T17:26:06.557Z | Compiling untrusted v0.7.1 |
1533 | 2024-02-04T17:26:06.749Z | Compiling base64ct v1.6.0 |
1534 | 2024-02-04T17:26:06.933Z | Compiling percent-encoding v2.3.1 |
1535 | 2024-02-04T17:26:06.995Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1536 | 2024-02-04T17:26:07.440Z | Compiling foreign-types v0.3.2 |
1537 | 2024-02-04T17:26:07.577Z | Compiling pem-rfc7468 v0.7.0 |
1538 | 2024-02-04T17:26:09.501Z | Compiling strum_macros v0.25.2 |
1539 | 2024-02-04T17:26:10.602Z | Compiling serde_tokenstream v0.1.7 |
1540 | 2024-02-04T17:26:12.845Z | Compiling hmac v0.12.1 |
1541 | 2024-02-04T17:26:13.389Z | Compiling lazy_static v1.4.0 |
1542 | 2024-02-04T17:26:13.543Z | Compiling socket2 v0.4.9 |
1543 | 2024-02-04T17:26:13.591Z | Compiling flagset v0.4.3 |
1544 | 2024-02-04T17:26:13.884Z | Compiling try-lock v0.2.4 |
1545 | 2024-02-04T17:26:13.908Z | Compiling siphasher v0.3.11 |
1546 | 2024-02-04T17:26:14.024Z | Compiling unicode-segmentation v1.10.1 |
1547 | 2024-02-04T17:26:14.097Z | Compiling base64 v0.21.7 |
1548 | 2024-02-04T17:26:14.406Z | Compiling adler v1.0.2 |
1549 | 2024-02-04T17:26:14.634Z | Compiling unicode-width v0.1.11 |
1550 | 2024-02-04T17:26:14.876Z | Compiling miniz_oxide v0.7.1 |
1551 | 2024-02-04T17:26:15.450Z | Compiling want v0.3.1 |
1552 | 2024-02-04T17:26:15.503Z | Compiling der v0.7.8 |
1553 | 2024-02-04T17:26:16.288Z | Compiling sct v0.7.0 |
1554 | 2024-02-04T17:26:16.712Z | Compiling rustls-webpki v0.101.7 |
1555 | 2024-02-04T17:26:17.127Z | Compiling form_urlencoded v1.2.1 |
1556 | 2024-02-04T17:26:17.227Z | Compiling h2 v0.3.24 |
1557 | 2024-02-04T17:26:17.566Z | Compiling http-body v0.4.5 |
1558 | 2024-02-04T17:26:17.979Z | Compiling hubpack_derive v0.1.1 |
1559 | 2024-02-04T17:26:18.197Z | Compiling zerocopy-derive v0.6.4 |
1560 | 2024-02-04T17:26:20.628Z | Compiling num-iter v0.1.43 |
1561 | 2024-02-04T17:26:20.837Z | Compiling usdt-impl v0.5.0 |
1562 | 2024-02-04T17:26:21.065Z | Compiling httpdate v1.0.3 |
1563 | 2024-02-04T17:26:21.337Z | Compiling openssl-probe v0.1.5 |
1564 | 2024-02-04T17:26:21.567Z | Compiling utf8parse v0.2.1 |
1565 | 2024-02-04T17:26:21.670Z | Compiling stable_deref_trait v1.2.0 |
1566 | 2024-02-04T17:26:21.758Z | Compiling cpufeatures v0.2.12 |
1567 | 2024-02-04T17:26:21.899Z | Compiling tower-service v0.3.2 |
1568 | 2024-02-04T17:26:21.978Z | Compiling anstyle v1.0.2 |
1569 | 2024-02-04T17:26:22.206Z | Compiling sha2 v0.10.8 |
1570 | 2024-02-04T17:26:22.471Z | Compiling anstyle-parse v0.2.1 |
1571 | 2024-02-04T17:26:23.470Z | Compiling spki v0.7.2 |
1572 | 2024-02-04T17:26:25.334Z | Compiling usdt-macro v0.3.5 |
1573 | 2024-02-04T17:26:25.472Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-02-04T17:26:28.776Z | Compiling hyper v0.14.27 |
1575 | 2024-02-04T17:26:29.446Z | Compiling openapiv3 v2.0.0 |
1576 | 2024-02-04T17:26:30.314Z | Compiling scroll v0.12.0 |
1577 | 2024-02-04T17:26:31.185Z | Compiling md-5 v0.10.5 |
1578 | 2024-02-04T17:26:31.548Z | Compiling stringprep v0.1.3 |
1579 | 2024-02-04T17:26:31.647Z | Compiling idna v0.5.0 |
1580 | 2024-02-04T17:26:33.386Z | Compiling diesel_table_macro_syntax v0.1.0 |
1581 | 2024-02-04T17:26:33.718Z | Compiling hash32 v0.2.1 |
1582 | 2024-02-04T17:26:33.965Z | Compiling colorchoice v1.0.0 |
1583 | 2024-02-04T17:26:34.087Z | Compiling plain v0.2.3 |
1584 | 2024-02-04T17:26:34.297Z | Compiling gimli v0.28.0 |
1585 | 2024-02-04T17:26:34.325Z | Compiling anstyle-query v1.0.0 |
1586 | 2024-02-04T17:26:35.475Z | Compiling fallible-iterator v0.2.0 |
1587 | 2024-02-04T17:26:36.629Z | Compiling postgres-protocol v0.6.6 |
1588 | 2024-02-04T17:26:38.608Z | Compiling anstream v0.5.0 |
1589 | 2024-02-04T17:26:38.611Z | Compiling goblin v0.8.0 |
1590 | 2024-02-04T17:26:39.560Z | Compiling diesel_derives v2.1.2 |
1591 | 2024-02-04T17:26:41.916Z | Compiling addr2line v0.21.0 |
1592 | 2024-02-04T17:26:44.187Z | Compiling url v2.5.0 |
1593 | 2024-02-04T17:26:46.216Z | Compiling tokio-rustls v0.24.1 |
1594 | 2024-02-04T17:26:46.946Z | Compiling tokio-native-tls v0.3.1 |
1595 | 2024-02-04T17:26:47.214Z | Compiling terminal_size v0.2.6 |
1596 | 2024-02-04T17:26:47.334Z | Compiling pkcs8 v0.10.2 |
1597 | 2024-02-04T17:26:48.150Z | Compiling phf_shared v0.11.2 |
1598 | 2024-02-04T17:26:50.742Z | Compiling serde_tokenstream v0.2.0 |
1599 | 2024-02-04T17:26:50.822Z | Compiling block-padding v0.3.3 |
1600 | 2024-02-04T17:26:51.175Z | Compiling enum-as-inner v0.5.1 |
1601 | 2024-02-04T17:26:51.582Z | Compiling clap_derive v4.4.2 |
1602 | 2024-02-04T17:26:52.647Z | Compiling serde_repr v0.1.16 |
1603 | 2024-02-04T17:26:54.489Z | Compiling ff v0.13.0 |
1604 | 2024-02-04T17:26:54.708Z | Compiling scheduled-thread-pool v0.2.7 |
1605 | 2024-02-04T17:26:54.852Z | Compiling object v0.32.1 |
1606 | 2024-02-04T17:26:57.803Z | Compiling num_threads v0.1.6 |
1607 | 2024-02-04T17:26:57.992Z | Compiling ipnet v2.9.0 |
1608 | 2024-02-04T17:26:59.338Z | Compiling bit-vec v0.6.3 |
1609 | 2024-02-04T17:26:59.775Z | Compiling rustc-demangle v0.1.23 |
1610 | 2024-02-04T17:27:00.019Z | Compiling deranged v0.3.8 |
1611 | 2024-02-04T17:27:03.099Z | Compiling matches v0.1.10 |
1612 | 2024-02-04T17:27:03.229Z | Compiling pretty-hex v0.4.1 |
1613 | 2024-02-04T17:27:03.305Z | Compiling clap_lex v0.5.1 |
1614 | 2024-02-04T17:27:03.324Z | Compiling managed v0.8.0 |
1615 | 2024-02-04T17:27:04.258Z | Compiling base16ct v0.2.0 |
1616 | 2024-02-04T17:27:04.682Z | Compiling regex-automata v0.1.10 |
1617 | 2024-02-04T17:27:06.552Z | Compiling bstr v0.2.17 |
1618 | 2024-02-04T17:27:06.595Z | Compiling sec1 v0.7.3 |
1619 | 2024-02-04T17:27:09.149Z | Compiling clap_builder v4.4.2 |
1620 | 2024-02-04T17:27:09.558Z | Compiling dof v0.3.0 |
1621 | 2024-02-04T17:27:10.540Z | Compiling idna v0.2.3 |
1622 | 2024-02-04T17:27:11.115Z | Compiling time v0.3.27 |
1623 | 2024-02-04T17:27:11.184Z | Compiling r2d2 v0.8.10 |
1624 | 2024-02-04T17:27:11.760Z | Compiling group v0.13.0 |
1625 | 2024-02-04T17:27:13.803Z | Compiling inout v0.1.3 |
1626 | 2024-02-04T17:27:14.630Z | Compiling phf v0.11.2 |
1627 | 2024-02-04T17:27:15.016Z | Compiling hyper-tls v0.5.0 |
1628 | 2024-02-04T17:27:15.102Z | Compiling hyper-rustls v0.24.2 |
1629 | 2024-02-04T17:27:15.555Z | Compiling signal-hook-mio v0.2.3 |
1630 | 2024-02-04T17:27:15.581Z | Compiling bzip2 v0.4.4 |
1631 | 2024-02-04T17:27:15.633Z | Compiling flate2 v1.0.28 |
1632 | 2024-02-04T17:27:15.780Z | Compiling postgres-types v0.2.6 |
1633 | 2024-02-04T17:27:16.374Z | Compiling zerocopy v0.6.4 |
1634 | 2024-02-04T17:27:17.361Z | Compiling hubpack v0.1.2 |
1635 | 2024-02-04T17:27:17.793Z | Compiling serde_urlencoded v0.7.1 |
1636 | 2024-02-04T17:27:18.026Z | Compiling rustls-pemfile v1.0.3 |
1637 | 2024-02-04T17:27:18.049Z | Compiling phf_shared v0.10.0 |
1638 | 2024-02-04T17:27:18.533Z | Compiling hkdf v0.12.4 |
1639 | 2024-02-04T17:27:18.633Z | Compiling ipnetwork v0.20.0 |
1640 | 2024-02-04T17:27:19.266Z | Compiling futures-executor v0.3.30 |
1641 | 2024-02-04T17:27:19.870Z | Compiling dtrace-parser v0.2.0 |
1642 | 2024-02-04T17:27:19.955Z | Compiling regress v0.7.1 |
1643 | 2024-02-04T17:27:20.084Z | Compiling crypto-bigint v0.5.2 |
1644 | 2024-02-04T17:27:21.156Z | Compiling float-cmp v0.9.0 |
1645 | 2024-02-04T17:27:21.788Z | Compiling encoding_rs v0.8.33 |
1646 | 2024-02-04T17:27:23.578Z | Compiling fixedbitset v0.4.2 |
1647 | 2024-02-04T17:27:24.566Z | Compiling static_assertions v1.1.0 |
1648 | 2024-02-04T17:27:25.048Z | Compiling mime v0.3.17 |
1649 | 2024-02-04T17:27:25.898Z | Compiling precomputed-hash v0.1.1 |
1650 | 2024-02-04T17:27:26.067Z | Compiling either v1.9.0 |
1651 | 2024-02-04T17:27:26.595Z | Compiling webpki-roots v0.25.2 |
1652 | 2024-02-04T17:27:26.848Z | Compiling minimal-lexical v0.2.1 |
1653 | 2024-02-04T17:27:28.119Z | Compiling data-encoding v2.4.0 |
1654 | 2024-02-04T17:27:28.144Z | Compiling whoami v1.4.1 |
1655 | 2024-02-04T17:27:30.065Z | Compiling regex-automata v0.3.8 |
1656 | 2024-02-04T17:27:30.098Z | Compiling predicates-core v1.0.6 |
1657 | 2024-02-04T17:27:30.598Z | Compiling normalize-line-endings v0.3.0 |
1658 | 2024-02-04T17:27:30.787Z | Compiling difflib v0.4.0 |
1659 | 2024-02-04T17:27:31.011Z | Compiling new_debug_unreachable v1.0.4 |
1660 | 2024-02-04T17:27:31.148Z | Compiling string_cache v0.8.7 |
1661 | 2024-02-04T17:27:31.815Z | Compiling predicates v3.1.0 |
1662 | 2024-02-04T17:27:32.866Z | Compiling bstr v1.6.0 |
1663 | 2024-02-04T17:27:33.835Z | Compiling trust-dns-proto v0.22.0 |
1664 | 2024-02-04T17:27:34.228Z | Compiling tokio-postgres v0.7.10 |
1665 | 2024-02-04T17:27:34.269Z | Compiling itertools v0.10.5 |
1666 | 2024-02-04T17:27:42.063Z | Compiling nom v7.1.3 |
1667 | 2024-02-04T17:27:42.921Z | Compiling reqwest v0.11.22 |
1668 | 2024-02-04T17:27:42.970Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1669 | 2024-02-04T17:27:46.595Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1670 | 2024-02-04T17:27:48.174Z | Compiling petgraph v0.6.4 |
1671 | 2024-02-04T17:27:54.885Z | Compiling elliptic-curve v0.13.8 |
1672 | 2024-02-04T17:28:00.882Z | Compiling futures v0.3.30 |
1673 | 2024-02-04T17:28:01.055Z | Compiling diesel v2.1.4 |
1674 | 2024-02-04T17:28:01.969Z | Compiling yasna v0.5.2 |
1675 | 2024-02-04T17:28:02.753Z | Compiling zip v0.6.6 |
1676 | 2024-02-04T17:28:02.774Z | Compiling crossterm v0.27.0 |
1677 | 2024-02-04T17:28:02.907Z | Compiling clap v4.4.3 |
1678 | 2024-02-04T17:28:03.079Z | Compiling cipher v0.4.4 |
1679 | 2024-02-04T17:28:03.128Z | Compiling similar v2.3.0 |
1680 | 2024-02-04T17:28:04.275Z | Compiling bit-set v0.5.3 |
1681 | 2024-02-04T17:28:04.653Z | Compiling usdt v0.3.5 |
1682 | 2024-02-04T17:28:04.849Z | Compiling console v0.15.8 |
1683 | 2024-02-04T17:28:06.504Z | Compiling tokio-stream v0.1.14 |
1684 | 2024-02-04T17:28:07.079Z | Compiling toml v0.7.8 |
1685 | 2024-02-04T17:28:08.042Z | Compiling toml_edit v0.21.1 |
1686 | 2024-02-04T17:28:08.335Z | Compiling hex v0.4.3 |
1687 | 2024-02-04T17:28:09.991Z | Compiling proc-macro-error-attr v1.0.4 |
1688 | 2024-02-04T17:28:10.440Z | Compiling lalrpop-util v0.19.12 |
1689 | 2024-02-04T17:28:12.848Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1690 | 2024-02-04T17:28:16.573Z | Compiling proc-macro-crate v1.3.1 |
1691 | 2024-02-04T17:28:19.168Z | Compiling proc-macro-error v1.0.4 |
1692 | 2024-02-04T17:28:19.760Z | Compiling heapless v0.8.0 |
1693 | 2024-02-04T17:28:19.851Z | Compiling camino v1.1.6 |
1694 | 2024-02-04T17:28:24.498Z | Compiling num_enum_derive v0.5.11 |
1695 | 2024-02-04T17:28:36.743Z | Compiling atty v0.2.14 |
1696 | 2024-02-04T17:28:36.965Z | Compiling hash32 v0.3.1 |
1697 | 2024-02-04T17:28:38.226Z | Compiling smoltcp v0.11.0 |
1698 | 2024-02-04T17:28:40.393Z | Compiling ident_case v1.0.1 |
1699 | 2024-02-04T17:28:40.660Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1700 | 2024-02-04T17:28:41.640Z | Compiling rustls-pki-types v1.1.0 |
1701 | 2024-02-04T17:28:45.267Z | Compiling darling_core v0.20.3 |
1702 | 2024-02-04T17:28:54.463Z | Compiling num_enum v0.5.11 |
1703 | 2024-02-04T17:29:08.555Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1704 | 2024-02-04T17:29:13.942Z | Compiling dirs-sys-next v0.1.2 |
1705 | 2024-02-04T17:29:19.334Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1706 | 2024-02-04T17:29:19.437Z | Compiling embedded-io v0.4.0 |
1707 | 2024-02-04T17:29:19.761Z | Compiling rustls v0.22.2 |
1708 | 2024-02-04T17:29:22.222Z | Compiling cobs v0.2.3 |
1709 | 2024-02-04T17:29:23.045Z | Compiling postcard v1.0.8 |
1710 | 2024-02-04T17:29:44.912Z | Compiling dirs-next v2.0.0 |
1711 | 2024-02-04T17:29:49.265Z | Compiling darling_macro v0.20.3 |
1712 | 2024-02-04T17:29:53.547Z | Compiling rustls-webpki v0.102.1 |
1713 | 2024-02-04T17:29:57.201Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1714 | 2024-02-04T17:30:03.426Z | Compiling getopts v0.2.21 |
1715 | 2024-02-04T17:30:03.884Z | Compiling foreign-types-macros v0.2.3 |
1716 | 2024-02-04T17:30:04.833Z | Compiling structmeta-derive v0.3.0 |
1717 | 2024-02-04T17:30:06.145Z | Compiling thread_local v1.1.7 |
1718 | 2024-02-04T17:30:06.211Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1719 | 2024-02-04T17:30:06.285Z | Compiling multer v3.0.0 |
1720 | 2024-02-04T17:30:06.658Z | Compiling unsafe-libyaml v0.2.10 |
1721 | 2024-02-04T17:30:06.717Z | Compiling slog-async v2.8.0 |
1722 | 2024-02-04T17:30:07.439Z | Compiling paste v1.0.14 |
1723 | 2024-02-04T17:30:09.239Z | Compiling match_cfg v0.1.0 |
1724 | 2024-02-04T17:30:09.847Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1725 | 2024-02-04T17:30:10.380Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1726 | 2024-02-04T17:30:10.620Z | Compiling foreign-types-shared v0.3.1 |
1727 | 2024-02-04T17:30:10.807Z | Compiling rayon-core v1.12.0 |
1728 | 2024-02-04T17:30:10.863Z | Compiling foreign-types v0.5.0 |
1729 | 2024-02-04T17:30:11.272Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-04T17:30:18.278Z | Compiling hostname v0.3.1 |
1731 | 2024-02-04T17:30:18.713Z | Compiling structmeta v0.3.0 |
1732 | 2024-02-04T17:30:19.311Z | Compiling serde_yaml v0.9.25 |
1733 | 2024-02-04T17:30:24.049Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1734 | 2024-02-04T17:30:34.705Z | Compiling darling v0.20.3 |
1735 | 2024-02-04T17:30:38.940Z | Compiling term v0.7.0 |
1736 | 2024-02-04T17:30:42.227Z | Compiling slog-json v2.6.1 |
1737 | 2024-02-04T17:30:42.299Z | Compiling crossbeam-deque v0.8.3 |
1738 | 2024-02-04T17:30:42.920Z | Compiling is-terminal v0.4.9 |
1739 | 2024-02-04T17:30:43.122Z | Compiling strum v0.25.0 |
1740 | 2024-02-04T17:30:43.418Z | Compiling crossbeam-channel v0.5.8 |
1741 | 2024-02-04T17:30:46.690Z | Compiling http v1.0.0 |
1742 | 2024-02-04T17:30:46.999Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1743 | 2024-02-04T17:30:48.201Z | Compiling async-stream-impl v0.3.5 |
1744 | 2024-02-04T17:30:48.368Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1745 | 2024-02-04T17:30:49.665Z | Compiling cstr-argument v0.1.2 |
1746 | 2024-02-04T17:30:50.064Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1747 | 2024-02-04T17:30:50.181Z | Compiling pretty-hex v0.2.1 |
1748 | 2024-02-04T17:30:50.515Z | Compiling fastrand v2.0.0 |
1749 | 2024-02-04T17:30:50.537Z | Compiling take_mut v0.2.2 |
1750 | 2024-02-04T17:30:50.786Z | Compiling crucible-workspace-hack v0.1.0 |
1751 | 2024-02-04T17:30:50.896Z | Compiling atomic-waker v1.1.1 |
1752 | 2024-02-04T17:30:51.205Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1753 | 2024-02-04T17:30:51.623Z | Compiling tempfile v3.9.0 |
1754 | 2024-02-04T17:30:51.676Z | Compiling waitgroup v0.1.2 |
1755 | 2024-02-04T17:30:52.285Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1756 | 2024-02-04T17:30:52.779Z | Compiling async-stream v0.3.5 |
1757 | 2024-02-04T17:30:53.266Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1758 | 2024-02-04T17:30:55.287Z | Compiling colored v2.0.4 |
1759 | 2024-02-04T17:30:57.602Z | Compiling slog-bunyan v2.5.0 |
1760 | 2024-02-04T17:30:58.004Z | Compiling slog-term v2.9.0 |
1761 | 2024-02-04T17:30:58.031Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1762 | 2024-02-04T17:31:00.406Z | Compiling serde_with_macros v3.6.0 |
1763 | 2024-02-04T17:31:01.669Z | Compiling tokio-rustls v0.25.0 |
1764 | 2024-02-04T17:31:03.015Z | Compiling parse-display-derive v0.9.0 |
1765 | 2024-02-04T17:31:03.133Z | Compiling toml v0.8.9 |
1766 | 2024-02-04T17:31:04.061Z | Compiling rustls-pemfile v2.0.0 |
1767 | 2024-02-04T17:31:04.920Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1768 | 2024-02-04T17:31:05.222Z | Compiling sha1 v0.10.6 |
1769 | 2024-02-04T17:31:06.799Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1770 | 2024-02-04T17:31:07.405Z | Compiling textwrap v0.11.0 |
1771 | 2024-02-04T17:31:09.137Z | Compiling heck v0.3.3 |
1772 | 2024-02-04T17:31:09.421Z | Compiling serde_path_to_error v0.1.15 |
1773 | 2024-02-04T17:31:09.709Z | Compiling instant v0.1.12 |
1774 | 2024-02-04T17:31:09.974Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1775 | 2024-02-04T17:31:10.055Z | Compiling libefi-sys v0.1.0 |
1776 | 2024-02-04T17:31:10.490Z | Compiling debug-ignore v1.0.5 |
1777 | 2024-02-04T17:31:10.558Z | Compiling strsim v0.8.0 |
1778 | 2024-02-04T17:31:10.727Z | Compiling vec_map v0.8.2 |
1779 | 2024-02-04T17:31:11.201Z | Compiling ansi_term v0.12.1 |
1780 | 2024-02-04T17:31:12.570Z | Compiling clap v2.34.0 |
1781 | 2024-02-04T17:31:12.629Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1782 | 2024-02-04T17:31:12.900Z | Compiling backoff v0.4.0 |
1783 | 2024-02-04T17:31:13.476Z | Compiling structopt-derive v0.4.18 |
1784 | 2024-02-04T17:31:17.472Z | Compiling parse-display v0.9.0 |
1785 | 2024-02-04T17:31:17.915Z | Compiling serde_with v3.6.0 |
1786 | 2024-02-04T17:31:20.691Z | Compiling rayon v1.8.0 |
1787 | 2024-02-04T17:31:20.800Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1788 | 2024-02-04T17:31:23.904Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1789 | 2024-02-04T17:31:24.227Z | Compiling camino-tempfile v1.1.1 |
1790 | 2024-02-04T17:31:25.690Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1791 | 2024-02-04T17:31:25.764Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1792 | 2024-02-04T17:31:26.026Z | Compiling zone_cfg_derive v0.3.0 |
1793 | 2024-02-04T17:31:26.474Z | Compiling macaddr v1.0.1 |
1794 | 2024-02-04T17:31:27.606Z | Compiling num-derive v0.4.0 |
1795 | 2024-02-04T17:31:28.184Z | Compiling blake3 v1.5.0 |
1796 | 2024-02-04T17:31:29.031Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1797 | 2024-02-04T17:31:29.582Z | Compiling portable-atomic v1.4.3 |
1798 | 2024-02-04T17:31:30.500Z | Compiling zone v0.3.0 |
1799 | 2024-02-04T17:31:30.976Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1800 | 2024-02-04T17:31:31.328Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1801 | 2024-02-04T17:31:31.868Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1802 | 2024-02-04T17:31:34.153Z | Compiling structopt v0.3.26 |
1803 | 2024-02-04T17:31:35.894Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1804 | 2024-02-04T17:31:36.810Z | Compiling smf v0.2.2 |
1805 | 2024-02-04T17:31:37.060Z | Compiling xattr v1.0.1 |
1806 | 2024-02-04T17:31:37.520Z | Compiling memmap2 v0.7.1 |
1807 | 2024-02-04T17:31:37.784Z | Compiling filetime v0.2.23 |
1808 | 2024-02-04T17:31:38.151Z | Compiling constant_time_eq v0.3.0 |
1809 | 2024-02-04T17:31:38.336Z | Compiling same-file v1.0.6 |
1810 | 2024-02-04T17:31:38.409Z | Compiling arrayref v0.3.7 |
1811 | 2024-02-04T17:31:38.432Z | Compiling arrayvec v0.7.4 |
1812 | 2024-02-04T17:31:38.560Z | Compiling tar v0.4.40 |
1813 | 2024-02-04T17:31:38.812Z | Compiling walkdir v2.4.0 |
1814 | 2024-02-04T17:31:41.715Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1815 | 2024-02-04T17:31:43.445Z | Compiling gethostname v0.4.3 |
1816 | 2024-02-04T17:31:43.795Z | Compiling topological-sort v0.2.2 |
1817 | 2024-02-04T17:31:43.849Z | Compiling number_prefix v0.4.0 |
1818 | 2024-02-04T17:31:44.245Z | Compiling omicron-zone-package v0.11.0 |
1819 | 2024-02-04T17:31:44.363Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1820 | 2024-02-04T17:31:45.511Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1821 | 2024-02-04T17:31:48.153Z | Compiling indicatif v0.17.7 |
1822 | 2024-02-04T17:31:49.328Z | Compiling swrite v0.1.0 |
1823 | 2024-02-04T17:32:02.098Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1824 | 2024-02-04T17:32:05.869Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1825 | 2024-02-04T17:32:07.448Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1826 | 2024-02-04T17:32:39.014Z | Finished release [optimized] target(s) in 8m 16s |
1827 | 2024-02-04T17:32:39.282Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1828 | 2024-02-04T17:32:39.365Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1829 | 2024-02-04T17:32:39.368Z | Created new build target 'test' and set it as active |
1830 | 2024-02-04T17:32:39.368Z | |
1831 | 2024-02-04T17:32:39.368Z | real 8:16.546908327 |
1832 | 2024-02-04T17:32:39.369Z | user 55:13.082675293 |
1833 | 2024-02-04T17:32:39.369Z | sys 4:44.312596891 |
1834 | 2024-02-04T17:32:39.369Z | trap 2.123827933 |
1835 | 2024-02-04T17:32:39.369Z | tflt 4.568823128 |
1836 | 2024-02-04T17:32:39.369Z | dflt 5.152826690 |
1837 | 2024-02-04T17:32:39.369Z | kflt 0.014676554 |
1838 | 2024-02-04T17:32:39.369Z | lock 2:00:49.505844324 |
1839 | 2024-02-04T17:32:39.369Z | slp 2:35:32.211373554 |
1840 | 2024-02-04T17:32:39.369Z | lat 2:35.460920883 |
1841 | 2024-02-04T17:32:39.369Z | stop 3:41.319133715 |
1842 | 2024-02-04T17:32:39.372Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1843 | 2024-02-04T17:32:40.577Z | Finished release [optimized] target(s) in 1.12s |
1844 | 2024-02-04T17:32:40.606Z | Running `target/release/omicron-package -t test package` |
1845 | 2024-02-04T17:32:40.647Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1846 | 2024-02-04T17:32:41.911Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1847 | 2024-02-04T17:32:41.915Z | Compiling linked-hash-map v0.5.6 |
1848 | 2024-02-04T17:32:41.915Z | Compiling usdt-attr-macro v0.5.0 |
1849 | 2024-02-04T17:32:41.933Z | Compiling usdt-macro v0.5.0 |
1850 | 2024-02-04T17:32:41.936Z | Compiling memmap v0.7.0 |
1851 | 2024-02-04T17:32:41.941Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1852 | 2024-02-04T17:32:41.944Z | Compiling password-hash v0.5.0 |
1853 | 2024-02-04T17:32:41.958Z | Compiling blake2 v0.10.6 |
1854 | 2024-02-04T17:32:42.508Z | Compiling lru-cache v0.1.2 |
1855 | 2024-02-04T17:32:42.613Z | Compiling semver v0.1.20 |
1856 | 2024-02-04T17:32:42.802Z | Compiling argon2 v0.5.3 |
1857 | 2024-02-04T17:32:43.523Z | Compiling rustc_version v0.1.7 |
1858 | 2024-02-04T17:32:43.989Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1859 | 2024-02-04T17:32:44.117Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1860 | 2024-02-04T17:32:44.184Z | Compiling newtype_derive v0.1.6 |
1861 | 2024-02-04T17:32:44.214Z | Compiling usdt v0.5.0 |
1862 | 2024-02-04T17:32:44.499Z | Compiling rayon-core v1.12.0 |
1863 | 2024-02-04T17:32:44.522Z | Compiling crossbeam-deque v0.8.3 |
1864 | 2024-02-04T17:32:44.606Z | Compiling same-file v1.0.6 |
1865 | 2024-02-04T17:32:44.941Z | Compiling fastrand v2.0.0 |
1866 | 2024-02-04T17:32:44.991Z | Compiling quick-error v1.2.3 |
1867 | 2024-02-04T17:32:45.193Z | Compiling resolv-conf v0.7.0 |
1868 | 2024-02-04T17:32:45.806Z | Compiling tempfile v3.9.0 |
1869 | 2024-02-04T17:32:46.123Z | Compiling walkdir v2.4.0 |
1870 | 2024-02-04T17:32:46.800Z | Compiling itertools v0.12.1 |
1871 | 2024-02-04T17:32:46.984Z | Compiling camino v1.1.6 |
1872 | 2024-02-04T17:32:47.069Z | Compiling semver-parser v0.10.2 |
1873 | 2024-02-04T17:32:47.188Z | Compiling slog-dtrace v0.3.0 |
1874 | 2024-02-04T17:32:47.588Z | Compiling blake3 v1.5.0 |
1875 | 2024-02-04T17:32:47.858Z | Compiling rayon v1.8.0 |
1876 | 2024-02-04T17:32:48.023Z | Compiling trust-dns-resolver v0.22.0 |
1877 | 2024-02-04T17:32:48.347Z | Compiling semver v0.11.0 |
1878 | 2024-02-04T17:32:49.232Z | Compiling nibble_vec v0.1.0 |
1879 | 2024-02-04T17:32:49.419Z | Compiling xattr v1.0.1 |
1880 | 2024-02-04T17:32:49.559Z | Compiling filetime v0.2.23 |
1881 | 2024-02-04T17:32:49.771Z | Compiling memmap2 v0.7.1 |
1882 | 2024-02-04T17:32:50.011Z | Compiling arrayvec v0.7.4 |
1883 | 2024-02-04T17:32:50.126Z | Compiling endian-type v0.1.2 |
1884 | 2024-02-04T17:32:50.412Z | Compiling arrayref v0.3.7 |
1885 | 2024-02-04T17:32:50.465Z | Compiling home v0.5.5 |
1886 | 2024-02-04T17:32:50.543Z | Compiling constant_time_eq v0.3.0 |
1887 | 2024-02-04T17:32:50.626Z | Compiling radix_trie v0.2.1 |
1888 | 2024-02-04T17:32:50.745Z | Compiling toolchain_find v0.2.0 |
1889 | 2024-02-04T17:32:50.797Z | Compiling tar v0.4.40 |
1890 | 2024-02-04T17:32:51.514Z | Compiling camino-tempfile v1.1.1 |
1891 | 2024-02-04T17:32:52.022Z | Compiling steno v0.4.0 |
1892 | 2024-02-04T17:32:52.717Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1893 | 2024-02-04T17:32:53.836Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1894 | 2024-02-04T17:32:54.478Z | Compiling toml v0.5.11 |
1895 | 2024-02-04T17:32:54.710Z | Compiling num-rational v0.4.1 |
1896 | 2024-02-04T17:32:55.252Z | Compiling radium v0.7.0 |
1897 | 2024-02-04T17:32:55.598Z | Compiling topological-sort v0.2.2 |
1898 | 2024-02-04T17:32:55.918Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1899 | 2024-02-04T17:32:56.229Z | Compiling omicron-zone-package v0.11.0 |
1900 | 2024-02-04T17:32:56.258Z | Compiling toml v0.8.9 |
1901 | 2024-02-04T17:32:57.552Z | Compiling rustfmt-wrapper v0.2.0 |
1902 | 2024-02-04T17:32:58.523Z | Compiling cancel-safe-futures v0.1.5 |
1903 | 2024-02-04T17:32:58.840Z | Compiling tap v1.0.1 |
1904 | 2024-02-04T17:32:58.996Z | Compiling maybe-uninit v2.0.0 |
1905 | 2024-02-04T17:32:59.122Z | Compiling wyz v0.5.1 |
1906 | 2024-02-04T17:32:59.955Z | Compiling num-complex v0.4.4 |
1907 | 2024-02-04T17:33:00.784Z | Compiling num-bigint-dig v0.8.4 |
1908 | 2024-02-04T17:33:01.199Z | Compiling crc-catalog v2.2.0 |
1909 | 2024-02-04T17:33:01.410Z | Compiling packed_struct v0.10.1 |
1910 | 2024-02-04T17:33:02.002Z | Compiling funty v2.0.0 |
1911 | 2024-02-04T17:33:02.185Z | Compiling num v0.4.1 |
1912 | 2024-02-04T17:33:02.339Z | Compiling crc v3.0.1 |
1913 | 2024-02-04T17:33:04.050Z | Compiling bitvec v1.0.1 |
1914 | 2024-02-04T17:33:04.724Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1915 | 2024-02-04T17:33:05.474Z | Compiling fxhash v0.2.1 |
1916 | 2024-02-04T17:33:05.820Z | Compiling packed_struct_codegen v0.10.1 |
1917 | 2024-02-04T17:33:06.348Z | Compiling indexmap v1.9.3 |
1918 | 2024-02-04T17:33:06.792Z | Compiling nodrop v0.1.14 |
1919 | 2024-02-04T17:33:06.841Z | Compiling utf-8 v0.7.6 |
1920 | 2024-02-04T17:33:06.968Z | Compiling array-init v0.0.4 |
1921 | 2024-02-04T17:33:07.436Z | Compiling tungstenite v0.20.1 |
1922 | 2024-02-04T17:33:09.070Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1923 | 2024-02-04T17:33:10.074Z | Compiling smallvec v0.6.14 |
1924 | 2024-02-04T17:33:14.341Z | Compiling pkcs1 v0.7.5 |
1925 | 2024-02-04T17:33:17.186Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1926 | 2024-02-04T17:33:18.981Z | Compiling signature v2.1.0 |
1927 | 2024-02-04T17:33:19.356Z | Compiling unicase v2.7.0 |
1928 | 2024-02-04T17:33:19.790Z | Compiling half v2.3.1 |
1929 | 2024-02-04T17:33:20.536Z | Compiling hashbrown v0.12.3 |
1930 | 2024-02-04T17:33:21.084Z | Compiling bitfield v0.14.0 |
1931 | 2024-02-04T17:33:21.553Z | Compiling termcolor v1.2.0 |
1932 | 2024-02-04T17:33:22.512Z | Compiling ciborium-io v0.2.2 |
1933 | 2024-02-04T17:33:22.689Z | Compiling ciborium-ll v0.2.2 |
1934 | 2024-02-04T17:33:23.686Z | Compiling env_logger v0.10.0 |
1935 | 2024-02-04T17:33:25.292Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1936 | 2024-02-04T17:33:25.856Z | Compiling rsa v0.9.2 |
1937 | 2024-02-04T17:33:30.076Z | Compiling serde-hex v0.1.0 |
1938 | 2024-02-04T17:33:31.155Z | Compiling tokio-tungstenite v0.20.1 |
1939 | 2024-02-04T17:33:32.049Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1940 | 2024-02-04T17:33:32.580Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1941 | 2024-02-04T17:33:34.741Z | Compiling x509-cert v0.2.4 |
1942 | 2024-02-04T17:33:35.784Z | Compiling ron v0.8.1 |
1943 | 2024-02-04T17:33:39.068Z | Compiling display-error-chain v0.2.0 |
1944 | 2024-02-04T17:33:39.336Z | Compiling arc-swap v1.6.0 |
1945 | 2024-02-04T17:33:40.580Z | Compiling crc-any v2.4.3 |
1946 | 2024-02-04T17:33:42.157Z | Compiling slog-scope v4.4.0 |
1947 | 2024-02-04T17:33:43.613Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1948 | 2024-02-04T17:33:46.421Z | Compiling object v0.30.4 |
1949 | 2024-02-04T17:33:46.579Z | Compiling ciborium v0.2.2 |
1950 | 2024-02-04T17:33:50.383Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1951 | 2024-02-04T17:33:55.655Z | Compiling libsw v3.3.1 |
1952 | 2024-02-04T17:33:56.145Z | Compiling derive-where v1.2.7 |
1953 | 2024-02-04T17:33:57.928Z | Compiling path-slash v0.1.5 |
1954 | 2024-02-04T17:33:58.252Z | Compiling owo-colors v4.0.0 |
1955 | 2024-02-04T17:34:01.412Z | Compiling linear-map v1.2.0 |
1956 | 2024-02-04T17:34:02.064Z | Compiling parking_lot_core v0.8.6 |
1957 | 2024-02-04T17:34:02.707Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1958 | 2024-02-04T17:34:03.561Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1959 | 2024-02-04T17:34:09.359Z | Compiling slog-stdlog v4.1.1 |
1960 | 2024-02-04T17:34:11.176Z | Compiling dirs-sys-next v0.1.2 |
1961 | 2024-02-04T17:34:11.979Z | Compiling convert_case v0.4.0 |
1962 | 2024-02-04T17:34:12.251Z | Compiling glob v0.3.1 |
1963 | 2024-02-04T17:34:13.203Z | Compiling crunchy v0.2.2 |
1964 | 2024-02-04T17:34:13.602Z | Compiling clang-sys v1.6.1 |
1965 | 2024-02-04T17:34:13.943Z | Compiling derive_more v0.99.17 |
1966 | 2024-02-04T17:34:14.617Z | Compiling dirs-next v2.0.0 |
1967 | 2024-02-04T17:34:15.493Z | Compiling slog-envlogger v2.2.0 |
1968 | 2024-02-04T17:34:20.355Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1969 | 2024-02-04T17:34:20.997Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1970 | 2024-02-04T17:34:21.553Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1971 | 2024-02-04T17:34:22.979Z | Compiling platforms v3.0.2 |
1972 | 2024-02-04T17:34:23.469Z | Compiling tiny-keccak v2.0.2 |
1973 | 2024-02-04T17:34:23.874Z | Compiling prettyplease v0.2.16 |
1974 | 2024-02-04T17:34:24.355Z | Compiling parking_lot v0.11.2 |
1975 | 2024-02-04T17:34:26.124Z | Compiling mime_guess v2.0.4 |
1976 | 2024-02-04T17:34:27.929Z | Compiling term v0.7.0 |
1977 | 2024-02-04T17:34:28.458Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1978 | 2024-02-04T17:34:30.261Z | Compiling trust-dns-client v0.22.0 |
1979 | 2024-02-04T17:34:32.535Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1980 | 2024-02-04T17:34:33.701Z | Compiling darling_core v0.14.4 |
1981 | 2024-02-04T17:34:40.328Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1982 | 2024-02-04T17:34:42.448Z | Compiling pem v3.0.2 |
1983 | 2024-02-04T17:34:45.079Z | Compiling darling_macro v0.14.4 |
1984 | 2024-02-04T17:34:46.516Z | Compiling trust-dns-server v0.22.1 |
1985 | 2024-02-04T17:34:48.491Z | Compiling ascii-canvas v3.0.0 |
1986 | 2024-02-04T17:34:49.303Z | Compiling sled v0.34.7 |
1987 | 2024-02-04T17:34:50.465Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1988 | 2024-02-04T17:34:58.182Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1989 | 2024-02-04T17:34:58.503Z | Compiling is-terminal v0.4.9 |
1990 | 2024-02-04T17:34:58.681Z | Compiling ena v0.14.2 |
1991 | 2024-02-04T17:34:59.321Z | Compiling vte_generate_state_changes v0.1.1 |
1992 | 2024-02-04T17:34:59.623Z | Compiling libloading v0.7.4 |
1993 | 2024-02-04T17:35:00.193Z | Compiling diff v0.1.13 |
1994 | 2024-02-04T17:35:00.221Z | Compiling bindgen v0.69.2 |
1995 | 2024-02-04T17:35:00.832Z | Compiling regex-syntax v0.6.29 |
1996 | 2024-02-04T17:35:01.085Z | Compiling vte v0.11.1 |
1997 | 2024-02-04T17:35:09.973Z | Compiling lalrpop v0.19.12 |
1998 | 2024-02-04T17:35:12.687Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1999 | 2024-02-04T17:35:23.532Z | Compiling curve25519-dalek v4.1.1 |
2000 | 2024-02-04T17:35:24.274Z | Compiling darling v0.14.4 |
2001 | 2024-02-04T17:35:27.181Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2002 | 2024-02-04T17:35:28.915Z | Compiling cexpr v0.6.0 |
2003 | 2024-02-04T17:35:31.354Z | Compiling which v4.4.0 |
2004 | 2024-02-04T17:35:32.218Z | Compiling kstat-rs v0.2.3 |
2005 | 2024-02-04T17:35:34.296Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2006 | 2024-02-04T17:35:35.402Z | Compiling memoffset v0.7.1 |
2007 | 2024-02-04T17:35:35.876Z | Compiling buf-list v1.0.3 |
2008 | 2024-02-04T17:35:36.687Z | Compiling peeking_take_while v0.1.2 |
2009 | 2024-02-04T17:35:36.883Z | Compiling keccak v0.1.4 |
2010 | 2024-02-04T17:35:38.483Z | Compiling shlex v1.3.0 |
2011 | 2024-02-04T17:35:39.066Z | Compiling rustc-hash v1.1.0 |
2012 | 2024-02-04T17:35:39.279Z | Compiling doc-comment v0.3.3 |
2013 | 2024-02-04T17:35:40.017Z | Compiling bytecount v0.6.3 |
2014 | 2024-02-04T17:35:40.513Z | Compiling lazycell v1.3.0 |
2015 | 2024-02-04T17:35:42.198Z | Compiling papergrid v0.11.0 |
2016 | 2024-02-04T17:35:49.558Z | Compiling sha3 v0.10.8 |
2017 | 2024-02-04T17:35:51.066Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2018 | 2024-02-04T17:35:51.119Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2019 | 2024-02-04T17:35:51.370Z | Compiling derive_builder_core v0.12.0 |
2020 | 2024-02-04T17:35:56.211Z | Compiling strip-ansi-escapes v0.2.0 |
2021 | 2024-02-04T17:35:57.217Z | Compiling polar-core v0.27.0 |
2022 | 2024-02-04T17:35:57.377Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2023 | 2024-02-04T17:35:58.918Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2024 | 2024-02-04T17:35:59.388Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2025 | 2024-02-04T17:36:01.037Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2026 | 2024-02-04T17:36:04.727Z | Compiling tabled_derive v0.7.0 |
2027 | 2024-02-04T17:36:05.948Z | Compiling fd-lock v3.0.13 |
2028 | 2024-02-04T17:36:06.265Z | Compiling fd-lock v4.0.2 |
2029 | 2024-02-04T17:36:06.594Z | Compiling headers-core v0.2.0 |
2030 | 2024-02-04T17:36:06.850Z | Compiling universal-hash v0.5.1 |
2031 | 2024-02-04T17:36:07.173Z | Compiling nix v0.27.1 |
2032 | 2024-02-04T17:36:08.348Z | Compiling secrecy v0.8.0 |
2033 | 2024-02-04T17:36:08.752Z | Compiling libxml v0.3.3 |
2034 | 2024-02-04T17:36:09.063Z | Compiling sqlparser_derive v0.2.2 |
2035 | 2024-02-04T17:36:09.269Z | Compiling thiserror-impl-no-std v2.0.2 |
2036 | 2024-02-04T17:36:10.377Z | Compiling curve25519-dalek-derive v0.1.0 |
2037 | 2024-02-04T17:36:10.668Z | Compiling pin-project-internal v1.1.3 |
2038 | 2024-02-04T17:36:12.546Z | Compiling unicode_categories v0.1.1 |
2039 | 2024-02-04T17:36:13.122Z | Compiling nu-ansi-term v0.49.0 |
2040 | 2024-02-04T17:36:13.790Z | Compiling ref-cast v1.0.20 |
2041 | 2024-02-04T17:36:14.478Z | Compiling opaque-debug v0.3.0 |
2042 | 2024-02-04T17:36:15.081Z | Compiling rustyline v13.0.0 |
2043 | 2024-02-04T17:36:15.165Z | Compiling pin-project v1.1.3 |
2044 | 2024-02-04T17:36:15.350Z | Compiling poly1305 v0.8.0 |
2045 | 2024-02-04T17:36:15.497Z | Compiling thiserror-no-std v2.0.2 |
2046 | 2024-02-04T17:36:15.668Z | Compiling reedline v0.28.0 |
2047 | 2024-02-04T17:36:16.252Z | Compiling sqlformat v0.2.3 |
2048 | 2024-02-04T17:36:18.235Z | Compiling sqlparser v0.43.1 |
2049 | 2024-02-04T17:36:18.629Z | Compiling tabled v0.15.0 |
2050 | 2024-02-04T17:36:31.045Z | Compiling headers v0.3.9 |
2051 | 2024-02-04T17:36:31.171Z | Compiling samael v0.0.14 |
2052 | 2024-02-04T17:36:33.684Z | Compiling derive_builder_macro v0.12.0 |
2053 | 2024-02-04T17:36:37.730Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2054 | 2024-02-04T17:36:38.135Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2055 | 2024-02-04T17:36:38.547Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2056 | 2024-02-04T17:36:38.956Z | Compiling chacha20 v0.9.1 |
2057 | 2024-02-04T17:36:39.679Z | Compiling aead v0.5.2 |
2058 | 2024-02-04T17:36:40.330Z | Compiling strum_macros v0.24.3 |
2059 | 2024-02-04T17:36:45.899Z | Compiling bcs v0.1.6 |
2060 | 2024-02-04T17:36:47.422Z | Compiling snafu-derive v0.7.5 |
2061 | 2024-02-04T17:36:50.513Z | Compiling ref-cast-impl v1.0.20 |
2062 | 2024-02-04T17:36:52.264Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2063 | 2024-02-04T17:36:52.718Z | Compiling cookie v0.18.0 |
2064 | 2024-02-04T17:36:53.167Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2065 | 2024-02-04T17:36:53.210Z | Compiling fs-err v2.11.0 |
2066 | 2024-02-04T17:36:53.367Z | Compiling highway v1.1.0 |
2067 | 2024-02-04T17:36:53.611Z | Compiling indoc v1.0.9 |
2068 | 2024-02-04T17:36:53.652Z | Compiling signature v1.6.4 |
2069 | 2024-02-04T17:36:53.875Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2070 | 2024-02-04T17:36:54.319Z | Compiling salty v0.2.0 |
2071 | 2024-02-04T17:36:55.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2072 | 2024-02-04T17:36:55.560Z | Compiling snafu v0.7.5 |
2073 | 2024-02-04T17:36:55.684Z | Compiling ed25519 v1.5.3 |
2074 | 2024-02-04T17:36:56.865Z | Compiling chacha20poly1305 v0.10.1 |
2075 | 2024-02-04T17:36:57.242Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2076 | 2024-02-04T17:36:57.912Z | Compiling derive_builder v0.12.0 |
2077 | 2024-02-04T17:37:00.214Z | Compiling vsss-rs v3.3.4 |
2078 | 2024-02-04T17:37:08.130Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2079 | 2024-02-04T17:37:09.230Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2080 | 2024-02-04T17:37:09.771Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2081 | 2024-02-04T17:37:10.212Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2082 | 2024-02-04T17:37:10.231Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2083 | 2024-02-04T17:37:12.808Z | Compiling globset v0.4.13 |
2084 | 2024-02-04T17:37:14.947Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2085 | 2024-02-04T17:37:19.004Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2086 | 2024-02-04T17:37:19.959Z | Compiling olpc-cjson v0.1.3 |
2087 | 2024-02-04T17:37:20.848Z | Compiling bb8 v0.8.3 |
2088 | 2024-02-04T17:37:21.712Z | Compiling quick-xml v0.30.0 |
2089 | 2024-02-04T17:37:22.251Z | Compiling serde-big-array v0.5.1 |
2090 | 2024-02-04T17:37:22.616Z | Compiling serde_plain v1.0.2 |
2091 | 2024-02-04T17:37:23.470Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2092 | 2024-02-04T17:37:23.614Z | Compiling oso-derive v0.27.0 |
2093 | 2024-02-04T17:37:24.731Z | Compiling async-recursion v1.0.5 |
2094 | 2024-02-04T17:37:25.104Z | Compiling impl-trait-for-tuples v0.2.2 |
2095 | 2024-02-04T17:37:25.740Z | Compiling http-range v0.1.5 |
2096 | 2024-02-04T17:37:26.271Z | Compiling typed-path v0.7.0 |
2097 | 2024-02-04T17:37:27.806Z | Compiling maplit v1.0.2 |
2098 | 2024-02-04T17:37:27.972Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2099 | 2024-02-04T17:37:30.306Z | Compiling tough v0.16.0 |
2100 | 2024-02-04T17:37:38.137Z | Compiling hyper-staticfile v0.9.5 |
2101 | 2024-02-04T17:37:41.291Z | Compiling oso v0.27.0 |
2102 | 2024-02-04T17:37:41.328Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2103 | 2024-02-04T17:37:43.664Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2104 | 2024-02-04T17:38:08.978Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2105 | 2024-02-04T17:38:33.364Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2106 | 2024-02-04T17:38:34.780Z | Compiling signal-hook-tokio v0.3.1 |
2107 | 2024-02-04T17:38:34.820Z | Compiling serde-big-array v0.4.1 |
2108 | 2024-02-04T17:38:35.093Z | Compiling parse-size v1.0.0 |
2109 | 2024-02-04T17:38:35.105Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2110 | 2024-02-04T17:38:35.540Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2024-02-04T17:38:35.565Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2112 | 2024-02-04T17:38:38.183Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2113 | 2024-02-04T17:38:42.026Z | Compiling corncobs v0.1.3 |
2114 | 2024-02-04T17:38:42.684Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2115 | 2024-02-04T17:38:43.998Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2116 | 2024-02-04T17:38:52.863Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2117 | 2024-02-04T17:38:58.301Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2118 | 2024-02-04T17:38:58.952Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2119 | 2024-02-04T17:38:59.393Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2120 | 2024-02-04T17:39:06.319Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2121 | 2024-02-04T17:39:19.453Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2122 | 2024-02-04T17:39:23.023Z | Compiling rcgen v0.12.1 |
2123 | 2024-02-04T17:39:27.705Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2124 | 2024-02-04T17:39:29.940Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2125 | 2024-02-04T17:39:30.358Z | Compiling atomicwrites v0.4.3 |
2126 | 2024-02-04T17:39:31.211Z | Compiling lru v0.12.1 |
2127 | 2024-02-04T17:39:31.747Z | Compiling stability v0.1.1 |
2128 | 2024-02-04T17:39:33.111Z | Compiling subprocess v0.2.9 |
2129 | 2024-02-04T17:39:42.384Z | Compiling cassowary v0.3.0 |
2130 | 2024-02-04T17:39:49.856Z | Compiling smawk v0.3.1 |
2131 | 2024-02-04T17:39:50.230Z | Compiling indoc v2.0.3 |
2132 | 2024-02-04T17:39:51.750Z | Compiling unicode-linebreak v0.1.5 |
2133 | 2024-02-04T17:39:52.682Z | Compiling textwrap v0.16.0 |
2134 | 2024-02-04T17:39:58.947Z | Compiling ratatui v0.25.0 |
2135 | 2024-02-04T17:39:59.487Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2136 | 2024-02-04T17:40:09.913Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2137 | 2024-02-04T17:40:19.968Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2138 | 2024-02-04T17:40:26.144Z | Compiling fatfs v0.3.6 |
2139 | 2024-02-04T17:40:27.374Z | Compiling nanorand v0.7.0 |
2140 | 2024-02-04T17:40:28.504Z | Compiling rtoolbox v0.0.1 |
2141 | 2024-02-04T17:40:29.211Z | Compiling is_ci v1.1.1 |
2142 | 2024-02-04T17:40:29.639Z | Compiling humantime v2.1.0 |
2143 | 2024-02-04T17:40:31.084Z | Compiling assert_matches v1.5.0 |
2144 | 2024-02-04T17:40:31.232Z | Compiling supports-color v2.1.0 |
2145 | 2024-02-04T17:40:31.456Z | Compiling rpassword v7.3.1 |
2146 | 2024-02-04T17:40:32.131Z | Compiling flume v0.11.0 |
2147 | 2024-02-04T17:40:32.336Z | Compiling tui-tree-widget v0.16.0 |
2148 | 2024-02-04T17:40:32.367Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2149 | 2024-02-04T17:40:32.914Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2150 | 2024-02-04T17:40:33.344Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2151 | 2024-02-04T17:40:33.769Z | Compiling shell-words v1.1.0 |
2152 | 2024-02-04T17:40:34.462Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2153 | 2024-02-04T17:40:49.141Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2154 | 2024-02-04T17:41:29.818Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2155 | 2024-02-04T17:43:42.567Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2156 | 2024-02-04T17:44:02.587Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2157 | 2024-02-04T17:44:23.677Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2158 | 2024-02-04T17:54:24.374Z | Finished release [optimized] target(s) in 21m 43s |
2159 | 2024-02-04T17:55:40.481Z | |
2160 | 2024-02-04T17:55:40.482Z | real 23:01.140233837 |
2161 | 2024-02-04T17:55:40.482Z | user 2:42:03.601545176 |
2162 | 2024-02-04T17:55:40.482Z | sys 6:12.860804667 |
2163 | 2024-02-04T17:55:40.482Z | trap 5.153786871 |
2164 | 2024-02-04T17:55:40.482Z | tflt 1.279178016 |
2165 | 2024-02-04T17:55:40.485Z | dflt 3.555768957 |
2166 | 2024-02-04T17:55:40.485Z | kflt 0.124991175 |
2167 | 2024-02-04T17:55:40.485Z | lock 9:41:26.746440111 |
2168 | 2024-02-04T17:55:40.485Z | slp 6:18:24.701083459 |
2169 | 2024-02-04T17:55:40.485Z | lat 3:00.910549625 |
2170 | 2024-02-04T17:55:40.485Z | stop 50.444785068 |
2171 | 2024-02-04T17:55:40.485Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2172 | 2024-02-04T17:55:40.485Z | + pfexec mkdir -p /work |
2173 | 2024-02-04T17:55:40.489Z | + pfexec chown build /work |
2174 | 2024-02-04T17:55:40.492Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2175 | 2024-02-04T17:55:54.676Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2176 | 2024-02-04T17:55:54.676Z | a out/mg-ddm-gz.tar 61599K |
2177 | 2024-02-04T17:55:54.676Z | a out/omicron-sled-agent.tar 119799K |
2178 | 2024-02-04T17:55:54.676Z | a out/oxlog.tar 8186K |
2179 | 2024-02-04T17:55:54.676Z | a out/target/test 1K |
2180 | 2024-02-04T17:55:54.676Z | a out/npuzone/npuzone 36313K |
2181 | 2024-02-04T17:55:54.676Z | a package-manifest.toml 24K |
2182 | 2024-02-04T17:55:54.676Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2183 | 2024-02-04T17:55:54.676Z | a target/release/omicron-package 44650K |
2184 | 2024-02-04T17:55:54.676Z | a tools/create_virtual_hardware.sh 4K |
2185 | 2024-02-04T17:55:54.676Z | a tools/virtual_hardware.sh 4K |
2186 | 2024-02-04T17:55:54.676Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2187 | 2024-02-04T17:55:54.676Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2188 | 2024-02-04T17:55:54.676Z | a tools/scrimlet/softnpu-init.sh 3K |
2189 | 2024-02-04T17:55:54.676Z | a tools/scrimlet/softnpu-zone.txt 1K |
2190 | 2024-02-04T17:55:54.676Z | a tools/scrimlet/softnpu.toml 1K |
2191 | 2024-02-04T17:55:54.680Z | |
2192 | 2024-02-04T17:55:54.680Z | real 14.184518273 |
2193 | 2024-02-04T17:55:54.680Z | user 13.558852544 |
2194 | 2024-02-04T17:55:54.680Z | sys 1.116500592 |
2195 | 2024-02-04T17:55:54.680Z | trap 0.002953320 |
2196 | 2024-02-04T17:55:54.680Z | tflt 0.000000000 |
2197 | 2024-02-04T17:55:54.680Z | dflt 0.000000000 |
2198 | 2024-02-04T17:55:54.680Z | kflt 0.000000000 |
2199 | 2024-02-04T17:55:54.680Z | lock 0.000000000 |
2200 | 2024-02-04T17:55:54.680Z | slp 13.258264638 |
2201 | 2024-02-04T17:55:54.680Z | lat 0.429092087 |
2202 | 2024-02-04T17:55:54.680Z | stop 0.000233095 |
2203 | 2024-02-04T17:55:54.680Z | ++ pwd |
2204 | 2024-02-04T17:55:54.684Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2205 | 2024-02-04T17:55:54.684Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2206 | 2024-02-04T17:55:54.686Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2207 | 2024-02-04T17:55:55.877Z | Finished release [optimized] target(s) in 1.10s |
2208 | 2024-02-04T17:55:55.906Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2209 | 2024-02-04T17:55:55.950Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2210 | 2024-02-04T17:55:55.953Z | Created new build target 'host' and set it as active |
2211 | 2024-02-04T17:55:55.953Z | |
2212 | 2024-02-04T17:55:55.953Z | real 1.262882275 |
2213 | 2024-02-04T17:55:55.953Z | user 0.889544004 |
2214 | 2024-02-04T17:55:55.953Z | sys 0.374126415 |
2215 | 2024-02-04T17:55:55.953Z | trap 0.000178243 |
2216 | 2024-02-04T17:55:55.953Z | tflt 0.000000000 |
2217 | 2024-02-04T17:55:55.953Z | dflt 0.000008277 |
2218 | 2024-02-04T17:55:55.953Z | kflt 0.000000000 |
2219 | 2024-02-04T17:55:55.953Z | lock 0.035515748 |
2220 | 2024-02-04T17:55:55.953Z | slp 0.021894499 |
2221 | 2024-02-04T17:55:55.953Z | lat 0.001886498 |
2222 | 2024-02-04T17:55:55.953Z | stop 0.000211437 |
2223 | 2024-02-04T17:55:55.953Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2224 | 2024-02-04T17:55:57.094Z | Finished release [optimized] target(s) in 1.05s |
2225 | 2024-02-04T17:55:57.126Z | Running `target/release/omicron-package -t host package` |
2226 | 2024-02-04T17:55:57.166Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-02-04T17:55:58.367Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2228 | 2024-02-04T17:56:20.548Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2229 | 2024-02-04T17:58:18.347Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2230 | 2024-02-04T18:00:30.840Z | Finished release [optimized] target(s) in 4m 33s |
2231 | 2024-02-04T18:01:05.941Z | |
2232 | 2024-02-04T18:01:05.944Z | real 5:09.986710414 |
2233 | 2024-02-04T18:01:05.944Z | user 28:05.346662504 |
2234 | 2024-02-04T18:01:05.944Z | sys 1:13.245180806 |
2235 | 2024-02-04T18:01:05.945Z | trap 0.780976783 |
2236 | 2024-02-04T18:01:05.945Z | tflt 0.039970789 |
2237 | 2024-02-04T18:01:05.945Z | dflt 3.488983967 |
2238 | 2024-02-04T18:01:05.945Z | kflt 0.073184606 |
2239 | 2024-02-04T18:01:05.945Z | lock 1:34:31.951285301 |
2240 | 2024-02-04T18:01:05.945Z | slp 28:35.383609980 |
2241 | 2024-02-04T18:01:05.945Z | lat 13.689639878 |
2242 | 2024-02-04T18:01:05.945Z | stop 1.277007348 |
2243 | 2024-02-04T18:01:05.945Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2244 | 2024-02-04T18:01:05.945Z | + for package in "$@" |
2245 | 2024-02-04T18:01:05.945Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2246 | 2024-02-04T18:01:05.945Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git28bb72d0a6f |
2247 | 2024-02-04T18:01:07.127Z | Finished release [optimized] target(s) in 1.10s |
2248 | 2024-02-04T18:01:07.157Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git28bb72d0a6f` |
2249 | 2024-02-04T18:01:07.199Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2250 | 2024-02-04T18:01:07.762Z | Created: out/versioned/omicron-sled-agent.tar |
2251 | 2024-02-04T18:01:07.765Z | + for package in "$@" |
2252 | 2024-02-04T18:01:07.765Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2253 | 2024-02-04T18:01:07.765Z | + echo 0.0.0 |
2254 | 2024-02-04T18:01:07.765Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2255 | 2024-02-04T18:01:07.768Z | a VERSION 1K |
2256 | 2024-02-04T18:01:07.771Z | + rm VERSION |
2257 | 2024-02-04T18:01:07.771Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git28bb72d0a6f |
2258 | 2024-02-04T18:01:08.916Z | Finished release [optimized] target(s) in 1.06s |
2259 | 2024-02-04T18:01:08.944Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git28bb72d0a6f` |
2260 | 2024-02-04T18:01:08.990Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2261 | 2024-02-04T18:01:09.185Z | Created: out/versioned/mg-ddm-gz.tar |
2262 | 2024-02-04T18:01:09.195Z | + for package in "$@" |
2263 | 2024-02-04T18:01:09.195Z | + [[ propolis-server == mg-ddm-gz ]] |
2264 | 2024-02-04T18:01:09.195Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git28bb72d0a6f |
2265 | 2024-02-04T18:01:10.359Z | Finished release [optimized] target(s) in 1.09s |
2266 | 2024-02-04T18:01:10.388Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git28bb72d0a6f` |
2267 | 2024-02-04T18:01:10.431Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2268 | 2024-02-04T18:01:12.207Z | Created: out/versioned/propolis-server.tar.gz |
2269 | 2024-02-04T18:01:12.214Z | + for package in "$@" |
2270 | 2024-02-04T18:01:12.214Z | + [[ overlay == mg-ddm-gz ]] |
2271 | 2024-02-04T18:01:12.214Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git28bb72d0a6f |
2272 | 2024-02-04T18:01:13.337Z | Finished release [optimized] target(s) in 1.04s |
2273 | 2024-02-04T18:01:13.367Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git28bb72d0a6f` |
2274 | 2024-02-04T18:01:13.409Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2275 | 2024-02-04T18:01:13.412Z | Created: out/versioned/overlay.tar.gz |
2276 | 2024-02-04T18:01:13.415Z | + for package in "$@" |
2277 | 2024-02-04T18:01:13.415Z | + [[ oxlog == mg-ddm-gz ]] |
2278 | 2024-02-04T18:01:13.415Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git28bb72d0a6f |
2279 | 2024-02-04T18:01:14.545Z | Finished release [optimized] target(s) in 1.04s |
2280 | 2024-02-04T18:01:14.574Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git28bb72d0a6f` |
2281 | 2024-02-04T18:01:14.620Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2282 | 2024-02-04T18:01:14.652Z | Created: out/versioned/oxlog.tar |
2283 | 2024-02-04T18:01:14.656Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2284 | 2024-02-04T18:01:14.669Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2285 | 2024-02-04T18:01:14.672Z | ++ cd -- ./tools |
2286 | 2024-02-04T18:01:14.672Z | ++ pwd |
2287 | 2024-02-04T18:01:14.672Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2288 | 2024-02-04T18:01:14.676Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2289 | 2024-02-04T18:01:14.777Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2290 | 2024-02-04T18:01:14.780Z | ++ readlink -f /work |
2291 | 2024-02-04T18:01:14.780Z | + out_dir=/work |
2292 | 2024-02-04T18:01:14.780Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2293 | 2024-02-04T18:01:14.784Z | + for dep in "${deps[@]}" |
2294 | 2024-02-04T18:01:14.784Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2295 | 2024-02-04T18:01:14.784Z | + for dep in "${deps[@]}" |
2296 | 2024-02-04T18:01:14.784Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2297 | 2024-02-04T18:01:14.784Z | + for dep in "${deps[@]}" |
2298 | 2024-02-04T18:01:14.784Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2299 | 2024-02-04T18:01:14.784Z | + for dep in "${deps[@]}" |
2300 | 2024-02-04T18:01:14.784Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2301 | 2024-02-04T18:01:14.785Z | + for dep in "${deps[@]}" |
2302 | 2024-02-04T18:01:14.785Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2303 | 2024-02-04T18:01:14.785Z | ++ mktemp -d |
2304 | 2024-02-04T18:01:14.785Z | + tmp_gz=/tmp/tmp.jtaWSh |
2305 | 2024-02-04T18:01:14.788Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2306 | 2024-02-04T18:01:14.788Z | + echo '{"v":"1","t":"layer"}' |
2307 | 2024-02-04T18:01:14.788Z | + pkg_dir=/tmp/tmp.jtaWSh/root/opt/oxide/sled-agent |
2308 | 2024-02-04T18:01:14.788Z | + mkdir -p /tmp/tmp.jtaWSh/root/opt/oxide/sled-agent |
2309 | 2024-02-04T18:01:14.788Z | + cd /tmp/tmp.jtaWSh/root/opt/oxide/sled-agent |
2310 | 2024-02-04T18:01:14.788Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2311 | 2024-02-04T18:01:14.922Z | x ., 0 bytes, 0 tape blocks |
2312 | 2024-02-04T18:01:14.922Z | x zone-bundle, 41720512 bytes, 81486 tape blocks |
2313 | 2024-02-04T18:01:14.922Z | x sled-agent, 80936224 bytes, 158079 tape blocks |
2314 | 2024-02-04T18:01:14.922Z | x pkg, 0 bytes, 0 tape blocks |
2315 | 2024-02-04T18:01:14.922Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2316 | 2024-02-04T18:01:14.922Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2317 | 2024-02-04T18:01:14.922Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2318 | 2024-02-04T18:01:14.922Z | x VERSION, 25 bytes, 1 tape blocks |
2319 | 2024-02-04T18:01:14.927Z | + mkdir -p /tmp/tmp.jtaWSh/root/lib/svc/manifest/site/ |
2320 | 2024-02-04T18:01:14.927Z | + mv pkg/manifest.xml /tmp/tmp.jtaWSh/root/lib/svc/manifest/site/sled-agent.xml |
2321 | 2024-02-04T18:01:14.930Z | + cd - |
2322 | 2024-02-04T18:01:14.930Z | /work/oxidecomputer/omicron |
2323 | 2024-02-04T18:01:14.930Z | + pkg_dir=/tmp/tmp.jtaWSh/root/opt/oxide/mg-ddm |
2324 | 2024-02-04T18:01:14.930Z | + mkdir -p /tmp/tmp.jtaWSh/root/opt/oxide/mg-ddm |
2325 | 2024-02-04T18:01:14.933Z | + cd /tmp/tmp.jtaWSh/root/opt/oxide/mg-ddm |
2326 | 2024-02-04T18:01:14.934Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2327 | 2024-02-04T18:01:15.005Z | x ., 0 bytes, 0 tape blocks |
2328 | 2024-02-04T18:01:15.005Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2329 | 2024-02-04T18:01:15.006Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2330 | 2024-02-04T18:01:15.006Z | x pkg, 0 bytes, 0 tape blocks |
2331 | 2024-02-04T18:01:15.006Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2332 | 2024-02-04T18:01:15.006Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2333 | 2024-02-04T18:01:15.006Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2334 | 2024-02-04T18:01:15.006Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2335 | 2024-02-04T18:01:15.006Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2336 | 2024-02-04T18:01:15.006Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2337 | 2024-02-04T18:01:15.006Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2024-02-04T18:01:15.009Z | + cd - |
2339 | 2024-02-04T18:01:15.009Z | /work/oxidecomputer/omicron |
2340 | 2024-02-04T18:01:15.009Z | + pkg_dir=/tmp/tmp.jtaWSh/root/opt/oxide/oxlog |
2341 | 2024-02-04T18:01:15.009Z | + mkdir -p /tmp/tmp.jtaWSh/root/opt/oxide/oxlog |
2342 | 2024-02-04T18:01:15.009Z | + cd /tmp/tmp.jtaWSh/root/opt/oxide/oxlog |
2343 | 2024-02-04T18:01:15.009Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2344 | 2024-02-04T18:01:15.020Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-02-04T18:01:15.020Z | x oxlog, 8379680 bytes, 16367 tape blocks |
2346 | 2024-02-04T18:01:15.020Z | x VERSION, 25 bytes, 1 tape blocks |
2347 | 2024-02-04T18:01:15.023Z | + cd - |
2348 | 2024-02-04T18:01:15.023Z | /work/oxidecomputer/omicron |
2349 | 2024-02-04T18:01:15.023Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.jtaWSh/root/opt/oxide |
2350 | 2024-02-04T18:01:15.143Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.jtaWSh/root/opt/oxide |
2351 | 2024-02-04T18:01:15.147Z | + cd /tmp/tmp.jtaWSh |
2352 | 2024-02-04T18:01:15.147Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2353 | 2024-02-04T18:01:27.538Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2354 | 2024-02-04T18:01:27.538Z | a oxide.json 1K |
2355 | 2024-02-04T18:01:27.538Z | a root/ 0K |
2356 | 2024-02-04T18:01:27.538Z | a root/opt/ 0K |
2357 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/ 0K |
2358 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/ 0K |
2359 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/zone-bundle 40743K |
2360 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/sled-agent 79040K |
2361 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2362 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2363 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2364 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/sled-agent/VERSION 1K |
2365 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/mg-ddm/ 0K |
2366 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2367 | 2024-02-04T18:01:27.538Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2368 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2369 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2370 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2371 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2372 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2373 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2374 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2375 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2376 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/oxlog/ 0K |
2377 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/oxlog/oxlog 8184K |
2378 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/oxlog/VERSION 1K |
2379 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2380 | 2024-02-04T18:01:27.539Z | a root/opt/oxide/overlay.tar.gz 3K |
2381 | 2024-02-04T18:01:27.539Z | a root/lib/ 0K |
2382 | 2024-02-04T18:01:27.539Z | a root/lib/svc/ 0K |
2383 | 2024-02-04T18:01:27.539Z | a root/lib/svc/manifest/ 0K |
2384 | 2024-02-04T18:01:27.539Z | a root/lib/svc/manifest/site/ 0K |
2385 | 2024-02-04T18:01:27.539Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2386 | 2024-02-04T18:01:27.543Z | + cd / |
2387 | 2024-02-04T18:01:27.543Z | + rm -rf /tmp/tmp.jtaWSh |
2388 | 2024-02-04T18:01:27.590Z | |
2389 | 2024-02-04T18:01:27.590Z | real 12.927796726 |
2390 | 2024-02-04T18:01:27.590Z | user 11.863061110 |
2391 | 2024-02-04T18:01:27.590Z | sys 1.028885930 |
2392 | 2024-02-04T18:01:27.590Z | trap 0.002645822 |
2393 | 2024-02-04T18:01:27.590Z | tflt 0.000000000 |
2394 | 2024-02-04T18:01:27.590Z | dflt 0.000000000 |
2395 | 2024-02-04T18:01:27.591Z | kflt 0.000000000 |
2396 | 2024-02-04T18:01:27.591Z | lock 0.000000000 |
2397 | 2024-02-04T18:01:27.591Z | slp 24.946879203 |
2398 | 2024-02-04T18:01:27.594Z | lat 0.386506373 |
2399 | 2024-02-04T18:01:27.594Z | stop 0.000315041 |
2400 | 2024-02-04T18:01:27.594Z | + mkdir -p /work/zones |
2401 | 2024-02-04T18:01:27.594Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2402 | 2024-02-04T18:01:27.594Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2403 | 2024-02-04T18:01:31.692Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2404 | 2024-02-04T18:01:32.951Z | Finished release [optimized] target(s) in 1.16s |
2405 | 2024-02-04T18:01:32.982Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2406 | 2024-02-04T18:01:33.026Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2407 | 2024-02-04T18:01:33.032Z | Created new build target 'recovery' and set it as active |
2408 | 2024-02-04T18:01:33.035Z | |
2409 | 2024-02-04T18:01:33.035Z | real 1.332973407 |
2410 | 2024-02-04T18:01:33.035Z | user 0.927260659 |
2411 | 2024-02-04T18:01:33.035Z | sys 0.403821718 |
2412 | 2024-02-04T18:01:33.035Z | trap 0.000887816 |
2413 | 2024-02-04T18:01:33.035Z | tflt 0.000035603 |
2414 | 2024-02-04T18:01:33.035Z | dflt 0.000013490 |
2415 | 2024-02-04T18:01:33.035Z | kflt 0.000000000 |
2416 | 2024-02-04T18:01:33.035Z | lock 0.041053146 |
2417 | 2024-02-04T18:01:33.035Z | slp 0.025074579 |
2418 | 2024-02-04T18:01:33.035Z | lat 0.003975254 |
2419 | 2024-02-04T18:01:33.035Z | stop 0.000243374 |
2420 | 2024-02-04T18:01:33.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2421 | 2024-02-04T18:01:34.265Z | Finished release [optimized] target(s) in 1.14s |
2422 | 2024-02-04T18:01:34.295Z | Running `target/release/omicron-package -t recovery package` |
2423 | 2024-02-04T18:01:34.339Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-02-04T18:01:35.379Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2425 | 2024-02-04T18:01:39.413Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2426 | 2024-02-04T18:02:12.526Z | Finished release [optimized] target(s) in 38.09s |
2427 | 2024-02-04T18:02:22.791Z | |
2428 | 2024-02-04T18:02:22.794Z | real 49.753857159 |
2429 | 2024-02-04T18:02:22.794Z | user 2:43.544011948 |
2430 | 2024-02-04T18:02:22.794Z | sys 13.796748515 |
2431 | 2024-02-04T18:02:22.794Z | trap 0.084403579 |
2432 | 2024-02-04T18:02:22.794Z | tflt 0.184275437 |
2433 | 2024-02-04T18:02:22.794Z | dflt 0.784174958 |
2434 | 2024-02-04T18:02:22.794Z | kflt 0.000030158 |
2435 | 2024-02-04T18:02:22.794Z | lock 12:58.904671682 |
2436 | 2024-02-04T18:02:22.794Z | slp 2:36.582210520 |
2437 | 2024-02-04T18:02:22.794Z | lat 1.761522378 |
2438 | 2024-02-04T18:02:22.794Z | stop 0.189149080 |
2439 | 2024-02-04T18:02:22.794Z | + stamp_packages installinator mg-ddm-gz |
2440 | 2024-02-04T18:02:22.794Z | + for package in "$@" |
2441 | 2024-02-04T18:02:22.794Z | + [[ installinator == mg-ddm-gz ]] |
2442 | 2024-02-04T18:02:22.794Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git28bb72d0a6f |
2443 | 2024-02-04T18:02:23.958Z | Finished release [optimized] target(s) in 1.08s |
2444 | 2024-02-04T18:02:24.013Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git28bb72d0a6f` |
2445 | 2024-02-04T18:02:24.032Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2446 | 2024-02-04T18:02:24.175Z | Created: out/versioned/installinator.tar |
2447 | 2024-02-04T18:02:24.179Z | + for package in "$@" |
2448 | 2024-02-04T18:02:24.179Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2449 | 2024-02-04T18:02:24.179Z | + echo 0.0.0 |
2450 | 2024-02-04T18:02:24.182Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2451 | 2024-02-04T18:02:24.185Z | a VERSION 1K |
2452 | 2024-02-04T18:02:24.185Z | + rm VERSION |
2453 | 2024-02-04T18:02:24.188Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git28bb72d0a6f |
2454 | 2024-02-04T18:02:25.351Z | Finished release [optimized] target(s) in 1.08s |
2455 | 2024-02-04T18:02:25.382Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git28bb72d0a6f` |
2456 | 2024-02-04T18:02:25.428Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2457 | 2024-02-04T18:02:25.610Z | Created: out/versioned/mg-ddm-gz.tar |
2458 | 2024-02-04T18:02:25.613Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2459 | 2024-02-04T18:02:25.627Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2460 | 2024-02-04T18:02:25.630Z | ++ cd -- ./tools |
2461 | 2024-02-04T18:02:25.631Z | ++ pwd |
2462 | 2024-02-04T18:02:25.631Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2463 | 2024-02-04T18:02:25.631Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2464 | 2024-02-04T18:02:25.633Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2465 | 2024-02-04T18:02:25.636Z | ++ readlink -f /work |
2466 | 2024-02-04T18:02:25.636Z | + out_dir=/work |
2467 | 2024-02-04T18:02:25.636Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2468 | 2024-02-04T18:02:25.636Z | + for dep in "${deps[@]}" |
2469 | 2024-02-04T18:02:25.636Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2470 | 2024-02-04T18:02:25.637Z | + for dep in "${deps[@]}" |
2471 | 2024-02-04T18:02:25.637Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2472 | 2024-02-04T18:02:25.640Z | ++ mktemp -d |
2473 | 2024-02-04T18:02:25.640Z | + tmp_trampoline=/tmp/tmp.tMayXh |
2474 | 2024-02-04T18:02:25.640Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2475 | 2024-02-04T18:02:25.640Z | + echo '{"v":"1","t":"layer"}' |
2476 | 2024-02-04T18:02:25.640Z | + pkg_dir=/tmp/tmp.tMayXh/root/opt/oxide/installinator |
2477 | 2024-02-04T18:02:25.640Z | + mkdir -p /tmp/tmp.tMayXh/root/opt/oxide/installinator |
2478 | 2024-02-04T18:02:25.643Z | + cd /tmp/tmp.tMayXh/root/opt/oxide/installinator |
2479 | 2024-02-04T18:02:25.643Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2480 | 2024-02-04T18:02:25.705Z | x ., 0 bytes, 0 tape blocks |
2481 | 2024-02-04T18:02:25.705Z | x installinator, 55136248 bytes, 107688 tape blocks |
2482 | 2024-02-04T18:02:25.706Z | x pkg, 0 bytes, 0 tape blocks |
2483 | 2024-02-04T18:02:25.706Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2484 | 2024-02-04T18:02:25.706Z | x VERSION, 25 bytes, 1 tape blocks |
2485 | 2024-02-04T18:02:25.709Z | + mkdir -p /tmp/tmp.tMayXh/root/lib/svc/manifest/site/ |
2486 | 2024-02-04T18:02:25.709Z | + mv pkg/manifest.xml /tmp/tmp.tMayXh/root/lib/svc/manifest/site/installinator.xml |
2487 | 2024-02-04T18:02:25.712Z | + cd - |
2488 | 2024-02-04T18:02:25.712Z | /work/oxidecomputer/omicron |
2489 | 2024-02-04T18:02:25.712Z | + pkg_dir=/tmp/tmp.tMayXh/root/opt/oxide/mg-ddm |
2490 | 2024-02-04T18:02:25.712Z | + mkdir -p /tmp/tmp.tMayXh/root/opt/oxide/mg-ddm |
2491 | 2024-02-04T18:02:25.715Z | + cd /tmp/tmp.tMayXh/root/opt/oxide/mg-ddm |
2492 | 2024-02-04T18:02:25.715Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2493 | 2024-02-04T18:02:25.779Z | x ., 0 bytes, 0 tape blocks |
2494 | 2024-02-04T18:02:25.779Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2495 | 2024-02-04T18:02:25.779Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2496 | 2024-02-04T18:02:25.780Z | x pkg, 0 bytes, 0 tape blocks |
2497 | 2024-02-04T18:02:25.780Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2498 | 2024-02-04T18:02:25.780Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2499 | 2024-02-04T18:02:25.780Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2500 | 2024-02-04T18:02:25.780Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2501 | 2024-02-04T18:02:25.780Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2502 | 2024-02-04T18:02:25.780Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2503 | 2024-02-04T18:02:25.780Z | x VERSION, 25 bytes, 1 tape blocks |
2504 | 2024-02-04T18:02:25.784Z | + cd - |
2505 | 2024-02-04T18:02:25.784Z | /work/oxidecomputer/omicron |
2506 | 2024-02-04T18:02:25.784Z | + cd /tmp/tmp.tMayXh |
2507 | 2024-02-04T18:02:25.784Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2508 | 2024-02-04T18:02:31.862Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2509 | 2024-02-04T18:02:31.862Z | a oxide.json 1K |
2510 | 2024-02-04T18:02:31.862Z | a root/ 0K |
2511 | 2024-02-04T18:02:31.862Z | a root/opt/ 0K |
2512 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/ 0K |
2513 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/installinator/ 0K |
2514 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/installinator/installinator 53844K |
2515 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/installinator/pkg/ 0K |
2516 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/installinator/VERSION 1K |
2517 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/ 0K |
2518 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2519 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2520 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2521 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2522 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2523 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2524 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2525 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2526 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2527 | 2024-02-04T18:02:31.863Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2528 | 2024-02-04T18:02:31.863Z | a root/lib/ 0K |
2529 | 2024-02-04T18:02:31.863Z | a root/lib/svc/ 0K |
2530 | 2024-02-04T18:02:31.863Z | a root/lib/svc/manifest/ 0K |
2531 | 2024-02-04T18:02:31.863Z | a root/lib/svc/manifest/site/ 0K |
2532 | 2024-02-04T18:02:31.863Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2533 | 2024-02-04T18:02:31.868Z | + cd / |
2534 | 2024-02-04T18:02:31.868Z | + rm -rf /tmp/tmp.tMayXh |
2535 | 2024-02-04T18:02:31.887Z | |
2536 | 2024-02-04T18:02:31.890Z | real 6.269304282 |
2537 | 2024-02-04T18:02:31.890Z | user 5.881567237 |
2538 | 2024-02-04T18:02:31.890Z | sys 0.417608407 |
2539 | 2024-02-04T18:02:31.890Z | trap 0.001714638 |
2540 | 2024-02-04T18:02:31.890Z | tflt 0.000000000 |
2541 | 2024-02-04T18:02:31.890Z | dflt 0.000006919 |
2542 | 2024-02-04T18:02:31.890Z | kflt 0.000000000 |
2543 | 2024-02-04T18:02:31.890Z | lock 0.000000000 |
2544 | 2024-02-04T18:02:31.890Z | slp 12.130762340 |
2545 | 2024-02-04T18:02:31.890Z | lat 0.172683298 |
2546 | 2024-02-04T18:02:31.890Z | stop 0.000324112 |
2547 | 2024-02-04T18:02:31.890Z | process exited: duration 2440596 ms, exit code 0 |
|
2548 | 2024-02-04T18:02:31.904Z | found 21 output files |
2549 | 2024-02-04T18:02:31.904Z | uploading: /work/version.txt (26 bytes) |
2550 | 2024-02-04T18:02:32.916Z | uploaded: /work/version.txt |
2551 | 2024-02-04T18:02:32.916Z | uploading: /work/package.tar.gz (86477022 bytes) |
2552 | 2024-02-04T18:02:54.041Z | uploaded: /work/package.tar.gz |
2553 | 2024-02-04T18:02:54.052Z | uploading: /work/global-zone-packages.tar.gz (126531350 bytes) |
2554 | 2024-02-04T18:03:27.488Z | uploaded: /work/global-zone-packages.tar.gz |
2555 | 2024-02-04T18:03:27.488Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37387155 bytes) |
2556 | 2024-02-04T18:03:35.741Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2557 | 2024-02-04T18:03:35.741Z | uploading: /work/zones/clickhouse.tar.gz (194448986 bytes) |
2558 | 2024-02-04T18:04:26.187Z | uploaded: /work/zones/clickhouse.tar.gz |
2559 | 2024-02-04T18:04:26.187Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194451830 bytes) |
2560 | 2024-02-04T18:05:18.537Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2561 | 2024-02-04T18:05:18.537Z | uploading: /work/zones/cockroachdb.tar.gz (131534552 bytes) |
2562 | 2024-02-04T18:05:49.235Z | uploaded: /work/zones/cockroachdb.tar.gz |
2563 | 2024-02-04T18:05:49.235Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2564 | 2024-02-04T18:05:56.769Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2565 | 2024-02-04T18:05:56.769Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2566 | 2024-02-04T18:06:07.429Z | uploaded: /work/zones/crucible.tar.gz |
2567 | 2024-02-04T18:06:07.440Z | uploading: /work/zones/external-dns.tar.gz (23604398 bytes) |
2568 | 2024-02-04T18:06:14.582Z | uploaded: /work/zones/external-dns.tar.gz |
2569 | 2024-02-04T18:06:14.593Z | uploading: /work/zones/internal-dns.tar.gz (23604398 bytes) |
2570 | 2024-02-04T18:06:26.960Z | uploaded: /work/zones/internal-dns.tar.gz |
2571 | 2024-02-04T18:06:26.963Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2572 | 2024-02-04T18:06:27.970Z | uploaded: /work/zones/ntp.tar.gz |
2573 | 2024-02-04T18:06:27.970Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19547912 bytes) |
2574 | 2024-02-04T18:06:33.582Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2575 | 2024-02-04T18:06:33.593Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19546903 bytes) |
2576 | 2024-02-04T18:06:38.875Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2577 | 2024-02-04T18:06:38.887Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87561519 bytes) |
2578 | 2024-02-04T18:06:58.669Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2579 | 2024-02-04T18:06:58.679Z | uploading: /work/zones/omicron-nexus.tar.gz (87555279 bytes) |
2580 | 2024-02-04T18:07:20.312Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2581 | 2024-02-04T18:07:20.312Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2582 | 2024-02-04T18:07:21.322Z | uploaded: /work/zones/overlay.tar.gz |
2583 | 2024-02-04T18:07:21.322Z | uploading: /work/zones/oximeter.tar.gz (55868767 bytes) |
2584 | 2024-02-04T18:07:34.160Z | uploaded: /work/zones/oximeter.tar.gz |
2585 | 2024-02-04T18:07:34.160Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2586 | 2024-02-04T18:07:50.785Z | uploaded: /work/zones/propolis-server.tar.gz |
2587 | 2024-02-04T18:07:50.786Z | uploading: /work/zones/switch-asic.tar.gz (281715409 bytes) |
2588 | 2024-02-04T18:09:20.187Z | uploaded: /work/zones/switch-asic.tar.gz |
2589 | 2024-02-04T18:09:20.187Z | uploading: /work/zones/switch-softnpu.tar.gz (205954253 bytes) |
2590 | 2024-02-04T18:10:21.492Z | uploaded: /work/zones/switch-softnpu.tar.gz |