|
|
|
1 | 2023-10-17T20:49:27.627Z | job assigned to worker 01HCZP9PPFW43Y2XAWHKFXTQSC (queued for 1 m 59 s) |
|
2 | 2023-10-17T20:49:28.408Z | starting task 0: "setup" |
3 | 2023-10-17T20:49:28.908Z | ++ uname -s |
4 | 2023-10-17T20:49:28.913Z | + kern=SunOS |
5 | 2023-10-17T20:49:28.917Z | + case "$kern" in |
6 | 2023-10-17T20:49:28.920Z | + groupadd -g 12345 build |
7 | 2023-10-17T20:49:28.923Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-17T20:49:30.881Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-17T20:49:31.521Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-17T20:49:31.990Z | + home_fs=zfs |
11 | 2023-10-17T20:49:31.993Z | + [[ zfs == autofs ]] |
12 | 2023-10-17T20:49:31.998Z | + mkdir -p /home/build |
13 | 2023-10-17T20:49:32.069Z | + chown build:build /home/build /work |
14 | 2023-10-17T20:49:33.113Z | + chmod 0700 /home/build /work |
15 | 2023-10-17T20:49:33.116Z | process exited: duration 4705 ms, exit code 0 |
|
16 | 2023-10-17T20:49:33.129Z | starting task 1: "rust-toolchain" |
17 | 2023-10-17T20:49:33.142Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-17T20:49:33.145Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-17T20:49:33.337Z | info: downloading installer |
20 | 2023-10-17T20:49:37.147Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-17T20:49:37.154Z | warning: /opt/ooce/bin |
22 | 2023-10-17T20:49:37.158Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-17T20:49:37.162Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-17T20:49:37.174Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-17T20:49:37.194Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-17T20:49:37.206Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-17T20:49:37.216Z | error: cannot install while Rust is installed |
28 | 2023-10-17T20:49:37.220Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-17T20:49:37.987Z | info: profile set to 'default' |
30 | 2023-10-17T20:49:37.991Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-17T20:49:37.994Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-17T20:49:38.162Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-17T20:49:38.181Z | info: downloading component 'cargo' |
34 | 2023-10-17T20:49:38.866Z | info: downloading component 'clippy' |
35 | 2023-10-17T20:49:39.115Z | info: downloading component 'rust-docs' |
36 | 2023-10-17T20:49:40.000Z | info: downloading component 'rust-std' |
37 | 2023-10-17T20:49:41.638Z | info: downloading component 'rustc' |
38 | 2023-10-17T20:49:45.619Z | info: downloading component 'rustfmt' |
39 | 2023-10-17T20:49:45.978Z | info: installing component 'cargo' |
40 | 2023-10-17T20:49:48.108Z | info: installing component 'clippy' |
41 | 2023-10-17T20:49:49.234Z | info: installing component 'rust-docs' |
42 | 2023-10-17T20:49:51.980Z | info: installing component 'rust-std' |
43 | 2023-10-17T20:50:01.508Z | info: installing component 'rustc' |
44 | 2023-10-17T20:50:09.957Z | info: installing component 'rustfmt' |
45 | 2023-10-17T20:50:10.268Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-17T20:50:10.277Z | |
47 | 2023-10-17T20:50:10.400Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-17T20:50:10.406Z | |
49 | 2023-10-17T20:50:10.465Z | |
50 | 2023-10-17T20:50:10.474Z | Rust is installed now. Great! |
51 | 2023-10-17T20:50:10.477Z | |
52 | 2023-10-17T20:50:10.480Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-17T20:50:10.483Z | environment variable. This has not been done automatically. |
54 | 2023-10-17T20:50:10.487Z | |
55 | 2023-10-17T20:50:10.490Z | To configure your current shell, run: |
56 | 2023-10-17T20:50:10.493Z | source "$HOME/.cargo/env" |
57 | 2023-10-17T20:50:10.496Z | + rustc --version |
58 | 2023-10-17T20:50:10.600Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-17T20:50:10.605Z | process exited: duration 37473 ms, exit code 0 |
|
60 | 2023-10-17T20:50:10.611Z | starting task 2: "authentication" |
61 | 2023-10-17T20:50:10.639Z | process exited: duration 25 ms, exit code 0 |
|
62 | 2023-10-17T20:50:10.645Z | starting task 3: "clone repository" |
63 | 2023-10-17T20:50:10.655Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-17T20:50:10.658Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-17T20:50:10.702Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-17T20:50:18.102Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-17T20:50:18.107Z | + [[ -n wicketd-proxy-nexus ]] |
68 | 2023-10-17T20:50:18.113Z | + git fetch origin wicketd-proxy-nexus |
69 | 2023-10-17T20:50:18.468Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-17T20:50:18.486Z | * branch wicketd-proxy-nexus -> FETCH_HEAD |
71 | 2023-10-17T20:50:18.901Z | + git checkout -B wicketd-proxy-nexus remotes/origin/wicketd-proxy-nexus |
72 | 2023-10-17T20:50:18.905Z | Switched to a new branch 'wicketd-proxy-nexus' |
73 | 2023-10-17T20:50:18.908Z | branch 'wicketd-proxy-nexus' set up to track 'origin/wicketd-proxy-nexus'. |
74 | 2023-10-17T20:50:18.911Z | + git reset --hard 2670d9240dd2763e7e7b779f67333f3b67a840dd |
75 | 2023-10-17T20:50:18.913Z | HEAD is now at 2670d924 illumos fixes |
76 | 2023-10-17T20:50:18.916Z | process exited: duration 7941 ms, exit code 0 |
|
77 | 2023-10-17T20:50:18.924Z | starting task 4: "build" |
78 | 2023-10-17T20:50:18.935Z | + cargo --version |
79 | 2023-10-17T20:50:19.025Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-17T20:50:19.033Z | + rustc --version |
81 | 2023-10-17T20:50:19.126Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-17T20:50:19.131Z | ++ git rev-parse HEAD |
83 | 2023-10-17T20:50:19.136Z | + COMMIT=2670d9240dd2763e7e7b779f67333f3b67a840dd |
84 | 2023-10-17T20:50:19.554Z | + VERSION=1.0.2-0.ci+git2670d9240dd |
85 | 2023-10-17T20:50:19.558Z | + echo 1.0.2-0.ci+git2670d9240dd |
86 | 2023-10-17T20:50:19.562Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-17T20:50:29.625Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-17T20:50:30.494Z | Startup: Caching catalogs ... Done |
89 | 2023-10-17T20:50:34.535Z | Planning: Solver setup ... Done (3.841s) |
90 | 2023-10-17T20:50:34.638Z | Planning: Running solver ... Done (0.104s) |
91 | 2023-10-17T20:50:34.684Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-17T20:50:34.699Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-17T20:50:35.048Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-17T20:50:35.061Z | Planning: Package planning ... Done (0.080s) |
95 | 2023-10-17T20:50:35.145Z | Planning: Merging actions ... Done (0.084s) |
96 | 2023-10-17T20:50:36.003Z | Planning: Checking for conflicting actions ... Done (0.858s) |
97 | 2023-10-17T20:50:36.023Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-17T20:50:41.374Z | Planning: Evaluating mediators ... Done (5.352s) |
99 | 2023-10-17T20:50:41.390Z | Planning: Planning completed in 10.89 seconds |
100 | 2023-10-17T20:50:44.446Z | Packages to install: 4 |
101 | 2023-10-17T20:50:44.449Z | Mediators to change: 2 |
102 | 2023-10-17T20:50:44.452Z | Services to change: 1 |
103 | 2023-10-17T20:50:44.455Z | Estimated space available: 149.39 GB |
104 | 2023-10-17T20:50:44.458Z | Estimated space to be consumed: 1.36 GB |
105 | 2023-10-17T20:50:44.461Z | Create boot environment: No |
106 | 2023-10-17T20:50:44.464Z | Create backup boot environment: No |
107 | 2023-10-17T20:50:44.468Z | Rebuild boot archive: No |
108 | 2023-10-17T20:50:44.472Z | |
109 | 2023-10-17T20:50:44.475Z | Changed mediators: |
110 | 2023-10-17T20:50:44.478Z | mediator clang: |
111 | 2023-10-17T20:50:44.481Z | version: None -> 15 (system default) |
112 | 2023-10-17T20:50:44.484Z | |
113 | 2023-10-17T20:50:44.487Z | mediator llvm: |
114 | 2023-10-17T20:50:44.490Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-17T20:50:44.494Z | |
116 | 2023-10-17T20:50:44.502Z | Changed packages: |
117 | 2023-10-17T20:50:44.505Z | helios-dev |
118 | 2023-10-17T20:50:44.508Z | developer/build-essential |
119 | 2023-10-17T20:50:44.511Z | None -> 11-2.0 |
120 | 2023-10-17T20:50:44.514Z | library/libxmlsec1 |
121 | 2023-10-17T20:50:44.518Z | None -> 1.2.35-2.0 |
122 | 2023-10-17T20:50:44.520Z | ooce/developer/clang-15 |
123 | 2023-10-17T20:50:44.524Z | None -> 15.0.7-2.0 |
124 | 2023-10-17T20:50:44.528Z | ooce/developer/llvm-15 |
125 | 2023-10-17T20:50:44.532Z | None -> 15.0.7-2.0 |
126 | 2023-10-17T20:50:44.535Z | |
127 | 2023-10-17T20:50:44.538Z | Services: |
128 | 2023-10-17T20:50:44.541Z | restart_fmri: |
129 | 2023-10-17T20:50:44.544Z | svc:/system/update-man-index:default |
130 | 2023-10-17T20:50:44.779Z | |
131 | 2023-10-17T20:50:45.192Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-17T20:50:49.775Z | Download: 1355/3290 items 99.7/212.6MB 46% complete (20.2M/s) |
133 | 2023-10-17T20:50:54.776Z | Download: 3167/3290 items 150.8/212.6MB 70% complete (15.0M/s) |
134 | 2023-10-17T20:50:56.726Z | Download: Completed 212.60 MB in 11.95 seconds (17.8M/s) |
135 | 2023-10-17T20:50:57.647Z | Actions: 1/3687 actions (Installing new actions) |
136 | 2023-10-17T20:51:02.858Z | Actions: 3180/3687 actions (Installing new actions) |
137 | 2023-10-17T20:51:06.113Z | Actions: Completed 3687 actions in 8.07 seconds. |
138 | 2023-10-17T20:51:06.530Z | Done (0.071s) |
139 | 2023-10-17T20:51:06.533Z | Done (0.000s) |
140 | 2023-10-17T20:51:06.536Z | Done (0.176s) |
141 | 2023-10-17T20:51:13.625Z | Done (7.560s) |
142 | 2023-10-17T20:51:13.901Z | Done (0.176s) |
143 | 2023-10-17T20:51:13.905Z | Done (0.000s) |
144 | 2023-10-17T20:51:14.295Z | Done (0.000s) |
145 | 2023-10-17T20:51:14.971Z | Planning: Evaluating mediator changes ... Done |
146 | 2023-10-17T20:51:15.258Z | Planning: Checking for conflicting actions ... Done |
147 | 2023-10-17T20:51:15.268Z | Planning: Consolidating action changes ... Done |
148 | 2023-10-17T20:51:15.686Z | Planning: Evaluating mediators ... Done |
149 | 2023-10-17T20:51:15.689Z | Planning: Planning completed in 0.72 seconds |
150 | 2023-10-17T20:51:15.739Z | Mediators to change: 2 |
151 | 2023-10-17T20:51:15.742Z | Create boot environment: No |
152 | 2023-10-17T20:51:15.745Z | Create backup boot environment: No |
153 | 2023-10-17T20:51:15.859Z | Done |
154 | 2023-10-17T20:51:15.862Z | Done |
155 | 2023-10-17T20:51:15.959Z | Done |
156 | 2023-10-17T20:51:21.833Z | Done |
157 | 2023-10-17T20:51:21.952Z | Done |
158 | 2023-10-17T20:51:21.956Z | Done |
159 | 2023-10-17T20:51:22.258Z | Done |
160 | 2023-10-17T20:51:23.121Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-10-17T20:51:23.124Z | Planning: Merging actions ... Done |
162 | 2023-10-17T20:51:23.458Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-10-17T20:51:23.466Z | Planning: Consolidating action changes ... Done |
164 | 2023-10-17T20:51:23.896Z | Planning: Evaluating mediators ... Done |
165 | 2023-10-17T20:51:23.985Z | Planning: Planning completed in 1.31 seconds |
166 | 2023-10-17T20:51:24.042Z | Packages to change: 1 |
167 | 2023-10-17T20:51:24.045Z | Mediators to change: 1 |
168 | 2023-10-17T20:51:24.048Z | Services to change: 1 |
169 | 2023-10-17T20:51:24.054Z | Create boot environment: No |
170 | 2023-10-17T20:51:24.059Z | Create backup boot environment: Yes |
171 | 2023-10-17T20:51:25.974Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2023-10-17T20:51:25.977Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2023-10-17T20:51:25.980Z | Done |
174 | 2023-10-17T20:51:25.983Z | Done |
175 | 2023-10-17T20:51:26.021Z | Done |
176 | 2023-10-17T20:51:34.583Z | Done |
177 | 2023-10-17T20:51:34.613Z | Done |
178 | 2023-10-17T20:51:34.674Z | Done |
179 | 2023-10-17T20:51:34.685Z | Done |
180 | 2023-10-17T20:51:34.825Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2023-10-17T20:51:34.892Z | clang system 15 system |
182 | 2023-10-17T20:51:34.915Z | csh system system illumos |
183 | 2023-10-17T20:51:35.036Z | ctags system system illumos |
184 | 2023-10-17T20:51:35.054Z | gcc vendor 12 vendor |
185 | 2023-10-17T20:51:35.084Z | gcc system 10 system |
186 | 2023-10-17T20:51:35.145Z | gcc system 7 system |
187 | 2023-10-17T20:51:35.193Z | go system 1.20 system |
188 | 2023-10-17T20:51:35.221Z | go system 1.19 system |
189 | 2023-10-17T20:51:35.232Z | llvm system 15 system |
190 | 2023-10-17T20:51:35.259Z | llvm system 14 system |
191 | 2023-10-17T20:51:35.283Z | mariadb system 10.6 system |
192 | 2023-10-17T20:51:35.304Z | mta vendor vendor dma |
193 | 2023-10-17T20:51:35.328Z | openjdk system 17 system |
194 | 2023-10-17T20:51:35.341Z | openjdk system 11 system |
195 | 2023-10-17T20:51:35.365Z | openjdk system 1.8 system |
196 | 2023-10-17T20:51:35.808Z | openssl vendor 3 vendor |
197 | 2023-10-17T20:51:35.828Z | perl system 5.36 system |
198 | 2023-10-17T20:51:35.842Z | postgresql system 15 system |
199 | 2023-10-17T20:51:35.849Z | postgresql system 13 system |
200 | 2023-10-17T20:51:35.866Z | python vendor 3 vendor |
201 | 2023-10-17T20:51:35.873Z | python system 2 system |
202 | 2023-10-17T20:51:35.878Z | python3 system 3.11 system |
203 | 2023-10-17T20:51:35.883Z | ruby system 3.0 system |
204 | 2023-10-17T20:51:35.890Z | words vendor vendor american-english |
205 | 2023-10-17T20:51:35.901Z | words system system australian-english |
206 | 2023-10-17T20:51:35.916Z | words system system british-english |
207 | 2023-10-17T20:51:35.924Z | words system system canadian-english |
208 | 2023-10-17T20:51:35.928Z | words system system french |
209 | 2023-10-17T20:51:35.936Z | words system system italian |
210 | 2023-10-17T20:51:35.941Z | words system system ngerman |
211 | 2023-10-17T20:51:35.944Z | words system system ogerman |
212 | 2023-10-17T20:51:35.949Z | words system system spanish |
213 | 2023-10-17T20:51:35.973Z | FMRI IFO |
214 | 2023-10-17T20:51:35.990Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
215 | 2023-10-17T20:51:36.010Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
216 | 2023-10-17T20:51:36.028Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
217 | 2023-10-17T20:51:36.034Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
218 | 2023-10-17T20:51:36.055Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
219 | 2023-10-17T20:51:36.067Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
220 | 2023-10-17T20:51:36.088Z | + set -o errexit |
221 | 2023-10-17T20:51:36.121Z | +++ dirname ./tools/ci_download_cockroachdb |
222 | 2023-10-17T20:51:36.150Z | ++ cd ./tools |
223 | 2023-10-17T20:51:36.202Z | ++ pwd |
224 | 2023-10-17T20:51:36.210Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
225 | 2023-10-17T20:51:36.234Z | ++ basename ./tools/ci_download_cockroachdb |
226 | 2023-10-17T20:51:36.263Z | + ARG0=ci_download_cockroachdb |
227 | 2023-10-17T20:51:36.268Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
228 | 2023-10-17T20:51:36.275Z | + CIDL_VERSION=v22.1.9 |
229 | 2023-10-17T20:51:36.284Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
230 | 2023-10-17T20:51:36.291Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
231 | 2023-10-17T20:51:36.303Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
232 | 2023-10-17T20:51:36.309Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
233 | 2023-10-17T20:51:36.316Z | + TARGET_DIR=out |
234 | 2023-10-17T20:51:36.320Z | + DOWNLOAD_DIR=out/downloads |
235 | 2023-10-17T20:51:36.324Z | + DEST_DIR=./out/cockroachdb |
236 | 2023-10-17T20:51:36.336Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
237 | 2023-10-17T20:51:36.346Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
238 | 2023-10-17T20:51:36.355Z | + main |
239 | 2023-10-17T20:51:36.370Z | + [[ 0 != 0 ]] |
240 | 2023-10-17T20:51:36.379Z | + CIDL_OS=solaris2.11 |
241 | 2023-10-17T20:51:36.384Z | + [[ 0 != 0 ]] |
242 | 2023-10-17T20:51:36.389Z | current directory: /work/oxidecomputer/omicron |
243 | 2023-10-17T20:51:36.394Z | + configure_os solaris2.11 |
244 | 2023-10-17T20:51:36.399Z | configuring based on OS: "solaris2.11" |
245 | 2023-10-17T20:51:36.405Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-10-17T20:51:36.412Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
247 | 2023-10-17T20:51:36.415Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-10-17T20:51:36.428Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
249 | 2023-10-17T20:51:36.446Z | + case "$1" in |
250 | 2023-10-17T20:51:36.458Z | Downloading... |
251 | 2023-10-17T20:51:36.464Z | + CIDL_BUILD=illumos |
252 | 2023-10-17T20:51:36.482Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-10-17T20:51:36.515Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-17T20:51:36.529Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-10-17T20:51:36.567Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-10-17T20:51:36.585Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-17T20:51:36.597Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-17T20:51:36.604Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-17T20:51:36.611Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-17T20:51:36.628Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-17T20:51:36.658Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-17T20:51:36.663Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-17T20:51:36.669Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-10-17T20:51:36.675Z | + mkdir -p out/downloads |
265 | 2023-10-17T20:51:36.679Z | + mkdir -p ./out/cockroachdb |
266 | 2023-10-17T20:51:36.687Z | + local DO_DOWNLOAD=true |
267 | 2023-10-17T20:51:36.716Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
268 | 2023-10-17T20:51:36.730Z | + '[' true == true ']' |
269 | 2023-10-17T20:51:36.777Z | + echo Downloading... |
270 | 2023-10-17T20:51:36.785Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-17T20:51:36.802Z | + 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 |
272 | 2023-10-17T20:51:37.171Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-17T20:51:37.224Z | ++ md5sum |
274 | 2023-10-17T20:51:37.247Z | ++ awk '{print $1}' |
275 | 2023-10-17T20:51:37.332Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-17T20:51:37.382Z | + [[ 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 ]] |
277 | 2023-10-17T20:51:37.433Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-17T20:51:37.465Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
279 | 2023-10-17T20:51:41.086Z | + do_assemble_illumos |
280 | 2023-10-17T20:51:41.103Z | + rm -r ./out/cockroachdb |
281 | 2023-10-17T20:51:41.123Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
282 | 2023-10-17T20:51:41.339Z | + ./out/cockroachdb/bin/cockroach version |
283 | 2023-10-17T20:51:41.652Z | Build Tag: v22.1.9-dirty |
284 | 2023-10-17T20:51:41.656Z | Build Time: 2022/10/26 21:17:46 |
285 | 2023-10-17T20:51:41.660Z | Distribution: OSS |
286 | 2023-10-17T20:51:41.664Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
287 | 2023-10-17T20:51:41.669Z | Go Version: go1.17.13 |
288 | 2023-10-17T20:51:41.679Z | C Compiler: gcc 10.3.0 |
289 | 2023-10-17T20:51:41.683Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
290 | 2023-10-17T20:51:41.688Z | Build Type: release |
291 | 2023-10-17T20:51:41.693Z | + set -o errexit |
292 | 2023-10-17T20:51:41.699Z | +++ dirname ./tools/ci_download_clickhouse |
293 | 2023-10-17T20:51:41.702Z | ++ cd ./tools |
294 | 2023-10-17T20:51:41.706Z | ++ pwd |
295 | 2023-10-17T20:51:41.709Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
296 | 2023-10-17T20:51:41.712Z | ++ basename ./tools/ci_download_clickhouse |
297 | 2023-10-17T20:51:41.718Z | + ARG0=ci_download_clickhouse |
298 | 2023-10-17T20:51:41.726Z | + TARGET_DIR=out |
299 | 2023-10-17T20:51:41.734Z | + DOWNLOAD_DIR=out/downloads |
300 | 2023-10-17T20:51:41.739Z | + DEST_DIR=./out/clickhouse |
301 | 2023-10-17T20:51:41.744Z | + CIDL_VERSION=v22.8.9.24 |
302 | 2023-10-17T20:51:41.750Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
303 | 2023-10-17T20:51:41.788Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
304 | 2023-10-17T20:51:41.795Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
305 | 2023-10-17T20:51:41.798Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
306 | 2023-10-17T20:51:41.802Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
307 | 2023-10-17T20:51:41.807Z | + main |
308 | 2023-10-17T20:51:41.810Z | + [[ 0 != 0 ]] |
309 | 2023-10-17T20:51:41.815Z | + CIDL_OS=solaris2.11 |
310 | 2023-10-17T20:51:41.819Z | + [[ 0 != 0 ]] |
311 | 2023-10-17T20:51:41.822Z | + configure_os solaris2.11 |
312 | 2023-10-17T20:51:41.826Z | + echo 'current directory: /work/oxidecomputer/omicron' |
313 | 2023-10-17T20:51:41.829Z | current directory: /work/oxidecomputer/omicron |
314 | 2023-10-17T20:51:41.832Z | + echo 'configuring based on OS: "solaris2.11"' |
315 | 2023-10-17T20:51:41.837Z | configuring based on OS: "solaris2.11" |
316 | 2023-10-17T20:51:41.840Z | + CIDL_DASHREV= |
317 | 2023-10-17T20:51:41.844Z | + case "$1" in |
318 | 2023-10-17T20:51:41.847Z | + CIDL_PLATFORM=illumos |
319 | 2023-10-17T20:51:41.850Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-10-17T20:51:41.854Z | + CIDL_MD5FUNC=do_md5sum |
321 | 2023-10-17T20:51:41.858Z | + CIDL_DASHREV=-1 |
322 | 2023-10-17T20:51:41.862Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
323 | 2023-10-17T20:51:41.865Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-17T20:51:41.869Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-17T20:51:41.872Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-17T20:51:41.875Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-17T20:51:41.879Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-17T20:51:41.884Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-17T20:51:41.887Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-17T20:51:41.890Z | + mkdir -p out/downloads |
331 | 2023-10-17T20:51:41.895Z | + mkdir -p ./out/clickhouse |
332 | 2023-10-17T20:51:41.899Z | + local DO_DOWNLOAD=true |
333 | 2023-10-17T20:51:41.910Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
334 | 2023-10-17T20:51:41.914Z | + '[' true == true ']' |
335 | 2023-10-17T20:51:41.917Z | + echo Downloading... |
336 | 2023-10-17T20:51:41.923Z | Downloading... |
337 | 2023-10-17T20:51:41.930Z | + 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 |
338 | 2023-10-17T20:51:41.938Z | + 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 |
339 | 2023-10-17T20:51:44.382Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-17T20:51:44.385Z | ++ md5sum |
341 | 2023-10-17T20:51:44.389Z | ++ awk '{print $1}' |
342 | 2023-10-17T20:51:44.643Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-17T20:51:44.647Z | + [[ 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 ]] |
344 | 2023-10-17T20:51:44.651Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
345 | 2023-10-17T20:51:44.654Z | + mkdir -p ./out/clickhouse |
346 | 2023-10-17T20:51:44.658Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
347 | 2023-10-17T20:51:49.500Z | + ./out/clickhouse/clickhouse server --version |
348 | 2023-10-17T20:51:49.548Z | ClickHouse server version 22.8.9.1. |
349 | 2023-10-17T20:51:49.571Z | + set -o errexit |
350 | 2023-10-17T20:51:49.577Z | +++ dirname ./tools/ci_download_console |
351 | 2023-10-17T20:51:49.580Z | ++ cd ./tools |
352 | 2023-10-17T20:51:49.583Z | ++ pwd |
353 | 2023-10-17T20:51:49.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
354 | 2023-10-17T20:51:49.591Z | ++ basename ./tools/ci_download_console |
355 | 2023-10-17T20:51:49.596Z | + ARG0=ci_download_console |
356 | 2023-10-17T20:51:49.602Z | + TARGET_DIR=out |
357 | 2023-10-17T20:51:49.606Z | + DOWNLOAD_DIR=out/downloads |
358 | 2023-10-17T20:51:49.610Z | + DEST_DIR=./out/console-assets |
359 | 2023-10-17T20:51:49.613Z | + source /work/oxidecomputer/omicron/tools/console_version |
360 | 2023-10-17T20:51:49.616Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
361 | 2023-10-17T20:51:49.619Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
362 | 2023-10-17T20:51:49.622Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
363 | 2023-10-17T20:51:49.626Z | + TARBALL_FILE=out/downloads/console.tar.gz |
364 | 2023-10-17T20:51:49.641Z | + main |
365 | 2023-10-17T20:51:49.645Z | + [[ 0 != 0 ]] |
366 | 2023-10-17T20:51:49.649Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
367 | 2023-10-17T20:51:49.654Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
368 | 2023-10-17T20:51:49.657Z | + echo 'Local file: out/downloads/console.tar.gz' |
369 | 2023-10-17T20:51:49.659Z | Local file: out/downloads/console.tar.gz |
370 | 2023-10-17T20:51:49.662Z | + local DO_DOWNLOAD=true |
371 | 2023-10-17T20:51:49.665Z | + [[ -f out/downloads/console.tar.gz ]] |
372 | 2023-10-17T20:51:49.667Z | + mkdir -p out/downloads |
373 | 2023-10-17T20:51:49.670Z | + '[' true == true ']' |
374 | 2023-10-17T20:51:49.673Z | + echo Downloading... |
375 | 2023-10-17T20:51:49.676Z | Downloading... |
376 | 2023-10-17T20:51:49.679Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
377 | 2023-10-17T20:51:49.681Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
378 | 2023-10-17T20:51:50.162Z | ++ do_sha256sum out/downloads/console.tar.gz |
379 | 2023-10-17T20:51:50.165Z | ++ case "$OSTYPE" in |
380 | 2023-10-17T20:51:50.168Z | ++ SHA=sha256sum |
381 | 2023-10-17T20:51:50.171Z | ++ sha256sum |
382 | 2023-10-17T20:51:50.173Z | ++ awk '{print $1}' |
383 | 2023-10-17T20:51:50.187Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
384 | 2023-10-17T20:51:50.190Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
385 | 2023-10-17T20:51:50.193Z | + rm -rf ./out/console-assets |
386 | 2023-10-17T20:51:50.196Z | + mkdir -p ./out/console-assets |
387 | 2023-10-17T20:51:50.199Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
388 | 2023-10-17T20:51:50.201Z | + mkdir -p ./out/console-assets |
389 | 2023-10-17T20:51:50.204Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
390 | 2023-10-17T20:51:50.334Z | + set -o errexit |
391 | 2023-10-17T20:51:50.337Z | +++ dirname ./tools/ci_download_maghemite_openapi |
392 | 2023-10-17T20:51:50.340Z | ++ cd ./tools |
393 | 2023-10-17T20:51:50.343Z | ++ pwd |
394 | 2023-10-17T20:51:50.346Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2023-10-17T20:51:50.349Z | ++ basename ./tools/ci_download_maghemite_openapi |
396 | 2023-10-17T20:51:50.351Z | + ARG0=ci_download_maghemite_openapi |
397 | 2023-10-17T20:51:50.357Z | + TARGET_DIR=out |
398 | 2023-10-17T20:51:50.361Z | + DOWNLOAD_DIR=out/downloads |
399 | 2023-10-17T20:51:50.365Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
400 | 2023-10-17T20:51:50.368Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
401 | 2023-10-17T20:51:50.370Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
402 | 2023-10-17T20:51:50.373Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
403 | 2023-10-17T20:51:50.376Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
404 | 2023-10-17T20:51:50.379Z | + main |
405 | 2023-10-17T20:51:50.381Z | + [[ 0 != 0 ]] |
406 | 2023-10-17T20:51:50.384Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
407 | 2023-10-17T20:51:50.389Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
408 | 2023-10-17T20:51:50.392Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
409 | 2023-10-17T20:51:50.394Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
410 | 2023-10-17T20:51:50.397Z | + local DO_DOWNLOAD=true |
411 | 2023-10-17T20:51:50.400Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
412 | 2023-10-17T20:51:50.403Z | + mkdir -p out/downloads |
413 | 2023-10-17T20:51:50.407Z | + '[' true == true ']' |
414 | 2023-10-17T20:51:50.411Z | + echo Downloading... |
415 | 2023-10-17T20:51:50.413Z | Downloading... |
416 | 2023-10-17T20:51:50.416Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
417 | 2023-10-17T20:51:50.419Z | + 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 |
418 | 2023-10-17T20:51:50.510Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
419 | 2023-10-17T20:51:50.515Z | ++ case "$OSTYPE" in |
420 | 2023-10-17T20:51:50.519Z | ++ SHA=sha256sum |
421 | 2023-10-17T20:51:50.522Z | ++ sha256sum |
422 | 2023-10-17T20:51:50.531Z | ++ awk '{print $1}' |
423 | 2023-10-17T20:51:50.535Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-10-17T20:51:50.538Z | + [[ 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 ]] |
425 | 2023-10-17T20:51:50.542Z | + set -o errexit |
426 | 2023-10-17T20:51:50.545Z | +++ dirname ./tools/ci_download_dendrite_openapi |
427 | 2023-10-17T20:51:50.549Z | ++ cd ./tools |
428 | 2023-10-17T20:51:50.552Z | ++ pwd |
429 | 2023-10-17T20:51:50.559Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-10-17T20:51:50.562Z | ++ basename ./tools/ci_download_dendrite_openapi |
431 | 2023-10-17T20:51:50.565Z | + ARG0=ci_download_dendrite_openapi |
432 | 2023-10-17T20:51:50.570Z | + TARGET_DIR=out |
433 | 2023-10-17T20:51:50.576Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-10-17T20:51:50.580Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
435 | 2023-10-17T20:51:50.583Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
436 | 2023-10-17T20:51:50.586Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
437 | 2023-10-17T20:51:50.589Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
438 | 2023-10-17T20:51:50.593Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
439 | 2023-10-17T20:51:50.596Z | + main |
440 | 2023-10-17T20:51:50.599Z | + [[ 0 != 0 ]] |
441 | 2023-10-17T20:51:50.602Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
442 | 2023-10-17T20:51:50.619Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
443 | 2023-10-17T20:51:50.623Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
444 | 2023-10-17T20:51:50.625Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
445 | 2023-10-17T20:51:50.628Z | + local DO_DOWNLOAD=true |
446 | 2023-10-17T20:51:50.631Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
447 | 2023-10-17T20:51:50.635Z | + mkdir -p out/downloads |
448 | 2023-10-17T20:51:50.639Z | + '[' true == true ']' |
449 | 2023-10-17T20:51:50.642Z | + echo Downloading... |
450 | 2023-10-17T20:51:50.645Z | Downloading... |
451 | 2023-10-17T20:51:50.649Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
452 | 2023-10-17T20:51:50.652Z | + 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 |
453 | 2023-10-17T20:51:50.702Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
454 | 2023-10-17T20:51:50.706Z | ++ case "$OSTYPE" in |
455 | 2023-10-17T20:51:50.711Z | ++ SHA=sha256sum |
456 | 2023-10-17T20:51:50.715Z | ++ sha256sum |
457 | 2023-10-17T20:51:50.723Z | ++ awk '{print $1}' |
458 | 2023-10-17T20:51:50.730Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
459 | 2023-10-17T20:51:50.756Z | + [[ 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 ]] |
460 | 2023-10-17T20:51:50.764Z | + set -o errexit |
461 | 2023-10-17T20:51:50.776Z | +++ dirname ./tools/ci_download_dendrite_stub |
462 | 2023-10-17T20:51:50.784Z | ++ cd ./tools |
463 | 2023-10-17T20:51:50.791Z | ++ pwd |
464 | 2023-10-17T20:51:50.799Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2023-10-17T20:51:50.805Z | ++ basename ./tools/ci_download_dendrite_stub |
466 | 2023-10-17T20:51:50.810Z | + ARG0=ci_download_dendrite_stub |
467 | 2023-10-17T20:51:50.814Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
468 | 2023-10-17T20:51:50.818Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
469 | 2023-10-17T20:51:50.821Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
470 | 2023-10-17T20:51:50.828Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
471 | 2023-10-17T20:51:50.837Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-10-17T20:51:50.841Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
473 | 2023-10-17T20:51:50.847Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
474 | 2023-10-17T20:51:50.852Z | + TARGET_DIR=out |
475 | 2023-10-17T20:51:50.856Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-10-17T20:51:50.864Z | + DEST_DIR=./out/dendrite-stub |
477 | 2023-10-17T20:51:50.882Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
478 | 2023-10-17T20:51:50.897Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
479 | 2023-10-17T20:51:50.913Z | + REPO=oxidecomputer/dendrite |
480 | 2023-10-17T20:51:50.920Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
481 | 2023-10-17T20:51:50.929Z | + main |
482 | 2023-10-17T20:51:50.936Z | + [[ 0 != 0 ]] |
483 | 2023-10-17T20:51:50.945Z | + CIDL_OS=solaris2.11 |
484 | 2023-10-17T20:51:50.952Z | + [[ 0 != 0 ]] |
485 | 2023-10-17T20:51:50.958Z | + configure_os solaris2.11 |
486 | 2023-10-17T20:51:50.965Z | + echo 'current directory: /work/oxidecomputer/omicron' |
487 | 2023-10-17T20:51:50.972Z | current directory: /work/oxidecomputer/omicron |
488 | 2023-10-17T20:51:50.978Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2023-10-17T20:51:50.985Z | configuring based on OS: "solaris2.11" |
490 | 2023-10-17T20:51:50.991Z | + case "$1" in |
491 | 2023-10-17T20:51:50.997Z | + SET_BINARIES= |
492 | 2023-10-17T20:51:51.003Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
493 | 2023-10-17T20:51:51.010Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2023-10-17T20:51:51.016Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2023-10-17T20:51:51.022Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
496 | 2023-10-17T20:51:51.028Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-17T20:51:51.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
498 | 2023-10-17T20:51:51.043Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
499 | 2023-10-17T20:51:51.051Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
500 | 2023-10-17T20:51:51.060Z | Local file: out/downloads/dendrite-stub.tar.gz |
501 | 2023-10-17T20:51:51.083Z | + mkdir -p out/downloads |
502 | 2023-10-17T20:51:51.090Z | + mkdir -p ./out/dendrite-stub |
503 | 2023-10-17T20:51:51.095Z | + fetch_and_verify |
504 | 2023-10-17T20:51:51.102Z | + local DO_DOWNLOAD=true |
505 | 2023-10-17T20:51:51.108Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
506 | 2023-10-17T20:51:51.114Z | + '[' true == true ']' |
507 | 2023-10-17T20:51:51.120Z | + echo Downloading... |
508 | 2023-10-17T20:51:51.128Z | Downloading... |
509 | 2023-10-17T20:51:51.136Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
510 | 2023-10-17T20:51:51.145Z | + 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 |
511 | 2023-10-17T20:52:08.418Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
512 | 2023-10-17T20:52:08.839Z | ++ sha256sum |
513 | 2023-10-17T20:52:08.852Z | ++ awk '{print $1}' |
514 | 2023-10-17T20:52:08.858Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
515 | 2023-10-17T20:52:08.864Z | + [[ 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 ]] |
516 | 2023-10-17T20:52:08.868Z | + do_untar out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-17T20:52:08.871Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
518 | 2023-10-17T20:52:09.534Z | + do_assemble |
519 | 2023-10-17T20:52:09.543Z | + rm -r ./out/dendrite-stub |
520 | 2023-10-17T20:52:11.536Z | + mkdir ./out/dendrite-stub |
521 | 2023-10-17T20:52:11.545Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
522 | 2023-10-17T20:52:11.558Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
523 | 2023-10-17T20:52:11.568Z | + set -o errexit |
524 | 2023-10-17T20:52:11.582Z | +++ dirname ./tools/ci_download_transceiver_control |
525 | 2023-10-17T20:52:11.592Z | ++ cd ./tools |
526 | 2023-10-17T20:52:11.601Z | ++ pwd |
527 | 2023-10-17T20:52:11.630Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2023-10-17T20:52:11.647Z | ++ basename ./tools/ci_download_transceiver_control |
529 | 2023-10-17T20:52:11.658Z | + ARG0=ci_download_transceiver_control |
530 | 2023-10-17T20:52:11.668Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
531 | 2023-10-17T20:52:11.676Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
532 | 2023-10-17T20:52:11.684Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
533 | 2023-10-17T20:52:11.690Z | + TARGET_DIR=out |
534 | 2023-10-17T20:52:11.701Z | + DOWNLOAD_DIR=out/downloads |
535 | 2023-10-17T20:52:11.709Z | + DEST_DIR=./out/transceiver-control |
536 | 2023-10-17T20:52:11.716Z | + BIN_DIR=/opt/oxide/bin |
537 | 2023-10-17T20:52:11.722Z | + BINARY=xcvradm |
538 | 2023-10-17T20:52:11.726Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-10-17T20:52:11.736Z | + REPO=oxidecomputer/transceiver-control |
540 | 2023-10-17T20:52:11.747Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
541 | 2023-10-17T20:52:11.756Z | + main |
542 | 2023-10-17T20:52:11.763Z | + [[ 0 != 0 ]] |
543 | 2023-10-17T20:52:11.766Z | + CIDL_OS=solaris2.11 |
544 | 2023-10-17T20:52:11.769Z | + [[ 0 != 0 ]] |
545 | 2023-10-17T20:52:11.771Z | + configure_os solaris2.11 |
546 | 2023-10-17T20:52:11.774Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-10-17T20:52:11.777Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-10-17T20:52:11.780Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2023-10-17T20:52:11.782Z | configuring based on OS: "solaris2.11" |
550 | 2023-10-17T20:52:11.785Z | + case "$1" in |
551 | 2023-10-17T20:52:11.789Z | + SET_BINARIES= |
552 | 2023-10-17T20:52:11.792Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
553 | 2023-10-17T20:52:11.795Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-10-17T20:52:11.798Z | + ARCHIVE_FILENAME=xcvradm.gz |
555 | 2023-10-17T20:52:11.803Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
556 | 2023-10-17T20:52:11.806Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
557 | 2023-10-17T20:52:11.809Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
558 | 2023-10-17T20:52:11.813Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
559 | 2023-10-17T20:52:11.817Z | + echo 'Local file: out/downloads/xcvradm.gz' |
560 | 2023-10-17T20:52:11.820Z | Local file: out/downloads/xcvradm.gz |
561 | 2023-10-17T20:52:11.823Z | + mkdir -p out/downloads |
562 | 2023-10-17T20:52:11.825Z | + mkdir -p ./out/transceiver-control |
563 | 2023-10-17T20:52:11.828Z | + fetch_and_verify |
564 | 2023-10-17T20:52:11.831Z | + local DO_DOWNLOAD=true |
565 | 2023-10-17T20:52:11.834Z | + [[ -f out/downloads/xcvradm.gz ]] |
566 | 2023-10-17T20:52:11.837Z | + '[' true == true ']' |
567 | 2023-10-17T20:52:11.839Z | + echo Downloading... |
568 | 2023-10-17T20:52:11.842Z | Downloading... |
569 | 2023-10-17T20:52:11.845Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
570 | 2023-10-17T20:52:11.850Z | + 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 |
571 | 2023-10-17T20:52:14.512Z | ++ do_sha256sum out/downloads/xcvradm.gz |
572 | 2023-10-17T20:52:14.519Z | ++ sha256sum |
573 | 2023-10-17T20:52:14.524Z | ++ awk '{print $1}' |
574 | 2023-10-17T20:52:14.537Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
575 | 2023-10-17T20:52:14.549Z | + [[ 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 ]] |
576 | 2023-10-17T20:52:14.555Z | + do_unpack out/downloads/xcvradm.gz |
577 | 2023-10-17T20:52:14.562Z | + mkdir -p out/downloads/root//opt/oxide/bin |
578 | 2023-10-17T20:52:14.567Z | + gzip -dc out/downloads/xcvradm.gz |
579 | 2023-10-17T20:52:14.712Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
580 | 2023-10-17T20:52:14.717Z | + do_assemble |
581 | 2023-10-17T20:52:14.727Z | + rm -r ./out/transceiver-control |
582 | 2023-10-17T20:52:14.742Z | + mkdir ./out/transceiver-control |
583 | 2023-10-17T20:52:14.752Z | + cp -r out/downloads/root ./out/transceiver-control/root |
584 | 2023-10-17T20:52:14.830Z | All prerequisites installed successfully |
585 | 2023-10-17T20:52:14.839Z | |
586 | 2023-10-17T20:52:14.848Z | real 1:55.692226955 |
587 | 2023-10-17T20:52:14.860Z | user 50.134385745 |
588 | 2023-10-17T20:52:14.869Z | sys 9.188730555 |
589 | 2023-10-17T20:52:14.908Z | trap 0.021198988 |
590 | 2023-10-17T20:52:14.944Z | tflt 0.201177785 |
591 | 2023-10-17T20:52:14.962Z | dflt 0.887203912 |
592 | 2023-10-17T20:52:14.991Z | kflt 0.266768272 |
593 | 2023-10-17T20:52:14.996Z | lock 1.985334115 |
594 | 2023-10-17T20:52:15.006Z | slp 3:40.691743757 |
595 | 2023-10-17T20:52:15.056Z | lat 3.130285813 |
596 | 2023-10-17T20:52:15.088Z | stop 0.063908940 |
597 | 2023-10-17T20:52:15.113Z | + ptime -m ./tools/ci_download_softnpu_machinery |
598 | 2023-10-17T20:52:15.148Z | fetching npuzone |
599 | 2023-10-17T20:52:15.221Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
600 | 2023-10-17T20:52:15.269Z | (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309) |
601 | 2023-10-17T20:52:15.287Z | Getting hash for npuzone |
602 | 2023-10-17T20:52:15.301Z | (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365) |
603 | 2023-10-17T20:52:25.573Z | npuzone downloaded successfully |
604 | 2023-10-17T20:52:25.586Z | |
605 | 2023-10-17T20:52:25.614Z | real 10.740073900 |
606 | 2023-10-17T20:52:25.632Z | user 0.555333628 |
607 | 2023-10-17T20:52:25.637Z | sys 0.138543532 |
608 | 2023-10-17T20:52:25.664Z | trap 0.000075891 |
609 | 2023-10-17T20:52:25.670Z | tflt 0.000000000 |
610 | 2023-10-17T20:52:25.673Z | dflt 0.000000000 |
611 | 2023-10-17T20:52:25.676Z | kflt 0.000000000 |
612 | 2023-10-17T20:52:25.680Z | lock 0.000000000 |
613 | 2023-10-17T20:52:25.683Z | slp 31.382752508 |
614 | 2023-10-17T20:52:25.690Z | lat 0.107823014 |
615 | 2023-10-17T20:52:25.693Z | stop 0.000273439 |
616 | 2023-10-17T20:52:25.699Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
617 | 2023-10-17T20:52:25.943Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
618 | 2023-10-17T20:52:27.327Z | Updating crates.io index |
619 | 2023-10-17T20:52:27.331Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
620 | 2023-10-17T20:52:28.169Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
621 | 2023-10-17T20:52:32.312Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
622 | 2023-10-17T20:52:33.128Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
623 | 2023-10-17T20:52:33.458Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
624 | 2023-10-17T20:52:34.798Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
625 | 2023-10-17T20:52:35.094Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
626 | 2023-10-17T20:52:36.009Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
627 | 2023-10-17T20:52:37.900Z | Updating git repository `https://github.com/oxidecomputer/opte` |
628 | 2023-10-17T20:52:39.641Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
629 | 2023-10-17T20:52:40.001Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
630 | 2023-10-17T20:52:40.446Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
631 | 2023-10-17T20:52:41.043Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
632 | 2023-10-17T20:52:41.406Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
633 | 2023-10-17T20:52:41.790Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
634 | 2023-10-17T20:52:42.219Z | Updating git repository `https://github.com/njaremko/samael` |
635 | 2023-10-17T20:52:42.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
636 | 2023-10-17T20:52:43.991Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
637 | 2023-10-17T20:52:44.410Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
638 | 2023-10-17T20:52:45.050Z | Updating git repository `https://github.com/jgallagher/nix` |
639 | 2023-10-17T20:52:46.292Z | Updating git repository `https://github.com/cbiffle/hubpack` |
640 | 2023-10-17T20:52:46.640Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
641 | 2023-10-17T20:52:56.714Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
642 | 2023-10-17T20:52:58.226Z | Updating git repository `https://github.com/oxidecomputer/typify` |
643 | 2023-10-17T20:52:59.465Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
644 | 2023-10-17T20:52:59.891Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
645 | 2023-10-17T20:53:00.231Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
646 | 2023-10-17T20:53:02.927Z | Downloading crates ... |
647 | 2023-10-17T20:53:03.442Z | Downloaded addr2line v0.21.0 |
648 | 2023-10-17T20:53:03.459Z | Downloaded bit-set v0.5.3 |
649 | 2023-10-17T20:53:03.470Z | Downloaded home v0.5.5 |
650 | 2023-10-17T20:53:03.477Z | Downloaded bytesize v1.3.0 |
651 | 2023-10-17T20:53:03.604Z | Downloaded ident_case v1.0.1 |
652 | 2023-10-17T20:53:03.608Z | Downloaded hubpack_derive v0.1.1 |
653 | 2023-10-17T20:53:03.611Z | Downloaded bitstruct_derive v0.1.0 |
654 | 2023-10-17T20:53:03.619Z | Downloaded http-range v0.1.5 |
655 | 2023-10-17T20:53:03.622Z | Downloaded bit-vec v0.6.3 |
656 | 2023-10-17T20:53:03.625Z | Downloaded hex v0.4.3 |
657 | 2023-10-17T20:53:03.630Z | Downloaded hostname v0.3.1 |
658 | 2023-10-17T20:53:03.634Z | Downloaded httpdate v1.0.3 |
659 | 2023-10-17T20:53:03.637Z | Downloaded highway v1.1.0 |
660 | 2023-10-17T20:53:03.640Z | Downloaded keccak v0.1.4 |
661 | 2023-10-17T20:53:03.644Z | Downloaded iana-time-zone v0.1.57 |
662 | 2023-10-17T20:53:03.651Z | Downloaded new_debug_unreachable v1.0.4 |
663 | 2023-10-17T20:53:03.654Z | Downloaded inout v0.1.3 |
664 | 2023-10-17T20:53:03.657Z | Downloaded num_cpus v1.16.0 |
665 | 2023-10-17T20:53:03.660Z | Downloaded anstyle v1.0.2 |
666 | 2023-10-17T20:53:03.666Z | Downloaded aead v0.5.2 |
667 | 2023-10-17T20:53:03.669Z | Downloaded ascii-canvas v3.0.0 |
668 | 2023-10-17T20:53:03.674Z | Downloaded matches v0.1.10 |
669 | 2023-10-17T20:53:03.677Z | Downloaded colorchoice v1.0.0 |
670 | 2023-10-17T20:53:03.681Z | Downloaded num-integer v0.1.45 |
671 | 2023-10-17T20:53:03.684Z | Downloaded ciborium-io v0.2.1 |
672 | 2023-10-17T20:53:03.688Z | Downloaded colored v2.0.4 |
673 | 2023-10-17T20:53:03.691Z | Downloaded lock_api v0.4.10 |
674 | 2023-10-17T20:53:03.695Z | Downloaded maybe-uninit v2.0.0 |
675 | 2023-10-17T20:53:03.698Z | Downloaded cipher v0.4.4 |
676 | 2023-10-17T20:53:03.701Z | Downloaded ciborium-ll v0.2.1 |
677 | 2023-10-17T20:53:03.704Z | Downloaded libefi-sys v0.1.0 |
678 | 2023-10-17T20:53:03.707Z | Downloaded corncobs v0.1.3 |
679 | 2023-10-17T20:53:03.710Z | Downloaded cexpr v0.6.0 |
680 | 2023-10-17T20:53:03.713Z | Downloaded indexmap v1.9.3 |
681 | 2023-10-17T20:53:03.719Z | Downloaded heck v0.4.1 |
682 | 2023-10-17T20:53:03.723Z | Downloaded base64ct v1.6.0 |
683 | 2023-10-17T20:53:03.726Z | Downloaded backoff v0.4.0 |
684 | 2023-10-17T20:53:03.729Z | Downloaded clap v4.4.3 |
685 | 2023-10-17T20:53:03.734Z | Downloaded const-oid v0.9.5 |
686 | 2023-10-17T20:53:03.739Z | Downloaded scopeguard v1.2.0 |
687 | 2023-10-17T20:53:03.743Z | Downloaded crossbeam-deque v0.8.3 |
688 | 2023-10-17T20:53:03.746Z | Downloaded console v0.15.7 |
689 | 2023-10-17T20:53:03.750Z | Downloaded async-trait v0.1.73 |
690 | 2023-10-17T20:53:03.753Z | Downloaded path-slash v0.1.5 |
691 | 2023-10-17T20:53:03.756Z | Downloaded usdt-impl v0.3.5 |
692 | 2023-10-17T20:53:03.759Z | Downloaded memchr v2.6.3 |
693 | 2023-10-17T20:53:03.762Z | Downloaded doc-comment v0.3.3 |
694 | 2023-10-17T20:53:03.765Z | Downloaded ahash v0.8.3 |
695 | 2023-10-17T20:53:03.768Z | Downloaded anyhow v1.0.75 |
696 | 2023-10-17T20:53:03.773Z | Downloaded tinyvec_macros v0.1.1 |
697 | 2023-10-17T20:53:03.776Z | Downloaded strum_macros v0.25.2 |
698 | 2023-10-17T20:53:03.779Z | Downloaded memoffset v0.9.0 |
699 | 2023-10-17T20:53:03.783Z | Downloaded zerocopy v0.3.0 |
700 | 2023-10-17T20:53:03.786Z | Downloaded dirs-next v2.0.0 |
701 | 2023-10-17T20:53:03.790Z | Downloaded dirs-sys-next v0.1.2 |
702 | 2023-10-17T20:53:03.796Z | Downloaded slog-stdlog v4.1.1 |
703 | 2023-10-17T20:53:03.800Z | Downloaded pkg-config v0.3.27 |
704 | 2023-10-17T20:53:03.803Z | Downloaded ena v0.14.2 |
705 | 2023-10-17T20:53:03.808Z | Downloaded utf-8 v0.7.6 |
706 | 2023-10-17T20:53:03.811Z | Downloaded rustc_version v0.4.0 |
707 | 2023-10-17T20:53:03.816Z | Downloaded backtrace v0.3.69 |
708 | 2023-10-17T20:53:03.819Z | Downloaded libxml v0.3.3 |
709 | 2023-10-17T20:53:03.823Z | Downloaded float-cmp v0.9.0 |
710 | 2023-10-17T20:53:03.826Z | Downloaded term v0.7.0 |
711 | 2023-10-17T20:53:03.829Z | Downloaded universal-hash v0.5.1 |
712 | 2023-10-17T20:53:03.833Z | Downloaded oso-derive v0.26.4 |
713 | 2023-10-17T20:53:03.838Z | Downloaded parse-display v0.7.0 |
714 | 2023-10-17T20:53:03.841Z | Downloaded num_threads v0.1.6 |
715 | 2023-10-17T20:53:03.844Z | Downloaded vte_generate_state_changes v0.1.1 |
716 | 2023-10-17T20:53:03.847Z | Downloaded ff v0.13.0 |
717 | 2023-10-17T20:53:03.852Z | Downloaded time-macros v0.2.13 |
718 | 2023-10-17T20:53:03.855Z | Downloaded peeking_take_while v0.1.2 |
719 | 2023-10-17T20:53:03.858Z | Downloaded owo-colors v3.5.0 |
720 | 2023-10-17T20:53:03.861Z | Downloaded stable_deref_trait v1.2.0 |
721 | 2023-10-17T20:53:03.864Z | Downloaded waitgroup v0.1.2 |
722 | 2023-10-17T20:53:03.867Z | Downloaded subprocess v0.2.9 |
723 | 2023-10-17T20:53:03.871Z | Downloaded zone_cfg_derive v0.2.0 |
724 | 2023-10-17T20:53:03.874Z | Downloaded wait-timeout v0.2.0 |
725 | 2023-10-17T20:53:03.877Z | Downloaded shell-words v1.1.0 |
726 | 2023-10-17T20:53:03.880Z | Downloaded zone v0.2.0 |
727 | 2023-10-17T20:53:03.884Z | Downloaded number_prefix v0.4.0 |
728 | 2023-10-17T20:53:03.887Z | Downloaded structopt-derive v0.4.18 |
729 | 2023-10-17T20:53:03.892Z | Downloaded flagset v0.4.3 |
730 | 2023-10-17T20:53:03.895Z | Downloaded predicates v3.0.4 |
731 | 2023-10-17T20:53:03.899Z | Downloaded pem v1.1.1 |
732 | 2023-10-17T20:53:03.905Z | Downloaded cstr-argument v0.1.2 |
733 | 2023-10-17T20:53:03.910Z | Downloaded pest_generator v2.7.2 |
734 | 2023-10-17T20:53:03.919Z | Downloaded zeroize_derive v1.4.2 |
735 | 2023-10-17T20:53:03.930Z | Downloaded crucible-workspace-hack v0.1.0 |
736 | 2023-10-17T20:53:03.933Z | Downloaded rustc_version v0.1.7 |
737 | 2023-10-17T20:53:03.936Z | Downloaded tower-service v0.3.2 |
738 | 2023-10-17T20:53:03.939Z | Downloaded pretty-hex v0.2.1 |
739 | 2023-10-17T20:53:03.942Z | Downloaded tiny-keccak v2.0.2 |
740 | 2023-10-17T20:53:03.944Z | Downloaded crossbeam-queue v0.3.8 |
741 | 2023-10-17T20:53:03.949Z | Downloaded unicode-ident v1.0.12 |
742 | 2023-10-17T20:53:03.952Z | Downloaded packed_struct_codegen v0.10.1 |
743 | 2023-10-17T20:53:03.956Z | Downloaded omicron-zone-package v0.8.3 |
744 | 2023-10-17T20:53:03.959Z | Downloaded parking_lot_core v0.8.6 |
745 | 2023-10-17T20:53:03.962Z | Downloaded const_format v0.2.31 |
746 | 2023-10-17T20:53:03.966Z | Downloaded crypto-common v0.1.6 |
747 | 2023-10-17T20:53:03.971Z | Downloaded percent-encoding v2.3.0 |
748 | 2023-10-17T20:53:03.974Z | Downloaded typenum v1.16.0 |
749 | 2023-10-17T20:53:03.977Z | Downloaded tar v0.4.40 |
750 | 2023-10-17T20:53:03.981Z | Downloaded zeroize v1.6.0 |
751 | 2023-10-17T20:53:04.017Z | Downloaded fragile v2.0.0 |
752 | 2023-10-17T20:53:04.028Z | Downloaded snafu-derive v0.7.5 |
753 | 2023-10-17T20:53:04.033Z | Downloaded unicode-linebreak v0.1.5 |
754 | 2023-10-17T20:53:04.038Z | Downloaded same-file v1.0.6 |
755 | 2023-10-17T20:53:04.042Z | Downloaded toml v0.7.8 |
756 | 2023-10-17T20:53:04.047Z | Downloaded tracing-attributes v0.1.26 |
757 | 2023-10-17T20:53:04.050Z | Downloaded futures-core v0.3.28 |
758 | 2023-10-17T20:53:04.053Z | Downloaded papergrid v0.10.0 |
759 | 2023-10-17T20:53:04.056Z | Downloaded futures-io v0.3.28 |
760 | 2023-10-17T20:53:04.059Z | Downloaded parking_lot v0.11.2 |
761 | 2023-10-17T20:53:04.064Z | Downloaded structmeta v0.1.6 |
762 | 2023-10-17T20:53:04.068Z | Downloaded derive_builder_macro v0.12.0 |
763 | 2023-10-17T20:53:04.072Z | Downloaded password-hash v0.5.0 |
764 | 2023-10-17T20:53:04.075Z | Downloaded pest_derive v2.7.2 |
765 | 2023-10-17T20:53:04.078Z | Downloaded structopt v0.3.26 |
766 | 2023-10-17T20:53:04.083Z | Downloaded try-lock v0.2.4 |
767 | 2023-10-17T20:53:04.087Z | Downloaded spin v0.5.2 |
768 | 2023-10-17T20:53:04.092Z | Downloaded ed25519 v1.5.3 |
769 | 2023-10-17T20:53:04.096Z | Downloaded rustversion v1.0.14 |
770 | 2023-10-17T20:53:04.100Z | Downloaded salty v0.2.0 |
771 | 2023-10-17T20:53:04.103Z | Downloaded curve25519-dalek-derive v0.1.0 |
772 | 2023-10-17T20:53:04.107Z | Downloaded proc-macro-crate v1.3.1 |
773 | 2023-10-17T20:53:04.115Z | Downloaded test-strategy v0.2.1 |
774 | 2023-10-17T20:53:04.121Z | Downloaded foreign-types v0.3.2 |
775 | 2023-10-17T20:53:04.126Z | Downloaded difflib v0.4.0 |
776 | 2023-10-17T20:53:04.132Z | Downloaded serde-big-array v0.5.1 |
777 | 2023-10-17T20:53:04.136Z | Downloaded generic-array v0.14.7 |
778 | 2023-10-17T20:53:04.141Z | Downloaded secrecy v0.8.0 |
779 | 2023-10-17T20:53:04.144Z | Downloaded crossbeam-utils v0.8.16 |
780 | 2023-10-17T20:53:04.147Z | Downloaded foreign-types-shared v0.3.1 |
781 | 2023-10-17T20:53:04.152Z | Downloaded slog-bunyan v2.4.0 |
782 | 2023-10-17T20:53:04.157Z | Downloaded tungstenite v0.20.1 |
783 | 2023-10-17T20:53:04.160Z | Downloaded zip v0.6.6 |
784 | 2023-10-17T20:53:04.165Z | Downloaded crunchy v0.2.2 |
785 | 2023-10-17T20:53:04.169Z | Downloaded num_enum_derive v0.5.11 |
786 | 2023-10-17T20:53:04.172Z | Downloaded funty v2.0.0 |
787 | 2023-10-17T20:53:04.176Z | Downloaded fatfs v0.3.6 |
788 | 2023-10-17T20:53:04.181Z | Downloaded proc-macro-error v1.0.4 |
789 | 2023-10-17T20:53:04.191Z | Downloaded getopts v0.2.21 |
790 | 2023-10-17T20:53:04.197Z | Downloaded rayon-core v1.11.0 |
791 | 2023-10-17T20:53:04.201Z | Downloaded hashlink v0.8.3 |
792 | 2023-10-17T20:53:04.206Z | Downloaded pin-utils v0.1.0 |
793 | 2023-10-17T20:53:04.210Z | Downloaded radium v0.7.0 |
794 | 2023-10-17T20:53:04.213Z | Downloaded serde-hex v0.1.0 |
795 | 2023-10-17T20:53:04.217Z | Downloaded glob v0.3.1 |
796 | 2023-10-17T20:53:04.220Z | Downloaded predicates-tree v1.0.9 |
797 | 2023-10-17T20:53:04.223Z | Downloaded fnv v1.0.7 |
798 | 2023-10-17T20:53:04.227Z | Downloaded ron v0.8.1 |
799 | 2023-10-17T20:53:04.230Z | Downloaded dof v0.1.5 |
800 | 2023-10-17T20:53:04.234Z | Downloaded trust-dns-server v0.22.1 |
801 | 2023-10-17T20:53:04.237Z | Downloaded r2d2 v0.8.10 |
802 | 2023-10-17T20:53:04.241Z | Downloaded tokio-postgres v0.7.10 |
803 | 2023-10-17T20:53:04.244Z | Downloaded time v0.3.27 |
804 | 2023-10-17T20:53:04.249Z | Downloaded tungstenite v0.18.0 |
805 | 2023-10-17T20:53:04.253Z | Downloaded ron v0.7.1 |
806 | 2023-10-17T20:53:04.258Z | Downloaded pin-project-lite v0.2.13 |
807 | 2023-10-17T20:53:04.262Z | Downloaded digest v0.10.7 |
808 | 2023-10-17T20:53:04.265Z | Downloaded snafu v0.7.5 |
809 | 2023-10-17T20:53:04.268Z | Downloaded rand v0.8.5 |
810 | 2023-10-17T20:53:04.272Z | Downloaded headers v0.3.9 |
811 | 2023-10-17T20:53:04.275Z | Downloaded proc-macro2 v1.0.67 |
812 | 2023-10-17T20:53:04.278Z | Downloaded reedline v0.23.0 |
813 | 2023-10-17T20:53:04.281Z | Downloaded steno v0.4.0 |
814 | 2023-10-17T20:53:04.285Z | Downloaded aho-corasick v1.0.4 |
815 | 2023-10-17T20:53:04.289Z | Downloaded flume v0.11.0 |
816 | 2023-10-17T20:53:04.292Z | Downloaded petgraph v0.6.4 |
817 | 2023-10-17T20:53:04.295Z | Downloaded rustls-webpki v0.101.4 |
818 | 2023-10-17T20:53:04.299Z | Downloaded unicode-segmentation v1.10.1 |
819 | 2023-10-17T20:53:04.303Z | Downloaded gimli v0.28.0 |
820 | 2023-10-17T20:53:04.306Z | Downloaded webpki-roots v0.25.2 |
821 | 2023-10-17T20:53:04.308Z | Downloaded tough v0.12.5 |
822 | 2023-10-17T20:53:04.311Z | Downloaded hashbrown v0.13.2 |
823 | 2023-10-17T20:53:04.315Z | Downloaded crossterm v0.26.1 |
824 | 2023-10-17T20:53:04.318Z | Downloaded regex v1.9.5 |
825 | 2023-10-17T20:53:04.322Z | Downloaded diesel v2.1.1 |
826 | 2023-10-17T20:53:04.325Z | Downloaded hashbrown v0.12.3 |
827 | 2023-10-17T20:53:04.329Z | Downloaded sled v0.34.7 |
828 | 2023-10-17T20:53:04.336Z | Downloaded regex-automata v0.1.10 |
829 | 2023-10-17T20:53:04.340Z | Downloaded zerocopy-derive v0.6.3 |
830 | 2023-10-17T20:53:04.343Z | Downloaded syn v2.0.32 |
831 | 2023-10-17T20:53:04.364Z | Downloaded tokio v1.32.0 |
832 | 2023-10-17T20:53:04.434Z | Downloaded quick-xml v0.23.1 |
833 | 2023-10-17T20:53:04.446Z | Downloaded sha3 v0.10.8 |
834 | 2023-10-17T20:53:04.462Z | Downloaded proptest v1.3.1 |
835 | 2023-10-17T20:53:04.477Z | Downloaded bstr v0.2.17 |
836 | 2023-10-17T20:53:04.500Z | Downloaded object v0.30.4 |
837 | 2023-10-17T20:53:04.517Z | Downloaded git2 v0.17.2 |
838 | 2023-10-17T20:53:04.537Z | Downloaded smoltcp v0.8.2 |
839 | 2023-10-17T20:53:04.551Z | Downloaded rustix v0.38.9 |
840 | 2023-10-17T20:53:04.590Z | Downloaded curve25519-dalek v4.1.0 |
841 | 2023-10-17T20:53:04.607Z | Downloaded rustix v0.37.23 |
842 | 2023-10-17T20:53:04.642Z | Downloaded regex-syntax v0.7.5 |
843 | 2023-10-17T20:53:04.658Z | Downloaded bstr v1.6.0 |
844 | 2023-10-17T20:53:04.679Z | Downloaded regex-syntax v0.6.29 |
845 | 2023-10-17T20:53:04.698Z | Downloaded polar-core v0.26.4 |
846 | 2023-10-17T20:53:04.710Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
847 | 2023-10-17T20:53:04.819Z | Downloaded openssl v0.10.57 |
848 | 2023-10-17T20:53:04.835Z | Downloaded ratatui v0.23.0 |
849 | 2023-10-17T20:53:04.855Z | Downloaded zerocopy-derive v0.2.0 |
850 | 2023-10-17T20:53:04.875Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
851 | 2023-10-17T20:53:04.900Z | Downloaded regex-automata v0.3.8 |
852 | 2023-10-17T20:53:04.929Z | Downloaded libc v0.2.149 |
853 | 2023-10-17T20:53:04.980Z | Downloaded vcpkg v0.2.15 |
854 | 2023-10-17T20:53:05.060Z | Downloaded semver v1.0.18 |
855 | 2023-10-17T20:53:05.507Z | Downloaded syn v1.0.109 |
856 | 2023-10-17T20:53:06.379Z | Downloaded idna v0.4.0 |
857 | 2023-10-17T20:53:06.382Z | Downloaded hashbrown v0.14.0 |
858 | 2023-10-17T20:53:06.386Z | Downloaded trust-dns-proto v0.22.0 |
859 | 2023-10-17T20:53:06.389Z | Downloaded openapiv3 v1.0.3 |
860 | 2023-10-17T20:53:06.391Z | Downloaded tabled v0.14.0 |
861 | 2023-10-17T20:53:06.395Z | Downloaded idna v0.2.3 |
862 | 2023-10-17T20:53:06.398Z | Downloaded smoltcp v0.9.1 |
863 | 2023-10-17T20:53:06.401Z | Downloaded radix_trie v0.2.1 |
864 | 2023-10-17T20:53:06.404Z | Downloaded object v0.32.1 |
865 | 2023-10-17T20:53:06.407Z | Downloaded rustls v0.21.7 |
866 | 2023-10-17T20:53:06.409Z | Downloaded encoding_rs v0.8.33 |
867 | 2023-10-17T20:53:06.412Z | Downloaded chrono v0.4.31 |
868 | 2023-10-17T20:53:06.416Z | Downloaded bitvec v1.0.1 |
869 | 2023-10-17T20:53:06.420Z | Downloaded reqwest v0.11.20 |
870 | 2023-10-17T20:53:06.423Z | Downloaded regress v0.7.1 |
871 | 2023-10-17T20:53:06.426Z | Downloaded rayon v1.7.0 |
872 | 2023-10-17T20:53:06.429Z | Downloaded portable-atomic v1.4.3 |
873 | 2023-10-17T20:53:06.432Z | Downloaded hyper v0.14.27 |
874 | 2023-10-17T20:53:06.435Z | Downloaded toml_edit v0.20.0 |
875 | 2023-10-17T20:53:06.438Z | Downloaded tokio-util v0.7.8 |
876 | 2023-10-17T20:53:06.441Z | Downloaded nix v0.26.2 |
877 | 2023-10-17T20:53:06.447Z | Downloaded futures v0.3.28 |
878 | 2023-10-17T20:53:06.460Z | Downloaded unicode-normalization v0.1.22 |
879 | 2023-10-17T20:53:06.471Z | Downloaded serde_json v1.0.107 |
880 | 2023-10-17T20:53:06.477Z | Downloaded crossterm v0.27.0 |
881 | 2023-10-17T20:53:06.484Z | Downloaded winnow v0.5.15 |
882 | 2023-10-17T20:53:06.490Z | Downloaded serde_derive v1.0.188 |
883 | 2023-10-17T20:53:06.497Z | Downloaded num-bigint-dig v0.8.4 |
884 | 2023-10-17T20:53:06.504Z | Downloaded darling_core v0.14.4 |
885 | 2023-10-17T20:53:06.512Z | Downloaded either v1.9.0 |
886 | 2023-10-17T20:53:06.524Z | Downloaded serde_with v2.3.3 |
887 | 2023-10-17T20:53:06.532Z | Downloaded derive_more v0.99.17 |
888 | 2023-10-17T20:53:06.544Z | Downloaded futures-channel v0.3.28 |
889 | 2023-10-17T20:53:06.559Z | Downloaded trust-dns-client v0.22.0 |
890 | 2023-10-17T20:53:06.562Z | Downloaded h2 v0.3.21 |
891 | 2023-10-17T20:53:06.565Z | Downloaded quote v1.0.33 |
892 | 2023-10-17T20:53:06.569Z | Downloaded derive_builder_core v0.12.0 |
893 | 2023-10-17T20:53:06.572Z | Downloaded diesel_derives v2.1.1 |
894 | 2023-10-17T20:53:06.575Z | Downloaded prettyplease v0.2.12 |
895 | 2023-10-17T20:53:06.578Z | Downloaded lalrpop v0.19.12 |
896 | 2023-10-17T20:53:06.581Z | Downloaded trust-dns-resolver v0.22.0 |
897 | 2023-10-17T20:53:06.584Z | Downloaded x509-cert v0.2.4 |
898 | 2023-10-17T20:53:06.587Z | Downloaded scheduled-thread-pool v0.2.7 |
899 | 2023-10-17T20:53:06.590Z | Downloaded futures-task v0.3.28 |
900 | 2023-10-17T20:53:06.594Z | Downloaded pest_meta v2.7.2 |
901 | 2023-10-17T20:53:06.598Z | Downloaded tracing-core v0.1.31 |
902 | 2023-10-17T20:53:06.601Z | Downloaded libz-sys v1.1.12 |
903 | 2023-10-17T20:53:06.605Z | Downloaded rsa v0.9.2 |
904 | 2023-10-17T20:53:06.608Z | Downloaded group v0.13.0 |
905 | 2023-10-17T20:53:06.611Z | Downloaded walkdir v2.4.0 |
906 | 2023-10-17T20:53:06.614Z | Downloaded rcgen v0.10.0 |
907 | 2023-10-17T20:53:06.617Z | Downloaded tinyvec v1.6.0 |
908 | 2023-10-17T20:53:06.621Z | Downloaded futures-util v0.3.28 |
909 | 2023-10-17T20:53:06.624Z | Downloaded crypto-bigint v0.5.2 |
910 | 2023-10-17T20:53:06.628Z | Downloaded globset v0.4.13 |
911 | 2023-10-17T20:53:06.631Z | Downloaded aes v0.8.3 |
912 | 2023-10-17T20:53:06.634Z | Downloaded semver v0.1.20 |
913 | 2023-10-17T20:53:06.637Z | Downloaded diff v0.1.13 |
914 | 2023-10-17T20:53:06.640Z | Downloaded tracing v0.1.37 |
915 | 2023-10-17T20:53:06.643Z | Downloaded schemars v0.8.13 |
916 | 2023-10-17T20:53:06.646Z | Downloaded similar v2.2.1 |
917 | 2023-10-17T20:53:06.649Z | Downloaded darling v0.14.4 |
918 | 2023-10-17T20:53:06.653Z | Downloaded rustc-demangle v0.1.23 |
919 | 2023-10-17T20:53:06.657Z | Downloaded clap v2.34.0 |
920 | 2023-10-17T20:53:06.662Z | Downloaded pretty-hex v0.3.0 |
921 | 2023-10-17T20:53:07.096Z | Downloaded futures-macro v0.3.28 |
922 | 2023-10-17T20:53:07.100Z | Downloaded parking_lot_core v0.9.8 |
923 | 2023-10-17T20:53:07.105Z | Downloaded structmeta-derive v0.1.6 |
924 | 2023-10-17T20:53:07.113Z | Downloaded hkdf v0.12.3 |
925 | 2023-10-17T20:53:07.116Z | Downloaded darling v0.20.3 |
926 | 2023-10-17T20:53:07.119Z | Downloaded unsafe-libyaml v0.2.9 |
927 | 2023-10-17T20:53:07.125Z | Downloaded mio v0.8.8 |
928 | 2023-10-17T20:53:07.132Z | Downloaded slog-dtrace v0.2.3 |
929 | 2023-10-17T20:53:07.143Z | Downloaded foreign-types-shared v0.1.1 |
930 | 2023-10-17T20:53:07.150Z | Downloaded foreign-types-macros v0.2.3 |
931 | 2023-10-17T20:53:07.156Z | Downloaded want v0.3.1 |
932 | 2023-10-17T20:53:07.168Z | Downloaded headers-core v0.2.0 |
933 | 2023-10-17T20:53:07.184Z | Downloaded ref-cast-impl v1.0.20 |
934 | 2023-10-17T20:53:07.194Z | Downloaded slog-envlogger v2.2.0 |
935 | 2023-10-17T20:53:07.198Z | Downloaded foreign-types v0.5.0 |
936 | 2023-10-17T20:53:07.201Z | Downloaded proc-macro-error-attr v1.0.4 |
937 | 2023-10-17T20:53:07.205Z | Downloaded ref-cast v1.0.20 |
938 | 2023-10-17T20:53:07.209Z | Downloaded unicode-width v0.1.10 |
939 | 2023-10-17T20:53:07.214Z | Downloaded quick-error v1.2.3 |
940 | 2023-10-17T20:53:07.217Z | Downloaded form_urlencoded v1.2.0 |
941 | 2023-10-17T20:53:07.221Z | Downloaded serde_derive_internals v0.26.0 |
942 | 2023-10-17T20:53:07.224Z | Downloaded spin v0.9.8 |
943 | 2023-10-17T20:53:07.229Z | Downloaded itertools v0.11.0 |
944 | 2023-10-17T20:53:07.232Z | Downloaded rustls-native-certs v0.6.3 |
945 | 2023-10-17T20:53:07.236Z | Downloaded oso v0.26.4 |
946 | 2023-10-17T20:53:07.240Z | Downloaded crossbeam-channel v0.5.8 |
947 | 2023-10-17T20:53:07.245Z | Downloaded dyn-clone v1.0.13 |
948 | 2023-10-17T20:53:07.248Z | Downloaded downcast v0.11.0 |
949 | 2023-10-17T20:53:07.252Z | Downloaded phf_shared v0.10.0 |
950 | 2023-10-17T20:53:07.255Z | Downloaded rpassword v7.2.0 |
951 | 2023-10-17T20:53:07.267Z | Downloaded semver v0.11.0 |
952 | 2023-10-17T20:53:07.271Z | Downloaded futures-sink v0.3.28 |
953 | 2023-10-17T20:53:07.276Z | Downloaded flate2 v1.0.27 |
954 | 2023-10-17T20:53:07.279Z | Downloaded itertools v0.10.5 |
955 | 2023-10-17T20:53:07.282Z | Downloaded libsqlite3-sys v0.26.0 |
956 | 2023-10-17T20:53:07.285Z | Downloaded strsim v0.10.0 |
957 | 2023-10-17T20:53:07.288Z | Downloaded ctr v0.9.2 |
958 | 2023-10-17T20:53:07.291Z | Downloaded rand_chacha v0.3.1 |
959 | 2023-10-17T20:53:07.296Z | Downloaded ring v0.16.20 |
960 | 2023-10-17T20:53:07.300Z | Downloaded twox-hash v1.6.3 |
961 | 2023-10-17T20:53:07.305Z | Downloaded vte v0.11.1 |
962 | 2023-10-17T20:53:07.313Z | Downloaded rusqlite v0.29.0 |
963 | 2023-10-17T20:53:07.334Z | Downloaded parking_lot v0.12.1 |
964 | 2023-10-17T20:53:07.341Z | Downloaded rusty-fork v0.3.0 |
965 | 2023-10-17T20:53:07.348Z | Downloaded vsss-rs v3.3.1 |
966 | 2023-10-17T20:53:07.356Z | Downloaded unicode-bidi v0.3.13 |
967 | 2023-10-17T20:53:07.361Z | Downloaded ucd-trie v0.1.6 |
968 | 2023-10-17T20:53:07.364Z | Downloaded clap_builder v4.4.2 |
969 | 2023-10-17T20:53:07.369Z | Downloaded minimal-lexical v0.2.1 |
970 | 2023-10-17T20:53:07.374Z | Downloaded string_cache v0.8.7 |
971 | 2023-10-17T20:53:07.377Z | Downloaded toml v0.5.11 |
972 | 2023-10-17T20:53:07.384Z | Downloaded toml_edit v0.19.15 |
973 | 2023-10-17T20:53:07.398Z | Downloaded pest v2.7.2 |
974 | 2023-10-17T20:53:07.824Z | Downloaded serde_arrays v0.1.0 |
975 | 2023-10-17T20:53:07.831Z | Downloaded rand_core v0.6.4 |
976 | 2023-10-17T20:53:08.247Z | Downloaded unicase v2.7.0 |
977 | 2023-10-17T20:53:08.250Z | Downloaded elliptic-curve v0.13.5 |
978 | 2023-10-17T20:53:08.254Z | Downloaded thiserror-impl v1.0.49 |
979 | 2023-10-17T20:53:08.257Z | Downloaded thiserror v1.0.49 |
980 | 2023-10-17T20:53:08.260Z | Downloaded dtrace-parser v0.1.14 |
981 | 2023-10-17T20:53:08.264Z | Downloaded diesel_table_macro_syntax v0.1.0 |
982 | 2023-10-17T20:53:08.271Z | Downloaded bindgen v0.65.1 |
983 | 2023-10-17T20:53:08.274Z | Downloaded mockall_derive v0.11.4 |
984 | 2023-10-17T20:53:08.278Z | Downloaded pem-rfc7468 v0.7.0 |
985 | 2023-10-17T20:53:08.281Z | Downloaded schemars_derive v0.8.13 |
986 | 2023-10-17T20:53:08.315Z | Downloaded phf v0.11.2 |
987 | 2023-10-17T20:53:08.324Z | Downloaded tui-tree-widget v0.13.0 |
988 | 2023-10-17T20:53:08.328Z | Downloaded spki v0.7.2 |
989 | 2023-10-17T20:53:08.332Z | Downloaded poly1305 v0.8.0 |
990 | 2023-10-17T20:53:08.335Z | Downloaded num_enum_derive v0.7.0 |
991 | 2023-10-17T20:53:08.339Z | Downloaded ciborium v0.2.1 |
992 | 2023-10-17T20:53:08.343Z | Downloaded libm v0.2.7 |
993 | 2023-10-17T20:53:08.346Z | Downloaded thiserror-impl-no-std v2.0.2 |
994 | 2023-10-17T20:53:08.350Z | Downloaded textwrap v0.16.0 |
995 | 2023-10-17T20:53:08.354Z | Downloaded textwrap v0.11.0 |
996 | 2023-10-17T20:53:08.357Z | Downloaded termios v0.3.3 |
997 | 2023-10-17T20:53:08.360Z | Downloaded fastrand v2.0.0 |
998 | 2023-10-17T20:53:08.364Z | Downloaded once_cell v1.18.0 |
999 | 2023-10-17T20:53:08.368Z | Downloaded fallible-iterator v0.2.0 |
1000 | 2023-10-17T20:53:08.372Z | Downloaded time-core v0.1.1 |
1001 | 2023-10-17T20:53:08.375Z | Downloaded openssl-sys v0.9.93 |
1002 | 2023-10-17T20:53:08.378Z | Downloaded unarray v0.1.4 |
1003 | 2023-10-17T20:53:08.381Z | Downloaded wyz v0.5.1 |
1004 | 2023-10-17T20:53:08.384Z | Downloaded toml v0.8.0 |
1005 | 2023-10-17T20:53:08.388Z | Downloaded rustc-hash v1.1.0 |
1006 | 2023-10-17T20:53:08.391Z | Downloaded serde_with_macros v2.3.3 |
1007 | 2023-10-17T20:53:08.394Z | Downloaded predicates v2.1.5 |
1008 | 2023-10-17T20:53:08.397Z | Downloaded postgres-types v0.2.6 |
1009 | 2023-10-17T20:53:08.400Z | Downloaded untrusted v0.7.1 |
1010 | 2023-10-17T20:53:08.403Z | Downloaded rustls-pemfile v1.0.3 |
1011 | 2023-10-17T20:53:08.406Z | Downloaded paste v1.0.14 |
1012 | 2023-10-17T20:53:08.409Z | Downloaded fd-lock v3.0.13 |
1013 | 2023-10-17T20:53:08.413Z | Downloaded darling_core v0.20.3 |
1014 | 2023-10-17T20:53:08.415Z | Downloaded packed_struct v0.10.1 |
1015 | 2023-10-17T20:53:08.418Z | Downloaded fixedbitset v0.4.2 |
1016 | 2023-10-17T20:53:08.425Z | Downloaded strum v0.25.0 |
1017 | 2023-10-17T20:53:08.429Z | Downloaded endian-type v0.1.2 |
1018 | 2023-10-17T20:53:08.431Z | Downloaded pkcs1 v0.7.5 |
1019 | 2023-10-17T20:53:08.434Z | Downloaded yasna v0.5.2 |
1020 | 2023-10-17T20:53:08.437Z | Downloaded tokio-tungstenite v0.20.1 |
1021 | 2023-10-17T20:53:08.440Z | Downloaded tokio-tungstenite v0.18.0 |
1022 | 2023-10-17T20:53:08.443Z | Downloaded tokio-stream v0.1.14 |
1023 | 2023-10-17T20:53:08.446Z | Downloaded smallvec v1.11.0 |
1024 | 2023-10-17T20:53:08.449Z | Downloaded slog-term v2.9.0 |
1025 | 2023-10-17T20:53:08.452Z | Downloaded vec_map v0.8.2 |
1026 | 2023-10-17T20:53:08.455Z | Downloaded filetime v0.2.22 |
1027 | 2023-10-17T20:53:08.458Z | Downloaded thiserror-no-std v2.0.2 |
1028 | 2023-10-17T20:53:08.461Z | Downloaded tokio-native-tls v0.3.1 |
1029 | 2023-10-17T20:53:08.464Z | Downloaded arc-swap v1.6.0 |
1030 | 2023-10-17T20:53:08.467Z | Downloaded postcard v0.7.3 |
1031 | 2023-10-17T20:53:08.470Z | Downloaded der v0.7.8 |
1032 | 2023-10-17T20:53:08.473Z | Downloaded signature v1.6.4 |
1033 | 2023-10-17T20:53:08.476Z | Downloaded predicates-core v1.0.6 |
1034 | 2023-10-17T20:53:08.480Z | Downloaded url v2.4.1 |
1035 | 2023-10-17T20:53:08.483Z | Downloaded slog-async v2.8.0 |
1036 | 2023-10-17T20:53:08.486Z | Downloaded serde_tokenstream v0.2.0 |
1037 | 2023-10-17T20:53:08.490Z | Downloaded platforms v3.0.2 |
1038 | 2023-10-17T20:53:08.494Z | Downloaded http v0.2.9 |
1039 | 2023-10-17T20:53:08.497Z | Downloaded version_check v0.9.4 |
1040 | 2023-10-17T20:53:08.500Z | Downloaded unicode-xid v0.2.4 |
1041 | 2023-10-17T20:53:08.503Z | Downloaded thread_local v1.1.7 |
1042 | 2023-10-17T20:53:08.509Z | Downloaded smallvec v0.6.14 |
1043 | 2023-10-17T20:53:08.513Z | Downloaded path-dedot v3.1.0 |
1044 | 2023-10-17T20:53:08.516Z | Downloaded enum-as-inner v0.5.1 |
1045 | 2023-10-17T20:53:08.519Z | Downloaded slab v0.4.9 |
1046 | 2023-10-17T20:53:08.522Z | Downloaded sha2 v0.10.7 |
1047 | 2023-10-17T20:53:08.525Z | Downloaded ppv-lite86 v0.2.17 |
1048 | 2023-10-17T20:53:08.529Z | Downloaded postgres-protocol v0.6.6 |
1049 | 2023-10-17T20:53:08.532Z | Downloaded postcard-cobs v0.1.5-pre |
1050 | 2023-10-17T20:53:08.535Z | Downloaded pkcs8 v0.10.2 |
1051 | 2023-10-17T20:53:08.540Z | Downloaded whoami v1.4.1 |
1052 | 2023-10-17T20:53:08.544Z | Downloaded tokio-rustls v0.24.1 |
1053 | 2023-10-17T20:53:08.547Z | Downloaded thread-id v4.2.0 |
1054 | 2023-10-17T20:53:08.550Z | Downloaded termtree v0.4.1 |
1055 | 2023-10-17T20:53:08.554Z | Downloaded terminal_size v0.2.6 |
1056 | 2023-10-17T20:53:08.557Z | Downloaded signal-hook-tokio v0.3.1 |
1057 | 2023-10-17T20:53:08.560Z | Downloaded getrandom v0.2.10 |
1058 | 2023-10-17T20:53:08.563Z | Downloaded topological-sort v0.2.2 |
1059 | 2023-10-17T20:53:08.566Z | Downloaded rand_xorshift v0.3.0 |
1060 | 2023-10-17T20:53:08.569Z | Downloaded synstructure v0.12.6 |
1061 | 2023-10-17T20:53:08.572Z | Downloaded indicatif v0.17.7 |
1062 | 2023-10-17T20:53:08.575Z | Downloaded siphasher v0.3.11 |
1063 | 2023-10-17T20:53:08.578Z | Downloaded signature v2.1.0 |
1064 | 2023-10-17T20:53:08.581Z | Downloaded serde_tokenstream v0.1.7 |
1065 | 2023-10-17T20:53:08.584Z | Downloaded precomputed-hash v0.1.1 |
1066 | 2023-10-17T20:53:08.587Z | Downloaded zerocopy v0.6.3 |
1067 | 2023-10-17T20:53:08.594Z | Downloaded xattr v1.0.1 |
1068 | 2023-10-17T20:53:08.597Z | Downloaded tokio-macros v2.1.0 |
1069 | 2023-10-17T20:53:08.600Z | Downloaded ringbuffer v0.15.0 |
1070 | 2023-10-17T20:53:08.604Z | Downloaded resolv-conf v0.7.0 |
1071 | 2023-10-17T20:53:08.607Z | Downloaded polyval v0.6.1 |
1072 | 2023-10-17T20:53:08.613Z | Downloaded strum_macros v0.24.3 |
1073 | 2023-10-17T20:53:08.616Z | Downloaded sct v0.7.0 |
1074 | 2023-10-17T20:53:08.620Z | Downloaded allocator-api2 v0.2.16 |
1075 | 2023-10-17T20:53:08.628Z | Downloaded phf_shared v0.11.2 |
1076 | 2023-10-17T20:53:08.639Z | Downloaded path-absolutize v3.1.0 |
1077 | 2023-10-17T20:53:08.645Z | Downloaded fallible-streaming-iterator v0.1.9 |
1078 | 2023-10-17T20:53:08.651Z | Downloaded shlex v1.1.0 |
1079 | 2023-10-17T20:53:08.661Z | Downloaded opaque-debug v0.3.0 |
1080 | 2023-10-17T20:53:08.671Z | Downloaded miniz_oxide v0.7.1 |
1081 | 2023-10-17T20:53:08.684Z | Downloaded crc-any v2.4.3 |
1082 | 2023-10-17T20:53:08.692Z | Downloaded serde_urlencoded v0.7.1 |
1083 | 2023-10-17T20:53:08.700Z | Downloaded serde_spanned v0.6.3 |
1084 | 2023-10-17T20:53:08.709Z | Downloaded mime_guess v2.0.4 |
1085 | 2023-10-17T20:53:08.724Z | Downloaded half v1.8.2 |
1086 | 2023-10-17T20:53:08.729Z | Downloaded strip-ansi-escapes v0.2.0 |
1087 | 2023-10-17T20:53:08.736Z | Downloaded stringprep v0.1.3 |
1088 | 2023-10-17T20:53:08.741Z | Downloaded serde_yaml v0.9.25 |
1089 | 2023-10-17T20:53:08.747Z | Downloaded data-encoding v2.4.0 |
1090 | 2023-10-17T20:53:08.754Z | Downloaded darling_macro v0.20.3 |
1091 | 2023-10-17T20:53:08.760Z | Downloaded darling_macro v0.14.4 |
1092 | 2023-10-17T20:53:08.764Z | Downloaded which v4.4.0 |
1093 | 2023-10-17T20:53:08.769Z | Downloaded ryu v1.0.15 |
1094 | 2023-10-17T20:53:08.774Z | Downloaded toml_datetime v0.6.3 |
1095 | 2023-10-17T20:53:08.777Z | Downloaded env_logger v0.10.0 |
1096 | 2023-10-17T20:53:08.781Z | Downloaded vergen v8.2.4 |
1097 | 2023-10-17T20:53:08.784Z | Downloaded uuid v1.4.1 |
1098 | 2023-10-17T20:53:08.788Z | Downloaded tap v1.0.1 |
1099 | 2023-10-17T20:53:08.791Z | Downloaded tabled_derive v0.6.0 |
1100 | 2023-10-17T20:53:08.797Z | Downloaded subtle v2.5.0 |
1101 | 2023-10-17T20:53:08.802Z | Downloaded strsim v0.8.0 |
1102 | 2023-10-17T20:53:08.805Z | Downloaded num-bigint v0.4.4 |
1103 | 2023-10-17T20:53:08.809Z | Downloaded cfg-if v1.0.0 |
1104 | 2023-10-17T20:53:08.812Z | Downloaded signal-hook-registry v1.4.1 |
1105 | 2023-10-17T20:53:08.816Z | Downloaded derive_builder v0.12.0 |
1106 | 2023-10-17T20:53:09.227Z | Downloaded der_derive v0.7.2 |
1107 | 2023-10-17T20:53:09.230Z | Downloaded serde v1.0.188 |
1108 | 2023-10-17T20:53:09.233Z | Downloaded parse-display-derive v0.7.0 |
1109 | 2023-10-17T20:53:09.237Z | Downloaded olpc-cjson v0.1.3 |
1110 | 2023-10-17T20:53:09.252Z | Downloaded futures-executor v0.3.28 |
1111 | 2023-10-17T20:53:09.256Z | Downloaded env_logger v0.9.3 |
1112 | 2023-10-17T20:53:09.260Z | Downloaded derive-where v1.2.5 |
1113 | 2023-10-17T20:53:09.263Z | Downloaded termcolor v1.2.0 |
1114 | 2023-10-17T20:53:09.266Z | Downloaded openssl-probe v0.1.5 |
1115 | 2023-10-17T20:53:09.270Z | Downloaded native-tls v0.2.11 |
1116 | 2023-10-17T20:53:09.273Z | Downloaded log v0.4.20 |
1117 | 2023-10-17T20:53:09.276Z | Downloaded display-error-chain v0.1.1 |
1118 | 2023-10-17T20:53:09.279Z | Downloaded toolchain_find v0.2.0 |
1119 | 2023-10-17T20:53:09.283Z | Downloaded openssl-macros v0.1.1 |
1120 | 2023-10-17T20:53:09.288Z | Downloaded hash32 v0.2.1 |
1121 | 2023-10-17T20:53:09.291Z | Downloaded deranged v0.3.8 |
1122 | 2023-10-17T20:53:09.294Z | Downloaded debug-ignore v1.0.5 |
1123 | 2023-10-17T20:53:09.301Z | Downloaded usdt-attr-macro v0.3.5 |
1124 | 2023-10-17T20:53:09.306Z | Downloaded socket2 v0.5.3 |
1125 | 2023-10-17T20:53:09.310Z | Downloaded slog v2.7.0 |
1126 | 2023-10-17T20:53:09.313Z | Downloaded md-5 v0.10.5 |
1127 | 2023-10-17T20:53:09.316Z | Downloaded const_format_proc_macros v0.2.31 |
1128 | 2023-10-17T20:53:09.319Z | Downloaded cancel-safe-futures v0.1.2 |
1129 | 2023-10-17T20:53:09.324Z | Downloaded fs-err v2.9.0 |
1130 | 2023-10-17T20:53:09.332Z | Downloaded erased-serde v0.3.30 |
1131 | 2023-10-17T20:53:09.337Z | Downloaded signal-hook v0.3.17 |
1132 | 2023-10-17T20:53:09.341Z | Downloaded nom v7.1.3 |
1133 | 2023-10-17T20:53:09.345Z | Downloaded nanorand v0.7.0 |
1134 | 2023-10-17T20:53:09.348Z | Downloaded usdt v0.3.5 |
1135 | 2023-10-17T20:53:09.351Z | Downloaded tempfile v3.8.0 |
1136 | 2023-10-17T20:53:09.354Z | Downloaded take_mut v0.2.2 |
1137 | 2023-10-17T20:53:09.357Z | Downloaded base64 v0.13.1 |
1138 | 2023-10-17T20:53:09.360Z | Downloaded ascii v1.1.0 |
1139 | 2023-10-17T20:53:09.362Z | Downloaded ansi_term v0.12.1 |
1140 | 2023-10-17T20:53:09.365Z | Downloaded anstyle-parse v0.2.1 |
1141 | 2023-10-17T20:53:09.369Z | Downloaded fxhash v0.2.1 |
1142 | 2023-10-17T20:53:09.372Z | Downloaded socket2 v0.4.9 |
1143 | 2023-10-17T20:53:09.376Z | Downloaded cc v1.0.83 |
1144 | 2023-10-17T20:53:09.378Z | Downloaded errno v0.3.2 |
1145 | 2023-10-17T20:53:09.382Z | Downloaded equivalent v1.0.1 |
1146 | 2023-10-17T20:53:09.385Z | Downloaded utf8parse v0.2.1 |
1147 | 2023-10-17T20:53:09.388Z | Downloaded usdt-macro v0.3.5 |
1148 | 2023-10-17T20:53:09.391Z | Downloaded mockall v0.11.4 |
1149 | 2023-10-17T20:53:09.395Z | Downloaded mime v0.3.17 |
1150 | 2023-10-17T20:53:09.398Z | Downloaded managed v0.8.0 |
1151 | 2023-10-17T20:53:09.403Z | Downloaded clap_lex v0.5.1 |
1152 | 2023-10-17T20:53:09.406Z | Downloaded base16ct v0.2.0 |
1153 | 2023-10-17T20:53:09.409Z | Downloaded autocfg v1.1.0 |
1154 | 2023-10-17T20:53:09.412Z | Downloaded atomic-waker v1.1.1 |
1155 | 2023-10-17T20:53:09.416Z | Downloaded chacha20poly1305 v0.10.1 |
1156 | 2023-10-17T20:53:09.419Z | Downloaded static_assertions v1.1.0 |
1157 | 2023-10-17T20:53:09.422Z | Downloaded smf v0.2.2 |
1158 | 2023-10-17T20:53:09.425Z | Downloaded smawk v0.3.1 |
1159 | 2023-10-17T20:53:09.428Z | Downloaded slog-scope v4.4.0 |
1160 | 2023-10-17T20:53:09.431Z | Downloaded slog-json v2.6.1 |
1161 | 2023-10-17T20:53:09.434Z | Downloaded signal-hook-mio v0.2.3 |
1162 | 2023-10-17T20:53:09.436Z | Downloaded sha1 v0.10.5 |
1163 | 2023-10-17T20:53:09.439Z | Downloaded serde_repr v0.1.16 |
1164 | 2023-10-17T20:53:09.442Z | Downloaded serde_plain v1.0.2 |
1165 | 2023-10-17T20:53:09.446Z | Downloaded serde_path_to_error v0.1.14 |
1166 | 2023-10-17T20:53:09.448Z | Downloaded semver-parser v0.10.2 |
1167 | 2023-10-17T20:53:09.451Z | Downloaded rustfmt-wrapper v0.2.0 |
1168 | 2023-10-17T20:53:09.454Z | Downloaded num_enum v0.5.11 |
1169 | 2023-10-17T20:53:09.457Z | Downloaded newtype_derive v0.1.6 |
1170 | 2023-10-17T20:53:09.459Z | Downloaded match_cfg v0.1.0 |
1171 | 2023-10-17T20:53:09.462Z | Downloaded crossbeam v0.8.2 |
1172 | 2023-10-17T20:53:09.465Z | Downloaded crc32fast v1.3.2 |
1173 | 2023-10-17T20:53:09.468Z | Downloaded chacha20 v0.9.1 |
1174 | 2023-10-17T20:53:09.471Z | Downloaded base64 v0.21.4 |
1175 | 2023-10-17T20:53:09.474Z | Downloaded clang-sys v1.6.1 |
1176 | 2023-10-17T20:53:09.476Z | Downloaded nu-ansi-term v0.49.0 |
1177 | 2023-10-17T20:53:09.491Z | Downloaded io-lifetimes v1.0.11 |
1178 | 2023-10-17T20:53:09.498Z | Downloaded indexmap v2.0.0 |
1179 | 2023-10-17T20:53:09.502Z | Downloaded heapless v0.7.16 |
1180 | 2023-10-17T20:53:09.504Z | Downloaded cookie v0.16.2 |
1181 | 2023-10-17T20:53:09.507Z | Downloaded atomicwrites v0.4.2 |
1182 | 2023-10-17T20:53:09.510Z | Downloaded argon2 v0.5.2 |
1183 | 2023-10-17T20:53:09.514Z | Downloaded async-stream v0.3.5 |
1184 | 2023-10-17T20:53:09.517Z | Downloaded nodrop v0.1.14 |
1185 | 2023-10-17T20:53:09.521Z | Downloaded linear-map v1.2.0 |
1186 | 2023-10-17T20:53:09.546Z | Downloaded cargo_metadata v0.18.0 |
1187 | 2023-10-17T20:53:09.549Z | Downloaded cargo-platform v0.1.3 |
1188 | 2023-10-17T20:53:09.552Z | Downloaded async-recursion v1.0.5 |
1189 | 2023-10-17T20:53:09.555Z | Downloaded array-init v0.0.4 |
1190 | 2023-10-17T20:53:09.559Z | Downloaded serde-big-array v0.4.1 |
1191 | 2023-10-17T20:53:09.562Z | Downloaded anstream v0.5.0 |
1192 | 2023-10-17T20:53:09.564Z | Downloaded aes-gcm-siv v0.11.1 |
1193 | 2023-10-17T20:53:09.567Z | Downloaded adler v1.0.2 |
1194 | 2023-10-17T20:53:09.570Z | Downloaded rtoolbox v0.0.1 |
1195 | 2023-10-17T20:53:09.572Z | Downloaded num_enum v0.7.0 |
1196 | 2023-10-17T20:53:09.576Z | Downloaded num-derive v0.4.0 |
1197 | 2023-10-17T20:53:09.578Z | Downloaded num v0.4.1 |
1198 | 2023-10-17T20:53:09.581Z | Downloaded nibble_vec v0.1.0 |
1199 | 2023-10-17T20:53:09.584Z | Downloaded memoffset v0.7.1 |
1200 | 2023-10-17T20:53:09.587Z | Downloaded ipnetwork v0.20.0 |
1201 | 2023-10-17T20:53:09.590Z | Downloaded clap_derive v4.4.2 |
1202 | 2023-10-17T20:53:09.592Z | Downloaded cargo_toml v0.16.3 |
1203 | 2023-10-17T20:53:09.595Z | Downloaded maplit v1.0.2 |
1204 | 2023-10-17T20:53:09.598Z | Downloaded macaddr v1.0.1 |
1205 | 2023-10-17T20:53:09.601Z | Downloaded bitstruct v0.1.1 |
1206 | 2023-10-17T20:53:09.604Z | Downloaded cassowary v0.3.0 |
1207 | 2023-10-17T20:53:09.607Z | Downloaded lru-cache v0.1.2 |
1208 | 2023-10-17T20:53:09.609Z | Downloaded linked-hash-map v0.5.6 |
1209 | 2023-10-17T20:53:09.612Z | Downloaded bitflags v2.4.0 |
1210 | 2023-10-17T20:53:09.615Z | Downloaded jobserver v0.1.26 |
1211 | 2023-10-17T20:53:09.618Z | Downloaded crc-catalog v2.2.0 |
1212 | 2023-10-17T20:53:09.621Z | Downloaded camino-tempfile v1.0.2 |
1213 | 2023-10-17T20:53:09.624Z | Downloaded block-padding v0.3.3 |
1214 | 2023-10-17T20:53:09.627Z | Downloaded lazy_static v1.4.0 |
1215 | 2023-10-17T20:53:09.630Z | Downloaded num-rational v0.4.1 |
1216 | 2023-10-17T20:53:09.632Z | Downloaded num-complex v0.4.4 |
1217 | 2023-10-17T20:53:09.635Z | Downloaded crossbeam-epoch v0.9.15 |
1218 | 2023-10-17T20:53:09.638Z | Downloaded bytes v1.5.0 |
1219 | 2023-10-17T20:53:09.641Z | Downloaded libloading v0.7.4 |
1220 | 2023-10-17T20:53:09.645Z | Downloaded indoc v2.0.3 |
1221 | 2023-10-17T20:53:09.648Z | Downloaded ipnet v2.8.0 |
1222 | 2023-10-17T20:53:09.651Z | Downloaded hubpack v0.1.2 |
1223 | 2023-10-17T20:53:09.654Z | Downloaded bitflags v1.3.2 |
1224 | 2023-10-17T20:53:09.657Z | Downloaded atty v0.2.14 |
1225 | 2023-10-17T20:53:09.659Z | Downloaded hyper-rustls v0.24.1 |
1226 | 2023-10-17T20:53:09.662Z | Downloaded humantime v2.1.0 |
1227 | 2023-10-17T20:53:09.665Z | Downloaded httparse v1.8.0 |
1228 | 2023-10-17T20:53:09.668Z | Downloaded cfg-if v0.1.10 |
1229 | 2023-10-17T20:53:09.670Z | Downloaded blake2 v0.10.6 |
1230 | 2023-10-17T20:53:09.673Z | Downloaded lazycell v1.3.0 |
1231 | 2023-10-17T20:53:09.676Z | Downloaded heck v0.3.3 |
1232 | 2023-10-17T20:53:09.679Z | Downloaded assert_matches v1.5.0 |
1233 | 2023-10-17T20:53:09.681Z | Downloaded async-stream-impl v0.3.5 |
1234 | 2023-10-17T20:53:09.685Z | Downloaded anstyle-query v1.0.0 |
1235 | 2023-10-17T20:53:09.691Z | Downloaded multer v2.1.0 |
1236 | 2023-10-17T20:53:09.694Z | Downloaded num-traits v0.2.16 |
1237 | 2023-10-17T20:53:09.696Z | Downloaded instant v0.1.12 |
1238 | 2023-10-17T20:53:09.699Z | Downloaded num-iter v0.1.43 |
1239 | 2023-10-17T20:53:09.702Z | Downloaded normalize-line-endings v0.3.0 |
1240 | 2023-10-17T20:53:09.705Z | Downloaded crc v3.0.1 |
1241 | 2023-10-17T20:53:09.708Z | Downloaded lalrpop-util v0.19.12 |
1242 | 2023-10-17T20:53:09.710Z | Downloaded itoa v1.0.9 |
1243 | 2023-10-17T20:53:09.713Z | Downloaded cpufeatures v0.2.9 |
1244 | 2023-10-17T20:53:09.716Z | Downloaded convert_case v0.4.0 |
1245 | 2023-10-17T20:53:09.719Z | Downloaded bitfield v0.14.0 |
1246 | 2023-10-17T20:53:09.722Z | Downloaded bcs v0.1.5 |
1247 | 2023-10-17T20:53:09.724Z | Downloaded impl-trait-for-tuples v0.2.2 |
1248 | 2023-10-17T20:53:09.727Z | Downloaded hmac v0.12.1 |
1249 | 2023-10-17T20:53:09.729Z | Downloaded bzip2 v0.4.4 |
1250 | 2023-10-17T20:53:09.732Z | Downloaded hyper-tls v0.5.0 |
1251 | 2023-10-17T20:53:09.735Z | Downloaded hyper-staticfile v0.9.5 |
1252 | 2023-10-17T20:53:09.738Z | Downloaded camino v1.1.6 |
1253 | 2023-10-17T20:53:09.741Z | Downloaded is-terminal v0.4.9 |
1254 | 2023-10-17T20:53:09.743Z | Downloaded indoc v1.0.9 |
1255 | 2023-10-17T20:53:09.746Z | Downloaded buf-list v1.0.3 |
1256 | 2023-10-17T20:53:09.749Z | Downloaded block-buffer v0.10.4 |
1257 | 2023-10-17T20:53:09.752Z | Downloaded bytecount v0.6.3 |
1258 | 2023-10-17T20:53:09.755Z | Downloaded bit_field v0.10.2 |
1259 | 2023-10-17T20:53:09.758Z | Downloaded bincode v1.3.3 |
1260 | 2023-10-17T20:53:09.760Z | Downloaded http-body v0.4.5 |
1261 | 2023-10-17T20:53:09.763Z | Downloaded byteorder v1.4.3 |
1262 | 2023-10-17T20:53:09.768Z | Downloaded bb8 v0.8.1 |
1263 | 2023-10-17T20:53:09.771Z | Compiling proc-macro2 v1.0.67 |
1264 | 2023-10-17T20:53:09.775Z | Compiling unicode-ident v1.0.12 |
1265 | 2023-10-17T20:53:09.778Z | Compiling libc v0.2.149 |
1266 | 2023-10-17T20:53:09.781Z | Compiling serde v1.0.188 |
1267 | 2023-10-17T20:53:09.783Z | Compiling autocfg v1.1.0 |
1268 | 2023-10-17T20:53:09.786Z | Compiling version_check v0.9.4 |
1269 | 2023-10-17T20:53:09.789Z | Compiling cfg-if v1.0.0 |
1270 | 2023-10-17T20:53:09.791Z | Compiling syn v1.0.109 |
1271 | 2023-10-17T20:53:09.794Z | Compiling once_cell v1.18.0 |
1272 | 2023-10-17T20:53:09.797Z | Compiling libm v0.2.7 |
1273 | 2023-10-17T20:53:09.799Z | Compiling parking_lot_core v0.9.8 |
1274 | 2023-10-17T20:53:09.802Z | Compiling ahash v0.8.3 |
1275 | 2023-10-17T20:53:09.805Z | Compiling lock_api v0.4.10 |
1276 | 2023-10-17T20:53:10.432Z | Compiling num-traits v0.2.16 |
1277 | 2023-10-17T20:53:10.436Z | Compiling thiserror v1.0.49 |
1278 | 2023-10-17T20:53:10.440Z | Compiling typenum v1.16.0 |
1279 | 2023-10-17T20:53:10.443Z | Compiling futures-core v0.3.28 |
1280 | 2023-10-17T20:53:10.793Z | Compiling generic-array v0.14.7 |
1281 | 2023-10-17T20:53:10.896Z | Compiling memchr v2.6.3 |
1282 | 2023-10-17T20:53:11.162Z | Compiling itoa v1.0.9 |
1283 | 2023-10-17T20:53:11.622Z | Compiling scopeguard v1.2.0 |
1284 | 2023-10-17T20:53:11.649Z | Compiling pkg-config v0.3.27 |
1285 | 2023-10-17T20:53:12.072Z | Compiling quote v1.0.33 |
1286 | 2023-10-17T20:53:12.211Z | Compiling slab v0.4.9 |
1287 | 2023-10-17T20:53:12.634Z | Compiling futures-task v0.3.28 |
1288 | 2023-10-17T20:53:13.067Z | Compiling syn v2.0.32 |
1289 | 2023-10-17T20:53:13.109Z | Compiling jobserver v0.1.26 |
1290 | 2023-10-17T20:53:13.312Z | Compiling getrandom v0.2.10 |
1291 | 2023-10-17T20:53:13.775Z | Compiling cc v1.0.83 |
1292 | 2023-10-17T20:53:13.958Z | Compiling futures-channel v0.3.28 |
1293 | 2023-10-17T20:53:14.250Z | Compiling futures-util v0.3.28 |
1294 | 2023-10-17T20:53:14.572Z | Compiling log v0.4.20 |
1295 | 2023-10-17T20:53:15.324Z | Compiling ryu v1.0.15 |
1296 | 2023-10-17T20:53:15.547Z | Compiling pin-project-lite v0.2.13 |
1297 | 2023-10-17T20:53:15.592Z | Compiling serde_json v1.0.107 |
1298 | 2023-10-17T20:53:15.756Z | Compiling vcpkg v0.2.15 |
1299 | 2023-10-17T20:53:15.776Z | Compiling schemars v0.8.13 |
1300 | 2023-10-17T20:53:15.931Z | Compiling smallvec v1.11.0 |
1301 | 2023-10-17T20:53:18.285Z | Compiling parking_lot v0.12.1 |
1302 | 2023-10-17T20:53:18.610Z | Compiling ring v0.16.20 |
1303 | 2023-10-17T20:53:18.720Z | Compiling openssl-sys v0.9.93 |
1304 | 2023-10-17T20:53:19.490Z | Compiling heck v0.4.1 |
1305 | 2023-10-17T20:53:20.160Z | Compiling num_cpus v1.16.0 |
1306 | 2023-10-17T20:53:20.843Z | Compiling rand_core v0.6.4 |
1307 | 2023-10-17T20:53:21.215Z | Compiling indexmap v1.9.3 |
1308 | 2023-10-17T20:53:21.557Z | Compiling byteorder v1.4.3 |
1309 | 2023-10-17T20:53:21.622Z | Compiling allocator-api2 v0.2.16 |
1310 | 2023-10-17T20:53:21.822Z | Compiling spin v0.5.2 |
1311 | 2023-10-17T20:53:22.205Z | Compiling httparse v1.8.0 |
1312 | 2023-10-17T20:53:22.326Z | Compiling equivalent v1.0.1 |
1313 | 2023-10-17T20:53:22.347Z | Compiling mio v0.8.8 |
1314 | 2023-10-17T20:53:22.473Z | Compiling socket2 v0.5.3 |
1315 | 2023-10-17T20:53:22.910Z | Compiling hashbrown v0.14.0 |
1316 | 2023-10-17T20:53:23.064Z | Compiling signal-hook-registry v1.4.1 |
1317 | 2023-10-17T20:53:25.361Z | Compiling serde_derive_internals v0.26.0 |
1318 | 2023-10-17T20:53:25.463Z | Compiling semver v1.0.18 |
1319 | 2023-10-17T20:53:25.682Z | Compiling fnv v1.0.7 |
1320 | 2023-10-17T20:53:25.770Z | Compiling openssl v0.10.57 |
1321 | 2023-10-17T20:53:26.298Z | Compiling rustls v0.21.7 |
1322 | 2023-10-17T20:53:26.807Z | Compiling iana-time-zone v0.1.57 |
1323 | 2023-10-17T20:53:26.814Z | Compiling ucd-trie v0.1.6 |
1324 | 2023-10-17T20:53:26.915Z | Compiling native-tls v0.2.11 |
1325 | 2023-10-17T20:53:26.919Z | Compiling unicode-xid v0.2.4 |
1326 | 2023-10-17T20:53:27.050Z | Compiling crossbeam-utils v0.8.16 |
1327 | 2023-10-17T20:53:27.162Z | Compiling synstructure v0.12.6 |
1328 | 2023-10-17T20:53:28.380Z | Compiling futures-sink v0.3.28 |
1329 | 2023-10-17T20:53:28.906Z | Compiling io-lifetimes v1.0.11 |
1330 | 2023-10-17T20:53:29.327Z | Compiling backtrace v0.3.69 |
1331 | 2023-10-17T20:53:29.647Z | Compiling dyn-clone v1.0.13 |
1332 | 2023-10-17T20:53:29.696Z | Compiling tinyvec_macros v0.1.1 |
1333 | 2023-10-17T20:53:29.800Z | Compiling tinyvec v1.6.0 |
1334 | 2023-10-17T20:53:30.222Z | Compiling tracing-core v0.1.31 |
1335 | 2023-10-17T20:53:30.400Z | Compiling memoffset v0.9.0 |
1336 | 2023-10-17T20:53:30.425Z | Compiling num-integer v0.1.45 |
1337 | 2023-10-17T20:53:31.105Z | Compiling rustix v0.38.9 |
1338 | 2023-10-17T20:53:31.109Z | Compiling pin-utils v0.1.0 |
1339 | 2023-10-17T20:53:31.112Z | Compiling subtle v2.5.0 |
1340 | 2023-10-17T20:53:31.116Z | Compiling winnow v0.5.15 |
1341 | 2023-10-17T20:53:31.119Z | Compiling futures-io v0.3.28 |
1342 | 2023-10-17T20:53:31.490Z | Compiling rustix v0.37.23 |
1343 | 2023-10-17T20:53:35.667Z | Compiling hashbrown v0.13.2 |
1344 | 2023-10-17T20:53:35.720Z | Compiling aho-corasick v1.0.4 |
1345 | 2023-10-17T20:53:35.754Z | Compiling usdt-impl v0.3.5 |
1346 | 2023-10-17T20:53:35.762Z | Compiling unicode-normalization v0.1.22 |
1347 | 2023-10-17T20:53:35.777Z | Compiling slog v2.7.0 |
1348 | 2023-10-17T20:53:35.844Z | Compiling regex-syntax v0.7.5 |
1349 | 2023-10-17T20:53:35.893Z | Compiling anyhow v1.0.75 |
1350 | 2023-10-17T20:53:35.907Z | Compiling time-core v0.1.1 |
1351 | 2023-10-17T20:53:35.925Z | Compiling bitflags v1.3.2 |
1352 | 2023-10-17T20:53:35.938Z | Compiling unicode-bidi v0.3.13 |
1353 | 2023-10-17T20:53:35.952Z | Compiling crc32fast v1.3.2 |
1354 | 2023-10-17T20:53:35.978Z | Compiling const-oid v0.9.5 |
1355 | 2023-10-17T20:53:35.989Z | Compiling serde_derive v1.0.188 |
1356 | 2023-10-17T20:53:36.037Z | Compiling zeroize_derive v1.4.2 |
1357 | 2023-10-17T20:53:36.064Z | Compiling thiserror-impl v1.0.49 |
1358 | 2023-10-17T20:53:37.253Z | Compiling tokio-macros v2.1.0 |
1359 | 2023-10-17T20:53:37.396Z | Compiling futures-macro v0.3.28 |
1360 | 2023-10-17T20:53:38.818Z | Compiling tracing-attributes v0.1.26 |
1361 | 2023-10-17T20:53:38.821Z | Compiling schemars_derive v0.8.13 |
1362 | 2023-10-17T20:53:38.911Z | Compiling zeroize v1.6.0 |
1363 | 2023-10-17T20:53:40.517Z | Compiling openssl-macros v0.1.1 |
1364 | 2023-10-17T20:53:40.947Z | Compiling pest v2.7.2 |
1365 | 2023-10-17T20:53:41.608Z | Compiling zerocopy-derive v0.2.0 |
1366 | 2023-10-17T20:53:42.167Z | Compiling crypto-common v0.1.6 |
1367 | 2023-10-17T20:53:42.534Z | Compiling block-buffer v0.10.4 |
1368 | 2023-10-17T20:53:43.415Z | Compiling digest v0.10.7 |
1369 | 2023-10-17T20:53:43.961Z | Compiling tracing v0.1.37 |
1370 | 2023-10-17T20:53:44.663Z | Compiling regex-automata v0.3.8 |
1371 | 2023-10-17T20:53:44.873Z | Compiling time-macros v0.2.13 |
1372 | 2023-10-17T20:53:45.357Z | Compiling pest_meta v2.7.2 |
1373 | 2023-10-17T20:53:48.250Z | Compiling pest_generator v2.7.2 |
1374 | 2023-10-17T20:53:52.232Z | Compiling pest_derive v2.7.2 |
1375 | 2023-10-17T20:53:53.084Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2023-10-17T20:53:53.553Z | Compiling crossbeam-epoch v0.9.15 |
1377 | 2023-10-17T20:53:53.577Z | Compiling async-trait v0.1.73 |
1378 | 2023-10-17T20:53:53.729Z | Compiling ppv-lite86 v0.2.17 |
1379 | 2023-10-17T20:53:54.359Z | Compiling zerocopy v0.3.0 |
1380 | 2023-10-17T20:53:55.056Z | Compiling rand_chacha v0.3.1 |
1381 | 2023-10-17T20:53:55.613Z | Compiling zerocopy-derive v0.6.3 |
1382 | 2023-10-17T20:53:56.684Z | Compiling strsim v0.10.0 |
1383 | 2023-10-17T20:53:56.758Z | Compiling base64 v0.21.4 |
1384 | 2023-10-17T20:53:57.685Z | Compiling untrusted v0.7.1 |
1385 | 2023-10-17T20:53:57.875Z | Compiling rand v0.8.5 |
1386 | 2023-10-17T20:53:58.534Z | Compiling bytes v1.5.0 |
1387 | 2023-10-17T20:53:59.008Z | Compiling indexmap v2.0.0 |
1388 | 2023-10-17T20:53:59.885Z | Compiling uuid v1.4.1 |
1389 | 2023-10-17T20:54:00.099Z | Compiling chrono v0.4.31 |
1390 | 2023-10-17T20:54:03.127Z | Compiling tokio v1.32.0 |
1391 | 2023-10-17T20:54:03.649Z | Compiling bitflags v2.4.0 |
1392 | 2023-10-17T20:54:03.800Z | Compiling serde_spanned v0.6.3 |
1393 | 2023-10-17T20:54:04.561Z | Compiling toml_datetime v0.6.3 |
1394 | 2023-10-17T20:54:04.943Z | Compiling rustc_version v0.4.0 |
1395 | 2023-10-17T20:54:05.203Z | Compiling toml_edit v0.19.15 |
1396 | 2023-10-17T20:54:05.967Z | Compiling http v0.2.9 |
1397 | 2023-10-17T20:54:06.231Z | Compiling heapless v0.7.16 |
1398 | 2023-10-17T20:54:10.238Z | Compiling dof v0.1.5 |
1399 | 2023-10-17T20:54:11.679Z | Compiling dtrace-parser v0.1.14 |
1400 | 2023-10-17T20:54:14.469Z | Compiling regex v1.9.5 |
1401 | 2023-10-17T20:54:15.610Z | Compiling errno v0.3.2 |
1402 | 2023-10-17T20:54:15.658Z | Compiling thread-id v4.2.0 |
1403 | 2023-10-17T20:54:15.924Z | Compiling num-bigint v0.4.4 |
1404 | 2023-10-17T20:54:16.154Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1405 | 2023-10-17T20:54:16.475Z | Compiling tokio-util v0.7.8 |
1406 | 2023-10-17T20:54:16.982Z | Compiling unicode-width v0.1.10 |
1407 | 2023-10-17T20:54:17.081Z | Compiling openssl-probe v0.1.5 |
1408 | 2023-10-17T20:54:17.172Z | Compiling radium v0.7.0 |
1409 | 2023-10-17T20:54:17.215Z | Compiling hashbrown v0.12.3 |
1410 | 2023-10-17T20:54:17.557Z | Compiling percent-encoding v2.3.0 |
1411 | 2023-10-17T20:54:18.051Z | Compiling smoltcp v0.9.1 |
1412 | 2023-10-17T20:54:18.073Z | Compiling foreign-types-shared v0.1.1 |
1413 | 2023-10-17T20:54:18.230Z | Compiling foreign-types v0.3.2 |
1414 | 2023-10-17T20:54:20.545Z | Compiling serde_tokenstream v0.1.7 |
1415 | 2023-10-17T20:54:22.110Z | Compiling lazy_static v1.4.0 |
1416 | 2023-10-17T20:54:22.323Z | Compiling socket2 v0.4.9 |
1417 | 2023-10-17T20:54:22.932Z | Compiling unicode-segmentation v1.10.1 |
1418 | 2023-10-17T20:54:23.780Z | Compiling try-lock v0.2.4 |
1419 | 2023-10-17T20:54:24.346Z | Compiling adler v1.0.2 |
1420 | 2023-10-17T20:54:25.387Z | Compiling siphasher v0.3.11 |
1421 | 2023-10-17T20:54:25.957Z | Compiling miniz_oxide v0.7.1 |
1422 | 2023-10-17T20:54:26.636Z | Compiling want v0.3.1 |
1423 | 2023-10-17T20:54:29.229Z | Compiling h2 v0.3.21 |
1424 | 2023-10-17T20:54:29.502Z | Compiling form_urlencoded v1.2.0 |
1425 | 2023-10-17T20:54:29.962Z | Compiling http-body v0.4.5 |
1426 | 2023-10-17T20:54:30.136Z | Compiling sct v0.7.0 |
1427 | 2023-10-17T20:54:30.599Z | Compiling rustls-webpki v0.101.4 |
1428 | 2023-10-17T20:54:30.695Z | Compiling hubpack_derive v0.1.1 |
1429 | 2023-10-17T20:54:32.255Z | Compiling num-iter v0.1.43 |
1430 | 2023-10-17T20:54:32.494Z | Compiling tower-service v0.3.2 |
1431 | 2023-10-17T20:54:32.659Z | Compiling utf8parse v0.2.1 |
1432 | 2023-10-17T20:54:32.683Z | Compiling cpufeatures v0.2.9 |
1433 | 2023-10-17T20:54:32.822Z | Compiling httpdate v1.0.3 |
1434 | 2023-10-17T20:54:33.458Z | Compiling anstyle v1.0.2 |
1435 | 2023-10-17T20:54:33.732Z | Compiling anstyle-parse v0.2.1 |
1436 | 2023-10-17T20:54:33.991Z | Compiling sha2 v0.10.7 |
1437 | 2023-10-17T20:54:39.717Z | Compiling usdt-macro v0.3.5 |
1438 | 2023-10-17T20:54:39.772Z | Compiling usdt-attr-macro v0.3.5 |
1439 | 2023-10-17T20:54:41.138Z | Compiling hyper v0.14.27 |
1440 | 2023-10-17T20:54:41.394Z | Compiling openapiv3 v1.0.3 |
1441 | 2023-10-17T20:54:42.275Z | Compiling md-5 v0.10.5 |
1442 | 2023-10-17T20:54:42.631Z | Compiling hmac v0.12.1 |
1443 | 2023-10-17T20:54:43.367Z | Compiling rustls-pemfile v1.0.3 |
1444 | 2023-10-17T20:54:44.708Z | Compiling idna v0.4.0 |
1445 | 2023-10-17T20:54:46.320Z | Compiling stringprep v0.1.3 |
1446 | 2023-10-17T20:54:47.290Z | Compiling diesel_table_macro_syntax v0.1.0 |
1447 | 2023-10-17T20:54:47.675Z | Compiling hash32 v0.2.1 |
1448 | 2023-10-17T20:54:47.738Z | Compiling spin v0.9.8 |
1449 | 2023-10-17T20:54:47.888Z | Compiling gimli v0.28.0 |
1450 | 2023-10-17T20:54:48.248Z | Compiling stable_deref_trait v1.2.0 |
1451 | 2023-10-17T20:54:48.334Z | Compiling either v1.9.0 |
1452 | 2023-10-17T20:54:48.391Z | Compiling anstyle-query v1.0.0 |
1453 | 2023-10-17T20:54:48.586Z | Compiling colorchoice v1.0.0 |
1454 | 2023-10-17T20:54:48.818Z | Compiling fallible-iterator v0.2.0 |
1455 | 2023-10-17T20:54:50.228Z | Compiling postgres-protocol v0.6.6 |
1456 | 2023-10-17T20:54:50.483Z | Compiling anstream v0.5.0 |
1457 | 2023-10-17T20:54:51.598Z | Compiling diesel_derives v2.1.1 |
1458 | 2023-10-17T20:54:53.146Z | Compiling url v2.4.1 |
1459 | 2023-10-17T20:54:53.155Z | Compiling rustls-native-certs v0.6.3 |
1460 | 2023-10-17T20:54:55.594Z | Compiling addr2line v0.21.0 |
1461 | 2023-10-17T20:54:57.126Z | Compiling tokio-rustls v0.24.1 |
1462 | 2023-10-17T20:54:57.744Z | Compiling tokio-native-tls v0.3.1 |
1463 | 2023-10-17T20:54:57.935Z | Compiling terminal_size v0.2.6 |
1464 | 2023-10-17T20:54:58.219Z | Compiling phf_shared v0.11.2 |
1465 | 2023-10-17T20:55:00.320Z | Compiling serde_tokenstream v0.2.0 |
1466 | 2023-10-17T20:55:00.352Z | Compiling block-padding v0.3.3 |
1467 | 2023-10-17T20:55:00.711Z | Compiling enum-as-inner v0.5.1 |
1468 | 2023-10-17T20:55:01.163Z | Compiling clap_derive v4.4.2 |
1469 | 2023-10-17T20:55:01.286Z | Compiling serde_repr v0.1.16 |
1470 | 2023-10-17T20:55:02.799Z | Compiling scheduled-thread-pool v0.2.7 |
1471 | 2023-10-17T20:55:02.974Z | Compiling object v0.32.1 |
1472 | 2023-10-17T20:55:15.890Z | Compiling rustc-demangle v0.1.23 |
1473 | 2023-10-17T20:55:16.078Z | Compiling deranged v0.3.8 |
1474 | 2023-10-17T20:55:17.401Z | Compiling tap v1.0.1 |
1475 | 2023-10-17T20:55:17.670Z | Compiling clap_lex v0.5.1 |
1476 | 2023-10-17T20:55:18.389Z | Compiling managed v0.8.0 |
1477 | 2023-10-17T20:55:18.449Z | Compiling num_threads v0.1.6 |
1478 | 2023-10-17T20:55:18.627Z | Compiling ipnet v2.8.0 |
1479 | 2023-10-17T20:55:20.392Z | Compiling bit-vec v0.6.3 |
1480 | 2023-10-17T20:55:21.038Z | Compiling regex-automata v0.1.10 |
1481 | 2023-10-17T20:55:21.209Z | Compiling matches v0.1.10 |
1482 | 2023-10-17T20:55:21.873Z | Compiling bstr v0.2.17 |
1483 | 2023-10-17T20:55:23.803Z | Compiling idna v0.2.3 |
1484 | 2023-10-17T20:55:25.647Z | Compiling time v0.3.27 |
1485 | 2023-10-17T20:55:26.123Z | Compiling clap_builder v4.4.2 |
1486 | 2023-10-17T20:55:26.234Z | Compiling wyz v0.5.1 |
1487 | 2023-10-17T20:55:28.654Z | Compiling r2d2 v0.8.10 |
1488 | 2023-10-17T20:55:30.938Z | Compiling inout v0.1.3 |
1489 | 2023-10-17T20:55:35.965Z | Compiling phf v0.11.2 |
1490 | 2023-10-17T20:55:36.469Z | Compiling hyper-tls v0.5.0 |
1491 | 2023-10-17T20:55:37.011Z | Compiling hyper-rustls v0.24.1 |
1492 | 2023-10-17T20:55:37.358Z | Compiling flate2 v1.0.27 |
1493 | 2023-10-17T20:55:38.063Z | Compiling postgres-types v0.2.6 |
1494 | 2023-10-17T20:55:38.868Z | Compiling itertools v0.11.0 |
1495 | 2023-10-17T20:55:39.208Z | Compiling hubpack v0.1.2 |
1496 | 2023-10-17T20:55:39.433Z | Compiling serde_urlencoded v0.7.1 |
1497 | 2023-10-17T20:55:39.904Z | Compiling phf_shared v0.10.0 |
1498 | 2023-10-17T20:55:40.327Z | Compiling ipnetwork v0.20.0 |
1499 | 2023-10-17T20:55:40.362Z | Compiling zerocopy v0.6.3 |
1500 | 2023-10-17T20:55:41.657Z | Compiling futures-executor v0.3.28 |
1501 | 2023-10-17T20:55:42.406Z | Compiling regress v0.7.1 |
1502 | 2023-10-17T20:55:42.611Z | Compiling float-cmp v0.9.0 |
1503 | 2023-10-17T20:55:42.684Z | Compiling encoding_rs v0.8.33 |
1504 | 2023-10-17T20:55:43.816Z | Compiling precomputed-hash v0.1.1 |
1505 | 2023-10-17T20:55:43.925Z | Compiling predicates-core v1.0.6 |
1506 | 2023-10-17T20:55:44.438Z | Compiling normalize-line-endings v0.3.0 |
1507 | 2023-10-17T20:55:44.615Z | Compiling new_debug_unreachable v1.0.4 |
1508 | 2023-10-17T20:55:44.755Z | Compiling smawk v0.3.1 |
1509 | 2023-10-17T20:55:45.075Z | Compiling unicode-linebreak v0.1.5 |
1510 | 2023-10-17T20:55:45.947Z | Compiling data-encoding v2.4.0 |
1511 | 2023-10-17T20:55:46.439Z | Compiling static_assertions v1.1.0 |
1512 | 2023-10-17T20:55:46.584Z | Compiling difflib v0.4.0 |
1513 | 2023-10-17T20:55:47.847Z | Compiling mime v0.3.17 |
1514 | 2023-10-17T20:55:48.911Z | Compiling webpki-roots v0.25.2 |
1515 | 2023-10-17T20:55:48.935Z | Compiling fixedbitset v0.4.2 |
1516 | 2023-10-17T20:55:49.161Z | Compiling whoami v1.4.1 |
1517 | 2023-10-17T20:55:49.270Z | Compiling funty v2.0.0 |
1518 | 2023-10-17T20:55:49.930Z | Compiling petgraph v0.6.4 |
1519 | 2023-10-17T20:55:49.937Z | Compiling reqwest v0.11.20 |
1520 | 2023-10-17T20:55:50.023Z | Compiling tokio-postgres v0.7.10 |
1521 | 2023-10-17T20:55:50.626Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1522 | 2023-10-17T20:55:52.412Z | Compiling bitvec v1.0.1 |
1523 | 2023-10-17T20:55:56.329Z | Compiling predicates v3.0.4 |
1524 | 2023-10-17T20:55:58.095Z | Compiling trust-dns-proto v0.22.0 |
1525 | 2023-10-17T20:55:58.824Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1526 | 2023-10-17T20:56:00.152Z | Compiling textwrap v0.16.0 |
1527 | 2023-10-17T20:56:06.876Z | Compiling string_cache v0.8.7 |
1528 | 2023-10-17T20:56:09.275Z | Compiling futures v0.3.28 |
1529 | 2023-10-17T20:56:09.453Z | Compiling diesel v2.1.1 |
1530 | 2023-10-17T20:56:09.874Z | Compiling yasna v0.5.2 |
1531 | 2023-10-17T20:56:10.326Z | Compiling clap v4.4.3 |
1532 | 2023-10-17T20:56:10.480Z | Compiling cipher v0.4.4 |
1533 | 2023-10-17T20:56:10.953Z | Compiling similar v2.2.1 |
1534 | 2023-10-17T20:56:11.250Z | Compiling bit-set v0.5.3 |
1535 | 2023-10-17T20:56:11.684Z | Compiling itertools v0.10.5 |
1536 | 2023-10-17T20:56:12.548Z | Compiling usdt v0.3.5 |
1537 | 2023-10-17T20:56:12.948Z | Compiling console v0.15.7 |
1538 | 2023-10-17T20:56:13.771Z | Compiling tokio-stream v0.1.14 |
1539 | 2023-10-17T20:56:14.477Z | Compiling toml v0.7.8 |
1540 | 2023-10-17T20:56:15.089Z | Compiling hex v0.4.3 |
1541 | 2023-10-17T20:56:15.290Z | Compiling signature v2.1.0 |
1542 | 2023-10-17T20:56:15.823Z | Compiling bstr v1.6.0 |
1543 | 2023-10-17T20:56:17.058Z | Compiling lalrpop-util v0.19.12 |
1544 | 2023-10-17T20:56:20.069Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1545 | 2023-10-17T20:56:25.591Z | Compiling ident_case v1.0.1 |
1546 | 2023-10-17T20:56:25.857Z | Compiling rustversion v1.0.14 |
1547 | 2023-10-17T20:56:27.365Z | Compiling darling_core v0.20.3 |
1548 | 2023-10-17T20:56:55.723Z | Compiling crossbeam-channel v0.5.8 |
1549 | 2023-10-17T20:56:55.856Z | Compiling atty v0.2.14 |
1550 | 2023-10-17T20:56:55.887Z | Compiling proc-macro-error-attr v1.0.4 |
1551 | 2023-10-17T20:57:07.968Z | Compiling darling_macro v0.20.3 |
1552 | 2023-10-17T20:57:14.244Z | Compiling proc-macro-crate v1.3.1 |
1553 | 2023-10-17T20:57:17.251Z | Compiling dirs-sys-next v0.1.2 |
1554 | 2023-10-17T20:57:19.555Z | Compiling proc-macro-error v1.0.4 |
1555 | 2023-10-17T20:57:29.530Z | Compiling dirs-next v2.0.0 |
1556 | 2023-10-17T20:57:32.693Z | Compiling num_enum_derive v0.5.11 |
1557 | 2023-10-17T20:57:34.328Z | Compiling strum_macros v0.25.2 |
1558 | 2023-10-17T20:57:41.053Z | Compiling darling v0.20.3 |
1559 | 2023-10-17T20:57:44.114Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1560 | 2023-10-17T20:57:49.464Z | Compiling getopts v0.2.21 |
1561 | 2023-10-17T20:57:49.916Z | Compiling structmeta-derive v0.1.6 |
1562 | 2023-10-17T20:57:50.935Z | Compiling thread_local v1.1.7 |
1563 | 2023-10-17T20:57:51.046Z | Compiling multer v2.1.0 |
1564 | 2023-10-17T20:57:51.647Z | Compiling match_cfg v0.1.0 |
1565 | 2023-10-17T20:57:51.829Z | Compiling slog-async v2.8.0 |
1566 | 2023-10-17T20:57:52.549Z | Compiling unsafe-libyaml v0.2.9 |
1567 | 2023-10-17T20:57:54.348Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2023-10-17T20:57:54.351Z | Compiling camino v1.1.6 |
1569 | 2023-10-17T20:57:55.147Z | Compiling paste v1.0.14 |
1570 | 2023-10-17T20:57:56.536Z | Compiling serde_yaml v0.9.25 |
1571 | 2023-10-17T20:58:03.093Z | Compiling structmeta v0.1.6 |
1572 | 2023-10-17T20:58:07.384Z | Compiling hostname v0.3.1 |
1573 | 2023-10-17T20:58:08.801Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1574 | 2023-10-17T20:58:12.009Z | Compiling serde_with_macros v2.3.3 |
1575 | 2023-10-17T20:58:12.705Z | Compiling strum v0.25.0 |
1576 | 2023-10-17T20:58:15.877Z | Compiling num_enum v0.5.11 |
1577 | 2023-10-17T20:58:17.166Z | Compiling term v0.7.0 |
1578 | 2023-10-17T20:58:19.750Z | Compiling slog-json v2.6.1 |
1579 | 2023-10-17T20:58:22.990Z | Compiling async-stream-impl v0.3.5 |
1580 | 2023-10-17T20:58:23.908Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1581 | 2023-10-17T20:58:24.330Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1582 | 2023-10-17T20:58:24.941Z | Compiling atomic-waker v1.1.1 |
1583 | 2023-10-17T20:58:25.240Z | Compiling regex-syntax v0.6.29 |
1584 | 2023-10-17T20:58:25.335Z | Compiling take_mut v0.2.2 |
1585 | 2023-10-17T20:58:25.381Z | Compiling postcard-cobs v0.1.5-pre |
1586 | 2023-10-17T20:58:26.097Z | Compiling postcard v0.7.3 |
1587 | 2023-10-17T20:58:27.065Z | Compiling waitgroup v0.1.2 |
1588 | 2023-10-17T20:58:27.645Z | Compiling async-stream v0.3.5 |
1589 | 2023-10-17T20:58:27.652Z | Compiling slog-bunyan v2.4.0 |
1590 | 2023-10-17T20:58:27.862Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1591 | 2023-10-17T20:58:27.922Z | Compiling slog-term v2.9.0 |
1592 | 2023-10-17T20:58:31.450Z | Compiling serde_with v2.3.3 |
1593 | 2023-10-17T20:58:35.020Z | Compiling parse-display-derive v0.7.0 |
1594 | 2023-10-17T20:58:40.932Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1595 | 2023-10-17T20:58:41.150Z | Compiling smoltcp v0.8.2 |
1596 | 2023-10-17T20:58:41.460Z | Compiling sha1 v0.10.5 |
1597 | 2023-10-17T20:58:42.959Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1598 | 2023-10-17T20:58:43.703Z | Compiling serde_path_to_error v0.1.14 |
1599 | 2023-10-17T20:58:44.109Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2023-10-17T20:58:45.044Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1601 | 2023-10-17T20:58:45.460Z | Compiling instant v0.1.12 |
1602 | 2023-10-17T20:58:45.693Z | Compiling debug-ignore v1.0.5 |
1603 | 2023-10-17T20:58:46.325Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1604 | 2023-10-17T20:58:46.344Z | Compiling foreign-types-shared v0.3.1 |
1605 | 2023-10-17T20:58:46.359Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1606 | 2023-10-17T20:58:46.370Z | Compiling cfg-if v0.1.10 |
1607 | 2023-10-17T20:58:46.408Z | Compiling foreign-types v0.5.0 |
1608 | 2023-10-17T20:58:46.568Z | Compiling backoff v0.4.0 |
1609 | 2023-10-17T20:58:46.631Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1610 | 2023-10-17T20:58:47.253Z | Compiling parse-display v0.7.0 |
1611 | 2023-10-17T20:58:48.214Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1612 | 2023-10-17T20:58:48.463Z | Compiling is-terminal v0.4.9 |
1613 | 2023-10-17T20:58:48.656Z | Compiling macaddr v1.0.1 |
1614 | 2023-10-17T20:58:49.854Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1615 | 2023-10-17T20:58:51.018Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1616 | 2023-10-17T20:58:52.370Z | Compiling cstr-argument v0.1.2 |
1617 | 2023-10-17T20:58:52.732Z | Compiling base64ct v1.6.0 |
1618 | 2023-10-17T20:58:53.164Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1619 | 2023-10-17T20:58:53.571Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-10-17T20:58:53.927Z | Compiling crucible-workspace-hack v0.1.0 |
1621 | 2023-10-17T20:58:54.026Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1622 | 2023-10-17T20:58:54.405Z | Compiling password-hash v0.5.0 |
1623 | 2023-10-17T20:58:54.559Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1624 | 2023-10-17T20:58:55.257Z | Compiling colored v2.0.4 |
1625 | 2023-10-17T20:59:03.742Z | Compiling textwrap v0.11.0 |
1626 | 2023-10-17T20:59:04.049Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1627 | 2023-10-17T20:59:04.136Z | Compiling heck v0.3.3 |
1628 | 2023-10-17T20:59:04.197Z | Compiling blake2 v0.10.6 |
1629 | 2023-10-17T20:59:04.261Z | Compiling rayon-core v1.11.0 |
1630 | 2023-10-17T20:59:04.313Z | Compiling libefi-sys v0.1.0 |
1631 | 2023-10-17T20:59:04.383Z | Compiling strsim v0.8.0 |
1632 | 2023-10-17T20:59:04.442Z | Compiling ansi_term v0.12.1 |
1633 | 2023-10-17T20:59:04.497Z | Compiling vec_map v0.8.2 |
1634 | 2023-10-17T20:59:04.519Z | Compiling clap v2.34.0 |
1635 | 2023-10-17T20:59:04.537Z | Compiling argon2 v0.5.2 |
1636 | 2023-10-17T20:59:04.561Z | Compiling structopt-derive v0.4.18 |
1637 | 2023-10-17T20:59:05.005Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1638 | 2023-10-17T20:59:05.036Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1639 | 2023-10-17T20:59:05.047Z | Compiling zone_cfg_derive v0.2.0 |
1640 | 2023-10-17T20:59:05.437Z | Compiling crossbeam-deque v0.8.3 |
1641 | 2023-10-17T20:59:05.884Z | Compiling num-derive v0.4.0 |
1642 | 2023-10-17T20:59:06.056Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1643 | 2023-10-17T20:59:06.610Z | Compiling portable-atomic v1.4.3 |
1644 | 2023-10-17T20:59:06.913Z | Compiling keccak v0.1.4 |
1645 | 2023-10-17T20:59:08.036Z | Compiling sha3 v0.10.8 |
1646 | 2023-10-17T20:59:08.410Z | Compiling zone v0.2.0 |
1647 | 2023-10-17T20:59:09.519Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1648 | 2023-10-17T20:59:12.538Z | Compiling structopt v0.3.26 |
1649 | 2023-10-17T20:59:12.782Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1650 | 2023-10-17T20:59:13.438Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1651 | 2023-10-17T20:59:15.162Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1652 | 2023-10-17T20:59:17.122Z | Compiling hkdf v0.12.3 |
1653 | 2023-10-17T20:59:17.299Z | Compiling smf v0.2.2 |
1654 | 2023-10-17T20:59:17.319Z | Compiling secrecy v0.8.0 |
1655 | 2023-10-17T20:59:17.518Z | Compiling xattr v1.0.1 |
1656 | 2023-10-17T20:59:17.712Z | Compiling filetime v0.2.22 |
1657 | 2023-10-17T20:59:17.794Z | Compiling fastrand v2.0.0 |
1658 | 2023-10-17T20:59:17.963Z | Compiling same-file v1.0.6 |
1659 | 2023-10-17T20:59:18.212Z | Compiling walkdir v2.4.0 |
1660 | 2023-10-17T20:59:18.422Z | Compiling tempfile v3.8.0 |
1661 | 2023-10-17T20:59:19.001Z | Compiling tar v0.4.40 |
1662 | 2023-10-17T20:59:21.794Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1663 | 2023-10-17T20:59:22.028Z | Compiling rayon v1.7.0 |
1664 | 2023-10-17T20:59:23.070Z | Compiling number_prefix v0.4.0 |
1665 | 2023-10-17T20:59:23.472Z | Compiling omicron-zone-package v0.8.3 |
1666 | 2023-10-17T20:59:25.587Z | Compiling topological-sort v0.2.2 |
1667 | 2023-10-17T20:59:31.242Z | Compiling indicatif v0.17.7 |
1668 | 2023-10-17T20:59:42.899Z | Compiling bzip2 v0.4.4 |
1669 | 2023-10-17T20:59:43.006Z | Compiling zip v0.6.6 |
1670 | 2023-10-17T20:59:43.145Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1671 | 2023-10-17T20:59:43.277Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1672 | 2023-10-17T20:59:43.351Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1673 | 2023-10-17T20:59:43.404Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1674 | 2023-10-17T20:59:49.805Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1675 | 2023-10-17T20:59:49.820Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1676 | 2023-10-17T20:59:49.832Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1677 | 2023-10-17T21:00:03.459Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1678 | 2023-10-17T21:00:04.925Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1679 | 2023-10-17T21:00:39.674Z | Finished release [optimized] target(s) in 8m 14s |
1680 | 2023-10-17T21:00:39.935Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1681 | 2023-10-17T21:00:40.023Z | Created new build target 'test' and set it as active |
1682 | 2023-10-17T21:00:40.033Z | |
1683 | 2023-10-17T21:00:40.043Z | real 8:14.440998463 |
1684 | 2023-10-17T21:00:40.052Z | user 51:03.574890322 |
1685 | 2023-10-17T21:00:40.061Z | sys 4:35.837728342 |
1686 | 2023-10-17T21:00:40.075Z | trap 1.943631302 |
1687 | 2023-10-17T21:00:40.084Z | tflt 4.952897906 |
1688 | 2023-10-17T21:00:40.095Z | dflt 6.005663915 |
1689 | 2023-10-17T21:00:40.109Z | kflt 0.030062525 |
1690 | 2023-10-17T21:00:40.123Z | lock 1:49:30.430004601 |
1691 | 2023-10-17T21:00:40.138Z | slp 2:47:51.175614751 |
1692 | 2023-10-17T21:00:40.148Z | lat 2:18.031703521 |
1693 | 2023-10-17T21:00:40.159Z | stop 3:56.377879721 |
1694 | 2023-10-17T21:00:40.169Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1695 | 2023-10-17T21:00:41.184Z | Finished release [optimized] target(s) in 1.08s |
1696 | 2023-10-17T21:00:41.242Z | Running `target/release/omicron-package -t test package` |
1697 | 2023-10-17T21:00:41.266Z | Oct 17 21:00:41.260 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1698 | 2023-10-17T21:00:42.472Z | Compiling serde_json v1.0.107 |
1699 | 2023-10-17T21:00:42.520Z | Compiling linked-hash-map v0.5.6 |
1700 | 2023-10-17T21:00:42.524Z | Compiling slog-dtrace v0.2.3 |
1701 | 2023-10-17T21:00:42.536Z | Compiling quick-error v1.2.3 |
1702 | 2023-10-17T21:00:42.542Z | Compiling termcolor v1.2.0 |
1703 | 2023-10-17T21:00:42.545Z | Compiling memoffset v0.7.1 |
1704 | 2023-10-17T21:00:42.548Z | Compiling base64 v0.13.1 |
1705 | 2023-10-17T21:00:42.551Z | Compiling libz-sys v1.1.12 |
1706 | 2023-10-17T21:00:42.729Z | Compiling resolv-conf v0.7.0 |
1707 | 2023-10-17T21:00:42.988Z | Compiling same-file v1.0.6 |
1708 | 2023-10-17T21:00:43.103Z | Compiling lru-cache v0.1.2 |
1709 | 2023-10-17T21:00:43.287Z | Compiling walkdir v2.4.0 |
1710 | 2023-10-17T21:00:43.726Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1711 | 2023-10-17T21:00:43.735Z | Compiling trust-dns-resolver v0.22.0 |
1712 | 2023-10-17T21:00:43.748Z | Compiling semver-parser v0.10.2 |
1713 | 2023-10-17T21:00:43.751Z | Compiling cancel-safe-futures v0.1.2 |
1714 | 2023-10-17T21:00:43.957Z | Compiling fastrand v2.0.0 |
1715 | 2023-10-17T21:00:44.180Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1716 | 2023-10-17T21:00:44.324Z | Compiling filetime v0.2.22 |
1717 | 2023-10-17T21:00:44.740Z | Compiling semver v0.11.0 |
1718 | 2023-10-17T21:00:44.751Z | Compiling tempfile v3.8.0 |
1719 | 2023-10-17T21:00:44.754Z | Compiling xattr v1.0.1 |
1720 | 2023-10-17T21:00:45.125Z | Compiling num-rational v0.4.1 |
1721 | 2023-10-17T21:00:45.228Z | Compiling utf-8 v0.7.6 |
1722 | 2023-10-17T21:00:45.934Z | Compiling schemars v0.8.13 |
1723 | 2023-10-17T21:00:45.944Z | Compiling reqwest v0.11.20 |
1724 | 2023-10-17T21:00:45.957Z | Compiling openapiv3 v1.0.3 |
1725 | 2023-10-17T21:00:46.381Z | Compiling usdt-impl v0.3.5 |
1726 | 2023-10-17T21:00:46.391Z | Compiling postgres-types v0.2.6 |
1727 | 2023-10-17T21:00:46.613Z | Compiling slog-json v2.6.1 |
1728 | 2023-10-17T21:00:47.435Z | Compiling usdt v0.3.5 |
1729 | 2023-10-17T21:00:48.194Z | Compiling tokio-postgres v0.7.10 |
1730 | 2023-10-17T21:00:53.238Z | Compiling ipnetwork v0.20.0 |
1731 | 2023-10-17T21:00:54.661Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-10-17T21:00:59.029Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-17T21:00:59.229Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1734 | 2023-10-17T21:01:01.482Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1735 | 2023-10-17T21:01:01.601Z | Compiling slog-bunyan v2.4.0 |
1736 | 2023-10-17T21:01:02.013Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1737 | 2023-10-17T21:01:02.859Z | Compiling diesel v2.1.1 |
1738 | 2023-10-17T21:01:06.790Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1739 | 2023-10-17T21:01:07.070Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1740 | 2023-10-17T21:01:11.382Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1741 | 2023-10-17T21:01:11.708Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1742 | 2023-10-17T21:01:13.524Z | Compiling home v0.5.5 |
1743 | 2023-10-17T21:01:13.854Z | Compiling toolchain_find v0.2.0 |
1744 | 2023-10-17T21:01:14.680Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1745 | 2023-10-17T21:01:18.999Z | Compiling tar v0.4.40 |
1746 | 2023-10-17T21:01:22.403Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2023-10-17T21:01:23.146Z | Compiling toml v0.5.11 |
1748 | 2023-10-17T21:01:25.330Z | Compiling der_derive v0.7.2 |
1749 | 2023-10-17T21:01:26.551Z | Compiling flagset v0.4.3 |
1750 | 2023-10-17T21:01:26.902Z | Compiling rustfmt-wrapper v0.2.0 |
1751 | 2023-10-17T21:01:28.228Z | Compiling omicron-zone-package v0.8.3 |
1752 | 2023-10-17T21:01:29.219Z | Compiling der v0.7.8 |
1753 | 2023-10-17T21:01:33.130Z | Compiling vergen v8.2.4 |
1754 | 2023-10-17T21:01:33.526Z | Compiling fxhash v0.2.1 |
1755 | 2023-10-17T21:01:33.868Z | Compiling num-complex v0.4.4 |
1756 | 2023-10-17T21:01:33.940Z | Compiling unicase v2.7.0 |
1757 | 2023-10-17T21:01:34.383Z | Compiling spki v0.7.2 |
1758 | 2023-10-17T21:01:35.253Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2023-10-17T21:01:35.990Z | Compiling num v0.4.1 |
1760 | 2023-10-17T21:01:36.141Z | Compiling universal-hash v0.5.1 |
1761 | 2023-10-17T21:01:36.508Z | Compiling libsqlite3-sys v0.26.0 |
1762 | 2023-10-17T21:01:36.820Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1763 | 2023-10-17T21:01:37.155Z | Compiling arc-swap v1.6.0 |
1764 | 2023-10-17T21:01:37.839Z | Compiling ciborium-io v0.2.1 |
1765 | 2023-10-17T21:01:38.012Z | Compiling opaque-debug v0.3.0 |
1766 | 2023-10-17T21:01:38.151Z | Compiling maybe-uninit v2.0.0 |
1767 | 2023-10-17T21:01:38.449Z | Compiling semver v0.1.20 |
1768 | 2023-10-17T21:01:38.811Z | Compiling half v1.8.2 |
1769 | 2023-10-17T21:01:39.455Z | Compiling rustc_version v0.1.7 |
1770 | 2023-10-17T21:01:40.100Z | Compiling ciborium-ll v0.2.1 |
1771 | 2023-10-17T21:01:40.899Z | Compiling slog-scope v4.4.0 |
1772 | 2023-10-17T21:01:40.963Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1773 | 2023-10-17T21:01:42.910Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1774 | 2023-10-17T21:01:43.040Z | Compiling crc-catalog v2.2.0 |
1775 | 2023-10-17T21:01:43.270Z | Compiling packed_struct v0.10.1 |
1776 | 2023-10-17T21:01:43.848Z | Compiling num-bigint-dig v0.8.4 |
1777 | 2023-10-17T21:01:44.235Z | Compiling parking_lot_core v0.8.6 |
1778 | 2023-10-17T21:01:44.812Z | Compiling signal-hook v0.3.17 |
1779 | 2023-10-17T21:01:45.267Z | Compiling crc v3.0.1 |
1780 | 2023-10-17T21:01:49.257Z | Compiling slog-stdlog v4.1.1 |
1781 | 2023-10-17T21:01:49.379Z | Compiling ciborium v0.2.1 |
1782 | 2023-10-17T21:01:49.957Z | Compiling newtype_derive v0.1.6 |
1783 | 2023-10-17T21:01:50.368Z | Compiling pkcs8 v0.10.2 |
1784 | 2023-10-17T21:01:53.249Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1785 | 2023-10-17T21:01:53.258Z | Compiling toml_edit v0.20.0 |
1786 | 2023-10-17T21:01:53.361Z | Compiling hashlink v0.8.3 |
1787 | 2023-10-17T21:01:54.605Z | Compiling aead v0.5.2 |
1788 | 2023-10-17T21:01:55.080Z | Compiling nibble_vec v0.1.0 |
1789 | 2023-10-17T21:01:55.479Z | Compiling packed_struct_codegen v0.10.1 |
1790 | 2023-10-17T21:01:56.582Z | Compiling dirs-sys-next v0.1.2 |
1791 | 2023-10-17T21:01:57.405Z | Compiling crunchy v0.2.2 |
1792 | 2023-10-17T21:01:58.028Z | Compiling fallible-streaming-iterator v0.1.9 |
1793 | 2023-10-17T21:01:58.458Z | Compiling glob v0.3.1 |
1794 | 2023-10-17T21:02:00.196Z | Compiling nodrop v0.1.14 |
1795 | 2023-10-17T21:02:00.204Z | Compiling doc-comment v0.3.3 |
1796 | 2023-10-17T21:02:00.217Z | Compiling humantime v2.1.0 |
1797 | 2023-10-17T21:02:00.591Z | Compiling endian-type v0.1.2 |
1798 | 2023-10-17T21:02:00.950Z | Compiling radix_trie v0.2.1 |
1799 | 2023-10-17T21:02:01.632Z | Compiling array-init v0.0.4 |
1800 | 2023-10-17T21:02:02.437Z | Compiling clang-sys v1.6.1 |
1801 | 2023-10-17T21:02:03.787Z | Compiling rusqlite v0.29.0 |
1802 | 2023-10-17T21:02:07.273Z | Compiling toml v0.8.0 |
1803 | 2023-10-17T21:02:11.230Z | Compiling dirs-next v2.0.0 |
1804 | 2023-10-17T21:02:12.006Z | Compiling pkcs1 v0.7.5 |
1805 | 2023-10-17T21:02:12.156Z | Compiling smallvec v0.6.14 |
1806 | 2023-10-17T21:02:12.922Z | Compiling slog-envlogger v2.2.0 |
1807 | 2023-10-17T21:02:17.276Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1808 | 2023-10-17T21:02:17.279Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1809 | 2023-10-17T21:02:17.522Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1810 | 2023-10-17T21:02:18.063Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1811 | 2023-10-17T21:02:18.307Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1812 | 2023-10-17T21:02:28.172Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1813 | 2023-10-17T21:02:28.472Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1814 | 2023-10-17T21:02:29.457Z | Compiling nix v0.26.2 |
1815 | 2023-10-17T21:02:29.986Z | Compiling num_enum_derive v0.7.0 |
1816 | 2023-10-17T21:02:30.032Z | Compiling twox-hash v1.6.3 |
1817 | 2023-10-17T21:02:31.767Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1818 | 2023-10-17T21:02:33.353Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1819 | 2023-10-17T21:02:34.009Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1820 | 2023-10-17T21:02:35.157Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1821 | 2023-10-17T21:02:39.292Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1822 | 2023-10-17T21:02:42.906Z | Compiling platforms v3.0.2 |
1823 | 2023-10-17T21:02:43.352Z | Compiling bitfield v0.14.0 |
1824 | 2023-10-17T21:02:43.861Z | Compiling prettyplease v0.2.12 |
1825 | 2023-10-17T21:02:44.268Z | Compiling tiny-keccak v2.0.2 |
1826 | 2023-10-17T21:02:44.689Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1827 | 2023-10-17T21:02:45.215Z | Compiling num_enum v0.7.0 |
1828 | 2023-10-17T21:02:45.469Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1829 | 2023-10-17T21:02:49.065Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1830 | 2023-10-17T21:02:50.187Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1831 | 2023-10-17T21:03:06.053Z | Compiling parking_lot v0.11.2 |
1832 | 2023-10-17T21:03:07.040Z | Compiling rsa v0.9.2 |
1833 | 2023-10-17T21:03:10.183Z | Compiling serde-hex v0.1.0 |
1834 | 2023-10-17T21:03:13.140Z | Compiling mime_guess v2.0.4 |
1835 | 2023-10-17T21:03:13.495Z | Compiling term v0.7.0 |
1836 | 2023-10-17T21:03:14.059Z | Compiling trust-dns-client v0.22.0 |
1837 | 2023-10-17T21:03:15.154Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1838 | 2023-10-17T21:03:15.692Z | Compiling polyval v0.6.1 |
1839 | 2023-10-17T21:03:15.708Z | Compiling x509-cert v0.2.4 |
1840 | 2023-10-17T21:03:16.233Z | Compiling tungstenite v0.20.1 |
1841 | 2023-10-17T21:03:16.504Z | Compiling env_logger v0.10.0 |
1842 | 2023-10-17T21:03:19.107Z | Compiling ctr v0.9.2 |
1843 | 2023-10-17T21:03:19.653Z | Compiling aes v0.8.3 |
1844 | 2023-10-17T21:03:22.930Z | Compiling darling_core v0.14.4 |
1845 | 2023-10-17T21:03:24.043Z | Compiling ron v0.8.1 |
1846 | 2023-10-17T21:03:25.800Z | Compiling snafu-derive v0.7.5 |
1847 | 2023-10-17T21:03:31.992Z | Compiling bincode v1.3.3 |
1848 | 2023-10-17T21:03:33.871Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1849 | 2023-10-17T21:03:34.161Z | Compiling convert_case v0.4.0 |
1850 | 2023-10-17T21:03:34.287Z | Compiling minimal-lexical v0.2.1 |
1851 | 2023-10-17T21:03:34.819Z | Compiling erased-serde v0.3.30 |
1852 | 2023-10-17T21:03:35.097Z | Compiling crc-any v2.4.3 |
1853 | 2023-10-17T21:03:35.473Z | Compiling derive_more v0.99.17 |
1854 | 2023-10-17T21:03:35.545Z | Compiling nom v7.1.3 |
1855 | 2023-10-17T21:03:36.727Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1856 | 2023-10-17T21:03:38.190Z | Compiling trust-dns-server v0.22.1 |
1857 | 2023-10-17T21:03:42.187Z | Compiling snafu v0.7.5 |
1858 | 2023-10-17T21:03:44.168Z | Compiling darling_macro v0.14.4 |
1859 | 2023-10-17T21:03:45.616Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1860 | 2023-10-17T21:03:47.953Z | Compiling aes-gcm-siv v0.11.1 |
1861 | 2023-10-17T21:03:48.440Z | Compiling tokio-tungstenite v0.20.1 |
1862 | 2023-10-17T21:03:49.416Z | Compiling ascii-canvas v3.0.0 |
1863 | 2023-10-17T21:03:50.100Z | Compiling steno v0.4.0 |
1864 | 2023-10-17T21:03:50.179Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1865 | 2023-10-17T21:03:50.196Z | Compiling sled v0.34.7 |
1866 | 2023-10-17T21:03:58.041Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1867 | 2023-10-17T21:04:08.382Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1868 | 2023-10-17T21:04:08.598Z | Compiling env_logger v0.9.3 |
1869 | 2023-10-17T21:04:09.013Z | Compiling tungstenite v0.18.0 |
1870 | 2023-10-17T21:04:15.823Z | Compiling object v0.30.4 |
1871 | 2023-10-17T21:04:16.447Z | Compiling is-terminal v0.4.9 |
1872 | 2023-10-17T21:04:16.625Z | Compiling ena v0.14.2 |
1873 | 2023-10-17T21:04:17.299Z | Compiling bitstruct_derive v0.1.0 |
1874 | 2023-10-17T21:04:19.229Z | Compiling derive-where v1.2.5 |
1875 | 2023-10-17T21:04:19.237Z | Compiling async-recursion v1.0.5 |
1876 | 2023-10-17T21:04:19.259Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1877 | 2023-10-17T21:04:19.463Z | Compiling libloading v0.7.4 |
1878 | 2023-10-17T21:04:20.028Z | Compiling bindgen v0.65.1 |
1879 | 2023-10-17T21:04:20.224Z | Compiling path-slash v0.1.5 |
1880 | 2023-10-17T21:04:20.554Z | Compiling ascii v1.1.0 |
1881 | 2023-10-17T21:04:20.688Z | Compiling pretty-hex v0.3.0 |
1882 | 2023-10-17T21:04:21.051Z | Compiling linear-map v1.2.0 |
1883 | 2023-10-17T21:04:22.119Z | Compiling ringbuffer v0.15.0 |
1884 | 2023-10-17T21:04:22.127Z | Compiling diff v0.1.13 |
1885 | 2023-10-17T21:04:22.780Z | Compiling lalrpop v0.19.12 |
1886 | 2023-10-17T21:04:22.902Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1887 | 2023-10-17T21:04:23.914Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1888 | 2023-10-17T21:04:27.395Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1889 | 2023-10-17T21:04:33.720Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1890 | 2023-10-17T21:04:38.165Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1891 | 2023-10-17T21:04:38.536Z | Compiling bitstruct v0.1.1 |
1892 | 2023-10-17T21:04:38.705Z | Compiling tokio-tungstenite v0.18.0 |
1893 | 2023-10-17T21:04:39.556Z | Compiling curve25519-dalek v4.1.0 |
1894 | 2023-10-17T21:04:40.121Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1895 | 2023-10-17T21:04:45.266Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1896 | 2023-10-17T21:04:53.896Z | Compiling darling v0.14.4 |
1897 | 2023-10-17T21:04:54.066Z | Compiling cexpr v0.6.0 |
1898 | 2023-10-17T21:04:57.394Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1899 | 2023-10-17T21:04:58.127Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1900 | 2023-10-17T21:04:59.503Z | Compiling which v4.4.0 |
1901 | 2023-10-17T21:04:59.952Z | Compiling ff v0.13.0 |
1902 | 2023-10-17T21:05:00.339Z | Compiling path-dedot v3.1.0 |
1903 | 2023-10-17T21:05:00.357Z | Compiling serde_arrays v0.1.0 |
1904 | 2023-10-17T21:05:00.598Z | Compiling shlex v1.1.0 |
1905 | 2023-10-17T21:05:00.690Z | Compiling lazycell v1.3.0 |
1906 | 2023-10-17T21:05:00.936Z | Compiling peeking_take_while v0.1.2 |
1907 | 2023-10-17T21:05:00.983Z | Compiling display-error-chain v0.1.1 |
1908 | 2023-10-17T21:05:01.134Z | Compiling rustc-hash v1.1.0 |
1909 | 2023-10-17T21:05:01.227Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1910 | 2023-10-17T21:05:02.914Z | Compiling path-absolutize v3.1.0 |
1911 | 2023-10-17T21:05:03.223Z | Compiling group v0.13.0 |
1912 | 2023-10-17T21:05:03.488Z | Compiling derive_builder_core v0.12.0 |
1913 | 2023-10-17T21:05:07.431Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1914 | 2023-10-17T21:05:10.624Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1915 | 2023-10-17T21:05:12.873Z | Compiling polar-core v0.26.4 |
1916 | 2023-10-17T21:05:15.059Z | Compiling olpc-cjson v0.1.3 |
1917 | 2023-10-17T21:05:15.114Z | Compiling pem v1.1.1 |
1918 | 2023-10-17T21:05:16.376Z | Compiling camino-tempfile v1.0.2 |
1919 | 2023-10-17T21:05:17.339Z | Compiling globset v0.4.13 |
1920 | 2023-10-17T21:05:18.660Z | Compiling crypto-bigint v0.5.2 |
1921 | 2023-10-17T21:05:18.704Z | Compiling serde_plain v1.0.2 |
1922 | 2023-10-17T21:05:18.727Z | Compiling curve25519-dalek-derive v0.1.0 |
1923 | 2023-10-17T21:05:18.740Z | Compiling libxml v0.3.3 |
1924 | 2023-10-17T21:05:19.318Z | Compiling thiserror-impl-no-std v2.0.2 |
1925 | 2023-10-17T21:05:20.453Z | Compiling ref-cast v1.0.20 |
1926 | 2023-10-17T21:05:21.119Z | Compiling base16ct v0.2.0 |
1927 | 2023-10-17T21:05:21.795Z | Compiling buf-list v1.0.3 |
1928 | 2023-10-17T21:05:22.667Z | Compiling elliptic-curve v0.13.5 |
1929 | 2023-10-17T21:05:23.542Z | Compiling thiserror-no-std v2.0.2 |
1930 | 2023-10-17T21:05:23.739Z | Compiling tough v0.12.5 |
1931 | 2023-10-17T21:05:24.719Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1932 | 2023-10-17T21:05:32.197Z | Compiling derive_builder_macro v0.12.0 |
1933 | 2023-10-17T21:05:33.383Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1934 | 2023-10-17T21:05:36.515Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1935 | 2023-10-17T21:05:39.146Z | Compiling poly1305 v0.8.0 |
1936 | 2023-10-17T21:05:39.670Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-10-17T21:05:40.045Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1938 | 2023-10-17T21:05:40.497Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1939 | 2023-10-17T21:05:40.836Z | Compiling chacha20 v0.9.1 |
1940 | 2023-10-17T21:05:41.581Z | Compiling strum_macros v0.24.3 |
1941 | 2023-10-17T21:05:41.835Z | Compiling const_format_proc_macros v0.2.31 |
1942 | 2023-10-17T21:05:43.517Z | Compiling bcs v0.1.5 |
1943 | 2023-10-17T21:05:44.929Z | Compiling ref-cast-impl v1.0.20 |
1944 | 2023-10-17T21:05:45.115Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1945 | 2023-10-17T21:05:45.521Z | Compiling cookie v0.16.2 |
1946 | 2023-10-17T21:05:45.927Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1947 | 2023-10-17T21:05:46.360Z | Compiling salty v0.2.0 |
1948 | 2023-10-17T21:05:46.684Z | Compiling indoc v1.0.9 |
1949 | 2023-10-17T21:05:46.896Z | Compiling highway v1.1.0 |
1950 | 2023-10-17T21:05:47.426Z | Compiling signature v1.6.4 |
1951 | 2023-10-17T21:05:47.632Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1952 | 2023-10-17T21:05:48.095Z | Compiling ed25519 v1.5.3 |
1953 | 2023-10-17T21:05:49.084Z | Compiling const_format v0.2.31 |
1954 | 2023-10-17T21:05:49.271Z | Compiling chacha20poly1305 v0.10.1 |
1955 | 2023-10-17T21:05:49.603Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-10-17T21:05:50.931Z | Compiling derive_builder v0.12.0 |
1957 | 2023-10-17T21:05:51.778Z | Compiling vsss-rs v3.3.1 |
1958 | 2023-10-17T21:06:01.323Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1959 | 2023-10-17T21:06:04.717Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1960 | 2023-10-17T21:06:09.028Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1961 | 2023-10-17T21:06:11.938Z | Compiling signal-hook-mio v0.2.3 |
1962 | 2023-10-17T21:06:12.214Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1963 | 2023-10-17T21:06:12.761Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1964 | 2023-10-17T21:06:13.153Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1965 | 2023-10-17T21:06:18.183Z | Compiling ron v0.7.1 |
1966 | 2023-10-17T21:06:19.588Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1967 | 2023-10-17T21:06:24.703Z | Compiling headers-core v0.2.0 |
1968 | 2023-10-17T21:06:24.953Z | Compiling bb8 v0.8.1 |
1969 | 2023-10-17T21:06:25.867Z | Compiling quick-xml v0.23.1 |
1970 | 2023-10-17T21:06:26.741Z | Compiling serde-big-array v0.5.1 |
1971 | 2023-10-17T21:06:27.109Z | Compiling impl-trait-for-tuples v0.2.2 |
1972 | 2023-10-17T21:06:27.915Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1973 | 2023-10-17T21:06:29.162Z | Compiling oso-derive v0.26.4 |
1974 | 2023-10-17T21:06:29.629Z | Compiling bit_field v0.10.2 |
1975 | 2023-10-17T21:06:30.051Z | Compiling http-range v0.1.5 |
1976 | 2023-10-17T21:06:30.664Z | Compiling maplit v1.0.2 |
1977 | 2023-10-17T21:06:30.839Z | Compiling hyper-staticfile v0.9.5 |
1978 | 2023-10-17T21:06:30.973Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1979 | 2023-10-17T21:06:32.824Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1980 | 2023-10-17T21:06:33.872Z | Compiling headers v0.3.9 |
1981 | 2023-10-17T21:06:41.109Z | Compiling crossterm v0.27.0 |
1982 | 2023-10-17T21:06:43.604Z | Compiling oso v0.26.4 |
1983 | 2023-10-17T21:06:59.233Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1984 | 2023-10-17T21:07:02.435Z | Compiling signal-hook-tokio v0.3.1 |
1985 | 2023-10-17T21:07:02.780Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1986 | 2023-10-17T21:07:03.181Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1987 | 2023-10-17T21:07:03.390Z | Compiling serde-big-array v0.4.1 |
1988 | 2023-10-17T21:07:03.625Z | Compiling indoc v2.0.3 |
1989 | 2023-10-17T21:07:05.156Z | Compiling cassowary v0.3.0 |
1990 | 2023-10-17T21:07:05.317Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1991 | 2023-10-17T21:07:07.352Z | Compiling ratatui v0.23.0 |
1992 | 2023-10-17T21:07:08.012Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1993 | 2023-10-17T21:07:12.935Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1994 | 2023-10-17T21:07:13.491Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1995 | 2023-10-17T21:07:15.556Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1996 | 2023-10-17T21:07:17.294Z | Compiling fatfs v0.3.6 |
1997 | 2023-10-17T21:07:19.584Z | Compiling bytesize v1.3.0 |
1998 | 2023-10-17T21:07:20.513Z | Compiling nanorand v0.7.0 |
1999 | 2023-10-17T21:07:21.790Z | Compiling rtoolbox v0.0.1 |
2000 | 2023-10-17T21:07:22.524Z | Compiling corncobs v0.1.3 |
2001 | 2023-10-17T21:07:23.012Z | Compiling fs-err v2.9.0 |
2002 | 2023-10-17T21:07:23.177Z | Compiling assert_matches v1.5.0 |
2003 | 2023-10-17T21:07:23.319Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2004 | 2023-10-17T21:07:24.383Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2005 | 2023-10-17T21:07:24.620Z | Compiling rpassword v7.2.0 |
2006 | 2023-10-17T21:07:25.255Z | Compiling flume v0.11.0 |
2007 | 2023-10-17T21:07:25.685Z | Compiling tui-tree-widget v0.13.0 |
2008 | 2023-10-17T21:07:26.549Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2009 | 2023-10-17T21:07:29.255Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2010 | 2023-10-17T21:07:32.891Z | Compiling owo-colors v3.5.0 |
2011 | 2023-10-17T21:07:38.513Z | Compiling shell-words v1.1.0 |
2012 | 2023-10-17T21:07:39.216Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2013 | 2023-10-17T21:07:53.098Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2014 | 2023-10-17T21:08:40.096Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2015 | 2023-10-17T21:08:53.881Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2016 | 2023-10-17T21:10:54.078Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2017 | 2023-10-17T21:12:44.179Z | Compiling git2 v0.17.2 |
2018 | 2023-10-17T21:12:50.828Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2019 | 2023-10-17T21:12:52.564Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2020 | 2023-10-17T21:13:04.685Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2021 | 2023-10-17T21:13:20.232Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2022 | 2023-10-17T21:13:21.264Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2023 | 2023-10-17T21:13:23.604Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2024 | 2023-10-17T21:13:26.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2023-10-17T21:22:26.140Z | Finished release [optimized] target(s) in 21m 44s |
2026 | 2023-10-17T21:23:51.375Z | |
2027 | 2023-10-17T21:23:51.378Z | real 23:11.362718568 |
2028 | 2023-10-17T21:23:51.382Z | user 2:39:23.730302060 |
2029 | 2023-10-17T21:23:51.385Z | sys 7:11.925418286 |
2030 | 2023-10-17T21:23:51.395Z | trap 5.162302627 |
2031 | 2023-10-17T21:23:51.400Z | tflt 1.571245645 |
2032 | 2023-10-17T21:23:51.405Z | dflt 3.960479405 |
2033 | 2023-10-17T21:23:51.410Z | kflt 0.006235781 |
2034 | 2023-10-17T21:23:51.414Z | lock 9:03:52.252535024 |
2035 | 2023-10-17T21:23:51.419Z | slp 6:30:41.007560675 |
2036 | 2023-10-17T21:23:51.423Z | lat 2:48.991820071 |
2037 | 2023-10-17T21:23:51.431Z | stop 52.796899592 |
2038 | 2023-10-17T21:23:51.437Z | + 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/*) |
2039 | 2023-10-17T21:23:51.443Z | + pfexec mkdir -p /work |
2040 | 2023-10-17T21:23:51.448Z | + pfexec chown build /work |
2041 | 2023-10-17T21:23:51.453Z | + 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 |
2042 | 2023-10-17T21:24:05.120Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2043 | 2023-10-17T21:24:05.123Z | a out/maghemite.tar 73201K |
2044 | 2023-10-17T21:24:05.128Z | a out/omicron-sled-agent.tar 111365K |
2045 | 2023-10-17T21:24:05.133Z | a out/target/test 1K |
2046 | 2023-10-17T21:24:05.140Z | a out/npuzone/npuzone 36504K |
2047 | 2023-10-17T21:24:05.145Z | a package-manifest.toml 21K |
2048 | 2023-10-17T21:24:05.149Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2049 | 2023-10-17T21:24:05.152Z | a target/release/omicron-package 37170K |
2050 | 2023-10-17T21:24:05.160Z | a tools/create_virtual_hardware.sh 3K |
2051 | 2023-10-17T21:24:05.165Z | a tools/virtual_hardware.sh 4K |
2052 | 2023-10-17T21:24:05.172Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2053 | 2023-10-17T21:24:05.184Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2054 | 2023-10-17T21:24:05.191Z | a tools/scrimlet/softnpu-init.sh 3K |
2055 | 2023-10-17T21:24:05.197Z | a tools/scrimlet/softnpu-zone.txt 1K |
2056 | 2023-10-17T21:24:05.201Z | a tools/scrimlet/softnpu.toml 1K |
2057 | 2023-10-17T21:24:05.207Z | |
2058 | 2023-10-17T21:24:05.212Z | real 13.730115684 |
2059 | 2023-10-17T21:24:05.223Z | user 13.134153826 |
2060 | 2023-10-17T21:24:05.235Z | sys 1.074561995 |
2061 | 2023-10-17T21:24:05.241Z | trap 0.003322763 |
2062 | 2023-10-17T21:24:05.248Z | tflt 0.000000000 |
2063 | 2023-10-17T21:24:05.252Z | dflt 0.000000000 |
2064 | 2023-10-17T21:24:05.258Z | kflt 0.000000000 |
2065 | 2023-10-17T21:24:05.262Z | lock 0.000000000 |
2066 | 2023-10-17T21:24:05.266Z | slp 12.827650407 |
2067 | 2023-10-17T21:24:05.270Z | lat 0.416313003 |
2068 | 2023-10-17T21:24:05.274Z | stop 0.000506116 |
2069 | 2023-10-17T21:24:05.279Z | ++ pwd |
2070 | 2023-10-17T21:24:05.283Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2071 | 2023-10-17T21:24:05.287Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2072 | 2023-10-17T21:24:05.293Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2073 | 2023-10-17T21:24:06.301Z | Finished release [optimized] target(s) in 1.09s |
2074 | 2023-10-17T21:24:06.330Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2075 | 2023-10-17T21:24:06.372Z | Created new build target 'host' and set it as active |
2076 | 2023-10-17T21:24:06.376Z | |
2077 | 2023-10-17T21:24:06.380Z | real 1.243658894 |
2078 | 2023-10-17T21:24:06.385Z | user 0.885003427 |
2079 | 2023-10-17T21:24:06.389Z | sys 0.359119447 |
2080 | 2023-10-17T21:24:06.395Z | trap 0.000256335 |
2081 | 2023-10-17T21:24:06.399Z | tflt 0.000004969 |
2082 | 2023-10-17T21:24:06.404Z | dflt 0.000045477 |
2083 | 2023-10-17T21:24:06.407Z | kflt 0.000000000 |
2084 | 2023-10-17T21:24:06.411Z | lock 0.033001766 |
2085 | 2023-10-17T21:24:06.415Z | slp 0.019810755 |
2086 | 2023-10-17T21:24:06.417Z | lat 0.001913828 |
2087 | 2023-10-17T21:24:06.422Z | stop 0.000213063 |
2088 | 2023-10-17T21:24:06.426Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2089 | 2023-10-17T21:24:07.498Z | Finished release [optimized] target(s) in 1.04s |
2090 | 2023-10-17T21:24:07.524Z | Running `target/release/omicron-package -t host package` |
2091 | 2023-10-17T21:24:07.565Z | Oct 17 21:24:07.566 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2092 | 2023-10-17T21:24:08.741Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2093 | 2023-10-17T21:27:41.808Z | Finished release [optimized] target(s) in 3m 34s |
2094 | 2023-10-17T21:28:59.881Z | |
2095 | 2023-10-17T21:28:59.895Z | real 4:53.495570859 |
2096 | 2023-10-17T21:28:59.905Z | user 20:53.024865252 |
2097 | 2023-10-17T21:28:59.911Z | sys 1:09.640519650 |
2098 | 2023-10-17T21:28:59.917Z | trap 0.537670876 |
2099 | 2023-10-17T21:28:59.921Z | tflt 0.021676194 |
2100 | 2023-10-17T21:28:59.923Z | dflt 1.455751781 |
2101 | 2023-10-17T21:28:59.927Z | kflt 0.055982438 |
2102 | 2023-10-17T21:28:59.929Z | lock 1:11:15.155492748 |
2103 | 2023-10-17T21:28:59.932Z | slp 16:46.174948559 |
2104 | 2023-10-17T21:28:59.934Z | lat 7.718425913 |
2105 | 2023-10-17T21:28:59.937Z | stop 0.618529535 |
2106 | 2023-10-17T21:28:59.940Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2107 | 2023-10-17T21:28:59.943Z | + for package in "$@" |
2108 | 2023-10-17T21:28:59.946Z | + [[ omicron-sled-agent == maghemite ]] |
2109 | 2023-10-17T21:28:59.948Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git2670d9240dd |
2110 | 2023-10-17T21:29:01.049Z | Finished release [optimized] target(s) in 1.09s |
2111 | 2023-10-17T21:29:01.080Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git2670d9240dd` |
2112 | 2023-10-17T21:29:01.123Z | Oct 17 21:29:01.123 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2113 | 2023-10-17T21:29:01.677Z | Created: out/versioned/omicron-sled-agent.tar |
2114 | 2023-10-17T21:29:01.681Z | + for package in "$@" |
2115 | 2023-10-17T21:29:01.684Z | + [[ maghemite == maghemite ]] |
2116 | 2023-10-17T21:29:01.687Z | + echo 0.0.0 |
2117 | 2023-10-17T21:29:01.692Z | + tar rvf out/maghemite.tar VERSION |
2118 | 2023-10-17T21:29:01.696Z | a VERSION 1K |
2119 | 2023-10-17T21:29:01.699Z | + rm VERSION |
2120 | 2023-10-17T21:29:01.702Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git2670d9240dd |
2121 | 2023-10-17T21:29:02.827Z | Finished release [optimized] target(s) in 1.06s |
2122 | 2023-10-17T21:29:02.858Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git2670d9240dd` |
2123 | 2023-10-17T21:29:02.900Z | Oct 17 21:29:02.901 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2124 | 2023-10-17T21:29:03.261Z | Created: out/versioned/maghemite.tar |
2125 | 2023-10-17T21:29:03.266Z | + for package in "$@" |
2126 | 2023-10-17T21:29:03.270Z | + [[ propolis-server == maghemite ]] |
2127 | 2023-10-17T21:29:03.273Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git2670d9240dd |
2128 | 2023-10-17T21:29:04.410Z | Finished release [optimized] target(s) in 1.07s |
2129 | 2023-10-17T21:29:04.438Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git2670d9240dd` |
2130 | 2023-10-17T21:29:04.480Z | Oct 17 21:29:04.480 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2131 | 2023-10-17T21:29:06.304Z | Created: out/versioned/propolis-server.tar.gz |
2132 | 2023-10-17T21:29:06.307Z | + for package in "$@" |
2133 | 2023-10-17T21:29:06.310Z | + [[ overlay == maghemite ]] |
2134 | 2023-10-17T21:29:06.313Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git2670d9240dd |
2135 | 2023-10-17T21:29:07.476Z | Finished release [optimized] target(s) in 1.08s |
2136 | 2023-10-17T21:29:07.505Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git2670d9240dd` |
2137 | 2023-10-17T21:29:07.546Z | Oct 17 21:29:07.547 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2138 | 2023-10-17T21:29:07.549Z | Created: out/versioned/overlay.tar.gz |
2139 | 2023-10-17T21:29:07.552Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2140 | 2023-10-17T21:29:07.563Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2141 | 2023-10-17T21:29:07.566Z | ++ cd -- ./tools |
2142 | 2023-10-17T21:29:07.569Z | ++ pwd |
2143 | 2023-10-17T21:29:07.572Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2144 | 2023-10-17T21:29:07.575Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2145 | 2023-10-17T21:29:07.579Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2146 | 2023-10-17T21:29:07.581Z | ++ readlink -f /work |
2147 | 2023-10-17T21:29:07.584Z | + out_dir=/work |
2148 | 2023-10-17T21:29:07.587Z | + 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") |
2149 | 2023-10-17T21:29:07.590Z | + for dep in "${deps[@]}" |
2150 | 2023-10-17T21:29:07.595Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2151 | 2023-10-17T21:29:07.599Z | + for dep in "${deps[@]}" |
2152 | 2023-10-17T21:29:07.602Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2153 | 2023-10-17T21:29:07.605Z | + for dep in "${deps[@]}" |
2154 | 2023-10-17T21:29:07.608Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2155 | 2023-10-17T21:29:07.611Z | + for dep in "${deps[@]}" |
2156 | 2023-10-17T21:29:07.619Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2157 | 2023-10-17T21:29:07.622Z | ++ mktemp -d |
2158 | 2023-10-17T21:29:07.625Z | + tmp_gz=/tmp/tmp.67aGoi |
2159 | 2023-10-17T21:29:07.628Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2160 | 2023-10-17T21:29:07.630Z | + echo '{"v":"1","t":"layer"}' |
2161 | 2023-10-17T21:29:07.633Z | + pkg_dir=/tmp/tmp.67aGoi/root/opt/oxide/sled-agent |
2162 | 2023-10-17T21:29:07.636Z | + mkdir -p /tmp/tmp.67aGoi/root/opt/oxide/sled-agent |
2163 | 2023-10-17T21:29:07.639Z | + cd /tmp/tmp.67aGoi/root/opt/oxide/sled-agent |
2164 | 2023-10-17T21:29:07.641Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2165 | 2023-10-17T21:29:07.701Z | x ., 0 bytes, 0 tape blocks |
2166 | 2023-10-17T21:29:07.705Z | x zone-bundle, 34393328 bytes, 67175 tape blocks |
2167 | 2023-10-17T21:29:07.709Z | x sled-agent, 79319120 bytes, 154921 tape blocks |
2168 | 2023-10-17T21:29:07.724Z | x pkg, 0 bytes, 0 tape blocks |
2169 | 2023-10-17T21:29:07.735Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2170 | 2023-10-17T21:29:07.743Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2171 | 2023-10-17T21:29:07.747Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2172 | 2023-10-17T21:29:07.751Z | x VERSION, 25 bytes, 1 tape blocks |
2173 | 2023-10-17T21:29:07.755Z | + mkdir -p /tmp/tmp.67aGoi/root/lib/svc/manifest/site/ |
2174 | 2023-10-17T21:29:07.759Z | + mv pkg/manifest.xml /tmp/tmp.67aGoi/root/lib/svc/manifest/site/sled-agent.xml |
2175 | 2023-10-17T21:29:07.764Z | + cd - |
2176 | 2023-10-17T21:29:07.767Z | /work/oxidecomputer/omicron |
2177 | 2023-10-17T21:29:07.770Z | + pkg_dir=/tmp/tmp.67aGoi/root/opt/oxide/mg-ddm |
2178 | 2023-10-17T21:29:07.772Z | + mkdir -p /tmp/tmp.67aGoi/root/opt/oxide/mg-ddm |
2179 | 2023-10-17T21:29:07.775Z | + cd /tmp/tmp.67aGoi/root/opt/oxide/mg-ddm |
2180 | 2023-10-17T21:29:07.778Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2181 | 2023-10-17T21:29:07.789Z | x ., 0 bytes, 0 tape blocks |
2182 | 2023-10-17T21:29:07.801Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2183 | 2023-10-17T21:29:07.811Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2184 | 2023-10-17T21:29:08.229Z | x pkg, 0 bytes, 0 tape blocks |
2185 | 2023-10-17T21:29:08.235Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2186 | 2023-10-17T21:29:08.242Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2187 | 2023-10-17T21:29:08.271Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2188 | 2023-10-17T21:29:08.687Z | x VERSION, 25 bytes, 1 tape blocks |
2189 | 2023-10-17T21:29:08.723Z | + cd - |
2190 | 2023-10-17T21:29:08.730Z | /work/oxidecomputer/omicron |
2191 | 2023-10-17T21:29:08.733Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.67aGoi/root/opt/oxide |
2192 | 2023-10-17T21:29:08.742Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.67aGoi/root/opt/oxide |
2193 | 2023-10-17T21:29:08.746Z | + cd /tmp/tmp.67aGoi |
2194 | 2023-10-17T21:29:08.750Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2195 | 2023-10-17T21:29:20.131Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2196 | 2023-10-17T21:29:20.134Z | a oxide.json 1K |
2197 | 2023-10-17T21:29:20.139Z | a root/ 0K |
2198 | 2023-10-17T21:29:20.144Z | a root/opt/ 0K |
2199 | 2023-10-17T21:29:20.147Z | a root/opt/oxide/ 0K |
2200 | 2023-10-17T21:29:20.150Z | a root/opt/oxide/sled-agent/ 0K |
2201 | 2023-10-17T21:29:20.153Z | a root/opt/oxide/sled-agent/zone-bundle 33588K |
2202 | 2023-10-17T21:29:20.156Z | a root/opt/oxide/sled-agent/sled-agent 77461K |
2203 | 2023-10-17T21:29:20.159Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2204 | 2023-10-17T21:29:20.162Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2205 | 2023-10-17T21:29:20.165Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2206 | 2023-10-17T21:29:20.169Z | a root/opt/oxide/sled-agent/VERSION 1K |
2207 | 2023-10-17T21:29:20.172Z | a root/opt/oxide/mg-ddm/ 0K |
2208 | 2023-10-17T21:29:20.175Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2209 | 2023-10-17T21:29:20.178Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2210 | 2023-10-17T21:29:20.181Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2211 | 2023-10-17T21:29:20.184Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2212 | 2023-10-17T21:29:20.187Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2213 | 2023-10-17T21:29:20.190Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2214 | 2023-10-17T21:29:20.197Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2215 | 2023-10-17T21:29:20.200Z | a root/opt/oxide/propolis-server.tar.gz 64733K |
2216 | 2023-10-17T21:29:20.203Z | a root/opt/oxide/overlay.tar.gz 2K |
2217 | 2023-10-17T21:29:20.206Z | a root/lib/ 0K |
2218 | 2023-10-17T21:29:20.209Z | a root/lib/svc/ 0K |
2219 | 2023-10-17T21:29:20.212Z | a root/lib/svc/manifest/ 0K |
2220 | 2023-10-17T21:29:20.221Z | a root/lib/svc/manifest/site/ 0K |
2221 | 2023-10-17T21:29:20.224Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2222 | 2023-10-17T21:29:20.227Z | + cd / |
2223 | 2023-10-17T21:29:20.230Z | + rm -rf /tmp/tmp.67aGoi |
2224 | 2023-10-17T21:29:20.233Z | |
2225 | 2023-10-17T21:29:20.236Z | real 12.625497782 |
2226 | 2023-10-17T21:29:20.239Z | user 11.729546017 |
2227 | 2023-10-17T21:29:20.242Z | sys 0.959732535 |
2228 | 2023-10-17T21:29:20.245Z | trap 0.002281193 |
2229 | 2023-10-17T21:29:20.249Z | tflt 0.000000000 |
2230 | 2023-10-17T21:29:20.253Z | dflt 0.000000000 |
2231 | 2023-10-17T21:29:20.286Z | kflt 0.000000000 |
2232 | 2023-10-17T21:29:20.291Z | lock 0.000000000 |
2233 | 2023-10-17T21:29:20.298Z | slp 24.377586826 |
2234 | 2023-10-17T21:29:20.301Z | lat 0.386100194 |
2235 | 2023-10-17T21:29:20.304Z | stop 0.000347598 |
2236 | 2023-10-17T21:29:20.307Z | + mkdir -p /work/zones |
2237 | 2023-10-17T21:29:20.313Z | + 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) |
2238 | 2023-10-17T21:29:20.317Z | + 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/ |
2239 | 2023-10-17T21:29:23.670Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2240 | 2023-10-17T21:29:24.896Z | Finished release [optimized] target(s) in 1.13s |
2241 | 2023-10-17T21:29:24.923Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2242 | 2023-10-17T21:29:24.963Z | Created new build target 'recovery' and set it as active |
2243 | 2023-10-17T21:29:24.966Z | |
2244 | 2023-10-17T21:29:24.969Z | real 1.289697242 |
2245 | 2023-10-17T21:29:24.972Z | user 0.910931784 |
2246 | 2023-10-17T21:29:24.975Z | sys 0.375974028 |
2247 | 2023-10-17T21:29:24.978Z | trap 0.001395158 |
2248 | 2023-10-17T21:29:24.981Z | tflt 0.000154331 |
2249 | 2023-10-17T21:29:24.984Z | dflt 0.000003003 |
2250 | 2023-10-17T21:29:24.987Z | kflt 0.000000000 |
2251 | 2023-10-17T21:29:24.993Z | lock 0.035071300 |
2252 | 2023-10-17T21:29:24.996Z | slp 0.021621156 |
2253 | 2023-10-17T21:29:24.999Z | lat 0.004805994 |
2254 | 2023-10-17T21:29:25.002Z | stop 0.000221448 |
2255 | 2023-10-17T21:29:25.008Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2256 | 2023-10-17T21:29:26.151Z | Finished release [optimized] target(s) in 1.09s |
2257 | 2023-10-17T21:29:26.178Z | Running `target/release/omicron-package -t recovery package` |
2258 | 2023-10-17T21:29:26.227Z | Oct 17 21:29:26.220 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2259 | 2023-10-17T21:29:27.221Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2260 | 2023-10-17T21:29:31.068Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2261 | 2023-10-17T21:30:02.908Z | Finished release [optimized] target(s) in 36.60s |
2262 | 2023-10-17T21:30:27.631Z | |
2263 | 2023-10-17T21:30:27.635Z | real 1:02.655171890 |
2264 | 2023-10-17T21:30:27.640Z | user 2:38.687426769 |
2265 | 2023-10-17T21:30:27.674Z | sys 11.983183385 |
2266 | 2023-10-17T21:30:27.678Z | trap 0.071534032 |
2267 | 2023-10-17T21:30:27.684Z | tflt 0.087566488 |
2268 | 2023-10-17T21:30:27.688Z | dflt 0.628042460 |
2269 | 2023-10-17T21:30:27.692Z | kflt 0.000116164 |
2270 | 2023-10-17T21:30:27.697Z | lock 13:55.327006086 |
2271 | 2023-10-17T21:30:27.700Z | slp 2:45.122051509 |
2272 | 2023-10-17T21:30:27.703Z | lat 1.969863697 |
2273 | 2023-10-17T21:30:27.706Z | stop 0.184246926 |
2274 | 2023-10-17T21:30:27.709Z | + stamp_packages installinator maghemite |
2275 | 2023-10-17T21:30:27.713Z | + for package in "$@" |
2276 | 2023-10-17T21:30:27.716Z | + [[ installinator == maghemite ]] |
2277 | 2023-10-17T21:30:27.719Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git2670d9240dd |
2278 | 2023-10-17T21:30:28.787Z | Finished release [optimized] target(s) in 1.07s |
2279 | 2023-10-17T21:30:28.815Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git2670d9240dd` |
2280 | 2023-10-17T21:30:28.856Z | Oct 17 21:30:28.857 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2281 | 2023-10-17T21:30:28.976Z | Created: out/versioned/installinator.tar |
2282 | 2023-10-17T21:30:28.979Z | + for package in "$@" |
2283 | 2023-10-17T21:30:28.983Z | + [[ maghemite == maghemite ]] |
2284 | 2023-10-17T21:30:28.990Z | + echo 0.0.0 |
2285 | 2023-10-17T21:30:28.993Z | + tar rvf out/maghemite.tar VERSION |
2286 | 2023-10-17T21:30:28.996Z | a VERSION 1K |
2287 | 2023-10-17T21:30:29.002Z | + rm VERSION |
2288 | 2023-10-17T21:30:29.005Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git2670d9240dd |
2289 | 2023-10-17T21:30:30.133Z | Finished release [optimized] target(s) in 1.06s |
2290 | 2023-10-17T21:30:30.163Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git2670d9240dd` |
2291 | 2023-10-17T21:30:30.204Z | Oct 17 21:30:30.204 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2292 | 2023-10-17T21:30:30.415Z | Created: out/versioned/maghemite.tar |
2293 | 2023-10-17T21:30:30.426Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2294 | 2023-10-17T21:30:30.443Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2295 | 2023-10-17T21:30:30.451Z | ++ cd -- ./tools |
2296 | 2023-10-17T21:30:30.457Z | ++ pwd |
2297 | 2023-10-17T21:30:30.469Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2298 | 2023-10-17T21:30:30.480Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2299 | 2023-10-17T21:30:30.489Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2300 | 2023-10-17T21:30:30.501Z | ++ readlink -f /work |
2301 | 2023-10-17T21:30:30.523Z | + out_dir=/work |
2302 | 2023-10-17T21:30:30.530Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2303 | 2023-10-17T21:30:30.539Z | + for dep in "${deps[@]}" |
2304 | 2023-10-17T21:30:30.547Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2305 | 2023-10-17T21:30:30.563Z | + for dep in "${deps[@]}" |
2306 | 2023-10-17T21:30:30.579Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2307 | 2023-10-17T21:30:30.584Z | ++ mktemp -d |
2308 | 2023-10-17T21:30:30.587Z | + tmp_trampoline=/tmp/tmp.Ska4si |
2309 | 2023-10-17T21:30:30.592Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2310 | 2023-10-17T21:30:30.595Z | + echo '{"v":"1","t":"layer"}' |
2311 | 2023-10-17T21:30:30.599Z | + pkg_dir=/tmp/tmp.Ska4si/root/opt/oxide/installinator |
2312 | 2023-10-17T21:30:30.602Z | + mkdir -p /tmp/tmp.Ska4si/root/opt/oxide/installinator |
2313 | 2023-10-17T21:30:30.607Z | + cd /tmp/tmp.Ska4si/root/opt/oxide/installinator |
2314 | 2023-10-17T21:30:30.627Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2315 | 2023-10-17T21:30:30.636Z | x ., 0 bytes, 0 tape blocks |
2316 | 2023-10-17T21:30:30.650Z | x installinator, 48025472 bytes, 93800 tape blocks |
2317 | 2023-10-17T21:30:30.662Z | x pkg, 0 bytes, 0 tape blocks |
2318 | 2023-10-17T21:30:30.666Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2319 | 2023-10-17T21:30:30.670Z | x VERSION, 25 bytes, 1 tape blocks |
2320 | 2023-10-17T21:30:30.673Z | + mkdir -p /tmp/tmp.Ska4si/root/lib/svc/manifest/site/ |
2321 | 2023-10-17T21:30:30.676Z | + mv pkg/manifest.xml /tmp/tmp.Ska4si/root/lib/svc/manifest/site/installinator.xml |
2322 | 2023-10-17T21:30:30.680Z | + cd - |
2323 | 2023-10-17T21:30:30.684Z | /work/oxidecomputer/omicron |
2324 | 2023-10-17T21:30:30.687Z | + pkg_dir=/tmp/tmp.Ska4si/root/opt/oxide/mg-ddm |
2325 | 2023-10-17T21:30:30.690Z | + mkdir -p /tmp/tmp.Ska4si/root/opt/oxide/mg-ddm |
2326 | 2023-10-17T21:30:30.699Z | + cd /tmp/tmp.Ska4si/root/opt/oxide/mg-ddm |
2327 | 2023-10-17T21:30:30.704Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2328 | 2023-10-17T21:30:30.709Z | x ., 0 bytes, 0 tape blocks |
2329 | 2023-10-17T21:30:30.713Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2330 | 2023-10-17T21:30:30.718Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2331 | 2023-10-17T21:30:30.721Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2023-10-17T21:30:30.725Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2333 | 2023-10-17T21:30:30.728Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2334 | 2023-10-17T21:30:30.731Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2335 | 2023-10-17T21:30:30.757Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2023-10-17T21:30:30.762Z | + cd - |
2337 | 2023-10-17T21:30:30.766Z | /work/oxidecomputer/omicron |
2338 | 2023-10-17T21:30:30.769Z | + cd /tmp/tmp.Ska4si |
2339 | 2023-10-17T21:30:30.772Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2340 | 2023-10-17T21:30:37.012Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2341 | 2023-10-17T21:30:37.015Z | a oxide.json 1K |
2342 | 2023-10-17T21:30:37.018Z | a root/ 0K |
2343 | 2023-10-17T21:30:37.021Z | a root/opt/ 0K |
2344 | 2023-10-17T21:30:37.024Z | a root/opt/oxide/ 0K |
2345 | 2023-10-17T21:30:37.031Z | a root/opt/oxide/installinator/ 0K |
2346 | 2023-10-17T21:30:37.033Z | a root/opt/oxide/installinator/installinator 46900K |
2347 | 2023-10-17T21:30:37.036Z | a root/opt/oxide/installinator/pkg/ 0K |
2348 | 2023-10-17T21:30:37.039Z | a root/opt/oxide/installinator/VERSION 1K |
2349 | 2023-10-17T21:30:37.042Z | a root/opt/oxide/mg-ddm/ 0K |
2350 | 2023-10-17T21:30:37.045Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2351 | 2023-10-17T21:30:37.048Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2352 | 2023-10-17T21:30:37.051Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2353 | 2023-10-17T21:30:37.054Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2354 | 2023-10-17T21:30:37.067Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2355 | 2023-10-17T21:30:37.091Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2356 | 2023-10-17T21:30:37.099Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2357 | 2023-10-17T21:30:37.104Z | a root/lib/ 0K |
2358 | 2023-10-17T21:30:37.107Z | a root/lib/svc/ 0K |
2359 | 2023-10-17T21:30:37.111Z | a root/lib/svc/manifest/ 0K |
2360 | 2023-10-17T21:30:37.115Z | a root/lib/svc/manifest/site/ 0K |
2361 | 2023-10-17T21:30:37.119Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2362 | 2023-10-17T21:30:37.122Z | + cd / |
2363 | 2023-10-17T21:30:37.127Z | + rm -rf /tmp/tmp.Ska4si |
2364 | 2023-10-17T21:30:37.131Z | |
2365 | 2023-10-17T21:30:37.133Z | real 6.615058724 |
2366 | 2023-10-17T21:30:37.143Z | user 6.188466023 |
2367 | 2023-10-17T21:30:37.146Z | sys 0.458153658 |
2368 | 2023-10-17T21:30:37.149Z | trap 0.001472169 |
2369 | 2023-10-17T21:30:37.152Z | tflt 0.000000000 |
2370 | 2023-10-17T21:30:37.155Z | dflt 0.000000000 |
2371 | 2023-10-17T21:30:37.158Z | kflt 0.000000000 |
2372 | 2023-10-17T21:30:37.163Z | lock 0.000000000 |
2373 | 2023-10-17T21:30:37.175Z | slp 12.795616082 |
2374 | 2023-10-17T21:30:37.177Z | lat 0.193785823 |
2375 | 2023-10-17T21:30:37.180Z | stop 0.000291973 |
2376 | 2023-10-17T21:30:37.183Z | process exited: duration 2418144 ms, exit code 0 |
|
2377 | 2023-10-17T21:30:37.191Z | found 21 output files |
2378 | 2023-10-17T21:30:37.199Z | uploading: /work/version.txt (26 bytes) |
2379 | 2023-10-17T21:30:38.216Z | uploaded: /work/version.txt |
2380 | 2023-10-17T21:30:38.232Z | uploading: /work/package.tar.gz (83278929 bytes) |
2381 | 2023-10-17T21:31:22.518Z | uploaded: /work/package.tar.gz |
2382 | 2023-10-17T21:31:22.531Z | uploading: /work/global-zone-packages.tar.gz (125564319 bytes) |
2383 | 2023-10-17T21:32:07.269Z | uploaded: /work/global-zone-packages.tar.gz |
2384 | 2023-10-17T21:32:07.288Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38640324 bytes) |
2385 | 2023-10-17T21:32:24.481Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2386 | 2023-10-17T21:32:24.493Z | uploading: /work/zones/clickhouse.tar.gz (180707441 bytes) |
2387 | 2023-10-17T21:33:41.975Z | uploaded: /work/zones/clickhouse.tar.gz |
2388 | 2023-10-17T21:33:42.093Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180708409 bytes) |
2389 | 2023-10-17T21:34:48.720Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2390 | 2023-10-17T21:34:48.782Z | uploading: /work/zones/cockroachdb.tar.gz (117773067 bytes) |
2391 | 2023-10-17T21:35:28.929Z | uploaded: /work/zones/cockroachdb.tar.gz |
2392 | 2023-10-17T21:35:28.938Z | uploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes) |
2393 | 2023-10-17T21:35:39.781Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2394 | 2023-10-17T21:35:39.800Z | uploading: /work/zones/crucible.tar.gz (42565224 bytes) |
2395 | 2023-10-17T21:35:56.024Z | uploaded: /work/zones/crucible.tar.gz |
2396 | 2023-10-17T21:35:56.033Z | uploading: /work/zones/external-dns.tar.gz (22026020 bytes) |
2397 | 2023-10-17T21:36:04.960Z | uploaded: /work/zones/external-dns.tar.gz |
2398 | 2023-10-17T21:36:04.973Z | uploading: /work/zones/internal-dns.tar.gz (22026020 bytes) |
2399 | 2023-10-17T21:36:14.627Z | uploaded: /work/zones/internal-dns.tar.gz |
2400 | 2023-10-17T21:36:14.635Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2401 | 2023-10-17T21:36:14.859Z | uploaded: /work/zones/ntp.tar.gz |
2402 | 2023-10-17T21:36:14.871Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16646755 bytes) |
2403 | 2023-10-17T21:36:22.557Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2404 | 2023-10-17T21:36:22.569Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16645138 bytes) |
2405 | 2023-10-17T21:36:30.082Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2406 | 2023-10-17T21:36:30.095Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (68120674 bytes) |
2407 | 2023-10-17T21:36:54.828Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2408 | 2023-10-17T21:36:54.839Z | uploading: /work/zones/omicron-nexus.tar.gz (68126595 bytes) |
2409 | 2023-10-17T21:37:12.795Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2410 | 2023-10-17T21:37:12.803Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2411 | 2023-10-17T21:37:13.810Z | uploaded: /work/zones/overlay.tar.gz |
2412 | 2023-10-17T21:37:13.821Z | uploading: /work/zones/oximeter-collector.tar.gz (18076841 bytes) |
2413 | 2023-10-17T21:37:19.986Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2414 | 2023-10-17T21:37:19.997Z | uploading: /work/zones/propolis-server.tar.gz (66291830 bytes) |
2415 | 2023-10-17T21:37:38.646Z | uploaded: /work/zones/propolis-server.tar.gz |
2416 | 2023-10-17T21:37:38.657Z | uploading: /work/zones/switch-asic.tar.gz (220435518 bytes) |
2417 | 2023-10-17T21:38:51.591Z | uploaded: /work/zones/switch-asic.tar.gz |
2418 | 2023-10-17T21:38:51.680Z | uploading: /work/zones/switch-softnpu.tar.gz (142843152 bytes) |
2419 | 2023-10-17T21:39:43.788Z | uploaded: /work/zones/switch-softnpu.tar.gz |