|
|
|
1 | 2023-10-03T00:17:22.650Z | job assigned to worker 01HBSE8QZKJCNS77VQBT7AF3GG (queued for 59 m 17 s) |
|
2 | 2023-10-03T00:17:23.594Z | starting task 0: "setup" |
3 | 2023-10-03T00:17:23.656Z | ++ uname -s |
4 | 2023-10-03T00:17:23.664Z | + kern=SunOS |
5 | 2023-10-03T00:17:23.671Z | + case "$kern" in |
6 | 2023-10-03T00:17:23.674Z | + groupadd -g 12345 build |
7 | 2023-10-03T00:17:23.677Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-03T00:17:25.671Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-03T00:17:25.760Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-03T00:17:25.767Z | + home_fs=zfs |
11 | 2023-10-03T00:17:25.772Z | + [[ zfs == autofs ]] |
12 | 2023-10-03T00:17:25.777Z | + mkdir -p /home/build |
13 | 2023-10-03T00:17:25.783Z | + chown build:build /home/build /work |
14 | 2023-10-03T00:17:27.764Z | + chmod 0700 /home/build /work |
15 | 2023-10-03T00:17:27.806Z | process exited: duration 4168 ms, exit code 0 |
|
16 | 2023-10-03T00:17:27.927Z | starting task 1: "rust-toolchain" |
17 | 2023-10-03T00:17:28.039Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-03T00:17:28.146Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-03T00:17:28.710Z | info: downloading installer |
20 | 2023-10-03T00:17:29.387Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-03T00:17:29.458Z | warning: /opt/ooce/bin |
22 | 2023-10-03T00:17:29.512Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-03T00:17:29.531Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-03T00:17:29.652Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-03T00:17:29.686Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-03T00:17:30.112Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-03T00:17:30.123Z | error: cannot install while Rust is installed |
28 | 2023-10-03T00:17:30.129Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-03T00:17:30.143Z | info: profile set to 'default' |
30 | 2023-10-03T00:17:30.157Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-03T00:17:30.167Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-03T00:17:30.172Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-03T00:17:30.591Z | info: downloading component 'cargo' |
34 | 2023-10-03T00:17:30.638Z | info: downloading component 'clippy' |
35 | 2023-10-03T00:17:30.646Z | info: downloading component 'rust-docs' |
36 | 2023-10-03T00:17:31.135Z | info: downloading component 'rust-std' |
37 | 2023-10-03T00:17:32.447Z | info: downloading component 'rustc' |
38 | 2023-10-03T00:17:35.672Z | info: downloading component 'rustfmt' |
39 | 2023-10-03T00:17:35.867Z | info: installing component 'cargo' |
40 | 2023-10-03T00:17:37.277Z | info: installing component 'clippy' |
41 | 2023-10-03T00:17:37.857Z | info: installing component 'rust-docs' |
42 | 2023-10-03T00:17:40.605Z | info: installing component 'rust-std' |
43 | 2023-10-03T00:17:44.227Z | info: installing component 'rustc' |
44 | 2023-10-03T00:17:53.078Z | info: installing component 'rustfmt' |
45 | 2023-10-03T00:17:53.538Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-03T00:17:53.547Z | |
47 | 2023-10-03T00:17:53.666Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-03T00:17:53.674Z | |
49 | 2023-10-03T00:17:53.680Z | |
50 | 2023-10-03T00:17:53.686Z | Rust is installed now. Great! |
51 | 2023-10-03T00:17:53.695Z | |
52 | 2023-10-03T00:17:53.709Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-03T00:17:53.726Z | environment variable. This has not been done automatically. |
54 | 2023-10-03T00:17:53.748Z | |
55 | 2023-10-03T00:17:53.761Z | To configure your current shell, run: |
56 | 2023-10-03T00:17:53.766Z | source "$HOME/.cargo/env" |
57 | 2023-10-03T00:17:53.774Z | + rustc --version |
58 | 2023-10-03T00:17:53.873Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-03T00:17:53.882Z | process exited: duration 25936 ms, exit code 0 |
|
60 | 2023-10-03T00:17:53.909Z | starting task 2: "authentication" |
61 | 2023-10-03T00:17:53.969Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-10-03T00:17:53.982Z | starting task 3: "clone repository" |
63 | 2023-10-03T00:17:53.996Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-03T00:17:54.009Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-03T00:17:54.130Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-03T00:17:59.635Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-03T00:18:00.529Z | + [[ -n dependabot/cargo/lalrpop-util-0.20.0 ]] |
68 | 2023-10-03T00:18:00.532Z | + git fetch origin dependabot/cargo/lalrpop-util-0.20.0 |
69 | 2023-10-03T00:18:00.539Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-03T00:18:00.546Z | * branch dependabot/cargo/lalrpop-util-0.20.0 -> FETCH_HEAD |
71 | 2023-10-03T00:18:00.549Z | + git checkout -B dependabot/cargo/lalrpop-util-0.20.0 remotes/origin/dependabot/cargo/lalrpop-util-0.20.0 |
72 | 2023-10-03T00:18:00.557Z | Switched to a new branch 'dependabot/cargo/lalrpop-util-0.20.0' |
73 | 2023-10-03T00:18:00.562Z | branch 'dependabot/cargo/lalrpop-util-0.20.0' set up to track 'origin/dependabot/cargo/lalrpop-util-0.20.0'. |
74 | 2023-10-03T00:18:00.568Z | + git reset --hard 7ac3fa912aafab75150b51a7a762d1261d53b583 |
75 | 2023-10-03T00:18:00.572Z | HEAD is now at 7ac3fa91 Bump lalrpop-util from 0.19.12 to 0.20.0 |
76 | 2023-10-03T00:18:00.578Z | process exited: duration 6227 ms, exit code 0 |
|
77 | 2023-10-03T00:18:00.596Z | starting task 4: "build" |
78 | 2023-10-03T00:18:00.615Z | + cargo --version |
79 | 2023-10-03T00:18:00.753Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-03T00:18:00.764Z | + rustc --version |
81 | 2023-10-03T00:18:00.815Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-03T00:18:00.820Z | ++ git rev-parse HEAD |
83 | 2023-10-03T00:18:00.825Z | + COMMIT=7ac3fa912aafab75150b51a7a762d1261d53b583 |
84 | 2023-10-03T00:18:00.857Z | + VERSION=1.0.2-0.ci+git7ac3fa912aa |
85 | 2023-10-03T00:18:00.862Z | + echo 1.0.2-0.ci+git7ac3fa912aa |
86 | 2023-10-03T00:18:00.868Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-03T00:18:09.925Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-03T00:18:10.559Z | Startup: Caching catalogs ... Done |
89 | 2023-10-03T00:18:13.224Z | Planning: Solver setup ... Done (2.462s) |
90 | 2023-10-03T00:18:13.299Z | Planning: Running solver ... Done (0.078s) |
91 | 2023-10-03T00:18:13.332Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-03T00:18:13.350Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-03T00:18:13.605Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-03T00:18:13.694Z | Planning: Package planning ... Done (0.085s) |
95 | 2023-10-03T00:18:13.777Z | Planning: Merging actions ... Done (0.084s) |
96 | 2023-10-03T00:18:14.482Z | Planning: Checking for conflicting actions ... Done (0.708s) |
97 | 2023-10-03T00:18:14.503Z | Planning: Consolidating action changes ... Done (0.018s) |
98 | 2023-10-03T00:18:18.446Z | Planning: Evaluating mediators ... Done (3.943s) |
99 | 2023-10-03T00:18:18.463Z | Planning: Planning completed in 7.86 seconds |
100 | 2023-10-03T00:18:18.487Z | Packages to install: 4 |
101 | 2023-10-03T00:18:18.492Z | Mediators to change: 2 |
102 | 2023-10-03T00:18:18.504Z | Services to change: 1 |
103 | 2023-10-03T00:18:18.509Z | Estimated space available: 149.39 GB |
104 | 2023-10-03T00:18:18.514Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-03T00:18:18.529Z | Create boot environment: No |
106 | 2023-10-03T00:18:18.534Z | Create backup boot environment: No |
107 | 2023-10-03T00:18:18.539Z | Rebuild boot archive: No |
108 | 2023-10-03T00:18:18.544Z | |
109 | 2023-10-03T00:18:18.550Z | Changed mediators: |
110 | 2023-10-03T00:18:18.554Z | mediator clang: |
111 | 2023-10-03T00:18:18.563Z | version: None -> 15 (system default) |
112 | 2023-10-03T00:18:18.573Z | |
113 | 2023-10-03T00:18:18.577Z | mediator llvm: |
114 | 2023-10-03T00:18:18.583Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-03T00:18:18.589Z | |
116 | 2023-10-03T00:18:19.014Z | Changed packages: |
117 | 2023-10-03T00:18:19.023Z | helios-dev |
118 | 2023-10-03T00:18:19.032Z | developer/build-essential |
119 | 2023-10-03T00:18:19.040Z | None -> 11-2.0 |
120 | 2023-10-03T00:18:19.048Z | library/libxmlsec1 |
121 | 2023-10-03T00:18:19.062Z | None -> 1.2.35-2.0 |
122 | 2023-10-03T00:18:19.086Z | ooce/developer/clang-15 |
123 | 2023-10-03T00:18:19.531Z | None -> 15.0.7-2.0 |
124 | 2023-10-03T00:18:19.575Z | ooce/developer/llvm-15 |
125 | 2023-10-03T00:18:19.587Z | None -> 15.0.7-2.0 |
126 | 2023-10-03T00:18:19.593Z | |
127 | 2023-10-03T00:18:19.602Z | Services: |
128 | 2023-10-03T00:18:19.612Z | restart_fmri: |
129 | 2023-10-03T00:18:19.622Z | svc:/system/update-man-index:default |
130 | 2023-10-03T00:18:19.636Z | |
131 | 2023-10-03T00:18:19.640Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-03T00:18:28.382Z | Download: 210/3290 items 1.3/212.6MB 0% complete (524k/s) |
133 | 2023-10-03T00:18:30.642Z | Download: 1116/3290 items 33.2/212.6MB 15% complete (3.1M/s) |
134 | 2023-10-03T00:18:35.510Z | Download: 1390/3290 items 117.0/212.6MB 55% complete (11.8M/s) |
135 | 2023-10-03T00:18:40.668Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
136 | 2023-10-03T00:18:45.686Z | Download: 3164/3290 items 146.6/212.6MB 68% complete (2.9M/s) |
137 | 2023-10-03T00:18:50.907Z | Download: 3284/3290 items 210.6/212.6MB 99% complete (9.4M/s) |
138 | 2023-10-03T00:18:51.508Z | Download: Completed 212.60 MB in 32.83 seconds (6.5M/s) |
139 | 2023-10-03T00:18:51.883Z | Actions: 1/3687 actions (Installing new actions) |
140 | 2023-10-03T00:18:58.478Z | Actions: 2097/3687 actions (Installing new actions) |
141 | 2023-10-03T00:19:00.370Z | Actions: Completed 3687 actions in 8.32 seconds. |
142 | 2023-10-03T00:19:00.480Z | Done (0.052s) |
143 | 2023-10-03T00:19:00.581Z | Done (0.000s) |
144 | 2023-10-03T00:19:00.748Z | Done (0.135s) |
145 | 2023-10-03T00:19:08.520Z | Done (7.680s) |
146 | 2023-10-03T00:19:08.533Z | Done (0.153s) |
147 | 2023-10-03T00:19:08.548Z | Done (0.000s) |
148 | 2023-10-03T00:19:08.605Z | Done (0.000s) |
149 | 2023-10-03T00:19:09.251Z | Planning: Evaluating mediator changes ... Done |
150 | 2023-10-03T00:19:09.545Z | Planning: Checking for conflicting actions ... Done |
151 | 2023-10-03T00:19:09.557Z | Planning: Consolidating action changes ... Done |
152 | 2023-10-03T00:19:09.989Z | Planning: Evaluating mediators ... Done |
153 | 2023-10-03T00:19:10.011Z | Planning: Planning completed in 0.73 seconds |
154 | 2023-10-03T00:19:10.034Z | Mediators to change: 2 |
155 | 2023-10-03T00:19:10.040Z | Create boot environment: No |
156 | 2023-10-03T00:19:10.044Z | Create backup boot environment: No |
157 | 2023-10-03T00:19:10.133Z | Done |
158 | 2023-10-03T00:19:10.138Z | Done |
159 | 2023-10-03T00:19:10.209Z | Done |
160 | 2023-10-03T00:19:16.278Z | Done |
161 | 2023-10-03T00:19:16.384Z | Done |
162 | 2023-10-03T00:19:16.390Z | Done |
163 | 2023-10-03T00:19:16.513Z | Done |
164 | 2023-10-03T00:19:17.536Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-03T00:19:17.553Z | Planning: Merging actions ... Done |
166 | 2023-10-03T00:19:17.857Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-03T00:19:17.874Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-03T00:19:18.329Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-03T00:19:18.401Z | Planning: Planning completed in 1.31 seconds |
170 | 2023-10-03T00:19:18.452Z | Packages to change: 1 |
171 | 2023-10-03T00:19:18.472Z | Mediators to change: 1 |
172 | 2023-10-03T00:19:18.482Z | Services to change: 1 |
173 | 2023-10-03T00:19:18.489Z | Create boot environment: No |
174 | 2023-10-03T00:19:18.967Z | Create backup boot environment: Yes |
175 | 2023-10-03T00:19:20.569Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2023-10-03T00:19:20.574Z | Actions: Completed 6 actions in 0.00 seconds. |
177 | 2023-10-03T00:19:20.579Z | Done |
178 | 2023-10-03T00:19:20.585Z | Done |
179 | 2023-10-03T00:19:20.605Z | Done |
180 | 2023-10-03T00:19:26.684Z | Done |
181 | 2023-10-03T00:19:26.863Z | Done |
182 | 2023-10-03T00:19:26.888Z | Done |
183 | 2023-10-03T00:19:26.933Z | Done |
184 | 2023-10-03T00:19:27.625Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2023-10-03T00:19:27.656Z | clang system 15 system |
186 | 2023-10-03T00:19:27.668Z | csh system system illumos |
187 | 2023-10-03T00:19:27.682Z | ctags system system illumos |
188 | 2023-10-03T00:19:28.098Z | gcc vendor 12 vendor |
189 | 2023-10-03T00:19:28.105Z | gcc system 10 system |
190 | 2023-10-03T00:19:28.114Z | gcc system 7 system |
191 | 2023-10-03T00:19:28.122Z | go system 1.20 system |
192 | 2023-10-03T00:19:28.147Z | go system 1.19 system |
193 | 2023-10-03T00:19:28.167Z | llvm system 15 system |
194 | 2023-10-03T00:19:28.177Z | llvm system 14 system |
195 | 2023-10-03T00:19:28.185Z | mariadb system 10.6 system |
196 | 2023-10-03T00:19:28.212Z | mta vendor vendor dma |
197 | 2023-10-03T00:19:28.254Z | openjdk system 17 system |
198 | 2023-10-03T00:19:28.276Z | openjdk system 11 system |
199 | 2023-10-03T00:19:28.294Z | openjdk system 1.8 system |
200 | 2023-10-03T00:19:28.325Z | openssl vendor 3 vendor |
201 | 2023-10-03T00:19:28.351Z | perl system 5.36 system |
202 | 2023-10-03T00:19:28.379Z | postgresql system 15 system |
203 | 2023-10-03T00:19:28.814Z | postgresql system 13 system |
204 | 2023-10-03T00:19:28.834Z | python vendor 3 vendor |
205 | 2023-10-03T00:19:28.848Z | python system 2 system |
206 | 2023-10-03T00:19:28.856Z | python3 system 3.11 system |
207 | 2023-10-03T00:19:28.863Z | ruby system 3.0 system |
208 | 2023-10-03T00:19:28.872Z | words vendor vendor american-english |
209 | 2023-10-03T00:19:28.880Z | words system system australian-english |
210 | 2023-10-03T00:19:28.891Z | words system system british-english |
211 | 2023-10-03T00:19:28.905Z | words system system canadian-english |
212 | 2023-10-03T00:19:29.316Z | words system system french |
213 | 2023-10-03T00:19:29.324Z | words system system italian |
214 | 2023-10-03T00:19:29.333Z | words system system ngerman |
215 | 2023-10-03T00:19:29.341Z | words system system ogerman |
216 | 2023-10-03T00:19:29.352Z | words system system spanish |
217 | 2023-10-03T00:19:29.362Z | FMRI IFO |
218 | 2023-10-03T00:19:29.374Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2023-10-03T00:19:29.387Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2023-10-03T00:19:29.400Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2023-10-03T00:19:29.409Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
222 | 2023-10-03T00:19:29.418Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
223 | 2023-10-03T00:19:29.426Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
224 | 2023-10-03T00:19:29.435Z | + set -o errexit |
225 | 2023-10-03T00:19:29.445Z | +++ dirname ./tools/ci_download_cockroachdb |
226 | 2023-10-03T00:19:29.452Z | ++ cd ./tools |
227 | 2023-10-03T00:19:29.461Z | ++ pwd |
228 | 2023-10-03T00:19:29.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
229 | 2023-10-03T00:19:29.888Z | ++ basename ./tools/ci_download_cockroachdb |
230 | 2023-10-03T00:19:29.898Z | + ARG0=ci_download_cockroachdb |
231 | 2023-10-03T00:19:29.906Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
232 | 2023-10-03T00:19:29.913Z | + CIDL_VERSION=v22.1.9 |
233 | 2023-10-03T00:19:29.921Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
234 | 2023-10-03T00:19:29.929Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
235 | 2023-10-03T00:19:29.937Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
236 | 2023-10-03T00:19:29.949Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
237 | 2023-10-03T00:19:29.957Z | + TARGET_DIR=out |
238 | 2023-10-03T00:19:29.968Z | + DOWNLOAD_DIR=out/downloads |
239 | 2023-10-03T00:19:30.105Z | + DEST_DIR=./out/cockroachdb |
240 | 2023-10-03T00:19:30.143Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
241 | 2023-10-03T00:19:30.159Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
242 | 2023-10-03T00:19:30.177Z | + main |
243 | 2023-10-03T00:19:30.595Z | + [[ 0 != 0 ]] |
244 | 2023-10-03T00:19:30.608Z | + CIDL_OS=solaris2.11 |
245 | 2023-10-03T00:19:30.642Z | + [[ 0 != 0 ]] |
246 | 2023-10-03T00:19:30.682Z | + configure_os solaris2.11 |
247 | 2023-10-03T00:19:31.193Z | + echo 'current directory: /work/oxidecomputer/omicron' |
248 | 2023-10-03T00:19:31.213Z | current directory: /work/oxidecomputer/omicron |
249 | 2023-10-03T00:19:31.636Z | + echo 'configuring based on OS: "solaris2.11"' |
250 | 2023-10-03T00:19:31.650Z | configuring based on OS: "solaris2.11" |
251 | 2023-10-03T00:19:31.662Z | + case "$1" in |
252 | 2023-10-03T00:19:31.674Z | + CIDL_BUILD=illumos |
253 | 2023-10-03T00:19:31.686Z | + CIDL_SUFFIX=tar.gz |
254 | 2023-10-03T00:19:31.697Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-10-03T00:19:31.710Z | + CIDL_MD5FUNC=do_md5sum |
256 | 2023-10-03T00:19:31.722Z | + CIDL_URL_BASE=https://illumos.org/downloads |
257 | 2023-10-03T00:19:31.737Z | + CIDL_ASSEMBLE=do_assemble_illumos |
258 | 2023-10-03T00:19:31.747Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
259 | 2023-10-03T00:19:31.757Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-03T00:19:31.764Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-03T00:19:31.770Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
262 | 2023-10-03T00:19:32.221Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-03T00:19:32.230Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-03T00:19:32.236Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-03T00:19:32.245Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-03T00:19:32.249Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
267 | 2023-10-03T00:19:32.253Z | Downloading... |
268 | 2023-10-03T00:19:32.256Z | + mkdir -p out/downloads |
269 | 2023-10-03T00:19:32.259Z | + mkdir -p ./out/cockroachdb |
270 | 2023-10-03T00:19:32.267Z | + local DO_DOWNLOAD=true |
271 | 2023-10-03T00:19:32.679Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
272 | 2023-10-03T00:19:32.688Z | + '[' true == true ']' |
273 | 2023-10-03T00:19:32.696Z | + echo Downloading... |
274 | 2023-10-03T00:19:32.704Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-03T00:19:32.717Z | + 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 |
276 | 2023-10-03T00:19:32.739Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-03T00:19:32.757Z | ++ md5sum |
278 | 2023-10-03T00:19:32.773Z | ++ awk '{print $1}' |
279 | 2023-10-03T00:19:32.796Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-10-03T00:19:32.809Z | + [[ 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 ]] |
281 | 2023-10-03T00:19:32.817Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-03T00:19:32.826Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
283 | 2023-10-03T00:19:34.847Z | + do_assemble_illumos |
284 | 2023-10-03T00:19:34.859Z | + rm -r ./out/cockroachdb |
285 | 2023-10-03T00:19:34.870Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
286 | 2023-10-03T00:19:35.925Z | + ./out/cockroachdb/bin/cockroach version |
287 | 2023-10-03T00:19:35.939Z | Build Tag: v22.1.9-dirty |
288 | 2023-10-03T00:19:35.955Z | Build Time: 2022/10/26 21:17:46 |
289 | 2023-10-03T00:19:35.982Z | Distribution: OSS |
290 | 2023-10-03T00:19:36.417Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
291 | 2023-10-03T00:19:36.427Z | Go Version: go1.17.13 |
292 | 2023-10-03T00:19:36.440Z | C Compiler: gcc 10.3.0 |
293 | 2023-10-03T00:19:36.458Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
294 | 2023-10-03T00:19:36.538Z | Build Type: release |
295 | 2023-10-03T00:19:36.542Z | + set -o errexit |
296 | 2023-10-03T00:19:36.551Z | +++ dirname ./tools/ci_download_clickhouse |
297 | 2023-10-03T00:19:36.554Z | ++ cd ./tools |
298 | 2023-10-03T00:19:36.557Z | ++ pwd |
299 | 2023-10-03T00:19:36.563Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
300 | 2023-10-03T00:19:36.568Z | ++ basename ./tools/ci_download_clickhouse |
301 | 2023-10-03T00:19:36.582Z | + ARG0=ci_download_clickhouse |
302 | 2023-10-03T00:19:36.592Z | + TARGET_DIR=out |
303 | 2023-10-03T00:19:36.604Z | + DOWNLOAD_DIR=out/downloads |
304 | 2023-10-03T00:19:36.608Z | + DEST_DIR=./out/clickhouse |
305 | 2023-10-03T00:19:36.617Z | + CIDL_VERSION=v22.8.9.24 |
306 | 2023-10-03T00:19:36.635Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
307 | 2023-10-03T00:19:36.645Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
308 | 2023-10-03T00:19:36.651Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
309 | 2023-10-03T00:19:36.660Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
310 | 2023-10-03T00:19:37.087Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
311 | 2023-10-03T00:19:37.112Z | + main |
312 | 2023-10-03T00:19:37.578Z | + [[ 0 != 0 ]] |
313 | 2023-10-03T00:19:37.585Z | + CIDL_OS=solaris2.11 |
314 | 2023-10-03T00:19:37.591Z | + [[ 0 != 0 ]] |
315 | 2023-10-03T00:19:37.601Z | + configure_os solaris2.11 |
316 | 2023-10-03T00:19:37.607Z | + echo 'current directory: /work/oxidecomputer/omicron' |
317 | 2023-10-03T00:19:37.615Z | current directory: /work/oxidecomputer/omicron |
318 | 2023-10-03T00:19:37.625Z | + echo 'configuring based on OS: "solaris2.11"' |
319 | 2023-10-03T00:19:37.640Z | configuring based on OS: "solaris2.11" |
320 | 2023-10-03T00:19:37.656Z | + CIDL_DASHREV= |
321 | 2023-10-03T00:19:37.666Z | + case "$1" in |
322 | 2023-10-03T00:19:37.671Z | + CIDL_PLATFORM=illumos |
323 | 2023-10-03T00:19:37.678Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-10-03T00:19:37.697Z | + CIDL_MD5FUNC=do_md5sum |
325 | 2023-10-03T00:19:37.709Z | + CIDL_DASHREV=-1 |
326 | 2023-10-03T00:19:37.726Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
327 | 2023-10-03T00:19:37.736Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-03T00:19:37.743Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-03T00:19:37.750Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-03T00:19:37.763Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-03T00:19:37.778Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-03T00:19:38.199Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
333 | 2023-10-03T00:19:38.209Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-03T00:19:38.219Z | + mkdir -p out/downloads |
335 | 2023-10-03T00:19:38.229Z | + mkdir -p ./out/clickhouse |
336 | 2023-10-03T00:19:38.245Z | + local DO_DOWNLOAD=true |
337 | 2023-10-03T00:19:38.260Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
338 | 2023-10-03T00:19:38.282Z | + '[' true == true ']' |
339 | 2023-10-03T00:19:38.300Z | + echo Downloading... |
340 | 2023-10-03T00:19:38.315Z | Downloading... |
341 | 2023-10-03T00:19:38.739Z | + 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 |
342 | 2023-10-03T00:19:38.764Z | + 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 |
343 | 2023-10-03T00:19:38.814Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-03T00:19:38.835Z | ++ md5sum |
345 | 2023-10-03T00:19:39.261Z | ++ awk '{print $1}' |
346 | 2023-10-03T00:19:39.287Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-10-03T00:19:39.301Z | + [[ 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 ]] |
348 | 2023-10-03T00:19:39.313Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
349 | 2023-10-03T00:19:39.329Z | + mkdir -p ./out/clickhouse |
350 | 2023-10-03T00:19:39.342Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
351 | 2023-10-03T00:19:42.350Z | + ./out/clickhouse/clickhouse server --version |
352 | 2023-10-03T00:19:42.411Z | ClickHouse server version 22.8.9.1. |
353 | 2023-10-03T00:19:42.425Z | + set -o errexit |
354 | 2023-10-03T00:19:42.432Z | +++ dirname ./tools/ci_download_console |
355 | 2023-10-03T00:19:42.439Z | ++ cd ./tools |
356 | 2023-10-03T00:19:42.446Z | ++ pwd |
357 | 2023-10-03T00:19:42.460Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
358 | 2023-10-03T00:19:42.472Z | ++ basename ./tools/ci_download_console |
359 | 2023-10-03T00:19:42.492Z | + ARG0=ci_download_console |
360 | 2023-10-03T00:19:42.499Z | + TARGET_DIR=out |
361 | 2023-10-03T00:19:42.507Z | + DOWNLOAD_DIR=out/downloads |
362 | 2023-10-03T00:19:42.519Z | + DEST_DIR=./out/console-assets |
363 | 2023-10-03T00:19:42.529Z | + source /work/oxidecomputer/omicron/tools/console_version |
364 | 2023-10-03T00:19:42.543Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
365 | 2023-10-03T00:19:42.554Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
366 | 2023-10-03T00:19:42.562Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
367 | 2023-10-03T00:19:42.574Z | + TARBALL_FILE=out/downloads/console.tar.gz |
368 | 2023-10-03T00:19:42.581Z | + main |
369 | 2023-10-03T00:19:42.590Z | + [[ 0 != 0 ]] |
370 | 2023-10-03T00:19:42.598Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
371 | 2023-10-03T00:19:42.610Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
372 | 2023-10-03T00:19:42.625Z | + echo 'Local file: out/downloads/console.tar.gz' |
373 | 2023-10-03T00:19:42.648Z | Local file: out/downloads/console.tar.gz |
374 | 2023-10-03T00:19:42.663Z | + local DO_DOWNLOAD=true |
375 | 2023-10-03T00:19:42.679Z | + [[ -f out/downloads/console.tar.gz ]] |
376 | 2023-10-03T00:19:42.690Z | + mkdir -p out/downloads |
377 | 2023-10-03T00:19:42.698Z | + '[' true == true ']' |
378 | 2023-10-03T00:19:42.711Z | + echo Downloading... |
379 | 2023-10-03T00:19:42.723Z | Downloading... |
380 | 2023-10-03T00:19:42.734Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
381 | 2023-10-03T00:19:43.176Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
382 | 2023-10-03T00:19:43.202Z | ++ do_sha256sum out/downloads/console.tar.gz |
383 | 2023-10-03T00:19:43.237Z | ++ case "$OSTYPE" in |
384 | 2023-10-03T00:19:43.257Z | ++ SHA=sha256sum |
385 | 2023-10-03T00:19:43.276Z | ++ sha256sum |
386 | 2023-10-03T00:19:43.292Z | ++ awk '{print $1}' |
387 | 2023-10-03T00:19:43.311Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
388 | 2023-10-03T00:19:43.330Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
389 | 2023-10-03T00:19:43.349Z | + rm -rf ./out/console-assets |
390 | 2023-10-03T00:19:43.371Z | + mkdir -p ./out/console-assets |
391 | 2023-10-03T00:19:43.400Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
392 | 2023-10-03T00:19:43.416Z | + mkdir -p ./out/console-assets |
393 | 2023-10-03T00:19:43.438Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
394 | 2023-10-03T00:19:43.460Z | + set -o errexit |
395 | 2023-10-03T00:19:43.470Z | +++ dirname ./tools/ci_download_maghemite_openapi |
396 | 2023-10-03T00:19:43.482Z | ++ cd ./tools |
397 | 2023-10-03T00:19:43.496Z | ++ pwd |
398 | 2023-10-03T00:19:43.512Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2023-10-03T00:19:43.935Z | ++ basename ./tools/ci_download_maghemite_openapi |
400 | 2023-10-03T00:19:44.047Z | + ARG0=ci_download_maghemite_openapi |
401 | 2023-10-03T00:19:44.091Z | + TARGET_DIR=out |
402 | 2023-10-03T00:19:44.100Z | + DOWNLOAD_DIR=out/downloads |
403 | 2023-10-03T00:19:44.116Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
404 | 2023-10-03T00:19:44.164Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
405 | 2023-10-03T00:19:44.209Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
406 | 2023-10-03T00:19:44.630Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
407 | 2023-10-03T00:19:44.644Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
408 | 2023-10-03T00:19:44.652Z | + main |
409 | 2023-10-03T00:19:44.664Z | + [[ 0 != 0 ]] |
410 | 2023-10-03T00:19:44.685Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
411 | 2023-10-03T00:19:44.695Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
412 | 2023-10-03T00:19:44.717Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
413 | 2023-10-03T00:19:44.724Z | + local DO_DOWNLOAD=true |
414 | 2023-10-03T00:19:44.733Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
415 | 2023-10-03T00:19:44.752Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
416 | 2023-10-03T00:19:44.762Z | + mkdir -p out/downloads |
417 | 2023-10-03T00:19:44.774Z | + '[' true == true ']' |
418 | 2023-10-03T00:19:44.782Z | + echo Downloading... |
419 | 2023-10-03T00:19:45.209Z | Downloading... |
420 | 2023-10-03T00:19:45.220Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-03T00:19:45.651Z | + 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 |
422 | 2023-10-03T00:19:45.666Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-03T00:19:45.677Z | ++ case "$OSTYPE" in |
424 | 2023-10-03T00:19:45.691Z | ++ SHA=sha256sum |
425 | 2023-10-03T00:19:45.707Z | ++ sha256sum |
426 | 2023-10-03T00:19:45.726Z | ++ awk '{print $1}' |
427 | 2023-10-03T00:19:45.743Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
428 | 2023-10-03T00:19:45.756Z | + [[ 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 ]] |
429 | 2023-10-03T00:19:45.763Z | + set -o errexit |
430 | 2023-10-03T00:19:45.774Z | +++ dirname ./tools/ci_download_dendrite_openapi |
431 | 2023-10-03T00:19:45.804Z | ++ cd ./tools |
432 | 2023-10-03T00:19:45.811Z | ++ pwd |
433 | 2023-10-03T00:19:45.819Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2023-10-03T00:19:45.840Z | ++ basename ./tools/ci_download_dendrite_openapi |
435 | 2023-10-03T00:19:45.854Z | + ARG0=ci_download_dendrite_openapi |
436 | 2023-10-03T00:19:45.871Z | + TARGET_DIR=out |
437 | 2023-10-03T00:19:45.883Z | + DOWNLOAD_DIR=out/downloads |
438 | 2023-10-03T00:19:45.908Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
439 | 2023-10-03T00:19:45.929Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
440 | 2023-10-03T00:19:45.945Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
441 | 2023-10-03T00:19:45.961Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
442 | 2023-10-03T00:19:45.975Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
443 | 2023-10-03T00:19:45.983Z | + main |
444 | 2023-10-03T00:19:45.991Z | + [[ 0 != 0 ]] |
445 | 2023-10-03T00:19:45.999Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
446 | 2023-10-03T00:19:46.013Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
447 | 2023-10-03T00:19:46.024Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
448 | 2023-10-03T00:19:46.038Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
449 | 2023-10-03T00:19:46.046Z | + local DO_DOWNLOAD=true |
450 | 2023-10-03T00:19:46.057Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
451 | 2023-10-03T00:19:46.069Z | + mkdir -p out/downloads |
452 | 2023-10-03T00:19:46.089Z | + '[' true == true ']' |
453 | 2023-10-03T00:19:46.102Z | + echo Downloading... |
454 | 2023-10-03T00:19:46.109Z | Downloading... |
455 | 2023-10-03T00:19:46.196Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
456 | 2023-10-03T00:19:46.218Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
457 | 2023-10-03T00:19:46.232Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
458 | 2023-10-03T00:19:46.238Z | ++ case "$OSTYPE" in |
459 | 2023-10-03T00:19:46.242Z | ++ SHA=sha256sum |
460 | 2023-10-03T00:19:46.247Z | ++ sha256sum |
461 | 2023-10-03T00:19:46.252Z | ++ awk '{print $1}' |
462 | 2023-10-03T00:19:46.258Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
463 | 2023-10-03T00:19:46.273Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
464 | 2023-10-03T00:19:46.704Z | + set -o errexit |
465 | 2023-10-03T00:19:47.540Z | +++ dirname ./tools/ci_download_dendrite_stub |
466 | 2023-10-03T00:19:47.625Z | ++ cd ./tools |
467 | 2023-10-03T00:19:47.647Z | ++ pwd |
468 | 2023-10-03T00:19:47.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2023-10-03T00:19:47.689Z | ++ basename ./tools/ci_download_dendrite_stub |
470 | 2023-10-03T00:19:48.129Z | + ARG0=ci_download_dendrite_stub |
471 | 2023-10-03T00:19:48.138Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
472 | 2023-10-03T00:19:48.165Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
473 | 2023-10-03T00:19:48.191Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
474 | 2023-10-03T00:19:48.223Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
475 | 2023-10-03T00:19:48.246Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-10-03T00:19:48.265Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
477 | 2023-10-03T00:19:48.275Z | current directory: /work/oxidecomputer/omicron |
478 | 2023-10-03T00:19:48.291Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
479 | 2023-10-03T00:19:48.301Z | configuring based on OS: "solaris2.11" |
480 | 2023-10-03T00:19:48.348Z | + TARGET_DIR=out |
481 | 2023-10-03T00:19:48.399Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
482 | 2023-10-03T00:19:48.410Z | + DOWNLOAD_DIR=out/downloads |
483 | 2023-10-03T00:19:48.433Z | Local file: out/downloads/dendrite-stub.tar.gz |
484 | 2023-10-03T00:19:48.444Z | + DEST_DIR=./out/dendrite-stub |
485 | 2023-10-03T00:19:48.460Z | Downloading... |
486 | 2023-10-03T00:19:48.465Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
487 | 2023-10-03T00:19:48.472Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
488 | 2023-10-03T00:19:48.476Z | + REPO=oxidecomputer/dendrite |
489 | 2023-10-03T00:19:48.483Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
490 | 2023-10-03T00:19:48.488Z | + main |
491 | 2023-10-03T00:19:48.532Z | + [[ 0 != 0 ]] |
492 | 2023-10-03T00:19:48.540Z | + CIDL_OS=solaris2.11 |
493 | 2023-10-03T00:19:48.549Z | + [[ 0 != 0 ]] |
494 | 2023-10-03T00:19:48.558Z | + configure_os solaris2.11 |
495 | 2023-10-03T00:19:48.568Z | + echo 'current directory: /work/oxidecomputer/omicron' |
496 | 2023-10-03T00:19:48.578Z | + echo 'configuring based on OS: "solaris2.11"' |
497 | 2023-10-03T00:19:48.593Z | + case "$1" in |
498 | 2023-10-03T00:19:49.032Z | + SET_BINARIES= |
499 | 2023-10-03T00:19:49.043Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
500 | 2023-10-03T00:19:49.054Z | + CIDL_SHA256FUNC=do_sha256sum |
501 | 2023-10-03T00:19:49.083Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
502 | 2023-10-03T00:19:49.099Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
503 | 2023-10-03T00:19:49.114Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
504 | 2023-10-03T00:19:49.127Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
505 | 2023-10-03T00:19:49.141Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
506 | 2023-10-03T00:19:49.161Z | + mkdir -p out/downloads |
507 | 2023-10-03T00:19:49.176Z | + mkdir -p ./out/dendrite-stub |
508 | 2023-10-03T00:19:49.599Z | + fetch_and_verify |
509 | 2023-10-03T00:19:49.626Z | + local DO_DOWNLOAD=true |
510 | 2023-10-03T00:19:49.638Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
511 | 2023-10-03T00:19:49.681Z | + '[' true == true ']' |
512 | 2023-10-03T00:19:49.774Z | + echo Downloading... |
513 | 2023-10-03T00:19:49.798Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-03T00:19:49.845Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
515 | 2023-10-03T00:20:24.858Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-03T00:20:24.871Z | ++ sha256sum |
517 | 2023-10-03T00:20:24.882Z | ++ awk '{print $1}' |
518 | 2023-10-03T00:20:25.290Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
519 | 2023-10-03T00:20:25.294Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
520 | 2023-10-03T00:20:25.303Z | + do_untar out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-03T00:20:25.309Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
522 | 2023-10-03T00:20:25.930Z | + do_assemble |
523 | 2023-10-03T00:20:25.937Z | + rm -r ./out/dendrite-stub |
524 | 2023-10-03T00:20:25.946Z | + mkdir ./out/dendrite-stub |
525 | 2023-10-03T00:20:25.959Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
526 | 2023-10-03T00:20:26.108Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
527 | 2023-10-03T00:20:26.184Z | + set -o errexit |
528 | 2023-10-03T00:20:26.228Z | +++ dirname ./tools/ci_download_transceiver_control |
529 | 2023-10-03T00:20:26.236Z | ++ cd ./tools |
530 | 2023-10-03T00:20:26.248Z | ++ pwd |
531 | 2023-10-03T00:20:26.257Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2023-10-03T00:20:26.281Z | ++ basename ./tools/ci_download_transceiver_control |
533 | 2023-10-03T00:20:26.295Z | + ARG0=ci_download_transceiver_control |
534 | 2023-10-03T00:20:26.308Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
535 | 2023-10-03T00:20:26.326Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
536 | 2023-10-03T00:20:26.410Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
537 | 2023-10-03T00:20:26.468Z | + TARGET_DIR=out |
538 | 2023-10-03T00:20:26.519Z | + DOWNLOAD_DIR=out/downloads |
539 | 2023-10-03T00:20:26.537Z | + DEST_DIR=./out/transceiver-control |
540 | 2023-10-03T00:20:26.572Z | + BIN_DIR=/opt/oxide/bin |
541 | 2023-10-03T00:20:26.599Z | + BINARY=xcvradm |
542 | 2023-10-03T00:20:26.639Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2023-10-03T00:20:27.315Z | + REPO=oxidecomputer/transceiver-control |
544 | 2023-10-03T00:20:27.542Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
545 | 2023-10-03T00:20:27.596Z | + main |
546 | 2023-10-03T00:20:27.641Z | + [[ 0 != 0 ]] |
547 | 2023-10-03T00:20:27.711Z | + CIDL_OS=solaris2.11 |
548 | 2023-10-03T00:20:27.740Z | + [[ 0 != 0 ]] |
549 | 2023-10-03T00:20:27.767Z | + configure_os solaris2.11 |
550 | 2023-10-03T00:20:27.839Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2023-10-03T00:20:27.870Z | current directory: /work/oxidecomputer/omicron |
552 | 2023-10-03T00:20:27.890Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2023-10-03T00:20:27.901Z | configuring based on OS: "solaris2.11" |
554 | 2023-10-03T00:20:27.910Z | + case "$1" in |
555 | 2023-10-03T00:20:27.922Z | + SET_BINARIES= |
556 | 2023-10-03T00:20:27.933Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
557 | 2023-10-03T00:20:27.946Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-10-03T00:20:27.956Z | + ARCHIVE_FILENAME=xcvradm.gz |
559 | 2023-10-03T00:20:27.967Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
560 | 2023-10-03T00:20:27.977Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
561 | 2023-10-03T00:20:27.993Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
562 | 2023-10-03T00:20:28.009Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-10-03T00:20:28.023Z | + echo 'Local file: out/downloads/xcvradm.gz' |
564 | 2023-10-03T00:20:28.040Z | Local file: out/downloads/xcvradm.gz |
565 | 2023-10-03T00:20:28.049Z | + mkdir -p out/downloads |
566 | 2023-10-03T00:20:28.060Z | + mkdir -p ./out/transceiver-control |
567 | 2023-10-03T00:20:28.483Z | + fetch_and_verify |
568 | 2023-10-03T00:20:28.497Z | + local DO_DOWNLOAD=true |
569 | 2023-10-03T00:20:28.504Z | + [[ -f out/downloads/xcvradm.gz ]] |
570 | 2023-10-03T00:20:28.509Z | + '[' true == true ']' |
571 | 2023-10-03T00:20:28.514Z | + echo Downloading... |
572 | 2023-10-03T00:20:28.518Z | Downloading... |
573 | 2023-10-03T00:20:28.523Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
574 | 2023-10-03T00:20:28.528Z | + 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 |
575 | 2023-10-03T00:20:29.506Z | ++ do_sha256sum out/downloads/xcvradm.gz |
576 | 2023-10-03T00:20:29.515Z | ++ sha256sum |
577 | 2023-10-03T00:20:29.524Z | ++ awk '{print $1}' |
578 | 2023-10-03T00:20:29.537Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
579 | 2023-10-03T00:20:29.550Z | + [[ 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 ]] |
580 | 2023-10-03T00:20:29.562Z | + do_unpack out/downloads/xcvradm.gz |
581 | 2023-10-03T00:20:29.977Z | + mkdir -p out/downloads/root//opt/oxide/bin |
582 | 2023-10-03T00:20:29.983Z | + gzip -dc out/downloads/xcvradm.gz |
583 | 2023-10-03T00:20:29.987Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
584 | 2023-10-03T00:20:29.992Z | + do_assemble |
585 | 2023-10-03T00:20:30.009Z | + rm -r ./out/transceiver-control |
586 | 2023-10-03T00:20:30.024Z | + mkdir ./out/transceiver-control |
587 | 2023-10-03T00:20:30.444Z | + cp -r out/downloads/root ./out/transceiver-control/root |
588 | 2023-10-03T00:20:30.454Z | All prerequisites installed successfully |
589 | 2023-10-03T00:20:30.462Z | |
590 | 2023-10-03T00:20:30.470Z | real 2:29.021165715 |
591 | 2023-10-03T00:20:30.477Z | user 49.156051647 |
592 | 2023-10-03T00:20:30.484Z | sys 9.454505702 |
593 | 2023-10-03T00:20:30.492Z | trap 0.026545295 |
594 | 2023-10-03T00:20:30.503Z | tflt 0.149342589 |
595 | 2023-10-03T00:20:30.987Z | dflt 0.764290700 |
596 | 2023-10-03T00:20:31.000Z | kflt 0.192875870 |
597 | 2023-10-03T00:20:31.021Z | lock 2.012897400 |
598 | 2023-10-03T00:20:31.028Z | slp 5:08.433512737 |
599 | 2023-10-03T00:20:31.039Z | lat 3.372150026 |
600 | 2023-10-03T00:20:31.050Z | stop 0.071596153 |
601 | 2023-10-03T00:20:31.072Z | + ptime -m ./tools/ci_download_softnpu_machinery |
602 | 2023-10-03T00:20:31.543Z | fetching npuzone |
603 | 2023-10-03T00:20:31.551Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
604 | 2023-10-03T00:20:31.564Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
605 | 2023-10-03T00:20:31.573Z | Getting hash for npuzone |
606 | 2023-10-03T00:20:31.996Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
607 | 2023-10-03T00:20:55.486Z | npuzone downloaded successfully |
608 | 2023-10-03T00:20:55.930Z | |
609 | 2023-10-03T00:20:55.977Z | real 24.739285416 |
610 | 2023-10-03T00:20:56.042Z | user 0.568324044 |
611 | 2023-10-03T00:20:56.049Z | sys 0.159221658 |
612 | 2023-10-03T00:20:56.057Z | trap 0.000049773 |
613 | 2023-10-03T00:20:56.067Z | tflt 0.000000000 |
614 | 2023-10-03T00:20:56.081Z | dflt 0.000000000 |
615 | 2023-10-03T00:20:56.093Z | kflt 0.000000000 |
616 | 2023-10-03T00:20:56.106Z | lock 0.000000000 |
617 | 2023-10-03T00:20:56.121Z | slp 1:13.298928694 |
618 | 2023-10-03T00:20:56.135Z | lat 0.153922115 |
619 | 2023-10-03T00:20:56.147Z | stop 0.000261893 |
620 | 2023-10-03T00:20:56.153Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu |
621 | 2023-10-03T00:20:56.159Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
622 | 2023-10-03T00:20:56.168Z | Updating crates.io index |
623 | 2023-10-03T00:20:56.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
624 | 2023-10-03T00:20:56.186Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
625 | 2023-10-03T00:20:56.751Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
626 | 2023-10-03T00:20:58.601Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
627 | 2023-10-03T00:21:00.262Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
628 | 2023-10-03T00:21:00.579Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
629 | 2023-10-03T00:21:01.327Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
630 | 2023-10-03T00:21:01.346Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
631 | 2023-10-03T00:21:02.162Z | Updating git repository `https://github.com/oxidecomputer/opte` |
632 | 2023-10-03T00:21:03.196Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
633 | 2023-10-03T00:21:03.529Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
634 | 2023-10-03T00:21:03.882Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
635 | 2023-10-03T00:21:04.295Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
636 | 2023-10-03T00:21:04.635Z | Updating git repository `https://github.com/njaremko/samael` |
637 | 2023-10-03T00:21:05.020Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
638 | 2023-10-03T00:21:07.376Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
639 | 2023-10-03T00:21:07.618Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
640 | 2023-10-03T00:21:07.786Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
641 | 2023-10-03T00:21:08.179Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
642 | 2023-10-03T00:21:08.535Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
643 | 2023-10-03T00:21:17.247Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
644 | 2023-10-03T00:21:17.631Z | Updating git repository `https://github.com/jgallagher/nix` |
645 | 2023-10-03T00:21:21.127Z | Updating git repository `https://github.com/cbiffle/hubpack` |
646 | 2023-10-03T00:21:21.218Z | Updating git repository `https://github.com/oxidecomputer/typify` |
647 | 2023-10-03T00:21:21.288Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
648 | 2023-10-03T00:21:21.690Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
649 | 2023-10-03T00:21:21.958Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
650 | 2023-10-03T00:21:24.747Z | Downloading crates ... |
651 | 2023-10-03T00:21:25.728Z | Downloaded ahash v0.8.3 |
652 | 2023-10-03T00:21:25.955Z | Downloaded http-range v0.1.5 |
653 | 2023-10-03T00:21:26.051Z | Downloaded md-5 v0.10.5 |
654 | 2023-10-03T00:21:26.823Z | Downloaded nibble_vec v0.1.0 |
655 | 2023-10-03T00:21:27.010Z | Downloaded ciborium-io v0.2.1 |
656 | 2023-10-03T00:21:27.068Z | Downloaded num-derive v0.4.0 |
657 | 2023-10-03T00:21:27.098Z | Downloaded serde_urlencoded v0.7.1 |
658 | 2023-10-03T00:21:27.200Z | Downloaded rustc_version v0.4.0 |
659 | 2023-10-03T00:21:27.651Z | Downloaded semver v0.1.20 |
660 | 2023-10-03T00:21:27.695Z | Downloaded serde_tokenstream v0.2.0 |
661 | 2023-10-03T00:21:27.727Z | Downloaded sha1 v0.10.5 |
662 | 2023-10-03T00:21:27.735Z | Downloaded num-bigint v0.4.4 |
663 | 2023-10-03T00:21:27.744Z | Downloaded new_debug_unreachable v1.0.4 |
664 | 2023-10-03T00:21:27.759Z | Downloaded is-terminal v0.4.9 |
665 | 2023-10-03T00:21:27.770Z | Downloaded humantime v2.1.0 |
666 | 2023-10-03T00:21:27.786Z | Downloaded cpufeatures v0.2.9 |
667 | 2023-10-03T00:21:27.801Z | Downloaded bitstruct v0.1.1 |
668 | 2023-10-03T00:21:27.819Z | Downloaded bytecount v0.6.3 |
669 | 2023-10-03T00:21:27.836Z | Downloaded autocfg v1.1.0 |
670 | 2023-10-03T00:21:27.855Z | Downloaded lalrpop-util v0.20.0 |
671 | 2023-10-03T00:21:27.869Z | Downloaded num-iter v0.1.43 |
672 | 2023-10-03T00:21:28.297Z | Downloaded lru-cache v0.1.2 |
673 | 2023-10-03T00:21:28.323Z | Downloaded backoff v0.4.0 |
674 | 2023-10-03T00:21:28.365Z | Downloaded num v0.4.1 |
675 | 2023-10-03T00:21:28.372Z | Downloaded normalize-line-endings v0.3.0 |
676 | 2023-10-03T00:21:28.387Z | Downloaded camino-tempfile v1.0.2 |
677 | 2023-10-03T00:21:28.392Z | Downloaded bitflags v1.3.2 |
678 | 2023-10-03T00:21:28.408Z | Downloaded libefi-sys v0.1.0 |
679 | 2023-10-03T00:21:28.421Z | Downloaded crc v3.0.1 |
680 | 2023-10-03T00:21:28.432Z | Downloaded chacha20 v0.9.1 |
681 | 2023-10-03T00:21:28.439Z | Downloaded httparse v1.8.0 |
682 | 2023-10-03T00:21:28.448Z | Downloaded want v0.3.1 |
683 | 2023-10-03T00:21:28.454Z | Downloaded funty v2.0.0 |
684 | 2023-10-03T00:21:28.461Z | Downloaded crossbeam v0.8.2 |
685 | 2023-10-03T00:21:28.467Z | Downloaded nu-ansi-term v0.49.0 |
686 | 2023-10-03T00:21:28.478Z | Downloaded ipnetwork v0.20.0 |
687 | 2023-10-03T00:21:28.487Z | Downloaded lalrpop-util v0.19.12 |
688 | 2023-10-03T00:21:28.493Z | Downloaded pretty-hex v0.3.0 |
689 | 2023-10-03T00:21:28.497Z | Downloaded log v0.4.20 |
690 | 2023-10-03T00:21:28.504Z | Downloaded futures-task v0.3.28 |
691 | 2023-10-03T00:21:28.510Z | Downloaded vte_generate_state_changes v0.1.1 |
692 | 2023-10-03T00:21:28.522Z | Downloaded termios v0.3.3 |
693 | 2023-10-03T00:21:28.528Z | Downloaded wait-timeout v0.2.0 |
694 | 2023-10-03T00:21:28.534Z | Downloaded erased-serde v0.3.30 |
695 | 2023-10-03T00:21:28.551Z | Downloaded sha-1 v0.10.1 |
696 | 2023-10-03T00:21:28.559Z | Downloaded blake2 v0.10.6 |
697 | 2023-10-03T00:21:28.568Z | Downloaded proc-macro-crate v1.3.1 |
698 | 2023-10-03T00:21:28.575Z | Downloaded serde-big-array v0.5.1 |
699 | 2023-10-03T00:21:28.582Z | Downloaded cookie v0.16.2 |
700 | 2023-10-03T00:21:28.591Z | Downloaded fixedbitset v0.4.2 |
701 | 2023-10-03T00:21:28.598Z | Downloaded hex v0.4.3 |
702 | 2023-10-03T00:21:28.601Z | Downloaded sha2 v0.10.7 |
703 | 2023-10-03T00:21:28.605Z | Downloaded tempfile v3.8.0 |
704 | 2023-10-03T00:21:28.610Z | Downloaded diesel_table_macro_syntax v0.1.0 |
705 | 2023-10-03T00:21:28.620Z | Downloaded hash32 v0.2.1 |
706 | 2023-10-03T00:21:28.637Z | Downloaded addr2line v0.21.0 |
707 | 2023-10-03T00:21:28.650Z | Downloaded derive-where v1.2.5 |
708 | 2023-10-03T00:21:28.683Z | Downloaded number_prefix v0.4.0 |
709 | 2023-10-03T00:21:28.700Z | Downloaded resolv-conf v0.7.0 |
710 | 2023-10-03T00:21:29.135Z | Downloaded unicode-bidi v0.3.13 |
711 | 2023-10-03T00:21:29.144Z | Downloaded elliptic-curve v0.13.5 |
712 | 2023-10-03T00:21:29.154Z | Downloaded predicates v3.0.3 |
713 | 2023-10-03T00:21:29.224Z | Downloaded predicates-tree v1.0.9 |
714 | 2023-10-03T00:21:29.253Z | Downloaded predicates v2.1.5 |
715 | 2023-10-03T00:21:29.676Z | Downloaded strum v0.25.0 |
716 | 2023-10-03T00:21:29.690Z | Downloaded difflib v0.4.0 |
717 | 2023-10-03T00:21:30.151Z | Downloaded cc v1.0.83 |
718 | 2023-10-03T00:21:30.169Z | Downloaded zone v0.2.0 |
719 | 2023-10-03T00:21:30.184Z | Downloaded quote v1.0.33 |
720 | 2023-10-03T00:21:30.221Z | Downloaded password-hash v0.5.0 |
721 | 2023-10-03T00:21:30.230Z | Downloaded foreign-types-macros v0.2.3 |
722 | 2023-10-03T00:21:30.245Z | Downloaded miniz_oxide v0.7.1 |
723 | 2023-10-03T00:21:30.303Z | Downloaded num-traits v0.2.16 |
724 | 2023-10-03T00:21:30.718Z | Downloaded stable_deref_trait v1.2.0 |
725 | 2023-10-03T00:21:30.728Z | Downloaded rpassword v7.2.0 |
726 | 2023-10-03T00:21:30.735Z | Downloaded enum-iterator-derive v1.2.1 |
727 | 2023-10-03T00:21:30.742Z | Downloaded path-absolutize v3.1.0 |
728 | 2023-10-03T00:21:30.755Z | Downloaded dtrace-parser v0.1.14 |
729 | 2023-10-03T00:21:30.766Z | Downloaded const_format v0.2.31 |
730 | 2023-10-03T00:21:30.774Z | Downloaded tinyvec v1.6.0 |
731 | 2023-10-03T00:21:30.781Z | Downloaded packed_struct_codegen v0.10.1 |
732 | 2023-10-03T00:21:30.787Z | Downloaded precomputed-hash v0.1.1 |
733 | 2023-10-03T00:21:30.794Z | Downloaded utf-8 v0.7.6 |
734 | 2023-10-03T00:21:30.798Z | Downloaded pest_generator v2.7.2 |
735 | 2023-10-03T00:21:30.804Z | Downloaded fs-err v2.9.0 |
736 | 2023-10-03T00:21:30.817Z | Downloaded slog-async v2.8.0 |
737 | 2023-10-03T00:21:30.824Z | Downloaded poly1305 v0.8.0 |
738 | 2023-10-03T00:21:30.833Z | Downloaded openssl-macros v0.1.1 |
739 | 2023-10-03T00:21:30.837Z | Downloaded serde_spanned v0.6.3 |
740 | 2023-10-03T00:21:30.843Z | Downloaded ed25519 v1.5.3 |
741 | 2023-10-03T00:21:30.853Z | Downloaded packed_struct v0.10.1 |
742 | 2023-10-03T00:21:30.858Z | Downloaded futures v0.3.28 |
743 | 2023-10-03T00:21:30.862Z | Downloaded byteorder v1.4.3 |
744 | 2023-10-03T00:21:30.868Z | Downloaded xattr v1.0.1 |
745 | 2023-10-03T00:21:30.873Z | Downloaded synstructure v0.12.6 |
746 | 2023-10-03T00:21:30.885Z | Downloaded structopt v0.3.26 |
747 | 2023-10-03T00:21:30.889Z | Downloaded rtoolbox v0.0.1 |
748 | 2023-10-03T00:21:30.894Z | Downloaded postgres-types v0.2.6 |
749 | 2023-10-03T00:21:30.902Z | Downloaded serde_plain v1.0.2 |
750 | 2023-10-03T00:21:30.916Z | Downloaded tokio-tungstenite v0.17.2 |
751 | 2023-10-03T00:21:30.930Z | Downloaded spin v0.5.2 |
752 | 2023-10-03T00:21:30.941Z | Downloaded once_cell v1.18.0 |
753 | 2023-10-03T00:21:30.947Z | Downloaded subprocess v0.2.9 |
754 | 2023-10-03T00:21:30.952Z | Downloaded schemars_derive v0.8.13 |
755 | 2023-10-03T00:21:30.964Z | Downloaded async-trait v0.1.73 |
756 | 2023-10-03T00:21:30.986Z | Downloaded derive_builder_macro v0.12.0 |
757 | 2023-10-03T00:21:31.006Z | Downloaded phf_shared v0.11.2 |
758 | 2023-10-03T00:21:31.020Z | Downloaded fallible-iterator v0.2.0 |
759 | 2023-10-03T00:21:31.037Z | Downloaded ryu v1.0.15 |
760 | 2023-10-03T00:21:31.083Z | Downloaded rustc-hash v1.1.0 |
761 | 2023-10-03T00:21:31.508Z | Downloaded colorchoice v1.0.0 |
762 | 2023-10-03T00:21:31.516Z | Downloaded zip v0.6.6 |
763 | 2023-10-03T00:21:31.528Z | Downloaded postgres-protocol v0.6.6 |
764 | 2023-10-03T00:21:31.539Z | Downloaded smawk v0.3.1 |
765 | 2023-10-03T00:21:31.556Z | Downloaded filetime v0.2.22 |
766 | 2023-10-03T00:21:31.570Z | Downloaded thiserror-impl v1.0.48 |
767 | 2023-10-03T00:21:31.581Z | Downloaded zeroize_derive v1.4.2 |
768 | 2023-10-03T00:21:32.014Z | Downloaded crossbeam-channel v0.5.8 |
769 | 2023-10-03T00:21:32.042Z | Downloaded openssl-probe v0.1.5 |
770 | 2023-10-03T00:21:32.059Z | Downloaded nom v7.1.3 |
771 | 2023-10-03T00:21:32.075Z | Downloaded doc-comment v0.3.3 |
772 | 2023-10-03T00:21:33.317Z | Downloaded utf8parse v0.2.1 |
773 | 2023-10-03T00:21:33.322Z | Downloaded allocator-api2 v0.2.16 |
774 | 2023-10-03T00:21:33.329Z | Downloaded slog-term v2.9.0 |
775 | 2023-10-03T00:21:33.335Z | Downloaded fragile v2.0.0 |
776 | 2023-10-03T00:21:33.341Z | Downloaded spin v0.9.8 |
777 | 2023-10-03T00:21:33.347Z | Downloaded polyval v0.6.1 |
778 | 2023-10-03T00:21:33.361Z | Downloaded slog-stdlog v4.1.1 |
779 | 2023-10-03T00:21:33.371Z | Downloaded diesel_derives v2.1.1 |
780 | 2023-10-03T00:21:33.377Z | Downloaded pkcs8 v0.10.2 |
781 | 2023-10-03T00:21:33.381Z | Downloaded version_check v0.9.4 |
782 | 2023-10-03T00:21:33.386Z | Downloaded tinyvec_macros v0.1.1 |
783 | 2023-10-03T00:21:33.393Z | Downloaded unarray v0.1.4 |
784 | 2023-10-03T00:21:33.404Z | Downloaded digest v0.10.7 |
785 | 2023-10-03T00:21:33.418Z | Downloaded debug-ignore v1.0.5 |
786 | 2023-10-03T00:21:33.423Z | Downloaded nix v0.26.2 |
787 | 2023-10-03T00:21:33.845Z | Downloaded tabled_derive v0.6.0 |
788 | 2023-10-03T00:21:33.857Z | Downloaded tiny-keccak v2.0.2 |
789 | 2023-10-03T00:21:33.877Z | Downloaded zone_cfg_derive v0.2.0 |
790 | 2023-10-03T00:21:33.894Z | Downloaded minimal-lexical v0.2.1 |
791 | 2023-10-03T00:21:33.912Z | Downloaded strum_macros v0.25.2 |
792 | 2023-10-03T00:21:33.919Z | Downloaded cstr-argument v0.1.2 |
793 | 2023-10-03T00:21:33.923Z | Downloaded darling v0.14.4 |
794 | 2023-10-03T00:21:33.928Z | Downloaded ctr v0.9.2 |
795 | 2023-10-03T00:21:33.932Z | Downloaded dirs-next v2.0.0 |
796 | 2023-10-03T00:21:33.938Z | Downloaded postcard v0.7.3 |
797 | 2023-10-03T00:21:33.943Z | Downloaded clap_builder v4.4.2 |
798 | 2023-10-03T00:21:33.948Z | Downloaded signal-hook-tokio v0.3.1 |
799 | 2023-10-03T00:21:33.952Z | Downloaded derive_builder_core v0.12.0 |
800 | 2023-10-03T00:21:33.957Z | Downloaded crc32fast v1.3.2 |
801 | 2023-10-03T00:21:33.962Z | Downloaded dirs-sys-next v0.1.2 |
802 | 2023-10-03T00:21:33.968Z | Downloaded olpc-cjson v0.1.3 |
803 | 2023-10-03T00:21:33.971Z | Downloaded fxhash v0.2.1 |
804 | 2023-10-03T00:21:33.976Z | Downloaded string_cache v0.8.7 |
805 | 2023-10-03T00:21:33.980Z | Downloaded fnv v1.0.7 |
806 | 2023-10-03T00:21:33.984Z | Downloaded rand_chacha v0.3.1 |
807 | 2023-10-03T00:21:33.987Z | Downloaded tungstenite v0.17.3 |
808 | 2023-10-03T00:21:33.990Z | Downloaded either v1.9.0 |
809 | 2023-10-03T00:21:33.994Z | Downloaded fd-lock v3.0.13 |
810 | 2023-10-03T00:21:33.997Z | Downloaded platforms v3.0.2 |
811 | 2023-10-03T00:21:34.002Z | Downloaded fallible-streaming-iterator v0.1.9 |
812 | 2023-10-03T00:21:34.006Z | Downloaded rustc_version v0.1.7 |
813 | 2023-10-03T00:21:34.011Z | Downloaded signature v1.6.4 |
814 | 2023-10-03T00:21:34.016Z | Downloaded signature v2.1.0 |
815 | 2023-10-03T00:21:34.024Z | Downloaded terminal_size v0.2.6 |
816 | 2023-10-03T00:21:34.448Z | Downloaded darling_macro v0.14.4 |
817 | 2023-10-03T00:21:34.461Z | Downloaded tracing-attributes v0.1.26 |
818 | 2023-10-03T00:21:34.477Z | Downloaded rsa v0.9.2 |
819 | 2023-10-03T00:21:34.499Z | Downloaded thiserror v1.0.48 |
820 | 2023-10-03T00:21:34.559Z | Downloaded tokio-macros v2.1.0 |
821 | 2023-10-03T00:21:34.602Z | Downloaded ron v0.7.1 |
822 | 2023-10-03T00:21:34.606Z | Downloaded serde-hex v0.1.0 |
823 | 2023-10-03T00:21:34.610Z | Downloaded arc-swap v1.6.0 |
824 | 2023-10-03T00:21:34.614Z | Downloaded ppv-lite86 v0.2.17 |
825 | 2023-10-03T00:21:34.619Z | Downloaded generic-array v0.14.7 |
826 | 2023-10-03T00:21:34.672Z | Downloaded percent-encoding v2.3.0 |
827 | 2023-10-03T00:21:34.735Z | Downloaded serde_derive_internals v0.26.0 |
828 | 2023-10-03T00:21:34.773Z | Downloaded pem-rfc7468 v0.7.0 |
829 | 2023-10-03T00:21:34.811Z | Downloaded thread_local v1.1.7 |
830 | 2023-10-03T00:21:34.829Z | Downloaded termcolor v1.2.0 |
831 | 2023-10-03T00:21:34.840Z | Downloaded thiserror-no-std v2.0.2 |
832 | 2023-10-03T00:21:34.878Z | Downloaded omicron-zone-package v0.8.3 |
833 | 2023-10-03T00:21:34.904Z | Downloaded group v0.13.0 |
834 | 2023-10-03T00:21:34.918Z | Downloaded textwrap v0.11.0 |
835 | 2023-10-03T00:21:34.934Z | Downloaded thiserror-impl-no-std v2.0.2 |
836 | 2023-10-03T00:21:34.963Z | Downloaded globset v0.4.13 |
837 | 2023-10-03T00:21:34.977Z | Downloaded hashbrown v0.13.2 |
838 | 2023-10-03T00:21:34.990Z | Downloaded tokio-tungstenite v0.18.0 |
839 | 2023-10-03T00:21:35.008Z | Downloaded lalrpop v0.19.12 |
840 | 2023-10-03T00:21:35.028Z | Downloaded vergen v8.2.4 |
841 | 2023-10-03T00:21:35.041Z | Downloaded half v1.8.2 |
842 | 2023-10-03T00:21:35.063Z | Downloaded tracing-core v0.1.31 |
843 | 2023-10-03T00:21:35.086Z | Downloaded tokio-util v0.7.8 |
844 | 2023-10-03T00:21:35.102Z | Downloaded headers v0.3.9 |
845 | 2023-10-03T00:21:35.121Z | Downloaded ucd-trie v0.1.6 |
846 | 2023-10-03T00:21:35.127Z | Downloaded openssl-sys v0.9.93 |
847 | 2023-10-03T00:21:35.132Z | Downloaded textwrap v0.16.0 |
848 | 2023-10-03T00:21:35.151Z | Downloaded fatfs v0.3.6 |
849 | 2023-10-03T00:21:35.158Z | Downloaded tungstenite v0.18.0 |
850 | 2023-10-03T00:21:35.167Z | Downloaded portable-atomic v1.4.3 |
851 | 2023-10-03T00:21:35.182Z | Downloaded unsafe-libyaml v0.2.9 |
852 | 2023-10-03T00:21:35.199Z | Downloaded prettyplease v0.2.12 |
853 | 2023-10-03T00:21:35.205Z | Downloaded pest v2.7.2 |
854 | 2023-10-03T00:21:35.210Z | Downloaded tokio-postgres v0.7.10 |
855 | 2023-10-03T00:21:35.215Z | Downloaded regex-automata v0.1.10 |
856 | 2023-10-03T00:21:35.219Z | Downloaded radix_trie v0.2.1 |
857 | 2023-10-03T00:21:35.223Z | Downloaded serde_json v1.0.107 |
858 | 2023-10-03T00:21:35.228Z | Downloaded hashbrown v0.14.0 |
859 | 2023-10-03T00:21:35.232Z | Downloaded hkdf v0.12.3 |
860 | 2023-10-03T00:21:35.236Z | Downloaded bitvec v1.0.1 |
861 | 2023-10-03T00:21:35.239Z | Downloaded tough v0.12.5 |
862 | 2023-10-03T00:21:35.244Z | Downloaded futures-util v0.3.28 |
863 | 2023-10-03T00:21:35.248Z | Downloaded unicode-normalization v0.1.22 |
864 | 2023-10-03T00:21:35.252Z | Downloaded regex-syntax v0.6.29 |
865 | 2023-10-03T00:21:35.257Z | Downloaded petgraph v0.6.4 |
866 | 2023-10-03T00:21:35.262Z | Downloaded tabled v0.14.0 |
867 | 2023-10-03T00:21:35.265Z | Downloaded smoltcp v0.9.1 |
868 | 2023-10-03T00:21:35.268Z | Downloaded ratatui v0.23.0 |
869 | 2023-10-03T00:21:35.272Z | Downloaded curve25519-dalek v4.1.0 |
870 | 2023-10-03T00:21:35.276Z | Downloaded rustix v0.38.9 |
871 | 2023-10-03T00:21:35.279Z | Downloaded rustls v0.21.7 |
872 | 2023-10-03T00:21:35.282Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
873 | 2023-10-03T00:21:35.286Z | Downloaded diesel v2.1.1 |
874 | 2023-10-03T00:21:35.289Z | Downloaded sha3 v0.10.8 |
875 | 2023-10-03T00:21:35.293Z | Downloaded openapiv3 v1.0.3 |
876 | 2023-10-03T00:21:35.296Z | Downloaded sled v0.34.7 |
877 | 2023-10-03T00:21:35.299Z | Downloaded zerocopy-derive v0.6.3 |
878 | 2023-10-03T00:21:35.304Z | Downloaded polar-core v0.26.4 |
879 | 2023-10-03T00:21:35.307Z | Downloaded zerocopy-derive v0.2.0 |
880 | 2023-10-03T00:21:35.311Z | Downloaded libc v0.2.148 |
881 | 2023-10-03T00:21:35.314Z | Downloaded regex-automata v0.3.8 |
882 | 2023-10-03T00:21:35.317Z | Downloaded tokio v1.32.0 |
883 | 2023-10-03T00:21:35.322Z | Downloaded rustix v0.37.23 |
884 | 2023-10-03T00:21:35.327Z | Downloaded openssl v0.10.57 |
885 | 2023-10-03T00:21:35.332Z | Downloaded smoltcp v0.8.2 |
886 | 2023-10-03T00:21:35.335Z | Downloaded regex-syntax v0.7.5 |
887 | 2023-10-03T00:21:35.353Z | Downloaded webpki-roots v0.25.2 |
888 | 2023-10-03T00:21:35.377Z | Downloaded bstr v1.6.0 |
889 | 2023-10-03T00:21:35.407Z | Downloaded regex v1.9.5 |
890 | 2023-10-03T00:21:35.416Z | Downloaded object v0.32.1 |
891 | 2023-10-03T00:21:35.431Z | Downloaded libsqlite3-sys v0.26.0 |
892 | 2023-10-03T00:21:35.434Z | Downloaded gimli v0.28.0 |
893 | 2023-10-03T00:21:35.437Z | Downloaded encoding_rs v0.8.33 |
894 | 2023-10-03T00:21:35.469Z | Downloaded trust-dns-proto v0.22.0 |
895 | 2023-10-03T00:21:35.478Z | Downloaded idna v0.4.0 |
896 | 2023-10-03T00:21:35.482Z | Downloaded git2 v0.17.2 |
897 | 2023-10-03T00:21:35.927Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
898 | 2023-10-03T00:21:36.126Z | Downloaded vcpkg v0.2.15 |
899 | 2023-10-03T00:21:36.155Z | Downloaded h2 v0.3.21 |
900 | 2023-10-03T00:21:36.177Z | Downloaded reqwest v0.11.20 |
901 | 2023-10-03T00:21:36.205Z | Downloaded time v0.3.27 |
902 | 2023-10-03T00:21:36.221Z | Downloaded object v0.30.4 |
903 | 2023-10-03T00:21:36.233Z | Downloaded rayon v1.7.0 |
904 | 2023-10-03T00:21:36.260Z | Downloaded hyper v0.14.27 |
905 | 2023-10-03T00:21:36.281Z | Downloaded libz-sys v1.1.12 |
906 | 2023-10-03T00:21:36.708Z | Downloaded bindgen v0.65.1 |
907 | 2023-10-03T00:21:36.722Z | Downloaded syn v2.0.32 |
908 | 2023-10-03T00:21:36.790Z | Downloaded salty v0.2.0 |
909 | 2023-10-03T00:21:39.538Z | Downloaded regress v0.7.1 |
910 | 2023-10-03T00:21:39.924Z | Downloaded proptest v1.2.0 |
911 | 2023-10-03T00:21:40.143Z | Downloaded der v0.7.8 |
912 | 2023-10-03T00:21:40.321Z | Downloaded toml_edit v0.20.0 |
913 | 2023-10-03T00:21:40.629Z | Downloaded unicode-segmentation v1.10.1 |
914 | 2023-10-03T00:21:40.873Z | Downloaded ron v0.8.1 |
915 | 2023-10-03T00:21:40.972Z | Downloaded winnow v0.5.15 |
916 | 2023-10-03T00:21:41.124Z | Downloaded syn v1.0.109 |
917 | 2023-10-03T00:21:41.290Z | Downloaded aho-corasick v1.0.4 |
918 | 2023-10-03T00:21:41.356Z | Downloaded term v0.7.0 |
919 | 2023-10-03T00:21:41.376Z | Downloaded idna v0.2.3 |
920 | 2023-10-03T00:21:41.388Z | Downloaded chrono v0.4.31 |
921 | 2023-10-03T00:21:41.401Z | Downloaded itertools v0.10.5 |
922 | 2023-10-03T00:21:41.420Z | Downloaded ring v0.16.20 |
923 | 2023-10-03T00:21:41.430Z | Downloaded clap v2.34.0 |
924 | 2023-10-03T00:21:41.437Z | Downloaded trust-dns-resolver v0.22.0 |
925 | 2023-10-03T00:21:41.555Z | Downloaded toml v0.5.11 |
926 | 2023-10-03T00:21:41.568Z | Downloaded rayon-core v1.11.0 |
927 | 2023-10-03T00:21:41.576Z | Downloaded serde_with v2.3.3 |
928 | 2023-10-03T00:21:41.583Z | Downloaded quick-xml v0.23.1 |
929 | 2023-10-03T00:21:41.589Z | Downloaded der_derive v0.7.2 |
930 | 2023-10-03T00:21:41.597Z | Downloaded subtle v2.5.0 |
931 | 2023-10-03T00:21:41.609Z | Downloaded pin-project-lite v0.2.13 |
932 | 2023-10-03T00:21:41.620Z | Downloaded getrandom v0.2.10 |
933 | 2023-10-03T00:21:41.630Z | Downloaded hashbrown v0.12.3 |
934 | 2023-10-03T00:21:41.639Z | Downloaded heapless v0.7.16 |
935 | 2023-10-03T00:21:41.664Z | Downloaded libm v0.2.7 |
936 | 2023-10-03T00:21:41.672Z | Downloaded signal-hook-registry v1.4.1 |
937 | 2023-10-03T00:21:41.681Z | Downloaded darling v0.20.3 |
938 | 2023-10-03T00:21:41.690Z | Downloaded hashlink v0.8.3 |
939 | 2023-10-03T00:21:41.697Z | Downloaded errno v0.3.2 |
940 | 2023-10-03T00:21:41.704Z | Downloaded crypto-bigint v0.5.2 |
941 | 2023-10-03T00:21:41.725Z | Downloaded tracing v0.1.37 |
942 | 2023-10-03T00:21:41.739Z | Downloaded crossterm v0.26.1 |
943 | 2023-10-03T00:21:41.777Z | Downloaded aes v0.8.3 |
944 | 2023-10-03T00:21:41.792Z | Downloaded bstr v0.2.17 |
945 | 2023-10-03T00:21:41.832Z | Downloaded futures-macro v0.3.28 |
946 | 2023-10-03T00:21:41.860Z | Downloaded fastrand v2.0.0 |
947 | 2023-10-03T00:21:41.882Z | Downloaded unicase v2.7.0 |
948 | 2023-10-03T00:21:41.900Z | Downloaded vte v0.11.1 |
949 | 2023-10-03T00:21:41.923Z | Downloaded zerocopy v0.6.3 |
950 | 2023-10-03T00:21:42.348Z | Downloaded vsss-rs v3.3.1 |
951 | 2023-10-03T00:21:42.371Z | Downloaded signal-hook-mio v0.2.3 |
952 | 2023-10-03T00:21:42.394Z | Downloaded deranged v0.3.8 |
953 | 2023-10-03T00:21:42.414Z | Downloaded float-cmp v0.9.0 |
954 | 2023-10-03T00:21:42.442Z | Downloaded darling_core v0.14.4 |
955 | 2023-10-03T00:21:42.466Z | Downloaded try-lock v0.2.4 |
956 | 2023-10-03T00:21:42.494Z | Downloaded tower-service v0.3.2 |
957 | 2023-10-03T00:21:42.509Z | Downloaded unicode-ident v1.0.12 |
958 | 2023-10-03T00:21:42.523Z | Downloaded toml_edit v0.19.15 |
959 | 2023-10-03T00:21:42.679Z | Downloaded schemars v0.8.13 |
960 | 2023-10-03T00:21:43.524Z | Downloaded toml v0.7.8 |
961 | 2023-10-03T00:21:43.537Z | Downloaded crc-catalog v2.2.0 |
962 | 2023-10-03T00:21:43.548Z | Downloaded semver v0.11.0 |
963 | 2023-10-03T00:21:43.566Z | Downloaded serde_tokenstream v0.1.7 |
964 | 2023-10-03T00:21:43.589Z | Downloaded rand_core v0.6.4 |
965 | 2023-10-03T00:21:43.629Z | Downloaded itertools v0.11.0 |
966 | 2023-10-03T00:21:43.646Z | Downloaded postcard-cobs v0.1.5-pre |
967 | 2023-10-03T00:21:43.768Z | Downloaded parking_lot v0.12.1 |
968 | 2023-10-03T00:21:43.799Z | Downloaded toml v0.8.0 |
969 | 2023-10-03T00:21:43.831Z | Downloaded tokio-native-tls v0.3.1 |
970 | 2023-10-03T00:21:43.846Z | Downloaded mio v0.8.8 |
971 | 2023-10-03T00:21:43.863Z | Downloaded foreign-types-shared v0.1.1 |
972 | 2023-10-03T00:21:43.880Z | Downloaded slog v2.7.0 |
973 | 2023-10-03T00:21:43.891Z | Downloaded smallvec v1.11.0 |
974 | 2023-10-03T00:21:43.897Z | Downloaded serde v1.0.188 |
975 | 2023-10-03T00:21:43.905Z | Downloaded x509-cert v0.2.4 |
976 | 2023-10-03T00:21:43.911Z | Downloaded rustc-demangle v0.1.23 |
977 | 2023-10-03T00:21:43.923Z | Downloaded similar v2.2.1 |
978 | 2023-10-03T00:21:43.951Z | Downloaded num_enum_derive v0.7.0 |
979 | 2023-10-03T00:21:43.962Z | Downloaded predicates-core v1.0.6 |
980 | 2023-10-03T00:21:44.381Z | Downloaded crossterm v0.27.0 |
981 | 2023-10-03T00:21:44.396Z | Downloaded parking_lot_core v0.8.6 |
982 | 2023-10-03T00:21:44.402Z | Downloaded parking_lot v0.11.2 |
983 | 2023-10-03T00:21:44.412Z | Downloaded owo-colors v3.5.0 |
984 | 2023-10-03T00:21:44.427Z | Downloaded hyper-tls v0.5.0 |
985 | 2023-10-03T00:21:44.442Z | Downloaded zerocopy v0.3.0 |
986 | 2023-10-03T00:21:44.450Z | Downloaded phf v0.11.2 |
987 | 2023-10-03T00:21:44.463Z | Downloaded tokio-stream v0.1.14 |
988 | 2023-10-03T00:21:44.469Z | Downloaded futures-executor v0.3.28 |
989 | 2023-10-03T00:21:44.477Z | Downloaded futures-channel v0.3.28 |
990 | 2023-10-03T00:21:44.489Z | Downloaded usdt-attr-macro v0.3.5 |
991 | 2023-10-03T00:21:44.494Z | Downloaded which v4.4.0 |
992 | 2023-10-03T00:21:44.500Z | Downloaded parking_lot_core v0.9.8 |
993 | 2023-10-03T00:21:44.508Z | Downloaded static_assertions v1.1.0 |
994 | 2023-10-03T00:21:44.522Z | Downloaded radium v0.7.0 |
995 | 2023-10-03T00:21:44.532Z | Downloaded rcgen v0.10.0 |
996 | 2023-10-03T00:21:44.544Z | Downloaded slog-bunyan v2.4.0 |
997 | 2023-10-03T00:21:44.556Z | Downloaded serde_yaml v0.9.25 |
998 | 2023-10-03T00:21:44.571Z | Downloaded structopt-derive v0.4.18 |
999 | 2023-10-03T00:21:45.017Z | Downloaded strsim v0.10.0 |
1000 | 2023-10-03T00:21:45.036Z | Downloaded whoami v1.4.1 |
1001 | 2023-10-03T00:21:45.048Z | Downloaded unicode-linebreak v0.1.5 |
1002 | 2023-10-03T00:21:45.061Z | Downloaded twox-hash v1.6.3 |
1003 | 2023-10-03T00:21:45.087Z | Downloaded tui-tree-widget v0.13.0 |
1004 | 2023-10-03T00:21:45.113Z | Downloaded toml_datetime v0.6.3 |
1005 | 2023-10-03T00:21:45.129Z | Downloaded slog-scope v4.4.0 |
1006 | 2023-10-03T00:21:45.153Z | Downloaded reedline v0.23.0 |
1007 | 2023-10-03T00:21:45.168Z | Downloaded getopts v0.2.21 |
1008 | 2023-10-03T00:21:45.595Z | Downloaded base64 v0.21.4 |
1009 | 2023-10-03T00:21:45.599Z | Downloaded backtrace v0.3.69 |
1010 | 2023-10-03T00:21:45.604Z | Downloaded tar v0.4.40 |
1011 | 2023-10-03T00:21:45.609Z | Downloaded crossbeam-deque v0.8.3 |
1012 | 2023-10-03T00:21:45.613Z | Downloaded smallvec v0.6.14 |
1013 | 2023-10-03T00:21:45.618Z | Downloaded topological-sort v0.2.2 |
1014 | 2023-10-03T00:21:45.623Z | Downloaded rustversion v1.0.14 |
1015 | 2023-10-03T00:21:45.627Z | Downloaded rand v0.8.5 |
1016 | 2023-10-03T00:21:45.635Z | Downloaded parse-display-derive v0.7.0 |
1017 | 2023-10-03T00:21:45.647Z | Downloaded form_urlencoded v1.2.0 |
1018 | 2023-10-03T00:21:45.668Z | Downloaded zeroize v1.6.0 |
1019 | 2023-10-03T00:21:45.739Z | Downloaded cfg-if v1.0.0 |
1020 | 2023-10-03T00:21:45.779Z | Downloaded serde_path_to_error v0.1.14 |
1021 | 2023-10-03T00:21:45.857Z | Downloaded oso v0.26.4 |
1022 | 2023-10-03T00:21:45.894Z | Downloaded rustls-native-certs v0.6.3 |
1023 | 2023-10-03T00:21:46.096Z | Downloaded ringbuffer v0.14.2 |
1024 | 2023-10-03T00:21:46.240Z | Downloaded glob v0.3.1 |
1025 | 2023-10-03T00:21:46.329Z | Downloaded serde_derive v1.0.188 |
1026 | 2023-10-03T00:21:46.376Z | Downloaded futures-core v0.3.28 |
1027 | 2023-10-03T00:21:46.437Z | Downloaded r2d2 v0.8.10 |
1028 | 2023-10-03T00:21:46.465Z | Downloaded enum-as-inner v0.5.1 |
1029 | 2023-10-03T00:21:46.524Z | Downloaded pem v1.1.1 |
1030 | 2023-10-03T00:21:46.544Z | Downloaded proc-macro2 v1.0.67 |
1031 | 2023-10-03T00:21:46.579Z | Downloaded proc-macro-error v1.0.4 |
1032 | 2023-10-03T00:21:46.590Z | Downloaded num-bigint-dig v0.8.4 |
1033 | 2023-10-03T00:21:46.597Z | Downloaded memchr v2.6.3 |
1034 | 2023-10-03T00:21:46.604Z | Downloaded libxml v0.3.3 |
1035 | 2023-10-03T00:21:46.611Z | Downloaded chacha20poly1305 v0.10.1 |
1036 | 2023-10-03T00:21:46.617Z | Downloaded derive_more v0.99.17 |
1037 | 2023-10-03T00:21:46.623Z | Downloaded trust-dns-server v0.22.1 |
1038 | 2023-10-03T00:21:46.628Z | Downloaded trust-dns-client v0.22.0 |
1039 | 2023-10-03T00:21:46.634Z | Downloaded pkcs1 v0.7.5 |
1040 | 2023-10-03T00:21:46.645Z | Downloaded typenum v1.16.0 |
1041 | 2023-10-03T00:21:46.651Z | Downloaded serde_with_macros v2.3.3 |
1042 | 2023-10-03T00:21:46.655Z | Downloaded semver v1.0.18 |
1043 | 2023-10-03T00:21:46.660Z | Downloaded uuid v1.4.1 |
1044 | 2023-10-03T00:21:46.666Z | Downloaded rand_xorshift v0.3.0 |
1045 | 2023-10-03T00:21:46.674Z | Downloaded paste v1.0.14 |
1046 | 2023-10-03T00:21:46.680Z | Downloaded curve25519-dalek-derive v0.1.0 |
1047 | 2023-10-03T00:21:46.685Z | Downloaded pkg-config v0.3.27 |
1048 | 2023-10-03T00:21:46.691Z | Downloaded pin-utils v0.1.0 |
1049 | 2023-10-03T00:21:46.695Z | Downloaded snafu-derive v0.7.5 |
1050 | 2023-10-03T00:21:46.701Z | Downloaded const-oid v0.9.5 |
1051 | 2023-10-03T00:21:46.707Z | Downloaded crunchy v0.2.2 |
1052 | 2023-10-03T00:21:46.716Z | Downloaded darling_macro v0.20.3 |
1053 | 2023-10-03T00:21:46.727Z | Downloaded usdt-macro v0.3.5 |
1054 | 2023-10-03T00:21:46.900Z | Downloaded futures-sink v0.3.28 |
1055 | 2023-10-03T00:21:47.326Z | Downloaded socket2 v0.5.3 |
1056 | 2023-10-03T00:21:47.337Z | Downloaded env_logger v0.10.0 |
1057 | 2023-10-03T00:21:47.349Z | Downloaded signal-hook v0.3.17 |
1058 | 2023-10-03T00:21:47.360Z | Downloaded papergrid v0.10.0 |
1059 | 2023-10-03T00:21:47.374Z | Downloaded slab v0.4.9 |
1060 | 2023-10-03T00:21:47.386Z | Downloaded strum_macros v0.24.3 |
1061 | 2023-10-03T00:21:47.409Z | Downloaded rusty-fork v0.3.0 |
1062 | 2023-10-03T00:21:47.831Z | Downloaded derive_builder v0.12.0 |
1063 | 2023-10-03T00:21:47.856Z | Downloaded http v0.2.9 |
1064 | 2023-10-03T00:21:47.868Z | Downloaded steno v0.4.0 |
1065 | 2023-10-03T00:21:47.880Z | Downloaded walkdir v2.4.0 |
1066 | 2023-10-03T00:21:47.889Z | Downloaded ff v0.13.0 |
1067 | 2023-10-03T00:21:47.897Z | Downloaded flate2 v1.0.27 |
1068 | 2023-10-03T00:21:47.909Z | Downloaded socket2 v0.4.9 |
1069 | 2023-10-03T00:21:47.918Z | Downloaded flume v0.11.0 |
1070 | 2023-10-03T00:21:47.933Z | Downloaded toolchain_find v0.2.0 |
1071 | 2023-10-03T00:21:47.953Z | Downloaded scopeguard v1.2.0 |
1072 | 2023-10-03T00:21:47.971Z | Downloaded opaque-debug v0.3.0 |
1073 | 2023-10-03T00:21:47.985Z | Downloaded parse-display v0.7.0 |
1074 | 2023-10-03T00:21:48.001Z | Downloaded data-encoding v2.4.0 |
1075 | 2023-10-03T00:21:48.011Z | Downloaded proc-macro-error-attr v1.0.4 |
1076 | 2023-10-03T00:21:48.021Z | Downloaded diff v0.1.13 |
1077 | 2023-10-03T00:21:48.034Z | Downloaded darling_core v0.20.3 |
1078 | 2023-10-03T00:21:48.463Z | Downloaded url v2.4.1 |
1079 | 2023-10-03T00:21:48.496Z | Downloaded path-dedot v3.1.0 |
1080 | 2023-10-03T00:21:48.512Z | Downloaded oso-derive v0.26.4 |
1081 | 2023-10-03T00:21:48.537Z | Downloaded sct v0.7.0 |
1082 | 2023-10-03T00:21:48.561Z | Downloaded env_logger v0.9.3 |
1083 | 2023-10-03T00:21:48.584Z | Downloaded clap v4.4.3 |
1084 | 2023-10-03T00:21:48.627Z | Downloaded futures-io v0.3.28 |
1085 | 2023-10-03T00:21:49.045Z | Downloaded structmeta-derive v0.1.6 |
1086 | 2023-10-03T00:21:49.063Z | Downloaded spki v0.7.2 |
1087 | 2023-10-03T00:21:49.085Z | Downloaded dyn-clone v1.0.13 |
1088 | 2023-10-03T00:21:49.145Z | Downloaded untrusted v0.7.1 |
1089 | 2023-10-03T00:21:49.161Z | Downloaded snafu v0.7.5 |
1090 | 2023-10-03T00:21:49.192Z | Downloaded tokio-rustls v0.24.1 |
1091 | 2023-10-03T00:21:49.208Z | Downloaded num_threads v0.1.6 |
1092 | 2023-10-03T00:21:49.227Z | Downloaded headers-core v0.2.0 |
1093 | 2023-10-03T00:21:49.249Z | Downloaded phf_shared v0.10.0 |
1094 | 2023-10-03T00:21:49.273Z | Downloaded ref-cast-impl v1.0.20 |
1095 | 2023-10-03T00:21:49.379Z | Downloaded ref-cast v1.0.20 |
1096 | 2023-10-03T00:21:49.398Z | Downloaded pest_derive v2.7.2 |
1097 | 2023-10-03T00:21:49.412Z | Downloaded equivalent v1.0.1 |
1098 | 2023-10-03T00:21:49.422Z | Downloaded num-integer v0.1.45 |
1099 | 2023-10-03T00:21:49.434Z | Downloaded peeking_take_while v0.1.2 |
1100 | 2023-10-03T00:21:49.442Z | Downloaded base64 v0.13.1 |
1101 | 2023-10-03T00:21:49.449Z | Downloaded pest_meta v2.7.2 |
1102 | 2023-10-03T00:21:49.456Z | Downloaded yasna v0.5.2 |
1103 | 2023-10-03T00:21:49.461Z | Downloaded path-slash v0.1.5 |
1104 | 2023-10-03T00:21:49.467Z | Downloaded indexmap v1.9.3 |
1105 | 2023-10-03T00:21:49.472Z | Downloaded semver-parser v0.10.2 |
1106 | 2023-10-03T00:21:49.478Z | Downloaded bytes v1.5.0 |
1107 | 2023-10-03T00:21:49.484Z | Downloaded anyhow v1.0.75 |
1108 | 2023-10-03T00:21:49.492Z | Downloaded crossbeam-utils v0.8.16 |
1109 | 2023-10-03T00:21:49.497Z | Downloaded structmeta v0.1.6 |
1110 | 2023-10-03T00:21:49.501Z | Downloaded quick-error v1.2.3 |
1111 | 2023-10-03T00:21:49.510Z | Downloaded console v0.15.7 |
1112 | 2023-10-03T00:21:49.515Z | Downloaded crc-any v2.4.3 |
1113 | 2023-10-03T00:21:49.522Z | Downloaded usdt-impl v0.3.5 |
1114 | 2023-10-03T00:21:49.525Z | Downloaded usdt v0.3.5 |
1115 | 2023-10-03T00:21:49.528Z | Downloaded universal-hash v0.5.1 |
1116 | 2023-10-03T00:21:49.531Z | Downloaded unicode-width v0.1.10 |
1117 | 2023-10-03T00:21:49.537Z | Downloaded buf-list v1.0.3 |
1118 | 2023-10-03T00:21:49.542Z | Downloaded test-strategy v0.2.1 |
1119 | 2023-10-03T00:21:49.546Z | Downloaded ascii v1.1.0 |
1120 | 2023-10-03T00:21:49.552Z | Downloaded num_enum v0.7.0 |
1121 | 2023-10-03T00:21:49.558Z | Downloaded mockall_derive v0.11.4 |
1122 | 2023-10-03T00:21:49.563Z | Downloaded jobserver v0.1.26 |
1123 | 2023-10-03T00:21:49.567Z | Downloaded shlex v1.1.0 |
1124 | 2023-10-03T00:21:49.570Z | Downloaded aes-gcm-siv v0.11.1 |
1125 | 2023-10-03T00:21:49.574Z | Downloaded crypto-common v0.1.6 |
1126 | 2023-10-03T00:21:49.579Z | Downloaded hyper-rustls v0.24.1 |
1127 | 2023-10-03T00:21:49.586Z | Downloaded clap_derive v4.4.2 |
1128 | 2023-10-03T00:21:49.590Z | Downloaded cargo_toml v0.16.3 |
1129 | 2023-10-03T00:21:49.593Z | Downloaded serde_repr v0.1.16 |
1130 | 2023-10-03T00:21:49.597Z | Downloaded hmac v0.12.1 |
1131 | 2023-10-03T00:21:49.607Z | Downloaded take_mut v0.2.2 |
1132 | 2023-10-03T00:21:49.627Z | Downloaded downcast v0.11.0 |
1133 | 2023-10-03T00:21:49.641Z | Downloaded dof v0.1.5 |
1134 | 2023-10-03T00:21:49.655Z | Downloaded display-error-chain v0.1.1 |
1135 | 2023-10-03T00:21:49.667Z | Downloaded bitflags v2.4.0 |
1136 | 2023-10-03T00:21:49.682Z | Downloaded argon2 v0.5.2 |
1137 | 2023-10-03T00:21:49.692Z | Downloaded enum-iterator v1.4.1 |
1138 | 2023-10-03T00:21:49.702Z | Downloaded ena v0.14.2 |
1139 | 2023-10-03T00:21:49.721Z | Downloaded slog-json v2.6.1 |
1140 | 2023-10-03T00:21:49.733Z | Downloaded pretty-hex v0.2.1 |
1141 | 2023-10-03T00:21:49.748Z | Downloaded const_format_proc_macros v0.2.31 |
1142 | 2023-10-03T00:21:50.167Z | Downloaded wyz v0.5.1 |
1143 | 2023-10-03T00:21:50.177Z | Downloaded time-macros v0.2.13 |
1144 | 2023-10-03T00:21:50.188Z | Downloaded lazy_static v1.4.0 |
1145 | 2023-10-03T00:21:50.193Z | Downloaded num_enum v0.5.11 |
1146 | 2023-10-03T00:21:50.199Z | Downloaded colored v2.0.4 |
1147 | 2023-10-03T00:21:50.206Z | Downloaded thread-id v4.2.0 |
1148 | 2023-10-03T00:21:50.210Z | Downloaded stringprep v0.1.3 |
1149 | 2023-10-03T00:21:50.218Z | Downloaded num_enum_derive v0.5.11 |
1150 | 2023-10-03T00:21:50.223Z | Downloaded num-complex v0.4.4 |
1151 | 2023-10-03T00:21:50.229Z | Downloaded lock_api v0.4.10 |
1152 | 2023-10-03T00:21:50.236Z | Downloaded newtype_derive v0.1.6 |
1153 | 2023-10-03T00:21:50.246Z | Downloaded nanorand v0.7.0 |
1154 | 2023-10-03T00:21:50.256Z | Downloaded slog-dtrace v0.2.3 |
1155 | 2023-10-03T00:21:50.270Z | Downloaded siphasher v0.3.11 |
1156 | 2023-10-03T00:21:50.284Z | Downloaded num_cpus v1.16.0 |
1157 | 2023-10-03T00:21:50.299Z | Downloaded libloading v0.7.4 |
1158 | 2023-10-03T00:21:50.314Z | Downloaded hyper-staticfile v0.9.5 |
1159 | 2023-10-03T00:21:50.335Z | Downloaded foreign-types v0.5.0 |
1160 | 2023-10-03T00:21:50.354Z | Downloaded foreign-types v0.3.2 |
1161 | 2023-10-03T00:21:50.367Z | Downloaded flagset v0.4.3 |
1162 | 2023-10-03T00:21:50.377Z | Downloaded indexmap v2.0.0 |
1163 | 2023-10-03T00:21:50.478Z | Downloaded unicode-xid v0.2.4 |
1164 | 2023-10-03T00:21:50.493Z | Downloaded foreign-types-shared v0.3.1 |
1165 | 2023-10-03T00:21:50.504Z | Downloaded waitgroup v0.1.2 |
1166 | 2023-10-03T00:21:50.520Z | Downloaded time-core v0.1.1 |
1167 | 2023-10-03T00:21:50.534Z | Downloaded multer v2.1.0 |
1168 | 2023-10-03T00:21:50.974Z | Downloaded indicatif v0.17.6 |
1169 | 2023-10-03T00:21:50.989Z | Downloaded endian-type v0.1.2 |
1170 | 2023-10-03T00:21:51.013Z | Downloaded httpdate v1.0.3 |
1171 | 2023-10-03T00:21:51.061Z | Downloaded cargo-platform v0.1.3 |
1172 | 2023-10-03T00:21:51.087Z | Downloaded bytesize v1.3.0 |
1173 | 2023-10-03T00:21:51.103Z | Downloaded bit-vec v0.6.3 |
1174 | 2023-10-03T00:21:51.114Z | Downloaded cexpr v0.6.0 |
1175 | 2023-10-03T00:21:51.134Z | Downloaded home v0.5.5 |
1176 | 2023-10-03T00:21:51.146Z | Downloaded heck v0.4.1 |
1177 | 2023-10-03T00:21:51.170Z | Downloaded convert_case v0.4.0 |
1178 | 2023-10-03T00:21:51.191Z | Downloaded inout v0.1.3 |
1179 | 2023-10-03T00:21:51.222Z | Downloaded nodrop v0.1.14 |
1180 | 2023-10-03T00:21:51.239Z | Downloaded bincode v1.3.3 |
1181 | 2023-10-03T00:21:51.261Z | Downloaded ciborium-ll v0.2.1 |
1182 | 2023-10-03T00:21:51.282Z | Downloaded bitfield v0.14.0 |
1183 | 2023-10-03T00:21:51.295Z | Downloaded bit_field v0.10.2 |
1184 | 2023-10-03T00:21:51.310Z | Downloaded termtree v0.4.1 |
1185 | 2023-10-03T00:21:51.730Z | Downloaded tap v1.0.1 |
1186 | 2023-10-03T00:21:51.742Z | Downloaded strsim v0.8.0 |
1187 | 2023-10-03T00:21:52.162Z | Downloaded bit-set v0.5.3 |
1188 | 2023-10-03T00:21:52.173Z | Downloaded base64ct v1.6.0 |
1189 | 2023-10-03T00:21:52.179Z | Downloaded async-stream v0.3.5 |
1190 | 2023-10-03T00:21:52.190Z | Downloaded ansi_term v0.12.1 |
1191 | 2023-10-03T00:21:52.204Z | Downloaded vec_map v0.8.2 |
1192 | 2023-10-03T00:21:52.217Z | Downloaded strip-ansi-escapes v0.2.0 |
1193 | 2023-10-03T00:21:52.652Z | Downloaded match_cfg v0.1.0 |
1194 | 2023-10-03T00:21:52.673Z | Downloaded atomic-waker v1.1.1 |
1195 | 2023-10-03T00:21:52.699Z | Downloaded mockall v0.11.4 |
1196 | 2023-10-03T00:21:53.936Z | Downloaded maplit v1.0.2 |
1197 | 2023-10-03T00:21:53.949Z | Downloaded assert_matches v1.5.0 |
1198 | 2023-10-03T00:21:53.955Z | Downloaded indoc v2.0.3 |
1199 | 2023-10-03T00:21:53.967Z | Downloaded hubpack v0.1.2 |
1200 | 2023-10-03T00:21:53.980Z | Downloaded serde_arrays v0.1.0 |
1201 | 2023-10-03T00:21:54.426Z | Downloaded serde-big-array v0.4.1 |
1202 | 2023-10-03T00:21:54.435Z | Downloaded crossbeam-queue v0.3.8 |
1203 | 2023-10-03T00:21:54.857Z | Downloaded corncobs v0.1.3 |
1204 | 2023-10-03T00:21:54.862Z | Downloaded ciborium v0.2.1 |
1205 | 2023-10-03T00:21:54.866Z | Downloaded cfg-if v0.1.10 |
1206 | 2023-10-03T00:21:54.880Z | Downloaded bitstruct_derive v0.1.0 |
1207 | 2023-10-03T00:21:54.900Z | Downloaded memoffset v0.7.1 |
1208 | 2023-10-03T00:21:54.908Z | Downloaded managed v0.8.0 |
1209 | 2023-10-03T00:21:54.920Z | Downloaded lazycell v1.3.0 |
1210 | 2023-10-03T00:21:54.935Z | Downloaded bb8 v0.8.1 |
1211 | 2023-10-03T00:21:54.942Z | Downloaded block-padding v0.3.3 |
1212 | 2023-10-03T00:21:54.954Z | Downloaded atty v0.2.14 |
1213 | 2023-10-03T00:21:54.962Z | Downloaded hubpack_derive v0.1.1 |
1214 | 2023-10-03T00:21:54.977Z | Downloaded heck v0.3.3 |
1215 | 2023-10-03T00:21:54.989Z | Downloaded async-recursion v1.0.5 |
1216 | 2023-10-03T00:21:54.993Z | Downloaded anstyle-query v1.0.0 |
1217 | 2023-10-03T00:21:54.996Z | Downloaded array-init v0.0.4 |
1218 | 2023-10-03T00:21:55.000Z | Downloaded iana-time-zone v0.1.57 |
1219 | 2023-10-03T00:21:55.006Z | Downloaded adler v1.0.2 |
1220 | 2023-10-03T00:21:55.012Z | Downloaded ipnet v2.8.0 |
1221 | 2023-10-03T00:21:55.017Z | Downloaded clang-sys v1.6.1 |
1222 | 2023-10-03T00:21:55.021Z | Downloaded base16ct v0.2.0 |
1223 | 2023-10-03T00:21:55.025Z | Downloaded anstyle-parse v0.2.1 |
1224 | 2023-10-03T00:21:55.030Z | Downloaded anstream v0.5.0 |
1225 | 2023-10-03T00:21:55.034Z | Downloaded smf v0.2.2 |
1226 | 2023-10-03T00:21:55.041Z | Downloaded macaddr v1.0.1 |
1227 | 2023-10-03T00:21:55.140Z | Downloaded impl-trait-for-tuples v0.2.2 |
1228 | 2023-10-03T00:21:55.154Z | Downloaded indoc v1.0.9 |
1229 | 2023-10-03T00:21:55.158Z | Downloaded http-body v0.4.5 |
1230 | 2023-10-03T00:21:55.166Z | Downloaded cancel-safe-futures v0.1.2 |
1231 | 2023-10-03T00:21:55.173Z | Downloaded block-buffer v0.10.4 |
1232 | 2023-10-03T00:21:55.185Z | Downloaded async-stream-impl v0.3.5 |
1233 | 2023-10-03T00:21:55.194Z | Downloaded ascii-canvas v3.0.0 |
1234 | 2023-10-03T00:21:55.211Z | Downloaded aead v0.5.2 |
1235 | 2023-10-03T00:21:55.237Z | Downloaded anstyle v1.0.2 |
1236 | 2023-10-03T00:21:55.245Z | Downloaded slog-envlogger v2.2.0 |
1237 | 2023-10-03T00:21:55.250Z | Downloaded shell-words v1.1.0 |
1238 | 2023-10-03T00:21:55.257Z | Downloaded rustls-webpki v0.101.4 |
1239 | 2023-10-03T00:21:55.271Z | Downloaded rusqlite v0.29.0 |
1240 | 2023-10-03T00:21:55.280Z | Downloaded mime_guess v2.0.4 |
1241 | 2023-10-03T00:21:55.286Z | Downloaded memoffset v0.9.0 |
1242 | 2023-10-03T00:21:55.290Z | Downloaded maybe-uninit v2.0.0 |
1243 | 2023-10-03T00:21:55.295Z | Downloaded linear-map v1.2.0 |
1244 | 2023-10-03T00:21:55.301Z | Downloaded io-lifetimes v1.0.11 |
1245 | 2023-10-03T00:21:55.436Z | Downloaded hostname v0.3.1 |
1246 | 2023-10-03T00:21:55.859Z | Downloaded cargo_metadata v0.18.0 |
1247 | 2023-10-03T00:21:55.871Z | Downloaded rustls-pemfile v1.0.3 |
1248 | 2023-10-03T00:21:56.293Z | Downloaded keccak v0.1.4 |
1249 | 2023-10-03T00:21:56.306Z | Downloaded itoa v1.0.9 |
1250 | 2023-10-03T00:21:56.730Z | Downloaded cassowary v0.3.0 |
1251 | 2023-10-03T00:21:56.769Z | Downloaded camino v1.1.6 |
1252 | 2023-10-03T00:21:57.208Z | Downloaded num-rational v0.4.1 |
1253 | 2023-10-03T00:21:57.244Z | Downloaded native-tls v0.2.11 |
1254 | 2023-10-03T00:21:57.274Z | Downloaded mime v0.3.17 |
1255 | 2023-10-03T00:21:57.306Z | Downloaded cipher v0.4.4 |
1256 | 2023-10-03T00:21:57.359Z | Downloaded secrecy v0.8.0 |
1257 | 2023-10-03T00:21:57.388Z | Downloaded scheduled-thread-pool v0.2.7 |
1258 | 2023-10-03T00:21:57.412Z | Downloaded same-file v1.0.6 |
1259 | 2023-10-03T00:21:57.447Z | Downloaded rustfmt-wrapper v0.2.0 |
1260 | 2023-10-03T00:21:57.892Z | Downloaded crossbeam-epoch v0.9.15 |
1261 | 2023-10-03T00:21:58.320Z | Downloaded instant v0.1.12 |
1262 | 2023-10-03T00:21:58.344Z | Downloaded ident_case v1.0.1 |
1263 | 2023-10-03T00:21:58.372Z | Downloaded clap_lex v0.5.1 |
1264 | 2023-10-03T00:21:58.395Z | Downloaded bzip2 v0.4.4 |
1265 | 2023-10-03T00:21:58.413Z | Downloaded linked-hash-map v0.5.6 |
1266 | 2023-10-03T00:21:58.848Z | Downloaded matches v0.1.10 |
1267 | 2023-10-03T00:21:58.896Z | Compiling proc-macro2 v1.0.67 |
1268 | 2023-10-03T00:21:58.908Z | Compiling unicode-ident v1.0.12 |
1269 | 2023-10-03T00:21:59.342Z | Compiling libc v0.2.148 |
1270 | 2023-10-03T00:21:59.363Z | Compiling serde v1.0.188 |
1271 | 2023-10-03T00:21:59.789Z | Compiling autocfg v1.1.0 |
1272 | 2023-10-03T00:21:59.807Z | Compiling version_check v0.9.4 |
1273 | 2023-10-03T00:22:00.246Z | Compiling cfg-if v1.0.0 |
1274 | 2023-10-03T00:22:00.285Z | Compiling syn v1.0.109 |
1275 | 2023-10-03T00:22:00.307Z | Compiling once_cell v1.18.0 |
1276 | 2023-10-03T00:22:00.324Z | Compiling parking_lot_core v0.9.8 |
1277 | 2023-10-03T00:22:01.168Z | Compiling libm v0.2.7 |
1278 | 2023-10-03T00:22:01.195Z | Compiling ahash v0.8.3 |
1279 | 2023-10-03T00:22:01.220Z | Compiling lock_api v0.4.10 |
1280 | 2023-10-03T00:22:01.248Z | Compiling num-traits v0.2.16 |
1281 | 2023-10-03T00:22:01.274Z | Compiling typenum v1.16.0 |
1282 | 2023-10-03T00:22:01.348Z | Compiling thiserror v1.0.48 |
1283 | 2023-10-03T00:22:01.784Z | Compiling futures-core v0.3.28 |
1284 | 2023-10-03T00:22:01.808Z | Compiling generic-array v0.14.7 |
1285 | 2023-10-03T00:22:01.837Z | Compiling memchr v2.6.3 |
1286 | 2023-10-03T00:22:01.855Z | Compiling scopeguard v1.2.0 |
1287 | 2023-10-03T00:22:01.885Z | Compiling itoa v1.0.9 |
1288 | 2023-10-03T00:22:02.333Z | Compiling pkg-config v0.3.27 |
1289 | 2023-10-03T00:22:02.756Z | Compiling quote v1.0.33 |
1290 | 2023-10-03T00:22:02.783Z | Compiling slab v0.4.9 |
1291 | 2023-10-03T00:22:02.799Z | Compiling futures-channel v0.3.28 |
1292 | 2023-10-03T00:22:02.824Z | Compiling syn v2.0.32 |
1293 | 2023-10-03T00:22:02.864Z | Compiling jobserver v0.1.26 |
1294 | 2023-10-03T00:22:02.900Z | Compiling getrandom v0.2.10 |
1295 | 2023-10-03T00:22:02.942Z | Compiling cc v1.0.83 |
1296 | 2023-10-03T00:22:02.976Z | Compiling futures-task v0.3.28 |
1297 | 2023-10-03T00:22:03.419Z | Compiling futures-util v0.3.28 |
1298 | 2023-10-03T00:22:03.439Z | Compiling log v0.4.20 |
1299 | 2023-10-03T00:22:03.450Z | Compiling ryu v1.0.15 |
1300 | 2023-10-03T00:22:03.459Z | Compiling serde_json v1.0.107 |
1301 | 2023-10-03T00:22:03.472Z | Compiling pin-project-lite v0.2.13 |
1302 | 2023-10-03T00:22:03.492Z | Compiling smallvec v1.11.0 |
1303 | 2023-10-03T00:22:03.513Z | Compiling vcpkg v0.2.15 |
1304 | 2023-10-03T00:22:03.539Z | Compiling schemars v0.8.13 |
1305 | 2023-10-03T00:22:03.562Z | Compiling allocator-api2 v0.2.16 |
1306 | 2023-10-03T00:22:03.583Z | Compiling parking_lot v0.12.1 |
1307 | 2023-10-03T00:22:03.618Z | Compiling hashbrown v0.14.0 |
1308 | 2023-10-03T00:22:04.091Z | Compiling ring v0.16.20 |
1309 | 2023-10-03T00:22:04.128Z | Compiling openssl-sys v0.9.93 |
1310 | 2023-10-03T00:22:04.157Z | Compiling num_cpus v1.16.0 |
1311 | 2023-10-03T00:22:04.164Z | Compiling equivalent v1.0.1 |
1312 | 2023-10-03T00:22:04.170Z | Compiling rand_core v0.6.4 |
1313 | 2023-10-03T00:22:04.179Z | Compiling indexmap v1.9.3 |
1314 | 2023-10-03T00:22:04.186Z | Compiling heck v0.4.1 |
1315 | 2023-10-03T00:22:04.194Z | Compiling byteorder v1.4.3 |
1316 | 2023-10-03T00:22:04.203Z | Compiling spin v0.5.2 |
1317 | 2023-10-03T00:22:04.209Z | Compiling httparse v1.8.0 |
1318 | 2023-10-03T00:22:04.217Z | Compiling mio v0.8.8 |
1319 | 2023-10-03T00:22:04.225Z | Compiling signal-hook-registry v1.4.1 |
1320 | 2023-10-03T00:22:04.231Z | Compiling socket2 v0.5.3 |
1321 | 2023-10-03T00:22:04.242Z | Compiling serde_derive_internals v0.26.0 |
1322 | 2023-10-03T00:22:04.252Z | Compiling fnv v1.0.7 |
1323 | 2023-10-03T00:22:04.263Z | Compiling semver v1.0.18 |
1324 | 2023-10-03T00:22:04.272Z | Compiling openssl v0.10.57 |
1325 | 2023-10-03T00:22:04.286Z | Compiling iana-time-zone v0.1.57 |
1326 | 2023-10-03T00:22:04.297Z | Compiling rustls v0.21.7 |
1327 | 2023-10-03T00:22:04.316Z | Compiling unicode-xid v0.2.4 |
1328 | 2023-10-03T00:22:04.336Z | Compiling native-tls v0.2.11 |
1329 | 2023-10-03T00:22:04.358Z | Compiling ucd-trie v0.1.6 |
1330 | 2023-10-03T00:22:04.368Z | Compiling crossbeam-utils v0.8.16 |
1331 | 2023-10-03T00:22:04.380Z | Compiling synstructure v0.12.6 |
1332 | 2023-10-03T00:22:04.400Z | Compiling futures-sink v0.3.28 |
1333 | 2023-10-03T00:22:04.440Z | Compiling io-lifetimes v1.0.11 |
1334 | 2023-10-03T00:22:04.473Z | Compiling winnow v0.5.15 |
1335 | 2023-10-03T00:22:04.496Z | Compiling backtrace v0.3.69 |
1336 | 2023-10-03T00:22:04.508Z | Compiling tinyvec_macros v0.1.1 |
1337 | 2023-10-03T00:22:04.538Z | Compiling dyn-clone v1.0.13 |
1338 | 2023-10-03T00:22:04.555Z | Compiling tinyvec v1.6.0 |
1339 | 2023-10-03T00:22:04.580Z | Compiling tracing-core v0.1.31 |
1340 | 2023-10-03T00:22:04.601Z | Compiling memoffset v0.9.0 |
1341 | 2023-10-03T00:22:04.619Z | Compiling num-integer v0.1.45 |
1342 | 2023-10-03T00:22:04.632Z | Compiling futures-io v0.3.28 |
1343 | 2023-10-03T00:22:04.655Z | Compiling pin-utils v0.1.0 |
1344 | 2023-10-03T00:22:04.670Z | Compiling rustix v0.38.9 |
1345 | 2023-10-03T00:22:04.686Z | Compiling rustix v0.37.23 |
1346 | 2023-10-03T00:22:04.703Z | Compiling subtle v2.5.0 |
1347 | 2023-10-03T00:22:04.718Z | Compiling hashbrown v0.13.2 |
1348 | 2023-10-03T00:22:04.737Z | Compiling unicode-normalization v0.1.22 |
1349 | 2023-10-03T00:22:04.759Z | Compiling aho-corasick v1.0.4 |
1350 | 2023-10-03T00:22:05.197Z | Compiling usdt-impl v0.3.5 |
1351 | 2023-10-03T00:22:05.230Z | Compiling anyhow v1.0.75 |
1352 | 2023-10-03T00:22:05.265Z | Compiling crc32fast v1.3.2 |
1353 | 2023-10-03T00:22:05.299Z | Compiling const-oid v0.9.5 |
1354 | 2023-10-03T00:22:05.338Z | Compiling regex-syntax v0.7.5 |
1355 | 2023-10-03T00:22:05.380Z | Compiling bitflags v1.3.2 |
1356 | 2023-10-03T00:22:05.421Z | Compiling time-core v0.1.1 |
1357 | 2023-10-03T00:22:05.472Z | Compiling serde_derive v1.0.188 |
1358 | 2023-10-03T00:22:05.508Z | Compiling zeroize_derive v1.4.2 |
1359 | 2023-10-03T00:22:05.535Z | Compiling thiserror-impl v1.0.48 |
1360 | 2023-10-03T00:22:05.572Z | Compiling tokio-macros v2.1.0 |
1361 | 2023-10-03T00:22:05.594Z | Compiling futures-macro v0.3.28 |
1362 | 2023-10-03T00:22:05.612Z | Compiling tracing-attributes v0.1.26 |
1363 | 2023-10-03T00:22:05.635Z | Compiling schemars_derive v0.8.13 |
1364 | 2023-10-03T00:22:05.668Z | Compiling zeroize v1.6.0 |
1365 | 2023-10-03T00:22:05.709Z | Compiling openssl-macros v0.1.1 |
1366 | 2023-10-03T00:22:06.151Z | Compiling pest v2.7.2 |
1367 | 2023-10-03T00:22:06.170Z | Compiling zerocopy-derive v0.2.0 |
1368 | 2023-10-03T00:22:06.190Z | Compiling crypto-common v0.1.6 |
1369 | 2023-10-03T00:22:06.220Z | Compiling block-buffer v0.10.4 |
1370 | 2023-10-03T00:22:06.252Z | Compiling unicode-bidi v0.3.13 |
1371 | 2023-10-03T00:22:06.285Z | Compiling slog v2.7.0 |
1372 | 2023-10-03T00:22:06.313Z | Compiling tracing v0.1.37 |
1373 | 2023-10-03T00:22:06.327Z | Compiling pest_meta v2.7.2 |
1374 | 2023-10-03T00:22:06.780Z | Compiling digest v0.10.7 |
1375 | 2023-10-03T00:22:06.810Z | Compiling regex-automata v0.3.8 |
1376 | 2023-10-03T00:22:06.832Z | Compiling time-macros v0.2.13 |
1377 | 2023-10-03T00:22:09.483Z | Compiling pest_generator v2.7.2 |
1378 | 2023-10-03T00:22:12.856Z | Compiling pest_derive v2.7.2 |
1379 | 2023-10-03T00:22:13.875Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1380 | 2023-10-03T00:22:13.911Z | Compiling crossbeam-epoch v0.9.15 |
1381 | 2023-10-03T00:22:14.503Z | Compiling ppv-lite86 v0.2.17 |
1382 | 2023-10-03T00:22:14.533Z | Compiling async-trait v0.1.73 |
1383 | 2023-10-03T00:22:15.847Z | Compiling rand_chacha v0.3.1 |
1384 | 2023-10-03T00:22:15.888Z | Compiling zerocopy v0.3.0 |
1385 | 2023-10-03T00:22:17.206Z | Compiling zerocopy-derive v0.6.3 |
1386 | 2023-10-03T00:22:18.047Z | Compiling untrusted v0.7.1 |
1387 | 2023-10-03T00:22:18.526Z | Compiling strsim v0.10.0 |
1388 | 2023-10-03T00:22:18.539Z | Compiling base64 v0.21.4 |
1389 | 2023-10-03T00:22:19.383Z | Compiling dof v0.1.5 |
1390 | 2023-10-03T00:22:19.483Z | Compiling rand v0.8.5 |
1391 | 2023-10-03T00:22:20.102Z | Compiling bytes v1.5.0 |
1392 | 2023-10-03T00:22:20.747Z | Compiling indexmap v2.0.0 |
1393 | 2023-10-03T00:22:21.643Z | Compiling uuid v1.4.1 |
1394 | 2023-10-03T00:22:22.086Z | Compiling chrono v0.4.31 |
1395 | 2023-10-03T00:22:22.785Z | Compiling serde_spanned v0.6.3 |
1396 | 2023-10-03T00:22:23.125Z | Compiling toml_datetime v0.6.3 |
1397 | 2023-10-03T00:22:23.740Z | Compiling toml_edit v0.19.15 |
1398 | 2023-10-03T00:22:24.849Z | Compiling tokio v1.32.0 |
1399 | 2023-10-03T00:22:25.164Z | Compiling bitflags v2.4.0 |
1400 | 2023-10-03T00:22:26.766Z | Compiling rustc_version v0.4.0 |
1401 | 2023-10-03T00:22:28.241Z | Compiling http v0.2.9 |
1402 | 2023-10-03T00:22:28.395Z | Compiling heapless v0.7.16 |
1403 | 2023-10-03T00:22:33.847Z | Compiling regex v1.9.5 |
1404 | 2023-10-03T00:22:35.639Z | Compiling dtrace-parser v0.1.14 |
1405 | 2023-10-03T00:22:36.358Z | Compiling errno v0.3.2 |
1406 | 2023-10-03T00:22:36.379Z | Compiling thread-id v4.2.0 |
1407 | 2023-10-03T00:22:36.656Z | Compiling num-bigint v0.4.4 |
1408 | 2023-10-03T00:22:36.717Z | Compiling openssl-probe v0.1.5 |
1409 | 2023-10-03T00:22:37.178Z | Compiling foreign-types-shared v0.1.1 |
1410 | 2023-10-03T00:22:40.650Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1411 | 2023-10-03T00:22:41.087Z | Compiling unicode-width v0.1.10 |
1412 | 2023-10-03T00:22:41.121Z | Compiling percent-encoding v2.3.0 |
1413 | 2023-10-03T00:22:41.140Z | Compiling radium v0.7.0 |
1414 | 2023-10-03T00:22:41.159Z | Compiling tokio-util v0.7.8 |
1415 | 2023-10-03T00:22:41.178Z | Compiling hashbrown v0.12.3 |
1416 | 2023-10-03T00:22:41.191Z | Compiling smoltcp v0.9.1 |
1417 | 2023-10-03T00:22:41.207Z | Compiling foreign-types v0.3.2 |
1418 | 2023-10-03T00:22:42.701Z | Compiling serde_tokenstream v0.1.7 |
1419 | 2023-10-03T00:22:44.598Z | Compiling lazy_static v1.4.0 |
1420 | 2023-10-03T00:22:45.026Z | Compiling socket2 v0.4.9 |
1421 | 2023-10-03T00:22:45.033Z | Compiling try-lock v0.2.4 |
1422 | 2023-10-03T00:22:45.541Z | Compiling adler v1.0.2 |
1423 | 2023-10-03T00:22:45.857Z | Compiling unicode-segmentation v1.10.1 |
1424 | 2023-10-03T00:22:47.201Z | Compiling siphasher v0.3.11 |
1425 | 2023-10-03T00:22:48.166Z | Compiling miniz_oxide v0.7.1 |
1426 | 2023-10-03T00:22:49.927Z | Compiling want v0.3.1 |
1427 | 2023-10-03T00:22:51.716Z | Compiling h2 v0.3.21 |
1428 | 2023-10-03T00:22:51.924Z | Compiling form_urlencoded v1.2.0 |
1429 | 2023-10-03T00:22:52.292Z | Compiling http-body v0.4.5 |
1430 | 2023-10-03T00:22:52.401Z | Compiling rustls-webpki v0.101.4 |
1431 | 2023-10-03T00:22:53.375Z | Compiling sct v0.7.0 |
1432 | 2023-10-03T00:22:53.512Z | Compiling hubpack_derive v0.1.1 |
1433 | 2023-10-03T00:22:54.551Z | Compiling num-iter v0.1.43 |
1434 | 2023-10-03T00:22:54.777Z | Compiling httpdate v1.0.3 |
1435 | 2023-10-03T00:22:55.164Z | Compiling cpufeatures v0.2.9 |
1436 | 2023-10-03T00:22:55.607Z | Compiling tower-service v0.3.2 |
1437 | 2023-10-03T00:22:55.613Z | Compiling utf8parse v0.2.1 |
1438 | 2023-10-03T00:22:55.620Z | Compiling anstyle v1.0.2 |
1439 | 2023-10-03T00:22:55.627Z | Compiling sha2 v0.10.7 |
1440 | 2023-10-03T00:22:55.714Z | Compiling anstyle-parse v0.2.1 |
1441 | 2023-10-03T00:23:00.166Z | Compiling usdt-macro v0.3.5 |
1442 | 2023-10-03T00:23:00.370Z | Compiling usdt-attr-macro v0.3.5 |
1443 | 2023-10-03T00:23:03.256Z | Compiling openapiv3 v1.0.3 |
1444 | 2023-10-03T00:23:03.703Z | Compiling rustls-pemfile v1.0.3 |
1445 | 2023-10-03T00:23:04.163Z | Compiling hyper v0.14.27 |
1446 | 2023-10-03T00:23:04.643Z | Compiling md-5 v0.10.5 |
1447 | 2023-10-03T00:23:05.033Z | Compiling hmac v0.12.1 |
1448 | 2023-10-03T00:23:08.885Z | Compiling idna v0.4.0 |
1449 | 2023-10-03T00:23:09.565Z | Compiling stringprep v0.1.3 |
1450 | 2023-10-03T00:23:10.549Z | Compiling diesel_table_macro_syntax v0.1.0 |
1451 | 2023-10-03T00:23:11.038Z | Compiling hash32 v0.2.1 |
1452 | 2023-10-03T00:23:11.151Z | Compiling spin v0.9.8 |
1453 | 2023-10-03T00:23:11.369Z | Compiling stable_deref_trait v1.2.0 |
1454 | 2023-10-03T00:23:11.925Z | Compiling gimli v0.28.0 |
1455 | 2023-10-03T00:23:11.940Z | Compiling fallible-iterator v0.2.0 |
1456 | 2023-10-03T00:23:11.951Z | Compiling anstyle-query v1.0.0 |
1457 | 2023-10-03T00:23:12.456Z | Compiling colorchoice v1.0.0 |
1458 | 2023-10-03T00:23:12.672Z | Compiling anstream v0.5.0 |
1459 | 2023-10-03T00:23:12.823Z | Compiling postgres-protocol v0.6.6 |
1460 | 2023-10-03T00:23:14.805Z | Compiling diesel_derives v2.1.1 |
1461 | 2023-10-03T00:23:15.844Z | Compiling url v2.4.1 |
1462 | 2023-10-03T00:23:19.905Z | Compiling addr2line v0.21.0 |
1463 | 2023-10-03T00:23:21.094Z | Compiling rustls-native-certs v0.6.3 |
1464 | 2023-10-03T00:23:21.318Z | Compiling tokio-rustls v0.24.1 |
1465 | 2023-10-03T00:23:21.666Z | Compiling terminal_size v0.2.6 |
1466 | 2023-10-03T00:23:21.963Z | Compiling tokio-native-tls v0.3.1 |
1467 | 2023-10-03T00:23:22.411Z | Compiling phf_shared v0.11.2 |
1468 | 2023-10-03T00:23:24.389Z | Compiling serde_tokenstream v0.2.0 |
1469 | 2023-10-03T00:23:24.680Z | Compiling block-padding v0.3.3 |
1470 | 2023-10-03T00:23:25.027Z | Compiling enum-as-inner v0.5.1 |
1471 | 2023-10-03T00:23:25.061Z | Compiling serde_repr v0.1.16 |
1472 | 2023-10-03T00:23:25.226Z | Compiling clap_derive v4.4.2 |
1473 | 2023-10-03T00:23:26.890Z | Compiling scheduled-thread-pool v0.2.7 |
1474 | 2023-10-03T00:23:26.939Z | Compiling object v0.32.1 |
1475 | 2023-10-03T00:23:46.414Z | Compiling tap v1.0.1 |
1476 | 2023-10-03T00:23:46.775Z | Compiling matches v0.1.10 |
1477 | 2023-10-03T00:23:47.311Z | Compiling bit-vec v0.6.3 |
1478 | 2023-10-03T00:23:47.607Z | Compiling regex-automata v0.1.10 |
1479 | 2023-10-03T00:23:48.261Z | Compiling managed v0.8.0 |
1480 | 2023-10-03T00:23:48.777Z | Compiling ipnet v2.8.0 |
1481 | 2023-10-03T00:23:51.049Z | Compiling rustc-demangle v0.1.23 |
1482 | 2023-10-03T00:23:51.434Z | Compiling either v1.9.0 |
1483 | 2023-10-03T00:23:51.812Z | Compiling clap_lex v0.5.1 |
1484 | 2023-10-03T00:23:52.130Z | Compiling deranged v0.3.8 |
1485 | 2023-10-03T00:23:52.304Z | Compiling num_threads v0.1.6 |
1486 | 2023-10-03T00:23:52.341Z | Compiling time v0.3.27 |
1487 | 2023-10-03T00:23:52.605Z | Compiling itertools v0.10.5 |
1488 | 2023-10-03T00:23:52.909Z | Compiling clap_builder v4.4.2 |
1489 | 2023-10-03T00:23:53.145Z | Compiling bstr v0.2.17 |
1490 | 2023-10-03T00:23:53.688Z | Compiling idna v0.2.3 |
1491 | 2023-10-03T00:23:53.811Z | Compiling wyz v0.5.1 |
1492 | 2023-10-03T00:23:55.047Z | Compiling r2d2 v0.8.10 |
1493 | 2023-10-03T00:23:56.163Z | Compiling inout v0.1.3 |
1494 | 2023-10-03T00:23:58.876Z | Compiling phf v0.11.2 |
1495 | 2023-10-03T00:23:59.379Z | Compiling hyper-tls v0.5.0 |
1496 | 2023-10-03T00:24:00.653Z | Compiling hyper-rustls v0.24.1 |
1497 | 2023-10-03T00:24:03.267Z | Compiling flate2 v1.0.27 |
1498 | 2023-10-03T00:24:19.425Z | Compiling postgres-types v0.2.6 |
1499 | 2023-10-03T00:24:20.763Z | Compiling hubpack v0.1.2 |
1500 | 2023-10-03T00:24:21.350Z | Compiling serde_urlencoded v0.7.1 |
1501 | 2023-10-03T00:24:22.010Z | Compiling phf_shared v0.10.0 |
1502 | 2023-10-03T00:24:22.234Z | Compiling ipnetwork v0.20.0 |
1503 | 2023-10-03T00:24:22.422Z | Compiling zerocopy v0.6.3 |
1504 | 2023-10-03T00:24:22.589Z | Compiling futures-executor v0.3.28 |
1505 | 2023-10-03T00:24:22.687Z | Compiling regress v0.7.1 |
1506 | 2023-10-03T00:24:22.721Z | Compiling float-cmp v0.9.0 |
1507 | 2023-10-03T00:24:22.769Z | Compiling encoding_rs v0.8.33 |
1508 | 2023-10-03T00:24:22.798Z | Compiling mime v0.3.17 |
1509 | 2023-10-03T00:24:22.824Z | Compiling static_assertions v1.1.0 |
1510 | 2023-10-03T00:24:22.862Z | Compiling funty v2.0.0 |
1511 | 2023-10-03T00:24:22.914Z | Compiling webpki-roots v0.25.2 |
1512 | 2023-10-03T00:24:23.380Z | Compiling predicates-core v1.0.6 |
1513 | 2023-10-03T00:24:23.401Z | Compiling fixedbitset v0.4.2 |
1514 | 2023-10-03T00:24:23.834Z | Compiling data-encoding v2.4.0 |
1515 | 2023-10-03T00:24:23.872Z | Compiling whoami v1.4.1 |
1516 | 2023-10-03T00:24:24.053Z | Compiling difflib v0.4.0 |
1517 | 2023-10-03T00:24:24.077Z | Compiling unicode-linebreak v0.1.5 |
1518 | 2023-10-03T00:24:24.514Z | Compiling new_debug_unreachable v1.0.4 |
1519 | 2023-10-03T00:24:24.533Z | Compiling precomputed-hash v0.1.1 |
1520 | 2023-10-03T00:24:24.556Z | Compiling smawk v0.3.1 |
1521 | 2023-10-03T00:24:24.572Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2023-10-03T00:24:24.588Z | Compiling predicates v3.0.3 |
1523 | 2023-10-03T00:24:25.013Z | Compiling textwrap v0.16.0 |
1524 | 2023-10-03T00:24:25.035Z | Compiling string_cache v0.8.7 |
1525 | 2023-10-03T00:24:25.490Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1526 | 2023-10-03T00:24:25.918Z | Compiling tokio-postgres v0.7.10 |
1527 | 2023-10-03T00:24:25.929Z | Compiling trust-dns-proto v0.22.0 |
1528 | 2023-10-03T00:24:25.947Z | Compiling reqwest v0.11.20 |
1529 | 2023-10-03T00:24:25.963Z | Compiling bitvec v1.0.1 |
1530 | 2023-10-03T00:24:25.979Z | Compiling petgraph v0.6.4 |
1531 | 2023-10-03T00:24:26.415Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1532 | 2023-10-03T00:24:32.961Z | Compiling futures v0.3.28 |
1533 | 2023-10-03T00:24:34.277Z | Compiling diesel v2.1.1 |
1534 | 2023-10-03T00:24:34.559Z | Compiling yasna v0.5.2 |
1535 | 2023-10-03T00:24:34.744Z | Compiling cipher v0.4.4 |
1536 | 2023-10-03T00:24:35.004Z | Compiling clap v4.4.3 |
1537 | 2023-10-03T00:24:35.548Z | Compiling similar v2.2.1 |
1538 | 2023-10-03T00:24:35.684Z | Compiling bit-set v0.5.3 |
1539 | 2023-10-03T00:24:36.871Z | Compiling usdt v0.3.5 |
1540 | 2023-10-03T00:24:37.452Z | Compiling console v0.15.7 |
1541 | 2023-10-03T00:24:37.490Z | Compiling tokio-stream v0.1.14 |
1542 | 2023-10-03T00:24:38.991Z | Compiling toml v0.7.8 |
1543 | 2023-10-03T00:24:39.082Z | Compiling hex v0.4.3 |
1544 | 2023-10-03T00:24:39.110Z | Compiling signature v2.1.0 |
1545 | 2023-10-03T00:24:39.666Z | Compiling bstr v1.6.0 |
1546 | 2023-10-03T00:24:40.496Z | Compiling lalrpop-util v0.20.0 |
1547 | 2023-10-03T00:24:44.582Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1548 | 2023-10-03T00:24:45.530Z | Compiling proc-macro-crate v1.3.1 |
1549 | 2023-10-03T00:24:50.356Z | Compiling ident_case v1.0.1 |
1550 | 2023-10-03T00:25:03.551Z | Compiling darling_core v0.20.3 |
1551 | 2023-10-03T00:25:05.381Z | Compiling num_enum_derive v0.5.11 |
1552 | 2023-10-03T00:25:09.806Z | Compiling crossbeam-channel v0.5.8 |
1553 | 2023-10-03T00:25:28.163Z | Compiling atty v0.2.14 |
1554 | 2023-10-03T00:25:29.071Z | Compiling proc-macro-error-attr v1.0.4 |
1555 | 2023-10-03T00:25:29.430Z | Compiling num_enum v0.5.11 |
1556 | 2023-10-03T00:25:35.109Z | Compiling darling_macro v0.20.3 |
1557 | 2023-10-03T00:25:44.331Z | Compiling dirs-sys-next v0.1.2 |
1558 | 2023-10-03T00:25:45.666Z | Compiling proc-macro-error v1.0.4 |
1559 | 2023-10-03T00:25:48.928Z | Compiling rustversion v1.0.14 |
1560 | 2023-10-03T00:25:55.365Z | Compiling dirs-next v2.0.0 |
1561 | 2023-10-03T00:26:08.100Z | Compiling darling v0.20.3 |
1562 | 2023-10-03T00:26:08.230Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1563 | 2023-10-03T00:26:13.130Z | Compiling getopts v0.2.21 |
1564 | 2023-10-03T00:26:19.997Z | Compiling structmeta-derive v0.1.6 |
1565 | 2023-10-03T00:26:20.433Z | Compiling thread_local v1.1.7 |
1566 | 2023-10-03T00:26:20.898Z | Compiling multer v2.1.0 |
1567 | 2023-10-03T00:26:21.239Z | Compiling slog-async v2.8.0 |
1568 | 2023-10-03T00:26:21.386Z | Compiling paste v1.0.14 |
1569 | 2023-10-03T00:26:21.878Z | Compiling match_cfg v0.1.0 |
1570 | 2023-10-03T00:26:22.259Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1571 | 2023-10-03T00:26:22.661Z | Compiling unsafe-libyaml v0.2.9 |
1572 | 2023-10-03T00:26:22.855Z | Compiling camino v1.1.6 |
1573 | 2023-10-03T00:26:23.164Z | Compiling serde_yaml v0.9.25 |
1574 | 2023-10-03T00:26:25.912Z | Compiling structmeta v0.1.6 |
1575 | 2023-10-03T00:26:32.057Z | Compiling hostname v0.3.1 |
1576 | 2023-10-03T00:26:35.828Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1577 | 2023-10-03T00:26:40.775Z | Compiling serde_with_macros v2.3.3 |
1578 | 2023-10-03T00:26:45.414Z | Compiling term v0.7.0 |
1579 | 2023-10-03T00:26:47.761Z | Compiling slog-json v2.6.1 |
1580 | 2023-10-03T00:26:51.186Z | Compiling async-stream-impl v0.3.5 |
1581 | 2023-10-03T00:26:51.719Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1582 | 2023-10-03T00:26:52.151Z | Compiling regex-syntax v0.6.29 |
1583 | 2023-10-03T00:26:52.567Z | Compiling atomic-waker v1.1.1 |
1584 | 2023-10-03T00:26:52.874Z | Compiling take_mut v0.2.2 |
1585 | 2023-10-03T00:26:53.138Z | Compiling postcard-cobs v0.1.5-pre |
1586 | 2023-10-03T00:26:53.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1587 | 2023-10-03T00:26:54.353Z | Compiling postcard v0.7.3 |
1588 | 2023-10-03T00:26:54.363Z | Compiling async-stream v0.3.5 |
1589 | 2023-10-03T00:26:54.585Z | Compiling waitgroup v0.1.2 |
1590 | 2023-10-03T00:26:54.977Z | Compiling slog-bunyan v2.4.0 |
1591 | 2023-10-03T00:26:55.802Z | Compiling strum_macros v0.25.2 |
1592 | 2023-10-03T00:26:55.809Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1593 | 2023-10-03T00:27:00.211Z | Compiling slog-term v2.9.0 |
1594 | 2023-10-03T00:27:01.262Z | Compiling serde_with v2.3.3 |
1595 | 2023-10-03T00:27:02.411Z | Compiling parse-display-derive v0.7.0 |
1596 | 2023-10-03T00:27:07.100Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1597 | 2023-10-03T00:27:08.468Z | Compiling smoltcp v0.8.2 |
1598 | 2023-10-03T00:27:10.753Z | Compiling sha1 v0.10.5 |
1599 | 2023-10-03T00:27:10.767Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1600 | 2023-10-03T00:27:10.785Z | Compiling serde_path_to_error v0.1.14 |
1601 | 2023-10-03T00:27:10.983Z | Compiling foreign-types-macros v0.2.3 |
1602 | 2023-10-03T00:27:11.868Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1603 | 2023-10-03T00:27:12.374Z | Compiling instant v0.1.12 |
1604 | 2023-10-03T00:27:12.538Z | Compiling debug-ignore v1.0.5 |
1605 | 2023-10-03T00:27:12.783Z | Compiling cfg-if v0.1.10 |
1606 | 2023-10-03T00:27:12.855Z | Compiling foreign-types-shared v0.3.1 |
1607 | 2023-10-03T00:27:12.923Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1608 | 2023-10-03T00:27:12.944Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1609 | 2023-10-03T00:27:13.053Z | Compiling foreign-types v0.5.0 |
1610 | 2023-10-03T00:27:13.309Z | Compiling backoff v0.4.0 |
1611 | 2023-10-03T00:27:13.902Z | Compiling parse-display v0.7.0 |
1612 | 2023-10-03T00:27:13.913Z | Compiling strum v0.25.0 |
1613 | 2023-10-03T00:27:14.118Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1614 | 2023-10-03T00:27:14.556Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1615 | 2023-10-03T00:27:14.828Z | Compiling is-terminal v0.4.9 |
1616 | 2023-10-03T00:27:15.027Z | Compiling macaddr v1.0.1 |
1617 | 2023-10-03T00:27:16.244Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1618 | 2023-10-03T00:27:17.550Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1619 | 2023-10-03T00:27:18.768Z | Compiling cstr-argument v0.1.2 |
1620 | 2023-10-03T00:27:19.165Z | Compiling pretty-hex v0.2.1 |
1621 | 2023-10-03T00:27:19.523Z | Compiling base64ct v1.6.0 |
1622 | 2023-10-03T00:27:20.912Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1623 | 2023-10-03T00:27:20.930Z | Compiling password-hash v0.5.0 |
1624 | 2023-10-03T00:27:21.338Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1625 | 2023-10-03T00:27:21.995Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1626 | 2023-10-03T00:27:24.136Z | Compiling colored v2.0.4 |
1627 | 2023-10-03T00:27:25.053Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1628 | 2023-10-03T00:27:25.559Z | Compiling textwrap v0.11.0 |
1629 | 2023-10-03T00:27:25.569Z | Compiling heck v0.3.3 |
1630 | 2023-10-03T00:27:25.581Z | Compiling blake2 v0.10.6 |
1631 | 2023-10-03T00:27:26.044Z | Compiling rayon-core v1.11.0 |
1632 | 2023-10-03T00:27:26.467Z | Compiling ansi_term v0.12.1 |
1633 | 2023-10-03T00:27:26.593Z | Compiling vec_map v0.8.2 |
1634 | 2023-10-03T00:27:27.011Z | Compiling strsim v0.8.0 |
1635 | 2023-10-03T00:27:27.109Z | Compiling libefi-sys v0.1.0 |
1636 | 2023-10-03T00:27:27.633Z | Compiling clap v2.34.0 |
1637 | 2023-10-03T00:27:27.795Z | Compiling argon2 v0.5.2 |
1638 | 2023-10-03T00:27:27.941Z | Compiling structopt-derive v0.4.18 |
1639 | 2023-10-03T00:27:29.433Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1640 | 2023-10-03T00:27:32.574Z | Compiling zone_cfg_derive v0.2.0 |
1641 | 2023-10-03T00:27:32.667Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1642 | 2023-10-03T00:27:33.464Z | Compiling crossbeam-deque v0.8.3 |
1643 | 2023-10-03T00:27:34.131Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1644 | 2023-10-03T00:27:34.565Z | Compiling keccak v0.1.4 |
1645 | 2023-10-03T00:27:34.574Z | Compiling portable-atomic v1.4.3 |
1646 | 2023-10-03T00:27:39.084Z | Compiling zone v0.2.0 |
1647 | 2023-10-03T00:27:39.533Z | Compiling sha3 v0.10.8 |
1648 | 2023-10-03T00:27:39.964Z | Compiling structopt v0.3.26 |
1649 | 2023-10-03T00:27:40.544Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1650 | 2023-10-03T00:27:40.848Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1651 | 2023-10-03T00:27:41.473Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1652 | 2023-10-03T00:27:42.816Z | Compiling hkdf v0.12.3 |
1653 | 2023-10-03T00:27:45.785Z | Compiling smf v0.2.2 |
1654 | 2023-10-03T00:27:45.896Z | Compiling secrecy v0.8.0 |
1655 | 2023-10-03T00:27:46.019Z | Compiling xattr v1.0.1 |
1656 | 2023-10-03T00:27:46.061Z | Compiling filetime v0.2.22 |
1657 | 2023-10-03T00:27:46.106Z | Compiling same-file v1.0.6 |
1658 | 2023-10-03T00:27:46.196Z | Compiling fastrand v2.0.0 |
1659 | 2023-10-03T00:27:46.218Z | Compiling walkdir v2.4.0 |
1660 | 2023-10-03T00:27:46.235Z | Compiling tempfile v3.8.0 |
1661 | 2023-10-03T00:27:46.426Z | Compiling tar v0.4.40 |
1662 | 2023-10-03T00:27:48.123Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1663 | 2023-10-03T00:27:48.692Z | Compiling rayon v1.7.0 |
1664 | 2023-10-03T00:27:49.889Z | Compiling number_prefix v0.4.0 |
1665 | 2023-10-03T00:27:50.290Z | Compiling omicron-zone-package v0.8.3 |
1666 | 2023-10-03T00:27:52.643Z | Compiling topological-sort v0.2.2 |
1667 | 2023-10-03T00:27:58.433Z | Compiling indicatif v0.17.6 |
1668 | 2023-10-03T00:27:59.721Z | Compiling bzip2 v0.4.4 |
1669 | 2023-10-03T00:28:00.318Z | Compiling zip v0.6.6 |
1670 | 2023-10-03T00:28:02.620Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1671 | 2023-10-03T00:28:03.264Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1672 | 2023-10-03T00:28:08.022Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1673 | 2023-10-03T00:28:08.047Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1674 | 2023-10-03T00:28:17.050Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1675 | 2023-10-03T00:28:17.068Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1676 | 2023-10-03T00:28:17.079Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1677 | 2023-10-03T00:28:31.885Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1678 | 2023-10-03T00:28:31.922Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1679 | 2023-10-03T00:29:07.486Z | Finished release [optimized] target(s) in 8m 12s |
1680 | 2023-10-03T00:29:07.671Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu` |
1681 | 2023-10-03T00:29:07.759Z | Created new build target 'test' and set it as active |
1682 | 2023-10-03T00:29:07.773Z | |
1683 | 2023-10-03T00:29:07.784Z | real 8:13.155183038 |
1684 | 2023-10-03T00:29:07.796Z | user 52:03.668683445 |
1685 | 2023-10-03T00:29:07.809Z | sys 4:41.563036415 |
1686 | 2023-10-03T00:29:07.827Z | trap 2.042580528 |
1687 | 2023-10-03T00:29:08.257Z | tflt 3.950627541 |
1688 | 2023-10-03T00:29:08.688Z | dflt 4.546934747 |
1689 | 2023-10-03T00:29:08.713Z | kflt 0.027680495 |
1690 | 2023-10-03T00:29:08.755Z | lock 1:56:19.574601901 |
1691 | 2023-10-03T00:29:08.765Z | slp 2:49:54.943677700 |
1692 | 2023-10-03T00:29:08.774Z | lat 2:19.567866350 |
1693 | 2023-10-03T00:29:08.781Z | stop 4:12.650876544 |
1694 | 2023-10-03T00:29:08.789Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1695 | 2023-10-03T00:29:08.948Z | Finished release [optimized] target(s) in 1.10s |
1696 | 2023-10-03T00:29:08.981Z | Running `target/release/omicron-package -t test package` |
1697 | 2023-10-03T00:29:09.023Z | Oct 03 00:29:09.009 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "switch": "softnpu"}) |
1698 | 2023-10-03T00:29:10.726Z | Compiling serde_json v1.0.107 |
1699 | 2023-10-03T00:29:10.752Z | Compiling linked-hash-map v0.5.6 |
1700 | 2023-10-03T00:29:10.773Z | Compiling slog-dtrace v0.2.3 |
1701 | 2023-10-03T00:29:10.797Z | Compiling base64 v0.13.1 |
1702 | 2023-10-03T00:29:10.813Z | Compiling quick-error v1.2.3 |
1703 | 2023-10-03T00:29:10.834Z | Compiling same-file v1.0.6 |
1704 | 2023-10-03T00:29:10.860Z | Compiling termcolor v1.2.0 |
1705 | 2023-10-03T00:29:11.287Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1706 | 2023-10-03T00:29:11.299Z | Compiling resolv-conf v0.7.0 |
1707 | 2023-10-03T00:29:11.314Z | Compiling walkdir v2.4.0 |
1708 | 2023-10-03T00:29:11.330Z | Compiling semver-parser v0.10.2 |
1709 | 2023-10-03T00:29:11.802Z | Compiling memoffset v0.7.1 |
1710 | 2023-10-03T00:29:12.229Z | Compiling lru-cache v0.1.2 |
1711 | 2023-10-03T00:29:12.296Z | Compiling trust-dns-resolver v0.22.0 |
1712 | 2023-10-03T00:29:13.540Z | Compiling fastrand v2.0.0 |
1713 | 2023-10-03T00:29:13.552Z | Compiling cancel-safe-futures v0.1.2 |
1714 | 2023-10-03T00:29:13.565Z | Compiling tempfile v3.8.0 |
1715 | 2023-10-03T00:29:13.706Z | Compiling semver v0.11.0 |
1716 | 2023-10-03T00:29:13.718Z | Compiling libz-sys v1.1.12 |
1717 | 2023-10-03T00:29:13.735Z | Compiling xattr v1.0.1 |
1718 | 2023-10-03T00:29:13.752Z | Compiling filetime v0.2.22 |
1719 | 2023-10-03T00:29:13.770Z | Compiling num-rational v0.4.1 |
1720 | 2023-10-03T00:29:13.793Z | Compiling home v0.5.5 |
1721 | 2023-10-03T00:29:14.236Z | Compiling utf-8 v0.7.6 |
1722 | 2023-10-03T00:29:14.656Z | Compiling schemars v0.8.13 |
1723 | 2023-10-03T00:29:14.665Z | Compiling usdt-impl v0.3.5 |
1724 | 2023-10-03T00:29:14.676Z | Compiling reqwest v0.11.20 |
1725 | 2023-10-03T00:29:14.689Z | Compiling openapiv3 v1.0.3 |
1726 | 2023-10-03T00:29:14.708Z | Compiling postgres-types v0.2.6 |
1727 | 2023-10-03T00:29:14.720Z | Compiling slog-json v2.6.1 |
1728 | 2023-10-03T00:29:14.821Z | Compiling usdt v0.3.5 |
1729 | 2023-10-03T00:29:15.656Z | Compiling tokio-postgres v0.7.10 |
1730 | 2023-10-03T00:29:21.684Z | Compiling ipnetwork v0.20.0 |
1731 | 2023-10-03T00:29:22.945Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-10-03T00:29:27.428Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-03T00:29:27.635Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1734 | 2023-10-03T00:29:30.172Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1735 | 2023-10-03T00:29:30.205Z | Compiling slog-bunyan v2.4.0 |
1736 | 2023-10-03T00:29:30.630Z | Compiling diesel v2.1.1 |
1737 | 2023-10-03T00:29:30.654Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1738 | 2023-10-03T00:29:35.354Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1739 | 2023-10-03T00:29:35.665Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1740 | 2023-10-03T00:29:39.462Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1741 | 2023-10-03T00:29:39.805Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1742 | 2023-10-03T00:29:42.811Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-10-03T00:29:44.827Z | Compiling toolchain_find v0.2.0 |
1744 | 2023-10-03T00:29:45.693Z | Compiling tar v0.4.40 |
1745 | 2023-10-03T00:29:47.643Z | Compiling pem-rfc7468 v0.7.0 |
1746 | 2023-10-03T00:29:49.623Z | Compiling toml v0.5.11 |
1747 | 2023-10-03T00:29:50.576Z | Compiling der_derive v0.7.2 |
1748 | 2023-10-03T00:29:54.557Z | Compiling flagset v0.4.3 |
1749 | 2023-10-03T00:29:54.918Z | Compiling der v0.7.8 |
1750 | 2023-10-03T00:29:55.410Z | Compiling rustfmt-wrapper v0.2.0 |
1751 | 2023-10-03T00:29:56.024Z | Compiling omicron-zone-package v0.8.3 |
1752 | 2023-10-03T00:30:01.004Z | Compiling fxhash v0.2.1 |
1753 | 2023-10-03T00:30:01.367Z | Compiling num-complex v0.4.4 |
1754 | 2023-10-03T00:30:02.405Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1755 | 2023-10-03T00:30:03.140Z | Compiling unicase v2.7.0 |
1756 | 2023-10-03T00:30:03.625Z | Compiling num v0.4.1 |
1757 | 2023-10-03T00:30:03.780Z | Compiling spki v0.7.2 |
1758 | 2023-10-03T00:30:04.896Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2023-10-03T00:30:06.536Z | Compiling itertools v0.11.0 |
1760 | 2023-10-03T00:30:06.561Z | Compiling maybe-uninit v2.0.0 |
1761 | 2023-10-03T00:30:07.237Z | Compiling arc-swap v1.6.0 |
1762 | 2023-10-03T00:30:08.533Z | Compiling half v1.8.2 |
1763 | 2023-10-03T00:30:10.913Z | Compiling ciborium-io v0.2.1 |
1764 | 2023-10-03T00:30:11.412Z | Compiling ciborium-ll v0.2.1 |
1765 | 2023-10-03T00:30:11.566Z | Compiling slog-scope v4.4.0 |
1766 | 2023-10-03T00:30:12.497Z | Compiling vergen v8.2.4 |
1767 | 2023-10-03T00:30:12.949Z | Compiling signal-hook v0.3.17 |
1768 | 2023-10-03T00:30:13.157Z | Compiling parking_lot_core v0.8.6 |
1769 | 2023-10-03T00:30:13.715Z | Compiling packed_struct v0.10.1 |
1770 | 2023-10-03T00:30:14.178Z | Compiling num-bigint-dig v0.8.4 |
1771 | 2023-10-03T00:30:14.195Z | Compiling crc-catalog v2.2.0 |
1772 | 2023-10-03T00:30:14.211Z | Compiling crc v3.0.1 |
1773 | 2023-10-03T00:30:14.395Z | Compiling slog-stdlog v4.1.1 |
1774 | 2023-10-03T00:30:15.290Z | Compiling ciborium v0.2.1 |
1775 | 2023-10-03T00:30:15.986Z | Compiling pkcs8 v0.10.2 |
1776 | 2023-10-03T00:30:19.154Z | Compiling universal-hash v0.5.1 |
1777 | 2023-10-03T00:30:19.801Z | Compiling nibble_vec v0.1.0 |
1778 | 2023-10-03T00:30:19.823Z | Compiling libsqlite3-sys v0.26.0 |
1779 | 2023-10-03T00:30:19.842Z | Compiling packed_struct_codegen v0.10.1 |
1780 | 2023-10-03T00:30:20.163Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1781 | 2023-10-03T00:30:21.231Z | Compiling dirs-sys-next v0.1.2 |
1782 | 2023-10-03T00:30:22.102Z | Compiling endian-type v0.1.2 |
1783 | 2023-10-03T00:30:22.169Z | Compiling doc-comment v0.3.3 |
1784 | 2023-10-03T00:30:22.449Z | Compiling semver v0.1.20 |
1785 | 2023-10-03T00:30:22.930Z | Compiling opaque-debug v0.3.0 |
1786 | 2023-10-03T00:30:23.070Z | Compiling nodrop v0.1.14 |
1787 | 2023-10-03T00:30:23.656Z | Compiling glob v0.3.1 |
1788 | 2023-10-03T00:30:23.769Z | Compiling crunchy v0.2.2 |
1789 | 2023-10-03T00:30:24.276Z | Compiling array-init v0.0.4 |
1790 | 2023-10-03T00:30:24.667Z | Compiling clang-sys v1.6.1 |
1791 | 2023-10-03T00:30:25.754Z | Compiling rustc_version v0.1.7 |
1792 | 2023-10-03T00:30:26.814Z | Compiling radix_trie v0.2.1 |
1793 | 2023-10-03T00:30:27.334Z | Compiling dirs-next v2.0.0 |
1794 | 2023-10-03T00:30:27.355Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1795 | 2023-10-03T00:30:28.520Z | Compiling pkcs1 v0.7.5 |
1796 | 2023-10-03T00:30:29.773Z | Compiling slog-envlogger v2.2.0 |
1797 | 2023-10-03T00:30:32.163Z | Compiling smallvec v0.6.14 |
1798 | 2023-10-03T00:30:34.538Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1799 | 2023-10-03T00:30:34.916Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1800 | 2023-10-03T00:30:37.091Z | Compiling sha-1 v0.10.1 |
1801 | 2023-10-03T00:30:38.635Z | Compiling platforms v3.0.2 |
1802 | 2023-10-03T00:30:39.091Z | Compiling prettyplease v0.2.12 |
1803 | 2023-10-03T00:30:39.492Z | Compiling bitfield v0.14.0 |
1804 | 2023-10-03T00:30:39.980Z | Compiling tiny-keccak v2.0.2 |
1805 | 2023-10-03T00:30:40.374Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1806 | 2023-10-03T00:30:41.375Z | Compiling rsa v0.9.2 |
1807 | 2023-10-03T00:30:41.388Z | Compiling tungstenite v0.17.3 |
1808 | 2023-10-03T00:30:42.907Z | Compiling parking_lot v0.11.2 |
1809 | 2023-10-03T00:30:47.059Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1810 | 2023-10-03T00:30:47.586Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1811 | 2023-10-03T00:30:50.089Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1812 | 2023-10-03T00:30:50.873Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1813 | 2023-10-03T00:30:51.159Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1814 | 2023-10-03T00:30:55.177Z | Compiling serde-hex v0.1.0 |
1815 | 2023-10-03T00:30:55.470Z | Compiling mime_guess v2.0.4 |
1816 | 2023-10-03T00:30:57.792Z | Compiling trust-dns-client v0.22.0 |
1817 | 2023-10-03T00:30:59.652Z | Compiling term v0.7.0 |
1818 | 2023-10-03T00:31:02.084Z | Compiling newtype_derive v0.1.6 |
1819 | 2023-10-03T00:31:02.799Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1820 | 2023-10-03T00:31:03.260Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1821 | 2023-10-03T00:31:03.316Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1822 | 2023-10-03T00:31:04.327Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1823 | 2023-10-03T00:31:17.301Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1824 | 2023-10-03T00:31:17.806Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1825 | 2023-10-03T00:31:19.017Z | Compiling x509-cert v0.2.4 |
1826 | 2023-10-03T00:31:19.252Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1827 | 2023-10-03T00:31:23.163Z | Compiling env_logger v0.10.0 |
1828 | 2023-10-03T00:31:29.689Z | Compiling darling_core v0.14.4 |
1829 | 2023-10-03T00:31:37.269Z | Compiling hashlink v0.8.3 |
1830 | 2023-10-03T00:31:38.512Z | Compiling ron v0.8.1 |
1831 | 2023-10-03T00:31:38.814Z | Compiling aead v0.5.2 |
1832 | 2023-10-03T00:31:39.264Z | Compiling snafu-derive v0.7.5 |
1833 | 2023-10-03T00:31:41.980Z | Compiling crc-any v2.4.3 |
1834 | 2023-10-03T00:31:42.740Z | Compiling minimal-lexical v0.2.1 |
1835 | 2023-10-03T00:31:43.568Z | Compiling convert_case v0.4.0 |
1836 | 2023-10-03T00:31:43.634Z | Compiling fallible-streaming-iterator v0.1.9 |
1837 | 2023-10-03T00:31:44.054Z | Compiling humantime v2.1.0 |
1838 | 2023-10-03T00:31:44.914Z | Compiling derive_more v0.99.17 |
1839 | 2023-10-03T00:31:45.573Z | Compiling rusqlite v0.29.0 |
1840 | 2023-10-03T00:31:47.478Z | Compiling snafu v0.7.5 |
1841 | 2023-10-03T00:31:49.521Z | Compiling nom v7.1.3 |
1842 | 2023-10-03T00:31:49.715Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1843 | 2023-10-03T00:32:06.621Z | Compiling trust-dns-server v0.22.1 |
1844 | 2023-10-03T00:32:07.085Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1845 | 2023-10-03T00:32:08.078Z | Compiling darling_macro v0.14.4 |
1846 | 2023-10-03T00:32:08.335Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1847 | 2023-10-03T00:32:08.695Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1848 | 2023-10-03T00:32:09.562Z | Compiling ascii-canvas v3.0.0 |
1849 | 2023-10-03T00:32:09.760Z | Compiling sled v0.34.7 |
1850 | 2023-10-03T00:32:09.815Z | Compiling tokio-tungstenite v0.17.2 |
1851 | 2023-10-03T00:32:09.878Z | Compiling nix v0.26.2 |
1852 | 2023-10-03T00:32:15.837Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1853 | 2023-10-03T00:32:16.857Z | Compiling tungstenite v0.18.0 |
1854 | 2023-10-03T00:32:21.073Z | Compiling num_enum_derive v0.7.0 |
1855 | 2023-10-03T00:32:22.147Z | Compiling object v0.30.4 |
1856 | 2023-10-03T00:32:25.290Z | Compiling twox-hash v1.6.3 |
1857 | 2023-10-03T00:32:26.847Z | Compiling is-terminal v0.4.9 |
1858 | 2023-10-03T00:32:27.050Z | Compiling ena v0.14.2 |
1859 | 2023-10-03T00:32:27.124Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1860 | 2023-10-03T00:32:27.802Z | Compiling derive-where v1.2.5 |
1861 | 2023-10-03T00:32:28.567Z | Compiling libloading v0.7.4 |
1862 | 2023-10-03T00:32:28.755Z | Compiling bindgen v0.65.1 |
1863 | 2023-10-03T00:32:29.160Z | Compiling linear-map v1.2.0 |
1864 | 2023-10-03T00:32:29.396Z | Compiling diff v0.1.13 |
1865 | 2023-10-03T00:32:29.791Z | Compiling pretty-hex v0.3.0 |
1866 | 2023-10-03T00:32:30.161Z | Compiling lalrpop-util v0.19.12 |
1867 | 2023-10-03T00:32:30.328Z | Compiling path-slash v0.1.5 |
1868 | 2023-10-03T00:32:30.699Z | Compiling lalrpop v0.19.12 |
1869 | 2023-10-03T00:32:30.741Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1870 | 2023-10-03T00:32:33.049Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1871 | 2023-10-03T00:32:34.607Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1872 | 2023-10-03T00:32:48.384Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
1873 | 2023-10-03T00:32:49.165Z | Compiling num_enum v0.7.0 |
1874 | 2023-10-03T00:32:49.429Z | Compiling tokio-tungstenite v0.18.0 |
1875 | 2023-10-03T00:32:50.325Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1876 | 2023-10-03T00:32:52.439Z | Compiling curve25519-dalek v4.1.0 |
1877 | 2023-10-03T00:32:52.932Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1878 | 2023-10-03T00:32:57.849Z | Compiling darling v0.14.4 |
1879 | 2023-10-03T00:32:57.869Z | Compiling cexpr v0.6.0 |
1880 | 2023-10-03T00:33:03.247Z | Compiling polyval v0.6.1 |
1881 | 2023-10-03T00:33:04.101Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1882 | 2023-10-03T00:33:04.995Z | Compiling ctr v0.9.2 |
1883 | 2023-10-03T00:33:05.592Z | Compiling aes v0.8.3 |
1884 | 2023-10-03T00:33:09.252Z | Compiling which v4.4.0 |
1885 | 2023-10-03T00:33:10.115Z | Compiling ff v0.13.0 |
1886 | 2023-10-03T00:33:10.144Z | Compiling path-dedot v3.1.0 |
1887 | 2023-10-03T00:33:10.588Z | Compiling bincode v1.3.3 |
1888 | 2023-10-03T00:33:10.606Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1889 | 2023-10-03T00:33:11.008Z | Compiling shlex v1.1.0 |
1890 | 2023-10-03T00:33:11.368Z | Compiling lazycell v1.3.0 |
1891 | 2023-10-03T00:33:11.614Z | Compiling display-error-chain v0.1.1 |
1892 | 2023-10-03T00:33:11.624Z | Compiling rustc-hash v1.1.0 |
1893 | 2023-10-03T00:33:11.822Z | Compiling erased-serde v0.3.30 |
1894 | 2023-10-03T00:33:11.842Z | Compiling peeking_take_while v0.1.2 |
1895 | 2023-10-03T00:33:12.476Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1896 | 2023-10-03T00:33:12.640Z | Compiling group v0.13.0 |
1897 | 2023-10-03T00:33:13.317Z | Compiling path-absolutize v3.1.0 |
1898 | 2023-10-03T00:33:14.607Z | Compiling aes-gcm-siv v0.11.1 |
1899 | 2023-10-03T00:33:14.616Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1900 | 2023-10-03T00:33:14.626Z | Compiling derive_builder_core v0.12.0 |
1901 | 2023-10-03T00:33:18.059Z | Compiling steno v0.4.0 |
1902 | 2023-10-03T00:33:19.348Z | Compiling env_logger v0.9.3 |
1903 | 2023-10-03T00:33:21.548Z | Compiling polar-core v0.26.4 |
1904 | 2023-10-03T00:33:23.816Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1905 | 2023-10-03T00:33:24.596Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1906 | 2023-10-03T00:33:27.396Z | Compiling olpc-cjson v0.1.3 |
1907 | 2023-10-03T00:33:28.330Z | Compiling pem v1.1.1 |
1908 | 2023-10-03T00:33:30.878Z | Compiling camino-tempfile v1.0.2 |
1909 | 2023-10-03T00:33:32.214Z | Compiling globset v0.4.13 |
1910 | 2023-10-03T00:33:32.725Z | Compiling crypto-bigint v0.5.2 |
1911 | 2023-10-03T00:33:35.482Z | Compiling serde_plain v1.0.2 |
1912 | 2023-10-03T00:33:36.117Z | Compiling curve25519-dalek-derive v0.1.0 |
1913 | 2023-10-03T00:33:36.783Z | Compiling libxml v0.3.3 |
1914 | 2023-10-03T00:33:36.860Z | Compiling async-recursion v1.0.5 |
1915 | 2023-10-03T00:33:38.378Z | Compiling bitstruct_derive v0.1.0 |
1916 | 2023-10-03T00:33:38.406Z | Compiling thiserror-impl-no-std v2.0.2 |
1917 | 2023-10-03T00:33:40.351Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1918 | 2023-10-03T00:33:40.372Z | Compiling buf-list v1.0.3 |
1919 | 2023-10-03T00:33:40.403Z | Compiling base16ct v0.2.0 |
1920 | 2023-10-03T00:33:40.478Z | Compiling ringbuffer v0.14.2 |
1921 | 2023-10-03T00:33:41.089Z | Compiling ref-cast v1.0.20 |
1922 | 2023-10-03T00:33:41.612Z | Compiling ascii v1.1.0 |
1923 | 2023-10-03T00:33:41.820Z | Compiling elliptic-curve v0.13.5 |
1924 | 2023-10-03T00:33:42.754Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1925 | 2023-10-03T00:33:43.066Z | Compiling bitstruct v0.1.1 |
1926 | 2023-10-03T00:33:43.155Z | Compiling thiserror-no-std v2.0.2 |
1927 | 2023-10-03T00:33:43.245Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1928 | 2023-10-03T00:33:43.691Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1929 | 2023-10-03T00:33:46.177Z | Compiling tough v0.12.5 |
1930 | 2023-10-03T00:33:48.238Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1931 | 2023-10-03T00:33:49.462Z | Compiling derive_builder_macro v0.12.0 |
1932 | 2023-10-03T00:33:53.583Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1933 | 2023-10-03T00:33:57.008Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1934 | 2023-10-03T00:33:59.882Z | Compiling poly1305 v0.8.0 |
1935 | 2023-10-03T00:34:03.018Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-10-03T00:34:03.033Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1937 | 2023-10-03T00:34:03.046Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1938 | 2023-10-03T00:34:03.061Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1939 | 2023-10-03T00:34:03.314Z | Compiling chacha20 v0.9.1 |
1940 | 2023-10-03T00:34:04.044Z | Compiling strum_macros v0.24.3 |
1941 | 2023-10-03T00:34:04.106Z | Compiling const_format_proc_macros v0.2.31 |
1942 | 2023-10-03T00:34:04.954Z | Compiling serde_arrays v0.1.0 |
1943 | 2023-10-03T00:34:05.201Z | Compiling enum-iterator-derive v1.2.1 |
1944 | 2023-10-03T00:34:07.898Z | Compiling ref-cast-impl v1.0.20 |
1945 | 2023-10-03T00:34:08.477Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1946 | 2023-10-03T00:34:08.895Z | Compiling cookie v0.16.2 |
1947 | 2023-10-03T00:34:08.988Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1948 | 2023-10-03T00:34:09.300Z | Compiling signature v1.6.4 |
1949 | 2023-10-03T00:34:09.311Z | Compiling salty v0.2.0 |
1950 | 2023-10-03T00:34:09.435Z | Compiling indoc v1.0.9 |
1951 | 2023-10-03T00:34:09.907Z | Compiling ed25519 v1.5.3 |
1952 | 2023-10-03T00:34:10.269Z | Compiling enum-iterator v1.4.1 |
1953 | 2023-10-03T00:34:10.387Z | Compiling const_format v0.2.31 |
1954 | 2023-10-03T00:34:10.412Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1955 | 2023-10-03T00:34:12.329Z | Compiling chacha20poly1305 v0.10.1 |
1956 | 2023-10-03T00:34:13.117Z | Compiling derive_builder v0.12.0 |
1957 | 2023-10-03T00:34:13.138Z | Compiling vsss-rs v3.3.1 |
1958 | 2023-10-03T00:34:21.481Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1959 | 2023-10-03T00:34:22.724Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1960 | 2023-10-03T00:34:25.354Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1961 | 2023-10-03T00:34:27.949Z | Compiling signal-hook-mio v0.2.3 |
1962 | 2023-10-03T00:34:28.105Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1963 | 2023-10-03T00:34:28.670Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1964 | 2023-10-03T00:34:32.164Z | Compiling ron v0.7.1 |
1965 | 2023-10-03T00:34:34.647Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1966 | 2023-10-03T00:34:35.056Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1967 | 2023-10-03T00:34:40.281Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1968 | 2023-10-03T00:34:42.380Z | Compiling headers-core v0.2.0 |
1969 | 2023-10-03T00:34:42.654Z | Compiling bb8 v0.8.1 |
1970 | 2023-10-03T00:34:42.766Z | Compiling quick-xml v0.23.1 |
1971 | 2023-10-03T00:34:42.810Z | Compiling serde-big-array v0.5.1 |
1972 | 2023-10-03T00:34:43.194Z | Compiling num-derive v0.4.0 |
1973 | 2023-10-03T00:34:43.609Z | Compiling impl-trait-for-tuples v0.2.2 |
1974 | 2023-10-03T00:34:47.048Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1975 | 2023-10-03T00:34:48.376Z | Compiling oso-derive v0.26.4 |
1976 | 2023-10-03T00:34:49.399Z | Compiling maplit v1.0.2 |
1977 | 2023-10-03T00:34:49.566Z | Compiling http-range v0.1.5 |
1978 | 2023-10-03T00:34:49.743Z | Compiling bit_field v0.10.2 |
1979 | 2023-10-03T00:34:49.863Z | Compiling hyper-staticfile v0.9.5 |
1980 | 2023-10-03T00:34:50.643Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1981 | 2023-10-03T00:34:51.384Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1982 | 2023-10-03T00:34:51.513Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1983 | 2023-10-03T00:34:54.422Z | Compiling headers v0.3.9 |
1984 | 2023-10-03T00:35:00.790Z | Compiling oso v0.26.4 |
1985 | 2023-10-03T00:35:01.879Z | Compiling crossterm v0.27.0 |
1986 | 2023-10-03T00:35:25.777Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1987 | 2023-10-03T00:35:26.335Z | Compiling signal-hook-tokio v0.3.1 |
1988 | 2023-10-03T00:35:27.063Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1989 | 2023-10-03T00:35:27.138Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1990 | 2023-10-03T00:35:29.047Z | Compiling serde-big-array v0.4.1 |
1991 | 2023-10-03T00:35:30.398Z | Compiling cassowary v0.3.0 |
1992 | 2023-10-03T00:35:30.405Z | Compiling indoc v2.0.3 |
1993 | 2023-10-03T00:35:31.803Z | Compiling ratatui v0.23.0 |
1994 | 2023-10-03T00:35:33.020Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1995 | 2023-10-03T00:35:34.144Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1996 | 2023-10-03T00:35:35.819Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1997 | 2023-10-03T00:35:36.382Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1998 | 2023-10-03T00:35:37.109Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1999 | 2023-10-03T00:35:42.737Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2000 | 2023-10-03T00:35:43.663Z | Compiling fatfs v0.3.6 |
2001 | 2023-10-03T00:35:48.157Z | Compiling bytesize v1.3.0 |
2002 | 2023-10-03T00:35:49.135Z | Compiling nanorand v0.7.0 |
2003 | 2023-10-03T00:35:49.624Z | Compiling rtoolbox v0.0.1 |
2004 | 2023-10-03T00:35:51.516Z | Compiling assert_matches v1.5.0 |
2005 | 2023-10-03T00:35:51.528Z | Compiling fs-err v2.9.0 |
2006 | 2023-10-03T00:35:51.539Z | Compiling corncobs v0.1.3 |
2007 | 2023-10-03T00:35:51.553Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2008 | 2023-10-03T00:35:51.820Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2009 | 2023-10-03T00:35:52.977Z | Compiling rpassword v7.2.0 |
2010 | 2023-10-03T00:35:53.167Z | Compiling flume v0.11.0 |
2011 | 2023-10-03T00:35:53.616Z | Compiling tui-tree-widget v0.13.0 |
2012 | 2023-10-03T00:35:54.452Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2013 | 2023-10-03T00:35:57.251Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2014 | 2023-10-03T00:35:58.348Z | Compiling shell-words v1.1.0 |
2015 | 2023-10-03T00:35:58.702Z | Compiling owo-colors v3.5.0 |
2016 | 2023-10-03T00:36:04.487Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2017 | 2023-10-03T00:36:13.090Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2018 | 2023-10-03T00:37:12.808Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2019 | 2023-10-03T00:37:22.539Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2020 | 2023-10-03T00:39:28.975Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2021 | 2023-10-03T00:40:57.727Z | Compiling git2 v0.17.2 |
2022 | 2023-10-03T00:41:04.549Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2023 | 2023-10-03T00:41:06.355Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2024 | 2023-10-03T00:41:18.553Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2025 | 2023-10-03T00:41:36.396Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2026 | 2023-10-03T00:41:38.652Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2027 | 2023-10-03T00:51:13.895Z | Finished release [optimized] target(s) in 22m 04s |
2028 | 2023-10-03T00:53:10.366Z | |
2029 | 2023-10-03T00:53:10.384Z | real 24:02.644343897 |
2030 | 2023-10-03T00:53:10.404Z | user 2:38:13.334034465 |
2031 | 2023-10-03T00:53:10.424Z | sys 7:15.361601910 |
2032 | 2023-10-03T00:53:10.441Z | trap 5.309285367 |
2033 | 2023-10-03T00:53:10.452Z | tflt 1.575964740 |
2034 | 2023-10-03T00:53:10.465Z | dflt 3.431918725 |
2035 | 2023-10-03T00:53:10.483Z | kflt 0.001110996 |
2036 | 2023-10-03T00:53:10.505Z | lock 9:09:50.739250118 |
2037 | 2023-10-03T00:53:10.527Z | slp 6:23:22.980157988 |
2038 | 2023-10-03T00:53:10.551Z | lat 2:44.746064219 |
2039 | 2023-10-03T00:53:10.566Z | stop 52.161330142 |
2040 | 2023-10-03T00:53:10.584Z | + 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/*) |
2041 | 2023-10-03T00:53:10.601Z | + pfexec mkdir -p /work |
2042 | 2023-10-03T00:53:11.030Z | + pfexec chown build /work |
2043 | 2023-10-03T00:53:11.057Z | + 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 |
2044 | 2023-10-03T00:53:24.052Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2045 | 2023-10-03T00:53:24.061Z | a out/maghemite.tar 73201K |
2046 | 2023-10-03T00:53:24.475Z | a out/omicron-sled-agent.tar 109872K |
2047 | 2023-10-03T00:53:24.484Z | a out/target/test 1K |
2048 | 2023-10-03T00:53:24.491Z | a out/npuzone/npuzone 36077K |
2049 | 2023-10-03T00:53:24.500Z | a package-manifest.toml 21K |
2050 | 2023-10-03T00:53:24.511Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2051 | 2023-10-03T00:53:24.522Z | a target/release/omicron-package 37027K |
2052 | 2023-10-03T00:53:24.532Z | a tools/create_virtual_hardware.sh 3K |
2053 | 2023-10-03T00:53:24.541Z | a tools/virtual_hardware.sh 4K |
2054 | 2023-10-03T00:53:24.958Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2055 | 2023-10-03T00:53:24.966Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2056 | 2023-10-03T00:53:24.974Z | a tools/scrimlet/softnpu-init.sh 3K |
2057 | 2023-10-03T00:53:24.980Z | a tools/scrimlet/softnpu-zone.txt 1K |
2058 | 2023-10-03T00:53:24.988Z | a tools/scrimlet/softnpu.toml 1K |
2059 | 2023-10-03T00:53:25.000Z | |
2060 | 2023-10-03T00:53:25.013Z | real 13.674631688 |
2061 | 2023-10-03T00:53:25.024Z | user 13.054621974 |
2062 | 2023-10-03T00:53:25.035Z | sys 1.099269332 |
2063 | 2023-10-03T00:53:25.044Z | trap 0.004062756 |
2064 | 2023-10-03T00:53:25.060Z | tflt 0.000000000 |
2065 | 2023-10-03T00:53:25.074Z | dflt 0.000000000 |
2066 | 2023-10-03T00:53:25.086Z | kflt 0.000000000 |
2067 | 2023-10-03T00:53:25.094Z | lock 0.000000000 |
2068 | 2023-10-03T00:53:25.107Z | slp 12.754710612 |
2069 | 2023-10-03T00:53:25.123Z | lat 0.428304477 |
2070 | 2023-10-03T00:53:25.135Z | stop 0.001577893 |
2071 | 2023-10-03T00:53:25.548Z | ++ pwd |
2072 | 2023-10-03T00:53:25.554Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2073 | 2023-10-03T00:53:25.561Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic |
2074 | 2023-10-03T00:53:25.568Z | Finished release [optimized] target(s) in 1.09s |
2075 | 2023-10-03T00:53:25.576Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic` |
2076 | 2023-10-03T00:53:25.582Z | Created new build target 'host' and set it as active |
2077 | 2023-10-03T00:53:25.587Z | |
2078 | 2023-10-03T00:53:25.594Z | real 1.242856777 |
2079 | 2023-10-03T00:53:25.609Z | user 0.884413299 |
2080 | 2023-10-03T00:53:25.621Z | sys 0.359265325 |
2081 | 2023-10-03T00:53:25.629Z | trap 0.000121588 |
2082 | 2023-10-03T00:53:25.637Z | tflt 0.000000000 |
2083 | 2023-10-03T00:53:25.645Z | dflt 0.000005343 |
2084 | 2023-10-03T00:53:25.652Z | kflt 0.000000000 |
2085 | 2023-10-03T00:53:25.660Z | lock 0.033175912 |
2086 | 2023-10-03T00:53:25.667Z | slp 0.020061476 |
2087 | 2023-10-03T00:53:25.674Z | lat 0.001781326 |
2088 | 2023-10-03T00:53:25.682Z | stop 0.000295442 |
2089 | 2023-10-03T00:53:25.692Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2090 | 2023-10-03T00:53:26.466Z | Finished release [optimized] target(s) in 1.07s |
2091 | 2023-10-03T00:53:26.495Z | Running `target/release/omicron-package -t host package` |
2092 | 2023-10-03T00:53:26.531Z | Oct 03 00:53:26.530 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2093 | 2023-10-03T00:53:27.694Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2094 | 2023-10-03T00:57:14.671Z | Finished release [optimized] target(s) in 3m 48s |
2095 | 2023-10-03T00:59:31.278Z | |
2096 | 2023-10-03T00:59:32.474Z | real 6:04.058856187 |
2097 | 2023-10-03T00:59:33.917Z | user 21:27.800971787 |
2098 | 2023-10-03T00:59:35.661Z | sys 1:05.187058552 |
2099 | 2023-10-03T00:59:36.620Z | trap 0.556361191 |
2100 | 2023-10-03T00:59:39.487Z | tflt 0.036226866 |
2101 | 2023-10-03T00:59:41.779Z | dflt 1.224906420 |
2102 | 2023-10-03T00:59:58.926Z | kflt 0.000295435 |
2103 | 2023-10-03T01:00:00.303Z | lock 1:32:08.486381629 |
2104 | 2023-10-03T01:00:00.546Z | slp 18:58.235483045 |
2105 | 2023-10-03T01:00:02.378Z | lat 8.455242590 |
2106 | 2023-10-03T01:00:02.817Z | stop 0.670801907 |
2107 | 2023-10-03T01:00:02.908Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2108 | 2023-10-03T01:00:03.372Z | + for package in "$@" |
2109 | 2023-10-03T01:00:03.698Z | + [[ omicron-sled-agent == maghemite ]] |
2110 | 2023-10-03T01:00:04.128Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git7ac3fa912aa |
2111 | 2023-10-03T01:00:04.158Z | Finished release [optimized] target(s) in 1.12s |
2112 | 2023-10-03T01:00:04.730Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git7ac3fa912aa` |
2113 | 2023-10-03T01:00:04.977Z | Oct 03 00:59:30.632 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2114 | 2023-10-03T01:00:05.148Z | Created: out/versioned/omicron-sled-agent.tar |
2115 | 2023-10-03T01:00:05.189Z | + for package in "$@" |
2116 | 2023-10-03T01:00:05.218Z | + [[ maghemite == maghemite ]] |
2117 | 2023-10-03T01:00:05.241Z | + echo 0.0.0 |
2118 | 2023-10-03T01:00:05.272Z | + tar rvf out/maghemite.tar VERSION |
2119 | 2023-10-03T01:00:05.298Z | a VERSION 1K |
2120 | 2023-10-03T01:00:05.318Z | + rm VERSION |
2121 | 2023-10-03T01:00:05.342Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git7ac3fa912aa |
2122 | 2023-10-03T01:00:05.365Z | Finished release [optimized] target(s) in 1.05s |
2123 | 2023-10-03T01:00:05.379Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git7ac3fa912aa` |
2124 | 2023-10-03T01:00:05.387Z | Oct 03 00:59:32.370 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2125 | 2023-10-03T01:00:05.805Z | Created: out/versioned/maghemite.tar |
2126 | 2023-10-03T01:00:05.834Z | + for package in "$@" |
2127 | 2023-10-03T01:00:05.850Z | + [[ propolis-server == maghemite ]] |
2128 | 2023-10-03T01:00:05.872Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git7ac3fa912aa |
2129 | 2023-10-03T01:00:05.898Z | Finished release [optimized] target(s) in 1.06s |
2130 | 2023-10-03T01:00:05.959Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git7ac3fa912aa` |
2131 | 2023-10-03T01:00:06.385Z | Oct 03 00:59:33.943 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2132 | 2023-10-03T01:00:06.815Z | Created: out/versioned/propolis-server.tar.gz |
2133 | 2023-10-03T01:00:06.832Z | + for package in "$@" |
2134 | 2023-10-03T01:00:06.859Z | + [[ overlay == maghemite ]] |
2135 | 2023-10-03T01:00:06.871Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git7ac3fa912aa |
2136 | 2023-10-03T01:00:06.881Z | Finished release [optimized] target(s) in 1.06s |
2137 | 2023-10-03T01:00:06.891Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git7ac3fa912aa` |
2138 | 2023-10-03T01:00:06.905Z | Oct 03 00:59:36.984 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2139 | 2023-10-03T01:00:06.919Z | Created: out/versioned/overlay.tar.gz |
2140 | 2023-10-03T01:00:06.938Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2141 | 2023-10-03T01:00:06.949Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2142 | 2023-10-03T01:00:06.979Z | ++ cd -- ./tools |
2143 | 2023-10-03T01:00:06.987Z | ++ pwd |
2144 | 2023-10-03T01:00:06.999Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2145 | 2023-10-03T01:00:07.025Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2146 | 2023-10-03T01:00:07.038Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2147 | 2023-10-03T01:00:07.052Z | ++ readlink -f /work |
2148 | 2023-10-03T01:00:07.064Z | + out_dir=/work |
2149 | 2023-10-03T01:00:07.080Z | + 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") |
2150 | 2023-10-03T01:00:07.100Z | + for dep in "${deps[@]}" |
2151 | 2023-10-03T01:00:07.114Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2152 | 2023-10-03T01:00:07.538Z | + for dep in "${deps[@]}" |
2153 | 2023-10-03T01:00:07.560Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2154 | 2023-10-03T01:00:07.583Z | + for dep in "${deps[@]}" |
2155 | 2023-10-03T01:00:08.015Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2156 | 2023-10-03T01:00:08.033Z | + for dep in "${deps[@]}" |
2157 | 2023-10-03T01:00:08.064Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2158 | 2023-10-03T01:00:08.087Z | ++ mktemp -d |
2159 | 2023-10-03T01:00:08.111Z | + tmp_gz=/tmp/tmp.2ca4ni |
2160 | 2023-10-03T01:00:08.153Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2161 | 2023-10-03T01:00:08.168Z | + echo '{"v":"1","t":"layer"}' |
2162 | 2023-10-03T01:00:08.188Z | + pkg_dir=/tmp/tmp.2ca4ni/root/opt/oxide/sled-agent |
2163 | 2023-10-03T01:00:08.203Z | + mkdir -p /tmp/tmp.2ca4ni/root/opt/oxide/sled-agent |
2164 | 2023-10-03T01:00:08.233Z | + cd /tmp/tmp.2ca4ni/root/opt/oxide/sled-agent |
2165 | 2023-10-03T01:00:08.248Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2166 | 2023-10-03T01:00:08.269Z | x ., 0 bytes, 0 tape blocks |
2167 | 2023-10-03T01:00:08.309Z | + mkdir -p /tmp/tmp.2ca4ni/root/lib/svc/manifest/site/ |
2168 | 2023-10-03T01:00:08.725Z | x zone-bundle, 34385008 bytes, 67159 tape blocks |
2169 | 2023-10-03T01:00:08.733Z | + mv pkg/manifest.xml /tmp/tmp.2ca4ni/root/lib/svc/manifest/site/sled-agent.xml |
2170 | 2023-10-03T01:00:08.750Z | x sled-agent, 78112288 bytes, 152564 tape blocks |
2171 | 2023-10-03T01:00:08.760Z | + cd - |
2172 | 2023-10-03T01:00:08.769Z | x pkg, 0 bytes, 0 tape blocks |
2173 | 2023-10-03T01:00:08.775Z | + pkg_dir=/tmp/tmp.2ca4ni/root/opt/oxide/mg-ddm |
2174 | 2023-10-03T01:00:08.781Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2175 | 2023-10-03T01:00:08.790Z | + mkdir -p /tmp/tmp.2ca4ni/root/opt/oxide/mg-ddm |
2176 | 2023-10-03T01:00:08.799Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2177 | 2023-10-03T01:00:08.810Z | + cd /tmp/tmp.2ca4ni/root/opt/oxide/mg-ddm |
2178 | 2023-10-03T01:00:08.823Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2179 | 2023-10-03T01:00:08.888Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2180 | 2023-10-03T01:00:08.947Z | x VERSION, 25 bytes, 1 tape blocks |
2181 | 2023-10-03T01:00:09.094Z | + cd - |
2182 | 2023-10-03T01:00:09.512Z | /work/oxidecomputer/omicron |
2183 | 2023-10-03T01:00:09.527Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.2ca4ni/root/opt/oxide |
2184 | 2023-10-03T01:00:09.556Z | x ., 0 bytes, 0 tape blocks |
2185 | 2023-10-03T01:00:09.573Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.2ca4ni/root/opt/oxide |
2186 | 2023-10-03T01:00:09.597Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2187 | 2023-10-03T01:00:09.611Z | + cd /tmp/tmp.2ca4ni |
2188 | 2023-10-03T01:00:09.627Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2189 | 2023-10-03T01:00:09.641Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2190 | 2023-10-03T01:00:10.071Z | x pkg, 0 bytes, 0 tape blocks |
2191 | 2023-10-03T01:00:10.094Z | + cd / |
2192 | 2023-10-03T01:00:10.117Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2193 | 2023-10-03T01:00:10.132Z | + rm -rf /tmp/tmp.2ca4ni |
2194 | 2023-10-03T01:00:10.151Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2195 | 2023-10-03T01:00:10.168Z | |
2196 | 2023-10-03T01:00:10.187Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2197 | 2023-10-03T01:00:10.209Z | real 12.624799029 |
2198 | 2023-10-03T01:00:10.231Z | x VERSION, 25 bytes, 1 tape blocks |
2199 | 2023-10-03T01:00:10.261Z | user 11.695909137 |
2200 | 2023-10-03T01:00:10.299Z | /work/oxidecomputer/omicron |
2201 | 2023-10-03T01:00:10.327Z | sys 0.997179325 |
2202 | 2023-10-03T01:00:10.350Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2203 | 2023-10-03T01:00:10.373Z | trap 0.003562286 |
2204 | 2023-10-03T01:00:10.436Z | a oxide.json 1K |
2205 | 2023-10-03T01:00:10.459Z | tflt 0.000000000 |
2206 | 2023-10-03T01:00:10.484Z | a root/ 0K |
2207 | 2023-10-03T01:00:10.516Z | dflt 0.000000000 |
2208 | 2023-10-03T01:00:10.536Z | a root/opt/ 0K |
2209 | 2023-10-03T01:00:11.034Z | kflt 0.000000000 |
2210 | 2023-10-03T01:00:11.087Z | a root/opt/oxide/ 0K |
2211 | 2023-10-03T01:00:11.513Z | lock 0.000000000 |
2212 | 2023-10-03T01:00:11.527Z | a root/opt/oxide/sled-agent/ 0K |
2213 | 2023-10-03T01:00:11.549Z | slp 24.359493231 |
2214 | 2023-10-03T01:00:11.574Z | a root/opt/oxide/sled-agent/zone-bundle 33580K |
2215 | 2023-10-03T01:00:11.624Z | lat 0.399031150 |
2216 | 2023-10-03T01:00:11.816Z | a root/opt/oxide/sled-agent/sled-agent 76282K |
2217 | 2023-10-03T01:00:12.041Z | stop 0.000306637 |
2218 | 2023-10-03T01:00:12.249Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2219 | 2023-10-03T01:00:12.310Z | + mkdir -p /work/zones |
2220 | 2023-10-03T01:00:12.733Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2221 | 2023-10-03T01:00:12.743Z | + 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/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) |
2222 | 2023-10-03T01:00:12.762Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2223 | 2023-10-03T01:00:12.780Z | + 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/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/ |
2224 | 2023-10-03T01:00:12.803Z | a root/opt/oxide/sled-agent/VERSION 1K |
2225 | 2023-10-03T01:00:13.298Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2226 | 2023-10-03T01:00:13.317Z | a root/opt/oxide/mg-ddm/ 0K |
2227 | 2023-10-03T01:00:13.339Z | Finished release [optimized] target(s) in 1.13s |
2228 | 2023-10-03T01:00:13.353Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2229 | 2023-10-03T01:00:13.364Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2230 | 2023-10-03T01:00:13.368Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2231 | 2023-10-03T01:00:13.376Z | |
2232 | 2023-10-03T01:00:13.382Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2233 | 2023-10-03T01:00:13.395Z | real 1.292787073 |
2234 | 2023-10-03T01:00:13.404Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2235 | 2023-10-03T01:00:13.427Z | user 0.921290171 |
2236 | 2023-10-03T01:00:14.338Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2237 | 2023-10-03T01:00:14.347Z | sys 0.368177188 |
2238 | 2023-10-03T01:00:14.354Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2239 | 2023-10-03T01:00:14.372Z | trap 0.001386544 |
2240 | 2023-10-03T01:00:14.385Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2241 | 2023-10-03T01:00:14.394Z | tflt 0.000019471 |
2242 | 2023-10-03T01:00:14.410Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2243 | 2023-10-03T01:00:14.424Z | dflt 0.000004976 |
2244 | 2023-10-03T01:00:14.428Z | a root/opt/oxide/overlay.tar.gz 2K |
2245 | 2023-10-03T01:00:14.432Z | kflt 0.000000000 |
2246 | 2023-10-03T01:00:14.435Z | a root/lib/ 0K |
2247 | 2023-10-03T01:00:14.438Z | lock 0.036291059 |
2248 | 2023-10-03T01:00:14.441Z | a root/lib/svc/ 0K |
2249 | 2023-10-03T01:00:14.445Z | slp 0.021935136 |
2250 | 2023-10-03T01:00:14.448Z | a root/lib/svc/manifest/ 0K |
2251 | 2023-10-03T01:00:14.452Z | lat 0.004724541 |
2252 | 2023-10-03T01:00:14.473Z | a root/lib/svc/manifest/site/ 0K |
2253 | 2023-10-03T01:00:14.477Z | stop 0.000225912 |
2254 | 2023-10-03T01:00:14.481Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2255 | 2023-10-03T01:00:14.484Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2256 | 2023-10-03T01:00:14.488Z | Created new build target 'recovery' and set it as active |
2257 | 2023-10-03T01:00:14.493Z | Finished release [optimized] target(s) in 1.10s |
2258 | 2023-10-03T01:00:14.499Z | Running `target/release/omicron-package -t recovery package` |
2259 | 2023-10-03T01:00:14.503Z | Oct 03 00:59:55.458 DEBG target[recovery]: Target({"image": "trampoline"}) |
2260 | 2023-10-03T01:00:14.507Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2261 | 2023-10-03T01:00:14.510Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2262 | 2023-10-03T01:00:34.280Z | Finished release [optimized] target(s) in 37.55s |
2263 | 2023-10-03T01:01:12.386Z | |
2264 | 2023-10-03T01:01:12.486Z | real 1:17.740843457 |
2265 | 2023-10-03T01:01:12.525Z | user 2:42.996845385 |
2266 | 2023-10-03T01:01:12.545Z | sys 12.356210977 |
2267 | 2023-10-03T01:01:12.558Z | trap 0.082757951 |
2268 | 2023-10-03T01:01:12.573Z | tflt 0.118614523 |
2269 | 2023-10-03T01:01:12.596Z | dflt 0.650851844 |
2270 | 2023-10-03T01:01:12.605Z | kflt 0.000000000 |
2271 | 2023-10-03T01:01:12.611Z | lock 17:13.133957046 |
2272 | 2023-10-03T01:01:12.619Z | slp 3:02.061108242 |
2273 | 2023-10-03T01:01:12.623Z | lat 1.765719220 |
2274 | 2023-10-03T01:01:12.628Z | stop 0.186840745 |
2275 | 2023-10-03T01:01:12.636Z | + stamp_packages installinator maghemite |
2276 | 2023-10-03T01:01:12.642Z | + for package in "$@" |
2277 | 2023-10-03T01:01:12.646Z | + [[ installinator == maghemite ]] |
2278 | 2023-10-03T01:01:12.649Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git7ac3fa912aa |
2279 | 2023-10-03T01:01:13.100Z | Finished release [optimized] target(s) in 1.07s |
2280 | 2023-10-03T01:01:13.134Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git7ac3fa912aa` |
2281 | 2023-10-03T01:01:13.615Z | Oct 03 01:01:13.167 DEBG target[active]: Target({"image": "trampoline"}) |
2282 | 2023-10-03T01:01:14.057Z | Created: out/versioned/installinator.tar |
2283 | 2023-10-03T01:01:14.104Z | + for package in "$@" |
2284 | 2023-10-03T01:01:14.161Z | + [[ maghemite == maghemite ]] |
2285 | 2023-10-03T01:01:14.271Z | + echo 0.0.0 |
2286 | 2023-10-03T01:01:14.379Z | + tar rvf out/maghemite.tar VERSION |
2287 | 2023-10-03T01:01:14.417Z | a VERSION 1K |
2288 | 2023-10-03T01:01:14.461Z | + rm VERSION |
2289 | 2023-10-03T01:01:14.520Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git7ac3fa912aa |
2290 | 2023-10-03T01:01:14.568Z | Finished release [optimized] target(s) in 1.06s |
2291 | 2023-10-03T01:01:14.681Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git7ac3fa912aa` |
2292 | 2023-10-03T01:01:14.698Z | Oct 03 01:01:14.516 DEBG target[active]: Target({"image": "trampoline"}) |
2293 | 2023-10-03T01:01:14.752Z | Created: out/versioned/maghemite.tar |
2294 | 2023-10-03T01:01:14.760Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2295 | 2023-10-03T01:01:14.765Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2296 | 2023-10-03T01:01:14.774Z | ++ cd -- ./tools |
2297 | 2023-10-03T01:01:14.782Z | ++ pwd |
2298 | 2023-10-03T01:01:14.789Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2299 | 2023-10-03T01:01:14.800Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2300 | 2023-10-03T01:01:14.808Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2301 | 2023-10-03T01:01:14.820Z | ++ readlink -f /work |
2302 | 2023-10-03T01:01:14.831Z | + out_dir=/work |
2303 | 2023-10-03T01:01:14.844Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2304 | 2023-10-03T01:01:14.883Z | + for dep in "${deps[@]}" |
2305 | 2023-10-03T01:01:14.888Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2306 | 2023-10-03T01:01:14.893Z | + for dep in "${deps[@]}" |
2307 | 2023-10-03T01:01:14.904Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2308 | 2023-10-03T01:01:14.918Z | ++ mktemp -d |
2309 | 2023-10-03T01:01:14.935Z | + tmp_trampoline=/tmp/tmp.q6aqsi |
2310 | 2023-10-03T01:01:14.944Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2311 | 2023-10-03T01:01:14.950Z | + echo '{"v":"1","t":"layer"}' |
2312 | 2023-10-03T01:01:14.956Z | + pkg_dir=/tmp/tmp.q6aqsi/root/opt/oxide/installinator |
2313 | 2023-10-03T01:01:14.962Z | + mkdir -p /tmp/tmp.q6aqsi/root/opt/oxide/installinator |
2314 | 2023-10-03T01:01:14.970Z | + cd /tmp/tmp.q6aqsi/root/opt/oxide/installinator |
2315 | 2023-10-03T01:01:14.984Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2316 | 2023-10-03T01:01:14.992Z | x ., 0 bytes, 0 tape blocks |
2317 | 2023-10-03T01:01:14.996Z | x installinator, 47741152 bytes, 93245 tape blocks |
2318 | 2023-10-03T01:01:15.003Z | x pkg, 0 bytes, 0 tape blocks |
2319 | 2023-10-03T01:01:15.008Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2320 | 2023-10-03T01:01:15.010Z | x VERSION, 25 bytes, 1 tape blocks |
2321 | 2023-10-03T01:01:15.017Z | + mkdir -p /tmp/tmp.q6aqsi/root/lib/svc/manifest/site/ |
2322 | 2023-10-03T01:01:15.022Z | + mv pkg/manifest.xml /tmp/tmp.q6aqsi/root/lib/svc/manifest/site/installinator.xml |
2323 | 2023-10-03T01:01:15.027Z | + cd - |
2324 | 2023-10-03T01:01:15.032Z | /work/oxidecomputer/omicron |
2325 | 2023-10-03T01:01:15.038Z | + pkg_dir=/tmp/tmp.q6aqsi/root/opt/oxide/mg-ddm |
2326 | 2023-10-03T01:01:15.044Z | + mkdir -p /tmp/tmp.q6aqsi/root/opt/oxide/mg-ddm |
2327 | 2023-10-03T01:01:15.049Z | + cd /tmp/tmp.q6aqsi/root/opt/oxide/mg-ddm |
2328 | 2023-10-03T01:01:15.054Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2329 | 2023-10-03T01:01:15.059Z | x ., 0 bytes, 0 tape blocks |
2330 | 2023-10-03T01:01:15.063Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2331 | 2023-10-03T01:01:15.070Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2332 | 2023-10-03T01:01:15.084Z | x pkg, 0 bytes, 0 tape blocks |
2333 | 2023-10-03T01:01:15.501Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2334 | 2023-10-03T01:01:15.507Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2335 | 2023-10-03T01:01:15.519Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2336 | 2023-10-03T01:01:15.938Z | x VERSION, 25 bytes, 1 tape blocks |
2337 | 2023-10-03T01:01:15.956Z | + cd - |
2338 | 2023-10-03T01:01:15.966Z | /work/oxidecomputer/omicron |
2339 | 2023-10-03T01:01:15.975Z | + cd /tmp/tmp.q6aqsi |
2340 | 2023-10-03T01:01:15.981Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2341 | 2023-10-03T01:01:21.278Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2342 | 2023-10-03T01:01:21.294Z | a oxide.json 1K |
2343 | 2023-10-03T01:01:21.314Z | a root/ 0K |
2344 | 2023-10-03T01:01:21.328Z | a root/opt/ 0K |
2345 | 2023-10-03T01:01:21.341Z | a root/opt/oxide/ 0K |
2346 | 2023-10-03T01:01:21.355Z | a root/opt/oxide/installinator/ 0K |
2347 | 2023-10-03T01:01:21.362Z | a root/opt/oxide/installinator/installinator 46623K |
2348 | 2023-10-03T01:01:21.379Z | a root/opt/oxide/installinator/pkg/ 0K |
2349 | 2023-10-03T01:01:21.794Z | a root/opt/oxide/installinator/VERSION 1K |
2350 | 2023-10-03T01:01:21.798Z | a root/opt/oxide/mg-ddm/ 0K |
2351 | 2023-10-03T01:01:21.801Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2352 | 2023-10-03T01:01:21.804Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2353 | 2023-10-03T01:01:21.811Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2354 | 2023-10-03T01:01:21.814Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2355 | 2023-10-03T01:01:21.818Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2356 | 2023-10-03T01:01:21.821Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2357 | 2023-10-03T01:01:21.826Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2358 | 2023-10-03T01:01:21.834Z | a root/lib/ 0K |
2359 | 2023-10-03T01:01:21.844Z | a root/lib/svc/ 0K |
2360 | 2023-10-03T01:01:21.859Z | a root/lib/svc/manifest/ 0K |
2361 | 2023-10-03T01:01:21.870Z | a root/lib/svc/manifest/site/ 0K |
2362 | 2023-10-03T01:01:21.874Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2363 | 2023-10-03T01:01:21.878Z | + cd / |
2364 | 2023-10-03T01:01:21.883Z | + rm -rf /tmp/tmp.q6aqsi |
2365 | 2023-10-03T01:01:21.889Z | |
2366 | 2023-10-03T01:01:21.904Z | real 6.549037542 |
2367 | 2023-10-03T01:01:21.907Z | user 6.124244351 |
2368 | 2023-10-03T01:01:21.910Z | sys 0.454410130 |
2369 | 2023-10-03T01:01:21.921Z | trap 0.002124850 |
2370 | 2023-10-03T01:01:21.924Z | tflt 0.000000000 |
2371 | 2023-10-03T01:01:21.927Z | dflt 0.000000000 |
2372 | 2023-10-03T01:01:21.930Z | kflt 0.000000000 |
2373 | 2023-10-03T01:01:21.934Z | lock 0.000000000 |
2374 | 2023-10-03T01:01:21.936Z | slp 12.666737082 |
2375 | 2023-10-03T01:01:21.939Z | lat 0.196354886 |
2376 | 2023-10-03T01:01:21.942Z | stop 0.000299709 |
2377 | 2023-10-03T01:01:21.947Z | process exited: duration 2600797 ms, exit code 0 |
|
2378 | 2023-10-03T01:01:21.978Z | found 20 output files |
2379 | 2023-10-03T01:01:21.986Z | uploading: /work/version.txt (26 bytes) |
2380 | 2023-10-03T01:01:23.001Z | uploaded: /work/version.txt |
2381 | 2023-10-03T01:01:23.007Z | uploading: /work/package.tar.gz (82580343 bytes) |
2382 | 2023-10-03T01:04:00.256Z | uploaded: /work/package.tar.gz |
2383 | 2023-10-03T01:04:00.820Z | uploading: /work/global-zone-packages.tar.gz (125125261 bytes) |
2384 | 2023-10-03T01:07:07.635Z | uploaded: /work/global-zone-packages.tar.gz |
2385 | 2023-10-03T01:07:07.788Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38532644 bytes) |
2386 | 2023-10-03T01:07:43.124Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2387 | 2023-10-03T01:07:43.555Z | uploading: /work/zones/clickhouse.tar.gz (180701589 bytes) |
2388 | 2023-10-03T01:11:40.833Z | uploaded: /work/zones/clickhouse.tar.gz |
2389 | 2023-10-03T01:11:41.173Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180704149 bytes) |
2390 | 2023-10-03T01:14:59.382Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2391 | 2023-10-03T01:14:59.819Z | uploading: /work/zones/cockroachdb.tar.gz (117761474 bytes) |
2392 | 2023-10-03T01:19:42.023Z | uploaded: /work/zones/cockroachdb.tar.gz |
2393 | 2023-10-03T01:19:42.048Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2394 | 2023-10-03T01:20:00.900Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2395 | 2023-10-03T01:20:00.933Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2396 | 2023-10-03T01:20:34.319Z | uploaded: /work/zones/crucible.tar.gz |
2397 | 2023-10-03T01:20:34.409Z | uploading: /work/zones/external-dns.tar.gz (22030414 bytes) |
2398 | 2023-10-03T01:20:54.079Z | uploaded: /work/zones/external-dns.tar.gz |
2399 | 2023-10-03T01:20:54.125Z | uploading: /work/zones/internal-dns.tar.gz (22030413 bytes) |
2400 | 2023-10-03T01:21:05.946Z | uploaded: /work/zones/internal-dns.tar.gz |
2401 | 2023-10-03T01:21:06.372Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2402 | 2023-10-03T01:21:07.413Z | uploaded: /work/zones/ntp.tar.gz |
2403 | 2023-10-03T01:21:07.427Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15721215 bytes) |
2404 | 2023-10-03T01:21:16.119Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2405 | 2023-10-03T01:21:16.123Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15720143 bytes) |
2406 | 2023-10-03T01:21:26.628Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2407 | 2023-10-03T01:21:26.647Z | uploading: /work/zones/omicron-nexus.tar.gz (67401652 bytes) |
2408 | 2023-10-03T01:23:02.242Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2409 | 2023-10-03T01:23:02.265Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2410 | 2023-10-03T01:23:03.359Z | uploaded: /work/zones/overlay.tar.gz |
2411 | 2023-10-03T01:23:03.403Z | uploading: /work/zones/oximeter-collector.tar.gz (16254485 bytes) |
2412 | 2023-10-03T01:23:16.040Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2413 | 2023-10-03T01:23:16.054Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2414 | 2023-10-03T01:24:36.853Z | uploaded: /work/zones/propolis-server.tar.gz |
2415 | 2023-10-03T01:24:36.865Z | uploading: /work/zones/switch-asic.tar.gz (220062242 bytes) |
2416 | 2023-10-03T01:28:08.366Z | uploaded: /work/zones/switch-asic.tar.gz |
2417 | 2023-10-03T01:28:08.619Z | uploading: /work/zones/switch-softnpu.tar.gz (142113142 bytes) |
2418 | 2023-10-03T01:31:09.341Z | uploaded: /work/zones/switch-softnpu.tar.gz |