|
|
|
1 | 2023-10-05T01:47:31.231Z | job assigned to worker 01HBYR66K55WVG8HG6NMD5273N (queued for 30 m 13 s) |
|
2 | 2023-10-05T01:47:31.830Z | starting task 0: "setup" |
3 | 2023-10-05T01:47:32.042Z | ++ uname -s |
4 | 2023-10-05T01:47:32.063Z | + kern=SunOS |
5 | 2023-10-05T01:47:32.083Z | + case "$kern" in |
6 | 2023-10-05T01:47:32.100Z | + groupadd -g 12345 build |
7 | 2023-10-05T01:47:32.113Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-05T01:47:37.068Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-05T01:47:37.869Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-05T01:47:38.768Z | + home_fs=zfs |
11 | 2023-10-05T01:47:42.006Z | + [[ zfs == autofs ]] |
12 | 2023-10-05T01:47:46.390Z | + mkdir -p /home/build |
13 | 2023-10-05T01:48:06.005Z | + chown build:build /home/build /work |
14 | 2023-10-05T01:48:06.673Z | + chmod 0700 /home/build /work |
15 | 2023-10-05T01:48:07.316Z | process exited: duration 4328 ms, exit code 0 |
|
16 | 2023-10-05T01:48:07.727Z | starting task 1: "rust-toolchain" |
17 | 2023-10-05T01:48:08.162Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-05T01:48:08.489Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-05T01:48:08.974Z | info: downloading installer |
20 | 2023-10-05T01:48:10.941Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-05T01:48:10.990Z | warning: /opt/ooce/bin |
22 | 2023-10-05T01:48:11.018Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-05T01:48:11.083Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-05T01:48:11.164Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-05T01:48:11.291Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-05T01:48:11.383Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-05T01:48:11.458Z | error: cannot install while Rust is installed |
28 | 2023-10-05T01:48:11.938Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-05T01:48:12.783Z | info: profile set to 'default' |
30 | 2023-10-05T01:48:12.902Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-05T01:48:12.973Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-05T01:48:12.993Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-05T01:48:13.019Z | info: downloading component 'cargo' |
34 | 2023-10-05T01:48:13.033Z | info: downloading component 'clippy' |
35 | 2023-10-05T01:48:13.046Z | info: downloading component 'rust-docs' |
36 | 2023-10-05T01:48:13.441Z | info: downloading component 'rust-std' |
37 | 2023-10-05T01:48:15.544Z | info: downloading component 'rustc' |
38 | 2023-10-05T01:48:20.988Z | info: downloading component 'rustfmt' |
39 | 2023-10-05T01:48:21.142Z | info: installing component 'cargo' |
40 | 2023-10-05T01:48:23.509Z | info: installing component 'clippy' |
41 | 2023-10-05T01:48:27.980Z | info: installing component 'rust-docs' |
42 | 2023-10-05T01:48:49.956Z | info: installing component 'rust-std' |
43 | 2023-10-05T01:48:50.411Z | info: installing component 'rustc' |
44 | 2023-10-05T01:48:50.448Z | info: installing component 'rustfmt' |
45 | 2023-10-05T01:48:50.477Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-05T01:48:50.499Z | |
47 | 2023-10-05T01:48:50.602Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-05T01:48:50.622Z | |
49 | 2023-10-05T01:48:50.633Z | |
50 | 2023-10-05T01:48:50.642Z | Rust is installed now. Great! |
51 | 2023-10-05T01:48:50.654Z | |
52 | 2023-10-05T01:48:50.665Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-05T01:48:50.681Z | environment variable. This has not been done automatically. |
54 | 2023-10-05T01:48:50.702Z | |
55 | 2023-10-05T01:48:50.746Z | To configure your current shell, run: |
56 | 2023-10-05T01:48:50.781Z | source "$HOME/.cargo/env" |
57 | 2023-10-05T01:48:52.084Z | + rustc --version |
58 | 2023-10-05T01:48:52.547Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-05T01:48:52.561Z | process exited: duration 33074 ms, exit code 0 |
|
60 | 2023-10-05T01:48:53.878Z | starting task 2: "authentication" |
61 | 2023-10-05T01:48:53.940Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-05T01:49:33.470Z | process exited: duration 39579 ms, exit code 0 |
|
63 | 2023-10-05T01:49:33.496Z | starting task 3: "clone repository" |
64 | 2023-10-05T01:49:33.515Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-05T01:49:33.519Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-05T01:49:33.609Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-05T01:49:39.344Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-05T01:49:39.364Z | + [[ -n dependabot/cargo/syn-2.0.37 ]] |
69 | 2023-10-05T01:49:39.381Z | + git fetch origin dependabot/cargo/syn-2.0.37 |
70 | 2023-10-05T01:49:39.705Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-05T01:49:39.713Z | * branch dependabot/cargo/syn-2.0.37 -> FETCH_HEAD |
72 | 2023-10-05T01:49:39.736Z | + git checkout -B dependabot/cargo/syn-2.0.37 remotes/origin/dependabot/cargo/syn-2.0.37 |
73 | 2023-10-05T01:49:39.775Z | Switched to a new branch 'dependabot/cargo/syn-2.0.37' |
74 | 2023-10-05T01:49:39.782Z | branch 'dependabot/cargo/syn-2.0.37' set up to track 'origin/dependabot/cargo/syn-2.0.37'. |
75 | 2023-10-05T01:49:39.798Z | + git reset --hard 9498059e6408e2349c925ffad8b8a734727a3e87 |
76 | 2023-10-05T01:49:39.805Z | HEAD is now at 9498059e Bump syn from 2.0.32 to 2.0.37 |
77 | 2023-10-05T01:49:39.815Z | process exited: duration 6282 ms, exit code 0 |
|
78 | 2023-10-05T01:49:40.281Z | starting task 4: "build" |
79 | 2023-10-05T01:49:40.718Z | + cargo --version |
80 | 2023-10-05T01:49:40.725Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-05T01:49:41.159Z | + rustc --version |
82 | 2023-10-05T01:49:41.178Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-05T01:49:41.193Z | ++ git rev-parse HEAD |
84 | 2023-10-05T01:49:41.210Z | + COMMIT=9498059e6408e2349c925ffad8b8a734727a3e87 |
85 | 2023-10-05T01:49:41.637Z | + VERSION=1.0.2-0.ci+git9498059e640 |
86 | 2023-10-05T01:49:41.645Z | + echo 1.0.2-0.ci+git9498059e640 |
87 | 2023-10-05T01:49:41.648Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2023-10-05T01:49:48.125Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2023-10-05T01:49:48.681Z | Startup: Caching catalogs ... Done |
90 | 2023-10-05T01:49:51.426Z | Planning: Solver setup ... Done (2.537s) |
91 | 2023-10-05T01:49:51.588Z | Planning: Running solver ... Done (0.163s) |
92 | 2023-10-05T01:49:51.620Z | Planning: Finding local manifests ... Done (0.003s) |
93 | 2023-10-05T01:49:51.638Z | Planning: Fetching manifests: 0/4 0% complete |
94 | 2023-10-05T01:49:51.876Z | Planning: Fetching manifests: 4/4 100% complete |
95 | 2023-10-05T01:49:51.942Z | Planning: Package planning ... Done (0.082s) |
96 | 2023-10-05T01:49:52.034Z | Planning: Merging actions ... Done (0.086s) |
97 | 2023-10-05T01:49:52.706Z | Planning: Checking for conflicting actions ... Done (0.672s) |
98 | 2023-10-05T01:49:52.742Z | Planning: Consolidating action changes ... Done (0.017s) |
99 | 2023-10-05T01:49:57.212Z | Planning: Evaluating mediators ... Done (4.471s) |
100 | 2023-10-05T01:49:57.252Z | Planning: Planning completed in 8.47 seconds |
101 | 2023-10-05T01:49:57.281Z | Packages to install: 4 |
102 | 2023-10-05T01:49:57.294Z | Mediators to change: 2 |
103 | 2023-10-05T01:49:57.717Z | Services to change: 1 |
104 | 2023-10-05T01:49:57.743Z | Estimated space available: 149.39 GB |
105 | 2023-10-05T01:49:57.763Z | Estimated space to be consumed: 1.35 GB |
106 | 2023-10-05T01:49:57.803Z | Create boot environment: No |
107 | 2023-10-05T01:49:58.651Z | Create backup boot environment: No |
108 | 2023-10-05T01:49:58.672Z | Rebuild boot archive: No |
109 | 2023-10-05T01:49:58.695Z | |
110 | 2023-10-05T01:49:58.729Z | Changed mediators: |
111 | 2023-10-05T01:49:58.749Z | mediator clang: |
112 | 2023-10-05T01:49:58.768Z | version: None -> 15 (system default) |
113 | 2023-10-05T01:49:58.786Z | |
114 | 2023-10-05T01:49:58.808Z | mediator llvm: |
115 | 2023-10-05T01:49:58.845Z | version: 14 (system default) -> 15 (system default) |
116 | 2023-10-05T01:49:58.868Z | |
117 | 2023-10-05T01:49:58.888Z | Changed packages: |
118 | 2023-10-05T01:49:58.910Z | helios-dev |
119 | 2023-10-05T01:49:58.936Z | developer/build-essential |
120 | 2023-10-05T01:49:58.963Z | None -> 11-2.0 |
121 | 2023-10-05T01:49:59.395Z | library/libxmlsec1 |
122 | 2023-10-05T01:49:59.406Z | None -> 1.2.35-2.0 |
123 | 2023-10-05T01:49:59.415Z | ooce/developer/clang-15 |
124 | 2023-10-05T01:49:59.431Z | None -> 15.0.7-2.0 |
125 | 2023-10-05T01:49:59.459Z | ooce/developer/llvm-15 |
126 | 2023-10-05T01:49:59.888Z | None -> 15.0.7-2.0 |
127 | 2023-10-05T01:49:59.910Z | |
128 | 2023-10-05T01:49:59.933Z | Services: |
129 | 2023-10-05T01:49:59.963Z | restart_fmri: |
130 | 2023-10-05T01:49:59.994Z | svc:/system/update-man-index:default |
131 | 2023-10-05T01:50:00.435Z | |
132 | 2023-10-05T01:50:00.454Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
133 | 2023-10-05T01:50:02.865Z | Download: 902/3290 items 18.7/212.6MB 8% complete (3.8M/s) |
134 | 2023-10-05T01:50:07.453Z | Download: 1213/3290 items 85.1/212.6MB 40% complete (8.5M/s) |
135 | 2023-10-05T01:50:12.489Z | Download: 1354/3290 items 114.7/212.6MB 53% complete (9.7M/s) |
136 | 2023-10-05T01:50:17.484Z | Download: 1755/3290 items 115.9/212.6MB 54% complete (3.1M/s) |
137 | 2023-10-05T01:50:32.634Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
138 | 2023-10-05T01:50:37.632Z | Download: 2806/3290 items 121.0/212.6MB 56% complete (374k/s) |
139 | 2023-10-05T01:50:42.997Z | Download: 3245/3290 items 202.8/212.6MB 95% complete (9.0M/s) |
140 | 2023-10-05T01:50:47.348Z | Download: 3255/3290 items 204.3/212.6MB 96% complete (8.3M/s) |
141 | 2023-10-05T01:50:53.326Z | Download: 3286/3290 items 211.7/212.6MB 99% complete (5.0M/s) |
142 | 2023-10-05T01:50:53.423Z | Download: Completed 212.60 MB in 56.46 seconds (3.8M/s) |
143 | 2023-10-05T01:50:53.671Z | Actions: 1/3687 actions (Installing new actions) |
144 | 2023-10-05T01:50:58.649Z | Actions: 3069/3687 actions (Installing new actions) |
145 | 2023-10-05T01:51:02.277Z | Actions: Completed 3687 actions in 8.24 seconds. |
146 | 2023-10-05T01:51:02.716Z | Done (0.053s) |
147 | 2023-10-05T01:51:02.732Z | Done (0.000s) |
148 | 2023-10-05T01:51:02.741Z | Done (0.136s) |
149 | 2023-10-05T01:51:09.736Z | Done (7.549s) |
150 | 2023-10-05T01:51:10.030Z | Done (0.200s) |
151 | 2023-10-05T01:51:10.047Z | Done (0.000s) |
152 | 2023-10-05T01:51:10.246Z | Done (0.000s) |
153 | 2023-10-05T01:51:10.890Z | Planning: Evaluating mediator changes ... Done |
154 | 2023-10-05T01:51:11.181Z | Planning: Checking for conflicting actions ... Done |
155 | 2023-10-05T01:51:11.206Z | Planning: Consolidating action changes ... Done |
156 | 2023-10-05T01:51:12.043Z | Planning: Evaluating mediators ... Done |
157 | 2023-10-05T01:51:12.071Z | Planning: Planning completed in 0.71 seconds |
158 | 2023-10-05T01:51:12.628Z | Mediators to change: 2 |
159 | 2023-10-05T01:51:12.667Z | Create boot environment: No |
160 | 2023-10-05T01:51:12.741Z | Create backup boot environment: No |
161 | 2023-10-05T01:51:12.792Z | Done |
162 | 2023-10-05T01:51:12.827Z | Done |
163 | 2023-10-05T01:51:12.843Z | Done |
164 | 2023-10-05T01:51:18.213Z | Done |
165 | 2023-10-05T01:51:18.350Z | Done |
166 | 2023-10-05T01:51:18.592Z | Done |
167 | 2023-10-05T01:51:18.633Z | Done |
168 | 2023-10-05T01:51:18.857Z | Planning: Evaluating mediator changes ... Done |
169 | 2023-10-05T01:51:18.860Z | Planning: Merging actions ... Done |
170 | 2023-10-05T01:51:19.190Z | Planning: Checking for conflicting actions ... Done |
171 | 2023-10-05T01:51:19.198Z | Planning: Consolidating action changes ... Done |
172 | 2023-10-05T01:51:19.660Z | Planning: Evaluating mediators ... Done |
173 | 2023-10-05T01:51:20.121Z | Planning: Planning completed in 1.29 seconds |
174 | 2023-10-05T01:51:21.025Z | Packages to change: 1 |
175 | 2023-10-05T01:51:21.032Z | Mediators to change: 1 |
176 | 2023-10-05T01:51:21.047Z | Services to change: 1 |
177 | 2023-10-05T01:51:21.051Z | Create boot environment: No |
178 | 2023-10-05T01:51:21.054Z | Create backup boot environment: Yes |
179 | 2023-10-05T01:51:21.801Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2023-10-05T01:51:21.805Z | Actions: Completed 6 actions in 0.00 seconds. |
181 | 2023-10-05T01:51:21.862Z | Done |
182 | 2023-10-05T01:51:21.882Z | Done |
183 | 2023-10-05T01:51:21.903Z | Done |
184 | 2023-10-05T01:51:32.221Z | Done |
185 | 2023-10-05T01:51:32.552Z | Done |
186 | 2023-10-05T01:51:33.320Z | Done |
187 | 2023-10-05T01:51:33.364Z | Done |
188 | 2023-10-05T01:51:33.811Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2023-10-05T01:51:34.141Z | clang system 15 system |
190 | 2023-10-05T01:51:34.350Z | csh system system illumos |
191 | 2023-10-05T01:51:34.767Z | ctags system system illumos |
192 | 2023-10-05T01:51:35.049Z | gcc vendor 12 vendor |
193 | 2023-10-05T01:51:35.282Z | gcc system 10 system |
194 | 2023-10-05T01:51:35.498Z | gcc system 7 system |
195 | 2023-10-05T01:51:35.914Z | go system 1.20 system |
196 | 2023-10-05T01:51:36.294Z | go system 1.19 system |
197 | 2023-10-05T01:51:36.386Z | llvm system 15 system |
198 | 2023-10-05T01:51:36.440Z | llvm system 14 system |
199 | 2023-10-05T01:51:36.595Z | mariadb system 10.6 system |
200 | 2023-10-05T01:51:36.761Z | mta vendor vendor dma |
201 | 2023-10-05T01:51:36.878Z | openjdk system 17 system |
202 | 2023-10-05T01:51:37.220Z | openjdk system 11 system |
203 | 2023-10-05T01:51:37.331Z | openjdk system 1.8 system |
204 | 2023-10-05T01:51:37.579Z | openssl vendor 3 vendor |
205 | 2023-10-05T01:51:37.638Z | perl system 5.36 system |
206 | 2023-10-05T01:51:37.659Z | postgresql system 15 system |
207 | 2023-10-05T01:51:37.703Z | postgresql system 13 system |
208 | 2023-10-05T01:51:37.724Z | python vendor 3 vendor |
209 | 2023-10-05T01:51:37.760Z | python system 2 system |
210 | 2023-10-05T01:51:37.779Z | python3 system 3.11 system |
211 | 2023-10-05T01:51:37.862Z | ruby system 3.0 system |
212 | 2023-10-05T01:51:38.358Z | words vendor vendor american-english |
213 | 2023-10-05T01:51:38.404Z | words system system australian-english |
214 | 2023-10-05T01:51:38.444Z | words system system british-english |
215 | 2023-10-05T01:51:38.475Z | words system system canadian-english |
216 | 2023-10-05T01:51:38.510Z | words system system french |
217 | 2023-10-05T01:51:38.577Z | words system system italian |
218 | 2023-10-05T01:51:38.687Z | words system system ngerman |
219 | 2023-10-05T01:51:38.761Z | words system system ogerman |
220 | 2023-10-05T01:51:38.964Z | words system system spanish |
221 | 2023-10-05T01:51:47.894Z | FMRI IFO |
222 | 2023-10-05T01:51:48.059Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2023-10-05T01:51:48.418Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2023-10-05T01:51:48.739Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2023-10-05T01:51:49.299Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
226 | 2023-10-05T01:51:49.602Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2023-10-05T01:51:49.718Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
228 | 2023-10-05T01:51:50.206Z | + set -o errexit |
229 | 2023-10-05T01:51:50.404Z | +++ dirname ./tools/ci_download_cockroachdb |
230 | 2023-10-05T01:51:50.577Z | ++ cd ./tools |
231 | 2023-10-05T01:51:50.743Z | ++ pwd |
232 | 2023-10-05T01:51:50.883Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
233 | 2023-10-05T01:51:51.328Z | ++ basename ./tools/ci_download_cockroachdb |
234 | 2023-10-05T01:51:51.349Z | + ARG0=ci_download_cockroachdb |
235 | 2023-10-05T01:51:52.197Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
236 | 2023-10-05T01:51:52.226Z | + CIDL_VERSION=v22.1.9 |
237 | 2023-10-05T01:51:52.248Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
238 | 2023-10-05T01:51:52.271Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
239 | 2023-10-05T01:51:52.701Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
240 | 2023-10-05T01:51:52.720Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
241 | 2023-10-05T01:51:53.144Z | + TARGET_DIR=out |
242 | 2023-10-05T01:51:53.165Z | + DOWNLOAD_DIR=out/downloads |
243 | 2023-10-05T01:51:53.427Z | + DEST_DIR=./out/cockroachdb |
244 | 2023-10-05T01:51:53.444Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
245 | 2023-10-05T01:51:53.462Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
246 | 2023-10-05T01:51:53.474Z | + main |
247 | 2023-10-05T01:51:53.490Z | + [[ 0 != 0 ]] |
248 | 2023-10-05T01:51:53.942Z | + CIDL_OS=solaris2.11 |
249 | 2023-10-05T01:51:53.960Z | current directory: /work/oxidecomputer/omicron |
250 | 2023-10-05T01:51:53.986Z | + [[ 0 != 0 ]] |
251 | 2023-10-05T01:51:54.007Z | configuring based on OS: "solaris2.11" |
252 | 2023-10-05T01:51:54.051Z | + configure_os solaris2.11 |
253 | 2023-10-05T01:51:54.079Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-05T01:51:54.189Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2023-10-05T01:51:54.265Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-05T01:51:54.287Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2023-10-05T01:51:54.319Z | Downloading... |
258 | 2023-10-05T01:51:54.347Z | + case "$1" in |
259 | 2023-10-05T01:51:54.388Z | + CIDL_BUILD=illumos |
260 | 2023-10-05T01:51:54.846Z | + CIDL_SUFFIX=tar.gz |
261 | 2023-10-05T01:51:59.187Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-10-05T01:51:59.682Z | + CIDL_MD5FUNC=do_md5sum |
263 | 2023-10-05T01:51:59.864Z | + CIDL_URL_BASE=https://illumos.org/downloads |
264 | 2023-10-05T01:51:59.901Z | + CIDL_ASSEMBLE=do_assemble_illumos |
265 | 2023-10-05T01:52:00.429Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
266 | 2023-10-05T01:52:00.979Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-05T01:52:01.116Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-05T01:52:01.576Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
269 | 2023-10-05T01:52:02.036Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-05T01:52:02.077Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-10-05T01:52:02.093Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-10-05T01:52:02.114Z | + mkdir -p out/downloads |
273 | 2023-10-05T01:52:02.129Z | + mkdir -p ./out/cockroachdb |
274 | 2023-10-05T01:52:02.579Z | + local DO_DOWNLOAD=true |
275 | 2023-10-05T01:52:02.597Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
276 | 2023-10-05T01:52:02.618Z | + '[' true == true ']' |
277 | 2023-10-05T01:52:02.638Z | + echo Downloading... |
278 | 2023-10-05T01:52:03.506Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-05T01:52:03.534Z | + 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 |
280 | 2023-10-05T01:52:03.569Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-05T01:52:04.012Z | ++ md5sum |
282 | 2023-10-05T01:52:04.031Z | ++ awk '{print $1}' |
283 | 2023-10-05T01:52:04.054Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
284 | 2023-10-05T01:52:04.081Z | + [[ 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 ]] |
285 | 2023-10-05T01:52:04.118Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-05T01:52:04.152Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
287 | 2023-10-05T01:52:04.575Z | Build Tag: v22.1.9-dirty |
288 | 2023-10-05T01:52:04.602Z | + do_assemble_illumos |
289 | 2023-10-05T01:52:04.636Z | Build Time: 2022/10/26 21:17:46 |
290 | 2023-10-05T01:52:04.656Z | + rm -r ./out/cockroachdb |
291 | 2023-10-05T01:52:04.676Z | Distribution: OSS |
292 | 2023-10-05T01:52:04.725Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2023-10-05T01:52:05.172Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
294 | 2023-10-05T01:52:06.841Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2023-10-05T01:52:06.865Z | Go Version: go1.17.13 |
296 | 2023-10-05T01:52:06.883Z | + set -o errexit |
297 | 2023-10-05T01:52:06.900Z | C Compiler: gcc 10.3.0 |
298 | 2023-10-05T01:52:06.912Z | +++ dirname ./tools/ci_download_clickhouse |
299 | 2023-10-05T01:52:06.924Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2023-10-05T01:52:06.970Z | ++ cd ./tools |
301 | 2023-10-05T01:52:06.983Z | Build Type: release |
302 | 2023-10-05T01:52:07.009Z | ++ pwd |
303 | 2023-10-05T01:52:07.021Z | current directory: /work/oxidecomputer/omicron |
304 | 2023-10-05T01:52:07.035Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
305 | 2023-10-05T01:52:07.058Z | configuring based on OS: "solaris2.11" |
306 | 2023-10-05T01:52:07.071Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2023-10-05T01:52:07.082Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
308 | 2023-10-05T01:52:07.098Z | + ARG0=ci_download_clickhouse |
309 | 2023-10-05T01:52:07.113Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
310 | 2023-10-05T01:52:07.129Z | + TARGET_DIR=out |
311 | 2023-10-05T01:52:07.144Z | Downloading... |
312 | 2023-10-05T01:52:07.160Z | + DOWNLOAD_DIR=out/downloads |
313 | 2023-10-05T01:52:07.176Z | ClickHouse server version 22.8.9.1. |
314 | 2023-10-05T01:52:07.192Z | + DEST_DIR=./out/clickhouse |
315 | 2023-10-05T01:52:07.216Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
316 | 2023-10-05T01:52:07.238Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-10-05T01:52:07.265Z | Local file: out/downloads/console.tar.gz |
318 | 2023-10-05T01:52:07.291Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2023-10-05T01:52:07.748Z | Downloading... |
320 | 2023-10-05T01:52:07.784Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-10-05T01:52:07.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
322 | 2023-10-05T01:52:07.863Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2023-10-05T01:52:08.296Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
324 | 2023-10-05T01:52:08.319Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-10-05T01:52:08.326Z | Downloading... |
326 | 2023-10-05T01:52:08.344Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-10-05T01:52:08.359Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
328 | 2023-10-05T01:52:08.378Z | + main |
329 | 2023-10-05T01:52:08.391Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
330 | 2023-10-05T01:52:08.404Z | + [[ 0 != 0 ]] |
331 | 2023-10-05T01:52:08.417Z | Downloading... |
332 | 2023-10-05T01:52:08.446Z | + CIDL_OS=solaris2.11 |
333 | 2023-10-05T01:52:08.460Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-10-05T01:52:08.489Z | + [[ 0 != 0 ]] |
335 | 2023-10-05T01:52:08.502Z | configuring based on OS: "solaris2.11" |
336 | 2023-10-05T01:52:08.521Z | + configure_os solaris2.11 |
337 | 2023-10-05T01:52:08.533Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
338 | 2023-10-05T01:52:08.651Z | + echo 'current directory: /work/oxidecomputer/omicron' |
339 | 2023-10-05T01:52:08.694Z | Local file: out/downloads/dendrite-stub.tar.gz |
340 | 2023-10-05T01:52:08.715Z | + echo 'configuring based on OS: "solaris2.11"' |
341 | 2023-10-05T01:52:08.738Z | Downloading... |
342 | 2023-10-05T01:52:08.760Z | + CIDL_DASHREV= |
343 | 2023-10-05T01:52:08.784Z | + case "$1" in |
344 | 2023-10-05T01:52:09.233Z | + CIDL_PLATFORM=illumos |
345 | 2023-10-05T01:52:09.241Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-10-05T01:52:09.270Z | + CIDL_MD5FUNC=do_md5sum |
347 | 2023-10-05T01:52:09.299Z | + CIDL_DASHREV=-1 |
348 | 2023-10-05T01:52:09.329Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
349 | 2023-10-05T01:52:09.357Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-05T01:52:09.789Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-10-05T01:52:09.799Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-10-05T01:52:09.820Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2023-10-05T01:52:09.827Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-10-05T01:52:09.839Z | + mkdir -p out/downloads |
355 | 2023-10-05T01:52:09.851Z | + mkdir -p ./out/clickhouse |
356 | 2023-10-05T01:52:09.862Z | + local DO_DOWNLOAD=true |
357 | 2023-10-05T01:52:09.889Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-10-05T01:52:09.914Z | + '[' true == true ']' |
359 | 2023-10-05T01:52:09.942Z | + echo Downloading... |
360 | 2023-10-05T01:52:09.965Z | + 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 |
361 | 2023-10-05T01:52:09.980Z | + 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 |
362 | 2023-10-05T01:52:10.407Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-10-05T01:52:10.411Z | ++ md5sum |
364 | 2023-10-05T01:52:10.414Z | ++ awk '{print $1}' |
365 | 2023-10-05T01:52:10.417Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-10-05T01:52:10.420Z | + [[ 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 ]] |
367 | 2023-10-05T01:52:10.424Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2023-10-05T01:52:10.427Z | + mkdir -p ./out/clickhouse |
369 | 2023-10-05T01:52:10.436Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2023-10-05T01:52:10.441Z | + ./out/clickhouse/clickhouse server --version |
371 | 2023-10-05T01:52:10.446Z | + set -o errexit |
372 | 2023-10-05T01:52:10.452Z | +++ dirname ./tools/ci_download_console |
373 | 2023-10-05T01:52:10.456Z | ++ cd ./tools |
374 | 2023-10-05T01:52:10.460Z | ++ pwd |
375 | 2023-10-05T01:52:10.469Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-10-05T01:52:10.475Z | ++ basename ./tools/ci_download_console |
377 | 2023-10-05T01:52:10.483Z | + ARG0=ci_download_console |
378 | 2023-10-05T01:52:10.488Z | + TARGET_DIR=out |
379 | 2023-10-05T01:52:10.497Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-10-05T01:52:10.506Z | + DEST_DIR=./out/console-assets |
381 | 2023-10-05T01:52:10.512Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-10-05T01:52:10.522Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
383 | 2023-10-05T01:52:10.528Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
384 | 2023-10-05T01:52:10.533Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
385 | 2023-10-05T01:52:10.539Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-10-05T01:52:10.543Z | + main |
387 | 2023-10-05T01:52:10.550Z | + [[ 0 != 0 ]] |
388 | 2023-10-05T01:52:10.556Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
389 | 2023-10-05T01:52:10.565Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2023-10-05T01:52:10.576Z | + local DO_DOWNLOAD=true |
391 | 2023-10-05T01:52:10.581Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-10-05T01:52:10.591Z | + mkdir -p out/downloads |
393 | 2023-10-05T01:52:10.602Z | + '[' true == true ']' |
394 | 2023-10-05T01:52:10.619Z | + echo Downloading... |
395 | 2023-10-05T01:52:10.672Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
396 | 2023-10-05T01:52:10.797Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
397 | 2023-10-05T01:52:10.815Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2023-10-05T01:52:10.837Z | ++ case "$OSTYPE" in |
399 | 2023-10-05T01:52:10.861Z | ++ SHA=sha256sum |
400 | 2023-10-05T01:52:10.899Z | ++ sha256sum |
401 | 2023-10-05T01:52:10.916Z | ++ awk '{print $1}' |
402 | 2023-10-05T01:52:10.931Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
403 | 2023-10-05T01:52:10.948Z | + [[ 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 ]] |
404 | 2023-10-05T01:52:10.973Z | + rm -rf ./out/console-assets |
405 | 2023-10-05T01:52:11.406Z | + mkdir -p ./out/console-assets |
406 | 2023-10-05T01:52:11.428Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2023-10-05T01:52:11.459Z | + mkdir -p ./out/console-assets |
408 | 2023-10-05T01:52:11.481Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2023-10-05T01:52:11.495Z | + set -o errexit |
410 | 2023-10-05T01:52:11.514Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2023-10-05T01:52:11.533Z | ++ cd ./tools |
412 | 2023-10-05T01:52:11.549Z | ++ pwd |
413 | 2023-10-05T01:52:11.571Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2023-10-05T01:52:11.590Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2023-10-05T01:52:12.030Z | + ARG0=ci_download_maghemite_openapi |
416 | 2023-10-05T01:52:12.106Z | + TARGET_DIR=out |
417 | 2023-10-05T01:52:12.132Z | + DOWNLOAD_DIR=out/downloads |
418 | 2023-10-05T01:52:12.157Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
419 | 2023-10-05T01:52:12.186Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
420 | 2023-10-05T01:52:12.203Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-05T01:52:12.230Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
422 | 2023-10-05T01:52:12.253Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-05T01:52:12.270Z | + main |
424 | 2023-10-05T01:52:12.283Z | + [[ 0 != 0 ]] |
425 | 2023-10-05T01:52:12.301Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
426 | 2023-10-05T01:52:12.326Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
427 | 2023-10-05T01:52:12.343Z | + local DO_DOWNLOAD=true |
428 | 2023-10-05T01:52:12.367Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
429 | 2023-10-05T01:52:12.389Z | + mkdir -p out/downloads |
430 | 2023-10-05T01:52:12.818Z | + '[' true == true ']' |
431 | 2023-10-05T01:52:13.244Z | + echo Downloading... |
432 | 2023-10-05T01:52:13.257Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
433 | 2023-10-05T01:52:13.270Z | + 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 |
434 | 2023-10-05T01:52:13.286Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
435 | 2023-10-05T01:52:13.308Z | ++ case "$OSTYPE" in |
436 | 2023-10-05T01:52:13.327Z | ++ SHA=sha256sum |
437 | 2023-10-05T01:52:14.590Z | ++ sha256sum |
438 | 2023-10-05T01:52:15.023Z | ++ awk '{print $1}' |
439 | 2023-10-05T01:52:15.039Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-10-05T01:52:15.053Z | + [[ 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 ]] |
441 | 2023-10-05T01:52:15.064Z | + set -o errexit |
442 | 2023-10-05T01:52:15.076Z | +++ dirname ./tools/ci_download_dendrite_openapi |
443 | 2023-10-05T01:52:15.092Z | ++ cd ./tools |
444 | 2023-10-05T01:52:15.100Z | ++ pwd |
445 | 2023-10-05T01:52:15.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
446 | 2023-10-05T01:52:15.126Z | ++ basename ./tools/ci_download_dendrite_openapi |
447 | 2023-10-05T01:52:15.145Z | + ARG0=ci_download_dendrite_openapi |
448 | 2023-10-05T01:52:15.166Z | + TARGET_DIR=out |
449 | 2023-10-05T01:52:15.191Z | + DOWNLOAD_DIR=out/downloads |
450 | 2023-10-05T01:52:15.210Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
451 | 2023-10-05T01:52:15.238Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
452 | 2023-10-05T01:52:15.669Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
453 | 2023-10-05T01:52:16.156Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
454 | 2023-10-05T01:52:16.175Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
455 | 2023-10-05T01:52:16.201Z | + main |
456 | 2023-10-05T01:52:16.222Z | + [[ 0 != 0 ]] |
457 | 2023-10-05T01:52:16.295Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
458 | 2023-10-05T01:52:16.727Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
459 | 2023-10-05T01:52:16.754Z | + local DO_DOWNLOAD=true |
460 | 2023-10-05T01:52:17.182Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
461 | 2023-10-05T01:52:17.191Z | + mkdir -p out/downloads |
462 | 2023-10-05T01:52:17.207Z | + '[' true == true ']' |
463 | 2023-10-05T01:52:17.222Z | + echo Downloading... |
464 | 2023-10-05T01:52:17.652Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
465 | 2023-10-05T01:52:17.675Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
466 | 2023-10-05T01:52:17.694Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
467 | 2023-10-05T01:52:17.717Z | ++ case "$OSTYPE" in |
468 | 2023-10-05T01:52:18.291Z | ++ SHA=sha256sum |
469 | 2023-10-05T01:52:18.308Z | ++ sha256sum |
470 | 2023-10-05T01:52:18.323Z | ++ awk '{print $1}' |
471 | 2023-10-05T01:52:18.343Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
472 | 2023-10-05T01:52:18.357Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
473 | 2023-10-05T01:52:18.370Z | + set -o errexit |
474 | 2023-10-05T01:52:20.426Z | +++ dirname ./tools/ci_download_dendrite_stub |
475 | 2023-10-05T01:52:20.678Z | ++ cd ./tools |
476 | 2023-10-05T01:52:20.922Z | ++ pwd |
477 | 2023-10-05T01:52:21.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-10-05T01:52:21.275Z | ++ basename ./tools/ci_download_dendrite_stub |
479 | 2023-10-05T01:52:21.353Z | + ARG0=ci_download_dendrite_stub |
480 | 2023-10-05T01:52:21.574Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
481 | 2023-10-05T01:52:21.788Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
482 | 2023-10-05T01:52:21.825Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
483 | 2023-10-05T01:52:22.444Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
484 | 2023-10-05T01:52:22.510Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-10-05T01:52:22.601Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
486 | 2023-10-05T01:52:22.720Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
487 | 2023-10-05T01:52:23.255Z | + TARGET_DIR=out |
488 | 2023-10-05T01:52:23.285Z | + DOWNLOAD_DIR=out/downloads |
489 | 2023-10-05T01:52:23.323Z | + DEST_DIR=./out/dendrite-stub |
490 | 2023-10-05T01:52:23.343Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
491 | 2023-10-05T01:52:23.370Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
492 | 2023-10-05T01:52:23.388Z | + REPO=oxidecomputer/dendrite |
493 | 2023-10-05T01:52:23.410Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
494 | 2023-10-05T01:52:23.425Z | + main |
495 | 2023-10-05T01:52:23.457Z | + [[ 0 != 0 ]] |
496 | 2023-10-05T01:52:23.470Z | + CIDL_OS=solaris2.11 |
497 | 2023-10-05T01:52:23.492Z | + [[ 0 != 0 ]] |
498 | 2023-10-05T01:52:23.515Z | + configure_os solaris2.11 |
499 | 2023-10-05T01:52:23.531Z | + echo 'current directory: /work/oxidecomputer/omicron' |
500 | 2023-10-05T01:52:23.549Z | + echo 'configuring based on OS: "solaris2.11"' |
501 | 2023-10-05T01:52:23.563Z | + case "$1" in |
502 | 2023-10-05T01:52:23.574Z | + SET_BINARIES= |
503 | 2023-10-05T01:52:23.585Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
504 | 2023-10-05T01:52:23.594Z | + CIDL_SHA256FUNC=do_sha256sum |
505 | 2023-10-05T01:52:23.602Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
506 | 2023-10-05T01:52:23.613Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
507 | 2023-10-05T01:52:23.626Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
508 | 2023-10-05T01:52:24.065Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
509 | 2023-10-05T01:52:24.090Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
510 | 2023-10-05T01:52:24.109Z | + mkdir -p out/downloads |
511 | 2023-10-05T01:52:24.541Z | + mkdir -p ./out/dendrite-stub |
512 | 2023-10-05T01:52:24.568Z | + fetch_and_verify |
513 | 2023-10-05T01:52:24.588Z | + local DO_DOWNLOAD=true |
514 | 2023-10-05T01:52:25.022Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
515 | 2023-10-05T01:52:25.458Z | + '[' true == true ']' |
516 | 2023-10-05T01:52:25.904Z | + echo Downloading... |
517 | 2023-10-05T01:52:25.920Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
518 | 2023-10-05T01:52:25.935Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
519 | 2023-10-05T01:52:28.675Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-05T01:52:28.683Z | ++ sha256sum |
521 | 2023-10-05T01:52:28.705Z | ++ awk '{print $1}' |
522 | 2023-10-05T01:52:28.780Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
523 | 2023-10-05T01:52:28.793Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
524 | 2023-10-05T01:52:28.807Z | + do_untar out/downloads/dendrite-stub.tar.gz |
525 | 2023-10-05T01:52:28.819Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
526 | 2023-10-05T01:52:29.784Z | + do_assemble |
527 | 2023-10-05T01:52:29.797Z | + rm -r ./out/dendrite-stub |
528 | 2023-10-05T01:52:29.807Z | + mkdir ./out/dendrite-stub |
529 | 2023-10-05T01:52:29.818Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
530 | 2023-10-05T01:52:29.933Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
531 | 2023-10-05T01:52:29.942Z | + set -o errexit |
532 | 2023-10-05T01:52:29.956Z | +++ dirname ./tools/ci_download_transceiver_control |
533 | 2023-10-05T01:52:29.975Z | ++ cd ./tools |
534 | 2023-10-05T01:52:29.994Z | ++ pwd |
535 | 2023-10-05T01:52:30.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
536 | 2023-10-05T01:52:30.020Z | ++ basename ./tools/ci_download_transceiver_control |
537 | 2023-10-05T01:52:30.030Z | + ARG0=ci_download_transceiver_control |
538 | 2023-10-05T01:52:30.059Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
539 | 2023-10-05T01:52:30.080Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
540 | 2023-10-05T01:52:30.095Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
541 | 2023-10-05T01:52:30.109Z | + TARGET_DIR=out |
542 | 2023-10-05T01:52:30.529Z | + DOWNLOAD_DIR=out/downloads |
543 | 2023-10-05T01:52:30.549Z | + DEST_DIR=./out/transceiver-control |
544 | 2023-10-05T01:52:31.387Z | + BIN_DIR=/opt/oxide/bin |
545 | 2023-10-05T01:52:31.398Z | + BINARY=xcvradm |
546 | 2023-10-05T01:52:31.421Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2023-10-05T01:52:31.449Z | + REPO=oxidecomputer/transceiver-control |
548 | 2023-10-05T01:52:31.478Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
549 | 2023-10-05T01:52:31.506Z | + main |
550 | 2023-10-05T01:52:31.540Z | + [[ 0 != 0 ]] |
551 | 2023-10-05T01:52:31.977Z | + CIDL_OS=solaris2.11 |
552 | 2023-10-05T01:52:31.984Z | + [[ 0 != 0 ]] |
553 | 2023-10-05T01:52:31.990Z | + configure_os solaris2.11 |
554 | 2023-10-05T01:52:32.006Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2023-10-05T01:52:32.011Z | current directory: /work/oxidecomputer/omicron |
556 | 2023-10-05T01:52:32.016Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-10-05T01:52:32.026Z | configuring based on OS: "solaris2.11" |
558 | 2023-10-05T01:52:32.036Z | + case "$1" in |
559 | 2023-10-05T01:52:32.053Z | + SET_BINARIES= |
560 | 2023-10-05T01:52:32.072Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
561 | 2023-10-05T01:52:32.097Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2023-10-05T01:52:32.124Z | + ARCHIVE_FILENAME=xcvradm.gz |
563 | 2023-10-05T01:52:32.141Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
564 | 2023-10-05T01:52:32.558Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
565 | 2023-10-05T01:52:32.613Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
566 | 2023-10-05T01:52:32.627Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
567 | 2023-10-05T01:52:32.636Z | + echo 'Local file: out/downloads/xcvradm.gz' |
568 | 2023-10-05T01:52:32.657Z | Local file: out/downloads/xcvradm.gz |
569 | 2023-10-05T01:52:32.667Z | + mkdir -p out/downloads |
570 | 2023-10-05T01:52:32.681Z | + mkdir -p ./out/transceiver-control |
571 | 2023-10-05T01:52:33.115Z | + fetch_and_verify |
572 | 2023-10-05T01:52:33.123Z | + local DO_DOWNLOAD=true |
573 | 2023-10-05T01:52:33.127Z | + [[ -f out/downloads/xcvradm.gz ]] |
574 | 2023-10-05T01:52:33.136Z | + '[' true == true ']' |
575 | 2023-10-05T01:52:33.144Z | + echo Downloading... |
576 | 2023-10-05T01:52:33.147Z | Downloading... |
577 | 2023-10-05T01:52:33.155Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
578 | 2023-10-05T01:52:33.164Z | + 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 |
579 | 2023-10-05T01:52:33.173Z | ++ do_sha256sum out/downloads/xcvradm.gz |
580 | 2023-10-05T01:52:33.197Z | ++ sha256sum |
581 | 2023-10-05T01:52:33.209Z | ++ awk '{print $1}' |
582 | 2023-10-05T01:52:33.216Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
583 | 2023-10-05T01:52:33.224Z | + [[ 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 ]] |
584 | 2023-10-05T01:52:33.231Z | + do_unpack out/downloads/xcvradm.gz |
585 | 2023-10-05T01:52:33.239Z | + mkdir -p out/downloads/root//opt/oxide/bin |
586 | 2023-10-05T01:52:33.249Z | + gzip -dc out/downloads/xcvradm.gz |
587 | 2023-10-05T01:52:33.263Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
588 | 2023-10-05T01:52:33.286Z | + do_assemble |
589 | 2023-10-05T01:52:33.302Z | + rm -r ./out/transceiver-control |
590 | 2023-10-05T01:52:33.311Z | + mkdir ./out/transceiver-control |
591 | 2023-10-05T01:52:33.321Z | + cp -r out/downloads/root ./out/transceiver-control/root |
592 | 2023-10-05T01:52:33.328Z | All prerequisites installed successfully |
593 | 2023-10-05T01:52:33.349Z | |
594 | 2023-10-05T01:52:33.357Z | real 2:52.214908881 |
595 | 2023-10-05T01:52:33.367Z | user 48.361376486 |
596 | 2023-10-05T01:52:33.427Z | sys 10.011312593 |
597 | 2023-10-05T01:52:33.431Z | trap 0.023684135 |
598 | 2023-10-05T01:52:33.436Z | tflt 0.161964973 |
599 | 2023-10-05T01:52:33.441Z | dflt 0.479994429 |
600 | 2023-10-05T01:52:33.448Z | kflt 0.117492721 |
601 | 2023-10-05T01:52:33.466Z | lock 2.109193989 |
602 | 2023-10-05T01:52:33.473Z | slp 5:57.127222635 |
603 | 2023-10-05T01:52:33.493Z | lat 3.863477540 |
604 | 2023-10-05T01:52:33.921Z | stop 0.071077940 |
605 | 2023-10-05T01:52:33.932Z | + ptime -m ./tools/ci_download_softnpu_machinery |
606 | 2023-10-05T01:52:33.939Z | fetching npuzone |
607 | 2023-10-05T01:52:33.942Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
608 | 2023-10-05T01:52:33.945Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
609 | 2023-10-05T01:52:33.949Z | Getting hash for npuzone |
610 | 2023-10-05T01:52:33.960Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
611 | 2023-10-05T01:53:05.887Z | npuzone downloaded successfully |
612 | 2023-10-05T01:53:07.724Z | |
613 | 2023-10-05T01:53:07.809Z | real 22.766767204 |
614 | 2023-10-05T01:53:08.233Z | user 0.564633201 |
615 | 2023-10-05T01:53:08.809Z | sys 0.152926840 |
616 | 2023-10-05T01:53:09.327Z | trap 0.000093024 |
617 | 2023-10-05T01:53:09.571Z | tflt 0.000000000 |
618 | 2023-10-05T01:53:10.186Z | dflt 0.000000000 |
619 | 2023-10-05T01:53:10.472Z | kflt 0.000000000 |
620 | 2023-10-05T01:53:10.491Z | lock 0.000000000 |
621 | 2023-10-05T01:53:10.813Z | slp 1:07.379905049 |
622 | 2023-10-05T01:53:11.163Z | lat 0.165327736 |
623 | 2023-10-05T01:53:11.412Z | stop 0.000268969 |
624 | 2023-10-05T01:53:11.781Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
625 | 2023-10-05T01:53:11.988Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
626 | 2023-10-05T01:53:12.224Z | Updating crates.io index |
627 | 2023-10-05T01:53:12.281Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
628 | 2023-10-05T01:53:12.560Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
629 | 2023-10-05T01:53:12.904Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
630 | 2023-10-05T01:53:13.126Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
631 | 2023-10-05T01:53:13.276Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
632 | 2023-10-05T01:53:13.346Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
633 | 2023-10-05T01:53:13.372Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
634 | 2023-10-05T01:53:13.410Z | Updating git repository `https://github.com/oxidecomputer/opte` |
635 | 2023-10-05T01:53:13.421Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
636 | 2023-10-05T01:53:13.462Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
637 | 2023-10-05T01:53:13.510Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
638 | 2023-10-05T01:53:13.538Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
639 | 2023-10-05T01:53:13.571Z | Updating git repository `https://github.com/njaremko/samael` |
640 | 2023-10-05T01:53:13.585Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
641 | 2023-10-05T01:53:13.621Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
642 | 2023-10-05T01:53:13.638Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
643 | 2023-10-05T01:53:13.665Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
644 | 2023-10-05T01:53:13.690Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
645 | 2023-10-05T01:53:13.721Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
646 | 2023-10-05T01:53:13.729Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
647 | 2023-10-05T01:53:16.978Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
648 | 2023-10-05T01:53:17.366Z | Updating git repository `https://github.com/jgallagher/nix` |
649 | 2023-10-05T01:53:18.649Z | Updating git repository `https://github.com/cbiffle/hubpack` |
650 | 2023-10-05T01:53:19.055Z | Updating git repository `https://github.com/oxidecomputer/typify` |
651 | 2023-10-05T01:53:20.133Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
652 | 2023-10-05T01:53:20.562Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
653 | 2023-10-05T01:53:20.872Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
654 | 2023-10-05T01:53:25.402Z | Downloading crates ... |
655 | 2023-10-05T01:53:25.518Z | Downloaded array-init v0.0.4 |
656 | 2023-10-05T01:53:25.902Z | Downloaded ipnetwork v0.20.0 |
657 | 2023-10-05T01:53:26.075Z | Downloaded nodrop v0.1.14 |
658 | 2023-10-05T01:53:26.127Z | Downloaded adler v1.0.2 |
659 | 2023-10-05T01:53:26.151Z | Downloaded cargo_metadata v0.18.0 |
660 | 2023-10-05T01:53:26.179Z | Downloaded maybe-uninit v2.0.0 |
661 | 2023-10-05T01:53:26.202Z | Downloaded normalize-line-endings v0.3.0 |
662 | 2023-10-05T01:53:26.226Z | Downloaded convert_case v0.4.0 |
663 | 2023-10-05T01:53:26.246Z | Downloaded http-range v0.1.5 |
664 | 2023-10-05T01:53:26.264Z | Downloaded hostname v0.3.1 |
665 | 2023-10-05T01:53:26.287Z | Downloaded http-body v0.4.5 |
666 | 2023-10-05T01:53:26.307Z | Downloaded instant v0.1.12 |
667 | 2023-10-05T01:53:26.326Z | Downloaded home v0.5.5 |
668 | 2023-10-05T01:53:26.339Z | Downloaded httparse v1.8.0 |
669 | 2023-10-05T01:53:26.370Z | Downloaded bit-vec v0.6.3 |
670 | 2023-10-05T01:53:26.395Z | Downloaded hmac v0.12.1 |
671 | 2023-10-05T01:53:26.416Z | Downloaded camino-tempfile v1.0.2 |
672 | 2023-10-05T01:53:26.432Z | Downloaded match_cfg v0.1.0 |
673 | 2023-10-05T01:53:26.458Z | Downloaded matches v0.1.10 |
674 | 2023-10-05T01:53:26.487Z | Downloaded corncobs v0.1.3 |
675 | 2023-10-05T01:53:26.510Z | Downloaded crossbeam v0.8.2 |
676 | 2023-10-05T01:53:26.533Z | Downloaded memoffset v0.9.0 |
677 | 2023-10-05T01:53:26.547Z | Downloaded ascii-canvas v3.0.0 |
678 | 2023-10-05T01:53:26.554Z | Downloaded bitstruct v0.1.1 |
679 | 2023-10-05T01:53:26.563Z | Downloaded crc-catalog v2.2.0 |
680 | 2023-10-05T01:53:26.582Z | Downloaded num-derive v0.4.0 |
681 | 2023-10-05T01:53:26.609Z | Downloaded clap_lex v0.5.1 |
682 | 2023-10-05T01:53:26.642Z | Downloaded nibble_vec v0.1.0 |
683 | 2023-10-05T01:53:26.659Z | Downloaded cancel-safe-futures v0.1.2 |
684 | 2023-10-05T01:53:26.676Z | Downloaded argon2 v0.5.2 |
685 | 2023-10-05T01:53:26.702Z | Downloaded take_mut v0.2.2 |
686 | 2023-10-05T01:53:26.720Z | Downloaded termtree v0.4.1 |
687 | 2023-10-05T01:53:26.739Z | Downloaded maplit v1.0.2 |
688 | 2023-10-05T01:53:26.755Z | Downloaded addr2line v0.21.0 |
689 | 2023-10-05T01:53:27.241Z | Downloaded mime v0.3.17 |
690 | 2023-10-05T01:53:27.283Z | Downloaded linked-hash-map v0.5.6 |
691 | 2023-10-05T01:53:27.318Z | Downloaded usdt-macro v0.3.5 |
692 | 2023-10-05T01:53:27.343Z | Downloaded strsim v0.10.0 |
693 | 2023-10-05T01:53:27.368Z | Downloaded block-padding v0.3.3 |
694 | 2023-10-05T01:53:27.387Z | Downloaded io-lifetimes v1.0.11 |
695 | 2023-10-05T01:53:27.412Z | Downloaded backoff v0.4.0 |
696 | 2023-10-05T01:53:27.423Z | Downloaded clap_derive v4.4.2 |
697 | 2023-10-05T01:53:27.482Z | Downloaded toml_datetime v0.6.3 |
698 | 2023-10-05T01:53:27.504Z | Downloaded unicase v2.7.0 |
699 | 2023-10-05T01:53:27.520Z | Downloaded darling_macro v0.20.3 |
700 | 2023-10-05T01:53:27.533Z | Downloaded serde_path_to_error v0.1.14 |
701 | 2023-10-05T01:53:27.574Z | Downloaded structmeta v0.1.6 |
702 | 2023-10-05T01:53:27.664Z | Downloaded mockall v0.11.4 |
703 | 2023-10-05T01:53:27.699Z | Downloaded const-oid v0.9.5 |
704 | 2023-10-05T01:53:27.711Z | Downloaded terminal_size v0.2.6 |
705 | 2023-10-05T01:53:27.738Z | Downloaded ahash v0.8.3 |
706 | 2023-10-05T01:53:27.768Z | Downloaded slog-envlogger v2.2.0 |
707 | 2023-10-05T01:53:27.784Z | Downloaded multer v2.1.0 |
708 | 2023-10-05T01:53:27.804Z | Downloaded opaque-debug v0.3.0 |
709 | 2023-10-05T01:53:27.821Z | Downloaded utf8parse v0.2.1 |
710 | 2023-10-05T01:53:27.853Z | Downloaded want v0.3.1 |
711 | 2023-10-05T01:53:28.281Z | Downloaded zeroize_derive v1.4.2 |
712 | 2023-10-05T01:53:28.289Z | Downloaded tempfile v3.8.0 |
713 | 2023-10-05T01:53:28.300Z | Downloaded typenum v1.16.0 |
714 | 2023-10-05T01:53:28.308Z | Downloaded digest v0.10.7 |
715 | 2023-10-05T01:53:28.322Z | Downloaded foreign-types-shared v0.3.1 |
716 | 2023-10-05T01:53:28.340Z | Downloaded foreign-types-shared v0.1.1 |
717 | 2023-10-05T01:53:28.347Z | Downloaded indexmap v2.0.0 |
718 | 2023-10-05T01:53:28.354Z | Downloaded ref-cast-impl v1.0.20 |
719 | 2023-10-05T01:53:28.367Z | Downloaded display-error-chain v0.1.1 |
720 | 2023-10-05T01:53:28.381Z | Downloaded tracing-attributes v0.1.26 |
721 | 2023-10-05T01:53:28.394Z | Downloaded twox-hash v1.6.3 |
722 | 2023-10-05T01:53:28.415Z | Downloaded parse-display v0.7.0 |
723 | 2023-10-05T01:53:28.424Z | Downloaded miniz_oxide v0.7.1 |
724 | 2023-10-05T01:53:28.439Z | Downloaded strum v0.25.0 |
725 | 2023-10-05T01:53:28.456Z | Downloaded tinyvec_macros v0.1.1 |
726 | 2023-10-05T01:53:28.466Z | Downloaded dyn-clone v1.0.13 |
727 | 2023-10-05T01:53:28.490Z | Downloaded zerocopy v0.3.0 |
728 | 2023-10-05T01:53:28.503Z | Downloaded waitgroup v0.1.2 |
729 | 2023-10-05T01:53:28.520Z | Downloaded dirs-next v2.0.0 |
730 | 2023-10-05T01:53:28.534Z | Downloaded equivalent v1.0.1 |
731 | 2023-10-05T01:53:28.549Z | Downloaded postgres-types v0.2.6 |
732 | 2023-10-05T01:53:28.563Z | Downloaded toml v0.5.11 |
733 | 2023-10-05T01:53:28.579Z | Downloaded endian-type v0.1.2 |
734 | 2023-10-05T01:53:28.593Z | Downloaded data-encoding v2.4.0 |
735 | 2023-10-05T01:53:28.613Z | Downloaded slog-scope v4.4.0 |
736 | 2023-10-05T01:53:28.628Z | Downloaded foreign-types v0.5.0 |
737 | 2023-10-05T01:53:28.648Z | Downloaded indicatif v0.17.6 |
738 | 2023-10-05T01:53:28.661Z | Downloaded spki v0.7.2 |
739 | 2023-10-05T01:53:29.093Z | Downloaded precomputed-hash v0.1.1 |
740 | 2023-10-05T01:53:29.526Z | Downloaded postcard-cobs v0.1.5-pre |
741 | 2023-10-05T01:53:29.551Z | Downloaded headers-core v0.2.0 |
742 | 2023-10-05T01:53:29.564Z | Downloaded rand_xorshift v0.3.0 |
743 | 2023-10-05T01:53:29.591Z | Downloaded thread-id v4.2.0 |
744 | 2023-10-05T01:53:29.620Z | Downloaded fd-lock v3.0.13 |
745 | 2023-10-05T01:53:29.644Z | Downloaded version_check v0.9.4 |
746 | 2023-10-05T01:53:29.692Z | Downloaded tokio-tungstenite v0.18.0 |
747 | 2023-10-05T01:53:29.699Z | Downloaded once_cell v1.18.0 |
748 | 2023-10-05T01:53:29.716Z | Downloaded openssl-macros v0.1.1 |
749 | 2023-10-05T01:53:29.752Z | Downloaded globset v0.4.13 |
750 | 2023-10-05T01:53:29.772Z | Downloaded tokio-macros v2.1.0 |
751 | 2023-10-05T01:53:29.806Z | Downloaded fs-err v2.9.0 |
752 | 2023-10-05T01:53:29.831Z | Downloaded diesel_table_macro_syntax v0.1.0 |
753 | 2023-10-05T01:53:29.858Z | Downloaded schemars_derive v0.8.13 |
754 | 2023-10-05T01:53:29.890Z | Downloaded path-slash v0.1.5 |
755 | 2023-10-05T01:53:29.929Z | Downloaded path-dedot v3.1.0 |
756 | 2023-10-05T01:53:30.350Z | Downloaded filetime v0.2.22 |
757 | 2023-10-05T01:53:30.367Z | Downloaded enum-as-inner v0.5.1 |
758 | 2023-10-05T01:53:30.380Z | Downloaded heck v0.3.3 |
759 | 2023-10-05T01:53:30.799Z | Downloaded number_prefix v0.4.0 |
760 | 2023-10-05T01:53:30.819Z | Downloaded proc-macro-crate v1.3.1 |
761 | 2023-10-05T01:53:30.835Z | Downloaded serde_spanned v0.6.3 |
762 | 2023-10-05T01:53:30.850Z | Downloaded untrusted v0.7.1 |
763 | 2023-10-05T01:53:30.868Z | Downloaded ref-cast v1.0.20 |
764 | 2023-10-05T01:53:30.880Z | Downloaded time-core v0.1.1 |
765 | 2023-10-05T01:53:30.900Z | Downloaded pest_generator v2.7.2 |
766 | 2023-10-05T01:53:30.911Z | Downloaded openssl-probe v0.1.5 |
767 | 2023-10-05T01:53:30.921Z | Downloaded tokio-native-tls v0.3.1 |
768 | 2023-10-05T01:53:30.932Z | Downloaded unicode-xid v0.2.4 |
769 | 2023-10-05T01:53:30.944Z | Downloaded crossbeam-channel v0.5.8 |
770 | 2023-10-05T01:53:30.981Z | Downloaded percent-encoding v2.3.0 |
771 | 2023-10-05T01:53:30.994Z | Downloaded slog-stdlog v4.1.1 |
772 | 2023-10-05T01:53:31.004Z | Downloaded form_urlencoded v1.2.0 |
773 | 2023-10-05T01:53:31.009Z | Downloaded rustc_version v0.4.0 |
774 | 2023-10-05T01:53:31.016Z | Downloaded pem-rfc7468 v0.7.0 |
775 | 2023-10-05T01:53:31.021Z | Downloaded peeking_take_while v0.1.2 |
776 | 2023-10-05T01:53:31.026Z | Downloaded polyval v0.6.1 |
777 | 2023-10-05T01:53:31.056Z | Downloaded newtype_derive v0.1.6 |
778 | 2023-10-05T01:53:31.070Z | Downloaded snafu-derive v0.7.5 |
779 | 2023-10-05T01:53:31.493Z | Downloaded postcard v0.7.3 |
780 | 2023-10-05T01:53:31.509Z | Downloaded try-lock v0.2.4 |
781 | 2023-10-05T01:53:31.517Z | Downloaded doc-comment v0.3.3 |
782 | 2023-10-05T01:53:31.524Z | Downloaded derive_builder v0.12.0 |
783 | 2023-10-05T01:53:31.535Z | Downloaded minimal-lexical v0.2.1 |
784 | 2023-10-05T01:53:31.548Z | Downloaded rand_core v0.6.4 |
785 | 2023-10-05T01:53:31.555Z | Downloaded universal-hash v0.5.1 |
786 | 2023-10-05T01:53:31.568Z | Downloaded pest_derive v2.7.2 |
787 | 2023-10-05T01:53:31.605Z | Downloaded group v0.13.0 |
788 | 2023-10-05T01:53:31.617Z | Downloaded hkdf v0.12.3 |
789 | 2023-10-05T01:53:31.629Z | Downloaded rusty-fork v0.3.0 |
790 | 2023-10-05T01:53:31.651Z | Downloaded wait-timeout v0.2.0 |
791 | 2023-10-05T01:53:31.661Z | Downloaded time-macros v0.2.13 |
792 | 2023-10-05T01:53:31.672Z | Downloaded uuid v1.4.1 |
793 | 2023-10-05T01:53:31.682Z | Downloaded serde_arrays v0.1.0 |
794 | 2023-10-05T01:53:31.689Z | Downloaded serde-big-array v0.4.1 |
795 | 2023-10-05T01:53:31.699Z | Downloaded env_logger v0.10.0 |
796 | 2023-10-05T01:53:32.122Z | Downloaded parking_lot_core v0.8.6 |
797 | 2023-10-05T01:53:32.550Z | Downloaded shlex v1.1.0 |
798 | 2023-10-05T01:53:32.587Z | Downloaded pretty-hex v0.2.1 |
799 | 2023-10-05T01:53:32.639Z | Downloaded darling_macro v0.14.4 |
800 | 2023-10-05T01:53:32.746Z | Downloaded glob v0.3.1 |
801 | 2023-10-05T01:53:32.825Z | Downloaded fxhash v0.2.1 |
802 | 2023-10-05T01:53:32.889Z | Downloaded proc-macro-error-attr v1.0.4 |
803 | 2023-10-05T01:53:32.991Z | Downloaded smf v0.2.2 |
804 | 2023-10-05T01:53:33.031Z | Downloaded dtrace-parser v0.1.14 |
805 | 2023-10-05T01:53:33.076Z | Downloaded rustls-native-certs v0.6.3 |
806 | 2023-10-05T01:53:33.137Z | Downloaded deranged v0.3.8 |
807 | 2023-10-05T01:53:33.160Z | Downloaded env_logger v0.9.3 |
808 | 2023-10-05T01:53:33.183Z | Downloaded predicates-tree v1.0.9 |
809 | 2023-10-05T01:53:33.199Z | Downloaded predicates-core v1.0.6 |
810 | 2023-10-05T01:53:33.228Z | Downloaded rcgen v0.10.0 |
811 | 2023-10-05T01:53:33.250Z | Downloaded fnv v1.0.7 |
812 | 2023-10-05T01:53:33.259Z | Downloaded packed_struct_codegen v0.10.1 |
813 | 2023-10-05T01:53:33.269Z | Downloaded smawk v0.3.1 |
814 | 2023-10-05T01:53:33.278Z | Downloaded crossbeam-utils v0.8.16 |
815 | 2023-10-05T01:53:33.287Z | Downloaded libm v0.2.7 |
816 | 2023-10-05T01:53:33.713Z | Downloaded quick-error v1.2.3 |
817 | 2023-10-05T01:53:33.737Z | Downloaded phf_shared v0.10.0 |
818 | 2023-10-05T01:53:33.762Z | Downloaded zone v0.2.0 |
819 | 2023-10-05T01:53:34.217Z | Downloaded xattr v1.0.1 |
820 | 2023-10-05T01:53:34.658Z | Downloaded predicates v3.0.3 |
821 | 2023-10-05T01:53:35.079Z | Downloaded unicode-width v0.1.10 |
822 | 2023-10-05T01:53:35.100Z | Downloaded tower-service v0.3.2 |
823 | 2023-10-05T01:53:35.137Z | Downloaded semver v1.0.18 |
824 | 2023-10-05T01:53:35.159Z | Downloaded thiserror-impl v1.0.49 |
825 | 2023-10-05T01:53:35.164Z | Downloaded debug-ignore v1.0.5 |
826 | 2023-10-05T01:53:35.182Z | Downloaded trust-dns-client v0.22.0 |
827 | 2023-10-05T01:53:35.266Z | Downloaded cstr-argument v0.1.2 |
828 | 2023-10-05T01:53:35.299Z | Downloaded tiny-keccak v2.0.2 |
829 | 2023-10-05T01:53:35.340Z | Downloaded thiserror-impl-no-std v2.0.2 |
830 | 2023-10-05T01:53:35.358Z | Downloaded fatfs v0.3.6 |
831 | 2023-10-05T01:53:35.377Z | Downloaded slog-json v2.6.1 |
832 | 2023-10-05T01:53:35.399Z | Downloaded parking_lot_core v0.9.8 |
833 | 2023-10-05T01:53:35.417Z | Downloaded owo-colors v3.5.0 |
834 | 2023-10-05T01:53:35.433Z | Downloaded serde-big-array v0.5.1 |
835 | 2023-10-05T01:53:35.450Z | Downloaded oso-derive v0.26.4 |
836 | 2023-10-05T01:53:35.888Z | Downloaded structopt-derive v0.4.18 |
837 | 2023-10-05T01:53:35.905Z | Downloaded strsim v0.8.0 |
838 | 2023-10-05T01:53:35.915Z | Downloaded tap v1.0.1 |
839 | 2023-10-05T01:53:36.356Z | Downloaded pkcs1 v0.7.5 |
840 | 2023-10-05T01:53:36.375Z | Downloaded spin v0.5.2 |
841 | 2023-10-05T01:53:36.393Z | Downloaded tracing v0.1.37 |
842 | 2023-10-05T01:53:36.434Z | Downloaded pkg-config v0.3.27 |
843 | 2023-10-05T01:53:36.448Z | Downloaded unicode-normalization v0.1.22 |
844 | 2023-10-05T01:53:37.689Z | Downloaded dof v0.1.5 |
845 | 2023-10-05T01:53:37.924Z | Downloaded tokio-util v0.7.8 |
846 | 2023-10-05T01:53:37.940Z | Downloaded serde-hex v0.1.0 |
847 | 2023-10-05T01:53:38.100Z | Downloaded semver v0.1.20 |
848 | 2023-10-05T01:53:38.172Z | Downloaded futures-macro v0.3.28 |
849 | 2023-10-05T01:53:38.605Z | Downloaded futures-core v0.3.28 |
850 | 2023-10-05T01:53:38.725Z | Downloaded unicode-linebreak v0.1.5 |
851 | 2023-10-05T01:53:38.775Z | Downloaded half v1.8.2 |
852 | 2023-10-05T01:53:38.799Z | Downloaded unicode-ident v1.0.12 |
853 | 2023-10-05T01:53:38.818Z | Downloaded vec_map v0.8.2 |
854 | 2023-10-05T01:53:38.834Z | Downloaded serde_derive v1.0.188 |
855 | 2023-10-05T01:53:38.847Z | Downloaded pkcs8 v0.10.2 |
856 | 2023-10-05T01:53:38.877Z | Downloaded thiserror-no-std v2.0.2 |
857 | 2023-10-05T01:53:38.911Z | Downloaded prettyplease v0.2.12 |
858 | 2023-10-05T01:53:38.933Z | Downloaded tokio-postgres v0.7.10 |
859 | 2023-10-05T01:53:39.784Z | Downloaded serde_tokenstream v0.1.7 |
860 | 2023-10-05T01:53:39.888Z | Downloaded textwrap v0.16.0 |
861 | 2023-10-05T01:53:40.327Z | Downloaded crossterm v0.27.0 |
862 | 2023-10-05T01:53:40.439Z | Downloaded chrono v0.4.31 |
863 | 2023-10-05T01:53:40.492Z | Downloaded tokio-rustls v0.24.1 |
864 | 2023-10-05T01:53:40.570Z | Downloaded serde_yaml v0.9.25 |
865 | 2023-10-05T01:53:40.614Z | Downloaded toml_edit v0.19.15 |
866 | 2023-10-05T01:53:40.810Z | Downloaded ron v0.7.1 |
867 | 2023-10-05T01:53:42.331Z | Downloaded derive_builder_core v0.12.0 |
868 | 2023-10-05T01:53:42.442Z | Downloaded derive_more v0.99.17 |
869 | 2023-10-05T01:53:44.285Z | Downloaded salty v0.2.0 |
870 | 2023-10-05T01:53:44.385Z | Downloaded x509-cert v0.2.4 |
871 | 2023-10-05T01:53:44.463Z | Downloaded unsafe-libyaml v0.2.9 |
872 | 2023-10-05T01:53:44.514Z | Downloaded serde_with v2.3.3 |
873 | 2023-10-05T01:53:44.948Z | Downloaded trust-dns-server v0.22.1 |
874 | 2023-10-05T01:53:44.969Z | Downloaded darling_core v0.14.4 |
875 | 2023-10-05T01:53:44.991Z | Downloaded itertools v0.10.5 |
876 | 2023-10-05T01:53:45.028Z | Downloaded regex-automata v0.1.10 |
877 | 2023-10-05T01:53:45.127Z | Downloaded serde_json v1.0.107 |
878 | 2023-10-05T01:53:45.553Z | Downloaded openssl-sys v0.9.93 |
879 | 2023-10-05T01:53:45.619Z | Downloaded petgraph v0.6.4 |
880 | 2023-10-05T01:53:45.805Z | Downloaded rayon v1.7.0 |
881 | 2023-10-05T01:53:45.944Z | Downloaded unicode-segmentation v1.10.1 |
882 | 2023-10-05T01:53:46.016Z | Downloaded syn v2.0.37 |
883 | 2023-10-05T01:53:46.147Z | Downloaded smoltcp v0.8.2 |
884 | 2023-10-05T01:53:46.385Z | Downloaded openssl v0.10.57 |
885 | 2023-10-05T01:53:46.410Z | Downloaded quick-xml v0.23.1 |
886 | 2023-10-05T01:53:46.564Z | Downloaded syn v1.0.109 |
887 | 2023-10-05T01:53:46.708Z | Downloaded git2 v0.17.2 |
888 | 2023-10-05T01:53:47.135Z | Downloaded polar-core v0.26.4 |
889 | 2023-10-05T01:53:47.142Z | Downloaded regress v0.7.1 |
890 | 2023-10-05T01:53:47.154Z | Downloaded trust-dns-proto v0.22.0 |
891 | 2023-10-05T01:53:47.160Z | Downloaded regex-syntax v0.6.29 |
892 | 2023-10-05T01:53:47.168Z | Downloaded tabled v0.14.0 |
893 | 2023-10-05T01:53:47.184Z | Downloaded openapiv3 v1.0.3 |
894 | 2023-10-05T01:53:47.188Z | Downloaded webpki-roots v0.25.2 |
895 | 2023-10-05T01:53:47.192Z | Downloaded libc v0.2.148 |
896 | 2023-10-05T01:53:47.199Z | Downloaded zerocopy-derive v0.6.3 |
897 | 2023-10-05T01:53:47.210Z | Downloaded radix_trie v0.2.1 |
898 | 2023-10-05T01:53:47.222Z | Downloaded curve25519-dalek v4.1.0 |
899 | 2023-10-05T01:53:47.227Z | Downloaded regex-syntax v0.7.5 |
900 | 2023-10-05T01:53:47.238Z | Downloaded rustix v0.37.23 |
901 | 2023-10-05T01:53:47.246Z | Downloaded diesel v2.1.1 |
902 | 2023-10-05T01:53:47.251Z | Downloaded tokio v1.32.0 |
903 | 2023-10-05T01:53:47.260Z | Downloaded encoding_rs v0.8.33 |
904 | 2023-10-05T01:53:47.270Z | Downloaded zerocopy-derive v0.2.0 |
905 | 2023-10-05T01:53:47.275Z | Downloaded bstr v1.6.0 |
906 | 2023-10-05T01:53:47.281Z | Downloaded bstr v0.2.17 |
907 | 2023-10-05T01:53:47.293Z | Downloaded smoltcp v0.9.1 |
908 | 2023-10-05T01:53:47.334Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
909 | 2023-10-05T01:53:47.775Z | Downloaded regex-automata v0.3.8 |
910 | 2023-10-05T01:53:49.253Z | Downloaded regex v1.9.5 |
911 | 2023-10-05T01:53:49.637Z | Downloaded sha3 v0.10.8 |
912 | 2023-10-05T01:53:49.681Z | Downloaded idna v0.4.0 |
913 | 2023-10-05T01:53:49.750Z | Downloaded sled v0.34.7 |
914 | 2023-10-05T01:53:49.861Z | Downloaded rustix v0.38.9 |
915 | 2023-10-05T01:53:49.994Z | Downloaded vcpkg v0.2.15 |
916 | 2023-10-05T01:53:50.044Z | Downloaded libsqlite3-sys v0.26.0 |
917 | 2023-10-05T01:53:50.646Z | Downloaded futures-util v0.3.28 |
918 | 2023-10-05T01:53:50.692Z | Downloaded object v0.30.4 |
919 | 2023-10-05T01:53:51.191Z | Downloaded idna v0.2.3 |
920 | 2023-10-05T01:53:51.390Z | Downloaded h2 v0.3.21 |
921 | 2023-10-05T01:53:51.478Z | Downloaded proptest v1.2.0 |
922 | 2023-10-05T01:53:51.607Z | Downloaded ratatui v0.23.0 |
923 | 2023-10-05T01:53:51.636Z | Downloaded object v0.32.1 |
924 | 2023-10-05T01:53:51.665Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
925 | 2023-10-05T01:53:51.679Z | Downloaded bindgen v0.65.1 |
926 | 2023-10-05T01:53:51.690Z | Downloaded rustls v0.21.7 |
927 | 2023-10-05T01:53:51.703Z | Downloaded bitvec v1.0.1 |
928 | 2023-10-05T01:53:51.721Z | Downloaded reqwest v0.11.20 |
929 | 2023-10-05T01:53:51.755Z | Downloaded hashbrown v0.14.0 |
930 | 2023-10-05T01:53:51.776Z | Downloaded gimli v0.28.0 |
931 | 2023-10-05T01:53:51.800Z | Downloaded time v0.3.27 |
932 | 2023-10-05T01:53:51.840Z | Downloaded hashbrown v0.13.2 |
933 | 2023-10-05T01:53:51.850Z | Downloaded lalrpop v0.19.12 |
934 | 2023-10-05T01:53:51.862Z | Downloaded rusqlite v0.29.0 |
935 | 2023-10-05T01:53:51.881Z | Downloaded nix v0.26.2 |
936 | 2023-10-05T01:53:51.899Z | Downloaded winnow v0.5.15 |
937 | 2023-10-05T01:53:51.907Z | Downloaded reedline v0.23.0 |
938 | 2023-10-05T01:53:51.930Z | Downloaded pest v2.7.2 |
939 | 2023-10-05T01:53:51.968Z | Downloaded aho-corasick v1.0.4 |
940 | 2023-10-05T01:53:52.000Z | Downloaded futures v0.3.28 |
941 | 2023-10-05T01:53:52.025Z | Downloaded hyper v0.14.27 |
942 | 2023-10-05T01:53:52.159Z | Downloaded libz-sys v1.1.12 |
943 | 2023-10-05T01:53:52.489Z | Downloaded darling_core v0.20.3 |
944 | 2023-10-05T01:53:52.576Z | Downloaded trust-dns-resolver v0.22.0 |
945 | 2023-10-05T01:53:52.627Z | Downloaded portable-atomic v1.4.3 |
946 | 2023-10-05T01:53:52.671Z | Downloaded flate2 v1.0.27 |
947 | 2023-10-05T01:53:52.689Z | Downloaded clap_builder v4.4.2 |
948 | 2023-10-05T01:53:52.701Z | Downloaded diesel_derives v2.1.1 |
949 | 2023-10-05T01:53:52.715Z | Downloaded derive-where v1.2.5 |
950 | 2023-10-05T01:53:52.738Z | Downloaded toml_edit v0.20.0 |
951 | 2023-10-05T01:53:52.750Z | Downloaded num-rational v0.4.1 |
952 | 2023-10-05T01:53:52.774Z | Downloaded fallible-iterator v0.2.0 |
953 | 2023-10-05T01:53:52.786Z | Downloaded stringprep v0.1.3 |
954 | 2023-10-05T01:53:52.799Z | Downloaded heapless v0.7.16 |
955 | 2023-10-05T01:53:52.808Z | Downloaded serde v1.0.188 |
956 | 2023-10-05T01:53:53.229Z | Downloaded hashbrown v0.12.3 |
957 | 2023-10-05T01:53:53.244Z | Downloaded rayon-core v1.11.0 |
958 | 2023-10-05T01:53:53.324Z | Downloaded pin-project-lite v0.2.13 |
959 | 2023-10-05T01:53:53.375Z | Downloaded crossterm v0.26.1 |
960 | 2023-10-05T01:53:53.399Z | Downloaded aes v0.8.3 |
961 | 2023-10-05T01:53:53.419Z | Downloaded parse-display-derive v0.7.0 |
962 | 2023-10-05T01:53:53.430Z | Downloaded der_derive v0.7.2 |
963 | 2023-10-05T01:53:53.446Z | Downloaded ron v0.8.1 |
964 | 2023-10-05T01:53:53.463Z | Downloaded zip v0.6.6 |
965 | 2023-10-05T01:53:53.481Z | Downloaded snafu v0.7.5 |
966 | 2023-10-05T01:53:53.647Z | Downloaded ring v0.16.20 |
967 | 2023-10-05T01:53:53.771Z | Downloaded dirs-sys-next v0.1.2 |
968 | 2023-10-05T01:53:53.856Z | Downloaded crypto-common v0.1.6 |
969 | 2023-10-05T01:53:54.317Z | Downloaded phf v0.11.2 |
970 | 2023-10-05T01:53:54.427Z | Downloaded oso v0.26.4 |
971 | 2023-10-05T01:53:54.603Z | Downloaded unicode-bidi v0.3.13 |
972 | 2023-10-05T01:53:54.860Z | Downloaded itertools v0.11.0 |
973 | 2023-10-05T01:53:54.932Z | Downloaded rpassword v7.2.0 |
974 | 2023-10-05T01:53:54.964Z | Downloaded radium v0.7.0 |
975 | 2023-10-05T01:53:54.979Z | Downloaded hash32 v0.2.1 |
976 | 2023-10-05T01:53:54.998Z | Downloaded rand v0.8.5 |
977 | 2023-10-05T01:53:55.016Z | Downloaded rand v0.4.6 |
978 | 2023-10-05T01:53:55.032Z | Downloaded ff v0.13.0 |
979 | 2023-10-05T01:53:55.052Z | Downloaded proc-macro-error v1.0.4 |
980 | 2023-10-05T01:53:55.588Z | Downloaded hashlink v0.8.3 |
981 | 2023-10-05T01:53:55.622Z | Downloaded term v0.7.0 |
982 | 2023-10-05T01:53:55.680Z | Downloaded getrandom v0.2.10 |
983 | 2023-10-05T01:53:55.693Z | Downloaded pin-utils v0.1.0 |
984 | 2023-10-05T01:53:55.704Z | Downloaded darling v0.14.4 |
985 | 2023-10-05T01:53:55.730Z | Downloaded vergen v8.2.4 |
986 | 2023-10-05T01:53:55.751Z | Downloaded tungstenite v0.18.0 |
987 | 2023-10-05T01:53:55.764Z | Downloaded signal-hook v0.3.17 |
988 | 2023-10-05T01:53:56.189Z | Downloaded rustls-webpki v0.101.4 |
989 | 2023-10-05T01:53:56.199Z | Downloaded r2d2 v0.8.10 |
990 | 2023-10-05T01:53:56.216Z | Downloaded nanorand v0.7.0 |
991 | 2023-10-05T01:53:56.233Z | Downloaded serde_with_macros v2.3.3 |
992 | 2023-10-05T01:53:56.245Z | Downloaded structopt v0.3.26 |
993 | 2023-10-05T01:53:56.257Z | Downloaded futures-task v0.3.28 |
994 | 2023-10-05T01:53:56.265Z | Downloaded yasna v0.5.2 |
995 | 2023-10-05T01:53:56.270Z | Downloaded crypto-bigint v0.5.2 |
996 | 2023-10-05T01:53:56.274Z | Downloaded similar v2.2.1 |
997 | 2023-10-05T01:53:56.278Z | Downloaded pest_meta v2.7.2 |
998 | 2023-10-05T01:53:56.284Z | Downloaded num-bigint v0.4.4 |
999 | 2023-10-05T01:53:56.289Z | Downloaded clap v2.34.0 |
1000 | 2023-10-05T01:53:56.296Z | Downloaded futures-sink v0.3.28 |
1001 | 2023-10-05T01:53:56.301Z | Downloaded derive_builder_macro v0.12.0 |
1002 | 2023-10-05T01:53:56.306Z | Downloaded foreign-types v0.3.2 |
1003 | 2023-10-05T01:53:56.310Z | Downloaded textwrap v0.11.0 |
1004 | 2023-10-05T01:53:56.315Z | Downloaded utf-8 v0.7.6 |
1005 | 2023-10-05T01:53:56.320Z | Downloaded packed_struct v0.10.1 |
1006 | 2023-10-05T01:53:56.324Z | Downloaded papergrid v0.10.0 |
1007 | 2023-10-05T01:53:56.330Z | Downloaded headers v0.3.9 |
1008 | 2023-10-05T01:53:56.334Z | Downloaded ryu v1.0.15 |
1009 | 2023-10-05T01:53:56.339Z | Downloaded libxml v0.3.3 |
1010 | 2023-10-05T01:53:56.343Z | Downloaded url v2.4.1 |
1011 | 2023-10-05T01:53:56.348Z | Downloaded strip-ansi-escapes v0.2.0 |
1012 | 2023-10-05T01:53:56.351Z | Downloaded tungstenite v0.20.1 |
1013 | 2023-10-05T01:53:56.356Z | Downloaded wyz v0.5.1 |
1014 | 2023-10-05T01:53:56.360Z | Downloaded signal-hook-mio v0.2.3 |
1015 | 2023-10-05T01:53:56.366Z | Downloaded semver-parser v0.10.2 |
1016 | 2023-10-05T01:53:56.417Z | Downloaded rustc_version v0.1.7 |
1017 | 2023-10-05T01:53:56.427Z | Downloaded difflib v0.4.0 |
1018 | 2023-10-05T01:53:56.437Z | Downloaded fragile v2.0.0 |
1019 | 2023-10-05T01:53:56.463Z | Downloaded der v0.7.8 |
1020 | 2023-10-05T01:53:56.489Z | Downloaded spin v0.9.8 |
1021 | 2023-10-05T01:53:56.549Z | Downloaded tough v0.12.5 |
1022 | 2023-10-05T01:53:56.577Z | Downloaded ringbuffer v0.15.0 |
1023 | 2023-10-05T01:53:56.604Z | Downloaded fastrand v2.0.0 |
1024 | 2023-10-05T01:53:56.618Z | Downloaded sha1 v0.10.5 |
1025 | 2023-10-05T01:53:56.626Z | Downloaded scopeguard v1.2.0 |
1026 | 2023-10-05T01:53:56.633Z | Downloaded thiserror v1.0.49 |
1027 | 2023-10-05T01:53:56.646Z | Downloaded tabled_derive v0.6.0 |
1028 | 2023-10-05T01:53:57.080Z | Downloaded synstructure v0.12.6 |
1029 | 2023-10-05T01:53:57.084Z | Downloaded proc-macro2 v1.0.67 |
1030 | 2023-10-05T01:53:57.092Z | Downloaded which v4.4.0 |
1031 | 2023-10-05T01:53:57.108Z | Downloaded parking_lot v0.12.1 |
1032 | 2023-10-05T01:53:57.112Z | Downloaded predicates v2.1.5 |
1033 | 2023-10-05T01:53:57.122Z | Downloaded ppv-lite86 v0.2.17 |
1034 | 2023-10-05T01:53:57.129Z | Downloaded zone_cfg_derive v0.2.0 |
1035 | 2023-10-05T01:53:57.134Z | Downloaded pem v1.1.1 |
1036 | 2023-10-05T01:53:57.148Z | Downloaded olpc-cjson v0.1.3 |
1037 | 2023-10-05T01:53:57.163Z | Downloaded poly1305 v0.8.0 |
1038 | 2023-10-05T01:53:57.177Z | Downloaded tui-tree-widget v0.13.0 |
1039 | 2023-10-05T01:53:57.194Z | Downloaded generic-array v0.14.7 |
1040 | 2023-10-05T01:53:57.208Z | Downloaded flagset v0.4.3 |
1041 | 2023-10-05T01:53:57.221Z | Downloaded serde_repr v0.1.16 |
1042 | 2023-10-05T01:53:57.233Z | Downloaded zerocopy v0.6.3 |
1043 | 2023-10-05T01:53:57.249Z | Downloaded downcast v0.11.0 |
1044 | 2023-10-05T01:53:57.262Z | Downloaded crunchy v0.2.2 |
1045 | 2023-10-05T01:53:57.279Z | Downloaded platforms v3.0.2 |
1046 | 2023-10-05T01:53:57.295Z | Downloaded diff v0.1.13 |
1047 | 2023-10-05T01:53:57.304Z | Downloaded ucd-trie v0.1.6 |
1048 | 2023-10-05T01:53:57.311Z | Downloaded structmeta-derive v0.1.6 |
1049 | 2023-10-05T01:53:57.330Z | Downloaded float-cmp v0.9.0 |
1050 | 2023-10-05T01:53:57.345Z | Downloaded fixedbitset v0.4.2 |
1051 | 2023-10-05T01:53:57.812Z | Downloaded memchr v2.6.3 |
1052 | 2023-10-05T01:53:57.829Z | Downloaded tinyvec v1.6.0 |
1053 | 2023-10-05T01:53:57.836Z | Downloaded flume v0.11.0 |
1054 | 2023-10-05T01:53:57.870Z | Downloaded parking_lot v0.11.2 |
1055 | 2023-10-05T01:53:57.893Z | Downloaded postgres-protocol v0.6.6 |
1056 | 2023-10-05T01:53:59.675Z | Downloaded password-hash v0.5.0 |
1057 | 2023-10-05T01:54:00.075Z | Downloaded steno v0.4.0 |
1058 | 2023-10-05T01:54:00.911Z | Downloaded elliptic-curve v0.13.5 |
1059 | 2023-10-05T01:54:01.145Z | Downloaded mio v0.8.8 |
1060 | 2023-10-05T01:54:01.291Z | Downloaded quote v1.0.33 |
1061 | 2023-10-05T01:54:01.408Z | Downloaded futures-channel v0.3.28 |
1062 | 2023-10-05T01:54:01.483Z | Downloaded tokio-stream v0.1.14 |
1063 | 2023-10-05T01:54:01.641Z | Downloaded secrecy v0.8.0 |
1064 | 2023-10-05T01:54:01.691Z | Downloaded rustls-pemfile v1.0.3 |
1065 | 2023-10-05T01:54:01.742Z | Downloaded signal-hook-registry v1.4.1 |
1066 | 2023-10-05T01:54:01.818Z | Downloaded sha2 v0.10.7 |
1067 | 2023-10-05T01:54:01.855Z | Downloaded ena v0.14.2 |
1068 | 2023-10-05T01:54:01.986Z | Downloaded rsa v0.9.2 |
1069 | 2023-10-05T01:54:02.007Z | Downloaded serde_derive_internals v0.26.0 |
1070 | 2023-10-05T01:54:02.024Z | Downloaded walkdir v2.4.0 |
1071 | 2023-10-05T01:54:02.447Z | Downloaded serde_tokenstream v0.2.0 |
1072 | 2023-10-05T01:54:02.482Z | Downloaded ctr v0.9.2 |
1073 | 2023-10-05T01:54:02.505Z | Downloaded arc-swap v1.6.0 |
1074 | 2023-10-05T01:54:02.524Z | Downloaded path-absolutize v3.1.0 |
1075 | 2023-10-05T01:54:02.560Z | Downloaded same-file v1.0.6 |
1076 | 2023-10-05T01:54:03.104Z | Downloaded pretty-hex v0.3.0 |
1077 | 2023-10-05T01:54:03.183Z | Downloaded erased-serde v0.3.30 |
1078 | 2023-10-05T01:54:03.269Z | Downloaded funty v2.0.0 |
1079 | 2023-10-05T01:54:03.308Z | Downloaded base64 v0.13.1 |
1080 | 2023-10-05T01:54:03.758Z | Downloaded indexmap v1.9.3 |
1081 | 2023-10-05T01:54:03.855Z | Downloaded zeroize v1.6.0 |
1082 | 2023-10-05T01:54:03.932Z | Downloaded omicron-zone-package v0.8.3 |
1083 | 2023-10-05T01:54:03.949Z | Downloaded vsss-rs v3.3.1 |
1084 | 2023-10-05T01:54:03.988Z | Downloaded schemars v0.8.13 |
1085 | 2023-10-05T01:54:04.000Z | Downloaded slog v2.7.0 |
1086 | 2023-10-05T01:54:04.010Z | Downloaded toml v0.8.0 |
1087 | 2023-10-05T01:54:04.023Z | Downloaded tar v0.4.40 |
1088 | 2023-10-05T01:54:04.035Z | Downloaded vte v0.11.1 |
1089 | 2023-10-05T01:54:04.114Z | Downloaded fallible-streaming-iterator v0.1.9 |
1090 | 2023-10-05T01:54:04.125Z | Downloaded subtle v2.5.0 |
1091 | 2023-10-05T01:54:04.133Z | Downloaded string_cache v0.8.7 |
1092 | 2023-10-05T01:54:04.141Z | Downloaded stable_deref_trait v1.2.0 |
1093 | 2023-10-05T01:54:04.151Z | Downloaded darling v0.20.3 |
1094 | 2023-10-05T01:54:04.164Z | Downloaded errno v0.3.2 |
1095 | 2023-10-05T01:54:04.192Z | Downloaded whoami v1.4.1 |
1096 | 2023-10-05T01:54:04.224Z | Downloaded rand_chacha v0.3.1 |
1097 | 2023-10-05T01:54:04.268Z | Downloaded nom v7.1.3 |
1098 | 2023-10-05T01:54:04.708Z | Downloaded futures-io v0.3.28 |
1099 | 2023-10-05T01:54:04.753Z | Downloaded futures-executor v0.3.28 |
1100 | 2023-10-05T01:54:04.828Z | Downloaded crossbeam-epoch v0.9.15 |
1101 | 2023-10-05T01:54:04.902Z | Downloaded paste v1.0.14 |
1102 | 2023-10-05T01:54:04.936Z | Downloaded toml v0.7.8 |
1103 | 2023-10-05T01:54:05.127Z | Downloaded thread_local v1.1.7 |
1104 | 2023-10-05T01:54:10.286Z | Downloaded const_format v0.2.31 |
1105 | 2023-10-05T01:54:10.702Z | Downloaded tracing-core v0.1.31 |
1106 | 2023-10-05T01:54:10.855Z | Downloaded clap v4.4.3 |
1107 | 2023-10-05T01:54:10.981Z | Downloaded socket2 v0.5.3 |
1108 | 2023-10-05T01:54:11.826Z | Downloaded allocator-api2 v0.2.16 |
1109 | 2023-10-05T01:54:11.841Z | Downloaded rustc-hash v1.1.0 |
1110 | 2023-10-05T01:54:11.851Z | Downloaded rtoolbox v0.0.1 |
1111 | 2023-10-05T01:54:11.881Z | Downloaded ed25519 v1.5.3 |
1112 | 2023-10-05T01:54:11.902Z | Downloaded slab v0.4.9 |
1113 | 2023-10-05T01:54:11.917Z | Downloaded siphasher v0.3.11 |
1114 | 2023-10-05T01:54:12.330Z | Downloaded phf_shared v0.11.2 |
1115 | 2023-10-05T01:54:12.336Z | Downloaded getopts v0.2.21 |
1116 | 2023-10-05T01:54:12.352Z | Downloaded usdt v0.3.5 |
1117 | 2023-10-05T01:54:12.372Z | Downloaded num-bigint-dig v0.8.4 |
1118 | 2023-10-05T01:54:12.765Z | Downloaded curve25519-dalek-derive v0.1.0 |
1119 | 2023-10-05T01:54:12.996Z | Downloaded tokio-tungstenite v0.20.1 |
1120 | 2023-10-05T01:54:13.073Z | Downloaded crc-any v2.4.3 |
1121 | 2023-10-05T01:54:13.226Z | Downloaded subprocess v0.2.9 |
1122 | 2023-10-05T01:54:13.235Z | Downloaded either v1.9.0 |
1123 | 2023-10-05T01:54:13.284Z | Downloaded bytes v1.5.0 |
1124 | 2023-10-05T01:54:13.316Z | Downloaded usdt-impl v0.3.5 |
1125 | 2023-10-05T01:54:13.341Z | Downloaded resolv-conf v0.7.0 |
1126 | 2023-10-05T01:54:13.778Z | Downloaded foreign-types-macros v0.2.3 |
1127 | 2023-10-05T01:54:13.798Z | Downloaded slog-async v2.8.0 |
1128 | 2023-10-05T01:54:13.814Z | Downloaded sct v0.7.0 |
1129 | 2023-10-05T01:54:14.236Z | Downloaded rustfmt-wrapper v0.2.0 |
1130 | 2023-10-05T01:54:14.244Z | Downloaded test-strategy v0.2.1 |
1131 | 2023-10-05T01:54:14.268Z | Downloaded socket2 v0.4.9 |
1132 | 2023-10-05T01:54:14.283Z | Downloaded anyhow v1.0.75 |
1133 | 2023-10-05T01:54:14.302Z | Downloaded smallvec v1.11.0 |
1134 | 2023-10-05T01:54:14.363Z | Downloaded anstyle-parse v0.2.1 |
1135 | 2023-10-05T01:54:14.378Z | Downloaded ipnet v2.8.0 |
1136 | 2023-10-05T01:54:14.394Z | Downloaded clang-sys v1.6.1 |
1137 | 2023-10-05T01:54:14.410Z | Downloaded base64ct v1.6.0 |
1138 | 2023-10-05T01:54:14.424Z | Downloaded vte_generate_state_changes v0.1.1 |
1139 | 2023-10-05T01:54:14.436Z | Downloaded crc32fast v1.3.2 |
1140 | 2023-10-05T01:54:14.456Z | Downloaded http v0.2.9 |
1141 | 2023-10-05T01:54:14.473Z | Downloaded md-5 v0.10.5 |
1142 | 2023-10-05T01:54:14.894Z | Downloaded termcolor v1.2.0 |
1143 | 2023-10-05T01:54:14.901Z | Downloaded smallvec v0.6.14 |
1144 | 2023-10-05T01:54:14.912Z | Downloaded scheduled-thread-pool v0.2.7 |
1145 | 2023-10-05T01:54:14.921Z | Downloaded blake2 v0.10.6 |
1146 | 2023-10-05T01:54:14.929Z | Downloaded lock_api v0.4.10 |
1147 | 2023-10-05T01:54:14.938Z | Downloaded shell-words v1.1.0 |
1148 | 2023-10-05T01:54:14.952Z | Downloaded usdt-attr-macro v0.3.5 |
1149 | 2023-10-05T01:54:14.971Z | Downloaded ansi_term v0.12.1 |
1150 | 2023-10-05T01:54:15.009Z | Downloaded unarray v0.1.4 |
1151 | 2023-10-05T01:54:15.053Z | Downloaded num-traits v0.2.16 |
1152 | 2023-10-05T01:54:15.497Z | Downloaded cookie v0.16.2 |
1153 | 2023-10-05T01:54:16.022Z | Downloaded chacha20poly1305 v0.10.1 |
1154 | 2023-10-05T01:54:16.079Z | Downloaded inout v0.1.3 |
1155 | 2023-10-05T01:54:16.125Z | Downloaded async-trait v0.1.73 |
1156 | 2023-10-05T01:54:16.288Z | Downloaded serde_plain v1.0.2 |
1157 | 2023-10-05T01:54:16.430Z | Downloaded ahash v0.7.6 |
1158 | 2023-10-05T01:54:16.543Z | Downloaded bzip2 v0.4.4 |
1159 | 2023-10-05T01:54:16.612Z | Downloaded termios v0.3.3 |
1160 | 2023-10-05T01:54:16.658Z | Downloaded strum_macros v0.25.2 |
1161 | 2023-10-05T01:54:16.693Z | Downloaded strum_macros v0.24.3 |
1162 | 2023-10-05T01:54:16.700Z | Downloaded static_assertions v1.1.0 |
1163 | 2023-10-05T01:54:16.711Z | Downloaded slog-term v2.9.0 |
1164 | 2023-10-05T01:54:16.737Z | Downloaded signature v1.6.4 |
1165 | 2023-10-05T01:54:16.741Z | Downloaded slog-dtrace v0.2.3 |
1166 | 2023-10-05T01:54:16.747Z | Downloaded slog-bunyan v2.4.0 |
1167 | 2023-10-05T01:54:16.753Z | Downloaded camino v1.1.6 |
1168 | 2023-10-05T01:54:16.762Z | Downloaded aes-gcm-siv v0.11.1 |
1169 | 2023-10-05T01:54:16.766Z | Downloaded serde_urlencoded v0.7.1 |
1170 | 2023-10-05T01:54:16.778Z | Downloaded hyper-rustls v0.24.1 |
1171 | 2023-10-05T01:54:16.915Z | Downloaded buf-list v1.0.3 |
1172 | 2023-10-05T01:54:16.940Z | Downloaded bit-set v0.5.3 |
1173 | 2023-10-05T01:54:16.957Z | Downloaded backtrace v0.3.69 |
1174 | 2023-10-05T01:54:16.966Z | Downloaded libefi-sys v0.1.0 |
1175 | 2023-10-05T01:54:16.982Z | Downloaded const_format_proc_macros v0.2.31 |
1176 | 2023-10-05T01:54:17.005Z | Downloaded crossbeam-deque v0.8.3 |
1177 | 2023-10-05T01:54:17.430Z | Downloaded aead v0.5.2 |
1178 | 2023-10-05T01:54:17.445Z | Downloaded async-recursion v1.0.5 |
1179 | 2023-10-05T01:54:17.462Z | Downloaded cargo_toml v0.16.3 |
1180 | 2023-10-05T01:54:17.473Z | Downloaded autocfg v1.1.0 |
1181 | 2023-10-05T01:54:17.510Z | Downloaded itoa v1.0.9 |
1182 | 2023-10-05T01:54:17.519Z | Downloaded managed v0.8.0 |
1183 | 2023-10-05T01:54:17.534Z | Downloaded ciborium v0.2.1 |
1184 | 2023-10-05T01:54:17.553Z | Downloaded topological-sort v0.2.2 |
1185 | 2023-10-05T01:54:17.565Z | Downloaded toolchain_find v0.2.0 |
1186 | 2023-10-05T01:54:17.581Z | Downloaded semver v0.11.0 |
1187 | 2023-10-05T01:54:17.612Z | Downloaded iana-time-zone v0.1.57 |
1188 | 2023-10-05T01:54:17.672Z | Downloaded log v0.4.20 |
1189 | 2023-10-05T01:54:17.685Z | Downloaded libloading v0.7.4 |
1190 | 2023-10-05T01:54:17.709Z | Downloaded lazy_static v1.4.0 |
1191 | 2023-10-05T01:54:17.724Z | Downloaded keccak v0.1.4 |
1192 | 2023-10-05T01:54:17.738Z | Downloaded cc v1.0.83 |
1193 | 2023-10-05T01:54:17.746Z | Downloaded rustversion v1.0.14 |
1194 | 2023-10-05T01:54:17.753Z | Downloaded mime_guess v2.0.4 |
1195 | 2023-10-05T01:54:17.760Z | Downloaded cexpr v0.6.0 |
1196 | 2023-10-05T01:54:17.766Z | Downloaded bitfield v0.14.0 |
1197 | 2023-10-05T01:54:17.771Z | Downloaded signature v2.1.0 |
1198 | 2023-10-05T01:54:17.778Z | Downloaded bytecount v0.6.3 |
1199 | 2023-10-05T01:54:17.785Z | Downloaded anstream v0.5.0 |
1200 | 2023-10-05T01:54:17.797Z | Downloaded signal-hook-tokio v0.3.1 |
1201 | 2023-10-05T01:54:17.801Z | Downloaded lru-cache v0.1.2 |
1202 | 2023-10-05T01:54:17.806Z | Downloaded cipher v0.4.4 |
1203 | 2023-10-05T01:54:18.228Z | Downloaded cargo-platform v0.1.3 |
1204 | 2023-10-05T01:54:18.245Z | Downloaded console v0.15.7 |
1205 | 2023-10-05T01:54:18.686Z | Downloaded lazycell v1.3.0 |
1206 | 2023-10-05T01:54:18.709Z | Downloaded ciborium-ll v0.2.1 |
1207 | 2023-10-05T01:54:18.718Z | Downloaded anstyle v1.0.2 |
1208 | 2023-10-05T01:54:18.725Z | Downloaded hyper-staticfile v0.9.5 |
1209 | 2023-10-05T01:54:18.732Z | Downloaded async-stream-impl v0.3.5 |
1210 | 2023-10-05T01:54:18.742Z | Downloaded lalrpop-util v0.19.12 |
1211 | 2023-10-05T01:54:18.753Z | Downloaded indoc v2.0.3 |
1212 | 2023-10-05T01:54:18.759Z | Downloaded memoffset v0.7.1 |
1213 | 2023-10-05T01:54:18.770Z | Downloaded colorchoice v1.0.0 |
1214 | 2023-10-05T01:54:18.781Z | Downloaded assert_matches v1.5.0 |
1215 | 2023-10-05T01:54:18.788Z | Downloaded indoc v1.0.9 |
1216 | 2023-10-05T01:54:18.798Z | Downloaded bytesize v1.3.0 |
1217 | 2023-10-05T01:54:18.817Z | Downloaded macaddr v1.0.1 |
1218 | 2023-10-05T01:54:19.234Z | Downloaded ident_case v1.0.1 |
1219 | 2023-10-05T01:54:19.258Z | Downloaded num_enum_derive v0.7.0 |
1220 | 2023-10-05T01:54:19.698Z | Downloaded atty v0.2.14 |
1221 | 2023-10-05T01:54:19.713Z | Downloaded hubpack_derive v0.1.1 |
1222 | 2023-10-05T01:54:19.733Z | Downloaded block-buffer v0.10.4 |
1223 | 2023-10-05T01:54:19.753Z | Downloaded crossbeam-queue v0.3.8 |
1224 | 2023-10-05T01:54:19.773Z | Downloaded base64 v0.21.4 |
1225 | 2023-10-05T01:54:19.795Z | Downloaded async-stream v0.3.5 |
1226 | 2023-10-05T01:54:19.824Z | Downloaded impl-trait-for-tuples v0.2.2 |
1227 | 2023-10-05T01:54:19.850Z | Downloaded bitflags v2.4.0 |
1228 | 2023-10-05T01:54:19.868Z | Downloaded bincode v1.3.3 |
1229 | 2023-10-05T01:54:19.884Z | Downloaded hyper-tls v0.5.0 |
1230 | 2023-10-05T01:54:19.903Z | Downloaded colored v2.0.4 |
1231 | 2023-10-05T01:54:19.918Z | Downloaded base16ct v0.2.0 |
1232 | 2023-10-05T01:54:19.927Z | Downloaded num_enum_derive v0.5.11 |
1233 | 2023-10-05T01:54:19.941Z | Downloaded humantime v2.1.0 |
1234 | 2023-10-05T01:54:19.950Z | Downloaded hubpack v0.1.2 |
1235 | 2023-10-05T01:54:19.973Z | Downloaded httpdate v1.0.3 |
1236 | 2023-10-05T01:54:19.986Z | Downloaded crc v3.0.1 |
1237 | 2023-10-05T01:54:20.409Z | Downloaded cfg-if v1.0.0 |
1238 | 2023-10-05T01:54:20.433Z | Downloaded cassowary v0.3.0 |
1239 | 2023-10-05T01:54:20.452Z | Downloaded bitflags v1.3.2 |
1240 | 2023-10-05T01:54:20.471Z | Downloaded bb8 v0.8.1 |
1241 | 2023-10-05T01:54:20.900Z | Downloaded rustc-demangle v0.1.23 |
1242 | 2023-10-05T01:54:20.930Z | Downloaded bitstruct_derive v0.1.0 |
1243 | 2023-10-05T01:54:20.999Z | Downloaded anstyle-query v1.0.0 |
1244 | 2023-10-05T01:54:21.113Z | Downloaded mockall_derive v0.11.4 |
1245 | 2023-10-05T01:54:21.751Z | Downloaded is-terminal v0.4.9 |
1246 | 2023-10-05T01:54:21.839Z | Downloaded ciborium-io v0.2.1 |
1247 | 2023-10-05T01:54:21.875Z | Downloaded atomic-waker v1.1.1 |
1248 | 2023-10-05T01:54:21.919Z | Downloaded num_enum v0.7.0 |
1249 | 2023-10-05T01:54:21.967Z | Downloaded num_enum v0.5.11 |
1250 | 2023-10-05T01:54:21.983Z | Downloaded num_cpus v1.16.0 |
1251 | 2023-10-05T01:54:22.003Z | Downloaded num-integer v0.1.45 |
1252 | 2023-10-05T01:54:22.037Z | Downloaded num-complex v0.4.4 |
1253 | 2023-10-05T01:54:22.073Z | Downloaded nu-ansi-term v0.49.0 |
1254 | 2023-10-05T01:54:22.096Z | Downloaded native-tls v0.2.11 |
1255 | 2023-10-05T01:54:22.563Z | Downloaded linear-map v1.2.0 |
1256 | 2023-10-05T01:54:22.585Z | Downloaded jobserver v0.1.26 |
1257 | 2023-10-05T01:54:22.597Z | Downloaded num_threads v0.1.6 |
1258 | 2023-10-05T01:54:22.610Z | Downloaded hex v0.4.3 |
1259 | 2023-10-05T01:54:22.626Z | Downloaded heck v0.4.1 |
1260 | 2023-10-05T01:54:22.634Z | Downloaded num v0.4.1 |
1261 | 2023-10-05T01:54:22.646Z | Downloaded bit_field v0.10.2 |
1262 | 2023-10-05T01:54:22.692Z | Downloaded num-iter v0.1.43 |
1263 | 2023-10-05T01:54:22.715Z | Downloaded new_debug_unreachable v1.0.4 |
1264 | 2023-10-05T01:54:22.737Z | Downloaded cpufeatures v0.2.9 |
1265 | 2023-10-05T01:54:22.756Z | Downloaded cfg-if v0.1.10 |
1266 | 2023-10-05T01:54:22.769Z | Downloaded chacha20 v0.9.1 |
1267 | 2023-10-05T01:54:22.785Z | Downloaded byteorder v1.4.3 |
1268 | 2023-10-05T01:54:22.808Z | Downloaded ascii v1.1.0 |
1269 | 2023-10-05T01:54:22.829Z | Compiling proc-macro2 v1.0.67 |
1270 | 2023-10-05T01:54:22.852Z | Compiling unicode-ident v1.0.12 |
1271 | 2023-10-05T01:54:22.884Z | Compiling libc v0.2.148 |
1272 | 2023-10-05T01:54:22.897Z | Compiling serde v1.0.188 |
1273 | 2023-10-05T01:54:22.910Z | Compiling autocfg v1.1.0 |
1274 | 2023-10-05T01:54:22.925Z | Compiling version_check v0.9.4 |
1275 | 2023-10-05T01:54:22.935Z | Compiling cfg-if v1.0.0 |
1276 | 2023-10-05T01:54:22.947Z | Compiling syn v1.0.109 |
1277 | 2023-10-05T01:54:22.959Z | Compiling once_cell v1.18.0 |
1278 | 2023-10-05T01:54:22.970Z | Compiling parking_lot_core v0.9.8 |
1279 | 2023-10-05T01:54:22.979Z | Compiling libm v0.2.7 |
1280 | 2023-10-05T01:54:22.992Z | Compiling ahash v0.8.3 |
1281 | 2023-10-05T01:54:23.021Z | Compiling lock_api v0.4.10 |
1282 | 2023-10-05T01:54:23.036Z | Compiling num-traits v0.2.16 |
1283 | 2023-10-05T01:54:23.041Z | Compiling thiserror v1.0.49 |
1284 | 2023-10-05T01:54:23.047Z | Compiling typenum v1.16.0 |
1285 | 2023-10-05T01:54:23.055Z | Compiling futures-core v0.3.28 |
1286 | 2023-10-05T01:54:23.069Z | Compiling generic-array v0.14.7 |
1287 | 2023-10-05T01:54:23.077Z | Compiling memchr v2.6.3 |
1288 | 2023-10-05T01:54:23.087Z | Compiling itoa v1.0.9 |
1289 | 2023-10-05T01:54:23.097Z | Compiling scopeguard v1.2.0 |
1290 | 2023-10-05T01:54:23.108Z | Compiling pkg-config v0.3.27 |
1291 | 2023-10-05T01:54:23.118Z | Compiling quote v1.0.33 |
1292 | 2023-10-05T01:54:23.130Z | Compiling slab v0.4.9 |
1293 | 2023-10-05T01:54:23.143Z | Compiling syn v2.0.37 |
1294 | 2023-10-05T01:54:23.179Z | Compiling jobserver v0.1.26 |
1295 | 2023-10-05T01:54:23.207Z | Compiling getrandom v0.2.10 |
1296 | 2023-10-05T01:54:23.237Z | Compiling cc v1.0.83 |
1297 | 2023-10-05T01:54:23.288Z | Compiling futures-task v0.3.28 |
1298 | 2023-10-05T01:54:23.731Z | Compiling futures-channel v0.3.28 |
1299 | 2023-10-05T01:54:23.744Z | Compiling futures-util v0.3.28 |
1300 | 2023-10-05T01:54:23.756Z | Compiling log v0.4.20 |
1301 | 2023-10-05T01:54:23.769Z | Compiling ryu v1.0.15 |
1302 | 2023-10-05T01:54:23.841Z | Compiling serde_json v1.0.107 |
1303 | 2023-10-05T01:54:23.856Z | Compiling pin-project-lite v0.2.13 |
1304 | 2023-10-05T01:54:23.873Z | Compiling ahash v0.7.6 |
1305 | 2023-10-05T01:54:23.884Z | Compiling vcpkg v0.2.15 |
1306 | 2023-10-05T01:54:23.896Z | Compiling schemars v0.8.13 |
1307 | 2023-10-05T01:54:23.911Z | Compiling smallvec v1.11.0 |
1308 | 2023-10-05T01:54:23.927Z | Compiling heck v0.4.1 |
1309 | 2023-10-05T01:54:23.944Z | Compiling parking_lot v0.12.1 |
1310 | 2023-10-05T01:54:23.955Z | Compiling num_cpus v1.16.0 |
1311 | 2023-10-05T01:54:23.959Z | Compiling ring v0.16.20 |
1312 | 2023-10-05T01:54:23.962Z | Compiling openssl-sys v0.9.93 |
1313 | 2023-10-05T01:54:23.966Z | Compiling rand_core v0.6.4 |
1314 | 2023-10-05T01:54:23.971Z | Compiling indexmap v1.9.3 |
1315 | 2023-10-05T01:54:23.976Z | Compiling byteorder v1.4.3 |
1316 | 2023-10-05T01:54:23.979Z | Compiling allocator-api2 v0.2.16 |
1317 | 2023-10-05T01:54:23.984Z | Compiling equivalent v1.0.1 |
1318 | 2023-10-05T01:54:23.988Z | Compiling httparse v1.8.0 |
1319 | 2023-10-05T01:54:23.992Z | Compiling spin v0.5.2 |
1320 | 2023-10-05T01:54:23.996Z | Compiling mio v0.8.8 |
1321 | 2023-10-05T01:54:24.002Z | Compiling socket2 v0.5.3 |
1322 | 2023-10-05T01:54:24.006Z | Compiling hashbrown v0.14.0 |
1323 | 2023-10-05T01:54:24.010Z | Compiling signal-hook-registry v1.4.1 |
1324 | 2023-10-05T01:54:24.014Z | Compiling openssl v0.10.57 |
1325 | 2023-10-05T01:54:24.017Z | Compiling fnv v1.0.7 |
1326 | 2023-10-05T01:54:24.021Z | Compiling semver v1.0.18 |
1327 | 2023-10-05T01:54:24.027Z | Compiling rustls v0.21.7 |
1328 | 2023-10-05T01:54:24.046Z | Compiling serde_derive_internals v0.26.0 |
1329 | 2023-10-05T01:54:24.068Z | Compiling iana-time-zone v0.1.57 |
1330 | 2023-10-05T01:54:24.098Z | Compiling native-tls v0.2.11 |
1331 | 2023-10-05T01:54:24.105Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2023-10-05T01:54:24.114Z | Compiling ucd-trie v0.1.6 |
1333 | 2023-10-05T01:54:24.117Z | Compiling unicode-xid v0.2.4 |
1334 | 2023-10-05T01:54:24.125Z | Compiling synstructure v0.12.6 |
1335 | 2023-10-05T01:54:24.137Z | Compiling futures-sink v0.3.28 |
1336 | 2023-10-05T01:54:24.565Z | Compiling io-lifetimes v1.0.11 |
1337 | 2023-10-05T01:54:24.575Z | Compiling backtrace v0.3.69 |
1338 | 2023-10-05T01:54:24.585Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2023-10-05T01:54:24.600Z | Compiling dyn-clone v1.0.13 |
1340 | 2023-10-05T01:54:24.610Z | Compiling tinyvec v1.6.0 |
1341 | 2023-10-05T01:54:24.617Z | Compiling tracing-core v0.1.31 |
1342 | 2023-10-05T01:54:24.633Z | Compiling num-integer v0.1.45 |
1343 | 2023-10-05T01:54:24.657Z | Compiling memoffset v0.9.0 |
1344 | 2023-10-05T01:54:24.660Z | Compiling pin-utils v0.1.0 |
1345 | 2023-10-05T01:54:24.663Z | Compiling futures-io v0.3.28 |
1346 | 2023-10-05T01:54:24.667Z | Compiling rustix v0.37.23 |
1347 | 2023-10-05T01:54:24.670Z | Compiling subtle v2.5.0 |
1348 | 2023-10-05T01:54:24.673Z | Compiling rustix v0.38.9 |
1349 | 2023-10-05T01:54:24.676Z | Compiling winnow v0.5.15 |
1350 | 2023-10-05T01:54:24.680Z | Compiling hashbrown v0.13.2 |
1351 | 2023-10-05T01:54:24.683Z | Compiling aho-corasick v1.0.4 |
1352 | 2023-10-05T01:54:24.686Z | Compiling unicode-normalization v0.1.22 |
1353 | 2023-10-05T01:54:24.689Z | Compiling usdt-impl v0.3.5 |
1354 | 2023-10-05T01:54:24.692Z | Compiling regex-syntax v0.7.5 |
1355 | 2023-10-05T01:54:24.695Z | Compiling anyhow v1.0.75 |
1356 | 2023-10-05T01:54:24.698Z | Compiling unicode-bidi v0.3.13 |
1357 | 2023-10-05T01:54:24.723Z | Compiling crc32fast v1.3.2 |
1358 | 2023-10-05T01:54:24.729Z | Compiling serde_derive v1.0.188 |
1359 | 2023-10-05T01:54:24.757Z | Compiling zeroize_derive v1.4.2 |
1360 | 2023-10-05T01:54:24.763Z | Compiling thiserror-impl v1.0.49 |
1361 | 2023-10-05T01:54:24.780Z | Compiling tokio-macros v2.1.0 |
1362 | 2023-10-05T01:54:25.224Z | Compiling futures-macro v0.3.28 |
1363 | 2023-10-05T01:54:25.235Z | Compiling tracing-attributes v0.1.26 |
1364 | 2023-10-05T01:54:25.262Z | Compiling schemars_derive v0.8.13 |
1365 | 2023-10-05T01:54:25.278Z | Compiling zeroize v1.6.0 |
1366 | 2023-10-05T01:54:25.324Z | Compiling openssl-macros v0.1.1 |
1367 | 2023-10-05T01:54:25.367Z | Compiling pest v2.7.2 |
1368 | 2023-10-05T01:54:25.815Z | Compiling zerocopy-derive v0.2.0 |
1369 | 2023-10-05T01:54:25.834Z | Compiling crypto-common v0.1.6 |
1370 | 2023-10-05T01:54:25.934Z | Compiling block-buffer v0.10.4 |
1371 | 2023-10-05T01:54:26.055Z | Compiling slog v2.7.0 |
1372 | 2023-10-05T01:54:26.081Z | Compiling tracing v0.1.37 |
1373 | 2023-10-05T01:54:26.931Z | Compiling const-oid v0.9.5 |
1374 | 2023-10-05T01:54:26.951Z | Compiling bitflags v1.3.2 |
1375 | 2023-10-05T01:54:26.969Z | Compiling time-core v0.1.1 |
1376 | 2023-10-05T01:54:27.003Z | Compiling pest_meta v2.7.2 |
1377 | 2023-10-05T01:54:27.028Z | Compiling time-macros v0.2.13 |
1378 | 2023-10-05T01:54:27.097Z | Compiling regex-automata v0.3.8 |
1379 | 2023-10-05T01:54:27.146Z | Compiling pest_generator v2.7.2 |
1380 | 2023-10-05T01:54:27.190Z | Compiling digest v0.10.7 |
1381 | 2023-10-05T01:54:27.225Z | Compiling pest_derive v2.7.2 |
1382 | 2023-10-05T01:54:27.659Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1383 | 2023-10-05T01:54:27.680Z | Compiling crossbeam-epoch v0.9.15 |
1384 | 2023-10-05T01:54:27.694Z | Compiling async-trait v0.1.73 |
1385 | 2023-10-05T01:54:27.707Z | Compiling ppv-lite86 v0.2.17 |
1386 | 2023-10-05T01:54:27.714Z | Compiling rand_chacha v0.3.1 |
1387 | 2023-10-05T01:54:27.725Z | Compiling zerocopy v0.3.0 |
1388 | 2023-10-05T01:54:27.737Z | Compiling zerocopy-derive v0.6.3 |
1389 | 2023-10-05T01:54:27.752Z | Compiling base64 v0.21.4 |
1390 | 2023-10-05T01:54:27.766Z | Compiling untrusted v0.7.1 |
1391 | 2023-10-05T01:54:27.786Z | Compiling strsim v0.10.0 |
1392 | 2023-10-05T01:54:28.214Z | Compiling bytes v1.5.0 |
1393 | 2023-10-05T01:54:28.635Z | Compiling indexmap v2.0.0 |
1394 | 2023-10-05T01:54:28.642Z | Compiling uuid v1.4.1 |
1395 | 2023-10-05T01:54:28.649Z | Compiling tokio v1.32.0 |
1396 | 2023-10-05T01:54:28.653Z | Compiling chrono v0.4.31 |
1397 | 2023-10-05T01:54:28.658Z | Compiling bitflags v2.4.0 |
1398 | 2023-10-05T01:54:28.662Z | Compiling toml_datetime v0.6.3 |
1399 | 2023-10-05T01:54:28.668Z | Compiling serde_spanned v0.6.3 |
1400 | 2023-10-05T01:54:28.673Z | Compiling rustc_version v0.4.0 |
1401 | 2023-10-05T01:54:28.677Z | Compiling http v0.2.9 |
1402 | 2023-10-05T01:54:28.685Z | Compiling toml_edit v0.19.15 |
1403 | 2023-10-05T01:54:28.690Z | Compiling heapless v0.7.16 |
1404 | 2023-10-05T01:54:36.859Z | Compiling dof v0.1.5 |
1405 | 2023-10-05T01:54:37.817Z | Compiling tokio-util v0.7.8 |
1406 | 2023-10-05T01:54:37.947Z | Compiling rand v0.8.5 |
1407 | 2023-10-05T01:54:38.125Z | Compiling hashbrown v0.12.3 |
1408 | 2023-10-05T01:54:38.343Z | Compiling regex v1.9.5 |
1409 | 2023-10-05T01:54:38.595Z | Compiling dtrace-parser v0.1.14 |
1410 | 2023-10-05T01:54:39.071Z | Compiling errno v0.3.2 |
1411 | 2023-10-05T01:54:39.128Z | Compiling thread-id v4.2.0 |
1412 | 2023-10-05T01:54:39.156Z | Compiling num-bigint v0.4.4 |
1413 | 2023-10-05T01:54:39.183Z | Compiling percent-encoding v2.3.0 |
1414 | 2023-10-05T01:54:39.225Z | Compiling openssl-probe v0.1.5 |
1415 | 2023-10-05T01:54:39.259Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1416 | 2023-10-05T01:54:39.287Z | Compiling smoltcp v0.9.1 |
1417 | 2023-10-05T01:54:39.323Z | Compiling foreign-types-shared v0.1.1 |
1418 | 2023-10-05T01:54:39.366Z | Compiling unicode-width v0.1.10 |
1419 | 2023-10-05T01:54:39.381Z | Compiling radium v0.7.0 |
1420 | 2023-10-05T01:54:39.395Z | Compiling foreign-types v0.3.2 |
1421 | 2023-10-05T01:54:41.223Z | Compiling serde_tokenstream v0.1.7 |
1422 | 2023-10-05T01:54:42.166Z | Compiling lazy_static v1.4.0 |
1423 | 2023-10-05T01:54:42.848Z | Compiling socket2 v0.4.9 |
1424 | 2023-10-05T01:54:42.884Z | Compiling try-lock v0.2.4 |
1425 | 2023-10-05T01:54:45.113Z | Compiling siphasher v0.3.11 |
1426 | 2023-10-05T01:54:45.428Z | Compiling adler v1.0.2 |
1427 | 2023-10-05T01:54:45.693Z | Compiling unicode-segmentation v1.10.1 |
1428 | 2023-10-05T01:54:46.278Z | Compiling miniz_oxide v0.7.1 |
1429 | 2023-10-05T01:54:47.326Z | Compiling want v0.3.1 |
1430 | 2023-10-05T01:54:47.629Z | Compiling h2 v0.3.21 |
1431 | 2023-10-05T01:54:49.149Z | Compiling form_urlencoded v1.2.0 |
1432 | 2023-10-05T01:54:49.972Z | Compiling sct v0.7.0 |
1433 | 2023-10-05T01:54:49.986Z | Compiling rustls-webpki v0.101.4 |
1434 | 2023-10-05T01:54:49.998Z | Compiling http-body v0.4.5 |
1435 | 2023-10-05T01:54:50.058Z | Compiling hubpack_derive v0.1.1 |
1436 | 2023-10-05T01:54:51.501Z | Compiling num-iter v0.1.43 |
1437 | 2023-10-05T01:54:51.713Z | Compiling httpdate v1.0.3 |
1438 | 2023-10-05T01:54:52.082Z | Compiling cpufeatures v0.2.9 |
1439 | 2023-10-05T01:54:52.227Z | Compiling utf8parse v0.2.1 |
1440 | 2023-10-05T01:54:52.488Z | Compiling anstyle v1.0.2 |
1441 | 2023-10-05T01:54:52.509Z | Compiling tower-service v0.3.2 |
1442 | 2023-10-05T01:54:52.812Z | Compiling anstyle-parse v0.2.1 |
1443 | 2023-10-05T01:54:53.026Z | Compiling sha2 v0.10.7 |
1444 | 2023-10-05T01:54:57.236Z | Compiling usdt-macro v0.3.5 |
1445 | 2023-10-05T01:54:57.695Z | Compiling usdt-attr-macro v0.3.5 |
1446 | 2023-10-05T01:54:59.205Z | Compiling hyper v0.14.27 |
1447 | 2023-10-05T01:55:00.755Z | Compiling openapiv3 v1.0.3 |
1448 | 2023-10-05T01:55:01.898Z | Compiling rustls-pemfile v1.0.3 |
1449 | 2023-10-05T01:55:02.451Z | Compiling md-5 v0.10.5 |
1450 | 2023-10-05T01:55:03.221Z | Compiling hmac v0.12.1 |
1451 | 2023-10-05T01:55:06.745Z | Compiling idna v0.4.0 |
1452 | 2023-10-05T01:55:06.839Z | Compiling stringprep v0.1.3 |
1453 | 2023-10-05T01:55:06.882Z | Compiling diesel_table_macro_syntax v0.1.0 |
1454 | 2023-10-05T01:55:06.940Z | Compiling hash32 v0.2.1 |
1455 | 2023-10-05T01:55:07.383Z | Compiling spin v0.9.8 |
1456 | 2023-10-05T01:55:07.404Z | Compiling fallible-iterator v0.2.0 |
1457 | 2023-10-05T01:55:07.581Z | Compiling gimli v0.28.0 |
1458 | 2023-10-05T01:55:07.724Z | Compiling colorchoice v1.0.0 |
1459 | 2023-10-05T01:55:07.907Z | Compiling anstyle-query v1.0.0 |
1460 | 2023-10-05T01:55:07.938Z | Compiling stable_deref_trait v1.2.0 |
1461 | 2023-10-05T01:55:08.488Z | Compiling postgres-protocol v0.6.6 |
1462 | 2023-10-05T01:55:09.171Z | Compiling anstream v0.5.0 |
1463 | 2023-10-05T01:55:10.461Z | Compiling diesel_derives v2.1.1 |
1464 | 2023-10-05T01:55:10.480Z | Compiling url v2.4.1 |
1465 | 2023-10-05T01:55:10.661Z | Compiling rustls-native-certs v0.6.3 |
1466 | 2023-10-05T01:55:11.242Z | Compiling tokio-rustls v0.24.1 |
1467 | 2023-10-05T01:55:15.237Z | Compiling addr2line v0.21.0 |
1468 | 2023-10-05T01:55:16.190Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2023-10-05T01:55:16.618Z | Compiling terminal_size v0.2.6 |
1470 | 2023-10-05T01:55:17.659Z | Compiling phf_shared v0.11.2 |
1471 | 2023-10-05T01:55:19.886Z | Compiling serde_tokenstream v0.2.0 |
1472 | 2023-10-05T01:55:20.039Z | Compiling block-padding v0.3.3 |
1473 | 2023-10-05T01:55:20.100Z | Compiling enum-as-inner v0.5.1 |
1474 | 2023-10-05T01:55:20.397Z | Compiling clap_derive v4.4.2 |
1475 | 2023-10-05T01:55:20.731Z | Compiling serde_repr v0.1.16 |
1476 | 2023-10-05T01:55:22.083Z | Compiling scheduled-thread-pool v0.2.7 |
1477 | 2023-10-05T01:55:22.397Z | Compiling object v0.32.1 |
1478 | 2023-10-05T01:55:34.370Z | Compiling matches v0.1.10 |
1479 | 2023-10-05T01:55:34.917Z | Compiling tap v1.0.1 |
1480 | 2023-10-05T01:55:34.929Z | Compiling rustc-demangle v0.1.23 |
1481 | 2023-10-05T01:55:34.964Z | Compiling deranged v0.3.8 |
1482 | 2023-10-05T01:55:36.192Z | Compiling managed v0.8.0 |
1483 | 2023-10-05T01:55:37.206Z | Compiling clap_lex v0.5.1 |
1484 | 2023-10-05T01:55:38.501Z | Compiling either v1.9.0 |
1485 | 2023-10-05T01:55:38.741Z | Compiling bit-vec v0.6.3 |
1486 | 2023-10-05T01:55:39.436Z | Compiling num_threads v0.1.6 |
1487 | 2023-10-05T01:55:39.620Z | Compiling ipnet v2.8.0 |
1488 | 2023-10-05T01:55:40.982Z | Compiling regex-automata v0.1.10 |
1489 | 2023-10-05T01:55:41.785Z | Compiling bstr v0.2.17 |
1490 | 2023-10-05T01:55:43.060Z | Compiling time v0.3.27 |
1491 | 2023-10-05T01:55:44.135Z | Compiling itertools v0.10.5 |
1492 | 2023-10-05T01:55:45.031Z | Compiling clap_builder v4.4.2 |
1493 | 2023-10-05T01:55:48.938Z | Compiling wyz v0.5.1 |
1494 | 2023-10-05T01:55:49.648Z | Compiling idna v0.2.3 |
1495 | 2023-10-05T01:55:52.855Z | Compiling r2d2 v0.8.10 |
1496 | 2023-10-05T01:55:53.097Z | Compiling inout v0.1.3 |
1497 | 2023-10-05T01:55:56.032Z | Compiling phf v0.11.2 |
1498 | 2023-10-05T01:55:56.559Z | Compiling hyper-tls v0.5.0 |
1499 | 2023-10-05T01:55:57.012Z | Compiling hyper-rustls v0.24.1 |
1500 | 2023-10-05T01:55:58.148Z | Compiling flate2 v1.0.27 |
1501 | 2023-10-05T01:55:58.518Z | Compiling postgres-types v0.2.6 |
1502 | 2023-10-05T01:55:59.646Z | Compiling hubpack v0.1.2 |
1503 | 2023-10-05T01:55:59.695Z | Compiling serde_urlencoded v0.7.1 |
1504 | 2023-10-05T01:56:00.798Z | Compiling phf_shared v0.10.0 |
1505 | 2023-10-05T01:56:00.886Z | Compiling ipnetwork v0.20.0 |
1506 | 2023-10-05T01:56:01.046Z | Compiling zerocopy v0.6.3 |
1507 | 2023-10-05T01:56:01.696Z | Compiling futures-executor v0.3.28 |
1508 | 2023-10-05T01:56:02.531Z | Compiling regress v0.7.1 |
1509 | 2023-10-05T01:56:03.048Z | Compiling float-cmp v0.9.0 |
1510 | 2023-10-05T01:56:03.485Z | Compiling encoding_rs v0.8.33 |
1511 | 2023-10-05T01:56:03.505Z | Compiling fixedbitset v0.4.2 |
1512 | 2023-10-05T01:56:03.526Z | Compiling predicates-core v1.0.6 |
1513 | 2023-10-05T01:56:03.551Z | Compiling smawk v0.3.1 |
1514 | 2023-10-05T01:56:03.564Z | Compiling new_debug_unreachable v1.0.4 |
1515 | 2023-10-05T01:56:03.580Z | Compiling mime v0.3.17 |
1516 | 2023-10-05T01:56:04.057Z | Compiling difflib v0.4.0 |
1517 | 2023-10-05T01:56:04.417Z | Compiling funty v2.0.0 |
1518 | 2023-10-05T01:56:04.638Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2023-10-05T01:56:06.608Z | Compiling precomputed-hash v0.1.1 |
1520 | 2023-10-05T01:56:06.619Z | Compiling webpki-roots v0.25.2 |
1521 | 2023-10-05T01:56:06.627Z | Compiling data-encoding v2.4.0 |
1522 | 2023-10-05T01:56:06.640Z | Compiling unicode-linebreak v0.1.5 |
1523 | 2023-10-05T01:56:06.839Z | Compiling whoami v1.4.1 |
1524 | 2023-10-05T01:56:07.586Z | Compiling static_assertions v1.1.0 |
1525 | 2023-10-05T01:56:07.859Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1526 | 2023-10-05T01:56:07.905Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1527 | 2023-10-05T01:56:11.327Z | Compiling trust-dns-proto v0.22.0 |
1528 | 2023-10-05T01:56:11.410Z | Compiling tokio-postgres v0.7.10 |
1529 | 2023-10-05T01:56:12.413Z | Compiling textwrap v0.16.0 |
1530 | 2023-10-05T01:56:12.471Z | Compiling reqwest v0.11.20 |
1531 | 2023-10-05T01:56:17.195Z | Compiling bitvec v1.0.1 |
1532 | 2023-10-05T01:56:17.623Z | Compiling string_cache v0.8.7 |
1533 | 2023-10-05T01:56:18.254Z | Compiling predicates v3.0.3 |
1534 | 2023-10-05T01:56:20.785Z | Compiling petgraph v0.6.4 |
1535 | 2023-10-05T01:56:27.590Z | Compiling futures v0.3.28 |
1536 | 2023-10-05T01:56:28.046Z | Compiling diesel v2.1.1 |
1537 | 2023-10-05T01:56:28.281Z | Compiling yasna v0.5.2 |
1538 | 2023-10-05T01:56:28.971Z | Compiling cipher v0.4.4 |
1539 | 2023-10-05T01:56:34.069Z | Compiling clap v4.4.3 |
1540 | 2023-10-05T01:56:34.648Z | Compiling similar v2.2.1 |
1541 | 2023-10-05T01:56:34.806Z | Compiling bit-set v0.5.3 |
1542 | 2023-10-05T01:56:34.927Z | Compiling usdt v0.3.5 |
1543 | 2023-10-05T01:56:35.057Z | Compiling console v0.15.7 |
1544 | 2023-10-05T01:56:35.708Z | Compiling tokio-stream v0.1.14 |
1545 | 2023-10-05T01:56:35.988Z | Compiling toml v0.7.8 |
1546 | 2023-10-05T01:56:36.085Z | Compiling hex v0.4.3 |
1547 | 2023-10-05T01:56:36.154Z | Compiling signature v2.1.0 |
1548 | 2023-10-05T01:56:36.165Z | Compiling bstr v1.6.0 |
1549 | 2023-10-05T01:56:36.188Z | Compiling lalrpop-util v0.19.12 |
1550 | 2023-10-05T01:56:46.472Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1551 | 2023-10-05T01:56:47.407Z | Compiling ident_case v1.0.1 |
1552 | 2023-10-05T01:56:47.690Z | Compiling rustversion v1.0.14 |
1553 | 2023-10-05T01:56:48.065Z | Compiling darling_core v0.20.3 |
1554 | 2023-10-05T01:57:00.083Z | Compiling crossbeam-channel v0.5.8 |
1555 | 2023-10-05T01:57:09.734Z | Compiling atty v0.2.14 |
1556 | 2023-10-05T01:57:18.331Z | Compiling proc-macro-error-attr v1.0.4 |
1557 | 2023-10-05T01:57:28.887Z | Compiling darling_macro v0.20.3 |
1558 | 2023-10-05T01:57:33.499Z | Compiling proc-macro-crate v1.3.1 |
1559 | 2023-10-05T01:57:36.264Z | Compiling dirs-sys-next v0.1.2 |
1560 | 2023-10-05T01:57:37.353Z | Compiling proc-macro-error v1.0.4 |
1561 | 2023-10-05T01:57:48.209Z | Compiling dirs-next v2.0.0 |
1562 | 2023-10-05T01:57:49.374Z | Compiling num_enum_derive v0.5.11 |
1563 | 2023-10-05T01:57:54.641Z | Compiling strum_macros v0.25.2 |
1564 | 2023-10-05T01:57:58.041Z | Compiling darling v0.20.3 |
1565 | 2023-10-05T01:58:05.427Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1566 | 2023-10-05T01:58:06.656Z | Compiling getopts v0.2.21 |
1567 | 2023-10-05T01:58:08.070Z | Compiling structmeta-derive v0.1.6 |
1568 | 2023-10-05T01:58:08.454Z | Compiling thread_local v1.1.7 |
1569 | 2023-10-05T01:58:08.534Z | Compiling multer v2.1.0 |
1570 | 2023-10-05T01:58:08.952Z | Compiling slog-async v2.8.0 |
1571 | 2023-10-05T01:58:11.957Z | Compiling camino v1.1.6 |
1572 | 2023-10-05T01:58:12.862Z | Compiling unsafe-libyaml v0.2.9 |
1573 | 2023-10-05T01:58:14.554Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1574 | 2023-10-05T01:58:15.121Z | Compiling match_cfg v0.1.0 |
1575 | 2023-10-05T01:58:15.209Z | Compiling paste v1.0.14 |
1576 | 2023-10-05T01:58:15.269Z | Compiling hostname v0.3.1 |
1577 | 2023-10-05T01:58:15.915Z | Compiling serde_yaml v0.9.25 |
1578 | 2023-10-05T01:58:23.385Z | Compiling structmeta v0.1.6 |
1579 | 2023-10-05T01:58:29.757Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1580 | 2023-10-05T01:58:30.261Z | Compiling strum v0.25.0 |
1581 | 2023-10-05T01:58:30.343Z | Compiling serde_with_macros v2.3.3 |
1582 | 2023-10-05T01:58:32.706Z | Compiling num_enum v0.5.11 |
1583 | 2023-10-05T01:58:37.642Z | Compiling term v0.7.0 |
1584 | 2023-10-05T01:58:38.233Z | Compiling slog-json v2.6.1 |
1585 | 2023-10-05T01:58:41.879Z | Compiling async-stream-impl v0.3.5 |
1586 | 2023-10-05T01:58:42.323Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1587 | 2023-10-05T01:58:42.734Z | Compiling atomic-waker v1.1.1 |
1588 | 2023-10-05T01:58:43.055Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1589 | 2023-10-05T01:58:43.441Z | Compiling postcard-cobs v0.1.5-pre |
1590 | 2023-10-05T01:58:43.991Z | Compiling take_mut v0.2.2 |
1591 | 2023-10-05T01:58:44.602Z | Compiling regex-syntax v0.6.29 |
1592 | 2023-10-05T01:58:45.586Z | Compiling postcard v0.7.3 |
1593 | 2023-10-05T01:58:45.770Z | Compiling async-stream v0.3.5 |
1594 | 2023-10-05T01:58:46.337Z | Compiling waitgroup v0.1.2 |
1595 | 2023-10-05T01:58:46.393Z | Compiling slog-bunyan v2.4.0 |
1596 | 2023-10-05T01:58:46.507Z | Compiling slog-term v2.9.0 |
1597 | 2023-10-05T01:58:47.205Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1598 | 2023-10-05T01:58:50.120Z | Compiling serde_with v2.3.3 |
1599 | 2023-10-05T01:58:57.008Z | Compiling parse-display-derive v0.7.0 |
1600 | 2023-10-05T01:58:57.293Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1601 | 2023-10-05T01:58:57.907Z | Compiling sha1 v0.10.5 |
1602 | 2023-10-05T01:58:58.073Z | Compiling smoltcp v0.8.2 |
1603 | 2023-10-05T01:58:58.977Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1604 | 2023-10-05T01:58:59.415Z | Compiling serde_path_to_error v0.1.14 |
1605 | 2023-10-05T01:59:00.094Z | Compiling foreign-types-macros v0.2.3 |
1606 | 2023-10-05T01:59:01.115Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1607 | 2023-10-05T01:59:01.988Z | Compiling instant v0.1.12 |
1608 | 2023-10-05T01:59:02.434Z | Compiling cfg-if v0.1.10 |
1609 | 2023-10-05T01:59:02.455Z | Compiling debug-ignore v1.0.5 |
1610 | 2023-10-05T01:59:02.483Z | Compiling foreign-types-shared v0.3.1 |
1611 | 2023-10-05T01:59:02.505Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1612 | 2023-10-05T01:59:02.520Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1613 | 2023-10-05T01:59:02.601Z | Compiling foreign-types v0.5.0 |
1614 | 2023-10-05T01:59:03.091Z | Compiling backoff v0.4.0 |
1615 | 2023-10-05T01:59:03.109Z | Compiling parse-display v0.7.0 |
1616 | 2023-10-05T01:59:03.584Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2023-10-05T01:59:03.617Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1618 | 2023-10-05T01:59:03.724Z | Compiling is-terminal v0.4.9 |
1619 | 2023-10-05T01:59:03.933Z | Compiling macaddr v1.0.1 |
1620 | 2023-10-05T01:59:05.105Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1621 | 2023-10-05T01:59:06.271Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1622 | 2023-10-05T01:59:19.920Z | Compiling cstr-argument v0.1.2 |
1623 | 2023-10-05T01:59:20.449Z | Compiling pretty-hex v0.2.1 |
1624 | 2023-10-05T01:59:21.164Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1625 | 2023-10-05T01:59:21.850Z | Compiling base64ct v1.6.0 |
1626 | 2023-10-05T01:59:21.907Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1627 | 2023-10-05T01:59:22.303Z | Compiling password-hash v0.5.0 |
1628 | 2023-10-05T01:59:22.457Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1629 | 2023-10-05T01:59:22.602Z | Compiling colored v2.0.4 |
1630 | 2023-10-05T01:59:23.423Z | Compiling heck v0.3.3 |
1631 | 2023-10-05T01:59:23.649Z | Compiling textwrap v0.11.0 |
1632 | 2023-10-05T01:59:24.267Z | Compiling blake2 v0.10.6 |
1633 | 2023-10-05T01:59:27.341Z | Compiling rayon-core v1.11.0 |
1634 | 2023-10-05T01:59:28.095Z | Compiling libefi-sys v0.1.0 |
1635 | 2023-10-05T01:59:28.269Z | Compiling ansi_term v0.12.1 |
1636 | 2023-10-05T01:59:28.387Z | Compiling vec_map v0.8.2 |
1637 | 2023-10-05T01:59:28.617Z | Compiling strsim v0.8.0 |
1638 | 2023-10-05T01:59:28.894Z | Compiling clap v2.34.0 |
1639 | 2023-10-05T01:59:29.053Z | Compiling argon2 v0.5.2 |
1640 | 2023-10-05T01:59:29.131Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1641 | 2023-10-05T01:59:29.229Z | Compiling structopt-derive v0.4.18 |
1642 | 2023-10-05T01:59:29.445Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1643 | 2023-10-05T01:59:29.895Z | Compiling zone_cfg_derive v0.2.0 |
1644 | 2023-10-05T01:59:29.935Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1645 | 2023-10-05T01:59:29.972Z | Compiling crossbeam-deque v0.8.3 |
1646 | 2023-10-05T01:59:29.996Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1647 | 2023-10-05T01:59:30.051Z | Compiling keccak v0.1.4 |
1648 | 2023-10-05T01:59:30.086Z | Compiling portable-atomic v1.4.3 |
1649 | 2023-10-05T01:59:30.135Z | Compiling sha3 v0.10.8 |
1650 | 2023-10-05T01:59:30.553Z | Compiling zone v0.2.0 |
1651 | 2023-10-05T01:59:30.559Z | Compiling structopt v0.3.26 |
1652 | 2023-10-05T01:59:30.567Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1653 | 2023-10-05T01:59:30.577Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1654 | 2023-10-05T01:59:30.586Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2023-10-05T01:59:30.596Z | Compiling hkdf v0.12.3 |
1656 | 2023-10-05T01:59:30.781Z | Compiling smf v0.2.2 |
1657 | 2023-10-05T01:59:31.787Z | Compiling secrecy v0.8.0 |
1658 | 2023-10-05T01:59:31.886Z | Compiling xattr v1.0.1 |
1659 | 2023-10-05T01:59:32.238Z | Compiling filetime v0.2.22 |
1660 | 2023-10-05T01:59:32.401Z | Compiling fastrand v2.0.0 |
1661 | 2023-10-05T01:59:32.736Z | Compiling same-file v1.0.6 |
1662 | 2023-10-05T01:59:33.201Z | Compiling walkdir v2.4.0 |
1663 | 2023-10-05T01:59:33.439Z | Compiling tempfile v3.8.0 |
1664 | 2023-10-05T01:59:33.928Z | Compiling tar v0.4.40 |
1665 | 2023-10-05T01:59:36.138Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1666 | 2023-10-05T01:59:36.792Z | Compiling rayon v1.7.0 |
1667 | 2023-10-05T01:59:37.525Z | Compiling number_prefix v0.4.0 |
1668 | 2023-10-05T01:59:37.966Z | Compiling omicron-zone-package v0.8.3 |
1669 | 2023-10-05T01:59:39.947Z | Compiling topological-sort v0.2.2 |
1670 | 2023-10-05T01:59:46.257Z | Compiling indicatif v0.17.6 |
1671 | 2023-10-05T01:59:52.364Z | Compiling bzip2 v0.4.4 |
1672 | 2023-10-05T01:59:52.927Z | Compiling zip v0.6.6 |
1673 | 2023-10-05T01:59:54.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2023-10-05T01:59:55.007Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1675 | 2023-10-05T01:59:58.149Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1676 | 2023-10-05T01:59:58.333Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1677 | 2023-10-05T02:00:04.520Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1678 | 2023-10-05T02:00:04.533Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1679 | 2023-10-05T02:00:04.551Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1680 | 2023-10-05T02:00:18.134Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1681 | 2023-10-05T02:00:19.565Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1682 | 2023-10-05T02:00:54.482Z | Finished release [optimized] target(s) in 7m 58s |
1683 | 2023-10-05T02:00:54.734Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1684 | 2023-10-05T02:00:54.807Z | Created new build target 'test' and set it as active |
1685 | 2023-10-05T02:00:54.818Z | |
1686 | 2023-10-05T02:00:54.830Z | real 7:59.366369099 |
1687 | 2023-10-05T02:00:54.843Z | user 50:40.941551243 |
1688 | 2023-10-05T02:00:54.860Z | sys 4:36.375281027 |
1689 | 2023-10-05T02:00:54.879Z | trap 2.168105631 |
1690 | 2023-10-05T02:00:54.894Z | tflt 4.511317733 |
1691 | 2023-10-05T02:00:54.927Z | dflt 4.322329178 |
1692 | 2023-10-05T02:00:55.412Z | kflt 0.027611965 |
1693 | 2023-10-05T02:00:55.433Z | lock 1:52:45.148868910 |
1694 | 2023-10-05T02:00:55.461Z | slp 2:45:17.679042287 |
1695 | 2023-10-05T02:00:55.482Z | lat 2:20.614333796 |
1696 | 2023-10-05T02:00:55.500Z | stop 3:46.899672622 |
1697 | 2023-10-05T02:00:55.939Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1698 | 2023-10-05T02:00:55.960Z | Finished release [optimized] target(s) in 1.06s |
1699 | 2023-10-05T02:00:56.490Z | Running `target/release/omicron-package -t test package` |
1700 | 2023-10-05T02:00:56.529Z | Oct 05 02:00:56.013 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1701 | 2023-10-05T02:00:57.269Z | Compiling serde_json v1.0.107 |
1702 | 2023-10-05T02:00:57.305Z | Compiling linked-hash-map v0.5.6 |
1703 | 2023-10-05T02:00:57.331Z | Compiling slog-dtrace v0.2.3 |
1704 | 2023-10-05T02:00:57.363Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1705 | 2023-10-05T02:00:57.383Z | Compiling quick-error v1.2.3 |
1706 | 2023-10-05T02:00:57.407Z | Compiling termcolor v1.2.0 |
1707 | 2023-10-05T02:00:57.430Z | Compiling memoffset v0.7.1 |
1708 | 2023-10-05T02:00:57.505Z | Compiling base64 v0.13.1 |
1709 | 2023-10-05T02:00:57.523Z | Compiling resolv-conf v0.7.0 |
1710 | 2023-10-05T02:00:57.674Z | Compiling libz-sys v1.1.12 |
1711 | 2023-10-05T02:00:57.738Z | Compiling same-file v1.0.6 |
1712 | 2023-10-05T02:00:57.895Z | Compiling lru-cache v0.1.2 |
1713 | 2023-10-05T02:00:58.060Z | Compiling walkdir v2.4.0 |
1714 | 2023-10-05T02:00:58.557Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1715 | 2023-10-05T02:00:58.568Z | Compiling trust-dns-resolver v0.22.0 |
1716 | 2023-10-05T02:00:58.579Z | Compiling semver-parser v0.10.2 |
1717 | 2023-10-05T02:00:58.588Z | Compiling cancel-safe-futures v0.1.2 |
1718 | 2023-10-05T02:00:58.716Z | Compiling fastrand v2.0.0 |
1719 | 2023-10-05T02:00:58.937Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1720 | 2023-10-05T02:00:59.143Z | Compiling filetime v0.2.22 |
1721 | 2023-10-05T02:01:01.404Z | Compiling tempfile v3.8.0 |
1722 | 2023-10-05T02:01:01.900Z | Compiling xattr v1.0.1 |
1723 | 2023-10-05T02:01:02.212Z | Compiling num-rational v0.4.1 |
1724 | 2023-10-05T02:01:02.646Z | Compiling semver v0.11.0 |
1725 | 2023-10-05T02:01:03.190Z | Compiling home v0.5.5 |
1726 | 2023-10-05T02:01:03.252Z | Compiling utf-8 v0.7.6 |
1727 | 2023-10-05T02:01:03.399Z | Compiling schemars v0.8.13 |
1728 | 2023-10-05T02:01:03.519Z | Compiling usdt-impl v0.3.5 |
1729 | 2023-10-05T02:01:03.604Z | Compiling openapiv3 v1.0.3 |
1730 | 2023-10-05T02:01:03.620Z | Compiling reqwest v0.11.20 |
1731 | 2023-10-05T02:01:03.737Z | Compiling postgres-types v0.2.6 |
1732 | 2023-10-05T02:01:03.793Z | Compiling usdt v0.3.5 |
1733 | 2023-10-05T02:01:03.842Z | Compiling tokio-postgres v0.7.10 |
1734 | 2023-10-05T02:01:08.009Z | Compiling ipnetwork v0.20.0 |
1735 | 2023-10-05T02:01:08.491Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1736 | 2023-10-05T02:01:14.012Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1737 | 2023-10-05T02:01:14.215Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1738 | 2023-10-05T02:01:16.189Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1739 | 2023-10-05T02:01:16.836Z | Compiling slog-json v2.6.1 |
1740 | 2023-10-05T02:01:16.869Z | Compiling diesel v2.1.1 |
1741 | 2023-10-05T02:01:17.358Z | Compiling slog-bunyan v2.4.0 |
1742 | 2023-10-05T02:01:17.621Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1743 | 2023-10-05T02:01:21.490Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1744 | 2023-10-05T02:01:21.840Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1745 | 2023-10-05T02:01:25.615Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1746 | 2023-10-05T02:01:25.971Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1747 | 2023-10-05T02:01:28.653Z | Compiling toolchain_find v0.2.0 |
1748 | 2023-10-05T02:01:29.451Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1749 | 2023-10-05T02:01:33.368Z | Compiling tar v0.4.40 |
1750 | 2023-10-05T02:01:36.879Z | Compiling pem-rfc7468 v0.7.0 |
1751 | 2023-10-05T02:01:37.011Z | Compiling itertools v0.11.0 |
1752 | 2023-10-05T02:01:40.444Z | Compiling toml v0.5.11 |
1753 | 2023-10-05T02:01:42.642Z | Compiling der_derive v0.7.2 |
1754 | 2023-10-05T02:01:46.118Z | Compiling flagset v0.4.3 |
1755 | 2023-10-05T02:01:46.183Z | Compiling rustfmt-wrapper v0.2.0 |
1756 | 2023-10-05T02:01:46.465Z | Compiling der v0.7.8 |
1757 | 2023-10-05T02:01:47.498Z | Compiling omicron-zone-package v0.8.3 |
1758 | 2023-10-05T02:01:56.674Z | Compiling vergen v8.2.4 |
1759 | 2023-10-05T02:01:57.202Z | Compiling fxhash v0.2.1 |
1760 | 2023-10-05T02:01:57.665Z | Compiling num-complex v0.4.4 |
1761 | 2023-10-05T02:01:57.680Z | Compiling unicase v2.7.0 |
1762 | 2023-10-05T02:01:58.339Z | Compiling spki v0.7.2 |
1763 | 2023-10-05T02:01:58.754Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1764 | 2023-10-05T02:01:59.742Z | Compiling num v0.4.1 |
1765 | 2023-10-05T02:01:59.814Z | Compiling universal-hash v0.5.1 |
1766 | 2023-10-05T02:01:59.949Z | Compiling libsqlite3-sys v0.26.0 |
1767 | 2023-10-05T02:02:00.182Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1768 | 2023-10-05T02:02:00.681Z | Compiling semver v0.1.20 |
1769 | 2023-10-05T02:02:01.117Z | Compiling arc-swap v1.6.0 |
1770 | 2023-10-05T02:02:01.582Z | Compiling opaque-debug v0.3.0 |
1771 | 2023-10-05T02:02:02.024Z | Compiling ciborium-io v0.2.1 |
1772 | 2023-10-05T02:02:02.080Z | Compiling maybe-uninit v2.0.0 |
1773 | 2023-10-05T02:02:02.126Z | Compiling half v1.8.2 |
1774 | 2023-10-05T02:02:02.152Z | Compiling slog-scope v4.4.0 |
1775 | 2023-10-05T02:02:02.211Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1776 | 2023-10-05T02:02:03.466Z | Compiling ciborium-ll v0.2.1 |
1777 | 2023-10-05T02:02:03.485Z | Compiling rustc_version v0.1.7 |
1778 | 2023-10-05T02:02:04.456Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1779 | 2023-10-05T02:02:04.490Z | Compiling crc-catalog v2.2.0 |
1780 | 2023-10-05T02:02:04.527Z | Compiling parking_lot_core v0.8.6 |
1781 | 2023-10-05T02:02:05.073Z | Compiling num-bigint-dig v0.8.4 |
1782 | 2023-10-05T02:02:05.450Z | Compiling signal-hook v0.3.17 |
1783 | 2023-10-05T02:02:05.816Z | Compiling packed_struct v0.10.1 |
1784 | 2023-10-05T02:02:06.889Z | Compiling crc v3.0.1 |
1785 | 2023-10-05T02:02:07.762Z | Compiling newtype_derive v0.1.6 |
1786 | 2023-10-05T02:02:08.163Z | Compiling ciborium v0.2.1 |
1787 | 2023-10-05T02:02:09.606Z | Compiling slog-stdlog v4.1.1 |
1788 | 2023-10-05T02:02:10.885Z | Compiling pkcs8 v0.10.2 |
1789 | 2023-10-05T02:02:11.391Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1790 | 2023-10-05T02:02:11.897Z | Compiling toml_edit v0.20.0 |
1791 | 2023-10-05T02:02:13.899Z | Compiling hashlink v0.8.3 |
1792 | 2023-10-05T02:02:15.093Z | Compiling aead v0.5.2 |
1793 | 2023-10-05T02:02:15.126Z | Compiling nibble_vec v0.1.0 |
1794 | 2023-10-05T02:02:15.448Z | Compiling packed_struct_codegen v0.10.1 |
1795 | 2023-10-05T02:02:15.558Z | Compiling dirs-sys-next v0.1.2 |
1796 | 2023-10-05T02:02:16.354Z | Compiling rand v0.4.6 |
1797 | 2023-10-05T02:02:19.718Z | Compiling nodrop v0.1.14 |
1798 | 2023-10-05T02:02:19.898Z | Compiling fallible-streaming-iterator v0.1.9 |
1799 | 2023-10-05T02:02:20.337Z | Compiling crunchy v0.2.2 |
1800 | 2023-10-05T02:02:20.930Z | Compiling glob v0.3.1 |
1801 | 2023-10-05T02:02:21.458Z | Compiling doc-comment v0.3.3 |
1802 | 2023-10-05T02:02:21.471Z | Compiling endian-type v0.1.2 |
1803 | 2023-10-05T02:02:21.633Z | Compiling humantime v2.1.0 |
1804 | 2023-10-05T02:02:21.906Z | Compiling radix_trie v0.2.1 |
1805 | 2023-10-05T02:02:22.340Z | Compiling clang-sys v1.6.1 |
1806 | 2023-10-05T02:02:23.171Z | Compiling rusqlite v0.29.0 |
1807 | 2023-10-05T02:02:23.616Z | Compiling array-init v0.0.4 |
1808 | 2023-10-05T02:02:26.827Z | Compiling twox-hash v1.6.3 |
1809 | 2023-10-05T02:02:27.044Z | Compiling toml v0.8.0 |
1810 | 2023-10-05T02:02:27.300Z | Compiling dirs-next v2.0.0 |
1811 | 2023-10-05T02:02:27.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1812 | 2023-10-05T02:02:27.577Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1813 | 2023-10-05T02:02:30.533Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1814 | 2023-10-05T02:02:31.198Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1815 | 2023-10-05T02:02:31.349Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1816 | 2023-10-05T02:02:32.371Z | Compiling pkcs1 v0.7.5 |
1817 | 2023-10-05T02:02:36.026Z | Compiling smallvec v0.6.14 |
1818 | 2023-10-05T02:02:36.142Z | Compiling slog-envlogger v2.2.0 |
1819 | 2023-10-05T02:02:41.252Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1820 | 2023-10-05T02:02:43.399Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1821 | 2023-10-05T02:02:45.086Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1822 | 2023-10-05T02:02:50.763Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1823 | 2023-10-05T02:02:55.760Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1824 | 2023-10-05T02:02:58.501Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1825 | 2023-10-05T02:02:59.567Z | Compiling nix v0.26.2 |
1826 | 2023-10-05T02:03:00.641Z | Compiling num_enum_derive v0.7.0 |
1827 | 2023-10-05T02:03:01.129Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1828 | 2023-10-05T02:03:04.445Z | Compiling platforms v3.0.2 |
1829 | 2023-10-05T02:03:04.466Z | Compiling tiny-keccak v2.0.2 |
1830 | 2023-10-05T02:03:04.487Z | Compiling prettyplease v0.2.12 |
1831 | 2023-10-05T02:03:04.509Z | Compiling bitfield v0.14.0 |
1832 | 2023-10-05T02:03:04.528Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1833 | 2023-10-05T02:03:04.821Z | Compiling num_enum v0.7.0 |
1834 | 2023-10-05T02:03:05.543Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1835 | 2023-10-05T02:03:13.188Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1836 | 2023-10-05T02:03:15.118Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1837 | 2023-10-05T02:03:16.486Z | Compiling rsa v0.9.2 |
1838 | 2023-10-05T02:03:20.094Z | Compiling parking_lot v0.11.2 |
1839 | 2023-10-05T02:03:23.524Z | Compiling serde-hex v0.1.0 |
1840 | 2023-10-05T02:03:24.116Z | Compiling mime_guess v2.0.4 |
1841 | 2023-10-05T02:03:25.247Z | Compiling term v0.7.0 |
1842 | 2023-10-05T02:03:25.922Z | Compiling trust-dns-client v0.22.0 |
1843 | 2023-10-05T02:03:26.142Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1844 | 2023-10-05T02:03:28.767Z | Compiling polyval v0.6.1 |
1845 | 2023-10-05T02:03:29.116Z | Compiling x509-cert v0.2.4 |
1846 | 2023-10-05T02:03:29.137Z | Compiling tungstenite v0.20.1 |
1847 | 2023-10-05T02:03:32.679Z | Compiling env_logger v0.10.0 |
1848 | 2023-10-05T02:03:33.637Z | Compiling aes v0.8.3 |
1849 | 2023-10-05T02:03:37.352Z | Compiling ctr v0.9.2 |
1850 | 2023-10-05T02:03:38.273Z | Compiling darling_core v0.14.4 |
1851 | 2023-10-05T02:03:38.296Z | Compiling ron v0.8.1 |
1852 | 2023-10-05T02:03:39.130Z | Compiling snafu-derive v0.7.5 |
1853 | 2023-10-05T02:03:47.353Z | Compiling bincode v1.3.3 |
1854 | 2023-10-05T02:03:47.376Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1855 | 2023-10-05T02:03:48.227Z | Compiling convert_case v0.4.0 |
1856 | 2023-10-05T02:03:48.964Z | Compiling crc-any v2.4.3 |
1857 | 2023-10-05T02:03:49.035Z | Compiling minimal-lexical v0.2.1 |
1858 | 2023-10-05T02:03:49.509Z | Compiling erased-serde v0.3.30 |
1859 | 2023-10-05T02:03:50.268Z | Compiling nom v7.1.3 |
1860 | 2023-10-05T02:03:50.300Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1861 | 2023-10-05T02:03:50.315Z | Compiling derive_more v0.99.17 |
1862 | 2023-10-05T02:03:50.778Z | Compiling snafu v0.7.5 |
1863 | 2023-10-05T02:03:52.702Z | Compiling trust-dns-server v0.22.1 |
1864 | 2023-10-05T02:03:56.446Z | Compiling darling_macro v0.14.4 |
1865 | 2023-10-05T02:03:57.931Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1866 | 2023-10-05T02:04:00.940Z | Compiling aes-gcm-siv v0.11.1 |
1867 | 2023-10-05T02:04:01.452Z | Compiling tokio-tungstenite v0.20.1 |
1868 | 2023-10-05T02:04:02.408Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1869 | 2023-10-05T02:04:03.145Z | Compiling ascii-canvas v3.0.0 |
1870 | 2023-10-05T02:04:03.533Z | Compiling steno v0.4.0 |
1871 | 2023-10-05T02:04:03.546Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1872 | 2023-10-05T02:04:15.360Z | Compiling sled v0.34.7 |
1873 | 2023-10-05T02:04:23.348Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1874 | 2023-10-05T02:04:24.193Z | Compiling env_logger v0.9.3 |
1875 | 2023-10-05T02:04:24.211Z | Compiling tungstenite v0.18.0 |
1876 | 2023-10-05T02:04:30.950Z | Compiling object v0.30.4 |
1877 | 2023-10-05T02:04:31.908Z | Compiling is-terminal v0.4.9 |
1878 | 2023-10-05T02:04:32.089Z | Compiling ena v0.14.2 |
1879 | 2023-10-05T02:04:32.100Z | Compiling derive-where v1.2.5 |
1880 | 2023-10-05T02:04:32.301Z | Compiling bitstruct_derive v0.1.0 |
1881 | 2023-10-05T02:04:33.962Z | Compiling async-recursion v1.0.5 |
1882 | 2023-10-05T02:04:34.242Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1883 | 2023-10-05T02:04:34.844Z | Compiling libloading v0.7.4 |
1884 | 2023-10-05T02:04:35.006Z | Compiling diff v0.1.13 |
1885 | 2023-10-05T02:04:35.416Z | Compiling linear-map v1.2.0 |
1886 | 2023-10-05T02:04:35.919Z | Compiling ascii v1.1.0 |
1887 | 2023-10-05T02:04:36.069Z | Compiling bindgen v0.65.1 |
1888 | 2023-10-05T02:04:36.692Z | Compiling pretty-hex v0.3.0 |
1889 | 2023-10-05T02:04:37.173Z | Compiling ringbuffer v0.15.0 |
1890 | 2023-10-05T02:04:37.185Z | Compiling path-slash v0.1.5 |
1891 | 2023-10-05T02:04:37.341Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1892 | 2023-10-05T02:04:37.504Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1893 | 2023-10-05T02:04:38.203Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1894 | 2023-10-05T02:04:42.702Z | Compiling lalrpop v0.19.12 |
1895 | 2023-10-05T02:04:48.126Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1896 | 2023-10-05T02:04:57.629Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1897 | 2023-10-05T02:04:57.899Z | Compiling bitstruct v0.1.1 |
1898 | 2023-10-05T02:04:58.138Z | Compiling tokio-tungstenite v0.18.0 |
1899 | 2023-10-05T02:04:58.384Z | Compiling curve25519-dalek v4.1.0 |
1900 | 2023-10-05T02:04:58.595Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1901 | 2023-10-05T02:05:00.464Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1902 | 2023-10-05T02:05:12.759Z | Compiling darling v0.14.4 |
1903 | 2023-10-05T02:05:13.858Z | Compiling cexpr v0.6.0 |
1904 | 2023-10-05T02:05:14.294Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1905 | 2023-10-05T02:05:14.497Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1906 | 2023-10-05T02:05:15.297Z | Compiling which v4.4.0 |
1907 | 2023-10-05T02:05:16.178Z | Compiling ff v0.13.0 |
1908 | 2023-10-05T02:05:16.343Z | Compiling path-dedot v3.1.0 |
1909 | 2023-10-05T02:05:16.575Z | Compiling serde_arrays v0.1.0 |
1910 | 2023-10-05T02:05:16.705Z | Compiling display-error-chain v0.1.1 |
1911 | 2023-10-05T02:05:16.808Z | Compiling shlex v1.1.0 |
1912 | 2023-10-05T02:05:16.918Z | Compiling peeking_take_while v0.1.2 |
1913 | 2023-10-05T02:05:17.177Z | Compiling lazycell v1.3.0 |
1914 | 2023-10-05T02:05:17.235Z | Compiling rustc-hash v1.1.0 |
1915 | 2023-10-05T02:05:17.456Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1916 | 2023-10-05T02:05:19.351Z | Compiling path-absolutize v3.1.0 |
1917 | 2023-10-05T02:05:19.798Z | Compiling group v0.13.0 |
1918 | 2023-10-05T02:05:21.220Z | Compiling derive_builder_core v0.12.0 |
1919 | 2023-10-05T02:05:23.951Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1920 | 2023-10-05T02:05:25.299Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1921 | 2023-10-05T02:05:34.799Z | Compiling olpc-cjson v0.1.3 |
1922 | 2023-10-05T02:05:35.214Z | Compiling polar-core v0.26.4 |
1923 | 2023-10-05T02:05:35.489Z | Compiling pem v1.1.1 |
1924 | 2023-10-05T02:05:35.616Z | Compiling camino-tempfile v1.0.2 |
1925 | 2023-10-05T02:05:35.741Z | Compiling globset v0.4.13 |
1926 | 2023-10-05T02:05:35.819Z | Compiling crypto-bigint v0.5.2 |
1927 | 2023-10-05T02:05:35.874Z | Compiling serde_plain v1.0.2 |
1928 | 2023-10-05T02:05:35.894Z | Compiling curve25519-dalek-derive v0.1.0 |
1929 | 2023-10-05T02:05:36.330Z | Compiling libxml v0.3.3 |
1930 | 2023-10-05T02:05:36.352Z | Compiling thiserror-impl-no-std v2.0.2 |
1931 | 2023-10-05T02:05:37.646Z | Compiling base16ct v0.2.0 |
1932 | 2023-10-05T02:05:38.238Z | Compiling buf-list v1.0.3 |
1933 | 2023-10-05T02:05:39.041Z | Compiling ref-cast v1.0.20 |
1934 | 2023-10-05T02:05:39.903Z | Compiling elliptic-curve v0.13.5 |
1935 | 2023-10-05T02:05:40.714Z | Compiling thiserror-no-std v2.0.2 |
1936 | 2023-10-05T02:05:40.767Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1937 | 2023-10-05T02:05:40.919Z | Compiling tough v0.12.5 |
1938 | 2023-10-05T02:05:49.234Z | Compiling derive_builder_macro v0.12.0 |
1939 | 2023-10-05T02:05:50.366Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1940 | 2023-10-05T02:05:53.761Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1941 | 2023-10-05T02:05:53.940Z | Compiling poly1305 v0.8.0 |
1942 | 2023-10-05T02:05:56.494Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1943 | 2023-10-05T02:05:56.616Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1944 | 2023-10-05T02:05:57.017Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1945 | 2023-10-05T02:05:57.422Z | Compiling chacha20 v0.9.1 |
1946 | 2023-10-05T02:05:58.130Z | Compiling strum_macros v0.24.3 |
1947 | 2023-10-05T02:05:58.302Z | Compiling const_format_proc_macros v0.2.31 |
1948 | 2023-10-05T02:06:00.522Z | Compiling ref-cast-impl v1.0.20 |
1949 | 2023-10-05T02:06:01.593Z | Compiling cookie v0.16.2 |
1950 | 2023-10-05T02:06:02.018Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1951 | 2023-10-05T02:06:02.353Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1952 | 2023-10-05T02:06:02.432Z | Compiling signature v1.6.4 |
1953 | 2023-10-05T02:06:02.698Z | Compiling salty v0.2.0 |
1954 | 2023-10-05T02:06:02.732Z | Compiling indoc v1.0.9 |
1955 | 2023-10-05T02:06:02.857Z | Compiling ed25519 v1.5.3 |
1956 | 2023-10-05T02:06:03.861Z | Compiling const_format v0.2.31 |
1957 | 2023-10-05T02:06:03.868Z | Compiling chacha20poly1305 v0.10.1 |
1958 | 2023-10-05T02:06:03.901Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1959 | 2023-10-05T02:06:04.026Z | Compiling derive_builder v0.12.0 |
1960 | 2023-10-05T02:06:04.307Z | Compiling vsss-rs v3.3.1 |
1961 | 2023-10-05T02:06:12.770Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1962 | 2023-10-05T02:06:13.407Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1963 | 2023-10-05T02:06:19.696Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1964 | 2023-10-05T02:06:22.524Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1965 | 2023-10-05T02:06:23.421Z | Compiling signal-hook-mio v0.2.3 |
1966 | 2023-10-05T02:06:23.438Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1967 | 2023-10-05T02:06:23.848Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1968 | 2023-10-05T02:06:24.285Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1969 | 2023-10-05T02:06:32.939Z | Compiling ron v0.7.1 |
1970 | 2023-10-05T02:06:37.870Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1971 | 2023-10-05T02:06:38.067Z | Compiling headers-core v0.2.0 |
1972 | 2023-10-05T02:06:38.264Z | Compiling bb8 v0.8.1 |
1973 | 2023-10-05T02:06:38.620Z | Compiling quick-xml v0.23.1 |
1974 | 2023-10-05T02:06:39.145Z | Compiling serde-big-array v0.5.1 |
1975 | 2023-10-05T02:06:39.514Z | Compiling oso-derive v0.26.4 |
1976 | 2023-10-05T02:06:41.405Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1977 | 2023-10-05T02:06:42.262Z | Compiling impl-trait-for-tuples v0.2.2 |
1978 | 2023-10-05T02:06:42.848Z | Compiling num-derive v0.4.0 |
1979 | 2023-10-05T02:06:43.933Z | Compiling maplit v1.0.2 |
1980 | 2023-10-05T02:06:44.082Z | Compiling http-range v0.1.5 |
1981 | 2023-10-05T02:06:45.080Z | Compiling bit_field v0.10.2 |
1982 | 2023-10-05T02:06:45.501Z | Compiling hyper-staticfile v0.9.5 |
1983 | 2023-10-05T02:06:46.335Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1984 | 2023-10-05T02:06:50.653Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1985 | 2023-10-05T02:06:51.472Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1986 | 2023-10-05T02:06:52.973Z | Compiling headers v0.3.9 |
1987 | 2023-10-05T02:07:04.769Z | Compiling oso v0.26.4 |
1988 | 2023-10-05T02:07:05.019Z | Compiling crossterm v0.27.0 |
1989 | 2023-10-05T02:07:19.076Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1990 | 2023-10-05T02:07:20.128Z | Compiling signal-hook-tokio v0.3.1 |
1991 | 2023-10-05T02:07:20.418Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1992 | 2023-10-05T02:07:20.500Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1993 | 2023-10-05T02:07:20.813Z | Compiling serde-big-array v0.4.1 |
1994 | 2023-10-05T02:07:22.609Z | Compiling cassowary v0.3.0 |
1995 | 2023-10-05T02:07:23.366Z | Compiling indoc v2.0.3 |
1996 | 2023-10-05T02:07:24.743Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1997 | 2023-10-05T02:07:24.885Z | Compiling ratatui v0.23.0 |
1998 | 2023-10-05T02:07:27.418Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1999 | 2023-10-05T02:07:30.232Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2000 | 2023-10-05T02:07:30.758Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2001 | 2023-10-05T02:07:30.961Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2002 | 2023-10-05T02:07:36.844Z | Compiling fatfs v0.3.6 |
2003 | 2023-10-05T02:07:41.153Z | Compiling bytesize v1.3.0 |
2004 | 2023-10-05T02:07:42.238Z | Compiling nanorand v0.7.0 |
2005 | 2023-10-05T02:07:42.485Z | Compiling rtoolbox v0.0.1 |
2006 | 2023-10-05T02:07:43.235Z | Compiling fs-err v2.9.0 |
2007 | 2023-10-05T02:07:43.371Z | Compiling corncobs v0.1.3 |
2008 | 2023-10-05T02:07:43.724Z | Compiling assert_matches v1.5.0 |
2009 | 2023-10-05T02:07:43.824Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2010 | 2023-10-05T02:07:44.047Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2011 | 2023-10-05T02:07:44.590Z | Compiling rpassword v7.2.0 |
2012 | 2023-10-05T02:07:45.620Z | Compiling flume v0.11.0 |
2013 | 2023-10-05T02:07:45.630Z | Compiling tui-tree-widget v0.13.0 |
2014 | 2023-10-05T02:07:46.547Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2015 | 2023-10-05T02:07:48.850Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2016 | 2023-10-05T02:07:50.788Z | Compiling owo-colors v3.5.0 |
2017 | 2023-10-05T02:07:55.938Z | Compiling shell-words v1.1.0 |
2018 | 2023-10-05T02:07:56.626Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2019 | 2023-10-05T02:08:05.962Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2020 | 2023-10-05T02:08:58.778Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2021 | 2023-10-05T02:09:09.714Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2022 | 2023-10-05T02:11:02.996Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2023 | 2023-10-05T02:12:53.689Z | Compiling git2 v0.17.2 |
2024 | 2023-10-05T02:13:00.428Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2025 | 2023-10-05T02:13:02.221Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2026 | 2023-10-05T02:13:13.948Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2027 | 2023-10-05T02:13:29.739Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2028 | 2023-10-05T02:13:30.894Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2029 | 2023-10-05T02:13:32.141Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
2030 | 2023-10-05T02:13:34.137Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2031 | 2023-10-05T02:22:24.988Z | Finished release [optimized] target(s) in 21m 29s |
2032 | 2023-10-05T02:23:43.084Z | |
2033 | 2023-10-05T02:23:43.100Z | real 22:48.390526329 |
2034 | 2023-10-05T02:23:43.113Z | user 2:37:13.539298710 |
2035 | 2023-10-05T02:23:43.525Z | sys 6:54.122573462 |
2036 | 2023-10-05T02:23:43.546Z | trap 5.380808730 |
2037 | 2023-10-05T02:23:43.552Z | tflt 1.537045990 |
2038 | 2023-10-05T02:23:43.559Z | dflt 3.965435238 |
2039 | 2023-10-05T02:23:43.578Z | kflt 0.008041229 |
2040 | 2023-10-05T02:23:43.582Z | lock 8:53:53.798064218 |
2041 | 2023-10-05T02:23:43.587Z | slp 6:22:26.521429640 |
2042 | 2023-10-05T02:23:43.591Z | lat 2:52.727866118 |
2043 | 2023-10-05T02:23:43.596Z | stop 48.326638974 |
2044 | 2023-10-05T02:23:43.601Z | + 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/*) |
2045 | 2023-10-05T02:23:43.605Z | + pfexec mkdir -p /work |
2046 | 2023-10-05T02:23:43.610Z | + pfexec chown build /work |
2047 | 2023-10-05T02:23:43.614Z | + 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 |
2048 | 2023-10-05T02:23:57.335Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2049 | 2023-10-05T02:23:57.339Z | a out/maghemite.tar 73201K |
2050 | 2023-10-05T02:23:57.343Z | a out/omicron-sled-agent.tar 110678K |
2051 | 2023-10-05T02:23:57.346Z | a out/target/test 1K |
2052 | 2023-10-05T02:23:57.350Z | a out/npuzone/npuzone 36077K |
2053 | 2023-10-05T02:23:57.354Z | a package-manifest.toml 21K |
2054 | 2023-10-05T02:23:57.358Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2055 | 2023-10-05T02:23:57.368Z | a target/release/omicron-package 36992K |
2056 | 2023-10-05T02:23:57.373Z | a tools/create_virtual_hardware.sh 3K |
2057 | 2023-10-05T02:23:57.377Z | a tools/virtual_hardware.sh 4K |
2058 | 2023-10-05T02:23:57.380Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2059 | 2023-10-05T02:23:57.383Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2060 | 2023-10-05T02:23:57.386Z | a tools/scrimlet/softnpu-init.sh 3K |
2061 | 2023-10-05T02:23:57.389Z | a tools/scrimlet/softnpu-zone.txt 1K |
2062 | 2023-10-05T02:23:57.392Z | a tools/scrimlet/softnpu.toml 1K |
2063 | 2023-10-05T02:23:57.395Z | |
2064 | 2023-10-05T02:23:57.399Z | real 13.826564770 |
2065 | 2023-10-05T02:23:57.402Z | user 13.136382944 |
2066 | 2023-10-05T02:23:57.406Z | sys 1.161216127 |
2067 | 2023-10-05T02:23:57.409Z | trap 0.003517671 |
2068 | 2023-10-05T02:23:57.413Z | tflt 0.000000000 |
2069 | 2023-10-05T02:23:57.416Z | dflt 0.000000000 |
2070 | 2023-10-05T02:23:57.420Z | kflt 0.000000000 |
2071 | 2023-10-05T02:23:57.423Z | lock 0.000000000 |
2072 | 2023-10-05T02:23:57.430Z | slp 12.841761815 |
2073 | 2023-10-05T02:23:57.433Z | lat 0.506607983 |
2074 | 2023-10-05T02:23:57.436Z | stop 0.000231073 |
2075 | 2023-10-05T02:23:57.440Z | ++ pwd |
2076 | 2023-10-05T02:23:57.443Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2077 | 2023-10-05T02:23:57.447Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2078 | 2023-10-05T02:23:57.450Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2079 | 2023-10-05T02:23:58.100Z | Finished release [optimized] target(s) in 1.05s |
2080 | 2023-10-05T02:23:58.104Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2081 | 2023-10-05T02:23:58.141Z | Created new build target 'host' and set it as active |
2082 | 2023-10-05T02:23:58.145Z | |
2083 | 2023-10-05T02:23:58.149Z | real 1.208105574 |
2084 | 2023-10-05T02:23:58.153Z | user 0.863486205 |
2085 | 2023-10-05T02:23:58.157Z | sys 0.344564186 |
2086 | 2023-10-05T02:23:58.163Z | trap 0.000195312 |
2087 | 2023-10-05T02:23:58.166Z | tflt 0.000027608 |
2088 | 2023-10-05T02:23:58.170Z | dflt 0.000000000 |
2089 | 2023-10-05T02:23:58.177Z | kflt 0.000000000 |
2090 | 2023-10-05T02:23:58.182Z | lock 0.033144417 |
2091 | 2023-10-05T02:23:58.189Z | slp 0.018479522 |
2092 | 2023-10-05T02:23:58.193Z | lat 0.002315736 |
2093 | 2023-10-05T02:23:58.198Z | stop 0.000571783 |
2094 | 2023-10-05T02:23:58.202Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2095 | 2023-10-05T02:23:59.249Z | Finished release [optimized] target(s) in 1.02s |
2096 | 2023-10-05T02:23:59.273Z | Running `target/release/omicron-package -t host package` |
2097 | 2023-10-05T02:23:59.312Z | Oct 05 02:23:59.313 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2098 | 2023-10-05T02:24:02.332Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2099 | 2023-10-05T02:27:34.395Z | Finished release [optimized] target(s) in 3m 35s |
2100 | 2023-10-05T02:29:14.869Z | |
2101 | 2023-10-05T02:29:14.873Z | real 5:16.744888316 |
2102 | 2023-10-05T02:29:14.876Z | user 20:36.786116982 |
2103 | 2023-10-05T02:29:14.880Z | sys 1:20.517120721 |
2104 | 2023-10-05T02:29:14.882Z | trap 0.566016496 |
2105 | 2023-10-05T02:29:14.891Z | tflt 0.031452191 |
2106 | 2023-10-05T02:29:15.325Z | dflt 1.885006449 |
2107 | 2023-10-05T02:29:15.330Z | kflt 0.086460837 |
2108 | 2023-10-05T02:29:15.338Z | lock 1:18:39.880949708 |
2109 | 2023-10-05T02:29:15.365Z | slp 17:42.197761112 |
2110 | 2023-10-05T02:29:15.372Z | lat 8.747502246 |
2111 | 2023-10-05T02:29:15.377Z | stop 0.640771598 |
2112 | 2023-10-05T02:29:15.382Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2113 | 2023-10-05T02:29:15.387Z | + for package in "$@" |
2114 | 2023-10-05T02:29:15.392Z | + [[ omicron-sled-agent == maghemite ]] |
2115 | 2023-10-05T02:29:15.396Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git9498059e640 |
2116 | 2023-10-05T02:29:16.052Z | Finished release [optimized] target(s) in 1.08s |
2117 | 2023-10-05T02:29:16.064Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git9498059e640` |
2118 | 2023-10-05T02:29:16.191Z | Oct 05 02:29:16.104 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2119 | 2023-10-05T02:29:16.626Z | Created: out/versioned/omicron-sled-agent.tar |
2120 | 2023-10-05T02:29:16.630Z | + for package in "$@" |
2121 | 2023-10-05T02:29:16.637Z | + [[ maghemite == maghemite ]] |
2122 | 2023-10-05T02:29:16.641Z | + echo 0.0.0 |
2123 | 2023-10-05T02:29:16.645Z | + tar rvf out/maghemite.tar VERSION |
2124 | 2023-10-05T02:29:16.649Z | a VERSION 1K |
2125 | 2023-10-05T02:29:16.654Z | + rm VERSION |
2126 | 2023-10-05T02:29:16.658Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git9498059e640 |
2127 | 2023-10-05T02:29:17.844Z | Finished release [optimized] target(s) in 1.13s |
2128 | 2023-10-05T02:29:17.872Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git9498059e640` |
2129 | 2023-10-05T02:29:17.910Z | Oct 05 02:29:17.913 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2130 | 2023-10-05T02:29:18.244Z | Created: out/versioned/maghemite.tar |
2131 | 2023-10-05T02:29:18.259Z | + for package in "$@" |
2132 | 2023-10-05T02:29:18.263Z | + [[ propolis-server == maghemite ]] |
2133 | 2023-10-05T02:29:18.266Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git9498059e640 |
2134 | 2023-10-05T02:29:19.345Z | Finished release [optimized] target(s) in 1.02s |
2135 | 2023-10-05T02:29:19.369Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git9498059e640` |
2136 | 2023-10-05T02:29:19.408Z | Oct 05 02:29:19.409 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2137 | 2023-10-05T02:29:21.161Z | Created: out/versioned/propolis-server.tar.gz |
2138 | 2023-10-05T02:29:21.170Z | + for package in "$@" |
2139 | 2023-10-05T02:29:21.185Z | + [[ overlay == maghemite ]] |
2140 | 2023-10-05T02:29:21.197Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git9498059e640 |
2141 | 2023-10-05T02:29:22.308Z | Finished release [optimized] target(s) in 1.07s |
2142 | 2023-10-05T02:29:22.338Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git9498059e640` |
2143 | 2023-10-05T02:29:22.414Z | Oct 05 02:29:22.379 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2144 | 2023-10-05T02:29:22.418Z | Created: out/versioned/overlay.tar.gz |
2145 | 2023-10-05T02:29:22.422Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2146 | 2023-10-05T02:29:22.426Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2147 | 2023-10-05T02:29:22.430Z | ++ cd -- ./tools |
2148 | 2023-10-05T02:29:22.434Z | ++ pwd |
2149 | 2023-10-05T02:29:22.438Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2150 | 2023-10-05T02:29:22.442Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2151 | 2023-10-05T02:29:22.445Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2152 | 2023-10-05T02:29:22.449Z | ++ readlink -f /work |
2153 | 2023-10-05T02:29:22.453Z | + out_dir=/work |
2154 | 2023-10-05T02:29:22.457Z | + 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") |
2155 | 2023-10-05T02:29:22.461Z | + for dep in "${deps[@]}" |
2156 | 2023-10-05T02:29:22.464Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2157 | 2023-10-05T02:29:22.467Z | + for dep in "${deps[@]}" |
2158 | 2023-10-05T02:29:22.470Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2159 | 2023-10-05T02:29:22.474Z | + for dep in "${deps[@]}" |
2160 | 2023-10-05T02:29:22.481Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2161 | 2023-10-05T02:29:22.485Z | + for dep in "${deps[@]}" |
2162 | 2023-10-05T02:29:22.499Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2163 | 2023-10-05T02:29:22.513Z | ++ mktemp -d |
2164 | 2023-10-05T02:29:22.520Z | + tmp_gz=/tmp/tmp.Rva4pi |
2165 | 2023-10-05T02:29:22.525Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2166 | 2023-10-05T02:29:22.532Z | + echo '{"v":"1","t":"layer"}' |
2167 | 2023-10-05T02:29:22.536Z | + pkg_dir=/tmp/tmp.Rva4pi/root/opt/oxide/sled-agent |
2168 | 2023-10-05T02:29:22.539Z | + mkdir -p /tmp/tmp.Rva4pi/root/opt/oxide/sled-agent |
2169 | 2023-10-05T02:29:22.543Z | + cd /tmp/tmp.Rva4pi/root/opt/oxide/sled-agent |
2170 | 2023-10-05T02:29:22.547Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2171 | 2023-10-05T02:29:22.551Z | x ., 0 bytes, 0 tape blocks |
2172 | 2023-10-05T02:29:22.562Z | x zone-bundle, 34316912 bytes, 67026 tape blocks |
2173 | 2023-10-05T02:29:22.569Z | x sled-agent, 78917728 bytes, 154137 tape blocks |
2174 | 2023-10-05T02:29:22.585Z | x pkg, 0 bytes, 0 tape blocks |
2175 | 2023-10-05T02:29:22.590Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2176 | 2023-10-05T02:29:22.594Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2177 | 2023-10-05T02:29:22.599Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2178 | 2023-10-05T02:29:22.603Z | x VERSION, 25 bytes, 1 tape blocks |
2179 | 2023-10-05T02:29:22.607Z | + mkdir -p /tmp/tmp.Rva4pi/root/lib/svc/manifest/site/ |
2180 | 2023-10-05T02:29:22.613Z | + mv pkg/manifest.xml /tmp/tmp.Rva4pi/root/lib/svc/manifest/site/sled-agent.xml |
2181 | 2023-10-05T02:29:22.620Z | + cd - |
2182 | 2023-10-05T02:29:22.625Z | /work/oxidecomputer/omicron |
2183 | 2023-10-05T02:29:22.628Z | + pkg_dir=/tmp/tmp.Rva4pi/root/opt/oxide/mg-ddm |
2184 | 2023-10-05T02:29:22.632Z | + mkdir -p /tmp/tmp.Rva4pi/root/opt/oxide/mg-ddm |
2185 | 2023-10-05T02:29:22.638Z | + cd /tmp/tmp.Rva4pi/root/opt/oxide/mg-ddm |
2186 | 2023-10-05T02:29:22.646Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2187 | 2023-10-05T02:29:22.652Z | x ., 0 bytes, 0 tape blocks |
2188 | 2023-10-05T02:29:22.657Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2189 | 2023-10-05T02:29:22.666Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2190 | 2023-10-05T02:29:22.672Z | x pkg, 0 bytes, 0 tape blocks |
2191 | 2023-10-05T02:29:22.679Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2192 | 2023-10-05T02:29:22.692Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2193 | 2023-10-05T02:29:22.695Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2194 | 2023-10-05T02:29:22.699Z | x VERSION, 25 bytes, 1 tape blocks |
2195 | 2023-10-05T02:29:22.702Z | + cd - |
2196 | 2023-10-05T02:29:22.706Z | /work/oxidecomputer/omicron |
2197 | 2023-10-05T02:29:22.709Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Rva4pi/root/opt/oxide |
2198 | 2023-10-05T02:29:22.739Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Rva4pi/root/opt/oxide |
2199 | 2023-10-05T02:29:22.742Z | + cd /tmp/tmp.Rva4pi |
2200 | 2023-10-05T02:29:22.746Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2201 | 2023-10-05T02:29:35.053Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2202 | 2023-10-05T02:29:35.059Z | a oxide.json 1K |
2203 | 2023-10-05T02:29:35.062Z | a root/ 0K |
2204 | 2023-10-05T02:29:35.069Z | a root/opt/ 0K |
2205 | 2023-10-05T02:29:35.074Z | a root/opt/oxide/ 0K |
2206 | 2023-10-05T02:29:35.078Z | a root/opt/oxide/sled-agent/ 0K |
2207 | 2023-10-05T02:29:35.083Z | a root/opt/oxide/sled-agent/zone-bundle 33513K |
2208 | 2023-10-05T02:29:35.094Z | a root/opt/oxide/sled-agent/sled-agent 77069K |
2209 | 2023-10-05T02:29:35.514Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2210 | 2023-10-05T02:29:35.520Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2211 | 2023-10-05T02:29:35.526Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2212 | 2023-10-05T02:29:35.538Z | a root/opt/oxide/sled-agent/VERSION 1K |
2213 | 2023-10-05T02:29:35.946Z | a root/opt/oxide/mg-ddm/ 0K |
2214 | 2023-10-05T02:29:35.950Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2215 | 2023-10-05T02:29:35.953Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2216 | 2023-10-05T02:29:35.957Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2217 | 2023-10-05T02:29:35.961Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2218 | 2023-10-05T02:29:35.965Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2219 | 2023-10-05T02:29:36.019Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2220 | 2023-10-05T02:29:36.024Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2221 | 2023-10-05T02:29:36.028Z | a root/opt/oxide/propolis-server.tar.gz 64706K |
2222 | 2023-10-05T02:29:36.032Z | a root/opt/oxide/overlay.tar.gz 2K |
2223 | 2023-10-05T02:29:36.034Z | a root/lib/ 0K |
2224 | 2023-10-05T02:29:36.037Z | a root/lib/svc/ 0K |
2225 | 2023-10-05T02:29:36.046Z | a root/lib/svc/manifest/ 0K |
2226 | 2023-10-05T02:29:36.050Z | a root/lib/svc/manifest/site/ 0K |
2227 | 2023-10-05T02:29:36.052Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2228 | 2023-10-05T02:29:36.055Z | + cd / |
2229 | 2023-10-05T02:29:36.058Z | + rm -rf /tmp/tmp.Rva4pi |
2230 | 2023-10-05T02:29:36.060Z | |
2231 | 2023-10-05T02:29:36.064Z | real 12.715325797 |
2232 | 2023-10-05T02:29:36.067Z | user 11.708131608 |
2233 | 2023-10-05T02:29:36.070Z | sys 1.072807071 |
2234 | 2023-10-05T02:29:36.072Z | trap 0.002302230 |
2235 | 2023-10-05T02:29:36.075Z | tflt 0.000000000 |
2236 | 2023-10-05T02:29:36.078Z | dflt 0.000000000 |
2237 | 2023-10-05T02:29:36.081Z | kflt 0.000000000 |
2238 | 2023-10-05T02:29:36.084Z | lock 0.000000000 |
2239 | 2023-10-05T02:29:36.087Z | slp 24.471413233 |
2240 | 2023-10-05T02:29:36.090Z | lat 0.471598422 |
2241 | 2023-10-05T02:29:36.092Z | stop 0.000304155 |
2242 | 2023-10-05T02:29:36.095Z | + mkdir -p /work/zones |
2243 | 2023-10-05T02:29:36.098Z | + 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) |
2244 | 2023-10-05T02:29:36.100Z | + 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/ |
2245 | 2023-10-05T02:29:38.476Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2246 | 2023-10-05T02:29:39.686Z | Finished release [optimized] target(s) in 1.11s |
2247 | 2023-10-05T02:29:39.706Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2248 | 2023-10-05T02:29:39.745Z | Created new build target 'recovery' and set it as active |
2249 | 2023-10-05T02:29:39.751Z | |
2250 | 2023-10-05T02:29:39.754Z | real 1.265991518 |
2251 | 2023-10-05T02:29:39.757Z | user 0.909208516 |
2252 | 2023-10-05T02:29:39.761Z | sys 0.354695494 |
2253 | 2023-10-05T02:29:39.764Z | trap 0.000741032 |
2254 | 2023-10-05T02:29:39.767Z | tflt 0.000021540 |
2255 | 2023-10-05T02:29:39.770Z | dflt 0.000106256 |
2256 | 2023-10-05T02:29:39.774Z | kflt 0.000000000 |
2257 | 2023-10-05T02:29:39.777Z | lock 0.037552314 |
2258 | 2023-10-05T02:29:39.781Z | slp 0.019909905 |
2259 | 2023-10-05T02:29:39.784Z | lat 0.004310463 |
2260 | 2023-10-05T02:29:39.787Z | stop 0.000249593 |
2261 | 2023-10-05T02:29:39.790Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2262 | 2023-10-05T02:29:40.926Z | Finished release [optimized] target(s) in 1.09s |
2263 | 2023-10-05T02:29:40.959Z | Running `target/release/omicron-package -t recovery package` |
2264 | 2023-10-05T02:29:41.002Z | Oct 05 02:29:40.999 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2265 | 2023-10-05T02:29:42.021Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2266 | 2023-10-05T02:29:45.872Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2267 | 2023-10-05T02:30:20.340Z | Finished release [optimized] target(s) in 39.23s |
2268 | 2023-10-05T02:30:49.998Z | |
2269 | 2023-10-05T02:30:50.001Z | real 1:10.246864212 |
2270 | 2023-10-05T02:30:50.004Z | user 2:34.917403101 |
2271 | 2023-10-05T02:30:50.007Z | sys 14.973801006 |
2272 | 2023-10-05T02:30:50.010Z | trap 0.076507523 |
2273 | 2023-10-05T02:30:50.013Z | tflt 0.090292550 |
2274 | 2023-10-05T02:30:50.016Z | dflt 0.941026192 |
2275 | 2023-10-05T02:30:50.021Z | kflt 0.000059398 |
2276 | 2023-10-05T02:30:50.024Z | lock 15:36.713212617 |
2277 | 2023-10-05T02:30:50.027Z | slp 2:56.603152331 |
2278 | 2023-10-05T02:30:50.030Z | lat 2.095608430 |
2279 | 2023-10-05T02:30:50.032Z | stop 0.173447797 |
2280 | 2023-10-05T02:30:50.035Z | + stamp_packages installinator maghemite |
2281 | 2023-10-05T02:30:50.038Z | + for package in "$@" |
2282 | 2023-10-05T02:30:50.041Z | + [[ installinator == maghemite ]] |
2283 | 2023-10-05T02:30:50.044Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git9498059e640 |
2284 | 2023-10-05T02:30:51.146Z | Finished release [optimized] target(s) in 1.06s |
2285 | 2023-10-05T02:30:51.175Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git9498059e640` |
2286 | 2023-10-05T02:30:51.214Z | Oct 05 02:30:51.213 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2287 | 2023-10-05T02:30:51.332Z | Created: out/versioned/installinator.tar |
2288 | 2023-10-05T02:30:51.337Z | + for package in "$@" |
2289 | 2023-10-05T02:30:51.358Z | + [[ maghemite == maghemite ]] |
2290 | 2023-10-05T02:30:51.362Z | + echo 0.0.0 |
2291 | 2023-10-05T02:30:51.366Z | + tar rvf out/maghemite.tar VERSION |
2292 | 2023-10-05T02:30:51.370Z | a VERSION 1K |
2293 | 2023-10-05T02:30:51.381Z | + rm VERSION |
2294 | 2023-10-05T02:30:51.393Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git9498059e640 |
2295 | 2023-10-05T02:30:52.519Z | Finished release [optimized] target(s) in 1.06s |
2296 | 2023-10-05T02:30:52.530Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git9498059e640` |
2297 | 2023-10-05T02:30:52.559Z | Oct 05 02:30:52.554 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2298 | 2023-10-05T02:30:52.753Z | Created: out/versioned/maghemite.tar |
2299 | 2023-10-05T02:30:52.757Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2300 | 2023-10-05T02:30:52.770Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2301 | 2023-10-05T02:30:52.773Z | ++ cd -- ./tools |
2302 | 2023-10-05T02:30:52.776Z | ++ pwd |
2303 | 2023-10-05T02:30:52.780Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2304 | 2023-10-05T02:30:52.783Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2305 | 2023-10-05T02:30:52.787Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2306 | 2023-10-05T02:30:52.791Z | ++ readlink -f /work |
2307 | 2023-10-05T02:30:52.794Z | + out_dir=/work |
2308 | 2023-10-05T02:30:52.798Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2309 | 2023-10-05T02:30:52.801Z | + for dep in "${deps[@]}" |
2310 | 2023-10-05T02:30:52.805Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2311 | 2023-10-05T02:30:52.808Z | + for dep in "${deps[@]}" |
2312 | 2023-10-05T02:30:52.812Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2313 | 2023-10-05T02:30:52.815Z | ++ mktemp -d |
2314 | 2023-10-05T02:30:52.819Z | + tmp_trampoline=/tmp/tmp.Vzaqui |
2315 | 2023-10-05T02:30:52.823Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2316 | 2023-10-05T02:30:52.826Z | + echo '{"v":"1","t":"layer"}' |
2317 | 2023-10-05T02:30:52.830Z | + pkg_dir=/tmp/tmp.Vzaqui/root/opt/oxide/installinator |
2318 | 2023-10-05T02:30:52.834Z | + mkdir -p /tmp/tmp.Vzaqui/root/opt/oxide/installinator |
2319 | 2023-10-05T02:30:52.838Z | + cd /tmp/tmp.Vzaqui/root/opt/oxide/installinator |
2320 | 2023-10-05T02:30:52.842Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2321 | 2023-10-05T02:30:52.845Z | x ., 0 bytes, 0 tape blocks |
2322 | 2023-10-05T02:30:52.848Z | x installinator, 47826528 bytes, 93412 tape blocks |
2323 | 2023-10-05T02:30:52.858Z | x pkg, 0 bytes, 0 tape blocks |
2324 | 2023-10-05T02:30:52.870Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2325 | 2023-10-05T02:30:52.875Z | x VERSION, 25 bytes, 1 tape blocks |
2326 | 2023-10-05T02:30:52.879Z | + mkdir -p /tmp/tmp.Vzaqui/root/lib/svc/manifest/site/ |
2327 | 2023-10-05T02:30:52.883Z | + mv pkg/manifest.xml /tmp/tmp.Vzaqui/root/lib/svc/manifest/site/installinator.xml |
2328 | 2023-10-05T02:30:52.886Z | + cd - |
2329 | 2023-10-05T02:30:52.919Z | /work/oxidecomputer/omicron |
2330 | 2023-10-05T02:30:52.933Z | + pkg_dir=/tmp/tmp.Vzaqui/root/opt/oxide/mg-ddm |
2331 | 2023-10-05T02:30:52.937Z | + mkdir -p /tmp/tmp.Vzaqui/root/opt/oxide/mg-ddm |
2332 | 2023-10-05T02:30:52.940Z | + cd /tmp/tmp.Vzaqui/root/opt/oxide/mg-ddm |
2333 | 2023-10-05T02:30:52.943Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2334 | 2023-10-05T02:30:52.947Z | x ., 0 bytes, 0 tape blocks |
2335 | 2023-10-05T02:30:52.964Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2336 | 2023-10-05T02:30:52.973Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2337 | 2023-10-05T02:30:53.382Z | x pkg, 0 bytes, 0 tape blocks |
2338 | 2023-10-05T02:30:53.386Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2339 | 2023-10-05T02:30:53.389Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2340 | 2023-10-05T02:30:53.393Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2341 | 2023-10-05T02:30:53.396Z | x VERSION, 25 bytes, 1 tape blocks |
2342 | 2023-10-05T02:30:53.400Z | + cd - |
2343 | 2023-10-05T02:30:53.813Z | /work/oxidecomputer/omicron |
2344 | 2023-10-05T02:30:53.817Z | + cd /tmp/tmp.Vzaqui |
2345 | 2023-10-05T02:30:53.820Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2346 | 2023-10-05T02:30:59.341Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2347 | 2023-10-05T02:30:59.344Z | a oxide.json 1K |
2348 | 2023-10-05T02:30:59.347Z | a root/ 0K |
2349 | 2023-10-05T02:30:59.351Z | a root/opt/ 0K |
2350 | 2023-10-05T02:30:59.354Z | a root/opt/oxide/ 0K |
2351 | 2023-10-05T02:30:59.357Z | a root/opt/oxide/installinator/ 0K |
2352 | 2023-10-05T02:30:59.360Z | a root/opt/oxide/installinator/installinator 46706K |
2353 | 2023-10-05T02:30:59.364Z | a root/opt/oxide/installinator/pkg/ 0K |
2354 | 2023-10-05T02:30:59.367Z | a root/opt/oxide/installinator/VERSION 1K |
2355 | 2023-10-05T02:30:59.369Z | a root/opt/oxide/mg-ddm/ 0K |
2356 | 2023-10-05T02:30:59.372Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2357 | 2023-10-05T02:30:59.375Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2358 | 2023-10-05T02:30:59.378Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2359 | 2023-10-05T02:30:59.386Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2360 | 2023-10-05T02:30:59.389Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2361 | 2023-10-05T02:30:59.392Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2362 | 2023-10-05T02:30:59.395Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2363 | 2023-10-05T02:30:59.398Z | a root/lib/ 0K |
2364 | 2023-10-05T02:30:59.402Z | a root/lib/svc/ 0K |
2365 | 2023-10-05T02:30:59.406Z | a root/lib/svc/manifest/ 0K |
2366 | 2023-10-05T02:30:59.409Z | a root/lib/svc/manifest/site/ 0K |
2367 | 2023-10-05T02:30:59.414Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2368 | 2023-10-05T02:30:59.419Z | + cd / |
2369 | 2023-10-05T02:30:59.421Z | + rm -rf /tmp/tmp.Vzaqui |
2370 | 2023-10-05T02:30:59.424Z | |
2371 | 2023-10-05T02:30:59.427Z | real 6.605444012 |
2372 | 2023-10-05T02:30:59.430Z | user 6.157114983 |
2373 | 2023-10-05T02:30:59.433Z | sys 0.480346701 |
2374 | 2023-10-05T02:30:59.437Z | trap 0.001542505 |
2375 | 2023-10-05T02:30:59.439Z | tflt 0.000000000 |
2376 | 2023-10-05T02:30:59.442Z | dflt 0.000000000 |
2377 | 2023-10-05T02:30:59.445Z | kflt 0.000000000 |
2378 | 2023-10-05T02:30:59.448Z | lock 0.000000000 |
2379 | 2023-10-05T02:30:59.451Z | slp 12.753888427 |
2380 | 2023-10-05T02:30:59.454Z | lat 0.231051088 |
2381 | 2023-10-05T02:30:59.457Z | stop 0.000297572 |
2382 | 2023-10-05T02:30:59.460Z | process exited: duration 2479297 ms, exit code 0 |
|
2383 | 2023-10-05T02:30:59.467Z | found 21 output files |
2384 | 2023-10-05T02:30:59.477Z | uploading: /work/version.txt (26 bytes) |
2385 | 2023-10-05T02:31:00.491Z | uploaded: /work/version.txt |
2386 | 2023-10-05T02:31:00.513Z | uploading: /work/package.tar.gz (82901795 bytes) |
2387 | 2023-10-05T02:31:36.862Z | uploaded: /work/package.tar.gz |
2388 | 2023-10-05T02:31:36.871Z | uploading: /work/global-zone-packages.tar.gz (125378090 bytes) |
2389 | 2023-10-05T02:32:30.084Z | uploaded: /work/global-zone-packages.tar.gz |
2390 | 2023-10-05T02:32:30.108Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38555797 bytes) |
2391 | 2023-10-05T02:32:46.267Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2392 | 2023-10-05T02:32:46.726Z | uploading: /work/zones/clickhouse.tar.gz (180668072 bytes) |
2393 | 2023-10-05T02:34:20.046Z | uploaded: /work/zones/clickhouse.tar.gz |
2394 | 2023-10-05T02:34:20.425Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180667817 bytes) |
2395 | 2023-10-05T02:35:19.349Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2396 | 2023-10-05T02:35:19.819Z | uploading: /work/zones/cockroachdb.tar.gz (117733761 bytes) |
2397 | 2023-10-05T02:36:19.550Z | uploaded: /work/zones/cockroachdb.tar.gz |
2398 | 2023-10-05T02:36:19.591Z | uploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes) |
2399 | 2023-10-05T02:36:30.333Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2400 | 2023-10-05T02:36:30.344Z | uploading: /work/zones/crucible.tar.gz (42773158 bytes) |
2401 | 2023-10-05T02:36:49.375Z | uploaded: /work/zones/crucible.tar.gz |
2402 | 2023-10-05T02:36:49.387Z | uploading: /work/zones/external-dns.tar.gz (22001479 bytes) |
2403 | 2023-10-05T02:36:53.895Z | uploaded: /work/zones/external-dns.tar.gz |
2404 | 2023-10-05T02:36:53.912Z | uploading: /work/zones/internal-dns.tar.gz (22001478 bytes) |
2405 | 2023-10-05T02:37:26.924Z | uploaded: /work/zones/internal-dns.tar.gz |
2406 | 2023-10-05T02:37:27.386Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2407 | 2023-10-05T02:37:28.639Z | uploaded: /work/zones/ntp.tar.gz |
2408 | 2023-10-05T02:37:29.074Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15758053 bytes) |
2409 | 2023-10-05T02:37:48.054Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2410 | 2023-10-05T02:37:48.074Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15758720 bytes) |
2411 | 2023-10-05T02:37:52.007Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2412 | 2023-10-05T02:37:52.029Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67943651 bytes) |
2413 | 2023-10-05T02:38:41.480Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2414 | 2023-10-05T02:38:41.572Z | uploading: /work/zones/omicron-nexus.tar.gz (67938231 bytes) |
2415 | 2023-10-05T02:39:24.092Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2416 | 2023-10-05T02:39:24.129Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2417 | 2023-10-05T02:39:25.224Z | uploaded: /work/zones/overlay.tar.gz |
2418 | 2023-10-05T02:39:25.241Z | uploading: /work/zones/oximeter-collector.tar.gz (17978714 bytes) |
2419 | 2023-10-05T02:39:34.266Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2420 | 2023-10-05T02:39:34.294Z | uploading: /work/zones/propolis-server.tar.gz (66255703 bytes) |
2421 | 2023-10-05T02:40:11.462Z | uploaded: /work/zones/propolis-server.tar.gz |
2422 | 2023-10-05T02:40:11.649Z | uploading: /work/zones/switch-asic.tar.gz (220074476 bytes) |
2423 | 2023-10-05T02:42:58.226Z | uploaded: /work/zones/switch-asic.tar.gz |
2424 | 2023-10-05T02:42:58.624Z | uploading: /work/zones/switch-softnpu.tar.gz (142163250 bytes) |
2425 | 2023-10-05T02:44:46.647Z | uploaded: /work/zones/switch-softnpu.tar.gz |