|
|
|
1 | 2023-11-06T20:47:28.328Z | job assigned to worker 01HEK6504C5B7DSPJC5WQE27RF (queued for 1 m 33 s) |
|
2 | 2023-11-06T20:47:28.934Z | starting task 0: "setup" |
3 | 2023-11-06T20:47:29.339Z | ++ uname -s |
4 | 2023-11-06T20:47:29.348Z | + kern=SunOS |
5 | 2023-11-06T20:47:29.358Z | + case "$kern" in |
6 | 2023-11-06T20:47:29.377Z | + groupadd -g 12345 build |
7 | 2023-11-06T20:47:29.390Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-06T20:47:31.309Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-06T20:47:31.422Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-06T20:47:31.882Z | + home_fs=zfs |
11 | 2023-11-06T20:47:31.893Z | + [[ zfs == autofs ]] |
12 | 2023-11-06T20:47:31.896Z | + mkdir -p /home/build |
13 | 2023-11-06T20:47:31.900Z | + chown build:build /home/build /work |
14 | 2023-11-06T20:47:33.845Z | + chmod 0700 /home/build /work |
15 | 2023-11-06T20:47:34.849Z | process exited: duration 4493 ms, exit code 0 |
|
16 | 2023-11-06T20:47:34.898Z | starting task 1: "rust-toolchain" |
17 | 2023-11-06T20:47:34.928Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-06T20:47:34.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-06T20:47:35.089Z | info: downloading installer |
20 | 2023-11-06T20:47:37.260Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-06T20:47:37.263Z | warning: /opt/ooce/bin |
22 | 2023-11-06T20:47:37.267Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-06T20:47:37.271Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-06T20:47:37.274Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-06T20:47:37.278Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-06T20:47:37.285Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-06T20:47:37.292Z | error: cannot install while Rust is installed |
28 | 2023-11-06T20:47:37.297Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-06T20:47:37.576Z | info: profile set to 'default' |
30 | 2023-11-06T20:47:37.593Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-06T20:47:37.603Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-06T20:47:37.768Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-06T20:47:37.778Z | info: downloading component 'cargo' |
34 | 2023-11-06T20:47:38.578Z | info: downloading component 'clippy' |
35 | 2023-11-06T20:47:38.862Z | info: downloading component 'rust-docs' |
36 | 2023-11-06T20:47:39.865Z | info: downloading component 'rust-std' |
37 | 2023-11-06T20:47:41.678Z | info: downloading component 'rustc' |
38 | 2023-11-06T20:47:46.129Z | info: downloading component 'rustfmt' |
39 | 2023-11-06T20:47:46.382Z | info: installing component 'cargo' |
40 | 2023-11-06T20:47:48.360Z | info: installing component 'clippy' |
41 | 2023-11-06T20:47:49.378Z | info: installing component 'rust-docs' |
42 | 2023-11-06T20:47:52.020Z | info: installing component 'rust-std' |
43 | 2023-11-06T20:47:55.859Z | info: installing component 'rustc' |
44 | 2023-11-06T20:48:05.566Z | info: installing component 'rustfmt' |
45 | 2023-11-06T20:48:06.018Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-06T20:48:06.021Z | |
47 | 2023-11-06T20:48:06.188Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-06T20:48:06.196Z | |
49 | 2023-11-06T20:48:06.203Z | |
50 | 2023-11-06T20:48:06.210Z | Rust is installed now. Great! |
51 | 2023-11-06T20:48:06.218Z | |
52 | 2023-11-06T20:48:06.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-06T20:48:06.655Z | environment variable. This has not been done automatically. |
54 | 2023-11-06T20:48:06.659Z | |
55 | 2023-11-06T20:48:06.663Z | To configure your current shell, run: |
56 | 2023-11-06T20:48:06.667Z | source "$HOME/.cargo/env" |
57 | 2023-11-06T20:48:07.102Z | + rustc --version |
58 | 2023-11-06T20:48:07.110Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-06T20:48:07.121Z | process exited: duration 31472 ms, exit code 0 |
|
60 | 2023-11-06T20:48:07.141Z | starting task 2: "authentication" |
61 | 2023-11-06T20:48:07.238Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-06T20:48:07.679Z | starting task 3: "clone repository" |
63 | 2023-11-06T20:48:07.696Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-06T20:48:07.705Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-06T20:48:07.779Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-06T20:48:14.751Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-06T20:48:14.813Z | + [[ -n iliana/four ]] |
68 | 2023-11-06T20:48:14.850Z | + git fetch origin iliana/four |
69 | 2023-11-06T20:48:14.894Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-06T20:48:14.916Z | * branch iliana/four -> FETCH_HEAD |
71 | 2023-11-06T20:48:14.957Z | + git checkout -B iliana/four remotes/origin/iliana/four |
72 | 2023-11-06T20:48:14.969Z | Switched to a new branch 'iliana/four' |
73 | 2023-11-06T20:48:15.003Z | branch 'iliana/four' set up to track 'origin/iliana/four'. |
74 | 2023-11-06T20:48:15.016Z | + git reset --hard 82e543019da81c3ed161b44144ee87f45047c6d9 |
75 | 2023-11-06T20:48:15.026Z | HEAD is now at 82e54301 Bump system version to 1.0.4 |
76 | 2023-11-06T20:48:15.038Z | process exited: duration 7113 ms, exit code 0 |
|
77 | 2023-11-06T20:48:15.089Z | starting task 4: "build" |
78 | 2023-11-06T20:48:15.127Z | + cargo --version |
79 | 2023-11-06T20:48:15.213Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-06T20:48:15.660Z | + rustc --version |
81 | 2023-11-06T20:48:15.676Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-06T20:48:15.715Z | ++ git rev-parse HEAD |
83 | 2023-11-06T20:48:15.720Z | + COMMIT=82e543019da81c3ed161b44144ee87f45047c6d9 |
84 | 2023-11-06T20:48:15.724Z | + VERSION=1.0.4-0.ci+git82e543019da |
85 | 2023-11-06T20:48:15.737Z | + echo 1.0.4-0.ci+git82e543019da |
86 | 2023-11-06T20:48:15.742Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-11-06T20:48:24.218Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-11-06T20:48:25.174Z | Startup: Caching catalogs ... Done |
89 | 2023-11-06T20:48:30.022Z | Planning: Solver setup ... Done (4.567s) |
90 | 2023-11-06T20:48:30.138Z | Planning: Running solver ... Done (0.117s) |
91 | 2023-11-06T20:48:30.602Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-11-06T20:48:30.611Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-11-06T20:48:30.625Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-11-06T20:48:30.632Z | Planning: Package planning ... Done (0.143s) |
95 | 2023-11-06T20:48:31.088Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-11-06T20:48:31.708Z | Planning: Checking for conflicting actions ... Done (1.036s) |
97 | 2023-11-06T20:48:31.723Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-11-06T20:48:37.959Z | Planning: Evaluating mediators ... Done (6.235s) |
99 | 2023-11-06T20:48:37.969Z | Planning: Planning completed in 12.75 seconds |
100 | 2023-11-06T20:48:42.010Z | Packages to install: 4 |
101 | 2023-11-06T20:48:42.013Z | Mediators to change: 2 |
102 | 2023-11-06T20:48:42.016Z | Services to change: 1 |
103 | 2023-11-06T20:48:42.019Z | Estimated space available: 149.39 GB |
104 | 2023-11-06T20:48:42.027Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-11-06T20:48:42.035Z | Create boot environment: No |
106 | 2023-11-06T20:48:42.046Z | Create backup boot environment: No |
107 | 2023-11-06T20:48:42.057Z | Rebuild boot archive: No |
108 | 2023-11-06T20:48:42.066Z | |
109 | 2023-11-06T20:48:42.076Z | Changed mediators: |
110 | 2023-11-06T20:48:42.082Z | mediator clang: |
111 | 2023-11-06T20:48:42.090Z | version: None -> 15 (system default) |
112 | 2023-11-06T20:48:42.096Z | |
113 | 2023-11-06T20:48:42.100Z | mediator llvm: |
114 | 2023-11-06T20:48:42.105Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-11-06T20:48:42.108Z | |
116 | 2023-11-06T20:48:42.111Z | Changed packages: |
117 | 2023-11-06T20:48:42.130Z | helios-dev |
118 | 2023-11-06T20:48:42.133Z | developer/build-essential |
119 | 2023-11-06T20:48:42.138Z | None -> 11-2.0 |
120 | 2023-11-06T20:48:42.142Z | library/libxmlsec1 |
121 | 2023-11-06T20:48:42.145Z | None -> 1.2.35-2.0 |
122 | 2023-11-06T20:48:42.150Z | ooce/developer/clang-15 |
123 | 2023-11-06T20:48:42.154Z | None -> 15.0.7-2.0 |
124 | 2023-11-06T20:48:42.157Z | ooce/developer/llvm-15 |
125 | 2023-11-06T20:48:42.160Z | None -> 15.0.7-2.0 |
126 | 2023-11-06T20:48:42.163Z | |
127 | 2023-11-06T20:48:42.166Z | Services: |
128 | 2023-11-06T20:48:42.170Z | restart_fmri: |
129 | 2023-11-06T20:48:42.173Z | svc:/system/update-man-index:default |
130 | 2023-11-06T20:48:42.294Z | |
131 | 2023-11-06T20:48:42.300Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-11-06T20:48:47.298Z | Download: 692/3290 items 17.9/212.6MB 8% complete (3.7M/s) |
133 | 2023-11-06T20:48:52.308Z | Download: 1215/3290 items 87.6/212.6MB 41% complete (8.8M/s) |
134 | 2023-11-06T20:48:57.958Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (11.6M/s) |
135 | 2023-11-06T20:49:03.014Z | Download: 2911/3290 items 121.1/212.6MB 56% complete (1.6M/s) |
136 | 2023-11-06T20:49:12.083Z | Download: Completed 212.60 MB in 23.93 seconds (8.9M/s) |
137 | 2023-11-06T20:49:12.572Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-11-06T20:49:12.710Z | Actions: 3120/3687 actions (Installing new actions) |
139 | 2023-11-06T20:49:15.091Z | Actions: Completed 3687 actions in 8.05 seconds. |
140 | 2023-11-06T20:49:15.291Z | Done (0.153s) |
141 | 2023-11-06T20:49:15.374Z | Done (0.000s) |
142 | 2023-11-06T20:49:15.448Z | Done (0.202s) |
143 | 2023-11-06T20:49:27.586Z | Done (7.793s) |
144 | 2023-11-06T20:49:28.201Z | Done (0.146s) |
145 | 2023-11-06T20:49:29.067Z | Done (0.000s) |
146 | 2023-11-06T20:49:29.788Z | Done (0.000s) |
147 | 2023-11-06T20:49:30.433Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-11-06T20:49:30.627Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-11-06T20:49:30.778Z | Planning: Consolidating action changes ... Done |
150 | 2023-11-06T20:49:30.919Z | Planning: Evaluating mediators ... Done |
151 | 2023-11-06T20:49:31.177Z | Planning: Planning completed in 0.74 seconds |
152 | 2023-11-06T20:49:31.392Z | Mediators to change: 2 |
153 | 2023-11-06T20:49:31.602Z | Create boot environment: No |
154 | 2023-11-06T20:49:31.694Z | Create backup boot environment: No |
155 | 2023-11-06T20:49:31.804Z | Done |
156 | 2023-11-06T20:49:31.817Z | Done |
157 | 2023-11-06T20:49:31.851Z | Done |
158 | 2023-11-06T20:49:31.879Z | Done |
159 | 2023-11-06T20:49:31.918Z | Done |
160 | 2023-11-06T20:49:31.972Z | Done |
161 | 2023-11-06T20:49:32.024Z | Done |
162 | 2023-11-06T20:49:32.856Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-06T20:49:32.866Z | Planning: Merging actions ... Done |
164 | 2023-11-06T20:49:33.188Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-11-06T20:49:33.233Z | Planning: Consolidating action changes ... Done |
166 | 2023-11-06T20:49:33.706Z | Planning: Evaluating mediators ... Done |
167 | 2023-11-06T20:49:33.783Z | Planning: Planning completed in 1.34 seconds |
168 | 2023-11-06T20:49:33.879Z | Packages to change: 1 |
169 | 2023-11-06T20:49:33.884Z | Mediators to change: 1 |
170 | 2023-11-06T20:49:33.940Z | Services to change: 1 |
171 | 2023-11-06T20:49:33.994Z | Create boot environment: No |
172 | 2023-11-06T20:49:34.065Z | Create backup boot environment: Yes |
173 | 2023-11-06T20:49:36.051Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-11-06T20:49:36.055Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-11-06T20:49:36.058Z | Done |
176 | 2023-11-06T20:49:36.062Z | Done |
177 | 2023-11-06T20:49:36.111Z | Done |
178 | 2023-11-06T20:49:41.999Z | Done |
179 | 2023-11-06T20:49:42.113Z | Done |
180 | 2023-11-06T20:49:42.117Z | Done |
181 | 2023-11-06T20:49:42.237Z | Done |
182 | 2023-11-06T20:49:42.930Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-11-06T20:49:42.945Z | clang system 15 system |
184 | 2023-11-06T20:49:42.951Z | csh system system illumos |
185 | 2023-11-06T20:49:42.956Z | ctags system system illumos |
186 | 2023-11-06T20:49:42.961Z | gcc vendor 12 vendor |
187 | 2023-11-06T20:49:42.978Z | gcc system 10 system |
188 | 2023-11-06T20:49:42.983Z | gcc system 7 system |
189 | 2023-11-06T20:49:42.993Z | go system 1.20 system |
190 | 2023-11-06T20:49:42.999Z | go system 1.19 system |
191 | 2023-11-06T20:49:43.005Z | llvm system 15 system |
192 | 2023-11-06T20:49:43.045Z | llvm system 14 system |
193 | 2023-11-06T20:49:43.059Z | mariadb system 10.6 system |
194 | 2023-11-06T20:49:43.065Z | mta vendor vendor dma |
195 | 2023-11-06T20:49:43.077Z | openjdk system 17 system |
196 | 2023-11-06T20:49:43.513Z | openjdk system 11 system |
197 | 2023-11-06T20:49:43.531Z | openjdk system 1.8 system |
198 | 2023-11-06T20:49:43.541Z | openssl vendor 3 vendor |
199 | 2023-11-06T20:49:43.555Z | perl system 5.36 system |
200 | 2023-11-06T20:49:43.573Z | postgresql system 15 system |
201 | 2023-11-06T20:49:43.581Z | postgresql system 13 system |
202 | 2023-11-06T20:49:43.598Z | python vendor 3 vendor |
203 | 2023-11-06T20:49:43.611Z | python system 2 system |
204 | 2023-11-06T20:49:43.616Z | python3 system 3.11 system |
205 | 2023-11-06T20:49:43.621Z | ruby system 3.0 system |
206 | 2023-11-06T20:49:43.627Z | words vendor vendor american-english |
207 | 2023-11-06T20:49:43.633Z | words system system australian-english |
208 | 2023-11-06T20:49:43.637Z | words system system british-english |
209 | 2023-11-06T20:49:43.640Z | words system system canadian-english |
210 | 2023-11-06T20:49:43.665Z | words system system french |
211 | 2023-11-06T20:49:43.681Z | words system system italian |
212 | 2023-11-06T20:49:43.694Z | words system system ngerman |
213 | 2023-11-06T20:49:43.710Z | words system system ogerman |
214 | 2023-11-06T20:49:44.131Z | words system system spanish |
215 | 2023-11-06T20:49:44.141Z | FMRI IFO |
216 | 2023-11-06T20:49:44.167Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-11-06T20:49:44.176Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-11-06T20:49:44.601Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-11-06T20:49:44.619Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-11-06T20:49:44.638Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-11-06T20:49:45.078Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-11-06T20:49:45.083Z | + set -o errexit |
223 | 2023-11-06T20:49:45.094Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-11-06T20:49:45.103Z | ++ cd ./tools |
225 | 2023-11-06T20:49:45.165Z | ++ pwd |
226 | 2023-11-06T20:49:45.178Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-11-06T20:49:45.190Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-11-06T20:49:45.206Z | + ARG0=ci_download_cockroachdb |
229 | 2023-11-06T20:49:45.626Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-11-06T20:49:45.631Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-11-06T20:49:45.635Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-11-06T20:49:45.640Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-11-06T20:49:45.644Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-11-06T20:49:45.648Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-11-06T20:49:45.656Z | + TARGET_DIR=out |
236 | 2023-11-06T20:49:45.661Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-11-06T20:49:45.666Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-11-06T20:49:45.672Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-11-06T20:49:45.679Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-11-06T20:49:45.686Z | + main |
241 | 2023-11-06T20:49:45.699Z | + [[ 0 != 0 ]] |
242 | 2023-11-06T20:49:45.703Z | + CIDL_OS=solaris2.11 |
243 | 2023-11-06T20:49:45.710Z | + [[ 0 != 0 ]] |
244 | 2023-11-06T20:49:45.718Z | + configure_os solaris2.11 |
245 | 2023-11-06T20:49:45.732Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-11-06T20:49:45.743Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-11-06T20:49:45.752Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-11-06T20:49:45.761Z | configuring based on OS: "solaris2.11" |
249 | 2023-11-06T20:49:45.771Z | + case "$1" in |
250 | 2023-11-06T20:49:45.781Z | + CIDL_BUILD=illumos |
251 | 2023-11-06T20:49:45.796Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-11-06T20:49:45.810Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-11-06T20:49:45.832Z | + CIDL_MD5FUNC=do_md5sum |
254 | 2023-11-06T20:49:45.845Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-11-06T20:49:45.859Z | + CIDL_ASSEMBLE=do_assemble_illumos |
256 | 2023-11-06T20:49:45.877Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
257 | 2023-11-06T20:49:45.890Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-06T20:49:45.902Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-11-06T20:49:45.908Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
260 | 2023-11-06T20:49:45.916Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-11-06T20:49:45.920Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-11-06T20:49:45.935Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-11-06T20:49:45.944Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-11-06T20:49:45.949Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-11-06T20:49:45.963Z | + mkdir -p out/downloads |
266 | 2023-11-06T20:49:45.969Z | Downloading... |
267 | 2023-11-06T20:49:45.977Z | + mkdir -p ./out/cockroachdb |
268 | 2023-11-06T20:49:45.982Z | + local DO_DOWNLOAD=true |
269 | 2023-11-06T20:49:45.991Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-11-06T20:49:46.010Z | + '[' true == true ']' |
271 | 2023-11-06T20:49:46.047Z | + echo Downloading... |
272 | 2023-11-06T20:49:46.059Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-06T20:49:46.075Z | + 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 |
274 | 2023-11-06T20:49:46.117Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-06T20:49:46.127Z | ++ md5sum |
276 | 2023-11-06T20:49:46.136Z | ++ awk '{print $1}' |
277 | 2023-11-06T20:49:46.307Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-11-06T20:49:46.322Z | + [[ 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 ]] |
279 | 2023-11-06T20:49:46.338Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-06T20:49:46.349Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-11-06T20:49:49.906Z | + do_assemble_illumos |
282 | 2023-11-06T20:49:49.930Z | + rm -r ./out/cockroachdb |
283 | 2023-11-06T20:49:49.954Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-11-06T20:49:50.528Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-11-06T20:49:50.762Z | Build Tag: v22.1.9-dirty |
286 | 2023-11-06T20:49:50.775Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-11-06T20:49:50.791Z | Distribution: OSS |
288 | 2023-11-06T20:49:50.817Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-11-06T20:49:50.832Z | Go Version: go1.17.13 |
290 | 2023-11-06T20:49:50.844Z | C Compiler: gcc 10.3.0 |
291 | 2023-11-06T20:49:50.860Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-11-06T20:49:51.289Z | Build Type: release |
293 | 2023-11-06T20:49:51.310Z | + set -o errexit |
294 | 2023-11-06T20:49:51.330Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-11-06T20:49:51.349Z | ++ cd ./tools |
296 | 2023-11-06T20:49:51.368Z | ++ pwd |
297 | 2023-11-06T20:49:51.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-11-06T20:49:51.842Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-11-06T20:49:51.856Z | + ARG0=ci_download_clickhouse |
300 | 2023-11-06T20:49:51.879Z | + TARGET_DIR=out |
301 | 2023-11-06T20:49:51.892Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-11-06T20:49:52.021Z | + DEST_DIR=./out/clickhouse |
303 | 2023-11-06T20:49:52.457Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-11-06T20:49:52.462Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-11-06T20:49:52.473Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-11-06T20:49:52.904Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-11-06T20:49:52.915Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-11-06T20:49:52.932Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-11-06T20:49:52.988Z | + main |
310 | 2023-11-06T20:49:53.010Z | + [[ 0 != 0 ]] |
311 | 2023-11-06T20:49:53.016Z | + CIDL_OS=solaris2.11 |
312 | 2023-11-06T20:49:53.023Z | + [[ 0 != 0 ]] |
313 | 2023-11-06T20:49:53.031Z | + configure_os solaris2.11 |
314 | 2023-11-06T20:49:53.040Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-11-06T20:49:53.051Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-11-06T20:49:53.068Z | configuring based on OS: "solaris2.11" |
317 | 2023-11-06T20:49:53.089Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-11-06T20:49:53.101Z | + CIDL_DASHREV= |
319 | 2023-11-06T20:49:53.120Z | + case "$1" in |
320 | 2023-11-06T20:49:53.133Z | + CIDL_PLATFORM=illumos |
321 | 2023-11-06T20:49:53.162Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-11-06T20:49:53.172Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-11-06T20:49:53.193Z | + CIDL_DASHREV=-1 |
324 | 2023-11-06T20:49:53.218Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-11-06T20:49:53.646Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-11-06T20:49:53.678Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-11-06T20:49:53.779Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-11-06T20:49:53.798Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-11-06T20:49:53.819Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-11-06T20:49:53.831Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-11-06T20:49:53.839Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-11-06T20:49:53.846Z | + mkdir -p out/downloads |
333 | 2023-11-06T20:49:53.853Z | + mkdir -p ./out/clickhouse |
334 | 2023-11-06T20:49:53.862Z | + local DO_DOWNLOAD=true |
335 | 2023-11-06T20:49:53.873Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-11-06T20:49:53.889Z | + '[' true == true ']' |
337 | 2023-11-06T20:49:53.899Z | + echo Downloading... |
338 | 2023-11-06T20:49:53.908Z | Downloading... |
339 | 2023-11-06T20:49:53.921Z | + 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 |
340 | 2023-11-06T20:49:53.937Z | + 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 |
341 | 2023-11-06T20:49:53.944Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-06T20:49:53.948Z | ++ md5sum |
343 | 2023-11-06T20:49:53.956Z | ++ awk '{print $1}' |
344 | 2023-11-06T20:49:53.964Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-11-06T20:49:54.377Z | + [[ 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 ]] |
346 | 2023-11-06T20:49:54.399Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-11-06T20:49:54.408Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-06T20:49:54.417Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-11-06T20:49:57.551Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-11-06T20:49:57.603Z | ClickHouse server version 22.8.9.1. |
351 | 2023-11-06T20:49:57.624Z | + set -o errexit |
352 | 2023-11-06T20:49:57.640Z | +++ dirname ./tools/ci_download_console |
353 | 2023-11-06T20:49:57.653Z | ++ cd ./tools |
354 | 2023-11-06T20:49:57.659Z | ++ pwd |
355 | 2023-11-06T20:49:57.667Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-11-06T20:49:57.675Z | ++ basename ./tools/ci_download_console |
357 | 2023-11-06T20:49:57.681Z | + ARG0=ci_download_console |
358 | 2023-11-06T20:49:57.695Z | + TARGET_DIR=out |
359 | 2023-11-06T20:49:57.711Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-11-06T20:49:57.724Z | + DEST_DIR=./out/console-assets |
361 | 2023-11-06T20:49:57.737Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-11-06T20:49:57.760Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
363 | 2023-11-06T20:49:58.617Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
364 | 2023-11-06T20:49:58.630Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-11-06T20:49:58.681Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-11-06T20:49:58.705Z | + main |
367 | 2023-11-06T20:49:58.727Z | + [[ 0 != 0 ]] |
368 | 2023-11-06T20:49:58.739Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
369 | 2023-11-06T20:49:58.758Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
370 | 2023-11-06T20:49:58.770Z | Local file: out/downloads/console.tar.gz |
371 | 2023-11-06T20:49:58.786Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-11-06T20:49:58.804Z | + local DO_DOWNLOAD=true |
373 | 2023-11-06T20:49:58.817Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-11-06T20:49:58.830Z | + mkdir -p out/downloads |
375 | 2023-11-06T20:49:58.840Z | + '[' true == true ']' |
376 | 2023-11-06T20:49:58.855Z | + echo Downloading... |
377 | 2023-11-06T20:49:58.864Z | Downloading... |
378 | 2023-11-06T20:49:58.873Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
379 | 2023-11-06T20:49:58.897Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
380 | 2023-11-06T20:49:58.931Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-11-06T20:49:58.945Z | ++ case "$OSTYPE" in |
382 | 2023-11-06T20:49:58.964Z | ++ SHA=sha256sum |
383 | 2023-11-06T20:49:58.974Z | ++ sha256sum |
384 | 2023-11-06T20:49:58.991Z | ++ awk '{print $1}' |
385 | 2023-11-06T20:49:59.008Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
386 | 2023-11-06T20:49:59.434Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
387 | 2023-11-06T20:49:59.442Z | + rm -rf ./out/console-assets |
388 | 2023-11-06T20:49:59.454Z | + mkdir -p ./out/console-assets |
389 | 2023-11-06T20:49:59.464Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-11-06T20:49:59.473Z | + mkdir -p ./out/console-assets |
391 | 2023-11-06T20:49:59.504Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-11-06T20:49:59.521Z | + set -o errexit |
393 | 2023-11-06T20:49:59.540Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-11-06T20:49:59.552Z | ++ cd ./tools |
395 | 2023-11-06T20:49:59.563Z | ++ pwd |
396 | 2023-11-06T20:49:59.571Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-11-06T20:49:59.577Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-11-06T20:49:59.583Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-11-06T20:49:59.594Z | + TARGET_DIR=out |
400 | 2023-11-06T20:49:59.610Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-11-06T20:49:59.624Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
402 | 2023-11-06T20:49:59.634Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
403 | 2023-11-06T20:49:59.646Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-11-06T20:49:59.664Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
405 | 2023-11-06T20:49:59.680Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
406 | 2023-11-06T20:49:59.700Z | + main |
407 | 2023-11-06T20:50:00.118Z | + [[ 0 != 0 ]] |
408 | 2023-11-06T20:50:00.544Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
409 | 2023-11-06T20:50:00.558Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
410 | 2023-11-06T20:50:00.577Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
411 | 2023-11-06T20:50:00.595Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
412 | 2023-11-06T20:50:01.034Z | + local DO_DOWNLOAD=true |
413 | 2023-11-06T20:50:01.047Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
414 | 2023-11-06T20:50:01.053Z | + mkdir -p out/downloads |
415 | 2023-11-06T20:50:01.067Z | + '[' true == true ']' |
416 | 2023-11-06T20:50:01.077Z | + echo Downloading... |
417 | 2023-11-06T20:50:01.097Z | Downloading... |
418 | 2023-11-06T20:50:01.100Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
419 | 2023-11-06T20:50:01.104Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
420 | 2023-11-06T20:50:01.107Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
421 | 2023-11-06T20:50:01.112Z | ++ case "$OSTYPE" in |
422 | 2023-11-06T20:50:01.115Z | ++ SHA=sha256sum |
423 | 2023-11-06T20:50:01.124Z | ++ sha256sum |
424 | 2023-11-06T20:50:01.129Z | ++ awk '{print $1}' |
425 | 2023-11-06T20:50:01.133Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-11-06T20:50:01.136Z | + [[ 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 ]] |
427 | 2023-11-06T20:50:01.140Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
428 | 2023-11-06T20:50:01.144Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
429 | 2023-11-06T20:50:01.147Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
430 | 2023-11-06T20:50:01.154Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
431 | 2023-11-06T20:50:01.160Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
432 | 2023-11-06T20:50:01.164Z | + main |
433 | 2023-11-06T20:50:01.169Z | + [[ 0 != 0 ]] |
434 | 2023-11-06T20:50:01.178Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
435 | 2023-11-06T20:50:01.190Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
436 | 2023-11-06T20:50:01.261Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
437 | 2023-11-06T20:50:01.280Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
438 | 2023-11-06T20:50:01.296Z | + local DO_DOWNLOAD=true |
439 | 2023-11-06T20:50:01.309Z | Downloading... |
440 | 2023-11-06T20:50:01.322Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
441 | 2023-11-06T20:50:01.334Z | + mkdir -p out/downloads |
442 | 2023-11-06T20:50:01.344Z | + '[' true == true ']' |
443 | 2023-11-06T20:50:01.351Z | + echo Downloading... |
444 | 2023-11-06T20:50:01.357Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
445 | 2023-11-06T20:50:01.363Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
446 | 2023-11-06T20:50:01.373Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
447 | 2023-11-06T20:50:01.378Z | ++ case "$OSTYPE" in |
448 | 2023-11-06T20:50:01.383Z | ++ SHA=sha256sum |
449 | 2023-11-06T20:50:01.387Z | ++ sha256sum |
450 | 2023-11-06T20:50:01.396Z | ++ awk '{print $1}' |
451 | 2023-11-06T20:50:01.406Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
452 | 2023-11-06T20:50:01.437Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
453 | 2023-11-06T20:50:01.447Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
454 | 2023-11-06T20:50:01.454Z | Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
455 | 2023-11-06T20:50:01.461Z | + set -o errexit |
456 | 2023-11-06T20:50:01.465Z | Downloading... |
457 | 2023-11-06T20:50:01.471Z | +++ dirname ./tools/ci_download_dendrite_openapi |
458 | 2023-11-06T20:50:01.475Z | ++ cd ./tools |
459 | 2023-11-06T20:50:01.479Z | ++ pwd |
460 | 2023-11-06T20:50:01.492Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
461 | 2023-11-06T20:50:01.497Z | ++ basename ./tools/ci_download_dendrite_openapi |
462 | 2023-11-06T20:50:01.505Z | + ARG0=ci_download_dendrite_openapi |
463 | 2023-11-06T20:50:01.516Z | + TARGET_DIR=out |
464 | 2023-11-06T20:50:01.526Z | + DOWNLOAD_DIR=out/downloads |
465 | 2023-11-06T20:50:01.538Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
466 | 2023-11-06T20:50:01.548Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
467 | 2023-11-06T20:50:01.558Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
468 | 2023-11-06T20:50:01.569Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
469 | 2023-11-06T20:50:01.580Z | + LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
470 | 2023-11-06T20:50:01.994Z | + main |
471 | 2023-11-06T20:50:02.007Z | + [[ 0 != 0 ]] |
472 | 2023-11-06T20:50:02.424Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json' |
473 | 2023-11-06T20:50:02.428Z | + echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json' |
474 | 2023-11-06T20:50:02.433Z | + local DO_DOWNLOAD=true |
475 | 2023-11-06T20:50:02.440Z | + [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]] |
476 | 2023-11-06T20:50:02.444Z | + mkdir -p out/downloads |
477 | 2023-11-06T20:50:02.448Z | + '[' true == true ']' |
478 | 2023-11-06T20:50:02.460Z | + echo Downloading... |
479 | 2023-11-06T20:50:02.466Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
480 | 2023-11-06T20:50:02.471Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
481 | 2023-11-06T20:50:02.547Z | ++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
482 | 2023-11-06T20:50:02.552Z | ++ case "$OSTYPE" in |
483 | 2023-11-06T20:50:02.557Z | ++ SHA=sha256sum |
484 | 2023-11-06T20:50:02.565Z | ++ sha256sum |
485 | 2023-11-06T20:50:02.572Z | ++ awk '{print $1}' |
486 | 2023-11-06T20:50:02.581Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
487 | 2023-11-06T20:50:02.592Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
488 | 2023-11-06T20:50:02.600Z | + set -o errexit |
489 | 2023-11-06T20:50:02.608Z | +++ dirname ./tools/ci_download_dendrite_stub |
490 | 2023-11-06T20:50:02.619Z | ++ cd ./tools |
491 | 2023-11-06T20:50:02.630Z | ++ pwd |
492 | 2023-11-06T20:50:02.640Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2023-11-06T20:50:02.648Z | ++ basename ./tools/ci_download_dendrite_stub |
494 | 2023-11-06T20:50:02.655Z | + ARG0=ci_download_dendrite_stub |
495 | 2023-11-06T20:50:02.662Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
496 | 2023-11-06T20:50:02.668Z | ++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
497 | 2023-11-06T20:50:02.676Z | ++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e |
498 | 2023-11-06T20:50:02.691Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
499 | 2023-11-06T20:50:03.113Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2023-11-06T20:50:03.130Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
501 | 2023-11-06T20:50:03.145Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
502 | 2023-11-06T20:50:03.164Z | + TARGET_DIR=out |
503 | 2023-11-06T20:50:03.182Z | + DOWNLOAD_DIR=out/downloads |
504 | 2023-11-06T20:50:03.191Z | + DEST_DIR=./out/dendrite-stub |
505 | 2023-11-06T20:50:03.203Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
506 | 2023-11-06T20:50:03.223Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
507 | 2023-11-06T20:50:03.249Z | + REPO=oxidecomputer/dendrite |
508 | 2023-11-06T20:50:03.275Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390 |
509 | 2023-11-06T20:50:03.288Z | + main |
510 | 2023-11-06T20:50:03.307Z | + [[ 0 != 0 ]] |
511 | 2023-11-06T20:50:03.364Z | + CIDL_OS=solaris2.11 |
512 | 2023-11-06T20:50:03.390Z | + [[ 0 != 0 ]] |
513 | 2023-11-06T20:50:03.814Z | + configure_os solaris2.11 |
514 | 2023-11-06T20:50:04.233Z | + echo 'current directory: /work/oxidecomputer/omicron' |
515 | 2023-11-06T20:50:04.246Z | current directory: /work/oxidecomputer/omicron |
516 | 2023-11-06T20:50:04.255Z | + echo 'configuring based on OS: "solaris2.11"' |
517 | 2023-11-06T20:50:07.467Z | configuring based on OS: "solaris2.11" |
518 | 2023-11-06T20:50:07.475Z | + case "$1" in |
519 | 2023-11-06T20:50:07.893Z | + SET_BINARIES= |
520 | 2023-11-06T20:50:07.905Z | + CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
521 | 2023-11-06T20:50:07.922Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-11-06T20:50:07.944Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-11-06T20:50:07.961Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
524 | 2023-11-06T20:50:07.973Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-11-06T20:50:07.986Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz' |
526 | 2023-11-06T20:50:08.006Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
527 | 2023-11-06T20:50:08.022Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
528 | 2023-11-06T20:50:08.038Z | Local file: out/downloads/dendrite-stub.tar.gz |
529 | 2023-11-06T20:50:08.055Z | + mkdir -p out/downloads |
530 | 2023-11-06T20:50:08.076Z | + mkdir -p ./out/dendrite-stub |
531 | 2023-11-06T20:50:08.090Z | + fetch_and_verify |
532 | 2023-11-06T20:50:08.533Z | + local DO_DOWNLOAD=true |
533 | 2023-11-06T20:50:08.548Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
534 | 2023-11-06T20:50:08.556Z | + '[' true == true ']' |
535 | 2023-11-06T20:50:08.560Z | + echo Downloading... |
536 | 2023-11-06T20:50:08.568Z | Downloading... |
537 | 2023-11-06T20:50:08.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-06T20:50:08.587Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
539 | 2023-11-06T20:50:12.331Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-06T20:50:12.351Z | ++ sha256sum |
541 | 2023-11-06T20:50:12.357Z | ++ awk '{print $1}' |
542 | 2023-11-06T20:50:12.420Z | + calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
543 | 2023-11-06T20:50:12.458Z | + [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]] |
544 | 2023-11-06T20:50:12.476Z | + do_untar out/downloads/dendrite-stub.tar.gz |
545 | 2023-11-06T20:50:12.490Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
546 | 2023-11-06T20:50:13.381Z | + do_assemble |
547 | 2023-11-06T20:50:13.390Z | + rm -r ./out/dendrite-stub |
548 | 2023-11-06T20:50:13.399Z | + mkdir ./out/dendrite-stub |
549 | 2023-11-06T20:50:13.408Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
550 | 2023-11-06T20:50:13.528Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
551 | 2023-11-06T20:50:13.546Z | + set -o errexit |
552 | 2023-11-06T20:50:13.561Z | +++ dirname ./tools/ci_download_maghemite_mgd |
553 | 2023-11-06T20:50:13.579Z | ++ cd ./tools |
554 | 2023-11-06T20:50:13.603Z | ++ pwd |
555 | 2023-11-06T20:50:13.618Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
556 | 2023-11-06T20:50:13.625Z | ++ basename ./tools/ci_download_maghemite_mgd |
557 | 2023-11-06T20:50:13.689Z | + ARG0=ci_download_maghemite_mgd |
558 | 2023-11-06T20:50:13.693Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
559 | 2023-11-06T20:50:13.700Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
560 | 2023-11-06T20:50:13.703Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
561 | 2023-11-06T20:50:13.706Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
562 | 2023-11-06T20:50:13.723Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
563 | 2023-11-06T20:50:13.734Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
564 | 2023-11-06T20:50:13.741Z | + TARGET_DIR=out |
565 | 2023-11-06T20:50:13.750Z | + DOWNLOAD_DIR=out/downloads |
566 | 2023-11-06T20:50:14.188Z | + DEST_DIR=./out/mgd |
567 | 2023-11-06T20:50:14.212Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
568 | 2023-11-06T20:50:14.221Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
569 | 2023-11-06T20:50:14.231Z | + REPO=oxidecomputer/maghemite |
570 | 2023-11-06T20:50:14.646Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
571 | 2023-11-06T20:50:14.655Z | + main |
572 | 2023-11-06T20:50:14.670Z | + [[ 0 != 0 ]] |
573 | 2023-11-06T20:50:14.685Z | + CIDL_OS=solaris2.11 |
574 | 2023-11-06T20:50:14.694Z | + [[ 0 != 0 ]] |
575 | 2023-11-06T20:50:14.702Z | + configure_os solaris2.11 |
576 | 2023-11-06T20:50:14.710Z | + echo 'current directory: /work/oxidecomputer/omicron' |
577 | 2023-11-06T20:50:14.727Z | current directory: /work/oxidecomputer/omicron |
578 | 2023-11-06T20:50:14.732Z | + echo 'configuring based on OS: "solaris2.11"' |
579 | 2023-11-06T20:50:14.738Z | configuring based on OS: "solaris2.11" |
580 | 2023-11-06T20:50:14.744Z | + case "$1" in |
581 | 2023-11-06T20:50:14.751Z | + SET_BINARIES= |
582 | 2023-11-06T20:50:14.757Z | + CIDL_SHA256FUNC=do_sha256sum |
583 | 2023-11-06T20:50:14.766Z | + TARBALL_FILENAME=mgd.tar.gz |
584 | 2023-11-06T20:50:14.774Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
585 | 2023-11-06T20:50:14.784Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
586 | 2023-11-06T20:50:14.806Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
587 | 2023-11-06T20:50:14.822Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
588 | 2023-11-06T20:50:14.834Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
589 | 2023-11-06T20:50:14.848Z | Local file: out/downloads/mgd.tar.gz |
590 | 2023-11-06T20:50:14.867Z | + mkdir -p out/downloads |
591 | 2023-11-06T20:50:15.299Z | + mkdir -p ./out/mgd |
592 | 2023-11-06T20:50:15.310Z | + fetch_and_verify |
593 | 2023-11-06T20:50:15.319Z | + local DO_DOWNLOAD=true |
594 | 2023-11-06T20:50:15.327Z | + [[ -f out/downloads/mgd.tar.gz ]] |
595 | 2023-11-06T20:50:15.759Z | + '[' true == true ']' |
596 | 2023-11-06T20:50:15.775Z | + echo Downloading... |
597 | 2023-11-06T20:50:16.193Z | Downloading... |
598 | 2023-11-06T20:50:16.200Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
599 | 2023-11-06T20:50:16.208Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
600 | 2023-11-06T20:50:28.714Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
601 | 2023-11-06T20:50:28.722Z | ++ sha256sum |
602 | 2023-11-06T20:50:28.734Z | ++ awk '{print $1}' |
603 | 2023-11-06T20:50:28.793Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
604 | 2023-11-06T20:50:28.801Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
605 | 2023-11-06T20:50:28.811Z | + do_untar out/downloads/mgd.tar.gz |
606 | 2023-11-06T20:50:28.816Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
607 | 2023-11-06T20:50:29.494Z | + do_assemble |
608 | 2023-11-06T20:50:29.922Z | + rm -r ./out/mgd |
609 | 2023-11-06T20:50:29.954Z | + mkdir ./out/mgd |
610 | 2023-11-06T20:50:29.967Z | + cp -r out/downloads/root ./out/mgd/root |
611 | 2023-11-06T20:50:29.988Z | + set -o errexit |
612 | 2023-11-06T20:50:30.001Z | +++ dirname ./tools/ci_download_transceiver_control |
613 | 2023-11-06T20:50:30.015Z | ++ cd ./tools |
614 | 2023-11-06T20:50:30.025Z | ++ pwd |
615 | 2023-11-06T20:50:30.031Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
616 | 2023-11-06T20:50:30.034Z | ++ basename ./tools/ci_download_transceiver_control |
617 | 2023-11-06T20:50:30.038Z | + ARG0=ci_download_transceiver_control |
618 | 2023-11-06T20:50:30.049Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
619 | 2023-11-06T20:50:30.053Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
620 | 2023-11-06T20:50:30.057Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
621 | 2023-11-06T20:50:30.065Z | + TARGET_DIR=out |
622 | 2023-11-06T20:50:30.075Z | + DOWNLOAD_DIR=out/downloads |
623 | 2023-11-06T20:50:30.083Z | + DEST_DIR=./out/transceiver-control |
624 | 2023-11-06T20:50:30.092Z | + BIN_DIR=/opt/oxide/bin |
625 | 2023-11-06T20:50:30.510Z | + BINARY=xcvradm |
626 | 2023-11-06T20:50:30.514Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
627 | 2023-11-06T20:50:30.517Z | + REPO=oxidecomputer/transceiver-control |
628 | 2023-11-06T20:50:30.524Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-11-06T20:50:30.527Z | + main |
630 | 2023-11-06T20:50:30.531Z | + [[ 0 != 0 ]] |
631 | 2023-11-06T20:50:30.536Z | + CIDL_OS=solaris2.11 |
632 | 2023-11-06T20:50:30.540Z | + [[ 0 != 0 ]] |
633 | 2023-11-06T20:50:30.544Z | + configure_os solaris2.11 |
634 | 2023-11-06T20:50:30.553Z | + echo 'current directory: /work/oxidecomputer/omicron' |
635 | 2023-11-06T20:50:30.560Z | current directory: /work/oxidecomputer/omicron |
636 | 2023-11-06T20:50:30.571Z | + echo 'configuring based on OS: "solaris2.11"' |
637 | 2023-11-06T20:50:30.584Z | configuring based on OS: "solaris2.11" |
638 | 2023-11-06T20:50:30.592Z | + case "$1" in |
639 | 2023-11-06T20:50:30.599Z | + SET_BINARIES= |
640 | 2023-11-06T20:50:30.607Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-11-06T20:50:30.617Z | + CIDL_SHA256FUNC=do_sha256sum |
642 | 2023-11-06T20:50:30.626Z | + ARCHIVE_FILENAME=xcvradm.gz |
643 | 2023-11-06T20:50:30.677Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-11-06T20:50:30.690Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
645 | 2023-11-06T20:50:30.695Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
646 | 2023-11-06T20:50:30.708Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
647 | 2023-11-06T20:50:30.712Z | + echo 'Local file: out/downloads/xcvradm.gz' |
648 | 2023-11-06T20:50:30.719Z | Local file: out/downloads/xcvradm.gz |
649 | 2023-11-06T20:50:30.724Z | + mkdir -p out/downloads |
650 | 2023-11-06T20:50:30.732Z | + mkdir -p ./out/transceiver-control |
651 | 2023-11-06T20:50:30.739Z | + fetch_and_verify |
652 | 2023-11-06T20:50:30.745Z | + local DO_DOWNLOAD=true |
653 | 2023-11-06T20:50:30.750Z | + [[ -f out/downloads/xcvradm.gz ]] |
654 | 2023-11-06T20:50:30.756Z | + '[' true == true ']' |
655 | 2023-11-06T20:50:30.762Z | + echo Downloading... |
656 | 2023-11-06T20:50:30.775Z | Downloading... |
657 | 2023-11-06T20:50:31.192Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
658 | 2023-11-06T20:50:31.199Z | + 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 |
659 | 2023-11-06T20:50:32.673Z | ++ do_sha256sum out/downloads/xcvradm.gz |
660 | 2023-11-06T20:50:32.684Z | ++ sha256sum |
661 | 2023-11-06T20:50:32.696Z | ++ awk '{print $1}' |
662 | 2023-11-06T20:50:32.708Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-11-06T20:50:33.133Z | + [[ 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 ]] |
664 | 2023-11-06T20:50:33.144Z | + do_unpack out/downloads/xcvradm.gz |
665 | 2023-11-06T20:50:33.571Z | + mkdir -p out/downloads/root//opt/oxide/bin |
666 | 2023-11-06T20:50:33.584Z | + gzip -dc out/downloads/xcvradm.gz |
667 | 2023-11-06T20:50:33.592Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
668 | 2023-11-06T20:50:33.599Z | + do_assemble |
669 | 2023-11-06T20:50:33.604Z | + rm -r ./out/transceiver-control |
670 | 2023-11-06T20:50:33.613Z | + mkdir ./out/transceiver-control |
671 | 2023-11-06T20:50:33.617Z | + cp -r out/downloads/root ./out/transceiver-control/root |
672 | 2023-11-06T20:50:33.622Z | All prerequisites installed successfully |
673 | 2023-11-06T20:50:33.626Z | |
674 | 2023-11-06T20:50:33.631Z | real 2:17.703045012 |
675 | 2023-11-06T20:50:33.635Z | user 52.884191433 |
676 | 2023-11-06T20:50:33.640Z | sys 10.582560583 |
677 | 2023-11-06T20:50:33.654Z | trap 0.027091779 |
678 | 2023-11-06T20:50:33.661Z | tflt 0.202937952 |
679 | 2023-11-06T20:50:33.665Z | dflt 0.661708927 |
680 | 2023-11-06T20:50:33.669Z | kflt 0.219565210 |
681 | 2023-11-06T20:50:33.672Z | lock 1.667865943 |
682 | 2023-11-06T20:50:33.676Z | slp 4:29.036777214 |
683 | 2023-11-06T20:50:33.680Z | lat 4.122965288 |
684 | 2023-11-06T20:50:33.683Z | stop 0.070467462 |
685 | 2023-11-06T20:50:33.687Z | + ptime -m ./tools/ci_download_softnpu_machinery |
686 | 2023-11-06T20:50:33.690Z | fetching npuzone |
687 | 2023-11-06T20:50:33.694Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
688 | 2023-11-06T20:50:33.698Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
689 | 2023-11-06T20:50:33.701Z | Getting hash for npuzone |
690 | 2023-11-06T20:50:33.709Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
691 | 2023-11-06T20:50:51.526Z | npuzone downloaded successfully |
692 | 2023-11-06T20:50:51.534Z | |
693 | 2023-11-06T20:50:51.541Z | real 18.464550487 |
694 | 2023-11-06T20:50:51.553Z | user 0.590149356 |
695 | 2023-11-06T20:50:51.560Z | sys 0.174026023 |
696 | 2023-11-06T20:50:51.569Z | trap 0.000048710 |
697 | 2023-11-06T20:50:51.574Z | tflt 0.000000000 |
698 | 2023-11-06T20:50:51.580Z | dflt 0.000000000 |
699 | 2023-11-06T20:50:51.654Z | kflt 0.000000000 |
700 | 2023-11-06T20:50:51.658Z | lock 0.000000000 |
701 | 2023-11-06T20:50:51.661Z | slp 54.385768288 |
702 | 2023-11-06T20:50:51.665Z | lat 0.206641819 |
703 | 2023-11-06T20:50:51.669Z | stop 0.000270093 |
704 | 2023-11-06T20:50:51.673Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
705 | 2023-11-06T20:50:52.308Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
706 | 2023-11-06T20:50:52.317Z | Updating crates.io index |
707 | 2023-11-06T20:50:52.400Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
708 | 2023-11-06T20:50:53.184Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
709 | 2023-11-06T20:50:54.982Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
710 | 2023-11-06T20:50:55.619Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
711 | 2023-11-06T20:50:56.666Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
712 | 2023-11-06T20:50:56.671Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
713 | 2023-11-06T20:50:56.863Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
714 | 2023-11-06T20:50:57.928Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
715 | 2023-11-06T20:51:00.662Z | Updating git repository `https://github.com/oxidecomputer/opte` |
716 | 2023-11-06T20:51:00.848Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
717 | 2023-11-06T20:51:01.141Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
718 | 2023-11-06T20:51:01.528Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
719 | 2023-11-06T20:51:02.118Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
720 | 2023-11-06T20:51:02.529Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
721 | 2023-11-06T20:51:02.875Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
722 | 2023-11-06T20:51:03.222Z | Updating git repository `https://github.com/njaremko/samael` |
723 | 2023-11-06T20:51:03.683Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
724 | 2023-11-06T20:51:04.407Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
725 | 2023-11-06T20:51:04.836Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
726 | 2023-11-06T20:51:05.216Z | Updating git repository `https://github.com/jgallagher/nix` |
727 | 2023-11-06T20:51:06.479Z | Updating git repository `https://github.com/cbiffle/hubpack` |
728 | 2023-11-06T20:51:06.825Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
729 | 2023-11-06T20:51:25.009Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
730 | 2023-11-06T20:51:25.490Z | Updating git repository `https://github.com/oxidecomputer/typify` |
731 | 2023-11-06T20:51:26.593Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
732 | 2023-11-06T20:51:27.064Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
733 | 2023-11-06T20:51:27.322Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
734 | 2023-11-06T20:51:28.984Z | Downloading crates ... |
735 | 2023-11-06T20:51:29.227Z | Downloaded cfg-if v0.1.10 |
736 | 2023-11-06T20:51:29.233Z | Downloaded bytesize v1.3.0 |
737 | 2023-11-06T20:51:29.240Z | Downloaded convert_case v0.4.0 |
738 | 2023-11-06T20:51:29.246Z | Downloaded impl-trait-for-tuples v0.2.2 |
739 | 2023-11-06T20:51:29.251Z | Downloaded cfg-if v1.0.0 |
740 | 2023-11-06T20:51:29.268Z | Downloaded maplit v1.0.2 |
741 | 2023-11-06T20:51:29.274Z | Downloaded macaddr v1.0.1 |
742 | 2023-11-06T20:51:29.279Z | Downloaded ciborium-ll v0.2.1 |
743 | 2023-11-06T20:51:29.286Z | Downloaded bitstruct_derive v0.1.0 |
744 | 2023-11-06T20:51:29.294Z | Downloaded cipher v0.4.4 |
745 | 2023-11-06T20:51:29.375Z | Downloaded cargo_metadata v0.18.0 |
746 | 2023-11-06T20:51:29.381Z | Downloaded lock_api v0.4.10 |
747 | 2023-11-06T20:51:29.394Z | Downloaded lru-cache v0.1.2 |
748 | 2023-11-06T20:51:29.403Z | Downloaded clap_lex v0.5.1 |
749 | 2023-11-06T20:51:29.409Z | Downloaded clang-sys v1.6.1 |
750 | 2023-11-06T20:51:29.420Z | Downloaded cargo_toml v0.16.3 |
751 | 2023-11-06T20:51:29.427Z | Downloaded array-init v0.0.4 |
752 | 2023-11-06T20:51:29.431Z | Downloaded anstyle-parse v0.2.1 |
753 | 2023-11-06T20:51:29.436Z | Downloaded heck v0.4.1 |
754 | 2023-11-06T20:51:29.448Z | Downloaded time-core v0.1.1 |
755 | 2023-11-06T20:51:29.469Z | Downloaded atomicwrites v0.4.2 |
756 | 2023-11-06T20:51:29.473Z | Downloaded tiny-keccak v2.0.2 |
757 | 2023-11-06T20:51:29.477Z | Downloaded ciborium-io v0.2.1 |
758 | 2023-11-06T20:51:29.480Z | Downloaded instant v0.1.12 |
759 | 2023-11-06T20:51:29.486Z | Downloaded memoffset v0.7.1 |
760 | 2023-11-06T20:51:29.493Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2023-11-06T20:51:29.500Z | Downloaded atomic-waker v1.1.1 |
762 | 2023-11-06T20:51:29.508Z | Downloaded hostname v0.3.1 |
763 | 2023-11-06T20:51:29.604Z | Downloaded vte_generate_state_changes v0.1.1 |
764 | 2023-11-06T20:51:29.615Z | Downloaded argon2 v0.5.2 |
765 | 2023-11-06T20:51:29.621Z | Downloaded anyhow v1.0.75 |
766 | 2023-11-06T20:51:29.630Z | Downloaded ascii-canvas v3.0.0 |
767 | 2023-11-06T20:51:29.635Z | Downloaded humantime v2.1.0 |
768 | 2023-11-06T20:51:29.659Z | Downloaded doc-comment v0.3.3 |
769 | 2023-11-06T20:51:30.110Z | Downloaded cexpr v0.6.0 |
770 | 2023-11-06T20:51:30.126Z | Downloaded iana-time-zone v0.1.57 |
771 | 2023-11-06T20:51:30.153Z | Downloaded byteorder v1.5.0 |
772 | 2023-11-06T20:51:30.250Z | Downloaded tui-tree-widget v0.13.0 |
773 | 2023-11-06T20:51:30.666Z | Downloaded indoc v2.0.3 |
774 | 2023-11-06T20:51:30.691Z | Downloaded usdt-attr-macro v0.3.5 |
775 | 2023-11-06T20:51:31.177Z | Downloaded ascii v1.1.0 |
776 | 2023-11-06T20:51:31.197Z | Downloaded itertools v0.10.5 |
777 | 2023-11-06T20:51:31.225Z | Downloaded opaque-debug v0.3.0 |
778 | 2023-11-06T20:51:31.307Z | Downloaded precomputed-hash v0.1.1 |
779 | 2023-11-06T20:51:31.335Z | Downloaded fxhash v0.2.1 |
780 | 2023-11-06T20:51:31.400Z | Downloaded ipnetwork v0.20.0 |
781 | 2023-11-06T20:51:31.406Z | Downloaded num-rational v0.4.1 |
782 | 2023-11-06T20:51:31.426Z | Downloaded bincode v1.3.3 |
783 | 2023-11-06T20:51:31.441Z | Downloaded tokio-rustls v0.24.1 |
784 | 2023-11-06T20:51:31.449Z | Downloaded camino v1.1.6 |
785 | 2023-11-06T20:51:31.453Z | Downloaded zeroize_derive v1.4.2 |
786 | 2023-11-06T20:51:31.455Z | Downloaded pretty-hex v0.2.1 |
787 | 2023-11-06T20:51:31.510Z | Downloaded jobserver v0.1.26 |
788 | 2023-11-06T20:51:31.521Z | Downloaded serde_spanned v0.6.4 |
789 | 2023-11-06T20:51:31.524Z | Downloaded strsim v0.8.0 |
790 | 2023-11-06T20:51:31.527Z | Downloaded proc-macro-error-attr v1.0.4 |
791 | 2023-11-06T20:51:31.531Z | Downloaded memoffset v0.9.0 |
792 | 2023-11-06T20:51:31.534Z | Downloaded hmac v0.12.1 |
793 | 2023-11-06T20:51:31.537Z | Downloaded blake2 v0.10.6 |
794 | 2023-11-06T20:51:31.540Z | Downloaded derive_builder_macro v0.12.0 |
795 | 2023-11-06T20:51:31.563Z | Downloaded unicode-linebreak v0.1.5 |
796 | 2023-11-06T20:51:31.584Z | Downloaded pretty-hex v0.3.0 |
797 | 2023-11-06T20:51:31.594Z | Downloaded ed25519 v1.5.3 |
798 | 2023-11-06T20:51:32.048Z | Downloaded unarray v0.1.4 |
799 | 2023-11-06T20:51:32.510Z | Downloaded linear-map v1.2.0 |
800 | 2023-11-06T20:51:32.534Z | Downloaded twox-hash v1.6.3 |
801 | 2023-11-06T20:51:32.956Z | Downloaded structmeta v0.2.0 |
802 | 2023-11-06T20:51:32.961Z | Downloaded structmeta v0.1.6 |
803 | 2023-11-06T20:51:32.966Z | Downloaded maybe-uninit v2.0.0 |
804 | 2023-11-06T20:51:32.977Z | Downloaded platforms v3.0.2 |
805 | 2023-11-06T20:51:32.984Z | Downloaded schemars v0.8.13 |
806 | 2023-11-06T20:51:33.049Z | Downloaded rand_chacha v0.3.1 |
807 | 2023-11-06T20:51:33.068Z | Downloaded mockall v0.11.4 |
808 | 2023-11-06T20:51:33.125Z | Downloaded funty v2.0.0 |
809 | 2023-11-06T20:51:33.141Z | Downloaded serde_tokenstream v0.2.0 |
810 | 2023-11-06T20:51:33.149Z | Downloaded quote v1.0.33 |
811 | 2023-11-06T20:51:33.166Z | Downloaded slog-envlogger v2.2.0 |
812 | 2023-11-06T20:51:33.172Z | Downloaded path-absolutize v3.1.0 |
813 | 2023-11-06T20:51:33.201Z | Downloaded strum_macros v0.24.3 |
814 | 2023-11-06T20:51:33.222Z | Downloaded phf_shared v0.11.2 |
815 | 2023-11-06T20:51:33.321Z | Downloaded utf-8 v0.7.6 |
816 | 2023-11-06T20:51:33.513Z | Downloaded scopeguard v1.2.0 |
817 | 2023-11-06T20:51:34.206Z | Downloaded indicatif v0.17.7 |
818 | 2023-11-06T20:51:34.538Z | Downloaded fallible-iterator v0.2.0 |
819 | 2023-11-06T20:51:34.576Z | Downloaded dirs-next v2.0.0 |
820 | 2023-11-06T20:51:34.595Z | Downloaded foreign-types-macros v0.2.3 |
821 | 2023-11-06T20:51:34.613Z | Downloaded pkg-config v0.3.27 |
822 | 2023-11-06T20:51:34.938Z | Downloaded ron v0.8.1 |
823 | 2023-11-06T20:51:35.138Z | Downloaded new_debug_unreachable v1.0.4 |
824 | 2023-11-06T20:51:36.037Z | Downloaded tabled_derive v0.6.0 |
825 | 2023-11-06T20:51:36.826Z | Downloaded openssl-macros v0.1.1 |
826 | 2023-11-06T20:51:52.014Z | Downloaded tracing-attributes v0.1.26 |
827 | 2023-11-06T20:51:52.149Z | Downloaded generic-array v0.14.7 |
828 | 2023-11-06T20:51:52.205Z | Downloaded crossbeam v0.8.2 |
829 | 2023-11-06T20:51:52.229Z | Downloaded curve25519-dalek-derive v0.1.0 |
830 | 2023-11-06T20:51:52.331Z | Downloaded take_mut v0.2.2 |
831 | 2023-11-06T20:51:52.417Z | Downloaded termtree v0.4.1 |
832 | 2023-11-06T20:51:52.429Z | Downloaded darling_macro v0.20.3 |
833 | 2023-11-06T20:51:52.491Z | Downloaded slog-dtrace v0.2.3 |
834 | 2023-11-06T20:51:52.545Z | Downloaded phf v0.11.2 |
835 | 2023-11-06T20:51:52.625Z | Downloaded smallvec v1.11.0 |
836 | 2023-11-06T20:51:52.664Z | Downloaded prettyplease v0.2.12 |
837 | 2023-11-06T20:51:52.691Z | Downloaded semver v1.0.20 |
838 | 2023-11-06T20:51:52.708Z | Downloaded rustc_version v0.1.7 |
839 | 2023-11-06T20:51:52.725Z | Downloaded stringprep v0.1.3 |
840 | 2023-11-06T20:51:52.743Z | Downloaded typenum v1.16.0 |
841 | 2023-11-06T20:51:52.767Z | Downloaded der_derive v0.7.2 |
842 | 2023-11-06T20:51:52.784Z | Downloaded want v0.3.1 |
843 | 2023-11-06T20:51:52.829Z | Downloaded usdt-macro v0.3.5 |
844 | 2023-11-06T20:51:52.846Z | Downloaded globset v0.4.13 |
845 | 2023-11-06T20:51:52.943Z | Downloaded spki v0.7.2 |
846 | 2023-11-06T20:51:53.150Z | Downloaded packed_struct v0.10.1 |
847 | 2023-11-06T20:51:53.190Z | Downloaded endian-type v0.1.2 |
848 | 2023-11-06T20:51:53.270Z | Downloaded futures-core v0.3.29 |
849 | 2023-11-06T20:51:53.298Z | Downloaded termios v0.3.3 |
850 | 2023-11-06T20:51:53.371Z | Downloaded ucd-trie v0.1.6 |
851 | 2023-11-06T20:51:53.407Z | Downloaded pin-utils v0.1.0 |
852 | 2023-11-06T20:51:53.542Z | Downloaded zip v0.6.6 |
853 | 2023-11-06T20:51:53.636Z | Downloaded equivalent v1.0.1 |
854 | 2023-11-06T20:51:53.712Z | Downloaded http v0.2.9 |
855 | 2023-11-06T20:51:53.781Z | Downloaded digest v0.10.7 |
856 | 2023-11-06T20:51:53.860Z | Downloaded tower-service v0.3.2 |
857 | 2023-11-06T20:51:53.951Z | Downloaded crunchy v0.2.2 |
858 | 2023-11-06T20:51:54.011Z | Downloaded rand_xorshift v0.3.0 |
859 | 2023-11-06T20:51:54.073Z | Downloaded headers-core v0.2.0 |
860 | 2023-11-06T20:51:54.251Z | Downloaded foreign-types-shared v0.1.1 |
861 | 2023-11-06T20:51:54.380Z | Downloaded crc-catalog v2.2.0 |
862 | 2023-11-06T20:51:54.412Z | Downloaded num-derive v0.4.0 |
863 | 2023-11-06T20:51:54.432Z | Downloaded shell-words v1.1.0 |
864 | 2023-11-06T20:51:54.466Z | Downloaded untrusted v0.7.1 |
865 | 2023-11-06T20:51:54.511Z | Downloaded num_enum_derive v0.7.0 |
866 | 2023-11-06T20:51:54.537Z | Downloaded zerocopy v0.6.4 |
867 | 2023-11-06T20:51:54.571Z | Downloaded strip-ansi-escapes v0.2.0 |
868 | 2023-11-06T20:51:54.582Z | Downloaded snafu-derive v0.7.5 |
869 | 2023-11-06T20:51:54.591Z | Downloaded aes v0.8.3 |
870 | 2023-11-06T20:51:54.606Z | Downloaded synstructure v0.12.6 |
871 | 2023-11-06T20:51:54.646Z | Downloaded headers v0.3.9 |
872 | 2023-11-06T20:51:54.679Z | Downloaded parse-display v0.7.0 |
873 | 2023-11-06T20:51:54.701Z | Downloaded itertools v0.11.0 |
874 | 2023-11-06T20:51:54.711Z | Downloaded dyn-clone v1.0.13 |
875 | 2023-11-06T20:51:54.721Z | Downloaded toml v0.8.6 |
876 | 2023-11-06T20:51:54.728Z | Downloaded untrusted v0.9.0 |
877 | 2023-11-06T20:51:54.737Z | Downloaded crossbeam-deque v0.8.3 |
878 | 2023-11-06T20:51:54.747Z | Downloaded toml_datetime v0.6.5 |
879 | 2023-11-06T20:51:54.760Z | Downloaded toml v0.7.8 |
880 | 2023-11-06T20:51:54.769Z | Downloaded fallible-streaming-iterator v0.1.9 |
881 | 2023-11-06T20:51:54.784Z | Downloaded futures-executor v0.3.29 |
882 | 2023-11-06T20:51:54.794Z | Downloaded diesel_derives v2.1.1 |
883 | 2023-11-06T20:51:54.822Z | Downloaded foreign-types v0.5.0 |
884 | 2023-11-06T20:51:54.875Z | Downloaded uuid v1.4.1 |
885 | 2023-11-06T20:51:54.974Z | Downloaded zone_cfg_derive v0.2.0 |
886 | 2023-11-06T20:51:55.401Z | Downloaded path-slash v0.1.5 |
887 | 2023-11-06T20:51:55.411Z | Downloaded number_prefix v0.4.0 |
888 | 2023-11-06T20:51:55.429Z | Downloaded serde-big-array v0.4.1 |
889 | 2023-11-06T20:51:55.458Z | Downloaded parse-display-derive v0.8.2 |
890 | 2023-11-06T20:51:55.466Z | Downloaded idna v0.4.0 |
891 | 2023-11-06T20:51:55.497Z | Downloaded flagset v0.4.3 |
892 | 2023-11-06T20:51:55.523Z | Downloaded fastrand v2.0.0 |
893 | 2023-11-06T20:51:55.595Z | Downloaded darling v0.14.4 |
894 | 2023-11-06T20:51:55.743Z | Downloaded fnv v1.0.7 |
895 | 2023-11-06T20:51:55.756Z | Downloaded newtype_derive v0.1.6 |
896 | 2023-11-06T20:51:55.775Z | Downloaded rustls-native-certs v0.6.3 |
897 | 2023-11-06T20:51:55.793Z | Downloaded ref-cast v1.0.20 |
898 | 2023-11-06T20:51:55.869Z | Downloaded rsa v0.9.2 |
899 | 2023-11-06T20:51:55.889Z | Downloaded darling v0.20.3 |
900 | 2023-11-06T20:51:55.921Z | Downloaded strum v0.25.0 |
901 | 2023-11-06T20:51:55.979Z | Downloaded parse-display v0.8.2 |
902 | 2023-11-06T20:51:56.051Z | Downloaded smallvec v0.6.14 |
903 | 2023-11-06T20:51:56.063Z | Downloaded vec_map v0.8.2 |
904 | 2023-11-06T20:51:56.095Z | Downloaded libloading v0.7.4 |
905 | 2023-11-06T20:51:56.134Z | Downloaded trust-dns-resolver v0.22.0 |
906 | 2023-11-06T20:51:56.181Z | Downloaded version_check v0.9.4 |
907 | 2023-11-06T20:51:56.290Z | Downloaded olpc-cjson v0.1.3 |
908 | 2023-11-06T20:51:56.366Z | Downloaded ctr v0.9.2 |
909 | 2023-11-06T20:51:56.396Z | Downloaded serde_with_macros v2.3.3 |
910 | 2023-11-06T20:51:56.427Z | Downloaded wait-timeout v0.2.0 |
911 | 2023-11-06T20:51:56.497Z | Downloaded semver-parser v0.10.2 |
912 | 2023-11-06T20:51:56.942Z | Downloaded predicates v2.1.5 |
913 | 2023-11-06T20:51:56.951Z | Downloaded futures-task v0.3.29 |
914 | 2023-11-06T20:51:57.421Z | Downloaded pest_derive v2.7.2 |
915 | 2023-11-06T20:51:57.494Z | Downloaded log v0.4.20 |
916 | 2023-11-06T20:51:57.533Z | Downloaded trust-dns-client v0.22.0 |
917 | 2023-11-06T20:51:57.549Z | Downloaded group v0.13.0 |
918 | 2023-11-06T20:51:57.591Z | Downloaded term v0.7.0 |
919 | 2023-11-06T20:51:57.619Z | Downloaded similar v2.2.1 |
920 | 2023-11-06T20:51:57.634Z | Downloaded vsss-rs v3.3.1 |
921 | 2023-11-06T20:51:57.662Z | Downloaded test-strategy v0.3.1 |
922 | 2023-11-06T20:51:57.732Z | Downloaded rayon-core v1.12.0 |
923 | 2023-11-06T20:51:57.776Z | Downloaded openssl-sys v0.9.93 |
924 | 2023-11-06T20:51:58.202Z | Downloaded unicode-normalization v0.1.22 |
925 | 2023-11-06T20:51:58.275Z | Downloaded proc-macro2 v1.0.67 |
926 | 2023-11-06T20:51:58.290Z | Downloaded darling_core v0.20.3 |
927 | 2023-11-06T20:51:58.318Z | Downloaded h2 v0.3.21 |
928 | 2023-11-06T20:51:58.341Z | Downloaded half v1.8.2 |
929 | 2023-11-06T20:51:58.359Z | Downloaded flume v0.11.0 |
930 | 2023-11-06T20:51:58.385Z | Downloaded structopt v0.3.26 |
931 | 2023-11-06T20:51:58.455Z | Downloaded flate2 v1.0.28 |
932 | 2023-11-06T20:51:58.484Z | Downloaded serde v1.0.188 |
933 | 2023-11-06T20:51:58.493Z | Downloaded rustls-webpki v0.101.7 |
934 | 2023-11-06T20:51:58.505Z | Downloaded rand v0.8.5 |
935 | 2023-11-06T20:51:58.509Z | Downloaded regex-automata v0.1.10 |
936 | 2023-11-06T20:51:58.514Z | Downloaded x509-cert v0.2.4 |
937 | 2023-11-06T20:51:58.523Z | Downloaded petgraph v0.6.4 |
938 | 2023-11-06T20:51:58.542Z | Downloaded minimal-lexical v0.2.1 |
939 | 2023-11-06T20:51:58.554Z | Downloaded serde_with v2.3.3 |
940 | 2023-11-06T20:51:58.563Z | Downloaded crossterm v0.27.0 |
941 | 2023-11-06T20:51:58.571Z | Downloaded smoltcp v0.8.2 |
942 | 2023-11-06T20:51:58.580Z | Downloaded tabled v0.14.0 |
943 | 2023-11-06T20:51:58.594Z | Downloaded reqwest v0.11.20 |
944 | 2023-11-06T20:51:58.601Z | Downloaded smoltcp v0.9.1 |
945 | 2023-11-06T20:51:58.607Z | Downloaded regex v1.10.2 |
946 | 2023-11-06T20:51:58.612Z | Downloaded radix_trie v0.2.1 |
947 | 2023-11-06T20:51:58.621Z | Downloaded ratatui v0.23.0 |
948 | 2023-11-06T20:51:58.635Z | Downloaded git2 v0.17.2 |
949 | 2023-11-06T20:51:58.639Z | Downloaded object v0.32.1 |
950 | 2023-11-06T20:51:58.642Z | Downloaded bstr v1.6.0 |
951 | 2023-11-06T20:51:58.662Z | Downloaded curve25519-dalek v4.1.0 |
952 | 2023-11-06T20:51:58.667Z | Downloaded rustls v0.21.8 |
953 | 2023-11-06T20:51:58.671Z | Downloaded rustix v0.38.9 |
954 | 2023-11-06T20:51:58.677Z | Downloaded diesel v2.1.3 |
955 | 2023-11-06T20:51:58.694Z | Downloaded zerocopy-derive v0.6.4 |
956 | 2023-11-06T20:51:58.714Z | Downloaded sled v0.34.7 |
957 | 2023-11-06T20:51:58.725Z | Downloaded zerocopy-derive v0.2.0 |
958 | 2023-11-06T20:51:58.745Z | Downloaded regex-automata v0.3.8 |
959 | 2023-11-06T20:51:58.764Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
960 | 2023-11-06T20:51:58.777Z | Downloaded libc v0.2.149 |
961 | 2023-11-06T20:51:58.790Z | Downloaded regex-automata v0.4.3 |
962 | 2023-11-06T20:51:58.799Z | Downloaded regex-syntax v0.7.5 |
963 | 2023-11-06T20:51:58.809Z | Downloaded regex-syntax v0.8.2 |
964 | 2023-11-06T20:51:58.813Z | Downloaded tokio v1.33.0 |
965 | 2023-11-06T20:51:58.820Z | Downloaded trust-dns-proto v0.22.0 |
966 | 2023-11-06T20:51:58.826Z | Downloaded sha3 v0.10.8 |
967 | 2023-11-06T20:51:58.833Z | Downloaded openapiv3 v1.0.3 |
968 | 2023-11-06T20:51:58.840Z | Downloaded syn v2.0.32 |
969 | 2023-11-06T20:51:58.846Z | Downloaded regex-syntax v0.6.29 |
970 | 2023-11-06T20:51:58.855Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
971 | 2023-11-06T20:51:58.862Z | Downloaded encoding_rs v0.8.33 |
972 | 2023-11-06T20:51:58.869Z | Downloaded bstr v0.2.17 |
973 | 2023-11-06T20:51:58.876Z | Downloaded polar-core v0.27.0 |
974 | 2023-11-06T20:51:58.881Z | Downloaded openssl v0.10.57 |
975 | 2023-11-06T20:51:58.890Z | Downloaded object v0.30.4 |
976 | 2023-11-06T20:51:58.901Z | Downloaded webpki-roots v0.25.2 |
977 | 2023-11-06T20:51:58.912Z | Downloaded regress v0.7.1 |
978 | 2023-11-06T20:51:58.919Z | Downloaded rustix v0.37.23 |
979 | 2023-11-06T20:51:58.927Z | Downloaded nix v0.26.2 |
980 | 2023-11-06T20:51:58.936Z | Downloaded rayon v1.8.0 |
981 | 2023-11-06T20:51:58.953Z | Downloaded gimli v0.28.0 |
982 | 2023-11-06T20:51:58.960Z | Downloaded proptest v1.3.1 |
983 | 2023-11-06T20:51:58.968Z | Downloaded vcpkg v0.2.15 |
984 | 2023-11-06T20:51:58.975Z | Downloaded syn v1.0.109 |
985 | 2023-11-06T20:51:58.981Z | Downloaded bitvec v1.0.1 |
986 | 2023-11-06T20:51:58.989Z | Downloaded libz-sys v1.1.12 |
987 | 2023-11-06T20:51:59.003Z | Downloaded idna v0.2.3 |
988 | 2023-11-06T20:51:59.011Z | Downloaded futures-util v0.3.29 |
989 | 2023-11-06T20:51:59.021Z | Downloaded pest v2.7.2 |
990 | 2023-11-06T20:51:59.030Z | Downloaded bindgen v0.65.1 |
991 | 2023-11-06T20:51:59.050Z | Downloaded der v0.7.8 |
992 | 2023-11-06T20:51:59.464Z | Downloaded hyper v0.14.27 |
993 | 2023-11-06T20:51:59.467Z | Downloaded quick-xml v0.23.1 |
994 | 2023-11-06T20:51:59.471Z | Downloaded num-complex v0.4.4 |
995 | 2023-11-06T20:51:59.510Z | Downloaded tracing v0.1.37 |
996 | 2023-11-06T20:51:59.514Z | Downloaded steno v0.4.0 |
997 | 2023-11-06T20:51:59.933Z | Downloaded crossterm v0.26.1 |
998 | 2023-11-06T20:51:59.938Z | Downloaded libsqlite3-sys v0.26.0 |
999 | 2023-11-06T20:51:59.945Z | Downloaded ring v0.17.5 |
1000 | 2023-11-06T20:51:59.953Z | Downloaded reedline v0.23.0 |
1001 | 2023-11-06T20:51:59.962Z | Downloaded mio v0.8.8 |
1002 | 2023-11-06T20:51:59.971Z | Downloaded tough v0.12.5 |
1003 | 2023-11-06T20:51:59.975Z | Downloaded libxml v0.3.3 |
1004 | 2023-11-06T20:51:59.979Z | Downloaded tokio-util v0.7.10 |
1005 | 2023-11-06T20:51:59.982Z | Downloaded hkdf v0.12.3 |
1006 | 2023-11-06T20:51:59.985Z | Downloaded ring v0.16.20 |
1007 | 2023-11-06T20:51:59.988Z | Downloaded crypto-bigint v0.5.2 |
1008 | 2023-11-06T20:51:59.993Z | Downloaded aho-corasick v1.0.4 |
1009 | 2023-11-06T20:51:59.995Z | Downloaded salty v0.2.0 |
1010 | 2023-11-06T20:51:59.999Z | Downloaded sct v0.7.0 |
1011 | 2023-11-06T20:52:00.002Z | Downloaded serde_derive v1.0.188 |
1012 | 2023-11-06T20:52:00.005Z | Downloaded parking_lot v0.12.1 |
1013 | 2023-11-06T20:52:00.008Z | Downloaded derive-where v1.2.5 |
1014 | 2023-11-06T20:52:00.012Z | Downloaded num-traits v0.2.16 |
1015 | 2023-11-06T20:52:00.015Z | Downloaded tokio-postgres v0.7.10 |
1016 | 2023-11-06T20:52:00.022Z | Downloaded miniz_oxide v0.7.1 |
1017 | 2023-11-06T20:52:00.026Z | Downloaded serde_json v1.0.108 |
1018 | 2023-11-06T20:52:00.029Z | Downloaded lalrpop v0.19.12 |
1019 | 2023-11-06T20:52:00.032Z | Downloaded slog-term v2.9.0 |
1020 | 2023-11-06T20:52:00.035Z | Downloaded xattr v1.0.1 |
1021 | 2023-11-06T20:52:00.038Z | Downloaded unsafe-libyaml v0.2.9 |
1022 | 2023-11-06T20:52:00.041Z | Downloaded darling_core v0.14.4 |
1023 | 2023-11-06T20:52:00.044Z | Downloaded proc-macro-crate v1.3.1 |
1024 | 2023-11-06T20:52:00.047Z | Downloaded hashbrown v0.14.2 |
1025 | 2023-11-06T20:52:00.050Z | Downloaded rusqlite v0.29.0 |
1026 | 2023-11-06T20:52:00.053Z | Downloaded ryu v1.0.15 |
1027 | 2023-11-06T20:52:00.056Z | Downloaded fixedbitset v0.4.2 |
1028 | 2023-11-06T20:52:00.059Z | Downloaded omicron-zone-package v0.8.3 |
1029 | 2023-11-06T20:52:00.062Z | Downloaded r2d2 v0.8.10 |
1030 | 2023-11-06T20:52:00.065Z | Downloaded elliptic-curve v0.13.5 |
1031 | 2023-11-06T20:52:00.068Z | Downloaded portable-atomic v1.4.3 |
1032 | 2023-11-06T20:52:00.071Z | Downloaded radium v0.7.0 |
1033 | 2023-11-06T20:52:00.074Z | Downloaded signal-hook v0.3.17 |
1034 | 2023-11-06T20:52:00.077Z | Downloaded thiserror-impl-no-std v2.0.2 |
1035 | 2023-11-06T20:52:00.080Z | Downloaded schemars_derive v0.8.13 |
1036 | 2023-11-06T20:52:00.083Z | Downloaded unicode-segmentation v1.10.1 |
1037 | 2023-11-06T20:52:00.086Z | Downloaded winnow v0.5.15 |
1038 | 2023-11-06T20:52:00.089Z | Downloaded terminal_size v0.2.6 |
1039 | 2023-11-06T20:52:00.093Z | Downloaded signature v2.1.0 |
1040 | 2023-11-06T20:52:00.096Z | Downloaded quick-error v1.2.3 |
1041 | 2023-11-06T20:52:00.099Z | Downloaded secrecy v0.8.0 |
1042 | 2023-11-06T20:52:00.104Z | Downloaded yasna v0.5.2 |
1043 | 2023-11-06T20:52:00.107Z | Downloaded termcolor v1.2.0 |
1044 | 2023-11-06T20:52:00.110Z | Downloaded derive_builder v0.12.0 |
1045 | 2023-11-06T20:52:00.113Z | Downloaded parking_lot_core v0.8.6 |
1046 | 2023-11-06T20:52:00.116Z | Downloaded num-integer v0.1.45 |
1047 | 2023-11-06T20:52:00.119Z | Downloaded toml v0.5.11 |
1048 | 2023-11-06T20:52:00.122Z | Downloaded snafu v0.7.5 |
1049 | 2023-11-06T20:52:00.125Z | Downloaded time v0.3.27 |
1050 | 2023-11-06T20:52:00.128Z | Downloaded chrono v0.4.31 |
1051 | 2023-11-06T20:52:00.132Z | Downloaded hashbrown v0.12.3 |
1052 | 2023-11-06T20:52:00.135Z | Downloaded inout v0.1.3 |
1053 | 2023-11-06T20:52:00.138Z | Downloaded polyval v0.6.1 |
1054 | 2023-11-06T20:52:00.141Z | Downloaded erased-serde v0.3.30 |
1055 | 2023-11-06T20:52:00.145Z | Downloaded hashbrown v0.13.2 |
1056 | 2023-11-06T20:52:00.149Z | Downloaded ref-cast-impl v1.0.20 |
1057 | 2023-11-06T20:52:00.157Z | Downloaded resolv-conf v0.7.0 |
1058 | 2023-11-06T20:52:00.161Z | Downloaded crossbeam-utils v0.8.16 |
1059 | 2023-11-06T20:52:00.168Z | Downloaded pkcs1 v0.7.5 |
1060 | 2023-11-06T20:52:00.180Z | Downloaded futures v0.3.29 |
1061 | 2023-11-06T20:52:00.187Z | Downloaded walkdir v2.4.0 |
1062 | 2023-11-06T20:52:00.194Z | Downloaded rustls-pemfile v1.0.3 |
1063 | 2023-11-06T20:52:00.198Z | Downloaded ff v0.13.0 |
1064 | 2023-11-06T20:52:00.202Z | Downloaded fd-lock v3.0.13 |
1065 | 2023-11-06T20:52:00.205Z | Downloaded serde_urlencoded v0.7.1 |
1066 | 2023-11-06T20:52:00.209Z | Downloaded dirs-sys-next v0.1.2 |
1067 | 2023-11-06T20:52:00.214Z | Downloaded zerocopy v0.3.0 |
1068 | 2023-11-06T20:52:00.643Z | Downloaded slog-bunyan v2.4.0 |
1069 | 2023-11-06T20:52:00.652Z | Downloaded zeroize v1.6.0 |
1070 | 2023-11-06T20:52:00.664Z | Downloaded parse-display-derive v0.7.0 |
1071 | 2023-11-06T20:52:00.668Z | Downloaded thiserror-impl v1.0.49 |
1072 | 2023-11-06T20:52:00.680Z | Downloaded errno v0.3.2 |
1073 | 2023-11-06T20:52:00.689Z | Downloaded futures-io v0.3.29 |
1074 | 2023-11-06T20:52:00.693Z | Downloaded peeking_take_while v0.1.2 |
1075 | 2023-11-06T20:52:00.702Z | Downloaded zone v0.2.0 |
1076 | 2023-11-06T20:52:00.706Z | Downloaded slog-async v2.8.0 |
1077 | 2023-11-06T20:52:00.709Z | Downloaded bitflags v1.3.2 |
1078 | 2023-11-06T20:52:00.713Z | Downloaded structopt-derive v0.4.18 |
1079 | 2023-11-06T20:52:00.717Z | Downloaded tokio-native-tls v0.3.1 |
1080 | 2023-11-06T20:52:00.721Z | Downloaded rcgen v0.11.3 |
1081 | 2023-11-06T20:52:00.725Z | Downloaded toml_edit v0.20.7 |
1082 | 2023-11-06T20:52:00.729Z | Downloaded lalrpop-util v0.19.12 |
1083 | 2023-11-06T20:52:00.741Z | Downloaded crucible-workspace-hack v0.1.0 |
1084 | 2023-11-06T20:52:00.749Z | Downloaded float-cmp v0.9.0 |
1085 | 2023-11-06T20:52:00.758Z | Downloaded vergen v8.2.4 |
1086 | 2023-11-06T20:52:00.782Z | Downloaded futures-channel v0.3.29 |
1087 | 2023-11-06T20:52:00.792Z | Downloaded clap v2.34.0 |
1088 | 2023-11-06T20:52:00.803Z | Downloaded data-encoding v2.4.0 |
1089 | 2023-11-06T20:52:00.817Z | Downloaded console v0.15.7 |
1090 | 2023-11-06T20:52:00.823Z | Downloaded stable_deref_trait v1.2.0 |
1091 | 2023-11-06T20:52:00.831Z | Downloaded tokio-tungstenite v0.20.1 |
1092 | 2023-11-06T20:52:00.841Z | Downloaded openssl-probe v0.1.5 |
1093 | 2023-11-06T20:52:00.850Z | Downloaded signal-hook-registry v1.4.1 |
1094 | 2023-11-06T20:52:00.862Z | Downloaded spin v0.9.8 |
1095 | 2023-11-06T20:52:00.874Z | Downloaded futures-macro v0.3.29 |
1096 | 2023-11-06T20:52:00.884Z | Downloaded ron v0.7.1 |
1097 | 2023-11-06T20:52:00.895Z | Downloaded debug-ignore v1.0.5 |
1098 | 2023-11-06T20:52:00.906Z | Downloaded num_threads v0.1.6 |
1099 | 2023-11-06T20:52:00.912Z | Downloaded unicode-ident v1.0.12 |
1100 | 2023-11-06T20:52:00.921Z | Downloaded difflib v0.4.0 |
1101 | 2023-11-06T20:52:00.926Z | Downloaded serde_arrays v0.1.0 |
1102 | 2023-11-06T20:52:00.932Z | Downloaded predicates-tree v1.0.9 |
1103 | 2023-11-06T20:52:00.946Z | Downloaded predicates-core v1.0.6 |
1104 | 2023-11-06T20:52:00.951Z | Downloaded nom v7.1.3 |
1105 | 2023-11-06T20:52:00.955Z | Downloaded num-bigint-dig v0.8.4 |
1106 | 2023-11-06T20:52:00.959Z | Downloaded dof v0.1.5 |
1107 | 2023-11-06T20:52:00.962Z | Downloaded tinyvec v1.6.0 |
1108 | 2023-11-06T20:52:00.966Z | Downloaded pem-rfc7468 v0.7.0 |
1109 | 2023-11-06T20:52:00.970Z | Downloaded spin v0.5.2 |
1110 | 2023-11-06T20:52:00.974Z | Downloaded tracing-core v0.1.31 |
1111 | 2023-11-06T20:52:00.977Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2023-11-06T20:52:00.981Z | Downloaded derive_more v0.99.17 |
1113 | 2023-11-06T20:52:00.985Z | Downloaded oso v0.27.0 |
1114 | 2023-11-06T20:52:00.989Z | Downloaded backtrace v0.3.69 |
1115 | 2023-11-06T20:52:00.994Z | Downloaded glob v0.3.1 |
1116 | 2023-11-06T20:52:01.009Z | Downloaded waitgroup v0.1.2 |
1117 | 2023-11-06T20:52:01.425Z | Downloaded thread-id v4.2.0 |
1118 | 2023-11-06T20:52:01.430Z | Downloaded shlex v1.1.0 |
1119 | 2023-11-06T20:52:01.438Z | Downloaded foreign-types-shared v0.3.1 |
1120 | 2023-11-06T20:52:01.443Z | Downloaded toml_edit v0.19.15 |
1121 | 2023-11-06T20:52:01.450Z | Downloaded crossbeam-channel v0.5.8 |
1122 | 2023-11-06T20:52:01.456Z | Downloaded serde_yaml v0.9.25 |
1123 | 2023-11-06T20:52:01.464Z | Downloaded unicode-bidi v0.3.13 |
1124 | 2023-11-06T20:52:01.469Z | Downloaded fatfs v0.3.6 |
1125 | 2023-11-06T20:52:01.476Z | Downloaded serde_tokenstream v0.1.7 |
1126 | 2023-11-06T20:52:01.482Z | Downloaded slab v0.4.9 |
1127 | 2023-11-06T20:52:01.490Z | Downloaded num_enum_derive v0.5.11 |
1128 | 2023-11-06T20:52:01.498Z | Downloaded parking_lot v0.11.2 |
1129 | 2023-11-06T20:52:01.507Z | Downloaded postcard v0.7.3 |
1130 | 2023-11-06T20:52:01.516Z | Downloaded poly1305 v0.8.0 |
1131 | 2023-11-06T20:52:01.530Z | Downloaded trust-dns-server v0.22.1 |
1132 | 2023-11-06T20:52:01.603Z | Downloaded clap_builder v4.4.2 |
1133 | 2023-11-06T20:52:01.612Z | Downloaded hashlink v0.8.3 |
1134 | 2023-11-06T20:52:01.619Z | Downloaded tokio-macros v2.1.0 |
1135 | 2023-11-06T20:52:01.623Z | Downloaded filetime v0.2.22 |
1136 | 2023-11-06T20:52:01.637Z | Downloaded percent-encoding v2.3.0 |
1137 | 2023-11-06T20:52:01.645Z | Downloaded rustc-hash v1.1.0 |
1138 | 2023-11-06T20:52:01.652Z | Downloaded predicates v3.0.4 |
1139 | 2023-11-06T20:52:01.656Z | Downloaded form_urlencoded v1.2.0 |
1140 | 2023-11-06T20:52:01.663Z | Downloaded signal-hook-mio v0.2.3 |
1141 | 2023-11-06T20:52:01.668Z | Downloaded rusty-fork v0.3.0 |
1142 | 2023-11-06T20:52:01.673Z | Downloaded heapless v0.7.16 |
1143 | 2023-11-06T20:52:01.679Z | Downloaded postgres-types v0.2.6 |
1144 | 2023-11-06T20:52:01.684Z | Downloaded num-bigint v0.4.4 |
1145 | 2023-11-06T20:52:01.687Z | Downloaded memchr v2.6.3 |
1146 | 2023-11-06T20:52:01.691Z | Downloaded futures-sink v0.3.29 |
1147 | 2023-11-06T20:52:01.698Z | Downloaded thiserror-no-std v2.0.2 |
1148 | 2023-11-06T20:52:01.702Z | Downloaded base64 v0.21.5 |
1149 | 2023-11-06T20:52:01.706Z | Downloaded postgres-protocol v0.6.6 |
1150 | 2023-11-06T20:52:01.710Z | Downloaded crossbeam-queue v0.3.8 |
1151 | 2023-11-06T20:52:01.715Z | Downloaded rustc_version v0.4.0 |
1152 | 2023-11-06T20:52:01.719Z | Downloaded ringbuffer v0.15.0 |
1153 | 2023-11-06T20:52:01.727Z | Downloaded rand_core v0.6.4 |
1154 | 2023-11-06T20:52:01.738Z | Downloaded url v2.4.1 |
1155 | 2023-11-06T20:52:01.744Z | Downloaded libm v0.2.7 |
1156 | 2023-11-06T20:52:01.753Z | Downloaded pest_meta v2.7.2 |
1157 | 2023-11-06T20:52:01.761Z | Downloaded diff v0.1.13 |
1158 | 2023-11-06T20:52:01.765Z | Downloaded indexmap v2.1.0 |
1159 | 2023-11-06T20:52:01.769Z | Downloaded papergrid v0.10.0 |
1160 | 2023-11-06T20:52:01.772Z | Downloaded indexmap v1.9.3 |
1161 | 2023-11-06T20:52:01.779Z | Downloaded bcs v0.1.6 |
1162 | 2023-11-06T20:52:01.784Z | Downloaded tar v0.4.40 |
1163 | 2023-11-06T20:52:01.787Z | Downloaded utf8parse v0.2.1 |
1164 | 2023-11-06T20:52:01.791Z | Downloaded deranged v0.3.8 |
1165 | 2023-11-06T20:52:01.796Z | Downloaded which v4.4.0 |
1166 | 2023-11-06T20:52:01.803Z | Downloaded rustc-demangle v0.1.23 |
1167 | 2023-11-06T20:52:01.809Z | Downloaded path-dedot v3.1.0 |
1168 | 2023-11-06T20:52:01.817Z | Downloaded siphasher v0.3.11 |
1169 | 2023-11-06T20:52:01.823Z | Downloaded thread_local v1.1.7 |
1170 | 2023-11-06T20:52:01.828Z | Downloaded serde_derive_internals v0.26.0 |
1171 | 2023-11-06T20:52:01.832Z | Downloaded cookie v0.16.2 |
1172 | 2023-11-06T20:52:01.836Z | Downloaded env_logger v0.9.3 |
1173 | 2023-11-06T20:52:01.840Z | Downloaded chacha20poly1305 v0.10.1 |
1174 | 2023-11-06T20:52:01.844Z | Downloaded universal-hash v0.5.1 |
1175 | 2023-11-06T20:52:01.848Z | Downloaded unicase v2.7.0 |
1176 | 2023-11-06T20:52:01.851Z | Downloaded base64 v0.13.1 |
1177 | 2023-11-06T20:52:01.856Z | Downloaded tungstenite v0.20.1 |
1178 | 2023-11-06T20:52:01.860Z | Downloaded fs-err v2.9.0 |
1179 | 2023-11-06T20:52:01.865Z | Downloaded buf-list v1.0.3 |
1180 | 2023-11-06T20:52:01.869Z | Downloaded slog-stdlog v4.1.1 |
1181 | 2023-11-06T20:52:01.874Z | Downloaded tinyvec_macros v0.1.1 |
1182 | 2023-11-06T20:52:01.882Z | Downloaded pin-project-lite v0.2.13 |
1183 | 2023-11-06T20:52:01.887Z | Downloaded getrandom v0.2.10 |
1184 | 2023-11-06T20:52:01.892Z | Downloaded env_logger v0.10.0 |
1185 | 2023-11-06T20:52:02.310Z | Downloaded tungstenite v0.18.0 |
1186 | 2023-11-06T20:52:02.314Z | Downloaded owo-colors v3.5.0 |
1187 | 2023-11-06T20:52:02.320Z | Downloaded vte v0.11.1 |
1188 | 2023-11-06T20:52:02.323Z | Downloaded bytes v1.5.0 |
1189 | 2023-11-06T20:52:02.326Z | Downloaded crossbeam-epoch v0.9.15 |
1190 | 2023-11-06T20:52:02.331Z | Downloaded rpassword v7.2.0 |
1191 | 2023-11-06T20:52:02.335Z | Downloaded proc-macro-error v1.0.4 |
1192 | 2023-11-06T20:52:02.342Z | Downloaded derive_builder_core v0.12.0 |
1193 | 2023-11-06T20:52:02.349Z | Downloaded num-iter v0.1.43 |
1194 | 2023-11-06T20:52:02.360Z | Downloaded nanorand v0.7.0 |
1195 | 2023-11-06T20:52:02.367Z | Downloaded socket2 v0.4.9 |
1196 | 2023-11-06T20:52:02.371Z | Downloaded strsim v0.10.0 |
1197 | 2023-11-06T20:52:02.380Z | Downloaded tokio-stream v0.1.14 |
1198 | 2023-11-06T20:52:02.386Z | Downloaded textwrap v0.16.0 |
1199 | 2023-11-06T20:52:02.396Z | Downloaded nibble_vec v0.1.0 |
1200 | 2023-11-06T20:52:02.402Z | Downloaded bitflags v2.4.0 |
1201 | 2023-11-06T20:52:02.408Z | Downloaded async-trait v0.1.74 |
1202 | 2023-11-06T20:52:02.417Z | Downloaded same-file v1.0.6 |
1203 | 2023-11-06T20:52:02.434Z | Downloaded arc-swap v1.6.0 |
1204 | 2023-11-06T20:52:02.474Z | Downloaded oso-derive v0.27.0 |
1205 | 2023-11-06T20:52:02.490Z | Downloaded ppv-lite86 v0.2.17 |
1206 | 2023-11-06T20:52:02.511Z | Downloaded smawk v0.3.1 |
1207 | 2023-11-06T20:52:02.524Z | Downloaded packed_struct_codegen v0.10.1 |
1208 | 2023-11-06T20:52:02.533Z | Downloaded getopts v0.2.21 |
1209 | 2023-11-06T20:52:02.551Z | Downloaded fragile v2.0.0 |
1210 | 2023-11-06T20:52:02.573Z | Downloaded pem v3.0.2 |
1211 | 2023-11-06T20:52:02.586Z | Downloaded paste v1.0.14 |
1212 | 2023-11-06T20:52:02.607Z | Downloaded once_cell v1.18.0 |
1213 | 2023-11-06T20:52:02.668Z | Downloaded wyz v0.5.1 |
1214 | 2023-11-06T20:52:02.677Z | Downloaded ahash v0.8.3 |
1215 | 2023-11-06T20:52:02.688Z | Downloaded topological-sort v0.2.2 |
1216 | 2023-11-06T20:52:03.100Z | Downloaded match_cfg v0.1.0 |
1217 | 2023-11-06T20:52:03.106Z | Downloaded password-hash v0.5.0 |
1218 | 2023-11-06T20:52:03.117Z | Downloaded allocator-api2 v0.2.16 |
1219 | 2023-11-06T20:52:03.123Z | Downloaded postcard-cobs v0.1.5-pre |
1220 | 2023-11-06T20:52:03.130Z | Downloaded pest_generator v2.7.2 |
1221 | 2023-11-06T20:52:03.146Z | Downloaded base64ct v1.6.0 |
1222 | 2023-11-06T20:52:03.153Z | Downloaded pkcs8 v0.10.2 |
1223 | 2023-11-06T20:52:03.158Z | Downloaded crypto-common v0.1.6 |
1224 | 2023-11-06T20:52:03.195Z | Downloaded usdt-impl v0.3.5 |
1225 | 2023-11-06T20:52:03.212Z | Downloaded unicode-width v0.1.11 |
1226 | 2023-11-06T20:52:03.229Z | Downloaded subprocess v0.2.9 |
1227 | 2023-11-06T20:52:03.241Z | Downloaded hash32 v0.2.1 |
1228 | 2023-11-06T20:52:03.247Z | Downloaded io-lifetimes v1.0.11 |
1229 | 2023-11-06T20:52:03.254Z | Downloaded httparse v1.8.0 |
1230 | 2023-11-06T20:52:03.258Z | Downloaded hyper-rustls v0.24.2 |
1231 | 2023-11-06T20:52:03.265Z | Downloaded bzip2 v0.4.4 |
1232 | 2023-11-06T20:52:03.273Z | Downloaded pem v1.1.1 |
1233 | 2023-11-06T20:52:03.298Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1234 | 2023-11-06T20:52:03.305Z | Downloaded whoami v1.4.1 |
1235 | 2023-11-06T20:52:03.309Z | Downloaded phf_shared v0.10.0 |
1236 | 2023-11-06T20:52:03.314Z | Downloaded downcast v0.11.0 |
1237 | 2023-11-06T20:52:03.321Z | Downloaded assert_matches v1.5.0 |
1238 | 2023-11-06T20:52:03.333Z | Downloaded strum_macros v0.25.2 |
1239 | 2023-11-06T20:52:03.339Z | Downloaded static_assertions v1.1.0 |
1240 | 2023-11-06T20:52:03.345Z | Downloaded signature v1.6.4 |
1241 | 2023-11-06T20:52:03.349Z | Downloaded rustversion v1.0.14 |
1242 | 2023-11-06T20:52:03.370Z | Downloaded enum-as-inner v0.5.1 |
1243 | 2023-11-06T20:52:03.376Z | Downloaded dtrace-parser v0.1.14 |
1244 | 2023-11-06T20:52:03.381Z | Downloaded ena v0.14.2 |
1245 | 2023-11-06T20:52:03.388Z | Downloaded either v1.9.0 |
1246 | 2023-11-06T20:52:03.395Z | Downloaded rustfmt-wrapper v0.2.0 |
1247 | 2023-11-06T20:52:03.401Z | Downloaded socket2 v0.5.4 |
1248 | 2023-11-06T20:52:03.407Z | Downloaded sha2 v0.10.8 |
1249 | 2023-11-06T20:52:03.414Z | Downloaded scheduled-thread-pool v0.2.7 |
1250 | 2023-11-06T20:52:03.420Z | Downloaded usdt v0.3.5 |
1251 | 2023-11-06T20:52:03.427Z | Downloaded tap v1.0.1 |
1252 | 2023-11-06T20:52:03.433Z | Downloaded semver v0.11.0 |
1253 | 2023-11-06T20:52:03.440Z | Downloaded num_enum v0.7.0 |
1254 | 2023-11-06T20:52:03.447Z | Downloaded cargo-platform v0.1.3 |
1255 | 2023-11-06T20:52:03.453Z | Downloaded aes-gcm-siv v0.11.1 |
1256 | 2023-11-06T20:52:03.860Z | Downloaded libefi-sys v0.1.0 |
1257 | 2023-11-06T20:52:03.865Z | Downloaded num_enum v0.5.11 |
1258 | 2023-11-06T20:52:03.869Z | Downloaded camino-tempfile v1.0.2 |
1259 | 2023-11-06T20:52:04.289Z | Downloaded bitfield v0.14.0 |
1260 | 2023-11-06T20:52:04.312Z | Downloaded num_cpus v1.16.0 |
1261 | 2023-11-06T20:52:04.345Z | Downloaded hyper-staticfile v0.9.5 |
1262 | 2023-11-06T20:52:04.363Z | Downloaded bit-vec v0.6.3 |
1263 | 2023-11-06T20:52:04.380Z | Downloaded highway v1.1.0 |
1264 | 2023-11-06T20:52:04.413Z | Downloaded smf v0.2.2 |
1265 | 2023-11-06T20:52:04.428Z | Downloaded block-buffer v0.10.4 |
1266 | 2023-11-06T20:52:04.438Z | Downloaded itoa v1.0.9 |
1267 | 2023-11-06T20:52:04.451Z | Downloaded hyper-tls v0.5.0 |
1268 | 2023-11-06T20:52:04.466Z | Downloaded indoc v1.0.9 |
1269 | 2023-11-06T20:52:04.479Z | Downloaded bytecount v0.6.3 |
1270 | 2023-11-06T20:52:04.490Z | Downloaded bb8 v0.8.1 |
1271 | 2023-11-06T20:52:04.507Z | Downloaded http-body v0.4.5 |
1272 | 2023-11-06T20:52:04.515Z | Downloaded httpdate v1.0.3 |
1273 | 2023-11-06T20:52:04.521Z | Downloaded heck v0.3.3 |
1274 | 2023-11-06T20:52:04.525Z | Downloaded const_format v0.2.31 |
1275 | 2023-11-06T20:52:04.559Z | Downloaded cstr-argument v0.1.2 |
1276 | 2023-11-06T20:52:04.567Z | Downloaded try-lock v0.2.4 |
1277 | 2023-11-06T20:52:04.572Z | Downloaded home v0.5.5 |
1278 | 2023-11-06T20:52:04.575Z | Downloaded bit-set v0.5.3 |
1279 | 2023-11-06T20:52:04.579Z | Downloaded backoff v0.4.0 |
1280 | 2023-11-06T20:52:04.595Z | Downloaded anstyle v1.0.2 |
1281 | 2023-11-06T20:52:04.604Z | Downloaded unicode-xid v0.2.4 |
1282 | 2023-11-06T20:52:04.608Z | Downloaded thiserror v1.0.49 |
1283 | 2023-11-06T20:52:04.613Z | Downloaded textwrap v0.11.0 |
1284 | 2023-11-06T20:52:04.617Z | Downloaded tempfile v3.8.0 |
1285 | 2023-11-06T20:52:04.627Z | Downloaded string_cache v0.8.7 |
1286 | 2023-11-06T20:52:04.660Z | Downloaded slog-scope v4.4.0 |
1287 | 2023-11-06T20:52:04.664Z | Downloaded slog-json v2.6.1 |
1288 | 2023-11-06T20:52:04.955Z | Downloaded sha1 v0.10.5 |
1289 | 2023-11-06T20:52:06.422Z | Downloaded foreign-types v0.3.2 |
1290 | 2023-11-06T20:52:06.452Z | Downloaded display-error-chain v0.2.0 |
1291 | 2023-11-06T20:52:06.527Z | Downloaded serde_path_to_error v0.1.14 |
1292 | 2023-11-06T20:52:06.570Z | Downloaded crc-any v2.4.3 |
1293 | 2023-11-06T20:52:06.982Z | Downloaded darling_macro v0.14.4 |
1294 | 2023-11-06T20:52:06.988Z | Downloaded mockall_derive v0.11.4 |
1295 | 2023-11-06T20:52:07.003Z | Downloaded toolchain_find v0.2.0 |
1296 | 2023-11-06T20:52:07.031Z | Downloaded structmeta-derive v0.1.6 |
1297 | 2023-11-06T20:52:07.060Z | Downloaded signal-hook-tokio v0.3.1 |
1298 | 2023-11-06T20:52:07.097Z | Downloaded hex v0.4.3 |
1299 | 2023-11-06T20:52:07.125Z | Downloaded autocfg v1.1.0 |
1300 | 2023-11-06T20:52:07.144Z | Downloaded anstyle-query v1.0.0 |
1301 | 2023-11-06T20:52:07.157Z | Downloaded clap v4.4.3 |
1302 | 2023-11-06T20:52:07.171Z | Downloaded matches v0.1.10 |
1303 | 2023-11-06T20:52:07.197Z | Downloaded nodrop v0.1.14 |
1304 | 2023-11-06T20:52:07.216Z | Downloaded native-tls v0.2.11 |
1305 | 2023-11-06T20:52:07.230Z | Downloaded hubpack_derive v0.1.1 |
1306 | 2023-11-06T20:52:07.652Z | Downloaded lazy_static v1.4.0 |
1307 | 2023-11-06T20:52:07.678Z | Downloaded lazycell v1.3.0 |
1308 | 2023-11-06T20:52:07.712Z | Downloaded bit_field v0.10.2 |
1309 | 2023-11-06T20:52:07.729Z | Downloaded http-range v0.1.5 |
1310 | 2023-11-06T20:52:07.737Z | Downloaded bitstruct v0.1.1 |
1311 | 2023-11-06T20:52:07.742Z | Downloaded block-padding v0.3.3 |
1312 | 2023-11-06T20:52:07.749Z | Downloaded slog v2.7.0 |
1313 | 2023-11-06T20:52:07.759Z | Downloaded time-macros v0.2.13 |
1314 | 2023-11-06T20:52:07.767Z | Downloaded hubpack v0.1.2 |
1315 | 2023-11-06T20:52:07.772Z | Downloaded async-stream v0.3.5 |
1316 | 2023-11-06T20:52:07.777Z | Downloaded tokio-tungstenite v0.18.0 |
1317 | 2023-11-06T20:52:07.785Z | Downloaded nu-ansi-term v0.49.0 |
1318 | 2023-11-06T20:52:07.794Z | Downloaded adler v1.0.2 |
1319 | 2023-11-06T20:52:07.799Z | Downloaded subtle v2.5.0 |
1320 | 2023-11-06T20:52:07.844Z | Downloaded serde_plain v1.0.2 |
1321 | 2023-11-06T20:52:07.865Z | Downloaded cancel-safe-futures v0.1.5 |
1322 | 2023-11-06T20:52:07.878Z | Downloaded structmeta-derive v0.2.0 |
1323 | 2023-11-06T20:52:07.907Z | Downloaded num v0.4.1 |
1324 | 2023-11-06T20:52:07.914Z | Downloaded multer v2.1.0 |
1325 | 2023-11-06T20:52:07.938Z | Downloaded crc32fast v1.3.2 |
1326 | 2023-11-06T20:52:07.945Z | Downloaded crc v3.0.1 |
1327 | 2023-11-06T20:52:07.961Z | Downloaded const-oid v0.9.5 |
1328 | 2023-11-06T20:52:07.974Z | Downloaded colored v2.0.4 |
1329 | 2023-11-06T20:52:07.983Z | Downloaded atty v0.2.14 |
1330 | 2023-11-06T20:52:08.031Z | Downloaded semver v0.1.20 |
1331 | 2023-11-06T20:52:08.040Z | Downloaded chacha20 v0.9.1 |
1332 | 2023-11-06T20:52:08.049Z | Downloaded ipnet v2.8.0 |
1333 | 2023-11-06T20:52:08.079Z | Downloaded clap_derive v4.4.2 |
1334 | 2023-11-06T20:52:08.547Z | Downloaded anstream v0.5.0 |
1335 | 2023-11-06T20:52:08.584Z | Downloaded serde_repr v0.1.16 |
1336 | 2023-11-06T20:52:08.606Z | Downloaded serde-hex v0.1.0 |
1337 | 2023-11-06T20:52:08.639Z | Downloaded rtoolbox v0.0.1 |
1338 | 2023-11-06T20:52:08.660Z | Downloaded managed v0.8.0 |
1339 | 2023-11-06T20:52:08.698Z | Downloaded async-stream-impl v0.3.5 |
1340 | 2023-11-06T20:52:08.717Z | Downloaded ansi_term v0.12.1 |
1341 | 2023-11-06T20:52:08.746Z | Downloaded corncobs v0.1.3 |
1342 | 2023-11-06T20:52:08.762Z | Downloaded aead v0.5.2 |
1343 | 2023-11-06T20:52:08.780Z | Downloaded serde-big-array v0.5.1 |
1344 | 2023-11-06T20:52:08.812Z | Downloaded ciborium v0.2.1 |
1345 | 2023-11-06T20:52:08.853Z | Downloaded async-recursion v1.0.5 |
1346 | 2023-11-06T20:52:08.873Z | Downloaded const_format_proc_macros v0.2.31 |
1347 | 2023-11-06T20:52:08.886Z | Downloaded keccak v0.1.4 |
1348 | 2023-11-06T20:52:08.891Z | Downloaded is-terminal v0.4.9 |
1349 | 2023-11-06T20:52:08.926Z | Downloaded cc v1.0.83 |
1350 | 2023-11-06T20:52:08.978Z | Downloaded mime_guess v2.0.4 |
1351 | 2023-11-06T20:52:08.986Z | Downloaded mime v0.3.17 |
1352 | 2023-11-06T20:52:09.003Z | Downloaded cassowary v0.3.0 |
1353 | 2023-11-06T20:52:09.017Z | Downloaded md-5 v0.10.5 |
1354 | 2023-11-06T20:52:09.030Z | Downloaded linked-hash-map v0.5.6 |
1355 | 2023-11-06T20:52:09.050Z | Downloaded colorchoice v1.0.0 |
1356 | 2023-11-06T20:52:09.058Z | Downloaded ident_case v1.0.1 |
1357 | 2023-11-06T20:52:09.068Z | Downloaded cpufeatures v0.2.9 |
1358 | 2023-11-06T20:52:09.081Z | Downloaded addr2line v0.21.0 |
1359 | 2023-11-06T20:52:09.093Z | Downloaded base16ct v0.2.0 |
1360 | 2023-11-06T20:52:09.110Z | Compiling proc-macro2 v1.0.67 |
1361 | 2023-11-06T20:52:09.115Z | Compiling unicode-ident v1.0.12 |
1362 | 2023-11-06T20:52:09.120Z | Compiling libc v0.2.149 |
1363 | 2023-11-06T20:52:09.123Z | Compiling serde v1.0.188 |
1364 | 2023-11-06T20:52:09.148Z | Compiling autocfg v1.1.0 |
1365 | 2023-11-06T20:52:09.156Z | Compiling version_check v0.9.4 |
1366 | 2023-11-06T20:52:09.172Z | Compiling cfg-if v1.0.0 |
1367 | 2023-11-06T20:52:09.176Z | Compiling syn v1.0.109 |
1368 | 2023-11-06T20:52:09.190Z | Compiling once_cell v1.18.0 |
1369 | 2023-11-06T20:52:09.202Z | Compiling parking_lot_core v0.9.8 |
1370 | 2023-11-06T20:52:09.211Z | Compiling libm v0.2.7 |
1371 | 2023-11-06T20:52:09.226Z | Compiling ahash v0.8.3 |
1372 | 2023-11-06T20:52:09.230Z | Compiling lock_api v0.4.10 |
1373 | 2023-11-06T20:52:09.233Z | Compiling num-traits v0.2.16 |
1374 | 2023-11-06T20:52:09.237Z | Compiling thiserror v1.0.49 |
1375 | 2023-11-06T20:52:09.241Z | Compiling typenum v1.16.0 |
1376 | 2023-11-06T20:52:09.245Z | Compiling futures-core v0.3.29 |
1377 | 2023-11-06T20:52:09.248Z | Compiling generic-array v0.14.7 |
1378 | 2023-11-06T20:52:09.252Z | Compiling scopeguard v1.2.0 |
1379 | 2023-11-06T20:52:09.256Z | Compiling memchr v2.6.3 |
1380 | 2023-11-06T20:52:09.259Z | Compiling itoa v1.0.9 |
1381 | 2023-11-06T20:52:09.263Z | Compiling pkg-config v0.3.27 |
1382 | 2023-11-06T20:52:09.267Z | Compiling quote v1.0.33 |
1383 | 2023-11-06T20:52:09.271Z | Compiling jobserver v0.1.26 |
1384 | 2023-11-06T20:52:09.274Z | Compiling syn v2.0.32 |
1385 | 2023-11-06T20:52:09.278Z | Compiling cc v1.0.83 |
1386 | 2023-11-06T20:52:09.281Z | Compiling getrandom v0.2.10 |
1387 | 2023-11-06T20:52:09.285Z | Compiling slab v0.4.9 |
1388 | 2023-11-06T20:52:09.288Z | Compiling futures-task v0.3.29 |
1389 | 2023-11-06T20:52:09.292Z | Compiling futures-channel v0.3.29 |
1390 | 2023-11-06T20:52:09.296Z | Compiling futures-util v0.3.29 |
1391 | 2023-11-06T20:52:09.300Z | Compiling log v0.4.20 |
1392 | 2023-11-06T20:52:09.303Z | Compiling ryu v1.0.15 |
1393 | 2023-11-06T20:52:09.307Z | Compiling pin-project-lite v0.2.13 |
1394 | 2023-11-06T20:52:09.310Z | Compiling serde_json v1.0.108 |
1395 | 2023-11-06T20:52:09.314Z | Compiling schemars v0.8.13 |
1396 | 2023-11-06T20:52:09.318Z | Compiling smallvec v1.11.0 |
1397 | 2023-11-06T20:52:09.321Z | Compiling heck v0.4.1 |
1398 | 2023-11-06T20:52:09.325Z | Compiling vcpkg v0.2.15 |
1399 | 2023-11-06T20:52:09.336Z | Compiling ring v0.17.5 |
1400 | 2023-11-06T20:52:09.340Z | Compiling parking_lot v0.12.1 |
1401 | 2023-11-06T20:52:09.343Z | Compiling openssl-sys v0.9.93 |
1402 | 2023-11-06T20:52:09.349Z | Compiling ring v0.16.20 |
1403 | 2023-11-06T20:52:09.354Z | Compiling rand_core v0.6.4 |
1404 | 2023-11-06T20:52:09.357Z | Compiling indexmap v1.9.3 |
1405 | 2023-11-06T20:52:09.361Z | Compiling allocator-api2 v0.2.16 |
1406 | 2023-11-06T20:52:09.365Z | Compiling byteorder v1.5.0 |
1407 | 2023-11-06T20:52:09.368Z | Compiling equivalent v1.0.1 |
1408 | 2023-11-06T20:52:09.372Z | Compiling httparse v1.8.0 |
1409 | 2023-11-06T20:52:09.375Z | Compiling mio v0.8.8 |
1410 | 2023-11-06T20:52:09.379Z | Compiling num_cpus v1.16.0 |
1411 | 2023-11-06T20:52:09.382Z | Compiling signal-hook-registry v1.4.1 |
1412 | 2023-11-06T20:52:09.385Z | Compiling hashbrown v0.14.2 |
1413 | 2023-11-06T20:52:09.390Z | Compiling socket2 v0.5.4 |
1414 | 2023-11-06T20:52:09.393Z | Compiling spin v0.5.2 |
1415 | 2023-11-06T20:52:09.427Z | Compiling serde_derive_internals v0.26.0 |
1416 | 2023-11-06T20:52:09.431Z | Compiling openssl v0.10.57 |
1417 | 2023-11-06T20:52:09.441Z | Compiling semver v1.0.20 |
1418 | 2023-11-06T20:52:09.452Z | Compiling fnv v1.0.7 |
1419 | 2023-11-06T20:52:09.460Z | Compiling iana-time-zone v0.1.57 |
1420 | 2023-11-06T20:52:09.464Z | Compiling rustls v0.21.8 |
1421 | 2023-11-06T20:52:09.468Z | Compiling unicode-xid v0.2.4 |
1422 | 2023-11-06T20:52:09.471Z | Compiling native-tls v0.2.11 |
1423 | 2023-11-06T20:52:09.475Z | Compiling crossbeam-utils v0.8.16 |
1424 | 2023-11-06T20:52:09.478Z | Compiling ucd-trie v0.1.6 |
1425 | 2023-11-06T20:52:09.483Z | Compiling synstructure v0.12.6 |
1426 | 2023-11-06T20:52:09.906Z | Compiling io-lifetimes v1.0.11 |
1427 | 2023-11-06T20:52:09.923Z | Compiling futures-sink v0.3.29 |
1428 | 2023-11-06T20:52:09.937Z | Compiling backtrace v0.3.69 |
1429 | 2023-11-06T20:52:09.949Z | Compiling tinyvec_macros v0.1.1 |
1430 | 2023-11-06T20:52:09.959Z | Compiling dyn-clone v1.0.13 |
1431 | 2023-11-06T20:52:09.968Z | Compiling tinyvec v1.6.0 |
1432 | 2023-11-06T20:52:09.985Z | Compiling tracing-core v0.1.31 |
1433 | 2023-11-06T20:52:09.996Z | Compiling memoffset v0.9.0 |
1434 | 2023-11-06T20:52:10.006Z | Compiling num-integer v0.1.45 |
1435 | 2023-11-06T20:52:10.014Z | Compiling winnow v0.5.15 |
1436 | 2023-11-06T20:52:10.024Z | Compiling futures-io v0.3.29 |
1437 | 2023-11-06T20:52:10.035Z | Compiling rustix v0.38.9 |
1438 | 2023-11-06T20:52:10.041Z | Compiling pin-utils v0.1.0 |
1439 | 2023-11-06T20:52:10.046Z | Compiling subtle v2.5.0 |
1440 | 2023-11-06T20:52:10.050Z | Compiling rustix v0.37.23 |
1441 | 2023-11-06T20:52:10.054Z | Compiling spin v0.9.8 |
1442 | 2023-11-06T20:52:10.059Z | Compiling hashbrown v0.13.2 |
1443 | 2023-11-06T20:52:10.063Z | Compiling unicode-normalization v0.1.22 |
1444 | 2023-11-06T20:52:10.068Z | Compiling usdt-impl v0.3.5 |
1445 | 2023-11-06T20:52:10.074Z | Compiling slog v2.7.0 |
1446 | 2023-11-06T20:52:10.080Z | Compiling time-core v0.1.1 |
1447 | 2023-11-06T20:52:10.088Z | Compiling const-oid v0.9.5 |
1448 | 2023-11-06T20:52:10.100Z | Compiling bitflags v1.3.2 |
1449 | 2023-11-06T20:52:10.119Z | Compiling crc32fast v1.3.2 |
1450 | 2023-11-06T20:52:10.129Z | Compiling unicode-bidi v0.3.13 |
1451 | 2023-11-06T20:52:10.138Z | Compiling anyhow v1.0.75 |
1452 | 2023-11-06T20:52:10.143Z | Compiling time-macros v0.2.13 |
1453 | 2023-11-06T20:52:10.147Z | Compiling serde_derive v1.0.188 |
1454 | 2023-11-06T20:52:10.152Z | Compiling zeroize_derive v1.4.2 |
1455 | 2023-11-06T20:52:10.155Z | Compiling thiserror-impl v1.0.49 |
1456 | 2023-11-06T20:52:10.159Z | Compiling tokio-macros v2.1.0 |
1457 | 2023-11-06T20:52:10.163Z | Compiling futures-macro v0.3.29 |
1458 | 2023-11-06T20:52:10.166Z | Compiling tracing-attributes v0.1.26 |
1459 | 2023-11-06T20:52:10.170Z | Compiling schemars_derive v0.8.13 |
1460 | 2023-11-06T20:52:10.176Z | Compiling zeroize v1.6.0 |
1461 | 2023-11-06T20:52:10.180Z | Compiling openssl-macros v0.1.1 |
1462 | 2023-11-06T20:52:10.184Z | Compiling pest v2.7.2 |
1463 | 2023-11-06T20:52:10.189Z | Compiling zerocopy-derive v0.2.0 |
1464 | 2023-11-06T20:52:10.194Z | Compiling crypto-common v0.1.6 |
1465 | 2023-11-06T20:52:10.198Z | Compiling block-buffer v0.10.4 |
1466 | 2023-11-06T20:52:10.202Z | Compiling digest v0.10.7 |
1467 | 2023-11-06T20:52:10.206Z | Compiling tracing v0.1.37 |
1468 | 2023-11-06T20:52:10.212Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1469 | 2023-11-06T20:52:10.531Z | Compiling aho-corasick v1.0.4 |
1470 | 2023-11-06T20:52:10.688Z | Compiling crossbeam-epoch v0.9.15 |
1471 | 2023-11-06T20:52:11.328Z | Compiling pest_meta v2.7.2 |
1472 | 2023-11-06T20:52:12.152Z | Compiling rustversion v1.0.14 |
1473 | 2023-11-06T20:52:12.649Z | Compiling ppv-lite86 v0.2.17 |
1474 | 2023-11-06T20:52:13.013Z | Compiling async-trait v0.1.74 |
1475 | 2023-11-06T20:52:13.692Z | Compiling pest_generator v2.7.2 |
1476 | 2023-11-06T20:52:13.877Z | Compiling regex-syntax v0.8.2 |
1477 | 2023-11-06T20:52:16.842Z | Compiling rand_chacha v0.3.1 |
1478 | 2023-11-06T20:52:18.452Z | Compiling zerocopy v0.3.0 |
1479 | 2023-11-06T20:52:18.460Z | Compiling pest_derive v2.7.2 |
1480 | 2023-11-06T20:52:18.467Z | Compiling zerocopy-derive v0.6.4 |
1481 | 2023-11-06T20:52:19.951Z | Compiling regex-automata v0.4.3 |
1482 | 2023-11-06T20:52:20.864Z | Compiling base64 v0.21.5 |
1483 | 2023-11-06T20:52:21.504Z | Compiling strsim v0.10.0 |
1484 | 2023-11-06T20:52:22.497Z | Compiling dtrace-parser v0.1.14 |
1485 | 2023-11-06T20:52:22.533Z | Compiling dof v0.1.5 |
1486 | 2023-11-06T20:52:24.616Z | Compiling rand v0.8.5 |
1487 | 2023-11-06T20:52:25.590Z | Compiling bytes v1.5.0 |
1488 | 2023-11-06T20:52:26.978Z | Compiling indexmap v2.1.0 |
1489 | 2023-11-06T20:52:27.528Z | Compiling tokio v1.33.0 |
1490 | 2023-11-06T20:52:28.117Z | Compiling uuid v1.4.1 |
1491 | 2023-11-06T20:52:29.068Z | Compiling chrono v0.4.31 |
1492 | 2023-11-06T20:52:32.690Z | Compiling bitflags v2.4.0 |
1493 | 2023-11-06T20:52:34.217Z | Compiling toml_datetime v0.6.5 |
1494 | 2023-11-06T20:52:34.890Z | Compiling serde_spanned v0.6.4 |
1495 | 2023-11-06T20:52:35.115Z | Compiling rustc_version v0.4.0 |
1496 | 2023-11-06T20:52:35.239Z | Compiling toml_edit v0.19.15 |
1497 | 2023-11-06T20:52:35.261Z | Compiling http v0.2.9 |
1498 | 2023-11-06T20:52:36.185Z | Compiling heapless v0.7.16 |
1499 | 2023-11-06T20:52:39.227Z | Compiling regex v1.10.2 |
1500 | 2023-11-06T20:52:41.864Z | Compiling errno v0.3.2 |
1501 | 2023-11-06T20:52:42.232Z | Compiling thread-id v4.2.0 |
1502 | 2023-11-06T20:52:42.504Z | Compiling tokio-util v0.7.10 |
1503 | 2023-11-06T20:52:42.882Z | Compiling num-bigint v0.4.4 |
1504 | 2023-11-06T20:52:43.526Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1505 | 2023-11-06T20:52:44.599Z | Compiling untrusted v0.9.0 |
1506 | 2023-11-06T20:52:44.837Z | Compiling untrusted v0.7.1 |
1507 | 2023-11-06T20:52:44.926Z | Compiling hashbrown v0.12.3 |
1508 | 2023-11-06T20:52:45.295Z | Compiling percent-encoding v2.3.0 |
1509 | 2023-11-06T20:52:45.517Z | Compiling radium v0.7.0 |
1510 | 2023-11-06T20:52:46.013Z | Compiling foreign-types-shared v0.1.1 |
1511 | 2023-11-06T20:52:46.168Z | Compiling openssl-probe v0.1.5 |
1512 | 2023-11-06T20:52:46.235Z | Compiling smoltcp v0.9.1 |
1513 | 2023-11-06T20:52:46.612Z | Compiling foreign-types v0.3.2 |
1514 | 2023-11-06T20:52:49.336Z | Compiling strum_macros v0.25.2 |
1515 | 2023-11-06T20:52:49.691Z | Compiling serde_tokenstream v0.1.7 |
1516 | 2023-11-06T20:52:52.690Z | Compiling lazy_static v1.4.0 |
1517 | 2023-11-06T20:52:52.906Z | Compiling socket2 v0.4.9 |
1518 | 2023-11-06T20:52:53.405Z | Compiling try-lock v0.2.4 |
1519 | 2023-11-06T20:52:53.409Z | Compiling unicode-width v0.1.11 |
1520 | 2023-11-06T20:52:53.415Z | Compiling unicode-segmentation v1.10.1 |
1521 | 2023-11-06T20:52:53.424Z | Compiling siphasher v0.3.11 |
1522 | 2023-11-06T20:52:53.759Z | Compiling adler v1.0.2 |
1523 | 2023-11-06T20:52:54.686Z | Compiling miniz_oxide v0.7.1 |
1524 | 2023-11-06T20:52:55.556Z | Compiling want v0.3.1 |
1525 | 2023-11-06T20:52:57.446Z | Compiling sct v0.7.0 |
1526 | 2023-11-06T20:52:57.899Z | Compiling h2 v0.3.21 |
1527 | 2023-11-06T20:52:58.421Z | Compiling form_urlencoded v1.2.0 |
1528 | 2023-11-06T20:52:58.497Z | Compiling http-body v0.4.5 |
1529 | 2023-11-06T20:52:58.923Z | Compiling hubpack_derive v0.1.1 |
1530 | 2023-11-06T20:53:00.158Z | Compiling num-iter v0.1.43 |
1531 | 2023-11-06T20:53:00.798Z | Compiling httpdate v1.0.3 |
1532 | 2023-11-06T20:53:01.009Z | Compiling cpufeatures v0.2.9 |
1533 | 2023-11-06T20:53:01.194Z | Compiling utf8parse v0.2.1 |
1534 | 2023-11-06T20:53:01.457Z | Compiling anstyle v1.0.2 |
1535 | 2023-11-06T20:53:01.772Z | Compiling tower-service v0.3.2 |
1536 | 2023-11-06T20:53:01.957Z | Compiling anstyle-parse v0.2.1 |
1537 | 2023-11-06T20:53:02.078Z | Compiling sha2 v0.10.8 |
1538 | 2023-11-06T20:53:05.441Z | Compiling usdt-attr-macro v0.3.5 |
1539 | 2023-11-06T20:53:05.832Z | Compiling usdt-macro v0.3.5 |
1540 | 2023-11-06T20:53:08.407Z | Compiling openapiv3 v1.0.3 |
1541 | 2023-11-06T20:53:08.535Z | Compiling rustls-pemfile v1.0.3 |
1542 | 2023-11-06T20:53:08.563Z | Compiling md-5 v0.10.5 |
1543 | 2023-11-06T20:53:09.034Z | Compiling hmac v0.12.1 |
1544 | 2023-11-06T20:53:09.098Z | Compiling stringprep v0.1.3 |
1545 | 2023-11-06T20:53:09.256Z | Compiling idna v0.4.0 |
1546 | 2023-11-06T20:53:09.723Z | Compiling hyper v0.14.27 |
1547 | 2023-11-06T20:53:10.647Z | Compiling diesel_table_macro_syntax v0.1.0 |
1548 | 2023-11-06T20:53:11.276Z | Compiling hash32 v0.2.1 |
1549 | 2023-11-06T20:53:11.383Z | Compiling stable_deref_trait v1.2.0 |
1550 | 2023-11-06T20:53:11.483Z | Compiling gimli v0.28.0 |
1551 | 2023-11-06T20:53:11.783Z | Compiling fallible-iterator v0.2.0 |
1552 | 2023-11-06T20:53:11.913Z | Compiling either v1.9.0 |
1553 | 2023-11-06T20:53:12.565Z | Compiling colorchoice v1.0.0 |
1554 | 2023-11-06T20:53:14.302Z | Compiling anstyle-query v1.0.0 |
1555 | 2023-11-06T20:53:14.415Z | Compiling anstream v0.5.0 |
1556 | 2023-11-06T20:53:15.052Z | Compiling postgres-protocol v0.6.6 |
1557 | 2023-11-06T20:53:16.326Z | Compiling diesel_derives v2.1.1 |
1558 | 2023-11-06T20:53:17.097Z | Compiling url v2.4.1 |
1559 | 2023-11-06T20:53:19.969Z | Compiling addr2line v0.21.0 |
1560 | 2023-11-06T20:53:29.205Z | Compiling rustls-native-certs v0.6.3 |
1561 | 2023-11-06T20:53:29.950Z | Compiling tokio-native-tls v0.3.1 |
1562 | 2023-11-06T20:53:30.085Z | Compiling terminal_size v0.2.6 |
1563 | 2023-11-06T20:53:30.188Z | Compiling phf_shared v0.11.2 |
1564 | 2023-11-06T20:53:30.305Z | Compiling serde_tokenstream v0.2.0 |
1565 | 2023-11-06T20:53:30.423Z | Compiling block-padding v0.3.3 |
1566 | 2023-11-06T20:53:30.520Z | Compiling enum-as-inner v0.5.1 |
1567 | 2023-11-06T20:53:30.567Z | Compiling serde_repr v0.1.16 |
1568 | 2023-11-06T20:53:30.608Z | Compiling clap_derive v4.4.2 |
1569 | 2023-11-06T20:53:30.625Z | Compiling scheduled-thread-pool v0.2.7 |
1570 | 2023-11-06T20:53:30.667Z | Compiling object v0.32.1 |
1571 | 2023-11-06T20:53:30.785Z | Compiling rustc-demangle v0.1.23 |
1572 | 2023-11-06T20:53:30.872Z | Compiling num_threads v0.1.6 |
1573 | 2023-11-06T20:53:30.892Z | Compiling tap v1.0.1 |
1574 | 2023-11-06T20:53:30.907Z | Compiling managed v0.8.0 |
1575 | 2023-11-06T20:53:33.422Z | Compiling bit-vec v0.6.3 |
1576 | 2023-11-06T20:53:34.231Z | Compiling ipnet v2.8.0 |
1577 | 2023-11-06T20:53:35.660Z | Compiling regex-automata v0.1.10 |
1578 | 2023-11-06T20:53:36.132Z | Compiling matches v0.1.10 |
1579 | 2023-11-06T20:53:36.140Z | Compiling deranged v0.3.8 |
1580 | 2023-11-06T20:53:36.284Z | Compiling clap_lex v0.5.1 |
1581 | 2023-11-06T20:53:36.993Z | Compiling clap_builder v4.4.2 |
1582 | 2023-11-06T20:53:39.575Z | Compiling time v0.3.27 |
1583 | 2023-11-06T20:53:41.791Z | Compiling idna v0.2.3 |
1584 | 2023-11-06T20:53:46.565Z | Compiling bstr v0.2.17 |
1585 | 2023-11-06T20:53:46.664Z | Compiling wyz v0.5.1 |
1586 | 2023-11-06T20:53:46.756Z | Compiling r2d2 v0.8.10 |
1587 | 2023-11-06T20:53:48.149Z | Compiling inout v0.1.3 |
1588 | 2023-11-06T20:53:49.592Z | Compiling phf v0.11.2 |
1589 | 2023-11-06T20:53:49.985Z | Compiling hyper-tls v0.5.0 |
1590 | 2023-11-06T20:53:50.038Z | Compiling flate2 v1.0.28 |
1591 | 2023-11-06T20:53:50.523Z | Compiling postgres-types v0.2.6 |
1592 | 2023-11-06T20:53:50.611Z | Compiling itertools v0.11.0 |
1593 | 2023-11-06T20:53:51.497Z | Compiling hubpack v0.1.2 |
1594 | 2023-11-06T20:53:51.574Z | Compiling serde_urlencoded v0.7.1 |
1595 | 2023-11-06T20:53:52.222Z | Compiling phf_shared v0.10.0 |
1596 | 2023-11-06T20:53:52.458Z | Compiling ipnetwork v0.20.0 |
1597 | 2023-11-06T20:53:52.911Z | Compiling zerocopy v0.6.4 |
1598 | 2023-11-06T20:53:53.737Z | Compiling futures-executor v0.3.29 |
1599 | 2023-11-06T20:53:54.558Z | Compiling regress v0.7.1 |
1600 | 2023-11-06T20:53:54.847Z | Compiling float-cmp v0.9.0 |
1601 | 2023-11-06T20:53:54.982Z | Compiling encoding_rs v0.8.33 |
1602 | 2023-11-06T20:53:55.386Z | Compiling regex-automata v0.3.8 |
1603 | 2023-11-06T20:53:55.841Z | Compiling difflib v0.4.0 |
1604 | 2023-11-06T20:53:58.266Z | Compiling static_assertions v1.1.0 |
1605 | 2023-11-06T20:53:58.422Z | Compiling new_debug_unreachable v1.0.4 |
1606 | 2023-11-06T20:53:58.561Z | Compiling funty v2.0.0 |
1607 | 2023-11-06T20:53:58.786Z | Compiling mime v0.3.17 |
1608 | 2023-11-06T20:53:59.561Z | Compiling precomputed-hash v0.1.1 |
1609 | 2023-11-06T20:54:00.158Z | Compiling normalize-line-endings v0.3.0 |
1610 | 2023-11-06T20:54:00.334Z | Compiling predicates-core v1.0.6 |
1611 | 2023-11-06T20:54:00.833Z | Compiling fixedbitset v0.4.2 |
1612 | 2023-11-06T20:54:01.236Z | Compiling whoami v1.4.1 |
1613 | 2023-11-06T20:54:01.758Z | Compiling webpki-roots v0.25.2 |
1614 | 2023-11-06T20:54:02.028Z | Compiling data-encoding v2.4.0 |
1615 | 2023-11-06T20:54:02.113Z | Compiling tokio-postgres v0.7.10 |
1616 | 2023-11-06T20:54:03.380Z | Compiling trust-dns-proto v0.22.0 |
1617 | 2023-11-06T20:54:05.068Z | Compiling petgraph v0.6.4 |
1618 | 2023-11-06T20:54:07.112Z | Compiling predicates v3.0.4 |
1619 | 2023-11-06T20:54:10.256Z | Compiling bitvec v1.0.1 |
1620 | 2023-11-06T20:54:12.081Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1621 | 2023-11-06T20:54:16.556Z | Compiling string_cache v0.8.7 |
1622 | 2023-11-06T20:54:17.102Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1623 | 2023-11-06T20:54:17.176Z | Compiling bstr v1.6.0 |
1624 | 2023-11-06T20:54:27.385Z | Compiling futures v0.3.29 |
1625 | 2023-11-06T20:54:27.646Z | Compiling diesel v2.1.3 |
1626 | 2023-11-06T20:54:27.719Z | Compiling yasna v0.5.2 |
1627 | 2023-11-06T20:54:27.829Z | Compiling cipher v0.4.4 |
1628 | 2023-11-06T20:54:27.932Z | Compiling similar v2.2.1 |
1629 | 2023-11-06T20:54:28.004Z | Compiling clap v4.4.3 |
1630 | 2023-11-06T20:54:28.093Z | Compiling bit-set v0.5.3 |
1631 | 2023-11-06T20:54:28.209Z | Compiling itertools v0.10.5 |
1632 | 2023-11-06T20:54:29.163Z | Compiling usdt v0.3.5 |
1633 | 2023-11-06T20:54:30.598Z | Compiling console v0.15.7 |
1634 | 2023-11-06T20:54:30.649Z | Compiling tokio-stream v0.1.14 |
1635 | 2023-11-06T20:54:31.724Z | Compiling toml v0.7.8 |
1636 | 2023-11-06T20:54:32.176Z | Compiling hex v0.4.3 |
1637 | 2023-11-06T20:54:32.794Z | Compiling signature v2.1.0 |
1638 | 2023-11-06T20:54:33.212Z | Compiling regex-syntax v0.6.29 |
1639 | 2023-11-06T20:54:34.246Z | Compiling lalrpop-util v0.19.12 |
1640 | 2023-11-06T20:54:35.916Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1641 | 2023-11-06T20:54:42.036Z | Compiling ident_case v1.0.1 |
1642 | 2023-11-06T20:54:42.315Z | Compiling darling_core v0.20.3 |
1643 | 2023-11-06T20:54:58.798Z | Compiling atty v0.2.14 |
1644 | 2023-11-06T20:54:59.197Z | Compiling proc-macro-error-attr v1.0.4 |
1645 | 2023-11-06T20:55:08.962Z | Compiling darling_macro v0.20.3 |
1646 | 2023-11-06T20:55:23.420Z | Compiling proc-macro-crate v1.3.1 |
1647 | 2023-11-06T20:55:25.491Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2023-11-06T20:55:26.121Z | Compiling proc-macro-error v1.0.4 |
1649 | 2023-11-06T20:55:34.905Z | Compiling dirs-next v2.0.0 |
1650 | 2023-11-06T20:55:36.479Z | Compiling num_enum_derive v0.5.11 |
1651 | 2023-11-06T20:55:41.866Z | Compiling darling v0.20.3 |
1652 | 2023-11-06T20:55:46.600Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1653 | 2023-11-06T20:55:54.402Z | Compiling getopts v0.2.21 |
1654 | 2023-11-06T20:55:55.952Z | Compiling structmeta-derive v0.2.0 |
1655 | 2023-11-06T20:55:56.721Z | Compiling thread_local v1.1.7 |
1656 | 2023-11-06T20:55:58.042Z | Compiling multer v2.1.0 |
1657 | 2023-11-06T20:55:58.362Z | Compiling paste v1.0.14 |
1658 | 2023-11-06T20:55:59.823Z | Compiling slog-async v2.8.0 |
1659 | 2023-11-06T20:56:00.160Z | Compiling unsafe-libyaml v0.2.9 |
1660 | 2023-11-06T20:56:02.257Z | Compiling match_cfg v0.1.0 |
1661 | 2023-11-06T20:56:06.339Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1662 | 2023-11-06T20:56:06.820Z | Compiling camino v1.1.6 |
1663 | 2023-11-06T20:56:18.968Z | Compiling serde_yaml v0.9.25 |
1664 | 2023-11-06T20:56:19.596Z | Compiling hostname v0.3.1 |
1665 | 2023-11-06T20:56:23.700Z | Compiling structmeta v0.2.0 |
1666 | 2023-11-06T20:56:23.952Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1667 | 2023-11-06T20:56:24.019Z | Compiling serde_with_macros v2.3.3 |
1668 | 2023-11-06T20:56:28.028Z | Compiling num_enum v0.5.11 |
1669 | 2023-11-06T20:56:29.313Z | Compiling term v0.7.0 |
1670 | 2023-11-06T20:56:30.807Z | Compiling slog-json v2.6.1 |
1671 | 2023-11-06T20:56:31.618Z | Compiling crossbeam-channel v0.5.8 |
1672 | 2023-11-06T20:56:32.291Z | Compiling strum v0.25.0 |
1673 | 2023-11-06T20:56:33.334Z | Compiling async-stream-impl v0.3.5 |
1674 | 2023-11-06T20:56:34.531Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1675 | 2023-11-06T20:56:34.676Z | Compiling postcard-cobs v0.1.5-pre |
1676 | 2023-11-06T20:56:34.959Z | Compiling atomic-waker v1.1.1 |
1677 | 2023-11-06T20:56:35.300Z | Compiling take_mut v0.2.2 |
1678 | 2023-11-06T20:56:35.408Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1679 | 2023-11-06T20:56:35.423Z | Compiling regex-syntax v0.7.5 |
1680 | 2023-11-06T20:56:35.867Z | Compiling async-stream v0.3.5 |
1681 | 2023-11-06T20:56:35.997Z | Compiling waitgroup v0.1.2 |
1682 | 2023-11-06T20:56:36.971Z | Compiling postcard v0.7.3 |
1683 | 2023-11-06T20:56:37.392Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1684 | 2023-11-06T20:56:37.737Z | Compiling slog-bunyan v2.4.0 |
1685 | 2023-11-06T20:56:38.126Z | Compiling slog-term v2.9.0 |
1686 | 2023-11-06T20:56:49.528Z | Compiling serde_with v2.3.3 |
1687 | 2023-11-06T20:56:49.923Z | Compiling parse-display-derive v0.8.2 |
1688 | 2023-11-06T20:56:50.340Z | Compiling toml_edit v0.20.7 |
1689 | 2023-11-06T20:56:52.345Z | Compiling smoltcp v0.8.2 |
1690 | 2023-11-06T20:56:52.742Z | Compiling sha1 v0.10.5 |
1691 | 2023-11-06T20:56:53.505Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1692 | 2023-11-06T20:56:54.303Z | Compiling serde_path_to_error v0.1.14 |
1693 | 2023-11-06T20:56:54.570Z | Compiling foreign-types-macros v0.2.3 |
1694 | 2023-11-06T20:56:56.014Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1695 | 2023-11-06T20:56:56.479Z | Compiling instant v0.1.12 |
1696 | 2023-11-06T20:56:56.538Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1697 | 2023-11-06T20:56:56.704Z | Compiling cfg-if v0.1.10 |
1698 | 2023-11-06T20:56:56.875Z | Compiling foreign-types-shared v0.3.1 |
1699 | 2023-11-06T20:56:56.879Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1700 | 2023-11-06T20:56:56.918Z | Compiling debug-ignore v1.0.5 |
1701 | 2023-11-06T20:56:57.032Z | Compiling foreign-types v0.5.0 |
1702 | 2023-11-06T20:56:57.131Z | Compiling backoff v0.4.0 |
1703 | 2023-11-06T20:56:57.313Z | Compiling toml v0.8.6 |
1704 | 2023-11-06T20:56:57.339Z | Compiling parse-display v0.8.2 |
1705 | 2023-11-06T20:56:57.970Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1706 | 2023-11-06T20:56:58.071Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1707 | 2023-11-06T20:56:58.333Z | Compiling is-terminal v0.4.9 |
1708 | 2023-11-06T20:56:58.529Z | Compiling macaddr v1.0.1 |
1709 | 2023-11-06T20:56:59.692Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1710 | 2023-11-06T20:57:01.064Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1711 | 2023-11-06T20:57:02.230Z | Compiling cstr-argument v0.1.2 |
1712 | 2023-11-06T20:57:02.607Z | Compiling base64ct v1.6.0 |
1713 | 2023-11-06T20:57:03.952Z | Compiling pretty-hex v0.2.1 |
1714 | 2023-11-06T20:57:04.319Z | Compiling crucible-workspace-hack v0.1.0 |
1715 | 2023-11-06T20:57:04.646Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1716 | 2023-11-06T20:57:04.750Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1717 | 2023-11-06T20:57:05.106Z | Compiling password-hash v0.5.0 |
1718 | 2023-11-06T20:57:05.394Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1719 | 2023-11-06T20:57:06.630Z | Compiling colored v2.0.4 |
1720 | 2023-11-06T20:57:06.840Z | Compiling textwrap v0.11.0 |
1721 | 2023-11-06T20:57:06.923Z | Compiling heck v0.3.3 |
1722 | 2023-11-06T20:57:07.494Z | Compiling blake2 v0.10.6 |
1723 | 2023-11-06T20:57:08.630Z | Compiling ansi_term v0.12.1 |
1724 | 2023-11-06T20:57:08.920Z | Compiling rayon-core v1.12.0 |
1725 | 2023-11-06T20:57:09.322Z | Compiling strsim v0.8.0 |
1726 | 2023-11-06T20:57:09.743Z | Compiling libefi-sys v0.1.0 |
1727 | 2023-11-06T20:57:09.762Z | Compiling vec_map v0.8.2 |
1728 | 2023-11-06T20:57:09.894Z | Compiling argon2 v0.5.2 |
1729 | 2023-11-06T20:57:10.112Z | Compiling structopt-derive v0.4.18 |
1730 | 2023-11-06T20:57:10.250Z | Compiling clap v2.34.0 |
1731 | 2023-11-06T20:57:12.933Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1732 | 2023-11-06T20:57:14.800Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1733 | 2023-11-06T20:57:14.847Z | Compiling zone_cfg_derive v0.2.0 |
1734 | 2023-11-06T20:57:15.613Z | Compiling crossbeam-deque v0.8.3 |
1735 | 2023-11-06T20:57:16.249Z | Compiling num-derive v0.4.0 |
1736 | 2023-11-06T20:57:17.076Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1737 | 2023-11-06T20:57:17.524Z | Compiling portable-atomic v1.4.3 |
1738 | 2023-11-06T20:57:17.599Z | Compiling keccak v0.1.4 |
1739 | 2023-11-06T20:57:19.020Z | Compiling sha3 v0.10.8 |
1740 | 2023-11-06T20:57:19.412Z | Compiling zone v0.2.0 |
1741 | 2023-11-06T20:57:19.992Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1742 | 2023-11-06T20:57:20.506Z | Compiling structopt v0.3.26 |
1743 | 2023-11-06T20:57:23.039Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1744 | 2023-11-06T20:57:24.368Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1745 | 2023-11-06T20:57:26.764Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1746 | 2023-11-06T20:57:27.071Z | Compiling hkdf v0.12.3 |
1747 | 2023-11-06T20:57:27.506Z | Compiling smf v0.2.2 |
1748 | 2023-11-06T20:57:27.756Z | Compiling secrecy v0.8.0 |
1749 | 2023-11-06T20:57:28.183Z | Compiling xattr v1.0.1 |
1750 | 2023-11-06T20:57:28.351Z | Compiling filetime v0.2.22 |
1751 | 2023-11-06T20:57:28.653Z | Compiling fastrand v2.0.0 |
1752 | 2023-11-06T20:57:28.676Z | Compiling same-file v1.0.6 |
1753 | 2023-11-06T20:57:28.874Z | Compiling tar v0.4.40 |
1754 | 2023-11-06T20:57:29.152Z | Compiling walkdir v2.4.0 |
1755 | 2023-11-06T20:57:29.876Z | Compiling tempfile v3.8.0 |
1756 | 2023-11-06T20:57:32.340Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1757 | 2023-11-06T20:57:32.983Z | Compiling rayon v1.8.0 |
1758 | 2023-11-06T20:57:33.356Z | Compiling number_prefix v0.4.0 |
1759 | 2023-11-06T20:57:33.764Z | Compiling topological-sort v0.2.2 |
1760 | 2023-11-06T20:57:42.036Z | Compiling indicatif v0.17.7 |
1761 | 2023-11-06T20:57:42.432Z | Compiling bzip2 v0.4.4 |
1762 | 2023-11-06T20:57:43.029Z | Compiling zip v0.6.6 |
1763 | 2023-11-06T20:57:50.525Z | Compiling rustls-webpki v0.101.7 |
1764 | 2023-11-06T20:57:56.772Z | Compiling tokio-rustls v0.24.1 |
1765 | 2023-11-06T20:57:57.243Z | Compiling hyper-rustls v0.24.2 |
1766 | 2023-11-06T20:58:04.700Z | Compiling reqwest v0.11.20 |
1767 | 2023-11-06T20:58:05.011Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1768 | 2023-11-06T20:58:05.185Z | Compiling omicron-zone-package v0.8.3 |
1769 | 2023-11-06T20:58:05.222Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1770 | 2023-11-06T20:58:17.388Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1771 | 2023-11-06T20:58:18.167Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1772 | 2023-11-06T20:58:19.205Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1773 | 2023-11-06T20:58:20.326Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1774 | 2023-11-06T20:58:33.418Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1775 | 2023-11-06T20:58:33.425Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1776 | 2023-11-06T20:58:33.428Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1777 | 2023-11-06T20:58:47.902Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1778 | 2023-11-06T20:58:49.317Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1779 | 2023-11-06T20:59:29.665Z | Finished release [optimized] target(s) in 8m 34s |
1780 | 2023-11-06T20:59:29.791Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1781 | 2023-11-06T20:59:29.999Z | Created new build target 'test' and set it as active |
1782 | 2023-11-06T20:59:30.062Z | |
1783 | 2023-11-06T20:59:30.500Z | real 8:34.958804714 |
1784 | 2023-11-06T20:59:30.520Z | user 53:32.607632935 |
1785 | 2023-11-06T20:59:30.949Z | sys 4:54.915171647 |
1786 | 2023-11-06T20:59:31.380Z | trap 2.262013838 |
1787 | 2023-11-06T20:59:31.814Z | tflt 3.685312063 |
1788 | 2023-11-06T20:59:31.841Z | dflt 5.062208488 |
1789 | 2023-11-06T20:59:31.875Z | kflt 0.030845038 |
1790 | 2023-11-06T20:59:31.903Z | lock 1:49:00.654317013 |
1791 | 2023-11-06T20:59:32.338Z | slp 3:26:47.560572449 |
1792 | 2023-11-06T20:59:32.762Z | lat 2:26.075648475 |
1793 | 2023-11-06T20:59:32.792Z | stop 4:39.013934363 |
1794 | 2023-11-06T20:59:32.817Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1795 | 2023-11-06T20:59:32.837Z | Finished release [optimized] target(s) in 1.09s |
1796 | 2023-11-06T20:59:32.869Z | Running `target/release/omicron-package -t test package` |
1797 | 2023-11-06T20:59:32.888Z | Nov 06 20:59:27.701 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1798 | 2023-11-06T20:59:32.897Z | Compiling serde_json v1.0.108 |
1799 | 2023-11-06T20:59:32.929Z | Compiling linked-hash-map v0.5.6 |
1800 | 2023-11-06T20:59:32.956Z | Compiling slog-dtrace v0.2.3 |
1801 | 2023-11-06T20:59:33.377Z | Compiling quick-error v1.2.3 |
1802 | 2023-11-06T20:59:33.806Z | Compiling same-file v1.0.6 |
1803 | 2023-11-06T20:59:33.896Z | Compiling semver-parser v0.10.2 |
1804 | 2023-11-06T20:59:33.959Z | Compiling fastrand v2.0.0 |
1805 | 2023-11-06T20:59:33.971Z | Compiling termcolor v1.2.0 |
1806 | 2023-11-06T20:59:33.993Z | Compiling resolv-conf v0.7.0 |
1807 | 2023-11-06T20:59:34.051Z | Compiling walkdir v2.4.0 |
1808 | 2023-11-06T20:59:34.082Z | Compiling filetime v0.2.22 |
1809 | 2023-11-06T20:59:34.099Z | Compiling lru-cache v0.1.2 |
1810 | 2023-11-06T20:59:34.124Z | Compiling tempfile v3.8.0 |
1811 | 2023-11-06T20:59:34.141Z | Compiling trust-dns-resolver v0.22.0 |
1812 | 2023-11-06T20:59:34.580Z | Compiling xattr v1.0.1 |
1813 | 2023-11-06T20:59:35.012Z | Compiling semver v0.11.0 |
1814 | 2023-11-06T20:59:35.027Z | Compiling memoffset v0.7.1 |
1815 | 2023-11-06T20:59:35.040Z | Compiling base64 v0.13.1 |
1816 | 2023-11-06T20:59:35.092Z | Compiling home v0.5.5 |
1817 | 2023-11-06T20:59:35.120Z | Compiling toolchain_find v0.2.0 |
1818 | 2023-11-06T20:59:35.134Z | Compiling tar v0.4.40 |
1819 | 2023-11-06T20:59:35.151Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1820 | 2023-11-06T20:59:35.168Z | Compiling toml_edit v0.20.7 |
1821 | 2023-11-06T20:59:35.230Z | Compiling libz-sys v1.1.12 |
1822 | 2023-11-06T20:59:35.264Z | Compiling toml v0.5.11 |
1823 | 2023-11-06T20:59:35.278Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1824 | 2023-11-06T20:59:35.300Z | Compiling schemars v0.8.13 |
1825 | 2023-11-06T20:59:35.315Z | Compiling usdt-impl v0.3.5 |
1826 | 2023-11-06T20:59:35.360Z | Compiling openapiv3 v1.0.3 |
1827 | 2023-11-06T20:59:35.378Z | Compiling reqwest v0.11.20 |
1828 | 2023-11-06T20:59:38.090Z | Compiling ipnetwork v0.20.0 |
1829 | 2023-11-06T20:59:41.237Z | Compiling usdt v0.3.5 |
1830 | 2023-11-06T20:59:41.988Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1831 | 2023-11-06T20:59:44.250Z | Compiling postgres-types v0.2.6 |
1832 | 2023-11-06T20:59:46.564Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1833 | 2023-11-06T20:59:46.768Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1834 | 2023-11-06T20:59:48.118Z | Compiling tokio-postgres v0.7.10 |
1835 | 2023-11-06T20:59:49.389Z | Compiling slog-json v2.6.1 |
1836 | 2023-11-06T20:59:50.184Z | Compiling slog-bunyan v2.4.0 |
1837 | 2023-11-06T20:59:50.894Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1838 | 2023-11-06T20:59:51.531Z | Compiling diesel v2.1.3 |
1839 | 2023-11-06T20:59:53.018Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1840 | 2023-11-06T21:00:11.725Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1841 | 2023-11-06T21:00:11.813Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1842 | 2023-11-06T21:00:11.877Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1843 | 2023-11-06T21:00:11.915Z | Compiling toml v0.8.6 |
1844 | 2023-11-06T21:00:12.374Z | Compiling rustfmt-wrapper v0.2.0 |
1845 | 2023-11-06T21:00:13.052Z | Compiling omicron-zone-package v0.8.3 |
1846 | 2023-11-06T21:00:13.901Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1847 | 2023-11-06T21:00:14.204Z | Compiling cancel-safe-futures v0.1.5 |
1848 | 2023-11-06T21:00:14.322Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1849 | 2023-11-06T21:00:14.692Z | Compiling structmeta-derive v0.1.6 |
1850 | 2023-11-06T21:00:15.503Z | Compiling num-rational v0.4.1 |
1851 | 2023-11-06T21:00:15.791Z | Compiling utf-8 v0.7.6 |
1852 | 2023-11-06T21:00:19.252Z | Compiling structmeta v0.1.6 |
1853 | 2023-11-06T21:00:19.991Z | Compiling pem-rfc7468 v0.7.0 |
1854 | 2023-11-06T21:00:20.537Z | Compiling der_derive v0.7.2 |
1855 | 2023-11-06T21:00:22.852Z | Compiling flagset v0.4.3 |
1856 | 2023-11-06T21:00:23.205Z | Compiling parse-display-derive v0.7.0 |
1857 | 2023-11-06T21:00:24.090Z | Compiling der v0.7.8 |
1858 | 2023-11-06T21:00:33.883Z | Compiling vergen v8.2.4 |
1859 | 2023-11-06T21:00:34.595Z | Compiling fxhash v0.2.1 |
1860 | 2023-11-06T21:00:34.646Z | Compiling num-complex v0.4.4 |
1861 | 2023-11-06T21:00:35.741Z | Compiling unicase v2.7.0 |
1862 | 2023-11-06T21:00:36.213Z | Compiling semver v0.1.20 |
1863 | 2023-11-06T21:00:36.851Z | Compiling rustc_version v0.1.7 |
1864 | 2023-11-06T21:00:37.253Z | Compiling num v0.4.1 |
1865 | 2023-11-06T21:00:37.365Z | Compiling parse-display v0.7.0 |
1866 | 2023-11-06T21:00:37.499Z | Compiling spki v0.7.2 |
1867 | 2023-11-06T21:00:37.696Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1868 | 2023-11-06T21:00:38.182Z | Compiling universal-hash v0.5.1 |
1869 | 2023-11-06T21:00:38.387Z | Compiling libsqlite3-sys v0.26.0 |
1870 | 2023-11-06T21:00:38.522Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1871 | 2023-11-06T21:00:39.060Z | Compiling half v1.8.2 |
1872 | 2023-11-06T21:00:39.313Z | Compiling maybe-uninit v2.0.0 |
1873 | 2023-11-06T21:00:39.559Z | Compiling opaque-debug v0.3.0 |
1874 | 2023-11-06T21:00:39.698Z | Compiling arc-swap v1.6.0 |
1875 | 2023-11-06T21:00:39.925Z | Compiling ciborium-io v0.2.1 |
1876 | 2023-11-06T21:00:40.097Z | Compiling ciborium-ll v0.2.1 |
1877 | 2023-11-06T21:00:40.919Z | Compiling slog-scope v4.4.0 |
1878 | 2023-11-06T21:00:41.023Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1879 | 2023-11-06T21:00:41.155Z | Compiling newtype_derive v0.1.6 |
1880 | 2023-11-06T21:00:41.571Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1881 | 2023-11-06T21:00:42.575Z | Compiling crc-catalog v2.2.0 |
1882 | 2023-11-06T21:00:42.803Z | Compiling parking_lot_core v0.8.6 |
1883 | 2023-11-06T21:00:43.326Z | Compiling packed_struct v0.10.1 |
1884 | 2023-11-06T21:00:43.358Z | Compiling num-bigint-dig v0.8.4 |
1885 | 2023-11-06T21:00:43.395Z | Compiling signal-hook v0.3.17 |
1886 | 2023-11-06T21:00:43.818Z | Compiling crc v3.0.1 |
1887 | 2023-11-06T21:00:43.917Z | Compiling slog-stdlog v4.1.1 |
1888 | 2023-11-06T21:00:45.662Z | Compiling ciborium v0.2.1 |
1889 | 2023-11-06T21:00:47.007Z | Compiling pkcs8 v0.10.2 |
1890 | 2023-11-06T21:00:48.431Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1891 | 2023-11-06T21:00:49.646Z | Compiling hashlink v0.8.3 |
1892 | 2023-11-06T21:00:50.111Z | Compiling aead v0.5.2 |
1893 | 2023-11-06T21:00:50.591Z | Compiling nibble_vec v0.1.0 |
1894 | 2023-11-06T21:00:51.285Z | Compiling packed_struct_codegen v0.10.1 |
1895 | 2023-11-06T21:00:51.290Z | Compiling dirs-sys-next v0.1.2 |
1896 | 2023-11-06T21:00:51.767Z | Compiling nodrop v0.1.14 |
1897 | 2023-11-06T21:00:51.949Z | Compiling doc-comment v0.3.3 |
1898 | 2023-11-06T21:00:52.248Z | Compiling fallible-streaming-iterator v0.1.9 |
1899 | 2023-11-06T21:00:52.666Z | Compiling crunchy v0.2.2 |
1900 | 2023-11-06T21:00:52.678Z | Compiling glob v0.3.1 |
1901 | 2023-11-06T21:00:53.334Z | Compiling humantime v2.1.0 |
1902 | 2023-11-06T21:00:54.126Z | Compiling endian-type v0.1.2 |
1903 | 2023-11-06T21:00:54.474Z | Compiling radix_trie v0.2.1 |
1904 | 2023-11-06T21:00:54.774Z | Compiling clang-sys v1.6.1 |
1905 | 2023-11-06T21:00:55.832Z | Compiling rusqlite v0.29.0 |
1906 | 2023-11-06T21:00:55.945Z | Compiling array-init v0.0.4 |
1907 | 2023-11-06T21:00:55.955Z | Compiling dirs-next v2.0.0 |
1908 | 2023-11-06T21:00:56.278Z | Compiling pkcs1 v0.7.5 |
1909 | 2023-11-06T21:00:56.589Z | Compiling smallvec v0.6.14 |
1910 | 2023-11-06T21:00:57.744Z | Compiling slog-envlogger v2.2.0 |
1911 | 2023-11-06T21:01:02.797Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1912 | 2023-11-06T21:01:03.350Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1913 | 2023-11-06T21:01:04.350Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1914 | 2023-11-06T21:01:04.365Z | Compiling nix v0.26.2 |
1915 | 2023-11-06T21:01:04.403Z | Compiling num_enum_derive v0.7.0 |
1916 | 2023-11-06T21:01:04.501Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1917 | 2023-11-06T21:01:08.561Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1918 | 2023-11-06T21:01:09.569Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1919 | 2023-11-06T21:01:10.276Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1920 | 2023-11-06T21:01:18.085Z | Compiling twox-hash v1.6.3 |
1921 | 2023-11-06T21:01:19.829Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1922 | 2023-11-06T21:01:20.067Z | Compiling bitfield v0.14.0 |
1923 | 2023-11-06T21:01:20.548Z | Compiling tiny-keccak v2.0.2 |
1924 | 2023-11-06T21:01:20.938Z | Compiling platforms v3.0.2 |
1925 | 2023-11-06T21:01:21.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1926 | 2023-11-06T21:01:21.532Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1927 | 2023-11-06T21:01:22.011Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1928 | 2023-11-06T21:01:23.147Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1929 | 2023-11-06T21:01:23.159Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1930 | 2023-11-06T21:01:27.238Z | Compiling prettyplease v0.2.12 |
1931 | 2023-11-06T21:01:27.714Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1932 | 2023-11-06T21:01:31.115Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1933 | 2023-11-06T21:01:40.595Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1934 | 2023-11-06T21:01:48.671Z | Compiling num_enum v0.7.0 |
1935 | 2023-11-06T21:01:48.921Z | Compiling rsa v0.9.2 |
1936 | 2023-11-06T21:01:56.974Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-11-06T21:01:57.815Z | Compiling parking_lot v0.11.2 |
1938 | 2023-11-06T21:01:57.864Z | Compiling steno v0.4.0 |
1939 | 2023-11-06T21:01:59.437Z | Compiling serde-hex v0.1.0 |
1940 | 2023-11-06T21:02:01.443Z | Compiling mime_guess v2.0.4 |
1941 | 2023-11-06T21:02:01.863Z | Compiling term v0.7.0 |
1942 | 2023-11-06T21:02:03.661Z | Compiling trust-dns-client v0.22.0 |
1943 | 2023-11-06T21:02:04.128Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1944 | 2023-11-06T21:02:04.666Z | Compiling polyval v0.6.1 |
1945 | 2023-11-06T21:02:04.804Z | Compiling x509-cert v0.2.4 |
1946 | 2023-11-06T21:02:05.833Z | Compiling tungstenite v0.20.1 |
1947 | 2023-11-06T21:02:11.809Z | Compiling env_logger v0.10.0 |
1948 | 2023-11-06T21:02:15.141Z | Compiling aes v0.8.3 |
1949 | 2023-11-06T21:02:15.617Z | Compiling ctr v0.9.2 |
1950 | 2023-11-06T21:02:16.196Z | Compiling darling_core v0.14.4 |
1951 | 2023-11-06T21:02:19.626Z | Compiling ron v0.8.1 |
1952 | 2023-11-06T21:02:23.057Z | Compiling snafu-derive v0.7.5 |
1953 | 2023-11-06T21:02:25.331Z | Compiling bincode v1.3.3 |
1954 | 2023-11-06T21:02:27.883Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1955 | 2023-11-06T21:02:28.314Z | Compiling erased-serde v0.3.30 |
1956 | 2023-11-06T21:02:28.998Z | Compiling minimal-lexical v0.2.1 |
1957 | 2023-11-06T21:02:29.821Z | Compiling crc-any v2.4.3 |
1958 | 2023-11-06T21:02:30.782Z | Compiling convert_case v0.4.0 |
1959 | 2023-11-06T21:02:31.025Z | Compiling snafu v0.7.5 |
1960 | 2023-11-06T21:02:31.452Z | Compiling trust-dns-server v0.22.1 |
1961 | 2023-11-06T21:02:32.157Z | Compiling derive_more v0.99.17 |
1962 | 2023-11-06T21:02:33.058Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1963 | 2023-11-06T21:02:42.584Z | Compiling nom v7.1.3 |
1964 | 2023-11-06T21:02:44.781Z | Compiling darling_macro v0.14.4 |
1965 | 2023-11-06T21:02:45.012Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1966 | 2023-11-06T21:02:46.304Z | Compiling aes-gcm-siv v0.11.1 |
1967 | 2023-11-06T21:02:47.207Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1968 | 2023-11-06T21:02:48.120Z | Compiling tokio-tungstenite v0.20.1 |
1969 | 2023-11-06T21:02:49.984Z | Compiling ascii-canvas v3.0.0 |
1970 | 2023-11-06T21:02:50.141Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1971 | 2023-11-06T21:02:50.765Z | Compiling sled v0.34.7 |
1972 | 2023-11-06T21:02:57.468Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1973 | 2023-11-06T21:03:04.930Z | Compiling env_logger v0.9.3 |
1974 | 2023-11-06T21:03:05.876Z | Compiling tungstenite v0.18.0 |
1975 | 2023-11-06T21:03:08.880Z | Compiling object v0.30.4 |
1976 | 2023-11-06T21:03:10.071Z | Compiling is-terminal v0.4.9 |
1977 | 2023-11-06T21:03:10.237Z | Compiling ena v0.14.2 |
1978 | 2023-11-06T21:03:10.903Z | Compiling derive-where v1.2.5 |
1979 | 2023-11-06T21:03:12.918Z | Compiling async-recursion v1.0.5 |
1980 | 2023-11-06T21:03:14.450Z | Compiling bitstruct_derive v0.1.0 |
1981 | 2023-11-06T21:03:15.842Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1982 | 2023-11-06T21:03:16.074Z | Compiling libloading v0.7.4 |
1983 | 2023-11-06T21:03:16.521Z | Compiling ascii v1.1.0 |
1984 | 2023-11-06T21:03:16.560Z | Compiling linear-map v1.2.0 |
1985 | 2023-11-06T21:03:16.665Z | Compiling diff v0.1.13 |
1986 | 2023-11-06T21:03:17.172Z | Compiling path-slash v0.1.5 |
1987 | 2023-11-06T21:03:17.542Z | Compiling pretty-hex v0.3.0 |
1988 | 2023-11-06T21:03:17.597Z | Compiling ringbuffer v0.15.0 |
1989 | 2023-11-06T21:03:17.784Z | Compiling bindgen v0.65.1 |
1990 | 2023-11-06T21:03:17.862Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1991 | 2023-11-06T21:03:18.446Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1992 | 2023-11-06T21:03:18.701Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1993 | 2023-11-06T21:03:27.960Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1994 | 2023-11-06T21:03:50.045Z | Compiling lalrpop v0.19.12 |
1995 | 2023-11-06T21:03:50.490Z | Compiling bitstruct v0.1.1 |
1996 | 2023-11-06T21:03:50.616Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1997 | 2023-11-06T21:03:51.261Z | Compiling tokio-tungstenite v0.18.0 |
1998 | 2023-11-06T21:03:51.683Z | Compiling curve25519-dalek v4.1.0 |
1999 | 2023-11-06T21:03:52.007Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2000 | 2023-11-06T21:03:52.127Z | Compiling cexpr v0.6.0 |
2001 | 2023-11-06T21:03:52.232Z | Compiling darling v0.14.4 |
2002 | 2023-11-06T21:03:52.501Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2003 | 2023-11-06T21:03:55.150Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2004 | 2023-11-06T21:03:55.579Z | Compiling which v4.4.0 |
2005 | 2023-11-06T21:03:56.018Z | Compiling ff v0.13.0 |
2006 | 2023-11-06T21:03:56.060Z | Compiling path-dedot v3.1.0 |
2007 | 2023-11-06T21:03:58.938Z | Compiling serde_arrays v0.1.0 |
2008 | 2023-11-06T21:03:58.965Z | Compiling display-error-chain v0.2.0 |
2009 | 2023-11-06T21:03:59.845Z | Compiling lazycell v1.3.0 |
2010 | 2023-11-06T21:03:59.859Z | Compiling peeking_take_while v0.1.2 |
2011 | 2023-11-06T21:04:01.091Z | Compiling shlex v1.1.0 |
2012 | 2023-11-06T21:04:01.099Z | Compiling rustc-hash v1.1.0 |
2013 | 2023-11-06T21:04:01.107Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2014 | 2023-11-06T21:04:01.526Z | Compiling path-absolutize v3.1.0 |
2015 | 2023-11-06T21:04:01.532Z | Compiling group v0.13.0 |
2016 | 2023-11-06T21:04:01.542Z | Compiling derive_builder_core v0.12.0 |
2017 | 2023-11-06T21:04:01.550Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2018 | 2023-11-06T21:04:01.557Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2019 | 2023-11-06T21:04:06.725Z | Compiling olpc-cjson v0.1.3 |
2020 | 2023-11-06T21:04:07.675Z | Compiling pem v1.1.1 |
2021 | 2023-11-06T21:04:09.320Z | Compiling camino-tempfile v1.0.2 |
2022 | 2023-11-06T21:04:09.344Z | Compiling globset v0.4.13 |
2023 | 2023-11-06T21:04:10.240Z | Compiling crypto-bigint v0.5.2 |
2024 | 2023-11-06T21:04:10.658Z | Compiling serde_plain v1.0.2 |
2025 | 2023-11-06T21:04:11.589Z | Compiling libxml v0.3.3 |
2026 | 2023-11-06T21:04:12.088Z | Compiling thiserror-impl-no-std v2.0.2 |
2027 | 2023-11-06T21:04:16.362Z | Compiling curve25519-dalek-derive v0.1.0 |
2028 | 2023-11-06T21:04:16.937Z | Compiling ref-cast v1.0.20 |
2029 | 2023-11-06T21:04:17.366Z | Compiling base16ct v0.2.0 |
2030 | 2023-11-06T21:04:17.599Z | Compiling buf-list v1.0.3 |
2031 | 2023-11-06T21:04:17.786Z | Compiling elliptic-curve v0.13.5 |
2032 | 2023-11-06T21:04:18.494Z | Compiling thiserror-no-std v2.0.2 |
2033 | 2023-11-06T21:04:18.787Z | Compiling tough v0.12.5 |
2034 | 2023-11-06T21:04:21.189Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2035 | 2023-11-06T21:04:22.336Z | Compiling polar-core v0.27.0 |
2036 | 2023-11-06T21:04:23.627Z | Compiling derive_builder_macro v0.12.0 |
2037 | 2023-11-06T21:04:24.883Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2038 | 2023-11-06T21:04:24.905Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2039 | 2023-11-06T21:04:32.008Z | Compiling poly1305 v0.8.0 |
2040 | 2023-11-06T21:04:34.655Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2041 | 2023-11-06T21:04:34.670Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2042 | 2023-11-06T21:04:35.066Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2043 | 2023-11-06T21:04:35.071Z | Compiling chacha20 v0.9.1 |
2044 | 2023-11-06T21:04:35.372Z | Compiling strum_macros v0.24.3 |
2045 | 2023-11-06T21:04:35.812Z | Compiling bcs v0.1.6 |
2046 | 2023-11-06T21:04:37.511Z | Compiling const_format_proc_macros v0.2.31 |
2047 | 2023-11-06T21:04:38.140Z | Compiling ref-cast-impl v1.0.20 |
2048 | 2023-11-06T21:04:40.018Z | Compiling cookie v0.16.2 |
2049 | 2023-11-06T21:04:40.419Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2050 | 2023-11-06T21:04:40.648Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2051 | 2023-11-06T21:04:41.260Z | Compiling signature v1.6.4 |
2052 | 2023-11-06T21:04:41.269Z | Compiling indoc v1.0.9 |
2053 | 2023-11-06T21:04:41.278Z | Compiling salty v0.2.0 |
2054 | 2023-11-06T21:04:41.383Z | Compiling highway v1.1.0 |
2055 | 2023-11-06T21:04:41.828Z | Compiling ed25519 v1.5.3 |
2056 | 2023-11-06T21:04:42.349Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2057 | 2023-11-06T21:04:42.761Z | Compiling const_format v0.2.31 |
2058 | 2023-11-06T21:04:44.071Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2059 | 2023-11-06T21:04:44.582Z | Compiling chacha20poly1305 v0.10.1 |
2060 | 2023-11-06T21:04:44.968Z | Compiling derive_builder v0.12.0 |
2061 | 2023-11-06T21:04:47.652Z | Compiling vsss-rs v3.3.1 |
2062 | 2023-11-06T21:04:56.295Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2063 | 2023-11-06T21:04:57.509Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2064 | 2023-11-06T21:05:03.085Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2065 | 2023-11-06T21:05:06.720Z | Compiling signal-hook-mio v0.2.3 |
2066 | 2023-11-06T21:05:07.075Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2067 | 2023-11-06T21:05:07.189Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2068 | 2023-11-06T21:05:07.641Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2069 | 2023-11-06T21:05:08.063Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2070 | 2023-11-06T21:05:18.504Z | Compiling ron v0.7.1 |
2071 | 2023-11-06T21:05:22.194Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2072 | 2023-11-06T21:05:25.529Z | Compiling headers-core v0.2.0 |
2073 | 2023-11-06T21:05:25.808Z | Compiling bb8 v0.8.1 |
2074 | 2023-11-06T21:05:26.816Z | Compiling quick-xml v0.23.1 |
2075 | 2023-11-06T21:05:27.622Z | Compiling serde-big-array v0.5.1 |
2076 | 2023-11-06T21:05:28.438Z | Compiling impl-trait-for-tuples v0.2.2 |
2077 | 2023-11-06T21:05:28.808Z | Compiling oso-derive v0.27.0 |
2078 | 2023-11-06T21:05:30.120Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2079 | 2023-11-06T21:05:30.446Z | Compiling http-range v0.1.5 |
2080 | 2023-11-06T21:05:31.153Z | Compiling maplit v1.0.2 |
2081 | 2023-11-06T21:05:31.351Z | Compiling bit_field v0.10.2 |
2082 | 2023-11-06T21:05:31.518Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2083 | 2023-11-06T21:05:31.773Z | Compiling hyper-staticfile v0.9.5 |
2084 | 2023-11-06T21:05:37.790Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2085 | 2023-11-06T21:05:38.865Z | Compiling headers v0.3.9 |
2086 | 2023-11-06T21:05:45.250Z | Compiling oso v0.27.0 |
2087 | 2023-11-06T21:05:46.454Z | Compiling crossterm v0.27.0 |
2088 | 2023-11-06T21:06:02.834Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2089 | 2023-11-06T21:06:06.669Z | Compiling signal-hook-tokio v0.3.1 |
2090 | 2023-11-06T21:06:06.720Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2091 | 2023-11-06T21:06:06.986Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2092 | 2023-11-06T21:06:07.154Z | Compiling serde-big-array v0.4.1 |
2093 | 2023-11-06T21:06:07.433Z | Compiling cassowary v0.3.0 |
2094 | 2023-11-06T21:06:09.274Z | Compiling indoc v2.0.3 |
2095 | 2023-11-06T21:06:10.812Z | Compiling ratatui v0.23.0 |
2096 | 2023-11-06T21:06:11.071Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2097 | 2023-11-06T21:06:13.927Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2098 | 2023-11-06T21:06:18.071Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2099 | 2023-11-06T21:06:22.988Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2100 | 2023-11-06T21:06:23.570Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2101 | 2023-11-06T21:06:25.099Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2102 | 2023-11-06T21:06:29.396Z | Compiling fatfs v0.3.6 |
2103 | 2023-11-06T21:06:29.930Z | Compiling bytesize v1.3.0 |
2104 | 2023-11-06T21:06:30.892Z | Compiling nanorand v0.7.0 |
2105 | 2023-11-06T21:06:32.629Z | Compiling rtoolbox v0.0.1 |
2106 | 2023-11-06T21:06:32.992Z | Compiling fs-err v2.9.0 |
2107 | 2023-11-06T21:06:34.414Z | Compiling smawk v0.3.1 |
2108 | 2023-11-06T21:06:34.785Z | Compiling corncobs v0.1.3 |
2109 | 2023-11-06T21:06:35.329Z | Compiling unicode-linebreak v0.1.5 |
2110 | 2023-11-06T21:06:35.481Z | Compiling assert_matches v1.5.0 |
2111 | 2023-11-06T21:06:35.668Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2112 | 2023-11-06T21:06:35.680Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2113 | 2023-11-06T21:06:36.319Z | Compiling textwrap v0.16.0 |
2114 | 2023-11-06T21:06:37.032Z | Compiling rpassword v7.2.0 |
2115 | 2023-11-06T21:06:37.196Z | Compiling flume v0.11.0 |
2116 | 2023-11-06T21:06:37.677Z | Compiling tui-tree-widget v0.13.0 |
2117 | 2023-11-06T21:06:38.506Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2118 | 2023-11-06T21:06:41.233Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2119 | 2023-11-06T21:06:42.931Z | Compiling owo-colors v3.5.0 |
2120 | 2023-11-06T21:06:48.661Z | Compiling shell-words v1.1.0 |
2121 | 2023-11-06T21:06:49.398Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2122 | 2023-11-06T21:06:57.656Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2123 | 2023-11-06T21:07:55.915Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2124 | 2023-11-06T21:08:17.232Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2125 | 2023-11-06T21:10:50.679Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2126 | 2023-11-06T21:12:25.117Z | Compiling git2 v0.17.2 |
2127 | 2023-11-06T21:12:25.678Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2128 | 2023-11-06T21:12:25.786Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2129 | 2023-11-06T21:12:31.918Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2130 | 2023-11-06T21:12:47.881Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2131 | 2023-11-06T21:12:48.946Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2132 | 2023-11-06T21:12:51.689Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2133 | 2023-11-06T21:12:54.913Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2134 | 2023-11-06T21:21:56.352Z | Finished release [optimized] target(s) in 22m 28s |
2135 | 2023-11-06T21:23:42.428Z | |
2136 | 2023-11-06T21:23:42.439Z | real 24:16.080328511 |
2137 | 2023-11-06T21:23:42.462Z | user 2:48:49.430574261 |
2138 | 2023-11-06T21:23:42.472Z | sys 7:19.536432546 |
2139 | 2023-11-06T21:23:42.478Z | trap 5.892222285 |
2140 | 2023-11-06T21:23:42.483Z | tflt 1.494517702 |
2141 | 2023-11-06T21:23:42.489Z | dflt 4.185279797 |
2142 | 2023-11-06T21:23:42.495Z | kflt 0.009224456 |
2143 | 2023-11-06T21:23:42.522Z | lock 9:33:11.978260185 |
2144 | 2023-11-06T21:23:42.527Z | slp 7:01:03.740587659 |
2145 | 2023-11-06T21:23:42.531Z | lat 3:08.522015572 |
2146 | 2023-11-06T21:23:42.536Z | stop 53.121521586 |
2147 | 2023-11-06T21:23:42.541Z | + 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/*) |
2148 | 2023-11-06T21:23:42.547Z | + pfexec mkdir -p /work |
2149 | 2023-11-06T21:23:42.552Z | + pfexec chown build /work |
2150 | 2023-11-06T21:23:42.557Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.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 |
2151 | 2023-11-06T21:23:56.336Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2152 | 2023-11-06T21:23:56.340Z | a out/mg-ddm-gz.tar 61499K |
2153 | 2023-11-06T21:23:56.344Z | a out/omicron-sled-agent.tar 120365K |
2154 | 2023-11-06T21:23:56.348Z | a out/target/test 1K |
2155 | 2023-11-06T21:23:56.352Z | a out/npuzone/npuzone 36506K |
2156 | 2023-11-06T21:23:56.385Z | a package-manifest.toml 22K |
2157 | 2023-11-06T21:23:56.404Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2158 | 2023-11-06T21:23:56.409Z | a target/release/omicron-package 41683K |
2159 | 2023-11-06T21:23:56.418Z | a tools/create_virtual_hardware.sh 3K |
2160 | 2023-11-06T21:23:56.437Z | a tools/virtual_hardware.sh 4K |
2161 | 2023-11-06T21:23:56.443Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2162 | 2023-11-06T21:23:56.450Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2163 | 2023-11-06T21:23:56.456Z | a tools/scrimlet/softnpu-init.sh 3K |
2164 | 2023-11-06T21:23:56.461Z | a tools/scrimlet/softnpu-zone.txt 1K |
2165 | 2023-11-06T21:23:56.465Z | a tools/scrimlet/softnpu.toml 1K |
2166 | 2023-11-06T21:23:56.470Z | |
2167 | 2023-11-06T21:23:56.478Z | real 13.902228150 |
2168 | 2023-11-06T21:23:56.482Z | user 13.193542710 |
2169 | 2023-11-06T21:23:56.486Z | sys 1.176486039 |
2170 | 2023-11-06T21:23:56.490Z | trap 0.004042288 |
2171 | 2023-11-06T21:23:56.494Z | tflt 0.000000000 |
2172 | 2023-11-06T21:23:56.497Z | dflt 0.000000000 |
2173 | 2023-11-06T21:23:56.507Z | kflt 0.000000000 |
2174 | 2023-11-06T21:23:56.517Z | lock 0.000000000 |
2175 | 2023-11-06T21:23:56.546Z | slp 12.900731950 |
2176 | 2023-11-06T21:23:56.551Z | lat 0.526197358 |
2177 | 2023-11-06T21:23:56.561Z | stop 0.000230325 |
2178 | 2023-11-06T21:23:56.578Z | ++ pwd |
2179 | 2023-11-06T21:23:56.586Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2180 | 2023-11-06T21:23:56.593Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2181 | 2023-11-06T21:23:56.598Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2182 | 2023-11-06T21:23:57.517Z | Finished release [optimized] target(s) in 1.09s |
2183 | 2023-11-06T21:23:57.545Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2184 | 2023-11-06T21:23:57.584Z | Created new build target 'host' and set it as active |
2185 | 2023-11-06T21:23:57.588Z | |
2186 | 2023-11-06T21:23:57.591Z | real 1.236699640 |
2187 | 2023-11-06T21:23:57.595Z | user 0.886242343 |
2188 | 2023-11-06T21:23:57.598Z | sys 0.351148208 |
2189 | 2023-11-06T21:23:57.602Z | trap 0.000175404 |
2190 | 2023-11-06T21:23:57.606Z | tflt 0.000000000 |
2191 | 2023-11-06T21:23:57.610Z | dflt 0.000000000 |
2192 | 2023-11-06T21:23:57.613Z | kflt 0.000000000 |
2193 | 2023-11-06T21:23:57.616Z | lock 0.033056755 |
2194 | 2023-11-06T21:23:57.621Z | slp 0.018689938 |
2195 | 2023-11-06T21:23:57.628Z | lat 0.001872960 |
2196 | 2023-11-06T21:23:57.632Z | stop 0.000278666 |
2197 | 2023-11-06T21:23:57.636Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2198 | 2023-11-06T21:23:58.701Z | Finished release [optimized] target(s) in 1.03s |
2199 | 2023-11-06T21:23:58.734Z | Running `target/release/omicron-package -t host package` |
2200 | 2023-11-06T21:23:58.772Z | Nov 06 21:23:58.772 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2201 | 2023-11-06T21:23:59.950Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2202 | 2023-11-06T21:27:51.305Z | Finished release [optimized] target(s) in 3m 52s |
2203 | 2023-11-06T21:29:18.203Z | |
2204 | 2023-11-06T21:29:18.209Z | real 5:20.610103765 |
2205 | 2023-11-06T21:29:18.213Z | user 21:33.799865251 |
2206 | 2023-11-06T21:29:18.217Z | sys 1:29.946431926 |
2207 | 2023-11-06T21:29:18.226Z | trap 0.591031227 |
2208 | 2023-11-06T21:29:18.230Z | tflt 0.047309616 |
2209 | 2023-11-06T21:29:18.239Z | dflt 2.514723181 |
2210 | 2023-11-06T21:29:18.250Z | kflt 0.000000000 |
2211 | 2023-11-06T21:29:18.254Z | lock 1:18:50.142163749 |
2212 | 2023-11-06T21:29:18.259Z | slp 18:45.154794252 |
2213 | 2023-11-06T21:29:18.263Z | lat 9.080354063 |
2214 | 2023-11-06T21:29:18.266Z | stop 0.642176340 |
2215 | 2023-11-06T21:29:18.276Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2216 | 2023-11-06T21:29:18.280Z | + for package in "$@" |
2217 | 2023-11-06T21:29:18.289Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2218 | 2023-11-06T21:29:18.303Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git82e543019da |
2219 | 2023-11-06T21:29:19.341Z | Finished release [optimized] target(s) in 1.08s |
2220 | 2023-11-06T21:29:19.377Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git82e543019da` |
2221 | 2023-11-06T21:29:19.408Z | Nov 06 21:29:19.412 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2222 | 2023-11-06T21:29:19.975Z | Created: out/versioned/omicron-sled-agent.tar |
2223 | 2023-11-06T21:29:19.979Z | + for package in "$@" |
2224 | 2023-11-06T21:29:19.983Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2225 | 2023-11-06T21:29:19.986Z | + echo 0.0.0 |
2226 | 2023-11-06T21:29:19.990Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2227 | 2023-11-06T21:29:19.993Z | a VERSION 1K |
2228 | 2023-11-06T21:29:19.999Z | + rm VERSION |
2229 | 2023-11-06T21:29:20.003Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git82e543019da |
2230 | 2023-11-06T21:29:21.182Z | Finished release [optimized] target(s) in 1.11s |
2231 | 2023-11-06T21:29:21.219Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git82e543019da` |
2232 | 2023-11-06T21:29:21.251Z | Nov 06 21:29:21.256 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2233 | 2023-11-06T21:29:21.524Z | Created: out/versioned/mg-ddm-gz.tar |
2234 | 2023-11-06T21:29:21.528Z | + for package in "$@" |
2235 | 2023-11-06T21:29:21.532Z | + [[ propolis-server == mg-ddm-gz ]] |
2236 | 2023-11-06T21:29:21.535Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git82e543019da |
2237 | 2023-11-06T21:29:22.631Z | Finished release [optimized] target(s) in 1.02s |
2238 | 2023-11-06T21:29:22.658Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git82e543019da` |
2239 | 2023-11-06T21:29:22.698Z | Nov 06 21:29:22.700 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2240 | 2023-11-06T21:29:24.484Z | Created: out/versioned/propolis-server.tar.gz |
2241 | 2023-11-06T21:29:24.505Z | + for package in "$@" |
2242 | 2023-11-06T21:29:24.509Z | + [[ overlay == mg-ddm-gz ]] |
2243 | 2023-11-06T21:29:24.513Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git82e543019da |
2244 | 2023-11-06T21:29:25.590Z | Finished release [optimized] target(s) in 1.02s |
2245 | 2023-11-06T21:29:25.616Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git82e543019da` |
2246 | 2023-11-06T21:29:25.656Z | Nov 06 21:29:25.660 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2247 | 2023-11-06T21:29:25.660Z | Created: out/versioned/overlay.tar.gz |
2248 | 2023-11-06T21:29:25.663Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2249 | 2023-11-06T21:29:25.671Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2250 | 2023-11-06T21:29:25.675Z | ++ cd -- ./tools |
2251 | 2023-11-06T21:29:25.681Z | ++ pwd |
2252 | 2023-11-06T21:29:25.684Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2253 | 2023-11-06T21:29:25.688Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2254 | 2023-11-06T21:29:25.692Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2255 | 2023-11-06T21:29:25.696Z | ++ readlink -f /work |
2256 | 2023-11-06T21:29:25.699Z | + out_dir=/work |
2257 | 2023-11-06T21:29:25.703Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2258 | 2023-11-06T21:29:25.706Z | + for dep in "${deps[@]}" |
2259 | 2023-11-06T21:29:25.709Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2260 | 2023-11-06T21:29:25.712Z | + for dep in "${deps[@]}" |
2261 | 2023-11-06T21:29:25.715Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2262 | 2023-11-06T21:29:25.719Z | + for dep in "${deps[@]}" |
2263 | 2023-11-06T21:29:25.722Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2264 | 2023-11-06T21:29:25.726Z | + for dep in "${deps[@]}" |
2265 | 2023-11-06T21:29:25.729Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2266 | 2023-11-06T21:29:25.732Z | ++ mktemp -d |
2267 | 2023-11-06T21:29:25.735Z | + tmp_gz=/tmp/tmp.7waGSi |
2268 | 2023-11-06T21:29:25.738Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2269 | 2023-11-06T21:29:25.742Z | + echo '{"v":"1","t":"layer"}' |
2270 | 2023-11-06T21:29:25.746Z | + pkg_dir=/tmp/tmp.7waGSi/root/opt/oxide/sled-agent |
2271 | 2023-11-06T21:29:25.755Z | + mkdir -p /tmp/tmp.7waGSi/root/opt/oxide/sled-agent |
2272 | 2023-11-06T21:29:25.766Z | + cd /tmp/tmp.7waGSi/root/opt/oxide/sled-agent |
2273 | 2023-11-06T21:29:25.772Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2274 | 2023-11-06T21:29:25.815Z | x ., 0 bytes, 0 tape blocks |
2275 | 2023-11-06T21:29:25.818Z | x zone-bundle, 38261296 bytes, 74730 tape blocks |
2276 | 2023-11-06T21:29:25.821Z | x sled-agent, 85104768 bytes, 166221 tape blocks |
2277 | 2023-11-06T21:29:25.824Z | x pkg, 0 bytes, 0 tape blocks |
2278 | 2023-11-06T21:29:25.828Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2279 | 2023-11-06T21:29:25.832Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2280 | 2023-11-06T21:29:25.835Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2281 | 2023-11-06T21:29:25.838Z | x VERSION, 25 bytes, 1 tape blocks |
2282 | 2023-11-06T21:29:25.841Z | + mkdir -p /tmp/tmp.7waGSi/root/lib/svc/manifest/site/ |
2283 | 2023-11-06T21:29:25.844Z | + mv pkg/manifest.xml /tmp/tmp.7waGSi/root/lib/svc/manifest/site/sled-agent.xml |
2284 | 2023-11-06T21:29:25.847Z | + cd - |
2285 | 2023-11-06T21:29:25.851Z | /work/oxidecomputer/omicron |
2286 | 2023-11-06T21:29:25.855Z | + pkg_dir=/tmp/tmp.7waGSi/root/opt/oxide/mg-ddm |
2287 | 2023-11-06T21:29:25.858Z | + mkdir -p /tmp/tmp.7waGSi/root/opt/oxide/mg-ddm |
2288 | 2023-11-06T21:29:25.862Z | + cd /tmp/tmp.7waGSi/root/opt/oxide/mg-ddm |
2289 | 2023-11-06T21:29:25.867Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2290 | 2023-11-06T21:29:25.890Z | x ., 0 bytes, 0 tape blocks |
2291 | 2023-11-06T21:29:25.893Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2292 | 2023-11-06T21:29:25.897Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2293 | 2023-11-06T21:29:25.900Z | x pkg, 0 bytes, 0 tape blocks |
2294 | 2023-11-06T21:29:25.904Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2295 | 2023-11-06T21:29:25.907Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2296 | 2023-11-06T21:29:25.910Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2297 | 2023-11-06T21:29:25.918Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2298 | 2023-11-06T21:29:25.921Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2299 | 2023-11-06T21:29:25.924Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2300 | 2023-11-06T21:29:25.927Z | x VERSION, 25 bytes, 1 tape blocks |
2301 | 2023-11-06T21:29:25.932Z | + cd - |
2302 | 2023-11-06T21:29:25.938Z | /work/oxidecomputer/omicron |
2303 | 2023-11-06T21:29:25.946Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.7waGSi/root/opt/oxide |
2304 | 2023-11-06T21:29:26.041Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.7waGSi/root/opt/oxide |
2305 | 2023-11-06T21:29:26.046Z | + cd /tmp/tmp.7waGSi |
2306 | 2023-11-06T21:29:26.050Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2307 | 2023-11-06T21:29:38.258Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2308 | 2023-11-06T21:29:38.264Z | a oxide.json 1K |
2309 | 2023-11-06T21:29:38.268Z | a root/ 0K |
2310 | 2023-11-06T21:29:38.271Z | a root/opt/ 0K |
2311 | 2023-11-06T21:29:38.275Z | a root/opt/oxide/ 0K |
2312 | 2023-11-06T21:29:38.278Z | a root/opt/oxide/sled-agent/ 0K |
2313 | 2023-11-06T21:29:38.281Z | a root/opt/oxide/sled-agent/zone-bundle 37365K |
2314 | 2023-11-06T21:29:38.285Z | a root/opt/oxide/sled-agent/sled-agent 83111K |
2315 | 2023-11-06T21:29:38.288Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2316 | 2023-11-06T21:29:38.292Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2317 | 2023-11-06T21:29:38.295Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2318 | 2023-11-06T21:29:38.299Z | a root/opt/oxide/sled-agent/VERSION 1K |
2319 | 2023-11-06T21:29:38.302Z | a root/opt/oxide/mg-ddm/ 0K |
2320 | 2023-11-06T21:29:38.315Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2321 | 2023-11-06T21:29:38.325Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2322 | 2023-11-06T21:29:38.348Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2323 | 2023-11-06T21:29:38.356Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2324 | 2023-11-06T21:29:38.363Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2325 | 2023-11-06T21:29:38.374Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2326 | 2023-11-06T21:29:38.392Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2327 | 2023-11-06T21:29:38.398Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2328 | 2023-11-06T21:29:38.405Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2329 | 2023-11-06T21:29:38.415Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2330 | 2023-11-06T21:29:38.427Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2331 | 2023-11-06T21:29:38.431Z | a root/opt/oxide/overlay.tar.gz 2K |
2332 | 2023-11-06T21:29:38.436Z | a root/lib/ 0K |
2333 | 2023-11-06T21:29:38.440Z | a root/lib/svc/ 0K |
2334 | 2023-11-06T21:29:38.443Z | a root/lib/svc/manifest/ 0K |
2335 | 2023-11-06T21:29:38.447Z | a root/lib/svc/manifest/site/ 0K |
2336 | 2023-11-06T21:29:38.453Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2337 | 2023-11-06T21:29:38.483Z | + cd / |
2338 | 2023-11-06T21:29:38.492Z | + rm -rf /tmp/tmp.7waGSi |
2339 | 2023-11-06T21:29:38.504Z | |
2340 | 2023-11-06T21:29:38.513Z | real 12.628107707 |
2341 | 2023-11-06T21:29:38.517Z | user 11.597791160 |
2342 | 2023-11-06T21:29:38.521Z | sys 1.092800036 |
2343 | 2023-11-06T21:29:38.528Z | trap 0.003993661 |
2344 | 2023-11-06T21:29:38.540Z | tflt 0.000000000 |
2345 | 2023-11-06T21:29:38.556Z | dflt 0.000000000 |
2346 | 2023-11-06T21:29:38.567Z | kflt 0.000000000 |
2347 | 2023-11-06T21:29:38.575Z | lock 0.000000000 |
2348 | 2023-11-06T21:29:38.580Z | slp 24.274326147 |
2349 | 2023-11-06T21:29:38.583Z | lat 0.470403115 |
2350 | 2023-11-06T21:29:38.586Z | stop 0.000318669 |
2351 | 2023-11-06T21:29:38.589Z | + mkdir -p /work/zones |
2352 | 2023-11-06T21:29:38.592Z | + 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) |
2353 | 2023-11-06T21:29:38.597Z | + 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/ |
2354 | 2023-11-06T21:29:41.922Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2355 | 2023-11-06T21:29:43.157Z | Finished release [optimized] target(s) in 1.13s |
2356 | 2023-11-06T21:29:43.180Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2357 | 2023-11-06T21:29:43.222Z | Created new build target 'recovery' and set it as active |
2358 | 2023-11-06T21:29:43.226Z | |
2359 | 2023-11-06T21:29:43.229Z | real 1.296839608 |
2360 | 2023-11-06T21:29:43.233Z | user 0.929939524 |
2361 | 2023-11-06T21:29:43.237Z | sys 0.365215336 |
2362 | 2023-11-06T21:29:43.240Z | trap 0.000829117 |
2363 | 2023-11-06T21:29:43.243Z | tflt 0.000012539 |
2364 | 2023-11-06T21:29:43.246Z | dflt 0.000036156 |
2365 | 2023-11-06T21:29:43.250Z | kflt 0.000000000 |
2366 | 2023-11-06T21:29:43.253Z | lock 0.039337773 |
2367 | 2023-11-06T21:29:43.256Z | slp 0.021873623 |
2368 | 2023-11-06T21:29:43.260Z | lat 0.004312838 |
2369 | 2023-11-06T21:29:43.264Z | stop 0.000236623 |
2370 | 2023-11-06T21:29:43.268Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2371 | 2023-11-06T21:29:44.427Z | Finished release [optimized] target(s) in 1.11s |
2372 | 2023-11-06T21:29:44.458Z | Running `target/release/omicron-package -t recovery package` |
2373 | 2023-11-06T21:29:44.514Z | Nov 06 21:29:44.501 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2374 | 2023-11-06T21:29:45.545Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2375 | 2023-11-06T21:29:49.420Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2376 | 2023-11-06T21:30:23.174Z | Finished release [optimized] target(s) in 37.71s |
2377 | 2023-11-06T21:31:29.897Z | |
2378 | 2023-11-06T21:31:29.900Z | real 1:46.670233710 |
2379 | 2023-11-06T21:31:29.904Z | user 2:38.880492155 |
2380 | 2023-11-06T21:31:29.908Z | sys 13.358881348 |
2381 | 2023-11-06T21:31:29.911Z | trap 0.078000501 |
2382 | 2023-11-06T21:31:29.921Z | tflt 0.049805177 |
2383 | 2023-11-06T21:31:29.929Z | dflt 1.108587036 |
2384 | 2023-11-06T21:31:29.933Z | kflt 0.000119079 |
2385 | 2023-11-06T21:31:29.939Z | lock 21:41.803900784 |
2386 | 2023-11-06T21:31:29.944Z | slp 3:31.323806641 |
2387 | 2023-11-06T21:31:29.951Z | lat 2.188595741 |
2388 | 2023-11-06T21:31:29.958Z | stop 0.186375590 |
2389 | 2023-11-06T21:31:29.965Z | + stamp_packages installinator mg-ddm-gz |
2390 | 2023-11-06T21:31:29.974Z | + for package in "$@" |
2391 | 2023-11-06T21:31:29.977Z | + [[ installinator == mg-ddm-gz ]] |
2392 | 2023-11-06T21:31:29.983Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git82e543019da |
2393 | 2023-11-06T21:31:31.052Z | Finished release [optimized] target(s) in 1.08s |
2394 | 2023-11-06T21:31:31.081Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git82e543019da` |
2395 | 2023-11-06T21:31:31.122Z | Nov 06 21:31:31.127 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2396 | 2023-11-06T21:31:31.255Z | Created: out/versioned/installinator.tar |
2397 | 2023-11-06T21:31:31.262Z | + for package in "$@" |
2398 | 2023-11-06T21:31:31.277Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2399 | 2023-11-06T21:31:31.295Z | + echo 0.0.0 |
2400 | 2023-11-06T21:31:31.302Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2401 | 2023-11-06T21:31:31.306Z | a VERSION 1K |
2402 | 2023-11-06T21:31:31.310Z | + rm VERSION |
2403 | 2023-11-06T21:31:31.315Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git82e543019da |
2404 | 2023-11-06T21:31:32.394Z | Finished release [optimized] target(s) in 1.05s |
2405 | 2023-11-06T21:31:32.420Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git82e543019da` |
2406 | 2023-11-06T21:31:32.460Z | Nov 06 21:31:32.463 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2407 | 2023-11-06T21:31:34.789Z | Created: out/versioned/mg-ddm-gz.tar |
2408 | 2023-11-06T21:31:35.230Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2409 | 2023-11-06T21:31:35.235Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2410 | 2023-11-06T21:31:35.242Z | ++ cd -- ./tools |
2411 | 2023-11-06T21:31:35.250Z | ++ pwd |
2412 | 2023-11-06T21:31:35.259Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2413 | 2023-11-06T21:31:35.279Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2414 | 2023-11-06T21:31:35.285Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2415 | 2023-11-06T21:31:35.291Z | ++ readlink -f /work |
2416 | 2023-11-06T21:31:35.303Z | + out_dir=/work |
2417 | 2023-11-06T21:31:35.312Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2418 | 2023-11-06T21:31:35.739Z | + for dep in "${deps[@]}" |
2419 | 2023-11-06T21:31:35.742Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2420 | 2023-11-06T21:31:35.746Z | + for dep in "${deps[@]}" |
2421 | 2023-11-06T21:31:35.778Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2422 | 2023-11-06T21:31:35.785Z | ++ mktemp -d |
2423 | 2023-11-06T21:31:35.789Z | + tmp_trampoline=/tmp/tmp.cxa4Wi |
2424 | 2023-11-06T21:31:35.793Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2425 | 2023-11-06T21:31:35.796Z | + echo '{"v":"1","t":"layer"}' |
2426 | 2023-11-06T21:31:35.806Z | + pkg_dir=/tmp/tmp.cxa4Wi/root/opt/oxide/installinator |
2427 | 2023-11-06T21:31:35.812Z | + mkdir -p /tmp/tmp.cxa4Wi/root/opt/oxide/installinator |
2428 | 2023-11-06T21:31:35.842Z | + cd /tmp/tmp.cxa4Wi/root/opt/oxide/installinator |
2429 | 2023-11-06T21:31:35.870Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2430 | 2023-11-06T21:31:35.889Z | x ., 0 bytes, 0 tape blocks |
2431 | 2023-11-06T21:31:35.900Z | x installinator, 52933800 bytes, 103387 tape blocks |
2432 | 2023-11-06T21:31:35.911Z | x pkg, 0 bytes, 0 tape blocks |
2433 | 2023-11-06T21:31:35.919Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2434 | 2023-11-06T21:31:35.927Z | x VERSION, 25 bytes, 1 tape blocks |
2435 | 2023-11-06T21:31:35.934Z | + mkdir -p /tmp/tmp.cxa4Wi/root/lib/svc/manifest/site/ |
2436 | 2023-11-06T21:31:35.940Z | + mv pkg/manifest.xml /tmp/tmp.cxa4Wi/root/lib/svc/manifest/site/installinator.xml |
2437 | 2023-11-06T21:31:35.946Z | + cd - |
2438 | 2023-11-06T21:31:35.952Z | /work/oxidecomputer/omicron |
2439 | 2023-11-06T21:31:35.960Z | + pkg_dir=/tmp/tmp.cxa4Wi/root/opt/oxide/mg-ddm |
2440 | 2023-11-06T21:31:35.984Z | + mkdir -p /tmp/tmp.cxa4Wi/root/opt/oxide/mg-ddm |
2441 | 2023-11-06T21:31:35.997Z | + cd /tmp/tmp.cxa4Wi/root/opt/oxide/mg-ddm |
2442 | 2023-11-06T21:31:36.002Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2443 | 2023-11-06T21:31:36.005Z | x ., 0 bytes, 0 tape blocks |
2444 | 2023-11-06T21:31:36.009Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2445 | 2023-11-06T21:31:36.013Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2446 | 2023-11-06T21:31:36.016Z | x pkg, 0 bytes, 0 tape blocks |
2447 | 2023-11-06T21:31:36.020Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2448 | 2023-11-06T21:31:36.024Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2449 | 2023-11-06T21:31:36.028Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2450 | 2023-11-06T21:31:36.037Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2451 | 2023-11-06T21:31:36.043Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2452 | 2023-11-06T21:31:36.046Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2453 | 2023-11-06T21:31:36.050Z | x VERSION, 25 bytes, 1 tape blocks |
2454 | 2023-11-06T21:31:36.054Z | + cd - |
2455 | 2023-11-06T21:31:36.057Z | /work/oxidecomputer/omicron |
2456 | 2023-11-06T21:31:36.061Z | + cd /tmp/tmp.cxa4Wi |
2457 | 2023-11-06T21:31:36.065Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2458 | 2023-11-06T21:31:38.918Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2459 | 2023-11-06T21:31:38.922Z | a oxide.json 1K |
2460 | 2023-11-06T21:31:38.926Z | a root/ 0K |
2461 | 2023-11-06T21:31:38.932Z | a root/opt/ 0K |
2462 | 2023-11-06T21:31:38.944Z | a root/opt/oxide/ 0K |
2463 | 2023-11-06T21:31:38.949Z | a root/opt/oxide/installinator/ 0K |
2464 | 2023-11-06T21:31:38.952Z | a root/opt/oxide/installinator/installinator 51694K |
2465 | 2023-11-06T21:31:38.956Z | a root/opt/oxide/installinator/pkg/ 0K |
2466 | 2023-11-06T21:31:38.959Z | a root/opt/oxide/installinator/VERSION 1K |
2467 | 2023-11-06T21:31:38.962Z | a root/opt/oxide/mg-ddm/ 0K |
2468 | 2023-11-06T21:31:38.976Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2469 | 2023-11-06T21:31:38.980Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2470 | 2023-11-06T21:31:38.983Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2471 | 2023-11-06T21:31:38.988Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2472 | 2023-11-06T21:31:38.995Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2473 | 2023-11-06T21:31:39.008Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2474 | 2023-11-06T21:31:39.429Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2475 | 2023-11-06T21:31:39.433Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2476 | 2023-11-06T21:31:39.437Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2477 | 2023-11-06T21:31:39.441Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2478 | 2023-11-06T21:31:39.444Z | a root/lib/ 0K |
2479 | 2023-11-06T21:31:39.448Z | a root/lib/svc/ 0K |
2480 | 2023-11-06T21:31:39.453Z | a root/lib/svc/manifest/ 0K |
2481 | 2023-11-06T21:31:39.457Z | a root/lib/svc/manifest/site/ 0K |
2482 | 2023-11-06T21:31:39.460Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2483 | 2023-11-06T21:31:39.463Z | + cd / |
2484 | 2023-11-06T21:31:39.468Z | + rm -rf /tmp/tmp.cxa4Wi |
2485 | 2023-11-06T21:31:39.476Z | |
2486 | 2023-11-06T21:31:39.480Z | real 6.260494912 |
2487 | 2023-11-06T21:31:39.487Z | user 5.825422067 |
2488 | 2023-11-06T21:31:39.491Z | sys 0.462277908 |
2489 | 2023-11-06T21:31:39.496Z | trap 0.002150445 |
2490 | 2023-11-06T21:31:39.503Z | tflt 0.000000000 |
2491 | 2023-11-06T21:31:39.507Z | dflt 0.000000000 |
2492 | 2023-11-06T21:31:39.511Z | kflt 0.000000000 |
2493 | 2023-11-06T21:31:39.517Z | lock 0.000000000 |
2494 | 2023-11-06T21:31:39.533Z | slp 12.076337643 |
2495 | 2023-11-06T21:31:39.539Z | lat 0.221228719 |
2496 | 2023-11-06T21:31:39.543Z | stop 0.000300386 |
2497 | 2023-11-06T21:31:39.548Z | process exited: duration 2604016 ms, exit code 0 |
|
2498 | 2023-11-06T21:31:39.566Z | found 21 output files |
2499 | 2023-11-06T21:31:39.572Z | uploading: /work/version.txt (26 bytes) |
2500 | 2023-11-06T21:31:40.582Z | uploaded: /work/version.txt |
2501 | 2023-11-06T21:31:40.599Z | uploading: /work/package.tar.gz (83828496 bytes) |
2502 | 2023-11-06T21:32:07.769Z | uploaded: /work/package.tar.gz |
2503 | 2023-11-06T21:32:07.797Z | uploading: /work/global-zone-packages.tar.gz (125040402 bytes) |
2504 | 2023-11-06T21:32:47.510Z | uploaded: /work/global-zone-packages.tar.gz |
2505 | 2023-11-06T21:32:47.515Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36861564 bytes) |
2506 | 2023-11-06T21:33:01.994Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2507 | 2023-11-06T21:33:02.026Z | uploading: /work/zones/clickhouse.tar.gz (181944757 bytes) |
2508 | 2023-11-06T21:35:02.450Z | uploaded: /work/zones/clickhouse.tar.gz |
2509 | 2023-11-06T21:35:02.685Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181941332 bytes) |
2510 | 2023-11-06T21:36:38.961Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2511 | 2023-11-06T21:36:39.137Z | uploading: /work/zones/cockroachdb.tar.gz (119011877 bytes) |
2512 | 2023-11-06T21:37:40.533Z | uploaded: /work/zones/cockroachdb.tar.gz |
2513 | 2023-11-06T21:37:40.546Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2514 | 2023-11-06T21:37:59.484Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2515 | 2023-11-06T21:37:59.495Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2516 | 2023-11-06T21:38:14.764Z | uploaded: /work/zones/crucible.tar.gz |
2517 | 2023-11-06T21:38:14.784Z | uploading: /work/zones/external-dns.tar.gz (24439588 bytes) |
2518 | 2023-11-06T21:38:33.793Z | uploaded: /work/zones/external-dns.tar.gz |
2519 | 2023-11-06T21:38:33.806Z | uploading: /work/zones/internal-dns.tar.gz (24439588 bytes) |
2520 | 2023-11-06T21:38:45.520Z | uploaded: /work/zones/internal-dns.tar.gz |
2521 | 2023-11-06T21:38:45.535Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2522 | 2023-11-06T21:38:46.576Z | uploaded: /work/zones/ntp.tar.gz |
2523 | 2023-11-06T21:38:46.602Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18343687 bytes) |
2524 | 2023-11-06T21:39:01.610Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2525 | 2023-11-06T21:39:02.028Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18346536 bytes) |
2526 | 2023-11-06T21:39:11.752Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2527 | 2023-11-06T21:39:11.764Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72879019 bytes) |
2528 | 2023-11-06T21:39:52.158Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2529 | 2023-11-06T21:39:52.171Z | uploading: /work/zones/omicron-nexus.tar.gz (72878135 bytes) |
2530 | 2023-11-06T21:40:44.658Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2531 | 2023-11-06T21:40:45.411Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2532 | 2023-11-06T21:40:46.876Z | uploaded: /work/zones/overlay.tar.gz |
2533 | 2023-11-06T21:40:46.888Z | uploading: /work/zones/oximeter-collector.tar.gz (19611428 bytes) |
2534 | 2023-11-06T21:40:58.549Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2535 | 2023-11-06T21:40:58.560Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2536 | 2023-11-06T21:41:23.355Z | uploaded: /work/zones/propolis-server.tar.gz |
2537 | 2023-11-06T21:41:23.371Z | uploading: /work/zones/switch-asic.tar.gz (242789185 bytes) |
2538 | 2023-11-06T21:43:45.393Z | uploaded: /work/zones/switch-asic.tar.gz |
2539 | 2023-11-06T21:43:45.437Z | uploading: /work/zones/switch-softnpu.tar.gz (166844993 bytes) |
2540 | 2023-11-06T21:44:58.332Z | uploaded: /work/zones/switch-softnpu.tar.gz |