|
|
|
1 | 2023-10-09T00:10:28.950Z | job assigned to worker 01HC8W7R23Y8687C8R3D4DHQ7S (queued for 1 m 43 s) |
|
2 | 2023-10-09T00:10:29.494Z | starting task 0: "setup" |
3 | 2023-10-09T00:10:29.939Z | ++ uname -s |
4 | 2023-10-09T00:10:29.942Z | + kern=SunOS |
5 | 2023-10-09T00:10:29.945Z | + case "$kern" in |
6 | 2023-10-09T00:10:29.948Z | + groupadd -g 12345 build |
7 | 2023-10-09T00:10:29.977Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-09T00:10:31.958Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-09T00:10:32.175Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-09T00:10:32.179Z | + home_fs=zfs |
11 | 2023-10-09T00:10:32.182Z | + [[ zfs == autofs ]] |
12 | 2023-10-09T00:10:32.185Z | + mkdir -p /home/build |
13 | 2023-10-09T00:10:32.188Z | + chown build:build /home/build /work |
14 | 2023-10-09T00:10:34.183Z | + chmod 0700 /home/build /work |
15 | 2023-10-09T00:10:34.188Z | process exited: duration 4690 ms, exit code 0 |
|
16 | 2023-10-09T00:10:34.195Z | starting task 1: "rust-toolchain" |
17 | 2023-10-09T00:10:34.208Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-09T00:10:34.211Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-09T00:10:34.585Z | info: downloading installer |
20 | 2023-10-09T00:10:37.118Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-09T00:10:37.121Z | warning: /opt/ooce/bin |
22 | 2023-10-09T00:10:37.124Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-09T00:10:37.127Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-09T00:10:37.130Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-09T00:10:37.157Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-09T00:10:37.161Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-09T00:10:37.165Z | error: cannot install while Rust is installed |
28 | 2023-10-09T00:10:37.168Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-09T00:10:37.220Z | info: profile set to 'default' |
30 | 2023-10-09T00:10:37.223Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-09T00:10:37.226Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-09T00:10:37.395Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-09T00:10:37.398Z | info: downloading component 'cargo' |
34 | 2023-10-09T00:10:38.096Z | info: downloading component 'clippy' |
35 | 2023-10-09T00:10:38.349Z | info: downloading component 'rust-docs' |
36 | 2023-10-09T00:10:39.255Z | info: downloading component 'rust-std' |
37 | 2023-10-09T00:10:40.835Z | info: downloading component 'rustc' |
38 | 2023-10-09T00:10:44.931Z | info: downloading component 'rustfmt' |
39 | 2023-10-09T00:10:45.208Z | info: installing component 'cargo' |
40 | 2023-10-09T00:10:47.098Z | info: installing component 'clippy' |
41 | 2023-10-09T00:10:47.919Z | info: installing component 'rust-docs' |
42 | 2023-10-09T00:10:50.759Z | info: installing component 'rust-std' |
43 | 2023-10-09T00:10:54.486Z | info: installing component 'rustc' |
44 | 2023-10-09T00:11:03.518Z | info: installing component 'rustfmt' |
45 | 2023-10-09T00:11:03.980Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-09T00:11:03.983Z | |
47 | 2023-10-09T00:11:04.132Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-09T00:11:04.135Z | |
49 | 2023-10-09T00:11:04.138Z | |
50 | 2023-10-09T00:11:04.145Z | Rust is installed now. Great! |
51 | 2023-10-09T00:11:04.161Z | |
52 | 2023-10-09T00:11:04.180Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-09T00:11:04.187Z | environment variable. This has not been done automatically. |
54 | 2023-10-09T00:11:04.190Z | |
55 | 2023-10-09T00:11:04.194Z | To configure your current shell, run: |
56 | 2023-10-09T00:11:04.197Z | source "$HOME/.cargo/env" |
57 | 2023-10-09T00:11:04.222Z | + rustc --version |
58 | 2023-10-09T00:11:04.344Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-09T00:11:04.358Z | process exited: duration 30143 ms, exit code 0 |
|
60 | 2023-10-09T00:11:04.386Z | starting task 2: "authentication" |
61 | 2023-10-09T00:11:04.437Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2023-10-09T00:11:04.445Z | starting task 3: "clone repository" |
63 | 2023-10-09T00:11:04.456Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-09T00:11:04.460Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-09T00:11:04.538Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-09T00:11:09.782Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-09T00:11:09.786Z | + [[ -n dependabot/cargo/semver-1.0.19 ]] |
68 | 2023-10-09T00:11:09.789Z | + git fetch origin dependabot/cargo/semver-1.0.19 |
69 | 2023-10-09T00:11:10.123Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-09T00:11:10.127Z | * branch dependabot/cargo/semver-1.0.19 -> FETCH_HEAD |
71 | 2023-10-09T00:11:10.132Z | + git checkout -B dependabot/cargo/semver-1.0.19 remotes/origin/dependabot/cargo/semver-1.0.19 |
72 | 2023-10-09T00:11:10.213Z | Switched to a new branch 'dependabot/cargo/semver-1.0.19' |
73 | 2023-10-09T00:11:10.221Z | branch 'dependabot/cargo/semver-1.0.19' set up to track 'origin/dependabot/cargo/semver-1.0.19'. |
74 | 2023-10-09T00:11:10.229Z | + git reset --hard b474a8fd4c0203bb4d20331115e455d7e78fa30a |
75 | 2023-10-09T00:11:10.234Z | HEAD is now at b474a8fd Bump semver from 1.0.18 to 1.0.19 |
76 | 2023-10-09T00:11:10.239Z | process exited: duration 5778 ms, exit code 0 |
|
77 | 2023-10-09T00:11:10.245Z | starting task 4: "build" |
78 | 2023-10-09T00:11:10.256Z | + cargo --version |
79 | 2023-10-09T00:11:10.342Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-09T00:11:10.345Z | + rustc --version |
81 | 2023-10-09T00:11:10.444Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-09T00:11:10.450Z | ++ git rev-parse HEAD |
83 | 2023-10-09T00:11:10.453Z | + COMMIT=b474a8fd4c0203bb4d20331115e455d7e78fa30a |
84 | 2023-10-09T00:11:10.456Z | + VERSION=1.0.2-0.ci+gitb474a8fd4c0 |
85 | 2023-10-09T00:11:10.460Z | + echo 1.0.2-0.ci+gitb474a8fd4c0 |
86 | 2023-10-09T00:11:10.462Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-09T00:11:17.951Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-09T00:11:18.531Z | Startup: Caching catalogs ... Done |
89 | 2023-10-09T00:11:21.232Z | Planning: Solver setup ... Done (2.499s) |
90 | 2023-10-09T00:11:21.404Z | Planning: Running solver ... Done (0.164s) |
91 | 2023-10-09T00:11:21.432Z | Planning: Finding local manifests ... Done (0.005s) |
92 | 2023-10-09T00:11:21.902Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-09T00:11:21.911Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-09T00:11:21.924Z | Planning: Package planning ... Done (0.080s) |
95 | 2023-10-09T00:11:21.944Z | Planning: Merging actions ... Done (0.084s) |
96 | 2023-10-09T00:11:22.949Z | Planning: Checking for conflicting actions ... Done (0.668s) |
97 | 2023-10-09T00:11:22.952Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-09T00:11:26.247Z | Planning: Evaluating mediators ... Done (3.693s) |
99 | 2023-10-09T00:11:26.263Z | Planning: Planning completed in 7.68 seconds |
100 | 2023-10-09T00:11:26.286Z | Packages to install: 4 |
101 | 2023-10-09T00:11:26.289Z | Mediators to change: 2 |
102 | 2023-10-09T00:11:26.291Z | Services to change: 1 |
103 | 2023-10-09T00:11:26.294Z | Estimated space available: 149.40 GB |
104 | 2023-10-09T00:11:26.297Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-09T00:11:26.300Z | Create boot environment: No |
106 | 2023-10-09T00:11:26.303Z | Create backup boot environment: No |
107 | 2023-10-09T00:11:26.306Z | Rebuild boot archive: No |
108 | 2023-10-09T00:11:26.309Z | |
109 | 2023-10-09T00:11:26.312Z | Changed mediators: |
110 | 2023-10-09T00:11:26.315Z | mediator clang: |
111 | 2023-10-09T00:11:26.318Z | version: None -> 15 (system default) |
112 | 2023-10-09T00:11:26.322Z | |
113 | 2023-10-09T00:11:26.327Z | mediator llvm: |
114 | 2023-10-09T00:11:26.330Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-09T00:11:26.332Z | |
116 | 2023-10-09T00:11:26.335Z | Changed packages: |
117 | 2023-10-09T00:11:26.338Z | helios-dev |
118 | 2023-10-09T00:11:26.341Z | developer/build-essential |
119 | 2023-10-09T00:11:26.344Z | None -> 11-2.0 |
120 | 2023-10-09T00:11:26.347Z | library/libxmlsec1 |
121 | 2023-10-09T00:11:26.349Z | None -> 1.2.35-2.0 |
122 | 2023-10-09T00:11:26.352Z | ooce/developer/clang-15 |
123 | 2023-10-09T00:11:26.355Z | None -> 15.0.7-2.0 |
124 | 2023-10-09T00:11:26.358Z | ooce/developer/llvm-15 |
125 | 2023-10-09T00:11:26.361Z | None -> 15.0.7-2.0 |
126 | 2023-10-09T00:11:26.364Z | |
127 | 2023-10-09T00:11:26.367Z | Services: |
128 | 2023-10-09T00:11:26.370Z | restart_fmri: |
129 | 2023-10-09T00:11:26.373Z | svc:/system/update-man-index:default |
130 | 2023-10-09T00:11:26.493Z | |
131 | 2023-10-09T00:11:26.506Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-09T00:11:33.835Z | Download: 213/3290 items 1.3/212.6MB 0% complete (646k/s) |
133 | 2023-10-09T00:11:38.840Z | Download: 1190/3290 items 56.3/212.6MB 26% complete (5.5M/s) |
134 | 2023-10-09T00:11:46.386Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (8.7M/s) |
135 | 2023-10-09T00:11:51.439Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (8.3M/s) |
136 | 2023-10-09T00:11:56.449Z | Download: 3126/3290 items 134.6/212.6MB 63% complete (5.0M/s) |
137 | 2023-10-09T00:11:58.735Z | Download: Completed 212.60 MB in 32.25 seconds (6.6M/s) |
138 | 2023-10-09T00:11:59.551Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-10-09T00:12:04.534Z | Actions: 2703/3687 actions (Installing new actions) |
140 | 2023-10-09T00:12:07.613Z | Actions: Completed 3687 actions in 8.08 seconds. |
141 | 2023-10-09T00:12:07.663Z | Done (0.050s) |
142 | 2023-10-09T00:12:07.670Z | Done (0.000s) |
143 | 2023-10-09T00:12:08.215Z | Done (0.130s) |
144 | 2023-10-09T00:12:15.045Z | Done (7.150s) |
145 | 2023-10-09T00:12:15.278Z | Done (0.142s) |
146 | 2023-10-09T00:12:15.345Z | Done (0.000s) |
147 | 2023-10-09T00:12:15.512Z | Done (0.000s) |
148 | 2023-10-09T00:12:16.160Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-10-09T00:12:16.429Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-10-09T00:12:16.433Z | Planning: Consolidating action changes ... Done |
151 | 2023-10-09T00:12:16.864Z | Planning: Evaluating mediators ... Done |
152 | 2023-10-09T00:12:16.878Z | Planning: Planning completed in 0.70 seconds |
153 | 2023-10-09T00:12:16.907Z | Mediators to change: 2 |
154 | 2023-10-09T00:12:16.916Z | Create boot environment: No |
155 | 2023-10-09T00:12:16.926Z | Create backup boot environment: No |
156 | 2023-10-09T00:12:17.017Z | Done |
157 | 2023-10-09T00:12:17.033Z | Done |
158 | 2023-10-09T00:12:17.494Z | Done |
159 | 2023-10-09T00:12:22.815Z | Done |
160 | 2023-10-09T00:12:22.941Z | Done |
161 | 2023-10-09T00:12:22.951Z | Done |
162 | 2023-10-09T00:12:23.058Z | Done |
163 | 2023-10-09T00:12:24.047Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-09T00:12:24.057Z | Planning: Merging actions ... Done |
165 | 2023-10-09T00:12:24.374Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-09T00:12:24.392Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-09T00:12:24.795Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-09T00:12:24.885Z | Planning: Planning completed in 1.27 seconds |
169 | 2023-10-09T00:12:24.941Z | Packages to change: 1 |
170 | 2023-10-09T00:12:24.958Z | Mediators to change: 1 |
171 | 2023-10-09T00:12:24.975Z | Services to change: 1 |
172 | 2023-10-09T00:12:24.990Z | Create boot environment: No |
173 | 2023-10-09T00:12:25.011Z | Create backup boot environment: Yes |
174 | 2023-10-09T00:12:27.095Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-10-09T00:12:27.099Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-10-09T00:12:27.102Z | Done |
177 | 2023-10-09T00:12:27.105Z | Done |
178 | 2023-10-09T00:12:27.133Z | Done |
179 | 2023-10-09T00:12:32.815Z | Done |
180 | 2023-10-09T00:12:32.937Z | Done |
181 | 2023-10-09T00:12:32.940Z | Done |
182 | 2023-10-09T00:12:33.041Z | Done |
183 | 2023-10-09T00:12:33.720Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-10-09T00:12:33.725Z | clang system 15 system |
185 | 2023-10-09T00:12:33.727Z | csh system system illumos |
186 | 2023-10-09T00:12:33.730Z | ctags system system illumos |
187 | 2023-10-09T00:12:33.733Z | gcc vendor 12 vendor |
188 | 2023-10-09T00:12:33.738Z | gcc system 10 system |
189 | 2023-10-09T00:12:33.741Z | gcc system 7 system |
190 | 2023-10-09T00:12:33.744Z | go system 1.20 system |
191 | 2023-10-09T00:12:33.746Z | go system 1.19 system |
192 | 2023-10-09T00:12:33.750Z | llvm system 15 system |
193 | 2023-10-09T00:12:33.754Z | llvm system 14 system |
194 | 2023-10-09T00:12:33.757Z | mariadb system 10.6 system |
195 | 2023-10-09T00:12:33.760Z | mta vendor vendor dma |
196 | 2023-10-09T00:12:33.763Z | openjdk system 17 system |
197 | 2023-10-09T00:12:33.766Z | openjdk system 11 system |
198 | 2023-10-09T00:12:33.768Z | openjdk system 1.8 system |
199 | 2023-10-09T00:12:33.774Z | openssl vendor 3 vendor |
200 | 2023-10-09T00:12:33.777Z | perl system 5.36 system |
201 | 2023-10-09T00:12:33.780Z | postgresql system 15 system |
202 | 2023-10-09T00:12:33.783Z | postgresql system 13 system |
203 | 2023-10-09T00:12:33.788Z | python vendor 3 vendor |
204 | 2023-10-09T00:12:33.793Z | python system 2 system |
205 | 2023-10-09T00:12:33.797Z | python3 system 3.11 system |
206 | 2023-10-09T00:12:33.800Z | ruby system 3.0 system |
207 | 2023-10-09T00:12:33.803Z | words vendor vendor american-english |
208 | 2023-10-09T00:12:33.806Z | words system system australian-english |
209 | 2023-10-09T00:12:33.809Z | words system system british-english |
210 | 2023-10-09T00:12:33.812Z | words system system canadian-english |
211 | 2023-10-09T00:12:33.815Z | words system system french |
212 | 2023-10-09T00:12:33.820Z | words system system italian |
213 | 2023-10-09T00:12:33.823Z | words system system ngerman |
214 | 2023-10-09T00:12:33.826Z | words system system ogerman |
215 | 2023-10-09T00:12:33.830Z | words system system spanish |
216 | 2023-10-09T00:12:34.257Z | FMRI IFO |
217 | 2023-10-09T00:12:34.261Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-10-09T00:12:34.264Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-10-09T00:12:34.268Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-10-09T00:12:34.273Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-10-09T00:12:34.278Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-10-09T00:12:34.283Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-10-09T00:12:34.329Z | + set -o errexit |
224 | 2023-10-09T00:12:34.334Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-10-09T00:12:34.337Z | ++ cd ./tools |
226 | 2023-10-09T00:12:34.340Z | ++ pwd |
227 | 2023-10-09T00:12:34.344Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-10-09T00:12:34.349Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-10-09T00:12:34.353Z | + ARG0=ci_download_cockroachdb |
230 | 2023-10-09T00:12:34.357Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-10-09T00:12:34.360Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-10-09T00:12:34.368Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-10-09T00:12:34.372Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-10-09T00:12:34.376Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-10-09T00:12:34.379Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-10-09T00:12:34.383Z | + TARGET_DIR=out |
237 | 2023-10-09T00:12:34.388Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-10-09T00:12:34.391Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-10-09T00:12:34.396Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-10-09T00:12:34.401Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-10-09T00:12:34.405Z | + main |
242 | 2023-10-09T00:12:34.409Z | + [[ 0 != 0 ]] |
243 | 2023-10-09T00:12:34.413Z | + CIDL_OS=solaris2.11 |
244 | 2023-10-09T00:12:34.417Z | + [[ 0 != 0 ]] |
245 | 2023-10-09T00:12:34.421Z | + configure_os solaris2.11 |
246 | 2023-10-09T00:12:34.425Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-10-09T00:12:34.429Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-10-09T00:12:34.433Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-10-09T00:12:34.437Z | configuring based on OS: "solaris2.11" |
250 | 2023-10-09T00:12:34.444Z | + case "$1" in |
251 | 2023-10-09T00:12:34.448Z | + CIDL_BUILD=illumos |
252 | 2023-10-09T00:12:34.451Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-10-09T00:12:34.454Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-09T00:12:34.457Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-10-09T00:12:34.460Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-10-09T00:12:34.462Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-09T00:12:34.466Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-09T00:12:34.470Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-09T00:12:34.473Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-09T00:12:34.477Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-09T00:12:34.480Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-09T00:12:34.483Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-09T00:12:34.491Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-09T00:12:34.502Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-09T00:12:34.508Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-09T00:12:34.511Z | + mkdir -p out/downloads |
267 | 2023-10-09T00:12:34.514Z | + mkdir -p ./out/cockroachdb |
268 | 2023-10-09T00:12:34.519Z | + local DO_DOWNLOAD=true |
269 | 2023-10-09T00:12:34.523Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-10-09T00:12:34.529Z | + '[' true == true ']' |
271 | 2023-10-09T00:12:34.534Z | + echo Downloading... |
272 | 2023-10-09T00:12:34.538Z | Downloading... |
273 | 2023-10-09T00:12:34.542Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-09T00:12:34.547Z | + 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 |
275 | 2023-10-09T00:12:39.477Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-09T00:12:39.484Z | ++ md5sum |
277 | 2023-10-09T00:12:39.491Z | ++ awk '{print $1}' |
278 | 2023-10-09T00:12:39.666Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-10-09T00:12:39.682Z | + [[ 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 ]] |
280 | 2023-10-09T00:12:39.694Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-09T00:12:39.700Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-10-09T00:12:43.263Z | + do_assemble_illumos |
283 | 2023-10-09T00:12:43.266Z | + rm -r ./out/cockroachdb |
284 | 2023-10-09T00:12:43.269Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-10-09T00:12:43.822Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-10-09T00:12:44.448Z | Build Tag: v22.1.9-dirty |
287 | 2023-10-09T00:12:44.865Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-10-09T00:12:44.873Z | Distribution: OSS |
289 | 2023-10-09T00:12:44.902Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-10-09T00:12:45.354Z | Go Version: go1.17.13 |
291 | 2023-10-09T00:12:45.371Z | C Compiler: gcc 10.3.0 |
292 | 2023-10-09T00:12:45.381Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-10-09T00:12:45.385Z | Build Type: release |
294 | 2023-10-09T00:12:45.400Z | + set -o errexit |
295 | 2023-10-09T00:12:45.412Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-10-09T00:12:45.430Z | ++ cd ./tools |
297 | 2023-10-09T00:12:45.440Z | ++ pwd |
298 | 2023-10-09T00:12:45.451Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-10-09T00:12:45.456Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-10-09T00:12:45.466Z | + ARG0=ci_download_clickhouse |
301 | 2023-10-09T00:12:45.483Z | + TARGET_DIR=out |
302 | 2023-10-09T00:12:45.494Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-10-09T00:12:45.498Z | + DEST_DIR=./out/clickhouse |
304 | 2023-10-09T00:12:45.506Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-10-09T00:12:45.509Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-10-09T00:12:45.513Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-10-09T00:12:45.517Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-10-09T00:12:45.520Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-10-09T00:12:45.523Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-10-09T00:12:45.527Z | + main |
311 | 2023-10-09T00:12:45.530Z | + [[ 0 != 0 ]] |
312 | 2023-10-09T00:12:45.532Z | + CIDL_OS=solaris2.11 |
313 | 2023-10-09T00:12:45.535Z | + [[ 0 != 0 ]] |
314 | 2023-10-09T00:12:45.538Z | + configure_os solaris2.11 |
315 | 2023-10-09T00:12:45.541Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-10-09T00:12:45.544Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-10-09T00:12:45.547Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-10-09T00:12:45.550Z | configuring based on OS: "solaris2.11" |
319 | 2023-10-09T00:12:45.553Z | + CIDL_DASHREV= |
320 | 2023-10-09T00:12:45.556Z | + case "$1" in |
321 | 2023-10-09T00:12:45.559Z | + CIDL_PLATFORM=illumos |
322 | 2023-10-09T00:12:45.585Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-09T00:12:45.589Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-10-09T00:12:45.592Z | + CIDL_DASHREV=-1 |
325 | 2023-10-09T00:12:45.595Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-10-09T00:12:45.598Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-09T00:12:45.601Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-09T00:12:45.604Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-09T00:12:45.607Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-09T00:12:45.610Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-09T00:12:45.613Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-10-09T00:12:45.616Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-09T00:12:45.620Z | + mkdir -p out/downloads |
334 | 2023-10-09T00:12:45.623Z | + mkdir -p ./out/clickhouse |
335 | 2023-10-09T00:12:45.626Z | + local DO_DOWNLOAD=true |
336 | 2023-10-09T00:12:45.629Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-10-09T00:12:45.631Z | + '[' true == true ']' |
338 | 2023-10-09T00:12:45.634Z | + echo Downloading... |
339 | 2023-10-09T00:12:45.637Z | Downloading... |
340 | 2023-10-09T00:12:45.641Z | + 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 |
341 | 2023-10-09T00:12:45.643Z | + 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 |
342 | 2023-10-09T00:12:45.646Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-09T00:12:45.649Z | ++ md5sum |
344 | 2023-10-09T00:12:45.652Z | ++ awk '{print $1}' |
345 | 2023-10-09T00:12:45.769Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-10-09T00:12:45.784Z | + [[ 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 ]] |
347 | 2023-10-09T00:12:45.797Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-10-09T00:12:45.810Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-09T00:12:45.828Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-10-09T00:12:50.971Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-10-09T00:12:51.015Z | ClickHouse server version 22.8.9.1. |
352 | 2023-10-09T00:12:51.033Z | + set -o errexit |
353 | 2023-10-09T00:12:51.038Z | +++ dirname ./tools/ci_download_console |
354 | 2023-10-09T00:12:51.043Z | ++ cd ./tools |
355 | 2023-10-09T00:12:51.048Z | ++ pwd |
356 | 2023-10-09T00:12:51.054Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-10-09T00:12:51.057Z | ++ basename ./tools/ci_download_console |
358 | 2023-10-09T00:12:51.061Z | + ARG0=ci_download_console |
359 | 2023-10-09T00:12:51.064Z | + TARGET_DIR=out |
360 | 2023-10-09T00:12:51.067Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-10-09T00:12:51.070Z | + DEST_DIR=./out/console-assets |
362 | 2023-10-09T00:12:51.074Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-10-09T00:12:51.077Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
364 | 2023-10-09T00:12:51.079Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
365 | 2023-10-09T00:12:51.082Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
366 | 2023-10-09T00:12:51.085Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-10-09T00:12:51.093Z | + main |
368 | 2023-10-09T00:12:51.102Z | + [[ 0 != 0 ]] |
369 | 2023-10-09T00:12:51.110Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
370 | 2023-10-09T00:12:51.116Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
371 | 2023-10-09T00:12:51.131Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-10-09T00:12:51.142Z | Local file: out/downloads/console.tar.gz |
373 | 2023-10-09T00:12:51.154Z | + local DO_DOWNLOAD=true |
374 | 2023-10-09T00:12:51.165Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-10-09T00:12:51.176Z | + mkdir -p out/downloads |
376 | 2023-10-09T00:12:51.182Z | + '[' true == true ']' |
377 | 2023-10-09T00:12:51.186Z | + echo Downloading... |
378 | 2023-10-09T00:12:51.190Z | Downloading... |
379 | 2023-10-09T00:12:51.194Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
380 | 2023-10-09T00:12:51.197Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
381 | 2023-10-09T00:12:51.629Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-10-09T00:12:51.632Z | ++ case "$OSTYPE" in |
383 | 2023-10-09T00:12:51.635Z | ++ SHA=sha256sum |
384 | 2023-10-09T00:12:51.638Z | ++ sha256sum |
385 | 2023-10-09T00:12:51.640Z | ++ awk '{print $1}' |
386 | 2023-10-09T00:12:51.653Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
387 | 2023-10-09T00:12:51.656Z | + [[ 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 ]] |
388 | 2023-10-09T00:12:51.659Z | + rm -rf ./out/console-assets |
389 | 2023-10-09T00:12:51.662Z | + mkdir -p ./out/console-assets |
390 | 2023-10-09T00:12:51.665Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-10-09T00:12:51.667Z | + mkdir -p ./out/console-assets |
392 | 2023-10-09T00:12:51.670Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-10-09T00:12:51.803Z | + set -o errexit |
394 | 2023-10-09T00:12:51.810Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-10-09T00:12:51.814Z | ++ cd ./tools |
396 | 2023-10-09T00:12:51.817Z | ++ pwd |
397 | 2023-10-09T00:12:51.832Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-10-09T00:12:51.835Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-10-09T00:12:51.843Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-10-09T00:12:51.859Z | + TARGET_DIR=out |
401 | 2023-10-09T00:12:51.877Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-10-09T00:12:52.290Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
403 | 2023-10-09T00:12:52.294Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
404 | 2023-10-09T00:12:52.298Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-10-09T00:12:52.311Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
406 | 2023-10-09T00:12:52.320Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
407 | 2023-10-09T00:12:52.323Z | + main |
408 | 2023-10-09T00:12:52.329Z | + [[ 0 != 0 ]] |
409 | 2023-10-09T00:12:52.332Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
410 | 2023-10-09T00:12:52.335Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
411 | 2023-10-09T00:12:52.338Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
412 | 2023-10-09T00:12:52.342Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
413 | 2023-10-09T00:12:52.344Z | + local DO_DOWNLOAD=true |
414 | 2023-10-09T00:12:52.348Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
415 | 2023-10-09T00:12:52.352Z | + mkdir -p out/downloads |
416 | 2023-10-09T00:12:52.355Z | + '[' true == true ']' |
417 | 2023-10-09T00:12:52.358Z | + echo Downloading... |
418 | 2023-10-09T00:12:52.364Z | Downloading... |
419 | 2023-10-09T00:12:52.367Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
420 | 2023-10-09T00:12:52.370Z | + 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 |
421 | 2023-10-09T00:12:52.374Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-10-09T00:12:52.377Z | ++ case "$OSTYPE" in |
423 | 2023-10-09T00:12:52.381Z | ++ SHA=sha256sum |
424 | 2023-10-09T00:12:52.384Z | ++ sha256sum |
425 | 2023-10-09T00:12:52.387Z | ++ awk '{print $1}' |
426 | 2023-10-09T00:12:52.390Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-09T00:12:52.394Z | + [[ 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 ]] |
428 | 2023-10-09T00:12:52.398Z | + set -o errexit |
429 | 2023-10-09T00:12:52.400Z | +++ dirname ./tools/ci_download_dendrite_openapi |
430 | 2023-10-09T00:12:52.403Z | ++ cd ./tools |
431 | 2023-10-09T00:12:52.406Z | ++ pwd |
432 | 2023-10-09T00:12:52.409Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2023-10-09T00:12:52.412Z | ++ basename ./tools/ci_download_dendrite_openapi |
434 | 2023-10-09T00:12:52.415Z | + ARG0=ci_download_dendrite_openapi |
435 | 2023-10-09T00:12:52.418Z | + TARGET_DIR=out |
436 | 2023-10-09T00:12:52.421Z | + DOWNLOAD_DIR=out/downloads |
437 | 2023-10-09T00:12:52.424Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
438 | 2023-10-09T00:12:52.427Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
439 | 2023-10-09T00:12:52.430Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
440 | 2023-10-09T00:12:52.433Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
441 | 2023-10-09T00:12:52.438Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
442 | 2023-10-09T00:12:52.441Z | + main |
443 | 2023-10-09T00:12:52.445Z | + [[ 0 != 0 ]] |
444 | 2023-10-09T00:12:52.447Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
445 | 2023-10-09T00:12:52.451Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
446 | 2023-10-09T00:12:52.454Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
447 | 2023-10-09T00:12:52.459Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
448 | 2023-10-09T00:12:52.466Z | + local DO_DOWNLOAD=true |
449 | 2023-10-09T00:12:52.493Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
450 | 2023-10-09T00:12:52.505Z | + mkdir -p out/downloads |
451 | 2023-10-09T00:12:52.519Z | + '[' true == true ']' |
452 | 2023-10-09T00:12:52.527Z | + echo Downloading... |
453 | 2023-10-09T00:12:52.534Z | Downloading... |
454 | 2023-10-09T00:12:52.541Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
455 | 2023-10-09T00:12:52.547Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
456 | 2023-10-09T00:12:52.551Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
457 | 2023-10-09T00:12:52.555Z | ++ case "$OSTYPE" in |
458 | 2023-10-09T00:12:52.561Z | ++ SHA=sha256sum |
459 | 2023-10-09T00:12:52.570Z | ++ sha256sum |
460 | 2023-10-09T00:12:52.576Z | ++ awk '{print $1}' |
461 | 2023-10-09T00:12:52.584Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
462 | 2023-10-09T00:12:52.592Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
463 | 2023-10-09T00:12:52.600Z | + set -o errexit |
464 | 2023-10-09T00:12:52.607Z | +++ dirname ./tools/ci_download_dendrite_stub |
465 | 2023-10-09T00:12:53.037Z | ++ cd ./tools |
466 | 2023-10-09T00:12:53.054Z | ++ pwd |
467 | 2023-10-09T00:12:53.068Z | current directory: /work/oxidecomputer/omicron |
468 | 2023-10-09T00:12:53.486Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2023-10-09T00:12:53.489Z | configuring based on OS: "solaris2.11" |
470 | 2023-10-09T00:12:53.492Z | ++ basename ./tools/ci_download_dendrite_stub |
471 | 2023-10-09T00:12:53.495Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
472 | 2023-10-09T00:12:53.498Z | + ARG0=ci_download_dendrite_stub |
473 | 2023-10-09T00:12:53.501Z | Local file: out/downloads/dendrite-stub.tar.gz |
474 | 2023-10-09T00:12:53.504Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
475 | 2023-10-09T00:12:53.507Z | Downloading... |
476 | 2023-10-09T00:12:53.510Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
477 | 2023-10-09T00:12:53.514Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
478 | 2023-10-09T00:12:53.517Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
479 | 2023-10-09T00:12:53.522Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2023-10-09T00:12:53.526Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
481 | 2023-10-09T00:12:53.529Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
482 | 2023-10-09T00:12:53.534Z | + TARGET_DIR=out |
483 | 2023-10-09T00:12:53.537Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-10-09T00:12:53.540Z | + DEST_DIR=./out/dendrite-stub |
485 | 2023-10-09T00:12:53.543Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
486 | 2023-10-09T00:12:53.546Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
487 | 2023-10-09T00:12:53.549Z | + REPO=oxidecomputer/dendrite |
488 | 2023-10-09T00:12:53.552Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
489 | 2023-10-09T00:12:53.555Z | + main |
490 | 2023-10-09T00:12:53.559Z | + [[ 0 != 0 ]] |
491 | 2023-10-09T00:12:53.562Z | + CIDL_OS=solaris2.11 |
492 | 2023-10-09T00:12:53.566Z | + [[ 0 != 0 ]] |
493 | 2023-10-09T00:12:53.569Z | + configure_os solaris2.11 |
494 | 2023-10-09T00:12:53.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
495 | 2023-10-09T00:12:53.575Z | + echo 'configuring based on OS: "solaris2.11"' |
496 | 2023-10-09T00:12:53.579Z | + case "$1" in |
497 | 2023-10-09T00:12:53.582Z | + SET_BINARIES= |
498 | 2023-10-09T00:12:53.585Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
499 | 2023-10-09T00:12:53.590Z | + CIDL_SHA256FUNC=do_sha256sum |
500 | 2023-10-09T00:12:53.593Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
501 | 2023-10-09T00:12:53.596Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
502 | 2023-10-09T00:12:53.599Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
503 | 2023-10-09T00:12:53.601Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
504 | 2023-10-09T00:12:53.604Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
505 | 2023-10-09T00:12:53.608Z | + mkdir -p out/downloads |
506 | 2023-10-09T00:12:53.611Z | + mkdir -p ./out/dendrite-stub |
507 | 2023-10-09T00:12:53.615Z | + fetch_and_verify |
508 | 2023-10-09T00:12:53.618Z | + local DO_DOWNLOAD=true |
509 | 2023-10-09T00:12:53.621Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
510 | 2023-10-09T00:12:53.624Z | + '[' true == true ']' |
511 | 2023-10-09T00:12:53.630Z | + echo Downloading... |
512 | 2023-10-09T00:12:53.633Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-09T00:12:53.657Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
514 | 2023-10-09T00:12:59.217Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
515 | 2023-10-09T00:12:59.225Z | ++ sha256sum |
516 | 2023-10-09T00:12:59.241Z | ++ awk '{print $1}' |
517 | 2023-10-09T00:12:59.725Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
518 | 2023-10-09T00:13:00.273Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
519 | 2023-10-09T00:13:00.276Z | + do_untar out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-09T00:13:00.279Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
521 | 2023-10-09T00:13:00.284Z | + do_assemble |
522 | 2023-10-09T00:13:00.287Z | + rm -r ./out/dendrite-stub |
523 | 2023-10-09T00:13:00.290Z | + mkdir ./out/dendrite-stub |
524 | 2023-10-09T00:13:00.293Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
525 | 2023-10-09T00:13:00.404Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
526 | 2023-10-09T00:13:00.415Z | + set -o errexit |
527 | 2023-10-09T00:13:00.418Z | +++ dirname ./tools/ci_download_transceiver_control |
528 | 2023-10-09T00:13:00.421Z | ++ cd ./tools |
529 | 2023-10-09T00:13:00.424Z | ++ pwd |
530 | 2023-10-09T00:13:00.427Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-10-09T00:13:00.430Z | ++ basename ./tools/ci_download_transceiver_control |
532 | 2023-10-09T00:13:00.433Z | + ARG0=ci_download_transceiver_control |
533 | 2023-10-09T00:13:00.436Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
534 | 2023-10-09T00:13:00.439Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
535 | 2023-10-09T00:13:00.443Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
536 | 2023-10-09T00:13:00.446Z | + TARGET_DIR=out |
537 | 2023-10-09T00:13:00.450Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-10-09T00:13:00.453Z | + DEST_DIR=./out/transceiver-control |
539 | 2023-10-09T00:13:00.456Z | + BIN_DIR=/opt/oxide/bin |
540 | 2023-10-09T00:13:00.460Z | + BINARY=xcvradm |
541 | 2023-10-09T00:13:00.465Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2023-10-09T00:13:00.468Z | + REPO=oxidecomputer/transceiver-control |
543 | 2023-10-09T00:13:00.472Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
544 | 2023-10-09T00:13:00.479Z | + main |
545 | 2023-10-09T00:13:00.482Z | + [[ 0 != 0 ]] |
546 | 2023-10-09T00:13:00.485Z | + CIDL_OS=solaris2.11 |
547 | 2023-10-09T00:13:00.488Z | + [[ 0 != 0 ]] |
548 | 2023-10-09T00:13:00.491Z | + configure_os solaris2.11 |
549 | 2023-10-09T00:13:00.494Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2023-10-09T00:13:00.498Z | current directory: /work/oxidecomputer/omicron |
551 | 2023-10-09T00:13:00.501Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2023-10-09T00:13:00.504Z | configuring based on OS: "solaris2.11" |
553 | 2023-10-09T00:13:00.508Z | + case "$1" in |
554 | 2023-10-09T00:13:00.510Z | + SET_BINARIES= |
555 | 2023-10-09T00:13:00.513Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
556 | 2023-10-09T00:13:00.516Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2023-10-09T00:13:00.519Z | + ARCHIVE_FILENAME=xcvradm.gz |
558 | 2023-10-09T00:13:00.523Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
559 | 2023-10-09T00:13:00.527Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
560 | 2023-10-09T00:13:00.530Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
561 | 2023-10-09T00:13:00.541Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
562 | 2023-10-09T00:13:00.553Z | + echo 'Local file: out/downloads/xcvradm.gz' |
563 | 2023-10-09T00:13:00.570Z | Local file: out/downloads/xcvradm.gz |
564 | 2023-10-09T00:13:00.583Z | + mkdir -p out/downloads |
565 | 2023-10-09T00:13:00.604Z | + mkdir -p ./out/transceiver-control |
566 | 2023-10-09T00:13:01.048Z | + fetch_and_verify |
567 | 2023-10-09T00:13:01.063Z | + local DO_DOWNLOAD=true |
568 | 2023-10-09T00:13:01.111Z | + [[ -f out/downloads/xcvradm.gz ]] |
569 | 2023-10-09T00:13:01.129Z | + '[' true == true ']' |
570 | 2023-10-09T00:13:01.137Z | + echo Downloading... |
571 | 2023-10-09T00:13:01.142Z | Downloading... |
572 | 2023-10-09T00:13:01.147Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
573 | 2023-10-09T00:13:01.154Z | + 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 |
574 | 2023-10-09T00:13:03.860Z | ++ do_sha256sum out/downloads/xcvradm.gz |
575 | 2023-10-09T00:13:03.874Z | ++ sha256sum |
576 | 2023-10-09T00:13:03.903Z | ++ awk '{print $1}' |
577 | 2023-10-09T00:13:04.346Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
578 | 2023-10-09T00:13:04.353Z | + [[ 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 ]] |
579 | 2023-10-09T00:13:04.370Z | + do_unpack out/downloads/xcvradm.gz |
580 | 2023-10-09T00:13:04.385Z | + mkdir -p out/downloads/root//opt/oxide/bin |
581 | 2023-10-09T00:13:04.391Z | + gzip -dc out/downloads/xcvradm.gz |
582 | 2023-10-09T00:13:04.397Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
583 | 2023-10-09T00:13:04.403Z | + do_assemble |
584 | 2023-10-09T00:13:04.413Z | + rm -r ./out/transceiver-control |
585 | 2023-10-09T00:13:04.420Z | + mkdir ./out/transceiver-control |
586 | 2023-10-09T00:13:04.427Z | + cp -r out/downloads/root ./out/transceiver-control/root |
587 | 2023-10-09T00:13:04.436Z | All prerequisites installed successfully |
588 | 2023-10-09T00:13:04.450Z | |
589 | 2023-10-09T00:13:04.877Z | real 1:53.724661150 |
590 | 2023-10-09T00:13:04.887Z | user 48.059574347 |
591 | 2023-10-09T00:13:04.900Z | sys 9.676898576 |
592 | 2023-10-09T00:13:04.921Z | trap 0.023359361 |
593 | 2023-10-09T00:13:04.926Z | tflt 0.164044295 |
594 | 2023-10-09T00:13:04.932Z | dflt 0.455365760 |
595 | 2023-10-09T00:13:04.937Z | kflt 0.165790487 |
596 | 2023-10-09T00:13:04.943Z | lock 1.706729818 |
597 | 2023-10-09T00:13:04.953Z | slp 3:27.042708369 |
598 | 2023-10-09T00:13:04.960Z | lat 3.814668600 |
599 | 2023-10-09T00:13:04.966Z | stop 0.072485851 |
600 | 2023-10-09T00:13:04.980Z | + ptime -m ./tools/ci_download_softnpu_machinery |
601 | 2023-10-09T00:13:04.986Z | fetching npuzone |
602 | 2023-10-09T00:13:04.992Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
603 | 2023-10-09T00:13:05.008Z | (commit: 41b3a67b3d44f51528816ff8e539b4001df48305) |
604 | 2023-10-09T00:13:05.032Z | Getting hash for npuzone |
605 | 2023-10-09T00:13:05.041Z | (hash: 11aab79a1494ffc0580a0dc3174c7c82e15d56d042b3baff8792fef5ca04c1f3) |
606 | 2023-10-09T00:13:10.655Z | npuzone downloaded successfully |
607 | 2023-10-09T00:13:10.658Z | |
608 | 2023-10-09T00:13:10.665Z | real 6.473843399 |
609 | 2023-10-09T00:13:10.675Z | user 0.561234154 |
610 | 2023-10-09T00:13:10.683Z | sys 0.140572406 |
611 | 2023-10-09T00:13:10.691Z | trap 0.000042075 |
612 | 2023-10-09T00:13:10.696Z | tflt 0.000000000 |
613 | 2023-10-09T00:13:10.700Z | dflt 0.000000000 |
614 | 2023-10-09T00:13:10.707Z | kflt 0.000000000 |
615 | 2023-10-09T00:13:10.717Z | lock 0.000000000 |
616 | 2023-10-09T00:13:11.144Z | slp 18.575076920 |
617 | 2023-10-09T00:13:11.150Z | lat 0.109680644 |
618 | 2023-10-09T00:13:11.213Z | stop 0.000263917 |
619 | 2023-10-09T00:13:11.627Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
620 | 2023-10-09T00:13:11.633Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
621 | 2023-10-09T00:13:11.637Z | Updating crates.io index |
622 | 2023-10-09T00:13:11.640Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
623 | 2023-10-09T00:13:12.169Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
624 | 2023-10-09T00:13:13.901Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
625 | 2023-10-09T00:13:14.544Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
626 | 2023-10-09T00:13:14.872Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
627 | 2023-10-09T00:13:15.171Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
628 | 2023-10-09T00:13:15.460Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
629 | 2023-10-09T00:13:16.328Z | Updating git repository `https://github.com/oxidecomputer/opte` |
630 | 2023-10-09T00:13:17.295Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
631 | 2023-10-09T00:13:17.650Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
632 | 2023-10-09T00:13:18.004Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
633 | 2023-10-09T00:13:18.503Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
634 | 2023-10-09T00:13:20.209Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
635 | 2023-10-09T00:13:20.943Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
636 | 2023-10-09T00:13:20.947Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
637 | 2023-10-09T00:13:21.252Z | Updating git repository `https://github.com/njaremko/samael` |
638 | 2023-10-09T00:13:21.841Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
639 | 2023-10-09T00:13:22.512Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
640 | 2023-10-09T00:13:22.941Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
641 | 2023-10-09T00:13:24.273Z | Updating git repository `https://github.com/jgallagher/nix` |
642 | 2023-10-09T00:13:25.504Z | Updating git repository `https://github.com/cbiffle/hubpack` |
643 | 2023-10-09T00:13:25.853Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
644 | 2023-10-09T00:13:34.914Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
645 | 2023-10-09T00:13:35.373Z | Updating git repository `https://github.com/oxidecomputer/typify` |
646 | 2023-10-09T00:13:36.401Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
647 | 2023-10-09T00:13:36.805Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
648 | 2023-10-09T00:13:37.142Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
649 | 2023-10-09T00:13:38.592Z | Downloading crates ... |
650 | 2023-10-09T00:13:38.840Z | Downloaded allocator-api2 v0.2.16 |
651 | 2023-10-09T00:13:38.867Z | Downloaded http-range v0.1.5 |
652 | 2023-10-09T00:13:38.876Z | Downloaded hubpack_derive v0.1.1 |
653 | 2023-10-09T00:13:38.884Z | Downloaded cexpr v0.6.0 |
654 | 2023-10-09T00:13:38.892Z | Downloaded impl-trait-for-tuples v0.2.2 |
655 | 2023-10-09T00:13:38.899Z | Downloaded rustc_version v0.4.0 |
656 | 2023-10-09T00:13:38.915Z | Downloaded lazycell v1.3.0 |
657 | 2023-10-09T00:13:38.926Z | Downloaded rusty-fork v0.3.0 |
658 | 2023-10-09T00:13:38.936Z | Downloaded num_enum_derive v0.7.0 |
659 | 2023-10-09T00:13:38.969Z | Downloaded ryu v1.0.15 |
660 | 2023-10-09T00:13:38.994Z | Downloaded camino-tempfile v1.0.2 |
661 | 2023-10-09T00:13:39.012Z | Downloaded instant v0.1.12 |
662 | 2023-10-09T00:13:39.037Z | Downloaded linear-map v1.2.0 |
663 | 2023-10-09T00:13:39.054Z | Downloaded hmac v0.12.1 |
664 | 2023-10-09T00:13:39.076Z | Downloaded matches v0.1.10 |
665 | 2023-10-09T00:13:39.089Z | Downloaded match_cfg v0.1.0 |
666 | 2023-10-09T00:13:39.513Z | Downloaded http-body v0.4.5 |
667 | 2023-10-09T00:13:39.536Z | Downloaded hubpack v0.1.2 |
668 | 2023-10-09T00:13:39.575Z | Downloaded memoffset v0.9.0 |
669 | 2023-10-09T00:13:39.591Z | Downloaded indoc v1.0.9 |
670 | 2023-10-09T00:13:39.614Z | Downloaded normalize-line-endings v0.3.0 |
671 | 2023-10-09T00:13:40.043Z | Downloaded tinyvec_macros v0.1.1 |
672 | 2023-10-09T00:13:40.059Z | Downloaded nibble_vec v0.1.0 |
673 | 2023-10-09T00:13:40.068Z | Downloaded ipnet v2.8.0 |
674 | 2023-10-09T00:13:40.076Z | Downloaded num v0.4.1 |
675 | 2023-10-09T00:13:40.095Z | Downloaded linked-hash-map v0.5.6 |
676 | 2023-10-09T00:13:40.523Z | Downloaded async-stream v0.3.5 |
677 | 2023-10-09T00:13:40.955Z | Downloaded maplit v1.0.2 |
678 | 2023-10-09T00:13:40.969Z | Downloaded hex v0.4.3 |
679 | 2023-10-09T00:13:40.987Z | Downloaded toolchain_find v0.2.0 |
680 | 2023-10-09T00:13:41.005Z | Downloaded stable_deref_trait v1.2.0 |
681 | 2023-10-09T00:13:41.423Z | Downloaded diesel_table_macro_syntax v0.1.0 |
682 | 2023-10-09T00:13:41.481Z | Downloaded block-buffer v0.10.4 |
683 | 2023-10-09T00:13:41.511Z | Downloaded new_debug_unreachable v1.0.4 |
684 | 2023-10-09T00:13:41.537Z | Downloaded mime_guess v2.0.4 |
685 | 2023-10-09T00:13:41.552Z | Downloaded libloading v0.7.4 |
686 | 2023-10-09T00:13:41.557Z | Downloaded hyper-rustls v0.24.1 |
687 | 2023-10-09T00:13:41.561Z | Downloaded num-rational v0.4.1 |
688 | 2023-10-09T00:13:41.567Z | Downloaded mime v0.3.17 |
689 | 2023-10-09T00:13:41.572Z | Downloaded mockall v0.11.4 |
690 | 2023-10-09T00:13:41.579Z | Downloaded chacha20 v0.9.1 |
691 | 2023-10-09T00:13:41.592Z | Downloaded camino v1.1.6 |
692 | 2023-10-09T00:13:41.610Z | Downloaded path-dedot v3.1.0 |
693 | 2023-10-09T00:13:41.625Z | Downloaded hyper-staticfile v0.9.5 |
694 | 2023-10-09T00:13:41.630Z | Downloaded termcolor v1.2.0 |
695 | 2023-10-09T00:13:41.635Z | Downloaded xattr v1.0.1 |
696 | 2023-10-09T00:13:41.643Z | Downloaded synstructure v0.12.6 |
697 | 2023-10-09T00:13:41.650Z | Downloaded pretty-hex v0.2.1 |
698 | 2023-10-09T00:13:41.659Z | Downloaded precomputed-hash v0.1.1 |
699 | 2023-10-09T00:13:41.666Z | Downloaded clap_derive v4.4.2 |
700 | 2023-10-09T00:13:41.673Z | Downloaded semver v1.0.19 |
701 | 2023-10-09T00:13:41.680Z | Downloaded zerocopy v0.3.0 |
702 | 2023-10-09T00:13:41.687Z | Downloaded flagset v0.4.3 |
703 | 2023-10-09T00:13:41.692Z | Downloaded clang-sys v1.6.1 |
704 | 2023-10-09T00:13:41.698Z | Downloaded multer v2.1.0 |
705 | 2023-10-09T00:13:41.703Z | Downloaded io-lifetimes v1.0.11 |
706 | 2023-10-09T00:13:41.709Z | Downloaded chacha20poly1305 v0.10.1 |
707 | 2023-10-09T00:13:41.716Z | Downloaded futures-task v0.3.28 |
708 | 2023-10-09T00:13:41.732Z | Downloaded futures-sink v0.3.28 |
709 | 2023-10-09T00:13:41.740Z | Downloaded enum-as-inner v0.5.1 |
710 | 2023-10-09T00:13:41.751Z | Downloaded dtrace-parser v0.1.14 |
711 | 2023-10-09T00:13:41.758Z | Downloaded num-derive v0.4.0 |
712 | 2023-10-09T00:13:41.763Z | Downloaded rustversion v1.0.14 |
713 | 2023-10-09T00:13:41.769Z | Downloaded crossbeam-channel v0.5.8 |
714 | 2023-10-09T00:13:41.777Z | Downloaded foreign-types-shared v0.1.1 |
715 | 2023-10-09T00:13:41.786Z | Downloaded group v0.13.0 |
716 | 2023-10-09T00:13:41.808Z | Downloaded deranged v0.3.8 |
717 | 2023-10-09T00:13:41.814Z | Downloaded signal-hook v0.3.17 |
718 | 2023-10-09T00:13:41.825Z | Downloaded predicates v2.1.5 |
719 | 2023-10-09T00:13:41.832Z | Downloaded wait-timeout v0.2.0 |
720 | 2023-10-09T00:13:41.838Z | Downloaded signature v1.6.4 |
721 | 2023-10-09T00:13:41.844Z | Downloaded unicode-xid v0.2.4 |
722 | 2023-10-09T00:13:41.850Z | Downloaded serde_plain v1.0.2 |
723 | 2023-10-09T00:13:41.859Z | Downloaded rustc_version v0.1.7 |
724 | 2023-10-09T00:13:41.867Z | Downloaded termtree v0.4.1 |
725 | 2023-10-09T00:13:41.877Z | Downloaded fd-lock v3.0.13 |
726 | 2023-10-09T00:13:41.888Z | Downloaded opaque-debug v0.3.0 |
727 | 2023-10-09T00:13:41.897Z | Downloaded curve25519-dalek-derive v0.1.0 |
728 | 2023-10-09T00:13:41.912Z | Downloaded ena v0.14.2 |
729 | 2023-10-09T00:13:41.919Z | Downloaded num_threads v0.1.6 |
730 | 2023-10-09T00:13:41.926Z | Downloaded num-traits v0.2.16 |
731 | 2023-10-09T00:13:41.949Z | Downloaded foreign-types-shared v0.3.1 |
732 | 2023-10-09T00:13:41.957Z | Downloaded postgres-protocol v0.6.6 |
733 | 2023-10-09T00:13:41.978Z | Downloaded zerocopy v0.6.3 |
734 | 2023-10-09T00:13:41.987Z | Downloaded ctr v0.9.2 |
735 | 2023-10-09T00:13:42.002Z | Downloaded postcard-cobs v0.1.5-pre |
736 | 2023-10-09T00:13:42.011Z | Downloaded usdt-attr-macro v0.3.5 |
737 | 2023-10-09T00:13:42.023Z | Downloaded der_derive v0.7.2 |
738 | 2023-10-09T00:13:42.031Z | Downloaded sha1 v0.10.5 |
739 | 2023-10-09T00:13:42.036Z | Downloaded bytes v1.5.0 |
740 | 2023-10-09T00:13:42.040Z | Downloaded serde-hex v0.1.0 |
741 | 2023-10-09T00:13:42.044Z | Downloaded number_prefix v0.4.0 |
742 | 2023-10-09T00:13:42.048Z | Downloaded rustls-pemfile v1.0.3 |
743 | 2023-10-09T00:13:42.051Z | Downloaded rustc-hash v1.1.0 |
744 | 2023-10-09T00:13:42.054Z | Downloaded pretty-hex v0.3.0 |
745 | 2023-10-09T00:13:42.057Z | Downloaded futures-channel v0.3.28 |
746 | 2023-10-09T00:13:42.060Z | Downloaded hash32 v0.2.1 |
747 | 2023-10-09T00:13:42.063Z | Downloaded darling_macro v0.20.3 |
748 | 2023-10-09T00:13:42.066Z | Downloaded memchr v2.6.3 |
749 | 2023-10-09T00:13:42.069Z | Downloaded tokio-native-tls v0.3.1 |
750 | 2023-10-09T00:13:42.073Z | Downloaded proc-macro-error-attr v1.0.4 |
751 | 2023-10-09T00:13:42.075Z | Downloaded untrusted v0.7.1 |
752 | 2023-10-09T00:13:42.078Z | Downloaded futures-executor v0.3.28 |
753 | 2023-10-09T00:13:42.081Z | Downloaded ref-cast v1.0.20 |
754 | 2023-10-09T00:13:42.084Z | Downloaded try-lock v0.2.4 |
755 | 2023-10-09T00:13:42.087Z | Downloaded futures-core v0.3.28 |
756 | 2023-10-09T00:13:42.090Z | Downloaded fnv v1.0.7 |
757 | 2023-10-09T00:13:42.093Z | Downloaded unicode-bidi v0.3.13 |
758 | 2023-10-09T00:13:42.096Z | Downloaded tinyvec v1.6.0 |
759 | 2023-10-09T00:13:42.101Z | Downloaded tui-tree-widget v0.13.0 |
760 | 2023-10-09T00:13:42.105Z | Downloaded predicates-core v1.0.6 |
761 | 2023-10-09T00:13:42.111Z | Downloaded pin-project-lite v0.2.13 |
762 | 2023-10-09T00:13:42.114Z | Downloaded take_mut v0.2.2 |
763 | 2023-10-09T00:13:42.117Z | Downloaded rsa v0.9.2 |
764 | 2023-10-09T00:13:42.120Z | Downloaded usdt-macro v0.3.5 |
765 | 2023-10-09T00:13:42.123Z | Downloaded data-encoding v2.4.0 |
766 | 2023-10-09T00:13:42.128Z | Downloaded libm v0.2.7 |
767 | 2023-10-09T00:13:42.131Z | Downloaded want v0.3.1 |
768 | 2023-10-09T00:13:42.134Z | Downloaded rpassword v7.2.0 |
769 | 2023-10-09T00:13:42.136Z | Downloaded paste v1.0.14 |
770 | 2023-10-09T00:13:42.140Z | Downloaded digest v0.10.7 |
771 | 2023-10-09T00:13:42.143Z | Downloaded predicates v3.0.3 |
772 | 2023-10-09T00:13:42.146Z | Downloaded waitgroup v0.1.2 |
773 | 2023-10-09T00:13:42.149Z | Downloaded fragile v2.0.0 |
774 | 2023-10-09T00:13:42.153Z | Downloaded fs-err v2.9.0 |
775 | 2023-10-09T00:13:42.156Z | Downloaded path-absolutize v3.1.0 |
776 | 2023-10-09T00:13:42.159Z | Downloaded crunchy v0.2.2 |
777 | 2023-10-09T00:13:42.164Z | Downloaded zone_cfg_derive v0.2.0 |
778 | 2023-10-09T00:13:42.167Z | Downloaded headers-core v0.2.0 |
779 | 2023-10-09T00:13:42.170Z | Downloaded form_urlencoded v1.2.0 |
780 | 2023-10-09T00:13:42.173Z | Downloaded textwrap v0.11.0 |
781 | 2023-10-09T00:13:42.176Z | Downloaded flume v0.11.0 |
782 | 2023-10-09T00:13:42.179Z | Downloaded doc-comment v0.3.3 |
783 | 2023-10-09T00:13:42.182Z | Downloaded aes v0.8.3 |
784 | 2023-10-09T00:13:42.185Z | Downloaded structmeta-derive v0.1.6 |
785 | 2023-10-09T00:13:42.190Z | Downloaded endian-type v0.1.2 |
786 | 2023-10-09T00:13:42.194Z | Downloaded openssl-sys v0.9.93 |
787 | 2023-10-09T00:13:42.197Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2023-10-09T00:13:42.200Z | Downloaded foreign-types v0.5.0 |
789 | 2023-10-09T00:13:42.203Z | Downloaded ucd-trie v0.1.6 |
790 | 2023-10-09T00:13:42.206Z | Downloaded libxml v0.3.3 |
791 | 2023-10-09T00:13:42.209Z | Downloaded peeking_take_while v0.1.2 |
792 | 2023-10-09T00:13:42.212Z | Downloaded crossbeam-queue v0.3.8 |
793 | 2023-10-09T00:13:42.215Z | Downloaded foreign-types v0.3.2 |
794 | 2023-10-09T00:13:42.218Z | Downloaded equivalent v1.0.1 |
795 | 2023-10-09T00:13:42.221Z | Downloaded crossbeam-utils v0.8.16 |
796 | 2023-10-09T00:13:42.224Z | Downloaded spin v0.5.2 |
797 | 2023-10-09T00:13:42.228Z | Downloaded zone v0.2.0 |
798 | 2023-10-09T00:13:42.231Z | Downloaded zeroize_derive v1.4.2 |
799 | 2023-10-09T00:13:42.242Z | Downloaded fxhash v0.2.1 |
800 | 2023-10-09T00:13:42.248Z | Downloaded serde-big-array v0.5.1 |
801 | 2023-10-09T00:13:42.257Z | Downloaded percent-encoding v2.3.0 |
802 | 2023-10-09T00:13:42.266Z | Downloaded path-slash v0.1.5 |
803 | 2023-10-09T00:13:42.277Z | Downloaded terminal_size v0.2.6 |
804 | 2023-10-09T00:13:42.289Z | Downloaded pkg-config v0.3.27 |
805 | 2023-10-09T00:13:42.304Z | Downloaded rustls-native-certs v0.6.3 |
806 | 2023-10-09T00:13:42.327Z | Downloaded num-bigint-dig v0.8.4 |
807 | 2023-10-09T00:13:42.338Z | Downloaded parse-display v0.7.0 |
808 | 2023-10-09T00:13:42.348Z | Downloaded openssl-probe v0.1.5 |
809 | 2023-10-09T00:13:42.356Z | Downloaded smallvec v1.11.0 |
810 | 2023-10-09T00:13:42.363Z | Downloaded derive_builder_macro v0.12.0 |
811 | 2023-10-09T00:13:42.373Z | Downloaded packed_struct v0.10.1 |
812 | 2023-10-09T00:13:42.381Z | Downloaded either v1.9.0 |
813 | 2023-10-09T00:13:42.389Z | Downloaded tower-service v0.3.2 |
814 | 2023-10-09T00:13:42.396Z | Downloaded slog-dtrace v0.2.3 |
815 | 2023-10-09T00:13:42.403Z | Downloaded pest_derive v2.7.2 |
816 | 2023-10-09T00:13:42.409Z | Downloaded zeroize v1.6.0 |
817 | 2023-10-09T00:13:42.418Z | Downloaded radium v0.7.0 |
818 | 2023-10-09T00:13:42.425Z | Downloaded hashbrown v0.12.3 |
819 | 2023-10-09T00:13:42.435Z | Downloaded openssl-macros v0.1.1 |
820 | 2023-10-09T00:13:42.444Z | Downloaded ed25519 v1.5.3 |
821 | 2023-10-09T00:13:42.459Z | Downloaded display-error-chain v0.1.1 |
822 | 2023-10-09T00:13:42.516Z | Downloaded getopts v0.2.21 |
823 | 2023-10-09T00:13:42.527Z | Downloaded errno v0.3.2 |
824 | 2023-10-09T00:13:42.548Z | Downloaded typenum v1.16.0 |
825 | 2023-10-09T00:13:42.558Z | Downloaded strsim v0.10.0 |
826 | 2023-10-09T00:13:42.573Z | Downloaded unicode-ident v1.0.12 |
827 | 2023-10-09T00:13:42.587Z | Downloaded pest_generator v2.7.2 |
828 | 2023-10-09T00:13:42.598Z | Downloaded rand_core v0.6.4 |
829 | 2023-10-09T00:13:42.612Z | Downloaded thiserror-impl v1.0.49 |
830 | 2023-10-09T00:13:43.022Z | Downloaded utf-8 v0.7.6 |
831 | 2023-10-09T00:13:43.026Z | Downloaded strum_macros v0.25.2 |
832 | 2023-10-09T00:13:43.030Z | Downloaded structopt-derive v0.4.18 |
833 | 2023-10-09T00:13:43.033Z | Downloaded owo-colors v3.5.0 |
834 | 2023-10-09T00:13:43.036Z | Downloaded subtle v2.5.0 |
835 | 2023-10-09T00:13:43.039Z | Downloaded quick-error v1.2.3 |
836 | 2023-10-09T00:13:43.042Z | Downloaded quote v1.0.33 |
837 | 2023-10-09T00:13:43.046Z | Downloaded time v0.3.27 |
838 | 2023-10-09T00:13:43.050Z | Downloaded utf8parse v0.2.1 |
839 | 2023-10-09T00:13:43.053Z | Downloaded dof v0.1.5 |
840 | 2023-10-09T00:13:43.056Z | Downloaded derive_builder_core v0.12.0 |
841 | 2023-10-09T00:13:43.059Z | Downloaded vergen v8.2.4 |
842 | 2023-10-09T00:13:43.063Z | Downloaded libefi-sys v0.1.0 |
843 | 2023-10-09T00:13:43.066Z | Downloaded hashbrown v0.13.2 |
844 | 2023-10-09T00:13:43.069Z | Downloaded vte_generate_state_changes v0.1.1 |
845 | 2023-10-09T00:13:43.072Z | Downloaded derive-where v1.2.5 |
846 | 2023-10-09T00:13:43.075Z | Downloaded env_logger v0.10.0 |
847 | 2023-10-09T00:13:43.078Z | Downloaded elliptic-curve v0.13.5 |
848 | 2023-10-09T00:13:43.081Z | Downloaded tracing-attributes v0.1.26 |
849 | 2023-10-09T00:13:43.084Z | Downloaded zip v0.6.6 |
850 | 2023-10-09T00:13:43.087Z | Downloaded getrandom v0.2.10 |
851 | 2023-10-09T00:13:43.090Z | Downloaded derive_more v0.99.17 |
852 | 2023-10-09T00:13:43.101Z | Downloaded tokio-rustls v0.24.1 |
853 | 2023-10-09T00:13:43.544Z | Downloaded oso v0.26.4 |
854 | 2023-10-09T00:13:43.550Z | Downloaded tokio-postgres v0.7.10 |
855 | 2023-10-09T00:13:43.559Z | Downloaded url v2.4.1 |
856 | 2023-10-09T00:13:43.573Z | Downloaded uuid v1.4.1 |
857 | 2023-10-09T00:13:43.590Z | Downloaded hashbrown v0.14.0 |
858 | 2023-10-09T00:13:43.605Z | Downloaded crossterm v0.27.0 |
859 | 2023-10-09T00:13:43.623Z | Downloaded tabled v0.14.0 |
860 | 2023-10-09T00:13:43.638Z | Downloaded tokio-util v0.7.8 |
861 | 2023-10-09T00:13:43.651Z | Downloaded aho-corasick v1.0.4 |
862 | 2023-10-09T00:13:43.670Z | Downloaded rayon-core v1.11.0 |
863 | 2023-10-09T00:13:43.688Z | Downloaded rand v0.8.5 |
864 | 2023-10-09T00:13:43.704Z | Downloaded portable-atomic v1.4.3 |
865 | 2023-10-09T00:13:43.719Z | Downloaded salty v0.2.0 |
866 | 2023-10-09T00:13:43.725Z | Downloaded syn v2.0.32 |
867 | 2023-10-09T00:13:43.729Z | Downloaded chrono v0.4.31 |
868 | 2023-10-09T00:13:43.732Z | Downloaded reqwest v0.11.20 |
869 | 2023-10-09T00:13:43.736Z | Downloaded mio v0.8.8 |
870 | 2023-10-09T00:13:43.739Z | Downloaded nom v7.1.3 |
871 | 2023-10-09T00:13:43.742Z | Downloaded h2 v0.3.21 |
872 | 2023-10-09T00:13:43.746Z | Downloaded nix v0.26.2 |
873 | 2023-10-09T00:13:43.750Z | Downloaded quick-xml v0.23.1 |
874 | 2023-10-09T00:13:43.753Z | Downloaded futures-util v0.3.28 |
875 | 2023-10-09T00:13:43.756Z | Downloaded rayon v1.7.0 |
876 | 2023-10-09T00:13:44.034Z | Downloaded gimli v0.28.0 |
877 | 2023-10-09T00:13:44.039Z | Downloaded polar-core v0.26.4 |
878 | 2023-10-09T00:13:44.044Z | Downloaded bstr v1.6.0 |
879 | 2023-10-09T00:13:44.048Z | Downloaded radix_trie v0.2.1 |
880 | 2023-10-09T00:13:44.051Z | Downloaded ratatui v0.23.0 |
881 | 2023-10-09T00:13:44.055Z | Downloaded syn v1.0.109 |
882 | 2023-10-09T00:13:44.059Z | Downloaded rustix v0.37.23 |
883 | 2023-10-09T00:13:44.062Z | Downloaded regex-syntax v0.7.5 |
884 | 2023-10-09T00:13:44.066Z | Downloaded openapiv3 v1.0.3 |
885 | 2023-10-09T00:13:44.070Z | Downloaded sled v0.34.7 |
886 | 2023-10-09T00:13:44.074Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
887 | 2023-10-09T00:13:44.078Z | Downloaded regex-syntax v0.6.29 |
888 | 2023-10-09T00:13:44.081Z | Downloaded zerocopy-derive v0.6.3 |
889 | 2023-10-09T00:13:44.085Z | Downloaded zerocopy-derive v0.2.0 |
890 | 2023-10-09T00:13:44.089Z | Downloaded tokio v1.32.0 |
891 | 2023-10-09T00:13:44.092Z | Downloaded sha3 v0.10.8 |
892 | 2023-10-09T00:13:44.111Z | Downloaded regex-automata v0.3.8 |
893 | 2023-10-09T00:13:44.121Z | Downloaded libc v0.2.148 |
894 | 2023-10-09T00:13:44.126Z | Downloaded regress v0.7.1 |
895 | 2023-10-09T00:13:44.130Z | Downloaded openssl v0.10.57 |
896 | 2023-10-09T00:13:44.135Z | Downloaded regex v1.9.5 |
897 | 2023-10-09T00:13:44.140Z | Downloaded diesel v2.1.1 |
898 | 2023-10-09T00:13:44.144Z | Downloaded vcpkg v0.2.15 |
899 | 2023-10-09T00:13:44.148Z | Downloaded git2 v0.17.2 |
900 | 2023-10-09T00:13:44.152Z | Downloaded curve25519-dalek v4.1.0 |
901 | 2023-10-09T00:13:44.156Z | Downloaded encoding_rs v0.8.33 |
902 | 2023-10-09T00:13:44.159Z | Downloaded bstr v0.2.17 |
903 | 2023-10-09T00:13:44.163Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
904 | 2023-10-09T00:13:44.168Z | Downloaded object v0.32.1 |
905 | 2023-10-09T00:13:44.175Z | Downloaded smoltcp v0.9.1 |
906 | 2023-10-09T00:13:44.179Z | Downloaded object v0.30.4 |
907 | 2023-10-09T00:13:44.183Z | Downloaded idna v0.2.3 |
908 | 2023-10-09T00:13:44.186Z | Downloaded proptest v1.2.0 |
909 | 2023-10-09T00:13:44.190Z | Downloaded libz-sys v1.1.12 |
910 | 2023-10-09T00:13:44.194Z | Downloaded webpki-roots v0.25.2 |
911 | 2023-10-09T00:13:44.198Z | Downloaded trust-dns-proto v0.22.0 |
912 | 2023-10-09T00:13:44.202Z | Downloaded smoltcp v0.8.2 |
913 | 2023-10-09T00:13:44.207Z | Downloaded reedline v0.23.0 |
914 | 2023-10-09T00:13:44.211Z | Downloaded tough v0.12.5 |
915 | 2023-10-09T00:13:44.216Z | Downloaded petgraph v0.6.4 |
916 | 2023-10-09T00:13:44.221Z | Downloaded idna v0.4.0 |
917 | 2023-10-09T00:13:44.227Z | Downloaded unicode-normalization v0.1.22 |
918 | 2023-10-09T00:13:44.233Z | Downloaded lalrpop v0.19.12 |
919 | 2023-10-09T00:13:44.239Z | Downloaded bitvec v1.0.1 |
920 | 2023-10-09T00:13:44.244Z | Downloaded libsqlite3-sys v0.26.0 |
921 | 2023-10-09T00:13:44.248Z | Downloaded ring v0.16.20 |
922 | 2023-10-09T00:13:44.252Z | Downloaded rusqlite v0.29.0 |
923 | 2023-10-09T00:13:44.261Z | Downloaded hyper v0.14.27 |
924 | 2023-10-09T00:13:44.266Z | Downloaded unicode-segmentation v1.10.1 |
925 | 2023-10-09T00:13:44.271Z | Downloaded regex-automata v0.1.10 |
926 | 2023-10-09T00:13:44.277Z | Downloaded crossterm v0.26.1 |
927 | 2023-10-09T00:13:44.283Z | Downloaded serde_with v2.3.3 |
928 | 2023-10-09T00:13:44.292Z | Downloaded rustls-webpki v0.101.4 |
929 | 2023-10-09T00:13:44.299Z | Downloaded hkdf v0.12.3 |
930 | 2023-10-09T00:13:44.305Z | Downloaded tungstenite v0.18.0 |
931 | 2023-10-09T00:13:44.311Z | Downloaded bindgen v0.65.1 |
932 | 2023-10-09T00:13:44.322Z | Downloaded flate2 v1.0.27 |
933 | 2023-10-09T00:13:44.330Z | Downloaded minimal-lexical v0.2.1 |
934 | 2023-10-09T00:13:44.336Z | Downloaded heapless v0.7.16 |
935 | 2023-10-09T00:13:44.342Z | Downloaded trust-dns-client v0.22.0 |
936 | 2023-10-09T00:13:44.352Z | Downloaded tracing-core v0.1.31 |
937 | 2023-10-09T00:13:44.358Z | Downloaded crypto-bigint v0.5.2 |
938 | 2023-10-09T00:13:44.366Z | Downloaded trust-dns-server v0.22.1 |
939 | 2023-10-09T00:13:44.373Z | Downloaded futures v0.3.28 |
940 | 2023-10-09T00:13:44.378Z | Downloaded pest v2.7.2 |
941 | 2023-10-09T00:13:44.384Z | Downloaded toml_edit v0.19.15 |
942 | 2023-10-09T00:13:44.387Z | Downloaded clap v2.34.0 |
943 | 2023-10-09T00:13:44.391Z | Downloaded derive_builder v0.12.0 |
944 | 2023-10-09T00:13:44.395Z | Downloaded serde_json v1.0.107 |
945 | 2023-10-09T00:13:44.400Z | Downloaded rcgen v0.10.0 |
946 | 2023-10-09T00:13:44.405Z | Downloaded clap_builder v4.4.2 |
947 | 2023-10-09T00:13:44.408Z | Downloaded fallible-iterator v0.2.0 |
948 | 2023-10-09T00:13:44.411Z | Downloaded der v0.7.8 |
949 | 2023-10-09T00:13:44.415Z | Downloaded globset v0.4.13 |
950 | 2023-10-09T00:13:44.419Z | Downloaded managed v0.8.0 |
951 | 2023-10-09T00:13:44.423Z | Downloaded termios v0.3.3 |
952 | 2023-10-09T00:13:44.426Z | Downloaded tokio-stream v0.1.14 |
953 | 2023-10-09T00:13:44.431Z | Downloaded ron v0.8.1 |
954 | 2023-10-09T00:13:44.435Z | Downloaded usdt-impl v0.3.5 |
955 | 2023-10-09T00:13:44.439Z | Downloaded semver v0.11.0 |
956 | 2023-10-09T00:13:44.443Z | Downloaded diff v0.1.13 |
957 | 2023-10-09T00:13:44.447Z | Downloaded tracing v0.1.37 |
958 | 2023-10-09T00:13:44.451Z | Downloaded papergrid v0.10.0 |
959 | 2023-10-09T00:13:44.455Z | Downloaded headers v0.3.9 |
960 | 2023-10-09T00:13:44.459Z | Downloaded winnow v0.5.15 |
961 | 2023-10-09T00:13:44.463Z | Downloaded ron v0.7.1 |
962 | 2023-10-09T00:13:44.466Z | Downloaded generic-array v0.14.7 |
963 | 2023-10-09T00:13:44.470Z | Downloaded futures-io v0.3.28 |
964 | 2023-10-09T00:13:44.474Z | Downloaded vec_map v0.8.2 |
965 | 2023-10-09T00:13:44.478Z | Downloaded env_logger v0.9.3 |
966 | 2023-10-09T00:13:44.482Z | Downloaded pkcs1 v0.7.5 |
967 | 2023-10-09T00:13:44.486Z | Downloaded crypto-common v0.1.6 |
968 | 2023-10-09T00:13:44.494Z | Downloaded structmeta v0.1.6 |
969 | 2023-10-09T00:13:44.503Z | Downloaded tokio-macros v2.1.0 |
970 | 2023-10-09T00:13:44.509Z | Downloaded crossbeam-deque v0.8.3 |
971 | 2023-10-09T00:13:44.513Z | Downloaded itertools v0.11.0 |
972 | 2023-10-09T00:13:44.517Z | Downloaded r2d2 v0.8.10 |
973 | 2023-10-09T00:13:44.521Z | Downloaded socket2 v0.5.3 |
974 | 2023-10-09T00:13:44.525Z | Downloaded miniz_oxide v0.7.1 |
975 | 2023-10-09T00:13:44.529Z | Downloaded x509-cert v0.2.4 |
976 | 2023-10-09T00:13:44.535Z | Downloaded prettyplease v0.2.12 |
977 | 2023-10-09T00:13:44.539Z | Downloaded ff v0.13.0 |
978 | 2023-10-09T00:13:44.572Z | Downloaded unicode-width v0.1.10 |
979 | 2023-10-09T00:13:44.576Z | Downloaded phf_shared v0.11.2 |
980 | 2023-10-09T00:13:44.579Z | Downloaded glob v0.3.1 |
981 | 2023-10-09T00:13:44.583Z | Downloaded structopt v0.3.26 |
982 | 2023-10-09T00:13:44.587Z | Downloaded fatfs v0.3.6 |
983 | 2023-10-09T00:13:44.594Z | Downloaded subprocess v0.2.9 |
984 | 2023-10-09T00:13:44.598Z | Downloaded term v0.7.0 |
985 | 2023-10-09T00:13:44.602Z | Downloaded tar v0.4.40 |
986 | 2023-10-09T00:13:44.606Z | Downloaded pest_meta v2.7.2 |
987 | 2023-10-09T00:13:44.609Z | Downloaded packed_struct_codegen v0.10.1 |
988 | 2023-10-09T00:13:44.613Z | Downloaded dirs-next v2.0.0 |
989 | 2023-10-09T00:13:44.618Z | Downloaded float-cmp v0.9.0 |
990 | 2023-10-09T00:13:44.623Z | Downloaded fixedbitset v0.4.2 |
991 | 2023-10-09T00:13:44.637Z | Downloaded test-strategy v0.2.1 |
992 | 2023-10-09T00:13:44.650Z | Downloaded parking_lot v0.12.1 |
993 | 2023-10-09T00:13:44.661Z | Downloaded itertools v0.10.5 |
994 | 2023-10-09T00:13:44.666Z | Downloaded password-hash v0.5.0 |
995 | 2023-10-09T00:13:44.670Z | Downloaded serde v1.0.188 |
996 | 2023-10-09T00:13:44.675Z | Downloaded http v0.2.9 |
997 | 2023-10-09T00:13:44.681Z | Downloaded pem v1.1.1 |
998 | 2023-10-09T00:13:44.688Z | Downloaded dirs-sys-next v0.1.2 |
999 | 2023-10-09T00:13:44.694Z | Downloaded fastrand v2.0.0 |
1000 | 2023-10-09T00:13:44.700Z | Downloaded secrecy v0.8.0 |
1001 | 2023-10-09T00:13:44.706Z | Downloaded colored v2.0.4 |
1002 | 2023-10-09T00:13:44.711Z | Downloaded toml_edit v0.20.0 |
1003 | 2023-10-09T00:13:44.718Z | Downloaded socket2 v0.4.9 |
1004 | 2023-10-09T00:13:44.725Z | Downloaded slog v2.7.0 |
1005 | 2023-10-09T00:13:44.734Z | Downloaded strsim v0.8.0 |
1006 | 2023-10-09T00:13:44.743Z | Downloaded smallvec v0.6.14 |
1007 | 2023-10-09T00:13:44.762Z | Downloaded slog-scope v4.4.0 |
1008 | 2023-10-09T00:13:44.771Z | Downloaded slog-envlogger v2.2.0 |
1009 | 2023-10-09T00:13:44.785Z | Downloaded schemars v0.8.13 |
1010 | 2023-10-09T00:13:44.797Z | Downloaded serde_yaml v0.9.25 |
1011 | 2023-10-09T00:13:44.805Z | Downloaded steno v0.4.0 |
1012 | 2023-10-09T00:13:44.815Z | Downloaded twox-hash v1.6.3 |
1013 | 2023-10-09T00:13:44.822Z | Downloaded semver v0.1.20 |
1014 | 2023-10-09T00:13:44.831Z | Downloaded unsafe-libyaml v0.2.9 |
1015 | 2023-10-09T00:13:44.838Z | Downloaded ringbuffer v0.15.0 |
1016 | 2023-10-09T00:13:44.846Z | Downloaded resolv-conf v0.7.0 |
1017 | 2023-10-09T00:13:44.858Z | Downloaded debug-ignore v1.0.5 |
1018 | 2023-10-09T00:13:44.867Z | Downloaded once_cell v1.18.0 |
1019 | 2023-10-09T00:13:44.875Z | Downloaded spin v0.9.8 |
1020 | 2023-10-09T00:13:44.885Z | Downloaded serde_derive v1.0.188 |
1021 | 2023-10-09T00:13:44.894Z | Downloaded num-bigint v0.4.4 |
1022 | 2023-10-09T00:13:44.903Z | Downloaded backtrace v0.3.69 |
1023 | 2023-10-09T00:13:44.912Z | Downloaded darling v0.20.3 |
1024 | 2023-10-09T00:13:44.919Z | Downloaded postcard v0.7.3 |
1025 | 2023-10-09T00:13:44.926Z | Downloaded serde_derive_internals v0.26.0 |
1026 | 2023-10-09T00:13:44.934Z | Downloaded unarray v0.1.4 |
1027 | 2023-10-09T00:13:44.944Z | Downloaded cipher v0.4.4 |
1028 | 2023-10-09T00:13:44.955Z | Downloaded dyn-clone v1.0.13 |
1029 | 2023-10-09T00:13:44.976Z | Downloaded serde_tokenstream v0.1.7 |
1030 | 2023-10-09T00:13:44.983Z | Downloaded stringprep v0.1.3 |
1031 | 2023-10-09T00:13:44.990Z | Downloaded half v1.8.2 |
1032 | 2023-10-09T00:13:45.000Z | Downloaded toml v0.5.11 |
1033 | 2023-10-09T00:13:45.017Z | Downloaded darling_core v0.14.4 |
1034 | 2023-10-09T00:13:45.027Z | Downloaded trust-dns-resolver v0.22.0 |
1035 | 2023-10-09T00:13:45.032Z | Downloaded proc-macro-crate v1.3.1 |
1036 | 2023-10-09T00:13:45.044Z | Downloaded snafu-derive v0.7.5 |
1037 | 2023-10-09T00:13:45.055Z | Downloaded smf v0.2.2 |
1038 | 2023-10-09T00:13:45.068Z | Downloaded smawk v0.3.1 |
1039 | 2023-10-09T00:13:45.075Z | Downloaded funty v2.0.0 |
1040 | 2023-10-09T00:13:45.080Z | Downloaded darling v0.14.4 |
1041 | 2023-10-09T00:13:45.085Z | Downloaded base64 v0.21.4 |
1042 | 2023-10-09T00:13:45.089Z | Downloaded native-tls v0.2.11 |
1043 | 2023-10-09T00:13:45.094Z | Downloaded universal-hash v0.5.1 |
1044 | 2023-10-09T00:13:45.098Z | Downloaded parking_lot_core v0.8.6 |
1045 | 2023-10-09T00:13:45.101Z | Downloaded similar v2.2.1 |
1046 | 2023-10-09T00:13:45.110Z | Downloaded proc-macro-error v1.0.4 |
1047 | 2023-10-09T00:13:45.119Z | Downloaded olpc-cjson v0.1.3 |
1048 | 2023-10-09T00:13:45.122Z | Downloaded parking_lot_core v0.9.8 |
1049 | 2023-10-09T00:13:45.125Z | Downloaded parking_lot v0.11.2 |
1050 | 2023-10-09T00:13:45.130Z | Downloaded diesel_derives v2.1.1 |
1051 | 2023-10-09T00:13:45.133Z | Downloaded tungstenite v0.20.1 |
1052 | 2023-10-09T00:13:45.137Z | Downloaded ref-cast-impl v1.0.20 |
1053 | 2023-10-09T00:13:45.142Z | Downloaded tap v1.0.1 |
1054 | 2023-10-09T00:13:45.146Z | Downloaded strip-ansi-escapes v0.2.0 |
1055 | 2023-10-09T00:13:45.152Z | Downloaded pem-rfc7468 v0.7.0 |
1056 | 2023-10-09T00:13:45.155Z | Downloaded phf v0.11.2 |
1057 | 2023-10-09T00:13:45.158Z | Downloaded fallible-streaming-iterator v0.1.9 |
1058 | 2023-10-09T00:13:45.167Z | Downloaded sct v0.7.0 |
1059 | 2023-10-09T00:13:45.173Z | Downloaded tempfile v3.8.0 |
1060 | 2023-10-09T00:13:45.178Z | Downloaded spki v0.7.2 |
1061 | 2023-10-09T00:13:45.184Z | Downloaded slog-json v2.6.1 |
1062 | 2023-10-09T00:13:45.190Z | Downloaded toml v0.8.0 |
1063 | 2023-10-09T00:13:45.194Z | Downloaded toml v0.7.8 |
1064 | 2023-10-09T00:13:45.202Z | Downloaded darling_core v0.20.3 |
1065 | 2023-10-09T00:13:45.207Z | Downloaded rustix v0.38.9 |
1066 | 2023-10-09T00:13:45.211Z | Downloaded snafu v0.7.5 |
1067 | 2023-10-09T00:13:45.214Z | Downloaded signal-hook-mio v0.2.3 |
1068 | 2023-10-09T00:13:45.221Z | Downloaded serde_with_macros v2.3.3 |
1069 | 2023-10-09T00:13:45.225Z | Downloaded polyval v0.6.1 |
1070 | 2023-10-09T00:13:45.231Z | Downloaded indicatif v0.17.6 |
1071 | 2023-10-09T00:13:45.239Z | Downloaded postgres-types v0.2.6 |
1072 | 2023-10-09T00:13:45.243Z | Downloaded thiserror-no-std v2.0.2 |
1073 | 2023-10-09T00:13:45.247Z | Downloaded slab v0.4.9 |
1074 | 2023-10-09T00:13:45.251Z | Downloaded tabled_derive v0.6.0 |
1075 | 2023-10-09T00:13:45.255Z | Downloaded poly1305 v0.8.0 |
1076 | 2023-10-09T00:13:45.261Z | Downloaded platforms v3.0.2 |
1077 | 2023-10-09T00:13:45.266Z | Downloaded hashlink v0.8.3 |
1078 | 2023-10-09T00:13:45.271Z | Downloaded proc-macro2 v1.0.67 |
1079 | 2023-10-09T00:13:45.275Z | Downloaded log v0.4.20 |
1080 | 2023-10-09T00:13:45.281Z | Downloaded cstr-argument v0.1.2 |
1081 | 2023-10-09T00:13:45.285Z | Downloaded phf_shared v0.10.0 |
1082 | 2023-10-09T00:13:45.289Z | Downloaded serde_repr v0.1.16 |
1083 | 2023-10-09T00:13:45.294Z | Downloaded serde-big-array v0.4.1 |
1084 | 2023-10-09T00:13:45.298Z | Downloaded erased-serde v0.3.30 |
1085 | 2023-10-09T00:13:45.302Z | Downloaded cc v1.0.83 |
1086 | 2023-10-09T00:13:45.306Z | Downloaded arc-swap v1.6.0 |
1087 | 2023-10-09T00:13:45.310Z | Downloaded rustfmt-wrapper v0.2.0 |
1088 | 2023-10-09T00:13:45.313Z | Downloaded serde_spanned v0.6.3 |
1089 | 2023-10-09T00:13:45.316Z | Downloaded tiny-keccak v2.0.2 |
1090 | 2023-10-09T00:13:45.320Z | Downloaded time-macros v0.2.13 |
1091 | 2023-10-09T00:13:45.323Z | Downloaded thread-id v4.2.0 |
1092 | 2023-10-09T00:13:45.326Z | Downloaded rtoolbox v0.0.1 |
1093 | 2023-10-09T00:13:45.330Z | Downloaded pkcs8 v0.10.2 |
1094 | 2023-10-09T00:13:45.333Z | Downloaded vte v0.11.1 |
1095 | 2023-10-09T00:13:45.335Z | Downloaded textwrap v0.16.0 |
1096 | 2023-10-09T00:13:45.339Z | Downloaded vsss-rs v3.3.1 |
1097 | 2023-10-09T00:13:45.342Z | Downloaded oso-derive v0.26.4 |
1098 | 2023-10-09T00:13:45.345Z | Downloaded crc-any v2.4.3 |
1099 | 2023-10-09T00:13:45.348Z | Downloaded time-core v0.1.1 |
1100 | 2023-10-09T00:13:45.352Z | Downloaded thread_local v1.1.7 |
1101 | 2023-10-09T00:13:45.355Z | Downloaded signal-hook-registry v1.4.1 |
1102 | 2023-10-09T00:13:45.358Z | Downloaded shell-words v1.1.0 |
1103 | 2023-10-09T00:13:45.361Z | Downloaded cancel-safe-futures v0.1.2 |
1104 | 2023-10-09T00:13:45.364Z | Downloaded indexmap v2.0.0 |
1105 | 2023-10-09T00:13:45.367Z | Downloaded crossbeam-epoch v0.9.15 |
1106 | 2023-10-09T00:13:45.370Z | Downloaded ppv-lite86 v0.2.17 |
1107 | 2023-10-09T00:13:45.373Z | Downloaded toml_datetime v0.6.3 |
1108 | 2023-10-09T00:13:45.378Z | Downloaded scheduled-thread-pool v0.2.7 |
1109 | 2023-10-09T00:13:45.389Z | Downloaded same-file v1.0.6 |
1110 | 2023-10-09T00:13:45.392Z | Downloaded yasna v0.5.2 |
1111 | 2023-10-09T00:13:45.395Z | Downloaded filetime v0.2.22 |
1112 | 2023-10-09T00:13:45.399Z | Downloaded omicron-zone-package v0.8.3 |
1113 | 2023-10-09T00:13:45.403Z | Downloaded const-oid v0.9.5 |
1114 | 2023-10-09T00:13:45.408Z | Downloaded rand_chacha v0.3.1 |
1115 | 2023-10-09T00:13:45.413Z | Downloaded futures-macro v0.3.28 |
1116 | 2023-10-09T00:13:45.416Z | Downloaded siphasher v0.3.11 |
1117 | 2023-10-09T00:13:45.419Z | Downloaded downcast v0.11.0 |
1118 | 2023-10-09T00:13:45.423Z | Downloaded bzip2 v0.4.4 |
1119 | 2023-10-09T00:13:45.426Z | Downloaded ascii v1.1.0 |
1120 | 2023-10-09T00:13:45.429Z | Downloaded difflib v0.4.0 |
1121 | 2023-10-09T00:13:45.433Z | Downloaded pin-utils v0.1.0 |
1122 | 2023-10-09T00:13:45.436Z | Downloaded version_check v0.9.4 |
1123 | 2023-10-09T00:13:45.439Z | Downloaded unicode-linebreak v0.1.5 |
1124 | 2023-10-09T00:13:45.445Z | Downloaded slog-term v2.9.0 |
1125 | 2023-10-09T00:13:45.448Z | Downloaded nodrop v0.1.14 |
1126 | 2023-10-09T00:13:45.451Z | Downloaded keccak v0.1.4 |
1127 | 2023-10-09T00:13:45.455Z | Downloaded mockall_derive v0.11.4 |
1128 | 2023-10-09T00:13:45.458Z | Downloaded anyhow v1.0.75 |
1129 | 2023-10-09T00:13:45.461Z | Downloaded console v0.15.7 |
1130 | 2023-10-09T00:13:45.465Z | Downloaded thiserror v1.0.49 |
1131 | 2023-10-09T00:13:45.470Z | Downloaded signal-hook-tokio v0.3.1 |
1132 | 2023-10-09T00:13:45.475Z | Downloaded parse-display-derive v0.7.0 |
1133 | 2023-10-09T00:13:45.479Z | Downloaded usdt v0.3.5 |
1134 | 2023-10-09T00:13:45.482Z | Downloaded unicase v2.7.0 |
1135 | 2023-10-09T00:13:45.485Z | Downloaded predicates-tree v1.0.9 |
1136 | 2023-10-09T00:13:45.492Z | Downloaded whoami v1.4.1 |
1137 | 2023-10-09T00:13:45.496Z | Downloaded cookie v0.16.2 |
1138 | 2023-10-09T00:13:45.499Z | Downloaded wyz v0.5.1 |
1139 | 2023-10-09T00:13:45.507Z | Downloaded which v4.4.0 |
1140 | 2023-10-09T00:13:45.529Z | Downloaded walkdir v2.4.0 |
1141 | 2023-10-09T00:13:45.549Z | Downloaded topological-sort v0.2.2 |
1142 | 2023-10-09T00:13:45.614Z | Downloaded tokio-tungstenite v0.20.1 |
1143 | 2023-10-09T00:13:45.621Z | Downloaded tokio-tungstenite v0.18.0 |
1144 | 2023-10-09T00:13:45.625Z | Downloaded thiserror-impl-no-std v2.0.2 |
1145 | 2023-10-09T00:13:45.628Z | Downloaded rand_xorshift v0.3.0 |
1146 | 2023-10-09T00:13:45.631Z | Downloaded backoff v0.4.0 |
1147 | 2023-10-09T00:13:45.634Z | Downloaded ahash v0.8.3 |
1148 | 2023-10-09T00:13:45.637Z | Downloaded ansi_term v0.12.1 |
1149 | 2023-10-09T00:13:45.640Z | Downloaded argon2 v0.5.2 |
1150 | 2023-10-09T00:13:45.643Z | Downloaded ahash v0.7.6 |
1151 | 2023-10-09T00:13:45.646Z | Downloaded maybe-uninit v2.0.0 |
1152 | 2023-10-09T00:13:45.649Z | Downloaded const_format_proc_macros v0.2.31 |
1153 | 2023-10-09T00:13:45.652Z | Downloaded lock_api v0.4.10 |
1154 | 2023-10-09T00:13:45.655Z | Downloaded cassowary v0.3.0 |
1155 | 2023-10-09T00:13:45.659Z | Downloaded nu-ansi-term v0.49.0 |
1156 | 2023-10-09T00:13:45.662Z | Downloaded slog-async v2.8.0 |
1157 | 2023-10-09T00:13:45.666Z | Downloaded ciborium v0.2.1 |
1158 | 2023-10-09T00:13:45.671Z | Downloaded httparse v1.8.0 |
1159 | 2023-10-09T00:13:45.674Z | Downloaded strum_macros v0.24.3 |
1160 | 2023-10-09T00:13:45.680Z | Downloaded string_cache v0.8.7 |
1161 | 2023-10-09T00:13:45.683Z | Downloaded static_assertions v1.1.0 |
1162 | 2023-10-09T00:13:45.686Z | Downloaded slog-stdlog v4.1.1 |
1163 | 2023-10-09T00:13:45.689Z | Downloaded serde_urlencoded v0.7.1 |
1164 | 2023-10-09T00:13:45.692Z | Downloaded serde_tokenstream v0.2.0 |
1165 | 2023-10-09T00:13:45.695Z | Downloaded semver-parser v0.10.2 |
1166 | 2023-10-09T00:13:45.699Z | Downloaded nanorand v0.7.0 |
1167 | 2023-10-09T00:13:45.702Z | Downloaded md-5 v0.10.5 |
1168 | 2023-10-09T00:13:45.705Z | Downloaded num_cpus v1.16.0 |
1169 | 2023-10-09T00:13:45.707Z | Downloaded num-integer v0.1.45 |
1170 | 2023-10-09T00:13:45.710Z | Downloaded lazy_static v1.4.0 |
1171 | 2023-10-09T00:13:45.713Z | Downloaded itoa v1.0.9 |
1172 | 2023-10-09T00:13:45.716Z | Downloaded crc v3.0.1 |
1173 | 2023-10-09T00:13:45.719Z | Downloaded anstream v0.5.0 |
1174 | 2023-10-09T00:13:45.722Z | Downloaded sha2 v0.10.7 |
1175 | 2023-10-09T00:13:45.725Z | Downloaded clap_lex v0.5.1 |
1176 | 2023-10-09T00:13:45.728Z | Downloaded heck v0.3.3 |
1177 | 2023-10-09T00:13:45.731Z | Downloaded bincode v1.3.3 |
1178 | 2023-10-09T00:13:45.734Z | Downloaded async-trait v0.1.73 |
1179 | 2023-10-09T00:13:45.737Z | Downloaded atomic-waker v1.1.1 |
1180 | 2023-10-09T00:13:45.740Z | Downloaded base16ct v0.2.0 |
1181 | 2023-10-09T00:13:45.744Z | Downloaded rustls v0.21.7 |
1182 | 2023-10-09T00:13:45.747Z | Downloaded num-complex v0.4.4 |
1183 | 2023-10-09T00:13:45.750Z | Downloaded darling_macro v0.14.4 |
1184 | 2023-10-09T00:13:45.753Z | Downloaded adler v1.0.2 |
1185 | 2023-10-09T00:13:45.756Z | Downloaded bytesize v1.3.0 |
1186 | 2023-10-09T00:13:45.759Z | Downloaded bytecount v0.6.3 |
1187 | 2023-10-09T00:13:45.762Z | Downloaded autocfg v1.1.0 |
1188 | 2023-10-09T00:13:45.766Z | Downloaded buf-list v1.0.3 |
1189 | 2023-10-09T00:13:45.769Z | Downloaded bit-set v0.5.3 |
1190 | 2023-10-09T00:13:45.772Z | Downloaded bit-vec v0.6.3 |
1191 | 2023-10-09T00:13:45.775Z | Downloaded anstyle-parse v0.2.1 |
1192 | 2023-10-09T00:13:45.778Z | Downloaded anstyle v1.0.2 |
1193 | 2023-10-09T00:13:45.781Z | Downloaded aead v0.5.2 |
1194 | 2023-10-09T00:13:45.784Z | Downloaded aes-gcm-siv v0.11.1 |
1195 | 2023-10-09T00:13:45.787Z | Downloaded colorchoice v1.0.0 |
1196 | 2023-10-09T00:13:45.790Z | Downloaded const_format v0.2.31 |
1197 | 2023-10-09T00:13:45.793Z | Downloaded macaddr v1.0.1 |
1198 | 2023-10-09T00:13:45.796Z | Downloaded cpufeatures v0.2.9 |
1199 | 2023-10-09T00:13:45.799Z | Downloaded bit_field v0.10.2 |
1200 | 2023-10-09T00:13:45.802Z | Downloaded indexmap v1.9.3 |
1201 | 2023-10-09T00:13:45.805Z | Downloaded clap v4.4.3 |
1202 | 2023-10-09T00:13:45.808Z | Downloaded memoffset v0.7.1 |
1203 | 2023-10-09T00:13:45.811Z | Downloaded lalrpop-util v0.19.12 |
1204 | 2023-10-09T00:13:45.814Z | Downloaded lru-cache v0.1.2 |
1205 | 2023-10-09T00:13:45.819Z | Downloaded strum v0.25.0 |
1206 | 2023-10-09T00:13:45.822Z | Downloaded cfg-if v1.0.0 |
1207 | 2023-10-09T00:13:45.825Z | Downloaded slog-bunyan v2.4.0 |
1208 | 2023-10-09T00:13:45.828Z | Downloaded num-iter v0.1.43 |
1209 | 2023-10-09T00:13:45.831Z | Downloaded num_enum_derive v0.5.11 |
1210 | 2023-10-09T00:13:45.834Z | Downloaded blake2 v0.10.6 |
1211 | 2023-10-09T00:13:45.837Z | Downloaded bb8 v0.8.1 |
1212 | 2023-10-09T00:13:45.840Z | Downloaded shlex v1.1.0 |
1213 | 2023-10-09T00:13:45.845Z | Downloaded scopeguard v1.2.0 |
1214 | 2023-10-09T00:13:45.848Z | Downloaded newtype_derive v0.1.6 |
1215 | 2023-10-09T00:13:45.851Z | Downloaded atomicwrites v0.4.1 |
1216 | 2023-10-09T00:13:45.857Z | Downloaded async-recursion v1.0.5 |
1217 | 2023-10-09T00:13:45.860Z | Downloaded signature v2.1.0 |
1218 | 2023-10-09T00:13:45.863Z | Downloaded serde_arrays v0.1.0 |
1219 | 2023-10-09T00:13:45.867Z | Downloaded jobserver v0.1.26 |
1220 | 2023-10-09T00:13:45.870Z | Downloaded hyper-tls v0.5.0 |
1221 | 2023-10-09T00:13:45.873Z | Downloaded ascii-canvas v3.0.0 |
1222 | 2023-10-09T00:13:45.877Z | Downloaded indoc v2.0.3 |
1223 | 2023-10-09T00:13:45.880Z | Downloaded cargo_metadata v0.18.0 |
1224 | 2023-10-09T00:13:45.884Z | Downloaded anstyle-query v1.0.0 |
1225 | 2023-10-09T00:13:45.892Z | Downloaded atty v0.2.14 |
1226 | 2023-10-09T00:13:45.896Z | Downloaded async-stream-impl v0.3.5 |
1227 | 2023-10-09T00:13:45.900Z | Downloaded array-init v0.0.4 |
1228 | 2023-10-09T00:13:45.912Z | Downloaded ipnetwork v0.20.0 |
1229 | 2023-10-09T00:13:45.931Z | Downloaded bitflags v2.4.0 |
1230 | 2023-10-09T00:13:45.950Z | Downloaded byteorder v1.4.3 |
1231 | 2023-10-09T00:13:45.968Z | Downloaded is-terminal v0.4.9 |
1232 | 2023-10-09T00:13:45.972Z | Downloaded hostname v0.3.1 |
1233 | 2023-10-09T00:13:45.980Z | Downloaded home v0.5.5 |
1234 | 2023-10-09T00:13:45.992Z | Downloaded heck v0.4.1 |
1235 | 2023-10-09T00:13:46.008Z | Downloaded corncobs v0.1.3 |
1236 | 2023-10-09T00:13:46.035Z | Downloaded serde_path_to_error v0.1.14 |
1237 | 2023-10-09T00:13:46.052Z | Downloaded schemars_derive v0.8.13 |
1238 | 2023-10-09T00:13:46.069Z | Downloaded rustc-demangle v0.1.23 |
1239 | 2023-10-09T00:13:46.079Z | Downloaded crossbeam v0.8.2 |
1240 | 2023-10-09T00:13:46.088Z | Downloaded crc-catalog v2.2.0 |
1241 | 2023-10-09T00:13:46.093Z | Downloaded iana-time-zone v0.1.57 |
1242 | 2023-10-09T00:13:46.100Z | Downloaded humantime v2.1.0 |
1243 | 2023-10-09T00:13:46.106Z | Downloaded cargo_toml v0.16.3 |
1244 | 2023-10-09T00:13:46.111Z | Downloaded block-padding v0.3.3 |
1245 | 2023-10-09T00:13:46.121Z | Downloaded base64ct v1.6.0 |
1246 | 2023-10-09T00:13:46.125Z | Downloaded addr2line v0.21.0 |
1247 | 2023-10-09T00:13:46.131Z | Downloaded num_enum v0.5.11 |
1248 | 2023-10-09T00:13:46.139Z | Downloaded bitfield v0.14.0 |
1249 | 2023-10-09T00:13:46.142Z | Downloaded httpdate v1.0.3 |
1250 | 2023-10-09T00:13:46.146Z | Downloaded num_enum v0.7.0 |
1251 | 2023-10-09T00:13:46.149Z | Downloaded inout v0.1.3 |
1252 | 2023-10-09T00:13:46.153Z | Downloaded ident_case v1.0.1 |
1253 | 2023-10-09T00:13:46.157Z | Downloaded crc32fast v1.3.2 |
1254 | 2023-10-09T00:13:46.161Z | Downloaded ciborium-ll v0.2.1 |
1255 | 2023-10-09T00:13:46.165Z | Downloaded cargo-platform v0.1.3 |
1256 | 2023-10-09T00:13:46.169Z | Downloaded bitflags v1.3.2 |
1257 | 2023-10-09T00:13:46.173Z | Downloaded cfg-if v0.1.10 |
1258 | 2023-10-09T00:13:46.176Z | Downloaded convert_case v0.4.0 |
1259 | 2023-10-09T00:13:46.179Z | Downloaded ciborium-io v0.2.1 |
1260 | 2023-10-09T00:13:46.182Z | Downloaded bitstruct_derive v0.1.0 |
1261 | 2023-10-09T00:13:46.185Z | Downloaded bitstruct v0.1.1 |
1262 | 2023-10-09T00:13:46.189Z | Downloaded base64 v0.13.1 |
1263 | 2023-10-09T00:13:46.194Z | Downloaded assert_matches v1.5.0 |
1264 | 2023-10-09T00:13:46.197Z | Compiling proc-macro2 v1.0.67 |
1265 | 2023-10-09T00:13:46.200Z | Compiling unicode-ident v1.0.12 |
1266 | 2023-10-09T00:13:46.205Z | Compiling libc v0.2.148 |
1267 | 2023-10-09T00:13:46.212Z | Compiling serde v1.0.188 |
1268 | 2023-10-09T00:13:46.215Z | Compiling autocfg v1.1.0 |
1269 | 2023-10-09T00:13:46.218Z | Compiling version_check v0.9.4 |
1270 | 2023-10-09T00:13:46.223Z | Compiling cfg-if v1.0.0 |
1271 | 2023-10-09T00:13:46.226Z | Compiling syn v1.0.109 |
1272 | 2023-10-09T00:13:46.229Z | Compiling once_cell v1.18.0 |
1273 | 2023-10-09T00:13:46.233Z | Compiling parking_lot_core v0.9.8 |
1274 | 2023-10-09T00:13:46.236Z | Compiling libm v0.2.7 |
1275 | 2023-10-09T00:13:46.240Z | Compiling lock_api v0.4.10 |
1276 | 2023-10-09T00:13:46.244Z | Compiling num-traits v0.2.16 |
1277 | 2023-10-09T00:13:46.247Z | Compiling ahash v0.8.3 |
1278 | 2023-10-09T00:13:46.251Z | Compiling thiserror v1.0.49 |
1279 | 2023-10-09T00:13:46.259Z | Compiling typenum v1.16.0 |
1280 | 2023-10-09T00:13:46.262Z | Compiling futures-core v0.3.28 |
1281 | 2023-10-09T00:13:46.265Z | Compiling generic-array v0.14.7 |
1282 | 2023-10-09T00:13:46.269Z | Compiling memchr v2.6.3 |
1283 | 2023-10-09T00:13:46.275Z | Compiling itoa v1.0.9 |
1284 | 2023-10-09T00:13:46.281Z | Compiling scopeguard v1.2.0 |
1285 | 2023-10-09T00:13:46.285Z | Compiling pkg-config v0.3.27 |
1286 | 2023-10-09T00:13:46.662Z | Compiling quote v1.0.33 |
1287 | 2023-10-09T00:13:46.868Z | Compiling slab v0.4.9 |
1288 | 2023-10-09T00:13:47.277Z | Compiling syn v2.0.32 |
1289 | 2023-10-09T00:13:47.769Z | Compiling jobserver v0.1.26 |
1290 | 2023-10-09T00:13:47.958Z | Compiling getrandom v0.2.10 |
1291 | 2023-10-09T00:13:48.623Z | Compiling cc v1.0.83 |
1292 | 2023-10-09T00:13:48.678Z | Compiling futures-channel v0.3.28 |
1293 | 2023-10-09T00:13:48.744Z | Compiling futures-task v0.3.28 |
1294 | 2023-10-09T00:13:49.218Z | Compiling futures-util v0.3.28 |
1295 | 2023-10-09T00:13:49.363Z | Compiling log v0.4.20 |
1296 | 2023-10-09T00:13:50.133Z | Compiling ryu v1.0.15 |
1297 | 2023-10-09T00:13:50.357Z | Compiling pin-project-lite v0.2.13 |
1298 | 2023-10-09T00:13:50.433Z | Compiling serde_json v1.0.107 |
1299 | 2023-10-09T00:13:50.651Z | Compiling ahash v0.7.6 |
1300 | 2023-10-09T00:13:50.726Z | Compiling vcpkg v0.2.15 |
1301 | 2023-10-09T00:13:50.807Z | Compiling schemars v0.8.13 |
1302 | 2023-10-09T00:13:50.897Z | Compiling smallvec v1.11.0 |
1303 | 2023-10-09T00:13:51.899Z | Compiling heck v0.4.1 |
1304 | 2023-10-09T00:13:52.598Z | Compiling parking_lot v0.12.1 |
1305 | 2023-10-09T00:13:53.262Z | Compiling num_cpus v1.16.0 |
1306 | 2023-10-09T00:13:53.418Z | Compiling ring v0.16.20 |
1307 | 2023-10-09T00:13:53.751Z | Compiling openssl-sys v0.9.93 |
1308 | 2023-10-09T00:13:55.459Z | Compiling rand_core v0.6.4 |
1309 | 2023-10-09T00:13:55.546Z | Compiling indexmap v1.9.3 |
1310 | 2023-10-09T00:13:55.925Z | Compiling byteorder v1.4.3 |
1311 | 2023-10-09T00:13:56.174Z | Compiling allocator-api2 v0.2.16 |
1312 | 2023-10-09T00:13:56.600Z | Compiling httparse v1.8.0 |
1313 | 2023-10-09T00:13:56.708Z | Compiling spin v0.5.2 |
1314 | 2023-10-09T00:13:57.137Z | Compiling equivalent v1.0.1 |
1315 | 2023-10-09T00:13:57.280Z | Compiling mio v0.8.8 |
1316 | 2023-10-09T00:13:57.297Z | Compiling hashbrown v0.14.0 |
1317 | 2023-10-09T00:13:57.496Z | Compiling signal-hook-registry v1.4.1 |
1318 | 2023-10-09T00:13:58.031Z | Compiling socket2 v0.5.3 |
1319 | 2023-10-09T00:13:59.960Z | Compiling semver v1.0.19 |
1320 | 2023-10-09T00:14:00.006Z | Compiling openssl v0.10.57 |
1321 | 2023-10-09T00:14:00.134Z | Compiling fnv v1.0.7 |
1322 | 2023-10-09T00:14:00.821Z | Compiling iana-time-zone v0.1.57 |
1323 | 2023-10-09T00:14:01.010Z | Compiling serde_derive_internals v0.26.0 |
1324 | 2023-10-09T00:14:01.102Z | Compiling rustls v0.21.7 |
1325 | 2023-10-09T00:14:01.360Z | Compiling ucd-trie v0.1.6 |
1326 | 2023-10-09T00:14:01.450Z | Compiling native-tls v0.2.11 |
1327 | 2023-10-09T00:14:01.538Z | Compiling crossbeam-utils v0.8.16 |
1328 | 2023-10-09T00:14:01.909Z | Compiling unicode-xid v0.2.4 |
1329 | 2023-10-09T00:14:02.151Z | Compiling synstructure v0.12.6 |
1330 | 2023-10-09T00:14:03.163Z | Compiling io-lifetimes v1.0.11 |
1331 | 2023-10-09T00:14:03.644Z | Compiling futures-sink v0.3.28 |
1332 | 2023-10-09T00:14:03.904Z | Compiling backtrace v0.3.69 |
1333 | 2023-10-09T00:14:04.274Z | Compiling dyn-clone v1.0.13 |
1334 | 2023-10-09T00:14:04.305Z | Compiling tinyvec_macros v0.1.1 |
1335 | 2023-10-09T00:14:04.434Z | Compiling tinyvec v1.6.0 |
1336 | 2023-10-09T00:14:05.100Z | Compiling tracing-core v0.1.31 |
1337 | 2023-10-09T00:14:05.590Z | Compiling memoffset v0.9.0 |
1338 | 2023-10-09T00:14:05.593Z | Compiling num-integer v0.1.45 |
1339 | 2023-10-09T00:14:05.597Z | Compiling pin-utils v0.1.0 |
1340 | 2023-10-09T00:14:05.618Z | Compiling winnow v0.5.15 |
1341 | 2023-10-09T00:14:05.657Z | Compiling subtle v2.5.0 |
1342 | 2023-10-09T00:14:05.796Z | Compiling futures-io v0.3.28 |
1343 | 2023-10-09T00:14:06.142Z | Compiling rustix v0.37.23 |
1344 | 2023-10-09T00:14:06.270Z | Compiling rustix v0.38.9 |
1345 | 2023-10-09T00:14:06.971Z | Compiling hashbrown v0.13.2 |
1346 | 2023-10-09T00:14:07.076Z | Compiling unicode-normalization v0.1.22 |
1347 | 2023-10-09T00:14:07.126Z | Compiling aho-corasick v1.0.4 |
1348 | 2023-10-09T00:14:07.176Z | Compiling usdt-impl v0.3.5 |
1349 | 2023-10-09T00:14:08.894Z | Compiling time-core v0.1.1 |
1350 | 2023-10-09T00:14:08.976Z | Compiling bitflags v1.3.2 |
1351 | 2023-10-09T00:14:09.125Z | Compiling anyhow v1.0.75 |
1352 | 2023-10-09T00:14:09.162Z | Compiling slog v2.7.0 |
1353 | 2023-10-09T00:14:09.620Z | Compiling crc32fast v1.3.2 |
1354 | 2023-10-09T00:14:09.777Z | Compiling regex-syntax v0.7.5 |
1355 | 2023-10-09T00:14:09.819Z | Compiling const-oid v0.9.5 |
1356 | 2023-10-09T00:14:09.842Z | Compiling serde_derive v1.0.188 |
1357 | 2023-10-09T00:14:09.914Z | Compiling zeroize_derive v1.4.2 |
1358 | 2023-10-09T00:14:10.225Z | Compiling thiserror-impl v1.0.49 |
1359 | 2023-10-09T00:14:11.546Z | Compiling tokio-macros v2.1.0 |
1360 | 2023-10-09T00:14:11.894Z | Compiling futures-macro v0.3.28 |
1361 | 2023-10-09T00:14:12.290Z | Compiling tracing-attributes v0.1.26 |
1362 | 2023-10-09T00:14:13.368Z | Compiling schemars_derive v0.8.13 |
1363 | 2023-10-09T00:14:13.481Z | Compiling zeroize v1.6.0 |
1364 | 2023-10-09T00:14:15.094Z | Compiling openssl-macros v0.1.1 |
1365 | 2023-10-09T00:14:15.212Z | Compiling pest v2.7.2 |
1366 | 2023-10-09T00:14:16.124Z | Compiling zerocopy-derive v0.2.0 |
1367 | 2023-10-09T00:14:16.482Z | Compiling crypto-common v0.1.6 |
1368 | 2023-10-09T00:14:16.795Z | Compiling block-buffer v0.10.4 |
1369 | 2023-10-09T00:14:17.793Z | Compiling tracing v0.1.37 |
1370 | 2023-10-09T00:14:18.202Z | Compiling unicode-bidi v0.3.13 |
1371 | 2023-10-09T00:14:19.879Z | Compiling pest_meta v2.7.2 |
1372 | 2023-10-09T00:14:20.041Z | Compiling digest v0.10.7 |
1373 | 2023-10-09T00:14:20.341Z | Compiling regex-automata v0.3.8 |
1374 | 2023-10-09T00:14:20.676Z | Compiling time-macros v0.2.13 |
1375 | 2023-10-09T00:14:25.582Z | Compiling pest_generator v2.7.2 |
1376 | 2023-10-09T00:14:26.885Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2023-10-09T00:14:27.643Z | Compiling crossbeam-epoch v0.9.15 |
1378 | 2023-10-09T00:14:28.658Z | Compiling ppv-lite86 v0.2.17 |
1379 | 2023-10-09T00:14:28.676Z | Compiling pest_derive v2.7.2 |
1380 | 2023-10-09T00:14:30.097Z | Compiling async-trait v0.1.73 |
1381 | 2023-10-09T00:14:30.110Z | Compiling rand_chacha v0.3.1 |
1382 | 2023-10-09T00:14:30.857Z | Compiling zerocopy v0.3.0 |
1383 | 2023-10-09T00:14:31.707Z | Compiling zerocopy-derive v0.6.3 |
1384 | 2023-10-09T00:14:32.105Z | Compiling strsim v0.10.0 |
1385 | 2023-10-09T00:14:32.164Z | Compiling untrusted v0.7.1 |
1386 | 2023-10-09T00:14:32.514Z | Compiling base64 v0.21.4 |
1387 | 2023-10-09T00:14:33.028Z | Compiling bytes v1.5.0 |
1388 | 2023-10-09T00:14:33.237Z | Compiling indexmap v2.0.0 |
1389 | 2023-10-09T00:14:34.857Z | Compiling uuid v1.4.1 |
1390 | 2023-10-09T00:14:35.008Z | Compiling chrono v0.4.31 |
1391 | 2023-10-09T00:14:35.223Z | Compiling tokio v1.32.0 |
1392 | 2023-10-09T00:14:37.314Z | Compiling bitflags v2.4.0 |
1393 | 2023-10-09T00:14:38.378Z | Compiling toml_datetime v0.6.3 |
1394 | 2023-10-09T00:14:38.432Z | Compiling serde_spanned v0.6.3 |
1395 | 2023-10-09T00:14:38.438Z | Compiling http v0.2.9 |
1396 | 2023-10-09T00:14:38.609Z | Compiling toml_edit v0.19.15 |
1397 | 2023-10-09T00:14:41.171Z | Compiling rustc_version v0.4.0 |
1398 | 2023-10-09T00:14:42.605Z | Compiling heapless v0.7.16 |
1399 | 2023-10-09T00:14:44.840Z | Compiling dof v0.1.5 |
1400 | 2023-10-09T00:14:50.551Z | Compiling tokio-util v0.7.8 |
1401 | 2023-10-09T00:14:50.979Z | Compiling rand v0.8.5 |
1402 | 2023-10-09T00:14:51.004Z | Compiling hashbrown v0.12.3 |
1403 | 2023-10-09T00:14:51.023Z | Compiling dtrace-parser v0.1.14 |
1404 | 2023-10-09T00:14:51.966Z | Compiling regex v1.9.5 |
1405 | 2023-10-09T00:14:52.774Z | Compiling thread-id v4.2.0 |
1406 | 2023-10-09T00:14:52.812Z | Compiling errno v0.3.2 |
1407 | 2023-10-09T00:14:52.928Z | Compiling num-bigint v0.4.4 |
1408 | 2023-10-09T00:14:52.996Z | Compiling percent-encoding v2.3.0 |
1409 | 2023-10-09T00:14:53.149Z | Compiling radium v0.7.0 |
1410 | 2023-10-09T00:14:53.518Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1411 | 2023-10-09T00:14:53.730Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2023-10-09T00:14:53.781Z | Compiling smoltcp v0.9.1 |
1413 | 2023-10-09T00:14:53.883Z | Compiling unicode-width v0.1.10 |
1414 | 2023-10-09T00:14:54.049Z | Compiling openssl-probe v0.1.5 |
1415 | 2023-10-09T00:14:54.493Z | Compiling foreign-types v0.3.2 |
1416 | 2023-10-09T00:14:57.133Z | Compiling serde_tokenstream v0.1.7 |
1417 | 2023-10-09T00:14:58.616Z | Compiling lazy_static v1.4.0 |
1418 | 2023-10-09T00:14:58.846Z | Compiling socket2 v0.4.9 |
1419 | 2023-10-09T00:14:59.055Z | Compiling adler v1.0.2 |
1420 | 2023-10-09T00:14:59.610Z | Compiling try-lock v0.2.4 |
1421 | 2023-10-09T00:15:00.077Z | Compiling siphasher v0.3.11 |
1422 | 2023-10-09T00:15:00.301Z | Compiling unicode-segmentation v1.10.1 |
1423 | 2023-10-09T00:15:02.145Z | Compiling miniz_oxide v0.7.1 |
1424 | 2023-10-09T00:15:02.160Z | Compiling want v0.3.1 |
1425 | 2023-10-09T00:15:04.030Z | Compiling h2 v0.3.21 |
1426 | 2023-10-09T00:15:04.670Z | Compiling form_urlencoded v1.2.0 |
1427 | 2023-10-09T00:15:05.113Z | Compiling sct v0.7.0 |
1428 | 2023-10-09T00:15:05.203Z | Compiling rustls-webpki v0.101.4 |
1429 | 2023-10-09T00:15:05.546Z | Compiling http-body v0.4.5 |
1430 | 2023-10-09T00:15:06.298Z | Compiling hubpack_derive v0.1.1 |
1431 | 2023-10-09T00:15:07.638Z | Compiling num-iter v0.1.43 |
1432 | 2023-10-09T00:15:08.030Z | Compiling utf8parse v0.2.1 |
1433 | 2023-10-09T00:15:08.164Z | Compiling cpufeatures v0.2.9 |
1434 | 2023-10-09T00:15:08.690Z | Compiling httpdate v1.0.3 |
1435 | 2023-10-09T00:15:08.708Z | Compiling tower-service v0.3.2 |
1436 | 2023-10-09T00:15:08.834Z | Compiling anstyle v1.0.2 |
1437 | 2023-10-09T00:15:09.059Z | Compiling sha2 v0.10.7 |
1438 | 2023-10-09T00:15:09.498Z | Compiling anstyle-parse v0.2.1 |
1439 | 2023-10-09T00:15:13.439Z | Compiling usdt-attr-macro v0.3.5 |
1440 | 2023-10-09T00:15:13.498Z | Compiling usdt-macro v0.3.5 |
1441 | 2023-10-09T00:15:15.676Z | Compiling hyper v0.14.27 |
1442 | 2023-10-09T00:15:16.951Z | Compiling openapiv3 v1.0.3 |
1443 | 2023-10-09T00:15:17.960Z | Compiling rustls-pemfile v1.0.3 |
1444 | 2023-10-09T00:15:18.486Z | Compiling hmac v0.12.1 |
1445 | 2023-10-09T00:15:18.817Z | Compiling md-5 v0.10.5 |
1446 | 2023-10-09T00:15:20.637Z | Compiling idna v0.4.0 |
1447 | 2023-10-09T00:15:21.042Z | Compiling stringprep v0.1.3 |
1448 | 2023-10-09T00:15:22.547Z | Compiling diesel_table_macro_syntax v0.1.0 |
1449 | 2023-10-09T00:15:22.877Z | Compiling hash32 v0.2.1 |
1450 | 2023-10-09T00:15:22.949Z | Compiling spin v0.9.8 |
1451 | 2023-10-09T00:15:23.088Z | Compiling colorchoice v1.0.0 |
1452 | 2023-10-09T00:15:23.094Z | Compiling fallible-iterator v0.2.0 |
1453 | 2023-10-09T00:15:23.302Z | Compiling gimli v0.28.0 |
1454 | 2023-10-09T00:15:23.456Z | Compiling anstyle-query v1.0.0 |
1455 | 2023-10-09T00:15:23.525Z | Compiling stable_deref_trait v1.2.0 |
1456 | 2023-10-09T00:15:24.847Z | Compiling postgres-protocol v0.6.6 |
1457 | 2023-10-09T00:15:26.851Z | Compiling anstream v0.5.0 |
1458 | 2023-10-09T00:15:26.892Z | Compiling diesel_derives v2.1.1 |
1459 | 2023-10-09T00:15:27.449Z | Compiling url v2.4.1 |
1460 | 2023-10-09T00:15:30.343Z | Compiling addr2line v0.21.0 |
1461 | 2023-10-09T00:15:31.430Z | Compiling rustls-native-certs v0.6.3 |
1462 | 2023-10-09T00:15:31.997Z | Compiling tokio-rustls v0.24.1 |
1463 | 2023-10-09T00:15:32.615Z | Compiling terminal_size v0.2.6 |
1464 | 2023-10-09T00:15:32.669Z | Compiling tokio-native-tls v0.3.1 |
1465 | 2023-10-09T00:15:33.067Z | Compiling phf_shared v0.11.2 |
1466 | 2023-10-09T00:15:35.565Z | Compiling serde_tokenstream v0.2.0 |
1467 | 2023-10-09T00:15:35.691Z | Compiling block-padding v0.3.3 |
1468 | 2023-10-09T00:15:36.004Z | Compiling enum-as-inner v0.5.1 |
1469 | 2023-10-09T00:15:36.462Z | Compiling serde_repr v0.1.16 |
1470 | 2023-10-09T00:15:36.482Z | Compiling clap_derive v4.4.2 |
1471 | 2023-10-09T00:15:37.805Z | Compiling scheduled-thread-pool v0.2.7 |
1472 | 2023-10-09T00:15:37.870Z | Compiling object v0.32.1 |
1473 | 2023-10-09T00:15:49.378Z | Compiling num_threads v0.1.6 |
1474 | 2023-10-09T00:15:49.556Z | Compiling deranged v0.3.8 |
1475 | 2023-10-09T00:15:51.022Z | Compiling managed v0.8.0 |
1476 | 2023-10-09T00:15:51.881Z | Compiling tap v1.0.1 |
1477 | 2023-10-09T00:15:52.154Z | Compiling matches v0.1.10 |
1478 | 2023-10-09T00:15:52.445Z | Compiling rustc-demangle v0.1.23 |
1479 | 2023-10-09T00:15:52.951Z | Compiling bit-vec v0.6.3 |
1480 | 2023-10-09T00:15:53.548Z | Compiling either v1.9.0 |
1481 | 2023-10-09T00:15:53.719Z | Compiling ipnet v2.8.0 |
1482 | 2023-10-09T00:15:54.062Z | Compiling regex-automata v0.1.10 |
1483 | 2023-10-09T00:15:54.831Z | Compiling clap_lex v0.5.1 |
1484 | 2023-10-09T00:15:59.309Z | Compiling clap_builder v4.4.2 |
1485 | 2023-10-09T00:16:00.605Z | Compiling bstr v0.2.17 |
1486 | 2023-10-09T00:16:00.632Z | Compiling itertools v0.10.5 |
1487 | 2023-10-09T00:16:02.952Z | Compiling time v0.3.27 |
1488 | 2023-10-09T00:16:05.491Z | Compiling idna v0.2.3 |
1489 | 2023-10-09T00:16:06.549Z | Compiling wyz v0.5.1 |
1490 | 2023-10-09T00:16:07.982Z | Compiling r2d2 v0.8.10 |
1491 | 2023-10-09T00:16:10.421Z | Compiling inout v0.1.3 |
1492 | 2023-10-09T00:16:12.743Z | Compiling phf v0.11.2 |
1493 | 2023-10-09T00:16:13.192Z | Compiling hyper-tls v0.5.0 |
1494 | 2023-10-09T00:16:13.295Z | Compiling hyper-rustls v0.24.1 |
1495 | 2023-10-09T00:16:13.720Z | Compiling flate2 v1.0.27 |
1496 | 2023-10-09T00:16:14.362Z | Compiling postgres-types v0.2.6 |
1497 | 2023-10-09T00:16:15.484Z | Compiling hubpack v0.1.2 |
1498 | 2023-10-09T00:16:15.870Z | Compiling serde_urlencoded v0.7.1 |
1499 | 2023-10-09T00:16:16.235Z | Compiling phf_shared v0.10.0 |
1500 | 2023-10-09T00:16:16.658Z | Compiling ipnetwork v0.20.0 |
1501 | 2023-10-09T00:16:16.683Z | Compiling zerocopy v0.6.3 |
1502 | 2023-10-09T00:16:16.987Z | Compiling futures-executor v0.3.28 |
1503 | 2023-10-09T00:16:17.942Z | Compiling regress v0.7.1 |
1504 | 2023-10-09T00:16:18.177Z | Compiling float-cmp v0.9.0 |
1505 | 2023-10-09T00:16:18.207Z | Compiling encoding_rs v0.8.33 |
1506 | 2023-10-09T00:16:18.541Z | Compiling fixedbitset v0.4.2 |
1507 | 2023-10-09T00:16:19.186Z | Compiling funty v2.0.0 |
1508 | 2023-10-09T00:16:20.986Z | Compiling static_assertions v1.1.0 |
1509 | 2023-10-09T00:16:21.136Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2023-10-09T00:16:21.315Z | Compiling unicode-linebreak v0.1.5 |
1511 | 2023-10-09T00:16:21.356Z | Compiling difflib v0.4.0 |
1512 | 2023-10-09T00:16:22.146Z | Compiling whoami v1.4.1 |
1513 | 2023-10-09T00:16:22.308Z | Compiling mime v0.3.17 |
1514 | 2023-10-09T00:16:22.598Z | Compiling predicates-core v1.0.6 |
1515 | 2023-10-09T00:16:23.079Z | Compiling webpki-roots v0.25.2 |
1516 | 2023-10-09T00:16:23.606Z | Compiling new_debug_unreachable v1.0.4 |
1517 | 2023-10-09T00:16:23.619Z | Compiling precomputed-hash v0.1.1 |
1518 | 2023-10-09T00:16:23.632Z | Compiling smawk v0.3.1 |
1519 | 2023-10-09T00:16:23.752Z | Compiling data-encoding v2.4.0 |
1520 | 2023-10-09T00:16:23.775Z | Compiling textwrap v0.16.0 |
1521 | 2023-10-09T00:16:24.510Z | Compiling string_cache v0.8.7 |
1522 | 2023-10-09T00:16:25.174Z | Compiling trust-dns-proto v0.22.0 |
1523 | 2023-10-09T00:16:25.207Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1524 | 2023-10-09T00:16:25.567Z | Compiling reqwest v0.11.20 |
1525 | 2023-10-09T00:16:26.091Z | Compiling predicates v3.0.3 |
1526 | 2023-10-09T00:16:26.742Z | Compiling tokio-postgres v0.7.10 |
1527 | 2023-10-09T00:16:28.581Z | Compiling bitvec v1.0.1 |
1528 | 2023-10-09T00:16:34.830Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1529 | 2023-10-09T00:16:36.039Z | Compiling petgraph v0.6.4 |
1530 | 2023-10-09T00:16:43.948Z | Compiling futures v0.3.28 |
1531 | 2023-10-09T00:16:44.116Z | Compiling diesel v2.1.1 |
1532 | 2023-10-09T00:16:45.388Z | Compiling yasna v0.5.2 |
1533 | 2023-10-09T00:16:45.813Z | Compiling cipher v0.4.4 |
1534 | 2023-10-09T00:16:46.169Z | Compiling clap v4.4.3 |
1535 | 2023-10-09T00:16:46.341Z | Compiling similar v2.2.1 |
1536 | 2023-10-09T00:16:46.542Z | Compiling bit-set v0.5.3 |
1537 | 2023-10-09T00:16:46.965Z | Compiling usdt v0.3.5 |
1538 | 2023-10-09T00:16:47.747Z | Compiling console v0.15.7 |
1539 | 2023-10-09T00:16:48.152Z | Compiling tokio-stream v0.1.14 |
1540 | 2023-10-09T00:16:49.663Z | Compiling toml v0.7.8 |
1541 | 2023-10-09T00:16:49.845Z | Compiling hex v0.4.3 |
1542 | 2023-10-09T00:16:49.849Z | Compiling signature v2.1.0 |
1543 | 2023-10-09T00:16:50.292Z | Compiling bstr v1.6.0 |
1544 | 2023-10-09T00:16:51.826Z | Compiling lalrpop-util v0.19.12 |
1545 | 2023-10-09T00:16:54.236Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1546 | 2023-10-09T00:16:59.696Z | Compiling ident_case v1.0.1 |
1547 | 2023-10-09T00:16:59.820Z | Compiling rustversion v1.0.14 |
1548 | 2023-10-09T00:17:00.890Z | Compiling darling_core v0.20.3 |
1549 | 2023-10-09T00:17:15.672Z | Compiling crossbeam-channel v0.5.8 |
1550 | 2023-10-09T00:17:19.877Z | Compiling atty v0.2.14 |
1551 | 2023-10-09T00:17:20.319Z | Compiling proc-macro-error-attr v1.0.4 |
1552 | 2023-10-09T00:17:28.248Z | Compiling darling_macro v0.20.3 |
1553 | 2023-10-09T00:17:41.387Z | Compiling proc-macro-crate v1.3.1 |
1554 | 2023-10-09T00:17:43.457Z | Compiling dirs-sys-next v0.1.2 |
1555 | 2023-10-09T00:17:45.318Z | Compiling proc-macro-error v1.0.4 |
1556 | 2023-10-09T00:17:54.625Z | Compiling dirs-next v2.0.0 |
1557 | 2023-10-09T00:17:55.610Z | Compiling num_enum_derive v0.5.11 |
1558 | 2023-10-09T00:17:59.899Z | Compiling strum_macros v0.25.2 |
1559 | 2023-10-09T00:18:05.185Z | Compiling darling v0.20.3 |
1560 | 2023-10-09T00:18:07.261Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1561 | 2023-10-09T00:18:12.131Z | Compiling getopts v0.2.21 |
1562 | 2023-10-09T00:18:13.639Z | Compiling structmeta-derive v0.1.6 |
1563 | 2023-10-09T00:18:15.101Z | Compiling thread_local v1.1.7 |
1564 | 2023-10-09T00:18:15.150Z | Compiling multer v2.1.0 |
1565 | 2023-10-09T00:18:15.530Z | Compiling match_cfg v0.1.0 |
1566 | 2023-10-09T00:18:15.675Z | Compiling unsafe-libyaml v0.2.9 |
1567 | 2023-10-09T00:18:18.708Z | Compiling slog-async v2.8.0 |
1568 | 2023-10-09T00:18:18.954Z | Compiling paste v1.0.14 |
1569 | 2023-10-09T00:18:19.721Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1570 | 2023-10-09T00:18:28.049Z | Compiling camino v1.1.6 |
1571 | 2023-10-09T00:18:37.733Z | Compiling structmeta v0.1.6 |
1572 | 2023-10-09T00:18:38.358Z | Compiling serde_yaml v0.9.25 |
1573 | 2023-10-09T00:18:40.643Z | Compiling hostname v0.3.1 |
1574 | 2023-10-09T00:18:41.132Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1575 | 2023-10-09T00:18:45.050Z | Compiling strum v0.25.0 |
1576 | 2023-10-09T00:18:45.313Z | Compiling serde_with_macros v2.3.3 |
1577 | 2023-10-09T00:18:45.912Z | Compiling num_enum v0.5.11 |
1578 | 2023-10-09T00:18:50.401Z | Compiling term v0.7.0 |
1579 | 2023-10-09T00:18:52.181Z | Compiling slog-json v2.6.1 |
1580 | 2023-10-09T00:18:55.483Z | Compiling async-stream-impl v0.3.5 |
1581 | 2023-10-09T00:18:56.607Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1582 | 2023-10-09T00:18:57.018Z | Compiling postcard-cobs v0.1.5-pre |
1583 | 2023-10-09T00:18:57.438Z | Compiling atomic-waker v1.1.1 |
1584 | 2023-10-09T00:18:57.724Z | Compiling take_mut v0.2.2 |
1585 | 2023-10-09T00:18:57.749Z | Compiling regex-syntax v0.6.29 |
1586 | 2023-10-09T00:18:58.598Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1587 | 2023-10-09T00:18:59.024Z | Compiling waitgroup v0.1.2 |
1588 | 2023-10-09T00:18:59.389Z | Compiling async-stream v0.3.5 |
1589 | 2023-10-09T00:18:59.930Z | Compiling postcard v0.7.3 |
1590 | 2023-10-09T00:19:00.092Z | Compiling slog-bunyan v2.4.0 |
1591 | 2023-10-09T00:19:00.516Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1592 | 2023-10-09T00:19:00.849Z | Compiling slog-term v2.9.0 |
1593 | 2023-10-09T00:19:04.905Z | Compiling serde_with v2.3.3 |
1594 | 2023-10-09T00:19:07.591Z | Compiling parse-display-derive v0.7.0 |
1595 | 2023-10-09T00:19:12.415Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1596 | 2023-10-09T00:19:13.775Z | Compiling sha1 v0.10.5 |
1597 | 2023-10-09T00:19:14.768Z | Compiling smoltcp v0.8.2 |
1598 | 2023-10-09T00:19:15.256Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1599 | 2023-10-09T00:19:15.260Z | Compiling serde_path_to_error v0.1.14 |
1600 | 2023-10-09T00:19:15.309Z | Compiling foreign-types-macros v0.2.3 |
1601 | 2023-10-09T00:19:17.021Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1602 | 2023-10-09T00:19:17.204Z | Compiling instant v0.1.12 |
1603 | 2023-10-09T00:19:17.453Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1604 | 2023-10-09T00:19:17.457Z | Compiling cfg-if v0.1.10 |
1605 | 2023-10-09T00:19:17.824Z | Compiling foreign-types-shared v0.3.1 |
1606 | 2023-10-09T00:19:17.849Z | Compiling debug-ignore v1.0.5 |
1607 | 2023-10-09T00:19:18.008Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1608 | 2023-10-09T00:19:18.075Z | Compiling foreign-types v0.5.0 |
1609 | 2023-10-09T00:19:18.355Z | Compiling backoff v0.4.0 |
1610 | 2023-10-09T00:19:18.378Z | Compiling parse-display v0.7.0 |
1611 | 2023-10-09T00:19:19.024Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1612 | 2023-10-09T00:19:19.250Z | Compiling is-terminal v0.4.9 |
1613 | 2023-10-09T00:19:19.277Z | Compiling macaddr v1.0.1 |
1614 | 2023-10-09T00:19:19.444Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1615 | 2023-10-09T00:19:20.435Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1616 | 2023-10-09T00:19:20.743Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1617 | 2023-10-09T00:19:21.498Z | Compiling cstr-argument v0.1.2 |
1618 | 2023-10-09T00:19:21.874Z | Compiling base64ct v1.6.0 |
1619 | 2023-10-09T00:19:21.898Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-10-09T00:19:22.243Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1621 | 2023-10-09T00:19:22.750Z | Compiling password-hash v0.5.0 |
1622 | 2023-10-09T00:19:23.533Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1623 | 2023-10-09T00:19:24.411Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1624 | 2023-10-09T00:19:25.786Z | Compiling colored v2.0.4 |
1625 | 2023-10-09T00:19:26.901Z | Compiling heck v0.3.3 |
1626 | 2023-10-09T00:19:27.002Z | Compiling textwrap v0.11.0 |
1627 | 2023-10-09T00:19:27.492Z | Compiling blake2 v0.10.6 |
1628 | 2023-10-09T00:19:28.082Z | Compiling libefi-sys v0.1.0 |
1629 | 2023-10-09T00:19:28.496Z | Compiling ansi_term v0.12.1 |
1630 | 2023-10-09T00:19:28.790Z | Compiling vec_map v0.8.2 |
1631 | 2023-10-09T00:19:29.285Z | Compiling strsim v0.8.0 |
1632 | 2023-10-09T00:19:29.417Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1633 | 2023-10-09T00:19:29.693Z | Compiling rayon-core v1.11.0 |
1634 | 2023-10-09T00:19:29.770Z | Compiling clap v2.34.0 |
1635 | 2023-10-09T00:19:30.005Z | Compiling argon2 v0.5.2 |
1636 | 2023-10-09T00:19:30.127Z | Compiling structopt-derive v0.4.18 |
1637 | 2023-10-09T00:19:34.721Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1638 | 2023-10-09T00:19:34.767Z | Compiling zone_cfg_derive v0.2.0 |
1639 | 2023-10-09T00:19:34.898Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1640 | 2023-10-09T00:19:35.672Z | Compiling crossbeam-deque v0.8.3 |
1641 | 2023-10-09T00:19:36.264Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1642 | 2023-10-09T00:19:36.797Z | Compiling keccak v0.1.4 |
1643 | 2023-10-09T00:19:36.942Z | Compiling portable-atomic v1.4.3 |
1644 | 2023-10-09T00:19:38.351Z | Compiling sha3 v0.10.8 |
1645 | 2023-10-09T00:19:38.416Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1646 | 2023-10-09T00:19:39.157Z | Compiling zone v0.2.0 |
1647 | 2023-10-09T00:19:42.780Z | Compiling structopt v0.3.26 |
1648 | 2023-10-09T00:19:43.043Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1649 | 2023-10-09T00:19:44.123Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1650 | 2023-10-09T00:19:45.341Z | Compiling hkdf v0.12.3 |
1651 | 2023-10-09T00:19:45.733Z | Compiling smf v0.2.2 |
1652 | 2023-10-09T00:19:46.021Z | Compiling secrecy v0.8.0 |
1653 | 2023-10-09T00:19:46.429Z | Compiling filetime v0.2.22 |
1654 | 2023-10-09T00:19:46.962Z | Compiling xattr v1.0.1 |
1655 | 2023-10-09T00:19:47.437Z | Compiling same-file v1.0.6 |
1656 | 2023-10-09T00:19:47.663Z | Compiling fastrand v2.0.0 |
1657 | 2023-10-09T00:19:47.929Z | Compiling walkdir v2.4.0 |
1658 | 2023-10-09T00:19:48.090Z | Compiling tar v0.4.40 |
1659 | 2023-10-09T00:19:48.840Z | Compiling tempfile v3.8.0 |
1660 | 2023-10-09T00:19:50.867Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1661 | 2023-10-09T00:19:51.545Z | Compiling rayon v1.7.0 |
1662 | 2023-10-09T00:19:52.396Z | Compiling number_prefix v0.4.0 |
1663 | 2023-10-09T00:19:52.811Z | Compiling omicron-zone-package v0.8.3 |
1664 | 2023-10-09T00:19:55.320Z | Compiling topological-sort v0.2.2 |
1665 | 2023-10-09T00:20:01.103Z | Compiling indicatif v0.17.6 |
1666 | 2023-10-09T00:20:08.478Z | Compiling bzip2 v0.4.4 |
1667 | 2023-10-09T00:20:08.822Z | Compiling zip v0.6.6 |
1668 | 2023-10-09T00:20:10.057Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1669 | 2023-10-09T00:20:10.425Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1670 | 2023-10-09T00:20:11.667Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1671 | 2023-10-09T00:20:11.671Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1672 | 2023-10-09T00:20:20.463Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1673 | 2023-10-09T00:20:20.481Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1674 | 2023-10-09T00:20:20.492Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1675 | 2023-10-09T00:20:33.868Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1676 | 2023-10-09T00:20:35.256Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1677 | 2023-10-09T00:21:09.389Z | Finished release [optimized] target(s) in 7m 58s |
1678 | 2023-10-09T00:21:09.643Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1679 | 2023-10-09T00:21:09.732Z | Created new build target 'test' and set it as active |
1680 | 2023-10-09T00:21:09.737Z | |
1681 | 2023-10-09T00:21:09.740Z | real 7:59.096459231 |
1682 | 2023-10-09T00:21:09.742Z | user 50:33.207991626 |
1683 | 2023-10-09T00:21:09.746Z | sys 4:35.935060731 |
1684 | 2023-10-09T00:21:09.750Z | trap 2.074171832 |
1685 | 2023-10-09T00:21:09.753Z | tflt 4.015377843 |
1686 | 2023-10-09T00:21:09.756Z | dflt 3.958456486 |
1687 | 2023-10-09T00:21:09.760Z | kflt 0.018653291 |
1688 | 2023-10-09T00:21:09.762Z | lock 1:53:23.649775046 |
1689 | 2023-10-09T00:21:09.777Z | slp 2:48:07.873018419 |
1690 | 2023-10-09T00:21:09.781Z | lat 2:20.258089781 |
1691 | 2023-10-09T00:21:09.785Z | stop 3:58.450736546 |
1692 | 2023-10-09T00:21:09.788Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1693 | 2023-10-09T00:21:10.868Z | Finished release [optimized] target(s) in 1.06s |
1694 | 2023-10-09T00:21:10.897Z | Running `target/release/omicron-package -t test package` |
1695 | 2023-10-09T00:21:10.935Z | Oct 09 00:21:10.932 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1696 | 2023-10-09T00:21:12.146Z | Compiling serde_json v1.0.107 |
1697 | 2023-10-09T00:21:12.194Z | Compiling linked-hash-map v0.5.6 |
1698 | 2023-10-09T00:21:12.199Z | Compiling slog-dtrace v0.2.3 |
1699 | 2023-10-09T00:21:12.202Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1700 | 2023-10-09T00:21:12.215Z | Compiling quick-error v1.2.3 |
1701 | 2023-10-09T00:21:12.226Z | Compiling termcolor v1.2.0 |
1702 | 2023-10-09T00:21:12.235Z | Compiling memoffset v0.7.1 |
1703 | 2023-10-09T00:21:12.238Z | Compiling base64 v0.13.1 |
1704 | 2023-10-09T00:21:12.445Z | Compiling resolv-conf v0.7.0 |
1705 | 2023-10-09T00:21:12.634Z | Compiling libz-sys v1.1.12 |
1706 | 2023-10-09T00:21:12.678Z | Compiling same-file v1.0.6 |
1707 | 2023-10-09T00:21:12.823Z | Compiling lru-cache v0.1.2 |
1708 | 2023-10-09T00:21:12.974Z | Compiling walkdir v2.4.0 |
1709 | 2023-10-09T00:21:13.040Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1710 | 2023-10-09T00:21:13.135Z | Compiling trust-dns-resolver v0.22.0 |
1711 | 2023-10-09T00:21:13.375Z | Compiling semver-parser v0.10.2 |
1712 | 2023-10-09T00:21:13.421Z | Compiling cancel-safe-futures v0.1.2 |
1713 | 2023-10-09T00:21:13.675Z | Compiling fastrand v2.0.0 |
1714 | 2023-10-09T00:21:13.881Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1715 | 2023-10-09T00:21:14.049Z | Compiling xattr v1.0.1 |
1716 | 2023-10-09T00:21:14.402Z | Compiling tempfile v3.8.0 |
1717 | 2023-10-09T00:21:14.415Z | Compiling filetime v0.2.22 |
1718 | 2023-10-09T00:21:14.446Z | Compiling num-rational v0.4.1 |
1719 | 2023-10-09T00:21:14.830Z | Compiling semver v0.11.0 |
1720 | 2023-10-09T00:21:14.846Z | Compiling home v0.5.5 |
1721 | 2023-10-09T00:21:14.943Z | Compiling utf-8 v0.7.6 |
1722 | 2023-10-09T00:21:15.182Z | Compiling schemars v0.8.13 |
1723 | 2023-10-09T00:21:15.546Z | Compiling usdt-impl v0.3.5 |
1724 | 2023-10-09T00:21:15.596Z | Compiling reqwest v0.11.20 |
1725 | 2023-10-09T00:21:15.610Z | Compiling openapiv3 v1.0.3 |
1726 | 2023-10-09T00:21:15.939Z | Compiling postgres-types v0.2.6 |
1727 | 2023-10-09T00:21:16.532Z | Compiling usdt v0.3.5 |
1728 | 2023-10-09T00:21:17.269Z | Compiling tokio-postgres v0.7.10 |
1729 | 2023-10-09T00:21:23.068Z | Compiling ipnetwork v0.20.0 |
1730 | 2023-10-09T00:21:23.349Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1731 | 2023-10-09T00:21:28.992Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-10-09T00:21:29.188Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1733 | 2023-10-09T00:21:30.839Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1734 | 2023-10-09T00:21:31.304Z | Compiling slog-json v2.6.1 |
1735 | 2023-10-09T00:21:31.546Z | Compiling diesel v2.1.1 |
1736 | 2023-10-09T00:21:32.109Z | Compiling slog-bunyan v2.4.0 |
1737 | 2023-10-09T00:21:32.508Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1738 | 2023-10-09T00:21:36.722Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1739 | 2023-10-09T00:21:37.172Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1740 | 2023-10-09T00:21:40.541Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1741 | 2023-10-09T00:21:40.879Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1742 | 2023-10-09T00:21:43.587Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1743 | 2023-10-09T00:21:45.454Z | Compiling toolchain_find v0.2.0 |
1744 | 2023-10-09T00:21:48.215Z | Compiling tar v0.4.40 |
1745 | 2023-10-09T00:21:52.245Z | Compiling pem-rfc7468 v0.7.0 |
1746 | 2023-10-09T00:21:54.026Z | Compiling itertools v0.11.0 |
1747 | 2023-10-09T00:21:55.797Z | Compiling toml v0.5.11 |
1748 | 2023-10-09T00:21:57.108Z | Compiling der_derive v0.7.2 |
1749 | 2023-10-09T00:21:59.566Z | Compiling flagset v0.4.3 |
1750 | 2023-10-09T00:21:59.894Z | Compiling rustfmt-wrapper v0.2.0 |
1751 | 2023-10-09T00:22:00.951Z | Compiling der v0.7.8 |
1752 | 2023-10-09T00:22:01.185Z | Compiling omicron-zone-package v0.8.3 |
1753 | 2023-10-09T00:22:05.733Z | Compiling vergen v8.2.4 |
1754 | 2023-10-09T00:22:06.121Z | Compiling fxhash v0.2.1 |
1755 | 2023-10-09T00:22:06.458Z | Compiling num-complex v0.4.4 |
1756 | 2023-10-09T00:22:06.883Z | Compiling unicase v2.7.0 |
1757 | 2023-10-09T00:22:07.303Z | Compiling spki v0.7.2 |
1758 | 2023-10-09T00:22:08.157Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2023-10-09T00:22:08.578Z | Compiling num v0.4.1 |
1760 | 2023-10-09T00:22:08.726Z | Compiling universal-hash v0.5.1 |
1761 | 2023-10-09T00:22:09.043Z | Compiling libsqlite3-sys v0.26.0 |
1762 | 2023-10-09T00:22:09.673Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1763 | 2023-10-09T00:22:09.747Z | Compiling semver v0.1.20 |
1764 | 2023-10-09T00:22:10.680Z | Compiling arc-swap v1.6.0 |
1765 | 2023-10-09T00:22:10.701Z | Compiling maybe-uninit v2.0.0 |
1766 | 2023-10-09T00:22:11.361Z | Compiling half v1.8.2 |
1767 | 2023-10-09T00:22:11.954Z | Compiling opaque-debug v0.3.0 |
1768 | 2023-10-09T00:22:12.085Z | Compiling ciborium-io v0.2.1 |
1769 | 2023-10-09T00:22:12.255Z | Compiling ciborium-ll v0.2.1 |
1770 | 2023-10-09T00:22:13.154Z | Compiling slog-scope v4.4.0 |
1771 | 2023-10-09T00:22:13.405Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1772 | 2023-10-09T00:22:14.589Z | Compiling rustc_version v0.1.7 |
1773 | 2023-10-09T00:22:14.848Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1774 | 2023-10-09T00:22:15.219Z | Compiling num-bigint-dig v0.8.4 |
1775 | 2023-10-09T00:22:15.591Z | Compiling crc-catalog v2.2.0 |
1776 | 2023-10-09T00:22:15.808Z | Compiling signal-hook v0.3.17 |
1777 | 2023-10-09T00:22:16.176Z | Compiling parking_lot_core v0.8.6 |
1778 | 2023-10-09T00:22:16.723Z | Compiling packed_struct v0.10.1 |
1779 | 2023-10-09T00:22:17.381Z | Compiling crc v3.0.1 |
1780 | 2023-10-09T00:22:18.525Z | Compiling newtype_derive v0.1.6 |
1781 | 2023-10-09T00:22:20.079Z | Compiling slog-stdlog v4.1.1 |
1782 | 2023-10-09T00:22:21.016Z | Compiling ciborium v0.2.1 |
1783 | 2023-10-09T00:22:21.495Z | Compiling pkcs8 v0.10.2 |
1784 | 2023-10-09T00:22:21.868Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1785 | 2023-10-09T00:22:24.515Z | Compiling toml_edit v0.20.0 |
1786 | 2023-10-09T00:22:24.768Z | Compiling hashlink v0.8.3 |
1787 | 2023-10-09T00:22:25.581Z | Compiling aead v0.5.2 |
1788 | 2023-10-09T00:22:25.959Z | Compiling nibble_vec v0.1.0 |
1789 | 2023-10-09T00:22:26.069Z | Compiling packed_struct_codegen v0.10.1 |
1790 | 2023-10-09T00:22:26.287Z | Compiling dirs-sys-next v0.1.2 |
1791 | 2023-10-09T00:22:27.084Z | Compiling crunchy v0.2.2 |
1792 | 2023-10-09T00:22:27.730Z | Compiling nodrop v0.1.14 |
1793 | 2023-10-09T00:22:27.901Z | Compiling doc-comment v0.3.3 |
1794 | 2023-10-09T00:22:28.595Z | Compiling fallible-streaming-iterator v0.1.9 |
1795 | 2023-10-09T00:22:29.002Z | Compiling endian-type v0.1.2 |
1796 | 2023-10-09T00:22:29.344Z | Compiling humantime v2.1.0 |
1797 | 2023-10-09T00:22:30.330Z | Compiling glob v0.3.1 |
1798 | 2023-10-09T00:22:31.746Z | Compiling radix_trie v0.2.1 |
1799 | 2023-10-09T00:22:31.759Z | Compiling clang-sys v1.6.1 |
1800 | 2023-10-09T00:22:32.772Z | Compiling toml v0.8.0 |
1801 | 2023-10-09T00:22:33.215Z | Compiling rusqlite v0.29.0 |
1802 | 2023-10-09T00:22:38.499Z | Compiling array-init v0.0.4 |
1803 | 2023-10-09T00:22:40.794Z | Compiling dirs-next v2.0.0 |
1804 | 2023-10-09T00:22:41.050Z | Compiling pkcs1 v0.7.5 |
1805 | 2023-10-09T00:22:42.125Z | Compiling smallvec v0.6.14 |
1806 | 2023-10-09T00:22:42.319Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1807 | 2023-10-09T00:22:42.504Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2023-10-09T00:22:42.935Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1809 | 2023-10-09T00:22:43.966Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1810 | 2023-10-09T00:22:47.002Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1811 | 2023-10-09T00:22:47.449Z | Compiling slog-envlogger v2.2.0 |
1812 | 2023-10-09T00:22:56.211Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1813 | 2023-10-09T00:22:56.513Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1814 | 2023-10-09T00:22:57.552Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1815 | 2023-10-09T00:22:57.727Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1816 | 2023-10-09T00:23:01.889Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1817 | 2023-10-09T00:23:06.059Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1818 | 2023-10-09T00:23:10.460Z | Compiling nix v0.26.2 |
1819 | 2023-10-09T00:23:14.003Z | Compiling num_enum_derive v0.7.0 |
1820 | 2023-10-09T00:23:16.466Z | Compiling twox-hash v1.6.3 |
1821 | 2023-10-09T00:23:18.078Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1822 | 2023-10-09T00:23:18.352Z | Compiling tiny-keccak v2.0.2 |
1823 | 2023-10-09T00:23:18.754Z | Compiling platforms v3.0.2 |
1824 | 2023-10-09T00:23:19.190Z | Compiling prettyplease v0.2.12 |
1825 | 2023-10-09T00:23:19.602Z | Compiling bitfield v0.14.0 |
1826 | 2023-10-09T00:23:19.674Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1827 | 2023-10-09T00:23:20.054Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1828 | 2023-10-09T00:23:23.876Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1829 | 2023-10-09T00:23:25.113Z | Compiling num_enum v0.7.0 |
1830 | 2023-10-09T00:23:26.248Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1831 | 2023-10-09T00:23:31.172Z | Compiling parking_lot v0.11.2 |
1832 | 2023-10-09T00:23:35.167Z | Compiling rsa v0.9.2 |
1833 | 2023-10-09T00:23:35.711Z | Compiling serde-hex v0.1.0 |
1834 | 2023-10-09T00:23:35.817Z | Compiling mime_guess v2.0.4 |
1835 | 2023-10-09T00:23:37.673Z | Compiling term v0.7.0 |
1836 | 2023-10-09T00:23:40.100Z | Compiling trust-dns-client v0.22.0 |
1837 | 2023-10-09T00:23:40.103Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1838 | 2023-10-09T00:23:40.579Z | Compiling polyval v0.6.1 |
1839 | 2023-10-09T00:23:41.388Z | Compiling x509-cert v0.2.4 |
1840 | 2023-10-09T00:23:44.265Z | Compiling tungstenite v0.20.1 |
1841 | 2023-10-09T00:23:44.489Z | Compiling env_logger v0.10.0 |
1842 | 2023-10-09T00:23:44.672Z | Compiling ctr v0.9.2 |
1843 | 2023-10-09T00:23:45.186Z | Compiling aes v0.8.3 |
1844 | 2023-10-09T00:23:49.591Z | Compiling darling_core v0.14.4 |
1845 | 2023-10-09T00:23:50.868Z | Compiling ron v0.8.1 |
1846 | 2023-10-09T00:23:53.872Z | Compiling snafu-derive v0.7.5 |
1847 | 2023-10-09T00:23:58.389Z | Compiling bincode v1.3.3 |
1848 | 2023-10-09T00:24:00.282Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1849 | 2023-10-09T00:24:00.685Z | Compiling crc-any v2.4.3 |
1850 | 2023-10-09T00:24:01.634Z | Compiling erased-serde v0.3.30 |
1851 | 2023-10-09T00:24:02.133Z | Compiling minimal-lexical v0.2.1 |
1852 | 2023-10-09T00:24:02.293Z | Compiling convert_case v0.4.0 |
1853 | 2023-10-09T00:24:02.462Z | Compiling snafu v0.7.5 |
1854 | 2023-10-09T00:24:03.019Z | Compiling nom v7.1.3 |
1855 | 2023-10-09T00:24:03.571Z | Compiling derive_more v0.99.17 |
1856 | 2023-10-09T00:24:03.773Z | Compiling trust-dns-server v0.22.1 |
1857 | 2023-10-09T00:24:04.489Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1858 | 2023-10-09T00:24:09.505Z | Compiling darling_macro v0.14.4 |
1859 | 2023-10-09T00:24:10.917Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1860 | 2023-10-09T00:24:13.904Z | Compiling aes-gcm-siv v0.11.1 |
1861 | 2023-10-09T00:24:14.363Z | Compiling tokio-tungstenite v0.20.1 |
1862 | 2023-10-09T00:24:16.029Z | Compiling ascii-canvas v3.0.0 |
1863 | 2023-10-09T00:24:16.166Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1864 | 2023-10-09T00:24:16.400Z | Compiling steno v0.4.0 |
1865 | 2023-10-09T00:24:16.751Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1866 | 2023-10-09T00:24:23.925Z | Compiling sled v0.34.7 |
1867 | 2023-10-09T00:24:35.693Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1868 | 2023-10-09T00:24:35.804Z | Compiling env_logger v0.9.3 |
1869 | 2023-10-09T00:24:36.698Z | Compiling tungstenite v0.18.0 |
1870 | 2023-10-09T00:24:41.521Z | Compiling object v0.30.4 |
1871 | 2023-10-09T00:24:41.670Z | Compiling is-terminal v0.4.9 |
1872 | 2023-10-09T00:24:41.843Z | Compiling ena v0.14.2 |
1873 | 2023-10-09T00:24:42.511Z | Compiling derive-where v1.2.5 |
1874 | 2023-10-09T00:24:43.732Z | Compiling bitstruct_derive v0.1.0 |
1875 | 2023-10-09T00:24:45.642Z | Compiling async-recursion v1.0.5 |
1876 | 2023-10-09T00:24:46.340Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1877 | 2023-10-09T00:24:46.536Z | Compiling libloading v0.7.4 |
1878 | 2023-10-09T00:24:47.100Z | Compiling pretty-hex v0.3.0 |
1879 | 2023-10-09T00:24:47.118Z | Compiling diff v0.1.13 |
1880 | 2023-10-09T00:24:47.503Z | Compiling bindgen v0.65.1 |
1881 | 2023-10-09T00:24:47.821Z | Compiling ringbuffer v0.15.0 |
1882 | 2023-10-09T00:24:48.002Z | Compiling linear-map v1.2.0 |
1883 | 2023-10-09T00:24:48.118Z | Compiling ascii v1.1.0 |
1884 | 2023-10-09T00:24:48.602Z | Compiling path-slash v0.1.5 |
1885 | 2023-10-09T00:24:48.863Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1886 | 2023-10-09T00:24:48.930Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1887 | 2023-10-09T00:24:49.436Z | Compiling lalrpop v0.19.12 |
1888 | 2023-10-09T00:24:53.296Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1889 | 2023-10-09T00:25:00.263Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1890 | 2023-10-09T00:25:05.660Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1891 | 2023-10-09T00:25:05.785Z | Compiling bitstruct v0.1.1 |
1892 | 2023-10-09T00:25:05.944Z | Compiling tokio-tungstenite v0.18.0 |
1893 | 2023-10-09T00:25:06.796Z | Compiling curve25519-dalek v4.1.0 |
1894 | 2023-10-09T00:25:07.333Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1895 | 2023-10-09T00:25:11.090Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1896 | 2023-10-09T00:25:20.372Z | Compiling darling v0.14.4 |
1897 | 2023-10-09T00:25:20.533Z | Compiling cexpr v0.6.0 |
1898 | 2023-10-09T00:25:25.921Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1899 | 2023-10-09T00:25:26.486Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1900 | 2023-10-09T00:25:26.988Z | Compiling which v4.4.0 |
1901 | 2023-10-09T00:25:27.858Z | Compiling ff v0.13.0 |
1902 | 2023-10-09T00:25:28.229Z | Compiling path-dedot v3.1.0 |
1903 | 2023-10-09T00:25:28.330Z | Compiling serde_arrays v0.1.0 |
1904 | 2023-10-09T00:25:28.569Z | Compiling lazycell v1.3.0 |
1905 | 2023-10-09T00:25:28.584Z | Compiling shlex v1.1.0 |
1906 | 2023-10-09T00:25:28.810Z | Compiling peeking_take_while v0.1.2 |
1907 | 2023-10-09T00:25:28.997Z | Compiling display-error-chain v0.1.1 |
1908 | 2023-10-09T00:25:29.015Z | Compiling rustc-hash v1.1.0 |
1909 | 2023-10-09T00:25:29.174Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1910 | 2023-10-09T00:25:30.798Z | Compiling path-absolutize v3.1.0 |
1911 | 2023-10-09T00:25:31.094Z | Compiling group v0.13.0 |
1912 | 2023-10-09T00:25:31.353Z | Compiling derive_builder_core v0.12.0 |
1913 | 2023-10-09T00:25:35.278Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1914 | 2023-10-09T00:25:38.890Z | Compiling polar-core v0.26.4 |
1915 | 2023-10-09T00:25:40.066Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1916 | 2023-10-09T00:25:41.136Z | Compiling olpc-cjson v0.1.3 |
1917 | 2023-10-09T00:25:42.048Z | Compiling pem v1.1.1 |
1918 | 2023-10-09T00:25:42.676Z | Compiling camino-tempfile v1.0.2 |
1919 | 2023-10-09T00:25:44.042Z | Compiling globset v0.4.13 |
1920 | 2023-10-09T00:25:44.660Z | Compiling crypto-bigint v0.5.2 |
1921 | 2023-10-09T00:25:45.764Z | Compiling serde_plain v1.0.2 |
1922 | 2023-10-09T00:25:46.641Z | Compiling libxml v0.3.3 |
1923 | 2023-10-09T00:25:47.106Z | Compiling thiserror-impl-no-std v2.0.2 |
1924 | 2023-10-09T00:25:47.703Z | Compiling curve25519-dalek-derive v0.1.0 |
1925 | 2023-10-09T00:25:49.872Z | Compiling base16ct v0.2.0 |
1926 | 2023-10-09T00:25:50.456Z | Compiling buf-list v1.0.3 |
1927 | 2023-10-09T00:25:51.187Z | Compiling ref-cast v1.0.20 |
1928 | 2023-10-09T00:25:51.319Z | Compiling elliptic-curve v0.13.5 |
1929 | 2023-10-09T00:25:51.830Z | Compiling thiserror-no-std v2.0.2 |
1930 | 2023-10-09T00:25:52.023Z | Compiling tough v0.12.5 |
1931 | 2023-10-09T00:25:52.229Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1932 | 2023-10-09T00:25:58.779Z | Compiling derive_builder_macro v0.12.0 |
1933 | 2023-10-09T00:25:59.943Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1934 | 2023-10-09T00:26:04.702Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1935 | 2023-10-09T00:26:06.050Z | Compiling poly1305 v0.8.0 |
1936 | 2023-10-09T00:26:06.372Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-10-09T00:26:07.498Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1938 | 2023-10-09T00:26:07.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1939 | 2023-10-09T00:26:08.254Z | Compiling chacha20 v0.9.1 |
1940 | 2023-10-09T00:26:08.719Z | Compiling strum_macros v0.24.3 |
1941 | 2023-10-09T00:26:08.954Z | Compiling const_format_proc_macros v0.2.31 |
1942 | 2023-10-09T00:26:10.017Z | Compiling ref-cast-impl v1.0.20 |
1943 | 2023-10-09T00:26:11.779Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1944 | 2023-10-09T00:26:12.195Z | Compiling cookie v0.16.2 |
1945 | 2023-10-09T00:26:12.258Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1946 | 2023-10-09T00:26:12.648Z | Compiling indoc v1.0.9 |
1947 | 2023-10-09T00:26:12.703Z | Compiling salty v0.2.0 |
1948 | 2023-10-09T00:26:13.266Z | Compiling signature v1.6.4 |
1949 | 2023-10-09T00:26:13.495Z | Compiling ed25519 v1.5.3 |
1950 | 2023-10-09T00:26:14.076Z | Compiling const_format v0.2.31 |
1951 | 2023-10-09T00:26:14.421Z | Compiling chacha20poly1305 v0.10.1 |
1952 | 2023-10-09T00:26:14.479Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1953 | 2023-10-09T00:26:14.717Z | Compiling derive_builder v0.12.0 |
1954 | 2023-10-09T00:26:14.991Z | Compiling vsss-rs v3.3.1 |
1955 | 2023-10-09T00:26:23.155Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1956 | 2023-10-09T00:26:23.859Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1957 | 2023-10-09T00:26:29.006Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1958 | 2023-10-09T00:26:32.809Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1959 | 2023-10-09T00:26:33.649Z | Compiling signal-hook-mio v0.2.3 |
1960 | 2023-10-09T00:26:33.914Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1961 | 2023-10-09T00:26:34.451Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1962 | 2023-10-09T00:26:34.834Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1963 | 2023-10-09T00:26:41.866Z | Compiling ron v0.7.1 |
1964 | 2023-10-09T00:26:43.986Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1965 | 2023-10-09T00:26:48.383Z | Compiling headers-core v0.2.0 |
1966 | 2023-10-09T00:26:48.662Z | Compiling bb8 v0.8.1 |
1967 | 2023-10-09T00:26:48.972Z | Compiling quick-xml v0.23.1 |
1968 | 2023-10-09T00:26:49.516Z | Compiling serde-big-array v0.5.1 |
1969 | 2023-10-09T00:26:49.885Z | Compiling num-derive v0.4.0 |
1970 | 2023-10-09T00:26:51.569Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1971 | 2023-10-09T00:26:52.792Z | Compiling impl-trait-for-tuples v0.2.2 |
1972 | 2023-10-09T00:26:53.532Z | Compiling oso-derive v0.26.4 |
1973 | 2023-10-09T00:26:54.091Z | Compiling http-range v0.1.5 |
1974 | 2023-10-09T00:26:54.989Z | Compiling maplit v1.0.2 |
1975 | 2023-10-09T00:26:55.063Z | Compiling bit_field v0.10.2 |
1976 | 2023-10-09T00:26:55.158Z | Compiling hyper-staticfile v0.9.5 |
1977 | 2023-10-09T00:26:55.481Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1978 | 2023-10-09T00:26:58.536Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1979 | 2023-10-09T00:27:00.828Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1980 | 2023-10-09T00:27:02.048Z | Compiling headers v0.3.9 |
1981 | 2023-10-09T00:27:09.238Z | Compiling crossterm v0.27.0 |
1982 | 2023-10-09T00:27:09.290Z | Compiling oso v0.26.4 |
1983 | 2023-10-09T00:27:26.557Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1984 | 2023-10-09T00:27:30.624Z | Compiling signal-hook-tokio v0.3.1 |
1985 | 2023-10-09T00:27:30.655Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1986 | 2023-10-09T00:27:30.888Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1987 | 2023-10-09T00:27:30.902Z | Compiling serde-big-array v0.4.1 |
1988 | 2023-10-09T00:27:31.033Z | Compiling cassowary v0.3.0 |
1989 | 2023-10-09T00:27:32.996Z | Compiling indoc v2.0.3 |
1990 | 2023-10-09T00:27:34.471Z | Compiling ratatui v0.23.0 |
1991 | 2023-10-09T00:27:34.809Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1992 | 2023-10-09T00:27:37.510Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1993 | 2023-10-09T00:27:38.794Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1994 | 2023-10-09T00:27:39.349Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1995 | 2023-10-09T00:27:41.289Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1996 | 2023-10-09T00:27:45.444Z | Compiling fatfs v0.3.6 |
1997 | 2023-10-09T00:27:51.242Z | Compiling bytesize v1.3.0 |
1998 | 2023-10-09T00:27:51.342Z | Compiling nanorand v0.7.0 |
1999 | 2023-10-09T00:27:52.165Z | Compiling rtoolbox v0.0.1 |
2000 | 2023-10-09T00:27:52.638Z | Compiling corncobs v0.1.3 |
2001 | 2023-10-09T00:27:52.834Z | Compiling fs-err v2.9.0 |
2002 | 2023-10-09T00:27:52.946Z | Compiling assert_matches v1.5.0 |
2003 | 2023-10-09T00:27:53.088Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2004 | 2023-10-09T00:27:53.294Z | Compiling rpassword v7.2.0 |
2005 | 2023-10-09T00:27:53.921Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2006 | 2023-10-09T00:27:54.163Z | Compiling flume v0.11.0 |
2007 | 2023-10-09T00:27:54.410Z | Compiling tui-tree-widget v0.13.0 |
2008 | 2023-10-09T00:27:55.392Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2009 | 2023-10-09T00:27:57.918Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2010 | 2023-10-09T00:28:00.209Z | Compiling shell-words v1.1.0 |
2011 | 2023-10-09T00:28:00.896Z | Compiling owo-colors v3.5.0 |
2012 | 2023-10-09T00:28:06.627Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2013 | 2023-10-09T00:28:15.656Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2014 | 2023-10-09T00:29:07.162Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2015 | 2023-10-09T00:29:22.414Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2016 | 2023-10-09T00:31:22.601Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2017 | 2023-10-09T00:33:03.979Z | Compiling git2 v0.17.2 |
2018 | 2023-10-09T00:33:10.616Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2019 | 2023-10-09T00:33:12.309Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2020 | 2023-10-09T00:33:24.098Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2021 | 2023-10-09T00:33:40.714Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2022 | 2023-10-09T00:33:41.744Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2023 | 2023-10-09T00:33:42.682Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2024 | 2023-10-09T00:33:46.901Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2023-10-09T00:42:40.099Z | Finished release [optimized] target(s) in 21m 29s |
2026 | 2023-10-09T00:43:43.572Z | |
2027 | 2023-10-09T00:43:43.576Z | real 22:33.922485859 |
2028 | 2023-10-09T00:43:43.579Z | user 2:36:19.685455243 |
2029 | 2023-10-09T00:43:43.582Z | sys 6:56.970789086 |
2030 | 2023-10-09T00:43:43.585Z | trap 5.126153954 |
2031 | 2023-10-09T00:43:43.588Z | tflt 1.588944478 |
2032 | 2023-10-09T00:43:43.590Z | dflt 2.911829283 |
2033 | 2023-10-09T00:43:43.593Z | kflt 0.001443710 |
2034 | 2023-10-09T00:43:43.596Z | lock 8:52:30.172713332 |
2035 | 2023-10-09T00:43:43.599Z | slp 6:23:31.181651442 |
2036 | 2023-10-09T00:43:43.601Z | lat 2:55.904872979 |
2037 | 2023-10-09T00:43:43.604Z | stop 50.768954118 |
2038 | 2023-10-09T00:43:43.607Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2039 | 2023-10-09T00:43:43.609Z | + pfexec mkdir -p /work |
2040 | 2023-10-09T00:43:43.612Z | + pfexec chown build /work |
2041 | 2023-10-09T00:43:43.615Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2042 | 2023-10-09T00:43:57.398Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2043 | 2023-10-09T00:43:57.402Z | a out/maghemite.tar 73201K |
2044 | 2023-10-09T00:43:57.405Z | a out/omicron-sled-agent.tar 110420K |
2045 | 2023-10-09T00:43:57.407Z | a out/target/test 1K |
2046 | 2023-10-09T00:43:57.410Z | a out/npuzone/npuzone 37049K |
2047 | 2023-10-09T00:43:57.413Z | a package-manifest.toml 21K |
2048 | 2023-10-09T00:43:57.416Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2049 | 2023-10-09T00:43:57.419Z | a target/release/omicron-package 37003K |
2050 | 2023-10-09T00:43:57.422Z | a tools/create_virtual_hardware.sh 3K |
2051 | 2023-10-09T00:43:57.424Z | a tools/virtual_hardware.sh 4K |
2052 | 2023-10-09T00:43:57.427Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2053 | 2023-10-09T00:43:57.430Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2054 | 2023-10-09T00:43:57.433Z | a tools/scrimlet/softnpu-init.sh 3K |
2055 | 2023-10-09T00:43:57.436Z | a tools/scrimlet/softnpu-zone.txt 1K |
2056 | 2023-10-09T00:43:57.439Z | a tools/scrimlet/softnpu.toml 1K |
2057 | 2023-10-09T00:43:57.441Z | |
2058 | 2023-10-09T00:43:57.444Z | real 13.815506541 |
2059 | 2023-10-09T00:43:57.447Z | user 13.136026330 |
2060 | 2023-10-09T00:43:57.449Z | sys 1.151923053 |
2061 | 2023-10-09T00:43:57.452Z | trap 0.003511596 |
2062 | 2023-10-09T00:43:57.454Z | tflt 0.000000000 |
2063 | 2023-10-09T00:43:57.457Z | dflt 0.000000000 |
2064 | 2023-10-09T00:43:57.460Z | kflt 0.000000000 |
2065 | 2023-10-09T00:43:57.463Z | lock 0.000000000 |
2066 | 2023-10-09T00:43:57.466Z | slp 12.835240843 |
2067 | 2023-10-09T00:43:57.468Z | lat 0.500807680 |
2068 | 2023-10-09T00:43:57.471Z | stop 0.000230336 |
2069 | 2023-10-09T00:43:57.474Z | ++ pwd |
2070 | 2023-10-09T00:43:57.476Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2071 | 2023-10-09T00:43:57.479Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2072 | 2023-10-09T00:43:57.482Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2073 | 2023-10-09T00:43:58.557Z | Finished release [optimized] target(s) in 1.07s |
2074 | 2023-10-09T00:43:58.586Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2075 | 2023-10-09T00:43:58.625Z | Created new build target 'host' and set it as active |
2076 | 2023-10-09T00:43:58.628Z | |
2077 | 2023-10-09T00:43:58.631Z | real 1.215859600 |
2078 | 2023-10-09T00:43:58.634Z | user 0.869258153 |
2079 | 2023-10-09T00:43:58.636Z | sys 0.347309718 |
2080 | 2023-10-09T00:43:58.639Z | trap 0.000090612 |
2081 | 2023-10-09T00:43:58.642Z | tflt 0.000001943 |
2082 | 2023-10-09T00:43:58.644Z | dflt 0.000008036 |
2083 | 2023-10-09T00:43:58.647Z | kflt 0.000000000 |
2084 | 2023-10-09T00:43:58.649Z | lock 0.034612448 |
2085 | 2023-10-09T00:43:58.652Z | slp 0.019414915 |
2086 | 2023-10-09T00:43:58.655Z | lat 0.002139857 |
2087 | 2023-10-09T00:43:58.658Z | stop 0.000249659 |
2088 | 2023-10-09T00:43:58.660Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2089 | 2023-10-09T00:43:59.743Z | Finished release [optimized] target(s) in 1.03s |
2090 | 2023-10-09T00:43:59.769Z | Running `target/release/omicron-package -t host package` |
2091 | 2023-10-09T00:43:59.808Z | Oct 09 00:43:59.807 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2092 | 2023-10-09T00:44:00.952Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2093 | 2023-10-09T00:47:29.562Z | Finished release [optimized] target(s) in 3m 29s |
2094 | 2023-10-09T00:48:29.266Z | |
2095 | 2023-10-09T00:48:29.278Z | real 4:30.637034768 |
2096 | 2023-10-09T00:48:29.286Z | user 20:09.154010495 |
2097 | 2023-10-09T00:48:29.292Z | sys 1:09.802823338 |
2098 | 2023-10-09T00:48:29.295Z | trap 0.530760060 |
2099 | 2023-10-09T00:48:29.297Z | tflt 0.038208578 |
2100 | 2023-10-09T00:48:29.300Z | dflt 1.841228695 |
2101 | 2023-10-09T00:48:29.303Z | kflt 0.000130942 |
2102 | 2023-10-09T00:48:29.306Z | lock 1:03:38.433437123 |
2103 | 2023-10-09T00:48:29.309Z | slp 16:20.816824045 |
2104 | 2023-10-09T00:48:29.311Z | lat 7.799352751 |
2105 | 2023-10-09T00:48:29.314Z | stop 0.689418616 |
2106 | 2023-10-09T00:48:29.317Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2107 | 2023-10-09T00:48:29.320Z | + for package in "$@" |
2108 | 2023-10-09T00:48:29.322Z | + [[ omicron-sled-agent == maghemite ]] |
2109 | 2023-10-09T00:48:29.325Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gitb474a8fd4c0 |
2110 | 2023-10-09T00:48:30.409Z | Finished release [optimized] target(s) in 1.06s |
2111 | 2023-10-09T00:48:30.433Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gitb474a8fd4c0` |
2112 | 2023-10-09T00:48:30.470Z | Oct 09 00:48:30.466 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2113 | 2023-10-09T00:48:30.999Z | Created: out/versioned/omicron-sled-agent.tar |
2114 | 2023-10-09T00:48:31.003Z | + for package in "$@" |
2115 | 2023-10-09T00:48:31.006Z | + [[ maghemite == maghemite ]] |
2116 | 2023-10-09T00:48:31.009Z | + echo 0.0.0 |
2117 | 2023-10-09T00:48:31.012Z | + tar rvf out/maghemite.tar VERSION |
2118 | 2023-10-09T00:48:31.015Z | a VERSION 1K |
2119 | 2023-10-09T00:48:31.018Z | + rm VERSION |
2120 | 2023-10-09T00:48:31.022Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0 |
2121 | 2023-10-09T00:48:32.121Z | Finished release [optimized] target(s) in 1.03s |
2122 | 2023-10-09T00:48:32.152Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0` |
2123 | 2023-10-09T00:48:32.190Z | Oct 09 00:48:32.190 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2124 | 2023-10-09T00:48:32.554Z | Created: out/versioned/maghemite.tar |
2125 | 2023-10-09T00:48:32.558Z | + for package in "$@" |
2126 | 2023-10-09T00:48:32.560Z | + [[ propolis-server == maghemite ]] |
2127 | 2023-10-09T00:48:32.564Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gitb474a8fd4c0 |
2128 | 2023-10-09T00:48:33.672Z | Finished release [optimized] target(s) in 1.03s |
2129 | 2023-10-09T00:48:33.699Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gitb474a8fd4c0` |
2130 | 2023-10-09T00:48:33.739Z | Oct 09 00:48:33.738 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2131 | 2023-10-09T00:48:35.492Z | Created: out/versioned/propolis-server.tar.gz |
2132 | 2023-10-09T00:48:35.496Z | + for package in "$@" |
2133 | 2023-10-09T00:48:35.499Z | + [[ overlay == maghemite ]] |
2134 | 2023-10-09T00:48:35.502Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gitb474a8fd4c0 |
2135 | 2023-10-09T00:48:36.605Z | Finished release [optimized] target(s) in 1.03s |
2136 | 2023-10-09T00:48:36.635Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gitb474a8fd4c0` |
2137 | 2023-10-09T00:48:36.676Z | Oct 09 00:48:36.676 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2138 | 2023-10-09T00:48:36.680Z | Created: out/versioned/overlay.tar.gz |
2139 | 2023-10-09T00:48:36.683Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2140 | 2023-10-09T00:48:36.693Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2141 | 2023-10-09T00:48:36.696Z | ++ cd -- ./tools |
2142 | 2023-10-09T00:48:36.699Z | ++ pwd |
2143 | 2023-10-09T00:48:36.702Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2144 | 2023-10-09T00:48:36.705Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2145 | 2023-10-09T00:48:36.707Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2146 | 2023-10-09T00:48:36.710Z | ++ readlink -f /work |
2147 | 2023-10-09T00:48:36.717Z | + out_dir=/work |
2148 | 2023-10-09T00:48:36.720Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2149 | 2023-10-09T00:48:36.723Z | + for dep in "${deps[@]}" |
2150 | 2023-10-09T00:48:36.726Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2151 | 2023-10-09T00:48:36.729Z | + for dep in "${deps[@]}" |
2152 | 2023-10-09T00:48:36.732Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2153 | 2023-10-09T00:48:36.735Z | + for dep in "${deps[@]}" |
2154 | 2023-10-09T00:48:36.738Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2155 | 2023-10-09T00:48:36.741Z | + for dep in "${deps[@]}" |
2156 | 2023-10-09T00:48:36.744Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2157 | 2023-10-09T00:48:36.747Z | ++ mktemp -d |
2158 | 2023-10-09T00:48:36.749Z | + tmp_gz=/tmp/tmp.IvaWpi |
2159 | 2023-10-09T00:48:36.752Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2160 | 2023-10-09T00:48:36.755Z | + echo '{"v":"1","t":"layer"}' |
2161 | 2023-10-09T00:48:36.757Z | + pkg_dir=/tmp/tmp.IvaWpi/root/opt/oxide/sled-agent |
2162 | 2023-10-09T00:48:36.760Z | + mkdir -p /tmp/tmp.IvaWpi/root/opt/oxide/sled-agent |
2163 | 2023-10-09T00:48:36.763Z | + cd /tmp/tmp.IvaWpi/root/opt/oxide/sled-agent |
2164 | 2023-10-09T00:48:36.766Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2165 | 2023-10-09T00:48:36.844Z | x ., 0 bytes, 0 tape blocks |
2166 | 2023-10-09T00:48:36.847Z | x zone-bundle, 34343936 bytes, 67078 tape blocks |
2167 | 2023-10-09T00:48:36.850Z | x sled-agent, 78815264 bytes, 153937 tape blocks |
2168 | 2023-10-09T00:48:36.853Z | x pkg, 0 bytes, 0 tape blocks |
2169 | 2023-10-09T00:48:36.856Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2170 | 2023-10-09T00:48:36.859Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2171 | 2023-10-09T00:48:36.862Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2172 | 2023-10-09T00:48:36.867Z | x VERSION, 25 bytes, 1 tape blocks |
2173 | 2023-10-09T00:48:36.869Z | + mkdir -p /tmp/tmp.IvaWpi/root/lib/svc/manifest/site/ |
2174 | 2023-10-09T00:48:36.872Z | + mv pkg/manifest.xml /tmp/tmp.IvaWpi/root/lib/svc/manifest/site/sled-agent.xml |
2175 | 2023-10-09T00:48:36.876Z | + cd - |
2176 | 2023-10-09T00:48:36.879Z | /work/oxidecomputer/omicron |
2177 | 2023-10-09T00:48:36.881Z | + pkg_dir=/tmp/tmp.IvaWpi/root/opt/oxide/mg-ddm |
2178 | 2023-10-09T00:48:36.884Z | + mkdir -p /tmp/tmp.IvaWpi/root/opt/oxide/mg-ddm |
2179 | 2023-10-09T00:48:36.887Z | + cd /tmp/tmp.IvaWpi/root/opt/oxide/mg-ddm |
2180 | 2023-10-09T00:48:36.892Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2181 | 2023-10-09T00:48:36.912Z | x ., 0 bytes, 0 tape blocks |
2182 | 2023-10-09T00:48:36.915Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2183 | 2023-10-09T00:48:36.918Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2184 | 2023-10-09T00:48:36.921Z | x pkg, 0 bytes, 0 tape blocks |
2185 | 2023-10-09T00:48:36.924Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2186 | 2023-10-09T00:48:36.927Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2187 | 2023-10-09T00:48:36.930Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2188 | 2023-10-09T00:48:36.933Z | x VERSION, 25 bytes, 1 tape blocks |
2189 | 2023-10-09T00:48:36.935Z | + cd - |
2190 | 2023-10-09T00:48:36.938Z | /work/oxidecomputer/omicron |
2191 | 2023-10-09T00:48:36.941Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.IvaWpi/root/opt/oxide |
2192 | 2023-10-09T00:48:37.026Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.IvaWpi/root/opt/oxide |
2193 | 2023-10-09T00:48:37.029Z | + cd /tmp/tmp.IvaWpi |
2194 | 2023-10-09T00:48:37.032Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2195 | 2023-10-09T00:48:49.325Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2196 | 2023-10-09T00:48:49.386Z | a oxide.json 1K |
2197 | 2023-10-09T00:48:49.400Z | a root/ 0K |
2198 | 2023-10-09T00:48:49.407Z | a root/opt/ 0K |
2199 | 2023-10-09T00:48:49.420Z | a root/opt/oxide/ 0K |
2200 | 2023-10-09T00:48:49.428Z | a root/opt/oxide/sled-agent/ 0K |
2201 | 2023-10-09T00:48:49.435Z | a root/opt/oxide/sled-agent/zone-bundle 33539K |
2202 | 2023-10-09T00:48:49.440Z | a root/opt/oxide/sled-agent/sled-agent 76969K |
2203 | 2023-10-09T00:48:49.444Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2204 | 2023-10-09T00:48:49.450Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2205 | 2023-10-09T00:48:49.460Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2206 | 2023-10-09T00:48:49.467Z | a root/opt/oxide/sled-agent/VERSION 1K |
2207 | 2023-10-09T00:48:49.477Z | a root/opt/oxide/mg-ddm/ 0K |
2208 | 2023-10-09T00:48:49.486Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2209 | 2023-10-09T00:48:49.497Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2210 | 2023-10-09T00:48:49.508Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2211 | 2023-10-09T00:48:49.514Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2212 | 2023-10-09T00:48:49.531Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2213 | 2023-10-09T00:48:49.540Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2214 | 2023-10-09T00:48:49.546Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2215 | 2023-10-09T00:48:49.553Z | a root/opt/oxide/propolis-server.tar.gz 64314K |
2216 | 2023-10-09T00:48:49.561Z | a root/opt/oxide/overlay.tar.gz 2K |
2217 | 2023-10-09T00:48:49.571Z | a root/lib/ 0K |
2218 | 2023-10-09T00:48:49.579Z | a root/lib/svc/ 0K |
2219 | 2023-10-09T00:48:49.587Z | a root/lib/svc/manifest/ 0K |
2220 | 2023-10-09T00:48:49.593Z | a root/lib/svc/manifest/site/ 0K |
2221 | 2023-10-09T00:48:49.598Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2222 | 2023-10-09T00:48:49.605Z | + cd / |
2223 | 2023-10-09T00:48:49.611Z | + rm -rf /tmp/tmp.IvaWpi |
2224 | 2023-10-09T00:48:49.616Z | |
2225 | 2023-10-09T00:48:49.620Z | real 12.674535296 |
2226 | 2023-10-09T00:48:49.628Z | user 11.677701402 |
2227 | 2023-10-09T00:48:49.633Z | sys 1.059984678 |
2228 | 2023-10-09T00:48:49.638Z | trap 0.003947441 |
2229 | 2023-10-09T00:48:49.661Z | tflt 0.000000000 |
2230 | 2023-10-09T00:48:50.081Z | dflt 0.000000000 |
2231 | 2023-10-09T00:48:50.097Z | kflt 0.000000000 |
2232 | 2023-10-09T00:48:50.109Z | lock 0.000000000 |
2233 | 2023-10-09T00:48:50.123Z | slp 24.395381039 |
2234 | 2023-10-09T00:48:50.137Z | lat 0.478037143 |
2235 | 2023-10-09T00:48:50.156Z | stop 0.000314016 |
2236 | 2023-10-09T00:48:50.579Z | + mkdir -p /work/zones |
2237 | 2023-10-09T00:48:50.595Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2238 | 2023-10-09T00:48:50.619Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2239 | 2023-10-09T00:48:52.735Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2240 | 2023-10-09T00:48:53.941Z | Finished release [optimized] target(s) in 1.12s |
2241 | 2023-10-09T00:48:53.974Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2242 | 2023-10-09T00:48:54.014Z | Created new build target 'recovery' and set it as active |
2243 | 2023-10-09T00:48:54.028Z | |
2244 | 2023-10-09T00:48:54.037Z | real 1.275439911 |
2245 | 2023-10-09T00:48:54.045Z | user 0.913639671 |
2246 | 2023-10-09T00:48:54.050Z | sys 0.360226818 |
2247 | 2023-10-09T00:48:54.056Z | trap 0.000680012 |
2248 | 2023-10-09T00:48:54.061Z | tflt 0.000072513 |
2249 | 2023-10-09T00:48:54.067Z | dflt 0.000000000 |
2250 | 2023-10-09T00:48:54.072Z | kflt 0.000000000 |
2251 | 2023-10-09T00:48:54.080Z | lock 0.037604144 |
2252 | 2023-10-09T00:48:54.087Z | slp 0.020398908 |
2253 | 2023-10-09T00:48:54.095Z | lat 0.004034594 |
2254 | 2023-10-09T00:48:54.101Z | stop 0.000222612 |
2255 | 2023-10-09T00:48:54.108Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2256 | 2023-10-09T00:48:55.208Z | Finished release [optimized] target(s) in 1.11s |
2257 | 2023-10-09T00:48:55.237Z | Running `target/release/omicron-package -t recovery package` |
2258 | 2023-10-09T00:48:55.293Z | Oct 09 00:48:55.280 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2259 | 2023-10-09T00:48:56.291Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2260 | 2023-10-09T00:49:00.157Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2261 | 2023-10-09T00:49:32.909Z | Finished release [optimized] target(s) in 37.54s |
2262 | 2023-10-09T00:49:55.945Z | |
2263 | 2023-10-09T00:49:55.950Z | real 1:01.915256987 |
2264 | 2023-10-09T00:49:55.959Z | user 2:35.306527532 |
2265 | 2023-10-09T00:49:55.967Z | sys 13.539718637 |
2266 | 2023-10-09T00:49:55.982Z | trap 0.077187423 |
2267 | 2023-10-09T00:49:55.994Z | tflt 0.155333488 |
2268 | 2023-10-09T00:49:56.009Z | dflt 0.757695022 |
2269 | 2023-10-09T00:49:56.025Z | kflt 0.000000000 |
2270 | 2023-10-09T00:49:56.034Z | lock 13:54.115363708 |
2271 | 2023-10-09T00:49:56.051Z | slp 2:45.666992601 |
2272 | 2023-10-09T00:49:56.471Z | lat 2.053586712 |
2273 | 2023-10-09T00:49:56.481Z | stop 0.208444341 |
2274 | 2023-10-09T00:49:56.497Z | + stamp_packages installinator maghemite |
2275 | 2023-10-09T00:49:56.527Z | + for package in "$@" |
2276 | 2023-10-09T00:49:56.536Z | + [[ installinator == maghemite ]] |
2277 | 2023-10-09T00:49:56.982Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gitb474a8fd4c0 |
2278 | 2023-10-09T00:49:57.064Z | Finished release [optimized] target(s) in 1.05s |
2279 | 2023-10-09T00:49:57.091Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gitb474a8fd4c0` |
2280 | 2023-10-09T00:49:57.140Z | Oct 09 00:49:57.131 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2281 | 2023-10-09T00:49:57.246Z | Created: out/versioned/installinator.tar |
2282 | 2023-10-09T00:49:57.249Z | + for package in "$@" |
2283 | 2023-10-09T00:49:57.252Z | + [[ maghemite == maghemite ]] |
2284 | 2023-10-09T00:49:57.255Z | + echo 0.0.0 |
2285 | 2023-10-09T00:49:57.257Z | + tar rvf out/maghemite.tar VERSION |
2286 | 2023-10-09T00:49:57.260Z | a VERSION 1K |
2287 | 2023-10-09T00:49:57.263Z | + rm VERSION |
2288 | 2023-10-09T00:49:57.266Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0 |
2289 | 2023-10-09T00:49:58.372Z | Finished release [optimized] target(s) in 1.03s |
2290 | 2023-10-09T00:49:58.399Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0` |
2291 | 2023-10-09T00:49:58.439Z | Oct 09 00:49:58.435 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2292 | 2023-10-09T00:49:58.652Z | Created: out/versioned/maghemite.tar |
2293 | 2023-10-09T00:49:58.661Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2294 | 2023-10-09T00:49:58.667Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2295 | 2023-10-09T00:49:58.676Z | ++ cd -- ./tools |
2296 | 2023-10-09T00:49:58.684Z | ++ pwd |
2297 | 2023-10-09T00:49:58.696Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2298 | 2023-10-09T00:49:58.706Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2299 | 2023-10-09T00:49:58.713Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2300 | 2023-10-09T00:49:58.718Z | ++ readlink -f /work |
2301 | 2023-10-09T00:49:58.722Z | + out_dir=/work |
2302 | 2023-10-09T00:49:58.726Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2303 | 2023-10-09T00:49:58.738Z | + for dep in "${deps[@]}" |
2304 | 2023-10-09T00:49:59.162Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2305 | 2023-10-09T00:49:59.176Z | + for dep in "${deps[@]}" |
2306 | 2023-10-09T00:49:59.202Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2307 | 2023-10-09T00:49:59.241Z | ++ mktemp -d |
2308 | 2023-10-09T00:49:59.668Z | + tmp_trampoline=/tmp/tmp.xwaiui |
2309 | 2023-10-09T00:49:59.671Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2310 | 2023-10-09T00:49:59.674Z | + echo '{"v":"1","t":"layer"}' |
2311 | 2023-10-09T00:49:59.676Z | + pkg_dir=/tmp/tmp.xwaiui/root/opt/oxide/installinator |
2312 | 2023-10-09T00:49:59.679Z | + mkdir -p /tmp/tmp.xwaiui/root/opt/oxide/installinator |
2313 | 2023-10-09T00:49:59.686Z | + cd /tmp/tmp.xwaiui/root/opt/oxide/installinator |
2314 | 2023-10-09T00:49:59.689Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2315 | 2023-10-09T00:49:59.692Z | x ., 0 bytes, 0 tape blocks |
2316 | 2023-10-09T00:49:59.694Z | x installinator, 47847024 bytes, 93452 tape blocks |
2317 | 2023-10-09T00:49:59.697Z | x pkg, 0 bytes, 0 tape blocks |
2318 | 2023-10-09T00:49:59.700Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2319 | 2023-10-09T00:49:59.703Z | x VERSION, 25 bytes, 1 tape blocks |
2320 | 2023-10-09T00:49:59.708Z | + mkdir -p /tmp/tmp.xwaiui/root/lib/svc/manifest/site/ |
2321 | 2023-10-09T00:49:59.714Z | + mv pkg/manifest.xml /tmp/tmp.xwaiui/root/lib/svc/manifest/site/installinator.xml |
2322 | 2023-10-09T00:49:59.718Z | + cd - |
2323 | 2023-10-09T00:49:59.723Z | /work/oxidecomputer/omicron |
2324 | 2023-10-09T00:49:59.728Z | + pkg_dir=/tmp/tmp.xwaiui/root/opt/oxide/mg-ddm |
2325 | 2023-10-09T00:49:59.734Z | + mkdir -p /tmp/tmp.xwaiui/root/opt/oxide/mg-ddm |
2326 | 2023-10-09T00:49:59.741Z | + cd /tmp/tmp.xwaiui/root/opt/oxide/mg-ddm |
2327 | 2023-10-09T00:49:59.747Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2328 | 2023-10-09T00:49:59.756Z | x ., 0 bytes, 0 tape blocks |
2329 | 2023-10-09T00:50:00.182Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2330 | 2023-10-09T00:50:00.209Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2331 | 2023-10-09T00:50:00.219Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2023-10-09T00:50:00.230Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2333 | 2023-10-09T00:50:00.240Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2334 | 2023-10-09T00:50:00.256Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2335 | 2023-10-09T00:50:00.273Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2023-10-09T00:50:00.291Z | + cd - |
2337 | 2023-10-09T00:50:00.303Z | /work/oxidecomputer/omicron |
2338 | 2023-10-09T00:50:00.316Z | + cd /tmp/tmp.xwaiui |
2339 | 2023-10-09T00:50:00.332Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2340 | 2023-10-09T00:50:05.220Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2341 | 2023-10-09T00:50:05.230Z | a oxide.json 1K |
2342 | 2023-10-09T00:50:05.234Z | a root/ 0K |
2343 | 2023-10-09T00:50:05.238Z | a root/opt/ 0K |
2344 | 2023-10-09T00:50:05.242Z | a root/opt/oxide/ 0K |
2345 | 2023-10-09T00:50:05.246Z | a root/opt/oxide/installinator/ 0K |
2346 | 2023-10-09T00:50:05.250Z | a root/opt/oxide/installinator/installinator 46726K |
2347 | 2023-10-09T00:50:05.255Z | a root/opt/oxide/installinator/pkg/ 0K |
2348 | 2023-10-09T00:50:05.260Z | a root/opt/oxide/installinator/VERSION 1K |
2349 | 2023-10-09T00:50:05.264Z | a root/opt/oxide/mg-ddm/ 0K |
2350 | 2023-10-09T00:50:05.268Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2351 | 2023-10-09T00:50:05.273Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2352 | 2023-10-09T00:50:05.278Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2353 | 2023-10-09T00:50:05.282Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2354 | 2023-10-09T00:50:05.288Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2355 | 2023-10-09T00:50:05.297Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2356 | 2023-10-09T00:50:05.302Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2357 | 2023-10-09T00:50:05.316Z | a root/lib/ 0K |
2358 | 2023-10-09T00:50:05.328Z | a root/lib/svc/ 0K |
2359 | 2023-10-09T00:50:05.341Z | a root/lib/svc/manifest/ 0K |
2360 | 2023-10-09T00:50:05.352Z | a root/lib/svc/manifest/site/ 0K |
2361 | 2023-10-09T00:50:05.367Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2362 | 2023-10-09T00:50:05.383Z | + cd / |
2363 | 2023-10-09T00:50:05.402Z | + rm -rf /tmp/tmp.xwaiui |
2364 | 2023-10-09T00:50:05.419Z | |
2365 | 2023-10-09T00:50:05.435Z | real 6.579013988 |
2366 | 2023-10-09T00:50:05.453Z | user 6.121469069 |
2367 | 2023-10-09T00:50:05.468Z | sys 0.487620256 |
2368 | 2023-10-09T00:50:05.486Z | trap 0.001946281 |
2369 | 2023-10-09T00:50:05.504Z | tflt 0.000000000 |
2370 | 2023-10-09T00:50:05.520Z | dflt 0.000000000 |
2371 | 2023-10-09T00:50:05.537Z | kflt 0.000000000 |
2372 | 2023-10-09T00:50:05.964Z | lock 0.000000000 |
2373 | 2023-10-09T00:50:05.978Z | slp 12.688388235 |
2374 | 2023-10-09T00:50:05.995Z | lat 0.230068619 |
2375 | 2023-10-09T00:50:06.011Z | stop 0.000328126 |
2376 | 2023-10-09T00:50:06.027Z | process exited: duration 2335144 ms, exit code 0 |
|
2377 | 2023-10-09T00:50:06.055Z | found 21 output files |
2378 | 2023-10-09T00:50:06.060Z | uploading: /work/version.txt (26 bytes) |
2379 | 2023-10-09T00:50:07.081Z | uploaded: /work/version.txt |
2380 | 2023-10-09T00:50:07.095Z | uploading: /work/package.tar.gz (83102324 bytes) |
2381 | 2023-10-09T00:50:24.686Z | uploaded: /work/package.tar.gz |
2382 | 2023-10-09T00:50:25.122Z | uploading: /work/global-zone-packages.tar.gz (124941388 bytes) |
2383 | 2023-10-09T00:51:08.414Z | uploaded: /work/global-zone-packages.tar.gz |
2384 | 2023-10-09T00:51:08.800Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38569046 bytes) |
2385 | 2023-10-09T00:51:20.458Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2386 | 2023-10-09T00:51:20.548Z | uploading: /work/zones/clickhouse.tar.gz (180678470 bytes) |
2387 | 2023-10-09T00:52:07.803Z | uploaded: /work/zones/clickhouse.tar.gz |
2388 | 2023-10-09T00:52:07.826Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180679838 bytes) |
2389 | 2023-10-09T00:52:47.639Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2390 | 2023-10-09T00:52:48.072Z | uploading: /work/zones/cockroachdb.tar.gz (117743688 bytes) |
2391 | 2023-10-09T00:53:22.068Z | uploaded: /work/zones/cockroachdb.tar.gz |
2392 | 2023-10-09T00:53:22.183Z | uploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes) |
2393 | 2023-10-09T00:53:27.387Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2394 | 2023-10-09T00:53:27.399Z | uploading: /work/zones/crucible.tar.gz (42773158 bytes) |
2395 | 2023-10-09T00:53:37.060Z | uploaded: /work/zones/crucible.tar.gz |
2396 | 2023-10-09T00:53:37.131Z | uploading: /work/zones/external-dns.tar.gz (22037471 bytes) |
2397 | 2023-10-09T00:53:47.033Z | uploaded: /work/zones/external-dns.tar.gz |
2398 | 2023-10-09T00:53:47.070Z | uploading: /work/zones/internal-dns.tar.gz (22037470 bytes) |
2399 | 2023-10-09T00:53:55.434Z | uploaded: /work/zones/internal-dns.tar.gz |
2400 | 2023-10-09T00:53:55.438Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2401 | 2023-10-09T00:53:56.450Z | uploaded: /work/zones/ntp.tar.gz |
2402 | 2023-10-09T00:53:56.460Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15770490 bytes) |
2403 | 2023-10-09T00:54:04.917Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2404 | 2023-10-09T00:54:04.929Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15769676 bytes) |
2405 | 2023-10-09T00:54:11.702Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2406 | 2023-10-09T00:54:11.766Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (68084884 bytes) |
2407 | 2023-10-09T00:54:54.457Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2408 | 2023-10-09T00:54:54.595Z | uploading: /work/zones/omicron-nexus.tar.gz (68083083 bytes) |
2409 | 2023-10-09T00:55:16.662Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2410 | 2023-10-09T00:55:16.667Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2411 | 2023-10-09T00:55:17.700Z | uploaded: /work/zones/overlay.tar.gz |
2412 | 2023-10-09T00:55:18.538Z | uploading: /work/zones/oximeter-collector.tar.gz (17996579 bytes) |
2413 | 2023-10-09T00:55:23.627Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2414 | 2023-10-09T00:55:23.710Z | uploading: /work/zones/propolis-server.tar.gz (65856629 bytes) |
2415 | 2023-10-09T00:55:47.697Z | uploaded: /work/zones/propolis-server.tar.gz |
2416 | 2023-10-09T00:55:47.723Z | uploading: /work/zones/switch-asic.tar.gz (219062511 bytes) |
2417 | 2023-10-09T00:57:40.877Z | uploaded: /work/zones/switch-asic.tar.gz |
2418 | 2023-10-09T00:57:41.545Z | uploading: /work/zones/switch-softnpu.tar.gz (141472057 bytes) |
2419 | 2023-10-09T00:59:00.786Z | uploaded: /work/zones/switch-softnpu.tar.gz |