|
|
|
1 | 2023-10-04T23:21:39.642Z | job assigned to worker 01HBYFWX80CP45PB4T7505XK1H (queued for 33 m 22 s) |
|
2 | 2023-10-04T23:21:39.853Z | starting task 0: "setup" |
3 | 2023-10-04T23:21:39.916Z | ++ uname -s |
4 | 2023-10-04T23:21:40.350Z | + kern=SunOS |
5 | 2023-10-04T23:21:40.354Z | + case "$kern" in |
6 | 2023-10-04T23:21:40.362Z | + groupadd -g 12345 build |
7 | 2023-10-04T23:21:40.778Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T23:21:41.957Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T23:21:42.036Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T23:21:42.050Z | + home_fs=zfs |
11 | 2023-10-04T23:21:42.501Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T23:21:42.504Z | + mkdir -p /home/build |
13 | 2023-10-04T23:21:42.507Z | + chown build:build /home/build /work |
14 | 2023-10-04T23:21:44.030Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T23:21:44.034Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2023-10-04T23:21:44.042Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T23:21:44.054Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T23:21:44.058Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T23:21:44.243Z | info: downloading installer |
20 | 2023-10-04T23:21:45.475Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T23:21:45.494Z | warning: /opt/ooce/bin |
22 | 2023-10-04T23:21:45.507Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T23:21:45.515Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T23:21:45.521Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T23:21:45.526Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T23:21:45.529Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T23:21:45.535Z | error: cannot install while Rust is installed |
28 | 2023-10-04T23:21:45.549Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T23:21:45.607Z | info: profile set to 'default' |
30 | 2023-10-04T23:21:45.610Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T23:21:45.613Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T23:21:45.769Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T23:21:45.774Z | info: downloading component 'cargo' |
34 | 2023-10-04T23:21:46.401Z | info: downloading component 'clippy' |
35 | 2023-10-04T23:21:46.607Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T23:21:47.378Z | info: downloading component 'rust-std' |
37 | 2023-10-04T23:21:48.744Z | info: downloading component 'rustc' |
38 | 2023-10-04T23:21:52.047Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T23:21:52.240Z | info: installing component 'cargo' |
40 | 2023-10-04T23:21:53.624Z | info: installing component 'clippy' |
41 | 2023-10-04T23:21:54.265Z | info: installing component 'rust-docs' |
42 | 2023-10-04T23:21:56.953Z | info: installing component 'rust-std' |
43 | 2023-10-04T23:21:59.972Z | info: installing component 'rustc' |
44 | 2023-10-04T23:22:06.744Z | info: installing component 'rustfmt' |
45 | 2023-10-04T23:22:07.204Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T23:22:07.212Z | |
47 | 2023-10-04T23:22:07.415Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T23:22:07.419Z | |
49 | 2023-10-04T23:22:07.423Z | |
50 | 2023-10-04T23:22:07.427Z | Rust is installed now. Great! |
51 | 2023-10-04T23:22:07.431Z | |
52 | 2023-10-04T23:22:07.435Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T23:22:07.438Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T23:22:07.441Z | |
55 | 2023-10-04T23:22:07.445Z | To configure your current shell, run: |
56 | 2023-10-04T23:22:07.448Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T23:22:07.511Z | + rustc --version |
58 | 2023-10-04T23:22:07.625Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T23:22:07.630Z | process exited: duration 23584 ms, exit code 0 |
|
60 | 2023-10-04T23:22:07.643Z | starting task 2: "authentication" |
61 | 2023-10-04T23:22:07.682Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-04T23:22:07.693Z | starting task 3: "clone repository" |
63 | 2023-10-04T23:22:07.704Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T23:22:07.708Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T23:22:07.764Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T23:22:13.416Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T23:22:13.426Z | + [[ -n dependabot/cargo/diesel-2.1.2 ]] |
68 | 2023-10-04T23:22:13.429Z | + git fetch origin dependabot/cargo/diesel-2.1.2 |
69 | 2023-10-04T23:22:13.792Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T23:22:13.796Z | * branch dependabot/cargo/diesel-2.1.2 -> FETCH_HEAD |
71 | 2023-10-04T23:22:13.813Z | + git checkout -B dependabot/cargo/diesel-2.1.2 remotes/origin/dependabot/cargo/diesel-2.1.2 |
72 | 2023-10-04T23:22:13.888Z | Switched to a new branch 'dependabot/cargo/diesel-2.1.2' |
73 | 2023-10-04T23:22:13.892Z | branch 'dependabot/cargo/diesel-2.1.2' set up to track 'origin/dependabot/cargo/diesel-2.1.2'. |
74 | 2023-10-04T23:22:13.900Z | + git reset --hard 0007f70bbce39d7d8db17198bf768fed6a76fa72 |
75 | 2023-10-04T23:22:13.904Z | HEAD is now at 0007f70b Bump diesel from 2.1.1 to 2.1.2 |
76 | 2023-10-04T23:22:13.908Z | process exited: duration 6209 ms, exit code 0 |
|
77 | 2023-10-04T23:22:13.915Z | starting task 4: "build" |
78 | 2023-10-04T23:22:13.925Z | + cargo --version |
79 | 2023-10-04T23:22:14.033Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T23:22:14.036Z | + rustc --version |
81 | 2023-10-04T23:22:14.116Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T23:22:14.123Z | ++ git rev-parse HEAD |
83 | 2023-10-04T23:22:14.126Z | + COMMIT=0007f70bbce39d7d8db17198bf768fed6a76fa72 |
84 | 2023-10-04T23:22:14.130Z | + VERSION=1.0.2-0.ci+git0007f70bbce |
85 | 2023-10-04T23:22:14.140Z | + echo 1.0.2-0.ci+git0007f70bbce |
86 | 2023-10-04T23:22:14.144Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-04T23:22:25.067Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-04T23:22:25.632Z | Startup: Caching catalogs ... Done |
89 | 2023-10-04T23:22:26.013Z | Planning: Solver setup ... Done (2.553s) |
90 | 2023-10-04T23:22:26.687Z | Planning: Running solver ... Done (0.170s) |
91 | 2023-10-04T23:22:27.136Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2023-10-04T23:22:27.316Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-04T23:22:27.451Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-04T23:22:27.499Z | Planning: Package planning ... Done (0.083s) |
95 | 2023-10-04T23:22:27.513Z | Planning: Merging actions ... Done (0.083s) |
96 | 2023-10-04T23:22:27.571Z | Planning: Checking for conflicting actions ... Done (0.770s) |
97 | 2023-10-04T23:22:27.721Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-04T23:22:29.243Z | Planning: Evaluating mediators ... Done (5.070s) |
99 | 2023-10-04T23:22:29.261Z | Planning: Planning completed in 9.23 seconds |
100 | 2023-10-04T23:22:29.284Z | Packages to install: 4 |
101 | 2023-10-04T23:22:29.295Z | Mediators to change: 2 |
102 | 2023-10-04T23:22:29.301Z | Services to change: 1 |
103 | 2023-10-04T23:22:29.317Z | Estimated space available: 149.39 GB |
104 | 2023-10-04T23:22:29.327Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-04T23:22:29.341Z | Create boot environment: No |
106 | 2023-10-04T23:22:29.358Z | Create backup boot environment: No |
107 | 2023-10-04T23:22:29.373Z | Rebuild boot archive: No |
108 | 2023-10-04T23:22:29.392Z | |
109 | 2023-10-04T23:22:29.421Z | Changed mediators: |
110 | 2023-10-04T23:22:29.430Z | mediator clang: |
111 | 2023-10-04T23:22:29.441Z | version: None -> 15 (system default) |
112 | 2023-10-04T23:22:29.453Z | |
113 | 2023-10-04T23:22:29.462Z | mediator llvm: |
114 | 2023-10-04T23:22:29.471Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-04T23:22:29.478Z | |
116 | 2023-10-04T23:22:29.489Z | Changed packages: |
117 | 2023-10-04T23:22:29.540Z | helios-dev |
118 | 2023-10-04T23:22:29.574Z | developer/build-essential |
119 | 2023-10-04T23:22:29.585Z | None -> 11-2.0 |
120 | 2023-10-04T23:22:29.592Z | library/libxmlsec1 |
121 | 2023-10-04T23:22:29.604Z | None -> 1.2.35-2.0 |
122 | 2023-10-04T23:22:29.614Z | ooce/developer/clang-15 |
123 | 2023-10-04T23:22:29.623Z | None -> 15.0.7-2.0 |
124 | 2023-10-04T23:22:29.633Z | ooce/developer/llvm-15 |
125 | 2023-10-04T23:22:29.642Z | None -> 15.0.7-2.0 |
126 | 2023-10-04T23:22:29.653Z | |
127 | 2023-10-04T23:22:29.662Z | Services: |
128 | 2023-10-04T23:22:29.669Z | restart_fmri: |
129 | 2023-10-04T23:22:29.680Z | svc:/system/update-man-index:default |
130 | 2023-10-04T23:22:29.689Z | |
131 | 2023-10-04T23:22:29.694Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-04T23:22:34.507Z | Download: 1287/3290 items 104.4/212.6MB 49% complete (20.9M/s) |
133 | 2023-10-04T23:22:39.508Z | Download: 3131/3290 items 137.9/212.6MB 64% complete (13.8M/s) |
134 | 2023-10-04T23:22:42.016Z | Download: Completed 212.60 MB in 12.52 seconds (17.0M/s) |
135 | 2023-10-04T23:22:42.780Z | Actions: 1/3687 actions (Installing new actions) |
136 | 2023-10-04T23:22:47.782Z | Actions: 2911/3687 actions (Installing new actions) |
137 | 2023-10-04T23:22:51.073Z | Actions: Completed 3687 actions in 8.28 seconds. |
138 | 2023-10-04T23:22:51.128Z | Done (0.052s) |
139 | 2023-10-04T23:22:51.140Z | Done (0.000s) |
140 | 2023-10-04T23:22:51.263Z | Done (0.135s) |
141 | 2023-10-04T23:22:59.207Z | Done (7.843s) |
142 | 2023-10-04T23:22:59.497Z | Done (0.187s) |
143 | 2023-10-04T23:22:59.501Z | Done (0.000s) |
144 | 2023-10-04T23:22:59.767Z | Done (0.000s) |
145 | 2023-10-04T23:23:00.382Z | Planning: Evaluating mediator changes ... Done |
146 | 2023-10-04T23:23:00.793Z | Planning: Checking for conflicting actions ... Done |
147 | 2023-10-04T23:23:00.797Z | Planning: Consolidating action changes ... Done |
148 | 2023-10-04T23:23:01.082Z | Planning: Evaluating mediators ... Done |
149 | 2023-10-04T23:23:01.087Z | Planning: Planning completed in 0.71 seconds |
150 | 2023-10-04T23:23:01.133Z | Mediators to change: 2 |
151 | 2023-10-04T23:23:01.144Z | Create boot environment: No |
152 | 2023-10-04T23:23:01.151Z | Create backup boot environment: No |
153 | 2023-10-04T23:23:01.278Z | Done |
154 | 2023-10-04T23:23:01.287Z | Done |
155 | 2023-10-04T23:23:01.351Z | Done |
156 | 2023-10-04T23:23:07.084Z | Done |
157 | 2023-10-04T23:23:07.207Z | Done |
158 | 2023-10-04T23:23:07.212Z | Done |
159 | 2023-10-04T23:23:07.303Z | Done |
160 | 2023-10-04T23:23:08.330Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-10-04T23:23:08.759Z | Planning: Merging actions ... Done |
162 | 2023-10-04T23:23:08.765Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-10-04T23:23:08.770Z | Planning: Consolidating action changes ... Done |
164 | 2023-10-04T23:23:09.098Z | Planning: Evaluating mediators ... Done |
165 | 2023-10-04T23:23:09.174Z | Planning: Planning completed in 1.30 seconds |
166 | 2023-10-04T23:23:09.230Z | Packages to change: 1 |
167 | 2023-10-04T23:23:09.233Z | Mediators to change: 1 |
168 | 2023-10-04T23:23:09.237Z | Services to change: 1 |
169 | 2023-10-04T23:23:09.240Z | Create boot environment: No |
170 | 2023-10-04T23:23:09.243Z | Create backup boot environment: Yes |
171 | 2023-10-04T23:23:11.302Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2023-10-04T23:23:11.306Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2023-10-04T23:23:11.310Z | Done |
174 | 2023-10-04T23:23:11.313Z | Done |
175 | 2023-10-04T23:23:11.336Z | Done |
176 | 2023-10-04T23:23:17.111Z | Done |
177 | 2023-10-04T23:23:17.648Z | Done |
178 | 2023-10-04T23:23:17.659Z | Done |
179 | 2023-10-04T23:23:17.678Z | Done |
180 | 2023-10-04T23:23:18.008Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2023-10-04T23:23:18.011Z | clang system 15 system |
182 | 2023-10-04T23:23:18.014Z | csh system system illumos |
183 | 2023-10-04T23:23:18.018Z | ctags system system illumos |
184 | 2023-10-04T23:23:18.030Z | gcc vendor 12 vendor |
185 | 2023-10-04T23:23:18.033Z | gcc system 10 system |
186 | 2023-10-04T23:23:18.036Z | gcc system 7 system |
187 | 2023-10-04T23:23:18.039Z | go system 1.20 system |
188 | 2023-10-04T23:23:18.042Z | go system 1.19 system |
189 | 2023-10-04T23:23:18.045Z | llvm system 15 system |
190 | 2023-10-04T23:23:18.048Z | llvm system 14 system |
191 | 2023-10-04T23:23:18.053Z | mariadb system 10.6 system |
192 | 2023-10-04T23:23:18.056Z | mta vendor vendor dma |
193 | 2023-10-04T23:23:18.059Z | openjdk system 17 system |
194 | 2023-10-04T23:23:18.062Z | openjdk system 11 system |
195 | 2023-10-04T23:23:18.065Z | openjdk system 1.8 system |
196 | 2023-10-04T23:23:18.068Z | openssl vendor 3 vendor |
197 | 2023-10-04T23:23:18.071Z | perl system 5.36 system |
198 | 2023-10-04T23:23:18.074Z | postgresql system 15 system |
199 | 2023-10-04T23:23:18.077Z | postgresql system 13 system |
200 | 2023-10-04T23:23:18.079Z | python vendor 3 vendor |
201 | 2023-10-04T23:23:18.083Z | python system 2 system |
202 | 2023-10-04T23:23:18.085Z | python3 system 3.11 system |
203 | 2023-10-04T23:23:18.090Z | ruby system 3.0 system |
204 | 2023-10-04T23:23:18.093Z | words vendor vendor american-english |
205 | 2023-10-04T23:23:18.096Z | words system system australian-english |
206 | 2023-10-04T23:23:18.098Z | words system system british-english |
207 | 2023-10-04T23:23:18.101Z | words system system canadian-english |
208 | 2023-10-04T23:23:18.103Z | words system system french |
209 | 2023-10-04T23:23:18.106Z | words system system italian |
210 | 2023-10-04T23:23:18.109Z | words system system ngerman |
211 | 2023-10-04T23:23:18.112Z | words system system ogerman |
212 | 2023-10-04T23:23:18.115Z | words system system spanish |
213 | 2023-10-04T23:23:18.546Z | FMRI IFO |
214 | 2023-10-04T23:23:18.549Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
215 | 2023-10-04T23:23:18.552Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
216 | 2023-10-04T23:23:18.555Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
217 | 2023-10-04T23:23:18.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
218 | 2023-10-04T23:23:18.560Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
219 | 2023-10-04T23:23:18.563Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
220 | 2023-10-04T23:23:18.621Z | + set -o errexit |
221 | 2023-10-04T23:23:18.624Z | +++ dirname ./tools/ci_download_cockroachdb |
222 | 2023-10-04T23:23:18.627Z | ++ cd ./tools |
223 | 2023-10-04T23:23:18.630Z | ++ pwd |
224 | 2023-10-04T23:23:18.632Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
225 | 2023-10-04T23:23:18.635Z | ++ basename ./tools/ci_download_cockroachdb |
226 | 2023-10-04T23:23:18.638Z | + ARG0=ci_download_cockroachdb |
227 | 2023-10-04T23:23:18.641Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
228 | 2023-10-04T23:23:18.643Z | + CIDL_VERSION=v22.1.9 |
229 | 2023-10-04T23:23:18.647Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
230 | 2023-10-04T23:23:18.651Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
231 | 2023-10-04T23:23:18.653Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
232 | 2023-10-04T23:23:18.656Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
233 | 2023-10-04T23:23:18.659Z | + TARGET_DIR=out |
234 | 2023-10-04T23:23:19.089Z | + DOWNLOAD_DIR=out/downloads |
235 | 2023-10-04T23:23:19.093Z | + DEST_DIR=./out/cockroachdb |
236 | 2023-10-04T23:23:19.096Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
237 | 2023-10-04T23:23:19.100Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
238 | 2023-10-04T23:23:19.103Z | + main |
239 | 2023-10-04T23:23:19.108Z | + [[ 0 != 0 ]] |
240 | 2023-10-04T23:23:19.122Z | + CIDL_OS=solaris2.11 |
241 | 2023-10-04T23:23:19.146Z | + [[ 0 != 0 ]] |
242 | 2023-10-04T23:23:19.169Z | + configure_os solaris2.11 |
243 | 2023-10-04T23:23:19.186Z | + echo 'current directory: /work/oxidecomputer/omicron' |
244 | 2023-10-04T23:23:20.019Z | current directory: /work/oxidecomputer/omicron |
245 | 2023-10-04T23:23:20.025Z | + echo 'configuring based on OS: "solaris2.11"' |
246 | 2023-10-04T23:23:20.038Z | configuring based on OS: "solaris2.11" |
247 | 2023-10-04T23:23:20.052Z | + case "$1" in |
248 | 2023-10-04T23:23:20.056Z | + CIDL_BUILD=illumos |
249 | 2023-10-04T23:23:20.059Z | + CIDL_SUFFIX=tar.gz |
250 | 2023-10-04T23:23:20.069Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-04T23:23:20.076Z | + CIDL_MD5FUNC=do_md5sum |
252 | 2023-10-04T23:23:20.080Z | + CIDL_URL_BASE=https://illumos.org/downloads |
253 | 2023-10-04T23:23:20.100Z | + CIDL_ASSEMBLE=do_assemble_illumos |
254 | 2023-10-04T23:23:20.128Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
255 | 2023-10-04T23:23:20.132Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-04T23:23:20.135Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-04T23:23:20.138Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
258 | 2023-10-04T23:23:20.143Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-04T23:23:20.158Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
260 | 2023-10-04T23:23:20.162Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-04T23:23:20.168Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-10-04T23:23:20.176Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-04T23:23:20.194Z | + mkdir -p out/downloads |
264 | 2023-10-04T23:23:20.198Z | + mkdir -p ./out/cockroachdb |
265 | 2023-10-04T23:23:20.202Z | + local DO_DOWNLOAD=true |
266 | 2023-10-04T23:23:20.206Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
267 | 2023-10-04T23:23:20.209Z | + '[' true == true ']' |
268 | 2023-10-04T23:23:20.217Z | + echo Downloading... |
269 | 2023-10-04T23:23:20.229Z | Downloading... |
270 | 2023-10-04T23:23:20.233Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-04T23:23:20.238Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-04T23:23:20.656Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-04T23:23:20.663Z | ++ md5sum |
274 | 2023-10-04T23:23:20.668Z | ++ awk '{print $1}' |
275 | 2023-10-04T23:23:20.841Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-04T23:23:20.865Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
277 | 2023-10-04T23:23:20.876Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-04T23:23:20.887Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
279 | 2023-10-04T23:23:24.284Z | + do_assemble_illumos |
280 | 2023-10-04T23:23:24.292Z | + rm -r ./out/cockroachdb |
281 | 2023-10-04T23:23:24.302Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
282 | 2023-10-04T23:23:24.854Z | + ./out/cockroachdb/bin/cockroach version |
283 | 2023-10-04T23:23:25.063Z | Build Tag: v22.1.9-dirty |
284 | 2023-10-04T23:23:25.073Z | Build Time: 2022/10/26 21:17:46 |
285 | 2023-10-04T23:23:25.084Z | Distribution: OSS |
286 | 2023-10-04T23:23:25.095Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
287 | 2023-10-04T23:23:25.106Z | Go Version: go1.17.13 |
288 | 2023-10-04T23:23:25.114Z | C Compiler: gcc 10.3.0 |
289 | 2023-10-04T23:23:25.118Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
290 | 2023-10-04T23:23:25.124Z | Build Type: release |
291 | 2023-10-04T23:23:25.127Z | + set -o errexit |
292 | 2023-10-04T23:23:25.131Z | +++ dirname ./tools/ci_download_clickhouse |
293 | 2023-10-04T23:23:25.134Z | ++ cd ./tools |
294 | 2023-10-04T23:23:25.138Z | ++ pwd |
295 | 2023-10-04T23:23:25.144Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
296 | 2023-10-04T23:23:25.149Z | ++ basename ./tools/ci_download_clickhouse |
297 | 2023-10-04T23:23:25.153Z | + ARG0=ci_download_clickhouse |
298 | 2023-10-04T23:23:25.156Z | + TARGET_DIR=out |
299 | 2023-10-04T23:23:25.163Z | + DOWNLOAD_DIR=out/downloads |
300 | 2023-10-04T23:23:25.166Z | + DEST_DIR=./out/clickhouse |
301 | 2023-10-04T23:23:25.169Z | + CIDL_VERSION=v22.8.9.24 |
302 | 2023-10-04T23:23:25.182Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
303 | 2023-10-04T23:23:25.588Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
304 | 2023-10-04T23:23:25.591Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
305 | 2023-10-04T23:23:25.594Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
306 | 2023-10-04T23:23:25.598Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
307 | 2023-10-04T23:23:25.602Z | + main |
308 | 2023-10-04T23:23:25.605Z | + [[ 0 != 0 ]] |
309 | 2023-10-04T23:23:25.608Z | + CIDL_OS=solaris2.11 |
310 | 2023-10-04T23:23:25.611Z | + [[ 0 != 0 ]] |
311 | 2023-10-04T23:23:25.614Z | + configure_os solaris2.11 |
312 | 2023-10-04T23:23:25.618Z | + echo 'current directory: /work/oxidecomputer/omicron' |
313 | 2023-10-04T23:23:25.621Z | current directory: /work/oxidecomputer/omicron |
314 | 2023-10-04T23:23:25.624Z | + echo 'configuring based on OS: "solaris2.11"' |
315 | 2023-10-04T23:23:25.626Z | configuring based on OS: "solaris2.11" |
316 | 2023-10-04T23:23:25.629Z | + CIDL_DASHREV= |
317 | 2023-10-04T23:23:25.637Z | + case "$1" in |
318 | 2023-10-04T23:23:25.646Z | + CIDL_PLATFORM=illumos |
319 | 2023-10-04T23:23:25.656Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-10-04T23:23:25.672Z | + CIDL_MD5FUNC=do_md5sum |
321 | 2023-10-04T23:23:25.690Z | + CIDL_DASHREV=-1 |
322 | 2023-10-04T23:23:26.098Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
323 | 2023-10-04T23:23:26.102Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-04T23:23:26.111Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-04T23:23:26.119Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-04T23:23:26.125Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-04T23:23:26.129Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-04T23:23:26.159Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-04T23:23:26.164Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-04T23:23:26.167Z | + mkdir -p out/downloads |
331 | 2023-10-04T23:23:26.171Z | + mkdir -p ./out/clickhouse |
332 | 2023-10-04T23:23:26.185Z | + local DO_DOWNLOAD=true |
333 | 2023-10-04T23:23:26.189Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
334 | 2023-10-04T23:23:26.194Z | + '[' true == true ']' |
335 | 2023-10-04T23:23:26.197Z | + echo Downloading... |
336 | 2023-10-04T23:23:26.200Z | Downloading... |
337 | 2023-10-04T23:23:26.203Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-10-04T23:23:26.207Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-10-04T23:23:26.903Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-04T23:23:26.914Z | ++ md5sum |
341 | 2023-10-04T23:23:26.932Z | ++ awk '{print $1}' |
342 | 2023-10-04T23:23:27.171Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-04T23:23:27.183Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
344 | 2023-10-04T23:23:27.194Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
345 | 2023-10-04T23:23:27.204Z | + mkdir -p ./out/clickhouse |
346 | 2023-10-04T23:23:27.211Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
347 | 2023-10-04T23:23:32.025Z | + ./out/clickhouse/clickhouse server --version |
348 | 2023-10-04T23:23:32.090Z | ClickHouse server version 22.8.9.1. |
349 | 2023-10-04T23:23:32.114Z | + set -o errexit |
350 | 2023-10-04T23:23:32.117Z | +++ dirname ./tools/ci_download_console |
351 | 2023-10-04T23:23:32.120Z | ++ cd ./tools |
352 | 2023-10-04T23:23:32.123Z | ++ pwd |
353 | 2023-10-04T23:23:32.126Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
354 | 2023-10-04T23:23:32.129Z | ++ basename ./tools/ci_download_console |
355 | 2023-10-04T23:23:32.132Z | + ARG0=ci_download_console |
356 | 2023-10-04T23:23:32.136Z | + TARGET_DIR=out |
357 | 2023-10-04T23:23:32.139Z | + DOWNLOAD_DIR=out/downloads |
358 | 2023-10-04T23:23:32.141Z | + DEST_DIR=./out/console-assets |
359 | 2023-10-04T23:23:32.144Z | + source /work/oxidecomputer/omicron/tools/console_version |
360 | 2023-10-04T23:23:32.147Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
361 | 2023-10-04T23:23:32.150Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
362 | 2023-10-04T23:23:32.153Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
363 | 2023-10-04T23:23:32.156Z | + TARBALL_FILE=out/downloads/console.tar.gz |
364 | 2023-10-04T23:23:32.158Z | + main |
365 | 2023-10-04T23:23:32.161Z | + [[ 0 != 0 ]] |
366 | 2023-10-04T23:23:32.164Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
367 | 2023-10-04T23:23:32.167Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
368 | 2023-10-04T23:23:32.170Z | + echo 'Local file: out/downloads/console.tar.gz' |
369 | 2023-10-04T23:23:32.173Z | Local file: out/downloads/console.tar.gz |
370 | 2023-10-04T23:23:32.175Z | + local DO_DOWNLOAD=true |
371 | 2023-10-04T23:23:32.178Z | + [[ -f out/downloads/console.tar.gz ]] |
372 | 2023-10-04T23:23:32.181Z | + mkdir -p out/downloads |
373 | 2023-10-04T23:23:32.184Z | + '[' true == true ']' |
374 | 2023-10-04T23:23:32.187Z | + echo Downloading... |
375 | 2023-10-04T23:23:32.190Z | Downloading... |
376 | 2023-10-04T23:23:32.192Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
377 | 2023-10-04T23:23:32.195Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
378 | 2023-10-04T23:23:32.839Z | ++ do_sha256sum out/downloads/console.tar.gz |
379 | 2023-10-04T23:23:32.844Z | ++ case "$OSTYPE" in |
380 | 2023-10-04T23:23:32.848Z | ++ SHA=sha256sum |
381 | 2023-10-04T23:23:32.854Z | ++ sha256sum |
382 | 2023-10-04T23:23:32.857Z | ++ awk '{print $1}' |
383 | 2023-10-04T23:23:32.864Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
384 | 2023-10-04T23:23:32.871Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
385 | 2023-10-04T23:23:32.876Z | + rm -rf ./out/console-assets |
386 | 2023-10-04T23:23:32.880Z | + mkdir -p ./out/console-assets |
387 | 2023-10-04T23:23:32.894Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
388 | 2023-10-04T23:23:32.897Z | + mkdir -p ./out/console-assets |
389 | 2023-10-04T23:23:32.902Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
390 | 2023-10-04T23:23:33.005Z | + set -o errexit |
391 | 2023-10-04T23:23:33.010Z | +++ dirname ./tools/ci_download_maghemite_openapi |
392 | 2023-10-04T23:23:33.013Z | ++ cd ./tools |
393 | 2023-10-04T23:23:33.016Z | ++ pwd |
394 | 2023-10-04T23:23:33.019Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2023-10-04T23:23:33.023Z | ++ basename ./tools/ci_download_maghemite_openapi |
396 | 2023-10-04T23:23:33.026Z | + ARG0=ci_download_maghemite_openapi |
397 | 2023-10-04T23:23:33.057Z | + TARGET_DIR=out |
398 | 2023-10-04T23:23:33.061Z | + DOWNLOAD_DIR=out/downloads |
399 | 2023-10-04T23:23:33.064Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
400 | 2023-10-04T23:23:33.068Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
401 | 2023-10-04T23:23:33.074Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
402 | 2023-10-04T23:23:33.079Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
403 | 2023-10-04T23:23:33.082Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
404 | 2023-10-04T23:23:33.087Z | + main |
405 | 2023-10-04T23:23:33.098Z | + [[ 0 != 0 ]] |
406 | 2023-10-04T23:23:33.101Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
407 | 2023-10-04T23:23:33.105Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
408 | 2023-10-04T23:23:33.109Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
409 | 2023-10-04T23:23:33.113Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
410 | 2023-10-04T23:23:33.117Z | + local DO_DOWNLOAD=true |
411 | 2023-10-04T23:23:33.120Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
412 | 2023-10-04T23:23:33.124Z | + mkdir -p out/downloads |
413 | 2023-10-04T23:23:33.127Z | + '[' true == true ']' |
414 | 2023-10-04T23:23:33.132Z | + echo Downloading... |
415 | 2023-10-04T23:23:33.141Z | Downloading... |
416 | 2023-10-04T23:23:33.145Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
417 | 2023-10-04T23:23:33.149Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
418 | 2023-10-04T23:23:33.175Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
419 | 2023-10-04T23:23:33.178Z | ++ case "$OSTYPE" in |
420 | 2023-10-04T23:23:33.182Z | ++ SHA=sha256sum |
421 | 2023-10-04T23:23:33.200Z | ++ sha256sum |
422 | 2023-10-04T23:23:33.203Z | ++ awk '{print $1}' |
423 | 2023-10-04T23:23:33.206Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-10-04T23:23:33.214Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
425 | 2023-10-04T23:23:33.221Z | + set -o errexit |
426 | 2023-10-04T23:23:33.225Z | +++ dirname ./tools/ci_download_dendrite_openapi |
427 | 2023-10-04T23:23:33.228Z | ++ cd ./tools |
428 | 2023-10-04T23:23:33.231Z | ++ pwd |
429 | 2023-10-04T23:23:33.235Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-10-04T23:23:33.238Z | ++ basename ./tools/ci_download_dendrite_openapi |
431 | 2023-10-04T23:23:33.240Z | + ARG0=ci_download_dendrite_openapi |
432 | 2023-10-04T23:23:33.244Z | + TARGET_DIR=out |
433 | 2023-10-04T23:23:33.247Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-10-04T23:23:33.250Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
435 | 2023-10-04T23:23:33.253Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
436 | 2023-10-04T23:23:33.256Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
437 | 2023-10-04T23:23:33.260Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
438 | 2023-10-04T23:23:33.263Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
439 | 2023-10-04T23:23:33.267Z | + main |
440 | 2023-10-04T23:23:33.271Z | + [[ 0 != 0 ]] |
441 | 2023-10-04T23:23:33.276Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
442 | 2023-10-04T23:23:33.279Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
443 | 2023-10-04T23:23:33.282Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
444 | 2023-10-04T23:23:33.285Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
445 | 2023-10-04T23:23:33.289Z | + local DO_DOWNLOAD=true |
446 | 2023-10-04T23:23:33.292Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
447 | 2023-10-04T23:23:33.296Z | + mkdir -p out/downloads |
448 | 2023-10-04T23:23:33.299Z | + '[' true == true ']' |
449 | 2023-10-04T23:23:33.312Z | + echo Downloading... |
450 | 2023-10-04T23:23:33.316Z | Downloading... |
451 | 2023-10-04T23:23:33.322Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
452 | 2023-10-04T23:23:33.325Z | + 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 |
453 | 2023-10-04T23:23:33.372Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
454 | 2023-10-04T23:23:33.376Z | ++ case "$OSTYPE" in |
455 | 2023-10-04T23:23:33.379Z | ++ SHA=sha256sum |
456 | 2023-10-04T23:23:33.383Z | ++ sha256sum |
457 | 2023-10-04T23:23:33.387Z | ++ awk '{print $1}' |
458 | 2023-10-04T23:23:33.391Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
459 | 2023-10-04T23:23:33.394Z | + [[ 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 ]] |
460 | 2023-10-04T23:23:33.398Z | + set -o errexit |
461 | 2023-10-04T23:23:33.401Z | +++ dirname ./tools/ci_download_dendrite_stub |
462 | 2023-10-04T23:23:33.405Z | ++ cd ./tools |
463 | 2023-10-04T23:23:33.408Z | ++ pwd |
464 | 2023-10-04T23:23:33.412Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2023-10-04T23:23:33.415Z | ++ basename ./tools/ci_download_dendrite_stub |
466 | 2023-10-04T23:23:33.418Z | + ARG0=ci_download_dendrite_stub |
467 | 2023-10-04T23:23:33.423Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
468 | 2023-10-04T23:23:33.426Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
469 | 2023-10-04T23:23:33.430Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
470 | 2023-10-04T23:23:33.433Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
471 | 2023-10-04T23:23:33.437Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-10-04T23:23:33.440Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
473 | 2023-10-04T23:23:33.443Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
474 | 2023-10-04T23:23:33.447Z | + TARGET_DIR=out |
475 | 2023-10-04T23:23:33.450Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-10-04T23:23:33.454Z | + DEST_DIR=./out/dendrite-stub |
477 | 2023-10-04T23:23:33.458Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
478 | 2023-10-04T23:23:33.461Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
479 | 2023-10-04T23:23:33.464Z | + REPO=oxidecomputer/dendrite |
480 | 2023-10-04T23:23:33.468Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
481 | 2023-10-04T23:23:33.471Z | + main |
482 | 2023-10-04T23:23:33.475Z | + [[ 0 != 0 ]] |
483 | 2023-10-04T23:23:33.478Z | + CIDL_OS=solaris2.11 |
484 | 2023-10-04T23:23:33.482Z | + [[ 0 != 0 ]] |
485 | 2023-10-04T23:23:33.485Z | + configure_os solaris2.11 |
486 | 2023-10-04T23:23:33.489Z | + echo 'current directory: /work/oxidecomputer/omicron' |
487 | 2023-10-04T23:23:33.494Z | current directory: /work/oxidecomputer/omicron |
488 | 2023-10-04T23:23:33.497Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2023-10-04T23:23:33.500Z | configuring based on OS: "solaris2.11" |
490 | 2023-10-04T23:23:33.505Z | + case "$1" in |
491 | 2023-10-04T23:23:33.515Z | + SET_BINARIES= |
492 | 2023-10-04T23:23:33.523Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
493 | 2023-10-04T23:23:33.530Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2023-10-04T23:23:33.533Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2023-10-04T23:23:33.537Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
496 | 2023-10-04T23:23:33.540Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-04T23:23:33.545Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
498 | 2023-10-04T23:23:33.550Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
499 | 2023-10-04T23:23:33.554Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
500 | 2023-10-04T23:23:33.557Z | Local file: out/downloads/dendrite-stub.tar.gz |
501 | 2023-10-04T23:23:33.561Z | + mkdir -p out/downloads |
502 | 2023-10-04T23:23:33.564Z | + mkdir -p ./out/dendrite-stub |
503 | 2023-10-04T23:23:33.568Z | + fetch_and_verify |
504 | 2023-10-04T23:23:33.571Z | + local DO_DOWNLOAD=true |
505 | 2023-10-04T23:23:33.575Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
506 | 2023-10-04T23:23:33.580Z | + '[' true == true ']' |
507 | 2023-10-04T23:23:33.583Z | + echo Downloading... |
508 | 2023-10-04T23:23:33.587Z | Downloading... |
509 | 2023-10-04T23:23:33.591Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
510 | 2023-10-04T23:23:33.594Z | + 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 |
511 | 2023-10-04T23:23:41.751Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
512 | 2023-10-04T23:23:41.755Z | ++ sha256sum |
513 | 2023-10-04T23:23:41.759Z | ++ awk '{print $1}' |
514 | 2023-10-04T23:23:41.851Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
515 | 2023-10-04T23:23:41.863Z | + [[ 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 ]] |
516 | 2023-10-04T23:23:41.879Z | + do_untar out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-04T23:23:41.891Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
518 | 2023-10-04T23:23:42.795Z | + do_assemble |
519 | 2023-10-04T23:23:42.799Z | + rm -r ./out/dendrite-stub |
520 | 2023-10-04T23:23:42.803Z | + mkdir ./out/dendrite-stub |
521 | 2023-10-04T23:23:42.807Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
522 | 2023-10-04T23:23:42.912Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
523 | 2023-10-04T23:23:42.925Z | + set -o errexit |
524 | 2023-10-04T23:23:42.929Z | +++ dirname ./tools/ci_download_transceiver_control |
525 | 2023-10-04T23:23:42.933Z | ++ cd ./tools |
526 | 2023-10-04T23:23:42.937Z | ++ pwd |
527 | 2023-10-04T23:23:42.940Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2023-10-04T23:23:42.943Z | ++ basename ./tools/ci_download_transceiver_control |
529 | 2023-10-04T23:23:42.947Z | + ARG0=ci_download_transceiver_control |
530 | 2023-10-04T23:23:42.950Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
531 | 2023-10-04T23:23:42.953Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
532 | 2023-10-04T23:23:42.956Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
533 | 2023-10-04T23:23:42.960Z | + TARGET_DIR=out |
534 | 2023-10-04T23:23:42.963Z | + DOWNLOAD_DIR=out/downloads |
535 | 2023-10-04T23:23:42.967Z | + DEST_DIR=./out/transceiver-control |
536 | 2023-10-04T23:23:42.973Z | + BIN_DIR=/opt/oxide/bin |
537 | 2023-10-04T23:23:42.988Z | + BINARY=xcvradm |
538 | 2023-10-04T23:23:42.993Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-10-04T23:23:42.999Z | + REPO=oxidecomputer/transceiver-control |
540 | 2023-10-04T23:23:43.011Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
541 | 2023-10-04T23:23:43.016Z | + main |
542 | 2023-10-04T23:23:43.020Z | + [[ 0 != 0 ]] |
543 | 2023-10-04T23:23:43.023Z | + CIDL_OS=solaris2.11 |
544 | 2023-10-04T23:23:43.026Z | + [[ 0 != 0 ]] |
545 | 2023-10-04T23:23:43.030Z | + configure_os solaris2.11 |
546 | 2023-10-04T23:23:43.035Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-10-04T23:23:43.039Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-10-04T23:23:43.042Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2023-10-04T23:23:43.046Z | configuring based on OS: "solaris2.11" |
550 | 2023-10-04T23:23:43.051Z | + case "$1" in |
551 | 2023-10-04T23:23:43.054Z | + SET_BINARIES= |
552 | 2023-10-04T23:23:43.069Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
553 | 2023-10-04T23:23:43.073Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-10-04T23:23:43.076Z | + ARCHIVE_FILENAME=xcvradm.gz |
555 | 2023-10-04T23:23:43.080Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
556 | 2023-10-04T23:23:43.084Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
557 | 2023-10-04T23:23:43.087Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
558 | 2023-10-04T23:23:43.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
559 | 2023-10-04T23:23:43.108Z | + echo 'Local file: out/downloads/xcvradm.gz' |
560 | 2023-10-04T23:23:43.113Z | Local file: out/downloads/xcvradm.gz |
561 | 2023-10-04T23:23:43.116Z | + mkdir -p out/downloads |
562 | 2023-10-04T23:23:43.120Z | + mkdir -p ./out/transceiver-control |
563 | 2023-10-04T23:23:43.123Z | + fetch_and_verify |
564 | 2023-10-04T23:23:43.126Z | + local DO_DOWNLOAD=true |
565 | 2023-10-04T23:23:43.130Z | + [[ -f out/downloads/xcvradm.gz ]] |
566 | 2023-10-04T23:23:43.133Z | + '[' true == true ']' |
567 | 2023-10-04T23:23:43.137Z | + echo Downloading... |
568 | 2023-10-04T23:23:43.142Z | Downloading... |
569 | 2023-10-04T23:23:43.147Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
570 | 2023-10-04T23:23:43.150Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
571 | 2023-10-04T23:23:45.013Z | ++ do_sha256sum out/downloads/xcvradm.gz |
572 | 2023-10-04T23:23:45.017Z | ++ sha256sum |
573 | 2023-10-04T23:23:45.022Z | ++ awk '{print $1}' |
574 | 2023-10-04T23:23:45.031Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
575 | 2023-10-04T23:23:45.034Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
576 | 2023-10-04T23:23:45.039Z | + do_unpack out/downloads/xcvradm.gz |
577 | 2023-10-04T23:23:45.043Z | + mkdir -p out/downloads/root//opt/oxide/bin |
578 | 2023-10-04T23:23:45.047Z | + gzip -dc out/downloads/xcvradm.gz |
579 | 2023-10-04T23:23:45.208Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
580 | 2023-10-04T23:23:45.211Z | + do_assemble |
581 | 2023-10-04T23:23:45.214Z | + rm -r ./out/transceiver-control |
582 | 2023-10-04T23:23:45.218Z | + mkdir ./out/transceiver-control |
583 | 2023-10-04T23:23:45.221Z | + cp -r out/downloads/root ./out/transceiver-control/root |
584 | 2023-10-04T23:23:45.387Z | All prerequisites installed successfully |
585 | 2023-10-04T23:23:45.391Z | |
586 | 2023-10-04T23:23:45.402Z | real 1:31.234821389 |
587 | 2023-10-04T23:23:45.406Z | user 47.389968475 |
588 | 2023-10-04T23:23:45.410Z | sys 8.969376025 |
589 | 2023-10-04T23:23:45.414Z | trap 0.021196045 |
590 | 2023-10-04T23:23:45.417Z | tflt 0.059046087 |
591 | 2023-10-04T23:23:45.426Z | dflt 0.368977367 |
592 | 2023-10-04T23:23:45.430Z | kflt 0.053298414 |
593 | 2023-10-04T23:23:45.434Z | lock 1.584605106 |
594 | 2023-10-04T23:23:45.437Z | slp 2:40.927237772 |
595 | 2023-10-04T23:23:45.440Z | lat 3.043969599 |
596 | 2023-10-04T23:23:45.443Z | stop 0.062493570 |
597 | 2023-10-04T23:23:45.448Z | + ptime -m ./tools/ci_download_softnpu_machinery |
598 | 2023-10-04T23:23:45.451Z | fetching npuzone |
599 | 2023-10-04T23:23:45.454Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
600 | 2023-10-04T23:23:45.459Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
601 | 2023-10-04T23:23:45.463Z | Getting hash for npuzone |
602 | 2023-10-04T23:23:45.579Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
603 | 2023-10-04T23:23:55.972Z | npuzone downloaded successfully |
604 | 2023-10-04T23:23:55.982Z | |
605 | 2023-10-04T23:23:55.985Z | real 10.565433647 |
606 | 2023-10-04T23:23:55.994Z | user 0.542005010 |
607 | 2023-10-04T23:23:55.997Z | sys 0.136534387 |
608 | 2023-10-04T23:23:56.002Z | trap 0.000055884 |
609 | 2023-10-04T23:23:56.005Z | tflt 0.000000000 |
610 | 2023-10-04T23:23:56.011Z | dflt 0.000000000 |
611 | 2023-10-04T23:23:56.016Z | kflt 0.000000000 |
612 | 2023-10-04T23:23:56.020Z | lock 0.000000000 |
613 | 2023-10-04T23:23:56.026Z | slp 30.873592475 |
614 | 2023-10-04T23:23:56.029Z | lat 0.108874012 |
615 | 2023-10-04T23:23:56.052Z | stop 0.000265476 |
616 | 2023-10-04T23:23:56.055Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
617 | 2023-10-04T23:23:56.307Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
618 | 2023-10-04T23:23:56.670Z | Updating crates.io index |
619 | 2023-10-04T23:23:56.680Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
620 | 2023-10-04T23:23:57.457Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
621 | 2023-10-04T23:23:59.280Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
622 | 2023-10-04T23:24:00.327Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
623 | 2023-10-04T23:24:00.414Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
624 | 2023-10-04T23:24:00.716Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
625 | 2023-10-04T23:24:01.042Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
626 | 2023-10-04T23:24:01.996Z | Updating git repository `https://github.com/oxidecomputer/opte` |
627 | 2023-10-04T23:24:02.916Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
628 | 2023-10-04T23:24:03.258Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
629 | 2023-10-04T23:24:03.731Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
630 | 2023-10-04T23:24:04.077Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
631 | 2023-10-04T23:24:04.413Z | Updating git repository `https://github.com/njaremko/samael` |
632 | 2023-10-04T23:24:04.785Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
633 | 2023-10-04T23:24:06.442Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
634 | 2023-10-04T23:24:06.985Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
635 | 2023-10-04T23:24:07.524Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
636 | 2023-10-04T23:24:08.217Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
637 | 2023-10-04T23:24:08.617Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
638 | 2023-10-04T23:24:08.995Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
639 | 2023-10-04T23:24:17.782Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
640 | 2023-10-04T23:24:18.199Z | Updating git repository `https://github.com/jgallagher/nix` |
641 | 2023-10-04T23:24:19.623Z | Updating git repository `https://github.com/cbiffle/hubpack` |
642 | 2023-10-04T23:24:19.907Z | Updating git repository `https://github.com/oxidecomputer/typify` |
643 | 2023-10-04T23:24:21.010Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
644 | 2023-10-04T23:24:21.487Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
645 | 2023-10-04T23:24:22.017Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
646 | 2023-10-04T23:24:23.345Z | Downloading crates ... |
647 | 2023-10-04T23:24:23.586Z | Downloaded addr2line v0.21.0 |
648 | 2023-10-04T23:24:24.014Z | Downloaded autocfg v1.1.0 |
649 | 2023-10-04T23:24:24.029Z | Downloaded bincode v1.3.3 |
650 | 2023-10-04T23:24:24.049Z | Downloaded base64 v0.13.1 |
651 | 2023-10-04T23:24:24.066Z | Downloaded bytecount v0.6.3 |
652 | 2023-10-04T23:24:24.078Z | Downloaded bytesize v1.3.0 |
653 | 2023-10-04T23:24:24.092Z | Downloaded bitflags v2.4.0 |
654 | 2023-10-04T23:24:24.110Z | Downloaded mime v0.3.17 |
655 | 2023-10-04T23:24:24.133Z | Downloaded num-integer v0.1.45 |
656 | 2023-10-04T23:24:24.158Z | Downloaded nanorand v0.7.0 |
657 | 2023-10-04T23:24:24.180Z | Downloaded base64ct v1.6.0 |
658 | 2023-10-04T23:24:24.205Z | Downloaded base64 v0.21.4 |
659 | 2023-10-04T23:24:24.231Z | Downloaded cargo_metadata v0.18.0 |
660 | 2023-10-04T23:24:24.255Z | Downloaded semver-parser v0.10.2 |
661 | 2023-10-04T23:24:24.688Z | Downloaded shlex v1.1.0 |
662 | 2023-10-04T23:24:24.705Z | Downloaded serde_with v2.3.3 |
663 | 2023-10-04T23:24:24.731Z | Downloaded slab v0.4.9 |
664 | 2023-10-04T23:24:24.761Z | Downloaded impl-trait-for-tuples v0.2.2 |
665 | 2023-10-04T23:24:24.806Z | Downloaded debug-ignore v1.0.5 |
666 | 2023-10-04T23:24:24.827Z | Downloaded siphasher v0.3.11 |
667 | 2023-10-04T23:24:24.880Z | Downloaded deranged v0.3.8 |
668 | 2023-10-04T23:24:24.904Z | Downloaded sled v0.34.7 |
669 | 2023-10-04T23:24:24.935Z | Downloaded bb8 v0.8.1 |
670 | 2023-10-04T23:24:24.964Z | Downloaded atty v0.2.14 |
671 | 2023-10-04T23:24:25.025Z | Downloaded foreign-types-shared v0.1.1 |
672 | 2023-10-04T23:24:25.043Z | Downloaded bit_field v0.10.2 |
673 | 2023-10-04T23:24:25.061Z | Downloaded parse-display v0.7.0 |
674 | 2023-10-04T23:24:25.079Z | Downloaded same-file v1.0.6 |
675 | 2023-10-04T23:24:25.513Z | Downloaded maybe-uninit v2.0.0 |
676 | 2023-10-04T23:24:25.532Z | Downloaded colorchoice v1.0.0 |
677 | 2023-10-04T23:24:25.551Z | Downloaded iana-time-zone v0.1.57 |
678 | 2023-10-04T23:24:25.572Z | Downloaded pretty-hex v0.3.0 |
679 | 2023-10-04T23:24:25.592Z | Downloaded cexpr v0.6.0 |
680 | 2023-10-04T23:24:25.620Z | Downloaded native-tls v0.2.11 |
681 | 2023-10-04T23:24:25.677Z | Downloaded clap_lex v0.5.1 |
682 | 2023-10-04T23:24:26.944Z | Downloaded lazy_static v1.4.0 |
683 | 2023-10-04T23:24:27.412Z | Downloaded cipher v0.4.4 |
684 | 2023-10-04T23:24:27.844Z | Downloaded darling_macro v0.20.3 |
685 | 2023-10-04T23:24:27.865Z | Downloaded crossbeam-utils v0.8.16 |
686 | 2023-10-04T23:24:27.894Z | Downloaded argon2 v0.5.2 |
687 | 2023-10-04T23:24:27.909Z | Downloaded packed_struct_codegen v0.10.1 |
688 | 2023-10-04T23:24:27.929Z | Downloaded rustc_version v0.4.0 |
689 | 2023-10-04T23:24:27.950Z | Downloaded cancel-safe-futures v0.1.2 |
690 | 2023-10-04T23:24:27.972Z | Downloaded semver v1.0.18 |
691 | 2023-10-04T23:24:27.993Z | Downloaded form_urlencoded v1.2.0 |
692 | 2023-10-04T23:24:28.011Z | Downloaded anyhow v1.0.75 |
693 | 2023-10-04T23:24:28.448Z | Downloaded libloading v0.7.4 |
694 | 2023-10-04T23:24:28.879Z | Downloaded serde-big-array v0.4.1 |
695 | 2023-10-04T23:24:28.897Z | Downloaded fixedbitset v0.4.2 |
696 | 2023-10-04T23:24:29.335Z | Downloaded serde_plain v1.0.2 |
697 | 2023-10-04T23:24:30.422Z | Downloaded rtoolbox v0.0.1 |
698 | 2023-10-04T23:24:30.440Z | Downloaded rpassword v7.2.0 |
699 | 2023-10-04T23:24:30.466Z | Downloaded rustls-pemfile v1.0.3 |
700 | 2023-10-04T23:24:30.475Z | Downloaded lazycell v1.3.0 |
701 | 2023-10-04T23:24:30.485Z | Downloaded strsim v0.10.0 |
702 | 2023-10-04T23:24:30.497Z | Downloaded num-iter v0.1.43 |
703 | 2023-10-04T23:24:30.506Z | Downloaded fragile v2.0.0 |
704 | 2023-10-04T23:24:30.518Z | Downloaded smawk v0.3.1 |
705 | 2023-10-04T23:24:30.536Z | Downloaded crossbeam-epoch v0.9.15 |
706 | 2023-10-04T23:24:30.550Z | Downloaded ahash v0.8.3 |
707 | 2023-10-04T23:24:30.571Z | Downloaded downcast v0.11.0 |
708 | 2023-10-04T23:24:30.587Z | Downloaded tokio-macros v2.1.0 |
709 | 2023-10-04T23:24:30.603Z | Downloaded mockall v0.11.4 |
710 | 2023-10-04T23:24:30.618Z | Downloaded vsss-rs v3.3.1 |
711 | 2023-10-04T23:24:30.634Z | Downloaded mockall_derive v0.11.4 |
712 | 2023-10-04T23:24:30.694Z | Downloaded sct v0.7.0 |
713 | 2023-10-04T23:24:30.734Z | Downloaded serde_spanned v0.6.3 |
714 | 2023-10-04T23:24:30.759Z | Downloaded ff v0.13.0 |
715 | 2023-10-04T23:24:30.773Z | Downloaded errno v0.3.2 |
716 | 2023-10-04T23:24:30.792Z | Downloaded spin v0.9.8 |
717 | 2023-10-04T23:24:30.815Z | Downloaded rusty-fork v0.3.0 |
718 | 2023-10-04T23:24:31.235Z | Downloaded rustversion v1.0.14 |
719 | 2023-10-04T23:24:31.249Z | Downloaded num_cpus v1.16.0 |
720 | 2023-10-04T23:24:31.267Z | Downloaded opaque-debug v0.3.0 |
721 | 2023-10-04T23:24:31.282Z | Downloaded signature v2.1.0 |
722 | 2023-10-04T23:24:31.294Z | Downloaded num_enum v0.5.11 |
723 | 2023-10-04T23:24:31.321Z | Downloaded tokio-native-tls v0.3.1 |
724 | 2023-10-04T23:24:31.345Z | Downloaded slog-json v2.6.1 |
725 | 2023-10-04T23:24:31.371Z | Downloaded oso-derive v0.26.4 |
726 | 2023-10-04T23:24:31.399Z | Downloaded xattr v1.0.1 |
727 | 2023-10-04T23:24:31.414Z | Downloaded tap v1.0.1 |
728 | 2023-10-04T23:24:31.439Z | Downloaded match_cfg v0.1.0 |
729 | 2023-10-04T23:24:31.461Z | Downloaded matches v0.1.10 |
730 | 2023-10-04T23:24:31.492Z | Downloaded path-absolutize v3.1.0 |
731 | 2023-10-04T23:24:31.540Z | Downloaded env_logger v0.9.3 |
732 | 2023-10-04T23:24:31.566Z | Downloaded termcolor v1.2.0 |
733 | 2023-10-04T23:24:31.591Z | Downloaded quote v1.0.33 |
734 | 2023-10-04T23:24:32.026Z | Downloaded darling_macro v0.14.4 |
735 | 2023-10-04T23:24:32.054Z | Downloaded darling v0.14.4 |
736 | 2023-10-04T23:24:32.491Z | Downloaded signal-hook-registry v1.4.1 |
737 | 2023-10-04T23:24:32.504Z | Downloaded number_prefix v0.4.0 |
738 | 2023-10-04T23:24:32.514Z | Downloaded dyn-clone v1.0.13 |
739 | 2023-10-04T23:24:32.529Z | Downloaded dtrace-parser v0.1.14 |
740 | 2023-10-04T23:24:32.548Z | Downloaded want v0.3.1 |
741 | 2023-10-04T23:24:32.988Z | Downloaded signal-hook-mio v0.2.3 |
742 | 2023-10-04T23:24:33.069Z | Downloaded unicode-width v0.1.10 |
743 | 2023-10-04T23:24:33.085Z | Downloaded flate2 v1.0.27 |
744 | 2023-10-04T23:24:33.104Z | Downloaded radium v0.7.0 |
745 | 2023-10-04T23:24:33.531Z | Downloaded normalize-line-endings v0.3.0 |
746 | 2023-10-04T23:24:33.541Z | Downloaded percent-encoding v2.3.0 |
747 | 2023-10-04T23:24:33.558Z | Downloaded topological-sort v0.2.2 |
748 | 2023-10-04T23:24:33.611Z | Downloaded fallible-iterator v0.2.0 |
749 | 2023-10-04T23:24:33.631Z | Downloaded doc-comment v0.3.3 |
750 | 2023-10-04T23:24:34.062Z | Downloaded http v0.2.9 |
751 | 2023-10-04T23:24:34.494Z | Downloaded ref-cast-impl v1.0.20 |
752 | 2023-10-04T23:24:34.508Z | Downloaded num-rational v0.4.1 |
753 | 2023-10-04T23:24:34.529Z | Downloaded num v0.4.1 |
754 | 2023-10-04T23:24:34.586Z | Downloaded sha2 v0.10.7 |
755 | 2023-10-04T23:24:34.604Z | Downloaded once_cell v1.18.0 |
756 | 2023-10-04T23:24:34.635Z | Downloaded termtree v0.4.1 |
757 | 2023-10-04T23:24:34.659Z | Downloaded enum-iterator v1.4.1 |
758 | 2023-10-04T23:24:35.091Z | Downloaded enum-as-inner v0.5.1 |
759 | 2023-10-04T23:24:35.110Z | Downloaded endian-type v0.1.2 |
760 | 2023-10-04T23:24:35.173Z | Downloaded time-core v0.1.1 |
761 | 2023-10-04T23:24:35.241Z | Downloaded openssl-probe v0.1.5 |
762 | 2023-10-04T23:24:35.286Z | Downloaded yasna v0.5.2 |
763 | 2023-10-04T23:24:35.309Z | Downloaded dof v0.1.5 |
764 | 2023-10-04T23:24:35.728Z | Downloaded const_format_proc_macros v0.2.31 |
765 | 2023-10-04T23:24:35.733Z | Downloaded num_threads v0.1.6 |
766 | 2023-10-04T23:24:35.736Z | Downloaded postgres-types v0.2.6 |
767 | 2023-10-04T23:24:35.740Z | Downloaded platforms v3.0.2 |
768 | 2023-10-04T23:24:35.744Z | Downloaded pin-utils v0.1.0 |
769 | 2023-10-04T23:24:35.749Z | Downloaded darling_core v0.14.4 |
770 | 2023-10-04T23:24:35.754Z | Downloaded toml v0.8.0 |
771 | 2023-10-04T23:24:35.767Z | Downloaded fxhash v0.2.1 |
772 | 2023-10-04T23:24:35.782Z | Downloaded ron v0.8.1 |
773 | 2023-10-04T23:24:35.803Z | Downloaded untrusted v0.7.1 |
774 | 2023-10-04T23:24:36.242Z | Downloaded headers-core v0.2.0 |
775 | 2023-10-04T23:24:36.669Z | Downloaded postcard v0.7.3 |
776 | 2023-10-04T23:24:36.693Z | Downloaded thread_local v1.1.7 |
777 | 2023-10-04T23:24:36.703Z | Downloaded curve25519-dalek-derive v0.1.0 |
778 | 2023-10-04T23:24:36.716Z | Downloaded phf_shared v0.10.0 |
779 | 2023-10-04T23:24:36.725Z | Downloaded cstr-argument v0.1.2 |
780 | 2023-10-04T23:24:36.734Z | Downloaded textwrap v0.11.0 |
781 | 2023-10-04T23:24:36.743Z | Downloaded futures-executor v0.3.28 |
782 | 2023-10-04T23:24:36.760Z | Downloaded futures-task v0.3.28 |
783 | 2023-10-04T23:24:36.789Z | Downloaded typenum v1.16.0 |
784 | 2023-10-04T23:24:36.806Z | Downloaded futures-core v0.3.28 |
785 | 2023-10-04T23:24:36.818Z | Downloaded path-dedot v3.1.0 |
786 | 2023-10-04T23:24:36.827Z | Downloaded md-5 v0.10.5 |
787 | 2023-10-04T23:24:36.844Z | Downloaded memoffset v0.7.1 |
788 | 2023-10-04T23:24:37.295Z | Downloaded whoami v1.4.1 |
789 | 2023-10-04T23:24:37.725Z | Downloaded fd-lock v3.0.13 |
790 | 2023-10-04T23:24:37.750Z | Downloaded display-error-chain v0.1.1 |
791 | 2023-10-04T23:24:37.765Z | Downloaded tinyvec_macros v0.1.1 |
792 | 2023-10-04T23:24:37.786Z | Downloaded proc-macro-error-attr v1.0.4 |
793 | 2023-10-04T23:24:37.805Z | Downloaded httpdate v1.0.3 |
794 | 2023-10-04T23:24:37.820Z | Downloaded generic-array v0.14.7 |
795 | 2023-10-04T23:24:37.829Z | Downloaded is-terminal v0.4.9 |
796 | 2023-10-04T23:24:37.845Z | Downloaded oso v0.26.4 |
797 | 2023-10-04T23:24:37.859Z | Downloaded take_mut v0.2.2 |
798 | 2023-10-04T23:24:37.878Z | Downloaded tower-service v0.3.2 |
799 | 2023-10-04T23:24:37.896Z | Downloaded itertools v0.10.5 |
800 | 2023-10-04T23:24:37.919Z | Downloaded linked-hash-map v0.5.6 |
801 | 2023-10-04T23:24:38.401Z | Downloaded openssl-sys v0.9.93 |
802 | 2023-10-04T23:24:38.414Z | Downloaded synstructure v0.12.6 |
803 | 2023-10-04T23:24:38.435Z | Downloaded unsafe-libyaml v0.2.9 |
804 | 2023-10-04T23:24:38.462Z | Downloaded derive_builder_macro v0.12.0 |
805 | 2023-10-04T23:24:38.891Z | Downloaded zerocopy v0.6.3 |
806 | 2023-10-04T23:24:38.903Z | Downloaded futures-sink v0.3.28 |
807 | 2023-10-04T23:24:38.930Z | Downloaded toolchain_find v0.2.0 |
808 | 2023-10-04T23:24:38.947Z | Downloaded linear-map v1.2.0 |
809 | 2023-10-04T23:24:38.965Z | Downloaded aes v0.8.3 |
810 | 2023-10-04T23:24:39.382Z | Downloaded rand_xorshift v0.3.0 |
811 | 2023-10-04T23:24:39.394Z | Downloaded rand_core v0.6.4 |
812 | 2023-10-04T23:24:39.453Z | Downloaded wait-timeout v0.2.0 |
813 | 2023-10-04T23:24:39.473Z | Downloaded crunchy v0.2.2 |
814 | 2023-10-04T23:24:39.499Z | Downloaded phf_shared v0.11.2 |
815 | 2023-10-04T23:24:39.529Z | Downloaded signal-hook v0.3.17 |
816 | 2023-10-04T23:24:39.570Z | Downloaded waitgroup v0.1.2 |
817 | 2023-10-04T23:24:39.582Z | Downloaded mime_guess v2.0.4 |
818 | 2023-10-04T23:24:39.612Z | Downloaded darling_core v0.20.3 |
819 | 2023-10-04T23:24:39.635Z | Downloaded diesel_table_macro_syntax v0.1.0 |
820 | 2023-10-04T23:24:40.075Z | Downloaded ed25519 v1.5.3 |
821 | 2023-10-04T23:24:40.091Z | Downloaded smallvec v1.11.0 |
822 | 2023-10-04T23:24:40.654Z | Downloaded ryu v1.0.15 |
823 | 2023-10-04T23:24:40.659Z | Downloaded enum-iterator-derive v1.2.1 |
824 | 2023-10-04T23:24:40.663Z | Downloaded r2d2 v0.8.10 |
825 | 2023-10-04T23:24:40.669Z | Downloaded trust-dns-server v0.22.1 |
826 | 2023-10-04T23:24:40.676Z | Downloaded rand_chacha v0.3.1 |
827 | 2023-10-04T23:24:40.693Z | Downloaded subtle v2.5.0 |
828 | 2023-10-04T23:24:40.700Z | Downloaded tinyvec v1.6.0 |
829 | 2023-10-04T23:24:40.708Z | Downloaded unicase v2.7.0 |
830 | 2023-10-04T23:24:40.727Z | Downloaded http-body v0.4.5 |
831 | 2023-10-04T23:24:40.745Z | Downloaded futures-io v0.3.28 |
832 | 2023-10-04T23:24:40.760Z | Downloaded funty v2.0.0 |
833 | 2023-10-04T23:24:41.190Z | Downloaded num_enum_derive v0.5.11 |
834 | 2023-10-04T23:24:41.202Z | Downloaded tracing-attributes v0.1.26 |
835 | 2023-10-04T23:24:41.215Z | Downloaded x509-cert v0.2.4 |
836 | 2023-10-04T23:24:41.642Z | Downloaded time-macros v0.2.13 |
837 | 2023-10-04T23:24:41.662Z | Downloaded pkcs8 v0.10.2 |
838 | 2023-10-04T23:24:41.682Z | Downloaded hash32 v0.2.1 |
839 | 2023-10-04T23:24:41.700Z | Downloaded globset v0.4.13 |
840 | 2023-10-04T23:24:41.716Z | Downloaded tokio-util v0.7.8 |
841 | 2023-10-04T23:24:41.730Z | Downloaded tungstenite v0.17.3 |
842 | 2023-10-04T23:24:41.743Z | Downloaded unicode-ident v1.0.12 |
843 | 2023-10-04T23:24:41.755Z | Downloaded proc-macro2 v1.0.67 |
844 | 2023-10-04T23:24:41.768Z | Downloaded phf v0.11.2 |
845 | 2023-10-04T23:24:41.792Z | Downloaded getrandom v0.2.10 |
846 | 2023-10-04T23:24:42.225Z | Downloaded heapless v0.7.16 |
847 | 2023-10-04T23:24:42.246Z | Downloaded pin-project-lite v0.2.13 |
848 | 2023-10-04T23:24:42.258Z | Downloaded serde_yaml v0.9.25 |
849 | 2023-10-04T23:24:42.288Z | Downloaded crc-any v2.4.3 |
850 | 2023-10-04T23:24:42.312Z | Downloaded headers v0.3.9 |
851 | 2023-10-04T23:24:42.333Z | Downloaded hyper v0.14.27 |
852 | 2023-10-04T23:24:42.367Z | Downloaded unicode-bidi v0.3.13 |
853 | 2023-10-04T23:24:42.403Z | Downloaded diesel_derives v2.1.1 |
854 | 2023-10-04T23:24:42.434Z | Downloaded half v1.8.2 |
855 | 2023-10-04T23:24:42.458Z | Downloaded ucd-trie v0.1.6 |
856 | 2023-10-04T23:24:42.791Z | Downloaded h2 v0.3.21 |
857 | 2023-10-04T23:24:42.869Z | Downloaded tracing v0.1.37 |
858 | 2023-10-04T23:24:43.721Z | Downloaded pest v2.7.2 |
859 | 2023-10-04T23:24:43.743Z | Downloaded rand v0.8.5 |
860 | 2023-10-04T23:24:43.819Z | Downloaded reedline v0.23.0 |
861 | 2023-10-04T23:24:43.844Z | Downloaded toml_edit v0.20.0 |
862 | 2023-10-04T23:24:43.864Z | Downloaded toml_edit v0.19.15 |
863 | 2023-10-04T23:24:43.874Z | Downloaded quick-xml v0.23.1 |
864 | 2023-10-04T23:24:43.883Z | Downloaded num-bigint-dig v0.8.4 |
865 | 2023-10-04T23:24:43.891Z | Downloaded portable-atomic v1.4.3 |
866 | 2023-10-04T23:24:43.904Z | Downloaded tough v0.12.5 |
867 | 2023-10-04T23:24:43.911Z | Downloaded crossterm v0.27.0 |
868 | 2023-10-04T23:24:43.924Z | Downloaded unicode-normalization v0.1.22 |
869 | 2023-10-04T23:24:43.940Z | Downloaded reqwest v0.11.20 |
870 | 2023-10-04T23:24:43.954Z | Downloaded lalrpop v0.19.12 |
871 | 2023-10-04T23:24:43.976Z | Downloaded bstr v1.6.0 |
872 | 2023-10-04T23:24:44.017Z | Downloaded futures-util v0.3.28 |
873 | 2023-10-04T23:24:44.030Z | Downloaded rayon v1.7.0 |
874 | 2023-10-04T23:24:44.046Z | Downloaded smoltcp v0.8.2 |
875 | 2023-10-04T23:24:44.064Z | Downloaded webpki-roots v0.25.2 |
876 | 2023-10-04T23:24:44.089Z | Downloaded object v0.30.4 |
877 | 2023-10-04T23:24:44.125Z | Downloaded gimli v0.28.0 |
878 | 2023-10-04T23:24:44.136Z | Downloaded openssl v0.10.57 |
879 | 2023-10-04T23:24:44.148Z | Downloaded regex-syntax v0.6.29 |
880 | 2023-10-04T23:24:44.153Z | Downloaded polar-core v0.26.4 |
881 | 2023-10-04T23:24:44.162Z | Downloaded ratatui v0.23.0 |
882 | 2023-10-04T23:24:44.174Z | Downloaded nix v0.26.2 |
883 | 2023-10-04T23:24:44.192Z | Downloaded openapiv3 v1.0.3 |
884 | 2023-10-04T23:24:44.212Z | Downloaded diesel v2.1.2 |
885 | 2023-10-04T23:24:44.230Z | Downloaded regex-syntax v0.7.5 |
886 | 2023-10-04T23:24:44.246Z | Downloaded zerocopy-derive v0.2.0 |
887 | 2023-10-04T23:24:44.267Z | Downloaded libc v0.2.148 |
888 | 2023-10-04T23:24:44.285Z | Downloaded regex-automata v0.3.8 |
889 | 2023-10-04T23:24:44.723Z | Downloaded tokio v1.32.0 |
890 | 2023-10-04T23:24:44.752Z | Downloaded zerocopy-derive v0.6.3 |
891 | 2023-10-04T23:24:44.774Z | Downloaded sha3 v0.10.8 |
892 | 2023-10-04T23:24:45.217Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2023-10-04T23:24:45.257Z | Downloaded curve25519-dalek v4.1.0 |
894 | 2023-10-04T23:24:45.289Z | Downloaded rustix v0.38.9 |
895 | 2023-10-04T23:24:45.309Z | Downloaded syn v1.0.109 |
896 | 2023-10-04T23:24:45.335Z | Downloaded idna v0.4.0 |
897 | 2023-10-04T23:24:45.774Z | Downloaded trust-dns-proto v0.22.0 |
898 | 2023-10-04T23:24:46.214Z | Downloaded bstr v0.2.17 |
899 | 2023-10-04T23:24:46.237Z | Downloaded syn v2.0.32 |
900 | 2023-10-04T23:24:46.255Z | Downloaded encoding_rs v0.8.33 |
901 | 2023-10-04T23:24:46.287Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
902 | 2023-10-04T23:24:46.314Z | Downloaded rustls v0.21.7 |
903 | 2023-10-04T23:24:46.330Z | Downloaded radix_trie v0.2.1 |
904 | 2023-10-04T23:24:46.352Z | Downloaded object v0.32.1 |
905 | 2023-10-04T23:24:46.377Z | Downloaded rustix v0.37.23 |
906 | 2023-10-04T23:24:46.395Z | Downloaded idna v0.2.3 |
907 | 2023-10-04T23:24:46.417Z | Downloaded git2 v0.17.2 |
908 | 2023-10-04T23:24:46.444Z | Downloaded regex v1.9.5 |
909 | 2023-10-04T23:24:46.470Z | Downloaded libz-sys v1.1.12 |
910 | 2023-10-04T23:24:46.494Z | Downloaded smoltcp v0.9.1 |
911 | 2023-10-04T23:24:46.968Z | Downloaded regress v0.7.1 |
912 | 2023-10-04T23:24:46.974Z | Downloaded tabled v0.14.0 |
913 | 2023-10-04T23:24:46.983Z | Downloaded proptest v1.2.0 |
914 | 2023-10-04T23:24:47.007Z | Downloaded vcpkg v0.2.15 |
915 | 2023-10-04T23:24:47.033Z | Downloaded petgraph v0.6.4 |
916 | 2023-10-04T23:24:47.052Z | Downloaded libsqlite3-sys v0.26.0 |
917 | 2023-10-04T23:24:47.906Z | Downloaded ring v0.16.20 |
918 | 2023-10-04T23:24:49.160Z | Downloaded hashbrown v0.13.2 |
919 | 2023-10-04T23:24:49.185Z | Downloaded chrono v0.4.31 |
920 | 2023-10-04T23:24:49.207Z | Downloaded hkdf v0.12.3 |
921 | 2023-10-04T23:24:49.227Z | Downloaded clap v2.34.0 |
922 | 2023-10-04T23:24:49.246Z | Downloaded aho-corasick v1.0.4 |
923 | 2023-10-04T23:24:49.270Z | Downloaded unicode-segmentation v1.10.1 |
924 | 2023-10-04T23:24:49.695Z | Downloaded regex-automata v0.1.10 |
925 | 2023-10-04T23:24:49.705Z | Downloaded crossterm v0.26.1 |
926 | 2023-10-04T23:24:49.712Z | Downloaded winnow v0.5.15 |
927 | 2023-10-04T23:24:49.724Z | Downloaded hashbrown v0.12.3 |
928 | 2023-10-04T23:24:49.736Z | Downloaded rusqlite v0.29.0 |
929 | 2023-10-04T23:24:49.749Z | Downloaded tracing-core v0.1.31 |
930 | 2023-10-04T23:24:49.762Z | Downloaded crypto-bigint v0.5.2 |
931 | 2023-10-04T23:24:49.779Z | Downloaded clap_builder v4.4.2 |
932 | 2023-10-04T23:24:49.786Z | Downloaded rustls-webpki v0.101.4 |
933 | 2023-10-04T23:24:49.793Z | Downloaded serde_json v1.0.107 |
934 | 2023-10-04T23:24:49.806Z | Downloaded diff v0.1.13 |
935 | 2023-10-04T23:24:49.817Z | Downloaded hashbrown v0.14.0 |
936 | 2023-10-04T23:24:49.831Z | Downloaded subprocess v0.2.9 |
937 | 2023-10-04T23:24:49.844Z | Downloaded trust-dns-client v0.22.0 |
938 | 2023-10-04T23:24:50.419Z | Downloaded url v2.4.1 |
939 | 2023-10-04T23:24:50.446Z | Downloaded indexmap v1.9.3 |
940 | 2023-10-04T23:24:50.873Z | Downloaded rayon-core v1.11.0 |
941 | 2023-10-04T23:24:50.894Z | Downloaded num_enum_derive v0.7.0 |
942 | 2023-10-04T23:24:50.915Z | Downloaded walkdir v2.4.0 |
943 | 2023-10-04T23:24:50.931Z | Downloaded postgres-protocol v0.6.6 |
944 | 2023-10-04T23:24:50.939Z | Downloaded unicode-linebreak v0.1.5 |
945 | 2023-10-04T23:24:50.949Z | Downloaded universal-hash v0.5.1 |
946 | 2023-10-04T23:24:50.962Z | Downloaded log v0.4.20 |
947 | 2023-10-04T23:24:50.978Z | Downloaded lock_api v0.4.10 |
948 | 2023-10-04T23:24:50.990Z | Downloaded slog v2.7.0 |
949 | 2023-10-04T23:24:51.005Z | Downloaded poly1305 v0.8.0 |
950 | 2023-10-04T23:24:51.019Z | Downloaded futures v0.3.28 |
951 | 2023-10-04T23:24:51.441Z | Downloaded hex v0.4.3 |
952 | 2023-10-04T23:24:51.458Z | Downloaded crossbeam-deque v0.8.3 |
953 | 2023-10-04T23:24:51.474Z | Downloaded derive_more v0.99.17 |
954 | 2023-10-04T23:24:51.491Z | Downloaded lalrpop-util v0.19.12 |
955 | 2023-10-04T23:24:51.505Z | Downloaded itoa v1.0.9 |
956 | 2023-10-04T23:24:51.524Z | Downloaded serde_with_macros v2.3.3 |
957 | 2023-10-04T23:24:51.541Z | Downloaded zip v0.6.6 |
958 | 2023-10-04T23:24:51.564Z | Downloaded nom v7.1.3 |
959 | 2023-10-04T23:24:51.591Z | Downloaded itertools v0.11.0 |
960 | 2023-10-04T23:24:52.438Z | Downloaded either v1.9.0 |
961 | 2023-10-04T23:24:52.471Z | Downloaded proc-macro-error v1.0.4 |
962 | 2023-10-04T23:24:52.502Z | Downloaded trust-dns-resolver v0.22.0 |
963 | 2023-10-04T23:24:52.537Z | Downloaded ipnetwork v0.20.0 |
964 | 2023-10-04T23:24:52.962Z | Downloaded ena v0.14.2 |
965 | 2023-10-04T23:24:52.980Z | Downloaded tiny-keccak v2.0.2 |
966 | 2023-10-04T23:24:53.412Z | Downloaded resolv-conf v0.7.0 |
967 | 2023-10-04T23:24:53.429Z | Downloaded mio v0.8.8 |
968 | 2023-10-04T23:24:53.446Z | Downloaded salty v0.2.0 |
969 | 2023-10-04T23:24:53.885Z | Downloaded const_format v0.2.31 |
970 | 2023-10-04T23:24:53.907Z | Downloaded fastrand v2.0.0 |
971 | 2023-10-04T23:24:53.931Z | Downloaded proc-macro-crate v1.3.1 |
972 | 2023-10-04T23:24:53.955Z | Downloaded crypto-common v0.1.6 |
973 | 2023-10-04T23:24:53.982Z | Downloaded tabled_derive v0.6.0 |
974 | 2023-10-04T23:24:54.008Z | Downloaded pest_meta v2.7.2 |
975 | 2023-10-04T23:24:55.662Z | Downloaded time v0.3.27 |
976 | 2023-10-04T23:24:55.678Z | Downloaded futures-channel v0.3.28 |
977 | 2023-10-04T23:24:55.696Z | Downloaded owo-colors v3.5.0 |
978 | 2023-10-04T23:24:56.267Z | Downloaded prettyplease v0.2.12 |
979 | 2023-10-04T23:24:56.282Z | Downloaded serde_arrays v0.1.0 |
980 | 2023-10-04T23:24:56.295Z | Downloaded hashlink v0.8.3 |
981 | 2023-10-04T23:24:56.311Z | Downloaded num_enum v0.7.0 |
982 | 2023-10-04T23:24:56.329Z | Downloaded ctr v0.9.2 |
983 | 2023-10-04T23:24:56.761Z | Downloaded env_logger v0.10.0 |
984 | 2023-10-04T23:24:56.778Z | Downloaded nu-ansi-term v0.49.0 |
985 | 2023-10-04T23:24:56.796Z | Downloaded elliptic-curve v0.13.5 |
986 | 2023-10-04T23:24:56.828Z | Downloaded crossbeam-channel v0.5.8 |
987 | 2023-10-04T23:24:56.851Z | Downloaded erased-serde v0.3.30 |
988 | 2023-10-04T23:24:56.871Z | Downloaded strum_macros v0.25.2 |
989 | 2023-10-04T23:24:57.317Z | Downloaded smallvec v0.6.14 |
990 | 2023-10-04T23:24:57.358Z | Downloaded usdt v0.3.5 |
991 | 2023-10-04T23:24:57.397Z | Downloaded hyper-tls v0.5.0 |
992 | 2023-10-04T23:24:57.425Z | Downloaded openssl-macros v0.1.1 |
993 | 2023-10-04T23:24:57.859Z | Downloaded libxml v0.3.3 |
994 | 2023-10-04T23:24:57.881Z | Downloaded minimal-lexical v0.2.1 |
995 | 2023-10-04T23:24:57.901Z | Downloaded num-derive v0.4.0 |
996 | 2023-10-04T23:24:58.341Z | Downloaded indoc v2.0.3 |
997 | 2023-10-04T23:24:58.352Z | Downloaded toml v0.7.8 |
998 | 2023-10-04T23:24:58.366Z | Downloaded toml v0.5.11 |
999 | 2023-10-04T23:24:58.794Z | Downloaded libm v0.2.7 |
1000 | 2023-10-04T23:24:58.820Z | Downloaded bindgen v0.65.1 |
1001 | 2023-10-04T23:24:59.253Z | Downloaded pkcs1 v0.7.5 |
1002 | 2023-10-04T23:24:59.285Z | Downloaded omicron-zone-package v0.8.3 |
1003 | 2023-10-04T23:24:59.313Z | Downloaded futures-macro v0.3.28 |
1004 | 2023-10-04T23:24:59.337Z | Downloaded lru-cache v0.1.2 |
1005 | 2023-10-04T23:24:59.357Z | Downloaded crc-catalog v2.2.0 |
1006 | 2023-10-04T23:24:59.376Z | Downloaded cpufeatures v0.2.9 |
1007 | 2023-10-04T23:24:59.392Z | Downloaded termios v0.3.3 |
1008 | 2023-10-04T23:24:59.408Z | Downloaded fallible-streaming-iterator v0.1.9 |
1009 | 2023-10-04T23:24:59.865Z | Downloaded thread-id v4.2.0 |
1010 | 2023-10-04T23:24:59.880Z | Downloaded thiserror-impl-no-std v2.0.2 |
1011 | 2023-10-04T23:24:59.911Z | Downloaded num-bigint v0.4.4 |
1012 | 2023-10-04T23:24:59.932Z | Downloaded miniz_oxide v0.7.1 |
1013 | 2023-10-04T23:24:59.950Z | Downloaded serde-big-array v0.5.1 |
1014 | 2023-10-04T23:24:59.969Z | Downloaded usdt-attr-macro v0.3.5 |
1015 | 2023-10-04T23:25:00.029Z | Downloaded glob v0.3.1 |
1016 | 2023-10-04T23:25:00.053Z | Downloaded rcgen v0.10.0 |
1017 | 2023-10-04T23:25:00.069Z | Downloaded tar v0.4.40 |
1018 | 2023-10-04T23:25:00.499Z | Downloaded ron v0.7.1 |
1019 | 2023-10-04T23:25:00.509Z | Downloaded steno v0.4.0 |
1020 | 2023-10-04T23:25:00.520Z | Downloaded memchr v2.6.3 |
1021 | 2023-10-04T23:25:00.535Z | Downloaded tempfile v3.8.0 |
1022 | 2023-10-04T23:25:00.549Z | Downloaded term v0.7.0 |
1023 | 2023-10-04T23:25:00.563Z | Downloaded similar v2.2.1 |
1024 | 2023-10-04T23:25:00.584Z | Downloaded serde_derive v1.0.188 |
1025 | 2023-10-04T23:25:00.596Z | Downloaded digest v0.10.7 |
1026 | 2023-10-04T23:25:00.607Z | Downloaded schemars v0.8.13 |
1027 | 2023-10-04T23:25:00.617Z | Downloaded zone_cfg_derive v0.2.0 |
1028 | 2023-10-04T23:25:00.642Z | Downloaded smf v0.2.2 |
1029 | 2023-10-04T23:25:00.668Z | Downloaded wyz v0.5.1 |
1030 | 2023-10-04T23:25:00.736Z | Downloaded num-traits v0.2.16 |
1031 | 2023-10-04T23:25:00.758Z | Downloaded flume v0.11.0 |
1032 | 2023-10-04T23:25:00.773Z | Downloaded equivalent v1.0.1 |
1033 | 2023-10-04T23:25:00.788Z | Downloaded nodrop v0.1.14 |
1034 | 2023-10-04T23:25:00.802Z | Downloaded memoffset v0.9.0 |
1035 | 2023-10-04T23:25:00.819Z | Downloaded unarray v0.1.4 |
1036 | 2023-10-04T23:25:00.835Z | Downloaded postcard-cobs v0.1.5-pre |
1037 | 2023-10-04T23:25:00.862Z | Downloaded indexmap v2.0.0 |
1038 | 2023-10-04T23:25:01.302Z | Downloaded rsa v0.9.2 |
1039 | 2023-10-04T23:25:01.326Z | Downloaded pem-rfc7468 v0.7.0 |
1040 | 2023-10-04T23:25:01.341Z | Downloaded paste v1.0.14 |
1041 | 2023-10-04T23:25:01.790Z | Downloaded parse-display-derive v0.7.0 |
1042 | 2023-10-04T23:25:01.815Z | Downloaded macaddr v1.0.1 |
1043 | 2023-10-04T23:25:01.838Z | Downloaded serde_tokenstream v0.1.7 |
1044 | 2023-10-04T23:25:01.873Z | Downloaded quick-error v1.2.3 |
1045 | 2023-10-04T23:25:01.893Z | Downloaded zeroize_derive v1.4.2 |
1046 | 2023-10-04T23:25:01.910Z | Downloaded pkg-config v0.3.27 |
1047 | 2023-10-04T23:25:01.938Z | Downloaded pem v1.1.1 |
1048 | 2023-10-04T23:25:02.382Z | Downloaded dirs-sys-next v0.1.2 |
1049 | 2023-10-04T23:25:02.399Z | Downloaded path-slash v0.1.5 |
1050 | 2023-10-04T23:25:02.417Z | Downloaded darling v0.20.3 |
1051 | 2023-10-04T23:25:02.436Z | Downloaded unicode-xid v0.2.4 |
1052 | 2023-10-04T23:25:02.452Z | Downloaded tungstenite v0.18.0 |
1053 | 2023-10-04T23:25:02.884Z | Downloaded arc-swap v1.6.0 |
1054 | 2023-10-04T23:25:02.908Z | Downloaded hmac v0.12.1 |
1055 | 2023-10-04T23:25:02.931Z | Downloaded tui-tree-widget v0.13.0 |
1056 | 2023-10-04T23:25:02.962Z | Downloaded olpc-cjson v0.1.3 |
1057 | 2023-10-04T23:25:03.406Z | Downloaded uuid v1.4.1 |
1058 | 2023-10-04T23:25:03.883Z | Downloaded dirs-next v2.0.0 |
1059 | 2023-10-04T23:25:03.905Z | Downloaded hyper-rustls v0.24.1 |
1060 | 2023-10-04T23:25:04.339Z | Downloaded clap v4.4.3 |
1061 | 2023-10-04T23:25:04.367Z | Downloaded ref-cast v1.0.20 |
1062 | 2023-10-04T23:25:04.401Z | Downloaded getopts v0.2.21 |
1063 | 2023-10-04T23:25:04.428Z | Downloaded difflib v0.4.0 |
1064 | 2023-10-04T23:25:04.454Z | Downloaded polyval v0.6.1 |
1065 | 2023-10-04T23:25:04.482Z | Downloaded indicatif v0.17.6 |
1066 | 2023-10-04T23:25:04.504Z | Downloaded chacha20poly1305 v0.10.1 |
1067 | 2023-10-04T23:25:04.530Z | Downloaded fatfs v0.3.6 |
1068 | 2023-10-04T23:25:04.556Z | Downloaded which v4.4.0 |
1069 | 2023-10-04T23:25:04.575Z | Downloaded usdt-macro v0.3.5 |
1070 | 2023-10-04T23:25:04.595Z | Downloaded usdt-impl v0.3.5 |
1071 | 2023-10-04T23:25:04.624Z | Downloaded zerocopy v0.3.0 |
1072 | 2023-10-04T23:25:04.646Z | Downloaded zone v0.2.0 |
1073 | 2023-10-04T23:25:04.661Z | Downloaded zeroize v1.6.0 |
1074 | 2023-10-04T23:25:04.674Z | Downloaded bitvec v1.0.1 |
1075 | 2023-10-04T23:25:04.688Z | Downloaded sha-1 v0.10.1 |
1076 | 2023-10-04T23:25:04.709Z | Downloaded peeking_take_while v0.1.2 |
1077 | 2023-10-04T23:25:04.724Z | Downloaded slog-bunyan v2.4.0 |
1078 | 2023-10-04T23:25:04.740Z | Downloaded schemars_derive v0.8.13 |
1079 | 2023-10-04T23:25:04.752Z | Downloaded terminal_size v0.2.6 |
1080 | 2023-10-04T23:25:04.771Z | Downloaded sha1 v0.10.5 |
1081 | 2023-10-04T23:25:04.792Z | Downloaded serde_derive_internals v0.26.0 |
1082 | 2023-10-04T23:25:04.810Z | Downloaded semver v0.1.20 |
1083 | 2023-10-04T23:25:04.828Z | Downloaded papergrid v0.10.0 |
1084 | 2023-10-04T23:25:04.851Z | Downloaded structopt v0.3.26 |
1085 | 2023-10-04T23:25:04.871Z | Downloaded slog-envlogger v2.2.0 |
1086 | 2023-10-04T23:25:05.299Z | Downloaded slog-dtrace v0.2.3 |
1087 | 2023-10-04T23:25:05.723Z | Downloaded slog-async v2.8.0 |
1088 | 2023-10-04T23:25:05.773Z | Downloaded password-hash v0.5.0 |
1089 | 2023-10-04T23:25:05.803Z | Downloaded der v0.7.8 |
1090 | 2023-10-04T23:25:06.235Z | Downloaded serde-hex v0.1.0 |
1091 | 2023-10-04T23:25:06.763Z | Downloaded semver v0.11.0 |
1092 | 2023-10-04T23:25:06.914Z | Downloaded try-lock v0.2.4 |
1093 | 2023-10-04T23:25:07.191Z | Downloaded scopeguard v1.2.0 |
1094 | 2023-10-04T23:25:07.642Z | Downloaded tokio-postgres v0.7.10 |
1095 | 2023-10-04T23:25:08.487Z | Downloaded rustls-native-certs v0.6.3 |
1096 | 2023-10-04T23:25:08.500Z | Downloaded strum_macros v0.24.3 |
1097 | 2023-10-04T23:25:08.516Z | Downloaded snafu-derive v0.7.5 |
1098 | 2023-10-04T23:25:08.534Z | Downloaded clap_derive v4.4.2 |
1099 | 2023-10-04T23:25:08.551Z | Downloaded vte_generate_state_changes v0.1.1 |
1100 | 2023-10-04T23:25:08.569Z | Downloaded allocator-api2 v0.2.16 |
1101 | 2023-10-04T23:25:08.588Z | Downloaded predicates v2.1.5 |
1102 | 2023-10-04T23:25:09.026Z | Downloaded parking_lot v0.12.1 |
1103 | 2023-10-04T23:25:09.056Z | Downloaded parking_lot v0.11.2 |
1104 | 2023-10-04T23:25:09.494Z | Downloaded new_debug_unreachable v1.0.4 |
1105 | 2023-10-04T23:25:09.514Z | Downloaded io-lifetimes v1.0.11 |
1106 | 2023-10-04T23:25:09.549Z | Downloaded structopt-derive v0.4.18 |
1107 | 2023-10-04T23:25:09.567Z | Downloaded thiserror v1.0.49 |
1108 | 2023-10-04T23:25:09.587Z | Downloaded nibble_vec v0.1.0 |
1109 | 2023-10-04T23:25:09.620Z | Downloaded cc v1.0.83 |
1110 | 2023-10-04T23:25:09.646Z | Downloaded thiserror-no-std v2.0.2 |
1111 | 2023-10-04T23:25:09.665Z | Downloaded thiserror-impl v1.0.49 |
1112 | 2023-10-04T23:25:09.685Z | Downloaded serde_repr v0.1.16 |
1113 | 2023-10-04T23:25:10.126Z | Downloaded tokio-stream v0.1.14 |
1114 | 2023-10-04T23:25:10.565Z | Downloaded tokio-rustls v0.24.1 |
1115 | 2023-10-04T23:25:10.613Z | Downloaded textwrap v0.16.0 |
1116 | 2023-10-04T23:25:10.621Z | Downloaded vergen v8.2.4 |
1117 | 2023-10-04T23:25:10.636Z | Downloaded signal-hook-tokio v0.3.1 |
1118 | 2023-10-04T23:25:10.655Z | Downloaded toml_datetime v0.6.3 |
1119 | 2023-10-04T23:25:10.671Z | Downloaded pest_generator v2.7.2 |
1120 | 2023-10-04T23:25:10.695Z | Downloaded pest_derive v2.7.2 |
1121 | 2023-10-04T23:25:11.125Z | Downloaded derive_builder_core v0.12.0 |
1122 | 2023-10-04T23:25:11.145Z | Downloaded crc v3.0.1 |
1123 | 2023-10-04T23:25:11.170Z | Downloaded slog-term v2.9.0 |
1124 | 2023-10-04T23:25:11.196Z | Downloaded managed v0.8.0 |
1125 | 2023-10-04T23:25:11.225Z | Downloaded ascii v1.1.0 |
1126 | 2023-10-04T23:25:11.669Z | Downloaded group v0.13.0 |
1127 | 2023-10-04T23:25:12.096Z | Downloaded fs-err v2.9.0 |
1128 | 2023-10-04T23:25:12.108Z | Downloaded twox-hash v1.6.3 |
1129 | 2023-10-04T23:25:12.536Z | Downloaded tokio-tungstenite v0.17.2 |
1130 | 2023-10-04T23:25:12.562Z | Downloaded test-strategy v0.2.1 |
1131 | 2023-10-04T23:25:12.586Z | Downloaded ringbuffer v0.14.2 |
1132 | 2023-10-04T23:25:12.606Z | Downloaded predicates v3.0.3 |
1133 | 2023-10-04T23:25:12.635Z | Downloaded ppv-lite86 v0.2.17 |
1134 | 2023-10-04T23:25:12.653Z | Downloaded fnv v1.0.7 |
1135 | 2023-10-04T23:25:13.080Z | Downloaded num-complex v0.4.4 |
1136 | 2023-10-04T23:25:13.094Z | Downloaded instant v0.1.12 |
1137 | 2023-10-04T23:25:13.113Z | Downloaded hyper-staticfile v0.9.5 |
1138 | 2023-10-04T23:25:13.133Z | Downloaded packed_struct v0.10.1 |
1139 | 2023-10-04T23:25:13.153Z | Downloaded float-cmp v0.9.0 |
1140 | 2023-10-04T23:25:13.166Z | Downloaded flagset v0.4.3 |
1141 | 2023-10-04T23:25:13.176Z | Downloaded data-encoding v2.4.0 |
1142 | 2023-10-04T23:25:13.186Z | Downloaded utf-8 v0.7.6 |
1143 | 2023-10-04T23:25:13.198Z | Downloaded version_check v0.9.4 |
1144 | 2023-10-04T23:25:13.211Z | Downloaded vec_map v0.8.2 |
1145 | 2023-10-04T23:25:13.224Z | Downloaded utf8parse v0.2.1 |
1146 | 2023-10-04T23:25:13.238Z | Downloaded structmeta v0.1.6 |
1147 | 2023-10-04T23:25:13.256Z | Downloaded static_assertions v1.1.0 |
1148 | 2023-10-04T23:25:13.274Z | Downloaded stable_deref_trait v1.2.0 |
1149 | 2023-10-04T23:25:13.290Z | Downloaded crc32fast v1.3.2 |
1150 | 2023-10-04T23:25:13.308Z | Downloaded convert_case v0.4.0 |
1151 | 2023-10-04T23:25:13.325Z | Downloaded backtrace v0.3.69 |
1152 | 2023-10-04T23:25:13.343Z | Downloaded tokio-tungstenite v0.18.0 |
1153 | 2023-10-04T23:25:13.772Z | Downloaded async-trait v0.1.73 |
1154 | 2023-10-04T23:25:13.790Z | Downloaded aes-gcm-siv v0.11.1 |
1155 | 2023-10-04T23:25:13.812Z | Downloaded anstyle-parse v0.2.1 |
1156 | 2023-10-04T23:25:14.240Z | Downloaded rustc-hash v1.1.0 |
1157 | 2023-10-04T23:25:14.257Z | Downloaded spin v0.5.2 |
1158 | 2023-10-04T23:25:14.277Z | Downloaded newtype_derive v0.1.6 |
1159 | 2023-10-04T23:25:14.311Z | Downloaded adler v1.0.2 |
1160 | 2023-10-04T23:25:14.749Z | Downloaded aead v0.5.2 |
1161 | 2023-10-04T23:25:15.188Z | Downloaded slog-stdlog v4.1.1 |
1162 | 2023-10-04T23:25:15.209Z | Downloaded slog-scope v4.4.0 |
1163 | 2023-10-04T23:25:15.215Z | Downloaded clang-sys v1.6.1 |
1164 | 2023-10-04T23:25:15.221Z | Downloaded buf-list v1.0.3 |
1165 | 2023-10-04T23:25:15.228Z | Downloaded predicates-core v1.0.6 |
1166 | 2023-10-04T23:25:15.237Z | Downloaded precomputed-hash v0.1.1 |
1167 | 2023-10-04T23:25:15.248Z | Downloaded foreign-types-macros v0.2.3 |
1168 | 2023-10-04T23:25:15.258Z | Downloaded strsim v0.8.0 |
1169 | 2023-10-04T23:25:15.271Z | Downloaded strip-ansi-escapes v0.2.0 |
1170 | 2023-10-04T23:25:15.289Z | Downloaded stringprep v0.1.3 |
1171 | 2023-10-04T23:25:15.300Z | Downloaded string_cache v0.8.7 |
1172 | 2023-10-04T23:25:15.319Z | Downloaded spki v0.7.2 |
1173 | 2023-10-04T23:25:15.334Z | Downloaded serde_path_to_error v0.1.14 |
1174 | 2023-10-04T23:25:15.346Z | Downloaded const-oid v0.9.5 |
1175 | 2023-10-04T23:25:15.369Z | Downloaded ciborium-io v0.2.1 |
1176 | 2023-10-04T23:25:15.387Z | Downloaded scheduled-thread-pool v0.2.7 |
1177 | 2023-10-04T23:25:15.412Z | Downloaded keccak v0.1.4 |
1178 | 2023-10-04T23:25:15.437Z | Downloaded rustc-demangle v0.1.23 |
1179 | 2023-10-04T23:25:15.870Z | Downloaded multer v2.1.0 |
1180 | 2023-10-04T23:25:15.881Z | Downloaded foreign-types v0.3.2 |
1181 | 2023-10-04T23:25:15.890Z | Downloaded filetime v0.2.22 |
1182 | 2023-10-04T23:25:15.905Z | Downloaded derive-where v1.2.5 |
1183 | 2023-10-04T23:25:15.913Z | Downloaded strum v0.25.0 |
1184 | 2023-10-04T23:25:15.928Z | Downloaded structmeta-derive v0.1.6 |
1185 | 2023-10-04T23:25:15.957Z | Downloaded assert_matches v1.5.0 |
1186 | 2023-10-04T23:25:15.976Z | Downloaded anstyle v1.0.2 |
1187 | 2023-10-04T23:25:16.417Z | Downloaded async-stream v0.3.5 |
1188 | 2023-10-04T23:25:16.856Z | Downloaded console v0.15.7 |
1189 | 2023-10-04T23:25:16.876Z | Downloaded bytes v1.5.0 |
1190 | 2023-10-04T23:25:16.890Z | Downloaded crossbeam v0.8.2 |
1191 | 2023-10-04T23:25:17.317Z | Downloaded maplit v1.0.2 |
1192 | 2023-10-04T23:25:17.334Z | Downloaded colored v2.0.4 |
1193 | 2023-10-04T23:25:17.350Z | Downloaded array-init v0.0.4 |
1194 | 2023-10-04T23:25:17.367Z | Downloaded ansi_term v0.12.1 |
1195 | 2023-10-04T23:25:17.382Z | Downloaded anstyle-query v1.0.0 |
1196 | 2023-10-04T23:25:17.399Z | Downloaded libefi-sys v0.1.0 |
1197 | 2023-10-04T23:25:17.431Z | Downloaded ciborium-ll v0.2.1 |
1198 | 2023-10-04T23:25:17.452Z | Downloaded chacha20 v0.9.1 |
1199 | 2023-10-04T23:25:17.474Z | Downloaded anstream v0.5.0 |
1200 | 2023-10-04T23:25:17.898Z | Downloaded rustc_version v0.1.7 |
1201 | 2023-10-04T23:25:17.920Z | Downloaded jobserver v0.1.26 |
1202 | 2023-10-04T23:25:17.937Z | Downloaded ipnet v2.8.0 |
1203 | 2023-10-04T23:25:17.959Z | Downloaded hubpack v0.1.2 |
1204 | 2023-10-04T23:25:18.391Z | Downloaded httparse v1.8.0 |
1205 | 2023-10-04T23:25:18.415Z | Downloaded corncobs v0.1.3 |
1206 | 2023-10-04T23:25:18.860Z | Downloaded camino-tempfile v1.0.2 |
1207 | 2023-10-04T23:25:20.115Z | Downloaded pretty-hex v0.2.1 |
1208 | 2023-10-04T23:25:21.119Z | Downloaded cargo_toml v0.16.3 |
1209 | 2023-10-04T23:25:21.563Z | Downloaded derive_builder v0.12.0 |
1210 | 2023-10-04T23:25:21.588Z | Downloaded shell-words v1.1.0 |
1211 | 2023-10-04T23:25:21.616Z | Downloaded rustfmt-wrapper v0.2.0 |
1212 | 2023-10-04T23:25:21.632Z | Downloaded ascii-canvas v3.0.0 |
1213 | 2023-10-04T23:25:22.059Z | Downloaded predicates-tree v1.0.9 |
1214 | 2023-10-04T23:25:22.075Z | Downloaded foreign-types-shared v0.3.1 |
1215 | 2023-10-04T23:25:22.089Z | Downloaded async-recursion v1.0.5 |
1216 | 2023-10-04T23:25:22.102Z | Downloaded inout v0.1.3 |
1217 | 2023-10-04T23:25:22.119Z | Downloaded cookie v0.16.2 |
1218 | 2023-10-04T23:25:22.140Z | Downloaded blake2 v0.10.6 |
1219 | 2023-10-04T23:25:22.152Z | Downloaded parking_lot_core v0.9.8 |
1220 | 2023-10-04T23:25:22.169Z | Downloaded parking_lot_core v0.8.6 |
1221 | 2023-10-04T23:25:22.188Z | Downloaded foreign-types v0.5.0 |
1222 | 2023-10-04T23:25:22.202Z | Downloaded der_derive v0.7.2 |
1223 | 2023-10-04T23:25:22.633Z | Downloaded vte v0.11.1 |
1224 | 2023-10-04T23:25:22.649Z | Downloaded socket2 v0.5.3 |
1225 | 2023-10-04T23:25:22.666Z | Downloaded socket2 v0.4.9 |
1226 | 2023-10-04T23:25:22.682Z | Downloaded snafu v0.7.5 |
1227 | 2023-10-04T23:25:22.697Z | Downloaded signature v1.6.4 |
1228 | 2023-10-04T23:25:23.128Z | Downloaded ciborium v0.2.1 |
1229 | 2023-10-04T23:25:23.143Z | Downloaded bzip2 v0.4.4 |
1230 | 2023-10-04T23:25:23.166Z | Downloaded ident_case v1.0.1 |
1231 | 2023-10-04T23:25:23.192Z | Downloaded hubpack_derive v0.1.1 |
1232 | 2023-10-04T23:25:24.039Z | Downloaded heck v0.4.1 |
1233 | 2023-10-04T23:25:24.048Z | Downloaded heck v0.3.3 |
1234 | 2023-10-04T23:25:24.057Z | Downloaded crossbeam-queue v0.3.8 |
1235 | 2023-10-04T23:25:24.066Z | Downloaded cassowary v0.3.0 |
1236 | 2023-10-04T23:25:24.082Z | Downloaded atomic-waker v1.1.1 |
1237 | 2023-10-04T23:25:24.103Z | Downloaded indoc v1.0.9 |
1238 | 2023-10-04T23:25:24.538Z | Downloaded humantime v2.1.0 |
1239 | 2023-10-04T23:25:24.964Z | Downloaded cfg-if v1.0.0 |
1240 | 2023-10-04T23:25:24.979Z | Downloaded cfg-if v0.1.10 |
1241 | 2023-10-04T23:25:24.994Z | Downloaded http-range v0.1.5 |
1242 | 2023-10-04T23:25:25.429Z | Downloaded hostname v0.3.1 |
1243 | 2023-10-04T23:25:25.865Z | Downloaded bitstruct_derive v0.1.0 |
1244 | 2023-10-04T23:25:25.876Z | Downloaded bitstruct v0.1.1 |
1245 | 2023-10-04T23:25:25.887Z | Downloaded serde_urlencoded v0.7.1 |
1246 | 2023-10-04T23:25:25.903Z | Downloaded serde v1.0.188 |
1247 | 2023-10-04T23:25:26.617Z | Downloaded home v0.5.5 |
1248 | 2023-10-04T23:25:26.647Z | Downloaded byteorder v1.4.3 |
1249 | 2023-10-04T23:25:26.665Z | Downloaded serde_tokenstream v0.2.0 |
1250 | 2023-10-04T23:25:26.680Z | Downloaded camino v1.1.6 |
1251 | 2023-10-04T23:25:27.107Z | Downloaded block-buffer v0.10.4 |
1252 | 2023-10-04T23:25:27.538Z | Downloaded secrecy v0.8.0 |
1253 | 2023-10-04T23:25:27.563Z | Downloaded bitfield v0.14.0 |
1254 | 2023-10-04T23:25:27.999Z | Downloaded bit-vec v0.6.3 |
1255 | 2023-10-04T23:25:28.013Z | Downloaded bitflags v1.3.2 |
1256 | 2023-10-04T23:25:28.027Z | Downloaded cargo-platform v0.1.3 |
1257 | 2023-10-04T23:25:28.040Z | Downloaded block-padding v0.3.3 |
1258 | 2023-10-04T23:25:28.054Z | Downloaded bit-set v0.5.3 |
1259 | 2023-10-04T23:25:28.068Z | Downloaded base16ct v0.2.0 |
1260 | 2023-10-04T23:25:28.492Z | Downloaded backoff v0.4.0 |
1261 | 2023-10-04T23:25:28.521Z | Downloaded async-stream-impl v0.3.5 |
1262 | 2023-10-04T23:25:28.554Z | Compiling proc-macro2 v1.0.67 |
1263 | 2023-10-04T23:25:28.586Z | Compiling unicode-ident v1.0.12 |
1264 | 2023-10-04T23:25:28.615Z | Compiling libc v0.2.148 |
1265 | 2023-10-04T23:25:28.631Z | Compiling serde v1.0.188 |
1266 | 2023-10-04T23:25:29.061Z | Compiling autocfg v1.1.0 |
1267 | 2023-10-04T23:25:29.078Z | Compiling version_check v0.9.4 |
1268 | 2023-10-04T23:25:29.094Z | Compiling cfg-if v1.0.0 |
1269 | 2023-10-04T23:25:29.119Z | Compiling syn v1.0.109 |
1270 | 2023-10-04T23:25:29.146Z | Compiling once_cell v1.18.0 |
1271 | 2023-10-04T23:25:29.163Z | Compiling parking_lot_core v0.9.8 |
1272 | 2023-10-04T23:25:29.606Z | Compiling libm v0.2.7 |
1273 | 2023-10-04T23:25:29.639Z | Compiling ahash v0.8.3 |
1274 | 2023-10-04T23:25:29.663Z | Compiling lock_api v0.4.10 |
1275 | 2023-10-04T23:25:29.681Z | Compiling num-traits v0.2.16 |
1276 | 2023-10-04T23:25:30.114Z | Compiling typenum v1.16.0 |
1277 | 2023-10-04T23:25:30.138Z | Compiling thiserror v1.0.49 |
1278 | 2023-10-04T23:25:30.181Z | Compiling futures-core v0.3.28 |
1279 | 2023-10-04T23:25:30.206Z | Compiling generic-array v0.14.7 |
1280 | 2023-10-04T23:25:30.235Z | Compiling memchr v2.6.3 |
1281 | 2023-10-04T23:25:30.255Z | Compiling scopeguard v1.2.0 |
1282 | 2023-10-04T23:25:30.264Z | Compiling itoa v1.0.9 |
1283 | 2023-10-04T23:25:30.268Z | Compiling pkg-config v0.3.27 |
1284 | 2023-10-04T23:25:30.273Z | Compiling quote v1.0.33 |
1285 | 2023-10-04T23:25:30.277Z | Compiling slab v0.4.9 |
1286 | 2023-10-04T23:25:30.280Z | Compiling syn v2.0.32 |
1287 | 2023-10-04T23:25:30.284Z | Compiling jobserver v0.1.26 |
1288 | 2023-10-04T23:25:30.288Z | Compiling getrandom v0.2.10 |
1289 | 2023-10-04T23:25:30.293Z | Compiling cc v1.0.83 |
1290 | 2023-10-04T23:25:30.297Z | Compiling futures-channel v0.3.28 |
1291 | 2023-10-04T23:25:30.302Z | Compiling futures-task v0.3.28 |
1292 | 2023-10-04T23:25:30.307Z | Compiling futures-util v0.3.28 |
1293 | 2023-10-04T23:25:30.312Z | Compiling log v0.4.20 |
1294 | 2023-10-04T23:25:30.316Z | Compiling ryu v1.0.15 |
1295 | 2023-10-04T23:25:30.322Z | Compiling serde_json v1.0.107 |
1296 | 2023-10-04T23:25:30.328Z | Compiling pin-project-lite v0.2.13 |
1297 | 2023-10-04T23:25:30.332Z | Compiling smallvec v1.11.0 |
1298 | 2023-10-04T23:25:30.343Z | Compiling vcpkg v0.2.15 |
1299 | 2023-10-04T23:25:30.350Z | Compiling schemars v0.8.13 |
1300 | 2023-10-04T23:25:30.359Z | Compiling allocator-api2 v0.2.16 |
1301 | 2023-10-04T23:25:30.372Z | Compiling parking_lot v0.12.1 |
1302 | 2023-10-04T23:25:30.380Z | Compiling ring v0.16.20 |
1303 | 2023-10-04T23:25:30.390Z | Compiling hashbrown v0.14.0 |
1304 | 2023-10-04T23:25:30.404Z | Compiling openssl-sys v0.9.93 |
1305 | 2023-10-04T23:25:30.420Z | Compiling num_cpus v1.16.0 |
1306 | 2023-10-04T23:25:30.488Z | Compiling equivalent v1.0.1 |
1307 | 2023-10-04T23:25:30.506Z | Compiling rand_core v0.6.4 |
1308 | 2023-10-04T23:25:30.532Z | Compiling indexmap v1.9.3 |
1309 | 2023-10-04T23:25:30.966Z | Compiling byteorder v1.4.3 |
1310 | 2023-10-04T23:25:30.985Z | Compiling heck v0.4.1 |
1311 | 2023-10-04T23:25:31.004Z | Compiling httparse v1.8.0 |
1312 | 2023-10-04T23:25:31.015Z | Compiling spin v0.5.2 |
1313 | 2023-10-04T23:25:31.045Z | Compiling mio v0.8.8 |
1314 | 2023-10-04T23:25:31.060Z | Compiling socket2 v0.5.3 |
1315 | 2023-10-04T23:25:31.089Z | Compiling signal-hook-registry v1.4.1 |
1316 | 2023-10-04T23:25:31.524Z | Compiling serde_derive_internals v0.26.0 |
1317 | 2023-10-04T23:25:31.540Z | Compiling semver v1.0.18 |
1318 | 2023-10-04T23:25:31.546Z | Compiling fnv v1.0.7 |
1319 | 2023-10-04T23:25:31.551Z | Compiling openssl v0.10.57 |
1320 | 2023-10-04T23:25:31.556Z | Compiling iana-time-zone v0.1.57 |
1321 | 2023-10-04T23:25:31.561Z | Compiling rustls v0.21.7 |
1322 | 2023-10-04T23:25:31.568Z | Compiling unicode-xid v0.2.4 |
1323 | 2023-10-04T23:25:31.580Z | Compiling ucd-trie v0.1.6 |
1324 | 2023-10-04T23:25:31.594Z | Compiling native-tls v0.2.11 |
1325 | 2023-10-04T23:25:31.620Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2023-10-04T23:25:31.653Z | Compiling synstructure v0.12.6 |
1327 | 2023-10-04T23:25:31.674Z | Compiling winnow v0.5.15 |
1328 | 2023-10-04T23:25:31.693Z | Compiling io-lifetimes v1.0.11 |
1329 | 2023-10-04T23:25:31.713Z | Compiling futures-sink v0.3.28 |
1330 | 2023-10-04T23:25:31.735Z | Compiling backtrace v0.3.69 |
1331 | 2023-10-04T23:25:32.175Z | Compiling tinyvec_macros v0.1.1 |
1332 | 2023-10-04T23:25:32.193Z | Compiling dyn-clone v1.0.13 |
1333 | 2023-10-04T23:25:32.210Z | Compiling tinyvec v1.6.0 |
1334 | 2023-10-04T23:25:32.224Z | Compiling tracing-core v0.1.31 |
1335 | 2023-10-04T23:25:32.244Z | Compiling num-integer v0.1.45 |
1336 | 2023-10-04T23:25:32.263Z | Compiling memoffset v0.9.0 |
1337 | 2023-10-04T23:25:32.687Z | Compiling rustix v0.38.9 |
1338 | 2023-10-04T23:25:32.709Z | Compiling futures-io v0.3.28 |
1339 | 2023-10-04T23:25:32.720Z | Compiling subtle v2.5.0 |
1340 | 2023-10-04T23:25:32.733Z | Compiling rustix v0.37.23 |
1341 | 2023-10-04T23:25:32.745Z | Compiling pin-utils v0.1.0 |
1342 | 2023-10-04T23:25:32.756Z | Compiling hashbrown v0.13.2 |
1343 | 2023-10-04T23:25:32.771Z | Compiling unicode-normalization v0.1.22 |
1344 | 2023-10-04T23:25:32.790Z | Compiling aho-corasick v1.0.4 |
1345 | 2023-10-04T23:25:32.811Z | Compiling usdt-impl v0.3.5 |
1346 | 2023-10-04T23:25:32.827Z | Compiling const-oid v0.9.5 |
1347 | 2023-10-04T23:25:32.852Z | Compiling crc32fast v1.3.2 |
1348 | 2023-10-04T23:25:33.278Z | Compiling regex-syntax v0.7.5 |
1349 | 2023-10-04T23:25:33.294Z | Compiling serde_derive v1.0.188 |
1350 | 2023-10-04T23:25:33.725Z | Compiling zeroize_derive v1.4.2 |
1351 | 2023-10-04T23:25:33.732Z | Compiling thiserror-impl v1.0.49 |
1352 | 2023-10-04T23:25:33.745Z | Compiling tokio-macros v2.1.0 |
1353 | 2023-10-04T23:25:33.757Z | Compiling futures-macro v0.3.28 |
1354 | 2023-10-04T23:25:33.769Z | Compiling tracing-attributes v0.1.26 |
1355 | 2023-10-04T23:25:33.794Z | Compiling schemars_derive v0.8.13 |
1356 | 2023-10-04T23:25:33.808Z | Compiling zeroize v1.6.0 |
1357 | 2023-10-04T23:25:33.828Z | Compiling openssl-macros v0.1.1 |
1358 | 2023-10-04T23:25:33.845Z | Compiling pest v2.7.2 |
1359 | 2023-10-04T23:25:33.864Z | Compiling zerocopy-derive v0.2.0 |
1360 | 2023-10-04T23:25:33.881Z | Compiling crypto-common v0.1.6 |
1361 | 2023-10-04T23:25:33.901Z | Compiling block-buffer v0.10.4 |
1362 | 2023-10-04T23:25:33.922Z | Compiling unicode-bidi v0.3.13 |
1363 | 2023-10-04T23:25:33.949Z | Compiling time-core v0.1.1 |
1364 | 2023-10-04T23:25:34.366Z | Compiling tracing v0.1.37 |
1365 | 2023-10-04T23:25:34.370Z | Compiling slog v2.7.0 |
1366 | 2023-10-04T23:25:34.375Z | Compiling anyhow v1.0.75 |
1367 | 2023-10-04T23:25:34.379Z | Compiling pest_meta v2.7.2 |
1368 | 2023-10-04T23:25:34.384Z | Compiling bitflags v1.3.2 |
1369 | 2023-10-04T23:25:34.393Z | Compiling time-macros v0.2.13 |
1370 | 2023-10-04T23:25:34.411Z | Compiling digest v0.10.7 |
1371 | 2023-10-04T23:25:34.419Z | Compiling regex-automata v0.3.8 |
1372 | 2023-10-04T23:25:34.434Z | Compiling pest_generator v2.7.2 |
1373 | 2023-10-04T23:25:34.450Z | Compiling pest_derive v2.7.2 |
1374 | 2023-10-04T23:25:34.457Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2023-10-04T23:25:34.467Z | Compiling crossbeam-epoch v0.9.15 |
1376 | 2023-10-04T23:25:34.483Z | Compiling async-trait v0.1.73 |
1377 | 2023-10-04T23:25:35.743Z | Compiling ppv-lite86 v0.2.17 |
1378 | 2023-10-04T23:25:35.769Z | Compiling zerocopy v0.3.0 |
1379 | 2023-10-04T23:25:35.799Z | Compiling rand_chacha v0.3.1 |
1380 | 2023-10-04T23:25:36.241Z | Compiling zerocopy-derive v0.6.3 |
1381 | 2023-10-04T23:25:36.271Z | Compiling base64 v0.21.4 |
1382 | 2023-10-04T23:25:36.295Z | Compiling untrusted v0.7.1 |
1383 | 2023-10-04T23:25:37.054Z | Compiling strsim v0.10.0 |
1384 | 2023-10-04T23:25:37.494Z | Compiling bytes v1.5.0 |
1385 | 2023-10-04T23:25:37.498Z | Compiling indexmap v2.0.0 |
1386 | 2023-10-04T23:25:37.504Z | Compiling uuid v1.4.1 |
1387 | 2023-10-04T23:25:37.509Z | Compiling chrono v0.4.31 |
1388 | 2023-10-04T23:25:37.513Z | Compiling serde_spanned v0.6.3 |
1389 | 2023-10-04T23:25:37.519Z | Compiling toml_datetime v0.6.3 |
1390 | 2023-10-04T23:25:37.536Z | Compiling tokio v1.32.0 |
1391 | 2023-10-04T23:25:37.967Z | Compiling toml_edit v0.19.15 |
1392 | 2023-10-04T23:25:37.984Z | Compiling bitflags v2.4.0 |
1393 | 2023-10-04T23:25:38.004Z | Compiling rustc_version v0.4.0 |
1394 | 2023-10-04T23:25:38.025Z | Compiling http v0.2.9 |
1395 | 2023-10-04T23:25:38.040Z | Compiling heapless v0.7.16 |
1396 | 2023-10-04T23:25:38.053Z | Compiling rand v0.8.5 |
1397 | 2023-10-04T23:25:38.077Z | Compiling dof v0.1.5 |
1398 | 2023-10-04T23:25:38.089Z | Compiling regex v1.9.5 |
1399 | 2023-10-04T23:25:38.099Z | Compiling dtrace-parser v0.1.14 |
1400 | 2023-10-04T23:25:38.536Z | Compiling errno v0.3.2 |
1401 | 2023-10-04T23:25:38.563Z | Compiling thread-id v4.2.0 |
1402 | 2023-10-04T23:25:38.570Z | Compiling num-bigint v0.4.4 |
1403 | 2023-10-04T23:25:38.604Z | Compiling openssl-probe v0.1.5 |
1404 | 2023-10-04T23:25:38.621Z | Compiling tokio-util v0.7.8 |
1405 | 2023-10-04T23:25:38.639Z | Compiling radium v0.7.0 |
1406 | 2023-10-04T23:25:39.064Z | Compiling unicode-width v0.1.10 |
1407 | 2023-10-04T23:25:39.073Z | Compiling hashbrown v0.12.3 |
1408 | 2023-10-04T23:25:39.089Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1409 | 2023-10-04T23:25:39.104Z | Compiling foreign-types-shared v0.1.1 |
1410 | 2023-10-04T23:25:39.153Z | Compiling smoltcp v0.9.1 |
1411 | 2023-10-04T23:25:39.303Z | Compiling percent-encoding v2.3.0 |
1412 | 2023-10-04T23:25:39.812Z | Compiling foreign-types v0.3.2 |
1413 | 2023-10-04T23:25:41.204Z | Compiling serde_tokenstream v0.1.7 |
1414 | 2023-10-04T23:25:43.078Z | Compiling lazy_static v1.4.0 |
1415 | 2023-10-04T23:25:43.345Z | Compiling socket2 v0.4.9 |
1416 | 2023-10-04T23:25:44.511Z | Compiling try-lock v0.2.4 |
1417 | 2023-10-04T23:25:45.157Z | Compiling siphasher v0.3.11 |
1418 | 2023-10-04T23:25:45.378Z | Compiling adler v1.0.2 |
1419 | 2023-10-04T23:25:46.241Z | Compiling unicode-segmentation v1.10.1 |
1420 | 2023-10-04T23:25:47.045Z | Compiling miniz_oxide v0.7.1 |
1421 | 2023-10-04T23:25:48.755Z | Compiling want v0.3.1 |
1422 | 2023-10-04T23:25:50.200Z | Compiling h2 v0.3.21 |
1423 | 2023-10-04T23:25:50.902Z | Compiling form_urlencoded v1.2.0 |
1424 | 2023-10-04T23:25:51.412Z | Compiling http-body v0.4.5 |
1425 | 2023-10-04T23:25:51.424Z | Compiling rustls-webpki v0.101.4 |
1426 | 2023-10-04T23:25:52.036Z | Compiling sct v0.7.0 |
1427 | 2023-10-04T23:25:52.716Z | Compiling hubpack_derive v0.1.1 |
1428 | 2023-10-04T23:25:53.742Z | Compiling num-iter v0.1.43 |
1429 | 2023-10-04T23:25:53.962Z | Compiling httpdate v1.0.3 |
1430 | 2023-10-04T23:25:54.151Z | Compiling tower-service v0.3.2 |
1431 | 2023-10-04T23:25:54.458Z | Compiling cpufeatures v0.2.9 |
1432 | 2023-10-04T23:25:55.094Z | Compiling utf8parse v0.2.1 |
1433 | 2023-10-04T23:25:55.128Z | Compiling anstyle v1.0.2 |
1434 | 2023-10-04T23:25:55.132Z | Compiling anstyle-parse v0.2.1 |
1435 | 2023-10-04T23:25:55.504Z | Compiling sha2 v0.10.7 |
1436 | 2023-10-04T23:25:59.375Z | Compiling usdt-attr-macro v0.3.5 |
1437 | 2023-10-04T23:26:00.121Z | Compiling usdt-macro v0.3.5 |
1438 | 2023-10-04T23:26:01.998Z | Compiling hyper v0.14.27 |
1439 | 2023-10-04T23:26:03.767Z | Compiling openapiv3 v1.0.3 |
1440 | 2023-10-04T23:26:04.016Z | Compiling md-5 v0.10.5 |
1441 | 2023-10-04T23:26:04.382Z | Compiling hmac v0.12.1 |
1442 | 2023-10-04T23:26:04.707Z | Compiling rustls-pemfile v1.0.3 |
1443 | 2023-10-04T23:26:07.297Z | Compiling stringprep v0.1.3 |
1444 | 2023-10-04T23:26:07.480Z | Compiling idna v0.4.0 |
1445 | 2023-10-04T23:26:08.847Z | Compiling diesel_table_macro_syntax v0.1.0 |
1446 | 2023-10-04T23:26:09.472Z | Compiling hash32 v0.2.1 |
1447 | 2023-10-04T23:26:09.960Z | Compiling spin v0.9.8 |
1448 | 2023-10-04T23:26:10.092Z | Compiling gimli v0.28.0 |
1449 | 2023-10-04T23:26:10.196Z | Compiling colorchoice v1.0.0 |
1450 | 2023-10-04T23:26:11.096Z | Compiling fallible-iterator v0.2.0 |
1451 | 2023-10-04T23:26:11.374Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2023-10-04T23:26:11.534Z | Compiling anstyle-query v1.0.0 |
1453 | 2023-10-04T23:26:11.729Z | Compiling anstream v0.5.0 |
1454 | 2023-10-04T23:26:12.378Z | Compiling postgres-protocol v0.6.6 |
1455 | 2023-10-04T23:26:13.921Z | Compiling diesel_derives v2.1.1 |
1456 | 2023-10-04T23:26:14.455Z | Compiling url v2.4.1 |
1457 | 2023-10-04T23:26:16.033Z | Compiling rustls-native-certs v0.6.3 |
1458 | 2023-10-04T23:26:18.339Z | Compiling addr2line v0.21.0 |
1459 | 2023-10-04T23:26:19.355Z | Compiling tokio-rustls v0.24.1 |
1460 | 2023-10-04T23:26:20.264Z | Compiling tokio-native-tls v0.3.1 |
1461 | 2023-10-04T23:26:20.342Z | Compiling terminal_size v0.2.6 |
1462 | 2023-10-04T23:26:20.622Z | Compiling phf_shared v0.11.2 |
1463 | 2023-10-04T23:26:22.658Z | Compiling serde_tokenstream v0.2.0 |
1464 | 2023-10-04T23:26:23.048Z | Compiling block-padding v0.3.3 |
1465 | 2023-10-04T23:26:23.351Z | Compiling enum-as-inner v0.5.1 |
1466 | 2023-10-04T23:26:23.418Z | Compiling serde_repr v0.1.16 |
1467 | 2023-10-04T23:26:23.508Z | Compiling clap_derive v4.4.2 |
1468 | 2023-10-04T23:26:25.258Z | Compiling scheduled-thread-pool v0.2.7 |
1469 | 2023-10-04T23:26:25.271Z | Compiling object v0.32.1 |
1470 | 2023-10-04T23:26:33.378Z | Compiling num_threads v0.1.6 |
1471 | 2023-10-04T23:26:33.570Z | Compiling deranged v0.3.8 |
1472 | 2023-10-04T23:26:36.935Z | Compiling rustc-demangle v0.1.23 |
1473 | 2023-10-04T23:26:38.481Z | Compiling ipnet v2.8.0 |
1474 | 2023-10-04T23:26:38.667Z | Compiling regex-automata v0.1.10 |
1475 | 2023-10-04T23:26:39.550Z | Compiling managed v0.8.0 |
1476 | 2023-10-04T23:26:40.210Z | Compiling matches v0.1.10 |
1477 | 2023-10-04T23:26:40.356Z | Compiling bit-vec v0.6.3 |
1478 | 2023-10-04T23:26:40.453Z | Compiling either v1.9.0 |
1479 | 2023-10-04T23:26:40.971Z | Compiling tap v1.0.1 |
1480 | 2023-10-04T23:26:41.838Z | Compiling clap_lex v0.5.1 |
1481 | 2023-10-04T23:26:42.588Z | Compiling clap_builder v4.4.2 |
1482 | 2023-10-04T23:26:46.852Z | Compiling wyz v0.5.1 |
1483 | 2023-10-04T23:26:47.951Z | Compiling itertools v0.10.5 |
1484 | 2023-10-04T23:26:48.517Z | Compiling idna v0.2.3 |
1485 | 2023-10-04T23:26:51.029Z | Compiling bstr v0.2.17 |
1486 | 2023-10-04T23:26:52.842Z | Compiling time v0.3.27 |
1487 | 2023-10-04T23:26:54.504Z | Compiling r2d2 v0.8.10 |
1488 | 2023-10-04T23:26:56.116Z | Compiling inout v0.1.3 |
1489 | 2023-10-04T23:26:58.841Z | Compiling phf v0.11.2 |
1490 | 2023-10-04T23:26:59.313Z | Compiling hyper-tls v0.5.0 |
1491 | 2023-10-04T23:26:59.853Z | Compiling hyper-rustls v0.24.1 |
1492 | 2023-10-04T23:27:00.978Z | Compiling flate2 v1.0.27 |
1493 | 2023-10-04T23:27:01.272Z | Compiling postgres-types v0.2.6 |
1494 | 2023-10-04T23:27:02.667Z | Compiling hubpack v0.1.2 |
1495 | 2023-10-04T23:27:02.701Z | Compiling serde_urlencoded v0.7.1 |
1496 | 2023-10-04T23:27:02.799Z | Compiling phf_shared v0.10.0 |
1497 | 2023-10-04T23:27:03.384Z | Compiling ipnetwork v0.20.0 |
1498 | 2023-10-04T23:27:03.427Z | Compiling zerocopy v0.6.3 |
1499 | 2023-10-04T23:27:03.651Z | Compiling futures-executor v0.3.28 |
1500 | 2023-10-04T23:27:04.604Z | Compiling regress v0.7.1 |
1501 | 2023-10-04T23:27:04.841Z | Compiling float-cmp v0.9.0 |
1502 | 2023-10-04T23:27:04.901Z | Compiling encoding_rs v0.8.33 |
1503 | 2023-10-04T23:27:05.223Z | Compiling mime v0.3.17 |
1504 | 2023-10-04T23:27:07.531Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2023-10-04T23:27:07.536Z | Compiling difflib v0.4.0 |
1506 | 2023-10-04T23:27:09.528Z | Compiling webpki-roots v0.25.2 |
1507 | 2023-10-04T23:27:09.748Z | Compiling static_assertions v1.1.0 |
1508 | 2023-10-04T23:27:09.801Z | Compiling data-encoding v2.4.0 |
1509 | 2023-10-04T23:27:09.901Z | Compiling precomputed-hash v0.1.1 |
1510 | 2023-10-04T23:27:09.956Z | Compiling new_debug_unreachable v1.0.4 |
1511 | 2023-10-04T23:27:10.103Z | Compiling unicode-linebreak v0.1.5 |
1512 | 2023-10-04T23:27:10.392Z | Compiling funty v2.0.0 |
1513 | 2023-10-04T23:27:10.955Z | Compiling fixedbitset v0.4.2 |
1514 | 2023-10-04T23:27:11.257Z | Compiling smawk v0.3.1 |
1515 | 2023-10-04T23:27:11.598Z | Compiling predicates-core v1.0.6 |
1516 | 2023-10-04T23:27:11.618Z | Compiling whoami v1.4.1 |
1517 | 2023-10-04T23:27:11.657Z | Compiling textwrap v0.16.0 |
1518 | 2023-10-04T23:27:12.112Z | Compiling tokio-postgres v0.7.10 |
1519 | 2023-10-04T23:27:12.494Z | Compiling bitvec v1.0.1 |
1520 | 2023-10-04T23:27:12.831Z | Compiling predicates v3.0.3 |
1521 | 2023-10-04T23:27:13.075Z | Compiling petgraph v0.6.4 |
1522 | 2023-10-04T23:27:13.425Z | Compiling trust-dns-proto v0.22.0 |
1523 | 2023-10-04T23:27:15.383Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1524 | 2023-10-04T23:27:20.313Z | Compiling string_cache v0.8.7 |
1525 | 2023-10-04T23:27:20.317Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1526 | 2023-10-04T23:27:20.519Z | Compiling reqwest v0.11.20 |
1527 | 2023-10-04T23:27:31.235Z | Compiling diesel v2.1.2 |
1528 | 2023-10-04T23:27:31.331Z | Compiling futures v0.3.28 |
1529 | 2023-10-04T23:27:32.406Z | Compiling yasna v0.5.2 |
1530 | 2023-10-04T23:27:32.432Z | Compiling cipher v0.4.4 |
1531 | 2023-10-04T23:27:34.359Z | Compiling similar v2.2.1 |
1532 | 2023-10-04T23:27:34.415Z | Compiling clap v4.4.3 |
1533 | 2023-10-04T23:27:34.452Z | Compiling bit-set v0.5.3 |
1534 | 2023-10-04T23:27:34.473Z | Compiling usdt v0.3.5 |
1535 | 2023-10-04T23:27:35.165Z | Compiling console v0.15.7 |
1536 | 2023-10-04T23:27:35.317Z | Compiling tokio-stream v0.1.14 |
1537 | 2023-10-04T23:27:36.830Z | Compiling toml v0.7.8 |
1538 | 2023-10-04T23:27:36.964Z | Compiling hex v0.4.3 |
1539 | 2023-10-04T23:27:37.370Z | Compiling signature v2.1.0 |
1540 | 2023-10-04T23:27:38.291Z | Compiling bstr v1.6.0 |
1541 | 2023-10-04T23:27:40.194Z | Compiling lalrpop-util v0.19.12 |
1542 | 2023-10-04T23:27:41.352Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1543 | 2023-10-04T23:27:44.663Z | Compiling proc-macro-crate v1.3.1 |
1544 | 2023-10-04T23:27:48.120Z | Compiling ident_case v1.0.1 |
1545 | 2023-10-04T23:27:48.690Z | Compiling darling_core v0.20.3 |
1546 | 2023-10-04T23:27:58.031Z | Compiling num_enum_derive v0.5.11 |
1547 | 2023-10-04T23:28:06.770Z | Compiling crossbeam-channel v0.5.8 |
1548 | 2023-10-04T23:28:14.204Z | Compiling atty v0.2.14 |
1549 | 2023-10-04T23:28:14.623Z | Compiling proc-macro-error-attr v1.0.4 |
1550 | 2023-10-04T23:28:22.035Z | Compiling num_enum v0.5.11 |
1551 | 2023-10-04T23:28:32.396Z | Compiling darling_macro v0.20.3 |
1552 | 2023-10-04T23:28:41.250Z | Compiling dirs-sys-next v0.1.2 |
1553 | 2023-10-04T23:28:42.485Z | Compiling proc-macro-error v1.0.4 |
1554 | 2023-10-04T23:28:42.905Z | Compiling rustversion v1.0.14 |
1555 | 2023-10-04T23:28:52.442Z | Compiling dirs-next v2.0.0 |
1556 | 2023-10-04T23:28:57.005Z | Compiling darling v0.20.3 |
1557 | 2023-10-04T23:29:01.896Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1558 | 2023-10-04T23:29:06.131Z | Compiling getopts v0.2.21 |
1559 | 2023-10-04T23:29:08.848Z | Compiling structmeta-derive v0.1.6 |
1560 | 2023-10-04T23:29:09.831Z | Compiling thread_local v1.1.7 |
1561 | 2023-10-04T23:29:10.098Z | Compiling multer v2.1.0 |
1562 | 2023-10-04T23:29:11.655Z | Compiling paste v1.0.14 |
1563 | 2023-10-04T23:29:12.307Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1564 | 2023-10-04T23:29:13.266Z | Compiling match_cfg v0.1.0 |
1565 | 2023-10-04T23:29:13.781Z | Compiling unsafe-libyaml v0.2.9 |
1566 | 2023-10-04T23:29:14.436Z | Compiling slog-async v2.8.0 |
1567 | 2023-10-04T23:29:16.659Z | Compiling camino v1.1.6 |
1568 | 2023-10-04T23:29:19.125Z | Compiling serde_yaml v0.9.25 |
1569 | 2023-10-04T23:29:25.246Z | Compiling hostname v0.3.1 |
1570 | 2023-10-04T23:29:27.009Z | Compiling structmeta v0.1.6 |
1571 | 2023-10-04T23:29:32.257Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1572 | 2023-10-04T23:29:34.001Z | Compiling serde_with_macros v2.3.3 |
1573 | 2023-10-04T23:29:38.096Z | Compiling term v0.7.0 |
1574 | 2023-10-04T23:29:41.101Z | Compiling slog-json v2.6.1 |
1575 | 2023-10-04T23:29:45.765Z | Compiling async-stream-impl v0.3.5 |
1576 | 2023-10-04T23:29:46.505Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1577 | 2023-10-04T23:29:46.546Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1578 | 2023-10-04T23:29:46.598Z | Compiling regex-syntax v0.6.29 |
1579 | 2023-10-04T23:29:46.943Z | Compiling take_mut v0.2.2 |
1580 | 2023-10-04T23:29:47.734Z | Compiling postcard-cobs v0.1.5-pre |
1581 | 2023-10-04T23:29:47.820Z | Compiling atomic-waker v1.1.1 |
1582 | 2023-10-04T23:29:48.113Z | Compiling postcard v0.7.3 |
1583 | 2023-10-04T23:29:48.461Z | Compiling waitgroup v0.1.2 |
1584 | 2023-10-04T23:29:48.865Z | Compiling async-stream v0.3.5 |
1585 | 2023-10-04T23:29:49.198Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1586 | 2023-10-04T23:29:54.756Z | Compiling slog-bunyan v2.4.0 |
1587 | 2023-10-04T23:29:55.170Z | Compiling strum_macros v0.25.2 |
1588 | 2023-10-04T23:29:55.332Z | Compiling slog-term v2.9.0 |
1589 | 2023-10-04T23:29:56.858Z | Compiling parse-display-derive v0.7.0 |
1590 | 2023-10-04T23:30:00.450Z | Compiling serde_with v2.3.3 |
1591 | 2023-10-04T23:30:06.048Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1592 | 2023-10-04T23:30:06.473Z | Compiling smoltcp v0.8.2 |
1593 | 2023-10-04T23:30:11.401Z | Compiling sha1 v0.10.5 |
1594 | 2023-10-04T23:30:11.458Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1595 | 2023-10-04T23:30:11.530Z | Compiling serde_path_to_error v0.1.14 |
1596 | 2023-10-04T23:30:11.634Z | Compiling foreign-types-macros v0.2.3 |
1597 | 2023-10-04T23:30:11.688Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1598 | 2023-10-04T23:30:12.512Z | Compiling instant v0.1.12 |
1599 | 2023-10-04T23:30:12.529Z | Compiling debug-ignore v1.0.5 |
1600 | 2023-10-04T23:30:12.627Z | Compiling foreign-types-shared v0.3.1 |
1601 | 2023-10-04T23:30:13.226Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1602 | 2023-10-04T23:30:13.373Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-10-04T23:30:13.570Z | Compiling cfg-if v0.1.10 |
1604 | 2023-10-04T23:30:13.649Z | Compiling foreign-types v0.5.0 |
1605 | 2023-10-04T23:30:13.901Z | Compiling backoff v0.4.0 |
1606 | 2023-10-04T23:30:14.023Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1607 | 2023-10-04T23:30:14.087Z | Compiling parse-display v0.7.0 |
1608 | 2023-10-04T23:30:14.118Z | Compiling strum v0.25.0 |
1609 | 2023-10-04T23:30:14.136Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1610 | 2023-10-04T23:30:14.156Z | Compiling is-terminal v0.4.9 |
1611 | 2023-10-04T23:30:14.164Z | Compiling macaddr v1.0.1 |
1612 | 2023-10-04T23:30:15.256Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1613 | 2023-10-04T23:30:15.994Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1614 | 2023-10-04T23:30:16.990Z | Compiling cstr-argument v0.1.2 |
1615 | 2023-10-04T23:30:16.995Z | Compiling base64ct v1.6.0 |
1616 | 2023-10-04T23:30:17.004Z | Compiling pretty-hex v0.2.1 |
1617 | 2023-10-04T23:30:17.315Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1618 | 2023-10-04T23:30:17.776Z | Compiling password-hash v0.5.0 |
1619 | 2023-10-04T23:30:18.062Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1620 | 2023-10-04T23:30:18.639Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1621 | 2023-10-04T23:30:18.696Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1622 | 2023-10-04T23:30:19.018Z | Compiling colored v2.0.4 |
1623 | 2023-10-04T23:30:19.295Z | Compiling heck v0.3.3 |
1624 | 2023-10-04T23:30:19.871Z | Compiling textwrap v0.11.0 |
1625 | 2023-10-04T23:30:20.030Z | Compiling blake2 v0.10.6 |
1626 | 2023-10-04T23:30:21.349Z | Compiling ansi_term v0.12.1 |
1627 | 2023-10-04T23:30:21.699Z | Compiling vec_map v0.8.2 |
1628 | 2023-10-04T23:30:22.000Z | Compiling strsim v0.8.0 |
1629 | 2023-10-04T23:30:22.222Z | Compiling libefi-sys v0.1.0 |
1630 | 2023-10-04T23:30:22.385Z | Compiling rayon-core v1.11.0 |
1631 | 2023-10-04T23:30:22.658Z | Compiling clap v2.34.0 |
1632 | 2023-10-04T23:30:23.244Z | Compiling argon2 v0.5.2 |
1633 | 2023-10-04T23:30:23.248Z | Compiling structopt-derive v0.4.18 |
1634 | 2023-10-04T23:30:26.914Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1635 | 2023-10-04T23:30:27.510Z | Compiling zone_cfg_derive v0.2.0 |
1636 | 2023-10-04T23:30:27.676Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1637 | 2023-10-04T23:30:28.472Z | Compiling crossbeam-deque v0.8.3 |
1638 | 2023-10-04T23:30:29.090Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1639 | 2023-10-04T23:30:29.642Z | Compiling portable-atomic v1.4.3 |
1640 | 2023-10-04T23:30:29.742Z | Compiling keccak v0.1.4 |
1641 | 2023-10-04T23:30:31.125Z | Compiling sha3 v0.10.8 |
1642 | 2023-10-04T23:30:31.299Z | Compiling zone v0.2.0 |
1643 | 2023-10-04T23:30:31.657Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1644 | 2023-10-04T23:30:36.031Z | Compiling structopt v0.3.26 |
1645 | 2023-10-04T23:30:36.687Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1646 | 2023-10-04T23:30:37.150Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1647 | 2023-10-04T23:30:37.744Z | Compiling hkdf v0.12.3 |
1648 | 2023-10-04T23:30:38.195Z | Compiling smf v0.2.2 |
1649 | 2023-10-04T23:30:39.130Z | Compiling secrecy v0.8.0 |
1650 | 2023-10-04T23:30:39.538Z | Compiling xattr v1.0.1 |
1651 | 2023-10-04T23:30:40.703Z | Compiling filetime v0.2.22 |
1652 | 2023-10-04T23:30:40.740Z | Compiling fastrand v2.0.0 |
1653 | 2023-10-04T23:30:40.773Z | Compiling same-file v1.0.6 |
1654 | 2023-10-04T23:30:41.301Z | Compiling tempfile v3.8.0 |
1655 | 2023-10-04T23:30:41.336Z | Compiling walkdir v2.4.0 |
1656 | 2023-10-04T23:30:41.647Z | Compiling tar v0.4.40 |
1657 | 2023-10-04T23:30:43.941Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1658 | 2023-10-04T23:30:44.357Z | Compiling rayon v1.7.0 |
1659 | 2023-10-04T23:30:44.973Z | Compiling number_prefix v0.4.0 |
1660 | 2023-10-04T23:30:45.795Z | Compiling omicron-zone-package v0.8.3 |
1661 | 2023-10-04T23:30:47.763Z | Compiling topological-sort v0.2.2 |
1662 | 2023-10-04T23:30:53.207Z | Compiling indicatif v0.17.6 |
1663 | 2023-10-04T23:30:57.492Z | Compiling bzip2 v0.4.4 |
1664 | 2023-10-04T23:30:58.089Z | Compiling zip v0.6.6 |
1665 | 2023-10-04T23:31:00.567Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1666 | 2023-10-04T23:31:00.901Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1667 | 2023-10-04T23:31:03.240Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1668 | 2023-10-04T23:31:03.276Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1669 | 2023-10-04T23:31:12.214Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1670 | 2023-10-04T23:31:12.228Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1671 | 2023-10-04T23:31:12.249Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1672 | 2023-10-04T23:31:25.550Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1673 | 2023-10-04T23:31:27.018Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1674 | 2023-10-04T23:32:02.332Z | Finished release [optimized] target(s) in 8m 06s |
1675 | 2023-10-04T23:32:02.581Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1676 | 2023-10-04T23:32:02.692Z | Created new build target 'test' and set it as active |
1677 | 2023-10-04T23:32:02.720Z | |
1678 | 2023-10-04T23:32:02.749Z | real 8:06.728073520 |
1679 | 2023-10-04T23:32:02.780Z | user 51:28.026549757 |
1680 | 2023-10-04T23:32:03.222Z | sys 4:40.412571862 |
1681 | 2023-10-04T23:32:03.253Z | trap 2.016250293 |
1682 | 2023-10-04T23:32:03.724Z | tflt 4.707858663 |
1683 | 2023-10-04T23:32:03.747Z | dflt 4.206332357 |
1684 | 2023-10-04T23:32:03.750Z | kflt 0.225141831 |
1685 | 2023-10-04T23:32:03.776Z | lock 1:54:07.280481985 |
1686 | 2023-10-04T23:32:03.786Z | slp 2:47:09.313706876 |
1687 | 2023-10-04T23:32:03.801Z | lat 2:15.984041877 |
1688 | 2023-10-04T23:32:03.819Z | stop 4:10.357877642 |
1689 | 2023-10-04T23:32:03.842Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1690 | 2023-10-04T23:32:03.859Z | Finished release [optimized] target(s) in 1.09s |
1691 | 2023-10-04T23:32:03.879Z | Running `target/release/omicron-package -t test package` |
1692 | 2023-10-04T23:32:03.925Z | Oct 04 23:32:03.916 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1693 | 2023-10-04T23:32:05.106Z | Compiling serde_json v1.0.107 |
1694 | 2023-10-04T23:32:05.162Z | Compiling linked-hash-map v0.5.6 |
1695 | 2023-10-04T23:32:05.173Z | Compiling slog-dtrace v0.2.3 |
1696 | 2023-10-04T23:32:05.179Z | Compiling base64 v0.13.1 |
1697 | 2023-10-04T23:32:05.188Z | Compiling quick-error v1.2.3 |
1698 | 2023-10-04T23:32:05.196Z | Compiling termcolor v1.2.0 |
1699 | 2023-10-04T23:32:05.221Z | Compiling same-file v1.0.6 |
1700 | 2023-10-04T23:32:05.229Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1701 | 2023-10-04T23:32:05.417Z | Compiling resolv-conf v0.7.0 |
1702 | 2023-10-04T23:32:05.509Z | Compiling walkdir v2.4.0 |
1703 | 2023-10-04T23:32:05.574Z | Compiling semver-parser v0.10.2 |
1704 | 2023-10-04T23:32:05.614Z | Compiling memoffset v0.7.1 |
1705 | 2023-10-04T23:32:05.733Z | Compiling lru-cache v0.1.2 |
1706 | 2023-10-04T23:32:06.027Z | Compiling trust-dns-resolver v0.22.0 |
1707 | 2023-10-04T23:32:06.051Z | Compiling cancel-safe-futures v0.1.2 |
1708 | 2023-10-04T23:32:06.538Z | Compiling fastrand v2.0.0 |
1709 | 2023-10-04T23:32:06.674Z | Compiling libz-sys v1.1.12 |
1710 | 2023-10-04T23:32:06.838Z | Compiling semver v0.11.0 |
1711 | 2023-10-04T23:32:07.376Z | Compiling tempfile v3.8.0 |
1712 | 2023-10-04T23:32:07.389Z | Compiling filetime v0.2.22 |
1713 | 2023-10-04T23:32:07.434Z | Compiling xattr v1.0.1 |
1714 | 2023-10-04T23:32:08.228Z | Compiling num-rational v0.4.1 |
1715 | 2023-10-04T23:32:08.248Z | Compiling utf-8 v0.7.6 |
1716 | 2023-10-04T23:32:08.725Z | Compiling home v0.5.5 |
1717 | 2023-10-04T23:32:08.733Z | Compiling schemars v0.8.13 |
1718 | 2023-10-04T23:32:08.742Z | Compiling openapiv3 v1.0.3 |
1719 | 2023-10-04T23:32:09.163Z | Compiling reqwest v0.11.20 |
1720 | 2023-10-04T23:32:09.171Z | Compiling usdt-impl v0.3.5 |
1721 | 2023-10-04T23:32:09.180Z | Compiling postgres-types v0.2.6 |
1722 | 2023-10-04T23:32:09.192Z | Compiling slog-json v2.6.1 |
1723 | 2023-10-04T23:32:09.594Z | Compiling usdt v0.3.5 |
1724 | 2023-10-04T23:32:10.369Z | Compiling tokio-postgres v0.7.10 |
1725 | 2023-10-04T23:32:15.965Z | Compiling ipnetwork v0.20.0 |
1726 | 2023-10-04T23:32:16.145Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1727 | 2023-10-04T23:32:22.080Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1728 | 2023-10-04T23:32:22.296Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1729 | 2023-10-04T23:32:23.884Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1730 | 2023-10-04T23:32:24.648Z | Compiling slog-bunyan v2.4.0 |
1731 | 2023-10-04T23:32:24.827Z | Compiling diesel v2.1.2 |
1732 | 2023-10-04T23:32:25.330Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1733 | 2023-10-04T23:32:31.569Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1734 | 2023-10-04T23:32:31.745Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1735 | 2023-10-04T23:32:33.840Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1736 | 2023-10-04T23:32:35.624Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1737 | 2023-10-04T23:32:36.876Z | Compiling toolchain_find v0.2.0 |
1738 | 2023-10-04T23:32:37.710Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1739 | 2023-10-04T23:32:39.205Z | Compiling tar v0.4.40 |
1740 | 2023-10-04T23:32:42.427Z | Compiling pem-rfc7468 v0.7.0 |
1741 | 2023-10-04T23:32:43.463Z | Compiling toml v0.5.11 |
1742 | 2023-10-04T23:32:45.373Z | Compiling der_derive v0.7.2 |
1743 | 2023-10-04T23:32:49.234Z | Compiling flagset v0.4.3 |
1744 | 2023-10-04T23:32:49.342Z | Compiling rustfmt-wrapper v0.2.0 |
1745 | 2023-10-04T23:32:49.579Z | Compiling der v0.7.8 |
1746 | 2023-10-04T23:32:50.368Z | Compiling omicron-zone-package v0.8.3 |
1747 | 2023-10-04T23:32:55.059Z | Compiling fxhash v0.2.1 |
1748 | 2023-10-04T23:32:55.408Z | Compiling num-complex v0.4.4 |
1749 | 2023-10-04T23:32:56.214Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1750 | 2023-10-04T23:32:57.291Z | Compiling unicase v2.7.0 |
1751 | 2023-10-04T23:32:57.727Z | Compiling num v0.4.1 |
1752 | 2023-10-04T23:32:57.911Z | Compiling spki v0.7.2 |
1753 | 2023-10-04T23:32:59.014Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2023-10-04T23:33:00.671Z | Compiling itertools v0.11.0 |
1755 | 2023-10-04T23:33:03.767Z | Compiling semver v0.1.20 |
1756 | 2023-10-04T23:33:04.758Z | Compiling ciborium-io v0.2.1 |
1757 | 2023-10-04T23:33:04.936Z | Compiling maybe-uninit v2.0.0 |
1758 | 2023-10-04T23:33:05.591Z | Compiling arc-swap v1.6.0 |
1759 | 2023-10-04T23:33:06.296Z | Compiling half v1.8.2 |
1760 | 2023-10-04T23:33:06.913Z | Compiling slog-scope v4.4.0 |
1761 | 2023-10-04T23:33:11.762Z | Compiling ciborium-ll v0.2.1 |
1762 | 2023-10-04T23:33:12.174Z | Compiling rustc_version v0.1.7 |
1763 | 2023-10-04T23:33:12.435Z | Compiling vergen v8.2.4 |
1764 | 2023-10-04T23:33:12.599Z | Compiling signal-hook v0.3.17 |
1765 | 2023-10-04T23:33:12.721Z | Compiling crc-catalog v2.2.0 |
1766 | 2023-10-04T23:33:12.879Z | Compiling parking_lot_core v0.8.6 |
1767 | 2023-10-04T23:33:12.933Z | Compiling num-bigint-dig v0.8.4 |
1768 | 2023-10-04T23:33:13.555Z | Compiling packed_struct v0.10.1 |
1769 | 2023-10-04T23:33:13.766Z | Compiling crc v3.0.1 |
1770 | 2023-10-04T23:33:13.912Z | Compiling newtype_derive v0.1.6 |
1771 | 2023-10-04T23:33:14.158Z | Compiling ciborium v0.2.1 |
1772 | 2023-10-04T23:33:14.344Z | Compiling slog-stdlog v4.1.1 |
1773 | 2023-10-04T23:33:14.508Z | Compiling pkcs8 v0.10.2 |
1774 | 2023-10-04T23:33:14.546Z | Compiling universal-hash v0.5.1 |
1775 | 2023-10-04T23:33:14.592Z | Compiling nibble_vec v0.1.0 |
1776 | 2023-10-04T23:33:14.609Z | Compiling libsqlite3-sys v0.26.0 |
1777 | 2023-10-04T23:33:14.715Z | Compiling packed_struct_codegen v0.10.1 |
1778 | 2023-10-04T23:33:15.042Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1779 | 2023-10-04T23:33:15.459Z | Compiling dirs-sys-next v0.1.2 |
1780 | 2023-10-04T23:33:16.096Z | Compiling opaque-debug v0.3.0 |
1781 | 2023-10-04T23:33:16.168Z | Compiling nodrop v0.1.14 |
1782 | 2023-10-04T23:33:16.230Z | Compiling crunchy v0.2.2 |
1783 | 2023-10-04T23:33:16.269Z | Compiling endian-type v0.1.2 |
1784 | 2023-10-04T23:33:16.351Z | Compiling glob v0.3.1 |
1785 | 2023-10-04T23:33:16.656Z | Compiling doc-comment v0.3.3 |
1786 | 2023-10-04T23:33:16.927Z | Compiling radix_trie v0.2.1 |
1787 | 2023-10-04T23:33:17.564Z | Compiling array-init v0.0.4 |
1788 | 2023-10-04T23:33:17.794Z | Compiling clang-sys v1.6.1 |
1789 | 2023-10-04T23:33:18.364Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1790 | 2023-10-04T23:33:18.794Z | Compiling dirs-next v2.0.0 |
1791 | 2023-10-04T23:33:19.643Z | Compiling pkcs1 v0.7.5 |
1792 | 2023-10-04T23:33:19.768Z | Compiling slog-envlogger v2.2.0 |
1793 | 2023-10-04T23:33:24.476Z | Compiling smallvec v0.6.14 |
1794 | 2023-10-04T23:33:28.393Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1795 | 2023-10-04T23:33:29.500Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1796 | 2023-10-04T23:33:29.641Z | Compiling sha-1 v0.10.1 |
1797 | 2023-10-04T23:33:31.124Z | Compiling prettyplease v0.2.12 |
1798 | 2023-10-04T23:33:31.546Z | Compiling platforms v3.0.2 |
1799 | 2023-10-04T23:33:31.980Z | Compiling tiny-keccak v2.0.2 |
1800 | 2023-10-04T23:33:32.350Z | Compiling bitfield v0.14.0 |
1801 | 2023-10-04T23:33:32.846Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1802 | 2023-10-04T23:33:35.553Z | Compiling rsa v0.9.2 |
1803 | 2023-10-04T23:33:37.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1804 | 2023-10-04T23:33:37.319Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1805 | 2023-10-04T23:33:37.817Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1806 | 2023-10-04T23:33:38.816Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1807 | 2023-10-04T23:33:44.741Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1808 | 2023-10-04T23:33:47.433Z | Compiling tungstenite v0.17.3 |
1809 | 2023-10-04T23:33:49.709Z | Compiling parking_lot v0.11.2 |
1810 | 2023-10-04T23:33:50.897Z | Compiling serde-hex v0.1.0 |
1811 | 2023-10-04T23:33:51.303Z | Compiling mime_guess v2.0.4 |
1812 | 2023-10-04T23:33:53.143Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1813 | 2023-10-04T23:33:53.820Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1814 | 2023-10-04T23:33:57.276Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1815 | 2023-10-04T23:34:00.282Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1816 | 2023-10-04T23:34:07.779Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1817 | 2023-10-04T23:34:11.073Z | Compiling term v0.7.0 |
1818 | 2023-10-04T23:34:12.343Z | Compiling trust-dns-client v0.22.0 |
1819 | 2023-10-04T23:34:13.511Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1820 | 2023-10-04T23:34:14.051Z | Compiling x509-cert v0.2.4 |
1821 | 2023-10-04T23:34:27.630Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1822 | 2023-10-04T23:34:33.397Z | Compiling env_logger v0.10.0 |
1823 | 2023-10-04T23:34:33.621Z | Compiling darling_core v0.14.4 |
1824 | 2023-10-04T23:34:33.897Z | Compiling hashlink v0.8.3 |
1825 | 2023-10-04T23:34:34.096Z | Compiling ron v0.8.1 |
1826 | 2023-10-04T23:34:34.317Z | Compiling aead v0.5.2 |
1827 | 2023-10-04T23:34:34.725Z | Compiling snafu-derive v0.7.5 |
1828 | 2023-10-04T23:34:37.917Z | Compiling humantime v2.1.0 |
1829 | 2023-10-04T23:34:39.088Z | Compiling convert_case v0.4.0 |
1830 | 2023-10-04T23:34:39.163Z | Compiling crc-any v2.4.3 |
1831 | 2023-10-04T23:34:40.242Z | Compiling fallible-streaming-iterator v0.1.9 |
1832 | 2023-10-04T23:34:40.402Z | Compiling minimal-lexical v0.2.1 |
1833 | 2023-10-04T23:34:40.620Z | Compiling rusqlite v0.29.0 |
1834 | 2023-10-04T23:34:40.633Z | Compiling darling_macro v0.14.4 |
1835 | 2023-10-04T23:34:41.114Z | Compiling nom v7.1.3 |
1836 | 2023-10-04T23:34:41.762Z | Compiling snafu v0.7.5 |
1837 | 2023-10-04T23:34:42.203Z | Compiling derive_more v0.99.17 |
1838 | 2023-10-04T23:34:43.685Z | Compiling trust-dns-server v0.22.1 |
1839 | 2023-10-04T23:34:43.987Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1840 | 2023-10-04T23:34:47.694Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1841 | 2023-10-04T23:34:51.109Z | Compiling ascii-canvas v3.0.0 |
1842 | 2023-10-04T23:34:51.130Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1843 | 2023-10-04T23:34:51.684Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1844 | 2023-10-04T23:34:54.071Z | Compiling steno v0.4.0 |
1845 | 2023-10-04T23:34:54.815Z | Compiling sled v0.34.7 |
1846 | 2023-10-04T23:35:09.108Z | Compiling tokio-tungstenite v0.17.2 |
1847 | 2023-10-04T23:35:10.951Z | Compiling nix v0.26.2 |
1848 | 2023-10-04T23:35:15.318Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1849 | 2023-10-04T23:35:16.403Z | Compiling tungstenite v0.18.0 |
1850 | 2023-10-04T23:35:20.468Z | Compiling num_enum_derive v0.7.0 |
1851 | 2023-10-04T23:35:21.696Z | Compiling object v0.30.4 |
1852 | 2023-10-04T23:35:22.224Z | Compiling twox-hash v1.6.3 |
1853 | 2023-10-04T23:35:24.078Z | Compiling is-terminal v0.4.9 |
1854 | 2023-10-04T23:35:26.997Z | Compiling ena v0.14.2 |
1855 | 2023-10-04T23:35:27.132Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1856 | 2023-10-04T23:35:27.357Z | Compiling derive-where v1.2.5 |
1857 | 2023-10-04T23:35:27.555Z | Compiling libloading v0.7.4 |
1858 | 2023-10-04T23:35:27.563Z | Compiling path-slash v0.1.5 |
1859 | 2023-10-04T23:35:27.649Z | Compiling linear-map v1.2.0 |
1860 | 2023-10-04T23:35:27.765Z | Compiling diff v0.1.13 |
1861 | 2023-10-04T23:35:27.857Z | Compiling bindgen v0.65.1 |
1862 | 2023-10-04T23:35:27.880Z | Compiling pretty-hex v0.3.0 |
1863 | 2023-10-04T23:35:27.982Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1864 | 2023-10-04T23:35:28.003Z | Compiling lalrpop v0.19.12 |
1865 | 2023-10-04T23:35:28.122Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1866 | 2023-10-04T23:35:30.145Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1867 | 2023-10-04T23:35:37.627Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1868 | 2023-10-04T23:35:47.737Z | Compiling num_enum v0.7.0 |
1869 | 2023-10-04T23:35:48.013Z | Compiling tokio-tungstenite v0.18.0 |
1870 | 2023-10-04T23:35:48.185Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1871 | 2023-10-04T23:35:49.275Z | Compiling curve25519-dalek v4.1.0 |
1872 | 2023-10-04T23:35:49.461Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1873 | 2023-10-04T23:35:58.431Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1874 | 2023-10-04T23:36:03.469Z | Compiling cexpr v0.6.0 |
1875 | 2023-10-04T23:36:05.072Z | Compiling darling v0.14.4 |
1876 | 2023-10-04T23:36:05.709Z | Compiling polyval v0.6.1 |
1877 | 2023-10-04T23:36:06.162Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1878 | 2023-10-04T23:36:07.752Z | Compiling ctr v0.9.2 |
1879 | 2023-10-04T23:36:07.861Z | Compiling aes v0.8.3 |
1880 | 2023-10-04T23:36:08.136Z | Compiling which v4.4.0 |
1881 | 2023-10-04T23:36:09.432Z | Compiling ff v0.13.0 |
1882 | 2023-10-04T23:36:09.446Z | Compiling path-dedot v3.1.0 |
1883 | 2023-10-04T23:36:09.777Z | Compiling bincode v1.3.3 |
1884 | 2023-10-04T23:36:11.789Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1885 | 2023-10-04T23:36:12.217Z | Compiling display-error-chain v0.1.1 |
1886 | 2023-10-04T23:36:12.681Z | Compiling shlex v1.1.0 |
1887 | 2023-10-04T23:36:12.698Z | Compiling erased-serde v0.3.30 |
1888 | 2023-10-04T23:36:12.715Z | Compiling peeking_take_while v0.1.2 |
1889 | 2023-10-04T23:36:12.873Z | Compiling rustc-hash v1.1.0 |
1890 | 2023-10-04T23:36:13.080Z | Compiling lazycell v1.3.0 |
1891 | 2023-10-04T23:36:13.178Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1892 | 2023-10-04T23:36:14.606Z | Compiling path-absolutize v3.1.0 |
1893 | 2023-10-04T23:36:14.798Z | Compiling aes-gcm-siv v0.11.1 |
1894 | 2023-10-04T23:36:14.942Z | Compiling group v0.13.0 |
1895 | 2023-10-04T23:36:15.130Z | Compiling derive_builder_core v0.12.0 |
1896 | 2023-10-04T23:36:15.425Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1897 | 2023-10-04T23:36:17.226Z | Compiling polar-core v0.26.4 |
1898 | 2023-10-04T23:36:19.151Z | Compiling env_logger v0.9.3 |
1899 | 2023-10-04T23:36:19.414Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1900 | 2023-10-04T23:36:26.245Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1901 | 2023-10-04T23:36:29.612Z | Compiling olpc-cjson v0.1.3 |
1902 | 2023-10-04T23:36:31.064Z | Compiling pem v1.1.1 |
1903 | 2023-10-04T23:36:31.494Z | Compiling camino-tempfile v1.0.2 |
1904 | 2023-10-04T23:36:32.031Z | Compiling globset v0.4.13 |
1905 | 2023-10-04T23:36:34.307Z | Compiling crypto-bigint v0.5.2 |
1906 | 2023-10-04T23:36:36.635Z | Compiling serde_plain v1.0.2 |
1907 | 2023-10-04T23:36:36.822Z | Compiling async-recursion v1.0.5 |
1908 | 2023-10-04T23:36:37.532Z | Compiling curve25519-dalek-derive v0.1.0 |
1909 | 2023-10-04T23:36:38.330Z | Compiling bitstruct_derive v0.1.0 |
1910 | 2023-10-04T23:36:39.747Z | Compiling libxml v0.3.3 |
1911 | 2023-10-04T23:36:40.249Z | Compiling thiserror-impl-no-std v2.0.2 |
1912 | 2023-10-04T23:36:40.371Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1913 | 2023-10-04T23:36:40.408Z | Compiling ascii v1.1.0 |
1914 | 2023-10-04T23:36:40.579Z | Compiling ref-cast v1.0.20 |
1915 | 2023-10-04T23:36:41.247Z | Compiling buf-list v1.0.3 |
1916 | 2023-10-04T23:36:41.791Z | Compiling base16ct v0.2.0 |
1917 | 2023-10-04T23:36:42.122Z | Compiling ringbuffer v0.14.2 |
1918 | 2023-10-04T23:36:42.477Z | Compiling elliptic-curve v0.13.5 |
1919 | 2023-10-04T23:36:43.284Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2023-10-04T23:36:43.807Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1921 | 2023-10-04T23:36:43.828Z | Compiling bitstruct v0.1.1 |
1922 | 2023-10-04T23:36:44.759Z | Compiling tough v0.12.5 |
1923 | 2023-10-04T23:36:45.481Z | Compiling thiserror-no-std v2.0.2 |
1924 | 2023-10-04T23:36:45.495Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1925 | 2023-10-04T23:36:47.854Z | Compiling derive_builder_macro v0.12.0 |
1926 | 2023-10-04T23:36:52.005Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1927 | 2023-10-04T23:36:56.288Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1928 | 2023-10-04T23:36:57.027Z | Compiling poly1305 v0.8.0 |
1929 | 2023-10-04T23:36:58.748Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1930 | 2023-10-04T23:36:59.610Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1931 | 2023-10-04T23:36:59.986Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1932 | 2023-10-04T23:37:00.382Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1933 | 2023-10-04T23:37:02.137Z | Compiling chacha20 v0.9.1 |
1934 | 2023-10-04T23:37:02.220Z | Compiling strum_macros v0.24.3 |
1935 | 2023-10-04T23:37:02.646Z | Compiling const_format_proc_macros v0.2.31 |
1936 | 2023-10-04T23:37:02.654Z | Compiling serde_arrays v0.1.0 |
1937 | 2023-10-04T23:37:02.905Z | Compiling enum-iterator-derive v1.2.1 |
1938 | 2023-10-04T23:37:05.543Z | Compiling ref-cast-impl v1.0.20 |
1939 | 2023-10-04T23:37:06.121Z | Compiling cookie v0.16.2 |
1940 | 2023-10-04T23:37:06.547Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1941 | 2023-10-04T23:37:07.353Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1942 | 2023-10-04T23:37:07.360Z | Compiling signature v1.6.4 |
1943 | 2023-10-04T23:37:07.411Z | Compiling salty v0.2.0 |
1944 | 2023-10-04T23:37:07.517Z | Compiling indoc v1.0.9 |
1945 | 2023-10-04T23:37:07.978Z | Compiling ed25519 v1.5.3 |
1946 | 2023-10-04T23:37:08.451Z | Compiling enum-iterator v1.4.1 |
1947 | 2023-10-04T23:37:08.924Z | Compiling const_format v0.2.31 |
1948 | 2023-10-04T23:37:08.957Z | Compiling chacha20poly1305 v0.10.1 |
1949 | 2023-10-04T23:37:09.288Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1950 | 2023-10-04T23:37:10.374Z | Compiling derive_builder v0.12.0 |
1951 | 2023-10-04T23:37:10.863Z | Compiling vsss-rs v3.3.1 |
1952 | 2023-10-04T23:37:18.704Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1953 | 2023-10-04T23:37:19.139Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1954 | 2023-10-04T23:37:24.665Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1955 | 2023-10-04T23:37:25.543Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1956 | 2023-10-04T23:37:29.400Z | Compiling signal-hook-mio v0.2.3 |
1957 | 2023-10-04T23:37:29.678Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1958 | 2023-10-04T23:37:30.920Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1959 | 2023-10-04T23:37:33.795Z | Compiling ron v0.7.1 |
1960 | 2023-10-04T23:37:40.862Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1961 | 2023-10-04T23:37:41.206Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1962 | 2023-10-04T23:37:47.052Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1963 | 2023-10-04T23:37:47.454Z | Compiling headers-core v0.2.0 |
1964 | 2023-10-04T23:37:47.464Z | Compiling bb8 v0.8.1 |
1965 | 2023-10-04T23:37:47.531Z | Compiling quick-xml v0.23.1 |
1966 | 2023-10-04T23:37:47.639Z | Compiling serde-big-array v0.5.1 |
1967 | 2023-10-04T23:37:47.704Z | Compiling num-derive v0.4.0 |
1968 | 2023-10-04T23:37:48.199Z | Compiling oso-derive v0.26.4 |
1969 | 2023-10-04T23:37:48.280Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1970 | 2023-10-04T23:37:48.324Z | Compiling impl-trait-for-tuples v0.2.2 |
1971 | 2023-10-04T23:37:48.386Z | Compiling bit_field v0.10.2 |
1972 | 2023-10-04T23:37:48.430Z | Compiling http-range v0.1.5 |
1973 | 2023-10-04T23:37:56.219Z | Compiling maplit v1.0.2 |
1974 | 2023-10-04T23:37:56.946Z | Compiling hyper-staticfile v0.9.5 |
1975 | 2023-10-04T23:37:57.105Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1976 | 2023-10-04T23:37:57.584Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1977 | 2023-10-04T23:37:57.677Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1978 | 2023-10-04T23:37:57.726Z | Compiling headers v0.3.9 |
1979 | 2023-10-04T23:38:04.943Z | Compiling crossterm v0.27.0 |
1980 | 2023-10-04T23:38:05.166Z | Compiling oso v0.26.4 |
1981 | 2023-10-04T23:38:22.264Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1982 | 2023-10-04T23:38:24.784Z | Compiling signal-hook-tokio v0.3.1 |
1983 | 2023-10-04T23:38:25.093Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1984 | 2023-10-04T23:38:25.190Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1985 | 2023-10-04T23:38:25.501Z | Compiling serde-big-array v0.4.1 |
1986 | 2023-10-04T23:38:25.758Z | Compiling cassowary v0.3.0 |
1987 | 2023-10-04T23:38:27.729Z | Compiling indoc v2.0.3 |
1988 | 2023-10-04T23:38:28.947Z | Compiling ratatui v0.23.0 |
1989 | 2023-10-04T23:38:30.391Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1990 | 2023-10-04T23:38:33.249Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1991 | 2023-10-04T23:38:33.589Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1992 | 2023-10-04T23:38:34.159Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1993 | 2023-10-04T23:38:37.630Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1994 | 2023-10-04T23:38:43.263Z | Compiling fatfs v0.3.6 |
1995 | 2023-10-04T23:38:46.093Z | Compiling bytesize v1.3.0 |
1996 | 2023-10-04T23:38:47.060Z | Compiling nanorand v0.7.0 |
1997 | 2023-10-04T23:38:47.776Z | Compiling rtoolbox v0.0.1 |
1998 | 2023-10-04T23:38:47.798Z | Compiling fs-err v2.9.0 |
1999 | 2023-10-04T23:38:48.410Z | Compiling corncobs v0.1.3 |
2000 | 2023-10-04T23:38:48.529Z | Compiling assert_matches v1.5.0 |
2001 | 2023-10-04T23:38:48.669Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2002 | 2023-10-04T23:38:49.473Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2003 | 2023-10-04T23:38:50.409Z | Compiling rpassword v7.2.0 |
2004 | 2023-10-04T23:38:50.431Z | Compiling flume v0.11.0 |
2005 | 2023-10-04T23:38:50.479Z | Compiling tui-tree-widget v0.13.0 |
2006 | 2023-10-04T23:38:50.965Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2007 | 2023-10-04T23:38:53.523Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2008 | 2023-10-04T23:38:54.794Z | Compiling owo-colors v3.5.0 |
2009 | 2023-10-04T23:39:00.332Z | Compiling shell-words v1.1.0 |
2010 | 2023-10-04T23:39:01.443Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2011 | 2023-10-04T23:39:13.754Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2012 | 2023-10-04T23:40:04.498Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2013 | 2023-10-04T23:40:20.052Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2014 | 2023-10-04T23:42:24.718Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2015 | 2023-10-04T23:44:05.510Z | Compiling git2 v0.17.2 |
2016 | 2023-10-04T23:44:12.163Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2017 | 2023-10-04T23:44:13.908Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2018 | 2023-10-04T23:44:25.891Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2019 | 2023-10-04T23:44:44.728Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2020 | 2023-10-04T23:44:48.263Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2021 | 2023-10-04T23:53:41.284Z | Finished release [optimized] target(s) in 21m 37s |
2022 | 2023-10-04T23:55:06.194Z | |
2023 | 2023-10-04T23:55:06.206Z | real 23:03.543834765 |
2024 | 2023-10-04T23:55:06.214Z | user 2:38:26.194731537 |
2025 | 2023-10-04T23:55:06.223Z | sys 6:35.128349183 |
2026 | 2023-10-04T23:55:06.234Z | trap 5.195662950 |
2027 | 2023-10-04T23:55:06.244Z | tflt 1.447984760 |
2028 | 2023-10-04T23:55:06.254Z | dflt 3.542739519 |
2029 | 2023-10-04T23:55:06.272Z | kflt 0.006519117 |
2030 | 2023-10-04T23:55:06.300Z | lock 8:59:06.875634680 |
2031 | 2023-10-04T23:55:06.326Z | slp 6:24:44.705776669 |
2032 | 2023-10-04T23:55:06.341Z | lat 2:45.589571281 |
2033 | 2023-10-04T23:55:06.352Z | stop 50.458117993 |
2034 | 2023-10-04T23:55:06.376Z | + 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/*) |
2035 | 2023-10-04T23:55:06.387Z | + pfexec mkdir -p /work |
2036 | 2023-10-04T23:55:06.399Z | + pfexec chown build /work |
2037 | 2023-10-04T23:55:06.411Z | + 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 |
2038 | 2023-10-04T23:55:19.970Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2039 | 2023-10-04T23:55:19.984Z | a out/maghemite.tar 73201K |
2040 | 2023-10-04T23:55:20.418Z | a out/omicron-sled-agent.tar 110632K |
2041 | 2023-10-04T23:55:20.436Z | a out/target/test 1K |
2042 | 2023-10-04T23:55:20.468Z | a out/npuzone/npuzone 36077K |
2043 | 2023-10-04T23:55:20.487Z | a package-manifest.toml 21K |
2044 | 2023-10-04T23:55:20.497Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2045 | 2023-10-04T23:55:20.511Z | a target/release/omicron-package 37063K |
2046 | 2023-10-04T23:55:20.530Z | a tools/create_virtual_hardware.sh 3K |
2047 | 2023-10-04T23:55:20.547Z | a tools/virtual_hardware.sh 4K |
2048 | 2023-10-04T23:55:20.569Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2049 | 2023-10-04T23:55:20.596Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2050 | 2023-10-04T23:55:20.618Z | a tools/scrimlet/softnpu-init.sh 3K |
2051 | 2023-10-04T23:55:20.638Z | a tools/scrimlet/softnpu-zone.txt 1K |
2052 | 2023-10-04T23:55:20.658Z | a tools/scrimlet/softnpu.toml 1K |
2053 | 2023-10-04T23:55:21.088Z | |
2054 | 2023-10-04T23:55:21.111Z | real 13.756316338 |
2055 | 2023-10-04T23:55:21.127Z | user 13.162543442 |
2056 | 2023-10-04T23:55:21.144Z | sys 1.070066051 |
2057 | 2023-10-04T23:55:21.163Z | trap 0.004118943 |
2058 | 2023-10-04T23:55:21.190Z | tflt 0.000000000 |
2059 | 2023-10-04T23:55:21.636Z | dflt 0.000000000 |
2060 | 2023-10-04T23:55:21.655Z | kflt 0.000000000 |
2061 | 2023-10-04T23:55:21.675Z | lock 0.000000000 |
2062 | 2023-10-04T23:55:21.697Z | slp 12.864878632 |
2063 | 2023-10-04T23:55:21.717Z | lat 0.407395933 |
2064 | 2023-10-04T23:55:22.203Z | stop 0.000262210 |
2065 | 2023-10-04T23:55:22.225Z | ++ pwd |
2066 | 2023-10-04T23:55:22.643Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2067 | 2023-10-04T23:55:22.651Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2068 | 2023-10-04T23:55:22.666Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2069 | 2023-10-04T23:55:22.683Z | Finished release [optimized] target(s) in 1.09s |
2070 | 2023-10-04T23:55:22.691Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2071 | 2023-10-04T23:55:22.705Z | Created new build target 'host' and set it as active |
2072 | 2023-10-04T23:55:22.721Z | |
2073 | 2023-10-04T23:55:22.742Z | real 1.241513580 |
2074 | 2023-10-04T23:55:22.785Z | user 0.879332118 |
2075 | 2023-10-04T23:55:22.804Z | sys 0.362999770 |
2076 | 2023-10-04T23:55:22.820Z | trap 0.000114408 |
2077 | 2023-10-04T23:55:22.845Z | tflt 0.000002266 |
2078 | 2023-10-04T23:55:23.273Z | dflt 0.000011766 |
2079 | 2023-10-04T23:55:23.697Z | kflt 0.000000000 |
2080 | 2023-10-04T23:55:24.119Z | lock 0.033906289 |
2081 | 2023-10-04T23:55:24.128Z | slp 0.018716310 |
2082 | 2023-10-04T23:55:24.550Z | lat 0.001605174 |
2083 | 2023-10-04T23:55:24.563Z | stop 0.000224157 |
2084 | 2023-10-04T23:55:24.578Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2085 | 2023-10-04T23:55:24.594Z | Finished release [optimized] target(s) in 1.05s |
2086 | 2023-10-04T23:55:24.613Z | Running `target/release/omicron-package -t host package` |
2087 | 2023-10-04T23:55:24.630Z | Oct 04 23:55:22.432 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2088 | 2023-10-04T23:55:24.647Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2089 | 2023-10-04T23:58:56.969Z | Finished release [optimized] target(s) in 3m 34s |
2090 | 2023-10-05T00:01:09.900Z | |
2091 | 2023-10-05T00:01:10.362Z | real 5:47.892208218 |
2092 | 2023-10-05T00:01:10.629Z | user 20:58.635537969 |
2093 | 2023-10-05T00:01:11.724Z | sys 1:01.829575253 |
2094 | 2023-10-05T00:01:11.740Z | trap 0.540024491 |
2095 | 2023-10-05T00:01:11.926Z | tflt 0.020895154 |
2096 | 2023-10-05T00:01:12.161Z | dflt 1.786125798 |
2097 | 2023-10-05T00:01:12.323Z | kflt 0.051967315 |
2098 | 2023-10-05T00:01:12.361Z | lock 1:24:41.914767977 |
2099 | 2023-10-05T00:01:12.380Z | slp 17:57.076407095 |
2100 | 2023-10-05T00:01:12.405Z | lat 7.804707620 |
2101 | 2023-10-05T00:01:12.421Z | stop 0.631475273 |
2102 | 2023-10-05T00:01:12.440Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2103 | 2023-10-05T00:01:12.479Z | + for package in "$@" |
2104 | 2023-10-05T00:01:12.489Z | + [[ omicron-sled-agent == maghemite ]] |
2105 | 2023-10-05T00:01:12.512Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git0007f70bbce |
2106 | 2023-10-05T00:01:12.952Z | Finished release [optimized] target(s) in 1.08s |
2107 | 2023-10-05T00:01:12.972Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git0007f70bbce` |
2108 | 2023-10-05T00:01:12.998Z | Oct 05 00:01:10.350 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2109 | 2023-10-05T00:01:13.017Z | Created: out/versioned/omicron-sled-agent.tar |
2110 | 2023-10-05T00:01:13.437Z | + for package in "$@" |
2111 | 2023-10-05T00:01:13.446Z | + [[ maghemite == maghemite ]] |
2112 | 2023-10-05T00:01:13.458Z | + echo 0.0.0 |
2113 | 2023-10-05T00:01:13.471Z | + tar rvf out/maghemite.tar VERSION |
2114 | 2023-10-05T00:01:13.481Z | a VERSION 1K |
2115 | 2023-10-05T00:01:13.495Z | + rm VERSION |
2116 | 2023-10-05T00:01:13.512Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0007f70bbce |
2117 | 2023-10-05T00:01:13.529Z | Finished release [optimized] target(s) in 1.11s |
2118 | 2023-10-05T00:01:13.542Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0007f70bbce` |
2119 | 2023-10-05T00:01:13.558Z | Oct 05 00:01:12.154 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2120 | 2023-10-05T00:01:13.985Z | Created: out/versioned/maghemite.tar |
2121 | 2023-10-05T00:01:14.008Z | + for package in "$@" |
2122 | 2023-10-05T00:01:14.015Z | + [[ propolis-server == maghemite ]] |
2123 | 2023-10-05T00:01:14.028Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git0007f70bbce |
2124 | 2023-10-05T00:01:14.038Z | Finished release [optimized] target(s) in 1.06s |
2125 | 2023-10-05T00:01:14.041Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git0007f70bbce` |
2126 | 2023-10-05T00:01:14.044Z | Oct 05 00:01:13.704 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2127 | 2023-10-05T00:01:15.457Z | Created: out/versioned/propolis-server.tar.gz |
2128 | 2023-10-05T00:01:15.474Z | + for package in "$@" |
2129 | 2023-10-05T00:01:15.501Z | + [[ overlay == maghemite ]] |
2130 | 2023-10-05T00:01:15.520Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git0007f70bbce |
2131 | 2023-10-05T00:01:16.693Z | Finished release [optimized] target(s) in 1.10s |
2132 | 2023-10-05T00:01:16.711Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git0007f70bbce` |
2133 | 2023-10-05T00:01:16.738Z | Oct 05 00:01:16.718 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2134 | 2023-10-05T00:01:16.764Z | Created: out/versioned/overlay.tar.gz |
2135 | 2023-10-05T00:01:16.784Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2136 | 2023-10-05T00:01:16.796Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2137 | 2023-10-05T00:01:16.852Z | ++ cd -- ./tools |
2138 | 2023-10-05T00:01:16.866Z | ++ pwd |
2139 | 2023-10-05T00:01:17.282Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2140 | 2023-10-05T00:01:17.304Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2141 | 2023-10-05T00:01:17.330Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2142 | 2023-10-05T00:01:17.366Z | ++ readlink -f /work |
2143 | 2023-10-05T00:01:17.416Z | + out_dir=/work |
2144 | 2023-10-05T00:01:17.435Z | + 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") |
2145 | 2023-10-05T00:01:17.458Z | + for dep in "${deps[@]}" |
2146 | 2023-10-05T00:01:17.484Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2147 | 2023-10-05T00:01:17.506Z | + for dep in "${deps[@]}" |
2148 | 2023-10-05T00:01:17.529Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2149 | 2023-10-05T00:01:17.556Z | + for dep in "${deps[@]}" |
2150 | 2023-10-05T00:01:17.585Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2151 | 2023-10-05T00:01:17.592Z | + for dep in "${deps[@]}" |
2152 | 2023-10-05T00:01:17.603Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2153 | 2023-10-05T00:01:18.033Z | ++ mktemp -d |
2154 | 2023-10-05T00:01:18.055Z | + tmp_gz=/tmp/tmp.n_aWni |
2155 | 2023-10-05T00:01:18.068Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2156 | 2023-10-05T00:01:18.109Z | + echo '{"v":"1","t":"layer"}' |
2157 | 2023-10-05T00:01:18.130Z | + pkg_dir=/tmp/tmp.n_aWni/root/opt/oxide/sled-agent |
2158 | 2023-10-05T00:01:18.147Z | + mkdir -p /tmp/tmp.n_aWni/root/opt/oxide/sled-agent |
2159 | 2023-10-05T00:01:18.157Z | + cd /tmp/tmp.n_aWni/root/opt/oxide/sled-agent |
2160 | 2023-10-05T00:01:18.165Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2161 | 2023-10-05T00:01:18.180Z | x ., 0 bytes, 0 tape blocks |
2162 | 2023-10-05T00:01:18.187Z | x zone-bundle, 34391616 bytes, 67172 tape blocks |
2163 | 2023-10-05T00:01:18.201Z | x sled-agent, 78996288 bytes, 154290 tape blocks |
2164 | 2023-10-05T00:01:18.211Z | x pkg, 0 bytes, 0 tape blocks |
2165 | 2023-10-05T00:01:18.218Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2166 | 2023-10-05T00:01:18.222Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2167 | 2023-10-05T00:01:18.230Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2168 | 2023-10-05T00:01:18.234Z | x VERSION, 25 bytes, 1 tape blocks |
2169 | 2023-10-05T00:01:18.667Z | + mkdir -p /tmp/tmp.n_aWni/root/lib/svc/manifest/site/ |
2170 | 2023-10-05T00:01:19.086Z | + mv pkg/manifest.xml /tmp/tmp.n_aWni/root/lib/svc/manifest/site/sled-agent.xml |
2171 | 2023-10-05T00:01:19.097Z | + cd - |
2172 | 2023-10-05T00:01:19.116Z | /work/oxidecomputer/omicron |
2173 | 2023-10-05T00:01:19.124Z | + pkg_dir=/tmp/tmp.n_aWni/root/opt/oxide/mg-ddm |
2174 | 2023-10-05T00:01:19.546Z | + mkdir -p /tmp/tmp.n_aWni/root/opt/oxide/mg-ddm |
2175 | 2023-10-05T00:01:20.021Z | + cd /tmp/tmp.n_aWni/root/opt/oxide/mg-ddm |
2176 | 2023-10-05T00:01:20.620Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2177 | 2023-10-05T00:01:20.660Z | x ., 0 bytes, 0 tape blocks |
2178 | 2023-10-05T00:01:20.684Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2179 | 2023-10-05T00:01:20.704Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2180 | 2023-10-05T00:01:20.726Z | x pkg, 0 bytes, 0 tape blocks |
2181 | 2023-10-05T00:01:20.751Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2182 | 2023-10-05T00:01:20.780Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2183 | 2023-10-05T00:01:20.806Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2184 | 2023-10-05T00:01:20.834Z | x VERSION, 25 bytes, 1 tape blocks |
2185 | 2023-10-05T00:01:20.856Z | + cd - |
2186 | 2023-10-05T00:01:20.887Z | /work/oxidecomputer/omicron |
2187 | 2023-10-05T00:01:21.734Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.n_aWni/root/opt/oxide |
2188 | 2023-10-05T00:01:21.743Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.n_aWni/root/opt/oxide |
2189 | 2023-10-05T00:01:21.757Z | + cd /tmp/tmp.n_aWni |
2190 | 2023-10-05T00:01:21.773Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2191 | 2023-10-05T00:01:29.367Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2192 | 2023-10-05T00:01:29.385Z | a oxide.json 1K |
2193 | 2023-10-05T00:01:29.808Z | a root/ 0K |
2194 | 2023-10-05T00:01:29.885Z | a root/opt/ 0K |
2195 | 2023-10-05T00:01:29.889Z | a root/opt/oxide/ 0K |
2196 | 2023-10-05T00:01:29.896Z | a root/opt/oxide/sled-agent/ 0K |
2197 | 2023-10-05T00:01:29.907Z | a root/opt/oxide/sled-agent/zone-bundle 33586K |
2198 | 2023-10-05T00:01:29.917Z | a root/opt/oxide/sled-agent/sled-agent 77145K |
2199 | 2023-10-05T00:01:29.921Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2200 | 2023-10-05T00:01:29.937Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2201 | 2023-10-05T00:01:29.949Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2202 | 2023-10-05T00:01:30.392Z | a root/opt/oxide/sled-agent/VERSION 1K |
2203 | 2023-10-05T00:01:30.417Z | a root/opt/oxide/mg-ddm/ 0K |
2204 | 2023-10-05T00:01:30.552Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2205 | 2023-10-05T00:01:30.560Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2206 | 2023-10-05T00:01:30.618Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2207 | 2023-10-05T00:01:30.641Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2208 | 2023-10-05T00:01:30.657Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2209 | 2023-10-05T00:01:30.669Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2210 | 2023-10-05T00:01:30.696Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2211 | 2023-10-05T00:01:31.133Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2212 | 2023-10-05T00:01:31.149Z | a root/opt/oxide/overlay.tar.gz 2K |
2213 | 2023-10-05T00:01:31.575Z | a root/lib/ 0K |
2214 | 2023-10-05T00:01:31.621Z | a root/lib/svc/ 0K |
2215 | 2023-10-05T00:01:31.668Z | a root/lib/svc/manifest/ 0K |
2216 | 2023-10-05T00:01:31.672Z | a root/lib/svc/manifest/site/ 0K |
2217 | 2023-10-05T00:01:31.676Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2218 | 2023-10-05T00:01:31.681Z | + cd / |
2219 | 2023-10-05T00:01:31.690Z | + rm -rf /tmp/tmp.n_aWni |
2220 | 2023-10-05T00:01:31.704Z | |
2221 | 2023-10-05T00:01:31.711Z | real 12.688195479 |
2222 | 2023-10-05T00:01:31.717Z | user 11.772725095 |
2223 | 2023-10-05T00:01:31.721Z | sys 0.981158197 |
2224 | 2023-10-05T00:01:31.732Z | trap 0.002583843 |
2225 | 2023-10-05T00:01:31.742Z | tflt 0.000000000 |
2226 | 2023-10-05T00:01:31.756Z | dflt 0.000000000 |
2227 | 2023-10-05T00:01:31.767Z | kflt 0.000000000 |
2228 | 2023-10-05T00:01:31.779Z | lock 0.000000000 |
2229 | 2023-10-05T00:01:31.791Z | slp 24.511727871 |
2230 | 2023-10-05T00:01:31.805Z | lat 0.371470025 |
2231 | 2023-10-05T00:01:31.821Z | stop 0.000336938 |
2232 | 2023-10-05T00:01:31.830Z | + mkdir -p /work/zones |
2233 | 2023-10-05T00:01:31.848Z | + 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) |
2234 | 2023-10-05T00:01:31.870Z | + 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/ |
2235 | 2023-10-05T00:01:33.300Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2236 | 2023-10-05T00:01:34.096Z | Finished release [optimized] target(s) in 1.13s |
2237 | 2023-10-05T00:01:34.125Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2238 | 2023-10-05T00:01:34.167Z | Created new build target 'recovery' and set it as active |
2239 | 2023-10-05T00:01:34.613Z | |
2240 | 2023-10-05T00:01:34.635Z | real 1.289671142 |
2241 | 2023-10-05T00:01:34.672Z | user 0.917871776 |
2242 | 2023-10-05T00:01:35.115Z | sys 0.370093158 |
2243 | 2023-10-05T00:01:35.136Z | trap 0.000861934 |
2244 | 2023-10-05T00:01:35.208Z | tflt 0.000040439 |
2245 | 2023-10-05T00:01:35.221Z | dflt 0.000073048 |
2246 | 2023-10-05T00:01:35.240Z | kflt 0.000000000 |
2247 | 2023-10-05T00:01:35.292Z | lock 0.037005287 |
2248 | 2023-10-05T00:01:35.297Z | slp 0.022206869 |
2249 | 2023-10-05T00:01:35.301Z | lat 0.003811758 |
2250 | 2023-10-05T00:01:35.307Z | stop 0.000219026 |
2251 | 2023-10-05T00:01:35.315Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2252 | 2023-10-05T00:01:35.395Z | Finished release [optimized] target(s) in 1.13s |
2253 | 2023-10-05T00:01:35.422Z | Running `target/release/omicron-package -t recovery package` |
2254 | 2023-10-05T00:01:35.461Z | Oct 05 00:01:35.469 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2255 | 2023-10-05T00:01:36.464Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2256 | 2023-10-05T00:01:40.354Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2257 | 2023-10-05T00:02:12.966Z | Finished release [optimized] target(s) in 37.36s |
2258 | 2023-10-05T00:04:02.105Z | |
2259 | 2023-10-05T00:04:02.541Z | real 2:27.912476354 |
2260 | 2023-10-05T00:04:03.802Z | user 2:39.658877664 |
2261 | 2023-10-05T00:04:04.239Z | sys 12.483466157 |
2262 | 2023-10-05T00:04:04.261Z | trap 0.071799043 |
2263 | 2023-10-05T00:04:04.291Z | tflt 0.025838195 |
2264 | 2023-10-05T00:04:04.326Z | dflt 0.918955158 |
2265 | 2023-10-05T00:04:04.360Z | kflt 0.000000000 |
2266 | 2023-10-05T00:04:04.389Z | lock 29:36.087397542 |
2267 | 2023-10-05T00:04:04.847Z | slp 4:09.179401307 |
2268 | 2023-10-05T00:04:04.875Z | lat 1.793525674 |
2269 | 2023-10-05T00:04:05.468Z | stop 0.202553622 |
2270 | 2023-10-05T00:04:05.500Z | + stamp_packages installinator maghemite |
2271 | 2023-10-05T00:04:05.533Z | + for package in "$@" |
2272 | 2023-10-05T00:04:05.575Z | + [[ installinator == maghemite ]] |
2273 | 2023-10-05T00:04:05.613Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git0007f70bbce |
2274 | 2023-10-05T00:04:06.053Z | Finished release [optimized] target(s) in 1.07s |
2275 | 2023-10-05T00:04:06.070Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git0007f70bbce` |
2276 | 2023-10-05T00:04:06.089Z | Oct 05 00:04:03.323 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2277 | 2023-10-05T00:04:06.539Z | Created: out/versioned/installinator.tar |
2278 | 2023-10-05T00:04:06.567Z | + for package in "$@" |
2279 | 2023-10-05T00:04:06.586Z | + [[ maghemite == maghemite ]] |
2280 | 2023-10-05T00:04:07.035Z | + echo 0.0.0 |
2281 | 2023-10-05T00:04:07.062Z | + tar rvf out/maghemite.tar VERSION |
2282 | 2023-10-05T00:04:07.497Z | a VERSION 1K |
2283 | 2023-10-05T00:04:07.520Z | + rm VERSION |
2284 | 2023-10-05T00:04:07.533Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git0007f70bbce |
2285 | 2023-10-05T00:04:07.549Z | Finished release [optimized] target(s) in 1.05s |
2286 | 2023-10-05T00:04:07.565Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git0007f70bbce` |
2287 | 2023-10-05T00:04:07.587Z | Oct 05 00:04:04.648 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2288 | 2023-10-05T00:04:07.609Z | Created: out/versioned/maghemite.tar |
2289 | 2023-10-05T00:04:08.869Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2290 | 2023-10-05T00:04:08.918Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2291 | 2023-10-05T00:04:08.932Z | ++ cd -- ./tools |
2292 | 2023-10-05T00:04:08.948Z | ++ pwd |
2293 | 2023-10-05T00:04:08.965Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2294 | 2023-10-05T00:04:08.982Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2295 | 2023-10-05T00:04:09.000Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2296 | 2023-10-05T00:04:09.023Z | ++ readlink -f /work |
2297 | 2023-10-05T00:04:09.462Z | + out_dir=/work |
2298 | 2023-10-05T00:04:09.483Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2299 | 2023-10-05T00:04:09.506Z | + for dep in "${deps[@]}" |
2300 | 2023-10-05T00:04:09.535Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2301 | 2023-10-05T00:04:09.551Z | + for dep in "${deps[@]}" |
2302 | 2023-10-05T00:04:09.569Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2303 | 2023-10-05T00:04:09.590Z | ++ mktemp -d |
2304 | 2023-10-05T00:04:10.448Z | + tmp_trampoline=/tmp/tmp.Icaisi |
2305 | 2023-10-05T00:04:10.468Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2306 | 2023-10-05T00:04:10.480Z | + echo '{"v":"1","t":"layer"}' |
2307 | 2023-10-05T00:04:10.515Z | + pkg_dir=/tmp/tmp.Icaisi/root/opt/oxide/installinator |
2308 | 2023-10-05T00:04:10.532Z | + mkdir -p /tmp/tmp.Icaisi/root/opt/oxide/installinator |
2309 | 2023-10-05T00:04:10.555Z | + cd /tmp/tmp.Icaisi/root/opt/oxide/installinator |
2310 | 2023-10-05T00:04:10.573Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2311 | 2023-10-05T00:04:10.593Z | x ., 0 bytes, 0 tape blocks |
2312 | 2023-10-05T00:04:10.619Z | x installinator, 47913616 bytes, 93582 tape blocks |
2313 | 2023-10-05T00:04:11.054Z | x pkg, 0 bytes, 0 tape blocks |
2314 | 2023-10-05T00:04:11.079Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2315 | 2023-10-05T00:04:11.515Z | x VERSION, 25 bytes, 1 tape blocks |
2316 | 2023-10-05T00:04:11.526Z | + mkdir -p /tmp/tmp.Icaisi/root/lib/svc/manifest/site/ |
2317 | 2023-10-05T00:04:11.533Z | + mv pkg/manifest.xml /tmp/tmp.Icaisi/root/lib/svc/manifest/site/installinator.xml |
2318 | 2023-10-05T00:04:11.547Z | + cd - |
2319 | 2023-10-05T00:04:11.563Z | /work/oxidecomputer/omicron |
2320 | 2023-10-05T00:04:11.573Z | + pkg_dir=/tmp/tmp.Icaisi/root/opt/oxide/mg-ddm |
2321 | 2023-10-05T00:04:11.579Z | + mkdir -p /tmp/tmp.Icaisi/root/opt/oxide/mg-ddm |
2322 | 2023-10-05T00:04:11.598Z | + cd /tmp/tmp.Icaisi/root/opt/oxide/mg-ddm |
2323 | 2023-10-05T00:04:11.613Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2324 | 2023-10-05T00:04:11.628Z | x ., 0 bytes, 0 tape blocks |
2325 | 2023-10-05T00:04:11.656Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2326 | 2023-10-05T00:04:11.666Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2327 | 2023-10-05T00:04:11.688Z | x pkg, 0 bytes, 0 tape blocks |
2328 | 2023-10-05T00:04:11.706Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2329 | 2023-10-05T00:04:11.726Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2330 | 2023-10-05T00:04:11.744Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2331 | 2023-10-05T00:04:11.759Z | x VERSION, 25 bytes, 1 tape blocks |
2332 | 2023-10-05T00:04:11.780Z | + cd - |
2333 | 2023-10-05T00:04:11.801Z | /work/oxidecomputer/omicron |
2334 | 2023-10-05T00:04:11.820Z | + cd /tmp/tmp.Icaisi |
2335 | 2023-10-05T00:04:11.838Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2336 | 2023-10-05T00:04:12.285Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2337 | 2023-10-05T00:04:12.308Z | a oxide.json 1K |
2338 | 2023-10-05T00:04:12.743Z | a root/ 0K |
2339 | 2023-10-05T00:04:12.769Z | a root/opt/ 0K |
2340 | 2023-10-05T00:04:12.789Z | a root/opt/oxide/ 0K |
2341 | 2023-10-05T00:04:12.811Z | a root/opt/oxide/installinator/ 0K |
2342 | 2023-10-05T00:04:12.827Z | a root/opt/oxide/installinator/installinator 46791K |
2343 | 2023-10-05T00:04:12.847Z | a root/opt/oxide/installinator/pkg/ 0K |
2344 | 2023-10-05T00:04:12.868Z | a root/opt/oxide/installinator/VERSION 1K |
2345 | 2023-10-05T00:04:12.888Z | a root/opt/oxide/mg-ddm/ 0K |
2346 | 2023-10-05T00:04:12.911Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2347 | 2023-10-05T00:04:12.932Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2348 | 2023-10-05T00:04:12.958Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2349 | 2023-10-05T00:04:12.982Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2350 | 2023-10-05T00:04:13.047Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2351 | 2023-10-05T00:04:13.482Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2352 | 2023-10-05T00:04:13.511Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2353 | 2023-10-05T00:04:13.530Z | a root/lib/ 0K |
2354 | 2023-10-05T00:04:13.541Z | a root/lib/svc/ 0K |
2355 | 2023-10-05T00:04:13.557Z | a root/lib/svc/manifest/ 0K |
2356 | 2023-10-05T00:04:13.572Z | a root/lib/svc/manifest/site/ 0K |
2357 | 2023-10-05T00:04:13.590Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2358 | 2023-10-05T00:04:13.606Z | + cd / |
2359 | 2023-10-05T00:04:13.626Z | + rm -rf /tmp/tmp.Icaisi |
2360 | 2023-10-05T00:04:13.646Z | |
2361 | 2023-10-05T00:04:13.665Z | real 6.537129427 |
2362 | 2023-10-05T00:04:14.126Z | user 6.134619817 |
2363 | 2023-10-05T00:04:14.155Z | sys 0.434847054 |
2364 | 2023-10-05T00:04:14.592Z | trap 0.002117688 |
2365 | 2023-10-05T00:04:14.627Z | tflt 0.000000000 |
2366 | 2023-10-05T00:04:14.659Z | dflt 0.000000000 |
2367 | 2023-10-05T00:04:14.695Z | kflt 0.000000000 |
2368 | 2023-10-05T00:04:14.742Z | lock 0.000000000 |
2369 | 2023-10-05T00:04:14.790Z | slp 12.656110801 |
2370 | 2023-10-05T00:04:16.645Z | lat 0.184719145 |
2371 | 2023-10-05T00:04:16.664Z | stop 0.000298035 |
2372 | 2023-10-05T00:04:16.681Z | process exited: duration 2517554 ms, exit code 0 |
|
2373 | 2023-10-05T00:04:17.135Z | found 21 output files |
2374 | 2023-10-05T00:04:17.567Z | uploading: /work/version.txt (26 bytes) |
2375 | 2023-10-05T00:04:18.340Z | uploaded: /work/version.txt |
2376 | 2023-10-05T00:04:18.367Z | uploading: /work/package.tar.gz (82911648 bytes) |
2377 | 2023-10-05T00:05:06.131Z | uploaded: /work/package.tar.gz |
2378 | 2023-10-05T00:05:06.166Z | uploading: /work/global-zone-packages.tar.gz (125433932 bytes) |
2379 | 2023-10-05T00:06:24.959Z | uploaded: /work/global-zone-packages.tar.gz |
2380 | 2023-10-05T00:06:25.011Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38586132 bytes) |
2381 | 2023-10-05T00:06:56.251Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2382 | 2023-10-05T00:06:56.269Z | uploading: /work/zones/clickhouse.tar.gz (180707902 bytes) |
2383 | 2023-10-05T00:08:36.465Z | uploaded: /work/zones/clickhouse.tar.gz |
2384 | 2023-10-05T00:08:36.729Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180708355 bytes) |
2385 | 2023-10-05T00:10:08.774Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2386 | 2023-10-05T00:10:08.923Z | uploading: /work/zones/cockroachdb.tar.gz (117768548 bytes) |
2387 | 2023-10-05T00:11:55.390Z | uploaded: /work/zones/cockroachdb.tar.gz |
2388 | 2023-10-05T00:11:55.989Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2389 | 2023-10-05T00:12:05.251Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2390 | 2023-10-05T00:12:05.281Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2391 | 2023-10-05T00:12:42.270Z | uploaded: /work/zones/crucible.tar.gz |
2392 | 2023-10-05T00:12:42.435Z | uploading: /work/zones/external-dns.tar.gz (22026439 bytes) |
2393 | 2023-10-05T00:12:58.518Z | uploaded: /work/zones/external-dns.tar.gz |
2394 | 2023-10-05T00:12:58.547Z | uploading: /work/zones/internal-dns.tar.gz (22026438 bytes) |
2395 | 2023-10-05T00:13:08.345Z | uploaded: /work/zones/internal-dns.tar.gz |
2396 | 2023-10-05T00:13:08.357Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2397 | 2023-10-05T00:13:09.434Z | uploaded: /work/zones/ntp.tar.gz |
2398 | 2023-10-05T00:13:09.494Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15764231 bytes) |
2399 | 2023-10-05T00:13:32.430Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2400 | 2023-10-05T00:13:32.453Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15761909 bytes) |
2401 | 2023-10-05T00:13:40.777Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2402 | 2023-10-05T00:13:41.198Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67964620 bytes) |
2403 | 2023-10-05T00:14:39.675Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2404 | 2023-10-05T00:14:40.157Z | uploading: /work/zones/omicron-nexus.tar.gz (67954294 bytes) |
2405 | 2023-10-05T00:15:20.664Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2406 | 2023-10-05T00:15:20.689Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2407 | 2023-10-05T00:15:21.781Z | uploaded: /work/zones/overlay.tar.gz |
2408 | 2023-10-05T00:15:21.811Z | uploading: /work/zones/oximeter-collector.tar.gz (18026617 bytes) |
2409 | 2023-10-05T00:15:31.254Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2410 | 2023-10-05T00:15:31.271Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2411 | 2023-10-05T00:16:06.467Z | uploaded: /work/zones/propolis-server.tar.gz |
2412 | 2023-10-05T00:16:06.480Z | uploading: /work/zones/switch-asic.tar.gz (220191453 bytes) |
2413 | 2023-10-05T00:18:58.248Z | uploaded: /work/zones/switch-asic.tar.gz |
2414 | 2023-10-05T00:18:58.505Z | uploading: /work/zones/switch-softnpu.tar.gz (142261794 bytes) |
2415 | 2023-10-05T00:20:58.661Z | uploaded: /work/zones/switch-softnpu.tar.gz |