|
|
|
1 | 2023-10-09T00:17:28.901Z | job assigned to worker 01HC8WME1009C0MMQBC06W4RPT (queued for 1 m 38 s) |
|
2 | 2023-10-09T00:17:28.935Z | starting task 0: "setup" |
3 | 2023-10-09T00:17:29.058Z | ++ uname -s |
4 | 2023-10-09T00:17:29.475Z | + kern=SunOS |
5 | 2023-10-09T00:17:29.477Z | + case "$kern" in |
6 | 2023-10-09T00:17:29.480Z | + groupadd -g 12345 build |
7 | 2023-10-09T00:17:29.483Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-09T00:17:31.075Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-09T00:17:31.246Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-09T00:17:31.249Z | + home_fs=zfs |
11 | 2023-10-09T00:17:31.252Z | + [[ zfs == autofs ]] |
12 | 2023-10-09T00:17:31.255Z | + mkdir -p /home/build |
13 | 2023-10-09T00:17:31.258Z | + chown build:build /home/build /work |
14 | 2023-10-09T00:17:33.255Z | + chmod 0700 /home/build /work |
15 | 2023-10-09T00:17:33.259Z | process exited: duration 4319 ms, exit code 0 |
|
16 | 2023-10-09T00:17:33.265Z | starting task 1: "rust-toolchain" |
17 | 2023-10-09T00:17:33.277Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-09T00:17:33.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-09T00:17:33.648Z | info: downloading installer |
20 | 2023-10-09T00:17:35.918Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-09T00:17:35.920Z | warning: /opt/ooce/bin |
22 | 2023-10-09T00:17:35.923Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-09T00:17:35.926Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-09T00:17:35.929Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-09T00:17:35.932Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-09T00:17:35.934Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-09T00:17:35.937Z | error: cannot install while Rust is installed |
28 | 2023-10-09T00:17:35.940Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-09T00:17:36.026Z | info: profile set to 'default' |
30 | 2023-10-09T00:17:36.029Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-09T00:17:36.032Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-09T00:17:36.226Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-09T00:17:36.229Z | info: downloading component 'cargo' |
34 | 2023-10-09T00:17:37.193Z | info: downloading component 'clippy' |
35 | 2023-10-09T00:17:37.523Z | info: downloading component 'rust-docs' |
36 | 2023-10-09T00:17:38.731Z | info: downloading component 'rust-std' |
37 | 2023-10-09T00:17:40.882Z | info: downloading component 'rustc' |
38 | 2023-10-09T00:17:46.119Z | info: downloading component 'rustfmt' |
39 | 2023-10-09T00:17:46.419Z | info: installing component 'cargo' |
40 | 2023-10-09T00:17:48.101Z | info: installing component 'clippy' |
41 | 2023-10-09T00:17:48.862Z | info: installing component 'rust-docs' |
42 | 2023-10-09T00:17:51.590Z | info: installing component 'rust-std' |
43 | 2023-10-09T00:17:55.160Z | info: installing component 'rustc' |
44 | 2023-10-09T00:18:03.467Z | info: installing component 'rustfmt' |
45 | 2023-10-09T00:18:04.092Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-09T00:18:04.096Z | |
47 | 2023-10-09T00:18:04.223Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-09T00:18:04.225Z | |
49 | 2023-10-09T00:18:04.228Z | |
50 | 2023-10-09T00:18:04.231Z | Rust is installed now. Great! |
51 | 2023-10-09T00:18:04.235Z | |
52 | 2023-10-09T00:18:04.238Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-09T00:18:04.242Z | environment variable. This has not been done automatically. |
54 | 2023-10-09T00:18:04.245Z | |
55 | 2023-10-09T00:18:04.248Z | To configure your current shell, run: |
56 | 2023-10-09T00:18:04.252Z | source "$HOME/.cargo/env" |
57 | 2023-10-09T00:18:04.307Z | + rustc --version |
58 | 2023-10-09T00:18:04.419Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-09T00:18:04.424Z | process exited: duration 31157 ms, exit code 0 |
|
60 | 2023-10-09T00:18:04.433Z | starting task 2: "authentication" |
61 | 2023-10-09T00:18:04.471Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-10-09T00:18:04.477Z | starting task 3: "clone repository" |
63 | 2023-10-09T00:18:04.487Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-09T00:18:04.490Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-09T00:18:04.595Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-09T00:18:10.046Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-09T00:18:10.052Z | + [[ -n dependabot/cargo/predicates-3.0.4 ]] |
68 | 2023-10-09T00:18:10.058Z | + git fetch origin dependabot/cargo/predicates-3.0.4 |
69 | 2023-10-09T00:18:10.381Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-09T00:18:10.383Z | * branch dependabot/cargo/predicates-3.0.4 -> FETCH_HEAD |
71 | 2023-10-09T00:18:10.392Z | + git checkout -B dependabot/cargo/predicates-3.0.4 remotes/origin/dependabot/cargo/predicates-3.0.4 |
72 | 2023-10-09T00:18:10.444Z | Switched to a new branch 'dependabot/cargo/predicates-3.0.4' |
73 | 2023-10-09T00:18:10.456Z | branch 'dependabot/cargo/predicates-3.0.4' set up to track 'origin/dependabot/cargo/predicates-3.0.4'. |
74 | 2023-10-09T00:18:10.460Z | + git reset --hard 0e5808bcacb54f6dbe8e50dcd8bb0d4362016d7e |
75 | 2023-10-09T00:18:10.525Z | HEAD is now at 0e5808bc Bump predicates from 3.0.3 to 3.0.4 |
76 | 2023-10-09T00:18:10.528Z | process exited: duration 6046 ms, exit code 0 |
|
77 | 2023-10-09T00:18:10.534Z | starting task 4: "build" |
78 | 2023-10-09T00:18:10.544Z | + cargo --version |
79 | 2023-10-09T00:18:10.632Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-09T00:18:10.636Z | + rustc --version |
81 | 2023-10-09T00:18:10.738Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-09T00:18:10.743Z | ++ git rev-parse HEAD |
83 | 2023-10-09T00:18:10.747Z | + COMMIT=0e5808bcacb54f6dbe8e50dcd8bb0d4362016d7e |
84 | 2023-10-09T00:18:10.750Z | + VERSION=1.0.2-0.ci+git0e5808bcacb |
85 | 2023-10-09T00:18:10.754Z | + echo 1.0.2-0.ci+git0e5808bcacb |
86 | 2023-10-09T00:18:10.757Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-09T00:18:18.152Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-09T00:18:18.747Z | Startup: Caching catalogs ... Done |
89 | 2023-10-09T00:18:21.533Z | Planning: Solver setup ... Done (2.580s) |
90 | 2023-10-09T00:18:21.719Z | Planning: Running solver ... Done (0.184s) |
91 | 2023-10-09T00:18:21.754Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2023-10-09T00:18:21.784Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-09T00:18:23.438Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-09T00:18:23.506Z | Planning: Package planning ... Done (0.086s) |
95 | 2023-10-09T00:18:23.586Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-10-09T00:18:24.187Z | Planning: Checking for conflicting actions ... Done (0.603s) |
97 | 2023-10-09T00:18:24.205Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-09T00:18:27.276Z | Planning: Evaluating mediators ... Done (3.072s) |
99 | 2023-10-09T00:18:27.293Z | Planning: Planning completed in 8.50 seconds |
100 | 2023-10-09T00:18:27.315Z | Packages to install: 4 |
101 | 2023-10-09T00:18:27.318Z | Mediators to change: 2 |
102 | 2023-10-09T00:18:27.321Z | Services to change: 1 |
103 | 2023-10-09T00:18:27.323Z | Estimated space available: 149.39 GB |
104 | 2023-10-09T00:18:27.326Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-09T00:18:27.331Z | Create boot environment: No |
106 | 2023-10-09T00:18:27.334Z | Create backup boot environment: No |
107 | 2023-10-09T00:18:27.337Z | Rebuild boot archive: No |
108 | 2023-10-09T00:18:27.344Z | |
109 | 2023-10-09T00:18:27.347Z | Changed mediators: |
110 | 2023-10-09T00:18:27.350Z | mediator clang: |
111 | 2023-10-09T00:18:27.355Z | version: None -> 15 (system default) |
112 | 2023-10-09T00:18:27.360Z | |
113 | 2023-10-09T00:18:27.364Z | mediator llvm: |
114 | 2023-10-09T00:18:27.367Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-09T00:18:27.370Z | |
116 | 2023-10-09T00:18:27.373Z | Changed packages: |
117 | 2023-10-09T00:18:27.375Z | helios-dev |
118 | 2023-10-09T00:18:27.381Z | developer/build-essential |
119 | 2023-10-09T00:18:27.384Z | None -> 11-2.0 |
120 | 2023-10-09T00:18:27.387Z | library/libxmlsec1 |
121 | 2023-10-09T00:18:27.390Z | None -> 1.2.35-2.0 |
122 | 2023-10-09T00:18:27.396Z | ooce/developer/clang-15 |
123 | 2023-10-09T00:18:27.447Z | None -> 15.0.7-2.0 |
124 | 2023-10-09T00:18:27.453Z | ooce/developer/llvm-15 |
125 | 2023-10-09T00:18:27.467Z | None -> 15.0.7-2.0 |
126 | 2023-10-09T00:18:27.894Z | |
127 | 2023-10-09T00:18:27.914Z | Services: |
128 | 2023-10-09T00:18:27.933Z | restart_fmri: |
129 | 2023-10-09T00:18:27.944Z | svc:/system/update-man-index:default |
130 | 2023-10-09T00:18:27.947Z | |
131 | 2023-10-09T00:18:27.950Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-09T00:18:32.488Z | Download: 248/3290 items 8.5/212.6MB 3% complete (1.6M/s) |
133 | 2023-10-09T00:18:37.578Z | Download: 772/3290 items 18.6/212.6MB 8% complete (2.0M/s) |
134 | 2023-10-09T00:18:42.593Z | Download: 1105/3290 items 22.8/212.6MB 10% complete (906k/s) |
135 | 2023-10-09T00:18:48.516Z | Download: 1192/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
136 | 2023-10-09T00:18:54.305Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (6.4M/s) |
137 | 2023-10-09T00:19:03.868Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
138 | 2023-10-09T00:19:08.859Z | Download: 1919/3290 items 118.6/212.6MB 55% complete (7.3M/s) |
139 | 2023-10-09T00:19:14.262Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.0M/s) |
140 | 2023-10-09T00:19:19.262Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
141 | 2023-10-09T00:19:20.174Z | Download: Completed 212.60 MB in 52.69 seconds (4.0M/s) |
142 | 2023-10-09T00:19:21.365Z | Actions: 1/3687 actions (Installing new actions) |
143 | 2023-10-09T00:19:26.358Z | Actions: 2343/3687 actions (Installing new actions) |
144 | 2023-10-09T00:19:29.543Z | Actions: Completed 3687 actions in 8.19 seconds. |
145 | 2023-10-09T00:19:29.605Z | Done (0.054s) |
146 | 2023-10-09T00:19:29.607Z | Done (0.000s) |
147 | 2023-10-09T00:19:29.742Z | Done (0.137s) |
148 | 2023-10-09T00:19:37.716Z | Done (7.871s) |
149 | 2023-10-09T00:19:38.010Z | Done (0.194s) |
150 | 2023-10-09T00:19:38.013Z | Done (0.000s) |
151 | 2023-10-09T00:19:38.232Z | Done (0.000s) |
152 | 2023-10-09T00:19:38.888Z | Planning: Evaluating mediator changes ... Done |
153 | 2023-10-09T00:19:39.170Z | Planning: Checking for conflicting actions ... Done |
154 | 2023-10-09T00:19:39.173Z | Planning: Consolidating action changes ... Done |
155 | 2023-10-09T00:19:39.606Z | Planning: Evaluating mediators ... Done |
156 | 2023-10-09T00:19:39.609Z | Planning: Planning completed in 0.72 seconds |
157 | 2023-10-09T00:19:39.661Z | Mediators to change: 2 |
158 | 2023-10-09T00:19:39.665Z | Create boot environment: No |
159 | 2023-10-09T00:19:39.674Z | Create backup boot environment: No |
160 | 2023-10-09T00:19:39.864Z | Done |
161 | 2023-10-09T00:19:39.868Z | Done |
162 | 2023-10-09T00:19:39.941Z | Done |
163 | 2023-10-09T00:19:45.697Z | Done |
164 | 2023-10-09T00:19:45.819Z | Done |
165 | 2023-10-09T00:19:45.821Z | Done |
166 | 2023-10-09T00:19:45.912Z | Done |
167 | 2023-10-09T00:19:46.901Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-10-09T00:19:46.905Z | Planning: Merging actions ... Done |
169 | 2023-10-09T00:19:47.225Z | Planning: Checking for conflicting actions ... Done |
170 | 2023-10-09T00:19:47.229Z | Planning: Consolidating action changes ... Done |
171 | 2023-10-09T00:19:47.653Z | Planning: Evaluating mediators ... Done |
172 | 2023-10-09T00:19:47.742Z | Planning: Planning completed in 1.27 seconds |
173 | 2023-10-09T00:19:47.796Z | Packages to change: 1 |
174 | 2023-10-09T00:19:47.803Z | Mediators to change: 1 |
175 | 2023-10-09T00:19:47.810Z | Services to change: 1 |
176 | 2023-10-09T00:19:47.814Z | Create boot environment: No |
177 | 2023-10-09T00:19:47.838Z | Create backup boot environment: Yes |
178 | 2023-10-09T00:19:48.761Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2023-10-09T00:19:48.764Z | Actions: Completed 6 actions in 0.00 seconds. |
180 | 2023-10-09T00:19:48.767Z | Done |
181 | 2023-10-09T00:19:48.777Z | Done |
182 | 2023-10-09T00:19:48.800Z | Done |
183 | 2023-10-09T00:19:54.739Z | Done |
184 | 2023-10-09T00:19:54.856Z | Done |
185 | 2023-10-09T00:19:54.863Z | Done |
186 | 2023-10-09T00:19:54.960Z | Done |
187 | 2023-10-09T00:19:55.632Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2023-10-09T00:19:55.637Z | clang system 15 system |
189 | 2023-10-09T00:19:55.640Z | csh system system illumos |
190 | 2023-10-09T00:19:55.643Z | ctags system system illumos |
191 | 2023-10-09T00:19:55.646Z | gcc vendor 12 vendor |
192 | 2023-10-09T00:19:55.649Z | gcc system 10 system |
193 | 2023-10-09T00:19:55.651Z | gcc system 7 system |
194 | 2023-10-09T00:19:55.655Z | go system 1.20 system |
195 | 2023-10-09T00:19:55.658Z | go system 1.19 system |
196 | 2023-10-09T00:19:55.663Z | llvm system 15 system |
197 | 2023-10-09T00:19:55.666Z | llvm system 14 system |
198 | 2023-10-09T00:19:55.671Z | mariadb system 10.6 system |
199 | 2023-10-09T00:19:55.674Z | mta vendor vendor dma |
200 | 2023-10-09T00:19:55.677Z | openjdk system 17 system |
201 | 2023-10-09T00:19:55.680Z | openjdk system 11 system |
202 | 2023-10-09T00:19:55.684Z | openjdk system 1.8 system |
203 | 2023-10-09T00:19:55.687Z | openssl vendor 3 vendor |
204 | 2023-10-09T00:19:55.690Z | perl system 5.36 system |
205 | 2023-10-09T00:19:55.693Z | postgresql system 15 system |
206 | 2023-10-09T00:19:55.696Z | postgresql system 13 system |
207 | 2023-10-09T00:19:55.701Z | python vendor 3 vendor |
208 | 2023-10-09T00:19:55.704Z | python system 2 system |
209 | 2023-10-09T00:19:55.708Z | python3 system 3.11 system |
210 | 2023-10-09T00:19:55.712Z | ruby system 3.0 system |
211 | 2023-10-09T00:19:55.718Z | words vendor vendor american-english |
212 | 2023-10-09T00:19:55.723Z | words system system australian-english |
213 | 2023-10-09T00:19:55.728Z | words system system british-english |
214 | 2023-10-09T00:19:55.732Z | words system system canadian-english |
215 | 2023-10-09T00:19:55.736Z | words system system french |
216 | 2023-10-09T00:19:55.740Z | words system system italian |
217 | 2023-10-09T00:19:55.744Z | words system system ngerman |
218 | 2023-10-09T00:19:55.751Z | words system system ogerman |
219 | 2023-10-09T00:19:55.757Z | words system system spanish |
220 | 2023-10-09T00:19:56.159Z | FMRI IFO |
221 | 2023-10-09T00:19:56.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2023-10-09T00:19:56.166Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2023-10-09T00:19:56.169Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2023-10-09T00:19:56.172Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
225 | 2023-10-09T00:19:56.175Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2023-10-09T00:19:56.177Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
227 | 2023-10-09T00:19:56.233Z | + set -o errexit |
228 | 2023-10-09T00:19:56.235Z | +++ dirname ./tools/ci_download_cockroachdb |
229 | 2023-10-09T00:19:56.239Z | ++ cd ./tools |
230 | 2023-10-09T00:19:56.242Z | ++ pwd |
231 | 2023-10-09T00:19:56.244Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
232 | 2023-10-09T00:19:56.247Z | ++ basename ./tools/ci_download_cockroachdb |
233 | 2023-10-09T00:19:56.249Z | + ARG0=ci_download_cockroachdb |
234 | 2023-10-09T00:19:56.252Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
235 | 2023-10-09T00:19:56.255Z | + CIDL_VERSION=v22.1.9 |
236 | 2023-10-09T00:19:56.257Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
237 | 2023-10-09T00:19:56.260Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
238 | 2023-10-09T00:19:56.263Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
239 | 2023-10-09T00:19:56.266Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
240 | 2023-10-09T00:19:56.269Z | + TARGET_DIR=out |
241 | 2023-10-09T00:19:56.271Z | + DOWNLOAD_DIR=out/downloads |
242 | 2023-10-09T00:19:56.274Z | + DEST_DIR=./out/cockroachdb |
243 | 2023-10-09T00:19:56.278Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
244 | 2023-10-09T00:19:56.281Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
245 | 2023-10-09T00:19:56.283Z | + main |
246 | 2023-10-09T00:19:56.286Z | + [[ 0 != 0 ]] |
247 | 2023-10-09T00:19:56.289Z | + CIDL_OS=solaris2.11 |
248 | 2023-10-09T00:19:56.292Z | + [[ 0 != 0 ]] |
249 | 2023-10-09T00:19:56.295Z | + configure_os solaris2.11 |
250 | 2023-10-09T00:19:56.298Z | + echo 'current directory: /work/oxidecomputer/omicron' |
251 | 2023-10-09T00:19:56.301Z | current directory: /work/oxidecomputer/omicron |
252 | 2023-10-09T00:19:56.303Z | + echo 'configuring based on OS: "solaris2.11"' |
253 | 2023-10-09T00:19:56.306Z | configuring based on OS: "solaris2.11" |
254 | 2023-10-09T00:19:56.309Z | + case "$1" in |
255 | 2023-10-09T00:19:56.311Z | + CIDL_BUILD=illumos |
256 | 2023-10-09T00:19:56.316Z | + CIDL_SUFFIX=tar.gz |
257 | 2023-10-09T00:19:56.319Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-09T00:19:56.321Z | + CIDL_MD5FUNC=do_md5sum |
259 | 2023-10-09T00:19:56.324Z | + CIDL_URL_BASE=https://illumos.org/downloads |
260 | 2023-10-09T00:19:56.328Z | + CIDL_ASSEMBLE=do_assemble_illumos |
261 | 2023-10-09T00:19:56.333Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
262 | 2023-10-09T00:19:56.337Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-09T00:19:56.341Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-09T00:19:56.344Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
265 | 2023-10-09T00:19:56.348Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-09T00:19:56.351Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
267 | 2023-10-09T00:19:56.354Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-09T00:19:56.357Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
269 | 2023-10-09T00:19:56.359Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-09T00:19:56.362Z | + mkdir -p out/downloads |
271 | 2023-10-09T00:19:56.365Z | + mkdir -p ./out/cockroachdb |
272 | 2023-10-09T00:19:56.368Z | + local DO_DOWNLOAD=true |
273 | 2023-10-09T00:19:56.371Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
274 | 2023-10-09T00:19:56.374Z | + '[' true == true ']' |
275 | 2023-10-09T00:19:56.377Z | + echo Downloading... |
276 | 2023-10-09T00:19:56.381Z | Downloading... |
277 | 2023-10-09T00:19:56.385Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-09T00:19:56.428Z | + 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 |
279 | 2023-10-09T00:20:01.729Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-09T00:20:01.732Z | ++ md5sum |
281 | 2023-10-09T00:20:01.736Z | ++ awk '{print $1}' |
282 | 2023-10-09T00:20:01.935Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
283 | 2023-10-09T00:20:01.954Z | + [[ 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 ]] |
284 | 2023-10-09T00:20:01.971Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-10-09T00:20:01.991Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
286 | 2023-10-09T00:20:05.292Z | + do_assemble_illumos |
287 | 2023-10-09T00:20:05.297Z | + rm -r ./out/cockroachdb |
288 | 2023-10-09T00:20:05.299Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
289 | 2023-10-09T00:20:05.862Z | + ./out/cockroachdb/bin/cockroach version |
290 | 2023-10-09T00:20:06.065Z | Build Tag: v22.1.9-dirty |
291 | 2023-10-09T00:20:06.073Z | Build Time: 2022/10/26 21:17:46 |
292 | 2023-10-09T00:20:06.088Z | Distribution: OSS |
293 | 2023-10-09T00:20:06.100Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
294 | 2023-10-09T00:20:06.114Z | Go Version: go1.17.13 |
295 | 2023-10-09T00:20:06.125Z | C Compiler: gcc 10.3.0 |
296 | 2023-10-09T00:20:06.137Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
297 | 2023-10-09T00:20:06.152Z | Build Type: release |
298 | 2023-10-09T00:20:06.175Z | + set -o errexit |
299 | 2023-10-09T00:20:06.201Z | +++ dirname ./tools/ci_download_clickhouse |
300 | 2023-10-09T00:20:06.222Z | ++ cd ./tools |
301 | 2023-10-09T00:20:06.232Z | ++ pwd |
302 | 2023-10-09T00:20:06.265Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
303 | 2023-10-09T00:20:06.282Z | ++ basename ./tools/ci_download_clickhouse |
304 | 2023-10-09T00:20:06.309Z | + ARG0=ci_download_clickhouse |
305 | 2023-10-09T00:20:06.337Z | + TARGET_DIR=out |
306 | 2023-10-09T00:20:06.355Z | + DOWNLOAD_DIR=out/downloads |
307 | 2023-10-09T00:20:06.370Z | + DEST_DIR=./out/clickhouse |
308 | 2023-10-09T00:20:06.382Z | + CIDL_VERSION=v22.8.9.24 |
309 | 2023-10-09T00:20:06.395Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
310 | 2023-10-09T00:20:06.414Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
311 | 2023-10-09T00:20:06.428Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
312 | 2023-10-09T00:20:06.443Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
313 | 2023-10-09T00:20:06.457Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
314 | 2023-10-09T00:20:06.483Z | + main |
315 | 2023-10-09T00:20:06.496Z | + [[ 0 != 0 ]] |
316 | 2023-10-09T00:20:06.516Z | + CIDL_OS=solaris2.11 |
317 | 2023-10-09T00:20:06.536Z | + [[ 0 != 0 ]] |
318 | 2023-10-09T00:20:06.547Z | + configure_os solaris2.11 |
319 | 2023-10-09T00:20:06.966Z | + echo 'current directory: /work/oxidecomputer/omicron' |
320 | 2023-10-09T00:20:06.982Z | current directory: /work/oxidecomputer/omicron |
321 | 2023-10-09T00:20:06.988Z | + echo 'configuring based on OS: "solaris2.11"' |
322 | 2023-10-09T00:20:06.996Z | configuring based on OS: "solaris2.11" |
323 | 2023-10-09T00:20:07.004Z | + CIDL_DASHREV= |
324 | 2023-10-09T00:20:07.017Z | + case "$1" in |
325 | 2023-10-09T00:20:07.026Z | + CIDL_PLATFORM=illumos |
326 | 2023-10-09T00:20:07.039Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
327 | 2023-10-09T00:20:07.044Z | + CIDL_MD5FUNC=do_md5sum |
328 | 2023-10-09T00:20:07.065Z | + CIDL_DASHREV=-1 |
329 | 2023-10-09T00:20:07.073Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
330 | 2023-10-09T00:20:07.082Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-09T00:20:07.089Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-09T00:20:07.097Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-09T00:20:07.102Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
334 | 2023-10-09T00:20:07.108Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-09T00:20:07.111Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
336 | 2023-10-09T00:20:07.114Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-09T00:20:07.119Z | + mkdir -p out/downloads |
338 | 2023-10-09T00:20:07.123Z | + mkdir -p ./out/clickhouse |
339 | 2023-10-09T00:20:07.127Z | + local DO_DOWNLOAD=true |
340 | 2023-10-09T00:20:07.130Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
341 | 2023-10-09T00:20:07.134Z | + '[' true == true ']' |
342 | 2023-10-09T00:20:07.139Z | + echo Downloading... |
343 | 2023-10-09T00:20:07.144Z | Downloading... |
344 | 2023-10-09T00:20:07.158Z | + 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 |
345 | 2023-10-09T00:20:07.171Z | + 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 |
346 | 2023-10-09T00:20:07.439Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-09T00:20:07.445Z | ++ md5sum |
348 | 2023-10-09T00:20:07.448Z | ++ awk '{print $1}' |
349 | 2023-10-09T00:20:07.700Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
350 | 2023-10-09T00:20:07.703Z | + [[ 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 ]] |
351 | 2023-10-09T00:20:07.706Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
352 | 2023-10-09T00:20:07.711Z | + mkdir -p ./out/clickhouse |
353 | 2023-10-09T00:20:07.714Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
354 | 2023-10-09T00:20:12.572Z | + ./out/clickhouse/clickhouse server --version |
355 | 2023-10-09T00:20:12.627Z | ClickHouse server version 22.8.9.1. |
356 | 2023-10-09T00:20:12.652Z | + set -o errexit |
357 | 2023-10-09T00:20:12.671Z | +++ dirname ./tools/ci_download_console |
358 | 2023-10-09T00:20:12.677Z | ++ cd ./tools |
359 | 2023-10-09T00:20:12.687Z | ++ pwd |
360 | 2023-10-09T00:20:12.701Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
361 | 2023-10-09T00:20:12.710Z | ++ basename ./tools/ci_download_console |
362 | 2023-10-09T00:20:12.715Z | + ARG0=ci_download_console |
363 | 2023-10-09T00:20:12.721Z | + TARGET_DIR=out |
364 | 2023-10-09T00:20:12.733Z | + DOWNLOAD_DIR=out/downloads |
365 | 2023-10-09T00:20:12.741Z | + DEST_DIR=./out/console-assets |
366 | 2023-10-09T00:20:12.747Z | + source /work/oxidecomputer/omicron/tools/console_version |
367 | 2023-10-09T00:20:12.761Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
368 | 2023-10-09T00:20:12.770Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
369 | 2023-10-09T00:20:12.784Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
370 | 2023-10-09T00:20:12.795Z | + TARBALL_FILE=out/downloads/console.tar.gz |
371 | 2023-10-09T00:20:12.859Z | + main |
372 | 2023-10-09T00:20:12.866Z | + [[ 0 != 0 ]] |
373 | 2023-10-09T00:20:12.872Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
374 | 2023-10-09T00:20:12.880Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
375 | 2023-10-09T00:20:12.893Z | + echo 'Local file: out/downloads/console.tar.gz' |
376 | 2023-10-09T00:20:12.901Z | Local file: out/downloads/console.tar.gz |
377 | 2023-10-09T00:20:12.909Z | + local DO_DOWNLOAD=true |
378 | 2023-10-09T00:20:12.920Z | + [[ -f out/downloads/console.tar.gz ]] |
379 | 2023-10-09T00:20:12.933Z | + mkdir -p out/downloads |
380 | 2023-10-09T00:20:12.946Z | + '[' true == true ']' |
381 | 2023-10-09T00:20:12.955Z | + echo Downloading... |
382 | 2023-10-09T00:20:13.011Z | Downloading... |
383 | 2023-10-09T00:20:13.028Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
384 | 2023-10-09T00:20:13.040Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
385 | 2023-10-09T00:20:13.232Z | ++ do_sha256sum out/downloads/console.tar.gz |
386 | 2023-10-09T00:20:13.243Z | ++ case "$OSTYPE" in |
387 | 2023-10-09T00:20:13.264Z | ++ SHA=sha256sum |
388 | 2023-10-09T00:20:13.283Z | ++ sha256sum |
389 | 2023-10-09T00:20:13.293Z | ++ awk '{print $1}' |
390 | 2023-10-09T00:20:13.299Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
391 | 2023-10-09T00:20:13.309Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
392 | 2023-10-09T00:20:13.316Z | + rm -rf ./out/console-assets |
393 | 2023-10-09T00:20:13.324Z | + mkdir -p ./out/console-assets |
394 | 2023-10-09T00:20:13.332Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
395 | 2023-10-09T00:20:13.338Z | + mkdir -p ./out/console-assets |
396 | 2023-10-09T00:20:13.343Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
397 | 2023-10-09T00:20:13.396Z | + set -o errexit |
398 | 2023-10-09T00:20:13.399Z | +++ dirname ./tools/ci_download_maghemite_openapi |
399 | 2023-10-09T00:20:13.404Z | ++ cd ./tools |
400 | 2023-10-09T00:20:13.406Z | ++ pwd |
401 | 2023-10-09T00:20:13.409Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-10-09T00:20:13.414Z | ++ basename ./tools/ci_download_maghemite_openapi |
403 | 2023-10-09T00:20:13.417Z | + ARG0=ci_download_maghemite_openapi |
404 | 2023-10-09T00:20:13.420Z | + TARGET_DIR=out |
405 | 2023-10-09T00:20:13.429Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-10-09T00:20:13.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
407 | 2023-10-09T00:20:13.454Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
408 | 2023-10-09T00:20:13.464Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
409 | 2023-10-09T00:20:13.476Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-10-09T00:20:13.485Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-10-09T00:20:13.493Z | + main |
412 | 2023-10-09T00:20:13.498Z | + [[ 0 != 0 ]] |
413 | 2023-10-09T00:20:13.501Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
414 | 2023-10-09T00:20:13.507Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
415 | 2023-10-09T00:20:13.511Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
416 | 2023-10-09T00:20:13.514Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
417 | 2023-10-09T00:20:13.517Z | + local DO_DOWNLOAD=true |
418 | 2023-10-09T00:20:13.533Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
419 | 2023-10-09T00:20:13.953Z | + mkdir -p out/downloads |
420 | 2023-10-09T00:20:13.958Z | + '[' true == true ']' |
421 | 2023-10-09T00:20:13.990Z | + echo Downloading... |
422 | 2023-10-09T00:20:14.076Z | Downloading... |
423 | 2023-10-09T00:20:14.092Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
424 | 2023-10-09T00:20:14.133Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
425 | 2023-10-09T00:20:14.542Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
426 | 2023-10-09T00:20:14.547Z | ++ case "$OSTYPE" in |
427 | 2023-10-09T00:20:14.550Z | ++ SHA=sha256sum |
428 | 2023-10-09T00:20:14.558Z | ++ sha256sum |
429 | 2023-10-09T00:20:14.569Z | ++ awk '{print $1}' |
430 | 2023-10-09T00:20:14.992Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-10-09T00:20:15.019Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
432 | 2023-10-09T00:20:15.039Z | + set -o errexit |
433 | 2023-10-09T00:20:15.469Z | +++ dirname ./tools/ci_download_dendrite_openapi |
434 | 2023-10-09T00:20:15.493Z | ++ cd ./tools |
435 | 2023-10-09T00:20:15.508Z | ++ pwd |
436 | 2023-10-09T00:20:15.525Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2023-10-09T00:20:15.537Z | ++ basename ./tools/ci_download_dendrite_openapi |
438 | 2023-10-09T00:20:15.551Z | + ARG0=ci_download_dendrite_openapi |
439 | 2023-10-09T00:20:15.562Z | + TARGET_DIR=out |
440 | 2023-10-09T00:20:15.570Z | + DOWNLOAD_DIR=out/downloads |
441 | 2023-10-09T00:20:15.575Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
442 | 2023-10-09T00:20:15.585Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
443 | 2023-10-09T00:20:15.599Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
444 | 2023-10-09T00:20:15.617Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
445 | 2023-10-09T00:20:16.033Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
446 | 2023-10-09T00:20:16.042Z | + main |
447 | 2023-10-09T00:20:16.059Z | + [[ 0 != 0 ]] |
448 | 2023-10-09T00:20:16.080Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
449 | 2023-10-09T00:20:16.515Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
450 | 2023-10-09T00:20:16.944Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
451 | 2023-10-09T00:20:16.964Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
452 | 2023-10-09T00:20:16.979Z | + local DO_DOWNLOAD=true |
453 | 2023-10-09T00:20:16.996Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
454 | 2023-10-09T00:20:17.425Z | + mkdir -p out/downloads |
455 | 2023-10-09T00:20:17.440Z | + '[' true == true ']' |
456 | 2023-10-09T00:20:17.461Z | + echo Downloading... |
457 | 2023-10-09T00:20:17.473Z | Downloading... |
458 | 2023-10-09T00:20:17.489Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
459 | 2023-10-09T00:20:17.501Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
460 | 2023-10-09T00:20:17.509Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
461 | 2023-10-09T00:20:17.515Z | ++ case "$OSTYPE" in |
462 | 2023-10-09T00:20:17.522Z | ++ SHA=sha256sum |
463 | 2023-10-09T00:20:17.528Z | ++ sha256sum |
464 | 2023-10-09T00:20:17.535Z | ++ awk '{print $1}' |
465 | 2023-10-09T00:20:17.542Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
466 | 2023-10-09T00:20:17.548Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
467 | 2023-10-09T00:20:17.554Z | + set -o errexit |
468 | 2023-10-09T00:20:17.560Z | +++ dirname ./tools/ci_download_dendrite_stub |
469 | 2023-10-09T00:20:17.564Z | ++ cd ./tools |
470 | 2023-10-09T00:20:17.570Z | ++ pwd |
471 | 2023-10-09T00:20:17.576Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-10-09T00:20:17.584Z | ++ basename ./tools/ci_download_dendrite_stub |
473 | 2023-10-09T00:20:17.589Z | + ARG0=ci_download_dendrite_stub |
474 | 2023-10-09T00:20:17.594Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
475 | 2023-10-09T00:20:17.600Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
476 | 2023-10-09T00:20:17.606Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
477 | 2023-10-09T00:20:17.612Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
478 | 2023-10-09T00:20:17.619Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2023-10-09T00:20:17.624Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
480 | 2023-10-09T00:20:17.630Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
481 | 2023-10-09T00:20:17.637Z | + TARGET_DIR=out |
482 | 2023-10-09T00:20:17.646Z | + DOWNLOAD_DIR=out/downloads |
483 | 2023-10-09T00:20:17.650Z | + DEST_DIR=./out/dendrite-stub |
484 | 2023-10-09T00:20:17.656Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
485 | 2023-10-09T00:20:17.660Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
486 | 2023-10-09T00:20:17.663Z | + REPO=oxidecomputer/dendrite |
487 | 2023-10-09T00:20:17.667Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
488 | 2023-10-09T00:20:17.669Z | + main |
489 | 2023-10-09T00:20:17.672Z | + [[ 0 != 0 ]] |
490 | 2023-10-09T00:20:17.674Z | current directory: /work/oxidecomputer/omicron |
491 | 2023-10-09T00:20:17.677Z | + CIDL_OS=solaris2.11 |
492 | 2023-10-09T00:20:17.680Z | configuring based on OS: "solaris2.11" |
493 | 2023-10-09T00:20:17.682Z | + [[ 0 != 0 ]] |
494 | 2023-10-09T00:20:17.686Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
495 | 2023-10-09T00:20:17.693Z | + configure_os solaris2.11 |
496 | 2023-10-09T00:20:17.698Z | Local file: out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-09T00:20:17.707Z | + echo 'current directory: /work/oxidecomputer/omicron' |
498 | 2023-10-09T00:20:17.720Z | Downloading... |
499 | 2023-10-09T00:20:17.733Z | + echo 'configuring based on OS: "solaris2.11"' |
500 | 2023-10-09T00:20:17.740Z | + case "$1" in |
501 | 2023-10-09T00:20:17.746Z | + SET_BINARIES= |
502 | 2023-10-09T00:20:17.753Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
503 | 2023-10-09T00:20:17.758Z | + CIDL_SHA256FUNC=do_sha256sum |
504 | 2023-10-09T00:20:17.761Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
505 | 2023-10-09T00:20:17.763Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
506 | 2023-10-09T00:20:17.766Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
507 | 2023-10-09T00:20:17.769Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
508 | 2023-10-09T00:20:17.772Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
509 | 2023-10-09T00:20:17.775Z | + mkdir -p out/downloads |
510 | 2023-10-09T00:20:17.778Z | + mkdir -p ./out/dendrite-stub |
511 | 2023-10-09T00:20:17.780Z | + fetch_and_verify |
512 | 2023-10-09T00:20:17.784Z | + local DO_DOWNLOAD=true |
513 | 2023-10-09T00:20:17.791Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
514 | 2023-10-09T00:20:17.798Z | + '[' true == true ']' |
515 | 2023-10-09T00:20:17.807Z | + echo Downloading... |
516 | 2023-10-09T00:20:17.817Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-09T00:20:17.823Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
518 | 2023-10-09T00:20:22.019Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-09T00:20:22.024Z | ++ sha256sum |
520 | 2023-10-09T00:20:22.029Z | ++ awk '{print $1}' |
521 | 2023-10-09T00:20:22.114Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
522 | 2023-10-09T00:20:22.117Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
523 | 2023-10-09T00:20:22.119Z | + do_untar out/downloads/dendrite-stub.tar.gz |
524 | 2023-10-09T00:20:22.122Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
525 | 2023-10-09T00:20:23.035Z | + do_assemble |
526 | 2023-10-09T00:20:23.039Z | + rm -r ./out/dendrite-stub |
527 | 2023-10-09T00:20:23.045Z | + mkdir ./out/dendrite-stub |
528 | 2023-10-09T00:20:23.048Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
529 | 2023-10-09T00:20:23.153Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
530 | 2023-10-09T00:20:23.164Z | + set -o errexit |
531 | 2023-10-09T00:20:23.167Z | +++ dirname ./tools/ci_download_transceiver_control |
532 | 2023-10-09T00:20:23.169Z | ++ cd ./tools |
533 | 2023-10-09T00:20:23.172Z | ++ pwd |
534 | 2023-10-09T00:20:23.191Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
535 | 2023-10-09T00:20:23.208Z | ++ basename ./tools/ci_download_transceiver_control |
536 | 2023-10-09T00:20:23.229Z | + ARG0=ci_download_transceiver_control |
537 | 2023-10-09T00:20:23.240Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
538 | 2023-10-09T00:20:23.249Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
539 | 2023-10-09T00:20:23.253Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
540 | 2023-10-09T00:20:23.255Z | + TARGET_DIR=out |
541 | 2023-10-09T00:20:23.258Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-10-09T00:20:23.262Z | + DEST_DIR=./out/transceiver-control |
543 | 2023-10-09T00:20:23.265Z | + BIN_DIR=/opt/oxide/bin |
544 | 2023-10-09T00:20:23.269Z | + BINARY=xcvradm |
545 | 2023-10-09T00:20:23.272Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2023-10-09T00:20:23.275Z | + REPO=oxidecomputer/transceiver-control |
547 | 2023-10-09T00:20:23.278Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
548 | 2023-10-09T00:20:23.282Z | + main |
549 | 2023-10-09T00:20:23.285Z | + [[ 0 != 0 ]] |
550 | 2023-10-09T00:20:23.288Z | + CIDL_OS=solaris2.11 |
551 | 2023-10-09T00:20:23.294Z | + [[ 0 != 0 ]] |
552 | 2023-10-09T00:20:23.297Z | + configure_os solaris2.11 |
553 | 2023-10-09T00:20:23.300Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2023-10-09T00:20:23.304Z | current directory: /work/oxidecomputer/omicron |
555 | 2023-10-09T00:20:23.309Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2023-10-09T00:20:23.360Z | configuring based on OS: "solaris2.11" |
557 | 2023-10-09T00:20:23.392Z | + case "$1" in |
558 | 2023-10-09T00:20:23.816Z | + SET_BINARIES= |
559 | 2023-10-09T00:20:23.827Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
560 | 2023-10-09T00:20:23.836Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2023-10-09T00:20:24.257Z | + ARCHIVE_FILENAME=xcvradm.gz |
562 | 2023-10-09T00:20:24.260Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-10-09T00:20:24.266Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
564 | 2023-10-09T00:20:24.281Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
565 | 2023-10-09T00:20:24.290Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
566 | 2023-10-09T00:20:24.293Z | + echo 'Local file: out/downloads/xcvradm.gz' |
567 | 2023-10-09T00:20:24.297Z | Local file: out/downloads/xcvradm.gz |
568 | 2023-10-09T00:20:24.305Z | + mkdir -p out/downloads |
569 | 2023-10-09T00:20:24.315Z | + mkdir -p ./out/transceiver-control |
570 | 2023-10-09T00:20:24.324Z | + fetch_and_verify |
571 | 2023-10-09T00:20:24.327Z | + local DO_DOWNLOAD=true |
572 | 2023-10-09T00:20:24.330Z | + [[ -f out/downloads/xcvradm.gz ]] |
573 | 2023-10-09T00:20:24.334Z | + '[' true == true ']' |
574 | 2023-10-09T00:20:24.340Z | + echo Downloading... |
575 | 2023-10-09T00:20:24.347Z | Downloading... |
576 | 2023-10-09T00:20:24.354Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
577 | 2023-10-09T00:20:24.358Z | + 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 |
578 | 2023-10-09T00:20:25.177Z | ++ do_sha256sum out/downloads/xcvradm.gz |
579 | 2023-10-09T00:20:25.181Z | ++ sha256sum |
580 | 2023-10-09T00:20:25.186Z | ++ awk '{print $1}' |
581 | 2023-10-09T00:20:25.202Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
582 | 2023-10-09T00:20:25.205Z | + [[ 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 ]] |
583 | 2023-10-09T00:20:25.207Z | + do_unpack out/downloads/xcvradm.gz |
584 | 2023-10-09T00:20:25.210Z | + mkdir -p out/downloads/root//opt/oxide/bin |
585 | 2023-10-09T00:20:25.213Z | + gzip -dc out/downloads/xcvradm.gz |
586 | 2023-10-09T00:20:25.376Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
587 | 2023-10-09T00:20:25.379Z | + do_assemble |
588 | 2023-10-09T00:20:25.383Z | + rm -r ./out/transceiver-control |
589 | 2023-10-09T00:20:25.409Z | + mkdir ./out/transceiver-control |
590 | 2023-10-09T00:20:25.420Z | + cp -r out/downloads/root ./out/transceiver-control/root |
591 | 2023-10-09T00:20:25.488Z | All prerequisites installed successfully |
592 | 2023-10-09T00:20:25.491Z | |
593 | 2023-10-09T00:20:25.494Z | real 2:14.743581068 |
594 | 2023-10-09T00:20:25.501Z | user 48.509542144 |
595 | 2023-10-09T00:20:25.520Z | sys 9.072569092 |
596 | 2023-10-09T00:20:25.535Z | trap 0.020739105 |
597 | 2023-10-09T00:20:25.545Z | tflt 0.114883718 |
598 | 2023-10-09T00:20:25.551Z | dflt 0.483325595 |
599 | 2023-10-09T00:20:25.559Z | kflt 0.144021420 |
600 | 2023-10-09T00:20:25.566Z | lock 1.644385639 |
601 | 2023-10-09T00:20:25.575Z | slp 4:08.659848917 |
602 | 2023-10-09T00:20:25.586Z | lat 3.109356170 |
603 | 2023-10-09T00:20:25.596Z | stop 0.068954687 |
604 | 2023-10-09T00:20:25.600Z | + ptime -m ./tools/ci_download_softnpu_machinery |
605 | 2023-10-09T00:20:25.621Z | fetching npuzone |
606 | 2023-10-09T00:20:25.630Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
607 | 2023-10-09T00:20:25.637Z | (commit: 41b3a67b3d44f51528816ff8e539b4001df48305) |
608 | 2023-10-09T00:20:25.654Z | Getting hash for npuzone |
609 | 2023-10-09T00:20:25.754Z | (hash: 11aab79a1494ffc0580a0dc3174c7c82e15d56d042b3baff8792fef5ca04c1f3) |
610 | 2023-10-09T00:20:35.810Z | npuzone downloaded successfully |
611 | 2023-10-09T00:20:35.815Z | |
612 | 2023-10-09T00:20:35.821Z | real 10.317794770 |
613 | 2023-10-09T00:20:35.824Z | user 0.574110352 |
614 | 2023-10-09T00:20:35.832Z | sys 0.154349960 |
615 | 2023-10-09T00:20:35.835Z | trap 0.000059672 |
616 | 2023-10-09T00:20:35.839Z | tflt 0.000000000 |
617 | 2023-10-09T00:20:35.844Z | dflt 0.000000000 |
618 | 2023-10-09T00:20:35.850Z | kflt 0.000000000 |
619 | 2023-10-09T00:20:35.853Z | lock 0.000000000 |
620 | 2023-10-09T00:20:35.859Z | slp 30.073068870 |
621 | 2023-10-09T00:20:35.863Z | lat 0.115483569 |
622 | 2023-10-09T00:20:35.868Z | stop 0.000265357 |
623 | 2023-10-09T00:20:35.873Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
624 | 2023-10-09T00:20:36.195Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-10-09T00:20:36.534Z | Updating crates.io index |
626 | 2023-10-09T00:20:36.537Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-10-09T00:20:37.355Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-10-09T00:20:39.043Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-10-09T00:20:39.681Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-10-09T00:20:40.017Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-10-09T00:20:40.319Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-10-09T00:20:40.632Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-10-09T00:20:41.516Z | Updating git repository `https://github.com/oxidecomputer/opte` |
634 | 2023-10-09T00:20:42.498Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
635 | 2023-10-09T00:20:42.846Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
636 | 2023-10-09T00:20:43.176Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
637 | 2023-10-09T00:20:43.686Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
638 | 2023-10-09T00:20:45.464Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
639 | 2023-10-09T00:20:45.812Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
640 | 2023-10-09T00:20:46.201Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
641 | 2023-10-09T00:20:46.628Z | Updating git repository `https://github.com/njaremko/samael` |
642 | 2023-10-09T00:20:47.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-10-09T00:20:49.176Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-10-09T00:20:49.606Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-10-09T00:20:49.931Z | Updating git repository `https://github.com/jgallagher/nix` |
646 | 2023-10-09T00:20:51.124Z | Updating git repository `https://github.com/cbiffle/hubpack` |
647 | 2023-10-09T00:20:51.578Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
648 | 2023-10-09T00:21:00.390Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
649 | 2023-10-09T00:21:00.883Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-10-09T00:21:02.266Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-10-09T00:21:02.678Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-10-09T00:21:02.979Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-10-09T00:21:04.545Z | Downloading crates ... |
654 | 2023-10-09T00:21:04.792Z | Downloaded cargo_metadata v0.18.0 |
655 | 2023-10-09T00:21:04.798Z | Downloaded cancel-safe-futures v0.1.2 |
656 | 2023-10-09T00:21:04.804Z | Downloaded camino v1.1.6 |
657 | 2023-10-09T00:21:04.813Z | Downloaded http-range v0.1.5 |
658 | 2023-10-09T00:21:04.817Z | Downloaded cexpr v0.6.0 |
659 | 2023-10-09T00:21:04.825Z | Downloaded lazy_static v1.4.0 |
660 | 2023-10-09T00:21:04.830Z | Downloaded ident_case v1.0.1 |
661 | 2023-10-09T00:21:04.835Z | Downloaded cfg-if v1.0.0 |
662 | 2023-10-09T00:21:04.841Z | Downloaded impl-trait-for-tuples v0.2.2 |
663 | 2023-10-09T00:21:04.847Z | Downloaded heck v0.4.1 |
664 | 2023-10-09T00:21:04.853Z | Downloaded convert_case v0.4.0 |
665 | 2023-10-09T00:21:04.861Z | Downloaded semver v1.0.18 |
666 | 2023-10-09T00:21:04.873Z | Downloaded aead v0.5.2 |
667 | 2023-10-09T00:21:04.884Z | Downloaded matches v0.1.10 |
668 | 2023-10-09T00:21:04.891Z | Downloaded new_debug_unreachable v1.0.4 |
669 | 2023-10-09T00:21:04.895Z | Downloaded cipher v0.4.4 |
670 | 2023-10-09T00:21:04.902Z | Downloaded ipnetwork v0.20.0 |
671 | 2023-10-09T00:21:04.905Z | Downloaded memoffset v0.7.1 |
672 | 2023-10-09T00:21:04.910Z | Downloaded httpdate v1.0.3 |
673 | 2023-10-09T00:21:04.913Z | Downloaded managed v0.8.0 |
674 | 2023-10-09T00:21:04.919Z | Downloaded is-terminal v0.4.9 |
675 | 2023-10-09T00:21:04.923Z | Downloaded newtype_derive v0.1.6 |
676 | 2023-10-09T00:21:04.927Z | Downloaded nodrop v0.1.14 |
677 | 2023-10-09T00:21:04.931Z | Downloaded cpufeatures v0.2.9 |
678 | 2023-10-09T00:21:04.934Z | Downloaded clap_derive v4.4.2 |
679 | 2023-10-09T00:21:04.939Z | Downloaded mime v0.3.17 |
680 | 2023-10-09T00:21:04.943Z | Downloaded lru-cache v0.1.2 |
681 | 2023-10-09T00:21:04.948Z | Downloaded num v0.4.1 |
682 | 2023-10-09T00:21:04.951Z | Downloaded rustc-demangle v0.1.23 |
683 | 2023-10-09T00:21:04.956Z | Downloaded clap_lex v0.5.1 |
684 | 2023-10-09T00:21:04.960Z | Downloaded num_enum_derive v0.7.0 |
685 | 2023-10-09T00:21:04.964Z | Downloaded slog-dtrace v0.2.3 |
686 | 2023-10-09T00:21:04.970Z | Downloaded aes-gcm-siv v0.11.1 |
687 | 2023-10-09T00:21:04.977Z | Downloaded tower-service v0.3.2 |
688 | 2023-10-09T00:21:04.982Z | Downloaded termcolor v1.2.0 |
689 | 2023-10-09T00:21:04.986Z | Downloaded hubpack v0.1.2 |
690 | 2023-10-09T00:21:04.990Z | Downloaded num_enum_derive v0.5.11 |
691 | 2023-10-09T00:21:04.995Z | Downloaded signature v1.6.4 |
692 | 2023-10-09T00:21:04.998Z | Downloaded num-derive v0.4.0 |
693 | 2023-10-09T00:21:05.003Z | Downloaded num-complex v0.4.4 |
694 | 2023-10-09T00:21:05.006Z | Downloaded dirs-sys-next v0.1.2 |
695 | 2023-10-09T00:21:05.009Z | Downloaded dirs-next v2.0.0 |
696 | 2023-10-09T00:21:05.012Z | Downloaded dof v0.1.5 |
697 | 2023-10-09T00:21:05.015Z | Downloaded display-error-chain v0.1.1 |
698 | 2023-10-09T00:21:05.018Z | Downloaded topological-sort v0.2.2 |
699 | 2023-10-09T00:21:05.022Z | Downloaded zone_cfg_derive v0.2.0 |
700 | 2023-10-09T00:21:05.025Z | Downloaded crossbeam-deque v0.8.3 |
701 | 2023-10-09T00:21:05.028Z | Downloaded normalize-line-endings v0.3.0 |
702 | 2023-10-09T00:21:05.030Z | Downloaded crossbeam v0.8.2 |
703 | 2023-10-09T00:21:05.033Z | Downloaded num-rational v0.4.1 |
704 | 2023-10-09T00:21:05.035Z | Downloaded const_format_proc_macros v0.2.31 |
705 | 2023-10-09T00:21:05.040Z | Downloaded num-iter v0.1.43 |
706 | 2023-10-09T00:21:05.043Z | Downloaded sha1 v0.10.5 |
707 | 2023-10-09T00:21:05.046Z | Downloaded dtrace-parser v0.1.14 |
708 | 2023-10-09T00:21:05.049Z | Downloaded downcast v0.11.0 |
709 | 2023-10-09T00:21:05.052Z | Downloaded serde-big-array v0.5.1 |
710 | 2023-10-09T00:21:05.055Z | Downloaded smallvec v0.6.14 |
711 | 2023-10-09T00:21:05.058Z | Downloaded clap v4.4.3 |
712 | 2023-10-09T00:21:05.078Z | Downloaded time-core v0.1.1 |
713 | 2023-10-09T00:21:05.081Z | Downloaded unarray v0.1.4 |
714 | 2023-10-09T00:21:05.084Z | Downloaded proc-macro-error-attr v1.0.4 |
715 | 2023-10-09T00:21:05.087Z | Downloaded phf_shared v0.10.0 |
716 | 2023-10-09T00:21:05.090Z | Downloaded slog-async v2.8.0 |
717 | 2023-10-09T00:21:05.093Z | Downloaded debug-ignore v1.0.5 |
718 | 2023-10-09T00:21:05.096Z | Downloaded polyval v0.6.1 |
719 | 2023-10-09T00:21:05.099Z | Downloaded test-strategy v0.2.1 |
720 | 2023-10-09T00:21:05.103Z | Downloaded foreign-types v0.3.2 |
721 | 2023-10-09T00:21:05.106Z | Downloaded crossbeam-epoch v0.9.15 |
722 | 2023-10-09T00:21:05.112Z | Downloaded strsim v0.8.0 |
723 | 2023-10-09T00:21:05.117Z | Downloaded futures-io v0.3.28 |
724 | 2023-10-09T00:21:05.120Z | Downloaded slog-term v2.9.0 |
725 | 2023-10-09T00:21:05.123Z | Downloaded thread_local v1.1.7 |
726 | 2023-10-09T00:21:05.125Z | Downloaded ppv-lite86 v0.2.17 |
727 | 2023-10-09T00:21:05.130Z | Downloaded path-absolutize v3.1.0 |
728 | 2023-10-09T00:21:05.133Z | Downloaded openssl-macros v0.1.1 |
729 | 2023-10-09T00:21:05.136Z | Downloaded platforms v3.0.2 |
730 | 2023-10-09T00:21:05.139Z | Downloaded typenum v1.16.0 |
731 | 2023-10-09T00:21:05.146Z | Downloaded darling_macro v0.14.4 |
732 | 2023-10-09T00:21:05.153Z | Downloaded crc32fast v1.3.2 |
733 | 2023-10-09T00:21:05.156Z | Downloaded uuid v1.4.1 |
734 | 2023-10-09T00:21:05.160Z | Downloaded foreign-types v0.5.0 |
735 | 2023-10-09T00:21:05.163Z | Downloaded num_enum v0.5.11 |
736 | 2023-10-09T00:21:05.174Z | Downloaded spin v0.5.2 |
737 | 2023-10-09T00:21:05.178Z | Downloaded endian-type v0.1.2 |
738 | 2023-10-09T00:21:05.182Z | Downloaded tokio-tungstenite v0.20.1 |
739 | 2023-10-09T00:21:05.185Z | Downloaded number_prefix v0.4.0 |
740 | 2023-10-09T00:21:05.188Z | Downloaded take_mut v0.2.2 |
741 | 2023-10-09T00:21:05.190Z | Downloaded openssl-probe v0.1.5 |
742 | 2023-10-09T00:21:05.193Z | Downloaded password-hash v0.5.0 |
743 | 2023-10-09T00:21:05.196Z | Downloaded parking_lot v0.12.1 |
744 | 2023-10-09T00:21:05.200Z | Downloaded parse-display v0.7.0 |
745 | 2023-10-09T00:21:05.203Z | Downloaded backtrace v0.3.69 |
746 | 2023-10-09T00:21:05.213Z | Downloaded zerocopy v0.3.0 |
747 | 2023-10-09T00:21:05.216Z | Downloaded parking_lot_core v0.8.6 |
748 | 2023-10-09T00:21:05.220Z | Downloaded shlex v1.1.0 |
749 | 2023-10-09T00:21:05.223Z | Downloaded miniz_oxide v0.7.1 |
750 | 2023-10-09T00:21:05.228Z | Downloaded foreign-types-shared v0.1.1 |
751 | 2023-10-09T00:21:05.234Z | Downloaded foreign-types-macros v0.2.3 |
752 | 2023-10-09T00:21:05.237Z | Downloaded universal-hash v0.5.1 |
753 | 2023-10-09T00:21:05.239Z | Downloaded group v0.13.0 |
754 | 2023-10-09T00:21:05.243Z | Downloaded prettyplease v0.2.12 |
755 | 2023-10-09T00:21:05.245Z | Downloaded tabled_derive v0.6.0 |
756 | 2023-10-09T00:21:05.248Z | Downloaded try-lock v0.2.4 |
757 | 2023-10-09T00:21:05.250Z | Downloaded foreign-types-shared v0.3.1 |
758 | 2023-10-09T00:21:05.253Z | Downloaded paste v1.0.14 |
759 | 2023-10-09T00:21:05.260Z | Downloaded wyz v0.5.1 |
760 | 2023-10-09T00:21:05.265Z | Downloaded ref-cast v1.0.20 |
761 | 2023-10-09T00:21:05.268Z | Downloaded zone v0.2.0 |
762 | 2023-10-09T00:21:05.271Z | Downloaded rustc_version v0.4.0 |
763 | 2023-10-09T00:21:05.274Z | Downloaded xattr v1.0.1 |
764 | 2023-10-09T00:21:05.277Z | Downloaded num-bigint v0.4.4 |
765 | 2023-10-09T00:21:05.288Z | Downloaded glob v0.3.1 |
766 | 2023-10-09T00:21:05.292Z | Downloaded equivalent v1.0.1 |
767 | 2023-10-09T00:21:05.295Z | Downloaded derive_builder_core v0.12.0 |
768 | 2023-10-09T00:21:05.298Z | Downloaded owo-colors v3.5.0 |
769 | 2023-10-09T00:21:05.303Z | Downloaded memchr v2.6.3 |
770 | 2023-10-09T00:21:05.315Z | Downloaded rustc-hash v1.1.0 |
771 | 2023-10-09T00:21:05.318Z | Downloaded ringbuffer v0.15.0 |
772 | 2023-10-09T00:21:05.323Z | Downloaded predicates-core v1.0.6 |
773 | 2023-10-09T00:21:05.326Z | Downloaded slog-json v2.6.1 |
774 | 2023-10-09T00:21:05.329Z | Downloaded derive_builder_macro v0.12.0 |
775 | 2023-10-09T00:21:05.332Z | Downloaded pem v1.1.1 |
776 | 2023-10-09T00:21:05.334Z | Downloaded funty v2.0.0 |
777 | 2023-10-09T00:21:05.337Z | Downloaded sct v0.7.0 |
778 | 2023-10-09T00:21:05.344Z | Downloaded socket2 v0.5.3 |
779 | 2023-10-09T00:21:05.350Z | Downloaded pretty-hex v0.3.0 |
780 | 2023-10-09T00:21:05.353Z | Downloaded serde_with_macros v2.3.3 |
781 | 2023-10-09T00:21:05.356Z | Downloaded pretty-hex v0.2.1 |
782 | 2023-10-09T00:21:05.389Z | Downloaded time-macros v0.2.13 |
783 | 2023-10-09T00:21:05.396Z | Downloaded futures-sink v0.3.28 |
784 | 2023-10-09T00:21:05.400Z | Downloaded tough v0.12.5 |
785 | 2023-10-09T00:21:05.402Z | Downloaded want v0.3.1 |
786 | 2023-10-09T00:21:05.405Z | Downloaded mio v0.8.8 |
787 | 2023-10-09T00:21:05.408Z | Downloaded utf-8 v0.7.6 |
788 | 2023-10-09T00:21:05.411Z | Downloaded enum-as-inner v0.5.1 |
789 | 2023-10-09T00:21:05.414Z | Downloaded ctr v0.9.2 |
790 | 2023-10-09T00:21:05.420Z | Downloaded pkcs8 v0.10.2 |
791 | 2023-10-09T00:21:05.424Z | Downloaded slab v0.4.9 |
792 | 2023-10-09T00:21:05.428Z | Downloaded usdt-attr-macro v0.3.5 |
793 | 2023-10-09T00:21:05.430Z | Downloaded tokio-rustls v0.24.1 |
794 | 2023-10-09T00:21:05.434Z | Downloaded predicates v3.0.4 |
795 | 2023-10-09T00:21:05.437Z | Downloaded thiserror-impl v1.0.49 |
796 | 2023-10-09T00:21:05.441Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2023-10-09T00:21:05.443Z | Downloaded predicates-tree v1.0.9 |
798 | 2023-10-09T00:21:05.446Z | Downloaded parking_lot_core v0.9.8 |
799 | 2023-10-09T00:21:05.448Z | Downloaded futures-core v0.3.28 |
800 | 2023-10-09T00:21:05.455Z | Downloaded getopts v0.2.21 |
801 | 2023-10-09T00:21:05.464Z | Downloaded derive_more v0.99.17 |
802 | 2023-10-09T00:21:05.469Z | Downloaded curve25519-dalek-derive v0.1.0 |
803 | 2023-10-09T00:21:05.473Z | Downloaded rpassword v7.2.0 |
804 | 2023-10-09T00:21:05.477Z | Downloaded postgres-types v0.2.6 |
805 | 2023-10-09T00:21:05.482Z | Downloaded textwrap v0.16.0 |
806 | 2023-10-09T00:21:05.485Z | Downloaded hashbrown v0.13.2 |
807 | 2023-10-09T00:21:05.487Z | Downloaded crunchy v0.2.2 |
808 | 2023-10-09T00:21:05.492Z | Downloaded pest_generator v2.7.2 |
809 | 2023-10-09T00:21:05.500Z | Downloaded fallible-streaming-iterator v0.1.9 |
810 | 2023-10-09T00:21:05.505Z | Downloaded similar v2.2.1 |
811 | 2023-10-09T00:21:05.510Z | Downloaded zerocopy v0.6.3 |
812 | 2023-10-09T00:21:05.513Z | Downloaded fallible-iterator v0.2.0 |
813 | 2023-10-09T00:21:05.516Z | Downloaded unicode-xid v0.2.4 |
814 | 2023-10-09T00:21:05.521Z | Downloaded pem-rfc7468 v0.7.0 |
815 | 2023-10-09T00:21:05.524Z | Downloaded olpc-cjson v0.1.3 |
816 | 2023-10-09T00:21:05.527Z | Downloaded pest_meta v2.7.2 |
817 | 2023-10-09T00:21:05.531Z | Downloaded either v1.9.0 |
818 | 2023-10-09T00:21:05.535Z | Downloaded half v1.8.2 |
819 | 2023-10-09T00:21:05.538Z | Downloaded semver-parser v0.10.2 |
820 | 2023-10-09T00:21:05.540Z | Downloaded slog-scope v4.4.0 |
821 | 2023-10-09T00:21:05.543Z | Downloaded crypto-common v0.1.6 |
822 | 2023-10-09T00:21:05.546Z | Downloaded data-encoding v2.4.0 |
823 | 2023-10-09T00:21:05.549Z | Downloaded tiny-keccak v2.0.2 |
824 | 2023-10-09T00:21:05.552Z | Downloaded crossbeam-utils v0.8.16 |
825 | 2023-10-09T00:21:05.555Z | Downloaded slog-stdlog v4.1.1 |
826 | 2023-10-09T00:21:05.558Z | Downloaded tinyvec v1.6.0 |
827 | 2023-10-09T00:21:05.564Z | Downloaded ron v0.8.1 |
828 | 2023-10-09T00:21:05.567Z | Downloaded env_logger v0.9.3 |
829 | 2023-10-09T00:21:05.570Z | Downloaded num-bigint-dig v0.8.4 |
830 | 2023-10-09T00:21:05.574Z | Downloaded thiserror-no-std v2.0.2 |
831 | 2023-10-09T00:21:05.581Z | Downloaded num_threads v0.1.6 |
832 | 2023-10-09T00:21:05.584Z | Downloaded schemars v0.8.13 |
833 | 2023-10-09T00:21:05.602Z | Downloaded env_logger v0.10.0 |
834 | 2023-10-09T00:21:05.607Z | Downloaded omicron-zone-package v0.8.3 |
835 | 2023-10-09T00:21:05.612Z | Downloaded tar v0.4.40 |
836 | 2023-10-09T00:21:05.617Z | Downloaded flate2 v1.0.27 |
837 | 2023-10-09T00:21:05.626Z | Downloaded flume v0.11.0 |
838 | 2023-10-09T00:21:05.633Z | Downloaded tokio-postgres v0.7.10 |
839 | 2023-10-09T00:21:05.642Z | Downloaded rustls-webpki v0.101.4 |
840 | 2023-10-09T00:21:05.668Z | Downloaded elliptic-curve v0.13.5 |
841 | 2023-10-09T00:21:05.675Z | Downloaded idna v0.2.3 |
842 | 2023-10-09T00:21:05.688Z | Downloaded ron v0.7.1 |
843 | 2023-10-09T00:21:05.697Z | Downloaded regex-automata v0.1.10 |
844 | 2023-10-09T00:21:05.708Z | Downloaded hashbrown v0.12.3 |
845 | 2023-10-09T00:21:05.716Z | Downloaded winnow v0.5.15 |
846 | 2023-10-09T00:21:05.731Z | Downloaded crossterm v0.27.0 |
847 | 2023-10-09T00:21:05.742Z | Downloaded rand v0.8.5 |
848 | 2023-10-09T00:21:05.749Z | Downloaded crossterm v0.26.1 |
849 | 2023-10-09T00:21:05.759Z | Downloaded serde v1.0.188 |
850 | 2023-10-09T00:21:05.765Z | Downloaded rusqlite v0.29.0 |
851 | 2023-10-09T00:21:05.779Z | Downloaded rustls v0.21.7 |
852 | 2023-10-09T00:21:05.799Z | Downloaded portable-atomic v1.4.3 |
853 | 2023-10-09T00:21:05.811Z | Downloaded h2 v0.3.21 |
854 | 2023-10-09T00:21:05.822Z | Downloaded lalrpop v0.19.12 |
855 | 2023-10-09T00:21:05.843Z | Downloaded serde_json v1.0.107 |
856 | 2023-10-09T00:21:05.859Z | Downloaded trust-dns-proto v0.22.0 |
857 | 2023-10-09T00:21:05.879Z | Downloaded petgraph v0.6.4 |
858 | 2023-10-09T00:21:05.904Z | Downloaded regress v0.7.1 |
859 | 2023-10-09T00:21:05.919Z | Downloaded syn v2.0.32 |
860 | 2023-10-09T00:21:05.941Z | Downloaded proptest v1.2.0 |
861 | 2023-10-09T00:21:05.959Z | Downloaded git2 v0.17.2 |
862 | 2023-10-09T00:21:05.978Z | Downloaded object v0.32.1 |
863 | 2023-10-09T00:21:05.999Z | Downloaded gimli v0.28.0 |
864 | 2023-10-09T00:21:06.016Z | Downloaded rustix v0.38.9 |
865 | 2023-10-09T00:21:06.058Z | Downloaded diesel v2.1.1 |
866 | 2023-10-09T00:21:06.094Z | Downloaded rustix v0.37.23 |
867 | 2023-10-09T00:21:06.132Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
868 | 2023-10-09T00:21:06.159Z | Downloaded sled v0.34.7 |
869 | 2023-10-09T00:21:06.181Z | Downloaded zerocopy-derive v0.2.0 |
870 | 2023-10-09T00:21:06.200Z | Downloaded zerocopy-derive v0.6.3 |
871 | 2023-10-09T00:21:06.223Z | Downloaded regex-automata v0.3.8 |
872 | 2023-10-09T00:21:06.257Z | Downloaded tokio v1.32.0 |
873 | 2023-10-09T00:21:06.329Z | Downloaded libc v0.2.148 |
874 | 2023-10-09T00:21:06.381Z | Downloaded sha3 v0.10.8 |
875 | 2023-10-09T00:21:06.412Z | Downloaded openapiv3 v1.0.3 |
876 | 2023-10-09T00:21:06.421Z | Downloaded bstr v1.6.0 |
877 | 2023-10-09T00:21:06.444Z | Downloaded curve25519-dalek v4.1.0 |
878 | 2023-10-09T00:21:06.462Z | Downloaded regex-syntax v0.6.29 |
879 | 2023-10-09T00:21:06.478Z | Downloaded smoltcp v0.8.2 |
880 | 2023-10-09T00:21:06.498Z | Downloaded encoding_rs v0.8.33 |
881 | 2023-10-09T00:21:06.544Z | Downloaded syn v1.0.109 |
882 | 2023-10-09T00:21:06.565Z | Downloaded webpki-roots v0.25.2 |
883 | 2023-10-09T00:21:06.573Z | Downloaded object v0.30.4 |
884 | 2023-10-09T00:21:06.595Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
885 | 2023-10-09T00:21:06.703Z | Downloaded smoltcp v0.9.1 |
886 | 2023-10-09T00:21:06.725Z | Downloaded regex v1.9.5 |
887 | 2023-10-09T00:21:06.750Z | Downloaded openssl v0.10.57 |
888 | 2023-10-09T00:21:06.770Z | Downloaded bstr v0.2.17 |
889 | 2023-10-09T00:21:06.790Z | Downloaded regex-syntax v0.7.5 |
890 | 2023-10-09T00:21:06.807Z | Downloaded libz-sys v1.1.12 |
891 | 2023-10-09T00:21:06.930Z | Downloaded radix_trie v0.2.1 |
892 | 2023-10-09T00:21:06.940Z | Downloaded ratatui v0.23.0 |
893 | 2023-10-09T00:21:06.963Z | Downloaded vcpkg v0.2.15 |
894 | 2023-10-09T00:21:07.036Z | Downloaded reqwest v0.11.20 |
895 | 2023-10-09T00:21:07.050Z | Downloaded nix v0.26.2 |
896 | 2023-10-09T00:21:07.070Z | Downloaded tabled v0.14.0 |
897 | 2023-10-09T00:21:07.098Z | Downloaded polar-core v0.26.4 |
898 | 2023-10-09T00:21:07.115Z | Downloaded chrono v0.4.31 |
899 | 2023-10-09T00:21:07.130Z | Downloaded idna v0.4.0 |
900 | 2023-10-09T00:21:07.144Z | Downloaded quick-xml v0.23.1 |
901 | 2023-10-09T00:21:07.157Z | Downloaded futures-util v0.3.28 |
902 | 2023-10-09T00:21:07.189Z | Downloaded hashbrown v0.14.0 |
903 | 2023-10-09T00:21:07.198Z | Downloaded rayon v1.7.0 |
904 | 2023-10-09T00:21:07.216Z | Downloaded clap v2.34.0 |
905 | 2023-10-09T00:21:07.229Z | Downloaded clap_builder v4.4.2 |
906 | 2023-10-09T00:21:07.242Z | Downloaded zip v0.6.6 |
907 | 2023-10-09T00:21:07.249Z | Downloaded serde_with v2.3.3 |
908 | 2023-10-09T00:21:07.263Z | Downloaded libsqlite3-sys v0.26.0 |
909 | 2023-10-09T00:21:07.405Z | Downloaded rsa v0.9.2 |
910 | 2023-10-09T00:21:07.433Z | Downloaded headers v0.3.9 |
911 | 2023-10-09T00:21:07.444Z | Downloaded x509-cert v0.2.4 |
912 | 2023-10-09T00:21:07.450Z | Downloaded ring v0.16.20 |
913 | 2023-10-09T00:21:07.598Z | Downloaded time v0.3.27 |
914 | 2023-10-09T00:21:07.608Z | Downloaded aho-corasick v1.0.4 |
915 | 2023-10-09T00:21:07.618Z | Downloaded tokio-util v0.7.8 |
916 | 2023-10-09T00:21:07.628Z | Downloaded diesel_derives v2.1.1 |
917 | 2023-10-09T00:21:07.634Z | Downloaded darling_core v0.20.3 |
918 | 2023-10-09T00:21:07.642Z | Downloaded url v2.4.1 |
919 | 2023-10-09T00:21:07.647Z | Downloaded reedline v0.23.0 |
920 | 2023-10-09T00:21:07.658Z | Downloaded bindgen v0.65.1 |
921 | 2023-10-09T00:21:07.671Z | Downloaded proc-macro-crate v1.3.1 |
922 | 2023-10-09T00:21:07.674Z | Downloaded snafu-derive v0.7.5 |
923 | 2023-10-09T00:21:07.676Z | Downloaded papergrid v0.10.0 |
924 | 2023-10-09T00:21:07.683Z | Downloaded futures-channel v0.3.28 |
925 | 2023-10-09T00:21:07.686Z | Downloaded futures v0.3.28 |
926 | 2023-10-09T00:21:07.694Z | Downloaded crypto-bigint v0.5.2 |
927 | 2023-10-09T00:21:07.704Z | Downloaded libm v0.2.7 |
928 | 2023-10-09T00:21:07.720Z | Downloaded unicode-normalization v0.1.22 |
929 | 2023-10-09T00:21:07.727Z | Downloaded tokio-stream v0.1.14 |
930 | 2023-10-09T00:21:07.734Z | Downloaded rustversion v1.0.14 |
931 | 2023-10-09T00:21:07.738Z | Downloaded vergen v8.2.4 |
932 | 2023-10-09T00:21:07.743Z | Downloaded vte v0.11.1 |
933 | 2023-10-09T00:21:07.747Z | Downloaded pest v2.7.2 |
934 | 2023-10-09T00:21:07.755Z | Downloaded scheduled-thread-pool v0.2.7 |
935 | 2023-10-09T00:21:07.758Z | Downloaded erased-serde v0.3.30 |
936 | 2023-10-09T00:21:07.761Z | Downloaded fatfs v0.3.6 |
937 | 2023-10-09T00:21:07.765Z | Downloaded tap v1.0.1 |
938 | 2023-10-09T00:21:07.768Z | Downloaded pin-project-lite v0.2.13 |
939 | 2023-10-09T00:21:07.774Z | Downloaded float-cmp v0.9.0 |
940 | 2023-10-09T00:21:07.777Z | Downloaded thread-id v4.2.0 |
941 | 2023-10-09T00:21:07.782Z | Downloaded steno v0.4.0 |
942 | 2023-10-09T00:21:07.789Z | Downloaded hyper v0.14.27 |
943 | 2023-10-09T00:21:07.800Z | Downloaded fd-lock v3.0.13 |
944 | 2023-10-09T00:21:07.803Z | Downloaded usdt-impl v0.3.5 |
945 | 2023-10-09T00:21:07.806Z | Downloaded postgres-protocol v0.6.6 |
946 | 2023-10-09T00:21:07.808Z | Downloaded textwrap v0.11.0 |
947 | 2023-10-09T00:21:07.815Z | Downloaded structmeta-derive v0.1.6 |
948 | 2023-10-09T00:21:07.818Z | Downloaded static_assertions v1.1.0 |
949 | 2023-10-09T00:21:07.821Z | Downloaded strum_macros v0.24.3 |
950 | 2023-10-09T00:21:07.825Z | Downloaded scopeguard v1.2.0 |
951 | 2023-10-09T00:21:07.835Z | Downloaded spki v0.7.2 |
952 | 2023-10-09T00:21:07.838Z | Downloaded libxml v0.3.3 |
953 | 2023-10-09T00:21:07.841Z | Downloaded der_derive v0.7.2 |
954 | 2023-10-09T00:21:07.845Z | Downloaded headers-core v0.2.0 |
955 | 2023-10-09T00:21:07.847Z | Downloaded hash32 v0.2.1 |
956 | 2023-10-09T00:21:07.850Z | Downloaded r2d2 v0.8.10 |
957 | 2023-10-09T00:21:07.856Z | Downloaded percent-encoding v2.3.0 |
958 | 2023-10-09T00:21:07.860Z | Downloaded fnv v1.0.7 |
959 | 2023-10-09T00:21:07.862Z | Downloaded serde_arrays v0.1.0 |
960 | 2023-10-09T00:21:07.866Z | Downloaded errno v0.3.2 |
961 | 2023-10-09T00:21:07.869Z | Downloaded trust-dns-server v0.22.1 |
962 | 2023-10-09T00:21:07.873Z | Downloaded heapless v0.7.16 |
963 | 2023-10-09T00:21:07.876Z | Downloaded unicode-segmentation v1.10.1 |
964 | 2023-10-09T00:21:07.881Z | Downloaded generic-array v0.14.7 |
965 | 2023-10-09T00:21:07.888Z | Downloaded term v0.7.0 |
966 | 2023-10-09T00:21:07.897Z | Downloaded parking_lot v0.11.2 |
967 | 2023-10-09T00:21:07.900Z | Downloaded fixedbitset v0.4.2 |
968 | 2023-10-09T00:21:07.904Z | Downloaded signal-hook-registry v1.4.1 |
969 | 2023-10-09T00:21:07.909Z | Downloaded yasna v0.5.2 |
970 | 2023-10-09T00:21:07.912Z | Downloaded predicates v2.1.5 |
971 | 2023-10-09T00:21:07.915Z | Downloaded quote v1.0.33 |
972 | 2023-10-09T00:21:07.919Z | Downloaded subprocess v0.2.9 |
973 | 2023-10-09T00:21:07.938Z | Downloaded signal-hook v0.3.17 |
974 | 2023-10-09T00:21:07.944Z | Downloaded radium v0.7.0 |
975 | 2023-10-09T00:21:07.949Z | Downloaded flagset v0.4.3 |
976 | 2023-10-09T00:21:07.952Z | Downloaded socket2 v0.4.9 |
977 | 2023-10-09T00:21:07.955Z | Downloaded der v0.7.8 |
978 | 2023-10-09T00:21:07.958Z | Downloaded minimal-lexical v0.2.1 |
979 | 2023-10-09T00:21:07.963Z | Downloaded vte_generate_state_changes v0.1.1 |
980 | 2023-10-09T00:21:07.966Z | Downloaded synstructure v0.12.6 |
981 | 2023-10-09T00:21:07.969Z | Downloaded stringprep v0.1.3 |
982 | 2023-10-09T00:21:07.973Z | Downloaded darling v0.20.3 |
983 | 2023-10-09T00:21:07.976Z | Downloaded vec_map v0.8.2 |
984 | 2023-10-09T00:21:07.979Z | Downloaded thiserror-impl-no-std v2.0.2 |
985 | 2023-10-09T00:21:07.982Z | Downloaded thiserror v1.0.49 |
986 | 2023-10-09T00:21:07.985Z | Downloaded rcgen v0.10.0 |
987 | 2023-10-09T00:21:07.992Z | Downloaded rayon-core v1.11.0 |
988 | 2023-10-09T00:21:07.995Z | Downloaded oso v0.26.4 |
989 | 2023-10-09T00:21:07.998Z | Downloaded openssl-sys v0.9.93 |
990 | 2023-10-09T00:21:08.001Z | Downloaded nom v7.1.3 |
991 | 2023-10-09T00:21:08.009Z | Downloaded itertools v0.11.0 |
992 | 2023-10-09T00:21:08.012Z | Downloaded toml_edit v0.19.15 |
993 | 2023-10-09T00:21:08.025Z | Downloaded futures-task v0.3.28 |
994 | 2023-10-09T00:21:08.028Z | Downloaded rustls-pemfile v1.0.3 |
995 | 2023-10-09T00:21:08.031Z | Downloaded tokio-tungstenite v0.18.0 |
996 | 2023-10-09T00:21:08.034Z | Downloaded phf v0.11.2 |
997 | 2023-10-09T00:21:08.038Z | Downloaded itertools v0.10.5 |
998 | 2023-10-09T00:21:08.047Z | Downloaded fs-err v2.9.0 |
999 | 2023-10-09T00:21:08.050Z | Downloaded fragile v2.0.0 |
1000 | 2023-10-09T00:21:08.053Z | Downloaded form_urlencoded v1.2.0 |
1001 | 2023-10-09T00:21:08.056Z | Downloaded cstr-argument v0.1.2 |
1002 | 2023-10-09T00:21:08.059Z | Downloaded fxhash v0.2.1 |
1003 | 2023-10-09T00:21:08.062Z | Downloaded version_check v0.9.4 |
1004 | 2023-10-09T00:21:08.065Z | Downloaded darling_macro v0.20.3 |
1005 | 2023-10-09T00:21:08.067Z | Downloaded pest_derive v2.7.2 |
1006 | 2023-10-09T00:21:08.070Z | Downloaded smf v0.2.2 |
1007 | 2023-10-09T00:21:08.073Z | Downloaded crossbeam-channel v0.5.8 |
1008 | 2023-10-09T00:21:08.075Z | Downloaded quick-error v1.2.3 |
1009 | 2023-10-09T00:21:08.078Z | Downloaded dyn-clone v1.0.13 |
1010 | 2023-10-09T00:21:08.086Z | Downloaded rand_xorshift v0.3.0 |
1011 | 2023-10-09T00:21:08.089Z | Downloaded hashlink v0.8.3 |
1012 | 2023-10-09T00:21:08.091Z | Downloaded snafu v0.7.5 |
1013 | 2023-10-09T00:21:08.094Z | Downloaded trust-dns-client v0.22.0 |
1014 | 2023-10-09T00:21:08.100Z | Downloaded subtle v2.5.0 |
1015 | 2023-10-09T00:21:08.104Z | Downloaded tokio-native-tls v0.3.1 |
1016 | 2023-10-09T00:21:08.107Z | Downloaded tokio-macros v2.1.0 |
1017 | 2023-10-09T00:21:08.109Z | Downloaded signal-hook-mio v0.2.3 |
1018 | 2023-10-09T00:21:08.112Z | Downloaded shell-words v1.1.0 |
1019 | 2023-10-09T00:21:08.115Z | Downloaded packed_struct v0.10.1 |
1020 | 2023-10-09T00:21:08.117Z | Downloaded proc-macro2 v1.0.67 |
1021 | 2023-10-09T00:21:08.121Z | Downloaded vsss-rs v3.3.1 |
1022 | 2023-10-09T00:21:08.123Z | Downloaded derive_builder v0.12.0 |
1023 | 2023-10-09T00:21:08.128Z | Downloaded trust-dns-resolver v0.22.0 |
1024 | 2023-10-09T00:21:08.135Z | Downloaded salty v0.2.0 |
1025 | 2023-10-09T00:21:08.144Z | Downloaded arc-swap v1.6.0 |
1026 | 2023-10-09T00:21:08.151Z | Downloaded allocator-api2 v0.2.16 |
1027 | 2023-10-09T00:21:08.156Z | Downloaded tungstenite v0.20.1 |
1028 | 2023-10-09T00:21:08.161Z | Downloaded toml_edit v0.20.0 |
1029 | 2023-10-09T00:21:08.220Z | Downloaded serde_yaml v0.9.25 |
1030 | 2023-10-09T00:21:08.284Z | Downloaded ref-cast-impl v1.0.20 |
1031 | 2023-10-09T00:21:08.376Z | Downloaded parse-display-derive v0.7.0 |
1032 | 2023-10-09T00:21:08.481Z | Downloaded ena v0.14.2 |
1033 | 2023-10-09T00:21:08.608Z | Downloaded smawk v0.3.1 |
1034 | 2023-10-09T00:21:08.616Z | Downloaded filetime v0.2.22 |
1035 | 2023-10-09T00:21:08.631Z | Downloaded const_format v0.2.31 |
1036 | 2023-10-09T00:21:08.647Z | Downloaded aes v0.8.3 |
1037 | 2023-10-09T00:21:08.651Z | Downloaded zeroize_derive v1.4.2 |
1038 | 2023-10-09T00:21:08.655Z | Downloaded zeroize v1.6.0 |
1039 | 2023-10-09T00:21:08.658Z | Downloaded ff v0.13.0 |
1040 | 2023-10-09T00:21:08.661Z | Downloaded whoami v1.4.1 |
1041 | 2023-10-09T00:21:08.664Z | Downloaded which v4.4.0 |
1042 | 2023-10-09T00:21:08.667Z | Downloaded usdt-macro v0.3.5 |
1043 | 2023-10-09T00:21:08.670Z | Downloaded rustc_version v0.1.7 |
1044 | 2023-10-09T00:21:08.673Z | Downloaded tracing v0.1.37 |
1045 | 2023-10-09T00:21:08.676Z | Downloaded strum_macros v0.25.2 |
1046 | 2023-10-09T00:21:08.678Z | Downloaded resolv-conf v0.7.0 |
1047 | 2023-10-09T00:21:08.681Z | Downloaded ed25519 v1.5.3 |
1048 | 2023-10-09T00:21:08.684Z | Downloaded once_cell v1.18.0 |
1049 | 2023-10-09T00:21:08.687Z | Downloaded termtree v0.4.1 |
1050 | 2023-10-09T00:21:08.689Z | Downloaded deranged v0.3.8 |
1051 | 2023-10-09T00:21:08.692Z | Downloaded termios v0.3.3 |
1052 | 2023-10-09T00:21:08.696Z | Downloaded pkcs1 v0.7.5 |
1053 | 2023-10-09T00:21:08.698Z | Downloaded unsafe-libyaml v0.2.9 |
1054 | 2023-10-09T00:21:08.701Z | Downloaded globset v0.4.13 |
1055 | 2023-10-09T00:21:08.704Z | Downloaded strsim v0.10.0 |
1056 | 2023-10-09T00:21:08.707Z | Downloaded string_cache v0.8.7 |
1057 | 2023-10-09T00:21:08.710Z | Downloaded spin v0.9.8 |
1058 | 2023-10-09T00:21:08.714Z | Downloaded unicode-bidi v0.3.13 |
1059 | 2023-10-09T00:21:08.716Z | Downloaded ucd-trie v0.1.6 |
1060 | 2023-10-09T00:21:08.720Z | Downloaded poly1305 v0.8.0 |
1061 | 2023-10-09T00:21:08.724Z | Downloaded http v0.2.9 |
1062 | 2023-10-09T00:21:08.728Z | Downloaded fastrand v2.0.0 |
1063 | 2023-10-09T00:21:08.731Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1064 | 2023-10-09T00:21:08.733Z | Downloaded crossbeam-queue v0.3.8 |
1065 | 2023-10-09T00:21:08.736Z | Downloaded darling_core v0.14.4 |
1066 | 2023-10-09T00:21:08.739Z | Downloaded slog v2.7.0 |
1067 | 2023-10-09T00:21:08.741Z | Downloaded crc-any v2.4.3 |
1068 | 2023-10-09T00:21:08.744Z | Downloaded smallvec v1.11.0 |
1069 | 2023-10-09T00:21:08.747Z | Downloaded strum v0.25.0 |
1070 | 2023-10-09T00:21:08.751Z | Downloaded waitgroup v0.1.2 |
1071 | 2023-10-09T00:21:08.754Z | Downloaded utf8parse v0.2.1 |
1072 | 2023-10-09T00:21:08.756Z | Downloaded oso-derive v0.26.4 |
1073 | 2023-10-09T00:21:08.759Z | Downloaded opaque-debug v0.3.0 |
1074 | 2023-10-09T00:21:08.762Z | Downloaded phf_shared v0.11.2 |
1075 | 2023-10-09T00:21:08.764Z | Downloaded derive-where v1.2.5 |
1076 | 2023-10-09T00:21:08.767Z | Downloaded proc-macro-error v1.0.4 |
1077 | 2023-10-09T00:21:08.770Z | Downloaded postcard v0.7.3 |
1078 | 2023-10-09T00:21:08.774Z | Downloaded schemars_derive v0.8.13 |
1079 | 2023-10-09T00:21:08.777Z | Downloaded stable_deref_trait v1.2.0 |
1080 | 2023-10-09T00:21:08.780Z | Downloaded slog-envlogger v2.2.0 |
1081 | 2023-10-09T00:21:08.784Z | Downloaded structmeta v0.1.6 |
1082 | 2023-10-09T00:21:08.788Z | Downloaded serde_tokenstream v0.2.0 |
1083 | 2023-10-09T00:21:08.791Z | Downloaded serde_plain v1.0.2 |
1084 | 2023-10-09T00:21:08.794Z | Downloaded futures-macro v0.3.28 |
1085 | 2023-10-09T00:21:08.797Z | Downloaded futures-executor v0.3.28 |
1086 | 2023-10-09T00:21:08.800Z | Downloaded tracing-core v0.1.31 |
1087 | 2023-10-09T00:21:08.802Z | Downloaded unicode-ident v1.0.12 |
1088 | 2023-10-09T00:21:08.805Z | Downloaded twox-hash v1.6.3 |
1089 | 2023-10-09T00:21:08.808Z | Downloaded postcard-cobs v0.1.5-pre |
1090 | 2023-10-09T00:21:08.811Z | Downloaded serde_repr v0.1.16 |
1091 | 2023-10-09T00:21:08.814Z | Downloaded serde_path_to_error v0.1.14 |
1092 | 2023-10-09T00:21:08.817Z | Downloaded rtoolbox v0.0.1 |
1093 | 2023-10-09T00:21:08.819Z | Downloaded diff v0.1.13 |
1094 | 2023-10-09T00:21:08.822Z | Downloaded slog-bunyan v2.4.0 |
1095 | 2023-10-09T00:21:08.825Z | Downloaded ciborium v0.2.1 |
1096 | 2023-10-09T00:21:08.827Z | Downloaded structopt-derive v0.4.18 |
1097 | 2023-10-09T00:21:08.830Z | Downloaded rand_core v0.6.4 |
1098 | 2023-10-09T00:21:08.833Z | Downloaded nanorand v0.7.0 |
1099 | 2023-10-09T00:21:08.836Z | Downloaded mockall_derive v0.11.4 |
1100 | 2023-10-09T00:21:08.840Z | Downloaded cookie v0.16.2 |
1101 | 2023-10-09T00:21:08.844Z | Downloaded console v0.15.7 |
1102 | 2023-10-09T00:21:08.847Z | Downloaded unicase v2.7.0 |
1103 | 2023-10-09T00:21:08.849Z | Downloaded base64 v0.13.1 |
1104 | 2023-10-09T00:21:08.852Z | Downloaded base64 v0.21.4 |
1105 | 2023-10-09T00:21:08.855Z | Downloaded tungstenite v0.18.0 |
1106 | 2023-10-09T00:21:08.862Z | Downloaded peeking_take_while v0.1.2 |
1107 | 2023-10-09T00:21:08.865Z | Downloaded path-dedot v3.1.0 |
1108 | 2023-10-09T00:21:08.869Z | Downloaded rand_chacha v0.3.1 |
1109 | 2023-10-09T00:21:08.871Z | Downloaded toml v0.8.0 |
1110 | 2023-10-09T00:21:08.876Z | Downloaded toml v0.7.8 |
1111 | 2023-10-09T00:21:08.879Z | Downloaded toml v0.5.11 |
1112 | 2023-10-09T00:21:08.883Z | Downloaded structopt v0.3.26 |
1113 | 2023-10-09T00:21:08.886Z | Downloaded getrandom v0.2.10 |
1114 | 2023-10-09T00:21:08.888Z | Downloaded tracing-attributes v0.1.26 |
1115 | 2023-10-09T00:21:08.891Z | Downloaded untrusted v0.7.1 |
1116 | 2023-10-09T00:21:08.894Z | Downloaded unicode-width v0.1.10 |
1117 | 2023-10-09T00:21:08.897Z | Downloaded siphasher v0.3.11 |
1118 | 2023-10-09T00:21:08.900Z | Downloaded pkg-config v0.3.27 |
1119 | 2023-10-09T00:21:08.902Z | Downloaded tinyvec_macros v0.1.1 |
1120 | 2023-10-09T00:21:08.905Z | Downloaded precomputed-hash v0.1.1 |
1121 | 2023-10-09T00:21:08.911Z | Downloaded serde_urlencoded v0.7.1 |
1122 | 2023-10-09T00:21:08.914Z | Downloaded pin-utils v0.1.0 |
1123 | 2023-10-09T00:21:08.918Z | Downloaded digest v0.10.7 |
1124 | 2023-10-09T00:21:08.922Z | Downloaded difflib v0.4.0 |
1125 | 2023-10-09T00:21:08.927Z | Downloaded serde-hex v0.1.0 |
1126 | 2023-10-09T00:21:08.930Z | Downloaded rusty-fork v0.3.0 |
1127 | 2023-10-09T00:21:08.934Z | Downloaded mime_guess v2.0.4 |
1128 | 2023-10-09T00:21:08.938Z | Downloaded addr2line v0.21.0 |
1129 | 2023-10-09T00:21:08.941Z | Downloaded multer v2.1.0 |
1130 | 2023-10-09T00:21:08.944Z | Downloaded darling v0.14.4 |
1131 | 2023-10-09T00:21:08.947Z | Downloaded num-traits v0.2.16 |
1132 | 2023-10-09T00:21:08.950Z | Downloaded indicatif v0.17.6 |
1133 | 2023-10-09T00:21:08.954Z | Downloaded indexmap v2.0.0 |
1134 | 2023-10-09T00:21:08.961Z | Downloaded cc v1.0.83 |
1135 | 2023-10-09T00:21:08.964Z | Downloaded path-slash v0.1.5 |
1136 | 2023-10-09T00:21:08.970Z | Downloaded doc-comment v0.3.3 |
1137 | 2023-10-09T00:21:08.973Z | Downloaded const-oid v0.9.5 |
1138 | 2023-10-09T00:21:08.976Z | Downloaded serde-big-array v0.4.1 |
1139 | 2023-10-09T00:21:08.979Z | Downloaded bytes v1.5.0 |
1140 | 2023-10-09T00:21:08.981Z | Downloaded signature v2.1.0 |
1141 | 2023-10-09T00:21:08.984Z | Downloaded serde_spanned v0.6.3 |
1142 | 2023-10-09T00:21:08.987Z | Downloaded num-integer v0.1.45 |
1143 | 2023-10-09T00:21:08.990Z | Downloaded tempfile v3.8.0 |
1144 | 2023-10-09T00:21:08.994Z | Downloaded sha2 v0.10.7 |
1145 | 2023-10-09T00:21:08.997Z | Downloaded serde_tokenstream v0.1.7 |
1146 | 2023-10-09T00:21:09.001Z | Downloaded semver v0.1.20 |
1147 | 2023-10-09T00:21:09.006Z | Downloaded same-file v1.0.6 |
1148 | 2023-10-09T00:21:09.009Z | Downloaded walkdir v2.4.0 |
1149 | 2023-10-09T00:21:09.012Z | Downloaded terminal_size v0.2.6 |
1150 | 2023-10-09T00:21:09.015Z | Downloaded block-padding v0.3.3 |
1151 | 2023-10-09T00:21:09.018Z | Downloaded anstyle-parse v0.2.1 |
1152 | 2023-10-09T00:21:09.021Z | Downloaded chacha20poly1305 v0.10.1 |
1153 | 2023-10-09T00:21:09.024Z | Downloaded wait-timeout v0.2.0 |
1154 | 2023-10-09T00:21:09.027Z | Downloaded ahash v0.8.3 |
1155 | 2023-10-09T00:21:09.030Z | Downloaded usdt v0.3.5 |
1156 | 2023-10-09T00:21:09.033Z | Downloaded secrecy v0.8.0 |
1157 | 2023-10-09T00:21:09.037Z | Downloaded mockall v0.11.4 |
1158 | 2023-10-09T00:21:09.040Z | Downloaded colored v2.0.4 |
1159 | 2023-10-09T00:21:09.043Z | Downloaded ipnet v2.8.0 |
1160 | 2023-10-09T00:21:09.046Z | Downloaded native-tls v0.2.11 |
1161 | 2023-10-09T00:21:09.049Z | Downloaded ahash v0.7.6 |
1162 | 2023-10-09T00:21:09.054Z | Downloaded anyhow v1.0.75 |
1163 | 2023-10-09T00:21:09.057Z | Downloaded async-trait v0.1.73 |
1164 | 2023-10-09T00:21:09.060Z | Downloaded toml_datetime v0.6.3 |
1165 | 2023-10-09T00:21:09.065Z | Downloaded num_cpus v1.16.0 |
1166 | 2023-10-09T00:21:09.069Z | Downloaded bitflags v2.4.0 |
1167 | 2023-10-09T00:21:09.071Z | Downloaded strip-ansi-escapes v0.2.0 |
1168 | 2023-10-09T00:21:09.074Z | Downloaded toolchain_find v0.2.0 |
1169 | 2023-10-09T00:21:09.078Z | Downloaded unicode-linebreak v0.1.5 |
1170 | 2023-10-09T00:21:09.081Z | Downloaded serde_derive_internals v0.26.0 |
1171 | 2023-10-09T00:21:09.084Z | Downloaded semver v0.11.0 |
1172 | 2023-10-09T00:21:09.087Z | Downloaded rustls-native-certs v0.6.3 |
1173 | 2023-10-09T00:21:09.090Z | Downloaded lock_api v0.4.10 |
1174 | 2023-10-09T00:21:09.093Z | Downloaded num_enum v0.7.0 |
1175 | 2023-10-09T00:21:09.095Z | Downloaded ansi_term v0.12.1 |
1176 | 2023-10-09T00:21:09.098Z | Downloaded base64ct v1.6.0 |
1177 | 2023-10-09T00:21:09.101Z | Downloaded tui-tree-widget v0.13.0 |
1178 | 2023-10-09T00:21:09.105Z | Downloaded serde_derive v1.0.188 |
1179 | 2023-10-09T00:21:09.110Z | Downloaded nu-ansi-term v0.49.0 |
1180 | 2023-10-09T00:21:09.113Z | Downloaded hex v0.4.3 |
1181 | 2023-10-09T00:21:09.116Z | Downloaded hostname v0.3.1 |
1182 | 2023-10-09T00:21:09.119Z | Downloaded bit-vec v0.6.3 |
1183 | 2023-10-09T00:21:09.122Z | Downloaded anstream v0.5.0 |
1184 | 2023-10-09T00:21:09.125Z | Downloaded anstyle-query v1.0.0 |
1185 | 2023-10-09T00:21:09.128Z | Downloaded backoff v0.4.0 |
1186 | 2023-10-09T00:21:09.131Z | Downloaded adler v1.0.2 |
1187 | 2023-10-09T00:21:09.134Z | Downloaded hyper-staticfile v0.9.5 |
1188 | 2023-10-09T00:21:09.137Z | Downloaded bitflags v1.3.2 |
1189 | 2023-10-09T00:21:09.139Z | Downloaded async-recursion v1.0.5 |
1190 | 2023-10-09T00:21:09.142Z | Downloaded ciborium-ll v0.2.1 |
1191 | 2023-10-09T00:21:09.145Z | Downloaded hyper-rustls v0.24.1 |
1192 | 2023-10-09T00:21:09.148Z | Downloaded nibble_vec v0.1.0 |
1193 | 2023-10-09T00:21:09.152Z | Downloaded match_cfg v0.1.0 |
1194 | 2023-10-09T00:21:09.154Z | Downloaded maplit v1.0.2 |
1195 | 2023-10-09T00:21:09.157Z | Downloaded crc-catalog v2.2.0 |
1196 | 2023-10-09T00:21:09.160Z | Downloaded crc v3.0.1 |
1197 | 2023-10-09T00:21:09.163Z | Downloaded colorchoice v1.0.0 |
1198 | 2023-10-09T00:21:09.166Z | Downloaded signal-hook-tokio v0.3.1 |
1199 | 2023-10-09T00:21:09.169Z | Downloaded log v0.4.20 |
1200 | 2023-10-09T00:21:09.172Z | Downloaded indexmap v1.9.3 |
1201 | 2023-10-09T00:21:09.174Z | Downloaded cassowary v0.3.0 |
1202 | 2023-10-09T00:21:09.177Z | Downloaded md-5 v0.10.5 |
1203 | 2023-10-09T00:21:09.180Z | Downloaded libloading v0.7.4 |
1204 | 2023-10-09T00:21:09.183Z | Downloaded io-lifetimes v1.0.11 |
1205 | 2023-10-09T00:21:09.186Z | Downloaded inout v0.1.3 |
1206 | 2023-10-09T00:21:09.189Z | Downloaded indoc v1.0.9 |
1207 | 2023-10-09T00:21:09.193Z | Downloaded iana-time-zone v0.1.57 |
1208 | 2023-10-09T00:21:09.195Z | Downloaded blake2 v0.10.6 |
1209 | 2023-10-09T00:21:09.198Z | Downloaded rustfmt-wrapper v0.2.0 |
1210 | 2023-10-09T00:21:09.202Z | Downloaded linear-map v1.2.0 |
1211 | 2023-10-09T00:21:09.205Z | Downloaded maybe-uninit v2.0.0 |
1212 | 2023-10-09T00:21:09.209Z | Downloaded keccak v0.1.4 |
1213 | 2023-10-09T00:21:09.211Z | Downloaded bit-set v0.5.3 |
1214 | 2023-10-09T00:21:09.215Z | Downloaded async-stream v0.3.5 |
1215 | 2023-10-09T00:21:09.218Z | Downloaded heck v0.3.3 |
1216 | 2023-10-09T00:21:09.221Z | Downloaded macaddr v1.0.1 |
1217 | 2023-10-09T00:21:09.224Z | Downloaded hmac v0.12.1 |
1218 | 2023-10-09T00:21:09.227Z | Downloaded http-body v0.4.5 |
1219 | 2023-10-09T00:21:09.229Z | Downloaded bb8 v0.8.1 |
1220 | 2023-10-09T00:21:09.232Z | Downloaded array-init v0.0.4 |
1221 | 2023-10-09T00:21:09.235Z | Downloaded autocfg v1.1.0 |
1222 | 2023-10-09T00:21:09.238Z | Downloaded anstyle v1.0.2 |
1223 | 2023-10-09T00:21:09.241Z | Downloaded ryu v1.0.15 |
1224 | 2023-10-09T00:21:09.244Z | Downloaded corncobs v0.1.3 |
1225 | 2023-10-09T00:21:09.246Z | Downloaded clang-sys v1.6.1 |
1226 | 2023-10-09T00:21:09.249Z | Downloaded hyper-tls v0.5.0 |
1227 | 2023-10-09T00:21:09.252Z | Downloaded bitstruct_derive v0.1.0 |
1228 | 2023-10-09T00:21:09.255Z | Downloaded base16ct v0.2.0 |
1229 | 2023-10-09T00:21:09.257Z | Downloaded atty v0.2.14 |
1230 | 2023-10-09T00:21:09.261Z | Downloaded async-stream-impl v0.3.5 |
1231 | 2023-10-09T00:21:09.264Z | Downloaded lalrpop-util v0.19.12 |
1232 | 2023-10-09T00:21:09.267Z | Downloaded ciborium-io v0.2.1 |
1233 | 2023-10-09T00:21:09.270Z | Downloaded bytecount v0.6.3 |
1234 | 2023-10-09T00:21:09.273Z | Downloaded assert_matches v1.5.0 |
1235 | 2023-10-09T00:21:09.276Z | Downloaded memoffset v0.9.0 |
1236 | 2023-10-09T00:21:09.281Z | Downloaded libefi-sys v0.1.0 |
1237 | 2023-10-09T00:21:09.284Z | Downloaded jobserver v0.1.26 |
1238 | 2023-10-09T00:21:09.288Z | Downloaded itoa v1.0.9 |
1239 | 2023-10-09T00:21:09.291Z | Downloaded indoc v2.0.3 |
1240 | 2023-10-09T00:21:09.294Z | Downloaded httparse v1.8.0 |
1241 | 2023-10-09T00:21:09.298Z | Downloaded linked-hash-map v0.5.6 |
1242 | 2023-10-09T00:21:09.301Z | Downloaded hubpack_derive v0.1.1 |
1243 | 2023-10-09T00:21:09.304Z | Downloaded bitstruct v0.1.1 |
1244 | 2023-10-09T00:21:09.306Z | Downloaded block-buffer v0.10.4 |
1245 | 2023-10-09T00:21:09.309Z | Downloaded chacha20 v0.9.1 |
1246 | 2023-10-09T00:21:09.312Z | Downloaded bitfield v0.14.0 |
1247 | 2023-10-09T00:21:09.315Z | Downloaded home v0.5.5 |
1248 | 2023-10-09T00:21:09.318Z | Downloaded hkdf v0.12.3 |
1249 | 2023-10-09T00:21:09.321Z | Downloaded lazycell v1.3.0 |
1250 | 2023-10-09T00:21:09.324Z | Downloaded instant v0.1.12 |
1251 | 2023-10-09T00:21:09.327Z | Downloaded cargo_toml v0.16.3 |
1252 | 2023-10-09T00:21:09.330Z | Downloaded camino-tempfile v1.0.2 |
1253 | 2023-10-09T00:21:09.333Z | Downloaded humantime v2.1.0 |
1254 | 2023-10-09T00:21:09.338Z | Downloaded bitvec v1.0.1 |
1255 | 2023-10-09T00:21:09.342Z | Downloaded bincode v1.3.3 |
1256 | 2023-10-09T00:21:09.345Z | Downloaded cfg-if v0.1.10 |
1257 | 2023-10-09T00:21:09.348Z | Downloaded cargo-platform v0.1.3 |
1258 | 2023-10-09T00:21:09.351Z | Downloaded bit_field v0.10.2 |
1259 | 2023-10-09T00:21:09.354Z | Downloaded byteorder v1.4.3 |
1260 | 2023-10-09T00:21:09.357Z | Downloaded argon2 v0.5.2 |
1261 | 2023-10-09T00:21:09.365Z | Downloaded bzip2 v0.4.4 |
1262 | 2023-10-09T00:21:09.369Z | Downloaded bytesize v1.3.0 |
1263 | 2023-10-09T00:21:09.372Z | Downloaded buf-list v1.0.3 |
1264 | 2023-10-09T00:21:09.391Z | Downloaded atomicwrites v0.4.1 |
1265 | 2023-10-09T00:21:09.394Z | Downloaded ascii-canvas v3.0.0 |
1266 | 2023-10-09T00:21:09.397Z | Downloaded atomic-waker v1.1.1 |
1267 | 2023-10-09T00:21:09.399Z | Downloaded ascii v1.1.0 |
1268 | 2023-10-09T00:21:09.402Z | Compiling proc-macro2 v1.0.67 |
1269 | 2023-10-09T00:21:09.405Z | Compiling unicode-ident v1.0.12 |
1270 | 2023-10-09T00:21:09.409Z | Compiling libc v0.2.148 |
1271 | 2023-10-09T00:21:09.412Z | Compiling serde v1.0.188 |
1272 | 2023-10-09T00:21:09.415Z | Compiling autocfg v1.1.0 |
1273 | 2023-10-09T00:21:09.418Z | Compiling version_check v0.9.4 |
1274 | 2023-10-09T00:21:09.422Z | Compiling cfg-if v1.0.0 |
1275 | 2023-10-09T00:21:09.596Z | Compiling syn v1.0.109 |
1276 | 2023-10-09T00:21:09.599Z | Compiling once_cell v1.18.0 |
1277 | 2023-10-09T00:21:10.243Z | Compiling parking_lot_core v0.9.8 |
1278 | 2023-10-09T00:21:10.533Z | Compiling libm v0.2.7 |
1279 | 2023-10-09T00:21:10.591Z | Compiling lock_api v0.4.10 |
1280 | 2023-10-09T00:21:11.157Z | Compiling num-traits v0.2.16 |
1281 | 2023-10-09T00:21:11.200Z | Compiling ahash v0.8.3 |
1282 | 2023-10-09T00:21:11.380Z | Compiling typenum v1.16.0 |
1283 | 2023-10-09T00:21:11.384Z | Compiling thiserror v1.0.49 |
1284 | 2023-10-09T00:21:11.505Z | Compiling futures-core v0.3.28 |
1285 | 2023-10-09T00:21:11.650Z | Compiling generic-array v0.14.7 |
1286 | 2023-10-09T00:21:11.945Z | Compiling memchr v2.6.3 |
1287 | 2023-10-09T00:21:12.050Z | Compiling scopeguard v1.2.0 |
1288 | 2023-10-09T00:21:12.072Z | Compiling itoa v1.0.9 |
1289 | 2023-10-09T00:21:12.246Z | Compiling pkg-config v0.3.27 |
1290 | 2023-10-09T00:21:12.784Z | Compiling quote v1.0.33 |
1291 | 2023-10-09T00:21:12.841Z | Compiling slab v0.4.9 |
1292 | 2023-10-09T00:21:13.260Z | Compiling futures-task v0.3.28 |
1293 | 2023-10-09T00:21:13.699Z | Compiling syn v2.0.32 |
1294 | 2023-10-09T00:21:13.739Z | Compiling jobserver v0.1.26 |
1295 | 2023-10-09T00:21:13.959Z | Compiling getrandom v0.2.10 |
1296 | 2023-10-09T00:21:14.669Z | Compiling cc v1.0.83 |
1297 | 2023-10-09T00:21:14.745Z | Compiling futures-channel v0.3.28 |
1298 | 2023-10-09T00:21:14.896Z | Compiling futures-util v0.3.28 |
1299 | 2023-10-09T00:21:15.311Z | Compiling log v0.4.20 |
1300 | 2023-10-09T00:21:16.027Z | Compiling ryu v1.0.15 |
1301 | 2023-10-09T00:21:16.056Z | Compiling serde_json v1.0.107 |
1302 | 2023-10-09T00:21:16.299Z | Compiling pin-project-lite v0.2.13 |
1303 | 2023-10-09T00:21:16.582Z | Compiling ahash v0.7.6 |
1304 | 2023-10-09T00:21:16.605Z | Compiling smallvec v1.11.0 |
1305 | 2023-10-09T00:21:16.632Z | Compiling vcpkg v0.2.15 |
1306 | 2023-10-09T00:21:16.684Z | Compiling schemars v0.8.13 |
1307 | 2023-10-09T00:21:17.854Z | Compiling heck v0.4.1 |
1308 | 2023-10-09T00:21:18.516Z | Compiling parking_lot v0.12.1 |
1309 | 2023-10-09T00:21:19.230Z | Compiling num_cpus v1.16.0 |
1310 | 2023-10-09T00:21:19.389Z | Compiling ring v0.16.20 |
1311 | 2023-10-09T00:21:19.664Z | Compiling openssl-sys v0.9.93 |
1312 | 2023-10-09T00:21:21.477Z | Compiling rand_core v0.6.4 |
1313 | 2023-10-09T00:21:21.553Z | Compiling indexmap v1.9.3 |
1314 | 2023-10-09T00:21:21.952Z | Compiling allocator-api2 v0.2.16 |
1315 | 2023-10-09T00:21:22.382Z | Compiling byteorder v1.4.3 |
1316 | 2023-10-09T00:21:22.573Z | Compiling spin v0.5.2 |
1317 | 2023-10-09T00:21:23.136Z | Compiling hashbrown v0.14.0 |
1318 | 2023-10-09T00:21:23.169Z | Compiling httparse v1.8.0 |
1319 | 2023-10-09T00:21:23.191Z | Compiling equivalent v1.0.1 |
1320 | 2023-10-09T00:21:23.351Z | Compiling mio v0.8.8 |
1321 | 2023-10-09T00:21:23.705Z | Compiling signal-hook-registry v1.4.1 |
1322 | 2023-10-09T00:21:23.846Z | Compiling socket2 v0.5.3 |
1323 | 2023-10-09T00:21:26.049Z | Compiling semver v1.0.18 |
1324 | 2023-10-09T00:21:26.324Z | Compiling fnv v1.0.7 |
1325 | 2023-10-09T00:21:26.513Z | Compiling openssl v0.10.57 |
1326 | 2023-10-09T00:21:26.912Z | Compiling serde_derive_internals v0.26.0 |
1327 | 2023-10-09T00:21:26.974Z | Compiling iana-time-zone v0.1.57 |
1328 | 2023-10-09T00:21:27.065Z | Compiling rustls v0.21.7 |
1329 | 2023-10-09T00:21:27.441Z | Compiling native-tls v0.2.11 |
1330 | 2023-10-09T00:21:27.503Z | Compiling ucd-trie v0.1.6 |
1331 | 2023-10-09T00:21:27.735Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2023-10-09T00:21:27.850Z | Compiling unicode-xid v0.2.4 |
1333 | 2023-10-09T00:21:28.099Z | Compiling synstructure v0.12.6 |
1334 | 2023-10-09T00:21:29.450Z | Compiling io-lifetimes v1.0.11 |
1335 | 2023-10-09T00:21:29.768Z | Compiling futures-sink v0.3.28 |
1336 | 2023-10-09T00:21:30.183Z | Compiling backtrace v0.3.69 |
1337 | 2023-10-09T00:21:30.531Z | Compiling dyn-clone v1.0.13 |
1338 | 2023-10-09T00:21:30.551Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2023-10-09T00:21:30.685Z | Compiling tinyvec v1.6.0 |
1340 | 2023-10-09T00:21:31.142Z | Compiling tracing-core v0.1.31 |
1341 | 2023-10-09T00:21:31.335Z | Compiling memoffset v0.9.0 |
1342 | 2023-10-09T00:21:31.383Z | Compiling num-integer v0.1.45 |
1343 | 2023-10-09T00:21:31.582Z | Compiling futures-io v0.3.28 |
1344 | 2023-10-09T00:21:31.691Z | Compiling rustix v0.38.9 |
1345 | 2023-10-09T00:21:31.752Z | Compiling pin-utils v0.1.0 |
1346 | 2023-10-09T00:21:31.784Z | Compiling winnow v0.5.15 |
1347 | 2023-10-09T00:21:32.049Z | Compiling subtle v2.5.0 |
1348 | 2023-10-09T00:21:32.516Z | Compiling rustix v0.37.23 |
1349 | 2023-10-09T00:21:32.639Z | Compiling hashbrown v0.13.2 |
1350 | 2023-10-09T00:21:33.330Z | Compiling unicode-normalization v0.1.22 |
1351 | 2023-10-09T00:21:33.348Z | Compiling aho-corasick v1.0.4 |
1352 | 2023-10-09T00:21:33.372Z | Compiling usdt-impl v0.3.5 |
1353 | 2023-10-09T00:21:34.588Z | Compiling slog v2.7.0 |
1354 | 2023-10-09T00:21:35.243Z | Compiling crc32fast v1.3.2 |
1355 | 2023-10-09T00:21:35.268Z | Compiling anyhow v1.0.75 |
1356 | 2023-10-09T00:21:35.784Z | Compiling bitflags v1.3.2 |
1357 | 2023-10-09T00:21:35.871Z | Compiling regex-syntax v0.7.5 |
1358 | 2023-10-09T00:21:35.977Z | Compiling unicode-bidi v0.3.13 |
1359 | 2023-10-09T00:21:36.059Z | Compiling const-oid v0.9.5 |
1360 | 2023-10-09T00:21:36.080Z | Compiling time-core v0.1.1 |
1361 | 2023-10-09T00:21:36.230Z | Compiling serde_derive v1.0.188 |
1362 | 2023-10-09T00:21:36.314Z | Compiling zeroize_derive v1.4.2 |
1363 | 2023-10-09T00:21:37.690Z | Compiling thiserror-impl v1.0.49 |
1364 | 2023-10-09T00:21:38.063Z | Compiling tokio-macros v2.1.0 |
1365 | 2023-10-09T00:21:38.120Z | Compiling futures-macro v0.3.28 |
1366 | 2023-10-09T00:21:38.759Z | Compiling tracing-attributes v0.1.26 |
1367 | 2023-10-09T00:21:39.804Z | Compiling schemars_derive v0.8.13 |
1368 | 2023-10-09T00:21:39.890Z | Compiling zeroize v1.6.0 |
1369 | 2023-10-09T00:21:41.325Z | Compiling openssl-macros v0.1.1 |
1370 | 2023-10-09T00:21:42.522Z | Compiling pest v2.7.2 |
1371 | 2023-10-09T00:21:42.567Z | Compiling zerocopy-derive v0.2.0 |
1372 | 2023-10-09T00:21:43.001Z | Compiling crypto-common v0.1.6 |
1373 | 2023-10-09T00:21:43.350Z | Compiling block-buffer v0.10.4 |
1374 | 2023-10-09T00:21:44.219Z | Compiling tracing v0.1.37 |
1375 | 2023-10-09T00:21:45.376Z | Compiling digest v0.10.7 |
1376 | 2023-10-09T00:21:45.589Z | Compiling regex-automata v0.3.8 |
1377 | 2023-10-09T00:21:45.836Z | Compiling time-macros v0.2.13 |
1378 | 2023-10-09T00:21:47.341Z | Compiling pest_meta v2.7.2 |
1379 | 2023-10-09T00:21:52.236Z | Compiling pest_generator v2.7.2 |
1380 | 2023-10-09T00:21:53.774Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1381 | 2023-10-09T00:21:54.304Z | Compiling crossbeam-epoch v0.9.15 |
1382 | 2023-10-09T00:21:54.888Z | Compiling async-trait v0.1.73 |
1383 | 2023-10-09T00:21:55.152Z | Compiling ppv-lite86 v0.2.17 |
1384 | 2023-10-09T00:21:55.416Z | Compiling pest_derive v2.7.2 |
1385 | 2023-10-09T00:21:56.394Z | Compiling rand_chacha v0.3.1 |
1386 | 2023-10-09T00:21:56.452Z | Compiling zerocopy v0.3.0 |
1387 | 2023-10-09T00:21:57.337Z | Compiling zerocopy-derive v0.6.3 |
1388 | 2023-10-09T00:21:58.076Z | Compiling untrusted v0.7.1 |
1389 | 2023-10-09T00:21:58.366Z | Compiling strsim v0.10.0 |
1390 | 2023-10-09T00:21:58.709Z | Compiling base64 v0.21.4 |
1391 | 2023-10-09T00:21:59.419Z | Compiling bytes v1.5.0 |
1392 | 2023-10-09T00:21:59.896Z | Compiling indexmap v2.0.0 |
1393 | 2023-10-09T00:22:00.495Z | Compiling uuid v1.4.1 |
1394 | 2023-10-09T00:22:01.161Z | Compiling chrono v0.4.31 |
1395 | 2023-10-09T00:22:01.454Z | Compiling tokio v1.32.0 |
1396 | 2023-10-09T00:22:04.500Z | Compiling bitflags v2.4.0 |
1397 | 2023-10-09T00:22:04.834Z | Compiling toml_datetime v0.6.3 |
1398 | 2023-10-09T00:22:05.484Z | Compiling serde_spanned v0.6.3 |
1399 | 2023-10-09T00:22:05.778Z | Compiling toml_edit v0.19.15 |
1400 | 2023-10-09T00:22:05.862Z | Compiling rustc_version v0.4.0 |
1401 | 2023-10-09T00:22:06.890Z | Compiling http v0.2.9 |
1402 | 2023-10-09T00:22:07.329Z | Compiling heapless v0.7.16 |
1403 | 2023-10-09T00:22:12.367Z | Compiling dof v0.1.5 |
1404 | 2023-10-09T00:22:12.750Z | Compiling rand v0.8.5 |
1405 | 2023-10-09T00:22:13.726Z | Compiling dtrace-parser v0.1.14 |
1406 | 2023-10-09T00:22:14.994Z | Compiling tokio-util v0.7.8 |
1407 | 2023-10-09T00:22:16.391Z | Compiling hashbrown v0.12.3 |
1408 | 2023-10-09T00:22:17.240Z | Compiling regex v1.9.5 |
1409 | 2023-10-09T00:22:18.214Z | Compiling thread-id v4.2.0 |
1410 | 2023-10-09T00:22:18.344Z | Compiling errno v0.3.2 |
1411 | 2023-10-09T00:22:18.474Z | Compiling num-bigint v0.4.4 |
1412 | 2023-10-09T00:22:18.701Z | Compiling radium v0.7.0 |
1413 | 2023-10-09T00:22:18.980Z | Compiling openssl-probe v0.1.5 |
1414 | 2023-10-09T00:22:19.145Z | Compiling unicode-width v0.1.10 |
1415 | 2023-10-09T00:22:19.481Z | Compiling smoltcp v0.9.1 |
1416 | 2023-10-09T00:22:19.577Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1417 | 2023-10-09T00:22:19.901Z | Compiling percent-encoding v2.3.0 |
1418 | 2023-10-09T00:22:20.422Z | Compiling foreign-types-shared v0.1.1 |
1419 | 2023-10-09T00:22:20.586Z | Compiling foreign-types v0.3.2 |
1420 | 2023-10-09T00:22:23.129Z | Compiling serde_tokenstream v0.1.7 |
1421 | 2023-10-09T00:22:24.656Z | Compiling lazy_static v1.4.0 |
1422 | 2023-10-09T00:22:24.920Z | Compiling socket2 v0.4.9 |
1423 | 2023-10-09T00:22:25.297Z | Compiling adler v1.0.2 |
1424 | 2023-10-09T00:22:25.617Z | Compiling siphasher v0.3.11 |
1425 | 2023-10-09T00:22:26.242Z | Compiling unicode-segmentation v1.10.1 |
1426 | 2023-10-09T00:22:26.480Z | Compiling try-lock v0.2.4 |
1427 | 2023-10-09T00:22:26.691Z | Compiling want v0.3.1 |
1428 | 2023-10-09T00:22:27.104Z | Compiling miniz_oxide v0.7.1 |
1429 | 2023-10-09T00:22:30.334Z | Compiling h2 v0.3.21 |
1430 | 2023-10-09T00:22:31.498Z | Compiling form_urlencoded v1.2.0 |
1431 | 2023-10-09T00:22:31.949Z | Compiling http-body v0.4.5 |
1432 | 2023-10-09T00:22:31.971Z | Compiling rustls-webpki v0.101.4 |
1433 | 2023-10-09T00:22:32.558Z | Compiling sct v0.7.0 |
1434 | 2023-10-09T00:22:33.109Z | Compiling hubpack_derive v0.1.1 |
1435 | 2023-10-09T00:22:34.282Z | Compiling num-iter v0.1.43 |
1436 | 2023-10-09T00:22:34.694Z | Compiling anstyle v1.0.2 |
1437 | 2023-10-09T00:22:34.746Z | Compiling httpdate v1.0.3 |
1438 | 2023-10-09T00:22:35.186Z | Compiling cpufeatures v0.2.9 |
1439 | 2023-10-09T00:22:35.302Z | Compiling tower-service v0.3.2 |
1440 | 2023-10-09T00:22:35.342Z | Compiling utf8parse v0.2.1 |
1441 | 2023-10-09T00:22:35.392Z | Compiling sha2 v0.10.7 |
1442 | 2023-10-09T00:22:35.612Z | Compiling anstyle-parse v0.2.1 |
1443 | 2023-10-09T00:22:39.077Z | Compiling usdt-macro v0.3.5 |
1444 | 2023-10-09T00:22:40.064Z | Compiling usdt-attr-macro v0.3.5 |
1445 | 2023-10-09T00:22:42.227Z | Compiling hyper v0.14.27 |
1446 | 2023-10-09T00:22:42.781Z | Compiling openapiv3 v1.0.3 |
1447 | 2023-10-09T00:22:44.434Z | Compiling rustls-pemfile v1.0.3 |
1448 | 2023-10-09T00:22:44.988Z | Compiling hmac v0.12.1 |
1449 | 2023-10-09T00:22:45.335Z | Compiling md-5 v0.10.5 |
1450 | 2023-10-09T00:22:46.160Z | Compiling stringprep v0.1.3 |
1451 | 2023-10-09T00:22:47.269Z | Compiling idna v0.4.0 |
1452 | 2023-10-09T00:22:47.660Z | Compiling diesel_table_macro_syntax v0.1.0 |
1453 | 2023-10-09T00:22:48.280Z | Compiling hash32 v0.2.1 |
1454 | 2023-10-09T00:22:48.543Z | Compiling spin v0.9.8 |
1455 | 2023-10-09T00:22:48.882Z | Compiling gimli v0.28.0 |
1456 | 2023-10-09T00:22:49.191Z | Compiling colorchoice v1.0.0 |
1457 | 2023-10-09T00:22:49.612Z | Compiling anstyle-query v1.0.0 |
1458 | 2023-10-09T00:22:49.673Z | Compiling either v1.9.0 |
1459 | 2023-10-09T00:22:49.809Z | Compiling fallible-iterator v0.2.0 |
1460 | 2023-10-09T00:22:50.506Z | Compiling stable_deref_trait v1.2.0 |
1461 | 2023-10-09T00:22:51.000Z | Compiling postgres-protocol v0.6.6 |
1462 | 2023-10-09T00:22:52.834Z | Compiling anstream v0.5.0 |
1463 | 2023-10-09T00:22:53.006Z | Compiling url v2.4.1 |
1464 | 2023-10-09T00:22:53.853Z | Compiling diesel_derives v2.1.1 |
1465 | 2023-10-09T00:22:56.377Z | Compiling addr2line v0.21.0 |
1466 | 2023-10-09T00:22:58.287Z | Compiling rustls-native-certs v0.6.3 |
1467 | 2023-10-09T00:22:58.701Z | Compiling tokio-rustls v0.24.1 |
1468 | 2023-10-09T00:22:58.837Z | Compiling terminal_size v0.2.6 |
1469 | 2023-10-09T00:22:59.132Z | Compiling tokio-native-tls v0.3.1 |
1470 | 2023-10-09T00:22:59.554Z | Compiling phf_shared v0.11.2 |
1471 | 2023-10-09T00:23:01.469Z | Compiling serde_tokenstream v0.2.0 |
1472 | 2023-10-09T00:23:01.493Z | Compiling block-padding v0.3.3 |
1473 | 2023-10-09T00:23:01.838Z | Compiling enum-as-inner v0.5.1 |
1474 | 2023-10-09T00:23:02.278Z | Compiling clap_derive v4.4.2 |
1475 | 2023-10-09T00:23:02.628Z | Compiling serde_repr v0.1.16 |
1476 | 2023-10-09T00:23:03.869Z | Compiling scheduled-thread-pool v0.2.7 |
1477 | 2023-10-09T00:23:04.679Z | Compiling object v0.32.1 |
1478 | 2023-10-09T00:23:18.355Z | Compiling bit-vec v0.6.3 |
1479 | 2023-10-09T00:23:18.399Z | Compiling clap_lex v0.5.1 |
1480 | 2023-10-09T00:23:19.030Z | Compiling matches v0.1.10 |
1481 | 2023-10-09T00:23:19.178Z | Compiling rustc-demangle v0.1.23 |
1482 | 2023-10-09T00:23:19.836Z | Compiling num_threads v0.1.6 |
1483 | 2023-10-09T00:23:20.032Z | Compiling regex-automata v0.1.10 |
1484 | 2023-10-09T00:23:20.972Z | Compiling tap v1.0.1 |
1485 | 2023-10-09T00:23:21.253Z | Compiling managed v0.8.0 |
1486 | 2023-10-09T00:23:21.756Z | Compiling deranged v0.3.8 |
1487 | 2023-10-09T00:23:21.986Z | Compiling ipnet v2.8.0 |
1488 | 2023-10-09T00:23:25.142Z | Compiling time v0.3.27 |
1489 | 2023-10-09T00:23:27.301Z | Compiling wyz v0.5.1 |
1490 | 2023-10-09T00:23:27.942Z | Compiling bstr v0.2.17 |
1491 | 2023-10-09T00:23:28.136Z | Compiling idna v0.2.3 |
1492 | 2023-10-09T00:23:30.255Z | Compiling clap_builder v4.4.2 |
1493 | 2023-10-09T00:23:31.532Z | Compiling r2d2 v0.8.10 |
1494 | 2023-10-09T00:23:33.825Z | Compiling inout v0.1.3 |
1495 | 2023-10-09T00:23:35.526Z | Compiling phf v0.11.2 |
1496 | 2023-10-09T00:23:35.991Z | Compiling hyper-tls v0.5.0 |
1497 | 2023-10-09T00:23:36.525Z | Compiling hyper-rustls v0.24.1 |
1498 | 2023-10-09T00:23:37.572Z | Compiling flate2 v1.0.27 |
1499 | 2023-10-09T00:23:39.142Z | Compiling postgres-types v0.2.6 |
1500 | 2023-10-09T00:23:40.167Z | Compiling itertools v0.11.0 |
1501 | 2023-10-09T00:23:40.874Z | Compiling hubpack v0.1.2 |
1502 | 2023-10-09T00:23:41.480Z | Compiling serde_urlencoded v0.7.1 |
1503 | 2023-10-09T00:23:41.585Z | Compiling phf_shared v0.10.0 |
1504 | 2023-10-09T00:23:42.224Z | Compiling ipnetwork v0.20.0 |
1505 | 2023-10-09T00:23:42.336Z | Compiling zerocopy v0.6.3 |
1506 | 2023-10-09T00:23:43.716Z | Compiling futures-executor v0.3.28 |
1507 | 2023-10-09T00:23:44.730Z | Compiling regress v0.7.1 |
1508 | 2023-10-09T00:23:45.126Z | Compiling float-cmp v0.9.0 |
1509 | 2023-10-09T00:23:45.243Z | Compiling encoding_rs v0.8.33 |
1510 | 2023-10-09T00:23:45.463Z | Compiling webpki-roots v0.25.2 |
1511 | 2023-10-09T00:23:45.706Z | Compiling normalize-line-endings v0.3.0 |
1512 | 2023-10-09T00:23:45.882Z | Compiling static_assertions v1.1.0 |
1513 | 2023-10-09T00:23:46.022Z | Compiling new_debug_unreachable v1.0.4 |
1514 | 2023-10-09T00:23:46.154Z | Compiling mime v0.3.17 |
1515 | 2023-10-09T00:23:47.033Z | Compiling unicode-linebreak v0.1.5 |
1516 | 2023-10-09T00:23:47.560Z | Compiling predicates-core v1.0.6 |
1517 | 2023-10-09T00:23:47.881Z | Compiling funty v2.0.0 |
1518 | 2023-10-09T00:23:49.395Z | Compiling data-encoding v2.4.0 |
1519 | 2023-10-09T00:23:49.848Z | Compiling smawk v0.3.1 |
1520 | 2023-10-09T00:23:50.166Z | Compiling whoami v1.4.1 |
1521 | 2023-10-09T00:23:50.731Z | Compiling difflib v0.4.0 |
1522 | 2023-10-09T00:23:51.050Z | Compiling fixedbitset v0.4.2 |
1523 | 2023-10-09T00:23:51.076Z | Compiling precomputed-hash v0.1.1 |
1524 | 2023-10-09T00:23:51.561Z | Compiling petgraph v0.6.4 |
1525 | 2023-10-09T00:23:51.702Z | Compiling predicates v3.0.4 |
1526 | 2023-10-09T00:23:52.402Z | Compiling string_cache v0.8.7 |
1527 | 2023-10-09T00:23:52.867Z | Compiling tokio-postgres v0.7.10 |
1528 | 2023-10-09T00:23:52.923Z | Compiling trust-dns-proto v0.22.0 |
1529 | 2023-10-09T00:23:53.047Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1530 | 2023-10-09T00:23:54.295Z | Compiling textwrap v0.16.0 |
1531 | 2023-10-09T00:23:56.067Z | Compiling bitvec v1.0.1 |
1532 | 2023-10-09T00:23:58.367Z | Compiling reqwest v0.11.20 |
1533 | 2023-10-09T00:24:01.115Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1534 | 2023-10-09T00:24:10.322Z | Compiling futures v0.3.28 |
1535 | 2023-10-09T00:24:10.774Z | Compiling diesel v2.1.1 |
1536 | 2023-10-09T00:24:11.619Z | Compiling yasna v0.5.2 |
1537 | 2023-10-09T00:24:11.680Z | Compiling clap v4.4.3 |
1538 | 2023-10-09T00:24:11.846Z | Compiling cipher v0.4.4 |
1539 | 2023-10-09T00:24:12.575Z | Compiling similar v2.2.1 |
1540 | 2023-10-09T00:24:12.802Z | Compiling bit-set v0.5.3 |
1541 | 2023-10-09T00:24:14.443Z | Compiling itertools v0.10.5 |
1542 | 2023-10-09T00:24:14.545Z | Compiling usdt v0.3.5 |
1543 | 2023-10-09T00:24:15.985Z | Compiling console v0.15.7 |
1544 | 2023-10-09T00:24:16.030Z | Compiling tokio-stream v0.1.14 |
1545 | 2023-10-09T00:24:17.530Z | Compiling toml v0.7.8 |
1546 | 2023-10-09T00:24:18.190Z | Compiling hex v0.4.3 |
1547 | 2023-10-09T00:24:19.004Z | Compiling signature v2.1.0 |
1548 | 2023-10-09T00:24:19.196Z | Compiling bstr v1.6.0 |
1549 | 2023-10-09T00:24:20.128Z | Compiling lalrpop-util v0.19.12 |
1550 | 2023-10-09T00:24:23.015Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1551 | 2023-10-09T00:24:27.964Z | Compiling ident_case v1.0.1 |
1552 | 2023-10-09T00:24:28.232Z | Compiling rustversion v1.0.14 |
1553 | 2023-10-09T00:24:29.827Z | Compiling darling_core v0.20.3 |
1554 | 2023-10-09T00:24:44.716Z | Compiling crossbeam-channel v0.5.8 |
1555 | 2023-10-09T00:24:54.259Z | Compiling atty v0.2.14 |
1556 | 2023-10-09T00:24:54.358Z | Compiling proc-macro-error-attr v1.0.4 |
1557 | 2023-10-09T00:25:10.928Z | Compiling darling_macro v0.20.3 |
1558 | 2023-10-09T00:25:17.859Z | Compiling proc-macro-crate v1.3.1 |
1559 | 2023-10-09T00:25:20.440Z | Compiling dirs-sys-next v0.1.2 |
1560 | 2023-10-09T00:25:21.147Z | Compiling proc-macro-error v1.0.4 |
1561 | 2023-10-09T00:25:30.725Z | Compiling dirs-next v2.0.0 |
1562 | 2023-10-09T00:25:32.295Z | Compiling num_enum_derive v0.5.11 |
1563 | 2023-10-09T00:25:37.256Z | Compiling strum_macros v0.25.2 |
1564 | 2023-10-09T00:25:40.816Z | Compiling darling v0.20.3 |
1565 | 2023-10-09T00:25:43.518Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1566 | 2023-10-09T00:25:50.478Z | Compiling getopts v0.2.21 |
1567 | 2023-10-09T00:25:51.938Z | Compiling structmeta-derive v0.1.6 |
1568 | 2023-10-09T00:25:53.046Z | Compiling thread_local v1.1.7 |
1569 | 2023-10-09T00:25:53.937Z | Compiling multer v2.1.0 |
1570 | 2023-10-09T00:25:54.388Z | Compiling paste v1.0.14 |
1571 | 2023-10-09T00:25:55.098Z | Compiling match_cfg v0.1.0 |
1572 | 2023-10-09T00:25:56.027Z | Compiling unsafe-libyaml v0.2.9 |
1573 | 2023-10-09T00:25:56.702Z | Compiling camino v1.1.6 |
1574 | 2023-10-09T00:25:56.918Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1575 | 2023-10-09T00:25:57.399Z | Compiling slog-async v2.8.0 |
1576 | 2023-10-09T00:26:01.106Z | Compiling serde_yaml v0.9.25 |
1577 | 2023-10-09T00:26:10.555Z | Compiling structmeta v0.1.6 |
1578 | 2023-10-09T00:26:11.201Z | Compiling hostname v0.3.1 |
1579 | 2023-10-09T00:26:11.677Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1580 | 2023-10-09T00:26:13.207Z | Compiling strum v0.25.0 |
1581 | 2023-10-09T00:26:14.165Z | Compiling serde_with_macros v2.3.3 |
1582 | 2023-10-09T00:26:19.282Z | Compiling num_enum v0.5.11 |
1583 | 2023-10-09T00:26:20.632Z | Compiling term v0.7.0 |
1584 | 2023-10-09T00:26:21.255Z | Compiling slog-json v2.6.1 |
1585 | 2023-10-09T00:26:25.173Z | Compiling async-stream-impl v0.3.5 |
1586 | 2023-10-09T00:26:25.866Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1587 | 2023-10-09T00:26:26.333Z | Compiling take_mut v0.2.2 |
1588 | 2023-10-09T00:26:26.590Z | Compiling atomic-waker v1.1.1 |
1589 | 2023-10-09T00:26:26.878Z | Compiling postcard-cobs v0.1.5-pre |
1590 | 2023-10-09T00:26:27.097Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-10-09T00:26:27.501Z | Compiling regex-syntax v0.6.29 |
1592 | 2023-10-09T00:26:28.268Z | Compiling postcard v0.7.3 |
1593 | 2023-10-09T00:26:28.856Z | Compiling async-stream v0.3.5 |
1594 | 2023-10-09T00:26:29.232Z | Compiling waitgroup v0.1.2 |
1595 | 2023-10-09T00:26:29.679Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1596 | 2023-10-09T00:26:31.599Z | Compiling slog-bunyan v2.4.0 |
1597 | 2023-10-09T00:26:31.999Z | Compiling slog-term v2.9.0 |
1598 | 2023-10-09T00:26:35.374Z | Compiling serde_with v2.3.3 |
1599 | 2023-10-09T00:26:37.237Z | Compiling parse-display-derive v0.7.0 |
1600 | 2023-10-09T00:26:43.567Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1601 | 2023-10-09T00:26:43.672Z | Compiling smoltcp v0.8.2 |
1602 | 2023-10-09T00:26:46.015Z | Compiling sha1 v0.10.5 |
1603 | 2023-10-09T00:26:46.203Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1604 | 2023-10-09T00:26:47.259Z | Compiling serde_path_to_error v0.1.14 |
1605 | 2023-10-09T00:26:47.475Z | Compiling foreign-types-macros v0.2.3 |
1606 | 2023-10-09T00:26:48.980Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1607 | 2023-10-09T00:26:49.408Z | Compiling instant v0.1.12 |
1608 | 2023-10-09T00:26:49.479Z | Compiling foreign-types-shared v0.3.1 |
1609 | 2023-10-09T00:26:49.533Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1610 | 2023-10-09T00:26:49.643Z | Compiling debug-ignore v1.0.5 |
1611 | 2023-10-09T00:26:49.679Z | Compiling cfg-if v0.1.10 |
1612 | 2023-10-09T00:26:49.829Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1613 | 2023-10-09T00:26:49.915Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1614 | 2023-10-09T00:26:50.315Z | Compiling foreign-types v0.5.0 |
1615 | 2023-10-09T00:26:50.485Z | Compiling backoff v0.4.0 |
1616 | 2023-10-09T00:26:51.153Z | Compiling parse-display v0.7.0 |
1617 | 2023-10-09T00:26:52.114Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1618 | 2023-10-09T00:26:52.375Z | Compiling is-terminal v0.4.9 |
1619 | 2023-10-09T00:26:52.571Z | Compiling macaddr v1.0.1 |
1620 | 2023-10-09T00:26:53.786Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1621 | 2023-10-09T00:26:55.106Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1622 | 2023-10-09T00:26:56.257Z | Compiling cstr-argument v0.1.2 |
1623 | 2023-10-09T00:26:56.495Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1624 | 2023-10-09T00:26:56.637Z | Compiling base64ct v1.6.0 |
1625 | 2023-10-09T00:26:56.897Z | Compiling pretty-hex v0.2.1 |
1626 | 2023-10-09T00:26:56.961Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1627 | 2023-10-09T00:26:57.264Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1628 | 2023-10-09T00:26:57.878Z | Compiling password-hash v0.5.0 |
1629 | 2023-10-09T00:26:58.335Z | Compiling colored v2.0.4 |
1630 | 2023-10-09T00:26:58.533Z | Compiling heck v0.3.3 |
1631 | 2023-10-09T00:26:59.018Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1632 | 2023-10-09T00:26:59.148Z | Compiling textwrap v0.11.0 |
1633 | 2023-10-09T00:26:59.419Z | Compiling blake2 v0.10.6 |
1634 | 2023-10-09T00:27:00.712Z | Compiling libefi-sys v0.1.0 |
1635 | 2023-10-09T00:27:00.992Z | Compiling rayon-core v1.11.0 |
1636 | 2023-10-09T00:27:01.112Z | Compiling strsim v0.8.0 |
1637 | 2023-10-09T00:27:01.388Z | Compiling ansi_term v0.12.1 |
1638 | 2023-10-09T00:27:01.704Z | Compiling vec_map v0.8.2 |
1639 | 2023-10-09T00:27:02.161Z | Compiling argon2 v0.5.2 |
1640 | 2023-10-09T00:27:02.210Z | Compiling clap v2.34.0 |
1641 | 2023-10-09T00:27:02.823Z | Compiling structopt-derive v0.4.18 |
1642 | 2023-10-09T00:27:04.464Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1643 | 2023-10-09T00:27:06.903Z | Compiling zone_cfg_derive v0.2.0 |
1644 | 2023-10-09T00:27:07.436Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1645 | 2023-10-09T00:27:08.292Z | Compiling crossbeam-deque v0.8.3 |
1646 | 2023-10-09T00:27:08.904Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1647 | 2023-10-09T00:27:08.929Z | Compiling keccak v0.1.4 |
1648 | 2023-10-09T00:27:09.152Z | Compiling portable-atomic v1.4.3 |
1649 | 2023-10-09T00:27:09.649Z | Compiling sha3 v0.10.8 |
1650 | 2023-10-09T00:27:10.508Z | Compiling zone v0.2.0 |
1651 | 2023-10-09T00:27:11.097Z | Compiling structopt v0.3.26 |
1652 | 2023-10-09T00:27:11.363Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1653 | 2023-10-09T00:27:12.242Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1654 | 2023-10-09T00:27:16.618Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2023-10-09T00:27:16.822Z | Compiling hkdf v0.12.3 |
1656 | 2023-10-09T00:27:17.222Z | Compiling smf v0.2.2 |
1657 | 2023-10-09T00:27:18.248Z | Compiling secrecy v0.8.0 |
1658 | 2023-10-09T00:27:18.581Z | Compiling xattr v1.0.1 |
1659 | 2023-10-09T00:27:18.711Z | Compiling filetime v0.2.22 |
1660 | 2023-10-09T00:27:19.056Z | Compiling fastrand v2.0.0 |
1661 | 2023-10-09T00:27:19.247Z | Compiling same-file v1.0.6 |
1662 | 2023-10-09T00:27:19.727Z | Compiling tempfile v3.8.0 |
1663 | 2023-10-09T00:27:19.956Z | Compiling walkdir v2.4.0 |
1664 | 2023-10-09T00:27:20.295Z | Compiling tar v0.4.40 |
1665 | 2023-10-09T00:27:22.851Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1666 | 2023-10-09T00:27:23.103Z | Compiling rayon v1.7.0 |
1667 | 2023-10-09T00:27:23.961Z | Compiling number_prefix v0.4.0 |
1668 | 2023-10-09T00:27:24.373Z | Compiling omicron-zone-package v0.8.3 |
1669 | 2023-10-09T00:27:26.782Z | Compiling topological-sort v0.2.2 |
1670 | 2023-10-09T00:27:32.002Z | Compiling indicatif v0.17.6 |
1671 | 2023-10-09T00:27:40.911Z | Compiling bzip2 v0.4.4 |
1672 | 2023-10-09T00:27:41.205Z | Compiling zip v0.6.6 |
1673 | 2023-10-09T00:27:42.355Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2023-10-09T00:27:42.749Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1675 | 2023-10-09T00:27:42.766Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1676 | 2023-10-09T00:27:43.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1677 | 2023-10-09T00:27:52.270Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1678 | 2023-10-09T00:27:52.273Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1679 | 2023-10-09T00:27:52.276Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1680 | 2023-10-09T00:28:05.889Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1681 | 2023-10-09T00:28:07.319Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1682 | 2023-10-09T00:28:41.850Z | Finished release [optimized] target(s) in 8m 05s |
1683 | 2023-10-09T00:28:42.104Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1684 | 2023-10-09T00:28:42.186Z | Created new build target 'test' and set it as active |
1685 | 2023-10-09T00:28:42.189Z | |
1686 | 2023-10-09T00:28:42.192Z | real 8:06.396157261 |
1687 | 2023-10-09T00:28:42.195Z | user 51:20.128212159 |
1688 | 2023-10-09T00:28:42.198Z | sys 4:37.879209655 |
1689 | 2023-10-09T00:28:42.200Z | trap 1.915560492 |
1690 | 2023-10-09T00:28:42.203Z | tflt 3.444932719 |
1691 | 2023-10-09T00:28:42.205Z | dflt 3.947369492 |
1692 | 2023-10-09T00:28:42.208Z | kflt 0.026459061 |
1693 | 2023-10-09T00:28:42.211Z | lock 1:52:37.652432444 |
1694 | 2023-10-09T00:28:42.214Z | slp 2:47:33.976660776 |
1695 | 2023-10-09T00:28:42.217Z | lat 2:15.297682843 |
1696 | 2023-10-09T00:28:42.220Z | stop 4:04.928565156 |
1697 | 2023-10-09T00:28:42.223Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1698 | 2023-10-09T00:28:43.360Z | Finished release [optimized] target(s) in 1.09s |
1699 | 2023-10-09T00:28:43.389Z | Running `target/release/omicron-package -t test package` |
1700 | 2023-10-09T00:28:43.427Z | Oct 09 00:28:43.426 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1701 | 2023-10-09T00:28:44.640Z | Compiling serde_json v1.0.107 |
1702 | 2023-10-09T00:28:44.689Z | Compiling linked-hash-map v0.5.6 |
1703 | 2023-10-09T00:28:44.692Z | Compiling slog-dtrace v0.2.3 |
1704 | 2023-10-09T00:28:44.695Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1705 | 2023-10-09T00:28:44.698Z | Compiling quick-error v1.2.3 |
1706 | 2023-10-09T00:28:44.719Z | Compiling termcolor v1.2.0 |
1707 | 2023-10-09T00:28:44.722Z | Compiling memoffset v0.7.1 |
1708 | 2023-10-09T00:28:44.728Z | Compiling base64 v0.13.1 |
1709 | 2023-10-09T00:28:44.898Z | Compiling resolv-conf v0.7.0 |
1710 | 2023-10-09T00:28:45.067Z | Compiling libz-sys v1.1.12 |
1711 | 2023-10-09T00:28:45.154Z | Compiling same-file v1.0.6 |
1712 | 2023-10-09T00:28:45.282Z | Compiling lru-cache v0.1.2 |
1713 | 2023-10-09T00:28:45.454Z | Compiling walkdir v2.4.0 |
1714 | 2023-10-09T00:28:45.472Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1715 | 2023-10-09T00:28:45.582Z | Compiling trust-dns-resolver v0.22.0 |
1716 | 2023-10-09T00:28:45.878Z | Compiling semver-parser v0.10.2 |
1717 | 2023-10-09T00:28:45.890Z | Compiling cancel-safe-futures v0.1.2 |
1718 | 2023-10-09T00:28:46.126Z | Compiling fastrand v2.0.0 |
1719 | 2023-10-09T00:28:46.363Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1720 | 2023-10-09T00:28:46.561Z | Compiling xattr v1.0.1 |
1721 | 2023-10-09T00:28:46.910Z | Compiling tempfile v3.8.0 |
1722 | 2023-10-09T00:28:46.938Z | Compiling filetime v0.2.22 |
1723 | 2023-10-09T00:28:46.950Z | Compiling num-rational v0.4.1 |
1724 | 2023-10-09T00:28:47.348Z | Compiling semver v0.11.0 |
1725 | 2023-10-09T00:28:47.360Z | Compiling home v0.5.5 |
1726 | 2023-10-09T00:28:47.372Z | Compiling utf-8 v0.7.6 |
1727 | 2023-10-09T00:28:47.705Z | Compiling schemars v0.8.13 |
1728 | 2023-10-09T00:28:47.948Z | Compiling usdt-impl v0.3.5 |
1729 | 2023-10-09T00:28:48.023Z | Compiling reqwest v0.11.20 |
1730 | 2023-10-09T00:28:48.159Z | Compiling openapiv3 v1.0.3 |
1731 | 2023-10-09T00:28:48.469Z | Compiling postgres-types v0.2.6 |
1732 | 2023-10-09T00:28:49.097Z | Compiling usdt v0.3.5 |
1733 | 2023-10-09T00:28:49.902Z | Compiling tokio-postgres v0.7.10 |
1734 | 2023-10-09T00:28:55.404Z | Compiling ipnetwork v0.20.0 |
1735 | 2023-10-09T00:28:56.008Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1736 | 2023-10-09T00:29:01.231Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1737 | 2023-10-09T00:29:01.429Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1738 | 2023-10-09T00:29:03.716Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1739 | 2023-10-09T00:29:03.821Z | Compiling slog-json v2.6.1 |
1740 | 2023-10-09T00:29:04.063Z | Compiling diesel v2.1.1 |
1741 | 2023-10-09T00:29:04.662Z | Compiling slog-bunyan v2.4.0 |
1742 | 2023-10-09T00:29:05.045Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1743 | 2023-10-09T00:29:09.371Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1744 | 2023-10-09T00:29:09.825Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1745 | 2023-10-09T00:29:13.229Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1746 | 2023-10-09T00:29:13.564Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1747 | 2023-10-09T00:29:16.300Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1748 | 2023-10-09T00:29:18.131Z | Compiling toolchain_find v0.2.0 |
1749 | 2023-10-09T00:29:20.265Z | Compiling tar v0.4.40 |
1750 | 2023-10-09T00:29:24.387Z | Compiling pem-rfc7468 v0.7.0 |
1751 | 2023-10-09T00:29:25.471Z | Compiling toml v0.5.11 |
1752 | 2023-10-09T00:29:27.375Z | Compiling der_derive v0.7.2 |
1753 | 2023-10-09T00:29:31.184Z | Compiling flagset v0.4.3 |
1754 | 2023-10-09T00:29:31.327Z | Compiling rustfmt-wrapper v0.2.0 |
1755 | 2023-10-09T00:29:31.533Z | Compiling der v0.7.8 |
1756 | 2023-10-09T00:29:32.669Z | Compiling omicron-zone-package v0.8.3 |
1757 | 2023-10-09T00:29:42.749Z | Compiling vergen v8.2.4 |
1758 | 2023-10-09T00:29:43.148Z | Compiling fxhash v0.2.1 |
1759 | 2023-10-09T00:29:43.498Z | Compiling num-complex v0.4.4 |
1760 | 2023-10-09T00:29:45.574Z | Compiling unicase v2.7.0 |
1761 | 2023-10-09T00:29:45.754Z | Compiling num v0.4.1 |
1762 | 2023-10-09T00:29:45.938Z | Compiling spki v0.7.2 |
1763 | 2023-10-09T00:29:45.975Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1764 | 2023-10-09T00:29:46.766Z | Compiling universal-hash v0.5.1 |
1765 | 2023-10-09T00:29:47.090Z | Compiling libsqlite3-sys v0.26.0 |
1766 | 2023-10-09T00:29:47.588Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1767 | 2023-10-09T00:29:47.754Z | Compiling semver v0.1.20 |
1768 | 2023-10-09T00:29:48.294Z | Compiling half v1.8.2 |
1769 | 2023-10-09T00:29:48.585Z | Compiling opaque-debug v0.3.0 |
1770 | 2023-10-09T00:29:48.718Z | Compiling arc-swap v1.6.0 |
1771 | 2023-10-09T00:29:48.755Z | Compiling maybe-uninit v2.0.0 |
1772 | 2023-10-09T00:29:48.886Z | Compiling ciborium-io v0.2.1 |
1773 | 2023-10-09T00:29:49.084Z | Compiling ciborium-ll v0.2.1 |
1774 | 2023-10-09T00:29:49.535Z | Compiling slog-scope v4.4.0 |
1775 | 2023-10-09T00:29:50.137Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1776 | 2023-10-09T00:29:50.147Z | Compiling rustc_version v0.1.7 |
1777 | 2023-10-09T00:29:50.296Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1778 | 2023-10-09T00:29:50.627Z | Compiling packed_struct v0.10.1 |
1779 | 2023-10-09T00:29:51.102Z | Compiling crc-catalog v2.2.0 |
1780 | 2023-10-09T00:29:51.206Z | Compiling parking_lot_core v0.8.6 |
1781 | 2023-10-09T00:29:51.322Z | Compiling signal-hook v0.3.17 |
1782 | 2023-10-09T00:29:51.705Z | Compiling num-bigint-dig v0.8.4 |
1783 | 2023-10-09T00:29:51.796Z | Compiling crc v3.0.1 |
1784 | 2023-10-09T00:29:52.135Z | Compiling newtype_derive v0.1.6 |
1785 | 2023-10-09T00:29:52.946Z | Compiling slog-stdlog v4.1.1 |
1786 | 2023-10-09T00:29:54.500Z | Compiling ciborium v0.2.1 |
1787 | 2023-10-09T00:29:54.671Z | Compiling pkcs8 v0.10.2 |
1788 | 2023-10-09T00:29:56.618Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1789 | 2023-10-09T00:29:56.681Z | Compiling toml_edit v0.20.0 |
1790 | 2023-10-09T00:29:57.722Z | Compiling hashlink v0.8.3 |
1791 | 2023-10-09T00:29:58.293Z | Compiling aead v0.5.2 |
1792 | 2023-10-09T00:29:58.778Z | Compiling nibble_vec v0.1.0 |
1793 | 2023-10-09T00:29:58.926Z | Compiling packed_struct_codegen v0.10.1 |
1794 | 2023-10-09T00:29:59.127Z | Compiling dirs-sys-next v0.1.2 |
1795 | 2023-10-09T00:29:59.941Z | Compiling glob v0.3.1 |
1796 | 2023-10-09T00:30:00.433Z | Compiling doc-comment v0.3.3 |
1797 | 2023-10-09T00:30:01.141Z | Compiling endian-type v0.1.2 |
1798 | 2023-10-09T00:30:01.344Z | Compiling fallible-streaming-iterator v0.1.9 |
1799 | 2023-10-09T00:30:01.480Z | Compiling nodrop v0.1.14 |
1800 | 2023-10-09T00:30:01.658Z | Compiling humantime v2.1.0 |
1801 | 2023-10-09T00:30:01.755Z | Compiling crunchy v0.2.2 |
1802 | 2023-10-09T00:30:02.420Z | Compiling rusqlite v0.29.0 |
1803 | 2023-10-09T00:30:03.115Z | Compiling array-init v0.0.4 |
1804 | 2023-10-09T00:30:05.271Z | Compiling radix_trie v0.2.1 |
1805 | 2023-10-09T00:30:06.668Z | Compiling toml v0.8.0 |
1806 | 2023-10-09T00:30:10.829Z | Compiling clang-sys v1.6.1 |
1807 | 2023-10-09T00:30:11.454Z | Compiling dirs-next v2.0.0 |
1808 | 2023-10-09T00:30:11.868Z | Compiling pkcs1 v0.7.5 |
1809 | 2023-10-09T00:30:12.293Z | Compiling smallvec v0.6.14 |
1810 | 2023-10-09T00:30:13.056Z | Compiling slog-envlogger v2.2.0 |
1811 | 2023-10-09T00:30:16.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1812 | 2023-10-09T00:30:16.515Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1813 | 2023-10-09T00:30:17.681Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1814 | 2023-10-09T00:30:18.237Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1815 | 2023-10-09T00:30:18.695Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1816 | 2023-10-09T00:30:29.455Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1817 | 2023-10-09T00:30:29.886Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1818 | 2023-10-09T00:30:30.650Z | Compiling nix v0.26.2 |
1819 | 2023-10-09T00:30:30.906Z | Compiling num_enum_derive v0.7.0 |
1820 | 2023-10-09T00:30:35.081Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1821 | 2023-10-09T00:30:38.199Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1822 | 2023-10-09T00:30:39.122Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1823 | 2023-10-09T00:30:40.680Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1824 | 2023-10-09T00:30:44.200Z | Compiling twox-hash v1.6.3 |
1825 | 2023-10-09T00:30:46.041Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1826 | 2023-10-09T00:30:46.276Z | Compiling bitfield v0.14.0 |
1827 | 2023-10-09T00:30:46.799Z | Compiling tiny-keccak v2.0.2 |
1828 | 2023-10-09T00:30:47.165Z | Compiling platforms v3.0.2 |
1829 | 2023-10-09T00:30:47.621Z | Compiling prettyplease v0.2.12 |
1830 | 2023-10-09T00:30:47.634Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1831 | 2023-10-09T00:30:48.078Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1832 | 2023-10-09T00:30:50.609Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1833 | 2023-10-09T00:30:51.748Z | Compiling num_enum v0.7.0 |
1834 | 2023-10-09T00:30:52.061Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1835 | 2023-10-09T00:31:05.763Z | Compiling parking_lot v0.11.2 |
1836 | 2023-10-09T00:31:08.194Z | Compiling rsa v0.9.2 |
1837 | 2023-10-09T00:31:09.937Z | Compiling serde-hex v0.1.0 |
1838 | 2023-10-09T00:31:12.776Z | Compiling mime_guess v2.0.4 |
1839 | 2023-10-09T00:31:14.697Z | Compiling term v0.7.0 |
1840 | 2023-10-09T00:31:16.880Z | Compiling trust-dns-client v0.22.0 |
1841 | 2023-10-09T00:31:16.976Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1842 | 2023-10-09T00:31:17.064Z | Compiling polyval v0.6.1 |
1843 | 2023-10-09T00:31:17.515Z | Compiling x509-cert v0.2.4 |
1844 | 2023-10-09T00:31:18.166Z | Compiling tungstenite v0.20.1 |
1845 | 2023-10-09T00:31:19.222Z | Compiling env_logger v0.10.0 |
1846 | 2023-10-09T00:31:20.247Z | Compiling aes v0.8.3 |
1847 | 2023-10-09T00:31:24.998Z | Compiling ctr v0.9.2 |
1848 | 2023-10-09T00:31:25.248Z | Compiling darling_core v0.14.4 |
1849 | 2023-10-09T00:31:25.642Z | Compiling ron v0.8.1 |
1850 | 2023-10-09T00:31:27.906Z | Compiling snafu-derive v0.7.5 |
1851 | 2023-10-09T00:31:34.284Z | Compiling bincode v1.3.3 |
1852 | 2023-10-09T00:31:36.206Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1853 | 2023-10-09T00:31:36.324Z | Compiling convert_case v0.4.0 |
1854 | 2023-10-09T00:31:36.619Z | Compiling crc-any v2.4.3 |
1855 | 2023-10-09T00:31:36.705Z | Compiling erased-serde v0.3.30 |
1856 | 2023-10-09T00:31:37.390Z | Compiling minimal-lexical v0.2.1 |
1857 | 2023-10-09T00:31:37.606Z | Compiling derive_more v0.99.17 |
1858 | 2023-10-09T00:31:38.201Z | Compiling nom v7.1.3 |
1859 | 2023-10-09T00:31:38.347Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1860 | 2023-10-09T00:31:40.343Z | Compiling trust-dns-server v0.22.1 |
1861 | 2023-10-09T00:31:44.827Z | Compiling snafu v0.7.5 |
1862 | 2023-10-09T00:31:46.884Z | Compiling darling_macro v0.14.4 |
1863 | 2023-10-09T00:31:48.309Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1864 | 2023-10-09T00:31:50.414Z | Compiling aes-gcm-siv v0.11.1 |
1865 | 2023-10-09T00:31:50.900Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2023-10-09T00:31:52.212Z | Compiling ascii-canvas v3.0.0 |
1867 | 2023-10-09T00:31:52.616Z | Compiling steno v0.4.0 |
1868 | 2023-10-09T00:31:52.895Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1869 | 2023-10-09T00:31:52.995Z | Compiling sled v0.34.7 |
1870 | 2023-10-09T00:32:00.036Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1871 | 2023-10-09T00:32:10.788Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1872 | 2023-10-09T00:32:11.416Z | Compiling env_logger v0.9.3 |
1873 | 2023-10-09T00:32:11.912Z | Compiling tungstenite v0.18.0 |
1874 | 2023-10-09T00:32:18.580Z | Compiling object v0.30.4 |
1875 | 2023-10-09T00:32:19.134Z | Compiling is-terminal v0.4.9 |
1876 | 2023-10-09T00:32:19.318Z | Compiling ena v0.14.2 |
1877 | 2023-10-09T00:32:19.962Z | Compiling bitstruct_derive v0.1.0 |
1878 | 2023-10-09T00:32:21.159Z | Compiling async-recursion v1.0.5 |
1879 | 2023-10-09T00:32:21.682Z | Compiling derive-where v1.2.5 |
1880 | 2023-10-09T00:32:21.952Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1881 | 2023-10-09T00:32:22.156Z | Compiling libloading v0.7.4 |
1882 | 2023-10-09T00:32:22.700Z | Compiling ascii v1.1.0 |
1883 | 2023-10-09T00:32:22.727Z | Compiling diff v0.1.13 |
1884 | 2023-10-09T00:32:23.676Z | Compiling linear-map v1.2.0 |
1885 | 2023-10-09T00:32:24.052Z | Compiling pretty-hex v0.3.0 |
1886 | 2023-10-09T00:32:24.368Z | Compiling path-slash v0.1.5 |
1887 | 2023-10-09T00:32:24.412Z | Compiling ringbuffer v0.15.0 |
1888 | 2023-10-09T00:32:24.698Z | Compiling bindgen v0.65.1 |
1889 | 2023-10-09T00:32:25.345Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1890 | 2023-10-09T00:32:25.876Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1891 | 2023-10-09T00:32:27.532Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1892 | 2023-10-09T00:32:30.089Z | Compiling lalrpop v0.19.12 |
1893 | 2023-10-09T00:32:36.505Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1894 | 2023-10-09T00:32:41.542Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1895 | 2023-10-09T00:32:42.933Z | Compiling bitstruct v0.1.1 |
1896 | 2023-10-09T00:32:42.959Z | Compiling tokio-tungstenite v0.18.0 |
1897 | 2023-10-09T00:32:42.978Z | Compiling curve25519-dalek v4.1.0 |
1898 | 2023-10-09T00:32:43.561Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2023-10-09T00:32:48.435Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1900 | 2023-10-09T00:32:56.885Z | Compiling darling v0.14.4 |
1901 | 2023-10-09T00:32:57.055Z | Compiling cexpr v0.6.0 |
1902 | 2023-10-09T00:33:00.216Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1903 | 2023-10-09T00:33:02.052Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1904 | 2023-10-09T00:33:02.527Z | Compiling which v4.4.0 |
1905 | 2023-10-09T00:33:03.448Z | Compiling ff v0.13.0 |
1906 | 2023-10-09T00:33:03.476Z | Compiling path-dedot v3.1.0 |
1907 | 2023-10-09T00:33:03.828Z | Compiling serde_arrays v0.1.0 |
1908 | 2023-10-09T00:33:03.865Z | Compiling rustc-hash v1.1.0 |
1909 | 2023-10-09T00:33:04.067Z | Compiling peeking_take_while v0.1.2 |
1910 | 2023-10-09T00:33:04.078Z | Compiling shlex v1.1.0 |
1911 | 2023-10-09T00:33:04.279Z | Compiling lazycell v1.3.0 |
1912 | 2023-10-09T00:33:04.495Z | Compiling display-error-chain v0.1.1 |
1913 | 2023-10-09T00:33:04.726Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1914 | 2023-10-09T00:33:06.391Z | Compiling group v0.13.0 |
1915 | 2023-10-09T00:33:06.660Z | Compiling path-absolutize v3.1.0 |
1916 | 2023-10-09T00:33:06.962Z | Compiling derive_builder_core v0.12.0 |
1917 | 2023-10-09T00:33:10.850Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1918 | 2023-10-09T00:33:12.264Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1919 | 2023-10-09T00:33:12.969Z | Compiling olpc-cjson v0.1.3 |
1920 | 2023-10-09T00:33:13.851Z | Compiling pem v1.1.1 |
1921 | 2023-10-09T00:33:16.387Z | Compiling camino-tempfile v1.0.2 |
1922 | 2023-10-09T00:33:17.728Z | Compiling globset v0.4.13 |
1923 | 2023-10-09T00:33:19.948Z | Compiling crypto-bigint v0.5.2 |
1924 | 2023-10-09T00:33:20.537Z | Compiling serde_plain v1.0.2 |
1925 | 2023-10-09T00:33:20.630Z | Compiling polar-core v0.26.4 |
1926 | 2023-10-09T00:33:21.385Z | Compiling libxml v0.3.3 |
1927 | 2023-10-09T00:33:21.873Z | Compiling curve25519-dalek-derive v0.1.0 |
1928 | 2023-10-09T00:33:22.844Z | Compiling thiserror-impl-no-std v2.0.2 |
1929 | 2023-10-09T00:33:24.080Z | Compiling base16ct v0.2.0 |
1930 | 2023-10-09T00:33:24.763Z | Compiling buf-list v1.0.3 |
1931 | 2023-10-09T00:33:25.556Z | Compiling ref-cast v1.0.20 |
1932 | 2023-10-09T00:33:26.389Z | Compiling elliptic-curve v0.13.5 |
1933 | 2023-10-09T00:33:27.573Z | Compiling thiserror-no-std v2.0.2 |
1934 | 2023-10-09T00:33:27.770Z | Compiling tough v0.12.5 |
1935 | 2023-10-09T00:33:27.885Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1936 | 2023-10-09T00:33:32.751Z | Compiling derive_builder_macro v0.12.0 |
1937 | 2023-10-09T00:33:33.933Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1938 | 2023-10-09T00:33:40.557Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1939 | 2023-10-09T00:33:42.249Z | Compiling poly1305 v0.8.0 |
1940 | 2023-10-09T00:33:42.974Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1941 | 2023-10-09T00:33:44.523Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1942 | 2023-10-09T00:33:44.526Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1943 | 2023-10-09T00:33:44.884Z | Compiling chacha20 v0.9.1 |
1944 | 2023-10-09T00:33:44.897Z | Compiling strum_macros v0.24.3 |
1945 | 2023-10-09T00:33:45.420Z | Compiling const_format_proc_macros v0.2.31 |
1946 | 2023-10-09T00:33:45.610Z | Compiling ref-cast-impl v1.0.20 |
1947 | 2023-10-09T00:33:47.393Z | Compiling cookie v0.16.2 |
1948 | 2023-10-09T00:33:47.783Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1949 | 2023-10-09T00:33:48.198Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1950 | 2023-10-09T00:33:48.642Z | Compiling indoc v1.0.9 |
1951 | 2023-10-09T00:33:48.665Z | Compiling signature v1.6.4 |
1952 | 2023-10-09T00:33:48.910Z | Compiling salty v0.2.0 |
1953 | 2023-10-09T00:33:48.945Z | Compiling ed25519 v1.5.3 |
1954 | 2023-10-09T00:33:49.500Z | Compiling const_format v0.2.31 |
1955 | 2023-10-09T00:33:50.005Z | Compiling chacha20poly1305 v0.10.1 |
1956 | 2023-10-09T00:33:50.110Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1957 | 2023-10-09T00:33:50.341Z | Compiling derive_builder v0.12.0 |
1958 | 2023-10-09T00:33:51.340Z | Compiling vsss-rs v3.3.1 |
1959 | 2023-10-09T00:33:58.392Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1960 | 2023-10-09T00:33:59.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1961 | 2023-10-09T00:34:06.008Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1962 | 2023-10-09T00:34:07.544Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1963 | 2023-10-09T00:34:08.921Z | Compiling signal-hook-mio v0.2.3 |
1964 | 2023-10-09T00:34:09.222Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1965 | 2023-10-09T00:34:09.766Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1966 | 2023-10-09T00:34:10.163Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1967 | 2023-10-09T00:34:16.628Z | Compiling ron v0.7.1 |
1968 | 2023-10-09T00:34:21.197Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1969 | 2023-10-09T00:34:23.615Z | Compiling headers-core v0.2.0 |
1970 | 2023-10-09T00:34:23.869Z | Compiling bb8 v0.8.1 |
1971 | 2023-10-09T00:34:24.817Z | Compiling quick-xml v0.23.1 |
1972 | 2023-10-09T00:34:26.388Z | Compiling serde-big-array v0.5.1 |
1973 | 2023-10-09T00:34:26.516Z | Compiling num-derive v0.4.0 |
1974 | 2023-10-09T00:34:26.765Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1975 | 2023-10-09T00:34:27.978Z | Compiling impl-trait-for-tuples v0.2.2 |
1976 | 2023-10-09T00:34:30.285Z | Compiling oso-derive v0.26.4 |
1977 | 2023-10-09T00:34:30.296Z | Compiling maplit v1.0.2 |
1978 | 2023-10-09T00:34:30.451Z | Compiling bit_field v0.10.2 |
1979 | 2023-10-09T00:34:30.877Z | Compiling http-range v0.1.5 |
1980 | 2023-10-09T00:34:31.753Z | Compiling hyper-staticfile v0.9.5 |
1981 | 2023-10-09T00:34:31.831Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1982 | 2023-10-09T00:34:34.863Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1983 | 2023-10-09T00:34:38.392Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1984 | 2023-10-09T00:34:39.466Z | Compiling headers v0.3.9 |
1985 | 2023-10-09T00:34:44.777Z | Compiling oso v0.26.4 |
1986 | 2023-10-09T00:34:46.688Z | Compiling crossterm v0.27.0 |
1987 | 2023-10-09T00:35:03.371Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1988 | 2023-10-09T00:35:07.475Z | Compiling signal-hook-tokio v0.3.1 |
1989 | 2023-10-09T00:35:07.769Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2023-10-09T00:35:07.782Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1991 | 2023-10-09T00:35:07.833Z | Compiling serde-big-array v0.4.1 |
1992 | 2023-10-09T00:35:08.107Z | Compiling cassowary v0.3.0 |
1993 | 2023-10-09T00:35:09.919Z | Compiling indoc v2.0.3 |
1994 | 2023-10-09T00:35:11.471Z | Compiling ratatui v0.23.0 |
1995 | 2023-10-09T00:35:11.858Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1996 | 2023-10-09T00:35:14.653Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1997 | 2023-10-09T00:35:15.894Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2023-10-09T00:35:16.461Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1999 | 2023-10-09T00:35:17.273Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2000 | 2023-10-09T00:35:22.594Z | Compiling fatfs v0.3.6 |
2001 | 2023-10-09T00:35:27.431Z | Compiling bytesize v1.3.0 |
2002 | 2023-10-09T00:35:28.304Z | Compiling nanorand v0.7.0 |
2003 | 2023-10-09T00:35:28.371Z | Compiling rtoolbox v0.0.1 |
2004 | 2023-10-09T00:35:29.123Z | Compiling assert_matches v1.5.0 |
2005 | 2023-10-09T00:35:29.264Z | Compiling fs-err v2.9.0 |
2006 | 2023-10-09T00:35:29.633Z | Compiling corncobs v0.1.3 |
2007 | 2023-10-09T00:35:30.238Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2008 | 2023-10-09T00:35:30.294Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2009 | 2023-10-09T00:35:30.657Z | Compiling flume v0.11.0 |
2010 | 2023-10-09T00:35:31.570Z | Compiling rpassword v7.2.0 |
2011 | 2023-10-09T00:35:31.950Z | Compiling tui-tree-widget v0.13.0 |
2012 | 2023-10-09T00:35:32.213Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2013 | 2023-10-09T00:35:35.991Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2014 | 2023-10-09T00:35:37.267Z | Compiling shell-words v1.1.0 |
2015 | 2023-10-09T00:35:37.937Z | Compiling owo-colors v3.5.0 |
2016 | 2023-10-09T00:35:43.553Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2017 | 2023-10-09T00:35:52.722Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2018 | 2023-10-09T00:36:45.845Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2019 | 2023-10-09T00:36:59.699Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2020 | 2023-10-09T00:39:13.150Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2021 | 2023-10-09T00:40:45.678Z | Compiling git2 v0.17.2 |
2022 | 2023-10-09T00:40:52.324Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2023 | 2023-10-09T00:40:54.078Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2024 | 2023-10-09T00:41:06.003Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2025 | 2023-10-09T00:41:21.679Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2026 | 2023-10-09T00:41:22.830Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2027 | 2023-10-09T00:41:23.711Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2028 | 2023-10-09T00:41:25.854Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2029 | 2023-10-09T00:50:03.923Z | Finished release [optimized] target(s) in 21m 20s |
2030 | 2023-10-09T00:51:20.324Z | |
2031 | 2023-10-09T00:51:20.427Z | real 22:37.732680515 |
2032 | 2023-10-09T00:51:20.456Z | user 2:39:59.947453911 |
2033 | 2023-10-09T00:51:20.473Z | sys 6:36.021424970 |
2034 | 2023-10-09T00:51:20.570Z | trap 5.015436346 |
2035 | 2023-10-09T00:51:21.031Z | tflt 1.479023483 |
2036 | 2023-10-09T00:51:21.450Z | dflt 3.285359092 |
2037 | 2023-10-09T00:51:21.455Z | kflt 0.058916274 |
2038 | 2023-10-09T00:51:21.460Z | lock 8:58:56.232436748 |
2039 | 2023-10-09T00:51:21.464Z | slp 6:38:37.496856829 |
2040 | 2023-10-09T00:51:21.467Z | lat 2:47.235887188 |
2041 | 2023-10-09T00:51:21.472Z | stop 52.644667746 |
2042 | 2023-10-09T00:51:21.477Z | + 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/*) |
2043 | 2023-10-09T00:51:21.481Z | + pfexec mkdir -p /work |
2044 | 2023-10-09T00:51:21.485Z | + pfexec chown build /work |
2045 | 2023-10-09T00:51:21.491Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.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 |
2046 | 2023-10-09T00:51:33.569Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2047 | 2023-10-09T00:51:33.574Z | a out/maghemite.tar 73201K |
2048 | 2023-10-09T00:51:33.578Z | a out/omicron-sled-agent.tar 110643K |
2049 | 2023-10-09T00:51:33.581Z | a out/target/test 1K |
2050 | 2023-10-09T00:51:33.586Z | a out/npuzone/npuzone 37049K |
2051 | 2023-10-09T00:51:33.591Z | a package-manifest.toml 21K |
2052 | 2023-10-09T00:51:33.599Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2053 | 2023-10-09T00:51:33.602Z | a target/release/omicron-package 37008K |
2054 | 2023-10-09T00:51:33.609Z | a tools/create_virtual_hardware.sh 3K |
2055 | 2023-10-09T00:51:33.613Z | a tools/virtual_hardware.sh 4K |
2056 | 2023-10-09T00:51:33.619Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2057 | 2023-10-09T00:51:33.624Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2058 | 2023-10-09T00:51:33.627Z | a tools/scrimlet/softnpu-init.sh 3K |
2059 | 2023-10-09T00:51:33.631Z | a tools/scrimlet/softnpu-zone.txt 1K |
2060 | 2023-10-09T00:51:33.636Z | a tools/scrimlet/softnpu.toml 1K |
2061 | 2023-10-09T00:51:33.641Z | |
2062 | 2023-10-09T00:51:33.645Z | real 13.697516253 |
2063 | 2023-10-09T00:51:33.650Z | user 13.132639660 |
2064 | 2023-10-09T00:51:33.658Z | sys 1.037702443 |
2065 | 2023-10-09T00:51:33.663Z | trap 0.002537795 |
2066 | 2023-10-09T00:51:33.668Z | tflt 0.000000000 |
2067 | 2023-10-09T00:51:33.674Z | dflt 0.000000000 |
2068 | 2023-10-09T00:51:33.680Z | kflt 0.000000000 |
2069 | 2023-10-09T00:51:33.684Z | lock 0.000000000 |
2070 | 2023-10-09T00:51:34.124Z | slp 12.832782437 |
2071 | 2023-10-09T00:51:34.131Z | lat 0.385931263 |
2072 | 2023-10-09T00:51:34.141Z | stop 0.000233579 |
2073 | 2023-10-09T00:51:34.596Z | ++ pwd |
2074 | 2023-10-09T00:51:34.606Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2075 | 2023-10-09T00:51:34.620Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2076 | 2023-10-09T00:51:34.626Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2077 | 2023-10-09T00:51:34.775Z | Finished release [optimized] target(s) in 1.11s |
2078 | 2023-10-09T00:51:34.802Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2079 | 2023-10-09T00:51:34.843Z | Created new build target 'host' and set it as active |
2080 | 2023-10-09T00:51:34.847Z | |
2081 | 2023-10-09T00:51:34.850Z | real 1.262546030 |
2082 | 2023-10-09T00:51:34.853Z | user 0.903400239 |
2083 | 2023-10-09T00:51:34.856Z | sys 0.359887769 |
2084 | 2023-10-09T00:51:34.859Z | trap 0.000138557 |
2085 | 2023-10-09T00:51:34.862Z | tflt 0.000004268 |
2086 | 2023-10-09T00:51:34.865Z | dflt 0.000005652 |
2087 | 2023-10-09T00:51:34.868Z | kflt 0.000000000 |
2088 | 2023-10-09T00:51:34.871Z | lock 0.031333077 |
2089 | 2023-10-09T00:51:34.874Z | slp 0.018772012 |
2090 | 2023-10-09T00:51:34.877Z | lat 0.001771181 |
2091 | 2023-10-09T00:51:34.880Z | stop 0.000222558 |
2092 | 2023-10-09T00:51:34.883Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2093 | 2023-10-09T00:51:35.985Z | Finished release [optimized] target(s) in 1.05s |
2094 | 2023-10-09T00:51:36.013Z | Running `target/release/omicron-package -t host package` |
2095 | 2023-10-09T00:51:36.054Z | Oct 09 00:51:36.055 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2096 | 2023-10-09T00:51:37.228Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2097 | 2023-10-09T00:55:13.105Z | Finished release [optimized] target(s) in 3m 36s |
2098 | 2023-10-09T00:56:40.855Z | |
2099 | 2023-10-09T00:56:40.863Z | real 5:06.015415171 |
2100 | 2023-10-09T00:56:40.867Z | user 20:55.332202944 |
2101 | 2023-10-09T00:56:40.869Z | sys 1:00.116213341 |
2102 | 2023-10-09T00:56:40.872Z | trap 0.511589177 |
2103 | 2023-10-09T00:56:40.875Z | tflt 0.020281056 |
2104 | 2023-10-09T00:56:40.878Z | dflt 1.316332601 |
2105 | 2023-10-09T00:56:40.898Z | kflt 0.000160810 |
2106 | 2023-10-09T00:56:40.919Z | lock 1:13:42.362813430 |
2107 | 2023-10-09T00:56:40.926Z | slp 17:38.912211977 |
2108 | 2023-10-09T00:56:40.940Z | lat 8.067146360 |
2109 | 2023-10-09T00:56:40.963Z | stop 0.630703526 |
2110 | 2023-10-09T00:56:40.975Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2111 | 2023-10-09T00:56:41.023Z | + for package in "$@" |
2112 | 2023-10-09T00:56:41.052Z | + [[ omicron-sled-agent == maghemite ]] |
2113 | 2023-10-09T00:56:41.097Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git0e5808bcacb |
2114 | 2023-10-09T00:56:42.033Z | Finished release [optimized] target(s) in 1.09s |
2115 | 2023-10-09T00:56:42.062Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git0e5808bcacb` |
2116 | 2023-10-09T00:56:42.102Z | Oct 09 00:56:42.105 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2117 | 2023-10-09T00:56:42.635Z | Created: out/versioned/omicron-sled-agent.tar |
2118 | 2023-10-09T00:56:42.640Z | + for package in "$@" |
2119 | 2023-10-09T00:56:42.644Z | + [[ maghemite == maghemite ]] |
2120 | 2023-10-09T00:56:42.650Z | + echo 0.0.0 |
2121 | 2023-10-09T00:56:42.659Z | + tar rvf out/maghemite.tar VERSION |
2122 | 2023-10-09T00:56:42.677Z | a VERSION 1K |
2123 | 2023-10-09T00:56:42.688Z | + rm VERSION |
2124 | 2023-10-09T00:56:42.693Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0e5808bcacb |
2125 | 2023-10-09T00:56:43.783Z | Finished release [optimized] target(s) in 1.06s |
2126 | 2023-10-09T00:56:43.817Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0e5808bcacb` |
2127 | 2023-10-09T00:56:43.860Z | Oct 09 00:56:43.854 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2128 | 2023-10-09T00:56:44.707Z | Created: out/versioned/maghemite.tar |
2129 | 2023-10-09T00:56:44.710Z | + for package in "$@" |
2130 | 2023-10-09T00:56:44.715Z | + [[ propolis-server == maghemite ]] |
2131 | 2023-10-09T00:56:44.720Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git0e5808bcacb |
2132 | 2023-10-09T00:56:55.420Z | Finished release [optimized] target(s) in 1.07s |
2133 | 2023-10-09T00:56:57.846Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git0e5808bcacb` |
2134 | 2023-10-09T00:56:58.472Z | Oct 09 00:56:45.422 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2135 | 2023-10-09T00:56:59.056Z | Created: out/versioned/propolis-server.tar.gz |
2136 | 2023-10-09T00:56:59.241Z | + for package in "$@" |
2137 | 2023-10-09T00:56:59.346Z | + [[ overlay == maghemite ]] |
2138 | 2023-10-09T00:56:59.518Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git0e5808bcacb |
2139 | 2023-10-09T00:56:59.866Z | Finished release [optimized] target(s) in 1.06s |
2140 | 2023-10-09T00:57:00.079Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git0e5808bcacb` |
2141 | 2023-10-09T00:57:00.234Z | Oct 09 00:56:48.393 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2142 | 2023-10-09T00:57:00.326Z | Created: out/versioned/overlay.tar.gz |
2143 | 2023-10-09T00:57:00.361Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2144 | 2023-10-09T00:57:00.411Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2145 | 2023-10-09T00:57:00.449Z | ++ cd -- ./tools |
2146 | 2023-10-09T00:57:00.889Z | ++ pwd |
2147 | 2023-10-09T00:57:00.895Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2148 | 2023-10-09T00:57:00.924Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2149 | 2023-10-09T00:57:01.358Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2150 | 2023-10-09T00:57:01.436Z | ++ readlink -f /work |
2151 | 2023-10-09T00:57:01.474Z | + out_dir=/work |
2152 | 2023-10-09T00:57:01.887Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2153 | 2023-10-09T00:57:01.901Z | + for dep in "${deps[@]}" |
2154 | 2023-10-09T00:57:01.916Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2155 | 2023-10-09T00:57:01.934Z | + for dep in "${deps[@]}" |
2156 | 2023-10-09T00:57:02.368Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2157 | 2023-10-09T00:57:02.377Z | + for dep in "${deps[@]}" |
2158 | 2023-10-09T00:57:02.392Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2159 | 2023-10-09T00:57:02.841Z | + for dep in "${deps[@]}" |
2160 | 2023-10-09T00:57:02.862Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2161 | 2023-10-09T00:57:02.892Z | ++ mktemp -d |
2162 | 2023-10-09T00:57:03.341Z | + tmp_gz=/tmp/tmp.OyaOpi |
2163 | 2023-10-09T00:57:03.346Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2164 | 2023-10-09T00:57:03.351Z | + echo '{"v":"1","t":"layer"}' |
2165 | 2023-10-09T00:57:03.356Z | + pkg_dir=/tmp/tmp.OyaOpi/root/opt/oxide/sled-agent |
2166 | 2023-10-09T00:57:03.362Z | + mkdir -p /tmp/tmp.OyaOpi/root/opt/oxide/sled-agent |
2167 | 2023-10-09T00:57:03.366Z | + cd /tmp/tmp.OyaOpi/root/opt/oxide/sled-agent |
2168 | 2023-10-09T00:57:03.369Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2169 | 2023-10-09T00:57:03.374Z | x ., 0 bytes, 0 tape blocks |
2170 | 2023-10-09T00:57:03.415Z | x zone-bundle, 34348400 bytes, 67087 tape blocks |
2171 | 2023-10-09T00:57:03.457Z | x sled-agent, 79136112 bytes, 154563 tape blocks |
2172 | 2023-10-09T00:57:03.543Z | x pkg, 0 bytes, 0 tape blocks |
2173 | 2023-10-09T00:57:03.615Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2174 | 2023-10-09T00:57:03.649Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2175 | 2023-10-09T00:57:03.706Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2176 | 2023-10-09T00:57:03.744Z | x VERSION, 25 bytes, 1 tape blocks |
2177 | 2023-10-09T00:57:03.782Z | + mkdir -p /tmp/tmp.OyaOpi/root/lib/svc/manifest/site/ |
2178 | 2023-10-09T00:57:03.821Z | + mv pkg/manifest.xml /tmp/tmp.OyaOpi/root/lib/svc/manifest/site/sled-agent.xml |
2179 | 2023-10-09T00:57:03.860Z | + cd - |
2180 | 2023-10-09T00:57:03.930Z | /work/oxidecomputer/omicron |
2181 | 2023-10-09T00:57:03.950Z | + pkg_dir=/tmp/tmp.OyaOpi/root/opt/oxide/mg-ddm |
2182 | 2023-10-09T00:57:03.982Z | + mkdir -p /tmp/tmp.OyaOpi/root/opt/oxide/mg-ddm |
2183 | 2023-10-09T00:57:03.995Z | + cd /tmp/tmp.OyaOpi/root/opt/oxide/mg-ddm |
2184 | 2023-10-09T00:57:04.028Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2185 | 2023-10-09T00:57:04.069Z | x ., 0 bytes, 0 tape blocks |
2186 | 2023-10-09T00:57:04.534Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2187 | 2023-10-09T00:57:04.578Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2188 | 2023-10-09T00:57:04.603Z | x pkg, 0 bytes, 0 tape blocks |
2189 | 2023-10-09T00:57:04.649Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2190 | 2023-10-09T00:57:04.676Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2191 | 2023-10-09T00:57:04.745Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2192 | 2023-10-09T00:57:04.790Z | x VERSION, 25 bytes, 1 tape blocks |
2193 | 2023-10-09T00:57:04.810Z | + cd - |
2194 | 2023-10-09T00:57:04.844Z | /work/oxidecomputer/omicron |
2195 | 2023-10-09T00:57:04.858Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.OyaOpi/root/opt/oxide |
2196 | 2023-10-09T00:57:04.876Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.OyaOpi/root/opt/oxide |
2197 | 2023-10-09T00:57:04.886Z | + cd /tmp/tmp.OyaOpi |
2198 | 2023-10-09T00:57:04.928Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2199 | 2023-10-09T00:57:05.002Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2200 | 2023-10-09T00:57:05.032Z | a oxide.json 1K |
2201 | 2023-10-09T00:57:05.060Z | a root/ 0K |
2202 | 2023-10-09T00:57:05.475Z | a root/opt/ 0K |
2203 | 2023-10-09T00:57:05.480Z | a root/opt/oxide/ 0K |
2204 | 2023-10-09T00:57:05.483Z | a root/opt/oxide/sled-agent/ 0K |
2205 | 2023-10-09T00:57:05.487Z | a root/opt/oxide/sled-agent/zone-bundle 33544K |
2206 | 2023-10-09T00:57:05.520Z | a root/opt/oxide/sled-agent/sled-agent 77282K |
2207 | 2023-10-09T00:57:05.525Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2208 | 2023-10-09T00:57:05.529Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2209 | 2023-10-09T00:57:05.946Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2210 | 2023-10-09T00:57:05.949Z | a root/opt/oxide/sled-agent/VERSION 1K |
2211 | 2023-10-09T00:57:05.968Z | a root/opt/oxide/mg-ddm/ 0K |
2212 | 2023-10-09T00:57:05.972Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2213 | 2023-10-09T00:57:05.978Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2214 | 2023-10-09T00:57:05.986Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2215 | 2023-10-09T00:57:06.405Z | + cd / |
2216 | 2023-10-09T00:57:06.414Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2217 | 2023-10-09T00:57:06.420Z | + rm -rf /tmp/tmp.OyaOpi |
2218 | 2023-10-09T00:57:06.432Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2219 | 2023-10-09T00:57:06.438Z | |
2220 | 2023-10-09T00:57:06.443Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2221 | 2023-10-09T00:57:06.448Z | real 12.612572430 |
2222 | 2023-10-09T00:57:06.455Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2223 | 2023-10-09T00:57:06.464Z | user 11.720561454 |
2224 | 2023-10-09T00:57:06.469Z | a root/opt/oxide/propolis-server.tar.gz 64314K |
2225 | 2023-10-09T00:57:06.474Z | sys 0.954687183 |
2226 | 2023-10-09T00:57:06.480Z | a root/opt/oxide/overlay.tar.gz 2K |
2227 | 2023-10-09T00:57:06.897Z | trap 0.003903692 |
2228 | 2023-10-09T00:57:06.901Z | a root/lib/ 0K |
2229 | 2023-10-09T00:57:06.905Z | tflt 0.000000000 |
2230 | 2023-10-09T00:57:06.909Z | a root/lib/svc/ 0K |
2231 | 2023-10-09T00:57:06.913Z | dflt 0.000000000 |
2232 | 2023-10-09T00:57:06.918Z | a root/lib/svc/manifest/ 0K |
2233 | 2023-10-09T00:57:06.929Z | kflt 0.000000000 |
2234 | 2023-10-09T00:57:07.355Z | a root/lib/svc/manifest/site/ 0K |
2235 | 2023-10-09T00:57:07.360Z | lock 0.000000000 |
2236 | 2023-10-09T00:57:07.365Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2237 | 2023-10-09T00:57:07.371Z | slp 24.373724795 |
2238 | 2023-10-09T00:57:07.380Z | lat 0.375418439 |
2239 | 2023-10-09T00:57:07.390Z | stop 0.000304012 |
2240 | 2023-10-09T00:57:07.396Z | + mkdir -p /work/zones |
2241 | 2023-10-09T00:57:07.401Z | + 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-collector.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) |
2242 | 2023-10-09T00:57:07.819Z | + 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-collector.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/ |
2243 | 2023-10-09T00:57:07.835Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2244 | 2023-10-09T00:57:09.064Z | Finished release [optimized] target(s) in 1.14s |
2245 | 2023-10-09T00:57:09.068Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2246 | 2023-10-09T00:57:09.071Z | Created new build target 'recovery' and set it as active |
2247 | 2023-10-09T00:57:09.074Z | |
2248 | 2023-10-09T00:57:09.077Z | real 1.300798462 |
2249 | 2023-10-09T00:57:09.085Z | user 0.932722744 |
2250 | 2023-10-09T00:57:09.102Z | sys 0.366149636 |
2251 | 2023-10-09T00:57:09.122Z | trap 0.000889210 |
2252 | 2023-10-09T00:57:09.144Z | tflt 0.000004124 |
2253 | 2023-10-09T00:57:09.156Z | dflt 0.000021605 |
2254 | 2023-10-09T00:57:09.163Z | kflt 0.000000000 |
2255 | 2023-10-09T00:57:09.172Z | lock 0.036134473 |
2256 | 2023-10-09T00:57:09.187Z | slp 0.020971062 |
2257 | 2023-10-09T00:57:09.210Z | lat 0.003475850 |
2258 | 2023-10-09T00:57:09.655Z | stop 0.000450157 |
2259 | 2023-10-09T00:57:09.663Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2260 | 2023-10-09T00:57:09.676Z | Finished release [optimized] target(s) in 1.11s |
2261 | 2023-10-09T00:57:10.505Z | Running `target/release/omicron-package -t recovery package` |
2262 | 2023-10-09T00:57:10.514Z | Oct 09 00:57:07.023 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2263 | 2023-10-09T00:57:10.523Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2264 | 2023-10-09T00:57:11.963Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2265 | 2023-10-09T00:57:49.583Z | Finished release [optimized] target(s) in 37.85s |
2266 | 2023-10-09T00:58:28.336Z | |
2267 | 2023-10-09T00:58:28.341Z | real 1:22.584987764 |
2268 | 2023-10-09T00:58:28.346Z | user 2:40.929326373 |
2269 | 2023-10-09T00:58:28.352Z | sys 12.091009595 |
2270 | 2023-10-09T00:58:28.357Z | trap 0.072732828 |
2271 | 2023-10-09T00:58:28.362Z | tflt 0.093612842 |
2272 | 2023-10-09T00:58:28.393Z | dflt 0.605810455 |
2273 | 2023-10-09T00:58:28.415Z | kflt 0.000171784 |
2274 | 2023-10-09T00:58:29.259Z | lock 17:32.757731750 |
2275 | 2023-10-09T00:58:29.264Z | slp 3:06.592710804 |
2276 | 2023-10-09T00:58:29.274Z | lat 1.739266902 |
2277 | 2023-10-09T00:58:29.283Z | stop 0.188855720 |
2278 | 2023-10-09T00:58:29.313Z | + stamp_packages installinator maghemite |
2279 | 2023-10-09T00:58:29.323Z | + for package in "$@" |
2280 | 2023-10-09T00:58:29.335Z | + [[ installinator == maghemite ]] |
2281 | 2023-10-09T00:58:29.354Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git0e5808bcacb |
2282 | 2023-10-09T00:58:29.499Z | Finished release [optimized] target(s) in 1.07s |
2283 | 2023-10-09T00:58:29.522Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git0e5808bcacb` |
2284 | 2023-10-09T00:58:29.604Z | Oct 09 00:58:29.565 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2285 | 2023-10-09T00:58:29.683Z | Created: out/versioned/installinator.tar |
2286 | 2023-10-09T00:58:29.692Z | + for package in "$@" |
2287 | 2023-10-09T00:58:29.702Z | + [[ maghemite == maghemite ]] |
2288 | 2023-10-09T00:58:29.710Z | + echo 0.0.0 |
2289 | 2023-10-09T00:58:29.719Z | + tar rvf out/maghemite.tar VERSION |
2290 | 2023-10-09T00:58:29.729Z | a VERSION 1K |
2291 | 2023-10-09T00:58:29.739Z | + rm VERSION |
2292 | 2023-10-09T00:58:29.750Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0e5808bcacb |
2293 | 2023-10-09T00:58:30.848Z | Finished release [optimized] target(s) in 1.07s |
2294 | 2023-10-09T00:58:30.870Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0e5808bcacb` |
2295 | 2023-10-09T00:58:30.914Z | Oct 09 00:58:30.913 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2296 | 2023-10-09T00:58:31.557Z | Created: out/versioned/maghemite.tar |
2297 | 2023-10-09T00:58:31.563Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2298 | 2023-10-09T00:58:31.569Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2299 | 2023-10-09T00:58:31.575Z | ++ cd -- ./tools |
2300 | 2023-10-09T00:58:31.581Z | ++ pwd |
2301 | 2023-10-09T00:58:31.588Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2302 | 2023-10-09T00:58:31.595Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2303 | 2023-10-09T00:58:31.601Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2304 | 2023-10-09T00:58:31.605Z | ++ readlink -f /work |
2305 | 2023-10-09T00:58:31.615Z | + out_dir=/work |
2306 | 2023-10-09T00:58:31.626Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2307 | 2023-10-09T00:58:32.046Z | + for dep in "${deps[@]}" |
2308 | 2023-10-09T00:58:32.049Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2309 | 2023-10-09T00:58:32.052Z | + for dep in "${deps[@]}" |
2310 | 2023-10-09T00:58:32.055Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2311 | 2023-10-09T00:58:32.060Z | ++ mktemp -d |
2312 | 2023-10-09T00:58:32.483Z | + tmp_trampoline=/tmp/tmp.8Daaui |
2313 | 2023-10-09T00:58:32.494Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2314 | 2023-10-09T00:58:32.503Z | + echo '{"v":"1","t":"layer"}' |
2315 | 2023-10-09T00:58:32.509Z | + pkg_dir=/tmp/tmp.8Daaui/root/opt/oxide/installinator |
2316 | 2023-10-09T00:58:32.513Z | + mkdir -p /tmp/tmp.8Daaui/root/opt/oxide/installinator |
2317 | 2023-10-09T00:58:32.518Z | + cd /tmp/tmp.8Daaui/root/opt/oxide/installinator |
2318 | 2023-10-09T00:58:32.522Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2319 | 2023-10-09T00:58:32.525Z | x ., 0 bytes, 0 tape blocks |
2320 | 2023-10-09T00:58:32.528Z | x installinator, 47863744 bytes, 93484 tape blocks |
2321 | 2023-10-09T00:58:32.531Z | x pkg, 0 bytes, 0 tape blocks |
2322 | 2023-10-09T00:58:32.534Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2323 | 2023-10-09T00:58:32.537Z | x VERSION, 25 bytes, 1 tape blocks |
2324 | 2023-10-09T00:58:32.539Z | + mkdir -p /tmp/tmp.8Daaui/root/lib/svc/manifest/site/ |
2325 | 2023-10-09T00:58:32.542Z | + mv pkg/manifest.xml /tmp/tmp.8Daaui/root/lib/svc/manifest/site/installinator.xml |
2326 | 2023-10-09T00:58:32.545Z | + cd - |
2327 | 2023-10-09T00:58:32.548Z | /work/oxidecomputer/omicron |
2328 | 2023-10-09T00:58:32.551Z | + pkg_dir=/tmp/tmp.8Daaui/root/opt/oxide/mg-ddm |
2329 | 2023-10-09T00:58:32.553Z | + mkdir -p /tmp/tmp.8Daaui/root/opt/oxide/mg-ddm |
2330 | 2023-10-09T00:58:32.556Z | + cd /tmp/tmp.8Daaui/root/opt/oxide/mg-ddm |
2331 | 2023-10-09T00:58:32.559Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2332 | 2023-10-09T00:58:32.562Z | x ., 0 bytes, 0 tape blocks |
2333 | 2023-10-09T00:58:32.565Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2334 | 2023-10-09T00:58:32.568Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2335 | 2023-10-09T00:58:32.571Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2023-10-09T00:58:32.574Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2337 | 2023-10-09T00:58:32.576Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2338 | 2023-10-09T00:58:32.581Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2339 | 2023-10-09T00:58:32.585Z | x VERSION, 25 bytes, 1 tape blocks |
2340 | 2023-10-09T00:58:32.593Z | + cd - |
2341 | 2023-10-09T00:58:33.014Z | /work/oxidecomputer/omicron |
2342 | 2023-10-09T00:58:33.034Z | + cd /tmp/tmp.8Daaui |
2343 | 2023-10-09T00:58:33.460Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2344 | 2023-10-09T00:58:37.655Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2345 | 2023-10-09T00:58:37.658Z | a oxide.json 1K |
2346 | 2023-10-09T00:58:37.662Z | a root/ 0K |
2347 | 2023-10-09T00:58:37.665Z | a root/opt/ 0K |
2348 | 2023-10-09T00:58:37.668Z | a root/opt/oxide/ 0K |
2349 | 2023-10-09T00:58:37.672Z | a root/opt/oxide/installinator/ 0K |
2350 | 2023-10-09T00:58:37.676Z | a root/opt/oxide/installinator/installinator 46742K |
2351 | 2023-10-09T00:58:37.681Z | a root/opt/oxide/installinator/pkg/ 0K |
2352 | 2023-10-09T00:58:37.686Z | a root/opt/oxide/installinator/VERSION 1K |
2353 | 2023-10-09T00:58:37.692Z | a root/opt/oxide/mg-ddm/ 0K |
2354 | 2023-10-09T00:58:37.697Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2355 | 2023-10-09T00:58:37.704Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2356 | 2023-10-09T00:58:37.710Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2357 | 2023-10-09T00:58:37.718Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2358 | 2023-10-09T00:58:37.735Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2359 | 2023-10-09T00:58:37.747Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2360 | 2023-10-09T00:58:37.762Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2361 | 2023-10-09T00:58:38.195Z | a root/lib/ 0K |
2362 | 2023-10-09T00:58:38.199Z | a root/lib/svc/ 0K |
2363 | 2023-10-09T00:58:38.203Z | a root/lib/svc/manifest/ 0K |
2364 | 2023-10-09T00:58:38.207Z | a root/lib/svc/manifest/site/ 0K |
2365 | 2023-10-09T00:58:38.210Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2366 | 2023-10-09T00:58:38.215Z | + cd / |
2367 | 2023-10-09T00:58:38.219Z | + rm -rf /tmp/tmp.8Daaui |
2368 | 2023-10-09T00:58:38.224Z | |
2369 | 2023-10-09T00:58:38.229Z | real 6.540060574 |
2370 | 2023-10-09T00:58:38.233Z | user 6.144735737 |
2371 | 2023-10-09T00:58:38.240Z | sys 0.425859400 |
2372 | 2023-10-09T00:58:38.251Z | trap 0.002085139 |
2373 | 2023-10-09T00:58:38.255Z | tflt 0.000000000 |
2374 | 2023-10-09T00:58:38.261Z | dflt 0.000000000 |
2375 | 2023-10-09T00:58:38.270Z | kflt 0.000000000 |
2376 | 2023-10-09T00:58:38.299Z | lock 0.000000000 |
2377 | 2023-10-09T00:58:38.305Z | slp 12.667421998 |
2378 | 2023-10-09T00:58:38.309Z | lat 0.181885148 |
2379 | 2023-10-09T00:58:38.317Z | stop 0.000313556 |
2380 | 2023-10-09T00:58:38.335Z | process exited: duration 2427275 ms, exit code 0 |
|
2381 | 2023-10-09T00:58:38.790Z | found 21 output files |
2382 | 2023-10-09T00:58:38.795Z | uploading: /work/version.txt (26 bytes) |
2383 | 2023-10-09T00:58:39.823Z | uploaded: /work/version.txt |
2384 | 2023-10-09T00:58:39.828Z | uploading: /work/package.tar.gz (83191262 bytes) |
2385 | 2023-10-09T00:59:28.116Z | uploaded: /work/package.tar.gz |
2386 | 2023-10-09T00:59:28.591Z | uploading: /work/global-zone-packages.tar.gz (125040159 bytes) |
2387 | 2023-10-09T01:00:45.358Z | uploaded: /work/global-zone-packages.tar.gz |
2388 | 2023-10-09T01:00:45.379Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38574943 bytes) |
2389 | 2023-10-09T01:01:13.996Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2390 | 2023-10-09T01:01:14.017Z | uploading: /work/zones/clickhouse.tar.gz (180691300 bytes) |
2391 | 2023-10-09T01:03:37.661Z | uploaded: /work/zones/clickhouse.tar.gz |
2392 | 2023-10-09T01:03:37.751Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180688527 bytes) |
2393 | 2023-10-09T01:05:35.060Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2394 | 2023-10-09T01:05:35.109Z | uploading: /work/zones/cockroachdb.tar.gz (117746590 bytes) |
2395 | 2023-10-09T01:06:42.698Z | uploaded: /work/zones/cockroachdb.tar.gz |
2396 | 2023-10-09T01:06:42.726Z | uploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes) |
2397 | 2023-10-09T01:06:52.876Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2398 | 2023-10-09T01:06:52.905Z | uploading: /work/zones/crucible.tar.gz (42773158 bytes) |
2399 | 2023-10-09T01:07:05.478Z | uploaded: /work/zones/crucible.tar.gz |
2400 | 2023-10-09T01:07:05.490Z | uploading: /work/zones/external-dns.tar.gz (22036092 bytes) |
2401 | 2023-10-09T01:07:21.177Z | uploaded: /work/zones/external-dns.tar.gz |
2402 | 2023-10-09T01:07:21.213Z | uploading: /work/zones/internal-dns.tar.gz (22036092 bytes) |
2403 | 2023-10-09T01:07:28.617Z | uploaded: /work/zones/internal-dns.tar.gz |
2404 | 2023-10-09T01:07:28.638Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2405 | 2023-10-09T01:07:29.755Z | uploaded: /work/zones/ntp.tar.gz |
2406 | 2023-10-09T01:07:29.771Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15772497 bytes) |
2407 | 2023-10-09T01:07:40.378Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2408 | 2023-10-09T01:07:40.817Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15771684 bytes) |
2409 | 2023-10-09T01:07:44.832Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2410 | 2023-10-09T01:07:44.844Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67809181 bytes) |
2411 | 2023-10-09T01:10:16.686Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2412 | 2023-10-09T01:10:16.710Z | uploading: /work/zones/omicron-nexus.tar.gz (67807017 bytes) |
2413 | 2023-10-09T01:10:59.283Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2414 | 2023-10-09T01:10:59.297Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2415 | 2023-10-09T01:11:00.760Z | uploaded: /work/zones/overlay.tar.gz |
2416 | 2023-10-09T01:11:00.830Z | uploading: /work/zones/oximeter-collector.tar.gz (18046448 bytes) |
2417 | 2023-10-09T01:11:12.895Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2418 | 2023-10-09T01:11:12.903Z | uploading: /work/zones/propolis-server.tar.gz (65856629 bytes) |
2419 | 2023-10-09T01:11:51.209Z | uploaded: /work/zones/propolis-server.tar.gz |
2420 | 2023-10-09T01:11:51.228Z | uploading: /work/zones/switch-asic.tar.gz (219015194 bytes) |
2421 | 2023-10-09T01:15:32.440Z | uploaded: /work/zones/switch-asic.tar.gz |
2422 | 2023-10-09T01:15:32.511Z | uploading: /work/zones/switch-softnpu.tar.gz (141413418 bytes) |
2423 | 2023-10-09T01:17:55.560Z | uploaded: /work/zones/switch-softnpu.tar.gz |