|
|
|
1 | 2023-10-04T20:52:27.897Z | job assigned to worker 01HBY7AKHP0KC78V3XDNKCW9KX (queued for 1 m 32 s) |
|
2 | 2023-10-04T20:52:28.637Z | starting task 0: "setup" |
3 | 2023-10-04T20:52:28.700Z | ++ uname -s |
4 | 2023-10-04T20:52:28.703Z | + kern=SunOS |
5 | 2023-10-04T20:52:28.707Z | + case "$kern" in |
6 | 2023-10-04T20:52:28.710Z | + groupadd -g 12345 build |
7 | 2023-10-04T20:52:28.713Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T20:52:30.718Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T20:52:30.813Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T20:52:30.817Z | + home_fs=zfs |
11 | 2023-10-04T20:52:30.822Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T20:52:30.825Z | + mkdir -p /home/build |
13 | 2023-10-04T20:52:30.828Z | + chown build:build /home/build /work |
14 | 2023-10-04T20:52:32.846Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T20:52:32.892Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2023-10-04T20:52:32.922Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T20:52:32.940Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T20:52:32.945Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T20:52:33.110Z | info: downloading installer |
20 | 2023-10-04T20:52:35.401Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T20:52:35.406Z | warning: /opt/ooce/bin |
22 | 2023-10-04T20:52:35.450Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T20:52:35.454Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T20:52:35.456Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T20:52:35.459Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T20:52:35.477Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T20:52:35.480Z | error: cannot install while Rust is installed |
28 | 2023-10-04T20:52:35.483Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T20:52:35.668Z | info: profile set to 'default' |
30 | 2023-10-04T20:52:35.682Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T20:52:35.693Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T20:52:35.858Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T20:52:35.862Z | info: downloading component 'cargo' |
34 | 2023-10-04T20:52:36.765Z | info: downloading component 'clippy' |
35 | 2023-10-04T20:52:37.092Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T20:52:38.209Z | info: downloading component 'rust-std' |
37 | 2023-10-04T20:52:40.189Z | info: downloading component 'rustc' |
38 | 2023-10-04T20:52:45.096Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T20:52:45.380Z | info: installing component 'cargo' |
40 | 2023-10-04T20:52:47.263Z | info: installing component 'clippy' |
41 | 2023-10-04T20:52:48.117Z | info: installing component 'rust-docs' |
42 | 2023-10-04T20:52:50.876Z | info: installing component 'rust-std' |
43 | 2023-10-04T20:52:54.446Z | info: installing component 'rustc' |
44 | 2023-10-04T20:53:03.545Z | info: installing component 'rustfmt' |
45 | 2023-10-04T20:53:03.974Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T20:53:03.977Z | |
47 | 2023-10-04T20:53:04.133Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T20:53:04.147Z | |
49 | 2023-10-04T20:53:04.154Z | |
50 | 2023-10-04T20:53:04.160Z | Rust is installed now. Great! |
51 | 2023-10-04T20:53:04.164Z | |
52 | 2023-10-04T20:53:04.168Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T20:53:04.175Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T20:53:04.179Z | |
55 | 2023-10-04T20:53:04.184Z | To configure your current shell, run: |
56 | 2023-10-04T20:53:04.187Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T20:53:04.217Z | + rustc --version |
58 | 2023-10-04T20:53:04.330Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T20:53:04.338Z | process exited: duration 31409 ms, exit code 0 |
|
60 | 2023-10-04T20:53:04.350Z | starting task 2: "authentication" |
61 | 2023-10-04T20:53:04.388Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-04T20:53:04.406Z | starting task 3: "clone repository" |
63 | 2023-10-04T20:53:04.418Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T20:53:04.423Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T20:53:04.514Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T20:53:10.872Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T20:53:10.874Z | + [[ -n alan/new-c-bull ]] |
68 | 2023-10-04T20:53:10.878Z | + git fetch origin alan/new-c-bull |
69 | 2023-10-04T20:53:11.223Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T20:53:11.225Z | * branch alan/new-c-bull -> FETCH_HEAD |
71 | 2023-10-04T20:53:11.234Z | + git checkout -B alan/new-c-bull remotes/origin/alan/new-c-bull |
72 | 2023-10-04T20:53:11.321Z | Switched to a new branch 'alan/new-c-bull' |
73 | 2023-10-04T20:53:11.328Z | branch 'alan/new-c-bull' set up to track 'origin/alan/new-c-bull'. |
74 | 2023-10-04T20:53:11.332Z | + git reset --hard e1d680b7673239f44095a466b28550625604c412 |
75 | 2023-10-04T20:53:11.465Z | HEAD is now at e1d680b7 Use the Default |
76 | 2023-10-04T20:53:11.468Z | process exited: duration 7058 ms, exit code 0 |
|
77 | 2023-10-04T20:53:11.475Z | starting task 4: "build" |
78 | 2023-10-04T20:53:11.485Z | + cargo --version |
79 | 2023-10-04T20:53:11.575Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T20:53:11.578Z | + rustc --version |
81 | 2023-10-04T20:53:11.681Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T20:53:11.687Z | ++ git rev-parse HEAD |
83 | 2023-10-04T20:53:11.691Z | + COMMIT=e1d680b7673239f44095a466b28550625604c412 |
84 | 2023-10-04T20:53:11.694Z | + VERSION=1.0.2-0.ci+gite1d680b7673 |
85 | 2023-10-04T20:53:11.697Z | + echo 1.0.2-0.ci+gite1d680b7673 |
86 | 2023-10-04T20:53:11.700Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-04T20:53:19.814Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-04T20:53:20.398Z | Startup: Caching catalogs ... Done |
89 | 2023-10-04T20:53:23.119Z | Planning: Solver setup ... Done (2.516s) |
90 | 2023-10-04T20:53:23.290Z | Planning: Running solver ... Done (0.170s) |
91 | 2023-10-04T20:53:23.321Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-04T20:53:23.367Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-04T20:53:23.748Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-04T20:53:23.831Z | Planning: Package planning ... Done (0.082s) |
95 | 2023-10-04T20:53:23.916Z | Planning: Merging actions ... Done (0.084s) |
96 | 2023-10-04T20:53:24.674Z | Planning: Checking for conflicting actions ... Done (0.758s) |
97 | 2023-10-04T20:53:24.691Z | Planning: Consolidating action changes ... Done (0.016s) |
98 | 2023-10-04T20:53:28.836Z | Planning: Evaluating mediators ... Done (4.145s) |
99 | 2023-10-04T20:53:28.852Z | Planning: Planning completed in 8.40 seconds |
100 | 2023-10-04T20:53:28.875Z | Packages to install: 4 |
101 | 2023-10-04T20:53:28.878Z | Mediators to change: 2 |
102 | 2023-10-04T20:53:28.880Z | Services to change: 1 |
103 | 2023-10-04T20:53:28.883Z | Estimated space available: 149.39 GB |
104 | 2023-10-04T20:53:28.886Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-04T20:53:28.889Z | Create boot environment: No |
106 | 2023-10-04T20:53:28.892Z | Create backup boot environment: No |
107 | 2023-10-04T20:53:28.895Z | Rebuild boot archive: No |
108 | 2023-10-04T20:53:28.898Z | |
109 | 2023-10-04T20:53:28.901Z | Changed mediators: |
110 | 2023-10-04T20:53:28.904Z | mediator clang: |
111 | 2023-10-04T20:53:28.908Z | version: None -> 15 (system default) |
112 | 2023-10-04T20:53:28.912Z | |
113 | 2023-10-04T20:53:28.915Z | mediator llvm: |
114 | 2023-10-04T20:53:28.917Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-04T20:53:28.920Z | |
116 | 2023-10-04T20:53:28.923Z | Changed packages: |
117 | 2023-10-04T20:53:28.926Z | helios-dev |
118 | 2023-10-04T20:53:28.929Z | developer/build-essential |
119 | 2023-10-04T20:53:28.932Z | None -> 11-2.0 |
120 | 2023-10-04T20:53:28.935Z | library/libxmlsec1 |
121 | 2023-10-04T20:53:28.937Z | None -> 1.2.35-2.0 |
122 | 2023-10-04T20:53:28.940Z | ooce/developer/clang-15 |
123 | 2023-10-04T20:53:28.943Z | None -> 15.0.7-2.0 |
124 | 2023-10-04T20:53:28.946Z | ooce/developer/llvm-15 |
125 | 2023-10-04T20:53:28.949Z | None -> 15.0.7-2.0 |
126 | 2023-10-04T20:53:28.952Z | |
127 | 2023-10-04T20:53:28.955Z | Services: |
128 | 2023-10-04T20:53:28.958Z | restart_fmri: |
129 | 2023-10-04T20:53:28.960Z | svc:/system/update-man-index:default |
130 | 2023-10-04T20:53:29.198Z | |
131 | 2023-10-04T20:53:29.202Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-04T20:53:35.341Z | Download: 208/3290 items 1.3/212.6MB 0% complete (369k/s) |
133 | 2023-10-04T20:53:40.981Z | Download: 1198/3290 items 74.1/212.6MB 34% complete (7.3M/s) |
134 | 2023-10-04T20:53:45.981Z | Download: 1620/3290 items 117.0/212.6MB 55% complete (12.2M/s) |
135 | 2023-10-04T20:53:50.983Z | Download: 2269/3290 items 119.4/212.6MB 56% complete (4.6M/s) |
136 | 2023-10-04T20:53:55.983Z | Download: 2490/3290 items 120.2/212.6MB 56% complete (402k/s) |
137 | 2023-10-04T20:54:00.984Z | Download: 2931/3290 items 121.2/212.6MB 57% complete (189k/s) |
138 | 2023-10-04T20:54:05.985Z | Download: 3244/3290 items 200.4/212.6MB 94% complete (7.9M/s) |
139 | 2023-10-04T20:54:14.089Z | Download: 3287/3290 items 211.7/212.6MB 99% complete (8.9M/s) |
140 | 2023-10-04T20:54:14.553Z | Download: Completed 212.60 MB in 45.36 seconds (4.7M/s) |
141 | 2023-10-04T20:54:14.781Z | Actions: 1/3687 actions (Installing new actions) |
142 | 2023-10-04T20:54:20.032Z | Actions: 2821/3687 actions (Installing new actions) |
143 | 2023-10-04T20:54:23.107Z | Actions: Completed 3687 actions in 8.33 seconds. |
144 | 2023-10-04T20:54:23.168Z | Done (0.054s) |
145 | 2023-10-04T20:54:23.171Z | Done (0.000s) |
146 | 2023-10-04T20:54:23.308Z | Done (0.139s) |
147 | 2023-10-04T20:54:30.801Z | Done (7.387s) |
148 | 2023-10-04T20:54:31.068Z | Done (0.166s) |
149 | 2023-10-04T20:54:31.072Z | Done (0.000s) |
150 | 2023-10-04T20:54:31.299Z | Done (0.000s) |
151 | 2023-10-04T20:54:31.958Z | Planning: Evaluating mediator changes ... Done |
152 | 2023-10-04T20:54:32.240Z | Planning: Checking for conflicting actions ... Done |
153 | 2023-10-04T20:54:32.245Z | Planning: Consolidating action changes ... Done |
154 | 2023-10-04T20:54:32.672Z | Planning: Evaluating mediators ... Done |
155 | 2023-10-04T20:54:32.676Z | Planning: Planning completed in 0.72 seconds |
156 | 2023-10-04T20:54:32.729Z | Mediators to change: 2 |
157 | 2023-10-04T20:54:32.732Z | Create boot environment: No |
158 | 2023-10-04T20:54:32.737Z | Create backup boot environment: No |
159 | 2023-10-04T20:54:32.834Z | Done |
160 | 2023-10-04T20:54:32.838Z | Done |
161 | 2023-10-04T20:54:32.907Z | Done |
162 | 2023-10-04T20:54:38.836Z | Done |
163 | 2023-10-04T20:54:38.962Z | Done |
164 | 2023-10-04T20:54:38.965Z | Done |
165 | 2023-10-04T20:54:39.074Z | Done |
166 | 2023-10-04T20:54:40.092Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-10-04T20:54:40.097Z | Planning: Merging actions ... Done |
168 | 2023-10-04T20:54:40.429Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-10-04T20:54:40.432Z | Planning: Consolidating action changes ... Done |
170 | 2023-10-04T20:54:40.862Z | Planning: Evaluating mediators ... Done |
171 | 2023-10-04T20:54:40.957Z | Planning: Planning completed in 1.30 seconds |
172 | 2023-10-04T20:54:41.012Z | Packages to change: 1 |
173 | 2023-10-04T20:54:41.015Z | Mediators to change: 1 |
174 | 2023-10-04T20:54:41.018Z | Services to change: 1 |
175 | 2023-10-04T20:54:41.027Z | Create boot environment: No |
176 | 2023-10-04T20:54:41.031Z | Create backup boot environment: Yes |
177 | 2023-10-04T20:54:43.120Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2023-10-04T20:54:43.123Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2023-10-04T20:54:43.126Z | Done |
180 | 2023-10-04T20:54:43.130Z | Done |
181 | 2023-10-04T20:54:43.157Z | Done |
182 | 2023-10-04T20:54:49.083Z | Done |
183 | 2023-10-04T20:54:49.209Z | Done |
184 | 2023-10-04T20:54:49.212Z | Done |
185 | 2023-10-04T20:54:49.307Z | Done |
186 | 2023-10-04T20:54:50.013Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2023-10-04T20:54:50.016Z | clang system 15 system |
188 | 2023-10-04T20:54:50.019Z | csh system system illumos |
189 | 2023-10-04T20:54:50.021Z | ctags system system illumos |
190 | 2023-10-04T20:54:50.026Z | gcc vendor 12 vendor |
191 | 2023-10-04T20:54:50.029Z | gcc system 10 system |
192 | 2023-10-04T20:54:50.032Z | gcc system 7 system |
193 | 2023-10-04T20:54:50.035Z | go system 1.20 system |
194 | 2023-10-04T20:54:50.038Z | go system 1.19 system |
195 | 2023-10-04T20:54:50.041Z | llvm system 15 system |
196 | 2023-10-04T20:54:50.044Z | llvm system 14 system |
197 | 2023-10-04T20:54:50.047Z | mariadb system 10.6 system |
198 | 2023-10-04T20:54:50.050Z | mta vendor vendor dma |
199 | 2023-10-04T20:54:50.054Z | openjdk system 17 system |
200 | 2023-10-04T20:54:50.057Z | openjdk system 11 system |
201 | 2023-10-04T20:54:50.060Z | openjdk system 1.8 system |
202 | 2023-10-04T20:54:50.063Z | openssl vendor 3 vendor |
203 | 2023-10-04T20:54:50.066Z | perl system 5.36 system |
204 | 2023-10-04T20:54:50.070Z | postgresql system 15 system |
205 | 2023-10-04T20:54:50.072Z | postgresql system 13 system |
206 | 2023-10-04T20:54:50.075Z | python vendor 3 vendor |
207 | 2023-10-04T20:54:50.078Z | python system 2 system |
208 | 2023-10-04T20:54:50.081Z | python3 system 3.11 system |
209 | 2023-10-04T20:54:50.083Z | ruby system 3.0 system |
210 | 2023-10-04T20:54:50.086Z | words vendor vendor american-english |
211 | 2023-10-04T20:54:50.090Z | words system system australian-english |
212 | 2023-10-04T20:54:50.094Z | words system system british-english |
213 | 2023-10-04T20:54:50.097Z | words system system canadian-english |
214 | 2023-10-04T20:54:50.100Z | words system system french |
215 | 2023-10-04T20:54:50.103Z | words system system italian |
216 | 2023-10-04T20:54:50.106Z | words system system ngerman |
217 | 2023-10-04T20:54:50.109Z | words system system ogerman |
218 | 2023-10-04T20:54:50.112Z | words system system spanish |
219 | 2023-10-04T20:54:50.564Z | FMRI IFO |
220 | 2023-10-04T20:54:50.567Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2023-10-04T20:54:50.571Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2023-10-04T20:54:50.575Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2023-10-04T20:54:50.593Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
224 | 2023-10-04T20:54:50.597Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2023-10-04T20:54:50.600Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
226 | 2023-10-04T20:54:50.643Z | + set -o errexit |
227 | 2023-10-04T20:54:50.646Z | +++ dirname ./tools/ci_download_cockroachdb |
228 | 2023-10-04T20:54:50.649Z | ++ cd ./tools |
229 | 2023-10-04T20:54:50.652Z | ++ pwd |
230 | 2023-10-04T20:54:50.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
231 | 2023-10-04T20:54:50.658Z | ++ basename ./tools/ci_download_cockroachdb |
232 | 2023-10-04T20:54:50.661Z | + ARG0=ci_download_cockroachdb |
233 | 2023-10-04T20:54:50.664Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
234 | 2023-10-04T20:54:50.667Z | + CIDL_VERSION=v22.1.9 |
235 | 2023-10-04T20:54:50.671Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
236 | 2023-10-04T20:54:50.674Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
237 | 2023-10-04T20:54:50.676Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
238 | 2023-10-04T20:54:50.679Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
239 | 2023-10-04T20:54:50.682Z | + TARGET_DIR=out |
240 | 2023-10-04T20:54:50.685Z | + DOWNLOAD_DIR=out/downloads |
241 | 2023-10-04T20:54:50.687Z | + DEST_DIR=./out/cockroachdb |
242 | 2023-10-04T20:54:50.691Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
243 | 2023-10-04T20:54:50.694Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
244 | 2023-10-04T20:54:50.697Z | + main |
245 | 2023-10-04T20:54:50.699Z | + [[ 0 != 0 ]] |
246 | 2023-10-04T20:54:50.702Z | + CIDL_OS=solaris2.11 |
247 | 2023-10-04T20:54:50.705Z | + [[ 0 != 0 ]] |
248 | 2023-10-04T20:54:50.708Z | + configure_os solaris2.11 |
249 | 2023-10-04T20:54:50.711Z | + echo 'current directory: /work/oxidecomputer/omicron' |
250 | 2023-10-04T20:54:50.714Z | current directory: /work/oxidecomputer/omicron |
251 | 2023-10-04T20:54:50.717Z | + echo 'configuring based on OS: "solaris2.11"' |
252 | 2023-10-04T20:54:50.720Z | + case "$1" in |
253 | 2023-10-04T20:54:50.723Z | configuring based on OS: "solaris2.11" |
254 | 2023-10-04T20:54:50.726Z | + CIDL_BUILD=illumos |
255 | 2023-10-04T20:54:50.729Z | + CIDL_SUFFIX=tar.gz |
256 | 2023-10-04T20:54:50.732Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-10-04T20:54:50.735Z | + CIDL_MD5FUNC=do_md5sum |
258 | 2023-10-04T20:54:50.737Z | + CIDL_URL_BASE=https://illumos.org/downloads |
259 | 2023-10-04T20:54:50.740Z | + CIDL_ASSEMBLE=do_assemble_illumos |
260 | 2023-10-04T20:54:50.743Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
261 | 2023-10-04T20:54:50.746Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-04T20:54:50.749Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-04T20:54:50.753Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
264 | 2023-10-04T20:54:50.756Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-04T20:54:50.759Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-10-04T20:54:50.762Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-04T20:54:50.765Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
268 | 2023-10-04T20:54:50.769Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-10-04T20:54:50.772Z | + mkdir -p out/downloads |
270 | 2023-10-04T20:54:50.775Z | + mkdir -p ./out/cockroachdb |
271 | 2023-10-04T20:54:50.778Z | + local DO_DOWNLOAD=true |
272 | 2023-10-04T20:54:50.781Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
273 | 2023-10-04T20:54:50.784Z | + '[' true == true ']' |
274 | 2023-10-04T20:54:50.787Z | + echo Downloading... |
275 | 2023-10-04T20:54:50.789Z | Downloading... |
276 | 2023-10-04T20:54:50.792Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-04T20:54:50.795Z | + 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 |
278 | 2023-10-04T20:54:56.504Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-04T20:54:56.508Z | ++ md5sum |
280 | 2023-10-04T20:54:56.511Z | ++ awk '{print $1}' |
281 | 2023-10-04T20:54:56.691Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
282 | 2023-10-04T20:54:56.694Z | + [[ 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 ]] |
283 | 2023-10-04T20:54:56.699Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-04T20:54:56.702Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
285 | 2023-10-04T20:55:00.097Z | + do_assemble_illumos |
286 | 2023-10-04T20:55:00.101Z | + rm -r ./out/cockroachdb |
287 | 2023-10-04T20:55:00.104Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
288 | 2023-10-04T20:55:00.661Z | + ./out/cockroachdb/bin/cockroach version |
289 | 2023-10-04T20:55:00.875Z | Build Tag: v22.1.9-dirty |
290 | 2023-10-04T20:55:00.879Z | Build Time: 2022/10/26 21:17:46 |
291 | 2023-10-04T20:55:00.882Z | Distribution: OSS |
292 | 2023-10-04T20:55:00.885Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
293 | 2023-10-04T20:55:00.888Z | Go Version: go1.17.13 |
294 | 2023-10-04T20:55:00.892Z | C Compiler: gcc 10.3.0 |
295 | 2023-10-04T20:55:00.895Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
296 | 2023-10-04T20:55:00.898Z | Build Type: release |
297 | 2023-10-04T20:55:00.903Z | + set -o errexit |
298 | 2023-10-04T20:55:00.906Z | +++ dirname ./tools/ci_download_clickhouse |
299 | 2023-10-04T20:55:00.909Z | ++ cd ./tools |
300 | 2023-10-04T20:55:00.912Z | ++ pwd |
301 | 2023-10-04T20:55:00.915Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
302 | 2023-10-04T20:55:00.919Z | ++ basename ./tools/ci_download_clickhouse |
303 | 2023-10-04T20:55:00.922Z | + ARG0=ci_download_clickhouse |
304 | 2023-10-04T20:55:00.925Z | + TARGET_DIR=out |
305 | 2023-10-04T20:55:00.928Z | + DOWNLOAD_DIR=out/downloads |
306 | 2023-10-04T20:55:00.931Z | + DEST_DIR=./out/clickhouse |
307 | 2023-10-04T20:55:00.935Z | + CIDL_VERSION=v22.8.9.24 |
308 | 2023-10-04T20:55:00.939Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
309 | 2023-10-04T20:55:00.942Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
310 | 2023-10-04T20:55:00.945Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
311 | 2023-10-04T20:55:00.948Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
312 | 2023-10-04T20:55:00.951Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
313 | 2023-10-04T20:55:00.955Z | + main |
314 | 2023-10-04T20:55:00.959Z | + [[ 0 != 0 ]] |
315 | 2023-10-04T20:55:00.962Z | + CIDL_OS=solaris2.11 |
316 | 2023-10-04T20:55:00.965Z | + [[ 0 != 0 ]] |
317 | 2023-10-04T20:55:00.968Z | + configure_os solaris2.11 |
318 | 2023-10-04T20:55:00.972Z | + echo 'current directory: /work/oxidecomputer/omicron' |
319 | 2023-10-04T20:55:00.977Z | current directory: /work/oxidecomputer/omicron |
320 | 2023-10-04T20:55:00.980Z | configuring based on OS: "solaris2.11" |
321 | 2023-10-04T20:55:00.984Z | + echo 'configuring based on OS: "solaris2.11"' |
322 | 2023-10-04T20:55:00.987Z | + CIDL_DASHREV= |
323 | 2023-10-04T20:55:00.991Z | + case "$1" in |
324 | 2023-10-04T20:55:00.994Z | + CIDL_PLATFORM=illumos |
325 | 2023-10-04T20:55:00.998Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-10-04T20:55:01.002Z | + CIDL_MD5FUNC=do_md5sum |
327 | 2023-10-04T20:55:01.005Z | + CIDL_DASHREV=-1 |
328 | 2023-10-04T20:55:01.010Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
329 | 2023-10-04T20:55:01.015Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-04T20:55:01.019Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-04T20:55:01.022Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-04T20:55:01.025Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
333 | 2023-10-04T20:55:01.028Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-04T20:55:01.031Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
335 | 2023-10-04T20:55:01.034Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-10-04T20:55:01.037Z | + mkdir -p out/downloads |
337 | 2023-10-04T20:55:01.041Z | + mkdir -p ./out/clickhouse |
338 | 2023-10-04T20:55:01.044Z | + local DO_DOWNLOAD=true |
339 | 2023-10-04T20:55:01.048Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
340 | 2023-10-04T20:55:01.052Z | + '[' true == true ']' |
341 | 2023-10-04T20:55:01.055Z | + echo Downloading... |
342 | 2023-10-04T20:55:01.059Z | Downloading... |
343 | 2023-10-04T20:55:01.063Z | + 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 |
344 | 2023-10-04T20:55:01.067Z | + 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 |
345 | 2023-10-04T20:55:02.367Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-04T20:55:02.373Z | ++ md5sum |
347 | 2023-10-04T20:55:02.378Z | ++ awk '{print $1}' |
348 | 2023-10-04T20:55:02.632Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-10-04T20:55:02.653Z | + [[ 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 ]] |
350 | 2023-10-04T20:55:02.665Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
351 | 2023-10-04T20:55:02.672Z | + mkdir -p ./out/clickhouse |
352 | 2023-10-04T20:55:02.683Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
353 | 2023-10-04T20:55:07.573Z | + ./out/clickhouse/clickhouse server --version |
354 | 2023-10-04T20:55:07.635Z | ClickHouse server version 22.8.9.1. |
355 | 2023-10-04T20:55:07.656Z | + set -o errexit |
356 | 2023-10-04T20:55:08.080Z | +++ dirname ./tools/ci_download_console |
357 | 2023-10-04T20:55:08.088Z | ++ cd ./tools |
358 | 2023-10-04T20:55:08.103Z | ++ pwd |
359 | 2023-10-04T20:55:08.114Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
360 | 2023-10-04T20:55:08.123Z | ++ basename ./tools/ci_download_console |
361 | 2023-10-04T20:55:08.135Z | + ARG0=ci_download_console |
362 | 2023-10-04T20:55:08.551Z | + TARGET_DIR=out |
363 | 2023-10-04T20:55:08.560Z | + DOWNLOAD_DIR=out/downloads |
364 | 2023-10-04T20:55:08.565Z | + DEST_DIR=./out/console-assets |
365 | 2023-10-04T20:55:08.569Z | + source /work/oxidecomputer/omicron/tools/console_version |
366 | 2023-10-04T20:55:08.573Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
367 | 2023-10-04T20:55:08.577Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
368 | 2023-10-04T20:55:08.582Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
369 | 2023-10-04T20:55:08.590Z | + TARBALL_FILE=out/downloads/console.tar.gz |
370 | 2023-10-04T20:55:08.594Z | + main |
371 | 2023-10-04T20:55:08.597Z | + [[ 0 != 0 ]] |
372 | 2023-10-04T20:55:08.603Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
373 | 2023-10-04T20:55:08.606Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
374 | 2023-10-04T20:55:08.609Z | + echo 'Local file: out/downloads/console.tar.gz' |
375 | 2023-10-04T20:55:08.613Z | Local file: out/downloads/console.tar.gz |
376 | 2023-10-04T20:55:08.616Z | + local DO_DOWNLOAD=true |
377 | 2023-10-04T20:55:08.621Z | + [[ -f out/downloads/console.tar.gz ]] |
378 | 2023-10-04T20:55:08.625Z | + mkdir -p out/downloads |
379 | 2023-10-04T20:55:08.632Z | + '[' true == true ']' |
380 | 2023-10-04T20:55:08.635Z | + echo Downloading... |
381 | 2023-10-04T20:55:08.638Z | Downloading... |
382 | 2023-10-04T20:55:08.642Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
383 | 2023-10-04T20:55:08.645Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
384 | 2023-10-04T20:55:08.648Z | ++ do_sha256sum out/downloads/console.tar.gz |
385 | 2023-10-04T20:55:08.651Z | ++ case "$OSTYPE" in |
386 | 2023-10-04T20:55:08.654Z | ++ SHA=sha256sum |
387 | 2023-10-04T20:55:08.657Z | ++ sha256sum |
388 | 2023-10-04T20:55:08.660Z | ++ awk '{print $1}' |
389 | 2023-10-04T20:55:08.664Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
390 | 2023-10-04T20:55:08.668Z | + [[ 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 ]] |
391 | 2023-10-04T20:55:08.671Z | + rm -rf ./out/console-assets |
392 | 2023-10-04T20:55:08.675Z | + mkdir -p ./out/console-assets |
393 | 2023-10-04T20:55:08.678Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
394 | 2023-10-04T20:55:08.681Z | + mkdir -p ./out/console-assets |
395 | 2023-10-04T20:55:08.684Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
396 | 2023-10-04T20:55:08.687Z | + set -o errexit |
397 | 2023-10-04T20:55:08.690Z | +++ dirname ./tools/ci_download_maghemite_openapi |
398 | 2023-10-04T20:55:08.693Z | ++ cd ./tools |
399 | 2023-10-04T20:55:08.697Z | ++ pwd |
400 | 2023-10-04T20:55:08.700Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
401 | 2023-10-04T20:55:08.703Z | ++ basename ./tools/ci_download_maghemite_openapi |
402 | 2023-10-04T20:55:08.707Z | + ARG0=ci_download_maghemite_openapi |
403 | 2023-10-04T20:55:08.710Z | + TARGET_DIR=out |
404 | 2023-10-04T20:55:08.713Z | + DOWNLOAD_DIR=out/downloads |
405 | 2023-10-04T20:55:08.716Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
406 | 2023-10-04T20:55:08.719Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
407 | 2023-10-04T20:55:08.722Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
408 | 2023-10-04T20:55:08.725Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
409 | 2023-10-04T20:55:08.728Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
410 | 2023-10-04T20:55:08.732Z | + main |
411 | 2023-10-04T20:55:08.735Z | + [[ 0 != 0 ]] |
412 | 2023-10-04T20:55:08.745Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
413 | 2023-10-04T20:55:08.749Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
414 | 2023-10-04T20:55:08.754Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
415 | 2023-10-04T20:55:08.759Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-10-04T20:55:08.762Z | + local DO_DOWNLOAD=true |
417 | 2023-10-04T20:55:08.765Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
418 | 2023-10-04T20:55:08.769Z | + mkdir -p out/downloads |
419 | 2023-10-04T20:55:08.772Z | + '[' true == true ']' |
420 | 2023-10-04T20:55:08.776Z | + echo Downloading... |
421 | 2023-10-04T20:55:08.779Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-10-04T20:55:08.783Z | + 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 |
423 | 2023-10-04T20:55:08.786Z | Downloading... |
424 | 2023-10-04T20:55:08.790Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
425 | 2023-10-04T20:55:08.793Z | ++ case "$OSTYPE" in |
426 | 2023-10-04T20:55:08.796Z | ++ SHA=sha256sum |
427 | 2023-10-04T20:55:08.799Z | ++ sha256sum |
428 | 2023-10-04T20:55:08.802Z | ++ awk '{print $1}' |
429 | 2023-10-04T20:55:08.808Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
430 | 2023-10-04T20:55:08.811Z | + [[ 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 ]] |
431 | 2023-10-04T20:55:08.814Z | + set -o errexit |
432 | 2023-10-04T20:55:08.816Z | +++ dirname ./tools/ci_download_dendrite_openapi |
433 | 2023-10-04T20:55:08.819Z | ++ cd ./tools |
434 | 2023-10-04T20:55:08.822Z | ++ pwd |
435 | 2023-10-04T20:55:08.825Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
436 | 2023-10-04T20:55:08.828Z | ++ basename ./tools/ci_download_dendrite_openapi |
437 | 2023-10-04T20:55:08.832Z | + ARG0=ci_download_dendrite_openapi |
438 | 2023-10-04T20:55:08.835Z | + TARGET_DIR=out |
439 | 2023-10-04T20:55:08.840Z | + DOWNLOAD_DIR=out/downloads |
440 | 2023-10-04T20:55:08.843Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
441 | 2023-10-04T20:55:08.846Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
442 | 2023-10-04T20:55:08.850Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
443 | 2023-10-04T20:55:08.853Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
444 | 2023-10-04T20:55:08.856Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
445 | 2023-10-04T20:55:08.860Z | + main |
446 | 2023-10-04T20:55:08.864Z | + [[ 0 != 0 ]] |
447 | 2023-10-04T20:55:08.867Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
448 | 2023-10-04T20:55:08.871Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
449 | 2023-10-04T20:55:08.874Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
450 | 2023-10-04T20:55:08.877Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
451 | 2023-10-04T20:55:08.880Z | + local DO_DOWNLOAD=true |
452 | 2023-10-04T20:55:08.883Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
453 | 2023-10-04T20:55:08.887Z | + mkdir -p out/downloads |
454 | 2023-10-04T20:55:08.890Z | + '[' true == true ']' |
455 | 2023-10-04T20:55:08.893Z | + echo Downloading... |
456 | 2023-10-04T20:55:08.896Z | Downloading... |
457 | 2023-10-04T20:55:08.899Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
458 | 2023-10-04T20:55:08.902Z | + 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 |
459 | 2023-10-04T20:55:08.975Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
460 | 2023-10-04T20:55:08.981Z | ++ case "$OSTYPE" in |
461 | 2023-10-04T20:55:08.989Z | ++ SHA=sha256sum |
462 | 2023-10-04T20:55:08.996Z | ++ sha256sum |
463 | 2023-10-04T20:55:08.999Z | ++ awk '{print $1}' |
464 | 2023-10-04T20:55:09.003Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
465 | 2023-10-04T20:55:09.007Z | + [[ 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 ]] |
466 | 2023-10-04T20:55:09.010Z | + set -o errexit |
467 | 2023-10-04T20:55:09.013Z | +++ dirname ./tools/ci_download_dendrite_stub |
468 | 2023-10-04T20:55:09.017Z | ++ cd ./tools |
469 | 2023-10-04T20:55:09.020Z | ++ pwd |
470 | 2023-10-04T20:55:09.025Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-10-04T20:55:09.028Z | ++ basename ./tools/ci_download_dendrite_stub |
472 | 2023-10-04T20:55:09.032Z | + ARG0=ci_download_dendrite_stub |
473 | 2023-10-04T20:55:09.036Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
474 | 2023-10-04T20:55:09.040Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
475 | 2023-10-04T20:55:09.076Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
476 | 2023-10-04T20:55:09.080Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
477 | 2023-10-04T20:55:09.084Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-10-04T20:55:09.087Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
479 | 2023-10-04T20:55:09.090Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
480 | 2023-10-04T20:55:09.093Z | + TARGET_DIR=out |
481 | 2023-10-04T20:55:09.096Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-10-04T20:55:09.100Z | + DEST_DIR=./out/dendrite-stub |
483 | 2023-10-04T20:55:09.103Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
484 | 2023-10-04T20:55:09.106Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
485 | 2023-10-04T20:55:09.110Z | + REPO=oxidecomputer/dendrite |
486 | 2023-10-04T20:55:09.128Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
487 | 2023-10-04T20:55:09.134Z | + main |
488 | 2023-10-04T20:55:09.137Z | + [[ 0 != 0 ]] |
489 | 2023-10-04T20:55:09.141Z | + CIDL_OS=solaris2.11 |
490 | 2023-10-04T20:55:09.144Z | + [[ 0 != 0 ]] |
491 | 2023-10-04T20:55:09.147Z | + configure_os solaris2.11 |
492 | 2023-10-04T20:55:09.150Z | + echo 'current directory: /work/oxidecomputer/omicron' |
493 | 2023-10-04T20:55:09.155Z | current directory: /work/oxidecomputer/omicron |
494 | 2023-10-04T20:55:09.164Z | + echo 'configuring based on OS: "solaris2.11"' |
495 | 2023-10-04T20:55:09.586Z | configuring based on OS: "solaris2.11" |
496 | 2023-10-04T20:55:09.592Z | + case "$1" in |
497 | 2023-10-04T20:55:09.601Z | + SET_BINARIES= |
498 | 2023-10-04T20:55:09.605Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
499 | 2023-10-04T20:55:09.618Z | + CIDL_SHA256FUNC=do_sha256sum |
500 | 2023-10-04T20:55:09.631Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
501 | 2023-10-04T20:55:09.642Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
502 | 2023-10-04T20:55:09.650Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
503 | 2023-10-04T20:55:09.653Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
504 | 2023-10-04T20:55:09.656Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
505 | 2023-10-04T20:55:09.661Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
506 | 2023-10-04T20:55:09.665Z | Local file: out/downloads/dendrite-stub.tar.gz |
507 | 2023-10-04T20:55:09.668Z | + mkdir -p out/downloads |
508 | 2023-10-04T20:55:09.672Z | + mkdir -p ./out/dendrite-stub |
509 | 2023-10-04T20:55:09.675Z | + fetch_and_verify |
510 | 2023-10-04T20:55:09.679Z | + local DO_DOWNLOAD=true |
511 | 2023-10-04T20:55:09.682Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
512 | 2023-10-04T20:55:09.685Z | + '[' true == true ']' |
513 | 2023-10-04T20:55:09.688Z | + echo Downloading... |
514 | 2023-10-04T20:55:09.691Z | Downloading... |
515 | 2023-10-04T20:55:09.694Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-04T20:55:09.697Z | + 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 |
517 | 2023-10-04T20:55:18.309Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
518 | 2023-10-04T20:55:18.318Z | ++ sha256sum |
519 | 2023-10-04T20:55:18.326Z | ++ awk '{print $1}' |
520 | 2023-10-04T20:55:18.408Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
521 | 2023-10-04T20:55:18.415Z | + [[ 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 ]] |
522 | 2023-10-04T20:55:18.437Z | + do_untar out/downloads/dendrite-stub.tar.gz |
523 | 2023-10-04T20:55:18.477Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
524 | 2023-10-04T20:55:19.368Z | + do_assemble |
525 | 2023-10-04T20:55:19.373Z | + rm -r ./out/dendrite-stub |
526 | 2023-10-04T20:55:19.378Z | + mkdir ./out/dendrite-stub |
527 | 2023-10-04T20:55:19.382Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
528 | 2023-10-04T20:55:19.495Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
529 | 2023-10-04T20:55:19.507Z | + set -o errexit |
530 | 2023-10-04T20:55:19.515Z | +++ dirname ./tools/ci_download_transceiver_control |
531 | 2023-10-04T20:55:19.524Z | ++ cd ./tools |
532 | 2023-10-04T20:55:19.532Z | ++ pwd |
533 | 2023-10-04T20:55:19.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
534 | 2023-10-04T20:55:19.583Z | ++ basename ./tools/ci_download_transceiver_control |
535 | 2023-10-04T20:55:19.587Z | + ARG0=ci_download_transceiver_control |
536 | 2023-10-04T20:55:19.592Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
537 | 2023-10-04T20:55:19.609Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
538 | 2023-10-04T20:55:19.613Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
539 | 2023-10-04T20:55:19.620Z | + TARGET_DIR=out |
540 | 2023-10-04T20:55:19.635Z | + DOWNLOAD_DIR=out/downloads |
541 | 2023-10-04T20:55:19.642Z | + DEST_DIR=./out/transceiver-control |
542 | 2023-10-04T20:55:19.646Z | + BIN_DIR=/opt/oxide/bin |
543 | 2023-10-04T20:55:19.649Z | + BINARY=xcvradm |
544 | 2023-10-04T20:55:19.652Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2023-10-04T20:55:19.656Z | + REPO=oxidecomputer/transceiver-control |
546 | 2023-10-04T20:55:19.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
547 | 2023-10-04T20:55:19.664Z | + main |
548 | 2023-10-04T20:55:19.667Z | + [[ 0 != 0 ]] |
549 | 2023-10-04T20:55:19.670Z | + CIDL_OS=solaris2.11 |
550 | 2023-10-04T20:55:19.673Z | + [[ 0 != 0 ]] |
551 | 2023-10-04T20:55:19.676Z | + configure_os solaris2.11 |
552 | 2023-10-04T20:55:19.680Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2023-10-04T20:55:19.683Z | current directory: /work/oxidecomputer/omicron |
554 | 2023-10-04T20:55:19.686Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2023-10-04T20:55:19.690Z | configuring based on OS: "solaris2.11" |
556 | 2023-10-04T20:55:19.696Z | + case "$1" in |
557 | 2023-10-04T20:55:19.700Z | + SET_BINARIES= |
558 | 2023-10-04T20:55:19.704Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
559 | 2023-10-04T20:55:19.708Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2023-10-04T20:55:19.711Z | + ARCHIVE_FILENAME=xcvradm.gz |
561 | 2023-10-04T20:55:19.714Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
562 | 2023-10-04T20:55:19.717Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
563 | 2023-10-04T20:55:19.720Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
564 | 2023-10-04T20:55:19.723Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
565 | 2023-10-04T20:55:19.726Z | + echo 'Local file: out/downloads/xcvradm.gz' |
566 | 2023-10-04T20:55:19.740Z | Local file: out/downloads/xcvradm.gz |
567 | 2023-10-04T20:55:19.757Z | + mkdir -p out/downloads |
568 | 2023-10-04T20:55:19.791Z | + mkdir -p ./out/transceiver-control |
569 | 2023-10-04T20:55:19.816Z | + fetch_and_verify |
570 | 2023-10-04T20:55:19.831Z | + local DO_DOWNLOAD=true |
571 | 2023-10-04T20:55:19.846Z | + [[ -f out/downloads/xcvradm.gz ]] |
572 | 2023-10-04T20:55:19.859Z | + '[' true == true ']' |
573 | 2023-10-04T20:55:19.874Z | + echo Downloading... |
574 | 2023-10-04T20:55:19.888Z | Downloading... |
575 | 2023-10-04T20:55:20.345Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
576 | 2023-10-04T20:55:20.781Z | + 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 |
577 | 2023-10-04T20:55:23.081Z | ++ do_sha256sum out/downloads/xcvradm.gz |
578 | 2023-10-04T20:55:23.084Z | ++ sha256sum |
579 | 2023-10-04T20:55:23.087Z | ++ awk '{print $1}' |
580 | 2023-10-04T20:55:23.106Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
581 | 2023-10-04T20:55:23.111Z | + [[ 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 ]] |
582 | 2023-10-04T20:55:23.114Z | + do_unpack out/downloads/xcvradm.gz |
583 | 2023-10-04T20:55:23.117Z | + mkdir -p out/downloads/root//opt/oxide/bin |
584 | 2023-10-04T20:55:23.120Z | + gzip -dc out/downloads/xcvradm.gz |
585 | 2023-10-04T20:55:23.291Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
586 | 2023-10-04T20:55:23.302Z | + do_assemble |
587 | 2023-10-04T20:55:23.313Z | + rm -r ./out/transceiver-control |
588 | 2023-10-04T20:55:23.327Z | + mkdir ./out/transceiver-control |
589 | 2023-10-04T20:55:23.340Z | + cp -r out/downloads/root ./out/transceiver-control/root |
590 | 2023-10-04T20:55:23.451Z | All prerequisites installed successfully |
591 | 2023-10-04T20:55:23.454Z | |
592 | 2023-10-04T20:55:23.458Z | real 2:11.730193169 |
593 | 2023-10-04T20:55:23.462Z | user 48.852234072 |
594 | 2023-10-04T20:55:23.466Z | sys 9.397540301 |
595 | 2023-10-04T20:55:23.469Z | trap 0.023686265 |
596 | 2023-10-04T20:55:23.472Z | tflt 0.152447944 |
597 | 2023-10-04T20:55:23.476Z | dflt 0.795411590 |
598 | 2023-10-04T20:55:23.479Z | kflt 0.188498435 |
599 | 2023-10-04T20:55:23.482Z | lock 1.713736537 |
600 | 2023-10-04T20:55:23.496Z | slp 4:05.337126636 |
601 | 2023-10-04T20:55:23.500Z | lat 3.196227995 |
602 | 2023-10-04T20:55:23.504Z | stop 0.074068670 |
603 | 2023-10-04T20:55:23.507Z | + ptime -m ./tools/ci_download_softnpu_machinery |
604 | 2023-10-04T20:55:23.511Z | fetching npuzone |
605 | 2023-10-04T20:55:23.519Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
606 | 2023-10-04T20:55:23.524Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
607 | 2023-10-04T20:55:23.530Z | Getting hash for npuzone |
608 | 2023-10-04T20:55:25.798Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
609 | 2023-10-04T20:55:34.316Z | npuzone downloaded successfully |
610 | 2023-10-04T20:55:34.321Z | |
611 | 2023-10-04T20:55:34.324Z | real 10.865084484 |
612 | 2023-10-04T20:55:34.327Z | user 0.618339538 |
613 | 2023-10-04T20:55:34.368Z | sys 0.155615880 |
614 | 2023-10-04T20:55:34.371Z | trap 0.001063694 |
615 | 2023-10-04T20:55:34.376Z | tflt 0.000000000 |
616 | 2023-10-04T20:55:34.379Z | dflt 0.000000000 |
617 | 2023-10-04T20:55:34.382Z | kflt 0.000000000 |
618 | 2023-10-04T20:55:34.385Z | lock 0.000000000 |
619 | 2023-10-04T20:55:34.390Z | slp 31.643685527 |
620 | 2023-10-04T20:55:34.396Z | lat 0.136501024 |
621 | 2023-10-04T20:55:34.399Z | stop 0.000279806 |
622 | 2023-10-04T20:55:34.402Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
623 | 2023-10-04T20:55:34.688Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
624 | 2023-10-04T20:55:35.064Z | Updating crates.io index |
625 | 2023-10-04T20:55:35.070Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
626 | 2023-10-04T20:55:35.948Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
627 | 2023-10-04T20:55:37.614Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
628 | 2023-10-04T20:55:38.353Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
629 | 2023-10-04T20:55:38.677Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
630 | 2023-10-04T20:55:38.987Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
631 | 2023-10-04T20:55:39.310Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
632 | 2023-10-04T20:55:40.180Z | Updating git repository `https://github.com/oxidecomputer/opte` |
633 | 2023-10-04T20:55:41.091Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
634 | 2023-10-04T20:55:41.470Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
635 | 2023-10-04T20:55:41.813Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
636 | 2023-10-04T20:55:42.182Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
637 | 2023-10-04T20:55:42.529Z | Updating git repository `https://github.com/njaremko/samael` |
638 | 2023-10-04T20:55:42.914Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
639 | 2023-10-04T20:55:44.775Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
640 | 2023-10-04T20:55:45.327Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
641 | 2023-10-04T20:55:45.870Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
642 | 2023-10-04T20:55:46.507Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
643 | 2023-10-04T20:55:47.188Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
644 | 2023-10-04T20:55:47.613Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
645 | 2023-10-04T20:55:57.554Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
646 | 2023-10-04T20:55:57.898Z | Updating git repository `https://github.com/jgallagher/nix` |
647 | 2023-10-04T20:55:59.445Z | Updating git repository `https://github.com/cbiffle/hubpack` |
648 | 2023-10-04T20:55:59.948Z | Updating git repository `https://github.com/oxidecomputer/typify` |
649 | 2023-10-04T20:56:01.153Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
650 | 2023-10-04T20:56:01.665Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
651 | 2023-10-04T20:56:01.926Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
652 | 2023-10-04T20:56:03.538Z | Downloading crates ... |
653 | 2023-10-04T20:56:03.801Z | Downloaded bytecount v0.6.3 |
654 | 2023-10-04T20:56:03.816Z | Downloaded jobserver v0.1.26 |
655 | 2023-10-04T20:56:03.825Z | Downloaded chacha20 v0.9.1 |
656 | 2023-10-04T20:56:03.829Z | Downloaded lalrpop-util v0.19.12 |
657 | 2023-10-04T20:56:03.833Z | Downloaded itoa v1.0.9 |
658 | 2023-10-04T20:56:03.837Z | Downloaded clap_lex v0.5.1 |
659 | 2023-10-04T20:56:03.843Z | Downloaded keccak v0.1.4 |
660 | 2023-10-04T20:56:03.847Z | Downloaded hubpack_derive v0.1.1 |
661 | 2023-10-04T20:56:03.852Z | Downloaded bit_field v0.10.2 |
662 | 2023-10-04T20:56:03.858Z | Downloaded linear-map v1.2.0 |
663 | 2023-10-04T20:56:03.864Z | Downloaded bb8 v0.8.1 |
664 | 2023-10-04T20:56:03.872Z | Downloaded num-iter v0.1.43 |
665 | 2023-10-04T20:56:03.877Z | Downloaded instant v0.1.12 |
666 | 2023-10-04T20:56:03.880Z | Downloaded ascii-canvas v3.0.0 |
667 | 2023-10-04T20:56:03.884Z | Downloaded anstyle-query v1.0.0 |
668 | 2023-10-04T20:56:03.888Z | Downloaded num_enum v0.7.0 |
669 | 2023-10-04T20:56:03.893Z | Downloaded heck v0.4.1 |
670 | 2023-10-04T20:56:03.900Z | Downloaded indoc v1.0.9 |
671 | 2023-10-04T20:56:03.907Z | Downloaded new_debug_unreachable v1.0.4 |
672 | 2023-10-04T20:56:03.913Z | Downloaded convert_case v0.4.0 |
673 | 2023-10-04T20:56:03.917Z | Downloaded md-5 v0.10.5 |
674 | 2023-10-04T20:56:03.922Z | Downloaded matches v0.1.10 |
675 | 2023-10-04T20:56:03.926Z | Downloaded crossbeam-deque v0.8.3 |
676 | 2023-10-04T20:56:03.929Z | Downloaded lock_api v0.4.10 |
677 | 2023-10-04T20:56:03.934Z | Downloaded nodrop v0.1.14 |
678 | 2023-10-04T20:56:03.937Z | Downloaded num_threads v0.1.6 |
679 | 2023-10-04T20:56:03.940Z | Downloaded const_format_proc_macros v0.2.31 |
680 | 2023-10-04T20:56:03.945Z | Downloaded cpufeatures v0.2.9 |
681 | 2023-10-04T20:56:03.949Z | Downloaded bincode v1.3.3 |
682 | 2023-10-04T20:56:03.954Z | Downloaded aes-gcm-siv v0.11.1 |
683 | 2023-10-04T20:56:03.960Z | Downloaded bit-vec v0.6.3 |
684 | 2023-10-04T20:56:03.967Z | Downloaded anstream v0.5.0 |
685 | 2023-10-04T20:56:03.970Z | Downloaded lazy_static v1.4.0 |
686 | 2023-10-04T20:56:03.973Z | Downloaded native-tls v0.2.11 |
687 | 2023-10-04T20:56:03.977Z | Downloaded ipnet v2.8.0 |
688 | 2023-10-04T20:56:03.981Z | Downloaded vte_generate_state_changes v0.1.1 |
689 | 2023-10-04T20:56:03.986Z | Downloaded cipher v0.4.4 |
690 | 2023-10-04T20:56:03.990Z | Downloaded zone v0.2.0 |
691 | 2023-10-04T20:56:03.994Z | Downloaded semver v0.1.20 |
692 | 2023-10-04T20:56:03.998Z | Downloaded want v0.3.1 |
693 | 2023-10-04T20:56:04.004Z | Downloaded usdt-attr-macro v0.3.5 |
694 | 2023-10-04T20:56:04.007Z | Downloaded untrusted v0.7.1 |
695 | 2023-10-04T20:56:04.010Z | Downloaded blake2 v0.10.6 |
696 | 2023-10-04T20:56:04.013Z | Downloaded ahash v0.8.3 |
697 | 2023-10-04T20:56:04.018Z | Downloaded byteorder v1.4.3 |
698 | 2023-10-04T20:56:04.024Z | Downloaded camino-tempfile v1.0.2 |
699 | 2023-10-04T20:56:04.027Z | Downloaded tinyvec_macros v0.1.1 |
700 | 2023-10-04T20:56:04.030Z | Downloaded crc32fast v1.3.2 |
701 | 2023-10-04T20:56:04.033Z | Downloaded synstructure v0.12.6 |
702 | 2023-10-04T20:56:04.036Z | Downloaded slog-term v2.9.0 |
703 | 2023-10-04T20:56:04.042Z | Downloaded num-integer v0.1.45 |
704 | 2023-10-04T20:56:04.046Z | Downloaded topological-sort v0.2.2 |
705 | 2023-10-04T20:56:04.049Z | Downloaded doc-comment v0.3.3 |
706 | 2023-10-04T20:56:04.052Z | Downloaded num-complex v0.4.4 |
707 | 2023-10-04T20:56:04.061Z | Downloaded thiserror-impl v1.0.49 |
708 | 2023-10-04T20:56:04.065Z | Downloaded backtrace v0.3.69 |
709 | 2023-10-04T20:56:04.069Z | Downloaded downcast v0.11.0 |
710 | 2023-10-04T20:56:04.073Z | Downloaded allocator-api2 v0.2.16 |
711 | 2023-10-04T20:56:04.076Z | Downloaded postcard-cobs v0.1.5-pre |
712 | 2023-10-04T20:56:04.080Z | Downloaded unicode-width v0.1.10 |
713 | 2023-10-04T20:56:04.083Z | Downloaded smallvec v0.6.14 |
714 | 2023-10-04T20:56:04.087Z | Downloaded oso-derive v0.26.4 |
715 | 2023-10-04T20:56:04.091Z | Downloaded pin-project-lite v0.2.13 |
716 | 2023-10-04T20:56:04.096Z | Downloaded termcolor v1.2.0 |
717 | 2023-10-04T20:56:04.102Z | Downloaded rustc-demangle v0.1.23 |
718 | 2023-10-04T20:56:04.105Z | Downloaded cookie v0.16.2 |
719 | 2023-10-04T20:56:04.109Z | Downloaded hmac v0.12.1 |
720 | 2023-10-04T20:56:04.112Z | Downloaded indexmap v1.9.3 |
721 | 2023-10-04T20:56:04.118Z | Downloaded dirs-sys-next v0.1.2 |
722 | 2023-10-04T20:56:04.121Z | Downloaded foreign-types-macros v0.2.3 |
723 | 2023-10-04T20:56:04.125Z | Downloaded digest v0.10.7 |
724 | 2023-10-04T20:56:04.130Z | Downloaded num-traits v0.2.16 |
725 | 2023-10-04T20:56:04.133Z | Downloaded termios v0.3.3 |
726 | 2023-10-04T20:56:04.137Z | Downloaded siphasher v0.3.11 |
727 | 2023-10-04T20:56:04.140Z | Downloaded signal-hook-registry v1.4.1 |
728 | 2023-10-04T20:56:04.143Z | Downloaded rustc_version v0.1.7 |
729 | 2023-10-04T20:56:04.146Z | Downloaded shlex v1.1.0 |
730 | 2023-10-04T20:56:04.150Z | Downloaded path-absolutize v3.1.0 |
731 | 2023-10-04T20:56:04.153Z | Downloaded sha1 v0.10.5 |
732 | 2023-10-04T20:56:04.157Z | Downloaded try-lock v0.2.4 |
733 | 2023-10-04T20:56:04.161Z | Downloaded pkcs8 v0.10.2 |
734 | 2023-10-04T20:56:04.164Z | Downloaded proc-macro-error-attr v1.0.4 |
735 | 2023-10-04T20:56:04.168Z | Downloaded terminal_size v0.2.6 |
736 | 2023-10-04T20:56:04.171Z | Downloaded ppv-lite86 v0.2.17 |
737 | 2023-10-04T20:56:04.174Z | Downloaded postgres-protocol v0.6.6 |
738 | 2023-10-04T20:56:04.179Z | Downloaded peeking_take_while v0.1.2 |
739 | 2023-10-04T20:56:04.182Z | Downloaded path-slash v0.1.5 |
740 | 2023-10-04T20:56:04.189Z | Downloaded heck v0.3.3 |
741 | 2023-10-04T20:56:04.229Z | Downloaded debug-ignore v1.0.5 |
742 | 2023-10-04T20:56:04.237Z | Downloaded strip-ansi-escapes v0.2.0 |
743 | 2023-10-04T20:56:04.240Z | Downloaded spin v0.9.8 |
744 | 2023-10-04T20:56:04.243Z | Downloaded crossbeam-utils v0.8.16 |
745 | 2023-10-04T20:56:04.246Z | Downloaded openssl-probe v0.1.5 |
746 | 2023-10-04T20:56:04.250Z | Downloaded display-error-chain v0.1.1 |
747 | 2023-10-04T20:56:04.254Z | Downloaded generic-array v0.14.7 |
748 | 2023-10-04T20:56:04.257Z | Downloaded structopt-derive v0.4.18 |
749 | 2023-10-04T20:56:04.261Z | Downloaded ref-cast-impl v1.0.20 |
750 | 2023-10-04T20:56:04.265Z | Downloaded packed_struct v0.10.1 |
751 | 2023-10-04T20:56:04.270Z | Downloaded tui-tree-widget v0.13.0 |
752 | 2023-10-04T20:56:04.273Z | Downloaded hashlink v0.8.3 |
753 | 2023-10-04T20:56:04.276Z | Downloaded getopts v0.2.21 |
754 | 2023-10-04T20:56:04.279Z | Downloaded number_prefix v0.4.0 |
755 | 2023-10-04T20:56:04.285Z | Downloaded fastrand v2.0.0 |
756 | 2023-10-04T20:56:04.288Z | Downloaded form_urlencoded v1.2.0 |
757 | 2023-10-04T20:56:04.291Z | Downloaded group v0.13.0 |
758 | 2023-10-04T20:56:04.294Z | Downloaded fallible-streaming-iterator v0.1.9 |
759 | 2023-10-04T20:56:04.298Z | Downloaded pkcs1 v0.7.5 |
760 | 2023-10-04T20:56:04.301Z | Downloaded dof v0.1.5 |
761 | 2023-10-04T20:56:04.305Z | Downloaded tinyvec v1.6.0 |
762 | 2023-10-04T20:56:04.309Z | Downloaded clap v4.4.3 |
763 | 2023-10-04T20:56:04.313Z | Downloaded pem v1.1.1 |
764 | 2023-10-04T20:56:04.316Z | Downloaded darling v0.20.3 |
765 | 2023-10-04T20:56:04.320Z | Downloaded zerocopy v0.3.0 |
766 | 2023-10-04T20:56:04.323Z | Downloaded fallible-iterator v0.2.0 |
767 | 2023-10-04T20:56:04.326Z | Downloaded errno v0.3.2 |
768 | 2023-10-04T20:56:04.330Z | Downloaded radium v0.7.0 |
769 | 2023-10-04T20:56:04.336Z | Downloaded equivalent v1.0.1 |
770 | 2023-10-04T20:56:04.339Z | Downloaded fxhash v0.2.1 |
771 | 2023-10-04T20:56:04.342Z | Downloaded take_mut v0.2.2 |
772 | 2023-10-04T20:56:04.345Z | Downloaded pest_derive v2.7.2 |
773 | 2023-10-04T20:56:04.350Z | Downloaded tokio-tungstenite v0.20.1 |
774 | 2023-10-04T20:56:04.353Z | Downloaded url v2.4.1 |
775 | 2023-10-04T20:56:04.356Z | Downloaded curve25519-dalek-derive v0.1.0 |
776 | 2023-10-04T20:56:04.360Z | Downloaded globset v0.4.13 |
777 | 2023-10-04T20:56:04.363Z | Downloaded slog-dtrace v0.2.3 |
778 | 2023-10-04T20:56:04.366Z | Downloaded salty v0.2.0 |
779 | 2023-10-04T20:56:04.370Z | Downloaded predicates-tree v1.0.9 |
780 | 2023-10-04T20:56:04.373Z | Downloaded darling_macro v0.14.4 |
781 | 2023-10-04T20:56:04.380Z | Downloaded smawk v0.3.1 |
782 | 2023-10-04T20:56:04.383Z | Downloaded vec_map v0.8.2 |
783 | 2023-10-04T20:56:04.386Z | Downloaded rustc-hash v1.1.0 |
784 | 2023-10-04T20:56:04.389Z | Downloaded toml_edit v0.19.15 |
785 | 2023-10-04T20:56:04.393Z | Downloaded zone_cfg_derive v0.2.0 |
786 | 2023-10-04T20:56:04.397Z | Downloaded foreign-types-shared v0.3.1 |
787 | 2023-10-04T20:56:04.400Z | Downloaded zeroize v1.6.0 |
788 | 2023-10-04T20:56:04.403Z | Downloaded strsim v0.8.0 |
789 | 2023-10-04T20:56:04.406Z | Downloaded rand_chacha v0.3.1 |
790 | 2023-10-04T20:56:04.410Z | Downloaded termtree v0.4.1 |
791 | 2023-10-04T20:56:04.414Z | Downloaded serde_tokenstream v0.1.7 |
792 | 2023-10-04T20:56:04.418Z | Downloaded wait-timeout v0.2.0 |
793 | 2023-10-04T20:56:04.422Z | Downloaded twox-hash v1.6.3 |
794 | 2023-10-04T20:56:04.425Z | Downloaded toolchain_find v0.2.0 |
795 | 2023-10-04T20:56:04.428Z | Downloaded serde_yaml v0.9.25 |
796 | 2023-10-04T20:56:04.432Z | Downloaded thread_local v1.1.7 |
797 | 2023-10-04T20:56:04.435Z | Downloaded heapless v0.7.16 |
798 | 2023-10-04T20:56:04.439Z | Downloaded signal-hook v0.3.17 |
799 | 2023-10-04T20:56:04.442Z | Downloaded usdt-macro v0.3.5 |
800 | 2023-10-04T20:56:04.446Z | Downloaded once_cell v1.18.0 |
801 | 2023-10-04T20:56:04.450Z | Downloaded path-dedot v3.1.0 |
802 | 2023-10-04T20:56:04.454Z | Downloaded fixedbitset v0.4.2 |
803 | 2023-10-04T20:56:04.457Z | Downloaded phf_shared v0.11.2 |
804 | 2023-10-04T20:56:04.460Z | Downloaded pkg-config v0.3.27 |
805 | 2023-10-04T20:56:04.464Z | Downloaded semver v1.0.18 |
806 | 2023-10-04T20:56:04.467Z | Downloaded diesel_table_macro_syntax v0.1.0 |
807 | 2023-10-04T20:56:04.470Z | Downloaded pretty-hex v0.2.1 |
808 | 2023-10-04T20:56:04.474Z | Downloaded prettyplease v0.2.12 |
809 | 2023-10-04T20:56:04.478Z | Downloaded data-encoding v2.4.0 |
810 | 2023-10-04T20:56:04.482Z | Downloaded tracing-attributes v0.1.26 |
811 | 2023-10-04T20:56:04.485Z | Downloaded rayon-core v1.11.0 |
812 | 2023-10-04T20:56:04.488Z | Downloaded rpassword v7.2.0 |
813 | 2023-10-04T20:56:04.491Z | Downloaded usdt v0.3.5 |
814 | 2023-10-04T20:56:04.494Z | Downloaded futures-sink v0.3.28 |
815 | 2023-10-04T20:56:04.498Z | Downloaded rand v0.4.6 |
816 | 2023-10-04T20:56:04.502Z | Downloaded serde_derive_internals v0.26.0 |
817 | 2023-10-04T20:56:04.505Z | Downloaded unarray v0.1.4 |
818 | 2023-10-04T20:56:04.508Z | Downloaded tabled_derive v0.6.0 |
819 | 2023-10-04T20:56:04.511Z | Downloaded der_derive v0.7.2 |
820 | 2023-10-04T20:56:04.515Z | Downloaded openssl-macros v0.1.1 |
821 | 2023-10-04T20:56:04.518Z | Downloaded static_assertions v1.1.0 |
822 | 2023-10-04T20:56:04.522Z | Downloaded parse-display-derive v0.7.0 |
823 | 2023-10-04T20:56:04.525Z | Downloaded headers v0.3.9 |
824 | 2023-10-04T20:56:04.530Z | Downloaded normalize-line-endings v0.3.0 |
825 | 2023-10-04T20:56:04.533Z | Downloaded newtype_derive v0.1.6 |
826 | 2023-10-04T20:56:04.536Z | Downloaded polyval v0.6.1 |
827 | 2023-10-04T20:56:04.539Z | Downloaded sct v0.7.0 |
828 | 2023-10-04T20:56:04.546Z | Downloaded parking_lot_core v0.9.8 |
829 | 2023-10-04T20:56:04.550Z | Downloaded ctr v0.9.2 |
830 | 2023-10-04T20:56:04.554Z | Downloaded ron v0.8.1 |
831 | 2023-10-04T20:56:04.565Z | Downloaded semver-parser v0.10.2 |
832 | 2023-10-04T20:56:04.569Z | Downloaded opaque-debug v0.3.0 |
833 | 2023-10-04T20:56:04.573Z | Downloaded diesel_derives v2.1.1 |
834 | 2023-10-04T20:56:04.577Z | Downloaded futures-core v0.3.28 |
835 | 2023-10-04T20:56:04.581Z | Downloaded usdt-impl v0.3.5 |
836 | 2023-10-04T20:56:04.584Z | Downloaded resolv-conf v0.7.0 |
837 | 2023-10-04T20:56:04.587Z | Downloaded fnv v1.0.7 |
838 | 2023-10-04T20:56:04.591Z | Downloaded slog-stdlog v4.1.1 |
839 | 2023-10-04T20:56:04.594Z | Downloaded derive_builder v0.12.0 |
840 | 2023-10-04T20:56:04.602Z | Downloaded derive_builder_core v0.12.0 |
841 | 2023-10-04T20:56:04.608Z | Downloaded hashbrown v0.13.2 |
842 | 2023-10-04T20:56:04.617Z | Downloaded stable_deref_trait v1.2.0 |
843 | 2023-10-04T20:56:04.621Z | Downloaded darling v0.14.4 |
844 | 2023-10-04T20:56:04.624Z | Downloaded tiny-keccak v2.0.2 |
845 | 2023-10-04T20:56:04.630Z | Downloaded hyper v0.14.27 |
846 | 2023-10-04T20:56:04.647Z | Downloaded unicode-xid v0.2.4 |
847 | 2023-10-04T20:56:04.650Z | Downloaded signature v2.1.0 |
848 | 2023-10-04T20:56:04.654Z | Downloaded erased-serde v0.3.30 |
849 | 2023-10-04T20:56:04.657Z | Downloaded rcgen v0.10.0 |
850 | 2023-10-04T20:56:04.661Z | Downloaded regex-automata v0.1.10 |
851 | 2023-10-04T20:56:04.672Z | Downloaded similar v2.2.1 |
852 | 2023-10-04T20:56:04.682Z | Downloaded getrandom v0.2.10 |
853 | 2023-10-04T20:56:04.690Z | Downloaded futures v0.3.28 |
854 | 2023-10-04T20:56:04.698Z | Downloaded tar v0.4.40 |
855 | 2023-10-04T20:56:04.703Z | Downloaded derive_more v0.99.17 |
856 | 2023-10-04T20:56:04.713Z | Downloaded schemars v0.8.13 |
857 | 2023-10-04T20:56:04.735Z | Downloaded omicron-zone-package v0.8.3 |
858 | 2023-10-04T20:56:04.740Z | Downloaded subprocess v0.2.9 |
859 | 2023-10-04T20:56:04.744Z | Downloaded textwrap v0.16.0 |
860 | 2023-10-04T20:56:04.748Z | Downloaded half v1.8.2 |
861 | 2023-10-04T20:56:04.754Z | Downloaded chrono v0.4.31 |
862 | 2023-10-04T20:56:04.770Z | Downloaded flate2 v1.0.27 |
863 | 2023-10-04T20:56:04.780Z | Downloaded lalrpop v0.19.12 |
864 | 2023-10-04T20:56:04.802Z | Downloaded tokio-postgres v0.7.10 |
865 | 2023-10-04T20:56:04.810Z | Downloaded rand v0.8.5 |
866 | 2023-10-04T20:56:04.818Z | Downloaded rsa v0.9.2 |
867 | 2023-10-04T20:56:04.828Z | Downloaded unicode-segmentation v1.10.1 |
868 | 2023-10-04T20:56:04.835Z | Downloaded rayon v1.7.0 |
869 | 2023-10-04T20:56:04.855Z | Downloaded rusqlite v0.29.0 |
870 | 2023-10-04T20:56:04.864Z | Downloaded reedline v0.23.0 |
871 | 2023-10-04T20:56:04.877Z | Downloaded quick-xml v0.23.1 |
872 | 2023-10-04T20:56:04.891Z | Downloaded unicode-normalization v0.1.22 |
873 | 2023-10-04T20:56:04.898Z | Downloaded crossterm v0.26.1 |
874 | 2023-10-04T20:56:04.912Z | Downloaded winnow v0.5.15 |
875 | 2023-10-04T20:56:04.928Z | Downloaded reqwest v0.11.20 |
876 | 2023-10-04T20:56:04.943Z | Downloaded webpki-roots v0.25.2 |
877 | 2023-10-04T20:56:04.951Z | Downloaded petgraph v0.6.4 |
878 | 2023-10-04T20:56:04.977Z | Downloaded smoltcp v0.8.2 |
879 | 2023-10-04T20:56:04.996Z | Downloaded rustls-webpki v0.101.4 |
880 | 2023-10-04T20:56:05.024Z | Downloaded git2 v0.17.2 |
881 | 2023-10-04T20:56:05.042Z | Downloaded syn v2.0.32 |
882 | 2023-10-04T20:56:05.062Z | Downloaded polar-core v0.26.4 |
883 | 2023-10-04T20:56:05.080Z | Downloaded ratatui v0.23.0 |
884 | 2023-10-04T20:56:05.102Z | Downloaded proptest v1.2.0 |
885 | 2023-10-04T20:56:05.122Z | Downloaded openapiv3 v1.0.3 |
886 | 2023-10-04T20:56:05.149Z | Downloaded trust-dns-proto v0.22.0 |
887 | 2023-10-04T20:56:05.175Z | Downloaded rustix v0.37.23 |
888 | 2023-10-04T20:56:05.213Z | Downloaded tokio v1.32.0 |
889 | 2023-10-04T20:56:05.282Z | Downloaded diesel v2.1.1 |
890 | 2023-10-04T20:56:05.319Z | Downloaded bstr v1.6.0 |
891 | 2023-10-04T20:56:05.342Z | Downloaded zerocopy-derive v0.6.3 |
892 | 2023-10-04T20:56:05.366Z | Downloaded zerocopy-derive v0.2.0 |
893 | 2023-10-04T20:56:05.388Z | Downloaded regex-automata v0.3.8 |
894 | 2023-10-04T20:56:05.423Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
895 | 2023-10-04T20:56:05.450Z | Downloaded libc v0.2.148 |
896 | 2023-10-04T20:56:05.501Z | Downloaded sha3 v0.10.8 |
897 | 2023-10-04T20:56:05.515Z | Downloaded rustix v0.38.9 |
898 | 2023-10-04T20:56:05.558Z | Downloaded encoding_rs v0.8.33 |
899 | 2023-10-04T20:56:05.608Z | Downloaded syn v1.0.109 |
900 | 2023-10-04T20:56:05.625Z | Downloaded curve25519-dalek v4.1.0 |
901 | 2023-10-04T20:56:05.643Z | Downloaded sled v0.34.7 |
902 | 2023-10-04T20:56:05.667Z | Downloaded regex-syntax v0.6.29 |
903 | 2023-10-04T20:56:05.683Z | Downloaded radix_trie v0.2.1 |
904 | 2023-10-04T20:56:05.698Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
905 | 2023-10-04T20:56:05.807Z | Downloaded regex-syntax v0.7.5 |
906 | 2023-10-04T20:56:05.825Z | Downloaded gimli v0.28.0 |
907 | 2023-10-04T20:56:05.843Z | Downloaded nix v0.26.2 |
908 | 2023-10-04T20:56:05.866Z | Downloaded regress v0.7.1 |
909 | 2023-10-04T20:56:05.880Z | Downloaded rustls v0.21.7 |
910 | 2023-10-04T20:56:05.903Z | Downloaded regex v1.9.5 |
911 | 2023-10-04T20:56:05.934Z | Downloaded object v0.32.1 |
912 | 2023-10-04T20:56:05.956Z | Downloaded libz-sys v1.1.12 |
913 | 2023-10-04T20:56:06.081Z | Downloaded bstr v0.2.17 |
914 | 2023-10-04T20:56:06.103Z | Downloaded smoltcp v0.9.1 |
915 | 2023-10-04T20:56:06.126Z | Downloaded object v0.30.4 |
916 | 2023-10-04T20:56:06.147Z | Downloaded idna v0.4.0 |
917 | 2023-10-04T20:56:06.163Z | Downloaded h2 v0.3.21 |
918 | 2023-10-04T20:56:06.176Z | Downloaded futures-util v0.3.28 |
919 | 2023-10-04T20:56:06.201Z | Downloaded openssl v0.10.57 |
920 | 2023-10-04T20:56:06.219Z | Downloaded ring v0.16.20 |
921 | 2023-10-04T20:56:06.390Z | Downloaded libsqlite3-sys v0.26.0 |
922 | 2023-10-04T20:56:06.529Z | Downloaded idna v0.2.3 |
923 | 2023-10-04T20:56:06.542Z | Downloaded bitvec v1.0.1 |
924 | 2023-10-04T20:56:06.569Z | Downloaded serde_json v1.0.107 |
925 | 2023-10-04T20:56:06.582Z | Downloaded vcpkg v0.2.15 |
926 | 2023-10-04T20:56:06.655Z | Downloaded portable-atomic v1.4.3 |
927 | 2023-10-04T20:56:06.664Z | Downloaded tabled v0.14.0 |
928 | 2023-10-04T20:56:06.692Z | Downloaded crossterm v0.27.0 |
929 | 2023-10-04T20:56:06.702Z | Downloaded clap v2.34.0 |
930 | 2023-10-04T20:56:06.715Z | Downloaded crypto-bigint v0.5.2 |
931 | 2023-10-04T20:56:06.726Z | Downloaded steno v0.4.0 |
932 | 2023-10-04T20:56:06.733Z | Downloaded bindgen v0.65.1 |
933 | 2023-10-04T20:56:06.745Z | Downloaded vsss-rs v3.3.1 |
934 | 2023-10-04T20:56:06.749Z | Downloaded diff v0.1.13 |
935 | 2023-10-04T20:56:06.754Z | Downloaded darling_core v0.20.3 |
936 | 2023-10-04T20:56:06.763Z | Downloaded pest v2.7.2 |
937 | 2023-10-04T20:56:06.772Z | Downloaded trust-dns-server v0.22.1 |
938 | 2023-10-04T20:56:06.781Z | Downloaded sha2 v0.10.7 |
939 | 2023-10-04T20:56:06.785Z | Downloaded parking_lot v0.11.2 |
940 | 2023-10-04T20:56:06.789Z | Downloaded packed_struct_codegen v0.10.1 |
941 | 2023-10-04T20:56:06.792Z | Downloaded env_logger v0.9.3 |
942 | 2023-10-04T20:56:06.795Z | Downloaded platforms v3.0.2 |
943 | 2023-10-04T20:56:06.798Z | Downloaded serde_with_macros v2.3.3 |
944 | 2023-10-04T20:56:06.802Z | Downloaded tokio-util v0.7.8 |
945 | 2023-10-04T20:56:06.813Z | Downloaded ucd-trie v0.1.6 |
946 | 2023-10-04T20:56:06.816Z | Downloaded serde v1.0.188 |
947 | 2023-10-04T20:56:06.821Z | Downloaded serde_with v2.3.3 |
948 | 2023-10-04T20:56:06.832Z | Downloaded walkdir v2.4.0 |
949 | 2023-10-04T20:56:06.835Z | Downloaded vergen v8.2.4 |
950 | 2023-10-04T20:56:06.839Z | Downloaded tokio-rustls v0.24.1 |
951 | 2023-10-04T20:56:06.843Z | Downloaded tracing v0.1.37 |
952 | 2023-10-04T20:56:06.851Z | Downloaded zip v0.6.6 |
953 | 2023-10-04T20:56:06.857Z | Downloaded hashbrown v0.14.0 |
954 | 2023-10-04T20:56:06.866Z | Downloaded serde_derive v1.0.188 |
955 | 2023-10-04T20:56:06.870Z | Downloaded trust-dns-resolver v0.22.0 |
956 | 2023-10-04T20:56:06.877Z | Downloaded aho-corasick v1.0.4 |
957 | 2023-10-04T20:56:06.889Z | Downloaded openssl-sys v0.9.93 |
958 | 2023-10-04T20:56:06.896Z | Downloaded rustls-pemfile v1.0.3 |
959 | 2023-10-04T20:56:06.900Z | Downloaded hash32 v0.2.1 |
960 | 2023-10-04T20:56:06.903Z | Downloaded elliptic-curve v0.13.5 |
961 | 2023-10-04T20:56:06.908Z | Downloaded hkdf v0.12.3 |
962 | 2023-10-04T20:56:06.913Z | Downloaded clap_builder v4.4.2 |
963 | 2023-10-04T20:56:06.925Z | Downloaded phf v0.11.2 |
964 | 2023-10-04T20:56:06.928Z | Downloaded xattr v1.0.1 |
965 | 2023-10-04T20:56:06.931Z | Downloaded nom v7.1.3 |
966 | 2023-10-04T20:56:06.940Z | Downloaded ron v0.7.1 |
967 | 2023-10-04T20:56:06.949Z | Downloaded r2d2 v0.8.10 |
968 | 2023-10-04T20:56:06.952Z | Downloaded quick-error v1.2.3 |
969 | 2023-10-04T20:56:06.955Z | Downloaded rand_core v0.6.4 |
970 | 2023-10-04T20:56:06.958Z | Downloaded itertools v0.11.0 |
971 | 2023-10-04T20:56:06.967Z | Downloaded headers-core v0.2.0 |
972 | 2023-10-04T20:56:06.970Z | Downloaded quote v1.0.33 |
973 | 2023-10-04T20:56:06.973Z | Downloaded time v0.3.27 |
974 | 2023-10-04T20:56:06.983Z | Downloaded subtle v2.5.0 |
975 | 2023-10-04T20:56:06.986Z | Downloaded crypto-common v0.1.6 |
976 | 2023-10-04T20:56:06.990Z | Downloaded signal-hook-mio v0.2.3 |
977 | 2023-10-04T20:56:06.994Z | Downloaded smallvec v1.11.0 |
978 | 2023-10-04T20:56:06.997Z | Downloaded yasna v0.5.2 |
979 | 2023-10-04T20:56:07.003Z | Downloaded password-hash v0.5.0 |
980 | 2023-10-04T20:56:07.006Z | Downloaded libm v0.2.7 |
981 | 2023-10-04T20:56:07.016Z | Downloaded parking_lot_core v0.8.6 |
982 | 2023-10-04T20:56:07.019Z | Downloaded fatfs v0.3.6 |
983 | 2023-10-04T20:56:07.023Z | Downloaded hashbrown v0.12.3 |
984 | 2023-10-04T20:56:07.031Z | Downloaded num-bigint-dig v0.8.4 |
985 | 2023-10-04T20:56:07.039Z | Downloaded endian-type v0.1.2 |
986 | 2023-10-04T20:56:07.043Z | Downloaded pretty-hex v0.3.0 |
987 | 2023-10-04T20:56:07.046Z | Downloaded scopeguard v1.2.0 |
988 | 2023-10-04T20:56:07.050Z | Downloaded dyn-clone v1.0.13 |
989 | 2023-10-04T20:56:07.054Z | Downloaded vte v0.11.1 |
990 | 2023-10-04T20:56:07.061Z | Downloaded trust-dns-client v0.22.0 |
991 | 2023-10-04T20:56:07.064Z | Downloaded der v0.7.8 |
992 | 2023-10-04T20:56:07.069Z | Downloaded typenum v1.16.0 |
993 | 2023-10-04T20:56:07.073Z | Downloaded spin v0.5.2 |
994 | 2023-10-04T20:56:07.076Z | Downloaded pest_generator v2.7.2 |
995 | 2023-10-04T20:56:07.079Z | Downloaded tough v0.12.5 |
996 | 2023-10-04T20:56:07.090Z | Downloaded textwrap v0.11.0 |
997 | 2023-10-04T20:56:07.093Z | Downloaded strum v0.25.0 |
998 | 2023-10-04T20:56:07.098Z | Downloaded cstr-argument v0.1.2 |
999 | 2023-10-04T20:56:07.102Z | Downloaded crunchy v0.2.2 |
1000 | 2023-10-04T20:56:07.105Z | Downloaded futures-channel v0.3.28 |
1001 | 2023-10-04T20:56:07.108Z | Downloaded socket2 v0.5.3 |
1002 | 2023-10-04T20:56:07.112Z | Downloaded percent-encoding v2.3.0 |
1003 | 2023-10-04T20:56:07.115Z | Downloaded glob v0.3.1 |
1004 | 2023-10-04T20:56:07.118Z | Downloaded x509-cert v0.2.4 |
1005 | 2023-10-04T20:56:07.121Z | Downloaded predicates v2.1.5 |
1006 | 2023-10-04T20:56:07.124Z | Downloaded tungstenite v0.20.1 |
1007 | 2023-10-04T20:56:07.127Z | Downloaded dtrace-parser v0.1.14 |
1008 | 2023-10-04T20:56:07.130Z | Downloaded ena v0.14.2 |
1009 | 2023-10-04T20:56:07.133Z | Downloaded poly1305 v0.8.0 |
1010 | 2023-10-04T20:56:07.139Z | Downloaded ref-cast v1.0.20 |
1011 | 2023-10-04T20:56:07.141Z | Downloaded darling_core v0.14.4 |
1012 | 2023-10-04T20:56:07.147Z | Downloaded wyz v0.5.1 |
1013 | 2023-10-04T20:56:07.151Z | Downloaded parking_lot v0.12.1 |
1014 | 2023-10-04T20:56:07.156Z | Downloaded strum_macros v0.25.2 |
1015 | 2023-10-04T20:56:07.159Z | Downloaded paste v1.0.14 |
1016 | 2023-10-04T20:56:07.162Z | Downloaded futures-macro v0.3.28 |
1017 | 2023-10-04T20:56:07.165Z | Downloaded tracing-core v0.1.31 |
1018 | 2023-10-04T20:56:07.168Z | Downloaded toml_edit v0.20.0 |
1019 | 2023-10-04T20:56:07.197Z | Downloaded stringprep v0.1.3 |
1020 | 2023-10-04T20:56:07.200Z | Downloaded deranged v0.3.8 |
1021 | 2023-10-04T20:56:07.203Z | Downloaded mio v0.8.8 |
1022 | 2023-10-04T20:56:07.211Z | Downloaded slog-json v2.6.1 |
1023 | 2023-10-04T20:56:07.220Z | Downloaded pin-utils v0.1.0 |
1024 | 2023-10-04T20:56:07.227Z | Downloaded schemars_derive v0.8.13 |
1025 | 2023-10-04T20:56:07.231Z | Downloaded snafu-derive v0.7.5 |
1026 | 2023-10-04T20:56:07.234Z | Downloaded tap v1.0.1 |
1027 | 2023-10-04T20:56:07.237Z | Downloaded slog-envlogger v2.2.0 |
1028 | 2023-10-04T20:56:07.241Z | Downloaded thiserror-impl-no-std v2.0.2 |
1029 | 2023-10-04T20:56:07.244Z | Downloaded crossbeam-channel v0.5.8 |
1030 | 2023-10-04T20:56:07.248Z | Downloaded memchr v2.6.3 |
1031 | 2023-10-04T20:56:07.251Z | Downloaded itertools v0.10.5 |
1032 | 2023-10-04T20:56:07.256Z | Downloaded serde-big-array v0.4.1 |
1033 | 2023-10-04T20:56:07.259Z | Downloaded serde_repr v0.1.16 |
1034 | 2023-10-04T20:56:07.262Z | Downloaded futures-io v0.3.28 |
1035 | 2023-10-04T20:56:07.265Z | Downloaded futures-executor v0.3.28 |
1036 | 2023-10-04T20:56:07.268Z | Downloaded fd-lock v3.0.13 |
1037 | 2023-10-04T20:56:07.272Z | Downloaded utf8parse v0.2.1 |
1038 | 2023-10-04T20:56:07.275Z | Downloaded ringbuffer v0.15.0 |
1039 | 2023-10-04T20:56:07.278Z | Downloaded tokio-stream v0.1.14 |
1040 | 2023-10-04T20:56:07.281Z | Downloaded string_cache v0.8.7 |
1041 | 2023-10-04T20:56:07.284Z | Downloaded slog-scope v4.4.0 |
1042 | 2023-10-04T20:56:07.287Z | Downloaded filetime v0.2.22 |
1043 | 2023-10-04T20:56:07.290Z | Downloaded predicates-core v1.0.6 |
1044 | 2023-10-04T20:56:07.294Z | Downloaded predicates v3.0.3 |
1045 | 2023-10-04T20:56:07.298Z | Downloaded tungstenite v0.18.0 |
1046 | 2023-10-04T20:56:07.301Z | Downloaded socket2 v0.4.9 |
1047 | 2023-10-04T20:56:07.304Z | Downloaded serde_arrays v0.1.0 |
1048 | 2023-10-04T20:56:07.308Z | Downloaded num-bigint v0.4.4 |
1049 | 2023-10-04T20:56:07.346Z | Downloaded ed25519 v1.5.3 |
1050 | 2023-10-04T20:56:07.350Z | Downloaded num_cpus v1.16.0 |
1051 | 2023-10-04T20:56:07.353Z | Downloaded phf_shared v0.10.0 |
1052 | 2023-10-04T20:56:07.356Z | Downloaded difflib v0.4.0 |
1053 | 2023-10-04T20:56:07.360Z | Downloaded smf v0.2.2 |
1054 | 2023-10-04T20:56:07.363Z | Downloaded rand_xorshift v0.3.0 |
1055 | 2023-10-04T20:56:07.366Z | Downloaded derive_builder_macro v0.12.0 |
1056 | 2023-10-04T20:56:07.371Z | Downloaded funty v2.0.0 |
1057 | 2023-10-04T20:56:07.389Z | Downloaded aes v0.8.3 |
1058 | 2023-10-04T20:56:07.392Z | Downloaded thread-id v4.2.0 |
1059 | 2023-10-04T20:56:07.395Z | Downloaded thiserror-no-std v2.0.2 |
1060 | 2023-10-04T20:56:07.410Z | Downloaded papergrid v0.10.0 |
1061 | 2023-10-04T20:56:07.414Z | Downloaded unsafe-libyaml v0.2.9 |
1062 | 2023-10-04T20:56:07.417Z | Downloaded tokio-tungstenite v0.18.0 |
1063 | 2023-10-04T20:56:07.420Z | Downloaded derive-where v1.2.5 |
1064 | 2023-10-04T20:56:07.423Z | Downloaded zerocopy v0.6.3 |
1065 | 2023-10-04T20:56:07.427Z | Downloaded term v0.7.0 |
1066 | 2023-10-04T20:56:07.430Z | Downloaded proc-macro2 v1.0.67 |
1067 | 2023-10-04T20:56:07.433Z | Downloaded libxml v0.3.3 |
1068 | 2023-10-04T20:56:07.436Z | Downloaded unicode-bidi v0.3.13 |
1069 | 2023-10-04T20:56:07.441Z | Downloaded flume v0.11.0 |
1070 | 2023-10-04T20:56:07.444Z | Downloaded env_logger v0.10.0 |
1071 | 2023-10-04T20:56:07.447Z | Downloaded pem-rfc7468 v0.7.0 |
1072 | 2023-10-04T20:56:07.450Z | Downloaded structopt v0.3.26 |
1073 | 2023-10-04T20:56:07.454Z | Downloaded snafu v0.7.5 |
1074 | 2023-10-04T20:56:07.457Z | Downloaded minimal-lexical v0.2.1 |
1075 | 2023-10-04T20:56:07.465Z | Downloaded ff v0.13.0 |
1076 | 2023-10-04T20:56:07.471Z | Downloaded miniz_oxide v0.7.1 |
1077 | 2023-10-04T20:56:07.475Z | Downloaded foreign-types v0.5.0 |
1078 | 2023-10-04T20:56:07.479Z | Downloaded foreign-types v0.3.2 |
1079 | 2023-10-04T20:56:07.482Z | Downloaded darling_macro v0.20.3 |
1080 | 2023-10-04T20:56:07.485Z | Downloaded precomputed-hash v0.1.1 |
1081 | 2023-10-04T20:56:07.488Z | Downloaded slab v0.4.9 |
1082 | 2023-10-04T20:56:07.491Z | Downloaded strum_macros v0.24.3 |
1083 | 2023-10-04T20:56:07.494Z | Downloaded serde_tokenstream v0.2.0 |
1084 | 2023-10-04T20:56:07.498Z | Downloaded proc-macro-error v1.0.4 |
1085 | 2023-10-04T20:56:07.501Z | Downloaded oso v0.26.4 |
1086 | 2023-10-04T20:56:07.504Z | Downloaded unicode-ident v1.0.12 |
1087 | 2023-10-04T20:56:07.507Z | Downloaded parse-display v0.7.0 |
1088 | 2023-10-04T20:56:07.511Z | Downloaded http v0.2.9 |
1089 | 2023-10-04T20:56:07.514Z | Downloaded futures-task v0.3.28 |
1090 | 2023-10-04T20:56:07.517Z | Downloaded base64 v0.21.4 |
1091 | 2023-10-04T20:56:07.520Z | Downloaded addr2line v0.21.0 |
1092 | 2023-10-04T20:56:07.523Z | Downloaded uuid v1.4.1 |
1093 | 2023-10-04T20:56:07.526Z | Downloaded toml v0.8.0 |
1094 | 2023-10-04T20:56:07.529Z | Downloaded toml v0.7.8 |
1095 | 2023-10-04T20:56:07.533Z | Downloaded chacha20poly1305 v0.10.1 |
1096 | 2023-10-04T20:56:07.537Z | Downloaded postcard v0.7.3 |
1097 | 2023-10-04T20:56:07.540Z | Downloaded serde_spanned v0.6.3 |
1098 | 2023-10-04T20:56:07.543Z | Downloaded rustc_version v0.4.0 |
1099 | 2023-10-04T20:56:07.546Z | Downloaded rtoolbox v0.0.1 |
1100 | 2023-10-04T20:56:07.549Z | Downloaded owo-colors v3.5.0 |
1101 | 2023-10-04T20:56:07.553Z | Downloaded secrecy v0.8.0 |
1102 | 2023-10-04T20:56:07.556Z | Downloaded dirs-next v2.0.0 |
1103 | 2023-10-04T20:56:07.559Z | Downloaded time-macros v0.2.13 |
1104 | 2023-10-04T20:56:07.563Z | Downloaded olpc-cjson v0.1.3 |
1105 | 2023-10-04T20:56:07.566Z | Downloaded fragile v2.0.0 |
1106 | 2023-10-04T20:56:07.569Z | Downloaded enum-as-inner v0.5.1 |
1107 | 2023-10-04T20:56:07.572Z | Downloaded either v1.9.0 |
1108 | 2023-10-04T20:56:07.576Z | Downloaded tower-service v0.3.2 |
1109 | 2023-10-04T20:56:07.579Z | Downloaded pest_meta v2.7.2 |
1110 | 2023-10-04T20:56:07.582Z | Downloaded slog-bunyan v2.4.0 |
1111 | 2023-10-04T20:56:07.586Z | Downloaded rusty-fork v0.3.0 |
1112 | 2023-10-04T20:56:07.589Z | Downloaded proc-macro-crate v1.3.1 |
1113 | 2023-10-04T20:56:07.592Z | Downloaded toml v0.5.11 |
1114 | 2023-10-04T20:56:07.595Z | Downloaded const_format v0.2.31 |
1115 | 2023-10-04T20:56:07.600Z | Downloaded arc-swap v1.6.0 |
1116 | 2023-10-04T20:56:07.603Z | Downloaded cc v1.0.83 |
1117 | 2023-10-04T20:56:07.606Z | Downloaded indexmap v2.0.0 |
1118 | 2023-10-04T20:56:07.609Z | Downloaded unicase v2.7.0 |
1119 | 2023-10-04T20:56:07.616Z | Downloaded zeroize_derive v1.4.2 |
1120 | 2023-10-04T20:56:07.619Z | Downloaded thiserror v1.0.49 |
1121 | 2023-10-04T20:56:07.622Z | Downloaded which v4.4.0 |
1122 | 2023-10-04T20:56:07.625Z | Downloaded num v0.4.1 |
1123 | 2023-10-04T20:56:07.629Z | Downloaded toml_datetime v0.6.3 |
1124 | 2023-10-04T20:56:07.635Z | Downloaded tempfile v3.8.0 |
1125 | 2023-10-04T20:56:07.642Z | Downloaded bytes v1.5.0 |
1126 | 2023-10-04T20:56:07.648Z | Downloaded indicatif v0.17.6 |
1127 | 2023-10-04T20:56:07.658Z | Downloaded whoami v1.4.1 |
1128 | 2023-10-04T20:56:07.661Z | Downloaded serde_plain v1.0.2 |
1129 | 2023-10-04T20:56:07.664Z | Downloaded postgres-types v0.2.6 |
1130 | 2023-10-04T20:56:07.667Z | Downloaded float-cmp v0.9.0 |
1131 | 2023-10-04T20:56:07.670Z | Downloaded flagset v0.4.3 |
1132 | 2023-10-04T20:56:07.673Z | Downloaded scheduled-thread-pool v0.2.7 |
1133 | 2023-10-04T20:56:07.676Z | Downloaded rustversion v1.0.14 |
1134 | 2023-10-04T20:56:07.679Z | Downloaded num_enum_derive v0.7.0 |
1135 | 2023-10-04T20:56:07.682Z | Downloaded num_enum_derive v0.5.11 |
1136 | 2023-10-04T20:56:07.685Z | Downloaded test-strategy v0.2.1 |
1137 | 2023-10-04T20:56:07.690Z | Downloaded slog v2.7.0 |
1138 | 2023-10-04T20:56:07.693Z | Downloaded serde_path_to_error v0.1.14 |
1139 | 2023-10-04T20:56:07.696Z | Downloaded crc-any v2.4.3 |
1140 | 2023-10-04T20:56:07.700Z | Downloaded ascii v1.1.0 |
1141 | 2023-10-04T20:56:07.703Z | Downloaded fs-err v2.9.0 |
1142 | 2023-10-04T20:56:07.706Z | Downloaded base64 v0.13.1 |
1143 | 2023-10-04T20:56:07.709Z | Downloaded utf-8 v0.7.6 |
1144 | 2023-10-04T20:56:07.714Z | Downloaded version_check v0.9.4 |
1145 | 2023-10-04T20:56:07.717Z | Downloaded unicode-linebreak v0.1.5 |
1146 | 2023-10-04T20:56:07.723Z | Downloaded strsim v0.10.0 |
1147 | 2023-10-04T20:56:07.728Z | Downloaded same-file v1.0.6 |
1148 | 2023-10-04T20:56:07.731Z | Downloaded rustls-native-certs v0.6.3 |
1149 | 2023-10-04T20:56:07.735Z | Downloaded mime_guess v2.0.4 |
1150 | 2023-10-04T20:56:07.738Z | Downloaded bzip2 v0.4.4 |
1151 | 2023-10-04T20:56:07.742Z | Downloaded bitflags v2.4.0 |
1152 | 2023-10-04T20:56:07.745Z | Downloaded foreign-types-shared v0.1.1 |
1153 | 2023-10-04T20:56:07.748Z | Downloaded waitgroup v0.1.2 |
1154 | 2023-10-04T20:56:07.751Z | Downloaded const-oid v0.9.5 |
1155 | 2023-10-04T20:56:07.754Z | Downloaded ciborium v0.2.1 |
1156 | 2023-10-04T20:56:07.757Z | Downloaded tokio-native-tls v0.3.1 |
1157 | 2023-10-04T20:56:07.760Z | Downloaded spki v0.7.2 |
1158 | 2023-10-04T20:56:07.763Z | Downloaded slog-async v2.8.0 |
1159 | 2023-10-04T20:56:07.766Z | Downloaded serde-hex v0.1.0 |
1160 | 2023-10-04T20:56:07.769Z | Downloaded tokio-macros v2.1.0 |
1161 | 2023-10-04T20:56:07.773Z | Downloaded structmeta-derive v0.1.6 |
1162 | 2023-10-04T20:56:07.776Z | Downloaded structmeta v0.1.6 |
1163 | 2023-10-04T20:56:07.779Z | Downloaded semver v0.11.0 |
1164 | 2023-10-04T20:56:07.782Z | Downloaded num_enum v0.5.11 |
1165 | 2023-10-04T20:56:07.786Z | Downloaded is-terminal v0.4.9 |
1166 | 2023-10-04T20:56:07.788Z | Downloaded clang-sys v1.6.1 |
1167 | 2023-10-04T20:56:07.791Z | Downloaded ahash v0.7.6 |
1168 | 2023-10-04T20:56:07.795Z | Downloaded signature v1.6.4 |
1169 | 2023-10-04T20:56:07.799Z | Downloaded shell-words v1.1.0 |
1170 | 2023-10-04T20:56:07.801Z | Downloaded serde_urlencoded v0.7.1 |
1171 | 2023-10-04T20:56:07.804Z | Downloaded libefi-sys v0.1.0 |
1172 | 2023-10-04T20:56:07.809Z | Downloaded console v0.15.7 |
1173 | 2023-10-04T20:56:07.813Z | Downloaded cargo_metadata v0.18.0 |
1174 | 2023-10-04T20:56:07.818Z | Downloaded anyhow v1.0.75 |
1175 | 2023-10-04T20:56:07.821Z | Downloaded ryu v1.0.15 |
1176 | 2023-10-04T20:56:07.824Z | Downloaded maplit v1.0.2 |
1177 | 2023-10-04T20:56:07.827Z | Downloaded managed v0.8.0 |
1178 | 2023-10-04T20:56:07.830Z | Downloaded lru-cache v0.1.2 |
1179 | 2023-10-04T20:56:07.833Z | Downloaded colored v2.0.4 |
1180 | 2023-10-04T20:56:07.837Z | Downloaded httparse v1.8.0 |
1181 | 2023-10-04T20:56:07.839Z | Downloaded base64ct v1.6.0 |
1182 | 2023-10-04T20:56:07.842Z | Downloaded async-recursion v1.0.5 |
1183 | 2023-10-04T20:56:07.846Z | Downloaded iana-time-zone v0.1.57 |
1184 | 2023-10-04T20:56:07.849Z | Downloaded crc-catalog v2.2.0 |
1185 | 2023-10-04T20:56:07.852Z | Downloaded bitfield v0.14.0 |
1186 | 2023-10-04T20:56:07.855Z | Downloaded universal-hash v0.5.1 |
1187 | 2023-10-04T20:56:07.858Z | Downloaded io-lifetimes v1.0.11 |
1188 | 2023-10-04T20:56:07.862Z | Downloaded nanorand v0.7.0 |
1189 | 2023-10-04T20:56:07.865Z | Downloaded mockall v0.11.4 |
1190 | 2023-10-04T20:56:07.868Z | Downloaded indoc v2.0.3 |
1191 | 2023-10-04T20:56:07.871Z | Downloaded ansi_term v0.12.1 |
1192 | 2023-10-04T20:56:07.874Z | Downloaded ipnetwork v0.20.0 |
1193 | 2023-10-04T20:56:07.877Z | Downloaded time-core v0.1.1 |
1194 | 2023-10-04T20:56:07.880Z | Downloaded signal-hook-tokio v0.3.1 |
1195 | 2023-10-04T20:56:07.884Z | Downloaded nibble_vec v0.1.0 |
1196 | 2023-10-04T20:56:07.887Z | Downloaded multer v2.1.0 |
1197 | 2023-10-04T20:56:07.896Z | Downloaded cexpr v0.6.0 |
1198 | 2023-10-04T20:56:07.899Z | Downloaded serde-big-array v0.5.1 |
1199 | 2023-10-04T20:56:07.902Z | Downloaded maybe-uninit v2.0.0 |
1200 | 2023-10-04T20:56:07.907Z | Downloaded corncobs v0.1.3 |
1201 | 2023-10-04T20:56:07.910Z | Downloaded backoff v0.4.0 |
1202 | 2023-10-04T20:56:07.913Z | Downloaded bitstruct v0.1.1 |
1203 | 2023-10-04T20:56:07.916Z | Downloaded async-trait v0.1.73 |
1204 | 2023-10-04T20:56:07.919Z | Downloaded async-stream v0.3.5 |
1205 | 2023-10-04T20:56:07.922Z | Downloaded argon2 v0.5.2 |
1206 | 2023-10-04T20:56:07.925Z | Downloaded crossbeam-queue v0.3.8 |
1207 | 2023-10-04T20:56:07.928Z | Downloaded anstyle-parse v0.2.1 |
1208 | 2023-10-04T20:56:07.931Z | Downloaded clap_derive v4.4.2 |
1209 | 2023-10-04T20:56:07.934Z | Downloaded libloading v0.7.4 |
1210 | 2023-10-04T20:56:07.937Z | Downloaded mockall_derive v0.11.4 |
1211 | 2023-10-04T20:56:07.940Z | Downloaded hyper-staticfile v0.9.5 |
1212 | 2023-10-04T20:56:07.944Z | Downloaded colorchoice v1.0.0 |
1213 | 2023-10-04T20:56:07.947Z | Downloaded cfg-if v1.0.0 |
1214 | 2023-10-04T20:56:07.950Z | Downloaded atomic-waker v1.1.1 |
1215 | 2023-10-04T20:56:07.953Z | Downloaded log v0.4.20 |
1216 | 2023-10-04T20:56:07.956Z | Downloaded humantime v2.1.0 |
1217 | 2023-10-04T20:56:07.959Z | Downloaded httpdate v1.0.3 |
1218 | 2023-10-04T20:56:07.962Z | Downloaded http-range v0.1.5 |
1219 | 2023-10-04T20:56:07.965Z | Downloaded hostname v0.3.1 |
1220 | 2023-10-04T20:56:07.968Z | Downloaded ciborium-io v0.2.1 |
1221 | 2023-10-04T20:56:07.971Z | Downloaded block-buffer v0.10.4 |
1222 | 2023-10-04T20:56:07.974Z | Downloaded cfg-if v0.1.10 |
1223 | 2023-10-04T20:56:07.979Z | Downloaded cassowary v0.3.0 |
1224 | 2023-10-04T20:56:07.982Z | Downloaded camino v1.1.6 |
1225 | 2023-10-04T20:56:07.984Z | Downloaded crossbeam v0.8.2 |
1226 | 2023-10-04T20:56:07.987Z | Downloaded inout v0.1.3 |
1227 | 2023-10-04T20:56:07.990Z | Downloaded autocfg v1.1.0 |
1228 | 2023-10-04T20:56:07.994Z | Downloaded ident_case v1.0.1 |
1229 | 2023-10-04T20:56:07.998Z | Downloaded ciborium-ll v0.2.1 |
1230 | 2023-10-04T20:56:08.002Z | Downloaded atty v0.2.14 |
1231 | 2023-10-04T20:56:08.006Z | Downloaded bitflags v1.3.2 |
1232 | 2023-10-04T20:56:08.009Z | Downloaded lazycell v1.3.0 |
1233 | 2023-10-04T20:56:08.011Z | Downloaded block-padding v0.3.3 |
1234 | 2023-10-04T20:56:08.015Z | Downloaded array-init v0.0.4 |
1235 | 2023-10-04T20:56:08.018Z | Downloaded num-rational v0.4.1 |
1236 | 2023-10-04T20:56:08.021Z | Downloaded async-stream-impl v0.3.5 |
1237 | 2023-10-04T20:56:08.024Z | Downloaded rustfmt-wrapper v0.2.0 |
1238 | 2023-10-04T20:56:08.027Z | Downloaded memoffset v0.9.0 |
1239 | 2023-10-04T20:56:08.030Z | Downloaded num-derive v0.4.0 |
1240 | 2023-10-04T20:56:08.033Z | Downloaded nu-ansi-term v0.49.0 |
1241 | 2023-10-04T20:56:08.037Z | Downloaded impl-trait-for-tuples v0.2.2 |
1242 | 2023-10-04T20:56:08.040Z | Downloaded hubpack v0.1.2 |
1243 | 2023-10-04T20:56:08.043Z | Downloaded home v0.5.5 |
1244 | 2023-10-04T20:56:08.046Z | Downloaded aead v0.5.2 |
1245 | 2023-10-04T20:56:08.050Z | Downloaded memoffset v0.7.1 |
1246 | 2023-10-04T20:56:08.053Z | Downloaded match_cfg v0.1.0 |
1247 | 2023-10-04T20:56:08.056Z | Downloaded adler v1.0.2 |
1248 | 2023-10-04T20:56:08.059Z | Downloaded anstyle v1.0.2 |
1249 | 2023-10-04T20:56:08.062Z | Downloaded base16ct v0.2.0 |
1250 | 2023-10-04T20:56:08.065Z | Downloaded crc v3.0.1 |
1251 | 2023-10-04T20:56:08.070Z | Downloaded bitstruct_derive v0.1.0 |
1252 | 2023-10-04T20:56:08.074Z | Downloaded assert_matches v1.5.0 |
1253 | 2023-10-04T20:56:08.077Z | Downloaded linked-hash-map v0.5.6 |
1254 | 2023-10-04T20:56:08.080Z | Downloaded cargo-platform v0.1.3 |
1255 | 2023-10-04T20:56:08.083Z | Downloaded hyper-rustls v0.24.1 |
1256 | 2023-10-04T20:56:08.086Z | Downloaded mime v0.3.17 |
1257 | 2023-10-04T20:56:08.089Z | Downloaded macaddr v1.0.1 |
1258 | 2023-10-04T20:56:08.092Z | Downloaded crossbeam-epoch v0.9.15 |
1259 | 2023-10-04T20:56:08.095Z | Downloaded cargo_toml v0.16.3 |
1260 | 2023-10-04T20:56:08.098Z | Downloaded http-body v0.4.5 |
1261 | 2023-10-04T20:56:08.101Z | Downloaded bytesize v1.3.0 |
1262 | 2023-10-04T20:56:08.104Z | Downloaded cancel-safe-futures v0.1.2 |
1263 | 2023-10-04T20:56:08.108Z | Downloaded buf-list v1.0.3 |
1264 | 2023-10-04T20:56:08.112Z | Downloaded bit-set v0.5.3 |
1265 | 2023-10-04T20:56:08.117Z | Downloaded hyper-tls v0.5.0 |
1266 | 2023-10-04T20:56:08.120Z | Downloaded hex v0.4.3 |
1267 | 2023-10-04T20:56:08.341Z | Compiling proc-macro2 v1.0.67 |
1268 | 2023-10-04T20:56:08.345Z | Compiling unicode-ident v1.0.12 |
1269 | 2023-10-04T20:56:08.381Z | Compiling libc v0.2.148 |
1270 | 2023-10-04T20:56:08.385Z | Compiling serde v1.0.188 |
1271 | 2023-10-04T20:56:08.387Z | Compiling autocfg v1.1.0 |
1272 | 2023-10-04T20:56:08.391Z | Compiling version_check v0.9.4 |
1273 | 2023-10-04T20:56:08.394Z | Compiling cfg-if v1.0.0 |
1274 | 2023-10-04T20:56:08.731Z | Compiling syn v1.0.109 |
1275 | 2023-10-04T20:56:08.754Z | Compiling once_cell v1.18.0 |
1276 | 2023-10-04T20:56:08.810Z | Compiling parking_lot_core v0.9.8 |
1277 | 2023-10-04T20:56:09.454Z | Compiling libm v0.2.7 |
1278 | 2023-10-04T20:56:09.697Z | Compiling ahash v0.8.3 |
1279 | 2023-10-04T20:56:09.852Z | Compiling lock_api v0.4.10 |
1280 | 2023-10-04T20:56:10.678Z | Compiling num-traits v0.2.16 |
1281 | 2023-10-04T20:56:10.681Z | Compiling typenum v1.16.0 |
1282 | 2023-10-04T20:56:10.715Z | Compiling thiserror v1.0.49 |
1283 | 2023-10-04T20:56:11.070Z | Compiling futures-core v0.3.28 |
1284 | 2023-10-04T20:56:11.121Z | Compiling generic-array v0.14.7 |
1285 | 2023-10-04T20:56:11.399Z | Compiling memchr v2.6.3 |
1286 | 2023-10-04T20:56:11.516Z | Compiling itoa v1.0.9 |
1287 | 2023-10-04T20:56:11.531Z | Compiling scopeguard v1.2.0 |
1288 | 2023-10-04T20:56:11.768Z | Compiling pkg-config v0.3.27 |
1289 | 2023-10-04T20:56:12.237Z | Compiling quote v1.0.33 |
1290 | 2023-10-04T20:56:12.250Z | Compiling slab v0.4.9 |
1291 | 2023-10-04T20:56:12.687Z | Compiling futures-channel v0.3.28 |
1292 | 2023-10-04T20:56:13.149Z | Compiling syn v2.0.32 |
1293 | 2023-10-04T20:56:13.248Z | Compiling jobserver v0.1.26 |
1294 | 2023-10-04T20:56:13.588Z | Compiling getrandom v0.2.10 |
1295 | 2023-10-04T20:56:14.173Z | Compiling cc v1.0.83 |
1296 | 2023-10-04T20:56:14.197Z | Compiling futures-task v0.3.28 |
1297 | 2023-10-04T20:56:14.421Z | Compiling futures-util v0.3.28 |
1298 | 2023-10-04T20:56:14.834Z | Compiling log v0.4.20 |
1299 | 2023-10-04T20:56:15.608Z | Compiling ryu v1.0.15 |
1300 | 2023-10-04T20:56:15.785Z | Compiling pin-project-lite v0.2.13 |
1301 | 2023-10-04T20:56:15.789Z | Compiling serde_json v1.0.107 |
1302 | 2023-10-04T20:56:16.089Z | Compiling ahash v0.7.6 |
1303 | 2023-10-04T20:56:16.093Z | Compiling schemars v0.8.13 |
1304 | 2023-10-04T20:56:16.290Z | Compiling vcpkg v0.2.15 |
1305 | 2023-10-04T20:56:16.315Z | Compiling smallvec v1.11.0 |
1306 | 2023-10-04T20:56:17.383Z | Compiling heck v0.4.1 |
1307 | 2023-10-04T20:56:18.022Z | Compiling parking_lot v0.12.1 |
1308 | 2023-10-04T20:56:18.835Z | Compiling num_cpus v1.16.0 |
1309 | 2023-10-04T20:56:19.063Z | Compiling ring v0.16.20 |
1310 | 2023-10-04T20:56:19.350Z | Compiling openssl-sys v0.9.93 |
1311 | 2023-10-04T20:56:21.200Z | Compiling rand_core v0.6.4 |
1312 | 2023-10-04T20:56:21.276Z | Compiling indexmap v1.9.3 |
1313 | 2023-10-04T20:56:21.707Z | Compiling byteorder v1.4.3 |
1314 | 2023-10-04T20:56:21.979Z | Compiling allocator-api2 v0.2.16 |
1315 | 2023-10-04T20:56:22.120Z | Compiling equivalent v1.0.1 |
1316 | 2023-10-04T20:56:22.277Z | Compiling httparse v1.8.0 |
1317 | 2023-10-04T20:56:22.584Z | Compiling spin v0.5.2 |
1318 | 2023-10-04T20:56:22.907Z | Compiling mio v0.8.8 |
1319 | 2023-10-04T20:56:23.078Z | Compiling socket2 v0.5.3 |
1320 | 2023-10-04T20:56:23.339Z | Compiling hashbrown v0.14.0 |
1321 | 2023-10-04T20:56:23.783Z | Compiling signal-hook-registry v1.4.1 |
1322 | 2023-10-04T20:56:25.917Z | Compiling fnv v1.0.7 |
1323 | 2023-10-04T20:56:25.991Z | Compiling semver v1.0.18 |
1324 | 2023-10-04T20:56:26.127Z | Compiling openssl v0.10.57 |
1325 | 2023-10-04T20:56:26.683Z | Compiling serde_derive_internals v0.26.0 |
1326 | 2023-10-04T20:56:26.705Z | Compiling rustls v0.21.7 |
1327 | 2023-10-04T20:56:26.926Z | Compiling iana-time-zone v0.1.57 |
1328 | 2023-10-04T20:56:27.128Z | Compiling crossbeam-utils v0.8.16 |
1329 | 2023-10-04T20:56:27.462Z | Compiling unicode-xid v0.2.4 |
1330 | 2023-10-04T20:56:27.489Z | Compiling ucd-trie v0.1.6 |
1331 | 2023-10-04T20:56:27.738Z | Compiling native-tls v0.2.11 |
1332 | 2023-10-04T20:56:27.791Z | Compiling synstructure v0.12.6 |
1333 | 2023-10-04T20:56:29.169Z | Compiling futures-sink v0.3.28 |
1334 | 2023-10-04T20:56:29.420Z | Compiling io-lifetimes v1.0.11 |
1335 | 2023-10-04T20:56:29.764Z | Compiling backtrace v0.3.69 |
1336 | 2023-10-04T20:56:30.392Z | Compiling tinyvec_macros v0.1.1 |
1337 | 2023-10-04T20:56:30.416Z | Compiling dyn-clone v1.0.13 |
1338 | 2023-10-04T20:56:30.553Z | Compiling tinyvec v1.6.0 |
1339 | 2023-10-04T20:56:30.995Z | Compiling tracing-core v0.1.31 |
1340 | 2023-10-04T20:56:31.423Z | Compiling num-integer v0.1.45 |
1341 | 2023-10-04T20:56:31.457Z | Compiling memoffset v0.9.0 |
1342 | 2023-10-04T20:56:31.460Z | Compiling pin-utils v0.1.0 |
1343 | 2023-10-04T20:56:31.509Z | Compiling futures-io v0.3.28 |
1344 | 2023-10-04T20:56:31.844Z | Compiling rustix v0.38.9 |
1345 | 2023-10-04T20:56:31.875Z | Compiling subtle v2.5.0 |
1346 | 2023-10-04T20:56:32.065Z | Compiling winnow v0.5.15 |
1347 | 2023-10-04T20:56:32.185Z | Compiling rustix v0.37.23 |
1348 | 2023-10-04T20:56:32.809Z | Compiling hashbrown v0.13.2 |
1349 | 2023-10-04T20:56:33.055Z | Compiling aho-corasick v1.0.4 |
1350 | 2023-10-04T20:56:33.196Z | Compiling unicode-normalization v0.1.22 |
1351 | 2023-10-04T20:56:33.223Z | Compiling usdt-impl v0.3.5 |
1352 | 2023-10-04T20:56:34.846Z | Compiling unicode-bidi v0.3.13 |
1353 | 2023-10-04T20:56:35.150Z | Compiling anyhow v1.0.75 |
1354 | 2023-10-04T20:56:35.749Z | Compiling regex-syntax v0.7.5 |
1355 | 2023-10-04T20:56:35.877Z | Compiling bitflags v1.3.2 |
1356 | 2023-10-04T20:56:36.023Z | Compiling serde_derive v1.0.188 |
1357 | 2023-10-04T20:56:36.038Z | Compiling zeroize_derive v1.4.2 |
1358 | 2023-10-04T20:56:36.067Z | Compiling thiserror-impl v1.0.49 |
1359 | 2023-10-04T20:56:37.011Z | Compiling tokio-macros v2.1.0 |
1360 | 2023-10-04T20:56:37.654Z | Compiling futures-macro v0.3.28 |
1361 | 2023-10-04T20:56:38.395Z | Compiling tracing-attributes v0.1.26 |
1362 | 2023-10-04T20:56:38.643Z | Compiling schemars_derive v0.8.13 |
1363 | 2023-10-04T20:56:39.505Z | Compiling zeroize v1.6.0 |
1364 | 2023-10-04T20:56:40.964Z | Compiling openssl-macros v0.1.1 |
1365 | 2023-10-04T20:56:41.110Z | Compiling pest v2.7.2 |
1366 | 2023-10-04T20:56:42.040Z | Compiling zerocopy-derive v0.2.0 |
1367 | 2023-10-04T20:56:42.517Z | Compiling crypto-common v0.1.6 |
1368 | 2023-10-04T20:56:42.825Z | Compiling block-buffer v0.10.4 |
1369 | 2023-10-04T20:56:43.688Z | Compiling time-core v0.1.1 |
1370 | 2023-10-04T20:56:43.983Z | Compiling const-oid v0.9.5 |
1371 | 2023-10-04T20:56:44.087Z | Compiling tracing v0.1.37 |
1372 | 2023-10-04T20:56:44.858Z | Compiling slog v2.7.0 |
1373 | 2023-10-04T20:56:45.456Z | Compiling pest_meta v2.7.2 |
1374 | 2023-10-04T20:56:45.542Z | Compiling crc32fast v1.3.2 |
1375 | 2023-10-04T20:56:46.210Z | Compiling time-macros v0.2.13 |
1376 | 2023-10-04T20:56:46.770Z | Compiling regex-automata v0.3.8 |
1377 | 2023-10-04T20:56:46.875Z | Compiling digest v0.10.7 |
1378 | 2023-10-04T20:56:47.619Z | Compiling pest_generator v2.7.2 |
1379 | 2023-10-04T20:56:52.644Z | Compiling pest_derive v2.7.2 |
1380 | 2023-10-04T20:56:53.566Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1381 | 2023-10-04T20:56:53.799Z | Compiling crossbeam-epoch v0.9.15 |
1382 | 2023-10-04T20:56:54.177Z | Compiling async-trait v0.1.73 |
1383 | 2023-10-04T20:56:55.043Z | Compiling ppv-lite86 v0.2.17 |
1384 | 2023-10-04T20:56:56.338Z | Compiling rand_chacha v0.3.1 |
1385 | 2023-10-04T20:56:56.679Z | Compiling zerocopy v0.3.0 |
1386 | 2023-10-04T20:56:57.942Z | Compiling zerocopy-derive v0.6.3 |
1387 | 2023-10-04T20:56:58.110Z | Compiling untrusted v0.7.1 |
1388 | 2023-10-04T20:56:58.145Z | Compiling base64 v0.21.4 |
1389 | 2023-10-04T20:56:58.451Z | Compiling strsim v0.10.0 |
1390 | 2023-10-04T20:56:59.361Z | Compiling bytes v1.5.0 |
1391 | 2023-10-04T20:56:59.573Z | Compiling indexmap v2.0.0 |
1392 | 2023-10-04T20:57:01.665Z | Compiling uuid v1.4.1 |
1393 | 2023-10-04T20:57:01.769Z | Compiling chrono v0.4.31 |
1394 | 2023-10-04T20:57:02.797Z | Compiling tokio v1.32.0 |
1395 | 2023-10-04T20:57:04.141Z | Compiling bitflags v2.4.0 |
1396 | 2023-10-04T20:57:04.329Z | Compiling toml_datetime v0.6.3 |
1397 | 2023-10-04T20:57:04.965Z | Compiling serde_spanned v0.6.3 |
1398 | 2023-10-04T20:57:05.502Z | Compiling http v0.2.9 |
1399 | 2023-10-04T20:57:05.526Z | Compiling toml_edit v0.19.15 |
1400 | 2023-10-04T20:57:08.029Z | Compiling rustc_version v0.4.0 |
1401 | 2023-10-04T20:57:09.133Z | Compiling heapless v0.7.16 |
1402 | 2023-10-04T20:57:13.289Z | Compiling dof v0.1.5 |
1403 | 2023-10-04T20:57:14.709Z | Compiling rand v0.8.5 |
1404 | 2023-10-04T20:57:16.970Z | Compiling hashbrown v0.12.3 |
1405 | 2023-10-04T20:57:17.482Z | Compiling tokio-util v0.7.8 |
1406 | 2023-10-04T20:57:17.819Z | Compiling regex v1.9.5 |
1407 | 2023-10-04T20:57:17.849Z | Compiling dtrace-parser v0.1.14 |
1408 | 2023-10-04T20:57:19.295Z | Compiling thread-id v4.2.0 |
1409 | 2023-10-04T20:57:19.470Z | Compiling errno v0.3.2 |
1410 | 2023-10-04T20:57:19.740Z | Compiling num-bigint v0.4.4 |
1411 | 2023-10-04T20:57:19.829Z | Compiling percent-encoding v2.3.0 |
1412 | 2023-10-04T20:57:20.381Z | Compiling smoltcp v0.9.1 |
1413 | 2023-10-04T20:57:20.407Z | Compiling radium v0.7.0 |
1414 | 2023-10-04T20:57:20.433Z | Compiling foreign-types-shared v0.1.1 |
1415 | 2023-10-04T20:57:20.635Z | Compiling openssl-probe v0.1.5 |
1416 | 2023-10-04T20:57:20.677Z | Compiling unicode-width v0.1.10 |
1417 | 2023-10-04T20:57:21.018Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1418 | 2023-10-04T20:57:21.390Z | Compiling foreign-types v0.3.2 |
1419 | 2023-10-04T20:57:24.160Z | Compiling serde_tokenstream v0.1.7 |
1420 | 2023-10-04T20:57:26.572Z | Compiling lazy_static v1.4.0 |
1421 | 2023-10-04T20:57:26.974Z | Compiling socket2 v0.4.9 |
1422 | 2023-10-04T20:57:27.111Z | Compiling try-lock v0.2.4 |
1423 | 2023-10-04T20:57:27.211Z | Compiling unicode-segmentation v1.10.1 |
1424 | 2023-10-04T20:57:27.332Z | Compiling siphasher v0.3.11 |
1425 | 2023-10-04T20:57:28.007Z | Compiling adler v1.0.2 |
1426 | 2023-10-04T20:57:28.816Z | Compiling miniz_oxide v0.7.1 |
1427 | 2023-10-04T20:57:29.864Z | Compiling want v0.3.1 |
1428 | 2023-10-04T20:57:31.992Z | Compiling h2 v0.3.21 |
1429 | 2023-10-04T20:57:32.200Z | Compiling form_urlencoded v1.2.0 |
1430 | 2023-10-04T20:57:32.370Z | Compiling sct v0.7.0 |
1431 | 2023-10-04T20:57:32.671Z | Compiling rustls-webpki v0.101.4 |
1432 | 2023-10-04T20:57:32.865Z | Compiling http-body v0.4.5 |
1433 | 2023-10-04T20:57:33.616Z | Compiling hubpack_derive v0.1.1 |
1434 | 2023-10-04T20:57:35.283Z | Compiling num-iter v0.1.43 |
1435 | 2023-10-04T20:57:35.577Z | Compiling cpufeatures v0.2.9 |
1436 | 2023-10-04T20:57:35.719Z | Compiling anstyle v1.0.2 |
1437 | 2023-10-04T20:57:35.812Z | Compiling tower-service v0.3.2 |
1438 | 2023-10-04T20:57:35.874Z | Compiling httpdate v1.0.3 |
1439 | 2023-10-04T20:57:36.406Z | Compiling utf8parse v0.2.1 |
1440 | 2023-10-04T20:57:36.623Z | Compiling anstyle-parse v0.2.1 |
1441 | 2023-10-04T20:57:36.669Z | Compiling sha2 v0.10.7 |
1442 | 2023-10-04T20:57:41.002Z | Compiling usdt-attr-macro v0.3.5 |
1443 | 2023-10-04T20:57:41.324Z | Compiling usdt-macro v0.3.5 |
1444 | 2023-10-04T20:57:43.955Z | Compiling hyper v0.14.27 |
1445 | 2023-10-04T20:57:44.252Z | Compiling openapiv3 v1.0.3 |
1446 | 2023-10-04T20:57:45.692Z | Compiling rustls-pemfile v1.0.3 |
1447 | 2023-10-04T20:57:46.255Z | Compiling hmac v0.12.1 |
1448 | 2023-10-04T20:57:46.610Z | Compiling md-5 v0.10.5 |
1449 | 2023-10-04T20:57:47.182Z | Compiling stringprep v0.1.3 |
1450 | 2023-10-04T20:57:48.631Z | Compiling idna v0.4.0 |
1451 | 2023-10-04T20:57:48.994Z | Compiling diesel_table_macro_syntax v0.1.0 |
1452 | 2023-10-04T20:57:49.365Z | Compiling hash32 v0.2.1 |
1453 | 2023-10-04T20:57:49.617Z | Compiling spin v0.9.8 |
1454 | 2023-10-04T20:57:49.957Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2023-10-04T20:57:50.118Z | Compiling fallible-iterator v0.2.0 |
1456 | 2023-10-04T20:57:50.230Z | Compiling gimli v0.28.0 |
1457 | 2023-10-04T20:57:51.118Z | Compiling colorchoice v1.0.0 |
1458 | 2023-10-04T20:57:51.341Z | Compiling anstyle-query v1.0.0 |
1459 | 2023-10-04T20:57:51.971Z | Compiling anstream v0.5.0 |
1460 | 2023-10-04T20:57:52.995Z | Compiling postgres-protocol v0.6.6 |
1461 | 2023-10-04T20:57:53.016Z | Compiling url v2.4.1 |
1462 | 2023-10-04T20:57:55.346Z | Compiling diesel_derives v2.1.1 |
1463 | 2023-10-04T20:57:56.475Z | Compiling rustls-native-certs v0.6.3 |
1464 | 2023-10-04T20:57:59.838Z | Compiling addr2line v0.21.0 |
1465 | 2023-10-04T20:58:00.829Z | Compiling tokio-rustls v0.24.1 |
1466 | 2023-10-04T20:58:01.891Z | Compiling tokio-native-tls v0.3.1 |
1467 | 2023-10-04T20:58:01.896Z | Compiling terminal_size v0.2.6 |
1468 | 2023-10-04T20:58:01.929Z | Compiling phf_shared v0.11.2 |
1469 | 2023-10-04T20:58:03.310Z | Compiling serde_tokenstream v0.2.0 |
1470 | 2023-10-04T20:58:03.736Z | Compiling block-padding v0.3.3 |
1471 | 2023-10-04T20:58:04.120Z | Compiling enum-as-inner v0.5.1 |
1472 | 2023-10-04T20:58:04.181Z | Compiling serde_repr v0.1.16 |
1473 | 2023-10-04T20:58:05.151Z | Compiling clap_derive v4.4.2 |
1474 | 2023-10-04T20:58:05.988Z | Compiling scheduled-thread-pool v0.2.7 |
1475 | 2023-10-04T20:58:06.026Z | Compiling object v0.32.1 |
1476 | 2023-10-04T20:58:18.741Z | Compiling rustc-demangle v0.1.23 |
1477 | 2023-10-04T20:58:20.154Z | Compiling managed v0.8.0 |
1478 | 2023-10-04T20:58:20.299Z | Compiling bit-vec v0.6.3 |
1479 | 2023-10-04T20:58:20.914Z | Compiling clap_lex v0.5.1 |
1480 | 2023-10-04T20:58:21.020Z | Compiling matches v0.1.10 |
1481 | 2023-10-04T20:58:21.480Z | Compiling either v1.9.0 |
1482 | 2023-10-04T20:58:22.050Z | Compiling regex-automata v0.1.10 |
1483 | 2023-10-04T20:58:22.800Z | Compiling tap v1.0.1 |
1484 | 2023-10-04T20:58:23.121Z | Compiling ipnet v2.8.0 |
1485 | 2023-10-04T20:58:25.105Z | Compiling num_threads v0.1.6 |
1486 | 2023-10-04T20:58:25.311Z | Compiling deranged v0.3.8 |
1487 | 2023-10-04T20:58:26.348Z | Compiling wyz v0.5.1 |
1488 | 2023-10-04T20:58:26.921Z | Compiling bstr v0.2.17 |
1489 | 2023-10-04T20:58:28.593Z | Compiling time v0.3.27 |
1490 | 2023-10-04T20:58:28.912Z | Compiling itertools v0.10.5 |
1491 | 2023-10-04T20:58:29.256Z | Compiling clap_builder v4.4.2 |
1492 | 2023-10-04T20:58:31.092Z | Compiling idna v0.2.3 |
1493 | 2023-10-04T20:58:35.647Z | Compiling r2d2 v0.8.10 |
1494 | 2023-10-04T20:58:37.344Z | Compiling inout v0.1.3 |
1495 | 2023-10-04T20:58:40.037Z | Compiling phf v0.11.2 |
1496 | 2023-10-04T20:58:40.527Z | Compiling hyper-tls v0.5.0 |
1497 | 2023-10-04T20:58:41.066Z | Compiling hyper-rustls v0.24.1 |
1498 | 2023-10-04T20:58:42.183Z | Compiling flate2 v1.0.27 |
1499 | 2023-10-04T20:58:42.888Z | Compiling postgres-types v0.2.6 |
1500 | 2023-10-04T20:58:43.895Z | Compiling hubpack v0.1.2 |
1501 | 2023-10-04T20:58:44.057Z | Compiling serde_urlencoded v0.7.1 |
1502 | 2023-10-04T20:58:44.647Z | Compiling phf_shared v0.10.0 |
1503 | 2023-10-04T20:58:44.949Z | Compiling ipnetwork v0.20.0 |
1504 | 2023-10-04T20:58:45.264Z | Compiling zerocopy v0.6.3 |
1505 | 2023-10-04T20:58:45.565Z | Compiling futures-executor v0.3.28 |
1506 | 2023-10-04T20:58:46.372Z | Compiling regress v0.7.1 |
1507 | 2023-10-04T20:58:46.755Z | Compiling float-cmp v0.9.0 |
1508 | 2023-10-04T20:58:46.782Z | Compiling encoding_rs v0.8.33 |
1509 | 2023-10-04T20:58:46.900Z | Compiling whoami v1.4.1 |
1510 | 2023-10-04T20:58:47.801Z | Compiling normalize-line-endings v0.3.0 |
1511 | 2023-10-04T20:58:48.013Z | Compiling mime v0.3.17 |
1512 | 2023-10-04T20:58:49.936Z | Compiling fixedbitset v0.4.2 |
1513 | 2023-10-04T20:58:50.810Z | Compiling precomputed-hash v0.1.1 |
1514 | 2023-10-04T20:58:50.984Z | Compiling static_assertions v1.1.0 |
1515 | 2023-10-04T20:58:51.135Z | Compiling unicode-linebreak v0.1.5 |
1516 | 2023-10-04T20:58:51.577Z | Compiling webpki-roots v0.25.2 |
1517 | 2023-10-04T20:58:51.635Z | Compiling difflib v0.4.0 |
1518 | 2023-10-04T20:58:51.849Z | Compiling data-encoding v2.4.0 |
1519 | 2023-10-04T20:58:51.986Z | Compiling predicates-core v1.0.6 |
1520 | 2023-10-04T20:58:52.025Z | Compiling funty v2.0.0 |
1521 | 2023-10-04T20:58:52.494Z | Compiling smawk v0.3.1 |
1522 | 2023-10-04T20:58:52.825Z | Compiling new_debug_unreachable v1.0.4 |
1523 | 2023-10-04T20:58:52.975Z | Compiling string_cache v0.8.7 |
1524 | 2023-10-04T20:58:53.261Z | Compiling trust-dns-proto v0.22.0 |
1525 | 2023-10-04T20:58:53.707Z | Compiling textwrap v0.16.0 |
1526 | 2023-10-04T20:58:53.887Z | Compiling predicates v3.0.3 |
1527 | 2023-10-04T20:58:54.735Z | Compiling bitvec v1.0.1 |
1528 | 2023-10-04T20:58:54.840Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1529 | 2023-10-04T20:58:55.223Z | Compiling reqwest v0.11.20 |
1530 | 2023-10-04T20:58:56.430Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1531 | 2023-10-04T20:59:02.504Z | Compiling petgraph v0.6.4 |
1532 | 2023-10-04T20:59:05.494Z | Compiling tokio-postgres v0.7.10 |
1533 | 2023-10-04T20:59:12.961Z | Compiling futures v0.3.28 |
1534 | 2023-10-04T20:59:13.524Z | Compiling diesel v2.1.1 |
1535 | 2023-10-04T20:59:14.261Z | Compiling yasna v0.5.2 |
1536 | 2023-10-04T20:59:15.078Z | Compiling cipher v0.4.4 |
1537 | 2023-10-04T20:59:15.098Z | Compiling clap v4.4.3 |
1538 | 2023-10-04T20:59:15.757Z | Compiling similar v2.2.1 |
1539 | 2023-10-04T20:59:15.798Z | Compiling bit-set v0.5.3 |
1540 | 2023-10-04T20:59:16.210Z | Compiling usdt v0.3.5 |
1541 | 2023-10-04T20:59:17.143Z | Compiling console v0.15.7 |
1542 | 2023-10-04T20:59:17.399Z | Compiling tokio-stream v0.1.14 |
1543 | 2023-10-04T20:59:18.924Z | Compiling toml v0.7.8 |
1544 | 2023-10-04T20:59:19.030Z | Compiling hex v0.4.3 |
1545 | 2023-10-04T20:59:19.269Z | Compiling signature v2.1.0 |
1546 | 2023-10-04T20:59:19.546Z | Compiling bstr v1.6.0 |
1547 | 2023-10-04T20:59:20.036Z | Compiling lalrpop-util v0.19.12 |
1548 | 2023-10-04T20:59:23.503Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1549 | 2023-10-04T20:59:29.505Z | Compiling rustversion v1.0.14 |
1550 | 2023-10-04T20:59:29.835Z | Compiling ident_case v1.0.1 |
1551 | 2023-10-04T20:59:30.129Z | Compiling darling_core v0.20.3 |
1552 | 2023-10-04T20:59:45.878Z | Compiling crossbeam-channel v0.5.8 |
1553 | 2023-10-04T20:59:50.440Z | Compiling atty v0.2.14 |
1554 | 2023-10-04T20:59:50.671Z | Compiling proc-macro-error-attr v1.0.4 |
1555 | 2023-10-04T20:59:58.377Z | Compiling darling_macro v0.20.3 |
1556 | 2023-10-04T21:00:12.916Z | Compiling proc-macro-crate v1.3.1 |
1557 | 2023-10-04T21:00:15.028Z | Compiling dirs-sys-next v0.1.2 |
1558 | 2023-10-04T21:00:16.926Z | Compiling proc-macro-error v1.0.4 |
1559 | 2023-10-04T21:00:25.091Z | Compiling dirs-next v2.0.0 |
1560 | 2023-10-04T21:00:26.262Z | Compiling num_enum_derive v0.5.11 |
1561 | 2023-10-04T21:00:31.471Z | Compiling strum_macros v0.25.2 |
1562 | 2023-10-04T21:00:35.188Z | Compiling darling v0.20.3 |
1563 | 2023-10-04T21:00:37.841Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1564 | 2023-10-04T21:00:43.523Z | Compiling getopts v0.2.21 |
1565 | 2023-10-04T21:00:45.047Z | Compiling structmeta-derive v0.1.6 |
1566 | 2023-10-04T21:00:46.229Z | Compiling thread_local v1.1.7 |
1567 | 2023-10-04T21:00:46.281Z | Compiling multer v2.1.0 |
1568 | 2023-10-04T21:00:46.707Z | Compiling camino v1.1.6 |
1569 | 2023-10-04T21:00:49.587Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1570 | 2023-10-04T21:00:54.867Z | Compiling match_cfg v0.1.0 |
1571 | 2023-10-04T21:00:55.194Z | Compiling unsafe-libyaml v0.2.9 |
1572 | 2023-10-04T21:00:57.266Z | Compiling paste v1.0.14 |
1573 | 2023-10-04T21:00:59.646Z | Compiling slog-async v2.8.0 |
1574 | 2023-10-04T21:01:04.833Z | Compiling serde_yaml v0.9.25 |
1575 | 2023-10-04T21:01:10.844Z | Compiling hostname v0.3.1 |
1576 | 2023-10-04T21:01:12.153Z | Compiling structmeta v0.1.6 |
1577 | 2023-10-04T21:01:13.047Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1578 | 2023-10-04T21:01:18.350Z | Compiling strum v0.25.0 |
1579 | 2023-10-04T21:01:19.753Z | Compiling serde_with_macros v2.3.3 |
1580 | 2023-10-04T21:01:24.237Z | Compiling num_enum v0.5.11 |
1581 | 2023-10-04T21:01:24.527Z | Compiling term v0.7.0 |
1582 | 2023-10-04T21:01:24.604Z | Compiling slog-json v2.6.1 |
1583 | 2023-10-04T21:01:27.767Z | Compiling async-stream-impl v0.3.5 |
1584 | 2023-10-04T21:01:27.886Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1585 | 2023-10-04T21:01:28.322Z | Compiling regex-syntax v0.6.29 |
1586 | 2023-10-04T21:01:28.803Z | Compiling atomic-waker v1.1.1 |
1587 | 2023-10-04T21:01:29.108Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1588 | 2023-10-04T21:01:29.525Z | Compiling take_mut v0.2.2 |
1589 | 2023-10-04T21:01:29.812Z | Compiling postcard-cobs v0.1.5-pre |
1590 | 2023-10-04T21:01:30.442Z | Compiling postcard v0.7.3 |
1591 | 2023-10-04T21:01:30.565Z | Compiling async-stream v0.3.5 |
1592 | 2023-10-04T21:01:31.449Z | Compiling waitgroup v0.1.2 |
1593 | 2023-10-04T21:01:32.479Z | Compiling slog-term v2.9.0 |
1594 | 2023-10-04T21:01:32.802Z | Compiling slog-bunyan v2.4.0 |
1595 | 2023-10-04T21:01:33.198Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1596 | 2023-10-04T21:01:37.182Z | Compiling serde_with v2.3.3 |
1597 | 2023-10-04T21:01:38.255Z | Compiling parse-display-derive v0.7.0 |
1598 | 2023-10-04T21:01:45.311Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1599 | 2023-10-04T21:01:46.284Z | Compiling smoltcp v0.8.2 |
1600 | 2023-10-04T21:01:46.543Z | Compiling sha1 v0.10.5 |
1601 | 2023-10-04T21:01:49.804Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1602 | 2023-10-04T21:01:50.292Z | Compiling serde_path_to_error v0.1.14 |
1603 | 2023-10-04T21:01:50.454Z | Compiling foreign-types-macros v0.2.3 |
1604 | 2023-10-04T21:01:50.732Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1605 | 2023-10-04T21:01:50.888Z | Compiling instant v0.1.12 |
1606 | 2023-10-04T21:01:50.981Z | Compiling cfg-if v0.1.10 |
1607 | 2023-10-04T21:01:51.010Z | Compiling debug-ignore v1.0.5 |
1608 | 2023-10-04T21:01:51.034Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1609 | 2023-10-04T21:01:51.462Z | Compiling foreign-types-shared v0.3.1 |
1610 | 2023-10-04T21:01:51.475Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1611 | 2023-10-04T21:01:51.508Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1612 | 2023-10-04T21:01:51.541Z | Compiling foreign-types v0.5.0 |
1613 | 2023-10-04T21:01:51.670Z | Compiling backoff v0.4.0 |
1614 | 2023-10-04T21:01:51.914Z | Compiling parse-display v0.7.0 |
1615 | 2023-10-04T21:01:52.480Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2023-10-04T21:01:52.590Z | Compiling is-terminal v0.4.9 |
1617 | 2023-10-04T21:01:52.733Z | Compiling macaddr v1.0.1 |
1618 | 2023-10-04T21:01:52.791Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1619 | 2023-10-04T21:01:53.970Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1620 | 2023-10-04T21:01:54.188Z | Compiling cstr-argument v0.1.2 |
1621 | 2023-10-04T21:01:54.595Z | Compiling pretty-hex v0.2.1 |
1622 | 2023-10-04T21:01:54.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1623 | 2023-10-04T21:01:55.183Z | Compiling base64ct v1.6.0 |
1624 | 2023-10-04T21:01:55.728Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1625 | 2023-10-04T21:01:56.388Z | Compiling password-hash v0.5.0 |
1626 | 2023-10-04T21:01:56.455Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1627 | 2023-10-04T21:01:58.165Z | Compiling colored v2.0.4 |
1628 | 2023-10-04T21:01:58.273Z | Compiling textwrap v0.11.0 |
1629 | 2023-10-04T21:02:00.113Z | Compiling heck v0.3.3 |
1630 | 2023-10-04T21:02:00.448Z | Compiling blake2 v0.10.6 |
1631 | 2023-10-04T21:02:00.688Z | Compiling strsim v0.8.0 |
1632 | 2023-10-04T21:02:00.714Z | Compiling ansi_term v0.12.1 |
1633 | 2023-10-04T21:02:02.229Z | Compiling vec_map v0.8.2 |
1634 | 2023-10-04T21:02:02.501Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1635 | 2023-10-04T21:02:02.743Z | Compiling libefi-sys v0.1.0 |
1636 | 2023-10-04T21:02:02.799Z | Compiling rayon-core v1.11.0 |
1637 | 2023-10-04T21:02:02.839Z | Compiling clap v2.34.0 |
1638 | 2023-10-04T21:02:03.033Z | Compiling argon2 v0.5.2 |
1639 | 2023-10-04T21:02:03.208Z | Compiling structopt-derive v0.4.18 |
1640 | 2023-10-04T21:02:06.604Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1641 | 2023-10-04T21:02:07.780Z | Compiling zone_cfg_derive v0.2.0 |
1642 | 2023-10-04T21:02:07.884Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1643 | 2023-10-04T21:02:08.716Z | Compiling crossbeam-deque v0.8.3 |
1644 | 2023-10-04T21:02:09.350Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1645 | 2023-10-04T21:02:09.903Z | Compiling portable-atomic v1.4.3 |
1646 | 2023-10-04T21:02:10.005Z | Compiling keccak v0.1.4 |
1647 | 2023-10-04T21:02:11.170Z | Compiling sha3 v0.10.8 |
1648 | 2023-10-04T21:02:11.423Z | Compiling zone v0.2.0 |
1649 | 2023-10-04T21:02:11.780Z | Compiling structopt v0.3.26 |
1650 | 2023-10-04T21:02:12.637Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1651 | 2023-10-04T21:02:16.407Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1652 | 2023-10-04T21:02:17.218Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1653 | 2023-10-04T21:02:18.615Z | Compiling hkdf v0.12.3 |
1654 | 2023-10-04T21:02:19.041Z | Compiling smf v0.2.2 |
1655 | 2023-10-04T21:02:19.214Z | Compiling secrecy v0.8.0 |
1656 | 2023-10-04T21:02:19.672Z | Compiling xattr v1.0.1 |
1657 | 2023-10-04T21:02:19.833Z | Compiling filetime v0.2.22 |
1658 | 2023-10-04T21:02:19.895Z | Compiling same-file v1.0.6 |
1659 | 2023-10-04T21:02:20.163Z | Compiling fastrand v2.0.0 |
1660 | 2023-10-04T21:02:20.364Z | Compiling walkdir v2.4.0 |
1661 | 2023-10-04T21:02:20.395Z | Compiling tar v0.4.40 |
1662 | 2023-10-04T21:02:21.390Z | Compiling tempfile v3.8.0 |
1663 | 2023-10-04T21:02:23.367Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1664 | 2023-10-04T21:02:24.064Z | Compiling rayon v1.7.0 |
1665 | 2023-10-04T21:02:25.799Z | Compiling number_prefix v0.4.0 |
1666 | 2023-10-04T21:02:26.613Z | Compiling omicron-zone-package v0.8.3 |
1667 | 2023-10-04T21:02:28.212Z | Compiling topological-sort v0.2.2 |
1668 | 2023-10-04T21:02:32.646Z | Compiling indicatif v0.17.6 |
1669 | 2023-10-04T21:02:43.131Z | Compiling bzip2 v0.4.4 |
1670 | 2023-10-04T21:02:43.442Z | Compiling zip v0.6.6 |
1671 | 2023-10-04T21:02:44.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1672 | 2023-10-04T21:02:45.087Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1673 | 2023-10-04T21:02:45.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1674 | 2023-10-04T21:02:45.969Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1675 | 2023-10-04T21:02:54.842Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1676 | 2023-10-04T21:02:54.845Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1677 | 2023-10-04T21:02:54.848Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1678 | 2023-10-04T21:03:08.696Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1679 | 2023-10-04T21:03:10.106Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1680 | 2023-10-04T21:03:45.301Z | Finished release [optimized] target(s) in 8m 10s |
1681 | 2023-10-04T21:03:45.560Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1682 | 2023-10-04T21:03:45.652Z | Created new build target 'test' and set it as active |
1683 | 2023-10-04T21:03:45.655Z | |
1684 | 2023-10-04T21:03:45.658Z | real 8:11.361802418 |
1685 | 2023-10-04T21:03:45.661Z | user 51:32.825025465 |
1686 | 2023-10-04T21:03:45.664Z | sys 4:46.563060506 |
1687 | 2023-10-04T21:03:45.667Z | trap 2.020582955 |
1688 | 2023-10-04T21:03:45.671Z | tflt 4.733889266 |
1689 | 2023-10-04T21:03:45.674Z | dflt 4.701905834 |
1690 | 2023-10-04T21:03:45.677Z | kflt 0.027693141 |
1691 | 2023-10-04T21:03:45.679Z | lock 1:51:12.384729230 |
1692 | 2023-10-04T21:03:45.682Z | slp 2:51:56.938535546 |
1693 | 2023-10-04T21:03:45.685Z | lat 2:24.986380514 |
1694 | 2023-10-04T21:03:45.688Z | stop 4:22.534456903 |
1695 | 2023-10-04T21:03:45.692Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1696 | 2023-10-04T21:03:46.852Z | Finished release [optimized] target(s) in 1.11s |
1697 | 2023-10-04T21:03:46.881Z | Running `target/release/omicron-package -t test package` |
1698 | 2023-10-04T21:03:46.925Z | Oct 04 21:03:46.924 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1699 | 2023-10-04T21:03:48.163Z | Compiling serde_json v1.0.107 |
1700 | 2023-10-04T21:03:48.212Z | Compiling linked-hash-map v0.5.6 |
1701 | 2023-10-04T21:03:48.215Z | Compiling slog-dtrace v0.2.3 |
1702 | 2023-10-04T21:03:48.218Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1703 | 2023-10-04T21:03:48.233Z | Compiling quick-error v1.2.3 |
1704 | 2023-10-04T21:03:48.242Z | Compiling termcolor v1.2.0 |
1705 | 2023-10-04T21:03:48.253Z | Compiling memoffset v0.7.1 |
1706 | 2023-10-04T21:03:48.256Z | Compiling base64 v0.13.1 |
1707 | 2023-10-04T21:03:48.430Z | Compiling resolv-conf v0.7.0 |
1708 | 2023-10-04T21:03:48.668Z | Compiling libz-sys v1.1.12 |
1709 | 2023-10-04T21:03:48.754Z | Compiling same-file v1.0.6 |
1710 | 2023-10-04T21:03:48.836Z | Compiling lru-cache v0.1.2 |
1711 | 2023-10-04T21:03:49.052Z | Compiling walkdir v2.4.0 |
1712 | 2023-10-04T21:03:49.065Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1713 | 2023-10-04T21:03:49.157Z | Compiling trust-dns-resolver v0.22.0 |
1714 | 2023-10-04T21:03:49.489Z | Compiling semver-parser v0.10.2 |
1715 | 2023-10-04T21:03:49.498Z | Compiling fastrand v2.0.0 |
1716 | 2023-10-04T21:03:49.730Z | Compiling cancel-safe-futures v0.1.2 |
1717 | 2023-10-04T21:03:50.116Z | Compiling tempfile v3.8.0 |
1718 | 2023-10-04T21:03:50.230Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1719 | 2023-10-04T21:03:50.299Z | Compiling xattr v1.0.1 |
1720 | 2023-10-04T21:03:50.452Z | Compiling filetime v0.2.22 |
1721 | 2023-10-04T21:03:50.675Z | Compiling semver v0.11.0 |
1722 | 2023-10-04T21:03:50.893Z | Compiling num-rational v0.4.1 |
1723 | 2023-10-04T21:03:51.316Z | Compiling schemars v0.8.13 |
1724 | 2023-10-04T21:03:51.329Z | Compiling usdt-impl v0.3.5 |
1725 | 2023-10-04T21:03:51.365Z | Compiling openapiv3 v1.0.3 |
1726 | 2023-10-04T21:03:51.663Z | Compiling reqwest v0.11.20 |
1727 | 2023-10-04T21:03:51.823Z | Compiling postgres-types v0.2.6 |
1728 | 2023-10-04T21:03:52.679Z | Compiling usdt v0.3.5 |
1729 | 2023-10-04T21:03:53.453Z | Compiling tokio-postgres v0.7.10 |
1730 | 2023-10-04T21:03:58.946Z | Compiling ipnetwork v0.20.0 |
1731 | 2023-10-04T21:03:59.394Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-10-04T21:04:04.896Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-04T21:04:05.104Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1734 | 2023-10-04T21:04:07.010Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1735 | 2023-10-04T21:04:07.507Z | Compiling slog-json v2.6.1 |
1736 | 2023-10-04T21:04:07.565Z | Compiling diesel v2.1.1 |
1737 | 2023-10-04T21:04:08.360Z | Compiling slog-bunyan v2.4.0 |
1738 | 2023-10-04T21:04:08.786Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1739 | 2023-10-04T21:04:13.040Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1740 | 2023-10-04T21:04:13.513Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1741 | 2023-10-04T21:04:16.740Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1742 | 2023-10-04T21:04:17.043Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-10-04T21:04:20.199Z | Compiling utf-8 v0.7.6 |
1744 | 2023-10-04T21:04:20.805Z | Compiling home v0.5.5 |
1745 | 2023-10-04T21:04:21.178Z | Compiling toolchain_find v0.2.0 |
1746 | 2023-10-04T21:04:21.524Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1747 | 2023-10-04T21:04:25.755Z | Compiling tar v0.4.40 |
1748 | 2023-10-04T21:04:26.771Z | Compiling pem-rfc7468 v0.7.0 |
1749 | 2023-10-04T21:04:28.994Z | Compiling itertools v0.11.0 |
1750 | 2023-10-04T21:04:30.358Z | Compiling toml v0.5.11 |
1751 | 2023-10-04T21:04:33.292Z | Compiling der_derive v0.7.2 |
1752 | 2023-10-04T21:04:34.660Z | Compiling flagset v0.4.3 |
1753 | 2023-10-04T21:04:35.018Z | Compiling rustfmt-wrapper v0.2.0 |
1754 | 2023-10-04T21:04:36.095Z | Compiling omicron-zone-package v0.8.3 |
1755 | 2023-10-04T21:04:37.308Z | Compiling der v0.7.8 |
1756 | 2023-10-04T21:04:40.639Z | Compiling vergen v8.2.4 |
1757 | 2023-10-04T21:04:41.053Z | Compiling fxhash v0.2.1 |
1758 | 2023-10-04T21:04:41.425Z | Compiling num-complex v0.4.4 |
1759 | 2023-10-04T21:04:41.935Z | Compiling unicase v2.7.0 |
1760 | 2023-10-04T21:04:42.393Z | Compiling spki v0.7.2 |
1761 | 2023-10-04T21:04:43.268Z | Compiling num v0.4.1 |
1762 | 2023-10-04T21:04:43.453Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1763 | 2023-10-04T21:04:43.613Z | Compiling universal-hash v0.5.1 |
1764 | 2023-10-04T21:04:43.944Z | Compiling libsqlite3-sys v0.26.0 |
1765 | 2023-10-04T21:04:44.631Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1766 | 2023-10-04T21:04:45.160Z | Compiling ciborium-io v0.2.1 |
1767 | 2023-10-04T21:04:45.348Z | Compiling opaque-debug v0.3.0 |
1768 | 2023-10-04T21:04:45.483Z | Compiling half v1.8.2 |
1769 | 2023-10-04T21:04:45.673Z | Compiling maybe-uninit v2.0.0 |
1770 | 2023-10-04T21:04:46.357Z | Compiling arc-swap v1.6.0 |
1771 | 2023-10-04T21:04:47.449Z | Compiling slog-scope v4.4.0 |
1772 | 2023-10-04T21:04:47.788Z | Compiling ciborium-ll v0.2.1 |
1773 | 2023-10-04T21:04:48.663Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1774 | 2023-10-04T21:04:49.109Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1775 | 2023-10-04T21:04:51.350Z | Compiling num-bigint-dig v0.8.4 |
1776 | 2023-10-04T21:04:51.776Z | Compiling signal-hook v0.3.17 |
1777 | 2023-10-04T21:04:52.195Z | Compiling crc-catalog v2.2.0 |
1778 | 2023-10-04T21:04:52.411Z | Compiling parking_lot_core v0.8.6 |
1779 | 2023-10-04T21:04:53.007Z | Compiling packed_struct v0.10.1 |
1780 | 2023-10-04T21:04:53.683Z | Compiling crc v3.0.1 |
1781 | 2023-10-04T21:04:55.741Z | Compiling ciborium v0.2.1 |
1782 | 2023-10-04T21:04:57.131Z | Compiling slog-stdlog v4.1.1 |
1783 | 2023-10-04T21:04:58.707Z | Compiling pkcs8 v0.10.2 |
1784 | 2023-10-04T21:05:00.875Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1785 | 2023-10-04T21:05:00.896Z | Compiling toml_edit v0.20.0 |
1786 | 2023-10-04T21:05:01.839Z | Compiling hashlink v0.8.3 |
1787 | 2023-10-04T21:05:03.169Z | Compiling aead v0.5.2 |
1788 | 2023-10-04T21:05:03.688Z | Compiling nibble_vec v0.1.0 |
1789 | 2023-10-04T21:05:03.717Z | Compiling packed_struct_codegen v0.10.1 |
1790 | 2023-10-04T21:05:04.135Z | Compiling dirs-sys-next v0.1.2 |
1791 | 2023-10-04T21:05:04.893Z | Compiling rand v0.4.6 |
1792 | 2023-10-04T21:05:08.113Z | Compiling nodrop v0.1.14 |
1793 | 2023-10-04T21:05:08.302Z | Compiling semver v0.1.20 |
1794 | 2023-10-04T21:05:09.379Z | Compiling glob v0.3.1 |
1795 | 2023-10-04T21:05:09.486Z | Compiling endian-type v0.1.2 |
1796 | 2023-10-04T21:05:09.529Z | Compiling crunchy v0.2.2 |
1797 | 2023-10-04T21:05:09.837Z | Compiling humantime v2.1.0 |
1798 | 2023-10-04T21:05:10.216Z | Compiling doc-comment v0.3.3 |
1799 | 2023-10-04T21:05:10.742Z | Compiling fallible-streaming-iterator v0.1.9 |
1800 | 2023-10-04T21:05:11.134Z | Compiling rusqlite v0.29.0 |
1801 | 2023-10-04T21:05:11.176Z | Compiling clang-sys v1.6.1 |
1802 | 2023-10-04T21:05:11.353Z | Compiling radix_trie v0.2.1 |
1803 | 2023-10-04T21:05:12.215Z | Compiling rustc_version v0.1.7 |
1804 | 2023-10-04T21:05:12.810Z | Compiling array-init v0.0.4 |
1805 | 2023-10-04T21:05:15.087Z | Compiling twox-hash v1.6.3 |
1806 | 2023-10-04T21:05:16.735Z | Compiling toml v0.8.0 |
1807 | 2023-10-04T21:05:19.456Z | Compiling dirs-next v2.0.0 |
1808 | 2023-10-04T21:05:20.372Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1809 | 2023-10-04T21:05:20.530Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1810 | 2023-10-04T21:05:20.915Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1811 | 2023-10-04T21:05:21.943Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1812 | 2023-10-04T21:05:26.470Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1813 | 2023-10-04T21:05:27.056Z | Compiling pkcs1 v0.7.5 |
1814 | 2023-10-04T21:05:28.525Z | Compiling slog-envlogger v2.2.0 |
1815 | 2023-10-04T21:05:33.250Z | Compiling smallvec v0.6.14 |
1816 | 2023-10-04T21:05:34.613Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1817 | 2023-10-04T21:05:36.043Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1818 | 2023-10-04T21:05:37.865Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1819 | 2023-10-04T21:05:38.374Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1820 | 2023-10-04T21:05:43.116Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1821 | 2023-10-04T21:05:54.094Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1822 | 2023-10-04T21:05:54.619Z | Compiling nix v0.26.2 |
1823 | 2023-10-04T21:05:55.046Z | Compiling num_enum_derive v0.7.0 |
1824 | 2023-10-04T21:05:55.153Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1825 | 2023-10-04T21:05:56.794Z | Compiling tiny-keccak v2.0.2 |
1826 | 2023-10-04T21:05:57.192Z | Compiling prettyplease v0.2.12 |
1827 | 2023-10-04T21:05:57.601Z | Compiling bitfield v0.14.0 |
1828 | 2023-10-04T21:05:58.116Z | Compiling platforms v3.0.2 |
1829 | 2023-10-04T21:05:58.703Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1830 | 2023-10-04T21:05:59.277Z | Compiling num_enum v0.7.0 |
1831 | 2023-10-04T21:05:59.588Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1832 | 2023-10-04T21:06:08.524Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1833 | 2023-10-04T21:06:09.734Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1834 | 2023-10-04T21:06:10.588Z | Compiling rsa v0.9.2 |
1835 | 2023-10-04T21:06:13.112Z | Compiling parking_lot v0.11.2 |
1836 | 2023-10-04T21:06:16.741Z | Compiling serde-hex v0.1.0 |
1837 | 2023-10-04T21:06:17.245Z | Compiling mime_guess v2.0.4 |
1838 | 2023-10-04T21:06:19.147Z | Compiling term v0.7.0 |
1839 | 2023-10-04T21:06:19.611Z | Compiling newtype_derive v0.1.6 |
1840 | 2023-10-04T21:06:20.071Z | Compiling trust-dns-client v0.22.0 |
1841 | 2023-10-04T21:06:20.374Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1842 | 2023-10-04T21:06:20.921Z | Compiling polyval v0.6.1 |
1843 | 2023-10-04T21:06:21.345Z | Compiling x509-cert v0.2.4 |
1844 | 2023-10-04T21:06:22.074Z | Compiling tungstenite v0.20.1 |
1845 | 2023-10-04T21:06:22.781Z | Compiling env_logger v0.10.0 |
1846 | 2023-10-04T21:06:25.986Z | Compiling aes v0.8.3 |
1847 | 2023-10-04T21:06:29.314Z | Compiling ctr v0.9.2 |
1848 | 2023-10-04T21:06:30.289Z | Compiling darling_core v0.14.4 |
1849 | 2023-10-04T21:06:30.465Z | Compiling ron v0.8.1 |
1850 | 2023-10-04T21:06:31.735Z | Compiling snafu-derive v0.7.5 |
1851 | 2023-10-04T21:06:39.013Z | Compiling bincode v1.3.3 |
1852 | 2023-10-04T21:06:40.305Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1853 | 2023-10-04T21:06:40.754Z | Compiling erased-serde v0.3.30 |
1854 | 2023-10-04T21:06:41.013Z | Compiling crc-any v2.4.3 |
1855 | 2023-10-04T21:06:41.432Z | Compiling convert_case v0.4.0 |
1856 | 2023-10-04T21:06:41.477Z | Compiling minimal-lexical v0.2.1 |
1857 | 2023-10-04T21:06:42.336Z | Compiling nom v7.1.3 |
1858 | 2023-10-04T21:06:42.612Z | Compiling trust-dns-server v0.22.1 |
1859 | 2023-10-04T21:06:42.743Z | Compiling derive_more v0.99.17 |
1860 | 2023-10-04T21:06:43.975Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1861 | 2023-10-04T21:06:49.132Z | Compiling snafu v0.7.5 |
1862 | 2023-10-04T21:06:51.126Z | Compiling darling_macro v0.14.4 |
1863 | 2023-10-04T21:06:52.623Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1864 | 2023-10-04T21:06:55.479Z | Compiling aes-gcm-siv v0.11.1 |
1865 | 2023-10-04T21:06:55.731Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2023-10-04T21:06:56.571Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1867 | 2023-10-04T21:06:56.972Z | Compiling ascii-canvas v3.0.0 |
1868 | 2023-10-04T21:06:57.430Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1869 | 2023-10-04T21:06:57.803Z | Compiling sled v0.34.7 |
1870 | 2023-10-04T21:07:15.793Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1871 | 2023-10-04T21:07:16.592Z | Compiling env_logger v0.9.3 |
1872 | 2023-10-04T21:07:17.835Z | Compiling tungstenite v0.18.0 |
1873 | 2023-10-04T21:07:18.153Z | Compiling object v0.30.4 |
1874 | 2023-10-04T21:07:21.446Z | Compiling is-terminal v0.4.9 |
1875 | 2023-10-04T21:07:21.636Z | Compiling ena v0.14.2 |
1876 | 2023-10-04T21:07:22.312Z | Compiling async-recursion v1.0.5 |
1877 | 2023-10-04T21:07:23.895Z | Compiling bitstruct_derive v0.1.0 |
1878 | 2023-10-04T21:07:24.440Z | Compiling derive-where v1.2.5 |
1879 | 2023-10-04T21:07:24.910Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1880 | 2023-10-04T21:07:25.123Z | Compiling libloading v0.7.4 |
1881 | 2023-10-04T21:07:25.683Z | Compiling pretty-hex v0.3.0 |
1882 | 2023-10-04T21:07:25.897Z | Compiling linear-map v1.2.0 |
1883 | 2023-10-04T21:07:26.049Z | Compiling bindgen v0.65.1 |
1884 | 2023-10-04T21:07:26.556Z | Compiling ringbuffer v0.15.0 |
1885 | 2023-10-04T21:07:26.686Z | Compiling diff v0.1.13 |
1886 | 2023-10-04T21:07:27.599Z | Compiling ascii v1.1.0 |
1887 | 2023-10-04T21:07:27.620Z | Compiling path-slash v0.1.5 |
1888 | 2023-10-04T21:07:27.727Z | Compiling lalrpop v0.19.12 |
1889 | 2023-10-04T21:07:28.001Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1890 | 2023-10-04T21:07:29.012Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1891 | 2023-10-04T21:07:29.859Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1892 | 2023-10-04T21:07:33.496Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1893 | 2023-10-04T21:07:44.598Z | Compiling bitstruct v0.1.1 |
1894 | 2023-10-04T21:07:44.983Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1895 | 2023-10-04T21:07:45.378Z | Compiling tokio-tungstenite v0.18.0 |
1896 | 2023-10-04T21:07:46.318Z | Compiling curve25519-dalek v4.1.0 |
1897 | 2023-10-04T21:07:47.123Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1898 | 2023-10-04T21:07:49.495Z | Compiling darling v0.14.4 |
1899 | 2023-10-04T21:07:52.756Z | Compiling cexpr v0.6.0 |
1900 | 2023-10-04T21:07:55.333Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1901 | 2023-10-04T21:07:57.096Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1902 | 2023-10-04T21:07:58.988Z | Compiling which v4.4.0 |
1903 | 2023-10-04T21:07:59.874Z | Compiling ff v0.13.0 |
1904 | 2023-10-04T21:08:00.260Z | Compiling path-dedot v3.1.0 |
1905 | 2023-10-04T21:08:00.645Z | Compiling serde_arrays v0.1.0 |
1906 | 2023-10-04T21:08:00.912Z | Compiling shlex v1.1.0 |
1907 | 2023-10-04T21:08:01.320Z | Compiling lazycell v1.3.0 |
1908 | 2023-10-04T21:08:01.584Z | Compiling rustc-hash v1.1.0 |
1909 | 2023-10-04T21:08:01.821Z | Compiling display-error-chain v0.1.1 |
1910 | 2023-10-04T21:08:01.938Z | Compiling peeking_take_while v0.1.2 |
1911 | 2023-10-04T21:08:02.086Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1912 | 2023-10-04T21:08:03.818Z | Compiling path-absolutize v3.1.0 |
1913 | 2023-10-04T21:08:05.566Z | Compiling group v0.13.0 |
1914 | 2023-10-04T21:08:05.840Z | Compiling derive_builder_core v0.12.0 |
1915 | 2023-10-04T21:08:05.870Z | Compiling steno v0.4.0 |
1916 | 2023-10-04T21:08:17.273Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1917 | 2023-10-04T21:08:17.675Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1918 | 2023-10-04T21:08:18.094Z | Compiling olpc-cjson v0.1.3 |
1919 | 2023-10-04T21:08:18.357Z | Compiling pem v1.1.1 |
1920 | 2023-10-04T21:08:18.565Z | Compiling camino-tempfile v1.0.2 |
1921 | 2023-10-04T21:08:18.691Z | Compiling globset v0.4.13 |
1922 | 2023-10-04T21:08:18.849Z | Compiling polar-core v0.26.4 |
1923 | 2023-10-04T21:08:18.912Z | Compiling crypto-bigint v0.5.2 |
1924 | 2023-10-04T21:08:20.916Z | Compiling serde_plain v1.0.2 |
1925 | 2023-10-04T21:08:21.648Z | Compiling thiserror-impl-no-std v2.0.2 |
1926 | 2023-10-04T21:08:23.135Z | Compiling curve25519-dalek-derive v0.1.0 |
1927 | 2023-10-04T21:08:25.346Z | Compiling libxml v0.3.3 |
1928 | 2023-10-04T21:08:25.417Z | Compiling ref-cast v1.0.20 |
1929 | 2023-10-04T21:08:25.806Z | Compiling buf-list v1.0.3 |
1930 | 2023-10-04T21:08:25.833Z | Compiling base16ct v0.2.0 |
1931 | 2023-10-04T21:08:26.207Z | Compiling elliptic-curve v0.13.5 |
1932 | 2023-10-04T21:08:26.389Z | Compiling thiserror-no-std v2.0.2 |
1933 | 2023-10-04T21:08:26.468Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1934 | 2023-10-04T21:08:26.703Z | Compiling tough v0.12.5 |
1935 | 2023-10-04T21:08:32.490Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2023-10-04T21:08:33.144Z | Compiling derive_builder_macro v0.12.0 |
1937 | 2023-10-04T21:08:34.398Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1938 | 2023-10-04T21:08:39.594Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1939 | 2023-10-04T21:08:42.533Z | Compiling poly1305 v0.8.0 |
1940 | 2023-10-04T21:08:44.359Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1941 | 2023-10-04T21:08:44.973Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1942 | 2023-10-04T21:08:45.104Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1943 | 2023-10-04T21:08:45.355Z | Compiling chacha20 v0.9.1 |
1944 | 2023-10-04T21:08:45.486Z | Compiling strum_macros v0.24.3 |
1945 | 2023-10-04T21:08:46.074Z | Compiling const_format_proc_macros v0.2.31 |
1946 | 2023-10-04T21:08:48.613Z | Compiling ref-cast-impl v1.0.20 |
1947 | 2023-10-04T21:08:49.475Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1948 | 2023-10-04T21:08:49.524Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1949 | 2023-10-04T21:08:49.907Z | Compiling cookie v0.16.2 |
1950 | 2023-10-04T21:08:49.984Z | Compiling signature v1.6.4 |
1951 | 2023-10-04T21:08:50.193Z | Compiling indoc v1.0.9 |
1952 | 2023-10-04T21:08:50.332Z | Compiling salty v0.2.0 |
1953 | 2023-10-04T21:08:50.720Z | Compiling ed25519 v1.5.3 |
1954 | 2023-10-04T21:08:51.137Z | Compiling const_format v0.2.31 |
1955 | 2023-10-04T21:08:51.217Z | Compiling chacha20poly1305 v0.10.1 |
1956 | 2023-10-04T21:08:51.765Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1957 | 2023-10-04T21:08:51.768Z | Compiling derive_builder v0.12.0 |
1958 | 2023-10-04T21:08:51.877Z | Compiling vsss-rs v3.3.1 |
1959 | 2023-10-04T21:08:59.478Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1960 | 2023-10-04T21:09:00.394Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1961 | 2023-10-04T21:09:08.517Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1962 | 2023-10-04T21:09:09.301Z | Compiling signal-hook-mio v0.2.3 |
1963 | 2023-10-04T21:09:09.579Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1964 | 2023-10-04T21:09:10.109Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1965 | 2023-10-04T21:09:10.120Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1966 | 2023-10-04T21:09:10.500Z | Compiling ron v0.7.1 |
1967 | 2023-10-04T21:09:29.842Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1968 | 2023-10-04T21:09:30.310Z | Compiling headers-core v0.2.0 |
1969 | 2023-10-04T21:09:31.091Z | Compiling bb8 v0.8.1 |
1970 | 2023-10-04T21:09:31.457Z | Compiling quick-xml v0.23.1 |
1971 | 2023-10-04T21:09:31.927Z | Compiling serde-big-array v0.5.1 |
1972 | 2023-10-04T21:09:32.046Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1973 | 2023-10-04T21:09:32.211Z | Compiling num-derive v0.4.0 |
1974 | 2023-10-04T21:09:32.489Z | Compiling oso-derive v0.26.4 |
1975 | 2023-10-04T21:09:32.792Z | Compiling impl-trait-for-tuples v0.2.2 |
1976 | 2023-10-04T21:09:33.032Z | Compiling maplit v1.0.2 |
1977 | 2023-10-04T21:09:33.195Z | Compiling bit_field v0.10.2 |
1978 | 2023-10-04T21:09:33.302Z | Compiling http-range v0.1.5 |
1979 | 2023-10-04T21:09:33.467Z | Compiling hyper-staticfile v0.9.5 |
1980 | 2023-10-04T21:09:33.633Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1981 | 2023-10-04T21:09:33.730Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1982 | 2023-10-04T21:09:35.031Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1983 | 2023-10-04T21:09:36.132Z | Compiling headers v0.3.9 |
1984 | 2023-10-04T21:09:43.174Z | Compiling oso v0.26.4 |
1985 | 2023-10-04T21:09:43.532Z | Compiling crossterm v0.27.0 |
1986 | 2023-10-04T21:10:03.319Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1987 | 2023-10-04T21:10:05.616Z | Compiling signal-hook-tokio v0.3.1 |
1988 | 2023-10-04T21:10:05.938Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1989 | 2023-10-04T21:10:06.316Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1990 | 2023-10-04T21:10:06.878Z | Compiling serde-big-array v0.4.1 |
1991 | 2023-10-04T21:10:07.157Z | Compiling cassowary v0.3.0 |
1992 | 2023-10-04T21:10:08.845Z | Compiling indoc v2.0.3 |
1993 | 2023-10-04T21:10:10.052Z | Compiling ratatui v0.23.0 |
1994 | 2023-10-04T21:10:11.489Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1995 | 2023-10-04T21:10:14.117Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1996 | 2023-10-04T21:10:15.092Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1997 | 2023-10-04T21:10:15.694Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1998 | 2023-10-04T21:10:15.871Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1999 | 2023-10-04T21:10:21.917Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2000 | 2023-10-04T21:10:22.277Z | Compiling fatfs v0.3.6 |
2001 | 2023-10-04T21:10:28.093Z | Compiling bytesize v1.3.0 |
2002 | 2023-10-04T21:10:29.064Z | Compiling nanorand v0.7.0 |
2003 | 2023-10-04T21:10:29.410Z | Compiling rtoolbox v0.0.1 |
2004 | 2023-10-04T21:10:30.227Z | Compiling fs-err v2.9.0 |
2005 | 2023-10-04T21:10:30.368Z | Compiling corncobs v0.1.3 |
2006 | 2023-10-04T21:10:31.053Z | Compiling assert_matches v1.5.0 |
2007 | 2023-10-04T21:10:31.211Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2008 | 2023-10-04T21:10:31.574Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2009 | 2023-10-04T21:10:32.113Z | Compiling flume v0.11.0 |
2010 | 2023-10-04T21:10:32.929Z | Compiling rpassword v7.2.0 |
2011 | 2023-10-04T21:10:33.402Z | Compiling tui-tree-widget v0.13.0 |
2012 | 2023-10-04T21:10:33.571Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2013 | 2023-10-04T21:10:35.793Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2014 | 2023-10-04T21:10:36.945Z | Compiling owo-colors v3.5.0 |
2015 | 2023-10-04T21:10:42.635Z | Compiling shell-words v1.1.0 |
2016 | 2023-10-04T21:10:43.345Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2017 | 2023-10-04T21:10:50.233Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2018 | 2023-10-04T21:11:47.908Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2019 | 2023-10-04T21:11:57.085Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2020 | 2023-10-04T21:13:58.989Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2021 | 2023-10-04T21:15:19.424Z | Compiling git2 v0.17.2 |
2022 | 2023-10-04T21:15:30.681Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2023 | 2023-10-04T21:15:35.544Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2024 | 2023-10-04T21:15:47.766Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2025 | 2023-10-04T21:16:03.835Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2026 | 2023-10-04T21:16:04.952Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2027 | 2023-10-04T21:16:05.708Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2028 | 2023-10-04T21:16:31.682Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2029 | 2023-10-04T21:25:15.342Z | Finished release [optimized] target(s) in 21m 28s |
2030 | 2023-10-04T21:29:01.825Z | |
2031 | 2023-10-04T21:29:09.034Z | real 25:14.541922965 |
2032 | 2023-10-04T21:29:25.424Z | user 2:38:08.932543106 |
2033 | 2023-10-04T21:29:26.124Z | sys 6:49.549039228 |
2034 | 2023-10-04T21:29:28.283Z | trap 5.121650497 |
2035 | 2023-10-04T21:29:28.727Z | tflt 1.548476712 |
2036 | 2023-10-04T21:29:29.623Z | dflt 3.566878550 |
2037 | 2023-10-04T21:29:30.301Z | kflt 0.006400979 |
2038 | 2023-10-04T21:29:30.678Z | lock 9:22:30.684812521 |
2039 | 2023-10-04T21:29:30.799Z | slp 6:24:59.161231305 |
2040 | 2023-10-04T21:29:31.015Z | lat 2:50.459259558 |
2041 | 2023-10-04T21:29:31.265Z | stop 1:05.870555844 |
2042 | 2023-10-04T21:29:31.355Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2043 | 2023-10-04T21:29:31.758Z | + pfexec mkdir -p /work |
2044 | 2023-10-04T21:29:32.043Z | + pfexec chown build /work |
2045 | 2023-10-04T21:29:32.184Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2046 | 2023-10-04T21:29:32.357Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2047 | 2023-10-04T21:29:32.479Z | a out/maghemite.tar 73201K |
2048 | 2023-10-04T21:29:32.941Z | a out/omicron-sled-agent.tar 109913K |
2049 | 2023-10-04T21:29:32.966Z | a out/target/test 1K |
2050 | 2023-10-04T21:29:32.992Z | a out/npuzone/npuzone 36077K |
2051 | 2023-10-04T21:29:33.008Z | a package-manifest.toml 21K |
2052 | 2023-10-04T21:29:33.037Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2053 | 2023-10-04T21:29:33.064Z | a target/release/omicron-package 36984K |
2054 | 2023-10-04T21:29:33.087Z | a tools/create_virtual_hardware.sh 3K |
2055 | 2023-10-04T21:29:33.123Z | a tools/virtual_hardware.sh 4K |
2056 | 2023-10-04T21:29:33.145Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2057 | 2023-10-04T21:29:33.153Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2058 | 2023-10-04T21:29:33.180Z | a tools/scrimlet/softnpu-init.sh 3K |
2059 | 2023-10-04T21:29:33.219Z | a tools/scrimlet/softnpu-zone.txt 1K |
2060 | 2023-10-04T21:29:33.665Z | a tools/scrimlet/softnpu.toml 1K |
2061 | 2023-10-04T21:29:33.697Z | |
2062 | 2023-10-04T21:29:33.766Z | real 13.666965118 |
2063 | 2023-10-04T21:29:33.788Z | user 13.055193031 |
2064 | 2023-10-04T21:29:33.807Z | sys 1.088556184 |
2065 | 2023-10-04T21:29:33.871Z | trap 0.003428679 |
2066 | 2023-10-04T21:29:33.906Z | tflt 0.000000000 |
2067 | 2023-10-04T21:29:34.356Z | dflt 0.000000000 |
2068 | 2023-10-04T21:29:34.441Z | kflt 0.000000000 |
2069 | 2023-10-04T21:29:34.485Z | lock 0.000000000 |
2070 | 2023-10-04T21:29:34.506Z | slp 12.768025508 |
2071 | 2023-10-04T21:29:34.548Z | lat 0.415050093 |
2072 | 2023-10-04T21:29:34.572Z | stop 0.000243592 |
2073 | 2023-10-04T21:29:34.641Z | ++ pwd |
2074 | 2023-10-04T21:29:34.683Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2075 | 2023-10-04T21:29:34.777Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2076 | 2023-10-04T21:29:35.211Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2077 | 2023-10-04T21:29:35.235Z | Finished release [optimized] target(s) in 1.11s |
2078 | 2023-10-04T21:29:35.253Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2079 | 2023-10-04T21:29:35.271Z | Created new build target 'host' and set it as active |
2080 | 2023-10-04T21:29:35.303Z | |
2081 | 2023-10-04T21:29:35.317Z | real 1.276482039 |
2082 | 2023-10-04T21:29:35.337Z | user 0.899998654 |
2083 | 2023-10-04T21:29:35.342Z | sys 0.377424803 |
2084 | 2023-10-04T21:29:35.377Z | trap 0.000087893 |
2085 | 2023-10-04T21:29:35.386Z | tflt 0.000006845 |
2086 | 2023-10-04T21:29:35.421Z | dflt 0.000002974 |
2087 | 2023-10-04T21:29:35.457Z | kflt 0.000000000 |
2088 | 2023-10-04T21:29:35.500Z | lock 0.033207954 |
2089 | 2023-10-04T21:29:35.519Z | slp 0.020176238 |
2090 | 2023-10-04T21:29:35.538Z | lat 0.001639220 |
2091 | 2023-10-04T21:29:35.557Z | stop 0.000234120 |
2092 | 2023-10-04T21:29:35.572Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2093 | 2023-10-04T21:29:35.584Z | Finished release [optimized] target(s) in 1.09s |
2094 | 2023-10-04T21:29:35.600Z | Running `target/release/omicron-package -t host package` |
2095 | 2023-10-04T21:29:35.610Z | Oct 04 21:29:16.331 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2096 | 2023-10-04T21:29:35.632Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2097 | 2023-10-04T21:33:00.218Z | Finished release [optimized] target(s) in 3m 43s |
2098 | 2023-10-04T21:34:38.770Z | |
2099 | 2023-10-04T21:34:38.787Z | real 5:23.696115026 |
2100 | 2023-10-04T21:34:38.800Z | user 21:13.513142750 |
2101 | 2023-10-04T21:34:38.814Z | sys 1:12.035019401 |
2102 | 2023-10-04T21:34:38.821Z | trap 0.539809926 |
2103 | 2023-10-04T21:34:38.825Z | tflt 0.036666969 |
2104 | 2023-10-04T21:34:38.834Z | dflt 1.499116750 |
2105 | 2023-10-04T21:34:38.845Z | kflt 0.000010461 |
2106 | 2023-10-04T21:34:38.849Z | lock 1:18:58.627316432 |
2107 | 2023-10-04T21:34:38.854Z | slp 17:44.889179749 |
2108 | 2023-10-04T21:34:38.858Z | lat 6.703757656 |
2109 | 2023-10-04T21:34:38.865Z | stop 0.699218189 |
2110 | 2023-10-04T21:34:38.870Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2111 | 2023-10-04T21:34:38.876Z | + for package in "$@" |
2112 | 2023-10-04T21:34:38.885Z | + [[ omicron-sled-agent == maghemite ]] |
2113 | 2023-10-04T21:34:38.890Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gite1d680b7673 |
2114 | 2023-10-04T21:34:40.387Z | Finished release [optimized] target(s) in 1.10s |
2115 | 2023-10-04T21:34:40.818Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gite1d680b7673` |
2116 | 2023-10-04T21:34:40.821Z | Oct 04 21:34:40.023 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2117 | 2023-10-04T21:34:40.824Z | Created: out/versioned/omicron-sled-agent.tar |
2118 | 2023-10-04T21:34:40.827Z | + for package in "$@" |
2119 | 2023-10-04T21:34:40.831Z | + [[ maghemite == maghemite ]] |
2120 | 2023-10-04T21:34:40.834Z | + echo 0.0.0 |
2121 | 2023-10-04T21:34:40.840Z | + tar rvf out/maghemite.tar VERSION |
2122 | 2023-10-04T21:34:40.856Z | a VERSION 1K |
2123 | 2023-10-04T21:34:40.879Z | + rm VERSION |
2124 | 2023-10-04T21:34:40.892Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gite1d680b7673 |
2125 | 2023-10-04T21:34:41.762Z | Finished release [optimized] target(s) in 1.10s |
2126 | 2023-10-04T21:34:41.792Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gite1d680b7673` |
2127 | 2023-10-04T21:34:41.848Z | Oct 04 21:34:41.841 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2128 | 2023-10-04T21:34:42.213Z | Created: out/versioned/maghemite.tar |
2129 | 2023-10-04T21:34:42.217Z | + for package in "$@" |
2130 | 2023-10-04T21:34:42.220Z | + [[ propolis-server == maghemite ]] |
2131 | 2023-10-04T21:34:42.223Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gite1d680b7673 |
2132 | 2023-10-04T21:34:43.483Z | Finished release [optimized] target(s) in 1.18s |
2133 | 2023-10-04T21:34:43.516Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gite1d680b7673` |
2134 | 2023-10-04T21:34:43.577Z | Oct 04 21:34:43.566 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2135 | 2023-10-04T21:34:45.335Z | Created: out/versioned/propolis-server.tar.gz |
2136 | 2023-10-04T21:34:45.345Z | + for package in "$@" |
2137 | 2023-10-04T21:34:45.350Z | + [[ overlay == maghemite ]] |
2138 | 2023-10-04T21:34:45.355Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gite1d680b7673 |
2139 | 2023-10-04T21:34:46.535Z | Finished release [optimized] target(s) in 1.10s |
2140 | 2023-10-04T21:34:46.579Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gite1d680b7673` |
2141 | 2023-10-04T21:34:46.610Z | Oct 04 21:34:46.610 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2142 | 2023-10-04T21:34:46.618Z | Created: out/versioned/overlay.tar.gz |
2143 | 2023-10-04T21:34:46.627Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2144 | 2023-10-04T21:34:46.636Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2145 | 2023-10-04T21:34:46.649Z | ++ cd -- ./tools |
2146 | 2023-10-04T21:34:46.660Z | ++ pwd |
2147 | 2023-10-04T21:34:46.676Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2148 | 2023-10-04T21:34:46.681Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2149 | 2023-10-04T21:34:46.688Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2150 | 2023-10-04T21:34:46.693Z | ++ readlink -f /work |
2151 | 2023-10-04T21:34:46.697Z | + out_dir=/work |
2152 | 2023-10-04T21:34:46.710Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2153 | 2023-10-04T21:34:46.724Z | + for dep in "${deps[@]}" |
2154 | 2023-10-04T21:34:46.733Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2155 | 2023-10-04T21:34:46.748Z | + for dep in "${deps[@]}" |
2156 | 2023-10-04T21:34:46.766Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2157 | 2023-10-04T21:34:46.781Z | + for dep in "${deps[@]}" |
2158 | 2023-10-04T21:34:46.820Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2159 | 2023-10-04T21:34:46.830Z | + for dep in "${deps[@]}" |
2160 | 2023-10-04T21:34:46.842Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2161 | 2023-10-04T21:34:46.849Z | ++ mktemp -d |
2162 | 2023-10-04T21:34:46.853Z | + tmp_gz=/tmp/tmp.X9a4pi |
2163 | 2023-10-04T21:34:46.861Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2164 | 2023-10-04T21:34:46.869Z | + echo '{"v":"1","t":"layer"}' |
2165 | 2023-10-04T21:34:46.879Z | + pkg_dir=/tmp/tmp.X9a4pi/root/opt/oxide/sled-agent |
2166 | 2023-10-04T21:34:46.885Z | + mkdir -p /tmp/tmp.X9a4pi/root/opt/oxide/sled-agent |
2167 | 2023-10-04T21:34:46.891Z | + cd /tmp/tmp.X9a4pi/root/opt/oxide/sled-agent |
2168 | 2023-10-04T21:34:46.900Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2169 | 2023-10-04T21:34:46.906Z | x ., 0 bytes, 0 tape blocks |
2170 | 2023-10-04T21:34:46.924Z | x zone-bundle, 34325744 bytes, 67043 tape blocks |
2171 | 2023-10-04T21:34:47.358Z | x sled-agent, 78294096 bytes, 152919 tape blocks |
2172 | 2023-10-04T21:34:47.362Z | x pkg, 0 bytes, 0 tape blocks |
2173 | 2023-10-04T21:34:47.366Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2174 | 2023-10-04T21:34:47.376Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2175 | 2023-10-04T21:34:47.379Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2176 | 2023-10-04T21:34:47.382Z | x VERSION, 25 bytes, 1 tape blocks |
2177 | 2023-10-04T21:34:47.392Z | + mkdir -p /tmp/tmp.X9a4pi/root/lib/svc/manifest/site/ |
2178 | 2023-10-04T21:34:47.395Z | + mv pkg/manifest.xml /tmp/tmp.X9a4pi/root/lib/svc/manifest/site/sled-agent.xml |
2179 | 2023-10-04T21:34:47.400Z | + cd - |
2180 | 2023-10-04T21:34:47.405Z | /work/oxidecomputer/omicron |
2181 | 2023-10-04T21:34:47.408Z | + pkg_dir=/tmp/tmp.X9a4pi/root/opt/oxide/mg-ddm |
2182 | 2023-10-04T21:34:47.413Z | + mkdir -p /tmp/tmp.X9a4pi/root/opt/oxide/mg-ddm |
2183 | 2023-10-04T21:34:47.416Z | + cd /tmp/tmp.X9a4pi/root/opt/oxide/mg-ddm |
2184 | 2023-10-04T21:34:47.420Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2185 | 2023-10-04T21:34:47.443Z | x ., 0 bytes, 0 tape blocks |
2186 | 2023-10-04T21:34:47.870Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2187 | 2023-10-04T21:34:47.880Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2188 | 2023-10-04T21:34:47.891Z | x pkg, 0 bytes, 0 tape blocks |
2189 | 2023-10-04T21:34:47.900Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2190 | 2023-10-04T21:34:47.915Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2191 | 2023-10-04T21:34:47.960Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2192 | 2023-10-04T21:34:47.971Z | x VERSION, 25 bytes, 1 tape blocks |
2193 | 2023-10-04T21:34:47.984Z | + cd - |
2194 | 2023-10-04T21:34:47.995Z | /work/oxidecomputer/omicron |
2195 | 2023-10-04T21:34:48.011Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.X9a4pi/root/opt/oxide |
2196 | 2023-10-04T21:34:48.026Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.X9a4pi/root/opt/oxide |
2197 | 2023-10-04T21:34:48.038Z | + cd /tmp/tmp.X9a4pi |
2198 | 2023-10-04T21:34:48.054Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2199 | 2023-10-04T21:35:05.463Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2200 | 2023-10-04T21:35:06.036Z | a oxide.json 1K |
2201 | 2023-10-04T21:35:06.427Z | a root/ 0K |
2202 | 2023-10-04T21:35:06.582Z | a root/opt/ 0K |
2203 | 2023-10-04T21:35:06.627Z | a root/opt/oxide/ 0K |
2204 | 2023-10-04T21:35:07.471Z | a root/opt/oxide/sled-agent/ 0K |
2205 | 2023-10-04T21:35:07.511Z | a root/opt/oxide/sled-agent/zone-bundle 33522K |
2206 | 2023-10-04T21:35:07.527Z | a root/opt/oxide/sled-agent/sled-agent 76460K |
2207 | 2023-10-04T21:35:07.539Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2208 | 2023-10-04T21:35:07.560Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2209 | 2023-10-04T21:35:07.999Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2210 | 2023-10-04T21:35:08.018Z | a root/opt/oxide/sled-agent/VERSION 1K |
2211 | 2023-10-04T21:35:08.029Z | a root/opt/oxide/mg-ddm/ 0K |
2212 | 2023-10-04T21:35:08.048Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2213 | 2023-10-04T21:35:08.066Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2214 | 2023-10-04T21:35:08.081Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2215 | 2023-10-04T21:35:08.101Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2216 | 2023-10-04T21:35:08.131Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2217 | 2023-10-04T21:35:08.140Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2218 | 2023-10-04T21:35:08.154Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2219 | 2023-10-04T21:35:08.226Z | a root/opt/oxide/propolis-server.tar.gz 64705K |
2220 | 2023-10-04T21:35:08.270Z | a root/opt/oxide/overlay.tar.gz 2K |
2221 | 2023-10-04T21:35:08.285Z | a root/lib/ 0K |
2222 | 2023-10-04T21:35:08.305Z | a root/lib/svc/ 0K |
2223 | 2023-10-04T21:35:08.323Z | a root/lib/svc/manifest/ 0K |
2224 | 2023-10-04T21:35:08.338Z | a root/lib/svc/manifest/site/ 0K |
2225 | 2023-10-04T21:35:08.780Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2226 | 2023-10-04T21:35:08.807Z | + cd / |
2227 | 2023-10-04T21:35:08.833Z | + rm -rf /tmp/tmp.X9a4pi |
2228 | 2023-10-04T21:35:09.276Z | |
2229 | 2023-10-04T21:35:09.380Z | real 12.671207572 |
2230 | 2023-10-04T21:35:09.410Z | user 11.717450006 |
2231 | 2023-10-04T21:35:09.433Z | sys 1.024174919 |
2232 | 2023-10-04T21:35:09.884Z | trap 0.003616113 |
2233 | 2023-10-04T21:35:10.032Z | tflt 0.000000000 |
2234 | 2023-10-04T21:35:10.075Z | dflt 0.000000000 |
2235 | 2023-10-04T21:35:10.096Z | kflt 0.000000000 |
2236 | 2023-10-04T21:35:10.113Z | lock 0.000000000 |
2237 | 2023-10-04T21:35:10.144Z | slp 24.441833531 |
2238 | 2023-10-04T21:35:10.165Z | lat 0.397026070 |
2239 | 2023-10-04T21:35:10.185Z | stop 0.000314395 |
2240 | 2023-10-04T21:35:10.205Z | + mkdir -p /work/zones |
2241 | 2023-10-04T21:35:10.255Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2242 | 2023-10-04T21:35:10.289Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2243 | 2023-10-04T21:35:10.303Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2244 | 2023-10-04T21:35:10.322Z | Finished release [optimized] target(s) in 1.17s |
2245 | 2023-10-04T21:35:10.332Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2246 | 2023-10-04T21:35:10.350Z | Created new build target 'recovery' and set it as active |
2247 | 2023-10-04T21:35:10.378Z | |
2248 | 2023-10-04T21:35:10.390Z | real 1.341897511 |
2249 | 2023-10-04T21:35:10.410Z | user 0.948461800 |
2250 | 2023-10-04T21:35:10.469Z | sys 0.391660300 |
2251 | 2023-10-04T21:35:10.502Z | trap 0.000836953 |
2252 | 2023-10-04T21:35:10.590Z | tflt 0.000028220 |
2253 | 2023-10-04T21:35:10.621Z | dflt 0.000004114 |
2254 | 2023-10-04T21:35:10.643Z | kflt 0.000000000 |
2255 | 2023-10-04T21:35:10.665Z | lock 0.036923937 |
2256 | 2023-10-04T21:35:10.690Z | slp 0.022330996 |
2257 | 2023-10-04T21:35:11.146Z | lat 0.003514280 |
2258 | 2023-10-04T21:35:11.174Z | stop 0.000259687 |
2259 | 2023-10-04T21:35:11.203Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2260 | 2023-10-04T21:35:11.237Z | Finished release [optimized] target(s) in 1.12s |
2261 | 2023-10-04T21:35:11.267Z | Running `target/release/omicron-package -t recovery package` |
2262 | 2023-10-04T21:35:11.305Z | Oct 04 21:35:05.453 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2263 | 2023-10-04T21:35:11.339Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2264 | 2023-10-04T21:35:11.362Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2265 | 2023-10-04T21:35:44.693Z | Finished release [optimized] target(s) in 39.15s |
2266 | 2023-10-04T21:36:12.997Z | |
2267 | 2023-10-04T21:36:13.002Z | real 1:08.782687444 |
2268 | 2023-10-04T21:36:13.008Z | user 2:35.662182572 |
2269 | 2023-10-04T21:36:13.012Z | sys 13.592639282 |
2270 | 2023-10-04T21:36:13.015Z | trap 0.073793832 |
2271 | 2023-10-04T21:36:13.019Z | tflt 0.251815851 |
2272 | 2023-10-04T21:36:13.024Z | dflt 0.708729611 |
2273 | 2023-10-04T21:36:13.027Z | kflt 0.000000000 |
2274 | 2023-10-04T21:36:13.031Z | lock 14:48.763110717 |
2275 | 2023-10-04T21:36:13.034Z | slp 2:53.706598601 |
2276 | 2023-10-04T21:36:13.037Z | lat 1.816019354 |
2277 | 2023-10-04T21:36:13.040Z | stop 0.195495870 |
2278 | 2023-10-04T21:36:13.043Z | + stamp_packages installinator maghemite |
2279 | 2023-10-04T21:36:13.047Z | + for package in "$@" |
2280 | 2023-10-04T21:36:13.050Z | + [[ installinator == maghemite ]] |
2281 | 2023-10-04T21:36:13.053Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gite1d680b7673 |
2282 | 2023-10-04T21:36:14.154Z | Finished release [optimized] target(s) in 1.11s |
2283 | 2023-10-04T21:36:14.203Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gite1d680b7673` |
2284 | 2023-10-04T21:36:14.237Z | Oct 04 21:36:14.230 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2285 | 2023-10-04T21:36:14.362Z | Created: out/versioned/installinator.tar |
2286 | 2023-10-04T21:36:14.367Z | + for package in "$@" |
2287 | 2023-10-04T21:36:14.372Z | + [[ maghemite == maghemite ]] |
2288 | 2023-10-04T21:36:14.375Z | + echo 0.0.0 |
2289 | 2023-10-04T21:36:14.379Z | + tar rvf out/maghemite.tar VERSION |
2290 | 2023-10-04T21:36:14.382Z | a VERSION 1K |
2291 | 2023-10-04T21:36:14.389Z | + rm VERSION |
2292 | 2023-10-04T21:36:14.392Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gite1d680b7673 |
2293 | 2023-10-04T21:36:15.551Z | Finished release [optimized] target(s) in 1.10s |
2294 | 2023-10-04T21:36:15.582Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gite1d680b7673` |
2295 | 2023-10-04T21:36:15.633Z | Oct 04 21:36:15.633 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2296 | 2023-10-04T21:36:15.878Z | Created: out/versioned/maghemite.tar |
2297 | 2023-10-04T21:36:15.891Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2298 | 2023-10-04T21:36:15.905Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2299 | 2023-10-04T21:36:15.909Z | ++ cd -- ./tools |
2300 | 2023-10-04T21:36:15.912Z | ++ pwd |
2301 | 2023-10-04T21:36:15.915Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2302 | 2023-10-04T21:36:15.934Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2303 | 2023-10-04T21:36:15.937Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2304 | 2023-10-04T21:36:15.941Z | ++ readlink -f /work |
2305 | 2023-10-04T21:36:15.946Z | + out_dir=/work |
2306 | 2023-10-04T21:36:15.963Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2307 | 2023-10-04T21:36:15.973Z | + for dep in "${deps[@]}" |
2308 | 2023-10-04T21:36:15.976Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2309 | 2023-10-04T21:36:15.982Z | + for dep in "${deps[@]}" |
2310 | 2023-10-04T21:36:15.998Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2311 | 2023-10-04T21:36:16.013Z | ++ mktemp -d |
2312 | 2023-10-04T21:36:16.019Z | + tmp_trampoline=/tmp/tmp.EWaqui |
2313 | 2023-10-04T21:36:16.023Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2314 | 2023-10-04T21:36:16.026Z | + echo '{"v":"1","t":"layer"}' |
2315 | 2023-10-04T21:36:16.030Z | + pkg_dir=/tmp/tmp.EWaqui/root/opt/oxide/installinator |
2316 | 2023-10-04T21:36:16.033Z | + mkdir -p /tmp/tmp.EWaqui/root/opt/oxide/installinator |
2317 | 2023-10-04T21:36:16.038Z | + cd /tmp/tmp.EWaqui/root/opt/oxide/installinator |
2318 | 2023-10-04T21:36:16.041Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2319 | 2023-10-04T21:36:16.044Z | x ., 0 bytes, 0 tape blocks |
2320 | 2023-10-04T21:36:16.047Z | x installinator, 47826304 bytes, 93411 tape blocks |
2321 | 2023-10-04T21:36:16.051Z | x pkg, 0 bytes, 0 tape blocks |
2322 | 2023-10-04T21:36:16.055Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2323 | 2023-10-04T21:36:16.058Z | x VERSION, 25 bytes, 1 tape blocks |
2324 | 2023-10-04T21:36:16.062Z | + mkdir -p /tmp/tmp.EWaqui/root/lib/svc/manifest/site/ |
2325 | 2023-10-04T21:36:16.065Z | + mv pkg/manifest.xml /tmp/tmp.EWaqui/root/lib/svc/manifest/site/installinator.xml |
2326 | 2023-10-04T21:36:16.069Z | + cd - |
2327 | 2023-10-04T21:36:16.073Z | /work/oxidecomputer/omicron |
2328 | 2023-10-04T21:36:16.077Z | + pkg_dir=/tmp/tmp.EWaqui/root/opt/oxide/mg-ddm |
2329 | 2023-10-04T21:36:16.080Z | + mkdir -p /tmp/tmp.EWaqui/root/opt/oxide/mg-ddm |
2330 | 2023-10-04T21:36:16.097Z | + cd /tmp/tmp.EWaqui/root/opt/oxide/mg-ddm |
2331 | 2023-10-04T21:36:16.102Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2332 | 2023-10-04T21:36:16.105Z | x ., 0 bytes, 0 tape blocks |
2333 | 2023-10-04T21:36:16.126Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2334 | 2023-10-04T21:36:16.202Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2335 | 2023-10-04T21:36:16.232Z | x pkg, 0 bytes, 0 tape blocks |
2336 | 2023-10-04T21:36:16.659Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2337 | 2023-10-04T21:36:16.673Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2338 | 2023-10-04T21:36:16.681Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2339 | 2023-10-04T21:36:16.687Z | x VERSION, 25 bytes, 1 tape blocks |
2340 | 2023-10-04T21:36:16.693Z | + cd - |
2341 | 2023-10-04T21:36:16.701Z | /work/oxidecomputer/omicron |
2342 | 2023-10-04T21:36:16.710Z | + cd /tmp/tmp.EWaqui |
2343 | 2023-10-04T21:36:16.717Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2344 | 2023-10-04T21:36:22.868Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2345 | 2023-10-04T21:36:22.917Z | a oxide.json 1K |
2346 | 2023-10-04T21:36:22.928Z | a root/ 0K |
2347 | 2023-10-04T21:36:22.934Z | a root/opt/ 0K |
2348 | 2023-10-04T21:36:22.939Z | a root/opt/oxide/ 0K |
2349 | 2023-10-04T21:36:22.952Z | a root/opt/oxide/installinator/ 0K |
2350 | 2023-10-04T21:36:22.957Z | a root/opt/oxide/installinator/installinator 46706K |
2351 | 2023-10-04T21:36:22.965Z | a root/opt/oxide/installinator/pkg/ 0K |
2352 | 2023-10-04T21:36:22.987Z | a root/opt/oxide/installinator/VERSION 1K |
2353 | 2023-10-04T21:36:22.999Z | a root/opt/oxide/mg-ddm/ 0K |
2354 | 2023-10-04T21:36:23.007Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2355 | 2023-10-04T21:36:23.015Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2356 | 2023-10-04T21:36:23.025Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2357 | 2023-10-04T21:36:23.033Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2358 | 2023-10-04T21:36:23.040Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2359 | 2023-10-04T21:36:23.044Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2360 | 2023-10-04T21:36:23.545Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2361 | 2023-10-04T21:36:23.591Z | a root/lib/ 0K |
2362 | 2023-10-04T21:36:23.640Z | a root/lib/svc/ 0K |
2363 | 2023-10-04T21:36:23.648Z | a root/lib/svc/manifest/ 0K |
2364 | 2023-10-04T21:36:23.656Z | a root/lib/svc/manifest/site/ 0K |
2365 | 2023-10-04T21:36:23.671Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2366 | 2023-10-04T21:36:23.680Z | + cd / |
2367 | 2023-10-04T21:36:23.716Z | + rm -rf /tmp/tmp.EWaqui |
2368 | 2023-10-04T21:36:23.762Z | |
2369 | 2023-10-04T21:36:23.784Z | real 6.577443233 |
2370 | 2023-10-04T21:36:23.796Z | user 6.148988163 |
2371 | 2023-10-04T21:36:23.808Z | sys 0.459748814 |
2372 | 2023-10-04T21:36:23.816Z | trap 0.001492852 |
2373 | 2023-10-04T21:36:23.842Z | tflt 0.000000000 |
2374 | 2023-10-04T21:36:23.921Z | dflt 0.000000000 |
2375 | 2023-10-04T21:36:23.932Z | kflt 0.000000000 |
2376 | 2023-10-04T21:36:23.941Z | lock 0.000000000 |
2377 | 2023-10-04T21:36:23.986Z | slp 12.706145395 |
2378 | 2023-10-04T21:36:24.082Z | lat 0.199239137 |
2379 | 2023-10-04T21:36:24.120Z | stop 0.000304690 |
2380 | 2023-10-04T21:36:24.141Z | process exited: duration 2591160 ms, exit code 0 |
|
2381 | 2023-10-04T21:36:24.624Z | found 21 output files |
2382 | 2023-10-04T21:36:24.634Z | uploading: /work/version.txt (26 bytes) |
2383 | 2023-10-04T21:36:25.706Z | uploaded: /work/version.txt |
2384 | 2023-10-04T21:36:25.734Z | uploading: /work/package.tar.gz (82576501 bytes) |
2385 | 2023-10-04T21:37:04.927Z | uploaded: /work/package.tar.gz |
2386 | 2023-10-04T21:37:05.089Z | uploading: /work/global-zone-packages.tar.gz (125129148 bytes) |
2387 | 2023-10-04T21:38:09.314Z | uploaded: /work/global-zone-packages.tar.gz |
2388 | 2023-10-04T21:38:09.461Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38556343 bytes) |
2389 | 2023-10-04T21:38:21.641Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2390 | 2023-10-04T21:38:21.661Z | uploading: /work/zones/clickhouse.tar.gz (180680017 bytes) |
2391 | 2023-10-04T21:40:32.367Z | uploaded: /work/zones/clickhouse.tar.gz |
2392 | 2023-10-04T21:40:32.513Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180678534 bytes) |
2393 | 2023-10-04T21:41:46.312Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2394 | 2023-10-04T21:41:46.378Z | uploading: /work/zones/cockroachdb.tar.gz (117743360 bytes) |
2395 | 2023-10-04T21:42:43.572Z | uploaded: /work/zones/cockroachdb.tar.gz |
2396 | 2023-10-04T21:42:43.615Z | uploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes) |
2397 | 2023-10-04T21:42:51.798Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2398 | 2023-10-04T21:42:51.823Z | uploading: /work/zones/crucible.tar.gz (42773158 bytes) |
2399 | 2023-10-04T21:43:18.922Z | uploaded: /work/zones/crucible.tar.gz |
2400 | 2023-10-04T21:43:18.946Z | uploading: /work/zones/external-dns.tar.gz (22017435 bytes) |
2401 | 2023-10-04T21:43:30.502Z | uploaded: /work/zones/external-dns.tar.gz |
2402 | 2023-10-04T21:43:30.538Z | uploading: /work/zones/internal-dns.tar.gz (22017435 bytes) |
2403 | 2023-10-04T21:43:51.457Z | uploaded: /work/zones/internal-dns.tar.gz |
2404 | 2023-10-04T21:43:51.764Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2405 | 2023-10-04T21:43:53.716Z | uploaded: /work/zones/ntp.tar.gz |
2406 | 2023-10-04T21:43:53.783Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15769139 bytes) |
2407 | 2023-10-04T21:44:00.701Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2408 | 2023-10-04T21:44:00.711Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15769398 bytes) |
2409 | 2023-10-04T21:44:09.794Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2410 | 2023-10-04T21:44:09.805Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67459611 bytes) |
2411 | 2023-10-04T21:44:43.172Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2412 | 2023-10-04T21:44:43.392Z | uploading: /work/zones/omicron-nexus.tar.gz (67454785 bytes) |
2413 | 2023-10-04T21:45:09.950Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2414 | 2023-10-04T21:45:10.003Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2415 | 2023-10-04T21:45:11.085Z | uploaded: /work/zones/overlay.tar.gz |
2416 | 2023-10-04T21:45:11.198Z | uploading: /work/zones/oximeter-collector.tar.gz (16207457 bytes) |
2417 | 2023-10-04T21:45:19.507Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2418 | 2023-10-04T21:45:19.542Z | uploading: /work/zones/propolis-server.tar.gz (66255703 bytes) |
2419 | 2023-10-04T21:45:43.697Z | uploaded: /work/zones/propolis-server.tar.gz |
2420 | 2023-10-04T21:45:44.286Z | uploading: /work/zones/switch-asic.tar.gz (220117323 bytes) |
2421 | 2023-10-04T21:47:38.249Z | uploaded: /work/zones/switch-asic.tar.gz |
2422 | 2023-10-04T21:47:38.293Z | uploading: /work/zones/switch-softnpu.tar.gz (142215116 bytes) |
2423 | 2023-10-04T21:48:24.558Z | uploaded: /work/zones/switch-softnpu.tar.gz |